|
|
|
| 1 | 2026-08-27T00:36:17.279Z | job assigned to worker 01M10A96W8ND7PSM1BD5GAW6QC [factory aws, i-0b1fb4afdc60da51d] (queued for 59 s) |
| |
| 2 | 2026-08-27T00:36:24.672Z | starting task 0: "setup" |
| 3 | 2026-08-27T00:36:24.676Z | ++ uname -s |
| 4 | 2026-08-27T00:36:24.680Z | + kern=SunOS |
| 5 | 2026-08-27T00:36:24.680Z | + build_user=build |
| 6 | 2026-08-27T00:36:24.680Z | + build_uid=12345 |
| 7 | 2026-08-27T00:36:24.680Z | + work_dir=/work |
| 8 | 2026-08-27T00:36:24.680Z | + input_dir=/input |
| 9 | 2026-08-27T00:36:24.680Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T00:36:24.680Z | + case "$kern" in |
| 11 | 2026-08-27T00:36:24.680Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T00:36:24.683Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T00:36:26.689Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T00:36:26.807Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T00:36:26.810Z | + home_fs=zfs |
| 16 | 2026-08-27T00:36:26.811Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T00:36:26.811Z | + mkdir -p /home/build |
| 18 | 2026-08-27T00:36:26.811Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T00:36:28.813Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T00:36:28.817Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-08-27T00:36:28.824Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T00:36:28.829Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T00:36:28.829Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-27T00:36:28.829Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-27T00:36:28.829Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-27T00:36:28.829Z | * rust toolchain profile = "default" |
| 27 | 2026-08-27T00:36:28.829Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T00:36:28.832Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T00:36:28.832Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T00:36:28.929Z | info: downloading installer |
| 31 | 2026-08-27T00:36:30.531Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T00:36:30.531Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T00:36:30.531Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T00:36:30.531Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T00:36:30.543Z | info: profile set to default |
| 36 | 2026-08-27T00:36:30.543Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T00:36:30.547Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T00:36:30.687Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T00:36:30.690Z | info: downloading 6 components |
| 40 | 2026-08-27T00:36:45.875Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-27T00:36:45.876Z | |
| 42 | 2026-08-27T00:36:45.902Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T00:36:45.902Z | |
| 44 | 2026-08-27T00:36:45.902Z | |
| 45 | 2026-08-27T00:36:45.902Z | Rust is installed now. Great! |
| 46 | 2026-08-27T00:36:45.902Z | |
| 47 | 2026-08-27T00:36:45.906Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T00:36:45.906Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T00:36:45.906Z | |
| 50 | 2026-08-27T00:36:45.906Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T00:36:45.906Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T00:36:45.906Z | |
| 53 | 2026-08-27T00:36:45.906Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T00:36:45.906Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T00:36:45.906Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T00:36:45.906Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T00:36:45.906Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T00:36:45.906Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T00:36:45.906Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T00:36:45.906Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T00:36:45.906Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T00:36:45.997Z | + rustup --version |
| 63 | 2026-08-27T00:36:46.003Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T00:36:46.006Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T00:36:46.024Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T00:36:46.027Z | + cargo --version |
| 67 | 2026-08-27T00:36:46.036Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T00:36:46.039Z | + rustc --version |
| 69 | 2026-08-27T00:36:46.059Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T00:36:46.063Z | process exited: duration 17237 ms, exit code 0 |
| |
| 71 | 2026-08-27T00:36:46.069Z | starting task 2: "authentication" |
| 72 | 2026-08-27T00:36:46.089Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-08-27T00:36:46.095Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T00:36:46.099Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-27T00:36:46.102Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-27T00:36:46.132Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-27T00:37:05.458Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-27T00:37:05.458Z | + git fetch origin a0331ace24ab872bcc6d34279a91969633c2697a |
| 79 | 2026-08-27T00:37:05.803Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-27T00:37:05.803Z | * branch a0331ace24ab872bcc6d34279a91969633c2697a -> FETCH_HEAD |
| 81 | 2026-08-27T00:37:05.814Z | + [[ -n bugfix-10958 ]] |
| 82 | 2026-08-27T00:37:05.819Z | ++ git branch --show-current |
| 83 | 2026-08-27T00:37:05.819Z | + current=main |
| 84 | 2026-08-27T00:37:05.819Z | + [[ main != bugfix-10958 ]] |
| 85 | 2026-08-27T00:37:05.819Z | + git branch -f bugfix-10958 a0331ace24ab872bcc6d34279a91969633c2697a |
| 86 | 2026-08-27T00:37:05.822Z | + git checkout -f bugfix-10958 |
| 87 | 2026-08-27T00:37:06.079Z | Switched to branch 'bugfix-10958' |
| 88 | 2026-08-27T00:37:06.083Z | + git reset --hard a0331ace24ab872bcc6d34279a91969633c2697a |
| 89 | 2026-08-27T00:37:06.098Z | HEAD is now at a0331ace2 Merge branch 'main' into bugfix-10958 |
| 90 | 2026-08-27T00:37:06.102Z | process exited: duration 20004 ms, exit code 0 |
| |
| 91 | 2026-08-27T00:37:06.108Z | starting task 4: "build" |
| 92 | 2026-08-27T00:37:06.113Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-27T00:37:06.116Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-27T00:37:06.116Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-27T00:37:06.116Z | +++ uname -s |
| 96 | 2026-08-27T00:37:06.116Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-27T00:37:06.116Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-27T00:37:06.120Z | + cargo --version |
| 99 | 2026-08-27T00:37:06.128Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-27T00:37:06.131Z | + rustc --version |
| 101 | 2026-08-27T00:37:06.150Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-27T00:37:06.154Z | + WORK=/work |
| 103 | 2026-08-27T00:37:06.154Z | + pfexec mkdir -p /work |
| 104 | 2026-08-27T00:37:06.157Z | + pfexec chown build /work |
| 105 | 2026-08-27T00:37:06.160Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-27T00:37:08.253Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-27T00:37:08.636Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-27T00:37:10.809Z | Planning: Solver setup ... Done (2.055s) |
| 109 | 2026-08-27T00:37:10.872Z | Planning: Running solver ... Done (0.062s) |
| 110 | 2026-08-27T00:37:10.920Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-27T00:37:10.930Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-27T00:37:10.954Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-27T00:37:10.967Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-27T00:37:10.970Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-27T00:37:11.191Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 116 | 2026-08-27T00:37:11.194Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-27T00:37:12.059Z | Planning: Evaluating mediators ... Done (0.867s) |
| 118 | 2026-08-27T00:37:12.063Z | Planning: Planning completed in 3.39 seconds |
| 119 | 2026-08-27T00:37:12.070Z | Packages to install: 2 |
| 120 | 2026-08-27T00:37:12.070Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-27T00:37:12.070Z | Estimated space to be consumed: 80.56 MB |
| 122 | 2026-08-27T00:37:12.070Z | Create boot environment: No |
| 123 | 2026-08-27T00:37:12.070Z | Create backup boot environment: No |
| 124 | 2026-08-27T00:37:12.070Z | Rebuild boot archive: No |
| 125 | 2026-08-27T00:37:12.070Z | |
| 126 | 2026-08-27T00:37:12.071Z | Changed packages: |
| 127 | 2026-08-27T00:37:12.074Z | helios |
| 128 | 2026-08-27T00:37:12.074Z | developer/build-essential |
| 129 | 2026-08-27T00:37:12.074Z | None -> 11-3.0 |
| 130 | 2026-08-27T00:37:12.074Z | library/libxmlsec1 |
| 131 | 2026-08-27T00:37:12.074Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-27T00:37:12.095Z | |
| 133 | 2026-08-27T00:37:12.095Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-27T00:37:12.164Z | Download: Completed 1.28 MB in 0.07 seconds (18.4M/s) |
| 135 | 2026-08-27T00:37:12.294Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-27T00:37:12.333Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-27T00:37:12.369Z | Finalize: Updating package state database ... Done (0.036s) |
| 138 | 2026-08-27T00:37:12.369Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-27T00:37:12.457Z | Finalize: Updating image state ... Done (0.088s) |
| 140 | 2026-08-27T00:37:15.080Z | Finalize: Creating fast lookup database ... Done (2.567s) |
| 141 | 2026-08-27T00:37:15.155Z | Finalize: Reading search index ... Done (0.011s) |
| 142 | 2026-08-27T00:37:15.159Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-27T00:37:15.243Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-27T00:37:15.612Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-27T00:37:15.716Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-27T00:37:15.720Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-27T00:37:15.871Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-27T00:37:15.874Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-27T00:37:15.894Z | Mediators to change: 2 |
| 150 | 2026-08-27T00:37:15.894Z | Create boot environment: No |
| 151 | 2026-08-27T00:37:15.894Z | Create backup boot environment: No |
| 152 | 2026-08-27T00:37:15.963Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-27T00:37:15.963Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-27T00:37:16.019Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-27T00:37:17.965Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-27T00:37:18.029Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-27T00:37:18.032Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-27T00:37:18.117Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-27T00:37:18.400Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-27T00:37:18.504Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-27T00:37:18.507Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-27T00:37:18.659Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-27T00:37:18.662Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-27T00:37:18.682Z | Mediators to change: 1 |
| 165 | 2026-08-27T00:37:18.682Z | Create boot environment: No |
| 166 | 2026-08-27T00:37:18.682Z | Create backup boot environment: No |
| 167 | 2026-08-27T00:37:18.738Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-27T00:37:18.738Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-27T00:37:18.791Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-27T00:37:20.722Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-27T00:37:20.785Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-27T00:37:20.789Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-27T00:37:20.866Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-27T00:37:21.173Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-27T00:37:21.173Z | apache system 2.4 system |
| 176 | 2026-08-27T00:37:21.173Z | clang system 15 system |
| 177 | 2026-08-27T00:37:21.173Z | csh system system illumos |
| 178 | 2026-08-27T00:37:21.173Z | ctags system system illumos |
| 179 | 2026-08-27T00:37:21.173Z | file vendor vendor darwinsys |
| 180 | 2026-08-27T00:37:21.173Z | file system system illumos |
| 181 | 2026-08-27T00:37:21.173Z | gcc vendor 14 vendor |
| 182 | 2026-08-27T00:37:21.173Z | gcc system 13 system |
| 183 | 2026-08-27T00:37:21.173Z | gcc system 10 system |
| 184 | 2026-08-27T00:37:21.173Z | go system 1.25 system |
| 185 | 2026-08-27T00:37:21.174Z | llvm system 15 system |
| 186 | 2026-08-27T00:37:21.174Z | mariadb system 11.4 system |
| 187 | 2026-08-27T00:37:21.174Z | mta vendor vendor dma |
| 188 | 2026-08-27T00:37:21.174Z | openjdk system 17 system |
| 189 | 2026-08-27T00:37:21.174Z | openjdk system 11 system |
| 190 | 2026-08-27T00:37:21.174Z | openssl vendor 3 vendor |
| 191 | 2026-08-27T00:37:21.174Z | perl system 5.40 system |
| 192 | 2026-08-27T00:37:21.174Z | postgresql system 18 system |
| 193 | 2026-08-27T00:37:21.174Z | postgresql system 17 system |
| 194 | 2026-08-27T00:37:21.174Z | python vendor 3 vendor |
| 195 | 2026-08-27T00:37:21.174Z | python system 2 system |
| 196 | 2026-08-27T00:37:21.174Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-27T00:37:21.174Z | ruby system 3.4 system |
| 198 | 2026-08-27T00:37:21.174Z | ruby system 3.0 system |
| 199 | 2026-08-27T00:37:21.174Z | words vendor vendor american-english |
| 200 | 2026-08-27T00:37:21.174Z | words system system australian-english |
| 201 | 2026-08-27T00:37:21.174Z | words system system british-english |
| 202 | 2026-08-27T00:37:21.174Z | words system system canadian-english |
| 203 | 2026-08-27T00:37:21.174Z | words system system french |
| 204 | 2026-08-27T00:37:21.174Z | words system system italian |
| 205 | 2026-08-27T00:37:21.174Z | words system system ngerman |
| 206 | 2026-08-27T00:37:21.174Z | words system system ogerman |
| 207 | 2026-08-27T00:37:21.174Z | words system system spanish |
| 208 | 2026-08-27T00:37:21.421Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-27T00:37:21.421Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-27T00:37:21.914Z | FMRI IFO |
| 211 | 2026-08-27T00:37:21.914Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-27T00:37:21.914Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-27T00:37:21.914Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-27T00:37:21.914Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-27T00:37:21.914Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-27T00:37:21.915Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-27T00:37:21.915Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-27T00:37:21.915Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-27T00:37:21.915Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-27T00:37:22.245Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-27T00:37:22.596Z | Updating crates.io index |
| 222 | 2026-08-27T00:37:22.599Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-27T00:37:22.862Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-27T00:37:23.247Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 225 | 2026-08-27T00:37:23.596Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-08-27T00:37:24.939Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-08-27T00:37:25.563Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 228 | 2026-08-27T00:37:27.596Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 229 | 2026-08-27T00:37:28.760Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-27T00:37:29.091Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 231 | 2026-08-27T00:37:29.454Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-08-27T00:37:30.840Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 233 | 2026-08-27T00:37:31.092Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-08-27T00:37:31.527Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-08-27T00:37:31.836Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 236 | 2026-08-27T00:37:32.101Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 237 | 2026-08-27T00:37:32.373Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 238 | 2026-08-27T00:37:32.672Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-08-27T00:37:32.943Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-08-27T00:37:33.255Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 241 | 2026-08-27T00:37:33.846Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-08-27T00:37:34.209Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 243 | 2026-08-27T00:37:34.594Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2026-08-27T00:37:34.882Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 245 | 2026-08-27T00:37:35.495Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 246 | 2026-08-27T00:37:35.880Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-27T00:37:36.145Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-27T00:37:36.640Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-27T00:37:36.953Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-27T00:37:37.248Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-27T00:37:37.616Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-27T00:37:37.973Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-27T00:37:38.296Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-27T00:37:38.699Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 255 | 2026-08-27T00:37:39.420Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-27T00:37:39.708Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-27T00:37:39.992Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-27T00:37:40.301Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-27T00:37:40.615Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-27T00:37:40.906Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-27T00:37:41.211Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-27T00:37:41.521Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-27T00:37:41.788Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-27T00:37:42.067Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 265 | 2026-08-27T00:37:44.752Z | Downloading crates ... |
| 266 | 2026-08-27T00:37:44.819Z | Downloaded anstyle v1.0.14 |
| 267 | 2026-08-27T00:37:44.822Z | Downloaded anyhow v1.0.104 |
| 268 | 2026-08-27T00:37:44.825Z | Downloaded utf8parse v0.2.2 |
| 269 | 2026-08-27T00:37:44.825Z | Downloaded clap_derive v4.6.1 |
| 270 | 2026-08-27T00:37:44.825Z | Downloaded dtrace-parser v0.2.0 |
| 271 | 2026-08-27T00:37:44.828Z | Downloaded anstream v1.0.0 |
| 272 | 2026-08-27T00:37:44.832Z | Downloaded zerocopy-derive v0.7.35 |
| 273 | 2026-08-27T00:37:44.835Z | Downloaded zmij v1.0.21 |
| 274 | 2026-08-27T00:37:44.835Z | Downloaded is_terminal_polyfill v1.70.2 |
| 275 | 2026-08-27T00:37:44.835Z | Downloaded macaddr v1.0.1 |
| 276 | 2026-08-27T00:37:44.838Z | Downloaded indexmap v2.14.0 |
| 277 | 2026-08-27T00:37:44.838Z | Downloaded dof v0.3.0 |
| 278 | 2026-08-27T00:37:44.842Z | Downloaded anstyle-query v1.1.5 |
| 279 | 2026-08-27T00:37:44.845Z | Downloaded camino-tempfile v1.4.1 |
| 280 | 2026-08-27T00:37:44.845Z | Downloaded cpufeatures v0.2.17 |
| 281 | 2026-08-27T00:37:44.845Z | Downloaded serde_tokenstream v0.2.3 |
| 282 | 2026-08-27T00:37:44.845Z | Downloaded cargo_metadata v0.23.1 |
| 283 | 2026-08-27T00:37:44.848Z | Downloaded zerocopy v0.7.35 |
| 284 | 2026-08-27T00:37:44.853Z | Downloaded cargo-platform v0.3.2 |
| 285 | 2026-08-27T00:37:44.856Z | Downloaded clap_lex v1.0.0 |
| 286 | 2026-08-27T00:37:44.856Z | Downloaded block-buffer v0.10.4 |
| 287 | 2026-08-27T00:37:44.857Z | Downloaded equivalent v1.0.2 |
| 288 | 2026-08-27T00:37:44.857Z | Downloaded heck v0.4.1 |
| 289 | 2026-08-27T00:37:44.860Z | Downloaded memmap v0.7.0 |
| 290 | 2026-08-27T00:37:44.860Z | Downloaded cfg-if v1.0.4 |
| 291 | 2026-08-27T00:37:44.863Z | Downloaded fnv v1.0.7 |
| 292 | 2026-08-27T00:37:44.866Z | Downloaded generic-array v0.14.7 |
| 293 | 2026-08-27T00:37:44.866Z | Downloaded digest v0.10.7 |
| 294 | 2026-08-27T00:37:44.866Z | Downloaded log v0.4.33 |
| 295 | 2026-08-27T00:37:44.869Z | Downloaded thread-id v4.2.2 |
| 296 | 2026-08-27T00:37:44.869Z | Downloaded errno v0.3.14 |
| 297 | 2026-08-27T00:37:44.872Z | Downloaded fastrand v2.3.0 |
| 298 | 2026-08-27T00:37:44.872Z | Downloaded crypto-common v0.1.7 |
| 299 | 2026-08-27T00:37:44.872Z | Downloaded heck v0.5.0 |
| 300 | 2026-08-27T00:37:44.872Z | Downloaded itoa v1.0.17 |
| 301 | 2026-08-27T00:37:44.878Z | Downloaded plain v0.2.3 |
| 302 | 2026-08-27T00:37:44.881Z | Downloaded proc-macro-error-attr v1.0.4 |
| 303 | 2026-08-27T00:37:44.882Z | Downloaded colorchoice v1.0.4 |
| 304 | 2026-08-27T00:37:44.882Z | Downloaded fs-err v3.3.0 |
| 305 | 2026-08-27T00:37:44.886Z | Downloaded anstyle-parse v1.0.0 |
| 306 | 2026-08-27T00:37:44.889Z | Downloaded byteorder v1.5.0 |
| 307 | 2026-08-27T00:37:44.889Z | Downloaded scroll v0.12.0 |
| 308 | 2026-08-27T00:37:44.889Z | Downloaded usdt v0.5.0 |
| 309 | 2026-08-27T00:37:44.893Z | Downloaded smawk v0.3.2 |
| 310 | 2026-08-27T00:37:44.896Z | Downloaded serde_spanned v0.6.9 |
| 311 | 2026-08-27T00:37:44.896Z | Downloaded unicode-linebreak v0.1.5 |
| 312 | 2026-08-27T00:37:44.899Z | Downloaded swrite v0.1.0 |
| 313 | 2026-08-27T00:37:44.902Z | Downloaded toml_write v0.1.2 |
| 314 | 2026-08-27T00:37:44.902Z | Downloaded strsim v0.11.1 |
| 315 | 2026-08-27T00:37:44.908Z | Downloaded version_check v0.9.5 |
| 316 | 2026-08-27T00:37:44.912Z | Downloaded scroll_derive v0.12.1 |
| 317 | 2026-08-27T00:37:44.912Z | Downloaded tabled_derive v0.7.0 |
| 318 | 2026-08-27T00:37:44.912Z | Downloaded pretty-hex v0.4.1 |
| 319 | 2026-08-27T00:37:44.915Z | Downloaded toml_datetime v0.6.11 |
| 320 | 2026-08-27T00:37:44.915Z | Downloaded autocfg v1.5.0 |
| 321 | 2026-08-27T00:37:44.918Z | Downloaded bytecount v0.6.9 |
| 322 | 2026-08-27T00:37:44.918Z | Downloaded usdt-attr-macro v0.5.0 |
| 323 | 2026-08-27T00:37:44.923Z | Downloaded terminal_size v0.4.3 |
| 324 | 2026-08-27T00:37:44.926Z | Downloaded usdt-macro v0.5.0 |
| 325 | 2026-08-27T00:37:44.929Z | Downloaded cargo_toml v0.21.0 |
| 326 | 2026-08-27T00:37:44.936Z | Downloaded proc-macro-error v1.0.4 |
| 327 | 2026-08-27T00:37:44.939Z | Downloaded thiserror v1.0.69 |
| 328 | 2026-08-27T00:37:44.942Z | Downloaded thiserror-impl v1.0.69 |
| 329 | 2026-08-27T00:37:44.942Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-08-27T00:37:44.942Z | Downloaded thiserror v2.0.18 |
| 331 | 2026-08-27T00:37:44.950Z | Downloaded bitflags v2.11.0 |
| 332 | 2026-08-27T00:37:44.954Z | Downloaded clap v4.6.1 |
| 333 | 2026-08-27T00:37:44.957Z | Downloaded getrandom v0.4.3 |
| 334 | 2026-08-27T00:37:44.960Z | Downloaded usdt-impl v0.5.0 |
| 335 | 2026-08-27T00:37:44.960Z | Downloaded pest_derive v2.8.6 |
| 336 | 2026-08-27T00:37:44.965Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-08-27T00:37:44.969Z | Downloaded toml v0.8.23 |
| 338 | 2026-08-27T00:37:44.969Z | Downloaded tempfile v3.27.0 |
| 339 | 2026-08-27T00:37:44.972Z | Downloaded camino v1.2.5 |
| 340 | 2026-08-27T00:37:44.976Z | Downloaded once_cell v1.21.3 |
| 341 | 2026-08-27T00:37:44.979Z | Downloaded papergrid v0.11.0 |
| 342 | 2026-08-27T00:37:44.982Z | Downloaded sha2 v0.10.9 |
| 343 | 2026-08-27T00:37:44.985Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-08-27T00:37:44.985Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-08-27T00:37:44.989Z | Downloaded quote v1.0.45 |
| 346 | 2026-08-27T00:37:44.993Z | Downloaded serde_derive v1.0.228 |
| 347 | 2026-08-27T00:37:44.996Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-08-27T00:37:45.001Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-08-27T00:37:45.004Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-08-27T00:37:45.008Z | Downloaded semver v1.0.28 |
| 351 | 2026-08-27T00:37:45.012Z | Downloaded textwrap v0.16.2 |
| 352 | 2026-08-27T00:37:45.012Z | Downloaded pest_meta v2.8.6 |
| 353 | 2026-08-27T00:37:45.018Z | Downloaded memchr v2.8.0 |
| 354 | 2026-08-27T00:37:45.028Z | Downloaded serde v1.0.228 |
| 355 | 2026-08-27T00:37:45.034Z | Downloaded pest v2.8.6 |
| 356 | 2026-08-27T00:37:45.037Z | Downloaded typenum v1.20.1 |
| 357 | 2026-08-27T00:37:45.052Z | Downloaded goblin v0.8.2 |
| 358 | 2026-08-27T00:37:45.059Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-08-27T00:37:45.062Z | Downloaded hashbrown v0.17.0 |
| 360 | 2026-08-27T00:37:45.066Z | Downloaded serde_json v1.0.151 |
| 361 | 2026-08-27T00:37:45.093Z | Downloaded winnow v0.7.14 |
| 362 | 2026-08-27T00:37:45.098Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-27T00:37:45.114Z | Downloaded syn v1.0.109 |
| 364 | 2026-08-27T00:37:45.121Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-08-27T00:37:45.125Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-27T00:37:45.130Z | Downloaded unicode-width v0.2.0 |
| 367 | 2026-08-27T00:37:45.135Z | Downloaded rustix v1.1.4 |
| 368 | 2026-08-27T00:37:45.158Z | Downloaded libc v0.2.185 |
| 369 | 2026-08-27T00:37:45.220Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-08-27T00:37:45.220Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-27T00:37:45.223Z | Compiling quote v1.0.45 |
| 372 | 2026-08-27T00:37:45.223Z | Compiling serde_core v1.0.228 |
| 373 | 2026-08-27T00:37:45.223Z | Compiling libc v0.2.185 |
| 374 | 2026-08-27T00:37:45.223Z | Compiling version_check v0.9.5 |
| 375 | 2026-08-27T00:37:45.223Z | Compiling memchr v2.8.0 |
| 376 | 2026-08-27T00:37:45.394Z | Compiling serde v1.0.228 |
| 377 | 2026-08-27T00:37:45.398Z | Compiling zmij v1.0.21 |
| 378 | 2026-08-27T00:37:45.398Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-08-27T00:37:45.398Z | Compiling itoa v1.0.17 |
| 380 | 2026-08-27T00:37:45.398Z | Compiling thiserror v1.0.69 |
| 381 | 2026-08-27T00:37:45.411Z | Compiling rustix v1.1.4 |
| 382 | 2026-08-27T00:37:45.465Z | Compiling byteorder v1.5.0 |
| 383 | 2026-08-27T00:37:45.628Z | Compiling bitflags v2.11.0 |
| 384 | 2026-08-27T00:37:45.843Z | Compiling serde_json v1.0.151 |
| 385 | 2026-08-27T00:37:45.916Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-08-27T00:37:45.919Z | Compiling usdt-impl v0.5.0 |
| 387 | 2026-08-27T00:37:45.919Z | Compiling syn v1.0.109 |
| 388 | 2026-08-27T00:37:45.999Z | Compiling camino v1.2.5 |
| 389 | 2026-08-27T00:37:46.051Z | Compiling pest v2.8.6 |
| 390 | 2026-08-27T00:37:46.137Z | Compiling proc-macro-error v1.0.4 |
| 391 | 2026-08-27T00:37:46.258Z | Compiling plain v0.2.3 |
| 392 | 2026-08-27T00:37:46.262Z | Compiling log v0.4.33 |
| 393 | 2026-08-27T00:37:46.262Z | Compiling getrandom v0.4.3 |
| 394 | 2026-08-27T00:37:46.329Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-08-27T00:37:46.344Z | Compiling hashbrown v0.17.0 |
| 396 | 2026-08-27T00:37:46.347Z | Compiling equivalent v1.0.2 |
| 397 | 2026-08-27T00:37:46.420Z | Compiling winnow v0.7.14 |
| 398 | 2026-08-27T00:37:46.496Z | Compiling anstyle v1.0.14 |
| 399 | 2026-08-27T00:37:46.513Z | Compiling errno v0.3.14 |
| 400 | 2026-08-27T00:37:46.533Z | Compiling thread-id v4.2.2 |
| 401 | 2026-08-27T00:37:46.551Z | Compiling anstyle-parse v1.0.0 |
| 402 | 2026-08-27T00:37:46.555Z | Compiling anstyle-query v1.1.5 |
| 403 | 2026-08-27T00:37:46.555Z | Compiling thiserror v2.0.18 |
| 404 | 2026-08-27T00:37:46.604Z | Compiling is_terminal_polyfill v1.70.2 |
| 405 | 2026-08-27T00:37:46.623Z | Compiling toml_write v0.1.2 |
| 406 | 2026-08-27T00:37:46.642Z | Compiling pretty-hex v0.4.1 |
| 407 | 2026-08-27T00:37:46.721Z | Compiling autocfg v1.5.0 |
| 408 | 2026-08-27T00:37:46.724Z | Compiling cfg-if v1.0.4 |
| 409 | 2026-08-27T00:37:46.758Z | Compiling colorchoice v1.0.4 |
| 410 | 2026-08-27T00:37:46.792Z | Compiling unicode-width v0.1.14 |
| 411 | 2026-08-27T00:37:46.826Z | Compiling strsim v0.11.1 |
| 412 | 2026-08-27T00:37:46.847Z | Compiling fnv v1.0.7 |
| 413 | 2026-08-27T00:37:46.904Z | Compiling anstream v1.0.0 |
| 414 | 2026-08-27T00:37:46.908Z | Compiling once_cell v1.21.3 |
| 415 | 2026-08-27T00:37:46.940Z | Compiling indexmap v2.14.0 |
| 416 | 2026-08-27T00:37:46.986Z | Compiling syn v2.0.117 |
| 417 | 2026-08-27T00:37:47.045Z | Compiling bytecount v0.6.9 |
| 418 | 2026-08-27T00:37:47.108Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-08-27T00:37:47.167Z | Compiling fastrand v2.3.0 |
| 420 | 2026-08-27T00:37:47.184Z | Compiling fs-err v3.3.0 |
| 421 | 2026-08-27T00:37:47.202Z | Compiling pest_meta v2.8.6 |
| 422 | 2026-08-27T00:37:47.220Z | Compiling anyhow v1.0.104 |
| 423 | 2026-08-27T00:37:47.239Z | Compiling heck v0.5.0 |
| 424 | 2026-08-27T00:37:47.253Z | Compiling heck v0.4.1 |
| 425 | 2026-08-27T00:37:47.356Z | Compiling papergrid v0.11.0 |
| 426 | 2026-08-27T00:37:47.435Z | Compiling memmap v0.7.0 |
| 427 | 2026-08-27T00:37:47.453Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-08-27T00:37:47.488Z | Compiling smawk v0.3.2 |
| 429 | 2026-08-27T00:37:47.508Z | Compiling unicode-width v0.2.0 |
| 430 | 2026-08-27T00:37:47.508Z | Compiling swrite v0.1.0 |
| 431 | 2026-08-27T00:37:47.546Z | Compiling terminal_size v0.4.3 |
| 432 | 2026-08-27T00:37:47.582Z | Compiling tempfile v3.27.0 |
| 433 | 2026-08-27T00:37:47.647Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-08-27T00:37:47.732Z | Compiling textwrap v0.16.2 |
| 435 | 2026-08-27T00:37:47.944Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-08-27T00:37:48.004Z | Compiling semver v1.0.28 |
| 437 | 2026-08-27T00:37:48.242Z | Compiling camino-tempfile v1.4.1 |
| 438 | 2026-08-27T00:37:48.455Z | Compiling tabled_derive v0.7.0 |
| 439 | 2026-08-27T00:37:49.091Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-27T00:37:49.107Z | Compiling tabled v0.15.0 |
| 441 | 2026-08-27T00:37:49.640Z | Compiling serde_derive v1.0.228 |
| 442 | 2026-08-27T00:37:49.640Z | Compiling thiserror-impl v1.0.69 |
| 443 | 2026-08-27T00:37:49.640Z | Compiling zerocopy-derive v0.7.35 |
| 444 | 2026-08-27T00:37:49.644Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-08-27T00:37:49.644Z | Compiling scroll_derive v0.12.1 |
| 446 | 2026-08-27T00:37:49.644Z | Compiling thiserror-impl v2.0.18 |
| 447 | 2026-08-27T00:37:49.644Z | Compiling clap_derive v4.6.1 |
| 448 | 2026-08-27T00:37:50.293Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-27T00:37:50.392Z | Compiling zerocopy v0.7.35 |
| 450 | 2026-08-27T00:37:50.511Z | Compiling goblin v0.8.2 |
| 451 | 2026-08-27T00:37:50.631Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2026-08-27T00:37:50.910Z | Compiling clap v4.6.1 |
| 453 | 2026-08-27T00:37:52.029Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-08-27T00:37:52.030Z | Compiling toml_datetime v0.6.11 |
| 455 | 2026-08-27T00:37:52.030Z | Compiling macaddr v1.0.1 |
| 456 | 2026-08-27T00:37:52.035Z | Compiling cargo_metadata v0.23.1 |
| 457 | 2026-08-27T00:37:52.035Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 458 | 2026-08-27T00:37:52.047Z | Compiling dof v0.3.0 |
| 459 | 2026-08-27T00:37:52.050Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-08-27T00:37:52.298Z | Compiling toml_edit v0.22.27 |
| 461 | 2026-08-27T00:37:52.779Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-27T00:37:52.783Z | Compiling usdt-attr-macro v0.5.0 |
| 463 | 2026-08-27T00:37:53.367Z | Compiling usdt v0.5.0 |
| 464 | 2026-08-27T00:37:53.536Z | Compiling toml v0.8.23 |
| 465 | 2026-08-27T00:37:53.847Z | Compiling cargo_toml v0.21.0 |
| 466 | 2026-08-27T00:37:55.122Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2026-08-27T00:37:57.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s |
| 468 | 2026-08-27T00:37:57.374Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 469 | 2026-08-27T00:37:57.890Z | Downloading crates ... |
| 470 | 2026-08-27T00:37:57.942Z | Downloaded bitfield-macros v0.19.4 |
| 471 | 2026-08-27T00:37:57.946Z | Downloaded aead v0.5.2 |
| 472 | 2026-08-27T00:37:57.964Z | Downloaded arrayref v0.3.9 |
| 473 | 2026-08-27T00:37:57.968Z | Downloaded adler2 v2.0.1 |
| 474 | 2026-08-27T00:37:57.969Z | Downloaded argon2 v0.6.0-rc.8 |
| 475 | 2026-08-27T00:37:57.969Z | Downloaded addr2line v0.25.1 |
| 476 | 2026-08-27T00:37:57.969Z | Downloaded backtrace-ext v0.2.1 |
| 477 | 2026-08-27T00:37:57.969Z | Downloaded atomic-waker v1.1.2 |
| 478 | 2026-08-27T00:37:57.972Z | Downloaded base16ct v1.0.0 |
| 479 | 2026-08-27T00:37:57.972Z | Downloaded const-oid v0.10.2 |
| 480 | 2026-08-27T00:37:57.972Z | Downloaded cmake v0.1.57 |
| 481 | 2026-08-27T00:37:57.972Z | Downloaded aead v0.6.1 |
| 482 | 2026-08-27T00:37:57.983Z | Downloaded foreign-types v0.3.2 |
| 483 | 2026-08-27T00:37:57.983Z | Downloaded foreign-types-shared v0.1.1 |
| 484 | 2026-08-27T00:37:57.983Z | Downloaded argon2 v0.5.3 |
| 485 | 2026-08-27T00:37:57.983Z | Downloaded ghash v0.6.0 |
| 486 | 2026-08-27T00:37:57.983Z | Downloaded async-stream v0.3.6 |
| 487 | 2026-08-27T00:37:57.988Z | Downloaded http-range v0.1.5 |
| 488 | 2026-08-27T00:37:57.988Z | Downloaded fxhash v0.2.1 |
| 489 | 2026-08-27T00:37:57.988Z | Downloaded bs58 v0.5.1 |
| 490 | 2026-08-27T00:37:57.988Z | Downloaded futures-task v0.3.32 |
| 491 | 2026-08-27T00:37:57.988Z | Downloaded base16ct v0.2.0 |
| 492 | 2026-08-27T00:37:57.988Z | Downloaded bitfield-struct v0.6.2 |
| 493 | 2026-08-27T00:37:57.988Z | Downloaded futures-util v0.3.32 |
| 494 | 2026-08-27T00:37:57.996Z | Downloaded endian-type v0.1.2 |
| 495 | 2026-08-27T00:37:58.007Z | Downloaded form_urlencoded v1.2.2 |
| 496 | 2026-08-27T00:37:58.007Z | Downloaded float-cmp v0.10.0 |
| 497 | 2026-08-27T00:37:58.008Z | Downloaded glob v0.3.3 |
| 498 | 2026-08-27T00:37:58.008Z | Downloaded atty v0.2.14 |
| 499 | 2026-08-27T00:37:58.008Z | Downloaded base64ct v1.8.3 |
| 500 | 2026-08-27T00:37:58.008Z | Downloaded futures-macro v0.3.32 |
| 501 | 2026-08-27T00:37:58.008Z | Downloaded getrandom v0.3.4 |
| 502 | 2026-08-27T00:37:58.008Z | Downloaded arrayvec v0.7.6 |
| 503 | 2026-08-27T00:37:58.021Z | Downloaded fd-lock v4.0.4 |
| 504 | 2026-08-27T00:37:58.021Z | Downloaded ciborium-io v0.2.2 |
| 505 | 2026-08-27T00:37:58.021Z | Downloaded async-recursion v1.1.1 |
| 506 | 2026-08-27T00:37:58.021Z | Downloaded erased-serde v0.3.31 |
| 507 | 2026-08-27T00:37:58.021Z | Downloaded futures-core v0.3.32 |
| 508 | 2026-08-27T00:37:58.021Z | Downloaded futures-sink v0.3.32 |
| 509 | 2026-08-27T00:37:58.021Z | Downloaded env_logger v0.11.11 |
| 510 | 2026-08-27T00:37:58.021Z | Downloaded fallible-iterator v0.2.0 |
| 511 | 2026-08-27T00:37:58.021Z | Downloaded find-msvc-tools v0.1.9 |
| 512 | 2026-08-27T00:37:58.021Z | Downloaded futures-executor v0.3.32 |
| 513 | 2026-08-27T00:37:58.021Z | Downloaded futures-io v0.3.32 |
| 514 | 2026-08-27T00:37:58.021Z | Downloaded allocator-api2 v0.2.21 |
| 515 | 2026-08-27T00:37:58.021Z | Downloaded backoff v0.4.0 |
| 516 | 2026-08-27T00:37:58.021Z | Downloaded bb8 v0.8.6 |
| 517 | 2026-08-27T00:37:58.021Z | Downloaded enum_dispatch v0.3.13 |
| 518 | 2026-08-27T00:37:58.021Z | Downloaded fs-err v2.11.0 |
| 519 | 2026-08-27T00:37:58.021Z | Downloaded foldhash v0.1.5 |
| 520 | 2026-08-27T00:37:58.021Z | Downloaded fs_extra v1.3.0 |
| 521 | 2026-08-27T00:37:58.021Z | Downloaded atomicwrites v0.4.4 |
| 522 | 2026-08-27T00:37:58.021Z | Downloaded bit-set v0.5.3 |
| 523 | 2026-08-27T00:37:58.025Z | Downloaded futures v0.3.32 |
| 524 | 2026-08-27T00:37:58.025Z | Downloaded gethostname v0.5.0 |
| 525 | 2026-08-27T00:37:58.025Z | Downloaded flagset v0.4.7 |
| 526 | 2026-08-27T00:37:58.025Z | Downloaded ascii-canvas v3.0.0 |
| 527 | 2026-08-27T00:37:58.025Z | Downloaded async-stream-impl v0.3.6 |
| 528 | 2026-08-27T00:37:58.025Z | Downloaded env_filter v2.0.0 |
| 529 | 2026-08-27T00:37:58.025Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 530 | 2026-08-27T00:37:58.029Z | Downloaded arc-swap v1.8.2 |
| 531 | 2026-08-27T00:37:58.029Z | Downloaded block-padding v0.4.2 |
| 532 | 2026-08-27T00:37:58.029Z | Downloaded foreign-types v0.5.0 |
| 533 | 2026-08-27T00:37:58.029Z | Downloaded funty v2.0.0 |
| 534 | 2026-08-27T00:37:58.029Z | Downloaded fixedbitset v0.4.2 |
| 535 | 2026-08-27T00:37:58.033Z | Downloaded cexpr v0.6.0 |
| 536 | 2026-08-27T00:37:58.033Z | Downloaded backon v1.6.0 |
| 537 | 2026-08-27T00:37:58.033Z | Downloaded assert_matches v1.5.0 |
| 538 | 2026-08-27T00:37:58.033Z | Downloaded cfg_aliases v0.1.1 |
| 539 | 2026-08-27T00:37:58.033Z | Downloaded block-buffer v0.12.1 |
| 540 | 2026-08-27T00:37:58.033Z | Downloaded bit-set v0.8.0 |
| 541 | 2026-08-27T00:37:58.038Z | Downloaded float-ord v0.3.2 |
| 542 | 2026-08-27T00:37:58.041Z | Downloaded compression-core v0.4.31 |
| 543 | 2026-08-27T00:37:58.041Z | Downloaded hash32 v0.3.1 |
| 544 | 2026-08-27T00:37:58.044Z | Downloaded hex v0.4.3 |
| 545 | 2026-08-27T00:37:58.047Z | Downloaded hex-literal v1.1.0 |
| 546 | 2026-08-27T00:37:58.054Z | Downloaded hubpack v0.1.2 |
| 547 | 2026-08-27T00:37:58.054Z | Downloaded castaway v0.2.4 |
| 548 | 2026-08-27T00:37:58.055Z | Downloaded hostname v0.3.1 |
| 549 | 2026-08-27T00:37:58.055Z | Downloaded foreign-types-shared v0.3.1 |
| 550 | 2026-08-27T00:37:58.055Z | Downloaded headers-core v0.3.0 |
| 551 | 2026-08-27T00:37:58.055Z | Downloaded httpdate v1.0.3 |
| 552 | 2026-08-27T00:37:58.055Z | Downloaded enum-as-inner v0.6.1 |
| 553 | 2026-08-27T00:37:58.059Z | Downloaded array-init v0.0.4 |
| 554 | 2026-08-27T00:37:58.059Z | Downloaded foreign-types-macros v0.2.3 |
| 555 | 2026-08-27T00:37:58.059Z | Downloaded cfg_aliases v0.2.1 |
| 556 | 2026-08-27T00:37:58.063Z | Downloaded http-body v1.0.1 |
| 557 | 2026-08-27T00:37:58.063Z | Downloaded opaque-debug v0.3.1 |
| 558 | 2026-08-27T00:37:58.068Z | Downloaded git-stub v1.0.0 |
| 559 | 2026-08-27T00:37:58.068Z | Downloaded cobs v0.3.0 |
| 560 | 2026-08-27T00:37:58.072Z | Downloaded hostname v0.4.2 |
| 561 | 2026-08-27T00:37:58.077Z | Downloaded nibble_vec v0.1.0 |
| 562 | 2026-08-27T00:37:58.080Z | Downloaded num-iter v0.1.45 |
| 563 | 2026-08-27T00:37:58.080Z | Downloaded globwalk v0.9.1 |
| 564 | 2026-08-27T00:37:58.080Z | Downloaded nodrop v0.1.14 |
| 565 | 2026-08-27T00:37:58.087Z | Downloaded anstream v0.6.21 |
| 566 | 2026-08-27T00:37:58.087Z | Downloaded bit-vec v0.8.0 |
| 567 | 2026-08-27T00:37:58.087Z | Downloaded ahash v0.8.12 |
| 568 | 2026-08-27T00:37:58.091Z | Downloaded home v0.5.12 |
| 569 | 2026-08-27T00:37:58.092Z | Downloaded hubpack_derive v0.1.1 |
| 570 | 2026-08-27T00:37:58.092Z | Downloaded chacha20 v0.9.1 |
| 571 | 2026-08-27T00:37:58.095Z | Downloaded num_threads v0.1.7 |
| 572 | 2026-08-27T00:37:58.095Z | Downloaded peg-runtime v0.8.5 |
| 573 | 2026-08-27T00:37:58.095Z | Downloaded powerfmt v0.2.0 |
| 574 | 2026-08-27T00:37:58.095Z | Downloaded proc-macro-crate v3.4.0 |
| 575 | 2026-08-27T00:37:58.102Z | Downloaded bcs v0.1.6 |
| 576 | 2026-08-27T00:37:58.103Z | Downloaded bitfield v0.19.4 |
| 577 | 2026-08-27T00:37:58.103Z | Downloaded cancel-safe-futures v0.1.5 |
| 578 | 2026-08-27T00:37:58.134Z | Downloaded cassowary v0.3.0 |
| 579 | 2026-08-27T00:37:58.134Z | Downloaded rand_chacha v0.3.1 |
| 580 | 2026-08-27T00:37:58.134Z | Downloaded phf_shared v0.13.1 |
| 581 | 2026-08-27T00:37:58.134Z | Downloaded proc-macro-crate v1.3.1 |
| 582 | 2026-08-27T00:37:58.134Z | Downloaded camino-tempfile-ext v0.3.3 |
| 583 | 2026-08-27T00:37:58.135Z | Downloaded ciborium-ll v0.2.2 |
| 584 | 2026-08-27T00:37:58.135Z | Downloaded foldhash v0.2.0 |
| 585 | 2026-08-27T00:37:58.135Z | Downloaded humantime v2.3.0 |
| 586 | 2026-08-27T00:37:58.135Z | Downloaded fixedbitset v0.5.7 |
| 587 | 2026-08-27T00:37:58.135Z | Downloaded hash32 v0.2.1 |
| 588 | 2026-08-27T00:37:58.135Z | Downloaded buf-list v1.1.2 |
| 589 | 2026-08-27T00:37:58.135Z | Downloaded bitflags v1.3.2 |
| 590 | 2026-08-27T00:37:58.135Z | Downloaded radium v0.7.0 |
| 591 | 2026-08-27T00:37:58.135Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 592 | 2026-08-27T00:37:58.135Z | Downloaded expectorate v1.2.0 |
| 593 | 2026-08-27T00:37:58.135Z | Downloaded scopeguard v1.2.0 |
| 594 | 2026-08-27T00:37:58.135Z | Downloaded async-trait v0.1.89 |
| 595 | 2026-08-27T00:37:58.139Z | Downloaded ref-cast v1.0.25 |
| 596 | 2026-08-27T00:37:58.139Z | Downloaded signature v2.2.0 |
| 597 | 2026-08-27T00:37:58.139Z | Downloaded rfc6979 v0.4.0 |
| 598 | 2026-08-27T00:37:58.139Z | Downloaded cipher v0.5.2 |
| 599 | 2026-08-27T00:37:58.139Z | Downloaded compression-codecs v0.4.37 |
| 600 | 2026-08-27T00:37:58.139Z | Downloaded byte-wrapper v0.1.0 |
| 601 | 2026-08-27T00:37:58.143Z | Downloaded cipher v0.4.4 |
| 602 | 2026-08-27T00:37:58.143Z | Downloaded bit-vec v0.6.3 |
| 603 | 2026-08-27T00:37:58.143Z | Downloaded normalize-line-endings v0.3.0 |
| 604 | 2026-08-27T00:37:58.144Z | Downloaded seq-macro v0.3.6 |
| 605 | 2026-08-27T00:37:58.144Z | Downloaded stable_deref_trait v1.2.1 |
| 606 | 2026-08-27T00:37:58.150Z | Downloaded num-integer v0.1.46 |
| 607 | 2026-08-27T00:37:58.150Z | Downloaded blowfish v0.10.0 |
| 608 | 2026-08-27T00:37:58.150Z | Downloaded sha1 v0.10.6 |
| 609 | 2026-08-27T00:37:58.150Z | Downloaded ff v0.13.1 |
| 610 | 2026-08-27T00:37:58.154Z | Downloaded strsim v0.10.0 |
| 611 | 2026-08-27T00:37:58.154Z | Downloaded supports-unicode v3.0.0 |
| 612 | 2026-08-27T00:37:58.154Z | Downloaded ar_archive_writer v0.5.1 |
| 613 | 2026-08-27T00:37:58.154Z | Downloaded async-bb8-diesel v0.2.1 |
| 614 | 2026-08-27T00:37:58.154Z | Downloaded anstyle-parse v0.2.7 |
| 615 | 2026-08-27T00:37:58.154Z | Downloaded ciborium v0.2.2 |
| 616 | 2026-08-27T00:37:58.154Z | Downloaded cmov v0.5.4 |
| 617 | 2026-08-27T00:37:58.158Z | Downloaded serde_plain v1.0.2 |
| 618 | 2026-08-27T00:37:58.158Z | Downloaded group v0.14.0 |
| 619 | 2026-08-27T00:37:58.158Z | Downloaded highway v1.3.0 |
| 620 | 2026-08-27T00:37:58.161Z | Downloaded globset v0.4.18 |
| 621 | 2026-08-27T00:37:58.161Z | Downloaded pbkdf2 v0.13.0 |
| 622 | 2026-08-27T00:37:58.171Z | Downloaded oxide-generation v0.1.3 |
| 623 | 2026-08-27T00:37:58.171Z | Downloaded password-hash v0.5.0 |
| 624 | 2026-08-27T00:37:58.171Z | Downloaded group v0.13.0 |
| 625 | 2026-08-27T00:37:58.171Z | Downloaded oxnet v0.1.6 |
| 626 | 2026-08-27T00:37:58.171Z | Downloaded git-stub-vcs v0.1.0 |
| 627 | 2026-08-27T00:37:58.171Z | Downloaded http-body-util v0.1.3 |
| 628 | 2026-08-27T00:37:58.171Z | Downloaded ppv-lite86 v0.2.21 |
| 629 | 2026-08-27T00:37:58.171Z | Downloaded slog-envlogger v2.2.0 |
| 630 | 2026-08-27T00:37:58.176Z | Downloaded tokio-macros v2.7.0 |
| 631 | 2026-08-27T00:37:58.176Z | Downloaded take_mut v0.2.2 |
| 632 | 2026-08-27T00:37:58.180Z | Downloaded bzip2 v0.4.4 |
| 633 | 2026-08-27T00:37:58.180Z | Downloaded phc v0.6.1 |
| 634 | 2026-08-27T00:37:58.180Z | Downloaded console v0.16.2 |
| 635 | 2026-08-27T00:37:58.186Z | Downloaded blake2 v0.11.0-rc.6 |
| 636 | 2026-08-27T00:37:58.186Z | Downloaded futures-channel v0.3.32 |
| 637 | 2026-08-27T00:37:58.186Z | Downloaded hyper-rustls v0.27.7 |
| 638 | 2026-08-27T00:37:58.191Z | Downloaded polyval v0.7.1 |
| 639 | 2026-08-27T00:37:58.191Z | Downloaded blake2 v0.10.6 |
| 640 | 2026-08-27T00:37:58.191Z | Downloaded hmac v0.13.0 |
| 641 | 2026-08-27T00:37:58.191Z | Downloaded ff v0.14.0 |
| 642 | 2026-08-27T00:37:58.191Z | Downloaded hybrid-array v0.4.13 |
| 643 | 2026-08-27T00:37:58.191Z | Downloaded unit-prefix v0.5.2 |
| 644 | 2026-08-27T00:37:58.196Z | Downloaded usdt v0.6.0 |
| 645 | 2026-08-27T00:37:58.196Z | Downloaded half v1.8.3 |
| 646 | 2026-08-27T00:37:58.199Z | Downloaded generic-array v1.4.3 |
| 647 | 2026-08-27T00:37:58.199Z | Downloaded unarray v0.1.4 |
| 648 | 2026-08-27T00:37:58.209Z | Downloaded rand_chacha v0.9.0 |
| 649 | 2026-08-27T00:37:58.209Z | Downloaded ref-cast-impl v1.0.25 |
| 650 | 2026-08-27T00:37:58.209Z | Downloaded rustls-native-certs v0.8.3 |
| 651 | 2026-08-27T00:37:58.209Z | Downloaded serde_with_macros v1.5.2 |
| 652 | 2026-08-27T00:37:58.209Z | Downloaded rpassword v7.5.4 |
| 653 | 2026-08-27T00:37:58.209Z | Downloaded chacha20 v0.10.0 |
| 654 | 2026-08-27T00:37:58.209Z | Downloaded sec1 v0.7.3 |
| 655 | 2026-08-27T00:37:58.212Z | Downloaded utf-8 v0.7.6 |
| 656 | 2026-08-27T00:37:58.212Z | Downloaded utf8_iter v1.0.4 |
| 657 | 2026-08-27T00:37:58.216Z | Downloaded want v0.3.1 |
| 658 | 2026-08-27T00:37:58.216Z | Downloaded crc-catalog v2.4.0 |
| 659 | 2026-08-27T00:37:58.216Z | Downloaded crunchy v0.2.4 |
| 660 | 2026-08-27T00:37:58.221Z | Downloaded filetime v0.2.27 |
| 661 | 2026-08-27T00:37:58.221Z | Downloaded colored v2.2.0 |
| 662 | 2026-08-27T00:37:58.226Z | Downloaded bzip2 v0.6.1 |
| 663 | 2026-08-27T00:37:58.226Z | Downloaded const-oid v0.9.6 |
| 664 | 2026-08-27T00:37:58.226Z | Downloaded spki v0.8.0 |
| 665 | 2026-08-27T00:37:58.230Z | Downloaded serde_path_to_error v0.1.20 |
| 666 | 2026-08-27T00:37:58.230Z | Downloaded hmac v0.12.1 |
| 667 | 2026-08-27T00:37:58.231Z | Downloaded xshell-macros v0.2.7 |
| 668 | 2026-08-27T00:37:58.235Z | Downloaded convert_case v0.4.0 |
| 669 | 2026-08-27T00:37:58.235Z | Downloaded zone_cfg_derive v0.3.1 |
| 670 | 2026-08-27T00:37:58.235Z | Downloaded poly1305 v0.9.0 |
| 671 | 2026-08-27T00:37:58.238Z | Downloaded strum_macros v0.24.3 |
| 672 | 2026-08-27T00:37:58.238Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 673 | 2026-08-27T00:37:58.246Z | Downloaded termios v0.3.3 |
| 674 | 2026-08-27T00:37:58.246Z | Downloaded defmt-parser v1.0.0 |
| 675 | 2026-08-27T00:37:58.246Z | Downloaded sqlparser_derive v0.5.0 |
| 676 | 2026-08-27T00:37:58.246Z | Downloaded string_cache v0.8.9 |
| 677 | 2026-08-27T00:37:58.249Z | Downloaded pkcs8 v0.11.0 |
| 678 | 2026-08-27T00:37:58.254Z | Downloaded httparse v1.10.1 |
| 679 | 2026-08-27T00:37:58.254Z | Downloaded darling_macro v0.20.11 |
| 680 | 2026-08-27T00:37:58.255Z | Downloaded debug-ignore v1.0.5 |
| 681 | 2026-08-27T00:37:58.255Z | Downloaded difflib v0.4.0 |
| 682 | 2026-08-27T00:37:58.259Z | Downloaded synstructure v0.13.2 |
| 683 | 2026-08-27T00:37:58.259Z | Downloaded tls_codec v0.4.2 |
| 684 | 2026-08-27T00:37:58.259Z | Downloaded flume v0.11.1 |
| 685 | 2026-08-27T00:37:58.259Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 686 | 2026-08-27T00:37:58.260Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 687 | 2026-08-27T00:37:58.264Z | Downloaded cbc v0.2.1 |
| 688 | 2026-08-27T00:37:58.264Z | Downloaded ident_case v1.0.1 |
| 689 | 2026-08-27T00:37:58.268Z | Downloaded tui-tree-widget v0.23.1 |
| 690 | 2026-08-27T00:37:58.268Z | Downloaded getrandom v0.2.17 |
| 691 | 2026-08-27T00:37:58.277Z | Downloaded vergen-lib v0.1.6 |
| 692 | 2026-08-27T00:37:58.283Z | Downloaded inout v0.1.4 |
| 693 | 2026-08-27T00:37:58.287Z | Downloaded whoami v1.6.1 |
| 694 | 2026-08-27T00:37:58.288Z | Downloaded wyz v0.5.1 |
| 695 | 2026-08-27T00:37:58.288Z | Downloaded maybe-uninit v2.0.0 |
| 696 | 2026-08-27T00:37:58.288Z | Downloaded multimap v0.10.1 |
| 697 | 2026-08-27T00:37:58.294Z | Downloaded yoke v0.8.1 |
| 698 | 2026-08-27T00:37:58.309Z | Downloaded fatfs v0.3.6 |
| 699 | 2026-08-27T00:37:58.314Z | Downloaded half v2.7.1 |
| 700 | 2026-08-27T00:37:58.314Z | Downloaded colored v3.1.1 |
| 701 | 2026-08-27T00:37:58.314Z | Downloaded console v0.15.11 |
| 702 | 2026-08-27T00:37:58.314Z | Downloaded oxide-update-engine-types v0.1.2 |
| 703 | 2026-08-27T00:37:58.314Z | Downloaded clang-sys v1.8.1 |
| 704 | 2026-08-27T00:37:58.314Z | Downloaded elliptic-curve v0.14.1 |
| 705 | 2026-08-27T00:37:58.321Z | Downloaded newline-converter v0.3.0 |
| 706 | 2026-08-27T00:37:58.321Z | Downloaded parking_lot_core v0.9.12 |
| 707 | 2026-08-27T00:37:58.321Z | Downloaded omicron-zone-package v0.12.3 |
| 708 | 2026-08-27T00:37:58.321Z | Downloaded term v0.7.0 |
| 709 | 2026-08-27T00:37:58.321Z | Downloaded term v1.2.1 |
| 710 | 2026-08-27T00:37:58.331Z | Downloaded slog-stdlog v4.1.1 |
| 711 | 2026-08-27T00:37:58.331Z | Downloaded openssl-probe v0.1.6 |
| 712 | 2026-08-27T00:37:58.331Z | Downloaded parse-display v0.10.0 |
| 713 | 2026-08-27T00:37:58.331Z | Downloaded oso v0.27.3 |
| 714 | 2026-08-27T00:37:58.331Z | Downloaded papergrid v0.18.0 |
| 715 | 2026-08-27T00:37:58.337Z | Downloaded csv-core v0.1.13 |
| 716 | 2026-08-27T00:37:58.337Z | Downloaded delegate v0.13.5 |
| 717 | 2026-08-27T00:37:58.337Z | Downloaded diesel-dtrace v0.5.0 |
| 718 | 2026-08-27T00:37:58.337Z | Downloaded heapless v0.7.17 |
| 719 | 2026-08-27T00:37:58.337Z | Downloaded heapless v0.8.0 |
| 720 | 2026-08-27T00:37:58.346Z | Downloaded progenitor-client v0.14.0 |
| 721 | 2026-08-27T00:37:58.346Z | Downloaded rand_pcg v0.10.2 |
| 722 | 2026-08-27T00:37:58.346Z | Downloaded flate2 v1.1.9 |
| 723 | 2026-08-27T00:37:58.346Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 724 | 2026-08-27T00:37:58.355Z | Downloaded jobserver v0.1.34 |
| 725 | 2026-08-27T00:37:58.355Z | Downloaded pin-project v1.1.11 |
| 726 | 2026-08-27T00:37:58.355Z | Downloaded tokio-stream v0.1.18 |
| 727 | 2026-08-27T00:37:58.355Z | Downloaded linear-map v1.2.0 |
| 728 | 2026-08-27T00:37:58.362Z | Downloaded compact_str v0.8.1 |
| 729 | 2026-08-27T00:37:58.363Z | Downloaded schemars v0.8.22 |
| 730 | 2026-08-27T00:37:58.367Z | Downloaded lock_api v0.4.14 |
| 731 | 2026-08-27T00:37:58.367Z | Downloaded russh-util v0.52.0 |
| 732 | 2026-08-27T00:37:58.367Z | Downloaded sapling-renderdag v0.1.0 |
| 733 | 2026-08-27T00:37:58.367Z | Downloaded serde-big-array v0.5.1 |
| 734 | 2026-08-27T00:37:58.367Z | Downloaded tracing-attributes v0.1.31 |
| 735 | 2026-08-27T00:37:58.372Z | Downloaded unicode-properties v0.1.4 |
| 736 | 2026-08-27T00:37:58.372Z | Downloaded displaydoc v0.2.5 |
| 737 | 2026-08-27T00:37:58.376Z | Downloaded either v1.15.0 |
| 738 | 2026-08-27T00:37:58.376Z | Downloaded inout v0.2.2 |
| 739 | 2026-08-27T00:37:58.376Z | Downloaded similar v2.7.0 |
| 740 | 2026-08-27T00:37:58.376Z | Downloaded ingot-types v0.2.0 |
| 741 | 2026-08-27T00:37:58.381Z | Downloaded rustc_version v0.4.1 |
| 742 | 2026-08-27T00:37:58.381Z | Downloaded serde_urlencoded v0.7.1 |
| 743 | 2026-08-27T00:37:58.381Z | Downloaded signature v3.0.0 |
| 744 | 2026-08-27T00:37:58.381Z | Downloaded sigpipe v0.1.3 |
| 745 | 2026-08-27T00:37:58.381Z | Downloaded base64 v0.21.7 |
| 746 | 2026-08-27T00:37:58.385Z | Downloaded num-rational v0.4.2 |
| 747 | 2026-08-27T00:37:58.385Z | Downloaded owo-colors v4.3.0 |
| 748 | 2026-08-27T00:37:58.385Z | Downloaded signal-hook-mio v0.2.5 |
| 749 | 2026-08-27T00:37:58.385Z | Downloaded yasna v0.5.2 |
| 750 | 2026-08-27T00:37:58.389Z | Downloaded libloading v0.8.9 |
| 751 | 2026-08-27T00:37:58.389Z | Downloaded sponge-cursor v0.1.0 |
| 752 | 2026-08-27T00:37:58.389Z | Downloaded subprocess v0.2.15 |
| 753 | 2026-08-27T00:37:58.396Z | Downloaded chacha20poly1305 v0.10.1 |
| 754 | 2026-08-27T00:37:58.396Z | Downloaded chumsky v0.9.3 |
| 755 | 2026-08-27T00:37:58.400Z | Downloaded headers v0.4.1 |
| 756 | 2026-08-27T00:37:58.400Z | Downloaded base64 v0.22.1 |
| 757 | 2026-08-27T00:37:58.400Z | Downloaded bytes v1.11.1 |
| 758 | 2026-08-27T00:37:58.400Z | Downloaded structmeta-derive v0.3.0 |
| 759 | 2026-08-27T00:37:58.403Z | Downloaded async-compression v0.4.41 |
| 760 | 2026-08-27T00:37:58.407Z | Downloaded backtrace v0.3.76 |
| 761 | 2026-08-27T00:37:58.412Z | Downloaded darling v0.20.11 |
| 762 | 2026-08-27T00:37:58.412Z | Downloaded pem-rfc7468 v1.0.0 |
| 763 | 2026-08-27T00:37:58.416Z | Downloaded num v0.4.3 |
| 764 | 2026-08-27T00:37:58.416Z | Downloaded convert_case v0.10.0 |
| 765 | 2026-08-27T00:37:58.416Z | Downloaded phf v0.12.1 |
| 766 | 2026-08-27T00:37:58.416Z | Downloaded time-core v0.1.8 |
| 767 | 2026-08-27T00:37:58.416Z | Downloaded hickory-resolver v0.24.4 |
| 768 | 2026-08-27T00:37:58.420Z | Downloaded postgres-protocol v0.6.10 |
| 769 | 2026-08-27T00:37:58.420Z | Downloaded ecdsa v0.17.0 |
| 770 | 2026-08-27T00:37:58.420Z | Downloaded pin-project-lite v0.2.17 |
| 771 | 2026-08-27T00:37:58.424Z | Downloaded proc-macro-error2 v2.0.1 |
| 772 | 2026-08-27T00:37:58.427Z | Downloaded progenitor-extras v0.2.0 |
| 773 | 2026-08-27T00:37:58.427Z | Downloaded parking_lot_core v0.8.6 |
| 774 | 2026-08-27T00:37:58.427Z | Downloaded predicates v3.1.4 |
| 775 | 2026-08-27T00:37:58.435Z | Downloaded tokio-test v0.4.5 |
| 776 | 2026-08-27T00:37:58.435Z | Downloaded r2d2 v0.8.10 |
| 777 | 2026-08-27T00:37:58.435Z | Downloaded try-lock v0.2.5 |
| 778 | 2026-08-27T00:37:58.435Z | Downloaded serde_derive_internals v0.29.1 |
| 779 | 2026-08-27T00:37:58.435Z | Downloaded prettyplease v0.2.37 |
| 780 | 2026-08-27T00:37:58.435Z | Downloaded trait-variant v0.1.2 |
| 781 | 2026-08-27T00:37:58.435Z | Downloaded unicode-xid v0.2.6 |
| 782 | 2026-08-27T00:37:58.435Z | Downloaded progenitor-impl v0.13.0 |
| 783 | 2026-08-27T00:37:58.444Z | Downloaded wait-timeout v0.2.1 |
| 784 | 2026-08-27T00:37:58.450Z | Downloaded yoke-derive v0.8.1 |
| 785 | 2026-08-27T00:37:58.450Z | Downloaded crc8 v0.1.1 |
| 786 | 2026-08-27T00:37:58.450Z | Downloaded rayon-core v1.13.0 |
| 787 | 2026-08-27T00:37:58.450Z | Downloaded schemars_derive v0.8.22 |
| 788 | 2026-08-27T00:37:58.482Z | Downloaded scuffle v0.1.0 |
| 789 | 2026-08-27T00:37:58.482Z | Downloaded usdt-attr-macro v0.6.0 |
| 790 | 2026-08-27T00:37:58.482Z | Downloaded zeroize_derive v1.5.0 |
| 791 | 2026-08-27T00:37:58.482Z | Downloaded crc-any v2.5.0 |
| 792 | 2026-08-27T00:37:58.482Z | Downloaded crossbeam-utils v0.8.21 |
| 793 | 2026-08-27T00:37:58.482Z | Downloaded memmap2 v0.9.10 |
| 794 | 2026-08-27T00:37:58.482Z | Downloaded ml-kem v0.3.2 |
| 795 | 2026-08-27T00:37:58.482Z | Downloaded cpubits v0.1.1 |
| 796 | 2026-08-27T00:37:58.482Z | Downloaded oxide-update-engine-display v0.1.2 |
| 797 | 2026-08-27T00:37:58.483Z | Downloaded defmt v0.3.100 |
| 798 | 2026-08-27T00:37:58.483Z | Downloaded ssh-cipher v0.3.0 |
| 799 | 2026-08-27T00:37:58.483Z | Downloaded strum_macros v0.26.4 |
| 800 | 2026-08-27T00:37:58.483Z | Downloaded ssh-encoding v0.3.0 |
| 801 | 2026-08-27T00:37:58.483Z | Downloaded simd-adler32 v0.3.8 |
| 802 | 2026-08-27T00:37:58.483Z | Downloaded cc v1.2.56 |
| 803 | 2026-08-27T00:37:58.483Z | Downloaded mime_guess v2.0.5 |
| 804 | 2026-08-27T00:37:58.483Z | Downloaded supports-hyperlinks v3.2.0 |
| 805 | 2026-08-27T00:37:58.483Z | Downloaded smf v0.2.3 |
| 806 | 2026-08-27T00:37:58.483Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 807 | 2026-08-27T00:37:58.483Z | Downloaded derive_builder v0.20.2 |
| 808 | 2026-08-27T00:37:58.483Z | Downloaded dof v0.4.0 |
| 809 | 2026-08-27T00:37:58.483Z | Downloaded embedded-io v0.4.0 |
| 810 | 2026-08-27T00:37:58.483Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 811 | 2026-08-27T00:37:58.483Z | Downloaded publicsuffix v2.3.0 |
| 812 | 2026-08-27T00:37:58.515Z | Downloaded pin-project-internal v1.1.11 |
| 813 | 2026-08-27T00:37:58.515Z | Downloaded zopfli v0.8.3 |
| 814 | 2026-08-27T00:37:58.515Z | Downloaded time-macros v0.2.27 |
| 815 | 2026-08-27T00:37:58.515Z | Downloaded parking_lot v0.12.5 |
| 816 | 2026-08-27T00:37:58.515Z | Downloaded dirs-next v2.0.0 |
| 817 | 2026-08-27T00:37:58.515Z | Downloaded diff v0.1.13 |
| 818 | 2026-08-27T00:37:58.516Z | Downloaded unicode-truncate v1.1.0 |
| 819 | 2026-08-27T00:37:58.516Z | Downloaded internet-checksum v0.2.1 |
| 820 | 2026-08-27T00:37:58.516Z | Downloaded quinn-udp v0.5.14 |
| 821 | 2026-08-27T00:37:58.516Z | Downloaded is-terminal v0.4.17 |
| 822 | 2026-08-27T00:37:58.516Z | Downloaded keccak v0.1.6 |
| 823 | 2026-08-27T00:37:58.516Z | Downloaded tokio-dtrace v0.1.1 |
| 824 | 2026-08-27T00:37:58.516Z | Downloaded managed v0.8.0 |
| 825 | 2026-08-27T00:37:58.516Z | Downloaded unicase v2.9.0 |
| 826 | 2026-08-27T00:37:58.516Z | Downloaded usdt-impl v0.6.0 |
| 827 | 2026-08-27T00:37:58.516Z | Downloaded vsss-rs v3.3.4 |
| 828 | 2026-08-27T00:37:58.516Z | Downloaded constant_time_eq v0.4.2 |
| 829 | 2026-08-27T00:37:58.516Z | Downloaded lzss v0.8.2 |
| 830 | 2026-08-27T00:37:58.516Z | Downloaded vte v0.14.1 |
| 831 | 2026-08-27T00:37:58.516Z | Downloaded litrs v1.0.0 |
| 832 | 2026-08-27T00:37:58.516Z | Downloaded icu_provider v2.1.1 |
| 833 | 2026-08-27T00:37:58.535Z | Downloaded samael v0.0.19 |
| 834 | 2026-08-27T00:37:58.536Z | Downloaded zip v0.6.6 |
| 835 | 2026-08-27T00:37:58.536Z | Downloaded sec1 v0.8.1 |
| 836 | 2026-08-27T00:37:58.536Z | Downloaded vergen-gitcl v1.0.8 |
| 837 | 2026-08-27T00:37:58.536Z | Downloaded num-traits v0.2.19 |
| 838 | 2026-08-27T00:37:58.536Z | Downloaded writeable v0.6.2 |
| 839 | 2026-08-27T00:37:58.541Z | Downloaded xshell v0.2.7 |
| 840 | 2026-08-27T00:37:58.541Z | Downloaded zstd-safe v7.2.4 |
| 841 | 2026-08-27T00:37:58.541Z | Downloaded olpc-cjson v0.1.4 |
| 842 | 2026-08-27T00:37:58.541Z | Downloaded openssl-probe v0.2.1 |
| 843 | 2026-08-27T00:37:58.541Z | Downloaded path-slash v0.1.5 |
| 844 | 2026-08-27T00:37:58.541Z | Downloaded progenitor-macro v0.14.0 |
| 845 | 2026-08-27T00:37:58.541Z | Downloaded quinn v0.11.11 |
| 846 | 2026-08-27T00:37:58.541Z | Downloaded rsa v0.9.10 |
| 847 | 2026-08-27T00:37:58.541Z | Downloaded yansi v1.0.1 |
| 848 | 2026-08-27T00:37:58.541Z | Downloaded recursive v0.1.1 |
| 849 | 2026-08-27T00:37:58.541Z | Downloaded rfc6979 v0.6.0 |
| 850 | 2026-08-27T00:37:58.541Z | Downloaded rand_xorshift v0.4.0 |
| 851 | 2026-08-27T00:37:58.541Z | Downloaded bumpalo v3.20.2 |
| 852 | 2026-08-27T00:37:58.541Z | Downloaded hashbrown v0.13.2 |
| 853 | 2026-08-27T00:37:58.541Z | Downloaded smallvec v1.15.1 |
| 854 | 2026-08-27T00:37:58.541Z | Downloaded darling_core v0.20.11 |
| 855 | 2026-08-27T00:37:58.541Z | Downloaded hickory-server v0.25.2 |
| 856 | 2026-08-27T00:37:58.550Z | Downloaded russh-cryptovec v0.62.0 |
| 857 | 2026-08-27T00:37:58.550Z | Downloaded same-file v1.0.6 |
| 858 | 2026-08-27T00:37:58.550Z | Downloaded hickory-resolver v0.25.2 |
| 859 | 2026-08-27T00:37:58.550Z | Downloaded data-encoding v2.10.0 |
| 860 | 2026-08-27T00:37:58.550Z | Downloaded derive-ex v0.1.8 |
| 861 | 2026-08-27T00:37:58.550Z | Downloaded dsl_auto_type v0.2.0 |
| 862 | 2026-08-27T00:37:58.550Z | Downloaded rustc_version v0.1.7 |
| 863 | 2026-08-27T00:37:58.550Z | Downloaded secrecy v0.10.3 |
| 864 | 2026-08-27T00:37:58.551Z | Downloaded http v1.4.2 |
| 865 | 2026-08-27T00:37:58.551Z | Downloaded strum v0.26.3 |
| 866 | 2026-08-27T00:37:58.557Z | Downloaded pkcs1 v0.7.5 |
| 867 | 2026-08-27T00:37:58.557Z | Downloaded hashbrown v0.12.3 |
| 868 | 2026-08-27T00:37:58.562Z | Downloaded semver v0.1.20 |
| 869 | 2026-08-27T00:37:58.562Z | Downloaded thread-id v5.1.0 |
| 870 | 2026-08-27T00:37:58.583Z | Downloaded termtree v0.5.1 |
| 871 | 2026-08-27T00:37:58.583Z | Downloaded icu_normalizer v2.1.1 |
| 872 | 2026-08-27T00:37:58.583Z | Downloaded keccak v0.2.0 |
| 873 | 2026-08-27T00:37:58.587Z | Downloaded nanorand v0.7.0 |
| 874 | 2026-08-27T00:37:58.587Z | Downloaded native-tls v0.2.18 |
| 875 | 2026-08-27T00:37:58.587Z | Downloaded libefi-sys v0.1.0 |
| 876 | 2026-08-27T00:37:58.587Z | Downloaded topological-sort v0.2.2 |
| 877 | 2026-08-27T00:37:58.587Z | Downloaded ron v0.8.1 |
| 878 | 2026-08-27T00:37:58.587Z | Downloaded universal-hash v0.5.1 |
| 879 | 2026-08-27T00:37:58.587Z | Downloaded void v1.0.2 |
| 880 | 2026-08-27T00:37:58.587Z | Downloaded crossbeam-epoch v0.9.18 |
| 881 | 2026-08-27T00:37:58.587Z | Downloaded knus v3.4.0 |
| 882 | 2026-08-27T00:37:58.587Z | Downloaded miette-derive v7.6.0 |
| 883 | 2026-08-27T00:37:58.593Z | Downloaded phf v0.13.1 |
| 884 | 2026-08-27T00:37:58.593Z | Downloaded poly1305 v0.8.0 |
| 885 | 2026-08-27T00:37:58.593Z | Downloaded predicates-tree v1.0.13 |
| 886 | 2026-08-27T00:37:58.601Z | Downloaded progenitor v0.13.0 |
| 887 | 2026-08-27T00:37:58.601Z | Downloaded rsa v0.10.0-rc.18 |
| 888 | 2026-08-27T00:37:58.601Z | Downloaded pem v3.0.6 |
| 889 | 2026-08-27T00:37:58.601Z | Downloaded primeorder v0.14.0 |
| 890 | 2026-08-27T00:37:58.601Z | Downloaded untrusted v0.9.0 |
| 891 | 2026-08-27T00:37:58.607Z | Downloaded darling v0.21.3 |
| 892 | 2026-08-27T00:37:58.607Z | Downloaded wnaf v0.14.0 |
| 893 | 2026-08-27T00:37:58.607Z | Downloaded zerofrom-derive v0.1.6 |
| 894 | 2026-08-27T00:37:58.607Z | Downloaded crypto-common v0.2.2 |
| 895 | 2026-08-27T00:37:58.607Z | Downloaded scroll v0.13.0 |
| 896 | 2026-08-27T00:37:58.613Z | Downloaded p384 v0.14.0 |
| 897 | 2026-08-27T00:37:58.620Z | Downloaded derive_builder_macro v0.20.2 |
| 898 | 2026-08-27T00:37:58.623Z | Downloaded rustls-pemfile v2.2.0 |
| 899 | 2026-08-27T00:37:58.623Z | Downloaded hyper-tls v0.6.0 |
| 900 | 2026-08-27T00:37:58.623Z | Downloaded slog-bunyan v2.5.0 |
| 901 | 2026-08-27T00:37:58.627Z | Downloaded bindgen v0.71.1 |
| 902 | 2026-08-27T00:37:58.630Z | Downloaded illumos-nvpair v0.3.0 |
| 903 | 2026-08-27T00:37:58.630Z | Downloaded slab v0.4.12 |
| 904 | 2026-08-27T00:37:58.630Z | Downloaded dtrace-parser v0.3.0 |
| 905 | 2026-08-27T00:37:58.630Z | Downloaded instant v0.1.13 |
| 906 | 2026-08-27T00:37:58.630Z | Downloaded slog-async v2.8.0 |
| 907 | 2026-08-27T00:37:58.630Z | Downloaded support-bundle-viewer v0.1.2 |
| 908 | 2026-08-27T00:37:58.635Z | Downloaded ingot-macros v0.2.0 |
| 909 | 2026-08-27T00:37:58.639Z | Downloaded litemap v0.8.1 |
| 910 | 2026-08-27T00:37:58.639Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 911 | 2026-08-27T00:37:58.644Z | Downloaded pretty_assertions v1.4.1 |
| 912 | 2026-08-27T00:37:58.647Z | Downloaded num_enum v0.7.6 |
| 913 | 2026-08-27T00:37:58.647Z | Downloaded progenitor-macro v0.13.0 |
| 914 | 2026-08-27T00:37:58.647Z | Downloaded newtype_derive v0.1.6 |
| 915 | 2026-08-27T00:37:58.652Z | Downloaded kstat-rs v0.2.5 |
| 916 | 2026-08-27T00:37:58.652Z | Downloaded scroll_derive v0.13.1 |
| 917 | 2026-08-27T00:37:58.652Z | Downloaded lru-slab v0.1.2 |
| 918 | 2026-08-27T00:37:58.652Z | Downloaded maplit v1.0.2 |
| 919 | 2026-08-27T00:37:58.652Z | Downloaded rustyline v14.0.0 |
| 920 | 2026-08-27T00:37:58.655Z | Downloaded newtype-uuid-macros v0.1.0 |
| 921 | 2026-08-27T00:37:58.655Z | Downloaded num-derive v0.4.2 |
| 922 | 2026-08-27T00:37:58.655Z | Downloaded precomputed-hash v0.1.1 |
| 923 | 2026-08-27T00:37:58.655Z | Downloaded quick-error v1.2.3 |
| 924 | 2026-08-27T00:37:58.659Z | Downloaded tokio-native-tls v0.3.1 |
| 925 | 2026-08-27T00:37:58.659Z | Downloaded tokio-tungstenite v0.21.0 |
| 926 | 2026-08-27T00:37:58.659Z | Downloaded parking_lot v0.11.2 |
| 927 | 2026-08-27T00:37:58.662Z | Downloaded unicode_categories v0.1.1 |
| 928 | 2026-08-27T00:37:58.667Z | Downloaded darling_macro v0.21.3 |
| 929 | 2026-08-27T00:37:58.667Z | Downloaded serde_bytes v0.11.19 |
| 930 | 2026-08-27T00:37:58.671Z | Downloaded derive_builder_core v0.20.2 |
| 931 | 2026-08-27T00:37:58.676Z | Downloaded ryu v1.0.23 |
| 932 | 2026-08-27T00:37:58.681Z | Downloaded vergen-lib v9.1.0 |
| 933 | 2026-08-27T00:37:58.681Z | Downloaded shell-words v1.1.1 |
| 934 | 2026-08-27T00:37:58.685Z | Downloaded aes v0.9.1 |
| 935 | 2026-08-27T00:37:58.689Z | Downloaded dropshot_endpoint v0.17.1 |
| 936 | 2026-08-27T00:37:58.689Z | Downloaded serde_with_macros v3.21.0 |
| 937 | 2026-08-27T00:37:58.692Z | Downloaded zerovec-derive v0.11.2 |
| 938 | 2026-08-27T00:37:58.692Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 939 | 2026-08-27T00:37:58.692Z | Downloaded tap v1.0.1 |
| 940 | 2026-08-27T00:37:58.698Z | Downloaded daft v0.1.8 |
| 941 | 2026-08-27T00:37:58.701Z | Downloaded num-bigint-dig v0.8.6 |
| 942 | 2026-08-27T00:37:58.706Z | Downloaded qorb v0.4.1 |
| 943 | 2026-08-27T00:37:58.706Z | Downloaded rand v0.10.1 |
| 944 | 2026-08-27T00:37:58.711Z | Downloaded ed25519 v3.0.0 |
| 945 | 2026-08-27T00:37:58.711Z | Downloaded strum v0.27.2 |
| 946 | 2026-08-27T00:37:58.711Z | Downloaded sync-ptr v0.1.4 |
| 947 | 2026-08-27T00:37:58.715Z | Downloaded port-file v0.1.0 |
| 948 | 2026-08-27T00:37:58.715Z | Downloaded typify-macro v0.6.2 |
| 949 | 2026-08-27T00:37:58.719Z | Downloaded zerofrom v0.1.6 |
| 950 | 2026-08-27T00:37:58.723Z | Downloaded darling_macro v0.23.0 |
| 951 | 2026-08-27T00:37:58.723Z | Downloaded rand_core v0.6.4 |
| 952 | 2026-08-27T00:37:58.723Z | Downloaded rand_core v0.9.5 |
| 953 | 2026-08-27T00:37:58.723Z | Downloaded rustversion v1.0.22 |
| 954 | 2026-08-27T00:37:58.732Z | Downloaded derive_more v2.1.1 |
| 955 | 2026-08-27T00:37:58.736Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 956 | 2026-08-27T00:37:58.736Z | Downloaded postcard v1.1.3 |
| 957 | 2026-08-27T00:37:58.737Z | Downloaded knus-derive v3.4.0 |
| 958 | 2026-08-27T00:37:58.741Z | Downloaded lru-cache v0.1.2 |
| 959 | 2026-08-27T00:37:58.742Z | Downloaded digest-io v0.1.0 |
| 960 | 2026-08-27T00:37:58.742Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 961 | 2026-08-27T00:37:58.742Z | Downloaded parse-display-derive v0.10.0 |
| 962 | 2026-08-27T00:37:58.742Z | Downloaded primeorder v0.13.6 |
| 963 | 2026-08-27T00:37:58.742Z | Downloaded tower v0.5.3 |
| 964 | 2026-08-27T00:37:58.746Z | Downloaded hashbrown v0.14.5 |
| 965 | 2026-08-27T00:37:58.751Z | Downloaded hashbrown v0.16.1 |
| 966 | 2026-08-27T00:37:58.751Z | Downloaded hyper-util v0.1.20 |
| 967 | 2026-08-27T00:37:58.755Z | Downloaded linked-hash-map v0.5.6 |
| 968 | 2026-08-27T00:37:58.755Z | Downloaded twox-hash v2.1.2 |
| 969 | 2026-08-27T00:37:58.755Z | Downloaded libscf-sys v1.2.0 |
| 970 | 2026-08-27T00:37:58.762Z | Downloaded indoc v1.0.9 |
| 971 | 2026-08-27T00:37:58.762Z | Downloaded serde_tokenstream v0.3.0 |
| 972 | 2026-08-27T00:37:58.762Z | Downloaded tls_codec_derive v0.4.2 |
| 973 | 2026-08-27T00:37:58.766Z | Downloaded kem v0.3.0 |
| 974 | 2026-08-27T00:37:58.766Z | Downloaded hashbrown v0.15.5 |
| 975 | 2026-08-27T00:37:58.767Z | Downloaded indicatif v0.18.4 |
| 976 | 2026-08-27T00:37:58.770Z | Downloaded signal-hook v0.3.18 |
| 977 | 2026-08-27T00:37:58.770Z | Downloaded tokio-tungstenite v0.23.1 |
| 978 | 2026-08-27T00:37:58.771Z | Downloaded derive_more v0.99.20 |
| 979 | 2026-08-27T00:37:58.775Z | Downloaded new_debug_unreachable v1.0.6 |
| 980 | 2026-08-27T00:37:58.775Z | Downloaded openssl-macros v0.1.1 |
| 981 | 2026-08-27T00:37:58.775Z | Downloaded tinyvec v1.10.0 |
| 982 | 2026-08-27T00:37:58.775Z | Downloaded zerocopy v0.6.6 |
| 983 | 2026-08-27T00:37:58.780Z | Downloaded cookie_store v0.22.1 |
| 984 | 2026-08-27T00:37:58.782Z | Downloaded nonempty v0.12.0 |
| 985 | 2026-08-27T00:37:58.782Z | Downloaded num-conv v0.2.0 |
| 986 | 2026-08-27T00:37:58.783Z | Downloaded percent-encoding v2.3.2 |
| 987 | 2026-08-27T00:37:58.783Z | Downloaded tar v0.4.46 |
| 988 | 2026-08-27T00:37:58.786Z | Downloaded aes-gcm v0.11.0 |
| 989 | 2026-08-27T00:37:58.791Z | Downloaded slog-scope v4.4.1 |
| 990 | 2026-08-27T00:37:58.791Z | Downloaded peg v0.8.5 |
| 991 | 2026-08-27T00:37:58.797Z | Downloaded elliptic-curve v0.13.8 |
| 992 | 2026-08-27T00:37:58.797Z | Downloaded rtoolbox v0.0.3 |
| 993 | 2026-08-27T00:37:58.801Z | Downloaded slog-term v2.9.2 |
| 994 | 2026-08-27T00:37:58.801Z | Downloaded spki v0.7.3 |
| 995 | 2026-08-27T00:37:58.801Z | Downloaded reedline v0.40.0 |
| 996 | 2026-08-27T00:37:58.805Z | Downloaded crypto-bigint v0.5.5 |
| 997 | 2026-08-27T00:37:58.812Z | Downloaded subtle v2.6.1 |
| 998 | 2026-08-27T00:37:58.816Z | Downloaded universal-hash v0.6.1 |
| 999 | 2026-08-27T00:37:58.816Z | Downloaded vergen-git2 v9.1.0 |
| 1000 | 2026-08-27T00:37:58.819Z | Downloaded serde_repr v0.1.20 |
| 1001 | 2026-08-27T00:37:58.824Z | Downloaded ed25519 v2.2.3 |
| 1002 | 2026-08-27T00:37:58.824Z | Downloaded darling_core v0.23.0 |
| 1003 | 2026-08-27T00:37:58.824Z | Downloaded ipnet v2.12.0 |
| 1004 | 2026-08-27T00:37:58.828Z | Downloaded whoami v2.1.0 |
| 1005 | 2026-08-27T00:37:58.828Z | Downloaded openssl-sys v0.9.117 |
| 1006 | 2026-08-27T00:37:58.831Z | Downloaded typed-path v0.9.3 |
| 1007 | 2026-08-27T00:37:58.835Z | Downloaded cpufeatures v0.3.0 |
| 1008 | 2026-08-27T00:37:58.835Z | Downloaded zone v0.3.1 |
| 1009 | 2026-08-27T00:37:58.835Z | Downloaded itertools v0.10.5 |
| 1010 | 2026-08-27T00:37:58.839Z | Downloaded ed25519-dalek v3.0.0 |
| 1011 | 2026-08-27T00:37:58.843Z | Downloaded tungstenite v0.23.0 |
| 1012 | 2026-08-27T00:37:58.843Z | Downloaded sha2 v0.11.0 |
| 1013 | 2026-08-27T00:37:58.843Z | Downloaded tokio-util v0.7.18 |
| 1014 | 2026-08-27T00:37:58.847Z | Downloaded md5 v0.8.0 |
| 1015 | 2026-08-27T00:37:58.850Z | Downloaded phf_shared v0.11.3 |
| 1016 | 2026-08-27T00:37:58.850Z | Downloaded waitgroup v0.1.2 |
| 1017 | 2026-08-27T00:37:58.850Z | Downloaded dirs-sys-next v0.1.2 |
| 1018 | 2026-08-27T00:37:58.853Z | Downloaded instability v0.3.11 |
| 1019 | 2026-08-27T00:37:58.853Z | Downloaded oxide-generation-macros v0.2.0 |
| 1020 | 2026-08-27T00:37:58.858Z | Downloaded aho-corasick v1.1.4 |
| 1021 | 2026-08-27T00:37:58.858Z | Downloaded scrypt v0.12.0 |
| 1022 | 2026-08-27T00:37:58.862Z | Downloaded crc32fast v1.5.0 |
| 1023 | 2026-08-27T00:37:58.869Z | Downloaded oxide-update-engine v0.1.2 |
| 1024 | 2026-08-27T00:37:58.873Z | Downloaded const_format_proc_macros v0.2.34 |
| 1025 | 2026-08-27T00:37:58.873Z | Downloaded cookie v0.18.1 |
| 1026 | 2026-08-27T00:37:58.873Z | Downloaded phf_shared v0.12.1 |
| 1027 | 2026-08-27T00:37:58.873Z | Downloaded predicates-core v1.0.10 |
| 1028 | 2026-08-27T00:37:58.877Z | Downloaded siphasher v1.0.2 |
| 1029 | 2026-08-27T00:37:58.877Z | Downloaded rustc-hash v2.1.1 |
| 1030 | 2026-08-27T00:37:58.877Z | Downloaded lalrpop-util v0.19.12 |
| 1031 | 2026-08-27T00:37:58.881Z | Downloaded num_enum_derive v0.5.11 |
| 1032 | 2026-08-27T00:37:58.881Z | Downloaded lazy_static v1.5.0 |
| 1033 | 2026-08-27T00:37:58.881Z | Downloaded memoffset v0.9.1 |
| 1034 | 2026-08-27T00:37:58.881Z | Downloaded hkdf v0.13.0 |
| 1035 | 2026-08-27T00:37:58.886Z | Downloaded pkcs5 v0.8.1 |
| 1036 | 2026-08-27T00:37:58.887Z | Downloaded darling v0.23.0 |
| 1037 | 2026-08-27T00:37:58.891Z | Downloaded parse-size v1.1.0 |
| 1038 | 2026-08-27T00:37:58.891Z | Downloaded stringprep v0.1.5 |
| 1039 | 2026-08-27T00:37:58.891Z | Downloaded slog v2.8.2 |
| 1040 | 2026-08-27T00:37:58.891Z | Downloaded tiny-keccak v2.0.2 |
| 1041 | 2026-08-27T00:37:58.896Z | Downloaded ctr v0.10.1 |
| 1042 | 2026-08-27T00:37:58.896Z | Downloaded ed25519-dalek v2.2.0 |
| 1043 | 2026-08-27T00:37:58.908Z | Downloaded hyper v1.10.1 |
| 1044 | 2026-08-27T00:37:58.923Z | Downloaded hkdf v0.12.4 |
| 1045 | 2026-08-27T00:37:58.923Z | Downloaded digest v0.11.3 |
| 1046 | 2026-08-27T00:37:58.923Z | Downloaded serdect v0.4.3 |
| 1047 | 2026-08-27T00:37:58.923Z | Downloaded h2 v0.4.15 |
| 1048 | 2026-08-27T00:37:58.923Z | Downloaded strum_macros v0.27.2 |
| 1049 | 2026-08-27T00:37:58.923Z | Downloaded serde_spanned v1.1.1 |
| 1050 | 2026-08-27T00:37:58.923Z | Downloaded derive-where v1.6.0 |
| 1051 | 2026-08-27T00:37:58.923Z | Downloaded tinyvec_macros v0.1.1 |
| 1052 | 2026-08-27T00:37:58.924Z | Downloaded usdt-macro v0.6.0 |
| 1053 | 2026-08-27T00:37:58.924Z | Downloaded crossbeam-deque v0.8.6 |
| 1054 | 2026-08-27T00:37:58.924Z | Downloaded darling v0.13.4 |
| 1055 | 2026-08-27T00:37:58.924Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1056 | 2026-08-27T00:37:58.924Z | Downloaded der_derive v0.7.3 |
| 1057 | 2026-08-27T00:37:58.924Z | Downloaded test-strategy v0.4.5 |
| 1058 | 2026-08-27T00:37:58.924Z | Downloaded toml v0.7.8 |
| 1059 | 2026-08-27T00:37:58.928Z | Downloaded module-lattice v0.2.3 |
| 1060 | 2026-08-27T00:37:58.928Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1061 | 2026-08-27T00:37:58.928Z | Downloaded ecdsa v0.16.9 |
| 1062 | 2026-08-27T00:37:58.928Z | Downloaded indent_write v2.2.0 |
| 1063 | 2026-08-27T00:37:58.928Z | Downloaded iana-time-zone v0.1.65 |
| 1064 | 2026-08-27T00:37:58.929Z | Downloaded walkdir v2.5.0 |
| 1065 | 2026-08-27T00:37:58.935Z | Downloaded multer v3.1.0 |
| 1066 | 2026-08-27T00:37:58.935Z | Downloaded rustls-pki-types v1.14.0 |
| 1067 | 2026-08-27T00:37:58.935Z | Downloaded p256 v0.14.0 |
| 1068 | 2026-08-27T00:37:58.946Z | Downloaded serde_with v1.14.0 |
| 1069 | 2026-08-27T00:37:58.946Z | Downloaded tracing-core v0.1.36 |
| 1070 | 2026-08-27T00:37:58.965Z | Downloaded unicode-bidi v0.3.18 |
| 1071 | 2026-08-27T00:37:58.966Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1072 | 2026-08-27T00:37:58.977Z | Downloaded pem-rfc7468 v0.7.0 |
| 1073 | 2026-08-27T00:37:58.977Z | Downloaded url v2.5.8 |
| 1074 | 2026-08-27T00:37:58.977Z | Downloaded jiff-static v0.2.34 |
| 1075 | 2026-08-27T00:37:58.977Z | Downloaded password-hash v0.6.1 |
| 1076 | 2026-08-27T00:37:58.977Z | Downloaded signal-hook-registry v1.4.8 |
| 1077 | 2026-08-27T00:37:58.977Z | Downloaded smallvec v0.6.14 |
| 1078 | 2026-08-27T00:37:58.977Z | Downloaded spin v0.9.8 |
| 1079 | 2026-08-27T00:37:58.977Z | Downloaded static_assertions v1.1.0 |
| 1080 | 2026-08-27T00:37:58.977Z | Downloaded signal-hook-tokio v0.3.1 |
| 1081 | 2026-08-27T00:37:58.987Z | Downloaded display-error-chain v0.2.2 |
| 1082 | 2026-08-27T00:37:58.987Z | Downloaded zeroize v1.9.0 |
| 1083 | 2026-08-27T00:37:58.991Z | Downloaded dropshot-api-manager v0.8.0 |
| 1084 | 2026-08-27T00:37:58.991Z | Downloaded ctutils v0.4.2 |
| 1085 | 2026-08-27T00:37:58.991Z | Downloaded daft-derive v0.1.8 |
| 1086 | 2026-08-27T00:37:58.996Z | Downloaded cstr-argument v0.1.2 |
| 1087 | 2026-08-27T00:37:58.996Z | Downloaded ena v0.14.4 |
| 1088 | 2026-08-27T00:37:58.996Z | Downloaded sqlformat v0.3.5 |
| 1089 | 2026-08-27T00:37:58.996Z | Downloaded testing_table v0.3.0 |
| 1090 | 2026-08-27T00:37:58.996Z | Downloaded untrusted v0.7.1 |
| 1091 | 2026-08-27T00:37:59.000Z | Downloaded crc v3.4.0 |
| 1092 | 2026-08-27T00:37:59.000Z | Downloaded mime v0.3.17 |
| 1093 | 2026-08-27T00:37:59.005Z | Downloaded stacker v0.1.23 |
| 1094 | 2026-08-27T00:37:59.005Z | Downloaded tinystr v0.8.2 |
| 1095 | 2026-08-27T00:37:59.011Z | Downloaded mio v1.2.0 |
| 1096 | 2026-08-27T00:37:59.015Z | Downloaded zip v4.6.1 |
| 1097 | 2026-08-27T00:37:59.019Z | Downloaded nom v7.1.3 |
| 1098 | 2026-08-27T00:37:59.022Z | Downloaded pkg-config v0.3.32 |
| 1099 | 2026-08-27T00:37:59.022Z | Downloaded potential_utf v0.1.4 |
| 1100 | 2026-08-27T00:37:59.022Z | Downloaded corncobs v0.1.4 |
| 1101 | 2026-08-27T00:37:59.027Z | Downloaded p521 v0.14.0 |
| 1102 | 2026-08-27T00:37:59.032Z | Downloaded der v0.7.10 |
| 1103 | 2026-08-27T00:37:59.035Z | Downloaded ipnetwork v0.21.1 |
| 1104 | 2026-08-27T00:37:59.035Z | Downloaded secrecy v0.8.0 |
| 1105 | 2026-08-27T00:37:59.038Z | Downloaded downcast-rs v2.0.2 |
| 1106 | 2026-08-27T00:37:59.043Z | Downloaded diesel_derives v2.3.7 |
| 1107 | 2026-08-27T00:37:59.047Z | Downloaded nom v8.0.0 |
| 1108 | 2026-08-27T00:37:59.047Z | Downloaded progenitor-impl v0.14.0 |
| 1109 | 2026-08-27T00:37:59.065Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1110 | 2026-08-27T00:37:59.065Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1111 | 2026-08-27T00:37:59.065Z | Downloaded num_enum v0.5.11 |
| 1112 | 2026-08-27T00:37:59.066Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1113 | 2026-08-27T00:37:59.069Z | Downloaded psm v0.1.30 |
| 1114 | 2026-08-27T00:37:59.069Z | Downloaded supports-color v3.0.2 |
| 1115 | 2026-08-27T00:37:59.070Z | Downloaded packed_struct_codegen v0.10.1 |
| 1116 | 2026-08-27T00:37:59.070Z | Downloaded tungstenite v0.21.0 |
| 1117 | 2026-08-27T00:37:59.070Z | Downloaded embedded-io v0.6.1 |
| 1118 | 2026-08-27T00:37:59.070Z | Downloaded is_ci v1.2.0 |
| 1119 | 2026-08-27T00:37:59.070Z | Downloaded icu_normalizer_data v2.1.1 |
| 1120 | 2026-08-27T00:37:59.070Z | Downloaded lru v0.12.5 |
| 1121 | 2026-08-27T00:37:59.070Z | Downloaded deranged v0.5.8 |
| 1122 | 2026-08-27T00:37:59.081Z | Downloaded derive_more-impl v2.1.1 |
| 1123 | 2026-08-27T00:37:59.081Z | Downloaded rand_core v0.10.0 |
| 1124 | 2026-08-27T00:37:59.082Z | Downloaded num-bigint v0.4.6 |
| 1125 | 2026-08-27T00:37:59.087Z | Downloaded md-5 v0.10.6 |
| 1126 | 2026-08-27T00:37:59.087Z | Downloaded paste v1.0.15 |
| 1127 | 2026-08-27T00:37:59.087Z | Downloaded pkcs8 v0.10.2 |
| 1128 | 2026-08-27T00:37:59.087Z | Downloaded primefield v0.14.0 |
| 1129 | 2026-08-27T00:37:59.087Z | Downloaded slog-dtrace v0.3.0 |
| 1130 | 2026-08-27T00:37:59.088Z | Downloaded tower-layer v0.3.3 |
| 1131 | 2026-08-27T00:37:59.088Z | Downloaded tower-service v0.3.3 |
| 1132 | 2026-08-27T00:37:59.088Z | Downloaded blake3 v1.8.5 |
| 1133 | 2026-08-27T00:37:59.092Z | Downloaded itertools v0.15.0 |
| 1134 | 2026-08-27T00:37:59.092Z | Downloaded rustls-webpki v0.103.13 |
| 1135 | 2026-08-27T00:37:59.092Z | Downloaded tower-http v0.6.8 |
| 1136 | 2026-08-27T00:37:59.097Z | Downloaded idna_adapter v1.2.1 |
| 1137 | 2026-08-27T00:37:59.105Z | Downloaded tabwriter v1.4.1 |
| 1138 | 2026-08-27T00:37:59.110Z | Downloaded tagptr v0.2.0 |
| 1139 | 2026-08-27T00:37:59.110Z | Downloaded rcgen v0.12.1 |
| 1140 | 2026-08-27T00:37:59.110Z | Downloaded xattr v1.6.1 |
| 1141 | 2026-08-27T00:37:59.110Z | Downloaded drift v0.2.0 |
| 1142 | 2026-08-27T00:37:59.115Z | Downloaded shlex v1.3.0 |
| 1143 | 2026-08-27T00:37:59.121Z | Downloaded critical-section v1.2.0 |
| 1144 | 2026-08-27T00:37:59.121Z | Downloaded defmt v1.0.1 |
| 1145 | 2026-08-27T00:37:59.121Z | Downloaded hyper-staticfile v0.10.1 |
| 1146 | 2026-08-27T00:37:59.132Z | Downloaded num_enum_derive v0.7.6 |
| 1147 | 2026-08-27T00:37:59.132Z | Downloaded serde_cbor v0.11.2 |
| 1148 | 2026-08-27T00:37:59.132Z | Downloaded indoc v2.0.7 |
| 1149 | 2026-08-27T00:37:59.132Z | Downloaded ingot v0.2.1 |
| 1150 | 2026-08-27T00:37:59.132Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1151 | 2026-08-27T00:37:59.132Z | Downloaded darling_macro v0.13.4 |
| 1152 | 2026-08-27T00:37:59.132Z | Downloaded prefix-trie v0.7.0 |
| 1153 | 2026-08-27T00:37:59.132Z | Downloaded newtype-uuid v1.3.2 |
| 1154 | 2026-08-27T00:37:59.135Z | Downloaded tokio-rustls v0.26.4 |
| 1155 | 2026-08-27T00:37:59.135Z | Downloaded snafu-derive v0.8.9 |
| 1156 | 2026-08-27T00:37:59.135Z | Downloaded peg-macros v0.8.5 |
| 1157 | 2026-08-27T00:37:59.135Z | Downloaded num-complex v0.4.6 |
| 1158 | 2026-08-27T00:37:59.135Z | Downloaded rand_seeder v0.4.0 |
| 1159 | 2026-08-27T00:37:59.136Z | Downloaded serde-hex v0.1.0 |
| 1160 | 2026-08-27T00:37:59.136Z | Downloaded oso-derive v0.27.3 |
| 1161 | 2026-08-27T00:37:59.140Z | Downloaded document-features v0.2.12 |
| 1162 | 2026-08-27T00:37:59.141Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1163 | 2026-08-27T00:37:59.141Z | Downloaded des v0.9.0 |
| 1164 | 2026-08-27T00:37:59.145Z | Downloaded reqwest v0.13.2 |
| 1165 | 2026-08-27T00:37:59.151Z | Downloaded steno v0.4.1 |
| 1166 | 2026-08-27T00:37:59.151Z | Downloaded thread_local v1.1.9 |
| 1167 | 2026-08-27T00:37:59.154Z | Downloaded rustc-demangle v0.1.27 |
| 1168 | 2026-08-27T00:37:59.154Z | Downloaded slog-json v2.6.1 |
| 1169 | 2026-08-27T00:37:59.154Z | Downloaded progenitor-client v0.13.0 |
| 1170 | 2026-08-27T00:37:59.160Z | Downloaded sync_wrapper v1.0.2 |
| 1171 | 2026-08-27T00:37:59.160Z | Downloaded psl-types v2.0.11 |
| 1172 | 2026-08-27T00:37:59.160Z | Downloaded sha1 v0.11.0 |
| 1173 | 2026-08-27T00:37:59.160Z | Downloaded dunce v1.0.5 |
| 1174 | 2026-08-27T00:37:59.167Z | Downloaded icu_properties_data v2.1.2 |
| 1175 | 2026-08-27T00:37:59.173Z | Downloaded uuid v1.23.4 |
| 1176 | 2026-08-27T00:37:59.180Z | Downloaded icu_collections v2.1.1 |
| 1177 | 2026-08-27T00:37:59.180Z | Downloaded socket2 v0.5.10 |
| 1178 | 2026-08-27T00:37:59.185Z | Downloaded uzers v0.12.2 |
| 1179 | 2026-08-27T00:37:59.185Z | Downloaded libsw v3.5.0 |
| 1180 | 2026-08-27T00:37:59.185Z | Downloaded thiserror-no-std v2.0.2 |
| 1181 | 2026-08-27T00:37:59.185Z | Downloaded structmeta v0.3.0 |
| 1182 | 2026-08-27T00:37:59.186Z | Downloaded match_cfg v0.1.0 |
| 1183 | 2026-08-27T00:37:59.186Z | Downloaded aws-lc-rs v1.16.3 |
| 1184 | 2026-08-27T00:37:59.191Z | Downloaded resolv-conf v0.7.6 |
| 1185 | 2026-08-27T00:37:59.195Z | Downloaded zstd v0.13.3 |
| 1186 | 2026-08-27T00:37:59.195Z | Downloaded sha3 v0.12.0 |
| 1187 | 2026-08-27T00:37:59.200Z | Downloaded icu_locale_core v2.1.1 |
| 1188 | 2026-08-27T00:37:59.207Z | Downloaded rand v0.8.6 |
| 1189 | 2026-08-27T00:37:59.207Z | Downloaded packed_struct v0.10.1 |
| 1190 | 2026-08-27T00:37:59.207Z | Downloaded icu_properties v2.1.2 |
| 1191 | 2026-08-27T00:37:59.211Z | Downloaded rusty-fork v0.3.1 |
| 1192 | 2026-08-27T00:37:59.211Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1193 | 2026-08-27T00:37:59.211Z | Downloaded progenitor v0.14.0 |
| 1194 | 2026-08-27T00:37:59.218Z | Downloaded nu-ansi-term v0.50.3 |
| 1195 | 2026-08-27T00:37:59.221Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1196 | 2026-08-27T00:37:59.221Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1197 | 2026-08-27T00:37:59.225Z | Downloaded snafu v0.8.9 |
| 1198 | 2026-08-27T00:37:59.229Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1199 | 2026-08-27T00:37:59.235Z | Downloaded dyn-clone v1.0.20 |
| 1200 | 2026-08-27T00:37:59.235Z | Downloaded typify v0.6.2 |
| 1201 | 2026-08-27T00:37:59.235Z | Downloaded libsw-core v0.3.2 |
| 1202 | 2026-08-27T00:37:59.235Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-08-27T00:37:59.245Z | Downloaded const_format v0.2.35 |
| 1204 | 2026-08-27T00:37:59.260Z | Downloaded darling_core v0.13.4 |
| 1205 | 2026-08-27T00:37:59.260Z | Downloaded defmt-macros v1.0.1 |
| 1206 | 2026-08-27T00:37:59.260Z | Downloaded minimal-lexical v0.2.1 |
| 1207 | 2026-08-27T00:37:59.260Z | Downloaded schemars v1.2.1 |
| 1208 | 2026-08-27T00:37:59.264Z | Downloaded salsa20 v0.11.0 |
| 1209 | 2026-08-27T00:37:59.264Z | Downloaded socket2 v0.6.3 |
| 1210 | 2026-08-27T00:37:59.264Z | Downloaded darling_core v0.21.3 |
| 1211 | 2026-08-27T00:37:59.264Z | Downloaded time v0.3.47 |
| 1212 | 2026-08-27T00:37:59.272Z | Downloaded zerocopy-derive v0.8.55 |
| 1213 | 2026-08-27T00:37:59.279Z | Downloaded unsafe-libyaml v0.2.11 |
| 1214 | 2026-08-27T00:37:59.279Z | Downloaded postgres-types v0.2.12 |
| 1215 | 2026-08-27T00:37:59.283Z | Downloaded iddqd v0.4.2 |
| 1216 | 2026-08-27T00:37:59.283Z | Downloaded libm v0.2.16 |
| 1217 | 2026-08-27T00:37:59.288Z | Downloaded crypto-primes v0.7.2 |
| 1218 | 2026-08-27T00:37:59.292Z | Downloaded idna v1.1.0 |
| 1219 | 2026-08-27T00:37:59.296Z | Downloaded libxml v0.3.3 |
| 1220 | 2026-08-27T00:37:59.296Z | Downloaded regex v1.12.3 |
| 1221 | 2026-08-27T00:37:59.301Z | Downloaded itertools v0.14.0 |
| 1222 | 2026-08-27T00:37:59.304Z | Downloaded miniz_oxide v0.8.9 |
| 1223 | 2026-08-27T00:37:59.304Z | Downloaded rawzip v0.4.4 |
| 1224 | 2026-08-27T00:37:59.308Z | Downloaded git2 v0.20.4 |
| 1225 | 2026-08-27T00:37:59.316Z | Downloaded chrono v0.4.45 |
| 1226 | 2026-08-27T00:37:59.322Z | Downloaded crossterm v0.28.1 |
| 1227 | 2026-08-27T00:37:59.322Z | Downloaded indexmap v1.9.3 |
| 1228 | 2026-08-27T00:37:59.322Z | Downloaded vergen v9.1.0 |
| 1229 | 2026-08-27T00:37:59.326Z | Downloaded unicode-normalization v0.1.25 |
| 1230 | 2026-08-27T00:37:59.330Z | Downloaded x509-cert v0.2.5 |
| 1231 | 2026-08-27T00:37:59.342Z | Downloaded bitvec v1.0.1 |
| 1232 | 2026-08-27T00:37:59.359Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1233 | 2026-08-27T00:37:59.359Z | Downloaded ignore v0.4.25 |
| 1234 | 2026-08-27T00:37:59.360Z | Downloaded goblin v0.10.5 |
| 1235 | 2026-08-27T00:37:59.364Z | Downloaded crossbeam-channel v0.5.15 |
| 1236 | 2026-08-27T00:37:59.364Z | Downloaded schemars v0.9.0 |
| 1237 | 2026-08-27T00:37:59.364Z | Downloaded zerotrie v0.2.3 |
| 1238 | 2026-08-27T00:37:59.367Z | Downloaded lalrpop v0.19.12 |
| 1239 | 2026-08-27T00:37:59.371Z | Downloaded winnow v0.5.40 |
| 1240 | 2026-08-27T00:37:59.376Z | Downloaded crossterm v0.29.0 |
| 1241 | 2026-08-27T00:37:59.381Z | Downloaded miette v7.6.0 |
| 1242 | 2026-08-27T00:37:59.381Z | Downloaded rand v0.9.2 |
| 1243 | 2026-08-27T00:37:59.391Z | Downloaded gimli v0.32.3 |
| 1244 | 2026-08-27T00:37:59.395Z | Downloaded itertools v0.12.1 |
| 1245 | 2026-08-27T00:37:59.410Z | Downloaded toml_edit v0.19.15 |
| 1246 | 2026-08-27T00:37:59.431Z | Downloaded serde_with v3.21.0 |
| 1247 | 2026-08-27T00:37:59.447Z | Downloaded smoltcp v0.9.1 |
| 1248 | 2026-08-27T00:37:59.447Z | Downloaded salty v0.3.0 |
| 1249 | 2026-08-27T00:37:59.447Z | Downloaded object v0.30.4 |
| 1250 | 2026-08-27T00:37:59.463Z | Downloaded tough v0.22.0 |
| 1251 | 2026-08-27T00:37:59.463Z | Downloaded reqwest v0.12.28 |
| 1252 | 2026-08-27T00:37:59.488Z | Downloaded petname v2.0.2 |
| 1253 | 2026-08-27T00:37:59.488Z | Downloaded unicode-segmentation v1.12.0 |
| 1254 | 2026-08-27T00:37:59.488Z | Downloaded itertools v0.13.0 |
| 1255 | 2026-08-27T00:37:59.496Z | Downloaded nix v0.27.1 |
| 1256 | 2026-08-27T00:37:59.496Z | Downloaded der v0.8.0 |
| 1257 | 2026-08-27T00:37:59.497Z | Downloaded iri-string v0.7.10 |
| 1258 | 2026-08-27T00:37:59.498Z | Downloaded moka v0.12.13 |
| 1259 | 2026-08-27T00:37:59.528Z | Downloaded quick-xml v0.37.5 |
| 1260 | 2026-08-27T00:37:59.528Z | Downloaded tabled v0.21.0 |
| 1261 | 2026-08-27T00:37:59.528Z | Downloaded winnow v0.6.26 |
| 1262 | 2026-08-27T00:37:59.528Z | Downloaded quinn-proto v0.11.16 |
| 1263 | 2026-08-27T00:37:59.528Z | Downloaded p384 v0.13.1 |
| 1264 | 2026-08-27T00:37:59.538Z | Downloaded smoltcp v0.11.0 |
| 1265 | 2026-08-27T00:37:59.538Z | Downloaded zlib-rs v0.6.2 |
| 1266 | 2026-08-27T00:37:59.553Z | Downloaded zerovec v0.11.5 |
| 1267 | 2026-08-27T00:37:59.553Z | Downloaded bstr v1.12.1 |
| 1268 | 2026-08-27T00:37:59.565Z | Downloaded rayon v1.11.0 |
| 1269 | 2026-08-27T00:37:59.565Z | Downloaded radix_trie v0.2.1 |
| 1270 | 2026-08-27T00:37:59.565Z | Downloaded syn v3.0.3 |
| 1271 | 2026-08-27T00:37:59.572Z | Downloaded proptest v1.11.0 |
| 1272 | 2026-08-27T00:37:59.579Z | Downloaded winnow v1.0.3 |
| 1273 | 2026-08-27T00:37:59.584Z | Downloaded hickory-proto v0.24.4 |
| 1274 | 2026-08-27T00:37:59.592Z | Downloaded jiff-core v0.1.0 |
| 1275 | 2026-08-27T00:37:59.603Z | Downloaded portable-atomic v1.13.1 |
| 1276 | 2026-08-27T00:37:59.626Z | Downloaded dropshot v0.17.1 |
| 1277 | 2026-08-27T00:37:59.640Z | Downloaded rustls v0.23.41 |
| 1278 | 2026-08-27T00:37:59.646Z | Downloaded russh v0.62.4 |
| 1279 | 2026-08-27T00:37:59.650Z | Downloaded curve25519-dalek v4.1.3 |
| 1280 | 2026-08-27T00:38:00.657Z | Downloaded regex-syntax v0.6.29 |
| 1281 | 2026-08-27T00:38:00.661Z | Downloaded curve25519-dalek v5.0.0 |
| 1282 | 2026-08-27T00:38:00.661Z | Downloaded hickory-proto v0.25.2 |
| 1283 | 2026-08-27T00:38:00.661Z | Downloaded polar-core v0.27.3 |
| 1284 | 2026-08-27T00:38:00.661Z | Downloaded object v0.37.3 |
| 1285 | 2026-08-27T00:38:00.661Z | Downloaded regress v0.10.5 |
| 1286 | 2026-08-27T00:38:00.661Z | Downloaded vcpkg v0.2.15 |
| 1287 | 2026-08-27T00:38:00.661Z | Downloaded rustix v0.38.44 |
| 1288 | 2026-08-27T00:38:00.661Z | Downloaded zerocopy v0.8.55 |
| 1289 | 2026-08-27T00:38:00.661Z | Downloaded nix v0.28.0 |
| 1290 | 2026-08-27T00:38:00.661Z | Downloaded regex-syntax v0.8.10 |
| 1291 | 2026-08-27T00:38:00.662Z | Downloaded openssl v0.10.80 |
| 1292 | 2026-08-27T00:38:00.662Z | Downloaded regress v0.11.1 |
| 1293 | 2026-08-27T00:38:00.662Z | Downloaded crypto-bigint v0.7.5 |
| 1294 | 2026-08-27T00:38:00.662Z | Downloaded openapiv3 v2.2.0 |
| 1295 | 2026-08-27T00:38:00.662Z | Downloaded sled v0.34.7 |
| 1296 | 2026-08-27T00:38:00.662Z | Downloaded sqlparser v0.61.0 |
| 1297 | 2026-08-27T00:38:00.662Z | Downloaded nix v0.31.2 |
| 1298 | 2026-08-27T00:38:00.662Z | Downloaded sha3 v0.11.0 |
| 1299 | 2026-08-27T00:38:00.662Z | Downloaded diesel v2.3.7 |
| 1300 | 2026-08-27T00:38:00.662Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-08-27T00:38:00.662Z | Downloaded typify-impl v0.6.2 |
| 1302 | 2026-08-27T00:38:00.662Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1303 | 2026-08-27T00:38:00.662Z | Downloaded zerocopy-derive v0.6.6 |
| 1304 | 2026-08-27T00:38:00.662Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-08-27T00:38:00.662Z | Downloaded ratatui v0.29.0 |
| 1306 | 2026-08-27T00:38:00.662Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-08-27T00:38:00.662Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-08-27T00:38:00.662Z | Downloaded jiff v0.2.34 |
| 1309 | 2026-08-27T00:38:00.662Z | Downloaded petgraph v0.8.3 |
| 1310 | 2026-08-27T00:38:00.662Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1311 | 2026-08-27T00:38:00.662Z | Downloaded sha3 v0.10.8 |
| 1312 | 2026-08-27T00:38:00.662Z | Downloaded csv v1.4.0 |
| 1313 | 2026-08-27T00:38:00.662Z | Downloaded libz-sys v1.1.24 |
| 1314 | 2026-08-27T00:38:00.662Z | Downloaded tokio v1.52.1 |
| 1315 | 2026-08-27T00:38:00.662Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-08-27T00:38:00.662Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-08-27T00:38:00.662Z | Downloaded ring v0.17.14 |
| 1318 | 2026-08-27T00:38:00.663Z | Downloaded aws-lc-sys v0.40.0 |
| 1319 | 2026-08-27T00:38:00.872Z | Compiling serde_core v1.0.228 |
| 1320 | 2026-08-27T00:38:00.872Z | Compiling libc v0.2.185 |
| 1321 | 2026-08-27T00:38:00.872Z | Compiling serde v1.0.228 |
| 1322 | 2026-08-27T00:38:00.875Z | Compiling log v0.4.33 |
| 1323 | 2026-08-27T00:38:00.875Z | Compiling smallvec v1.15.1 |
| 1324 | 2026-08-27T00:38:00.875Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-08-27T00:38:00.876Z | Compiling shlex v1.3.0 |
| 1326 | 2026-08-27T00:38:01.014Z | Compiling subtle v2.6.1 |
| 1327 | 2026-08-27T00:38:01.075Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-08-27T00:38:01.080Z | Compiling stable_deref_trait v1.2.1 |
| 1329 | 2026-08-27T00:38:01.080Z | Compiling typenum v1.20.1 |
| 1330 | 2026-08-27T00:38:01.080Z | Compiling zerocopy v0.8.55 |
| 1331 | 2026-08-27T00:38:01.089Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-08-27T00:38:01.153Z | Compiling serde_json v1.0.151 |
| 1333 | 2026-08-27T00:38:01.184Z | Compiling syn v2.0.117 |
| 1334 | 2026-08-27T00:38:01.200Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-08-27T00:38:01.206Z | Compiling lock_api v0.4.14 |
| 1336 | 2026-08-27T00:38:01.225Z | Compiling libm v0.2.16 |
| 1337 | 2026-08-27T00:38:01.241Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-08-27T00:38:01.259Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-08-27T00:38:01.273Z | Compiling generic-array v0.14.7 |
| 1340 | 2026-08-27T00:38:01.319Z | Compiling getrandom v0.4.3 |
| 1341 | 2026-08-27T00:38:01.354Z | Compiling pin-project-lite v0.2.17 |
| 1342 | 2026-08-27T00:38:01.365Z | Compiling parking_lot_core v0.9.12 |
| 1343 | 2026-08-27T00:38:01.436Z | Compiling const-oid v0.9.6 |
| 1344 | 2026-08-27T00:38:01.484Z | Compiling rand_core v0.10.0 |
| 1345 | 2026-08-27T00:38:01.494Z | Compiling writeable v0.6.2 |
| 1346 | 2026-08-27T00:38:01.516Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-08-27T00:38:01.631Z | Compiling litemap v0.8.1 |
| 1348 | 2026-08-27T00:38:01.662Z | Compiling futures-core v0.3.32 |
| 1349 | 2026-08-27T00:38:01.683Z | Compiling icu_normalizer_data v2.1.1 |
| 1350 | 2026-08-27T00:38:01.689Z | Compiling icu_properties_data v2.1.2 |
| 1351 | 2026-08-27T00:38:01.722Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-08-27T00:38:01.756Z | Compiling rustix v1.1.4 |
| 1353 | 2026-08-27T00:38:01.789Z | Compiling futures-sink v0.3.32 |
| 1354 | 2026-08-27T00:38:01.794Z | Compiling slab v0.4.12 |
| 1355 | 2026-08-27T00:38:01.857Z | Compiling utf8_iter v1.0.4 |
| 1356 | 2026-08-27T00:38:01.876Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-08-27T00:38:01.886Z | Compiling futures-task v0.3.32 |
| 1358 | 2026-08-27T00:38:01.913Z | Compiling futures-channel v0.3.32 |
| 1359 | 2026-08-27T00:38:01.990Z | Compiling errno v0.3.14 |
| 1360 | 2026-08-27T00:38:02.020Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-08-27T00:38:02.036Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-08-27T00:38:02.083Z | Compiling mio v1.2.0 |
| 1363 | 2026-08-27T00:38:02.116Z | Compiling signal-hook-registry v1.4.8 |
| 1364 | 2026-08-27T00:38:02.158Z | Compiling socket2 v0.6.3 |
| 1365 | 2026-08-27T00:38:02.164Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-08-27T00:38:02.202Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-08-27T00:38:02.248Z | Compiling cc v1.2.56 |
| 1368 | 2026-08-27T00:38:02.306Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-08-27T00:38:02.323Z | Compiling parking_lot v0.12.5 |
| 1370 | 2026-08-27T00:38:02.362Z | Compiling rustversion v1.0.22 |
| 1371 | 2026-08-27T00:38:02.369Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-08-27T00:38:02.406Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-08-27T00:38:02.427Z | Compiling dunce v1.0.5 |
| 1374 | 2026-08-27T00:38:02.427Z | Compiling fs_extra v1.3.0 |
| 1375 | 2026-08-27T00:38:02.501Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-08-27T00:38:02.558Z | Compiling flagset v0.4.7 |
| 1377 | 2026-08-27T00:38:02.565Z | Compiling ident_case v1.0.1 |
| 1378 | 2026-08-27T00:38:02.579Z | Compiling base64 v0.22.1 |
| 1379 | 2026-08-27T00:38:02.605Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-08-27T00:38:02.626Z | Compiling rand_core v0.9.5 |
| 1381 | 2026-08-27T00:38:02.673Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-08-27T00:38:02.690Z | Compiling syn v1.0.109 |
| 1383 | 2026-08-27T00:38:02.705Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-08-27T00:38:02.705Z | Compiling cpufeatures v0.2.17 |
| 1385 | 2026-08-27T00:38:02.736Z | Compiling schemars v0.8.22 |
| 1386 | 2026-08-27T00:38:02.739Z | Compiling simd-adler32 v0.3.8 |
| 1387 | 2026-08-27T00:38:02.782Z | Compiling aws-lc-rs v1.16.3 |
| 1388 | 2026-08-27T00:38:02.812Z | Compiling dyn-clone v1.0.20 |
| 1389 | 2026-08-27T00:38:02.925Z | Compiling spin v0.9.8 |
| 1390 | 2026-08-27T00:38:02.933Z | Compiling openssl-probe v0.2.1 |
| 1391 | 2026-08-27T00:38:02.933Z | Compiling adler2 v2.0.1 |
| 1392 | 2026-08-27T00:38:02.968Z | Compiling crc32fast v1.5.0 |
| 1393 | 2026-08-27T00:38:03.016Z | Compiling cmake v0.1.57 |
| 1394 | 2026-08-27T00:38:03.040Z | Compiling httparse v1.10.1 |
| 1395 | 2026-08-27T00:38:03.053Z | Compiling tinyvec_macros v0.1.1 |
| 1396 | 2026-08-27T00:38:03.093Z | Compiling cmov v0.5.4 |
| 1397 | 2026-08-27T00:38:03.110Z | Compiling miniz_oxide v0.8.9 |
| 1398 | 2026-08-27T00:38:03.138Z | Compiling tinyvec v1.10.0 |
| 1399 | 2026-08-27T00:38:03.165Z | Compiling aho-corasick v1.1.4 |
| 1400 | 2026-08-27T00:38:03.184Z | Compiling try-lock v0.2.5 |
| 1401 | 2026-08-27T00:38:03.258Z | Compiling bitflags v2.11.0 |
| 1402 | 2026-08-27T00:38:03.286Z | Compiling semver v1.0.28 |
| 1403 | 2026-08-27T00:38:03.320Z | Compiling indexmap v2.14.0 |
| 1404 | 2026-08-27T00:38:03.376Z | Compiling uuid v1.23.4 |
| 1405 | 2026-08-27T00:38:03.429Z | Compiling ctutils v0.4.2 |
| 1406 | 2026-08-27T00:38:03.472Z | Compiling untrusted v0.7.1 |
| 1407 | 2026-08-27T00:38:03.499Z | Compiling tower-service v0.3.3 |
| 1408 | 2026-08-27T00:38:03.513Z | Compiling radium v0.7.0 |
| 1409 | 2026-08-27T00:38:03.516Z | Compiling atomic-waker v1.1.2 |
| 1410 | 2026-08-27T00:38:03.611Z | Compiling rustc_version v0.4.1 |
| 1411 | 2026-08-27T00:38:03.633Z | Compiling tower-layer v0.3.3 |
| 1412 | 2026-08-27T00:38:03.700Z | Compiling want v0.3.1 |
| 1413 | 2026-08-27T00:38:03.753Z | Compiling maybe-uninit v2.0.0 |
| 1414 | 2026-08-27T00:38:03.803Z | Compiling rustls v0.23.41 |
| 1415 | 2026-08-27T00:38:03.821Z | Compiling httpdate v1.0.3 |
| 1416 | 2026-08-27T00:38:03.869Z | Compiling tap v1.0.1 |
| 1417 | 2026-08-27T00:38:03.887Z | Compiling aws-lc-sys v0.40.0 |
| 1418 | 2026-08-27T00:38:03.902Z | Compiling openssl-sys v0.9.117 |
| 1419 | 2026-08-27T00:38:03.949Z | Compiling untrusted v0.9.0 |
| 1420 | 2026-08-27T00:38:03.997Z | Compiling regex-automata v0.4.14 |
| 1421 | 2026-08-27T00:38:04.014Z | Compiling openssl v0.10.80 |
| 1422 | 2026-08-27T00:38:04.020Z | Compiling foreign-types-shared v0.1.1 |
| 1423 | 2026-08-27T00:38:04.020Z | Compiling wyz v0.5.1 |
| 1424 | 2026-08-27T00:38:04.057Z | Compiling synstructure v0.13.2 |
| 1425 | 2026-08-27T00:38:04.079Z | Compiling serde_derive_internals v0.29.1 |
| 1426 | 2026-08-27T00:38:04.084Z | Compiling pest_generator v2.8.6 |
| 1427 | 2026-08-27T00:38:04.103Z | Compiling darling_core v0.20.11 |
| 1428 | 2026-08-27T00:38:04.120Z | Compiling foreign-types v0.3.2 |
| 1429 | 2026-08-27T00:38:04.254Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1430 | 2026-08-27T00:38:04.268Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1431 | 2026-08-27T00:38:04.455Z | Compiling terminal_size v0.4.3 |
| 1432 | 2026-08-27T00:38:04.510Z | Compiling tempfile v3.27.0 |
| 1433 | 2026-08-27T00:38:04.568Z | Compiling unicode-normalization v0.1.25 |
| 1434 | 2026-08-27T00:38:04.613Z | Compiling num-integer v0.1.46 |
| 1435 | 2026-08-27T00:38:04.627Z | Compiling wait-timeout v0.2.1 |
| 1436 | 2026-08-27T00:38:04.677Z | Compiling ahash v0.8.12 |
| 1437 | 2026-08-27T00:38:04.690Z | Compiling funty v2.0.0 |
| 1438 | 2026-08-27T00:38:04.854Z | Compiling num-bigint-dig v0.8.6 |
| 1439 | 2026-08-27T00:38:04.914Z | Compiling bit-vec v0.8.0 |
| 1440 | 2026-08-27T00:38:04.928Z | Compiling packed_struct v0.10.1 |
| 1441 | 2026-08-27T00:38:04.945Z | Compiling powerfmt v0.2.0 |
| 1442 | 2026-08-27T00:38:04.949Z | Compiling native-tls v0.2.18 |
| 1443 | 2026-08-27T00:38:04.949Z | Compiling num-conv v0.2.0 |
| 1444 | 2026-08-27T00:38:04.989Z | Compiling quick-error v1.2.3 |
| 1445 | 2026-08-27T00:38:05.024Z | Compiling time-core v0.1.8 |
| 1446 | 2026-08-27T00:38:05.068Z | Compiling bitvec v1.0.1 |
| 1447 | 2026-08-27T00:38:05.103Z | Compiling bit-set v0.8.0 |
| 1448 | 2026-08-27T00:38:05.118Z | Compiling deranged v0.5.8 |
| 1449 | 2026-08-27T00:38:05.136Z | Compiling rusty-fork v0.3.1 |
| 1450 | 2026-08-27T00:38:05.154Z | Compiling clap_builder v4.6.0 |
| 1451 | 2026-08-27T00:38:05.171Z | Compiling num-iter v0.1.45 |
| 1452 | 2026-08-27T00:38:05.207Z | Compiling time-macros v0.2.27 |
| 1453 | 2026-08-27T00:38:05.275Z | Compiling lazy_static v1.5.0 |
| 1454 | 2026-08-27T00:38:05.306Z | Compiling rand_xorshift v0.4.0 |
| 1455 | 2026-08-27T00:38:05.315Z | Compiling sync_wrapper v1.0.2 |
| 1456 | 2026-08-27T00:38:05.358Z | Compiling indexmap v1.9.3 |
| 1457 | 2026-08-27T00:38:05.394Z | Compiling usdt-impl v0.6.0 |
| 1458 | 2026-08-27T00:38:05.440Z | Compiling paste v1.0.15 |
| 1459 | 2026-08-27T00:38:05.464Z | Compiling nodrop v0.1.14 |
| 1460 | 2026-08-27T00:38:05.488Z | Compiling num_threads v0.1.7 |
| 1461 | 2026-08-27T00:38:05.562Z | Compiling crossbeam-utils v0.8.21 |
| 1462 | 2026-08-27T00:38:05.577Z | Compiling object v0.37.3 |
| 1463 | 2026-08-27T00:38:05.602Z | Compiling unicode-segmentation v1.12.0 |
| 1464 | 2026-08-27T00:38:05.616Z | Compiling zlib-rs v0.6.2 |
| 1465 | 2026-08-27T00:38:05.719Z | Compiling crc-catalog v2.4.0 |
| 1466 | 2026-08-27T00:38:05.786Z | Compiling serde_derive v1.0.228 |
| 1467 | 2026-08-27T00:38:05.878Z | Compiling zeroize_derive v1.5.0 |
| 1468 | 2026-08-27T00:38:05.893Z | Compiling zerofrom-derive v0.1.6 |
| 1469 | 2026-08-27T00:38:05.911Z | Compiling zerocopy-derive v0.8.55 |
| 1470 | 2026-08-27T00:38:06.026Z | Compiling yoke-derive v0.8.1 |
| 1471 | 2026-08-27T00:38:06.152Z | Compiling zerovec-derive v0.11.2 |
| 1472 | 2026-08-27T00:38:06.224Z | Compiling displaydoc v0.2.5 |
| 1473 | 2026-08-27T00:38:06.359Z | Compiling tokio-macros v2.7.0 |
| 1474 | 2026-08-27T00:38:06.442Z | Compiling futures-macro v0.3.32 |
| 1475 | 2026-08-27T00:38:06.562Z | Compiling thiserror-impl v2.0.18 |
| 1476 | 2026-08-27T00:38:06.589Z | Compiling der_derive v0.7.3 |
| 1477 | 2026-08-27T00:38:07.004Z | Compiling tracing-attributes v0.1.31 |
| 1478 | 2026-08-27T00:38:07.036Z | Compiling schemars_derive v0.8.22 |
| 1479 | 2026-08-27T00:38:07.075Z | Compiling scroll_derive v0.13.1 |
| 1480 | 2026-08-27T00:38:07.219Z | Compiling pest_derive v2.8.6 |
| 1481 | 2026-08-27T00:38:07.303Z | Compiling futures-util v0.3.32 |
| 1482 | 2026-08-27T00:38:07.342Z | Compiling darling_macro v0.20.11 |
| 1483 | 2026-08-27T00:38:07.372Z | Compiling zerofrom v0.1.6 |
| 1484 | 2026-08-27T00:38:07.498Z | Compiling yoke v0.8.1 |
| 1485 | 2026-08-27T00:38:07.593Z | Compiling openssl-macros v0.1.1 |
| 1486 | 2026-08-27T00:38:07.702Z | Compiling zerovec v0.11.5 |
| 1487 | 2026-08-27T00:38:07.717Z | Compiling zerotrie v0.2.3 |
| 1488 | 2026-08-27T00:38:07.885Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-08-27T00:38:07.921Z | Compiling scroll v0.13.0 |
| 1490 | 2026-08-27T00:38:07.930Z | Compiling thiserror v2.0.18 |
| 1491 | 2026-08-27T00:38:08.066Z | Compiling darling v0.20.11 |
| 1492 | 2026-08-27T00:38:08.110Z | Compiling packed_struct_codegen v0.10.1 |
| 1493 | 2026-08-27T00:38:08.144Z | Compiling clap_derive v4.6.1 |
| 1494 | 2026-08-27T00:38:08.225Z | Compiling tinystr v0.8.2 |
| 1495 | 2026-08-27T00:38:08.239Z | Compiling potential_utf v0.1.4 |
| 1496 | 2026-08-27T00:38:08.253Z | Compiling goblin v0.10.5 |
| 1497 | 2026-08-27T00:38:08.268Z | Compiling bitfield-macros v0.19.4 |
| 1498 | 2026-08-27T00:38:08.337Z | Compiling zerocopy-derive v0.6.6 |
| 1499 | 2026-08-27T00:38:08.367Z | Compiling tracing v0.1.44 |
| 1500 | 2026-08-27T00:38:08.422Z | Compiling icu_locale_core v2.1.1 |
| 1501 | 2026-08-27T00:38:08.442Z | Compiling icu_collections v2.1.1 |
| 1502 | 2026-08-27T00:38:08.688Z | Compiling unarray v0.1.4 |
| 1503 | 2026-08-27T00:38:08.774Z | Compiling siphasher v1.0.2 |
| 1504 | 2026-08-27T00:38:08.885Z | Compiling flate2 v1.1.9 |
| 1505 | 2026-08-27T00:38:08.954Z | Compiling derive_builder_core v0.20.2 |
| 1506 | 2026-08-27T00:38:08.983Z | Compiling dtrace-parser v0.3.0 |
| 1507 | 2026-08-27T00:38:09.013Z | Compiling bitfield v0.19.4 |
| 1508 | 2026-08-27T00:38:09.131Z | Compiling icu_provider v2.1.1 |
| 1509 | 2026-08-27T00:38:09.172Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-08-27T00:38:09.189Z | Compiling zerocopy v0.6.6 |
| 1511 | 2026-08-27T00:38:09.280Z | Compiling zeroize v1.9.0 |
| 1512 | 2026-08-27T00:38:09.316Z | Compiling bytes v1.11.1 |
| 1513 | 2026-08-27T00:38:09.333Z | Compiling chrono v0.4.45 |
| 1514 | 2026-08-27T00:38:09.343Z | Compiling ipnet v2.12.0 |
| 1515 | 2026-08-27T00:38:09.363Z | Compiling hex v0.4.3 |
| 1516 | 2026-08-27T00:38:09.444Z | Compiling icu_properties v2.1.2 |
| 1517 | 2026-08-27T00:38:09.533Z | Compiling icu_normalizer v2.1.1 |
| 1518 | 2026-08-27T00:38:09.625Z | Compiling der v0.7.10 |
| 1519 | 2026-08-27T00:38:09.648Z | Compiling rustls-pki-types v1.14.0 |
| 1520 | 2026-08-27T00:38:09.729Z | Compiling hybrid-array v0.4.13 |
| 1521 | 2026-08-27T00:38:09.800Z | Compiling tokio v1.52.1 |
| 1522 | 2026-08-27T00:38:09.851Z | Compiling http v1.4.2 |
| 1523 | 2026-08-27T00:38:09.939Z | Compiling serde_spanned v0.6.9 |
| 1524 | 2026-08-27T00:38:10.009Z | Compiling toml_datetime v0.6.11 |
| 1525 | 2026-08-27T00:38:10.145Z | Compiling crypto-common v0.1.7 |
| 1526 | 2026-08-27T00:38:10.146Z | Compiling block-buffer v0.10.4 |
| 1527 | 2026-08-27T00:38:10.146Z | Compiling clap v4.6.1 |
| 1528 | 2026-08-27T00:38:10.324Z | Compiling time v0.3.47 |
| 1529 | 2026-08-27T00:38:10.360Z | Compiling digest v0.10.7 |
| 1530 | 2026-08-27T00:38:10.361Z | Compiling idna_adapter v1.2.1 |
| 1531 | 2026-08-27T00:38:10.470Z | Compiling ppv-lite86 v0.2.21 |
| 1532 | 2026-08-27T00:38:10.524Z | Compiling idna v1.1.0 |
| 1533 | 2026-08-27T00:38:10.601Z | Compiling spki v0.7.3 |
| 1534 | 2026-08-27T00:38:10.601Z | Compiling http-body v1.0.1 |
| 1535 | 2026-08-27T00:38:10.627Z | Compiling sha2 v0.10.9 |
| 1536 | 2026-08-27T00:38:10.628Z | Compiling signature v2.2.0 |
| 1537 | 2026-08-27T00:38:10.698Z | Compiling hmac v0.12.1 |
| 1538 | 2026-08-27T00:38:10.723Z | Compiling pkcs8 v0.10.2 |
| 1539 | 2026-08-27T00:38:10.771Z | Compiling rand_chacha v0.9.0 |
| 1540 | 2026-08-27T00:38:10.836Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-08-27T00:38:10.837Z | Compiling http-body-util v0.1.3 |
| 1542 | 2026-08-27T00:38:10.857Z | Compiling url v2.5.8 |
| 1543 | 2026-08-27T00:38:11.000Z | Compiling rand v0.9.2 |
| 1544 | 2026-08-27T00:38:11.025Z | Compiling dof v0.4.0 |
| 1545 | 2026-08-27T00:38:11.064Z | Compiling pkcs1 v0.7.5 |
| 1546 | 2026-08-27T00:38:11.120Z | Compiling rand v0.8.6 |
| 1547 | 2026-08-27T00:38:11.210Z | Compiling crc v3.4.0 |
| 1548 | 2026-08-27T00:38:11.233Z | Compiling structmeta-derive v0.3.0 |
| 1549 | 2026-08-27T00:38:11.474Z | Compiling scroll_derive v0.12.1 |
| 1550 | 2026-08-27T00:38:11.541Z | Compiling array-init v0.0.4 |
| 1551 | 2026-08-27T00:38:11.553Z | Compiling smallvec v0.6.14 |
| 1552 | 2026-08-27T00:38:11.754Z | Compiling proptest v1.11.0 |
| 1553 | 2026-08-27T00:38:11.778Z | Compiling darling_core v0.23.0 |
| 1554 | 2026-08-27T00:38:11.803Z | Compiling heapless v0.7.17 |
| 1555 | 2026-08-27T00:38:11.826Z | Compiling slog v2.8.2 |
| 1556 | 2026-08-27T00:38:11.900Z | Compiling thread-id v5.1.0 |
| 1557 | 2026-08-27T00:38:11.950Z | Compiling env_filter v2.0.0 |
| 1558 | 2026-08-27T00:38:11.973Z | Compiling syn v3.0.3 |
| 1559 | 2026-08-27T00:38:12.008Z | Compiling cookie v0.18.1 |
| 1560 | 2026-08-27T00:38:12.024Z | Compiling hashbrown v0.12.3 |
| 1561 | 2026-08-27T00:38:12.070Z | Compiling anyhow v1.0.104 |
| 1562 | 2026-08-27T00:38:12.162Z | Compiling unicode-properties v0.1.4 |
| 1563 | 2026-08-27T00:38:12.207Z | Compiling zstd-safe v7.2.4 |
| 1564 | 2026-08-27T00:38:12.231Z | Compiling ipnetwork v0.21.1 |
| 1565 | 2026-08-27T00:38:12.270Z | Compiling allocator-api2 v0.2.21 |
| 1566 | 2026-08-27T00:38:12.346Z | Compiling gimli v0.32.3 |
| 1567 | 2026-08-27T00:38:12.381Z | Compiling signal-hook v0.3.18 |
| 1568 | 2026-08-27T00:38:12.399Z | Compiling winnow v0.5.40 |
| 1569 | 2026-08-27T00:38:12.427Z | Compiling ryu v1.0.23 |
| 1570 | 2026-08-27T00:38:12.514Z | Compiling base64 v0.21.7 |
| 1571 | 2026-08-27T00:38:12.526Z | Compiling unicode-bidi v0.3.18 |
| 1572 | 2026-08-27T00:38:12.546Z | Compiling iri-string v0.7.10 |
| 1573 | 2026-08-27T00:38:12.586Z | Compiling serde_urlencoded v0.7.1 |
| 1574 | 2026-08-27T00:38:12.638Z | Compiling oxnet v0.1.6 |
| 1575 | 2026-08-27T00:38:12.768Z | Compiling ron v0.8.1 |
| 1576 | 2026-08-27T00:38:12.832Z | Compiling rsa v0.9.10 |
| 1577 | 2026-08-27T00:38:12.853Z | Compiling stringprep v0.1.5 |
| 1578 | 2026-08-27T00:38:12.991Z | Compiling structmeta v0.3.0 |
| 1579 | 2026-08-27T00:38:13.070Z | Compiling scroll v0.12.0 |
| 1580 | 2026-08-27T00:38:13.083Z | Compiling env_logger v0.11.11 |
| 1581 | 2026-08-27T00:38:13.230Z | Compiling serde-hex v0.1.0 |
| 1582 | 2026-08-27T00:38:13.350Z | Compiling camino v1.2.5 |
| 1583 | 2026-08-27T00:38:13.460Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1584 | 2026-08-27T00:38:13.670Z | Compiling tokio-util v0.7.18 |
| 1585 | 2026-08-27T00:38:13.738Z | Compiling tower v0.5.3 |
| 1586 | 2026-08-27T00:38:13.768Z | Compiling toml_edit v0.19.15 |
| 1587 | 2026-08-27T00:38:13.804Z | Compiling tokio-native-tls v0.3.1 |
| 1588 | 2026-08-27T00:38:13.854Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1589 | 2026-08-27T00:38:13.993Z | Compiling addr2line v0.25.1 |
| 1590 | 2026-08-27T00:38:14.095Z | Compiling newtype-uuid v1.3.2 |
| 1591 | 2026-08-27T00:38:14.221Z | Compiling tower-http v0.6.8 |
| 1592 | 2026-08-27T00:38:14.237Z | Compiling darling_macro v0.23.0 |
| 1593 | 2026-08-27T00:38:14.347Z | Compiling hashbrown v0.13.2 |
| 1594 | 2026-08-27T00:38:14.441Z | Compiling h2 v0.4.15 |
| 1595 | 2026-08-27T00:38:14.657Z | Compiling bzip2 v0.4.4 |
| 1596 | 2026-08-27T00:38:14.717Z | Compiling x509-cert v0.2.5 |
| 1597 | 2026-08-27T00:38:14.750Z | Compiling md-5 v0.10.6 |
| 1598 | 2026-08-27T00:38:14.767Z | Compiling crypto-common v0.2.2 |
| 1599 | 2026-08-27T00:38:14.850Z | Compiling block-buffer v0.12.1 |
| 1600 | 2026-08-27T00:38:14.881Z | Compiling block-padding v0.4.2 |
| 1601 | 2026-08-27T00:38:14.931Z | Compiling rustls-native-certs v0.8.3 |
| 1602 | 2026-08-27T00:38:14.982Z | Compiling derive_builder_macro v0.20.2 |
| 1603 | 2026-08-27T00:38:15.055Z | Compiling serde_tokenstream v0.2.3 |
| 1604 | 2026-08-27T00:38:15.071Z | Compiling erased-serde v0.3.31 |
| 1605 | 2026-08-27T00:38:15.239Z | Compiling bstr v1.12.1 |
| 1606 | 2026-08-27T00:38:15.388Z | Compiling async-trait v0.1.89 |
| 1607 | 2026-08-27T00:38:15.421Z | Compiling daft-derive v0.1.8 |
| 1608 | 2026-08-27T00:38:15.480Z | Compiling zerocopy-derive v0.7.35 |
| 1609 | 2026-08-27T00:38:15.582Z | Compiling pin-project-internal v1.1.11 |
| 1610 | 2026-08-27T00:38:15.602Z | Compiling curve25519-dalek v4.1.3 |
| 1611 | 2026-08-27T00:38:15.885Z | Compiling vergen-lib v9.1.0 |
| 1612 | 2026-08-27T00:38:15.909Z | Compiling hash32 v0.2.1 |
| 1613 | 2026-08-27T00:38:15.992Z | Compiling memoffset v0.9.1 |
| 1614 | 2026-08-27T00:38:16.085Z | Compiling encoding_rs v0.8.35 |
| 1615 | 2026-08-27T00:38:16.127Z | Compiling rustix v0.38.44 |
| 1616 | 2026-08-27T00:38:16.184Z | Compiling crc-any v2.5.0 |
| 1617 | 2026-08-27T00:38:16.239Z | Compiling fallible-iterator v0.2.0 |
| 1618 | 2026-08-27T00:38:16.375Z | Compiling rustc-demangle v0.1.27 |
| 1619 | 2026-08-27T00:38:16.396Z | Compiling cfg_aliases v0.2.1 |
| 1620 | 2026-08-27T00:38:16.431Z | Compiling mime v0.3.17 |
| 1621 | 2026-08-27T00:38:16.431Z | Compiling psl-types v2.0.11 |
| 1622 | 2026-08-27T00:38:16.475Z | Compiling owo-colors v4.3.0 |
| 1623 | 2026-08-27T00:38:16.490Z | Compiling litrs v1.0.0 |
| 1624 | 2026-08-27T00:38:16.508Z | Compiling smoltcp v0.9.1 |
| 1625 | 2026-08-27T00:38:16.531Z | Compiling ref-cast v1.0.25 |
| 1626 | 2026-08-27T00:38:16.571Z | Compiling publicsuffix v2.3.0 |
| 1627 | 2026-08-27T00:38:16.643Z | Compiling backtrace v0.3.76 |
| 1628 | 2026-08-27T00:38:16.697Z | Compiling postgres-protocol v0.6.10 |
| 1629 | 2026-08-27T00:38:16.713Z | Compiling nix v0.31.2 |
| 1630 | 2026-08-27T00:38:16.758Z | Compiling pin-project v1.1.11 |
| 1631 | 2026-08-27T00:38:16.774Z | Compiling zerocopy v0.7.35 |
| 1632 | 2026-08-27T00:38:16.879Z | Compiling daft v0.1.8 |
| 1633 | 2026-08-27T00:38:16.967Z | Compiling derive_builder v0.20.2 |
| 1634 | 2026-08-27T00:38:17.021Z | Compiling document-features v0.2.12 |
| 1635 | 2026-08-27T00:38:17.037Z | Compiling toml v0.7.8 |
| 1636 | 2026-08-27T00:38:17.117Z | Compiling inout v0.2.2 |
| 1637 | 2026-08-27T00:38:17.261Z | Compiling zip v0.6.6 |
| 1638 | 2026-08-27T00:38:17.312Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1639 | 2026-08-27T00:38:17.312Z | Compiling object v0.30.4 |
| 1640 | 2026-08-27T00:38:17.340Z | Compiling darling v0.23.0 |
| 1641 | 2026-08-27T00:38:17.351Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1642 | 2026-08-27T00:38:17.364Z | Compiling goblin v0.8.2 |
| 1643 | 2026-08-27T00:38:17.378Z | Compiling derive-ex v0.1.8 |
| 1644 | 2026-08-27T00:38:17.629Z | Compiling hyper v1.10.1 |
| 1645 | 2026-08-27T00:38:17.661Z | Compiling futures-executor v0.3.32 |
| 1646 | 2026-08-27T00:38:17.717Z | Compiling phf_shared v0.13.1 |
| 1647 | 2026-08-27T00:38:17.784Z | Compiling hubpack_derive v0.1.1 |
| 1648 | 2026-08-27T00:38:17.866Z | Compiling regex v1.12.3 |
| 1649 | 2026-08-27T00:38:17.882Z | Compiling convert_case v0.10.0 |
| 1650 | 2026-08-27T00:38:17.944Z | Compiling ref-cast-impl v1.0.25 |
| 1651 | 2026-08-27T00:38:17.952Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1652 | 2026-08-27T00:38:17.977Z | Compiling snafu-derive v0.8.9 |
| 1653 | 2026-08-27T00:38:17.992Z | Compiling strum_macros v0.27.2 |
| 1654 | 2026-08-27T00:38:18.196Z | Compiling vergen v9.1.0 |
| 1655 | 2026-08-27T00:38:18.263Z | Compiling cargo-platform v0.3.2 |
| 1656 | 2026-08-27T00:38:18.317Z | Compiling ff v0.13.1 |
| 1657 | 2026-08-27T00:38:18.450Z | Compiling fs-err v3.3.0 |
| 1658 | 2026-08-27T00:38:18.481Z | Compiling bitflags v1.3.2 |
| 1659 | 2026-08-27T00:38:18.552Z | Compiling same-file v1.0.6 |
| 1660 | 2026-08-27T00:38:18.590Z | Compiling either v1.15.0 |
| 1661 | 2026-08-27T00:38:18.982Z | Compiling is_ci v1.2.0 |
| 1662 | 2026-08-27T00:38:18.982Z | Compiling bumpalo v3.20.2 |
| 1663 | 2026-08-27T00:38:18.982Z | Compiling foldhash v0.1.5 |
| 1664 | 2026-08-27T00:38:18.982Z | Compiling managed v0.8.0 |
| 1665 | 2026-08-27T00:38:18.982Z | Compiling foldhash v0.2.0 |
| 1666 | 2026-08-27T00:38:18.982Z | Compiling hyper-util v0.1.20 |
| 1667 | 2026-08-27T00:38:18.982Z | Compiling jiff-core v0.1.0 |
| 1668 | 2026-08-27T00:38:18.982Z | Compiling path-slash v0.1.5 |
| 1669 | 2026-08-27T00:38:18.982Z | Compiling base16ct v0.2.0 |
| 1670 | 2026-08-27T00:38:18.982Z | Compiling libbz2-rs-sys v0.2.2 |
| 1671 | 2026-08-27T00:38:18.982Z | Compiling textwrap v0.16.2 |
| 1672 | 2026-08-27T00:38:19.043Z | Compiling sec1 v0.7.3 |
| 1673 | 2026-08-27T00:38:19.073Z | Compiling hashbrown v0.16.1 |
| 1674 | 2026-08-27T00:38:19.088Z | Compiling test-strategy v0.4.5 |
| 1675 | 2026-08-27T00:38:19.247Z | Compiling zopfli v0.8.3 |
| 1676 | 2026-08-27T00:38:19.263Z | Compiling hashbrown v0.15.5 |
| 1677 | 2026-08-27T00:38:19.354Z | Compiling bzip2 v0.6.1 |
| 1678 | 2026-08-27T00:38:19.567Z | Compiling jiff v0.2.34 |
| 1679 | 2026-08-27T00:38:19.603Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1680 | 2026-08-27T00:38:19.622Z | Compiling dof v0.3.0 |
| 1681 | 2026-08-27T00:38:19.697Z | Compiling supports-color v3.0.2 |
| 1682 | 2026-08-27T00:38:19.826Z | Compiling walkdir v2.5.0 |
| 1683 | 2026-08-27T00:38:19.906Z | Compiling snafu v0.8.9 |
| 1684 | 2026-08-27T00:38:20.027Z | Compiling strum v0.27.2 |
| 1685 | 2026-08-27T00:38:20.039Z | Compiling cargo_metadata v0.23.1 |
| 1686 | 2026-08-27T00:38:20.059Z | Compiling group v0.13.0 |
| 1687 | 2026-08-27T00:38:20.145Z | Compiling hyper-tls v0.6.0 |
| 1688 | 2026-08-27T00:38:20.180Z | Compiling hubpack v0.1.2 |
| 1689 | 2026-08-27T00:38:20.194Z | Compiling derive_more-impl v2.1.1 |
| 1690 | 2026-08-27T00:38:20.248Z | Compiling phf v0.13.1 |
| 1691 | 2026-08-27T00:38:20.282Z | Compiling signal-hook-mio v0.2.5 |
| 1692 | 2026-08-27T00:38:20.352Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-08-27T00:38:20.415Z | Compiling futures v0.3.32 |
| 1694 | 2026-08-27T00:38:20.432Z | Compiling zstd v0.13.3 |
| 1695 | 2026-08-27T00:38:20.432Z | Compiling cookie_store v0.22.1 |
| 1696 | 2026-08-27T00:38:20.497Z | Compiling serde_with_macros v3.21.0 |
| 1697 | 2026-08-27T00:38:20.512Z | Compiling cipher v0.5.2 |
| 1698 | 2026-08-27T00:38:20.591Z | Compiling backtrace-ext v0.2.1 |
| 1699 | 2026-08-27T00:38:20.695Z | Compiling postgres-types v0.2.12 |
| 1700 | 2026-08-27T00:38:20.887Z | Compiling globset v0.4.18 |
| 1701 | 2026-08-27T00:38:20.932Z | Compiling usdt-macro v0.6.0 |
| 1702 | 2026-08-27T00:38:20.993Z | Compiling usdt-attr-macro v0.6.0 |
| 1703 | 2026-08-27T00:38:21.132Z | Compiling byte-wrapper v0.1.0 |
| 1704 | 2026-08-27T00:38:21.341Z | Compiling ed25519 v2.2.3 |
| 1705 | 2026-08-27T00:38:21.379Z | Compiling hkdf v0.12.4 |
| 1706 | 2026-08-27T00:38:21.429Z | Compiling crypto-bigint v0.5.5 |
| 1707 | 2026-08-27T00:38:21.503Z | Compiling dtrace-parser v0.2.0 |
| 1708 | 2026-08-27T00:38:21.588Z | Compiling serde_plain v1.0.2 |
| 1709 | 2026-08-27T00:38:21.598Z | Compiling olpc-cjson v0.1.4 |
| 1710 | 2026-08-27T00:38:21.608Z | Compiling serde-big-array v0.5.1 |
| 1711 | 2026-08-27T00:38:21.731Z | Compiling phf_shared v0.11.3 |
| 1712 | 2026-08-27T00:38:21.769Z | Compiling strum_macros v0.26.4 |
| 1713 | 2026-08-27T00:38:21.780Z | Compiling serde_repr v0.1.20 |
| 1714 | 2026-08-27T00:38:21.780Z | Compiling async-recursion v1.1.1 |
| 1715 | 2026-08-27T00:38:21.812Z | Compiling enum-as-inner v0.6.1 |
| 1716 | 2026-08-27T00:38:21.863Z | Compiling miette-derive v7.6.0 |
| 1717 | 2026-08-27T00:38:21.928Z | Compiling float-cmp v0.10.0 |
| 1718 | 2026-08-27T00:38:22.008Z | Compiling pem v3.0.6 |
| 1719 | 2026-08-27T00:38:22.086Z | Compiling memmap2 v0.9.10 |
| 1720 | 2026-08-27T00:38:22.460Z | Compiling thread-id v4.2.2 |
| 1721 | 2026-08-27T00:38:22.477Z | Compiling winnow v1.0.3 |
| 1722 | 2026-08-27T00:38:22.477Z | Compiling static_assertions v1.1.0 |
| 1723 | 2026-08-27T00:38:22.477Z | Compiling fixedbitset v0.5.7 |
| 1724 | 2026-08-27T00:38:22.477Z | Compiling fixedbitset v0.4.2 |
| 1725 | 2026-08-27T00:38:22.477Z | Compiling supports-unicode v3.0.0 |
| 1726 | 2026-08-27T00:38:22.477Z | Compiling precomputed-hash v0.1.1 |
| 1727 | 2026-08-27T00:38:22.477Z | Compiling predicates-core v1.0.10 |
| 1728 | 2026-08-27T00:38:22.555Z | Compiling new_debug_unreachable v1.0.6 |
| 1729 | 2026-08-27T00:38:22.580Z | Compiling typed-path v0.9.3 |
| 1730 | 2026-08-27T00:38:22.580Z | Compiling whoami v2.1.0 |
| 1731 | 2026-08-27T00:38:22.590Z | Compiling const-oid v0.10.2 |
| 1732 | 2026-08-27T00:38:22.630Z | Compiling normalize-line-endings v0.3.0 |
| 1733 | 2026-08-27T00:38:22.636Z | Compiling data-encoding v2.10.0 |
| 1734 | 2026-08-27T00:38:22.705Z | Compiling keccak v0.1.6 |
| 1735 | 2026-08-27T00:38:22.728Z | Compiling supports-hyperlinks v3.2.0 |
| 1736 | 2026-08-27T00:38:22.765Z | Compiling difflib v0.4.0 |
| 1737 | 2026-08-27T00:38:22.798Z | Compiling cpufeatures v0.3.0 |
| 1738 | 2026-08-27T00:38:22.890Z | Compiling chacha20 v0.10.0 |
| 1739 | 2026-08-27T00:38:22.903Z | Compiling sha3 v0.10.8 |
| 1740 | 2026-08-27T00:38:22.923Z | Compiling hickory-proto v0.25.2 |
| 1741 | 2026-08-27T00:38:22.944Z | Compiling tokio-postgres v0.7.16 |
| 1742 | 2026-08-27T00:38:23.066Z | Compiling miette v7.6.0 |
| 1743 | 2026-08-27T00:38:23.187Z | Compiling predicates v3.1.4 |
| 1744 | 2026-08-27T00:38:23.282Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1745 | 2026-08-27T00:38:23.336Z | Compiling toml_edit v0.22.27 |
| 1746 | 2026-08-27T00:38:23.345Z | Compiling digest v0.11.3 |
| 1747 | 2026-08-27T00:38:23.380Z | Compiling string_cache v0.8.9 |
| 1748 | 2026-08-27T00:38:23.407Z | Compiling petgraph v0.8.3 |
| 1749 | 2026-08-27T00:38:23.443Z | Compiling petgraph v0.6.5 |
| 1750 | 2026-08-27T00:38:23.570Z | Compiling strum v0.26.3 |
| 1751 | 2026-08-27T00:38:23.595Z | Compiling elliptic-curve v0.13.8 |
| 1752 | 2026-08-27T00:38:23.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1753 | 2026-08-27T00:38:23.639Z | Compiling usdt-impl v0.5.0 |
| 1754 | 2026-08-27T00:38:23.717Z | Compiling usdt v0.6.0 |
| 1755 | 2026-08-27T00:38:23.811Z | Compiling zip v4.6.1 |
| 1756 | 2026-08-27T00:38:23.847Z | Compiling crossterm v0.28.1 |
| 1757 | 2026-08-27T00:38:23.915Z | Compiling serde_with v3.21.0 |
| 1758 | 2026-08-27T00:38:24.012Z | Compiling ed25519-dalek v2.2.0 |
| 1759 | 2026-08-27T00:38:24.034Z | Compiling derive_more v2.1.1 |
| 1760 | 2026-08-27T00:38:24.147Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1761 | 2026-08-27T00:38:24.238Z | Compiling iddqd v0.4.2 |
| 1762 | 2026-08-27T00:38:24.634Z | Compiling itertools v0.13.0 |
| 1763 | 2026-08-27T00:38:24.749Z | Compiling itertools v0.15.0 |
| 1764 | 2026-08-27T00:38:24.953Z | Compiling similar v2.7.0 |
| 1765 | 2026-08-27T00:38:24.972Z | Compiling crossbeam-epoch v0.9.18 |
| 1766 | 2026-08-27T00:38:25.114Z | Compiling tokio-stream v0.1.18 |
| 1767 | 2026-08-27T00:38:29.163Z | Compiling buf-list v1.1.2 |
| 1768 | 2026-08-27T00:38:29.191Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1769 | 2026-08-27T00:38:29.192Z | Compiling openapiv3 v2.2.0 |
| 1770 | 2026-08-27T00:38:29.192Z | Compiling heck v0.4.1 |
| 1771 | 2026-08-27T00:38:29.192Z | Compiling peg-runtime v0.8.5 |
| 1772 | 2026-08-27T00:38:29.192Z | Compiling lalrpop-util v0.19.12 |
| 1773 | 2026-08-27T00:38:29.192Z | Compiling thread_local v1.1.9 |
| 1774 | 2026-08-27T00:38:29.192Z | Compiling slog-async v2.8.0 |
| 1775 | 2026-08-27T00:38:29.192Z | Compiling crossbeam-channel v0.5.15 |
| 1776 | 2026-08-27T00:38:29.192Z | Compiling is-terminal v0.4.17 |
| 1777 | 2026-08-27T00:38:29.192Z | Compiling filetime v0.2.27 |
| 1778 | 2026-08-27T00:38:29.192Z | Compiling take_mut v0.2.2 |
| 1779 | 2026-08-27T00:38:29.192Z | Compiling xattr v1.6.1 |
| 1780 | 2026-08-27T00:38:29.192Z | Compiling term v1.2.1 |
| 1781 | 2026-08-27T00:38:29.192Z | Compiling camino-tempfile v1.4.1 |
| 1782 | 2026-08-27T00:38:29.192Z | Compiling tar v0.4.46 |
| 1783 | 2026-08-27T00:38:29.192Z | Compiling slog-term v2.9.2 |
| 1784 | 2026-08-27T00:38:43.294Z | Compiling rustls-webpki v0.103.13 |
| 1785 | 2026-08-27T00:38:45.966Z | Compiling tokio-rustls v0.26.4 |
| 1786 | 2026-08-27T00:38:45.966Z | Compiling rustls-platform-verifier v0.6.2 |
| 1787 | 2026-08-27T00:38:45.970Z | Compiling tough v0.22.0 |
| 1788 | 2026-08-27T00:38:46.188Z | Compiling hyper-rustls v0.27.7 |
| 1789 | 2026-08-27T00:38:46.376Z | Compiling reqwest v0.13.2 |
| 1790 | 2026-08-27T00:38:48.487Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2026-08-27T00:38:48.719Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1792 | 2026-08-27T00:38:51.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.17s |
| 1793 | 2026-08-27T00:38:51.752Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1794 | 2026-08-27T00:38:51.811Z | Aug 27 00:38:51.140 INFO Starting download, target: Console |
| 1795 | 2026-08-27T00:38:51.811Z | Aug 27 00:38:51.141 INFO Starting download, target: MaghemiteMgd |
| 1796 | 2026-08-27T00:38:51.811Z | Aug 27 00:38:51.141 INFO Starting download, target: Cockroach |
| 1797 | 2026-08-27T00:38:51.815Z | Aug 27 00:38:51.141 INFO Starting download, target: Clickhouse |
| 1798 | 2026-08-27T00:38:51.815Z | Aug 27 00:38:51.141 INFO Starting download, target: DendriteStub |
| 1799 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Starting download, target: MaghemiteDdmd |
| 1800 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Starting download, target: TransceiverControl |
| 1801 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1802 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1803 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1804 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1805 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1806 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1807 | 2026-08-27T00:38:51.816Z | Aug 27 00:38:51.141 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1808 | 2026-08-27T00:38:53.560Z | Aug 27 00:38:52.890 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1809 | 2026-08-27T00:38:53.620Z | Aug 27 00:38:52.951 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1810 | 2026-08-27T00:38:53.807Z | Aug 27 00:38:53.138 INFO Download complete, target: Console |
| 1811 | 2026-08-27T00:39:00.281Z | Aug 27 00:38:59.612 INFO Checking that binary works, target: Clickhouse |
| 1812 | 2026-08-27T00:39:00.370Z | Aug 27 00:38:59.700 INFO Download complete, target: Clickhouse |
| 1813 | 2026-08-27T00:39:05.982Z | Aug 27 00:39:05.154 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1814 | 2026-08-27T00:39:06.236Z | Aug 27 00:39:05.364 INFO Download complete, target: TransceiverControl |
| 1815 | 2026-08-27T00:39:12.688Z | Aug 27 00:39:11.957 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1816 | 2026-08-27T00:39:13.392Z | Aug 27 00:39:12.631 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1817 | 2026-08-27T00:39:14.235Z | Aug 27 00:39:13.513 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1818 | 2026-08-27T00:39:14.976Z | Aug 27 00:39:14.274 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1819 | 2026-08-27T00:39:14.976Z | Aug 27 00:39:14.274 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1820 | 2026-08-27T00:39:15.030Z | Aug 27 00:39:14.351 INFO Download complete, target: DendriteStub |
| 1821 | 2026-08-27T00:39:15.279Z | Aug 27 00:39:14.609 INFO Download complete, target: MaghemiteDdmd |
| 1822 | 2026-08-27T00:39:16.756Z | Aug 27 00:39:16.087 INFO Download complete, target: MaghemiteMgd |
| 1823 | 2026-08-27T00:39:19.579Z | Aug 27 00:39:18.908 INFO Checking that binary works, target: Cockroach |
| 1824 | 2026-08-27T00:39:19.727Z | Aug 27 00:39:19.057 INFO Download complete, target: Cockroach |
| 1825 | 2026-08-27T00:39:19.740Z | All prerequisites installed successfully |
| 1826 | 2026-08-27T00:39:19.744Z | |
| 1827 | 2026-08-27T00:39:19.744Z | real 2:13.570799920 |
| 1828 | 2026-08-27T00:39:19.744Z | user 7:20.024543048 |
| 1829 | 2026-08-27T00:39:19.745Z | sys 1:44.690170732 |
| 1830 | 2026-08-27T00:39:19.745Z | trap 0.280477354 |
| 1831 | 2026-08-27T00:39:19.745Z | tflt 0.851545875 |
| 1832 | 2026-08-27T00:39:19.745Z | dflt 1.635767994 |
| 1833 | 2026-08-27T00:39:19.745Z | kflt 0.028002527 |
| 1834 | 2026-08-27T00:39:19.745Z | lock 36:56.937314438 |
| 1835 | 2026-08-27T00:39:19.745Z | slp 20:35.493672709 |
| 1836 | 2026-08-27T00:39:19.745Z | lat 28.731409976 |
| 1837 | 2026-08-27T00:39:19.745Z | stop 3:36.250214847 |
| 1838 | 2026-08-27T00:39:19.745Z | + ptime -m cargo xtask download softnpu |
| 1839 | 2026-08-27T00:39:20.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1840 | 2026-08-27T00:39:20.227Z | Running `target/debug/xtask download softnpu` |
| 1841 | 2026-08-27T00:39:21.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1842 | 2026-08-27T00:39:21.065Z | Running `target/debug/xtask-downloader softnpu` |
| 1843 | 2026-08-27T00:39:21.108Z | Aug 27 00:39:20.437 INFO Starting download, target: Softnpu |
| 1844 | 2026-08-27T00:39:21.112Z | Aug 27 00:39:20.438 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1845 | 2026-08-27T00:39:24.187Z | Aug 27 00:39:23.516 INFO Download complete, target: Softnpu |
| 1846 | 2026-08-27T00:39:24.190Z | |
| 1847 | 2026-08-27T00:39:24.190Z | real 4.450453941 |
| 1848 | 2026-08-27T00:39:24.190Z | user 1.311215892 |
| 1849 | 2026-08-27T00:39:24.191Z | sys 0.625495975 |
| 1850 | 2026-08-27T00:39:24.191Z | trap 0.000578500 |
| 1851 | 2026-08-27T00:39:24.191Z | tflt 0.000123970 |
| 1852 | 2026-08-27T00:39:24.191Z | dflt 0.000246120 |
| 1853 | 2026-08-27T00:39:24.191Z | kflt 0.000000000 |
| 1854 | 2026-08-27T00:39:24.191Z | lock 56.235121284 |
| 1855 | 2026-08-27T00:39:24.191Z | slp 2.952534640 |
| 1856 | 2026-08-27T00:39:24.191Z | lat 0.094777676 |
| 1857 | 2026-08-27T00:39:24.191Z | stop 0.000186940 |
| 1858 | 2026-08-27T00:39:24.191Z | + export CARGO_INCREMENTAL=0 |
| 1859 | 2026-08-27T00:39:24.191Z | + CARGO_INCREMENTAL=0 |
| 1860 | 2026-08-27T00:39:24.191Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1861 | 2026-08-27T00:39:25.100Z | Compiling proc-macro2 v1.0.106 |
| 1862 | 2026-08-27T00:39:25.100Z | Compiling quote v1.0.45 |
| 1863 | 2026-08-27T00:39:25.100Z | Compiling unicode-ident v1.0.24 |
| 1864 | 2026-08-27T00:39:25.103Z | Compiling serde_core v1.0.228 |
| 1865 | 2026-08-27T00:39:25.103Z | Compiling libc v0.2.185 |
| 1866 | 2026-08-27T00:39:25.103Z | Compiling serde v1.0.228 |
| 1867 | 2026-08-27T00:39:25.104Z | Compiling cfg-if v1.0.4 |
| 1868 | 2026-08-27T00:39:25.104Z | Compiling version_check v0.9.5 |
| 1869 | 2026-08-27T00:39:25.104Z | Compiling autocfg v1.5.0 |
| 1870 | 2026-08-27T00:39:25.256Z | Compiling shlex v1.3.0 |
| 1871 | 2026-08-27T00:39:25.262Z | Compiling find-msvc-tools v0.1.9 |
| 1872 | 2026-08-27T00:39:25.262Z | Compiling memchr v2.8.0 |
| 1873 | 2026-08-27T00:39:25.262Z | Compiling zmij v1.0.21 |
| 1874 | 2026-08-27T00:39:25.262Z | Compiling serde_json v1.0.151 |
| 1875 | 2026-08-27T00:39:25.391Z | Compiling portable-atomic v1.13.1 |
| 1876 | 2026-08-27T00:39:25.436Z | Compiling zerocopy v0.8.55 |
| 1877 | 2026-08-27T00:39:25.436Z | Compiling libm v0.2.16 |
| 1878 | 2026-08-27T00:39:25.512Z | Compiling getrandom v0.4.3 |
| 1879 | 2026-08-27T00:39:25.672Z | Compiling generic-array v0.14.7 |
| 1880 | 2026-08-27T00:39:25.672Z | Compiling smallvec v1.15.1 |
| 1881 | 2026-08-27T00:39:25.771Z | Compiling num-traits v0.2.19 |
| 1882 | 2026-08-27T00:39:25.784Z | Compiling icu_properties_data v2.1.2 |
| 1883 | 2026-08-27T00:39:25.787Z | Compiling icu_normalizer_data v2.1.1 |
| 1884 | 2026-08-27T00:39:25.845Z | Compiling parking_lot_core v0.9.12 |
| 1885 | 2026-08-27T00:39:25.851Z | Compiling itoa v1.0.17 |
| 1886 | 2026-08-27T00:39:25.878Z | Compiling log v0.4.33 |
| 1887 | 2026-08-27T00:39:25.931Z | Compiling pkg-config v0.3.32 |
| 1888 | 2026-08-27T00:39:25.983Z | Compiling subtle v2.6.1 |
| 1889 | 2026-08-27T00:39:26.020Z | Compiling stable_deref_trait v1.2.1 |
| 1890 | 2026-08-27T00:39:26.095Z | Compiling rustix v1.1.4 |
| 1891 | 2026-08-27T00:39:26.099Z | Compiling typenum v1.20.1 |
| 1892 | 2026-08-27T00:39:26.125Z | Compiling getrandom v0.3.4 |
| 1893 | 2026-08-27T00:39:26.168Z | Compiling jobserver v0.1.34 |
| 1894 | 2026-08-27T00:39:26.171Z | Compiling errno v0.3.14 |
| 1895 | 2026-08-27T00:39:26.201Z | Compiling scopeguard v1.2.0 |
| 1896 | 2026-08-27T00:39:26.258Z | Compiling thiserror v2.0.18 |
| 1897 | 2026-08-27T00:39:26.368Z | Compiling lock_api v0.4.14 |
| 1898 | 2026-08-27T00:39:26.408Z | Compiling cc v1.2.56 |
| 1899 | 2026-08-27T00:39:26.424Z | Compiling rand_core v0.10.0 |
| 1900 | 2026-08-27T00:39:26.538Z | Compiling heck v0.5.0 |
| 1901 | 2026-08-27T00:39:26.547Z | Compiling syn v2.0.117 |
| 1902 | 2026-08-27T00:39:26.608Z | Compiling critical-section v1.2.0 |
| 1903 | 2026-08-27T00:39:26.639Z | Compiling getrandom v0.2.17 |
| 1904 | 2026-08-27T00:39:26.643Z | Compiling litemap v0.8.1 |
| 1905 | 2026-08-27T00:39:26.656Z | Compiling percent-encoding v2.3.2 |
| 1906 | 2026-08-27T00:39:26.703Z | Compiling writeable v0.6.2 |
| 1907 | 2026-08-27T00:39:26.753Z | Compiling equivalent v1.0.2 |
| 1908 | 2026-08-27T00:39:26.765Z | Compiling schemars v0.8.22 |
| 1909 | 2026-08-27T00:39:26.804Z | Compiling rand_core v0.6.4 |
| 1910 | 2026-08-27T00:39:26.867Z | Compiling syn v1.0.109 |
| 1911 | 2026-08-27T00:39:26.885Z | Compiling pin-project-lite v0.2.17 |
| 1912 | 2026-08-27T00:39:26.958Z | Compiling rustversion v1.0.22 |
| 1913 | 2026-08-27T00:39:27.017Z | Compiling once_cell v1.21.3 |
| 1914 | 2026-08-27T00:39:27.085Z | Compiling hashbrown v0.17.0 |
| 1915 | 2026-08-27T00:39:27.136Z | Compiling fs_extra v1.3.0 |
| 1916 | 2026-08-27T00:39:27.154Z | Compiling cmake v0.1.57 |
| 1917 | 2026-08-27T00:39:27.169Z | Compiling dunce v1.0.5 |
| 1918 | 2026-08-27T00:39:27.232Z | Compiling utf8_iter v1.0.4 |
| 1919 | 2026-08-27T00:39:27.267Z | Compiling byteorder v1.5.0 |
| 1920 | 2026-08-27T00:39:27.282Z | Compiling form_urlencoded v1.2.2 |
| 1921 | 2026-08-27T00:39:27.430Z | Compiling strsim v0.11.1 |
| 1922 | 2026-08-27T00:39:27.509Z | Compiling signal-hook-registry v1.4.8 |
| 1923 | 2026-08-27T00:39:27.572Z | Compiling semver v1.0.28 |
| 1924 | 2026-08-27T00:39:27.609Z | Compiling bitflags v2.11.0 |
| 1925 | 2026-08-27T00:39:27.710Z | Compiling indexmap v2.14.0 |
| 1926 | 2026-08-27T00:39:27.743Z | Compiling aws-lc-sys v0.40.0 |
| 1927 | 2026-08-27T00:39:27.842Z | Compiling thiserror v1.0.69 |
| 1928 | 2026-08-27T00:39:27.842Z | Compiling parking_lot v0.12.5 |
| 1929 | 2026-08-27T00:39:27.871Z | Compiling mio v1.2.0 |
| 1930 | 2026-08-27T00:39:27.891Z | Compiling socket2 v0.6.3 |
| 1931 | 2026-08-27T00:39:28.018Z | Compiling futures-core v0.3.32 |
| 1932 | 2026-08-27T00:39:28.114Z | Compiling const-oid v0.9.6 |
| 1933 | 2026-08-27T00:39:28.154Z | Compiling aws-lc-rs v1.16.3 |
| 1934 | 2026-08-27T00:39:28.267Z | Compiling iana-time-zone v0.1.65 |
| 1935 | 2026-08-27T00:39:28.307Z | Compiling httparse v1.10.1 |
| 1936 | 2026-08-27T00:39:28.545Z | Compiling regex-syntax v0.8.10 |
| 1937 | 2026-08-27T00:39:28.566Z | Compiling fnv v1.0.7 |
| 1938 | 2026-08-27T00:39:28.632Z | Compiling ucd-trie v0.1.7 |
| 1939 | 2026-08-27T00:39:28.648Z | Compiling crc32fast v1.5.0 |
| 1940 | 2026-08-27T00:39:28.716Z | Compiling uuid v1.23.4 |
| 1941 | 2026-08-27T00:39:28.771Z | Compiling vcpkg v0.2.15 |
| 1942 | 2026-08-27T00:39:28.789Z | Compiling pest v2.8.6 |
| 1943 | 2026-08-27T00:39:28.868Z | Compiling ident_case v1.0.1 |
| 1944 | 2026-08-27T00:39:29.036Z | Compiling rustc_version v0.4.1 |
| 1945 | 2026-08-27T00:39:29.108Z | Compiling futures-sink v0.3.32 |
| 1946 | 2026-08-27T00:39:29.151Z | Compiling dyn-clone v1.0.20 |
| 1947 | 2026-08-27T00:39:29.168Z | Compiling rustls v0.23.41 |
| 1948 | 2026-08-27T00:39:29.311Z | Compiling synstructure v0.13.2 |
| 1949 | 2026-08-27T00:39:29.328Z | Compiling serde_derive_internals v0.29.1 |
| 1950 | 2026-08-27T00:39:29.360Z | Compiling openssl-sys v0.9.117 |
| 1951 | 2026-08-27T00:39:29.363Z | Compiling futures-channel v0.3.32 |
| 1952 | 2026-08-27T00:39:29.596Z | Compiling aho-corasick v1.1.4 |
| 1953 | 2026-08-27T00:39:29.633Z | Compiling slab v0.4.12 |
| 1954 | 2026-08-27T00:39:29.670Z | Compiling futures-io v0.3.32 |
| 1955 | 2026-08-27T00:39:29.783Z | Compiling futures-task v0.3.32 |
| 1956 | 2026-08-27T00:39:29.820Z | Compiling pest_meta v2.8.6 |
| 1957 | 2026-08-27T00:39:29.957Z | Compiling num-conv v0.2.0 |
| 1958 | 2026-08-27T00:39:30.019Z | Compiling plain v0.2.3 |
| 1959 | 2026-08-27T00:39:30.028Z | Compiling radium v0.7.0 |
| 1960 | 2026-08-27T00:39:30.073Z | Compiling time-core v0.1.8 |
| 1961 | 2026-08-27T00:39:30.103Z | Compiling crossbeam-utils v0.8.21 |
| 1962 | 2026-08-27T00:39:30.106Z | Compiling base64 v0.22.1 |
| 1963 | 2026-08-27T00:39:30.162Z | Compiling base64ct v1.8.3 |
| 1964 | 2026-08-27T00:39:30.236Z | Compiling time-macros v0.2.27 |
| 1965 | 2026-08-27T00:39:30.292Z | Compiling openssl v0.10.80 |
| 1966 | 2026-08-27T00:39:30.312Z | Compiling pretty-hex v0.4.1 |
| 1967 | 2026-08-27T00:39:30.328Z | Compiling maybe-uninit v2.0.0 |
| 1968 | 2026-08-27T00:39:30.331Z | Compiling slog v2.8.2 |
| 1969 | 2026-08-27T00:39:30.426Z | Compiling pest_generator v2.8.6 |
| 1970 | 2026-08-27T00:39:30.459Z | Compiling regex-automata v0.4.14 |
| 1971 | 2026-08-27T00:39:30.476Z | Compiling pem-rfc7468 v0.7.0 |
| 1972 | 2026-08-27T00:39:30.538Z | Compiling serde_derive v1.0.228 |
| 1973 | 2026-08-27T00:39:30.556Z | Compiling zeroize_derive v1.5.0 |
| 1974 | 2026-08-27T00:39:30.578Z | Compiling zerofrom-derive v0.1.6 |
| 1975 | 2026-08-27T00:39:30.610Z | Compiling yoke-derive v0.8.1 |
| 1976 | 2026-08-27T00:39:30.627Z | Compiling zerocopy-derive v0.8.55 |
| 1977 | 2026-08-27T00:39:30.630Z | Compiling zerovec-derive v0.11.2 |
| 1978 | 2026-08-27T00:39:30.660Z | Compiling displaydoc v0.2.5 |
| 1979 | 2026-08-27T00:39:30.704Z | Compiling tokio-macros v2.7.0 |
| 1980 | 2026-08-27T00:39:30.757Z | Compiling futures-macro v0.3.32 |
| 1981 | 2026-08-27T00:39:30.972Z | Compiling thiserror-impl v2.0.18 |
| 1982 | 2026-08-27T00:39:30.988Z | Compiling schemars_derive v0.8.22 |
| 1983 | 2026-08-27T00:39:31.066Z | Compiling der_derive v0.7.3 |
| 1984 | 2026-08-27T00:39:31.147Z | Compiling tracing-attributes v0.1.31 |
| 1985 | 2026-08-27T00:39:31.174Z | Compiling thiserror-impl v1.0.69 |
| 1986 | 2026-08-27T00:39:31.189Z | Compiling pest_derive v2.8.6 |
| 1987 | 2026-08-27T00:39:31.210Z | Compiling scroll_derive v0.12.1 |
| 1988 | 2026-08-27T00:39:31.386Z | Compiling scroll_derive v0.13.1 |
| 1989 | 2026-08-27T00:39:31.423Z | Compiling flagset v0.4.7 |
| 1990 | 2026-08-27T00:39:31.575Z | Compiling futures-util v0.3.32 |
| 1991 | 2026-08-27T00:39:31.682Z | Compiling openssl-macros v0.1.1 |
| 1992 | 2026-08-27T00:39:31.711Z | Compiling rand_core v0.9.5 |
| 1993 | 2026-08-27T00:39:31.761Z | Compiling zerofrom v0.1.6 |
| 1994 | 2026-08-27T00:39:31.890Z | Compiling yoke v0.8.1 |
| 1995 | 2026-08-27T00:39:31.912Z | Compiling darling_core v0.23.0 |
| 1996 | 2026-08-27T00:39:32.036Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1997 | 2026-08-27T00:39:32.116Z | Compiling zerovec v0.11.5 |
| 1998 | 2026-08-27T00:39:32.133Z | Compiling zerotrie v0.2.3 |
| 1999 | 2026-08-27T00:39:32.288Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2000 | 2026-08-27T00:39:32.350Z | Compiling syn v3.0.3 |
| 2001 | 2026-08-27T00:39:32.373Z | Compiling ahash v0.8.12 |
| 2002 | 2026-08-27T00:39:32.388Z | Compiling packed_struct v0.10.1 |
| 2003 | 2026-08-27T00:39:32.498Z | Compiling anyhow v1.0.104 |
| 2004 | 2026-08-27T00:39:32.593Z | Compiling native-tls v0.2.18 |
| 2005 | 2026-08-27T00:39:32.609Z | Compiling paste v1.0.15 |
| 2006 | 2026-08-27T00:39:32.648Z | Compiling num-bigint-dig v0.8.6 |
| 2007 | 2026-08-27T00:39:32.724Z | Compiling tinystr v0.8.2 |
| 2008 | 2026-08-27T00:39:32.740Z | Compiling potential_utf v0.1.4 |
| 2009 | 2026-08-27T00:39:32.836Z | Compiling regex v1.12.3 |
| 2010 | 2026-08-27T00:39:32.858Z | Compiling zerocopy-derive v0.7.35 |
| 2011 | 2026-08-27T00:39:32.943Z | Compiling icu_locale_core v2.1.1 |
| 2012 | 2026-08-27T00:39:32.959Z | Compiling icu_collections v2.1.1 |
| 2013 | 2026-08-27T00:39:33.615Z | Compiling icu_provider v2.1.1 |
| 2014 | 2026-08-27T00:39:33.709Z | Compiling zeroize v1.9.0 |
| 2015 | 2026-08-27T00:39:33.800Z | Compiling bytes v1.11.1 |
| 2016 | 2026-08-27T00:39:33.857Z | Compiling chrono v0.4.45 |
| 2017 | 2026-08-27T00:39:33.977Z | Compiling icu_normalizer v2.1.1 |
| 2018 | 2026-08-27T00:39:33.996Z | Compiling icu_properties v2.1.2 |
| 2019 | 2026-08-27T00:39:34.228Z | Compiling serde_tokenstream v0.2.3 |
| 2020 | 2026-08-27T00:39:34.415Z | Compiling crypto-common v0.1.7 |
| 2021 | 2026-08-27T00:39:34.472Z | Compiling tokio v1.52.1 |
| 2022 | 2026-08-27T00:39:34.534Z | Compiling block-buffer v0.10.4 |
| 2023 | 2026-08-27T00:39:34.678Z | Compiling digest v0.10.7 |
| 2024 | 2026-08-27T00:39:34.707Z | Compiling der v0.7.10 |
| 2025 | 2026-08-27T00:39:34.915Z | Compiling idna_adapter v1.2.1 |
| 2026 | 2026-08-27T00:39:35.032Z | Compiling idna v1.1.0 |
| 2027 | 2026-08-27T00:39:35.075Z | Compiling ppv-lite86 v0.2.21 |
| 2028 | 2026-08-27T00:39:35.213Z | Compiling http v1.4.2 |
| 2029 | 2026-08-27T00:39:35.356Z | Compiling darling_macro v0.23.0 |
| 2030 | 2026-08-27T00:39:35.377Z | Compiling url v2.5.8 |
| 2031 | 2026-08-27T00:39:35.480Z | Compiling tracing-core v0.1.36 |
| 2032 | 2026-08-27T00:39:35.496Z | Compiling cookie v0.18.1 |
| 2033 | 2026-08-27T00:39:35.705Z | Compiling spki v0.7.3 |
| 2034 | 2026-08-27T00:39:35.787Z | Compiling camino v1.2.5 |
| 2035 | 2026-08-27T00:39:35.855Z | Compiling cpufeatures v0.2.17 |
| 2036 | 2026-08-27T00:39:35.934Z | Compiling fastrand v2.3.0 |
| 2037 | 2026-08-27T00:39:35.974Z | Compiling darling v0.23.0 |
| 2038 | 2026-08-27T00:39:36.071Z | Compiling tracing v0.1.44 |
| 2039 | 2026-08-27T00:39:36.135Z | Compiling rand_chacha v0.9.0 |
| 2040 | 2026-08-27T00:39:36.214Z | Compiling toml_datetime v0.6.11 |
| 2041 | 2026-08-27T00:39:36.276Z | Compiling serde_spanned v0.6.9 |
| 2042 | 2026-08-27T00:39:36.484Z | Compiling packed_struct_codegen v0.10.1 |
| 2043 | 2026-08-27T00:39:36.499Z | Compiling zerocopy-derive v0.6.6 |
| 2044 | 2026-08-27T00:39:36.514Z | Compiling bitfield-macros v0.19.4 |
| 2045 | 2026-08-27T00:39:36.517Z | Compiling clap_derive v4.6.1 |
| 2046 | 2026-08-27T00:39:36.918Z | Compiling indexmap v1.9.3 |
| 2047 | 2026-08-27T00:39:37.070Z | Compiling simd-adler32 v0.3.8 |
| 2048 | 2026-08-27T00:39:37.126Z | Compiling object v0.37.3 |
| 2049 | 2026-08-27T00:39:37.258Z | Compiling rand v0.9.2 |
| 2050 | 2026-08-27T00:39:37.262Z | Compiling http-body v1.0.1 |
| 2051 | 2026-08-27T00:39:37.317Z | Compiling pkcs8 v0.10.2 |
| 2052 | 2026-08-27T00:39:37.336Z | Compiling daft-derive v0.1.8 |
| 2053 | 2026-08-27T00:39:37.377Z | Compiling rustls-pki-types v1.14.0 |
| 2054 | 2026-08-27T00:39:37.515Z | Compiling spin v0.9.8 |
| 2055 | 2026-08-27T00:39:37.556Z | Compiling usdt-impl v0.5.0 |
| 2056 | 2026-08-27T00:39:37.580Z | Compiling utf8parse v0.2.2 |
| 2057 | 2026-08-27T00:39:37.711Z | Compiling anstyle v1.0.14 |
| 2058 | 2026-08-27T00:39:37.744Z | Compiling ref-cast v1.0.25 |
| 2059 | 2026-08-27T00:39:37.789Z | Compiling openssl-probe v0.2.1 |
| 2060 | 2026-08-27T00:39:37.810Z | Compiling usdt-impl v0.6.0 |
| 2061 | 2026-08-27T00:39:37.943Z | Compiling cmov v0.5.4 |
| 2062 | 2026-08-27T00:39:37.969Z | Compiling winnow v0.5.40 |
| 2063 | 2026-08-27T00:39:38.007Z | Compiling tinyvec_macros v0.1.1 |
| 2064 | 2026-08-27T00:39:38.041Z | Compiling adler2 v2.0.1 |
| 2065 | 2026-08-27T00:39:38.057Z | Compiling either v1.15.0 |
| 2066 | 2026-08-27T00:39:38.093Z | Compiling tinyvec v1.10.0 |
| 2067 | 2026-08-27T00:39:38.145Z | Compiling miniz_oxide v0.8.9 |
| 2068 | 2026-08-27T00:39:38.188Z | Compiling ctutils v0.4.2 |
| 2069 | 2026-08-27T00:39:38.203Z | Compiling anstyle-parse v1.0.0 |
| 2070 | 2026-08-27T00:39:38.283Z | Compiling sha2 v0.10.9 |
| 2071 | 2026-08-27T00:39:38.395Z | Compiling tokio-util v0.7.18 |
| 2072 | 2026-08-27T00:39:38.470Z | Compiling tempfile v3.27.0 |
| 2073 | 2026-08-27T00:39:38.505Z | Compiling scroll v0.13.0 |
| 2074 | 2026-08-27T00:39:38.648Z | Compiling scroll v0.12.0 |
| 2075 | 2026-08-27T00:39:38.664Z | Compiling terminal_size v0.4.3 |
| 2076 | 2026-08-27T00:39:38.685Z | Compiling async-trait v0.1.89 |
| 2077 | 2026-08-27T00:39:38.820Z | Compiling heapless v0.7.17 |
| 2078 | 2026-08-27T00:39:39.032Z | Compiling winnow v0.7.14 |
| 2079 | 2026-08-27T00:39:39.070Z | Compiling zstd-safe v7.2.4 |
| 2080 | 2026-08-27T00:39:39.086Z | Compiling colorchoice v1.0.4 |
| 2081 | 2026-08-27T00:39:39.220Z | Compiling try-lock v0.2.5 |
| 2082 | 2026-08-27T00:39:39.275Z | Compiling toml_edit v0.19.15 |
| 2083 | 2026-08-27T00:39:39.293Z | Compiling atomic-waker v1.1.2 |
| 2084 | 2026-08-27T00:39:39.348Z | Compiling unicode-segmentation v1.12.0 |
| 2085 | 2026-08-27T00:39:39.371Z | Compiling tower-service v0.3.3 |
| 2086 | 2026-08-27T00:39:39.484Z | Compiling untrusted v0.7.1 |
| 2087 | 2026-08-27T00:39:39.511Z | Compiling litrs v1.0.0 |
| 2088 | 2026-08-27T00:39:39.548Z | Compiling anstyle-query v1.1.5 |
| 2089 | 2026-08-27T00:39:39.564Z | Compiling signal-hook v0.3.18 |
| 2090 | 2026-08-27T00:39:39.630Z | Compiling rustix v0.38.44 |
| 2091 | 2026-08-27T00:39:39.668Z | Compiling is_terminal_polyfill v1.70.2 |
| 2092 | 2026-08-27T00:39:39.687Z | Compiling tower-layer v0.3.3 |
| 2093 | 2026-08-27T00:39:39.746Z | Compiling winnow v1.0.3 |
| 2094 | 2026-08-27T00:39:39.774Z | Compiling anstream v1.0.0 |
| 2095 | 2026-08-27T00:39:39.872Z | Compiling h2 v0.4.15 |
| 2096 | 2026-08-27T00:39:39.954Z | Compiling want v0.3.1 |
| 2097 | 2026-08-27T00:39:39.971Z | Compiling document-features v0.2.12 |
| 2098 | 2026-08-27T00:39:40.337Z | Compiling goblin v0.8.2 |
| 2099 | 2026-08-27T00:39:40.362Z | Compiling goblin v0.10.5 |
| 2100 | 2026-08-27T00:39:40.488Z | Compiling hybrid-array v0.4.13 |
| 2101 | 2026-08-27T00:39:40.592Z | Compiling itertools v0.15.0 |
| 2102 | 2026-08-27T00:39:40.763Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2103 | 2026-08-27T00:39:40.829Z | Compiling ipnetwork v0.21.1 |
| 2104 | 2026-08-27T00:39:40.942Z | Compiling ipnet v2.12.0 |
| 2105 | 2026-08-27T00:39:41.103Z | Compiling zerocopy v0.7.35 |
| 2106 | 2026-08-27T00:39:41.174Z | Compiling ref-cast-impl v1.0.25 |
| 2107 | 2026-08-27T00:39:41.278Z | Compiling structmeta-derive v0.3.0 |
| 2108 | 2026-08-27T00:39:41.365Z | Compiling curve25519-dalek v4.1.3 |
| 2109 | 2026-08-27T00:39:41.386Z | Compiling darling_core v0.20.11 |
| 2110 | 2026-08-27T00:39:41.455Z | Compiling memoffset v0.9.1 |
| 2111 | 2026-08-27T00:39:41.621Z | Compiling httpdate v1.0.3 |
| 2112 | 2026-08-27T00:39:41.635Z | Compiling untrusted v0.9.0 |
| 2113 | 2026-08-27T00:39:41.676Z | Compiling tap v1.0.1 |
| 2114 | 2026-08-27T00:39:41.777Z | Compiling powerfmt v0.2.0 |
| 2115 | 2026-08-27T00:39:41.893Z | Compiling foreign-types-shared v0.1.1 |
| 2116 | 2026-08-27T00:39:41.955Z | Compiling deranged v0.5.8 |
| 2117 | 2026-08-27T00:39:42.004Z | Compiling foreign-types v0.3.2 |
| 2118 | 2026-08-27T00:39:42.034Z | Compiling wyz v0.5.1 |
| 2119 | 2026-08-27T00:39:42.129Z | Compiling unicode-normalization v0.1.25 |
| 2120 | 2026-08-27T00:39:42.284Z | Compiling structmeta v0.3.0 |
| 2121 | 2026-08-27T00:39:42.351Z | Compiling dtrace-parser v0.2.0 |
| 2122 | 2026-08-27T00:39:42.367Z | Compiling rand_chacha v0.3.1 |
| 2123 | 2026-08-27T00:39:42.390Z | Compiling signature v2.2.0 |
| 2124 | 2026-08-27T00:39:42.505Z | Compiling hex v0.4.3 |
| 2125 | 2026-08-27T00:39:42.564Z | Compiling dof v0.3.0 |
| 2126 | 2026-08-27T00:39:42.632Z | Compiling dtrace-parser v0.3.0 |
| 2127 | 2026-08-27T00:39:42.771Z | Compiling pin-project-internal v1.1.11 |
| 2128 | 2026-08-27T00:39:42.809Z | Compiling num-integer v0.1.46 |
| 2129 | 2026-08-27T00:39:42.946Z | Compiling thread-id v5.1.0 |
| 2130 | 2026-08-27T00:39:43.044Z | Compiling hyper v1.10.1 |
| 2131 | 2026-08-27T00:39:43.070Z | Compiling thread-id v4.2.2 |
| 2132 | 2026-08-27T00:39:43.090Z | Compiling dof v0.4.0 |
| 2133 | 2026-08-27T00:39:43.117Z | Compiling wait-timeout v0.2.1 |
| 2134 | 2026-08-27T00:39:43.171Z | Compiling smoltcp v0.9.1 |
| 2135 | 2026-08-27T00:39:43.226Z | Compiling bit-vec v0.8.0 |
| 2136 | 2026-08-27T00:39:43.286Z | Compiling quick-error v1.2.3 |
| 2137 | 2026-08-27T00:39:43.356Z | Compiling darling_macro v0.20.11 |
| 2138 | 2026-08-27T00:39:43.368Z | Compiling cfg_aliases v0.2.1 |
| 2139 | 2026-08-27T00:39:43.395Z | Compiling clap_lex v1.0.0 |
| 2140 | 2026-08-27T00:39:43.476Z | Compiling funty v2.0.0 |
| 2141 | 2026-08-27T00:39:43.624Z | Compiling owo-colors v4.3.0 |
| 2142 | 2026-08-27T00:39:43.668Z | Compiling num_threads v0.1.7 |
| 2143 | 2026-08-27T00:39:43.684Z | Compiling clap_builder v4.6.0 |
| 2144 | 2026-08-27T00:39:43.753Z | Compiling time v0.3.47 |
| 2145 | 2026-08-27T00:39:43.775Z | Compiling nix v0.31.2 |
| 2146 | 2026-08-27T00:39:43.806Z | Compiling bitvec v1.0.1 |
| 2147 | 2026-08-27T00:39:43.825Z | Compiling bit-set v0.8.0 |
| 2148 | 2026-08-27T00:39:43.844Z | Compiling darling v0.20.11 |
| 2149 | 2026-08-27T00:39:43.926Z | Compiling rusty-fork v0.3.1 |
| 2150 | 2026-08-27T00:39:43.992Z | Compiling num-iter v0.1.45 |
| 2151 | 2026-08-27T00:39:44.129Z | Compiling hyper-util v0.1.20 |
| 2152 | 2026-08-27T00:39:44.161Z | Compiling rand v0.8.6 |
| 2153 | 2026-08-27T00:39:44.218Z | Compiling lazy_static v1.5.0 |
| 2154 | 2026-08-27T00:39:44.324Z | Compiling hmac v0.12.1 |
| 2155 | 2026-08-27T00:39:44.388Z | Compiling erased-serde v0.3.31 |
| 2156 | 2026-08-27T00:39:44.560Z | Compiling rand_xorshift v0.4.0 |
| 2157 | 2026-08-27T00:39:44.719Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2158 | 2026-08-27T00:39:44.738Z | Compiling sync_wrapper v1.0.2 |
| 2159 | 2026-08-27T00:39:44.940Z | Compiling unarray v0.1.4 |
| 2160 | 2026-08-27T00:39:44.956Z | Compiling zlib-rs v0.6.2 |
| 2161 | 2026-08-27T00:39:45.067Z | Compiling siphasher v1.0.2 |
| 2162 | 2026-08-27T00:39:45.235Z | Compiling crc-catalog v2.4.0 |
| 2163 | 2026-08-27T00:39:45.287Z | Compiling nodrop v0.1.14 |
| 2164 | 2026-08-27T00:39:45.323Z | Compiling crc v3.4.0 |
| 2165 | 2026-08-27T00:39:45.370Z | Compiling array-init v0.0.4 |
| 2166 | 2026-08-27T00:39:45.525Z | Compiling clap v4.6.1 |
| 2167 | 2026-08-27T00:39:45.525Z | Compiling proptest v1.11.0 |
| 2168 | 2026-08-27T00:39:45.757Z | Compiling tower v0.5.3 |
| 2169 | 2026-08-27T00:39:46.597Z | Compiling smallvec v0.6.14 |
| 2170 | 2026-08-27T00:39:46.629Z | Compiling derive_builder_core v0.20.2 |
| 2171 | 2026-08-27T00:39:46.831Z | Compiling pkcs1 v0.7.5 |
| 2172 | 2026-08-27T00:39:46.949Z | Compiling http-body-util v0.1.3 |
| 2173 | 2026-08-27T00:39:46.965Z | Compiling zerocopy v0.6.6 |
| 2174 | 2026-08-27T00:39:46.969Z | Compiling bitfield v0.19.4 |
| 2175 | 2026-08-27T00:39:47.083Z | Compiling flate2 v1.1.9 |
| 2176 | 2026-08-27T00:39:47.267Z | Compiling hubpack_derive v0.1.1 |
| 2177 | 2026-08-27T00:39:47.284Z | Compiling strum_macros v0.26.4 |
| 2178 | 2026-08-27T00:39:47.288Z | Compiling snafu-derive v0.8.9 |
| 2179 | 2026-08-27T00:39:47.324Z | Compiling strum_macros v0.27.2 |
| 2180 | 2026-08-27T00:39:47.417Z | Compiling env_filter v2.0.0 |
| 2181 | 2026-08-27T00:39:47.420Z | Compiling fs-err v3.3.0 |
| 2182 | 2026-08-27T00:39:47.552Z | Compiling base64 v0.21.7 |
| 2183 | 2026-08-27T00:39:47.791Z | Compiling hashbrown v0.12.3 |
| 2184 | 2026-08-27T00:39:47.871Z | Compiling iri-string v0.7.10 |
| 2185 | 2026-08-27T00:39:48.129Z | Compiling allocator-api2 v0.2.21 |
| 2186 | 2026-08-27T00:39:48.169Z | Compiling unicode-properties v0.1.4 |
| 2187 | 2026-08-27T00:39:48.274Z | Compiling unicode-bidi v0.3.18 |
| 2188 | 2026-08-27T00:39:48.398Z | Compiling gimli v0.32.3 |
| 2189 | 2026-08-27T00:39:48.470Z | Compiling ryu v1.0.23 |
| 2190 | 2026-08-27T00:39:48.644Z | Compiling stringprep v0.1.5 |
| 2191 | 2026-08-27T00:39:48.752Z | Compiling serde_urlencoded v0.7.1 |
| 2192 | 2026-08-27T00:39:48.959Z | Compiling ron v0.8.1 |
| 2193 | 2026-08-27T00:39:49.016Z | Compiling tower-http v0.6.8 |
| 2194 | 2026-08-27T00:39:49.069Z | Compiling env_logger v0.11.11 |
| 2195 | 2026-08-27T00:39:49.214Z | Compiling newtype-uuid v1.3.2 |
| 2196 | 2026-08-27T00:39:49.288Z | Compiling derive_builder_macro v0.20.2 |
| 2197 | 2026-08-27T00:39:49.388Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2198 | 2026-08-27T00:39:49.449Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2199 | 2026-08-27T00:39:49.474Z | Compiling rsa v0.9.10 |
| 2200 | 2026-08-27T00:39:49.525Z | Compiling oxnet v0.1.6 |
| 2201 | 2026-08-27T00:39:49.779Z | Compiling serde-hex v0.1.0 |
| 2202 | 2026-08-27T00:39:49.794Z | Compiling tokio-native-tls v0.3.1 |
| 2203 | 2026-08-27T00:39:49.908Z | Compiling hashbrown v0.13.2 |
| 2204 | 2026-08-27T00:39:49.928Z | Compiling bzip2 v0.4.4 |
| 2205 | 2026-08-27T00:39:49.986Z | Compiling usdt-macro v0.6.0 |
| 2206 | 2026-08-27T00:39:50.111Z | Compiling addr2line v0.25.1 |
| 2207 | 2026-08-27T00:39:50.137Z | Compiling usdt-attr-macro v0.6.0 |
| 2208 | 2026-08-27T00:39:50.152Z | Compiling derive-ex v0.1.8 |
| 2209 | 2026-08-27T00:39:50.198Z | Compiling crypto-common v0.2.2 |
| 2210 | 2026-08-27T00:39:50.268Z | Compiling block-buffer v0.12.1 |
| 2211 | 2026-08-27T00:39:50.429Z | Compiling block-padding v0.4.2 |
| 2212 | 2026-08-27T00:39:50.506Z | Compiling convert_case v0.10.0 |
| 2213 | 2026-08-27T00:39:50.629Z | Compiling rustls-native-certs v0.8.3 |
| 2214 | 2026-08-27T00:39:50.832Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-08-27T00:39:50.898Z | Compiling md-5 v0.10.6 |
| 2216 | 2026-08-27T00:39:51.081Z | Compiling bstr v1.12.1 |
| 2217 | 2026-08-27T00:39:51.246Z | Compiling vergen-lib v9.1.0 |
| 2218 | 2026-08-27T00:39:51.263Z | Compiling hash32 v0.2.1 |
| 2219 | 2026-08-27T00:39:51.383Z | Compiling encoding_rs v0.8.35 |
| 2220 | 2026-08-27T00:39:51.520Z | Compiling psl-types v2.0.11 |
| 2221 | 2026-08-27T00:39:51.537Z | Compiling mime v0.3.17 |
| 2222 | 2026-08-27T00:39:51.565Z | Compiling crc-any v2.5.0 |
| 2223 | 2026-08-27T00:39:51.698Z | Compiling rustc-demangle v0.1.27 |
| 2224 | 2026-08-27T00:39:51.782Z | Compiling cpufeatures v0.3.0 |
| 2225 | 2026-08-27T00:39:51.799Z | Compiling fallible-iterator v0.2.0 |
| 2226 | 2026-08-27T00:39:51.829Z | Compiling unicode-width v0.2.0 |
| 2227 | 2026-08-27T00:39:52.035Z | Compiling test-strategy v0.4.5 |
| 2228 | 2026-08-27T00:39:52.069Z | Compiling publicsuffix v2.3.0 |
| 2229 | 2026-08-27T00:39:52.129Z | Compiling postgres-protocol v0.6.10 |
| 2230 | 2026-08-27T00:39:52.161Z | Compiling backtrace v0.3.76 |
| 2231 | 2026-08-27T00:39:52.637Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2232 | 2026-08-27T00:39:52.760Z | Compiling derive_more-impl v2.1.1 |
| 2233 | 2026-08-27T00:39:52.817Z | Compiling inout v0.2.2 |
| 2234 | 2026-08-27T00:39:53.002Z | Compiling object v0.30.4 |
| 2235 | 2026-08-27T00:39:53.065Z | Compiling zip v0.6.6 |
| 2236 | 2026-08-27T00:39:53.069Z | Compiling hyper-tls v0.6.0 |
| 2237 | 2026-08-27T00:39:53.097Z | Compiling daft v0.1.8 |
| 2238 | 2026-08-27T00:39:53.167Z | Compiling derive_builder v0.20.2 |
| 2239 | 2026-08-27T00:39:53.280Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2240 | 2026-08-27T00:39:53.326Z | Compiling phf_shared v0.13.1 |
| 2241 | 2026-08-27T00:39:53.385Z | Compiling pin-project v1.1.11 |
| 2242 | 2026-08-27T00:39:53.542Z | Compiling toml v0.7.8 |
| 2243 | 2026-08-27T00:39:53.586Z | Compiling heck v0.4.1 |
| 2244 | 2026-08-27T00:39:53.602Z | Compiling serde_with_macros v3.21.0 |
| 2245 | 2026-08-27T00:39:53.672Z | Compiling futures-executor v0.3.32 |
| 2246 | 2026-08-27T00:39:53.813Z | Compiling serde_repr v0.1.20 |
| 2247 | 2026-08-27T00:39:53.818Z | Compiling async-recursion v1.1.1 |
| 2248 | 2026-08-27T00:39:53.923Z | Compiling miette-derive v7.6.0 |
| 2249 | 2026-08-27T00:39:53.946Z | Compiling enum-as-inner v0.6.1 |
| 2250 | 2026-08-27T00:39:54.071Z | Compiling ff v0.13.1 |
| 2251 | 2026-08-27T00:39:54.084Z | Compiling vergen v9.1.0 |
| 2252 | 2026-08-27T00:39:54.102Z | Compiling cargo-platform v0.3.2 |
| 2253 | 2026-08-27T00:39:54.229Z | Compiling base16ct v0.2.0 |
| 2254 | 2026-08-27T00:39:54.298Z | Compiling managed v0.8.0 |
| 2255 | 2026-08-27T00:39:54.345Z | Compiling smawk v0.3.2 |
| 2256 | 2026-08-27T00:39:54.368Z | Compiling jiff-core v0.1.0 |
| 2257 | 2026-08-27T00:39:54.433Z | Compiling path-slash v0.1.5 |
| 2258 | 2026-08-27T00:39:54.461Z | Compiling bitflags v1.3.2 |
| 2259 | 2026-08-27T00:39:54.583Z | Compiling same-file v1.0.6 |
| 2260 | 2026-08-27T00:39:54.650Z | Compiling libbz2-rs-sys v0.2.2 |
| 2261 | 2026-08-27T00:39:54.706Z | Compiling bumpalo v3.20.2 |
| 2262 | 2026-08-27T00:39:54.766Z | Compiling unicode-linebreak v0.1.5 |
| 2263 | 2026-08-27T00:39:54.814Z | Compiling foldhash v0.1.5 |
| 2264 | 2026-08-27T00:39:54.841Z | Compiling is_ci v1.2.0 |
| 2265 | 2026-08-27T00:39:54.972Z | Compiling foldhash v0.2.0 |
| 2266 | 2026-08-27T00:39:55.002Z | Compiling textwrap v0.16.2 |
| 2267 | 2026-08-27T00:39:55.006Z | Compiling hashbrown v0.15.5 |
| 2268 | 2026-08-27T00:39:55.033Z | Compiling supports-color v3.0.2 |
| 2269 | 2026-08-27T00:39:55.204Z | Compiling hashbrown v0.16.1 |
| 2270 | 2026-08-27T00:39:55.220Z | Compiling jiff v0.2.34 |
| 2271 | 2026-08-27T00:39:55.235Z | Compiling bzip2 v0.6.1 |
| 2272 | 2026-08-27T00:39:55.250Z | Compiling zopfli v0.8.3 |
| 2273 | 2026-08-27T00:39:55.380Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2274 | 2026-08-27T00:39:55.457Z | Compiling walkdir v2.5.0 |
| 2275 | 2026-08-27T00:39:55.697Z | Compiling sec1 v0.7.3 |
| 2276 | 2026-08-27T00:39:55.778Z | Compiling cargo_metadata v0.23.1 |
| 2277 | 2026-08-27T00:39:55.796Z | Compiling group v0.13.0 |
| 2278 | 2026-08-27T00:39:56.053Z | Compiling futures v0.3.32 |
| 2279 | 2026-08-27T00:39:56.486Z | Compiling phf v0.13.1 |
| 2280 | 2026-08-27T00:39:56.548Z | Compiling snafu v0.8.9 |
| 2281 | 2026-08-27T00:39:56.680Z | Compiling reqwest v0.12.28 |
| 2282 | 2026-08-27T00:39:56.698Z | Compiling signal-hook-mio v0.2.5 |
| 2283 | 2026-08-27T00:39:56.838Z | Compiling cipher v0.5.2 |
| 2284 | 2026-08-27T00:39:56.902Z | Compiling cookie_store v0.22.1 |
| 2285 | 2026-08-27T00:39:56.980Z | Compiling backtrace-ext v0.2.1 |
| 2286 | 2026-08-27T00:39:57.023Z | Compiling zstd v0.13.3 |
| 2287 | 2026-08-27T00:39:57.038Z | Compiling postgres-types v0.2.12 |
| 2288 | 2026-08-27T00:39:57.072Z | Compiling globset v0.4.18 |
| 2289 | 2026-08-27T00:39:57.159Z | Compiling strum v0.27.2 |
| 2290 | 2026-08-27T00:39:57.254Z | Compiling hubpack v0.1.2 |
| 2291 | 2026-08-27T00:39:57.335Z | Compiling phf_shared v0.11.3 |
| 2292 | 2026-08-27T00:39:57.368Z | Compiling hkdf v0.12.4 |
| 2293 | 2026-08-27T00:39:57.420Z | Compiling crossbeam-epoch v0.9.18 |
| 2294 | 2026-08-27T00:39:57.500Z | Compiling byte-wrapper v0.1.0 |
| 2295 | 2026-08-27T00:39:57.522Z | Compiling olpc-cjson v0.1.4 |
| 2296 | 2026-08-27T00:39:57.539Z | Compiling ed25519 v2.2.3 |
| 2297 | 2026-08-27T00:39:57.760Z | Compiling crypto-bigint v0.5.5 |
| 2298 | 2026-08-27T00:39:57.775Z | Compiling serde-big-array v0.5.1 |
| 2299 | 2026-08-27T00:39:57.794Z | Compiling serde_plain v1.0.2 |
| 2300 | 2026-08-27T00:39:57.823Z | Compiling pem v3.0.6 |
| 2301 | 2026-08-27T00:39:57.953Z | Compiling float-cmp v0.10.0 |
| 2302 | 2026-08-27T00:39:57.984Z | Compiling memmap2 v0.9.10 |
| 2303 | 2026-08-27T00:39:58.003Z | Compiling toml_write v0.1.2 |
| 2304 | 2026-08-27T00:39:58.117Z | Compiling unicode-width v0.1.14 |
| 2305 | 2026-08-27T00:39:58.133Z | Compiling const-oid v0.10.2 |
| 2306 | 2026-08-27T00:39:58.203Z | Compiling fixedbitset v0.4.2 |
| 2307 | 2026-08-27T00:39:58.206Z | Compiling normalize-line-endings v0.3.0 |
| 2308 | 2026-08-27T00:39:58.317Z | Compiling supports-hyperlinks v3.2.0 |
| 2309 | 2026-08-27T00:39:58.346Z | Compiling typed-path v0.9.3 |
| 2310 | 2026-08-27T00:39:58.379Z | Compiling new_debug_unreachable v1.0.6 |
| 2311 | 2026-08-27T00:39:58.413Z | Compiling data-encoding v2.10.0 |
| 2312 | 2026-08-27T00:39:58.426Z | Compiling fixedbitset v0.5.7 |
| 2313 | 2026-08-27T00:39:58.464Z | Compiling predicates-core v1.0.10 |
| 2314 | 2026-08-27T00:39:58.479Z | Compiling difflib v0.4.0 |
| 2315 | 2026-08-27T00:39:58.496Z | Compiling keccak v0.1.6 |
| 2316 | 2026-08-27T00:39:58.526Z | Compiling precomputed-hash v0.1.1 |
| 2317 | 2026-08-27T00:39:58.653Z | Compiling whoami v2.1.0 |
| 2318 | 2026-08-27T00:39:58.710Z | Compiling static_assertions v1.1.0 |
| 2319 | 2026-08-27T00:39:58.726Z | Compiling supports-unicode v3.0.0 |
| 2320 | 2026-08-27T00:39:58.742Z | Compiling predicates v3.1.4 |
| 2321 | 2026-08-27T00:39:58.802Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2322 | 2026-08-27T00:39:58.838Z | Compiling miette v7.6.0 |
| 2323 | 2026-08-27T00:39:58.885Z | Compiling tokio-postgres v0.7.16 |
| 2324 | 2026-08-27T00:39:58.931Z | Compiling hickory-proto v0.25.2 |
| 2325 | 2026-08-27T00:39:58.947Z | Compiling elliptic-curve v0.13.8 |
| 2326 | 2026-08-27T00:39:59.100Z | Compiling sha3 v0.10.8 |
| 2327 | 2026-08-27T00:39:59.302Z | Compiling petgraph v0.8.3 |
| 2328 | 2026-08-27T00:39:59.318Z | Compiling string_cache v0.8.9 |
| 2329 | 2026-08-27T00:39:59.498Z | Compiling chacha20 v0.10.0 |
| 2330 | 2026-08-27T00:39:59.547Z | Compiling petgraph v0.6.5 |
| 2331 | 2026-08-27T00:39:59.660Z | Compiling digest v0.11.3 |
| 2332 | 2026-08-27T00:39:59.836Z | Compiling toml_edit v0.22.27 |
| 2333 | 2026-08-27T00:39:59.882Z | Compiling usdt v0.6.0 |
| 2334 | 2026-08-27T00:40:00.165Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2335 | 2026-08-27T00:40:00.769Z | Compiling ed25519-dalek v2.2.0 |
| 2336 | 2026-08-27T00:40:01.020Z | Compiling zip v4.6.1 |
| 2337 | 2026-08-27T00:40:01.233Z | Compiling crossterm v0.28.1 |
| 2338 | 2026-08-27T00:40:01.538Z | Compiling iddqd v0.4.2 |
| 2339 | 2026-08-27T00:40:01.867Z | Compiling serde_with v3.21.0 |
| 2340 | 2026-08-27T00:40:01.876Z | Compiling derive_more v2.1.1 |
| 2341 | 2026-08-27T00:40:01.920Z | Compiling similar v2.7.0 |
| 2342 | 2026-08-27T00:40:01.962Z | Compiling strum v0.26.3 |
| 2343 | 2026-08-27T00:40:02.106Z | Compiling tokio-stream v0.1.18 |
| 2344 | 2026-08-27T00:40:02.121Z | Compiling buf-list v1.1.2 |
| 2345 | 2026-08-27T00:40:02.168Z | Compiling itertools v0.13.0 |
| 2346 | 2026-08-27T00:40:02.421Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2347 | 2026-08-27T00:40:02.463Z | Compiling openapiv3 v2.2.0 |
| 2348 | 2026-08-27T00:40:03.384Z | Compiling lalrpop-util v0.19.12 |
| 2349 | 2026-08-27T00:40:03.523Z | Compiling peg-runtime v0.8.5 |
| 2350 | 2026-08-27T00:40:17.934Z | Compiling rustls-webpki v0.103.13 |
| 2351 | 2026-08-27T00:40:21.584Z | Compiling tokio-rustls v0.26.4 |
| 2352 | 2026-08-27T00:40:21.601Z | Compiling rustls-platform-verifier v0.6.2 |
| 2353 | 2026-08-27T00:40:21.601Z | Compiling tough v0.22.0 |
| 2354 | 2026-08-27T00:40:21.833Z | Compiling hyper-rustls v0.27.7 |
| 2355 | 2026-08-27T00:40:22.156Z | Compiling reqwest v0.13.2 |
| 2356 | 2026-08-27T00:40:24.821Z | Compiling macaddr v1.0.1 |
| 2357 | 2026-08-27T00:40:24.837Z | Compiling rayon-core v1.13.0 |
| 2358 | 2026-08-27T00:40:24.857Z | Compiling crucible-workspace-hack v0.1.0 |
| 2359 | 2026-08-27T00:40:24.907Z | Compiling secrecy v0.10.3 |
| 2360 | 2026-08-27T00:40:25.055Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2361 | 2026-08-27T00:40:25.102Z | Compiling heapless v0.8.0 |
| 2362 | 2026-08-27T00:40:25.121Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2363 | 2026-08-27T00:40:25.137Z | Compiling crossbeam-deque v0.8.6 |
| 2364 | 2026-08-27T00:40:25.150Z | Compiling ingot-macros v0.2.0 |
| 2365 | 2026-08-27T00:40:25.183Z | Compiling inout v0.1.4 |
| 2366 | 2026-08-27T00:40:25.222Z | Compiling hash32 v0.3.1 |
| 2367 | 2026-08-27T00:40:25.364Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2368 | 2026-08-27T00:40:25.381Z | Compiling multer v3.1.0 |
| 2369 | 2026-08-27T00:40:25.398Z | Compiling thread_local v1.1.9 |
| 2370 | 2026-08-27T00:40:25.426Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2371 | 2026-08-27T00:40:25.441Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2372 | 2026-08-27T00:40:25.468Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2373 | 2026-08-27T00:40:25.583Z | Compiling smoltcp v0.11.0 |
| 2374 | 2026-08-27T00:40:25.601Z | Compiling compression-core v0.4.31 |
| 2375 | 2026-08-27T00:40:25.636Z | Compiling slog-async v2.8.0 |
| 2376 | 2026-08-27T00:40:25.653Z | Compiling match_cfg v0.1.0 |
| 2377 | 2026-08-27T00:40:25.720Z | Compiling hostname v0.3.1 |
| 2378 | 2026-08-27T00:40:25.740Z | Compiling compression-codecs v0.4.37 |
| 2379 | 2026-08-27T00:40:25.828Z | Compiling cipher v0.4.4 |
| 2380 | 2026-08-27T00:40:25.958Z | Compiling proc-macro-crate v3.4.0 |
| 2381 | 2026-08-27T00:40:25.973Z | Compiling atomicwrites v0.4.4 |
| 2382 | 2026-08-27T00:40:25.997Z | Compiling slog-json v2.6.1 |
| 2383 | 2026-08-27T00:40:26.049Z | Compiling crossbeam-channel v0.5.15 |
| 2384 | 2026-08-27T00:40:26.100Z | Compiling half v2.7.1 |
| 2385 | 2026-08-27T00:40:26.118Z | Compiling newtype-uuid-macros v0.1.0 |
| 2386 | 2026-08-27T00:40:26.297Z | Compiling universal-hash v0.5.1 |
| 2387 | 2026-08-27T00:40:26.320Z | Compiling serde_tokenstream v0.3.0 |
| 2388 | 2026-08-27T00:40:26.357Z | Compiling cobs v0.3.0 |
| 2389 | 2026-08-27T00:40:26.357Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2390 | 2026-08-27T00:40:26.396Z | Compiling async-stream-impl v0.3.6 |
| 2391 | 2026-08-27T00:40:26.462Z | Compiling serde_spanned v1.1.1 |
| 2392 | 2026-08-27T00:40:26.484Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2393 | 2026-08-27T00:40:26.636Z | Compiling is-terminal v0.4.17 |
| 2394 | 2026-08-27T00:40:26.659Z | Compiling dropshot v0.17.1 |
| 2395 | 2026-08-27T00:40:26.662Z | Compiling proc-macro-error-attr v1.0.4 |
| 2396 | 2026-08-27T00:40:26.756Z | Compiling term v1.2.1 |
| 2397 | 2026-08-27T00:40:26.782Z | Compiling ciborium-io v0.2.2 |
| 2398 | 2026-08-27T00:40:26.878Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2399 | 2026-08-27T00:40:26.896Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2400 | 2026-08-27T00:40:26.901Z | Compiling convert_case v0.4.0 |
| 2401 | 2026-08-27T00:40:26.929Z | Compiling take_mut v0.2.2 |
| 2402 | 2026-08-27T00:40:26.936Z | Compiling opaque-debug v0.3.1 |
| 2403 | 2026-08-27T00:40:26.980Z | Compiling async-stream v0.3.6 |
| 2404 | 2026-08-27T00:40:27.072Z | Compiling poly1305 v0.8.0 |
| 2405 | 2026-08-27T00:40:27.109Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2406 | 2026-08-27T00:40:27.203Z | Compiling slog-term v2.9.2 |
| 2407 | 2026-08-27T00:40:27.234Z | Compiling derive_more v0.99.20 |
| 2408 | 2026-08-27T00:40:27.275Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2409 | 2026-08-27T00:40:27.299Z | Compiling ciborium-ll v0.2.2 |
| 2410 | 2026-08-27T00:40:27.312Z | Compiling oxide-generation-macros v0.2.0 |
| 2411 | 2026-08-27T00:40:27.399Z | Compiling thiserror-no-std v2.0.2 |
| 2412 | 2026-08-27T00:40:27.499Z | Compiling postcard v1.1.3 |
| 2413 | 2026-08-27T00:40:27.515Z | Compiling num_enum_derive v0.7.6 |
| 2414 | 2026-08-27T00:40:27.729Z | Compiling slog-bunyan v2.5.0 |
| 2415 | 2026-08-27T00:40:27.794Z | Compiling ingot-types v0.2.0 |
| 2416 | 2026-08-27T00:40:27.896Z | Compiling chacha20 v0.9.1 |
| 2417 | 2026-08-27T00:40:27.986Z | Compiling async-compression v0.4.41 |
| 2418 | 2026-08-27T00:40:28.218Z | Compiling ingot v0.2.1 |
| 2419 | 2026-08-27T00:40:28.267Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2420 | 2026-08-27T00:40:28.285Z | Compiling sha1 v0.11.0 |
| 2421 | 2026-08-27T00:40:28.289Z | Compiling oxide-generation v0.1.3 |
| 2422 | 2026-08-27T00:40:28.418Z | Compiling parse-display-derive v0.10.0 |
| 2423 | 2026-08-27T00:40:28.453Z | Compiling proc-macro-crate v1.3.1 |
| 2424 | 2026-08-27T00:40:28.486Z | Compiling waitgroup v0.1.2 |
| 2425 | 2026-08-27T00:40:28.572Z | Compiling rustls-pemfile v2.2.0 |
| 2426 | 2026-08-27T00:40:28.663Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2427 | 2026-08-27T00:40:28.756Z | Compiling backon v1.6.0 |
| 2428 | 2026-08-27T00:40:28.814Z | Compiling blake2 v0.10.6 |
| 2429 | 2026-08-27T00:40:28.871Z | Compiling dropshot_endpoint v0.17.1 |
| 2430 | 2026-08-27T00:40:29.026Z | Compiling aead v0.5.2 |
| 2431 | 2026-08-27T00:40:29.107Z | Compiling password-hash v0.5.0 |
| 2432 | 2026-08-27T00:40:29.185Z | Compiling foreign-types-macros v0.2.3 |
| 2433 | 2026-08-27T00:40:29.245Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2434 | 2026-08-27T00:40:29.337Z | Compiling serde_path_to_error v0.1.20 |
| 2435 | 2026-08-27T00:40:29.436Z | Compiling hostname v0.4.2 |
| 2436 | 2026-08-27T00:40:29.549Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2437 | 2026-08-27T00:40:29.616Z | Compiling proc-macro-error v1.0.4 |
| 2438 | 2026-08-27T00:40:29.676Z | Compiling instant v0.1.13 |
| 2439 | 2026-08-27T00:40:29.712Z | Compiling foreign-types-shared v0.3.1 |
| 2440 | 2026-08-27T00:40:29.770Z | Compiling debug-ignore v1.0.5 |
| 2441 | 2026-08-27T00:40:29.785Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2442 | 2026-08-27T00:40:29.803Z | Compiling foreign-types v0.5.0 |
| 2443 | 2026-08-27T00:40:29.838Z | Compiling backoff v0.4.0 |
| 2444 | 2026-08-27T00:40:29.877Z | Compiling parse-display v0.10.0 |
| 2445 | 2026-08-27T00:40:29.895Z | Compiling argon2 v0.5.3 |
| 2446 | 2026-08-27T00:40:29.895Z | Compiling chacha20poly1305 v0.10.1 |
| 2447 | 2026-08-27T00:40:29.930Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2448 | 2026-08-27T00:40:29.962Z | Compiling num_enum_derive v0.5.11 |
| 2449 | 2026-08-27T00:40:30.013Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2450 | 2026-08-27T00:40:30.064Z | Compiling num_enum v0.7.6 |
| 2451 | 2026-08-27T00:40:30.089Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2452 | 2026-08-27T00:40:30.105Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2453 | 2026-08-27T00:40:30.205Z | Compiling vsss-rs v3.3.4 |
| 2454 | 2026-08-27T00:40:30.332Z | Compiling ciborium v0.2.2 |
| 2455 | 2026-08-27T00:40:30.564Z | Compiling regress v0.10.5 |
| 2456 | 2026-08-27T00:40:30.669Z | Compiling itertools v0.14.0 |
| 2457 | 2026-08-27T00:40:30.685Z | Compiling tabwriter v1.4.1 |
| 2458 | 2026-08-27T00:40:30.702Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2459 | 2026-08-27T00:40:30.808Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2460 | 2026-08-27T00:40:30.825Z | Compiling cstr-argument v0.1.2 |
| 2461 | 2026-08-27T00:40:30.894Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2462 | 2026-08-27T00:40:30.909Z | Compiling humantime v2.3.0 |
| 2463 | 2026-08-27T00:40:31.010Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2464 | 2026-08-27T00:40:31.073Z | Compiling num_enum v0.5.11 |
| 2465 | 2026-08-27T00:40:31.208Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2466 | 2026-08-27T00:40:31.213Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2467 | 2026-08-27T00:40:31.237Z | Compiling rayon v1.11.0 |
| 2468 | 2026-08-27T00:40:31.293Z | Compiling rand v0.10.1 |
| 2469 | 2026-08-27T00:40:31.385Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2470 | 2026-08-27T00:40:31.402Z | Compiling libefi-sys v0.1.0 |
| 2471 | 2026-08-27T00:40:31.436Z | Compiling indent_write v2.2.0 |
| 2472 | 2026-08-27T00:40:31.452Z | Compiling colored v3.1.1 |
| 2473 | 2026-08-27T00:40:31.483Z | Compiling zone_cfg_derive v0.3.1 |
| 2474 | 2026-08-27T00:40:31.601Z | Compiling illumos-nvpair v0.3.0 |
| 2475 | 2026-08-27T00:40:31.633Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2476 | 2026-08-27T00:40:31.654Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2477 | 2026-08-27T00:40:31.713Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2478 | 2026-08-27T00:40:31.767Z | Compiling camino-tempfile v1.4.1 |
| 2479 | 2026-08-27T00:40:31.870Z | Compiling itertools v0.12.1 |
| 2480 | 2026-08-27T00:40:32.086Z | Compiling usdt-macro v0.5.0 |
| 2481 | 2026-08-27T00:40:32.089Z | Compiling usdt-attr-macro v0.5.0 |
| 2482 | 2026-08-27T00:40:32.119Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2483 | 2026-08-27T00:40:32.123Z | Compiling bitfield-struct v0.6.2 |
| 2484 | 2026-08-27T00:40:32.123Z | Compiling num-derive v0.4.2 |
| 2485 | 2026-08-27T00:40:32.196Z | Compiling blake3 v1.8.5 |
| 2486 | 2026-08-27T00:40:32.212Z | Compiling sigpipe v0.1.3 |
| 2487 | 2026-08-27T00:40:32.242Z | Compiling memmap v0.7.0 |
| 2488 | 2026-08-27T00:40:32.258Z | Compiling glob v0.3.3 |
| 2489 | 2026-08-27T00:40:32.330Z | Compiling swrite v0.1.0 |
| 2490 | 2026-08-27T00:40:32.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2491 | 2026-08-27T00:40:32.511Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2492 | 2026-08-27T00:40:32.790Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2493 | 2026-08-27T00:40:32.842Z | Compiling smf v0.2.3 |
| 2494 | 2026-08-27T00:40:32.856Z | Compiling usdt v0.5.0 |
| 2495 | 2026-08-27T00:40:33.027Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2496 | 2026-08-27T00:40:33.040Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2497 | 2026-08-27T00:40:33.076Z | Compiling filetime v0.2.27 |
| 2498 | 2026-08-27T00:40:33.123Z | Compiling arrayref v0.3.9 |
| 2499 | 2026-08-27T00:40:33.205Z | Compiling zone v0.3.1 |
| 2500 | 2026-08-27T00:40:33.225Z | Compiling constant_time_eq v0.4.2 |
| 2501 | 2026-08-27T00:40:33.225Z | Compiling xattr v1.6.1 |
| 2502 | 2026-08-27T00:40:33.317Z | Compiling arrayvec v0.7.6 |
| 2503 | 2026-08-27T00:40:33.357Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2504 | 2026-08-27T00:40:33.438Z | Compiling whoami v1.6.1 |
| 2505 | 2026-08-27T00:40:33.461Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-08-27T00:40:33.478Z | Compiling tar v0.4.46 |
| 2507 | 2026-08-27T00:40:33.496Z | Compiling tokio-dtrace v0.1.1 |
| 2508 | 2026-08-27T00:40:33.499Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2509 | 2026-08-27T00:40:33.525Z | Compiling gethostname v0.5.0 |
| 2510 | 2026-08-27T00:40:33.674Z | Compiling console v0.16.2 |
| 2511 | 2026-08-27T00:40:33.758Z | Compiling topological-sort v0.2.2 |
| 2512 | 2026-08-27T00:40:33.828Z | Compiling unit-prefix v0.5.2 |
| 2513 | 2026-08-27T00:40:33.843Z | Compiling oxide-tokio-rt v0.1.4 |
| 2514 | 2026-08-27T00:40:33.899Z | Compiling toml v0.8.23 |
| 2515 | 2026-08-27T00:40:33.979Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2516 | 2026-08-27T00:40:34.011Z | Compiling shell-words v1.1.1 |
| 2517 | 2026-08-27T00:40:34.136Z | Compiling indicatif v0.18.4 |
| 2518 | 2026-08-27T00:40:43.180Z | Compiling progenitor-client v0.14.0 |
| 2519 | 2026-08-27T00:40:43.180Z | Compiling omicron-zone-package v0.12.3 |
| 2520 | 2026-08-27T00:40:43.417Z | Compiling progenitor-extras v0.2.0 |
| 2521 | 2026-08-27T00:40:43.754Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2522 | 2026-08-27T00:40:43.824Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2523 | 2026-08-27T00:40:43.897Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2524 | 2026-08-27T00:40:43.931Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2525 | 2026-08-27T00:40:43.950Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2526 | 2026-08-27T00:40:44.040Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2527 | 2026-08-27T00:40:44.100Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2528 | 2026-08-27T00:40:44.268Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2529 | 2026-08-27T00:40:44.571Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2530 | 2026-08-27T00:40:48.125Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2531 | 2026-08-27T00:40:57.257Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2532 | 2026-08-27T00:41:00.518Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2533 | 2026-08-27T00:41:01.605Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2534 | 2026-08-27T00:41:12.092Z | Finished `release` profile [optimized] target(s) in 1m 47s |
| 2535 | 2026-08-27T00:41:12.236Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2536 | 2026-08-27T00:41:12.296Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2537 | 2026-08-27T00:41:12.299Z | Created new build target 'test' and set it as active |
| 2538 | 2026-08-27T00:41:12.304Z | |
| 2539 | 2026-08-27T00:41:12.304Z | real 1:48.104925839 |
| 2540 | 2026-08-27T00:41:12.304Z | user 17:48.229193167 |
| 2541 | 2026-08-27T00:41:12.304Z | sys 2:46.731831594 |
| 2542 | 2026-08-27T00:41:12.304Z | trap 0.495689008 |
| 2543 | 2026-08-27T00:41:12.304Z | tflt 2.259236920 |
| 2544 | 2026-08-27T00:41:12.304Z | dflt 4.639245866 |
| 2545 | 2026-08-27T00:41:12.304Z | kflt 0.000557800 |
| 2546 | 2026-08-27T00:41:12.304Z | lock 58:26.141912754 |
| 2547 | 2026-08-27T00:41:12.304Z | slp 45:35.169049463 |
| 2548 | 2026-08-27T00:41:12.304Z | lat 50.984821125 |
| 2549 | 2026-08-27T00:41:12.304Z | stop 6:14.441829096 |
| 2550 | 2026-08-27T00:41:12.304Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2551 | 2026-08-27T00:41:13.185Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2552 | 2026-08-27T00:41:13.258Z | Running `target/release/omicron-package -t test package` |
| 2553 | 2026-08-27T00:41:13.314Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2554 | 2026-08-27T00:41:14.763Z | Compiling heck v0.5.0 |
| 2555 | 2026-08-27T00:41:14.767Z | Compiling regress v0.11.1 |
| 2556 | 2026-08-27T00:41:15.003Z | Compiling unsafe-libyaml v0.2.11 |
| 2557 | 2026-08-27T00:41:15.021Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2558 | 2026-08-27T00:41:15.046Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2559 | 2026-08-27T00:41:15.047Z | Compiling derive-where v1.6.0 |
| 2560 | 2026-08-27T00:41:15.050Z | Compiling bytecount v0.6.9 |
| 2561 | 2026-08-27T00:41:15.087Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2562 | 2026-08-27T00:41:15.127Z | Compiling atomicwrites v0.4.4 |
| 2563 | 2026-08-27T00:41:15.132Z | Compiling is-terminal v0.4.17 |
| 2564 | 2026-08-27T00:41:15.132Z | Compiling prettyplease v0.2.37 |
| 2565 | 2026-08-27T00:41:15.132Z | Compiling newline-converter v0.3.0 |
| 2566 | 2026-08-27T00:41:15.149Z | Compiling console v0.15.11 |
| 2567 | 2026-08-27T00:41:15.192Z | Compiling slog-dtrace v0.3.0 |
| 2568 | 2026-08-27T00:41:15.211Z | Compiling cancel-safe-futures v0.1.5 |
| 2569 | 2026-08-27T00:41:15.279Z | Compiling resolv-conf v0.7.6 |
| 2570 | 2026-08-27T00:41:15.302Z | Compiling num-rational v0.4.2 |
| 2571 | 2026-08-27T00:41:15.323Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2572 | 2026-08-27T00:41:15.327Z | Compiling num-complex v0.4.6 |
| 2573 | 2026-08-27T00:41:15.327Z | Compiling thread_local v1.1.9 |
| 2574 | 2026-08-27T00:41:15.423Z | Compiling match_cfg v0.1.0 |
| 2575 | 2026-08-27T00:41:15.500Z | Compiling compression-core v0.4.31 |
| 2576 | 2026-08-27T00:41:15.521Z | Compiling serde_yaml v0.9.34+deprecated |
| 2577 | 2026-08-27T00:41:15.665Z | Compiling expectorate v1.2.0 |
| 2578 | 2026-08-27T00:41:15.761Z | Compiling compression-codecs v0.4.37 |
| 2579 | 2026-08-27T00:41:15.817Z | Compiling num v0.4.3 |
| 2580 | 2026-08-27T00:41:15.820Z | Compiling hostname v0.3.1 |
| 2581 | 2026-08-27T00:41:15.883Z | Compiling multer v3.1.0 |
| 2582 | 2026-08-27T00:41:15.906Z | Compiling slog-async v2.8.0 |
| 2583 | 2026-08-27T00:41:15.929Z | Compiling crossbeam-channel v0.5.15 |
| 2584 | 2026-08-27T00:41:15.950Z | Compiling slog-json v2.6.1 |
| 2585 | 2026-08-27T00:41:15.953Z | Compiling serde_spanned v1.1.1 |
| 2586 | 2026-08-27T00:41:15.993Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2587 | 2026-08-27T00:41:16.018Z | Compiling linked-hash-map v0.5.6 |
| 2588 | 2026-08-27T00:41:16.022Z | Compiling term v1.2.1 |
| 2589 | 2026-08-27T00:41:16.145Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2590 | 2026-08-27T00:41:16.175Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2591 | 2026-08-27T00:41:16.205Z | Compiling float-ord v0.3.2 |
| 2592 | 2026-08-27T00:41:16.249Z | Compiling linear-map v1.2.0 |
| 2593 | 2026-08-27T00:41:16.270Z | Compiling oxide-update-engine-types v0.1.2 |
| 2594 | 2026-08-27T00:41:16.290Z | Compiling take_mut v0.2.2 |
| 2595 | 2026-08-27T00:41:16.334Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2596 | 2026-08-27T00:41:16.339Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2597 | 2026-08-27T00:41:16.380Z | Compiling slog-term v2.9.2 |
| 2598 | 2026-08-27T00:41:16.404Z | Compiling lru-cache v0.1.2 |
| 2599 | 2026-08-27T00:41:16.409Z | Compiling slog-bunyan v2.5.0 |
| 2600 | 2026-08-27T00:41:16.502Z | Compiling typify-impl v0.6.2 |
| 2601 | 2026-08-27T00:41:16.566Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2602 | 2026-08-27T00:41:16.588Z | Compiling async-compression v0.4.41 |
| 2603 | 2026-08-27T00:41:16.628Z | Compiling dropshot v0.17.1 |
| 2604 | 2026-08-27T00:41:16.814Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2605 | 2026-08-27T00:41:16.873Z | Compiling async-stream v0.3.6 |
| 2606 | 2026-08-27T00:41:16.896Z | Compiling progenitor-client v0.14.0 |
| 2607 | 2026-08-27T00:41:16.931Z | Compiling sha1 v0.11.0 |
| 2608 | 2026-08-27T00:41:16.973Z | Compiling oxide-generation v0.1.3 |
| 2609 | 2026-08-27T00:41:16.994Z | Compiling waitgroup v0.1.2 |
| 2610 | 2026-08-27T00:41:17.014Z | Compiling rustls-pemfile v2.2.0 |
| 2611 | 2026-08-27T00:41:17.073Z | Compiling backon v1.6.0 |
| 2612 | 2026-08-27T00:41:17.155Z | Compiling hostname v0.4.2 |
| 2613 | 2026-08-27T00:41:17.226Z | Compiling serde_path_to_error v0.1.20 |
| 2614 | 2026-08-27T00:41:17.248Z | Compiling instant v0.1.13 |
| 2615 | 2026-08-27T00:41:17.251Z | Compiling minimal-lexical v0.2.1 |
| 2616 | 2026-08-27T00:41:17.291Z | Compiling debug-ignore v1.0.5 |
| 2617 | 2026-08-27T00:41:17.311Z | Compiling progenitor-extras v0.2.0 |
| 2618 | 2026-08-27T00:41:17.330Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2619 | 2026-08-27T00:41:17.405Z | Compiling backoff v0.4.0 |
| 2620 | 2026-08-27T00:41:17.426Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2621 | 2026-08-27T00:41:17.520Z | Compiling oxide-update-engine v0.1.2 |
| 2622 | 2026-08-27T00:41:17.607Z | Compiling nom v7.1.3 |
| 2623 | 2026-08-27T00:41:17.610Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2624 | 2026-08-27T00:41:17.650Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2625 | 2026-08-27T00:41:17.653Z | Compiling parse-display v0.10.0 |
| 2626 | 2026-08-27T00:41:17.696Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2627 | 2026-08-27T00:41:17.719Z | Compiling hickory-proto v0.24.4 |
| 2628 | 2026-08-27T00:41:18.187Z | Compiling itertools v0.14.0 |
| 2629 | 2026-08-27T00:41:18.447Z | Compiling regress v0.10.5 |
| 2630 | 2026-08-27T00:41:18.927Z | Compiling macaddr v1.0.1 |
| 2631 | 2026-08-27T00:41:18.977Z | Compiling humantime v2.3.0 |
| 2632 | 2026-08-27T00:41:19.073Z | Compiling unicode-xid v0.2.6 |
| 2633 | 2026-08-27T00:41:19.229Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2634 | 2026-08-27T00:41:19.288Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2635 | 2026-08-27T00:41:19.343Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2636 | 2026-08-27T00:41:19.394Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2637 | 2026-08-27T00:41:19.486Z | Compiling toml v0.8.23 |
| 2638 | 2026-08-27T00:41:19.648Z | Compiling papergrid v0.11.0 |
| 2639 | 2026-08-27T00:41:19.700Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2640 | 2026-08-27T00:41:19.977Z | Compiling tabled_derive v0.7.0 |
| 2641 | 2026-08-27T00:41:19.999Z | Compiling typify-macro v0.6.2 |
| 2642 | 2026-08-27T00:41:20.062Z | Compiling termtree v0.5.1 |
| 2643 | 2026-08-27T00:41:20.158Z | Compiling crossterm v0.29.0 |
| 2644 | 2026-08-27T00:41:20.266Z | Compiling hickory-resolver v0.24.4 |
| 2645 | 2026-08-27T00:41:20.417Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2646 | 2026-08-27T00:41:20.848Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2647 | 2026-08-27T00:41:20.902Z | Compiling tabled v0.15.0 |
| 2648 | 2026-08-27T00:41:21.567Z | Compiling typify v0.6.2 |
| 2649 | 2026-08-27T00:41:21.716Z | Compiling progenitor-impl v0.14.0 |
| 2650 | 2026-08-27T00:41:22.430Z | Compiling qorb v0.4.1 |
| 2651 | 2026-08-27T00:41:22.459Z | Compiling phf_shared v0.12.1 |
| 2652 | 2026-08-27T00:41:22.731Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2653 | 2026-08-27T00:41:22.939Z | Compiling csv-core v0.1.13 |
| 2654 | 2026-08-27T00:41:23.300Z | Compiling vte v0.14.1 |
| 2655 | 2026-08-27T00:41:23.389Z | Compiling highway v1.3.0 |
| 2656 | 2026-08-27T00:41:23.562Z | Compiling chrono-tz v0.10.4 |
| 2657 | 2026-08-27T00:41:23.800Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2658 | 2026-08-27T00:41:23.886Z | Compiling progenitor-macro v0.14.0 |
| 2659 | 2026-08-27T00:41:24.802Z | Compiling strip-ansi-escapes v0.2.1 |
| 2660 | 2026-08-27T00:41:25.112Z | Compiling csv v1.4.0 |
| 2661 | 2026-08-27T00:41:25.346Z | Compiling phf v0.12.1 |
| 2662 | 2026-08-27T00:41:25.551Z | Compiling const_format_proc_macros v0.2.34 |
| 2663 | 2026-08-27T00:41:25.576Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2664 | 2026-08-27T00:41:25.764Z | Compiling fd-lock v4.0.4 |
| 2665 | 2026-08-27T00:41:25.804Z | Compiling peg-macros v0.8.5 |
| 2666 | 2026-08-27T00:41:25.901Z | Compiling nu-ansi-term v0.50.3 |
| 2667 | 2026-08-27T00:41:26.092Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2668 | 2026-08-27T00:41:26.332Z | Compiling const_format v0.2.35 |
| 2669 | 2026-08-27T00:41:26.456Z | Compiling reedline v0.40.0 |
| 2670 | 2026-08-27T00:41:26.841Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2671 | 2026-08-27T00:41:27.091Z | Compiling peg v0.8.5 |
| 2672 | 2026-08-27T00:41:27.199Z | Compiling bcs v0.1.6 |
| 2673 | 2026-08-27T00:41:27.578Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2674 | 2026-08-27T00:41:27.629Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2675 | 2026-08-27T00:41:28.048Z | Compiling progenitor v0.14.0 |
| 2676 | 2026-08-27T00:41:28.174Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2677 | 2026-08-27T00:41:28.245Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2678 | 2026-08-27T00:41:28.387Z | Compiling nom v8.0.0 |
| 2679 | 2026-08-27T00:41:28.526Z | Compiling semver v0.1.20 |
| 2680 | 2026-08-27T00:41:28.816Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2681 | 2026-08-27T00:41:28.884Z | Compiling rustc_version v0.1.7 |
| 2682 | 2026-08-27T00:41:29.130Z | Compiling newtype_derive v0.1.6 |
| 2683 | 2026-08-27T00:41:29.353Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2684 | 2026-08-27T00:41:29.377Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2685 | 2026-08-27T00:41:29.610Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2686 | 2026-08-27T00:41:29.784Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2687 | 2026-08-27T00:41:29.852Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2688 | 2026-08-27T00:41:30.400Z | Compiling steno v0.4.1 |
| 2689 | 2026-08-27T00:41:31.030Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2690 | 2026-08-27T00:41:31.090Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2691 | 2026-08-27T00:41:31.177Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2692 | 2026-08-27T00:41:31.339Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2693 | 2026-08-27T00:41:31.674Z | Compiling sha1 v0.10.6 |
| 2694 | 2026-08-27T00:41:31.678Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2695 | 2026-08-27T00:41:31.775Z | Compiling utf-8 v0.7.6 |
| 2696 | 2026-08-27T00:41:32.047Z | Compiling tagptr v0.2.0 |
| 2697 | 2026-08-27T00:41:32.182Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2698 | 2026-08-27T00:41:32.247Z | Compiling moka v0.12.13 |
| 2699 | 2026-08-27T00:41:32.317Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2700 | 2026-08-27T00:41:32.359Z | Compiling tungstenite v0.21.0 |
| 2701 | 2026-08-27T00:41:32.755Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2702 | 2026-08-27T00:41:33.513Z | Compiling hickory-resolver v0.25.2 |
| 2703 | 2026-08-27T00:41:34.031Z | Compiling tokio-tungstenite v0.21.0 |
| 2704 | 2026-08-27T00:41:34.435Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2705 | 2026-08-27T00:41:34.456Z | Compiling darling_core v0.21.3 |
| 2706 | 2026-08-27T00:41:35.318Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2707 | 2026-08-27T00:41:36.690Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2708 | 2026-08-27T00:41:36.737Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2709 | 2026-08-27T00:41:36.780Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2710 | 2026-08-27T00:41:36.879Z | Compiling darling_macro v0.21.3 |
| 2711 | 2026-08-27T00:41:37.444Z | Compiling display-error-chain v0.2.2 |
| 2712 | 2026-08-27T00:41:37.625Z | Compiling darling v0.21.3 |
| 2713 | 2026-08-27T00:41:37.739Z | Compiling libscf-sys v1.2.0 |
| 2714 | 2026-08-27T00:41:37.952Z | Compiling vergen-lib v0.1.6 |
| 2715 | 2026-08-27T00:41:38.107Z | Compiling diesel_derives v2.3.7 |
| 2716 | 2026-08-27T00:41:38.212Z | Compiling dsl_auto_type v0.2.0 |
| 2717 | 2026-08-27T00:41:38.522Z | Compiling scheduled-thread-pool v0.2.7 |
| 2718 | 2026-08-27T00:41:38.745Z | Compiling vergen-gitcl v1.0.8 |
| 2719 | 2026-08-27T00:41:38.879Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2720 | 2026-08-27T00:41:38.968Z | Compiling dirs-sys-next v0.1.2 |
| 2721 | 2026-08-27T00:41:39.077Z | Compiling maplit v1.0.2 |
| 2722 | 2026-08-27T00:41:39.100Z | Compiling glob v0.3.3 |
| 2723 | 2026-08-27T00:41:39.204Z | Compiling crunchy v0.2.4 |
| 2724 | 2026-08-27T00:41:39.244Z | Compiling dirs-next v2.0.0 |
| 2725 | 2026-08-27T00:41:39.373Z | Compiling r2d2 v0.8.10 |
| 2726 | 2026-08-27T00:41:39.466Z | Compiling clang-sys v1.8.1 |
| 2727 | 2026-08-27T00:41:39.522Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2728 | 2026-08-27T00:41:39.663Z | Compiling papergrid v0.18.0 |
| 2729 | 2026-08-27T00:41:39.736Z | Compiling tiny-keccak v2.0.2 |
| 2730 | 2026-08-27T00:41:39.831Z | Compiling xshell-macros v0.2.7 |
| 2731 | 2026-08-27T00:41:39.853Z | Compiling downcast-rs v2.0.2 |
| 2732 | 2026-08-27T00:41:40.077Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2733 | 2026-08-27T00:41:40.136Z | Compiling term v0.7.0 |
| 2734 | 2026-08-27T00:41:40.200Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2735 | 2026-08-27T00:41:40.226Z | Compiling xshell v0.2.7 |
| 2736 | 2026-08-27T00:41:40.508Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2737 | 2026-08-27T00:41:40.533Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2738 | 2026-08-27T00:41:40.628Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2739 | 2026-08-27T00:41:40.731Z | Compiling bit-vec v0.6.3 |
| 2740 | 2026-08-27T00:41:40.862Z | Compiling tabled v0.21.0 |
| 2741 | 2026-08-27T00:41:40.982Z | Compiling bit-set v0.5.3 |
| 2742 | 2026-08-27T00:41:41.239Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2743 | 2026-08-27T00:41:41.430Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2744 | 2026-08-27T00:41:41.470Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2745 | 2026-08-27T00:41:41.798Z | Compiling ascii-canvas v3.0.0 |
| 2746 | 2026-08-27T00:41:42.060Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2747 | 2026-08-27T00:41:42.251Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2748 | 2026-08-27T00:41:42.491Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2749 | 2026-08-27T00:41:42.656Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2750 | 2026-08-27T00:41:42.679Z | Compiling itertools v0.10.5 |
| 2751 | 2026-08-27T00:41:42.715Z | Compiling ena v0.14.4 |
| 2752 | 2026-08-27T00:41:42.835Z | Compiling libloading v0.8.9 |
| 2753 | 2026-08-27T00:41:42.870Z | Compiling bindgen v0.71.1 |
| 2754 | 2026-08-27T00:41:42.968Z | Compiling unicase v2.9.0 |
| 2755 | 2026-08-27T00:41:43.066Z | Compiling diff v0.1.13 |
| 2756 | 2026-08-27T00:41:43.162Z | Compiling regex-syntax v0.6.29 |
| 2757 | 2026-08-27T00:41:43.649Z | Compiling cexpr v0.6.0 |
| 2758 | 2026-08-27T00:41:43.767Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2759 | 2026-08-27T00:41:43.957Z | Compiling diesel v2.3.7 |
| 2760 | 2026-08-27T00:41:43.984Z | Compiling rustc-hash v2.1.1 |
| 2761 | 2026-08-27T00:41:44.140Z | Compiling crc8 v0.1.1 |
| 2762 | 2026-08-27T00:41:44.316Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2763 | 2026-08-27T00:41:44.338Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2764 | 2026-08-27T00:41:44.531Z | Compiling lalrpop v0.19.12 |
| 2765 | 2026-08-27T00:41:45.027Z | Compiling headers-core v0.3.0 |
| 2766 | 2026-08-27T00:41:45.198Z | Compiling libxml v0.3.3 |
| 2767 | 2026-08-27T00:41:45.283Z | Compiling headers v0.4.1 |
| 2768 | 2026-08-27T00:41:45.503Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2769 | 2026-08-27T00:41:45.524Z | Compiling strum_macros v0.24.3 |
| 2770 | 2026-08-27T00:41:45.696Z | Compiling indoc v1.0.9 |
| 2771 | 2026-08-27T00:41:45.776Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2772 | 2026-08-27T00:41:45.997Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2773 | 2026-08-27T00:41:46.132Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2774 | 2026-08-27T00:41:46.221Z | Compiling derive_builder v0.20.2 |
| 2775 | 2026-08-27T00:41:46.242Z | Compiling oso-derive v0.27.3 |
| 2776 | 2026-08-27T00:41:46.395Z | Compiling quick-xml v0.37.5 |
| 2777 | 2026-08-27T00:41:46.417Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2778 | 2026-08-27T00:41:46.764Z | Compiling openssl-probe v0.1.6 |
| 2779 | 2026-08-27T00:41:46.825Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2780 | 2026-08-27T00:41:46.881Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2781 | 2026-08-27T00:41:47.073Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2782 | 2026-08-27T00:41:47.535Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2783 | 2026-08-27T00:41:47.569Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2784 | 2026-08-27T00:41:47.677Z | Compiling bb8 v0.8.6 |
| 2785 | 2026-08-27T00:41:47.783Z | Compiling trait-variant v0.1.2 |
| 2786 | 2026-08-27T00:41:47.948Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2787 | 2026-08-27T00:41:48.058Z | Compiling half v1.8.3 |
| 2788 | 2026-08-27T00:41:48.305Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2789 | 2026-08-27T00:41:48.327Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2790 | 2026-08-27T00:41:48.359Z | Compiling proc-macro-error2 v2.0.1 |
| 2791 | 2026-08-27T00:41:48.498Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2792 | 2026-08-27T00:41:48.581Z | Compiling serde_cbor v0.11.2 |
| 2793 | 2026-08-27T00:41:48.702Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2794 | 2026-08-27T00:41:48.734Z | Compiling hashbrown v0.14.5 |
| 2795 | 2026-08-27T00:41:48.938Z | Compiling rfc6979 v0.4.0 |
| 2796 | 2026-08-27T00:41:49.051Z | Compiling salty v0.3.0 |
| 2797 | 2026-08-27T00:41:49.100Z | Compiling ecdsa v0.16.9 |
| 2798 | 2026-08-27T00:41:49.338Z | Compiling chumsky v0.9.3 |
| 2799 | 2026-08-27T00:41:49.402Z | Compiling knus-derive v3.4.0 |
| 2800 | 2026-08-27T00:41:49.471Z | Compiling samael v0.0.19 |
| 2801 | 2026-08-27T00:41:49.556Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2802 | 2026-08-27T00:41:49.695Z | Compiling progenitor-impl v0.13.0 |
| 2803 | 2026-08-27T00:41:49.832Z | Compiling primeorder v0.13.6 |
| 2804 | 2026-08-27T00:41:50.161Z | Compiling nonempty v0.12.0 |
| 2805 | 2026-08-27T00:41:50.407Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2806 | 2026-08-27T00:41:50.569Z | Compiling p384 v0.13.1 |
| 2807 | 2026-08-27T00:41:50.759Z | Compiling knus v3.4.0 |
| 2808 | 2026-08-27T00:41:51.662Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2809 | 2026-08-27T00:41:51.886Z | Compiling progenitor-macro v0.13.0 |
| 2810 | 2026-08-27T00:41:51.936Z | Compiling polar-core v0.27.3 |
| 2811 | 2026-08-27T00:41:52.108Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2812 | 2026-08-27T00:41:52.988Z | Compiling progenitor-client v0.13.0 |
| 2813 | 2026-08-27T00:41:53.013Z | Compiling fxhash v0.2.1 |
| 2814 | 2026-08-27T00:41:53.181Z | Compiling libz-sys v1.1.24 |
| 2815 | 2026-08-27T00:41:53.284Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2816 | 2026-08-27T00:41:53.491Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2817 | 2026-08-27T00:41:53.674Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2818 | 2026-08-27T00:41:54.048Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2819 | 2026-08-27T00:41:54.187Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2820 | 2026-08-27T00:41:54.565Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2821 | 2026-08-27T00:41:54.943Z | Compiling kstat-rs v0.2.5 |
| 2822 | 2026-08-27T00:41:55.640Z | Compiling mime_guess v2.0.5 |
| 2823 | 2026-08-27T00:41:55.984Z | Compiling progenitor v0.13.0 |
| 2824 | 2026-08-27T00:41:56.150Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2825 | 2026-08-27T00:41:57.217Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2826 | 2026-08-27T00:41:57.256Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2827 | 2026-08-27T00:41:57.633Z | Compiling nanorand v0.7.0 |
| 2828 | 2026-08-27T00:41:58.048Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2829 | 2026-08-27T00:41:58.192Z | Compiling parking_lot_core v0.8.6 |
| 2830 | 2026-08-27T00:41:58.493Z | Compiling flume v0.11.1 |
| 2831 | 2026-08-27T00:41:58.569Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2832 | 2026-08-27T00:41:58.758Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2833 | 2026-08-27T00:41:59.039Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2834 | 2026-08-27T00:41:59.734Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2835 | 2026-08-27T00:41:59.856Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2836 | 2026-08-27T00:42:00.085Z | Compiling git-stub v1.0.0 |
| 2837 | 2026-08-27T00:42:00.325Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2838 | 2026-08-27T00:42:00.363Z | Compiling http-range v0.1.5 |
| 2839 | 2026-08-27T00:42:00.569Z | Compiling corncobs v0.1.4 |
| 2840 | 2026-08-27T00:42:00.688Z | Compiling instability v0.3.11 |
| 2841 | 2026-08-27T00:42:00.823Z | Compiling oso v0.27.3 |
| 2842 | 2026-08-27T00:42:00.904Z | Compiling strsim v0.10.0 |
| 2843 | 2026-08-27T00:42:00.959Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2844 | 2026-08-27T00:42:01.468Z | Compiling async-bb8-diesel v0.2.1 |
| 2845 | 2026-08-27T00:42:01.639Z | Compiling diesel-dtrace v0.5.0 |
| 2846 | 2026-08-27T00:42:01.940Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2847 | 2026-08-27T00:42:01.980Z | Compiling darling_core v0.13.4 |
| 2848 | 2026-08-27T00:42:03.675Z | Compiling git-stub-vcs v0.1.0 |
| 2849 | 2026-08-27T00:42:04.254Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2850 | 2026-08-27T00:42:05.427Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2851 | 2026-08-27T00:42:05.488Z | Compiling ignore v0.4.25 |
| 2852 | 2026-08-27T00:42:06.484Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2853 | 2026-08-27T00:42:06.911Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2854 | 2026-08-27T00:42:06.938Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2855 | 2026-08-27T00:42:07.440Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2856 | 2026-08-27T00:42:07.705Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2857 | 2026-08-27T00:42:08.666Z | Compiling anstyle-parse v0.2.7 |
| 2858 | 2026-08-27T00:42:08.806Z | Compiling secrecy v0.8.0 |
| 2859 | 2026-08-27T00:42:08.940Z | Compiling vergen-git2 v9.1.0 |
| 2860 | 2026-08-27T00:42:09.004Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2861 | 2026-08-27T00:42:09.107Z | Compiling castaway v0.2.4 |
| 2862 | 2026-08-27T00:42:09.162Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2863 | 2026-08-27T00:42:09.270Z | Compiling indoc v2.0.7 |
| 2864 | 2026-08-27T00:42:09.495Z | Compiling compact_str v0.8.1 |
| 2865 | 2026-08-27T00:42:10.341Z | Compiling anstream v0.6.21 |
| 2866 | 2026-08-27T00:42:10.425Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2867 | 2026-08-27T00:42:10.596Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2868 | 2026-08-27T00:42:10.931Z | Compiling globwalk v0.9.1 |
| 2869 | 2026-08-27T00:42:10.955Z | Compiling parking_lot v0.11.2 |
| 2870 | 2026-08-27T00:42:11.385Z | Compiling hyper-staticfile v0.10.1 |
| 2871 | 2026-08-27T00:42:11.596Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2872 | 2026-08-27T00:42:11.871Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2873 | 2026-08-27T00:42:12.110Z | Compiling darling_macro v0.13.4 |
| 2874 | 2026-08-27T00:42:12.311Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2875 | 2026-08-27T00:42:12.363Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2876 | 2026-08-27T00:42:12.535Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2877 | 2026-08-27T00:42:12.632Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2878 | 2026-08-27T00:42:12.999Z | Compiling predicates-tree v1.0.13 |
| 2879 | 2026-08-27T00:42:13.361Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2880 | 2026-08-27T00:42:13.414Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2881 | 2026-08-27T00:42:13.580Z | Compiling unicode-truncate v1.1.0 |
| 2882 | 2026-08-27T00:42:13.794Z | Compiling lru v0.12.5 |
| 2883 | 2026-08-27T00:42:13.870Z | Compiling digest-io v0.1.0 |
| 2884 | 2026-08-27T00:42:14.021Z | Compiling sha2 v0.11.0 |
| 2885 | 2026-08-27T00:42:14.057Z | Compiling prefix-trie v0.7.0 |
| 2886 | 2026-08-27T00:42:14.374Z | Compiling rand_seeder v0.4.0 |
| 2887 | 2026-08-27T00:42:14.608Z | Compiling cassowary v0.3.0 |
| 2888 | 2026-08-27T00:42:14.634Z | Compiling rawzip v0.4.4 |
| 2889 | 2026-08-27T00:42:14.637Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2890 | 2026-08-27T00:42:14.692Z | Compiling hickory-server v0.25.2 |
| 2891 | 2026-08-27T00:42:14.891Z | Compiling ratatui v0.29.0 |
| 2892 | 2026-08-27T00:42:14.919Z | Compiling camino-tempfile-ext v0.3.3 |
| 2893 | 2026-08-27T00:42:15.075Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2894 | 2026-08-27T00:42:15.507Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2895 | 2026-08-27T00:42:15.579Z | Compiling darling v0.13.4 |
| 2896 | 2026-08-27T00:42:15.732Z | Compiling sled v0.34.7 |
| 2897 | 2026-08-27T00:42:15.753Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2898 | 2026-08-27T00:42:16.143Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2899 | 2026-08-27T00:42:18.091Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2900 | 2026-08-27T00:42:18.600Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2901 | 2026-08-27T00:42:18.825Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2902 | 2026-08-27T00:42:19.710Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2903 | 2026-08-27T00:42:21.129Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2904 | 2026-08-27T00:42:21.740Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2905 | 2026-08-27T00:42:23.129Z | Compiling serde_with_macros v1.5.2 |
| 2906 | 2026-08-27T00:42:23.195Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2907 | 2026-08-27T00:42:23.353Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2908 | 2026-08-27T00:42:23.700Z | Compiling git2 v0.20.4 |
| 2909 | 2026-08-27T00:42:23.731Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2910 | 2026-08-27T00:42:23.954Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2911 | 2026-08-27T00:42:23.978Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2912 | 2026-08-27T00:42:24.182Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2913 | 2026-08-27T00:42:24.207Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2914 | 2026-08-27T00:42:24.408Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2915 | 2026-08-27T00:42:24.507Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2916 | 2026-08-27T00:42:24.677Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2917 | 2026-08-27T00:42:24.758Z | Compiling arc-swap v1.8.2 |
| 2918 | 2026-08-27T00:42:24.902Z | Compiling void v1.0.2 |
| 2919 | 2026-08-27T00:42:25.052Z | Compiling lzss v0.8.2 |
| 2920 | 2026-08-27T00:42:25.079Z | Compiling slog-scope v4.4.1 |
| 2921 | 2026-08-27T00:42:25.358Z | Compiling serde_with v1.14.0 |
| 2922 | 2026-08-27T00:42:25.422Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2923 | 2026-08-27T00:42:25.495Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2924 | 2026-08-27T00:42:26.622Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2925 | 2026-08-27T00:42:26.645Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2926 | 2026-08-27T00:42:26.740Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2927 | 2026-08-27T00:42:27.148Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2928 | 2026-08-27T00:42:27.206Z | Compiling scuffle v0.1.0 |
| 2929 | 2026-08-27T00:42:27.273Z | Compiling tungstenite v0.23.0 |
| 2930 | 2026-08-27T00:42:27.377Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2931 | 2026-08-27T00:42:29.126Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2932 | 2026-08-27T00:42:29.283Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2933 | 2026-08-27T00:42:29.322Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2934 | 2026-08-27T00:42:29.506Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2935 | 2026-08-27T00:42:29.540Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2936 | 2026-08-27T00:42:29.562Z | Compiling nix v0.27.1 |
| 2937 | 2026-08-27T00:42:29.736Z | Compiling twox-hash v2.1.2 |
| 2938 | 2026-08-27T00:42:29.788Z | Compiling libsw-core v0.3.2 |
| 2939 | 2026-08-27T00:42:30.008Z | Compiling atty v0.2.14 |
| 2940 | 2026-08-27T00:42:30.170Z | Compiling serde_bytes v0.11.19 |
| 2941 | 2026-08-27T00:42:30.260Z | Compiling libsw v3.5.0 |
| 2942 | 2026-08-27T00:42:30.488Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2943 | 2026-08-27T00:42:30.562Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2944 | 2026-08-27T00:42:30.715Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2945 | 2026-08-27T00:42:31.284Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2946 | 2026-08-27T00:42:32.099Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2947 | 2026-08-27T00:42:32.270Z | Compiling tokio-tungstenite v0.23.1 |
| 2948 | 2026-08-27T00:42:32.651Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2949 | 2026-08-27T00:42:32.791Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2950 | 2026-08-27T00:42:33.401Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2951 | 2026-08-27T00:42:34.767Z | Compiling slog-stdlog v4.1.1 |
| 2952 | 2026-08-27T00:42:34.796Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2953 | 2026-08-27T00:42:35.158Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2954 | 2026-08-27T00:42:35.745Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2955 | 2026-08-27T00:42:36.204Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2956 | 2026-08-27T00:42:37.688Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2957 | 2026-08-27T00:42:37.915Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2958 | 2026-08-27T00:42:37.940Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2959 | 2026-08-27T00:42:39.598Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2960 | 2026-08-27T00:42:40.471Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2961 | 2026-08-27T00:42:40.546Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2962 | 2026-08-27T00:42:41.116Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2963 | 2026-08-27T00:42:41.141Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2964 | 2026-08-27T00:42:41.545Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2965 | 2026-08-27T00:42:43.343Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2966 | 2026-08-27T00:42:44.718Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2967 | 2026-08-27T00:42:44.949Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2968 | 2026-08-27T00:42:45.334Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2969 | 2026-08-27T00:42:45.550Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2970 | 2026-08-27T00:42:46.468Z | Compiling signal-hook-tokio v0.3.1 |
| 2971 | 2026-08-27T00:42:46.664Z | Compiling fatfs v0.3.6 |
| 2972 | 2026-08-27T00:42:47.648Z | Compiling yasna v0.5.2 |
| 2973 | 2026-08-27T00:42:47.989Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2974 | 2026-08-27T00:42:48.329Z | Compiling seq-macro v0.3.6 |
| 2975 | 2026-08-27T00:42:48.825Z | Compiling assert_matches v1.5.0 |
| 2976 | 2026-08-27T00:42:48.971Z | Compiling rcgen v0.12.1 |
| 2977 | 2026-08-27T00:42:49.213Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2978 | 2026-08-27T00:42:49.915Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2979 | 2026-08-27T00:42:49.940Z | Compiling slog-envlogger v2.2.0 |
| 2980 | 2026-08-27T00:42:51.149Z | Compiling oxide-update-engine-display v0.1.2 |
| 2981 | 2026-08-27T00:42:51.810Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2982 | 2026-08-27T00:42:52.094Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2983 | 2026-08-27T00:42:53.040Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2984 | 2026-08-27T00:42:53.263Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2985 | 2026-08-27T00:42:53.438Z | Compiling port-file v0.1.0 |
| 2986 | 2026-08-27T00:42:53.491Z | Compiling subprocess v0.2.15 |
| 2987 | 2026-08-27T00:42:53.758Z | Compiling rtoolbox v0.0.3 |
| 2988 | 2026-08-27T00:42:54.063Z | Compiling rpassword v7.5.4 |
| 2989 | 2026-08-27T00:42:54.215Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2990 | 2026-08-27T00:42:54.305Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2991 | 2026-08-27T00:42:55.661Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2992 | 2026-08-27T00:42:55.908Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2993 | 2026-08-27T00:42:56.046Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2994 | 2026-08-27T00:42:56.971Z | Compiling tui-tree-widget v0.23.1 |
| 2995 | 2026-08-27T00:42:57.260Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2996 | 2026-08-27T00:42:57.901Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2997 | 2026-08-27T00:42:59.850Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2998 | 2026-08-27T00:43:00.651Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2999 | 2026-08-27T00:43:01.184Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3000 | 2026-08-27T00:43:01.407Z | Compiling uzers v0.12.2 |
| 3001 | 2026-08-27T00:43:01.932Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3002 | 2026-08-27T00:43:02.207Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3003 | 2026-08-27T00:43:02.824Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3004 | 2026-08-27T00:43:03.297Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3005 | 2026-08-27T00:43:04.221Z | Compiling support-bundle-viewer v0.1.2 |
| 3006 | 2026-08-27T00:43:04.582Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3007 | 2026-08-27T00:43:06.088Z | Compiling multimap v0.10.1 |
| 3008 | 2026-08-27T00:43:14.113Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3009 | 2026-08-27T00:43:15.866Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3010 | 2026-08-27T00:43:22.411Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3011 | 2026-08-27T00:43:24.213Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3012 | 2026-08-27T00:43:26.700Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3013 | 2026-08-27T00:50:31.897Z | Finished `release` profile [optimized] target(s) in 9m 18s |
| 3014 | 2026-08-27T00:50:31.900Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3015 | 2026-08-27T00:50:31.901Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3016 | 2026-08-27T00:51:24.886Z | |
| 3017 | 2026-08-27T00:51:24.889Z | real 10:12.557376554 |
| 3018 | 2026-08-27T00:51:24.889Z | user 1:21:33.975570752 |
| 3019 | 2026-08-27T00:51:24.889Z | sys 3:37.875053175 |
| 3020 | 2026-08-27T00:51:24.889Z | trap 1.762951463 |
| 3021 | 2026-08-27T00:51:24.889Z | tflt 2.069588637 |
| 3022 | 2026-08-27T00:51:24.889Z | dflt 18.694555367 |
| 3023 | 2026-08-27T00:51:24.889Z | kflt 0.006791123 |
| 3024 | 2026-08-27T00:51:24.889Z | lock 7:36:40.724697787 |
| 3025 | 2026-08-27T00:51:24.889Z | slp 2:17:25.123147771 |
| 3026 | 2026-08-27T00:51:24.889Z | lat 2:27.100756266 |
| 3027 | 2026-08-27T00:51:24.889Z | stop 5:31.965961037 |
| 3028 | 2026-08-27T00:51:24.889Z | + mapfile -t packages |
| 3029 | 2026-08-27T00:51:24.890Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3030 | 2026-08-27T00:51:25.855Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 3031 | 2026-08-27T00:51:25.928Z | Running `target/release/omicron-package -t test list-outputs` |
| 3032 | 2026-08-27T00:51:25.989Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3033 | 2026-08-27T00:51:25.993Z | + ptime -m cargo build --locked --release -p xtask |
| 3034 | 2026-08-27T00:51:26.475Z | Compiling libc v0.2.185 |
| 3035 | 2026-08-27T00:51:26.475Z | Compiling serde_core v1.0.228 |
| 3036 | 2026-08-27T00:51:26.475Z | Compiling serde v1.0.228 |
| 3037 | 2026-08-27T00:51:26.479Z | Compiling rustix v1.1.4 |
| 3038 | 2026-08-27T00:51:26.479Z | Compiling bitflags v2.11.0 |
| 3039 | 2026-08-27T00:51:26.479Z | Compiling serde_json v1.0.151 |
| 3040 | 2026-08-27T00:51:26.636Z | Compiling syn v2.0.117 |
| 3041 | 2026-08-27T00:51:26.636Z | Compiling usdt-impl v0.5.0 |
| 3042 | 2026-08-27T00:51:26.657Z | Compiling syn v1.0.109 |
| 3043 | 2026-08-27T00:51:26.672Z | Compiling getrandom v0.4.3 |
| 3044 | 2026-08-27T00:51:26.675Z | Compiling log v0.4.33 |
| 3045 | 2026-08-27T00:51:26.690Z | Compiling indexmap v2.14.0 |
| 3046 | 2026-08-27T00:51:26.705Z | Compiling fs-err v3.3.0 |
| 3047 | 2026-08-27T00:51:26.869Z | Compiling heck v0.4.1 |
| 3048 | 2026-08-27T00:51:26.967Z | Compiling once_cell v1.21.3 |
| 3049 | 2026-08-27T00:51:26.970Z | Compiling anyhow v1.0.104 |
| 3050 | 2026-08-27T00:51:27.317Z | Compiling errno v0.3.14 |
| 3051 | 2026-08-27T00:51:27.320Z | Compiling thread-id v4.2.2 |
| 3052 | 2026-08-27T00:51:27.320Z | Compiling memmap v0.7.0 |
| 3053 | 2026-08-27T00:51:28.080Z | Compiling proc-macro-error v1.0.4 |
| 3054 | 2026-08-27T00:51:28.278Z | Compiling terminal_size v0.4.3 |
| 3055 | 2026-08-27T00:51:28.278Z | Compiling tempfile v3.27.0 |
| 3056 | 2026-08-27T00:51:28.345Z | Compiling tabled_derive v0.7.0 |
| 3057 | 2026-08-27T00:51:28.375Z | Compiling clap_builder v4.6.0 |
| 3058 | 2026-08-27T00:51:28.375Z | Compiling textwrap v0.16.2 |
| 3059 | 2026-08-27T00:51:28.728Z | Compiling camino v1.2.5 |
| 3060 | 2026-08-27T00:51:28.728Z | Compiling semver v1.0.28 |
| 3061 | 2026-08-27T00:51:28.806Z | Compiling cargo-platform v0.3.2 |
| 3062 | 2026-08-27T00:51:28.818Z | Compiling pest_generator v2.8.6 |
| 3063 | 2026-08-27T00:51:29.044Z | Compiling tabled v0.15.0 |
| 3064 | 2026-08-27T00:51:29.056Z | Compiling camino-tempfile v1.4.1 |
| 3065 | 2026-08-27T00:51:29.281Z | Compiling serde_derive v1.0.228 |
| 3066 | 2026-08-27T00:51:29.284Z | Compiling thiserror-impl v1.0.69 |
| 3067 | 2026-08-27T00:51:29.284Z | Compiling zerocopy-derive v0.7.35 |
| 3068 | 2026-08-27T00:51:29.284Z | Compiling scroll_derive v0.12.1 |
| 3069 | 2026-08-27T00:51:29.284Z | Compiling thiserror-impl v2.0.18 |
| 3070 | 2026-08-27T00:51:29.284Z | Compiling clap_derive v4.6.1 |
| 3071 | 2026-08-27T00:51:29.358Z | Compiling pest_derive v2.8.6 |
| 3072 | 2026-08-27T00:51:30.001Z | Compiling scroll v0.12.0 |
| 3073 | 2026-08-27T00:51:30.095Z | Compiling zerocopy v0.7.35 |
| 3074 | 2026-08-27T00:51:30.337Z | Compiling goblin v0.8.2 |
| 3075 | 2026-08-27T00:51:30.387Z | Compiling thiserror v1.0.69 |
| 3076 | 2026-08-27T00:51:30.486Z | Compiling dtrace-parser v0.2.0 |
| 3077 | 2026-08-27T00:51:30.506Z | Compiling thiserror v2.0.18 |
| 3078 | 2026-08-27T00:51:30.771Z | Compiling clap v4.6.1 |
| 3079 | 2026-08-27T00:51:32.460Z | Compiling dof v0.3.0 |
| 3080 | 2026-08-27T00:51:32.557Z | Compiling serde_spanned v0.6.9 |
| 3081 | 2026-08-27T00:51:32.630Z | Compiling toml_datetime v0.6.11 |
| 3082 | 2026-08-27T00:51:32.650Z | Compiling serde_tokenstream v0.2.3 |
| 3083 | 2026-08-27T00:51:32.730Z | Compiling macaddr v1.0.1 |
| 3084 | 2026-08-27T00:51:32.740Z | Compiling cargo_metadata v0.23.1 |
| 3085 | 2026-08-27T00:51:32.744Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3086 | 2026-08-27T00:51:32.818Z | Compiling toml_edit v0.22.27 |
| 3087 | 2026-08-27T00:51:33.160Z | Compiling usdt-attr-macro v0.5.0 |
| 3088 | 2026-08-27T00:51:33.165Z | Compiling usdt-macro v0.5.0 |
| 3089 | 2026-08-27T00:51:33.786Z | Compiling usdt v0.5.0 |
| 3090 | 2026-08-27T00:51:34.328Z | Compiling toml v0.8.23 |
| 3091 | 2026-08-27T00:51:34.758Z | Compiling cargo_toml v0.21.0 |
| 3092 | 2026-08-27T00:51:39.176Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3093 | 2026-08-27T00:51:42.395Z | Finished `release` profile [optimized] target(s) in 16.39s |
| 3094 | 2026-08-27T00:51:42.537Z | |
| 3095 | 2026-08-27T00:51:42.537Z | real 16.507711322 |
| 3096 | 2026-08-27T00:51:42.537Z | user 2:04.625081901 |
| 3097 | 2026-08-27T00:51:42.541Z | sys 13.577080747 |
| 3098 | 2026-08-27T00:51:42.541Z | trap 0.057884805 |
| 3099 | 2026-08-27T00:51:42.541Z | tflt 0.508581612 |
| 3100 | 2026-08-27T00:51:42.541Z | dflt 1.501246795 |
| 3101 | 2026-08-27T00:51:42.541Z | kflt 0.000022720 |
| 3102 | 2026-08-27T00:51:42.541Z | lock 4:46.946208201 |
| 3103 | 2026-08-27T00:51:42.541Z | slp 2:39.691491681 |
| 3104 | 2026-08-27T00:51:42.541Z | lat 3.435139858 |
| 3105 | 2026-08-27T00:51:42.541Z | stop 16.095946735 |
| 3106 | 2026-08-27T00:51:42.541Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3107 | 2026-08-27T00:51:42.541Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3108 | 2026-08-27T00:51:42.541Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3109 | 2026-08-27T00:51:42.541Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3110 | 2026-08-27T00:51:42.541Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3111 | 2026-08-27T00:51:43.488Z | Compiling match_cfg v0.1.0 |
| 3112 | 2026-08-27T00:51:43.488Z | Compiling progenitor-client v0.14.0 |
| 3113 | 2026-08-27T00:51:43.488Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3114 | 2026-08-27T00:51:43.491Z | Compiling slog-json v2.6.1 |
| 3115 | 2026-08-27T00:51:43.491Z | Compiling newtype-uuid-macros v0.1.0 |
| 3116 | 2026-08-27T00:51:43.491Z | Compiling sha1 v0.11.0 |
| 3117 | 2026-08-27T00:51:43.491Z | Compiling multer v3.1.0 |
| 3118 | 2026-08-27T00:51:43.491Z | Compiling compression-core v0.4.31 |
| 3119 | 2026-08-27T00:51:43.492Z | Compiling debug-ignore v1.0.5 |
| 3120 | 2026-08-27T00:51:43.492Z | Compiling async-stream-impl v0.3.6 |
| 3121 | 2026-08-27T00:51:43.640Z | Compiling serde_spanned v1.1.1 |
| 3122 | 2026-08-27T00:51:43.645Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3123 | 2026-08-27T00:51:43.645Z | Compiling dropshot v0.17.1 |
| 3124 | 2026-08-27T00:51:43.654Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3125 | 2026-08-27T00:51:43.687Z | Compiling waitgroup v0.1.2 |
| 3126 | 2026-08-27T00:51:43.704Z | Compiling rustls-pemfile v2.2.0 |
| 3127 | 2026-08-27T00:51:43.878Z | Compiling compression-codecs v0.4.37 |
| 3128 | 2026-08-27T00:51:43.883Z | Compiling dropshot_endpoint v0.17.1 |
| 3129 | 2026-08-27T00:51:43.883Z | Compiling serde_path_to_error v0.1.20 |
| 3130 | 2026-08-27T00:51:43.951Z | Compiling hostname v0.3.1 |
| 3131 | 2026-08-27T00:51:43.954Z | Compiling hostname v0.4.2 |
| 3132 | 2026-08-27T00:51:43.985Z | Compiling atomicwrites v0.4.4 |
| 3133 | 2026-08-27T00:51:44.003Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3134 | 2026-08-27T00:51:44.007Z | Compiling macaddr v1.0.1 |
| 3135 | 2026-08-27T00:51:44.056Z | Compiling slog-bunyan v2.5.0 |
| 3136 | 2026-08-27T00:51:44.059Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3137 | 2026-08-27T00:51:44.101Z | Compiling async-compression v0.4.41 |
| 3138 | 2026-08-27T00:51:44.112Z | Compiling serde_tokenstream v0.3.0 |
| 3139 | 2026-08-27T00:51:44.123Z | Compiling oxide-generation v0.1.3 |
| 3140 | 2026-08-27T00:51:44.131Z | Compiling instant v0.1.13 |
| 3141 | 2026-08-27T00:51:44.245Z | Compiling regress v0.10.5 |
| 3142 | 2026-08-27T00:51:44.248Z | Compiling parse-display-derive v0.10.0 |
| 3143 | 2026-08-27T00:51:44.248Z | Compiling backon v1.6.0 |
| 3144 | 2026-08-27T00:51:44.299Z | Compiling backoff v0.4.0 |
| 3145 | 2026-08-27T00:51:44.303Z | Compiling itertools v0.14.0 |
| 3146 | 2026-08-27T00:51:44.303Z | Compiling humantime v2.3.0 |
| 3147 | 2026-08-27T00:51:44.368Z | Compiling async-stream v0.3.6 |
| 3148 | 2026-08-27T00:51:44.427Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3149 | 2026-08-27T00:51:44.450Z | Compiling half v2.7.1 |
| 3150 | 2026-08-27T00:51:44.470Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3151 | 2026-08-27T00:51:44.487Z | Compiling progenitor-extras v0.2.0 |
| 3152 | 2026-08-27T00:51:44.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3153 | 2026-08-27T00:51:44.526Z | Compiling ciborium-io v0.2.2 |
| 3154 | 2026-08-27T00:51:44.542Z | Compiling crucible-workspace-hack v0.1.0 |
| 3155 | 2026-08-27T00:51:44.545Z | Compiling convert_case v0.4.0 |
| 3156 | 2026-08-27T00:51:44.575Z | Compiling oxide-generation-macros v0.2.0 |
| 3157 | 2026-08-27T00:51:44.578Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3158 | 2026-08-27T00:51:44.611Z | Compiling regress v0.11.1 |
| 3159 | 2026-08-27T00:51:44.627Z | Compiling secrecy v0.10.3 |
| 3160 | 2026-08-27T00:51:44.643Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3161 | 2026-08-27T00:51:44.760Z | Compiling ciborium-ll v0.2.2 |
| 3162 | 2026-08-27T00:51:44.841Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3163 | 2026-08-27T00:51:44.852Z | Compiling inout v0.1.4 |
| 3164 | 2026-08-27T00:51:44.870Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3165 | 2026-08-27T00:51:44.887Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3166 | 2026-08-27T00:51:44.942Z | Compiling derive_more v0.99.20 |
| 3167 | 2026-08-27T00:51:44.962Z | Compiling ciborium v0.2.2 |
| 3168 | 2026-08-27T00:51:45.001Z | Compiling cipher v0.4.4 |
| 3169 | 2026-08-27T00:51:45.005Z | Compiling universal-hash v0.5.1 |
| 3170 | 2026-08-27T00:51:45.034Z | Compiling opaque-debug v0.3.1 |
| 3171 | 2026-08-27T00:51:45.122Z | Compiling unsafe-libyaml v0.2.11 |
| 3172 | 2026-08-27T00:51:45.126Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3173 | 2026-08-27T00:51:45.164Z | Compiling poly1305 v0.8.0 |
| 3174 | 2026-08-27T00:51:45.175Z | Compiling blake2 v0.10.6 |
| 3175 | 2026-08-27T00:51:45.283Z | Compiling chacha20 v0.9.1 |
| 3176 | 2026-08-27T00:51:45.376Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3177 | 2026-08-27T00:51:45.438Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3178 | 2026-08-27T00:51:45.569Z | Compiling aead v0.5.2 |
| 3179 | 2026-08-27T00:51:45.587Z | Compiling password-hash v0.5.0 |
| 3180 | 2026-08-27T00:51:45.609Z | Compiling indent_write v2.2.0 |
| 3181 | 2026-08-27T00:51:45.632Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3182 | 2026-08-27T00:51:45.651Z | Compiling num-derive v0.4.2 |
| 3183 | 2026-08-27T00:51:45.771Z | Compiling serde_yaml v0.9.34+deprecated |
| 3184 | 2026-08-27T00:51:45.787Z | Compiling chacha20poly1305 v0.10.1 |
| 3185 | 2026-08-27T00:51:45.810Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3186 | 2026-08-27T00:51:45.925Z | Compiling argon2 v0.5.3 |
| 3187 | 2026-08-27T00:51:45.942Z | Compiling heapless v0.8.0 |
| 3188 | 2026-08-27T00:51:45.968Z | Compiling ingot-macros v0.2.0 |
| 3189 | 2026-08-27T00:51:45.979Z | Compiling tabwriter v1.4.1 |
| 3190 | 2026-08-27T00:51:46.018Z | Compiling hash32 v0.3.1 |
| 3191 | 2026-08-27T00:51:46.047Z | Compiling parse-display v0.10.0 |
| 3192 | 2026-08-27T00:51:46.155Z | Compiling thiserror-no-std v2.0.2 |
| 3193 | 2026-08-27T00:51:46.211Z | Compiling typify-impl v0.6.2 |
| 3194 | 2026-08-27T00:51:46.241Z | Compiling vsss-rs v3.3.4 |
| 3195 | 2026-08-27T00:51:46.259Z | Compiling smoltcp v0.11.0 |
| 3196 | 2026-08-27T00:51:46.388Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3197 | 2026-08-27T00:51:46.468Z | Compiling proc-macro-crate v3.4.0 |
| 3198 | 2026-08-27T00:51:46.653Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3199 | 2026-08-27T00:51:46.691Z | Compiling cobs v0.3.0 |
| 3200 | 2026-08-27T00:51:46.995Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3201 | 2026-08-27T00:51:47.020Z | Compiling colored v3.1.1 |
| 3202 | 2026-08-27T00:51:47.020Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3203 | 2026-08-27T00:51:47.039Z | Compiling num_enum_derive v0.7.6 |
| 3204 | 2026-08-27T00:51:47.149Z | Compiling postcard v1.1.3 |
| 3205 | 2026-08-27T00:51:47.187Z | Compiling proc-macro-error v1.0.4 |
| 3206 | 2026-08-27T00:51:47.201Z | Compiling rand v0.10.1 |
| 3207 | 2026-08-27T00:51:47.258Z | Compiling proc-macro-crate v1.3.1 |
| 3208 | 2026-08-27T00:51:47.279Z | Compiling foreign-types-macros v0.2.3 |
| 3209 | 2026-08-27T00:51:47.303Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3210 | 2026-08-27T00:51:47.443Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3211 | 2026-08-27T00:51:47.529Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3212 | 2026-08-27T00:51:47.545Z | Compiling foreign-types-shared v0.3.1 |
| 3213 | 2026-08-27T00:51:47.573Z | Compiling rayon-core v1.13.0 |
| 3214 | 2026-08-27T00:51:47.636Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3215 | 2026-08-27T00:51:47.668Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3216 | 2026-08-27T00:51:47.699Z | Compiling num_enum_derive v0.5.11 |
| 3217 | 2026-08-27T00:51:47.843Z | Compiling crossbeam-deque v0.8.6 |
| 3218 | 2026-08-27T00:51:47.872Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3219 | 2026-08-27T00:51:47.909Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3220 | 2026-08-27T00:51:47.934Z | Compiling cstr-argument v0.1.2 |
| 3221 | 2026-08-27T00:51:47.946Z | Compiling foreign-types v0.5.0 |
| 3222 | 2026-08-27T00:51:47.969Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3223 | 2026-08-27T00:51:48.068Z | Compiling illumos-nvpair v0.3.0 |
| 3224 | 2026-08-27T00:51:48.072Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3225 | 2026-08-27T00:51:48.120Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3226 | 2026-08-27T00:51:48.157Z | Compiling num_enum v0.7.6 |
| 3227 | 2026-08-27T00:51:48.204Z | Compiling zone_cfg_derive v0.3.1 |
| 3228 | 2026-08-27T00:51:48.295Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3229 | 2026-08-27T00:51:48.348Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3230 | 2026-08-27T00:51:48.359Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3231 | 2026-08-27T00:51:48.390Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3232 | 2026-08-27T00:51:48.390Z | Compiling itertools v0.12.1 |
| 3233 | 2026-08-27T00:51:48.437Z | Compiling sigpipe v0.1.3 |
| 3234 | 2026-08-27T00:51:48.462Z | Compiling rayon v1.11.0 |
| 3235 | 2026-08-27T00:51:48.508Z | Compiling glob v0.3.3 |
| 3236 | 2026-08-27T00:51:48.524Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3237 | 2026-08-27T00:51:48.546Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3238 | 2026-08-27T00:51:48.629Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3239 | 2026-08-27T00:51:48.744Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3240 | 2026-08-27T00:51:48.797Z | Compiling smf v0.2.3 |
| 3241 | 2026-08-27T00:51:48.803Z | Compiling whoami v1.6.1 |
| 3242 | 2026-08-27T00:51:48.826Z | Compiling num_enum v0.5.11 |
| 3243 | 2026-08-27T00:51:48.892Z | Compiling cpubits v0.1.1 |
| 3244 | 2026-08-27T00:51:48.907Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3245 | 2026-08-27T00:51:48.932Z | Compiling ingot-types v0.2.0 |
| 3246 | 2026-08-27T00:51:48.932Z | Compiling gethostname v0.5.0 |
| 3247 | 2026-08-27T00:51:48.971Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3248 | 2026-08-27T00:51:48.971Z | Compiling derive-where v1.6.0 |
| 3249 | 2026-08-27T00:51:48.981Z | Compiling usdt-macro v0.5.0 |
| 3250 | 2026-08-27T00:51:49.068Z | Compiling usdt-attr-macro v0.5.0 |
| 3251 | 2026-08-27T00:51:49.088Z | Compiling num-rational v0.4.2 |
| 3252 | 2026-08-27T00:51:49.132Z | Compiling num-complex v0.4.6 |
| 3253 | 2026-08-27T00:51:49.163Z | Compiling memmap v0.7.0 |
| 3254 | 2026-08-27T00:51:49.312Z | Compiling ingot v0.2.1 |
| 3255 | 2026-08-27T00:51:49.348Z | Compiling toml v0.8.23 |
| 3256 | 2026-08-27T00:51:49.372Z | Compiling pem-rfc7468 v1.0.0 |
| 3257 | 2026-08-27T00:51:49.515Z | Compiling num v0.4.3 |
| 3258 | 2026-08-27T00:51:49.611Z | Compiling zone v0.3.1 |
| 3259 | 2026-08-27T00:51:49.628Z | Compiling float-ord v0.3.2 |
| 3260 | 2026-08-27T00:51:49.674Z | Compiling resolv-conf v0.7.6 |
| 3261 | 2026-08-27T00:51:49.691Z | Compiling cancel-safe-futures v0.1.5 |
| 3262 | 2026-08-27T00:51:49.695Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3263 | 2026-08-27T00:51:49.773Z | Compiling hmac v0.13.0 |
| 3264 | 2026-08-27T00:51:49.799Z | Compiling universal-hash v0.6.1 |
| 3265 | 2026-08-27T00:51:49.912Z | Compiling usdt v0.5.0 |
| 3266 | 2026-08-27T00:51:49.964Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3267 | 2026-08-27T00:51:50.003Z | Compiling sha1 v0.10.6 |
| 3268 | 2026-08-27T00:51:50.007Z | Compiling linear-map v1.2.0 |
| 3269 | 2026-08-27T00:51:50.038Z | Compiling libefi-sys v0.1.0 |
| 3270 | 2026-08-27T00:51:50.073Z | Compiling prettyplease v0.2.37 |
| 3271 | 2026-08-27T00:51:50.221Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3272 | 2026-08-27T00:51:50.242Z | Compiling polyval v0.7.1 |
| 3273 | 2026-08-27T00:51:50.270Z | Compiling der v0.8.0 |
| 3274 | 2026-08-27T00:51:50.354Z | Compiling hickory-proto v0.24.4 |
| 3275 | 2026-08-27T00:51:50.357Z | Compiling oxide-update-engine-types v0.1.2 |
| 3276 | 2026-08-27T00:51:50.357Z | Compiling newline-converter v0.3.0 |
| 3277 | 2026-08-27T00:51:50.424Z | Compiling console v0.15.11 |
| 3278 | 2026-08-27T00:51:50.460Z | Compiling bitfield-struct v0.6.2 |
| 3279 | 2026-08-27T00:51:50.479Z | Compiling linked-hash-map v0.5.6 |
| 3280 | 2026-08-27T00:51:50.553Z | Compiling ghash v0.6.0 |
| 3281 | 2026-08-27T00:51:50.699Z | Compiling lru-cache v0.1.2 |
| 3282 | 2026-08-27T00:51:50.765Z | Compiling pbkdf2 v0.13.0 |
| 3283 | 2026-08-27T00:51:50.781Z | Compiling typify-macro v0.6.2 |
| 3284 | 2026-08-27T00:51:50.856Z | Compiling expectorate v1.2.0 |
| 3285 | 2026-08-27T00:51:50.876Z | Compiling aes v0.9.1 |
| 3286 | 2026-08-27T00:51:50.922Z | Compiling crypto-bigint v0.7.5 |
| 3287 | 2026-08-27T00:51:50.943Z | Compiling ctr v0.10.1 |
| 3288 | 2026-08-27T00:51:51.051Z | Compiling aead v0.6.1 |
| 3289 | 2026-08-27T00:51:51.069Z | Compiling sha2 v0.11.0 |
| 3290 | 2026-08-27T00:51:51.150Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3291 | 2026-08-27T00:51:51.193Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3292 | 2026-08-27T00:51:51.253Z | Compiling nom v8.0.0 |
| 3293 | 2026-08-27T00:51:51.328Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3294 | 2026-08-27T00:51:51.344Z | Compiling semver v0.1.20 |
| 3295 | 2026-08-27T00:51:51.430Z | Compiling oxide-update-engine v0.1.2 |
| 3296 | 2026-08-27T00:51:51.510Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3297 | 2026-08-27T00:51:51.628Z | Compiling rustc_version v0.1.7 |
| 3298 | 2026-08-27T00:51:51.661Z | Compiling aes-gcm v0.11.0 |
| 3299 | 2026-08-27T00:51:51.679Z | Compiling spki v0.8.0 |
| 3300 | 2026-08-27T00:51:51.740Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3301 | 2026-08-27T00:51:51.856Z | Compiling tokio-dtrace v0.1.1 |
| 3302 | 2026-08-27T00:51:51.888Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3303 | 2026-08-27T00:51:51.914Z | Compiling salsa20 v0.11.0 |
| 3304 | 2026-08-27T00:51:51.940Z | Compiling slog-dtrace v0.3.0 |
| 3305 | 2026-08-27T00:51:51.956Z | Compiling xshell-macros v0.2.7 |
| 3306 | 2026-08-27T00:51:51.977Z | Compiling minimal-lexical v0.2.1 |
| 3307 | 2026-08-27T00:51:52.009Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3308 | 2026-08-27T00:51:52.156Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3309 | 2026-08-27T00:51:52.156Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3310 | 2026-08-27T00:51:52.191Z | Compiling nom v7.1.3 |
| 3311 | 2026-08-27T00:51:52.265Z | Compiling oxide-tokio-rt v0.1.4 |
| 3312 | 2026-08-27T00:51:52.295Z | Compiling scrypt v0.12.0 |
| 3313 | 2026-08-27T00:51:52.325Z | Compiling newtype_derive v0.1.6 |
| 3314 | 2026-08-27T00:51:52.377Z | Compiling xshell v0.2.7 |
| 3315 | 2026-08-27T00:51:52.546Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3316 | 2026-08-27T00:51:52.604Z | Compiling hickory-resolver v0.24.4 |
| 3317 | 2026-08-27T00:51:52.620Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3318 | 2026-08-27T00:51:52.641Z | Compiling typify v0.6.2 |
| 3319 | 2026-08-27T00:51:52.656Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3320 | 2026-08-27T00:51:52.775Z | Compiling progenitor-impl v0.14.0 |
| 3321 | 2026-08-27T00:51:52.872Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3322 | 2026-08-27T00:51:52.891Z | Compiling phf_shared v0.12.1 |
| 3323 | 2026-08-27T00:51:52.926Z | Compiling rfc6979 v0.4.0 |
| 3324 | 2026-08-27T00:51:53.089Z | Compiling cbc v0.2.1 |
| 3325 | 2026-08-27T00:51:53.106Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3326 | 2026-08-27T00:51:53.298Z | Compiling csv-core v0.1.13 |
| 3327 | 2026-08-27T00:51:53.318Z | Compiling unicode-xid v0.2.6 |
| 3328 | 2026-08-27T00:51:53.337Z | Compiling highway v1.3.0 |
| 3329 | 2026-08-27T00:51:53.482Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3330 | 2026-08-27T00:51:53.501Z | Compiling chrono-tz v0.10.4 |
| 3331 | 2026-08-27T00:51:53.505Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3332 | 2026-08-27T00:51:53.572Z | Compiling proc-macro-error2 v2.0.1 |
| 3333 | 2026-08-27T00:51:53.590Z | Compiling const_format_proc_macros v0.2.34 |
| 3334 | 2026-08-27T00:51:53.624Z | Compiling csv v1.4.0 |
| 3335 | 2026-08-27T00:51:53.647Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3336 | 2026-08-27T00:51:53.662Z | Compiling qorb v0.4.1 |
| 3337 | 2026-08-27T00:51:53.681Z | Compiling pkcs5 v0.8.1 |
| 3338 | 2026-08-27T00:51:53.740Z | Compiling ecdsa v0.16.9 |
| 3339 | 2026-08-27T00:51:53.756Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3340 | 2026-08-27T00:51:53.921Z | Compiling phf v0.12.1 |
| 3341 | 2026-08-27T00:51:54.029Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3342 | 2026-08-27T00:51:54.161Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3343 | 2026-08-27T00:51:54.179Z | Compiling primeorder v0.13.6 |
| 3344 | 2026-08-27T00:51:54.196Z | Compiling hashbrown v0.14.5 |
| 3345 | 2026-08-27T00:51:54.290Z | Compiling salty v0.3.0 |
| 3346 | 2026-08-27T00:51:54.381Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3347 | 2026-08-27T00:51:54.452Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3348 | 2026-08-27T00:51:54.475Z | Compiling const_format v0.2.35 |
| 3349 | 2026-08-27T00:51:54.492Z | Compiling p384 v0.13.1 |
| 3350 | 2026-08-27T00:51:54.743Z | Compiling chumsky v0.9.3 |
| 3351 | 2026-08-27T00:51:54.798Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3352 | 2026-08-27T00:51:54.885Z | Compiling pkcs8 v0.11.0 |
| 3353 | 2026-08-27T00:51:54.924Z | Compiling knus-derive v3.4.0 |
| 3354 | 2026-08-27T00:51:55.090Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3355 | 2026-08-27T00:51:55.157Z | Compiling tabled_derive v0.7.0 |
| 3356 | 2026-08-27T00:51:55.328Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3357 | 2026-08-27T00:51:55.463Z | Compiling progenitor-macro v0.14.0 |
| 3358 | 2026-08-27T00:51:55.504Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3359 | 2026-08-27T00:51:55.683Z | Compiling bcs v0.1.6 |
| 3360 | 2026-08-27T00:51:55.754Z | Compiling ff v0.14.0 |
| 3361 | 2026-08-27T00:51:55.929Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3362 | 2026-08-27T00:51:55.950Z | Compiling termtree v0.5.1 |
| 3363 | 2026-08-27T00:51:56.023Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3364 | 2026-08-27T00:51:56.044Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3365 | 2026-08-27T00:51:56.129Z | Compiling steno v0.4.1 |
| 3366 | 2026-08-27T00:51:56.247Z | Compiling tabled v0.15.0 |
| 3367 | 2026-08-27T00:51:56.302Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3368 | 2026-08-27T00:51:56.322Z | Compiling tagptr v0.2.0 |
| 3369 | 2026-08-27T00:51:56.346Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3370 | 2026-08-27T00:51:56.448Z | Compiling group v0.14.0 |
| 3371 | 2026-08-27T00:51:56.491Z | Compiling knus v3.4.0 |
| 3372 | 2026-08-27T00:51:56.524Z | Compiling moka v0.12.13 |
| 3373 | 2026-08-27T00:51:56.630Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3374 | 2026-08-27T00:51:56.664Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3375 | 2026-08-27T00:51:56.725Z | Compiling signature v3.0.0 |
| 3376 | 2026-08-27T00:51:56.800Z | Compiling base16ct v1.0.0 |
| 3377 | 2026-08-27T00:51:56.951Z | Compiling sec1 v0.8.1 |
| 3378 | 2026-08-27T00:51:56.995Z | Compiling hkdf v0.13.0 |
| 3379 | 2026-08-27T00:51:57.014Z | Compiling libscf-sys v1.2.0 |
| 3380 | 2026-08-27T00:51:57.210Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3381 | 2026-08-27T00:51:57.227Z | Compiling elliptic-curve v0.14.1 |
| 3382 | 2026-08-27T00:51:57.246Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3383 | 2026-08-27T00:51:57.316Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3384 | 2026-08-27T00:51:57.368Z | Compiling hickory-resolver v0.25.2 |
| 3385 | 2026-08-27T00:51:57.456Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3386 | 2026-08-27T00:51:57.475Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3387 | 2026-08-27T00:51:57.686Z | Compiling parking_lot_core v0.8.6 |
| 3388 | 2026-08-27T00:51:57.799Z | Compiling utf-8 v0.7.6 |
| 3389 | 2026-08-27T00:51:57.816Z | Compiling corncobs v0.1.4 |
| 3390 | 2026-08-27T00:51:57.998Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3391 | 2026-08-27T00:51:58.014Z | Compiling tungstenite v0.21.0 |
| 3392 | 2026-08-27T00:51:58.031Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3393 | 2026-08-27T00:51:58.099Z | Compiling wnaf v0.14.0 |
| 3394 | 2026-08-27T00:51:58.148Z | Compiling primefield v0.14.0 |
| 3395 | 2026-08-27T00:51:58.325Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3396 | 2026-08-27T00:51:58.429Z | Compiling rfc6979 v0.6.0 |
| 3397 | 2026-08-27T00:51:58.433Z | Compiling papergrid v0.18.0 |
| 3398 | 2026-08-27T00:51:58.465Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3399 | 2026-08-27T00:51:58.484Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3400 | 2026-08-27T00:51:58.623Z | Compiling git-stub v1.0.0 |
| 3401 | 2026-08-27T00:51:58.657Z | Compiling secrecy v0.8.0 |
| 3402 | 2026-08-27T00:51:58.721Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3403 | 2026-08-27T00:51:58.828Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3404 | 2026-08-27T00:51:58.892Z | Compiling git-stub-vcs v0.1.0 |
| 3405 | 2026-08-27T00:51:58.917Z | Compiling ecdsa v0.17.0 |
| 3406 | 2026-08-27T00:51:59.005Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3407 | 2026-08-27T00:51:59.070Z | Compiling tokio-tungstenite v0.21.0 |
| 3408 | 2026-08-27T00:51:59.275Z | Compiling primeorder v0.14.0 |
| 3409 | 2026-08-27T00:51:59.308Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3410 | 2026-08-27T00:51:59.410Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3411 | 2026-08-27T00:51:59.429Z | Compiling tabled v0.21.0 |
| 3412 | 2026-08-27T00:51:59.429Z | Compiling curve25519-dalek v5.0.0 |
| 3413 | 2026-08-27T00:51:59.463Z | Compiling unicase v2.9.0 |
| 3414 | 2026-08-27T00:51:59.481Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3415 | 2026-08-27T00:51:59.604Z | Compiling parking_lot v0.11.2 |
| 3416 | 2026-08-27T00:51:59.621Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3417 | 2026-08-27T00:51:59.692Z | Compiling mime_guess v2.0.5 |
| 3418 | 2026-08-27T00:51:59.831Z | Compiling ssh-encoding v0.3.0 |
| 3419 | 2026-08-27T00:51:59.843Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3420 | 2026-08-27T00:51:59.962Z | Compiling progenitor-impl v0.13.0 |
| 3421 | 2026-08-27T00:51:59.991Z | Compiling prefix-trie v0.7.0 |
| 3422 | 2026-08-27T00:52:00.016Z | Compiling fxhash v0.2.1 |
| 3423 | 2026-08-27T00:52:00.101Z | Compiling keccak v0.2.0 |
| 3424 | 2026-08-27T00:52:00.184Z | Compiling crc8 v0.1.1 |
| 3425 | 2026-08-27T00:52:00.188Z | Compiling sled v0.34.7 |
| 3426 | 2026-08-27T00:52:00.311Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3427 | 2026-08-27T00:52:00.352Z | Compiling ed25519 v3.0.0 |
| 3428 | 2026-08-27T00:52:00.386Z | Compiling hickory-server v0.25.2 |
| 3429 | 2026-08-27T00:52:00.435Z | Compiling crypto-primes v0.7.2 |
| 3430 | 2026-08-27T00:52:00.646Z | Compiling progenitor v0.14.0 |
| 3431 | 2026-08-27T00:52:00.710Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3432 | 2026-08-27T00:52:00.830Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3433 | 2026-08-27T00:52:00.849Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3434 | 2026-08-27T00:52:00.904Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3435 | 2026-08-27T00:52:01.431Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3436 | 2026-08-27T00:52:01.477Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3437 | 2026-08-27T00:52:01.495Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3438 | 2026-08-27T00:52:01.511Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3439 | 2026-08-27T00:52:01.941Z | Compiling poly1305 v0.9.0 |
| 3440 | 2026-08-27T00:52:02.060Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3441 | 2026-08-27T00:52:02.079Z | Compiling progenitor-client v0.13.0 |
| 3442 | 2026-08-27T00:52:02.177Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3443 | 2026-08-27T00:52:02.225Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3444 | 2026-08-27T00:52:02.304Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3445 | 2026-08-27T00:52:02.407Z | Compiling blowfish v0.10.0 |
| 3446 | 2026-08-27T00:52:02.432Z | Compiling blake2 v0.11.0-rc.6 |
| 3447 | 2026-08-27T00:52:02.636Z | Compiling half v1.8.3 |
| 3448 | 2026-08-27T00:52:02.662Z | Compiling http-range v0.1.5 |
| 3449 | 2026-08-27T00:52:02.694Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3450 | 2026-08-27T00:52:02.711Z | Compiling progenitor-macro v0.13.0 |
| 3451 | 2026-08-27T00:52:02.743Z | Compiling argon2 v0.6.0-rc.8 |
| 3452 | 2026-08-27T00:52:02.875Z | Compiling serde_cbor v0.11.2 |
| 3453 | 2026-08-27T00:52:02.938Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3454 | 2026-08-27T00:52:03.038Z | Compiling ssh-cipher v0.3.0 |
| 3455 | 2026-08-27T00:52:03.487Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3456 | 2026-08-27T00:52:03.594Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3457 | 2026-08-27T00:52:03.687Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3458 | 2026-08-27T00:52:03.855Z | Compiling rsa v0.10.0-rc.18 |
| 3459 | 2026-08-27T00:52:03.985Z | Compiling ed25519-dalek v3.0.0 |
| 3460 | 2026-08-27T00:52:04.003Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3461 | 2026-08-27T00:52:04.526Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3462 | 2026-08-27T00:52:04.682Z | Compiling sha3 v0.11.0 |
| 3463 | 2026-08-27T00:52:04.916Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3464 | 2026-08-27T00:52:05.119Z | Compiling p256 v0.14.0 |
| 3465 | 2026-08-27T00:52:05.171Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3466 | 2026-08-27T00:52:05.230Z | Compiling p384 v0.14.0 |
| 3467 | 2026-08-27T00:52:05.250Z | Compiling p521 v0.14.0 |
| 3468 | 2026-08-27T00:52:05.520Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3469 | 2026-08-27T00:52:05.739Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3470 | 2026-08-27T00:52:05.878Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3471 | 2026-08-27T00:52:06.010Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3472 | 2026-08-27T00:52:06.030Z | Compiling scuffle v0.1.0 |
| 3473 | 2026-08-27T00:52:06.320Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3474 | 2026-08-27T00:52:06.732Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3475 | 2026-08-27T00:52:06.882Z | Compiling yasna v0.5.2 |
| 3476 | 2026-08-27T00:52:07.012Z | Compiling kstat-rs v0.2.5 |
| 3477 | 2026-08-27T00:52:07.083Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3478 | 2026-08-27T00:52:07.126Z | Compiling headers-core v0.3.0 |
| 3479 | 2026-08-27T00:52:07.276Z | Compiling kem v0.3.0 |
| 3480 | 2026-08-27T00:52:07.334Z | Compiling module-lattice v0.2.3 |
| 3481 | 2026-08-27T00:52:07.434Z | Compiling nanorand v0.7.0 |
| 3482 | 2026-08-27T00:52:07.494Z | Compiling sponge-cursor v0.1.0 |
| 3483 | 2026-08-27T00:52:07.560Z | Compiling rcgen v0.12.1 |
| 3484 | 2026-08-27T00:52:07.577Z | Compiling ml-kem v0.3.2 |
| 3485 | 2026-08-27T00:52:07.623Z | Compiling sha3 v0.12.0 |
| 3486 | 2026-08-27T00:52:07.651Z | Compiling headers v0.4.1 |
| 3487 | 2026-08-27T00:52:07.669Z | Compiling flume v0.11.1 |
| 3488 | 2026-08-27T00:52:07.755Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3489 | 2026-08-27T00:52:07.797Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3490 | 2026-08-27T00:52:07.817Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3491 | 2026-08-27T00:52:07.820Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3492 | 2026-08-27T00:52:07.866Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3493 | 2026-08-27T00:52:08.014Z | Compiling progenitor v0.13.0 |
| 3494 | 2026-08-27T00:52:08.097Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3495 | 2026-08-27T00:52:08.152Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3496 | 2026-08-27T00:52:08.202Z | Compiling hyper-staticfile v0.10.1 |
| 3497 | 2026-08-27T00:52:08.221Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3498 | 2026-08-27T00:52:08.423Z | Compiling ssh-key v0.7.0-rc.11 |
| 3499 | 2026-08-27T00:52:08.456Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3500 | 2026-08-27T00:52:08.528Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3501 | 2026-08-27T00:52:08.561Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3502 | 2026-08-27T00:52:08.582Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3503 | 2026-08-27T00:52:08.650Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3504 | 2026-08-27T00:52:08.729Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3505 | 2026-08-27T00:52:08.754Z | Compiling russh-cryptovec v0.62.0 |
| 3506 | 2026-08-27T00:52:08.820Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3507 | 2026-08-27T00:52:08.850Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3508 | 2026-08-27T00:52:08.870Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3509 | 2026-08-27T00:52:08.928Z | Compiling port-file v0.1.0 |
| 3510 | 2026-08-27T00:52:08.997Z | Compiling num-bigint v0.4.6 |
| 3511 | 2026-08-27T00:52:09.041Z | Compiling generic-array v1.4.3 |
| 3512 | 2026-08-27T00:52:09.061Z | Compiling russh-util v0.52.0 |
| 3513 | 2026-08-27T00:52:09.078Z | Compiling enum_dispatch v0.3.13 |
| 3514 | 2026-08-27T00:52:09.194Z | Compiling delegate v0.13.5 |
| 3515 | 2026-08-27T00:52:09.239Z | Compiling subprocess v0.2.15 |
| 3516 | 2026-08-27T00:52:09.359Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3517 | 2026-08-27T00:52:09.553Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3518 | 2026-08-27T00:52:09.625Z | Compiling md5 v0.8.0 |
| 3519 | 2026-08-27T00:52:09.806Z | Compiling hex-literal v1.1.0 |
| 3520 | 2026-08-27T00:52:09.910Z | Compiling display-error-chain v0.2.2 |
| 3521 | 2026-08-27T00:52:09.943Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3522 | 2026-08-27T00:52:10.000Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3523 | 2026-08-27T00:52:10.051Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3524 | 2026-08-27T00:52:10.082Z | Compiling colored v2.2.0 |
| 3525 | 2026-08-27T00:52:10.100Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3526 | 2026-08-27T00:52:10.188Z | Compiling russh v0.62.4 |
| 3527 | 2026-08-27T00:52:10.205Z | Compiling socket2 v0.5.10 |
| 3528 | 2026-08-27T00:52:10.393Z | Compiling internet-checksum v0.2.1 |
| 3529 | 2026-08-27T00:52:10.696Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3530 | 2026-08-27T00:52:10.764Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3531 | 2026-08-27T00:52:13.466Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3532 | 2026-08-27T00:52:14.163Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3533 | 2026-08-27T00:52:14.681Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3534 | 2026-08-27T00:52:15.777Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3535 | 2026-08-27T00:52:16.045Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3536 | 2026-08-27T00:52:24.801Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3537 | 2026-08-27T00:52:24.801Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3538 | 2026-08-27T00:52:24.801Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3539 | 2026-08-27T00:52:24.805Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3540 | 2026-08-27T00:52:24.805Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3541 | 2026-08-27T00:52:26.618Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3542 | 2026-08-27T00:52:26.766Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3543 | 2026-08-27T00:52:30.852Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3544 | 2026-08-27T00:53:12.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3545 | 2026-08-27T00:53:12.691Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3546 | 2026-08-27T00:53:12.691Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3547 | 2026-08-27T00:53:12.917Z | |
| 3548 | 2026-08-27T00:53:12.917Z | real 1:30.311879946 |
| 3549 | 2026-08-27T00:53:12.917Z | user 8:40.064521224 |
| 3550 | 2026-08-27T00:53:12.917Z | sys 1:43.275336753 |
| 3551 | 2026-08-27T00:53:12.917Z | trap 0.250864577 |
| 3552 | 2026-08-27T00:53:12.917Z | tflt 0.410308452 |
| 3553 | 2026-08-27T00:53:12.918Z | dflt 1.770458057 |
| 3554 | 2026-08-27T00:53:12.921Z | kflt 0.000226180 |
| 3555 | 2026-08-27T00:53:12.921Z | lock 32:12.775029376 |
| 3556 | 2026-08-27T00:53:12.921Z | slp 19:49.761515258 |
| 3557 | 2026-08-27T00:53:12.921Z | lat 37.527953240 |
| 3558 | 2026-08-27T00:53:12.921Z | stop 3:01.228891276 |
| 3559 | 2026-08-27T00:53:12.921Z | + mkdir tests |
| 3560 | 2026-08-27T00:53:12.924Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3561 | 2026-08-27T00:53:12.924Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3562 | 2026-08-27T00:53:12.946Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/ |
| 3563 | 2026-08-27T00:53:12.978Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/ |
| 3564 | 2026-08-27T00:53:13.061Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/ |
| 3565 | 2026-08-27T00:53:13.061Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/ |
| 3566 | 2026-08-27T00:53:13.429Z | + 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) |
| 3567 | 2026-08-27T00:53:13.432Z | + 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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 |
| 3568 | 2026-08-27T00:54:43.123Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3569 | 2026-08-27T00:54:43.123Z | a .github/buildomat/ci-env.sh 1K |
| 3570 | 2026-08-27T00:54:43.123Z | a out/target/test 1K |
| 3571 | 2026-08-27T00:54:43.124Z | a out/npuzone/npuzone 27402K |
| 3572 | 2026-08-27T00:54:43.124Z | a package-manifest.toml 35K |
| 3573 | 2026-08-27T00:54:43.124Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3574 | 2026-08-27T00:54:43.124Z | a target/release/omicron-package 49468K |
| 3575 | 2026-08-27T00:54:43.124Z | a target/release/xtask 11727K |
| 3576 | 2026-08-27T00:54:43.125Z | a target/debug/bootstrap 440091K |
| 3577 | 2026-08-27T00:54:43.125Z | a tests/bootstrap-f2310e202f420246 34430K |
| 3578 | 2026-08-27T00:54:43.125Z | a tests/commtest-dbb802d24e5b6927 34431K |
| 3579 | 2026-08-27T00:54:43.125Z | a tests/dhcp_server-bed5e8dda5ea5020 34431K |
| 3580 | 2026-08-27T00:54:43.125Z | a tests/end_to_end_tests-b5ca3a6470910f92 503680K |
| 3581 | 2026-08-27T00:54:43.125Z | a tools/opte_version 1K |
| 3582 | 2026-08-27T00:54:43.125Z | a tools/opte_version_override 2K |
| 3583 | 2026-08-27T00:54:43.125Z | a out/clickhouse.tar.gz 330969K |
| 3584 | 2026-08-27T00:54:43.125Z | a out/clickhouse_keeper.tar.gz 314974K |
| 3585 | 2026-08-27T00:54:43.125Z | a out/clickhouse_server.tar.gz 330966K |
| 3586 | 2026-08-27T00:54:43.125Z | a out/cockroachdb.tar.gz 170213K |
| 3587 | 2026-08-27T00:54:43.125Z | a out/crucible-pantry-zone.tar.gz 41902K |
| 3588 | 2026-08-27T00:54:43.125Z | a out/crucible-utils.tar 18900K |
| 3589 | 2026-08-27T00:54:43.125Z | a out/crucible-zone.tar.gz 56715K |
| 3590 | 2026-08-27T00:54:43.125Z | a out/external-dns.tar.gz 46750K |
| 3591 | 2026-08-27T00:54:43.125Z | a out/internal-dns.tar.gz 46750K |
| 3592 | 2026-08-27T00:54:43.125Z | a out/mg-ddm-gz.tar 100917K |
| 3593 | 2026-08-27T00:54:43.125Z | a out/nexus.tar.gz 363951K |
| 3594 | 2026-08-27T00:54:43.125Z | a out/ntp.tar.gz 35241K |
| 3595 | 2026-08-27T00:54:43.125Z | a out/omicron-gateway-softnpu.tar.gz 28993K |
| 3596 | 2026-08-27T00:54:43.125Z | a out/omicron-sled-agent.tar 243652K |
| 3597 | 2026-08-27T00:54:43.125Z | a out/overlay.tar.gz 4K |
| 3598 | 2026-08-27T00:54:43.125Z | a out/oximeter.tar.gz 72049K |
| 3599 | 2026-08-27T00:54:43.125Z | a out/oxlog.tar 4088K |
| 3600 | 2026-08-27T00:54:43.125Z | a out/probe.tar.gz 3037K |
| 3601 | 2026-08-27T00:54:43.125Z | a out/propolis-server.tar.gz 34642K |
| 3602 | 2026-08-27T00:54:43.125Z | a out/pumpkind-gz.tar 26647K |
| 3603 | 2026-08-27T00:54:43.126Z | a out/switch-softnpu.tar.gz 504390K |
| 3604 | 2026-08-27T00:54:43.129Z | |
| 3605 | 2026-08-27T00:54:43.129Z | real 1:29.691091018 |
| 3606 | 2026-08-27T00:54:43.129Z | user 1:26.732853136 |
| 3607 | 2026-08-27T00:54:43.129Z | sys 4.985205478 |
| 3608 | 2026-08-27T00:54:43.130Z | trap 0.006422474 |
| 3609 | 2026-08-27T00:54:43.130Z | tflt 0.000000000 |
| 3610 | 2026-08-27T00:54:43.130Z | dflt 0.000000000 |
| 3611 | 2026-08-27T00:54:43.130Z | kflt 0.000000000 |
| 3612 | 2026-08-27T00:54:43.130Z | lock 0.000000000 |
| 3613 | 2026-08-27T00:54:43.130Z | slp 1:26.578537499 |
| 3614 | 2026-08-27T00:54:43.130Z | lat 1.074600839 |
| 3615 | 2026-08-27T00:54:43.130Z | stop 0.000207990 |
| 3616 | 2026-08-27T00:54:43.130Z | process exited: duration 1057010 ms, exit code 0 |
| |
| 3617 | 2026-08-27T00:54:43.144Z | found 1 output files |
| 3618 | 2026-08-27T00:54:43.144Z | uploading: /work/package.tar.gz (2776288044 bytes) |
| 3619 | 2026-08-27T00:55:17.501Z | uploaded: /work/package.tar.gz |