|
|
|
| 1 | 2026-07-16T22:37:27.929Z | job assigned to worker 01KXPH6EH9S5FNJH9NJF2GZCPM [factory aws, i-09f7f25973f0c1e24] (queued for 54 s) |
| |
| 2 | 2026-07-16T22:37:34.982Z | starting task 0: "setup" |
| 3 | 2026-07-16T22:37:34.985Z | ++ uname -s |
| 4 | 2026-07-16T22:37:34.985Z | + kern=SunOS |
| 5 | 2026-07-16T22:37:34.985Z | + build_user=build |
| 6 | 2026-07-16T22:37:34.985Z | + build_uid=12345 |
| 7 | 2026-07-16T22:37:34.985Z | + work_dir=/work |
| 8 | 2026-07-16T22:37:34.985Z | + input_dir=/input |
| 9 | 2026-07-16T22:37:34.985Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T22:37:34.985Z | + case "$kern" in |
| 11 | 2026-07-16T22:37:34.985Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T22:37:34.988Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T22:37:36.995Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T22:37:37.065Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T22:37:37.068Z | + home_fs=zfs |
| 16 | 2026-07-16T22:37:37.068Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T22:37:37.068Z | + mkdir -p /home/build |
| 18 | 2026-07-16T22:37:37.071Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T22:37:39.071Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T22:37:39.074Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-07-16T22:37:39.080Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T22:37:39.085Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-16T22:37:39.085Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-16T22:37:39.085Z | * rust toolchain profile = "default" |
| 25 | 2026-07-16T22:37:39.085Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-16T22:37:39.086Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-16T22:37:39.086Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T22:37:39.113Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T22:37:39.113Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-16T22:37:39.219Z | info: downloading installer |
| 31 | 2026-07-16T22:37:40.522Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T22:37:40.522Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T22:37:40.522Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T22:37:40.522Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T22:37:40.535Z | info: profile set to default |
| 36 | 2026-07-16T22:37:40.535Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T22:37:40.538Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T22:37:40.667Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-16T22:37:40.670Z | info: downloading 6 components |
| 40 | 2026-07-16T22:37:54.983Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-16T22:37:54.983Z | |
| 42 | 2026-07-16T22:37:55.007Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-16T22:37:55.007Z | |
| 44 | 2026-07-16T22:37:55.007Z | |
| 45 | 2026-07-16T22:37:55.007Z | Rust is installed now. Great! |
| 46 | 2026-07-16T22:37:55.008Z | |
| 47 | 2026-07-16T22:37:55.010Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T22:37:55.010Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T22:37:55.010Z | |
| 50 | 2026-07-16T22:37:55.011Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T22:37:55.011Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T22:37:55.011Z | |
| 53 | 2026-07-16T22:37:55.011Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T22:37:55.011Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T22:37:55.011Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T22:37:55.011Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T22:37:55.011Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T22:37:55.011Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T22:37:55.011Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T22:37:55.011Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T22:37:55.011Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T22:37:55.114Z | + rustup --version |
| 63 | 2026-07-16T22:37:55.122Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T22:37:55.125Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T22:37:55.140Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-16T22:37:55.143Z | + cargo --version |
| 67 | 2026-07-16T22:37:55.149Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-16T22:37:55.153Z | + rustc --version |
| 69 | 2026-07-16T22:37:55.173Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-16T22:37:55.176Z | process exited: duration 16095 ms, exit code 0 |
| |
| 71 | 2026-07-16T22:37:55.181Z | starting task 2: "authentication" |
| 72 | 2026-07-16T22:37:55.198Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-16T22:37:55.204Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T22:37:55.208Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-16T22:37:55.211Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-16T22:37:55.245Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-16T22:38:06.277Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-16T22:38:06.277Z | + git fetch origin cfb5b3af7addba321b7421c4ef3d906a42d1dc07 |
| 79 | 2026-07-16T22:38:06.543Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-16T22:38:06.543Z | * branch cfb5b3af7addba321b7421c4ef3d906a42d1dc07 -> FETCH_HEAD |
| 81 | 2026-07-16T22:38:06.557Z | + [[ -n dependabot/cargo/diesel-2.3.10 ]] |
| 82 | 2026-07-16T22:38:06.557Z | ++ git branch --show-current |
| 83 | 2026-07-16T22:38:06.557Z | + current=main |
| 84 | 2026-07-16T22:38:06.558Z | + [[ main != dependabot/cargo/diesel-2.3.10 ]] |
| 85 | 2026-07-16T22:38:06.558Z | + git branch -f dependabot/cargo/diesel-2.3.10 cfb5b3af7addba321b7421c4ef3d906a42d1dc07 |
| 86 | 2026-07-16T22:38:06.561Z | + git checkout -f dependabot/cargo/diesel-2.3.10 |
| 87 | 2026-07-16T22:38:06.793Z | Switched to branch 'dependabot/cargo/diesel-2.3.10' |
| 88 | 2026-07-16T22:38:06.796Z | + git reset --hard cfb5b3af7addba321b7421c4ef3d906a42d1dc07 |
| 89 | 2026-07-16T22:38:06.810Z | HEAD is now at cfb5b3af7 bump diesel from 2.3.7 to 2.3.10 |
| 90 | 2026-07-16T22:38:06.813Z | process exited: duration 11607 ms, exit code 0 |
| |
| 91 | 2026-07-16T22:38:06.821Z | starting task 4: "build" |
| 92 | 2026-07-16T22:38:06.825Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-16T22:38:06.825Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-16T22:38:06.825Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-16T22:38:06.834Z | +++ uname -s |
| 96 | 2026-07-16T22:38:06.834Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-16T22:38:06.834Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-16T22:38:06.834Z | + cargo --version |
| 99 | 2026-07-16T22:38:06.840Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-16T22:38:06.844Z | + rustc --version |
| 101 | 2026-07-16T22:38:06.862Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-16T22:38:06.865Z | + WORK=/work |
| 103 | 2026-07-16T22:38:06.865Z | + pfexec mkdir -p /work |
| 104 | 2026-07-16T22:38:06.870Z | + pfexec chown build /work |
| 105 | 2026-07-16T22:38:06.873Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-16T22:38:08.479Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-16T22:38:08.604Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-16T22:38:09.173Z | Planning: Solver setup ... Done (0.521s) |
| 109 | 2026-07-16T22:38:09.203Z | Planning: Running solver ... Done (0.028s) |
| 110 | 2026-07-16T22:38:09.216Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-16T22:38:09.239Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-16T22:38:09.269Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-16T22:38:09.283Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-16T22:38:09.287Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-07-16T22:38:09.448Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 116 | 2026-07-16T22:38:09.454Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-16T22:38:10.357Z | Planning: Evaluating mediators ... Done (0.908s) |
| 118 | 2026-07-16T22:38:10.362Z | Planning: Planning completed in 1.73 seconds |
| 119 | 2026-07-16T22:38:10.367Z | Packages to install: 2 |
| 120 | 2026-07-16T22:38:10.367Z | Estimated space available: 156.05 GB |
| 121 | 2026-07-16T22:38:10.367Z | Estimated space to be consumed: 34.06 MB |
| 122 | 2026-07-16T22:38:10.367Z | Create boot environment: No |
| 123 | 2026-07-16T22:38:10.370Z | Create backup boot environment: No |
| 124 | 2026-07-16T22:38:10.370Z | Rebuild boot archive: No |
| 125 | 2026-07-16T22:38:10.370Z | |
| 126 | 2026-07-16T22:38:10.370Z | Changed packages: |
| 127 | 2026-07-16T22:38:10.370Z | helios |
| 128 | 2026-07-16T22:38:10.370Z | developer/build-essential |
| 129 | 2026-07-16T22:38:10.370Z | None -> 11-3.0 |
| 130 | 2026-07-16T22:38:10.370Z | library/libxmlsec1 |
| 131 | 2026-07-16T22:38:10.370Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-16T22:38:10.394Z | |
| 133 | 2026-07-16T22:38:10.394Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-16T22:38:10.974Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 135 | 2026-07-16T22:38:11.029Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-16T22:38:11.072Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-16T22:38:11.083Z | Finalize: Updating package state database ... Done (0.013s) |
| 138 | 2026-07-16T22:38:11.083Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-16T22:38:11.118Z | Finalize: Updating image state ... Done (0.033s) |
| 140 | 2026-07-16T22:38:13.623Z | Finalize: Creating fast lookup database ... Done (2.479s) |
| 141 | 2026-07-16T22:38:13.697Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-16T22:38:13.702Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-16T22:38:13.814Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-16T22:38:14.129Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-16T22:38:14.232Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-16T22:38:14.235Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-16T22:38:14.390Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-16T22:38:14.397Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-16T22:38:14.456Z | Mediators to change: 2 |
| 150 | 2026-07-16T22:38:14.456Z | Create boot environment: No |
| 151 | 2026-07-16T22:38:14.456Z | Create backup boot environment: No |
| 152 | 2026-07-16T22:38:14.459Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-16T22:38:14.459Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-16T22:38:14.479Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-16T22:38:16.403Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-16T22:38:16.464Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-16T22:38:16.468Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-16T22:38:16.539Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-16T22:38:16.812Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-16T22:38:16.916Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-16T22:38:16.918Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-16T22:38:17.073Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-16T22:38:17.076Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-16T22:38:17.097Z | Mediators to change: 1 |
| 165 | 2026-07-16T22:38:17.097Z | Create boot environment: No |
| 166 | 2026-07-16T22:38:17.097Z | Create backup boot environment: No |
| 167 | 2026-07-16T22:38:17.139Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-16T22:38:17.142Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-16T22:38:17.156Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-16T22:38:19.082Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-16T22:38:19.138Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-16T22:38:19.141Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-16T22:38:19.212Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-16T22:38:19.514Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-16T22:38:19.514Z | apache system 2.4 system |
| 176 | 2026-07-16T22:38:19.514Z | clang system 15 system |
| 177 | 2026-07-16T22:38:19.514Z | csh system system illumos |
| 178 | 2026-07-16T22:38:19.514Z | ctags system system illumos |
| 179 | 2026-07-16T22:38:19.514Z | file vendor vendor darwinsys |
| 180 | 2026-07-16T22:38:19.514Z | file system system illumos |
| 181 | 2026-07-16T22:38:19.514Z | gcc vendor 14 vendor |
| 182 | 2026-07-16T22:38:19.514Z | gcc system 13 system |
| 183 | 2026-07-16T22:38:19.514Z | gcc system 10 system |
| 184 | 2026-07-16T22:38:19.514Z | go system 1.25 system |
| 185 | 2026-07-16T22:38:19.514Z | llvm system 15 system |
| 186 | 2026-07-16T22:38:19.514Z | mariadb system 11.4 system |
| 187 | 2026-07-16T22:38:19.514Z | mta vendor vendor dma |
| 188 | 2026-07-16T22:38:19.515Z | openjdk system 17 system |
| 189 | 2026-07-16T22:38:19.515Z | openjdk system 11 system |
| 190 | 2026-07-16T22:38:19.515Z | openssl vendor 3 vendor |
| 191 | 2026-07-16T22:38:19.515Z | perl system 5.40 system |
| 192 | 2026-07-16T22:38:19.515Z | postgresql system 18 system |
| 193 | 2026-07-16T22:38:19.515Z | postgresql system 17 system |
| 194 | 2026-07-16T22:38:19.515Z | python vendor 3 vendor |
| 195 | 2026-07-16T22:38:19.515Z | python system 2 system |
| 196 | 2026-07-16T22:38:19.515Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-16T22:38:19.515Z | ruby system 3.4 system |
| 198 | 2026-07-16T22:38:19.515Z | ruby system 3.0 system |
| 199 | 2026-07-16T22:38:19.515Z | words vendor vendor american-english |
| 200 | 2026-07-16T22:38:19.515Z | words system system australian-english |
| 201 | 2026-07-16T22:38:19.515Z | words system system british-english |
| 202 | 2026-07-16T22:38:19.515Z | words system system canadian-english |
| 203 | 2026-07-16T22:38:19.515Z | words system system french |
| 204 | 2026-07-16T22:38:19.515Z | words system system italian |
| 205 | 2026-07-16T22:38:19.515Z | words system system ngerman |
| 206 | 2026-07-16T22:38:19.516Z | words system system ogerman |
| 207 | 2026-07-16T22:38:19.516Z | words system system spanish |
| 208 | 2026-07-16T22:38:19.762Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-16T22:38:19.762Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-16T22:38:20.070Z | FMRI IFO |
| 211 | 2026-07-16T22:38:20.070Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-16T22:38:20.070Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-16T22:38:20.070Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-16T22:38:20.070Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-16T22:38:20.070Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-16T22:38:20.070Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-16T22:38:20.071Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-16T22:38:20.071Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-16T22:38:20.071Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-16T22:38:20.336Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-16T22:38:20.624Z | Updating crates.io index |
| 222 | 2026-07-16T22:38:20.654Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-16T22:38:20.842Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-16T22:38:21.117Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-16T22:38:22.290Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-16T22:38:22.832Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-16T22:38:24.749Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-16T22:38:25.732Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-16T22:38:25.993Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-16T22:38:26.300Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-16T22:38:28.179Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-16T22:38:28.231Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-16T22:38:28.231Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-16T22:38:28.338Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-16T22:38:28.837Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-16T22:38:29.335Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-16T22:38:29.541Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-16T22:38:29.761Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-16T22:38:30.002Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-16T22:38:30.286Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-16T22:38:30.495Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-16T22:38:30.724Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-16T22:38:30.956Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-16T22:38:31.268Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-16T22:38:31.587Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-16T22:38:31.801Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-16T22:38:32.206Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-16T22:38:32.428Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-16T22:38:32.776Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-16T22:38:33.085Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-16T22:38:33.324Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-16T22:38:33.538Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-16T22:38:33.858Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-16T22:38:34.183Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-16T22:38:34.399Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-16T22:38:34.696Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-16T22:38:34.949Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-16T22:38:35.203Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-16T22:38:35.466Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-16T22:38:35.715Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-16T22:38:35.973Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-16T22:38:36.273Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-16T22:38:39.071Z | Downloading crates ... |
| 264 | 2026-07-16T22:38:39.102Z | Downloaded block-buffer v0.10.4 |
| 265 | 2026-07-16T22:38:39.162Z | Downloaded camino v1.2.2 |
| 266 | 2026-07-16T22:38:39.162Z | Downloaded anyhow v1.0.102 |
| 267 | 2026-07-16T22:38:39.162Z | Downloaded bitflags v2.11.0 |
| 268 | 2026-07-16T22:38:39.162Z | Downloaded camino-tempfile v1.4.1 |
| 269 | 2026-07-16T22:38:39.162Z | Downloaded anstream v1.0.0 |
| 270 | 2026-07-16T22:38:39.190Z | Downloaded anstyle-parse v1.0.0 |
| 271 | 2026-07-16T22:38:39.190Z | Downloaded byteorder v1.5.0 |
| 272 | 2026-07-16T22:38:39.190Z | Downloaded digest v0.10.7 |
| 273 | 2026-07-16T22:38:39.190Z | Downloaded colorchoice v1.0.4 |
| 274 | 2026-07-16T22:38:39.190Z | Downloaded dtrace-parser v0.2.0 |
| 275 | 2026-07-16T22:38:39.190Z | Downloaded crypto-common v0.1.7 |
| 276 | 2026-07-16T22:38:39.191Z | Downloaded cpufeatures v0.2.17 |
| 277 | 2026-07-16T22:38:39.191Z | Downloaded autocfg v1.5.0 |
| 278 | 2026-07-16T22:38:39.191Z | Downloaded fastrand v2.3.0 |
| 279 | 2026-07-16T22:38:39.191Z | Downloaded indexmap v2.14.0 |
| 280 | 2026-07-16T22:38:39.191Z | Downloaded tabled_derive v0.7.0 |
| 281 | 2026-07-16T22:38:39.191Z | Downloaded generic-array v0.14.7 |
| 282 | 2026-07-16T22:38:39.191Z | Downloaded zerocopy v0.7.35 |
| 283 | 2026-07-16T22:38:39.191Z | Downloaded usdt-macro v0.5.0 |
| 284 | 2026-07-16T22:38:39.191Z | Downloaded zmij v1.0.21 |
| 285 | 2026-07-16T22:38:39.191Z | Downloaded scroll_derive v0.12.1 |
| 286 | 2026-07-16T22:38:39.191Z | Downloaded pest_derive v2.8.6 |
| 287 | 2026-07-16T22:38:39.191Z | Downloaded is_terminal_polyfill v1.70.2 |
| 288 | 2026-07-16T22:38:39.191Z | Downloaded heck v0.5.0 |
| 289 | 2026-07-16T22:38:39.191Z | Downloaded getrandom v0.4.1 |
| 290 | 2026-07-16T22:38:39.191Z | Downloaded equivalent v1.0.2 |
| 291 | 2026-07-16T22:38:39.192Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-07-16T22:38:39.192Z | Downloaded cargo_toml v0.21.0 |
| 293 | 2026-07-16T22:38:39.192Z | Downloaded usdt-impl v0.5.0 |
| 294 | 2026-07-16T22:38:39.192Z | Downloaded usdt-attr-macro v0.5.0 |
| 295 | 2026-07-16T22:38:39.192Z | Downloaded clap_lex v1.0.0 |
| 296 | 2026-07-16T22:38:39.192Z | Downloaded anstyle v1.0.14 |
| 297 | 2026-07-16T22:38:39.192Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-07-16T22:38:39.192Z | Downloaded itoa v1.0.17 |
| 299 | 2026-07-16T22:38:39.192Z | Downloaded swrite v0.1.0 |
| 300 | 2026-07-16T22:38:39.192Z | Downloaded macaddr v1.0.1 |
| 301 | 2026-07-16T22:38:39.192Z | Downloaded memmap v0.7.0 |
| 302 | 2026-07-16T22:38:39.192Z | Downloaded toml_write v0.1.2 |
| 303 | 2026-07-16T22:38:39.192Z | Downloaded errno v0.3.14 |
| 304 | 2026-07-16T22:38:39.192Z | Downloaded smawk v0.3.2 |
| 305 | 2026-07-16T22:38:39.193Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-07-16T22:38:39.193Z | Downloaded strsim v0.11.1 |
| 307 | 2026-07-16T22:38:39.199Z | Downloaded thread-id v4.2.2 |
| 308 | 2026-07-16T22:38:39.199Z | Downloaded heck v0.4.1 |
| 309 | 2026-07-16T22:38:39.199Z | Downloaded terminal_size v0.4.3 |
| 310 | 2026-07-16T22:38:39.199Z | Downloaded pest_meta v2.8.6 |
| 311 | 2026-07-16T22:38:39.199Z | Downloaded bytecount v0.6.9 |
| 312 | 2026-07-16T22:38:39.199Z | Downloaded proc-macro-error-attr v1.0.4 |
| 313 | 2026-07-16T22:38:39.199Z | Downloaded dof v0.3.0 |
| 314 | 2026-07-16T22:38:39.199Z | Downloaded cfg-if v1.0.4 |
| 315 | 2026-07-16T22:38:39.199Z | Downloaded toml_datetime v0.6.11 |
| 316 | 2026-07-16T22:38:39.199Z | Downloaded usdt v0.5.0 |
| 317 | 2026-07-16T22:38:39.199Z | Downloaded pretty-hex v0.4.1 |
| 318 | 2026-07-16T22:38:39.207Z | Downloaded version_check v0.9.5 |
| 319 | 2026-07-16T22:38:39.237Z | Downloaded serde_spanned v0.6.9 |
| 320 | 2026-07-16T22:38:39.237Z | Downloaded plain v0.2.3 |
| 321 | 2026-07-16T22:38:39.246Z | Downloaded cargo-platform v0.3.2 |
| 322 | 2026-07-16T22:38:39.246Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-07-16T22:38:39.246Z | Downloaded fnv v1.0.7 |
| 324 | 2026-07-16T22:38:39.246Z | Downloaded thiserror v2.0.18 |
| 325 | 2026-07-16T22:38:39.246Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-07-16T22:38:39.246Z | Downloaded clap_derive v4.6.1 |
| 327 | 2026-07-16T22:38:39.246Z | Downloaded proc-macro-error v1.0.4 |
| 328 | 2026-07-16T22:38:39.260Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-07-16T22:38:39.260Z | Downloaded serde_tokenstream v0.2.3 |
| 330 | 2026-07-16T22:38:39.260Z | Downloaded sha2 v0.10.9 |
| 331 | 2026-07-16T22:38:39.260Z | Downloaded quote v1.0.45 |
| 332 | 2026-07-16T22:38:39.265Z | Downloaded scroll v0.12.0 |
| 333 | 2026-07-16T22:38:39.265Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-07-16T22:38:39.269Z | Downloaded tempfile v3.25.0 |
| 335 | 2026-07-16T22:38:39.273Z | Downloaded pest_generator v2.8.6 |
| 336 | 2026-07-16T22:38:39.288Z | Downloaded toml v0.8.23 |
| 337 | 2026-07-16T22:38:39.288Z | Downloaded cargo_metadata v0.23.1 |
| 338 | 2026-07-16T22:38:39.288Z | Downloaded zerocopy-derive v0.7.35 |
| 339 | 2026-07-16T22:38:39.293Z | Downloaded thiserror-impl v1.0.69 |
| 340 | 2026-07-16T22:38:39.296Z | Downloaded log v0.4.29 |
| 341 | 2026-07-16T22:38:39.296Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-07-16T22:38:39.303Z | Downloaded unicode-ident v1.0.24 |
| 343 | 2026-07-16T22:38:39.303Z | Downloaded clap v4.6.1 |
| 344 | 2026-07-16T22:38:39.307Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-07-16T22:38:39.307Z | Downloaded semver v1.0.28 |
| 346 | 2026-07-16T22:38:39.311Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-07-16T22:38:39.311Z | Downloaded serde_core v1.0.228 |
| 348 | 2026-07-16T22:38:39.334Z | Downloaded papergrid v0.11.0 |
| 349 | 2026-07-16T22:38:39.339Z | Downloaded serde_derive v1.0.228 |
| 350 | 2026-07-16T22:38:39.339Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-07-16T22:38:39.360Z | Downloaded serde v1.0.228 |
| 352 | 2026-07-16T22:38:39.373Z | Downloaded memchr v2.8.0 |
| 353 | 2026-07-16T22:38:39.373Z | Downloaded typenum v1.20.1 |
| 354 | 2026-07-16T22:38:39.381Z | Downloaded pest v2.8.6 |
| 355 | 2026-07-16T22:38:39.402Z | Downloaded serde_json v1.0.150 |
| 356 | 2026-07-16T22:38:39.413Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-07-16T22:38:39.424Z | Downloaded winnow v0.7.14 |
| 358 | 2026-07-16T22:38:39.424Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-07-16T22:38:39.432Z | Downloaded goblin v0.8.2 |
| 360 | 2026-07-16T22:38:39.437Z | Downloaded tabled v0.15.0 |
| 361 | 2026-07-16T22:38:39.442Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-16T22:38:39.455Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-07-16T22:38:39.473Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-07-16T22:38:39.473Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-16T22:38:39.489Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-16T22:38:39.501Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-16T22:38:39.580Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-16T22:38:39.580Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-16T22:38:39.580Z | Compiling quote v1.0.45 |
| 370 | 2026-07-16T22:38:39.609Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-16T22:38:39.609Z | Compiling libc v0.2.185 |
| 372 | 2026-07-16T22:38:39.609Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-16T22:38:39.609Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-16T22:38:39.610Z | Compiling serde v1.0.228 |
| 375 | 2026-07-16T22:38:39.610Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-16T22:38:39.610Z | Compiling ucd-trie v0.1.7 |
| 377 | 2026-07-16T22:38:39.767Z | Compiling itoa v1.0.17 |
| 378 | 2026-07-16T22:38:39.771Z | Compiling thiserror v1.0.69 |
| 379 | 2026-07-16T22:38:39.774Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-16T22:38:39.774Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-16T22:38:39.962Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-16T22:38:40.148Z | Compiling serde_json v1.0.150 |
| 383 | 2026-07-16T22:38:40.218Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-07-16T22:38:40.237Z | Compiling pest v2.8.6 |
| 385 | 2026-07-16T22:38:40.293Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-07-16T22:38:40.296Z | Compiling syn v1.0.109 |
| 387 | 2026-07-16T22:38:40.296Z | Compiling camino v1.2.2 |
| 388 | 2026-07-16T22:38:40.478Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-16T22:38:40.512Z | Compiling hashbrown v0.17.0 |
| 390 | 2026-07-16T22:38:40.547Z | Compiling getrandom v0.4.1 |
| 391 | 2026-07-16T22:38:40.599Z | Compiling plain v0.2.3 |
| 392 | 2026-07-16T22:38:40.667Z | Compiling utf8parse v0.2.2 |
| 393 | 2026-07-16T22:38:40.684Z | Compiling log v0.4.29 |
| 394 | 2026-07-16T22:38:40.702Z | Compiling equivalent v1.0.2 |
| 395 | 2026-07-16T22:38:40.737Z | Compiling winnow v0.7.14 |
| 396 | 2026-07-16T22:38:40.791Z | Compiling thiserror v2.0.18 |
| 397 | 2026-07-16T22:38:40.795Z | Compiling toml_write v0.1.2 |
| 398 | 2026-07-16T22:38:40.842Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-07-16T22:38:40.861Z | Compiling colorchoice v1.0.4 |
| 400 | 2026-07-16T22:38:40.882Z | Compiling anstyle-query v1.1.5 |
| 401 | 2026-07-16T22:38:40.906Z | Compiling errno v0.3.14 |
| 402 | 2026-07-16T22:38:40.909Z | Compiling thread-id v4.2.2 |
| 403 | 2026-07-16T22:38:40.986Z | Compiling cfg-if v1.0.4 |
| 404 | 2026-07-16T22:38:41.042Z | Compiling indexmap v2.14.0 |
| 405 | 2026-07-16T22:38:41.061Z | Compiling pretty-hex v0.4.1 |
| 406 | 2026-07-16T22:38:41.098Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-16T22:38:41.105Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-07-16T22:38:41.105Z | Compiling autocfg v1.5.0 |
| 409 | 2026-07-16T22:38:41.179Z | Compiling fastrand v2.3.0 |
| 410 | 2026-07-16T22:38:41.197Z | Compiling syn v2.0.117 |
| 411 | 2026-07-16T22:38:41.262Z | Compiling strsim v0.11.1 |
| 412 | 2026-07-16T22:38:41.318Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-16T22:38:41.339Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-07-16T22:38:41.397Z | Compiling once_cell v1.21.3 |
| 415 | 2026-07-16T22:38:41.466Z | Compiling clap_lex v1.0.0 |
| 416 | 2026-07-16T22:38:41.484Z | Compiling anyhow v1.0.102 |
| 417 | 2026-07-16T22:38:41.580Z | Compiling heck v0.5.0 |
| 418 | 2026-07-16T22:38:41.595Z | Compiling fs-err v3.3.0 |
| 419 | 2026-07-16T22:38:41.626Z | Compiling bytecount v0.6.9 |
| 420 | 2026-07-16T22:38:41.667Z | Compiling fnv v1.0.7 |
| 421 | 2026-07-16T22:38:41.688Z | Compiling unicode-width v0.1.14 |
| 422 | 2026-07-16T22:38:41.746Z | Compiling heck v0.4.1 |
| 423 | 2026-07-16T22:38:41.782Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-16T22:38:41.787Z | Compiling unicode-width v0.2.0 |
| 425 | 2026-07-16T22:38:41.795Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-16T22:38:41.827Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-07-16T22:38:41.850Z | Compiling swrite v0.1.0 |
| 428 | 2026-07-16T22:38:41.930Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-16T22:38:41.955Z | Compiling papergrid v0.11.0 |
| 430 | 2026-07-16T22:38:41.958Z | Compiling tempfile v3.25.0 |
| 431 | 2026-07-16T22:38:42.030Z | Compiling cargo-platform v0.3.2 |
| 432 | 2026-07-16T22:38:42.082Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-07-16T22:38:42.100Z | Compiling semver v1.0.28 |
| 434 | 2026-07-16T22:38:42.103Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-16T22:38:42.278Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-16T22:38:42.702Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-16T22:38:43.353Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-16T22:38:43.371Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-16T22:38:43.834Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-16T22:38:43.838Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-16T22:38:43.838Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-16T22:38:43.838Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-16T22:38:43.838Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-16T22:38:43.838Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-16T22:38:43.928Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-16T22:38:44.545Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-16T22:38:44.678Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-16T22:38:44.753Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-16T22:38:44.940Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-16T22:38:45.256Z | Compiling clap v4.6.1 |
| 451 | 2026-07-16T22:38:46.378Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-16T22:38:46.378Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-07-16T22:38:46.378Z | Compiling macaddr v1.0.1 |
| 454 | 2026-07-16T22:38:46.378Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-07-16T22:38:46.382Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-07-16T22:38:46.395Z | Compiling dof v0.3.0 |
| 457 | 2026-07-16T22:38:46.398Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-16T22:38:46.642Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-16T22:38:47.118Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-16T22:38:47.121Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-16T22:38:47.718Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-16T22:38:47.905Z | Compiling toml v0.8.23 |
| 463 | 2026-07-16T22:38:48.215Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-16T22:38:49.492Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-16T22:38:51.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.32s |
| 466 | 2026-07-16T22:38:51.707Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-16T22:38:52.198Z | Downloading crates ... |
| 468 | 2026-07-16T22:38:52.285Z | Downloaded ascii-canvas v3.0.0 |
| 469 | 2026-07-16T22:38:52.289Z | Downloaded bitfield v0.19.4 |
| 470 | 2026-07-16T22:38:52.292Z | Downloaded cexpr v0.6.0 |
| 471 | 2026-07-16T22:38:52.294Z | Downloaded ciborium-io v0.2.2 |
| 472 | 2026-07-16T22:38:52.297Z | Downloaded byte-wrapper v0.1.0 |
| 473 | 2026-07-16T22:38:52.305Z | Downloaded arrayref v0.3.9 |
| 474 | 2026-07-16T22:38:52.309Z | Downloaded blake2 v0.10.6 |
| 475 | 2026-07-16T22:38:52.312Z | Downloaded daft v0.1.7 |
| 476 | 2026-07-16T22:38:52.315Z | Downloaded arrayvec v0.7.6 |
| 477 | 2026-07-16T22:38:52.318Z | Downloaded crypto-common v0.2.2 |
| 478 | 2026-07-16T22:38:52.318Z | Downloaded const_format v0.2.35 |
| 479 | 2026-07-16T22:38:52.320Z | Downloaded darling v0.20.11 |
| 480 | 2026-07-16T22:38:52.323Z | Downloaded blake2 v0.11.0-rc.6 |
| 481 | 2026-07-16T22:38:52.326Z | Downloaded crc-catalog v2.4.0 |
| 482 | 2026-07-16T22:38:52.326Z | Downloaded darling_core v0.13.4 |
| 483 | 2026-07-16T22:38:52.328Z | Downloaded darling_macro v0.23.0 |
| 484 | 2026-07-16T22:38:52.331Z | Downloaded darling_macro v0.20.11 |
| 485 | 2026-07-16T22:38:52.331Z | Downloaded crc v3.4.0 |
| 486 | 2026-07-16T22:38:52.331Z | Downloaded ar_archive_writer v0.5.1 |
| 487 | 2026-07-16T22:38:52.335Z | Downloaded cookie v0.18.1 |
| 488 | 2026-07-16T22:38:52.335Z | Downloaded darling_macro v0.21.3 |
| 489 | 2026-07-16T22:38:52.337Z | Downloaded ctutils v0.4.2 |
| 490 | 2026-07-16T22:38:52.337Z | Downloaded cpubits v0.1.1 |
| 491 | 2026-07-16T22:38:52.340Z | Downloaded bitfield-struct v0.6.2 |
| 492 | 2026-07-16T22:38:52.340Z | Downloaded cookie_store v0.22.1 |
| 493 | 2026-07-16T22:38:52.340Z | Downloaded crossbeam-utils v0.8.21 |
| 494 | 2026-07-16T22:38:52.345Z | Downloaded crossbeam-deque v0.8.6 |
| 495 | 2026-07-16T22:38:52.345Z | Downloaded arc-swap v1.8.2 |
| 496 | 2026-07-16T22:38:52.348Z | Downloaded cpufeatures v0.3.0 |
| 497 | 2026-07-16T22:38:52.348Z | Downloaded defmt v0.3.100 |
| 498 | 2026-07-16T22:38:52.348Z | Downloaded allocator-api2 v0.2.21 |
| 499 | 2026-07-16T22:38:52.350Z | Downloaded bitfield-macros v0.19.4 |
| 500 | 2026-07-16T22:38:52.350Z | Downloaded bb8 v0.8.6 |
| 501 | 2026-07-16T22:38:52.350Z | Downloaded aead v0.5.2 |
| 502 | 2026-07-16T22:38:52.353Z | Downloaded bit-vec v0.8.0 |
| 503 | 2026-07-16T22:38:52.353Z | Downloaded anstyle-parse v0.2.7 |
| 504 | 2026-07-16T22:38:52.356Z | Downloaded async-stream-impl v0.3.6 |
| 505 | 2026-07-16T22:38:52.356Z | Downloaded darling_macro v0.13.4 |
| 506 | 2026-07-16T22:38:52.356Z | Downloaded data-encoding v2.10.0 |
| 507 | 2026-07-16T22:38:52.359Z | Downloaded cobs v0.3.0 |
| 508 | 2026-07-16T22:38:52.359Z | Downloaded ctr v0.10.1 |
| 509 | 2026-07-16T22:38:52.359Z | Downloaded crossbeam-epoch v0.9.18 |
| 510 | 2026-07-16T22:38:52.362Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 511 | 2026-07-16T22:38:52.362Z | Downloaded adler2 v2.0.1 |
| 512 | 2026-07-16T22:38:52.364Z | Downloaded debug-ignore v1.0.5 |
| 513 | 2026-07-16T22:38:52.364Z | Downloaded base16ct v0.2.0 |
| 514 | 2026-07-16T22:38:52.371Z | Downloaded daft-derive v0.1.7 |
| 515 | 2026-07-16T22:38:52.374Z | Downloaded assert_matches v1.5.0 |
| 516 | 2026-07-16T22:38:52.375Z | Downloaded crucible-workspace-hack v0.1.0 |
| 517 | 2026-07-16T22:38:52.375Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 518 | 2026-07-16T22:38:52.375Z | Downloaded convert_case v0.4.0 |
| 519 | 2026-07-16T22:38:52.375Z | Downloaded crunchy v0.2.4 |
| 520 | 2026-07-16T22:38:52.375Z | Downloaded crc8 v0.1.1 |
| 521 | 2026-07-16T22:38:52.375Z | Downloaded bit-set v0.8.0 |
| 522 | 2026-07-16T22:38:52.379Z | Downloaded array-init v0.0.4 |
| 523 | 2026-07-16T22:38:52.379Z | Downloaded darling v0.13.4 |
| 524 | 2026-07-16T22:38:52.379Z | Downloaded aead v0.6.1 |
| 525 | 2026-07-16T22:38:52.383Z | Downloaded cfg_aliases v0.1.1 |
| 526 | 2026-07-16T22:38:52.383Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 527 | 2026-07-16T22:38:52.383Z | Downloaded cstr-argument v0.1.2 |
| 528 | 2026-07-16T22:38:52.383Z | Downloaded block-buffer v0.12.1 |
| 529 | 2026-07-16T22:38:52.386Z | Downloaded digest-io v0.1.0 |
| 530 | 2026-07-16T22:38:52.389Z | Downloaded async-stream v0.3.6 |
| 531 | 2026-07-16T22:38:52.392Z | Downloaded bit-set v0.5.3 |
| 532 | 2026-07-16T22:38:52.395Z | Downloaded ciborium-ll v0.2.2 |
| 533 | 2026-07-16T22:38:52.398Z | Downloaded dsl_auto_type v0.2.0 |
| 534 | 2026-07-16T22:38:52.401Z | Downloaded atomic-waker v1.1.2 |
| 535 | 2026-07-16T22:38:52.404Z | Downloaded critical-section v1.2.0 |
| 536 | 2026-07-16T22:38:52.407Z | Downloaded cipher v0.4.4 |
| 537 | 2026-07-16T22:38:52.407Z | Downloaded cbc v0.2.1 |
| 538 | 2026-07-16T22:38:52.412Z | Downloaded async-recursion v1.1.1 |
| 539 | 2026-07-16T22:38:52.415Z | Downloaded base16ct v1.0.0 |
| 540 | 2026-07-16T22:38:52.419Z | Downloaded dyn-clone v1.0.20 |
| 541 | 2026-07-16T22:38:52.422Z | Downloaded dof v0.4.0 |
| 542 | 2026-07-16T22:38:52.422Z | Downloaded atty v0.2.14 |
| 543 | 2026-07-16T22:38:52.422Z | Downloaded atomicwrites v0.4.4 |
| 544 | 2026-07-16T22:38:52.422Z | Downloaded downcast-rs v2.0.2 |
| 545 | 2026-07-16T22:38:52.424Z | Downloaded castaway v0.2.4 |
| 546 | 2026-07-16T22:38:52.425Z | Downloaded embedded-io v0.4.0 |
| 547 | 2026-07-16T22:38:52.427Z | Downloaded endian-type v0.1.2 |
| 548 | 2026-07-16T22:38:52.427Z | Downloaded defmt-parser v1.0.0 |
| 549 | 2026-07-16T22:38:52.427Z | Downloaded compression-core v0.4.31 |
| 550 | 2026-07-16T22:38:52.427Z | Downloaded anstream v0.6.21 |
| 551 | 2026-07-16T22:38:52.430Z | Downloaded cfg_aliases v0.2.1 |
| 552 | 2026-07-16T22:38:52.430Z | Downloaded dunce v1.0.5 |
| 553 | 2026-07-16T22:38:52.433Z | Downloaded display-error-chain v0.2.2 |
| 554 | 2026-07-16T22:38:52.433Z | Downloaded dirs-sys-next v0.1.2 |
| 555 | 2026-07-16T22:38:52.433Z | Downloaded dirs-next v2.0.0 |
| 556 | 2026-07-16T22:38:52.435Z | Downloaded enum-as-inner v0.6.1 |
| 557 | 2026-07-16T22:38:52.435Z | Downloaded env_filter v1.0.0 |
| 558 | 2026-07-16T22:38:52.438Z | Downloaded dtrace-parser v0.3.0 |
| 559 | 2026-07-16T22:38:52.438Z | Downloaded block-padding v0.4.2 |
| 560 | 2026-07-16T22:38:52.441Z | Downloaded document-features v0.2.12 |
| 561 | 2026-07-16T22:38:52.444Z | Downloaded fd-lock v4.0.4 |
| 562 | 2026-07-16T22:38:52.447Z | Downloaded foreign-types-shared v0.1.1 |
| 563 | 2026-07-16T22:38:52.448Z | Downloaded foreign-types-shared v0.3.1 |
| 564 | 2026-07-16T22:38:52.448Z | Downloaded float-cmp v0.10.0 |
| 565 | 2026-07-16T22:38:52.451Z | Downloaded fixedbitset v0.4.2 |
| 566 | 2026-07-16T22:38:52.451Z | Downloaded foreign-types v0.3.2 |
| 567 | 2026-07-16T22:38:52.451Z | Downloaded foreign-types-macros v0.2.3 |
| 568 | 2026-07-16T22:38:52.454Z | Downloaded fxhash v0.2.1 |
| 569 | 2026-07-16T22:38:52.454Z | Downloaded futures-task v0.3.32 |
| 570 | 2026-07-16T22:38:52.454Z | Downloaded foreign-types v0.5.0 |
| 571 | 2026-07-16T22:38:52.454Z | Downloaded funty v2.0.0 |
| 572 | 2026-07-16T22:38:52.457Z | Downloaded form_urlencoded v1.2.2 |
| 573 | 2026-07-16T22:38:52.457Z | Downloaded float-ord v0.3.2 |
| 574 | 2026-07-16T22:38:52.460Z | Downloaded ed25519 v2.2.3 |
| 575 | 2026-07-16T22:38:52.460Z | Downloaded darling v0.21.3 |
| 576 | 2026-07-16T22:38:52.463Z | Downloaded derive_builder_macro v0.20.2 |
| 577 | 2026-07-16T22:38:52.466Z | Downloaded csv-core v0.1.13 |
| 578 | 2026-07-16T22:38:52.466Z | Downloaded chacha20 v0.9.1 |
| 579 | 2026-07-16T22:38:52.466Z | Downloaded either v1.15.0 |
| 580 | 2026-07-16T22:38:52.470Z | Downloaded defmt-macros v1.0.1 |
| 581 | 2026-07-16T22:38:52.470Z | Downloaded futures-macro v0.3.32 |
| 582 | 2026-07-16T22:38:52.474Z | Downloaded futures-io v0.3.32 |
| 583 | 2026-07-16T22:38:52.474Z | Downloaded bs58 v0.5.1 |
| 584 | 2026-07-16T22:38:52.474Z | Downloaded futures-sink v0.3.32 |
| 585 | 2026-07-16T22:38:52.477Z | Downloaded const_format_proc_macros v0.2.34 |
| 586 | 2026-07-16T22:38:52.477Z | Downloaded darling v0.23.0 |
| 587 | 2026-07-16T22:38:52.480Z | Downloaded ghash v0.6.0 |
| 588 | 2026-07-16T22:38:52.480Z | Downloaded derive_builder_core v0.20.2 |
| 589 | 2026-07-16T22:38:52.485Z | Downloaded gethostname v0.5.0 |
| 590 | 2026-07-16T22:38:52.485Z | Downloaded console v0.16.2 |
| 591 | 2026-07-16T22:38:52.485Z | Downloaded git-stub v1.0.0 |
| 592 | 2026-07-16T22:38:52.485Z | Downloaded cipher v0.5.2 |
| 593 | 2026-07-16T22:38:52.489Z | Downloaded colored v3.1.1 |
| 594 | 2026-07-16T22:38:52.489Z | Downloaded hash32 v0.3.1 |
| 595 | 2026-07-16T22:38:52.490Z | Downloaded diesel-dtrace v0.5.0 |
| 596 | 2026-07-16T22:38:52.493Z | Downloaded globwalk v0.9.1 |
| 597 | 2026-07-16T22:38:52.493Z | Downloaded camino-tempfile-ext v0.3.3 |
| 598 | 2026-07-16T22:38:52.493Z | Downloaded bit-vec v0.6.3 |
| 599 | 2026-07-16T22:38:52.496Z | Downloaded derive-ex v0.1.8 |
| 600 | 2026-07-16T22:38:52.496Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 601 | 2026-07-16T22:38:52.496Z | Downloaded der_derive v0.7.3 |
| 602 | 2026-07-16T22:38:52.498Z | Downloaded cancel-safe-futures v0.1.5 |
| 603 | 2026-07-16T22:38:52.498Z | Downloaded difflib v0.4.0 |
| 604 | 2026-07-16T22:38:52.500Z | Downloaded ecdsa v0.16.9 |
| 605 | 2026-07-16T22:38:52.501Z | Downloaded aes v0.9.1 |
| 606 | 2026-07-16T22:38:52.508Z | Downloaded hash32 v0.2.1 |
| 607 | 2026-07-16T22:38:52.508Z | Downloaded fallible-iterator v0.2.0 |
| 608 | 2026-07-16T22:38:52.508Z | Downloaded ff v0.14.0 |
| 609 | 2026-07-16T22:38:52.508Z | Downloaded flagset v0.4.7 |
| 610 | 2026-07-16T22:38:52.508Z | Downloaded fixedbitset v0.5.7 |
| 611 | 2026-07-16T22:38:52.511Z | Downloaded filetime v0.2.27 |
| 612 | 2026-07-16T22:38:52.511Z | Downloaded foldhash v0.1.5 |
| 613 | 2026-07-16T22:38:52.511Z | Downloaded darling_core v0.20.11 |
| 614 | 2026-07-16T22:38:52.514Z | Downloaded fs-err v2.11.0 |
| 615 | 2026-07-16T22:38:52.519Z | Downloaded foldhash v0.2.0 |
| 616 | 2026-07-16T22:38:52.519Z | Downloaded hex-literal v1.1.0 |
| 617 | 2026-07-16T22:38:52.519Z | Downloaded headers-core v0.3.0 |
| 618 | 2026-07-16T22:38:52.519Z | Downloaded derive_builder v0.20.2 |
| 619 | 2026-07-16T22:38:52.523Z | Downloaded hostname v0.3.1 |
| 620 | 2026-07-16T22:38:52.523Z | Downloaded crypto-bigint v0.5.5 |
| 621 | 2026-07-16T22:38:52.526Z | Downloaded constant_time_eq v0.4.2 |
| 622 | 2026-07-16T22:38:52.528Z | Downloaded backon v1.6.0 |
| 623 | 2026-07-16T22:38:52.535Z | Downloaded colored v2.2.0 |
| 624 | 2026-07-16T22:38:52.535Z | Downloaded futures-core v0.3.32 |
| 625 | 2026-07-16T22:38:52.535Z | Downloaded chacha20 v0.10.0 |
| 626 | 2026-07-16T22:38:52.538Z | Downloaded http-body v1.0.1 |
| 627 | 2026-07-16T22:38:52.538Z | Downloaded group v0.13.0 |
| 628 | 2026-07-16T22:38:52.538Z | Downloaded http-range v0.1.5 |
| 629 | 2026-07-16T22:38:52.538Z | Downloaded home v0.5.12 |
| 630 | 2026-07-16T22:38:52.538Z | Downloaded glob v0.3.3 |
| 631 | 2026-07-16T22:38:52.541Z | Downloaded git-stub-vcs v0.1.0 |
| 632 | 2026-07-16T22:38:52.541Z | Downloaded hubpack v0.1.2 |
| 633 | 2026-07-16T22:38:52.543Z | Downloaded httpdate v1.0.3 |
| 634 | 2026-07-16T22:38:52.543Z | Downloaded globset v0.4.18 |
| 635 | 2026-07-16T22:38:52.543Z | Downloaded hostname v0.4.2 |
| 636 | 2026-07-16T22:38:52.546Z | Downloaded hubpack_derive v0.1.1 |
| 637 | 2026-07-16T22:38:52.546Z | Downloaded console v0.15.11 |
| 638 | 2026-07-16T22:38:52.549Z | Downloaded illumos-nvpair v0.3.0 |
| 639 | 2026-07-16T22:38:52.549Z | Downloaded group v0.14.0 |
| 640 | 2026-07-16T22:38:52.549Z | Downloaded diff v0.1.13 |
| 641 | 2026-07-16T22:38:52.552Z | Downloaded const-oid v0.9.6 |
| 642 | 2026-07-16T22:38:52.552Z | Downloaded base64 v0.22.1 |
| 643 | 2026-07-16T22:38:52.555Z | Downloaded ahash v0.8.12 |
| 644 | 2026-07-16T22:38:52.558Z | Downloaded ident_case v1.0.1 |
| 645 | 2026-07-16T22:38:52.558Z | Downloaded hyper-tls v0.6.0 |
| 646 | 2026-07-16T22:38:52.558Z | Downloaded ff v0.13.1 |
| 647 | 2026-07-16T22:38:52.561Z | Downloaded des v0.9.0 |
| 648 | 2026-07-16T22:38:52.561Z | Downloaded bzip2 v0.4.4 |
| 649 | 2026-07-16T22:38:52.563Z | Downloaded ecdsa v0.17.0-rc.18 |
| 650 | 2026-07-16T22:38:52.563Z | Downloaded idna_adapter v1.2.1 |
| 651 | 2026-07-16T22:38:52.566Z | Downloaded deranged v0.5.8 |
| 652 | 2026-07-16T22:38:52.566Z | Downloaded ciborium v0.2.2 |
| 653 | 2026-07-16T22:38:52.569Z | Downloaded indoc v1.0.9 |
| 654 | 2026-07-16T22:38:52.569Z | Downloaded fs_extra v1.3.0 |
| 655 | 2026-07-16T22:38:52.573Z | Downloaded hex v0.4.3 |
| 656 | 2026-07-16T22:38:52.573Z | Downloaded dropshot_endpoint v0.17.1 |
| 657 | 2026-07-16T22:38:52.576Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 658 | 2026-07-16T22:38:52.576Z | Downloaded crc-any v2.5.0 |
| 659 | 2026-07-16T22:38:52.576Z | Downloaded argon2 v0.6.0-rc.8 |
| 660 | 2026-07-16T22:38:52.578Z | Downloaded instant v0.1.13 |
| 661 | 2026-07-16T22:38:52.578Z | Downloaded is_ci v1.2.0 |
| 662 | 2026-07-16T22:38:52.582Z | Downloaded instability v0.3.11 |
| 663 | 2026-07-16T22:38:52.582Z | Downloaded inout v0.2.2 |
| 664 | 2026-07-16T22:38:52.582Z | Downloaded inout v0.1.4 |
| 665 | 2026-07-16T22:38:52.584Z | Downloaded indent_write v2.2.0 |
| 666 | 2026-07-16T22:38:52.585Z | Downloaded digest v0.11.3 |
| 667 | 2026-07-16T22:38:52.585Z | Downloaded bzip2 v0.6.1 |
| 668 | 2026-07-16T22:38:52.587Z | Downloaded highway v1.3.0 |
| 669 | 2026-07-16T22:38:52.587Z | Downloaded futures-channel v0.3.32 |
| 670 | 2026-07-16T22:38:52.590Z | Downloaded const-oid v0.10.2 |
| 671 | 2026-07-16T22:38:52.590Z | Downloaded darling_core v0.21.3 |
| 672 | 2026-07-16T22:38:52.593Z | Downloaded lalrpop-util v0.19.12 |
| 673 | 2026-07-16T22:38:52.595Z | Downloaded keccak v0.1.6 |
| 674 | 2026-07-16T22:38:52.595Z | Downloaded lazy_static v1.5.0 |
| 675 | 2026-07-16T22:38:52.598Z | Downloaded internet-checksum v0.2.1 |
| 676 | 2026-07-16T22:38:52.598Z | Downloaded clang-sys v1.8.1 |
| 677 | 2026-07-16T22:38:52.598Z | Downloaded kstat-rs v0.2.4 |
| 678 | 2026-07-16T22:38:52.601Z | Downloaded getrandom v0.2.17 |
| 679 | 2026-07-16T22:38:52.601Z | Downloaded humantime v2.3.0 |
| 680 | 2026-07-16T22:38:52.604Z | Downloaded http-body-util v0.1.3 |
| 681 | 2026-07-16T22:38:52.604Z | Downloaded async-bb8-diesel v0.2.1 |
| 682 | 2026-07-16T22:38:52.607Z | Downloaded is-terminal v0.4.17 |
| 683 | 2026-07-16T22:38:52.607Z | Downloaded futures-executor v0.3.32 |
| 684 | 2026-07-16T22:38:52.607Z | Downloaded kem v0.3.0 |
| 685 | 2026-07-16T22:38:52.611Z | Downloaded linked-hash-map v0.5.6 |
| 686 | 2026-07-16T22:38:52.611Z | Downloaded libscf-sys v1.1.0 |
| 687 | 2026-07-16T22:38:52.611Z | Downloaded darling_core v0.23.0 |
| 688 | 2026-07-16T22:38:52.614Z | Downloaded managed v0.8.0 |
| 689 | 2026-07-16T22:38:52.614Z | Downloaded find-msvc-tools v0.1.9 |
| 690 | 2026-07-16T22:38:52.617Z | Downloaded lzss v0.8.2 |
| 691 | 2026-07-16T22:38:52.617Z | Downloaded lru-slab v0.1.2 |
| 692 | 2026-07-16T22:38:52.617Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 693 | 2026-07-16T22:38:52.620Z | Downloaded erased-serde v0.3.31 |
| 694 | 2026-07-16T22:38:52.623Z | Downloaded enum_dispatch v0.3.13 |
| 695 | 2026-07-16T22:38:52.623Z | Downloaded hyper-staticfile v0.10.1 |
| 696 | 2026-07-16T22:38:52.626Z | Downloaded env_logger v0.11.9 |
| 697 | 2026-07-16T22:38:52.626Z | Downloaded ena v0.14.4 |
| 698 | 2026-07-16T22:38:52.628Z | Downloaded maybe-uninit v2.0.0 |
| 699 | 2026-07-16T22:38:52.628Z | Downloaded mime v0.3.17 |
| 700 | 2026-07-16T22:38:52.628Z | Downloaded elliptic-curve v0.13.8 |
| 701 | 2026-07-16T22:38:52.631Z | Downloaded match_cfg v0.1.0 |
| 702 | 2026-07-16T22:38:52.632Z | Downloaded drift v0.2.0 |
| 703 | 2026-07-16T22:38:52.637Z | Downloaded md5 v0.8.0 |
| 704 | 2026-07-16T22:38:52.640Z | Downloaded md-5 v0.10.6 |
| 705 | 2026-07-16T22:38:52.640Z | Downloaded lru-cache v0.1.2 |
| 706 | 2026-07-16T22:38:52.640Z | Downloaded indoc v2.0.7 |
| 707 | 2026-07-16T22:38:52.643Z | Downloaded memoffset v0.9.1 |
| 708 | 2026-07-16T22:38:52.643Z | Downloaded ingot v0.1.1 |
| 709 | 2026-07-16T22:38:52.646Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 710 | 2026-07-16T22:38:52.646Z | Downloaded newline-converter v0.3.0 |
| 711 | 2026-07-16T22:38:52.648Z | Downloaded ingot-types v0.1.2 |
| 712 | 2026-07-16T22:38:52.648Z | Downloaded ipnet v2.11.0 |
| 713 | 2026-07-16T22:38:52.650Z | Downloaded nodrop v0.1.14 |
| 714 | 2026-07-16T22:38:52.650Z | Downloaded new_debug_unreachable v1.0.6 |
| 715 | 2026-07-16T22:38:52.650Z | Downloaded buf-list v1.1.2 |
| 716 | 2026-07-16T22:38:52.653Z | Downloaded hmac v0.13.0 |
| 717 | 2026-07-16T22:38:52.653Z | Downloaded hmac v0.12.1 |
| 718 | 2026-07-16T22:38:52.656Z | Downloaded newtype_derive v0.1.6 |
| 719 | 2026-07-16T22:38:52.656Z | Downloaded crossbeam-channel v0.5.15 |
| 720 | 2026-07-16T22:38:52.658Z | Downloaded nibble_vec v0.1.0 |
| 721 | 2026-07-16T22:38:52.661Z | Downloaded generic-array v1.4.3 |
| 722 | 2026-07-16T22:38:52.663Z | Downloaded normalize-line-endings v0.3.0 |
| 723 | 2026-07-16T22:38:52.664Z | Downloaded ipnetwork v0.21.1 |
| 724 | 2026-07-16T22:38:52.664Z | Downloaded chacha20poly1305 v0.10.1 |
| 725 | 2026-07-16T22:38:52.667Z | Downloaded multimap v0.10.1 |
| 726 | 2026-07-16T22:38:52.667Z | Downloaded newtype-uuid-macros v0.1.0 |
| 727 | 2026-07-16T22:38:52.667Z | Downloaded httparse v1.10.1 |
| 728 | 2026-07-16T22:38:52.670Z | Downloaded num v0.4.3 |
| 729 | 2026-07-16T22:38:52.670Z | Downloaded compact_str v0.8.1 |
| 730 | 2026-07-16T22:38:52.672Z | Downloaded libsw v3.5.0 |
| 731 | 2026-07-16T22:38:52.672Z | Downloaded num-derive v0.4.2 |
| 732 | 2026-07-16T22:38:52.675Z | Downloaded libloading v0.8.9 |
| 733 | 2026-07-16T22:38:52.675Z | Downloaded num-derive v0.3.3 |
| 734 | 2026-07-16T22:38:52.677Z | Downloaded nonempty v0.12.0 |
| 735 | 2026-07-16T22:38:52.677Z | Downloaded half v1.8.3 |
| 736 | 2026-07-16T22:38:52.680Z | Downloaded jobserver v0.1.34 |
| 737 | 2026-07-16T22:38:52.680Z | Downloaded num-conv v0.2.0 |
| 738 | 2026-07-16T22:38:52.682Z | Downloaded olpc-cjson v0.1.4 |
| 739 | 2026-07-16T22:38:52.683Z | Downloaded iana-time-zone v0.1.65 |
| 740 | 2026-07-16T22:38:52.687Z | Downloaded maplit v1.0.2 |
| 741 | 2026-07-16T22:38:52.687Z | Downloaded libefi-sys v0.1.0 |
| 742 | 2026-07-16T22:38:52.687Z | Downloaded hyper-rustls v0.27.7 |
| 743 | 2026-07-16T22:38:52.690Z | Downloaded hybrid-array v0.4.13 |
| 744 | 2026-07-16T22:38:52.690Z | Downloaded lock_api v0.4.14 |
| 745 | 2026-07-16T22:38:52.690Z | Downloaded libsw-core v0.3.2 |
| 746 | 2026-07-16T22:38:52.690Z | Downloaded num_threads v0.1.7 |
| 747 | 2026-07-16T22:38:52.693Z | Downloaded num_enum_derive v0.5.11 |
| 748 | 2026-07-16T22:38:52.693Z | Downloaded linear-map v1.2.0 |
| 749 | 2026-07-16T22:38:52.693Z | Downloaded keccak v0.2.0 |
| 750 | 2026-07-16T22:38:52.695Z | Downloaded futures v0.3.32 |
| 751 | 2026-07-16T22:38:52.698Z | Downloaded lru v0.12.5 |
| 752 | 2026-07-16T22:38:52.698Z | Downloaded openssl-probe v0.2.1 |
| 753 | 2026-07-16T22:38:52.700Z | Downloaded fatfs v0.3.6 |
| 754 | 2026-07-16T22:38:52.700Z | Downloaded derive_more v0.99.20 |
| 755 | 2026-07-16T22:38:52.703Z | Downloaded mime_guess v2.0.5 |
| 756 | 2026-07-16T22:38:52.706Z | Downloaded flume v0.11.1 |
| 757 | 2026-07-16T22:38:52.709Z | Downloaded openssl-macros v0.1.1 |
| 758 | 2026-07-16T22:38:52.709Z | Downloaded module-lattice v0.2.3 |
| 759 | 2026-07-16T22:38:52.709Z | Downloaded opaque-debug v0.3.1 |
| 760 | 2026-07-16T22:38:52.711Z | Downloaded derive-where v1.6.0 |
| 761 | 2026-07-16T22:38:52.714Z | Downloaded openssl-probe v0.1.6 |
| 762 | 2026-07-16T22:38:52.714Z | Downloaded convert_case v0.10.0 |
| 763 | 2026-07-16T22:38:52.716Z | Downloaded corncobs v0.1.4 |
| 764 | 2026-07-16T22:38:52.716Z | Downloaded compression-codecs v0.4.37 |
| 765 | 2026-07-16T22:38:52.719Z | Downloaded multer v3.1.0 |
| 766 | 2026-07-16T22:38:52.722Z | Downloaded nanorand v0.7.0 |
| 767 | 2026-07-16T22:38:52.722Z | Downloaded ingot-macros v0.1.1 |
| 768 | 2026-07-16T22:38:52.725Z | Downloaded bumpalo v3.20.2 |
| 769 | 2026-07-16T22:38:52.725Z | Downloaded packed_struct_codegen v0.10.1 |
| 770 | 2026-07-16T22:38:52.727Z | Downloaded cmake v0.1.57 |
| 771 | 2026-07-16T22:38:52.727Z | Downloaded parse-size v1.1.0 |
| 772 | 2026-07-16T22:38:52.728Z | Downloaded blowfish v0.10.0 |
| 773 | 2026-07-16T22:38:52.730Z | Downloaded delegate v0.13.5 |
| 774 | 2026-07-16T22:38:52.730Z | Downloaded embedded-io v0.6.1 |
| 775 | 2026-07-16T22:38:52.730Z | Downloaded bytes v1.11.1 |
| 776 | 2026-07-16T22:38:52.733Z | Downloaded base64 v0.21.7 |
| 777 | 2026-07-16T22:38:52.736Z | Downloaded ed25519 v3.0.0 |
| 778 | 2026-07-16T22:38:52.739Z | Downloaded argon2 v0.5.3 |
| 779 | 2026-07-16T22:38:52.739Z | Downloaded async-trait v0.1.89 |
| 780 | 2026-07-16T22:38:52.742Z | Downloaded num_enum v0.7.6 |
| 781 | 2026-07-16T22:38:52.744Z | Downloaded password-hash v0.6.1 |
| 782 | 2026-07-16T22:38:52.745Z | Downloaded parse-display v0.10.0 |
| 783 | 2026-07-16T22:38:52.745Z | Downloaded num-iter v0.1.45 |
| 784 | 2026-07-16T22:38:52.747Z | Downloaded num-complex v0.4.6 |
| 785 | 2026-07-16T22:38:52.747Z | Downloaded num-integer v0.1.46 |
| 786 | 2026-07-16T22:38:52.750Z | Downloaded num-rational v0.4.2 |
| 787 | 2026-07-16T22:38:52.750Z | Downloaded num_enum v0.5.11 |
| 788 | 2026-07-16T22:38:52.753Z | Downloaded litrs v1.0.0 |
| 789 | 2026-07-16T22:38:52.756Z | Downloaded litemap v0.8.1 |
| 790 | 2026-07-16T22:38:52.756Z | Downloaded peg-runtime v0.8.5 |
| 791 | 2026-07-16T22:38:52.756Z | Downloaded half v2.7.1 |
| 792 | 2026-07-16T22:38:52.759Z | Downloaded percent-encoding v2.3.2 |
| 793 | 2026-07-16T22:38:52.759Z | Downloaded phf_shared v0.12.1 |
| 794 | 2026-07-16T22:38:52.762Z | Downloaded phf_shared v0.11.3 |
| 795 | 2026-07-16T22:38:52.762Z | Downloaded async-compression v0.4.41 |
| 796 | 2026-07-16T22:38:52.765Z | Downloaded num_enum_derive v0.7.6 |
| 797 | 2026-07-16T22:38:52.767Z | Downloaded phf_shared v0.13.1 |
| 798 | 2026-07-16T22:38:52.767Z | Downloaded icu_provider v2.1.1 |
| 799 | 2026-07-16T22:38:52.770Z | Downloaded flate2 v1.1.9 |
| 800 | 2026-07-16T22:38:52.785Z | Downloaded predicates-core v1.0.10 |
| 801 | 2026-07-16T22:38:52.787Z | Downloaded derive_more-impl v2.1.1 |
| 802 | 2026-07-16T22:38:52.790Z | Downloaded memmap2 v0.9.10 |
| 803 | 2026-07-16T22:38:52.793Z | Downloaded ignore v0.4.25 |
| 804 | 2026-07-16T22:38:52.793Z | Downloaded oxide-tokio-rt v0.1.4 |
| 805 | 2026-07-16T22:38:52.795Z | Downloaded owo-colors v4.3.0 |
| 806 | 2026-07-16T22:38:52.795Z | Downloaded potential_utf v0.1.4 |
| 807 | 2026-07-16T22:38:52.798Z | Downloaded predicates-tree v1.0.13 |
| 808 | 2026-07-16T22:38:52.798Z | Downloaded precomputed-hash v0.1.1 |
| 809 | 2026-07-16T22:38:52.798Z | Downloaded powerfmt v0.2.0 |
| 810 | 2026-07-16T22:38:52.801Z | Downloaded cc v1.2.56 |
| 811 | 2026-07-16T22:38:52.801Z | Downloaded oso-derive v0.27.3 |
| 812 | 2026-07-16T22:38:52.806Z | Downloaded ml-kem v0.3.2 |
| 813 | 2026-07-16T22:38:52.806Z | Downloaded paste v1.0.15 |
| 814 | 2026-07-16T22:38:52.809Z | Downloaded packed_struct v0.10.1 |
| 815 | 2026-07-16T22:38:52.809Z | Downloaded heapless v0.8.0 |
| 816 | 2026-07-16T22:38:52.812Z | Downloaded derive_more v2.1.1 |
| 817 | 2026-07-16T22:38:52.816Z | Downloaded password-hash v0.5.0 |
| 818 | 2026-07-16T22:38:52.819Z | Downloaded parking_lot_core v0.8.6 |
| 819 | 2026-07-16T22:38:52.822Z | Downloaded pem v3.0.6 |
| 820 | 2026-07-16T22:38:52.822Z | Downloaded peg v0.8.5 |
| 821 | 2026-07-16T22:38:52.825Z | Downloaded pbkdf2 v0.13.0 |
| 822 | 2026-07-16T22:38:52.825Z | Downloaded phf v0.13.1 |
| 823 | 2026-07-16T22:38:52.827Z | Downloaded proc-macro-crate v3.4.0 |
| 824 | 2026-07-16T22:38:52.827Z | Downloaded progenitor-macro v0.14.0 |
| 825 | 2026-07-16T22:38:52.827Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 826 | 2026-07-16T22:38:52.830Z | Downloaded proc-macro-crate v1.3.1 |
| 827 | 2026-07-16T22:38:52.830Z | Downloaded phf v0.12.1 |
| 828 | 2026-07-16T22:38:52.830Z | Downloaded phc v0.6.1 |
| 829 | 2026-07-16T22:38:52.833Z | Downloaded libbz2-rs-sys v0.2.2 |
| 830 | 2026-07-16T22:38:52.836Z | Downloaded pem-rfc7468 v0.7.0 |
| 831 | 2026-07-16T22:38:52.836Z | Downloaded path-slash v0.1.5 |
| 832 | 2026-07-16T22:38:52.836Z | Downloaded icu_normalizer_data v2.1.1 |
| 833 | 2026-07-16T22:38:52.838Z | Downloaded icu_normalizer v2.1.1 |
| 834 | 2026-07-16T22:38:52.841Z | Downloaded psl-types v2.0.11 |
| 835 | 2026-07-16T22:38:52.841Z | Downloaded quick-error v1.2.3 |
| 836 | 2026-07-16T22:38:52.841Z | Downloaded poly1305 v0.8.0 |
| 837 | 2026-07-16T22:38:52.844Z | Downloaded progenitor-macro v0.13.0 |
| 838 | 2026-07-16T22:38:52.844Z | Downloaded progenitor-client v0.14.0 |
| 839 | 2026-07-16T22:38:52.846Z | Downloaded pin-project-lite v0.2.17 |
| 840 | 2026-07-16T22:38:52.848Z | Downloaded indicatif v0.18.4 |
| 841 | 2026-07-16T22:38:52.851Z | Downloaded indexmap v1.9.3 |
| 842 | 2026-07-16T22:38:52.853Z | Downloaded predicates v3.1.4 |
| 843 | 2026-07-16T22:38:52.856Z | Downloaded pkcs8 v0.10.2 |
| 844 | 2026-07-16T22:38:52.859Z | Downloaded pin-project-internal v1.1.11 |
| 845 | 2026-07-16T22:38:52.862Z | Downloaded radium v0.7.0 |
| 846 | 2026-07-16T22:38:52.862Z | Downloaded rand_chacha v0.3.1 |
| 847 | 2026-07-16T22:38:52.862Z | Downloaded pkg-config v0.3.32 |
| 848 | 2026-07-16T22:38:52.864Z | Downloaded pem-rfc7468 v1.0.0 |
| 849 | 2026-07-16T22:38:52.864Z | Downloaded parking_lot v0.12.5 |
| 850 | 2026-07-16T22:38:52.867Z | Downloaded primeorder v0.13.6 |
| 851 | 2026-07-16T22:38:52.867Z | Downloaded crossterm v0.29.0 |
| 852 | 2026-07-16T22:38:52.872Z | Downloaded parking_lot v0.11.2 |
| 853 | 2026-07-16T22:38:52.875Z | Downloaded postgres-protocol v0.6.10 |
| 854 | 2026-07-16T22:38:52.878Z | Downloaded rand_xorshift v0.4.0 |
| 855 | 2026-07-16T22:38:52.878Z | Downloaded primefield v0.14.0 |
| 856 | 2026-07-16T22:38:52.878Z | Downloaded ppv-lite86 v0.2.21 |
| 857 | 2026-07-16T22:38:52.881Z | Downloaded polyval v0.7.1 |
| 858 | 2026-07-16T22:38:52.881Z | Downloaded heapless v0.7.17 |
| 859 | 2026-07-16T22:38:52.883Z | Downloaded headers v0.4.1 |
| 860 | 2026-07-16T22:38:52.888Z | Downloaded progenitor v0.14.0 |
| 861 | 2026-07-16T22:38:52.891Z | Downloaded progenitor v0.13.0 |
| 862 | 2026-07-16T22:38:52.891Z | Downloaded peg-macros v0.8.5 |
| 863 | 2026-07-16T22:38:52.891Z | Downloaded ref-cast-impl v1.0.25 |
| 864 | 2026-07-16T22:38:52.893Z | Downloaded ref-cast v1.0.25 |
| 865 | 2026-07-16T22:38:52.893Z | Downloaded hashbrown v0.13.2 |
| 866 | 2026-07-16T22:38:52.896Z | Downloaded proc-macro-error2 v2.0.1 |
| 867 | 2026-07-16T22:38:52.899Z | Downloaded omicron-zone-package v0.12.3 |
| 868 | 2026-07-16T22:38:52.901Z | Downloaded progenitor-extras v0.2.0 |
| 869 | 2026-07-16T22:38:52.904Z | Downloaded num-traits v0.2.19 |
| 870 | 2026-07-16T22:38:52.904Z | Downloaded aes-gcm v0.11.0 |
| 871 | 2026-07-16T22:38:52.907Z | Downloaded rfc6979 v0.4.0 |
| 872 | 2026-07-16T22:38:52.907Z | Downloaded progenitor-client v0.13.0 |
| 873 | 2026-07-16T22:38:52.910Z | Downloaded primeorder v0.14.0-rc.10 |
| 874 | 2026-07-16T22:38:52.910Z | Downloaded parking_lot_core v0.9.12 |
| 875 | 2026-07-16T22:38:52.910Z | Downloaded rfc6979 v0.5.0 |
| 876 | 2026-07-16T22:38:52.913Z | Downloaded port-file v0.1.0 |
| 877 | 2026-07-16T22:38:52.913Z | Downloaded psm v0.1.30 |
| 878 | 2026-07-16T22:38:52.916Z | Downloaded oso v0.27.3 |
| 879 | 2026-07-16T22:38:52.918Z | Downloaded oxnet v0.1.6 |
| 880 | 2026-07-16T22:38:52.919Z | Downloaded expectorate v1.2.0 |
| 881 | 2026-07-16T22:38:52.921Z | Downloaded pkcs8 v0.11.0 |
| 882 | 2026-07-16T22:38:52.924Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 883 | 2026-07-16T22:38:52.924Z | Downloaded pkcs1 v0.7.5 |
| 884 | 2026-07-16T22:38:52.926Z | Downloaded hickory-resolver v0.25.2 |
| 885 | 2026-07-16T22:38:52.929Z | Downloaded rand_core v0.6.4 |
| 886 | 2026-07-16T22:38:52.929Z | Downloaded r2d2 v0.8.10 |
| 887 | 2026-07-16T22:38:52.932Z | Downloaded hickory-resolver v0.24.4 |
| 888 | 2026-07-16T22:38:52.935Z | Downloaded miniz_oxide v0.8.9 |
| 889 | 2026-07-16T22:38:52.935Z | Downloaded jiff-static v0.2.21 |
| 890 | 2026-07-16T22:38:52.937Z | Downloaded crossterm v0.28.1 |
| 891 | 2026-07-16T22:38:52.940Z | Downloaded rand_seeder v0.4.0 |
| 892 | 2026-07-16T22:38:52.943Z | Downloaded rtoolbox v0.0.3 |
| 893 | 2026-07-16T22:38:52.943Z | Downloaded rustc_version v0.4.1 |
| 894 | 2026-07-16T22:38:52.946Z | Downloaded rustc_version v0.1.7 |
| 895 | 2026-07-16T22:38:52.946Z | Downloaded rustc-hash v2.1.1 |
| 896 | 2026-07-16T22:38:52.946Z | Downloaded russh-cryptovec v0.61.0 |
| 897 | 2026-07-16T22:38:52.968Z | Downloaded rand_core v0.10.0 |
| 898 | 2026-07-16T22:38:52.968Z | Downloaded postgres-types v0.2.12 |
| 899 | 2026-07-16T22:38:52.969Z | Downloaded icu_collections v2.1.1 |
| 900 | 2026-07-16T22:38:52.969Z | Downloaded crypto-primes v0.7.2 |
| 901 | 2026-07-16T22:38:52.969Z | Downloaded russh-util v0.52.0 |
| 902 | 2026-07-16T22:38:52.969Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 903 | 2026-07-16T22:38:52.969Z | Downloaded recursive v0.1.1 |
| 904 | 2026-07-16T22:38:52.969Z | Downloaded der v0.8.0 |
| 905 | 2026-07-16T22:38:52.969Z | Downloaded scheduled-thread-pool v0.2.7 |
| 906 | 2026-07-16T22:38:52.969Z | Downloaded sapling-renderdag v0.1.0 |
| 907 | 2026-07-16T22:38:52.969Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 908 | 2026-07-16T22:38:52.969Z | Downloaded secrecy v0.10.3 |
| 909 | 2026-07-16T22:38:52.969Z | Downloaded scroll_derive v0.13.1 |
| 910 | 2026-07-16T22:38:52.973Z | Downloaded same-file v1.0.6 |
| 911 | 2026-07-16T22:38:52.973Z | Downloaded pin-project v1.1.11 |
| 912 | 2026-07-16T22:38:52.977Z | Downloaded semver v0.1.20 |
| 913 | 2026-07-16T22:38:52.980Z | Downloaded serde-big-array v0.5.1 |
| 914 | 2026-07-16T22:38:52.980Z | Downloaded seq-macro v0.3.6 |
| 915 | 2026-07-16T22:38:52.980Z | Downloaded serde_bytes v0.11.19 |
| 916 | 2026-07-16T22:38:52.983Z | Downloaded hashbrown v0.12.3 |
| 917 | 2026-07-16T22:38:52.986Z | Downloaded rustls-native-certs v0.8.3 |
| 918 | 2026-07-16T22:38:52.986Z | Downloaded rand_chacha v0.9.0 |
| 919 | 2026-07-16T22:38:52.991Z | Downloaded poly1305 v0.9.0 |
| 920 | 2026-07-16T22:38:52.991Z | Downloaded sha1 v0.11.0 |
| 921 | 2026-07-16T22:38:52.993Z | Downloaded prefix-trie v0.7.0 |
| 922 | 2026-07-16T22:38:52.993Z | Downloaded p256 v0.14.0-rc.10 |
| 923 | 2026-07-16T22:38:52.996Z | Downloaded serde_urlencoded v0.7.1 |
| 924 | 2026-07-16T22:38:52.996Z | Downloaded serde_spanned v1.1.1 |
| 925 | 2026-07-16T22:38:52.999Z | Downloaded serde_plain v1.0.2 |
| 926 | 2026-07-16T22:38:52.999Z | Downloaded quinn-udp v0.5.14 |
| 927 | 2026-07-16T22:38:52.999Z | Downloaded p384 v0.14.0-rc.10 |
| 928 | 2026-07-16T22:38:53.002Z | Downloaded papergrid v0.17.0 |
| 929 | 2026-07-16T22:38:53.005Z | Downloaded postcard v1.1.3 |
| 930 | 2026-07-16T22:38:53.008Z | Downloaded serde_repr v0.1.20 |
| 931 | 2026-07-16T22:38:53.008Z | Downloaded secrecy v0.8.0 |
| 932 | 2026-07-16T22:38:53.011Z | Downloaded rand_core v0.9.5 |
| 933 | 2026-07-16T22:38:53.011Z | Downloaded resolv-conf v0.7.6 |
| 934 | 2026-07-16T22:38:53.011Z | Downloaded ed25519-dalek v2.2.0 |
| 935 | 2026-07-16T22:38:53.013Z | Downloaded signal-hook-mio v0.2.5 |
| 936 | 2026-07-16T22:38:53.016Z | Downloaded signal-hook-tokio v0.3.1 |
| 937 | 2026-07-16T22:38:53.016Z | Downloaded signature v2.2.0 |
| 938 | 2026-07-16T22:38:53.016Z | Downloaded rusty-fork v0.3.1 |
| 939 | 2026-07-16T22:38:53.019Z | Downloaded diesel_derives v2.3.7 |
| 940 | 2026-07-16T22:38:53.022Z | Downloaded der v0.7.10 |
| 941 | 2026-07-16T22:38:53.025Z | Downloaded progenitor-impl v0.13.0 |
| 942 | 2026-07-16T22:38:53.027Z | Downloaded icu_properties v2.1.2 |
| 943 | 2026-07-16T22:38:53.027Z | Downloaded sec1 v0.7.3 |
| 944 | 2026-07-16T22:38:53.030Z | Downloaded schemars_derive v0.8.22 |
| 945 | 2026-07-16T22:38:53.030Z | Downloaded scroll v0.13.0 |
| 946 | 2026-07-16T22:38:53.033Z | Downloaded sigpipe v0.1.3 |
| 947 | 2026-07-16T22:38:53.033Z | Downloaded signature v3.0.0 |
| 948 | 2026-07-16T22:38:53.033Z | Downloaded scopeguard v1.2.0 |
| 949 | 2026-07-16T22:38:53.036Z | Downloaded rustversion v1.0.22 |
| 950 | 2026-07-16T22:38:53.036Z | Downloaded openssl-sys v0.9.115 |
| 951 | 2026-07-16T22:38:53.039Z | Downloaded scrypt v0.12.0 |
| 952 | 2026-07-16T22:38:53.042Z | Downloaded hyper-util v0.1.20 |
| 953 | 2026-07-16T22:38:53.044Z | Downloaded slog-envlogger v2.2.0 |
| 954 | 2026-07-16T22:38:53.047Z | Downloaded serde-hex v0.1.0 |
| 955 | 2026-07-16T22:38:53.047Z | Downloaded siphasher v1.0.2 |
| 956 | 2026-07-16T22:38:53.053Z | Downloaded pkcs5 v0.8.1 |
| 957 | 2026-07-16T22:38:53.056Z | Downloaded dropshot-api-manager v0.7.2 |
| 958 | 2026-07-16T22:38:53.056Z | Downloaded rustls-pemfile v2.2.0 |
| 959 | 2026-07-16T22:38:53.056Z | Downloaded icu_locale_core v2.1.1 |
| 960 | 2026-07-16T22:38:53.060Z | Downloaded parse-display-derive v0.10.0 |
| 961 | 2026-07-16T22:38:53.063Z | Downloaded serde_derive_internals v0.29.1 |
| 962 | 2026-07-16T22:38:53.063Z | Downloaded serde_path_to_error v0.1.20 |
| 963 | 2026-07-16T22:38:53.063Z | Downloaded native-tls v0.2.18 |
| 964 | 2026-07-16T22:38:53.066Z | Downloaded getrandom v0.3.4 |
| 965 | 2026-07-16T22:38:53.068Z | Downloaded nu-ansi-term v0.50.3 |
| 966 | 2026-07-16T22:38:53.068Z | Downloaded shlex v1.3.0 |
| 967 | 2026-07-16T22:38:53.068Z | Downloaded minimal-lexical v0.2.1 |
| 968 | 2026-07-16T22:38:53.071Z | Downloaded num-bigint v0.4.6 |
| 969 | 2026-07-16T22:38:53.074Z | Downloaded http v1.4.2 |
| 970 | 2026-07-16T22:38:53.078Z | Downloaded pretty_assertions v1.4.1 |
| 971 | 2026-07-16T22:38:53.080Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 972 | 2026-07-16T22:38:53.084Z | Downloaded serdect v0.4.3 |
| 973 | 2026-07-16T22:38:53.084Z | Downloaded shell-words v1.1.1 |
| 974 | 2026-07-16T22:38:53.087Z | Downloaded stable_deref_trait v1.2.1 |
| 975 | 2026-07-16T22:38:53.088Z | Downloaded rustls-pki-types v1.14.0 |
| 976 | 2026-07-16T22:38:53.088Z | Downloaded serde_with_macros v1.5.2 |
| 977 | 2026-07-16T22:38:53.091Z | Downloaded hickory-server v0.25.2 |
| 978 | 2026-07-16T22:38:53.091Z | Downloaded newtype-uuid v1.3.2 |
| 979 | 2026-07-16T22:38:53.095Z | Downloaded bcs v0.1.6 |
| 980 | 2026-07-16T22:38:53.095Z | Downloaded cassowary v0.3.0 |
| 981 | 2026-07-16T22:38:53.095Z | Downloaded signal-hook-registry v1.4.8 |
| 982 | 2026-07-16T22:38:53.101Z | Downloaded bitflags v1.3.2 |
| 983 | 2026-07-16T22:38:53.101Z | Downloaded displaydoc v0.2.5 |
| 984 | 2026-07-16T22:38:53.101Z | Downloaded defmt v1.0.1 |
| 985 | 2026-07-16T22:38:53.106Z | Downloaded sqlparser_derive v0.5.0 |
| 986 | 2026-07-16T22:38:53.106Z | Downloaded salsa20 v0.11.0 |
| 987 | 2026-07-16T22:38:53.106Z | Downloaded strip-ansi-escapes v0.2.1 |
| 988 | 2026-07-16T22:38:53.106Z | Downloaded base64ct v1.8.3 |
| 989 | 2026-07-16T22:38:53.113Z | Downloaded aho-corasick v1.1.4 |
| 990 | 2026-07-16T22:38:53.113Z | Downloaded structmeta v0.3.0 |
| 991 | 2026-07-16T22:38:53.113Z | Downloaded strum v0.27.2 |
| 992 | 2026-07-16T22:38:53.113Z | Downloaded progenitor-impl v0.14.0 |
| 993 | 2026-07-16T22:38:53.117Z | Downloaded strum v0.26.3 |
| 994 | 2026-07-16T22:38:53.118Z | Downloaded slog-dtrace v0.3.0 |
| 995 | 2026-07-16T22:38:53.118Z | Downloaded simd-adler32 v0.3.8 |
| 996 | 2026-07-16T22:38:53.118Z | Downloaded subtle v2.6.1 |
| 997 | 2026-07-16T22:38:53.122Z | Downloaded slog-scope v4.4.1 |
| 998 | 2026-07-16T22:38:53.122Z | Downloaded slab v0.4.12 |
| 999 | 2026-07-16T22:38:53.122Z | Downloaded slog-stdlog v4.1.1 |
| 1000 | 2026-07-16T22:38:53.122Z | Downloaded slog-bunyan v2.5.0 |
| 1001 | 2026-07-16T22:38:53.122Z | Downloaded slog-async v2.8.0 |
| 1002 | 2026-07-16T22:38:53.126Z | Downloaded backoff v0.4.0 |
| 1003 | 2026-07-16T22:38:53.126Z | Downloaded smallvec v0.6.14 |
| 1004 | 2026-07-16T22:38:53.126Z | Downloaded hashbrown v0.16.1 |
| 1005 | 2026-07-16T22:38:53.130Z | Downloaded sha1 v0.10.6 |
| 1006 | 2026-07-16T22:38:53.130Z | Downloaded serde_cbor v0.11.2 |
| 1007 | 2026-07-16T22:38:53.133Z | Downloaded sync_wrapper v1.0.2 |
| 1008 | 2026-07-16T22:38:53.133Z | Downloaded ron v0.8.1 |
| 1009 | 2026-07-16T22:38:53.136Z | Downloaded tabled_derive v0.11.0 |
| 1010 | 2026-07-16T22:38:53.136Z | Downloaded take_mut v0.2.2 |
| 1011 | 2026-07-16T22:38:53.140Z | Downloaded prettyplease v0.2.37 |
| 1012 | 2026-07-16T22:38:53.140Z | Downloaded tagptr v0.2.0 |
| 1013 | 2026-07-16T22:38:53.143Z | Downloaded tap v1.0.1 |
| 1014 | 2026-07-16T22:38:53.143Z | Downloaded itertools v0.10.5 |
| 1015 | 2026-07-16T22:38:53.146Z | Downloaded tabwriter v1.4.1 |
| 1016 | 2026-07-16T22:38:53.149Z | Downloaded sqlformat v0.3.5 |
| 1017 | 2026-07-16T22:38:53.149Z | Downloaded spki v0.8.0 |
| 1018 | 2026-07-16T22:38:53.149Z | Downloaded spki v0.7.3 |
| 1019 | 2026-07-16T22:38:53.152Z | Downloaded serde_with_macros v3.21.0 |
| 1020 | 2026-07-16T22:38:53.152Z | Downloaded thread-id v5.1.0 |
| 1021 | 2026-07-16T22:38:53.155Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-07-16T22:38:53.155Z | Downloaded sha2 v0.11.0 |
| 1023 | 2026-07-16T22:38:53.158Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1024 | 2026-07-16T22:38:53.161Z | Downloaded static_assertions v1.1.0 |
| 1025 | 2026-07-16T22:38:53.161Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1026 | 2026-07-16T22:38:53.161Z | Downloaded testing_table v0.3.0 |
| 1027 | 2026-07-16T22:38:53.164Z | Downloaded time-core v0.1.8 |
| 1028 | 2026-07-16T22:38:53.164Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1029 | 2026-07-16T22:38:53.164Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1030 | 2026-07-16T22:38:53.168Z | Downloaded strsim v0.10.0 |
| 1031 | 2026-07-16T22:38:53.168Z | Downloaded string_cache v0.8.9 |
| 1032 | 2026-07-16T22:38:53.171Z | Downloaded stacker v0.1.23 |
| 1033 | 2026-07-16T22:38:53.171Z | Downloaded rcgen v0.12.1 |
| 1034 | 2026-07-16T22:38:53.171Z | Downloaded idna v1.1.0 |
| 1035 | 2026-07-16T22:38:53.173Z | Downloaded rayon-core v1.13.0 |
| 1036 | 2026-07-16T22:38:53.176Z | Downloaded strum_macros v0.27.2 |
| 1037 | 2026-07-16T22:38:53.180Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-07-16T22:38:53.180Z | Downloaded strum_macros v0.26.4 |
| 1039 | 2026-07-16T22:38:53.182Z | Downloaded tokio-macros v2.7.0 |
| 1040 | 2026-07-16T22:38:53.182Z | Downloaded strum_macros v0.24.3 |
| 1041 | 2026-07-16T22:38:53.182Z | Downloaded tinyvec_macros v0.1.1 |
| 1042 | 2026-07-16T22:38:53.187Z | Downloaded structmeta-derive v0.3.0 |
| 1043 | 2026-07-16T22:38:53.187Z | Downloaded stringprep v0.1.5 |
| 1044 | 2026-07-16T22:38:53.187Z | Downloaded schemars v0.8.22 |
| 1045 | 2026-07-16T22:38:53.192Z | Downloaded smallvec v1.15.1 |
| 1046 | 2026-07-16T22:38:53.194Z | Downloaded support-bundle-viewer v0.1.2 |
| 1047 | 2026-07-16T22:38:53.194Z | Downloaded qorb v0.4.1 |
| 1048 | 2026-07-16T22:38:53.197Z | Downloaded synstructure v0.13.2 |
| 1049 | 2026-07-16T22:38:53.200Z | Downloaded hashbrown v0.15.5 |
| 1050 | 2026-07-16T22:38:53.203Z | Downloaded tokio-test v0.4.5 |
| 1051 | 2026-07-16T22:38:53.203Z | Downloaded futures-util v0.3.32 |
| 1052 | 2026-07-16T22:38:53.210Z | Downloaded quinn v0.11.9 |
| 1053 | 2026-07-16T22:38:53.213Z | Downloaded iri-string v0.7.10 |
| 1054 | 2026-07-16T22:38:53.217Z | Downloaded thiserror-no-std v2.0.2 |
| 1055 | 2026-07-16T22:38:53.222Z | Downloaded thread_local v1.1.9 |
| 1056 | 2026-07-16T22:38:53.222Z | Downloaded termios v0.3.3 |
| 1057 | 2026-07-16T22:38:53.224Z | Downloaded spin v0.9.8 |
| 1058 | 2026-07-16T22:38:53.224Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1059 | 2026-07-16T22:38:53.225Z | Downloaded ryu v1.0.23 |
| 1060 | 2026-07-16T22:38:53.228Z | Downloaded nom v7.1.3 |
| 1061 | 2026-07-16T22:38:53.231Z | Downloaded schemars v0.9.0 |
| 1062 | 2026-07-16T22:38:53.238Z | Downloaded try-lock v0.2.5 |
| 1063 | 2026-07-16T22:38:53.242Z | Downloaded tower-service v0.3.3 |
| 1064 | 2026-07-16T22:38:53.242Z | Downloaded tower-layer v0.3.3 |
| 1065 | 2026-07-16T22:38:53.242Z | Downloaded topological-sort v0.2.2 |
| 1066 | 2026-07-16T22:38:53.243Z | Downloaded typify-macro v0.6.2 |
| 1067 | 2026-07-16T22:38:53.245Z | Downloaded signal-hook v0.3.18 |
| 1068 | 2026-07-16T22:38:53.245Z | Downloaded time-macros v0.2.27 |
| 1069 | 2026-07-16T22:38:53.246Z | Downloaded icu_properties_data v2.1.2 |
| 1070 | 2026-07-16T22:38:53.251Z | Downloaded unarray v0.1.4 |
| 1071 | 2026-07-16T22:38:53.255Z | Downloaded trait-variant v0.1.2 |
| 1072 | 2026-07-16T22:38:53.255Z | Downloaded tls_codec_derive v0.4.2 |
| 1073 | 2026-07-16T22:38:53.255Z | Downloaded tiny-keccak v2.0.2 |
| 1074 | 2026-07-16T22:38:53.259Z | Downloaded similar v2.7.0 |
| 1075 | 2026-07-16T22:38:53.262Z | Downloaded tokio-dtrace v0.1.1 |
| 1076 | 2026-07-16T22:38:53.262Z | Downloaded socket2 v0.5.10 |
| 1077 | 2026-07-16T22:38:53.262Z | Downloaded h2 v0.4.15 |
| 1078 | 2026-07-16T22:38:53.265Z | Downloaded publicsuffix v2.3.0 |
| 1079 | 2026-07-16T22:38:53.268Z | Downloaded unit-prefix v0.5.2 |
| 1080 | 2026-07-16T22:38:53.268Z | Downloaded universal-hash v0.5.1 |
| 1081 | 2026-07-16T22:38:53.271Z | Downloaded tokio-native-tls v0.3.1 |
| 1082 | 2026-07-16T22:38:53.271Z | Downloaded untrusted v0.7.1 |
| 1083 | 2026-07-16T22:38:53.271Z | Downloaded universal-hash v0.6.1 |
| 1084 | 2026-07-16T22:38:53.274Z | Downloaded hkdf v0.13.0 |
| 1085 | 2026-07-16T22:38:53.274Z | Downloaded itertools v0.14.0 |
| 1086 | 2026-07-16T22:38:53.282Z | Downloaded tokio-tungstenite v0.21.0 |
| 1087 | 2026-07-16T22:38:53.288Z | Downloaded rand v0.9.2 |
| 1088 | 2026-07-16T22:38:53.288Z | Downloaded rand v0.8.6 |
| 1089 | 2026-07-16T22:38:53.289Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1090 | 2026-07-16T22:38:53.289Z | Downloaded usdt v0.6.0 |
| 1091 | 2026-07-16T22:38:53.293Z | Downloaded tokio-tungstenite v0.23.1 |
| 1092 | 2026-07-16T22:38:53.293Z | Downloaded utf8_iter v1.0.4 |
| 1093 | 2026-07-16T22:38:53.293Z | Downloaded rustls-webpki v0.103.13 |
| 1094 | 2026-07-16T22:38:53.293Z | Downloaded void v1.0.2 |
| 1095 | 2026-07-16T22:38:53.293Z | Downloaded utf-8 v0.7.6 |
| 1096 | 2026-07-16T22:38:53.296Z | Downloaded wait-timeout v0.2.1 |
| 1097 | 2026-07-16T22:38:53.296Z | Downloaded usdt-macro v0.6.0 |
| 1098 | 2026-07-16T22:38:53.296Z | Downloaded hkdf v0.12.4 |
| 1099 | 2026-07-16T22:38:53.296Z | Downloaded usdt-attr-macro v0.6.0 |
| 1100 | 2026-07-16T22:38:53.296Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1101 | 2026-07-16T22:38:53.299Z | Downloaded term v1.2.1 |
| 1102 | 2026-07-16T22:38:53.299Z | Downloaded itertools v0.12.1 |
| 1103 | 2026-07-16T22:38:53.303Z | Downloaded samael v0.0.19 |
| 1104 | 2026-07-16T22:38:53.306Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1105 | 2026-07-16T22:38:53.311Z | Downloaded num-bigint-dig v0.8.6 |
| 1106 | 2026-07-16T22:38:53.317Z | Downloaded waitgroup v0.1.2 |
| 1107 | 2026-07-16T22:38:53.317Z | Downloaded hyper v1.10.1 |
| 1108 | 2026-07-16T22:38:53.323Z | Downloaded tui-tree-widget v0.23.1 |
| 1109 | 2026-07-16T22:38:53.323Z | Downloaded slog v2.8.2 |
| 1110 | 2026-07-16T22:38:53.323Z | Downloaded tinystr v0.8.2 |
| 1111 | 2026-07-16T22:38:53.328Z | Downloaded snafu-derive v0.8.9 |
| 1112 | 2026-07-16T22:38:53.328Z | Downloaded unicode-truncate v1.1.0 |
| 1113 | 2026-07-16T22:38:53.328Z | Downloaded tls_codec v0.4.2 |
| 1114 | 2026-07-16T22:38:53.328Z | Downloaded xshell-macros v0.2.7 |
| 1115 | 2026-07-16T22:38:53.328Z | Downloaded p521 v0.14.0-rc.10 |
| 1116 | 2026-07-16T22:38:53.332Z | Downloaded want v0.3.1 |
| 1117 | 2026-07-16T22:38:53.332Z | Downloaded libxml v0.3.3 |
| 1118 | 2026-07-16T22:38:53.336Z | Downloaded unicase v2.9.0 |
| 1119 | 2026-07-16T22:38:53.336Z | Downloaded sync-ptr v0.1.4 |
| 1120 | 2026-07-16T22:38:53.336Z | Downloaded smf v0.2.3 |
| 1121 | 2026-07-16T22:38:53.336Z | Downloaded mio v1.2.0 |
| 1122 | 2026-07-16T22:38:53.339Z | Downloaded snafu v0.8.9 |
| 1123 | 2026-07-16T22:38:53.342Z | Downloaded tokio-rustls v0.26.4 |
| 1124 | 2026-07-16T22:38:53.342Z | Downloaded slog-term v2.9.2 |
| 1125 | 2026-07-16T22:38:53.345Z | Downloaded slog-json v2.6.1 |
| 1126 | 2026-07-16T22:38:53.345Z | Downloaded sec1 v0.8.1 |
| 1127 | 2026-07-16T22:38:53.347Z | Downloaded crc32fast v1.5.0 |
| 1128 | 2026-07-16T22:38:53.347Z | Downloaded rand v0.10.1 |
| 1129 | 2026-07-16T22:38:53.350Z | Downloaded cmov v0.5.4 |
| 1130 | 2026-07-16T22:38:53.350Z | Downloaded nom v8.0.0 |
| 1131 | 2026-07-16T22:38:53.354Z | Downloaded test-strategy v0.4.5 |
| 1132 | 2026-07-16T22:38:53.356Z | Downloaded yoke-derive v0.8.1 |
| 1133 | 2026-07-16T22:38:53.359Z | Downloaded vsss-rs v3.3.4 |
| 1134 | 2026-07-16T22:38:53.359Z | Downloaded bitvec v1.0.1 |
| 1135 | 2026-07-16T22:38:53.368Z | Downloaded zerofrom v0.1.6 |
| 1136 | 2026-07-16T22:38:53.374Z | Downloaded uzers v0.12.2 |
| 1137 | 2026-07-16T22:38:53.374Z | Downloaded vergen-lib v0.1.6 |
| 1138 | 2026-07-16T22:38:53.374Z | Downloaded tinyvec v1.10.0 |
| 1139 | 2026-07-16T22:38:53.378Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1140 | 2026-07-16T22:38:53.378Z | Downloaded whoami v1.6.1 |
| 1141 | 2026-07-16T22:38:53.378Z | Downloaded zeroize_derive v1.4.3 |
| 1142 | 2026-07-16T22:38:53.378Z | Downloaded usdt-impl v0.6.0 |
| 1143 | 2026-07-16T22:38:53.379Z | Downloaded vergen-gitcl v1.0.8 |
| 1144 | 2026-07-16T22:38:53.384Z | Downloaded tracing-attributes v0.1.31 |
| 1145 | 2026-07-16T22:38:53.384Z | Downloaded vergen-lib v9.1.0 |
| 1146 | 2026-07-16T22:38:53.384Z | Downloaded untrusted v0.9.0 |
| 1147 | 2026-07-16T22:38:53.384Z | Downloaded tokio-stream v0.1.18 |
| 1148 | 2026-07-16T22:38:53.387Z | Downloaded subprocess v0.2.15 |
| 1149 | 2026-07-16T22:38:53.387Z | Downloaded zerofrom-derive v0.1.6 |
| 1150 | 2026-07-16T22:38:53.387Z | Downloaded schemars v1.2.1 |
| 1151 | 2026-07-16T22:38:53.396Z | Downloaded unicode-xid v0.2.6 |
| 1152 | 2026-07-16T22:38:53.398Z | Downloaded rsa v0.9.10 |
| 1153 | 2026-07-16T22:38:53.399Z | Downloaded twox-hash v2.1.2 |
| 1154 | 2026-07-16T22:38:53.402Z | Downloaded iddqd v0.4.2 |
| 1155 | 2026-07-16T22:38:53.405Z | Downloaded zone_cfg_derive v0.3.1 |
| 1156 | 2026-07-16T22:38:53.408Z | Downloaded yoke v0.8.1 |
| 1157 | 2026-07-16T22:38:53.408Z | Downloaded whoami v2.1.0 |
| 1158 | 2026-07-16T22:38:53.411Z | Downloaded term v0.7.0 |
| 1159 | 2026-07-16T22:38:53.411Z | Downloaded unicode-properties v0.1.4 |
| 1160 | 2026-07-16T22:38:53.416Z | Downloaded rsa v0.10.0-rc.18 |
| 1161 | 2026-07-16T22:38:53.421Z | Downloaded libm v0.2.16 |
| 1162 | 2026-07-16T22:38:53.425Z | Downloaded zeroize v1.8.2 |
| 1163 | 2026-07-16T22:38:53.425Z | Downloaded xattr v1.6.1 |
| 1164 | 2026-07-16T22:38:53.425Z | Downloaded wyz v0.5.1 |
| 1165 | 2026-07-16T22:38:53.425Z | Downloaded writeable v0.6.2 |
| 1166 | 2026-07-16T22:38:53.428Z | Downloaded steno v0.4.1 |
| 1167 | 2026-07-16T22:38:53.428Z | Downloaded zerovec-derive v0.11.2 |
| 1168 | 2026-07-16T22:38:53.428Z | Downloaded blake3 v1.8.5 |
| 1169 | 2026-07-16T22:38:53.433Z | Downloaded zone v0.3.1 |
| 1170 | 2026-07-16T22:38:53.436Z | Downloaded tungstenite v0.21.0 |
| 1171 | 2026-07-16T22:38:53.436Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1172 | 2026-07-16T22:38:53.439Z | Downloaded toml v0.7.8 |
| 1173 | 2026-07-16T22:38:53.442Z | Downloaded vergen v9.1.0 |
| 1174 | 2026-07-16T22:38:53.442Z | Downloaded unicode-bidi v0.3.18 |
| 1175 | 2026-07-16T22:38:53.445Z | Downloaded rpassword v7.4.0 |
| 1176 | 2026-07-16T22:38:53.445Z | Downloaded tracing-core v0.1.36 |
| 1177 | 2026-07-16T22:38:53.448Z | Downloaded socket2 v0.6.3 |
| 1178 | 2026-07-16T22:38:53.448Z | Downloaded itertools v0.13.0 |
| 1179 | 2026-07-16T22:38:53.451Z | Downloaded yasna v0.5.2 |
| 1180 | 2026-07-16T22:38:53.454Z | Downloaded uuid v1.23.4 |
| 1181 | 2026-07-16T22:38:53.458Z | Downloaded vergen-git2 v9.1.0 |
| 1182 | 2026-07-16T22:38:53.458Z | Downloaded unsafe-libyaml v0.2.11 |
| 1183 | 2026-07-16T22:38:53.458Z | Downloaded walkdir v2.5.0 |
| 1184 | 2026-07-16T22:38:53.461Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-07-16T22:38:53.464Z | Downloaded bindgen v0.71.1 |
| 1186 | 2026-07-16T22:38:53.468Z | Downloaded aws-lc-rs v1.16.3 |
| 1187 | 2026-07-16T22:38:53.471Z | Downloaded zstd v0.13.3 |
| 1188 | 2026-07-16T22:38:53.474Z | Downloaded typify v0.6.2 |
| 1189 | 2026-07-16T22:38:53.477Z | Downloaded tungstenite v0.23.0 |
| 1190 | 2026-07-16T22:38:53.486Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-07-16T22:38:53.488Z | Downloaded p384 v0.13.1 |
| 1192 | 2026-07-16T22:38:53.491Z | Downloaded chrono v0.4.45 |
| 1193 | 2026-07-16T22:38:53.494Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-07-16T22:38:53.501Z | Downloaded zopfli v0.8.3 |
| 1195 | 2026-07-16T22:38:53.505Z | Downloaded reedline v0.40.0 |
| 1196 | 2026-07-16T22:38:53.510Z | Downloaded vte v0.14.1 |
| 1197 | 2026-07-16T22:38:53.515Z | Downloaded zerocopy v0.6.6 |
| 1198 | 2026-07-16T22:38:53.515Z | Downloaded reqwest v0.13.2 |
| 1199 | 2026-07-16T22:38:53.540Z | Downloaded zerotrie v0.2.3 |
| 1200 | 2026-07-16T22:38:53.540Z | Downloaded yansi v1.0.1 |
| 1201 | 2026-07-16T22:38:53.545Z | Downloaded rawzip v0.4.4 |
| 1202 | 2026-07-16T22:38:53.546Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-07-16T22:38:53.546Z | Downloaded zstd-safe v7.2.4 |
| 1204 | 2026-07-16T22:38:53.546Z | Downloaded quick-xml v0.37.5 |
| 1205 | 2026-07-16T22:38:53.546Z | Downloaded tower v0.5.3 |
| 1206 | 2026-07-16T22:38:53.550Z | Downloaded curve25519-dalek v4.1.3 |
| 1207 | 2026-07-16T22:38:53.555Z | Downloaded tar v0.4.46 |
| 1208 | 2026-07-16T22:38:53.555Z | Downloaded serde_with v1.14.0 |
| 1209 | 2026-07-16T22:38:53.558Z | Downloaded toml_edit v0.19.15 |
| 1210 | 2026-07-16T22:38:53.567Z | Downloaded zerocopy-derive v0.8.40 |
| 1211 | 2026-07-16T22:38:53.572Z | Downloaded salty v0.3.0 |
| 1212 | 2026-07-16T22:38:53.575Z | Downloaded portable-atomic v1.13.1 |
| 1213 | 2026-07-16T22:38:53.579Z | Downloaded reqwest v0.12.28 |
| 1214 | 2026-07-16T22:38:53.582Z | Downloaded regex v1.12.3 |
| 1215 | 2026-07-16T22:38:53.589Z | Downloaded git2 v0.20.4 |
| 1216 | 2026-07-16T22:38:53.592Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-07-16T22:38:53.594Z | Downloaded unicode_categories v0.1.1 |
| 1218 | 2026-07-16T22:38:53.601Z | Downloaded petname v2.0.2 |
| 1219 | 2026-07-16T22:38:53.603Z | Downloaded url v2.5.8 |
| 1220 | 2026-07-16T22:38:53.606Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1221 | 2026-07-16T22:38:53.609Z | Downloaded unicode-normalization v0.1.25 |
| 1222 | 2026-07-16T22:38:53.615Z | Downloaded zip v0.6.6 |
| 1223 | 2026-07-16T22:38:53.619Z | Downloaded zerovec v0.11.5 |
| 1224 | 2026-07-16T22:38:53.625Z | Downloaded nix v0.27.1 |
| 1225 | 2026-07-16T22:38:53.631Z | Downloaded bstr v1.12.1 |
| 1226 | 2026-07-16T22:38:53.643Z | Downloaded rayon v1.11.0 |
| 1227 | 2026-07-16T22:38:53.648Z | Downloaded moka v0.12.13 |
| 1228 | 2026-07-16T22:38:53.654Z | Downloaded nix v0.28.0 |
| 1229 | 2026-07-16T22:38:53.660Z | Downloaded openssl v0.10.79 |
| 1230 | 2026-07-16T22:38:53.665Z | Downloaded crypto-bigint v0.7.5 |
| 1231 | 2026-07-16T22:38:53.676Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-07-16T22:38:53.684Z | Downloaded winnow v1.0.3 |
| 1233 | 2026-07-16T22:38:53.688Z | Downloaded time v0.3.47 |
| 1234 | 2026-07-16T22:38:53.695Z | Downloaded lalrpop v0.19.12 |
| 1235 | 2026-07-16T22:38:53.701Z | Downloaded goblin v0.10.5 |
| 1236 | 2026-07-16T22:38:53.707Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-07-16T22:38:53.719Z | Downloaded tough v0.22.0 |
| 1238 | 2026-07-16T22:38:53.727Z | Downloaded object v0.30.4 |
| 1239 | 2026-07-16T22:38:53.730Z | Downloaded tower-http v0.6.8 |
| 1240 | 2026-07-16T22:38:53.734Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1241 | 2026-07-16T22:38:53.740Z | Downloaded zip v4.6.1 |
| 1242 | 2026-07-16T22:38:53.743Z | Downloaded object v0.37.3 |
| 1243 | 2026-07-16T22:38:53.749Z | Downloaded serde_with v3.21.0 |
| 1244 | 2026-07-16T22:38:53.756Z | Downloaded proptest v1.10.0 |
| 1245 | 2026-07-16T22:38:53.762Z | Downloaded nix v0.31.2 |
| 1246 | 2026-07-16T22:38:53.769Z | Downloaded tokio-util v0.7.18 |
| 1247 | 2026-07-16T22:38:53.774Z | Downloaded quinn-proto v0.11.13 |
| 1248 | 2026-07-16T22:38:53.777Z | Downloaded openapiv3 v2.2.0 |
| 1249 | 2026-07-16T22:38:53.786Z | Downloaded polar-core v0.27.3 |
| 1250 | 2026-07-16T22:38:53.791Z | Downloaded rustls v0.23.41 |
| 1251 | 2026-07-16T22:38:53.796Z | Downloaded winnow v0.5.40 |
| 1252 | 2026-07-16T22:38:53.800Z | Downloaded smoltcp v0.11.0 |
| 1253 | 2026-07-16T22:38:53.808Z | Downloaded russh v0.61.2 |
| 1254 | 2026-07-16T22:38:53.813Z | Downloaded rustix v0.38.44 |
| 1255 | 2026-07-16T22:38:53.826Z | Downloaded winnow v0.6.26 |
| 1256 | 2026-07-16T22:38:53.831Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-07-16T22:38:53.834Z | Downloaded dropshot v0.17.1 |
| 1258 | 2026-07-16T22:38:53.861Z | Downloaded tabled v0.20.0 |
| 1259 | 2026-07-16T22:38:53.871Z | Downloaded smoltcp v0.9.1 |
| 1260 | 2026-07-16T22:38:53.881Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-07-16T22:38:53.890Z | Downloaded sled v0.34.7 |
| 1262 | 2026-07-16T22:38:53.897Z | Downloaded vcpkg v0.2.15 |
| 1263 | 2026-07-16T22:38:53.920Z | Downloaded hickory-proto v0.25.2 |
| 1264 | 2026-07-16T22:38:53.929Z | Downloaded sha3 v0.11.0 |
| 1265 | 2026-07-16T22:38:53.932Z | Downloaded regex-syntax v0.6.29 |
| 1266 | 2026-07-16T22:38:53.935Z | Downloaded zlib-rs v0.6.2 |
| 1267 | 2026-07-16T22:38:53.937Z | Downloaded diesel v2.3.11 |
| 1268 | 2026-07-16T22:38:53.950Z | Downloaded zerocopy v0.8.40 |
| 1269 | 2026-07-16T22:38:53.956Z | Downloaded fiat-crypto v0.3.0 |
| 1270 | 2026-07-16T22:38:53.964Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1271 | 2026-07-16T22:38:53.972Z | Downloaded regress v0.11.1 |
| 1272 | 2026-07-16T22:38:53.976Z | Downloaded petgraph v0.6.5 |
| 1273 | 2026-07-16T22:38:53.988Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-07-16T22:38:53.992Z | Downloaded jiff v0.2.21 |
| 1275 | 2026-07-16T22:38:54.003Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-07-16T22:38:54.013Z | Downloaded regress v0.10.5 |
| 1277 | 2026-07-16T22:38:54.041Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1278 | 2026-07-16T22:38:54.051Z | Downloaded sqlparser v0.61.0 |
| 1279 | 2026-07-16T22:38:54.086Z | Downloaded tracing v0.1.44 |
| 1280 | 2026-07-16T22:38:54.098Z | Downloaded typify-impl v0.6.2 |
| 1281 | 2026-07-16T22:38:54.107Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-07-16T22:38:54.129Z | Downloaded zerocopy-derive v0.6.6 |
| 1283 | 2026-07-16T22:38:54.135Z | Downloaded regex-automata v0.4.14 |
| 1284 | 2026-07-16T22:38:54.145Z | Downloaded encoding_rs v0.8.35 |
| 1285 | 2026-07-16T22:38:54.194Z | Downloaded petgraph v0.8.3 |
| 1286 | 2026-07-16T22:38:54.208Z | Downloaded csv v1.4.0 |
| 1287 | 2026-07-16T22:38:54.220Z | Downloaded libz-sys v1.1.24 |
| 1288 | 2026-07-16T22:38:54.232Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-07-16T22:38:54.263Z | Downloaded sha3 v0.10.8 |
| 1290 | 2026-07-16T22:38:54.266Z | Downloaded tokio v1.52.1 |
| 1291 | 2026-07-16T22:38:54.322Z | Downloaded ring v0.17.14 |
| 1292 | 2026-07-16T22:38:54.740Z | Downloaded aws-lc-sys v0.40.0 |
| 1293 | 2026-07-16T22:38:54.983Z | Compiling libc v0.2.185 |
| 1294 | 2026-07-16T22:38:54.983Z | Compiling serde_core v1.0.228 |
| 1295 | 2026-07-16T22:38:54.983Z | Compiling serde v1.0.228 |
| 1296 | 2026-07-16T22:38:54.983Z | Compiling log v0.4.29 |
| 1297 | 2026-07-16T22:38:54.983Z | Compiling smallvec v1.15.1 |
| 1298 | 2026-07-16T22:38:54.983Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-07-16T22:38:54.983Z | Compiling shlex v1.3.0 |
| 1300 | 2026-07-16T22:38:54.983Z | Compiling subtle v2.6.1 |
| 1301 | 2026-07-16T22:38:55.121Z | Compiling scopeguard v1.2.0 |
| 1302 | 2026-07-16T22:38:55.173Z | Compiling stable_deref_trait v1.2.1 |
| 1303 | 2026-07-16T22:38:55.183Z | Compiling typenum v1.20.1 |
| 1304 | 2026-07-16T22:38:55.185Z | Compiling serde_json v1.0.150 |
| 1305 | 2026-07-16T22:38:55.209Z | Compiling zerocopy v0.8.40 |
| 1306 | 2026-07-16T22:38:55.212Z | Compiling portable-atomic v1.13.1 |
| 1307 | 2026-07-16T22:38:55.248Z | Compiling syn v2.0.117 |
| 1308 | 2026-07-16T22:38:55.262Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-07-16T22:38:55.302Z | Compiling lock_api v0.4.14 |
| 1310 | 2026-07-16T22:38:55.316Z | Compiling parking_lot_core v0.9.12 |
| 1311 | 2026-07-16T22:38:55.332Z | Compiling libm v0.2.16 |
| 1312 | 2026-07-16T22:38:55.359Z | Compiling getrandom v0.4.1 |
| 1313 | 2026-07-16T22:38:55.375Z | Compiling critical-section v1.2.0 |
| 1314 | 2026-07-16T22:38:55.397Z | Compiling pkg-config v0.3.32 |
| 1315 | 2026-07-16T22:38:55.412Z | Compiling num-traits v0.2.19 |
| 1316 | 2026-07-16T22:38:55.448Z | Compiling rand_core v0.10.0 |
| 1317 | 2026-07-16T22:38:55.494Z | Compiling futures-core v0.3.32 |
| 1318 | 2026-07-16T22:38:55.507Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-07-16T22:38:55.522Z | Compiling writeable v0.6.2 |
| 1320 | 2026-07-16T22:38:55.549Z | Compiling litemap v0.8.1 |
| 1321 | 2026-07-16T22:38:55.613Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-07-16T22:38:55.654Z | Compiling percent-encoding v2.3.2 |
| 1323 | 2026-07-16T22:38:55.668Z | Compiling icu_normalizer_data v2.1.1 |
| 1324 | 2026-07-16T22:38:55.733Z | Compiling icu_properties_data v2.1.2 |
| 1325 | 2026-07-16T22:38:55.764Z | Compiling futures-sink v0.3.32 |
| 1326 | 2026-07-16T22:38:55.775Z | Compiling futures-task v0.3.32 |
| 1327 | 2026-07-16T22:38:55.801Z | Compiling slab v0.4.12 |
| 1328 | 2026-07-16T22:38:55.817Z | Compiling futures-io v0.3.32 |
| 1329 | 2026-07-16T22:38:55.846Z | Compiling utf8_iter v1.0.4 |
| 1330 | 2026-07-16T22:38:55.862Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-07-16T22:38:55.900Z | Compiling futures-channel v0.3.32 |
| 1332 | 2026-07-16T22:38:56.015Z | Compiling rustversion v1.0.22 |
| 1333 | 2026-07-16T22:38:56.015Z | Compiling getrandom v0.3.4 |
| 1334 | 2026-07-16T22:38:56.019Z | Compiling ident_case v1.0.1 |
| 1335 | 2026-07-16T22:38:56.057Z | Compiling iana-time-zone v0.1.65 |
| 1336 | 2026-07-16T22:38:56.060Z | Compiling dunce v1.0.5 |
| 1337 | 2026-07-16T22:38:56.060Z | Compiling rustix v1.1.3 |
| 1338 | 2026-07-16T22:38:56.097Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-07-16T22:38:56.122Z | Compiling errno v0.3.14 |
| 1340 | 2026-07-16T22:38:56.178Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-07-16T22:38:56.181Z | Compiling mio v1.2.0 |
| 1342 | 2026-07-16T22:38:56.222Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-07-16T22:38:56.304Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-07-16T22:38:56.317Z | Compiling fs_extra v1.3.0 |
| 1345 | 2026-07-16T22:38:56.428Z | Compiling cc v1.2.56 |
| 1346 | 2026-07-16T22:38:56.444Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-07-16T22:38:56.470Z | Compiling rand_core v0.6.4 |
| 1348 | 2026-07-16T22:38:56.473Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-07-16T22:38:56.517Z | Compiling regex-syntax v0.8.10 |
| 1350 | 2026-07-16T22:38:56.597Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-07-16T22:38:56.610Z | Compiling base64 v0.22.1 |
| 1352 | 2026-07-16T22:38:56.674Z | Compiling base64ct v1.8.3 |
| 1353 | 2026-07-16T22:38:56.689Z | Compiling tracing-core v0.1.36 |
| 1354 | 2026-07-16T22:38:56.704Z | Compiling flagset v0.4.7 |
| 1355 | 2026-07-16T22:38:56.733Z | Compiling aws-lc-rs v1.16.3 |
| 1356 | 2026-07-16T22:38:56.761Z | Compiling openssl-probe v0.2.1 |
| 1357 | 2026-07-16T22:38:56.850Z | Compiling tinyvec_macros v0.1.1 |
| 1358 | 2026-07-16T22:38:56.880Z | Compiling schemars v0.8.22 |
| 1359 | 2026-07-16T22:38:56.899Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-07-16T22:38:56.927Z | Compiling rand_core v0.9.5 |
| 1361 | 2026-07-16T22:38:56.959Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-07-16T22:38:56.963Z | Compiling cmov v0.5.4 |
| 1363 | 2026-07-16T22:38:56.989Z | Compiling httparse v1.10.1 |
| 1364 | 2026-07-16T22:38:57.021Z | Compiling tinyvec v1.10.0 |
| 1365 | 2026-07-16T22:38:57.050Z | Compiling aho-corasick v1.1.4 |
| 1366 | 2026-07-16T22:38:57.065Z | Compiling atomic-waker v1.1.2 |
| 1367 | 2026-07-16T22:38:57.142Z | Compiling untrusted v0.7.1 |
| 1368 | 2026-07-16T22:38:57.189Z | Compiling cmake v0.1.57 |
| 1369 | 2026-07-16T22:38:57.205Z | Compiling ctutils v0.4.2 |
| 1370 | 2026-07-16T22:38:57.218Z | Compiling tower-layer v0.3.3 |
| 1371 | 2026-07-16T22:38:57.218Z | Compiling try-lock v0.2.5 |
| 1372 | 2026-07-16T22:38:57.248Z | Compiling tower-service v0.3.3 |
| 1373 | 2026-07-16T22:38:57.260Z | Compiling untrusted v0.9.0 |
| 1374 | 2026-07-16T22:38:57.280Z | Compiling rustls v0.23.41 |
| 1375 | 2026-07-16T22:38:57.299Z | Compiling foreign-types-shared v0.1.1 |
| 1376 | 2026-07-16T22:38:57.359Z | Compiling bitflags v2.11.0 |
| 1377 | 2026-07-16T22:38:57.387Z | Compiling semver v1.0.28 |
| 1378 | 2026-07-16T22:38:57.400Z | Compiling indexmap v2.14.0 |
| 1379 | 2026-07-16T22:38:57.403Z | Compiling uuid v1.23.4 |
| 1380 | 2026-07-16T22:38:57.403Z | Compiling want v0.3.1 |
| 1381 | 2026-07-16T22:38:57.456Z | Compiling cpufeatures v0.2.17 |
| 1382 | 2026-07-16T22:38:57.473Z | Compiling httpdate v1.0.3 |
| 1383 | 2026-07-16T22:38:57.500Z | Compiling openssl v0.10.79 |
| 1384 | 2026-07-16T22:38:57.520Z | Compiling foreign-types v0.3.2 |
| 1385 | 2026-07-16T22:38:57.610Z | Compiling rustc_version v0.4.1 |
| 1386 | 2026-07-16T22:38:57.623Z | Compiling unicode-normalization v0.1.25 |
| 1387 | 2026-07-16T22:38:57.627Z | Compiling spin v0.9.8 |
| 1388 | 2026-07-16T22:38:57.627Z | Compiling time-core v0.1.8 |
| 1389 | 2026-07-16T22:38:57.731Z | Compiling powerfmt v0.2.0 |
| 1390 | 2026-07-16T22:38:57.745Z | Compiling native-tls v0.2.18 |
| 1391 | 2026-07-16T22:38:57.768Z | Compiling crc32fast v1.5.0 |
| 1392 | 2026-07-16T22:38:57.794Z | Compiling num-conv v0.2.0 |
| 1393 | 2026-07-16T22:38:57.812Z | Compiling wait-timeout v0.2.1 |
| 1394 | 2026-07-16T22:38:57.874Z | Compiling sync_wrapper v1.0.2 |
| 1395 | 2026-07-16T22:38:57.938Z | Compiling time-macros v0.2.27 |
| 1396 | 2026-07-16T22:38:57.967Z | Compiling deranged v0.5.8 |
| 1397 | 2026-07-16T22:38:57.970Z | Compiling crossbeam-utils v0.8.21 |
| 1398 | 2026-07-16T22:38:57.999Z | Compiling quick-error v1.2.3 |
| 1399 | 2026-07-16T22:38:58.032Z | Compiling regex-automata v0.4.14 |
| 1400 | 2026-07-16T22:38:58.048Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-07-16T22:38:58.075Z | Compiling openssl-sys v0.9.115 |
| 1402 | 2026-07-16T22:38:58.100Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1403 | 2026-07-16T22:38:58.128Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-07-16T22:38:58.145Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-07-16T22:38:58.168Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-07-16T22:38:58.195Z | Compiling darling_core v0.20.11 |
| 1407 | 2026-07-16T22:38:58.293Z | Compiling siphasher v1.0.2 |
| 1408 | 2026-07-16T22:38:58.512Z | Compiling tempfile v3.25.0 |
| 1409 | 2026-07-16T22:38:58.551Z | Compiling syn v1.0.109 |
| 1410 | 2026-07-16T22:38:58.730Z | Compiling simd-adler32 v0.3.8 |
| 1411 | 2026-07-16T22:38:58.757Z | Compiling num_threads v0.1.7 |
| 1412 | 2026-07-16T22:38:58.788Z | Compiling bit-vec v0.8.0 |
| 1413 | 2026-07-16T22:38:58.898Z | Compiling unicode-segmentation v1.12.0 |
| 1414 | 2026-07-16T22:38:58.913Z | Compiling usdt-impl v0.6.0 |
| 1415 | 2026-07-16T22:38:58.931Z | Compiling rusty-fork v0.3.1 |
| 1416 | 2026-07-16T22:38:58.998Z | Compiling bit-set v0.8.0 |
| 1417 | 2026-07-16T22:38:59.006Z | Compiling darling_core v0.23.0 |
| 1418 | 2026-07-16T22:38:59.027Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1419 | 2026-07-16T22:38:59.044Z | Compiling heapless v0.7.17 |
| 1420 | 2026-07-16T22:38:59.073Z | Compiling slog v2.8.2 |
| 1421 | 2026-07-16T22:38:59.092Z | Compiling time v0.3.47 |
| 1422 | 2026-07-16T22:38:59.217Z | Compiling rand_xorshift v0.4.0 |
| 1423 | 2026-07-16T22:38:59.217Z | Compiling thread-id v5.1.0 |
| 1424 | 2026-07-16T22:38:59.247Z | Compiling cookie v0.18.1 |
| 1425 | 2026-07-16T22:38:59.306Z | Compiling allocator-api2 v0.2.21 |
| 1426 | 2026-07-16T22:38:59.320Z | Compiling anyhow v1.0.102 |
| 1427 | 2026-07-16T22:38:59.332Z | Compiling unicode-properties v0.1.4 |
| 1428 | 2026-07-16T22:38:59.346Z | Compiling zstd-safe v7.2.4 |
| 1429 | 2026-07-16T22:38:59.361Z | Compiling unicode-bidi v0.3.18 |
| 1430 | 2026-07-16T22:38:59.364Z | Compiling ryu v1.0.23 |
| 1431 | 2026-07-16T22:38:59.387Z | Compiling unarray v0.1.4 |
| 1432 | 2026-07-16T22:38:59.416Z | Compiling iri-string v0.7.10 |
| 1433 | 2026-07-16T22:38:59.468Z | Compiling adler2 v2.0.1 |
| 1434 | 2026-07-16T22:38:59.508Z | Compiling paste v1.0.15 |
| 1435 | 2026-07-16T22:38:59.553Z | Compiling signal-hook v0.3.18 |
| 1436 | 2026-07-16T22:38:59.572Z | Compiling miniz_oxide v0.8.9 |
| 1437 | 2026-07-16T22:38:59.690Z | Compiling heck v0.4.1 |
| 1438 | 2026-07-16T22:38:59.704Z | Compiling stringprep v0.1.5 |
| 1439 | 2026-07-16T22:38:59.780Z | Compiling camino v1.2.2 |
| 1440 | 2026-07-16T22:38:59.921Z | Compiling serde_derive v1.0.228 |
| 1441 | 2026-07-16T22:38:59.932Z | Compiling zeroize_derive v1.4.3 |
| 1442 | 2026-07-16T22:38:59.936Z | Compiling zerofrom-derive v0.1.6 |
| 1443 | 2026-07-16T22:39:00.165Z | Compiling yoke-derive v0.8.1 |
| 1444 | 2026-07-16T22:39:00.183Z | Compiling zerovec-derive v0.11.2 |
| 1445 | 2026-07-16T22:39:00.207Z | Compiling displaydoc v0.2.5 |
| 1446 | 2026-07-16T22:39:00.385Z | Compiling zerocopy-derive v0.8.40 |
| 1447 | 2026-07-16T22:39:00.444Z | Compiling tokio-macros v2.7.0 |
| 1448 | 2026-07-16T22:39:00.607Z | Compiling futures-macro v0.3.32 |
| 1449 | 2026-07-16T22:39:00.629Z | Compiling zeroize v1.8.2 |
| 1450 | 2026-07-16T22:39:00.725Z | Compiling tracing-attributes v0.1.31 |
| 1451 | 2026-07-16T22:39:00.987Z | Compiling der_derive v0.7.3 |
| 1452 | 2026-07-16T22:39:01.002Z | Compiling thiserror-impl v2.0.18 |
| 1453 | 2026-07-16T22:39:01.198Z | Compiling rustls-pki-types v1.14.0 |
| 1454 | 2026-07-16T22:39:01.395Z | Compiling crypto-common v0.1.7 |
| 1455 | 2026-07-16T22:39:01.408Z | Compiling zerofrom v0.1.6 |
| 1456 | 2026-07-16T22:39:01.409Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-07-16T22:39:01.438Z | Compiling schemars_derive v0.8.22 |
| 1458 | 2026-07-16T22:39:01.465Z | Compiling futures-util v0.3.32 |
| 1459 | 2026-07-16T22:39:01.546Z | Compiling yoke v0.8.1 |
| 1460 | 2026-07-16T22:39:01.560Z | Compiling digest v0.10.7 |
| 1461 | 2026-07-16T22:39:01.616Z | Compiling hybrid-array v0.4.13 |
| 1462 | 2026-07-16T22:39:01.629Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-07-16T22:39:01.670Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-16T22:39:01.751Z | Compiling zerovec v0.11.5 |
| 1465 | 2026-07-16T22:39:01.836Z | Compiling zerotrie v0.2.3 |
| 1466 | 2026-07-16T22:39:02.002Z | Compiling der v0.7.10 |
| 1467 | 2026-07-16T22:39:02.125Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-07-16T22:39:02.145Z | Compiling tracing v0.1.44 |
| 1469 | 2026-07-16T22:39:02.159Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-07-16T22:39:02.246Z | Compiling tinystr v0.8.2 |
| 1471 | 2026-07-16T22:39:02.276Z | Compiling potential_utf v0.1.4 |
| 1472 | 2026-07-16T22:39:02.402Z | Compiling icu_collections v2.1.1 |
| 1473 | 2026-07-16T22:39:02.420Z | Compiling icu_locale_core v2.1.1 |
| 1474 | 2026-07-16T22:39:02.438Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-07-16T22:39:02.458Z | Compiling sha2 v0.10.9 |
| 1476 | 2026-07-16T22:39:02.458Z | Compiling hmac v0.12.1 |
| 1477 | 2026-07-16T22:39:02.535Z | Compiling scroll v0.13.0 |
| 1478 | 2026-07-16T22:39:02.563Z | Compiling dtrace-parser v0.3.0 |
| 1479 | 2026-07-16T22:39:02.648Z | Compiling thiserror-impl v1.0.69 |
| 1480 | 2026-07-16T22:39:02.663Z | Compiling darling v0.20.11 |
| 1481 | 2026-07-16T22:39:02.759Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-07-16T22:39:02.774Z | Compiling goblin v0.10.5 |
| 1483 | 2026-07-16T22:39:02.821Z | Compiling scroll_derive v0.12.1 |
| 1484 | 2026-07-16T22:39:02.905Z | Compiling spki v0.7.3 |
| 1485 | 2026-07-16T22:39:03.127Z | Compiling icu_provider v2.1.1 |
| 1486 | 2026-07-16T22:39:03.228Z | Compiling pkcs8 v0.10.2 |
| 1487 | 2026-07-16T22:39:03.293Z | Compiling block-padding v0.4.2 |
| 1488 | 2026-07-16T22:39:03.329Z | Compiling block-buffer v0.12.1 |
| 1489 | 2026-07-16T22:39:03.431Z | Compiling bytes v1.11.1 |
| 1490 | 2026-07-16T22:39:03.473Z | Compiling icu_properties v2.1.2 |
| 1491 | 2026-07-16T22:39:03.486Z | Compiling icu_normalizer v2.1.1 |
| 1492 | 2026-07-16T22:39:03.502Z | Compiling chrono v0.4.45 |
| 1493 | 2026-07-16T22:39:03.530Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-07-16T22:39:03.543Z | Compiling scroll v0.12.0 |
| 1495 | 2026-07-16T22:39:03.648Z | Compiling derive_builder_macro v0.20.2 |
| 1496 | 2026-07-16T22:39:03.756Z | Compiling toml_datetime v0.6.11 |
| 1497 | 2026-07-16T22:39:03.805Z | Compiling serde_spanned v0.6.9 |
| 1498 | 2026-07-16T22:39:03.821Z | Compiling serde_urlencoded v0.7.1 |
| 1499 | 2026-07-16T22:39:03.840Z | Compiling hex v0.4.3 |
| 1500 | 2026-07-16T22:39:03.971Z | Compiling tokio v1.52.1 |
| 1501 | 2026-07-16T22:39:03.974Z | Compiling http v1.4.2 |
| 1502 | 2026-07-16T22:39:04.031Z | Compiling thiserror v1.0.69 |
| 1503 | 2026-07-16T22:39:04.046Z | Compiling erased-serde v0.3.31 |
| 1504 | 2026-07-16T22:39:04.049Z | Compiling serde_tokenstream v0.2.3 |
| 1505 | 2026-07-16T22:39:04.078Z | Compiling crypto-common v0.2.2 |
| 1506 | 2026-07-16T22:39:04.081Z | Compiling signature v2.2.0 |
| 1507 | 2026-07-16T22:39:04.151Z | Compiling md-5 v0.10.6 |
| 1508 | 2026-07-16T22:39:04.162Z | Compiling darling_macro v0.23.0 |
| 1509 | 2026-07-16T22:39:04.184Z | Compiling rustls-native-certs v0.8.3 |
| 1510 | 2026-07-16T22:39:04.341Z | Compiling bstr v1.12.1 |
| 1511 | 2026-07-16T22:39:04.355Z | Compiling idna_adapter v1.2.1 |
| 1512 | 2026-07-16T22:39:04.464Z | Compiling idna v1.1.0 |
| 1513 | 2026-07-16T22:39:04.542Z | Compiling pin-project-internal v1.1.11 |
| 1514 | 2026-07-16T22:39:04.579Z | Compiling async-trait v0.1.89 |
| 1515 | 2026-07-16T22:39:04.600Z | Compiling zerocopy-derive v0.7.35 |
| 1516 | 2026-07-16T22:39:04.643Z | Compiling curve25519-dalek v4.1.3 |
| 1517 | 2026-07-16T22:39:04.769Z | Compiling http-body v1.0.1 |
| 1518 | 2026-07-16T22:39:04.938Z | Compiling ppv-lite86 v0.2.21 |
| 1519 | 2026-07-16T22:39:04.971Z | Compiling url v2.5.8 |
| 1520 | 2026-07-16T22:39:05.013Z | Compiling http-body-util v0.1.3 |
| 1521 | 2026-07-16T22:39:05.049Z | Compiling vergen-lib v9.1.0 |
| 1522 | 2026-07-16T22:39:05.097Z | Compiling num-integer v0.1.46 |
| 1523 | 2026-07-16T22:39:05.178Z | Compiling hash32 v0.2.1 |
| 1524 | 2026-07-16T22:39:05.269Z | Compiling rand_chacha v0.9.0 |
| 1525 | 2026-07-16T22:39:05.280Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-07-16T22:39:05.283Z | Compiling memoffset v0.9.1 |
| 1527 | 2026-07-16T22:39:05.358Z | Compiling encoding_rs v0.8.35 |
| 1528 | 2026-07-16T22:39:05.385Z | Compiling rustix v0.38.44 |
| 1529 | 2026-07-16T22:39:05.440Z | Compiling zlib-rs v0.6.2 |
| 1530 | 2026-07-16T22:39:05.518Z | Compiling rand v0.9.2 |
| 1531 | 2026-07-16T22:39:05.660Z | Compiling dof v0.4.0 |
| 1532 | 2026-07-16T22:39:05.682Z | Compiling ref-cast v1.0.25 |
| 1533 | 2026-07-16T22:39:05.735Z | Compiling smoltcp v0.9.1 |
| 1534 | 2026-07-16T22:39:05.776Z | Compiling cfg_aliases v0.2.1 |
| 1535 | 2026-07-16T22:39:05.796Z | Compiling mime v0.3.17 |
| 1536 | 2026-07-16T22:39:05.852Z | Compiling litrs v1.0.0 |
| 1537 | 2026-07-16T22:39:05.867Z | Compiling psl-types v2.0.11 |
| 1538 | 2026-07-16T22:39:05.969Z | Compiling num-bigint-dig v0.8.6 |
| 1539 | 2026-07-16T22:39:06.006Z | Compiling fallible-iterator v0.2.0 |
| 1540 | 2026-07-16T22:39:06.069Z | Compiling publicsuffix v2.3.0 |
| 1541 | 2026-07-16T22:39:06.080Z | Compiling nix v0.31.2 |
| 1542 | 2026-07-16T22:39:06.139Z | Compiling proptest v1.10.0 |
| 1543 | 2026-07-16T22:39:06.216Z | Compiling pin-project v1.1.11 |
| 1544 | 2026-07-16T22:39:06.265Z | Compiling zerocopy v0.7.35 |
| 1545 | 2026-07-16T22:39:06.333Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-07-16T22:39:06.338Z | Compiling postgres-protocol v0.6.10 |
| 1547 | 2026-07-16T22:39:06.376Z | Compiling rand v0.8.6 |
| 1548 | 2026-07-16T22:39:06.389Z | Compiling document-features v0.2.12 |
| 1549 | 2026-07-16T22:39:06.493Z | Compiling num-iter v0.1.45 |
| 1550 | 2026-07-16T22:39:06.624Z | Compiling oxnet v0.1.6 |
| 1551 | 2026-07-16T22:39:06.855Z | Compiling darling v0.23.0 |
| 1552 | 2026-07-16T22:39:06.872Z | Compiling derive_builder v0.20.2 |
| 1553 | 2026-07-16T22:39:06.897Z | Compiling goblin v0.8.2 |
| 1554 | 2026-07-16T22:39:06.915Z | Compiling hubpack_derive v0.1.1 |
| 1555 | 2026-07-16T22:39:06.915Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-07-16T22:39:06.952Z | Compiling inout v0.2.2 |
| 1557 | 2026-07-16T22:39:06.979Z | Compiling regex v1.12.3 |
| 1558 | 2026-07-16T22:39:07.027Z | Compiling snafu-derive v0.8.9 |
| 1559 | 2026-07-16T22:39:07.071Z | Compiling ref-cast-impl v1.0.25 |
| 1560 | 2026-07-16T22:39:07.085Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1561 | 2026-07-16T22:39:07.142Z | Compiling strum_macros v0.27.2 |
| 1562 | 2026-07-16T22:39:07.159Z | Compiling daft-derive v0.1.7 |
| 1563 | 2026-07-16T22:39:07.402Z | Compiling terminal_size v0.4.3 |
| 1564 | 2026-07-16T22:39:07.420Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-07-16T22:39:07.557Z | Compiling lazy_static v1.5.0 |
| 1566 | 2026-07-16T22:39:07.560Z | Compiling anstyle-parse v0.2.7 |
| 1567 | 2026-07-16T22:39:07.593Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-07-16T22:39:07.602Z | Compiling vergen v9.1.0 |
| 1569 | 2026-07-16T22:39:07.657Z | Compiling ff v0.13.1 |
| 1570 | 2026-07-16T22:39:07.670Z | Compiling fs-err v3.3.0 |
| 1571 | 2026-07-16T22:39:07.686Z | Compiling ahash v0.8.12 |
| 1572 | 2026-07-16T22:39:07.765Z | Compiling libbz2-rs-sys v0.2.2 |
| 1573 | 2026-07-16T22:39:07.765Z | Compiling foldhash v0.1.5 |
| 1574 | 2026-07-16T22:39:07.792Z | Compiling winnow v0.5.40 |
| 1575 | 2026-07-16T22:39:07.810Z | Compiling foldhash v0.2.0 |
| 1576 | 2026-07-16T22:39:07.824Z | Compiling tokio-util v0.7.18 |
| 1577 | 2026-07-16T22:39:07.877Z | Compiling tower v0.5.3 |
| 1578 | 2026-07-16T22:39:07.897Z | Compiling tokio-native-tls v0.3.1 |
| 1579 | 2026-07-16T22:39:07.947Z | Compiling base16ct v0.2.0 |
| 1580 | 2026-07-16T22:39:07.966Z | Compiling bitflags v1.3.2 |
| 1581 | 2026-07-16T22:39:07.969Z | Compiling same-file v1.0.6 |
| 1582 | 2026-07-16T22:39:08.038Z | Compiling bumpalo v3.20.2 |
| 1583 | 2026-07-16T22:39:08.050Z | Compiling managed v0.8.0 |
| 1584 | 2026-07-16T22:39:08.083Z | Compiling object v0.37.3 |
| 1585 | 2026-07-16T22:39:08.129Z | Compiling walkdir v2.5.0 |
| 1586 | 2026-07-16T22:39:08.142Z | Compiling sec1 v0.7.3 |
| 1587 | 2026-07-16T22:39:08.276Z | Compiling zopfli v0.8.3 |
| 1588 | 2026-07-16T22:39:08.304Z | Compiling tower-http v0.6.8 |
| 1589 | 2026-07-16T22:39:08.376Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-07-16T22:39:08.448Z | Compiling bzip2 v0.6.1 |
| 1591 | 2026-07-16T22:39:08.461Z | Compiling hashbrown v0.16.1 |
| 1592 | 2026-07-16T22:39:08.466Z | Compiling clap_builder v4.6.0 |
| 1593 | 2026-07-16T22:39:08.666Z | Compiling h2 v0.4.15 |
| 1594 | 2026-07-16T22:39:08.689Z | Compiling newtype-uuid v1.3.2 |
| 1595 | 2026-07-16T22:39:08.779Z | Compiling hashbrown v0.15.5 |
| 1596 | 2026-07-16T22:39:08.906Z | Compiling daft v0.1.7 |
| 1597 | 2026-07-16T22:39:08.956Z | Compiling group v0.13.0 |
| 1598 | 2026-07-16T22:39:08.986Z | Compiling snafu v0.8.9 |
| 1599 | 2026-07-16T22:39:09.043Z | Compiling cargo_metadata v0.23.1 |
| 1600 | 2026-07-16T22:39:09.074Z | Compiling toml_edit v0.19.15 |
| 1601 | 2026-07-16T22:39:09.138Z | Compiling strum v0.27.2 |
| 1602 | 2026-07-16T22:39:09.156Z | Compiling dof v0.3.0 |
| 1603 | 2026-07-16T22:39:09.225Z | Compiling anstream v0.6.21 |
| 1604 | 2026-07-16T22:39:09.297Z | Compiling phf v0.13.1 |
| 1605 | 2026-07-16T22:39:09.356Z | Compiling signal-hook-mio v0.2.5 |
| 1606 | 2026-07-16T22:39:09.420Z | Compiling hubpack v0.1.2 |
| 1607 | 2026-07-16T22:39:09.472Z | Compiling cookie_store v0.22.1 |
| 1608 | 2026-07-16T22:39:09.487Z | Compiling usdt-attr-macro v0.6.0 |
| 1609 | 2026-07-16T22:39:09.544Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-07-16T22:39:09.654Z | Compiling futures v0.3.32 |
| 1611 | 2026-07-16T22:39:09.747Z | Compiling cipher v0.5.2 |
| 1612 | 2026-07-16T22:39:09.761Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-07-16T22:39:09.815Z | Compiling serde_with_macros v3.21.0 |
| 1614 | 2026-07-16T22:39:09.901Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-07-16T22:39:10.004Z | Compiling zstd v0.13.3 |
| 1616 | 2026-07-16T22:39:10.167Z | Compiling globset v0.4.18 |
| 1617 | 2026-07-16T22:39:10.301Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-07-16T22:39:10.337Z | Compiling dtrace-parser v0.2.0 |
| 1619 | 2026-07-16T22:39:10.359Z | Compiling olpc-cjson v0.1.4 |
| 1620 | 2026-07-16T22:39:10.439Z | Compiling serde_plain v1.0.2 |
| 1621 | 2026-07-16T22:39:10.501Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-07-16T22:39:10.504Z | Compiling pkcs1 v0.7.5 |
| 1623 | 2026-07-16T22:39:10.531Z | Compiling hkdf v0.12.4 |
| 1624 | 2026-07-16T22:39:10.655Z | Compiling crypto-bigint v0.5.5 |
| 1625 | 2026-07-16T22:39:10.659Z | Compiling serde_repr v0.1.20 |
| 1626 | 2026-07-16T22:39:10.714Z | Compiling strum_macros v0.26.4 |
| 1627 | 2026-07-16T22:39:10.872Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-07-16T22:39:10.937Z | Compiling clap_derive v4.6.1 |
| 1629 | 2026-07-16T22:39:10.984Z | Compiling async-recursion v1.1.1 |
| 1630 | 2026-07-16T22:39:11.112Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-07-16T22:39:11.234Z | Compiling float-cmp v0.10.0 |
| 1632 | 2026-07-16T22:39:11.252Z | Compiling pem v3.0.6 |
| 1633 | 2026-07-16T22:39:11.293Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-07-16T22:39:11.315Z | Compiling thread-id v4.2.2 |
| 1635 | 2026-07-16T22:39:11.396Z | Compiling env_filter v1.0.0 |
| 1636 | 2026-07-16T22:39:11.418Z | Compiling cpufeatures v0.3.0 |
| 1637 | 2026-07-16T22:39:11.426Z | Compiling normalize-line-endings v0.3.0 |
| 1638 | 2026-07-16T22:39:11.504Z | Compiling whoami v2.1.0 |
| 1639 | 2026-07-16T22:39:11.530Z | Compiling static_assertions v1.1.0 |
| 1640 | 2026-07-16T22:39:11.539Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-07-16T22:39:11.553Z | Compiling new_debug_unreachable v1.0.6 |
| 1642 | 2026-07-16T22:39:11.604Z | Compiling difflib v0.4.0 |
| 1643 | 2026-07-16T22:39:11.619Z | Compiling precomputed-hash v0.1.1 |
| 1644 | 2026-07-16T22:39:11.638Z | Compiling fixedbitset v0.5.7 |
| 1645 | 2026-07-16T22:39:11.686Z | Compiling either v1.15.0 |
| 1646 | 2026-07-16T22:39:11.720Z | Compiling predicates-core v1.0.10 |
| 1647 | 2026-07-16T22:39:11.735Z | Compiling const-oid v0.10.2 |
| 1648 | 2026-07-16T22:39:11.780Z | Compiling jiff v0.2.21 |
| 1649 | 2026-07-16T22:39:11.797Z | Compiling data-encoding v2.10.0 |
| 1650 | 2026-07-16T22:39:11.909Z | Compiling hyper v1.10.1 |
| 1651 | 2026-07-16T22:39:11.909Z | Compiling typed-path v0.9.3 |
| 1652 | 2026-07-16T22:39:11.939Z | Compiling keccak v0.1.6 |
| 1653 | 2026-07-16T22:39:11.956Z | Compiling winnow v1.0.3 |
| 1654 | 2026-07-16T22:39:11.984Z | Compiling toml_edit v0.22.27 |
| 1655 | 2026-07-16T22:39:12.003Z | Compiling digest v0.11.3 |
| 1656 | 2026-07-16T22:39:12.192Z | Compiling sha3 v0.10.8 |
| 1657 | 2026-07-16T22:39:12.243Z | Compiling hickory-proto v0.25.2 |
| 1658 | 2026-07-16T22:39:12.338Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1659 | 2026-07-16T22:39:12.513Z | Compiling strum v0.26.3 |
| 1660 | 2026-07-16T22:39:12.525Z | Compiling itertools v0.13.0 |
| 1661 | 2026-07-16T22:39:12.657Z | Compiling predicates v3.1.4 |
| 1662 | 2026-07-16T22:39:12.672Z | Compiling petgraph v0.8.3 |
| 1663 | 2026-07-16T22:39:12.687Z | Compiling tokio-postgres v0.7.16 |
| 1664 | 2026-07-16T22:39:12.779Z | Compiling clap v4.6.1 |
| 1665 | 2026-07-16T22:39:12.833Z | Compiling petgraph v0.6.5 |
| 1666 | 2026-07-16T22:39:12.868Z | Compiling string_cache v0.8.9 |
| 1667 | 2026-07-16T22:39:12.915Z | Compiling elliptic-curve v0.13.8 |
| 1668 | 2026-07-16T22:39:12.989Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1669 | 2026-07-16T22:39:13.114Z | Compiling hyper-util v0.1.20 |
| 1670 | 2026-07-16T22:39:13.160Z | Compiling env_logger v0.11.9 |
| 1671 | 2026-07-16T22:39:13.317Z | Compiling chacha20 v0.10.0 |
| 1672 | 2026-07-16T22:39:13.332Z | Compiling usdt v0.6.0 |
| 1673 | 2026-07-16T22:39:13.528Z | Compiling usdt-impl v0.5.0 |
| 1674 | 2026-07-16T22:39:13.544Z | Compiling crossterm v0.28.1 |
| 1675 | 2026-07-16T22:39:13.607Z | Compiling serde_with v3.21.0 |
| 1676 | 2026-07-16T22:39:13.697Z | Compiling rsa v0.9.10 |
| 1677 | 2026-07-16T22:39:13.800Z | Compiling ed25519-dalek v2.2.0 |
| 1678 | 2026-07-16T22:39:14.124Z | Compiling toml v0.7.8 |
| 1679 | 2026-07-16T22:39:14.493Z | Compiling zip v4.6.1 |
| 1680 | 2026-07-16T22:39:14.688Z | Compiling hyper-tls v0.6.0 |
| 1681 | 2026-07-16T22:39:14.780Z | Compiling zip v0.6.6 |
| 1682 | 2026-07-16T22:39:14.875Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-07-16T22:39:14.914Z | Compiling iddqd v0.4.2 |
| 1684 | 2026-07-16T22:39:14.973Z | Compiling tokio-stream v0.1.18 |
| 1685 | 2026-07-16T22:39:15.186Z | Compiling buf-list v1.1.2 |
| 1686 | 2026-07-16T22:39:15.378Z | Compiling byte-wrapper v0.1.0 |
| 1687 | 2026-07-16T22:39:15.393Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1688 | 2026-07-16T22:39:15.454Z | Compiling similar v2.7.0 |
| 1689 | 2026-07-16T22:39:15.470Z | Compiling openapiv3 v2.2.0 |
| 1690 | 2026-07-16T22:39:15.489Z | Compiling x509-cert v0.2.5 |
| 1691 | 2026-07-16T22:39:15.504Z | Compiling crossbeam-epoch v0.9.18 |
| 1692 | 2026-07-16T22:39:15.711Z | Compiling lalrpop-util v0.19.12 |
| 1693 | 2026-07-16T22:39:15.738Z | Compiling peg-runtime v0.8.5 |
| 1694 | 2026-07-16T22:39:15.851Z | Compiling thread_local v1.1.9 |
| 1695 | 2026-07-16T22:39:15.865Z | Compiling slog-async v2.8.0 |
| 1696 | 2026-07-16T22:39:15.925Z | Compiling crossbeam-channel v0.5.15 |
| 1697 | 2026-07-16T22:39:16.056Z | Compiling is-terminal v0.4.17 |
| 1698 | 2026-07-16T22:39:16.063Z | Compiling filetime v0.2.27 |
| 1699 | 2026-07-16T22:39:16.071Z | Compiling xattr v1.6.1 |
| 1700 | 2026-07-16T22:39:16.125Z | Compiling term v1.2.1 |
| 1701 | 2026-07-16T22:39:16.155Z | Compiling take_mut v0.2.2 |
| 1702 | 2026-07-16T22:39:16.226Z | Compiling tar v0.4.46 |
| 1703 | 2026-07-16T22:39:16.242Z | Compiling camino-tempfile v1.4.1 |
| 1704 | 2026-07-16T22:39:16.403Z | Compiling slog-term v2.9.2 |
| 1705 | 2026-07-16T22:39:34.401Z | Compiling rustls-webpki v0.103.13 |
| 1706 | 2026-07-16T22:39:37.082Z | Compiling tokio-rustls v0.26.4 |
| 1707 | 2026-07-16T22:39:37.082Z | Compiling rustls-platform-verifier v0.6.2 |
| 1708 | 2026-07-16T22:39:37.082Z | Compiling tough v0.22.0 |
| 1709 | 2026-07-16T22:39:37.291Z | Compiling hyper-rustls v0.27.7 |
| 1710 | 2026-07-16T22:39:37.482Z | Compiling reqwest v0.13.2 |
| 1711 | 2026-07-16T22:39:39.625Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1712 | 2026-07-16T22:39:39.863Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1713 | 2026-07-16T22:39:42.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.86s |
| 1714 | 2026-07-16T22:39:42.775Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1715 | 2026-07-16T22:39:42.828Z | Jul 16 22:39:42.346 INFO Starting download, target: Cockroach |
| 1716 | 2026-07-16T22:39:42.828Z | Jul 16 22:39:42.347 INFO Starting download, target: DendriteStub |
| 1717 | 2026-07-16T22:39:42.828Z | Jul 16 22:39:42.347 INFO Starting download, target: MaghemiteMgd |
| 1718 | 2026-07-16T22:39:42.828Z | Jul 16 22:39:42.347 INFO Starting download, target: Console |
| 1719 | 2026-07-16T22:39:42.829Z | Jul 16 22:39:42.347 INFO Starting download, target: Clickhouse |
| 1720 | 2026-07-16T22:39:42.829Z | Jul 16 22:39:42.347 INFO Starting download, target: MaghemiteDdmd |
| 1721 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.347 INFO Starting download, target: TransceiverControl |
| 1722 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.347 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1723 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.347 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1724 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.347 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1725 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.347 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1726 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.347 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1727 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1728 | 2026-07-16T22:39:42.835Z | Jul 16 22:39:42.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1729 | 2026-07-16T22:39:43.144Z | Jul 16 22:39:42.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1730 | 2026-07-16T22:39:43.363Z | Jul 16 22:39:42.881 INFO Download complete, target: TransceiverControl |
| 1731 | 2026-07-16T22:39:44.650Z | Jul 16 22:39:44.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1732 | 2026-07-16T22:39:44.924Z | Jul 16 22:39:44.440 INFO Download complete, target: Console |
| 1733 | 2026-07-16T22:39:45.103Z | Jul 16 22:39:44.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1734 | 2026-07-16T22:39:45.175Z | Jul 16 22:39:44.669 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1735 | 2026-07-16T22:39:45.209Z | Jul 16 22:39:44.727 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1736 | 2026-07-16T22:39:45.268Z | Jul 16 22:39:44.786 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1737 | 2026-07-16T22:39:45.697Z | Jul 16 22:39:45.215 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1738 | 2026-07-16T22:39:45.697Z | Jul 16 22:39:45.215 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1739 | 2026-07-16T22:39:47.469Z | Jul 16 22:39:46.987 INFO Download complete, target: MaghemiteDdmd |
| 1740 | 2026-07-16T22:39:47.826Z | Jul 16 22:39:47.345 INFO Download complete, target: DendriteStub |
| 1741 | 2026-07-16T22:39:48.069Z | Jul 16 22:39:47.588 INFO Download complete, target: MaghemiteMgd |
| 1742 | 2026-07-16T22:39:50.626Z | Jul 16 22:39:50.143 INFO Checking that binary works, target: Cockroach |
| 1743 | 2026-07-16T22:39:50.746Z | Jul 16 22:39:50.265 INFO Download complete, target: Cockroach |
| 1744 | 2026-07-16T22:39:52.306Z | Jul 16 22:39:51.823 INFO Checking that binary works, target: Clickhouse |
| 1745 | 2026-07-16T22:39:52.398Z | Jul 16 22:39:51.910 INFO Download complete, target: Clickhouse |
| 1746 | 2026-07-16T22:39:52.401Z | All prerequisites installed successfully |
| 1747 | 2026-07-16T22:39:52.401Z | |
| 1748 | 2026-07-16T22:39:52.401Z | real 1:45.525095063 |
| 1749 | 2026-07-16T22:39:52.401Z | user 6:36.614363963 |
| 1750 | 2026-07-16T22:39:52.401Z | sys 1:38.752900128 |
| 1751 | 2026-07-16T22:39:52.401Z | trap 0.251051319 |
| 1752 | 2026-07-16T22:39:52.401Z | tflt 0.806884839 |
| 1753 | 2026-07-16T22:39:52.401Z | dflt 1.608601343 |
| 1754 | 2026-07-16T22:39:52.401Z | kflt 0.024109704 |
| 1755 | 2026-07-16T22:39:52.401Z | lock 23:41.790661107 |
| 1756 | 2026-07-16T22:39:52.401Z | slp 18:00.021551756 |
| 1757 | 2026-07-16T22:39:52.401Z | lat 23.420622298 |
| 1758 | 2026-07-16T22:39:52.401Z | stop 2:44.671178382 |
| 1759 | 2026-07-16T22:39:52.401Z | + ptime -m cargo xtask download softnpu |
| 1760 | 2026-07-16T22:39:52.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1761 | 2026-07-16T22:39:52.858Z | Running `target/debug/xtask download softnpu` |
| 1762 | 2026-07-16T22:39:53.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1763 | 2026-07-16T22:39:53.647Z | Running `target/debug/xtask-downloader softnpu` |
| 1764 | 2026-07-16T22:39:53.686Z | Jul 16 22:39:53.204 INFO Starting download, target: Softnpu |
| 1765 | 2026-07-16T22:39:53.689Z | Jul 16 22:39:53.204 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1766 | 2026-07-16T22:39:54.193Z | Jul 16 22:39:53.710 INFO Download complete, target: Softnpu |
| 1767 | 2026-07-16T22:39:54.199Z | |
| 1768 | 2026-07-16T22:39:54.199Z | real 1.790288333 |
| 1769 | 2026-07-16T22:39:54.199Z | user 1.262640155 |
| 1770 | 2026-07-16T22:39:54.199Z | sys 0.585250300 |
| 1771 | 2026-07-16T22:39:54.199Z | trap 0.000573820 |
| 1772 | 2026-07-16T22:39:54.199Z | tflt 0.000072440 |
| 1773 | 2026-07-16T22:39:54.199Z | dflt 0.000088420 |
| 1774 | 2026-07-16T22:39:54.199Z | kflt 0.000000000 |
| 1775 | 2026-07-16T22:39:54.199Z | lock 9.159545773 |
| 1776 | 2026-07-16T22:39:54.199Z | slp 0.377107334 |
| 1777 | 2026-07-16T22:39:54.199Z | lat 0.086794155 |
| 1778 | 2026-07-16T22:39:54.199Z | stop 0.000173920 |
| 1779 | 2026-07-16T22:39:54.202Z | + export CARGO_INCREMENTAL=0 |
| 1780 | 2026-07-16T22:39:54.202Z | + CARGO_INCREMENTAL=0 |
| 1781 | 2026-07-16T22:39:54.202Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1782 | 2026-07-16T22:39:55.046Z | Compiling proc-macro2 v1.0.106 |
| 1783 | 2026-07-16T22:39:55.046Z | Compiling quote v1.0.45 |
| 1784 | 2026-07-16T22:39:55.046Z | Compiling unicode-ident v1.0.24 |
| 1785 | 2026-07-16T22:39:55.048Z | Compiling libc v0.2.185 |
| 1786 | 2026-07-16T22:39:55.049Z | Compiling serde_core v1.0.228 |
| 1787 | 2026-07-16T22:39:55.049Z | Compiling serde v1.0.228 |
| 1788 | 2026-07-16T22:39:55.049Z | Compiling cfg-if v1.0.4 |
| 1789 | 2026-07-16T22:39:55.049Z | Compiling version_check v0.9.5 |
| 1790 | 2026-07-16T22:39:55.193Z | Compiling find-msvc-tools v0.1.9 |
| 1791 | 2026-07-16T22:39:55.196Z | Compiling shlex v1.3.0 |
| 1792 | 2026-07-16T22:39:55.196Z | Compiling zmij v1.0.21 |
| 1793 | 2026-07-16T22:39:55.196Z | Compiling memchr v2.8.0 |
| 1794 | 2026-07-16T22:39:55.196Z | Compiling serde_json v1.0.150 |
| 1795 | 2026-07-16T22:39:55.196Z | Compiling autocfg v1.5.0 |
| 1796 | 2026-07-16T22:39:55.332Z | Compiling portable-atomic v1.13.1 |
| 1797 | 2026-07-16T22:39:55.339Z | Compiling zerocopy v0.8.40 |
| 1798 | 2026-07-16T22:39:55.350Z | Compiling getrandom v0.4.1 |
| 1799 | 2026-07-16T22:39:55.532Z | Compiling libm v0.2.16 |
| 1800 | 2026-07-16T22:39:55.637Z | Compiling parking_lot_core v0.9.12 |
| 1801 | 2026-07-16T22:39:55.673Z | Compiling icu_normalizer_data v2.1.1 |
| 1802 | 2026-07-16T22:39:55.677Z | Compiling icu_properties_data v2.1.2 |
| 1803 | 2026-07-16T22:39:55.695Z | Compiling smallvec v1.15.1 |
| 1804 | 2026-07-16T22:39:55.698Z | Compiling generic-array v0.14.7 |
| 1805 | 2026-07-16T22:39:55.785Z | Compiling itoa v1.0.17 |
| 1806 | 2026-07-16T22:39:55.839Z | Compiling num-traits v0.2.19 |
| 1807 | 2026-07-16T22:39:55.877Z | Compiling log v0.4.29 |
| 1808 | 2026-07-16T22:39:55.929Z | Compiling subtle v2.6.1 |
| 1809 | 2026-07-16T22:39:55.960Z | Compiling pkg-config v0.3.32 |
| 1810 | 2026-07-16T22:39:55.976Z | Compiling stable_deref_trait v1.2.1 |
| 1811 | 2026-07-16T22:39:56.024Z | Compiling typenum v1.20.1 |
| 1812 | 2026-07-16T22:39:56.173Z | Compiling scopeguard v1.2.0 |
| 1813 | 2026-07-16T22:39:56.230Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-07-16T22:39:56.259Z | Compiling jobserver v0.1.34 |
| 1815 | 2026-07-16T22:39:56.262Z | Compiling errno v0.3.14 |
| 1816 | 2026-07-16T22:39:56.288Z | Compiling lock_api v0.4.14 |
| 1817 | 2026-07-16T22:39:56.417Z | Compiling pin-project-lite v0.2.17 |
| 1818 | 2026-07-16T22:39:56.433Z | Compiling thiserror v2.0.18 |
| 1819 | 2026-07-16T22:39:56.436Z | Compiling getrandom v0.3.4 |
| 1820 | 2026-07-16T22:39:56.492Z | Compiling cc v1.2.56 |
| 1821 | 2026-07-16T22:39:56.537Z | Compiling syn v2.0.117 |
| 1822 | 2026-07-16T22:39:56.541Z | Compiling writeable v0.6.2 |
| 1823 | 2026-07-16T22:39:56.541Z | Compiling percent-encoding v2.3.2 |
| 1824 | 2026-07-16T22:39:56.567Z | Compiling fnv v1.0.7 |
| 1825 | 2026-07-16T22:39:56.571Z | Compiling litemap v0.8.1 |
| 1826 | 2026-07-16T22:39:56.582Z | Compiling equivalent v1.0.2 |
| 1827 | 2026-07-16T22:39:56.644Z | Compiling getrandom v0.2.17 |
| 1828 | 2026-07-16T22:39:56.697Z | Compiling rustversion v1.0.22 |
| 1829 | 2026-07-16T22:39:56.719Z | Compiling schemars v0.8.22 |
| 1830 | 2026-07-16T22:39:56.809Z | Compiling rand_core v0.6.4 |
| 1831 | 2026-07-16T22:39:56.858Z | Compiling dunce v1.0.5 |
| 1832 | 2026-07-16T22:39:56.874Z | Compiling rustix v1.1.3 |
| 1833 | 2026-07-16T22:39:56.890Z | Compiling fs_extra v1.3.0 |
| 1834 | 2026-07-16T22:39:56.920Z | Compiling critical-section v1.2.0 |
| 1835 | 2026-07-16T22:39:57.034Z | Compiling hashbrown v0.17.0 |
| 1836 | 2026-07-16T22:39:57.129Z | Compiling signal-hook-registry v1.4.8 |
| 1837 | 2026-07-16T22:39:57.218Z | Compiling cmake v0.1.57 |
| 1838 | 2026-07-16T22:39:57.221Z | Compiling utf8_iter v1.0.4 |
| 1839 | 2026-07-16T22:39:57.247Z | Compiling strsim v0.11.1 |
| 1840 | 2026-07-16T22:39:57.261Z | Compiling once_cell v1.21.3 |
| 1841 | 2026-07-16T22:39:57.538Z | Compiling semver v1.0.28 |
| 1842 | 2026-07-16T22:39:57.570Z | Compiling bitflags v2.11.0 |
| 1843 | 2026-07-16T22:39:57.588Z | Compiling indexmap v2.14.0 |
| 1844 | 2026-07-16T22:39:57.621Z | Compiling parking_lot v0.12.5 |
| 1845 | 2026-07-16T22:39:57.649Z | Compiling form_urlencoded v1.2.2 |
| 1846 | 2026-07-16T22:39:57.670Z | Compiling socket2 v0.6.3 |
| 1847 | 2026-07-16T22:39:57.723Z | Compiling mio v1.2.0 |
| 1848 | 2026-07-16T22:39:57.755Z | Compiling ident_case v1.0.1 |
| 1849 | 2026-07-16T22:39:57.796Z | Compiling aws-lc-sys v0.40.0 |
| 1850 | 2026-07-16T22:39:57.861Z | Compiling futures-core v0.3.32 |
| 1851 | 2026-07-16T22:39:57.874Z | Compiling aws-lc-rs v1.16.3 |
| 1852 | 2026-07-16T22:39:57.965Z | Compiling httparse v1.10.1 |
| 1853 | 2026-07-16T22:39:58.193Z | Compiling ucd-trie v0.1.7 |
| 1854 | 2026-07-16T22:39:58.245Z | Compiling byteorder v1.5.0 |
| 1855 | 2026-07-16T22:39:58.276Z | Compiling thiserror v1.0.69 |
| 1856 | 2026-07-16T22:39:58.365Z | Compiling pest v2.8.6 |
| 1857 | 2026-07-16T22:39:58.412Z | Compiling heck v0.5.0 |
| 1858 | 2026-07-16T22:39:58.449Z | Compiling syn v1.0.109 |
| 1859 | 2026-07-16T22:39:58.498Z | Compiling vcpkg v0.2.15 |
| 1860 | 2026-07-16T22:39:58.514Z | Compiling iana-time-zone v0.1.65 |
| 1861 | 2026-07-16T22:39:58.517Z | Compiling const-oid v0.9.6 |
| 1862 | 2026-07-16T22:39:58.561Z | Compiling regex-syntax v0.8.10 |
| 1863 | 2026-07-16T22:39:58.741Z | Compiling uuid v1.23.4 |
| 1864 | 2026-07-16T22:39:58.885Z | Compiling rustc_version v0.4.1 |
| 1865 | 2026-07-16T22:39:58.888Z | Compiling rustls v0.23.41 |
| 1866 | 2026-07-16T22:39:59.016Z | Compiling futures-sink v0.3.32 |
| 1867 | 2026-07-16T22:39:59.098Z | Compiling openssl-sys v0.9.115 |
| 1868 | 2026-07-16T22:39:59.120Z | Compiling futures-channel v0.3.32 |
| 1869 | 2026-07-16T22:39:59.170Z | Compiling aho-corasick v1.1.4 |
| 1870 | 2026-07-16T22:39:59.174Z | Compiling slab v0.4.12 |
| 1871 | 2026-07-16T22:39:59.203Z | Compiling futures-io v0.3.32 |
| 1872 | 2026-07-16T22:39:59.288Z | Compiling futures-task v0.3.32 |
| 1873 | 2026-07-16T22:39:59.387Z | Compiling synstructure v0.13.2 |
| 1874 | 2026-07-16T22:39:59.395Z | Compiling serde_derive_internals v0.29.1 |
| 1875 | 2026-07-16T22:39:59.488Z | Compiling pest_meta v2.8.6 |
| 1876 | 2026-07-16T22:39:59.619Z | Compiling plain v0.2.3 |
| 1877 | 2026-07-16T22:39:59.661Z | Compiling time-core v0.1.8 |
| 1878 | 2026-07-16T22:39:59.669Z | Compiling num-conv v0.2.0 |
| 1879 | 2026-07-16T22:39:59.669Z | Compiling dyn-clone v1.0.20 |
| 1880 | 2026-07-16T22:39:59.741Z | Compiling crc32fast v1.5.0 |
| 1881 | 2026-07-16T22:39:59.824Z | Compiling time-macros v0.2.27 |
| 1882 | 2026-07-16T22:39:59.857Z | Compiling crossbeam-utils v0.8.21 |
| 1883 | 2026-07-16T22:39:59.861Z | Compiling base64 v0.22.1 |
| 1884 | 2026-07-16T22:39:59.936Z | Compiling pretty-hex v0.4.1 |
| 1885 | 2026-07-16T22:39:59.978Z | Compiling openssl v0.10.79 |
| 1886 | 2026-07-16T22:40:00.026Z | Compiling regex-automata v0.4.14 |
| 1887 | 2026-07-16T22:40:00.072Z | Compiling pest_generator v2.8.6 |
| 1888 | 2026-07-16T22:40:00.148Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1889 | 2026-07-16T22:40:00.235Z | Compiling native-tls v0.2.18 |
| 1890 | 2026-07-16T22:40:00.238Z | Compiling anyhow v1.0.102 |
| 1891 | 2026-07-16T22:40:00.291Z | Compiling rand_core v0.9.5 |
| 1892 | 2026-07-16T22:40:00.508Z | Compiling slog v2.8.2 |
| 1893 | 2026-07-16T22:40:00.524Z | Compiling tracing-core v0.1.36 |
| 1894 | 2026-07-16T22:40:00.579Z | Compiling serde_derive v1.0.228 |
| 1895 | 2026-07-16T22:40:00.596Z | Compiling zeroize_derive v1.4.3 |
| 1896 | 2026-07-16T22:40:00.600Z | Compiling zerofrom-derive v0.1.6 |
| 1897 | 2026-07-16T22:40:00.641Z | Compiling yoke-derive v0.8.1 |
| 1898 | 2026-07-16T22:40:00.695Z | Compiling zerovec-derive v0.11.2 |
| 1899 | 2026-07-16T22:40:00.729Z | Compiling displaydoc v0.2.5 |
| 1900 | 2026-07-16T22:40:00.745Z | Compiling zerocopy-derive v0.8.40 |
| 1901 | 2026-07-16T22:40:00.789Z | Compiling tokio-macros v2.7.0 |
| 1902 | 2026-07-16T22:40:00.805Z | Compiling futures-macro v0.3.32 |
| 1903 | 2026-07-16T22:40:00.822Z | Compiling thiserror-impl v2.0.18 |
| 1904 | 2026-07-16T22:40:01.240Z | Compiling zeroize v1.8.2 |
| 1905 | 2026-07-16T22:40:01.465Z | Compiling schemars_derive v0.8.22 |
| 1906 | 2026-07-16T22:40:01.488Z | Compiling tracing-attributes v0.1.31 |
| 1907 | 2026-07-16T22:40:01.521Z | Compiling der_derive v0.7.3 |
| 1908 | 2026-07-16T22:40:01.596Z | Compiling thiserror-impl v1.0.69 |
| 1909 | 2026-07-16T22:40:01.628Z | Compiling pest_derive v2.8.6 |
| 1910 | 2026-07-16T22:40:01.768Z | Compiling zerofrom v0.1.6 |
| 1911 | 2026-07-16T22:40:01.916Z | Compiling yoke v0.8.1 |
| 1912 | 2026-07-16T22:40:02.029Z | Compiling crypto-common v0.1.7 |
| 1913 | 2026-07-16T22:40:02.078Z | Compiling futures-util v0.3.32 |
| 1914 | 2026-07-16T22:40:02.111Z | Compiling zerovec v0.11.5 |
| 1915 | 2026-07-16T22:40:02.144Z | Compiling zerotrie v0.2.3 |
| 1916 | 2026-07-16T22:40:02.503Z | Compiling block-buffer v0.10.4 |
| 1917 | 2026-07-16T22:40:02.631Z | Compiling tinystr v0.8.2 |
| 1918 | 2026-07-16T22:40:02.676Z | Compiling potential_utf v0.1.4 |
| 1919 | 2026-07-16T22:40:02.704Z | Compiling digest v0.10.7 |
| 1920 | 2026-07-16T22:40:02.734Z | Compiling scroll_derive v0.13.1 |
| 1921 | 2026-07-16T22:40:02.752Z | Compiling scroll_derive v0.12.1 |
| 1922 | 2026-07-16T22:40:02.848Z | Compiling icu_locale_core v2.1.1 |
| 1923 | 2026-07-16T22:40:02.862Z | Compiling icu_collections v2.1.1 |
| 1924 | 2026-07-16T22:40:02.934Z | Compiling openssl-macros v0.1.1 |
| 1925 | 2026-07-16T22:40:03.173Z | Compiling regex v1.12.3 |
| 1926 | 2026-07-16T22:40:03.415Z | Compiling zerocopy-derive v0.7.35 |
| 1927 | 2026-07-16T22:40:03.485Z | Compiling icu_provider v2.1.1 |
| 1928 | 2026-07-16T22:40:03.583Z | Compiling cookie v0.18.1 |
| 1929 | 2026-07-16T22:40:03.598Z | Compiling camino v1.2.2 |
| 1930 | 2026-07-16T22:40:03.679Z | Compiling base64ct v1.8.3 |
| 1931 | 2026-07-16T22:40:03.727Z | Compiling bytes v1.11.1 |
| 1932 | 2026-07-16T22:40:03.806Z | Compiling icu_properties v2.1.2 |
| 1933 | 2026-07-16T22:40:03.834Z | Compiling icu_normalizer v2.1.1 |
| 1934 | 2026-07-16T22:40:03.850Z | Compiling chrono v0.4.45 |
| 1935 | 2026-07-16T22:40:03.973Z | Compiling serde_tokenstream v0.2.3 |
| 1936 | 2026-07-16T22:40:04.281Z | Compiling tokio v1.52.1 |
| 1937 | 2026-07-16T22:40:04.379Z | Compiling http v1.4.2 |
| 1938 | 2026-07-16T22:40:04.874Z | Compiling idna_adapter v1.2.1 |
| 1939 | 2026-07-16T22:40:04.994Z | Compiling idna v1.1.0 |
| 1940 | 2026-07-16T22:40:05.010Z | Compiling ppv-lite86 v0.2.21 |
| 1941 | 2026-07-16T22:40:05.073Z | Compiling pem-rfc7468 v0.7.0 |
| 1942 | 2026-07-16T22:40:05.336Z | Compiling url v2.5.8 |
| 1943 | 2026-07-16T22:40:05.373Z | Compiling tracing v0.1.44 |
| 1944 | 2026-07-16T22:40:05.469Z | Compiling flagset v0.4.7 |
| 1945 | 2026-07-16T22:40:05.515Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-07-16T22:40:05.568Z | Compiling http-body v1.0.1 |
| 1947 | 2026-07-16T22:40:05.602Z | Compiling der v0.7.10 |
| 1948 | 2026-07-16T22:40:05.723Z | Compiling rustls-pki-types v1.14.0 |
| 1949 | 2026-07-16T22:40:06.197Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-07-16T22:40:06.306Z | Compiling openssl-probe v0.2.1 |
| 1951 | 2026-07-16T22:40:06.327Z | Compiling paste v1.0.15 |
| 1952 | 2026-07-16T22:40:06.336Z | Compiling usdt-impl v0.6.0 |
| 1953 | 2026-07-16T22:40:06.452Z | Compiling unicode-segmentation v1.12.0 |
| 1954 | 2026-07-16T22:40:06.480Z | Compiling cmov v0.5.4 |
| 1955 | 2026-07-16T22:40:06.525Z | Compiling fastrand v2.3.0 |
| 1956 | 2026-07-16T22:40:06.593Z | Compiling ref-cast v1.0.25 |
| 1957 | 2026-07-16T22:40:06.606Z | Compiling tinyvec_macros v0.1.1 |
| 1958 | 2026-07-16T22:40:06.710Z | Compiling either v1.15.0 |
| 1959 | 2026-07-16T22:40:06.846Z | Compiling tinyvec v1.10.0 |
| 1960 | 2026-07-16T22:40:06.863Z | Compiling ctutils v0.4.2 |
| 1961 | 2026-07-16T22:40:06.967Z | Compiling spki v0.7.3 |
| 1962 | 2026-07-16T22:40:07.102Z | Compiling rand v0.9.2 |
| 1963 | 2026-07-16T22:40:07.148Z | Compiling serde_spanned v0.6.9 |
| 1964 | 2026-07-16T22:40:07.153Z | Compiling toml_datetime v0.6.11 |
| 1965 | 2026-07-16T22:40:07.188Z | Compiling scroll v0.13.0 |
| 1966 | 2026-07-16T22:40:07.214Z | Compiling scroll v0.12.0 |
| 1967 | 2026-07-16T22:40:07.217Z | Compiling async-trait v0.1.89 |
| 1968 | 2026-07-16T22:40:07.311Z | Compiling heapless v0.7.17 |
| 1969 | 2026-07-16T22:40:07.385Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1970 | 2026-07-16T22:40:07.401Z | Compiling cpufeatures v0.2.17 |
| 1971 | 2026-07-16T22:40:07.430Z | Compiling tower-layer v0.3.3 |
| 1972 | 2026-07-16T22:40:07.447Z | Compiling winnow v1.0.3 |
| 1973 | 2026-07-16T22:40:07.468Z | Compiling litrs v1.0.0 |
| 1974 | 2026-07-16T22:40:07.497Z | Compiling untrusted v0.7.1 |
| 1975 | 2026-07-16T22:40:07.511Z | Compiling atomic-waker v1.1.2 |
| 1976 | 2026-07-16T22:40:07.591Z | Compiling rustix v0.38.44 |
| 1977 | 2026-07-16T22:40:07.613Z | Compiling zstd-safe v7.2.4 |
| 1978 | 2026-07-16T22:40:07.638Z | Compiling tower-service v0.3.3 |
| 1979 | 2026-07-16T22:40:07.665Z | Compiling try-lock v0.2.5 |
| 1980 | 2026-07-16T22:40:07.713Z | Compiling winnow v0.7.14 |
| 1981 | 2026-07-16T22:40:07.752Z | Compiling signal-hook v0.3.18 |
| 1982 | 2026-07-16T22:40:07.793Z | Compiling want v0.3.1 |
| 1983 | 2026-07-16T22:40:07.816Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1984 | 2026-07-16T22:40:07.860Z | Compiling goblin v0.8.2 |
| 1985 | 2026-07-16T22:40:07.876Z | Compiling goblin v0.10.5 |
| 1986 | 2026-07-16T22:40:07.942Z | Compiling document-features v0.2.12 |
| 1987 | 2026-07-16T22:40:07.975Z | Compiling hybrid-array v0.4.13 |
| 1988 | 2026-07-16T22:40:08.141Z | Compiling tokio-util v0.7.18 |
| 1989 | 2026-07-16T22:40:08.460Z | Compiling heck v0.4.1 |
| 1990 | 2026-07-16T22:40:08.502Z | Compiling zerocopy v0.7.35 |
| 1991 | 2026-07-16T22:40:08.827Z | Compiling ipnet v2.11.0 |
| 1992 | 2026-07-16T22:40:08.917Z | Compiling h2 v0.4.15 |
| 1993 | 2026-07-16T22:40:08.977Z | Compiling ref-cast-impl v1.0.25 |
| 1994 | 2026-07-16T22:40:09.076Z | Compiling darling_core v0.20.11 |
| 1995 | 2026-07-16T22:40:09.091Z | Compiling curve25519-dalek v4.1.3 |
| 1996 | 2026-07-16T22:40:09.112Z | Compiling memoffset v0.9.1 |
| 1997 | 2026-07-16T22:40:09.278Z | Compiling winnow v0.5.40 |
| 1998 | 2026-07-16T22:40:09.471Z | Compiling utf8parse v0.2.2 |
| 1999 | 2026-07-16T22:40:09.503Z | Compiling httpdate v1.0.3 |
| 2000 | 2026-07-16T22:40:09.598Z | Compiling untrusted v0.9.0 |
| 2001 | 2026-07-16T22:40:09.655Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-07-16T22:40:09.691Z | Compiling powerfmt v0.2.0 |
| 2003 | 2026-07-16T22:40:09.742Z | Compiling foreign-types v0.3.2 |
| 2004 | 2026-07-16T22:40:09.811Z | Compiling tempfile v3.25.0 |
| 2005 | 2026-07-16T22:40:09.889Z | Compiling deranged v0.5.8 |
| 2006 | 2026-07-16T22:40:09.975Z | Compiling unicode-normalization v0.1.25 |
| 2007 | 2026-07-16T22:40:10.144Z | Compiling dof v0.3.0 |
| 2008 | 2026-07-16T22:40:10.193Z | Compiling pkcs8 v0.10.2 |
| 2009 | 2026-07-16T22:40:10.445Z | Compiling dtrace-parser v0.2.0 |
| 2010 | 2026-07-16T22:40:10.535Z | Compiling dof v0.4.0 |
| 2011 | 2026-07-16T22:40:10.690Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-07-16T22:40:11.038Z | Compiling dtrace-parser v0.3.0 |
| 2013 | 2026-07-16T22:40:11.055Z | Compiling pin-project-internal v1.1.11 |
| 2014 | 2026-07-16T22:40:11.055Z | Compiling darling_macro v0.20.11 |
| 2015 | 2026-07-16T22:40:11.205Z | Compiling daft-derive v0.1.7 |
| 2016 | 2026-07-16T22:40:11.407Z | Compiling spin v0.9.8 |
| 2017 | 2026-07-16T22:40:11.589Z | Compiling thread-id v4.2.2 |
| 2018 | 2026-07-16T22:40:11.606Z | Compiling thread-id v5.1.0 |
| 2019 | 2026-07-16T22:40:11.624Z | Compiling cfg_aliases v0.2.1 |
| 2020 | 2026-07-16T22:40:11.654Z | Compiling anstyle v1.0.14 |
| 2021 | 2026-07-16T22:40:11.654Z | Compiling smoltcp v0.9.1 |
| 2022 | 2026-07-16T22:40:11.689Z | Compiling num_threads v0.1.7 |
| 2023 | 2026-07-16T22:40:11.877Z | Compiling num-bigint-dig v0.8.6 |
| 2024 | 2026-07-16T22:40:11.919Z | Compiling time v0.3.47 |
| 2025 | 2026-07-16T22:40:11.922Z | Compiling nix v0.31.2 |
| 2026 | 2026-07-16T22:40:12.108Z | Compiling hyper v1.10.1 |
| 2027 | 2026-07-16T22:40:12.127Z | Compiling darling v0.20.11 |
| 2028 | 2026-07-16T22:40:12.323Z | Compiling sha2 v0.10.9 |
| 2029 | 2026-07-16T22:40:12.555Z | Compiling ipnetwork v0.21.1 |
| 2030 | 2026-07-16T22:40:12.604Z | Compiling hmac v0.12.1 |
| 2031 | 2026-07-16T22:40:12.679Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2032 | 2026-07-16T22:40:12.764Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-07-16T22:40:12.922Z | Compiling darling_core v0.23.0 |
| 2034 | 2026-07-16T22:40:12.998Z | Compiling sync_wrapper v1.0.2 |
| 2035 | 2026-07-16T22:40:13.033Z | Compiling wait-timeout v0.2.1 |
| 2036 | 2026-07-16T22:40:13.277Z | Compiling hyper-util v0.1.20 |
| 2037 | 2026-07-16T22:40:13.616Z | Compiling is_terminal_polyfill v1.70.2 |
| 2038 | 2026-07-16T22:40:13.720Z | Compiling quick-error v1.2.3 |
| 2039 | 2026-07-16T22:40:13.736Z | Compiling anstyle-query v1.1.5 |
| 2040 | 2026-07-16T22:40:13.848Z | Compiling colorchoice v1.0.4 |
| 2041 | 2026-07-16T22:40:13.865Z | Compiling bit-vec v0.8.0 |
| 2042 | 2026-07-16T22:40:13.977Z | Compiling simd-adler32 v0.3.8 |
| 2043 | 2026-07-16T22:40:14.102Z | Compiling siphasher v1.0.2 |
| 2044 | 2026-07-16T22:40:14.120Z | Compiling bit-set v0.8.0 |
| 2045 | 2026-07-16T22:40:14.226Z | Compiling rusty-fork v0.3.1 |
| 2046 | 2026-07-16T22:40:14.352Z | Compiling tower v0.5.3 |
| 2047 | 2026-07-16T22:40:14.850Z | Compiling derive_builder_core v0.20.2 |
| 2048 | 2026-07-16T22:40:14.934Z | Compiling snafu-derive v0.8.9 |
| 2049 | 2026-07-16T22:40:15.006Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-16T22:40:15.037Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-16T22:40:15.071Z | Compiling darling_macro v0.23.0 |
| 2052 | 2026-07-16T22:40:15.087Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-07-16T22:40:15.166Z | Compiling rand_xorshift v0.4.0 |
| 2054 | 2026-07-16T22:40:15.338Z | Compiling fs-err v3.3.0 |
| 2055 | 2026-07-16T22:40:15.377Z | Compiling ahash v0.8.12 |
| 2056 | 2026-07-16T22:40:15.571Z | Compiling unicode-properties v0.1.4 |
| 2057 | 2026-07-16T22:40:15.588Z | Compiling ryu v1.0.23 |
| 2058 | 2026-07-16T22:40:15.731Z | Compiling unicode-bidi v0.3.18 |
| 2059 | 2026-07-16T22:40:15.748Z | Compiling adler2 v2.0.1 |
| 2060 | 2026-07-16T22:40:15.784Z | Compiling object v0.37.3 |
| 2061 | 2026-07-16T22:40:15.804Z | Compiling allocator-api2 v0.2.21 |
| 2062 | 2026-07-16T22:40:15.889Z | Compiling unarray v0.1.4 |
| 2063 | 2026-07-16T22:40:15.977Z | Compiling iri-string v0.7.10 |
| 2064 | 2026-07-16T22:40:16.024Z | Compiling proptest v1.10.0 |
| 2065 | 2026-07-16T22:40:16.104Z | Compiling stringprep v0.1.5 |
| 2066 | 2026-07-16T22:40:16.158Z | Compiling miniz_oxide v0.8.9 |
| 2067 | 2026-07-16T22:40:16.173Z | Compiling serde_urlencoded v0.7.1 |
| 2068 | 2026-07-16T22:40:16.433Z | Compiling derive_builder_macro v0.20.2 |
| 2069 | 2026-07-16T22:40:16.496Z | Compiling darling v0.23.0 |
| 2070 | 2026-07-16T22:40:16.623Z | Compiling tokio-native-tls v0.3.1 |
| 2071 | 2026-07-16T22:40:16.714Z | Compiling usdt-attr-macro v0.6.0 |
| 2072 | 2026-07-16T22:40:16.814Z | Compiling usdt-macro v0.6.0 |
| 2073 | 2026-07-16T22:40:16.831Z | Compiling anstyle-parse v1.0.0 |
| 2074 | 2026-07-16T22:40:16.890Z | Compiling crypto-common v0.2.2 |
| 2075 | 2026-07-16T22:40:16.905Z | Compiling block-padding v0.4.2 |
| 2076 | 2026-07-16T22:40:16.947Z | Compiling block-buffer v0.12.1 |
| 2077 | 2026-07-16T22:40:17.246Z | Compiling tower-http v0.6.8 |
| 2078 | 2026-07-16T22:40:17.522Z | Compiling rustls-native-certs v0.8.3 |
| 2079 | 2026-07-16T22:40:17.537Z | Compiling rand_chacha v0.3.1 |
| 2080 | 2026-07-16T22:40:17.634Z | Compiling hex v0.4.3 |
| 2081 | 2026-07-16T22:40:17.676Z | Compiling erased-serde v0.3.31 |
| 2082 | 2026-07-16T22:40:17.691Z | Compiling signature v2.2.0 |
| 2083 | 2026-07-16T22:40:17.733Z | Compiling md-5 v0.10.6 |
| 2084 | 2026-07-16T22:40:17.760Z | Compiling bstr v1.12.1 |
| 2085 | 2026-07-16T22:40:17.807Z | Compiling num-integer v0.1.46 |
| 2086 | 2026-07-16T22:40:17.823Z | Compiling hash32 v0.2.1 |
| 2087 | 2026-07-16T22:40:17.896Z | Compiling vergen-lib v9.1.0 |
| 2088 | 2026-07-16T22:40:17.977Z | Compiling encoding_rs v0.8.35 |
| 2089 | 2026-07-16T22:40:18.036Z | Compiling cpufeatures v0.3.0 |
| 2090 | 2026-07-16T22:40:18.117Z | Compiling mime v0.3.17 |
| 2091 | 2026-07-16T22:40:18.119Z | Compiling fallible-iterator v0.2.0 |
| 2092 | 2026-07-16T22:40:18.148Z | Compiling zlib-rs v0.6.2 |
| 2093 | 2026-07-16T22:40:18.279Z | Compiling psl-types v2.0.11 |
| 2094 | 2026-07-16T22:40:18.385Z | Compiling publicsuffix v2.3.0 |
| 2095 | 2026-07-16T22:40:18.416Z | Compiling postgres-protocol v0.6.10 |
| 2096 | 2026-07-16T22:40:18.473Z | Compiling newtype-uuid v1.3.2 |
| 2097 | 2026-07-16T22:40:18.492Z | Compiling num-iter v0.1.45 |
| 2098 | 2026-07-16T22:40:18.664Z | Compiling rand v0.8.6 |
| 2099 | 2026-07-16T22:40:19.080Z | Compiling oxnet v0.1.6 |
| 2100 | 2026-07-16T22:40:19.095Z | Compiling inout v0.2.2 |
| 2101 | 2026-07-16T22:40:19.227Z | Compiling anstream v1.0.0 |
| 2102 | 2026-07-16T22:40:19.230Z | Compiling derive_builder v0.20.2 |
| 2103 | 2026-07-16T22:40:19.261Z | Compiling hyper-tls v0.6.0 |
| 2104 | 2026-07-16T22:40:19.280Z | Compiling serde_with_macros v3.21.0 |
| 2105 | 2026-07-16T22:40:19.313Z | Compiling phf_shared v0.13.1 |
| 2106 | 2026-07-16T22:40:19.380Z | Compiling pin-project v1.1.11 |
| 2107 | 2026-07-16T22:40:19.503Z | Compiling lazy_static v1.5.0 |
| 2108 | 2026-07-16T22:40:19.549Z | Compiling anstyle-parse v0.2.7 |
| 2109 | 2026-07-16T22:40:19.657Z | Compiling terminal_size v0.4.3 |
| 2110 | 2026-07-16T22:40:19.690Z | Compiling futures-executor v0.3.32 |
| 2111 | 2026-07-16T22:40:19.723Z | Compiling clap_derive v4.6.1 |
| 2112 | 2026-07-16T22:40:19.752Z | Compiling serde_repr v0.1.20 |
| 2113 | 2026-07-16T22:40:19.776Z | Compiling enum-as-inner v0.6.1 |
| 2114 | 2026-07-16T22:40:19.817Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-07-16T22:40:19.953Z | Compiling ff v0.13.1 |
| 2116 | 2026-07-16T22:40:19.974Z | Compiling vergen v9.1.0 |
| 2117 | 2026-07-16T22:40:20.018Z | Compiling cargo-platform v0.3.2 |
| 2118 | 2026-07-16T22:40:20.114Z | Compiling managed v0.8.0 |
| 2119 | 2026-07-16T22:40:20.207Z | Compiling flate2 v1.1.9 |
| 2120 | 2026-07-16T22:40:20.289Z | Compiling bitflags v1.3.2 |
| 2121 | 2026-07-16T22:40:20.319Z | Compiling libbz2-rs-sys v0.2.2 |
| 2122 | 2026-07-16T22:40:20.386Z | Compiling foldhash v0.2.0 |
| 2123 | 2026-07-16T22:40:20.400Z | Compiling foldhash v0.1.5 |
| 2124 | 2026-07-16T22:40:20.419Z | Compiling same-file v1.0.6 |
| 2125 | 2026-07-16T22:40:20.577Z | Compiling bumpalo v3.20.2 |
| 2126 | 2026-07-16T22:40:20.592Z | Compiling clap_lex v1.0.0 |
| 2127 | 2026-07-16T22:40:20.624Z | Compiling base16ct v0.2.0 |
| 2128 | 2026-07-16T22:40:20.803Z | Compiling zopfli v0.8.3 |
| 2129 | 2026-07-16T22:40:20.820Z | Compiling sec1 v0.7.3 |
| 2130 | 2026-07-16T22:40:20.824Z | Compiling clap_builder v4.6.0 |
| 2131 | 2026-07-16T22:40:20.870Z | Compiling bzip2 v0.6.1 |
| 2132 | 2026-07-16T22:40:20.971Z | Compiling walkdir v2.5.0 |
| 2133 | 2026-07-16T22:40:21.035Z | Compiling hashbrown v0.16.1 |
| 2134 | 2026-07-16T22:40:21.112Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-07-16T22:40:21.306Z | Compiling cargo_metadata v0.23.1 |
| 2136 | 2026-07-16T22:40:21.349Z | Compiling group v0.13.0 |
| 2137 | 2026-07-16T22:40:21.655Z | Compiling futures v0.3.32 |
| 2138 | 2026-07-16T22:40:21.752Z | Compiling anstream v0.6.21 |
| 2139 | 2026-07-16T22:40:21.863Z | Compiling zstd v0.13.3 |
| 2140 | 2026-07-16T22:40:22.134Z | Compiling phf v0.13.1 |
| 2141 | 2026-07-16T22:40:22.194Z | Compiling snafu v0.8.9 |
| 2142 | 2026-07-16T22:40:22.311Z | Compiling reqwest v0.12.28 |
| 2143 | 2026-07-16T22:40:22.355Z | Compiling daft v0.1.7 |
| 2144 | 2026-07-16T22:40:22.653Z | Compiling cipher v0.5.2 |
| 2145 | 2026-07-16T22:40:22.784Z | Compiling signal-hook-mio v0.2.5 |
| 2146 | 2026-07-16T22:40:22.840Z | Compiling cookie_store v0.22.1 |
| 2147 | 2026-07-16T22:40:22.880Z | Compiling postgres-types v0.2.12 |
| 2148 | 2026-07-16T22:40:22.923Z | Compiling bzip2 v0.4.4 |
| 2149 | 2026-07-16T22:40:22.938Z | Compiling globset v0.4.18 |
| 2150 | 2026-07-16T22:40:23.045Z | Compiling ed25519 v2.2.3 |
| 2151 | 2026-07-16T22:40:23.059Z | Compiling strum v0.27.2 |
| 2152 | 2026-07-16T22:40:23.221Z | Compiling hubpack v0.1.2 |
| 2153 | 2026-07-16T22:40:23.255Z | Compiling phf_shared v0.11.3 |
| 2154 | 2026-07-16T22:40:23.299Z | Compiling hkdf v0.12.4 |
| 2155 | 2026-07-16T22:40:23.324Z | Compiling crossbeam-epoch v0.9.18 |
| 2156 | 2026-07-16T22:40:23.425Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-07-16T22:40:23.441Z | Compiling olpc-cjson v0.1.4 |
| 2158 | 2026-07-16T22:40:23.624Z | Compiling pem v3.0.6 |
| 2159 | 2026-07-16T22:40:23.719Z | Compiling serde-big-array v0.5.1 |
| 2160 | 2026-07-16T22:40:23.748Z | Compiling serde_plain v1.0.2 |
| 2161 | 2026-07-16T22:40:23.832Z | Compiling crypto-bigint v0.5.5 |
| 2162 | 2026-07-16T22:40:23.902Z | Compiling float-cmp v0.10.0 |
| 2163 | 2026-07-16T22:40:23.944Z | Compiling memmap2 v0.9.10 |
| 2164 | 2026-07-16T22:40:23.956Z | Compiling env_filter v1.0.0 |
| 2165 | 2026-07-16T22:40:23.986Z | Compiling jiff v0.2.21 |
| 2166 | 2026-07-16T22:40:24.085Z | Compiling keccak v0.1.6 |
| 2167 | 2026-07-16T22:40:24.152Z | Compiling difflib v0.4.0 |
| 2168 | 2026-07-16T22:40:24.199Z | Compiling toml_write v0.1.2 |
| 2169 | 2026-07-16T22:40:24.221Z | Compiling predicates-core v1.0.10 |
| 2170 | 2026-07-16T22:40:24.237Z | Compiling precomputed-hash v0.1.1 |
| 2171 | 2026-07-16T22:40:24.297Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-07-16T22:40:24.337Z | Compiling typed-path v0.9.3 |
| 2173 | 2026-07-16T22:40:24.353Z | Compiling whoami v2.1.0 |
| 2174 | 2026-07-16T22:40:24.403Z | Compiling data-encoding v2.10.0 |
| 2175 | 2026-07-16T22:40:24.510Z | Compiling const-oid v0.10.2 |
| 2176 | 2026-07-16T22:40:24.610Z | Compiling normalize-line-endings v0.3.0 |
| 2177 | 2026-07-16T22:40:24.661Z | Compiling fixedbitset v0.5.7 |
| 2178 | 2026-07-16T22:40:24.728Z | Compiling new_debug_unreachable v1.0.6 |
| 2179 | 2026-07-16T22:40:24.748Z | Compiling static_assertions v1.1.0 |
| 2180 | 2026-07-16T22:40:24.748Z | Compiling elliptic-curve v0.13.8 |
| 2181 | 2026-07-16T22:40:24.797Z | Compiling string_cache v0.8.9 |
| 2182 | 2026-07-16T22:40:24.813Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2183 | 2026-07-16T22:40:24.924Z | Compiling petgraph v0.8.3 |
| 2184 | 2026-07-16T22:40:24.949Z | Compiling hickory-proto v0.25.2 |
| 2185 | 2026-07-16T22:40:24.962Z | Compiling predicates v3.1.4 |
| 2186 | 2026-07-16T22:40:24.979Z | Compiling digest v0.11.3 |
| 2187 | 2026-07-16T22:40:25.005Z | Compiling tokio-postgres v0.7.16 |
| 2188 | 2026-07-16T22:40:25.035Z | Compiling petgraph v0.6.5 |
| 2189 | 2026-07-16T22:40:25.051Z | Compiling toml_edit v0.22.27 |
| 2190 | 2026-07-16T22:40:25.121Z | Compiling chacha20 v0.10.0 |
| 2191 | 2026-07-16T22:40:25.195Z | Compiling sha3 v0.10.8 |
| 2192 | 2026-07-16T22:40:25.483Z | Compiling env_logger v0.11.9 |
| 2193 | 2026-07-16T22:40:25.497Z | Compiling usdt v0.6.0 |
| 2194 | 2026-07-16T22:40:25.805Z | Compiling rsa v0.9.10 |
| 2195 | 2026-07-16T22:40:26.511Z | Compiling zip v4.6.1 |
| 2196 | 2026-07-16T22:40:27.177Z | Compiling ed25519-dalek v2.2.0 |
| 2197 | 2026-07-16T22:40:27.351Z | Compiling zip v0.6.6 |
| 2198 | 2026-07-16T22:40:27.365Z | Compiling crossterm v0.28.1 |
| 2199 | 2026-07-16T22:40:27.486Z | Compiling iddqd v0.4.2 |
| 2200 | 2026-07-16T22:40:27.629Z | Compiling clap v4.6.1 |
| 2201 | 2026-07-16T22:40:27.723Z | Compiling serde_with v3.21.0 |
| 2202 | 2026-07-16T22:40:27.787Z | Compiling similar v2.7.0 |
| 2203 | 2026-07-16T22:40:27.889Z | Compiling byte-wrapper v0.1.0 |
| 2204 | 2026-07-16T22:40:27.992Z | Compiling strum v0.26.3 |
| 2205 | 2026-07-16T22:40:28.136Z | Compiling toml v0.7.8 |
| 2206 | 2026-07-16T22:40:28.199Z | Compiling tokio-stream v0.1.18 |
| 2207 | 2026-07-16T22:40:28.240Z | Compiling buf-list v1.1.2 |
| 2208 | 2026-07-16T22:40:28.518Z | Compiling x509-cert v0.2.5 |
| 2209 | 2026-07-16T22:40:28.547Z | Compiling itertools v0.13.0 |
| 2210 | 2026-07-16T22:40:28.666Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2211 | 2026-07-16T22:40:28.683Z | Compiling openapiv3 v2.2.0 |
| 2212 | 2026-07-16T22:40:29.552Z | Compiling peg-runtime v0.8.5 |
| 2213 | 2026-07-16T22:40:29.664Z | Compiling lalrpop-util v0.19.12 |
| 2214 | 2026-07-16T22:40:45.129Z | Compiling rustls-webpki v0.103.13 |
| 2215 | 2026-07-16T22:40:46.582Z | Compiling macaddr v1.0.1 |
| 2216 | 2026-07-16T22:40:46.675Z | Compiling structmeta-derive v0.3.0 |
| 2217 | 2026-07-16T22:40:46.817Z | Compiling darling_core v0.21.3 |
| 2218 | 2026-07-16T22:40:46.872Z | Compiling crucible-workspace-hack v0.1.0 |
| 2219 | 2026-07-16T22:40:46.900Z | Compiling rayon-core v1.13.0 |
| 2220 | 2026-07-16T22:40:47.144Z | Compiling itertools v0.14.0 |
| 2221 | 2026-07-16T22:40:47.164Z | Compiling secrecy v0.10.3 |
| 2222 | 2026-07-16T22:40:47.190Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2223 | 2026-07-16T22:40:47.331Z | Compiling heapless v0.8.0 |
| 2224 | 2026-07-16T22:40:47.354Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2225 | 2026-07-16T22:40:47.608Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2226 | 2026-07-16T22:40:47.614Z | Compiling crossbeam-deque v0.8.6 |
| 2227 | 2026-07-16T22:40:47.623Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2228 | 2026-07-16T22:40:47.724Z | Compiling structmeta v0.3.0 |
| 2229 | 2026-07-16T22:40:47.793Z | Compiling inout v0.1.4 |
| 2230 | 2026-07-16T22:40:47.829Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-07-16T22:40:47.863Z | Compiling multer v3.1.0 |
| 2232 | 2026-07-16T22:40:47.928Z | Compiling thread_local v1.1.9 |
| 2233 | 2026-07-16T22:40:47.973Z | Compiling unicode-width v0.2.0 |
| 2234 | 2026-07-16T22:40:48.028Z | Compiling smoltcp v0.11.0 |
| 2235 | 2026-07-16T22:40:48.086Z | Compiling slog-async v2.8.0 |
| 2236 | 2026-07-16T22:40:48.104Z | Compiling compression-core v0.4.31 |
| 2237 | 2026-07-16T22:40:48.294Z | Compiling match_cfg v0.1.0 |
| 2238 | 2026-07-16T22:40:48.305Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2239 | 2026-07-16T22:40:48.325Z | Compiling compression-codecs v0.4.37 |
| 2240 | 2026-07-16T22:40:48.387Z | Compiling hostname v0.3.1 |
| 2241 | 2026-07-16T22:40:48.422Z | Compiling proc-macro-crate v3.4.0 |
| 2242 | 2026-07-16T22:40:48.508Z | Compiling derive-ex v0.1.8 |
| 2243 | 2026-07-16T22:40:48.521Z | Compiling cipher v0.4.4 |
| 2244 | 2026-07-16T22:40:48.586Z | Compiling atomicwrites v0.4.4 |
| 2245 | 2026-07-16T22:40:48.701Z | Compiling slog-json v2.6.1 |
| 2246 | 2026-07-16T22:40:48.812Z | Compiling tokio-rustls v0.26.4 |
| 2247 | 2026-07-16T22:40:48.877Z | Compiling rustls-platform-verifier v0.6.2 |
| 2248 | 2026-07-16T22:40:48.901Z | Compiling tough v0.22.0 |
| 2249 | 2026-07-16T22:40:48.958Z | Compiling darling_macro v0.21.3 |
| 2250 | 2026-07-16T22:40:48.970Z | Compiling crossbeam-channel v0.5.15 |
| 2251 | 2026-07-16T22:40:48.982Z | Compiling half v2.7.1 |
| 2252 | 2026-07-16T22:40:48.982Z | Compiling newtype-uuid-macros v0.1.0 |
| 2253 | 2026-07-16T22:40:49.097Z | Compiling hyper-rustls v0.27.7 |
| 2254 | 2026-07-16T22:40:49.113Z | Compiling cobs v0.3.0 |
| 2255 | 2026-07-16T22:40:49.415Z | Compiling reqwest v0.13.2 |
| 2256 | 2026-07-16T22:40:49.454Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2257 | 2026-07-16T22:40:49.454Z | Compiling universal-hash v0.5.1 |
| 2258 | 2026-07-16T22:40:49.476Z | Compiling darling v0.21.3 |
| 2259 | 2026-07-16T22:40:49.557Z | Compiling ingot-macros v0.1.1 |
| 2260 | 2026-07-16T22:40:49.580Z | Compiling async-stream-impl v0.3.6 |
| 2261 | 2026-07-16T22:40:49.659Z | Compiling serde_spanned v1.1.1 |
| 2262 | 2026-07-16T22:40:49.773Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2263 | 2026-07-16T22:40:49.839Z | Compiling is-terminal v0.4.17 |
| 2264 | 2026-07-16T22:40:50.359Z | Compiling proc-macro-error-attr v1.0.4 |
| 2265 | 2026-07-16T22:40:50.481Z | Compiling dropshot v0.17.1 |
| 2266 | 2026-07-16T22:40:50.481Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2267 | 2026-07-16T22:40:50.482Z | Compiling term v1.2.1 |
| 2268 | 2026-07-16T22:40:50.482Z | Compiling take_mut v0.2.2 |
| 2269 | 2026-07-16T22:40:50.482Z | Compiling convert_case v0.4.0 |
| 2270 | 2026-07-16T22:40:50.482Z | Compiling opaque-debug v0.3.1 |
| 2271 | 2026-07-16T22:40:50.482Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2272 | 2026-07-16T22:40:50.482Z | Compiling ciborium-io v0.2.2 |
| 2273 | 2026-07-16T22:40:50.482Z | Compiling poly1305 v0.8.0 |
| 2274 | 2026-07-16T22:40:50.482Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2275 | 2026-07-16T22:40:50.510Z | Compiling thiserror-no-std v2.0.2 |
| 2276 | 2026-07-16T22:40:50.510Z | Compiling ciborium-ll v0.2.2 |
| 2277 | 2026-07-16T22:40:50.556Z | Compiling derive_more v0.99.20 |
| 2278 | 2026-07-16T22:40:50.578Z | Compiling slog-term v2.9.2 |
| 2279 | 2026-07-16T22:40:50.842Z | Compiling async-stream v0.3.6 |
| 2280 | 2026-07-16T22:40:50.859Z | Compiling test-strategy v0.4.5 |
| 2281 | 2026-07-16T22:40:51.009Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2282 | 2026-07-16T22:40:51.068Z | Compiling postcard v1.1.3 |
| 2283 | 2026-07-16T22:40:55.591Z | Compiling num_enum_derive v0.7.6 |
| 2284 | 2026-07-16T22:40:55.653Z | Compiling slog-bunyan v2.5.0 |
| 2285 | 2026-07-16T22:40:55.653Z | Compiling chacha20 v0.9.1 |
| 2286 | 2026-07-16T22:40:55.653Z | Compiling async-compression v0.4.41 |
| 2287 | 2026-07-16T22:40:55.653Z | Compiling ingot-types v0.1.2 |
| 2288 | 2026-07-16T22:40:55.653Z | Compiling parse-display-derive v0.10.0 |
| 2289 | 2026-07-16T22:40:55.653Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2290 | 2026-07-16T22:40:55.653Z | Compiling sha1 v0.11.0 |
| 2291 | 2026-07-16T22:40:55.653Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2292 | 2026-07-16T22:40:55.654Z | Compiling proc-macro-crate v1.3.1 |
| 2293 | 2026-07-16T22:40:55.654Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2294 | 2026-07-16T22:40:55.654Z | Compiling ingot v0.1.1 |
| 2295 | 2026-07-16T22:40:55.654Z | Compiling waitgroup v0.1.2 |
| 2296 | 2026-07-16T22:40:55.654Z | Compiling password-hash v0.5.0 |
| 2297 | 2026-07-16T22:40:55.654Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2298 | 2026-07-16T22:40:55.656Z | Compiling backon v1.6.0 |
| 2299 | 2026-07-16T22:40:55.656Z | Compiling rustls-pemfile v2.2.0 |
| 2300 | 2026-07-16T22:40:55.656Z | Compiling dropshot_endpoint v0.17.1 |
| 2301 | 2026-07-16T22:40:55.656Z | Compiling blake2 v0.10.6 |
| 2302 | 2026-07-16T22:40:55.656Z | Compiling aead v0.5.2 |
| 2303 | 2026-07-16T22:40:55.656Z | Compiling foreign-types-macros v0.2.3 |
| 2304 | 2026-07-16T22:40:55.656Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2305 | 2026-07-16T22:40:55.656Z | Compiling serde_path_to_error v0.1.20 |
| 2306 | 2026-07-16T22:40:55.656Z | Compiling hostname v0.4.2 |
| 2307 | 2026-07-16T22:40:55.656Z | Compiling proc-macro-error v1.0.4 |
| 2308 | 2026-07-16T22:40:55.656Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2309 | 2026-07-16T22:40:55.657Z | Compiling instant v0.1.13 |
| 2310 | 2026-07-16T22:40:55.657Z | Compiling foreign-types-shared v0.3.1 |
| 2311 | 2026-07-16T22:40:55.657Z | Compiling debug-ignore v1.0.5 |
| 2312 | 2026-07-16T22:40:55.657Z | Compiling parse-display v0.10.0 |
| 2313 | 2026-07-16T22:40:55.657Z | Compiling backoff v0.4.0 |
| 2314 | 2026-07-16T22:40:55.657Z | Compiling argon2 v0.5.3 |
| 2315 | 2026-07-16T22:40:55.657Z | Compiling chacha20poly1305 v0.10.1 |
| 2316 | 2026-07-16T22:40:55.657Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2317 | 2026-07-16T22:40:55.657Z | Compiling foreign-types v0.5.0 |
| 2318 | 2026-07-16T22:40:55.657Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-07-16T22:40:55.657Z | Compiling num_enum_derive v0.5.11 |
| 2320 | 2026-07-16T22:40:55.657Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2321 | 2026-07-16T22:40:55.657Z | Compiling num_enum v0.7.6 |
| 2322 | 2026-07-16T22:40:55.657Z | Compiling ciborium v0.2.2 |
| 2323 | 2026-07-16T22:40:55.657Z | Compiling vsss-rs v3.3.4 |
| 2324 | 2026-07-16T22:40:55.657Z | Compiling tabwriter v1.4.1 |
| 2325 | 2026-07-16T22:40:55.657Z | Compiling regress v0.10.5 |
| 2326 | 2026-07-16T22:40:55.657Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2327 | 2026-07-16T22:40:55.657Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2328 | 2026-07-16T22:40:55.657Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2329 | 2026-07-16T22:40:55.657Z | Compiling cstr-argument v0.1.2 |
| 2330 | 2026-07-16T22:40:55.657Z | Compiling humantime v2.3.0 |
| 2331 | 2026-07-16T22:40:55.657Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2332 | 2026-07-16T22:40:55.657Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2333 | 2026-07-16T22:40:55.657Z | Compiling num_enum v0.5.11 |
| 2334 | 2026-07-16T22:40:55.657Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2335 | 2026-07-16T22:40:55.657Z | Compiling rayon v1.11.0 |
| 2336 | 2026-07-16T22:40:55.657Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2337 | 2026-07-16T22:40:55.657Z | Compiling rand v0.10.1 |
| 2338 | 2026-07-16T22:40:55.657Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2339 | 2026-07-16T22:40:55.657Z | Compiling colored v3.1.1 |
| 2340 | 2026-07-16T22:40:55.658Z | Compiling indent_write v2.2.0 |
| 2341 | 2026-07-16T22:40:55.658Z | Compiling libefi-sys v0.1.0 |
| 2342 | 2026-07-16T22:40:55.658Z | Compiling zone_cfg_derive v0.3.1 |
| 2343 | 2026-07-16T22:40:55.658Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2344 | 2026-07-16T22:40:55.658Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2345 | 2026-07-16T22:40:55.658Z | Compiling camino-tempfile v1.4.1 |
| 2346 | 2026-07-16T22:40:55.658Z | Compiling itertools v0.12.1 |
| 2347 | 2026-07-16T22:40:55.658Z | Compiling usdt-macro v0.5.0 |
| 2348 | 2026-07-16T22:40:55.658Z | Compiling usdt-attr-macro v0.5.0 |
| 2349 | 2026-07-16T22:40:55.697Z | Compiling bitfield-struct v0.6.2 |
| 2350 | 2026-07-16T22:40:55.719Z | Compiling num-derive v0.4.2 |
| 2351 | 2026-07-16T22:40:55.742Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2352 | 2026-07-16T22:40:55.757Z | Compiling blake3 v1.8.5 |
| 2353 | 2026-07-16T22:40:55.760Z | Compiling memmap v0.7.0 |
| 2354 | 2026-07-16T22:40:55.862Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2355 | 2026-07-16T22:40:55.948Z | Compiling sigpipe v0.1.3 |
| 2356 | 2026-07-16T22:40:56.024Z | Compiling glob v0.3.3 |
| 2357 | 2026-07-16T22:40:56.059Z | Compiling swrite v0.1.0 |
| 2358 | 2026-07-16T22:40:56.099Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2359 | 2026-07-16T22:40:56.199Z | Compiling usdt v0.5.0 |
| 2360 | 2026-07-16T22:40:56.199Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2361 | 2026-07-16T22:40:56.351Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-07-16T22:40:56.383Z | Compiling smf v0.2.3 |
| 2363 | 2026-07-16T22:40:56.583Z | Compiling filetime v0.2.27 |
| 2364 | 2026-07-16T22:40:56.599Z | Compiling whoami v1.6.1 |
| 2365 | 2026-07-16T22:40:56.674Z | Compiling zone v0.3.1 |
| 2366 | 2026-07-16T22:40:56.690Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2367 | 2026-07-16T22:40:56.693Z | Compiling constant_time_eq v0.4.2 |
| 2368 | 2026-07-16T22:40:56.755Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2369 | 2026-07-16T22:40:56.784Z | Compiling arrayvec v0.7.6 |
| 2370 | 2026-07-16T22:40:56.831Z | Compiling arrayref v0.3.9 |
| 2371 | 2026-07-16T22:40:56.834Z | Compiling xattr v1.6.1 |
| 2372 | 2026-07-16T22:40:56.863Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2373 | 2026-07-16T22:40:56.920Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2374 | 2026-07-16T22:40:56.945Z | Compiling tokio-dtrace v0.1.1 |
| 2375 | 2026-07-16T22:40:56.966Z | Compiling console v0.16.2 |
| 2376 | 2026-07-16T22:40:57.061Z | Compiling tar v0.4.46 |
| 2377 | 2026-07-16T22:40:57.064Z | Compiling gethostname v0.5.0 |
| 2378 | 2026-07-16T22:40:57.184Z | Compiling topological-sort v0.2.2 |
| 2379 | 2026-07-16T22:40:57.233Z | Compiling unit-prefix v0.5.2 |
| 2380 | 2026-07-16T22:40:57.294Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2381 | 2026-07-16T22:40:57.373Z | Compiling indicatif v0.18.4 |
| 2382 | 2026-07-16T22:40:57.415Z | Compiling oxide-tokio-rt v0.1.4 |
| 2383 | 2026-07-16T22:40:57.553Z | Compiling toml v0.8.23 |
| 2384 | 2026-07-16T22:40:57.568Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2385 | 2026-07-16T22:40:57.684Z | Compiling shell-words v1.1.1 |
| 2386 | 2026-07-16T22:41:06.922Z | Compiling progenitor-client v0.14.0 |
| 2387 | 2026-07-16T22:41:06.922Z | Compiling omicron-zone-package v0.12.3 |
| 2388 | 2026-07-16T22:41:07.163Z | Compiling progenitor-extras v0.2.0 |
| 2389 | 2026-07-16T22:41:07.449Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2390 | 2026-07-16T22:41:07.477Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2391 | 2026-07-16T22:41:07.542Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2392 | 2026-07-16T22:41:07.616Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2393 | 2026-07-16T22:41:07.648Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2394 | 2026-07-16T22:41:07.695Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2395 | 2026-07-16T22:41:07.772Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2396 | 2026-07-16T22:41:07.870Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2397 | 2026-07-16T22:41:08.279Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2398 | 2026-07-16T22:41:12.207Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2399 | 2026-07-16T22:41:20.178Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2400 | 2026-07-16T22:41:23.300Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2401 | 2026-07-16T22:41:24.327Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2402 | 2026-07-16T22:41:33.662Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2403 | 2026-07-16T22:41:33.810Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2404 | 2026-07-16T22:41:33.880Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2405 | 2026-07-16T22:41:33.888Z | Created new build target 'test' and set it as active |
| 2406 | 2026-07-16T22:41:33.889Z | |
| 2407 | 2026-07-16T22:41:33.889Z | real 1:39.665708058 |
| 2408 | 2026-07-16T22:41:33.889Z | user 16:22.177521163 |
| 2409 | 2026-07-16T22:41:33.889Z | sys 2:35.015313710 |
| 2410 | 2026-07-16T22:41:33.889Z | trap 0.472706489 |
| 2411 | 2026-07-16T22:41:33.889Z | tflt 2.347857787 |
| 2412 | 2026-07-16T22:41:33.889Z | dflt 3.951375565 |
| 2413 | 2026-07-16T22:41:33.889Z | kflt 0.000474130 |
| 2414 | 2026-07-16T22:41:33.889Z | lock 51:44.182970089 |
| 2415 | 2026-07-16T22:41:33.889Z | slp 42:14.944095505 |
| 2416 | 2026-07-16T22:41:33.889Z | lat 43.761320224 |
| 2417 | 2026-07-16T22:41:33.889Z | stop 5:12.483179486 |
| 2418 | 2026-07-16T22:41:33.890Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2419 | 2026-07-16T22:41:34.704Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2420 | 2026-07-16T22:41:34.777Z | Running `target/release/omicron-package -t test package` |
| 2421 | 2026-07-16T22:41:34.827Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2422 | 2026-07-16T22:41:36.198Z | Compiling heck v0.5.0 |
| 2423 | 2026-07-16T22:41:36.198Z | Compiling regress v0.11.1 |
| 2424 | 2026-07-16T22:41:36.434Z | Compiling unsafe-libyaml v0.2.11 |
| 2425 | 2026-07-16T22:41:36.453Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2426 | 2026-07-16T22:41:36.487Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2427 | 2026-07-16T22:41:36.495Z | Compiling unicode-width v0.1.14 |
| 2428 | 2026-07-16T22:41:36.521Z | Compiling derive-where v1.6.0 |
| 2429 | 2026-07-16T22:41:36.524Z | Compiling bytecount v0.6.9 |
| 2430 | 2026-07-16T22:41:36.538Z | Compiling atomicwrites v0.4.4 |
| 2431 | 2026-07-16T22:41:36.581Z | Compiling is-terminal v0.4.17 |
| 2432 | 2026-07-16T22:41:36.584Z | Compiling prettyplease v0.2.37 |
| 2433 | 2026-07-16T22:41:36.584Z | Compiling console v0.15.11 |
| 2434 | 2026-07-16T22:41:36.584Z | Compiling newline-converter v0.3.0 |
| 2435 | 2026-07-16T22:41:36.584Z | Compiling slog-dtrace v0.3.0 |
| 2436 | 2026-07-16T22:41:36.619Z | Compiling owo-colors v4.3.0 |
| 2437 | 2026-07-16T22:41:36.701Z | Compiling resolv-conf v0.7.6 |
| 2438 | 2026-07-16T22:41:36.724Z | Compiling cancel-safe-futures v0.1.5 |
| 2439 | 2026-07-16T22:41:36.747Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-16T22:41:36.770Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2441 | 2026-07-16T22:41:36.801Z | Compiling libsw-core v0.3.2 |
| 2442 | 2026-07-16T22:41:36.833Z | Compiling num-complex v0.4.6 |
| 2443 | 2026-07-16T22:41:36.896Z | Compiling thread_local v1.1.9 |
| 2444 | 2026-07-16T22:41:36.935Z | Compiling serde_yaml v0.9.34+deprecated |
| 2445 | 2026-07-16T22:41:37.009Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-07-16T22:41:37.050Z | Compiling compression-core v0.4.31 |
| 2447 | 2026-07-16T22:41:37.126Z | Compiling expectorate v1.2.0 |
| 2448 | 2026-07-16T22:41:37.147Z | Compiling hostname v0.3.1 |
| 2449 | 2026-07-16T22:41:37.224Z | Compiling num v0.4.3 |
| 2450 | 2026-07-16T22:41:37.302Z | Compiling compression-codecs v0.4.37 |
| 2451 | 2026-07-16T22:41:37.324Z | Compiling libsw v3.5.0 |
| 2452 | 2026-07-16T22:41:37.327Z | Compiling slog-async v2.8.0 |
| 2453 | 2026-07-16T22:41:37.367Z | Compiling multer v3.1.0 |
| 2454 | 2026-07-16T22:41:37.386Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-16T22:41:37.414Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-16T22:41:37.436Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-16T22:41:37.482Z | Compiling serde_spanned v1.1.1 |
| 2458 | 2026-07-16T22:41:37.540Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2459 | 2026-07-16T22:41:37.563Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2460 | 2026-07-16T22:41:37.651Z | Compiling linear-map v1.2.0 |
| 2461 | 2026-07-16T22:41:37.677Z | Compiling term v1.2.1 |
| 2462 | 2026-07-16T22:41:37.696Z | Compiling float-ord v0.3.2 |
| 2463 | 2026-07-16T22:41:37.729Z | Compiling linked-hash-map v0.5.6 |
| 2464 | 2026-07-16T22:41:37.752Z | Compiling take_mut v0.2.2 |
| 2465 | 2026-07-16T22:41:37.768Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2466 | 2026-07-16T22:41:37.791Z | Compiling slog-bunyan v2.5.0 |
| 2467 | 2026-07-16T22:41:37.795Z | Compiling async-compression v0.4.41 |
| 2468 | 2026-07-16T22:41:37.846Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2469 | 2026-07-16T22:41:37.865Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2470 | 2026-07-16T22:41:37.946Z | Compiling typify-impl v0.6.2 |
| 2471 | 2026-07-16T22:41:37.968Z | Compiling slog-term v2.9.2 |
| 2472 | 2026-07-16T22:41:37.971Z | Compiling lru-cache v0.1.2 |
| 2473 | 2026-07-16T22:41:38.169Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2474 | 2026-07-16T22:41:38.192Z | Compiling dropshot v0.17.1 |
| 2475 | 2026-07-16T22:41:38.236Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-16T22:41:38.268Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-16T22:41:38.322Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-16T22:41:38.343Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-16T22:41:38.346Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-16T22:41:38.436Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-16T22:41:38.477Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-16T22:41:38.498Z | Compiling serde_path_to_error v0.1.20 |
| 2483 | 2026-07-16T22:41:38.501Z | Compiling hostname v0.4.2 |
| 2484 | 2026-07-16T22:41:38.546Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-16T22:41:38.567Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-07-16T22:41:38.645Z | Compiling debug-ignore v1.0.5 |
| 2487 | 2026-07-16T22:41:38.648Z | Compiling progenitor-extras v0.2.0 |
| 2488 | 2026-07-16T22:41:38.787Z | Compiling backoff v0.4.0 |
| 2489 | 2026-07-16T22:41:38.791Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2490 | 2026-07-16T22:41:38.791Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2491 | 2026-07-16T22:41:38.791Z | Compiling nom v7.1.3 |
| 2492 | 2026-07-16T22:41:38.864Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-07-16T22:41:38.917Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-07-16T22:41:38.938Z | Compiling parse-display v0.10.0 |
| 2495 | 2026-07-16T22:41:38.959Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2496 | 2026-07-16T22:41:39.019Z | Compiling hickory-proto v0.24.4 |
| 2497 | 2026-07-16T22:41:39.221Z | Compiling regress v0.10.5 |
| 2498 | 2026-07-16T22:41:39.600Z | Compiling macaddr v1.0.1 |
| 2499 | 2026-07-16T22:41:39.620Z | Compiling humantime v2.3.0 |
| 2500 | 2026-07-16T22:41:39.694Z | Compiling unicode-xid v0.2.6 |
| 2501 | 2026-07-16T22:41:39.868Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-07-16T22:41:39.949Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2503 | 2026-07-16T22:41:40.045Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2504 | 2026-07-16T22:41:40.129Z | Compiling convert_case v0.10.0 |
| 2505 | 2026-07-16T22:41:40.253Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2506 | 2026-07-16T22:41:40.417Z | Compiling derive_more-impl v2.1.1 |
| 2507 | 2026-07-16T22:41:40.746Z | Compiling toml v0.8.23 |
| 2508 | 2026-07-16T22:41:40.900Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2509 | 2026-07-16T22:41:41.173Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2510 | 2026-07-16T22:41:41.233Z | Compiling derive_more v2.1.1 |
| 2511 | 2026-07-16T22:41:41.268Z | Compiling papergrid v0.11.0 |
| 2512 | 2026-07-16T22:41:41.339Z | Compiling tabled_derive v0.7.0 |
| 2513 | 2026-07-16T22:41:41.361Z | Compiling termtree v0.5.1 |
| 2514 | 2026-07-16T22:41:41.364Z | Compiling crossterm v0.29.0 |
| 2515 | 2026-07-16T22:41:41.364Z | Compiling typify-macro v0.6.2 |
| 2516 | 2026-07-16T22:41:41.588Z | Compiling hickory-resolver v0.24.4 |
| 2517 | 2026-07-16T22:41:41.615Z | Compiling phf_shared v0.12.1 |
| 2518 | 2026-07-16T22:41:41.870Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2519 | 2026-07-16T22:41:42.261Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-07-16T22:41:42.485Z | Compiling tabled v0.15.0 |
| 2521 | 2026-07-16T22:41:42.510Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2522 | 2026-07-16T22:41:42.951Z | Compiling typify v0.6.2 |
| 2523 | 2026-07-16T22:41:43.270Z | Compiling progenitor-impl v0.14.0 |
| 2524 | 2026-07-16T22:41:43.626Z | Compiling qorb v0.4.1 |
| 2525 | 2026-07-16T22:41:44.268Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-07-16T22:41:44.808Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-07-16T22:41:45.242Z | Compiling vte v0.14.1 |
| 2528 | 2026-07-16T22:41:45.376Z | Compiling progenitor-macro v0.14.0 |
| 2529 | 2026-07-16T22:41:45.528Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-07-16T22:41:45.757Z | Compiling highway v1.3.0 |
| 2531 | 2026-07-16T22:41:46.443Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-07-16T22:41:46.540Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-07-16T22:41:46.679Z | Compiling csv v1.4.0 |
| 2534 | 2026-07-16T22:41:46.835Z | Compiling phf v0.12.1 |
| 2535 | 2026-07-16T22:41:47.029Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2536 | 2026-07-16T22:41:47.050Z | Compiling const_format_proc_macros v0.2.34 |
| 2537 | 2026-07-16T22:41:47.104Z | Compiling fd-lock v4.0.4 |
| 2538 | 2026-07-16T22:41:47.125Z | Compiling peg-macros v0.8.5 |
| 2539 | 2026-07-16T22:41:47.271Z | Compiling nu-ansi-term v0.50.3 |
| 2540 | 2026-07-16T22:41:47.509Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2541 | 2026-07-16T22:41:47.822Z | Compiling const_format v0.2.35 |
| 2542 | 2026-07-16T22:41:47.868Z | Compiling reedline v0.40.0 |
| 2543 | 2026-07-16T22:41:48.154Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2544 | 2026-07-16T22:41:48.396Z | Compiling peg v0.8.5 |
| 2545 | 2026-07-16T22:41:48.528Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2546 | 2026-07-16T22:41:49.172Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2547 | 2026-07-16T22:41:49.397Z | Compiling progenitor v0.14.0 |
| 2548 | 2026-07-16T22:41:49.574Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2549 | 2026-07-16T22:41:49.699Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2550 | 2026-07-16T22:41:49.718Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2551 | 2026-07-16T22:41:49.913Z | Compiling bcs v0.1.6 |
| 2552 | 2026-07-16T22:41:50.342Z | Compiling nom v8.0.0 |
| 2553 | 2026-07-16T22:41:50.365Z | Compiling semver v0.1.20 |
| 2554 | 2026-07-16T22:41:50.648Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-07-16T22:41:50.897Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-07-16T22:41:51.144Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2557 | 2026-07-16T22:41:51.407Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2558 | 2026-07-16T22:41:51.481Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2559 | 2026-07-16T22:41:51.581Z | Compiling smawk v0.3.2 |
| 2560 | 2026-07-16T22:41:51.773Z | Compiling unicode-linebreak v0.1.5 |
| 2561 | 2026-07-16T22:41:52.115Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2562 | 2026-07-16T22:41:52.136Z | Compiling textwrap v0.16.2 |
| 2563 | 2026-07-16T22:41:52.224Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-07-16T22:41:52.532Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2565 | 2026-07-16T22:41:52.568Z | Compiling steno v0.4.1 |
| 2566 | 2026-07-16T22:41:52.596Z | Compiling base64 v0.21.7 |
| 2567 | 2026-07-16T22:41:53.060Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2568 | 2026-07-16T22:41:53.158Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2569 | 2026-07-16T22:41:53.340Z | Compiling sha1 v0.10.6 |
| 2570 | 2026-07-16T22:41:53.734Z | Compiling tagptr v0.2.0 |
| 2571 | 2026-07-16T22:41:53.755Z | Compiling utf-8 v0.7.6 |
| 2572 | 2026-07-16T22:41:53.777Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2573 | 2026-07-16T22:41:53.928Z | Compiling moka v0.12.13 |
| 2574 | 2026-07-16T22:41:53.992Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2575 | 2026-07-16T22:41:53.995Z | Compiling tungstenite v0.21.0 |
| 2576 | 2026-07-16T22:41:54.062Z | Compiling display-error-chain v0.2.2 |
| 2577 | 2026-07-16T22:41:54.235Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2578 | 2026-07-16T22:41:54.338Z | Compiling radium v0.7.0 |
| 2579 | 2026-07-16T22:41:54.397Z | Compiling maybe-uninit v2.0.0 |
| 2580 | 2026-07-16T22:41:54.637Z | Compiling tokio-tungstenite v0.21.0 |
| 2581 | 2026-07-16T22:41:54.738Z | Compiling tap v1.0.1 |
| 2582 | 2026-07-16T22:41:54.873Z | Compiling wyz v0.5.1 |
| 2583 | 2026-07-16T22:41:55.021Z | Compiling hickory-resolver v0.25.2 |
| 2584 | 2026-07-16T22:41:55.118Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2585 | 2026-07-16T22:41:55.401Z | Compiling vergen-lib v0.1.6 |
| 2586 | 2026-07-16T22:41:55.434Z | Compiling zerocopy-derive v0.6.6 |
| 2587 | 2026-07-16T22:41:55.663Z | Compiling packed_struct v0.10.1 |
| 2588 | 2026-07-16T22:41:55.928Z | Compiling funty v2.0.0 |
| 2589 | 2026-07-16T22:41:56.208Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2590 | 2026-07-16T22:41:56.267Z | Compiling diesel_derives v2.3.7 |
| 2591 | 2026-07-16T22:41:56.494Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-07-16T22:41:56.621Z | Compiling crc v3.4.0 |
| 2593 | 2026-07-16T22:41:56.880Z | Compiling bitvec v1.0.1 |
| 2594 | 2026-07-16T22:41:56.950Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-07-16T22:41:57.341Z | Compiling dsl_auto_type v0.2.0 |
| 2596 | 2026-07-16T22:41:57.442Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2597 | 2026-07-16T22:41:57.676Z | Compiling scheduled-thread-pool v0.2.7 |
| 2598 | 2026-07-16T22:41:57.875Z | Compiling packed_struct_codegen v0.10.1 |
| 2599 | 2026-07-16T22:41:58.163Z | Compiling vergen-gitcl v1.0.8 |
| 2600 | 2026-07-16T22:41:58.249Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2601 | 2026-07-16T22:41:58.269Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-07-16T22:41:58.435Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2603 | 2026-07-16T22:41:58.528Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2604 | 2026-07-16T22:41:58.658Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-16T22:41:58.787Z | Compiling dirs-sys-next v0.1.2 |
| 2606 | 2026-07-16T22:41:58.856Z | Compiling indexmap v1.9.3 |
| 2607 | 2026-07-16T22:41:58.879Z | Compiling nodrop v0.1.14 |
| 2608 | 2026-07-16T22:41:59.007Z | Compiling maplit v1.0.2 |
| 2609 | 2026-07-16T22:41:59.028Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-07-16T22:41:59.049Z | Compiling glob v0.3.3 |
| 2611 | 2026-07-16T22:41:59.126Z | Compiling bitfield v0.19.4 |
| 2612 | 2026-07-16T22:41:59.153Z | Compiling array-init v0.0.4 |
| 2613 | 2026-07-16T22:41:59.359Z | Compiling dirs-next v2.0.0 |
| 2614 | 2026-07-16T22:41:59.409Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-07-16T22:41:59.508Z | Compiling proc-macro-error2 v2.0.1 |
| 2616 | 2026-07-16T22:41:59.831Z | Compiling r2d2 v0.8.10 |
| 2617 | 2026-07-16T22:41:59.856Z | Compiling smallvec v0.6.14 |
| 2618 | 2026-07-16T22:42:00.117Z | Compiling num-derive v0.3.3 |
| 2619 | 2026-07-16T22:42:00.149Z | Compiling downcast-rs v2.0.2 |
| 2620 | 2026-07-16T22:42:00.291Z | Compiling tiny-keccak v2.0.2 |
| 2621 | 2026-07-16T22:42:00.312Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-07-16T22:42:00.755Z | Compiling serde-hex v0.1.0 |
| 2623 | 2026-07-16T22:42:01.019Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2624 | 2026-07-16T22:42:01.041Z | Compiling libscf-sys v1.1.0 |
| 2625 | 2026-07-16T22:42:01.077Z | Compiling tabled_derive v0.11.0 |
| 2626 | 2026-07-16T22:42:01.123Z | Compiling term v0.7.0 |
| 2627 | 2026-07-16T22:42:01.222Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-07-16T22:42:01.251Z | Compiling ron v0.8.1 |
| 2629 | 2026-07-16T22:42:01.441Z | Compiling papergrid v0.17.0 |
| 2630 | 2026-07-16T22:42:01.463Z | Compiling testing_table v0.3.0 |
| 2631 | 2026-07-16T22:42:01.483Z | Compiling hashbrown v0.13.2 |
| 2632 | 2026-07-16T22:42:01.609Z | Compiling bit-vec v0.6.3 |
| 2633 | 2026-07-16T22:42:01.852Z | Compiling crc-any v2.5.0 |
| 2634 | 2026-07-16T22:42:01.901Z | Compiling bit-set v0.5.3 |
| 2635 | 2026-07-16T22:42:02.086Z | Compiling object v0.30.4 |
| 2636 | 2026-07-16T22:42:02.111Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2637 | 2026-07-16T22:42:02.140Z | Compiling ascii-canvas v3.0.0 |
| 2638 | 2026-07-16T22:42:02.407Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2639 | 2026-07-16T22:42:02.523Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2640 | 2026-07-16T22:42:02.764Z | Compiling tabled v0.20.0 |
| 2641 | 2026-07-16T22:42:02.892Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2642 | 2026-07-16T22:42:03.222Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2643 | 2026-07-16T22:42:03.428Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2644 | 2026-07-16T22:42:03.599Z | Compiling progenitor-impl v0.13.0 |
| 2645 | 2026-07-16T22:42:03.888Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2646 | 2026-07-16T22:42:03.991Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2647 | 2026-07-16T22:42:04.048Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2648 | 2026-07-16T22:42:04.145Z | Compiling itertools v0.10.5 |
| 2649 | 2026-07-16T22:42:04.188Z | Compiling diesel v2.3.11 |
| 2650 | 2026-07-16T22:42:04.271Z | Compiling ena v0.14.4 |
| 2651 | 2026-07-16T22:42:04.523Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2652 | 2026-07-16T22:42:04.545Z | Compiling libloading v0.8.9 |
| 2653 | 2026-07-16T22:42:04.819Z | Compiling diff v0.1.13 |
| 2654 | 2026-07-16T22:42:04.831Z | Compiling xshell-macros v0.2.7 |
| 2655 | 2026-07-16T22:42:05.027Z | Compiling path-slash v0.1.5 |
| 2656 | 2026-07-16T22:42:05.204Z | Compiling regex-syntax v0.6.29 |
| 2657 | 2026-07-16T22:42:05.225Z | Compiling unicase v2.9.0 |
| 2658 | 2026-07-16T22:42:05.265Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-07-16T22:42:05.499Z | Compiling xshell v0.2.7 |
| 2660 | 2026-07-16T22:42:05.528Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2661 | 2026-07-16T22:42:05.686Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2662 | 2026-07-16T22:42:05.708Z | Compiling progenitor-macro v0.13.0 |
| 2663 | 2026-07-16T22:42:06.820Z | Compiling lalrpop v0.19.12 |
| 2664 | 2026-07-16T22:42:07.107Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2665 | 2026-07-16T22:42:08.010Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-07-16T22:42:08.639Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2667 | 2026-07-16T22:42:08.960Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2668 | 2026-07-16T22:42:09.392Z | Compiling progenitor-client v0.13.0 |
| 2669 | 2026-07-16T22:42:09.633Z | Compiling rustc-hash v2.1.1 |
| 2670 | 2026-07-16T22:42:09.841Z | Compiling progenitor v0.13.0 |
| 2671 | 2026-07-16T22:42:09.863Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2672 | 2026-07-16T22:42:10.195Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2673 | 2026-07-16T22:42:10.603Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-07-16T22:42:11.053Z | Compiling headers-core v0.3.0 |
| 2675 | 2026-07-16T22:42:11.108Z | Compiling libxml v0.3.3 |
| 2676 | 2026-07-16T22:42:11.175Z | Compiling crc8 v0.1.1 |
| 2677 | 2026-07-16T22:42:11.235Z | Compiling headers v0.4.1 |
| 2678 | 2026-07-16T22:42:11.315Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2679 | 2026-07-16T22:42:11.425Z | Compiling strum_macros v0.24.3 |
| 2680 | 2026-07-16T22:42:11.445Z | Compiling indoc v1.0.9 |
| 2681 | 2026-07-16T22:42:11.582Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2682 | 2026-07-16T22:42:11.744Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2683 | 2026-07-16T22:42:11.957Z | Compiling derive_builder v0.20.2 |
| 2684 | 2026-07-16T22:42:11.980Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-07-16T22:42:12.124Z | Compiling oso-derive v0.27.3 |
| 2686 | 2026-07-16T22:42:12.454Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-07-16T22:42:12.661Z | Compiling openssl-probe v0.1.6 |
| 2688 | 2026-07-16T22:42:12.724Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2026-07-16T22:42:12.879Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2690 | 2026-07-16T22:42:13.042Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2691 | 2026-07-16T22:42:13.187Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2692 | 2026-07-16T22:42:13.312Z | Compiling bb8 v0.8.6 |
| 2693 | 2026-07-16T22:42:13.437Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-07-16T22:42:13.690Z | Compiling half v1.8.3 |
| 2695 | 2026-07-16T22:42:13.741Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2696 | 2026-07-16T22:42:14.028Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2697 | 2026-07-16T22:42:14.117Z | Compiling polar-core v0.27.3 |
| 2698 | 2026-07-16T22:42:14.145Z | Compiling serde_cbor v0.11.2 |
| 2699 | 2026-07-16T22:42:14.396Z | Compiling samael v0.0.19 |
| 2700 | 2026-07-16T22:42:14.619Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2701 | 2026-07-16T22:42:14.673Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2702 | 2026-07-16T22:42:14.945Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-07-16T22:42:15.023Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2704 | 2026-07-16T22:42:15.085Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-07-16T22:42:15.139Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2706 | 2026-07-16T22:42:15.315Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2707 | 2026-07-16T22:42:15.361Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2708 | 2026-07-16T22:42:15.432Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-07-16T22:42:15.610Z | Compiling libz-sys v1.1.24 |
| 2710 | 2026-07-16T22:42:15.776Z | Compiling salty v0.3.0 |
| 2711 | 2026-07-16T22:42:16.142Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2712 | 2026-07-16T22:42:16.418Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2713 | 2026-07-16T22:42:16.806Z | Compiling kstat-rs v0.2.4 |
| 2714 | 2026-07-16T22:42:17.203Z | Compiling arc-swap v1.8.2 |
| 2715 | 2026-07-16T22:42:17.322Z | Compiling fs-err v2.11.0 |
| 2716 | 2026-07-16T22:42:17.594Z | Compiling slog-scope v4.4.1 |
| 2717 | 2026-07-16T22:42:17.633Z | Compiling mime_guess v2.0.5 |
| 2718 | 2026-07-16T22:42:17.705Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2719 | 2026-07-16T22:42:17.709Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2720 | 2026-07-16T22:42:18.158Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2721 | 2026-07-16T22:42:18.434Z | Compiling rfc6979 v0.4.0 |
| 2722 | 2026-07-16T22:42:18.617Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2723 | 2026-07-16T22:42:18.947Z | Compiling nanorand v0.7.0 |
| 2724 | 2026-07-16T22:42:19.143Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2725 | 2026-07-16T22:42:19.309Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-07-16T22:42:19.555Z | Compiling flume v0.11.1 |
| 2727 | 2026-07-16T22:42:19.636Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2728 | 2026-07-16T22:42:19.963Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2729 | 2026-07-16T22:42:20.034Z | Compiling ecdsa v0.16.9 |
| 2730 | 2026-07-16T22:42:20.705Z | Compiling slog-stdlog v4.1.1 |
| 2731 | 2026-07-16T22:42:21.880Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2732 | 2026-07-16T22:42:21.899Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2733 | 2026-07-16T22:42:21.899Z | Compiling primeorder v0.13.6 |
| 2734 | 2026-07-16T22:42:21.899Z | Compiling git-stub v1.0.0 |
| 2735 | 2026-07-16T22:42:21.899Z | Compiling atty v0.2.14 |
| 2736 | 2026-07-16T22:42:21.899Z | Compiling parse-size v1.1.0 |
| 2737 | 2026-07-16T22:42:22.025Z | Compiling strsim v0.10.0 |
| 2738 | 2026-07-16T22:42:22.084Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2739 | 2026-07-16T22:42:22.203Z | Compiling http-range v0.1.5 |
| 2740 | 2026-07-16T22:42:22.320Z | Compiling instability v0.3.11 |
| 2741 | 2026-07-16T22:42:22.370Z | Compiling darling_core v0.13.4 |
| 2742 | 2026-07-16T22:42:22.559Z | Compiling async-bb8-diesel v0.2.1 |
| 2743 | 2026-07-16T22:42:22.611Z | Compiling diesel-dtrace v0.5.0 |
| 2744 | 2026-07-16T22:42:22.941Z | Compiling oso v0.27.3 |
| 2745 | 2026-07-16T22:42:23.031Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2746 | 2026-07-16T22:42:23.993Z | Compiling p384 v0.13.1 |
| 2747 | 2026-07-16T22:42:26.022Z | Compiling git-stub-vcs v0.1.0 |
| 2748 | 2026-07-16T22:42:26.104Z | Compiling slog-envlogger v2.2.0 |
| 2749 | 2026-07-16T22:42:27.306Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2750 | 2026-07-16T22:42:27.318Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2751 | 2026-07-16T22:42:27.456Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2752 | 2026-07-16T22:42:27.476Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2753 | 2026-07-16T22:42:28.630Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-07-16T22:42:29.248Z | Compiling ignore v0.4.25 |
| 2755 | 2026-07-16T22:42:29.420Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2756 | 2026-07-16T22:42:29.723Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-07-16T22:42:29.924Z | Compiling vergen-git2 v9.1.0 |
| 2758 | 2026-07-16T22:42:30.163Z | Compiling castaway v0.2.4 |
| 2759 | 2026-07-16T22:42:30.317Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-07-16T22:42:30.561Z | Compiling indoc v2.0.7 |
| 2761 | 2026-07-16T22:42:31.136Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-16T22:42:31.759Z | Compiling compact_str v0.8.1 |
| 2763 | 2026-07-16T22:42:31.801Z | Compiling globwalk v0.9.1 |
| 2764 | 2026-07-16T22:42:32.034Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-07-16T22:42:32.434Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-07-16T22:42:32.776Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-07-16T22:42:32.848Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2768 | 2026-07-16T22:42:32.950Z | Compiling darling_macro v0.13.4 |
| 2769 | 2026-07-16T22:42:33.313Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-07-16T22:42:33.372Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2771 | 2026-07-16T22:42:33.456Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-07-16T22:42:33.764Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2773 | 2026-07-16T22:42:33.930Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-07-16T22:42:33.953Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2775 | 2026-07-16T22:42:34.100Z | Compiling predicates-tree v1.0.13 |
| 2776 | 2026-07-16T22:42:34.223Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-07-16T22:42:34.433Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2778 | 2026-07-16T22:42:34.550Z | Compiling lru v0.12.5 |
| 2779 | 2026-07-16T22:42:34.672Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-07-16T22:42:34.775Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-07-16T22:42:34.939Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-16T22:42:35.016Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2783 | 2026-07-16T22:42:35.264Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-07-16T22:42:35.308Z | Compiling cassowary v0.3.0 |
| 2785 | 2026-07-16T22:42:35.329Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-07-16T22:42:35.410Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-07-16T22:42:35.543Z | Compiling hickory-server v0.25.2 |
| 2788 | 2026-07-16T22:42:35.616Z | Compiling ratatui v0.29.0 |
| 2789 | 2026-07-16T22:42:35.639Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-07-16T22:42:35.661Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2791 | 2026-07-16T22:42:35.888Z | Compiling camino-tempfile-ext v0.3.3 |
| 2792 | 2026-07-16T22:42:35.928Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-07-16T22:42:36.149Z | Compiling darling v0.13.4 |
| 2794 | 2026-07-16T22:42:36.510Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2795 | 2026-07-16T22:42:36.908Z | Compiling sled v0.34.7 |
| 2796 | 2026-07-16T22:42:37.074Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2026-07-16T22:42:37.108Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-07-16T22:42:37.714Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2799 | 2026-07-16T22:42:38.784Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2800 | 2026-07-16T22:42:38.997Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2801 | 2026-07-16T22:42:39.280Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2802 | 2026-07-16T22:42:39.458Z | Compiling secrecy v0.8.0 |
| 2803 | 2026-07-16T22:42:39.653Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2804 | 2026-07-16T22:42:40.266Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2805 | 2026-07-16T22:42:40.572Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2806 | 2026-07-16T22:42:41.045Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2807 | 2026-07-16T22:42:41.239Z | Compiling serde_with_macros v1.5.2 |
| 2808 | 2026-07-16T22:42:41.918Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2809 | 2026-07-16T22:42:42.225Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2810 | 2026-07-16T22:42:42.248Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-07-16T22:42:43.875Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2812 | 2026-07-16T22:42:44.036Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2813 | 2026-07-16T22:42:44.118Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2814 | 2026-07-16T22:42:44.277Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2815 | 2026-07-16T22:42:44.361Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2816 | 2026-07-16T22:42:44.384Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2817 | 2026-07-16T22:42:44.529Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2818 | 2026-07-16T22:42:44.607Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-07-16T22:42:44.633Z | Compiling void v1.0.2 |
| 2820 | 2026-07-16T22:42:44.781Z | Compiling git2 v0.20.4 |
| 2821 | 2026-07-16T22:42:44.898Z | Compiling lzss v0.8.2 |
| 2822 | 2026-07-16T22:42:45.178Z | Compiling illumos-nvpair v0.3.0 |
| 2823 | 2026-07-16T22:42:45.198Z | Compiling serde_with v1.14.0 |
| 2824 | 2026-07-16T22:42:45.675Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2825 | 2026-07-16T22:42:46.027Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2826 | 2026-07-16T22:42:46.048Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2827 | 2026-07-16T22:42:46.386Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2828 | 2026-07-16T22:42:47.720Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2829 | 2026-07-16T22:42:47.850Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2830 | 2026-07-16T22:42:48.403Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2831 | 2026-07-16T22:42:48.653Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2832 | 2026-07-16T22:42:49.366Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2833 | 2026-07-16T22:42:49.612Z | Compiling tungstenite v0.23.0 |
| 2834 | 2026-07-16T22:42:49.663Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2835 | 2026-07-16T22:42:50.479Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2836 | 2026-07-16T22:42:51.429Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2837 | 2026-07-16T22:42:51.670Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-07-16T22:42:51.740Z | Compiling nix v0.27.1 |
| 2839 | 2026-07-16T22:42:51.966Z | Compiling twox-hash v2.1.2 |
| 2840 | 2026-07-16T22:42:51.972Z | Compiling serde_bytes v0.11.19 |
| 2841 | 2026-07-16T22:42:52.313Z | Compiling tokio-tungstenite v0.23.1 |
| 2842 | 2026-07-16T22:42:52.409Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2843 | 2026-07-16T22:42:52.618Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2844 | 2026-07-16T22:42:52.641Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2845 | 2026-07-16T22:42:52.673Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2846 | 2026-07-16T22:42:52.694Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2847 | 2026-07-16T22:42:52.917Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2848 | 2026-07-16T22:42:54.272Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2849 | 2026-07-16T22:42:54.902Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2850 | 2026-07-16T22:42:56.491Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2851 | 2026-07-16T22:42:56.904Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2852 | 2026-07-16T22:42:57.252Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2853 | 2026-07-16T22:42:57.355Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2854 | 2026-07-16T22:42:57.652Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2855 | 2026-07-16T22:42:57.792Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2856 | 2026-07-16T22:42:57.909Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2857 | 2026-07-16T22:42:58.359Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2858 | 2026-07-16T22:42:58.383Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2859 | 2026-07-16T22:42:59.272Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2860 | 2026-07-16T22:42:59.585Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2861 | 2026-07-16T22:43:01.073Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2862 | 2026-07-16T22:43:01.299Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2863 | 2026-07-16T22:43:03.102Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2864 | 2026-07-16T22:43:03.721Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2865 | 2026-07-16T22:43:04.180Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2866 | 2026-07-16T22:43:04.435Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2867 | 2026-07-16T22:43:04.671Z | Compiling signal-hook-tokio v0.3.1 |
| 2868 | 2026-07-16T22:43:04.694Z | Compiling fatfs v0.3.6 |
| 2869 | 2026-07-16T22:43:04.843Z | Compiling yasna v0.5.2 |
| 2870 | 2026-07-16T22:43:04.870Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2871 | 2026-07-16T22:43:04.872Z | Compiling is_ci v1.2.0 |
| 2872 | 2026-07-16T22:43:05.109Z | Compiling assert_matches v1.5.0 |
| 2873 | 2026-07-16T22:43:05.132Z | Compiling seq-macro v0.3.6 |
| 2874 | 2026-07-16T22:43:05.220Z | Compiling supports-color v3.0.2 |
| 2875 | 2026-07-16T22:43:05.488Z | Compiling rcgen v0.12.1 |
| 2876 | 2026-07-16T22:43:05.643Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2877 | 2026-07-16T22:43:06.397Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2878 | 2026-07-16T22:43:07.102Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2879 | 2026-07-16T22:43:08.658Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2880 | 2026-07-16T22:43:08.661Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2881 | 2026-07-16T22:43:08.899Z | Compiling port-file v0.1.0 |
| 2882 | 2026-07-16T22:43:08.924Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-07-16T22:43:09.230Z | Compiling rtoolbox v0.0.3 |
| 2884 | 2026-07-16T22:43:09.508Z | Compiling rpassword v7.4.0 |
| 2885 | 2026-07-16T22:43:09.816Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-07-16T22:43:10.186Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-07-16T22:43:10.861Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2888 | 2026-07-16T22:43:10.998Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-07-16T22:43:11.122Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2890 | 2026-07-16T22:43:13.249Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-07-16T22:43:13.535Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-07-16T22:43:13.559Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2893 | 2026-07-16T22:43:14.632Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-07-16T22:43:14.879Z | Compiling uzers v0.12.2 |
| 2895 | 2026-07-16T22:43:14.988Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-07-16T22:43:15.222Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-07-16T22:43:16.115Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-07-16T22:43:16.323Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-07-16T22:43:18.453Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-07-16T22:43:20.003Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-07-16T22:43:20.601Z | Compiling multimap v0.10.1 |
| 2902 | 2026-07-16T22:43:35.299Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2903 | 2026-07-16T22:43:41.553Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2904 | 2026-07-16T22:43:42.420Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-07-16T22:43:42.813Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-07-16T22:43:43.682Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-07-16T22:50:40.346Z | Finished `release` profile [optimized] target(s) in 9m 05s |
| 2908 | 2026-07-16T22:51:40.640Z | |
| 2909 | 2026-07-16T22:51:40.647Z | real 10:06.745566147 |
| 2910 | 2026-07-16T22:51:40.647Z | user 1:19:38.506116049 |
| 2911 | 2026-07-16T22:51:40.648Z | sys 3:27.150734434 |
| 2912 | 2026-07-16T22:51:40.648Z | trap 1.713891644 |
| 2913 | 2026-07-16T22:51:40.648Z | tflt 2.173015082 |
| 2914 | 2026-07-16T22:51:40.648Z | dflt 17.841086084 |
| 2915 | 2026-07-16T22:51:40.648Z | kflt 0.006172564 |
| 2916 | 2026-07-16T22:51:40.648Z | lock 7:21:17.739920788 |
| 2917 | 2026-07-16T22:51:40.648Z | slp 2:13:01.471344405 |
| 2918 | 2026-07-16T22:51:40.648Z | lat 2:22.512537006 |
| 2919 | 2026-07-16T22:51:40.648Z | stop 4:56.597236975 |
| 2920 | 2026-07-16T22:51:40.648Z | + mapfile -t packages |
| 2921 | 2026-07-16T22:51:40.648Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-07-16T22:51:41.529Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2923 | 2026-07-16T22:51:41.600Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-07-16T22:51:41.655Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-07-16T22:51:41.665Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-07-16T22:51:42.146Z | Compiling libc v0.2.185 |
| 2927 | 2026-07-16T22:51:42.146Z | Compiling serde_core v1.0.228 |
| 2928 | 2026-07-16T22:51:42.146Z | Compiling serde v1.0.228 |
| 2929 | 2026-07-16T22:51:42.154Z | Compiling rustix v1.1.3 |
| 2930 | 2026-07-16T22:51:42.154Z | Compiling serde_json v1.0.150 |
| 2931 | 2026-07-16T22:51:42.236Z | Compiling bitflags v2.11.0 |
| 2932 | 2026-07-16T22:51:42.284Z | Compiling syn v2.0.117 |
| 2933 | 2026-07-16T22:51:42.284Z | Compiling usdt-impl v0.5.0 |
| 2934 | 2026-07-16T22:51:42.287Z | Compiling syn v1.0.109 |
| 2935 | 2026-07-16T22:51:42.315Z | Compiling getrandom v0.4.1 |
| 2936 | 2026-07-16T22:51:42.326Z | Compiling log v0.4.29 |
| 2937 | 2026-07-16T22:51:42.337Z | Compiling indexmap v2.14.0 |
| 2938 | 2026-07-16T22:51:42.351Z | Compiling fs-err v3.3.0 |
| 2939 | 2026-07-16T22:51:42.525Z | Compiling heck v0.4.1 |
| 2940 | 2026-07-16T22:51:42.604Z | Compiling anyhow v1.0.102 |
| 2941 | 2026-07-16T22:51:42.645Z | Compiling once_cell v1.21.3 |
| 2942 | 2026-07-16T22:51:43.000Z | Compiling thread-id v4.2.2 |
| 2943 | 2026-07-16T22:51:43.026Z | Compiling errno v0.3.14 |
| 2944 | 2026-07-16T22:51:43.029Z | Compiling memmap v0.7.0 |
| 2945 | 2026-07-16T22:51:43.763Z | Compiling proc-macro-error v1.0.4 |
| 2946 | 2026-07-16T22:51:44.000Z | Compiling terminal_size v0.4.3 |
| 2947 | 2026-07-16T22:51:44.000Z | Compiling tempfile v3.25.0 |
| 2948 | 2026-07-16T22:51:44.021Z | Compiling tabled_derive v0.7.0 |
| 2949 | 2026-07-16T22:51:44.094Z | Compiling clap_builder v4.6.0 |
| 2950 | 2026-07-16T22:51:44.094Z | Compiling textwrap v0.16.2 |
| 2951 | 2026-07-16T22:51:44.392Z | Compiling camino v1.2.2 |
| 2952 | 2026-07-16T22:51:44.395Z | Compiling semver v1.0.28 |
| 2953 | 2026-07-16T22:51:44.401Z | Compiling cargo-platform v0.3.2 |
| 2954 | 2026-07-16T22:51:44.434Z | Compiling pest_generator v2.8.6 |
| 2955 | 2026-07-16T22:51:44.741Z | Compiling tabled v0.15.0 |
| 2956 | 2026-07-16T22:51:44.754Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-07-16T22:51:44.967Z | Compiling serde_derive v1.0.228 |
| 2958 | 2026-07-16T22:51:44.967Z | Compiling thiserror-impl v1.0.69 |
| 2959 | 2026-07-16T22:51:44.983Z | Compiling zerocopy-derive v0.7.35 |
| 2960 | 2026-07-16T22:51:44.983Z | Compiling scroll_derive v0.12.1 |
| 2961 | 2026-07-16T22:51:44.983Z | Compiling thiserror-impl v2.0.18 |
| 2962 | 2026-07-16T22:51:44.983Z | Compiling clap_derive v4.6.1 |
| 2963 | 2026-07-16T22:51:44.994Z | Compiling pest_derive v2.8.6 |
| 2964 | 2026-07-16T22:51:45.693Z | Compiling scroll v0.12.0 |
| 2965 | 2026-07-16T22:51:45.883Z | Compiling zerocopy v0.7.35 |
| 2966 | 2026-07-16T22:51:45.993Z | Compiling goblin v0.8.2 |
| 2967 | 2026-07-16T22:51:46.174Z | Compiling thiserror v1.0.69 |
| 2968 | 2026-07-16T22:51:46.293Z | Compiling dtrace-parser v0.2.0 |
| 2969 | 2026-07-16T22:51:46.414Z | Compiling thiserror v2.0.18 |
| 2970 | 2026-07-16T22:51:46.458Z | Compiling clap v4.6.1 |
| 2971 | 2026-07-16T22:51:48.073Z | Compiling dof v0.3.0 |
| 2972 | 2026-07-16T22:51:48.098Z | Compiling serde_spanned v0.6.9 |
| 2973 | 2026-07-16T22:51:48.176Z | Compiling toml_datetime v0.6.11 |
| 2974 | 2026-07-16T22:51:48.277Z | Compiling serde_tokenstream v0.2.3 |
| 2975 | 2026-07-16T22:51:48.282Z | Compiling cargo_metadata v0.23.1 |
| 2976 | 2026-07-16T22:51:48.364Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2977 | 2026-07-16T22:51:48.400Z | Compiling toml_edit v0.22.27 |
| 2978 | 2026-07-16T22:51:48.409Z | Compiling macaddr v1.0.1 |
| 2979 | 2026-07-16T22:51:48.839Z | Compiling usdt-attr-macro v0.5.0 |
| 2980 | 2026-07-16T22:51:48.842Z | Compiling usdt-macro v0.5.0 |
| 2981 | 2026-07-16T22:51:49.507Z | Compiling usdt v0.5.0 |
| 2982 | 2026-07-16T22:51:49.914Z | Compiling toml v0.8.23 |
| 2983 | 2026-07-16T22:51:50.363Z | Compiling cargo_toml v0.21.0 |
| 2984 | 2026-07-16T22:51:54.777Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2985 | 2026-07-16T22:51:57.992Z | Finished `release` profile [optimized] target(s) in 16.32s |
| 2986 | 2026-07-16T22:51:58.132Z | |
| 2987 | 2026-07-16T22:51:58.132Z | real 16.444355383 |
| 2988 | 2026-07-16T22:51:58.132Z | user 2:04.946673727 |
| 2989 | 2026-07-16T22:51:58.132Z | sys 14.049707914 |
| 2990 | 2026-07-16T22:51:58.135Z | trap 0.064746821 |
| 2991 | 2026-07-16T22:51:58.136Z | tflt 0.448181462 |
| 2992 | 2026-07-16T22:51:58.136Z | dflt 1.569886024 |
| 2993 | 2026-07-16T22:51:58.136Z | kflt 0.000061370 |
| 2994 | 2026-07-16T22:51:58.136Z | lock 4:28.669905493 |
| 2995 | 2026-07-16T22:51:58.136Z | slp 2:41.572753590 |
| 2996 | 2026-07-16T22:51:58.136Z | lat 4.158558434 |
| 2997 | 2026-07-16T22:51:58.136Z | stop 15.172275941 |
| 2998 | 2026-07-16T22:51:58.136Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2999 | 2026-07-16T22:51:58.136Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3000 | 2026-07-16T22:51:58.136Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3001 | 2026-07-16T22:51:58.136Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3002 | 2026-07-16T22:51:58.136Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3003 | 2026-07-16T22:51:59.026Z | Compiling progenitor-client v0.14.0 |
| 3004 | 2026-07-16T22:51:59.026Z | Compiling newtype-uuid-macros v0.1.0 |
| 3005 | 2026-07-16T22:51:59.026Z | Compiling match_cfg v0.1.0 |
| 3006 | 2026-07-16T22:51:59.030Z | Compiling slog-json v2.6.1 |
| 3007 | 2026-07-16T22:51:59.030Z | Compiling structmeta-derive v0.3.0 |
| 3008 | 2026-07-16T22:51:59.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3009 | 2026-07-16T22:51:59.030Z | Compiling sha1 v0.11.0 |
| 3010 | 2026-07-16T22:51:59.030Z | Compiling multer v3.1.0 |
| 3011 | 2026-07-16T22:51:59.174Z | Compiling debug-ignore v1.0.5 |
| 3012 | 2026-07-16T22:51:59.178Z | Compiling compression-core v0.4.31 |
| 3013 | 2026-07-16T22:51:59.178Z | Compiling itertools v0.14.0 |
| 3014 | 2026-07-16T22:51:59.178Z | Compiling async-stream-impl v0.3.6 |
| 3015 | 2026-07-16T22:51:59.178Z | Compiling serde_spanned v1.1.1 |
| 3016 | 2026-07-16T22:51:59.178Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3017 | 2026-07-16T22:51:59.206Z | Compiling dropshot v0.17.1 |
| 3018 | 2026-07-16T22:51:59.210Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3019 | 2026-07-16T22:51:59.357Z | Compiling compression-codecs v0.4.37 |
| 3020 | 2026-07-16T22:51:59.455Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3021 | 2026-07-16T22:51:59.491Z | Compiling waitgroup v0.1.2 |
| 3022 | 2026-07-16T22:51:59.491Z | Compiling rustls-pemfile v2.2.0 |
| 3023 | 2026-07-16T22:51:59.491Z | Compiling dropshot_endpoint v0.17.1 |
| 3024 | 2026-07-16T22:51:59.540Z | Compiling hostname v0.3.1 |
| 3025 | 2026-07-16T22:51:59.623Z | Compiling async-compression v0.4.41 |
| 3026 | 2026-07-16T22:51:59.628Z | Compiling hostname v0.4.2 |
| 3027 | 2026-07-16T22:51:59.644Z | Compiling serde_path_to_error v0.1.20 |
| 3028 | 2026-07-16T22:51:59.678Z | Compiling slog-bunyan v2.5.0 |
| 3029 | 2026-07-16T22:51:59.697Z | Compiling atomicwrites v0.4.4 |
| 3030 | 2026-07-16T22:51:59.701Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3031 | 2026-07-16T22:51:59.767Z | Compiling macaddr v1.0.1 |
| 3032 | 2026-07-16T22:51:59.771Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3033 | 2026-07-16T22:51:59.808Z | Compiling instant v0.1.13 |
| 3034 | 2026-07-16T22:51:59.813Z | Compiling regress v0.10.5 |
| 3035 | 2026-07-16T22:51:59.856Z | Compiling backon v1.6.0 |
| 3036 | 2026-07-16T22:51:59.926Z | Compiling backoff v0.4.0 |
| 3037 | 2026-07-16T22:51:59.940Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3038 | 2026-07-16T22:51:59.940Z | Compiling humantime v2.3.0 |
| 3039 | 2026-07-16T22:51:59.981Z | Compiling async-stream v0.3.6 |
| 3040 | 2026-07-16T22:51:59.985Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3041 | 2026-07-16T22:52:00.067Z | Compiling half v2.7.1 |
| 3042 | 2026-07-16T22:52:00.067Z | Compiling crucible-workspace-hack v0.1.0 |
| 3043 | 2026-07-16T22:52:00.067Z | Compiling ciborium-io v0.2.2 |
| 3044 | 2026-07-16T22:52:00.095Z | Compiling progenitor-extras v0.2.0 |
| 3045 | 2026-07-16T22:52:00.175Z | Compiling regress v0.11.1 |
| 3046 | 2026-07-16T22:52:00.188Z | Compiling convert_case v0.4.0 |
| 3047 | 2026-07-16T22:52:00.188Z | Compiling secrecy v0.10.3 |
| 3048 | 2026-07-16T22:52:00.225Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3049 | 2026-07-16T22:52:00.241Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3050 | 2026-07-16T22:52:00.260Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3051 | 2026-07-16T22:52:00.301Z | Compiling ciborium-ll v0.2.2 |
| 3052 | 2026-07-16T22:52:00.371Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3053 | 2026-07-16T22:52:00.375Z | Compiling inout v0.1.4 |
| 3054 | 2026-07-16T22:52:00.410Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3055 | 2026-07-16T22:52:00.427Z | Compiling unsafe-libyaml v0.2.11 |
| 3056 | 2026-07-16T22:52:00.447Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3057 | 2026-07-16T22:52:00.539Z | Compiling ciborium v0.2.2 |
| 3058 | 2026-07-16T22:52:00.560Z | Compiling cipher v0.4.4 |
| 3059 | 2026-07-16T22:52:00.582Z | Compiling derive_more v0.99.20 |
| 3060 | 2026-07-16T22:52:00.598Z | Compiling structmeta v0.3.0 |
| 3061 | 2026-07-16T22:52:00.602Z | Compiling universal-hash v0.5.1 |
| 3062 | 2026-07-16T22:52:00.634Z | Compiling opaque-debug v0.3.1 |
| 3063 | 2026-07-16T22:52:00.638Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3064 | 2026-07-16T22:52:00.668Z | Compiling blake2 v0.10.6 |
| 3065 | 2026-07-16T22:52:00.685Z | Compiling aead v0.5.2 |
| 3066 | 2026-07-16T22:52:00.718Z | Compiling password-hash v0.5.0 |
| 3067 | 2026-07-16T22:52:00.762Z | Compiling poly1305 v0.8.0 |
| 3068 | 2026-07-16T22:52:00.793Z | Compiling chacha20 v0.9.1 |
| 3069 | 2026-07-16T22:52:00.837Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3070 | 2026-07-16T22:52:00.848Z | Compiling derive-ex v0.1.8 |
| 3071 | 2026-07-16T22:52:00.912Z | Compiling parse-display-derive v0.10.0 |
| 3072 | 2026-07-16T22:52:01.073Z | Compiling serde_yaml v0.9.34+deprecated |
| 3073 | 2026-07-16T22:52:01.105Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3074 | 2026-07-16T22:52:01.124Z | Compiling chacha20poly1305 v0.10.1 |
| 3075 | 2026-07-16T22:52:01.145Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3076 | 2026-07-16T22:52:01.154Z | Compiling argon2 v0.5.3 |
| 3077 | 2026-07-16T22:52:01.209Z | Compiling indent_write v2.2.0 |
| 3078 | 2026-07-16T22:52:01.245Z | Compiling darling_core v0.21.3 |
| 3079 | 2026-07-16T22:52:01.296Z | Compiling heapless v0.8.0 |
| 3080 | 2026-07-16T22:52:01.370Z | Compiling tabwriter v1.4.1 |
| 3081 | 2026-07-16T22:52:01.516Z | Compiling hash32 v0.3.1 |
| 3082 | 2026-07-16T22:52:01.626Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3083 | 2026-07-16T22:52:01.689Z | Compiling thiserror-no-std v2.0.2 |
| 3084 | 2026-07-16T22:52:01.708Z | Compiling proc-macro-crate v3.4.0 |
| 3085 | 2026-07-16T22:52:01.806Z | Compiling typify-impl v0.6.2 |
| 3086 | 2026-07-16T22:52:01.831Z | Compiling vsss-rs v3.3.4 |
| 3087 | 2026-07-16T22:52:01.913Z | Compiling smoltcp v0.11.0 |
| 3088 | 2026-07-16T22:52:02.231Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3089 | 2026-07-16T22:52:02.296Z | Compiling num_enum_derive v0.7.6 |
| 3090 | 2026-07-16T22:52:02.354Z | Compiling cobs v0.3.0 |
| 3091 | 2026-07-16T22:52:02.528Z | Compiling colored v3.1.1 |
| 3092 | 2026-07-16T22:52:02.586Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3093 | 2026-07-16T22:52:02.603Z | Compiling postcard v1.1.3 |
| 3094 | 2026-07-16T22:52:02.622Z | Compiling test-strategy v0.4.5 |
| 3095 | 2026-07-16T22:52:02.713Z | Compiling parse-display v0.10.0 |
| 3096 | 2026-07-16T22:52:02.801Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3097 | 2026-07-16T22:52:02.981Z | Compiling proc-macro-error v1.0.4 |
| 3098 | 2026-07-16T22:52:02.989Z | Compiling proc-macro-crate v1.3.1 |
| 3099 | 2026-07-16T22:52:02.989Z | Compiling rand v0.10.1 |
| 3100 | 2026-07-16T22:52:03.051Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3101 | 2026-07-16T22:52:03.061Z | Compiling foreign-types-macros v0.2.3 |
| 3102 | 2026-07-16T22:52:03.065Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3103 | 2026-07-16T22:52:03.208Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3104 | 2026-07-16T22:52:03.263Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3105 | 2026-07-16T22:52:03.317Z | Compiling rayon-core v1.13.0 |
| 3106 | 2026-07-16T22:52:03.359Z | Compiling foreign-types-shared v0.3.1 |
| 3107 | 2026-07-16T22:52:03.389Z | Compiling num_enum_derive v0.5.11 |
| 3108 | 2026-07-16T22:52:03.440Z | Compiling num_enum v0.7.6 |
| 3109 | 2026-07-16T22:52:03.520Z | Compiling crossbeam-deque v0.8.6 |
| 3110 | 2026-07-16T22:52:03.573Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3111 | 2026-07-16T22:52:03.590Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3112 | 2026-07-16T22:52:03.609Z | Compiling cstr-argument v0.1.2 |
| 3113 | 2026-07-16T22:52:03.628Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3114 | 2026-07-16T22:52:03.643Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3115 | 2026-07-16T22:52:03.724Z | Compiling foreign-types v0.5.0 |
| 3116 | 2026-07-16T22:52:03.786Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3117 | 2026-07-16T22:52:03.822Z | Compiling darling_macro v0.21.3 |
| 3118 | 2026-07-16T22:52:03.838Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3119 | 2026-07-16T22:52:03.879Z | Compiling zone_cfg_derive v0.3.1 |
| 3120 | 2026-07-16T22:52:03.900Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3121 | 2026-07-16T22:52:03.922Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3122 | 2026-07-16T22:52:04.057Z | Compiling itertools v0.12.1 |
| 3123 | 2026-07-16T22:52:04.080Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3124 | 2026-07-16T22:52:04.116Z | Compiling num-derive v0.4.2 |
| 3125 | 2026-07-16T22:52:04.120Z | Compiling sigpipe v0.1.3 |
| 3126 | 2026-07-16T22:52:04.151Z | Compiling cpubits v0.1.1 |
| 3127 | 2026-07-16T22:52:04.179Z | Compiling rayon v1.11.0 |
| 3128 | 2026-07-16T22:52:04.197Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3129 | 2026-07-16T22:52:04.244Z | Compiling glob v0.3.3 |
| 3130 | 2026-07-16T22:52:04.259Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3131 | 2026-07-16T22:52:04.343Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3132 | 2026-07-16T22:52:04.396Z | Compiling darling v0.21.3 |
| 3133 | 2026-07-16T22:52:04.462Z | Compiling smf v0.2.3 |
| 3134 | 2026-07-16T22:52:04.516Z | Compiling num_enum v0.5.11 |
| 3135 | 2026-07-16T22:52:04.520Z | Compiling ingot-macros v0.1.1 |
| 3136 | 2026-07-16T22:52:04.553Z | Compiling whoami v1.6.1 |
| 3137 | 2026-07-16T22:52:04.585Z | Compiling usdt-attr-macro v0.5.0 |
| 3138 | 2026-07-16T22:52:04.610Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3139 | 2026-07-16T22:52:04.635Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3140 | 2026-07-16T22:52:04.660Z | Compiling usdt-macro v0.5.0 |
| 3141 | 2026-07-16T22:52:04.677Z | Compiling gethostname v0.5.0 |
| 3142 | 2026-07-16T22:52:04.780Z | Compiling num-rational v0.4.2 |
| 3143 | 2026-07-16T22:52:04.817Z | Compiling pem-rfc7468 v1.0.0 |
| 3144 | 2026-07-16T22:52:04.970Z | Compiling num-complex v0.4.6 |
| 3145 | 2026-07-16T22:52:05.069Z | Compiling memmap v0.7.0 |
| 3146 | 2026-07-16T22:52:05.163Z | Compiling derive-where v1.6.0 |
| 3147 | 2026-07-16T22:52:05.198Z | Compiling float-ord v0.3.2 |
| 3148 | 2026-07-16T22:52:05.201Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3149 | 2026-07-16T22:52:05.288Z | Compiling zone v0.3.1 |
| 3150 | 2026-07-16T22:52:05.362Z | Compiling toml v0.8.23 |
| 3151 | 2026-07-16T22:52:05.387Z | Compiling hmac v0.13.0 |
| 3152 | 2026-07-16T22:52:05.417Z | Compiling num v0.4.3 |
| 3153 | 2026-07-16T22:52:05.466Z | Compiling universal-hash v0.6.1 |
| 3154 | 2026-07-16T22:52:05.562Z | Compiling resolv-conf v0.7.6 |
| 3155 | 2026-07-16T22:52:05.568Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3156 | 2026-07-16T22:52:05.568Z | Compiling usdt v0.5.0 |
| 3157 | 2026-07-16T22:52:05.601Z | Compiling owo-colors v4.3.0 |
| 3158 | 2026-07-16T22:52:05.618Z | Compiling cancel-safe-futures v0.1.5 |
| 3159 | 2026-07-16T22:52:05.633Z | Compiling polyval v0.7.1 |
| 3160 | 2026-07-16T22:52:05.678Z | Compiling der v0.8.0 |
| 3161 | 2026-07-16T22:52:05.808Z | Compiling libsw-core v0.3.2 |
| 3162 | 2026-07-16T22:52:05.831Z | Compiling prettyplease v0.2.37 |
| 3163 | 2026-07-16T22:52:05.875Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3164 | 2026-07-16T22:52:05.907Z | Compiling ghash v0.6.0 |
| 3165 | 2026-07-16T22:52:06.008Z | Compiling libsw v3.5.0 |
| 3166 | 2026-07-16T22:52:06.012Z | Compiling pbkdf2 v0.13.0 |
| 3167 | 2026-07-16T22:52:06.040Z | Compiling aes v0.9.1 |
| 3168 | 2026-07-16T22:52:06.061Z | Compiling console v0.15.11 |
| 3169 | 2026-07-16T22:52:06.095Z | Compiling hickory-proto v0.24.4 |
| 3170 | 2026-07-16T22:52:06.135Z | Compiling newline-converter v0.3.0 |
| 3171 | 2026-07-16T22:52:06.171Z | Compiling ctr v0.10.1 |
| 3172 | 2026-07-16T22:52:06.213Z | Compiling aead v0.6.1 |
| 3173 | 2026-07-16T22:52:06.267Z | Compiling sha2 v0.11.0 |
| 3174 | 2026-07-16T22:52:06.285Z | Compiling libefi-sys v0.1.0 |
| 3175 | 2026-07-16T22:52:06.366Z | Compiling typify-macro v0.6.2 |
| 3176 | 2026-07-16T22:52:06.403Z | Compiling linear-map v1.2.0 |
| 3177 | 2026-07-16T22:52:06.420Z | Compiling linked-hash-map v0.5.6 |
| 3178 | 2026-07-16T22:52:06.503Z | Compiling aes-gcm v0.11.0 |
| 3179 | 2026-07-16T22:52:06.553Z | Compiling expectorate v1.2.0 |
| 3180 | 2026-07-16T22:52:06.593Z | Compiling lru-cache v0.1.2 |
| 3181 | 2026-07-16T22:52:06.615Z | Compiling spki v0.8.0 |
| 3182 | 2026-07-16T22:52:06.690Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3183 | 2026-07-16T22:52:06.718Z | Compiling crypto-bigint v0.7.5 |
| 3184 | 2026-07-16T22:52:06.738Z | Compiling salsa20 v0.11.0 |
| 3185 | 2026-07-16T22:52:06.759Z | Compiling cbc v0.2.1 |
| 3186 | 2026-07-16T22:52:06.833Z | Compiling bitfield-struct v0.6.2 |
| 3187 | 2026-07-16T22:52:06.866Z | Compiling nom v8.0.0 |
| 3188 | 2026-07-16T22:52:06.920Z | Compiling semver v0.1.20 |
| 3189 | 2026-07-16T22:52:06.962Z | Compiling tokio-dtrace v0.1.1 |
| 3190 | 2026-07-16T22:52:07.017Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3191 | 2026-07-16T22:52:07.161Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-07-16T22:52:07.179Z | Compiling scrypt v0.12.0 |
| 3193 | 2026-07-16T22:52:07.244Z | Compiling slog-dtrace v0.3.0 |
| 3194 | 2026-07-16T22:52:07.264Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-07-16T22:52:07.364Z | Compiling minimal-lexical v0.2.1 |
| 3196 | 2026-07-16T22:52:07.382Z | Compiling pkcs5 v0.8.1 |
| 3197 | 2026-07-16T22:52:07.416Z | Compiling newtype_derive v0.1.6 |
| 3198 | 2026-07-16T22:52:07.513Z | Compiling oxide-tokio-rt v0.1.4 |
| 3199 | 2026-07-16T22:52:07.542Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-07-16T22:52:07.558Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3201 | 2026-07-16T22:52:07.567Z | Compiling ingot-types v0.1.2 |
| 3202 | 2026-07-16T22:52:07.646Z | Compiling nom v7.1.3 |
| 3203 | 2026-07-16T22:52:07.662Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3204 | 2026-07-16T22:52:07.794Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-07-16T22:52:07.836Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3206 | 2026-07-16T22:52:07.852Z | Compiling phf_shared v0.12.1 |
| 3207 | 2026-07-16T22:52:07.870Z | Compiling csv-core v0.1.13 |
| 3208 | 2026-07-16T22:52:07.953Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3209 | 2026-07-16T22:52:08.027Z | Compiling ingot v0.1.1 |
| 3210 | 2026-07-16T22:52:08.049Z | Compiling xshell-macros v0.2.7 |
| 3211 | 2026-07-16T22:52:08.065Z | Compiling unicode-xid v0.2.6 |
| 3212 | 2026-07-16T22:52:08.161Z | Compiling chrono-tz v0.10.4 |
| 3213 | 2026-07-16T22:52:08.194Z | Compiling highway v1.3.0 |
| 3214 | 2026-07-16T22:52:08.210Z | Compiling csv v1.4.0 |
| 3215 | 2026-07-16T22:52:08.236Z | Compiling const_format_proc_macros v0.2.34 |
| 3216 | 2026-07-16T22:52:08.244Z | Compiling typify v0.6.2 |
| 3217 | 2026-07-16T22:52:08.357Z | Compiling progenitor-impl v0.14.0 |
| 3218 | 2026-07-16T22:52:08.373Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3219 | 2026-07-16T22:52:08.402Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3220 | 2026-07-16T22:52:08.436Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3221 | 2026-07-16T22:52:08.497Z | Compiling hickory-resolver v0.24.4 |
| 3222 | 2026-07-16T22:52:08.600Z | Compiling xshell v0.2.7 |
| 3223 | 2026-07-16T22:52:08.800Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3224 | 2026-07-16T22:52:09.043Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3225 | 2026-07-16T22:52:09.113Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3226 | 2026-07-16T22:52:09.125Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-07-16T22:52:09.201Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3228 | 2026-07-16T22:52:09.364Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3229 | 2026-07-16T22:52:09.391Z | Compiling phf v0.12.1 |
| 3230 | 2026-07-16T22:52:09.564Z | Compiling qorb v0.4.1 |
| 3231 | 2026-07-16T22:52:09.591Z | Compiling pkcs8 v0.11.0 |
| 3232 | 2026-07-16T22:52:09.726Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3233 | 2026-07-16T22:52:09.922Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3234 | 2026-07-16T22:52:10.090Z | Compiling const_format v0.2.35 |
| 3235 | 2026-07-16T22:52:10.107Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3236 | 2026-07-16T22:52:10.108Z | Compiling tabled_derive v0.7.0 |
| 3237 | 2026-07-16T22:52:10.145Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3238 | 2026-07-16T22:52:10.415Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3239 | 2026-07-16T22:52:10.442Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3240 | 2026-07-16T22:52:10.727Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3241 | 2026-07-16T22:52:10.754Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3242 | 2026-07-16T22:52:11.052Z | Compiling progenitor-macro v0.14.0 |
| 3243 | 2026-07-16T22:52:11.149Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3244 | 2026-07-16T22:52:11.162Z | Compiling bcs v0.1.6 |
| 3245 | 2026-07-16T22:52:11.366Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3246 | 2026-07-16T22:52:11.388Z | Compiling ff v0.14.0 |
| 3247 | 2026-07-16T22:52:11.400Z | Compiling salty v0.3.0 |
| 3248 | 2026-07-16T22:52:11.419Z | Compiling termtree v0.5.1 |
| 3249 | 2026-07-16T22:52:11.464Z | Compiling tagptr v0.2.0 |
| 3250 | 2026-07-16T22:52:11.506Z | Compiling textwrap v0.16.2 |
| 3251 | 2026-07-16T22:52:11.527Z | Compiling tabled v0.15.0 |
| 3252 | 2026-07-16T22:52:11.560Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3253 | 2026-07-16T22:52:11.616Z | Compiling moka v0.12.13 |
| 3254 | 2026-07-16T22:52:11.653Z | Compiling steno v0.4.1 |
| 3255 | 2026-07-16T22:52:11.685Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3256 | 2026-07-16T22:52:11.727Z | Compiling sha1 v0.10.6 |
| 3257 | 2026-07-16T22:52:11.815Z | Compiling signature v3.0.0 |
| 3258 | 2026-07-16T22:52:11.843Z | Compiling base16ct v1.0.0 |
| 3259 | 2026-07-16T22:52:11.981Z | Compiling radium v0.7.0 |
| 3260 | 2026-07-16T22:52:12.010Z | Compiling base64 v0.21.7 |
| 3261 | 2026-07-16T22:52:12.027Z | Compiling sec1 v0.8.1 |
| 3262 | 2026-07-16T22:52:12.205Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3263 | 2026-07-16T22:52:12.323Z | Compiling hickory-resolver v0.25.2 |
| 3264 | 2026-07-16T22:52:12.365Z | Compiling group v0.14.0 |
| 3265 | 2026-07-16T22:52:12.381Z | Compiling hkdf v0.13.0 |
| 3266 | 2026-07-16T22:52:12.417Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3267 | 2026-07-16T22:52:12.488Z | Compiling rfc6979 v0.4.0 |
| 3268 | 2026-07-16T22:52:12.502Z | Compiling tap v1.0.1 |
| 3269 | 2026-07-16T22:52:12.569Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3270 | 2026-07-16T22:52:12.588Z | Compiling maybe-uninit v2.0.0 |
| 3271 | 2026-07-16T22:52:12.647Z | Compiling wyz v0.5.1 |
| 3272 | 2026-07-16T22:52:12.660Z | Compiling ecdsa v0.16.9 |
| 3273 | 2026-07-16T22:52:12.796Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3274 | 2026-07-16T22:52:12.978Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3275 | 2026-07-16T22:52:13.093Z | Compiling primeorder v0.13.6 |
| 3276 | 2026-07-16T22:52:13.113Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3277 | 2026-07-16T22:52:13.354Z | Compiling funty v2.0.0 |
| 3278 | 2026-07-16T22:52:13.389Z | Compiling utf-8 v0.7.6 |
| 3279 | 2026-07-16T22:52:13.497Z | Compiling packed_struct v0.10.1 |
| 3280 | 2026-07-16T22:52:13.561Z | Compiling parking_lot_core v0.8.6 |
| 3281 | 2026-07-16T22:52:13.577Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3282 | 2026-07-16T22:52:13.598Z | Compiling proc-macro-error2 v2.0.1 |
| 3283 | 2026-07-16T22:52:13.866Z | Compiling bitvec v1.0.1 |
| 3284 | 2026-07-16T22:52:13.890Z | Compiling tungstenite v0.21.0 |
| 3285 | 2026-07-16T22:52:13.906Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3286 | 2026-07-16T22:52:13.951Z | Compiling p384 v0.13.1 |
| 3287 | 2026-07-16T22:52:13.985Z | Compiling rfc6979 v0.5.0 |
| 3288 | 2026-07-16T22:52:14.033Z | Compiling git-stub v1.0.0 |
| 3289 | 2026-07-16T22:52:14.057Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3290 | 2026-07-16T22:52:14.150Z | Compiling packed_struct_codegen v0.10.1 |
| 3291 | 2026-07-16T22:52:14.197Z | Compiling num-derive v0.3.3 |
| 3292 | 2026-07-16T22:52:14.247Z | Compiling bitfield-macros v0.19.4 |
| 3293 | 2026-07-16T22:52:14.269Z | Compiling zerocopy-derive v0.6.6 |
| 3294 | 2026-07-16T22:52:14.325Z | Compiling indexmap v1.9.3 |
| 3295 | 2026-07-16T22:52:14.557Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3296 | 2026-07-16T22:52:14.581Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3297 | 2026-07-16T22:52:14.761Z | Compiling crc-catalog v2.4.0 |
| 3298 | 2026-07-16T22:52:14.779Z | Compiling nodrop v0.1.14 |
| 3299 | 2026-07-16T22:52:14.848Z | Compiling crc v3.4.0 |
| 3300 | 2026-07-16T22:52:14.867Z | Compiling array-init v0.0.4 |
| 3301 | 2026-07-16T22:52:14.882Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3302 | 2026-07-16T22:52:14.903Z | Compiling tokio-tungstenite v0.21.0 |
| 3303 | 2026-07-16T22:52:14.933Z | Compiling git-stub-vcs v0.1.0 |
| 3304 | 2026-07-16T22:52:15.078Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-07-16T22:52:15.117Z | Compiling ecdsa v0.17.0-rc.18 |
| 3306 | 2026-07-16T22:52:15.184Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3307 | 2026-07-16T22:52:15.215Z | Compiling zerocopy v0.6.6 |
| 3308 | 2026-07-16T22:52:15.232Z | Compiling libscf-sys v1.1.0 |
| 3309 | 2026-07-16T22:52:15.294Z | Compiling smallvec v0.6.14 |
| 3310 | 2026-07-16T22:52:15.314Z | Compiling tabled_derive v0.11.0 |
| 3311 | 2026-07-16T22:52:15.434Z | Compiling primeorder v0.14.0-rc.10 |
| 3312 | 2026-07-16T22:52:15.440Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-07-16T22:52:15.470Z | Compiling primefield v0.14.0 |
| 3314 | 2026-07-16T22:52:15.530Z | Compiling progenitor-impl v0.13.0 |
| 3315 | 2026-07-16T22:52:15.585Z | Compiling papergrid v0.17.0 |
| 3316 | 2026-07-16T22:52:15.608Z | Compiling testing_table v0.3.0 |
| 3317 | 2026-07-16T22:52:15.628Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3318 | 2026-07-16T22:52:15.711Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3319 | 2026-07-16T22:52:15.732Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3320 | 2026-07-16T22:52:15.794Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3321 | 2026-07-16T22:52:15.807Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-07-16T22:52:15.823Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-07-16T22:52:16.105Z | Compiling hashbrown v0.12.3 |
| 3324 | 2026-07-16T22:52:16.116Z | Compiling unicase v2.9.0 |
| 3325 | 2026-07-16T22:52:16.116Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3326 | 2026-07-16T22:52:16.116Z | Compiling corncobs v0.1.4 |
| 3327 | 2026-07-16T22:52:16.199Z | Compiling progenitor v0.14.0 |
| 3328 | 2026-07-16T22:52:16.223Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3329 | 2026-07-16T22:52:16.274Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-07-16T22:52:16.294Z | Compiling parking_lot v0.11.2 |
| 3331 | 2026-07-16T22:52:16.300Z | Compiling mime_guess v2.0.5 |
| 3332 | 2026-07-16T22:52:16.352Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3333 | 2026-07-16T22:52:16.367Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3334 | 2026-07-16T22:52:16.552Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3335 | 2026-07-16T22:52:16.572Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3336 | 2026-07-16T22:52:16.592Z | Compiling tabled v0.20.0 |
| 3337 | 2026-07-16T22:52:16.659Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3338 | 2026-07-16T22:52:16.713Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3339 | 2026-07-16T22:52:16.726Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-07-16T22:52:16.742Z | Compiling serde-hex v0.1.0 |
| 3341 | 2026-07-16T22:52:16.911Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3342 | 2026-07-16T22:52:16.943Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3343 | 2026-07-16T22:52:17.068Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3344 | 2026-07-16T22:52:17.241Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3345 | 2026-07-16T22:52:17.312Z | Compiling ron v0.8.1 |
| 3346 | 2026-07-16T22:52:17.330Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3347 | 2026-07-16T22:52:17.346Z | Compiling hashbrown v0.13.2 |
| 3348 | 2026-07-16T22:52:17.403Z | Compiling progenitor-client v0.13.0 |
| 3349 | 2026-07-16T22:52:17.446Z | Compiling prefix-trie v0.7.0 |
| 3350 | 2026-07-16T22:52:17.706Z | Compiling fxhash v0.2.1 |
| 3351 | 2026-07-16T22:52:17.747Z | Compiling secrecy v0.8.0 |
| 3352 | 2026-07-16T22:52:17.860Z | Compiling crc-any v2.5.0 |
| 3353 | 2026-07-16T22:52:17.874Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3354 | 2026-07-16T22:52:17.921Z | Compiling sled v0.34.7 |
| 3355 | 2026-07-16T22:52:18.106Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-07-16T22:52:18.160Z | Compiling object v0.30.4 |
| 3357 | 2026-07-16T22:52:18.285Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3358 | 2026-07-16T22:52:18.431Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3359 | 2026-07-16T22:52:18.532Z | Compiling progenitor-macro v0.13.0 |
| 3360 | 2026-07-16T22:52:18.795Z | Compiling hickory-server v0.25.2 |
| 3361 | 2026-07-16T22:52:19.013Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3362 | 2026-07-16T22:52:19.037Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3363 | 2026-07-16T22:52:19.240Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3364 | 2026-07-16T22:52:19.342Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3365 | 2026-07-16T22:52:19.491Z | Compiling ed25519 v3.0.0 |
| 3366 | 2026-07-16T22:52:19.537Z | Compiling crypto-primes v0.7.2 |
| 3367 | 2026-07-16T22:52:19.850Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3368 | 2026-07-16T22:52:20.638Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3369 | 2026-07-16T22:52:20.655Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3370 | 2026-07-16T22:52:20.688Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3371 | 2026-07-16T22:52:20.696Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-07-16T22:52:20.725Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3373 | 2026-07-16T22:52:20.851Z | Compiling poly1305 v0.9.0 |
| 3374 | 2026-07-16T22:52:21.150Z | Compiling blowfish v0.10.0 |
| 3375 | 2026-07-16T22:52:21.166Z | Compiling blake2 v0.11.0-rc.6 |
| 3376 | 2026-07-16T22:52:21.173Z | Compiling keccak v0.2.0 |
| 3377 | 2026-07-16T22:52:21.375Z | Compiling fiat-crypto v0.3.0 |
| 3378 | 2026-07-16T22:52:21.394Z | Compiling http-range v0.1.5 |
| 3379 | 2026-07-16T22:52:21.424Z | Compiling crc8 v0.1.1 |
| 3380 | 2026-07-16T22:52:21.441Z | Compiling path-slash v0.1.5 |
| 3381 | 2026-07-16T22:52:21.464Z | Compiling half v1.8.3 |
| 3382 | 2026-07-16T22:52:21.572Z | Compiling argon2 v0.6.0-rc.8 |
| 3383 | 2026-07-16T22:52:21.607Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3384 | 2026-07-16T22:52:21.625Z | Compiling sha3 v0.11.0 |
| 3385 | 2026-07-16T22:52:21.646Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3386 | 2026-07-16T22:52:21.661Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3387 | 2026-07-16T22:52:21.679Z | Compiling serde_cbor v0.11.2 |
| 3388 | 2026-07-16T22:52:21.803Z | Compiling rsa v0.10.0-rc.18 |
| 3389 | 2026-07-16T22:52:21.811Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3390 | 2026-07-16T22:52:21.979Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3391 | 2026-07-16T22:52:22.137Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3392 | 2026-07-16T22:52:22.297Z | Compiling illumos-nvpair v0.3.0 |
| 3393 | 2026-07-16T22:52:22.550Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3394 | 2026-07-16T22:52:22.575Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3395 | 2026-07-16T22:52:22.591Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3396 | 2026-07-16T22:52:22.703Z | Compiling p256 v0.14.0-rc.10 |
| 3397 | 2026-07-16T22:52:22.729Z | Compiling p521 v0.14.0-rc.10 |
| 3398 | 2026-07-16T22:52:22.799Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3399 | 2026-07-16T22:52:22.813Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3400 | 2026-07-16T22:52:22.829Z | Compiling yasna v0.5.2 |
| 3401 | 2026-07-16T22:52:22.913Z | Compiling kstat-rs v0.2.4 |
| 3402 | 2026-07-16T22:52:23.236Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3403 | 2026-07-16T22:52:23.334Z | Compiling headers-core v0.3.0 |
| 3404 | 2026-07-16T22:52:23.480Z | Compiling kem v0.3.0 |
| 3405 | 2026-07-16T22:52:23.516Z | Compiling module-lattice v0.2.3 |
| 3406 | 2026-07-16T22:52:23.526Z | Compiling nanorand v0.7.0 |
| 3407 | 2026-07-16T22:52:23.540Z | Compiling atty v0.2.14 |
| 3408 | 2026-07-16T22:52:23.556Z | Compiling headers v0.4.1 |
| 3409 | 2026-07-16T22:52:23.576Z | Compiling progenitor v0.13.0 |
| 3410 | 2026-07-16T22:52:23.580Z | Compiling rcgen v0.12.1 |
| 3411 | 2026-07-16T22:52:23.622Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3412 | 2026-07-16T22:52:23.672Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3413 | 2026-07-16T22:52:23.750Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3414 | 2026-07-16T22:52:23.769Z | Compiling flume v0.11.1 |
| 3415 | 2026-07-16T22:52:23.831Z | Compiling ml-kem v0.3.2 |
| 3416 | 2026-07-16T22:52:23.926Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3417 | 2026-07-16T22:52:24.112Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3418 | 2026-07-16T22:52:24.334Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3419 | 2026-07-16T22:52:24.508Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3420 | 2026-07-16T22:52:24.703Z | Compiling hyper-staticfile v0.10.1 |
| 3421 | 2026-07-16T22:52:24.708Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3422 | 2026-07-16T22:52:24.808Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3423 | 2026-07-16T22:52:24.812Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3424 | 2026-07-16T22:52:24.857Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3425 | 2026-07-16T22:52:25.073Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3426 | 2026-07-16T22:52:25.202Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3427 | 2026-07-16T22:52:25.373Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3428 | 2026-07-16T22:52:25.465Z | Compiling russh-cryptovec v0.61.0 |
| 3429 | 2026-07-16T22:52:25.497Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3430 | 2026-07-16T22:52:25.568Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3431 | 2026-07-16T22:52:25.714Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3432 | 2026-07-16T22:52:25.743Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3433 | 2026-07-16T22:52:25.955Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3434 | 2026-07-16T22:52:26.042Z | Compiling port-file v0.1.0 |
| 3435 | 2026-07-16T22:52:26.060Z | Compiling num-bigint v0.4.6 |
| 3436 | 2026-07-16T22:52:26.295Z | Compiling generic-array v1.4.3 |
| 3437 | 2026-07-16T22:52:26.321Z | Compiling russh-util v0.52.0 |
| 3438 | 2026-07-16T22:52:26.321Z | Compiling enum_dispatch v0.3.13 |
| 3439 | 2026-07-16T22:52:26.381Z | Compiling delegate v0.13.5 |
| 3440 | 2026-07-16T22:52:26.490Z | Compiling subprocess v0.2.15 |
| 3441 | 2026-07-16T22:52:26.517Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-07-16T22:52:26.580Z | Compiling p384 v0.14.0-rc.10 |
| 3443 | 2026-07-16T22:52:26.826Z | Compiling md5 v0.8.0 |
| 3444 | 2026-07-16T22:52:27.039Z | Compiling display-error-chain v0.2.2 |
| 3445 | 2026-07-16T22:52:27.045Z | Compiling hex-literal v1.1.0 |
| 3446 | 2026-07-16T22:52:27.072Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3447 | 2026-07-16T22:52:27.148Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3448 | 2026-07-16T22:52:27.153Z | Compiling colored v2.2.0 |
| 3449 | 2026-07-16T22:52:27.180Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3450 | 2026-07-16T22:52:27.270Z | Compiling socket2 v0.5.10 |
| 3451 | 2026-07-16T22:52:27.297Z | Compiling internet-checksum v0.2.1 |
| 3452 | 2026-07-16T22:52:28.009Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3453 | 2026-07-16T22:52:28.667Z | Compiling ssh-key v0.7.0-rc.10 |
| 3454 | 2026-07-16T22:52:28.718Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3455 | 2026-07-16T22:52:29.222Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3456 | 2026-07-16T22:52:29.914Z | Compiling russh v0.61.2 |
| 3457 | 2026-07-16T22:52:30.683Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3458 | 2026-07-16T22:52:31.181Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3459 | 2026-07-16T22:52:39.602Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3460 | 2026-07-16T22:52:39.602Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3461 | 2026-07-16T22:52:39.602Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3462 | 2026-07-16T22:52:39.614Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3463 | 2026-07-16T22:52:41.357Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3464 | 2026-07-16T22:52:41.430Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3465 | 2026-07-16T22:52:45.330Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3466 | 2026-07-16T22:53:24.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3467 | 2026-07-16T22:53:25.035Z | |
| 3468 | 2026-07-16T22:53:25.035Z | real 1:26.834585758 |
| 3469 | 2026-07-16T22:53:25.035Z | user 8:42.864757938 |
| 3470 | 2026-07-16T22:53:25.036Z | sys 1:42.649627829 |
| 3471 | 2026-07-16T22:53:25.036Z | trap 0.266340809 |
| 3472 | 2026-07-16T22:53:25.040Z | tflt 0.354211107 |
| 3473 | 2026-07-16T22:53:25.040Z | dflt 1.490149772 |
| 3474 | 2026-07-16T22:53:25.040Z | kflt 0.000452270 |
| 3475 | 2026-07-16T22:53:25.040Z | lock 30:53.939645987 |
| 3476 | 2026-07-16T22:53:25.040Z | slp 20:01.440639103 |
| 3477 | 2026-07-16T22:53:25.041Z | lat 41.910679193 |
| 3478 | 2026-07-16T22:53:25.041Z | stop 2:56.875435661 |
| 3479 | 2026-07-16T22:53:25.041Z | + mkdir tests |
| 3480 | 2026-07-16T22:53:25.041Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3481 | 2026-07-16T22:53:25.045Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3482 | 2026-07-16T22:53:25.062Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2396c756e7171acc tests/ |
| 3483 | 2026-07-16T22:53:25.083Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-157eb7e84d6f5660 tests/ |
| 3484 | 2026-07-16T22:53:25.105Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3313f85cab4a55e1 tests/ |
| 3485 | 2026-07-16T22:53:25.125Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-011827b2c3b98d0a tests/ |
| 3486 | 2026-07-16T22:53:25.373Z | + 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) |
| 3487 | 2026-07-16T22:53:25.377Z | + 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-157eb7e84d6f5660 tests/commtest-3313f85cab4a55e1 tests/dhcp_server-2396c756e7171acc tests/end_to_end_tests-011827b2c3b98d0a 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 |
| 3488 | 2026-07-16T22:54:45.665Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3489 | 2026-07-16T22:54:45.665Z | a .github/buildomat/ci-env.sh 1K |
| 3490 | 2026-07-16T22:54:45.665Z | a out/target/test 1K |
| 3491 | 2026-07-16T22:54:45.665Z | a out/npuzone/npuzone 27402K |
| 3492 | 2026-07-16T22:54:45.665Z | a package-manifest.toml 35K |
| 3493 | 2026-07-16T22:54:45.665Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3494 | 2026-07-16T22:54:45.665Z | a target/release/omicron-package 40729K |
| 3495 | 2026-07-16T22:54:45.665Z | a target/release/xtask 10468K |
| 3496 | 2026-07-16T22:54:45.665Z | a target/debug/bootstrap 349473K |
| 3497 | 2026-07-16T22:54:45.665Z | a tests/bootstrap-157eb7e84d6f5660 31974K |
| 3498 | 2026-07-16T22:54:45.665Z | a tests/commtest-3313f85cab4a55e1 32169K |
| 3499 | 2026-07-16T22:54:45.665Z | a tests/dhcp_server-2396c756e7171acc 31974K |
| 3500 | 2026-07-16T22:54:45.665Z | a tests/end_to_end_tests-011827b2c3b98d0a 399349K |
| 3501 | 2026-07-16T22:54:45.665Z | a tools/opte_version 1K |
| 3502 | 2026-07-16T22:54:45.665Z | a tools/opte_version_override 2K |
| 3503 | 2026-07-16T22:54:45.665Z | a out/clickhouse.tar.gz 310727K |
| 3504 | 2026-07-16T22:54:45.665Z | a out/clickhouse_keeper.tar.gz 297198K |
| 3505 | 2026-07-16T22:54:45.665Z | a out/clickhouse_server.tar.gz 310724K |
| 3506 | 2026-07-16T22:54:45.665Z | a out/cockroachdb.tar.gz 161740K |
| 3507 | 2026-07-16T22:54:45.666Z | a out/crucible-pantry-zone.tar.gz 39113K |
| 3508 | 2026-07-16T22:54:45.666Z | a out/crucible-utils.tar 18900K |
| 3509 | 2026-07-16T22:54:45.666Z | a out/crucible-zone.tar.gz 53808K |
| 3510 | 2026-07-16T22:54:45.666Z | a out/external-dns.tar.gz 46709K |
| 3511 | 2026-07-16T22:54:45.666Z | a out/internal-dns.tar.gz 46708K |
| 3512 | 2026-07-16T22:54:45.666Z | a out/mg-ddm-gz.tar 102717K |
| 3513 | 2026-07-16T22:54:45.666Z | a out/nexus.tar.gz 273759K |
| 3514 | 2026-07-16T22:54:45.666Z | a out/ntp.tar.gz 29912K |
| 3515 | 2026-07-16T22:54:45.666Z | a out/omicron-gateway-softnpu.tar.gz 27710K |
| 3516 | 2026-07-16T22:54:45.666Z | a out/omicron-sled-agent.tar 192424K |
| 3517 | 2026-07-16T22:54:45.666Z | a out/overlay.tar.gz 4K |
| 3518 | 2026-07-16T22:54:45.666Z | a out/oximeter.tar.gz 60696K |
| 3519 | 2026-07-16T22:54:45.666Z | a out/oxlog.tar 3808K |
| 3520 | 2026-07-16T22:54:45.666Z | a out/probe.tar.gz 3037K |
| 3521 | 2026-07-16T22:54:45.666Z | a out/propolis-server.tar.gz 34372K |
| 3522 | 2026-07-16T22:54:45.666Z | a out/pumpkind-gz.tar 26647K |
| 3523 | 2026-07-16T22:54:45.666Z | a out/switch-softnpu.tar.gz 451363K |
| 3524 | 2026-07-16T22:54:45.669Z | |
| 3525 | 2026-07-16T22:54:45.669Z | real 1:20.289087359 |
| 3526 | 2026-07-16T22:54:45.670Z | user 1:17.636774466 |
| 3527 | 2026-07-16T22:54:45.670Z | sys 4.429082715 |
| 3528 | 2026-07-16T22:54:45.670Z | trap 0.005708596 |
| 3529 | 2026-07-16T22:54:45.670Z | tflt 0.000000000 |
| 3530 | 2026-07-16T22:54:45.670Z | dflt 0.000000000 |
| 3531 | 2026-07-16T22:54:45.670Z | kflt 0.000000000 |
| 3532 | 2026-07-16T22:54:45.670Z | lock 0.000000000 |
| 3533 | 2026-07-16T22:54:45.670Z | slp 1:17.522514975 |
| 3534 | 2026-07-16T22:54:45.670Z | lat 0.979130017 |
| 3535 | 2026-07-16T22:54:45.670Z | stop 0.000216500 |
| 3536 | 2026-07-16T22:54:45.670Z | process exited: duration 998839 ms, exit code 0 |
| |
| 3537 | 2026-07-16T22:54:45.684Z | found 1 output files |
| 3538 | 2026-07-16T22:54:45.684Z | uploading: /work/package.tar.gz (2487251524 bytes) |
| 3539 | 2026-07-16T22:55:14.731Z | uploaded: /work/package.tar.gz |