|
|
|
| 1 | 2026-07-21T22:39:39.630Z | job assigned to worker 01KY3D9RNHVH77TT42Q38ARS59 [factory aws, i-05f05e6c5f193b08c] (queued for 56 s) |
| |
| 2 | 2026-07-21T22:39:46.753Z | starting task 0: "setup" |
| 3 | 2026-07-21T22:39:46.758Z | ++ uname -s |
| 4 | 2026-07-21T22:39:46.758Z | + kern=SunOS |
| 5 | 2026-07-21T22:39:46.758Z | + build_user=build |
| 6 | 2026-07-21T22:39:46.758Z | + build_uid=12345 |
| 7 | 2026-07-21T22:39:46.758Z | + work_dir=/work |
| 8 | 2026-07-21T22:39:46.758Z | + input_dir=/input |
| 9 | 2026-07-21T22:39:46.770Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T22:39:46.770Z | + case "$kern" in |
| 11 | 2026-07-21T22:39:46.770Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T22:39:46.770Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T22:39:48.767Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T22:39:48.880Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T22:39:48.883Z | + home_fs=zfs |
| 16 | 2026-07-21T22:39:48.884Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T22:39:48.884Z | + mkdir -p /home/build |
| 18 | 2026-07-21T22:39:48.884Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T22:39:50.886Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T22:39:50.889Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-07-21T22:39:50.895Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T22:39:50.901Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T22:39:50.901Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-21T22:39:50.901Z | * rust toolchain profile = "default" |
| 25 | 2026-07-21T22:39:50.901Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-21T22:39:50.901Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-21T22:39:50.901Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T22:39:50.904Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T22:39:50.904Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T22:39:51.017Z | info: downloading installer |
| 31 | 2026-07-21T22:39:52.752Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T22:39:52.752Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T22:39:52.752Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T22:39:52.752Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T22:39:52.761Z | info: profile set to default |
| 36 | 2026-07-21T22:39:52.761Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T22:39:52.770Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T22:39:52.910Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T22:39:52.914Z | info: downloading 6 components |
| 40 | 2026-07-21T22:40:07.975Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T22:40:07.975Z | |
| 42 | 2026-07-21T22:40:08.003Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T22:40:08.004Z | |
| 44 | 2026-07-21T22:40:08.004Z | |
| 45 | 2026-07-21T22:40:08.004Z | Rust is installed now. Great! |
| 46 | 2026-07-21T22:40:08.004Z | |
| 47 | 2026-07-21T22:40:08.004Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T22:40:08.004Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T22:40:08.004Z | |
| 50 | 2026-07-21T22:40:08.004Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T22:40:08.004Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T22:40:08.004Z | |
| 53 | 2026-07-21T22:40:08.004Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T22:40:08.004Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T22:40:08.004Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T22:40:08.005Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T22:40:08.005Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T22:40:08.005Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T22:40:08.005Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T22:40:08.013Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T22:40:08.013Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T22:40:08.099Z | + rustup --version |
| 63 | 2026-07-21T22:40:08.126Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T22:40:08.126Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T22:40:08.140Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T22:40:08.140Z | + cargo --version |
| 67 | 2026-07-21T22:40:08.140Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T22:40:08.140Z | + rustc --version |
| 69 | 2026-07-21T22:40:08.162Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T22:40:08.178Z | process exited: duration 17264 ms, exit code 0 |
| |
| 71 | 2026-07-21T22:40:08.209Z | starting task 2: "authentication" |
| 72 | 2026-07-21T22:40:08.236Z | process exited: duration 27 ms, exit code 0 |
| |
| 73 | 2026-07-21T22:40:08.269Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T22:40:08.293Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T22:40:08.294Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T22:40:08.311Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T22:40:17.381Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T22:40:17.381Z | + git fetch origin 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 79 | 2026-07-21T22:40:17.637Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T22:40:17.637Z | * branch 099bba29402644c1af9b0ffd1629d9f32d3ac15e -> FETCH_HEAD |
| 81 | 2026-07-21T22:40:17.651Z | + [[ -n dependabot/cargo/openssl-0.10.80 ]] |
| 82 | 2026-07-21T22:40:17.654Z | ++ git branch --show-current |
| 83 | 2026-07-21T22:40:17.655Z | + current=main |
| 84 | 2026-07-21T22:40:17.655Z | + [[ main != dependabot/cargo/openssl-0.10.80 ]] |
| 85 | 2026-07-21T22:40:17.655Z | + git branch -f dependabot/cargo/openssl-0.10.80 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 86 | 2026-07-21T22:40:17.658Z | + git checkout -f dependabot/cargo/openssl-0.10.80 |
| 87 | 2026-07-21T22:40:17.723Z | Switched to branch 'dependabot/cargo/openssl-0.10.80' |
| 88 | 2026-07-21T22:40:17.726Z | + git reset --hard 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 89 | 2026-07-21T22:40:17.785Z | HEAD is now at 099bba294 Bump openssl from 0.10.79 to 0.10.80 |
| 90 | 2026-07-21T22:40:17.789Z | process exited: duration 9527 ms, exit code 0 |
| |
| 91 | 2026-07-21T22:40:17.795Z | starting task 4: "build" |
| 92 | 2026-07-21T22:40:17.800Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-21T22:40:17.803Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-21T22:40:17.803Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-21T22:40:17.804Z | +++ uname -s |
| 96 | 2026-07-21T22:40:17.804Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-21T22:40:17.804Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-21T22:40:17.808Z | + cargo --version |
| 99 | 2026-07-21T22:40:17.815Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-21T22:40:17.819Z | + rustc --version |
| 101 | 2026-07-21T22:40:17.839Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-21T22:40:17.841Z | + WORK=/work |
| 103 | 2026-07-21T22:40:17.841Z | + pfexec mkdir -p /work |
| 104 | 2026-07-21T22:40:17.845Z | + pfexec chown build /work |
| 105 | 2026-07-21T22:40:17.848Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-21T22:40:19.682Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-21T22:40:19.872Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-21T22:40:20.795Z | Planning: Solver setup ... Done (0.853s) |
| 109 | 2026-07-21T22:40:20.834Z | Planning: Running solver ... Done (0.039s) |
| 110 | 2026-07-21T22:40:20.859Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-21T22:40:20.872Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-21T22:40:20.892Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-21T22:40:20.906Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-21T22:40:20.909Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-21T22:40:21.126Z | Planning: Checking for conflicting actions ... Done (0.216s) |
| 116 | 2026-07-21T22:40:21.131Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-21T22:40:21.995Z | Planning: Evaluating mediators ... Done (0.870s) |
| 118 | 2026-07-21T22:40:21.999Z | Planning: Planning completed in 2.10 seconds |
| 119 | 2026-07-21T22:40:22.006Z | Packages to install: 2 |
| 120 | 2026-07-21T22:40:22.006Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-21T22:40:22.006Z | Estimated space to be consumed: 46.64 MB |
| 122 | 2026-07-21T22:40:22.009Z | Create boot environment: No |
| 123 | 2026-07-21T22:40:22.009Z | Create backup boot environment: No |
| 124 | 2026-07-21T22:40:22.009Z | Rebuild boot archive: No |
| 125 | 2026-07-21T22:40:22.009Z | |
| 126 | 2026-07-21T22:40:22.009Z | Changed packages: |
| 127 | 2026-07-21T22:40:22.009Z | helios |
| 128 | 2026-07-21T22:40:22.009Z | developer/build-essential |
| 129 | 2026-07-21T22:40:22.009Z | None -> 11-3.0 |
| 130 | 2026-07-21T22:40:22.009Z | library/libxmlsec1 |
| 131 | 2026-07-21T22:40:22.009Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-21T22:40:22.032Z | |
| 133 | 2026-07-21T22:40:22.032Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-21T22:40:22.101Z | Download: Completed 1.28 MB in 0.07 seconds (18.7M/s) |
| 135 | 2026-07-21T22:40:22.165Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-21T22:40:22.205Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-21T22:40:22.226Z | Finalize: Updating package state database ... Done (0.020s) |
| 138 | 2026-07-21T22:40:22.226Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-21T22:40:22.273Z | Finalize: Updating image state ... Done (0.047s) |
| 140 | 2026-07-21T22:40:24.928Z | Finalize: Creating fast lookup database ... Done (2.616s) |
| 141 | 2026-07-21T22:40:24.996Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-07-21T22:40:24.999Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-21T22:40:25.130Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-21T22:40:25.465Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-21T22:40:25.571Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-21T22:40:25.574Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-21T22:40:25.727Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-21T22:40:25.730Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-21T22:40:25.751Z | Mediators to change: 2 |
| 150 | 2026-07-21T22:40:25.751Z | Create boot environment: No |
| 151 | 2026-07-21T22:40:25.751Z | Create backup boot environment: No |
| 152 | 2026-07-21T22:40:25.796Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-21T22:40:25.796Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-21T22:40:25.825Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-21T22:40:27.752Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-21T22:40:27.815Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-21T22:40:27.818Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-21T22:40:27.891Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-21T22:40:28.172Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-21T22:40:28.278Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-21T22:40:28.281Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-21T22:40:28.450Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-21T22:40:28.456Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-21T22:40:28.465Z | Mediators to change: 1 |
| 165 | 2026-07-21T22:40:28.465Z | Create boot environment: No |
| 166 | 2026-07-21T22:40:28.465Z | Create backup boot environment: No |
| 167 | 2026-07-21T22:40:28.508Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-21T22:40:28.508Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-21T22:40:28.539Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-21T22:40:30.488Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-21T22:40:30.547Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-21T22:40:30.550Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-21T22:40:30.613Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-21T22:40:30.926Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-21T22:40:30.926Z | apache system 2.4 system |
| 176 | 2026-07-21T22:40:30.926Z | clang system 15 system |
| 177 | 2026-07-21T22:40:30.926Z | csh system system illumos |
| 178 | 2026-07-21T22:40:30.926Z | ctags system system illumos |
| 179 | 2026-07-21T22:40:30.926Z | file vendor vendor darwinsys |
| 180 | 2026-07-21T22:40:30.926Z | file system system illumos |
| 181 | 2026-07-21T22:40:30.926Z | gcc vendor 14 vendor |
| 182 | 2026-07-21T22:40:30.926Z | gcc system 13 system |
| 183 | 2026-07-21T22:40:30.926Z | gcc system 10 system |
| 184 | 2026-07-21T22:40:30.927Z | go system 1.25 system |
| 185 | 2026-07-21T22:40:30.927Z | llvm system 15 system |
| 186 | 2026-07-21T22:40:30.927Z | mariadb system 11.4 system |
| 187 | 2026-07-21T22:40:30.927Z | mta vendor vendor dma |
| 188 | 2026-07-21T22:40:30.927Z | openjdk system 17 system |
| 189 | 2026-07-21T22:40:30.927Z | openjdk system 11 system |
| 190 | 2026-07-21T22:40:30.927Z | openssl vendor 3 vendor |
| 191 | 2026-07-21T22:40:30.927Z | perl system 5.40 system |
| 192 | 2026-07-21T22:40:30.927Z | postgresql system 18 system |
| 193 | 2026-07-21T22:40:30.927Z | postgresql system 17 system |
| 194 | 2026-07-21T22:40:30.927Z | python vendor 3 vendor |
| 195 | 2026-07-21T22:40:30.927Z | python system 2 system |
| 196 | 2026-07-21T22:40:30.927Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-21T22:40:30.927Z | ruby system 3.4 system |
| 198 | 2026-07-21T22:40:30.927Z | ruby system 3.0 system |
| 199 | 2026-07-21T22:40:30.927Z | words vendor vendor american-english |
| 200 | 2026-07-21T22:40:30.927Z | words system system australian-english |
| 201 | 2026-07-21T22:40:30.927Z | words system system british-english |
| 202 | 2026-07-21T22:40:30.927Z | words system system canadian-english |
| 203 | 2026-07-21T22:40:30.927Z | words system system french |
| 204 | 2026-07-21T22:40:30.927Z | words system system italian |
| 205 | 2026-07-21T22:40:30.927Z | words system system ngerman |
| 206 | 2026-07-21T22:40:30.927Z | words system system ogerman |
| 207 | 2026-07-21T22:40:30.927Z | words system system spanish |
| 208 | 2026-07-21T22:40:31.180Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-21T22:40:31.180Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-21T22:40:31.536Z | FMRI IFO |
| 211 | 2026-07-21T22:40:31.536Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-21T22:40:31.536Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-21T22:40:31.536Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-21T22:40:31.536Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-21T22:40:31.536Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-21T22:40:31.536Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-21T22:40:31.536Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-21T22:40:31.536Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-21T22:40:31.536Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-21T22:40:31.814Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-21T22:40:32.119Z | Updating crates.io index |
| 222 | 2026-07-21T22:40:32.122Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-21T22:40:32.352Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-21T22:40:32.609Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-21T22:40:33.577Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-21T22:40:34.097Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-21T22:40:35.617Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-21T22:40:36.397Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-21T22:40:36.626Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-21T22:40:36.913Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-21T22:40:38.204Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-21T22:40:38.606Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-21T22:40:38.917Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-21T22:40:39.193Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-21T22:40:39.597Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-21T22:40:40.060Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-21T22:40:40.290Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-21T22:40:40.537Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-21T22:40:40.811Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-21T22:40:41.107Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-21T22:40:41.341Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-21T22:40:41.584Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-21T22:40:41.867Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-21T22:40:42.281Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-21T22:40:42.581Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-21T22:40:42.772Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-21T22:40:43.174Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-21T22:40:43.400Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-21T22:40:43.765Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-21T22:40:44.083Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-21T22:40:44.323Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-21T22:40:44.562Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-21T22:40:44.894Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-21T22:40:45.325Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-21T22:40:45.562Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-21T22:40:45.819Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-21T22:40:46.069Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-21T22:40:46.351Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-21T22:40:46.635Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-21T22:40:46.857Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-21T22:40:47.115Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-21T22:40:47.340Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-21T22:40:50.138Z | Downloading crates ... |
| 264 | 2026-07-21T22:40:50.179Z | Downloaded autocfg v1.5.0 |
| 265 | 2026-07-21T22:40:50.187Z | Downloaded crypto-common v0.1.7 |
| 266 | 2026-07-21T22:40:50.190Z | Downloaded bytecount v0.6.9 |
| 267 | 2026-07-21T22:40:50.195Z | Downloaded is_terminal_polyfill v1.70.2 |
| 268 | 2026-07-21T22:40:50.195Z | Downloaded anstream v1.0.0 |
| 269 | 2026-07-21T22:40:50.195Z | Downloaded clap v4.6.1 |
| 270 | 2026-07-21T22:40:50.201Z | Downloaded equivalent v1.0.2 |
| 271 | 2026-07-21T22:40:50.204Z | Downloaded zmij v1.0.21 |
| 272 | 2026-07-21T22:40:50.204Z | Downloaded errno v0.3.14 |
| 273 | 2026-07-21T22:40:50.208Z | Downloaded block-buffer v0.10.4 |
| 274 | 2026-07-21T22:40:50.208Z | Downloaded version_check v0.9.5 |
| 275 | 2026-07-21T22:40:50.211Z | Downloaded byteorder v1.5.0 |
| 276 | 2026-07-21T22:40:50.211Z | Downloaded unicode-linebreak v0.1.5 |
| 277 | 2026-07-21T22:40:50.214Z | Downloaded serde_tokenstream v0.2.3 |
| 278 | 2026-07-21T22:40:50.217Z | Downloaded pest_generator v2.8.6 |
| 279 | 2026-07-21T22:40:50.217Z | Downloaded macaddr v1.0.1 |
| 280 | 2026-07-21T22:40:50.217Z | Downloaded heck v0.5.0 |
| 281 | 2026-07-21T22:40:50.220Z | Downloaded cfg-if v1.0.4 |
| 282 | 2026-07-21T22:40:50.220Z | Downloaded dof v0.3.0 |
| 283 | 2026-07-21T22:40:50.220Z | Downloaded zerocopy v0.7.35 |
| 284 | 2026-07-21T22:40:50.227Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-07-21T22:40:50.230Z | Downloaded clap_lex v1.0.0 |
| 286 | 2026-07-21T22:40:50.230Z | Downloaded heck v0.4.1 |
| 287 | 2026-07-21T22:40:50.235Z | Downloaded once_cell v1.21.3 |
| 288 | 2026-07-21T22:40:50.240Z | Downloaded memmap v0.7.0 |
| 289 | 2026-07-21T22:40:50.243Z | Downloaded plain v0.2.3 |
| 290 | 2026-07-21T22:40:50.246Z | Downloaded itoa v1.0.17 |
| 291 | 2026-07-21T22:40:50.246Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-07-21T22:40:50.249Z | Downloaded fnv v1.0.7 |
| 293 | 2026-07-21T22:40:50.252Z | Downloaded anstyle-parse v1.0.0 |
| 294 | 2026-07-21T22:40:50.252Z | Downloaded tempfile v3.25.0 |
| 295 | 2026-07-21T22:40:50.258Z | Downloaded log v0.4.29 |
| 296 | 2026-07-21T22:40:50.258Z | Downloaded smawk v0.3.2 |
| 297 | 2026-07-21T22:40:50.258Z | Downloaded getrandom v0.4.1 |
| 298 | 2026-07-21T22:40:50.261Z | Downloaded anstyle v1.0.14 |
| 299 | 2026-07-21T22:40:50.261Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2026-07-21T22:40:50.261Z | Downloaded dtrace-parser v0.2.0 |
| 301 | 2026-07-21T22:40:50.264Z | Downloaded generic-array v0.14.7 |
| 302 | 2026-07-21T22:40:50.268Z | Downloaded colorchoice v1.0.4 |
| 303 | 2026-07-21T22:40:50.272Z | Downloaded swrite v0.1.0 |
| 304 | 2026-07-21T22:40:50.278Z | Downloaded terminal_size v0.4.3 |
| 305 | 2026-07-21T22:40:50.283Z | Downloaded tabled_derive v0.7.0 |
| 306 | 2026-07-21T22:40:50.283Z | Downloaded scroll_derive v0.12.1 |
| 307 | 2026-07-21T22:40:50.286Z | Downloaded fs-err v3.3.0 |
| 308 | 2026-07-21T22:40:50.286Z | Downloaded pest_derive v2.8.6 |
| 309 | 2026-07-21T22:40:50.290Z | Downloaded thread-id v4.2.2 |
| 310 | 2026-07-21T22:40:50.293Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-07-21T22:40:50.296Z | Downloaded cargo-platform v0.3.2 |
| 312 | 2026-07-21T22:40:50.300Z | Downloaded toml_datetime v0.6.11 |
| 313 | 2026-07-21T22:40:50.307Z | Downloaded serde_spanned v0.6.9 |
| 314 | 2026-07-21T22:40:50.311Z | Downloaded toml_write v0.1.2 |
| 315 | 2026-07-21T22:40:50.311Z | Downloaded usdt-attr-macro v0.5.0 |
| 316 | 2026-07-21T22:40:50.311Z | Downloaded strsim v0.11.1 |
| 317 | 2026-07-21T22:40:50.314Z | Downloaded camino-tempfile v1.4.1 |
| 318 | 2026-07-21T22:40:50.317Z | Downloaded cargo_metadata v0.23.1 |
| 319 | 2026-07-21T22:40:50.317Z | Downloaded bitflags v2.11.0 |
| 320 | 2026-07-21T22:40:50.321Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-07-21T22:40:50.324Z | Downloaded cpufeatures v0.2.17 |
| 322 | 2026-07-21T22:40:50.324Z | Downloaded proc-macro-error v1.0.4 |
| 323 | 2026-07-21T22:40:50.330Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2026-07-21T22:40:50.340Z | Downloaded sha2 v0.10.9 |
| 325 | 2026-07-21T22:40:50.343Z | Downloaded usdt v0.5.0 |
| 326 | 2026-07-21T22:40:50.346Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-07-21T22:40:50.349Z | Downloaded scroll v0.12.0 |
| 328 | 2026-07-21T22:40:50.350Z | Downloaded pretty-hex v0.4.1 |
| 329 | 2026-07-21T22:40:50.361Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-07-21T22:40:50.364Z | Downloaded papergrid v0.11.0 |
| 331 | 2026-07-21T22:40:50.364Z | Downloaded digest v0.10.7 |
| 332 | 2026-07-21T22:40:50.368Z | Downloaded clap_derive v4.6.1 |
| 333 | 2026-07-21T22:40:50.372Z | Downloaded semver v1.0.28 |
| 334 | 2026-07-21T22:40:50.375Z | Downloaded thiserror v1.0.69 |
| 335 | 2026-07-21T22:40:50.379Z | Downloaded ucd-trie v0.1.7 |
| 336 | 2026-07-21T22:40:50.382Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-07-21T22:40:50.382Z | Downloaded toml v0.8.23 |
| 338 | 2026-07-21T22:40:50.382Z | Downloaded quote v1.0.45 |
| 339 | 2026-07-21T22:40:50.386Z | Downloaded thiserror v2.0.18 |
| 340 | 2026-07-21T22:40:50.390Z | Downloaded zerocopy-derive v0.7.35 |
| 341 | 2026-07-21T22:40:50.393Z | Downloaded camino v1.2.2 |
| 342 | 2026-07-21T22:40:50.397Z | Downloaded serde_derive v1.0.228 |
| 343 | 2026-07-21T22:40:50.402Z | Downloaded textwrap v0.16.2 |
| 344 | 2026-07-21T22:40:50.402Z | Downloaded anyhow v1.0.102 |
| 345 | 2026-07-21T22:40:50.424Z | Downloaded unicode-ident v1.0.24 |
| 346 | 2026-07-21T22:40:50.429Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-07-21T22:40:50.429Z | Downloaded indexmap v2.14.0 |
| 348 | 2026-07-21T22:40:50.432Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-07-21T22:40:50.436Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-07-21T22:40:50.440Z | Downloaded pest v2.8.6 |
| 351 | 2026-07-21T22:40:50.443Z | Downloaded memchr v2.8.0 |
| 352 | 2026-07-21T22:40:50.447Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-07-21T22:40:50.450Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-21T22:40:50.461Z | Downloaded typenum v1.20.1 |
| 355 | 2026-07-21T22:40:50.515Z | Downloaded goblin v0.8.2 |
| 356 | 2026-07-21T22:40:50.523Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-07-21T22:40:50.523Z | Downloaded hashbrown v0.17.0 |
| 358 | 2026-07-21T22:40:50.523Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-07-21T22:40:50.535Z | Downloaded winnow v0.7.14 |
| 360 | 2026-07-21T22:40:50.545Z | Downloaded syn v1.0.109 |
| 361 | 2026-07-21T22:40:50.550Z | Downloaded tabled v0.15.0 |
| 362 | 2026-07-21T22:40:50.561Z | Downloaded syn v2.0.117 |
| 363 | 2026-07-21T22:40:50.565Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-07-21T22:40:50.573Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-07-21T22:40:50.582Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-21T22:40:50.610Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-21T22:40:50.672Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-21T22:40:50.675Z | Compiling quote v1.0.45 |
| 369 | 2026-07-21T22:40:50.675Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-21T22:40:50.675Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-21T22:40:50.676Z | Compiling libc v0.2.185 |
| 372 | 2026-07-21T22:40:50.676Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-21T22:40:50.676Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-21T22:40:50.854Z | Compiling serde v1.0.228 |
| 375 | 2026-07-21T22:40:50.870Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-21T22:40:50.873Z | Compiling ucd-trie v0.1.7 |
| 377 | 2026-07-21T22:40:50.873Z | Compiling itoa v1.0.17 |
| 378 | 2026-07-21T22:40:50.873Z | Compiling thiserror v1.0.69 |
| 379 | 2026-07-21T22:40:50.873Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-21T22:40:50.873Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-21T22:40:51.077Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-21T22:40:51.268Z | Compiling bitflags v2.11.0 |
| 383 | 2026-07-21T22:40:51.286Z | Compiling pest v2.8.6 |
| 384 | 2026-07-21T22:40:51.323Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-07-21T22:40:51.381Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-07-21T22:40:51.471Z | Compiling syn v1.0.109 |
| 387 | 2026-07-21T22:40:51.537Z | Compiling camino v1.2.2 |
| 388 | 2026-07-21T22:40:51.555Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-21T22:40:51.635Z | Compiling equivalent v1.0.2 |
| 390 | 2026-07-21T22:40:51.639Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-07-21T22:40:51.654Z | Compiling plain v0.2.3 |
| 392 | 2026-07-21T22:40:51.706Z | Compiling log v0.4.29 |
| 393 | 2026-07-21T22:40:51.785Z | Compiling getrandom v0.4.1 |
| 394 | 2026-07-21T22:40:51.806Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-07-21T22:40:51.841Z | Compiling winnow v0.7.14 |
| 396 | 2026-07-21T22:40:51.846Z | Compiling autocfg v1.5.0 |
| 397 | 2026-07-21T22:40:51.959Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-21T22:40:51.977Z | Compiling anstyle v1.0.14 |
| 399 | 2026-07-21T22:40:51.993Z | Compiling toml_write v0.1.2 |
| 400 | 2026-07-21T22:40:51.999Z | Compiling cfg-if v1.0.4 |
| 401 | 2026-07-21T22:40:52.030Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-07-21T22:40:52.033Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-07-21T22:40:52.084Z | Compiling errno v0.3.14 |
| 404 | 2026-07-21T22:40:52.101Z | Compiling thread-id v4.2.2 |
| 405 | 2026-07-21T22:40:52.120Z | Compiling pretty-hex v0.4.1 |
| 406 | 2026-07-21T22:40:52.167Z | Compiling thiserror v2.0.18 |
| 407 | 2026-07-21T22:40:52.220Z | Compiling indexmap v2.14.0 |
| 408 | 2026-07-21T22:40:52.238Z | Compiling colorchoice v1.0.4 |
| 409 | 2026-07-21T22:40:52.275Z | Compiling clap_lex v1.0.0 |
| 410 | 2026-07-21T22:40:52.294Z | Compiling bytecount v0.6.9 |
| 411 | 2026-07-21T22:40:52.297Z | Compiling fnv v1.0.7 |
| 412 | 2026-07-21T22:40:52.342Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-07-21T22:40:52.346Z | Compiling fs-err v3.3.0 |
| 414 | 2026-07-21T22:40:52.377Z | Compiling syn v2.0.117 |
| 415 | 2026-07-21T22:40:52.440Z | Compiling anstream v1.0.0 |
| 416 | 2026-07-21T22:40:52.483Z | Compiling strsim v0.11.1 |
| 417 | 2026-07-21T22:40:52.546Z | Compiling once_cell v1.21.3 |
| 418 | 2026-07-21T22:40:52.583Z | Compiling heck v0.5.0 |
| 419 | 2026-07-21T22:40:52.605Z | Compiling fastrand v2.3.0 |
| 420 | 2026-07-21T22:40:52.662Z | Compiling unicode-width v0.1.14 |
| 421 | 2026-07-21T22:40:52.788Z | Compiling anyhow v1.0.102 |
| 422 | 2026-07-21T22:40:52.823Z | Compiling heck v0.4.1 |
| 423 | 2026-07-21T22:40:52.860Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-21T22:40:52.876Z | Compiling unicode-width v0.2.0 |
| 425 | 2026-07-21T22:40:52.896Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-21T22:40:52.900Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-07-21T22:40:52.954Z | Compiling papergrid v0.11.0 |
| 428 | 2026-07-21T22:40:52.986Z | Compiling swrite v0.1.0 |
| 429 | 2026-07-21T22:40:53.068Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-07-21T22:40:53.086Z | Compiling tempfile v3.25.0 |
| 431 | 2026-07-21T22:40:53.185Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-21T22:40:53.202Z | Compiling textwrap v0.16.2 |
| 433 | 2026-07-21T22:40:53.275Z | Compiling semver v1.0.28 |
| 434 | 2026-07-21T22:40:53.297Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-07-21T22:40:53.536Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-21T22:40:53.850Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-21T22:40:54.525Z | Compiling tabled v0.15.0 |
| 438 | 2026-07-21T22:40:54.555Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-07-21T22:40:55.045Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-21T22:40:55.049Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-21T22:40:55.049Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-21T22:40:55.049Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-21T22:40:55.049Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-21T22:40:55.049Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-21T22:40:55.147Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-21T22:40:55.732Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-21T22:40:55.792Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-21T22:40:55.944Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-21T22:40:56.122Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-21T22:40:56.432Z | Compiling clap v4.6.1 |
| 451 | 2026-07-21T22:40:57.523Z | Compiling dof v0.3.0 |
| 452 | 2026-07-21T22:40:57.523Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-07-21T22:40:57.541Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-07-21T22:40:57.544Z | Compiling serde_spanned v0.6.9 |
| 455 | 2026-07-21T22:40:57.555Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-07-21T22:40:57.559Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-07-21T22:40:57.559Z | Compiling macaddr v1.0.1 |
| 458 | 2026-07-21T22:40:57.737Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-21T22:40:58.178Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-21T22:40:58.181Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-21T22:40:58.799Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-21T22:40:58.994Z | Compiling toml v0.8.23 |
| 463 | 2026-07-21T22:40:59.314Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-21T22:41:00.596Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-21T22:41:02.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s |
| 466 | 2026-07-21T22:41:02.864Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-21T22:41:03.369Z | Downloading crates ... |
| 468 | 2026-07-21T22:41:03.468Z | Downloaded bitfield v0.19.4 |
| 469 | 2026-07-21T22:41:03.472Z | Downloaded bcs v0.1.6 |
| 470 | 2026-07-21T22:41:03.475Z | Downloaded anstyle-parse v0.2.7 |
| 471 | 2026-07-21T22:41:03.481Z | Downloaded cassowary v0.3.0 |
| 472 | 2026-07-21T22:41:03.484Z | Downloaded base64 v0.21.7 |
| 473 | 2026-07-21T22:41:03.487Z | Downloaded adler2 v2.0.1 |
| 474 | 2026-07-21T22:41:03.490Z | Downloaded crossbeam-deque v0.8.6 |
| 475 | 2026-07-21T22:41:03.493Z | Downloaded daft-derive v0.1.7 |
| 476 | 2026-07-21T22:41:03.496Z | Downloaded digest-io v0.1.0 |
| 477 | 2026-07-21T22:41:03.496Z | Downloaded critical-section v1.2.0 |
| 478 | 2026-07-21T22:41:03.499Z | Downloaded crc8 v0.1.1 |
| 479 | 2026-07-21T22:41:03.499Z | Downloaded cpubits v0.1.1 |
| 480 | 2026-07-21T22:41:03.499Z | Downloaded convert_case v0.4.0 |
| 481 | 2026-07-21T22:41:03.499Z | Downloaded bitfield-struct v0.6.2 |
| 482 | 2026-07-21T22:41:03.499Z | Downloaded bit-set v0.8.0 |
| 483 | 2026-07-21T22:41:03.503Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 484 | 2026-07-21T22:41:03.503Z | Downloaded aes v0.9.1 |
| 485 | 2026-07-21T22:41:03.507Z | Downloaded crucible-workspace-hack v0.1.0 |
| 486 | 2026-07-21T22:41:03.507Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 487 | 2026-07-21T22:41:03.507Z | Downloaded aho-corasick v1.1.4 |
| 488 | 2026-07-21T22:41:03.510Z | Downloaded csv-core v0.1.13 |
| 489 | 2026-07-21T22:41:03.510Z | Downloaded convert_case v0.10.0 |
| 490 | 2026-07-21T22:41:03.514Z | Downloaded crc-catalog v2.4.0 |
| 491 | 2026-07-21T22:41:03.514Z | Downloaded async-stream v0.3.6 |
| 492 | 2026-07-21T22:41:03.514Z | Downloaded bit-vec v0.8.0 |
| 493 | 2026-07-21T22:41:03.517Z | Downloaded ctr v0.10.1 |
| 494 | 2026-07-21T22:41:03.517Z | Downloaded debug-ignore v1.0.5 |
| 495 | 2026-07-21T22:41:03.521Z | Downloaded cstr-argument v0.1.2 |
| 496 | 2026-07-21T22:41:03.521Z | Downloaded crossbeam-utils v0.8.21 |
| 497 | 2026-07-21T22:41:03.521Z | Downloaded crc32fast v1.5.0 |
| 498 | 2026-07-21T22:41:03.524Z | Downloaded crc v3.4.0 |
| 499 | 2026-07-21T22:41:03.524Z | Downloaded base16ct v0.2.0 |
| 500 | 2026-07-21T22:41:03.524Z | Downloaded darling_macro v0.23.0 |
| 501 | 2026-07-21T22:41:03.524Z | Downloaded corncobs v0.1.4 |
| 502 | 2026-07-21T22:41:03.528Z | Downloaded bit-vec v0.6.3 |
| 503 | 2026-07-21T22:41:03.528Z | Downloaded anstream v0.6.21 |
| 504 | 2026-07-21T22:41:03.531Z | Downloaded backon v1.6.0 |
| 505 | 2026-07-21T22:41:03.531Z | Downloaded darling_macro v0.21.3 |
| 506 | 2026-07-21T22:41:03.531Z | Downloaded crunchy v0.2.4 |
| 507 | 2026-07-21T22:41:03.534Z | Downloaded base64 v0.22.1 |
| 508 | 2026-07-21T22:41:03.534Z | Downloaded cookie_store v0.22.1 |
| 509 | 2026-07-21T22:41:03.537Z | Downloaded castaway v0.2.4 |
| 510 | 2026-07-21T22:41:03.537Z | Downloaded block-padding v0.4.2 |
| 511 | 2026-07-21T22:41:03.537Z | Downloaded daft v0.1.7 |
| 512 | 2026-07-21T22:41:03.541Z | Downloaded atty v0.2.14 |
| 513 | 2026-07-21T22:41:03.544Z | Downloaded bb8 v0.8.6 |
| 514 | 2026-07-21T22:41:03.544Z | Downloaded arrayref v0.3.9 |
| 515 | 2026-07-21T22:41:03.544Z | Downloaded enum_dispatch v0.3.13 |
| 516 | 2026-07-21T22:41:03.550Z | Downloaded cpufeatures v0.3.0 |
| 517 | 2026-07-21T22:41:03.550Z | Downloaded assert_matches v1.5.0 |
| 518 | 2026-07-21T22:41:03.550Z | Downloaded data-encoding v2.10.0 |
| 519 | 2026-07-21T22:41:03.553Z | Downloaded ciborium-io v0.2.2 |
| 520 | 2026-07-21T22:41:03.553Z | Downloaded bit-set v0.5.3 |
| 521 | 2026-07-21T22:41:03.554Z | Downloaded darling v0.20.11 |
| 522 | 2026-07-21T22:41:03.554Z | Downloaded cfg_aliases v0.1.1 |
| 523 | 2026-07-21T22:41:03.557Z | Downloaded ascii-canvas v3.0.0 |
| 524 | 2026-07-21T22:41:03.557Z | Downloaded array-init v0.0.4 |
| 525 | 2026-07-21T22:41:03.557Z | Downloaded aead v0.5.2 |
| 526 | 2026-07-21T22:41:03.560Z | Downloaded ctutils v0.4.2 |
| 527 | 2026-07-21T22:41:03.560Z | Downloaded difflib v0.4.0 |
| 528 | 2026-07-21T22:41:03.560Z | Downloaded const_format_proc_macros v0.2.34 |
| 529 | 2026-07-21T22:41:03.563Z | Downloaded defmt-parser v1.0.0 |
| 530 | 2026-07-21T22:41:03.563Z | Downloaded dsl_auto_type v0.2.0 |
| 531 | 2026-07-21T22:41:03.563Z | Downloaded crypto-common v0.2.2 |
| 532 | 2026-07-21T22:41:03.566Z | Downloaded bitfield-macros v0.19.4 |
| 533 | 2026-07-21T22:41:03.566Z | Downloaded async-stream-impl v0.3.6 |
| 534 | 2026-07-21T22:41:03.570Z | Downloaded atomic-waker v1.1.2 |
| 535 | 2026-07-21T22:41:03.570Z | Downloaded base16ct v1.0.0 |
| 536 | 2026-07-21T22:41:03.573Z | Downloaded defmt v0.3.100 |
| 537 | 2026-07-21T22:41:03.573Z | Downloaded darling v0.23.0 |
| 538 | 2026-07-21T22:41:03.576Z | Downloaded compression-core v0.4.31 |
| 539 | 2026-07-21T22:41:03.579Z | Downloaded darling_macro v0.13.4 |
| 540 | 2026-07-21T22:41:03.579Z | Downloaded dyn-clone v1.0.20 |
| 541 | 2026-07-21T22:41:03.579Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 542 | 2026-07-21T22:41:03.582Z | Downloaded async-recursion v1.1.1 |
| 543 | 2026-07-21T22:41:03.582Z | Downloaded atomicwrites v0.4.4 |
| 544 | 2026-07-21T22:41:03.587Z | Downloaded cobs v0.3.0 |
| 545 | 2026-07-21T22:41:03.587Z | Downloaded dtrace-parser v0.3.0 |
| 546 | 2026-07-21T22:41:03.591Z | Downloaded ciborium-ll v0.2.2 |
| 547 | 2026-07-21T22:41:03.591Z | Downloaded dof v0.4.0 |
| 548 | 2026-07-21T22:41:03.591Z | Downloaded derive_builder_macro v0.20.2 |
| 549 | 2026-07-21T22:41:03.591Z | Downloaded display-error-chain v0.2.2 |
| 550 | 2026-07-21T22:41:03.591Z | Downloaded darling_macro v0.20.11 |
| 551 | 2026-07-21T22:41:03.591Z | Downloaded block-buffer v0.12.1 |
| 552 | 2026-07-21T22:41:03.594Z | Downloaded base64ct v1.8.3 |
| 553 | 2026-07-21T22:41:03.595Z | Downloaded dunce v1.0.5 |
| 554 | 2026-07-21T22:41:03.598Z | Downloaded document-features v0.2.12 |
| 555 | 2026-07-21T22:41:03.598Z | Downloaded aead v0.6.1 |
| 556 | 2026-07-21T22:41:03.598Z | Downloaded bs58 v0.5.1 |
| 557 | 2026-07-21T22:41:03.601Z | Downloaded enum-as-inner v0.6.1 |
| 558 | 2026-07-21T22:41:03.601Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 559 | 2026-07-21T22:41:03.601Z | Downloaded endian-type v0.1.2 |
| 560 | 2026-07-21T22:41:03.601Z | Downloaded cfg_aliases v0.2.1 |
| 561 | 2026-07-21T22:41:03.604Z | Downloaded argon2 v0.5.3 |
| 562 | 2026-07-21T22:41:03.604Z | Downloaded arc-swap v1.8.2 |
| 563 | 2026-07-21T22:41:03.607Z | Downloaded embedded-io v0.4.0 |
| 564 | 2026-07-21T22:41:03.611Z | Downloaded cookie v0.18.1 |
| 565 | 2026-07-21T22:41:03.611Z | Downloaded embedded-io v0.6.1 |
| 566 | 2026-07-21T22:41:03.614Z | Downloaded env_filter v1.0.0 |
| 567 | 2026-07-21T22:41:03.617Z | Downloaded dirs-sys-next v0.1.2 |
| 568 | 2026-07-21T22:41:03.617Z | Downloaded ed25519 v2.2.3 |
| 569 | 2026-07-21T22:41:03.620Z | Downloaded async-trait v0.1.89 |
| 570 | 2026-07-21T22:41:03.620Z | Downloaded fd-lock v4.0.4 |
| 571 | 2026-07-21T22:41:03.624Z | Downloaded cmake v0.1.57 |
| 572 | 2026-07-21T22:41:03.624Z | Downloaded backoff v0.4.0 |
| 573 | 2026-07-21T22:41:03.624Z | Downloaded form_urlencoded v1.2.2 |
| 574 | 2026-07-21T22:41:03.627Z | Downloaded foreign-types v0.5.0 |
| 575 | 2026-07-21T22:41:03.627Z | Downloaded float-cmp v0.10.0 |
| 576 | 2026-07-21T22:41:03.627Z | Downloaded foreign-types-shared v0.3.1 |
| 577 | 2026-07-21T22:41:03.627Z | Downloaded fixedbitset v0.4.2 |
| 578 | 2026-07-21T22:41:03.630Z | Downloaded cbc v0.2.1 |
| 579 | 2026-07-21T22:41:03.630Z | Downloaded constant_time_eq v0.4.2 |
| 580 | 2026-07-21T22:41:03.630Z | Downloaded futures-io v0.3.32 |
| 581 | 2026-07-21T22:41:03.633Z | Downloaded foreign-types-macros v0.2.3 |
| 582 | 2026-07-21T22:41:03.634Z | Downloaded foreign-types v0.3.2 |
| 583 | 2026-07-21T22:41:03.634Z | Downloaded futures-macro v0.3.32 |
| 584 | 2026-07-21T22:41:03.634Z | Downloaded cancel-safe-futures v0.1.5 |
| 585 | 2026-07-21T22:41:03.637Z | Downloaded flagset v0.4.7 |
| 586 | 2026-07-21T22:41:03.637Z | Downloaded futures-core v0.3.32 |
| 587 | 2026-07-21T22:41:03.638Z | Downloaded gethostname v0.5.0 |
| 588 | 2026-07-21T22:41:03.641Z | Downloaded futures-task v0.3.32 |
| 589 | 2026-07-21T22:41:03.641Z | Downloaded foreign-types-shared v0.1.1 |
| 590 | 2026-07-21T22:41:03.641Z | Downloaded delegate v0.13.5 |
| 591 | 2026-07-21T22:41:03.644Z | Downloaded buf-list v1.1.2 |
| 592 | 2026-07-21T22:41:03.644Z | Downloaded cexpr v0.6.0 |
| 593 | 2026-07-21T22:41:03.644Z | Downloaded darling_core v0.13.4 |
| 594 | 2026-07-21T22:41:03.647Z | Downloaded either v1.15.0 |
| 595 | 2026-07-21T22:41:03.650Z | Downloaded downcast-rs v2.0.2 |
| 596 | 2026-07-21T22:41:03.650Z | Downloaded derive_builder_core v0.20.2 |
| 597 | 2026-07-21T22:41:03.650Z | Downloaded camino-tempfile-ext v0.3.3 |
| 598 | 2026-07-21T22:41:03.653Z | Downloaded deranged v0.5.8 |
| 599 | 2026-07-21T22:41:03.653Z | Downloaded ed25519 v3.0.0 |
| 600 | 2026-07-21T22:41:03.656Z | Downloaded ena v0.14.4 |
| 601 | 2026-07-21T22:41:03.656Z | Downloaded chacha20 v0.9.1 |
| 602 | 2026-07-21T22:41:03.659Z | Downloaded futures-sink v0.3.32 |
| 603 | 2026-07-21T22:41:03.659Z | Downloaded dirs-next v2.0.0 |
| 604 | 2026-07-21T22:41:03.659Z | Downloaded derive-ex v0.1.8 |
| 605 | 2026-07-21T22:41:03.662Z | Downloaded ghash v0.6.0 |
| 606 | 2026-07-21T22:41:03.662Z | Downloaded fxhash v0.2.1 |
| 607 | 2026-07-21T22:41:03.662Z | Downloaded git-stub v1.0.0 |
| 608 | 2026-07-21T22:41:03.662Z | Downloaded displaydoc v0.2.5 |
| 609 | 2026-07-21T22:41:03.665Z | Downloaded digest v0.11.3 |
| 610 | 2026-07-21T22:41:03.665Z | Downloaded darling v0.13.4 |
| 611 | 2026-07-21T22:41:03.668Z | Downloaded globwalk v0.9.1 |
| 612 | 2026-07-21T22:41:03.668Z | Downloaded cipher v0.5.2 |
| 613 | 2026-07-21T22:41:03.672Z | Downloaded der_derive v0.7.3 |
| 614 | 2026-07-21T22:41:03.672Z | Downloaded defmt v1.0.1 |
| 615 | 2026-07-21T22:41:03.676Z | Downloaded arrayvec v0.7.6 |
| 616 | 2026-07-21T22:41:03.676Z | Downloaded byte-wrapper v0.1.0 |
| 617 | 2026-07-21T22:41:03.679Z | Downloaded float-ord v0.3.2 |
| 618 | 2026-07-21T22:41:03.679Z | Downloaded fixedbitset v0.5.7 |
| 619 | 2026-07-21T22:41:03.679Z | Downloaded filetime v0.2.27 |
| 620 | 2026-07-21T22:41:03.680Z | Downloaded fallible-iterator v0.2.0 |
| 621 | 2026-07-21T22:41:03.685Z | Downloaded erased-serde v0.3.31 |
| 622 | 2026-07-21T22:41:03.685Z | Downloaded hex v0.4.3 |
| 623 | 2026-07-21T22:41:03.688Z | Downloaded crc-any v2.5.0 |
| 624 | 2026-07-21T22:41:03.688Z | Downloaded compression-codecs v0.4.37 |
| 625 | 2026-07-21T22:41:03.688Z | Downloaded async-bb8-diesel v0.2.1 |
| 626 | 2026-07-21T22:41:03.688Z | Downloaded find-msvc-tools v0.1.9 |
| 627 | 2026-07-21T22:41:03.693Z | Downloaded fs-err v2.11.0 |
| 628 | 2026-07-21T22:41:03.693Z | Downloaded hex-literal v1.1.0 |
| 629 | 2026-07-21T22:41:03.694Z | Downloaded foldhash v0.2.0 |
| 630 | 2026-07-21T22:41:03.697Z | Downloaded console v0.16.2 |
| 631 | 2026-07-21T22:41:03.697Z | Downloaded argon2 v0.6.0-rc.8 |
| 632 | 2026-07-21T22:41:03.697Z | Downloaded headers-core v0.3.0 |
| 633 | 2026-07-21T22:41:03.697Z | Downloaded http-range v0.1.5 |
| 634 | 2026-07-21T22:41:03.697Z | Downloaded futures-executor v0.3.32 |
| 635 | 2026-07-21T22:41:03.701Z | Downloaded foldhash v0.1.5 |
| 636 | 2026-07-21T22:41:03.701Z | Downloaded console v0.15.11 |
| 637 | 2026-07-21T22:41:03.701Z | Downloaded blake2 v0.11.0-rc.6 |
| 638 | 2026-07-21T22:41:03.704Z | Downloaded crossbeam-epoch v0.9.18 |
| 639 | 2026-07-21T22:41:03.704Z | Downloaded http-body v1.0.1 |
| 640 | 2026-07-21T22:41:03.708Z | Downloaded hostname v0.4.2 |
| 641 | 2026-07-21T22:41:03.708Z | Downloaded hash32 v0.3.1 |
| 642 | 2026-07-21T22:41:03.708Z | Downloaded des v0.9.0 |
| 643 | 2026-07-21T22:41:03.711Z | Downloaded cipher v0.4.4 |
| 644 | 2026-07-21T22:41:03.711Z | Downloaded const-oid v0.9.6 |
| 645 | 2026-07-21T22:41:03.711Z | Downloaded diff v0.1.13 |
| 646 | 2026-07-21T22:41:03.714Z | Downloaded colored v3.1.1 |
| 647 | 2026-07-21T22:41:03.714Z | Downloaded hostname v0.3.1 |
| 648 | 2026-07-21T22:41:03.717Z | Downloaded hubpack_derive v0.1.1 |
| 649 | 2026-07-21T22:41:03.717Z | Downloaded hubpack v0.1.2 |
| 650 | 2026-07-21T22:41:03.717Z | Downloaded home v0.5.12 |
| 651 | 2026-07-21T22:41:03.721Z | Downloaded bzip2 v0.4.4 |
| 652 | 2026-07-21T22:41:03.721Z | Downloaded ecdsa v0.17.0-rc.18 |
| 653 | 2026-07-21T22:41:03.721Z | Downloaded funty v2.0.0 |
| 654 | 2026-07-21T22:41:03.724Z | Downloaded cmov v0.5.4 |
| 655 | 2026-07-21T22:41:03.724Z | Downloaded derive_builder v0.20.2 |
| 656 | 2026-07-21T22:41:03.727Z | Downloaded glob v0.3.3 |
| 657 | 2026-07-21T22:41:03.728Z | Downloaded hyper-tls v0.6.0 |
| 658 | 2026-07-21T22:41:03.731Z | Downloaded ciborium v0.2.2 |
| 659 | 2026-07-21T22:41:03.731Z | Downloaded idna_adapter v1.2.1 |
| 660 | 2026-07-21T22:41:03.731Z | Downloaded ident_case v1.0.1 |
| 661 | 2026-07-21T22:41:03.732Z | Downloaded group v0.14.0 |
| 662 | 2026-07-21T22:41:03.735Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 663 | 2026-07-21T22:41:03.735Z | Downloaded group v0.13.0 |
| 664 | 2026-07-21T22:41:03.735Z | Downloaded globset v0.4.18 |
| 665 | 2026-07-21T22:41:03.738Z | Downloaded clang-sys v1.8.1 |
| 666 | 2026-07-21T22:41:03.738Z | Downloaded git-stub-vcs v0.1.0 |
| 667 | 2026-07-21T22:41:03.738Z | Downloaded hash32 v0.2.1 |
| 668 | 2026-07-21T22:41:03.742Z | Downloaded ff v0.14.0 |
| 669 | 2026-07-21T22:41:03.742Z | Downloaded indoc v1.0.9 |
| 670 | 2026-07-21T22:41:03.746Z | Downloaded indent_write v2.2.0 |
| 671 | 2026-07-21T22:41:03.746Z | Downloaded blake2 v0.10.6 |
| 672 | 2026-07-21T22:41:03.746Z | Downloaded colored v2.2.0 |
| 673 | 2026-07-21T22:41:03.749Z | Downloaded instant v0.1.13 |
| 674 | 2026-07-21T22:41:03.749Z | Downloaded inout v0.1.4 |
| 675 | 2026-07-21T22:41:03.749Z | Downloaded ahash v0.8.12 |
| 676 | 2026-07-21T22:41:03.753Z | Downloaded highway v1.3.0 |
| 677 | 2026-07-21T22:41:03.753Z | Downloaded ff v0.13.1 |
| 678 | 2026-07-21T22:41:03.753Z | Downloaded env_logger v0.11.9 |
| 679 | 2026-07-21T22:41:03.756Z | Downloaded is_ci v1.2.0 |
| 680 | 2026-07-21T22:41:03.756Z | Downloaded internet-checksum v0.2.1 |
| 681 | 2026-07-21T22:41:03.757Z | Downloaded futures-channel v0.3.32 |
| 682 | 2026-07-21T22:41:03.757Z | Downloaded darling v0.21.3 |
| 683 | 2026-07-21T22:41:03.760Z | Downloaded keccak v0.1.6 |
| 684 | 2026-07-21T22:41:03.763Z | Downloaded instability v0.3.11 |
| 685 | 2026-07-21T22:41:03.764Z | Downloaded inout v0.2.2 |
| 686 | 2026-07-21T22:41:03.764Z | Downloaded diesel-dtrace v0.5.0 |
| 687 | 2026-07-21T22:41:03.768Z | Downloaded const-oid v0.10.2 |
| 688 | 2026-07-21T22:41:03.768Z | Downloaded defmt-macros v1.0.1 |
| 689 | 2026-07-21T22:41:03.772Z | Downloaded bzip2 v0.6.1 |
| 690 | 2026-07-21T22:41:03.772Z | Downloaded bitflags v1.3.2 |
| 691 | 2026-07-21T22:41:03.772Z | Downloaded blowfish v0.10.0 |
| 692 | 2026-07-21T22:41:03.772Z | Downloaded derive-where v1.6.0 |
| 693 | 2026-07-21T22:41:03.775Z | Downloaded kstat-rs v0.2.4 |
| 694 | 2026-07-21T22:41:03.778Z | Downloaded crossbeam-channel v0.5.15 |
| 695 | 2026-07-21T22:41:03.778Z | Downloaded bumpalo v3.20.2 |
| 696 | 2026-07-21T22:41:03.781Z | Downloaded httpdate v1.0.3 |
| 697 | 2026-07-21T22:41:03.781Z | Downloaded ecdsa v0.16.9 |
| 698 | 2026-07-21T22:41:03.784Z | Downloaded lalrpop-util v0.19.12 |
| 699 | 2026-07-21T22:41:03.784Z | Downloaded lazy_static v1.5.0 |
| 700 | 2026-07-21T22:41:03.784Z | Downloaded getrandom v0.2.17 |
| 701 | 2026-07-21T22:41:03.789Z | Downloaded kem v0.3.0 |
| 702 | 2026-07-21T22:41:03.789Z | Downloaded elliptic-curve v0.13.8 |
| 703 | 2026-07-21T22:41:03.792Z | Downloaded libscf-sys v1.1.0 |
| 704 | 2026-07-21T22:41:03.792Z | Downloaded managed v0.8.0 |
| 705 | 2026-07-21T22:41:03.792Z | Downloaded dropshot_endpoint v0.17.1 |
| 706 | 2026-07-21T22:41:03.795Z | Downloaded chacha20 v0.10.0 |
| 707 | 2026-07-21T22:41:03.795Z | Downloaded lzss v0.8.2 |
| 708 | 2026-07-21T22:41:03.799Z | Downloaded hyper-staticfile v0.10.1 |
| 709 | 2026-07-21T22:41:03.799Z | Downloaded lru-slab v0.1.2 |
| 710 | 2026-07-21T22:41:03.799Z | Downloaded lru-cache v0.1.2 |
| 711 | 2026-07-21T22:41:03.799Z | Downloaded derive_more v0.99.20 |
| 712 | 2026-07-21T22:41:03.805Z | Downloaded fatfs v0.3.6 |
| 713 | 2026-07-21T22:41:03.809Z | Downloaded mime v0.3.17 |
| 714 | 2026-07-21T22:41:03.809Z | Downloaded illumos-nvpair v0.3.0 |
| 715 | 2026-07-21T22:41:03.810Z | Downloaded memoffset v0.9.1 |
| 716 | 2026-07-21T22:41:03.810Z | Downloaded ingot v0.1.1 |
| 717 | 2026-07-21T22:41:03.810Z | Downloaded http-body-util v0.1.3 |
| 718 | 2026-07-21T22:41:03.816Z | Downloaded lru v0.12.5 |
| 719 | 2026-07-21T22:41:03.816Z | Downloaded half v1.8.3 |
| 720 | 2026-07-21T22:41:03.819Z | Downloaded drift v0.2.0 |
| 721 | 2026-07-21T22:41:03.822Z | Downloaded md5 v0.8.0 |
| 722 | 2026-07-21T22:41:03.822Z | Downloaded ingot-types v0.1.2 |
| 723 | 2026-07-21T22:41:03.822Z | Downloaded md-5 v0.10.6 |
| 724 | 2026-07-21T22:41:03.823Z | Downloaded maybe-uninit v2.0.0 |
| 725 | 2026-07-21T22:41:03.826Z | Downloaded multimap v0.10.1 |
| 726 | 2026-07-21T22:41:03.826Z | Downloaded indoc v2.0.7 |
| 727 | 2026-07-21T22:41:03.826Z | Downloaded match_cfg v0.1.0 |
| 728 | 2026-07-21T22:41:03.829Z | Downloaded maplit v1.0.2 |
| 729 | 2026-07-21T22:41:03.829Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 730 | 2026-07-21T22:41:03.829Z | Downloaded newline-converter v0.3.0 |
| 731 | 2026-07-21T22:41:03.833Z | Downloaded hmac v0.13.0 |
| 732 | 2026-07-21T22:41:03.836Z | Downloaded jobserver v0.1.34 |
| 733 | 2026-07-21T22:41:03.837Z | Downloaded fs_extra v1.3.0 |
| 734 | 2026-07-21T22:41:03.842Z | Downloaded ipnet v2.11.0 |
| 735 | 2026-07-21T22:41:03.842Z | Downloaded allocator-api2 v0.2.21 |
| 736 | 2026-07-21T22:41:03.842Z | Downloaded is-terminal v0.4.17 |
| 737 | 2026-07-21T22:41:03.842Z | Downloaded chacha20poly1305 v0.10.1 |
| 738 | 2026-07-21T22:41:03.846Z | Downloaded nodrop v0.1.14 |
| 739 | 2026-07-21T22:41:03.846Z | Downloaded newtype_derive v0.1.6 |
| 740 | 2026-07-21T22:41:03.846Z | Downloaded new_debug_unreachable v1.0.6 |
| 741 | 2026-07-21T22:41:03.846Z | Downloaded normalize-line-endings v0.3.0 |
| 742 | 2026-07-21T22:41:03.850Z | Downloaded nonempty v0.12.0 |
| 743 | 2026-07-21T22:41:03.850Z | Downloaded darling_core v0.21.3 |
| 744 | 2026-07-21T22:41:03.854Z | Downloaded humantime v2.3.0 |
| 745 | 2026-07-21T22:41:03.854Z | Downloaded ed25519-dalek v2.2.0 |
| 746 | 2026-07-21T22:41:03.857Z | Downloaded libloading v0.8.9 |
| 747 | 2026-07-21T22:41:03.857Z | Downloaded keccak v0.2.0 |
| 748 | 2026-07-21T22:41:03.857Z | Downloaded linked-hash-map v0.5.6 |
| 749 | 2026-07-21T22:41:03.857Z | Downloaded libefi-sys v0.1.0 |
| 750 | 2026-07-21T22:41:03.861Z | Downloaded getrandom v0.3.4 |
| 751 | 2026-07-21T22:41:03.861Z | Downloaded num-derive v0.3.3 |
| 752 | 2026-07-21T22:41:03.864Z | Downloaded num-iter v0.1.45 |
| 753 | 2026-07-21T22:41:03.864Z | Downloaded num-derive v0.4.2 |
| 754 | 2026-07-21T22:41:03.864Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 755 | 2026-07-21T22:41:03.867Z | Downloaded hybrid-array v0.4.13 |
| 756 | 2026-07-21T22:41:03.867Z | Downloaded const_format v0.2.35 |
| 757 | 2026-07-21T22:41:03.871Z | Downloaded libsw-core v0.3.2 |
| 758 | 2026-07-21T22:41:03.874Z | Downloaded hyper-rustls v0.27.7 |
| 759 | 2026-07-21T22:41:03.874Z | Downloaded num-conv v0.2.0 |
| 760 | 2026-07-21T22:41:03.874Z | Downloaded num v0.4.3 |
| 761 | 2026-07-21T22:41:03.874Z | Downloaded linear-map v1.2.0 |
| 762 | 2026-07-21T22:41:03.877Z | Downloaded num_threads v0.1.7 |
| 763 | 2026-07-21T22:41:03.877Z | Downloaded libsw v3.5.0 |
| 764 | 2026-07-21T22:41:03.877Z | Downloaded compact_str v0.8.1 |
| 765 | 2026-07-21T22:41:03.880Z | Downloaded mime_guess v2.0.5 |
| 766 | 2026-07-21T22:41:03.884Z | Downloaded half v2.7.1 |
| 767 | 2026-07-21T22:41:03.884Z | Downloaded futures v0.3.32 |
| 768 | 2026-07-21T22:41:03.889Z | Downloaded generic-array v1.4.3 |
| 769 | 2026-07-21T22:41:03.892Z | Downloaded openssl-probe v0.2.1 |
| 770 | 2026-07-21T22:41:03.892Z | Downloaded openssl-macros v0.1.1 |
| 771 | 2026-07-21T22:41:03.892Z | Downloaded darling_core v0.20.11 |
| 772 | 2026-07-21T22:41:03.895Z | Downloaded multer v3.1.0 |
| 773 | 2026-07-21T22:41:03.895Z | Downloaded opaque-debug v0.3.1 |
| 774 | 2026-07-21T22:41:03.895Z | Downloaded oso-derive v0.27.3 |
| 775 | 2026-07-21T22:41:03.898Z | Downloaded module-lattice v0.2.3 |
| 776 | 2026-07-21T22:41:03.898Z | Downloaded openssl-probe v0.1.6 |
| 777 | 2026-07-21T22:41:03.898Z | Downloaded flume v0.11.1 |
| 778 | 2026-07-21T22:41:03.902Z | Downloaded olpc-cjson v0.1.4 |
| 779 | 2026-07-21T22:41:03.902Z | Downloaded ingot-macros v0.1.1 |
| 780 | 2026-07-21T22:41:03.902Z | Downloaded newtype-uuid v1.3.2 |
| 781 | 2026-07-21T22:41:03.905Z | Downloaded nanorand v0.7.0 |
| 782 | 2026-07-21T22:41:03.905Z | Downloaded native-tls v0.2.18 |
| 783 | 2026-07-21T22:41:03.908Z | Downloaded hmac v0.12.1 |
| 784 | 2026-07-21T22:41:03.908Z | Downloaded ar_archive_writer v0.5.1 |
| 785 | 2026-07-21T22:41:03.912Z | Downloaded nibble_vec v0.1.0 |
| 786 | 2026-07-21T22:41:03.912Z | Downloaded newtype-uuid-macros v0.1.0 |
| 787 | 2026-07-21T22:41:03.912Z | Downloaded darling_core v0.23.0 |
| 788 | 2026-07-21T22:41:03.917Z | Downloaded packed_struct_codegen v0.10.1 |
| 789 | 2026-07-21T22:41:03.917Z | Downloaded httparse v1.10.1 |
| 790 | 2026-07-21T22:41:03.920Z | Downloaded ipnetwork v0.21.1 |
| 791 | 2026-07-21T22:41:03.924Z | Downloaded num-complex v0.4.6 |
| 792 | 2026-07-21T22:41:03.924Z | Downloaded iana-time-zone v0.1.65 |
| 793 | 2026-07-21T22:41:03.927Z | Downloaded num-integer v0.1.46 |
| 794 | 2026-07-21T22:41:03.930Z | Downloaded litemap v0.8.1 |
| 795 | 2026-07-21T22:41:03.944Z | Downloaded peg-runtime v0.8.5 |
| 796 | 2026-07-21T22:41:03.949Z | Downloaded path-slash v0.1.5 |
| 797 | 2026-07-21T22:41:03.950Z | Downloaded password-hash v0.6.1 |
| 798 | 2026-07-21T22:41:03.950Z | Downloaded memmap2 v0.9.10 |
| 799 | 2026-07-21T22:41:03.953Z | Downloaded parse-size v1.1.0 |
| 800 | 2026-07-21T22:41:03.953Z | Downloaded num_enum_derive v0.5.11 |
| 801 | 2026-07-21T22:41:03.953Z | Downloaded parse-display v0.10.0 |
| 802 | 2026-07-21T22:41:03.953Z | Downloaded num_enum v0.5.11 |
| 803 | 2026-07-21T22:41:03.956Z | Downloaded num_enum_derive v0.7.6 |
| 804 | 2026-07-21T22:41:03.956Z | Downloaded cc v1.2.56 |
| 805 | 2026-07-21T22:41:03.956Z | Downloaded num-rational v0.4.2 |
| 806 | 2026-07-21T22:41:03.959Z | Downloaded nu-ansi-term v0.50.3 |
| 807 | 2026-07-21T22:41:03.959Z | Downloaded num_enum v0.7.6 |
| 808 | 2026-07-21T22:41:03.962Z | Downloaded phf_shared v0.13.1 |
| 809 | 2026-07-21T22:41:03.966Z | Downloaded percent-encoding v2.3.2 |
| 810 | 2026-07-21T22:41:03.966Z | Downloaded headers v0.4.1 |
| 811 | 2026-07-21T22:41:03.969Z | Downloaded heapless v0.7.17 |
| 812 | 2026-07-21T22:41:03.972Z | Downloaded indexmap v1.9.3 |
| 813 | 2026-07-21T22:41:03.972Z | Downloaded lock_api v0.4.14 |
| 814 | 2026-07-21T22:41:03.976Z | Downloaded oxide-update-engine-display v0.1.2 |
| 815 | 2026-07-21T22:41:03.976Z | Downloaded oxide-update-engine v0.1.2 |
| 816 | 2026-07-21T22:41:03.976Z | Downloaded owo-colors v4.3.0 |
| 817 | 2026-07-21T22:41:03.979Z | Downloaded async-compression v0.4.41 |
| 818 | 2026-07-21T22:41:03.982Z | Downloaded oxnet v0.1.6 |
| 819 | 2026-07-21T22:41:03.982Z | Downloaded potential_utf v0.1.4 |
| 820 | 2026-07-21T22:41:03.985Z | Downloaded oxide-tokio-rt v0.1.4 |
| 821 | 2026-07-21T22:41:03.985Z | Downloaded ignore v0.4.25 |
| 822 | 2026-07-21T22:41:03.990Z | Downloaded icu_provider v2.1.1 |
| 823 | 2026-07-21T22:41:03.990Z | Downloaded predicates-core v1.0.10 |
| 824 | 2026-07-21T22:41:03.990Z | Downloaded precomputed-hash v0.1.1 |
| 825 | 2026-07-21T22:41:03.993Z | Downloaded crypto-bigint v0.5.5 |
| 826 | 2026-07-21T22:41:03.993Z | Downloaded packed_struct v0.10.1 |
| 827 | 2026-07-21T22:41:03.996Z | Downloaded litrs v1.0.0 |
| 828 | 2026-07-21T22:41:03.996Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 829 | 2026-07-21T22:41:04.004Z | Downloaded derive_more v2.1.1 |
| 830 | 2026-07-21T22:41:04.008Z | Downloaded proc-macro-crate v1.3.1 |
| 831 | 2026-07-21T22:41:04.008Z | Downloaded diesel_derives v2.3.7 |
| 832 | 2026-07-21T22:41:04.013Z | Downloaded paste v1.0.15 |
| 833 | 2026-07-21T22:41:04.017Z | Downloaded parse-display-derive v0.10.0 |
| 834 | 2026-07-21T22:41:04.017Z | Downloaded peg-macros v0.8.5 |
| 835 | 2026-07-21T22:41:04.018Z | Downloaded icu_normalizer_data v2.1.1 |
| 836 | 2026-07-21T22:41:04.018Z | Downloaded proc-macro-crate v3.4.0 |
| 837 | 2026-07-21T22:41:04.048Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 838 | 2026-07-21T22:41:04.048Z | Downloaded psl-types v2.0.11 |
| 839 | 2026-07-21T22:41:04.048Z | Downloaded progenitor-client v0.14.0 |
| 840 | 2026-07-21T22:41:04.048Z | Downloaded pem-rfc7468 v1.0.0 |
| 841 | 2026-07-21T22:41:04.048Z | Downloaded peg v0.8.5 |
| 842 | 2026-07-21T22:41:04.048Z | Downloaded progenitor-macro v0.14.0 |
| 843 | 2026-07-21T22:41:04.048Z | Downloaded phf v0.12.1 |
| 844 | 2026-07-21T22:41:04.048Z | Downloaded pem v3.0.6 |
| 845 | 2026-07-21T22:41:04.048Z | Downloaded ml-kem v0.3.2 |
| 846 | 2026-07-21T22:41:04.048Z | Downloaded indicatif v0.18.4 |
| 847 | 2026-07-21T22:41:04.048Z | Downloaded progenitor-macro v0.13.0 |
| 848 | 2026-07-21T22:41:04.048Z | Downloaded heapless v0.8.0 |
| 849 | 2026-07-21T22:41:04.048Z | Downloaded der v0.7.10 |
| 850 | 2026-07-21T22:41:04.048Z | Downloaded phf v0.13.1 |
| 851 | 2026-07-21T22:41:04.048Z | Downloaded quick-error v1.2.3 |
| 852 | 2026-07-21T22:41:04.048Z | Downloaded expectorate v1.2.0 |
| 853 | 2026-07-21T22:41:04.052Z | Downloaded flate2 v1.1.9 |
| 854 | 2026-07-21T22:41:04.052Z | Downloaded predicates-tree v1.0.13 |
| 855 | 2026-07-21T22:41:04.052Z | Downloaded hickory-resolver v0.25.2 |
| 856 | 2026-07-21T22:41:04.052Z | Downloaded hickory-resolver v0.24.4 |
| 857 | 2026-07-21T22:41:04.052Z | Downloaded pbkdf2 v0.13.0 |
| 858 | 2026-07-21T22:41:04.052Z | Downloaded parking_lot_core v0.8.6 |
| 859 | 2026-07-21T22:41:04.052Z | Downloaded rand_xorshift v0.4.0 |
| 860 | 2026-07-21T22:41:04.057Z | Downloaded phf_shared v0.12.1 |
| 861 | 2026-07-21T22:41:04.057Z | Downloaded powerfmt v0.2.0 |
| 862 | 2026-07-21T22:41:04.057Z | Downloaded pkcs8 v0.10.2 |
| 863 | 2026-07-21T22:41:04.060Z | Downloaded ppv-lite86 v0.2.21 |
| 864 | 2026-07-21T22:41:04.060Z | Downloaded pin-project-lite v0.2.17 |
| 865 | 2026-07-21T22:41:04.064Z | Downloaded icu_normalizer v2.1.1 |
| 866 | 2026-07-21T22:41:04.064Z | Downloaded radium v0.7.0 |
| 867 | 2026-07-21T22:41:04.067Z | Downloaded phf_shared v0.11.3 |
| 868 | 2026-07-21T22:41:04.067Z | Downloaded libbz2-rs-sys v0.2.2 |
| 869 | 2026-07-21T22:41:04.067Z | Downloaded pin-project-internal v1.1.11 |
| 870 | 2026-07-21T22:41:04.067Z | Downloaded pkg-config v0.3.32 |
| 871 | 2026-07-21T22:41:04.070Z | Downloaded icu_properties v2.1.2 |
| 872 | 2026-07-21T22:41:04.070Z | Downloaded poly1305 v0.8.0 |
| 873 | 2026-07-21T22:41:04.074Z | Downloaded parking_lot v0.12.5 |
| 874 | 2026-07-21T22:41:04.077Z | Downloaded ref-cast v1.0.25 |
| 875 | 2026-07-21T22:41:04.077Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 876 | 2026-07-21T22:41:04.077Z | Downloaded primeorder v0.14.0-rc.10 |
| 877 | 2026-07-21T22:41:04.082Z | Downloaded predicates v3.1.4 |
| 878 | 2026-07-21T22:41:04.082Z | Downloaded rand_chacha v0.3.1 |
| 879 | 2026-07-21T22:41:04.082Z | Downloaded progenitor v0.14.0 |
| 880 | 2026-07-21T22:41:04.085Z | Downloaded proc-macro-error2 v2.0.1 |
| 881 | 2026-07-21T22:41:04.085Z | Downloaded progenitor-extras v0.2.0 |
| 882 | 2026-07-21T22:41:04.085Z | Downloaded der v0.8.0 |
| 883 | 2026-07-21T22:41:04.089Z | Downloaded ref-cast-impl v1.0.25 |
| 884 | 2026-07-21T22:41:04.092Z | Downloaded recursive v0.1.1 |
| 885 | 2026-07-21T22:41:04.092Z | Downloaded miniz_oxide v0.8.9 |
| 886 | 2026-07-21T22:41:04.095Z | Downloaded primefield v0.14.0 |
| 887 | 2026-07-21T22:41:04.095Z | Downloaded progenitor-client v0.13.0 |
| 888 | 2026-07-21T22:41:04.095Z | Downloaded progenitor v0.13.0 |
| 889 | 2026-07-21T22:41:04.098Z | Downloaded psm v0.1.30 |
| 890 | 2026-07-21T22:41:04.098Z | Downloaded primeorder v0.13.6 |
| 891 | 2026-07-21T22:41:04.102Z | Downloaded pem-rfc7468 v0.7.0 |
| 892 | 2026-07-21T22:41:04.102Z | Downloaded rfc6979 v0.5.0 |
| 893 | 2026-07-21T22:41:04.102Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-07-21T22:41:04.106Z | Downloaded phc v0.6.1 |
| 895 | 2026-07-21T22:41:04.106Z | Downloaded password-hash v0.5.0 |
| 896 | 2026-07-21T22:41:04.106Z | Downloaded icu_collections v2.1.1 |
| 897 | 2026-07-21T22:41:04.109Z | Downloaded oxide-update-engine-types v0.1.2 |
| 898 | 2026-07-21T22:41:04.112Z | Downloaded hashbrown v0.12.3 |
| 899 | 2026-07-21T22:41:04.117Z | Downloaded oso v0.27.3 |
| 900 | 2026-07-21T22:41:04.117Z | Downloaded rand_core v0.10.0 |
| 901 | 2026-07-21T22:41:04.117Z | Downloaded pkcs1 v0.7.5 |
| 902 | 2026-07-21T22:41:04.120Z | Downloaded jiff-static v0.2.21 |
| 903 | 2026-07-21T22:41:04.120Z | Downloaded postgres-types v0.2.12 |
| 904 | 2026-07-21T22:41:04.124Z | Downloaded russh-util v0.52.0 |
| 905 | 2026-07-21T22:41:04.124Z | Downloaded rustc_version v0.1.7 |
| 906 | 2026-07-21T22:41:04.125Z | Downloaded rustc-hash v2.1.1 |
| 907 | 2026-07-21T22:41:04.125Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-07-21T22:41:04.128Z | Downloaded russh-cryptovec v0.61.0 |
| 909 | 2026-07-21T22:41:04.128Z | Downloaded rustc_version v0.4.1 |
| 910 | 2026-07-21T22:41:04.128Z | Downloaded port-file v0.1.0 |
| 911 | 2026-07-21T22:41:04.128Z | Downloaded rand_seeder v0.4.0 |
| 912 | 2026-07-21T22:41:04.131Z | Downloaded pkcs8 v0.11.0 |
| 913 | 2026-07-21T22:41:04.131Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 914 | 2026-07-21T22:41:04.134Z | Downloaded crossterm v0.28.1 |
| 915 | 2026-07-21T22:41:04.137Z | Downloaded rand_core v0.6.4 |
| 916 | 2026-07-21T22:41:04.141Z | Downloaded postgres-protocol v0.6.10 |
| 917 | 2026-07-21T22:41:04.141Z | Downloaded poly1305 v0.9.0 |
| 918 | 2026-07-21T22:41:04.145Z | Downloaded same-file v1.0.6 |
| 919 | 2026-07-21T22:41:04.145Z | Downloaded postcard v1.1.3 |
| 920 | 2026-07-21T22:41:04.145Z | Downloaded parking_lot_core v0.9.12 |
| 921 | 2026-07-21T22:41:04.150Z | Downloaded parking_lot v0.11.2 |
| 922 | 2026-07-21T22:41:04.150Z | Downloaded rand_core v0.9.5 |
| 923 | 2026-07-21T22:41:04.150Z | Downloaded rand_chacha v0.9.0 |
| 924 | 2026-07-21T22:41:04.153Z | Downloaded crypto-primes v0.7.2 |
| 925 | 2026-07-21T22:41:04.153Z | Downloaded scheduled-thread-pool v0.2.7 |
| 926 | 2026-07-21T22:41:04.153Z | Downloaded scroll_derive v0.13.1 |
| 927 | 2026-07-21T22:41:04.157Z | Downloaded scopeguard v1.2.0 |
| 928 | 2026-07-21T22:41:04.157Z | Downloaded num-traits v0.2.19 |
| 929 | 2026-07-21T22:41:04.161Z | Downloaded hashbrown v0.13.2 |
| 930 | 2026-07-21T22:41:04.161Z | Downloaded sapling-renderdag v0.1.0 |
| 931 | 2026-07-21T22:41:04.161Z | Downloaded minimal-lexical v0.2.1 |
| 932 | 2026-07-21T22:41:04.164Z | Downloaded icu_locale_core v2.1.1 |
| 933 | 2026-07-21T22:41:04.167Z | Downloaded omicron-zone-package v0.12.3 |
| 934 | 2026-07-21T22:41:04.171Z | Downloaded resolv-conf v0.7.6 |
| 935 | 2026-07-21T22:41:04.171Z | Downloaded seq-macro v0.3.6 |
| 936 | 2026-07-21T22:41:04.175Z | Downloaded http v1.4.2 |
| 937 | 2026-07-21T22:41:04.175Z | Downloaded serde_bytes v0.11.19 |
| 938 | 2026-07-21T22:41:04.178Z | Downloaded semver v0.1.20 |
| 939 | 2026-07-21T22:41:04.178Z | Downloaded secrecy v0.8.0 |
| 940 | 2026-07-21T22:41:04.178Z | Downloaded openssl-sys v0.9.117 |
| 941 | 2026-07-21T22:41:04.182Z | Downloaded papergrid v0.17.0 |
| 942 | 2026-07-21T22:41:04.186Z | Downloaded pkcs5 v0.8.1 |
| 943 | 2026-07-21T22:41:04.190Z | Downloaded p384 v0.14.0-rc.10 |
| 944 | 2026-07-21T22:41:04.190Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-07-21T22:41:04.190Z | Downloaded rpassword v7.5.4 |
| 946 | 2026-07-21T22:41:04.193Z | Downloaded serde_plain v1.0.2 |
| 947 | 2026-07-21T22:41:04.193Z | Downloaded rustls-pemfile v2.2.0 |
| 948 | 2026-07-21T22:41:04.196Z | Downloaded serde_repr v0.1.20 |
| 949 | 2026-07-21T22:41:04.196Z | Downloaded p256 v0.14.0-rc.10 |
| 950 | 2026-07-21T22:41:04.200Z | Downloaded signal-hook-mio v0.2.5 |
| 951 | 2026-07-21T22:41:04.200Z | Downloaded crossterm v0.29.0 |
| 952 | 2026-07-21T22:41:04.203Z | Downloaded rusty-fork v0.3.1 |
| 953 | 2026-07-21T22:41:04.207Z | Downloaded serde_urlencoded v0.7.1 |
| 954 | 2026-07-21T22:41:04.207Z | Downloaded sha1 v0.10.6 |
| 955 | 2026-07-21T22:41:04.207Z | Downloaded rustversion v1.0.22 |
| 956 | 2026-07-21T22:41:04.211Z | Downloaded hyper-util v0.1.20 |
| 957 | 2026-07-21T22:41:04.214Z | Downloaded shell-words v1.1.1 |
| 958 | 2026-07-21T22:41:04.214Z | Downloaded prefix-trie v0.7.0 |
| 959 | 2026-07-21T22:41:04.217Z | Downloaded quinn-udp v0.5.14 |
| 960 | 2026-07-21T22:41:04.217Z | Downloaded serde_spanned v1.1.1 |
| 961 | 2026-07-21T22:41:04.217Z | Downloaded r2d2 v0.8.10 |
| 962 | 2026-07-21T22:41:04.221Z | Downloaded polyval v0.7.1 |
| 963 | 2026-07-21T22:41:04.221Z | Downloaded hickory-server v0.25.2 |
| 964 | 2026-07-21T22:41:04.224Z | Downloaded signature v3.0.0 |
| 965 | 2026-07-21T22:41:04.224Z | Downloaded pin-project v1.1.11 |
| 966 | 2026-07-21T22:41:04.232Z | Downloaded sigpipe v0.1.3 |
| 967 | 2026-07-21T22:41:04.235Z | Downloaded signal-hook-tokio v0.3.1 |
| 968 | 2026-07-21T22:41:04.235Z | Downloaded dropshot-api-manager v0.7.2 |
| 969 | 2026-07-21T22:41:04.238Z | Downloaded derive_more-impl v2.1.1 |
| 970 | 2026-07-21T22:41:04.241Z | Downloaded bytes v1.11.1 |
| 971 | 2026-07-21T22:41:04.241Z | Downloaded slog-bunyan v2.5.0 |
| 972 | 2026-07-21T22:41:04.244Z | Downloaded siphasher v1.0.2 |
| 973 | 2026-07-21T22:41:04.244Z | Downloaded signature v2.2.0 |
| 974 | 2026-07-21T22:41:04.244Z | Downloaded sec1 v0.8.1 |
| 975 | 2026-07-21T22:41:04.247Z | Downloaded scroll v0.13.0 |
| 976 | 2026-07-21T22:41:04.248Z | Downloaded slog-envlogger v2.2.0 |
| 977 | 2026-07-21T22:41:04.248Z | Downloaded schemars_derive v0.8.22 |
| 978 | 2026-07-21T22:41:04.252Z | Downloaded mio v1.2.0 |
| 979 | 2026-07-21T22:41:04.255Z | Downloaded sec1 v0.7.3 |
| 980 | 2026-07-21T22:41:04.255Z | Downloaded scrypt v0.12.0 |
| 981 | 2026-07-21T22:41:04.255Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 982 | 2026-07-21T22:41:04.259Z | Downloaded serde_path_to_error v0.1.20 |
| 983 | 2026-07-21T22:41:04.269Z | Downloaded serde-hex v0.1.0 |
| 984 | 2026-07-21T22:41:04.272Z | Downloaded serde-big-array v0.5.1 |
| 985 | 2026-07-21T22:41:04.272Z | Downloaded sqlparser_derive v0.5.0 |
| 986 | 2026-07-21T22:41:04.275Z | Downloaded serde_derive_internals v0.29.1 |
| 987 | 2026-07-21T22:41:04.275Z | Downloaded rustls-native-certs v0.8.3 |
| 988 | 2026-07-21T22:41:04.275Z | Downloaded num-bigint v0.4.6 |
| 989 | 2026-07-21T22:41:04.278Z | Downloaded shlex v1.3.0 |
| 990 | 2026-07-21T22:41:04.279Z | Downloaded salsa20 v0.11.0 |
| 991 | 2026-07-21T22:41:04.283Z | Downloaded pretty_assertions v1.4.1 |
| 992 | 2026-07-21T22:41:04.283Z | Downloaded sha1 v0.11.0 |
| 993 | 2026-07-21T22:41:04.287Z | Downloaded serdect v0.4.3 |
| 994 | 2026-07-21T22:41:04.287Z | Downloaded serde_with_macros v1.5.2 |
| 995 | 2026-07-21T22:41:04.291Z | Downloaded rcgen v0.12.1 |
| 996 | 2026-07-21T22:41:04.295Z | Downloaded rustls-pki-types v1.14.0 |
| 997 | 2026-07-21T22:41:04.301Z | Downloaded stable_deref_trait v1.2.1 |
| 998 | 2026-07-21T22:41:04.301Z | Downloaded strum v0.26.3 |
| 999 | 2026-07-21T22:41:04.301Z | Downloaded structmeta v0.3.0 |
| 1000 | 2026-07-21T22:41:04.301Z | Downloaded signal-hook-registry v1.4.8 |
| 1001 | 2026-07-21T22:41:04.304Z | Downloaded strum v0.27.2 |
| 1002 | 2026-07-21T22:41:04.304Z | Downloaded strsim v0.10.0 |
| 1003 | 2026-07-21T22:41:04.304Z | Downloaded progenitor-impl v0.14.0 |
| 1004 | 2026-07-21T22:41:04.304Z | Downloaded progenitor-impl v0.13.0 |
| 1005 | 2026-07-21T22:41:04.308Z | Downloaded simd-adler32 v0.3.8 |
| 1006 | 2026-07-21T22:41:04.308Z | Downloaded tabled_derive v0.11.0 |
| 1007 | 2026-07-21T22:41:04.308Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1008 | 2026-07-21T22:41:04.311Z | Downloaded supports-color v3.0.2 |
| 1009 | 2026-07-21T22:41:04.311Z | Downloaded subtle v2.6.1 |
| 1010 | 2026-07-21T22:41:04.317Z | Downloaded slog-dtrace v0.3.0 |
| 1011 | 2026-07-21T22:41:04.320Z | Downloaded tabwriter v1.4.1 |
| 1012 | 2026-07-21T22:41:04.324Z | Downloaded slog-scope v4.4.1 |
| 1013 | 2026-07-21T22:41:04.327Z | Downloaded slab v0.4.12 |
| 1014 | 2026-07-21T22:41:04.327Z | Downloaded hashbrown v0.16.1 |
| 1015 | 2026-07-21T22:41:04.331Z | Downloaded take_mut v0.2.2 |
| 1016 | 2026-07-21T22:41:04.331Z | Downloaded slog-term v2.9.2 |
| 1017 | 2026-07-21T22:41:04.334Z | Downloaded slog-stdlog v4.1.1 |
| 1018 | 2026-07-21T22:41:04.334Z | Downloaded spki v0.8.0 |
| 1019 | 2026-07-21T22:41:04.334Z | Downloaded spki v0.7.3 |
| 1020 | 2026-07-21T22:41:04.338Z | Downloaded snafu-derive v0.8.9 |
| 1021 | 2026-07-21T22:41:04.338Z | Downloaded aes-gcm v0.11.0 |
| 1022 | 2026-07-21T22:41:04.341Z | Downloaded tagptr v0.2.0 |
| 1023 | 2026-07-21T22:41:04.341Z | Downloaded sync_wrapper v1.0.2 |
| 1024 | 2026-07-21T22:41:04.344Z | Downloaded sync-ptr v0.1.4 |
| 1025 | 2026-07-21T22:41:04.344Z | Downloaded smf v0.2.3 |
| 1026 | 2026-07-21T22:41:04.344Z | Downloaded smallvec v0.6.14 |
| 1027 | 2026-07-21T22:41:04.344Z | Downloaded ron v0.8.1 |
| 1028 | 2026-07-21T22:41:04.348Z | Downloaded sha2 v0.11.0 |
| 1029 | 2026-07-21T22:41:04.355Z | Downloaded serde_with_macros v3.21.0 |
| 1030 | 2026-07-21T22:41:04.355Z | Downloaded slog-json v2.6.1 |
| 1031 | 2026-07-21T22:41:04.359Z | Downloaded tap v1.0.1 |
| 1032 | 2026-07-21T22:41:04.359Z | Downloaded serde_cbor v0.11.2 |
| 1033 | 2026-07-21T22:41:04.359Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1034 | 2026-07-21T22:41:04.359Z | Downloaded ryu v1.0.23 |
| 1035 | 2026-07-21T22:41:04.359Z | Downloaded blake3 v1.8.5 |
| 1036 | 2026-07-21T22:41:04.364Z | Downloaded testing_table v0.3.0 |
| 1037 | 2026-07-21T22:41:04.368Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1038 | 2026-07-21T22:41:04.368Z | Downloaded bitvec v1.0.1 |
| 1039 | 2026-07-21T22:41:04.377Z | Downloaded tokio-macros v2.7.0 |
| 1040 | 2026-07-21T22:41:04.380Z | Downloaded thread-id v5.1.0 |
| 1041 | 2026-07-21T22:41:04.380Z | Downloaded strum_macros v0.27.2 |
| 1042 | 2026-07-21T22:41:04.380Z | Downloaded static_assertions v1.1.0 |
| 1043 | 2026-07-21T22:41:04.380Z | Downloaded stacker v0.1.23 |
| 1044 | 2026-07-21T22:41:04.383Z | Downloaded tinyvec_macros v0.1.1 |
| 1045 | 2026-07-21T22:41:04.384Z | Downloaded structmeta-derive v0.3.0 |
| 1046 | 2026-07-21T22:41:04.384Z | Downloaded qorb v0.4.1 |
| 1047 | 2026-07-21T22:41:04.388Z | Downloaded strum_macros v0.26.4 |
| 1048 | 2026-07-21T22:41:04.391Z | Downloaded slog-async v2.8.0 |
| 1049 | 2026-07-21T22:41:04.391Z | Downloaded synstructure v0.13.2 |
| 1050 | 2026-07-21T22:41:04.391Z | Downloaded support-bundle-viewer v0.1.2 |
| 1051 | 2026-07-21T22:41:04.391Z | Downloaded strum_macros v0.24.3 |
| 1052 | 2026-07-21T22:41:04.395Z | Downloaded itertools v0.13.0 |
| 1053 | 2026-07-21T22:41:04.400Z | Downloaded spin v0.9.8 |
| 1054 | 2026-07-21T22:41:04.400Z | Downloaded smallvec v1.15.1 |
| 1055 | 2026-07-21T22:41:04.404Z | Downloaded tokio-test v0.4.5 |
| 1056 | 2026-07-21T22:41:04.404Z | Downloaded iri-string v0.7.10 |
| 1057 | 2026-07-21T22:41:04.408Z | Downloaded itertools v0.12.1 |
| 1058 | 2026-07-21T22:41:04.412Z | Downloaded publicsuffix v2.3.0 |
| 1059 | 2026-07-21T22:41:04.412Z | Downloaded quinn v0.11.9 |
| 1060 | 2026-07-21T22:41:04.415Z | Downloaded itertools v0.10.5 |
| 1061 | 2026-07-21T22:41:04.419Z | Downloaded termios v0.3.3 |
| 1062 | 2026-07-21T22:41:04.419Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1063 | 2026-07-21T22:41:04.424Z | Downloaded tower-service v0.3.3 |
| 1064 | 2026-07-21T22:41:04.424Z | Downloaded topological-sort v0.2.2 |
| 1065 | 2026-07-21T22:41:04.424Z | Downloaded signal-hook v0.3.18 |
| 1066 | 2026-07-21T22:41:04.427Z | Downloaded tower-layer v0.3.3 |
| 1067 | 2026-07-21T22:41:04.427Z | Downloaded thread_local v1.1.9 |
| 1068 | 2026-07-21T22:41:04.427Z | Downloaded p521 v0.14.0-rc.10 |
| 1069 | 2026-07-21T22:41:04.430Z | Downloaded nom v7.1.3 |
| 1070 | 2026-07-21T22:41:04.433Z | Downloaded tinystr v0.8.2 |
| 1071 | 2026-07-21T22:41:04.436Z | Downloaded time-macros v0.2.27 |
| 1072 | 2026-07-21T22:41:04.436Z | Downloaded try-lock v0.2.5 |
| 1073 | 2026-07-21T22:41:04.436Z | Downloaded time-core v0.1.8 |
| 1074 | 2026-07-21T22:41:04.440Z | Downloaded thiserror-no-std v2.0.2 |
| 1075 | 2026-07-21T22:41:04.440Z | Downloaded similar v2.7.0 |
| 1076 | 2026-07-21T22:41:04.445Z | Downloaded schemars v0.8.22 |
| 1077 | 2026-07-21T22:41:04.450Z | Downloaded unarray v0.1.4 |
| 1078 | 2026-07-21T22:41:04.453Z | Downloaded unicode-xid v0.2.6 |
| 1079 | 2026-07-21T22:41:04.453Z | Downloaded tls_codec_derive v0.4.2 |
| 1080 | 2026-07-21T22:41:04.453Z | Downloaded tls_codec v0.4.2 |
| 1081 | 2026-07-21T22:41:04.456Z | Downloaded typify-macro v0.6.2 |
| 1082 | 2026-07-21T22:41:04.456Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-07-21T22:41:04.461Z | Downloaded tiny-keccak v2.0.2 |
| 1084 | 2026-07-21T22:41:04.461Z | Downloaded itertools v0.14.0 |
| 1085 | 2026-07-21T22:41:04.466Z | Downloaded unicode-truncate v1.1.0 |
| 1086 | 2026-07-21T22:41:04.466Z | Downloaded slog v2.8.2 |
| 1087 | 2026-07-21T22:41:04.469Z | Downloaded usdt-macro v0.6.0 |
| 1088 | 2026-07-21T22:41:04.469Z | Downloaded usdt v0.6.0 |
| 1089 | 2026-07-21T22:41:04.469Z | Downloaded socket2 v0.5.10 |
| 1090 | 2026-07-21T22:41:04.469Z | Downloaded unit-prefix v0.5.2 |
| 1091 | 2026-07-21T22:41:04.469Z | Downloaded hkdf v0.13.0 |
| 1092 | 2026-07-21T22:41:04.472Z | Downloaded idna v1.1.0 |
| 1093 | 2026-07-21T22:41:04.475Z | Downloaded rsa v0.9.10 |
| 1094 | 2026-07-21T22:41:04.481Z | Downloaded universal-hash v0.6.1 |
| 1095 | 2026-07-21T22:41:04.481Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1096 | 2026-07-21T22:41:04.481Z | Downloaded tokio-tungstenite v0.21.0 |
| 1097 | 2026-07-21T22:41:04.484Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-07-21T22:41:04.484Z | Downloaded socket2 v0.6.3 |
| 1099 | 2026-07-21T22:41:04.484Z | Downloaded rand v0.9.2 |
| 1100 | 2026-07-21T22:41:04.490Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1101 | 2026-07-21T22:41:04.490Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-07-21T22:41:04.490Z | Downloaded libm v0.2.16 |
| 1103 | 2026-07-21T22:41:04.493Z | Downloaded waitgroup v0.1.2 |
| 1104 | 2026-07-21T22:41:04.496Z | Downloaded utf8_iter v1.0.4 |
| 1105 | 2026-07-21T22:41:04.496Z | Downloaded wait-timeout v0.2.1 |
| 1106 | 2026-07-21T22:41:04.496Z | Downloaded usdt-attr-macro v0.6.0 |
| 1107 | 2026-07-21T22:41:04.496Z | Downloaded term v1.2.1 |
| 1108 | 2026-07-21T22:41:04.499Z | Downloaded samael v0.0.19 |
| 1109 | 2026-07-21T22:41:04.502Z | Downloaded term v0.7.0 |
| 1110 | 2026-07-21T22:41:04.505Z | Downloaded rustls-webpki v0.103.13 |
| 1111 | 2026-07-21T22:41:04.508Z | Downloaded trait-variant v0.1.2 |
| 1112 | 2026-07-21T22:41:04.508Z | Downloaded rayon-core v1.13.0 |
| 1113 | 2026-07-21T22:41:04.511Z | Downloaded want v0.3.1 |
| 1114 | 2026-07-21T22:41:04.511Z | Downloaded void v1.0.2 |
| 1115 | 2026-07-21T22:41:04.511Z | Downloaded rand v0.10.1 |
| 1116 | 2026-07-21T22:41:04.514Z | Downloaded hyper v1.10.1 |
| 1117 | 2026-07-21T22:41:04.519Z | Downloaded universal-hash v0.5.1 |
| 1118 | 2026-07-21T22:41:04.519Z | Downloaded unicase v2.9.0 |
| 1119 | 2026-07-21T22:41:04.523Z | Downloaded tui-tree-widget v0.23.1 |
| 1120 | 2026-07-21T22:41:04.523Z | Downloaded tokio-dtrace v0.1.1 |
| 1121 | 2026-07-21T22:41:04.523Z | Downloaded xattr v1.6.1 |
| 1122 | 2026-07-21T22:41:04.523Z | Downloaded schemars v0.9.0 |
| 1123 | 2026-07-21T22:41:04.529Z | Downloaded tokio-rustls v0.26.4 |
| 1124 | 2026-07-21T22:41:04.532Z | Downloaded schemars v1.2.1 |
| 1125 | 2026-07-21T22:41:04.538Z | Downloaded zerofrom v0.1.6 |
| 1126 | 2026-07-21T22:41:04.541Z | Downloaded zeroize_derive v1.4.3 |
| 1127 | 2026-07-21T22:41:04.541Z | Downloaded hkdf v0.12.4 |
| 1128 | 2026-07-21T22:41:04.541Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-07-21T22:41:04.544Z | Downloaded untrusted v0.7.1 |
| 1130 | 2026-07-21T22:41:04.544Z | Downloaded usdt-impl v0.6.0 |
| 1131 | 2026-07-21T22:41:04.544Z | Downloaded icu_properties_data v2.1.2 |
| 1132 | 2026-07-21T22:41:04.552Z | Downloaded tokio-tungstenite v0.23.1 |
| 1133 | 2026-07-21T22:41:04.556Z | Downloaded rsa v0.10.0-rc.18 |
| 1134 | 2026-07-21T22:41:04.560Z | Downloaded zerofrom-derive v0.1.6 |
| 1135 | 2026-07-21T22:41:04.560Z | Downloaded vergen-git2 v9.1.0 |
| 1136 | 2026-07-21T22:41:04.560Z | Downloaded yoke-derive v0.8.1 |
| 1137 | 2026-07-21T22:41:04.560Z | Downloaded nom v8.0.0 |
| 1138 | 2026-07-21T22:41:04.564Z | Downloaded vergen-lib v0.1.6 |
| 1139 | 2026-07-21T22:41:04.564Z | Downloaded h2 v0.4.15 |
| 1140 | 2026-07-21T22:41:04.567Z | Downloaded whoami v1.6.1 |
| 1141 | 2026-07-21T22:41:04.567Z | Downloaded walkdir v2.5.0 |
| 1142 | 2026-07-21T22:41:04.571Z | Downloaded rand v0.8.6 |
| 1143 | 2026-07-21T22:41:04.571Z | Downloaded utf-8 v0.7.6 |
| 1144 | 2026-07-21T22:41:04.575Z | Downloaded futures-util v0.3.32 |
| 1145 | 2026-07-21T22:41:04.578Z | Downloaded zone_cfg_derive v0.3.1 |
| 1146 | 2026-07-21T22:41:04.581Z | Downloaded zone v0.3.1 |
| 1147 | 2026-07-21T22:41:04.581Z | Downloaded whoami v2.1.0 |
| 1148 | 2026-07-21T22:41:04.581Z | Downloaded vergen-lib v9.1.0 |
| 1149 | 2026-07-21T22:41:04.584Z | Downloaded uzers v0.12.2 |
| 1150 | 2026-07-21T22:41:04.584Z | Downloaded tracing-attributes v0.1.31 |
| 1151 | 2026-07-21T22:41:04.587Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-07-21T22:41:04.587Z | Downloaded wyz v0.5.1 |
| 1153 | 2026-07-21T22:41:04.587Z | Downloaded subprocess v0.2.15 |
| 1154 | 2026-07-21T22:41:04.590Z | Downloaded iddqd v0.4.2 |
| 1155 | 2026-07-21T22:41:04.594Z | Downloaded writeable v0.6.2 |
| 1156 | 2026-07-21T22:41:04.598Z | Downloaded snafu v0.8.9 |
| 1157 | 2026-07-21T22:41:04.601Z | Downloaded twox-hash v2.1.2 |
| 1158 | 2026-07-21T22:41:04.601Z | Downloaded tinyvec v1.10.0 |
| 1159 | 2026-07-21T22:41:04.606Z | Downloaded bindgen v0.71.1 |
| 1160 | 2026-07-21T22:41:04.608Z | Downloaded yoke v0.8.1 |
| 1161 | 2026-07-21T22:41:04.609Z | Downloaded tar v0.4.46 |
| 1162 | 2026-07-21T22:41:04.609Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1163 | 2026-07-21T22:41:04.612Z | Downloaded zeroize v1.8.2 |
| 1164 | 2026-07-21T22:41:04.615Z | Downloaded unicode-properties v0.1.4 |
| 1165 | 2026-07-21T22:41:04.615Z | Downloaded aws-lc-rs v1.16.3 |
| 1166 | 2026-07-21T22:41:04.619Z | Downloaded zstd-safe v7.2.4 |
| 1167 | 2026-07-21T22:41:04.623Z | Downloaded vergen v9.1.0 |
| 1168 | 2026-07-21T22:41:04.623Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1169 | 2026-07-21T22:41:04.627Z | Downloaded zstd v0.13.3 |
| 1170 | 2026-07-21T22:41:04.627Z | Downloaded toml v0.7.8 |
| 1171 | 2026-07-21T22:41:04.630Z | Downloaded tokio-stream v0.1.18 |
| 1172 | 2026-07-21T22:41:04.630Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1173 | 2026-07-21T22:41:04.635Z | Downloaded test-strategy v0.4.5 |
| 1174 | 2026-07-21T22:41:04.635Z | Downloaded rustyline v14.0.0 |
| 1175 | 2026-07-21T22:41:04.638Z | Downloaded steno v0.4.1 |
| 1176 | 2026-07-21T22:41:04.641Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-07-21T22:41:04.641Z | Downloaded tungstenite v0.21.0 |
| 1178 | 2026-07-21T22:41:04.644Z | Downloaded tracing-core v0.1.36 |
| 1179 | 2026-07-21T22:41:04.644Z | Downloaded num-bigint-dig v0.8.6 |
| 1180 | 2026-07-21T22:41:04.648Z | Downloaded libxml v0.3.3 |
| 1181 | 2026-07-21T22:41:04.651Z | Downloaded stringprep v0.1.5 |
| 1182 | 2026-07-21T22:41:04.651Z | Downloaded string_cache v0.8.9 |
| 1183 | 2026-07-21T22:41:04.654Z | Downloaded typify v0.6.2 |
| 1184 | 2026-07-21T22:41:04.654Z | Downloaded unicode-bidi v0.3.18 |
| 1185 | 2026-07-21T22:41:04.657Z | Downloaded chrono v0.4.45 |
| 1186 | 2026-07-21T22:41:04.660Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-07-21T22:41:04.660Z | Downloaded zerocopy v0.6.6 |
| 1188 | 2026-07-21T22:41:04.663Z | Downloaded unsafe-libyaml v0.2.11 |
| 1189 | 2026-07-21T22:41:04.665Z | Downloaded crypto-bigint v0.7.5 |
| 1190 | 2026-07-21T22:41:04.673Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-07-21T22:41:04.675Z | Downloaded vte v0.14.1 |
| 1192 | 2026-07-21T22:41:04.675Z | Downloaded zerovec-derive v0.11.2 |
| 1193 | 2026-07-21T22:41:04.678Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-07-21T22:41:04.681Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1195 | 2026-07-21T22:41:04.681Z | Downloaded hashbrown v0.15.5 |
| 1196 | 2026-07-21T22:41:04.684Z | Downloaded uuid v1.23.4 |
| 1197 | 2026-07-21T22:41:04.687Z | Downloaded tungstenite v0.23.0 |
| 1198 | 2026-07-21T22:41:04.687Z | Downloaded reedline v0.40.0 |
| 1199 | 2026-07-21T22:41:04.691Z | Downloaded git2 v0.20.4 |
| 1200 | 2026-07-21T22:41:04.696Z | Downloaded termtree v0.5.1 |
| 1201 | 2026-07-21T22:41:04.698Z | Downloaded sqlformat v0.3.5 |
| 1202 | 2026-07-21T22:41:04.699Z | Downloaded prettyplease v0.2.37 |
| 1203 | 2026-07-21T22:41:04.710Z | Downloaded p384 v0.13.1 |
| 1204 | 2026-07-21T22:41:04.713Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-07-21T22:41:04.722Z | Downloaded zopfli v0.8.3 |
| 1206 | 2026-07-21T22:41:04.726Z | Downloaded serde_with v1.14.0 |
| 1207 | 2026-07-21T22:41:04.741Z | Downloaded unicode_categories v0.1.1 |
| 1208 | 2026-07-21T22:41:04.744Z | Downloaded tokio-postgres v0.7.16 |
| 1209 | 2026-07-21T22:41:04.747Z | Downloaded regex v1.12.3 |
| 1210 | 2026-07-21T22:41:04.750Z | Downloaded yansi v1.0.1 |
| 1211 | 2026-07-21T22:41:04.750Z | Downloaded zip v0.6.6 |
| 1212 | 2026-07-21T22:41:04.755Z | Downloaded url v2.5.8 |
| 1213 | 2026-07-21T22:41:04.762Z | Downloaded rawzip v0.4.4 |
| 1214 | 2026-07-21T22:41:04.767Z | Downloaded rayon v1.11.0 |
| 1215 | 2026-07-21T22:41:04.773Z | Downloaded reqwest v0.12.28 |
| 1216 | 2026-07-21T22:41:04.776Z | Downloaded reqwest v0.13.2 |
| 1217 | 2026-07-21T22:41:04.780Z | Downloaded lalrpop v0.19.12 |
| 1218 | 2026-07-21T22:41:04.787Z | Downloaded zerotrie v0.2.3 |
| 1219 | 2026-07-21T22:41:04.790Z | Downloaded zerocopy-derive v0.8.40 |
| 1220 | 2026-07-21T22:41:04.795Z | Downloaded tower v0.5.3 |
| 1221 | 2026-07-21T22:41:04.807Z | Downloaded goblin v0.10.5 |
| 1222 | 2026-07-21T22:41:04.812Z | Downloaded unicode-segmentation v1.12.0 |
| 1223 | 2026-07-21T22:41:04.815Z | Downloaded typed-path v0.9.3 |
| 1224 | 2026-07-21T22:41:04.817Z | Downloaded x509-cert v0.2.5 |
| 1225 | 2026-07-21T22:41:04.821Z | Downloaded salty v0.3.0 |
| 1226 | 2026-07-21T22:41:04.826Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-07-21T22:41:04.830Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1228 | 2026-07-21T22:41:04.835Z | Downloaded quick-xml v0.37.5 |
| 1229 | 2026-07-21T22:41:04.843Z | Downloaded zip v4.6.1 |
| 1230 | 2026-07-21T22:41:04.859Z | Downloaded proptest v1.10.0 |
| 1231 | 2026-07-21T22:41:04.871Z | Downloaded tough v0.22.0 |
| 1232 | 2026-07-21T22:41:04.877Z | Downloaded zerovec v0.11.5 |
| 1233 | 2026-07-21T22:41:04.877Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1234 | 2026-07-21T22:41:04.881Z | Downloaded object v0.30.4 |
| 1235 | 2026-07-21T22:41:04.884Z | Downloaded petname v2.0.2 |
| 1236 | 2026-07-21T22:41:04.887Z | Downloaded unicode-normalization v0.1.25 |
| 1237 | 2026-07-21T22:41:04.890Z | Downloaded moka v0.12.13 |
| 1238 | 2026-07-21T22:41:04.893Z | Downloaded tower-http v0.6.8 |
| 1239 | 2026-07-21T22:41:04.897Z | Downloaded nix v0.27.1 |
| 1240 | 2026-07-21T22:41:04.907Z | Downloaded serde_with v3.21.0 |
| 1241 | 2026-07-21T22:41:04.911Z | Downloaded winnow v0.5.40 |
| 1242 | 2026-07-21T22:41:04.916Z | Downloaded russh v0.61.2 |
| 1243 | 2026-07-21T22:41:04.922Z | Downloaded radix_trie v0.2.1 |
| 1244 | 2026-07-21T22:41:04.925Z | Downloaded winnow v0.6.26 |
| 1245 | 2026-07-21T22:41:04.930Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-07-21T22:41:04.935Z | Downloaded curve25519-dalek v4.1.3 |
| 1247 | 2026-07-21T22:41:04.940Z | Downloaded quinn-proto v0.11.13 |
| 1248 | 2026-07-21T22:41:04.944Z | Downloaded winnow v1.0.3 |
| 1249 | 2026-07-21T22:41:04.950Z | Downloaded dropshot v0.17.1 |
| 1250 | 2026-07-21T22:41:04.964Z | Downloaded openssl v0.10.81 |
| 1251 | 2026-07-21T22:41:04.970Z | Downloaded time v0.3.47 |
| 1252 | 2026-07-21T22:41:04.978Z | Downloaded regex-syntax v0.6.29 |
| 1253 | 2026-07-21T22:41:04.981Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-07-21T22:41:04.989Z | Downloaded nix v0.28.0 |
| 1255 | 2026-07-21T22:41:04.994Z | Downloaded bstr v1.12.1 |
| 1256 | 2026-07-21T22:41:04.999Z | Downloaded tokio-util v0.7.18 |
| 1257 | 2026-07-21T22:41:05.003Z | Downloaded tabled v0.20.0 |
| 1258 | 2026-07-21T22:41:05.014Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-07-21T22:41:05.038Z | Downloaded zlib-rs v0.6.2 |
| 1260 | 2026-07-21T22:41:05.042Z | Downloaded regress v0.11.1 |
| 1261 | 2026-07-21T22:41:05.046Z | Downloaded object v0.37.3 |
| 1262 | 2026-07-21T22:41:05.053Z | Downloaded nix v0.31.2 |
| 1263 | 2026-07-21T22:41:05.061Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-07-21T22:41:05.069Z | Downloaded hickory-proto v0.25.2 |
| 1265 | 2026-07-21T22:41:05.078Z | Downloaded diesel v2.3.7 |
| 1266 | 2026-07-21T22:41:05.090Z | Downloaded zerocopy v0.8.40 |
| 1267 | 2026-07-21T22:41:05.095Z | Downloaded smoltcp v0.11.0 |
| 1268 | 2026-07-21T22:41:05.102Z | Downloaded regress v0.10.5 |
| 1269 | 2026-07-21T22:41:05.108Z | Downloaded openapiv3 v2.2.0 |
| 1270 | 2026-07-21T22:41:05.114Z | Downloaded regex-syntax v0.8.10 |
| 1271 | 2026-07-21T22:41:05.119Z | Downloaded rustls v0.23.41 |
| 1272 | 2026-07-21T22:41:05.126Z | Downloaded rustix v0.38.44 |
| 1273 | 2026-07-21T22:41:05.139Z | Downloaded fiat-crypto v0.3.0 |
| 1274 | 2026-07-21T22:41:05.153Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-07-21T22:41:05.167Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-07-21T22:41:05.188Z | Downloaded sqlparser v0.61.0 |
| 1277 | 2026-07-21T22:41:05.208Z | Downloaded sled v0.34.7 |
| 1278 | 2026-07-21T22:41:05.227Z | Downloaded petgraph v0.6.5 |
| 1279 | 2026-07-21T22:41:05.239Z | Downloaded sha3 v0.11.0 |
| 1280 | 2026-07-21T22:41:05.243Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-07-21T22:41:05.251Z | Downloaded csv v1.4.0 |
| 1282 | 2026-07-21T22:41:05.263Z | Downloaded petgraph v0.8.3 |
| 1283 | 2026-07-21T22:41:05.276Z | Downloaded ratatui v0.29.0 |
| 1284 | 2026-07-21T22:41:05.289Z | Downloaded zerocopy-derive v0.6.6 |
| 1285 | 2026-07-21T22:41:05.293Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1286 | 2026-07-21T22:41:05.300Z | Downloaded regex-automata v0.4.14 |
| 1287 | 2026-07-21T22:41:05.309Z | Downloaded sha3 v0.10.8 |
| 1288 | 2026-07-21T22:41:05.312Z | Downloaded libz-sys v1.1.24 |
| 1289 | 2026-07-21T22:41:05.324Z | Downloaded chrono-tz v0.10.4 |
| 1290 | 2026-07-21T22:41:05.357Z | Downloaded ring v0.17.14 |
| 1291 | 2026-07-21T22:41:05.381Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1292 | 2026-07-21T22:41:05.413Z | Downloaded tokio v1.52.1 |
| 1293 | 2026-07-21T22:41:05.485Z | Downloaded encoding_rs v0.8.35 |
| 1294 | 2026-07-21T22:41:05.540Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-07-21T22:41:06.033Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-21T22:41:06.291Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-21T22:41:06.291Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-21T22:41:06.291Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-21T22:41:06.295Z | Compiling log v0.4.29 |
| 1300 | 2026-07-21T22:41:06.295Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-21T22:41:06.295Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-07-21T22:41:06.295Z | Compiling shlex v1.3.0 |
| 1303 | 2026-07-21T22:41:06.295Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-21T22:41:06.489Z | Compiling stable_deref_trait v1.2.1 |
| 1305 | 2026-07-21T22:41:06.495Z | Compiling scopeguard v1.2.0 |
| 1306 | 2026-07-21T22:41:06.495Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-21T22:41:06.503Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-21T22:41:06.508Z | Compiling portable-atomic v1.13.1 |
| 1309 | 2026-07-21T22:41:06.548Z | Compiling zerocopy v0.8.40 |
| 1310 | 2026-07-21T22:41:06.561Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-21T22:41:06.574Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-07-21T22:41:06.630Z | Compiling lock_api v0.4.14 |
| 1313 | 2026-07-21T22:41:06.643Z | Compiling parking_lot_core v0.9.12 |
| 1314 | 2026-07-21T22:41:06.658Z | Compiling pkg-config v0.3.32 |
| 1315 | 2026-07-21T22:41:06.674Z | Compiling libm v0.2.16 |
| 1316 | 2026-07-21T22:41:06.689Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-07-21T22:41:06.701Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-07-21T22:41:06.716Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-21T22:41:06.731Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-07-21T22:41:06.796Z | Compiling futures-core v0.3.32 |
| 1321 | 2026-07-21T22:41:06.815Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-21T22:41:06.832Z | Compiling percent-encoding v2.3.2 |
| 1323 | 2026-07-21T22:41:06.892Z | Compiling writeable v0.6.2 |
| 1324 | 2026-07-21T22:41:06.924Z | Compiling litemap v0.8.1 |
| 1325 | 2026-07-21T22:41:06.982Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-07-21T22:41:07.011Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-07-21T22:41:07.045Z | Compiling icu_properties_data v2.1.2 |
| 1328 | 2026-07-21T22:41:07.087Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-21T22:41:07.132Z | Compiling slab v0.4.12 |
| 1330 | 2026-07-21T22:41:07.136Z | Compiling futures-io v0.3.32 |
| 1331 | 2026-07-21T22:41:07.147Z | Compiling futures-task v0.3.32 |
| 1332 | 2026-07-21T22:41:07.161Z | Compiling utf8_iter v1.0.4 |
| 1333 | 2026-07-21T22:41:07.190Z | Compiling futures-channel v0.3.32 |
| 1334 | 2026-07-21T22:41:07.220Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-21T22:41:07.265Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-07-21T22:41:07.323Z | Compiling rustversion v1.0.22 |
| 1337 | 2026-07-21T22:41:07.336Z | Compiling iana-time-zone v0.1.65 |
| 1338 | 2026-07-21T22:41:07.350Z | Compiling fs_extra v1.3.0 |
| 1339 | 2026-07-21T22:41:07.353Z | Compiling dunce v1.0.5 |
| 1340 | 2026-07-21T22:41:07.379Z | Compiling rustix v1.1.3 |
| 1341 | 2026-07-21T22:41:07.409Z | Compiling ident_case v1.0.1 |
| 1342 | 2026-07-21T22:41:07.423Z | Compiling regex-syntax v0.8.10 |
| 1343 | 2026-07-21T22:41:07.453Z | Compiling jobserver v0.1.34 |
| 1344 | 2026-07-21T22:41:07.456Z | Compiling errno v0.3.14 |
| 1345 | 2026-07-21T22:41:07.482Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-07-21T22:41:07.549Z | Compiling mio v1.2.0 |
| 1347 | 2026-07-21T22:41:07.701Z | Compiling rand_core v0.6.4 |
| 1348 | 2026-07-21T22:41:07.715Z | Compiling signal-hook-registry v1.4.8 |
| 1349 | 2026-07-21T22:41:07.761Z | Compiling cc v1.2.56 |
| 1350 | 2026-07-21T22:41:07.804Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-07-21T22:41:07.842Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-07-21T22:41:07.858Z | Compiling socket2 v0.6.3 |
| 1353 | 2026-07-21T22:41:07.906Z | Compiling vcpkg v0.2.15 |
| 1354 | 2026-07-21T22:41:07.932Z | Compiling base64 v0.22.1 |
| 1355 | 2026-07-21T22:41:08.021Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-07-21T22:41:08.040Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-21T22:41:08.102Z | Compiling flagset v0.4.7 |
| 1358 | 2026-07-21T22:41:08.117Z | Compiling aws-lc-rs v1.16.3 |
| 1359 | 2026-07-21T22:41:08.246Z | Compiling rand_core v0.9.5 |
| 1360 | 2026-07-21T22:41:08.261Z | Compiling schemars v0.8.22 |
| 1361 | 2026-07-21T22:41:08.277Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-07-21T22:41:08.295Z | Compiling tinyvec_macros v0.1.1 |
| 1363 | 2026-07-21T22:41:08.333Z | Compiling openssl-probe v0.2.1 |
| 1364 | 2026-07-21T22:41:08.347Z | Compiling cmov v0.5.4 |
| 1365 | 2026-07-21T22:41:08.372Z | Compiling httparse v1.10.1 |
| 1366 | 2026-07-21T22:41:08.387Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-07-21T22:41:08.461Z | Compiling tinyvec v1.10.0 |
| 1368 | 2026-07-21T22:41:08.529Z | Compiling aho-corasick v1.1.4 |
| 1369 | 2026-07-21T22:41:08.543Z | Compiling untrusted v0.7.1 |
| 1370 | 2026-07-21T22:41:08.546Z | Compiling tower-service v0.3.3 |
| 1371 | 2026-07-21T22:41:08.571Z | Compiling cmake v0.1.57 |
| 1372 | 2026-07-21T22:41:08.589Z | Compiling ctutils v0.4.2 |
| 1373 | 2026-07-21T22:41:08.604Z | Compiling atomic-waker v1.1.2 |
| 1374 | 2026-07-21T22:41:08.619Z | Compiling try-lock v0.2.5 |
| 1375 | 2026-07-21T22:41:08.643Z | Compiling tower-layer v0.3.3 |
| 1376 | 2026-07-21T22:41:08.658Z | Compiling rustls v0.23.41 |
| 1377 | 2026-07-21T22:41:08.683Z | Compiling foreign-types-shared v0.1.1 |
| 1378 | 2026-07-21T22:41:08.686Z | Compiling httpdate v1.0.3 |
| 1379 | 2026-07-21T22:41:08.714Z | Compiling want v0.3.1 |
| 1380 | 2026-07-21T22:41:08.747Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-07-21T22:41:08.762Z | Compiling openssl v0.10.81 |
| 1382 | 2026-07-21T22:41:08.793Z | Compiling bitflags v2.11.0 |
| 1383 | 2026-07-21T22:41:08.825Z | Compiling semver v1.0.28 |
| 1384 | 2026-07-21T22:41:08.841Z | Compiling indexmap v2.14.0 |
| 1385 | 2026-07-21T22:41:08.855Z | Compiling uuid v1.23.4 |
| 1386 | 2026-07-21T22:41:08.885Z | Compiling untrusted v0.9.0 |
| 1387 | 2026-07-21T22:41:08.902Z | Compiling unicode-normalization v0.1.25 |
| 1388 | 2026-07-21T22:41:08.952Z | Compiling foreign-types v0.3.2 |
| 1389 | 2026-07-21T22:41:08.957Z | Compiling spin v0.9.8 |
| 1390 | 2026-07-21T22:41:09.027Z | Compiling native-tls v0.2.18 |
| 1391 | 2026-07-21T22:41:09.042Z | Compiling num-conv v0.2.0 |
| 1392 | 2026-07-21T22:41:09.061Z | Compiling rustc_version v0.4.1 |
| 1393 | 2026-07-21T22:41:09.065Z | Compiling time-core v0.1.8 |
| 1394 | 2026-07-21T22:41:09.178Z | Compiling crc32fast v1.5.0 |
| 1395 | 2026-07-21T22:41:09.195Z | Compiling powerfmt v0.2.0 |
| 1396 | 2026-07-21T22:41:09.222Z | Compiling wait-timeout v0.2.1 |
| 1397 | 2026-07-21T22:41:09.233Z | Compiling time-macros v0.2.27 |
| 1398 | 2026-07-21T22:41:09.259Z | Compiling sync_wrapper v1.0.2 |
| 1399 | 2026-07-21T22:41:09.275Z | Compiling quick-error v1.2.3 |
| 1400 | 2026-07-21T22:41:09.387Z | Compiling regex-automata v0.4.14 |
| 1401 | 2026-07-21T22:41:09.401Z | Compiling deranged v0.5.8 |
| 1402 | 2026-07-21T22:41:09.416Z | Compiling crossbeam-utils v0.8.21 |
| 1403 | 2026-07-21T22:41:09.420Z | Compiling bit-vec v0.8.0 |
| 1404 | 2026-07-21T22:41:09.448Z | Compiling num_threads v0.1.7 |
| 1405 | 2026-07-21T22:41:09.464Z | Compiling aws-lc-sys v0.40.0 |
| 1406 | 2026-07-21T22:41:09.508Z | Compiling openssl-sys v0.9.117 |
| 1407 | 2026-07-21T22:41:09.522Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1408 | 2026-07-21T22:41:09.560Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-07-21T22:41:09.560Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-07-21T22:41:09.643Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-07-21T22:41:09.691Z | Compiling darling_core v0.20.11 |
| 1412 | 2026-07-21T22:41:09.812Z | Compiling simd-adler32 v0.3.8 |
| 1413 | 2026-07-21T22:41:09.954Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-07-21T22:41:09.985Z | Compiling unicode-segmentation v1.12.0 |
| 1415 | 2026-07-21T22:41:10.083Z | Compiling siphasher v1.0.2 |
| 1416 | 2026-07-21T22:41:10.172Z | Compiling usdt-impl v0.6.0 |
| 1417 | 2026-07-21T22:41:10.258Z | Compiling syn v1.0.109 |
| 1418 | 2026-07-21T22:41:10.288Z | Compiling rusty-fork v0.3.1 |
| 1419 | 2026-07-21T22:41:10.381Z | Compiling bit-set v0.8.0 |
| 1420 | 2026-07-21T22:41:10.396Z | Compiling darling_core v0.23.0 |
| 1421 | 2026-07-21T22:41:10.399Z | Compiling time v0.3.47 |
| 1422 | 2026-07-21T22:41:10.399Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1423 | 2026-07-21T22:41:10.438Z | Compiling heapless v0.7.17 |
| 1424 | 2026-07-21T22:41:10.471Z | Compiling slog v2.8.2 |
| 1425 | 2026-07-21T22:41:10.486Z | Compiling rand_xorshift v0.4.0 |
| 1426 | 2026-07-21T22:41:10.525Z | Compiling thread-id v5.1.0 |
| 1427 | 2026-07-21T22:41:10.558Z | Compiling cookie v0.18.1 |
| 1428 | 2026-07-21T22:41:10.656Z | Compiling signal-hook v0.3.18 |
| 1429 | 2026-07-21T22:41:10.693Z | Compiling iri-string v0.7.10 |
| 1430 | 2026-07-21T22:41:10.707Z | Compiling unicode-bidi v0.3.18 |
| 1431 | 2026-07-21T22:41:10.710Z | Compiling allocator-api2 v0.2.21 |
| 1432 | 2026-07-21T22:41:10.710Z | Compiling unarray v0.1.4 |
| 1433 | 2026-07-21T22:41:10.752Z | Compiling paste v1.0.15 |
| 1434 | 2026-07-21T22:41:10.771Z | Compiling unicode-properties v0.1.4 |
| 1435 | 2026-07-21T22:41:10.823Z | Compiling anyhow v1.0.102 |
| 1436 | 2026-07-21T22:41:10.867Z | Compiling ryu v1.0.23 |
| 1437 | 2026-07-21T22:41:10.897Z | Compiling adler2 v2.0.1 |
| 1438 | 2026-07-21T22:41:10.910Z | Compiling zstd-safe v7.2.4 |
| 1439 | 2026-07-21T22:41:11.041Z | Compiling miniz_oxide v0.8.9 |
| 1440 | 2026-07-21T22:41:11.120Z | Compiling stringprep v0.1.5 |
| 1441 | 2026-07-21T22:41:11.210Z | Compiling camino v1.2.2 |
| 1442 | 2026-07-21T22:41:11.294Z | Compiling serde_derive v1.0.228 |
| 1443 | 2026-07-21T22:41:11.320Z | Compiling zeroize_derive v1.4.3 |
| 1444 | 2026-07-21T22:41:11.425Z | Compiling zerofrom-derive v0.1.6 |
| 1445 | 2026-07-21T22:41:11.595Z | Compiling yoke-derive v0.8.1 |
| 1446 | 2026-07-21T22:41:11.620Z | Compiling zerovec-derive v0.11.2 |
| 1447 | 2026-07-21T22:41:11.687Z | Compiling displaydoc v0.2.5 |
| 1448 | 2026-07-21T22:41:11.701Z | Compiling zerocopy-derive v0.8.40 |
| 1449 | 2026-07-21T22:41:11.909Z | Compiling tokio-macros v2.7.0 |
| 1450 | 2026-07-21T22:41:12.026Z | Compiling zeroize v1.8.2 |
| 1451 | 2026-07-21T22:41:12.130Z | Compiling futures-macro v0.3.32 |
| 1452 | 2026-07-21T22:41:12.154Z | Compiling der_derive v0.7.3 |
| 1453 | 2026-07-21T22:41:12.324Z | Compiling tracing-attributes v0.1.31 |
| 1454 | 2026-07-21T22:41:12.490Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-07-21T22:41:12.688Z | Compiling rustls-pki-types v1.14.0 |
| 1456 | 2026-07-21T22:41:12.825Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-07-21T22:41:12.825Z | Compiling crypto-common v0.1.7 |
| 1458 | 2026-07-21T22:41:12.870Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-07-21T22:41:12.914Z | Compiling zerofrom v0.1.6 |
| 1460 | 2026-07-21T22:41:12.994Z | Compiling digest v0.10.7 |
| 1461 | 2026-07-21T22:41:13.014Z | Compiling futures-util v0.3.32 |
| 1462 | 2026-07-21T22:41:13.036Z | Compiling yoke v0.8.1 |
| 1463 | 2026-07-21T22:41:13.051Z | Compiling hybrid-array v0.4.13 |
| 1464 | 2026-07-21T22:41:13.082Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-07-21T22:41:13.171Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-07-21T22:41:13.192Z | Compiling der v0.7.10 |
| 1467 | 2026-07-21T22:41:13.235Z | Compiling zerovec v0.11.5 |
| 1468 | 2026-07-21T22:41:13.272Z | Compiling zerotrie v0.2.3 |
| 1469 | 2026-07-21T22:41:13.579Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-07-21T22:41:13.594Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-07-21T22:41:13.677Z | Compiling sha2 v0.10.9 |
| 1472 | 2026-07-21T22:41:13.722Z | Compiling tinystr v0.8.2 |
| 1473 | 2026-07-21T22:41:13.775Z | Compiling potential_utf v0.1.4 |
| 1474 | 2026-07-21T22:41:13.869Z | Compiling tracing v0.1.44 |
| 1475 | 2026-07-21T22:41:13.928Z | Compiling icu_locale_core v2.1.1 |
| 1476 | 2026-07-21T22:41:13.946Z | Compiling icu_collections v2.1.1 |
| 1477 | 2026-07-21T22:41:13.963Z | Compiling thiserror v2.0.18 |
| 1478 | 2026-07-21T22:41:14.047Z | Compiling spki v0.7.3 |
| 1479 | 2026-07-21T22:41:14.061Z | Compiling scroll v0.13.0 |
| 1480 | 2026-07-21T22:41:14.123Z | Compiling darling v0.20.11 |
| 1481 | 2026-07-21T22:41:14.166Z | Compiling hmac v0.12.1 |
| 1482 | 2026-07-21T22:41:14.208Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2026-07-21T22:41:14.224Z | Compiling derive_builder_core v0.20.2 |
| 1484 | 2026-07-21T22:41:14.273Z | Compiling dtrace-parser v0.3.0 |
| 1485 | 2026-07-21T22:41:14.340Z | Compiling goblin v0.10.5 |
| 1486 | 2026-07-21T22:41:14.356Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-07-21T22:41:14.427Z | Compiling scroll_derive v0.12.1 |
| 1488 | 2026-07-21T22:41:14.455Z | Compiling block-padding v0.4.2 |
| 1489 | 2026-07-21T22:41:14.488Z | Compiling block-buffer v0.12.1 |
| 1490 | 2026-07-21T22:41:14.634Z | Compiling icu_provider v2.1.1 |
| 1491 | 2026-07-21T22:41:14.704Z | Compiling crypto-common v0.2.2 |
| 1492 | 2026-07-21T22:41:14.821Z | Compiling md-5 v0.10.6 |
| 1493 | 2026-07-21T22:41:14.901Z | Compiling bytes v1.11.1 |
| 1494 | 2026-07-21T22:41:14.946Z | Compiling icu_normalizer v2.1.1 |
| 1495 | 2026-07-21T22:41:15.010Z | Compiling icu_properties v2.1.2 |
| 1496 | 2026-07-21T22:41:15.044Z | Compiling chrono v0.4.45 |
| 1497 | 2026-07-21T22:41:15.098Z | Compiling ipnet v2.11.0 |
| 1498 | 2026-07-21T22:41:15.113Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-07-21T22:41:15.130Z | Compiling derive_builder_macro v0.20.2 |
| 1500 | 2026-07-21T22:41:15.144Z | Compiling scroll v0.12.0 |
| 1501 | 2026-07-21T22:41:15.375Z | Compiling serde_spanned v0.6.9 |
| 1502 | 2026-07-21T22:41:15.390Z | Compiling tokio v1.52.1 |
| 1503 | 2026-07-21T22:41:15.430Z | Compiling http v1.4.2 |
| 1504 | 2026-07-21T22:41:15.523Z | Compiling erased-serde v0.3.31 |
| 1505 | 2026-07-21T22:41:15.543Z | Compiling hex v0.4.3 |
| 1506 | 2026-07-21T22:41:15.559Z | Compiling serde_urlencoded v0.7.1 |
| 1507 | 2026-07-21T22:41:15.651Z | Compiling serde_tokenstream v0.2.3 |
| 1508 | 2026-07-21T22:41:15.670Z | Compiling signature v2.2.0 |
| 1509 | 2026-07-21T22:41:15.735Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-07-21T22:41:15.846Z | Compiling darling_macro v0.23.0 |
| 1511 | 2026-07-21T22:41:15.861Z | Compiling rustls-native-certs v0.8.3 |
| 1512 | 2026-07-21T22:41:15.875Z | Compiling bstr v1.12.1 |
| 1513 | 2026-07-21T22:41:15.889Z | Compiling pin-project-internal v1.1.11 |
| 1514 | 2026-07-21T22:41:15.991Z | Compiling idna_adapter v1.2.1 |
| 1515 | 2026-07-21T22:41:16.106Z | Compiling idna v1.1.0 |
| 1516 | 2026-07-21T22:41:16.151Z | Compiling zerocopy-derive v0.7.35 |
| 1517 | 2026-07-21T22:41:16.174Z | Compiling http-body v1.0.1 |
| 1518 | 2026-07-21T22:41:16.217Z | Compiling ppv-lite86 v0.2.21 |
| 1519 | 2026-07-21T22:41:16.348Z | Compiling http-body-util v0.1.3 |
| 1520 | 2026-07-21T22:41:16.384Z | Compiling async-trait v0.1.89 |
| 1521 | 2026-07-21T22:41:16.437Z | Compiling url v2.5.8 |
| 1522 | 2026-07-21T22:41:16.542Z | Compiling rand_chacha v0.9.0 |
| 1523 | 2026-07-21T22:41:16.559Z | Compiling rand_chacha v0.3.1 |
| 1524 | 2026-07-21T22:41:16.573Z | Compiling heck v0.4.1 |
| 1525 | 2026-07-21T22:41:16.577Z | Compiling curve25519-dalek v4.1.3 |
| 1526 | 2026-07-21T22:41:16.617Z | Compiling vergen-lib v9.1.0 |
| 1527 | 2026-07-21T22:41:16.799Z | Compiling rand v0.9.2 |
| 1528 | 2026-07-21T22:41:16.813Z | Compiling num-integer v0.1.46 |
| 1529 | 2026-07-21T22:41:16.829Z | Compiling hash32 v0.2.1 |
| 1530 | 2026-07-21T22:41:16.843Z | Compiling memoffset v0.9.1 |
| 1531 | 2026-07-21T22:41:17.046Z | Compiling encoding_rs v0.8.35 |
| 1532 | 2026-07-21T22:41:17.075Z | Compiling mime v0.3.17 |
| 1533 | 2026-07-21T22:41:17.087Z | Compiling dof v0.4.0 |
| 1534 | 2026-07-21T22:41:17.103Z | Compiling ref-cast v1.0.25 |
| 1535 | 2026-07-21T22:41:17.154Z | Compiling psl-types v2.0.11 |
| 1536 | 2026-07-21T22:41:17.261Z | Compiling cfg_aliases v0.2.1 |
| 1537 | 2026-07-21T22:41:17.277Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-07-21T22:41:17.293Z | Compiling num-bigint-dig v0.8.6 |
| 1539 | 2026-07-21T22:41:17.296Z | Compiling litrs v1.0.0 |
| 1540 | 2026-07-21T22:41:17.349Z | Compiling smoltcp v0.9.1 |
| 1541 | 2026-07-21T22:41:17.365Z | Compiling fallible-iterator v0.2.0 |
| 1542 | 2026-07-21T22:41:17.387Z | Compiling proptest v1.10.0 |
| 1543 | 2026-07-21T22:41:17.449Z | Compiling rustix v0.38.44 |
| 1544 | 2026-07-21T22:41:17.523Z | Compiling nix v0.31.2 |
| 1545 | 2026-07-21T22:41:17.556Z | Compiling publicsuffix v2.3.0 |
| 1546 | 2026-07-21T22:41:17.650Z | Compiling postgres-protocol v0.6.10 |
| 1547 | 2026-07-21T22:41:17.697Z | Compiling zerocopy v0.7.35 |
| 1548 | 2026-07-21T22:41:17.765Z | Compiling ipnetwork v0.21.1 |
| 1549 | 2026-07-21T22:41:17.853Z | Compiling document-features v0.2.12 |
| 1550 | 2026-07-21T22:41:17.956Z | Compiling pin-project v1.1.11 |
| 1551 | 2026-07-21T22:41:17.970Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-07-21T22:41:18.088Z | Compiling oxnet v0.1.6 |
| 1553 | 2026-07-21T22:41:18.260Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-07-21T22:41:18.277Z | Compiling rand v0.8.6 |
| 1555 | 2026-07-21T22:41:18.291Z | Compiling darling v0.23.0 |
| 1556 | 2026-07-21T22:41:18.326Z | Compiling derive_builder v0.20.2 |
| 1557 | 2026-07-21T22:41:18.332Z | Compiling goblin v0.8.2 |
| 1558 | 2026-07-21T22:41:18.391Z | Compiling futures-executor v0.3.32 |
| 1559 | 2026-07-21T22:41:18.458Z | Compiling hubpack_derive v0.1.1 |
| 1560 | 2026-07-21T22:41:18.476Z | Compiling inout v0.2.2 |
| 1561 | 2026-07-21T22:41:18.550Z | Compiling regex v1.12.3 |
| 1562 | 2026-07-21T22:41:18.626Z | Compiling strum_macros v0.27.2 |
| 1563 | 2026-07-21T22:41:18.666Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1564 | 2026-07-21T22:41:18.669Z | Compiling daft-derive v0.1.7 |
| 1565 | 2026-07-21T22:41:18.696Z | Compiling ref-cast-impl v1.0.25 |
| 1566 | 2026-07-21T22:41:19.008Z | Compiling phf_shared v0.13.1 |
| 1567 | 2026-07-21T22:41:19.023Z | Compiling terminal_size v0.4.3 |
| 1568 | 2026-07-21T22:41:19.150Z | Compiling lazy_static v1.5.0 |
| 1569 | 2026-07-21T22:41:19.169Z | Compiling cargo-platform v0.3.2 |
| 1570 | 2026-07-21T22:41:19.184Z | Compiling anstyle-parse v0.2.7 |
| 1571 | 2026-07-21T22:41:19.266Z | Compiling vergen v9.1.0 |
| 1572 | 2026-07-21T22:41:19.278Z | Compiling tokio-util v0.7.18 |
| 1573 | 2026-07-21T22:41:19.282Z | Compiling tower v0.5.3 |
| 1574 | 2026-07-21T22:41:19.310Z | Compiling tokio-native-tls v0.3.1 |
| 1575 | 2026-07-21T22:41:19.315Z | Compiling ff v0.13.1 |
| 1576 | 2026-07-21T22:41:19.381Z | Compiling ahash v0.8.12 |
| 1577 | 2026-07-21T22:41:19.394Z | Compiling fs-err v3.3.0 |
| 1578 | 2026-07-21T22:41:19.456Z | Compiling base16ct v0.2.0 |
| 1579 | 2026-07-21T22:41:19.471Z | Compiling bumpalo v3.20.2 |
| 1580 | 2026-07-21T22:41:19.485Z | Compiling winnow v0.5.40 |
| 1581 | 2026-07-21T22:41:19.488Z | Compiling foldhash v0.1.5 |
| 1582 | 2026-07-21T22:41:19.511Z | Compiling foldhash v0.2.0 |
| 1583 | 2026-07-21T22:41:19.623Z | Compiling managed v0.8.0 |
| 1584 | 2026-07-21T22:41:19.637Z | Compiling bitflags v1.3.2 |
| 1585 | 2026-07-21T22:41:19.652Z | Compiling object v0.37.3 |
| 1586 | 2026-07-21T22:41:19.686Z | Compiling same-file v1.0.6 |
| 1587 | 2026-07-21T22:41:19.722Z | Compiling tower-http v0.6.8 |
| 1588 | 2026-07-21T22:41:19.740Z | Compiling libbz2-rs-sys v0.2.2 |
| 1589 | 2026-07-21T22:41:19.755Z | Compiling clap_builder v4.6.0 |
| 1590 | 2026-07-21T22:41:19.797Z | Compiling newtype-uuid v1.3.2 |
| 1591 | 2026-07-21T22:41:19.870Z | Compiling walkdir v2.5.0 |
| 1592 | 2026-07-21T22:41:20.017Z | Compiling h2 v0.4.15 |
| 1593 | 2026-07-21T22:41:20.138Z | Compiling daft v0.1.7 |
| 1594 | 2026-07-21T22:41:20.153Z | Compiling bzip2 v0.6.1 |
| 1595 | 2026-07-21T22:41:20.200Z | Compiling zopfli v0.8.3 |
| 1596 | 2026-07-21T22:41:20.214Z | Compiling snafu v0.8.9 |
| 1597 | 2026-07-21T22:41:20.349Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-07-21T22:41:20.377Z | Compiling hashbrown v0.16.1 |
| 1599 | 2026-07-21T22:41:20.489Z | Compiling hashbrown v0.15.5 |
| 1600 | 2026-07-21T22:41:20.562Z | Compiling sec1 v0.7.3 |
| 1601 | 2026-07-21T22:41:20.588Z | Compiling dof v0.3.0 |
| 1602 | 2026-07-21T22:41:20.678Z | Compiling group v0.13.0 |
| 1603 | 2026-07-21T22:41:20.693Z | Compiling strum v0.27.2 |
| 1604 | 2026-07-21T22:41:20.815Z | Compiling cargo_metadata v0.23.1 |
| 1605 | 2026-07-21T22:41:20.846Z | Compiling toml_edit v0.19.15 |
| 1606 | 2026-07-21T22:41:20.877Z | Compiling anstream v0.6.21 |
| 1607 | 2026-07-21T22:41:21.012Z | Compiling phf v0.13.1 |
| 1608 | 2026-07-21T22:41:21.030Z | Compiling signal-hook-mio v0.2.5 |
| 1609 | 2026-07-21T22:41:21.045Z | Compiling hubpack v0.1.2 |
| 1610 | 2026-07-21T22:41:21.128Z | Compiling cookie_store v0.22.1 |
| 1611 | 2026-07-21T22:41:21.191Z | Compiling usdt-attr-macro v0.6.0 |
| 1612 | 2026-07-21T22:41:21.207Z | Compiling usdt-macro v0.6.0 |
| 1613 | 2026-07-21T22:41:21.297Z | Compiling cipher v0.5.2 |
| 1614 | 2026-07-21T22:41:21.314Z | Compiling bzip2 v0.4.4 |
| 1615 | 2026-07-21T22:41:21.383Z | Compiling futures v0.3.32 |
| 1616 | 2026-07-21T22:41:21.479Z | Compiling serde_with_macros v3.21.0 |
| 1617 | 2026-07-21T22:41:21.548Z | Compiling zstd v0.13.3 |
| 1618 | 2026-07-21T22:41:21.562Z | Compiling postgres-types v0.2.12 |
| 1619 | 2026-07-21T22:41:21.844Z | Compiling globset v0.4.18 |
| 1620 | 2026-07-21T22:41:21.927Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-21T22:41:21.941Z | Compiling ed25519 v2.2.3 |
| 1622 | 2026-07-21T22:41:22.025Z | Compiling serde_plain v1.0.2 |
| 1623 | 2026-07-21T22:41:22.063Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-07-21T22:41:22.154Z | Compiling serde-big-array v0.5.1 |
| 1625 | 2026-07-21T22:41:22.232Z | Compiling pkcs1 v0.7.5 |
| 1626 | 2026-07-21T22:41:22.246Z | Compiling hkdf v0.12.4 |
| 1627 | 2026-07-21T22:41:22.246Z | Compiling crypto-bigint v0.5.5 |
| 1628 | 2026-07-21T22:41:22.312Z | Compiling serde_repr v0.1.20 |
| 1629 | 2026-07-21T22:41:22.434Z | Compiling enum-as-inner v0.6.1 |
| 1630 | 2026-07-21T22:41:22.566Z | Compiling async-recursion v1.1.1 |
| 1631 | 2026-07-21T22:41:22.660Z | Compiling strum_macros v0.26.4 |
| 1632 | 2026-07-21T22:41:22.679Z | Compiling clap_derive v4.6.1 |
| 1633 | 2026-07-21T22:41:22.711Z | Compiling phf_shared v0.11.3 |
| 1634 | 2026-07-21T22:41:22.777Z | Compiling float-cmp v0.10.0 |
| 1635 | 2026-07-21T22:41:22.866Z | Compiling pem v3.0.6 |
| 1636 | 2026-07-21T22:41:22.885Z | Compiling memmap2 v0.9.10 |
| 1637 | 2026-07-21T22:41:22.909Z | Compiling thread-id v4.2.2 |
| 1638 | 2026-07-21T22:41:22.924Z | Compiling env_filter v1.0.0 |
| 1639 | 2026-07-21T22:41:22.942Z | Compiling data-encoding v2.10.0 |
| 1640 | 2026-07-21T22:41:23.005Z | Compiling either v1.15.0 |
| 1641 | 2026-07-21T22:41:23.008Z | Compiling predicates-core v1.0.10 |
| 1642 | 2026-07-21T22:41:23.116Z | Compiling fixedbitset v0.5.7 |
| 1643 | 2026-07-21T22:41:23.211Z | Compiling hyper v1.10.1 |
| 1644 | 2026-07-21T22:41:23.227Z | Compiling difflib v0.4.0 |
| 1645 | 2026-07-21T22:41:23.241Z | Compiling precomputed-hash v0.1.1 |
| 1646 | 2026-07-21T22:41:23.256Z | Compiling cpufeatures v0.3.0 |
| 1647 | 2026-07-21T22:41:23.278Z | Compiling keccak v0.1.6 |
| 1648 | 2026-07-21T22:41:23.343Z | Compiling static_assertions v1.1.0 |
| 1649 | 2026-07-21T22:41:23.362Z | Compiling new_debug_unreachable v1.0.6 |
| 1650 | 2026-07-21T22:41:23.432Z | Compiling typed-path v0.9.3 |
| 1651 | 2026-07-21T22:41:23.447Z | Compiling normalize-line-endings v0.3.0 |
| 1652 | 2026-07-21T22:41:23.466Z | Compiling whoami v2.1.0 |
| 1653 | 2026-07-21T22:41:23.557Z | Compiling winnow v1.0.3 |
| 1654 | 2026-07-21T22:41:23.572Z | Compiling jiff v0.2.21 |
| 1655 | 2026-07-21T22:41:23.673Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-07-21T22:41:23.791Z | Compiling const-oid v0.10.2 |
| 1657 | 2026-07-21T22:41:23.807Z | Compiling tokio-postgres v0.7.16 |
| 1658 | 2026-07-21T22:41:23.863Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1659 | 2026-07-21T22:41:23.912Z | Compiling petgraph v0.6.5 |
| 1660 | 2026-07-21T22:41:23.930Z | Compiling predicates v3.1.4 |
| 1661 | 2026-07-21T22:41:24.015Z | Compiling digest v0.11.3 |
| 1662 | 2026-07-21T22:41:24.059Z | Compiling sha3 v0.10.8 |
| 1663 | 2026-07-21T22:41:24.269Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-07-21T22:41:24.286Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-07-21T22:41:24.434Z | Compiling hyper-util v0.1.20 |
| 1666 | 2026-07-21T22:41:24.491Z | Compiling strum v0.26.3 |
| 1667 | 2026-07-21T22:41:24.524Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1668 | 2026-07-21T22:41:24.527Z | Compiling petgraph v0.8.3 |
| 1669 | 2026-07-21T22:41:24.554Z | Compiling clap v4.6.1 |
| 1670 | 2026-07-21T22:41:24.557Z | Compiling chacha20 v0.10.0 |
| 1671 | 2026-07-21T22:41:24.604Z | Compiling elliptic-curve v0.13.8 |
| 1672 | 2026-07-21T22:41:24.634Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-07-21T22:41:24.656Z | Compiling itertools v0.13.0 |
| 1674 | 2026-07-21T22:41:24.689Z | Compiling env_logger v0.11.9 |
| 1675 | 2026-07-21T22:41:24.862Z | Compiling usdt v0.6.0 |
| 1676 | 2026-07-21T22:41:24.963Z | Compiling usdt-impl v0.5.0 |
| 1677 | 2026-07-21T22:41:25.031Z | Compiling serde_with v3.21.0 |
| 1678 | 2026-07-21T22:41:25.070Z | Compiling crossterm v0.28.1 |
| 1679 | 2026-07-21T22:41:25.150Z | Compiling rsa v0.9.10 |
| 1680 | 2026-07-21T22:41:25.482Z | Compiling toml v0.7.8 |
| 1681 | 2026-07-21T22:41:25.586Z | Compiling ed25519-dalek v2.2.0 |
| 1682 | 2026-07-21T22:41:25.925Z | Compiling hyper-tls v0.6.0 |
| 1683 | 2026-07-21T22:41:26.113Z | Compiling reqwest v0.12.28 |
| 1684 | 2026-07-21T22:41:26.288Z | Compiling zip v4.6.1 |
| 1685 | 2026-07-21T22:41:26.303Z | Compiling zip v0.6.6 |
| 1686 | 2026-07-21T22:41:26.437Z | Compiling iddqd v0.4.2 |
| 1687 | 2026-07-21T22:41:26.885Z | Compiling tokio-stream v0.1.18 |
| 1688 | 2026-07-21T22:41:26.911Z | Compiling buf-list v1.1.2 |
| 1689 | 2026-07-21T22:41:26.939Z | Compiling byte-wrapper v0.1.0 |
| 1690 | 2026-07-21T22:41:27.056Z | Compiling similar v2.7.0 |
| 1691 | 2026-07-21T22:41:27.095Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-21T22:41:27.212Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-21T22:41:27.304Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-21T22:41:27.337Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-21T22:41:27.390Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-07-21T22:41:27.427Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-07-21T22:41:27.507Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-21T22:41:27.635Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-21T22:41:27.687Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-21T22:41:27.699Z | Compiling is-terminal v0.4.17 |
| 1701 | 2026-07-21T22:41:27.779Z | Compiling filetime v0.2.27 |
| 1702 | 2026-07-21T22:41:27.793Z | Compiling take_mut v0.2.2 |
| 1703 | 2026-07-21T22:41:27.814Z | Compiling term v1.2.1 |
| 1704 | 2026-07-21T22:41:27.895Z | Compiling xattr v1.6.1 |
| 1705 | 2026-07-21T22:41:27.911Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-21T22:41:28.168Z | Compiling slog-term v2.9.2 |
| 1707 | 2026-07-21T22:41:28.171Z | Compiling tar v0.4.46 |
| 1708 | 2026-07-21T22:41:45.776Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-21T22:41:48.457Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-21T22:41:48.457Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-21T22:41:48.459Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-21T22:41:48.684Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-21T22:41:48.913Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-21T22:41:51.000Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-21T22:41:51.254Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-21T22:41:54.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.15s |
| 1717 | 2026-07-21T22:41:54.226Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-21T22:41:54.282Z | Jul 21 22:41:53.983 INFO Starting download, target: Cockroach |
| 1719 | 2026-07-21T22:41:54.283Z | Jul 21 22:41:53.983 INFO Starting download, target: Console |
| 1720 | 2026-07-21T22:41:54.283Z | Jul 21 22:41:53.983 INFO Starting download, target: Clickhouse |
| 1721 | 2026-07-21T22:41:54.283Z | Jul 21 22:41:53.983 INFO Starting download, target: DendriteStub |
| 1722 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.983 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.983 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.983 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.984 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1726 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.984 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1727 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.984 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.984 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.984 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.984 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1731 | 2026-07-21T22:41:54.286Z | Jul 21 22:41:53.984 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-07-21T22:41:54.835Z | Jul 21 22:41:54.530 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-21T22:41:55.057Z | Jul 21 22:41:54.747 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-21T22:41:56.113Z | Jul 21 22:41:55.796 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-07-21T22:41:56.140Z | Jul 21 22:41:55.836 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1736 | 2026-07-21T22:41:56.372Z | Jul 21 22:41:56.060 INFO Download complete, target: Console |
| 1737 | 2026-07-21T22:41:56.524Z | Jul 21 22:41:56.220 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1738 | 2026-07-21T22:41:56.572Z | Jul 21 22:41:56.259 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1739 | 2026-07-21T22:41:56.619Z | Jul 21 22:41:56.309 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1740 | 2026-07-21T22:41:57.280Z | Jul 21 22:41:56.980 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-07-21T22:41:57.280Z | Jul 21 22:41:56.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-07-21T22:41:58.964Z | Jul 21 22:41:58.648 INFO Download complete, target: MaghemiteDdmd |
| 1743 | 2026-07-21T22:41:58.987Z | Jul 21 22:41:58.658 INFO Download complete, target: DendriteStub |
| 1744 | 2026-07-21T22:41:59.226Z | Jul 21 22:41:58.920 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-07-21T22:42:02.100Z | Jul 21 22:42:01.800 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-07-21T22:42:02.227Z | Jul 21 22:42:01.927 INFO Download complete, target: Cockroach |
| 1747 | 2026-07-21T22:42:03.503Z | Jul 21 22:42:03.203 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-07-21T22:42:03.595Z | Jul 21 22:42:03.295 INFO Download complete, target: Clickhouse |
| 1749 | 2026-07-21T22:42:03.602Z | All prerequisites installed successfully |
| 1750 | 2026-07-21T22:42:03.605Z | |
| 1751 | 2026-07-21T22:42:03.605Z | real 1:45.750185880 |
| 1752 | 2026-07-21T22:42:03.605Z | user 6:41.523268939 |
| 1753 | 2026-07-21T22:42:03.605Z | sys 1:40.351591499 |
| 1754 | 2026-07-21T22:42:03.605Z | trap 0.266546515 |
| 1755 | 2026-07-21T22:42:03.605Z | tflt 0.777496341 |
| 1756 | 2026-07-21T22:42:03.605Z | dflt 1.845044268 |
| 1757 | 2026-07-21T22:42:03.605Z | kflt 0.032358221 |
| 1758 | 2026-07-21T22:42:03.606Z | lock 23:43.309926597 |
| 1759 | 2026-07-21T22:42:03.606Z | slp 18:17.080087749 |
| 1760 | 2026-07-21T22:42:03.606Z | lat 24.144850007 |
| 1761 | 2026-07-21T22:42:03.606Z | stop 2:42.929929600 |
| 1762 | 2026-07-21T22:42:03.606Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-21T22:42:04.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1764 | 2026-07-21T22:42:04.082Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-21T22:42:04.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1766 | 2026-07-21T22:42:04.880Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-21T22:42:04.923Z | Jul 21 22:42:04.623 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-21T22:42:04.928Z | Jul 21 22:42:04.624 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-21T22:42:05.522Z | Jul 21 22:42:05.223 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-21T22:42:05.525Z | |
| 1771 | 2026-07-21T22:42:05.528Z | real 1.919625915 |
| 1772 | 2026-07-21T22:42:05.528Z | user 1.283751262 |
| 1773 | 2026-07-21T22:42:05.528Z | sys 0.606045579 |
| 1774 | 2026-07-21T22:42:05.528Z | trap 0.000612270 |
| 1775 | 2026-07-21T22:42:05.528Z | tflt 0.000218320 |
| 1776 | 2026-07-21T22:42:05.528Z | dflt 0.000288810 |
| 1777 | 2026-07-21T22:42:05.528Z | kflt 0.000000000 |
| 1778 | 2026-07-21T22:42:05.528Z | lock 11.181248749 |
| 1779 | 2026-07-21T22:42:05.529Z | slp 0.454801379 |
| 1780 | 2026-07-21T22:42:05.529Z | lat 0.078334513 |
| 1781 | 2026-07-21T22:42:05.529Z | stop 0.000176360 |
| 1782 | 2026-07-21T22:42:05.529Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-21T22:42:05.529Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-21T22:42:05.529Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-21T22:42:06.402Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-21T22:42:06.402Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-21T22:42:06.405Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-21T22:42:06.405Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-21T22:42:06.406Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-21T22:42:06.406Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-21T22:42:06.406Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-21T22:42:06.406Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-21T22:42:06.406Z | Compiling find-msvc-tools v0.1.9 |
| 1794 | 2026-07-21T22:42:06.406Z | Compiling shlex v1.3.0 |
| 1795 | 2026-07-21T22:42:06.550Z | Compiling memchr v2.8.0 |
| 1796 | 2026-07-21T22:42:06.553Z | Compiling zmij v1.0.21 |
| 1797 | 2026-07-21T22:42:06.554Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-21T22:42:06.554Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-21T22:42:06.701Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-21T22:42:06.770Z | Compiling getrandom v0.4.1 |
| 1801 | 2026-07-21T22:42:06.805Z | Compiling zerocopy v0.8.40 |
| 1802 | 2026-07-21T22:42:06.910Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-21T22:42:06.928Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-21T22:42:06.943Z | Compiling icu_normalizer_data v2.1.1 |
| 1805 | 2026-07-21T22:42:06.975Z | Compiling icu_properties_data v2.1.2 |
| 1806 | 2026-07-21T22:42:07.117Z | Compiling num-traits v0.2.19 |
| 1807 | 2026-07-21T22:42:07.166Z | Compiling smallvec v1.15.1 |
| 1808 | 2026-07-21T22:42:07.180Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-21T22:42:07.198Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-21T22:42:07.217Z | Compiling log v0.4.29 |
| 1811 | 2026-07-21T22:42:07.264Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-21T22:42:07.266Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-21T22:42:07.366Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-21T22:42:07.421Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-21T22:42:07.453Z | Compiling jobserver v0.1.34 |
| 1816 | 2026-07-21T22:42:07.500Z | Compiling errno v0.3.14 |
| 1817 | 2026-07-21T22:42:07.500Z | Compiling scopeguard v1.2.0 |
| 1818 | 2026-07-21T22:42:07.593Z | Compiling rand_core v0.10.0 |
| 1819 | 2026-07-21T22:42:07.609Z | Compiling lock_api v0.4.14 |
| 1820 | 2026-07-21T22:42:07.676Z | Compiling cc v1.2.56 |
| 1821 | 2026-07-21T22:42:07.692Z | Compiling pin-project-lite v0.2.17 |
| 1822 | 2026-07-21T22:42:07.716Z | Compiling getrandom v0.3.4 |
| 1823 | 2026-07-21T22:42:07.774Z | Compiling thiserror v2.0.18 |
| 1824 | 2026-07-21T22:42:07.817Z | Compiling fnv v1.0.7 |
| 1825 | 2026-07-21T22:42:07.832Z | Compiling equivalent v1.0.2 |
| 1826 | 2026-07-21T22:42:07.846Z | Compiling percent-encoding v2.3.2 |
| 1827 | 2026-07-21T22:42:07.849Z | Compiling litemap v0.8.1 |
| 1828 | 2026-07-21T22:42:07.875Z | Compiling syn v2.0.117 |
| 1829 | 2026-07-21T22:42:07.878Z | Compiling writeable v0.6.2 |
| 1830 | 2026-07-21T22:42:07.926Z | Compiling getrandom v0.2.17 |
| 1831 | 2026-07-21T22:42:07.929Z | Compiling rustversion v1.0.22 |
| 1832 | 2026-07-21T22:42:08.062Z | Compiling schemars v0.8.22 |
| 1833 | 2026-07-21T22:42:08.079Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-21T22:42:08.154Z | Compiling rustix v1.1.3 |
| 1835 | 2026-07-21T22:42:08.154Z | Compiling dunce v1.0.5 |
| 1836 | 2026-07-21T22:42:08.157Z | Compiling fs_extra v1.3.0 |
| 1837 | 2026-07-21T22:42:08.225Z | Compiling critical-section v1.2.0 |
| 1838 | 2026-07-21T22:42:08.354Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-21T22:42:08.400Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-21T22:42:08.413Z | Compiling cmake v0.1.57 |
| 1841 | 2026-07-21T22:42:08.548Z | Compiling utf8_iter v1.0.4 |
| 1842 | 2026-07-21T22:42:08.561Z | Compiling strsim v0.11.1 |
| 1843 | 2026-07-21T22:42:08.576Z | Compiling form_urlencoded v1.2.2 |
| 1844 | 2026-07-21T22:42:08.806Z | Compiling once_cell v1.21.3 |
| 1845 | 2026-07-21T22:42:08.882Z | Compiling semver v1.0.28 |
| 1846 | 2026-07-21T22:42:08.885Z | Compiling indexmap v2.14.0 |
| 1847 | 2026-07-21T22:42:08.945Z | Compiling parking_lot v0.12.5 |
| 1848 | 2026-07-21T22:42:08.961Z | Compiling socket2 v0.6.3 |
| 1849 | 2026-07-21T22:42:08.978Z | Compiling mio v1.2.0 |
| 1850 | 2026-07-21T22:42:08.997Z | Compiling futures-core v0.3.32 |
| 1851 | 2026-07-21T22:42:09.001Z | Compiling aws-lc-sys v0.40.0 |
| 1852 | 2026-07-21T22:42:09.076Z | Compiling bitflags v2.11.0 |
| 1853 | 2026-07-21T22:42:09.153Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-07-21T22:42:09.185Z | Compiling aws-lc-rs v1.16.3 |
| 1855 | 2026-07-21T22:42:09.272Z | Compiling httparse v1.10.1 |
| 1856 | 2026-07-21T22:42:09.551Z | Compiling byteorder v1.5.0 |
| 1857 | 2026-07-21T22:42:09.585Z | Compiling thiserror v1.0.69 |
| 1858 | 2026-07-21T22:42:09.618Z | Compiling ucd-trie v0.1.7 |
| 1859 | 2026-07-21T22:42:09.739Z | Compiling vcpkg v0.2.15 |
| 1860 | 2026-07-21T22:42:09.742Z | Compiling const-oid v0.9.6 |
| 1861 | 2026-07-21T22:42:09.772Z | Compiling pest v2.8.6 |
| 1862 | 2026-07-21T22:42:09.805Z | Compiling iana-time-zone v0.1.65 |
| 1863 | 2026-07-21T22:42:09.820Z | Compiling regex-syntax v0.8.10 |
| 1864 | 2026-07-21T22:42:09.823Z | Compiling syn v1.0.109 |
| 1865 | 2026-07-21T22:42:09.932Z | Compiling heck v0.5.0 |
| 1866 | 2026-07-21T22:42:10.132Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-21T22:42:10.245Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-21T22:42:10.291Z | Compiling futures-sink v0.3.32 |
| 1869 | 2026-07-21T22:42:10.323Z | Compiling openssl-sys v0.9.117 |
| 1870 | 2026-07-21T22:42:10.385Z | Compiling rustls v0.23.41 |
| 1871 | 2026-07-21T22:42:10.419Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-07-21T22:42:10.519Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-21T22:42:10.544Z | Compiling futures-task v0.3.32 |
| 1874 | 2026-07-21T22:42:10.559Z | Compiling futures-io v0.3.32 |
| 1875 | 2026-07-21T22:42:10.734Z | Compiling slab v0.4.12 |
| 1876 | 2026-07-21T22:42:10.792Z | Compiling synstructure v0.13.2 |
| 1877 | 2026-07-21T22:42:10.833Z | Compiling serde_derive_internals v0.29.1 |
| 1878 | 2026-07-21T22:42:10.875Z | Compiling pest_meta v2.8.6 |
| 1879 | 2026-07-21T22:42:10.947Z | Compiling num-conv v0.2.0 |
| 1880 | 2026-07-21T22:42:10.964Z | Compiling dyn-clone v1.0.20 |
| 1881 | 2026-07-21T22:42:10.979Z | Compiling time-core v0.1.8 |
| 1882 | 2026-07-21T22:42:11.067Z | Compiling crc32fast v1.5.0 |
| 1883 | 2026-07-21T22:42:11.091Z | Compiling plain v0.2.3 |
| 1884 | 2026-07-21T22:42:11.169Z | Compiling time-macros v0.2.27 |
| 1885 | 2026-07-21T22:42:11.205Z | Compiling base64 v0.22.1 |
| 1886 | 2026-07-21T22:42:11.221Z | Compiling crossbeam-utils v0.8.21 |
| 1887 | 2026-07-21T22:42:11.354Z | Compiling regex-automata v0.4.14 |
| 1888 | 2026-07-21T22:42:11.369Z | Compiling openssl v0.10.81 |
| 1889 | 2026-07-21T22:42:11.372Z | Compiling pretty-hex v0.4.1 |
| 1890 | 2026-07-21T22:42:11.453Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1891 | 2026-07-21T22:42:11.531Z | Compiling pest_generator v2.8.6 |
| 1892 | 2026-07-21T22:42:11.649Z | Compiling anyhow v1.0.102 |
| 1893 | 2026-07-21T22:42:11.678Z | Compiling native-tls v0.2.18 |
| 1894 | 2026-07-21T22:42:11.729Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-21T22:42:11.857Z | Compiling tracing-core v0.1.36 |
| 1896 | 2026-07-21T22:42:11.939Z | Compiling slog v2.8.2 |
| 1897 | 2026-07-21T22:42:12.009Z | Compiling cookie v0.18.1 |
| 1898 | 2026-07-21T22:42:12.031Z | Compiling serde_derive v1.0.228 |
| 1899 | 2026-07-21T22:42:12.034Z | Compiling zeroize_derive v1.4.3 |
| 1900 | 2026-07-21T22:42:12.135Z | Compiling zerofrom-derive v0.1.6 |
| 1901 | 2026-07-21T22:42:12.183Z | Compiling yoke-derive v0.8.1 |
| 1902 | 2026-07-21T22:42:12.200Z | Compiling zerovec-derive v0.11.2 |
| 1903 | 2026-07-21T22:42:12.203Z | Compiling displaydoc v0.2.5 |
| 1904 | 2026-07-21T22:42:12.203Z | Compiling zerocopy-derive v0.8.40 |
| 1905 | 2026-07-21T22:42:12.203Z | Compiling tokio-macros v2.7.0 |
| 1906 | 2026-07-21T22:42:12.203Z | Compiling futures-macro v0.3.32 |
| 1907 | 2026-07-21T22:42:12.274Z | Compiling thiserror-impl v2.0.18 |
| 1908 | 2026-07-21T22:42:12.436Z | Compiling schemars_derive v0.8.22 |
| 1909 | 2026-07-21T22:42:12.677Z | Compiling zeroize v1.8.2 |
| 1910 | 2026-07-21T22:42:12.928Z | Compiling tracing-attributes v0.1.31 |
| 1911 | 2026-07-21T22:42:12.944Z | Compiling der_derive v0.7.3 |
| 1912 | 2026-07-21T22:42:13.042Z | Compiling thiserror-impl v1.0.69 |
| 1913 | 2026-07-21T22:42:13.144Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-07-21T22:42:13.269Z | Compiling zerofrom v0.1.6 |
| 1915 | 2026-07-21T22:42:13.416Z | Compiling yoke v0.8.1 |
| 1916 | 2026-07-21T22:42:13.461Z | Compiling crypto-common v0.1.7 |
| 1917 | 2026-07-21T22:42:13.503Z | Compiling futures-util v0.3.32 |
| 1918 | 2026-07-21T22:42:13.640Z | Compiling zerovec v0.11.5 |
| 1919 | 2026-07-21T22:42:13.640Z | Compiling zerotrie v0.2.3 |
| 1920 | 2026-07-21T22:42:13.888Z | Compiling block-buffer v0.10.4 |
| 1921 | 2026-07-21T22:42:14.033Z | Compiling digest v0.10.7 |
| 1922 | 2026-07-21T22:42:14.059Z | Compiling scroll_derive v0.12.1 |
| 1923 | 2026-07-21T22:42:14.110Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-07-21T22:42:14.167Z | Compiling tinystr v0.8.2 |
| 1925 | 2026-07-21T22:42:14.170Z | Compiling potential_utf v0.1.4 |
| 1926 | 2026-07-21T22:42:14.310Z | Compiling openssl-macros v0.1.1 |
| 1927 | 2026-07-21T22:42:14.392Z | Compiling icu_locale_core v2.1.1 |
| 1928 | 2026-07-21T22:42:14.429Z | Compiling icu_collections v2.1.1 |
| 1929 | 2026-07-21T22:42:14.475Z | Compiling regex v1.12.3 |
| 1930 | 2026-07-21T22:42:14.885Z | Compiling zerocopy-derive v0.7.35 |
| 1931 | 2026-07-21T22:42:14.904Z | Compiling base64ct v1.8.3 |
| 1932 | 2026-07-21T22:42:14.920Z | Compiling camino v1.2.2 |
| 1933 | 2026-07-21T22:42:14.952Z | Compiling tracing v0.1.44 |
| 1934 | 2026-07-21T22:42:15.182Z | Compiling icu_provider v2.1.1 |
| 1935 | 2026-07-21T22:42:15.204Z | Compiling bytes v1.11.1 |
| 1936 | 2026-07-21T22:42:15.264Z | Compiling chrono v0.4.45 |
| 1937 | 2026-07-21T22:42:15.293Z | Compiling serde_tokenstream v0.2.3 |
| 1938 | 2026-07-21T22:42:15.379Z | Compiling pem-rfc7468 v0.7.0 |
| 1939 | 2026-07-21T22:42:15.582Z | Compiling icu_properties v2.1.2 |
| 1940 | 2026-07-21T22:42:15.599Z | Compiling icu_normalizer v2.1.1 |
| 1941 | 2026-07-21T22:42:15.854Z | Compiling tokio v1.52.1 |
| 1942 | 2026-07-21T22:42:16.123Z | Compiling http v1.4.2 |
| 1943 | 2026-07-21T22:42:16.625Z | Compiling idna_adapter v1.2.1 |
| 1944 | 2026-07-21T22:42:16.772Z | Compiling idna v1.1.0 |
| 1945 | 2026-07-21T22:42:16.788Z | Compiling ppv-lite86 v0.2.21 |
| 1946 | 2026-07-21T22:42:17.009Z | Compiling flagset v0.4.7 |
| 1947 | 2026-07-21T22:42:17.056Z | Compiling http-body v1.0.1 |
| 1948 | 2026-07-21T22:42:17.105Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-07-21T22:42:17.155Z | Compiling url v2.5.8 |
| 1950 | 2026-07-21T22:42:17.169Z | Compiling der v0.7.10 |
| 1951 | 2026-07-21T22:42:17.183Z | Compiling rustls-pki-types v1.14.0 |
| 1952 | 2026-07-21T22:42:17.592Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-21T22:42:17.702Z | Compiling cmov v0.5.4 |
| 1954 | 2026-07-21T22:42:17.842Z | Compiling tinyvec_macros v0.1.1 |
| 1955 | 2026-07-21T22:42:18.022Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-07-21T22:42:18.073Z | Compiling paste v1.0.15 |
| 1957 | 2026-07-21T22:42:18.101Z | Compiling either v1.15.0 |
| 1958 | 2026-07-21T22:42:18.138Z | Compiling fastrand v2.3.0 |
| 1959 | 2026-07-21T22:42:18.162Z | Compiling unicode-segmentation v1.12.0 |
| 1960 | 2026-07-21T22:42:18.207Z | Compiling usdt-impl v0.6.0 |
| 1961 | 2026-07-21T22:42:18.223Z | Compiling ref-cast v1.0.25 |
| 1962 | 2026-07-21T22:42:18.297Z | Compiling ctutils v0.4.2 |
| 1963 | 2026-07-21T22:42:18.322Z | Compiling spki v0.7.3 |
| 1964 | 2026-07-21T22:42:18.422Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-07-21T22:42:18.551Z | Compiling rand v0.9.2 |
| 1966 | 2026-07-21T22:42:18.602Z | Compiling toml_datetime v0.6.11 |
| 1967 | 2026-07-21T22:42:18.657Z | Compiling serde_spanned v0.6.9 |
| 1968 | 2026-07-21T22:42:18.741Z | Compiling scroll v0.13.0 |
| 1969 | 2026-07-21T22:42:18.764Z | Compiling scroll v0.12.0 |
| 1970 | 2026-07-21T22:42:18.780Z | Compiling async-trait v0.1.89 |
| 1971 | 2026-07-21T22:42:18.796Z | Compiling heapless v0.7.17 |
| 1972 | 2026-07-21T22:42:18.862Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1973 | 2026-07-21T22:42:18.879Z | Compiling tower-layer v0.3.3 |
| 1974 | 2026-07-21T22:42:18.908Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-07-21T22:42:18.921Z | Compiling atomic-waker v1.1.2 |
| 1976 | 2026-07-21T22:42:19.020Z | Compiling winnow v1.0.3 |
| 1977 | 2026-07-21T22:42:19.047Z | Compiling litrs v1.0.0 |
| 1978 | 2026-07-21T22:42:19.070Z | Compiling zstd-safe v7.2.4 |
| 1979 | 2026-07-21T22:42:19.084Z | Compiling tower-service v0.3.3 |
| 1980 | 2026-07-21T22:42:19.126Z | Compiling rustix v0.38.44 |
| 1981 | 2026-07-21T22:42:19.145Z | Compiling try-lock v0.2.5 |
| 1982 | 2026-07-21T22:42:19.185Z | Compiling untrusted v0.7.1 |
| 1983 | 2026-07-21T22:42:19.202Z | Compiling cpufeatures v0.2.17 |
| 1984 | 2026-07-21T22:42:19.238Z | Compiling winnow v0.7.14 |
| 1985 | 2026-07-21T22:42:19.283Z | Compiling want v0.3.1 |
| 1986 | 2026-07-21T22:42:19.318Z | Compiling goblin v0.8.2 |
| 1987 | 2026-07-21T22:42:19.334Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1988 | 2026-07-21T22:42:19.349Z | Compiling goblin v0.10.5 |
| 1989 | 2026-07-21T22:42:19.545Z | Compiling document-features v0.2.12 |
| 1990 | 2026-07-21T22:42:19.678Z | Compiling tokio-util v0.7.18 |
| 1991 | 2026-07-21T22:42:19.727Z | Compiling hybrid-array v0.4.13 |
| 1992 | 2026-07-21T22:42:19.924Z | Compiling heck v0.4.1 |
| 1993 | 2026-07-21T22:42:20.105Z | Compiling zerocopy v0.7.35 |
| 1994 | 2026-07-21T22:42:20.147Z | Compiling ipnet v2.11.0 |
| 1995 | 2026-07-21T22:42:20.570Z | Compiling h2 v0.4.15 |
| 1996 | 2026-07-21T22:42:20.587Z | Compiling ref-cast-impl v1.0.25 |
| 1997 | 2026-07-21T22:42:20.612Z | Compiling darling_core v0.20.11 |
| 1998 | 2026-07-21T22:42:20.642Z | Compiling curve25519-dalek v4.1.3 |
| 1999 | 2026-07-21T22:42:20.679Z | Compiling memoffset v0.9.1 |
| 2000 | 2026-07-21T22:42:20.770Z | Compiling httpdate v1.0.3 |
| 2001 | 2026-07-21T22:42:20.931Z | Compiling winnow v0.5.40 |
| 2002 | 2026-07-21T22:42:20.973Z | Compiling untrusted v0.9.0 |
| 2003 | 2026-07-21T22:42:21.120Z | Compiling foreign-types-shared v0.1.1 |
| 2004 | 2026-07-21T22:42:21.191Z | Compiling utf8parse v0.2.2 |
| 2005 | 2026-07-21T22:42:21.260Z | Compiling powerfmt v0.2.0 |
| 2006 | 2026-07-21T22:42:21.274Z | Compiling foreign-types v0.3.2 |
| 2007 | 2026-07-21T22:42:21.481Z | Compiling deranged v0.5.8 |
| 2008 | 2026-07-21T22:42:21.524Z | Compiling tempfile v3.25.0 |
| 2009 | 2026-07-21T22:42:21.543Z | Compiling unicode-normalization v0.1.25 |
| 2010 | 2026-07-21T22:42:21.874Z | Compiling dof v0.3.0 |
| 2011 | 2026-07-21T22:42:21.938Z | Compiling dtrace-parser v0.2.0 |
| 2012 | 2026-07-21T22:42:21.990Z | Compiling pkcs8 v0.10.2 |
| 2013 | 2026-07-21T22:42:22.262Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-07-21T22:42:22.363Z | Compiling dof v0.4.0 |
| 2015 | 2026-07-21T22:42:22.646Z | Compiling dtrace-parser v0.3.0 |
| 2016 | 2026-07-21T22:42:22.648Z | Compiling darling_macro v0.20.11 |
| 2017 | 2026-07-21T22:42:22.676Z | Compiling daft-derive v0.1.7 |
| 2018 | 2026-07-21T22:42:22.893Z | Compiling pin-project-internal v1.1.11 |
| 2019 | 2026-07-21T22:42:22.997Z | Compiling spin v0.9.8 |
| 2020 | 2026-07-21T22:42:23.137Z | Compiling thread-id v4.2.2 |
| 2021 | 2026-07-21T22:42:23.152Z | Compiling thread-id v5.1.0 |
| 2022 | 2026-07-21T22:42:23.179Z | Compiling num-bigint-dig v0.8.6 |
| 2023 | 2026-07-21T22:42:23.260Z | Compiling anstyle v1.0.14 |
| 2024 | 2026-07-21T22:42:23.411Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-07-21T22:42:23.443Z | Compiling cfg_aliases v0.2.1 |
| 2026 | 2026-07-21T22:42:23.460Z | Compiling smoltcp v0.9.1 |
| 2027 | 2026-07-21T22:42:23.537Z | Compiling nix v0.31.2 |
| 2028 | 2026-07-21T22:42:23.571Z | Compiling time v0.3.47 |
| 2029 | 2026-07-21T22:42:23.820Z | Compiling hyper v1.10.1 |
| 2030 | 2026-07-21T22:42:23.836Z | Compiling darling v0.20.11 |
| 2031 | 2026-07-21T22:42:23.955Z | Compiling sha2 v0.10.9 |
| 2032 | 2026-07-21T22:42:24.070Z | Compiling ipnetwork v0.21.1 |
| 2033 | 2026-07-21T22:42:24.150Z | Compiling hmac v0.12.1 |
| 2034 | 2026-07-21T22:42:24.341Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2035 | 2026-07-21T22:42:24.357Z | Compiling strum_macros v0.26.4 |
| 2036 | 2026-07-21T22:42:24.531Z | Compiling darling_core v0.23.0 |
| 2037 | 2026-07-21T22:42:24.547Z | Compiling sync_wrapper v1.0.2 |
| 2038 | 2026-07-21T22:42:24.667Z | Compiling wait-timeout v0.2.1 |
| 2039 | 2026-07-21T22:42:24.731Z | Compiling anstyle-query v1.1.5 |
| 2040 | 2026-07-21T22:42:24.923Z | Compiling bit-vec v0.8.0 |
| 2041 | 2026-07-21T22:42:24.994Z | Compiling hyper-util v0.1.20 |
| 2042 | 2026-07-21T22:42:25.081Z | Compiling is_terminal_polyfill v1.70.2 |
| 2043 | 2026-07-21T22:42:25.180Z | Compiling colorchoice v1.0.4 |
| 2044 | 2026-07-21T22:42:25.196Z | Compiling simd-adler32 v0.3.8 |
| 2045 | 2026-07-21T22:42:25.352Z | Compiling siphasher v1.0.2 |
| 2046 | 2026-07-21T22:42:25.450Z | Compiling quick-error v1.2.3 |
| 2047 | 2026-07-21T22:42:25.557Z | Compiling rusty-fork v0.3.1 |
| 2048 | 2026-07-21T22:42:25.857Z | Compiling bit-set v0.8.0 |
| 2049 | 2026-07-21T22:42:26.035Z | Compiling tower v0.5.3 |
| 2050 | 2026-07-21T22:42:26.544Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-07-21T22:42:26.652Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-07-21T22:42:26.673Z | Compiling http-body-util v0.1.3 |
| 2053 | 2026-07-21T22:42:26.699Z | Compiling darling_macro v0.23.0 |
| 2054 | 2026-07-21T22:42:26.746Z | Compiling hubpack_derive v0.1.1 |
| 2055 | 2026-07-21T22:42:26.817Z | Compiling strum_macros v0.27.2 |
| 2056 | 2026-07-21T22:42:26.941Z | Compiling rand_xorshift v0.4.0 |
| 2057 | 2026-07-21T22:42:27.103Z | Compiling fs-err v3.3.0 |
| 2058 | 2026-07-21T22:42:27.131Z | Compiling ahash v0.8.12 |
| 2059 | 2026-07-21T22:42:27.238Z | Compiling ryu v1.0.23 |
| 2060 | 2026-07-21T22:42:27.272Z | Compiling unicode-properties v0.1.4 |
| 2061 | 2026-07-21T22:42:27.349Z | Compiling adler2 v2.0.1 |
| 2062 | 2026-07-21T22:42:27.366Z | Compiling object v0.37.3 |
| 2063 | 2026-07-21T22:42:27.389Z | Compiling iri-string v0.7.10 |
| 2064 | 2026-07-21T22:42:27.419Z | Compiling unicode-bidi v0.3.18 |
| 2065 | 2026-07-21T22:42:27.509Z | Compiling allocator-api2 v0.2.21 |
| 2066 | 2026-07-21T22:42:27.525Z | Compiling unarray v0.1.4 |
| 2067 | 2026-07-21T22:42:27.655Z | Compiling proptest v1.10.0 |
| 2068 | 2026-07-21T22:42:27.852Z | Compiling stringprep v0.1.5 |
| 2069 | 2026-07-21T22:42:27.919Z | Compiling miniz_oxide v0.8.9 |
| 2070 | 2026-07-21T22:42:28.127Z | Compiling serde_urlencoded v0.7.1 |
| 2071 | 2026-07-21T22:42:28.163Z | Compiling derive_builder_macro v0.20.2 |
| 2072 | 2026-07-21T22:42:28.250Z | Compiling darling v0.23.0 |
| 2073 | 2026-07-21T22:42:28.362Z | Compiling tokio-native-tls v0.3.1 |
| 2074 | 2026-07-21T22:42:28.397Z | Compiling usdt-attr-macro v0.6.0 |
| 2075 | 2026-07-21T22:42:28.462Z | Compiling usdt-macro v0.6.0 |
| 2076 | 2026-07-21T22:42:28.551Z | Compiling tower-http v0.6.8 |
| 2077 | 2026-07-21T22:42:28.618Z | Compiling anstyle-parse v1.0.0 |
| 2078 | 2026-07-21T22:42:28.634Z | Compiling crypto-common v0.2.2 |
| 2079 | 2026-07-21T22:42:28.677Z | Compiling block-buffer v0.12.1 |
| 2080 | 2026-07-21T22:42:28.773Z | Compiling block-padding v0.4.2 |
| 2081 | 2026-07-21T22:42:29.116Z | Compiling rustls-native-certs v0.8.3 |
| 2082 | 2026-07-21T22:42:29.142Z | Compiling rand_chacha v0.3.1 |
| 2083 | 2026-07-21T22:42:29.219Z | Compiling hex v0.4.3 |
| 2084 | 2026-07-21T22:42:29.235Z | Compiling erased-serde v0.3.31 |
| 2085 | 2026-07-21T22:42:29.252Z | Compiling md-5 v0.10.6 |
| 2086 | 2026-07-21T22:42:29.293Z | Compiling signature v2.2.0 |
| 2087 | 2026-07-21T22:42:29.357Z | Compiling bstr v1.12.1 |
| 2088 | 2026-07-21T22:42:29.454Z | Compiling num-integer v0.1.46 |
| 2089 | 2026-07-21T22:42:29.469Z | Compiling hash32 v0.2.1 |
| 2090 | 2026-07-21T22:42:29.499Z | Compiling vergen-lib v9.1.0 |
| 2091 | 2026-07-21T22:42:29.615Z | Compiling encoding_rs v0.8.35 |
| 2092 | 2026-07-21T22:42:29.685Z | Compiling zlib-rs v0.6.2 |
| 2093 | 2026-07-21T22:42:29.727Z | Compiling cpufeatures v0.3.0 |
| 2094 | 2026-07-21T22:42:29.772Z | Compiling fallible-iterator v0.2.0 |
| 2095 | 2026-07-21T22:42:29.775Z | Compiling psl-types v2.0.11 |
| 2096 | 2026-07-21T22:42:29.816Z | Compiling mime v0.3.17 |
| 2097 | 2026-07-21T22:42:29.926Z | Compiling publicsuffix v2.3.0 |
| 2098 | 2026-07-21T22:42:30.062Z | Compiling postgres-protocol v0.6.10 |
| 2099 | 2026-07-21T22:42:30.150Z | Compiling newtype-uuid v1.3.2 |
| 2100 | 2026-07-21T22:42:30.186Z | Compiling num-iter v0.1.45 |
| 2101 | 2026-07-21T22:42:30.478Z | Compiling rand v0.8.6 |
| 2102 | 2026-07-21T22:42:30.614Z | Compiling oxnet v0.1.6 |
| 2103 | 2026-07-21T22:42:30.817Z | Compiling inout v0.2.2 |
| 2104 | 2026-07-21T22:42:30.828Z | Compiling anstream v1.0.0 |
| 2105 | 2026-07-21T22:42:30.923Z | Compiling derive_builder v0.20.2 |
| 2106 | 2026-07-21T22:42:30.939Z | Compiling hyper-tls v0.6.0 |
| 2107 | 2026-07-21T22:42:31.015Z | Compiling serde_with_macros v3.21.0 |
| 2108 | 2026-07-21T22:42:31.051Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-21T22:42:31.088Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-21T22:42:31.149Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-21T22:42:31.165Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-21T22:42:31.298Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-21T22:42:31.301Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-21T22:42:31.324Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-07-21T22:42:31.357Z | Compiling clap_derive v4.6.1 |
| 2116 | 2026-07-21T22:42:31.370Z | Compiling serde_repr v0.1.20 |
| 2117 | 2026-07-21T22:42:31.442Z | Compiling enum-as-inner v0.6.1 |
| 2118 | 2026-07-21T22:42:31.576Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-21T22:42:31.638Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-21T22:42:31.682Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-21T22:42:31.832Z | Compiling flate2 v1.1.9 |
| 2122 | 2026-07-21T22:42:31.931Z | Compiling clap_lex v1.0.0 |
| 2123 | 2026-07-21T22:42:31.956Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-07-21T22:42:31.992Z | Compiling foldhash v0.1.5 |
| 2125 | 2026-07-21T22:42:31.995Z | Compiling libbz2-rs-sys v0.2.2 |
| 2126 | 2026-07-21T22:42:32.049Z | Compiling base16ct v0.2.0 |
| 2127 | 2026-07-21T22:42:32.079Z | Compiling managed v0.8.0 |
| 2128 | 2026-07-21T22:42:32.147Z | Compiling bumpalo v3.20.2 |
| 2129 | 2026-07-21T22:42:32.220Z | Compiling foldhash v0.2.0 |
| 2130 | 2026-07-21T22:42:32.355Z | Compiling same-file v1.0.6 |
| 2131 | 2026-07-21T22:42:32.427Z | Compiling bzip2 v0.6.1 |
| 2132 | 2026-07-21T22:42:32.467Z | Compiling walkdir v2.5.0 |
| 2133 | 2026-07-21T22:42:32.485Z | Compiling hashbrown v0.16.1 |
| 2134 | 2026-07-21T22:42:32.515Z | Compiling zopfli v0.8.3 |
| 2135 | 2026-07-21T22:42:32.643Z | Compiling sec1 v0.7.3 |
| 2136 | 2026-07-21T22:42:32.675Z | Compiling hashbrown v0.15.5 |
| 2137 | 2026-07-21T22:42:32.762Z | Compiling clap_builder v4.6.0 |
| 2138 | 2026-07-21T22:42:32.926Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-21T22:42:33.021Z | Compiling group v0.13.0 |
| 2140 | 2026-07-21T22:42:33.217Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-21T22:42:33.249Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-21T22:42:33.530Z | Compiling phf v0.13.1 |
| 2143 | 2026-07-21T22:42:33.550Z | Compiling zstd v0.13.3 |
| 2144 | 2026-07-21T22:42:33.719Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-21T22:42:33.817Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-21T22:42:34.154Z | Compiling cipher v0.5.2 |
| 2147 | 2026-07-21T22:42:34.295Z | Compiling signal-hook-mio v0.2.5 |
| 2148 | 2026-07-21T22:42:34.422Z | Compiling daft v0.1.7 |
| 2149 | 2026-07-21T22:42:34.443Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-21T22:42:34.457Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-21T22:42:34.472Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-21T22:42:34.595Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-21T22:42:34.622Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-21T22:42:34.691Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-21T22:42:34.862Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-21T22:42:34.936Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-21T22:42:34.971Z | Compiling crossbeam-epoch v0.9.18 |
| 2158 | 2026-07-21T22:42:34.993Z | Compiling hkdf v0.12.4 |
| 2159 | 2026-07-21T22:42:35.066Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-21T22:42:35.106Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-21T22:42:35.339Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-07-21T22:42:35.358Z | Compiling serde_plain v1.0.2 |
| 2163 | 2026-07-21T22:42:35.391Z | Compiling pem v3.0.6 |
| 2164 | 2026-07-21T22:42:35.500Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-21T22:42:35.588Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-21T22:42:35.607Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-21T22:42:35.629Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-21T22:42:35.698Z | Compiling new_debug_unreachable v1.0.6 |
| 2169 | 2026-07-21T22:42:35.720Z | Compiling whoami v2.1.0 |
| 2170 | 2026-07-21T22:42:35.752Z | Compiling data-encoding v2.10.0 |
| 2171 | 2026-07-21T22:42:35.778Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-07-21T22:42:35.854Z | Compiling typed-path v0.9.3 |
| 2173 | 2026-07-21T22:42:35.901Z | Compiling difflib v0.4.0 |
| 2174 | 2026-07-21T22:42:35.927Z | Compiling predicates-core v1.0.10 |
| 2175 | 2026-07-21T22:42:35.974Z | Compiling precomputed-hash v0.1.1 |
| 2176 | 2026-07-21T22:42:36.080Z | Compiling fixedbitset v0.5.7 |
| 2177 | 2026-07-21T22:42:36.108Z | Compiling keccak v0.1.6 |
| 2178 | 2026-07-21T22:42:36.151Z | Compiling toml_write v0.1.2 |
| 2179 | 2026-07-21T22:42:36.206Z | Compiling static_assertions v1.1.0 |
| 2180 | 2026-07-21T22:42:36.316Z | Compiling const-oid v0.10.2 |
| 2181 | 2026-07-21T22:42:36.319Z | Compiling normalize-line-endings v0.3.0 |
| 2182 | 2026-07-21T22:42:36.364Z | Compiling jiff v0.2.21 |
| 2183 | 2026-07-21T22:42:36.364Z | Compiling chacha20 v0.10.0 |
| 2184 | 2026-07-21T22:42:36.395Z | Compiling toml_edit v0.22.27 |
| 2185 | 2026-07-21T22:42:36.398Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-07-21T22:42:36.425Z | Compiling predicates v3.1.4 |
| 2187 | 2026-07-21T22:42:36.443Z | Compiling elliptic-curve v0.13.8 |
| 2188 | 2026-07-21T22:42:36.528Z | Compiling digest v0.11.3 |
| 2189 | 2026-07-21T22:42:36.609Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2190 | 2026-07-21T22:42:36.652Z | Compiling sha3 v0.10.8 |
| 2191 | 2026-07-21T22:42:36.683Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-07-21T22:42:36.760Z | Compiling string_cache v0.8.9 |
| 2193 | 2026-07-21T22:42:36.834Z | Compiling petgraph v0.6.5 |
| 2194 | 2026-07-21T22:42:36.874Z | Compiling tokio-postgres v0.7.16 |
| 2195 | 2026-07-21T22:42:36.953Z | Compiling env_logger v0.11.9 |
| 2196 | 2026-07-21T22:42:37.017Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-21T22:42:37.375Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-21T22:42:38.723Z | Compiling ed25519-dalek v2.2.0 |
| 2199 | 2026-07-21T22:42:38.781Z | Compiling iddqd v0.4.2 |
| 2200 | 2026-07-21T22:42:38.796Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-21T22:42:38.983Z | Compiling crossterm v0.28.1 |
| 2202 | 2026-07-21T22:42:39.040Z | Compiling zip v4.6.1 |
| 2203 | 2026-07-21T22:42:39.446Z | Compiling clap v4.6.1 |
| 2204 | 2026-07-21T22:42:39.732Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-21T22:42:39.766Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-21T22:42:39.876Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-21T22:42:39.991Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-21T22:42:40.041Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-21T22:42:40.142Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-21T22:42:40.158Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-21T22:42:40.210Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-21T22:42:40.230Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-21T22:42:40.525Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-21T22:42:40.627Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-21T22:42:41.219Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-07-21T22:42:41.434Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-07-21T22:42:57.473Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-21T22:42:58.699Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-21T22:42:58.835Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-21T22:42:58.851Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-21T22:42:58.963Z | Compiling crucible-workspace-hack v0.1.0 |
| 2222 | 2026-07-21T22:42:59.003Z | Compiling rayon-core v1.13.0 |
| 2223 | 2026-07-21T22:42:59.089Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-21T22:42:59.207Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-21T22:42:59.301Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-21T22:42:59.412Z | Compiling heapless v0.8.0 |
| 2227 | 2026-07-21T22:42:59.427Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2228 | 2026-07-21T22:42:59.492Z | Compiling crossbeam-deque v0.8.6 |
| 2229 | 2026-07-21T22:42:59.536Z | Compiling inout v0.1.4 |
| 2230 | 2026-07-21T22:42:59.681Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2231 | 2026-07-21T22:42:59.741Z | Compiling hash32 v0.3.1 |
| 2232 | 2026-07-21T22:42:59.745Z | Compiling multer v3.1.0 |
| 2233 | 2026-07-21T22:42:59.772Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2234 | 2026-07-21T22:42:59.874Z | Compiling structmeta v0.3.0 |
| 2235 | 2026-07-21T22:42:59.916Z | Compiling thread_local v1.1.9 |
| 2236 | 2026-07-21T22:42:59.932Z | Compiling unicode-width v0.2.0 |
| 2237 | 2026-07-21T22:42:59.948Z | Compiling slog-async v2.8.0 |
| 2238 | 2026-07-21T22:42:59.992Z | Compiling smoltcp v0.11.0 |
| 2239 | 2026-07-21T22:43:00.102Z | Compiling compression-core v0.4.31 |
| 2240 | 2026-07-21T22:43:00.127Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2241 | 2026-07-21T22:43:00.252Z | Compiling match_cfg v0.1.0 |
| 2242 | 2026-07-21T22:43:00.299Z | Compiling proc-macro-crate v3.4.0 |
| 2243 | 2026-07-21T22:43:00.319Z | Compiling hostname v0.3.1 |
| 2244 | 2026-07-21T22:43:00.335Z | Compiling compression-codecs v0.4.37 |
| 2245 | 2026-07-21T22:43:00.350Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-07-21T22:43:00.454Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-21T22:43:00.495Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-21T22:43:00.622Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-21T22:43:00.721Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-21T22:43:00.737Z | Compiling half v2.7.1 |
| 2251 | 2026-07-21T22:43:00.762Z | Compiling newtype-uuid-macros v0.1.0 |
| 2252 | 2026-07-21T22:43:00.793Z | Compiling cobs v0.3.0 |
| 2253 | 2026-07-21T22:43:00.905Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2254 | 2026-07-21T22:43:00.931Z | Compiling universal-hash v0.5.1 |
| 2255 | 2026-07-21T22:43:01.042Z | Compiling darling_macro v0.21.3 |
| 2256 | 2026-07-21T22:43:01.090Z | Compiling async-stream-impl v0.3.6 |
| 2257 | 2026-07-21T22:43:01.106Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2258 | 2026-07-21T22:43:01.123Z | Compiling serde_spanned v1.1.1 |
| 2259 | 2026-07-21T22:43:01.292Z | Compiling tokio-rustls v0.26.4 |
| 2260 | 2026-07-21T22:43:01.422Z | Compiling rustls-platform-verifier v0.6.2 |
| 2261 | 2026-07-21T22:43:01.514Z | Compiling tough v0.22.0 |
| 2262 | 2026-07-21T22:43:01.550Z | Compiling hyper-rustls v0.27.7 |
| 2263 | 2026-07-21T22:43:01.570Z | Compiling darling v0.21.3 |
| 2264 | 2026-07-21T22:43:01.586Z | Compiling is-terminal v0.4.17 |
| 2265 | 2026-07-21T22:43:01.645Z | Compiling proc-macro-error-attr v1.0.4 |
| 2266 | 2026-07-21T22:43:01.670Z | Compiling ingot-macros v0.1.1 |
| 2267 | 2026-07-21T22:43:01.700Z | Compiling dropshot v0.17.1 |
| 2268 | 2026-07-21T22:43:01.716Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2269 | 2026-07-21T22:43:01.877Z | Compiling reqwest v0.13.2 |
| 2270 | 2026-07-21T22:43:01.895Z | Compiling ciborium-io v0.2.2 |
| 2271 | 2026-07-21T22:43:01.912Z | Compiling take_mut v0.2.2 |
| 2272 | 2026-07-21T22:43:01.944Z | Compiling term v1.2.1 |
| 2273 | 2026-07-21T22:43:01.947Z | Compiling opaque-debug v0.3.1 |
| 2274 | 2026-07-21T22:43:01.975Z | Compiling convert_case v0.4.0 |
| 2275 | 2026-07-21T22:43:01.978Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2276 | 2026-07-21T22:43:02.009Z | Compiling ciborium-ll v0.2.2 |
| 2277 | 2026-07-21T22:43:02.044Z | Compiling poly1305 v0.8.0 |
| 2278 | 2026-07-21T22:43:02.267Z | Compiling slog-term v2.9.2 |
| 2279 | 2026-07-21T22:43:02.288Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2280 | 2026-07-21T22:43:02.303Z | Compiling derive_more v0.99.20 |
| 2281 | 2026-07-21T22:43:02.578Z | Compiling thiserror-no-std v2.0.2 |
| 2282 | 2026-07-21T22:43:02.728Z | Compiling test-strategy v0.4.5 |
| 2283 | 2026-07-21T22:43:02.790Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-07-21T22:43:02.810Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-21T22:43:03.001Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-21T22:43:03.306Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-07-21T22:43:03.392Z | Compiling num_enum_derive v0.7.6 |
| 2288 | 2026-07-21T22:43:03.512Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-07-21T22:43:03.546Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-21T22:43:03.784Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-21T22:43:04.063Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-21T22:43:04.078Z | Compiling sha1 v0.11.0 |
| 2293 | 2026-07-21T22:43:04.305Z | Compiling ingot-types v0.1.2 |
| 2294 | 2026-07-21T22:43:04.384Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-07-21T22:43:04.545Z | Compiling proc-macro-crate v1.3.1 |
| 2296 | 2026-07-21T22:43:04.560Z | Compiling waitgroup v0.1.2 |
| 2297 | 2026-07-21T22:43:04.645Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2298 | 2026-07-21T22:43:04.661Z | Compiling backon v1.6.0 |
| 2299 | 2026-07-21T22:43:04.735Z | Compiling ingot v0.1.1 |
| 2300 | 2026-07-21T22:43:04.818Z | Compiling password-hash v0.5.0 |
| 2301 | 2026-07-21T22:43:04.911Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-21T22:43:04.927Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-21T22:43:04.943Z | Compiling blake2 v0.10.6 |
| 2304 | 2026-07-21T22:43:04.975Z | Compiling aead v0.5.2 |
| 2305 | 2026-07-21T22:43:05.147Z | Compiling foreign-types-macros v0.2.3 |
| 2306 | 2026-07-21T22:43:05.191Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2307 | 2026-07-21T22:43:05.215Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2308 | 2026-07-21T22:43:05.234Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-21T22:43:05.333Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-21T22:43:05.360Z | Compiling proc-macro-error v1.0.4 |
| 2311 | 2026-07-21T22:43:05.486Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2312 | 2026-07-21T22:43:05.518Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-21T22:43:05.565Z | Compiling foreign-types-shared v0.3.1 |
| 2314 | 2026-07-21T22:43:05.608Z | Compiling debug-ignore v1.0.5 |
| 2315 | 2026-07-21T22:43:05.668Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-21T22:43:05.685Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2317 | 2026-07-21T22:43:05.701Z | Compiling parse-display v0.10.0 |
| 2318 | 2026-07-21T22:43:05.733Z | Compiling argon2 v0.5.3 |
| 2319 | 2026-07-21T22:43:05.772Z | Compiling foreign-types v0.5.0 |
| 2320 | 2026-07-21T22:43:05.776Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2026-07-21T22:43:05.804Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-21T22:43:05.819Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-21T22:43:05.822Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-21T22:43:05.900Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-21T22:43:06.019Z | Compiling vsss-rs v3.3.4 |
| 2326 | 2026-07-21T22:43:06.087Z | Compiling ciborium v0.2.2 |
| 2327 | 2026-07-21T22:43:06.259Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-21T22:43:06.262Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-21T22:43:06.508Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-07-21T22:43:06.513Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2331 | 2026-07-21T22:43:06.564Z | Compiling cstr-argument v0.1.2 |
| 2332 | 2026-07-21T22:43:06.568Z | Compiling humantime v2.3.0 |
| 2333 | 2026-07-21T22:43:06.643Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2334 | 2026-07-21T22:43:06.756Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2335 | 2026-07-21T22:43:06.769Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2336 | 2026-07-21T22:43:06.786Z | Compiling num_enum v0.5.11 |
| 2337 | 2026-07-21T22:43:06.926Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2338 | 2026-07-21T22:43:06.967Z | Compiling rayon v1.11.0 |
| 2339 | 2026-07-21T22:43:07.009Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2340 | 2026-07-21T22:43:07.022Z | Compiling rand v0.10.1 |
| 2341 | 2026-07-21T22:43:07.041Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-21T22:43:07.045Z | Compiling indent_write v2.2.0 |
| 2343 | 2026-07-21T22:43:07.045Z | Compiling libefi-sys v0.1.0 |
| 2344 | 2026-07-21T22:43:07.127Z | Compiling colored v3.1.1 |
| 2345 | 2026-07-21T22:43:07.156Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-21T22:43:07.182Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-21T22:43:07.197Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-21T22:43:07.226Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-21T22:43:07.324Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-21T22:43:07.382Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-07-21T22:43:07.422Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-07-21T22:43:07.437Z | Compiling num-derive v0.4.2 |
| 2353 | 2026-07-21T22:43:07.523Z | Compiling bitfield-struct v0.6.2 |
| 2354 | 2026-07-21T22:43:07.733Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2355 | 2026-07-21T22:43:07.822Z | Compiling blake3 v1.8.5 |
| 2356 | 2026-07-21T22:43:07.857Z | Compiling memmap v0.7.0 |
| 2357 | 2026-07-21T22:43:07.873Z | Compiling sigpipe v0.1.3 |
| 2358 | 2026-07-21T22:43:07.876Z | Compiling swrite v0.1.0 |
| 2359 | 2026-07-21T22:43:08.003Z | Compiling glob v0.3.3 |
| 2360 | 2026-07-21T22:43:08.019Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-21T22:43:08.113Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2362 | 2026-07-21T22:43:08.178Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-21T22:43:08.239Z | Compiling usdt v0.5.0 |
| 2364 | 2026-07-21T22:43:08.373Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2365 | 2026-07-21T22:43:08.376Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2366 | 2026-07-21T22:43:08.482Z | Compiling smf v0.2.3 |
| 2367 | 2026-07-21T22:43:08.510Z | Compiling filetime v0.2.27 |
| 2368 | 2026-07-21T22:43:08.617Z | Compiling arrayvec v0.7.6 |
| 2369 | 2026-07-21T22:43:08.681Z | Compiling zone v0.3.1 |
| 2370 | 2026-07-21T22:43:08.697Z | Compiling constant_time_eq v0.4.2 |
| 2371 | 2026-07-21T22:43:08.714Z | Compiling xattr v1.6.1 |
| 2372 | 2026-07-21T22:43:08.729Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2373 | 2026-07-21T22:43:08.803Z | Compiling arrayref v0.3.9 |
| 2374 | 2026-07-21T22:43:08.829Z | Compiling whoami v1.6.1 |
| 2375 | 2026-07-21T22:43:08.867Z | Compiling tar v0.4.46 |
| 2376 | 2026-07-21T22:43:08.898Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2377 | 2026-07-21T22:43:08.913Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2378 | 2026-07-21T22:43:08.930Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-07-21T22:43:08.933Z | Compiling console v0.16.2 |
| 2380 | 2026-07-21T22:43:09.078Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-21T22:43:09.200Z | Compiling unit-prefix v0.5.2 |
| 2382 | 2026-07-21T22:43:09.235Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-07-21T22:43:09.275Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-21T22:43:09.327Z | Compiling toml v0.8.23 |
| 2385 | 2026-07-21T22:43:09.405Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2386 | 2026-07-21T22:43:09.431Z | Compiling indicatif v0.18.4 |
| 2387 | 2026-07-21T22:43:09.714Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-07-21T22:43:09.798Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-21T22:43:19.045Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-21T22:43:19.045Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-21T22:43:19.286Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-21T22:43:19.609Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-07-21T22:43:19.634Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-07-21T22:43:19.664Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-21T22:43:19.738Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-21T22:43:19.757Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2397 | 2026-07-21T22:43:19.811Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2398 | 2026-07-21T22:43:19.912Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-21T22:43:20.076Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-21T22:43:20.523Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-21T22:43:24.499Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-21T22:43:32.556Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-21T22:43:35.772Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-21T22:43:36.827Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-21T22:43:46.170Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2406 | 2026-07-21T22:43:46.316Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-21T22:43:46.375Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-21T22:43:46.379Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-21T22:43:46.379Z | |
| 2410 | 2026-07-21T22:43:46.379Z | real 1:40.847707973 |
| 2411 | 2026-07-21T22:43:46.379Z | user 16:31.056095984 |
| 2412 | 2026-07-21T22:43:46.379Z | sys 2:37.449306094 |
| 2413 | 2026-07-21T22:43:46.379Z | trap 0.472407370 |
| 2414 | 2026-07-21T22:43:46.379Z | tflt 2.211272420 |
| 2415 | 2026-07-21T22:43:46.379Z | dflt 4.221026920 |
| 2416 | 2026-07-21T22:43:46.380Z | kflt 0.000648580 |
| 2417 | 2026-07-21T22:43:46.380Z | lock 52:11.622943706 |
| 2418 | 2026-07-21T22:43:46.380Z | slp 42:43.307438575 |
| 2419 | 2026-07-21T22:43:46.380Z | lat 43.455702475 |
| 2420 | 2026-07-21T22:43:46.380Z | stop 5:10.728198509 |
| 2421 | 2026-07-21T22:43:46.380Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-21T22:43:47.225Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2423 | 2026-07-21T22:43:47.293Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-21T22:43:47.349Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-21T22:43:48.733Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-21T22:43:48.733Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-21T22:43:48.965Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-21T22:43:48.985Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-21T22:43:49.013Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-21T22:43:49.034Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-21T22:43:49.054Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-21T22:43:49.057Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-21T22:43:49.057Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-21T22:43:49.057Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-21T22:43:49.134Z | Compiling console v0.15.11 |
| 2436 | 2026-07-21T22:43:49.137Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-21T22:43:49.137Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-21T22:43:49.156Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-21T22:43:49.176Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-21T22:43:49.243Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-21T22:43:49.265Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-21T22:43:49.269Z | Compiling unicode-width v0.1.14 |
| 2443 | 2026-07-21T22:43:49.269Z | Compiling match_cfg v0.1.0 |
| 2444 | 2026-07-21T22:43:49.327Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2445 | 2026-07-21T22:43:49.380Z | Compiling cancel-safe-futures v0.1.5 |
| 2446 | 2026-07-21T22:43:49.402Z | Compiling compression-core v0.4.31 |
| 2447 | 2026-07-21T22:43:49.519Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-07-21T22:43:49.519Z | Compiling hostname v0.3.1 |
| 2449 | 2026-07-21T22:43:49.597Z | Compiling expectorate v1.2.0 |
| 2450 | 2026-07-21T22:43:49.671Z | Compiling num v0.4.3 |
| 2451 | 2026-07-21T22:43:49.674Z | Compiling compression-codecs v0.4.37 |
| 2452 | 2026-07-21T22:43:49.713Z | Compiling multer v3.1.0 |
| 2453 | 2026-07-21T22:43:49.716Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-07-21T22:43:49.753Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-21T22:43:49.774Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-21T22:43:49.798Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-21T22:43:49.802Z | Compiling serde_spanned v1.1.1 |
| 2458 | 2026-07-21T22:43:49.845Z | Compiling take_mut v0.2.2 |
| 2459 | 2026-07-21T22:43:49.864Z | Compiling term v1.2.1 |
| 2460 | 2026-07-21T22:43:49.961Z | Compiling float-ord v0.3.2 |
| 2461 | 2026-07-21T22:43:49.982Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2462 | 2026-07-21T22:43:50.001Z | Compiling linked-hash-map v0.5.6 |
| 2463 | 2026-07-21T22:43:50.023Z | Compiling slog-bunyan v2.5.0 |
| 2464 | 2026-07-21T22:43:50.095Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2465 | 2026-07-21T22:43:50.095Z | Compiling async-compression v0.4.41 |
| 2466 | 2026-07-21T22:43:50.172Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2467 | 2026-07-21T22:43:50.192Z | Compiling slog-term v2.9.2 |
| 2468 | 2026-07-21T22:43:50.215Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2469 | 2026-07-21T22:43:50.262Z | Compiling lru-cache v0.1.2 |
| 2470 | 2026-07-21T22:43:50.301Z | Compiling oxide-update-engine-types v0.1.2 |
| 2471 | 2026-07-21T22:43:50.431Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-21T22:43:50.452Z | Compiling dropshot v0.17.1 |
| 2473 | 2026-07-21T22:43:50.485Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2474 | 2026-07-21T22:43:50.522Z | Compiling typify-impl v0.6.2 |
| 2475 | 2026-07-21T22:43:50.647Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-21T22:43:50.667Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-21T22:43:50.704Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-21T22:43:50.743Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-21T22:43:50.843Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-21T22:43:50.864Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-21T22:43:50.951Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-21T22:43:50.971Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-21T22:43:51.003Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-21T22:43:51.042Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-21T22:43:51.045Z | Compiling linear-map v1.2.0 |
| 2486 | 2026-07-21T22:43:51.085Z | Compiling debug-ignore v1.0.5 |
| 2487 | 2026-07-21T22:43:51.139Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-07-21T22:43:51.170Z | Compiling backoff v0.4.0 |
| 2489 | 2026-07-21T22:43:51.197Z | Compiling progenitor-extras v0.2.0 |
| 2490 | 2026-07-21T22:43:51.218Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2491 | 2026-07-21T22:43:51.295Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2492 | 2026-07-21T22:43:51.381Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-21T22:43:51.403Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-21T22:43:51.423Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-21T22:43:51.426Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-21T22:43:51.489Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2026-07-21T22:43:51.575Z | Compiling oxide-update-engine v0.1.2 |
| 2498 | 2026-07-21T22:43:51.731Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-21T22:43:52.167Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-21T22:43:52.350Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-21T22:43:52.603Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-07-21T22:43:52.653Z | Compiling humantime v2.3.0 |
| 2503 | 2026-07-21T22:43:52.864Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-21T22:43:52.923Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-21T22:43:52.953Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-21T22:43:53.124Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-21T22:43:53.185Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-21T22:43:53.248Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-21T22:43:53.374Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2510 | 2026-07-21T22:43:53.402Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2511 | 2026-07-21T22:43:53.568Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-21T22:43:53.973Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-07-21T22:43:54.061Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-07-21T22:43:54.088Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-07-21T22:43:54.178Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-07-21T22:43:54.200Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-07-21T22:43:54.220Z | Compiling termtree v0.5.1 |
| 2518 | 2026-07-21T22:43:54.254Z | Compiling hickory-resolver v0.24.4 |
| 2519 | 2026-07-21T22:43:54.419Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-21T22:43:54.700Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-21T22:43:55.166Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-21T22:43:55.337Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-07-21T22:43:55.598Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-21T22:43:55.879Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-21T22:43:56.272Z | Compiling qorb v0.4.1 |
| 2526 | 2026-07-21T22:43:56.493Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-21T22:43:56.756Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-21T22:43:57.303Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-07-21T22:43:57.742Z | Compiling vte v0.14.1 |
| 2530 | 2026-07-21T22:43:57.995Z | Compiling highway v1.3.0 |
| 2531 | 2026-07-21T22:43:58.131Z | Compiling progenitor-macro v0.14.0 |
| 2532 | 2026-07-21T22:43:58.717Z | Compiling chrono-tz v0.10.4 |
| 2533 | 2026-07-21T22:43:58.985Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-07-21T22:43:59.281Z | Compiling strip-ansi-escapes v0.2.1 |
| 2535 | 2026-07-21T22:43:59.366Z | Compiling csv v1.4.0 |
| 2536 | 2026-07-21T22:43:59.477Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-21T22:43:59.684Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-07-21T22:43:59.756Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-07-21T22:43:59.863Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-21T22:43:59.929Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-07-21T22:44:00.136Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-07-21T22:44:00.195Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-07-21T22:44:00.397Z | Compiling reedline v0.40.0 |
| 2544 | 2026-07-21T22:44:00.555Z | Compiling const_format v0.2.35 |
| 2545 | 2026-07-21T22:44:01.042Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-21T22:44:01.269Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-21T22:44:01.901Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-21T22:44:02.221Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-07-21T22:44:02.290Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2550 | 2026-07-21T22:44:02.403Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2551 | 2026-07-21T22:44:02.425Z | Compiling peg v0.8.5 |
| 2552 | 2026-07-21T22:44:02.482Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-21T22:44:02.529Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-21T22:44:02.979Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-21T22:44:03.216Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-21T22:44:03.535Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-21T22:44:03.770Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-21T22:44:04.008Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-21T22:44:04.257Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-21T22:44:04.479Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2561 | 2026-07-21T22:44:04.586Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-07-21T22:44:04.907Z | Compiling smawk v0.3.2 |
| 2563 | 2026-07-21T22:44:04.943Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-07-21T22:44:04.964Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2565 | 2026-07-21T22:44:05.060Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-21T22:44:05.253Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-21T22:44:05.275Z | Compiling steno v0.4.1 |
| 2568 | 2026-07-21T22:44:05.386Z | Compiling base64 v0.21.7 |
| 2569 | 2026-07-21T22:44:05.838Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2570 | 2026-07-21T22:44:05.939Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-07-21T22:44:06.255Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-21T22:44:06.535Z | Compiling tagptr v0.2.0 |
| 2573 | 2026-07-21T22:44:06.652Z | Compiling utf-8 v0.7.6 |
| 2574 | 2026-07-21T22:44:06.691Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2575 | 2026-07-21T22:44:06.726Z | Compiling moka v0.12.13 |
| 2576 | 2026-07-21T22:44:06.837Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-21T22:44:06.895Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-21T22:44:06.956Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-21T22:44:07.133Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-21T22:44:07.188Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-21T22:44:07.312Z | Compiling tap v1.0.1 |
| 2582 | 2026-07-21T22:44:07.461Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-07-21T22:44:07.502Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-07-21T22:44:07.894Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-07-21T22:44:07.990Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2586 | 2026-07-21T22:44:08.159Z | Compiling wyz v0.5.1 |
| 2587 | 2026-07-21T22:44:08.231Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-07-21T22:44:08.397Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-07-21T22:44:08.470Z | Compiling diesel_derives v2.3.7 |
| 2590 | 2026-07-21T22:44:08.705Z | Compiling crc-catalog v2.4.0 |
| 2591 | 2026-07-21T22:44:08.831Z | Compiling packed_struct v0.10.1 |
| 2592 | 2026-07-21T22:44:09.037Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2593 | 2026-07-21T22:44:09.199Z | Compiling funty v2.0.0 |
| 2594 | 2026-07-21T22:44:09.237Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-07-21T22:44:09.673Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-07-21T22:44:10.074Z | Compiling crc v3.4.0 |
| 2597 | 2026-07-21T22:44:10.396Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2026-07-21T22:44:10.460Z | Compiling dsl_auto_type v0.2.0 |
| 2599 | 2026-07-21T22:44:10.492Z | Compiling scheduled-thread-pool v0.2.7 |
| 2600 | 2026-07-21T22:44:10.819Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-07-21T22:44:11.005Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-07-21T22:44:11.090Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2603 | 2026-07-21T22:44:11.246Z | Compiling bitfield-macros v0.19.4 |
| 2604 | 2026-07-21T22:44:11.286Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-21T22:44:11.321Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2606 | 2026-07-21T22:44:11.421Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2607 | 2026-07-21T22:44:11.557Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-07-21T22:44:11.842Z | Compiling indexmap v1.9.3 |
| 2609 | 2026-07-21T22:44:11.870Z | Compiling maplit v1.0.2 |
| 2610 | 2026-07-21T22:44:11.920Z | Compiling glob v0.3.3 |
| 2611 | 2026-07-21T22:44:11.993Z | Compiling crunchy v0.2.4 |
| 2612 | 2026-07-21T22:44:12.014Z | Compiling nodrop v0.1.14 |
| 2613 | 2026-07-21T22:44:12.131Z | Compiling array-init v0.0.4 |
| 2614 | 2026-07-21T22:44:12.151Z | Compiling bitfield v0.19.4 |
| 2615 | 2026-07-21T22:44:12.280Z | Compiling clang-sys v1.8.1 |
| 2616 | 2026-07-21T22:44:12.334Z | Compiling proc-macro-error2 v2.0.1 |
| 2617 | 2026-07-21T22:44:12.525Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-07-21T22:44:12.709Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-07-21T22:44:12.737Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-07-21T22:44:13.020Z | Compiling num-derive v0.3.3 |
| 2621 | 2026-07-21T22:44:13.023Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-07-21T22:44:13.326Z | Compiling tiny-keccak v2.0.2 |
| 2623 | 2026-07-21T22:44:13.559Z | Compiling downcast-rs v2.0.2 |
| 2624 | 2026-07-21T22:44:13.707Z | Compiling serde-hex v0.1.0 |
| 2625 | 2026-07-21T22:44:13.812Z | Compiling tabled_derive v0.11.0 |
| 2626 | 2026-07-21T22:44:13.834Z | Compiling term v0.7.0 |
| 2627 | 2026-07-21T22:44:13.930Z | Compiling libscf-sys v1.1.0 |
| 2628 | 2026-07-21T22:44:14.049Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2629 | 2026-07-21T22:44:14.121Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-07-21T22:44:14.188Z | Compiling ron v0.8.1 |
| 2631 | 2026-07-21T22:44:14.209Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-07-21T22:44:14.346Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-07-21T22:44:14.369Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-07-21T22:44:14.388Z | Compiling crc-any v2.5.0 |
| 2635 | 2026-07-21T22:44:14.788Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-07-21T22:44:14.897Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2637 | 2026-07-21T22:44:15.024Z | Compiling bit-set v0.5.3 |
| 2638 | 2026-07-21T22:44:15.041Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-07-21T22:44:15.065Z | Compiling object v0.30.4 |
| 2640 | 2026-07-21T22:44:15.207Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2641 | 2026-07-21T22:44:15.440Z | Compiling tabled v0.20.0 |
| 2642 | 2026-07-21T22:44:15.701Z | Compiling ascii-canvas v3.0.0 |
| 2643 | 2026-07-21T22:44:15.893Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2644 | 2026-07-21T22:44:15.963Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2645 | 2026-07-21T22:44:16.579Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-07-21T22:44:16.610Z | Compiling progenitor-impl v0.13.0 |
| 2647 | 2026-07-21T22:44:16.753Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2648 | 2026-07-21T22:44:16.836Z | warning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead |
| 2649 | 2026-07-21T22:44:16.836Z | --> certificates/src/openssl_ext.rs:91:39 |
| 2650 | 2026-07-21T22:44:16.836Z | | |
| 2651 | 2026-07-21T22:44:16.836Z | 91 | .map(|entry| entry.data().as_utf8()); |
| 2652 | 2026-07-21T22:44:16.836Z | | ^^^^^^^ |
| 2653 | 2026-07-21T22:44:16.836Z | | |
| 2654 | 2026-07-21T22:44:16.836Z | = note: `#[warn(deprecated)]` on by default |
| 2655 | 2026-07-21T22:44:16.836Z | |
| 2656 | 2026-07-21T22:44:17.008Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2657 | 2026-07-21T22:44:17.059Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2658 | 2026-07-21T22:44:17.232Z | warning: `omicron-certificates` (lib) generated 1 warning |
| 2659 | 2026-07-21T22:44:17.240Z | Compiling itertools v0.10.5 |
| 2660 | 2026-07-21T22:44:17.269Z | Compiling ena v0.14.4 |
| 2661 | 2026-07-21T22:44:17.291Z | Compiling libloading v0.8.9 |
| 2662 | 2026-07-21T22:44:17.386Z | Compiling diesel v2.3.7 |
| 2663 | 2026-07-21T22:44:17.514Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2664 | 2026-07-21T22:44:17.536Z | Compiling bindgen v0.71.1 |
| 2665 | 2026-07-21T22:44:17.769Z | Compiling unicase v2.9.0 |
| 2666 | 2026-07-21T22:44:17.845Z | Compiling path-slash v0.1.5 |
| 2667 | 2026-07-21T22:44:18.033Z | Compiling xshell-macros v0.2.7 |
| 2668 | 2026-07-21T22:44:18.070Z | Compiling regex-syntax v0.6.29 |
| 2669 | 2026-07-21T22:44:18.349Z | Compiling diff v0.1.13 |
| 2670 | 2026-07-21T22:44:18.453Z | Compiling xshell v0.2.7 |
| 2671 | 2026-07-21T22:44:18.531Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2672 | 2026-07-21T22:44:18.752Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2673 | 2026-07-21T22:44:18.778Z | Compiling progenitor-macro v0.13.0 |
| 2674 | 2026-07-21T22:44:19.767Z | Compiling lalrpop v0.19.12 |
| 2675 | 2026-07-21T22:44:19.973Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2676 | 2026-07-21T22:44:20.862Z | Compiling cexpr v0.6.0 |
| 2677 | 2026-07-21T22:44:21.498Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2678 | 2026-07-21T22:44:21.734Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2679 | 2026-07-21T22:44:22.216Z | Compiling progenitor-client v0.13.0 |
| 2680 | 2026-07-21T22:44:22.755Z | Compiling rustc-hash v2.1.1 |
| 2681 | 2026-07-21T22:44:22.850Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2682 | 2026-07-21T22:44:22.948Z | Compiling progenitor v0.13.0 |
| 2683 | 2026-07-21T22:44:23.173Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2684 | 2026-07-21T22:44:23.351Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2685 | 2026-07-21T22:44:23.854Z | Compiling headers-core v0.3.0 |
| 2686 | 2026-07-21T22:44:24.018Z | Compiling libxml v0.3.3 |
| 2687 | 2026-07-21T22:44:24.044Z | Compiling crc8 v0.1.1 |
| 2688 | 2026-07-21T22:44:24.125Z | Compiling headers v0.4.1 |
| 2689 | 2026-07-21T22:44:24.201Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2690 | 2026-07-21T22:44:24.363Z | Compiling strum_macros v0.24.3 |
| 2691 | 2026-07-21T22:44:24.419Z | Compiling indoc v1.0.9 |
| 2692 | 2026-07-21T22:44:24.617Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2693 | 2026-07-21T22:44:24.847Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2694 | 2026-07-21T22:44:24.881Z | Compiling derive_builder v0.20.2 |
| 2695 | 2026-07-21T22:44:25.048Z | Compiling oso-derive v0.27.3 |
| 2696 | 2026-07-21T22:44:25.082Z | Compiling quick-xml v0.37.5 |
| 2697 | 2026-07-21T22:44:25.580Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2698 | 2026-07-21T22:44:25.641Z | Compiling openssl-probe v0.1.6 |
| 2699 | 2026-07-21T22:44:25.694Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2700 | 2026-07-21T22:44:25.806Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2701 | 2026-07-21T22:44:25.936Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2702 | 2026-07-21T22:44:26.168Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2703 | 2026-07-21T22:44:26.385Z | Compiling bb8 v0.8.6 |
| 2704 | 2026-07-21T22:44:26.434Z | Compiling trait-variant v0.1.2 |
| 2705 | 2026-07-21T22:44:26.789Z | Compiling half v1.8.3 |
| 2706 | 2026-07-21T22:44:26.913Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2707 | 2026-07-21T22:44:27.004Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2708 | 2026-07-21T22:44:27.200Z | Compiling polar-core v0.27.3 |
| 2709 | 2026-07-21T22:44:27.238Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2710 | 2026-07-21T22:44:27.525Z | Compiling samael v0.0.19 |
| 2711 | 2026-07-21T22:44:27.745Z | Compiling serde_cbor v0.11.2 |
| 2712 | 2026-07-21T22:44:27.780Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2713 | 2026-07-21T22:44:28.060Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2714 | 2026-07-21T22:44:28.113Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2715 | 2026-07-21T22:44:28.227Z | Compiling nonempty v0.12.0 |
| 2716 | 2026-07-21T22:44:28.449Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2717 | 2026-07-21T22:44:28.484Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2718 | 2026-07-21T22:44:28.762Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2719 | 2026-07-21T22:44:28.782Z | Compiling fxhash v0.2.1 |
| 2720 | 2026-07-21T22:44:28.955Z | Compiling libz-sys v1.1.24 |
| 2721 | 2026-07-21T22:44:29.029Z | Compiling salty v0.3.0 |
| 2722 | 2026-07-21T22:44:29.503Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2723 | 2026-07-21T22:44:29.682Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2724 | 2026-07-21T22:44:30.178Z | Compiling kstat-rs v0.2.4 |
| 2725 | 2026-07-21T22:44:30.309Z | Compiling arc-swap v1.8.2 |
| 2726 | 2026-07-21T22:44:30.688Z | Compiling fs-err v2.11.0 |
| 2727 | 2026-07-21T22:44:30.799Z | Compiling slog-scope v4.4.1 |
| 2728 | 2026-07-21T22:44:30.942Z | Compiling mime_guess v2.0.5 |
| 2729 | 2026-07-21T22:44:31.094Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2730 | 2026-07-21T22:44:31.119Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2731 | 2026-07-21T22:44:31.493Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-07-21T22:44:31.805Z | Compiling rfc6979 v0.4.0 |
| 2733 | 2026-07-21T22:44:31.916Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2734 | 2026-07-21T22:44:31.995Z | Compiling nanorand v0.7.0 |
| 2735 | 2026-07-21T22:44:32.367Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2736 | 2026-07-21T22:44:32.388Z | Compiling parking_lot_core v0.8.6 |
| 2737 | 2026-07-21T22:44:32.721Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2738 | 2026-07-21T22:44:32.815Z | Compiling flume v0.11.1 |
| 2739 | 2026-07-21T22:44:33.026Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2740 | 2026-07-21T22:44:33.221Z | Compiling ecdsa v0.16.9 |
| 2741 | 2026-07-21T22:44:34.186Z | Compiling slog-stdlog v4.1.1 |
| 2742 | 2026-07-21T22:44:34.496Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2743 | 2026-07-21T22:44:34.680Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2744 | 2026-07-21T22:44:34.733Z | Compiling primeorder v0.13.6 |
| 2745 | 2026-07-21T22:44:35.056Z | Compiling diesel-dtrace v0.5.0 |
| 2746 | 2026-07-21T22:44:35.386Z | Compiling async-bb8-diesel v0.2.1 |
| 2747 | 2026-07-21T22:44:35.431Z | Compiling git-stub v1.0.0 |
| 2748 | 2026-07-21T22:44:35.708Z | Compiling atty v0.2.14 |
| 2749 | 2026-07-21T22:44:35.829Z | Compiling http-range v0.1.5 |
| 2750 | 2026-07-21T22:44:35.854Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2751 | 2026-07-21T22:44:35.927Z | Compiling instability v0.3.11 |
| 2752 | 2026-07-21T22:44:36.110Z | Compiling strsim v0.10.0 |
| 2753 | 2026-07-21T22:44:36.175Z | Compiling parse-size v1.1.0 |
| 2754 | 2026-07-21T22:44:36.228Z | Compiling oso v0.27.3 |
| 2755 | 2026-07-21T22:44:36.407Z | Compiling darling_core v0.13.4 |
| 2756 | 2026-07-21T22:44:36.427Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2757 | 2026-07-21T22:44:38.098Z | Compiling git-stub-vcs v0.1.0 |
| 2758 | 2026-07-21T22:44:38.333Z | Compiling p384 v0.13.1 |
| 2759 | 2026-07-21T22:44:38.460Z | Compiling slog-envlogger v2.2.0 |
| 2760 | 2026-07-21T22:44:40.498Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2761 | 2026-07-21T22:44:40.547Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2762 | 2026-07-21T22:44:40.655Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2763 | 2026-07-21T22:44:40.868Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2764 | 2026-07-21T22:44:42.057Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2765 | 2026-07-21T22:44:42.648Z | Compiling ignore v0.4.25 |
| 2766 | 2026-07-21T22:44:42.747Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2767 | 2026-07-21T22:44:43.253Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2768 | 2026-07-21T22:44:43.277Z | Compiling castaway v0.2.4 |
| 2769 | 2026-07-21T22:44:43.439Z | Compiling vergen-git2 v9.1.0 |
| 2770 | 2026-07-21T22:44:43.690Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2771 | 2026-07-21T22:44:43.943Z | Compiling indoc v2.0.7 |
| 2772 | 2026-07-21T22:44:44.702Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2773 | 2026-07-21T22:44:45.227Z | Compiling compact_str v0.8.1 |
| 2774 | 2026-07-21T22:44:45.254Z | Compiling globwalk v0.9.1 |
| 2775 | 2026-07-21T22:44:45.508Z | Compiling parking_lot v0.11.2 |
| 2776 | 2026-07-21T22:44:45.582Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2777 | 2026-07-21T22:44:45.915Z | Compiling hyper-staticfile v0.10.1 |
| 2778 | 2026-07-21T22:44:46.239Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2779 | 2026-07-21T22:44:46.462Z | Compiling darling_macro v0.13.4 |
| 2780 | 2026-07-21T22:44:46.686Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2781 | 2026-07-21T22:44:46.732Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2782 | 2026-07-21T22:44:47.008Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-07-21T22:44:47.083Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2784 | 2026-07-21T22:44:47.105Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2785 | 2026-07-21T22:44:47.349Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2786 | 2026-07-21T22:44:47.591Z | Compiling predicates-tree v1.0.13 |
| 2787 | 2026-07-21T22:44:47.805Z | Compiling unicode-truncate v1.1.0 |
| 2788 | 2026-07-21T22:44:48.022Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2789 | 2026-07-21T22:44:48.046Z | Compiling lru v0.12.5 |
| 2790 | 2026-07-21T22:44:48.278Z | Compiling rand_seeder v0.4.0 |
| 2791 | 2026-07-21T22:44:48.298Z | Compiling prefix-trie v0.7.0 |
| 2792 | 2026-07-21T22:44:48.326Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-07-21T22:44:48.539Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2794 | 2026-07-21T22:44:48.790Z | Compiling corncobs v0.1.4 |
| 2795 | 2026-07-21T22:44:48.810Z | Compiling cassowary v0.3.0 |
| 2796 | 2026-07-21T22:44:48.834Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2797 | 2026-07-21T22:44:48.976Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2798 | 2026-07-21T22:44:49.010Z | Compiling hickory-server v0.25.2 |
| 2799 | 2026-07-21T22:44:49.077Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2800 | 2026-07-21T22:44:49.129Z | Compiling ratatui v0.29.0 |
| 2801 | 2026-07-21T22:44:49.306Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2802 | 2026-07-21T22:44:49.339Z | Compiling camino-tempfile-ext v0.3.3 |
| 2803 | 2026-07-21T22:44:49.590Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2804 | 2026-07-21T22:44:49.706Z | Compiling darling v0.13.4 |
| 2805 | 2026-07-21T22:44:49.821Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2806 | 2026-07-21T22:44:50.253Z | Compiling sled v0.34.7 |
| 2807 | 2026-07-21T22:44:50.426Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2808 | 2026-07-21T22:44:50.564Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2809 | 2026-07-21T22:44:51.495Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2810 | 2026-07-21T22:44:52.555Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2811 | 2026-07-21T22:44:52.657Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2812 | 2026-07-21T22:44:52.895Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2813 | 2026-07-21T22:44:53.136Z | Compiling secrecy v0.8.0 |
| 2814 | 2026-07-21T22:44:53.335Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2815 | 2026-07-21T22:44:54.094Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2816 | 2026-07-21T22:44:54.126Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2817 | 2026-07-21T22:44:54.575Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2818 | 2026-07-21T22:44:54.773Z | Compiling serde_with_macros v1.5.2 |
| 2819 | 2026-07-21T22:44:55.604Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2820 | 2026-07-21T22:44:56.220Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2821 | 2026-07-21T22:44:56.679Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2822 | 2026-07-21T22:44:56.828Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2823 | 2026-07-21T22:44:57.074Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2824 | 2026-07-21T22:44:57.320Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2825 | 2026-07-21T22:44:57.499Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-07-21T22:44:57.609Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2827 | 2026-07-21T22:44:57.756Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2828 | 2026-07-21T22:44:57.900Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2829 | 2026-07-21T22:44:58.011Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2830 | 2026-07-21T22:44:58.070Z | Compiling git2 v0.20.4 |
| 2831 | 2026-07-21T22:44:58.097Z | Compiling void v1.0.2 |
| 2832 | 2026-07-21T22:44:58.246Z | Compiling lzss v0.8.2 |
| 2833 | 2026-07-21T22:44:58.602Z | Compiling illumos-nvpair v0.3.0 |
| 2834 | 2026-07-21T22:44:58.880Z | Compiling serde_with v1.14.0 |
| 2835 | 2026-07-21T22:44:59.110Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2836 | 2026-07-21T22:44:59.733Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2837 | 2026-07-21T22:45:00.081Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2838 | 2026-07-21T22:45:00.796Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2839 | 2026-07-21T22:45:01.133Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2840 | 2026-07-21T22:45:01.256Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2841 | 2026-07-21T22:45:01.822Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2842 | 2026-07-21T22:45:02.122Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2843 | 2026-07-21T22:45:02.534Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2844 | 2026-07-21T22:45:02.782Z | Compiling tungstenite v0.23.0 |
| 2845 | 2026-07-21T22:45:03.237Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2846 | 2026-07-21T22:45:04.004Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2847 | 2026-07-21T22:45:05.163Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2848 | 2026-07-21T22:45:05.232Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2849 | 2026-07-21T22:45:05.330Z | Compiling nix v0.27.1 |
| 2850 | 2026-07-21T22:45:05.407Z | Compiling twox-hash v2.1.2 |
| 2851 | 2026-07-21T22:45:05.481Z | Compiling libsw-core v0.3.2 |
| 2852 | 2026-07-21T22:45:05.700Z | Compiling serde_bytes v0.11.19 |
| 2853 | 2026-07-21T22:45:05.928Z | Compiling libsw v3.5.0 |
| 2854 | 2026-07-21T22:45:06.004Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2855 | 2026-07-21T22:45:06.164Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2856 | 2026-07-21T22:45:06.216Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2857 | 2026-07-21T22:45:06.294Z | Compiling tokio-tungstenite v0.23.1 |
| 2858 | 2026-07-21T22:45:06.501Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2859 | 2026-07-21T22:45:06.668Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2860 | 2026-07-21T22:45:07.406Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2861 | 2026-07-21T22:45:08.794Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2862 | 2026-07-21T22:45:09.468Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2863 | 2026-07-21T22:45:10.202Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2864 | 2026-07-21T22:45:10.630Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2865 | 2026-07-21T22:45:10.940Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2866 | 2026-07-21T22:45:11.105Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2867 | 2026-07-21T22:45:11.275Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2868 | 2026-07-21T22:45:11.688Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2869 | 2026-07-21T22:45:11.709Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2870 | 2026-07-21T22:45:12.035Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2871 | 2026-07-21T22:45:12.504Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2872 | 2026-07-21T22:45:12.951Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2873 | 2026-07-21T22:45:13.405Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2874 | 2026-07-21T22:45:15.139Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2875 | 2026-07-21T22:45:15.769Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2876 | 2026-07-21T22:45:16.937Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2877 | 2026-07-21T22:45:17.657Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2878 | 2026-07-21T22:45:17.681Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-07-21T22:45:17.919Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2880 | 2026-07-21T22:45:18.125Z | Compiling signal-hook-tokio v0.3.1 |
| 2881 | 2026-07-21T22:45:18.283Z | Compiling fatfs v0.3.6 |
| 2882 | 2026-07-21T22:45:18.328Z | Compiling yasna v0.5.2 |
| 2883 | 2026-07-21T22:45:18.667Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-07-21T22:45:18.848Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-07-21T22:45:18.964Z | Compiling is_ci v1.2.0 |
| 2886 | 2026-07-21T22:45:19.180Z | Compiling seq-macro v0.3.6 |
| 2887 | 2026-07-21T22:45:19.402Z | Compiling supports-color v3.0.2 |
| 2888 | 2026-07-21T22:45:19.565Z | Compiling rcgen v0.12.1 |
| 2889 | 2026-07-21T22:45:19.699Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2890 | 2026-07-21T22:45:19.966Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2891 | 2026-07-21T22:45:21.167Z | Compiling oxide-update-engine-display v0.1.2 |
| 2892 | 2026-07-21T22:45:22.179Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2893 | 2026-07-21T22:45:22.469Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2894 | 2026-07-21T22:45:22.505Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2895 | 2026-07-21T22:45:22.723Z | Compiling port-file v0.1.0 |
| 2896 | 2026-07-21T22:45:22.766Z | Compiling rtoolbox v0.0.3 |
| 2897 | 2026-07-21T22:45:23.059Z | Compiling subprocess v0.2.15 |
| 2898 | 2026-07-21T22:45:23.059Z | Compiling rpassword v7.5.4 |
| 2899 | 2026-07-21T22:45:23.731Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2900 | 2026-07-21T22:45:24.195Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2901 | 2026-07-21T22:45:25.478Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2902 | 2026-07-21T22:45:25.615Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2903 | 2026-07-21T22:45:25.871Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2904 | 2026-07-21T22:45:26.057Z | Compiling tui-tree-widget v0.23.1 |
| 2905 | 2026-07-21T22:45:26.359Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2906 | 2026-07-21T22:45:28.129Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2907 | 2026-07-21T22:45:28.478Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2908 | 2026-07-21T22:45:28.720Z | Compiling uzers v0.12.2 |
| 2909 | 2026-07-21T22:45:29.197Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2910 | 2026-07-21T22:45:29.325Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2911 | 2026-07-21T22:45:30.389Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2912 | 2026-07-21T22:45:31.864Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2913 | 2026-07-21T22:45:32.952Z | Compiling support-bundle-viewer v0.1.2 |
| 2914 | 2026-07-21T22:45:34.834Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2915 | 2026-07-21T22:45:35.201Z | Compiling multimap v0.10.1 |
| 2916 | 2026-07-21T22:45:49.068Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2917 | 2026-07-21T22:45:52.519Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2918 | 2026-07-21T22:45:56.543Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2919 | 2026-07-21T22:45:57.715Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2920 | 2026-07-21T22:46:00.074Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2921 | 2026-07-21T22:52:14.109Z | Finished `release` profile [optimized] target(s) in 8m 26s |
| 2922 | 2026-07-21T22:53:00.550Z | |
| 2923 | 2026-07-21T22:53:00.550Z | real 9:14.146937350 |
| 2924 | 2026-07-21T22:53:00.550Z | user 1:18:50.742887196 |
| 2925 | 2026-07-21T22:53:00.550Z | sys 3:31.530038680 |
| 2926 | 2026-07-21T22:53:00.551Z | trap 1.772480101 |
| 2927 | 2026-07-21T22:53:00.554Z | tflt 2.366264589 |
| 2928 | 2026-07-21T22:53:00.554Z | dflt 18.712885250 |
| 2929 | 2026-07-21T22:53:00.554Z | kflt 0.028735909 |
| 2930 | 2026-07-21T22:53:00.554Z | lock 6:39:05.114301530 |
| 2931 | 2026-07-21T22:53:00.554Z | slp 2:11:00.198257497 |
| 2932 | 2026-07-21T22:53:00.554Z | lat 2:18.252865332 |
| 2933 | 2026-07-21T22:53:00.554Z | stop 5:05.676720069 |
| 2934 | 2026-07-21T22:53:00.554Z | + mapfile -t packages |
| 2935 | 2026-07-21T22:53:00.554Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2936 | 2026-07-21T22:53:01.455Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2937 | 2026-07-21T22:53:01.522Z | Running `target/release/omicron-package -t test list-outputs` |
| 2938 | 2026-07-21T22:53:01.579Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2939 | 2026-07-21T22:53:01.582Z | + ptime -m cargo build --locked --release -p xtask |
| 2940 | 2026-07-21T22:53:02.054Z | Compiling libc v0.2.185 |
| 2941 | 2026-07-21T22:53:02.054Z | Compiling serde_core v1.0.228 |
| 2942 | 2026-07-21T22:53:02.054Z | Compiling serde v1.0.228 |
| 2943 | 2026-07-21T22:53:02.057Z | Compiling rustix v1.1.3 |
| 2944 | 2026-07-21T22:53:02.057Z | Compiling serde_json v1.0.150 |
| 2945 | 2026-07-21T22:53:02.150Z | Compiling bitflags v2.11.0 |
| 2946 | 2026-07-21T22:53:02.208Z | Compiling usdt-impl v0.5.0 |
| 2947 | 2026-07-21T22:53:02.221Z | Compiling syn v2.0.117 |
| 2948 | 2026-07-21T22:53:02.224Z | Compiling syn v1.0.109 |
| 2949 | 2026-07-21T22:53:02.242Z | Compiling log v0.4.29 |
| 2950 | 2026-07-21T22:53:02.253Z | Compiling getrandom v0.4.1 |
| 2951 | 2026-07-21T22:53:02.263Z | Compiling indexmap v2.14.0 |
| 2952 | 2026-07-21T22:53:02.275Z | Compiling fs-err v3.3.0 |
| 2953 | 2026-07-21T22:53:02.497Z | Compiling anyhow v1.0.102 |
| 2954 | 2026-07-21T22:53:02.543Z | Compiling once_cell v1.21.3 |
| 2955 | 2026-07-21T22:53:02.557Z | Compiling heck v0.4.1 |
| 2956 | 2026-07-21T22:53:02.938Z | Compiling thread-id v4.2.2 |
| 2957 | 2026-07-21T22:53:02.964Z | Compiling errno v0.3.14 |
| 2958 | 2026-07-21T22:53:02.967Z | Compiling memmap v0.7.0 |
| 2959 | 2026-07-21T22:53:03.692Z | Compiling proc-macro-error v1.0.4 |
| 2960 | 2026-07-21T22:53:03.933Z | Compiling terminal_size v0.4.3 |
| 2961 | 2026-07-21T22:53:03.933Z | Compiling tempfile v3.25.0 |
| 2962 | 2026-07-21T22:53:03.955Z | Compiling tabled_derive v0.7.0 |
| 2963 | 2026-07-21T22:53:04.040Z | Compiling clap_builder v4.6.0 |
| 2964 | 2026-07-21T22:53:04.041Z | Compiling textwrap v0.16.2 |
| 2965 | 2026-07-21T22:53:04.326Z | Compiling camino v1.2.2 |
| 2966 | 2026-07-21T22:53:04.326Z | Compiling semver v1.0.28 |
| 2967 | 2026-07-21T22:53:04.358Z | Compiling cargo-platform v0.3.2 |
| 2968 | 2026-07-21T22:53:04.476Z | Compiling pest_generator v2.8.6 |
| 2969 | 2026-07-21T22:53:04.633Z | Compiling camino-tempfile v1.4.1 |
| 2970 | 2026-07-21T22:53:04.660Z | Compiling tabled v0.15.0 |
| 2971 | 2026-07-21T22:53:04.935Z | Compiling serde_derive v1.0.228 |
| 2972 | 2026-07-21T22:53:04.935Z | Compiling thiserror-impl v1.0.69 |
| 2973 | 2026-07-21T22:53:04.938Z | Compiling zerocopy-derive v0.7.35 |
| 2974 | 2026-07-21T22:53:04.938Z | Compiling scroll_derive v0.12.1 |
| 2975 | 2026-07-21T22:53:04.938Z | Compiling thiserror-impl v2.0.18 |
| 2976 | 2026-07-21T22:53:04.938Z | Compiling clap_derive v4.6.1 |
| 2977 | 2026-07-21T22:53:05.002Z | Compiling pest_derive v2.8.6 |
| 2978 | 2026-07-21T22:53:05.659Z | Compiling scroll v0.12.0 |
| 2979 | 2026-07-21T22:53:05.802Z | Compiling zerocopy v0.7.35 |
| 2980 | 2026-07-21T22:53:05.914Z | Compiling goblin v0.8.2 |
| 2981 | 2026-07-21T22:53:06.111Z | Compiling thiserror v1.0.69 |
| 2982 | 2026-07-21T22:53:06.221Z | Compiling dtrace-parser v0.2.0 |
| 2983 | 2026-07-21T22:53:06.403Z | Compiling thiserror v2.0.18 |
| 2984 | 2026-07-21T22:53:06.415Z | Compiling clap v4.6.1 |
| 2985 | 2026-07-21T22:53:08.166Z | Compiling dof v0.3.0 |
| 2986 | 2026-07-21T22:53:08.192Z | Compiling serde_tokenstream v0.2.3 |
| 2987 | 2026-07-21T22:53:08.227Z | Compiling toml_datetime v0.6.11 |
| 2988 | 2026-07-21T22:53:08.259Z | Compiling serde_spanned v0.6.9 |
| 2989 | 2026-07-21T22:53:08.320Z | Compiling cargo_metadata v0.23.1 |
| 2990 | 2026-07-21T22:53:08.366Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2991 | 2026-07-21T22:53:08.411Z | Compiling macaddr v1.0.1 |
| 2992 | 2026-07-21T22:53:08.451Z | Compiling toml_edit v0.22.27 |
| 2993 | 2026-07-21T22:53:08.890Z | Compiling usdt-attr-macro v0.5.0 |
| 2994 | 2026-07-21T22:53:08.903Z | Compiling usdt-macro v0.5.0 |
| 2995 | 2026-07-21T22:53:09.564Z | Compiling usdt v0.5.0 |
| 2996 | 2026-07-21T22:53:09.980Z | Compiling toml v0.8.23 |
| 2997 | 2026-07-21T22:53:10.412Z | Compiling cargo_toml v0.21.0 |
| 2998 | 2026-07-21T22:53:14.859Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2999 | 2026-07-21T22:53:18.076Z | Finished `release` profile [optimized] target(s) in 16.48s |
| 3000 | 2026-07-21T22:53:18.220Z | |
| 3001 | 2026-07-21T22:53:18.220Z | real 16.600666822 |
| 3002 | 2026-07-21T22:53:18.223Z | user 2:05.535845016 |
| 3003 | 2026-07-21T22:53:18.223Z | sys 14.221735372 |
| 3004 | 2026-07-21T22:53:18.223Z | trap 0.079231698 |
| 3005 | 2026-07-21T22:53:18.223Z | tflt 0.378456947 |
| 3006 | 2026-07-21T22:53:18.223Z | dflt 1.492563853 |
| 3007 | 2026-07-21T22:53:18.223Z | kflt 0.000023350 |
| 3008 | 2026-07-21T22:53:18.223Z | lock 4:35.088611675 |
| 3009 | 2026-07-21T22:53:18.223Z | slp 2:47.788198629 |
| 3010 | 2026-07-21T22:53:18.223Z | lat 4.238199958 |
| 3011 | 2026-07-21T22:53:18.223Z | stop 14.653374194 |
| 3012 | 2026-07-21T22:53:18.223Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3013 | 2026-07-21T22:53:18.223Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3014 | 2026-07-21T22:53:18.223Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3015 | 2026-07-21T22:53:18.224Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3016 | 2026-07-21T22:53:18.224Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3017 | 2026-07-21T22:53:19.141Z | Compiling progenitor-client v0.14.0 |
| 3018 | 2026-07-21T22:53:19.141Z | Compiling newtype-uuid-macros v0.1.0 |
| 3019 | 2026-07-21T22:53:19.142Z | Compiling match_cfg v0.1.0 |
| 3020 | 2026-07-21T22:53:19.145Z | Compiling slog-json v2.6.1 |
| 3021 | 2026-07-21T22:53:19.145Z | Compiling structmeta-derive v0.3.0 |
| 3022 | 2026-07-21T22:53:19.145Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3023 | 2026-07-21T22:53:19.289Z | Compiling sha1 v0.11.0 |
| 3024 | 2026-07-21T22:53:19.292Z | Compiling multer v3.1.0 |
| 3025 | 2026-07-21T22:53:19.293Z | Compiling compression-core v0.4.31 |
| 3026 | 2026-07-21T22:53:19.306Z | Compiling debug-ignore v1.0.5 |
| 3027 | 2026-07-21T22:53:19.309Z | Compiling itertools v0.14.0 |
| 3028 | 2026-07-21T22:53:19.309Z | Compiling async-stream-impl v0.3.6 |
| 3029 | 2026-07-21T22:53:19.309Z | Compiling serde_spanned v1.1.1 |
| 3030 | 2026-07-21T22:53:19.309Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3031 | 2026-07-21T22:53:19.334Z | Compiling dropshot v0.17.1 |
| 3032 | 2026-07-21T22:53:19.351Z | Compiling hostname v0.3.1 |
| 3033 | 2026-07-21T22:53:19.366Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3034 | 2026-07-21T22:53:19.446Z | Compiling waitgroup v0.1.2 |
| 3035 | 2026-07-21T22:53:19.528Z | Compiling rustls-pemfile v2.2.0 |
| 3036 | 2026-07-21T22:53:19.559Z | Compiling dropshot_endpoint v0.17.1 |
| 3037 | 2026-07-21T22:53:19.590Z | Compiling compression-codecs v0.4.37 |
| 3038 | 2026-07-21T22:53:19.622Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3039 | 2026-07-21T22:53:19.634Z | Compiling hostname v0.4.2 |
| 3040 | 2026-07-21T22:53:19.735Z | Compiling slog-bunyan v2.5.0 |
| 3041 | 2026-07-21T22:53:19.872Z | Compiling async-compression v0.4.41 |
| 3042 | 2026-07-21T22:53:19.882Z | Compiling serde_path_to_error v0.1.20 |
| 3043 | 2026-07-21T22:53:19.882Z | Compiling atomicwrites v0.4.4 |
| 3044 | 2026-07-21T22:53:19.882Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3045 | 2026-07-21T22:53:19.882Z | Compiling macaddr v1.0.1 |
| 3046 | 2026-07-21T22:53:19.882Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3047 | 2026-07-21T22:53:19.912Z | Compiling instant v0.1.13 |
| 3048 | 2026-07-21T22:53:19.939Z | Compiling regress v0.10.5 |
| 3049 | 2026-07-21T22:53:19.961Z | Compiling backon v1.6.0 |
| 3050 | 2026-07-21T22:53:19.983Z | Compiling async-stream v0.3.6 |
| 3051 | 2026-07-21T22:53:20.018Z | Compiling backoff v0.4.0 |
| 3052 | 2026-07-21T22:53:20.037Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3053 | 2026-07-21T22:53:20.054Z | Compiling humantime v2.3.0 |
| 3054 | 2026-07-21T22:53:20.100Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3055 | 2026-07-21T22:53:20.117Z | Compiling half v2.7.1 |
| 3056 | 2026-07-21T22:53:20.135Z | Compiling progenitor-extras v0.2.0 |
| 3057 | 2026-07-21T22:53:20.155Z | Compiling ciborium-io v0.2.2 |
| 3058 | 2026-07-21T22:53:20.181Z | Compiling crucible-workspace-hack v0.1.0 |
| 3059 | 2026-07-21T22:53:20.197Z | Compiling regress v0.11.1 |
| 3060 | 2026-07-21T22:53:20.259Z | Compiling convert_case v0.4.0 |
| 3061 | 2026-07-21T22:53:20.278Z | Compiling secrecy v0.10.3 |
| 3062 | 2026-07-21T22:53:20.339Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3063 | 2026-07-21T22:53:20.356Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3064 | 2026-07-21T22:53:20.371Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3065 | 2026-07-21T22:53:20.427Z | Compiling ciborium-ll v0.2.2 |
| 3066 | 2026-07-21T22:53:20.445Z | Compiling inout v0.1.4 |
| 3067 | 2026-07-21T22:53:20.462Z | Compiling unsafe-libyaml v0.2.11 |
| 3068 | 2026-07-21T22:53:20.507Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3069 | 2026-07-21T22:53:20.531Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3070 | 2026-07-21T22:53:20.569Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3071 | 2026-07-21T22:53:20.626Z | Compiling structmeta v0.3.0 |
| 3072 | 2026-07-21T22:53:20.644Z | Compiling ciborium v0.2.2 |
| 3073 | 2026-07-21T22:53:20.664Z | Compiling derive_more v0.99.20 |
| 3074 | 2026-07-21T22:53:20.681Z | Compiling cipher v0.4.4 |
| 3075 | 2026-07-21T22:53:20.709Z | Compiling universal-hash v0.5.1 |
| 3076 | 2026-07-21T22:53:20.727Z | Compiling opaque-debug v0.3.1 |
| 3077 | 2026-07-21T22:53:20.745Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3078 | 2026-07-21T22:53:20.780Z | Compiling blake2 v0.10.6 |
| 3079 | 2026-07-21T22:53:20.798Z | Compiling aead v0.5.2 |
| 3080 | 2026-07-21T22:53:20.822Z | Compiling poly1305 v0.8.0 |
| 3081 | 2026-07-21T22:53:20.861Z | Compiling password-hash v0.5.0 |
| 3082 | 2026-07-21T22:53:20.878Z | Compiling derive-ex v0.1.8 |
| 3083 | 2026-07-21T22:53:21.011Z | Compiling parse-display-derive v0.10.0 |
| 3084 | 2026-07-21T22:53:21.015Z | Compiling chacha20 v0.9.1 |
| 3085 | 2026-07-21T22:53:21.020Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3086 | 2026-07-21T22:53:21.239Z | Compiling serde_yaml v0.9.34+deprecated |
| 3087 | 2026-07-21T22:53:21.257Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3088 | 2026-07-21T22:53:21.276Z | Compiling indent_write v2.2.0 |
| 3089 | 2026-07-21T22:53:21.295Z | Compiling chacha20poly1305 v0.10.1 |
| 3090 | 2026-07-21T22:53:21.295Z | Compiling argon2 v0.5.3 |
| 3091 | 2026-07-21T22:53:21.375Z | Compiling darling_core v0.21.3 |
| 3092 | 2026-07-21T22:53:21.439Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3093 | 2026-07-21T22:53:21.476Z | Compiling heapless v0.8.0 |
| 3094 | 2026-07-21T22:53:21.539Z | Compiling tabwriter v1.4.1 |
| 3095 | 2026-07-21T22:53:21.599Z | Compiling hash32 v0.3.1 |
| 3096 | 2026-07-21T22:53:21.783Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3097 | 2026-07-21T22:53:21.805Z | Compiling typify-impl v0.6.2 |
| 3098 | 2026-07-21T22:53:21.809Z | Compiling thiserror-no-std v2.0.2 |
| 3099 | 2026-07-21T22:53:21.936Z | Compiling vsss-rs v3.3.4 |
| 3100 | 2026-07-21T22:53:22.073Z | Compiling proc-macro-crate v3.4.0 |
| 3101 | 2026-07-21T22:53:22.082Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3102 | 2026-07-21T22:53:22.326Z | Compiling smoltcp v0.11.0 |
| 3103 | 2026-07-21T22:53:22.552Z | Compiling cobs v0.3.0 |
| 3104 | 2026-07-21T22:53:22.622Z | Compiling num_enum_derive v0.7.6 |
| 3105 | 2026-07-21T22:53:22.672Z | Compiling test-strategy v0.4.5 |
| 3106 | 2026-07-21T22:53:22.737Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3107 | 2026-07-21T22:53:22.763Z | Compiling parse-display v0.10.0 |
| 3108 | 2026-07-21T22:53:22.781Z | Compiling colored v3.1.1 |
| 3109 | 2026-07-21T22:53:22.820Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3110 | 2026-07-21T22:53:22.866Z | Compiling postcard v1.1.3 |
| 3111 | 2026-07-21T22:53:23.102Z | Compiling proc-macro-error v1.0.4 |
| 3112 | 2026-07-21T22:53:23.134Z | Compiling proc-macro-crate v1.3.1 |
| 3113 | 2026-07-21T22:53:23.201Z | Compiling rand v0.10.1 |
| 3114 | 2026-07-21T22:53:23.221Z | Compiling foreign-types-macros v0.2.3 |
| 3115 | 2026-07-21T22:53:23.224Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3116 | 2026-07-21T22:53:23.258Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3117 | 2026-07-21T22:53:23.346Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3118 | 2026-07-21T22:53:23.450Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3119 | 2026-07-21T22:53:23.524Z | Compiling foreign-types-shared v0.3.1 |
| 3120 | 2026-07-21T22:53:23.547Z | Compiling rayon-core v1.13.0 |
| 3121 | 2026-07-21T22:53:23.602Z | Compiling num_enum_derive v0.5.11 |
| 3122 | 2026-07-21T22:53:23.634Z | Compiling crossbeam-deque v0.8.6 |
| 3123 | 2026-07-21T22:53:23.652Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3124 | 2026-07-21T22:53:23.725Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3125 | 2026-07-21T22:53:23.767Z | Compiling cstr-argument v0.1.2 |
| 3126 | 2026-07-21T22:53:23.806Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3127 | 2026-07-21T22:53:23.823Z | Compiling num_enum v0.7.6 |
| 3128 | 2026-07-21T22:53:23.908Z | Compiling foreign-types v0.5.0 |
| 3129 | 2026-07-21T22:53:23.943Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3130 | 2026-07-21T22:53:23.973Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3131 | 2026-07-21T22:53:23.995Z | Compiling darling_macro v0.21.3 |
| 3132 | 2026-07-21T22:53:24.014Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3133 | 2026-07-21T22:53:24.081Z | Compiling zone_cfg_derive v0.3.1 |
| 3134 | 2026-07-21T22:53:24.164Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3135 | 2026-07-21T22:53:24.181Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3136 | 2026-07-21T22:53:24.201Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3137 | 2026-07-21T22:53:24.249Z | Compiling itertools v0.12.1 |
| 3138 | 2026-07-21T22:53:24.290Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3139 | 2026-07-21T22:53:24.325Z | Compiling rayon v1.11.0 |
| 3140 | 2026-07-21T22:53:24.361Z | Compiling num-derive v0.4.2 |
| 3141 | 2026-07-21T22:53:24.392Z | Compiling sigpipe v0.1.3 |
| 3142 | 2026-07-21T22:53:24.431Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3143 | 2026-07-21T22:53:24.503Z | Compiling cpubits v0.1.1 |
| 3144 | 2026-07-21T22:53:24.521Z | Compiling glob v0.3.3 |
| 3145 | 2026-07-21T22:53:24.576Z | Compiling darling v0.21.3 |
| 3146 | 2026-07-21T22:53:24.595Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3147 | 2026-07-21T22:53:24.608Z | Compiling smf v0.2.3 |
| 3148 | 2026-07-21T22:53:24.713Z | Compiling ingot-macros v0.1.1 |
| 3149 | 2026-07-21T22:53:24.719Z | Compiling whoami v1.6.1 |
| 3150 | 2026-07-21T22:53:24.760Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3151 | 2026-07-21T22:53:24.813Z | Compiling num_enum v0.5.11 |
| 3152 | 2026-07-21T22:53:24.870Z | Compiling usdt-attr-macro v0.5.0 |
| 3153 | 2026-07-21T22:53:24.904Z | Compiling gethostname v0.5.0 |
| 3154 | 2026-07-21T22:53:24.921Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3155 | 2026-07-21T22:53:24.941Z | Compiling usdt-macro v0.5.0 |
| 3156 | 2026-07-21T22:53:24.957Z | Compiling num-rational v0.4.2 |
| 3157 | 2026-07-21T22:53:25.026Z | Compiling pem-rfc7468 v1.0.0 |
| 3158 | 2026-07-21T22:53:25.055Z | Compiling num-complex v0.4.6 |
| 3159 | 2026-07-21T22:53:25.248Z | Compiling derive-where v1.6.0 |
| 3160 | 2026-07-21T22:53:25.355Z | Compiling memmap v0.7.0 |
| 3161 | 2026-07-21T22:53:25.372Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3162 | 2026-07-21T22:53:25.423Z | Compiling zone v0.3.1 |
| 3163 | 2026-07-21T22:53:25.474Z | Compiling num v0.4.3 |
| 3164 | 2026-07-21T22:53:25.549Z | Compiling float-ord v0.3.2 |
| 3165 | 2026-07-21T22:53:25.566Z | Compiling toml v0.8.23 |
| 3166 | 2026-07-21T22:53:25.584Z | Compiling hmac v0.13.0 |
| 3167 | 2026-07-21T22:53:25.587Z | Compiling universal-hash v0.6.1 |
| 3168 | 2026-07-21T22:53:25.703Z | Compiling resolv-conf v0.7.6 |
| 3169 | 2026-07-21T22:53:25.739Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3170 | 2026-07-21T22:53:25.758Z | Compiling usdt v0.5.0 |
| 3171 | 2026-07-21T22:53:25.776Z | Compiling cancel-safe-futures v0.1.5 |
| 3172 | 2026-07-21T22:53:25.791Z | Compiling polyval v0.7.1 |
| 3173 | 2026-07-21T22:53:25.810Z | Compiling der v0.8.0 |
| 3174 | 2026-07-21T22:53:25.897Z | Compiling prettyplease v0.2.37 |
| 3175 | 2026-07-21T22:53:25.918Z | Compiling pbkdf2 v0.13.0 |
| 3176 | 2026-07-21T22:53:26.034Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-07-21T22:53:26.080Z | Compiling ghash v0.6.0 |
| 3178 | 2026-07-21T22:53:26.083Z | Compiling aes v0.9.1 |
| 3179 | 2026-07-21T22:53:26.083Z | Compiling console v0.15.11 |
| 3180 | 2026-07-21T22:53:26.153Z | Compiling hickory-proto v0.24.4 |
| 3181 | 2026-07-21T22:53:26.170Z | Compiling newline-converter v0.3.0 |
| 3182 | 2026-07-21T22:53:26.214Z | Compiling ctr v0.10.1 |
| 3183 | 2026-07-21T22:53:26.230Z | Compiling aead v0.6.1 |
| 3184 | 2026-07-21T22:53:26.249Z | Compiling sha2 v0.11.0 |
| 3185 | 2026-07-21T22:53:26.316Z | Compiling libefi-sys v0.1.0 |
| 3186 | 2026-07-21T22:53:26.426Z | Compiling linear-map v1.2.0 |
| 3187 | 2026-07-21T22:53:26.448Z | Compiling linked-hash-map v0.5.6 |
| 3188 | 2026-07-21T22:53:26.466Z | Compiling expectorate v1.2.0 |
| 3189 | 2026-07-21T22:53:26.482Z | Compiling typify-macro v0.6.2 |
| 3190 | 2026-07-21T22:53:26.576Z | Compiling aes-gcm v0.11.0 |
| 3191 | 2026-07-21T22:53:26.629Z | Compiling oxide-update-engine-types v0.1.2 |
| 3192 | 2026-07-21T22:53:26.648Z | Compiling lru-cache v0.1.2 |
| 3193 | 2026-07-21T22:53:26.685Z | Compiling crypto-bigint v0.7.5 |
| 3194 | 2026-07-21T22:53:26.688Z | Compiling cbc v0.2.1 |
| 3195 | 2026-07-21T22:53:26.735Z | Compiling spki v0.8.0 |
| 3196 | 2026-07-21T22:53:26.802Z | Compiling salsa20 v0.11.0 |
| 3197 | 2026-07-21T22:53:26.819Z | Compiling bitfield-struct v0.6.2 |
| 3198 | 2026-07-21T22:53:26.890Z | Compiling nom v8.0.0 |
| 3199 | 2026-07-21T22:53:26.981Z | Compiling semver v0.1.20 |
| 3200 | 2026-07-21T22:53:26.996Z | Compiling scrypt v0.12.0 |
| 3201 | 2026-07-21T22:53:27.120Z | Compiling tokio-dtrace v0.1.1 |
| 3202 | 2026-07-21T22:53:27.249Z | Compiling rustc_version v0.1.7 |
| 3203 | 2026-07-21T22:53:27.301Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3204 | 2026-07-21T22:53:27.322Z | Compiling slog-dtrace v0.3.0 |
| 3205 | 2026-07-21T22:53:27.339Z | Compiling minimal-lexical v0.2.1 |
| 3206 | 2026-07-21T22:53:27.443Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3207 | 2026-07-21T22:53:27.516Z | Compiling newtype_derive v0.1.6 |
| 3208 | 2026-07-21T22:53:27.533Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-07-21T22:53:27.552Z | Compiling oxide-tokio-rt v0.1.4 |
| 3210 | 2026-07-21T22:53:27.632Z | Compiling oxide-update-engine v0.1.2 |
| 3211 | 2026-07-21T22:53:27.649Z | Compiling nom v7.1.3 |
| 3212 | 2026-07-21T22:53:27.667Z | Compiling ingot-types v0.1.2 |
| 3213 | 2026-07-21T22:53:27.671Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3214 | 2026-07-21T22:53:27.754Z | Compiling pkcs5 v0.8.1 |
| 3215 | 2026-07-21T22:53:27.847Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2026-07-21T22:53:27.866Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3217 | 2026-07-21T22:53:27.884Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3218 | 2026-07-21T22:53:27.900Z | Compiling phf_shared v0.12.1 |
| 3219 | 2026-07-21T22:53:27.916Z | Compiling csv-core v0.1.13 |
| 3220 | 2026-07-21T22:53:28.120Z | Compiling ingot v0.1.1 |
| 3221 | 2026-07-21T22:53:28.138Z | Compiling xshell-macros v0.2.7 |
| 3222 | 2026-07-21T22:53:28.170Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-07-21T22:53:28.220Z | Compiling highway v1.3.0 |
| 3224 | 2026-07-21T22:53:28.268Z | Compiling unicode-xid v0.2.6 |
| 3225 | 2026-07-21T22:53:28.345Z | Compiling hickory-resolver v0.24.4 |
| 3226 | 2026-07-21T22:53:28.364Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3227 | 2026-07-21T22:53:28.385Z | Compiling typify v0.6.2 |
| 3228 | 2026-07-21T22:53:28.423Z | Compiling const_format_proc_macros v0.2.34 |
| 3229 | 2026-07-21T22:53:28.443Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3230 | 2026-07-21T22:53:28.461Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3231 | 2026-07-21T22:53:28.495Z | Compiling progenitor-impl v0.14.0 |
| 3232 | 2026-07-21T22:53:28.518Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3233 | 2026-07-21T22:53:28.585Z | Compiling xshell v0.2.7 |
| 3234 | 2026-07-21T22:53:28.617Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3235 | 2026-07-21T22:53:29.112Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3236 | 2026-07-21T22:53:29.129Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3237 | 2026-07-21T22:53:29.299Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-07-21T22:53:29.357Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3239 | 2026-07-21T22:53:29.476Z | Compiling qorb v0.4.1 |
| 3240 | 2026-07-21T22:53:29.494Z | Compiling csv v1.4.0 |
| 3241 | 2026-07-21T22:53:29.663Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3242 | 2026-07-21T22:53:29.844Z | Compiling pkcs8 v0.11.0 |
| 3243 | 2026-07-21T22:53:29.885Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3244 | 2026-07-21T22:53:30.074Z | Compiling phf v0.12.1 |
| 3245 | 2026-07-21T22:53:30.163Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3246 | 2026-07-21T22:53:30.210Z | Compiling owo-colors v4.3.0 |
| 3247 | 2026-07-21T22:53:30.347Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3248 | 2026-07-21T22:53:30.380Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3249 | 2026-07-21T22:53:30.513Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3250 | 2026-07-21T22:53:30.602Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3251 | 2026-07-21T22:53:30.637Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3252 | 2026-07-21T22:53:30.759Z | Compiling const_format v0.2.35 |
| 3253 | 2026-07-21T22:53:30.776Z | Compiling tabled_derive v0.7.0 |
| 3254 | 2026-07-21T22:53:30.799Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3255 | 2026-07-21T22:53:31.104Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3256 | 2026-07-21T22:53:31.191Z | Compiling progenitor-macro v0.14.0 |
| 3257 | 2026-07-21T22:53:31.250Z | Compiling bcs v0.1.6 |
| 3258 | 2026-07-21T22:53:31.268Z | Compiling ff v0.14.0 |
| 3259 | 2026-07-21T22:53:31.400Z | Compiling salty v0.3.0 |
| 3260 | 2026-07-21T22:53:31.439Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3261 | 2026-07-21T22:53:31.573Z | Compiling termtree v0.5.1 |
| 3262 | 2026-07-21T22:53:31.598Z | Compiling tagptr v0.2.0 |
| 3263 | 2026-07-21T22:53:31.612Z | Compiling textwrap v0.16.2 |
| 3264 | 2026-07-21T22:53:31.725Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3265 | 2026-07-21T22:53:31.780Z | Compiling moka v0.12.13 |
| 3266 | 2026-07-21T22:53:31.826Z | Compiling tabled v0.15.0 |
| 3267 | 2026-07-21T22:53:31.969Z | Compiling steno v0.4.1 |
| 3268 | 2026-07-21T22:53:32.042Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3269 | 2026-07-21T22:53:32.059Z | Compiling sha1 v0.10.6 |
| 3270 | 2026-07-21T22:53:32.082Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3271 | 2026-07-21T22:53:32.109Z | Compiling signature v3.0.0 |
| 3272 | 2026-07-21T22:53:32.205Z | Compiling radium v0.7.0 |
| 3273 | 2026-07-21T22:53:32.327Z | Compiling base16ct v1.0.0 |
| 3274 | 2026-07-21T22:53:32.345Z | Compiling base64 v0.21.7 |
| 3275 | 2026-07-21T22:53:32.525Z | Compiling hickory-resolver v0.25.2 |
| 3276 | 2026-07-21T22:53:32.560Z | Compiling sec1 v0.8.1 |
| 3277 | 2026-07-21T22:53:32.582Z | Compiling group v0.14.0 |
| 3278 | 2026-07-21T22:53:32.600Z | Compiling hkdf v0.13.0 |
| 3279 | 2026-07-21T22:53:32.699Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3280 | 2026-07-21T22:53:32.819Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3281 | 2026-07-21T22:53:32.836Z | Compiling rfc6979 v0.4.0 |
| 3282 | 2026-07-21T22:53:32.837Z | Compiling maybe-uninit v2.0.0 |
| 3283 | 2026-07-21T22:53:32.904Z | Compiling tap v1.0.1 |
| 3284 | 2026-07-21T22:53:32.921Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3285 | 2026-07-21T22:53:33.026Z | Compiling ecdsa v0.16.9 |
| 3286 | 2026-07-21T22:53:33.085Z | Compiling wyz v0.5.1 |
| 3287 | 2026-07-21T22:53:33.312Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3288 | 2026-07-21T22:53:33.467Z | Compiling primeorder v0.13.6 |
| 3289 | 2026-07-21T22:53:33.521Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3290 | 2026-07-21T22:53:33.646Z | Compiling funty v2.0.0 |
| 3291 | 2026-07-21T22:53:33.672Z | Compiling packed_struct v0.10.1 |
| 3292 | 2026-07-21T22:53:33.784Z | Compiling parking_lot_core v0.8.6 |
| 3293 | 2026-07-21T22:53:33.790Z | Compiling utf-8 v0.7.6 |
| 3294 | 2026-07-21T22:53:33.980Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3295 | 2026-07-21T22:53:33.998Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3296 | 2026-07-21T22:53:34.001Z | Compiling proc-macro-error2 v2.0.1 |
| 3297 | 2026-07-21T22:53:34.088Z | Compiling bitvec v1.0.1 |
| 3298 | 2026-07-21T22:53:34.136Z | Compiling tungstenite v0.21.0 |
| 3299 | 2026-07-21T22:53:34.271Z | Compiling p384 v0.13.1 |
| 3300 | 2026-07-21T22:53:34.305Z | Compiling rfc6979 v0.5.0 |
| 3301 | 2026-07-21T22:53:34.378Z | Compiling git-stub v1.0.0 |
| 3302 | 2026-07-21T22:53:34.396Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3303 | 2026-07-21T22:53:34.482Z | Compiling num-derive v0.3.3 |
| 3304 | 2026-07-21T22:53:34.485Z | Compiling packed_struct_codegen v0.10.1 |
| 3305 | 2026-07-21T22:53:34.568Z | Compiling bitfield-macros v0.19.4 |
| 3306 | 2026-07-21T22:53:34.674Z | Compiling zerocopy-derive v0.6.6 |
| 3307 | 2026-07-21T22:53:34.696Z | Compiling indexmap v1.9.3 |
| 3308 | 2026-07-21T22:53:34.878Z | Compiling nodrop v0.1.14 |
| 3309 | 2026-07-21T22:53:34.956Z | Compiling crc-catalog v2.4.0 |
| 3310 | 2026-07-21T22:53:35.011Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3311 | 2026-07-21T22:53:35.029Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3312 | 2026-07-21T22:53:35.029Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3313 | 2026-07-21T22:53:35.037Z | Compiling array-init v0.0.4 |
| 3314 | 2026-07-21T22:53:35.083Z | Compiling crc v3.4.0 |
| 3315 | 2026-07-21T22:53:35.219Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3316 | 2026-07-21T22:53:35.278Z | Compiling tokio-tungstenite v0.21.0 |
| 3317 | 2026-07-21T22:53:35.338Z | Compiling git-stub-vcs v0.1.0 |
| 3318 | 2026-07-21T22:53:35.357Z | Compiling bitfield v0.19.4 |
| 3319 | 2026-07-21T22:53:35.373Z | Compiling ecdsa v0.17.0-rc.18 |
| 3320 | 2026-07-21T22:53:35.426Z | Compiling tabled_derive v0.11.0 |
| 3321 | 2026-07-21T22:53:35.487Z | Compiling libscf-sys v1.1.0 |
| 3322 | 2026-07-21T22:53:35.595Z | Compiling zerocopy v0.6.6 |
| 3323 | 2026-07-21T22:53:35.613Z | Compiling smallvec v0.6.14 |
| 3324 | 2026-07-21T22:53:35.673Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-07-21T22:53:35.708Z | Compiling primeorder v0.14.0-rc.10 |
| 3326 | 2026-07-21T22:53:35.729Z | Compiling primefield v0.14.0 |
| 3327 | 2026-07-21T22:53:35.841Z | Compiling progenitor-impl v0.13.0 |
| 3328 | 2026-07-21T22:53:35.856Z | Compiling papergrid v0.17.0 |
| 3329 | 2026-07-21T22:53:35.873Z | Compiling testing_table v0.3.0 |
| 3330 | 2026-07-21T22:53:35.959Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3331 | 2026-07-21T22:53:35.988Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3332 | 2026-07-21T22:53:35.988Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3333 | 2026-07-21T22:53:36.064Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3334 | 2026-07-21T22:53:36.067Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3335 | 2026-07-21T22:53:36.099Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3336 | 2026-07-21T22:53:36.154Z | Compiling unicase v2.9.0 |
| 3337 | 2026-07-21T22:53:36.255Z | Compiling hashbrown v0.12.3 |
| 3338 | 2026-07-21T22:53:36.309Z | Compiling progenitor v0.14.0 |
| 3339 | 2026-07-21T22:53:36.331Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3340 | 2026-07-21T22:53:36.350Z | Compiling corncobs v0.1.4 |
| 3341 | 2026-07-21T22:53:36.388Z | Compiling mime_guess v2.0.5 |
| 3342 | 2026-07-21T22:53:36.481Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3343 | 2026-07-21T22:53:36.499Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3344 | 2026-07-21T22:53:36.515Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3345 | 2026-07-21T22:53:36.554Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-07-21T22:53:36.600Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3347 | 2026-07-21T22:53:36.644Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3348 | 2026-07-21T22:53:36.673Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3349 | 2026-07-21T22:53:36.789Z | Compiling parking_lot v0.11.2 |
| 3350 | 2026-07-21T22:53:36.896Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3351 | 2026-07-21T22:53:36.991Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3352 | 2026-07-21T22:53:36.994Z | Compiling tabled v0.20.0 |
| 3353 | 2026-07-21T22:53:37.025Z | Compiling serde-hex v0.1.0 |
| 3354 | 2026-07-21T22:53:37.029Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3355 | 2026-07-21T22:53:37.058Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3356 | 2026-07-21T22:53:37.212Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3357 | 2026-07-21T22:53:37.319Z | Compiling ron v0.8.1 |
| 3358 | 2026-07-21T22:53:37.432Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3359 | 2026-07-21T22:53:37.450Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3360 | 2026-07-21T22:53:37.559Z | Compiling hashbrown v0.13.2 |
| 3361 | 2026-07-21T22:53:37.575Z | Compiling progenitor-client v0.13.0 |
| 3362 | 2026-07-21T22:53:37.661Z | Compiling prefix-trie v0.7.0 |
| 3363 | 2026-07-21T22:53:37.828Z | Compiling fxhash v0.2.1 |
| 3364 | 2026-07-21T22:53:37.917Z | Compiling secrecy v0.8.0 |
| 3365 | 2026-07-21T22:53:38.052Z | Compiling crc-any v2.5.0 |
| 3366 | 2026-07-21T22:53:38.091Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3367 | 2026-07-21T22:53:38.110Z | Compiling hickory-server v0.25.2 |
| 3368 | 2026-07-21T22:53:38.323Z | Compiling sled v0.34.7 |
| 3369 | 2026-07-21T22:53:38.369Z | Compiling object v0.30.4 |
| 3370 | 2026-07-21T22:53:38.386Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3371 | 2026-07-21T22:53:38.545Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3372 | 2026-07-21T22:53:38.726Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3373 | 2026-07-21T22:53:38.843Z | Compiling progenitor-macro v0.13.0 |
| 3374 | 2026-07-21T22:53:39.294Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3375 | 2026-07-21T22:53:39.330Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3376 | 2026-07-21T22:53:39.700Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3377 | 2026-07-21T22:53:39.758Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3378 | 2026-07-21T22:53:39.889Z | Compiling ed25519 v3.0.0 |
| 3379 | 2026-07-21T22:53:40.042Z | Compiling crypto-primes v0.7.2 |
| 3380 | 2026-07-21T22:53:40.195Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3381 | 2026-07-21T22:53:40.328Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3382 | 2026-07-21T22:53:40.617Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3383 | 2026-07-21T22:53:40.930Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3384 | 2026-07-21T22:53:41.027Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3385 | 2026-07-21T22:53:41.155Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3386 | 2026-07-21T22:53:41.166Z | Compiling poly1305 v0.9.0 |
| 3387 | 2026-07-21T22:53:41.404Z | Compiling blowfish v0.10.0 |
| 3388 | 2026-07-21T22:53:41.421Z | Compiling blake2 v0.11.0-rc.6 |
| 3389 | 2026-07-21T22:53:41.437Z | Compiling keccak v0.2.0 |
| 3390 | 2026-07-21T22:53:41.497Z | Compiling http-range v0.1.5 |
| 3391 | 2026-07-21T22:53:41.543Z | Compiling crc8 v0.1.1 |
| 3392 | 2026-07-21T22:53:41.652Z | Compiling fiat-crypto v0.3.0 |
| 3393 | 2026-07-21T22:53:41.681Z | Compiling path-slash v0.1.5 |
| 3394 | 2026-07-21T22:53:41.696Z | Compiling half v1.8.3 |
| 3395 | 2026-07-21T22:53:41.724Z | Compiling argon2 v0.6.0-rc.8 |
| 3396 | 2026-07-21T22:53:41.783Z | Compiling sha3 v0.11.0 |
| 3397 | 2026-07-21T22:53:41.853Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3398 | 2026-07-21T22:53:41.938Z | Compiling serde_cbor v0.11.2 |
| 3399 | 2026-07-21T22:53:41.990Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3400 | 2026-07-21T22:53:42.036Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3401 | 2026-07-21T22:53:42.042Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3402 | 2026-07-21T22:53:42.067Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3403 | 2026-07-21T22:53:42.238Z | Compiling rsa v0.10.0-rc.18 |
| 3404 | 2026-07-21T22:53:42.364Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3405 | 2026-07-21T22:53:42.559Z | Compiling illumos-nvpair v0.3.0 |
| 3406 | 2026-07-21T22:53:42.824Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3407 | 2026-07-21T22:53:42.849Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3408 | 2026-07-21T22:53:42.866Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3409 | 2026-07-21T22:53:42.915Z | Compiling p521 v0.14.0-rc.10 |
| 3410 | 2026-07-21T22:53:42.971Z | Compiling p256 v0.14.0-rc.10 |
| 3411 | 2026-07-21T22:53:43.095Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3412 | 2026-07-21T22:53:43.130Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3413 | 2026-07-21T22:53:43.146Z | Compiling yasna v0.5.2 |
| 3414 | 2026-07-21T22:53:43.179Z | Compiling kstat-rs v0.2.4 |
| 3415 | 2026-07-21T22:53:43.484Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3416 | 2026-07-21T22:53:43.504Z | Compiling headers-core v0.3.0 |
| 3417 | 2026-07-21T22:53:43.666Z | Compiling kem v0.3.0 |
| 3418 | 2026-07-21T22:53:43.676Z | Compiling module-lattice v0.2.3 |
| 3419 | 2026-07-21T22:53:43.794Z | Compiling nanorand v0.7.0 |
| 3420 | 2026-07-21T22:53:43.811Z | Compiling atty v0.2.14 |
| 3421 | 2026-07-21T22:53:43.855Z | Compiling headers v0.4.1 |
| 3422 | 2026-07-21T22:53:43.880Z | Compiling rcgen v0.12.1 |
| 3423 | 2026-07-21T22:53:43.896Z | Compiling progenitor v0.13.0 |
| 3424 | 2026-07-21T22:53:43.916Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3425 | 2026-07-21T22:53:43.957Z | Compiling ml-kem v0.3.2 |
| 3426 | 2026-07-21T22:53:43.964Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3427 | 2026-07-21T22:53:44.073Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3428 | 2026-07-21T22:53:44.120Z | Compiling flume v0.11.1 |
| 3429 | 2026-07-21T22:53:44.213Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3430 | 2026-07-21T22:53:44.354Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3431 | 2026-07-21T22:53:44.465Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3432 | 2026-07-21T22:53:44.649Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3433 | 2026-07-21T22:53:44.814Z | Compiling hyper-staticfile v0.10.1 |
| 3434 | 2026-07-21T22:53:44.925Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3435 | 2026-07-21T22:53:44.957Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3436 | 2026-07-21T22:53:44.985Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3437 | 2026-07-21T22:53:45.350Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3438 | 2026-07-21T22:53:45.365Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3439 | 2026-07-21T22:53:45.365Z | Compiling russh-cryptovec v0.61.0 |
| 3440 | 2026-07-21T22:53:45.597Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3441 | 2026-07-21T22:53:45.612Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3442 | 2026-07-21T22:53:45.673Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3443 | 2026-07-21T22:53:45.719Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3444 | 2026-07-21T22:53:46.037Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3445 | 2026-07-21T22:53:46.141Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3446 | 2026-07-21T22:53:46.246Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3447 | 2026-07-21T22:53:46.273Z | Compiling port-file v0.1.0 |
| 3448 | 2026-07-21T22:53:46.306Z | Compiling num-bigint v0.4.6 |
| 3449 | 2026-07-21T22:53:46.521Z | Compiling generic-array v1.4.3 |
| 3450 | 2026-07-21T22:53:46.540Z | Compiling russh-util v0.52.0 |
| 3451 | 2026-07-21T22:53:46.559Z | Compiling enum_dispatch v0.3.13 |
| 3452 | 2026-07-21T22:53:46.578Z | Compiling delegate v0.13.5 |
| 3453 | 2026-07-21T22:53:46.723Z | Compiling subprocess v0.2.15 |
| 3454 | 2026-07-21T22:53:46.880Z | Compiling p384 v0.14.0-rc.10 |
| 3455 | 2026-07-21T22:53:47.020Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3456 | 2026-07-21T22:53:47.051Z | Compiling hex-literal v1.1.0 |
| 3457 | 2026-07-21T22:53:47.232Z | Compiling display-error-chain v0.2.2 |
| 3458 | 2026-07-21T22:53:47.354Z | Compiling md5 v0.8.0 |
| 3459 | 2026-07-21T22:53:47.405Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3460 | 2026-07-21T22:53:47.531Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3461 | 2026-07-21T22:53:47.550Z | Compiling colored v2.2.0 |
| 3462 | 2026-07-21T22:53:47.581Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3463 | 2026-07-21T22:53:47.601Z | Compiling socket2 v0.5.10 |
| 3464 | 2026-07-21T22:53:47.623Z | Compiling internet-checksum v0.2.1 |
| 3465 | 2026-07-21T22:53:48.486Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3466 | 2026-07-21T22:53:49.034Z | Compiling ssh-key v0.7.0-rc.10 |
| 3467 | 2026-07-21T22:53:49.194Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3468 | 2026-07-21T22:53:49.663Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3469 | 2026-07-21T22:53:50.282Z | Compiling russh v0.61.2 |
| 3470 | 2026-07-21T22:53:51.026Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3471 | 2026-07-21T22:53:51.560Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3472 | 2026-07-21T22:54:00.150Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3473 | 2026-07-21T22:54:00.151Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3474 | 2026-07-21T22:54:00.151Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3475 | 2026-07-21T22:54:00.154Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3476 | 2026-07-21T22:54:01.886Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3477 | 2026-07-21T22:54:02.031Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3478 | 2026-07-21T22:54:05.989Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3479 | 2026-07-21T22:54:45.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3480 | 2026-07-21T22:54:45.836Z | |
| 3481 | 2026-07-21T22:54:45.836Z | real 1:27.555992386 |
| 3482 | 2026-07-21T22:54:45.836Z | user 8:45.792248789 |
| 3483 | 2026-07-21T22:54:45.836Z | sys 1:44.875803637 |
| 3484 | 2026-07-21T22:54:45.836Z | trap 0.276312197 |
| 3485 | 2026-07-21T22:54:45.836Z | tflt 0.361692820 |
| 3486 | 2026-07-21T22:54:45.836Z | dflt 1.512208031 |
| 3487 | 2026-07-21T22:54:45.839Z | kflt 0.000253380 |
| 3488 | 2026-07-21T22:54:45.839Z | lock 31:08.154320542 |
| 3489 | 2026-07-21T22:54:45.839Z | slp 20:04.986564248 |
| 3490 | 2026-07-21T22:54:45.839Z | lat 42.807438467 |
| 3491 | 2026-07-21T22:54:45.839Z | stop 3:02.703235409 |
| 3492 | 2026-07-21T22:54:45.839Z | + mkdir tests |
| 3493 | 2026-07-21T22:54:45.842Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3494 | 2026-07-21T22:54:45.842Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3495 | 2026-07-21T22:54:45.864Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b1384f2dfb5b061c tests/ |
| 3496 | 2026-07-21T22:54:45.895Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7917551804e2ffa9 tests/ |
| 3497 | 2026-07-21T22:54:45.923Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-739f5f9acde4c347 tests/ |
| 3498 | 2026-07-21T22:54:45.955Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bf3e366caf40ffdc tests/ |
| 3499 | 2026-07-21T22:54:46.304Z | + 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) |
| 3500 | 2026-07-21T22:54:46.307Z | + 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-7917551804e2ffa9 tests/commtest-739f5f9acde4c347 tests/dhcp_server-b1384f2dfb5b061c tests/end_to_end_tests-bf3e366caf40ffdc 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 |
| 3501 | 2026-07-21T22:56:06.793Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3502 | 2026-07-21T22:56:06.793Z | a .github/buildomat/ci-env.sh 1K |
| 3503 | 2026-07-21T22:56:06.793Z | a out/target/test 1K |
| 3504 | 2026-07-21T22:56:06.793Z | a out/npuzone/npuzone 27402K |
| 3505 | 2026-07-21T22:56:06.793Z | a package-manifest.toml 35K |
| 3506 | 2026-07-21T22:56:06.793Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3507 | 2026-07-21T22:56:06.799Z | a target/release/omicron-package 40729K |
| 3508 | 2026-07-21T22:56:06.799Z | a target/release/xtask 10468K |
| 3509 | 2026-07-21T22:56:06.799Z | a target/debug/bootstrap 349732K |
| 3510 | 2026-07-21T22:56:06.799Z | a tests/bootstrap-7917551804e2ffa9 31974K |
| 3511 | 2026-07-21T22:56:06.799Z | a tests/commtest-739f5f9acde4c347 32169K |
| 3512 | 2026-07-21T22:56:06.799Z | a tests/dhcp_server-b1384f2dfb5b061c 31974K |
| 3513 | 2026-07-21T22:56:06.799Z | a tests/end_to_end_tests-bf3e366caf40ffdc 399605K |
| 3514 | 2026-07-21T22:56:06.799Z | a tools/opte_version 1K |
| 3515 | 2026-07-21T22:56:06.799Z | a tools/opte_version_override 2K |
| 3516 | 2026-07-21T22:56:06.799Z | a out/clickhouse.tar.gz 310713K |
| 3517 | 2026-07-21T22:56:06.799Z | a out/clickhouse_keeper.tar.gz 297185K |
| 3518 | 2026-07-21T22:56:06.799Z | a out/clickhouse_server.tar.gz 310710K |
| 3519 | 2026-07-21T22:56:06.799Z | a out/cockroachdb.tar.gz 161731K |
| 3520 | 2026-07-21T22:56:06.800Z | a out/crucible-pantry-zone.tar.gz 39109K |
| 3521 | 2026-07-21T22:56:06.800Z | a out/crucible-utils.tar 18900K |
| 3522 | 2026-07-21T22:56:06.800Z | a out/crucible-zone.tar.gz 53804K |
| 3523 | 2026-07-21T22:56:06.800Z | a out/external-dns.tar.gz 46781K |
| 3524 | 2026-07-21T22:56:06.800Z | a out/internal-dns.tar.gz 46781K |
| 3525 | 2026-07-21T22:56:06.800Z | a out/mg-ddm-gz.tar 102717K |
| 3526 | 2026-07-21T22:56:06.800Z | a out/nexus.tar.gz 274871K |
| 3527 | 2026-07-21T22:56:06.800Z | a out/ntp.tar.gz 29907K |
| 3528 | 2026-07-21T22:56:06.800Z | a out/omicron-gateway-softnpu.tar.gz 27728K |
| 3529 | 2026-07-21T22:56:06.800Z | a out/omicron-sled-agent.tar 192663K |
| 3530 | 2026-07-21T22:56:06.800Z | a out/overlay.tar.gz 4K |
| 3531 | 2026-07-21T22:56:06.800Z | a out/oximeter.tar.gz 60442K |
| 3532 | 2026-07-21T22:56:06.800Z | a out/oxlog.tar 3808K |
| 3533 | 2026-07-21T22:56:06.800Z | a out/probe.tar.gz 3037K |
| 3534 | 2026-07-21T22:56:06.800Z | a out/propolis-server.tar.gz 34372K |
| 3535 | 2026-07-21T22:56:06.800Z | a out/pumpkind-gz.tar 26647K |
| 3536 | 2026-07-21T22:56:06.800Z | a out/switch-softnpu.tar.gz 452226K |
| 3537 | 2026-07-21T22:56:06.800Z | |
| 3538 | 2026-07-21T22:56:06.800Z | real 1:20.486790507 |
| 3539 | 2026-07-21T22:56:06.800Z | user 1:17.807415146 |
| 3540 | 2026-07-21T22:56:06.800Z | sys 4.468798168 |
| 3541 | 2026-07-21T22:56:06.800Z | trap 0.005942654 |
| 3542 | 2026-07-21T22:56:06.800Z | tflt 0.000000000 |
| 3543 | 2026-07-21T22:56:06.800Z | dflt 0.000000000 |
| 3544 | 2026-07-21T22:56:06.801Z | kflt 0.000000000 |
| 3545 | 2026-07-21T22:56:06.801Z | lock 0.000000000 |
| 3546 | 2026-07-21T22:56:06.801Z | slp 1:17.698033103 |
| 3547 | 2026-07-21T22:56:06.801Z | lat 0.988235434 |
| 3548 | 2026-07-21T22:56:06.801Z | stop 0.000415920 |
| 3549 | 2026-07-21T22:56:06.801Z | process exited: duration 948998 ms, exit code 0 |
| |
| 3550 | 2026-07-21T22:56:06.829Z | found 1 output files |
| 3551 | 2026-07-21T22:56:06.829Z | uploading: /work/package.tar.gz (2489343494 bytes) |
| 3552 | 2026-07-21T22:56:45.304Z | uploaded: /work/package.tar.gz |