|
|
|
| 1 | 2026-08-25T07:28:31.634Z | job assigned to worker 01M0VX2M3CZWC765B79RWTBRQY [factory aws, i-0a57dc2cc891a26cc] (queued for 51 s) |
| |
| 2 | 2026-08-25T07:28:38.285Z | starting task 0: "setup" |
| 3 | 2026-08-25T07:28:38.292Z | ++ uname -s |
| 4 | 2026-08-25T07:28:38.296Z | + kern=SunOS |
| 5 | 2026-08-25T07:28:38.296Z | + build_user=build |
| 6 | 2026-08-25T07:28:38.296Z | + build_uid=12345 |
| 7 | 2026-08-25T07:28:38.296Z | + work_dir=/work |
| 8 | 2026-08-25T07:28:38.296Z | + input_dir=/input |
| 9 | 2026-08-25T07:28:38.296Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T07:28:38.296Z | + case "$kern" in |
| 11 | 2026-08-25T07:28:38.296Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T07:28:38.307Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T07:28:40.316Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T07:28:40.400Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T07:28:40.403Z | + home_fs=zfs |
| 16 | 2026-08-25T07:28:40.403Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T07:28:40.403Z | + mkdir -p /home/build |
| 18 | 2026-08-25T07:28:40.403Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T07:28:42.405Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T07:28:42.410Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-08-25T07:28:42.417Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T07:28:42.421Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T07:28:42.421Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T07:28:42.421Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T07:28:42.421Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T07:28:42.421Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T07:28:42.421Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T07:28:42.424Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T07:28:42.424Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T07:28:42.532Z | info: downloading installer |
| 31 | 2026-08-25T07:28:43.887Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T07:28:43.887Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T07:28:43.887Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T07:28:43.887Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T07:28:43.898Z | info: profile set to default |
| 36 | 2026-08-25T07:28:43.898Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T07:28:43.901Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T07:28:44.027Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T07:28:44.030Z | info: downloading 6 components |
| 40 | 2026-08-25T07:28:57.398Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T07:28:57.398Z | |
| 42 | 2026-08-25T07:28:57.427Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T07:28:57.427Z | |
| 44 | 2026-08-25T07:28:57.427Z | |
| 45 | 2026-08-25T07:28:57.427Z | Rust is installed now. Great! |
| 46 | 2026-08-25T07:28:57.427Z | |
| 47 | 2026-08-25T07:28:57.427Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T07:28:57.427Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T07:28:57.427Z | |
| 50 | 2026-08-25T07:28:57.427Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T07:28:57.430Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T07:28:57.431Z | |
| 53 | 2026-08-25T07:28:57.431Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T07:28:57.431Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T07:28:57.431Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T07:28:57.431Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T07:28:57.431Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T07:28:57.431Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T07:28:57.431Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T07:28:57.431Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T07:28:57.431Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T07:28:57.531Z | + rustup --version |
| 63 | 2026-08-25T07:28:57.539Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T07:28:57.546Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T07:28:57.560Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T07:28:57.568Z | + cargo --version |
| 67 | 2026-08-25T07:28:57.572Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T07:28:57.572Z | + rustc --version |
| 69 | 2026-08-25T07:28:57.593Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T07:28:57.600Z | process exited: duration 15175 ms, exit code 0 |
| |
| 71 | 2026-08-25T07:28:57.612Z | starting task 2: "authentication" |
| 72 | 2026-08-25T07:28:57.632Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-25T07:28:57.645Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T07:28:57.653Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T07:28:57.658Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T07:28:57.687Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T07:29:11.068Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T07:29:11.068Z | + git fetch origin 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e |
| 79 | 2026-08-25T07:29:12.526Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T07:29:12.526Z | * branch 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e -> FETCH_HEAD |
| 81 | 2026-08-25T07:29:12.558Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-08-25T07:29:12.558Z | ++ git branch --show-current |
| 83 | 2026-08-25T07:29:12.558Z | + current=main |
| 84 | 2026-08-25T07:29:12.559Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-08-25T07:29:12.559Z | + git branch -f multicast-e2e 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e |
| 86 | 2026-08-25T07:29:12.559Z | + git checkout -f multicast-e2e |
| 87 | 2026-08-25T07:29:12.559Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-08-25T07:29:12.559Z | + git reset --hard 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e |
| 89 | 2026-08-25T07:29:12.559Z | HEAD is now at 8d0eb63da [merge] merge main |
| 90 | 2026-08-25T07:29:12.559Z | process exited: duration 14280 ms, exit code 0 |
| |
| 91 | 2026-08-25T07:29:12.626Z | starting task 4: "build" |
| 92 | 2026-08-25T07:29:12.657Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T07:29:12.657Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T07:29:12.657Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T07:29:12.657Z | +++ uname -s |
| 96 | 2026-08-25T07:29:12.657Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T07:29:12.657Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T07:29:12.670Z | + cargo --version |
| 99 | 2026-08-25T07:29:12.670Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T07:29:12.670Z | + rustc --version |
| 101 | 2026-08-25T07:29:12.676Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T07:29:12.676Z | + WORK=/work |
| 103 | 2026-08-25T07:29:12.676Z | + pfexec mkdir -p /work |
| 104 | 2026-08-25T07:29:12.676Z | + pfexec chown build /work |
| 105 | 2026-08-25T07:29:12.676Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-25T07:29:14.641Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-25T07:29:15.030Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-25T07:29:17.240Z | Planning: Solver setup ... Done (2.075s) |
| 109 | 2026-08-25T07:29:17.293Z | Planning: Running solver ... Done (0.061s) |
| 110 | 2026-08-25T07:29:17.336Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-25T07:29:17.380Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-25T07:29:17.386Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-25T07:29:17.387Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-25T07:29:17.387Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-25T07:29:17.620Z | Planning: Checking for conflicting actions ... Done (0.218s) |
| 116 | 2026-08-25T07:29:17.627Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-25T07:29:18.386Z | Planning: Evaluating mediators ... Done (0.785s) |
| 118 | 2026-08-25T07:29:18.397Z | Planning: Planning completed in 3.32 seconds |
| 119 | 2026-08-25T07:29:18.397Z | Packages to install: 2 |
| 120 | 2026-08-25T07:29:18.397Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-25T07:29:18.397Z | Estimated space to be consumed: 80.56 MB |
| 122 | 2026-08-25T07:29:18.397Z | Create boot environment: No |
| 123 | 2026-08-25T07:29:18.397Z | Create backup boot environment: No |
| 124 | 2026-08-25T07:29:18.397Z | Rebuild boot archive: No |
| 125 | 2026-08-25T07:29:18.397Z | |
| 126 | 2026-08-25T07:29:18.397Z | Changed packages: |
| 127 | 2026-08-25T07:29:18.397Z | helios |
| 128 | 2026-08-25T07:29:18.397Z | developer/build-essential |
| 129 | 2026-08-25T07:29:18.397Z | None -> 11-3.0 |
| 130 | 2026-08-25T07:29:18.397Z | library/libxmlsec1 |
| 131 | 2026-08-25T07:29:18.397Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-25T07:29:18.420Z | |
| 133 | 2026-08-25T07:29:18.420Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-25T07:29:18.485Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 135 | 2026-08-25T07:29:18.565Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-25T07:29:18.607Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-25T07:29:18.638Z | Finalize: Updating package state database ... Done (0.036s) |
| 138 | 2026-08-25T07:29:18.638Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-25T07:29:18.720Z | Finalize: Updating image state ... Done (0.086s) |
| 140 | 2026-08-25T07:29:21.362Z | Finalize: Creating fast lookup database ... Done (2.579s) |
| 141 | 2026-08-25T07:29:21.420Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-25T07:29:21.431Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-25T07:29:21.555Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-25T07:29:21.906Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-25T07:29:22.007Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-25T07:29:22.015Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-25T07:29:22.167Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-25T07:29:22.174Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-25T07:29:22.189Z | Mediators to change: 2 |
| 150 | 2026-08-25T07:29:22.189Z | Create boot environment: No |
| 151 | 2026-08-25T07:29:22.189Z | Create backup boot environment: No |
| 152 | 2026-08-25T07:29:22.269Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-25T07:29:22.269Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-25T07:29:22.327Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-25T07:29:24.276Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-25T07:29:24.334Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-25T07:29:24.340Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-25T07:29:24.395Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-25T07:29:24.715Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-25T07:29:24.782Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-25T07:29:24.788Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-25T07:29:24.940Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-25T07:29:24.943Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-25T07:29:24.963Z | Mediators to change: 1 |
| 165 | 2026-08-25T07:29:24.963Z | Create boot environment: No |
| 166 | 2026-08-25T07:29:24.963Z | Create backup boot environment: No |
| 167 | 2026-08-25T07:29:25.009Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-25T07:29:25.009Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-25T07:29:25.067Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-25T07:29:27.026Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-25T07:29:27.085Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-25T07:29:27.090Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-25T07:29:27.156Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-25T07:29:27.466Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-25T07:29:27.466Z | apache system 2.4 system |
| 176 | 2026-08-25T07:29:27.466Z | clang system 15 system |
| 177 | 2026-08-25T07:29:27.466Z | csh system system illumos |
| 178 | 2026-08-25T07:29:27.466Z | ctags system system illumos |
| 179 | 2026-08-25T07:29:27.466Z | file vendor vendor darwinsys |
| 180 | 2026-08-25T07:29:27.466Z | file system system illumos |
| 181 | 2026-08-25T07:29:27.466Z | gcc vendor 14 vendor |
| 182 | 2026-08-25T07:29:27.466Z | gcc system 13 system |
| 183 | 2026-08-25T07:29:27.466Z | gcc system 10 system |
| 184 | 2026-08-25T07:29:27.466Z | go system 1.25 system |
| 185 | 2026-08-25T07:29:27.466Z | llvm system 15 system |
| 186 | 2026-08-25T07:29:27.466Z | mariadb system 11.4 system |
| 187 | 2026-08-25T07:29:27.466Z | mta vendor vendor dma |
| 188 | 2026-08-25T07:29:27.466Z | openjdk system 17 system |
| 189 | 2026-08-25T07:29:27.466Z | openjdk system 11 system |
| 190 | 2026-08-25T07:29:27.466Z | openssl vendor 3 vendor |
| 191 | 2026-08-25T07:29:27.466Z | perl system 5.40 system |
| 192 | 2026-08-25T07:29:27.466Z | postgresql system 18 system |
| 193 | 2026-08-25T07:29:27.466Z | postgresql system 17 system |
| 194 | 2026-08-25T07:29:27.466Z | python vendor 3 vendor |
| 195 | 2026-08-25T07:29:27.466Z | python system 2 system |
| 196 | 2026-08-25T07:29:27.466Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-25T07:29:27.467Z | ruby system 3.4 system |
| 198 | 2026-08-25T07:29:27.467Z | ruby system 3.0 system |
| 199 | 2026-08-25T07:29:27.467Z | words vendor vendor american-english |
| 200 | 2026-08-25T07:29:27.467Z | words system system australian-english |
| 201 | 2026-08-25T07:29:27.467Z | words system system british-english |
| 202 | 2026-08-25T07:29:27.467Z | words system system canadian-english |
| 203 | 2026-08-25T07:29:27.467Z | words system system french |
| 204 | 2026-08-25T07:29:27.467Z | words system system italian |
| 205 | 2026-08-25T07:29:27.467Z | words system system ngerman |
| 206 | 2026-08-25T07:29:27.467Z | words system system ogerman |
| 207 | 2026-08-25T07:29:27.467Z | words system system spanish |
| 208 | 2026-08-25T07:29:27.799Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-25T07:29:27.799Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-25T07:29:28.207Z | FMRI IFO |
| 211 | 2026-08-25T07:29:28.207Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-25T07:29:28.207Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-25T07:29:28.207Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-25T07:29:28.207Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-25T07:29:28.207Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-25T07:29:28.207Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-25T07:29:28.207Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-25T07:29:28.207Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-25T07:29:28.207Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-25T07:29:28.543Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-25T07:29:28.872Z | Updating crates.io index |
| 222 | 2026-08-25T07:29:28.889Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-25T07:29:29.132Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-25T07:29:29.548Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-25T07:29:30.517Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-25T07:29:31.119Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-25T07:29:34.100Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-25T07:29:34.952Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-25T07:29:35.284Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-25T07:29:35.658Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-25T07:29:37.062Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-25T07:29:37.660Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-25T07:29:38.123Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-25T07:29:38.398Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-25T07:29:38.655Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-25T07:29:38.929Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-25T07:29:39.234Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-25T07:29:39.529Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-25T07:29:39.873Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 240 | 2026-08-25T07:29:40.346Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-25T07:29:40.731Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 242 | 2026-08-25T07:29:41.029Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 243 | 2026-08-25T07:29:41.635Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2026-08-25T07:29:41.935Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 245 | 2026-08-25T07:29:42.448Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 246 | 2026-08-25T07:29:42.777Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-25T07:29:43.371Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-25T07:29:43.792Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-25T07:29:44.070Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-25T07:29:44.579Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-25T07:29:44.934Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-25T07:29:45.193Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-25T07:29:45.528Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-25T07:29:45.932Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 255 | 2026-08-25T07:29:46.486Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-25T07:29:47.037Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-25T07:29:47.308Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-25T07:29:47.636Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-25T07:29:47.975Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-25T07:29:48.262Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-25T07:29:48.554Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-25T07:29:48.876Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-25T07:29:49.143Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-25T07:29:49.420Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 265 | 2026-08-25T07:29:52.034Z | Downloading crates ... |
| 266 | 2026-08-25T07:29:52.078Z | Downloaded anstream v1.0.0 |
| 267 | 2026-08-25T07:29:52.082Z | Downloaded fastrand v2.3.0 |
| 268 | 2026-08-25T07:29:52.090Z | Downloaded colorchoice v1.0.4 |
| 269 | 2026-08-25T07:29:52.093Z | Downloaded crypto-common v0.1.7 |
| 270 | 2026-08-25T07:29:52.093Z | Downloaded itoa v1.0.17 |
| 271 | 2026-08-25T07:29:52.098Z | Downloaded errno v0.3.14 |
| 272 | 2026-08-25T07:29:52.101Z | Downloaded fnv v1.0.7 |
| 273 | 2026-08-25T07:29:52.101Z | Downloaded is_terminal_polyfill v1.70.2 |
| 274 | 2026-08-25T07:29:52.101Z | Downloaded cargo-platform v0.3.2 |
| 275 | 2026-08-25T07:29:52.105Z | Downloaded zmij v1.0.21 |
| 276 | 2026-08-25T07:29:52.105Z | Downloaded anstyle-query v1.1.5 |
| 277 | 2026-08-25T07:29:52.105Z | Downloaded cfg-if v1.0.4 |
| 278 | 2026-08-25T07:29:52.109Z | Downloaded dof v0.3.0 |
| 279 | 2026-08-25T07:29:52.109Z | Downloaded heck v0.4.1 |
| 280 | 2026-08-25T07:29:52.109Z | Downloaded memmap v0.7.0 |
| 281 | 2026-08-25T07:29:52.113Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-08-25T07:29:52.113Z | Downloaded clap_lex v1.0.0 |
| 283 | 2026-08-25T07:29:52.113Z | Downloaded equivalent v1.0.2 |
| 284 | 2026-08-25T07:29:52.113Z | Downloaded generic-array v0.14.7 |
| 285 | 2026-08-25T07:29:52.116Z | Downloaded dtrace-parser v0.2.0 |
| 286 | 2026-08-25T07:29:52.117Z | Downloaded zerocopy-derive v0.7.35 |
| 287 | 2026-08-25T07:29:52.122Z | Downloaded winnow v0.7.14 |
| 288 | 2026-08-25T07:29:52.127Z | Downloaded macaddr v1.0.1 |
| 289 | 2026-08-25T07:29:52.135Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-08-25T07:29:52.135Z | Downloaded heck v0.5.0 |
| 291 | 2026-08-25T07:29:52.135Z | Downloaded memchr v2.8.0 |
| 292 | 2026-08-25T07:29:52.141Z | Downloaded proc-macro-error-attr v1.0.4 |
| 293 | 2026-08-25T07:29:52.141Z | Downloaded version_check v0.9.5 |
| 294 | 2026-08-25T07:29:52.146Z | Downloaded usdt-attr-macro v0.5.0 |
| 295 | 2026-08-25T07:29:52.152Z | Downloaded serde_spanned v0.6.9 |
| 296 | 2026-08-25T07:29:52.152Z | Downloaded unicode-linebreak v0.1.5 |
| 297 | 2026-08-25T07:29:52.152Z | Downloaded smawk v0.3.2 |
| 298 | 2026-08-25T07:29:52.156Z | Downloaded tabled_derive v0.7.0 |
| 299 | 2026-08-25T07:29:52.157Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-08-25T07:29:52.157Z | Downloaded plain v0.2.3 |
| 301 | 2026-08-25T07:29:52.157Z | Downloaded swrite v0.1.0 |
| 302 | 2026-08-25T07:29:52.162Z | Downloaded pretty-hex v0.4.1 |
| 303 | 2026-08-25T07:29:52.162Z | Downloaded digest v0.10.7 |
| 304 | 2026-08-25T07:29:52.165Z | Downloaded anstyle v1.0.14 |
| 305 | 2026-08-25T07:29:52.165Z | Downloaded anstyle-parse v1.0.0 |
| 306 | 2026-08-25T07:29:52.165Z | Downloaded bytecount v0.6.9 |
| 307 | 2026-08-25T07:29:52.165Z | Downloaded cargo_metadata v0.23.1 |
| 308 | 2026-08-25T07:29:52.165Z | Downloaded byteorder v1.5.0 |
| 309 | 2026-08-25T07:29:52.170Z | Downloaded cargo_toml v0.21.0 |
| 310 | 2026-08-25T07:29:52.173Z | Downloaded fs-err v3.3.0 |
| 311 | 2026-08-25T07:29:52.173Z | Downloaded scroll_derive v0.12.1 |
| 312 | 2026-08-25T07:29:52.177Z | Downloaded terminal_size v0.4.3 |
| 313 | 2026-08-25T07:29:52.177Z | Downloaded usdt-macro v0.5.0 |
| 314 | 2026-08-25T07:29:52.182Z | Downloaded usdt v0.5.0 |
| 315 | 2026-08-25T07:29:52.190Z | Downloaded bitflags v2.11.0 |
| 316 | 2026-08-25T07:29:52.198Z | Downloaded anyhow v1.0.104 |
| 317 | 2026-08-25T07:29:52.202Z | Downloaded sha2 v0.10.9 |
| 318 | 2026-08-25T07:29:52.202Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-08-25T07:29:52.206Z | Downloaded thiserror v1.0.69 |
| 320 | 2026-08-25T07:29:52.212Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-08-25T07:29:52.215Z | Downloaded strsim v0.11.1 |
| 322 | 2026-08-25T07:29:52.217Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-08-25T07:29:52.217Z | Downloaded once_cell v1.21.3 |
| 324 | 2026-08-25T07:29:52.221Z | Downloaded quote v1.0.45 |
| 325 | 2026-08-25T07:29:52.221Z | Downloaded camino-tempfile v1.4.1 |
| 326 | 2026-08-25T07:29:52.225Z | Downloaded clap_derive v4.6.1 |
| 327 | 2026-08-25T07:29:52.229Z | Downloaded autocfg v1.5.0 |
| 328 | 2026-08-25T07:29:52.229Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-08-25T07:29:52.229Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-08-25T07:29:52.232Z | Downloaded scroll v0.12.0 |
| 331 | 2026-08-25T07:29:52.232Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-08-25T07:29:52.241Z | Downloaded camino v1.2.5 |
| 333 | 2026-08-25T07:29:52.246Z | Downloaded usdt-impl v0.5.0 |
| 334 | 2026-08-25T07:29:52.246Z | Downloaded pest_generator v2.8.6 |
| 335 | 2026-08-25T07:29:52.246Z | Downloaded serde_tokenstream v0.2.3 |
| 336 | 2026-08-25T07:29:52.250Z | Downloaded thiserror v2.0.18 |
| 337 | 2026-08-25T07:29:52.253Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-08-25T07:29:52.257Z | Downloaded toml v0.8.23 |
| 339 | 2026-08-25T07:29:52.261Z | Downloaded papergrid v0.11.0 |
| 340 | 2026-08-25T07:29:52.265Z | Downloaded clap v4.6.1 |
| 341 | 2026-08-25T07:29:52.270Z | Downloaded tempfile v3.27.0 |
| 342 | 2026-08-25T07:29:52.274Z | Downloaded semver v1.0.28 |
| 343 | 2026-08-25T07:29:52.278Z | Downloaded getrandom v0.4.3 |
| 344 | 2026-08-25T07:29:52.282Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-08-25T07:29:52.285Z | Downloaded serde_derive v1.0.229 |
| 346 | 2026-08-25T07:29:52.285Z | Downloaded textwrap v0.16.2 |
| 347 | 2026-08-25T07:29:52.285Z | Downloaded log v0.4.33 |
| 348 | 2026-08-25T07:29:52.294Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-08-25T07:29:52.299Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-08-25T07:29:52.302Z | Downloaded pest_derive v2.8.6 |
| 351 | 2026-08-25T07:29:52.307Z | Downloaded serde_core v1.0.229 |
| 352 | 2026-08-25T07:29:52.335Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-08-25T07:29:52.341Z | Downloaded serde v1.0.229 |
| 354 | 2026-08-25T07:29:52.351Z | Downloaded typenum v1.20.1 |
| 355 | 2026-08-25T07:29:52.355Z | Downloaded indexmap v2.14.0 |
| 356 | 2026-08-25T07:29:52.366Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-08-25T07:29:52.371Z | Downloaded pest v2.8.6 |
| 358 | 2026-08-25T07:29:52.387Z | Downloaded serde_json v1.0.151 |
| 359 | 2026-08-25T07:29:52.390Z | Downloaded clap_builder v4.6.0 |
| 360 | 2026-08-25T07:29:52.394Z | Downloaded zerocopy v0.7.35 |
| 361 | 2026-08-25T07:29:52.415Z | Downloaded goblin v0.8.2 |
| 362 | 2026-08-25T07:29:52.418Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-25T07:29:52.441Z | Downloaded syn v1.0.109 |
| 364 | 2026-08-25T07:29:52.450Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-08-25T07:29:52.454Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-08-25T07:29:52.458Z | Downloaded syn v2.0.117 |
| 367 | 2026-08-25T07:29:52.463Z | Downloaded syn v3.0.3 |
| 368 | 2026-08-25T07:29:52.469Z | Downloaded rustix v1.1.4 |
| 369 | 2026-08-25T07:29:52.495Z | Downloaded libc v0.2.185 |
| 370 | 2026-08-25T07:29:52.558Z | Compiling proc-macro2 v1.0.106 |
| 371 | 2026-08-25T07:29:52.558Z | Compiling quote v1.0.45 |
| 372 | 2026-08-25T07:29:52.558Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-08-25T07:29:52.563Z | Compiling serde_core v1.0.229 |
| 374 | 2026-08-25T07:29:52.564Z | Compiling libc v0.2.185 |
| 375 | 2026-08-25T07:29:52.564Z | Compiling version_check v0.9.5 |
| 376 | 2026-08-25T07:29:52.564Z | Compiling memchr v2.8.0 |
| 377 | 2026-08-25T07:29:52.564Z | Compiling serde v1.0.229 |
| 378 | 2026-08-25T07:29:52.564Z | Compiling zmij v1.0.21 |
| 379 | 2026-08-25T07:29:52.732Z | Compiling itoa v1.0.17 |
| 380 | 2026-08-25T07:29:52.736Z | Compiling ucd-trie v0.1.7 |
| 381 | 2026-08-25T07:29:52.747Z | Compiling thiserror v1.0.69 |
| 382 | 2026-08-25T07:29:52.752Z | Compiling byteorder v1.5.0 |
| 383 | 2026-08-25T07:29:52.752Z | Compiling rustix v1.1.4 |
| 384 | 2026-08-25T07:29:52.967Z | Compiling serde_json v1.0.151 |
| 385 | 2026-08-25T07:29:52.970Z | Compiling bitflags v2.11.0 |
| 386 | 2026-08-25T07:29:53.156Z | Compiling pest v2.8.6 |
| 387 | 2026-08-25T07:29:53.211Z | Compiling proc-macro-error-attr v1.0.4 |
| 388 | 2026-08-25T07:29:53.294Z | Compiling usdt-impl v0.5.0 |
| 389 | 2026-08-25T07:29:53.403Z | Compiling syn v1.0.109 |
| 390 | 2026-08-25T07:29:53.409Z | Compiling camino v1.2.5 |
| 391 | 2026-08-25T07:29:53.459Z | Compiling proc-macro-error v1.0.4 |
| 392 | 2026-08-25T07:29:53.474Z | Compiling hashbrown v0.17.0 |
| 393 | 2026-08-25T07:29:53.490Z | Compiling log v0.4.33 |
| 394 | 2026-08-25T07:29:53.506Z | Compiling equivalent v1.0.2 |
| 395 | 2026-08-25T07:29:53.555Z | Compiling utf8parse v0.2.2 |
| 396 | 2026-08-25T07:29:53.575Z | Compiling getrandom v0.4.3 |
| 397 | 2026-08-25T07:29:53.590Z | Compiling plain v0.2.3 |
| 398 | 2026-08-25T07:29:53.662Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-08-25T07:29:53.733Z | Compiling thiserror v2.0.18 |
| 400 | 2026-08-25T07:29:53.768Z | Compiling is_terminal_polyfill v1.70.2 |
| 401 | 2026-08-25T07:29:53.773Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-08-25T07:29:53.820Z | Compiling toml_write v0.1.2 |
| 403 | 2026-08-25T07:29:53.862Z | Compiling anstyle v1.0.14 |
| 404 | 2026-08-25T07:29:53.879Z | Compiling cfg-if v1.0.4 |
| 405 | 2026-08-25T07:29:53.899Z | Compiling colorchoice v1.0.4 |
| 406 | 2026-08-25T07:29:53.933Z | Compiling autocfg v1.5.0 |
| 407 | 2026-08-25T07:29:53.945Z | Compiling pretty-hex v0.4.1 |
| 408 | 2026-08-25T07:29:53.945Z | Compiling winnow v0.7.14 |
| 409 | 2026-08-25T07:29:53.986Z | Compiling unicode-width v0.1.14 |
| 410 | 2026-08-25T07:29:54.043Z | Compiling errno v0.3.14 |
| 411 | 2026-08-25T07:29:54.063Z | Compiling thread-id v4.2.2 |
| 412 | 2026-08-25T07:29:54.078Z | Compiling indexmap v2.14.0 |
| 413 | 2026-08-25T07:29:54.114Z | Compiling anstream v1.0.0 |
| 414 | 2026-08-25T07:29:54.119Z | Compiling fnv v1.0.7 |
| 415 | 2026-08-25T07:29:54.134Z | Compiling anyhow v1.0.104 |
| 416 | 2026-08-25T07:29:54.218Z | Compiling clap_lex v1.0.0 |
| 417 | 2026-08-25T07:29:54.271Z | Compiling syn v2.0.117 |
| 418 | 2026-08-25T07:29:54.294Z | Compiling syn v3.0.3 |
| 419 | 2026-08-25T07:29:54.314Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-25T07:29:54.369Z | Compiling fs-err v3.3.0 |
| 421 | 2026-08-25T07:29:54.392Z | Compiling heck v0.4.1 |
| 422 | 2026-08-25T07:29:54.463Z | Compiling fastrand v2.3.0 |
| 423 | 2026-08-25T07:29:54.480Z | Compiling heck v0.5.0 |
| 424 | 2026-08-25T07:29:54.501Z | Compiling strsim v0.11.1 |
| 425 | 2026-08-25T07:29:54.519Z | Compiling bytecount v0.6.9 |
| 426 | 2026-08-25T07:29:54.570Z | Compiling once_cell v1.21.3 |
| 427 | 2026-08-25T07:29:54.632Z | Compiling papergrid v0.11.0 |
| 428 | 2026-08-25T07:29:54.731Z | Compiling memmap v0.7.0 |
| 429 | 2026-08-25T07:29:54.747Z | Compiling unicode-linebreak v0.1.5 |
| 430 | 2026-08-25T07:29:54.755Z | Compiling smawk v0.3.2 |
| 431 | 2026-08-25T07:29:54.783Z | Compiling unicode-width v0.2.0 |
| 432 | 2026-08-25T07:29:54.861Z | Compiling swrite v0.1.0 |
| 433 | 2026-08-25T07:29:55.053Z | Compiling terminal_size v0.4.3 |
| 434 | 2026-08-25T07:29:55.076Z | Compiling tempfile v3.27.0 |
| 435 | 2026-08-25T07:29:55.155Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-08-25T07:29:55.208Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-08-25T07:29:55.224Z | Compiling semver v1.0.28 |
| 438 | 2026-08-25T07:29:55.269Z | Compiling textwrap v0.16.2 |
| 439 | 2026-08-25T07:29:55.311Z | Compiling camino-tempfile v1.4.1 |
| 440 | 2026-08-25T07:29:55.851Z | Compiling tabled_derive v0.7.0 |
| 441 | 2026-08-25T07:29:55.873Z | Compiling serde_derive v1.0.229 |
| 442 | 2026-08-25T07:29:56.401Z | Compiling pest_generator v2.8.6 |
| 443 | 2026-08-25T07:29:56.512Z | Compiling tabled v0.15.0 |
| 444 | 2026-08-25T07:29:56.894Z | Compiling thiserror-impl v1.0.69 |
| 445 | 2026-08-25T07:29:56.898Z | Compiling zerocopy-derive v0.7.35 |
| 446 | 2026-08-25T07:29:56.898Z | Compiling scroll_derive v0.12.1 |
| 447 | 2026-08-25T07:29:56.898Z | Compiling thiserror-impl v2.0.18 |
| 448 | 2026-08-25T07:29:56.898Z | Compiling clap_derive v4.6.1 |
| 449 | 2026-08-25T07:29:56.978Z | Compiling pest_derive v2.8.6 |
| 450 | 2026-08-25T07:29:57.592Z | Compiling scroll v0.12.0 |
| 451 | 2026-08-25T07:29:57.615Z | Compiling zerocopy v0.7.35 |
| 452 | 2026-08-25T07:29:57.812Z | Compiling goblin v0.8.2 |
| 453 | 2026-08-25T07:29:58.062Z | Compiling dtrace-parser v0.2.0 |
| 454 | 2026-08-25T07:29:58.245Z | Compiling clap v4.6.1 |
| 455 | 2026-08-25T07:29:58.261Z | Compiling dof v0.3.0 |
| 456 | 2026-08-25T07:29:58.272Z | Compiling serde_tokenstream v0.2.3 |
| 457 | 2026-08-25T07:29:58.287Z | Compiling toml_datetime v0.6.11 |
| 458 | 2026-08-25T07:29:58.287Z | Compiling serde_spanned v0.6.9 |
| 459 | 2026-08-25T07:29:58.287Z | Compiling cargo_metadata v0.23.1 |
| 460 | 2026-08-25T07:29:58.287Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 461 | 2026-08-25T07:29:58.287Z | Compiling macaddr v1.0.1 |
| 462 | 2026-08-25T07:29:58.533Z | Compiling toml_edit v0.22.27 |
| 463 | 2026-08-25T07:29:58.919Z | Compiling usdt-attr-macro v0.5.0 |
| 464 | 2026-08-25T07:29:58.919Z | Compiling usdt-macro v0.5.0 |
| 465 | 2026-08-25T07:29:59.761Z | Compiling toml v0.8.23 |
| 466 | 2026-08-25T07:30:00.162Z | Compiling cargo_toml v0.21.0 |
| 467 | 2026-08-25T07:30:00.440Z | Compiling usdt v0.5.0 |
| 468 | 2026-08-25T07:30:01.415Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 469 | 2026-08-25T07:30:03.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s |
| 470 | 2026-08-25T07:30:03.656Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 471 | 2026-08-25T07:30:04.240Z | Downloading crates ... |
| 472 | 2026-08-25T07:30:04.292Z | Downloaded anstyle-parse v0.2.7 |
| 473 | 2026-08-25T07:30:04.292Z | Downloaded adler2 v2.0.1 |
| 474 | 2026-08-25T07:30:04.292Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 475 | 2026-08-25T07:30:04.292Z | Downloaded atomicwrites v0.4.4 |
| 476 | 2026-08-25T07:30:04.292Z | Downloaded arrayref v0.3.9 |
| 477 | 2026-08-25T07:30:04.292Z | Downloaded async-recursion v1.1.1 |
| 478 | 2026-08-25T07:30:04.292Z | Downloaded aead v0.5.2 |
| 479 | 2026-08-25T07:30:04.292Z | Downloaded const-oid v0.10.2 |
| 480 | 2026-08-25T07:30:04.292Z | Downloaded atty v0.2.14 |
| 481 | 2026-08-25T07:30:04.292Z | Downloaded embedded-io v0.4.0 |
| 482 | 2026-08-25T07:30:04.293Z | Downloaded assert_matches v1.5.0 |
| 483 | 2026-08-25T07:30:04.293Z | Downloaded bit-set v0.8.0 |
| 484 | 2026-08-25T07:30:04.293Z | Downloaded embedded-io v0.6.1 |
| 485 | 2026-08-25T07:30:04.293Z | Downloaded flume v0.11.1 |
| 486 | 2026-08-25T07:30:04.293Z | Downloaded base16ct v1.0.0 |
| 487 | 2026-08-25T07:30:04.293Z | Downloaded fixedbitset v0.5.7 |
| 488 | 2026-08-25T07:30:04.293Z | Downloaded arc-swap v1.8.2 |
| 489 | 2026-08-25T07:30:04.293Z | Downloaded atomic-waker v1.1.2 |
| 490 | 2026-08-25T07:30:04.293Z | Downloaded hex-literal v1.1.0 |
| 491 | 2026-08-25T07:30:04.293Z | Downloaded castaway v0.2.4 |
| 492 | 2026-08-25T07:30:04.293Z | Downloaded env_filter v2.0.0 |
| 493 | 2026-08-25T07:30:04.293Z | Downloaded getrandom v0.3.4 |
| 494 | 2026-08-25T07:30:04.294Z | Downloaded array-init v0.0.4 |
| 495 | 2026-08-25T07:30:04.294Z | Downloaded base16ct v0.2.0 |
| 496 | 2026-08-25T07:30:04.294Z | Downloaded bitfield-struct v0.6.2 |
| 497 | 2026-08-25T07:30:04.294Z | Downloaded ena v0.14.4 |
| 498 | 2026-08-25T07:30:04.294Z | Downloaded bb8 v0.8.6 |
| 499 | 2026-08-25T07:30:04.294Z | Downloaded elliptic-curve v0.14.1 |
| 500 | 2026-08-25T07:30:04.294Z | Downloaded float-ord v0.3.2 |
| 501 | 2026-08-25T07:30:04.295Z | Downloaded http-range v0.1.5 |
| 502 | 2026-08-25T07:30:04.295Z | Downloaded foreign-types-macros v0.2.3 |
| 503 | 2026-08-25T07:30:04.295Z | Downloaded async-stream-impl v0.3.6 |
| 504 | 2026-08-25T07:30:04.295Z | Downloaded futures-macro v0.3.32 |
| 505 | 2026-08-25T07:30:04.295Z | Downloaded futures-sink v0.3.32 |
| 506 | 2026-08-25T07:30:04.390Z | Downloaded float-cmp v0.10.0 |
| 507 | 2026-08-25T07:30:04.390Z | Downloaded async-stream v0.3.6 |
| 508 | 2026-08-25T07:30:04.390Z | Downloaded funty v2.0.0 |
| 509 | 2026-08-25T07:30:04.390Z | Downloaded futures-core v0.3.32 |
| 510 | 2026-08-25T07:30:04.391Z | Downloaded bitfield-macros v0.19.4 |
| 511 | 2026-08-25T07:30:04.391Z | Downloaded fxhash v0.2.1 |
| 512 | 2026-08-25T07:30:04.391Z | Downloaded gethostname v0.5.0 |
| 513 | 2026-08-25T07:30:04.391Z | Downloaded foreign-types v0.3.2 |
| 514 | 2026-08-25T07:30:04.391Z | Downloaded fd-lock v4.0.4 |
| 515 | 2026-08-25T07:30:04.391Z | Downloaded ciborium-ll v0.2.2 |
| 516 | 2026-08-25T07:30:04.391Z | Downloaded foreign-types v0.5.0 |
| 517 | 2026-08-25T07:30:04.391Z | Downloaded git-stub v1.0.0 |
| 518 | 2026-08-25T07:30:04.391Z | Downloaded ascii-canvas v3.0.0 |
| 519 | 2026-08-25T07:30:04.391Z | Downloaded flagset v0.4.7 |
| 520 | 2026-08-25T07:30:04.391Z | Downloaded fs_extra v1.3.0 |
| 521 | 2026-08-25T07:30:04.391Z | Downloaded ghash v0.6.0 |
| 522 | 2026-08-25T07:30:04.391Z | Downloaded ciborium-io v0.2.2 |
| 523 | 2026-08-25T07:30:04.391Z | Downloaded find-msvc-tools v0.1.9 |
| 524 | 2026-08-25T07:30:04.392Z | Downloaded foldhash v0.2.0 |
| 525 | 2026-08-25T07:30:04.392Z | Downloaded futures-executor v0.3.32 |
| 526 | 2026-08-25T07:30:04.392Z | Downloaded block-padding v0.4.2 |
| 527 | 2026-08-25T07:30:04.392Z | Downloaded foreign-types-shared v0.1.1 |
| 528 | 2026-08-25T07:30:04.392Z | Downloaded foreign-types-shared v0.3.1 |
| 529 | 2026-08-25T07:30:04.392Z | Downloaded bcs v0.1.6 |
| 530 | 2026-08-25T07:30:04.392Z | Downloaded anstream v0.6.21 |
| 531 | 2026-08-25T07:30:04.392Z | Downloaded backoff v0.4.0 |
| 532 | 2026-08-25T07:30:04.392Z | Downloaded bit-vec v0.6.3 |
| 533 | 2026-08-25T07:30:04.392Z | Downloaded ar_archive_writer v0.5.1 |
| 534 | 2026-08-25T07:30:04.392Z | Downloaded bit-vec v0.8.0 |
| 535 | 2026-08-25T07:30:04.392Z | Downloaded cfg_aliases v0.1.1 |
| 536 | 2026-08-25T07:30:04.392Z | Downloaded form_urlencoded v1.2.2 |
| 537 | 2026-08-25T07:30:04.392Z | Downloaded futures-task v0.3.32 |
| 538 | 2026-08-25T07:30:04.392Z | Downloaded hostname v0.3.1 |
| 539 | 2026-08-25T07:30:04.392Z | Downloaded enum-as-inner v0.6.1 |
| 540 | 2026-08-25T07:30:04.392Z | Downloaded http-body v1.0.1 |
| 541 | 2026-08-25T07:30:04.392Z | Downloaded block-buffer v0.12.1 |
| 542 | 2026-08-25T07:30:04.392Z | Downloaded futures-io v0.3.32 |
| 543 | 2026-08-25T07:30:04.393Z | Downloaded hash32 v0.2.1 |
| 544 | 2026-08-25T07:30:04.393Z | Downloaded backtrace-ext v0.2.1 |
| 545 | 2026-08-25T07:30:04.393Z | Downloaded compression-core v0.4.31 |
| 546 | 2026-08-25T07:30:04.393Z | Downloaded endian-type v0.1.2 |
| 547 | 2026-08-25T07:30:04.393Z | Downloaded httpdate v1.0.3 |
| 548 | 2026-08-25T07:30:04.393Z | Downloaded globwalk v0.9.1 |
| 549 | 2026-08-25T07:30:04.393Z | Downloaded headers-core v0.3.0 |
| 550 | 2026-08-25T07:30:04.393Z | Downloaded home v0.5.12 |
| 551 | 2026-08-25T07:30:04.393Z | Downloaded cfg_aliases v0.2.1 |
| 552 | 2026-08-25T07:30:04.393Z | Downloaded hubpack_derive v0.1.1 |
| 553 | 2026-08-25T07:30:04.393Z | Downloaded cobs v0.3.0 |
| 554 | 2026-08-25T07:30:04.450Z | Downloaded fixedbitset v0.4.2 |
| 555 | 2026-08-25T07:30:04.450Z | Downloaded foldhash v0.1.5 |
| 556 | 2026-08-25T07:30:04.450Z | Downloaded env_logger v0.11.11 |
| 557 | 2026-08-25T07:30:04.450Z | Downloaded filetime v0.2.27 |
| 558 | 2026-08-25T07:30:04.450Z | Downloaded hmac v0.12.1 |
| 559 | 2026-08-25T07:30:04.450Z | Downloaded erased-serde v0.3.31 |
| 560 | 2026-08-25T07:30:04.450Z | Downloaded newline-converter v0.3.0 |
| 561 | 2026-08-25T07:30:04.450Z | Downloaded nibble_vec v0.1.0 |
| 562 | 2026-08-25T07:30:04.450Z | Downloaded nodrop v0.1.14 |
| 563 | 2026-08-25T07:30:04.450Z | Downloaded nonempty v0.12.0 |
| 564 | 2026-08-25T07:30:04.450Z | Downloaded hash32 v0.3.1 |
| 565 | 2026-08-25T07:30:04.450Z | Downloaded hex v0.4.3 |
| 566 | 2026-08-25T07:30:04.450Z | Downloaded olpc-cjson v0.1.4 |
| 567 | 2026-08-25T07:30:04.451Z | Downloaded oso-derive v0.27.3 |
| 568 | 2026-08-25T07:30:04.451Z | Downloaded bit-set v0.5.3 |
| 569 | 2026-08-25T07:30:04.451Z | Downloaded bitfield v0.19.4 |
| 570 | 2026-08-25T07:30:04.451Z | Downloaded camino-tempfile-ext v0.3.3 |
| 571 | 2026-08-25T07:30:04.451Z | Downloaded arrayvec v0.7.6 |
| 572 | 2026-08-25T07:30:04.451Z | Downloaded base64ct v1.8.3 |
| 573 | 2026-08-25T07:30:04.451Z | Downloaded num_threads v0.1.7 |
| 574 | 2026-08-25T07:30:04.451Z | Downloaded aead v0.6.1 |
| 575 | 2026-08-25T07:30:04.451Z | Downloaded openssl-macros v0.1.1 |
| 576 | 2026-08-25T07:30:04.451Z | Downloaded predicates-core v1.0.10 |
| 577 | 2026-08-25T07:30:04.451Z | Downloaded predicates-tree v1.0.13 |
| 578 | 2026-08-25T07:30:04.451Z | Downloaded blowfish v0.10.0 |
| 579 | 2026-08-25T07:30:04.451Z | Downloaded bitflags v1.3.2 |
| 580 | 2026-08-25T07:30:04.451Z | Downloaded progenitor-macro v0.14.0 |
| 581 | 2026-08-25T07:30:04.451Z | Downloaded cmov v0.5.4 |
| 582 | 2026-08-25T07:30:04.451Z | Downloaded hostname v0.4.2 |
| 583 | 2026-08-25T07:30:04.451Z | Downloaded ff v0.14.0 |
| 584 | 2026-08-25T07:30:04.451Z | Downloaded fs-err v2.11.0 |
| 585 | 2026-08-25T07:30:04.451Z | Downloaded enum_dispatch v0.3.13 |
| 586 | 2026-08-25T07:30:04.452Z | Downloaded git-stub-vcs v0.1.0 |
| 587 | 2026-08-25T07:30:04.452Z | Downloaded bs58 v0.5.1 |
| 588 | 2026-08-25T07:30:04.452Z | Downloaded ff v0.13.1 |
| 589 | 2026-08-25T07:30:04.452Z | Downloaded group v0.14.0 |
| 590 | 2026-08-25T07:30:04.452Z | Downloaded async-trait v0.1.89 |
| 591 | 2026-08-25T07:30:04.452Z | Downloaded glob v0.3.3 |
| 592 | 2026-08-25T07:30:04.452Z | Downloaded globset v0.4.18 |
| 593 | 2026-08-25T07:30:04.452Z | Downloaded group v0.13.0 |
| 594 | 2026-08-25T07:30:04.452Z | Downloaded futures-channel v0.3.32 |
| 595 | 2026-08-25T07:30:04.452Z | Downloaded percent-encoding v2.3.2 |
| 596 | 2026-08-25T07:30:04.452Z | Downloaded rustc_version v0.4.1 |
| 597 | 2026-08-25T07:30:04.452Z | Downloaded potential_utf v0.1.4 |
| 598 | 2026-08-25T07:30:04.452Z | Downloaded rustc_version v0.1.7 |
| 599 | 2026-08-25T07:30:04.452Z | Downloaded radium v0.7.0 |
| 600 | 2026-08-25T07:30:04.452Z | Downloaded rand_xorshift v0.4.0 |
| 601 | 2026-08-25T07:30:04.452Z | Downloaded hubpack v0.1.2 |
| 602 | 2026-08-25T07:30:04.452Z | Downloaded cassowary v0.3.0 |
| 603 | 2026-08-25T07:30:04.452Z | Downloaded highway v1.3.0 |
| 604 | 2026-08-25T07:30:04.452Z | Downloaded chacha20 v0.9.1 |
| 605 | 2026-08-25T07:30:04.453Z | Downloaded cipher v0.4.4 |
| 606 | 2026-08-25T07:30:04.453Z | Downloaded cmake v0.1.57 |
| 607 | 2026-08-25T07:30:04.453Z | Downloaded compression-codecs v0.4.37 |
| 608 | 2026-08-25T07:30:04.453Z | Downloaded serde_bytes v0.11.19 |
| 609 | 2026-08-25T07:30:04.453Z | Downloaded signal-hook-mio v0.2.5 |
| 610 | 2026-08-25T07:30:04.453Z | Downloaded byte-wrapper v0.1.0 |
| 611 | 2026-08-25T07:30:04.453Z | Downloaded structmeta v0.3.0 |
| 612 | 2026-08-25T07:30:04.453Z | Downloaded buf-list v1.1.2 |
| 613 | 2026-08-25T07:30:04.453Z | Downloaded sync-ptr v0.1.4 |
| 614 | 2026-08-25T07:30:04.453Z | Downloaded sync_wrapper v1.0.2 |
| 615 | 2026-08-25T07:30:04.453Z | Downloaded cipher v0.5.2 |
| 616 | 2026-08-25T07:30:04.453Z | Downloaded num_enum v0.5.11 |
| 617 | 2026-08-25T07:30:04.453Z | Downloaded rustc-hash v2.1.1 |
| 618 | 2026-08-25T07:30:04.453Z | Downloaded oxnet v0.1.6 |
| 619 | 2026-08-25T07:30:04.453Z | Downloaded phf v0.12.1 |
| 620 | 2026-08-25T07:30:04.453Z | Downloaded phf v0.13.1 |
| 621 | 2026-08-25T07:30:04.453Z | Downloaded secrecy v0.10.3 |
| 622 | 2026-08-25T07:30:04.453Z | Downloaded shell-words v1.1.1 |
| 623 | 2026-08-25T07:30:04.453Z | Downloaded pem v3.0.6 |
| 624 | 2026-08-25T07:30:04.453Z | Downloaded progenitor v0.13.0 |
| 625 | 2026-08-25T07:30:04.454Z | Downloaded sqlparser_derive v0.5.0 |
| 626 | 2026-08-25T07:30:04.454Z | Downloaded structmeta-derive v0.3.0 |
| 627 | 2026-08-25T07:30:04.454Z | Downloaded supports-unicode v3.0.0 |
| 628 | 2026-08-25T07:30:04.454Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 629 | 2026-08-25T07:30:04.454Z | Downloaded strsim v0.10.0 |
| 630 | 2026-08-25T07:30:04.454Z | Downloaded argon2 v0.5.3 |
| 631 | 2026-08-25T07:30:04.542Z | Downloaded async-bb8-diesel v0.2.1 |
| 632 | 2026-08-25T07:30:04.542Z | Downloaded clang-sys v1.8.1 |
| 633 | 2026-08-25T07:30:04.542Z | Downloaded fallible-iterator v0.2.0 |
| 634 | 2026-08-25T07:30:04.542Z | Downloaded rand_core v0.9.5 |
| 635 | 2026-08-25T07:30:04.542Z | Downloaded argon2 v0.6.0-rc.8 |
| 636 | 2026-08-25T07:30:04.542Z | Downloaded ahash v0.8.12 |
| 637 | 2026-08-25T07:30:04.542Z | Downloaded backon v1.6.0 |
| 638 | 2026-08-25T07:30:04.542Z | Downloaded console v0.15.11 |
| 639 | 2026-08-25T07:30:04.542Z | Downloaded const-oid v0.9.6 |
| 640 | 2026-08-25T07:30:04.542Z | Downloaded console v0.16.2 |
| 641 | 2026-08-25T07:30:04.542Z | Downloaded addr2line v0.25.1 |
| 642 | 2026-08-25T07:30:04.542Z | Downloaded cancel-safe-futures v0.1.5 |
| 643 | 2026-08-25T07:30:04.543Z | Downloaded hmac v0.13.0 |
| 644 | 2026-08-25T07:30:04.543Z | Downloaded bzip2 v0.6.1 |
| 645 | 2026-08-25T07:30:04.543Z | Downloaded fatfs v0.3.6 |
| 646 | 2026-08-25T07:30:04.543Z | Downloaded password-hash v0.5.0 |
| 647 | 2026-08-25T07:30:04.543Z | Downloaded topological-sort v0.2.2 |
| 648 | 2026-08-25T07:30:04.543Z | Downloaded packed_struct v0.10.1 |
| 649 | 2026-08-25T07:30:04.543Z | Downloaded pbkdf2 v0.13.0 |
| 650 | 2026-08-25T07:30:04.543Z | Downloaded rpassword v7.5.4 |
| 651 | 2026-08-25T07:30:04.543Z | Downloaded progenitor-extras v0.2.0 |
| 652 | 2026-08-25T07:30:04.543Z | Downloaded unit-prefix v0.5.2 |
| 653 | 2026-08-25T07:30:04.543Z | Downloaded untrusted v0.7.1 |
| 654 | 2026-08-25T07:30:04.543Z | Downloaded untrusted v0.9.0 |
| 655 | 2026-08-25T07:30:04.543Z | Downloaded xattr v1.6.1 |
| 656 | 2026-08-25T07:30:04.543Z | Downloaded httparse v1.10.1 |
| 657 | 2026-08-25T07:30:04.543Z | Downloaded zerofrom v0.1.6 |
| 658 | 2026-08-25T07:30:04.543Z | Downloaded getrandom v0.2.17 |
| 659 | 2026-08-25T07:30:04.543Z | Downloaded serde-hex v0.1.0 |
| 660 | 2026-08-25T07:30:04.543Z | Downloaded signal-hook-registry v1.4.8 |
| 661 | 2026-08-25T07:30:04.544Z | Downloaded resolv-conf v0.7.6 |
| 662 | 2026-08-25T07:30:04.544Z | Downloaded chacha20 v0.10.0 |
| 663 | 2026-08-25T07:30:04.544Z | Downloaded ciborium v0.2.2 |
| 664 | 2026-08-25T07:30:04.544Z | Downloaded colored v3.1.1 |
| 665 | 2026-08-25T07:30:04.544Z | Downloaded blake2 v0.11.0-rc.6 |
| 666 | 2026-08-25T07:30:04.544Z | Downloaded bzip2 v0.4.4 |
| 667 | 2026-08-25T07:30:04.544Z | Downloaded cbc v0.2.1 |
| 668 | 2026-08-25T07:30:04.544Z | Downloaded cexpr v0.6.0 |
| 669 | 2026-08-25T07:30:04.544Z | Downloaded cpubits v0.1.1 |
| 670 | 2026-08-25T07:30:04.544Z | Downloaded cpufeatures v0.3.0 |
| 671 | 2026-08-25T07:30:04.544Z | Downloaded flate2 v1.1.9 |
| 672 | 2026-08-25T07:30:04.544Z | Downloaded num-complex v0.4.6 |
| 673 | 2026-08-25T07:30:04.544Z | Downloaded serde_tokenstream v0.3.0 |
| 674 | 2026-08-25T07:30:04.544Z | Downloaded serde_with_macros v1.5.2 |
| 675 | 2026-08-25T07:30:04.544Z | Downloaded shlex v1.3.0 |
| 676 | 2026-08-25T07:30:04.545Z | Downloaded spki v0.8.0 |
| 677 | 2026-08-25T07:30:04.545Z | Downloaded string_cache v0.8.9 |
| 678 | 2026-08-25T07:30:04.545Z | Downloaded half v1.8.3 |
| 679 | 2026-08-25T07:30:04.545Z | Downloaded cstr-argument v0.1.2 |
| 680 | 2026-08-25T07:30:04.545Z | Downloaded darling_macro v0.21.3 |
| 681 | 2026-08-25T07:30:04.545Z | Downloaded parking_lot_core v0.9.12 |
| 682 | 2026-08-25T07:30:04.561Z | Downloaded tinystr v0.8.2 |
| 683 | 2026-08-25T07:30:04.561Z | Downloaded allocator-api2 v0.2.21 |
| 684 | 2026-08-25T07:30:04.561Z | Downloaded tokio-native-tls v0.3.1 |
| 685 | 2026-08-25T07:30:04.561Z | Downloaded derive_builder_macro v0.20.2 |
| 686 | 2026-08-25T07:30:04.562Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 687 | 2026-08-25T07:30:04.562Z | Downloaded dirs-sys-next v0.1.2 |
| 688 | 2026-08-25T07:30:04.562Z | Downloaded downcast-rs v2.0.2 |
| 689 | 2026-08-25T07:30:04.562Z | Downloaded half v2.7.1 |
| 690 | 2026-08-25T07:30:04.562Z | Downloaded dunce v1.0.5 |
| 691 | 2026-08-25T07:30:04.562Z | Downloaded dyn-clone v1.0.20 |
| 692 | 2026-08-25T07:30:04.562Z | Downloaded http-body-util v0.1.3 |
| 693 | 2026-08-25T07:30:04.562Z | Downloaded indoc v1.0.9 |
| 694 | 2026-08-25T07:30:04.562Z | Downloaded pkcs1 v0.7.5 |
| 695 | 2026-08-25T07:30:04.562Z | Downloaded whoami v1.6.1 |
| 696 | 2026-08-25T07:30:04.562Z | Downloaded unicase v2.9.0 |
| 697 | 2026-08-25T07:30:04.562Z | Downloaded vergen-git2 v9.1.0 |
| 698 | 2026-08-25T07:30:04.562Z | Downloaded vergen-gitcl v1.0.8 |
| 699 | 2026-08-25T07:30:04.562Z | Downloaded idna_adapter v1.2.1 |
| 700 | 2026-08-25T07:30:04.562Z | Downloaded instant v0.1.13 |
| 701 | 2026-08-25T07:30:04.562Z | Downloaded lazy_static v1.5.0 |
| 702 | 2026-08-25T07:30:04.562Z | Downloaded lalrpop-util v0.19.12 |
| 703 | 2026-08-25T07:30:04.562Z | Downloaded colored v2.2.0 |
| 704 | 2026-08-25T07:30:04.562Z | Downloaded lru v0.12.5 |
| 705 | 2026-08-25T07:30:04.562Z | Downloaded generic-array v1.4.3 |
| 706 | 2026-08-25T07:30:04.562Z | Downloaded serde_with_macros v3.21.0 |
| 707 | 2026-08-25T07:30:04.562Z | Downloaded maybe-uninit v2.0.0 |
| 708 | 2026-08-25T07:30:04.563Z | Downloaded multimap v0.10.1 |
| 709 | 2026-08-25T07:30:04.563Z | Downloaded memoffset v0.9.1 |
| 710 | 2026-08-25T07:30:04.563Z | Downloaded num-conv v0.2.0 |
| 711 | 2026-08-25T07:30:04.563Z | Downloaded bytes v1.11.1 |
| 712 | 2026-08-25T07:30:04.563Z | Downloaded delegate v0.13.5 |
| 713 | 2026-08-25T07:30:04.563Z | Downloaded oso v0.27.3 |
| 714 | 2026-08-25T07:30:04.563Z | Downloaded oxide-update-engine-types v0.1.2 |
| 715 | 2026-08-25T07:30:04.563Z | Downloaded derive_builder_core v0.20.2 |
| 716 | 2026-08-25T07:30:04.563Z | Downloaded num-derive v0.4.2 |
| 717 | 2026-08-25T07:30:04.563Z | Downloaded opaque-debug v0.3.1 |
| 718 | 2026-08-25T07:30:04.563Z | Downloaded postcard v1.1.3 |
| 719 | 2026-08-25T07:30:04.563Z | Downloaded termios v0.3.3 |
| 720 | 2026-08-25T07:30:04.563Z | Downloaded base64 v0.21.7 |
| 721 | 2026-08-25T07:30:04.563Z | Downloaded defmt v0.3.100 |
| 722 | 2026-08-25T07:30:04.563Z | Downloaded openssl-probe v0.2.1 |
| 723 | 2026-08-25T07:30:04.563Z | Downloaded packed_struct_codegen v0.10.1 |
| 724 | 2026-08-25T07:30:04.563Z | Downloaded peg-runtime v0.8.5 |
| 725 | 2026-08-25T07:30:04.563Z | Downloaded psl-types v2.0.11 |
| 726 | 2026-08-25T07:30:04.563Z | Downloaded futures v0.3.32 |
| 727 | 2026-08-25T07:30:04.602Z | Downloaded tokio-rustls v0.26.4 |
| 728 | 2026-08-25T07:30:04.602Z | Downloaded deranged v0.5.8 |
| 729 | 2026-08-25T07:30:04.602Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 730 | 2026-08-25T07:30:04.602Z | Downloaded pkcs5 v0.8.1 |
| 731 | 2026-08-25T07:30:04.602Z | Downloaded vergen v9.1.0 |
| 732 | 2026-08-25T07:30:04.602Z | Downloaded ingot-types v0.2.0 |
| 733 | 2026-08-25T07:30:04.603Z | Downloaded progenitor-client v0.14.0 |
| 734 | 2026-08-25T07:30:04.603Z | Downloaded quick-error v1.2.3 |
| 735 | 2026-08-25T07:30:04.603Z | Downloaded rfc6979 v0.4.0 |
| 736 | 2026-08-25T07:30:04.603Z | Downloaded rand_chacha v0.3.1 |
| 737 | 2026-08-25T07:30:04.603Z | Downloaded sha1 v0.11.0 |
| 738 | 2026-08-25T07:30:04.603Z | Downloaded rand_pcg v0.10.2 |
| 739 | 2026-08-25T07:30:04.603Z | Downloaded either v1.15.0 |
| 740 | 2026-08-25T07:30:04.639Z | Downloaded scheduled-thread-pool v0.2.7 |
| 741 | 2026-08-25T07:30:04.639Z | Downloaded scroll_derive v0.13.1 |
| 742 | 2026-08-25T07:30:04.639Z | Downloaded serde_plain v1.0.2 |
| 743 | 2026-08-25T07:30:04.639Z | Downloaded serde_repr v0.1.20 |
| 744 | 2026-08-25T07:30:04.640Z | Downloaded ipnetwork v0.21.1 |
| 745 | 2026-08-25T07:30:04.640Z | Downloaded compact_str v0.8.1 |
| 746 | 2026-08-25T07:30:04.640Z | Downloaded lock_api v0.4.14 |
| 747 | 2026-08-25T07:30:04.640Z | Downloaded libsw v3.5.0 |
| 748 | 2026-08-25T07:30:04.640Z | Downloaded jobserver v0.1.34 |
| 749 | 2026-08-25T07:30:04.640Z | Downloaded strip-ansi-escapes v0.2.1 |
| 750 | 2026-08-25T07:30:04.640Z | Downloaded chacha20poly1305 v0.10.1 |
| 751 | 2026-08-25T07:30:04.640Z | Downloaded schemars v0.8.22 |
| 752 | 2026-08-25T07:30:04.640Z | Downloaded const_format_proc_macros v0.2.34 |
| 753 | 2026-08-25T07:30:04.640Z | Downloaded miette-derive v7.6.0 |
| 754 | 2026-08-25T07:30:04.640Z | Downloaded signature v2.2.0 |
| 755 | 2026-08-25T07:30:04.640Z | Downloaded libsw-core v0.3.2 |
| 756 | 2026-08-25T07:30:04.640Z | Downloaded new_debug_unreachable v1.0.6 |
| 757 | 2026-08-25T07:30:04.640Z | Downloaded oxide-update-engine v0.1.2 |
| 758 | 2026-08-25T07:30:04.640Z | Downloaded take_mut v0.2.2 |
| 759 | 2026-08-25T07:30:04.640Z | Downloaded blake2 v0.10.6 |
| 760 | 2026-08-25T07:30:04.640Z | Downloaded socket2 v0.5.10 |
| 761 | 2026-08-25T07:30:04.640Z | Downloaded ctutils v0.4.2 |
| 762 | 2026-08-25T07:30:04.640Z | Downloaded prefix-trie v0.7.0 |
| 763 | 2026-08-25T07:30:04.659Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 764 | 2026-08-25T07:30:04.659Z | Downloaded subtle v2.6.1 |
| 765 | 2026-08-25T07:30:04.659Z | Downloaded time-core v0.1.8 |
| 766 | 2026-08-25T07:30:04.659Z | Downloaded darling v0.21.3 |
| 767 | 2026-08-25T07:30:04.659Z | Downloaded parse-display-derive v0.10.0 |
| 768 | 2026-08-25T07:30:04.659Z | Downloaded pem-rfc7468 v0.7.0 |
| 769 | 2026-08-25T07:30:04.659Z | Downloaded backtrace v0.3.76 |
| 770 | 2026-08-25T07:30:04.659Z | Downloaded pin-project-internal v1.1.11 |
| 771 | 2026-08-25T07:30:04.659Z | Downloaded primeorder v0.14.0 |
| 772 | 2026-08-25T07:30:04.659Z | Downloaded rayon-core v1.13.0 |
| 773 | 2026-08-25T07:30:04.659Z | Downloaded polyval v0.7.1 |
| 774 | 2026-08-25T07:30:04.659Z | Downloaded heapless v0.7.17 |
| 775 | 2026-08-25T07:30:04.659Z | Downloaded rustversion v1.0.22 |
| 776 | 2026-08-25T07:30:04.659Z | Downloaded typify v0.6.2 |
| 777 | 2026-08-25T07:30:04.659Z | Downloaded pkg-config v0.3.32 |
| 778 | 2026-08-25T07:30:04.659Z | Downloaded unsafe-libyaml v0.2.11 |
| 779 | 2026-08-25T07:30:04.659Z | Downloaded zerocopy v0.6.6 |
| 780 | 2026-08-25T07:30:04.659Z | Downloaded unicode-bidi v0.3.18 |
| 781 | 2026-08-25T07:30:04.659Z | Downloaded rand_seeder v0.4.0 |
| 782 | 2026-08-25T07:30:04.659Z | Downloaded scroll v0.13.0 |
| 783 | 2026-08-25T07:30:04.659Z | Downloaded signal-hook-tokio v0.3.1 |
| 784 | 2026-08-25T07:30:04.666Z | Downloaded slog-dtrace v0.3.0 |
| 785 | 2026-08-25T07:30:04.666Z | Downloaded smf v0.2.3 |
| 786 | 2026-08-25T07:30:04.666Z | Downloaded scrypt v0.12.0 |
| 787 | 2026-08-25T07:30:04.666Z | Downloaded sqlformat v0.3.5 |
| 788 | 2026-08-25T07:30:04.666Z | Downloaded utf-8 v0.7.6 |
| 789 | 2026-08-25T07:30:04.667Z | Downloaded crucible-workspace-hack v0.1.0 |
| 790 | 2026-08-25T07:30:04.667Z | Downloaded chumsky v0.9.3 |
| 791 | 2026-08-25T07:30:04.667Z | Downloaded darling_macro v0.20.11 |
| 792 | 2026-08-25T07:30:04.667Z | Downloaded darling_macro v0.23.0 |
| 793 | 2026-08-25T07:30:04.667Z | Downloaded headers v0.4.1 |
| 794 | 2026-08-25T07:30:04.667Z | Downloaded heapless v0.8.0 |
| 795 | 2026-08-25T07:30:04.667Z | Downloaded signal-hook v0.3.18 |
| 796 | 2026-08-25T07:30:04.667Z | Downloaded zopfli v0.8.3 |
| 797 | 2026-08-25T07:30:04.667Z | Downloaded serde_yaml v0.9.34+deprecated |
| 798 | 2026-08-25T07:30:04.667Z | Downloaded dsl_auto_type v0.2.0 |
| 799 | 2026-08-25T07:30:04.720Z | Downloaded dtrace-parser v0.3.0 |
| 800 | 2026-08-25T07:30:04.720Z | Downloaded num_enum_derive v0.7.6 |
| 801 | 2026-08-25T07:30:04.720Z | Downloaded xshell-macros v0.2.7 |
| 802 | 2026-08-25T07:30:04.720Z | Downloaded crc-catalog v2.4.0 |
| 803 | 2026-08-25T07:30:04.753Z | Downloaded quinn v0.11.11 |
| 804 | 2026-08-25T07:30:04.753Z | Downloaded base64 v0.22.1 |
| 805 | 2026-08-25T07:30:04.753Z | Downloaded tinyvec v1.10.0 |
| 806 | 2026-08-25T07:30:04.753Z | Downloaded slog-stdlog v4.1.1 |
| 807 | 2026-08-25T07:30:04.753Z | Downloaded stringprep v0.1.5 |
| 808 | 2026-08-25T07:30:04.754Z | Downloaded support-bundle-viewer v0.1.2 |
| 809 | 2026-08-25T07:30:04.754Z | Downloaded crypto-common v0.2.2 |
| 810 | 2026-08-25T07:30:04.754Z | Downloaded is_ci v1.2.0 |
| 811 | 2026-08-25T07:30:04.754Z | Downloaded primeorder v0.13.6 |
| 812 | 2026-08-25T07:30:04.754Z | Downloaded expectorate v1.2.0 |
| 813 | 2026-08-25T07:30:04.754Z | Downloaded difflib v0.4.0 |
| 814 | 2026-08-25T07:30:04.754Z | Downloaded display-error-chain v0.2.2 |
| 815 | 2026-08-25T07:30:04.754Z | Downloaded async-compression v0.4.41 |
| 816 | 2026-08-25T07:30:04.754Z | Downloaded bumpalo v3.20.2 |
| 817 | 2026-08-25T07:30:04.754Z | Downloaded peg-macros v0.8.5 |
| 818 | 2026-08-25T07:30:04.754Z | Downloaded thiserror-no-std v2.0.2 |
| 819 | 2026-08-25T07:30:04.754Z | Downloaded drift v0.2.0 |
| 820 | 2026-08-25T07:30:04.754Z | Downloaded tls_codec_derive v0.4.2 |
| 821 | 2026-08-25T07:30:04.754Z | Downloaded managed v0.8.0 |
| 822 | 2026-08-25T07:30:04.754Z | Downloaded md5 v0.8.0 |
| 823 | 2026-08-25T07:30:04.755Z | Downloaded port-file v0.1.0 |
| 824 | 2026-08-25T07:30:04.755Z | Downloaded usdt v0.6.0 |
| 825 | 2026-08-25T07:30:04.755Z | Downloaded icu_provider v2.1.1 |
| 826 | 2026-08-25T07:30:04.755Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 827 | 2026-08-25T07:30:04.755Z | Downloaded num-iter v0.1.45 |
| 828 | 2026-08-25T07:30:04.755Z | Downloaded rsa v0.9.10 |
| 829 | 2026-08-25T07:30:04.755Z | Downloaded schemars v0.9.0 |
| 830 | 2026-08-25T07:30:04.755Z | Downloaded inout v0.1.4 |
| 831 | 2026-08-25T07:30:04.755Z | Downloaded num_enum_derive v0.5.11 |
| 832 | 2026-08-25T07:30:04.755Z | Downloaded vsss-rs v3.3.4 |
| 833 | 2026-08-25T07:30:04.755Z | Downloaded hickory-server v0.25.2 |
| 834 | 2026-08-25T07:30:04.771Z | Downloaded samael v0.0.19 |
| 835 | 2026-08-25T07:30:04.771Z | Downloaded zerotrie v0.2.3 |
| 836 | 2026-08-25T07:30:04.771Z | Downloaded const_format v0.2.35 |
| 837 | 2026-08-25T07:30:04.771Z | Downloaded papergrid v0.18.0 |
| 838 | 2026-08-25T07:30:04.771Z | Downloaded hyper-staticfile v0.10.1 |
| 839 | 2026-08-25T07:30:04.771Z | Downloaded precomputed-hash v0.1.1 |
| 840 | 2026-08-25T07:30:04.771Z | Downloaded xshell v0.2.7 |
| 841 | 2026-08-25T07:30:04.771Z | Downloaded zerovec-derive v0.11.2 |
| 842 | 2026-08-25T07:30:04.771Z | Downloaded hickory-resolver v0.24.4 |
| 843 | 2026-08-25T07:30:04.771Z | Downloaded password-hash v0.6.1 |
| 844 | 2026-08-25T07:30:04.771Z | Downloaded parse-size v1.1.0 |
| 845 | 2026-08-25T07:30:04.771Z | Downloaded cc v1.2.56 |
| 846 | 2026-08-25T07:30:04.772Z | Downloaded tokio-postgres v0.7.16 |
| 847 | 2026-08-25T07:30:04.772Z | Downloaded darling_core v0.21.3 |
| 848 | 2026-08-25T07:30:04.772Z | Downloaded keccak v0.2.0 |
| 849 | 2026-08-25T07:30:04.772Z | Downloaded ctr v0.10.1 |
| 850 | 2026-08-25T07:30:04.772Z | Downloaded der_derive v0.7.3 |
| 851 | 2026-08-25T07:30:04.772Z | Downloaded scopeguard v1.2.0 |
| 852 | 2026-08-25T07:30:04.772Z | Downloaded serde_spanned v1.1.1 |
| 853 | 2026-08-25T07:30:04.772Z | Downloaded slog-bunyan v2.5.0 |
| 854 | 2026-08-25T07:30:04.772Z | Downloaded slog-envlogger v2.2.0 |
| 855 | 2026-08-25T07:30:04.772Z | Downloaded rand v0.10.1 |
| 856 | 2026-08-25T07:30:04.772Z | Downloaded hashbrown v0.12.3 |
| 857 | 2026-08-25T07:30:04.772Z | Downloaded hickory-resolver v0.25.2 |
| 858 | 2026-08-25T07:30:04.823Z | Downloaded http v1.4.2 |
| 859 | 2026-08-25T07:30:04.823Z | Downloaded ref-cast-impl v1.0.25 |
| 860 | 2026-08-25T07:30:04.823Z | Downloaded recursive v0.1.1 |
| 861 | 2026-08-25T07:30:04.823Z | Downloaded ref-cast v1.0.25 |
| 862 | 2026-08-25T07:30:04.823Z | Downloaded stable_deref_trait v1.2.1 |
| 863 | 2026-08-25T07:30:04.823Z | Downloaded serde-big-array v0.5.1 |
| 864 | 2026-08-25T07:30:04.823Z | Downloaded tap v1.0.1 |
| 865 | 2026-08-25T07:30:04.823Z | Downloaded tower-service v0.3.3 |
| 866 | 2026-08-25T07:30:04.823Z | Downloaded salsa20 v0.11.0 |
| 867 | 2026-08-25T07:30:04.824Z | Downloaded schemars v1.2.1 |
| 868 | 2026-08-25T07:30:04.844Z | Downloaded icu_normalizer v2.1.1 |
| 869 | 2026-08-25T07:30:04.844Z | Downloaded ignore v0.4.25 |
| 870 | 2026-08-25T07:30:04.844Z | Downloaded newtype-uuid v1.3.2 |
| 871 | 2026-08-25T07:30:04.844Z | Downloaded cookie v0.18.1 |
| 872 | 2026-08-25T07:30:04.844Z | Downloaded internet-checksum v0.2.1 |
| 873 | 2026-08-25T07:30:04.844Z | Downloaded libloading v0.8.9 |
| 874 | 2026-08-25T07:30:04.844Z | Downloaded module-lattice v0.2.3 |
| 875 | 2026-08-25T07:30:04.844Z | Downloaded derive-ex v0.1.8 |
| 876 | 2026-08-25T07:30:04.844Z | Downloaded primefield v0.14.0 |
| 877 | 2026-08-25T07:30:04.844Z | Downloaded proc-macro-error2 v2.0.1 |
| 878 | 2026-08-25T07:30:04.844Z | Downloaded knus v3.4.0 |
| 879 | 2026-08-25T07:30:04.844Z | Downloaded usdt-macro v0.6.0 |
| 880 | 2026-08-25T07:30:04.844Z | Downloaded crossbeam-channel v0.5.15 |
| 881 | 2026-08-25T07:30:04.844Z | Downloaded defmt-parser v1.0.0 |
| 882 | 2026-08-25T07:30:04.844Z | Downloaded phf_shared v0.13.1 |
| 883 | 2026-08-25T07:30:04.844Z | Downloaded tracing-core v0.1.36 |
| 884 | 2026-08-25T07:30:04.844Z | Downloaded poly1305 v0.8.0 |
| 885 | 2026-08-25T07:30:04.844Z | Downloaded try-lock v0.2.5 |
| 886 | 2026-08-25T07:30:04.844Z | Downloaded tungstenite v0.21.0 |
| 887 | 2026-08-25T07:30:04.844Z | Downloaded typify-macro v0.6.2 |
| 888 | 2026-08-25T07:30:04.844Z | Downloaded wnaf v0.14.0 |
| 889 | 2026-08-25T07:30:04.844Z | Downloaded schemars_derive v0.8.22 |
| 890 | 2026-08-25T07:30:04.844Z | Downloaded slog-async v2.8.0 |
| 891 | 2026-08-25T07:30:04.844Z | Downloaded crc v3.4.0 |
| 892 | 2026-08-25T07:30:04.844Z | Downloaded aes v0.9.1 |
| 893 | 2026-08-25T07:30:04.844Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 894 | 2026-08-25T07:30:04.844Z | Downloaded spki v0.7.3 |
| 895 | 2026-08-25T07:30:04.845Z | Downloaded native-tls v0.2.18 |
| 896 | 2026-08-25T07:30:04.845Z | Downloaded synstructure v0.13.2 |
| 897 | 2026-08-25T07:30:04.869Z | Downloaded socket2 v0.6.3 |
| 898 | 2026-08-25T07:30:04.870Z | Downloaded term v1.2.1 |
| 899 | 2026-08-25T07:30:04.870Z | Downloaded libscf-sys v1.2.0 |
| 900 | 2026-08-25T07:30:04.870Z | Downloaded openssl-sys v0.9.117 |
| 901 | 2026-08-25T07:30:04.870Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 902 | 2026-08-25T07:30:04.870Z | Downloaded tokio-tungstenite v0.21.0 |
| 903 | 2026-08-25T07:30:04.899Z | Downloaded phf_shared v0.12.1 |
| 904 | 2026-08-25T07:30:04.899Z | Downloaded path-slash v0.1.5 |
| 905 | 2026-08-25T07:30:04.899Z | Downloaded darling_core v0.13.4 |
| 906 | 2026-08-25T07:30:04.899Z | Downloaded hashbrown v0.13.2 |
| 907 | 2026-08-25T07:30:04.899Z | Downloaded x509-cert v0.2.5 |
| 908 | 2026-08-25T07:30:04.899Z | Downloaded vergen-lib v0.1.6 |
| 909 | 2026-08-25T07:30:04.899Z | Downloaded wait-timeout v0.2.1 |
| 910 | 2026-08-25T07:30:04.899Z | Downloaded vte v0.14.1 |
| 911 | 2026-08-25T07:30:04.899Z | Downloaded daft v0.1.8 |
| 912 | 2026-08-25T07:30:04.899Z | Downloaded displaydoc v0.2.5 |
| 913 | 2026-08-25T07:30:04.899Z | Downloaded serde_path_to_error v0.1.20 |
| 914 | 2026-08-25T07:30:04.899Z | Downloaded strum_macros v0.27.2 |
| 915 | 2026-08-25T07:30:04.899Z | Downloaded kstat-rs v0.2.5 |
| 916 | 2026-08-25T07:30:04.899Z | Downloaded thread_local v1.1.9 |
| 917 | 2026-08-25T07:30:04.899Z | Downloaded lru-slab v0.1.2 |
| 918 | 2026-08-25T07:30:04.900Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 919 | 2026-08-25T07:30:04.926Z | Downloaded litrs v1.0.0 |
| 920 | 2026-08-25T07:30:04.926Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 921 | 2026-08-25T07:30:04.926Z | Downloaded num-bigint-dig v0.8.6 |
| 922 | 2026-08-25T07:30:04.926Z | Downloaded hashbrown v0.14.5 |
| 923 | 2026-08-25T07:30:04.926Z | Downloaded hashbrown v0.15.5 |
| 924 | 2026-08-25T07:30:04.926Z | Downloaded unicode-xid v0.2.6 |
| 925 | 2026-08-25T07:30:04.926Z | Downloaded zstd v0.13.3 |
| 926 | 2026-08-25T07:30:04.926Z | Downloaded zstd-safe v7.2.4 |
| 927 | 2026-08-25T07:30:04.926Z | Downloaded hashbrown v0.16.1 |
| 928 | 2026-08-25T07:30:04.927Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 929 | 2026-08-25T07:30:04.927Z | Downloaded ingot v0.2.1 |
| 930 | 2026-08-25T07:30:04.927Z | Downloaded strum v0.26.3 |
| 931 | 2026-08-25T07:30:04.927Z | Downloaded tagptr v0.2.0 |
| 932 | 2026-08-25T07:30:04.927Z | Downloaded crossbeam-deque v0.8.6 |
| 933 | 2026-08-25T07:30:04.927Z | Downloaded csv-core v0.1.13 |
| 934 | 2026-08-25T07:30:04.950Z | Downloaded sha1 v0.10.6 |
| 935 | 2026-08-25T07:30:04.950Z | Downloaded diesel_derives v2.3.7 |
| 936 | 2026-08-25T07:30:04.951Z | Downloaded defmt v1.0.1 |
| 937 | 2026-08-25T07:30:04.951Z | Downloaded nanorand v0.7.0 |
| 938 | 2026-08-25T07:30:04.951Z | Downloaded parking_lot v0.11.2 |
| 939 | 2026-08-25T07:30:04.951Z | Downloaded elliptic-curve v0.13.8 |
| 940 | 2026-08-25T07:30:04.951Z | Downloaded unicode-truncate v1.1.0 |
| 941 | 2026-08-25T07:30:04.951Z | Downloaded defmt-macros v1.0.1 |
| 942 | 2026-08-25T07:30:04.951Z | Downloaded ed25519 v2.2.3 |
| 943 | 2026-08-25T07:30:04.951Z | Downloaded ed25519 v3.0.0 |
| 944 | 2026-08-25T07:30:04.951Z | Downloaded rustls-pki-types v1.14.0 |
| 945 | 2026-08-25T07:30:04.951Z | Downloaded supports-color v3.0.2 |
| 946 | 2026-08-25T07:30:04.951Z | Downloaded testing_table v0.3.0 |
| 947 | 2026-08-25T07:30:04.952Z | Downloaded tokio-test v0.4.5 |
| 948 | 2026-08-25T07:30:04.952Z | Downloaded tower v0.5.3 |
| 949 | 2026-08-25T07:30:04.977Z | Downloaded oxide-tokio-rt v0.1.4 |
| 950 | 2026-08-25T07:30:04.977Z | Downloaded num_enum v0.7.6 |
| 951 | 2026-08-25T07:30:04.977Z | Downloaded usdt-attr-macro v0.6.0 |
| 952 | 2026-08-25T07:30:04.977Z | Downloaded yoke-derive v0.8.1 |
| 953 | 2026-08-25T07:30:04.978Z | Downloaded zone v0.3.1 |
| 954 | 2026-08-25T07:30:04.978Z | Downloaded unicode_categories v0.1.1 |
| 955 | 2026-08-25T07:30:04.978Z | Downloaded rand_core v0.10.0 |
| 956 | 2026-08-25T07:30:05.031Z | Downloaded rustls-pemfile v2.2.0 |
| 957 | 2026-08-25T07:30:05.031Z | Downloaded sec1 v0.7.3 |
| 958 | 2026-08-25T07:30:05.031Z | Downloaded sec1 v0.8.1 |
| 959 | 2026-08-25T07:30:05.031Z | Downloaded dof v0.4.0 |
| 960 | 2026-08-25T07:30:05.031Z | Downloaded zip v4.6.1 |
| 961 | 2026-08-25T07:30:05.031Z | Downloaded iana-time-zone v0.1.65 |
| 962 | 2026-08-25T07:30:05.031Z | Downloaded zip v0.6.6 |
| 963 | 2026-08-25T07:30:05.031Z | Downloaded crc-any v2.5.0 |
| 964 | 2026-08-25T07:30:05.031Z | Downloaded pin-project v1.1.11 |
| 965 | 2026-08-25T07:30:05.031Z | Downloaded ssh-encoding v0.3.0 |
| 966 | 2026-08-25T07:30:05.031Z | Downloaded tls_codec v0.4.2 |
| 967 | 2026-08-25T07:30:05.031Z | Downloaded linked-hash-map v0.5.6 |
| 968 | 2026-08-25T07:30:05.031Z | Downloaded progenitor v0.14.0 |
| 969 | 2026-08-25T07:30:05.031Z | Downloaded is-terminal v0.4.17 |
| 970 | 2026-08-25T07:30:05.031Z | Downloaded snafu-derive v0.8.9 |
| 971 | 2026-08-25T07:30:05.031Z | Downloaded r2d2 v0.8.10 |
| 972 | 2026-08-25T07:30:05.082Z | Downloaded psm v0.1.30 |
| 973 | 2026-08-25T07:30:05.082Z | Downloaded itertools v0.10.5 |
| 974 | 2026-08-25T07:30:05.082Z | Downloaded p256 v0.14.0 |
| 975 | 2026-08-25T07:30:05.082Z | Downloaded slog-json v2.6.1 |
| 976 | 2026-08-25T07:30:05.082Z | Downloaded toml_edit v0.19.15 |
| 977 | 2026-08-25T07:30:05.082Z | Downloaded icu_locale_core v2.1.1 |
| 978 | 2026-08-25T07:30:05.082Z | Downloaded paste v1.0.15 |
| 979 | 2026-08-25T07:30:05.083Z | Downloaded walkdir v2.5.0 |
| 980 | 2026-08-25T07:30:05.083Z | Downloaded mime v0.3.17 |
| 981 | 2026-08-25T07:30:05.083Z | Downloaded num v0.4.3 |
| 982 | 2026-08-25T07:30:05.083Z | Downloaded oxide-generation-macros v0.2.0 |
| 983 | 2026-08-25T07:30:05.083Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 984 | 2026-08-25T07:30:05.083Z | Downloaded rtoolbox v0.0.3 |
| 985 | 2026-08-25T07:30:05.083Z | Downloaded phf_shared v0.11.3 |
| 986 | 2026-08-25T07:30:05.083Z | Downloaded hyper-util v0.1.20 |
| 987 | 2026-08-25T07:30:05.083Z | Downloaded rustls-platform-verifier v0.6.2 |
| 988 | 2026-08-25T07:30:05.083Z | Downloaded similar v2.7.0 |
| 989 | 2026-08-25T07:30:05.083Z | Downloaded indicatif v0.18.4 |
| 990 | 2026-08-25T07:30:05.083Z | Downloaded writeable v0.6.2 |
| 991 | 2026-08-25T07:30:05.083Z | Downloaded poly1305 v0.9.0 |
| 992 | 2026-08-25T07:30:05.083Z | Downloaded postgres-protocol v0.6.10 |
| 993 | 2026-08-25T07:30:05.083Z | Downloaded corncobs v0.1.4 |
| 994 | 2026-08-25T07:30:05.084Z | Downloaded time-macros v0.2.27 |
| 995 | 2026-08-25T07:30:05.084Z | Downloaded git2 v0.20.4 |
| 996 | 2026-08-25T07:30:05.084Z | Downloaded uzers v0.12.2 |
| 997 | 2026-08-25T07:30:05.084Z | Downloaded futures-util v0.3.32 |
| 998 | 2026-08-25T07:30:05.114Z | Downloaded darling_macro v0.13.4 |
| 999 | 2026-08-25T07:30:05.114Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1000 | 2026-08-25T07:30:05.114Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1001 | 2026-08-25T07:30:05.114Z | Downloaded test-strategy v0.4.5 |
| 1002 | 2026-08-25T07:30:05.114Z | Downloaded sha2 v0.11.0 |
| 1003 | 2026-08-25T07:30:05.114Z | Downloaded thread-id v5.1.0 |
| 1004 | 2026-08-25T07:30:05.114Z | Downloaded digest v0.11.3 |
| 1005 | 2026-08-25T07:30:05.114Z | Downloaded supports-hyperlinks v3.2.0 |
| 1006 | 2026-08-25T07:30:05.114Z | Downloaded aes-gcm v0.11.0 |
| 1007 | 2026-08-25T07:30:05.114Z | Downloaded progenitor-impl v0.14.0 |
| 1008 | 2026-08-25T07:30:05.115Z | Downloaded linear-map v1.2.0 |
| 1009 | 2026-08-25T07:30:05.115Z | Downloaded zone_cfg_derive v0.3.1 |
| 1010 | 2026-08-25T07:30:05.115Z | Downloaded tokio-macros v2.7.0 |
| 1011 | 2026-08-25T07:30:05.115Z | Downloaded universal-hash v0.6.1 |
| 1012 | 2026-08-25T07:30:05.115Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1013 | 2026-08-25T07:30:05.116Z | Downloaded universal-hash v0.5.1 |
| 1014 | 2026-08-25T07:30:05.116Z | Downloaded dirs-next v2.0.0 |
| 1015 | 2026-08-25T07:30:05.116Z | Downloaded document-features v0.2.12 |
| 1016 | 2026-08-25T07:30:05.116Z | Downloaded crossterm v0.28.1 |
| 1017 | 2026-08-25T07:30:05.116Z | Downloaded qorb v0.4.1 |
| 1018 | 2026-08-25T07:30:05.116Z | Downloaded crossbeam-utils v0.8.21 |
| 1019 | 2026-08-25T07:30:05.116Z | Downloaded rand v0.8.6 |
| 1020 | 2026-08-25T07:30:05.116Z | Downloaded crossterm v0.29.0 |
| 1021 | 2026-08-25T07:30:05.117Z | Downloaded mime_guess v2.0.5 |
| 1022 | 2026-08-25T07:30:05.117Z | Downloaded crossbeam-epoch v0.9.18 |
| 1023 | 2026-08-25T07:30:05.117Z | Downloaded predicates v3.1.4 |
| 1024 | 2026-08-25T07:30:05.117Z | Downloaded kem v0.3.0 |
| 1025 | 2026-08-25T07:30:05.117Z | Downloaded lzss v0.8.2 |
| 1026 | 2026-08-25T07:30:05.117Z | Downloaded tower-http v0.6.8 |
| 1027 | 2026-08-25T07:30:05.117Z | Downloaded pem-rfc7468 v1.0.0 |
| 1028 | 2026-08-25T07:30:05.132Z | Downloaded tough v0.22.0 |
| 1029 | 2026-08-25T07:30:05.132Z | Downloaded derive_builder v0.20.2 |
| 1030 | 2026-08-25T07:30:05.132Z | Downloaded hkdf v0.13.0 |
| 1031 | 2026-08-25T07:30:05.132Z | Downloaded memmap2 v0.9.10 |
| 1032 | 2026-08-25T07:30:05.132Z | Downloaded num-traits v0.2.19 |
| 1033 | 2026-08-25T07:30:05.132Z | Downloaded tracing-attributes v0.1.31 |
| 1034 | 2026-08-25T07:30:05.133Z | Downloaded stacker v0.1.23 |
| 1035 | 2026-08-25T07:30:05.133Z | Downloaded static_assertions v1.1.0 |
| 1036 | 2026-08-25T07:30:05.133Z | Downloaded darling v0.20.11 |
| 1037 | 2026-08-25T07:30:05.133Z | Downloaded secrecy v0.8.0 |
| 1038 | 2026-08-25T07:30:05.133Z | Downloaded signature v3.0.0 |
| 1039 | 2026-08-25T07:30:05.133Z | Downloaded hkdf v0.12.4 |
| 1040 | 2026-08-25T07:30:05.133Z | Downloaded ecdsa v0.17.0 |
| 1041 | 2026-08-25T07:30:05.133Z | Downloaded miette v7.6.0 |
| 1042 | 2026-08-25T07:30:05.133Z | Downloaded serde_derive_internals v0.29.1 |
| 1043 | 2026-08-25T07:30:05.133Z | Downloaded hybrid-array v0.4.13 |
| 1044 | 2026-08-25T07:30:05.133Z | Downloaded ingot-macros v0.2.0 |
| 1045 | 2026-08-25T07:30:05.133Z | Downloaded simd-adler32 v0.3.8 |
| 1046 | 2026-08-25T07:30:05.133Z | Downloaded des v0.9.0 |
| 1047 | 2026-08-25T07:30:05.133Z | Downloaded russh-cryptovec v0.62.0 |
| 1048 | 2026-08-25T07:30:05.133Z | Downloaded russh-util v0.52.0 |
| 1049 | 2026-08-25T07:30:05.133Z | Downloaded aho-corasick v1.1.4 |
| 1050 | 2026-08-25T07:30:05.152Z | Downloaded rayon v1.11.0 |
| 1051 | 2026-08-25T07:30:05.152Z | Downloaded itertools v0.12.1 |
| 1052 | 2026-08-25T07:30:05.152Z | Downloaded zerocopy-derive v0.8.55 |
| 1053 | 2026-08-25T07:30:05.177Z | Downloaded crc8 v0.1.1 |
| 1054 | 2026-08-25T07:30:05.177Z | Downloaded tokio-tungstenite v0.23.1 |
| 1055 | 2026-08-25T07:30:05.177Z | Downloaded inout v0.2.2 |
| 1056 | 2026-08-25T07:30:05.177Z | Downloaded serde_urlencoded v0.7.1 |
| 1057 | 2026-08-25T07:30:05.177Z | Downloaded postgres-types v0.2.12 |
| 1058 | 2026-08-25T07:30:05.177Z | Downloaded trait-variant v0.1.2 |
| 1059 | 2026-08-25T07:30:05.177Z | Downloaded crypto-bigint v0.5.5 |
| 1060 | 2026-08-25T07:30:05.177Z | Downloaded der v0.7.10 |
| 1061 | 2026-08-25T07:30:05.177Z | Downloaded slog v2.8.2 |
| 1062 | 2026-08-25T07:30:05.177Z | Downloaded parking_lot v0.12.5 |
| 1063 | 2026-08-25T07:30:05.177Z | Downloaded ron v0.8.1 |
| 1064 | 2026-08-25T07:30:05.205Z | Downloaded yoke v0.8.1 |
| 1065 | 2026-08-25T07:30:05.205Z | Downloaded ident_case v1.0.1 |
| 1066 | 2026-08-25T07:30:05.205Z | Downloaded jiff-static v0.2.34 |
| 1067 | 2026-08-25T07:30:05.205Z | Downloaded daft-derive v0.1.8 |
| 1068 | 2026-08-25T07:30:05.205Z | Downloaded progenitor-client v0.13.0 |
| 1069 | 2026-08-25T07:30:05.205Z | Downloaded sigpipe v0.1.3 |
| 1070 | 2026-08-25T07:30:05.206Z | Downloaded nom v7.1.3 |
| 1071 | 2026-08-25T07:30:05.206Z | Downloaded steno v0.4.1 |
| 1072 | 2026-08-25T07:30:05.206Z | Downloaded h2 v0.4.15 |
| 1073 | 2026-08-25T07:30:05.206Z | Downloaded indoc v2.0.7 |
| 1074 | 2026-08-25T07:30:05.206Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1075 | 2026-08-25T07:30:05.253Z | Downloaded serdect v0.4.3 |
| 1076 | 2026-08-25T07:30:05.253Z | Downloaded sponge-cursor v0.1.0 |
| 1077 | 2026-08-25T07:30:05.253Z | Downloaded whoami v2.1.0 |
| 1078 | 2026-08-25T07:30:05.253Z | Downloaded tinyvec_macros v0.1.1 |
| 1079 | 2026-08-25T07:30:05.253Z | Downloaded waitgroup v0.1.2 |
| 1080 | 2026-08-25T07:30:05.253Z | Downloaded want v0.3.1 |
| 1081 | 2026-08-25T07:30:05.253Z | Downloaded illumos-nvpair v0.3.0 |
| 1082 | 2026-08-25T07:30:05.253Z | Downloaded pkcs8 v0.10.2 |
| 1083 | 2026-08-25T07:30:05.253Z | Downloaded owo-colors v4.3.0 |
| 1084 | 2026-08-25T07:30:05.253Z | Downloaded wyz v0.5.1 |
| 1085 | 2026-08-25T07:30:05.253Z | Downloaded data-encoding v2.10.0 |
| 1086 | 2026-08-25T07:30:05.253Z | Downloaded ecdsa v0.16.9 |
| 1087 | 2026-08-25T07:30:05.253Z | Downloaded parse-display v0.10.0 |
| 1088 | 2026-08-25T07:30:05.253Z | Downloaded openssl-probe v0.1.6 |
| 1089 | 2026-08-25T07:30:05.253Z | Downloaded proc-macro-crate v3.4.0 |
| 1090 | 2026-08-25T07:30:05.253Z | Downloaded semver v0.1.20 |
| 1091 | 2026-08-25T07:30:05.254Z | Downloaded progenitor-macro v0.13.0 |
| 1092 | 2026-08-25T07:30:05.254Z | Downloaded convert_case v0.4.0 |
| 1093 | 2026-08-25T07:30:05.254Z | Downloaded same-file v1.0.6 |
| 1094 | 2026-08-25T07:30:05.254Z | Downloaded slog-term v2.9.2 |
| 1095 | 2026-08-25T07:30:05.274Z | Downloaded ryu v1.0.23 |
| 1096 | 2026-08-25T07:30:05.274Z | Downloaded tiny-keccak v2.0.2 |
| 1097 | 2026-08-25T07:30:05.275Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1098 | 2026-08-25T07:30:05.275Z | Downloaded tower-layer v0.3.3 |
| 1099 | 2026-08-25T07:30:05.275Z | Downloaded tui-tree-widget v0.23.1 |
| 1100 | 2026-08-25T07:30:05.275Z | Downloaded vergen-lib v9.1.0 |
| 1101 | 2026-08-25T07:30:05.275Z | Downloaded darling v0.13.4 |
| 1102 | 2026-08-25T07:30:05.275Z | Downloaded ml-kem v0.3.2 |
| 1103 | 2026-08-25T07:30:05.275Z | Downloaded num-rational v0.4.2 |
| 1104 | 2026-08-25T07:30:05.275Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1105 | 2026-08-25T07:30:05.275Z | Downloaded unicode-properties v0.1.4 |
| 1106 | 2026-08-25T07:30:05.275Z | Downloaded omicron-zone-package v0.12.3 |
| 1107 | 2026-08-25T07:30:05.275Z | Downloaded ppv-lite86 v0.2.21 |
| 1108 | 2026-08-25T07:30:05.275Z | Downloaded rustls-webpki v0.103.13 |
| 1109 | 2026-08-25T07:30:05.275Z | Downloaded scuffle v0.1.0 |
| 1110 | 2026-08-25T07:30:05.276Z | Downloaded unicode-normalization v0.1.25 |
| 1111 | 2026-08-25T07:30:05.276Z | Downloaded rustc-demangle v0.1.27 |
| 1112 | 2026-08-25T07:30:05.276Z | Downloaded critical-section v1.2.0 |
| 1113 | 2026-08-25T07:30:05.276Z | Downloaded minimal-lexical v0.2.1 |
| 1114 | 2026-08-25T07:30:05.276Z | Downloaded newtype_derive v0.1.6 |
| 1115 | 2026-08-25T07:30:05.276Z | Downloaded convert_case v0.10.0 |
| 1116 | 2026-08-25T07:30:05.276Z | Downloaded keccak v0.1.6 |
| 1117 | 2026-08-25T07:30:05.276Z | Downloaded smallvec v0.6.14 |
| 1118 | 2026-08-25T07:30:05.276Z | Downloaded icu_normalizer_data v2.1.1 |
| 1119 | 2026-08-25T07:30:05.276Z | Downloaded tungstenite v0.23.0 |
| 1120 | 2026-08-25T07:30:05.276Z | Downloaded powerfmt v0.2.0 |
| 1121 | 2026-08-25T07:30:05.276Z | Downloaded termtree v0.5.1 |
| 1122 | 2026-08-25T07:30:05.277Z | Downloaded winnow v1.0.3 |
| 1123 | 2026-08-25T07:30:05.295Z | Downloaded unarray v0.1.4 |
| 1124 | 2026-08-25T07:30:05.295Z | Downloaded num-bigint v0.4.6 |
| 1125 | 2026-08-25T07:30:05.295Z | Downloaded dropshot_endpoint v0.17.1 |
| 1126 | 2026-08-25T07:30:05.295Z | Downloaded derive-where v1.6.0 |
| 1127 | 2026-08-25T07:30:05.295Z | Downloaded num-integer v0.1.46 |
| 1128 | 2026-08-25T07:30:05.295Z | Downloaded zeroize_derive v1.5.0 |
| 1129 | 2026-08-25T07:30:05.295Z | Downloaded oxide-generation v0.1.3 |
| 1130 | 2026-08-25T07:30:05.295Z | Downloaded instability v0.3.11 |
| 1131 | 2026-08-25T07:30:05.295Z | Downloaded md-5 v0.10.6 |
| 1132 | 2026-08-25T07:30:05.295Z | Downloaded maplit v1.0.2 |
| 1133 | 2026-08-25T07:30:05.295Z | Downloaded nom v8.0.0 |
| 1134 | 2026-08-25T07:30:05.295Z | Downloaded siphasher v1.0.2 |
| 1135 | 2026-08-25T07:30:05.295Z | Downloaded zerovec v0.11.5 |
| 1136 | 2026-08-25T07:30:05.394Z | Downloaded pin-project-lite v0.2.17 |
| 1137 | 2026-08-25T07:30:05.394Z | Downloaded tokio-dtrace v0.1.1 |
| 1138 | 2026-08-25T07:30:05.394Z | Downloaded tabwriter v1.4.1 |
| 1139 | 2026-08-25T07:30:05.394Z | Downloaded crunchy v0.2.4 |
| 1140 | 2026-08-25T07:30:05.394Z | Downloaded serde_cbor v0.11.2 |
| 1141 | 2026-08-25T07:30:05.394Z | Downloaded tokio-stream v0.1.18 |
| 1142 | 2026-08-25T07:30:05.394Z | Downloaded hyper-tls v0.6.0 |
| 1143 | 2026-08-25T07:30:05.394Z | Downloaded tokio-util v0.7.18 |
| 1144 | 2026-08-25T07:30:05.395Z | Downloaded humantime v2.3.0 |
| 1145 | 2026-08-25T07:30:05.395Z | Downloaded proptest v1.11.0 |
| 1146 | 2026-08-25T07:30:05.474Z | Downloaded debug-ignore v1.0.5 |
| 1147 | 2026-08-25T07:30:05.474Z | Downloaded der v0.8.0 |
| 1148 | 2026-08-25T07:30:05.474Z | Downloaded diesel-dtrace v0.5.0 |
| 1149 | 2026-08-25T07:30:05.475Z | Downloaded hyper-rustls v0.27.7 |
| 1150 | 2026-08-25T07:30:05.475Z | Downloaded libefi-sys v0.1.0 |
| 1151 | 2026-08-25T07:30:05.475Z | Downloaded proc-macro-crate v1.3.1 |
| 1152 | 2026-08-25T07:30:05.475Z | Downloaded nu-ansi-term v0.50.3 |
| 1153 | 2026-08-25T07:30:05.475Z | Downloaded rfc6979 v0.6.0 |
| 1154 | 2026-08-25T07:30:05.475Z | Downloaded knus-derive v3.4.0 |
| 1155 | 2026-08-25T07:30:05.475Z | Downloaded strum_macros v0.26.4 |
| 1156 | 2026-08-25T07:30:05.475Z | Downloaded reqwest v0.12.28 |
| 1157 | 2026-08-25T07:30:05.475Z | Downloaded rustls-native-certs v0.8.3 |
| 1158 | 2026-08-25T07:30:05.475Z | Downloaded rusty-fork v0.3.1 |
| 1159 | 2026-08-25T07:30:05.475Z | Downloaded reqwest v0.13.2 |
| 1160 | 2026-08-25T07:30:05.475Z | Downloaded digest-io v0.1.0 |
| 1161 | 2026-08-25T07:30:05.475Z | Downloaded hyper v1.10.1 |
| 1162 | 2026-08-25T07:30:05.475Z | Downloaded slog-scope v4.4.1 |
| 1163 | 2026-08-25T07:30:05.475Z | Downloaded utf8_iter v1.0.4 |
| 1164 | 2026-08-25T07:30:05.475Z | Downloaded litemap v0.8.1 |
| 1165 | 2026-08-25T07:30:05.475Z | Downloaded indent_write v2.2.0 |
| 1166 | 2026-08-25T07:30:05.475Z | Downloaded blake3 v1.8.5 |
| 1167 | 2026-08-25T07:30:05.475Z | Downloaded strum v0.27.2 |
| 1168 | 2026-08-25T07:30:05.475Z | Downloaded constant_time_eq v0.4.2 |
| 1169 | 2026-08-25T07:30:05.475Z | Downloaded zeroize v1.9.0 |
| 1170 | 2026-08-25T07:30:05.475Z | Downloaded p521 v0.14.0 |
| 1171 | 2026-08-25T07:30:05.475Z | Downloaded typed-path v0.9.3 |
| 1172 | 2026-08-25T07:30:05.475Z | Downloaded match_cfg v0.1.0 |
| 1173 | 2026-08-25T07:30:05.475Z | Downloaded p384 v0.14.0 |
| 1174 | 2026-08-25T07:30:05.476Z | Downloaded parking_lot_core v0.8.6 |
| 1175 | 2026-08-25T07:30:05.476Z | Downloaded ssh-cipher v0.3.0 |
| 1176 | 2026-08-25T07:30:05.476Z | Downloaded lru-cache v0.1.2 |
| 1177 | 2026-08-25T07:30:05.476Z | Downloaded void v1.0.2 |
| 1178 | 2026-08-25T07:30:05.476Z | Downloaded sapling-renderdag v0.1.0 |
| 1179 | 2026-08-25T07:30:05.476Z | Downloaded quinn-udp v0.5.14 |
| 1180 | 2026-08-25T07:30:05.476Z | Downloaded snafu v0.8.9 |
| 1181 | 2026-08-25T07:30:05.476Z | Downloaded aws-lc-rs v1.16.3 |
| 1182 | 2026-08-25T07:30:05.476Z | Downloaded bitvec v1.0.1 |
| 1183 | 2026-08-25T07:30:05.476Z | Downloaded phc v0.6.1 |
| 1184 | 2026-08-25T07:30:05.476Z | Downloaded quick-xml v0.37.5 |
| 1185 | 2026-08-25T07:30:05.476Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1186 | 2026-08-25T07:30:05.476Z | Downloaded usdt-impl v0.6.0 |
| 1187 | 2026-08-25T07:30:05.476Z | Downloaded zerofrom-derive v0.1.6 |
| 1188 | 2026-08-25T07:30:05.476Z | Downloaded normalize-line-endings v0.3.0 |
| 1189 | 2026-08-25T07:30:05.476Z | Downloaded yansi v1.0.1 |
| 1190 | 2026-08-25T07:30:05.476Z | Downloaded icu_properties v2.1.2 |
| 1191 | 2026-08-25T07:30:05.476Z | Downloaded strum_macros v0.24.3 |
| 1192 | 2026-08-25T07:30:05.476Z | Downloaded jiff-core v0.1.0 |
| 1193 | 2026-08-25T07:30:05.476Z | Downloaded diff v0.1.13 |
| 1194 | 2026-08-25T07:30:05.476Z | Downloaded multer v3.1.0 |
| 1195 | 2026-08-25T07:30:05.476Z | Downloaded pkcs8 v0.11.0 |
| 1196 | 2026-08-25T07:30:05.476Z | Downloaded mio v1.2.0 |
| 1197 | 2026-08-25T07:30:05.476Z | Downloaded smallvec v1.15.1 |
| 1198 | 2026-08-25T07:30:05.477Z | Downloaded crc32fast v1.5.0 |
| 1199 | 2026-08-25T07:30:05.477Z | Downloaded ipnet v2.12.0 |
| 1200 | 2026-08-25T07:30:05.477Z | Downloaded rand_chacha v0.9.0 |
| 1201 | 2026-08-25T07:30:05.477Z | Downloaded sha3 v0.12.0 |
| 1202 | 2026-08-25T07:30:05.565Z | Downloaded pretty_assertions v1.4.1 |
| 1203 | 2026-08-25T07:30:05.565Z | Downloaded rcgen v0.12.1 |
| 1204 | 2026-08-25T07:30:05.565Z | Downloaded goblin v0.10.5 |
| 1205 | 2026-08-25T07:30:05.566Z | Downloaded indexmap v1.9.3 |
| 1206 | 2026-08-25T07:30:05.566Z | Downloaded seq-macro v0.3.6 |
| 1207 | 2026-08-25T07:30:05.566Z | Downloaded bindgen v0.71.1 |
| 1208 | 2026-08-25T07:30:05.566Z | Downloaded rand_core v0.6.4 |
| 1209 | 2026-08-25T07:30:05.566Z | Downloaded itertools v0.13.0 |
| 1210 | 2026-08-25T07:30:05.566Z | Downloaded tar v0.4.46 |
| 1211 | 2026-08-25T07:30:05.566Z | Downloaded cookie_store v0.22.1 |
| 1212 | 2026-08-25T07:30:05.566Z | Downloaded spin v0.9.8 |
| 1213 | 2026-08-25T07:30:05.566Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1214 | 2026-08-25T07:30:05.566Z | Downloaded term v0.7.0 |
| 1215 | 2026-08-25T07:30:05.566Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1216 | 2026-08-25T07:30:05.566Z | Downloaded slab v0.4.12 |
| 1217 | 2026-08-25T07:30:05.566Z | Downloaded publicsuffix v2.3.0 |
| 1218 | 2026-08-25T07:30:05.566Z | Downloaded uuid v1.23.4 |
| 1219 | 2026-08-25T07:30:05.566Z | Downloaded rand v0.9.2 |
| 1220 | 2026-08-25T07:30:05.566Z | Downloaded winnow v0.6.26 |
| 1221 | 2026-08-25T07:30:05.566Z | Downloaded twox-hash v2.1.2 |
| 1222 | 2026-08-25T07:30:05.567Z | Downloaded peg v0.8.5 |
| 1223 | 2026-08-25T07:30:05.567Z | Downloaded yasna v0.5.2 |
| 1224 | 2026-08-25T07:30:05.567Z | Downloaded darling v0.23.0 |
| 1225 | 2026-08-25T07:30:05.616Z | Downloaded portable-atomic v1.13.1 |
| 1226 | 2026-08-25T07:30:05.616Z | Downloaded miniz_oxide v0.8.9 |
| 1227 | 2026-08-25T07:30:05.616Z | Downloaded rsa v0.10.0-rc.18 |
| 1228 | 2026-08-25T07:30:05.616Z | Downloaded iddqd v0.4.2 |
| 1229 | 2026-08-25T07:30:05.616Z | Downloaded prettyplease v0.2.37 |
| 1230 | 2026-08-25T07:30:05.616Z | Downloaded derive_more v2.1.1 |
| 1231 | 2026-08-25T07:30:05.616Z | Downloaded derive_more v0.99.20 |
| 1232 | 2026-08-25T07:30:05.616Z | Downloaded iri-string v0.7.10 |
| 1233 | 2026-08-25T07:30:05.616Z | Downloaded winnow v0.5.40 |
| 1234 | 2026-08-25T07:30:05.616Z | Downloaded progenitor-impl v0.13.0 |
| 1235 | 2026-08-25T07:30:05.617Z | Downloaded subprocess v0.2.15 |
| 1236 | 2026-08-25T07:30:05.617Z | Downloaded time v0.3.47 |
| 1237 | 2026-08-25T07:30:05.617Z | Downloaded toml v0.7.8 |
| 1238 | 2026-08-25T07:30:05.617Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-08-25T07:30:05.617Z | Downloaded reedline v0.40.0 |
| 1240 | 2026-08-25T07:30:05.617Z | Downloaded smoltcp v0.9.1 |
| 1241 | 2026-08-25T07:30:05.617Z | Downloaded gimli v0.32.3 |
| 1242 | 2026-08-25T07:30:05.617Z | Downloaded libm v0.2.16 |
| 1243 | 2026-08-25T07:30:05.617Z | Downloaded idna v1.1.0 |
| 1244 | 2026-08-25T07:30:05.617Z | Downloaded vcpkg v0.2.15 |
| 1245 | 2026-08-25T07:30:05.670Z | Downloaded ed25519-dalek v2.2.0 |
| 1246 | 2026-08-25T07:30:05.670Z | Downloaded chrono v0.4.45 |
| 1247 | 2026-08-25T07:30:05.670Z | Downloaded dropshot-api-manager v0.8.0 |
| 1248 | 2026-08-25T07:30:05.670Z | Downloaded icu_collections v2.1.1 |
| 1249 | 2026-08-25T07:30:05.670Z | Downloaded darling_core v0.20.11 |
| 1250 | 2026-08-25T07:30:05.670Z | Downloaded derive_more-impl v2.1.1 |
| 1251 | 2026-08-25T07:30:05.670Z | Downloaded lalrpop v0.19.12 |
| 1252 | 2026-08-25T07:30:05.670Z | Downloaded icu_properties_data v2.1.2 |
| 1253 | 2026-08-25T07:30:05.670Z | Downloaded libxml v0.3.3 |
| 1254 | 2026-08-25T07:30:05.670Z | Downloaded itertools v0.14.0 |
| 1255 | 2026-08-25T07:30:05.694Z | Downloaded darling_core v0.23.0 |
| 1256 | 2026-08-25T07:30:05.695Z | Downloaded petname v2.0.2 |
| 1257 | 2026-08-25T07:30:05.695Z | Downloaded salty v0.3.0 |
| 1258 | 2026-08-25T07:30:05.695Z | Downloaded serde_with v1.14.0 |
| 1259 | 2026-08-25T07:30:05.695Z | Downloaded ed25519-dalek v3.0.0 |
| 1260 | 2026-08-25T07:30:05.695Z | Downloaded url v2.5.8 |
| 1261 | 2026-08-25T07:30:05.695Z | Downloaded curve25519-dalek v4.1.3 |
| 1262 | 2026-08-25T07:30:05.695Z | Downloaded russh v0.62.4 |
| 1263 | 2026-08-25T07:30:05.695Z | Downloaded rustyline v14.0.0 |
| 1264 | 2026-08-25T07:30:05.695Z | Downloaded radix_trie v0.2.1 |
| 1265 | 2026-08-25T07:30:05.695Z | Downloaded rawzip v0.4.4 |
| 1266 | 2026-08-25T07:30:05.723Z | Downloaded regex v1.12.3 |
| 1267 | 2026-08-25T07:30:05.742Z | Downloaded hickory-proto v0.24.4 |
| 1268 | 2026-08-25T07:30:05.742Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-08-25T07:30:05.742Z | Downloaded openssl v0.10.80 |
| 1270 | 2026-08-25T07:30:05.742Z | Downloaded polar-core v0.27.3 |
| 1271 | 2026-08-25T07:30:05.742Z | Downloaded rustix v0.38.44 |
| 1272 | 2026-08-25T07:30:05.767Z | Downloaded moka v0.12.13 |
| 1273 | 2026-08-25T07:30:05.767Z | Downloaded regress v0.11.1 |
| 1274 | 2026-08-25T07:30:05.805Z | Downloaded hickory-proto v0.25.2 |
| 1275 | 2026-08-25T07:30:05.805Z | Downloaded bstr v1.12.1 |
| 1276 | 2026-08-25T07:30:05.805Z | Downloaded serde_with v3.21.0 |
| 1277 | 2026-08-25T07:30:05.805Z | Downloaded tabled v0.21.0 |
| 1278 | 2026-08-25T07:30:05.866Z | Downloaded crypto-primes v0.7.2 |
| 1279 | 2026-08-25T07:30:05.866Z | Downloaded itertools v0.15.0 |
| 1280 | 2026-08-25T07:30:05.866Z | Downloaded nix v0.28.0 |
| 1281 | 2026-08-25T07:30:05.866Z | Downloaded zerocopy v0.8.55 |
| 1282 | 2026-08-25T07:30:05.866Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-08-25T07:30:05.866Z | Downloaded nix v0.31.2 |
| 1284 | 2026-08-25T07:30:05.889Z | Downloaded regex-syntax v0.6.29 |
| 1285 | 2026-08-25T07:30:05.889Z | Downloaded sqlparser v0.61.0 |
| 1286 | 2026-08-25T07:30:05.889Z | Downloaded regress v0.10.5 |
| 1287 | 2026-08-25T07:30:05.889Z | Downloaded quinn-proto v0.11.16 |
| 1288 | 2026-08-25T07:30:05.889Z | Downloaded sled v0.34.7 |
| 1289 | 2026-08-25T07:30:05.889Z | Downloaded curve25519-dalek v5.0.0 |
| 1290 | 2026-08-25T07:30:05.889Z | Downloaded p384 v0.13.1 |
| 1291 | 2026-08-25T07:30:05.889Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-08-25T07:30:05.889Z | Downloaded nix v0.27.1 |
| 1293 | 2026-08-25T07:30:05.889Z | Downloaded object v0.30.4 |
| 1294 | 2026-08-25T07:30:05.915Z | Downloaded diesel v2.3.7 |
| 1295 | 2026-08-25T07:30:05.915Z | Downloaded crypto-bigint v0.7.5 |
| 1296 | 2026-08-25T07:30:05.915Z | Downloaded dropshot v0.17.1 |
| 1297 | 2026-08-25T07:30:05.933Z | Downloaded sha3 v0.11.0 |
| 1298 | 2026-08-25T07:30:05.933Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-08-25T07:30:05.970Z | Downloaded rustls v0.23.41 |
| 1300 | 2026-08-25T07:30:05.970Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-08-25T07:30:06.001Z | Downloaded typify-impl v0.6.2 |
| 1302 | 2026-08-25T07:30:06.001Z | Downloaded smoltcp v0.11.0 |
| 1303 | 2026-08-25T07:30:06.001Z | Downloaded object v0.37.3 |
| 1304 | 2026-08-25T07:30:06.039Z | Downloaded ratatui v0.29.0 |
| 1305 | 2026-08-25T07:30:06.039Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-08-25T07:30:06.068Z | Downloaded zerocopy-derive v0.6.6 |
| 1307 | 2026-08-25T07:30:06.068Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1308 | 2026-08-25T07:30:06.068Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-08-25T07:30:06.172Z | Downloaded petgraph v0.8.3 |
| 1310 | 2026-08-25T07:30:06.172Z | Downloaded sha3 v0.10.8 |
| 1311 | 2026-08-25T07:30:06.173Z | Downloaded jiff v0.2.34 |
| 1312 | 2026-08-25T07:30:06.235Z | Downloaded chrono-tz v0.10.4 |
| 1313 | 2026-08-25T07:30:06.235Z | Downloaded encoding_rs v0.8.35 |
| 1314 | 2026-08-25T07:30:06.235Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1315 | 2026-08-25T07:30:06.235Z | Downloaded tokio v1.52.1 |
| 1316 | 2026-08-25T07:30:06.235Z | Downloaded csv v1.4.0 |
| 1317 | 2026-08-25T07:30:06.235Z | Downloaded ring v0.17.14 |
| 1318 | 2026-08-25T07:30:06.339Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1319 | 2026-08-25T07:30:06.756Z | Downloaded aws-lc-sys v0.40.0 |
| 1320 | 2026-08-25T07:30:07.105Z | Compiling serde_core v1.0.229 |
| 1321 | 2026-08-25T07:30:07.105Z | Compiling libc v0.2.185 |
| 1322 | 2026-08-25T07:30:07.342Z | Compiling serde v1.0.229 |
| 1323 | 2026-08-25T07:30:07.342Z | Compiling log v0.4.33 |
| 1324 | 2026-08-25T07:30:07.342Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-08-25T07:30:07.342Z | Compiling shlex v1.3.0 |
| 1326 | 2026-08-25T07:30:07.342Z | Compiling find-msvc-tools v0.1.9 |
| 1327 | 2026-08-25T07:30:07.342Z | Compiling subtle v2.6.1 |
| 1328 | 2026-08-25T07:30:07.421Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-08-25T07:30:07.421Z | Compiling stable_deref_trait v1.2.1 |
| 1330 | 2026-08-25T07:30:07.421Z | Compiling typenum v1.20.1 |
| 1331 | 2026-08-25T07:30:07.421Z | Compiling zerocopy v0.8.55 |
| 1332 | 2026-08-25T07:30:07.421Z | Compiling portable-atomic v1.13.1 |
| 1333 | 2026-08-25T07:30:07.421Z | Compiling serde_json v1.0.151 |
| 1334 | 2026-08-25T07:30:07.421Z | Compiling syn v2.0.117 |
| 1335 | 2026-08-25T07:30:07.422Z | Compiling syn v3.0.3 |
| 1336 | 2026-08-25T07:30:07.450Z | Compiling lock_api v0.4.14 |
| 1337 | 2026-08-25T07:30:07.450Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-08-25T07:30:07.450Z | Compiling libm v0.2.16 |
| 1339 | 2026-08-25T07:30:07.450Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-08-25T07:30:07.451Z | Compiling getrandom v0.4.3 |
| 1341 | 2026-08-25T07:30:07.528Z | Compiling pkg-config v0.3.32 |
| 1342 | 2026-08-25T07:30:07.566Z | Compiling generic-array v0.14.7 |
| 1343 | 2026-08-25T07:30:07.566Z | Compiling parking_lot_core v0.9.12 |
| 1344 | 2026-08-25T07:30:07.566Z | Compiling const-oid v0.9.6 |
| 1345 | 2026-08-25T07:30:07.581Z | Compiling pin-project-lite v0.2.17 |
| 1346 | 2026-08-25T07:30:07.678Z | Compiling rand_core v0.10.0 |
| 1347 | 2026-08-25T07:30:07.706Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-08-25T07:30:07.827Z | Compiling litemap v0.8.1 |
| 1349 | 2026-08-25T07:30:07.892Z | Compiling writeable v0.6.2 |
| 1350 | 2026-08-25T07:30:07.892Z | Compiling futures-core v0.3.32 |
| 1351 | 2026-08-25T07:30:07.935Z | Compiling icu_normalizer_data v2.1.1 |
| 1352 | 2026-08-25T07:30:07.935Z | Compiling icu_properties_data v2.1.2 |
| 1353 | 2026-08-25T07:30:07.935Z | Compiling rustix v1.1.4 |
| 1354 | 2026-08-25T07:30:07.962Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-08-25T07:30:07.989Z | Compiling utf8_iter v1.0.4 |
| 1356 | 2026-08-25T07:30:08.032Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-08-25T07:30:08.067Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-08-25T07:30:08.067Z | Compiling errno v0.3.14 |
| 1359 | 2026-08-25T07:30:08.081Z | Compiling jobserver v0.1.34 |
| 1360 | 2026-08-25T07:30:08.112Z | Compiling getrandom v0.2.17 |
| 1361 | 2026-08-25T07:30:08.171Z | Compiling signal-hook-registry v1.4.8 |
| 1362 | 2026-08-25T07:30:08.310Z | Compiling mio v1.2.0 |
| 1363 | 2026-08-25T07:30:08.387Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-08-25T07:30:08.387Z | Compiling cc v1.2.56 |
| 1365 | 2026-08-25T07:30:08.464Z | Compiling socket2 v0.6.3 |
| 1366 | 2026-08-25T07:30:08.464Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-08-25T07:30:08.464Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-08-25T07:30:08.627Z | Compiling futures-channel v0.3.32 |
| 1369 | 2026-08-25T07:30:08.627Z | Compiling slab v0.4.12 |
| 1370 | 2026-08-25T07:30:08.702Z | Compiling futures-io v0.3.32 |
| 1371 | 2026-08-25T07:30:08.702Z | Compiling futures-task v0.3.32 |
| 1372 | 2026-08-25T07:30:08.702Z | Compiling rustversion v1.0.22 |
| 1373 | 2026-08-25T07:30:08.702Z | Compiling iana-time-zone v0.1.65 |
| 1374 | 2026-08-25T07:30:08.702Z | Compiling regex-syntax v0.8.10 |
| 1375 | 2026-08-25T07:30:08.702Z | Compiling base64ct v1.8.3 |
| 1376 | 2026-08-25T07:30:08.743Z | Compiling ident_case v1.0.1 |
| 1377 | 2026-08-25T07:30:08.743Z | Compiling fs_extra v1.3.0 |
| 1378 | 2026-08-25T07:30:08.843Z | Compiling flagset v0.4.7 |
| 1379 | 2026-08-25T07:30:08.843Z | Compiling dunce v1.0.5 |
| 1380 | 2026-08-25T07:30:08.862Z | Compiling base64 v0.22.1 |
| 1381 | 2026-08-25T07:30:08.862Z | Compiling rand_core v0.9.5 |
| 1382 | 2026-08-25T07:30:08.862Z | Compiling syn v1.0.109 |
| 1383 | 2026-08-25T07:30:08.982Z | Compiling vcpkg v0.2.15 |
| 1384 | 2026-08-25T07:30:08.982Z | Compiling dyn-clone v1.0.20 |
| 1385 | 2026-08-25T07:30:09.133Z | Compiling schemars v0.8.22 |
| 1386 | 2026-08-25T07:30:09.133Z | Compiling pem-rfc7468 v0.7.0 |
| 1387 | 2026-08-25T07:30:09.133Z | Compiling tracing-core v0.1.36 |
| 1388 | 2026-08-25T07:30:09.133Z | Compiling simd-adler32 v0.3.8 |
| 1389 | 2026-08-25T07:30:09.134Z | Compiling cmake v0.1.57 |
| 1390 | 2026-08-25T07:30:09.255Z | Compiling cpufeatures v0.2.17 |
| 1391 | 2026-08-25T07:30:09.255Z | Compiling aws-lc-rs v1.16.3 |
| 1392 | 2026-08-25T07:30:09.255Z | Compiling spin v0.9.8 |
| 1393 | 2026-08-25T07:30:09.321Z | Compiling crc32fast v1.5.0 |
| 1394 | 2026-08-25T07:30:09.321Z | Compiling tinyvec_macros v0.1.1 |
| 1395 | 2026-08-25T07:30:09.322Z | Compiling adler2 v2.0.1 |
| 1396 | 2026-08-25T07:30:09.420Z | Compiling cmov v0.5.4 |
| 1397 | 2026-08-25T07:30:09.420Z | Compiling httparse v1.10.1 |
| 1398 | 2026-08-25T07:30:09.487Z | Compiling openssl-probe v0.2.1 |
| 1399 | 2026-08-25T07:30:09.487Z | Compiling miniz_oxide v0.8.9 |
| 1400 | 2026-08-25T07:30:09.498Z | Compiling bitflags v2.11.0 |
| 1401 | 2026-08-25T07:30:09.600Z | Compiling semver v1.0.28 |
| 1402 | 2026-08-25T07:30:09.641Z | Compiling indexmap v2.14.0 |
| 1403 | 2026-08-25T07:30:09.647Z | Compiling uuid v1.23.4 |
| 1404 | 2026-08-25T07:30:09.793Z | Compiling ctutils v0.4.2 |
| 1405 | 2026-08-25T07:30:09.793Z | Compiling tinyvec v1.10.0 |
| 1406 | 2026-08-25T07:30:09.793Z | Compiling aho-corasick v1.1.4 |
| 1407 | 2026-08-25T07:30:09.850Z | Compiling untrusted v0.7.1 |
| 1408 | 2026-08-25T07:30:09.850Z | Compiling try-lock v0.2.5 |
| 1409 | 2026-08-25T07:30:09.913Z | Compiling rustc_version v0.4.1 |
| 1410 | 2026-08-25T07:30:09.971Z | Compiling tower-layer v0.3.3 |
| 1411 | 2026-08-25T07:30:09.971Z | Compiling atomic-waker v1.1.2 |
| 1412 | 2026-08-25T07:30:09.971Z | Compiling tower-service v0.3.3 |
| 1413 | 2026-08-25T07:30:09.971Z | Compiling aws-lc-sys v0.40.0 |
| 1414 | 2026-08-25T07:30:10.057Z | Compiling openssl-sys v0.9.117 |
| 1415 | 2026-08-25T07:30:10.086Z | Compiling radium v0.7.0 |
| 1416 | 2026-08-25T07:30:10.086Z | Compiling want v0.3.1 |
| 1417 | 2026-08-25T07:30:10.123Z | Compiling synstructure v0.13.2 |
| 1418 | 2026-08-25T07:30:10.209Z | Compiling serde_derive_internals v0.29.1 |
| 1419 | 2026-08-25T07:30:10.226Z | Compiling pest_generator v2.8.6 |
| 1420 | 2026-08-25T07:30:10.226Z | Compiling darling_core v0.20.11 |
| 1421 | 2026-08-25T07:30:10.353Z | Compiling wait-timeout v0.2.1 |
| 1422 | 2026-08-25T07:30:10.424Z | Compiling tap v1.0.1 |
| 1423 | 2026-08-25T07:30:10.537Z | Compiling regex-automata v0.4.14 |
| 1424 | 2026-08-25T07:30:10.593Z | Compiling maybe-uninit v2.0.0 |
| 1425 | 2026-08-25T07:30:10.609Z | Compiling tempfile v3.27.0 |
| 1426 | 2026-08-25T07:30:10.968Z | Compiling terminal_size v0.4.3 |
| 1427 | 2026-08-25T07:30:11.186Z | Compiling httpdate v1.0.3 |
| 1428 | 2026-08-25T07:30:11.186Z | Compiling bit-vec v0.8.0 |
| 1429 | 2026-08-25T07:30:11.186Z | Compiling openssl v0.10.80 |
| 1430 | 2026-08-25T07:30:11.186Z | Compiling quick-error v1.2.3 |
| 1431 | 2026-08-25T07:30:11.186Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-08-25T07:30:11.187Z | Compiling serde_derive v1.0.229 |
| 1433 | 2026-08-25T07:30:11.187Z | Compiling foreign-types-shared v0.1.1 |
| 1434 | 2026-08-25T07:30:11.187Z | Compiling rustls v0.23.41 |
| 1435 | 2026-08-25T07:30:11.187Z | Compiling rusty-fork v0.3.1 |
| 1436 | 2026-08-25T07:30:11.381Z | Compiling foreign-types v0.3.2 |
| 1437 | 2026-08-25T07:30:11.381Z | Compiling bit-set v0.8.0 |
| 1438 | 2026-08-25T07:30:11.381Z | Compiling wyz v0.5.1 |
| 1439 | 2026-08-25T07:30:11.381Z | Compiling unicode-normalization v0.1.25 |
| 1440 | 2026-08-25T07:30:11.381Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1441 | 2026-08-25T07:30:11.381Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1442 | 2026-08-25T07:30:11.381Z | Compiling num-integer v0.1.46 |
| 1443 | 2026-08-25T07:30:11.434Z | Compiling rand_xorshift v0.4.0 |
| 1444 | 2026-08-25T07:30:11.434Z | Compiling ahash v0.8.12 |
| 1445 | 2026-08-25T07:30:11.434Z | Compiling num-bigint-dig v0.8.6 |
| 1446 | 2026-08-25T07:30:11.434Z | Compiling native-tls v0.2.18 |
| 1447 | 2026-08-25T07:30:11.489Z | Compiling paste v1.0.15 |
| 1448 | 2026-08-25T07:30:11.522Z | Compiling powerfmt v0.2.0 |
| 1449 | 2026-08-25T07:30:11.522Z | Compiling packed_struct v0.10.1 |
| 1450 | 2026-08-25T07:30:11.522Z | Compiling funty v2.0.0 |
| 1451 | 2026-08-25T07:30:11.530Z | Compiling num-conv v0.2.0 |
| 1452 | 2026-08-25T07:30:11.565Z | Compiling time-core v0.1.8 |
| 1453 | 2026-08-25T07:30:11.565Z | Compiling unarray v0.1.4 |
| 1454 | 2026-08-25T07:30:11.642Z | Compiling deranged v0.5.8 |
| 1455 | 2026-08-25T07:30:12.131Z | Compiling clap_builder v4.6.0 |
| 1456 | 2026-08-25T07:30:12.157Z | Compiling num-iter v0.1.45 |
| 1457 | 2026-08-25T07:30:12.157Z | Compiling time-macros v0.2.27 |
| 1458 | 2026-08-25T07:30:12.157Z | Compiling slog v2.8.2 |
| 1459 | 2026-08-25T07:30:12.157Z | Compiling lazy_static v1.5.0 |
| 1460 | 2026-08-25T07:30:12.157Z | Compiling sync_wrapper v1.0.2 |
| 1461 | 2026-08-25T07:30:12.157Z | Compiling bitvec v1.0.1 |
| 1462 | 2026-08-25T07:30:12.157Z | Compiling zeroize_derive v1.5.0 |
| 1463 | 2026-08-25T07:30:12.158Z | Compiling zerocopy-derive v0.8.55 |
| 1464 | 2026-08-25T07:30:12.158Z | Compiling zerofrom-derive v0.1.6 |
| 1465 | 2026-08-25T07:30:12.158Z | Compiling yoke-derive v0.8.1 |
| 1466 | 2026-08-25T07:30:12.158Z | Compiling zerovec-derive v0.11.2 |
| 1467 | 2026-08-25T07:30:12.670Z | Compiling displaydoc v0.2.5 |
| 1468 | 2026-08-25T07:30:12.687Z | Compiling tokio-macros v2.7.0 |
| 1469 | 2026-08-25T07:30:12.687Z | Compiling futures-macro v0.3.32 |
| 1470 | 2026-08-25T07:30:12.687Z | Compiling thiserror-impl v2.0.18 |
| 1471 | 2026-08-25T07:30:12.848Z | Compiling der_derive v0.7.3 |
| 1472 | 2026-08-25T07:30:13.319Z | Compiling tracing-attributes v0.1.31 |
| 1473 | 2026-08-25T07:30:13.494Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2026-08-25T07:30:13.494Z | Compiling scroll_derive v0.13.1 |
| 1475 | 2026-08-25T07:30:13.540Z | Compiling zerofrom v0.1.6 |
| 1476 | 2026-08-25T07:30:13.540Z | Compiling pest_derive v2.8.6 |
| 1477 | 2026-08-25T07:30:13.541Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-08-25T07:30:13.541Z | Compiling thiserror-impl v1.0.69 |
| 1479 | 2026-08-25T07:30:13.541Z | Compiling yoke v0.8.1 |
| 1480 | 2026-08-25T07:30:13.597Z | Compiling futures-util v0.3.32 |
| 1481 | 2026-08-25T07:30:13.724Z | Compiling zerovec v0.11.5 |
| 1482 | 2026-08-25T07:30:13.893Z | Compiling zerotrie v0.2.3 |
| 1483 | 2026-08-25T07:30:13.935Z | Compiling openssl-macros v0.1.1 |
| 1484 | 2026-08-25T07:30:13.970Z | Compiling darling v0.20.11 |
| 1485 | 2026-08-25T07:30:14.028Z | Compiling packed_struct_codegen v0.10.1 |
| 1486 | 2026-08-25T07:30:14.069Z | Compiling thiserror v2.0.18 |
| 1487 | 2026-08-25T07:30:14.128Z | Compiling scroll v0.13.0 |
| 1488 | 2026-08-25T07:30:14.181Z | Compiling tinystr v0.8.2 |
| 1489 | 2026-08-25T07:30:14.210Z | Compiling potential_utf v0.1.4 |
| 1490 | 2026-08-25T07:30:14.231Z | Compiling clap_derive v4.6.1 |
| 1491 | 2026-08-25T07:30:14.410Z | Compiling icu_collections v2.1.1 |
| 1492 | 2026-08-25T07:30:14.521Z | Compiling zeroize v1.9.0 |
| 1493 | 2026-08-25T07:30:14.521Z | Compiling bytes v1.11.1 |
| 1494 | 2026-08-25T07:30:14.521Z | Compiling icu_locale_core v2.1.1 |
| 1495 | 2026-08-25T07:30:14.592Z | Compiling chrono v0.4.45 |
| 1496 | 2026-08-25T07:30:14.593Z | Compiling ipnet v2.12.0 |
| 1497 | 2026-08-25T07:30:14.647Z | Compiling der v0.7.10 |
| 1498 | 2026-08-25T07:30:14.712Z | Compiling tracing v0.1.44 |
| 1499 | 2026-08-25T07:30:14.747Z | Compiling rustls-pki-types v1.14.0 |
| 1500 | 2026-08-25T07:30:14.958Z | Compiling hybrid-array v0.4.13 |
| 1501 | 2026-08-25T07:30:15.105Z | Compiling hex v0.4.3 |
| 1502 | 2026-08-25T07:30:15.105Z | Compiling tokio v1.52.1 |
| 1503 | 2026-08-25T07:30:15.105Z | Compiling icu_provider v2.1.1 |
| 1504 | 2026-08-25T07:30:15.210Z | Compiling http v1.4.2 |
| 1505 | 2026-08-25T07:30:15.210Z | Compiling crypto-common v0.1.7 |
| 1506 | 2026-08-25T07:30:15.264Z | Compiling block-buffer v0.10.4 |
| 1507 | 2026-08-25T07:30:15.265Z | Compiling thiserror v1.0.69 |
| 1508 | 2026-08-25T07:30:15.265Z | Compiling serde_spanned v0.6.9 |
| 1509 | 2026-08-25T07:30:15.711Z | Compiling icu_normalizer v2.1.1 |
| 1510 | 2026-08-25T07:30:15.711Z | Compiling icu_properties v2.1.2 |
| 1511 | 2026-08-25T07:30:15.712Z | Compiling toml_datetime v0.6.11 |
| 1512 | 2026-08-25T07:30:15.752Z | Compiling digest v0.10.7 |
| 1513 | 2026-08-25T07:30:15.752Z | Compiling goblin v0.10.5 |
| 1514 | 2026-08-25T07:30:15.752Z | Compiling spki v0.7.3 |
| 1515 | 2026-08-25T07:30:15.752Z | Compiling sha2 v0.10.9 |
| 1516 | 2026-08-25T07:30:15.752Z | Compiling signature v2.2.0 |
| 1517 | 2026-08-25T07:30:15.920Z | Compiling pkcs8 v0.10.2 |
| 1518 | 2026-08-25T07:30:16.353Z | Compiling http-body v1.0.1 |
| 1519 | 2026-08-25T07:30:16.354Z | Compiling hmac v0.12.1 |
| 1520 | 2026-08-25T07:30:16.354Z | Compiling zerocopy-derive v0.6.6 |
| 1521 | 2026-08-25T07:30:16.354Z | Compiling bitfield-macros v0.19.4 |
| 1522 | 2026-08-25T07:30:16.354Z | Compiling indexmap v1.9.3 |
| 1523 | 2026-08-25T07:30:16.354Z | Compiling zlib-rs v0.6.2 |
| 1524 | 2026-08-25T07:30:16.354Z | Compiling crc-catalog v2.4.0 |
| 1525 | 2026-08-25T07:30:16.354Z | Compiling crossbeam-utils v0.8.21 |
| 1526 | 2026-08-25T07:30:16.354Z | Compiling object v0.37.3 |
| 1527 | 2026-08-25T07:30:16.491Z | Compiling unicode-segmentation v1.12.0 |
| 1528 | 2026-08-25T07:30:16.491Z | Compiling usdt-impl v0.6.0 |
| 1529 | 2026-08-25T07:30:16.491Z | Compiling num_threads v0.1.7 |
| 1530 | 2026-08-25T07:30:16.491Z | Compiling idna_adapter v1.2.1 |
| 1531 | 2026-08-25T07:30:16.491Z | Compiling nodrop v0.1.14 |
| 1532 | 2026-08-25T07:30:16.492Z | Compiling siphasher v1.0.2 |
| 1533 | 2026-08-25T07:30:16.492Z | Compiling idna v1.1.0 |
| 1534 | 2026-08-25T07:30:16.492Z | Compiling ppv-lite86 v0.2.21 |
| 1535 | 2026-08-25T07:30:16.605Z | Compiling array-init v0.0.4 |
| 1536 | 2026-08-25T07:30:16.657Z | Compiling time v0.3.47 |
| 1537 | 2026-08-25T07:30:16.657Z | Compiling crc v3.4.0 |
| 1538 | 2026-08-25T07:30:16.658Z | Compiling bitfield v0.19.4 |
| 1539 | 2026-08-25T07:30:16.697Z | Compiling clap v4.6.1 |
| 1540 | 2026-08-25T07:30:16.747Z | Compiling url v2.5.8 |
| 1541 | 2026-08-25T07:30:16.777Z | Compiling rand_chacha v0.9.0 |
| 1542 | 2026-08-25T07:30:16.777Z | Compiling rand_chacha v0.3.1 |
| 1543 | 2026-08-25T07:30:16.777Z | Compiling zerocopy v0.6.6 |
| 1544 | 2026-08-25T07:30:16.818Z | Compiling pkcs1 v0.7.5 |
| 1545 | 2026-08-25T07:30:16.847Z | Compiling http-body-util v0.1.3 |
| 1546 | 2026-08-25T07:30:16.945Z | Compiling erased-serde v0.3.31 |
| 1547 | 2026-08-25T07:30:17.038Z | Compiling rand v0.9.2 |
| 1548 | 2026-08-25T07:30:17.068Z | Compiling rand v0.8.6 |
| 1549 | 2026-08-25T07:30:17.083Z | Compiling dtrace-parser v0.3.0 |
| 1550 | 2026-08-25T07:30:17.516Z | Compiling derive_builder_core v0.20.2 |
| 1551 | 2026-08-25T07:30:17.829Z | Compiling structmeta-derive v0.3.0 |
| 1552 | 2026-08-25T07:30:18.214Z | Compiling scroll_derive v0.12.1 |
| 1553 | 2026-08-25T07:30:18.214Z | Compiling proptest v1.11.0 |
| 1554 | 2026-08-25T07:30:18.214Z | Compiling smallvec v0.6.14 |
| 1555 | 2026-08-25T07:30:18.416Z | Compiling ipnetwork v0.21.1 |
| 1556 | 2026-08-25T07:30:18.416Z | Compiling dof v0.4.0 |
| 1557 | 2026-08-25T07:30:18.416Z | Compiling daft-derive v0.1.8 |
| 1558 | 2026-08-25T07:30:18.556Z | Compiling heapless v0.7.17 |
| 1559 | 2026-08-25T07:30:18.556Z | Compiling darling_core v0.23.0 |
| 1560 | 2026-08-25T07:30:18.556Z | Compiling thread-id v5.1.0 |
| 1561 | 2026-08-25T07:30:18.556Z | Compiling env_filter v2.0.0 |
| 1562 | 2026-08-25T07:30:18.889Z | Compiling oxnet v0.1.6 |
| 1563 | 2026-08-25T07:30:18.889Z | Compiling cookie v0.18.1 |
| 1564 | 2026-08-25T07:30:18.889Z | Compiling gimli v0.32.3 |
| 1565 | 2026-08-25T07:30:18.889Z | Compiling signal-hook v0.3.18 |
| 1566 | 2026-08-25T07:30:18.889Z | Compiling anyhow v1.0.104 |
| 1567 | 2026-08-25T07:30:18.889Z | Compiling winnow v0.5.40 |
| 1568 | 2026-08-25T07:30:19.047Z | Compiling unicode-properties v0.1.4 |
| 1569 | 2026-08-25T07:30:19.047Z | Compiling zstd-safe v7.2.4 |
| 1570 | 2026-08-25T07:30:19.047Z | Compiling base64 v0.21.7 |
| 1571 | 2026-08-25T07:30:19.047Z | Compiling tokio-util v0.7.18 |
| 1572 | 2026-08-25T07:30:19.047Z | Compiling flate2 v1.1.9 |
| 1573 | 2026-08-25T07:30:19.112Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-25T07:30:19.112Z | Compiling ryu v1.0.23 |
| 1575 | 2026-08-25T07:30:19.113Z | Compiling iri-string v0.7.10 |
| 1576 | 2026-08-25T07:30:19.162Z | Compiling allocator-api2 v0.2.21 |
| 1577 | 2026-08-25T07:30:19.162Z | Compiling hashbrown v0.12.3 |
| 1578 | 2026-08-25T07:30:19.286Z | Compiling unicode-bidi v0.3.18 |
| 1579 | 2026-08-25T07:30:19.413Z | Compiling serde_urlencoded v0.7.1 |
| 1580 | 2026-08-25T07:30:19.477Z | Compiling ron v0.8.1 |
| 1581 | 2026-08-25T07:30:19.610Z | Compiling rsa v0.9.10 |
| 1582 | 2026-08-25T07:30:20.240Z | Compiling h2 v0.4.15 |
| 1583 | 2026-08-25T07:30:20.241Z | Compiling stringprep v0.1.5 |
| 1584 | 2026-08-25T07:30:20.492Z | Compiling tokio-native-tls v0.3.1 |
| 1585 | 2026-08-25T07:30:20.492Z | Compiling toml_edit v0.19.15 |
| 1586 | 2026-08-25T07:30:20.492Z | Compiling structmeta v0.3.0 |
| 1587 | 2026-08-25T07:30:20.492Z | Compiling env_logger v0.11.11 |
| 1588 | 2026-08-25T07:30:20.492Z | Compiling scroll v0.12.0 |
| 1589 | 2026-08-25T07:30:20.492Z | Compiling tower-http v0.6.8 |
| 1590 | 2026-08-25T07:30:20.492Z | Compiling addr2line v0.25.1 |
| 1591 | 2026-08-25T07:30:20.493Z | Compiling derive_builder_macro v0.20.2 |
| 1592 | 2026-08-25T07:30:20.589Z | Compiling newtype-uuid v1.3.2 |
| 1593 | 2026-08-25T07:30:20.589Z | Compiling serde-hex v0.1.0 |
| 1594 | 2026-08-25T07:30:20.590Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1595 | 2026-08-25T07:30:20.590Z | Compiling bzip2 v0.4.4 |
| 1596 | 2026-08-25T07:30:20.770Z | Compiling daft v0.1.8 |
| 1597 | 2026-08-25T07:30:20.806Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1598 | 2026-08-25T07:30:20.806Z | Compiling hashbrown v0.13.2 |
| 1599 | 2026-08-25T07:30:20.824Z | Compiling camino v1.2.5 |
| 1600 | 2026-08-25T07:30:21.014Z | Compiling x509-cert v0.2.5 |
| 1601 | 2026-08-25T07:30:21.225Z | Compiling darling_macro v0.23.0 |
| 1602 | 2026-08-25T07:30:21.225Z | Compiling md-5 v0.10.6 |
| 1603 | 2026-08-25T07:30:21.225Z | Compiling crypto-common v0.2.2 |
| 1604 | 2026-08-25T07:30:21.225Z | Compiling block-buffer v0.12.1 |
| 1605 | 2026-08-25T07:30:21.506Z | Compiling block-padding v0.4.2 |
| 1606 | 2026-08-25T07:30:21.506Z | Compiling rustls-native-certs v0.8.3 |
| 1607 | 2026-08-25T07:30:21.506Z | Compiling serde_tokenstream v0.2.3 |
| 1608 | 2026-08-25T07:30:21.610Z | Compiling bstr v1.12.1 |
| 1609 | 2026-08-25T07:30:21.610Z | Compiling async-trait v0.1.89 |
| 1610 | 2026-08-25T07:30:21.610Z | Compiling pin-project-internal v1.1.11 |
| 1611 | 2026-08-25T07:30:21.774Z | Compiling zerocopy-derive v0.7.35 |
| 1612 | 2026-08-25T07:30:21.774Z | Compiling curve25519-dalek v4.1.3 |
| 1613 | 2026-08-25T07:30:22.387Z | Compiling vergen-lib v9.1.0 |
| 1614 | 2026-08-25T07:30:22.536Z | Compiling hash32 v0.2.1 |
| 1615 | 2026-08-25T07:30:22.536Z | Compiling encoding_rs v0.8.35 |
| 1616 | 2026-08-25T07:30:22.536Z | Compiling memoffset v0.9.1 |
| 1617 | 2026-08-25T07:30:22.536Z | Compiling rustix v0.38.44 |
| 1618 | 2026-08-25T07:30:22.536Z | Compiling rustc-demangle v0.1.27 |
| 1619 | 2026-08-25T07:30:22.626Z | Compiling owo-colors v4.3.0 |
| 1620 | 2026-08-25T07:30:22.626Z | Compiling fallible-iterator v0.2.0 |
| 1621 | 2026-08-25T07:30:22.626Z | Compiling cfg_aliases v0.2.1 |
| 1622 | 2026-08-25T07:30:22.705Z | Compiling ref-cast v1.0.25 |
| 1623 | 2026-08-25T07:30:22.705Z | Compiling mime v0.3.17 |
| 1624 | 2026-08-25T07:30:22.705Z | Compiling smoltcp v0.9.1 |
| 1625 | 2026-08-25T07:30:22.705Z | Compiling psl-types v2.0.11 |
| 1626 | 2026-08-25T07:30:22.705Z | Compiling crc-any v2.5.0 |
| 1627 | 2026-08-25T07:30:23.078Z | Compiling hyper v1.10.1 |
| 1628 | 2026-08-25T07:30:23.141Z | Compiling litrs v1.0.0 |
| 1629 | 2026-08-25T07:30:23.141Z | Compiling postgres-protocol v0.6.10 |
| 1630 | 2026-08-25T07:30:23.141Z | Compiling publicsuffix v2.3.0 |
| 1631 | 2026-08-25T07:30:23.141Z | Compiling nix v0.31.2 |
| 1632 | 2026-08-25T07:30:23.141Z | Compiling pin-project v1.1.11 |
| 1633 | 2026-08-25T07:30:23.141Z | Compiling zerocopy v0.7.35 |
| 1634 | 2026-08-25T07:30:23.141Z | Compiling darling v0.23.0 |
| 1635 | 2026-08-25T07:30:23.360Z | Compiling inout v0.2.2 |
| 1636 | 2026-08-25T07:30:23.360Z | Compiling toml v0.7.8 |
| 1637 | 2026-08-25T07:30:23.360Z | Compiling object v0.30.4 |
| 1638 | 2026-08-25T07:30:23.611Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1639 | 2026-08-25T07:30:23.611Z | Compiling derive_builder v0.20.2 |
| 1640 | 2026-08-25T07:30:23.676Z | Compiling document-features v0.2.12 |
| 1641 | 2026-08-25T07:30:23.676Z | Compiling backtrace v0.3.76 |
| 1642 | 2026-08-25T07:30:23.676Z | Compiling zip v0.6.6 |
| 1643 | 2026-08-25T07:30:23.676Z | Compiling goblin v0.8.2 |
| 1644 | 2026-08-25T07:30:23.676Z | Compiling derive-ex v0.1.8 |
| 1645 | 2026-08-25T07:30:23.723Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1646 | 2026-08-25T07:30:23.806Z | Compiling phf_shared v0.13.1 |
| 1647 | 2026-08-25T07:30:23.864Z | Compiling convert_case v0.10.0 |
| 1648 | 2026-08-25T07:30:23.991Z | Compiling hyper-util v0.1.20 |
| 1649 | 2026-08-25T07:30:24.034Z | Compiling futures-executor v0.3.32 |
| 1650 | 2026-08-25T07:30:24.068Z | Compiling hubpack_derive v0.1.1 |
| 1651 | 2026-08-25T07:30:24.068Z | Compiling regex v1.12.3 |
| 1652 | 2026-08-25T07:30:24.192Z | Compiling snafu-derive v0.8.9 |
| 1653 | 2026-08-25T07:30:24.240Z | Compiling strum_macros v0.27.2 |
| 1654 | 2026-08-25T07:30:24.240Z | Compiling ref-cast-impl v1.0.25 |
| 1655 | 2026-08-25T07:30:24.313Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1656 | 2026-08-25T07:30:24.482Z | Compiling vergen v9.1.0 |
| 1657 | 2026-08-25T07:30:24.531Z | Compiling cargo-platform v0.3.2 |
| 1658 | 2026-08-25T07:30:24.574Z | Compiling ff v0.13.1 |
| 1659 | 2026-08-25T07:30:24.708Z | Compiling fs-err v3.3.0 |
| 1660 | 2026-08-25T07:30:24.835Z | Compiling bitflags v1.3.2 |
| 1661 | 2026-08-25T07:30:24.835Z | Compiling libbz2-rs-sys v0.2.2 |
| 1662 | 2026-08-25T07:30:24.835Z | Compiling base16ct v0.2.0 |
| 1663 | 2026-08-25T07:30:24.835Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-08-25T07:30:24.998Z | Compiling managed v0.8.0 |
| 1665 | 2026-08-25T07:30:24.998Z | Compiling jiff-core v0.1.0 |
| 1666 | 2026-08-25T07:30:25.012Z | Compiling path-slash v0.1.5 |
| 1667 | 2026-08-25T07:30:25.012Z | Compiling foldhash v0.1.5 |
| 1668 | 2026-08-25T07:30:25.012Z | Compiling is_ci v1.2.0 |
| 1669 | 2026-08-25T07:30:25.028Z | Compiling either v1.15.0 |
| 1670 | 2026-08-25T07:30:25.044Z | Compiling bumpalo v3.20.2 |
| 1671 | 2026-08-25T07:30:25.147Z | Compiling same-file v1.0.6 |
| 1672 | 2026-08-25T07:30:25.209Z | Compiling textwrap v0.16.2 |
| 1673 | 2026-08-25T07:30:25.209Z | Compiling bzip2 v0.6.1 |
| 1674 | 2026-08-25T07:30:25.293Z | Compiling walkdir v2.5.0 |
| 1675 | 2026-08-25T07:30:25.373Z | Compiling test-strategy v0.4.5 |
| 1676 | 2026-08-25T07:30:25.373Z | Compiling hyper-tls v0.6.0 |
| 1677 | 2026-08-25T07:30:25.373Z | Compiling zopfli v0.8.3 |
| 1678 | 2026-08-25T07:30:25.449Z | Compiling supports-color v3.0.2 |
| 1679 | 2026-08-25T07:30:25.449Z | Compiling hashbrown v0.15.5 |
| 1680 | 2026-08-25T07:30:25.549Z | Compiling reqwest v0.12.28 |
| 1681 | 2026-08-25T07:30:25.559Z | Compiling jiff v0.2.34 |
| 1682 | 2026-08-25T07:30:25.616Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1683 | 2026-08-25T07:30:25.833Z | Compiling dof v0.3.0 |
| 1684 | 2026-08-25T07:30:26.043Z | Compiling hashbrown v0.16.1 |
| 1685 | 2026-08-25T07:30:26.799Z | Compiling sec1 v0.7.3 |
| 1686 | 2026-08-25T07:30:26.799Z | Compiling snafu v0.8.9 |
| 1687 | 2026-08-25T07:30:26.916Z | Compiling strum v0.27.2 |
| 1688 | 2026-08-25T07:30:26.916Z | Compiling cargo_metadata v0.23.1 |
| 1689 | 2026-08-25T07:30:26.916Z | Compiling group v0.13.0 |
| 1690 | 2026-08-25T07:30:26.916Z | Compiling hubpack v0.1.2 |
| 1691 | 2026-08-25T07:30:26.916Z | Compiling derive_more-impl v2.1.1 |
| 1692 | 2026-08-25T07:30:26.916Z | Compiling futures v0.3.32 |
| 1693 | 2026-08-25T07:30:26.917Z | Compiling phf v0.13.1 |
| 1694 | 2026-08-25T07:30:26.917Z | Compiling cookie_store v0.22.1 |
| 1695 | 2026-08-25T07:30:26.917Z | Compiling signal-hook-mio v0.2.5 |
| 1696 | 2026-08-25T07:30:26.917Z | Compiling backtrace-ext v0.2.1 |
| 1697 | 2026-08-25T07:30:26.917Z | Compiling zstd v0.13.3 |
| 1698 | 2026-08-25T07:30:26.917Z | Compiling cipher v0.5.2 |
| 1699 | 2026-08-25T07:30:26.917Z | Compiling postgres-types v0.2.12 |
| 1700 | 2026-08-25T07:30:26.917Z | Compiling serde_with_macros v3.21.0 |
| 1701 | 2026-08-25T07:30:27.397Z | Compiling globset v0.4.18 |
| 1702 | 2026-08-25T07:30:27.475Z | Compiling usdt-attr-macro v0.6.0 |
| 1703 | 2026-08-25T07:30:27.475Z | Compiling usdt-macro v0.6.0 |
| 1704 | 2026-08-25T07:30:27.475Z | Compiling byte-wrapper v0.1.0 |
| 1705 | 2026-08-25T07:30:27.475Z | Compiling phf_shared v0.11.3 |
| 1706 | 2026-08-25T07:30:27.582Z | Compiling hkdf v0.12.4 |
| 1707 | 2026-08-25T07:30:27.663Z | Compiling ed25519 v2.2.3 |
| 1708 | 2026-08-25T07:30:27.663Z | Compiling dtrace-parser v0.2.0 |
| 1709 | 2026-08-25T07:30:27.818Z | Compiling crypto-bigint v0.5.5 |
| 1710 | 2026-08-25T07:30:28.175Z | Compiling serde-big-array v0.5.1 |
| 1711 | 2026-08-25T07:30:28.175Z | Compiling serde_plain v1.0.2 |
| 1712 | 2026-08-25T07:30:28.175Z | Compiling olpc-cjson v0.1.4 |
| 1713 | 2026-08-25T07:30:28.274Z | Compiling serde_repr v0.1.20 |
| 1714 | 2026-08-25T07:30:28.274Z | Compiling enum-as-inner v0.6.1 |
| 1715 | 2026-08-25T07:30:28.274Z | Compiling async-recursion v1.1.1 |
| 1716 | 2026-08-25T07:30:28.274Z | Compiling strum_macros v0.26.4 |
| 1717 | 2026-08-25T07:30:28.274Z | Compiling miette-derive v7.6.0 |
| 1718 | 2026-08-25T07:30:28.274Z | Compiling float-cmp v0.10.0 |
| 1719 | 2026-08-25T07:30:28.274Z | Compiling pem v3.0.6 |
| 1720 | 2026-08-25T07:30:28.274Z | Compiling thread-id v4.2.2 |
| 1721 | 2026-08-25T07:30:28.398Z | Compiling memmap2 v0.9.10 |
| 1722 | 2026-08-25T07:30:28.410Z | Compiling cpufeatures v0.3.0 |
| 1723 | 2026-08-25T07:30:28.444Z | Compiling typed-path v0.9.3 |
| 1724 | 2026-08-25T07:30:28.520Z | Compiling keccak v0.1.6 |
| 1725 | 2026-08-25T07:30:28.520Z | Compiling precomputed-hash v0.1.1 |
| 1726 | 2026-08-25T07:30:28.704Z | Compiling whoami v2.1.0 |
| 1727 | 2026-08-25T07:30:28.704Z | Compiling winnow v1.0.3 |
| 1728 | 2026-08-25T07:30:28.705Z | Compiling normalize-line-endings v0.3.0 |
| 1729 | 2026-08-25T07:30:28.752Z | Compiling new_debug_unreachable v1.0.6 |
| 1730 | 2026-08-25T07:30:28.752Z | Compiling difflib v0.4.0 |
| 1731 | 2026-08-25T07:30:28.752Z | Compiling supports-unicode v3.0.0 |
| 1732 | 2026-08-25T07:30:28.752Z | Compiling const-oid v0.10.2 |
| 1733 | 2026-08-25T07:30:28.837Z | Compiling fixedbitset v0.4.2 |
| 1734 | 2026-08-25T07:30:28.899Z | Compiling fixedbitset v0.5.7 |
| 1735 | 2026-08-25T07:30:28.917Z | Compiling supports-hyperlinks v3.2.0 |
| 1736 | 2026-08-25T07:30:28.969Z | Compiling predicates-core v1.0.10 |
| 1737 | 2026-08-25T07:30:29.043Z | Compiling static_assertions v1.1.0 |
| 1738 | 2026-08-25T07:30:29.089Z | Compiling data-encoding v2.10.0 |
| 1739 | 2026-08-25T07:30:29.408Z | Compiling petgraph v0.6.5 |
| 1740 | 2026-08-25T07:30:29.409Z | Compiling predicates v3.1.4 |
| 1741 | 2026-08-25T07:30:29.704Z | Compiling petgraph v0.8.3 |
| 1742 | 2026-08-25T07:30:29.704Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1743 | 2026-08-25T07:30:29.704Z | Compiling miette v7.6.0 |
| 1744 | 2026-08-25T07:30:29.704Z | Compiling toml_edit v0.22.27 |
| 1745 | 2026-08-25T07:30:29.704Z | Compiling digest v0.11.3 |
| 1746 | 2026-08-25T07:30:29.704Z | Compiling tokio-postgres v0.7.16 |
| 1747 | 2026-08-25T07:30:29.704Z | Compiling hickory-proto v0.25.2 |
| 1748 | 2026-08-25T07:30:29.704Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1749 | 2026-08-25T07:30:30.011Z | Compiling elliptic-curve v0.13.8 |
| 1750 | 2026-08-25T07:30:30.012Z | Compiling sha3 v0.10.8 |
| 1751 | 2026-08-25T07:30:30.012Z | Compiling string_cache v0.8.9 |
| 1752 | 2026-08-25T07:30:30.012Z | Compiling chacha20 v0.10.0 |
| 1753 | 2026-08-25T07:30:30.012Z | Compiling strum v0.26.3 |
| 1754 | 2026-08-25T07:30:30.067Z | Compiling usdt v0.6.0 |
| 1755 | 2026-08-25T07:30:30.067Z | Compiling usdt-impl v0.5.0 |
| 1756 | 2026-08-25T07:30:30.068Z | Compiling serde_with v3.21.0 |
| 1757 | 2026-08-25T07:30:30.068Z | Compiling crossterm v0.28.1 |
| 1758 | 2026-08-25T07:30:30.169Z | Compiling ed25519-dalek v2.2.0 |
| 1759 | 2026-08-25T07:30:30.479Z | Compiling zip v4.6.1 |
| 1760 | 2026-08-25T07:30:30.479Z | Compiling derive_more v2.1.1 |
| 1761 | 2026-08-25T07:30:30.479Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1762 | 2026-08-25T07:30:31.009Z | Compiling iddqd v0.4.2 |
| 1763 | 2026-08-25T07:30:31.009Z | Compiling itertools v0.15.0 |
| 1764 | 2026-08-25T07:30:31.222Z | Compiling itertools v0.13.0 |
| 1765 | 2026-08-25T07:30:31.222Z | Compiling similar v2.7.0 |
| 1766 | 2026-08-25T07:30:31.257Z | Compiling crossbeam-epoch v0.9.18 |
| 1767 | 2026-08-25T07:30:31.257Z | Compiling oxide-generation v0.1.3 |
| 1768 | 2026-08-25T07:30:31.316Z | Compiling tokio-stream v0.1.18 |
| 1769 | 2026-08-25T07:30:31.426Z | Compiling buf-list v1.1.2 |
| 1770 | 2026-08-25T07:30:31.456Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1771 | 2026-08-25T07:30:31.503Z | Compiling heck v0.4.1 |
| 1772 | 2026-08-25T07:30:31.723Z | Compiling openapiv3 v2.2.0 |
| 1773 | 2026-08-25T07:30:31.756Z | Compiling peg-runtime v0.8.5 |
| 1774 | 2026-08-25T07:30:31.791Z | Compiling lalrpop-util v0.19.12 |
| 1775 | 2026-08-25T07:30:31.946Z | Compiling thread_local v1.1.9 |
| 1776 | 2026-08-25T07:30:31.946Z | Compiling slog-async v2.8.0 |
| 1777 | 2026-08-25T07:30:32.009Z | Compiling crossbeam-channel v0.5.15 |
| 1778 | 2026-08-25T07:30:32.009Z | Compiling is-terminal v0.4.17 |
| 1779 | 2026-08-25T07:30:32.009Z | Compiling filetime v0.2.27 |
| 1780 | 2026-08-25T07:30:32.009Z | Compiling xattr v1.6.1 |
| 1781 | 2026-08-25T07:30:32.009Z | Compiling term v1.2.1 |
| 1782 | 2026-08-25T07:30:32.097Z | Compiling take_mut v0.2.2 |
| 1783 | 2026-08-25T07:30:32.098Z | Compiling camino-tempfile v1.4.1 |
| 1784 | 2026-08-25T07:30:32.148Z | Compiling tar v0.4.46 |
| 1785 | 2026-08-25T07:30:32.354Z | Compiling slog-term v2.9.2 |
| 1786 | 2026-08-25T07:30:49.658Z | Compiling rustls-webpki v0.103.13 |
| 1787 | 2026-08-25T07:30:52.128Z | Compiling tokio-rustls v0.26.4 |
| 1788 | 2026-08-25T07:30:52.128Z | Compiling rustls-platform-verifier v0.6.2 |
| 1789 | 2026-08-25T07:30:52.128Z | Compiling tough v0.22.0 |
| 1790 | 2026-08-25T07:30:52.282Z | Compiling hyper-rustls v0.27.7 |
| 1791 | 2026-08-25T07:30:52.508Z | Compiling reqwest v0.13.2 |
| 1792 | 2026-08-25T07:30:54.810Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1793 | 2026-08-25T07:30:55.079Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1794 | 2026-08-25T07:30:57.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.01s |
| 1795 | 2026-08-25T07:30:57.937Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1796 | 2026-08-25T07:30:58.072Z | Aug 25 07:30:57.128 INFO Starting download, target: Clickhouse |
| 1797 | 2026-08-25T07:30:58.072Z | Aug 25 07:30:57.129 INFO Starting download, target: Cockroach |
| 1798 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Starting download, target: Console |
| 1799 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Starting download, target: DendriteStub |
| 1800 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Starting download, target: MaghemiteMgd |
| 1801 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Starting download, target: MaghemiteDdmd |
| 1802 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Starting download, target: TransceiverControl |
| 1803 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1804 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1805 | 2026-08-25T07:30:58.073Z | Aug 25 07:30:57.129 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1806 | 2026-08-25T07:30:58.074Z | Aug 25 07:30:57.129 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1807 | 2026-08-25T07:30:58.074Z | Aug 25 07:30:57.129 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1808 | 2026-08-25T07:30:58.074Z | Aug 25 07:30:57.129 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1809 | 2026-08-25T07:30:58.074Z | Aug 25 07:30:57.129 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1810 | 2026-08-25T07:31:00.013Z | Aug 25 07:30:59.159 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1811 | 2026-08-25T07:31:00.134Z | Aug 25 07:30:59.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1812 | 2026-08-25T07:31:00.267Z | Aug 25 07:30:59.406 INFO Download complete, target: Console |
| 1813 | 2026-08-25T07:31:06.810Z | Aug 25 07:31:05.922 INFO Checking that binary works, target: Clickhouse |
| 1814 | 2026-08-25T07:31:06.872Z | Aug 25 07:31:06.010 INFO Download complete, target: Clickhouse |
| 1815 | 2026-08-25T07:31:13.023Z | Aug 25 07:31:12.116 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1816 | 2026-08-25T07:31:13.179Z | Aug 25 07:31:12.324 INFO Download complete, target: TransceiverControl |
| 1817 | 2026-08-25T07:32:56.032Z | Aug 25 07:32:55.120 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1818 | 2026-08-25T07:32:57.887Z | Aug 25 07:32:57.030 INFO Download complete, target: MaghemiteDdmd |
| 1819 | 2026-08-25T07:33:10.072Z | Aug 25 07:33:09.254 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1820 | 2026-08-25T07:33:12.814Z | Aug 25 07:33:12.033 INFO Download complete, target: DendriteStub |
| 1821 | 2026-08-25T07:33:31.862Z | Aug 25 07:33:31.078 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1822 | 2026-08-25T07:33:34.643Z | Aug 25 07:33:33.846 INFO Download complete, target: MaghemiteMgd |
| 1823 | 2026-08-25T07:33:53.550Z | Aug 25 07:33:52.762 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1824 | 2026-08-25T07:33:53.550Z | Aug 25 07:33:52.762 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1825 | 2026-08-25T07:33:58.138Z | Aug 25 07:33:57.354 INFO Checking that binary works, target: Cockroach |
| 1826 | 2026-08-25T07:33:58.267Z | Aug 25 07:33:57.477 INFO Download complete, target: Cockroach |
| 1827 | 2026-08-25T07:33:58.276Z | All prerequisites installed successfully |
| 1828 | 2026-08-25T07:33:58.276Z | |
| 1829 | 2026-08-25T07:33:58.276Z | real 4:45.585308329 |
| 1830 | 2026-08-25T07:33:58.276Z | user 7:24.333872250 |
| 1831 | 2026-08-25T07:33:58.276Z | sys 1:44.643314451 |
| 1832 | 2026-08-25T07:33:58.277Z | trap 0.297506429 |
| 1833 | 2026-08-25T07:33:58.277Z | tflt 0.854188934 |
| 1834 | 2026-08-25T07:33:58.277Z | dflt 1.562036703 |
| 1835 | 2026-08-25T07:33:58.277Z | kflt 0.028896321 |
| 1836 | 2026-08-25T07:33:58.277Z | lock 1:48:36.786311304 |
| 1837 | 2026-08-25T07:33:58.277Z | slp 25:46.590136703 |
| 1838 | 2026-08-25T07:33:58.277Z | lat 30.583480295 |
| 1839 | 2026-08-25T07:33:58.277Z | stop 3:32.722739301 |
| 1840 | 2026-08-25T07:33:58.277Z | + ptime -m cargo xtask download softnpu |
| 1841 | 2026-08-25T07:33:58.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1842 | 2026-08-25T07:33:58.746Z | Running `target/debug/xtask download softnpu` |
| 1843 | 2026-08-25T07:33:59.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1844 | 2026-08-25T07:33:59.576Z | Running `target/debug/xtask-downloader softnpu` |
| 1845 | 2026-08-25T07:33:59.626Z | Aug 25 07:33:58.844 INFO Starting download, target: Softnpu |
| 1846 | 2026-08-25T07:33:59.629Z | Aug 25 07:33:58.845 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1847 | 2026-08-25T07:34:00.242Z | Aug 25 07:33:59.461 INFO Download complete, target: Softnpu |
| 1848 | 2026-08-25T07:34:00.252Z | |
| 1849 | 2026-08-25T07:34:00.252Z | real 1.975334347 |
| 1850 | 2026-08-25T07:34:00.253Z | user 1.363391017 |
| 1851 | 2026-08-25T07:34:00.253Z | sys 0.649491918 |
| 1852 | 2026-08-25T07:34:00.253Z | trap 0.000527503 |
| 1853 | 2026-08-25T07:34:00.253Z | tflt 0.000135509 |
| 1854 | 2026-08-25T07:34:00.253Z | dflt 0.000285897 |
| 1855 | 2026-08-25T07:34:00.253Z | kflt 0.000000000 |
| 1856 | 2026-08-25T07:34:00.253Z | lock 11.468862959 |
| 1857 | 2026-08-25T07:34:00.253Z | slp 0.460405263 |
| 1858 | 2026-08-25T07:34:00.253Z | lat 0.102121118 |
| 1859 | 2026-08-25T07:34:00.254Z | stop 0.000179808 |
| 1860 | 2026-08-25T07:34:00.254Z | + export CARGO_INCREMENTAL=0 |
| 1861 | 2026-08-25T07:34:00.254Z | + CARGO_INCREMENTAL=0 |
| 1862 | 2026-08-25T07:34:00.254Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1863 | 2026-08-25T07:34:01.169Z | Compiling proc-macro2 v1.0.106 |
| 1864 | 2026-08-25T07:34:01.170Z | Compiling quote v1.0.45 |
| 1865 | 2026-08-25T07:34:01.170Z | Compiling unicode-ident v1.0.24 |
| 1866 | 2026-08-25T07:34:01.176Z | Compiling serde_core v1.0.229 |
| 1867 | 2026-08-25T07:34:01.176Z | Compiling libc v0.2.185 |
| 1868 | 2026-08-25T07:34:01.176Z | Compiling serde v1.0.229 |
| 1869 | 2026-08-25T07:34:01.176Z | Compiling cfg-if v1.0.4 |
| 1870 | 2026-08-25T07:34:01.307Z | Compiling version_check v0.9.5 |
| 1871 | 2026-08-25T07:34:01.310Z | Compiling autocfg v1.5.0 |
| 1872 | 2026-08-25T07:34:01.310Z | Compiling find-msvc-tools v0.1.9 |
| 1873 | 2026-08-25T07:34:01.310Z | Compiling shlex v1.3.0 |
| 1874 | 2026-08-25T07:34:01.311Z | Compiling memchr v2.8.0 |
| 1875 | 2026-08-25T07:34:01.311Z | Compiling zmij v1.0.21 |
| 1876 | 2026-08-25T07:34:01.311Z | Compiling serde_json v1.0.151 |
| 1877 | 2026-08-25T07:34:01.485Z | Compiling portable-atomic v1.13.1 |
| 1878 | 2026-08-25T07:34:01.546Z | Compiling zerocopy v0.8.55 |
| 1879 | 2026-08-25T07:34:01.578Z | Compiling libm v0.2.16 |
| 1880 | 2026-08-25T07:34:01.682Z | Compiling getrandom v0.4.3 |
| 1881 | 2026-08-25T07:34:01.686Z | Compiling icu_normalizer_data v2.1.1 |
| 1882 | 2026-08-25T07:34:01.769Z | Compiling icu_properties_data v2.1.2 |
| 1883 | 2026-08-25T07:34:01.775Z | Compiling generic-array v0.14.7 |
| 1884 | 2026-08-25T07:34:01.775Z | Compiling parking_lot_core v0.9.12 |
| 1885 | 2026-08-25T07:34:01.913Z | Compiling num-traits v0.2.19 |
| 1886 | 2026-08-25T07:34:01.928Z | Compiling smallvec v1.15.1 |
| 1887 | 2026-08-25T07:34:01.960Z | Compiling itoa v1.0.17 |
| 1888 | 2026-08-25T07:34:01.963Z | Compiling log v0.4.33 |
| 1889 | 2026-08-25T07:34:01.963Z | Compiling subtle v2.6.1 |
| 1890 | 2026-08-25T07:34:02.039Z | Compiling pkg-config v0.3.32 |
| 1891 | 2026-08-25T07:34:02.087Z | Compiling stable_deref_trait v1.2.1 |
| 1892 | 2026-08-25T07:34:02.173Z | Compiling typenum v1.20.1 |
| 1893 | 2026-08-25T07:34:02.238Z | Compiling rustix v1.1.4 |
| 1894 | 2026-08-25T07:34:02.254Z | Compiling getrandom v0.3.4 |
| 1895 | 2026-08-25T07:34:02.303Z | Compiling scopeguard v1.2.0 |
| 1896 | 2026-08-25T07:34:02.306Z | Compiling thiserror v2.0.18 |
| 1897 | 2026-08-25T07:34:02.409Z | Compiling jobserver v0.1.34 |
| 1898 | 2026-08-25T07:34:02.425Z | Compiling errno v0.3.14 |
| 1899 | 2026-08-25T07:34:02.442Z | Compiling lock_api v0.4.14 |
| 1900 | 2026-08-25T07:34:02.587Z | Compiling rand_core v0.10.0 |
| 1901 | 2026-08-25T07:34:02.617Z | Compiling cc v1.2.56 |
| 1902 | 2026-08-25T07:34:02.649Z | Compiling getrandom v0.2.17 |
| 1903 | 2026-08-25T07:34:02.730Z | Compiling syn v2.0.117 |
| 1904 | 2026-08-25T07:34:02.731Z | Compiling syn v3.0.3 |
| 1905 | 2026-08-25T07:34:02.779Z | Compiling heck v0.5.0 |
| 1906 | 2026-08-25T07:34:02.797Z | Compiling critical-section v1.2.0 |
| 1907 | 2026-08-25T07:34:02.804Z | Compiling schemars v0.8.22 |
| 1908 | 2026-08-25T07:34:02.812Z | Compiling equivalent v1.0.2 |
| 1909 | 2026-08-25T07:34:02.892Z | Compiling rand_core v0.6.4 |
| 1910 | 2026-08-25T07:34:02.991Z | Compiling syn v1.0.109 |
| 1911 | 2026-08-25T07:34:03.023Z | Compiling percent-encoding v2.3.2 |
| 1912 | 2026-08-25T07:34:03.029Z | Compiling writeable v0.6.2 |
| 1913 | 2026-08-25T07:34:03.029Z | Compiling litemap v0.8.1 |
| 1914 | 2026-08-25T07:34:03.079Z | Compiling pin-project-lite v0.2.17 |
| 1915 | 2026-08-25T07:34:03.161Z | Compiling rustversion v1.0.22 |
| 1916 | 2026-08-25T07:34:03.182Z | Compiling once_cell v1.21.3 |
| 1917 | 2026-08-25T07:34:03.284Z | Compiling hashbrown v0.17.0 |
| 1918 | 2026-08-25T07:34:03.349Z | Compiling cmake v0.1.57 |
| 1919 | 2026-08-25T07:34:03.460Z | Compiling fs_extra v1.3.0 |
| 1920 | 2026-08-25T07:34:03.474Z | Compiling dunce v1.0.5 |
| 1921 | 2026-08-25T07:34:03.566Z | Compiling semver v1.0.28 |
| 1922 | 2026-08-25T07:34:03.578Z | Compiling bitflags v2.11.0 |
| 1923 | 2026-08-25T07:34:03.740Z | Compiling byteorder v1.5.0 |
| 1924 | 2026-08-25T07:34:03.810Z | Compiling indexmap v2.14.0 |
| 1925 | 2026-08-25T07:34:03.828Z | Compiling utf8_iter v1.0.4 |
| 1926 | 2026-08-25T07:34:03.846Z | Compiling strsim v0.11.1 |
| 1927 | 2026-08-25T07:34:03.897Z | Compiling aws-lc-sys v0.40.0 |
| 1928 | 2026-08-25T07:34:03.985Z | Compiling form_urlencoded v1.2.2 |
| 1929 | 2026-08-25T07:34:04.013Z | Compiling signal-hook-registry v1.4.8 |
| 1930 | 2026-08-25T07:34:04.071Z | Compiling thiserror v1.0.69 |
| 1931 | 2026-08-25T07:34:04.161Z | Compiling parking_lot v0.12.5 |
| 1932 | 2026-08-25T07:34:04.239Z | Compiling socket2 v0.6.3 |
| 1933 | 2026-08-25T07:34:04.274Z | Compiling mio v1.2.0 |
| 1934 | 2026-08-25T07:34:04.445Z | Compiling aws-lc-rs v1.16.3 |
| 1935 | 2026-08-25T07:34:04.461Z | Compiling futures-core v0.3.32 |
| 1936 | 2026-08-25T07:34:04.479Z | Compiling const-oid v0.9.6 |
| 1937 | 2026-08-25T07:34:04.592Z | Compiling fnv v1.0.7 |
| 1938 | 2026-08-25T07:34:04.711Z | Compiling httparse v1.10.1 |
| 1939 | 2026-08-25T07:34:04.749Z | Compiling regex-syntax v0.8.10 |
| 1940 | 2026-08-25T07:34:04.853Z | Compiling crc32fast v1.5.0 |
| 1941 | 2026-08-25T07:34:05.035Z | Compiling iana-time-zone v0.1.65 |
| 1942 | 2026-08-25T07:34:05.051Z | Compiling ucd-trie v0.1.7 |
| 1943 | 2026-08-25T07:34:05.195Z | Compiling vcpkg v0.2.15 |
| 1944 | 2026-08-25T07:34:05.211Z | Compiling ident_case v1.0.1 |
| 1945 | 2026-08-25T07:34:05.283Z | Compiling pest v2.8.6 |
| 1946 | 2026-08-25T07:34:05.308Z | Compiling uuid v1.23.4 |
| 1947 | 2026-08-25T07:34:05.359Z | Compiling rustc_version v0.4.1 |
| 1948 | 2026-08-25T07:34:05.450Z | Compiling synstructure v0.13.2 |
| 1949 | 2026-08-25T07:34:05.528Z | Compiling serde_derive_internals v0.29.1 |
| 1950 | 2026-08-25T07:34:05.564Z | Compiling futures-sink v0.3.32 |
| 1951 | 2026-08-25T07:34:05.687Z | Compiling rustls v0.23.41 |
| 1952 | 2026-08-25T07:34:05.720Z | Compiling openssl-sys v0.9.117 |
| 1953 | 2026-08-25T07:34:05.738Z | Compiling futures-channel v0.3.32 |
| 1954 | 2026-08-25T07:34:05.763Z | Compiling serde_derive v1.0.229 |
| 1955 | 2026-08-25T07:34:06.014Z | Compiling aho-corasick v1.1.4 |
| 1956 | 2026-08-25T07:34:06.043Z | Compiling futures-io v0.3.32 |
| 1957 | 2026-08-25T07:34:06.070Z | Compiling futures-task v0.3.32 |
| 1958 | 2026-08-25T07:34:06.196Z | Compiling dyn-clone v1.0.20 |
| 1959 | 2026-08-25T07:34:06.212Z | Compiling slab v0.4.12 |
| 1960 | 2026-08-25T07:34:06.323Z | Compiling pest_meta v2.8.6 |
| 1961 | 2026-08-25T07:34:06.340Z | Compiling time-core v0.1.8 |
| 1962 | 2026-08-25T07:34:06.361Z | Compiling num-conv v0.2.0 |
| 1963 | 2026-08-25T07:34:06.374Z | Compiling radium v0.7.0 |
| 1964 | 2026-08-25T07:34:06.377Z | Compiling plain v0.2.3 |
| 1965 | 2026-08-25T07:34:06.481Z | Compiling crossbeam-utils v0.8.21 |
| 1966 | 2026-08-25T07:34:06.515Z | Compiling time-macros v0.2.27 |
| 1967 | 2026-08-25T07:34:06.654Z | Compiling base64ct v1.8.3 |
| 1968 | 2026-08-25T07:34:06.673Z | Compiling openssl v0.10.80 |
| 1969 | 2026-08-25T07:34:06.673Z | Compiling maybe-uninit v2.0.0 |
| 1970 | 2026-08-25T07:34:06.682Z | Compiling zeroize_derive v1.5.0 |
| 1971 | 2026-08-25T07:34:06.741Z | Compiling zerofrom-derive v0.1.6 |
| 1972 | 2026-08-25T07:34:06.755Z | Compiling yoke-derive v0.8.1 |
| 1973 | 2026-08-25T07:34:06.776Z | Compiling zerocopy-derive v0.8.55 |
| 1974 | 2026-08-25T07:34:06.781Z | Compiling zerovec-derive v0.11.2 |
| 1975 | 2026-08-25T07:34:06.806Z | Compiling displaydoc v0.2.5 |
| 1976 | 2026-08-25T07:34:06.887Z | Compiling tokio-macros v2.7.0 |
| 1977 | 2026-08-25T07:34:06.930Z | Compiling futures-macro v0.3.32 |
| 1978 | 2026-08-25T07:34:06.946Z | Compiling thiserror-impl v2.0.18 |
| 1979 | 2026-08-25T07:34:06.963Z | Compiling schemars_derive v0.8.22 |
| 1980 | 2026-08-25T07:34:07.124Z | Compiling der_derive v0.7.3 |
| 1981 | 2026-08-25T07:34:07.312Z | Compiling tracing-attributes v0.1.31 |
| 1982 | 2026-08-25T07:34:07.399Z | Compiling thiserror-impl v1.0.69 |
| 1983 | 2026-08-25T07:34:07.526Z | Compiling pest_generator v2.8.6 |
| 1984 | 2026-08-25T07:34:07.526Z | Compiling regex-automata v0.4.14 |
| 1985 | 2026-08-25T07:34:07.588Z | Compiling pretty-hex v0.4.1 |
| 1986 | 2026-08-25T07:34:07.619Z | Compiling base64 v0.22.1 |
| 1987 | 2026-08-25T07:34:07.730Z | Compiling pem-rfc7468 v0.7.0 |
| 1988 | 2026-08-25T07:34:07.746Z | Compiling scroll_derive v0.13.1 |
| 1989 | 2026-08-25T07:34:07.766Z | Compiling futures-util v0.3.32 |
| 1990 | 2026-08-25T07:34:07.899Z | Compiling zerofrom v0.1.6 |
| 1991 | 2026-08-25T07:34:08.053Z | Compiling yoke v0.8.1 |
| 1992 | 2026-08-25T07:34:08.069Z | Compiling scroll_derive v0.12.1 |
| 1993 | 2026-08-25T07:34:08.167Z | Compiling rand_core v0.9.5 |
| 1994 | 2026-08-25T07:34:08.201Z | Compiling pest_derive v2.8.6 |
| 1995 | 2026-08-25T07:34:08.271Z | Compiling zerovec v0.11.5 |
| 1996 | 2026-08-25T07:34:08.371Z | Compiling zerotrie v0.2.3 |
| 1997 | 2026-08-25T07:34:08.512Z | Compiling slog v2.8.2 |
| 1998 | 2026-08-25T07:34:08.548Z | Compiling flagset v0.4.7 |
| 1999 | 2026-08-25T07:34:08.589Z | Compiling openssl-macros v0.1.1 |
| 2000 | 2026-08-25T07:34:08.676Z | Compiling darling_core v0.23.0 |
| 2001 | 2026-08-25T07:34:08.693Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2002 | 2026-08-25T07:34:08.730Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2003 | 2026-08-25T07:34:08.749Z | Compiling ahash v0.8.12 |
| 2004 | 2026-08-25T07:34:08.804Z | Compiling zeroize v1.9.0 |
| 2005 | 2026-08-25T07:34:08.877Z | Compiling bytes v1.11.1 |
| 2006 | 2026-08-25T07:34:08.928Z | Compiling tinystr v0.8.2 |
| 2007 | 2026-08-25T07:34:08.959Z | Compiling potential_utf v0.1.4 |
| 2008 | 2026-08-25T07:34:09.138Z | Compiling icu_locale_core v2.1.1 |
| 2009 | 2026-08-25T07:34:09.149Z | Compiling icu_collections v2.1.1 |
| 2010 | 2026-08-25T07:34:09.197Z | Compiling chrono v0.4.45 |
| 2011 | 2026-08-25T07:34:09.215Z | Compiling serde_tokenstream v0.2.3 |
| 2012 | 2026-08-25T07:34:09.475Z | Compiling tokio v1.52.1 |
| 2013 | 2026-08-25T07:34:09.527Z | Compiling crypto-common v0.1.7 |
| 2014 | 2026-08-25T07:34:09.548Z | Compiling block-buffer v0.10.4 |
| 2015 | 2026-08-25T07:34:09.678Z | Compiling digest v0.10.7 |
| 2016 | 2026-08-25T07:34:09.763Z | Compiling icu_provider v2.1.1 |
| 2017 | 2026-08-25T07:34:09.931Z | Compiling der v0.7.10 |
| 2018 | 2026-08-25T07:34:10.059Z | Compiling icu_normalizer v2.1.1 |
| 2019 | 2026-08-25T07:34:10.076Z | Compiling icu_properties v2.1.2 |
| 2020 | 2026-08-25T07:34:10.509Z | Compiling num-bigint-dig v0.8.6 |
| 2021 | 2026-08-25T07:34:10.534Z | Compiling native-tls v0.2.18 |
| 2022 | 2026-08-25T07:34:10.706Z | Compiling paste v1.0.15 |
| 2023 | 2026-08-25T07:34:10.721Z | Compiling anyhow v1.0.104 |
| 2024 | 2026-08-25T07:34:10.761Z | Compiling packed_struct v0.10.1 |
| 2025 | 2026-08-25T07:34:10.804Z | Compiling darling_macro v0.23.0 |
| 2026 | 2026-08-25T07:34:10.977Z | Compiling idna_adapter v1.2.1 |
| 2027 | 2026-08-25T07:34:11.041Z | Compiling spki v0.7.3 |
| 2028 | 2026-08-25T07:34:11.044Z | Compiling regex v1.12.3 |
| 2029 | 2026-08-25T07:34:11.044Z | Compiling http v1.4.2 |
| 2030 | 2026-08-25T07:34:11.088Z | Compiling zerocopy-derive v0.7.35 |
| 2031 | 2026-08-25T07:34:11.145Z | Compiling idna v1.1.0 |
| 2032 | 2026-08-25T07:34:11.308Z | Compiling ppv-lite86 v0.2.21 |
| 2033 | 2026-08-25T07:34:11.448Z | Compiling url v2.5.8 |
| 2034 | 2026-08-25T07:34:11.640Z | Compiling rand_chacha v0.9.0 |
| 2035 | 2026-08-25T07:34:11.668Z | Compiling tracing-core v0.1.36 |
| 2036 | 2026-08-25T07:34:11.686Z | Compiling cookie v0.18.1 |
| 2037 | 2026-08-25T07:34:11.715Z | Compiling cpufeatures v0.2.17 |
| 2038 | 2026-08-25T07:34:11.829Z | Compiling camino v1.2.5 |
| 2039 | 2026-08-25T07:34:11.896Z | Compiling rand v0.9.2 |
| 2040 | 2026-08-25T07:34:11.943Z | Compiling darling v0.23.0 |
| 2041 | 2026-08-25T07:34:12.033Z | Compiling serde_spanned v0.6.9 |
| 2042 | 2026-08-25T07:34:12.049Z | Compiling tracing v0.1.44 |
| 2043 | 2026-08-25T07:34:12.053Z | Compiling toml_datetime v0.6.11 |
| 2044 | 2026-08-25T07:34:12.141Z | Compiling packed_struct_codegen v0.10.1 |
| 2045 | 2026-08-25T07:34:12.183Z | Compiling clap_derive v4.6.1 |
| 2046 | 2026-08-25T07:34:12.234Z | Compiling zerocopy-derive v0.6.6 |
| 2047 | 2026-08-25T07:34:12.360Z | Compiling bitfield-macros v0.19.4 |
| 2048 | 2026-08-25T07:34:12.565Z | Compiling indexmap v1.9.3 |
| 2049 | 2026-08-25T07:34:12.772Z | Compiling object v0.37.3 |
| 2050 | 2026-08-25T07:34:12.814Z | Compiling fastrand v2.3.0 |
| 2051 | 2026-08-25T07:34:12.901Z | Compiling simd-adler32 v0.3.8 |
| 2052 | 2026-08-25T07:34:13.046Z | Compiling http-body v1.0.1 |
| 2053 | 2026-08-25T07:34:13.059Z | Compiling pkcs8 v0.10.2 |
| 2054 | 2026-08-25T07:34:13.164Z | Compiling rustls-pki-types v1.14.0 |
| 2055 | 2026-08-25T07:34:13.317Z | Compiling daft-derive v0.1.8 |
| 2056 | 2026-08-25T07:34:13.331Z | Compiling spin v0.9.8 |
| 2057 | 2026-08-25T07:34:13.486Z | Compiling tokio-util v0.7.18 |
| 2058 | 2026-08-25T07:34:13.507Z | Compiling usdt-impl v0.5.0 |
| 2059 | 2026-08-25T07:34:13.602Z | Compiling either v1.15.0 |
| 2060 | 2026-08-25T07:34:13.795Z | Compiling anstyle v1.0.14 |
| 2061 | 2026-08-25T07:34:13.821Z | Compiling ref-cast v1.0.25 |
| 2062 | 2026-08-25T07:34:13.843Z | Compiling adler2 v2.0.1 |
| 2063 | 2026-08-25T07:34:13.854Z | Compiling usdt-impl v0.6.0 |
| 2064 | 2026-08-25T07:34:13.992Z | Compiling cmov v0.5.4 |
| 2065 | 2026-08-25T07:34:14.029Z | Compiling openssl-probe v0.2.1 |
| 2066 | 2026-08-25T07:34:14.082Z | Compiling tinyvec_macros v0.1.1 |
| 2067 | 2026-08-25T07:34:14.119Z | Compiling winnow v0.5.40 |
| 2068 | 2026-08-25T07:34:14.140Z | Compiling utf8parse v0.2.2 |
| 2069 | 2026-08-25T07:34:14.206Z | Compiling ctutils v0.4.2 |
| 2070 | 2026-08-25T07:34:14.220Z | Compiling tinyvec v1.10.0 |
| 2071 | 2026-08-25T07:34:14.249Z | Compiling anstyle-parse v1.0.0 |
| 2072 | 2026-08-25T07:34:14.265Z | Compiling miniz_oxide v0.8.9 |
| 2073 | 2026-08-25T07:34:14.448Z | Compiling tempfile v3.27.0 |
| 2074 | 2026-08-25T07:34:14.464Z | Compiling sha2 v0.10.9 |
| 2075 | 2026-08-25T07:34:14.563Z | Compiling scroll v0.12.0 |
| 2076 | 2026-08-25T07:34:14.581Z | Compiling scroll v0.13.0 |
| 2077 | 2026-08-25T07:34:14.585Z | Compiling terminal_size v0.4.3 |
| 2078 | 2026-08-25T07:34:14.663Z | Compiling async-trait v0.1.89 |
| 2079 | 2026-08-25T07:34:14.736Z | Compiling heapless v0.7.17 |
| 2080 | 2026-08-25T07:34:14.811Z | Compiling tower-layer v0.3.3 |
| 2081 | 2026-08-25T07:34:14.843Z | Compiling try-lock v0.2.5 |
| 2082 | 2026-08-25T07:34:14.859Z | Compiling winnow v0.7.14 |
| 2083 | 2026-08-25T07:34:14.863Z | Compiling tower-service v0.3.3 |
| 2084 | 2026-08-25T07:34:14.891Z | Compiling untrusted v0.7.1 |
| 2085 | 2026-08-25T07:34:14.941Z | Compiling zstd-safe v7.2.4 |
| 2086 | 2026-08-25T07:34:14.971Z | Compiling atomic-waker v1.1.2 |
| 2087 | 2026-08-25T07:34:15.003Z | Compiling is_terminal_polyfill v1.70.2 |
| 2088 | 2026-08-25T07:34:15.037Z | Compiling anstyle-query v1.1.5 |
| 2089 | 2026-08-25T07:34:15.106Z | Compiling unicode-segmentation v1.12.0 |
| 2090 | 2026-08-25T07:34:15.123Z | Compiling rustix v0.38.44 |
| 2091 | 2026-08-25T07:34:15.141Z | Compiling winnow v1.0.3 |
| 2092 | 2026-08-25T07:34:15.159Z | Compiling colorchoice v1.0.4 |
| 2093 | 2026-08-25T07:34:15.178Z | Compiling litrs v1.0.0 |
| 2094 | 2026-08-25T07:34:15.178Z | Compiling signal-hook v0.3.18 |
| 2095 | 2026-08-25T07:34:15.367Z | Compiling anstream v1.0.0 |
| 2096 | 2026-08-25T07:34:15.447Z | Compiling toml_edit v0.19.15 |
| 2097 | 2026-08-25T07:34:15.538Z | Compiling h2 v0.4.15 |
| 2098 | 2026-08-25T07:34:15.552Z | Compiling want v0.3.1 |
| 2099 | 2026-08-25T07:34:15.648Z | Compiling document-features v0.2.12 |
| 2100 | 2026-08-25T07:34:15.721Z | Compiling goblin v0.10.5 |
| 2101 | 2026-08-25T07:34:15.923Z | Compiling goblin v0.8.2 |
| 2102 | 2026-08-25T07:34:15.959Z | Compiling hybrid-array v0.4.13 |
| 2103 | 2026-08-25T07:34:16.214Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2104 | 2026-08-25T07:34:16.261Z | Compiling itertools v0.15.0 |
| 2105 | 2026-08-25T07:34:16.690Z | Compiling zerocopy v0.7.35 |
| 2106 | 2026-08-25T07:34:16.747Z | Compiling ipnet v2.12.0 |
| 2107 | 2026-08-25T07:34:16.859Z | Compiling structmeta-derive v0.3.0 |
| 2108 | 2026-08-25T07:34:16.874Z | Compiling ref-cast-impl v1.0.25 |
| 2109 | 2026-08-25T07:34:16.957Z | Compiling curve25519-dalek v4.1.3 |
| 2110 | 2026-08-25T07:34:17.542Z | Compiling darling_core v0.20.11 |
| 2111 | 2026-08-25T07:34:17.548Z | Compiling wait-timeout v0.2.1 |
| 2112 | 2026-08-25T07:34:17.548Z | Compiling memoffset v0.9.1 |
| 2113 | 2026-08-25T07:34:17.548Z | Compiling tap v1.0.1 |
| 2114 | 2026-08-25T07:34:17.548Z | Compiling quick-error v1.2.3 |
| 2115 | 2026-08-25T07:34:17.548Z | Compiling foreign-types-shared v0.1.1 |
| 2116 | 2026-08-25T07:34:17.548Z | Compiling untrusted v0.9.0 |
| 2117 | 2026-08-25T07:34:17.548Z | Compiling httpdate v1.0.3 |
| 2118 | 2026-08-25T07:34:17.580Z | Compiling bit-vec v0.8.0 |
| 2119 | 2026-08-25T07:34:17.694Z | Compiling powerfmt v0.2.0 |
| 2120 | 2026-08-25T07:34:17.710Z | Compiling foreign-types v0.3.2 |
| 2121 | 2026-08-25T07:34:17.729Z | Compiling rusty-fork v0.3.1 |
| 2122 | 2026-08-25T07:34:17.763Z | Compiling wyz v0.5.1 |
| 2123 | 2026-08-25T07:34:17.779Z | Compiling bit-set v0.8.0 |
| 2124 | 2026-08-25T07:34:17.845Z | Compiling structmeta v0.3.0 |
| 2125 | 2026-08-25T07:34:17.938Z | Compiling deranged v0.5.8 |
| 2126 | 2026-08-25T07:34:17.974Z | Compiling unicode-normalization v0.1.25 |
| 2127 | 2026-08-25T07:34:18.056Z | Compiling ipnetwork v0.21.1 |
| 2128 | 2026-08-25T07:34:18.073Z | Compiling dof v0.3.0 |
| 2129 | 2026-08-25T07:34:18.192Z | Compiling dtrace-parser v0.2.0 |
| 2130 | 2026-08-25T07:34:18.476Z | Compiling dof v0.4.0 |
| 2131 | 2026-08-25T07:34:18.520Z | Compiling rand_chacha v0.3.1 |
| 2132 | 2026-08-25T07:34:18.672Z | Compiling hyper v1.10.1 |
| 2133 | 2026-08-25T07:34:18.687Z | Compiling signature v2.2.0 |
| 2134 | 2026-08-25T07:34:18.851Z | Compiling hex v0.4.3 |
| 2135 | 2026-08-25T07:34:18.898Z | Compiling dtrace-parser v0.3.0 |
| 2136 | 2026-08-25T07:34:18.923Z | Compiling rand_xorshift v0.4.0 |
| 2137 | 2026-08-25T07:34:19.082Z | Compiling darling_macro v0.20.11 |
| 2138 | 2026-08-25T07:34:19.119Z | Compiling pin-project-internal v1.1.11 |
| 2139 | 2026-08-25T07:34:19.136Z | Compiling num-integer v0.1.46 |
| 2140 | 2026-08-25T07:34:19.366Z | Compiling thread-id v5.1.0 |
| 2141 | 2026-08-25T07:34:19.398Z | Compiling thread-id v4.2.2 |
| 2142 | 2026-08-25T07:34:19.414Z | Compiling cfg_aliases v0.2.1 |
| 2143 | 2026-08-25T07:34:19.459Z | Compiling owo-colors v4.3.0 |
| 2144 | 2026-08-25T07:34:19.478Z | Compiling num_threads v0.1.7 |
| 2145 | 2026-08-25T07:34:19.495Z | Compiling smoltcp v0.9.1 |
| 2146 | 2026-08-25T07:34:19.500Z | Compiling clap_lex v1.0.0 |
| 2147 | 2026-08-25T07:34:19.530Z | Compiling unarray v0.1.4 |
| 2148 | 2026-08-25T07:34:19.608Z | Compiling funty v2.0.0 |
| 2149 | 2026-08-25T07:34:19.651Z | Compiling proptest v1.11.0 |
| 2150 | 2026-08-25T07:34:19.704Z | Compiling clap_builder v4.6.0 |
| 2151 | 2026-08-25T07:34:19.722Z | Compiling time v0.3.47 |
| 2152 | 2026-08-25T07:34:19.739Z | Compiling darling v0.20.11 |
| 2153 | 2026-08-25T07:34:19.763Z | Compiling hyper-util v0.1.20 |
| 2154 | 2026-08-25T07:34:19.780Z | Compiling nix v0.31.2 |
| 2155 | 2026-08-25T07:34:19.936Z | Compiling bitvec v1.0.1 |
| 2156 | 2026-08-25T07:34:19.992Z | Compiling num-iter v0.1.45 |
| 2157 | 2026-08-25T07:34:20.147Z | Compiling rand v0.8.6 |
| 2158 | 2026-08-25T07:34:20.374Z | Compiling lazy_static v1.5.0 |
| 2159 | 2026-08-25T07:34:20.443Z | Compiling hmac v0.12.1 |
| 2160 | 2026-08-25T07:34:20.685Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2161 | 2026-08-25T07:34:20.782Z | Compiling sync_wrapper v1.0.2 |
| 2162 | 2026-08-25T07:34:20.906Z | Compiling nodrop v0.1.14 |
| 2163 | 2026-08-25T07:34:21.156Z | Compiling crc-catalog v2.4.0 |
| 2164 | 2026-08-25T07:34:21.181Z | Compiling zlib-rs v0.6.2 |
| 2165 | 2026-08-25T07:34:21.258Z | Compiling siphasher v1.0.2 |
| 2166 | 2026-08-25T07:34:21.424Z | Compiling crc v3.4.0 |
| 2167 | 2026-08-25T07:34:21.476Z | Compiling clap v4.6.1 |
| 2168 | 2026-08-25T07:34:21.632Z | Compiling newtype-uuid v1.3.2 |
| 2169 | 2026-08-25T07:34:21.929Z | Compiling array-init v0.0.4 |
| 2170 | 2026-08-25T07:34:21.958Z | Compiling tower v0.5.3 |
| 2171 | 2026-08-25T07:34:22.493Z | Compiling oxnet v0.1.6 |
| 2172 | 2026-08-25T07:34:22.575Z | Compiling smallvec v0.6.14 |
| 2173 | 2026-08-25T07:34:22.592Z | Compiling derive_builder_core v0.20.2 |
| 2174 | 2026-08-25T07:34:22.606Z | Compiling pkcs1 v0.7.5 |
| 2175 | 2026-08-25T07:34:22.688Z | Compiling http-body-util v0.1.3 |
| 2176 | 2026-08-25T07:34:22.763Z | Compiling bitfield v0.19.4 |
| 2177 | 2026-08-25T07:34:22.849Z | Compiling zerocopy v0.6.6 |
| 2178 | 2026-08-25T07:34:22.946Z | Compiling erased-serde v0.3.31 |
| 2179 | 2026-08-25T07:34:23.062Z | Compiling hubpack_derive v0.1.1 |
| 2180 | 2026-08-25T07:34:23.079Z | Compiling strum_macros v0.27.2 |
| 2181 | 2026-08-25T07:34:23.092Z | Compiling snafu-derive v0.8.9 |
| 2182 | 2026-08-25T07:34:23.129Z | Compiling strum_macros v0.26.4 |
| 2183 | 2026-08-25T07:34:23.261Z | Compiling flate2 v1.1.9 |
| 2184 | 2026-08-25T07:34:23.354Z | Compiling env_filter v2.0.0 |
| 2185 | 2026-08-25T07:34:23.379Z | Compiling fs-err v3.3.0 |
| 2186 | 2026-08-25T07:34:23.526Z | Compiling allocator-api2 v0.2.21 |
| 2187 | 2026-08-25T07:34:23.570Z | Compiling ryu v1.0.23 |
| 2188 | 2026-08-25T07:34:23.638Z | Compiling gimli v0.32.3 |
| 2189 | 2026-08-25T07:34:23.707Z | Compiling hashbrown v0.12.3 |
| 2190 | 2026-08-25T07:34:23.749Z | Compiling unicode-properties v0.1.4 |
| 2191 | 2026-08-25T07:34:23.879Z | Compiling iri-string v0.7.10 |
| 2192 | 2026-08-25T07:34:23.980Z | Compiling base64 v0.21.7 |
| 2193 | 2026-08-25T07:34:24.084Z | Compiling unicode-bidi v0.3.18 |
| 2194 | 2026-08-25T07:34:24.254Z | Compiling ron v0.8.1 |
| 2195 | 2026-08-25T07:34:24.523Z | Compiling stringprep v0.1.5 |
| 2196 | 2026-08-25T07:34:24.560Z | Compiling serde_urlencoded v0.7.1 |
| 2197 | 2026-08-25T07:34:24.819Z | Compiling env_logger v0.11.11 |
| 2198 | 2026-08-25T07:34:24.890Z | Compiling derive_builder_macro v0.20.2 |
| 2199 | 2026-08-25T07:34:25.020Z | Compiling tower-http v0.6.8 |
| 2200 | 2026-08-25T07:34:25.088Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2201 | 2026-08-25T07:34:25.136Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2202 | 2026-08-25T07:34:25.283Z | Compiling addr2line v0.25.1 |
| 2203 | 2026-08-25T07:34:25.382Z | Compiling rsa v0.9.10 |
| 2204 | 2026-08-25T07:34:25.467Z | Compiling daft v0.1.8 |
| 2205 | 2026-08-25T07:34:25.485Z | Compiling serde-hex v0.1.0 |
| 2206 | 2026-08-25T07:34:25.513Z | Compiling tokio-native-tls v0.3.1 |
| 2207 | 2026-08-25T07:34:25.592Z | Compiling hashbrown v0.13.2 |
| 2208 | 2026-08-25T07:34:25.610Z | Compiling bzip2 v0.4.4 |
| 2209 | 2026-08-25T07:34:25.717Z | Compiling usdt-attr-macro v0.6.0 |
| 2210 | 2026-08-25T07:34:25.790Z | Compiling usdt-macro v0.6.0 |
| 2211 | 2026-08-25T07:34:25.804Z | Compiling derive-ex v0.1.8 |
| 2212 | 2026-08-25T07:34:25.827Z | Compiling block-buffer v0.12.1 |
| 2213 | 2026-08-25T07:34:26.006Z | Compiling block-padding v0.4.2 |
| 2214 | 2026-08-25T07:34:26.023Z | Compiling crypto-common v0.2.2 |
| 2215 | 2026-08-25T07:34:26.168Z | Compiling convert_case v0.10.0 |
| 2216 | 2026-08-25T07:34:26.264Z | Compiling rustls-native-certs v0.8.3 |
| 2217 | 2026-08-25T07:34:26.451Z | Compiling x509-cert v0.2.5 |
| 2218 | 2026-08-25T07:34:26.528Z | Compiling md-5 v0.10.6 |
| 2219 | 2026-08-25T07:34:26.531Z | Compiling bstr v1.12.1 |
| 2220 | 2026-08-25T07:34:26.844Z | Compiling vergen-lib v9.1.0 |
| 2221 | 2026-08-25T07:34:26.862Z | Compiling hash32 v0.2.1 |
| 2222 | 2026-08-25T07:34:27.052Z | Compiling encoding_rs v0.8.35 |
| 2223 | 2026-08-25T07:34:27.085Z | Compiling psl-types v2.0.11 |
| 2224 | 2026-08-25T07:34:27.266Z | Compiling fallible-iterator v0.2.0 |
| 2225 | 2026-08-25T07:34:27.335Z | Compiling cpufeatures v0.3.0 |
| 2226 | 2026-08-25T07:34:27.351Z | Compiling crc-any v2.5.0 |
| 2227 | 2026-08-25T07:34:27.369Z | Compiling mime v0.3.17 |
| 2228 | 2026-08-25T07:34:27.387Z | Compiling unicode-width v0.2.0 |
| 2229 | 2026-08-25T07:34:27.426Z | Compiling rustc-demangle v0.1.27 |
| 2230 | 2026-08-25T07:34:27.604Z | Compiling postgres-protocol v0.6.10 |
| 2231 | 2026-08-25T07:34:27.754Z | Compiling backtrace v0.3.76 |
| 2232 | 2026-08-25T07:34:27.827Z | Compiling test-strategy v0.4.5 |
| 2233 | 2026-08-25T07:34:27.843Z | Compiling publicsuffix v2.3.0 |
| 2234 | 2026-08-25T07:34:28.124Z | Compiling derive_more-impl v2.1.1 |
| 2235 | 2026-08-25T07:34:28.365Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2236 | 2026-08-25T07:34:28.555Z | Compiling inout v0.2.2 |
| 2237 | 2026-08-25T07:34:28.623Z | Compiling object v0.30.4 |
| 2238 | 2026-08-25T07:34:28.679Z | Compiling zip v0.6.6 |
| 2239 | 2026-08-25T07:34:28.698Z | Compiling hyper-tls v0.6.0 |
| 2240 | 2026-08-25T07:34:28.733Z | Compiling derive_builder v0.20.2 |
| 2241 | 2026-08-25T07:34:28.768Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2242 | 2026-08-25T07:34:28.864Z | Compiling phf_shared v0.13.1 |
| 2243 | 2026-08-25T07:34:28.880Z | Compiling pin-project v1.1.11 |
| 2244 | 2026-08-25T07:34:29.110Z | Compiling toml v0.7.8 |
| 2245 | 2026-08-25T07:34:29.144Z | Compiling heck v0.4.1 |
| 2246 | 2026-08-25T07:34:29.208Z | Compiling serde_with_macros v3.21.0 |
| 2247 | 2026-08-25T07:34:29.295Z | Compiling futures-executor v0.3.32 |
| 2248 | 2026-08-25T07:34:29.493Z | Compiling enum-as-inner v0.6.1 |
| 2249 | 2026-08-25T07:34:29.514Z | Compiling async-recursion v1.1.1 |
| 2250 | 2026-08-25T07:34:29.543Z | Compiling miette-derive v7.6.0 |
| 2251 | 2026-08-25T07:34:29.653Z | Compiling serde_repr v0.1.20 |
| 2252 | 2026-08-25T07:34:29.700Z | Compiling ff v0.13.1 |
| 2253 | 2026-08-25T07:34:29.722Z | Compiling vergen v9.1.0 |
| 2254 | 2026-08-25T07:34:29.857Z | Compiling cargo-platform v0.3.2 |
| 2255 | 2026-08-25T07:34:29.881Z | Compiling managed v0.8.0 |
| 2256 | 2026-08-25T07:34:30.001Z | Compiling base16ct v0.2.0 |
| 2257 | 2026-08-25T07:34:30.118Z | Compiling bitflags v1.3.2 |
| 2258 | 2026-08-25T07:34:30.134Z | Compiling is_ci v1.2.0 |
| 2259 | 2026-08-25T07:34:30.138Z | Compiling libbz2-rs-sys v0.2.2 |
| 2260 | 2026-08-25T07:34:30.210Z | Compiling smawk v0.3.2 |
| 2261 | 2026-08-25T07:34:30.242Z | Compiling path-slash v0.1.5 |
| 2262 | 2026-08-25T07:34:30.366Z | Compiling jiff-core v0.1.0 |
| 2263 | 2026-08-25T07:34:30.383Z | Compiling foldhash v0.2.0 |
| 2264 | 2026-08-25T07:34:30.400Z | Compiling bumpalo v3.20.2 |
| 2265 | 2026-08-25T07:34:30.517Z | Compiling same-file v1.0.6 |
| 2266 | 2026-08-25T07:34:30.610Z | Compiling foldhash v0.1.5 |
| 2267 | 2026-08-25T07:34:30.618Z | Compiling unicode-linebreak v0.1.5 |
| 2268 | 2026-08-25T07:34:30.629Z | Compiling zopfli v0.8.3 |
| 2269 | 2026-08-25T07:34:30.651Z | Compiling walkdir v2.5.0 |
| 2270 | 2026-08-25T07:34:30.671Z | Compiling bzip2 v0.6.1 |
| 2271 | 2026-08-25T07:34:30.737Z | Compiling hashbrown v0.15.5 |
| 2272 | 2026-08-25T07:34:30.755Z | Compiling hashbrown v0.16.1 |
| 2273 | 2026-08-25T07:34:30.856Z | Compiling textwrap v0.16.2 |
| 2274 | 2026-08-25T07:34:30.935Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2275 | 2026-08-25T07:34:31.159Z | Compiling jiff v0.2.34 |
| 2276 | 2026-08-25T07:34:31.265Z | Compiling supports-color v3.0.2 |
| 2277 | 2026-08-25T07:34:31.314Z | Compiling sec1 v0.7.3 |
| 2278 | 2026-08-25T07:34:31.381Z | Compiling cargo_metadata v0.23.1 |
| 2279 | 2026-08-25T07:34:31.415Z | Compiling group v0.13.0 |
| 2280 | 2026-08-25T07:34:31.677Z | Compiling futures v0.3.32 |
| 2281 | 2026-08-25T07:34:31.919Z | Compiling phf v0.13.1 |
| 2282 | 2026-08-25T07:34:32.086Z | Compiling snafu v0.8.9 |
| 2283 | 2026-08-25T07:34:32.104Z | Compiling reqwest v0.12.28 |
| 2284 | 2026-08-25T07:34:32.288Z | Compiling cipher v0.5.2 |
| 2285 | 2026-08-25T07:34:32.461Z | Compiling signal-hook-mio v0.2.5 |
| 2286 | 2026-08-25T07:34:32.492Z | Compiling cookie_store v0.22.1 |
| 2287 | 2026-08-25T07:34:32.568Z | Compiling backtrace-ext v0.2.1 |
| 2288 | 2026-08-25T07:34:32.586Z | Compiling zstd v0.13.3 |
| 2289 | 2026-08-25T07:34:32.589Z | Compiling postgres-types v0.2.12 |
| 2290 | 2026-08-25T07:34:32.616Z | Compiling globset v0.4.18 |
| 2291 | 2026-08-25T07:34:32.741Z | Compiling strum v0.27.2 |
| 2292 | 2026-08-25T07:34:32.873Z | Compiling hubpack v0.1.2 |
| 2293 | 2026-08-25T07:34:32.905Z | Compiling phf_shared v0.11.3 |
| 2294 | 2026-08-25T07:34:32.917Z | Compiling hkdf v0.12.4 |
| 2295 | 2026-08-25T07:34:32.931Z | Compiling crossbeam-epoch v0.9.18 |
| 2296 | 2026-08-25T07:34:33.083Z | Compiling byte-wrapper v0.1.0 |
| 2297 | 2026-08-25T07:34:33.103Z | Compiling ed25519 v2.2.3 |
| 2298 | 2026-08-25T07:34:33.108Z | Compiling olpc-cjson v0.1.4 |
| 2299 | 2026-08-25T07:34:33.254Z | Compiling pem v3.0.6 |
| 2300 | 2026-08-25T07:34:33.337Z | Compiling crypto-bigint v0.5.5 |
| 2301 | 2026-08-25T07:34:33.355Z | Compiling serde_plain v1.0.2 |
| 2302 | 2026-08-25T07:34:33.369Z | Compiling serde-big-array v0.5.1 |
| 2303 | 2026-08-25T07:34:33.466Z | Compiling float-cmp v0.10.0 |
| 2304 | 2026-08-25T07:34:33.516Z | Compiling memmap2 v0.9.10 |
| 2305 | 2026-08-25T07:34:33.532Z | Compiling unicode-width v0.1.14 |
| 2306 | 2026-08-25T07:34:33.552Z | Compiling toml_write v0.1.2 |
| 2307 | 2026-08-25T07:34:33.556Z | Compiling typed-path v0.9.3 |
| 2308 | 2026-08-25T07:34:33.626Z | Compiling static_assertions v1.1.0 |
| 2309 | 2026-08-25T07:34:33.711Z | Compiling data-encoding v2.10.0 |
| 2310 | 2026-08-25T07:34:33.742Z | Compiling normalize-line-endings v0.3.0 |
| 2311 | 2026-08-25T07:34:33.767Z | Compiling predicates-core v1.0.10 |
| 2312 | 2026-08-25T07:34:33.830Z | Compiling precomputed-hash v0.1.1 |
| 2313 | 2026-08-25T07:34:33.849Z | Compiling difflib v0.4.0 |
| 2314 | 2026-08-25T07:34:33.898Z | Compiling supports-hyperlinks v3.2.0 |
| 2315 | 2026-08-25T07:34:33.953Z | Compiling supports-unicode v3.0.0 |
| 2316 | 2026-08-25T07:34:33.964Z | Compiling const-oid v0.10.2 |
| 2317 | 2026-08-25T07:34:33.989Z | Compiling whoami v2.1.0 |
| 2318 | 2026-08-25T07:34:34.063Z | Compiling fixedbitset v0.4.2 |
| 2319 | 2026-08-25T07:34:34.254Z | Compiling keccak v0.1.6 |
| 2320 | 2026-08-25T07:34:34.278Z | Compiling fixedbitset v0.5.7 |
| 2321 | 2026-08-25T07:34:34.304Z | Compiling new_debug_unreachable v1.0.6 |
| 2322 | 2026-08-25T07:34:34.362Z | Compiling elliptic-curve v0.13.8 |
| 2323 | 2026-08-25T07:34:34.390Z | Compiling string_cache v0.8.9 |
| 2324 | 2026-08-25T07:34:34.406Z | Compiling sha3 v0.10.8 |
| 2325 | 2026-08-25T07:34:34.463Z | Compiling petgraph v0.6.5 |
| 2326 | 2026-08-25T07:34:34.567Z | Compiling petgraph v0.8.3 |
| 2327 | 2026-08-25T07:34:34.615Z | Compiling tokio-postgres v0.7.16 |
| 2328 | 2026-08-25T07:34:34.687Z | Compiling chacha20 v0.10.0 |
| 2329 | 2026-08-25T07:34:34.710Z | Compiling digest v0.11.3 |
| 2330 | 2026-08-25T07:34:34.729Z | Compiling predicates v3.1.4 |
| 2331 | 2026-08-25T07:34:34.880Z | Compiling miette v7.6.0 |
| 2332 | 2026-08-25T07:34:34.928Z | Compiling hickory-proto v0.25.2 |
| 2333 | 2026-08-25T07:34:35.047Z | Compiling toml_edit v0.22.27 |
| 2334 | 2026-08-25T07:34:35.114Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2335 | 2026-08-25T07:34:35.238Z | Compiling usdt v0.6.0 |
| 2336 | 2026-08-25T07:34:35.586Z | Compiling zip v4.6.1 |
| 2337 | 2026-08-25T07:34:35.953Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2338 | 2026-08-25T07:34:36.456Z | Compiling ed25519-dalek v2.2.0 |
| 2339 | 2026-08-25T07:34:37.202Z | Compiling crossterm v0.28.1 |
| 2340 | 2026-08-25T07:34:37.319Z | Compiling iddqd v0.4.2 |
| 2341 | 2026-08-25T07:34:37.583Z | Compiling oxide-generation v0.1.3 |
| 2342 | 2026-08-25T07:34:37.603Z | Compiling serde_with v3.21.0 |
| 2343 | 2026-08-25T07:34:37.726Z | Compiling derive_more v2.1.1 |
| 2344 | 2026-08-25T07:34:37.852Z | Compiling similar v2.7.0 |
| 2345 | 2026-08-25T07:34:37.890Z | Compiling strum v0.26.3 |
| 2346 | 2026-08-25T07:34:38.036Z | Compiling tokio-stream v0.1.18 |
| 2347 | 2026-08-25T07:34:38.111Z | Compiling itertools v0.13.0 |
| 2348 | 2026-08-25T07:34:38.366Z | Compiling buf-list v1.1.2 |
| 2349 | 2026-08-25T07:34:38.506Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2350 | 2026-08-25T07:34:38.687Z | Compiling openapiv3 v2.2.0 |
| 2351 | 2026-08-25T07:34:39.120Z | Compiling lalrpop-util v0.19.12 |
| 2352 | 2026-08-25T07:34:39.150Z | Compiling peg-runtime v0.8.5 |
| 2353 | 2026-08-25T07:34:55.925Z | Compiling rustls-webpki v0.103.13 |
| 2354 | 2026-08-25T07:34:59.720Z | Compiling tokio-rustls v0.26.4 |
| 2355 | 2026-08-25T07:34:59.841Z | Compiling rustls-platform-verifier v0.6.2 |
| 2356 | 2026-08-25T07:35:00.010Z | Compiling hyper-rustls v0.27.7 |
| 2357 | 2026-08-25T07:35:00.062Z | Compiling tough v0.22.0 |
| 2358 | 2026-08-25T07:35:00.291Z | Compiling reqwest v0.13.2 |
| 2359 | 2026-08-25T07:35:00.851Z | Compiling macaddr v1.0.1 |
| 2360 | 2026-08-25T07:35:00.914Z | Compiling crucible-workspace-hack v0.1.0 |
| 2361 | 2026-08-25T07:35:01.018Z | Compiling rayon-core v1.13.0 |
| 2362 | 2026-08-25T07:35:01.023Z | Compiling secrecy v0.10.3 |
| 2363 | 2026-08-25T07:35:01.052Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2364 | 2026-08-25T07:35:01.065Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2365 | 2026-08-25T07:35:01.152Z | Compiling heapless v0.8.0 |
| 2366 | 2026-08-25T07:35:01.169Z | Compiling crossbeam-deque v0.8.6 |
| 2367 | 2026-08-25T07:35:01.218Z | Compiling ingot-macros v0.2.0 |
| 2368 | 2026-08-25T07:35:01.273Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2369 | 2026-08-25T07:35:01.276Z | Compiling inout v0.1.4 |
| 2370 | 2026-08-25T07:35:01.308Z | Compiling hash32 v0.3.1 |
| 2371 | 2026-08-25T07:35:01.404Z | Compiling multer v3.1.0 |
| 2372 | 2026-08-25T07:35:01.482Z | Compiling thread_local v1.1.9 |
| 2373 | 2026-08-25T07:35:01.485Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2374 | 2026-08-25T07:35:01.517Z | Compiling match_cfg v0.1.0 |
| 2375 | 2026-08-25T07:35:01.529Z | Compiling slog-async v2.8.0 |
| 2376 | 2026-08-25T07:35:01.601Z | Compiling smoltcp v0.11.0 |
| 2377 | 2026-08-25T07:35:01.617Z | Compiling compression-core v0.4.31 |
| 2378 | 2026-08-25T07:35:01.653Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2379 | 2026-08-25T07:35:01.847Z | Compiling proc-macro-crate v3.4.0 |
| 2380 | 2026-08-25T07:35:01.864Z | Compiling compression-codecs v0.4.37 |
| 2381 | 2026-08-25T07:35:01.945Z | Compiling hostname v0.3.1 |
| 2382 | 2026-08-25T07:35:01.970Z | Compiling cipher v0.4.4 |
| 2383 | 2026-08-25T07:35:02.130Z | Compiling atomicwrites v0.4.4 |
| 2384 | 2026-08-25T07:35:02.194Z | Compiling slog-json v2.6.1 |
| 2385 | 2026-08-25T07:35:02.233Z | Compiling crossbeam-channel v0.5.15 |
| 2386 | 2026-08-25T07:35:02.250Z | Compiling half v2.7.1 |
| 2387 | 2026-08-25T07:35:02.269Z | Compiling universal-hash v0.5.1 |
| 2388 | 2026-08-25T07:35:02.309Z | Compiling newtype-uuid-macros v0.1.0 |
| 2389 | 2026-08-25T07:35:02.426Z | Compiling cobs v0.3.0 |
| 2390 | 2026-08-25T07:35:02.442Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2391 | 2026-08-25T07:35:02.471Z | Compiling async-stream-impl v0.3.6 |
| 2392 | 2026-08-25T07:35:02.628Z | Compiling serde_spanned v1.1.1 |
| 2393 | 2026-08-25T07:35:02.709Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2394 | 2026-08-25T07:35:02.729Z | Compiling is-terminal v0.4.17 |
| 2395 | 2026-08-25T07:35:02.747Z | Compiling proc-macro-error-attr v1.0.4 |
| 2396 | 2026-08-25T07:35:03.207Z | Compiling dropshot v0.17.1 |
| 2397 | 2026-08-25T07:35:03.212Z | Compiling opaque-debug v0.3.1 |
| 2398 | 2026-08-25T07:35:03.212Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2399 | 2026-08-25T07:35:03.212Z | Compiling term v1.2.1 |
| 2400 | 2026-08-25T07:35:03.212Z | Compiling take_mut v0.2.2 |
| 2401 | 2026-08-25T07:35:03.212Z | Compiling convert_case v0.4.0 |
| 2402 | 2026-08-25T07:35:03.212Z | Compiling ciborium-io v0.2.2 |
| 2403 | 2026-08-25T07:35:03.212Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2404 | 2026-08-25T07:35:03.212Z | Compiling async-stream v0.3.6 |
| 2405 | 2026-08-25T07:35:03.212Z | Compiling ciborium-ll v0.2.2 |
| 2406 | 2026-08-25T07:35:03.212Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2407 | 2026-08-25T07:35:03.374Z | Compiling slog-term v2.9.2 |
| 2408 | 2026-08-25T07:35:03.390Z | Compiling derive_more v0.99.20 |
| 2409 | 2026-08-25T07:35:03.390Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2410 | 2026-08-25T07:35:03.466Z | Compiling thiserror-no-std v2.0.2 |
| 2411 | 2026-08-25T07:35:03.529Z | Compiling poly1305 v0.8.0 |
| 2412 | 2026-08-25T07:35:03.563Z | Compiling postcard v1.1.3 |
| 2413 | 2026-08-25T07:35:03.580Z | Compiling slog-bunyan v2.5.0 |
| 2414 | 2026-08-25T07:35:03.583Z | Compiling num_enum_derive v0.7.6 |
| 2415 | 2026-08-25T07:35:03.614Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2416 | 2026-08-25T07:35:03.779Z | Compiling chacha20 v0.9.1 |
| 2417 | 2026-08-25T07:35:03.823Z | Compiling ingot-types v0.2.0 |
| 2418 | 2026-08-25T07:35:03.965Z | Compiling async-compression v0.4.41 |
| 2419 | 2026-08-25T07:35:04.055Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2420 | 2026-08-25T07:35:04.174Z | Compiling sha1 v0.11.0 |
| 2421 | 2026-08-25T07:35:04.343Z | Compiling ingot v0.2.1 |
| 2422 | 2026-08-25T07:35:04.367Z | Compiling parse-display-derive v0.10.0 |
| 2423 | 2026-08-25T07:35:04.441Z | Compiling proc-macro-crate v1.3.1 |
| 2424 | 2026-08-25T07:35:04.542Z | Compiling waitgroup v0.1.2 |
| 2425 | 2026-08-25T07:35:04.569Z | Compiling rustls-pemfile v2.2.0 |
| 2426 | 2026-08-25T07:35:04.636Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2427 | 2026-08-25T07:35:04.714Z | Compiling backon v1.6.0 |
| 2428 | 2026-08-25T07:35:04.769Z | Compiling password-hash v0.5.0 |
| 2429 | 2026-08-25T07:35:04.790Z | Compiling blake2 v0.10.6 |
| 2430 | 2026-08-25T07:35:04.920Z | Compiling aead v0.5.2 |
| 2431 | 2026-08-25T07:35:04.983Z | Compiling dropshot_endpoint v0.17.1 |
| 2432 | 2026-08-25T07:35:05.075Z | Compiling foreign-types-macros v0.2.3 |
| 2433 | 2026-08-25T07:35:05.140Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2434 | 2026-08-25T07:35:05.302Z | Compiling serde_path_to_error v0.1.20 |
| 2435 | 2026-08-25T07:35:05.469Z | Compiling hostname v0.4.2 |
| 2436 | 2026-08-25T07:35:05.508Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2437 | 2026-08-25T07:35:05.555Z | Compiling proc-macro-error v1.0.4 |
| 2438 | 2026-08-25T07:35:05.659Z | Compiling instant v0.1.13 |
| 2439 | 2026-08-25T07:35:05.662Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2440 | 2026-08-25T07:35:05.691Z | Compiling foreign-types-shared v0.3.1 |
| 2441 | 2026-08-25T07:35:05.728Z | Compiling debug-ignore v1.0.5 |
| 2442 | 2026-08-25T07:35:05.747Z | Compiling backoff v0.4.0 |
| 2443 | 2026-08-25T07:35:05.797Z | Compiling foreign-types v0.5.0 |
| 2444 | 2026-08-25T07:35:05.814Z | Compiling argon2 v0.5.3 |
| 2445 | 2026-08-25T07:35:05.831Z | Compiling parse-display v0.10.0 |
| 2446 | 2026-08-25T07:35:05.838Z | Compiling chacha20poly1305 v0.10.1 |
| 2447 | 2026-08-25T07:35:05.867Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2448 | 2026-08-25T07:35:05.899Z | Compiling num_enum_derive v0.5.11 |
| 2449 | 2026-08-25T07:35:05.913Z | Compiling num_enum v0.7.6 |
| 2450 | 2026-08-25T07:35:05.928Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2451 | 2026-08-25T07:35:06.018Z | Compiling vsss-rs v3.3.4 |
| 2452 | 2026-08-25T07:35:06.056Z | Compiling ciborium v0.2.2 |
| 2453 | 2026-08-25T07:35:06.340Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2454 | 2026-08-25T07:35:06.357Z | Compiling regress v0.10.5 |
| 2455 | 2026-08-25T07:35:06.375Z | Compiling itertools v0.14.0 |
| 2456 | 2026-08-25T07:35:06.549Z | Compiling tabwriter v1.4.1 |
| 2457 | 2026-08-25T07:35:06.565Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2458 | 2026-08-25T07:35:06.660Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2459 | 2026-08-25T07:35:06.798Z | Compiling cstr-argument v0.1.2 |
| 2460 | 2026-08-25T07:35:06.814Z | Compiling humantime v2.3.0 |
| 2461 | 2026-08-25T07:35:06.828Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2462 | 2026-08-25T07:35:06.929Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2463 | 2026-08-25T07:35:06.946Z | Compiling num_enum v0.5.11 |
| 2464 | 2026-08-25T07:35:07.012Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2465 | 2026-08-25T07:35:07.055Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2466 | 2026-08-25T07:35:07.092Z | Compiling rayon v1.11.0 |
| 2467 | 2026-08-25T07:35:07.141Z | Compiling rand v0.10.1 |
| 2468 | 2026-08-25T07:35:07.175Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2469 | 2026-08-25T07:35:07.253Z | Compiling colored v3.1.1 |
| 2470 | 2026-08-25T07:35:07.292Z | Compiling indent_write v2.2.0 |
| 2471 | 2026-08-25T07:35:07.334Z | Compiling libefi-sys v0.1.0 |
| 2472 | 2026-08-25T07:35:07.358Z | Compiling zone_cfg_derive v0.3.1 |
| 2473 | 2026-08-25T07:35:07.408Z | Compiling illumos-nvpair v0.3.0 |
| 2474 | 2026-08-25T07:35:07.469Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2475 | 2026-08-25T07:35:07.473Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2476 | 2026-08-25T07:35:07.556Z | Compiling camino-tempfile v1.4.1 |
| 2477 | 2026-08-25T07:35:07.572Z | Compiling itertools v0.12.1 |
| 2478 | 2026-08-25T07:35:07.587Z | Compiling usdt-macro v0.5.0 |
| 2479 | 2026-08-25T07:35:07.714Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2480 | 2026-08-25T07:35:07.902Z | Compiling usdt-attr-macro v0.5.0 |
| 2481 | 2026-08-25T07:35:07.920Z | Compiling bitfield-struct v0.6.2 |
| 2482 | 2026-08-25T07:35:07.923Z | Compiling num-derive v0.4.2 |
| 2483 | 2026-08-25T07:35:07.968Z | Compiling blake3 v1.8.5 |
| 2484 | 2026-08-25T07:35:07.991Z | Compiling sigpipe v0.1.3 |
| 2485 | 2026-08-25T07:35:08.014Z | Compiling memmap v0.7.0 |
| 2486 | 2026-08-25T07:35:08.096Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2487 | 2026-08-25T07:35:08.112Z | Compiling glob v0.3.3 |
| 2488 | 2026-08-25T07:35:08.211Z | Compiling swrite v0.1.0 |
| 2489 | 2026-08-25T07:35:08.225Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2490 | 2026-08-25T07:35:08.288Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2491 | 2026-08-25T07:35:08.455Z | Compiling smf v0.2.3 |
| 2492 | 2026-08-25T07:35:08.528Z | Compiling filetime v0.2.27 |
| 2493 | 2026-08-25T07:35:08.549Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2494 | 2026-08-25T07:35:08.598Z | Compiling arrayref v0.3.9 |
| 2495 | 2026-08-25T07:35:08.648Z | Compiling usdt v0.5.0 |
| 2496 | 2026-08-25T07:35:08.684Z | Compiling xattr v1.6.1 |
| 2497 | 2026-08-25T07:35:08.746Z | Compiling constant_time_eq v0.4.2 |
| 2498 | 2026-08-25T07:35:08.780Z | Compiling whoami v1.6.1 |
| 2499 | 2026-08-25T07:35:08.822Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2500 | 2026-08-25T07:35:08.841Z | Compiling arrayvec v0.7.6 |
| 2501 | 2026-08-25T07:35:08.863Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2502 | 2026-08-25T07:35:08.891Z | Compiling tokio-dtrace v0.1.1 |
| 2503 | 2026-08-25T07:35:08.956Z | Compiling zone v0.3.1 |
| 2504 | 2026-08-25T07:35:08.974Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-08-25T07:35:09.028Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2506 | 2026-08-25T07:35:09.094Z | Compiling tar v0.4.46 |
| 2507 | 2026-08-25T07:35:09.241Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2508 | 2026-08-25T07:35:09.285Z | Compiling gethostname v0.5.0 |
| 2509 | 2026-08-25T07:35:09.291Z | Compiling console v0.16.2 |
| 2510 | 2026-08-25T07:35:09.437Z | Compiling unit-prefix v0.5.2 |
| 2511 | 2026-08-25T07:35:09.492Z | Compiling topological-sort v0.2.2 |
| 2512 | 2026-08-25T07:35:09.509Z | Compiling oxide-tokio-rt v0.1.4 |
| 2513 | 2026-08-25T07:35:09.620Z | Compiling toml v0.8.23 |
| 2514 | 2026-08-25T07:35:09.637Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2515 | 2026-08-25T07:35:09.677Z | Compiling shell-words v1.1.1 |
| 2516 | 2026-08-25T07:35:09.859Z | Compiling indicatif v0.18.4 |
| 2517 | 2026-08-25T07:35:18.947Z | Compiling progenitor-client v0.14.0 |
| 2518 | 2026-08-25T07:35:18.947Z | Compiling omicron-zone-package v0.12.3 |
| 2519 | 2026-08-25T07:35:19.200Z | Compiling progenitor-extras v0.2.0 |
| 2520 | 2026-08-25T07:35:19.496Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2521 | 2026-08-25T07:35:19.600Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2522 | 2026-08-25T07:35:19.630Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2523 | 2026-08-25T07:35:19.630Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2524 | 2026-08-25T07:35:19.694Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2525 | 2026-08-25T07:35:19.740Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2526 | 2026-08-25T07:35:19.888Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2527 | 2026-08-25T07:35:19.984Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2528 | 2026-08-25T07:35:20.498Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2529 | 2026-08-25T07:35:24.005Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2530 | 2026-08-25T07:35:32.975Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2531 | 2026-08-25T07:35:36.271Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2532 | 2026-08-25T07:35:37.337Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2533 | 2026-08-25T07:35:47.638Z | Finished `release` profile [optimized] target(s) in 1m 47s |
| 2534 | 2026-08-25T07:35:47.742Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2535 | 2026-08-25T07:35:47.809Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2536 | 2026-08-25T07:35:47.813Z | Created new build target 'test' and set it as active |
| 2537 | 2026-08-25T07:35:47.813Z | |
| 2538 | 2026-08-25T07:35:47.813Z | real 1:47.561594714 |
| 2539 | 2026-08-25T07:35:47.813Z | user 17:48.401714143 |
| 2540 | 2026-08-25T07:35:47.813Z | sys 2:44.323067837 |
| 2541 | 2026-08-25T07:35:47.813Z | trap 0.496747683 |
| 2542 | 2026-08-25T07:35:47.813Z | tflt 2.522810036 |
| 2543 | 2026-08-25T07:35:47.813Z | dflt 4.482631534 |
| 2544 | 2026-08-25T07:35:47.813Z | kflt 0.001054776 |
| 2545 | 2026-08-25T07:35:47.813Z | lock 58:03.064960801 |
| 2546 | 2026-08-25T07:35:47.813Z | slp 44:52.365994272 |
| 2547 | 2026-08-25T07:35:47.813Z | lat 54.453772810 |
| 2548 | 2026-08-25T07:35:47.813Z | stop 6:33.111386286 |
| 2549 | 2026-08-25T07:35:47.818Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2550 | 2026-08-25T07:35:48.708Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2551 | 2026-08-25T07:35:48.780Z | Running `target/release/omicron-package -t test package` |
| 2552 | 2026-08-25T07:35:48.838Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2553 | 2026-08-25T07:35:50.344Z | Compiling heck v0.5.0 |
| 2554 | 2026-08-25T07:35:50.344Z | Compiling regress v0.11.1 |
| 2555 | 2026-08-25T07:35:50.543Z | Compiling unsafe-libyaml v0.2.11 |
| 2556 | 2026-08-25T07:35:50.561Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2557 | 2026-08-25T07:35:50.590Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2558 | 2026-08-25T07:35:50.593Z | Compiling derive-where v1.6.0 |
| 2559 | 2026-08-25T07:35:50.593Z | Compiling bytecount v0.6.9 |
| 2560 | 2026-08-25T07:35:50.649Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2561 | 2026-08-25T07:35:50.649Z | Compiling atomicwrites v0.4.4 |
| 2562 | 2026-08-25T07:35:50.689Z | Compiling is-terminal v0.4.17 |
| 2563 | 2026-08-25T07:35:50.689Z | Compiling prettyplease v0.2.37 |
| 2564 | 2026-08-25T07:35:50.692Z | Compiling newline-converter v0.3.0 |
| 2565 | 2026-08-25T07:35:50.710Z | Compiling console v0.15.11 |
| 2566 | 2026-08-25T07:35:50.752Z | Compiling slog-dtrace v0.3.0 |
| 2567 | 2026-08-25T07:35:50.755Z | Compiling cancel-safe-futures v0.1.5 |
| 2568 | 2026-08-25T07:35:50.815Z | Compiling resolv-conf v0.7.6 |
| 2569 | 2026-08-25T07:35:50.815Z | Compiling num-rational v0.4.2 |
| 2570 | 2026-08-25T07:35:50.860Z | Compiling num-complex v0.4.6 |
| 2571 | 2026-08-25T07:35:50.865Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2572 | 2026-08-25T07:35:50.886Z | Compiling thread_local v1.1.9 |
| 2573 | 2026-08-25T07:35:50.965Z | Compiling match_cfg v0.1.0 |
| 2574 | 2026-08-25T07:35:51.056Z | Compiling serde_yaml v0.9.34+deprecated |
| 2575 | 2026-08-25T07:35:51.073Z | Compiling compression-core v0.4.31 |
| 2576 | 2026-08-25T07:35:51.137Z | Compiling expectorate v1.2.0 |
| 2577 | 2026-08-25T07:35:51.309Z | Compiling num v0.4.3 |
| 2578 | 2026-08-25T07:35:51.342Z | Compiling compression-codecs v0.4.37 |
| 2579 | 2026-08-25T07:35:51.359Z | Compiling hostname v0.3.1 |
| 2580 | 2026-08-25T07:35:51.379Z | Compiling multer v3.1.0 |
| 2581 | 2026-08-25T07:35:51.382Z | Compiling slog-async v2.8.0 |
| 2582 | 2026-08-25T07:35:51.424Z | Compiling crossbeam-channel v0.5.15 |
| 2583 | 2026-08-25T07:35:51.446Z | Compiling slog-json v2.6.1 |
| 2584 | 2026-08-25T07:35:51.472Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2585 | 2026-08-25T07:35:51.510Z | Compiling serde_spanned v1.1.1 |
| 2586 | 2026-08-25T07:35:51.577Z | Compiling take_mut v0.2.2 |
| 2587 | 2026-08-25T07:35:51.607Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2588 | 2026-08-25T07:35:51.679Z | Compiling linear-map v1.2.0 |
| 2589 | 2026-08-25T07:35:51.700Z | Compiling linked-hash-map v0.5.6 |
| 2590 | 2026-08-25T07:35:51.726Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2591 | 2026-08-25T07:35:51.755Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2592 | 2026-08-25T07:35:51.779Z | Compiling term v1.2.1 |
| 2593 | 2026-08-25T07:35:51.803Z | Compiling oxide-update-engine-types v0.1.2 |
| 2594 | 2026-08-25T07:35:51.826Z | Compiling float-ord v0.3.2 |
| 2595 | 2026-08-25T07:35:51.851Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2596 | 2026-08-25T07:35:51.892Z | Compiling lru-cache v0.1.2 |
| 2597 | 2026-08-25T07:35:51.916Z | Compiling slog-bunyan v2.5.0 |
| 2598 | 2026-08-25T07:35:51.919Z | Compiling async-compression v0.4.41 |
| 2599 | 2026-08-25T07:35:51.962Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2600 | 2026-08-25T07:35:52.048Z | Compiling typify-impl v0.6.2 |
| 2601 | 2026-08-25T07:35:52.069Z | Compiling slog-term v2.9.2 |
| 2602 | 2026-08-25T07:35:52.316Z | Compiling async-stream v0.3.6 |
| 2603 | 2026-08-25T07:35:52.321Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2604 | 2026-08-25T07:35:52.321Z | Compiling dropshot v0.17.1 |
| 2605 | 2026-08-25T07:35:52.405Z | Compiling progenitor-client v0.14.0 |
| 2606 | 2026-08-25T07:35:52.428Z | Compiling sha1 v0.11.0 |
| 2607 | 2026-08-25T07:35:52.495Z | Compiling waitgroup v0.1.2 |
| 2608 | 2026-08-25T07:35:52.516Z | Compiling rustls-pemfile v2.2.0 |
| 2609 | 2026-08-25T07:35:52.567Z | Compiling backon v1.6.0 |
| 2610 | 2026-08-25T07:35:52.607Z | Compiling hostname v0.4.2 |
| 2611 | 2026-08-25T07:35:52.657Z | Compiling serde_path_to_error v0.1.20 |
| 2612 | 2026-08-25T07:35:52.719Z | Compiling instant v0.1.13 |
| 2613 | 2026-08-25T07:35:52.740Z | Compiling minimal-lexical v0.2.1 |
| 2614 | 2026-08-25T07:35:52.763Z | Compiling debug-ignore v1.0.5 |
| 2615 | 2026-08-25T07:35:52.768Z | Compiling progenitor-extras v0.2.0 |
| 2616 | 2026-08-25T07:35:52.815Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2617 | 2026-08-25T07:35:52.856Z | Compiling backoff v0.4.0 |
| 2618 | 2026-08-25T07:35:52.898Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2619 | 2026-08-25T07:35:53.016Z | Compiling nom v7.1.3 |
| 2620 | 2026-08-25T07:35:53.040Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2621 | 2026-08-25T07:35:53.068Z | Compiling oxide-update-engine v0.1.2 |
| 2622 | 2026-08-25T07:35:53.089Z | Compiling parse-display v0.10.0 |
| 2623 | 2026-08-25T07:35:53.114Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2624 | 2026-08-25T07:35:53.137Z | Compiling hickory-proto v0.24.4 |
| 2625 | 2026-08-25T07:35:53.678Z | Compiling regress v0.10.5 |
| 2626 | 2026-08-25T07:35:53.771Z | Compiling itertools v0.14.0 |
| 2627 | 2026-08-25T07:35:54.346Z | Compiling macaddr v1.0.1 |
| 2628 | 2026-08-25T07:35:54.370Z | Compiling humantime v2.3.0 |
| 2629 | 2026-08-25T07:35:54.390Z | Compiling unicode-xid v0.2.6 |
| 2630 | 2026-08-25T07:35:54.590Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2631 | 2026-08-25T07:35:54.653Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2632 | 2026-08-25T07:35:54.770Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2633 | 2026-08-25T07:35:54.949Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2634 | 2026-08-25T07:35:54.986Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2635 | 2026-08-25T07:35:55.010Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2636 | 2026-08-25T07:35:55.071Z | Compiling toml v0.8.23 |
| 2637 | 2026-08-25T07:35:55.235Z | Compiling papergrid v0.11.0 |
| 2638 | 2026-08-25T07:35:55.284Z | Compiling tabled_derive v0.7.0 |
| 2639 | 2026-08-25T07:35:55.527Z | Compiling typify-macro v0.6.2 |
| 2640 | 2026-08-25T07:35:55.647Z | Compiling hickory-resolver v0.24.4 |
| 2641 | 2026-08-25T07:35:55.699Z | Compiling termtree v0.5.1 |
| 2642 | 2026-08-25T07:35:55.722Z | Compiling crossterm v0.29.0 |
| 2643 | 2026-08-25T07:35:55.896Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2644 | 2026-08-25T07:35:56.172Z | Compiling tabled v0.15.0 |
| 2645 | 2026-08-25T07:35:56.439Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2646 | 2026-08-25T07:35:56.908Z | Compiling qorb v0.4.1 |
| 2647 | 2026-08-25T07:35:57.094Z | Compiling typify v0.6.2 |
| 2648 | 2026-08-25T07:35:57.394Z | Compiling progenitor-impl v0.14.0 |
| 2649 | 2026-08-25T07:35:58.041Z | Compiling phf_shared v0.12.1 |
| 2650 | 2026-08-25T07:35:58.300Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2651 | 2026-08-25T07:35:58.555Z | Compiling vte v0.14.1 |
| 2652 | 2026-08-25T07:35:58.817Z | Compiling csv-core v0.1.13 |
| 2653 | 2026-08-25T07:35:58.839Z | Compiling highway v1.3.0 |
| 2654 | 2026-08-25T07:35:59.530Z | Compiling progenitor-macro v0.14.0 |
| 2655 | 2026-08-25T07:35:59.555Z | Compiling chrono-tz v0.10.4 |
| 2656 | 2026-08-25T07:35:59.797Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2657 | 2026-08-25T07:36:00.149Z | Compiling csv v1.4.0 |
| 2658 | 2026-08-25T07:36:00.473Z | Compiling strip-ansi-escapes v0.2.1 |
| 2659 | 2026-08-25T07:36:01.020Z | Compiling phf v0.12.1 |
| 2660 | 2026-08-25T07:36:01.083Z | Compiling const_format_proc_macros v0.2.34 |
| 2661 | 2026-08-25T07:36:01.170Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2662 | 2026-08-25T07:36:01.224Z | Compiling fd-lock v4.0.4 |
| 2663 | 2026-08-25T07:36:01.386Z | Compiling peg-macros v0.8.5 |
| 2664 | 2026-08-25T07:36:01.652Z | Compiling nu-ansi-term v0.50.3 |
| 2665 | 2026-08-25T07:36:01.867Z | Compiling const_format v0.2.35 |
| 2666 | 2026-08-25T07:36:01.889Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2667 | 2026-08-25T07:36:02.194Z | Compiling reedline v0.40.0 |
| 2668 | 2026-08-25T07:36:02.379Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2669 | 2026-08-25T07:36:02.654Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2670 | 2026-08-25T07:36:02.677Z | Compiling peg v0.8.5 |
| 2671 | 2026-08-25T07:36:02.779Z | Compiling bcs v0.1.6 |
| 2672 | 2026-08-25T07:36:03.204Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2673 | 2026-08-25T07:36:03.584Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2674 | 2026-08-25T07:36:03.625Z | Compiling progenitor v0.14.0 |
| 2675 | 2026-08-25T07:36:03.817Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2676 | 2026-08-25T07:36:03.859Z | Compiling nom v8.0.0 |
| 2677 | 2026-08-25T07:36:03.946Z | Compiling semver v0.1.20 |
| 2678 | 2026-08-25T07:36:04.189Z | Compiling rustc_version v0.1.7 |
| 2679 | 2026-08-25T07:36:04.275Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2680 | 2026-08-25T07:36:04.421Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2681 | 2026-08-25T07:36:04.506Z | Compiling newtype_derive v0.1.6 |
| 2682 | 2026-08-25T07:36:04.724Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2683 | 2026-08-25T07:36:05.204Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2684 | 2026-08-25T07:36:05.486Z | Compiling serde_tokenstream v0.3.0 |
| 2685 | 2026-08-25T07:36:05.814Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2686 | 2026-08-25T07:36:05.836Z | Compiling oxide-generation-macros v0.2.0 |
| 2687 | 2026-08-25T07:36:06.073Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2688 | 2026-08-25T07:36:06.408Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2689 | 2026-08-25T07:36:06.591Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2690 | 2026-08-25T07:36:06.610Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2691 | 2026-08-25T07:36:06.670Z | Compiling steno v0.4.1 |
| 2692 | 2026-08-25T07:36:06.748Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2693 | 2026-08-25T07:36:06.898Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2694 | 2026-08-25T07:36:07.143Z | Compiling sha1 v0.10.6 |
| 2695 | 2026-08-25T07:36:07.343Z | Compiling tagptr v0.2.0 |
| 2696 | 2026-08-25T07:36:07.615Z | Compiling utf-8 v0.7.6 |
| 2697 | 2026-08-25T07:36:07.645Z | Compiling moka v0.12.13 |
| 2698 | 2026-08-25T07:36:07.666Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2699 | 2026-08-25T07:36:07.835Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2700 | 2026-08-25T07:36:07.859Z | Compiling tungstenite v0.21.0 |
| 2701 | 2026-08-25T07:36:08.283Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2702 | 2026-08-25T07:36:08.916Z | Compiling hickory-resolver v0.25.2 |
| 2703 | 2026-08-25T07:36:09.590Z | Compiling tokio-tungstenite v0.21.0 |
| 2704 | 2026-08-25T07:36:09.931Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2705 | 2026-08-25T07:36:09.969Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2706 | 2026-08-25T07:36:10.847Z | Compiling darling_core v0.21.3 |
| 2707 | 2026-08-25T07:36:12.538Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2708 | 2026-08-25T07:36:12.690Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2709 | 2026-08-25T07:36:12.829Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2710 | 2026-08-25T07:36:12.948Z | Compiling darling_macro v0.21.3 |
| 2711 | 2026-08-25T07:36:13.453Z | Compiling display-error-chain v0.2.2 |
| 2712 | 2026-08-25T07:36:13.575Z | Compiling darling v0.21.3 |
| 2713 | 2026-08-25T07:36:13.633Z | Compiling libscf-sys v1.2.0 |
| 2714 | 2026-08-25T07:36:13.726Z | Compiling vergen-lib v0.1.6 |
| 2715 | 2026-08-25T07:36:13.806Z | Compiling diesel_derives v2.3.7 |
| 2716 | 2026-08-25T07:36:14.019Z | Compiling dsl_auto_type v0.2.0 |
| 2717 | 2026-08-25T07:36:14.234Z | Compiling scheduled-thread-pool v0.2.7 |
| 2718 | 2026-08-25T07:36:14.555Z | Compiling vergen-gitcl v1.0.8 |
| 2719 | 2026-08-25T07:36:14.693Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2720 | 2026-08-25T07:36:14.781Z | Compiling dirs-sys-next v0.1.2 |
| 2721 | 2026-08-25T07:36:14.805Z | Compiling crunchy v0.2.4 |
| 2722 | 2026-08-25T07:36:14.912Z | Compiling maplit v1.0.2 |
| 2723 | 2026-08-25T07:36:14.936Z | Compiling glob v0.3.3 |
| 2724 | 2026-08-25T07:36:15.028Z | Compiling dirs-next v2.0.0 |
| 2725 | 2026-08-25T07:36:15.147Z | Compiling r2d2 v0.8.10 |
| 2726 | 2026-08-25T07:36:15.203Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2727 | 2026-08-25T07:36:15.289Z | Compiling clang-sys v1.8.1 |
| 2728 | 2026-08-25T07:36:15.428Z | Compiling papergrid v0.18.0 |
| 2729 | 2026-08-25T07:36:15.502Z | Compiling xshell-macros v0.2.7 |
| 2730 | 2026-08-25T07:36:15.534Z | Compiling tiny-keccak v2.0.2 |
| 2731 | 2026-08-25T07:36:15.650Z | Compiling downcast-rs v2.0.2 |
| 2732 | 2026-08-25T07:36:15.748Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2733 | 2026-08-25T07:36:15.800Z | Compiling term v0.7.0 |
| 2734 | 2026-08-25T07:36:15.895Z | Compiling xshell v0.2.7 |
| 2735 | 2026-08-25T07:36:15.973Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2736 | 2026-08-25T07:36:16.224Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2737 | 2026-08-25T07:36:16.227Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2738 | 2026-08-25T07:36:16.296Z | Compiling bit-vec v0.6.3 |
| 2739 | 2026-08-25T07:36:16.494Z | Compiling bit-set v0.5.3 |
| 2740 | 2026-08-25T07:36:16.516Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2741 | 2026-08-25T07:36:16.539Z | Compiling ascii-canvas v3.0.0 |
| 2742 | 2026-08-25T07:36:16.681Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2743 | 2026-08-25T07:36:16.802Z | Compiling tabled v0.21.0 |
| 2744 | 2026-08-25T07:36:17.012Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2745 | 2026-08-25T07:36:17.062Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2746 | 2026-08-25T07:36:17.364Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2747 | 2026-08-25T07:36:17.386Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2748 | 2026-08-25T07:36:17.644Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2749 | 2026-08-25T07:36:17.867Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2750 | 2026-08-25T07:36:17.958Z | Compiling itertools v0.10.5 |
| 2751 | 2026-08-25T07:36:18.066Z | Compiling ena v0.14.4 |
| 2752 | 2026-08-25T07:36:18.231Z | Compiling libloading v0.8.9 |
| 2753 | 2026-08-25T07:36:18.261Z | Compiling regex-syntax v0.6.29 |
| 2754 | 2026-08-25T07:36:18.312Z | Compiling unicase v2.9.0 |
| 2755 | 2026-08-25T07:36:18.461Z | Compiling bindgen v0.71.1 |
| 2756 | 2026-08-25T07:36:18.624Z | Compiling diff v0.1.13 |
| 2757 | 2026-08-25T07:36:19.025Z | Compiling cexpr v0.6.0 |
| 2758 | 2026-08-25T07:36:19.158Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2759 | 2026-08-25T07:36:19.265Z | Compiling crc8 v0.1.1 |
| 2760 | 2026-08-25T07:36:19.406Z | Compiling rustc-hash v2.1.1 |
| 2761 | 2026-08-25T07:36:19.599Z | Compiling lalrpop v0.19.12 |
| 2762 | 2026-08-25T07:36:19.693Z | Compiling diesel v2.3.7 |
| 2763 | 2026-08-25T07:36:19.880Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2764 | 2026-08-25T07:36:19.926Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2765 | 2026-08-25T07:36:20.141Z | Compiling headers-core v0.3.0 |
| 2766 | 2026-08-25T07:36:20.456Z | Compiling libxml v0.3.3 |
| 2767 | 2026-08-25T07:36:20.750Z | Compiling headers v0.4.1 |
| 2768 | 2026-08-25T07:36:20.995Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2769 | 2026-08-25T07:36:21.050Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2770 | 2026-08-25T07:36:21.200Z | Compiling strum_macros v0.24.3 |
| 2771 | 2026-08-25T07:36:21.216Z | Compiling indoc v1.0.9 |
| 2772 | 2026-08-25T07:36:21.622Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2773 | 2026-08-25T07:36:21.643Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2774 | 2026-08-25T07:36:21.842Z | Compiling derive_builder v0.20.2 |
| 2775 | 2026-08-25T07:36:22.010Z | Compiling oso-derive v0.27.3 |
| 2776 | 2026-08-25T07:36:22.335Z | Compiling quick-xml v0.37.5 |
| 2777 | 2026-08-25T07:36:22.410Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2778 | 2026-08-25T07:36:22.532Z | Compiling openssl-probe v0.1.6 |
| 2779 | 2026-08-25T07:36:22.704Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2780 | 2026-08-25T07:36:22.887Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2781 | 2026-08-25T07:36:23.241Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2782 | 2026-08-25T07:36:23.392Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2783 | 2026-08-25T07:36:23.464Z | Compiling bb8 v0.8.6 |
| 2784 | 2026-08-25T07:36:23.613Z | Compiling trait-variant v0.1.2 |
| 2785 | 2026-08-25T07:36:23.656Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2786 | 2026-08-25T07:36:23.845Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2787 | 2026-08-25T07:36:24.009Z | Compiling half v1.8.3 |
| 2788 | 2026-08-25T07:36:24.064Z | Compiling proc-macro-error2 v2.0.1 |
| 2789 | 2026-08-25T07:36:24.179Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2790 | 2026-08-25T07:36:24.202Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2791 | 2026-08-25T07:36:24.407Z | Compiling serde_cbor v0.11.2 |
| 2792 | 2026-08-25T07:36:24.495Z | Compiling hashbrown v0.14.5 |
| 2793 | 2026-08-25T07:36:24.508Z | Compiling rfc6979 v0.4.0 |
| 2794 | 2026-08-25T07:36:24.658Z | Compiling salty v0.3.0 |
| 2795 | 2026-08-25T07:36:24.681Z | Compiling ecdsa v0.16.9 |
| 2796 | 2026-08-25T07:36:24.961Z | Compiling samael v0.0.19 |
| 2797 | 2026-08-25T07:36:24.982Z | Compiling chumsky v0.9.3 |
| 2798 | 2026-08-25T07:36:25.032Z | Compiling knus-derive v3.4.0 |
| 2799 | 2026-08-25T07:36:25.107Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2800 | 2026-08-25T07:36:25.356Z | Compiling progenitor-impl v0.13.0 |
| 2801 | 2026-08-25T07:36:25.398Z | Compiling primeorder v0.13.6 |
| 2802 | 2026-08-25T07:36:25.423Z | Compiling nonempty v0.12.0 |
| 2803 | 2026-08-25T07:36:25.689Z | Compiling p384 v0.13.1 |
| 2804 | 2026-08-25T07:36:26.224Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2805 | 2026-08-25T07:36:26.245Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2806 | 2026-08-25T07:36:26.375Z | Compiling knus v3.4.0 |
| 2807 | 2026-08-25T07:36:26.494Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2808 | 2026-08-25T07:36:26.573Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2809 | 2026-08-25T07:36:26.962Z | Compiling polar-core v0.27.3 |
| 2810 | 2026-08-25T07:36:27.274Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2811 | 2026-08-25T07:36:27.502Z | Compiling progenitor-macro v0.13.0 |
| 2812 | 2026-08-25T07:36:27.893Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2813 | 2026-08-25T07:36:29.270Z | Compiling progenitor-client v0.13.0 |
| 2814 | 2026-08-25T07:36:29.951Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2815 | 2026-08-25T07:36:29.977Z | Compiling fxhash v0.2.1 |
| 2816 | 2026-08-25T07:36:30.255Z | Compiling libz-sys v1.1.24 |
| 2817 | 2026-08-25T07:36:30.426Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2818 | 2026-08-25T07:36:30.687Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2819 | 2026-08-25T07:36:31.184Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2820 | 2026-08-25T07:36:31.402Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2821 | 2026-08-25T07:36:31.589Z | Compiling progenitor v0.13.0 |
| 2822 | 2026-08-25T07:36:31.781Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2823 | 2026-08-25T07:36:32.123Z | Compiling kstat-rs v0.2.5 |
| 2824 | 2026-08-25T07:36:32.826Z | Compiling mime_guess v2.0.5 |
| 2825 | 2026-08-25T07:36:33.045Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2826 | 2026-08-25T07:36:34.150Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2827 | 2026-08-25T07:36:34.308Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2828 | 2026-08-25T07:36:34.447Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2829 | 2026-08-25T07:36:34.550Z | Compiling nanorand v0.7.0 |
| 2830 | 2026-08-25T07:36:34.907Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2831 | 2026-08-25T07:36:34.931Z | Compiling parking_lot_core v0.8.6 |
| 2832 | 2026-08-25T07:36:35.240Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2833 | 2026-08-25T07:36:35.550Z | Compiling flume v0.11.1 |
| 2834 | 2026-08-25T07:36:35.572Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2835 | 2026-08-25T07:36:35.935Z | Compiling oso v0.27.3 |
| 2836 | 2026-08-25T07:36:37.330Z | Compiling async-bb8-diesel v0.2.1 |
| 2837 | 2026-08-25T07:36:37.800Z | Compiling diesel-dtrace v0.5.0 |
| 2838 | 2026-08-25T07:36:38.157Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2839 | 2026-08-25T07:36:38.281Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2840 | 2026-08-25T07:36:38.857Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2841 | 2026-08-25T07:36:39.319Z | Compiling git-stub v1.0.0 |
| 2842 | 2026-08-25T07:36:39.434Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2843 | 2026-08-25T07:36:39.670Z | Compiling corncobs v0.1.4 |
| 2844 | 2026-08-25T07:36:39.692Z | Compiling http-range v0.1.5 |
| 2845 | 2026-08-25T07:36:39.850Z | Compiling strsim v0.10.0 |
| 2846 | 2026-08-25T07:36:40.035Z | Compiling instability v0.3.11 |
| 2847 | 2026-08-25T07:36:40.165Z | Compiling darling_core v0.13.4 |
| 2848 | 2026-08-25T07:36:40.297Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2849 | 2026-08-25T07:36:40.431Z | Compiling git-stub-vcs v0.1.0 |
| 2850 | 2026-08-25T07:36:40.792Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2851 | 2026-08-25T07:36:41.841Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2852 | 2026-08-25T07:36:42.448Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2853 | 2026-08-25T07:36:42.520Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2854 | 2026-08-25T07:36:42.593Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2855 | 2026-08-25T07:36:42.864Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2856 | 2026-08-25T07:36:43.070Z | Compiling ignore v0.4.25 |
| 2857 | 2026-08-25T07:36:45.356Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2858 | 2026-08-25T07:36:45.807Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2859 | 2026-08-25T07:36:46.070Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2860 | 2026-08-25T07:36:46.210Z | Compiling anstyle-parse v0.2.7 |
| 2861 | 2026-08-25T07:36:46.467Z | Compiling secrecy v0.8.0 |
| 2862 | 2026-08-25T07:36:46.663Z | Compiling vergen-git2 v9.1.0 |
| 2863 | 2026-08-25T07:36:46.785Z | Compiling castaway v0.2.4 |
| 2864 | 2026-08-25T07:36:46.889Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2865 | 2026-08-25T07:36:46.913Z | Compiling indoc v2.0.7 |
| 2866 | 2026-08-25T07:36:47.002Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2867 | 2026-08-25T07:36:47.194Z | Compiling compact_str v0.8.1 |
| 2868 | 2026-08-25T07:36:47.671Z | Compiling anstream v0.6.21 |
| 2869 | 2026-08-25T07:36:47.934Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2870 | 2026-08-25T07:36:48.072Z | Compiling globwalk v0.9.1 |
| 2871 | 2026-08-25T07:36:48.199Z | Compiling parking_lot v0.11.2 |
| 2872 | 2026-08-25T07:36:48.290Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2873 | 2026-08-25T07:36:48.394Z | Compiling hyper-staticfile v0.10.1 |
| 2874 | 2026-08-25T07:36:48.695Z | Compiling darling_macro v0.13.4 |
| 2875 | 2026-08-25T07:36:48.960Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2876 | 2026-08-25T07:36:49.015Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2877 | 2026-08-25T07:36:49.085Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2878 | 2026-08-25T07:36:49.201Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2879 | 2026-08-25T07:36:49.481Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2880 | 2026-08-25T07:36:49.517Z | Compiling predicates-tree v1.0.13 |
| 2881 | 2026-08-25T07:36:49.715Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2882 | 2026-08-25T07:36:49.931Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2883 | 2026-08-25T07:36:49.954Z | Compiling unicode-truncate v1.1.0 |
| 2884 | 2026-08-25T07:36:50.172Z | Compiling sha2 v0.11.0 |
| 2885 | 2026-08-25T07:36:50.541Z | Compiling digest-io v0.1.0 |
| 2886 | 2026-08-25T07:36:50.564Z | Compiling lru v0.12.5 |
| 2887 | 2026-08-25T07:36:50.693Z | Compiling rand_seeder v0.4.0 |
| 2888 | 2026-08-25T07:36:50.714Z | Compiling prefix-trie v0.7.0 |
| 2889 | 2026-08-25T07:36:50.800Z | Compiling cassowary v0.3.0 |
| 2890 | 2026-08-25T07:36:50.943Z | Compiling rawzip v0.4.4 |
| 2891 | 2026-08-25T07:36:51.167Z | Compiling hickory-server v0.25.2 |
| 2892 | 2026-08-25T07:36:51.206Z | Compiling ratatui v0.29.0 |
| 2893 | 2026-08-25T07:36:51.310Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2894 | 2026-08-25T07:36:51.515Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2895 | 2026-08-25T07:36:51.771Z | Compiling camino-tempfile-ext v0.3.3 |
| 2896 | 2026-08-25T07:36:51.977Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2897 | 2026-08-25T07:36:52.253Z | Compiling darling v0.13.4 |
| 2898 | 2026-08-25T07:36:52.365Z | Compiling sled v0.34.7 |
| 2899 | 2026-08-25T07:36:52.389Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2900 | 2026-08-25T07:36:52.744Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2901 | 2026-08-25T07:36:54.768Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2902 | 2026-08-25T07:36:55.235Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2903 | 2026-08-25T07:36:55.450Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2904 | 2026-08-25T07:36:56.162Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2905 | 2026-08-25T07:36:57.794Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2906 | 2026-08-25T07:36:59.146Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2907 | 2026-08-25T07:36:59.238Z | Compiling serde_with_macros v1.5.2 |
| 2908 | 2026-08-25T07:36:59.480Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2909 | 2026-08-25T07:36:59.746Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2910 | 2026-08-25T07:37:00.050Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2911 | 2026-08-25T07:37:00.268Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2912 | 2026-08-25T07:37:00.487Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2913 | 2026-08-25T07:37:00.658Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2914 | 2026-08-25T07:37:00.713Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2915 | 2026-08-25T07:37:00.811Z | Compiling git2 v0.20.4 |
| 2916 | 2026-08-25T07:37:00.876Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2917 | 2026-08-25T07:37:00.942Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2918 | 2026-08-25T07:37:01.153Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2919 | 2026-08-25T07:37:01.180Z | Compiling arc-swap v1.8.2 |
| 2920 | 2026-08-25T07:37:01.378Z | Compiling void v1.0.2 |
| 2921 | 2026-08-25T07:37:01.531Z | Compiling lzss v0.8.2 |
| 2922 | 2026-08-25T07:37:01.556Z | Compiling slog-scope v4.4.1 |
| 2923 | 2026-08-25T07:37:01.788Z | Compiling serde_with v1.14.0 |
| 2924 | 2026-08-25T07:37:01.812Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2925 | 2026-08-25T07:37:01.857Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2926 | 2026-08-25T07:37:01.945Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2927 | 2026-08-25T07:37:02.996Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2928 | 2026-08-25T07:37:03.289Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2929 | 2026-08-25T07:37:03.592Z | Compiling scuffle v0.1.0 |
| 2930 | 2026-08-25T07:37:03.698Z | Compiling tungstenite v0.23.0 |
| 2931 | 2026-08-25T07:37:03.892Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2932 | 2026-08-25T07:37:04.219Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2933 | 2026-08-25T07:37:05.636Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2934 | 2026-08-25T07:37:05.926Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2935 | 2026-08-25T07:37:06.150Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2936 | 2026-08-25T07:37:06.370Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2937 | 2026-08-25T07:37:06.602Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2938 | 2026-08-25T07:37:06.848Z | Compiling nix v0.27.1 |
| 2939 | 2026-08-25T07:37:07.076Z | Compiling twox-hash v2.1.2 |
| 2940 | 2026-08-25T07:37:07.189Z | Compiling libsw-core v0.3.2 |
| 2941 | 2026-08-25T07:37:07.407Z | Compiling atty v0.2.14 |
| 2942 | 2026-08-25T07:37:07.561Z | Compiling serde_bytes v0.11.19 |
| 2943 | 2026-08-25T07:37:07.590Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2944 | 2026-08-25T07:37:07.593Z | Compiling libsw v3.5.0 |
| 2945 | 2026-08-25T07:37:07.829Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2946 | 2026-08-25T07:37:07.924Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2947 | 2026-08-25T07:37:07.982Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2948 | 2026-08-25T07:37:08.100Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2949 | 2026-08-25T07:37:08.704Z | Compiling tokio-tungstenite v0.23.1 |
| 2950 | 2026-08-25T07:37:08.732Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2951 | 2026-08-25T07:37:09.078Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2952 | 2026-08-25T07:37:09.280Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2953 | 2026-08-25T07:37:10.616Z | Compiling slog-stdlog v4.1.1 |
| 2954 | 2026-08-25T07:37:11.012Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2955 | 2026-08-25T07:37:12.100Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2956 | 2026-08-25T07:37:12.555Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2957 | 2026-08-25T07:37:13.014Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2958 | 2026-08-25T07:37:13.906Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2959 | 2026-08-25T07:37:14.139Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2960 | 2026-08-25T07:37:14.394Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2961 | 2026-08-25T07:37:16.062Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2962 | 2026-08-25T07:37:16.749Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2963 | 2026-08-25T07:37:17.003Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2964 | 2026-08-25T07:37:17.455Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2965 | 2026-08-25T07:37:17.606Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2966 | 2026-08-25T07:37:18.750Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2967 | 2026-08-25T07:37:21.020Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2968 | 2026-08-25T07:37:21.442Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2969 | 2026-08-25T07:37:21.783Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2970 | 2026-08-25T07:37:23.074Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2971 | 2026-08-25T07:37:23.959Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2972 | 2026-08-25T07:37:24.180Z | Compiling fatfs v0.3.6 |
| 2973 | 2026-08-25T07:37:24.315Z | Compiling signal-hook-tokio v0.3.1 |
| 2974 | 2026-08-25T07:37:24.510Z | Compiling yasna v0.5.2 |
| 2975 | 2026-08-25T07:37:25.150Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2976 | 2026-08-25T07:37:25.436Z | Compiling assert_matches v1.5.0 |
| 2977 | 2026-08-25T07:37:25.544Z | Compiling seq-macro v0.3.6 |
| 2978 | 2026-08-25T07:37:26.046Z | Compiling rcgen v0.12.1 |
| 2979 | 2026-08-25T07:37:26.094Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2980 | 2026-08-25T07:37:26.478Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2981 | 2026-08-25T07:37:26.908Z | Compiling slog-envlogger v2.2.0 |
| 2982 | 2026-08-25T07:37:28.147Z | Compiling oxide-update-engine-display v0.1.2 |
| 2983 | 2026-08-25T07:37:28.431Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2984 | 2026-08-25T07:37:28.889Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2985 | 2026-08-25T07:37:29.098Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2986 | 2026-08-25T07:37:29.321Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2987 | 2026-08-25T07:37:29.546Z | Compiling port-file v0.1.0 |
| 2988 | 2026-08-25T07:37:29.871Z | Compiling subprocess v0.2.15 |
| 2989 | 2026-08-25T07:37:30.083Z | Compiling rtoolbox v0.0.3 |
| 2990 | 2026-08-25T07:37:30.362Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2991 | 2026-08-25T07:37:30.536Z | Compiling rpassword v7.5.4 |
| 2992 | 2026-08-25T07:37:30.839Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2993 | 2026-08-25T07:37:31.987Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2994 | 2026-08-25T07:37:32.011Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2995 | 2026-08-25T07:37:32.161Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2996 | 2026-08-25T07:37:32.716Z | Compiling tui-tree-widget v0.23.1 |
| 2997 | 2026-08-25T07:37:33.005Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2998 | 2026-08-25T07:37:34.232Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2999 | 2026-08-25T07:37:35.700Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3000 | 2026-08-25T07:37:36.671Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3001 | 2026-08-25T07:37:36.697Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3002 | 2026-08-25T07:37:36.913Z | Compiling uzers v0.12.2 |
| 3003 | 2026-08-25T07:37:37.810Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3004 | 2026-08-25T07:37:38.369Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3005 | 2026-08-25T07:37:38.597Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3006 | 2026-08-25T07:37:39.754Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3007 | 2026-08-25T07:37:40.378Z | Compiling support-bundle-viewer v0.1.2 |
| 3008 | 2026-08-25T07:37:40.592Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3009 | 2026-08-25T07:37:42.259Z | Compiling multimap v0.10.1 |
| 3010 | 2026-08-25T07:37:50.242Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3011 | 2026-08-25T07:37:52.403Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3012 | 2026-08-25T07:37:57.433Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3013 | 2026-08-25T07:38:00.247Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3014 | 2026-08-25T07:38:03.191Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3015 | 2026-08-25T07:46:33.364Z | Finished `release` profile [optimized] target(s) in 10m 44s |
| 3016 | 2026-08-25T07:46:33.367Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3017 | 2026-08-25T07:46:33.367Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3018 | 2026-08-25T07:47:26.110Z | |
| 3019 | 2026-08-25T07:47:26.110Z | real 11:38.265603184 |
| 3020 | 2026-08-25T07:47:26.113Z | user 1:23:27.378182847 |
| 3021 | 2026-08-25T07:47:26.113Z | sys 3:37.416564860 |
| 3022 | 2026-08-25T07:47:26.113Z | trap 1.823511544 |
| 3023 | 2026-08-25T07:47:26.113Z | tflt 2.125777619 |
| 3024 | 2026-08-25T07:47:26.113Z | dflt 20.289981768 |
| 3025 | 2026-08-25T07:47:26.113Z | kflt 0.007634163 |
| 3026 | 2026-08-25T07:47:26.113Z | lock 8:57:58.046846300 |
| 3027 | 2026-08-25T07:47:26.113Z | slp 2:23:55.540827651 |
| 3028 | 2026-08-25T07:47:26.113Z | lat 2:31.867015134 |
| 3029 | 2026-08-25T07:47:26.113Z | stop 5:24.519023368 |
| 3030 | 2026-08-25T07:47:26.114Z | + mapfile -t packages |
| 3031 | 2026-08-25T07:47:26.114Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3032 | 2026-08-25T07:47:27.066Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3033 | 2026-08-25T07:47:27.138Z | Running `target/release/omicron-package -t test list-outputs` |
| 3034 | 2026-08-25T07:47:27.200Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3035 | 2026-08-25T07:47:27.203Z | + ptime -m cargo build --locked --release -p xtask |
| 3036 | 2026-08-25T07:47:27.687Z | Compiling libc v0.2.185 |
| 3037 | 2026-08-25T07:47:27.687Z | Compiling serde_core v1.0.229 |
| 3038 | 2026-08-25T07:47:27.690Z | Compiling serde v1.0.229 |
| 3039 | 2026-08-25T07:47:27.690Z | Compiling rustix v1.1.4 |
| 3040 | 2026-08-25T07:47:27.690Z | Compiling bitflags v2.11.0 |
| 3041 | 2026-08-25T07:47:27.690Z | Compiling serde_json v1.0.151 |
| 3042 | 2026-08-25T07:47:27.836Z | Compiling usdt-impl v0.5.0 |
| 3043 | 2026-08-25T07:47:27.857Z | Compiling syn v2.0.117 |
| 3044 | 2026-08-25T07:47:27.857Z | Compiling syn v3.0.3 |
| 3045 | 2026-08-25T07:47:27.877Z | Compiling syn v1.0.109 |
| 3046 | 2026-08-25T07:47:27.891Z | Compiling getrandom v0.4.3 |
| 3047 | 2026-08-25T07:47:27.894Z | Compiling log v0.4.33 |
| 3048 | 2026-08-25T07:47:27.914Z | Compiling indexmap v2.14.0 |
| 3049 | 2026-08-25T07:47:28.040Z | Compiling fs-err v3.3.0 |
| 3050 | 2026-08-25T07:47:28.118Z | Compiling anyhow v1.0.104 |
| 3051 | 2026-08-25T07:47:28.178Z | Compiling heck v0.4.1 |
| 3052 | 2026-08-25T07:47:28.248Z | Compiling once_cell v1.21.3 |
| 3053 | 2026-08-25T07:47:28.557Z | Compiling thread-id v4.2.2 |
| 3054 | 2026-08-25T07:47:28.580Z | Compiling errno v0.3.14 |
| 3055 | 2026-08-25T07:47:28.584Z | Compiling memmap v0.7.0 |
| 3056 | 2026-08-25T07:47:29.253Z | Compiling serde_derive v1.0.229 |
| 3057 | 2026-08-25T07:47:29.328Z | Compiling proc-macro-error v1.0.4 |
| 3058 | 2026-08-25T07:47:29.565Z | Compiling terminal_size v0.4.3 |
| 3059 | 2026-08-25T07:47:29.565Z | Compiling tempfile v3.27.0 |
| 3060 | 2026-08-25T07:47:29.594Z | Compiling tabled_derive v0.7.0 |
| 3061 | 2026-08-25T07:47:29.669Z | Compiling clap_builder v4.6.0 |
| 3062 | 2026-08-25T07:47:29.670Z | Compiling textwrap v0.16.2 |
| 3063 | 2026-08-25T07:47:29.994Z | Compiling camino v1.2.5 |
| 3064 | 2026-08-25T07:47:29.994Z | Compiling semver v1.0.28 |
| 3065 | 2026-08-25T07:47:30.023Z | Compiling cargo-platform v0.3.2 |
| 3066 | 2026-08-25T07:47:30.051Z | Compiling pest_generator v2.8.6 |
| 3067 | 2026-08-25T07:47:30.287Z | Compiling tabled v0.15.0 |
| 3068 | 2026-08-25T07:47:30.298Z | Compiling camino-tempfile v1.4.1 |
| 3069 | 2026-08-25T07:47:30.596Z | Compiling thiserror-impl v1.0.69 |
| 3070 | 2026-08-25T07:47:30.604Z | Compiling zerocopy-derive v0.7.35 |
| 3071 | 2026-08-25T07:47:30.605Z | Compiling pest_derive v2.8.6 |
| 3072 | 2026-08-25T07:47:30.605Z | Compiling scroll_derive v0.12.1 |
| 3073 | 2026-08-25T07:47:30.605Z | Compiling thiserror-impl v2.0.18 |
| 3074 | 2026-08-25T07:47:30.605Z | Compiling clap_derive v4.6.1 |
| 3075 | 2026-08-25T07:47:31.421Z | Compiling scroll v0.12.0 |
| 3076 | 2026-08-25T07:47:31.465Z | Compiling zerocopy v0.7.35 |
| 3077 | 2026-08-25T07:47:31.687Z | Compiling goblin v0.8.2 |
| 3078 | 2026-08-25T07:47:31.772Z | Compiling thiserror v1.0.69 |
| 3079 | 2026-08-25T07:47:31.847Z | Compiling toml_datetime v0.6.11 |
| 3080 | 2026-08-25T07:47:31.899Z | Compiling dtrace-parser v0.2.0 |
| 3081 | 2026-08-25T07:47:31.921Z | Compiling serde_spanned v0.6.9 |
| 3082 | 2026-08-25T07:47:31.945Z | Compiling serde_tokenstream v0.2.3 |
| 3083 | 2026-08-25T07:47:32.037Z | Compiling dof v0.3.0 |
| 3084 | 2026-08-25T07:47:32.087Z | Compiling toml_edit v0.22.27 |
| 3085 | 2026-08-25T07:47:32.130Z | Compiling thiserror v2.0.18 |
| 3086 | 2026-08-25T07:47:32.139Z | Compiling clap v4.6.1 |
| 3087 | 2026-08-25T07:47:32.226Z | Compiling cargo_metadata v0.23.1 |
| 3088 | 2026-08-25T07:47:32.240Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3089 | 2026-08-25T07:47:32.252Z | Compiling macaddr v1.0.1 |
| 3090 | 2026-08-25T07:47:32.913Z | Compiling usdt-attr-macro v0.5.0 |
| 3091 | 2026-08-25T07:47:33.459Z | Compiling usdt-macro v0.5.0 |
| 3092 | 2026-08-25T07:47:33.714Z | Compiling toml v0.8.23 |
| 3093 | 2026-08-25T07:47:34.183Z | Compiling cargo_toml v0.21.0 |
| 3094 | 2026-08-25T07:47:35.395Z | Compiling usdt v0.5.0 |
| 3095 | 2026-08-25T07:47:38.802Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3096 | 2026-08-25T07:47:41.989Z | Finished `release` profile [optimized] target(s) in 14.77s |
| 3097 | 2026-08-25T07:47:42.130Z | |
| 3098 | 2026-08-25T07:47:42.130Z | real 14.889520020 |
| 3099 | 2026-08-25T07:47:42.130Z | user 2:06.782127438 |
| 3100 | 2026-08-25T07:47:42.130Z | sys 13.492178399 |
| 3101 | 2026-08-25T07:47:42.137Z | trap 0.078516312 |
| 3102 | 2026-08-25T07:47:42.137Z | tflt 0.343454589 |
| 3103 | 2026-08-25T07:47:42.137Z | dflt 0.900323986 |
| 3104 | 2026-08-25T07:47:42.137Z | kflt 0.000027247 |
| 3105 | 2026-08-25T07:47:42.137Z | lock 5:05.523078656 |
| 3106 | 2026-08-25T07:47:42.137Z | slp 3:07.676203415 |
| 3107 | 2026-08-25T07:47:42.137Z | lat 5.045993499 |
| 3108 | 2026-08-25T07:47:42.137Z | stop 16.514891916 |
| 3109 | 2026-08-25T07:47:42.137Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3110 | 2026-08-25T07:47:42.137Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3111 | 2026-08-25T07:47:42.137Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3112 | 2026-08-25T07:47:42.137Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3113 | 2026-08-25T07:47:42.137Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3114 | 2026-08-25T07:47:43.083Z | Compiling progenitor-client v0.14.0 |
| 3115 | 2026-08-25T07:47:43.083Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3116 | 2026-08-25T07:47:43.086Z | Compiling newtype-uuid-macros v0.1.0 |
| 3117 | 2026-08-25T07:47:43.086Z | Compiling match_cfg v0.1.0 |
| 3118 | 2026-08-25T07:47:43.086Z | Compiling slog-json v2.6.1 |
| 3119 | 2026-08-25T07:47:43.086Z | Compiling sha1 v0.11.0 |
| 3120 | 2026-08-25T07:47:43.086Z | Compiling multer v3.1.0 |
| 3121 | 2026-08-25T07:47:43.233Z | Compiling compression-core v0.4.31 |
| 3122 | 2026-08-25T07:47:43.236Z | Compiling debug-ignore v1.0.5 |
| 3123 | 2026-08-25T07:47:43.236Z | Compiling async-stream-impl v0.3.6 |
| 3124 | 2026-08-25T07:47:43.236Z | Compiling serde_spanned v1.1.1 |
| 3125 | 2026-08-25T07:47:43.236Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3126 | 2026-08-25T07:47:43.236Z | Compiling dropshot v0.17.1 |
| 3127 | 2026-08-25T07:47:43.250Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3128 | 2026-08-25T07:47:43.290Z | Compiling rustls-pemfile v2.2.0 |
| 3129 | 2026-08-25T07:47:43.305Z | Compiling waitgroup v0.1.2 |
| 3130 | 2026-08-25T07:47:43.469Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3131 | 2026-08-25T07:47:43.472Z | Compiling dropshot_endpoint v0.17.1 |
| 3132 | 2026-08-25T07:47:43.521Z | Compiling hostname v0.3.1 |
| 3133 | 2026-08-25T07:47:43.524Z | Compiling compression-codecs v0.4.37 |
| 3134 | 2026-08-25T07:47:43.525Z | Compiling hostname v0.4.2 |
| 3135 | 2026-08-25T07:47:43.525Z | Compiling serde_path_to_error v0.1.20 |
| 3136 | 2026-08-25T07:47:43.606Z | Compiling atomicwrites v0.4.4 |
| 3137 | 2026-08-25T07:47:43.642Z | Compiling slog-bunyan v2.5.0 |
| 3138 | 2026-08-25T07:47:43.645Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3139 | 2026-08-25T07:47:43.645Z | Compiling macaddr v1.0.1 |
| 3140 | 2026-08-25T07:47:43.694Z | Compiling instant v0.1.13 |
| 3141 | 2026-08-25T07:47:43.698Z | Compiling regress v0.10.5 |
| 3142 | 2026-08-25T07:47:43.711Z | Compiling async-compression v0.4.41 |
| 3143 | 2026-08-25T07:47:43.791Z | Compiling parse-display-derive v0.10.0 |
| 3144 | 2026-08-25T07:47:43.803Z | Compiling backon v1.6.0 |
| 3145 | 2026-08-25T07:47:43.806Z | Compiling backoff v0.4.0 |
| 3146 | 2026-08-25T07:47:43.838Z | Compiling itertools v0.14.0 |
| 3147 | 2026-08-25T07:47:43.838Z | Compiling humantime v2.3.0 |
| 3148 | 2026-08-25T07:47:43.876Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3149 | 2026-08-25T07:47:43.914Z | Compiling half v2.7.1 |
| 3150 | 2026-08-25T07:47:43.968Z | Compiling crucible-workspace-hack v0.1.0 |
| 3151 | 2026-08-25T07:47:43.985Z | Compiling async-stream v0.3.6 |
| 3152 | 2026-08-25T07:47:44.001Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3153 | 2026-08-25T07:47:44.038Z | Compiling progenitor-extras v0.2.0 |
| 3154 | 2026-08-25T07:47:44.056Z | Compiling ciborium-io v0.2.2 |
| 3155 | 2026-08-25T07:47:44.060Z | Compiling convert_case v0.4.0 |
| 3156 | 2026-08-25T07:47:44.088Z | Compiling regress v0.11.1 |
| 3157 | 2026-08-25T07:47:44.104Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3158 | 2026-08-25T07:47:44.121Z | Compiling secrecy v0.10.3 |
| 3159 | 2026-08-25T07:47:44.184Z | Compiling ciborium-ll v0.2.2 |
| 3160 | 2026-08-25T07:47:44.187Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3161 | 2026-08-25T07:47:44.221Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3162 | 2026-08-25T07:47:44.256Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3163 | 2026-08-25T07:47:44.291Z | Compiling inout v0.1.4 |
| 3164 | 2026-08-25T07:47:44.308Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3165 | 2026-08-25T07:47:44.327Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3166 | 2026-08-25T07:47:44.359Z | Compiling ciborium v0.2.2 |
| 3167 | 2026-08-25T07:47:44.425Z | Compiling universal-hash v0.5.1 |
| 3168 | 2026-08-25T07:47:44.459Z | Compiling derive_more v0.99.20 |
| 3169 | 2026-08-25T07:47:44.505Z | Compiling cipher v0.4.4 |
| 3170 | 2026-08-25T07:47:44.523Z | Compiling unsafe-libyaml v0.2.11 |
| 3171 | 2026-08-25T07:47:44.584Z | Compiling opaque-debug v0.3.1 |
| 3172 | 2026-08-25T07:47:44.601Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3173 | 2026-08-25T07:47:44.617Z | Compiling blake2 v0.10.6 |
| 3174 | 2026-08-25T07:47:44.671Z | Compiling poly1305 v0.8.0 |
| 3175 | 2026-08-25T07:47:44.711Z | Compiling aead v0.5.2 |
| 3176 | 2026-08-25T07:47:44.779Z | Compiling chacha20 v0.9.1 |
| 3177 | 2026-08-25T07:47:44.796Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3178 | 2026-08-25T07:47:44.944Z | Compiling password-hash v0.5.0 |
| 3179 | 2026-08-25T07:47:44.961Z | Compiling indent_write v2.2.0 |
| 3180 | 2026-08-25T07:47:45.041Z | Compiling chacha20poly1305 v0.10.1 |
| 3181 | 2026-08-25T07:47:45.071Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3182 | 2026-08-25T07:47:45.121Z | Compiling serde_yaml v0.9.34+deprecated |
| 3183 | 2026-08-25T07:47:45.167Z | Compiling num-derive v0.4.2 |
| 3184 | 2026-08-25T07:47:45.211Z | Compiling argon2 v0.5.3 |
| 3185 | 2026-08-25T07:47:45.232Z | Compiling heapless v0.8.0 |
| 3186 | 2026-08-25T07:47:45.340Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3187 | 2026-08-25T07:47:45.370Z | Compiling ingot-macros v0.2.0 |
| 3188 | 2026-08-25T07:47:45.377Z | Compiling tabwriter v1.4.1 |
| 3189 | 2026-08-25T07:47:45.447Z | Compiling hash32 v0.3.1 |
| 3190 | 2026-08-25T07:47:45.554Z | Compiling parse-display v0.10.0 |
| 3191 | 2026-08-25T07:47:45.564Z | Compiling thiserror-no-std v2.0.2 |
| 3192 | 2026-08-25T07:47:45.626Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3193 | 2026-08-25T07:47:45.640Z | Compiling smoltcp v0.11.0 |
| 3194 | 2026-08-25T07:47:45.672Z | Compiling vsss-rs v3.3.4 |
| 3195 | 2026-08-25T07:47:45.777Z | Compiling typify-impl v0.6.2 |
| 3196 | 2026-08-25T07:47:45.874Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3197 | 2026-08-25T07:47:45.905Z | Compiling proc-macro-crate v3.4.0 |
| 3198 | 2026-08-25T07:47:46.134Z | Compiling cobs v0.3.0 |
| 3199 | 2026-08-25T07:47:46.148Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3200 | 2026-08-25T07:47:46.353Z | Compiling colored v3.1.1 |
| 3201 | 2026-08-25T07:47:46.371Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3202 | 2026-08-25T07:47:46.449Z | Compiling postcard v1.1.3 |
| 3203 | 2026-08-25T07:47:46.478Z | Compiling num_enum_derive v0.7.6 |
| 3204 | 2026-08-25T07:47:46.495Z | Compiling proc-macro-error v1.0.4 |
| 3205 | 2026-08-25T07:47:46.591Z | Compiling rand v0.10.1 |
| 3206 | 2026-08-25T07:47:46.618Z | Compiling proc-macro-crate v1.3.1 |
| 3207 | 2026-08-25T07:47:46.718Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3208 | 2026-08-25T07:47:46.738Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3209 | 2026-08-25T07:47:46.816Z | Compiling foreign-types-macros v0.2.3 |
| 3210 | 2026-08-25T07:47:46.836Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3211 | 2026-08-25T07:47:46.860Z | Compiling rayon-core v1.13.0 |
| 3212 | 2026-08-25T07:47:46.921Z | Compiling foreign-types-shared v0.3.1 |
| 3213 | 2026-08-25T07:47:47.070Z | Compiling num_enum_derive v0.5.11 |
| 3214 | 2026-08-25T07:47:47.131Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3215 | 2026-08-25T07:47:47.153Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3216 | 2026-08-25T07:47:47.189Z | Compiling crossbeam-deque v0.8.6 |
| 3217 | 2026-08-25T07:47:47.204Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3218 | 2026-08-25T07:47:47.246Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3219 | 2026-08-25T07:47:47.301Z | Compiling cstr-argument v0.1.2 |
| 3220 | 2026-08-25T07:47:47.395Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3221 | 2026-08-25T07:47:47.450Z | Compiling foreign-types v0.5.0 |
| 3222 | 2026-08-25T07:47:47.470Z | Compiling illumos-nvpair v0.3.0 |
| 3223 | 2026-08-25T07:47:47.485Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3224 | 2026-08-25T07:47:47.562Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3225 | 2026-08-25T07:47:47.584Z | Compiling num_enum v0.7.6 |
| 3226 | 2026-08-25T07:47:47.628Z | Compiling zone_cfg_derive v0.3.1 |
| 3227 | 2026-08-25T07:47:47.685Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3228 | 2026-08-25T07:47:47.733Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3229 | 2026-08-25T07:47:47.752Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3230 | 2026-08-25T07:47:47.752Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3231 | 2026-08-25T07:47:47.789Z | Compiling itertools v0.12.1 |
| 3232 | 2026-08-25T07:47:47.826Z | Compiling rayon v1.11.0 |
| 3233 | 2026-08-25T07:47:47.840Z | Compiling sigpipe v0.1.3 |
| 3234 | 2026-08-25T07:47:47.887Z | Compiling glob v0.3.3 |
| 3235 | 2026-08-25T07:47:47.956Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3236 | 2026-08-25T07:47:47.976Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3237 | 2026-08-25T07:47:47.997Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3238 | 2026-08-25T07:47:48.095Z | Compiling smf v0.2.3 |
| 3239 | 2026-08-25T07:47:48.200Z | Compiling whoami v1.6.1 |
| 3240 | 2026-08-25T07:47:48.211Z | Compiling num_enum v0.5.11 |
| 3241 | 2026-08-25T07:47:48.231Z | Compiling cpubits v0.1.1 |
| 3242 | 2026-08-25T07:47:48.239Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3243 | 2026-08-25T07:47:48.272Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3244 | 2026-08-25T07:47:48.291Z | Compiling ingot-types v0.2.0 |
| 3245 | 2026-08-25T07:47:48.319Z | Compiling gethostname v0.5.0 |
| 3246 | 2026-08-25T07:47:48.324Z | Compiling derive-where v1.6.0 |
| 3247 | 2026-08-25T07:47:48.343Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3248 | 2026-08-25T07:47:48.362Z | Compiling usdt-attr-macro v0.5.0 |
| 3249 | 2026-08-25T07:47:48.403Z | Compiling usdt-macro v0.5.0 |
| 3250 | 2026-08-25T07:47:48.419Z | Compiling num-rational v0.4.2 |
| 3251 | 2026-08-25T07:47:48.447Z | Compiling num-complex v0.4.6 |
| 3252 | 2026-08-25T07:47:48.508Z | Compiling memmap v0.7.0 |
| 3253 | 2026-08-25T07:47:48.668Z | Compiling ingot v0.2.1 |
| 3254 | 2026-08-25T07:47:48.719Z | Compiling toml v0.8.23 |
| 3255 | 2026-08-25T07:47:48.735Z | Compiling pem-rfc7468 v1.0.0 |
| 3256 | 2026-08-25T07:47:48.872Z | Compiling num v0.4.3 |
| 3257 | 2026-08-25T07:47:48.891Z | Compiling float-ord v0.3.2 |
| 3258 | 2026-08-25T07:47:48.969Z | Compiling zone v0.3.1 |
| 3259 | 2026-08-25T07:47:49.043Z | Compiling cancel-safe-futures v0.1.5 |
| 3260 | 2026-08-25T07:47:49.043Z | Compiling resolv-conf v0.7.6 |
| 3261 | 2026-08-25T07:47:49.068Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3262 | 2026-08-25T07:47:49.068Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3263 | 2026-08-25T07:47:49.206Z | Compiling hmac v0.13.0 |
| 3264 | 2026-08-25T07:47:49.224Z | Compiling usdt v0.5.0 |
| 3265 | 2026-08-25T07:47:49.298Z | Compiling universal-hash v0.6.1 |
| 3266 | 2026-08-25T07:47:49.417Z | Compiling sha1 v0.10.6 |
| 3267 | 2026-08-25T07:47:49.439Z | Compiling libefi-sys v0.1.0 |
| 3268 | 2026-08-25T07:47:49.471Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3269 | 2026-08-25T07:47:49.496Z | Compiling prettyplease v0.2.37 |
| 3270 | 2026-08-25T07:47:49.517Z | Compiling linear-map v1.2.0 |
| 3271 | 2026-08-25T07:47:49.583Z | Compiling polyval v0.7.1 |
| 3272 | 2026-08-25T07:47:49.663Z | Compiling der v0.8.0 |
| 3273 | 2026-08-25T07:47:49.694Z | Compiling hickory-proto v0.24.4 |
| 3274 | 2026-08-25T07:47:49.714Z | Compiling newline-converter v0.3.0 |
| 3275 | 2026-08-25T07:47:49.737Z | Compiling console v0.15.11 |
| 3276 | 2026-08-25T07:47:49.744Z | Compiling bitfield-struct v0.6.2 |
| 3277 | 2026-08-25T07:47:49.744Z | Compiling linked-hash-map v0.5.6 |
| 3278 | 2026-08-25T07:47:49.805Z | Compiling oxide-update-engine-types v0.1.2 |
| 3279 | 2026-08-25T07:47:49.851Z | Compiling ghash v0.6.0 |
| 3280 | 2026-08-25T07:47:49.969Z | Compiling lru-cache v0.1.2 |
| 3281 | 2026-08-25T07:47:50.018Z | Compiling pbkdf2 v0.13.0 |
| 3282 | 2026-08-25T07:47:50.078Z | Compiling expectorate v1.2.0 |
| 3283 | 2026-08-25T07:47:50.096Z | Compiling aes v0.9.1 |
| 3284 | 2026-08-25T07:47:50.120Z | Compiling crypto-bigint v0.7.5 |
| 3285 | 2026-08-25T07:47:50.164Z | Compiling ctr v0.10.1 |
| 3286 | 2026-08-25T07:47:50.267Z | Compiling aead v0.6.1 |
| 3287 | 2026-08-25T07:47:50.346Z | Compiling sha2 v0.11.0 |
| 3288 | 2026-08-25T07:47:50.373Z | Compiling typify-macro v0.6.2 |
| 3289 | 2026-08-25T07:47:50.405Z | Compiling nom v8.0.0 |
| 3290 | 2026-08-25T07:47:50.469Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3291 | 2026-08-25T07:47:50.486Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3292 | 2026-08-25T07:47:50.688Z | Compiling semver v0.1.20 |
| 3293 | 2026-08-25T07:47:50.805Z | Compiling oxide-update-engine v0.1.2 |
| 3294 | 2026-08-25T07:47:50.946Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3295 | 2026-08-25T07:47:50.950Z | Compiling rustc_version v0.1.7 |
| 3296 | 2026-08-25T07:47:51.011Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3297 | 2026-08-25T07:47:51.030Z | Compiling spki v0.8.0 |
| 3298 | 2026-08-25T07:47:51.030Z | Compiling aes-gcm v0.11.0 |
| 3299 | 2026-08-25T07:47:51.063Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3300 | 2026-08-25T07:47:51.207Z | Compiling tokio-dtrace v0.1.1 |
| 3301 | 2026-08-25T07:47:51.229Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3302 | 2026-08-25T07:47:51.276Z | Compiling salsa20 v0.11.0 |
| 3303 | 2026-08-25T07:47:51.293Z | Compiling slog-dtrace v0.3.0 |
| 3304 | 2026-08-25T07:47:51.313Z | Compiling minimal-lexical v0.2.1 |
| 3305 | 2026-08-25T07:47:51.332Z | Compiling xshell-macros v0.2.7 |
| 3306 | 2026-08-25T07:47:51.463Z | Compiling scrypt v0.12.0 |
| 3307 | 2026-08-25T07:47:51.485Z | Compiling oxide-tokio-rt v0.1.4 |
| 3308 | 2026-08-25T07:47:51.503Z | Compiling newtype_derive v0.1.6 |
| 3309 | 2026-08-25T07:47:51.573Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3310 | 2026-08-25T07:47:51.593Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3311 | 2026-08-25T07:47:51.608Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3312 | 2026-08-25T07:47:51.629Z | Compiling nom v7.1.3 |
| 3313 | 2026-08-25T07:47:51.719Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3314 | 2026-08-25T07:47:51.739Z | Compiling xshell v0.2.7 |
| 3315 | 2026-08-25T07:47:51.788Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3316 | 2026-08-25T07:47:51.813Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3317 | 2026-08-25T07:47:51.945Z | Compiling hickory-resolver v0.24.4 |
| 3318 | 2026-08-25T07:47:51.966Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3319 | 2026-08-25T07:47:52.158Z | Compiling phf_shared v0.12.1 |
| 3320 | 2026-08-25T07:47:52.221Z | Compiling typify v0.6.2 |
| 3321 | 2026-08-25T07:47:52.267Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3322 | 2026-08-25T07:47:52.357Z | Compiling progenitor-impl v0.14.0 |
| 3323 | 2026-08-25T07:47:52.374Z | Compiling rfc6979 v0.4.0 |
| 3324 | 2026-08-25T07:47:52.455Z | Compiling cbc v0.2.1 |
| 3325 | 2026-08-25T07:47:52.534Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3326 | 2026-08-25T07:47:52.552Z | Compiling csv-core v0.1.13 |
| 3327 | 2026-08-25T07:47:52.575Z | Compiling highway v1.3.0 |
| 3328 | 2026-08-25T07:47:52.642Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3329 | 2026-08-25T07:47:52.776Z | Compiling unicode-xid v0.2.6 |
| 3330 | 2026-08-25T07:47:52.832Z | Compiling chrono-tz v0.10.4 |
| 3331 | 2026-08-25T07:47:52.925Z | Compiling const_format_proc_macros v0.2.34 |
| 3332 | 2026-08-25T07:47:52.942Z | Compiling csv v1.4.0 |
| 3333 | 2026-08-25T07:47:52.960Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3334 | 2026-08-25T07:47:52.978Z | Compiling proc-macro-error2 v2.0.1 |
| 3335 | 2026-08-25T07:47:53.016Z | Compiling qorb v0.4.1 |
| 3336 | 2026-08-25T07:47:53.035Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3337 | 2026-08-25T07:47:53.080Z | Compiling pkcs5 v0.8.1 |
| 3338 | 2026-08-25T07:47:53.172Z | Compiling ecdsa v0.16.9 |
| 3339 | 2026-08-25T07:47:53.330Z | Compiling phf v0.12.1 |
| 3340 | 2026-08-25T07:47:53.411Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3341 | 2026-08-25T07:47:53.525Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3342 | 2026-08-25T07:47:53.556Z | Compiling primeorder v0.13.6 |
| 3343 | 2026-08-25T07:47:53.602Z | Compiling hashbrown v0.14.5 |
| 3344 | 2026-08-25T07:47:53.647Z | Compiling serde_tokenstream v0.3.0 |
| 3345 | 2026-08-25T07:47:53.754Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3346 | 2026-08-25T07:47:53.799Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3347 | 2026-08-25T07:47:53.845Z | Compiling salty v0.3.0 |
| 3348 | 2026-08-25T07:47:53.862Z | Compiling const_format v0.2.35 |
| 3349 | 2026-08-25T07:47:53.948Z | Compiling p384 v0.13.1 |
| 3350 | 2026-08-25T07:47:53.998Z | Compiling oxide-generation-macros v0.2.0 |
| 3351 | 2026-08-25T07:47:54.141Z | Compiling chumsky v0.9.3 |
| 3352 | 2026-08-25T07:47:54.238Z | Compiling pkcs8 v0.11.0 |
| 3353 | 2026-08-25T07:47:54.390Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3354 | 2026-08-25T07:47:54.575Z | Compiling knus-derive v3.4.0 |
| 3355 | 2026-08-25T07:47:54.591Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3356 | 2026-08-25T07:47:54.722Z | Compiling tabled_derive v0.7.0 |
| 3357 | 2026-08-25T07:47:54.855Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3358 | 2026-08-25T07:47:55.034Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3359 | 2026-08-25T07:47:55.125Z | Compiling bcs v0.1.6 |
| 3360 | 2026-08-25T07:47:55.144Z | Compiling progenitor-macro v0.14.0 |
| 3361 | 2026-08-25T07:47:55.269Z | Compiling ff v0.14.0 |
| 3362 | 2026-08-25T07:47:55.331Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3363 | 2026-08-25T07:47:55.444Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3364 | 2026-08-25T07:47:55.461Z | Compiling termtree v0.5.1 |
| 3365 | 2026-08-25T07:47:55.478Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3366 | 2026-08-25T07:47:55.640Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3367 | 2026-08-25T07:47:55.658Z | Compiling steno v0.4.1 |
| 3368 | 2026-08-25T07:47:55.734Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3369 | 2026-08-25T07:47:55.759Z | Compiling tabled v0.15.0 |
| 3370 | 2026-08-25T07:47:55.801Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3371 | 2026-08-25T07:47:55.900Z | Compiling tagptr v0.2.0 |
| 3372 | 2026-08-25T07:47:55.973Z | Compiling group v0.14.0 |
| 3373 | 2026-08-25T07:47:56.048Z | Compiling moka v0.12.13 |
| 3374 | 2026-08-25T07:47:56.082Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3375 | 2026-08-25T07:47:56.146Z | Compiling knus v3.4.0 |
| 3376 | 2026-08-25T07:47:56.174Z | Compiling signature v3.0.0 |
| 3377 | 2026-08-25T07:47:56.198Z | Compiling base16ct v1.0.0 |
| 3378 | 2026-08-25T07:47:56.405Z | Compiling sec1 v0.8.1 |
| 3379 | 2026-08-25T07:47:56.422Z | Compiling hkdf v0.13.0 |
| 3380 | 2026-08-25T07:47:56.443Z | Compiling libscf-sys v1.2.0 |
| 3381 | 2026-08-25T07:47:56.467Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3382 | 2026-08-25T07:47:56.606Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3383 | 2026-08-25T07:47:56.622Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3384 | 2026-08-25T07:47:56.747Z | Compiling elliptic-curve v0.14.1 |
| 3385 | 2026-08-25T07:47:56.773Z | Compiling hickory-resolver v0.25.2 |
| 3386 | 2026-08-25T07:47:56.847Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3387 | 2026-08-25T07:47:56.877Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3388 | 2026-08-25T07:47:57.087Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3389 | 2026-08-25T07:47:57.090Z | Compiling utf-8 v0.7.6 |
| 3390 | 2026-08-25T07:47:57.186Z | Compiling corncobs v0.1.4 |
| 3391 | 2026-08-25T07:47:57.307Z | Compiling parking_lot_core v0.8.6 |
| 3392 | 2026-08-25T07:47:57.337Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3393 | 2026-08-25T07:47:57.384Z | Compiling tungstenite v0.21.0 |
| 3394 | 2026-08-25T07:47:57.548Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3395 | 2026-08-25T07:47:57.613Z | Compiling wnaf v0.14.0 |
| 3396 | 2026-08-25T07:47:57.685Z | Compiling primefield v0.14.0 |
| 3397 | 2026-08-25T07:47:57.761Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3398 | 2026-08-25T07:47:57.832Z | Compiling rfc6979 v0.6.0 |
| 3399 | 2026-08-25T07:47:57.894Z | Compiling papergrid v0.18.0 |
| 3400 | 2026-08-25T07:47:57.931Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3401 | 2026-08-25T07:47:57.949Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3402 | 2026-08-25T07:47:58.024Z | Compiling git-stub v1.0.0 |
| 3403 | 2026-08-25T07:47:58.131Z | Compiling secrecy v0.8.0 |
| 3404 | 2026-08-25T07:47:58.173Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3405 | 2026-08-25T07:47:58.243Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3406 | 2026-08-25T07:47:58.308Z | Compiling git-stub-vcs v0.1.0 |
| 3407 | 2026-08-25T07:47:58.325Z | Compiling ecdsa v0.17.0 |
| 3408 | 2026-08-25T07:47:58.482Z | Compiling tokio-tungstenite v0.21.0 |
| 3409 | 2026-08-25T07:47:58.508Z | Compiling primeorder v0.14.0 |
| 3410 | 2026-08-25T07:47:58.683Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3411 | 2026-08-25T07:47:58.813Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3412 | 2026-08-25T07:47:58.831Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3413 | 2026-08-25T07:47:58.944Z | Compiling tabled v0.21.0 |
| 3414 | 2026-08-25T07:47:58.961Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3415 | 2026-08-25T07:47:58.982Z | Compiling curve25519-dalek v5.0.0 |
| 3416 | 2026-08-25T07:47:58.985Z | Compiling unicase v2.9.0 |
| 3417 | 2026-08-25T07:47:59.036Z | Compiling parking_lot v0.11.2 |
| 3418 | 2026-08-25T07:47:59.154Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3419 | 2026-08-25T07:47:59.171Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3420 | 2026-08-25T07:47:59.211Z | Compiling mime_guess v2.0.5 |
| 3421 | 2026-08-25T07:47:59.283Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3422 | 2026-08-25T07:47:59.416Z | Compiling ssh-encoding v0.3.0 |
| 3423 | 2026-08-25T07:47:59.547Z | Compiling progenitor-impl v0.13.0 |
| 3424 | 2026-08-25T07:47:59.594Z | Compiling prefix-trie v0.7.0 |
| 3425 | 2026-08-25T07:47:59.666Z | Compiling fxhash v0.2.1 |
| 3426 | 2026-08-25T07:47:59.701Z | Compiling keccak v0.2.0 |
| 3427 | 2026-08-25T07:47:59.783Z | Compiling crc8 v0.1.1 |
| 3428 | 2026-08-25T07:47:59.843Z | Compiling sled v0.34.7 |
| 3429 | 2026-08-25T07:47:59.943Z | Compiling ed25519 v3.0.0 |
| 3430 | 2026-08-25T07:47:59.959Z | Compiling hickory-server v0.25.2 |
| 3431 | 2026-08-25T07:48:00.022Z | Compiling crypto-primes v0.7.2 |
| 3432 | 2026-08-25T07:48:00.359Z | Compiling progenitor v0.14.0 |
| 3433 | 2026-08-25T07:48:00.378Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3434 | 2026-08-25T07:48:00.398Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3435 | 2026-08-25T07:48:00.551Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3436 | 2026-08-25T07:48:00.655Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3437 | 2026-08-25T07:48:00.815Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3438 | 2026-08-25T07:48:01.087Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3439 | 2026-08-25T07:48:01.146Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3440 | 2026-08-25T07:48:01.203Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3441 | 2026-08-25T07:48:01.349Z | Compiling poly1305 v0.9.0 |
| 3442 | 2026-08-25T07:48:01.540Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3443 | 2026-08-25T07:48:01.765Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3444 | 2026-08-25T07:48:01.850Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3445 | 2026-08-25T07:48:01.853Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3446 | 2026-08-25T07:48:01.921Z | Compiling progenitor-client v0.13.0 |
| 3447 | 2026-08-25T07:48:02.144Z | Compiling blowfish v0.10.0 |
| 3448 | 2026-08-25T07:48:02.252Z | Compiling progenitor-macro v0.13.0 |
| 3449 | 2026-08-25T07:48:02.280Z | Compiling blake2 v0.11.0-rc.6 |
| 3450 | 2026-08-25T07:48:02.297Z | Compiling half v1.8.3 |
| 3451 | 2026-08-25T07:48:02.433Z | Compiling http-range v0.1.5 |
| 3452 | 2026-08-25T07:48:02.464Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3453 | 2026-08-25T07:48:02.648Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3454 | 2026-08-25T07:48:02.796Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3455 | 2026-08-25T07:48:02.906Z | Compiling argon2 v0.6.0-rc.8 |
| 3456 | 2026-08-25T07:48:03.231Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3457 | 2026-08-25T07:48:03.250Z | Compiling serde_cbor v0.11.2 |
| 3458 | 2026-08-25T07:48:03.269Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3459 | 2026-08-25T07:48:03.507Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3460 | 2026-08-25T07:48:03.602Z | Compiling ssh-cipher v0.3.0 |
| 3461 | 2026-08-25T07:48:04.012Z | Compiling rsa v0.10.0-rc.18 |
| 3462 | 2026-08-25T07:48:04.031Z | Compiling ed25519-dalek v3.0.0 |
| 3463 | 2026-08-25T07:48:04.214Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3464 | 2026-08-25T07:48:04.319Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3465 | 2026-08-25T07:48:04.619Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3466 | 2026-08-25T07:48:04.695Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3467 | 2026-08-25T07:48:04.860Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3468 | 2026-08-25T07:48:04.910Z | Compiling sha3 v0.11.0 |
| 3469 | 2026-08-25T07:48:04.930Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3470 | 2026-08-25T07:48:05.151Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3471 | 2026-08-25T07:48:05.179Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3472 | 2026-08-25T07:48:05.306Z | Compiling p521 v0.14.0 |
| 3473 | 2026-08-25T07:48:05.329Z | Compiling p384 v0.14.0 |
| 3474 | 2026-08-25T07:48:05.349Z | Compiling p256 v0.14.0 |
| 3475 | 2026-08-25T07:48:05.561Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3476 | 2026-08-25T07:48:05.579Z | Compiling scuffle v0.1.0 |
| 3477 | 2026-08-25T07:48:06.079Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3478 | 2026-08-25T07:48:06.205Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3479 | 2026-08-25T07:48:06.495Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3480 | 2026-08-25T07:48:06.558Z | Compiling yasna v0.5.2 |
| 3481 | 2026-08-25T07:48:06.656Z | Compiling kstat-rs v0.2.5 |
| 3482 | 2026-08-25T07:48:06.763Z | Compiling headers-core v0.3.0 |
| 3483 | 2026-08-25T07:48:06.914Z | Compiling kem v0.3.0 |
| 3484 | 2026-08-25T07:48:06.984Z | Compiling module-lattice v0.2.3 |
| 3485 | 2026-08-25T07:48:07.034Z | Compiling nanorand v0.7.0 |
| 3486 | 2026-08-25T07:48:07.049Z | Compiling sponge-cursor v0.1.0 |
| 3487 | 2026-08-25T07:48:07.067Z | Compiling rcgen v0.12.1 |
| 3488 | 2026-08-25T07:48:07.217Z | Compiling ml-kem v0.3.2 |
| 3489 | 2026-08-25T07:48:07.263Z | Compiling flume v0.11.1 |
| 3490 | 2026-08-25T07:48:07.281Z | Compiling sha3 v0.12.0 |
| 3491 | 2026-08-25T07:48:07.349Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3492 | 2026-08-25T07:48:07.367Z | Compiling progenitor v0.13.0 |
| 3493 | 2026-08-25T07:48:07.431Z | Compiling headers v0.4.1 |
| 3494 | 2026-08-25T07:48:07.499Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3495 | 2026-08-25T07:48:07.545Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3496 | 2026-08-25T07:48:07.592Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3497 | 2026-08-25T07:48:07.609Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3498 | 2026-08-25T07:48:07.703Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3499 | 2026-08-25T07:48:07.867Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3500 | 2026-08-25T07:48:07.957Z | Compiling hyper-staticfile v0.10.1 |
| 3501 | 2026-08-25T07:48:07.974Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3502 | 2026-08-25T07:48:08.054Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3503 | 2026-08-25T07:48:08.154Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3504 | 2026-08-25T07:48:08.186Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3505 | 2026-08-25T07:48:08.320Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3506 | 2026-08-25T07:48:08.401Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3507 | 2026-08-25T07:48:08.447Z | Compiling ssh-key v0.7.0-rc.11 |
| 3508 | 2026-08-25T07:48:08.478Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3509 | 2026-08-25T07:48:08.551Z | Compiling russh-cryptovec v0.62.0 |
| 3510 | 2026-08-25T07:48:08.601Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3511 | 2026-08-25T07:48:08.666Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3512 | 2026-08-25T07:48:08.726Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3513 | 2026-08-25T07:48:08.778Z | Compiling port-file v0.1.0 |
| 3514 | 2026-08-25T07:48:08.798Z | Compiling num-bigint v0.4.6 |
| 3515 | 2026-08-25T07:48:08.814Z | Compiling generic-array v1.4.3 |
| 3516 | 2026-08-25T07:48:08.831Z | Compiling russh-util v0.52.0 |
| 3517 | 2026-08-25T07:48:08.848Z | Compiling enum_dispatch v0.3.13 |
| 3518 | 2026-08-25T07:48:09.012Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3519 | 2026-08-25T07:48:09.038Z | Compiling delegate v0.13.5 |
| 3520 | 2026-08-25T07:48:09.198Z | Compiling subprocess v0.2.15 |
| 3521 | 2026-08-25T07:48:09.312Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3522 | 2026-08-25T07:48:09.451Z | Compiling display-error-chain v0.2.2 |
| 3523 | 2026-08-25T07:48:09.480Z | Compiling hex-literal v1.1.0 |
| 3524 | 2026-08-25T07:48:09.619Z | Compiling md5 v0.8.0 |
| 3525 | 2026-08-25T07:48:09.663Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3526 | 2026-08-25T07:48:09.768Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3527 | 2026-08-25T07:48:09.872Z | Compiling colored v2.2.0 |
| 3528 | 2026-08-25T07:48:09.919Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3529 | 2026-08-25T07:48:10.019Z | Compiling socket2 v0.5.10 |
| 3530 | 2026-08-25T07:48:10.045Z | Compiling russh v0.62.4 |
| 3531 | 2026-08-25T07:48:10.079Z | Compiling internet-checksum v0.2.1 |
| 3532 | 2026-08-25T07:48:10.187Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3533 | 2026-08-25T07:48:10.250Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3534 | 2026-08-25T07:48:11.379Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3535 | 2026-08-25T07:48:12.972Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3536 | 2026-08-25T07:48:13.680Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3537 | 2026-08-25T07:48:14.224Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3538 | 2026-08-25T07:48:15.648Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3539 | 2026-08-25T07:48:15.898Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3540 | 2026-08-25T07:48:24.981Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3541 | 2026-08-25T07:48:24.982Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3542 | 2026-08-25T07:48:24.985Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3543 | 2026-08-25T07:48:24.985Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3544 | 2026-08-25T07:48:24.985Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3545 | 2026-08-25T07:48:26.781Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3546 | 2026-08-25T07:48:26.873Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3547 | 2026-08-25T07:48:30.973Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3548 | 2026-08-25T07:49:14.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3549 | 2026-08-25T07:49:14.279Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3550 | 2026-08-25T07:49:14.279Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3551 | 2026-08-25T07:49:14.279Z | |
| 3552 | 2026-08-25T07:49:14.279Z | real 1:29.733840820 |
| 3553 | 2026-08-25T07:49:14.279Z | user 8:44.480302891 |
| 3554 | 2026-08-25T07:49:14.280Z | sys 1:42.139095709 |
| 3555 | 2026-08-25T07:49:14.280Z | trap 0.249628693 |
| 3556 | 2026-08-25T07:49:14.280Z | tflt 0.293870631 |
| 3557 | 2026-08-25T07:49:14.280Z | dflt 1.819061665 |
| 3558 | 2026-08-25T07:49:14.280Z | kflt 0.000210976 |
| 3559 | 2026-08-25T07:49:14.280Z | lock 30:58.657123913 |
| 3560 | 2026-08-25T07:49:14.280Z | slp 19:51.523376207 |
| 3561 | 2026-08-25T07:49:14.280Z | lat 40.075114787 |
| 3562 | 2026-08-25T07:49:14.280Z | stop 2:53.954677521 |
| 3563 | 2026-08-25T07:49:14.280Z | + mkdir tests |
| 3564 | 2026-08-25T07:49:14.280Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3565 | 2026-08-25T07:49:14.280Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3566 | 2026-08-25T07:49:14.280Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9c4ac4535e73927a tests/ |
| 3567 | 2026-08-25T07:49:14.280Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-52985dba06057c89 tests/ |
| 3568 | 2026-08-25T07:49:14.280Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33efa6528eeaa9ef tests/ |
| 3569 | 2026-08-25T07:49:14.280Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-afe64764df7810c0 tests/ |
| 3570 | 2026-08-25T07:49:14.280Z | + 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) |
| 3571 | 2026-08-25T07:49:14.280Z | + 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-52985dba06057c89 tests/commtest-33efa6528eeaa9ef tests/dhcp_server-9c4ac4535e73927a tests/end_to_end_tests-afe64764df7810c0 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 |
| 3572 | 2026-08-25T07:50:41.714Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3573 | 2026-08-25T07:50:41.715Z | a .github/buildomat/ci-env.sh 1K |
| 3574 | 2026-08-25T07:50:41.715Z | a out/target/test 1K |
| 3575 | 2026-08-25T07:50:41.715Z | a out/npuzone/npuzone 31102K |
| 3576 | 2026-08-25T07:50:41.715Z | a package-manifest.toml 35K |
| 3577 | 2026-08-25T07:50:41.715Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3578 | 2026-08-25T07:50:41.715Z | a target/release/omicron-package 49452K |
| 3579 | 2026-08-25T07:50:41.715Z | a target/release/xtask 11732K |
| 3580 | 2026-08-25T07:50:41.715Z | a target/debug/bootstrap 440677K |
| 3581 | 2026-08-25T07:50:41.716Z | a tests/bootstrap-52985dba06057c89 34430K |
| 3582 | 2026-08-25T07:50:41.716Z | a tests/commtest-33efa6528eeaa9ef 34431K |
| 3583 | 2026-08-25T07:50:41.716Z | a tests/dhcp_server-9c4ac4535e73927a 34430K |
| 3584 | 2026-08-25T07:50:41.716Z | a tests/end_to_end_tests-afe64764df7810c0 504140K |
| 3585 | 2026-08-25T07:50:41.716Z | a tools/opte_version 1K |
| 3586 | 2026-08-25T07:50:41.716Z | a tools/opte_version_override 2K |
| 3587 | 2026-08-25T07:50:41.716Z | a out/clickhouse.tar.gz 325998K |
| 3588 | 2026-08-25T07:50:41.716Z | a out/clickhouse_keeper.tar.gz 309979K |
| 3589 | 2026-08-25T07:50:41.717Z | a out/clickhouse_server.tar.gz 325995K |
| 3590 | 2026-08-25T07:50:41.717Z | a out/cockroachdb.tar.gz 166882K |
| 3591 | 2026-08-25T07:50:41.717Z | a out/crucible-pantry-zone.tar.gz 39992K |
| 3592 | 2026-08-25T07:50:41.717Z | a out/crucible-utils.tar 18900K |
| 3593 | 2026-08-25T07:50:41.717Z | a out/crucible-zone.tar.gz 54804K |
| 3594 | 2026-08-25T07:50:41.717Z | a out/external-dns.tar.gz 44425K |
| 3595 | 2026-08-25T07:50:41.717Z | a out/internal-dns.tar.gz 44424K |
| 3596 | 2026-08-25T07:50:41.717Z | a out/mg-ddm-gz.tar 114773K |
| 3597 | 2026-08-25T07:50:41.717Z | a out/nexus.tar.gz 355498K |
| 3598 | 2026-08-25T07:50:41.717Z | a out/ntp.tar.gz 31588K |
| 3599 | 2026-08-25T07:50:41.717Z | a out/omicron-gateway-softnpu.tar.gz 29020K |
| 3600 | 2026-08-25T07:50:41.717Z | a out/omicron-sled-agent.tar 240762K |
| 3601 | 2026-08-25T07:50:41.718Z | a out/overlay.tar.gz 4K |
| 3602 | 2026-08-25T07:50:41.718Z | a out/oximeter.tar.gz 68431K |
| 3603 | 2026-08-25T07:50:41.718Z | a out/oxlog.tar 4089K |
| 3604 | 2026-08-25T07:50:41.718Z | a out/probe.tar.gz 1396K |
| 3605 | 2026-08-25T07:50:41.718Z | a out/propolis-server.tar.gz 37940K |
| 3606 | 2026-08-25T07:50:41.718Z | a out/pumpkind-gz.tar 26647K |
| 3607 | 2026-08-25T07:50:41.718Z | a out/switch-softnpu.tar.gz 520299K |
| 3608 | 2026-08-25T07:50:41.726Z | |
| 3609 | 2026-08-25T07:50:41.727Z | real 1:29.286607731 |
| 3610 | 2026-08-25T07:50:41.727Z | user 1:26.410262680 |
| 3611 | 2026-08-25T07:50:41.727Z | sys 4.884790492 |
| 3612 | 2026-08-25T07:50:41.727Z | trap 0.006492448 |
| 3613 | 2026-08-25T07:50:41.727Z | tflt 0.000000000 |
| 3614 | 2026-08-25T07:50:41.727Z | dflt 0.000000000 |
| 3615 | 2026-08-25T07:50:41.727Z | kflt 0.000000000 |
| 3616 | 2026-08-25T07:50:41.727Z | lock 0.000000000 |
| 3617 | 2026-08-25T07:50:41.728Z | slp 1:26.229676180 |
| 3618 | 2026-08-25T07:50:41.728Z | lat 1.037261338 |
| 3619 | 2026-08-25T07:50:41.728Z | stop 0.000191268 |
| 3620 | 2026-08-25T07:50:41.728Z | process exited: duration 1289079 ms, exit code 0 |
| |
| 3621 | 2026-08-25T07:50:41.741Z | found 1 output files |
| 3622 | 2026-08-25T07:50:41.745Z | uploading: /work/package.tar.gz (2753151269 bytes) |
| 3623 | 2026-08-25T07:52:27.524Z | uploaded: /work/package.tar.gz |