|
|
|
| 1 | 2026-08-19T02:29:22.537Z | job assigned to worker 01M0BXGN69NMZTJ6FK62DFHYSH [factory aws, i-0a468671c3e99fb0f] (queued for 1 m 58 s) |
| |
| 2 | 2026-08-19T02:29:29.807Z | starting task 0: "setup" |
| 3 | 2026-08-19T02:29:29.811Z | ++ uname -s |
| 4 | 2026-08-19T02:29:29.815Z | + kern=SunOS |
| 5 | 2026-08-19T02:29:29.815Z | + build_user=build |
| 6 | 2026-08-19T02:29:29.815Z | + build_uid=12345 |
| 7 | 2026-08-19T02:29:29.815Z | + work_dir=/work |
| 8 | 2026-08-19T02:29:29.815Z | + input_dir=/input |
| 9 | 2026-08-19T02:29:29.815Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-19T02:29:29.815Z | + case "$kern" in |
| 11 | 2026-08-19T02:29:29.815Z | + groupadd -g 12345 build |
| 12 | 2026-08-19T02:29:29.819Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-19T02:29:29.823Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-19T02:29:30.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-19T02:29:30.016Z | + home_fs=zfs |
| 16 | 2026-08-19T02:29:30.016Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-19T02:29:30.016Z | + mkdir -p /home/build |
| 18 | 2026-08-19T02:29:30.016Z | + chown build:build /home/build /work |
| 19 | 2026-08-19T02:29:30.019Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-19T02:29:30.022Z | process exited: duration 216 ms, exit code 0 |
| |
| 21 | 2026-08-19T02:29:30.030Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-19T02:29:30.035Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-19T02:29:30.035Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-19T02:29:30.035Z | * rust toolchain profile = "default" |
| 25 | 2026-08-19T02:29:30.035Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-19T02:29:30.035Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-19T02:29:30.035Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-19T02:29:30.039Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-19T02:29:30.039Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-19T02:29:30.147Z | info: downloading installer |
| 31 | 2026-08-19T02:29:31.500Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-19T02:29:31.500Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-19T02:29:31.500Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-19T02:29:31.500Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-19T02:29:31.512Z | info: profile set to default |
| 36 | 2026-08-19T02:29:31.512Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-19T02:29:31.515Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-19T02:29:31.644Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-19T02:29:31.647Z | info: downloading 6 components |
| 40 | 2026-08-19T02:29:45.934Z | |
| 41 | 2026-08-19T02:29:45.934Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-19T02:29:45.962Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-19T02:29:45.962Z | |
| 44 | 2026-08-19T02:29:45.962Z | |
| 45 | 2026-08-19T02:29:45.962Z | Rust is installed now. Great! |
| 46 | 2026-08-19T02:29:45.963Z | |
| 47 | 2026-08-19T02:29:45.963Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-19T02:29:45.963Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-19T02:29:45.963Z | |
| 50 | 2026-08-19T02:29:45.963Z | To configure your current shell, you need to source |
| 51 | 2026-08-19T02:29:45.963Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-19T02:29:45.963Z | |
| 53 | 2026-08-19T02:29:45.963Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-19T02:29:45.963Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-19T02:29:45.963Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-19T02:29:45.963Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-19T02:29:45.963Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-19T02:29:45.963Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-19T02:29:45.963Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-19T02:29:45.967Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-19T02:29:45.967Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-19T02:29:46.066Z | + rustup --version |
| 63 | 2026-08-19T02:29:46.072Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-19T02:29:46.075Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-19T02:29:46.092Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-19T02:29:46.095Z | + cargo --version |
| 67 | 2026-08-19T02:29:46.103Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-19T02:29:46.106Z | + rustc --version |
| 69 | 2026-08-19T02:29:46.126Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-19T02:29:46.130Z | process exited: duration 16099 ms, exit code 0 |
| |
| 71 | 2026-08-19T02:29:46.136Z | starting task 2: "authentication" |
| 72 | 2026-08-19T02:29:46.156Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-08-19T02:29:46.162Z | starting task 3: "clone repository" |
| 74 | 2026-08-19T02:29:46.167Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-19T02:29:46.170Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-19T02:29:46.202Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-19T02:30:03.983Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-19T02:30:03.984Z | + git fetch origin 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c |
| 79 | 2026-08-19T02:30:04.368Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-19T02:30:04.369Z | * branch 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c -> FETCH_HEAD |
| 81 | 2026-08-19T02:30:04.385Z | + [[ -n '' ]] |
| 82 | 2026-08-19T02:30:04.385Z | + git reset --hard 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c |
| 83 | 2026-08-19T02:30:04.638Z | HEAD is now at 9c058b23a rebase on main |
| 84 | 2026-08-19T02:30:04.641Z | process exited: duration 18478 ms, exit code 0 |
| |
| 85 | 2026-08-19T02:30:04.649Z | starting task 4: "build" |
| 86 | 2026-08-19T02:30:04.655Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-19T02:30:04.655Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-19T02:30:04.655Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-19T02:30:04.658Z | +++ uname -s |
| 90 | 2026-08-19T02:30:04.658Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-19T02:30:04.658Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-19T02:30:04.661Z | + cargo --version |
| 93 | 2026-08-19T02:30:04.670Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-19T02:30:04.673Z | + rustc --version |
| 95 | 2026-08-19T02:30:04.693Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-19T02:30:04.696Z | + WORK=/work |
| 97 | 2026-08-19T02:30:04.697Z | + pfexec mkdir -p /work |
| 98 | 2026-08-19T02:30:04.701Z | + pfexec chown build /work |
| 99 | 2026-08-19T02:30:04.704Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-19T02:30:06.656Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-19T02:30:06.975Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-19T02:30:08.739Z | Planning: Solver setup ... Done (1.667s) |
| 103 | 2026-08-19T02:30:08.793Z | Planning: Running solver ... Done (0.054s) |
| 104 | 2026-08-19T02:30:08.833Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-19T02:30:08.847Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-19T02:30:08.866Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-19T02:30:08.880Z | Planning: Package planning ... Done (0.015s) |
| 108 | 2026-08-19T02:30:08.883Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-08-19T02:30:09.043Z | Planning: Checking for conflicting actions ... Done (0.161s) |
| 110 | 2026-08-19T02:30:09.046Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-19T02:30:09.970Z | Planning: Evaluating mediators ... Done (0.925s) |
| 112 | 2026-08-19T02:30:09.973Z | Planning: Planning completed in 2.96 seconds |
| 113 | 2026-08-19T02:30:09.979Z | Packages to install: 2 |
| 114 | 2026-08-19T02:30:09.979Z | Estimated space available: 156.01 GB |
| 115 | 2026-08-19T02:30:09.982Z | Estimated space to be consumed: 69.36 MB |
| 116 | 2026-08-19T02:30:09.982Z | Create boot environment: No |
| 117 | 2026-08-19T02:30:09.982Z | Create backup boot environment: No |
| 118 | 2026-08-19T02:30:09.982Z | Rebuild boot archive: No |
| 119 | 2026-08-19T02:30:09.982Z | |
| 120 | 2026-08-19T02:30:09.983Z | Changed packages: |
| 121 | 2026-08-19T02:30:09.983Z | helios |
| 122 | 2026-08-19T02:30:09.983Z | developer/build-essential |
| 123 | 2026-08-19T02:30:09.983Z | None -> 11-3.0 |
| 124 | 2026-08-19T02:30:09.983Z | library/libxmlsec1 |
| 125 | 2026-08-19T02:30:09.983Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-19T02:30:10.006Z | |
| 127 | 2026-08-19T02:30:10.006Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-19T02:30:10.076Z | Download: Completed 1.28 MB in 0.07 seconds (17.9M/s) |
| 129 | 2026-08-19T02:30:10.125Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-19T02:30:10.163Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-19T02:30:10.196Z | Finalize: Updating package state database ... Done (0.032s) |
| 132 | 2026-08-19T02:30:10.198Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-19T02:30:10.270Z | Finalize: Updating image state ... Done (0.074s) |
| 134 | 2026-08-19T02:30:12.913Z | Finalize: Creating fast lookup database ... Done (2.599s) |
| 135 | 2026-08-19T02:30:12.982Z | Finalize: Reading search index ... Done (0.014s) |
| 136 | 2026-08-19T02:30:12.985Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-19T02:30:13.095Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-19T02:30:13.458Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-19T02:30:13.564Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-19T02:30:13.567Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-19T02:30:13.725Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-19T02:30:13.728Z | Planning: Planning completed in 0.27 seconds |
| 143 | 2026-08-19T02:30:13.748Z | Mediators to change: 2 |
| 144 | 2026-08-19T02:30:13.750Z | Create boot environment: No |
| 145 | 2026-08-19T02:30:13.750Z | Create backup boot environment: No |
| 146 | 2026-08-19T02:30:13.797Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-19T02:30:13.797Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-19T02:30:13.841Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-19T02:30:15.791Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-19T02:30:15.850Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-19T02:30:15.853Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-19T02:30:15.937Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-19T02:30:16.224Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-19T02:30:16.330Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-19T02:30:16.334Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-19T02:30:16.489Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-19T02:30:16.492Z | Planning: Planning completed in 0.27 seconds |
| 158 | 2026-08-19T02:30:16.513Z | Mediators to change: 1 |
| 159 | 2026-08-19T02:30:16.513Z | Create boot environment: No |
| 160 | 2026-08-19T02:30:16.513Z | Create backup boot environment: No |
| 161 | 2026-08-19T02:30:16.558Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-19T02:30:16.558Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-19T02:30:16.605Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-19T02:30:18.562Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-19T02:30:18.627Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-19T02:30:18.631Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-19T02:30:18.696Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-19T02:30:19.008Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-19T02:30:19.008Z | apache system 2.4 system |
| 170 | 2026-08-19T02:30:19.008Z | clang system 15 system |
| 171 | 2026-08-19T02:30:19.008Z | csh system system illumos |
| 172 | 2026-08-19T02:30:19.009Z | ctags system system illumos |
| 173 | 2026-08-19T02:30:19.009Z | file vendor vendor darwinsys |
| 174 | 2026-08-19T02:30:19.009Z | file system system illumos |
| 175 | 2026-08-19T02:30:19.009Z | gcc vendor 14 vendor |
| 176 | 2026-08-19T02:30:19.009Z | gcc system 13 system |
| 177 | 2026-08-19T02:30:19.009Z | gcc system 10 system |
| 178 | 2026-08-19T02:30:19.009Z | go system 1.25 system |
| 179 | 2026-08-19T02:30:19.009Z | llvm system 15 system |
| 180 | 2026-08-19T02:30:19.009Z | mariadb system 11.4 system |
| 181 | 2026-08-19T02:30:19.009Z | mta vendor vendor dma |
| 182 | 2026-08-19T02:30:19.009Z | openjdk system 17 system |
| 183 | 2026-08-19T02:30:19.009Z | openjdk system 11 system |
| 184 | 2026-08-19T02:30:19.009Z | openssl vendor 3 vendor |
| 185 | 2026-08-19T02:30:19.009Z | perl system 5.40 system |
| 186 | 2026-08-19T02:30:19.009Z | postgresql system 18 system |
| 187 | 2026-08-19T02:30:19.009Z | postgresql system 17 system |
| 188 | 2026-08-19T02:30:19.009Z | python vendor 3 vendor |
| 189 | 2026-08-19T02:30:19.009Z | python system 2 system |
| 190 | 2026-08-19T02:30:19.009Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-19T02:30:19.009Z | ruby system 3.4 system |
| 192 | 2026-08-19T02:30:19.009Z | ruby system 3.0 system |
| 193 | 2026-08-19T02:30:19.009Z | words vendor vendor american-english |
| 194 | 2026-08-19T02:30:19.009Z | words system system australian-english |
| 195 | 2026-08-19T02:30:19.009Z | words system system british-english |
| 196 | 2026-08-19T02:30:19.009Z | words system system canadian-english |
| 197 | 2026-08-19T02:30:19.009Z | words system system french |
| 198 | 2026-08-19T02:30:19.009Z | words system system italian |
| 199 | 2026-08-19T02:30:19.009Z | words system system ngerman |
| 200 | 2026-08-19T02:30:19.009Z | words system system ogerman |
| 201 | 2026-08-19T02:30:19.009Z | words system system spanish |
| 202 | 2026-08-19T02:30:19.261Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-19T02:30:19.262Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-19T02:30:19.712Z | FMRI IFO |
| 205 | 2026-08-19T02:30:19.712Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-19T02:30:19.712Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-19T02:30:19.712Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-19T02:30:19.712Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-19T02:30:19.712Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-19T02:30:19.713Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-19T02:30:19.713Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-19T02:30:19.713Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-19T02:30:19.713Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-19T02:30:20.033Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-19T02:30:20.370Z | Updating crates.io index |
| 216 | 2026-08-19T02:30:20.376Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-19T02:30:20.661Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-19T02:30:21.049Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-08-19T02:30:22.342Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-08-19T02:30:22.971Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-08-19T02:30:25.028Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-08-19T02:30:26.080Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-08-19T02:30:26.409Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-08-19T02:30:26.809Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-08-19T02:30:28.161Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-08-19T02:30:28.479Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-08-19T02:30:28.941Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-08-19T02:30:29.226Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 229 | 2026-08-19T02:30:29.505Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 230 | 2026-08-19T02:30:29.818Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 231 | 2026-08-19T02:30:30.123Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-08-19T02:30:30.445Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-08-19T02:30:30.763Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 234 | 2026-08-19T02:30:31.321Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 235 | 2026-08-19T02:30:31.703Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 236 | 2026-08-19T02:30:32.089Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 237 | 2026-08-19T02:30:32.407Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 238 | 2026-08-19T02:30:33.035Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 239 | 2026-08-19T02:30:33.422Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-08-19T02:30:33.690Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-08-19T02:30:34.174Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-08-19T02:30:34.473Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-19T02:30:34.771Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-08-19T02:30:35.179Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-08-19T02:30:35.432Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 246 | 2026-08-19T02:30:35.770Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-08-19T02:30:36.237Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 248 | 2026-08-19T02:30:36.758Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-08-19T02:30:37.041Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 250 | 2026-08-19T02:30:37.320Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 251 | 2026-08-19T02:30:37.629Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 252 | 2026-08-19T02:30:37.949Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 253 | 2026-08-19T02:30:38.238Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-08-19T02:30:38.519Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-08-19T02:30:38.834Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-08-19T02:30:39.111Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-08-19T02:30:39.394Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-19T02:30:42.072Z | Downloading crates ... |
| 259 | 2026-08-19T02:30:42.127Z | Downloaded dtrace-parser v0.2.0 |
| 260 | 2026-08-19T02:30:42.132Z | Downloaded anstream v1.0.0 |
| 261 | 2026-08-19T02:30:42.137Z | Downloaded bitflags v2.11.0 |
| 262 | 2026-08-19T02:30:42.137Z | Downloaded fastrand v2.3.0 |
| 263 | 2026-08-19T02:30:42.141Z | Downloaded anstyle v1.0.14 |
| 264 | 2026-08-19T02:30:42.141Z | Downloaded thread-id v4.2.2 |
| 265 | 2026-08-19T02:30:42.141Z | Downloaded zerocopy-derive v0.7.35 |
| 266 | 2026-08-19T02:30:42.145Z | Downloaded equivalent v1.0.2 |
| 267 | 2026-08-19T02:30:42.145Z | Downloaded fnv v1.0.7 |
| 268 | 2026-08-19T02:30:42.148Z | Downloaded getrandom v0.3.4 |
| 269 | 2026-08-19T02:30:42.153Z | Downloaded terminal_size v0.4.3 |
| 270 | 2026-08-19T02:30:42.153Z | Downloaded crypto-common v0.1.7 |
| 271 | 2026-08-19T02:30:42.158Z | Downloaded itoa v1.0.17 |
| 272 | 2026-08-19T02:30:42.158Z | Downloaded zerocopy v0.7.35 |
| 273 | 2026-08-19T02:30:42.162Z | Downloaded zmij v1.0.21 |
| 274 | 2026-08-19T02:30:42.165Z | Downloaded toml_edit v0.22.27 |
| 275 | 2026-08-19T02:30:42.165Z | Downloaded ucd-trie v0.1.7 |
| 276 | 2026-08-19T02:30:42.169Z | Downloaded clap_derive v4.6.1 |
| 277 | 2026-08-19T02:30:42.172Z | Downloaded cfg-if v1.0.4 |
| 278 | 2026-08-19T02:30:42.175Z | Downloaded generic-array v0.14.7 |
| 279 | 2026-08-19T02:30:42.180Z | Downloaded block-buffer v0.10.4 |
| 280 | 2026-08-19T02:30:42.183Z | Downloaded is_terminal_polyfill v1.70.2 |
| 281 | 2026-08-19T02:30:42.183Z | Downloaded memmap v0.7.0 |
| 282 | 2026-08-19T02:30:42.183Z | Downloaded heck v0.4.1 |
| 283 | 2026-08-19T02:30:42.189Z | Downloaded fs-err v3.3.0 |
| 284 | 2026-08-19T02:30:42.193Z | Downloaded digest v0.10.7 |
| 285 | 2026-08-19T02:30:42.193Z | Downloaded pest_meta v2.8.6 |
| 286 | 2026-08-19T02:30:42.193Z | Downloaded heck v0.5.0 |
| 287 | 2026-08-19T02:30:42.202Z | Downloaded bytecount v0.6.9 |
| 288 | 2026-08-19T02:30:42.208Z | Downloaded camino-tempfile v1.4.1 |
| 289 | 2026-08-19T02:30:42.208Z | Downloaded anyhow v1.0.104 |
| 290 | 2026-08-19T02:30:42.211Z | Downloaded macaddr v1.0.1 |
| 291 | 2026-08-19T02:30:42.211Z | Downloaded usdt v0.5.0 |
| 292 | 2026-08-19T02:30:42.211Z | Downloaded errno v0.3.14 |
| 293 | 2026-08-19T02:30:42.211Z | Downloaded anstyle-query v1.1.5 |
| 294 | 2026-08-19T02:30:42.214Z | Downloaded cargo-platform v0.3.2 |
| 295 | 2026-08-19T02:30:42.218Z | Downloaded cpufeatures v0.2.17 |
| 296 | 2026-08-19T02:30:42.221Z | Downloaded utf8parse v0.2.2 |
| 297 | 2026-08-19T02:30:42.226Z | Downloaded strsim v0.11.1 |
| 298 | 2026-08-19T02:30:42.229Z | Downloaded proc-macro-error-attr v1.0.4 |
| 299 | 2026-08-19T02:30:42.238Z | Downloaded autocfg v1.5.0 |
| 300 | 2026-08-19T02:30:42.240Z | Downloaded camino v1.2.5 |
| 301 | 2026-08-19T02:30:42.245Z | Downloaded usdt-attr-macro v0.5.0 |
| 302 | 2026-08-19T02:30:42.248Z | Downloaded toml_datetime v0.6.11 |
| 303 | 2026-08-19T02:30:42.251Z | Downloaded smawk v0.3.2 |
| 304 | 2026-08-19T02:30:42.264Z | Downloaded swrite v0.1.0 |
| 305 | 2026-08-19T02:30:42.270Z | Downloaded pretty-hex v0.4.1 |
| 306 | 2026-08-19T02:30:42.270Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-08-19T02:30:42.270Z | Downloaded unicode-linebreak v0.1.5 |
| 308 | 2026-08-19T02:30:42.270Z | Downloaded clap_lex v1.0.0 |
| 309 | 2026-08-19T02:30:42.270Z | Downloaded dof v0.3.0 |
| 310 | 2026-08-19T02:30:42.270Z | Downloaded serde_spanned v0.6.9 |
| 311 | 2026-08-19T02:30:42.274Z | Downloaded colorchoice v1.0.4 |
| 312 | 2026-08-19T02:30:42.277Z | Downloaded tabled_derive v0.7.0 |
| 313 | 2026-08-19T02:30:42.277Z | Downloaded version_check v0.9.5 |
| 314 | 2026-08-19T02:30:42.277Z | Downloaded plain v0.2.3 |
| 315 | 2026-08-19T02:30:42.277Z | Downloaded proc-macro-error v1.0.4 |
| 316 | 2026-08-19T02:30:42.280Z | Downloaded thiserror-impl v1.0.69 |
| 317 | 2026-08-19T02:30:42.281Z | Downloaded thiserror v2.0.18 |
| 318 | 2026-08-19T02:30:42.286Z | Downloaded once_cell v1.21.3 |
| 319 | 2026-08-19T02:30:42.289Z | Downloaded scroll v0.12.0 |
| 320 | 2026-08-19T02:30:42.289Z | Downloaded serde_tokenstream v0.2.3 |
| 321 | 2026-08-19T02:30:42.289Z | Downloaded thiserror-impl v2.0.18 |
| 322 | 2026-08-19T02:30:42.295Z | Downloaded usdt-impl v0.5.0 |
| 323 | 2026-08-19T02:30:42.298Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2026-08-19T02:30:42.299Z | Downloaded scroll_derive v0.12.1 |
| 325 | 2026-08-19T02:30:42.299Z | Downloaded toml_write v0.1.2 |
| 326 | 2026-08-19T02:30:42.303Z | Downloaded quote v1.0.45 |
| 327 | 2026-08-19T02:30:42.307Z | Downloaded byteorder v1.5.0 |
| 328 | 2026-08-19T02:30:42.307Z | Downloaded sha2 v0.10.9 |
| 329 | 2026-08-19T02:30:42.307Z | Downloaded cargo_metadata v0.23.1 |
| 330 | 2026-08-19T02:30:42.314Z | Downloaded thiserror v1.0.69 |
| 331 | 2026-08-19T02:30:42.314Z | Downloaded anstyle-parse v1.0.0 |
| 332 | 2026-08-19T02:30:42.322Z | Downloaded pest_generator v2.8.6 |
| 333 | 2026-08-19T02:30:42.332Z | Downloaded toml v0.8.23 |
| 334 | 2026-08-19T02:30:42.335Z | Downloaded semver v1.0.28 |
| 335 | 2026-08-19T02:30:42.345Z | Downloaded log v0.4.33 |
| 336 | 2026-08-19T02:30:42.352Z | Downloaded pest_derive v2.8.6 |
| 337 | 2026-08-19T02:30:42.359Z | Downloaded serde_derive v1.0.228 |
| 338 | 2026-08-19T02:30:42.359Z | Downloaded serde_core v1.0.228 |
| 339 | 2026-08-19T02:30:42.363Z | Downloaded clap v4.6.1 |
| 340 | 2026-08-19T02:30:42.363Z | Downloaded unicode-ident v1.0.24 |
| 341 | 2026-08-19T02:30:42.363Z | Downloaded textwrap v0.16.2 |
| 342 | 2026-08-19T02:30:42.374Z | Downloaded tempfile v3.27.0 |
| 343 | 2026-08-19T02:30:42.377Z | Downloaded proc-macro2 v1.0.106 |
| 344 | 2026-08-19T02:30:42.381Z | Downloaded hashbrown v0.17.0 |
| 345 | 2026-08-19T02:30:42.393Z | Downloaded memchr v2.8.0 |
| 346 | 2026-08-19T02:30:42.402Z | Downloaded serde v1.0.228 |
| 347 | 2026-08-19T02:30:42.413Z | Downloaded indexmap v2.14.0 |
| 348 | 2026-08-19T02:30:42.420Z | Downloaded papergrid v0.11.0 |
| 349 | 2026-08-19T02:30:42.423Z | Downloaded typenum v1.20.1 |
| 350 | 2026-08-19T02:30:42.429Z | Downloaded goblin v0.8.2 |
| 351 | 2026-08-19T02:30:42.456Z | Downloaded pest v2.8.6 |
| 352 | 2026-08-19T02:30:42.460Z | Downloaded clap_builder v4.6.0 |
| 353 | 2026-08-19T02:30:42.467Z | Downloaded serde_json v1.0.151 |
| 354 | 2026-08-19T02:30:42.478Z | Downloaded winnow v0.7.14 |
| 355 | 2026-08-19T02:30:42.489Z | Downloaded tabled v0.15.0 |
| 356 | 2026-08-19T02:30:42.508Z | Downloaded syn v1.0.109 |
| 357 | 2026-08-19T02:30:42.519Z | Downloaded unicode-width v0.1.14 |
| 358 | 2026-08-19T02:30:42.526Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-08-19T02:30:42.532Z | Downloaded syn v2.0.117 |
| 360 | 2026-08-19T02:30:42.535Z | Downloaded rustix v1.1.4 |
| 361 | 2026-08-19T02:30:42.571Z | Downloaded libc v0.2.185 |
| 362 | 2026-08-19T02:30:42.633Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-08-19T02:30:42.633Z | Compiling unicode-ident v1.0.24 |
| 364 | 2026-08-19T02:30:42.633Z | Compiling quote v1.0.45 |
| 365 | 2026-08-19T02:30:42.633Z | Compiling serde_core v1.0.228 |
| 366 | 2026-08-19T02:30:42.637Z | Compiling libc v0.2.185 |
| 367 | 2026-08-19T02:30:42.637Z | Compiling version_check v0.9.5 |
| 368 | 2026-08-19T02:30:42.637Z | Compiling memchr v2.8.0 |
| 369 | 2026-08-19T02:30:42.637Z | Compiling serde v1.0.228 |
| 370 | 2026-08-19T02:30:42.637Z | Compiling zmij v1.0.21 |
| 371 | 2026-08-19T02:30:42.637Z | Compiling thiserror v1.0.69 |
| 372 | 2026-08-19T02:30:42.871Z | Compiling itoa v1.0.17 |
| 373 | 2026-08-19T02:30:42.876Z | Compiling ucd-trie v0.1.7 |
| 374 | 2026-08-19T02:30:42.876Z | Compiling byteorder v1.5.0 |
| 375 | 2026-08-19T02:30:42.876Z | Compiling rustix v1.1.4 |
| 376 | 2026-08-19T02:30:43.074Z | Compiling bitflags v2.11.0 |
| 377 | 2026-08-19T02:30:43.167Z | Compiling serde_json v1.0.151 |
| 378 | 2026-08-19T02:30:43.281Z | Compiling syn v1.0.109 |
| 379 | 2026-08-19T02:30:43.286Z | Compiling camino v1.2.5 |
| 380 | 2026-08-19T02:30:43.286Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-08-19T02:30:43.390Z | Compiling pest v2.8.6 |
| 382 | 2026-08-19T02:30:43.427Z | Compiling usdt-impl v0.5.0 |
| 383 | 2026-08-19T02:30:43.511Z | Compiling proc-macro-error v1.0.4 |
| 384 | 2026-08-19T02:30:43.516Z | Compiling equivalent v1.0.2 |
| 385 | 2026-08-19T02:30:43.548Z | Compiling utf8parse v0.2.2 |
| 386 | 2026-08-19T02:30:43.638Z | Compiling log v0.4.33 |
| 387 | 2026-08-19T02:30:43.641Z | Compiling plain v0.2.3 |
| 388 | 2026-08-19T02:30:43.641Z | Compiling getrandom v0.3.4 |
| 389 | 2026-08-19T02:30:43.732Z | Compiling hashbrown v0.17.0 |
| 390 | 2026-08-19T02:30:43.751Z | Compiling anstyle-parse v1.0.0 |
| 391 | 2026-08-19T02:30:43.771Z | Compiling is_terminal_polyfill v1.70.2 |
| 392 | 2026-08-19T02:30:43.858Z | Compiling colorchoice v1.0.4 |
| 393 | 2026-08-19T02:30:43.874Z | Compiling thiserror v2.0.18 |
| 394 | 2026-08-19T02:30:43.944Z | Compiling anstyle-query v1.1.5 |
| 395 | 2026-08-19T02:30:43.944Z | Compiling cfg-if v1.0.4 |
| 396 | 2026-08-19T02:30:43.978Z | Compiling pretty-hex v0.4.1 |
| 397 | 2026-08-19T02:30:43.982Z | Compiling anstyle v1.0.14 |
| 398 | 2026-08-19T02:30:44.016Z | Compiling winnow v0.7.14 |
| 399 | 2026-08-19T02:30:44.021Z | Compiling autocfg v1.5.0 |
| 400 | 2026-08-19T02:30:44.049Z | Compiling toml_write v0.1.2 |
| 401 | 2026-08-19T02:30:44.053Z | Compiling heck v0.5.0 |
| 402 | 2026-08-19T02:30:44.087Z | Compiling errno v0.3.14 |
| 403 | 2026-08-19T02:30:44.090Z | Compiling thread-id v4.2.2 |
| 404 | 2026-08-19T02:30:44.257Z | Compiling anstream v1.0.0 |
| 405 | 2026-08-19T02:30:44.287Z | Compiling anyhow v1.0.104 |
| 406 | 2026-08-19T02:30:44.306Z | Compiling fastrand v2.3.0 |
| 407 | 2026-08-19T02:30:44.323Z | Compiling once_cell v1.21.3 |
| 408 | 2026-08-19T02:30:44.358Z | Compiling syn v2.0.117 |
| 409 | 2026-08-19T02:30:44.414Z | Compiling indexmap v2.14.0 |
| 410 | 2026-08-19T02:30:44.480Z | Compiling pest_meta v2.8.6 |
| 411 | 2026-08-19T02:30:44.504Z | Compiling fs-err v3.3.0 |
| 412 | 2026-08-19T02:30:44.577Z | Compiling bytecount v0.6.9 |
| 413 | 2026-08-19T02:30:44.601Z | Compiling clap_lex v1.0.0 |
| 414 | 2026-08-19T02:30:44.604Z | Compiling fnv v1.0.7 |
| 415 | 2026-08-19T02:30:44.638Z | Compiling heck v0.4.1 |
| 416 | 2026-08-19T02:30:44.708Z | Compiling strsim v0.11.1 |
| 417 | 2026-08-19T02:30:44.735Z | Compiling unicode-width v0.1.14 |
| 418 | 2026-08-19T02:30:44.769Z | Compiling memmap v0.7.0 |
| 419 | 2026-08-19T02:30:44.847Z | Compiling smawk v0.3.2 |
| 420 | 2026-08-19T02:30:44.875Z | Compiling unicode-width v0.2.0 |
| 421 | 2026-08-19T02:30:44.893Z | Compiling unicode-linebreak v0.1.5 |
| 422 | 2026-08-19T02:30:44.987Z | Compiling papergrid v0.11.0 |
| 423 | 2026-08-19T02:30:45.023Z | Compiling swrite v0.1.0 |
| 424 | 2026-08-19T02:30:45.081Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-08-19T02:30:45.084Z | Compiling tempfile v3.27.0 |
| 426 | 2026-08-19T02:30:45.173Z | Compiling semver v1.0.28 |
| 427 | 2026-08-19T02:30:45.202Z | Compiling clap_builder v4.6.0 |
| 428 | 2026-08-19T02:30:45.243Z | Compiling cargo-platform v0.3.2 |
| 429 | 2026-08-19T02:30:45.301Z | Compiling textwrap v0.16.2 |
| 430 | 2026-08-19T02:30:45.439Z | Compiling camino-tempfile v1.4.1 |
| 431 | 2026-08-19T02:30:45.917Z | Compiling tabled_derive v0.7.0 |
| 432 | 2026-08-19T02:30:46.492Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-08-19T02:30:46.601Z | Compiling tabled v0.15.0 |
| 434 | 2026-08-19T02:30:46.979Z | Compiling serde_derive v1.0.228 |
| 435 | 2026-08-19T02:30:46.986Z | Compiling thiserror-impl v1.0.69 |
| 436 | 2026-08-19T02:30:46.986Z | Compiling zerocopy-derive v0.7.35 |
| 437 | 2026-08-19T02:30:46.986Z | Compiling scroll_derive v0.12.1 |
| 438 | 2026-08-19T02:30:46.986Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-08-19T02:30:46.986Z | Compiling clap_derive v4.6.1 |
| 440 | 2026-08-19T02:30:47.064Z | Compiling pest_derive v2.8.6 |
| 441 | 2026-08-19T02:30:47.578Z | Compiling scroll v0.12.0 |
| 442 | 2026-08-19T02:30:47.693Z | Compiling zerocopy v0.7.35 |
| 443 | 2026-08-19T02:30:47.788Z | Compiling goblin v0.8.2 |
| 444 | 2026-08-19T02:30:47.991Z | Compiling dtrace-parser v0.2.0 |
| 445 | 2026-08-19T02:30:48.291Z | Compiling clap v4.6.1 |
| 446 | 2026-08-19T02:30:49.406Z | Compiling dof v0.3.0 |
| 447 | 2026-08-19T02:30:49.406Z | Compiling serde_tokenstream v0.2.3 |
| 448 | 2026-08-19T02:30:49.422Z | Compiling toml_datetime v0.6.11 |
| 449 | 2026-08-19T02:30:49.426Z | Compiling serde_spanned v0.6.9 |
| 450 | 2026-08-19T02:30:49.426Z | Compiling macaddr v1.0.1 |
| 451 | 2026-08-19T02:30:49.426Z | Compiling cargo_metadata v0.23.1 |
| 452 | 2026-08-19T02:30:49.426Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 453 | 2026-08-19T02:30:49.642Z | Compiling toml_edit v0.22.27 |
| 454 | 2026-08-19T02:30:50.093Z | Compiling usdt-macro v0.5.0 |
| 455 | 2026-08-19T02:30:50.093Z | Compiling usdt-attr-macro v0.5.0 |
| 456 | 2026-08-19T02:30:50.701Z | Compiling usdt v0.5.0 |
| 457 | 2026-08-19T02:30:50.908Z | Compiling toml v0.8.23 |
| 458 | 2026-08-19T02:30:51.223Z | Compiling cargo_toml v0.21.0 |
| 459 | 2026-08-19T02:30:52.489Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 460 | 2026-08-19T02:30:54.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.69s |
| 461 | 2026-08-19T02:30:54.762Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 462 | 2026-08-19T02:30:55.275Z | Downloading crates ... |
| 463 | 2026-08-19T02:30:55.338Z | Downloaded ahash v0.8.12 |
| 464 | 2026-08-19T02:30:55.341Z | Downloaded argon2 v0.6.0-rc.8 |
| 465 | 2026-08-19T02:30:55.344Z | Downloaded adler2 v2.0.1 |
| 466 | 2026-08-19T02:30:55.344Z | Downloaded allocator-api2 v0.2.21 |
| 467 | 2026-08-19T02:30:55.344Z | Downloaded bitfield-struct v0.6.2 |
| 468 | 2026-08-19T02:30:55.344Z | Downloaded async-recursion v1.1.1 |
| 469 | 2026-08-19T02:30:55.347Z | Downloaded cipher v0.4.4 |
| 470 | 2026-08-19T02:30:55.347Z | Downloaded async-stream v0.3.6 |
| 471 | 2026-08-19T02:30:55.350Z | Downloaded bitfield-macros v0.19.4 |
| 472 | 2026-08-19T02:30:55.350Z | Downloaded embedded-io v0.6.1 |
| 473 | 2026-08-19T02:30:55.350Z | Downloaded backoff v0.4.0 |
| 474 | 2026-08-19T02:30:55.351Z | Downloaded cmake v0.1.57 |
| 475 | 2026-08-19T02:30:55.351Z | Downloaded foreign-types-shared v0.3.1 |
| 476 | 2026-08-19T02:30:55.353Z | Downloaded futures-task v0.3.32 |
| 477 | 2026-08-19T02:30:55.358Z | Downloaded anstream v0.6.21 |
| 478 | 2026-08-19T02:30:55.358Z | Downloaded aead v0.6.1 |
| 479 | 2026-08-19T02:30:55.358Z | Downloaded addr2line v0.25.1 |
| 480 | 2026-08-19T02:30:55.358Z | Downloaded erased-serde v0.3.31 |
| 481 | 2026-08-19T02:30:55.358Z | Downloaded const-oid v0.10.2 |
| 482 | 2026-08-19T02:30:55.361Z | Downloaded ghash v0.6.0 |
| 483 | 2026-08-19T02:30:55.361Z | Downloaded bit-set v0.5.3 |
| 484 | 2026-08-19T02:30:55.361Z | Downloaded embedded-io v0.4.0 |
| 485 | 2026-08-19T02:30:55.361Z | Downloaded async-stream-impl v0.3.6 |
| 486 | 2026-08-19T02:30:55.364Z | Downloaded base64ct v1.8.3 |
| 487 | 2026-08-19T02:30:55.367Z | Downloaded fs_extra v1.3.0 |
| 488 | 2026-08-19T02:30:55.367Z | Downloaded atty v0.2.14 |
| 489 | 2026-08-19T02:30:55.367Z | Downloaded backon v1.6.0 |
| 490 | 2026-08-19T02:30:55.370Z | Downloaded fd-lock v4.0.4 |
| 491 | 2026-08-19T02:30:55.370Z | Downloaded funty v2.0.0 |
| 492 | 2026-08-19T02:30:55.370Z | Downloaded array-init v0.0.4 |
| 493 | 2026-08-19T02:30:55.370Z | Downloaded backtrace-ext v0.2.1 |
| 494 | 2026-08-19T02:30:55.370Z | Downloaded bit-vec v0.6.3 |
| 495 | 2026-08-19T02:30:55.373Z | Downloaded endian-type v0.1.2 |
| 496 | 2026-08-19T02:30:55.373Z | Downloaded enum-as-inner v0.6.1 |
| 497 | 2026-08-19T02:30:55.373Z | Downloaded foreign-types v0.5.0 |
| 498 | 2026-08-19T02:30:55.373Z | Downloaded hash32 v0.2.1 |
| 499 | 2026-08-19T02:30:55.373Z | Downloaded argon2 v0.5.3 |
| 500 | 2026-08-19T02:30:55.376Z | Downloaded atomic-waker v1.1.2 |
| 501 | 2026-08-19T02:30:55.379Z | Downloaded atomicwrites v0.4.4 |
| 502 | 2026-08-19T02:30:55.379Z | Downloaded fatfs v0.3.6 |
| 503 | 2026-08-19T02:30:55.380Z | Downloaded async-compression v0.4.41 |
| 504 | 2026-08-19T02:30:55.383Z | Downloaded arrayvec v0.7.6 |
| 505 | 2026-08-19T02:30:55.383Z | Downloaded filetime v0.2.27 |
| 506 | 2026-08-19T02:30:55.386Z | Downloaded float-cmp v0.10.0 |
| 507 | 2026-08-19T02:30:55.386Z | Downloaded group v0.13.0 |
| 508 | 2026-08-19T02:30:55.386Z | Downloaded ff v0.13.1 |
| 509 | 2026-08-19T02:30:55.386Z | Downloaded arc-swap v1.8.2 |
| 510 | 2026-08-19T02:30:55.390Z | Downloaded aead v0.5.2 |
| 511 | 2026-08-19T02:30:55.390Z | Downloaded arrayref v0.3.9 |
| 512 | 2026-08-19T02:30:55.390Z | Downloaded fs-err v2.11.0 |
| 513 | 2026-08-19T02:30:55.393Z | Downloaded ascii-canvas v3.0.0 |
| 514 | 2026-08-19T02:30:55.393Z | Downloaded half v1.8.3 |
| 515 | 2026-08-19T02:30:55.393Z | Downloaded assert_matches v1.5.0 |
| 516 | 2026-08-19T02:30:55.393Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 517 | 2026-08-19T02:30:55.393Z | Downloaded futures-io v0.3.32 |
| 518 | 2026-08-19T02:30:55.393Z | Downloaded anstyle-parse v0.2.7 |
| 519 | 2026-08-19T02:30:55.396Z | Downloaded futures-macro v0.3.32 |
| 520 | 2026-08-19T02:30:55.396Z | Downloaded fxhash v0.2.1 |
| 521 | 2026-08-19T02:30:55.399Z | Downloaded float-ord v0.3.2 |
| 522 | 2026-08-19T02:30:55.399Z | Downloaded gethostname v0.5.0 |
| 523 | 2026-08-19T02:30:55.399Z | Downloaded group v0.14.0 |
| 524 | 2026-08-19T02:30:55.402Z | Downloaded bit-set v0.8.0 |
| 525 | 2026-08-19T02:30:55.402Z | Downloaded find-msvc-tools v0.1.9 |
| 526 | 2026-08-19T02:30:55.406Z | Downloaded base16ct v0.2.0 |
| 527 | 2026-08-19T02:30:55.406Z | Downloaded bb8 v0.8.6 |
| 528 | 2026-08-19T02:30:55.407Z | Downloaded block-padding v0.4.2 |
| 529 | 2026-08-19T02:30:55.408Z | Downloaded env_filter v2.0.0 |
| 530 | 2026-08-19T02:30:55.412Z | Downloaded fixedbitset v0.4.2 |
| 531 | 2026-08-19T02:30:55.412Z | Downloaded foreign-types-shared v0.1.1 |
| 532 | 2026-08-19T02:30:55.412Z | Downloaded async-trait v0.1.89 |
| 533 | 2026-08-19T02:30:55.412Z | Downloaded foreign-types v0.3.2 |
| 534 | 2026-08-19T02:30:55.412Z | Downloaded futures-core v0.3.32 |
| 535 | 2026-08-19T02:30:55.412Z | Downloaded globwalk v0.9.1 |
| 536 | 2026-08-19T02:30:55.412Z | Downloaded httpdate v1.0.3 |
| 537 | 2026-08-19T02:30:55.415Z | Downloaded hubpack v0.1.2 |
| 538 | 2026-08-19T02:30:55.415Z | Downloaded castaway v0.2.4 |
| 539 | 2026-08-19T02:30:55.415Z | Downloaded hex-literal v1.1.0 |
| 540 | 2026-08-19T02:30:55.418Z | Downloaded flagset v0.4.7 |
| 541 | 2026-08-19T02:30:55.421Z | Downloaded fixedbitset v0.5.7 |
| 542 | 2026-08-19T02:30:55.424Z | Downloaded ff v0.14.0 |
| 543 | 2026-08-19T02:30:55.424Z | Downloaded form_urlencoded v1.2.2 |
| 544 | 2026-08-19T02:30:55.427Z | Downloaded cfg_aliases v0.1.1 |
| 545 | 2026-08-19T02:30:55.427Z | Downloaded cfg_aliases v0.2.1 |
| 546 | 2026-08-19T02:30:55.427Z | Downloaded ena v0.14.4 |
| 547 | 2026-08-19T02:30:55.427Z | Downloaded futures-executor v0.3.32 |
| 548 | 2026-08-19T02:30:55.430Z | Downloaded futures-sink v0.3.32 |
| 549 | 2026-08-19T02:30:55.430Z | Downloaded ciborium-io v0.2.2 |
| 550 | 2026-08-19T02:30:55.433Z | Downloaded bit-vec v0.8.0 |
| 551 | 2026-08-19T02:30:55.433Z | Downloaded home v0.5.12 |
| 552 | 2026-08-19T02:30:55.436Z | Downloaded foreign-types-macros v0.2.3 |
| 553 | 2026-08-19T02:30:55.436Z | Downloaded hostname v0.3.1 |
| 554 | 2026-08-19T02:30:55.439Z | Downloaded cobs v0.3.0 |
| 555 | 2026-08-19T02:30:55.439Z | Downloaded hostname v0.4.2 |
| 556 | 2026-08-19T02:30:55.442Z | Downloaded password-hash v0.6.1 |
| 557 | 2026-08-19T02:30:55.445Z | Downloaded hex v0.4.3 |
| 558 | 2026-08-19T02:30:55.445Z | Downloaded http-range v0.1.5 |
| 559 | 2026-08-19T02:30:55.445Z | Downloaded base16ct v1.0.0 |
| 560 | 2026-08-19T02:30:55.445Z | Downloaded http-body v1.0.1 |
| 561 | 2026-08-19T02:30:55.448Z | Downloaded hash32 v0.3.1 |
| 562 | 2026-08-19T02:30:55.448Z | Downloaded hubpack_derive v0.1.1 |
| 563 | 2026-08-19T02:30:55.448Z | Downloaded openssl-macros v0.1.1 |
| 564 | 2026-08-19T02:30:55.448Z | Downloaded ciborium-ll v0.2.2 |
| 565 | 2026-08-19T02:30:55.451Z | Downloaded nodrop v0.1.14 |
| 566 | 2026-08-19T02:30:55.454Z | Downloaded headers-core v0.3.0 |
| 567 | 2026-08-19T02:30:55.457Z | Downloaded compression-core v0.4.31 |
| 568 | 2026-08-19T02:30:55.457Z | Downloaded num_threads v0.1.7 |
| 569 | 2026-08-19T02:30:55.457Z | Downloaded newline-converter v0.3.0 |
| 570 | 2026-08-19T02:30:55.464Z | Downloaded num-iter v0.1.45 |
| 571 | 2026-08-19T02:30:55.467Z | Downloaded progenitor-macro v0.14.0 |
| 572 | 2026-08-19T02:30:55.467Z | Downloaded async-bb8-diesel v0.2.1 |
| 573 | 2026-08-19T02:30:55.467Z | Downloaded bitfield v0.19.4 |
| 574 | 2026-08-19T02:30:55.470Z | Downloaded cassowary v0.3.0 |
| 575 | 2026-08-19T02:30:55.470Z | Downloaded oso-derive v0.27.3 |
| 576 | 2026-08-19T02:30:55.470Z | Downloaded elliptic-curve v0.14.1 |
| 577 | 2026-08-19T02:30:55.470Z | Downloaded enum_dispatch v0.3.13 |
| 578 | 2026-08-19T02:30:55.473Z | Downloaded env_logger v0.11.11 |
| 579 | 2026-08-19T02:30:55.476Z | Downloaded foldhash v0.2.0 |
| 580 | 2026-08-19T02:30:55.476Z | Downloaded psl-types v2.0.11 |
| 581 | 2026-08-19T02:30:55.481Z | Downloaded block-buffer v0.12.1 |
| 582 | 2026-08-19T02:30:55.481Z | Downloaded bcs v0.1.6 |
| 583 | 2026-08-19T02:30:55.481Z | Downloaded bs58 v0.5.1 |
| 584 | 2026-08-19T02:30:55.481Z | Downloaded rfc6979 v0.4.0 |
| 585 | 2026-08-19T02:30:55.481Z | Downloaded futures-channel v0.3.32 |
| 586 | 2026-08-19T02:30:55.483Z | Downloaded compression-codecs v0.4.37 |
| 587 | 2026-08-19T02:30:55.487Z | Downloaded bitflags v1.3.2 |
| 588 | 2026-08-19T02:30:55.487Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 589 | 2026-08-19T02:30:55.490Z | Downloaded rtoolbox v0.0.3 |
| 590 | 2026-08-19T02:30:55.490Z | Downloaded seq-macro v0.3.6 |
| 591 | 2026-08-19T02:30:55.493Z | Downloaded rand_pcg v0.10.2 |
| 592 | 2026-08-19T02:30:55.493Z | Downloaded ref-cast-impl v1.0.25 |
| 593 | 2026-08-19T02:30:55.493Z | Downloaded progenitor-client v0.14.0 |
| 594 | 2026-08-19T02:30:55.493Z | Downloaded sapling-renderdag v0.1.0 |
| 595 | 2026-08-19T02:30:55.493Z | Downloaded serde_spanned v1.1.1 |
| 596 | 2026-08-19T02:30:55.496Z | Downloaded serde_repr v0.1.20 |
| 597 | 2026-08-19T02:30:55.496Z | Downloaded sha1 v0.10.6 |
| 598 | 2026-08-19T02:30:55.496Z | Downloaded sha1 v0.11.0 |
| 599 | 2026-08-19T02:30:55.499Z | Downloaded scroll_derive v0.13.1 |
| 600 | 2026-08-19T02:30:55.499Z | Downloaded signal-hook-tokio v0.3.1 |
| 601 | 2026-08-19T02:30:55.502Z | Downloaded heapless v0.7.17 |
| 602 | 2026-08-19T02:30:55.505Z | Downloaded foldhash v0.1.5 |
| 603 | 2026-08-19T02:30:55.505Z | Downloaded git-stub v1.0.0 |
| 604 | 2026-08-19T02:30:55.505Z | Downloaded byte-wrapper v0.1.0 |
| 605 | 2026-08-19T02:30:55.508Z | Downloaded glob v0.3.3 |
| 606 | 2026-08-19T02:30:55.508Z | Downloaded buf-list v1.1.2 |
| 607 | 2026-08-19T02:30:55.511Z | Downloaded blowfish v0.10.0 |
| 608 | 2026-08-19T02:30:55.511Z | Downloaded cmov v0.5.4 |
| 609 | 2026-08-19T02:30:55.515Z | Downloaded cipher v0.5.2 |
| 610 | 2026-08-19T02:30:55.515Z | Downloaded git-stub-vcs v0.1.0 |
| 611 | 2026-08-19T02:30:55.515Z | Downloaded http-body-util v0.1.3 |
| 612 | 2026-08-19T02:30:55.519Z | Downloaded globset v0.4.18 |
| 613 | 2026-08-19T02:30:55.519Z | Downloaded pem-rfc7468 v0.7.0 |
| 614 | 2026-08-19T02:30:55.519Z | Downloaded slog-bunyan v2.5.0 |
| 615 | 2026-08-19T02:30:55.519Z | Downloaded highway v1.3.0 |
| 616 | 2026-08-19T02:30:55.519Z | Downloaded cbc v0.2.1 |
| 617 | 2026-08-19T02:30:55.519Z | Downloaded newtype-uuid v1.3.2 |
| 618 | 2026-08-19T02:30:55.522Z | Downloaded phf v0.13.1 |
| 619 | 2026-08-19T02:30:55.522Z | Downloaded ciborium v0.2.2 |
| 620 | 2026-08-19T02:30:55.523Z | Downloaded camino-tempfile-ext v0.3.3 |
| 621 | 2026-08-19T02:30:55.523Z | Downloaded num-integer v0.1.46 |
| 622 | 2026-08-19T02:30:55.526Z | Downloaded parse-display-derive v0.10.0 |
| 623 | 2026-08-19T02:30:55.526Z | Downloaded strsim v0.10.0 |
| 624 | 2026-08-19T02:30:55.526Z | Downloaded strum v0.27.2 |
| 625 | 2026-08-19T02:30:55.526Z | Downloaded fallible-iterator v0.2.0 |
| 626 | 2026-08-19T02:30:55.526Z | Downloaded packed_struct v0.10.1 |
| 627 | 2026-08-19T02:30:55.529Z | Downloaded poly1305 v0.8.0 |
| 628 | 2026-08-19T02:30:55.532Z | Downloaded getrandom v0.2.17 |
| 629 | 2026-08-19T02:30:55.533Z | Downloaded blake2 v0.11.0-rc.6 |
| 630 | 2026-08-19T02:30:55.536Z | Downloaded postgres-protocol v0.6.10 |
| 631 | 2026-08-19T02:30:55.536Z | Downloaded pin-project-internal v1.1.11 |
| 632 | 2026-08-19T02:30:55.539Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 633 | 2026-08-19T02:30:55.539Z | Downloaded psm v0.1.30 |
| 634 | 2026-08-19T02:30:55.539Z | Downloaded resolv-conf v0.7.6 |
| 635 | 2026-08-19T02:30:55.542Z | Downloaded cancel-safe-futures v0.1.5 |
| 636 | 2026-08-19T02:30:55.542Z | Downloaded colored v3.1.1 |
| 637 | 2026-08-19T02:30:55.542Z | Downloaded colored v2.2.0 |
| 638 | 2026-08-19T02:30:55.546Z | Downloaded blake2 v0.10.6 |
| 639 | 2026-08-19T02:30:55.546Z | Downloaded bzip2 v0.6.1 |
| 640 | 2026-08-19T02:30:55.549Z | Downloaded chacha20 v0.10.0 |
| 641 | 2026-08-19T02:30:55.549Z | Downloaded hmac v0.12.1 |
| 642 | 2026-08-19T02:30:55.549Z | Downloaded cexpr v0.6.0 |
| 643 | 2026-08-19T02:30:55.552Z | Downloaded rand_chacha v0.9.0 |
| 644 | 2026-08-19T02:30:55.552Z | Downloaded testing_table v0.3.0 |
| 645 | 2026-08-19T02:30:55.552Z | Downloaded progenitor-client v0.13.0 |
| 646 | 2026-08-19T02:30:55.552Z | Downloaded unarray v0.1.4 |
| 647 | 2026-08-19T02:30:55.552Z | Downloaded usdt v0.6.0 |
| 648 | 2026-08-19T02:30:55.552Z | Downloaded want v0.3.1 |
| 649 | 2026-08-19T02:30:55.552Z | Downloaded flume v0.11.1 |
| 650 | 2026-08-19T02:30:55.555Z | Downloaded universal-hash v0.6.1 |
| 651 | 2026-08-19T02:30:55.555Z | Downloaded yoke-derive v0.8.1 |
| 652 | 2026-08-19T02:30:55.555Z | Downloaded slog-envlogger v2.2.0 |
| 653 | 2026-08-19T02:30:55.558Z | Downloaded rustls-native-certs v0.8.3 |
| 654 | 2026-08-19T02:30:55.561Z | Downloaded scrypt v0.12.0 |
| 655 | 2026-08-19T02:30:55.561Z | Downloaded serdect v0.4.3 |
| 656 | 2026-08-19T02:30:55.561Z | Downloaded simd-adler32 v0.3.8 |
| 657 | 2026-08-19T02:30:55.564Z | Downloaded usdt-attr-macro v0.6.0 |
| 658 | 2026-08-19T02:30:55.564Z | Downloaded chacha20 v0.9.1 |
| 659 | 2026-08-19T02:30:55.567Z | Downloaded console v0.16.2 |
| 660 | 2026-08-19T02:30:55.568Z | Downloaded crc-catalog v2.4.0 |
| 661 | 2026-08-19T02:30:55.570Z | Downloaded clang-sys v1.8.1 |
| 662 | 2026-08-19T02:30:55.571Z | Downloaded slog-dtrace v0.3.0 |
| 663 | 2026-08-19T02:30:55.574Z | Downloaded ssh-encoding v0.3.0 |
| 664 | 2026-08-19T02:30:55.574Z | Downloaded xshell-macros v0.2.7 |
| 665 | 2026-08-19T02:30:55.574Z | Downloaded zone_cfg_derive v0.3.1 |
| 666 | 2026-08-19T02:30:55.580Z | Downloaded httparse v1.10.1 |
| 667 | 2026-08-19T02:30:55.583Z | Downloaded slog-async v2.8.0 |
| 668 | 2026-08-19T02:30:55.583Z | Downloaded support-bundle-viewer v0.1.2 |
| 669 | 2026-08-19T02:30:55.586Z | Downloaded tiny-keccak v2.0.2 |
| 670 | 2026-08-19T02:30:55.586Z | Downloaded tinystr v0.8.2 |
| 671 | 2026-08-19T02:30:55.586Z | Downloaded zeroize_derive v1.5.0 |
| 672 | 2026-08-19T02:30:55.589Z | Downloaded zone v0.3.1 |
| 673 | 2026-08-19T02:30:55.589Z | Downloaded peg-macros v0.8.5 |
| 674 | 2026-08-19T02:30:55.590Z | Downloaded strum_macros v0.24.3 |
| 675 | 2026-08-19T02:30:55.590Z | Downloaded crunchy v0.2.4 |
| 676 | 2026-08-19T02:30:55.590Z | Downloaded darling_macro v0.20.11 |
| 677 | 2026-08-19T02:30:55.593Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 678 | 2026-08-19T02:30:55.593Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 679 | 2026-08-19T02:30:55.593Z | Downloaded debug-ignore v1.0.5 |
| 680 | 2026-08-19T02:30:55.596Z | Downloaded defmt-parser v1.0.0 |
| 681 | 2026-08-19T02:30:55.596Z | Downloaded synstructure v0.13.2 |
| 682 | 2026-08-19T02:30:55.596Z | Downloaded hmac v0.13.0 |
| 683 | 2026-08-19T02:30:55.596Z | Downloaded const-oid v0.9.6 |
| 684 | 2026-08-19T02:30:55.599Z | Downloaded tagptr v0.2.0 |
| 685 | 2026-08-19T02:30:55.599Z | Downloaded parking_lot v0.11.2 |
| 686 | 2026-08-19T02:30:55.602Z | Downloaded dunce v1.0.5 |
| 687 | 2026-08-19T02:30:55.602Z | Downloaded rustc_version v0.4.1 |
| 688 | 2026-08-19T02:30:55.608Z | Downloaded hyper-tls v0.6.0 |
| 689 | 2026-08-19T02:30:55.611Z | Downloaded whoami v1.6.1 |
| 690 | 2026-08-19T02:30:55.611Z | Downloaded dirs-sys-next v0.1.2 |
| 691 | 2026-08-19T02:30:55.611Z | Downloaded dof v0.4.0 |
| 692 | 2026-08-19T02:30:55.611Z | Downloaded futures v0.3.32 |
| 693 | 2026-08-19T02:30:55.614Z | Downloaded tokio-dtrace v0.1.1 |
| 694 | 2026-08-19T02:30:55.617Z | Downloaded base64 v0.22.1 |
| 695 | 2026-08-19T02:30:55.618Z | Downloaded rustls-pemfile v2.2.0 |
| 696 | 2026-08-19T02:30:55.622Z | Downloaded rustls-pki-types v1.14.0 |
| 697 | 2026-08-19T02:30:55.626Z | Downloaded vergen-git2 v9.1.0 |
| 698 | 2026-08-19T02:30:55.629Z | Downloaded wyz v0.5.1 |
| 699 | 2026-08-19T02:30:55.629Z | Downloaded bzip2 v0.4.4 |
| 700 | 2026-08-19T02:30:55.629Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 701 | 2026-08-19T02:30:55.632Z | Downloaded instability v0.3.11 |
| 702 | 2026-08-19T02:30:55.632Z | Downloaded internet-checksum v0.2.1 |
| 703 | 2026-08-19T02:30:55.632Z | Downloaded is-terminal v0.4.17 |
| 704 | 2026-08-19T02:30:55.632Z | Downloaded match_cfg v0.1.0 |
| 705 | 2026-08-19T02:30:55.632Z | Downloaded lalrpop-util v0.19.12 |
| 706 | 2026-08-19T02:30:55.632Z | Downloaded kem v0.3.0 |
| 707 | 2026-08-19T02:30:55.636Z | Downloaded md5 v0.8.0 |
| 708 | 2026-08-19T02:30:55.636Z | Downloaded mime v0.3.17 |
| 709 | 2026-08-19T02:30:55.636Z | Downloaded oso v0.27.3 |
| 710 | 2026-08-19T02:30:55.639Z | Downloaded multimap v0.10.1 |
| 711 | 2026-08-19T02:30:55.641Z | Downloaded nonempty v0.12.0 |
| 712 | 2026-08-19T02:30:55.641Z | Downloaded corncobs v0.1.4 |
| 713 | 2026-08-19T02:30:55.644Z | Downloaded num_enum_derive v0.5.11 |
| 714 | 2026-08-19T02:30:55.647Z | Downloaded getrandom v0.4.3 |
| 715 | 2026-08-19T02:30:55.647Z | Downloaded peg-runtime v0.8.5 |
| 716 | 2026-08-19T02:30:55.651Z | Downloaded ctr v0.10.1 |
| 717 | 2026-08-19T02:30:55.651Z | Downloaded percent-encoding v2.3.2 |
| 718 | 2026-08-19T02:30:55.653Z | Downloaded pkcs5 v0.8.1 |
| 719 | 2026-08-19T02:30:55.656Z | Downloaded console v0.15.11 |
| 720 | 2026-08-19T02:30:55.659Z | Downloaded openssl-probe v0.1.6 |
| 721 | 2026-08-19T02:30:55.659Z | Downloaded openssl-probe v0.2.1 |
| 722 | 2026-08-19T02:30:55.659Z | Downloaded predicates-core v1.0.10 |
| 723 | 2026-08-19T02:30:55.663Z | Downloaded unicode-properties v0.1.4 |
| 724 | 2026-08-19T02:30:55.663Z | Downloaded prefix-trie v0.7.0 |
| 725 | 2026-08-19T02:30:55.666Z | Downloaded diesel-dtrace v0.5.0 |
| 726 | 2026-08-19T02:30:55.666Z | Downloaded potential_utf v0.1.4 |
| 727 | 2026-08-19T02:30:55.669Z | Downloaded rand_chacha v0.3.1 |
| 728 | 2026-08-19T02:30:55.669Z | Downloaded recursive v0.1.1 |
| 729 | 2026-08-19T02:30:55.669Z | Downloaded dtrace-parser v0.3.0 |
| 730 | 2026-08-19T02:30:55.674Z | Downloaded backtrace v0.3.76 |
| 731 | 2026-08-19T02:30:55.674Z | Downloaded serde_cbor v0.11.2 |
| 732 | 2026-08-19T02:30:55.674Z | Downloaded ar_archive_writer v0.5.1 |
| 733 | 2026-08-19T02:30:55.677Z | Downloaded base64 v0.21.7 |
| 734 | 2026-08-19T02:30:55.680Z | Downloaded chacha20poly1305 v0.10.1 |
| 735 | 2026-08-19T02:30:55.680Z | Downloaded chumsky v0.9.3 |
| 736 | 2026-08-19T02:30:55.680Z | Downloaded bytes v1.11.1 |
| 737 | 2026-08-19T02:30:55.684Z | Downloaded headers v0.4.1 |
| 738 | 2026-08-19T02:30:55.687Z | Downloaded rustc-hash v2.1.1 |
| 739 | 2026-08-19T02:30:55.690Z | Downloaded secrecy v0.8.0 |
| 740 | 2026-08-19T02:30:55.690Z | Downloaded term v1.2.1 |
| 741 | 2026-08-19T02:30:55.690Z | Downloaded secrecy v0.10.3 |
| 742 | 2026-08-19T02:30:55.694Z | Downloaded serde_plain v1.0.2 |
| 743 | 2026-08-19T02:30:55.698Z | Downloaded slog v2.8.2 |
| 744 | 2026-08-19T02:30:55.701Z | Downloaded tui-tree-widget v0.23.1 |
| 745 | 2026-08-19T02:30:55.704Z | Downloaded miette-derive v7.6.0 |
| 746 | 2026-08-19T02:30:55.704Z | Downloaded parse-display v0.10.0 |
| 747 | 2026-08-19T02:30:55.705Z | Downloaded vergen v9.1.0 |
| 748 | 2026-08-19T02:30:55.708Z | Downloaded lazy_static v1.5.0 |
| 749 | 2026-08-19T02:30:55.711Z | Downloaded multer v3.1.0 |
| 750 | 2026-08-19T02:30:55.714Z | Downloaded termtree v0.5.1 |
| 751 | 2026-08-19T02:30:55.714Z | Downloaded sync_wrapper v1.0.2 |
| 752 | 2026-08-19T02:30:55.718Z | Downloaded tap v1.0.1 |
| 753 | 2026-08-19T02:30:55.718Z | Downloaded tokio-macros v2.7.0 |
| 754 | 2026-08-19T02:30:55.718Z | Downloaded darling v0.20.11 |
| 755 | 2026-08-19T02:30:55.722Z | Downloaded num-rational v0.4.2 |
| 756 | 2026-08-19T02:30:55.725Z | Downloaded hashbrown v0.13.2 |
| 757 | 2026-08-19T02:30:55.728Z | Downloaded postcard v1.1.3 |
| 758 | 2026-08-19T02:30:55.731Z | Downloaded generic-array v1.4.3 |
| 759 | 2026-08-19T02:30:55.731Z | Downloaded half v2.7.1 |
| 760 | 2026-08-19T02:30:55.734Z | Downloaded port-file v0.1.0 |
| 761 | 2026-08-19T02:30:55.734Z | Downloaded primeorder v0.13.6 |
| 762 | 2026-08-19T02:30:55.734Z | Downloaded oxnet v0.1.6 |
| 763 | 2026-08-19T02:30:55.738Z | Downloaded phc v0.6.1 |
| 764 | 2026-08-19T02:30:55.739Z | Downloaded radium v0.7.0 |
| 765 | 2026-08-19T02:30:55.739Z | Downloaded utf-8 v0.7.6 |
| 766 | 2026-08-19T02:30:55.742Z | Downloaded p256 v0.14.0 |
| 767 | 2026-08-19T02:30:55.746Z | Downloaded hybrid-array v0.4.13 |
| 768 | 2026-08-19T02:30:55.749Z | Downloaded compact_str v0.8.1 |
| 769 | 2026-08-19T02:30:55.752Z | Downloaded derive_builder v0.20.2 |
| 770 | 2026-08-19T02:30:55.755Z | Downloaded ingot-macros v0.2.0 |
| 771 | 2026-08-19T02:30:55.755Z | Downloaded primeorder v0.14.0 |
| 772 | 2026-08-19T02:30:55.755Z | Downloaded serde_with_macros v1.5.2 |
| 773 | 2026-08-19T02:30:55.758Z | Downloaded wait-timeout v0.2.1 |
| 774 | 2026-08-19T02:30:55.758Z | Downloaded wnaf v0.14.0 |
| 775 | 2026-08-19T02:30:55.758Z | Downloaded cstr-argument v0.1.2 |
| 776 | 2026-08-19T02:30:55.761Z | Downloaded expectorate v1.2.0 |
| 777 | 2026-08-19T02:30:55.761Z | Downloaded pretty_assertions v1.4.1 |
| 778 | 2026-08-19T02:30:55.761Z | Downloaded cpubits v0.1.1 |
| 779 | 2026-08-19T02:30:55.764Z | Downloaded flate2 v1.1.9 |
| 780 | 2026-08-19T02:30:55.769Z | Downloaded litemap v0.8.1 |
| 781 | 2026-08-19T02:30:55.772Z | Downloaded slog-stdlog v4.1.1 |
| 782 | 2026-08-19T02:30:55.772Z | Downloaded litrs v1.0.0 |
| 783 | 2026-08-19T02:30:55.775Z | Downloaded parking_lot_core v0.9.12 |
| 784 | 2026-08-19T02:30:55.775Z | Downloaded rand_seeder v0.4.0 |
| 785 | 2026-08-19T02:30:55.775Z | Downloaded rusty-fork v0.3.1 |
| 786 | 2026-08-19T02:30:55.778Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 787 | 2026-08-19T02:30:55.778Z | Downloaded static_assertions v1.1.0 |
| 788 | 2026-08-19T02:30:55.781Z | Downloaded darling_macro v0.23.0 |
| 789 | 2026-08-19T02:30:55.781Z | Downloaded derive_builder_macro v0.20.2 |
| 790 | 2026-08-19T02:30:55.781Z | Downloaded tracing-attributes v0.1.31 |
| 791 | 2026-08-19T02:30:55.781Z | Downloaded dyn-clone v1.0.20 |
| 792 | 2026-08-19T02:30:55.784Z | Downloaded smf v0.2.3 |
| 793 | 2026-08-19T02:30:55.785Z | Downloaded spki v0.8.0 |
| 794 | 2026-08-19T02:30:55.785Z | Downloaded crc-any v2.5.0 |
| 795 | 2026-08-19T02:30:55.788Z | Downloaded inout v0.2.2 |
| 796 | 2026-08-19T02:30:55.788Z | Downloaded rcgen v0.12.1 |
| 797 | 2026-08-19T02:30:55.788Z | Downloaded string_cache v0.8.9 |
| 798 | 2026-08-19T02:30:55.791Z | Downloaded spki v0.7.3 |
| 799 | 2026-08-19T02:30:55.794Z | Downloaded thread_local v1.1.9 |
| 800 | 2026-08-19T02:30:55.797Z | Downloaded crossbeam-utils v0.8.21 |
| 801 | 2026-08-19T02:30:55.801Z | Downloaded heapless v0.8.0 |
| 802 | 2026-08-19T02:30:55.805Z | Downloaded unicode-truncate v1.1.0 |
| 803 | 2026-08-19T02:30:55.808Z | Downloaded indoc v1.0.9 |
| 804 | 2026-08-19T02:30:55.808Z | Downloaded instant v0.1.13 |
| 805 | 2026-08-19T02:30:55.812Z | Downloaded typify-macro v0.6.2 |
| 806 | 2026-08-19T02:30:55.812Z | Downloaded bumpalo v3.20.2 |
| 807 | 2026-08-19T02:30:55.816Z | Downloaded linked-hash-map v0.5.6 |
| 808 | 2026-08-19T02:30:55.816Z | Downloaded memoffset v0.9.1 |
| 809 | 2026-08-19T02:30:55.816Z | Downloaded hickory-resolver v0.24.4 |
| 810 | 2026-08-19T02:30:55.816Z | Downloaded illumos-nvpair v0.3.0 |
| 811 | 2026-08-19T02:30:55.819Z | Downloaded libscf-sys v1.2.0 |
| 812 | 2026-08-19T02:30:55.819Z | Downloaded vergen-lib v0.1.6 |
| 813 | 2026-08-19T02:30:55.822Z | Downloaded rustc-demangle v0.1.27 |
| 814 | 2026-08-19T02:30:55.825Z | Downloaded writeable v0.6.2 |
| 815 | 2026-08-19T02:30:55.828Z | Downloaded zstd v0.13.3 |
| 816 | 2026-08-19T02:30:55.835Z | Downloaded packed_struct_codegen v0.10.1 |
| 817 | 2026-08-19T02:30:55.839Z | Downloaded constant_time_eq v0.4.2 |
| 818 | 2026-08-19T02:30:55.842Z | Downloaded newtype-uuid-macros v0.1.0 |
| 819 | 2026-08-19T02:30:55.842Z | Downloaded phf_shared v0.13.1 |
| 820 | 2026-08-19T02:30:55.842Z | Downloaded crossbeam-deque v0.8.6 |
| 821 | 2026-08-19T02:30:55.842Z | Downloaded icu_provider v2.1.1 |
| 822 | 2026-08-19T02:30:55.845Z | Downloaded sha2 v0.11.0 |
| 823 | 2026-08-19T02:30:55.845Z | Downloaded defmt v1.0.1 |
| 824 | 2026-08-19T02:30:55.848Z | Downloaded omicron-zone-package v0.12.3 |
| 825 | 2026-08-19T02:30:55.851Z | Downloaded stringprep v0.1.5 |
| 826 | 2026-08-19T02:30:55.851Z | Downloaded deranged v0.5.8 |
| 827 | 2026-08-19T02:30:55.851Z | Downloaded schemars v1.2.1 |
| 828 | 2026-08-19T02:30:55.858Z | Downloaded humantime v2.3.0 |
| 829 | 2026-08-19T02:30:55.862Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-08-19T02:30:55.862Z | Downloaded darling v0.13.4 |
| 831 | 2026-08-19T02:30:55.863Z | Downloaded displaydoc v0.2.5 |
| 832 | 2026-08-19T02:30:55.904Z | Downloaded tokio-stream v0.1.18 |
| 833 | 2026-08-19T02:30:55.904Z | Downloaded ecdsa v0.16.9 |
| 834 | 2026-08-19T02:30:55.904Z | Downloaded libefi-sys v0.1.0 |
| 835 | 2026-08-19T02:30:55.904Z | Downloaded quick-error v1.2.3 |
| 836 | 2026-08-19T02:30:55.904Z | Downloaded rand_xorshift v0.4.0 |
| 837 | 2026-08-19T02:30:55.904Z | Downloaded progenitor-impl v0.13.0 |
| 838 | 2026-08-19T02:30:55.904Z | Downloaded zerotrie v0.2.3 |
| 839 | 2026-08-19T02:30:55.905Z | Downloaded russh-cryptovec v0.62.0 |
| 840 | 2026-08-19T02:30:55.905Z | Downloaded scheduled-thread-pool v0.2.7 |
| 841 | 2026-08-19T02:30:55.905Z | Downloaded hickory-resolver v0.25.2 |
| 842 | 2026-08-19T02:30:55.905Z | Downloaded signature v2.2.0 |
| 843 | 2026-08-19T02:30:55.905Z | Downloaded cc v1.2.56 |
| 844 | 2026-08-19T02:30:55.905Z | Downloaded stable_deref_trait v1.2.1 |
| 845 | 2026-08-19T02:30:55.905Z | Downloaded nom v7.1.3 |
| 846 | 2026-08-19T02:30:55.905Z | Downloaded darling_core v0.20.11 |
| 847 | 2026-08-19T02:30:55.905Z | Downloaded linear-map v1.2.0 |
| 848 | 2026-08-19T02:30:55.905Z | Downloaded maplit v1.0.2 |
| 849 | 2026-08-19T02:30:55.905Z | Downloaded same-file v1.0.6 |
| 850 | 2026-08-19T02:30:55.905Z | Downloaded crossbeam-epoch v0.9.18 |
| 851 | 2026-08-19T02:30:55.905Z | Downloaded serde_with_macros v3.21.0 |
| 852 | 2026-08-19T02:30:55.905Z | Downloaded cookie_store v0.22.1 |
| 853 | 2026-08-19T02:30:55.905Z | Downloaded siphasher v1.0.2 |
| 854 | 2026-08-19T02:30:55.905Z | Downloaded take_mut v0.2.2 |
| 855 | 2026-08-19T02:30:55.905Z | Downloaded supports-hyperlinks v3.2.0 |
| 856 | 2026-08-19T02:30:55.910Z | Downloaded tokio-test v0.4.5 |
| 857 | 2026-08-19T02:30:55.910Z | Downloaded universal-hash v0.5.1 |
| 858 | 2026-08-19T02:30:55.910Z | Downloaded topological-sort v0.2.2 |
| 859 | 2026-08-19T02:30:55.913Z | Downloaded http v1.4.2 |
| 860 | 2026-08-19T02:30:55.916Z | Downloaded proc-macro-crate v1.3.1 |
| 861 | 2026-08-19T02:30:55.919Z | Downloaded schemars v0.8.22 |
| 862 | 2026-08-19T02:30:55.923Z | Downloaded pem-rfc7468 v1.0.0 |
| 863 | 2026-08-19T02:30:55.926Z | Downloaded polyval v0.7.1 |
| 864 | 2026-08-19T02:30:55.926Z | Downloaded iana-time-zone v0.1.65 |
| 865 | 2026-08-19T02:30:55.930Z | Downloaded tinyvec v1.10.0 |
| 866 | 2026-08-19T02:30:55.930Z | Downloaded aes v0.9.1 |
| 867 | 2026-08-19T02:30:55.933Z | Downloaded tungstenite v0.23.0 |
| 868 | 2026-08-19T02:30:55.936Z | Downloaded progenitor-impl v0.14.0 |
| 869 | 2026-08-19T02:30:55.936Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 870 | 2026-08-19T02:30:55.939Z | Downloaded progenitor-extras v0.2.0 |
| 871 | 2026-08-19T02:30:55.939Z | Downloaded toml v0.7.8 |
| 872 | 2026-08-19T02:30:55.942Z | Downloaded cpufeatures v0.3.0 |
| 873 | 2026-08-19T02:30:55.942Z | Downloaded defmt v0.3.100 |
| 874 | 2026-08-19T02:30:55.945Z | Downloaded crucible-workspace-hack v0.1.0 |
| 875 | 2026-08-19T02:30:55.945Z | Downloaded rayon-core v1.13.0 |
| 876 | 2026-08-19T02:30:55.950Z | Downloaded schemars_derive v0.8.22 |
| 877 | 2026-08-19T02:30:55.953Z | Downloaded hashbrown v0.12.3 |
| 878 | 2026-08-19T02:30:55.953Z | Downloaded dirs-next v2.0.0 |
| 879 | 2026-08-19T02:30:55.956Z | Downloaded hickory-server v0.25.2 |
| 880 | 2026-08-19T02:30:55.959Z | Downloaded serde_derive_internals v0.29.1 |
| 881 | 2026-08-19T02:30:55.959Z | Downloaded serde_path_to_error v0.1.20 |
| 882 | 2026-08-19T02:30:55.959Z | Downloaded strum_macros v0.27.2 |
| 883 | 2026-08-19T02:30:55.962Z | Downloaded thiserror-no-std v2.0.2 |
| 884 | 2026-08-19T02:30:55.962Z | Downloaded serde_yaml v0.9.34+deprecated |
| 885 | 2026-08-19T02:30:55.965Z | Downloaded snafu-derive v0.8.9 |
| 886 | 2026-08-19T02:30:55.965Z | Downloaded slog-term v2.9.2 |
| 887 | 2026-08-19T02:30:55.969Z | Downloaded tabwriter v1.4.1 |
| 888 | 2026-08-19T02:30:55.969Z | Downloaded tls_codec v0.4.2 |
| 889 | 2026-08-19T02:30:55.973Z | Downloaded is_ci v1.2.0 |
| 890 | 2026-08-19T02:30:55.973Z | Downloaded derive_more v2.1.1 |
| 891 | 2026-08-19T02:30:55.979Z | Downloaded oxide-update-engine v0.1.2 |
| 892 | 2026-08-19T02:30:55.982Z | Downloaded num-bigint-dig v0.8.6 |
| 893 | 2026-08-19T02:30:55.985Z | Downloaded kstat-rs v0.2.5 |
| 894 | 2026-08-19T02:30:55.985Z | Downloaded lru-slab v0.1.2 |
| 895 | 2026-08-19T02:30:55.985Z | Downloaded md-5 v0.10.6 |
| 896 | 2026-08-19T02:30:55.988Z | Downloaded nibble_vec v0.1.0 |
| 897 | 2026-08-19T02:30:55.988Z | Downloaded num v0.4.3 |
| 898 | 2026-08-19T02:30:55.988Z | Downloaded opaque-debug v0.3.1 |
| 899 | 2026-08-19T02:30:55.991Z | Downloaded uzers v0.12.2 |
| 900 | 2026-08-19T02:30:55.994Z | Downloaded icu_locale_core v2.1.1 |
| 901 | 2026-08-19T02:30:55.998Z | Downloaded typed-path v0.9.3 |
| 902 | 2026-08-19T02:30:56.001Z | Downloaded poly1305 v0.9.0 |
| 903 | 2026-08-19T02:30:56.004Z | Downloaded vsss-rs v3.3.4 |
| 904 | 2026-08-19T02:30:56.004Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 905 | 2026-08-19T02:30:56.007Z | Downloaded powerfmt v0.2.0 |
| 906 | 2026-08-19T02:30:56.008Z | Downloaded zeroize v1.9.0 |
| 907 | 2026-08-19T02:30:56.008Z | Downloaded snafu v0.8.9 |
| 908 | 2026-08-19T02:30:56.011Z | Downloaded unicode_categories v0.1.1 |
| 909 | 2026-08-19T02:30:56.014Z | Downloaded csv-core v0.1.13 |
| 910 | 2026-08-19T02:30:56.014Z | Downloaded predicates-tree v1.0.13 |
| 911 | 2026-08-19T02:30:56.014Z | Downloaded aes-gcm v0.11.0 |
| 912 | 2026-08-19T02:30:56.017Z | Downloaded indicatif v0.18.4 |
| 913 | 2026-08-19T02:30:56.017Z | Downloaded quinn-udp v0.5.14 |
| 914 | 2026-08-19T02:30:56.017Z | Downloaded const_format_proc_macros v0.2.34 |
| 915 | 2026-08-19T02:30:56.021Z | Downloaded critical-section v1.2.0 |
| 916 | 2026-08-19T02:30:56.022Z | Downloaded derive_builder_core v0.20.2 |
| 917 | 2026-08-19T02:30:56.022Z | Downloaded data-encoding v2.10.0 |
| 918 | 2026-08-19T02:30:56.022Z | Downloaded progenitor-macro v0.13.0 |
| 919 | 2026-08-19T02:30:56.022Z | Downloaded hkdf v0.13.0 |
| 920 | 2026-08-19T02:30:56.025Z | Downloaded futures-util v0.3.32 |
| 921 | 2026-08-19T02:30:56.028Z | Downloaded zerocopy-derive v0.8.55 |
| 922 | 2026-08-19T02:30:56.033Z | Downloaded hyper-staticfile v0.10.1 |
| 923 | 2026-08-19T02:30:56.038Z | Downloaded ssh-cipher v0.3.0 |
| 924 | 2026-08-19T02:30:56.038Z | Downloaded knus-derive v3.4.0 |
| 925 | 2026-08-19T02:30:56.038Z | Downloaded rfc6979 v0.6.0 |
| 926 | 2026-08-19T02:30:56.038Z | Downloaded semver v0.1.20 |
| 927 | 2026-08-19T02:30:56.038Z | Downloaded supports-color v3.0.2 |
| 928 | 2026-08-19T02:30:56.041Z | Downloaded shell-words v1.1.1 |
| 929 | 2026-08-19T02:30:56.044Z | Downloaded indoc v2.0.7 |
| 930 | 2026-08-19T02:30:56.048Z | Downloaded ingot v0.2.1 |
| 931 | 2026-08-19T02:30:56.048Z | Downloaded keccak v0.2.0 |
| 932 | 2026-08-19T02:30:56.048Z | Downloaded steno v0.4.1 |
| 933 | 2026-08-19T02:30:56.051Z | Downloaded zip v0.6.6 |
| 934 | 2026-08-19T02:30:56.051Z | Downloaded num-traits v0.2.19 |
| 935 | 2026-08-19T02:30:56.054Z | Downloaded papergrid v0.18.0 |
| 936 | 2026-08-19T02:30:56.057Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 937 | 2026-08-19T02:30:56.057Z | Downloaded strip-ansi-escapes v0.2.1 |
| 938 | 2026-08-19T02:30:56.057Z | Downloaded tinyvec_macros v0.1.1 |
| 939 | 2026-08-19T02:30:56.057Z | Downloaded tokio-rustls v0.26.4 |
| 940 | 2026-08-19T02:30:56.060Z | Downloaded tower-layer v0.3.3 |
| 941 | 2026-08-19T02:30:56.060Z | Downloaded ed25519-dalek v3.0.0 |
| 942 | 2026-08-19T02:30:56.060Z | Downloaded nanorand v0.7.0 |
| 943 | 2026-08-19T02:30:56.063Z | Downloaded num_enum v0.5.11 |
| 944 | 2026-08-19T02:30:56.066Z | Downloaded schemars v0.9.0 |
| 945 | 2026-08-19T02:30:56.070Z | Downloaded trait-variant v0.1.2 |
| 946 | 2026-08-19T02:30:56.073Z | Downloaded zerofrom v0.1.6 |
| 947 | 2026-08-19T02:30:56.073Z | Downloaded zerofrom-derive v0.1.6 |
| 948 | 2026-08-19T02:30:56.073Z | Downloaded diesel_derives v2.3.7 |
| 949 | 2026-08-19T02:30:56.077Z | Downloaded yasna v0.5.2 |
| 950 | 2026-08-19T02:30:56.080Z | Downloaded serde_urlencoded v0.7.1 |
| 951 | 2026-08-19T02:30:56.080Z | Downloaded knus v3.4.0 |
| 952 | 2026-08-19T02:30:56.083Z | Downloaded downcast-rs v2.0.2 |
| 953 | 2026-08-19T02:30:56.086Z | Downloaded ron v0.8.1 |
| 954 | 2026-08-19T02:30:56.089Z | Downloaded rand_core v0.9.5 |
| 955 | 2026-08-19T02:30:56.092Z | Downloaded hashbrown v0.16.1 |
| 956 | 2026-08-19T02:30:56.092Z | Downloaded url v2.5.8 |
| 957 | 2026-08-19T02:30:56.097Z | Downloaded hashbrown v0.15.5 |
| 958 | 2026-08-19T02:30:56.101Z | Downloaded crypto-common v0.2.2 |
| 959 | 2026-08-19T02:30:56.101Z | Downloaded hashbrown v0.14.5 |
| 960 | 2026-08-19T02:30:56.101Z | Downloaded ecdsa v0.17.0 |
| 961 | 2026-08-19T02:30:56.104Z | Downloaded slab v0.4.12 |
| 962 | 2026-08-19T02:30:56.104Z | Downloaded indent_write v2.2.0 |
| 963 | 2026-08-19T02:30:56.104Z | Downloaded miniz_oxide v0.8.9 |
| 964 | 2026-08-19T02:30:56.107Z | Downloaded vte v0.14.1 |
| 965 | 2026-08-19T02:30:56.107Z | Downloaded num-conv v0.2.0 |
| 966 | 2026-08-19T02:30:56.107Z | Downloaded num-derive v0.4.2 |
| 967 | 2026-08-19T02:30:56.107Z | Downloaded diff v0.1.13 |
| 968 | 2026-08-19T02:30:56.111Z | Downloaded slog-json v2.6.1 |
| 969 | 2026-08-19T02:30:56.111Z | Downloaded rand_core v0.10.0 |
| 970 | 2026-08-19T02:30:56.111Z | Downloaded lzss v0.8.2 |
| 971 | 2026-08-19T02:30:56.118Z | Downloaded stacker v0.1.23 |
| 972 | 2026-08-19T02:30:56.121Z | Downloaded darling_core v0.21.3 |
| 973 | 2026-08-19T02:30:56.124Z | Downloaded unsafe-libyaml v0.2.11 |
| 974 | 2026-08-19T02:30:56.129Z | Downloaded parking_lot v0.12.5 |
| 975 | 2026-08-19T02:30:56.133Z | Downloaded paste v1.0.15 |
| 976 | 2026-08-19T02:30:56.133Z | Downloaded xshell v0.2.7 |
| 977 | 2026-08-19T02:30:56.136Z | Downloaded aws-lc-rs v1.16.3 |
| 978 | 2026-08-19T02:30:56.139Z | Downloaded der v0.8.0 |
| 979 | 2026-08-19T02:30:56.142Z | Downloaded toml_edit v0.19.15 |
| 980 | 2026-08-19T02:30:56.151Z | Downloaded zopfli v0.8.3 |
| 981 | 2026-08-19T02:30:56.154Z | Downloaded rustc_version v0.1.7 |
| 982 | 2026-08-19T02:30:56.154Z | Downloaded serde_bytes v0.11.19 |
| 983 | 2026-08-19T02:30:56.154Z | Downloaded sponge-cursor v0.1.0 |
| 984 | 2026-08-19T02:30:56.154Z | Downloaded pem v3.0.6 |
| 985 | 2026-08-19T02:30:56.157Z | Downloaded digest v0.11.3 |
| 986 | 2026-08-19T02:30:56.161Z | Downloaded pkcs8 v0.11.0 |
| 987 | 2026-08-19T02:30:56.162Z | Downloaded signature v3.0.0 |
| 988 | 2026-08-19T02:30:56.162Z | Downloaded subtle v2.6.1 |
| 989 | 2026-08-19T02:30:56.162Z | Downloaded usdt-macro v0.6.0 |
| 990 | 2026-08-19T02:30:56.162Z | Downloaded utf8_iter v1.0.4 |
| 991 | 2026-08-19T02:30:56.166Z | Downloaded darling_core v0.13.4 |
| 992 | 2026-08-19T02:30:56.166Z | Downloaded drift v0.2.0 |
| 993 | 2026-08-19T02:30:56.170Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 994 | 2026-08-19T02:30:56.173Z | Downloaded walkdir v2.5.0 |
| 995 | 2026-08-19T02:30:56.173Z | Downloaded daft-derive v0.1.7 |
| 996 | 2026-08-19T02:30:56.176Z | Downloaded libloading v0.8.9 |
| 997 | 2026-08-19T02:30:56.176Z | Downloaded xattr v1.6.1 |
| 998 | 2026-08-19T02:30:56.176Z | Downloaded aho-corasick v1.1.4 |
| 999 | 2026-08-19T02:30:56.179Z | Downloaded document-features v0.2.12 |
| 1000 | 2026-08-19T02:30:56.179Z | Downloaded ed25519 v2.2.3 |
| 1001 | 2026-08-19T02:30:56.189Z | Downloaded unicode-bidi v0.3.18 |
| 1002 | 2026-08-19T02:30:56.192Z | Downloaded ignore v0.4.25 |
| 1003 | 2026-08-19T02:30:56.196Z | Downloaded mime_guess v2.0.5 |
| 1004 | 2026-08-19T02:30:56.199Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1005 | 2026-08-19T02:30:56.199Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1006 | 2026-08-19T02:30:56.202Z | Downloaded maybe-uninit v2.0.0 |
| 1007 | 2026-08-19T02:30:56.205Z | Downloaded jiff-static v0.2.34 |
| 1008 | 2026-08-19T02:30:56.205Z | Downloaded reqwest v0.13.2 |
| 1009 | 2026-08-19T02:30:56.208Z | Downloaded rsa v0.10.0-rc.18 |
| 1010 | 2026-08-19T02:30:56.211Z | Downloaded tokio-tungstenite v0.21.0 |
| 1011 | 2026-08-19T02:30:56.211Z | Downloaded tower-http v0.6.8 |
| 1012 | 2026-08-19T02:30:56.235Z | Downloaded primefield v0.14.0 |
| 1013 | 2026-08-19T02:30:56.235Z | Downloaded progenitor v0.14.0 |
| 1014 | 2026-08-19T02:30:56.235Z | Downloaded yansi v1.0.1 |
| 1015 | 2026-08-19T02:30:56.273Z | Downloaded proc-macro-crate v3.4.0 |
| 1016 | 2026-08-19T02:30:56.273Z | Downloaded pin-project-lite v0.2.17 |
| 1017 | 2026-08-19T02:30:56.273Z | Downloaded pin-project v1.1.11 |
| 1018 | 2026-08-19T02:30:56.273Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1019 | 2026-08-19T02:30:56.273Z | Downloaded path-slash v0.1.5 |
| 1020 | 2026-08-19T02:30:56.273Z | Downloaded ref-cast v1.0.25 |
| 1021 | 2026-08-19T02:30:56.274Z | Downloaded rpassword v7.5.4 |
| 1022 | 2026-08-19T02:30:56.274Z | Downloaded sigpipe v0.1.3 |
| 1023 | 2026-08-19T02:30:56.274Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1024 | 2026-08-19T02:30:56.274Z | Downloaded usdt-impl v0.6.0 |
| 1025 | 2026-08-19T02:30:56.274Z | Downloaded sqlformat v0.3.5 |
| 1026 | 2026-08-19T02:30:56.274Z | Downloaded time-core v0.1.8 |
| 1027 | 2026-08-19T02:30:56.274Z | Downloaded tls_codec_derive v0.4.2 |
| 1028 | 2026-08-19T02:30:56.274Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1029 | 2026-08-19T02:30:56.275Z | Downloaded shlex v1.3.0 |
| 1030 | 2026-08-19T02:30:56.275Z | Downloaded zerovec-derive v0.11.2 |
| 1031 | 2026-08-19T02:30:56.275Z | Downloaded zstd-safe v7.2.4 |
| 1032 | 2026-08-19T02:30:56.279Z | Downloaded daft v0.1.7 |
| 1033 | 2026-08-19T02:30:56.280Z | Downloaded num-bigint v0.4.6 |
| 1034 | 2026-08-19T02:30:56.280Z | Downloaded spin v0.9.8 |
| 1035 | 2026-08-19T02:30:56.280Z | Downloaded h2 v0.4.15 |
| 1036 | 2026-08-19T02:30:56.280Z | Downloaded structmeta v0.3.0 |
| 1037 | 2026-08-19T02:30:56.280Z | Downloaded waitgroup v0.1.2 |
| 1038 | 2026-08-19T02:30:56.280Z | Downloaded dropshot-api-manager v0.8.0 |
| 1039 | 2026-08-19T02:30:56.280Z | Downloaded libxml v0.3.3 |
| 1040 | 2026-08-19T02:30:56.280Z | Downloaded test-strategy v0.4.5 |
| 1041 | 2026-08-19T02:30:56.280Z | Downloaded lock_api v0.4.14 |
| 1042 | 2026-08-19T02:30:56.280Z | Downloaded void v1.0.2 |
| 1043 | 2026-08-19T02:30:56.280Z | Downloaded crc v3.4.0 |
| 1044 | 2026-08-19T02:30:56.280Z | Downloaded darling_macro v0.13.4 |
| 1045 | 2026-08-19T02:30:56.280Z | Downloaded difflib v0.4.0 |
| 1046 | 2026-08-19T02:30:56.280Z | Downloaded keccak v0.1.6 |
| 1047 | 2026-08-19T02:30:56.283Z | Downloaded dsl_auto_type v0.2.0 |
| 1048 | 2026-08-19T02:30:56.284Z | Downloaded olpc-cjson v0.1.4 |
| 1049 | 2026-08-19T02:30:56.284Z | Downloaded normalize-line-endings v0.3.0 |
| 1050 | 2026-08-19T02:30:56.284Z | Downloaded typify v0.6.2 |
| 1051 | 2026-08-19T02:30:56.287Z | Downloaded phf_shared v0.11.3 |
| 1052 | 2026-08-19T02:30:56.287Z | Downloaded tokio-util v0.7.18 |
| 1053 | 2026-08-19T02:30:56.290Z | Downloaded native-tls v0.2.18 |
| 1054 | 2026-08-19T02:30:56.293Z | Downloaded unicode-segmentation v1.12.0 |
| 1055 | 2026-08-19T02:30:56.297Z | Downloaded hyper-util v0.1.20 |
| 1056 | 2026-08-19T02:30:56.300Z | Downloaded num_enum v0.7.6 |
| 1057 | 2026-08-19T02:30:56.300Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1058 | 2026-08-19T02:30:56.303Z | Downloaded phf v0.12.1 |
| 1059 | 2026-08-19T02:30:56.303Z | Downloaded rand_core v0.6.4 |
| 1060 | 2026-08-19T02:30:56.303Z | Downloaded uuid v1.23.4 |
| 1061 | 2026-08-19T02:30:56.307Z | Downloaded module-lattice v0.2.3 |
| 1062 | 2026-08-19T02:30:56.314Z | Downloaded proc-macro-error2 v2.0.1 |
| 1063 | 2026-08-19T02:30:56.314Z | Downloaded derive_more v0.99.20 |
| 1064 | 2026-08-19T02:30:56.320Z | Downloaded sec1 v0.8.1 |
| 1065 | 2026-08-19T02:30:56.320Z | Downloaded term v0.7.0 |
| 1066 | 2026-08-19T02:30:56.320Z | Downloaded darling v0.21.3 |
| 1067 | 2026-08-19T02:30:56.329Z | Downloaded sqlparser_derive v0.5.0 |
| 1068 | 2026-08-19T02:30:56.329Z | Downloaded prettyplease v0.2.37 |
| 1069 | 2026-08-19T02:30:56.329Z | Downloaded supports-unicode v3.0.0 |
| 1070 | 2026-08-19T02:30:56.329Z | Downloaded termios v0.3.3 |
| 1071 | 2026-08-19T02:30:56.330Z | Downloaded icu_collections v2.1.1 |
| 1072 | 2026-08-19T02:30:56.338Z | Downloaded icu_properties v2.1.2 |
| 1073 | 2026-08-19T02:30:56.338Z | Downloaded time-macros v0.2.27 |
| 1074 | 2026-08-19T02:30:56.338Z | Downloaded ed25519-dalek v2.2.0 |
| 1075 | 2026-08-19T02:30:56.338Z | Downloaded darling v0.23.0 |
| 1076 | 2026-08-19T02:30:56.338Z | Downloaded tokio-tungstenite v0.23.1 |
| 1077 | 2026-08-19T02:30:56.338Z | Downloaded convert_case v0.4.0 |
| 1078 | 2026-08-19T02:30:56.342Z | Downloaded tar v0.4.46 |
| 1079 | 2026-08-19T02:30:56.342Z | Downloaded des v0.9.0 |
| 1080 | 2026-08-19T02:30:56.342Z | Downloaded hkdf v0.12.4 |
| 1081 | 2026-08-19T02:30:56.343Z | Downloaded pkcs1 v0.7.5 |
| 1082 | 2026-08-19T02:30:56.347Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1083 | 2026-08-19T02:30:56.350Z | Downloaded ed25519 v3.0.0 |
| 1084 | 2026-08-19T02:30:56.350Z | Downloaded either v1.15.0 |
| 1085 | 2026-08-19T02:30:56.350Z | Downloaded jobserver v0.1.34 |
| 1086 | 2026-08-19T02:30:56.350Z | Downloaded new_debug_unreachable v1.0.6 |
| 1087 | 2026-08-19T02:30:56.353Z | Downloaded display-error-chain v0.2.2 |
| 1088 | 2026-08-19T02:30:56.353Z | Downloaded ipnetwork v0.21.1 |
| 1089 | 2026-08-19T02:30:56.353Z | Downloaded icu_properties_data v2.1.2 |
| 1090 | 2026-08-19T02:30:56.358Z | Downloaded rustyline v14.0.0 |
| 1091 | 2026-08-19T02:30:56.361Z | Downloaded salsa20 v0.11.0 |
| 1092 | 2026-08-19T02:30:56.365Z | Downloaded thread-id v5.1.0 |
| 1093 | 2026-08-19T02:30:56.365Z | Downloaded der_derive v0.7.3 |
| 1094 | 2026-08-19T02:30:56.365Z | Downloaded signal-hook-mio v0.2.5 |
| 1095 | 2026-08-19T02:30:56.365Z | Downloaded try-lock v0.2.5 |
| 1096 | 2026-08-19T02:30:56.365Z | Downloaded phf_shared v0.12.1 |
| 1097 | 2026-08-19T02:30:56.369Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-08-19T02:30:56.374Z | Downloaded rand v0.10.1 |
| 1099 | 2026-08-19T02:30:56.380Z | Downloaded rustls-webpki v0.103.13 |
| 1100 | 2026-08-19T02:30:56.380Z | Downloaded smallvec v1.15.1 |
| 1101 | 2026-08-19T02:30:56.380Z | Downloaded slog-scope v4.4.1 |
| 1102 | 2026-08-19T02:30:56.385Z | Downloaded unit-prefix v0.5.2 |
| 1103 | 2026-08-19T02:30:56.386Z | Downloaded p521 v0.14.0 |
| 1104 | 2026-08-19T02:30:56.394Z | Downloaded tokio-native-tls v0.3.1 |
| 1105 | 2026-08-19T02:30:56.407Z | Downloaded yoke v0.8.1 |
| 1106 | 2026-08-19T02:30:56.408Z | Downloaded rustversion v1.0.22 |
| 1107 | 2026-08-19T02:30:56.408Z | Downloaded tungstenite v0.21.0 |
| 1108 | 2026-08-19T02:30:56.408Z | Downloaded unicase v2.9.0 |
| 1109 | 2026-08-19T02:30:56.408Z | Downloaded strum v0.26.3 |
| 1110 | 2026-08-19T02:30:56.408Z | Downloaded idna_adapter v1.2.1 |
| 1111 | 2026-08-19T02:30:56.408Z | Downloaded digest-io v0.1.0 |
| 1112 | 2026-08-19T02:30:56.408Z | Downloaded ident_case v1.0.1 |
| 1113 | 2026-08-19T02:30:56.408Z | Downloaded managed v0.8.0 |
| 1114 | 2026-08-19T02:30:56.408Z | Downloaded structmeta-derive v0.3.0 |
| 1115 | 2026-08-19T02:30:56.408Z | Downloaded twox-hash v2.1.2 |
| 1116 | 2026-08-19T02:30:56.408Z | Downloaded convert_case v0.10.0 |
| 1117 | 2026-08-19T02:30:56.421Z | Downloaded derive-ex v0.1.8 |
| 1118 | 2026-08-19T02:30:56.421Z | Downloaded ingot-types v0.2.0 |
| 1119 | 2026-08-19T02:30:56.441Z | Downloaded p384 v0.14.0 |
| 1120 | 2026-08-19T02:30:56.442Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1121 | 2026-08-19T02:30:56.442Z | Downloaded lru v0.12.5 |
| 1122 | 2026-08-19T02:30:56.442Z | Downloaded crc8 v0.1.1 |
| 1123 | 2026-08-19T02:30:56.442Z | Downloaded darling_macro v0.21.3 |
| 1124 | 2026-08-19T02:30:56.442Z | Downloaded minimal-lexical v0.2.1 |
| 1125 | 2026-08-19T02:30:56.443Z | Downloaded parking_lot_core v0.8.6 |
| 1126 | 2026-08-19T02:30:56.443Z | Downloaded blake3 v1.8.5 |
| 1127 | 2026-08-19T02:30:56.443Z | Downloaded scuffle v0.1.0 |
| 1128 | 2026-08-19T02:30:56.443Z | Downloaded parse-size v1.1.0 |
| 1129 | 2026-08-19T02:30:56.443Z | Downloaded unicode-xid v0.2.6 |
| 1130 | 2026-08-19T02:30:56.460Z | Downloaded postgres-types v0.2.12 |
| 1131 | 2026-08-19T02:30:56.461Z | Downloaded serde-big-array v0.5.1 |
| 1132 | 2026-08-19T02:30:56.461Z | Downloaded predicates v3.1.4 |
| 1133 | 2026-08-19T02:30:56.461Z | Downloaded progenitor v0.13.0 |
| 1134 | 2026-08-19T02:30:56.462Z | Downloaded scroll v0.13.0 |
| 1135 | 2026-08-19T02:30:56.462Z | Downloaded itertools v0.15.0 |
| 1136 | 2026-08-19T02:30:56.462Z | Downloaded itertools v0.14.0 |
| 1137 | 2026-08-19T02:30:56.462Z | Downloaded nom v8.0.0 |
| 1138 | 2026-08-19T02:30:56.462Z | Downloaded itertools v0.12.1 |
| 1139 | 2026-08-19T02:30:56.462Z | Downloaded itertools v0.13.0 |
| 1140 | 2026-08-19T02:30:56.468Z | Downloaded der v0.7.10 |
| 1141 | 2026-08-19T02:30:56.468Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1142 | 2026-08-19T02:30:56.468Z | Downloaded delegate v0.13.5 |
| 1143 | 2026-08-19T02:30:56.469Z | Downloaded pbkdf2 v0.13.0 |
| 1144 | 2026-08-19T02:30:56.469Z | Downloaded serde-hex v0.1.0 |
| 1145 | 2026-08-19T02:30:56.469Z | Downloaded sync-ptr v0.1.4 |
| 1146 | 2026-08-19T02:30:56.484Z | Downloaded tower-service v0.3.3 |
| 1147 | 2026-08-19T02:30:56.484Z | Downloaded russh-util v0.52.0 |
| 1148 | 2026-08-19T02:30:56.484Z | Downloaded salty v0.3.0 |
| 1149 | 2026-08-19T02:30:56.484Z | Downloaded strum_macros v0.26.4 |
| 1150 | 2026-08-19T02:30:56.484Z | Downloaded itertools v0.10.5 |
| 1151 | 2026-08-19T02:30:56.484Z | Downloaded vergen-lib v9.1.0 |
| 1152 | 2026-08-19T02:30:56.503Z | Downloaded untrusted v0.7.1 |
| 1153 | 2026-08-19T02:30:56.504Z | Downloaded crypto-primes v0.7.2 |
| 1154 | 2026-08-19T02:30:56.504Z | Downloaded password-hash v0.5.0 |
| 1155 | 2026-08-19T02:30:56.504Z | Downloaded inout v0.1.4 |
| 1156 | 2026-08-19T02:30:56.504Z | Downloaded tower v0.5.3 |
| 1157 | 2026-08-19T02:30:56.505Z | Downloaded icu_normalizer_data v2.1.1 |
| 1158 | 2026-08-19T02:30:56.506Z | Downloaded newtype_derive v0.1.6 |
| 1159 | 2026-08-19T02:30:56.541Z | Downloaded bitvec v1.0.1 |
| 1160 | 2026-08-19T02:30:56.541Z | Downloaded publicsuffix v2.3.0 |
| 1161 | 2026-08-19T02:30:56.541Z | Downloaded libsw v3.5.0 |
| 1162 | 2026-08-19T02:30:56.541Z | Downloaded signal-hook-registry v1.4.8 |
| 1163 | 2026-08-19T02:30:56.541Z | Downloaded defmt-macros v1.0.1 |
| 1164 | 2026-08-19T02:30:56.541Z | Downloaded ml-kem v0.3.2 |
| 1165 | 2026-08-19T02:30:56.541Z | Downloaded idna v1.1.0 |
| 1166 | 2026-08-19T02:30:56.541Z | Downloaded ppv-lite86 v0.2.21 |
| 1167 | 2026-08-19T02:30:56.542Z | Downloaded signal-hook v0.3.18 |
| 1168 | 2026-08-19T02:30:56.542Z | Downloaded smallvec v0.6.14 |
| 1169 | 2026-08-19T02:30:56.542Z | Downloaded nu-ansi-term v0.50.3 |
| 1170 | 2026-08-19T02:30:56.542Z | Downloaded whoami v2.1.0 |
| 1171 | 2026-08-19T02:30:56.542Z | Downloaded p384 v0.13.1 |
| 1172 | 2026-08-19T02:30:56.559Z | Downloaded git2 v0.20.4 |
| 1173 | 2026-08-19T02:30:56.560Z | Downloaded sec1 v0.7.3 |
| 1174 | 2026-08-19T02:30:56.561Z | Downloaded cookie v0.18.1 |
| 1175 | 2026-08-19T02:30:56.561Z | Downloaded lru-cache v0.1.2 |
| 1176 | 2026-08-19T02:30:56.561Z | Downloaded scopeguard v1.2.0 |
| 1177 | 2026-08-19T02:30:56.561Z | Downloaded crc32fast v1.5.0 |
| 1178 | 2026-08-19T02:30:56.561Z | Downloaded num-complex v0.4.6 |
| 1179 | 2026-08-19T02:30:56.561Z | Downloaded peg v0.8.5 |
| 1180 | 2026-08-19T02:30:56.561Z | Downloaded pkcs8 v0.10.2 |
| 1181 | 2026-08-19T02:30:56.561Z | Downloaded tough v0.22.0 |
| 1182 | 2026-08-19T02:30:56.561Z | Downloaded winnow v0.6.26 |
| 1183 | 2026-08-19T02:30:56.561Z | Downloaded proptest v1.11.0 |
| 1184 | 2026-08-19T02:30:56.581Z | Downloaded ryu v1.0.23 |
| 1185 | 2026-08-19T02:30:56.581Z | Downloaded pkg-config v0.3.32 |
| 1186 | 2026-08-19T02:30:56.581Z | Downloaded memmap2 v0.9.10 |
| 1187 | 2026-08-19T02:30:56.581Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1188 | 2026-08-19T02:30:56.582Z | Downloaded const_format v0.2.35 |
| 1189 | 2026-08-19T02:30:56.582Z | Downloaded samael v0.0.19 |
| 1190 | 2026-08-19T02:30:56.583Z | Downloaded libsw-core v0.3.2 |
| 1191 | 2026-08-19T02:30:56.599Z | Downloaded num_enum_derive v0.7.6 |
| 1192 | 2026-08-19T02:30:56.599Z | Downloaded vergen-gitcl v1.0.8 |
| 1193 | 2026-08-19T02:30:56.599Z | Downloaded ipnet v2.12.0 |
| 1194 | 2026-08-19T02:30:56.599Z | Downloaded bindgen v0.71.1 |
| 1195 | 2026-08-19T02:30:56.599Z | Downloaded icu_normalizer v2.1.1 |
| 1196 | 2026-08-19T02:30:56.599Z | Downloaded rand v0.8.6 |
| 1197 | 2026-08-19T02:30:56.599Z | Downloaded owo-colors v4.3.0 |
| 1198 | 2026-08-19T02:30:56.601Z | Downloaded chrono v0.4.45 |
| 1199 | 2026-08-19T02:30:56.601Z | Downloaded hyper-rustls v0.27.7 |
| 1200 | 2026-08-19T02:30:56.601Z | Downloaded reedline v0.40.0 |
| 1201 | 2026-08-19T02:30:56.610Z | Downloaded miette v7.6.0 |
| 1202 | 2026-08-19T02:30:56.610Z | Downloaded elliptic-curve v0.13.8 |
| 1203 | 2026-08-19T02:30:56.610Z | Downloaded ctutils v0.4.2 |
| 1204 | 2026-08-19T02:30:56.610Z | Downloaded winnow v1.0.3 |
| 1205 | 2026-08-19T02:30:56.610Z | Downloaded dropshot_endpoint v0.17.1 |
| 1206 | 2026-08-19T02:30:56.610Z | Downloaded zerocopy v0.6.6 |
| 1207 | 2026-08-19T02:30:56.610Z | Downloaded r2d2 v0.8.10 |
| 1208 | 2026-08-19T02:30:56.634Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1209 | 2026-08-19T02:30:56.634Z | Downloaded socket2 v0.5.10 |
| 1210 | 2026-08-19T02:30:56.634Z | Downloaded darling_core v0.23.0 |
| 1211 | 2026-08-19T02:30:56.644Z | Downloaded crypto-bigint v0.5.5 |
| 1212 | 2026-08-19T02:30:56.644Z | Downloaded vcpkg v0.2.15 |
| 1213 | 2026-08-19T02:30:56.649Z | Downloaded zip v4.6.1 |
| 1214 | 2026-08-19T02:30:56.650Z | Downloaded tokio-postgres v0.7.16 |
| 1215 | 2026-08-19T02:30:56.663Z | Downloaded winnow v0.5.40 |
| 1216 | 2026-08-19T02:30:56.663Z | Downloaded object v0.30.4 |
| 1217 | 2026-08-19T02:30:56.669Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-08-19T02:30:56.669Z | Downloaded qorb v0.4.1 |
| 1219 | 2026-08-19T02:30:56.669Z | Downloaded tracing-core v0.1.36 |
| 1220 | 2026-08-19T02:30:56.669Z | Downloaded crossterm v0.28.1 |
| 1221 | 2026-08-19T02:30:56.672Z | Downloaded derive-where v1.6.0 |
| 1222 | 2026-08-19T02:30:56.679Z | Downloaded subprocess v0.2.15 |
| 1223 | 2026-08-19T02:30:56.679Z | Downloaded zerovec v0.11.5 |
| 1224 | 2026-08-19T02:30:56.686Z | Downloaded petname v2.0.2 |
| 1225 | 2026-08-19T02:30:56.686Z | Downloaded zlib-rs v0.6.2 |
| 1226 | 2026-08-19T02:30:56.697Z | Downloaded lalrpop v0.19.12 |
| 1227 | 2026-08-19T02:30:56.707Z | Downloaded quinn v0.11.11 |
| 1228 | 2026-08-19T02:30:56.707Z | Downloaded polar-core v0.27.3 |
| 1229 | 2026-08-19T02:30:56.707Z | Downloaded socket2 v0.6.3 |
| 1230 | 2026-08-19T02:30:56.707Z | Downloaded openssl-sys v0.9.117 |
| 1231 | 2026-08-19T02:30:56.708Z | Downloaded unicode-normalization v0.1.25 |
| 1232 | 2026-08-19T02:30:56.720Z | Downloaded similar v2.7.0 |
| 1233 | 2026-08-19T02:30:56.721Z | Downloaded reqwest v0.12.28 |
| 1234 | 2026-08-19T02:30:56.752Z | Downloaded indexmap v1.9.3 |
| 1235 | 2026-08-19T02:30:56.760Z | Downloaded rsa v0.9.10 |
| 1236 | 2026-08-19T02:30:56.760Z | Downloaded iri-string v0.7.10 |
| 1237 | 2026-08-19T02:30:56.760Z | Downloaded rand v0.9.2 |
| 1238 | 2026-08-19T02:30:56.760Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1239 | 2026-08-19T02:30:56.760Z | Downloaded regex-syntax v0.6.29 |
| 1240 | 2026-08-19T02:30:56.761Z | Downloaded quinn-proto v0.11.16 |
| 1241 | 2026-08-19T02:30:56.767Z | Downloaded crossterm v0.29.0 |
| 1242 | 2026-08-19T02:30:56.767Z | Downloaded crossbeam-channel v0.5.15 |
| 1243 | 2026-08-19T02:30:56.767Z | Downloaded mio v1.2.0 |
| 1244 | 2026-08-19T02:30:56.767Z | Downloaded x509-cert v0.2.5 |
| 1245 | 2026-08-19T02:30:56.767Z | Downloaded gimli v0.32.3 |
| 1246 | 2026-08-19T02:30:56.767Z | Downloaded derive_more-impl v2.1.1 |
| 1247 | 2026-08-19T02:30:56.767Z | Downloaded goblin v0.10.5 |
| 1248 | 2026-08-19T02:30:56.768Z | Downloaded jiff-core v0.1.0 |
| 1249 | 2026-08-19T02:30:56.777Z | Downloaded sha3 v0.12.0 |
| 1250 | 2026-08-19T02:30:56.777Z | Downloaded rawzip v0.4.4 |
| 1251 | 2026-08-19T02:30:56.777Z | Downloaded hyper v1.10.1 |
| 1252 | 2026-08-19T02:30:56.781Z | Downloaded moka v0.12.13 |
| 1253 | 2026-08-19T02:30:56.796Z | Downloaded nix v0.27.1 |
| 1254 | 2026-08-19T02:30:56.805Z | Downloaded libm v0.2.16 |
| 1255 | 2026-08-19T02:30:56.805Z | Downloaded iddqd v0.4.2 |
| 1256 | 2026-08-19T02:30:56.809Z | Downloaded portable-atomic v1.13.1 |
| 1257 | 2026-08-19T02:30:56.820Z | Downloaded bstr v1.12.1 |
| 1258 | 2026-08-19T02:30:56.820Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-08-19T02:30:56.844Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-08-19T02:30:56.844Z | Downloaded russh v0.62.4 |
| 1261 | 2026-08-19T02:30:56.861Z | Downloaded rayon v1.11.0 |
| 1262 | 2026-08-19T02:30:56.861Z | Downloaded time v0.3.47 |
| 1263 | 2026-08-19T02:30:56.861Z | Downloaded regress v0.11.1 |
| 1264 | 2026-08-19T02:30:56.861Z | Downloaded regex v1.12.3 |
| 1265 | 2026-08-19T02:30:56.869Z | Downloaded regress v0.10.5 |
| 1266 | 2026-08-19T02:30:56.869Z | Downloaded serde_with v3.21.0 |
| 1267 | 2026-08-19T02:30:56.873Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-08-19T02:30:56.890Z | Downloaded curve25519-dalek v5.0.0 |
| 1269 | 2026-08-19T02:30:56.905Z | Downloaded object v0.37.3 |
| 1270 | 2026-08-19T02:30:56.906Z | Downloaded rustls v0.23.41 |
| 1271 | 2026-08-19T02:30:56.928Z | Downloaded nix v0.28.0 |
| 1272 | 2026-08-19T02:30:56.928Z | Downloaded quick-xml v0.37.5 |
| 1273 | 2026-08-19T02:30:56.928Z | Downloaded curve25519-dalek v4.1.3 |
| 1274 | 2026-08-19T02:30:56.931Z | Downloaded crypto-bigint v0.7.5 |
| 1275 | 2026-08-19T02:30:56.931Z | Downloaded openssl v0.10.80 |
| 1276 | 2026-08-19T02:30:56.938Z | Downloaded zerocopy v0.8.55 |
| 1277 | 2026-08-19T02:30:56.955Z | Downloaded diesel v2.3.7 |
| 1278 | 2026-08-19T02:30:56.980Z | Downloaded tabled v0.21.0 |
| 1279 | 2026-08-19T02:30:56.999Z | Downloaded smoltcp v0.9.1 |
| 1280 | 2026-08-19T02:30:56.999Z | Downloaded smoltcp v0.11.0 |
| 1281 | 2026-08-19T02:30:56.999Z | Downloaded dropshot v0.17.1 |
| 1282 | 2026-08-19T02:30:56.999Z | Downloaded zerocopy-derive v0.6.6 |
| 1283 | 2026-08-19T02:30:57.006Z | Downloaded sqlparser v0.61.0 |
| 1284 | 2026-08-19T02:30:57.012Z | Downloaded sha3 v0.11.0 |
| 1285 | 2026-08-19T02:30:57.024Z | Downloaded nix v0.31.2 |
| 1286 | 2026-08-19T02:30:57.024Z | Downloaded openapiv3 v2.2.0 |
| 1287 | 2026-08-19T02:30:57.031Z | Downloaded sled v0.34.7 |
| 1288 | 2026-08-19T02:30:57.050Z | Downloaded tokio v1.52.1 |
| 1289 | 2026-08-19T02:30:57.082Z | Downloaded libz-sys v1.1.24 |
| 1290 | 2026-08-19T02:30:57.106Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-08-19T02:30:57.113Z | Downloaded ratatui v0.29.0 |
| 1292 | 2026-08-19T02:30:57.113Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-08-19T02:30:57.123Z | Downloaded regex-syntax v0.8.10 |
| 1294 | 2026-08-19T02:30:57.127Z | Downloaded encoding_rs v0.8.35 |
| 1295 | 2026-08-19T02:30:57.136Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-08-19T02:30:57.154Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1297 | 2026-08-19T02:30:57.185Z | Downloaded tracing v0.1.44 |
| 1298 | 2026-08-19T02:30:57.203Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-08-19T02:30:57.223Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-08-19T02:30:57.239Z | Downloaded chrono-tz v0.10.4 |
| 1301 | 2026-08-19T02:30:57.247Z | Downloaded jiff v0.2.34 |
| 1302 | 2026-08-19T02:30:57.257Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-08-19T02:30:57.292Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-08-19T02:30:57.299Z | Downloaded csv v1.4.0 |
| 1305 | 2026-08-19T02:30:57.430Z | Downloaded ring v0.17.14 |
| 1306 | 2026-08-19T02:30:57.470Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1307 | 2026-08-19T02:30:57.917Z | Downloaded aws-lc-sys v0.40.0 |
| 1308 | 2026-08-19T02:30:58.180Z | Compiling serde_core v1.0.228 |
| 1309 | 2026-08-19T02:30:58.180Z | Compiling libc v0.2.185 |
| 1310 | 2026-08-19T02:30:58.181Z | Compiling serde v1.0.228 |
| 1311 | 2026-08-19T02:30:58.184Z | Compiling log v0.4.33 |
| 1312 | 2026-08-19T02:30:58.184Z | Compiling smallvec v1.15.1 |
| 1313 | 2026-08-19T02:30:58.185Z | Compiling shlex v1.3.0 |
| 1314 | 2026-08-19T02:30:58.185Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-08-19T02:30:58.185Z | Compiling subtle v2.6.1 |
| 1316 | 2026-08-19T02:30:58.185Z | Compiling scopeguard v1.2.0 |
| 1317 | 2026-08-19T02:30:58.185Z | Compiling stable_deref_trait v1.2.1 |
| 1318 | 2026-08-19T02:30:58.185Z | Compiling typenum v1.20.1 |
| 1319 | 2026-08-19T02:30:58.312Z | Compiling zerocopy v0.8.55 |
| 1320 | 2026-08-19T02:30:58.315Z | Compiling portable-atomic v1.13.1 |
| 1321 | 2026-08-19T02:30:58.353Z | Compiling serde_json v1.0.151 |
| 1322 | 2026-08-19T02:30:58.365Z | Compiling syn v2.0.117 |
| 1323 | 2026-08-19T02:30:58.376Z | Compiling critical-section v1.2.0 |
| 1324 | 2026-08-19T02:30:58.537Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-08-19T02:30:58.547Z | Compiling libm v0.2.16 |
| 1326 | 2026-08-19T02:30:58.558Z | Compiling num-traits v0.2.19 |
| 1327 | 2026-08-19T02:30:58.580Z | Compiling pkg-config v0.3.32 |
| 1328 | 2026-08-19T02:30:58.580Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-08-19T02:30:58.591Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-08-19T02:30:58.612Z | Compiling const-oid v0.9.6 |
| 1331 | 2026-08-19T02:30:58.636Z | Compiling pin-project-lite v0.2.17 |
| 1332 | 2026-08-19T02:30:58.808Z | Compiling getrandom v0.3.4 |
| 1333 | 2026-08-19T02:30:58.839Z | Compiling writeable v0.6.2 |
| 1334 | 2026-08-19T02:30:58.843Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-08-19T02:30:58.867Z | Compiling percent-encoding v2.3.2 |
| 1336 | 2026-08-19T02:30:58.884Z | Compiling litemap v0.8.1 |
| 1337 | 2026-08-19T02:30:58.957Z | Compiling icu_properties_data v2.1.2 |
| 1338 | 2026-08-19T02:30:58.983Z | Compiling icu_normalizer_data v2.1.1 |
| 1339 | 2026-08-19T02:30:59.023Z | Compiling rustix v1.1.4 |
| 1340 | 2026-08-19T02:30:59.052Z | Compiling getrandom v0.4.3 |
| 1341 | 2026-08-19T02:30:59.087Z | Compiling rand_core v0.10.0 |
| 1342 | 2026-08-19T02:30:59.103Z | Compiling futures-sink v0.3.32 |
| 1343 | 2026-08-19T02:30:59.113Z | Compiling slab v0.4.12 |
| 1344 | 2026-08-19T02:30:59.218Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-08-19T02:30:59.252Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-08-19T02:30:59.273Z | Compiling futures-io v0.3.32 |
| 1347 | 2026-08-19T02:30:59.286Z | Compiling utf8_iter v1.0.4 |
| 1348 | 2026-08-19T02:30:59.315Z | Compiling form_urlencoded v1.2.2 |
| 1349 | 2026-08-19T02:30:59.331Z | Compiling errno v0.3.14 |
| 1350 | 2026-08-19T02:30:59.347Z | Compiling jobserver v0.1.34 |
| 1351 | 2026-08-19T02:30:59.405Z | Compiling getrandom v0.2.17 |
| 1352 | 2026-08-19T02:30:59.434Z | Compiling mio v1.2.0 |
| 1353 | 2026-08-19T02:30:59.438Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-08-19T02:30:59.467Z | Compiling signal-hook-registry v1.4.8 |
| 1355 | 2026-08-19T02:30:59.515Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-08-19T02:30:59.523Z | Compiling iana-time-zone v0.1.65 |
| 1357 | 2026-08-19T02:30:59.531Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-08-19T02:30:59.558Z | Compiling rand_core v0.6.4 |
| 1359 | 2026-08-19T02:30:59.660Z | Compiling cc v1.2.56 |
| 1360 | 2026-08-19T02:30:59.676Z | Compiling once_cell v1.21.3 |
| 1361 | 2026-08-19T02:30:59.742Z | Compiling parking_lot v0.12.5 |
| 1362 | 2026-08-19T02:30:59.766Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-08-19T02:30:59.778Z | Compiling regex-syntax v0.8.10 |
| 1364 | 2026-08-19T02:30:59.778Z | Compiling dunce v1.0.5 |
| 1365 | 2026-08-19T02:30:59.856Z | Compiling pem-rfc7468 v0.7.0 |
| 1366 | 2026-08-19T02:30:59.874Z | Compiling fs_extra v1.3.0 |
| 1367 | 2026-08-19T02:30:59.916Z | Compiling flagset v0.4.7 |
| 1368 | 2026-08-19T02:30:59.932Z | Compiling base64 v0.22.1 |
| 1369 | 2026-08-19T02:30:59.932Z | Compiling vcpkg v0.2.15 |
| 1370 | 2026-08-19T02:30:59.932Z | Compiling syn v1.0.109 |
| 1371 | 2026-08-19T02:30:59.978Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-08-19T02:31:00.085Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-08-19T02:31:00.101Z | Compiling simd-adler32 v0.3.8 |
| 1374 | 2026-08-19T02:31:00.199Z | Compiling cpufeatures v0.2.17 |
| 1375 | 2026-08-19T02:31:00.233Z | Compiling schemars v0.8.22 |
| 1376 | 2026-08-19T02:31:00.242Z | Compiling aws-lc-rs v1.16.3 |
| 1377 | 2026-08-19T02:31:00.254Z | Compiling dyn-clone v1.0.20 |
| 1378 | 2026-08-19T02:31:00.299Z | Compiling spin v0.9.8 |
| 1379 | 2026-08-19T02:31:00.313Z | Compiling openssl-probe v0.2.1 |
| 1380 | 2026-08-19T02:31:00.341Z | Compiling cmov v0.5.4 |
| 1381 | 2026-08-19T02:31:00.405Z | Compiling adler2 v2.0.1 |
| 1382 | 2026-08-19T02:31:00.442Z | Compiling cmake v0.1.57 |
| 1383 | 2026-08-19T02:31:00.475Z | Compiling crc32fast v1.5.0 |
| 1384 | 2026-08-19T02:31:00.525Z | Compiling httparse v1.10.1 |
| 1385 | 2026-08-19T02:31:00.541Z | Compiling tinyvec_macros v0.1.1 |
| 1386 | 2026-08-19T02:31:00.544Z | Compiling ctutils v0.4.2 |
| 1387 | 2026-08-19T02:31:00.571Z | Compiling miniz_oxide v0.8.9 |
| 1388 | 2026-08-19T02:31:00.575Z | Compiling aho-corasick v1.1.4 |
| 1389 | 2026-08-19T02:31:00.575Z | Compiling atomic-waker v1.1.2 |
| 1390 | 2026-08-19T02:31:00.620Z | Compiling tinyvec v1.10.0 |
| 1391 | 2026-08-19T02:31:00.672Z | Compiling bitflags v2.11.0 |
| 1392 | 2026-08-19T02:31:00.721Z | Compiling semver v1.0.28 |
| 1393 | 2026-08-19T02:31:00.734Z | Compiling indexmap v2.14.0 |
| 1394 | 2026-08-19T02:31:00.771Z | Compiling uuid v1.23.4 |
| 1395 | 2026-08-19T02:31:00.857Z | Compiling untrusted v0.7.1 |
| 1396 | 2026-08-19T02:31:00.871Z | Compiling try-lock v0.2.5 |
| 1397 | 2026-08-19T02:31:00.927Z | Compiling tower-service v0.3.3 |
| 1398 | 2026-08-19T02:31:00.941Z | Compiling rustc_version v0.4.1 |
| 1399 | 2026-08-19T02:31:00.993Z | Compiling radium v0.7.0 |
| 1400 | 2026-08-19T02:31:01.008Z | Compiling tower-layer v0.3.3 |
| 1401 | 2026-08-19T02:31:01.022Z | Compiling want v0.3.1 |
| 1402 | 2026-08-19T02:31:01.206Z | Compiling untrusted v0.9.0 |
| 1403 | 2026-08-19T02:31:01.229Z | Compiling tap v1.0.1 |
| 1404 | 2026-08-19T02:31:01.243Z | Compiling httpdate v1.0.3 |
| 1405 | 2026-08-19T02:31:01.292Z | Compiling foreign-types-shared v0.1.1 |
| 1406 | 2026-08-19T02:31:01.307Z | Compiling openssl v0.10.80 |
| 1407 | 2026-08-19T02:31:01.311Z | Compiling rustls v0.23.41 |
| 1408 | 2026-08-19T02:31:01.339Z | Compiling aws-lc-sys v0.40.0 |
| 1409 | 2026-08-19T02:31:01.352Z | Compiling openssl-sys v0.9.117 |
| 1410 | 2026-08-19T02:31:01.356Z | Compiling maybe-uninit v2.0.0 |
| 1411 | 2026-08-19T02:31:01.382Z | Compiling foreign-types v0.3.2 |
| 1412 | 2026-08-19T02:31:01.394Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1413 | 2026-08-19T02:31:01.428Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1414 | 2026-08-19T02:31:01.458Z | Compiling wyz v0.5.1 |
| 1415 | 2026-08-19T02:31:01.491Z | Compiling synstructure v0.13.2 |
| 1416 | 2026-08-19T02:31:01.510Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-08-19T02:31:01.514Z | Compiling pest_generator v2.8.6 |
| 1418 | 2026-08-19T02:31:01.568Z | Compiling darling_core v0.20.11 |
| 1419 | 2026-08-19T02:31:01.655Z | Compiling regex-automata v0.4.14 |
| 1420 | 2026-08-19T02:31:01.739Z | Compiling unicode-normalization v0.1.25 |
| 1421 | 2026-08-19T02:31:01.823Z | Compiling terminal_size v0.4.3 |
| 1422 | 2026-08-19T02:31:01.896Z | Compiling tempfile v3.27.0 |
| 1423 | 2026-08-19T02:31:01.950Z | Compiling num-integer v0.1.46 |
| 1424 | 2026-08-19T02:31:01.987Z | Compiling wait-timeout v0.2.1 |
| 1425 | 2026-08-19T02:31:02.076Z | Compiling ahash v0.8.12 |
| 1426 | 2026-08-19T02:31:02.126Z | Compiling time-core v0.1.8 |
| 1427 | 2026-08-19T02:31:02.251Z | Compiling bit-vec v0.8.0 |
| 1428 | 2026-08-19T02:31:02.272Z | Compiling native-tls v0.2.18 |
| 1429 | 2026-08-19T02:31:02.287Z | Compiling quick-error v1.2.3 |
| 1430 | 2026-08-19T02:31:02.303Z | Compiling num-bigint-dig v0.8.6 |
| 1431 | 2026-08-19T02:31:02.316Z | Compiling num-conv v0.2.0 |
| 1432 | 2026-08-19T02:31:02.321Z | Compiling powerfmt v0.2.0 |
| 1433 | 2026-08-19T02:31:02.330Z | Compiling funty v2.0.0 |
| 1434 | 2026-08-19T02:31:02.334Z | Compiling packed_struct v0.10.1 |
| 1435 | 2026-08-19T02:31:02.392Z | Compiling clap_builder v4.6.0 |
| 1436 | 2026-08-19T02:31:02.427Z | Compiling rusty-fork v0.3.1 |
| 1437 | 2026-08-19T02:31:02.474Z | Compiling time-macros v0.2.27 |
| 1438 | 2026-08-19T02:31:02.530Z | Compiling deranged v0.5.8 |
| 1439 | 2026-08-19T02:31:02.534Z | Compiling bit-set v0.8.0 |
| 1440 | 2026-08-19T02:31:02.541Z | Compiling num-iter v0.1.45 |
| 1441 | 2026-08-19T02:31:02.661Z | Compiling lazy_static v1.5.0 |
| 1442 | 2026-08-19T02:31:02.689Z | Compiling bitvec v1.0.1 |
| 1443 | 2026-08-19T02:31:02.723Z | Compiling rand_xorshift v0.4.0 |
| 1444 | 2026-08-19T02:31:02.723Z | Compiling sync_wrapper v1.0.2 |
| 1445 | 2026-08-19T02:31:02.765Z | Compiling indexmap v1.9.3 |
| 1446 | 2026-08-19T02:31:02.779Z | Compiling siphasher v1.0.2 |
| 1447 | 2026-08-19T02:31:02.857Z | Compiling num_threads v0.1.7 |
| 1448 | 2026-08-19T02:31:02.909Z | Compiling crc-catalog v2.4.0 |
| 1449 | 2026-08-19T02:31:02.972Z | Compiling object v0.37.3 |
| 1450 | 2026-08-19T02:31:02.986Z | Compiling zlib-rs v0.6.2 |
| 1451 | 2026-08-19T02:31:02.990Z | Compiling usdt-impl v0.6.0 |
| 1452 | 2026-08-19T02:31:03.003Z | Compiling unarray v0.1.4 |
| 1453 | 2026-08-19T02:31:03.018Z | Compiling paste v1.0.15 |
| 1454 | 2026-08-19T02:31:03.142Z | Compiling crossbeam-utils v0.8.21 |
| 1455 | 2026-08-19T02:31:03.225Z | Compiling nodrop v0.1.14 |
| 1456 | 2026-08-19T02:31:03.277Z | Compiling serde_derive v1.0.228 |
| 1457 | 2026-08-19T02:31:03.311Z | Compiling zeroize_derive v1.5.0 |
| 1458 | 2026-08-19T02:31:03.325Z | Compiling zerocopy-derive v0.8.55 |
| 1459 | 2026-08-19T02:31:03.340Z | Compiling zerofrom-derive v0.1.6 |
| 1460 | 2026-08-19T02:31:03.449Z | Compiling yoke-derive v0.8.1 |
| 1461 | 2026-08-19T02:31:03.537Z | Compiling zerovec-derive v0.11.2 |
| 1462 | 2026-08-19T02:31:03.552Z | Compiling displaydoc v0.2.5 |
| 1463 | 2026-08-19T02:31:03.576Z | Compiling tokio-macros v2.7.0 |
| 1464 | 2026-08-19T02:31:03.967Z | Compiling futures-macro v0.3.32 |
| 1465 | 2026-08-19T02:31:04.018Z | Compiling thiserror-impl v2.0.18 |
| 1466 | 2026-08-19T02:31:04.149Z | Compiling der_derive v0.7.3 |
| 1467 | 2026-08-19T02:31:04.350Z | Compiling tracing-attributes v0.1.31 |
| 1468 | 2026-08-19T02:31:04.371Z | Compiling schemars_derive v0.8.22 |
| 1469 | 2026-08-19T02:31:04.432Z | Compiling pest_derive v2.8.6 |
| 1470 | 2026-08-19T02:31:04.717Z | Compiling scroll_derive v0.13.1 |
| 1471 | 2026-08-19T02:31:04.754Z | Compiling darling_macro v0.20.11 |
| 1472 | 2026-08-19T02:31:04.812Z | Compiling zerofrom v0.1.6 |
| 1473 | 2026-08-19T02:31:04.825Z | Compiling futures-util v0.3.32 |
| 1474 | 2026-08-19T02:31:04.932Z | Compiling yoke v0.8.1 |
| 1475 | 2026-08-19T02:31:04.948Z | Compiling thiserror-impl v1.0.69 |
| 1476 | 2026-08-19T02:31:05.130Z | Compiling zerovec v0.11.5 |
| 1477 | 2026-08-19T02:31:05.144Z | Compiling zerotrie v0.2.3 |
| 1478 | 2026-08-19T02:31:05.357Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-08-19T02:31:05.379Z | Compiling thiserror v2.0.18 |
| 1480 | 2026-08-19T02:31:05.467Z | Compiling darling v0.20.11 |
| 1481 | 2026-08-19T02:31:05.485Z | Compiling packed_struct_codegen v0.10.1 |
| 1482 | 2026-08-19T02:31:05.503Z | Compiling zerocopy-derive v0.6.6 |
| 1483 | 2026-08-19T02:31:05.560Z | Compiling bitfield-macros v0.19.4 |
| 1484 | 2026-08-19T02:31:05.573Z | Compiling scroll v0.13.0 |
| 1485 | 2026-08-19T02:31:05.661Z | Compiling tinystr v0.8.2 |
| 1486 | 2026-08-19T02:31:05.675Z | Compiling potential_utf v0.1.4 |
| 1487 | 2026-08-19T02:31:05.737Z | Compiling tracing v0.1.44 |
| 1488 | 2026-08-19T02:31:05.857Z | Compiling icu_locale_core v2.1.1 |
| 1489 | 2026-08-19T02:31:05.875Z | Compiling icu_collections v2.1.1 |
| 1490 | 2026-08-19T02:31:05.891Z | Compiling goblin v0.10.5 |
| 1491 | 2026-08-19T02:31:05.919Z | Compiling clap_derive v4.6.1 |
| 1492 | 2026-08-19T02:31:06.033Z | Compiling flate2 v1.1.9 |
| 1493 | 2026-08-19T02:31:06.285Z | Compiling derive_builder_core v0.20.2 |
| 1494 | 2026-08-19T02:31:06.310Z | Compiling thiserror v1.0.69 |
| 1495 | 2026-08-19T02:31:06.355Z | Compiling bitfield v0.19.4 |
| 1496 | 2026-08-19T02:31:06.419Z | Compiling zerocopy v0.6.6 |
| 1497 | 2026-08-19T02:31:06.434Z | Compiling dtrace-parser v0.3.0 |
| 1498 | 2026-08-19T02:31:06.437Z | Compiling time v0.3.47 |
| 1499 | 2026-08-19T02:31:06.605Z | Compiling icu_provider v2.1.1 |
| 1500 | 2026-08-19T02:31:06.678Z | Compiling array-init v0.0.4 |
| 1501 | 2026-08-19T02:31:06.713Z | Compiling structmeta-derive v0.3.0 |
| 1502 | 2026-08-19T02:31:06.763Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-08-19T02:31:06.794Z | Compiling zeroize v1.9.0 |
| 1504 | 2026-08-19T02:31:06.866Z | Compiling bytes v1.11.1 |
| 1505 | 2026-08-19T02:31:06.923Z | Compiling icu_properties v2.1.2 |
| 1506 | 2026-08-19T02:31:07.040Z | Compiling icu_normalizer v2.1.1 |
| 1507 | 2026-08-19T02:31:07.177Z | Compiling chrono v0.4.45 |
| 1508 | 2026-08-19T02:31:07.194Z | Compiling der v0.7.10 |
| 1509 | 2026-08-19T02:31:07.212Z | Compiling rustls-pki-types v1.14.0 |
| 1510 | 2026-08-19T02:31:07.449Z | Compiling tokio v1.52.1 |
| 1511 | 2026-08-19T02:31:07.491Z | Compiling http v1.4.2 |
| 1512 | 2026-08-19T02:31:07.596Z | Compiling crypto-common v0.1.7 |
| 1513 | 2026-08-19T02:31:07.611Z | Compiling block-buffer v0.10.4 |
| 1514 | 2026-08-19T02:31:07.682Z | Compiling hybrid-array v0.4.13 |
| 1515 | 2026-08-19T02:31:07.740Z | Compiling ipnet v2.12.0 |
| 1516 | 2026-08-19T02:31:07.765Z | Compiling idna_adapter v1.2.1 |
| 1517 | 2026-08-19T02:31:07.798Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-08-19T02:31:07.822Z | Compiling digest v0.10.7 |
| 1519 | 2026-08-19T02:31:07.923Z | Compiling idna v1.1.0 |
| 1520 | 2026-08-19T02:31:07.979Z | Compiling hex v0.4.3 |
| 1521 | 2026-08-19T02:31:08.022Z | Compiling spki v0.7.3 |
| 1522 | 2026-08-19T02:31:08.038Z | Compiling sha2 v0.10.9 |
| 1523 | 2026-08-19T02:31:08.086Z | Compiling rand_chacha v0.9.0 |
| 1524 | 2026-08-19T02:31:08.134Z | Compiling http-body v1.0.1 |
| 1525 | 2026-08-19T02:31:08.247Z | Compiling url v2.5.8 |
| 1526 | 2026-08-19T02:31:08.250Z | Compiling pkcs8 v0.10.2 |
| 1527 | 2026-08-19T02:31:08.275Z | Compiling rand_chacha v0.3.1 |
| 1528 | 2026-08-19T02:31:08.304Z | Compiling rand v0.9.2 |
| 1529 | 2026-08-19T02:31:08.391Z | Compiling signature v2.2.0 |
| 1530 | 2026-08-19T02:31:08.409Z | Compiling hmac v0.12.1 |
| 1531 | 2026-08-19T02:31:08.468Z | Compiling serde_spanned v0.6.9 |
| 1532 | 2026-08-19T02:31:08.524Z | Compiling rand v0.8.6 |
| 1533 | 2026-08-19T02:31:08.539Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-08-19T02:31:08.584Z | Compiling dof v0.4.0 |
| 1535 | 2026-08-19T02:31:08.587Z | Compiling pkcs1 v0.7.5 |
| 1536 | 2026-08-19T02:31:08.612Z | Compiling http-body-util v0.1.3 |
| 1537 | 2026-08-19T02:31:08.883Z | Compiling clap v4.6.1 |
| 1538 | 2026-08-19T02:31:08.975Z | Compiling proptest v1.11.0 |
| 1539 | 2026-08-19T02:31:09.053Z | Compiling crc v3.4.0 |
| 1540 | 2026-08-19T02:31:09.068Z | Compiling smallvec v0.6.14 |
| 1541 | 2026-08-19T02:31:09.081Z | Compiling darling_core v0.23.0 |
| 1542 | 2026-08-19T02:31:09.133Z | Compiling heapless v0.7.17 |
| 1543 | 2026-08-19T02:31:09.149Z | Compiling slog v2.8.2 |
| 1544 | 2026-08-19T02:31:09.257Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-08-19T02:31:09.282Z | Compiling env_filter v2.0.0 |
| 1546 | 2026-08-19T02:31:09.354Z | Compiling cookie v0.18.1 |
| 1547 | 2026-08-19T02:31:09.369Z | Compiling zstd-safe v7.2.4 |
| 1548 | 2026-08-19T02:31:09.372Z | Compiling iri-string v0.7.10 |
| 1549 | 2026-08-19T02:31:09.398Z | Compiling anyhow v1.0.104 |
| 1550 | 2026-08-19T02:31:09.433Z | Compiling hashbrown v0.12.3 |
| 1551 | 2026-08-19T02:31:09.552Z | Compiling gimli v0.32.3 |
| 1552 | 2026-08-19T02:31:09.583Z | Compiling unicode-bidi v0.3.18 |
| 1553 | 2026-08-19T02:31:09.598Z | Compiling allocator-api2 v0.2.21 |
| 1554 | 2026-08-19T02:31:09.632Z | Compiling ipnetwork v0.21.1 |
| 1555 | 2026-08-19T02:31:09.717Z | Compiling signal-hook v0.3.18 |
| 1556 | 2026-08-19T02:31:09.862Z | Compiling winnow v0.5.40 |
| 1557 | 2026-08-19T02:31:09.905Z | Compiling base64 v0.21.7 |
| 1558 | 2026-08-19T02:31:09.919Z | Compiling unicode-properties v0.1.4 |
| 1559 | 2026-08-19T02:31:09.939Z | Compiling ryu v1.0.23 |
| 1560 | 2026-08-19T02:31:10.048Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1561 | 2026-08-19T02:31:10.125Z | Compiling stringprep v0.1.5 |
| 1562 | 2026-08-19T02:31:10.139Z | Compiling ron v0.8.1 |
| 1563 | 2026-08-19T02:31:10.143Z | Compiling serde_urlencoded v0.7.1 |
| 1564 | 2026-08-19T02:31:10.182Z | Compiling rsa v0.9.10 |
| 1565 | 2026-08-19T02:31:10.236Z | Compiling oxnet v0.1.6 |
| 1566 | 2026-08-19T02:31:10.555Z | Compiling env_logger v0.11.11 |
| 1567 | 2026-08-19T02:31:10.638Z | Compiling serde-hex v0.1.0 |
| 1568 | 2026-08-19T02:31:10.656Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1569 | 2026-08-19T02:31:10.682Z | Compiling camino v1.2.5 |
| 1570 | 2026-08-19T02:31:10.857Z | Compiling hashbrown v0.13.2 |
| 1571 | 2026-08-19T02:31:10.928Z | Compiling crypto-common v0.2.2 |
| 1572 | 2026-08-19T02:31:10.941Z | Compiling block-buffer v0.12.1 |
| 1573 | 2026-08-19T02:31:11.080Z | Compiling block-padding v0.4.2 |
| 1574 | 2026-08-19T02:31:11.105Z | Compiling x509-cert v0.2.5 |
| 1575 | 2026-08-19T02:31:11.157Z | Compiling toml_edit v0.19.15 |
| 1576 | 2026-08-19T02:31:11.186Z | Compiling md-5 v0.10.6 |
| 1577 | 2026-08-19T02:31:11.262Z | Compiling addr2line v0.25.1 |
| 1578 | 2026-08-19T02:31:11.313Z | Compiling tokio-util v0.7.18 |
| 1579 | 2026-08-19T02:31:11.373Z | Compiling tower v0.5.3 |
| 1580 | 2026-08-19T02:31:11.387Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-08-19T02:31:11.503Z | Compiling tokio-native-tls v0.3.1 |
| 1582 | 2026-08-19T02:31:11.616Z | Compiling structmeta v0.3.0 |
| 1583 | 2026-08-19T02:31:11.631Z | Compiling darling_macro v0.23.0 |
| 1584 | 2026-08-19T02:31:11.694Z | Compiling rustls-native-certs v0.8.3 |
| 1585 | 2026-08-19T02:31:11.734Z | Compiling scroll v0.12.0 |
| 1586 | 2026-08-19T02:31:11.845Z | Compiling tower-http v0.6.8 |
| 1587 | 2026-08-19T02:31:11.877Z | Compiling derive_builder_macro v0.20.2 |
| 1588 | 2026-08-19T02:31:12.002Z | Compiling h2 v0.4.15 |
| 1589 | 2026-08-19T02:31:12.026Z | Compiling erased-serde v0.3.31 |
| 1590 | 2026-08-19T02:31:12.147Z | Compiling serde_tokenstream v0.2.3 |
| 1591 | 2026-08-19T02:31:12.428Z | Compiling bzip2 v0.4.4 |
| 1592 | 2026-08-19T02:31:12.444Z | Compiling bstr v1.12.1 |
| 1593 | 2026-08-19T02:31:12.553Z | Compiling pin-project-internal v1.1.11 |
| 1594 | 2026-08-19T02:31:12.649Z | Compiling zerocopy-derive v0.7.35 |
| 1595 | 2026-08-19T02:31:12.672Z | Compiling async-trait v0.1.89 |
| 1596 | 2026-08-19T02:31:12.750Z | Compiling daft-derive v0.1.7 |
| 1597 | 2026-08-19T02:31:12.828Z | Compiling curve25519-dalek v4.1.3 |
| 1598 | 2026-08-19T02:31:12.930Z | Compiling vergen-lib v9.1.0 |
| 1599 | 2026-08-19T02:31:13.106Z | Compiling hash32 v0.2.1 |
| 1600 | 2026-08-19T02:31:13.123Z | Compiling encoding_rs v0.8.35 |
| 1601 | 2026-08-19T02:31:13.176Z | Compiling memoffset v0.9.1 |
| 1602 | 2026-08-19T02:31:13.263Z | Compiling psl-types v2.0.11 |
| 1603 | 2026-08-19T02:31:13.320Z | Compiling mime v0.3.17 |
| 1604 | 2026-08-19T02:31:13.370Z | Compiling litrs v1.0.0 |
| 1605 | 2026-08-19T02:31:13.393Z | Compiling owo-colors v4.3.0 |
| 1606 | 2026-08-19T02:31:13.407Z | Compiling smoltcp v0.9.1 |
| 1607 | 2026-08-19T02:31:13.531Z | Compiling cfg_aliases v0.2.1 |
| 1608 | 2026-08-19T02:31:13.554Z | Compiling rustix v0.38.44 |
| 1609 | 2026-08-19T02:31:13.595Z | Compiling rustc-demangle v0.1.27 |
| 1610 | 2026-08-19T02:31:13.616Z | Compiling fallible-iterator v0.2.0 |
| 1611 | 2026-08-19T02:31:13.761Z | Compiling crc-any v2.5.0 |
| 1612 | 2026-08-19T02:31:13.776Z | Compiling ref-cast v1.0.25 |
| 1613 | 2026-08-19T02:31:13.826Z | Compiling pin-project v1.1.11 |
| 1614 | 2026-08-19T02:31:13.842Z | Compiling nix v0.31.2 |
| 1615 | 2026-08-19T02:31:13.856Z | Compiling zerocopy v0.7.35 |
| 1616 | 2026-08-19T02:31:13.934Z | Compiling daft v0.1.7 |
| 1617 | 2026-08-19T02:31:13.952Z | Compiling document-features v0.2.12 |
| 1618 | 2026-08-19T02:31:13.998Z | Compiling postgres-protocol v0.6.10 |
| 1619 | 2026-08-19T02:31:14.013Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1620 | 2026-08-19T02:31:14.080Z | Compiling publicsuffix v2.3.0 |
| 1621 | 2026-08-19T02:31:14.241Z | Compiling zip v0.6.6 |
| 1622 | 2026-08-19T02:31:14.256Z | Compiling toml v0.7.8 |
| 1623 | 2026-08-19T02:31:14.286Z | Compiling derive_builder v0.20.2 |
| 1624 | 2026-08-19T02:31:14.436Z | Compiling darling v0.23.0 |
| 1625 | 2026-08-19T02:31:14.451Z | Compiling goblin v0.8.2 |
| 1626 | 2026-08-19T02:31:14.533Z | Compiling derive-ex v0.1.8 |
| 1627 | 2026-08-19T02:31:14.562Z | Compiling object v0.30.4 |
| 1628 | 2026-08-19T02:31:14.576Z | Compiling inout v0.2.2 |
| 1629 | 2026-08-19T02:31:14.635Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1630 | 2026-08-19T02:31:14.774Z | Compiling futures-executor v0.3.32 |
| 1631 | 2026-08-19T02:31:14.834Z | Compiling hubpack_derive v0.1.1 |
| 1632 | 2026-08-19T02:31:14.881Z | Compiling regex v1.12.3 |
| 1633 | 2026-08-19T02:31:14.919Z | Compiling ref-cast-impl v1.0.25 |
| 1634 | 2026-08-19T02:31:14.948Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1635 | 2026-08-19T02:31:15.050Z | Compiling backtrace v0.3.76 |
| 1636 | 2026-08-19T02:31:15.065Z | Compiling strum_macros v0.27.2 |
| 1637 | 2026-08-19T02:31:15.096Z | Compiling snafu-derive v0.8.9 |
| 1638 | 2026-08-19T02:31:15.220Z | Compiling hyper v1.10.1 |
| 1639 | 2026-08-19T02:31:15.317Z | Compiling phf_shared v0.13.1 |
| 1640 | 2026-08-19T02:31:15.336Z | Compiling vergen v9.1.0 |
| 1641 | 2026-08-19T02:31:15.373Z | Compiling cargo-platform v0.3.2 |
| 1642 | 2026-08-19T02:31:15.503Z | Compiling ff v0.13.1 |
| 1643 | 2026-08-19T02:31:15.539Z | Compiling fs-err v3.3.0 |
| 1644 | 2026-08-19T02:31:15.582Z | Compiling libbz2-rs-sys v0.2.2 |
| 1645 | 2026-08-19T02:31:15.624Z | Compiling bumpalo v3.20.2 |
| 1646 | 2026-08-19T02:31:15.662Z | Compiling path-slash v0.1.5 |
| 1647 | 2026-08-19T02:31:15.677Z | Compiling unicode-segmentation v1.12.0 |
| 1648 | 2026-08-19T02:31:15.750Z | Compiling either v1.15.0 |
| 1649 | 2026-08-19T02:31:15.827Z | Compiling bitflags v1.3.2 |
| 1650 | 2026-08-19T02:31:15.898Z | Compiling base16ct v0.2.0 |
| 1651 | 2026-08-19T02:31:15.916Z | Compiling foldhash v0.1.5 |
| 1652 | 2026-08-19T02:31:15.974Z | Compiling same-file v1.0.6 |
| 1653 | 2026-08-19T02:31:16.077Z | Compiling foldhash v0.2.0 |
| 1654 | 2026-08-19T02:31:16.094Z | Compiling jiff-core v0.1.0 |
| 1655 | 2026-08-19T02:31:16.110Z | Compiling managed v0.8.0 |
| 1656 | 2026-08-19T02:31:16.153Z | Compiling is_ci v1.2.0 |
| 1657 | 2026-08-19T02:31:16.276Z | Compiling hashbrown v0.16.1 |
| 1658 | 2026-08-19T02:31:16.280Z | Compiling supports-color v3.0.2 |
| 1659 | 2026-08-19T02:31:16.288Z | Compiling test-strategy v0.4.5 |
| 1660 | 2026-08-19T02:31:16.319Z | Compiling walkdir v2.5.0 |
| 1661 | 2026-08-19T02:31:16.332Z | Compiling hashbrown v0.15.5 |
| 1662 | 2026-08-19T02:31:16.346Z | Compiling hyper-util v0.1.20 |
| 1663 | 2026-08-19T02:31:16.448Z | Compiling sec1 v0.7.3 |
| 1664 | 2026-08-19T02:31:16.641Z | Compiling bzip2 v0.6.1 |
| 1665 | 2026-08-19T02:31:16.749Z | Compiling dof v0.3.0 |
| 1666 | 2026-08-19T02:31:16.845Z | Compiling jiff v0.2.34 |
| 1667 | 2026-08-19T02:31:16.868Z | Compiling textwrap v0.16.2 |
| 1668 | 2026-08-19T02:31:16.884Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1669 | 2026-08-19T02:31:16.900Z | Compiling zopfli v0.8.3 |
| 1670 | 2026-08-19T02:31:17.062Z | Compiling snafu v0.8.9 |
| 1671 | 2026-08-19T02:31:17.101Z | Compiling strum v0.27.2 |
| 1672 | 2026-08-19T02:31:17.230Z | Compiling group v0.13.0 |
| 1673 | 2026-08-19T02:31:17.246Z | Compiling cargo_metadata v0.23.1 |
| 1674 | 2026-08-19T02:31:17.355Z | Compiling phf v0.13.1 |
| 1675 | 2026-08-19T02:31:17.445Z | Compiling backtrace-ext v0.2.1 |
| 1676 | 2026-08-19T02:31:17.474Z | Compiling hubpack v0.1.2 |
| 1677 | 2026-08-19T02:31:17.499Z | Compiling cookie_store v0.22.1 |
| 1678 | 2026-08-19T02:31:17.547Z | Compiling futures v0.3.32 |
| 1679 | 2026-08-19T02:31:17.576Z | Compiling signal-hook-mio v0.2.5 |
| 1680 | 2026-08-19T02:31:17.633Z | Compiling zstd v0.13.3 |
| 1681 | 2026-08-19T02:31:17.647Z | Compiling cipher v0.5.2 |
| 1682 | 2026-08-19T02:31:17.709Z | Compiling serde_with_macros v3.21.0 |
| 1683 | 2026-08-19T02:31:17.724Z | Compiling postgres-types v0.2.12 |
| 1684 | 2026-08-19T02:31:17.796Z | Compiling hyper-tls v0.6.0 |
| 1685 | 2026-08-19T02:31:17.977Z | Compiling reqwest v0.12.28 |
| 1686 | 2026-08-19T02:31:18.020Z | Compiling globset v0.4.18 |
| 1687 | 2026-08-19T02:31:18.041Z | Compiling usdt-macro v0.6.0 |
| 1688 | 2026-08-19T02:31:18.134Z | Compiling usdt-attr-macro v0.6.0 |
| 1689 | 2026-08-19T02:31:18.170Z | Compiling byte-wrapper v0.1.0 |
| 1690 | 2026-08-19T02:31:18.305Z | Compiling hkdf v0.12.4 |
| 1691 | 2026-08-19T02:31:18.328Z | Compiling ed25519 v2.2.3 |
| 1692 | 2026-08-19T02:31:18.493Z | Compiling crypto-bigint v0.5.5 |
| 1693 | 2026-08-19T02:31:18.515Z | Compiling olpc-cjson v0.1.4 |
| 1694 | 2026-08-19T02:31:18.633Z | Compiling serde-big-array v0.5.1 |
| 1695 | 2026-08-19T02:31:18.729Z | Compiling serde_plain v1.0.2 |
| 1696 | 2026-08-19T02:31:18.743Z | Compiling dtrace-parser v0.2.0 |
| 1697 | 2026-08-19T02:31:18.762Z | Compiling async-recursion v1.1.1 |
| 1698 | 2026-08-19T02:31:18.789Z | Compiling serde_repr v0.1.20 |
| 1699 | 2026-08-19T02:31:18.878Z | Compiling strum_macros v0.26.4 |
| 1700 | 2026-08-19T02:31:18.912Z | Compiling miette-derive v7.6.0 |
| 1701 | 2026-08-19T02:31:18.941Z | Compiling enum-as-inner v0.6.1 |
| 1702 | 2026-08-19T02:31:19.021Z | Compiling phf_shared v0.11.3 |
| 1703 | 2026-08-19T02:31:19.072Z | Compiling float-cmp v0.10.0 |
| 1704 | 2026-08-19T02:31:19.221Z | Compiling pem v3.0.6 |
| 1705 | 2026-08-19T02:31:19.241Z | Compiling thread-id v4.2.2 |
| 1706 | 2026-08-19T02:31:19.282Z | Compiling memmap2 v0.9.10 |
| 1707 | 2026-08-19T02:31:19.339Z | Compiling const-oid v0.10.2 |
| 1708 | 2026-08-19T02:31:19.366Z | Compiling static_assertions v1.1.0 |
| 1709 | 2026-08-19T02:31:19.452Z | Compiling precomputed-hash v0.1.1 |
| 1710 | 2026-08-19T02:31:19.465Z | Compiling whoami v2.1.0 |
| 1711 | 2026-08-19T02:31:19.489Z | Compiling cpufeatures v0.3.0 |
| 1712 | 2026-08-19T02:31:19.510Z | Compiling difflib v0.4.0 |
| 1713 | 2026-08-19T02:31:19.524Z | Compiling fixedbitset v0.4.2 |
| 1714 | 2026-08-19T02:31:19.554Z | Compiling fixedbitset v0.5.7 |
| 1715 | 2026-08-19T02:31:19.569Z | Compiling winnow v1.0.3 |
| 1716 | 2026-08-19T02:31:19.583Z | Compiling keccak v0.1.6 |
| 1717 | 2026-08-19T02:31:19.587Z | Compiling predicates-core v1.0.10 |
| 1718 | 2026-08-19T02:31:19.750Z | Compiling normalize-line-endings v0.3.0 |
| 1719 | 2026-08-19T02:31:19.776Z | Compiling new_debug_unreachable v1.0.6 |
| 1720 | 2026-08-19T02:31:19.858Z | Compiling data-encoding v2.10.0 |
| 1721 | 2026-08-19T02:31:19.862Z | Compiling supports-unicode v3.0.0 |
| 1722 | 2026-08-19T02:31:19.886Z | Compiling supports-hyperlinks v3.2.0 |
| 1723 | 2026-08-19T02:31:19.891Z | Compiling typed-path v0.9.3 |
| 1724 | 2026-08-19T02:31:20.013Z | Compiling string_cache v0.8.9 |
| 1725 | 2026-08-19T02:31:20.035Z | Compiling predicates v3.1.4 |
| 1726 | 2026-08-19T02:31:20.059Z | Compiling petgraph v0.8.3 |
| 1727 | 2026-08-19T02:31:20.096Z | Compiling toml_edit v0.22.27 |
| 1728 | 2026-08-19T02:31:20.100Z | Compiling miette v7.6.0 |
| 1729 | 2026-08-19T02:31:20.180Z | Compiling hickory-proto v0.25.2 |
| 1730 | 2026-08-19T02:31:20.282Z | Compiling sha3 v0.10.8 |
| 1731 | 2026-08-19T02:31:20.352Z | Compiling tokio-postgres v0.7.16 |
| 1732 | 2026-08-19T02:31:20.463Z | Compiling petgraph v0.6.5 |
| 1733 | 2026-08-19T02:31:20.595Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1734 | 2026-08-19T02:31:20.681Z | Compiling chacha20 v0.10.0 |
| 1735 | 2026-08-19T02:31:20.698Z | Compiling strum v0.26.3 |
| 1736 | 2026-08-19T02:31:20.715Z | Compiling elliptic-curve v0.13.8 |
| 1737 | 2026-08-19T02:31:20.715Z | Compiling digest v0.11.3 |
| 1738 | 2026-08-19T02:31:20.745Z | Compiling usdt v0.6.0 |
| 1739 | 2026-08-19T02:31:20.840Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1740 | 2026-08-19T02:31:20.968Z | Compiling usdt-impl v0.5.0 |
| 1741 | 2026-08-19T02:31:21.018Z | Compiling zip v4.6.1 |
| 1742 | 2026-08-19T02:31:21.076Z | Compiling serde_with v3.21.0 |
| 1743 | 2026-08-19T02:31:21.136Z | Compiling crossterm v0.28.1 |
| 1744 | 2026-08-19T02:31:21.171Z | Compiling ed25519-dalek v2.2.0 |
| 1745 | 2026-08-19T02:31:21.233Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1746 | 2026-08-19T02:31:21.687Z | Compiling iddqd v0.4.2 |
| 1747 | 2026-08-19T02:31:21.815Z | Compiling similar v2.7.0 |
| 1748 | 2026-08-19T02:31:21.993Z | Compiling heck v0.4.1 |
| 1749 | 2026-08-19T02:31:22.009Z | Compiling itertools v0.15.0 |
| 1750 | 2026-08-19T02:31:22.034Z | Compiling itertools v0.13.0 |
| 1751 | 2026-08-19T02:31:22.129Z | Compiling crossbeam-epoch v0.9.18 |
| 1752 | 2026-08-19T02:31:22.239Z | Compiling tokio-stream v0.1.18 |
| 1753 | 2026-08-19T02:31:22.407Z | Compiling buf-list v1.1.2 |
| 1754 | 2026-08-19T02:31:22.466Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1755 | 2026-08-19T02:31:22.601Z | Compiling openapiv3 v2.2.0 |
| 1756 | 2026-08-19T02:31:22.688Z | Compiling lalrpop-util v0.19.12 |
| 1757 | 2026-08-19T02:31:22.703Z | Compiling peg-runtime v0.8.5 |
| 1758 | 2026-08-19T02:31:22.720Z | Compiling thread_local v1.1.9 |
| 1759 | 2026-08-19T02:31:22.761Z | Compiling slog-async v2.8.0 |
| 1760 | 2026-08-19T02:31:22.777Z | Compiling crossbeam-channel v0.5.15 |
| 1761 | 2026-08-19T02:31:22.866Z | Compiling filetime v0.2.27 |
| 1762 | 2026-08-19T02:31:22.889Z | Compiling is-terminal v0.4.17 |
| 1763 | 2026-08-19T02:31:22.904Z | Compiling xattr v1.6.1 |
| 1764 | 2026-08-19T02:31:22.972Z | Compiling term v1.2.1 |
| 1765 | 2026-08-19T02:31:22.996Z | Compiling take_mut v0.2.2 |
| 1766 | 2026-08-19T02:31:22.999Z | Compiling camino-tempfile v1.4.1 |
| 1767 | 2026-08-19T02:31:23.024Z | Compiling tar v0.4.46 |
| 1768 | 2026-08-19T02:31:23.260Z | Compiling slog-term v2.9.2 |
| 1769 | 2026-08-19T02:31:40.528Z | Compiling rustls-webpki v0.103.13 |
| 1770 | 2026-08-19T02:31:43.191Z | Compiling tokio-rustls v0.26.4 |
| 1771 | 2026-08-19T02:31:43.191Z | Compiling rustls-platform-verifier v0.6.2 |
| 1772 | 2026-08-19T02:31:43.194Z | Compiling tough v0.22.0 |
| 1773 | 2026-08-19T02:31:43.385Z | Compiling hyper-rustls v0.27.7 |
| 1774 | 2026-08-19T02:31:43.573Z | Compiling reqwest v0.13.2 |
| 1775 | 2026-08-19T02:31:45.723Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1776 | 2026-08-19T02:31:45.949Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1777 | 2026-08-19T02:31:48.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.02s |
| 1778 | 2026-08-19T02:31:48.986Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1779 | 2026-08-19T02:31:49.041Z | Aug 19 02:31:48.364 INFO Starting download, target: Cockroach |
| 1780 | 2026-08-19T02:31:49.041Z | Aug 19 02:31:48.364 INFO Starting download, target: Clickhouse |
| 1781 | 2026-08-19T02:31:49.041Z | Aug 19 02:31:48.364 INFO Starting download, target: Console |
| 1782 | 2026-08-19T02:31:49.044Z | Aug 19 02:31:48.364 INFO Starting download, target: DendriteStub |
| 1783 | 2026-08-19T02:31:49.044Z | Aug 19 02:31:48.364 INFO Starting download, target: MaghemiteMgd |
| 1784 | 2026-08-19T02:31:49.044Z | Aug 19 02:31:48.364 INFO Starting download, target: MaghemiteDdmd |
| 1785 | 2026-08-19T02:31:49.044Z | Aug 19 02:31:48.364 INFO Starting download, target: TransceiverControl |
| 1786 | 2026-08-19T02:31:49.044Z | Aug 19 02:31:48.365 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1787 | 2026-08-19T02:31:49.045Z | Aug 19 02:31:48.365 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1788 | 2026-08-19T02:31:49.045Z | Aug 19 02:31:48.365 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1789 | 2026-08-19T02:31:49.045Z | Aug 19 02:31:48.365 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1790 | 2026-08-19T02:31:49.045Z | Aug 19 02:31:48.365 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1791 | 2026-08-19T02:31:49.045Z | Aug 19 02:31:48.365 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1792 | 2026-08-19T02:31:49.046Z | Aug 19 02:31:48.365 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1793 | 2026-08-19T02:31:50.700Z | Aug 19 02:31:50.017 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1794 | 2026-08-19T02:31:50.913Z | Aug 19 02:31:50.235 INFO Download complete, target: TransceiverControl |
| 1795 | 2026-08-19T02:31:51.015Z | Aug 19 02:31:50.339 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1796 | 2026-08-19T02:31:51.273Z | Aug 19 02:31:50.592 INFO Download complete, target: Console |
| 1797 | 2026-08-19T02:31:52.294Z | Aug 19 02:31:51.618 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1798 | 2026-08-19T02:31:52.441Z | Aug 19 02:31:51.762 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1799 | 2026-08-19T02:31:52.531Z | Aug 19 02:31:51.852 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1800 | 2026-08-19T02:31:52.746Z | Aug 19 02:31:52.060 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1801 | 2026-08-19T02:31:53.053Z | Aug 19 02:31:52.377 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1802 | 2026-08-19T02:31:53.053Z | Aug 19 02:31:52.377 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1803 | 2026-08-19T02:31:54.518Z | Aug 19 02:31:53.842 INFO Download complete, target: MaghemiteDdmd |
| 1804 | 2026-08-19T02:31:55.119Z | Aug 19 02:31:54.443 INFO Download complete, target: DendriteStub |
| 1805 | 2026-08-19T02:31:55.450Z | Aug 19 02:31:54.774 INFO Download complete, target: MaghemiteMgd |
| 1806 | 2026-08-19T02:31:57.844Z | Aug 19 02:31:57.168 INFO Checking that binary works, target: Cockroach |
| 1807 | 2026-08-19T02:31:57.971Z | Aug 19 02:31:57.294 INFO Download complete, target: Cockroach |
| 1808 | 2026-08-19T02:31:59.158Z | Aug 19 02:31:58.481 INFO Checking that binary works, target: Clickhouse |
| 1809 | 2026-08-19T02:31:59.240Z | Aug 19 02:31:58.564 INFO Download complete, target: Clickhouse |
| 1810 | 2026-08-19T02:31:59.247Z | All prerequisites installed successfully |
| 1811 | 2026-08-19T02:31:59.251Z | |
| 1812 | 2026-08-19T02:31:59.251Z | real 1:54.540316458 |
| 1813 | 2026-08-19T02:31:59.251Z | user 7:17.753682736 |
| 1814 | 2026-08-19T02:31:59.251Z | sys 1:44.740239480 |
| 1815 | 2026-08-19T02:31:59.251Z | trap 0.299488042 |
| 1816 | 2026-08-19T02:31:59.251Z | tflt 0.844134123 |
| 1817 | 2026-08-19T02:31:59.251Z | dflt 1.638612396 |
| 1818 | 2026-08-19T02:31:59.251Z | kflt 0.021325710 |
| 1819 | 2026-08-19T02:31:59.251Z | lock 28:59.817599144 |
| 1820 | 2026-08-19T02:31:59.251Z | slp 20:05.246703439 |
| 1821 | 2026-08-19T02:31:59.251Z | lat 28.988717688 |
| 1822 | 2026-08-19T02:31:59.251Z | stop 3:29.803307021 |
| 1823 | 2026-08-19T02:31:59.251Z | + ptime -m cargo xtask download softnpu |
| 1824 | 2026-08-19T02:31:59.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1825 | 2026-08-19T02:31:59.734Z | Running `target/debug/xtask download softnpu` |
| 1826 | 2026-08-19T02:32:00.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1827 | 2026-08-19T02:32:00.567Z | Running `target/debug/xtask-downloader softnpu` |
| 1828 | 2026-08-19T02:32:00.609Z | Aug 19 02:31:59.932 INFO Starting download, target: Softnpu |
| 1829 | 2026-08-19T02:32:00.612Z | Aug 19 02:31:59.933 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1830 | 2026-08-19T02:32:01.241Z | Aug 19 02:32:00.565 INFO Download complete, target: Softnpu |
| 1831 | 2026-08-19T02:32:01.245Z | |
| 1832 | 2026-08-19T02:32:01.249Z | real 1.991521683 |
| 1833 | 2026-08-19T02:32:01.249Z | user 1.329259121 |
| 1834 | 2026-08-19T02:32:01.249Z | sys 0.623417844 |
| 1835 | 2026-08-19T02:32:01.249Z | trap 0.000727980 |
| 1836 | 2026-08-19T02:32:01.249Z | tflt 0.000208330 |
| 1837 | 2026-08-19T02:32:01.249Z | dflt 0.000117860 |
| 1838 | 2026-08-19T02:32:01.249Z | kflt 0.000000000 |
| 1839 | 2026-08-19T02:32:01.249Z | lock 12.044733944 |
| 1840 | 2026-08-19T02:32:01.249Z | slp 0.480679600 |
| 1841 | 2026-08-19T02:32:01.249Z | lat 0.095422118 |
| 1842 | 2026-08-19T02:32:01.249Z | stop 0.000180080 |
| 1843 | 2026-08-19T02:32:01.250Z | + export CARGO_INCREMENTAL=0 |
| 1844 | 2026-08-19T02:32:01.250Z | + CARGO_INCREMENTAL=0 |
| 1845 | 2026-08-19T02:32:01.250Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1846 | 2026-08-19T02:32:02.179Z | Compiling proc-macro2 v1.0.106 |
| 1847 | 2026-08-19T02:32:02.179Z | Compiling quote v1.0.45 |
| 1848 | 2026-08-19T02:32:02.179Z | Compiling unicode-ident v1.0.24 |
| 1849 | 2026-08-19T02:32:02.182Z | Compiling serde_core v1.0.228 |
| 1850 | 2026-08-19T02:32:02.182Z | Compiling libc v0.2.185 |
| 1851 | 2026-08-19T02:32:02.182Z | Compiling serde v1.0.228 |
| 1852 | 2026-08-19T02:32:02.182Z | Compiling cfg-if v1.0.4 |
| 1853 | 2026-08-19T02:32:02.182Z | Compiling version_check v0.9.5 |
| 1854 | 2026-08-19T02:32:02.182Z | Compiling autocfg v1.5.0 |
| 1855 | 2026-08-19T02:32:02.182Z | Compiling shlex v1.3.0 |
| 1856 | 2026-08-19T02:32:02.182Z | Compiling find-msvc-tools v0.1.9 |
| 1857 | 2026-08-19T02:32:02.182Z | Compiling memchr v2.8.0 |
| 1858 | 2026-08-19T02:32:02.182Z | Compiling zmij v1.0.21 |
| 1859 | 2026-08-19T02:32:02.182Z | Compiling serde_json v1.0.151 |
| 1860 | 2026-08-19T02:32:02.549Z | Compiling portable-atomic v1.13.1 |
| 1861 | 2026-08-19T02:32:02.566Z | Compiling zerocopy v0.8.55 |
| 1862 | 2026-08-19T02:32:02.629Z | Compiling libm v0.2.16 |
| 1863 | 2026-08-19T02:32:02.744Z | Compiling parking_lot_core v0.9.12 |
| 1864 | 2026-08-19T02:32:02.808Z | Compiling generic-array v0.14.7 |
| 1865 | 2026-08-19T02:32:02.840Z | Compiling icu_properties_data v2.1.2 |
| 1866 | 2026-08-19T02:32:02.886Z | Compiling smallvec v1.15.1 |
| 1867 | 2026-08-19T02:32:02.889Z | Compiling icu_normalizer_data v2.1.1 |
| 1868 | 2026-08-19T02:32:02.901Z | Compiling itoa v1.0.17 |
| 1869 | 2026-08-19T02:32:03.010Z | Compiling num-traits v0.2.19 |
| 1870 | 2026-08-19T02:32:03.024Z | Compiling getrandom v0.4.3 |
| 1871 | 2026-08-19T02:32:03.039Z | Compiling log v0.4.33 |
| 1872 | 2026-08-19T02:32:03.086Z | Compiling getrandom v0.3.4 |
| 1873 | 2026-08-19T02:32:03.103Z | Compiling subtle v2.6.1 |
| 1874 | 2026-08-19T02:32:03.107Z | Compiling pkg-config v0.3.32 |
| 1875 | 2026-08-19T02:32:03.195Z | Compiling typenum v1.20.1 |
| 1876 | 2026-08-19T02:32:03.237Z | Compiling stable_deref_trait v1.2.1 |
| 1877 | 2026-08-19T02:32:03.276Z | Compiling rustix v1.1.4 |
| 1878 | 2026-08-19T02:32:03.339Z | Compiling scopeguard v1.2.0 |
| 1879 | 2026-08-19T02:32:03.342Z | Compiling thiserror v2.0.18 |
| 1880 | 2026-08-19T02:32:03.456Z | Compiling jobserver v0.1.34 |
| 1881 | 2026-08-19T02:32:03.473Z | Compiling errno v0.3.14 |
| 1882 | 2026-08-19T02:32:03.489Z | Compiling lock_api v0.4.14 |
| 1883 | 2026-08-19T02:32:03.611Z | Compiling getrandom v0.2.17 |
| 1884 | 2026-08-19T02:32:03.664Z | Compiling heck v0.5.0 |
| 1885 | 2026-08-19T02:32:03.698Z | Compiling cc v1.2.56 |
| 1886 | 2026-08-19T02:32:03.701Z | Compiling equivalent v1.0.2 |
| 1887 | 2026-08-19T02:32:03.766Z | Compiling rand_core v0.6.4 |
| 1888 | 2026-08-19T02:32:03.782Z | Compiling syn v2.0.117 |
| 1889 | 2026-08-19T02:32:03.849Z | Compiling critical-section v1.2.0 |
| 1890 | 2026-08-19T02:32:03.852Z | Compiling syn v1.0.109 |
| 1891 | 2026-08-19T02:32:03.882Z | Compiling pin-project-lite v0.2.17 |
| 1892 | 2026-08-19T02:32:03.962Z | Compiling litemap v0.8.1 |
| 1893 | 2026-08-19T02:32:04.031Z | Compiling schemars v0.8.22 |
| 1894 | 2026-08-19T02:32:04.045Z | Compiling writeable v0.6.2 |
| 1895 | 2026-08-19T02:32:04.063Z | Compiling percent-encoding v2.3.2 |
| 1896 | 2026-08-19T02:32:04.066Z | Compiling hashbrown v0.17.0 |
| 1897 | 2026-08-19T02:32:04.158Z | Compiling rustversion v1.0.22 |
| 1898 | 2026-08-19T02:32:04.195Z | Compiling fs_extra v1.3.0 |
| 1899 | 2026-08-19T02:32:04.211Z | Compiling dunce v1.0.5 |
| 1900 | 2026-08-19T02:32:04.241Z | Compiling once_cell v1.21.3 |
| 1901 | 2026-08-19T02:32:04.369Z | Compiling byteorder v1.5.0 |
| 1902 | 2026-08-19T02:32:04.464Z | Compiling cmake v0.1.57 |
| 1903 | 2026-08-19T02:32:04.516Z | Compiling strsim v0.11.1 |
| 1904 | 2026-08-19T02:32:04.529Z | Compiling rand_core v0.10.0 |
| 1905 | 2026-08-19T02:32:04.674Z | Compiling semver v1.0.28 |
| 1906 | 2026-08-19T02:32:04.782Z | Compiling bitflags v2.11.0 |
| 1907 | 2026-08-19T02:32:04.786Z | Compiling indexmap v2.14.0 |
| 1908 | 2026-08-19T02:32:04.884Z | Compiling signal-hook-registry v1.4.8 |
| 1909 | 2026-08-19T02:32:04.987Z | Compiling thiserror v1.0.69 |
| 1910 | 2026-08-19T02:32:05.005Z | Compiling aws-lc-sys v0.40.0 |
| 1911 | 2026-08-19T02:32:05.020Z | Compiling utf8_iter v1.0.4 |
| 1912 | 2026-08-19T02:32:05.024Z | Compiling parking_lot v0.12.5 |
| 1913 | 2026-08-19T02:32:05.024Z | Compiling form_urlencoded v1.2.2 |
| 1914 | 2026-08-19T02:32:05.165Z | Compiling socket2 v0.6.3 |
| 1915 | 2026-08-19T02:32:05.222Z | Compiling mio v1.2.0 |
| 1916 | 2026-08-19T02:32:05.327Z | Compiling futures-core v0.3.32 |
| 1917 | 2026-08-19T02:32:05.343Z | Compiling const-oid v0.9.6 |
| 1918 | 2026-08-19T02:32:05.387Z | Compiling aws-lc-rs v1.16.3 |
| 1919 | 2026-08-19T02:32:05.511Z | Compiling httparse v1.10.1 |
| 1920 | 2026-08-19T02:32:05.645Z | Compiling regex-syntax v0.8.10 |
| 1921 | 2026-08-19T02:32:05.875Z | Compiling ucd-trie v0.1.7 |
| 1922 | 2026-08-19T02:32:05.903Z | Compiling fnv v1.0.7 |
| 1923 | 2026-08-19T02:32:05.922Z | Compiling crc32fast v1.5.0 |
| 1924 | 2026-08-19T02:32:05.989Z | Compiling ident_case v1.0.1 |
| 1925 | 2026-08-19T02:32:06.003Z | Compiling iana-time-zone v0.1.65 |
| 1926 | 2026-08-19T02:32:06.034Z | Compiling vcpkg v0.2.15 |
| 1927 | 2026-08-19T02:32:06.050Z | Compiling pest v2.8.6 |
| 1928 | 2026-08-19T02:32:06.278Z | Compiling uuid v1.23.4 |
| 1929 | 2026-08-19T02:32:06.296Z | Compiling rustc_version v0.4.1 |
| 1930 | 2026-08-19T02:32:06.352Z | Compiling futures-sink v0.3.32 |
| 1931 | 2026-08-19T02:32:06.372Z | Compiling rustls v0.23.41 |
| 1932 | 2026-08-19T02:32:06.451Z | Compiling futures-channel v0.3.32 |
| 1933 | 2026-08-19T02:32:06.594Z | Compiling synstructure v0.13.2 |
| 1934 | 2026-08-19T02:32:06.621Z | Compiling serde_derive_internals v0.29.1 |
| 1935 | 2026-08-19T02:32:06.640Z | Compiling openssl-sys v0.9.117 |
| 1936 | 2026-08-19T02:32:06.835Z | Compiling aho-corasick v1.1.4 |
| 1937 | 2026-08-19T02:32:06.850Z | Compiling futures-task v0.3.32 |
| 1938 | 2026-08-19T02:32:06.982Z | Compiling slab v0.4.12 |
| 1939 | 2026-08-19T02:32:07.069Z | Compiling futures-io v0.3.32 |
| 1940 | 2026-08-19T02:32:07.184Z | Compiling pest_meta v2.8.6 |
| 1941 | 2026-08-19T02:32:07.257Z | Compiling dyn-clone v1.0.20 |
| 1942 | 2026-08-19T02:32:07.261Z | Compiling num-conv v0.2.0 |
| 1943 | 2026-08-19T02:32:07.273Z | Compiling radium v0.7.0 |
| 1944 | 2026-08-19T02:32:07.321Z | Compiling time-core v0.1.8 |
| 1945 | 2026-08-19T02:32:07.369Z | Compiling plain v0.2.3 |
| 1946 | 2026-08-19T02:32:07.463Z | Compiling crossbeam-utils v0.8.21 |
| 1947 | 2026-08-19T02:32:07.477Z | Compiling openssl v0.10.80 |
| 1948 | 2026-08-19T02:32:07.480Z | Compiling pretty-hex v0.4.1 |
| 1949 | 2026-08-19T02:32:07.512Z | Compiling base64 v0.22.1 |
| 1950 | 2026-08-19T02:32:07.512Z | Compiling time-macros v0.2.27 |
| 1951 | 2026-08-19T02:32:07.583Z | Compiling maybe-uninit v2.0.0 |
| 1952 | 2026-08-19T02:32:07.670Z | Compiling regex-automata v0.4.14 |
| 1953 | 2026-08-19T02:32:07.693Z | Compiling base64ct v1.8.3 |
| 1954 | 2026-08-19T02:32:07.727Z | Compiling flagset v0.4.7 |
| 1955 | 2026-08-19T02:32:07.777Z | Compiling darling_core v0.23.0 |
| 1956 | 2026-08-19T02:32:07.780Z | Compiling rand_core v0.9.5 |
| 1957 | 2026-08-19T02:32:07.851Z | Compiling serde_derive v1.0.228 |
| 1958 | 2026-08-19T02:32:07.879Z | Compiling zeroize_derive v1.5.0 |
| 1959 | 2026-08-19T02:32:07.901Z | Compiling zerofrom-derive v0.1.6 |
| 1960 | 2026-08-19T02:32:07.917Z | Compiling yoke-derive v0.8.1 |
| 1961 | 2026-08-19T02:32:08.016Z | Compiling zerocopy-derive v0.8.55 |
| 1962 | 2026-08-19T02:32:08.039Z | Compiling zerovec-derive v0.11.2 |
| 1963 | 2026-08-19T02:32:08.055Z | Compiling displaydoc v0.2.5 |
| 1964 | 2026-08-19T02:32:08.072Z | Compiling tokio-macros v2.7.0 |
| 1965 | 2026-08-19T02:32:08.186Z | Compiling futures-macro v0.3.32 |
| 1966 | 2026-08-19T02:32:08.253Z | Compiling thiserror-impl v2.0.18 |
| 1967 | 2026-08-19T02:32:08.365Z | Compiling schemars_derive v0.8.22 |
| 1968 | 2026-08-19T02:32:08.467Z | Compiling der_derive v0.7.3 |
| 1969 | 2026-08-19T02:32:08.522Z | Compiling tracing-attributes v0.1.31 |
| 1970 | 2026-08-19T02:32:08.527Z | Compiling thiserror-impl v1.0.69 |
| 1971 | 2026-08-19T02:32:08.752Z | Compiling pest_generator v2.8.6 |
| 1972 | 2026-08-19T02:32:08.776Z | Compiling pem-rfc7468 v0.7.0 |
| 1973 | 2026-08-19T02:32:08.899Z | Compiling scroll_derive v0.13.1 |
| 1974 | 2026-08-19T02:32:08.979Z | Compiling futures-util v0.3.32 |
| 1975 | 2026-08-19T02:32:09.041Z | Compiling zerofrom v0.1.6 |
| 1976 | 2026-08-19T02:32:09.200Z | Compiling yoke v0.8.1 |
| 1977 | 2026-08-19T02:32:09.414Z | Compiling zerovec v0.11.5 |
| 1978 | 2026-08-19T02:32:09.414Z | Compiling zerotrie v0.2.3 |
| 1979 | 2026-08-19T02:32:09.482Z | Compiling pest_derive v2.8.6 |
| 1980 | 2026-08-19T02:32:09.687Z | Compiling scroll_derive v0.12.1 |
| 1981 | 2026-08-19T02:32:09.703Z | Compiling openssl-macros v0.1.1 |
| 1982 | 2026-08-19T02:32:09.707Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1983 | 2026-08-19T02:32:09.785Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1984 | 2026-08-19T02:32:09.810Z | Compiling ahash v0.8.12 |
| 1985 | 2026-08-19T02:32:09.889Z | Compiling anyhow v1.0.104 |
| 1986 | 2026-08-19T02:32:09.913Z | Compiling tinystr v0.8.2 |
| 1987 | 2026-08-19T02:32:09.996Z | Compiling potential_utf v0.1.4 |
| 1988 | 2026-08-19T02:32:10.113Z | Compiling icu_locale_core v2.1.1 |
| 1989 | 2026-08-19T02:32:10.132Z | Compiling icu_collections v2.1.1 |
| 1990 | 2026-08-19T02:32:10.149Z | Compiling native-tls v0.2.18 |
| 1991 | 2026-08-19T02:32:10.163Z | Compiling packed_struct v0.10.1 |
| 1992 | 2026-08-19T02:32:10.358Z | Compiling num-bigint-dig v0.8.6 |
| 1993 | 2026-08-19T02:32:10.366Z | Compiling darling_macro v0.23.0 |
| 1994 | 2026-08-19T02:32:10.404Z | Compiling regex v1.12.3 |
| 1995 | 2026-08-19T02:32:10.448Z | Compiling zerocopy-derive v0.7.35 |
| 1996 | 2026-08-19T02:32:10.847Z | Compiling icu_provider v2.1.1 |
| 1997 | 2026-08-19T02:32:10.891Z | Compiling slog v2.8.2 |
| 1998 | 2026-08-19T02:32:10.905Z | Compiling tracing-core v0.1.36 |
| 1999 | 2026-08-19T02:32:11.085Z | Compiling zeroize v1.9.0 |
| 2000 | 2026-08-19T02:32:11.109Z | Compiling bytes v1.11.1 |
| 2001 | 2026-08-19T02:32:11.160Z | Compiling chrono v0.4.45 |
| 2002 | 2026-08-19T02:32:11.163Z | Compiling icu_properties v2.1.2 |
| 2003 | 2026-08-19T02:32:11.363Z | Compiling icu_normalizer v2.1.1 |
| 2004 | 2026-08-19T02:32:11.744Z | Compiling tokio v1.52.1 |
| 2005 | 2026-08-19T02:32:11.902Z | Compiling crypto-common v0.1.7 |
| 2006 | 2026-08-19T02:32:11.935Z | Compiling block-buffer v0.10.4 |
| 2007 | 2026-08-19T02:32:12.020Z | Compiling serde_tokenstream v0.2.3 |
| 2008 | 2026-08-19T02:32:12.085Z | Compiling digest v0.10.7 |
| 2009 | 2026-08-19T02:32:12.120Z | Compiling idna_adapter v1.2.1 |
| 2010 | 2026-08-19T02:32:12.124Z | Compiling der v0.7.10 |
| 2011 | 2026-08-19T02:32:12.270Z | Compiling idna v1.1.0 |
| 2012 | 2026-08-19T02:32:12.369Z | Compiling http v1.4.2 |
| 2013 | 2026-08-19T02:32:12.597Z | Compiling ppv-lite86 v0.2.21 |
| 2014 | 2026-08-19T02:32:12.629Z | Compiling url v2.5.8 |
| 2015 | 2026-08-19T02:32:12.804Z | Compiling cookie v0.18.1 |
| 2016 | 2026-08-19T02:32:12.835Z | Compiling camino v1.2.5 |
| 2017 | 2026-08-19T02:32:12.953Z | Compiling cpufeatures v0.2.17 |
| 2018 | 2026-08-19T02:32:12.987Z | Compiling spki v0.7.3 |
| 2019 | 2026-08-19T02:32:13.029Z | Compiling rand_chacha v0.9.0 |
| 2020 | 2026-08-19T02:32:13.055Z | Compiling tracing v0.1.44 |
| 2021 | 2026-08-19T02:32:13.228Z | Compiling serde_spanned v0.6.9 |
| 2022 | 2026-08-19T02:32:13.264Z | Compiling toml_datetime v0.6.11 |
| 2023 | 2026-08-19T02:32:13.408Z | Compiling darling v0.23.0 |
| 2024 | 2026-08-19T02:32:13.426Z | Compiling zerocopy-derive v0.6.6 |
| 2025 | 2026-08-19T02:32:13.442Z | Compiling bitfield-macros v0.19.4 |
| 2026 | 2026-08-19T02:32:13.484Z | Compiling clap_derive v4.6.1 |
| 2027 | 2026-08-19T02:32:13.514Z | Compiling packed_struct_codegen v0.10.1 |
| 2028 | 2026-08-19T02:32:13.552Z | Compiling indexmap v1.9.3 |
| 2029 | 2026-08-19T02:32:13.658Z | Compiling paste v1.0.15 |
| 2030 | 2026-08-19T02:32:13.778Z | Compiling simd-adler32 v0.3.8 |
| 2031 | 2026-08-19T02:32:13.945Z | Compiling object v0.37.3 |
| 2032 | 2026-08-19T02:32:14.202Z | Compiling http-body v1.0.1 |
| 2033 | 2026-08-19T02:32:14.222Z | Compiling rand v0.9.2 |
| 2034 | 2026-08-19T02:32:14.239Z | Compiling pkcs8 v0.10.2 |
| 2035 | 2026-08-19T02:32:14.242Z | Compiling rustls-pki-types v1.14.0 |
| 2036 | 2026-08-19T02:32:14.464Z | Compiling spin v0.9.8 |
| 2037 | 2026-08-19T02:32:14.482Z | Compiling usdt-impl v0.5.0 |
| 2038 | 2026-08-19T02:32:14.505Z | Compiling cmov v0.5.4 |
| 2039 | 2026-08-19T02:32:14.522Z | Compiling winnow v0.5.40 |
| 2040 | 2026-08-19T02:32:14.625Z | Compiling usdt-impl v0.6.0 |
| 2041 | 2026-08-19T02:32:14.701Z | Compiling tinyvec_macros v0.1.1 |
| 2042 | 2026-08-19T02:32:14.717Z | Compiling adler2 v2.0.1 |
| 2043 | 2026-08-19T02:32:14.734Z | Compiling openssl-probe v0.2.1 |
| 2044 | 2026-08-19T02:32:14.797Z | Compiling either v1.15.0 |
| 2045 | 2026-08-19T02:32:14.886Z | Compiling anstyle v1.0.14 |
| 2046 | 2026-08-19T02:32:14.997Z | Compiling utf8parse v0.2.2 |
| 2047 | 2026-08-19T02:32:15.033Z | Compiling fastrand v2.3.0 |
| 2048 | 2026-08-19T02:32:15.073Z | Compiling ref-cast v1.0.25 |
| 2049 | 2026-08-19T02:32:15.133Z | Compiling ctutils v0.4.2 |
| 2050 | 2026-08-19T02:32:15.150Z | Compiling anstyle-parse v1.0.0 |
| 2051 | 2026-08-19T02:32:15.153Z | Compiling miniz_oxide v0.8.9 |
| 2052 | 2026-08-19T02:32:15.185Z | Compiling tinyvec v1.10.0 |
| 2053 | 2026-08-19T02:32:15.396Z | Compiling sha2 v0.10.9 |
| 2054 | 2026-08-19T02:32:15.426Z | Compiling scroll v0.12.0 |
| 2055 | 2026-08-19T02:32:15.482Z | Compiling scroll v0.13.0 |
| 2056 | 2026-08-19T02:32:15.564Z | Compiling tokio-util v0.7.18 |
| 2057 | 2026-08-19T02:32:15.606Z | Compiling terminal_size v0.4.3 |
| 2058 | 2026-08-19T02:32:15.713Z | Compiling async-trait v0.1.89 |
| 2059 | 2026-08-19T02:32:15.732Z | Compiling heapless v0.7.17 |
| 2060 | 2026-08-19T02:32:15.806Z | Compiling toml_edit v0.19.15 |
| 2061 | 2026-08-19T02:32:15.899Z | Compiling atomic-waker v1.1.2 |
| 2062 | 2026-08-19T02:32:15.931Z | Compiling rustix v0.38.44 |
| 2063 | 2026-08-19T02:32:16.050Z | Compiling winnow v0.7.14 |
| 2064 | 2026-08-19T02:32:16.078Z | Compiling winnow v1.0.3 |
| 2065 | 2026-08-19T02:32:16.078Z | Compiling tower-service v0.3.3 |
| 2066 | 2026-08-19T02:32:16.208Z | Compiling try-lock v0.2.5 |
| 2067 | 2026-08-19T02:32:16.275Z | Compiling signal-hook v0.3.18 |
| 2068 | 2026-08-19T02:32:16.350Z | Compiling tower-layer v0.3.3 |
| 2069 | 2026-08-19T02:32:16.510Z | Compiling colorchoice v1.0.4 |
| 2070 | 2026-08-19T02:32:16.528Z | Compiling is_terminal_polyfill v1.70.2 |
| 2071 | 2026-08-19T02:32:16.545Z | Compiling anstyle-query v1.1.5 |
| 2072 | 2026-08-19T02:32:16.599Z | Compiling litrs v1.0.0 |
| 2073 | 2026-08-19T02:32:16.675Z | Compiling untrusted v0.7.1 |
| 2074 | 2026-08-19T02:32:16.717Z | Compiling zstd-safe v7.2.4 |
| 2075 | 2026-08-19T02:32:16.839Z | Compiling tempfile v3.27.0 |
| 2076 | 2026-08-19T02:32:16.864Z | Compiling anstream v1.0.0 |
| 2077 | 2026-08-19T02:32:16.867Z | Compiling want v0.3.1 |
| 2078 | 2026-08-19T02:32:16.952Z | Compiling h2 v0.4.15 |
| 2079 | 2026-08-19T02:32:17.078Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2080 | 2026-08-19T02:32:17.098Z | Compiling document-features v0.2.12 |
| 2081 | 2026-08-19T02:32:17.516Z | Compiling goblin v0.10.5 |
| 2082 | 2026-08-19T02:32:17.519Z | Compiling goblin v0.8.2 |
| 2083 | 2026-08-19T02:32:17.578Z | Compiling hybrid-array v0.4.13 |
| 2084 | 2026-08-19T02:32:17.671Z | Compiling itertools v0.15.0 |
| 2085 | 2026-08-19T02:32:17.715Z | Compiling zerocopy v0.7.35 |
| 2086 | 2026-08-19T02:32:17.731Z | Compiling ipnet v2.12.0 |
| 2087 | 2026-08-19T02:32:17.952Z | Compiling structmeta-derive v0.3.0 |
| 2088 | 2026-08-19T02:32:18.101Z | Compiling daft-derive v0.1.7 |
| 2089 | 2026-08-19T02:32:18.117Z | Compiling ref-cast-impl v1.0.25 |
| 2090 | 2026-08-19T02:32:18.221Z | Compiling curve25519-dalek v4.1.3 |
| 2091 | 2026-08-19T02:32:18.242Z | Compiling darling_core v0.20.11 |
| 2092 | 2026-08-19T02:32:18.365Z | Compiling memoffset v0.9.1 |
| 2093 | 2026-08-19T02:32:18.421Z | Compiling httpdate v1.0.3 |
| 2094 | 2026-08-19T02:32:18.499Z | Compiling foreign-types-shared v0.1.1 |
| 2095 | 2026-08-19T02:32:18.597Z | Compiling untrusted v0.9.0 |
| 2096 | 2026-08-19T02:32:18.748Z | Compiling tap v1.0.1 |
| 2097 | 2026-08-19T02:32:18.801Z | Compiling powerfmt v0.2.0 |
| 2098 | 2026-08-19T02:32:18.867Z | Compiling wyz v0.5.1 |
| 2099 | 2026-08-19T02:32:18.898Z | Compiling foreign-types v0.3.2 |
| 2100 | 2026-08-19T02:32:18.961Z | Compiling structmeta v0.3.0 |
| 2101 | 2026-08-19T02:32:18.991Z | Compiling deranged v0.5.8 |
| 2102 | 2026-08-19T02:32:19.087Z | Compiling unicode-normalization v0.1.25 |
| 2103 | 2026-08-19T02:32:19.235Z | Compiling dtrace-parser v0.2.0 |
| 2104 | 2026-08-19T02:32:19.316Z | Compiling rand_chacha v0.3.1 |
| 2105 | 2026-08-19T02:32:19.599Z | Compiling signature v2.2.0 |
| 2106 | 2026-08-19T02:32:19.645Z | Compiling hex v0.4.3 |
| 2107 | 2026-08-19T02:32:19.721Z | Compiling dtrace-parser v0.3.0 |
| 2108 | 2026-08-19T02:32:19.786Z | Compiling dof v0.3.0 |
| 2109 | 2026-08-19T02:32:19.904Z | Compiling pin-project-internal v1.1.11 |
| 2110 | 2026-08-19T02:32:19.949Z | Compiling num-integer v0.1.46 |
| 2111 | 2026-08-19T02:32:20.166Z | Compiling hyper v1.10.1 |
| 2112 | 2026-08-19T02:32:20.200Z | Compiling darling_macro v0.20.11 |
| 2113 | 2026-08-19T02:32:20.247Z | Compiling dof v0.4.0 |
| 2114 | 2026-08-19T02:32:20.294Z | Compiling thread-id v5.1.0 |
| 2115 | 2026-08-19T02:32:20.338Z | Compiling wait-timeout v0.2.1 |
| 2116 | 2026-08-19T02:32:20.407Z | Compiling thread-id v4.2.2 |
| 2117 | 2026-08-19T02:32:20.422Z | Compiling funty v2.0.0 |
| 2118 | 2026-08-19T02:32:20.605Z | Compiling cfg_aliases v0.2.1 |
| 2119 | 2026-08-19T02:32:20.705Z | Compiling clap_lex v1.0.0 |
| 2120 | 2026-08-19T02:32:20.719Z | Compiling num_threads v0.1.7 |
| 2121 | 2026-08-19T02:32:20.776Z | Compiling bit-vec v0.8.0 |
| 2122 | 2026-08-19T02:32:20.854Z | Compiling smoltcp v0.9.1 |
| 2123 | 2026-08-19T02:32:20.922Z | Compiling quick-error v1.2.3 |
| 2124 | 2026-08-19T02:32:20.938Z | Compiling owo-colors v4.3.0 |
| 2125 | 2026-08-19T02:32:20.955Z | Compiling clap_builder v4.6.0 |
| 2126 | 2026-08-19T02:32:20.958Z | Compiling time v0.3.47 |
| 2127 | 2026-08-19T02:32:21.052Z | Compiling bit-set v0.8.0 |
| 2128 | 2026-08-19T02:32:21.055Z | Compiling rusty-fork v0.3.1 |
| 2129 | 2026-08-19T02:32:21.182Z | Compiling bitvec v1.0.1 |
| 2130 | 2026-08-19T02:32:21.199Z | Compiling darling v0.20.11 |
| 2131 | 2026-08-19T02:32:21.249Z | Compiling nix v0.31.2 |
| 2132 | 2026-08-19T02:32:21.288Z | Compiling hyper-util v0.1.20 |
| 2133 | 2026-08-19T02:32:21.308Z | Compiling num-iter v0.1.45 |
| 2134 | 2026-08-19T02:32:21.459Z | Compiling rand v0.8.6 |
| 2135 | 2026-08-19T02:32:21.665Z | Compiling lazy_static v1.5.0 |
| 2136 | 2026-08-19T02:32:21.704Z | Compiling ipnetwork v0.21.1 |
| 2137 | 2026-08-19T02:32:21.792Z | Compiling hmac v0.12.1 |
| 2138 | 2026-08-19T02:32:22.121Z | Compiling rand_xorshift v0.4.0 |
| 2139 | 2026-08-19T02:32:22.137Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2140 | 2026-08-19T02:32:22.299Z | Compiling sync_wrapper v1.0.2 |
| 2141 | 2026-08-19T02:32:22.422Z | Compiling crc-catalog v2.4.0 |
| 2142 | 2026-08-19T02:32:22.438Z | Compiling siphasher v1.0.2 |
| 2143 | 2026-08-19T02:32:22.545Z | Compiling nodrop v0.1.14 |
| 2144 | 2026-08-19T02:32:22.668Z | Compiling zlib-rs v0.6.2 |
| 2145 | 2026-08-19T02:32:22.768Z | Compiling unarray v0.1.4 |
| 2146 | 2026-08-19T02:32:22.883Z | Compiling proptest v1.11.0 |
| 2147 | 2026-08-19T02:32:23.307Z | Compiling array-init v0.0.4 |
| 2148 | 2026-08-19T02:32:23.355Z | Compiling crc v3.4.0 |
| 2149 | 2026-08-19T02:32:23.572Z | Compiling clap v4.6.1 |
| 2150 | 2026-08-19T02:32:23.679Z | Compiling tower v0.5.3 |
| 2151 | 2026-08-19T02:32:24.005Z | Compiling smallvec v0.6.14 |
| 2152 | 2026-08-19T02:32:24.173Z | Compiling derive_builder_core v0.20.2 |
| 2153 | 2026-08-19T02:32:24.327Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-08-19T02:32:24.358Z | Compiling http-body-util v0.1.3 |
| 2155 | 2026-08-19T02:32:24.614Z | Compiling zerocopy v0.6.6 |
| 2156 | 2026-08-19T02:32:24.632Z | Compiling bitfield v0.19.4 |
| 2157 | 2026-08-19T02:32:24.684Z | Compiling flate2 v1.1.9 |
| 2158 | 2026-08-19T02:32:24.715Z | Compiling snafu-derive v0.8.9 |
| 2159 | 2026-08-19T02:32:24.857Z | Compiling strum_macros v0.27.2 |
| 2160 | 2026-08-19T02:32:24.934Z | Compiling strum_macros v0.26.4 |
| 2161 | 2026-08-19T02:32:24.934Z | Compiling hubpack_derive v0.1.1 |
| 2162 | 2026-08-19T02:32:24.982Z | Compiling env_filter v2.0.0 |
| 2163 | 2026-08-19T02:32:25.017Z | Compiling fs-err v3.3.0 |
| 2164 | 2026-08-19T02:32:25.096Z | Compiling unicode-segmentation v1.12.0 |
| 2165 | 2026-08-19T02:32:25.266Z | Compiling ryu v1.0.23 |
| 2166 | 2026-08-19T02:32:25.347Z | Compiling hashbrown v0.12.3 |
| 2167 | 2026-08-19T02:32:25.407Z | Compiling gimli v0.32.3 |
| 2168 | 2026-08-19T02:32:25.502Z | Compiling unicode-bidi v0.3.18 |
| 2169 | 2026-08-19T02:32:25.769Z | Compiling allocator-api2 v0.2.21 |
| 2170 | 2026-08-19T02:32:25.851Z | Compiling iri-string v0.7.10 |
| 2171 | 2026-08-19T02:32:25.914Z | Compiling unicode-properties v0.1.4 |
| 2172 | 2026-08-19T02:32:25.984Z | Compiling base64 v0.21.7 |
| 2173 | 2026-08-19T02:32:26.140Z | Compiling stringprep v0.1.5 |
| 2174 | 2026-08-19T02:32:26.313Z | Compiling ron v0.8.1 |
| 2175 | 2026-08-19T02:32:26.351Z | Compiling serde_urlencoded v0.7.1 |
| 2176 | 2026-08-19T02:32:26.549Z | Compiling env_logger v0.11.11 |
| 2177 | 2026-08-19T02:32:26.656Z | Compiling derive_builder_macro v0.20.2 |
| 2178 | 2026-08-19T02:32:26.798Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2179 | 2026-08-19T02:32:26.828Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2180 | 2026-08-19T02:32:26.887Z | Compiling newtype-uuid v1.3.2 |
| 2181 | 2026-08-19T02:32:26.902Z | Compiling rsa v0.9.10 |
| 2182 | 2026-08-19T02:32:27.027Z | Compiling tower-http v0.6.8 |
| 2183 | 2026-08-19T02:32:27.167Z | Compiling addr2line v0.25.1 |
| 2184 | 2026-08-19T02:32:27.183Z | Compiling oxnet v0.1.6 |
| 2185 | 2026-08-19T02:32:27.199Z | Compiling serde-hex v0.1.0 |
| 2186 | 2026-08-19T02:32:27.219Z | Compiling tokio-native-tls v0.3.1 |
| 2187 | 2026-08-19T02:32:27.259Z | Compiling hashbrown v0.13.2 |
| 2188 | 2026-08-19T02:32:27.318Z | Compiling bzip2 v0.4.4 |
| 2189 | 2026-08-19T02:32:27.476Z | Compiling usdt-attr-macro v0.6.0 |
| 2190 | 2026-08-19T02:32:27.523Z | Compiling usdt-macro v0.6.0 |
| 2191 | 2026-08-19T02:32:27.540Z | Compiling derive-ex v0.1.8 |
| 2192 | 2026-08-19T02:32:27.556Z | Compiling block-padding v0.4.2 |
| 2193 | 2026-08-19T02:32:27.576Z | Compiling block-buffer v0.12.1 |
| 2194 | 2026-08-19T02:32:27.592Z | Compiling crypto-common v0.2.2 |
| 2195 | 2026-08-19T02:32:27.862Z | Compiling rustls-native-certs v0.8.3 |
| 2196 | 2026-08-19T02:32:27.973Z | Compiling x509-cert v0.2.5 |
| 2197 | 2026-08-19T02:32:28.138Z | Compiling md-5 v0.10.6 |
| 2198 | 2026-08-19T02:32:28.292Z | Compiling erased-serde v0.3.31 |
| 2199 | 2026-08-19T02:32:28.325Z | Compiling bstr v1.12.1 |
| 2200 | 2026-08-19T02:32:28.538Z | Compiling vergen-lib v9.1.0 |
| 2201 | 2026-08-19T02:32:28.553Z | Compiling hash32 v0.2.1 |
| 2202 | 2026-08-19T02:32:28.651Z | Compiling encoding_rs v0.8.35 |
| 2203 | 2026-08-19T02:32:28.750Z | Compiling cpufeatures v0.3.0 |
| 2204 | 2026-08-19T02:32:28.781Z | Compiling unicode-width v0.2.0 |
| 2205 | 2026-08-19T02:32:28.868Z | Compiling fallible-iterator v0.2.0 |
| 2206 | 2026-08-19T02:32:28.928Z | Compiling mime v0.3.17 |
| 2207 | 2026-08-19T02:32:28.961Z | Compiling crc-any v2.5.0 |
| 2208 | 2026-08-19T02:32:29.095Z | Compiling psl-types v2.0.11 |
| 2209 | 2026-08-19T02:32:29.119Z | Compiling rustc-demangle v0.1.27 |
| 2210 | 2026-08-19T02:32:29.237Z | Compiling publicsuffix v2.3.0 |
| 2211 | 2026-08-19T02:32:29.256Z | Compiling postgres-protocol v0.6.10 |
| 2212 | 2026-08-19T02:32:29.273Z | Compiling test-strategy v0.4.5 |
| 2213 | 2026-08-19T02:32:29.732Z | Compiling backtrace v0.3.76 |
| 2214 | 2026-08-19T02:32:30.002Z | Compiling object v0.30.4 |
| 2215 | 2026-08-19T02:32:30.024Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2216 | 2026-08-19T02:32:30.102Z | Compiling inout v0.2.2 |
| 2217 | 2026-08-19T02:32:30.138Z | Compiling zip v0.6.6 |
| 2218 | 2026-08-19T02:32:30.268Z | Compiling daft v0.1.7 |
| 2219 | 2026-08-19T02:32:30.291Z | Compiling hyper-tls v0.6.0 |
| 2220 | 2026-08-19T02:32:30.313Z | Compiling derive_builder v0.20.2 |
| 2221 | 2026-08-19T02:32:30.359Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2222 | 2026-08-19T02:32:30.556Z | Compiling heck v0.4.1 |
| 2223 | 2026-08-19T02:32:30.583Z | Compiling phf_shared v0.13.1 |
| 2224 | 2026-08-19T02:32:30.638Z | Compiling pin-project v1.1.11 |
| 2225 | 2026-08-19T02:32:30.689Z | Compiling toml v0.7.8 |
| 2226 | 2026-08-19T02:32:30.787Z | Compiling serde_with_macros v3.21.0 |
| 2227 | 2026-08-19T02:32:30.790Z | Compiling futures-executor v0.3.32 |
| 2228 | 2026-08-19T02:32:30.869Z | Compiling enum-as-inner v0.6.1 |
| 2229 | 2026-08-19T02:32:31.019Z | Compiling serde_repr v0.1.20 |
| 2230 | 2026-08-19T02:32:31.026Z | Compiling async-recursion v1.1.1 |
| 2231 | 2026-08-19T02:32:31.061Z | Compiling miette-derive v7.6.0 |
| 2232 | 2026-08-19T02:32:31.148Z | Compiling ff v0.13.1 |
| 2233 | 2026-08-19T02:32:31.217Z | Compiling vergen v9.1.0 |
| 2234 | 2026-08-19T02:32:31.236Z | Compiling cargo-platform v0.3.2 |
| 2235 | 2026-08-19T02:32:31.363Z | Compiling libbz2-rs-sys v0.2.2 |
| 2236 | 2026-08-19T02:32:31.441Z | Compiling is_ci v1.2.0 |
| 2237 | 2026-08-19T02:32:31.517Z | Compiling jiff-core v0.1.0 |
| 2238 | 2026-08-19T02:32:31.533Z | Compiling base16ct v0.2.0 |
| 2239 | 2026-08-19T02:32:31.601Z | Compiling same-file v1.0.6 |
| 2240 | 2026-08-19T02:32:31.696Z | Compiling foldhash v0.2.0 |
| 2241 | 2026-08-19T02:32:31.849Z | Compiling smawk v0.3.2 |
| 2242 | 2026-08-19T02:32:31.936Z | Compiling bitflags v1.3.2 |
| 2243 | 2026-08-19T02:32:31.959Z | Compiling managed v0.8.0 |
| 2244 | 2026-08-19T02:32:32.056Z | Compiling bumpalo v3.20.2 |
| 2245 | 2026-08-19T02:32:32.056Z | Compiling path-slash v0.1.5 |
| 2246 | 2026-08-19T02:32:32.118Z | Compiling foldhash v0.1.5 |
| 2247 | 2026-08-19T02:32:32.158Z | Compiling unicode-linebreak v0.1.5 |
| 2248 | 2026-08-19T02:32:32.307Z | Compiling jiff v0.2.34 |
| 2249 | 2026-08-19T02:32:32.322Z | Compiling zopfli v0.8.3 |
| 2250 | 2026-08-19T02:32:32.337Z | Compiling hashbrown v0.15.5 |
| 2251 | 2026-08-19T02:32:32.433Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2252 | 2026-08-19T02:32:32.433Z | Compiling textwrap v0.16.2 |
| 2253 | 2026-08-19T02:32:32.805Z | Compiling hashbrown v0.16.1 |
| 2254 | 2026-08-19T02:32:32.831Z | Compiling bzip2 v0.6.1 |
| 2255 | 2026-08-19T02:32:32.875Z | Compiling walkdir v2.5.0 |
| 2256 | 2026-08-19T02:32:32.897Z | Compiling sec1 v0.7.3 |
| 2257 | 2026-08-19T02:32:32.919Z | Compiling supports-color v3.0.2 |
| 2258 | 2026-08-19T02:32:33.019Z | Compiling cargo_metadata v0.23.1 |
| 2259 | 2026-08-19T02:32:33.068Z | Compiling group v0.13.0 |
| 2260 | 2026-08-19T02:32:33.235Z | Compiling futures v0.3.32 |
| 2261 | 2026-08-19T02:32:33.408Z | Compiling phf v0.13.1 |
| 2262 | 2026-08-19T02:32:33.498Z | Compiling snafu v0.8.9 |
| 2263 | 2026-08-19T02:32:33.630Z | Compiling reqwest v0.12.28 |
| 2264 | 2026-08-19T02:32:33.866Z | Compiling cipher v0.5.2 |
| 2265 | 2026-08-19T02:32:33.870Z | Compiling signal-hook-mio v0.2.5 |
| 2266 | 2026-08-19T02:32:33.896Z | Compiling backtrace-ext v0.2.1 |
| 2267 | 2026-08-19T02:32:34.023Z | Compiling cookie_store v0.22.1 |
| 2268 | 2026-08-19T02:32:34.038Z | Compiling zstd v0.13.3 |
| 2269 | 2026-08-19T02:32:34.085Z | Compiling postgres-types v0.2.12 |
| 2270 | 2026-08-19T02:32:34.144Z | Compiling globset v0.4.18 |
| 2271 | 2026-08-19T02:32:34.255Z | Compiling strum v0.27.2 |
| 2272 | 2026-08-19T02:32:34.276Z | Compiling hubpack v0.1.2 |
| 2273 | 2026-08-19T02:32:34.419Z | Compiling phf_shared v0.11.3 |
| 2274 | 2026-08-19T02:32:34.453Z | Compiling hkdf v0.12.4 |
| 2275 | 2026-08-19T02:32:34.472Z | Compiling crossbeam-epoch v0.9.18 |
| 2276 | 2026-08-19T02:32:34.551Z | Compiling byte-wrapper v0.1.0 |
| 2277 | 2026-08-19T02:32:34.618Z | Compiling ed25519 v2.2.3 |
| 2278 | 2026-08-19T02:32:34.636Z | Compiling olpc-cjson v0.1.4 |
| 2279 | 2026-08-19T02:32:34.870Z | Compiling crypto-bigint v0.5.5 |
| 2280 | 2026-08-19T02:32:34.916Z | Compiling serde-big-array v0.5.1 |
| 2281 | 2026-08-19T02:32:34.947Z | Compiling serde_plain v1.0.2 |
| 2282 | 2026-08-19T02:32:34.950Z | Compiling pem v3.0.6 |
| 2283 | 2026-08-19T02:32:35.059Z | Compiling float-cmp v0.10.0 |
| 2284 | 2026-08-19T02:32:35.121Z | Compiling memmap2 v0.9.10 |
| 2285 | 2026-08-19T02:32:35.183Z | Compiling static_assertions v1.1.0 |
| 2286 | 2026-08-19T02:32:35.253Z | Compiling difflib v0.4.0 |
| 2287 | 2026-08-19T02:32:35.270Z | Compiling toml_write v0.1.2 |
| 2288 | 2026-08-19T02:32:35.362Z | Compiling typed-path v0.9.3 |
| 2289 | 2026-08-19T02:32:35.429Z | Compiling normalize-line-endings v0.3.0 |
| 2290 | 2026-08-19T02:32:35.445Z | Compiling predicates-core v1.0.10 |
| 2291 | 2026-08-19T02:32:35.490Z | Compiling supports-hyperlinks v3.2.0 |
| 2292 | 2026-08-19T02:32:35.552Z | Compiling supports-unicode v3.0.0 |
| 2293 | 2026-08-19T02:32:35.611Z | Compiling const-oid v0.10.2 |
| 2294 | 2026-08-19T02:32:35.641Z | Compiling data-encoding v2.10.0 |
| 2295 | 2026-08-19T02:32:35.670Z | Compiling new_debug_unreachable v1.0.6 |
| 2296 | 2026-08-19T02:32:35.686Z | Compiling whoami v2.1.0 |
| 2297 | 2026-08-19T02:32:35.719Z | Compiling fixedbitset v0.5.7 |
| 2298 | 2026-08-19T02:32:35.735Z | Compiling precomputed-hash v0.1.1 |
| 2299 | 2026-08-19T02:32:35.767Z | Compiling keccak v0.1.6 |
| 2300 | 2026-08-19T02:32:35.840Z | Compiling unicode-width v0.1.14 |
| 2301 | 2026-08-19T02:32:35.858Z | Compiling fixedbitset v0.4.2 |
| 2302 | 2026-08-19T02:32:35.986Z | Compiling hickory-proto v0.25.2 |
| 2303 | 2026-08-19T02:32:35.987Z | Compiling petgraph v0.8.3 |
| 2304 | 2026-08-19T02:32:36.018Z | Compiling sha3 v0.10.8 |
| 2305 | 2026-08-19T02:32:36.036Z | Compiling petgraph v0.6.5 |
| 2306 | 2026-08-19T02:32:36.036Z | Compiling tokio-postgres v0.7.16 |
| 2307 | 2026-08-19T02:32:36.107Z | Compiling miette v7.6.0 |
| 2308 | 2026-08-19T02:32:36.191Z | Compiling string_cache v0.8.9 |
| 2309 | 2026-08-19T02:32:36.319Z | Compiling elliptic-curve v0.13.8 |
| 2310 | 2026-08-19T02:32:36.400Z | Compiling digest v0.11.3 |
| 2311 | 2026-08-19T02:32:36.614Z | Compiling predicates v3.1.4 |
| 2312 | 2026-08-19T02:32:36.631Z | Compiling toml_edit v0.22.27 |
| 2313 | 2026-08-19T02:32:36.715Z | Compiling chacha20 v0.10.0 |
| 2314 | 2026-08-19T02:32:37.164Z | Compiling usdt v0.6.0 |
| 2315 | 2026-08-19T02:32:37.198Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2316 | 2026-08-19T02:32:37.764Z | Compiling ed25519-dalek v2.2.0 |
| 2317 | 2026-08-19T02:32:37.949Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2318 | 2026-08-19T02:32:38.200Z | Compiling zip v4.6.1 |
| 2319 | 2026-08-19T02:32:38.733Z | Compiling crossterm v0.28.1 |
| 2320 | 2026-08-19T02:32:39.103Z | Compiling iddqd v0.4.2 |
| 2321 | 2026-08-19T02:32:39.135Z | Compiling serde_with v3.21.0 |
| 2322 | 2026-08-19T02:32:39.252Z | Compiling similar v2.7.0 |
| 2323 | 2026-08-19T02:32:39.345Z | Compiling strum v0.26.3 |
| 2324 | 2026-08-19T02:32:39.674Z | Compiling tokio-stream v0.1.18 |
| 2325 | 2026-08-19T02:32:39.734Z | Compiling buf-list v1.1.2 |
| 2326 | 2026-08-19T02:32:39.967Z | Compiling itertools v0.13.0 |
| 2327 | 2026-08-19T02:32:40.004Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2328 | 2026-08-19T02:32:40.037Z | Compiling openapiv3 v2.2.0 |
| 2329 | 2026-08-19T02:32:40.412Z | Compiling lalrpop-util v0.19.12 |
| 2330 | 2026-08-19T02:32:40.870Z | Compiling peg-runtime v0.8.5 |
| 2331 | 2026-08-19T02:32:55.469Z | Compiling rustls-webpki v0.103.13 |
| 2332 | 2026-08-19T02:32:59.439Z | Compiling tokio-rustls v0.26.4 |
| 2333 | 2026-08-19T02:32:59.467Z | Compiling rustls-platform-verifier v0.6.2 |
| 2334 | 2026-08-19T02:32:59.660Z | Compiling tough v0.22.0 |
| 2335 | 2026-08-19T02:32:59.718Z | Compiling hyper-rustls v0.27.7 |
| 2336 | 2026-08-19T02:33:00.051Z | Compiling reqwest v0.13.2 |
| 2337 | 2026-08-19T02:33:03.056Z | Compiling macaddr v1.0.1 |
| 2338 | 2026-08-19T02:33:03.225Z | Compiling rayon-core v1.13.0 |
| 2339 | 2026-08-19T02:33:03.242Z | Compiling crucible-workspace-hack v0.1.0 |
| 2340 | 2026-08-19T02:33:03.258Z | Compiling secrecy v0.10.3 |
| 2341 | 2026-08-19T02:33:03.309Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2342 | 2026-08-19T02:33:03.382Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2343 | 2026-08-19T02:33:03.399Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2344 | 2026-08-19T02:33:03.403Z | Compiling heapless v0.8.0 |
| 2345 | 2026-08-19T02:33:03.505Z | Compiling crossbeam-deque v0.8.6 |
| 2346 | 2026-08-19T02:33:03.537Z | Compiling ingot-macros v0.2.0 |
| 2347 | 2026-08-19T02:33:03.610Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2348 | 2026-08-19T02:33:03.630Z | Compiling inout v0.1.4 |
| 2349 | 2026-08-19T02:33:03.633Z | Compiling hash32 v0.3.1 |
| 2350 | 2026-08-19T02:33:03.665Z | Compiling multer v3.1.0 |
| 2351 | 2026-08-19T02:33:03.754Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2352 | 2026-08-19T02:33:03.770Z | Compiling thread_local v1.1.9 |
| 2353 | 2026-08-19T02:33:03.802Z | Compiling slog-async v2.8.0 |
| 2354 | 2026-08-19T02:33:03.829Z | Compiling compression-core v0.4.31 |
| 2355 | 2026-08-19T02:33:03.845Z | Compiling smoltcp v0.11.0 |
| 2356 | 2026-08-19T02:33:03.892Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2357 | 2026-08-19T02:33:03.927Z | Compiling match_cfg v0.1.0 |
| 2358 | 2026-08-19T02:33:04.028Z | Compiling hostname v0.3.1 |
| 2359 | 2026-08-19T02:33:04.044Z | Compiling compression-codecs v0.4.37 |
| 2360 | 2026-08-19T02:33:04.133Z | Compiling cipher v0.4.4 |
| 2361 | 2026-08-19T02:33:04.168Z | Compiling proc-macro-crate v3.4.0 |
| 2362 | 2026-08-19T02:33:04.236Z | Compiling atomicwrites v0.4.4 |
| 2363 | 2026-08-19T02:33:04.254Z | Compiling slog-json v2.6.1 |
| 2364 | 2026-08-19T02:33:04.268Z | Compiling crossbeam-channel v0.5.15 |
| 2365 | 2026-08-19T02:33:04.366Z | Compiling half v2.7.1 |
| 2366 | 2026-08-19T02:33:04.410Z | Compiling newtype-uuid-macros v0.1.0 |
| 2367 | 2026-08-19T02:33:04.428Z | Compiling universal-hash v0.5.1 |
| 2368 | 2026-08-19T02:33:04.475Z | Compiling cobs v0.3.0 |
| 2369 | 2026-08-19T02:33:04.540Z | Compiling async-stream-impl v0.3.6 |
| 2370 | 2026-08-19T02:33:04.556Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2371 | 2026-08-19T02:33:04.556Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2372 | 2026-08-19T02:33:04.619Z | Compiling serde_spanned v1.1.1 |
| 2373 | 2026-08-19T02:33:04.622Z | Compiling is-terminal v0.4.17 |
| 2374 | 2026-08-19T02:33:04.753Z | Compiling proc-macro-error-attr v1.0.4 |
| 2375 | 2026-08-19T02:33:04.769Z | Compiling dropshot v0.17.1 |
| 2376 | 2026-08-19T02:33:04.784Z | Compiling convert_case v0.4.0 |
| 2377 | 2026-08-19T02:33:04.802Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2378 | 2026-08-19T02:33:04.977Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2379 | 2026-08-19T02:33:05.008Z | Compiling ciborium-io v0.2.2 |
| 2380 | 2026-08-19T02:33:05.011Z | Compiling opaque-debug v0.3.1 |
| 2381 | 2026-08-19T02:33:05.045Z | Compiling term v1.2.1 |
| 2382 | 2026-08-19T02:33:05.101Z | Compiling take_mut v0.2.2 |
| 2383 | 2026-08-19T02:33:05.119Z | Compiling derive_more v0.99.20 |
| 2384 | 2026-08-19T02:33:05.133Z | Compiling ciborium-ll v0.2.2 |
| 2385 | 2026-08-19T02:33:05.151Z | Compiling poly1305 v0.8.0 |
| 2386 | 2026-08-19T02:33:05.166Z | Compiling async-stream v0.3.6 |
| 2387 | 2026-08-19T02:33:05.184Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2388 | 2026-08-19T02:33:05.375Z | Compiling slog-term v2.9.2 |
| 2389 | 2026-08-19T02:33:05.392Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2390 | 2026-08-19T02:33:05.430Z | Compiling postcard v1.1.3 |
| 2391 | 2026-08-19T02:33:05.447Z | Compiling num_enum_derive v0.7.6 |
| 2392 | 2026-08-19T02:33:05.617Z | Compiling thiserror-no-std v2.0.2 |
| 2393 | 2026-08-19T02:33:05.682Z | Compiling slog-bunyan v2.5.0 |
| 2394 | 2026-08-19T02:33:05.817Z | Compiling chacha20 v0.9.1 |
| 2395 | 2026-08-19T02:33:05.900Z | Compiling async-compression v0.4.41 |
| 2396 | 2026-08-19T02:33:05.966Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2397 | 2026-08-19T02:33:06.108Z | Compiling sha1 v0.11.0 |
| 2398 | 2026-08-19T02:33:06.144Z | Compiling ingot-types v0.2.0 |
| 2399 | 2026-08-19T02:33:06.404Z | Compiling parse-display-derive v0.10.0 |
| 2400 | 2026-08-19T02:33:06.420Z | Compiling proc-macro-crate v1.3.1 |
| 2401 | 2026-08-19T02:33:06.450Z | Compiling waitgroup v0.1.2 |
| 2402 | 2026-08-19T02:33:06.600Z | Compiling ingot v0.2.1 |
| 2403 | 2026-08-19T02:33:06.649Z | Compiling backon v1.6.0 |
| 2404 | 2026-08-19T02:33:06.669Z | Compiling rustls-pemfile v2.2.0 |
| 2405 | 2026-08-19T02:33:06.683Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2406 | 2026-08-19T02:33:06.799Z | Compiling blake2 v0.10.6 |
| 2407 | 2026-08-19T02:33:06.865Z | Compiling dropshot_endpoint v0.17.1 |
| 2408 | 2026-08-19T02:33:06.945Z | Compiling aead v0.5.2 |
| 2409 | 2026-08-19T02:33:06.994Z | Compiling password-hash v0.5.0 |
| 2410 | 2026-08-19T02:33:07.157Z | Compiling foreign-types-macros v0.2.3 |
| 2411 | 2026-08-19T02:33:07.183Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2412 | 2026-08-19T02:33:07.328Z | Compiling serde_path_to_error v0.1.20 |
| 2413 | 2026-08-19T02:33:07.351Z | Compiling hostname v0.4.2 |
| 2414 | 2026-08-19T02:33:07.443Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2415 | 2026-08-19T02:33:07.553Z | Compiling proc-macro-error v1.0.4 |
| 2416 | 2026-08-19T02:33:07.624Z | Compiling instant v0.1.13 |
| 2417 | 2026-08-19T02:33:07.673Z | Compiling foreign-types-shared v0.3.1 |
| 2418 | 2026-08-19T02:33:07.771Z | Compiling debug-ignore v1.0.5 |
| 2419 | 2026-08-19T02:33:07.786Z | Compiling foreign-types v0.5.0 |
| 2420 | 2026-08-19T02:33:07.790Z | Compiling backoff v0.4.0 |
| 2421 | 2026-08-19T02:33:07.817Z | Compiling argon2 v0.5.3 |
| 2422 | 2026-08-19T02:33:07.896Z | Compiling chacha20poly1305 v0.10.1 |
| 2423 | 2026-08-19T02:33:07.913Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2424 | 2026-08-19T02:33:07.930Z | Compiling parse-display v0.10.0 |
| 2425 | 2026-08-19T02:33:07.945Z | Compiling num_enum_derive v0.5.11 |
| 2426 | 2026-08-19T02:33:07.961Z | Compiling num_enum v0.7.6 |
| 2427 | 2026-08-19T02:33:07.977Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2428 | 2026-08-19T02:33:08.064Z | Compiling vsss-rs v3.3.4 |
| 2429 | 2026-08-19T02:33:08.096Z | Compiling ciborium v0.2.2 |
| 2430 | 2026-08-19T02:33:08.416Z | Compiling regress v0.10.5 |
| 2431 | 2026-08-19T02:33:08.432Z | Compiling itertools v0.14.0 |
| 2432 | 2026-08-19T02:33:08.478Z | Compiling tabwriter v1.4.1 |
| 2433 | 2026-08-19T02:33:08.494Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2434 | 2026-08-19T02:33:08.754Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2435 | 2026-08-19T02:33:08.851Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2436 | 2026-08-19T02:33:08.883Z | Compiling cstr-argument v0.1.2 |
| 2437 | 2026-08-19T02:33:08.900Z | Compiling humantime v2.3.0 |
| 2438 | 2026-08-19T02:33:08.915Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2439 | 2026-08-19T02:33:08.993Z | Compiling num_enum v0.5.11 |
| 2440 | 2026-08-19T02:33:09.021Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2441 | 2026-08-19T02:33:09.097Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2442 | 2026-08-19T02:33:09.120Z | Compiling rayon v1.11.0 |
| 2443 | 2026-08-19T02:33:09.163Z | Compiling rand v0.10.1 |
| 2444 | 2026-08-19T02:33:09.304Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2445 | 2026-08-19T02:33:09.320Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2446 | 2026-08-19T02:33:09.370Z | Compiling libefi-sys v0.1.0 |
| 2447 | 2026-08-19T02:33:09.387Z | Compiling indent_write v2.2.0 |
| 2448 | 2026-08-19T02:33:09.448Z | Compiling colored v3.1.1 |
| 2449 | 2026-08-19T02:33:09.485Z | Compiling zone_cfg_derive v0.3.1 |
| 2450 | 2026-08-19T02:33:09.521Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2451 | 2026-08-19T02:33:09.575Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2452 | 2026-08-19T02:33:09.593Z | Compiling camino-tempfile v1.4.1 |
| 2453 | 2026-08-19T02:33:09.596Z | Compiling itertools v0.12.1 |
| 2454 | 2026-08-19T02:33:09.665Z | Compiling usdt-attr-macro v0.5.0 |
| 2455 | 2026-08-19T02:33:09.929Z | Compiling usdt-macro v0.5.0 |
| 2456 | 2026-08-19T02:33:09.945Z | Compiling num-derive v0.4.2 |
| 2457 | 2026-08-19T02:33:09.972Z | Compiling bitfield-struct v0.6.2 |
| 2458 | 2026-08-19T02:33:10.013Z | Compiling blake3 v1.8.5 |
| 2459 | 2026-08-19T02:33:10.080Z | Compiling sigpipe v0.1.3 |
| 2460 | 2026-08-19T02:33:10.096Z | Compiling memmap v0.7.0 |
| 2461 | 2026-08-19T02:33:10.126Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2462 | 2026-08-19T02:33:10.207Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2463 | 2026-08-19T02:33:10.342Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2464 | 2026-08-19T02:33:10.362Z | Compiling swrite v0.1.0 |
| 2465 | 2026-08-19T02:33:10.414Z | Compiling glob v0.3.3 |
| 2466 | 2026-08-19T02:33:10.500Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2467 | 2026-08-19T02:33:10.610Z | Compiling smf v0.2.3 |
| 2468 | 2026-08-19T02:33:10.626Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2469 | 2026-08-19T02:33:10.675Z | Compiling usdt v0.5.0 |
| 2470 | 2026-08-19T02:33:10.822Z | Compiling filetime v0.2.27 |
| 2471 | 2026-08-19T02:33:10.838Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2472 | 2026-08-19T02:33:10.864Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2473 | 2026-08-19T02:33:10.940Z | Compiling zone v0.3.1 |
| 2474 | 2026-08-19T02:33:10.971Z | Compiling arrayvec v0.7.6 |
| 2475 | 2026-08-19T02:33:10.989Z | Compiling arrayref v0.3.9 |
| 2476 | 2026-08-19T02:33:11.035Z | Compiling whoami v1.6.1 |
| 2477 | 2026-08-19T02:33:11.059Z | Compiling constant_time_eq v0.4.2 |
| 2478 | 2026-08-19T02:33:11.085Z | Compiling xattr v1.6.1 |
| 2479 | 2026-08-19T02:33:11.101Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2480 | 2026-08-19T02:33:11.240Z | Compiling tar v0.4.46 |
| 2481 | 2026-08-19T02:33:11.314Z | Compiling tokio-dtrace v0.1.1 |
| 2482 | 2026-08-19T02:33:11.329Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2483 | 2026-08-19T02:33:11.347Z | Compiling gethostname v0.5.0 |
| 2484 | 2026-08-19T02:33:11.350Z | Compiling console v0.16.2 |
| 2485 | 2026-08-19T02:33:11.521Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2486 | 2026-08-19T02:33:11.554Z | Compiling topological-sort v0.2.2 |
| 2487 | 2026-08-19T02:33:11.630Z | Compiling unit-prefix v0.5.2 |
| 2488 | 2026-08-19T02:33:11.676Z | Compiling oxide-tokio-rt v0.1.4 |
| 2489 | 2026-08-19T02:33:11.751Z | Compiling toml v0.8.23 |
| 2490 | 2026-08-19T02:33:11.798Z | Compiling indicatif v0.18.4 |
| 2491 | 2026-08-19T02:33:11.832Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2492 | 2026-08-19T02:33:12.170Z | Compiling shell-words v1.1.1 |
| 2493 | 2026-08-19T02:33:21.151Z | Compiling progenitor-client v0.14.0 |
| 2494 | 2026-08-19T02:33:21.151Z | Compiling omicron-zone-package v0.12.3 |
| 2495 | 2026-08-19T02:33:21.393Z | Compiling progenitor-extras v0.2.0 |
| 2496 | 2026-08-19T02:33:21.704Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2497 | 2026-08-19T02:33:21.789Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2498 | 2026-08-19T02:33:21.805Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2499 | 2026-08-19T02:33:21.886Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2500 | 2026-08-19T02:33:21.911Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2501 | 2026-08-19T02:33:21.987Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2502 | 2026-08-19T02:33:22.129Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2503 | 2026-08-19T02:33:22.236Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2504 | 2026-08-19T02:33:22.523Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2505 | 2026-08-19T02:33:26.249Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2506 | 2026-08-19T02:33:34.549Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2507 | 2026-08-19T02:33:37.770Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2508 | 2026-08-19T02:33:38.840Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2509 | 2026-08-19T02:33:48.209Z | Finished `release` profile [optimized] target(s) in 1m 46s |
| 2510 | 2026-08-19T02:33:48.358Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2511 | 2026-08-19T02:33:48.420Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2512 | 2026-08-19T02:33:48.424Z | Created new build target 'test' and set it as active |
| 2513 | 2026-08-19T02:33:48.424Z | |
| 2514 | 2026-08-19T02:33:48.427Z | real 1:47.173514601 |
| 2515 | 2026-08-19T02:33:48.427Z | user 17:41.948904431 |
| 2516 | 2026-08-19T02:33:48.427Z | sys 2:57.320748003 |
| 2517 | 2026-08-19T02:33:48.427Z | trap 0.501350196 |
| 2518 | 2026-08-19T02:33:48.427Z | tflt 2.525245891 |
| 2519 | 2026-08-19T02:33:48.427Z | dflt 4.663382501 |
| 2520 | 2026-08-19T02:33:48.427Z | kflt 0.000565720 |
| 2521 | 2026-08-19T02:33:48.427Z | lock 58:15.943954152 |
| 2522 | 2026-08-19T02:33:48.427Z | slp 45:41.091899430 |
| 2523 | 2026-08-19T02:33:48.427Z | lat 52.681441553 |
| 2524 | 2026-08-19T02:33:48.427Z | stop 6:20.106935889 |
| 2525 | 2026-08-19T02:33:48.427Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2526 | 2026-08-19T02:33:49.308Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2527 | 2026-08-19T02:33:49.377Z | Running `target/release/omicron-package -t test package` |
| 2528 | 2026-08-19T02:33:49.433Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2529 | 2026-08-19T02:33:50.882Z | Compiling heck v0.5.0 |
| 2530 | 2026-08-19T02:33:50.882Z | Compiling regress v0.11.1 |
| 2531 | 2026-08-19T02:33:51.110Z | Compiling unsafe-libyaml v0.2.11 |
| 2532 | 2026-08-19T02:33:51.150Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2533 | 2026-08-19T02:33:51.178Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2534 | 2026-08-19T02:33:51.179Z | Compiling derive-where v1.6.0 |
| 2535 | 2026-08-19T02:33:51.182Z | Compiling bytecount v0.6.9 |
| 2536 | 2026-08-19T02:33:51.239Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2537 | 2026-08-19T02:33:51.239Z | Compiling atomicwrites v0.4.4 |
| 2538 | 2026-08-19T02:33:51.243Z | Compiling is-terminal v0.4.17 |
| 2539 | 2026-08-19T02:33:51.243Z | Compiling prettyplease v0.2.37 |
| 2540 | 2026-08-19T02:33:51.243Z | Compiling newline-converter v0.3.0 |
| 2541 | 2026-08-19T02:33:51.258Z | Compiling console v0.15.11 |
| 2542 | 2026-08-19T02:33:51.320Z | Compiling slog-dtrace v0.3.0 |
| 2543 | 2026-08-19T02:33:51.324Z | Compiling cancel-safe-futures v0.1.5 |
| 2544 | 2026-08-19T02:33:51.409Z | Compiling resolv-conf v0.7.6 |
| 2545 | 2026-08-19T02:33:51.413Z | Compiling num-rational v0.4.2 |
| 2546 | 2026-08-19T02:33:51.450Z | Compiling num-complex v0.4.6 |
| 2547 | 2026-08-19T02:33:51.480Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2548 | 2026-08-19T02:33:51.536Z | Compiling thread_local v1.1.9 |
| 2549 | 2026-08-19T02:33:51.584Z | Compiling compression-core v0.4.31 |
| 2550 | 2026-08-19T02:33:51.668Z | Compiling serde_yaml v0.9.34+deprecated |
| 2551 | 2026-08-19T02:33:51.761Z | Compiling expectorate v1.2.0 |
| 2552 | 2026-08-19T02:33:51.801Z | Compiling match_cfg v0.1.0 |
| 2553 | 2026-08-19T02:33:51.805Z | Compiling compression-codecs v0.4.37 |
| 2554 | 2026-08-19T02:33:51.901Z | Compiling hostname v0.3.1 |
| 2555 | 2026-08-19T02:33:51.933Z | Compiling num v0.4.3 |
| 2556 | 2026-08-19T02:33:51.997Z | Compiling multer v3.1.0 |
| 2557 | 2026-08-19T02:33:52.033Z | Compiling slog-async v2.8.0 |
| 2558 | 2026-08-19T02:33:52.055Z | Compiling crossbeam-channel v0.5.15 |
| 2559 | 2026-08-19T02:33:52.075Z | Compiling slog-json v2.6.1 |
| 2560 | 2026-08-19T02:33:52.079Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2561 | 2026-08-19T02:33:52.116Z | Compiling serde_spanned v1.1.1 |
| 2562 | 2026-08-19T02:33:52.139Z | Compiling linked-hash-map v0.5.6 |
| 2563 | 2026-08-19T02:33:52.291Z | Compiling take_mut v0.2.2 |
| 2564 | 2026-08-19T02:33:52.314Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2565 | 2026-08-19T02:33:52.336Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2566 | 2026-08-19T02:33:52.358Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2567 | 2026-08-19T02:33:52.382Z | Compiling linear-map v1.2.0 |
| 2568 | 2026-08-19T02:33:52.404Z | Compiling float-ord v0.3.2 |
| 2569 | 2026-08-19T02:33:52.432Z | Compiling oxide-update-engine-types v0.1.2 |
| 2570 | 2026-08-19T02:33:52.436Z | Compiling term v1.2.1 |
| 2571 | 2026-08-19T02:33:52.479Z | Compiling lru-cache v0.1.2 |
| 2572 | 2026-08-19T02:33:52.524Z | Compiling slog-bunyan v2.5.0 |
| 2573 | 2026-08-19T02:33:52.567Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2574 | 2026-08-19T02:33:52.594Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2575 | 2026-08-19T02:33:52.615Z | Compiling async-compression v0.4.41 |
| 2576 | 2026-08-19T02:33:52.662Z | Compiling typify-impl v0.6.2 |
| 2577 | 2026-08-19T02:33:52.691Z | Compiling dropshot v0.17.1 |
| 2578 | 2026-08-19T02:33:52.756Z | Compiling slog-term v2.9.2 |
| 2579 | 2026-08-19T02:33:52.969Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2580 | 2026-08-19T02:33:52.973Z | Compiling async-stream v0.3.6 |
| 2581 | 2026-08-19T02:33:53.013Z | Compiling sha1 v0.11.0 |
| 2582 | 2026-08-19T02:33:53.016Z | Compiling progenitor-client v0.14.0 |
| 2583 | 2026-08-19T02:33:53.138Z | Compiling waitgroup v0.1.2 |
| 2584 | 2026-08-19T02:33:53.179Z | Compiling rustls-pemfile v2.2.0 |
| 2585 | 2026-08-19T02:33:53.199Z | Compiling backon v1.6.0 |
| 2586 | 2026-08-19T02:33:53.271Z | Compiling hostname v0.4.2 |
| 2587 | 2026-08-19T02:33:53.301Z | Compiling serde_path_to_error v0.1.20 |
| 2588 | 2026-08-19T02:33:53.323Z | Compiling instant v0.1.13 |
| 2589 | 2026-08-19T02:33:53.351Z | Compiling minimal-lexical v0.2.1 |
| 2590 | 2026-08-19T02:33:53.411Z | Compiling debug-ignore v1.0.5 |
| 2591 | 2026-08-19T02:33:53.432Z | Compiling backoff v0.4.0 |
| 2592 | 2026-08-19T02:33:53.436Z | Compiling progenitor-extras v0.2.0 |
| 2593 | 2026-08-19T02:33:53.475Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2594 | 2026-08-19T02:33:53.546Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2595 | 2026-08-19T02:33:53.655Z | Compiling oxide-update-engine v0.1.2 |
| 2596 | 2026-08-19T02:33:53.676Z | Compiling nom v7.1.3 |
| 2597 | 2026-08-19T02:33:53.696Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2598 | 2026-08-19T02:33:53.740Z | Compiling parse-display v0.10.0 |
| 2599 | 2026-08-19T02:33:53.763Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2600 | 2026-08-19T02:33:53.763Z | Compiling hickory-proto v0.24.4 |
| 2601 | 2026-08-19T02:33:54.245Z | Compiling regress v0.10.5 |
| 2602 | 2026-08-19T02:33:54.429Z | Compiling itertools v0.14.0 |
| 2603 | 2026-08-19T02:33:54.905Z | Compiling macaddr v1.0.1 |
| 2604 | 2026-08-19T02:33:55.028Z | Compiling unicode-xid v0.2.6 |
| 2605 | 2026-08-19T02:33:55.067Z | Compiling humantime v2.3.0 |
| 2606 | 2026-08-19T02:33:55.188Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2607 | 2026-08-19T02:33:55.374Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2608 | 2026-08-19T02:33:55.412Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2609 | 2026-08-19T02:33:55.501Z | Compiling convert_case v0.10.0 |
| 2610 | 2026-08-19T02:33:55.659Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2611 | 2026-08-19T02:33:55.722Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2612 | 2026-08-19T02:33:55.777Z | Compiling toml v0.8.23 |
| 2613 | 2026-08-19T02:33:55.797Z | Compiling derive_more-impl v2.1.1 |
| 2614 | 2026-08-19T02:33:55.930Z | Compiling papergrid v0.11.0 |
| 2615 | 2026-08-19T02:33:56.093Z | Compiling typify-macro v0.6.2 |
| 2616 | 2026-08-19T02:33:56.231Z | Compiling hickory-resolver v0.24.4 |
| 2617 | 2026-08-19T02:33:56.357Z | Compiling tabled_derive v0.7.0 |
| 2618 | 2026-08-19T02:33:56.387Z | Compiling termtree v0.5.1 |
| 2619 | 2026-08-19T02:33:56.588Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2620 | 2026-08-19T02:33:56.630Z | Compiling derive_more v2.1.1 |
| 2621 | 2026-08-19T02:33:56.739Z | Compiling crossterm v0.29.0 |
| 2622 | 2026-08-19T02:33:57.048Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2623 | 2026-08-19T02:33:57.294Z | Compiling tabled v0.15.0 |
| 2624 | 2026-08-19T02:33:57.586Z | Compiling qorb v0.4.1 |
| 2625 | 2026-08-19T02:33:57.676Z | Compiling typify v0.6.2 |
| 2626 | 2026-08-19T02:33:57.997Z | Compiling progenitor-impl v0.14.0 |
| 2627 | 2026-08-19T02:33:58.775Z | Compiling phf_shared v0.12.1 |
| 2628 | 2026-08-19T02:33:59.031Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2629 | 2026-08-19T02:33:59.561Z | Compiling vte v0.14.1 |
| 2630 | 2026-08-19T02:33:59.589Z | Compiling csv-core v0.1.13 |
| 2631 | 2026-08-19T02:33:59.811Z | Compiling highway v1.3.0 |
| 2632 | 2026-08-19T02:34:00.170Z | Compiling progenitor-macro v0.14.0 |
| 2633 | 2026-08-19T02:34:00.520Z | Compiling chrono-tz v0.10.4 |
| 2634 | 2026-08-19T02:34:00.762Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2635 | 2026-08-19T02:34:01.176Z | Compiling csv v1.4.0 |
| 2636 | 2026-08-19T02:34:01.179Z | Compiling strip-ansi-escapes v0.2.1 |
| 2637 | 2026-08-19T02:34:01.588Z | Compiling phf v0.12.1 |
| 2638 | 2026-08-19T02:34:01.699Z | Compiling const_format_proc_macros v0.2.34 |
| 2639 | 2026-08-19T02:34:01.753Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2640 | 2026-08-19T02:34:01.791Z | Compiling fd-lock v4.0.4 |
| 2641 | 2026-08-19T02:34:01.976Z | Compiling peg-macros v0.8.5 |
| 2642 | 2026-08-19T02:34:02.137Z | Compiling nu-ansi-term v0.50.3 |
| 2643 | 2026-08-19T02:34:02.482Z | Compiling const_format v0.2.35 |
| 2644 | 2026-08-19T02:34:02.506Z | Compiling reedline v0.40.0 |
| 2645 | 2026-08-19T02:34:02.650Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2646 | 2026-08-19T02:34:02.650Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2647 | 2026-08-19T02:34:03.225Z | Compiling peg v0.8.5 |
| 2648 | 2026-08-19T02:34:03.327Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2649 | 2026-08-19T02:34:03.542Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2650 | 2026-08-19T02:34:04.297Z | Compiling progenitor v0.14.0 |
| 2651 | 2026-08-19T02:34:04.432Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2652 | 2026-08-19T02:34:04.455Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2653 | 2026-08-19T02:34:04.496Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2654 | 2026-08-19T02:34:04.593Z | Compiling bcs v0.1.6 |
| 2655 | 2026-08-19T02:34:05.026Z | Compiling nom v8.0.0 |
| 2656 | 2026-08-19T02:34:05.339Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2657 | 2026-08-19T02:34:05.624Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2658 | 2026-08-19T02:34:06.131Z | Compiling semver v0.1.20 |
| 2659 | 2026-08-19T02:34:06.430Z | Compiling rustc_version v0.1.7 |
| 2660 | 2026-08-19T02:34:06.513Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2661 | 2026-08-19T02:34:06.715Z | Compiling newtype_derive v0.1.6 |
| 2662 | 2026-08-19T02:34:06.770Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2663 | 2026-08-19T02:34:06.792Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2664 | 2026-08-19T02:34:06.897Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2665 | 2026-08-19T02:34:07.012Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2666 | 2026-08-19T02:34:07.034Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2667 | 2026-08-19T02:34:07.584Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2668 | 2026-08-19T02:34:07.779Z | Compiling steno v0.4.1 |
| 2669 | 2026-08-19T02:34:08.014Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2670 | 2026-08-19T02:34:08.640Z | Compiling sha1 v0.10.6 |
| 2671 | 2026-08-19T02:34:08.882Z | Compiling utf-8 v0.7.6 |
| 2672 | 2026-08-19T02:34:09.116Z | Compiling tagptr v0.2.0 |
| 2673 | 2026-08-19T02:34:09.138Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2674 | 2026-08-19T02:34:09.308Z | Compiling moka v0.12.13 |
| 2675 | 2026-08-19T02:34:09.332Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2676 | 2026-08-19T02:34:09.631Z | Compiling tungstenite v0.21.0 |
| 2677 | 2026-08-19T02:34:09.885Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2678 | 2026-08-19T02:34:10.160Z | Compiling darling_core v0.21.3 |
| 2679 | 2026-08-19T02:34:10.554Z | Compiling hickory-resolver v0.25.2 |
| 2680 | 2026-08-19T02:34:11.728Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2681 | 2026-08-19T02:34:12.307Z | Compiling tokio-tungstenite v0.21.0 |
| 2682 | 2026-08-19T02:34:12.598Z | Compiling darling_macro v0.21.3 |
| 2683 | 2026-08-19T02:34:12.710Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2684 | 2026-08-19T02:34:12.884Z | Compiling display-error-chain v0.2.2 |
| 2685 | 2026-08-19T02:34:13.065Z | Compiling libscf-sys v1.2.0 |
| 2686 | 2026-08-19T02:34:13.123Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2687 | 2026-08-19T02:34:13.236Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2688 | 2026-08-19T02:34:13.295Z | Compiling darling v0.21.3 |
| 2689 | 2026-08-19T02:34:13.375Z | Compiling vergen-lib v0.1.6 |
| 2690 | 2026-08-19T02:34:13.402Z | Compiling diesel_derives v2.3.7 |
| 2691 | 2026-08-19T02:34:13.450Z | Compiling dsl_auto_type v0.2.0 |
| 2692 | 2026-08-19T02:34:13.680Z | Compiling scheduled-thread-pool v0.2.7 |
| 2693 | 2026-08-19T02:34:13.701Z | Compiling vergen-gitcl v1.0.8 |
| 2694 | 2026-08-19T02:34:13.821Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2695 | 2026-08-19T02:34:13.926Z | Compiling dirs-sys-next v0.1.2 |
| 2696 | 2026-08-19T02:34:14.026Z | Compiling crunchy v0.2.4 |
| 2697 | 2026-08-19T02:34:14.047Z | Compiling glob v0.3.3 |
| 2698 | 2026-08-19T02:34:14.072Z | Compiling maplit v1.0.2 |
| 2699 | 2026-08-19T02:34:14.188Z | Compiling dirs-next v2.0.0 |
| 2700 | 2026-08-19T02:34:14.304Z | Compiling r2d2 v0.8.10 |
| 2701 | 2026-08-19T02:34:14.379Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2702 | 2026-08-19T02:34:14.399Z | Compiling clang-sys v1.8.1 |
| 2703 | 2026-08-19T02:34:14.599Z | Compiling papergrid v0.18.0 |
| 2704 | 2026-08-19T02:34:14.717Z | Compiling tiny-keccak v2.0.2 |
| 2705 | 2026-08-19T02:34:14.764Z | Compiling downcast-rs v2.0.2 |
| 2706 | 2026-08-19T02:34:14.889Z | Compiling xshell-macros v0.2.7 |
| 2707 | 2026-08-19T02:34:14.977Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2708 | 2026-08-19T02:34:15.161Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2709 | 2026-08-19T02:34:15.278Z | Compiling xshell v0.2.7 |
| 2710 | 2026-08-19T02:34:15.706Z | Compiling term v0.7.0 |
| 2711 | 2026-08-19T02:34:16.233Z | Compiling tabled v0.21.0 |
| 2712 | 2026-08-19T02:34:16.236Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2713 | 2026-08-19T02:34:16.499Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2714 | 2026-08-19T02:34:16.776Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2715 | 2026-08-19T02:34:17.010Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2716 | 2026-08-19T02:34:17.034Z | Compiling bit-vec v0.6.3 |
| 2717 | 2026-08-19T02:34:17.213Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2718 | 2026-08-19T02:34:17.280Z | Compiling bit-set v0.5.3 |
| 2719 | 2026-08-19T02:34:17.473Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2720 | 2026-08-19T02:34:17.523Z | Compiling ascii-canvas v3.0.0 |
| 2721 | 2026-08-19T02:34:17.964Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2722 | 2026-08-19T02:34:18.020Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2723 | 2026-08-19T02:34:18.468Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2724 | 2026-08-19T02:34:18.544Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2725 | 2026-08-19T02:34:18.624Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2726 | 2026-08-19T02:34:18.803Z | Compiling itertools v0.10.5 |
| 2727 | 2026-08-19T02:34:18.831Z | Compiling ena v0.14.4 |
| 2728 | 2026-08-19T02:34:18.902Z | Compiling diesel v2.3.7 |
| 2729 | 2026-08-19T02:34:18.924Z | Compiling libloading v0.8.9 |
| 2730 | 2026-08-19T02:34:19.079Z | Compiling diff v0.1.13 |
| 2731 | 2026-08-19T02:34:19.159Z | Compiling regex-syntax v0.6.29 |
| 2732 | 2026-08-19T02:34:19.182Z | Compiling bindgen v0.71.1 |
| 2733 | 2026-08-19T02:34:19.341Z | Compiling unicase v2.9.0 |
| 2734 | 2026-08-19T02:34:19.768Z | Compiling cexpr v0.6.0 |
| 2735 | 2026-08-19T02:34:19.890Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2736 | 2026-08-19T02:34:19.912Z | Compiling rustc-hash v2.1.1 |
| 2737 | 2026-08-19T02:34:20.068Z | Compiling crc8 v0.1.1 |
| 2738 | 2026-08-19T02:34:20.160Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2739 | 2026-08-19T02:34:20.208Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2740 | 2026-08-19T02:34:20.390Z | Compiling headers-core v0.3.0 |
| 2741 | 2026-08-19T02:34:20.413Z | Compiling libxml v0.3.3 |
| 2742 | 2026-08-19T02:34:20.559Z | Compiling lalrpop v0.19.12 |
| 2743 | 2026-08-19T02:34:20.709Z | Compiling headers v0.4.1 |
| 2744 | 2026-08-19T02:34:20.741Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2745 | 2026-08-19T02:34:21.015Z | Compiling strum_macros v0.24.3 |
| 2746 | 2026-08-19T02:34:21.335Z | Compiling indoc v1.0.9 |
| 2747 | 2026-08-19T02:34:21.780Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2748 | 2026-08-19T02:34:21.977Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2749 | 2026-08-19T02:34:22.002Z | Compiling derive_builder v0.20.2 |
| 2750 | 2026-08-19T02:34:22.180Z | Compiling quick-xml v0.37.5 |
| 2751 | 2026-08-19T02:34:22.250Z | Compiling oso-derive v0.27.3 |
| 2752 | 2026-08-19T02:34:22.314Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2753 | 2026-08-19T02:34:22.335Z | Compiling openssl-probe v0.1.6 |
| 2754 | 2026-08-19T02:34:22.634Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2755 | 2026-08-19T02:34:22.659Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2756 | 2026-08-19T02:34:22.751Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2757 | 2026-08-19T02:34:23.374Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2758 | 2026-08-19T02:34:23.588Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2759 | 2026-08-19T02:34:23.610Z | Compiling bb8 v0.8.6 |
| 2760 | 2026-08-19T02:34:23.766Z | Compiling trait-variant v0.1.2 |
| 2761 | 2026-08-19T02:34:23.809Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2762 | 2026-08-19T02:34:23.932Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2763 | 2026-08-19T02:34:23.997Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2764 | 2026-08-19T02:34:24.159Z | Compiling half v1.8.3 |
| 2765 | 2026-08-19T02:34:24.237Z | Compiling proc-macro-error2 v2.0.1 |
| 2766 | 2026-08-19T02:34:24.267Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2767 | 2026-08-19T02:34:24.320Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2768 | 2026-08-19T02:34:24.483Z | Compiling serde_cbor v0.11.2 |
| 2769 | 2026-08-19T02:34:24.566Z | Compiling hashbrown v0.14.5 |
| 2770 | 2026-08-19T02:34:24.596Z | Compiling rfc6979 v0.4.0 |
| 2771 | 2026-08-19T02:34:24.762Z | Compiling salty v0.3.0 |
| 2772 | 2026-08-19T02:34:24.828Z | Compiling ecdsa v0.16.9 |
| 2773 | 2026-08-19T02:34:25.061Z | Compiling knus-derive v3.4.0 |
| 2774 | 2026-08-19T02:34:25.156Z | Compiling chumsky v0.9.3 |
| 2775 | 2026-08-19T02:34:25.454Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2776 | 2026-08-19T02:34:25.534Z | Compiling progenitor-impl v0.13.0 |
| 2777 | 2026-08-19T02:34:25.602Z | Compiling primeorder v0.13.6 |
| 2778 | 2026-08-19T02:34:25.645Z | Compiling samael v0.0.19 |
| 2779 | 2026-08-19T02:34:25.915Z | Compiling nonempty v0.12.0 |
| 2780 | 2026-08-19T02:34:26.143Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2781 | 2026-08-19T02:34:26.405Z | Compiling p384 v0.13.1 |
| 2782 | 2026-08-19T02:34:26.454Z | Compiling knus v3.4.0 |
| 2783 | 2026-08-19T02:34:27.399Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2784 | 2026-08-19T02:34:27.701Z | Compiling progenitor-macro v0.13.0 |
| 2785 | 2026-08-19T02:34:27.994Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2786 | 2026-08-19T02:34:28.091Z | Compiling polar-core v0.27.3 |
| 2787 | 2026-08-19T02:34:28.708Z | Compiling progenitor-client v0.13.0 |
| 2788 | 2026-08-19T02:34:28.976Z | Compiling fxhash v0.2.1 |
| 2789 | 2026-08-19T02:34:29.233Z | Compiling libz-sys v1.1.24 |
| 2790 | 2026-08-19T02:34:29.398Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2791 | 2026-08-19T02:34:29.525Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2792 | 2026-08-19T02:34:29.727Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2793 | 2026-08-19T02:34:29.793Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2794 | 2026-08-19T02:34:30.172Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2795 | 2026-08-19T02:34:30.345Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2796 | 2026-08-19T02:34:30.832Z | Compiling kstat-rs v0.2.5 |
| 2797 | 2026-08-19T02:34:31.335Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2798 | 2026-08-19T02:34:31.505Z | Compiling mime_guess v2.0.5 |
| 2799 | 2026-08-19T02:34:31.949Z | Compiling progenitor v0.13.0 |
| 2800 | 2026-08-19T02:34:32.448Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2801 | 2026-08-19T02:34:33.260Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2802 | 2026-08-19T02:34:33.445Z | Compiling nanorand v0.7.0 |
| 2803 | 2026-08-19T02:34:33.834Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2804 | 2026-08-19T02:34:34.204Z | Compiling parking_lot_core v0.8.6 |
| 2805 | 2026-08-19T02:34:34.401Z | Compiling flume v0.11.1 |
| 2806 | 2026-08-19T02:34:34.525Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2807 | 2026-08-19T02:34:34.832Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2808 | 2026-08-19T02:34:35.272Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2809 | 2026-08-19T02:34:35.335Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2810 | 2026-08-19T02:34:35.776Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2811 | 2026-08-19T02:34:35.995Z | Compiling git-stub v1.0.0 |
| 2812 | 2026-08-19T02:34:36.252Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2813 | 2026-08-19T02:34:36.507Z | Compiling async-bb8-diesel v0.2.1 |
| 2814 | 2026-08-19T02:34:36.584Z | Compiling diesel-dtrace v0.5.0 |
| 2815 | 2026-08-19T02:34:36.931Z | Compiling instability v0.3.11 |
| 2816 | 2026-08-19T02:34:36.990Z | Compiling http-range v0.1.5 |
| 2817 | 2026-08-19T02:34:37.153Z | Compiling strsim v0.10.0 |
| 2818 | 2026-08-19T02:34:37.324Z | Compiling oso v0.27.3 |
| 2819 | 2026-08-19T02:34:37.353Z | Compiling corncobs v0.1.4 |
| 2820 | 2026-08-19T02:34:37.464Z | Compiling darling_core v0.13.4 |
| 2821 | 2026-08-19T02:34:37.629Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2822 | 2026-08-19T02:34:38.328Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2823 | 2026-08-19T02:34:39.163Z | Compiling git-stub-vcs v0.1.0 |
| 2824 | 2026-08-19T02:34:39.889Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2825 | 2026-08-19T02:34:40.743Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2826 | 2026-08-19T02:34:41.070Z | Compiling ignore v0.4.25 |
| 2827 | 2026-08-19T02:34:42.585Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2828 | 2026-08-19T02:34:42.869Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2829 | 2026-08-19T02:34:42.930Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2830 | 2026-08-19T02:34:43.877Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2831 | 2026-08-19T02:34:44.006Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2832 | 2026-08-19T02:34:44.139Z | Compiling anstyle-parse v0.2.7 |
| 2833 | 2026-08-19T02:34:44.168Z | Compiling secrecy v0.8.0 |
| 2834 | 2026-08-19T02:34:44.371Z | Compiling vergen-git2 v9.1.0 |
| 2835 | 2026-08-19T02:34:44.404Z | Compiling castaway v0.2.4 |
| 2836 | 2026-08-19T02:34:44.564Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2837 | 2026-08-19T02:34:44.595Z | Compiling indoc v2.0.7 |
| 2838 | 2026-08-19T02:34:44.895Z | Compiling compact_str v0.8.1 |
| 2839 | 2026-08-19T02:34:45.040Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2840 | 2026-08-19T02:34:45.423Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2841 | 2026-08-19T02:34:45.954Z | Compiling anstream v0.6.21 |
| 2842 | 2026-08-19T02:34:46.027Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2843 | 2026-08-19T02:34:46.490Z | Compiling globwalk v0.9.1 |
| 2844 | 2026-08-19T02:34:46.620Z | Compiling parking_lot v0.11.2 |
| 2845 | 2026-08-19T02:34:47.070Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2846 | 2026-08-19T02:34:47.156Z | Compiling hyper-staticfile v0.10.1 |
| 2847 | 2026-08-19T02:34:47.578Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2848 | 2026-08-19T02:34:47.749Z | Compiling darling_macro v0.13.4 |
| 2849 | 2026-08-19T02:34:48.080Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2850 | 2026-08-19T02:34:48.277Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2851 | 2026-08-19T02:34:48.301Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2852 | 2026-08-19T02:34:48.368Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2853 | 2026-08-19T02:34:48.931Z | Compiling predicates-tree v1.0.13 |
| 2854 | 2026-08-19T02:34:49.320Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2855 | 2026-08-19T02:34:49.348Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2856 | 2026-08-19T02:34:49.548Z | Compiling unicode-truncate v1.1.0 |
| 2857 | 2026-08-19T02:34:49.627Z | Compiling lru v0.12.5 |
| 2858 | 2026-08-19T02:34:49.651Z | Compiling sha2 v0.11.0 |
| 2859 | 2026-08-19T02:34:49.760Z | Compiling digest-io v0.1.0 |
| 2860 | 2026-08-19T02:34:49.857Z | Compiling prefix-trie v0.7.0 |
| 2861 | 2026-08-19T02:34:49.939Z | Compiling rand_seeder v0.4.0 |
| 2862 | 2026-08-19T02:34:50.203Z | Compiling cassowary v0.3.0 |
| 2863 | 2026-08-19T02:34:50.218Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2864 | 2026-08-19T02:34:50.355Z | Compiling rawzip v0.4.4 |
| 2865 | 2026-08-19T02:34:50.519Z | Compiling ratatui v0.29.0 |
| 2866 | 2026-08-19T02:34:50.654Z | Compiling hickory-server v0.25.2 |
| 2867 | 2026-08-19T02:34:50.818Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2868 | 2026-08-19T02:34:51.033Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2869 | 2026-08-19T02:34:51.268Z | Compiling camino-tempfile-ext v0.3.3 |
| 2870 | 2026-08-19T02:34:51.291Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2871 | 2026-08-19T02:34:51.330Z | Compiling darling v0.13.4 |
| 2872 | 2026-08-19T02:34:51.445Z | Compiling sled v0.34.7 |
| 2873 | 2026-08-19T02:34:51.740Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2874 | 2026-08-19T02:34:51.874Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2875 | 2026-08-19T02:34:53.901Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2876 | 2026-08-19T02:34:54.403Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2877 | 2026-08-19T02:34:54.624Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2878 | 2026-08-19T02:34:55.668Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2879 | 2026-08-19T02:34:56.969Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2880 | 2026-08-19T02:34:57.765Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2881 | 2026-08-19T02:34:58.381Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2882 | 2026-08-19T02:34:58.619Z | Compiling serde_with_macros v1.5.2 |
| 2883 | 2026-08-19T02:34:58.850Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2884 | 2026-08-19T02:34:58.989Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2885 | 2026-08-19T02:34:59.210Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2886 | 2026-08-19T02:34:59.432Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2887 | 2026-08-19T02:34:59.456Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2888 | 2026-08-19T02:34:59.661Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2889 | 2026-08-19T02:34:59.690Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2890 | 2026-08-19T02:34:59.779Z | Compiling git2 v0.20.4 |
| 2891 | 2026-08-19T02:34:59.892Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2892 | 2026-08-19T02:34:59.917Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2893 | 2026-08-19T02:35:00.155Z | Compiling arc-swap v1.8.2 |
| 2894 | 2026-08-19T02:35:00.205Z | Compiling void v1.0.2 |
| 2895 | 2026-08-19T02:35:00.349Z | Compiling lzss v0.8.2 |
| 2896 | 2026-08-19T02:35:00.439Z | Compiling slog-scope v4.4.1 |
| 2897 | 2026-08-19T02:35:00.558Z | Compiling serde_with v1.14.0 |
| 2898 | 2026-08-19T02:35:00.641Z | Compiling illumos-nvpair v0.3.0 |
| 2899 | 2026-08-19T02:35:00.841Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2900 | 2026-08-19T02:35:01.148Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2901 | 2026-08-19T02:35:01.734Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2902 | 2026-08-19T02:35:02.815Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2903 | 2026-08-19T02:35:02.855Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2904 | 2026-08-19T02:35:02.877Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2905 | 2026-08-19T02:35:02.904Z | Compiling scuffle v0.1.0 |
| 2906 | 2026-08-19T02:35:03.513Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2907 | 2026-08-19T02:35:03.545Z | Compiling tungstenite v0.23.0 |
| 2908 | 2026-08-19T02:35:05.006Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2909 | 2026-08-19T02:35:05.184Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2910 | 2026-08-19T02:35:05.753Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2911 | 2026-08-19T02:35:05.823Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2912 | 2026-08-19T02:35:05.987Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2913 | 2026-08-19T02:35:06.055Z | Compiling nix v0.27.1 |
| 2914 | 2026-08-19T02:35:06.242Z | Compiling twox-hash v2.1.2 |
| 2915 | 2026-08-19T02:35:06.464Z | Compiling libsw-core v0.3.2 |
| 2916 | 2026-08-19T02:35:06.692Z | Compiling serde_bytes v0.11.19 |
| 2917 | 2026-08-19T02:35:06.777Z | Compiling atty v0.2.14 |
| 2918 | 2026-08-19T02:35:06.933Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2919 | 2026-08-19T02:35:07.003Z | Compiling libsw v3.5.0 |
| 2920 | 2026-08-19T02:35:07.031Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2921 | 2026-08-19T02:35:07.257Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2922 | 2026-08-19T02:35:07.282Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2923 | 2026-08-19T02:35:07.302Z | Compiling tokio-tungstenite v0.23.1 |
| 2924 | 2026-08-19T02:35:07.687Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2925 | 2026-08-19T02:35:07.720Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2926 | 2026-08-19T02:35:08.411Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2927 | 2026-08-19T02:35:08.962Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2928 | 2026-08-19T02:35:10.326Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2929 | 2026-08-19T02:35:10.965Z | Compiling slog-stdlog v4.1.1 |
| 2930 | 2026-08-19T02:35:11.354Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2931 | 2026-08-19T02:35:11.458Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2932 | 2026-08-19T02:35:11.637Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2933 | 2026-08-19T02:35:12.145Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2934 | 2026-08-19T02:35:12.882Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2935 | 2026-08-19T02:35:13.080Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2936 | 2026-08-19T02:35:14.005Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2937 | 2026-08-19T02:35:15.643Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2938 | 2026-08-19T02:35:16.200Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2939 | 2026-08-19T02:35:16.582Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2940 | 2026-08-19T02:35:17.240Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2941 | 2026-08-19T02:35:17.868Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2942 | 2026-08-19T02:35:17.982Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2943 | 2026-08-19T02:35:20.244Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2944 | 2026-08-19T02:35:20.725Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2945 | 2026-08-19T02:35:21.162Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2946 | 2026-08-19T02:35:21.436Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2947 | 2026-08-19T02:35:22.209Z | Compiling fatfs v0.3.6 |
| 2948 | 2026-08-19T02:35:22.311Z | Compiling signal-hook-tokio v0.3.1 |
| 2949 | 2026-08-19T02:35:22.503Z | Compiling yasna v0.5.2 |
| 2950 | 2026-08-19T02:35:22.607Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2951 | 2026-08-19T02:35:23.504Z | Compiling assert_matches v1.5.0 |
| 2952 | 2026-08-19T02:35:23.616Z | Compiling seq-macro v0.3.6 |
| 2953 | 2026-08-19T02:35:24.041Z | Compiling rcgen v0.12.1 |
| 2954 | 2026-08-19T02:35:24.106Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2955 | 2026-08-19T02:35:24.179Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2956 | 2026-08-19T02:35:25.786Z | Compiling slog-envlogger v2.2.0 |
| 2957 | 2026-08-19T02:35:26.157Z | Compiling oxide-update-engine-display v0.1.2 |
| 2958 | 2026-08-19T02:35:26.392Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2959 | 2026-08-19T02:35:26.980Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2960 | 2026-08-19T02:35:27.051Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2961 | 2026-08-19T02:35:27.090Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2962 | 2026-08-19T02:35:27.272Z | Compiling port-file v0.1.0 |
| 2963 | 2026-08-19T02:35:27.317Z | Compiling subprocess v0.2.15 |
| 2964 | 2026-08-19T02:35:27.606Z | Compiling rtoolbox v0.0.3 |
| 2965 | 2026-08-19T02:35:27.909Z | Compiling rpassword v7.5.4 |
| 2966 | 2026-08-19T02:35:28.501Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2967 | 2026-08-19T02:35:28.604Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2968 | 2026-08-19T02:35:30.195Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2969 | 2026-08-19T02:35:30.340Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2970 | 2026-08-19T02:35:30.570Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2971 | 2026-08-19T02:35:32.259Z | Compiling tui-tree-widget v0.23.1 |
| 2972 | 2026-08-19T02:35:32.563Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2973 | 2026-08-19T02:35:32.590Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2974 | 2026-08-19T02:35:33.813Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2975 | 2026-08-19T02:35:35.037Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2976 | 2026-08-19T02:35:35.738Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2977 | 2026-08-19T02:35:35.967Z | Compiling uzers v0.12.2 |
| 2978 | 2026-08-19T02:35:37.245Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2979 | 2026-08-19T02:35:37.385Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2980 | 2026-08-19T02:35:37.451Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2981 | 2026-08-19T02:35:38.443Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2982 | 2026-08-19T02:35:38.973Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2983 | 2026-08-19T02:35:39.205Z | Compiling support-bundle-viewer v0.1.2 |
| 2984 | 2026-08-19T02:35:41.069Z | Compiling multimap v0.10.1 |
| 2985 | 2026-08-19T02:35:49.225Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2986 | 2026-08-19T02:35:51.135Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2987 | 2026-08-19T02:35:56.463Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2988 | 2026-08-19T02:35:59.951Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2989 | 2026-08-19T02:36:01.790Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2990 | 2026-08-19T02:44:46.349Z | Finished `release` profile [optimized] target(s) in 10m 56s |
| 2991 | 2026-08-19T02:44:46.388Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2992 | 2026-08-19T02:44:46.388Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2993 | 2026-08-19T02:45:36.848Z | |
| 2994 | 2026-08-19T02:45:36.851Z | real 11:48.391414021 |
| 2995 | 2026-08-19T02:45:36.851Z | user 1:22:52.393500944 |
| 2996 | 2026-08-19T02:45:36.851Z | sys 3:40.196984515 |
| 2997 | 2026-08-19T02:45:36.851Z | trap 1.842749509 |
| 2998 | 2026-08-19T02:45:36.851Z | tflt 1.770874813 |
| 2999 | 2026-08-19T02:45:36.851Z | dflt 20.240708020 |
| 3000 | 2026-08-19T02:45:36.851Z | kflt 0.113413109 |
| 3001 | 2026-08-19T02:45:36.851Z | lock 8:42:16.148408374 |
| 3002 | 2026-08-19T02:45:36.851Z | slp 2:23:29.511756436 |
| 3003 | 2026-08-19T02:45:36.852Z | lat 2:32.636404909 |
| 3004 | 2026-08-19T02:45:36.852Z | stop 5:40.879156861 |
| 3005 | 2026-08-19T02:45:36.852Z | + mapfile -t packages |
| 3006 | 2026-08-19T02:45:36.852Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3007 | 2026-08-19T02:45:37.808Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3008 | 2026-08-19T02:45:37.882Z | Running `target/release/omicron-package -t test list-outputs` |
| 3009 | 2026-08-19T02:45:37.941Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3010 | 2026-08-19T02:45:37.944Z | + ptime -m cargo build --locked --release -p xtask |
| 3011 | 2026-08-19T02:45:38.423Z | Compiling libc v0.2.185 |
| 3012 | 2026-08-19T02:45:38.423Z | Compiling serde_core v1.0.228 |
| 3013 | 2026-08-19T02:45:38.423Z | Compiling serde v1.0.228 |
| 3014 | 2026-08-19T02:45:38.428Z | Compiling rustix v1.1.4 |
| 3015 | 2026-08-19T02:45:38.428Z | Compiling serde_json v1.0.151 |
| 3016 | 2026-08-19T02:45:38.428Z | Compiling bitflags v2.11.0 |
| 3017 | 2026-08-19T02:45:38.428Z | Compiling usdt-impl v0.5.0 |
| 3018 | 2026-08-19T02:45:38.523Z | Compiling syn v2.0.117 |
| 3019 | 2026-08-19T02:45:38.591Z | Compiling syn v1.0.109 |
| 3020 | 2026-08-19T02:45:38.613Z | Compiling getrandom v0.3.4 |
| 3021 | 2026-08-19T02:45:38.623Z | Compiling log v0.4.33 |
| 3022 | 2026-08-19T02:45:38.626Z | Compiling indexmap v2.14.0 |
| 3023 | 2026-08-19T02:45:38.648Z | Compiling fs-err v3.3.0 |
| 3024 | 2026-08-19T02:45:38.886Z | Compiling once_cell v1.21.3 |
| 3025 | 2026-08-19T02:45:38.890Z | Compiling heck v0.4.1 |
| 3026 | 2026-08-19T02:45:38.890Z | Compiling anyhow v1.0.104 |
| 3027 | 2026-08-19T02:45:39.266Z | Compiling errno v0.3.14 |
| 3028 | 2026-08-19T02:45:39.269Z | Compiling thread-id v4.2.2 |
| 3029 | 2026-08-19T02:45:39.270Z | Compiling memmap v0.7.0 |
| 3030 | 2026-08-19T02:45:40.011Z | Compiling proc-macro-error v1.0.4 |
| 3031 | 2026-08-19T02:45:40.234Z | Compiling terminal_size v0.4.3 |
| 3032 | 2026-08-19T02:45:40.234Z | Compiling tempfile v3.27.0 |
| 3033 | 2026-08-19T02:45:40.270Z | Compiling tabled_derive v0.7.0 |
| 3034 | 2026-08-19T02:45:40.340Z | Compiling clap_builder v4.6.0 |
| 3035 | 2026-08-19T02:45:40.340Z | Compiling textwrap v0.16.2 |
| 3036 | 2026-08-19T02:45:40.661Z | Compiling camino v1.2.5 |
| 3037 | 2026-08-19T02:45:40.686Z | Compiling semver v1.0.28 |
| 3038 | 2026-08-19T02:45:40.696Z | Compiling cargo-platform v0.3.2 |
| 3039 | 2026-08-19T02:45:40.714Z | Compiling pest_generator v2.8.6 |
| 3040 | 2026-08-19T02:45:40.946Z | Compiling tabled v0.15.0 |
| 3041 | 2026-08-19T02:45:40.976Z | Compiling camino-tempfile v1.4.1 |
| 3042 | 2026-08-19T02:45:41.207Z | Compiling serde_derive v1.0.228 |
| 3043 | 2026-08-19T02:45:41.207Z | Compiling thiserror-impl v1.0.69 |
| 3044 | 2026-08-19T02:45:41.211Z | Compiling zerocopy-derive v0.7.35 |
| 3045 | 2026-08-19T02:45:41.211Z | Compiling scroll_derive v0.12.1 |
| 3046 | 2026-08-19T02:45:41.211Z | Compiling thiserror-impl v2.0.18 |
| 3047 | 2026-08-19T02:45:41.211Z | Compiling clap_derive v4.6.1 |
| 3048 | 2026-08-19T02:45:41.270Z | Compiling pest_derive v2.8.6 |
| 3049 | 2026-08-19T02:45:41.883Z | Compiling scroll v0.12.0 |
| 3050 | 2026-08-19T02:45:42.048Z | Compiling zerocopy v0.7.35 |
| 3051 | 2026-08-19T02:45:42.143Z | Compiling goblin v0.8.2 |
| 3052 | 2026-08-19T02:45:42.271Z | Compiling thiserror v2.0.18 |
| 3053 | 2026-08-19T02:45:42.351Z | Compiling thiserror v1.0.69 |
| 3054 | 2026-08-19T02:45:42.473Z | Compiling dtrace-parser v0.2.0 |
| 3055 | 2026-08-19T02:45:42.580Z | Compiling clap v4.6.1 |
| 3056 | 2026-08-19T02:45:44.382Z | Compiling dof v0.3.0 |
| 3057 | 2026-08-19T02:45:44.413Z | Compiling serde_spanned v0.6.9 |
| 3058 | 2026-08-19T02:45:44.452Z | Compiling toml_datetime v0.6.11 |
| 3059 | 2026-08-19T02:45:44.472Z | Compiling serde_tokenstream v0.2.3 |
| 3060 | 2026-08-19T02:45:44.562Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3061 | 2026-08-19T02:45:44.601Z | Compiling cargo_metadata v0.23.1 |
| 3062 | 2026-08-19T02:45:44.792Z | Compiling toml_edit v0.22.27 |
| 3063 | 2026-08-19T02:45:44.802Z | Compiling macaddr v1.0.1 |
| 3064 | 2026-08-19T02:45:45.178Z | Compiling usdt-attr-macro v0.5.0 |
| 3065 | 2026-08-19T02:45:45.178Z | Compiling usdt-macro v0.5.0 |
| 3066 | 2026-08-19T02:45:45.853Z | Compiling usdt v0.5.0 |
| 3067 | 2026-08-19T02:45:46.348Z | Compiling toml v0.8.23 |
| 3068 | 2026-08-19T02:45:46.774Z | Compiling cargo_toml v0.21.0 |
| 3069 | 2026-08-19T02:45:51.185Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3070 | 2026-08-19T02:45:54.391Z | Finished `release` profile [optimized] target(s) in 16.43s |
| 3071 | 2026-08-19T02:45:54.491Z | |
| 3072 | 2026-08-19T02:45:54.494Z | real 16.516981758 |
| 3073 | 2026-08-19T02:45:54.494Z | user 2:05.500984272 |
| 3074 | 2026-08-19T02:45:54.494Z | sys 13.368956577 |
| 3075 | 2026-08-19T02:45:54.494Z | trap 0.086066597 |
| 3076 | 2026-08-19T02:45:54.494Z | tflt 0.533759009 |
| 3077 | 2026-08-19T02:45:54.494Z | dflt 1.351016816 |
| 3078 | 2026-08-19T02:45:54.494Z | kflt 0.000019020 |
| 3079 | 2026-08-19T02:45:54.494Z | lock 4:47.396011234 |
| 3080 | 2026-08-19T02:45:54.494Z | slp 2:41.784940890 |
| 3081 | 2026-08-19T02:45:54.494Z | lat 4.549491422 |
| 3082 | 2026-08-19T02:45:54.494Z | stop 15.819537680 |
| 3083 | 2026-08-19T02:45:54.494Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3084 | 2026-08-19T02:45:54.494Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3085 | 2026-08-19T02:45:54.494Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3086 | 2026-08-19T02:45:54.494Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3087 | 2026-08-19T02:45:54.496Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3088 | 2026-08-19T02:45:55.442Z | Compiling match_cfg v0.1.0 |
| 3089 | 2026-08-19T02:45:55.442Z | Compiling progenitor-client v0.14.0 |
| 3090 | 2026-08-19T02:45:55.442Z | Compiling slog-json v2.6.1 |
| 3091 | 2026-08-19T02:45:55.442Z | Compiling newtype-uuid-macros v0.1.0 |
| 3092 | 2026-08-19T02:45:55.446Z | Compiling sha1 v0.11.0 |
| 3093 | 2026-08-19T02:45:55.446Z | Compiling multer v3.1.0 |
| 3094 | 2026-08-19T02:45:55.446Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3095 | 2026-08-19T02:45:55.446Z | Compiling debug-ignore v1.0.5 |
| 3096 | 2026-08-19T02:45:55.446Z | Compiling compression-core v0.4.31 |
| 3097 | 2026-08-19T02:45:55.446Z | Compiling async-stream-impl v0.3.6 |
| 3098 | 2026-08-19T02:45:55.446Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3099 | 2026-08-19T02:45:55.446Z | Compiling serde_spanned v1.1.1 |
| 3100 | 2026-08-19T02:45:55.594Z | Compiling dropshot v0.17.1 |
| 3101 | 2026-08-19T02:45:55.597Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3102 | 2026-08-19T02:45:55.613Z | Compiling waitgroup v0.1.2 |
| 3103 | 2026-08-19T02:45:55.616Z | Compiling rustls-pemfile v2.2.0 |
| 3104 | 2026-08-19T02:45:55.846Z | Compiling compression-codecs v0.4.37 |
| 3105 | 2026-08-19T02:45:55.864Z | Compiling dropshot_endpoint v0.17.1 |
| 3106 | 2026-08-19T02:45:55.898Z | Compiling serde_path_to_error v0.1.20 |
| 3107 | 2026-08-19T02:45:55.901Z | Compiling hostname v0.4.2 |
| 3108 | 2026-08-19T02:45:55.914Z | Compiling atomicwrites v0.4.4 |
| 3109 | 2026-08-19T02:45:55.965Z | Compiling hostname v0.3.1 |
| 3110 | 2026-08-19T02:45:55.968Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3111 | 2026-08-19T02:45:55.968Z | Compiling macaddr v1.0.1 |
| 3112 | 2026-08-19T02:45:56.060Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3113 | 2026-08-19T02:45:56.095Z | Compiling slog-bunyan v2.5.0 |
| 3114 | 2026-08-19T02:45:56.098Z | Compiling async-compression v0.4.41 |
| 3115 | 2026-08-19T02:45:56.098Z | Compiling instant v0.1.13 |
| 3116 | 2026-08-19T02:45:56.165Z | Compiling regress v0.10.5 |
| 3117 | 2026-08-19T02:45:56.168Z | Compiling parse-display-derive v0.10.0 |
| 3118 | 2026-08-19T02:45:56.168Z | Compiling backon v1.6.0 |
| 3119 | 2026-08-19T02:45:56.216Z | Compiling async-stream v0.3.6 |
| 3120 | 2026-08-19T02:45:56.254Z | Compiling backoff v0.4.0 |
| 3121 | 2026-08-19T02:45:56.258Z | Compiling itertools v0.14.0 |
| 3122 | 2026-08-19T02:45:56.258Z | Compiling humantime v2.3.0 |
| 3123 | 2026-08-19T02:45:56.258Z | Compiling half v2.7.1 |
| 3124 | 2026-08-19T02:45:56.321Z | Compiling ciborium-io v0.2.2 |
| 3125 | 2026-08-19T02:45:56.349Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3126 | 2026-08-19T02:45:56.402Z | Compiling progenitor-extras v0.2.0 |
| 3127 | 2026-08-19T02:45:56.422Z | Compiling crucible-workspace-hack v0.1.0 |
| 3128 | 2026-08-19T02:45:56.438Z | Compiling regress v0.11.1 |
| 3129 | 2026-08-19T02:45:56.454Z | Compiling convert_case v0.4.0 |
| 3130 | 2026-08-19T02:45:56.502Z | Compiling secrecy v0.10.3 |
| 3131 | 2026-08-19T02:45:56.519Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3132 | 2026-08-19T02:45:56.570Z | Compiling ciborium-ll v0.2.2 |
| 3133 | 2026-08-19T02:45:56.592Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3134 | 2026-08-19T02:45:56.613Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3135 | 2026-08-19T02:45:56.631Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3136 | 2026-08-19T02:45:56.668Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3137 | 2026-08-19T02:45:56.671Z | Compiling inout v0.1.4 |
| 3138 | 2026-08-19T02:45:56.703Z | Compiling unsafe-libyaml v0.2.11 |
| 3139 | 2026-08-19T02:45:56.786Z | Compiling ciborium v0.2.2 |
| 3140 | 2026-08-19T02:45:56.804Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3141 | 2026-08-19T02:45:56.822Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3142 | 2026-08-19T02:45:56.841Z | Compiling derive_more v0.99.20 |
| 3143 | 2026-08-19T02:45:56.878Z | Compiling cipher v0.4.4 |
| 3144 | 2026-08-19T02:45:56.906Z | Compiling universal-hash v0.5.1 |
| 3145 | 2026-08-19T02:45:56.988Z | Compiling opaque-debug v0.3.1 |
| 3146 | 2026-08-19T02:45:57.013Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3147 | 2026-08-19T02:45:57.067Z | Compiling poly1305 v0.8.0 |
| 3148 | 2026-08-19T02:45:57.083Z | Compiling blake2 v0.10.6 |
| 3149 | 2026-08-19T02:45:57.154Z | Compiling chacha20 v0.9.1 |
| 3150 | 2026-08-19T02:45:57.276Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3151 | 2026-08-19T02:45:57.294Z | Compiling serde_yaml v0.9.34+deprecated |
| 3152 | 2026-08-19T02:45:57.376Z | Compiling aead v0.5.2 |
| 3153 | 2026-08-19T02:45:57.432Z | Compiling password-hash v0.5.0 |
| 3154 | 2026-08-19T02:45:57.482Z | Compiling indent_write v2.2.0 |
| 3155 | 2026-08-19T02:45:57.509Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3156 | 2026-08-19T02:45:57.543Z | Compiling chacha20poly1305 v0.10.1 |
| 3157 | 2026-08-19T02:45:57.615Z | Compiling num-derive v0.4.2 |
| 3158 | 2026-08-19T02:45:57.649Z | Compiling heapless v0.8.0 |
| 3159 | 2026-08-19T02:45:57.672Z | Compiling ingot-macros v0.2.0 |
| 3160 | 2026-08-19T02:45:57.725Z | Compiling argon2 v0.5.3 |
| 3161 | 2026-08-19T02:45:57.781Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3162 | 2026-08-19T02:45:57.816Z | Compiling tabwriter v1.4.1 |
| 3163 | 2026-08-19T02:45:57.851Z | Compiling hash32 v0.3.1 |
| 3164 | 2026-08-19T02:45:57.917Z | Compiling parse-display v0.10.0 |
| 3165 | 2026-08-19T02:45:58.036Z | Compiling typify-impl v0.6.2 |
| 3166 | 2026-08-19T02:45:58.064Z | Compiling thiserror-no-std v2.0.2 |
| 3167 | 2026-08-19T02:45:58.081Z | Compiling smoltcp v0.11.0 |
| 3168 | 2026-08-19T02:45:58.163Z | Compiling vsss-rs v3.3.4 |
| 3169 | 2026-08-19T02:45:58.180Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3170 | 2026-08-19T02:45:58.232Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3171 | 2026-08-19T02:45:58.457Z | Compiling proc-macro-crate v3.4.0 |
| 3172 | 2026-08-19T02:45:58.542Z | Compiling cobs v0.3.0 |
| 3173 | 2026-08-19T02:45:58.582Z | Compiling colored v3.1.1 |
| 3174 | 2026-08-19T02:45:58.762Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3175 | 2026-08-19T02:45:58.780Z | Compiling postcard v1.1.3 |
| 3176 | 2026-08-19T02:45:58.860Z | Compiling proc-macro-error v1.0.4 |
| 3177 | 2026-08-19T02:45:58.927Z | Compiling rand v0.10.1 |
| 3178 | 2026-08-19T02:45:59.002Z | Compiling proc-macro-crate v1.3.1 |
| 3179 | 2026-08-19T02:45:59.018Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3180 | 2026-08-19T02:45:59.040Z | Compiling num_enum_derive v0.7.6 |
| 3181 | 2026-08-19T02:45:59.113Z | Compiling foreign-types-macros v0.2.3 |
| 3182 | 2026-08-19T02:45:59.148Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3183 | 2026-08-19T02:45:59.192Z | Compiling foreign-types-shared v0.3.1 |
| 3184 | 2026-08-19T02:45:59.313Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3185 | 2026-08-19T02:45:59.336Z | Compiling rayon-core v1.13.0 |
| 3186 | 2026-08-19T02:45:59.456Z | Compiling num_enum_derive v0.5.11 |
| 3187 | 2026-08-19T02:45:59.460Z | Compiling crossbeam-deque v0.8.6 |
| 3188 | 2026-08-19T02:45:59.491Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3189 | 2026-08-19T02:45:59.510Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3190 | 2026-08-19T02:45:59.563Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3191 | 2026-08-19T02:45:59.580Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3192 | 2026-08-19T02:45:59.717Z | Compiling cstr-argument v0.1.2 |
| 3193 | 2026-08-19T02:45:59.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3194 | 2026-08-19T02:45:59.786Z | Compiling foreign-types v0.5.0 |
| 3195 | 2026-08-19T02:45:59.819Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3196 | 2026-08-19T02:45:59.887Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3197 | 2026-08-19T02:45:59.922Z | Compiling zone_cfg_derive v0.3.1 |
| 3198 | 2026-08-19T02:46:00.007Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3199 | 2026-08-19T02:46:00.070Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3200 | 2026-08-19T02:46:00.098Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3201 | 2026-08-19T02:46:00.163Z | Compiling itertools v0.12.1 |
| 3202 | 2026-08-19T02:46:00.180Z | Compiling sigpipe v0.1.3 |
| 3203 | 2026-08-19T02:46:00.202Z | Compiling num_enum v0.7.6 |
| 3204 | 2026-08-19T02:46:00.220Z | Compiling rayon v1.11.0 |
| 3205 | 2026-08-19T02:46:00.220Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3206 | 2026-08-19T02:46:00.258Z | Compiling glob v0.3.3 |
| 3207 | 2026-08-19T02:46:00.292Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3208 | 2026-08-19T02:46:00.326Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3209 | 2026-08-19T02:46:00.358Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3210 | 2026-08-19T02:46:00.468Z | Compiling smf v0.2.3 |
| 3211 | 2026-08-19T02:46:00.493Z | Compiling whoami v1.6.1 |
| 3212 | 2026-08-19T02:46:00.584Z | Compiling cpubits v0.1.1 |
| 3213 | 2026-08-19T02:46:00.601Z | Compiling num_enum v0.5.11 |
| 3214 | 2026-08-19T02:46:00.623Z | Compiling ingot-types v0.2.0 |
| 3215 | 2026-08-19T02:46:00.626Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3216 | 2026-08-19T02:46:00.680Z | Compiling gethostname v0.5.0 |
| 3217 | 2026-08-19T02:46:00.698Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3218 | 2026-08-19T02:46:00.704Z | Compiling derive-where v1.6.0 |
| 3219 | 2026-08-19T02:46:00.740Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3220 | 2026-08-19T02:46:00.768Z | Compiling usdt-macro v0.5.0 |
| 3221 | 2026-08-19T02:46:00.788Z | Compiling usdt-attr-macro v0.5.0 |
| 3222 | 2026-08-19T02:46:00.807Z | Compiling num-rational v0.4.2 |
| 3223 | 2026-08-19T02:46:00.826Z | Compiling num-complex v0.4.6 |
| 3224 | 2026-08-19T02:46:00.842Z | Compiling memmap v0.7.0 |
| 3225 | 2026-08-19T02:46:01.021Z | Compiling ingot v0.2.1 |
| 3226 | 2026-08-19T02:46:01.088Z | Compiling toml v0.8.23 |
| 3227 | 2026-08-19T02:46:01.106Z | Compiling pem-rfc7468 v1.0.0 |
| 3228 | 2026-08-19T02:46:01.255Z | Compiling num v0.4.3 |
| 3229 | 2026-08-19T02:46:01.339Z | Compiling zone v0.3.1 |
| 3230 | 2026-08-19T02:46:01.356Z | Compiling float-ord v0.3.2 |
| 3231 | 2026-08-19T02:46:01.424Z | Compiling cancel-safe-futures v0.1.5 |
| 3232 | 2026-08-19T02:46:01.443Z | Compiling resolv-conf v0.7.6 |
| 3233 | 2026-08-19T02:46:01.463Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3234 | 2026-08-19T02:46:01.501Z | Compiling hmac v0.13.0 |
| 3235 | 2026-08-19T02:46:01.597Z | Compiling universal-hash v0.6.1 |
| 3236 | 2026-08-19T02:46:01.656Z | Compiling usdt v0.5.0 |
| 3237 | 2026-08-19T02:46:01.722Z | Compiling sha1 v0.10.6 |
| 3238 | 2026-08-19T02:46:01.760Z | Compiling libefi-sys v0.1.0 |
| 3239 | 2026-08-19T02:46:01.778Z | Compiling prettyplease v0.2.37 |
| 3240 | 2026-08-19T02:46:01.811Z | Compiling linear-map v1.2.0 |
| 3241 | 2026-08-19T02:46:01.951Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3242 | 2026-08-19T02:46:01.994Z | Compiling polyval v0.7.1 |
| 3243 | 2026-08-19T02:46:02.018Z | Compiling der v0.8.0 |
| 3244 | 2026-08-19T02:46:02.035Z | Compiling hickory-proto v0.24.4 |
| 3245 | 2026-08-19T02:46:02.072Z | Compiling newline-converter v0.3.0 |
| 3246 | 2026-08-19T02:46:02.075Z | Compiling console v0.15.11 |
| 3247 | 2026-08-19T02:46:02.109Z | Compiling bitfield-struct v0.6.2 |
| 3248 | 2026-08-19T02:46:02.109Z | Compiling oxide-update-engine-types v0.1.2 |
| 3249 | 2026-08-19T02:46:02.113Z | Compiling linked-hash-map v0.5.6 |
| 3250 | 2026-08-19T02:46:02.219Z | Compiling ghash v0.6.0 |
| 3251 | 2026-08-19T02:46:02.357Z | Compiling lru-cache v0.1.2 |
| 3252 | 2026-08-19T02:46:02.381Z | Compiling pbkdf2 v0.13.0 |
| 3253 | 2026-08-19T02:46:02.468Z | Compiling expectorate v1.2.0 |
| 3254 | 2026-08-19T02:46:02.507Z | Compiling crypto-bigint v0.7.5 |
| 3255 | 2026-08-19T02:46:02.529Z | Compiling aes v0.9.1 |
| 3256 | 2026-08-19T02:46:02.555Z | Compiling ctr v0.10.1 |
| 3257 | 2026-08-19T02:46:02.659Z | Compiling aead v0.6.1 |
| 3258 | 2026-08-19T02:46:02.696Z | Compiling sha2 v0.11.0 |
| 3259 | 2026-08-19T02:46:02.699Z | Compiling typify-macro v0.6.2 |
| 3260 | 2026-08-19T02:46:02.799Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3261 | 2026-08-19T02:46:02.816Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3262 | 2026-08-19T02:46:02.857Z | Compiling nom v8.0.0 |
| 3263 | 2026-08-19T02:46:02.963Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3264 | 2026-08-19T02:46:03.062Z | Compiling semver v0.1.20 |
| 3265 | 2026-08-19T02:46:03.130Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3266 | 2026-08-19T02:46:03.290Z | Compiling oxide-update-engine v0.1.2 |
| 3267 | 2026-08-19T02:46:03.363Z | Compiling rustc_version v0.1.7 |
| 3268 | 2026-08-19T02:46:03.382Z | Compiling aes-gcm v0.11.0 |
| 3269 | 2026-08-19T02:46:03.386Z | Compiling spki v0.8.0 |
| 3270 | 2026-08-19T02:46:03.417Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3271 | 2026-08-19T02:46:03.544Z | Compiling tokio-dtrace v0.1.1 |
| 3272 | 2026-08-19T02:46:03.623Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3273 | 2026-08-19T02:46:03.623Z | Compiling salsa20 v0.11.0 |
| 3274 | 2026-08-19T02:46:03.656Z | Compiling slog-dtrace v0.3.0 |
| 3275 | 2026-08-19T02:46:03.656Z | Compiling xshell-macros v0.2.7 |
| 3276 | 2026-08-19T02:46:03.659Z | Compiling minimal-lexical v0.2.1 |
| 3277 | 2026-08-19T02:46:03.804Z | Compiling scrypt v0.12.0 |
| 3278 | 2026-08-19T02:46:03.822Z | Compiling oxide-tokio-rt v0.1.4 |
| 3279 | 2026-08-19T02:46:03.841Z | Compiling newtype_derive v0.1.6 |
| 3280 | 2026-08-19T02:46:03.938Z | Compiling nom v7.1.3 |
| 3281 | 2026-08-19T02:46:03.955Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3282 | 2026-08-19T02:46:03.975Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3283 | 2026-08-19T02:46:03.975Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3284 | 2026-08-19T02:46:04.068Z | Compiling phf_shared v0.12.1 |
| 3285 | 2026-08-19T02:46:04.100Z | Compiling xshell v0.2.7 |
| 3286 | 2026-08-19T02:46:04.122Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3287 | 2026-08-19T02:46:04.149Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3288 | 2026-08-19T02:46:04.212Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3289 | 2026-08-19T02:46:04.263Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3290 | 2026-08-19T02:46:04.280Z | Compiling hickory-resolver v0.24.4 |
| 3291 | 2026-08-19T02:46:04.469Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3292 | 2026-08-19T02:46:04.567Z | Compiling rfc6979 v0.4.0 |
| 3293 | 2026-08-19T02:46:04.584Z | Compiling typify v0.6.2 |
| 3294 | 2026-08-19T02:46:04.607Z | Compiling cbc v0.2.1 |
| 3295 | 2026-08-19T02:46:04.626Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3296 | 2026-08-19T02:46:04.767Z | Compiling progenitor-impl v0.14.0 |
| 3297 | 2026-08-19T02:46:04.784Z | Compiling csv-core v0.1.13 |
| 3298 | 2026-08-19T02:46:04.860Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3299 | 2026-08-19T02:46:04.957Z | Compiling highway v1.3.0 |
| 3300 | 2026-08-19T02:46:05.057Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3301 | 2026-08-19T02:46:05.074Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3302 | 2026-08-19T02:46:05.132Z | Compiling chrono-tz v0.10.4 |
| 3303 | 2026-08-19T02:46:05.242Z | Compiling unicode-xid v0.2.6 |
| 3304 | 2026-08-19T02:46:05.292Z | Compiling proc-macro-error2 v2.0.1 |
| 3305 | 2026-08-19T02:46:05.311Z | Compiling csv v1.4.0 |
| 3306 | 2026-08-19T02:46:05.351Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3307 | 2026-08-19T02:46:05.393Z | Compiling qorb v0.4.1 |
| 3308 | 2026-08-19T02:46:05.411Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3309 | 2026-08-19T02:46:05.414Z | Compiling const_format_proc_macros v0.2.34 |
| 3310 | 2026-08-19T02:46:05.573Z | Compiling pkcs5 v0.8.1 |
| 3311 | 2026-08-19T02:46:05.647Z | Compiling ecdsa v0.16.9 |
| 3312 | 2026-08-19T02:46:05.700Z | Compiling phf v0.12.1 |
| 3313 | 2026-08-19T02:46:05.877Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3314 | 2026-08-19T02:46:05.971Z | Compiling primeorder v0.13.6 |
| 3315 | 2026-08-19T02:46:06.103Z | Compiling hashbrown v0.14.5 |
| 3316 | 2026-08-19T02:46:06.148Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3317 | 2026-08-19T02:46:06.176Z | Compiling salty v0.3.0 |
| 3318 | 2026-08-19T02:46:06.274Z | Compiling p384 v0.13.1 |
| 3319 | 2026-08-19T02:46:06.291Z | Compiling const_format v0.2.35 |
| 3320 | 2026-08-19T02:46:06.384Z | Compiling pkcs8 v0.11.0 |
| 3321 | 2026-08-19T02:46:06.435Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3322 | 2026-08-19T02:46:06.462Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3323 | 2026-08-19T02:46:06.634Z | Compiling chumsky v0.9.3 |
| 3324 | 2026-08-19T02:46:06.637Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3325 | 2026-08-19T02:46:06.723Z | Compiling knus-derive v3.4.0 |
| 3326 | 2026-08-19T02:46:06.803Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3327 | 2026-08-19T02:46:06.864Z | Compiling tabled_derive v0.7.0 |
| 3328 | 2026-08-19T02:46:07.290Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3329 | 2026-08-19T02:46:07.463Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3330 | 2026-08-19T02:46:07.497Z | Compiling bcs v0.1.6 |
| 3331 | 2026-08-19T02:46:07.517Z | Compiling progenitor-macro v0.14.0 |
| 3332 | 2026-08-19T02:46:07.520Z | Compiling ff v0.14.0 |
| 3333 | 2026-08-19T02:46:07.706Z | Compiling termtree v0.5.1 |
| 3334 | 2026-08-19T02:46:07.845Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3335 | 2026-08-19T02:46:07.888Z | Compiling tabled v0.15.0 |
| 3336 | 2026-08-19T02:46:07.891Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3337 | 2026-08-19T02:46:08.001Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3338 | 2026-08-19T02:46:08.018Z | Compiling steno v0.4.1 |
| 3339 | 2026-08-19T02:46:08.133Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3340 | 2026-08-19T02:46:08.152Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3341 | 2026-08-19T02:46:08.243Z | Compiling tagptr v0.2.0 |
| 3342 | 2026-08-19T02:46:08.260Z | Compiling knus v3.4.0 |
| 3343 | 2026-08-19T02:46:08.350Z | Compiling group v0.14.0 |
| 3344 | 2026-08-19T02:46:08.398Z | Compiling moka v0.12.13 |
| 3345 | 2026-08-19T02:46:08.422Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3346 | 2026-08-19T02:46:08.440Z | Compiling signature v3.0.0 |
| 3347 | 2026-08-19T02:46:08.573Z | Compiling base16ct v1.0.0 |
| 3348 | 2026-08-19T02:46:08.666Z | Compiling hkdf v0.13.0 |
| 3349 | 2026-08-19T02:46:08.774Z | Compiling sec1 v0.8.1 |
| 3350 | 2026-08-19T02:46:08.791Z | Compiling libscf-sys v1.2.0 |
| 3351 | 2026-08-19T02:46:08.810Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3352 | 2026-08-19T02:46:08.864Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3353 | 2026-08-19T02:46:08.953Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3354 | 2026-08-19T02:46:09.026Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3355 | 2026-08-19T02:46:09.103Z | Compiling hickory-resolver v0.25.2 |
| 3356 | 2026-08-19T02:46:09.148Z | Compiling elliptic-curve v0.14.1 |
| 3357 | 2026-08-19T02:46:09.177Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3358 | 2026-08-19T02:46:09.214Z | Compiling corncobs v0.1.4 |
| 3359 | 2026-08-19T02:46:09.410Z | Compiling parking_lot_core v0.8.6 |
| 3360 | 2026-08-19T02:46:09.512Z | Compiling utf-8 v0.7.6 |
| 3361 | 2026-08-19T02:46:09.529Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3362 | 2026-08-19T02:46:09.746Z | Compiling tungstenite v0.21.0 |
| 3363 | 2026-08-19T02:46:09.809Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3364 | 2026-08-19T02:46:09.978Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3365 | 2026-08-19T02:46:10.000Z | Compiling wnaf v0.14.0 |
| 3366 | 2026-08-19T02:46:10.004Z | Compiling primefield v0.14.0 |
| 3367 | 2026-08-19T02:46:10.124Z | Compiling rfc6979 v0.6.0 |
| 3368 | 2026-08-19T02:46:10.199Z | Compiling papergrid v0.18.0 |
| 3369 | 2026-08-19T02:46:10.222Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3370 | 2026-08-19T02:46:10.268Z | Compiling git-stub v1.0.0 |
| 3371 | 2026-08-19T02:46:10.286Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3372 | 2026-08-19T02:46:10.316Z | Compiling secrecy v0.8.0 |
| 3373 | 2026-08-19T02:46:10.484Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3374 | 2026-08-19T02:46:10.555Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3375 | 2026-08-19T02:46:10.578Z | Compiling git-stub-vcs v0.1.0 |
| 3376 | 2026-08-19T02:46:10.627Z | Compiling ecdsa v0.17.0 |
| 3377 | 2026-08-19T02:46:10.793Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3378 | 2026-08-19T02:46:10.814Z | Compiling tokio-tungstenite v0.21.0 |
| 3379 | 2026-08-19T02:46:11.006Z | Compiling primeorder v0.14.0 |
| 3380 | 2026-08-19T02:46:11.110Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3381 | 2026-08-19T02:46:11.155Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3382 | 2026-08-19T02:46:11.198Z | Compiling tabled v0.21.0 |
| 3383 | 2026-08-19T02:46:11.253Z | Compiling curve25519-dalek v5.0.0 |
| 3384 | 2026-08-19T02:46:11.290Z | Compiling unicase v2.9.0 |
| 3385 | 2026-08-19T02:46:11.308Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3386 | 2026-08-19T02:46:11.354Z | Compiling parking_lot v0.11.2 |
| 3387 | 2026-08-19T02:46:11.414Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3388 | 2026-08-19T02:46:11.446Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3389 | 2026-08-19T02:46:11.537Z | Compiling mime_guess v2.0.5 |
| 3390 | 2026-08-19T02:46:11.562Z | Compiling ssh-encoding v0.3.0 |
| 3391 | 2026-08-19T02:46:11.768Z | Compiling progenitor-impl v0.13.0 |
| 3392 | 2026-08-19T02:46:11.789Z | Compiling prefix-trie v0.7.0 |
| 3393 | 2026-08-19T02:46:11.801Z | Compiling fxhash v0.2.1 |
| 3394 | 2026-08-19T02:46:11.821Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3395 | 2026-08-19T02:46:11.910Z | Compiling keccak v0.2.0 |
| 3396 | 2026-08-19T02:46:11.927Z | Compiling crc8 v0.1.1 |
| 3397 | 2026-08-19T02:46:11.969Z | Compiling sled v0.34.7 |
| 3398 | 2026-08-19T02:46:12.161Z | Compiling hickory-server v0.25.2 |
| 3399 | 2026-08-19T02:46:12.178Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3400 | 2026-08-19T02:46:12.208Z | Compiling ed25519 v3.0.0 |
| 3401 | 2026-08-19T02:46:12.225Z | Compiling crypto-primes v0.7.2 |
| 3402 | 2026-08-19T02:46:12.636Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3403 | 2026-08-19T02:46:12.653Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3404 | 2026-08-19T02:46:12.692Z | Compiling poly1305 v0.9.0 |
| 3405 | 2026-08-19T02:46:12.711Z | Compiling progenitor v0.14.0 |
| 3406 | 2026-08-19T02:46:12.896Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3407 | 2026-08-19T02:46:13.068Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3408 | 2026-08-19T02:46:13.257Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3409 | 2026-08-19T02:46:13.274Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3410 | 2026-08-19T02:46:13.333Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3411 | 2026-08-19T02:46:13.455Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3412 | 2026-08-19T02:46:13.722Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3413 | 2026-08-19T02:46:13.794Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3414 | 2026-08-19T02:46:13.898Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3415 | 2026-08-19T02:46:14.006Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3416 | 2026-08-19T02:46:14.038Z | Compiling progenitor-client v0.13.0 |
| 3417 | 2026-08-19T02:46:14.242Z | Compiling blowfish v0.10.0 |
| 3418 | 2026-08-19T02:46:14.422Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3419 | 2026-08-19T02:46:14.509Z | Compiling progenitor-macro v0.13.0 |
| 3420 | 2026-08-19T02:46:14.528Z | Compiling blake2 v0.11.0-rc.6 |
| 3421 | 2026-08-19T02:46:14.595Z | Compiling http-range v0.1.5 |
| 3422 | 2026-08-19T02:46:14.697Z | Compiling half v1.8.3 |
| 3423 | 2026-08-19T02:46:14.860Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3424 | 2026-08-19T02:46:15.058Z | Compiling serde_cbor v0.11.2 |
| 3425 | 2026-08-19T02:46:15.202Z | Compiling argon2 v0.6.0-rc.8 |
| 3426 | 2026-08-19T02:46:15.231Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3427 | 2026-08-19T02:46:15.688Z | Compiling rsa v0.10.0-rc.18 |
| 3428 | 2026-08-19T02:46:15.707Z | Compiling ssh-cipher v0.3.0 |
| 3429 | 2026-08-19T02:46:15.725Z | Compiling ed25519-dalek v3.0.0 |
| 3430 | 2026-08-19T02:46:16.279Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3431 | 2026-08-19T02:46:16.283Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3432 | 2026-08-19T02:46:16.333Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3433 | 2026-08-19T02:46:16.351Z | Compiling illumos-nvpair v0.3.0 |
| 3434 | 2026-08-19T02:46:16.408Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3435 | 2026-08-19T02:46:16.589Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3436 | 2026-08-19T02:46:16.897Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3437 | 2026-08-19T02:46:16.977Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3438 | 2026-08-19T02:46:17.000Z | Compiling sha3 v0.11.0 |
| 3439 | 2026-08-19T02:46:17.119Z | Compiling p384 v0.14.0 |
| 3440 | 2026-08-19T02:46:17.242Z | Compiling p256 v0.14.0 |
| 3441 | 2026-08-19T02:46:17.281Z | Compiling p521 v0.14.0 |
| 3442 | 2026-08-19T02:46:17.491Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3443 | 2026-08-19T02:46:17.622Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3444 | 2026-08-19T02:46:17.706Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3445 | 2026-08-19T02:46:17.723Z | Compiling scuffle v0.1.0 |
| 3446 | 2026-08-19T02:46:18.024Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3447 | 2026-08-19T02:46:18.258Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3448 | 2026-08-19T02:46:18.370Z | Compiling yasna v0.5.2 |
| 3449 | 2026-08-19T02:46:18.659Z | Compiling kstat-rs v0.2.5 |
| 3450 | 2026-08-19T02:46:18.691Z | Compiling headers-core v0.3.0 |
| 3451 | 2026-08-19T02:46:18.820Z | Compiling kem v0.3.0 |
| 3452 | 2026-08-19T02:46:18.838Z | Compiling module-lattice v0.2.3 |
| 3453 | 2026-08-19T02:46:18.841Z | Compiling nanorand v0.7.0 |
| 3454 | 2026-08-19T02:46:18.938Z | Compiling sponge-cursor v0.1.0 |
| 3455 | 2026-08-19T02:46:18.968Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3456 | 2026-08-19T02:46:18.985Z | Compiling rcgen v0.12.1 |
| 3457 | 2026-08-19T02:46:19.056Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3458 | 2026-08-19T02:46:19.102Z | Compiling sha3 v0.12.0 |
| 3459 | 2026-08-19T02:46:19.118Z | Compiling flume v0.11.1 |
| 3460 | 2026-08-19T02:46:19.165Z | Compiling ml-kem v0.3.2 |
| 3461 | 2026-08-19T02:46:19.264Z | Compiling headers v0.4.1 |
| 3462 | 2026-08-19T02:46:19.469Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3463 | 2026-08-19T02:46:19.487Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3464 | 2026-08-19T02:46:19.526Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3465 | 2026-08-19T02:46:19.673Z | Compiling hyper-staticfile v0.10.1 |
| 3466 | 2026-08-19T02:46:19.701Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3467 | 2026-08-19T02:46:19.704Z | Compiling progenitor v0.13.0 |
| 3468 | 2026-08-19T02:46:19.913Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3469 | 2026-08-19T02:46:19.930Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3470 | 2026-08-19T02:46:19.933Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3471 | 2026-08-19T02:46:20.066Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3472 | 2026-08-19T02:46:20.161Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3473 | 2026-08-19T02:46:20.178Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3474 | 2026-08-19T02:46:20.207Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3475 | 2026-08-19T02:46:20.364Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3476 | 2026-08-19T02:46:20.387Z | Compiling russh-cryptovec v0.62.0 |
| 3477 | 2026-08-19T02:46:20.461Z | Compiling ssh-key v0.7.0-rc.11 |
| 3478 | 2026-08-19T02:46:20.488Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3479 | 2026-08-19T02:46:20.533Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3480 | 2026-08-19T02:46:20.586Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3481 | 2026-08-19T02:46:20.646Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3482 | 2026-08-19T02:46:20.663Z | Compiling port-file v0.1.0 |
| 3483 | 2026-08-19T02:46:20.700Z | Compiling num-bigint v0.4.6 |
| 3484 | 2026-08-19T02:46:20.719Z | Compiling generic-array v1.4.3 |
| 3485 | 2026-08-19T02:46:20.761Z | Compiling russh-util v0.52.0 |
| 3486 | 2026-08-19T02:46:20.928Z | Compiling enum_dispatch v0.3.13 |
| 3487 | 2026-08-19T02:46:20.947Z | Compiling delegate v0.13.5 |
| 3488 | 2026-08-19T02:46:20.986Z | Compiling subprocess v0.2.15 |
| 3489 | 2026-08-19T02:46:21.203Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3490 | 2026-08-19T02:46:21.238Z | Compiling md5 v0.8.0 |
| 3491 | 2026-08-19T02:46:21.336Z | Compiling hex-literal v1.1.0 |
| 3492 | 2026-08-19T02:46:21.474Z | Compiling display-error-chain v0.2.2 |
| 3493 | 2026-08-19T02:46:21.555Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3494 | 2026-08-19T02:46:21.644Z | Compiling colored v2.2.0 |
| 3495 | 2026-08-19T02:46:21.662Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3496 | 2026-08-19T02:46:21.757Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3497 | 2026-08-19T02:46:21.920Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3498 | 2026-08-19T02:46:21.941Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3499 | 2026-08-19T02:46:21.956Z | Compiling russh v0.62.4 |
| 3500 | 2026-08-19T02:46:22.038Z | Compiling socket2 v0.5.10 |
| 3501 | 2026-08-19T02:46:22.208Z | Compiling internet-checksum v0.2.1 |
| 3502 | 2026-08-19T02:46:22.482Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3503 | 2026-08-19T02:46:24.578Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3504 | 2026-08-19T02:46:25.311Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3505 | 2026-08-19T02:46:25.867Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3506 | 2026-08-19T02:46:27.232Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3507 | 2026-08-19T02:46:27.626Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3508 | 2026-08-19T02:46:36.672Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3509 | 2026-08-19T02:46:36.675Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3510 | 2026-08-19T02:46:36.675Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3511 | 2026-08-19T02:46:36.675Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3512 | 2026-08-19T02:46:36.675Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3513 | 2026-08-19T02:46:38.519Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3514 | 2026-08-19T02:46:38.594Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3515 | 2026-08-19T02:46:42.649Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3516 | 2026-08-19T02:47:23.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3517 | 2026-08-19T02:47:23.765Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3518 | 2026-08-19T02:47:23.765Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3519 | 2026-08-19T02:47:23.992Z | |
| 3520 | 2026-08-19T02:47:23.992Z | real 1:29.432499793 |
| 3521 | 2026-08-19T02:47:23.992Z | user 8:37.557568668 |
| 3522 | 2026-08-19T02:47:23.992Z | sys 1:41.985401802 |
| 3523 | 2026-08-19T02:47:23.992Z | trap 0.247911534 |
| 3524 | 2026-08-19T02:47:23.992Z | tflt 0.328432556 |
| 3525 | 2026-08-19T02:47:23.992Z | dflt 1.953552602 |
| 3526 | 2026-08-19T02:47:23.992Z | kflt 0.000162440 |
| 3527 | 2026-08-19T02:47:23.992Z | lock 31:57.440793093 |
| 3528 | 2026-08-19T02:47:23.992Z | slp 19:38.052262160 |
| 3529 | 2026-08-19T02:47:23.993Z | lat 38.954043527 |
| 3530 | 2026-08-19T02:47:23.993Z | stop 3:01.295664731 |
| 3531 | 2026-08-19T02:47:23.996Z | + mkdir tests |
| 3532 | 2026-08-19T02:47:24.000Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3533 | 2026-08-19T02:47:24.000Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3534 | 2026-08-19T02:47:24.023Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cd0a670b0b070735 tests/ |
| 3535 | 2026-08-19T02:47:24.054Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a751262b70ed4362 tests/ |
| 3536 | 2026-08-19T02:47:24.088Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-da6bbe32ffc33edb tests/ |
| 3537 | 2026-08-19T02:47:24.111Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-51271dc8acf685e6 tests/ |
| 3538 | 2026-08-19T02:47:24.403Z | + 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) |
| 3539 | 2026-08-19T02:47:24.406Z | + 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-a751262b70ed4362 tests/commtest-da6bbe32ffc33edb tests/dhcp_server-cd0a670b0b070735 tests/end_to_end_tests-51271dc8acf685e6 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 |
| 3540 | 2026-08-19T02:48:53.966Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3541 | 2026-08-19T02:48:53.966Z | a .github/buildomat/ci-env.sh 1K |
| 3542 | 2026-08-19T02:48:53.966Z | a out/target/test 1K |
| 3543 | 2026-08-19T02:48:53.966Z | a out/npuzone/npuzone 27402K |
| 3544 | 2026-08-19T02:48:53.966Z | a package-manifest.toml 35K |
| 3545 | 2026-08-19T02:48:53.966Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3546 | 2026-08-19T02:48:53.966Z | a target/release/omicron-package 48103K |
| 3547 | 2026-08-19T02:48:53.966Z | a target/release/xtask 11727K |
| 3548 | 2026-08-19T02:48:53.966Z | a target/debug/bootstrap 435961K |
| 3549 | 2026-08-19T02:48:53.966Z | a tests/bootstrap-a751262b70ed4362 34430K |
| 3550 | 2026-08-19T02:48:53.966Z | a tests/commtest-da6bbe32ffc33edb 34431K |
| 3551 | 2026-08-19T02:48:53.966Z | a tests/dhcp_server-cd0a670b0b070735 34431K |
| 3552 | 2026-08-19T02:48:53.966Z | a tests/end_to_end_tests-51271dc8acf685e6 499477K |
| 3553 | 2026-08-19T02:48:53.966Z | a tools/opte_version 1K |
| 3554 | 2026-08-19T02:48:53.966Z | a tools/opte_version_override 2K |
| 3555 | 2026-08-19T02:48:53.966Z | a out/clickhouse.tar.gz 329992K |
| 3556 | 2026-08-19T02:48:53.966Z | a out/clickhouse_keeper.tar.gz 313998K |
| 3557 | 2026-08-19T02:48:53.966Z | a out/clickhouse_server.tar.gz 329989K |
| 3558 | 2026-08-19T02:48:53.969Z | a out/cockroachdb.tar.gz 169490K |
| 3559 | 2026-08-19T02:48:53.969Z | a out/crucible-pantry-zone.tar.gz 41282K |
| 3560 | 2026-08-19T02:48:53.969Z | a out/crucible-utils.tar 18900K |
| 3561 | 2026-08-19T02:48:53.969Z | a out/crucible-zone.tar.gz 56094K |
| 3562 | 2026-08-19T02:48:53.969Z | a out/external-dns.tar.gz 54203K |
| 3563 | 2026-08-19T02:48:53.969Z | a out/internal-dns.tar.gz 54202K |
| 3564 | 2026-08-19T02:48:53.969Z | a out/mg-ddm-gz.tar 100917K |
| 3565 | 2026-08-19T02:48:53.969Z | a out/nexus.tar.gz 356554K |
| 3566 | 2026-08-19T02:48:53.969Z | a out/ntp.tar.gz 34630K |
| 3567 | 2026-08-19T02:48:53.969Z | a out/omicron-gateway-softnpu.tar.gz 29909K |
| 3568 | 2026-08-19T02:48:53.969Z | a out/omicron-sled-agent.tar 243895K |
| 3569 | 2026-08-19T02:48:53.969Z | a out/overlay.tar.gz 4K |
| 3570 | 2026-08-19T02:48:53.969Z | a out/oximeter.tar.gz 72276K |
| 3571 | 2026-08-19T02:48:53.969Z | a out/oxlog.tar 4071K |
| 3572 | 2026-08-19T02:48:53.969Z | a out/probe.tar.gz 3037K |
| 3573 | 2026-08-19T02:48:53.969Z | a out/propolis-server.tar.gz 34642K |
| 3574 | 2026-08-19T02:48:53.969Z | a out/pumpkind-gz.tar 26647K |
| 3575 | 2026-08-19T02:48:53.969Z | a out/switch-softnpu.tar.gz 502441K |
| 3576 | 2026-08-19T02:48:53.973Z | |
| 3577 | 2026-08-19T02:48:53.973Z | real 1:29.559737837 |
| 3578 | 2026-08-19T02:48:53.973Z | user 1:26.544281193 |
| 3579 | 2026-08-19T02:48:53.973Z | sys 5.035342817 |
| 3580 | 2026-08-19T02:48:53.973Z | trap 0.008043062 |
| 3581 | 2026-08-19T02:48:53.973Z | tflt 0.000000000 |
| 3582 | 2026-08-19T02:48:53.973Z | dflt 0.000000000 |
| 3583 | 2026-08-19T02:48:53.973Z | kflt 0.000000000 |
| 3584 | 2026-08-19T02:48:53.973Z | lock 0.000000000 |
| 3585 | 2026-08-19T02:48:53.973Z | slp 1:26.358832719 |
| 3586 | 2026-08-19T02:48:53.973Z | lat 1.168315186 |
| 3587 | 2026-08-19T02:48:53.973Z | stop 0.000197550 |
| 3588 | 2026-08-19T02:48:53.973Z | process exited: duration 1129311 ms, exit code 0 |
| |
| 3589 | 2026-08-19T02:48:53.987Z | found 1 output files |
| 3590 | 2026-08-19T02:48:54.028Z | uploading: /work/package.tar.gz (2775025187 bytes) |
| 3591 | 2026-08-19T02:49:29.624Z | uploaded: /work/package.tar.gz |