|
|
|
| 1 | 2026-07-17T18:44:28.505Z | job assigned to worker 01KXRP8FHBVMJ0DX61ECMQGFJZ [factory aws, i-05cafa5ce66700710] (queued for 51 s) |
| |
| 2 | 2026-07-17T18:44:35.925Z | starting task 0: "setup" |
| 3 | 2026-07-17T18:44:35.931Z | ++ uname -s |
| 4 | 2026-07-17T18:44:35.936Z | + kern=SunOS |
| 5 | 2026-07-17T18:44:35.936Z | + build_user=build |
| 6 | 2026-07-17T18:44:35.936Z | + build_uid=12345 |
| 7 | 2026-07-17T18:44:35.936Z | + work_dir=/work |
| 8 | 2026-07-17T18:44:35.936Z | + input_dir=/input |
| 9 | 2026-07-17T18:44:35.936Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-17T18:44:35.936Z | + case "$kern" in |
| 11 | 2026-07-17T18:44:35.936Z | + groupadd -g 12345 build |
| 12 | 2026-07-17T18:44:35.940Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-17T18:44:37.942Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-17T18:44:38.061Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-17T18:44:38.065Z | + home_fs=zfs |
| 16 | 2026-07-17T18:44:38.065Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-17T18:44:38.065Z | + mkdir -p /home/build |
| 18 | 2026-07-17T18:44:38.065Z | + chown build:build /home/build /work |
| 19 | 2026-07-17T18:44:40.068Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-17T18:44:40.071Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-07-17T18:44:40.082Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-17T18:44:40.085Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-17T18:44:40.085Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-17T18:44:40.085Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-17T18:44:40.085Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-17T18:44:40.085Z | * rust toolchain profile = "default" |
| 27 | 2026-07-17T18:44:40.085Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-17T18:44:40.088Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-17T18:44:40.088Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-17T18:44:40.198Z | info: downloading installer |
| 31 | 2026-07-17T18:44:41.511Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-17T18:44:41.511Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-17T18:44:41.511Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-17T18:44:41.511Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-17T18:44:41.519Z | info: profile set to default |
| 36 | 2026-07-17T18:44:41.519Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-17T18:44:41.522Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-17T18:44:41.658Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-17T18:44:41.661Z | info: downloading 6 components |
| 40 | 2026-07-17T18:44:58.761Z | |
| 41 | 2026-07-17T18:44:58.761Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-17T18:44:58.761Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-17T18:44:58.761Z | |
| 44 | 2026-07-17T18:44:58.761Z | |
| 45 | 2026-07-17T18:44:58.761Z | Rust is installed now. Great! |
| 46 | 2026-07-17T18:44:58.761Z | |
| 47 | 2026-07-17T18:44:58.761Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-17T18:44:58.761Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-17T18:44:58.761Z | |
| 50 | 2026-07-17T18:44:58.761Z | To configure your current shell, you need to source |
| 51 | 2026-07-17T18:44:58.761Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-17T18:44:58.761Z | |
| 53 | 2026-07-17T18:44:58.761Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-17T18:44:58.761Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-17T18:44:58.761Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-17T18:44:58.761Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-17T18:44:58.761Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-17T18:44:58.761Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-17T18:44:58.761Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-17T18:44:58.762Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-17T18:44:58.762Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-17T18:44:58.762Z | + rustup --version |
| 63 | 2026-07-17T18:44:58.762Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-17T18:44:58.762Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-17T18:44:58.762Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-17T18:44:58.762Z | + cargo --version |
| 67 | 2026-07-17T18:44:58.762Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-17T18:44:58.762Z | + rustc --version |
| 69 | 2026-07-17T18:44:58.762Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-17T18:44:58.762Z | process exited: duration 16198 ms, exit code 0 |
| |
| 71 | 2026-07-17T18:44:58.850Z | starting task 2: "authentication" |
| 72 | 2026-07-17T18:44:59.133Z | process exited: duration 51 ms, exit code 0 |
| |
| 73 | 2026-07-17T18:44:59.185Z | starting task 3: "clone repository" |
| 74 | 2026-07-17T18:44:59.190Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-17T18:44:59.190Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-17T18:44:59.218Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-17T18:45:10.035Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-17T18:45:10.035Z | + git fetch origin 817e24dbf740a7e7de26fa0d6e70af076f5d94d6 |
| 79 | 2026-07-17T18:45:10.348Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-17T18:45:10.348Z | * branch 817e24dbf740a7e7de26fa0d6e70af076f5d94d6 -> FETCH_HEAD |
| 81 | 2026-07-17T18:45:10.362Z | + [[ -n sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes ]] |
| 82 | 2026-07-17T18:45:10.365Z | ++ git branch --show-current |
| 83 | 2026-07-17T18:45:10.365Z | + current=main |
| 84 | 2026-07-17T18:45:10.365Z | + [[ main != sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes ]] |
| 85 | 2026-07-17T18:45:10.365Z | + git branch -f sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes 817e24dbf740a7e7de26fa0d6e70af076f5d94d6 |
| 86 | 2026-07-17T18:45:10.368Z | + git checkout -f sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes |
| 87 | 2026-07-17T18:45:10.532Z | Switched to branch 'sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes' |
| 88 | 2026-07-17T18:45:10.535Z | + git reset --hard 817e24dbf740a7e7de26fa0d6e70af076f5d94d6 |
| 89 | 2026-07-17T18:45:10.693Z | HEAD is now at 817e24dbf rebase on main |
| 90 | 2026-07-17T18:45:10.696Z | process exited: duration 11517 ms, exit code 0 |
| |
| 91 | 2026-07-17T18:45:10.703Z | starting task 4: "build" |
| 92 | 2026-07-17T18:45:10.717Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-17T18:45:10.722Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-17T18:45:10.722Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-17T18:45:10.722Z | +++ uname -s |
| 96 | 2026-07-17T18:45:10.722Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-17T18:45:10.722Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-17T18:45:10.723Z | + cargo --version |
| 99 | 2026-07-17T18:45:10.726Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-17T18:45:10.726Z | + rustc --version |
| 101 | 2026-07-17T18:45:10.745Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-17T18:45:10.750Z | + WORK=/work |
| 103 | 2026-07-17T18:45:10.750Z | + pfexec mkdir -p /work |
| 104 | 2026-07-17T18:45:10.755Z | + pfexec chown build /work |
| 105 | 2026-07-17T18:45:10.759Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-17T18:45:12.427Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-17T18:45:12.587Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-17T18:45:13.348Z | Planning: Solver setup ... Done (0.694s) |
| 109 | 2026-07-17T18:45:13.381Z | Planning: Running solver ... Done (0.034s) |
| 110 | 2026-07-17T18:45:13.399Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-17T18:45:13.413Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-17T18:45:13.429Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-17T18:45:13.441Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-17T18:45:13.444Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-17T18:45:13.642Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 116 | 2026-07-17T18:45:13.647Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-17T18:45:14.528Z | Planning: Evaluating mediators ... Done (0.885s) |
| 118 | 2026-07-17T18:45:14.531Z | Planning: Planning completed in 1.91 seconds |
| 119 | 2026-07-17T18:45:14.537Z | Packages to install: 2 |
| 120 | 2026-07-17T18:45:14.537Z | Estimated space available: 156.08 GB |
| 121 | 2026-07-17T18:45:14.537Z | Estimated space to be consumed: 41.03 MB |
| 122 | 2026-07-17T18:45:14.537Z | Create boot environment: No |
| 123 | 2026-07-17T18:45:14.540Z | Create backup boot environment: No |
| 124 | 2026-07-17T18:45:14.540Z | Rebuild boot archive: No |
| 125 | 2026-07-17T18:45:14.541Z | |
| 126 | 2026-07-17T18:45:14.541Z | Changed packages: |
| 127 | 2026-07-17T18:45:14.541Z | helios |
| 128 | 2026-07-17T18:45:14.541Z | developer/build-essential |
| 129 | 2026-07-17T18:45:14.541Z | None -> 11-3.0 |
| 130 | 2026-07-17T18:45:14.541Z | library/libxmlsec1 |
| 131 | 2026-07-17T18:45:14.541Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-17T18:45:14.564Z | |
| 133 | 2026-07-17T18:45:14.564Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-17T18:45:16.079Z | Download: Completed 1.28 MB in 1.52 seconds (865k/s) |
| 135 | 2026-07-17T18:45:16.140Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-17T18:45:16.179Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-17T18:45:16.196Z | Finalize: Updating package state database ... Done (0.016s) |
| 138 | 2026-07-17T18:45:16.196Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-17T18:45:16.236Z | Finalize: Updating image state ... Done (0.040s) |
| 140 | 2026-07-17T18:45:18.883Z | Finalize: Creating fast lookup database ... Done (2.613s) |
| 141 | 2026-07-17T18:45:18.951Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-17T18:45:18.955Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-17T18:45:19.076Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-17T18:45:19.398Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-17T18:45:19.503Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-17T18:45:19.506Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-17T18:45:19.662Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-17T18:45:19.665Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-17T18:45:19.685Z | Mediators to change: 2 |
| 150 | 2026-07-17T18:45:19.685Z | Create boot environment: No |
| 151 | 2026-07-17T18:45:19.685Z | Create backup boot environment: No |
| 152 | 2026-07-17T18:45:19.734Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-17T18:45:19.734Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-17T18:45:19.762Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-17T18:45:21.698Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-17T18:45:21.764Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-17T18:45:21.767Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-17T18:45:21.823Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-17T18:45:22.108Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-17T18:45:22.213Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-17T18:45:22.216Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-17T18:45:22.371Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-17T18:45:22.373Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-17T18:45:22.393Z | Mediators to change: 1 |
| 165 | 2026-07-17T18:45:22.393Z | Create boot environment: No |
| 166 | 2026-07-17T18:45:22.393Z | Create backup boot environment: No |
| 167 | 2026-07-17T18:45:22.437Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-17T18:45:22.437Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-17T18:45:22.460Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-17T18:45:24.382Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-17T18:45:24.450Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-17T18:45:24.454Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-17T18:45:24.504Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-17T18:45:24.814Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-17T18:45:24.814Z | apache system 2.4 system |
| 176 | 2026-07-17T18:45:24.814Z | clang system 15 system |
| 177 | 2026-07-17T18:45:24.814Z | csh system system illumos |
| 178 | 2026-07-17T18:45:24.814Z | ctags system system illumos |
| 179 | 2026-07-17T18:45:24.814Z | file vendor vendor darwinsys |
| 180 | 2026-07-17T18:45:24.814Z | file system system illumos |
| 181 | 2026-07-17T18:45:24.814Z | gcc vendor 14 vendor |
| 182 | 2026-07-17T18:45:24.814Z | gcc system 13 system |
| 183 | 2026-07-17T18:45:24.814Z | gcc system 10 system |
| 184 | 2026-07-17T18:45:24.814Z | go system 1.25 system |
| 185 | 2026-07-17T18:45:24.814Z | llvm system 15 system |
| 186 | 2026-07-17T18:45:24.814Z | mariadb system 11.4 system |
| 187 | 2026-07-17T18:45:24.814Z | mta vendor vendor dma |
| 188 | 2026-07-17T18:45:24.814Z | openjdk system 17 system |
| 189 | 2026-07-17T18:45:24.814Z | openjdk system 11 system |
| 190 | 2026-07-17T18:45:24.814Z | openssl vendor 3 vendor |
| 191 | 2026-07-17T18:45:24.814Z | perl system 5.40 system |
| 192 | 2026-07-17T18:45:24.814Z | postgresql system 18 system |
| 193 | 2026-07-17T18:45:24.814Z | postgresql system 17 system |
| 194 | 2026-07-17T18:45:24.814Z | python vendor 3 vendor |
| 195 | 2026-07-17T18:45:24.814Z | python system 2 system |
| 196 | 2026-07-17T18:45:24.814Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-17T18:45:24.814Z | ruby system 3.4 system |
| 198 | 2026-07-17T18:45:24.815Z | ruby system 3.0 system |
| 199 | 2026-07-17T18:45:24.815Z | words vendor vendor american-english |
| 200 | 2026-07-17T18:45:24.815Z | words system system australian-english |
| 201 | 2026-07-17T18:45:24.815Z | words system system british-english |
| 202 | 2026-07-17T18:45:24.815Z | words system system canadian-english |
| 203 | 2026-07-17T18:45:24.815Z | words system system french |
| 204 | 2026-07-17T18:45:24.815Z | words system system italian |
| 205 | 2026-07-17T18:45:24.815Z | words system system ngerman |
| 206 | 2026-07-17T18:45:24.815Z | words system system ogerman |
| 207 | 2026-07-17T18:45:24.815Z | words system system spanish |
| 208 | 2026-07-17T18:45:25.063Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-17T18:45:25.063Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-17T18:45:25.397Z | FMRI IFO |
| 211 | 2026-07-17T18:45:25.397Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-17T18:45:25.397Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-17T18:45:25.398Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-17T18:45:25.398Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-17T18:45:25.398Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-17T18:45:25.398Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-17T18:45:25.398Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-17T18:45:25.398Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-17T18:45:25.398Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-17T18:45:25.671Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-17T18:45:25.922Z | Updating crates.io index |
| 222 | 2026-07-17T18:45:25.925Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-17T18:45:26.190Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-17T18:45:26.492Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-17T18:45:27.431Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-17T18:45:27.939Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-17T18:45:29.493Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-17T18:45:31.321Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-17T18:45:31.577Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-17T18:45:31.867Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-17T18:45:33.158Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-17T18:45:33.569Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-17T18:45:33.882Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-17T18:45:34.170Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-17T18:45:34.589Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-17T18:45:35.125Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-17T18:45:35.504Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-17T18:45:35.731Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-17T18:45:35.955Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-17T18:45:36.233Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-17T18:45:36.451Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-17T18:45:36.691Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-17T18:45:36.933Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-17T18:45:37.287Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-17T18:45:37.564Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-17T18:45:37.836Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-17T18:45:38.227Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-17T18:45:38.626Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-17T18:45:38.974Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-17T18:45:39.441Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-17T18:45:39.689Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-17T18:45:39.910Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-17T18:45:40.243Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-17T18:45:40.644Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-17T18:45:40.899Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-17T18:45:41.179Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-17T18:45:41.420Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-17T18:45:41.684Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-17T18:45:42.145Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-17T18:45:42.369Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-17T18:45:42.631Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-17T18:45:42.847Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-17T18:45:45.438Z | Downloading crates ... |
| 264 | 2026-07-17T18:45:45.496Z | Downloaded log v0.4.29 |
| 265 | 2026-07-17T18:45:45.500Z | Downloaded anstream v1.0.0 |
| 266 | 2026-07-17T18:45:45.503Z | Downloaded clap_derive v4.6.1 |
| 267 | 2026-07-17T18:45:45.503Z | Downloaded zmij v1.0.21 |
| 268 | 2026-07-17T18:45:45.506Z | Downloaded macaddr v1.0.1 |
| 269 | 2026-07-17T18:45:45.506Z | Downloaded errno v0.3.14 |
| 270 | 2026-07-17T18:45:45.509Z | Downloaded colorchoice v1.0.4 |
| 271 | 2026-07-17T18:45:45.509Z | Downloaded block-buffer v0.10.4 |
| 272 | 2026-07-17T18:45:45.509Z | Downloaded zerocopy-derive v0.7.35 |
| 273 | 2026-07-17T18:45:45.512Z | Downloaded fastrand v2.3.0 |
| 274 | 2026-07-17T18:45:45.517Z | Downloaded bytecount v0.6.9 |
| 275 | 2026-07-17T18:45:45.517Z | Downloaded itoa v1.0.17 |
| 276 | 2026-07-17T18:45:45.517Z | Downloaded heck v0.4.1 |
| 277 | 2026-07-17T18:45:45.520Z | Downloaded generic-array v0.14.7 |
| 278 | 2026-07-17T18:45:45.520Z | Downloaded dtrace-parser v0.2.0 |
| 279 | 2026-07-17T18:45:45.520Z | Downloaded memmap v0.7.0 |
| 280 | 2026-07-17T18:45:45.520Z | Downloaded anstyle v1.0.14 |
| 281 | 2026-07-17T18:45:45.520Z | Downloaded fnv v1.0.7 |
| 282 | 2026-07-17T18:45:45.520Z | Downloaded zerocopy v0.7.35 |
| 283 | 2026-07-17T18:45:45.528Z | Downloaded heck v0.5.0 |
| 284 | 2026-07-17T18:45:45.531Z | Downloaded anstyle-query v1.1.5 |
| 285 | 2026-07-17T18:45:45.531Z | Downloaded equivalent v1.0.2 |
| 286 | 2026-07-17T18:45:45.531Z | Downloaded cargo-platform v0.3.2 |
| 287 | 2026-07-17T18:45:45.531Z | Downloaded plain v0.2.3 |
| 288 | 2026-07-17T18:45:45.536Z | Downloaded fs-err v3.3.0 |
| 289 | 2026-07-17T18:45:45.539Z | Downloaded camino v1.2.2 |
| 290 | 2026-07-17T18:45:45.542Z | Downloaded smawk v0.3.2 |
| 291 | 2026-07-17T18:45:45.542Z | Downloaded strsim v0.11.1 |
| 292 | 2026-07-17T18:45:45.542Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-07-17T18:45:45.547Z | Downloaded is_terminal_polyfill v1.70.2 |
| 294 | 2026-07-17T18:45:45.550Z | Downloaded serde_spanned v0.6.9 |
| 295 | 2026-07-17T18:45:45.553Z | Downloaded scroll_derive v0.12.1 |
| 296 | 2026-07-17T18:45:45.558Z | Downloaded clap_lex v1.0.0 |
| 297 | 2026-07-17T18:45:45.558Z | Downloaded cpufeatures v0.2.17 |
| 298 | 2026-07-17T18:45:45.558Z | Downloaded usdt-macro v0.5.0 |
| 299 | 2026-07-17T18:45:45.562Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2026-07-17T18:45:45.564Z | Downloaded unicode-linebreak v0.1.5 |
| 301 | 2026-07-17T18:45:45.567Z | Downloaded crypto-common v0.1.7 |
| 302 | 2026-07-17T18:45:45.571Z | Downloaded thread-id v4.2.2 |
| 303 | 2026-07-17T18:45:45.574Z | Downloaded usdt v0.5.0 |
| 304 | 2026-07-17T18:45:45.574Z | Downloaded pretty-hex v0.4.1 |
| 305 | 2026-07-17T18:45:45.577Z | Downloaded dof v0.3.0 |
| 306 | 2026-07-17T18:45:45.577Z | Downloaded version_check v0.9.5 |
| 307 | 2026-07-17T18:45:45.580Z | Downloaded usdt-attr-macro v0.5.0 |
| 308 | 2026-07-17T18:45:45.582Z | Downloaded utf8parse v0.2.2 |
| 309 | 2026-07-17T18:45:45.585Z | Downloaded quote v1.0.45 |
| 310 | 2026-07-17T18:45:45.589Z | Downloaded digest v0.10.7 |
| 311 | 2026-07-17T18:45:45.592Z | Downloaded serde_tokenstream v0.2.3 |
| 312 | 2026-07-17T18:45:45.592Z | Downloaded proc-macro-error v1.0.4 |
| 313 | 2026-07-17T18:45:45.595Z | Downloaded papergrid v0.11.0 |
| 314 | 2026-07-17T18:45:45.598Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-07-17T18:45:45.600Z | Downloaded terminal_size v0.4.3 |
| 316 | 2026-07-17T18:45:45.603Z | Downloaded tabled_derive v0.7.0 |
| 317 | 2026-07-17T18:45:45.606Z | Downloaded swrite v0.1.0 |
| 318 | 2026-07-17T18:45:45.611Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-07-17T18:45:45.614Z | Downloaded anstyle-parse v1.0.0 |
| 320 | 2026-07-17T18:45:45.614Z | Downloaded thiserror v1.0.69 |
| 321 | 2026-07-17T18:45:45.617Z | Downloaded thiserror-impl v1.0.69 |
| 322 | 2026-07-17T18:45:45.617Z | Downloaded byteorder v1.5.0 |
| 323 | 2026-07-17T18:45:45.620Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2026-07-17T18:45:45.620Z | Downloaded cargo_metadata v0.23.1 |
| 325 | 2026-07-17T18:45:45.625Z | Downloaded toml_write v0.1.2 |
| 326 | 2026-07-17T18:45:45.628Z | Downloaded scroll v0.12.0 |
| 327 | 2026-07-17T18:45:45.628Z | Downloaded usdt-impl v0.5.0 |
| 328 | 2026-07-17T18:45:45.631Z | Downloaded camino-tempfile v1.4.1 |
| 329 | 2026-07-17T18:45:45.631Z | Downloaded bitflags v2.11.0 |
| 330 | 2026-07-17T18:45:45.635Z | Downloaded pest_generator v2.8.6 |
| 331 | 2026-07-17T18:45:45.642Z | Downloaded autocfg v1.5.0 |
| 332 | 2026-07-17T18:45:45.646Z | Downloaded sha2 v0.10.9 |
| 333 | 2026-07-17T18:45:45.649Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-07-17T18:45:45.653Z | Downloaded anyhow v1.0.102 |
| 335 | 2026-07-17T18:45:45.653Z | Downloaded ucd-trie v0.1.7 |
| 336 | 2026-07-17T18:45:45.673Z | Downloaded semver v1.0.28 |
| 337 | 2026-07-17T18:45:45.676Z | Downloaded thiserror v2.0.18 |
| 338 | 2026-07-17T18:45:45.679Z | Downloaded getrandom v0.4.1 |
| 339 | 2026-07-17T18:45:45.684Z | Downloaded clap v4.6.1 |
| 340 | 2026-07-17T18:45:45.687Z | Downloaded serde_core v1.0.228 |
| 341 | 2026-07-17T18:45:45.690Z | Downloaded pest_derive v2.8.6 |
| 342 | 2026-07-17T18:45:45.693Z | Downloaded tempfile v3.25.0 |
| 343 | 2026-07-17T18:45:45.693Z | Downloaded proc-macro2 v1.0.106 |
| 344 | 2026-07-17T18:45:45.696Z | Downloaded toml v0.8.23 |
| 345 | 2026-07-17T18:45:45.696Z | Downloaded unicode-ident v1.0.24 |
| 346 | 2026-07-17T18:45:45.701Z | Downloaded serde_derive v1.0.228 |
| 347 | 2026-07-17T18:45:45.704Z | Downloaded textwrap v0.16.2 |
| 348 | 2026-07-17T18:45:45.720Z | Downloaded serde v1.0.228 |
| 349 | 2026-07-17T18:45:45.730Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-07-17T18:45:45.736Z | Downloaded memchr v2.8.0 |
| 351 | 2026-07-17T18:45:45.739Z | Downloaded indexmap v2.14.0 |
| 352 | 2026-07-17T18:45:45.743Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-07-17T18:45:45.757Z | Downloaded typenum v1.20.1 |
| 354 | 2026-07-17T18:45:45.767Z | Downloaded pest v2.8.6 |
| 355 | 2026-07-17T18:45:45.804Z | Downloaded serde_json v1.0.150 |
| 356 | 2026-07-17T18:45:45.808Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-07-17T18:45:45.811Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-07-17T18:45:45.824Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-17T18:45:45.830Z | Downloaded tabled v0.15.0 |
| 360 | 2026-07-17T18:45:45.838Z | Downloaded goblin v0.8.2 |
| 361 | 2026-07-17T18:45:45.854Z | Downloaded unicode-width v0.2.0 |
| 362 | 2026-07-17T18:45:45.858Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-17T18:45:45.861Z | Downloaded syn v1.0.109 |
| 364 | 2026-07-17T18:45:45.864Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-17T18:45:45.882Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-17T18:45:45.903Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-17T18:45:45.964Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-17T18:45:45.967Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-17T18:45:45.967Z | Compiling quote v1.0.45 |
| 370 | 2026-07-17T18:45:45.967Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-17T18:45:45.967Z | Compiling libc v0.2.185 |
| 372 | 2026-07-17T18:45:45.967Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-17T18:45:45.967Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-17T18:45:45.967Z | Compiling serde v1.0.228 |
| 375 | 2026-07-17T18:45:45.967Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-17T18:45:45.967Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-17T18:45:46.142Z | Compiling ucd-trie v0.1.7 |
| 378 | 2026-07-17T18:45:46.145Z | Compiling thiserror v1.0.69 |
| 379 | 2026-07-17T18:45:46.145Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-17T18:45:46.145Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-17T18:45:46.349Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-17T18:45:46.578Z | Compiling serde_json v1.0.150 |
| 383 | 2026-07-17T18:45:46.600Z | Compiling proc-macro-error-attr v1.0.4 |
| 384 | 2026-07-17T18:45:46.619Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-07-17T18:45:46.684Z | Compiling syn v1.0.109 |
| 386 | 2026-07-17T18:45:46.788Z | Compiling pest v2.8.6 |
| 387 | 2026-07-17T18:45:46.806Z | Compiling camino v1.2.2 |
| 388 | 2026-07-17T18:45:46.999Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-17T18:45:47.004Z | Compiling equivalent v1.0.2 |
| 390 | 2026-07-17T18:45:47.004Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-07-17T18:45:47.034Z | Compiling log v0.4.29 |
| 392 | 2026-07-17T18:45:47.068Z | Compiling plain v0.2.3 |
| 393 | 2026-07-17T18:45:47.118Z | Compiling getrandom v0.4.1 |
| 394 | 2026-07-17T18:45:47.171Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-07-17T18:45:47.204Z | Compiling autocfg v1.5.0 |
| 396 | 2026-07-17T18:45:47.244Z | Compiling errno v0.3.14 |
| 397 | 2026-07-17T18:45:47.248Z | Compiling thread-id v4.2.2 |
| 398 | 2026-07-17T18:45:47.298Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-07-17T18:45:47.314Z | Compiling cfg-if v1.0.4 |
| 400 | 2026-07-17T18:45:47.317Z | Compiling toml_write v0.1.2 |
| 401 | 2026-07-17T18:45:47.351Z | Compiling is_terminal_polyfill v1.70.2 |
| 402 | 2026-07-17T18:45:47.355Z | Compiling colorchoice v1.0.4 |
| 403 | 2026-07-17T18:45:47.368Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-07-17T18:45:47.465Z | Compiling winnow v0.7.14 |
| 405 | 2026-07-17T18:45:47.487Z | Compiling pretty-hex v0.4.1 |
| 406 | 2026-07-17T18:45:47.510Z | Compiling thiserror v2.0.18 |
| 407 | 2026-07-17T18:45:47.533Z | Compiling anstyle v1.0.14 |
| 408 | 2026-07-17T18:45:47.553Z | Compiling indexmap v2.14.0 |
| 409 | 2026-07-17T18:45:47.612Z | Compiling heck v0.5.0 |
| 410 | 2026-07-17T18:45:47.631Z | Compiling syn v2.0.117 |
| 411 | 2026-07-17T18:45:47.697Z | Compiling fs-err v3.3.0 |
| 412 | 2026-07-17T18:45:47.716Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-17T18:45:47.733Z | Compiling strsim v0.11.1 |
| 414 | 2026-07-17T18:45:47.777Z | Compiling fnv v1.0.7 |
| 415 | 2026-07-17T18:45:47.894Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-17T18:45:47.912Z | Compiling bytecount v0.6.9 |
| 417 | 2026-07-17T18:45:47.932Z | Compiling heck v0.4.1 |
| 418 | 2026-07-17T18:45:47.968Z | Compiling fastrand v2.3.0 |
| 419 | 2026-07-17T18:45:48.063Z | Compiling unicode-width v0.1.14 |
| 420 | 2026-07-17T18:45:48.097Z | Compiling clap_lex v1.0.0 |
| 421 | 2026-07-17T18:45:48.137Z | Compiling once_cell v1.21.3 |
| 422 | 2026-07-17T18:45:48.155Z | Compiling anyhow v1.0.102 |
| 423 | 2026-07-17T18:45:48.197Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-17T18:45:48.219Z | Compiling unicode-width v0.2.0 |
| 425 | 2026-07-17T18:45:48.238Z | Compiling unicode-linebreak v0.1.5 |
| 426 | 2026-07-17T18:45:48.256Z | Compiling smawk v0.3.2 |
| 427 | 2026-07-17T18:45:48.300Z | Compiling papergrid v0.11.0 |
| 428 | 2026-07-17T18:45:48.340Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-17T18:45:48.364Z | Compiling tempfile v3.25.0 |
| 430 | 2026-07-17T18:45:48.400Z | Compiling swrite v0.1.0 |
| 431 | 2026-07-17T18:45:48.459Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-17T18:45:48.497Z | Compiling textwrap v0.16.2 |
| 433 | 2026-07-17T18:45:48.702Z | Compiling semver v1.0.28 |
| 434 | 2026-07-17T18:45:48.763Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-07-17T18:45:48.968Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-17T18:45:49.181Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-17T18:45:49.819Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-17T18:45:49.856Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-17T18:45:50.311Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-17T18:45:50.314Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-17T18:45:50.314Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-17T18:45:50.314Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-17T18:45:50.314Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-17T18:45:50.314Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-17T18:45:50.396Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-17T18:45:50.934Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-17T18:45:51.084Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-17T18:45:51.144Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-17T18:45:51.456Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-17T18:45:51.661Z | Compiling clap v4.6.1 |
| 451 | 2026-07-17T18:45:52.744Z | Compiling dof v0.3.0 |
| 452 | 2026-07-17T18:45:52.744Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-07-17T18:45:52.761Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-07-17T18:45:52.764Z | Compiling serde_spanned v0.6.9 |
| 455 | 2026-07-17T18:45:52.764Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-07-17T18:45:52.764Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-07-17T18:45:52.764Z | Compiling macaddr v1.0.1 |
| 458 | 2026-07-17T18:45:52.940Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-17T18:45:53.407Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-17T18:45:53.410Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-07-17T18:45:54.007Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-17T18:45:54.178Z | Compiling toml v0.8.23 |
| 463 | 2026-07-17T18:45:54.520Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-17T18:45:55.813Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-17T18:45:57.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.28s |
| 466 | 2026-07-17T18:45:58.009Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-17T18:45:58.501Z | Downloading crates ... |
| 468 | 2026-07-17T18:45:58.594Z | Downloaded bcs v0.1.6 |
| 469 | 2026-07-17T18:45:58.599Z | Downloaded backoff v0.4.0 |
| 470 | 2026-07-17T18:45:58.602Z | Downloaded arc-swap v1.8.2 |
| 471 | 2026-07-17T18:45:58.605Z | Downloaded bitfield v0.19.4 |
| 472 | 2026-07-17T18:45:58.605Z | Downloaded argon2 v0.6.0-rc.8 |
| 473 | 2026-07-17T18:45:58.609Z | Downloaded argon2 v0.5.3 |
| 474 | 2026-07-17T18:45:58.609Z | Downloaded atomic-waker v1.1.2 |
| 475 | 2026-07-17T18:45:58.609Z | Downloaded bb8 v0.8.6 |
| 476 | 2026-07-17T18:45:58.612Z | Downloaded array-init v0.0.4 |
| 477 | 2026-07-17T18:45:58.612Z | Downloaded bit-vec v0.6.3 |
| 478 | 2026-07-17T18:45:58.612Z | Downloaded arrayref v0.3.9 |
| 479 | 2026-07-17T18:45:58.615Z | Downloaded async-stream-impl v0.3.6 |
| 480 | 2026-07-17T18:45:58.615Z | Downloaded crucible-workspace-hack v0.1.0 |
| 481 | 2026-07-17T18:45:58.615Z | Downloaded aead v0.5.2 |
| 482 | 2026-07-17T18:45:58.615Z | Downloaded bit-set v0.8.0 |
| 483 | 2026-07-17T18:45:58.618Z | Downloaded adler2 v2.0.1 |
| 484 | 2026-07-17T18:45:58.621Z | Downloaded cookie v0.18.1 |
| 485 | 2026-07-17T18:45:58.624Z | Downloaded bit-set v0.5.3 |
| 486 | 2026-07-17T18:45:58.624Z | Downloaded backon v1.6.0 |
| 487 | 2026-07-17T18:45:58.627Z | Downloaded crossbeam-channel v0.5.15 |
| 488 | 2026-07-17T18:45:58.630Z | Downloaded ctutils v0.4.2 |
| 489 | 2026-07-17T18:45:58.630Z | Downloaded ecdsa v0.17.0-rc.18 |
| 490 | 2026-07-17T18:45:58.633Z | Downloaded atomicwrites v0.4.4 |
| 491 | 2026-07-17T18:45:58.633Z | Downloaded assert_matches v1.5.0 |
| 492 | 2026-07-17T18:45:58.633Z | Downloaded async-trait v0.1.89 |
| 493 | 2026-07-17T18:45:58.637Z | Downloaded base64 v0.21.7 |
| 494 | 2026-07-17T18:45:58.640Z | Downloaded darling_core v0.20.11 |
| 495 | 2026-07-17T18:45:58.643Z | Downloaded bitfield-macros v0.19.4 |
| 496 | 2026-07-17T18:45:58.646Z | Downloaded base16ct v1.0.0 |
| 497 | 2026-07-17T18:45:58.646Z | Downloaded atty v0.2.14 |
| 498 | 2026-07-17T18:45:58.646Z | Downloaded darling_macro v0.23.0 |
| 499 | 2026-07-17T18:45:58.651Z | Downloaded darling_macro v0.13.4 |
| 500 | 2026-07-17T18:45:58.651Z | Downloaded async-recursion v1.1.1 |
| 501 | 2026-07-17T18:45:58.651Z | Downloaded cpubits v0.1.1 |
| 502 | 2026-07-17T18:45:58.654Z | Downloaded bitfield-struct v0.6.2 |
| 503 | 2026-07-17T18:45:58.654Z | Downloaded darling v0.20.11 |
| 504 | 2026-07-17T18:45:58.654Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 505 | 2026-07-17T18:45:58.657Z | Downloaded cstr-argument v0.1.2 |
| 506 | 2026-07-17T18:45:58.657Z | Downloaded cpufeatures v0.3.0 |
| 507 | 2026-07-17T18:45:58.657Z | Downloaded crypto-primes v0.7.2 |
| 508 | 2026-07-17T18:45:58.660Z | Downloaded critical-section v1.2.0 |
| 509 | 2026-07-17T18:45:58.663Z | Downloaded convert_case v0.10.0 |
| 510 | 2026-07-17T18:45:58.663Z | Downloaded crunchy v0.2.4 |
| 511 | 2026-07-17T18:45:58.663Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 512 | 2026-07-17T18:45:58.666Z | Downloaded crypto-common v0.2.2 |
| 513 | 2026-07-17T18:45:58.666Z | Downloaded blowfish v0.10.0 |
| 514 | 2026-07-17T18:45:58.666Z | Downloaded convert_case v0.4.0 |
| 515 | 2026-07-17T18:45:58.669Z | Downloaded async-stream v0.3.6 |
| 516 | 2026-07-17T18:45:58.669Z | Downloaded corncobs v0.1.4 |
| 517 | 2026-07-17T18:45:58.669Z | Downloaded ascii-canvas v3.0.0 |
| 518 | 2026-07-17T18:45:58.673Z | Downloaded arrayvec v0.7.6 |
| 519 | 2026-07-17T18:45:58.673Z | Downloaded block-padding v0.4.2 |
| 520 | 2026-07-17T18:45:58.673Z | Downloaded base16ct v0.2.0 |
| 521 | 2026-07-17T18:45:58.677Z | Downloaded crc8 v0.1.1 |
| 522 | 2026-07-17T18:45:58.677Z | Downloaded cfg_aliases v0.1.1 |
| 523 | 2026-07-17T18:45:58.680Z | Downloaded defmt-parser v1.0.0 |
| 524 | 2026-07-17T18:45:58.683Z | Downloaded block-buffer v0.12.1 |
| 525 | 2026-07-17T18:45:58.683Z | Downloaded defmt v0.3.100 |
| 526 | 2026-07-17T18:45:58.685Z | Downloaded darling_macro v0.21.3 |
| 527 | 2026-07-17T18:45:58.688Z | Downloaded crc-catalog v2.4.0 |
| 528 | 2026-07-17T18:45:58.688Z | Downloaded document-features v0.2.12 |
| 529 | 2026-07-17T18:45:58.691Z | Downloaded compression-core v0.4.31 |
| 530 | 2026-07-17T18:45:58.691Z | Downloaded ciborium-ll v0.2.2 |
| 531 | 2026-07-17T18:45:58.691Z | Downloaded crc v3.4.0 |
| 532 | 2026-07-17T18:45:58.695Z | Downloaded darling_core v0.21.3 |
| 533 | 2026-07-17T18:45:58.698Z | Downloaded crc-any v2.5.0 |
| 534 | 2026-07-17T18:45:58.698Z | Downloaded cobs v0.3.0 |
| 535 | 2026-07-17T18:45:58.701Z | Downloaded cfg_aliases v0.2.1 |
| 536 | 2026-07-17T18:45:58.701Z | Downloaded castaway v0.2.4 |
| 537 | 2026-07-17T18:45:58.701Z | Downloaded crossbeam-utils v0.8.21 |
| 538 | 2026-07-17T18:45:58.704Z | Downloaded ciborium-io v0.2.2 |
| 539 | 2026-07-17T18:45:58.704Z | Downloaded flagset v0.4.7 |
| 540 | 2026-07-17T18:45:58.708Z | Downloaded bitflags v1.3.2 |
| 541 | 2026-07-17T18:45:58.708Z | Downloaded darling_macro v0.20.11 |
| 542 | 2026-07-17T18:45:58.708Z | Downloaded bit-vec v0.8.0 |
| 543 | 2026-07-17T18:45:58.711Z | Downloaded dyn-clone v1.0.20 |
| 544 | 2026-07-17T18:45:58.711Z | Downloaded embedded-io v0.4.0 |
| 545 | 2026-07-17T18:45:58.711Z | Downloaded enum-as-inner v0.6.1 |
| 546 | 2026-07-17T18:45:58.715Z | Downloaded env_filter v1.0.0 |
| 547 | 2026-07-17T18:45:58.715Z | Downloaded debug-ignore v1.0.5 |
| 548 | 2026-07-17T18:45:58.715Z | Downloaded dirs-next v2.0.0 |
| 549 | 2026-07-17T18:45:58.718Z | Downloaded endian-type v0.1.2 |
| 550 | 2026-07-17T18:45:58.718Z | Downloaded embedded-io v0.6.1 |
| 551 | 2026-07-17T18:45:58.718Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 552 | 2026-07-17T18:45:58.718Z | Downloaded anstyle-parse v0.2.7 |
| 553 | 2026-07-17T18:45:58.722Z | Downloaded downcast-rs v2.0.2 |
| 554 | 2026-07-17T18:45:58.722Z | Downloaded dof v0.4.0 |
| 555 | 2026-07-17T18:45:58.722Z | Downloaded allocator-api2 v0.2.21 |
| 556 | 2026-07-17T18:45:58.725Z | Downloaded camino-tempfile-ext v0.3.3 |
| 557 | 2026-07-17T18:45:58.725Z | Downloaded base64ct v1.8.3 |
| 558 | 2026-07-17T18:45:58.728Z | Downloaded async-bb8-diesel v0.2.1 |
| 559 | 2026-07-17T18:45:58.728Z | Downloaded dirs-sys-next v0.1.2 |
| 560 | 2026-07-17T18:45:58.728Z | Downloaded bs58 v0.5.1 |
| 561 | 2026-07-17T18:45:58.731Z | Downloaded dsl_auto_type v0.2.0 |
| 562 | 2026-07-17T18:45:58.731Z | Downloaded difflib v0.4.0 |
| 563 | 2026-07-17T18:45:58.734Z | Downloaded float-ord v0.3.2 |
| 564 | 2026-07-17T18:45:58.736Z | Downloaded fixedbitset v0.4.2 |
| 565 | 2026-07-17T18:45:58.736Z | Downloaded dunce v1.0.5 |
| 566 | 2026-07-17T18:45:58.736Z | Downloaded display-error-chain v0.2.2 |
| 567 | 2026-07-17T18:45:58.740Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 568 | 2026-07-17T18:45:58.740Z | Downloaded float-cmp v0.10.0 |
| 569 | 2026-07-17T18:45:58.740Z | Downloaded fd-lock v4.0.4 |
| 570 | 2026-07-17T18:45:58.743Z | Downloaded foreign-types-shared v0.1.1 |
| 571 | 2026-07-17T18:45:58.743Z | Downloaded foreign-types-macros v0.2.3 |
| 572 | 2026-07-17T18:45:58.743Z | Downloaded foreign-types v0.5.0 |
| 573 | 2026-07-17T18:45:58.743Z | Downloaded foreign-types v0.3.2 |
| 574 | 2026-07-17T18:45:58.746Z | Downloaded funty v2.0.0 |
| 575 | 2026-07-17T18:45:58.746Z | Downloaded dtrace-parser v0.3.0 |
| 576 | 2026-07-17T18:45:58.746Z | Downloaded derive_builder_macro v0.20.2 |
| 577 | 2026-07-17T18:45:58.746Z | Downloaded darling v0.13.4 |
| 578 | 2026-07-17T18:45:58.749Z | Downloaded chacha20 v0.9.1 |
| 579 | 2026-07-17T18:45:58.749Z | Downloaded ed25519 v2.2.3 |
| 580 | 2026-07-17T18:45:58.752Z | Downloaded displaydoc v0.2.5 |
| 581 | 2026-07-17T18:45:58.752Z | Downloaded cmov v0.5.4 |
| 582 | 2026-07-17T18:45:58.756Z | Downloaded compression-codecs v0.4.37 |
| 583 | 2026-07-17T18:45:58.756Z | Downloaded cassowary v0.3.0 |
| 584 | 2026-07-17T18:45:58.759Z | Downloaded form_urlencoded v1.2.2 |
| 585 | 2026-07-17T18:45:58.759Z | Downloaded foreign-types-shared v0.3.1 |
| 586 | 2026-07-17T18:45:58.759Z | Downloaded der_derive v0.7.3 |
| 587 | 2026-07-17T18:45:58.759Z | Downloaded constant_time_eq v0.4.2 |
| 588 | 2026-07-17T18:45:58.762Z | Downloaded cexpr v0.6.0 |
| 589 | 2026-07-17T18:45:58.762Z | Downloaded cipher v0.5.2 |
| 590 | 2026-07-17T18:45:58.765Z | Downloaded ahash v0.8.12 |
| 591 | 2026-07-17T18:45:58.768Z | Downloaded futures-core v0.3.32 |
| 592 | 2026-07-17T18:45:58.768Z | Downloaded gethostname v0.5.0 |
| 593 | 2026-07-17T18:45:58.768Z | Downloaded futures-sink v0.3.32 |
| 594 | 2026-07-17T18:45:58.768Z | Downloaded futures-io v0.3.32 |
| 595 | 2026-07-17T18:45:58.772Z | Downloaded cipher v0.4.4 |
| 596 | 2026-07-17T18:45:58.772Z | Downloaded futures-macro v0.3.32 |
| 597 | 2026-07-17T18:45:58.773Z | Downloaded cmake v0.1.57 |
| 598 | 2026-07-17T18:45:58.773Z | Downloaded fxhash v0.2.1 |
| 599 | 2026-07-17T18:45:58.773Z | Downloaded futures-task v0.3.32 |
| 600 | 2026-07-17T18:45:58.776Z | Downloaded aes v0.9.1 |
| 601 | 2026-07-17T18:45:58.779Z | Downloaded globwalk v0.9.1 |
| 602 | 2026-07-17T18:45:58.779Z | Downloaded ghash v0.6.0 |
| 603 | 2026-07-17T18:45:58.779Z | Downloaded git-stub v1.0.0 |
| 604 | 2026-07-17T18:45:58.779Z | Downloaded ena v0.14.4 |
| 605 | 2026-07-17T18:45:58.782Z | Downloaded hash32 v0.2.1 |
| 606 | 2026-07-17T18:45:58.782Z | Downloaded anstream v0.6.21 |
| 607 | 2026-07-17T18:45:58.785Z | Downloaded daft-derive v0.1.7 |
| 608 | 2026-07-17T18:45:58.788Z | Downloaded ff v0.14.0 |
| 609 | 2026-07-17T18:45:58.788Z | Downloaded digest-io v0.1.0 |
| 610 | 2026-07-17T18:45:58.788Z | Downloaded ff v0.13.1 |
| 611 | 2026-07-17T18:45:58.791Z | Downloaded blake2 v0.10.6 |
| 612 | 2026-07-17T18:45:58.791Z | Downloaded enum_dispatch v0.3.13 |
| 613 | 2026-07-17T18:45:58.794Z | Downloaded either v1.15.0 |
| 614 | 2026-07-17T18:45:58.794Z | Downloaded colored v3.1.1 |
| 615 | 2026-07-17T18:45:58.797Z | Downloaded fallible-iterator v0.2.0 |
| 616 | 2026-07-17T18:45:58.797Z | Downloaded erased-serde v0.3.31 |
| 617 | 2026-07-17T18:45:58.801Z | Downloaded filetime v0.2.27 |
| 618 | 2026-07-17T18:45:58.801Z | Downloaded fs_extra v1.3.0 |
| 619 | 2026-07-17T18:45:58.805Z | Downloaded ed25519 v3.0.0 |
| 620 | 2026-07-17T18:45:58.805Z | Downloaded defmt v1.0.1 |
| 621 | 2026-07-17T18:45:58.805Z | Downloaded hex v0.4.3 |
| 622 | 2026-07-17T18:45:58.808Z | Downloaded headers-core v0.3.0 |
| 623 | 2026-07-17T18:45:58.808Z | Downloaded deranged v0.5.8 |
| 624 | 2026-07-17T18:45:58.808Z | Downloaded derive_builder_core v0.20.2 |
| 625 | 2026-07-17T18:45:58.808Z | Downloaded foldhash v0.1.5 |
| 626 | 2026-07-17T18:45:58.815Z | Downloaded derive-ex v0.1.8 |
| 627 | 2026-07-17T18:45:58.815Z | Downloaded hash32 v0.3.1 |
| 628 | 2026-07-17T18:45:58.815Z | Downloaded bzip2 v0.4.4 |
| 629 | 2026-07-17T18:45:58.818Z | Downloaded buf-list v1.1.2 |
| 630 | 2026-07-17T18:45:58.818Z | Downloaded data-encoding v2.10.0 |
| 631 | 2026-07-17T18:45:58.818Z | Downloaded cookie_store v0.22.1 |
| 632 | 2026-07-17T18:45:58.818Z | Downloaded fixedbitset v0.5.7 |
| 633 | 2026-07-17T18:45:58.818Z | Downloaded daft v0.1.7 |
| 634 | 2026-07-17T18:45:58.822Z | Downloaded ciborium v0.2.2 |
| 635 | 2026-07-17T18:45:58.822Z | Downloaded blake2 v0.11.0-rc.6 |
| 636 | 2026-07-17T18:45:58.830Z | Downloaded bzip2 v0.6.1 |
| 637 | 2026-07-17T18:45:58.830Z | Downloaded hex-literal v1.1.0 |
| 638 | 2026-07-17T18:45:58.830Z | Downloaded digest v0.11.3 |
| 639 | 2026-07-17T18:45:58.830Z | Downloaded http-body v1.0.1 |
| 640 | 2026-07-17T18:45:58.830Z | Downloaded home v0.5.12 |
| 641 | 2026-07-17T18:45:58.830Z | Downloaded diesel-dtrace v0.5.0 |
| 642 | 2026-07-17T18:45:58.830Z | Downloaded http-range v0.1.5 |
| 643 | 2026-07-17T18:45:58.830Z | Downloaded darling_core v0.23.0 |
| 644 | 2026-07-17T18:45:58.834Z | Downloaded futures-executor v0.3.32 |
| 645 | 2026-07-17T18:45:58.838Z | Downloaded fs-err v2.11.0 |
| 646 | 2026-07-17T18:45:58.838Z | Downloaded hubpack_derive v0.1.1 |
| 647 | 2026-07-17T18:45:58.838Z | Downloaded hostname v0.4.2 |
| 648 | 2026-07-17T18:45:58.838Z | Downloaded hostname v0.3.1 |
| 649 | 2026-07-17T18:45:58.841Z | Downloaded httpdate v1.0.3 |
| 650 | 2026-07-17T18:45:58.841Z | Downloaded group v0.14.0 |
| 651 | 2026-07-17T18:45:58.841Z | Downloaded hubpack v0.1.2 |
| 652 | 2026-07-17T18:45:58.842Z | Downloaded globset v0.4.18 |
| 653 | 2026-07-17T18:45:58.844Z | Downloaded console v0.16.2 |
| 654 | 2026-07-17T18:45:58.844Z | Downloaded console v0.15.11 |
| 655 | 2026-07-17T18:45:58.847Z | Downloaded hyper-tls v0.6.0 |
| 656 | 2026-07-17T18:45:58.847Z | Downloaded ident_case v1.0.1 |
| 657 | 2026-07-17T18:45:58.847Z | Downloaded env_logger v0.11.9 |
| 658 | 2026-07-17T18:45:58.851Z | Downloaded idna_adapter v1.2.1 |
| 659 | 2026-07-17T18:45:58.851Z | Downloaded cancel-safe-futures v0.1.5 |
| 660 | 2026-07-17T18:45:58.854Z | Downloaded clang-sys v1.8.1 |
| 661 | 2026-07-17T18:45:58.854Z | Downloaded group v0.13.0 |
| 662 | 2026-07-17T18:45:58.858Z | Downloaded crossbeam-epoch v0.9.18 |
| 663 | 2026-07-17T18:45:58.858Z | Downloaded darling v0.23.0 |
| 664 | 2026-07-17T18:45:58.861Z | Downloaded crc32fast v1.5.0 |
| 665 | 2026-07-17T18:45:58.861Z | Downloaded find-msvc-tools v0.1.9 |
| 666 | 2026-07-17T18:45:58.864Z | Downloaded ecdsa v0.16.9 |
| 667 | 2026-07-17T18:45:58.864Z | Downloaded darling v0.21.3 |
| 668 | 2026-07-17T18:45:58.867Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 669 | 2026-07-17T18:45:58.867Z | Downloaded illumos-nvpair v0.3.0 |
| 670 | 2026-07-17T18:45:58.870Z | Downloaded des v0.9.0 |
| 671 | 2026-07-17T18:45:58.870Z | Downloaded delegate v0.13.5 |
| 672 | 2026-07-17T18:45:58.870Z | Downloaded const_format_proc_macros v0.2.34 |
| 673 | 2026-07-17T18:45:58.873Z | Downloaded inout v0.2.2 |
| 674 | 2026-07-17T18:45:58.873Z | Downloaded inout v0.1.4 |
| 675 | 2026-07-17T18:45:58.873Z | Downloaded glob v0.3.3 |
| 676 | 2026-07-17T18:45:58.876Z | Downloaded is_ci v1.2.0 |
| 677 | 2026-07-17T18:45:58.876Z | Downloaded is-terminal v0.4.17 |
| 678 | 2026-07-17T18:45:58.876Z | Downloaded instability v0.3.11 |
| 679 | 2026-07-17T18:45:58.879Z | Downloaded git-stub-vcs v0.1.0 |
| 680 | 2026-07-17T18:45:58.879Z | Downloaded internet-checksum v0.2.1 |
| 681 | 2026-07-17T18:45:58.879Z | Downloaded derive_builder v0.20.2 |
| 682 | 2026-07-17T18:45:58.883Z | Downloaded darling_core v0.13.4 |
| 683 | 2026-07-17T18:45:58.886Z | Downloaded instant v0.1.13 |
| 684 | 2026-07-17T18:45:58.886Z | Downloaded futures-channel v0.3.32 |
| 685 | 2026-07-17T18:45:58.889Z | Downloaded kem v0.3.0 |
| 686 | 2026-07-17T18:45:58.889Z | Downloaded cbc v0.2.1 |
| 687 | 2026-07-17T18:45:58.889Z | Downloaded highway v1.3.0 |
| 688 | 2026-07-17T18:45:58.892Z | Downloaded const-oid v0.10.2 |
| 689 | 2026-07-17T18:45:58.892Z | Downloaded libscf-sys v1.1.0 |
| 690 | 2026-07-17T18:45:58.892Z | Downloaded lalrpop-util v0.19.12 |
| 691 | 2026-07-17T18:45:58.895Z | Downloaded foldhash v0.2.0 |
| 692 | 2026-07-17T18:45:58.895Z | Downloaded keccak v0.1.6 |
| 693 | 2026-07-17T18:45:58.895Z | Downloaded const-oid v0.9.6 |
| 694 | 2026-07-17T18:45:58.898Z | Downloaded colored v2.2.0 |
| 695 | 2026-07-17T18:45:58.898Z | Downloaded getrandom v0.2.17 |
| 696 | 2026-07-17T18:45:58.902Z | Downloaded defmt-macros v1.0.1 |
| 697 | 2026-07-17T18:45:58.914Z | Downloaded hyper-staticfile v0.10.1 |
| 698 | 2026-07-17T18:45:58.914Z | Downloaded http-body-util v0.1.3 |
| 699 | 2026-07-17T18:45:58.914Z | Downloaded byte-wrapper v0.1.0 |
| 700 | 2026-07-17T18:45:58.914Z | Downloaded ctr v0.10.1 |
| 701 | 2026-07-17T18:45:58.914Z | Downloaded kstat-rs v0.2.4 |
| 702 | 2026-07-17T18:45:58.914Z | Downloaded lazy_static v1.5.0 |
| 703 | 2026-07-17T18:45:58.914Z | Downloaded lru-cache v0.1.2 |
| 704 | 2026-07-17T18:45:58.915Z | Downloaded crossbeam-deque v0.8.6 |
| 705 | 2026-07-17T18:45:58.918Z | Downloaded aead v0.6.1 |
| 706 | 2026-07-17T18:45:58.918Z | Downloaded lru-slab v0.1.2 |
| 707 | 2026-07-17T18:45:58.918Z | Downloaded md-5 v0.10.6 |
| 708 | 2026-07-17T18:45:58.918Z | Downloaded lzss v0.8.2 |
| 709 | 2026-07-17T18:45:58.918Z | Downloaded maybe-uninit v2.0.0 |
| 710 | 2026-07-17T18:45:58.918Z | Downloaded managed v0.8.0 |
| 711 | 2026-07-17T18:45:58.918Z | Downloaded maplit v1.0.2 |
| 712 | 2026-07-17T18:45:58.922Z | Downloaded elliptic-curve v0.13.8 |
| 713 | 2026-07-17T18:45:58.922Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 714 | 2026-07-17T18:45:58.925Z | Downloaded drift v0.2.0 |
| 715 | 2026-07-17T18:45:58.929Z | Downloaded dropshot_endpoint v0.17.1 |
| 716 | 2026-07-17T18:45:58.932Z | Downloaded fatfs v0.3.6 |
| 717 | 2026-07-17T18:45:58.936Z | Downloaded diff v0.1.13 |
| 718 | 2026-07-17T18:45:58.936Z | Downloaded indoc v2.0.7 |
| 719 | 2026-07-17T18:45:58.939Z | Downloaded mime v0.3.17 |
| 720 | 2026-07-17T18:45:58.939Z | Downloaded memoffset v0.9.1 |
| 721 | 2026-07-17T18:45:58.941Z | Downloaded md5 v0.8.0 |
| 722 | 2026-07-17T18:45:58.941Z | Downloaded ingot v0.1.1 |
| 723 | 2026-07-17T18:45:58.942Z | Downloaded indent_write v2.2.0 |
| 724 | 2026-07-17T18:45:58.944Z | Downloaded newline-converter v0.3.0 |
| 725 | 2026-07-17T18:45:58.944Z | Downloaded new_debug_unreachable v1.0.6 |
| 726 | 2026-07-17T18:45:58.944Z | Downloaded ipnetwork v0.21.1 |
| 727 | 2026-07-17T18:45:58.947Z | Downloaded ingot-types v0.1.2 |
| 728 | 2026-07-17T18:45:58.947Z | Downloaded ipnet v2.11.0 |
| 729 | 2026-07-17T18:45:58.947Z | Downloaded derive_more v0.99.20 |
| 730 | 2026-07-17T18:45:58.951Z | Downloaded hmac v0.13.0 |
| 731 | 2026-07-17T18:45:58.955Z | Downloaded derive-where v1.6.0 |
| 732 | 2026-07-17T18:45:58.955Z | Downloaded const_format v0.2.35 |
| 733 | 2026-07-17T18:45:58.958Z | Downloaded newtype_derive v0.1.6 |
| 734 | 2026-07-17T18:45:58.958Z | Downloaded nonempty v0.12.0 |
| 735 | 2026-07-17T18:45:58.958Z | Downloaded nibble_vec v0.1.0 |
| 736 | 2026-07-17T18:45:58.964Z | Downloaded newtype-uuid-macros v0.1.0 |
| 737 | 2026-07-17T18:45:58.964Z | Downloaded multimap v0.10.1 |
| 738 | 2026-07-17T18:45:58.964Z | Downloaded nodrop v0.1.14 |
| 739 | 2026-07-17T18:45:58.964Z | Downloaded compact_str v0.8.1 |
| 740 | 2026-07-17T18:45:58.967Z | Downloaded num-conv v0.2.0 |
| 741 | 2026-07-17T18:45:58.967Z | Downloaded num v0.4.3 |
| 742 | 2026-07-17T18:45:58.967Z | Downloaded num-iter v0.1.45 |
| 743 | 2026-07-17T18:45:58.967Z | Downloaded normalize-line-endings v0.3.0 |
| 744 | 2026-07-17T18:45:58.967Z | Downloaded keccak v0.2.0 |
| 745 | 2026-07-17T18:45:58.970Z | Downloaded jobserver v0.1.34 |
| 746 | 2026-07-17T18:45:58.970Z | Downloaded chacha20poly1305 v0.10.1 |
| 747 | 2026-07-17T18:45:58.973Z | Downloaded iana-time-zone v0.1.65 |
| 748 | 2026-07-17T18:45:58.973Z | Downloaded getrandom v0.3.4 |
| 749 | 2026-07-17T18:45:58.976Z | Downloaded generic-array v1.4.3 |
| 750 | 2026-07-17T18:45:58.979Z | Downloaded hybrid-array v0.4.13 |
| 751 | 2026-07-17T18:45:58.979Z | Downloaded libsw v3.5.0 |
| 752 | 2026-07-17T18:45:58.982Z | Downloaded libsw-core v0.3.2 |
| 753 | 2026-07-17T18:45:58.982Z | Downloaded libefi-sys v0.1.0 |
| 754 | 2026-07-17T18:45:58.982Z | Downloaded humantime v2.3.0 |
| 755 | 2026-07-17T18:45:58.985Z | Downloaded opaque-debug v0.3.1 |
| 756 | 2026-07-17T18:45:58.985Z | Downloaded linear-map v1.2.0 |
| 757 | 2026-07-17T18:45:58.985Z | Downloaded num_enum_derive v0.5.11 |
| 758 | 2026-07-17T18:45:58.988Z | Downloaded num-derive v0.4.2 |
| 759 | 2026-07-17T18:45:58.988Z | Downloaded num-derive v0.3.3 |
| 760 | 2026-07-17T18:45:58.988Z | Downloaded futures v0.3.32 |
| 761 | 2026-07-17T18:45:58.991Z | Downloaded olpc-cjson v0.1.4 |
| 762 | 2026-07-17T18:45:58.994Z | Downloaded num_threads v0.1.7 |
| 763 | 2026-07-17T18:45:58.994Z | Downloaded lock_api v0.4.14 |
| 764 | 2026-07-17T18:45:58.994Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 765 | 2026-07-17T18:45:58.998Z | Downloaded hyper-rustls v0.27.7 |
| 766 | 2026-07-17T18:45:59.009Z | Downloaded flume v0.11.1 |
| 767 | 2026-07-17T18:45:59.009Z | Downloaded half v2.7.1 |
| 768 | 2026-07-17T18:45:59.009Z | Downloaded indoc v1.0.9 |
| 769 | 2026-07-17T18:45:59.009Z | Downloaded bumpalo v3.20.2 |
| 770 | 2026-07-17T18:45:59.009Z | Downloaded openssl-probe v0.2.1 |
| 771 | 2026-07-17T18:45:59.013Z | Downloaded base64 v0.22.1 |
| 772 | 2026-07-17T18:45:59.013Z | Downloaded async-compression v0.4.41 |
| 773 | 2026-07-17T18:45:59.016Z | Downloaded packed_struct_codegen v0.10.1 |
| 774 | 2026-07-17T18:45:59.016Z | Downloaded oso-derive v0.27.3 |
| 775 | 2026-07-17T18:45:59.016Z | Downloaded der v0.7.10 |
| 776 | 2026-07-17T18:45:59.019Z | Downloaded nanorand v0.7.0 |
| 777 | 2026-07-17T18:45:59.019Z | Downloaded multer v3.1.0 |
| 778 | 2026-07-17T18:45:59.022Z | Downloaded chacha20 v0.10.0 |
| 779 | 2026-07-17T18:45:59.022Z | Downloaded ar_archive_writer v0.5.1 |
| 780 | 2026-07-17T18:45:59.025Z | Downloaded openssl-macros v0.1.1 |
| 781 | 2026-07-17T18:45:59.025Z | Downloaded native-tls v0.2.18 |
| 782 | 2026-07-17T18:45:59.028Z | Downloaded module-lattice v0.2.3 |
| 783 | 2026-07-17T18:45:59.028Z | Downloaded newtype-uuid v1.3.2 |
| 784 | 2026-07-17T18:45:59.028Z | Downloaded ingot-macros v0.1.1 |
| 785 | 2026-07-17T18:45:59.031Z | Downloaded bytes v1.11.1 |
| 786 | 2026-07-17T18:45:59.034Z | Downloaded num-rational v0.4.2 |
| 787 | 2026-07-17T18:45:59.034Z | Downloaded match_cfg v0.1.0 |
| 788 | 2026-07-17T18:45:59.034Z | Downloaded nu-ansi-term v0.50.3 |
| 789 | 2026-07-17T18:45:59.037Z | Downloaded parse-display v0.10.0 |
| 790 | 2026-07-17T18:45:59.037Z | Downloaded num-complex v0.4.6 |
| 791 | 2026-07-17T18:45:59.037Z | Downloaded path-slash v0.1.5 |
| 792 | 2026-07-17T18:45:59.040Z | Downloaded parse-size v1.1.0 |
| 793 | 2026-07-17T18:45:59.040Z | Downloaded libloading v0.8.9 |
| 794 | 2026-07-17T18:45:59.043Z | Downloaded httparse v1.10.1 |
| 795 | 2026-07-17T18:45:59.043Z | Downloaded crossterm v0.29.0 |
| 796 | 2026-07-17T18:45:59.046Z | Downloaded num-integer v0.1.46 |
| 797 | 2026-07-17T18:45:59.049Z | Downloaded litemap v0.8.1 |
| 798 | 2026-07-17T18:45:59.049Z | Downloaded ignore v0.4.25 |
| 799 | 2026-07-17T18:45:59.053Z | Downloaded num_enum_derive v0.7.6 |
| 800 | 2026-07-17T18:45:59.053Z | Downloaded num_enum v0.7.6 |
| 801 | 2026-07-17T18:45:59.056Z | Downloaded percent-encoding v2.3.2 |
| 802 | 2026-07-17T18:45:59.059Z | Downloaded num_enum v0.5.11 |
| 803 | 2026-07-17T18:45:59.063Z | Downloaded phf_shared v0.12.1 |
| 804 | 2026-07-17T18:45:59.063Z | Downloaded phf_shared v0.11.3 |
| 805 | 2026-07-17T18:45:59.063Z | Downloaded mime_guess v2.0.5 |
| 806 | 2026-07-17T18:45:59.063Z | Downloaded phf_shared v0.13.1 |
| 807 | 2026-07-17T18:45:59.067Z | Downloaded icu_provider v2.1.1 |
| 808 | 2026-07-17T18:45:59.067Z | Downloaded derive_more v2.1.1 |
| 809 | 2026-07-17T18:45:59.086Z | Downloaded memmap2 v0.9.10 |
| 810 | 2026-07-17T18:45:59.089Z | Downloaded predicates-tree v1.0.13 |
| 811 | 2026-07-17T18:45:59.089Z | Downloaded packed_struct v0.10.1 |
| 812 | 2026-07-17T18:45:59.092Z | Downloaded oxnet v0.1.6 |
| 813 | 2026-07-17T18:45:59.092Z | Downloaded oxide-tokio-rt v0.1.4 |
| 814 | 2026-07-17T18:45:59.092Z | Downloaded owo-colors v4.3.0 |
| 815 | 2026-07-17T18:45:59.095Z | Downloaded openssl-probe v0.1.6 |
| 816 | 2026-07-17T18:45:59.095Z | Downloaded ml-kem v0.3.2 |
| 817 | 2026-07-17T18:45:59.098Z | Downloaded hmac v0.12.1 |
| 818 | 2026-07-17T18:45:59.098Z | Downloaded indexmap v1.9.3 |
| 819 | 2026-07-17T18:45:59.101Z | Downloaded precomputed-hash v0.1.1 |
| 820 | 2026-07-17T18:45:59.101Z | Downloaded potential_utf v0.1.4 |
| 821 | 2026-07-17T18:45:59.104Z | Downloaded predicates-core v1.0.10 |
| 822 | 2026-07-17T18:45:59.104Z | Downloaded heapless v0.7.17 |
| 823 | 2026-07-17T18:45:59.107Z | Downloaded headers v0.4.1 |
| 824 | 2026-07-17T18:45:59.110Z | Downloaded paste v1.0.15 |
| 825 | 2026-07-17T18:45:59.110Z | Downloaded password-hash v0.6.1 |
| 826 | 2026-07-17T18:45:59.113Z | Downloaded password-hash v0.5.0 |
| 827 | 2026-07-17T18:45:59.113Z | Downloaded peg-runtime v0.8.5 |
| 828 | 2026-07-17T18:45:59.113Z | Downloaded parse-display-derive v0.10.0 |
| 829 | 2026-07-17T18:45:59.118Z | Downloaded parking_lot_core v0.8.6 |
| 830 | 2026-07-17T18:45:59.119Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 831 | 2026-07-17T18:45:59.119Z | Downloaded proc-macro-crate v3.4.0 |
| 832 | 2026-07-17T18:45:59.124Z | Downloaded proc-macro-crate v1.3.1 |
| 833 | 2026-07-17T18:45:59.124Z | Downloaded icu_normalizer_data v2.1.1 |
| 834 | 2026-07-17T18:45:59.124Z | Downloaded aes-gcm v0.11.0 |
| 835 | 2026-07-17T18:45:59.124Z | Downloaded peg v0.8.5 |
| 836 | 2026-07-17T18:45:59.127Z | Downloaded pbkdf2 v0.13.0 |
| 837 | 2026-07-17T18:45:59.127Z | Downloaded libbz2-rs-sys v0.2.2 |
| 838 | 2026-07-17T18:45:59.127Z | Downloaded icu_normalizer v2.1.1 |
| 839 | 2026-07-17T18:45:59.131Z | Downloaded indicatif v0.18.4 |
| 840 | 2026-07-17T18:45:59.139Z | Downloaded psl-types v2.0.11 |
| 841 | 2026-07-17T18:45:59.139Z | Downloaded phc v0.6.1 |
| 842 | 2026-07-17T18:45:59.139Z | Downloaded pem-rfc7468 v1.0.0 |
| 843 | 2026-07-17T18:45:59.142Z | Downloaded radium v0.7.0 |
| 844 | 2026-07-17T18:45:59.142Z | Downloaded progenitor-macro v0.14.0 |
| 845 | 2026-07-17T18:45:59.142Z | Downloaded progenitor-macro v0.13.0 |
| 846 | 2026-07-17T18:45:59.142Z | Downloaded quick-error v1.2.3 |
| 847 | 2026-07-17T18:45:59.142Z | Downloaded expectorate v1.2.0 |
| 848 | 2026-07-17T18:45:59.142Z | Downloaded flate2 v1.1.9 |
| 849 | 2026-07-17T18:45:59.145Z | Downloaded pkcs8 v0.10.2 |
| 850 | 2026-07-17T18:45:59.148Z | Downloaded polyval v0.7.1 |
| 851 | 2026-07-17T18:45:59.148Z | Downloaded pin-project-internal v1.1.11 |
| 852 | 2026-07-17T18:45:59.151Z | Downloaded poly1305 v0.8.0 |
| 853 | 2026-07-17T18:45:59.151Z | Downloaded ppv-lite86 v0.2.21 |
| 854 | 2026-07-17T18:45:59.154Z | Downloaded pin-project-lite v0.2.17 |
| 855 | 2026-07-17T18:45:59.157Z | Downloaded cc v1.2.56 |
| 856 | 2026-07-17T18:45:59.157Z | Downloaded rand_chacha v0.3.1 |
| 857 | 2026-07-17T18:45:59.160Z | Downloaded heapless v0.8.0 |
| 858 | 2026-07-17T18:45:59.163Z | Downloaded parking_lot v0.12.5 |
| 859 | 2026-07-17T18:45:59.163Z | Downloaded predicates v3.1.4 |
| 860 | 2026-07-17T18:45:59.167Z | Downloaded primeorder v0.13.6 |
| 861 | 2026-07-17T18:45:59.167Z | Downloaded rand_xorshift v0.4.0 |
| 862 | 2026-07-17T18:45:59.167Z | Downloaded pkg-config v0.3.32 |
| 863 | 2026-07-17T18:45:59.172Z | Downloaded powerfmt v0.2.0 |
| 864 | 2026-07-17T18:45:59.172Z | Downloaded phf v0.12.1 |
| 865 | 2026-07-17T18:45:59.172Z | Downloaded pem v3.0.6 |
| 866 | 2026-07-17T18:45:59.172Z | Downloaded peg-macros v0.8.5 |
| 867 | 2026-07-17T18:45:59.175Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 868 | 2026-07-17T18:45:59.175Z | Downloaded parking_lot_core v0.9.12 |
| 869 | 2026-07-17T18:45:59.178Z | Downloaded parking_lot v0.11.2 |
| 870 | 2026-07-17T18:45:59.178Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 871 | 2026-07-17T18:45:59.181Z | Downloaded progenitor v0.13.0 |
| 872 | 2026-07-17T18:45:59.181Z | Downloaded recursive v0.1.1 |
| 873 | 2026-07-17T18:45:59.181Z | Downloaded proc-macro-error2 v2.0.1 |
| 874 | 2026-07-17T18:45:59.184Z | Downloaded primeorder v0.14.0-rc.10 |
| 875 | 2026-07-17T18:45:59.184Z | Downloaded primefield v0.14.0 |
| 876 | 2026-07-17T18:45:59.184Z | Downloaded postgres-protocol v0.6.10 |
| 877 | 2026-07-17T18:45:59.187Z | Downloaded diesel_derives v2.3.7 |
| 878 | 2026-07-17T18:45:59.191Z | Downloaded progenitor-client v0.14.0 |
| 879 | 2026-07-17T18:45:59.194Z | Downloaded derive_more-impl v2.1.1 |
| 880 | 2026-07-17T18:45:59.198Z | Downloaded ref-cast-impl v1.0.25 |
| 881 | 2026-07-17T18:45:59.198Z | Downloaded ref-cast v1.0.25 |
| 882 | 2026-07-17T18:45:59.198Z | Downloaded ed25519-dalek v2.2.0 |
| 883 | 2026-07-17T18:45:59.200Z | Downloaded progenitor-client v0.13.0 |
| 884 | 2026-07-17T18:45:59.201Z | Downloaded omicron-zone-package v0.12.3 |
| 885 | 2026-07-17T18:45:59.204Z | Downloaded rfc6979 v0.5.0 |
| 886 | 2026-07-17T18:45:59.204Z | Downloaded psm v0.1.30 |
| 887 | 2026-07-17T18:45:59.207Z | Downloaded rtoolbox v0.0.3 |
| 888 | 2026-07-17T18:45:59.207Z | Downloaded progenitor-extras v0.2.0 |
| 889 | 2026-07-17T18:45:59.210Z | Downloaded progenitor v0.14.0 |
| 890 | 2026-07-17T18:45:59.210Z | Downloaded phf v0.13.1 |
| 891 | 2026-07-17T18:45:59.210Z | Downloaded port-file v0.1.0 |
| 892 | 2026-07-17T18:45:59.215Z | Downloaded postgres-types v0.2.12 |
| 893 | 2026-07-17T18:45:59.215Z | Downloaded postcard v1.1.3 |
| 894 | 2026-07-17T18:45:59.218Z | Downloaded r2d2 v0.8.10 |
| 895 | 2026-07-17T18:45:59.218Z | Downloaded rand_seeder v0.4.0 |
| 896 | 2026-07-17T18:45:59.218Z | Downloaded rand_core v0.10.0 |
| 897 | 2026-07-17T18:45:59.222Z | Downloaded miniz_oxide v0.8.9 |
| 898 | 2026-07-17T18:45:59.222Z | Downloaded rustc_version v0.1.7 |
| 899 | 2026-07-17T18:45:59.222Z | Downloaded rustc-hash v2.1.1 |
| 900 | 2026-07-17T18:45:59.222Z | Downloaded russh-util v0.52.0 |
| 901 | 2026-07-17T18:45:59.225Z | Downloaded rustc_version v0.4.1 |
| 902 | 2026-07-17T18:45:59.225Z | Downloaded oso v0.27.3 |
| 903 | 2026-07-17T18:45:59.228Z | Downloaded russh-cryptovec v0.61.0 |
| 904 | 2026-07-17T18:45:59.228Z | Downloaded hickory-resolver v0.25.2 |
| 905 | 2026-07-17T18:45:59.231Z | Downloaded rand_core v0.6.4 |
| 906 | 2026-07-17T18:45:59.231Z | Downloaded rand_chacha v0.9.0 |
| 907 | 2026-07-17T18:45:59.234Z | Downloaded poly1305 v0.9.0 |
| 908 | 2026-07-17T18:45:59.234Z | Downloaded jiff-static v0.2.21 |
| 909 | 2026-07-17T18:45:59.237Z | Downloaded num-traits v0.2.19 |
| 910 | 2026-07-17T18:45:59.242Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 911 | 2026-07-17T18:45:59.242Z | Downloaded pkcs1 v0.7.5 |
| 912 | 2026-07-17T18:45:59.242Z | Downloaded pkcs8 v0.11.0 |
| 913 | 2026-07-17T18:45:59.248Z | Downloaded pem-rfc7468 v0.7.0 |
| 914 | 2026-07-17T18:45:59.248Z | Downloaded crypto-bigint v0.5.5 |
| 915 | 2026-07-17T18:45:59.251Z | Downloaded scopeguard v1.2.0 |
| 916 | 2026-07-17T18:45:59.251Z | Downloaded scheduled-thread-pool v0.2.7 |
| 917 | 2026-07-17T18:45:59.251Z | Downloaded sapling-renderdag v0.1.0 |
| 918 | 2026-07-17T18:45:59.251Z | Downloaded same-file v1.0.6 |
| 919 | 2026-07-17T18:45:59.254Z | Downloaded icu_locale_core v2.1.1 |
| 920 | 2026-07-17T18:45:59.257Z | Downloaded scroll_derive v0.13.1 |
| 921 | 2026-07-17T18:45:59.257Z | Downloaded minimal-lexical v0.2.1 |
| 922 | 2026-07-17T18:45:59.260Z | Downloaded icu_collections v2.1.1 |
| 923 | 2026-07-17T18:45:59.263Z | Downloaded secrecy v0.8.0 |
| 924 | 2026-07-17T18:45:59.266Z | Downloaded hashbrown v0.12.3 |
| 925 | 2026-07-17T18:45:59.269Z | Downloaded crossterm v0.28.1 |
| 926 | 2026-07-17T18:45:59.274Z | Downloaded serde_repr v0.1.20 |
| 927 | 2026-07-17T18:45:59.274Z | Downloaded serde_bytes v0.11.19 |
| 928 | 2026-07-17T18:45:59.274Z | Downloaded serde_spanned v1.1.1 |
| 929 | 2026-07-17T18:45:59.277Z | Downloaded serde-big-array v0.5.1 |
| 930 | 2026-07-17T18:45:59.277Z | Downloaded seq-macro v0.3.6 |
| 931 | 2026-07-17T18:45:59.277Z | Downloaded semver v0.1.20 |
| 932 | 2026-07-17T18:45:59.280Z | Downloaded secrecy v0.10.3 |
| 933 | 2026-07-17T18:45:59.280Z | Downloaded rfc6979 v0.4.0 |
| 934 | 2026-07-17T18:45:59.280Z | Downloaded resolv-conf v0.7.6 |
| 935 | 2026-07-17T18:45:59.283Z | Downloaded quinn-udp v0.5.14 |
| 936 | 2026-07-17T18:45:59.283Z | Downloaded pkcs5 v0.8.1 |
| 937 | 2026-07-17T18:45:59.286Z | Downloaded serde_plain v1.0.2 |
| 938 | 2026-07-17T18:45:59.286Z | Downloaded rpassword v7.5.4 |
| 939 | 2026-07-17T18:45:59.289Z | Downloaded serde_urlencoded v0.7.1 |
| 940 | 2026-07-17T18:45:59.289Z | Downloaded rand_core v0.9.5 |
| 941 | 2026-07-17T18:45:59.292Z | Downloaded pin-project v1.1.11 |
| 942 | 2026-07-17T18:45:59.296Z | Downloaded rustls-pemfile v2.2.0 |
| 943 | 2026-07-17T18:45:59.299Z | Downloaded hashbrown v0.13.2 |
| 944 | 2026-07-17T18:45:59.302Z | Downloaded sha1 v0.11.0 |
| 945 | 2026-07-17T18:45:59.302Z | Downloaded rusty-fork v0.3.1 |
| 946 | 2026-07-17T18:45:59.305Z | Downloaded sha1 v0.10.6 |
| 947 | 2026-07-17T18:45:59.305Z | Downloaded prefix-trie v0.7.0 |
| 948 | 2026-07-17T18:45:59.309Z | Downloaded shell-words v1.1.1 |
| 949 | 2026-07-17T18:45:59.309Z | Downloaded signal-hook-mio v0.2.5 |
| 950 | 2026-07-17T18:45:59.309Z | Downloaded hickory-resolver v0.24.4 |
| 951 | 2026-07-17T18:45:59.312Z | Downloaded signal-hook-tokio v0.3.1 |
| 952 | 2026-07-17T18:45:59.312Z | Downloaded p384 v0.14.0-rc.10 |
| 953 | 2026-07-17T18:45:59.315Z | Downloaded http v1.4.2 |
| 954 | 2026-07-17T18:45:59.318Z | Downloaded rustls-native-certs v0.8.3 |
| 955 | 2026-07-17T18:45:59.321Z | Downloaded der v0.8.0 |
| 956 | 2026-07-17T18:45:59.329Z | Downloaded sigpipe v0.1.3 |
| 957 | 2026-07-17T18:45:59.329Z | Downloaded scroll v0.13.0 |
| 958 | 2026-07-17T18:45:59.329Z | Downloaded schemars_derive v0.8.22 |
| 959 | 2026-07-17T18:45:59.329Z | Downloaded half v1.8.3 |
| 960 | 2026-07-17T18:45:59.337Z | Downloaded slog-bunyan v2.5.0 |
| 961 | 2026-07-17T18:45:59.338Z | Downloaded signature v2.2.0 |
| 962 | 2026-07-17T18:45:59.338Z | Downloaded siphasher v1.0.2 |
| 963 | 2026-07-17T18:45:59.338Z | Downloaded sec1 v0.7.3 |
| 964 | 2026-07-17T18:45:59.338Z | Downloaded scrypt v0.12.0 |
| 965 | 2026-07-17T18:45:59.338Z | Downloaded slog-envlogger v2.2.0 |
| 966 | 2026-07-17T18:45:59.338Z | Downloaded litrs v1.0.0 |
| 967 | 2026-07-17T18:45:59.342Z | Downloaded icu_properties v2.1.2 |
| 968 | 2026-07-17T18:45:59.342Z | Downloaded lru v0.12.5 |
| 969 | 2026-07-17T18:45:59.342Z | Downloaded linked-hash-map v0.5.6 |
| 970 | 2026-07-17T18:45:59.342Z | Downloaded dropshot-api-manager v0.7.2 |
| 971 | 2026-07-17T18:45:59.345Z | Downloaded serde-hex v0.1.0 |
| 972 | 2026-07-17T18:45:59.345Z | Downloaded sec1 v0.8.1 |
| 973 | 2026-07-17T18:45:59.346Z | Downloaded progenitor-impl v0.14.0 |
| 974 | 2026-07-17T18:45:59.349Z | Downloaded csv-core v0.1.13 |
| 975 | 2026-07-17T18:45:59.349Z | Downloaded p256 v0.14.0-rc.10 |
| 976 | 2026-07-17T18:45:59.352Z | Downloaded openssl-sys v0.9.115 |
| 977 | 2026-07-17T18:45:59.365Z | Downloaded papergrid v0.17.0 |
| 978 | 2026-07-17T18:45:59.369Z | Downloaded serde_path_to_error v0.1.20 |
| 979 | 2026-07-17T18:45:59.373Z | Downloaded serdect v0.4.3 |
| 980 | 2026-07-17T18:45:59.377Z | Downloaded serde_with_macros v1.5.2 |
| 981 | 2026-07-17T18:45:59.377Z | Downloaded shlex v1.3.0 |
| 982 | 2026-07-17T18:45:59.377Z | Downloaded signature v3.0.0 |
| 983 | 2026-07-17T18:45:59.377Z | Downloaded signal-hook-registry v1.4.8 |
| 984 | 2026-07-17T18:45:59.380Z | Downloaded strum v0.26.3 |
| 985 | 2026-07-17T18:45:59.380Z | Downloaded strsim v0.10.0 |
| 986 | 2026-07-17T18:45:59.385Z | Downloaded prettyplease v0.2.37 |
| 987 | 2026-07-17T18:45:59.385Z | Downloaded sqlparser_derive v0.5.0 |
| 988 | 2026-07-17T18:45:59.388Z | Downloaded hickory-server v0.25.2 |
| 989 | 2026-07-17T18:45:59.388Z | Downloaded itertools v0.10.5 |
| 990 | 2026-07-17T18:45:59.392Z | Downloaded simd-adler32 v0.3.8 |
| 991 | 2026-07-17T18:45:59.398Z | Downloaded rcgen v0.12.1 |
| 992 | 2026-07-17T18:45:59.401Z | Downloaded salsa20 v0.11.0 |
| 993 | 2026-07-17T18:45:59.404Z | Downloaded slab v0.4.12 |
| 994 | 2026-07-17T18:45:59.404Z | Downloaded slog-scope v4.4.1 |
| 995 | 2026-07-17T18:45:59.404Z | Downloaded slog-json v2.6.1 |
| 996 | 2026-07-17T18:45:59.408Z | Downloaded subtle v2.6.1 |
| 997 | 2026-07-17T18:45:59.408Z | Downloaded supports-color v3.0.2 |
| 998 | 2026-07-17T18:45:59.408Z | Downloaded strum v0.27.2 |
| 999 | 2026-07-17T18:45:59.408Z | Downloaded structmeta-derive v0.3.0 |
| 1000 | 2026-07-17T18:45:59.411Z | Downloaded structmeta v0.3.0 |
| 1001 | 2026-07-17T18:45:59.411Z | Downloaded slog-dtrace v0.3.0 |
| 1002 | 2026-07-17T18:45:59.411Z | Downloaded slog-async v2.8.0 |
| 1003 | 2026-07-17T18:45:59.414Z | Downloaded slog-stdlog v4.1.1 |
| 1004 | 2026-07-17T18:45:59.414Z | Downloaded smf v0.2.3 |
| 1005 | 2026-07-17T18:45:59.414Z | Downloaded serde_cbor v0.11.2 |
| 1006 | 2026-07-17T18:45:59.417Z | Downloaded sync_wrapper v1.0.2 |
| 1007 | 2026-07-17T18:45:59.417Z | Downloaded sync-ptr v0.1.4 |
| 1008 | 2026-07-17T18:45:59.418Z | Downloaded hyper-util v0.1.20 |
| 1009 | 2026-07-17T18:45:59.421Z | Downloaded tabwriter v1.4.1 |
| 1010 | 2026-07-17T18:45:59.424Z | Downloaded tabled_derive v0.11.0 |
| 1011 | 2026-07-17T18:45:59.424Z | Downloaded smallvec v0.6.14 |
| 1012 | 2026-07-17T18:45:59.424Z | Downloaded slog-term v2.9.2 |
| 1013 | 2026-07-17T18:45:59.430Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1014 | 2026-07-17T18:45:59.450Z | Downloaded ron v0.8.1 |
| 1015 | 2026-07-17T18:45:59.450Z | Downloaded hashbrown v0.15.5 |
| 1016 | 2026-07-17T18:45:59.454Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1017 | 2026-07-17T18:45:59.454Z | Downloaded testing_table v0.3.0 |
| 1018 | 2026-07-17T18:45:59.454Z | Downloaded serde_derive_internals v0.29.1 |
| 1019 | 2026-07-17T18:45:59.454Z | Downloaded termtree v0.5.1 |
| 1020 | 2026-07-17T18:45:59.454Z | Downloaded take_mut v0.2.2 |
| 1021 | 2026-07-17T18:45:59.454Z | Downloaded tagptr v0.2.0 |
| 1022 | 2026-07-17T18:45:59.454Z | Downloaded snafu-derive v0.8.9 |
| 1023 | 2026-07-17T18:45:59.454Z | Downloaded spki v0.8.0 |
| 1024 | 2026-07-17T18:45:59.455Z | Downloaded serde_with_macros v3.21.0 |
| 1025 | 2026-07-17T18:45:59.455Z | Downloaded hashbrown v0.16.1 |
| 1026 | 2026-07-17T18:45:59.455Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1027 | 2026-07-17T18:45:59.455Z | Downloaded sha2 v0.11.0 |
| 1028 | 2026-07-17T18:45:59.455Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1029 | 2026-07-17T18:45:59.459Z | Downloaded string_cache v0.8.9 |
| 1030 | 2026-07-17T18:45:59.459Z | Downloaded tap v1.0.1 |
| 1031 | 2026-07-17T18:45:59.459Z | Downloaded stringprep v0.1.5 |
| 1032 | 2026-07-17T18:45:59.459Z | Downloaded thread-id v5.1.0 |
| 1033 | 2026-07-17T18:45:59.459Z | Downloaded time-core v0.1.8 |
| 1034 | 2026-07-17T18:45:59.466Z | Downloaded stacker v0.1.23 |
| 1035 | 2026-07-17T18:45:59.466Z | Downloaded stable_deref_trait v1.2.1 |
| 1036 | 2026-07-17T18:45:59.466Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1037 | 2026-07-17T18:45:59.466Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1038 | 2026-07-17T18:45:59.466Z | Downloaded pretty_assertions v1.4.1 |
| 1039 | 2026-07-17T18:45:59.466Z | Downloaded rayon-core v1.13.0 |
| 1040 | 2026-07-17T18:45:59.480Z | Downloaded sqlformat v0.3.5 |
| 1041 | 2026-07-17T18:45:59.480Z | Downloaded spki v0.7.3 |
| 1042 | 2026-07-17T18:45:59.480Z | Downloaded strum_macros v0.27.2 |
| 1043 | 2026-07-17T18:45:59.480Z | Downloaded strum_macros v0.26.4 |
| 1044 | 2026-07-17T18:45:59.480Z | Downloaded tinyvec_macros v0.1.1 |
| 1045 | 2026-07-17T18:45:59.486Z | Downloaded strum_macros v0.24.3 |
| 1046 | 2026-07-17T18:45:59.486Z | Downloaded smallvec v1.15.1 |
| 1047 | 2026-07-17T18:45:59.486Z | Downloaded qorb v0.4.1 |
| 1048 | 2026-07-17T18:45:59.493Z | Downloaded publicsuffix v2.3.0 |
| 1049 | 2026-07-17T18:45:59.493Z | Downloaded progenitor-impl v0.13.0 |
| 1050 | 2026-07-17T18:45:59.494Z | Downloaded schemars v0.8.22 |
| 1051 | 2026-07-17T18:45:59.498Z | Downloaded support-bundle-viewer v0.1.2 |
| 1052 | 2026-07-17T18:45:59.502Z | Downloaded tokio-macros v2.7.0 |
| 1053 | 2026-07-17T18:45:59.502Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1054 | 2026-07-17T18:45:59.505Z | Downloaded termios v0.3.3 |
| 1055 | 2026-07-17T18:45:59.505Z | Downloaded synstructure v0.13.2 |
| 1056 | 2026-07-17T18:45:59.505Z | Downloaded ryu v1.0.23 |
| 1057 | 2026-07-17T18:45:59.508Z | Downloaded topological-sort v0.2.2 |
| 1058 | 2026-07-17T18:45:59.508Z | Downloaded tower-service v0.3.3 |
| 1059 | 2026-07-17T18:45:59.508Z | Downloaded rustls-pki-types v1.14.0 |
| 1060 | 2026-07-17T18:45:59.511Z | Downloaded quinn v0.11.9 |
| 1061 | 2026-07-17T18:45:59.514Z | Downloaded num-bigint v0.4.6 |
| 1062 | 2026-07-17T18:45:59.519Z | Downloaded itertools v0.13.0 |
| 1063 | 2026-07-17T18:45:59.522Z | Downloaded mio v1.2.0 |
| 1064 | 2026-07-17T18:45:59.525Z | Downloaded rand v0.8.6 |
| 1065 | 2026-07-17T18:45:59.525Z | Downloaded thiserror-no-std v2.0.2 |
| 1066 | 2026-07-17T18:45:59.529Z | Downloaded time-macros v0.2.27 |
| 1067 | 2026-07-17T18:45:59.529Z | Downloaded thread_local v1.1.9 |
| 1068 | 2026-07-17T18:45:59.532Z | Downloaded try-lock v0.2.5 |
| 1069 | 2026-07-17T18:45:59.532Z | Downloaded trait-variant v0.1.2 |
| 1070 | 2026-07-17T18:45:59.532Z | Downloaded unarray v0.1.4 |
| 1071 | 2026-07-17T18:45:59.532Z | Downloaded tower-layer v0.3.3 |
| 1072 | 2026-07-17T18:45:59.536Z | Downloaded static_assertions v1.1.0 |
| 1073 | 2026-07-17T18:45:59.536Z | Downloaded spin v0.9.8 |
| 1074 | 2026-07-17T18:45:59.536Z | Downloaded idna v1.1.0 |
| 1075 | 2026-07-17T18:45:59.539Z | Downloaded libxml v0.3.3 |
| 1076 | 2026-07-17T18:45:59.542Z | Downloaded itertools v0.12.1 |
| 1077 | 2026-07-17T18:45:59.546Z | Downloaded typify-macro v0.6.2 |
| 1078 | 2026-07-17T18:45:59.549Z | Downloaded tiny-keccak v2.0.2 |
| 1079 | 2026-07-17T18:45:59.549Z | Downloaded slog v2.8.2 |
| 1080 | 2026-07-17T18:45:59.552Z | Downloaded similar v2.7.0 |
| 1081 | 2026-07-17T18:45:59.555Z | Downloaded tls_codec v0.4.2 |
| 1082 | 2026-07-17T18:45:59.555Z | Downloaded tls_codec_derive v0.4.2 |
| 1083 | 2026-07-17T18:45:59.558Z | Downloaded signal-hook v0.3.18 |
| 1084 | 2026-07-17T18:45:59.558Z | Downloaded unit-prefix v0.5.2 |
| 1085 | 2026-07-17T18:45:59.561Z | Downloaded unicode-xid v0.2.6 |
| 1086 | 2026-07-17T18:45:59.561Z | Downloaded schemars v0.9.0 |
| 1087 | 2026-07-17T18:45:59.567Z | Downloaded usdt-macro v0.6.0 |
| 1088 | 2026-07-17T18:45:59.570Z | Downloaded rand v0.9.2 |
| 1089 | 2026-07-17T18:45:59.573Z | Downloaded tokio-native-tls v0.3.1 |
| 1090 | 2026-07-17T18:45:59.573Z | Downloaded utf8_iter v1.0.4 |
| 1091 | 2026-07-17T18:45:59.573Z | Downloaded universal-hash v0.5.1 |
| 1092 | 2026-07-17T18:45:59.576Z | Downloaded rsa v0.9.10 |
| 1093 | 2026-07-17T18:45:59.579Z | Downloaded utf-8 v0.7.6 |
| 1094 | 2026-07-17T18:45:59.579Z | Downloaded tokio-test v0.4.5 |
| 1095 | 2026-07-17T18:45:59.579Z | Downloaded untrusted v0.7.1 |
| 1096 | 2026-07-17T18:45:59.579Z | Downloaded universal-hash v0.6.1 |
| 1097 | 2026-07-17T18:45:59.584Z | Downloaded unicode-truncate v1.1.0 |
| 1098 | 2026-07-17T18:45:59.584Z | Downloaded h2 v0.4.15 |
| 1099 | 2026-07-17T18:45:59.587Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1100 | 2026-07-17T18:45:59.587Z | Downloaded tokio-tungstenite v0.21.0 |
| 1101 | 2026-07-17T18:45:59.587Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-07-17T18:45:59.590Z | Downloaded tokio-dtrace v0.1.1 |
| 1103 | 2026-07-17T18:45:59.590Z | Downloaded socket2 v0.5.10 |
| 1104 | 2026-07-17T18:45:59.593Z | Downloaded usdt-attr-macro v0.6.0 |
| 1105 | 2026-07-17T18:45:59.593Z | Downloaded rustls-webpki v0.103.13 |
| 1106 | 2026-07-17T18:45:59.596Z | Downloaded usdt v0.6.0 |
| 1107 | 2026-07-17T18:45:59.596Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-07-17T18:45:59.596Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1109 | 2026-07-17T18:45:59.599Z | Downloaded tokio-tungstenite v0.23.1 |
| 1110 | 2026-07-17T18:45:59.599Z | Downloaded num-bigint-dig v0.8.6 |
| 1111 | 2026-07-17T18:45:59.602Z | Downloaded iri-string v0.7.10 |
| 1112 | 2026-07-17T18:45:59.604Z | Downloaded waitgroup v0.1.2 |
| 1113 | 2026-07-17T18:45:59.607Z | Downloaded term v1.2.1 |
| 1114 | 2026-07-17T18:45:59.607Z | Downloaded term v0.7.0 |
| 1115 | 2026-07-17T18:45:59.610Z | Downloaded want v0.3.1 |
| 1116 | 2026-07-17T18:45:59.610Z | Downloaded icu_properties_data v2.1.2 |
| 1117 | 2026-07-17T18:45:59.615Z | Downloaded unicase v2.9.0 |
| 1118 | 2026-07-17T18:45:59.618Z | Downloaded schemars v1.2.1 |
| 1119 | 2026-07-17T18:45:59.626Z | Downloaded tinystr v0.8.2 |
| 1120 | 2026-07-17T18:45:59.630Z | Downloaded samael v0.0.19 |
| 1121 | 2026-07-17T18:45:59.635Z | Downloaded itertools v0.14.0 |
| 1122 | 2026-07-17T18:45:59.639Z | Downloaded hkdf v0.12.4 |
| 1123 | 2026-07-17T18:45:59.639Z | Downloaded yoke-derive v0.8.1 |
| 1124 | 2026-07-17T18:45:59.639Z | Downloaded zeroize_derive v1.4.3 |
| 1125 | 2026-07-17T18:45:59.639Z | Downloaded hyper v1.10.1 |
| 1126 | 2026-07-17T18:45:59.644Z | Downloaded subprocess v0.2.15 |
| 1127 | 2026-07-17T18:45:59.644Z | Downloaded usdt-impl v0.6.0 |
| 1128 | 2026-07-17T18:45:59.647Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-07-17T18:45:59.647Z | Downloaded tokio-rustls v0.26.4 |
| 1130 | 2026-07-17T18:45:59.647Z | Downloaded test-strategy v0.4.5 |
| 1131 | 2026-07-17T18:45:59.650Z | Downloaded zerofrom-derive v0.1.6 |
| 1132 | 2026-07-17T18:45:59.650Z | Downloaded vergen-lib v9.1.0 |
| 1133 | 2026-07-17T18:45:59.650Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-07-17T18:45:59.654Z | Downloaded zerofrom v0.1.6 |
| 1135 | 2026-07-17T18:45:59.657Z | Downloaded snafu v0.8.9 |
| 1136 | 2026-07-17T18:45:59.658Z | Downloaded zone v0.3.1 |
| 1137 | 2026-07-17T18:45:59.661Z | Downloaded vergen-lib v0.1.6 |
| 1138 | 2026-07-17T18:45:59.661Z | Downloaded vergen-git2 v9.1.0 |
| 1139 | 2026-07-17T18:45:59.661Z | Downloaded uzers v0.12.2 |
| 1140 | 2026-07-17T18:45:59.664Z | Downloaded vergen-gitcl v1.0.8 |
| 1141 | 2026-07-17T18:45:59.664Z | Downloaded aho-corasick v1.1.4 |
| 1142 | 2026-07-17T18:45:59.675Z | Downloaded rand v0.10.1 |
| 1143 | 2026-07-17T18:45:59.675Z | Downloaded socket2 v0.6.3 |
| 1144 | 2026-07-17T18:45:59.679Z | Downloaded void v1.0.2 |
| 1145 | 2026-07-17T18:45:59.679Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1146 | 2026-07-17T18:45:59.679Z | Downloaded aws-lc-rs v1.16.3 |
| 1147 | 2026-07-17T18:45:59.679Z | Downloaded zone_cfg_derive v0.3.1 |
| 1148 | 2026-07-17T18:45:59.679Z | Downloaded walkdir v2.5.0 |
| 1149 | 2026-07-17T18:45:59.679Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-07-17T18:45:59.683Z | Downloaded tracing-attributes v0.1.31 |
| 1151 | 2026-07-17T18:45:59.683Z | Downloaded whoami v1.6.1 |
| 1152 | 2026-07-17T18:45:59.683Z | Downloaded libm v0.2.16 |
| 1153 | 2026-07-17T18:45:59.688Z | Downloaded nom v8.0.0 |
| 1154 | 2026-07-17T18:45:59.691Z | Downloaded writeable v0.6.2 |
| 1155 | 2026-07-17T18:45:59.694Z | Downloaded tinyvec v1.10.0 |
| 1156 | 2026-07-17T18:45:59.696Z | Downloaded whoami v2.1.0 |
| 1157 | 2026-07-17T18:45:59.697Z | Downloaded unicode-properties v0.1.4 |
| 1158 | 2026-07-17T18:45:59.697Z | Downloaded bitvec v1.0.1 |
| 1159 | 2026-07-17T18:45:59.706Z | Downloaded yoke v0.8.1 |
| 1160 | 2026-07-17T18:45:59.709Z | Downloaded xshell v0.2.7 |
| 1161 | 2026-07-17T18:45:59.709Z | Downloaded iddqd v0.4.2 |
| 1162 | 2026-07-17T18:45:59.715Z | Downloaded wait-timeout v0.2.1 |
| 1163 | 2026-07-17T18:45:59.718Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1164 | 2026-07-17T18:45:59.718Z | Downloaded vergen v9.1.0 |
| 1165 | 2026-07-17T18:45:59.722Z | Downloaded hkdf v0.13.0 |
| 1166 | 2026-07-17T18:45:59.722Z | Downloaded toml v0.7.8 |
| 1167 | 2026-07-17T18:45:59.725Z | Downloaded rsa v0.10.0-rc.18 |
| 1168 | 2026-07-17T18:45:59.727Z | Downloaded zerovec-derive v0.11.2 |
| 1169 | 2026-07-17T18:45:59.728Z | Downloaded tar v0.4.46 |
| 1170 | 2026-07-17T18:45:59.731Z | Downloaded steno v0.4.1 |
| 1171 | 2026-07-17T18:45:59.731Z | Downloaded unicode-bidi v0.3.18 |
| 1172 | 2026-07-17T18:45:59.734Z | Downloaded blake3 v1.8.5 |
| 1173 | 2026-07-17T18:45:59.739Z | Downloaded tungstenite v0.23.0 |
| 1174 | 2026-07-17T18:45:59.742Z | Downloaded rustyline v14.0.0 |
| 1175 | 2026-07-17T18:45:59.742Z | Downloaded xattr v1.6.1 |
| 1176 | 2026-07-17T18:45:59.745Z | Downloaded wyz v0.5.1 |
| 1177 | 2026-07-17T18:45:59.745Z | Downloaded twox-hash v2.1.2 |
| 1178 | 2026-07-17T18:45:59.748Z | Downloaded tui-tree-widget v0.23.1 |
| 1179 | 2026-07-17T18:45:59.748Z | Downloaded futures-util v0.3.32 |
| 1180 | 2026-07-17T18:45:59.752Z | Downloaded unsafe-libyaml v0.2.11 |
| 1181 | 2026-07-17T18:45:59.755Z | Downloaded typify v0.6.2 |
| 1182 | 2026-07-17T18:45:59.758Z | Downloaded p521 v0.14.0-rc.10 |
| 1183 | 2026-07-17T18:45:59.761Z | Downloaded zerocopy v0.6.6 |
| 1184 | 2026-07-17T18:45:59.761Z | Downloaded yasna v0.5.2 |
| 1185 | 2026-07-17T18:45:59.764Z | Downloaded uuid v1.23.4 |
| 1186 | 2026-07-17T18:45:59.764Z | Downloaded nom v7.1.3 |
| 1187 | 2026-07-17T18:45:59.767Z | Downloaded rustversion v1.0.22 |
| 1188 | 2026-07-17T18:45:59.770Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-07-17T18:45:59.773Z | Downloaded zstd-safe v7.2.4 |
| 1190 | 2026-07-17T18:45:59.773Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1191 | 2026-07-17T18:45:59.777Z | Downloaded chrono v0.4.45 |
| 1192 | 2026-07-17T18:45:59.783Z | Downloaded vte v0.14.1 |
| 1193 | 2026-07-17T18:45:59.787Z | Downloaded tracing-core v0.1.36 |
| 1194 | 2026-07-17T18:45:59.791Z | Downloaded zstd v0.13.3 |
| 1195 | 2026-07-17T18:45:59.791Z | Downloaded tungstenite v0.21.0 |
| 1196 | 2026-07-17T18:45:59.794Z | Downloaded reedline v0.40.0 |
| 1197 | 2026-07-17T18:45:59.803Z | Downloaded p384 v0.13.1 |
| 1198 | 2026-07-17T18:45:59.806Z | Downloaded toml_edit v0.19.15 |
| 1199 | 2026-07-17T18:45:59.816Z | Downloaded tokio-postgres v0.7.16 |
| 1200 | 2026-07-17T18:45:59.819Z | Downloaded serde_with v1.14.0 |
| 1201 | 2026-07-17T18:45:59.822Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-07-17T18:45:59.826Z | Downloaded bindgen v0.71.1 |
| 1203 | 2026-07-17T18:45:59.830Z | Downloaded zopfli v0.8.3 |
| 1204 | 2026-07-17T18:45:59.835Z | Downloaded reqwest v0.12.28 |
| 1205 | 2026-07-17T18:45:59.839Z | Downloaded zerotrie v0.2.3 |
| 1206 | 2026-07-17T18:45:59.846Z | Downloaded url v2.5.8 |
| 1207 | 2026-07-17T18:45:59.853Z | Downloaded zip v0.6.6 |
| 1208 | 2026-07-17T18:45:59.856Z | Downloaded regex v1.12.3 |
| 1209 | 2026-07-17T18:45:59.862Z | Downloaded rawzip v0.4.4 |
| 1210 | 2026-07-17T18:45:59.865Z | Downloaded yansi v1.0.1 |
| 1211 | 2026-07-17T18:45:59.873Z | Downloaded reqwest v0.13.2 |
| 1212 | 2026-07-17T18:45:59.878Z | Downloaded goblin v0.10.5 |
| 1213 | 2026-07-17T18:45:59.878Z | Downloaded zerocopy-derive v0.8.40 |
| 1214 | 2026-07-17T18:45:59.890Z | Downloaded salty v0.3.0 |
| 1215 | 2026-07-17T18:45:59.890Z | Downloaded rayon v1.11.0 |
| 1216 | 2026-07-17T18:45:59.902Z | Downloaded unicode_categories v0.1.1 |
| 1217 | 2026-07-17T18:45:59.902Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1218 | 2026-07-17T18:45:59.902Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-07-17T18:45:59.911Z | Downloaded portable-atomic v1.13.1 |
| 1220 | 2026-07-17T18:45:59.911Z | Downloaded lalrpop v0.19.12 |
| 1221 | 2026-07-17T18:45:59.915Z | Downloaded tower v0.5.3 |
| 1222 | 2026-07-17T18:45:59.915Z | Downloaded quick-xml v0.37.5 |
| 1223 | 2026-07-17T18:45:59.918Z | Downloaded moka v0.12.13 |
| 1224 | 2026-07-17T18:45:59.921Z | Downloaded unicode-segmentation v1.12.0 |
| 1225 | 2026-07-17T18:45:59.924Z | Downloaded petname v2.0.2 |
| 1226 | 2026-07-17T18:45:59.927Z | Downloaded typed-path v0.9.3 |
| 1227 | 2026-07-17T18:45:59.930Z | Downloaded proptest v1.10.0 |
| 1228 | 2026-07-17T18:45:59.933Z | Downloaded tough v0.22.0 |
| 1229 | 2026-07-17T18:45:59.938Z | Downloaded unicode-normalization v0.1.25 |
| 1230 | 2026-07-17T18:45:59.941Z | Downloaded object v0.30.4 |
| 1231 | 2026-07-17T18:45:59.949Z | Downloaded crypto-bigint v0.7.5 |
| 1232 | 2026-07-17T18:45:59.958Z | Downloaded tokio-util v0.7.18 |
| 1233 | 2026-07-17T18:45:59.971Z | Downloaded zerovec v0.11.5 |
| 1234 | 2026-07-17T18:45:59.974Z | Downloaded tower-http v0.6.8 |
| 1235 | 2026-07-17T18:45:59.977Z | Downloaded russh v0.61.2 |
| 1236 | 2026-07-17T18:45:59.982Z | Downloaded quinn-proto v0.11.13 |
| 1237 | 2026-07-17T18:45:59.987Z | Downloaded curve25519-dalek v4.1.3 |
| 1238 | 2026-07-17T18:45:59.991Z | Downloaded nix v0.27.1 |
| 1239 | 2026-07-17T18:45:59.997Z | Downloaded serde_with v3.21.0 |
| 1240 | 2026-07-17T18:46:00.006Z | Downloaded bstr v1.12.1 |
| 1241 | 2026-07-17T18:46:00.010Z | Downloaded winnow v0.5.40 |
| 1242 | 2026-07-17T18:46:00.022Z | Downloaded zip v4.6.1 |
| 1243 | 2026-07-17T18:46:00.030Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1244 | 2026-07-17T18:46:00.036Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-07-17T18:46:00.047Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-07-17T18:46:00.056Z | Downloaded regex-syntax v0.6.29 |
| 1247 | 2026-07-17T18:46:00.059Z | Downloaded object v0.37.3 |
| 1248 | 2026-07-17T18:46:00.067Z | Downloaded vcpkg v0.2.15 |
| 1249 | 2026-07-17T18:46:00.098Z | Downloaded winnow v0.6.26 |
| 1250 | 2026-07-17T18:46:00.103Z | Downloaded openssl v0.10.79 |
| 1251 | 2026-07-17T18:46:00.108Z | Downloaded zerocopy v0.8.40 |
| 1252 | 2026-07-17T18:46:00.113Z | Downloaded tabled v0.20.0 |
| 1253 | 2026-07-17T18:46:00.124Z | Downloaded winnow v1.0.3 |
| 1254 | 2026-07-17T18:46:00.130Z | Downloaded time v0.3.47 |
| 1255 | 2026-07-17T18:46:00.139Z | Downloaded nix v0.28.0 |
| 1256 | 2026-07-17T18:46:00.146Z | Downloaded nix v0.31.2 |
| 1257 | 2026-07-17T18:46:00.154Z | Downloaded zlib-rs v0.6.2 |
| 1258 | 2026-07-17T18:46:00.157Z | Downloaded smoltcp v0.9.1 |
| 1259 | 2026-07-17T18:46:00.163Z | Downloaded rustls v0.23.41 |
| 1260 | 2026-07-17T18:46:00.170Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-07-17T18:46:00.180Z | Downloaded smoltcp v0.11.0 |
| 1262 | 2026-07-17T18:46:00.186Z | Downloaded regex-syntax v0.8.10 |
| 1263 | 2026-07-17T18:46:00.193Z | Downloaded hickory-proto v0.25.2 |
| 1264 | 2026-07-17T18:46:00.203Z | Downloaded regress v0.10.5 |
| 1265 | 2026-07-17T18:46:00.207Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-07-17T18:46:00.212Z | Downloaded dropshot v0.17.1 |
| 1267 | 2026-07-17T18:46:00.225Z | Downloaded rustix v0.38.44 |
| 1268 | 2026-07-17T18:46:00.239Z | Downloaded sled v0.34.7 |
| 1269 | 2026-07-17T18:46:00.245Z | Downloaded ratatui v0.29.0 |
| 1270 | 2026-07-17T18:46:00.258Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1271 | 2026-07-17T18:46:00.271Z | Downloaded diesel v2.3.7 |
| 1272 | 2026-07-17T18:46:00.277Z | Downloaded regress v0.11.1 |
| 1273 | 2026-07-17T18:46:00.284Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-07-17T18:46:00.291Z | Downloaded regex-automata v0.4.14 |
| 1275 | 2026-07-17T18:46:00.302Z | Downloaded sqlparser v0.61.0 |
| 1276 | 2026-07-17T18:46:00.315Z | Downloaded fiat-crypto v0.3.0 |
| 1277 | 2026-07-17T18:46:00.334Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-07-17T18:46:00.334Z | Downloaded tracing v0.1.44 |
| 1279 | 2026-07-17T18:46:00.339Z | Downloaded sha3 v0.11.0 |
| 1280 | 2026-07-17T18:46:00.342Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-07-17T18:46:00.378Z | Downloaded petgraph v0.6.5 |
| 1282 | 2026-07-17T18:46:00.389Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-07-17T18:46:00.403Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-07-17T18:46:00.416Z | Downloaded csv v1.4.0 |
| 1285 | 2026-07-17T18:46:00.429Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-07-17T18:46:00.432Z | Downloaded petgraph v0.8.3 |
| 1287 | 2026-07-17T18:46:00.446Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1288 | 2026-07-17T18:46:00.457Z | Downloaded tokio v1.52.1 |
| 1289 | 2026-07-17T18:46:00.515Z | Downloaded encoding_rs v0.8.35 |
| 1290 | 2026-07-17T18:46:00.569Z | Downloaded ring v0.17.14 |
| 1291 | 2026-07-17T18:46:00.609Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1292 | 2026-07-17T18:46:01.090Z | Downloaded aws-lc-sys v0.40.0 |
| 1293 | 2026-07-17T18:46:01.349Z | Compiling libc v0.2.185 |
| 1294 | 2026-07-17T18:46:01.349Z | Compiling serde_core v1.0.228 |
| 1295 | 2026-07-17T18:46:01.352Z | Compiling serde v1.0.228 |
| 1296 | 2026-07-17T18:46:01.352Z | Compiling log v0.4.29 |
| 1297 | 2026-07-17T18:46:01.352Z | Compiling smallvec v1.15.1 |
| 1298 | 2026-07-17T18:46:01.352Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-07-17T18:46:01.353Z | Compiling shlex v1.3.0 |
| 1300 | 2026-07-17T18:46:01.353Z | Compiling subtle v2.6.1 |
| 1301 | 2026-07-17T18:46:01.498Z | Compiling scopeguard v1.2.0 |
| 1302 | 2026-07-17T18:46:01.503Z | Compiling stable_deref_trait v1.2.1 |
| 1303 | 2026-07-17T18:46:01.503Z | Compiling typenum v1.20.1 |
| 1304 | 2026-07-17T18:46:01.507Z | Compiling serde_json v1.0.150 |
| 1305 | 2026-07-17T18:46:01.516Z | Compiling zerocopy v0.8.40 |
| 1306 | 2026-07-17T18:46:01.581Z | Compiling portable-atomic v1.13.1 |
| 1307 | 2026-07-17T18:46:01.595Z | Compiling syn v2.0.117 |
| 1308 | 2026-07-17T18:46:01.607Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-07-17T18:46:01.673Z | Compiling parking_lot_core v0.9.12 |
| 1310 | 2026-07-17T18:46:01.697Z | Compiling lock_api v0.4.14 |
| 1311 | 2026-07-17T18:46:01.708Z | Compiling getrandom v0.4.1 |
| 1312 | 2026-07-17T18:46:01.713Z | Compiling critical-section v1.2.0 |
| 1313 | 2026-07-17T18:46:01.739Z | Compiling libm v0.2.16 |
| 1314 | 2026-07-17T18:46:01.768Z | Compiling pkg-config v0.3.32 |
| 1315 | 2026-07-17T18:46:01.784Z | Compiling num-traits v0.2.19 |
| 1316 | 2026-07-17T18:46:01.825Z | Compiling rand_core v0.10.0 |
| 1317 | 2026-07-17T18:46:01.867Z | Compiling futures-core v0.3.32 |
| 1318 | 2026-07-17T18:46:01.882Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-07-17T18:46:01.908Z | Compiling percent-encoding v2.3.2 |
| 1320 | 2026-07-17T18:46:01.944Z | Compiling writeable v0.6.2 |
| 1321 | 2026-07-17T18:46:01.980Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-07-17T18:46:02.010Z | Compiling litemap v0.8.1 |
| 1323 | 2026-07-17T18:46:02.054Z | Compiling icu_properties_data v2.1.2 |
| 1324 | 2026-07-17T18:46:02.107Z | Compiling icu_normalizer_data v2.1.1 |
| 1325 | 2026-07-17T18:46:02.136Z | Compiling futures-sink v0.3.32 |
| 1326 | 2026-07-17T18:46:02.178Z | Compiling futures-task v0.3.32 |
| 1327 | 2026-07-17T18:46:02.182Z | Compiling slab v0.4.12 |
| 1328 | 2026-07-17T18:46:02.220Z | Compiling futures-io v0.3.32 |
| 1329 | 2026-07-17T18:46:02.223Z | Compiling futures-channel v0.3.32 |
| 1330 | 2026-07-17T18:46:02.249Z | Compiling utf8_iter v1.0.4 |
| 1331 | 2026-07-17T18:46:02.264Z | Compiling form_urlencoded v1.2.2 |
| 1332 | 2026-07-17T18:46:02.362Z | Compiling getrandom v0.3.4 |
| 1333 | 2026-07-17T18:46:02.380Z | Compiling rustversion v1.0.22 |
| 1334 | 2026-07-17T18:46:02.389Z | Compiling rustix v1.1.3 |
| 1335 | 2026-07-17T18:46:02.405Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-07-17T18:46:02.421Z | Compiling errno v0.3.14 |
| 1337 | 2026-07-17T18:46:02.436Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-07-17T18:46:02.468Z | Compiling mio v1.2.0 |
| 1339 | 2026-07-17T18:46:02.496Z | Compiling socket2 v0.6.3 |
| 1340 | 2026-07-17T18:46:02.509Z | Compiling dunce v1.0.5 |
| 1341 | 2026-07-17T18:46:02.585Z | Compiling signal-hook-registry v1.4.8 |
| 1342 | 2026-07-17T18:46:02.621Z | Compiling cc v1.2.56 |
| 1343 | 2026-07-17T18:46:02.682Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-07-17T18:46:02.714Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-07-17T18:46:02.742Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-07-17T18:46:02.758Z | Compiling ident_case v1.0.1 |
| 1347 | 2026-07-17T18:46:02.785Z | Compiling iana-time-zone v0.1.65 |
| 1348 | 2026-07-17T18:46:02.802Z | Compiling fs_extra v1.3.0 |
| 1349 | 2026-07-17T18:46:02.878Z | Compiling regex-syntax v0.8.10 |
| 1350 | 2026-07-17T18:46:02.927Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-07-17T18:46:02.941Z | Compiling base64ct v1.8.3 |
| 1352 | 2026-07-17T18:46:02.955Z | Compiling base64 v0.22.1 |
| 1353 | 2026-07-17T18:46:02.976Z | Compiling tracing-core v0.1.36 |
| 1354 | 2026-07-17T18:46:02.998Z | Compiling aws-lc-rs v1.16.3 |
| 1355 | 2026-07-17T18:46:03.059Z | Compiling flagset v0.4.7 |
| 1356 | 2026-07-17T18:46:03.078Z | Compiling schemars v0.8.22 |
| 1357 | 2026-07-17T18:46:03.127Z | Compiling cmov v0.5.4 |
| 1358 | 2026-07-17T18:46:03.201Z | Compiling pem-rfc7468 v0.7.0 |
| 1359 | 2026-07-17T18:46:03.242Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-07-17T18:46:03.261Z | Compiling rand_core v0.9.5 |
| 1361 | 2026-07-17T18:46:03.309Z | Compiling httparse v1.10.1 |
| 1362 | 2026-07-17T18:46:03.322Z | Compiling tinyvec_macros v0.1.1 |
| 1363 | 2026-07-17T18:46:03.338Z | Compiling cmake v0.1.57 |
| 1364 | 2026-07-17T18:46:03.354Z | Compiling openssl-probe v0.2.1 |
| 1365 | 2026-07-17T18:46:03.357Z | Compiling ctutils v0.4.2 |
| 1366 | 2026-07-17T18:46:03.392Z | Compiling tinyvec v1.10.0 |
| 1367 | 2026-07-17T18:46:03.437Z | Compiling aho-corasick v1.1.4 |
| 1368 | 2026-07-17T18:46:03.451Z | Compiling tower-service v0.3.3 |
| 1369 | 2026-07-17T18:46:03.523Z | Compiling try-lock v0.2.5 |
| 1370 | 2026-07-17T18:46:03.544Z | Compiling tower-layer v0.3.3 |
| 1371 | 2026-07-17T18:46:03.560Z | Compiling atomic-waker v1.1.2 |
| 1372 | 2026-07-17T18:46:03.573Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-07-17T18:46:03.578Z | Compiling semver v1.0.28 |
| 1374 | 2026-07-17T18:46:03.616Z | Compiling indexmap v2.14.0 |
| 1375 | 2026-07-17T18:46:03.646Z | Compiling uuid v1.23.4 |
| 1376 | 2026-07-17T18:46:03.686Z | Compiling untrusted v0.7.1 |
| 1377 | 2026-07-17T18:46:03.705Z | Compiling want v0.3.1 |
| 1378 | 2026-07-17T18:46:03.731Z | Compiling foreign-types-shared v0.1.1 |
| 1379 | 2026-07-17T18:46:03.773Z | Compiling openssl v0.10.79 |
| 1380 | 2026-07-17T18:46:03.777Z | Compiling httpdate v1.0.3 |
| 1381 | 2026-07-17T18:46:03.815Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-07-17T18:46:03.829Z | Compiling rustls v0.23.41 |
| 1383 | 2026-07-17T18:46:03.829Z | Compiling cpufeatures v0.2.17 |
| 1384 | 2026-07-17T18:46:03.878Z | Compiling untrusted v0.9.0 |
| 1385 | 2026-07-17T18:46:03.928Z | Compiling foreign-types v0.3.2 |
| 1386 | 2026-07-17T18:46:03.941Z | Compiling unicode-normalization v0.1.25 |
| 1387 | 2026-07-17T18:46:04.010Z | Compiling spin v0.9.8 |
| 1388 | 2026-07-17T18:46:04.014Z | Compiling num-conv v0.2.0 |
| 1389 | 2026-07-17T18:46:04.042Z | Compiling crc32fast v1.5.0 |
| 1390 | 2026-07-17T18:46:04.046Z | Compiling time-core v0.1.8 |
| 1391 | 2026-07-17T18:46:04.072Z | Compiling native-tls v0.2.18 |
| 1392 | 2026-07-17T18:46:04.086Z | Compiling powerfmt v0.2.0 |
| 1393 | 2026-07-17T18:46:04.155Z | Compiling wait-timeout v0.2.1 |
| 1394 | 2026-07-17T18:46:04.172Z | Compiling sync_wrapper v1.0.2 |
| 1395 | 2026-07-17T18:46:04.183Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-07-17T18:46:04.217Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-07-17T18:46:04.253Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1398 | 2026-07-17T18:46:04.275Z | Compiling deranged v0.5.8 |
| 1399 | 2026-07-17T18:46:04.289Z | Compiling time-macros v0.2.27 |
| 1400 | 2026-07-17T18:46:04.306Z | Compiling syn v1.0.109 |
| 1401 | 2026-07-17T18:46:04.323Z | Compiling siphasher v1.0.2 |
| 1402 | 2026-07-17T18:46:04.362Z | Compiling regex-automata v0.4.14 |
| 1403 | 2026-07-17T18:46:04.409Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-07-17T18:46:04.424Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-07-17T18:46:04.439Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-07-17T18:46:04.603Z | Compiling darling_core v0.20.11 |
| 1407 | 2026-07-17T18:46:04.771Z | Compiling tempfile v3.25.0 |
| 1408 | 2026-07-17T18:46:04.863Z | Compiling quick-error v1.2.3 |
| 1409 | 2026-07-17T18:46:04.991Z | Compiling usdt-impl v0.6.0 |
| 1410 | 2026-07-17T18:46:05.086Z | Compiling simd-adler32 v0.3.8 |
| 1411 | 2026-07-17T18:46:05.165Z | Compiling crossbeam-utils v0.8.21 |
| 1412 | 2026-07-17T18:46:05.201Z | Compiling num_threads v0.1.7 |
| 1413 | 2026-07-17T18:46:05.233Z | Compiling bit-vec v0.8.0 |
| 1414 | 2026-07-17T18:46:05.276Z | Compiling rusty-fork v0.3.1 |
| 1415 | 2026-07-17T18:46:05.360Z | Compiling darling_core v0.23.0 |
| 1416 | 2026-07-17T18:46:05.376Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1417 | 2026-07-17T18:46:05.376Z | Compiling heapless v0.7.17 |
| 1418 | 2026-07-17T18:46:05.407Z | Compiling slog v2.8.2 |
| 1419 | 2026-07-17T18:46:05.436Z | Compiling bit-set v0.8.0 |
| 1420 | 2026-07-17T18:46:05.500Z | Compiling rand_xorshift v0.4.0 |
| 1421 | 2026-07-17T18:46:05.505Z | Compiling thread-id v5.1.0 |
| 1422 | 2026-07-17T18:46:05.532Z | Compiling time v0.3.47 |
| 1423 | 2026-07-17T18:46:05.564Z | Compiling cookie v0.18.1 |
| 1424 | 2026-07-17T18:46:05.576Z | Compiling allocator-api2 v0.2.21 |
| 1425 | 2026-07-17T18:46:05.613Z | Compiling ryu v1.0.23 |
| 1426 | 2026-07-17T18:46:05.629Z | Compiling adler2 v2.0.1 |
| 1427 | 2026-07-17T18:46:05.633Z | Compiling anyhow v1.0.102 |
| 1428 | 2026-07-17T18:46:05.659Z | Compiling unarray v0.1.4 |
| 1429 | 2026-07-17T18:46:05.686Z | Compiling paste v1.0.15 |
| 1430 | 2026-07-17T18:46:05.702Z | Compiling zstd-safe v7.2.4 |
| 1431 | 2026-07-17T18:46:05.717Z | Compiling signal-hook v0.3.18 |
| 1432 | 2026-07-17T18:46:05.777Z | Compiling unicode-bidi v0.3.18 |
| 1433 | 2026-07-17T18:46:05.793Z | Compiling iri-string v0.7.10 |
| 1434 | 2026-07-17T18:46:05.793Z | Compiling unicode-properties v0.1.4 |
| 1435 | 2026-07-17T18:46:05.878Z | Compiling miniz_oxide v0.8.9 |
| 1436 | 2026-07-17T18:46:06.041Z | Compiling camino v1.2.2 |
| 1437 | 2026-07-17T18:46:06.058Z | Compiling curve25519-dalek v4.1.3 |
| 1438 | 2026-07-17T18:46:06.245Z | Compiling stringprep v0.1.5 |
| 1439 | 2026-07-17T18:46:06.261Z | Compiling serde_derive v1.0.228 |
| 1440 | 2026-07-17T18:46:06.353Z | Compiling zeroize_derive v1.4.3 |
| 1441 | 2026-07-17T18:46:06.447Z | Compiling zerofrom-derive v0.1.6 |
| 1442 | 2026-07-17T18:46:06.470Z | Compiling yoke-derive v0.8.1 |
| 1443 | 2026-07-17T18:46:06.513Z | Compiling zerovec-derive v0.11.2 |
| 1444 | 2026-07-17T18:46:06.558Z | Compiling zerocopy-derive v0.8.40 |
| 1445 | 2026-07-17T18:46:06.689Z | Compiling displaydoc v0.2.5 |
| 1446 | 2026-07-17T18:46:06.720Z | Compiling tokio-macros v2.7.0 |
| 1447 | 2026-07-17T18:46:07.048Z | Compiling futures-macro v0.3.32 |
| 1448 | 2026-07-17T18:46:07.071Z | Compiling zeroize v1.8.2 |
| 1449 | 2026-07-17T18:46:07.287Z | Compiling thiserror-impl v2.0.18 |
| 1450 | 2026-07-17T18:46:07.409Z | Compiling der_derive v0.7.3 |
| 1451 | 2026-07-17T18:46:07.509Z | Compiling tracing-attributes v0.1.31 |
| 1452 | 2026-07-17T18:46:07.525Z | Compiling rustls-pki-types v1.14.0 |
| 1453 | 2026-07-17T18:46:07.722Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-07-17T18:46:07.737Z | Compiling hybrid-array v0.4.13 |
| 1455 | 2026-07-17T18:46:07.843Z | Compiling block-buffer v0.10.4 |
| 1456 | 2026-07-17T18:46:07.922Z | Compiling zerofrom v0.1.6 |
| 1457 | 2026-07-17T18:46:07.936Z | Compiling futures-util v0.3.32 |
| 1458 | 2026-07-17T18:46:07.978Z | Compiling crypto-common v0.1.7 |
| 1459 | 2026-07-17T18:46:08.007Z | Compiling scroll_derive v0.13.1 |
| 1460 | 2026-07-17T18:46:08.035Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-07-17T18:46:08.073Z | Compiling yoke v0.8.1 |
| 1462 | 2026-07-17T18:46:08.159Z | Compiling digest v0.10.7 |
| 1463 | 2026-07-17T18:46:08.284Z | Compiling zerovec v0.11.5 |
| 1464 | 2026-07-17T18:46:08.440Z | Compiling zerotrie v0.2.3 |
| 1465 | 2026-07-17T18:46:08.458Z | Compiling der v0.7.10 |
| 1466 | 2026-07-17T18:46:08.543Z | Compiling darling_macro v0.20.11 |
| 1467 | 2026-07-17T18:46:08.571Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-07-17T18:46:08.722Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-07-17T18:46:08.737Z | Compiling hmac v0.12.1 |
| 1470 | 2026-07-17T18:46:08.766Z | Compiling tinystr v0.8.2 |
| 1471 | 2026-07-17T18:46:08.818Z | Compiling potential_utf v0.1.4 |
| 1472 | 2026-07-17T18:46:08.847Z | Compiling sha2 v0.10.9 |
| 1473 | 2026-07-17T18:46:08.902Z | Compiling scroll v0.13.0 |
| 1474 | 2026-07-17T18:46:08.920Z | Compiling dtrace-parser v0.3.0 |
| 1475 | 2026-07-17T18:46:08.966Z | Compiling icu_locale_core v2.1.1 |
| 1476 | 2026-07-17T18:46:08.991Z | Compiling icu_collections v2.1.1 |
| 1477 | 2026-07-17T18:46:09.007Z | Compiling tracing v0.1.44 |
| 1478 | 2026-07-17T18:46:09.101Z | Compiling darling v0.20.11 |
| 1479 | 2026-07-17T18:46:09.118Z | Compiling scroll_derive v0.12.1 |
| 1480 | 2026-07-17T18:46:09.192Z | Compiling goblin v0.10.5 |
| 1481 | 2026-07-17T18:46:09.206Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-07-17T18:46:09.303Z | Compiling spki v0.7.3 |
| 1483 | 2026-07-17T18:46:09.497Z | Compiling thiserror-impl v1.0.69 |
| 1484 | 2026-07-17T18:46:09.608Z | Compiling icu_provider v2.1.1 |
| 1485 | 2026-07-17T18:46:09.693Z | Compiling pkcs8 v0.10.2 |
| 1486 | 2026-07-17T18:46:09.765Z | Compiling crypto-common v0.2.2 |
| 1487 | 2026-07-17T18:46:09.872Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-07-17T18:46:09.884Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-07-17T18:46:09.926Z | Compiling bytes v1.11.1 |
| 1490 | 2026-07-17T18:46:09.967Z | Compiling chrono v0.4.45 |
| 1491 | 2026-07-17T18:46:09.981Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-07-17T18:46:10.124Z | Compiling erased-serde v0.3.31 |
| 1493 | 2026-07-17T18:46:10.145Z | Compiling derive_builder_macro v0.20.2 |
| 1494 | 2026-07-17T18:46:10.347Z | Compiling serde_tokenstream v0.2.3 |
| 1495 | 2026-07-17T18:46:10.376Z | Compiling hex v0.4.3 |
| 1496 | 2026-07-17T18:46:10.432Z | Compiling tokio v1.52.1 |
| 1497 | 2026-07-17T18:46:10.506Z | Compiling http v1.4.2 |
| 1498 | 2026-07-17T18:46:10.567Z | Compiling serde_urlencoded v0.7.1 |
| 1499 | 2026-07-17T18:46:10.628Z | Compiling toml_datetime v0.6.11 |
| 1500 | 2026-07-17T18:46:10.657Z | Compiling serde_spanned v0.6.9 |
| 1501 | 2026-07-17T18:46:10.673Z | Compiling scroll v0.12.0 |
| 1502 | 2026-07-17T18:46:10.704Z | Compiling block-padding v0.4.2 |
| 1503 | 2026-07-17T18:46:10.817Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-07-17T18:46:10.834Z | Compiling block-buffer v0.12.1 |
| 1505 | 2026-07-17T18:46:10.860Z | Compiling thiserror v1.0.69 |
| 1506 | 2026-07-17T18:46:10.890Z | Compiling signature v2.2.0 |
| 1507 | 2026-07-17T18:46:10.910Z | Compiling md-5 v0.10.6 |
| 1508 | 2026-07-17T18:46:10.963Z | Compiling idna v1.1.0 |
| 1509 | 2026-07-17T18:46:10.978Z | Compiling darling_macro v0.23.0 |
| 1510 | 2026-07-17T18:46:10.993Z | Compiling rustls-native-certs v0.8.3 |
| 1511 | 2026-07-17T18:46:11.010Z | Compiling bstr v1.12.1 |
| 1512 | 2026-07-17T18:46:11.046Z | Compiling ppv-lite86 v0.2.21 |
| 1513 | 2026-07-17T18:46:11.085Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-07-17T18:46:11.098Z | Compiling pin-project-internal v1.1.11 |
| 1515 | 2026-07-17T18:46:11.249Z | Compiling http-body v1.0.1 |
| 1516 | 2026-07-17T18:46:11.308Z | Compiling url v2.5.8 |
| 1517 | 2026-07-17T18:46:11.392Z | Compiling rand_chacha v0.9.0 |
| 1518 | 2026-07-17T18:46:11.405Z | Compiling http-body-util v0.1.3 |
| 1519 | 2026-07-17T18:46:11.468Z | Compiling rand_chacha v0.3.1 |
| 1520 | 2026-07-17T18:46:11.515Z | Compiling zerocopy-derive v0.7.35 |
| 1521 | 2026-07-17T18:46:11.530Z | Compiling num-integer v0.1.46 |
| 1522 | 2026-07-17T18:46:11.651Z | Compiling rand v0.9.2 |
| 1523 | 2026-07-17T18:46:11.668Z | Compiling vergen-lib v9.1.0 |
| 1524 | 2026-07-17T18:46:11.687Z | Compiling hash32 v0.2.1 |
| 1525 | 2026-07-17T18:46:11.762Z | Compiling encoding_rs v0.8.35 |
| 1526 | 2026-07-17T18:46:11.890Z | Compiling memoffset v0.9.1 |
| 1527 | 2026-07-17T18:46:11.904Z | Compiling litrs v1.0.0 |
| 1528 | 2026-07-17T18:46:12.116Z | Compiling dof v0.4.0 |
| 1529 | 2026-07-17T18:46:12.131Z | Compiling fallible-iterator v0.2.0 |
| 1530 | 2026-07-17T18:46:12.154Z | Compiling mime v0.3.17 |
| 1531 | 2026-07-17T18:46:12.171Z | Compiling cfg_aliases v0.2.1 |
| 1532 | 2026-07-17T18:46:12.195Z | Compiling smoltcp v0.9.1 |
| 1533 | 2026-07-17T18:46:12.254Z | Compiling proptest v1.10.0 |
| 1534 | 2026-07-17T18:46:12.283Z | Compiling rustix v0.38.44 |
| 1535 | 2026-07-17T18:46:12.295Z | Compiling num-bigint-dig v0.8.6 |
| 1536 | 2026-07-17T18:46:12.448Z | Compiling psl-types v2.0.11 |
| 1537 | 2026-07-17T18:46:12.477Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-07-17T18:46:12.477Z | Compiling ref-cast v1.0.25 |
| 1539 | 2026-07-17T18:46:12.507Z | Compiling zerocopy v0.7.35 |
| 1540 | 2026-07-17T18:46:12.511Z | Compiling document-features v0.2.12 |
| 1541 | 2026-07-17T18:46:12.578Z | Compiling publicsuffix v2.3.0 |
| 1542 | 2026-07-17T18:46:12.603Z | Compiling postgres-protocol v0.6.10 |
| 1543 | 2026-07-17T18:46:12.620Z | Compiling pin-project v1.1.11 |
| 1544 | 2026-07-17T18:46:12.670Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2026-07-17T18:46:12.759Z | Compiling nix v0.31.2 |
| 1546 | 2026-07-17T18:46:12.896Z | Compiling num-iter v0.1.45 |
| 1547 | 2026-07-17T18:46:13.029Z | Compiling oxnet v0.1.6 |
| 1548 | 2026-07-17T18:46:13.078Z | Compiling rand v0.8.6 |
| 1549 | 2026-07-17T18:46:13.089Z | Compiling darling v0.23.0 |
| 1550 | 2026-07-17T18:46:13.159Z | Compiling goblin v0.8.2 |
| 1551 | 2026-07-17T18:46:13.175Z | Compiling inout v0.2.2 |
| 1552 | 2026-07-17T18:46:13.194Z | Compiling derive_builder v0.20.2 |
| 1553 | 2026-07-17T18:46:13.223Z | Compiling hubpack_derive v0.1.1 |
| 1554 | 2026-07-17T18:46:13.289Z | Compiling futures-executor v0.3.32 |
| 1555 | 2026-07-17T18:46:13.334Z | Compiling regex v1.12.3 |
| 1556 | 2026-07-17T18:46:13.456Z | Compiling ref-cast-impl v1.0.25 |
| 1557 | 2026-07-17T18:46:13.470Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-07-17T18:46:13.485Z | Compiling daft-derive v0.1.7 |
| 1559 | 2026-07-17T18:46:13.503Z | Compiling snafu-derive v0.8.9 |
| 1560 | 2026-07-17T18:46:13.552Z | Compiling strum_macros v0.27.2 |
| 1561 | 2026-07-17T18:46:13.764Z | Compiling terminal_size v0.4.3 |
| 1562 | 2026-07-17T18:46:13.863Z | Compiling phf_shared v0.13.1 |
| 1563 | 2026-07-17T18:46:13.917Z | Compiling lazy_static v1.5.0 |
| 1564 | 2026-07-17T18:46:13.933Z | Compiling anstyle-parse v0.2.7 |
| 1565 | 2026-07-17T18:46:13.960Z | Compiling cargo-platform v0.3.2 |
| 1566 | 2026-07-17T18:46:14.031Z | Compiling vergen v9.1.0 |
| 1567 | 2026-07-17T18:46:14.044Z | Compiling ff v0.13.1 |
| 1568 | 2026-07-17T18:46:14.058Z | Compiling fs-err v3.3.0 |
| 1569 | 2026-07-17T18:46:14.124Z | Compiling ahash v0.8.12 |
| 1570 | 2026-07-17T18:46:14.138Z | Compiling unicode-segmentation v1.12.0 |
| 1571 | 2026-07-17T18:46:14.175Z | Compiling managed v0.8.0 |
| 1572 | 2026-07-17T18:46:14.190Z | Compiling libbz2-rs-sys v0.2.2 |
| 1573 | 2026-07-17T18:46:14.205Z | Compiling object v0.37.3 |
| 1574 | 2026-07-17T18:46:14.252Z | Compiling tokio-util v0.7.18 |
| 1575 | 2026-07-17T18:46:14.268Z | Compiling tower v0.5.3 |
| 1576 | 2026-07-17T18:46:14.274Z | Compiling tokio-native-tls v0.3.1 |
| 1577 | 2026-07-17T18:46:14.300Z | Compiling winnow v0.5.40 |
| 1578 | 2026-07-17T18:46:14.381Z | Compiling bitflags v1.3.2 |
| 1579 | 2026-07-17T18:46:14.400Z | Compiling same-file v1.0.6 |
| 1580 | 2026-07-17T18:46:14.466Z | Compiling foldhash v0.1.5 |
| 1581 | 2026-07-17T18:46:14.484Z | Compiling base16ct v0.2.0 |
| 1582 | 2026-07-17T18:46:14.560Z | Compiling foldhash v0.2.0 |
| 1583 | 2026-07-17T18:46:14.576Z | Compiling bumpalo v3.20.2 |
| 1584 | 2026-07-17T18:46:14.674Z | Compiling newtype-uuid v1.3.2 |
| 1585 | 2026-07-17T18:46:14.709Z | Compiling sec1 v0.7.3 |
| 1586 | 2026-07-17T18:46:14.725Z | Compiling hashbrown v0.16.1 |
| 1587 | 2026-07-17T18:46:14.802Z | Compiling tower-http v0.6.8 |
| 1588 | 2026-07-17T18:46:14.834Z | Compiling zopfli v0.8.3 |
| 1589 | 2026-07-17T18:46:14.847Z | Compiling hashbrown v0.15.5 |
| 1590 | 2026-07-17T18:46:14.925Z | Compiling daft v0.1.7 |
| 1591 | 2026-07-17T18:46:15.001Z | Compiling h2 v0.4.15 |
| 1592 | 2026-07-17T18:46:15.023Z | Compiling bzip2 v0.6.1 |
| 1593 | 2026-07-17T18:46:15.229Z | Compiling walkdir v2.5.0 |
| 1594 | 2026-07-17T18:46:15.369Z | Compiling clap_builder v4.6.0 |
| 1595 | 2026-07-17T18:46:15.429Z | Compiling flate2 v1.1.9 |
| 1596 | 2026-07-17T18:46:15.443Z | Compiling dof v0.3.0 |
| 1597 | 2026-07-17T18:46:15.493Z | Compiling snafu v0.8.9 |
| 1598 | 2026-07-17T18:46:15.513Z | Compiling group v0.13.0 |
| 1599 | 2026-07-17T18:46:15.564Z | Compiling cargo_metadata v0.23.1 |
| 1600 | 2026-07-17T18:46:15.615Z | Compiling strum v0.27.2 |
| 1601 | 2026-07-17T18:46:15.714Z | Compiling toml_edit v0.19.15 |
| 1602 | 2026-07-17T18:46:15.756Z | Compiling anstream v0.6.21 |
| 1603 | 2026-07-17T18:46:15.845Z | Compiling phf v0.13.1 |
| 1604 | 2026-07-17T18:46:15.876Z | Compiling signal-hook-mio v0.2.5 |
| 1605 | 2026-07-17T18:46:16.011Z | Compiling hubpack v0.1.2 |
| 1606 | 2026-07-17T18:46:16.026Z | Compiling cookie_store v0.22.1 |
| 1607 | 2026-07-17T18:46:16.081Z | Compiling usdt-attr-macro v0.6.0 |
| 1608 | 2026-07-17T18:46:16.096Z | Compiling usdt-macro v0.6.0 |
| 1609 | 2026-07-17T18:46:16.192Z | Compiling bzip2 v0.4.4 |
| 1610 | 2026-07-17T18:46:16.252Z | Compiling futures v0.3.32 |
| 1611 | 2026-07-17T18:46:16.275Z | Compiling cipher v0.5.2 |
| 1612 | 2026-07-17T18:46:16.333Z | Compiling serde_with_macros v3.21.0 |
| 1613 | 2026-07-17T18:46:16.371Z | Compiling postgres-types v0.2.12 |
| 1614 | 2026-07-17T18:46:16.592Z | Compiling zstd v0.13.3 |
| 1615 | 2026-07-17T18:46:16.710Z | Compiling globset v0.4.18 |
| 1616 | 2026-07-17T18:46:16.748Z | Compiling ed25519 v2.2.3 |
| 1617 | 2026-07-17T18:46:16.876Z | Compiling dtrace-parser v0.2.0 |
| 1618 | 2026-07-17T18:46:16.911Z | Compiling serde_plain v1.0.2 |
| 1619 | 2026-07-17T18:46:16.961Z | Compiling serde-big-array v0.5.1 |
| 1620 | 2026-07-17T18:46:16.964Z | Compiling olpc-cjson v0.1.4 |
| 1621 | 2026-07-17T18:46:16.994Z | Compiling pkcs1 v0.7.5 |
| 1622 | 2026-07-17T18:46:17.133Z | Compiling hkdf v0.12.4 |
| 1623 | 2026-07-17T18:46:17.149Z | Compiling crypto-bigint v0.5.5 |
| 1624 | 2026-07-17T18:46:17.153Z | Compiling strum_macros v0.26.4 |
| 1625 | 2026-07-17T18:46:17.323Z | Compiling async-recursion v1.1.1 |
| 1626 | 2026-07-17T18:46:17.403Z | Compiling clap_derive v4.6.1 |
| 1627 | 2026-07-17T18:46:17.407Z | Compiling serde_repr v0.1.20 |
| 1628 | 2026-07-17T18:46:17.501Z | Compiling enum-as-inner v0.6.1 |
| 1629 | 2026-07-17T18:46:17.644Z | Compiling phf_shared v0.11.3 |
| 1630 | 2026-07-17T18:46:17.659Z | Compiling float-cmp v0.10.0 |
| 1631 | 2026-07-17T18:46:17.678Z | Compiling pem v3.0.6 |
| 1632 | 2026-07-17T18:46:17.824Z | Compiling memmap2 v0.9.10 |
| 1633 | 2026-07-17T18:46:17.849Z | Compiling thread-id v4.2.2 |
| 1634 | 2026-07-17T18:46:17.945Z | Compiling env_filter v1.0.0 |
| 1635 | 2026-07-17T18:46:17.973Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-07-17T18:46:18.029Z | Compiling whoami v2.1.0 |
| 1637 | 2026-07-17T18:46:18.042Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-07-17T18:46:18.059Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-07-17T18:46:18.063Z | Compiling keccak v0.1.6 |
| 1640 | 2026-07-17T18:46:18.098Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-07-17T18:46:18.274Z | Compiling hyper v1.10.1 |
| 1642 | 2026-07-17T18:46:18.384Z | Compiling jiff v0.2.21 |
| 1643 | 2026-07-17T18:46:18.389Z | Compiling fixedbitset v0.4.2 |
| 1644 | 2026-07-17T18:46:18.429Z | Compiling predicates-core v1.0.10 |
| 1645 | 2026-07-17T18:46:18.444Z | Compiling precomputed-hash v0.1.1 |
| 1646 | 2026-07-17T18:46:18.449Z | Compiling winnow v1.0.3 |
| 1647 | 2026-07-17T18:46:18.573Z | Compiling either v1.15.0 |
| 1648 | 2026-07-17T18:46:18.624Z | Compiling cpufeatures v0.3.0 |
| 1649 | 2026-07-17T18:46:18.639Z | Compiling const-oid v0.10.2 |
| 1650 | 2026-07-17T18:46:18.716Z | Compiling normalize-line-endings v0.3.0 |
| 1651 | 2026-07-17T18:46:18.791Z | Compiling new_debug_unreachable v1.0.6 |
| 1652 | 2026-07-17T18:46:18.812Z | Compiling difflib v0.4.0 |
| 1653 | 2026-07-17T18:46:18.827Z | Compiling digest v0.11.3 |
| 1654 | 2026-07-17T18:46:18.828Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1655 | 2026-07-17T18:46:18.831Z | Compiling itertools v0.13.0 |
| 1656 | 2026-07-17T18:46:18.872Z | Compiling chacha20 v0.10.0 |
| 1657 | 2026-07-17T18:46:18.888Z | Compiling string_cache v0.8.9 |
| 1658 | 2026-07-17T18:46:18.937Z | Compiling strum v0.26.3 |
| 1659 | 2026-07-17T18:46:19.076Z | Compiling predicates v3.1.4 |
| 1660 | 2026-07-17T18:46:19.091Z | Compiling toml_edit v0.22.27 |
| 1661 | 2026-07-17T18:46:19.144Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-07-17T18:46:19.217Z | Compiling hickory-proto v0.25.2 |
| 1663 | 2026-07-17T18:46:19.267Z | Compiling clap v4.6.1 |
| 1664 | 2026-07-17T18:46:19.273Z | Compiling petgraph v0.8.3 |
| 1665 | 2026-07-17T18:46:19.289Z | Compiling tokio-postgres v0.7.16 |
| 1666 | 2026-07-17T18:46:19.330Z | Compiling sha3 v0.10.8 |
| 1667 | 2026-07-17T18:46:19.351Z | Compiling elliptic-curve v0.13.8 |
| 1668 | 2026-07-17T18:46:19.394Z | Compiling hyper-util v0.1.20 |
| 1669 | 2026-07-17T18:46:19.558Z | Compiling env_logger v0.11.9 |
| 1670 | 2026-07-17T18:46:19.783Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1671 | 2026-07-17T18:46:19.812Z | Compiling usdt v0.6.0 |
| 1672 | 2026-07-17T18:46:19.815Z | Compiling usdt-impl v0.5.0 |
| 1673 | 2026-07-17T18:46:19.933Z | Compiling serde_with v3.21.0 |
| 1674 | 2026-07-17T18:46:19.966Z | Compiling crossterm v0.28.1 |
| 1675 | 2026-07-17T18:46:20.100Z | Compiling rsa v0.9.10 |
| 1676 | 2026-07-17T18:46:20.170Z | Compiling toml v0.7.8 |
| 1677 | 2026-07-17T18:46:20.454Z | Compiling ed25519-dalek v2.2.0 |
| 1678 | 2026-07-17T18:46:21.128Z | Compiling hyper-tls v0.6.0 |
| 1679 | 2026-07-17T18:46:21.227Z | Compiling zip v4.6.1 |
| 1680 | 2026-07-17T18:46:21.243Z | Compiling zip v0.6.6 |
| 1681 | 2026-07-17T18:46:21.291Z | Compiling iddqd v0.4.2 |
| 1682 | 2026-07-17T18:46:21.330Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-07-17T18:46:21.604Z | Compiling tokio-stream v0.1.18 |
| 1684 | 2026-07-17T18:46:21.802Z | Compiling similar v2.7.0 |
| 1685 | 2026-07-17T18:46:21.826Z | Compiling heck v0.4.1 |
| 1686 | 2026-07-17T18:46:21.853Z | Compiling buf-list v1.1.2 |
| 1687 | 2026-07-17T18:46:21.931Z | Compiling byte-wrapper v0.1.0 |
| 1688 | 2026-07-17T18:46:22.077Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1689 | 2026-07-17T18:46:22.092Z | Compiling openapiv3 v2.2.0 |
| 1690 | 2026-07-17T18:46:22.153Z | Compiling x509-cert v0.2.5 |
| 1691 | 2026-07-17T18:46:22.220Z | Compiling crossbeam-epoch v0.9.18 |
| 1692 | 2026-07-17T18:46:22.288Z | Compiling peg-runtime v0.8.5 |
| 1693 | 2026-07-17T18:46:22.399Z | Compiling lalrpop-util v0.19.12 |
| 1694 | 2026-07-17T18:46:22.419Z | Compiling thread_local v1.1.9 |
| 1695 | 2026-07-17T18:46:22.571Z | Compiling slog-async v2.8.0 |
| 1696 | 2026-07-17T18:46:22.596Z | Compiling crossbeam-channel v0.5.15 |
| 1697 | 2026-07-17T18:46:22.611Z | Compiling filetime v0.2.27 |
| 1698 | 2026-07-17T18:46:22.614Z | Compiling is-terminal v0.4.17 |
| 1699 | 2026-07-17T18:46:22.676Z | Compiling term v1.2.1 |
| 1700 | 2026-07-17T18:46:22.694Z | Compiling xattr v1.6.1 |
| 1701 | 2026-07-17T18:46:22.714Z | Compiling take_mut v0.2.2 |
| 1702 | 2026-07-17T18:46:22.727Z | Compiling camino-tempfile v1.4.1 |
| 1703 | 2026-07-17T18:46:22.835Z | Compiling tar v0.4.46 |
| 1704 | 2026-07-17T18:46:22.952Z | Compiling slog-term v2.9.2 |
| 1705 | 2026-07-17T18:46:40.744Z | Compiling rustls-webpki v0.103.13 |
| 1706 | 2026-07-17T18:46:43.406Z | Compiling tokio-rustls v0.26.4 |
| 1707 | 2026-07-17T18:46:43.406Z | Compiling rustls-platform-verifier v0.6.2 |
| 1708 | 2026-07-17T18:46:43.411Z | Compiling tough v0.22.0 |
| 1709 | 2026-07-17T18:46:43.637Z | Compiling hyper-rustls v0.27.7 |
| 1710 | 2026-07-17T18:46:43.817Z | Compiling reqwest v0.13.2 |
| 1711 | 2026-07-17T18:46:45.978Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1712 | 2026-07-17T18:46:46.218Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1713 | 2026-07-17T18:46:49.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.94s |
| 1714 | 2026-07-17T18:46:49.158Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1715 | 2026-07-17T18:46:49.216Z | Jul 17 18:46:48.354 INFO Starting download, target: Cockroach |
| 1716 | 2026-07-17T18:46:49.216Z | Jul 17 18:46:48.355 INFO Starting download, target: Clickhouse |
| 1717 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Starting download, target: Console |
| 1718 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Starting download, target: MaghemiteMgd |
| 1719 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Starting download, target: DendriteStub |
| 1720 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Starting download, target: MaghemiteDdmd |
| 1721 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Starting download, target: TransceiverControl |
| 1722 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1723 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1724 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1725 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1726 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1727 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1728 | 2026-07-17T18:46:49.221Z | Jul 17 18:46:48.355 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1729 | 2026-07-17T18:46:51.253Z | Jul 17 18:46:50.394 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1730 | 2026-07-17T18:46:51.318Z | Jul 17 18:46:50.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1731 | 2026-07-17T18:46:51.572Z | Jul 17 18:46:50.713 INFO Download complete, target: Console |
| 1732 | 2026-07-17T18:46:52.120Z | Jul 17 18:46:51.255 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-17T18:46:52.349Z | Jul 17 18:46:51.489 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-17T18:46:53.739Z | Jul 17 18:46:52.868 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1735 | 2026-07-17T18:46:53.745Z | Jul 17 18:46:52.871 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1736 | 2026-07-17T18:46:53.813Z | Jul 17 18:46:52.954 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1737 | 2026-07-17T18:46:54.637Z | Jul 17 18:46:53.774 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1738 | 2026-07-17T18:46:54.637Z | Jul 17 18:46:53.774 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1739 | 2026-07-17T18:46:55.845Z | Jul 17 18:46:54.978 INFO Download complete, target: MaghemiteDdmd |
| 1740 | 2026-07-17T18:46:56.488Z | Jul 17 18:46:55.629 INFO Download complete, target: DendriteStub |
| 1741 | 2026-07-17T18:46:56.587Z | Jul 17 18:46:55.728 INFO Download complete, target: MaghemiteMgd |
| 1742 | 2026-07-17T18:46:58.259Z | Jul 17 18:46:57.398 INFO Checking that binary works, target: Clickhouse |
| 1743 | 2026-07-17T18:46:58.344Z | Jul 17 18:46:57.485 INFO Download complete, target: Clickhouse |
| 1744 | 2026-07-17T18:46:59.396Z | Jul 17 18:46:58.536 INFO Checking that binary works, target: Cockroach |
| 1745 | 2026-07-17T18:46:59.518Z | Jul 17 18:46:58.659 INFO Download complete, target: Cockroach |
| 1746 | 2026-07-17T18:46:59.525Z | All prerequisites installed successfully |
| 1747 | 2026-07-17T18:46:59.531Z | |
| 1748 | 2026-07-17T18:46:59.531Z | real 1:48.767790310 |
| 1749 | 2026-07-17T18:46:59.531Z | user 6:38.550375032 |
| 1750 | 2026-07-17T18:46:59.531Z | sys 1:39.243439883 |
| 1751 | 2026-07-17T18:46:59.531Z | trap 0.241209282 |
| 1752 | 2026-07-17T18:46:59.531Z | tflt 0.807339548 |
| 1753 | 2026-07-17T18:46:59.531Z | dflt 1.568020058 |
| 1754 | 2026-07-17T18:46:59.531Z | kflt 0.022376975 |
| 1755 | 2026-07-17T18:46:59.531Z | lock 23:45.060734795 |
| 1756 | 2026-07-17T18:46:59.531Z | slp 18:10.639769044 |
| 1757 | 2026-07-17T18:46:59.531Z | lat 24.567787527 |
| 1758 | 2026-07-17T18:46:59.531Z | stop 2:48.568848934 |
| 1759 | 2026-07-17T18:46:59.531Z | + ptime -m cargo xtask download softnpu |
| 1760 | 2026-07-17T18:46:59.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1761 | 2026-07-17T18:46:59.994Z | Running `target/debug/xtask download softnpu` |
| 1762 | 2026-07-17T18:47:00.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1763 | 2026-07-17T18:47:00.767Z | Running `target/debug/xtask-downloader softnpu` |
| 1764 | 2026-07-17T18:47:00.809Z | Jul 17 18:46:59.949 INFO Starting download, target: Softnpu |
| 1765 | 2026-07-17T18:47:00.812Z | Jul 17 18:46:59.950 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1766 | 2026-07-17T18:47:01.315Z | Jul 17 18:47:00.456 INFO Download complete, target: Softnpu |
| 1767 | 2026-07-17T18:47:01.319Z | |
| 1768 | 2026-07-17T18:47:01.322Z | real 1.787625494 |
| 1769 | 2026-07-17T18:47:01.322Z | user 1.255622965 |
| 1770 | 2026-07-17T18:47:01.323Z | sys 0.591721432 |
| 1771 | 2026-07-17T18:47:01.323Z | trap 0.000622400 |
| 1772 | 2026-07-17T18:47:01.323Z | tflt 0.000071150 |
| 1773 | 2026-07-17T18:47:01.323Z | dflt 0.000307930 |
| 1774 | 2026-07-17T18:47:01.323Z | kflt 0.000000000 |
| 1775 | 2026-07-17T18:47:01.323Z | lock 9.169225949 |
| 1776 | 2026-07-17T18:47:01.323Z | slp 0.379119744 |
| 1777 | 2026-07-17T18:47:01.323Z | lat 0.085155298 |
| 1778 | 2026-07-17T18:47:01.323Z | stop 0.000202530 |
| 1779 | 2026-07-17T18:47:01.323Z | + export CARGO_INCREMENTAL=0 |
| 1780 | 2026-07-17T18:47:01.323Z | + CARGO_INCREMENTAL=0 |
| 1781 | 2026-07-17T18:47:01.323Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1782 | 2026-07-17T18:47:02.185Z | Compiling proc-macro2 v1.0.106 |
| 1783 | 2026-07-17T18:47:02.185Z | Compiling quote v1.0.45 |
| 1784 | 2026-07-17T18:47:02.185Z | Compiling unicode-ident v1.0.24 |
| 1785 | 2026-07-17T18:47:02.185Z | Compiling libc v0.2.185 |
| 1786 | 2026-07-17T18:47:02.185Z | Compiling serde_core v1.0.228 |
| 1787 | 2026-07-17T18:47:02.189Z | Compiling serde v1.0.228 |
| 1788 | 2026-07-17T18:47:02.189Z | Compiling cfg-if v1.0.4 |
| 1789 | 2026-07-17T18:47:02.189Z | Compiling version_check v0.9.5 |
| 1790 | 2026-07-17T18:47:02.189Z | Compiling shlex v1.3.0 |
| 1791 | 2026-07-17T18:47:02.330Z | Compiling find-msvc-tools v0.1.9 |
| 1792 | 2026-07-17T18:47:02.333Z | Compiling memchr v2.8.0 |
| 1793 | 2026-07-17T18:47:02.334Z | Compiling zmij v1.0.21 |
| 1794 | 2026-07-17T18:47:02.334Z | Compiling serde_json v1.0.150 |
| 1795 | 2026-07-17T18:47:02.334Z | Compiling autocfg v1.5.0 |
| 1796 | 2026-07-17T18:47:02.443Z | Compiling portable-atomic v1.13.1 |
| 1797 | 2026-07-17T18:47:02.454Z | Compiling getrandom v0.4.1 |
| 1798 | 2026-07-17T18:47:02.792Z | Compiling zerocopy v0.8.40 |
| 1799 | 2026-07-17T18:47:02.796Z | Compiling libm v0.2.16 |
| 1800 | 2026-07-17T18:47:02.796Z | Compiling parking_lot_core v0.9.12 |
| 1801 | 2026-07-17T18:47:02.807Z | Compiling icu_properties_data v2.1.2 |
| 1802 | 2026-07-17T18:47:02.824Z | Compiling icu_normalizer_data v2.1.1 |
| 1803 | 2026-07-17T18:47:02.882Z | Compiling smallvec v1.15.1 |
| 1804 | 2026-07-17T18:47:02.882Z | Compiling generic-array v0.14.7 |
| 1805 | 2026-07-17T18:47:02.942Z | Compiling num-traits v0.2.19 |
| 1806 | 2026-07-17T18:47:02.974Z | Compiling itoa v1.0.17 |
| 1807 | 2026-07-17T18:47:02.978Z | Compiling log v0.4.29 |
| 1808 | 2026-07-17T18:47:03.115Z | Compiling subtle v2.6.1 |
| 1809 | 2026-07-17T18:47:03.137Z | Compiling pkg-config v0.3.32 |
| 1810 | 2026-07-17T18:47:03.179Z | Compiling stable_deref_trait v1.2.1 |
| 1811 | 2026-07-17T18:47:03.210Z | Compiling typenum v1.20.1 |
| 1812 | 2026-07-17T18:47:03.257Z | Compiling scopeguard v1.2.0 |
| 1813 | 2026-07-17T18:47:03.287Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-07-17T18:47:03.337Z | Compiling jobserver v0.1.34 |
| 1815 | 2026-07-17T18:47:03.351Z | Compiling errno v0.3.14 |
| 1816 | 2026-07-17T18:47:03.414Z | Compiling lock_api v0.4.14 |
| 1817 | 2026-07-17T18:47:03.610Z | Compiling syn v2.0.117 |
| 1818 | 2026-07-17T18:47:03.626Z | Compiling cc v1.2.56 |
| 1819 | 2026-07-17T18:47:03.639Z | Compiling thiserror v2.0.18 |
| 1820 | 2026-07-17T18:47:03.657Z | Compiling getrandom v0.3.4 |
| 1821 | 2026-07-17T18:47:03.676Z | Compiling pin-project-lite v0.2.17 |
| 1822 | 2026-07-17T18:47:03.709Z | Compiling writeable v0.6.2 |
| 1823 | 2026-07-17T18:47:03.722Z | Compiling equivalent v1.0.2 |
| 1824 | 2026-07-17T18:47:03.735Z | Compiling litemap v0.8.1 |
| 1825 | 2026-07-17T18:47:03.739Z | Compiling percent-encoding v2.3.2 |
| 1826 | 2026-07-17T18:47:03.766Z | Compiling fnv v1.0.7 |
| 1827 | 2026-07-17T18:47:03.793Z | Compiling getrandom v0.2.17 |
| 1828 | 2026-07-17T18:47:03.889Z | Compiling schemars v0.8.22 |
| 1829 | 2026-07-17T18:47:03.904Z | Compiling rustversion v1.0.22 |
| 1830 | 2026-07-17T18:47:03.987Z | Compiling rand_core v0.6.4 |
| 1831 | 2026-07-17T18:47:04.065Z | Compiling fs_extra v1.3.0 |
| 1832 | 2026-07-17T18:47:04.069Z | Compiling critical-section v1.2.0 |
| 1833 | 2026-07-17T18:47:04.069Z | Compiling dunce v1.0.5 |
| 1834 | 2026-07-17T18:47:04.097Z | Compiling rustix v1.1.3 |
| 1835 | 2026-07-17T18:47:04.229Z | Compiling hashbrown v0.17.0 |
| 1836 | 2026-07-17T18:47:04.292Z | Compiling signal-hook-registry v1.4.8 |
| 1837 | 2026-07-17T18:47:04.396Z | Compiling cmake v0.1.57 |
| 1838 | 2026-07-17T18:47:04.412Z | Compiling heck v0.5.0 |
| 1839 | 2026-07-17T18:47:04.429Z | Compiling strsim v0.11.1 |
| 1840 | 2026-07-17T18:47:04.478Z | Compiling utf8_iter v1.0.4 |
| 1841 | 2026-07-17T18:47:04.670Z | Compiling once_cell v1.21.3 |
| 1842 | 2026-07-17T18:47:04.744Z | Compiling semver v1.0.28 |
| 1843 | 2026-07-17T18:47:04.764Z | Compiling indexmap v2.14.0 |
| 1844 | 2026-07-17T18:47:04.812Z | Compiling parking_lot v0.12.5 |
| 1845 | 2026-07-17T18:47:04.828Z | Compiling form_urlencoded v1.2.2 |
| 1846 | 2026-07-17T18:47:04.862Z | Compiling bitflags v2.11.0 |
| 1847 | 2026-07-17T18:47:04.916Z | Compiling mio v1.2.0 |
| 1848 | 2026-07-17T18:47:04.958Z | Compiling aws-lc-sys v0.40.0 |
| 1849 | 2026-07-17T18:47:04.973Z | Compiling socket2 v0.6.3 |
| 1850 | 2026-07-17T18:47:05.012Z | Compiling futures-core v0.3.32 |
| 1851 | 2026-07-17T18:47:05.055Z | Compiling ident_case v1.0.1 |
| 1852 | 2026-07-17T18:47:05.071Z | Compiling aws-lc-rs v1.16.3 |
| 1853 | 2026-07-17T18:47:05.206Z | Compiling httparse v1.10.1 |
| 1854 | 2026-07-17T18:47:05.399Z | Compiling byteorder v1.5.0 |
| 1855 | 2026-07-17T18:47:05.443Z | Compiling ucd-trie v0.1.7 |
| 1856 | 2026-07-17T18:47:05.469Z | Compiling thiserror v1.0.69 |
| 1857 | 2026-07-17T18:47:05.617Z | Compiling pest v2.8.6 |
| 1858 | 2026-07-17T18:47:05.657Z | Compiling syn v1.0.109 |
| 1859 | 2026-07-17T18:47:05.719Z | Compiling regex-syntax v0.8.10 |
| 1860 | 2026-07-17T18:47:05.719Z | Compiling vcpkg v0.2.15 |
| 1861 | 2026-07-17T18:47:05.743Z | Compiling const-oid v0.9.6 |
| 1862 | 2026-07-17T18:47:05.804Z | Compiling iana-time-zone v0.1.65 |
| 1863 | 2026-07-17T18:47:05.922Z | Compiling uuid v1.23.4 |
| 1864 | 2026-07-17T18:47:06.066Z | Compiling rustc_version v0.4.1 |
| 1865 | 2026-07-17T18:47:06.168Z | Compiling futures-sink v0.3.32 |
| 1866 | 2026-07-17T18:47:06.189Z | Compiling rustls v0.23.41 |
| 1867 | 2026-07-17T18:47:06.293Z | Compiling openssl-sys v0.9.115 |
| 1868 | 2026-07-17T18:47:06.308Z | Compiling futures-channel v0.3.32 |
| 1869 | 2026-07-17T18:47:06.381Z | Compiling aho-corasick v1.1.4 |
| 1870 | 2026-07-17T18:47:06.413Z | Compiling synstructure v0.13.2 |
| 1871 | 2026-07-17T18:47:06.427Z | Compiling serde_derive_internals v0.29.1 |
| 1872 | 2026-07-17T18:47:06.507Z | Compiling futures-io v0.3.32 |
| 1873 | 2026-07-17T18:47:06.607Z | Compiling slab v0.4.12 |
| 1874 | 2026-07-17T18:47:06.668Z | Compiling pest_meta v2.8.6 |
| 1875 | 2026-07-17T18:47:06.792Z | Compiling futures-task v0.3.32 |
| 1876 | 2026-07-17T18:47:06.859Z | Compiling plain v0.2.3 |
| 1877 | 2026-07-17T18:47:06.894Z | Compiling num-conv v0.2.0 |
| 1878 | 2026-07-17T18:47:06.936Z | Compiling dyn-clone v1.0.20 |
| 1879 | 2026-07-17T18:47:06.999Z | Compiling crc32fast v1.5.0 |
| 1880 | 2026-07-17T18:47:07.014Z | Compiling time-core v0.1.8 |
| 1881 | 2026-07-17T18:47:07.073Z | Compiling crossbeam-utils v0.8.21 |
| 1882 | 2026-07-17T18:47:07.089Z | Compiling base64 v0.22.1 |
| 1883 | 2026-07-17T18:47:07.173Z | Compiling time-macros v0.2.27 |
| 1884 | 2026-07-17T18:47:07.205Z | Compiling openssl v0.10.79 |
| 1885 | 2026-07-17T18:47:07.223Z | Compiling regex-automata v0.4.14 |
| 1886 | 2026-07-17T18:47:07.229Z | Compiling pretty-hex v0.4.1 |
| 1887 | 2026-07-17T18:47:07.278Z | Compiling pest_generator v2.8.6 |
| 1888 | 2026-07-17T18:47:07.301Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1889 | 2026-07-17T18:47:07.407Z | Compiling native-tls v0.2.18 |
| 1890 | 2026-07-17T18:47:07.459Z | Compiling anyhow v1.0.102 |
| 1891 | 2026-07-17T18:47:07.529Z | Compiling rand_core v0.9.5 |
| 1892 | 2026-07-17T18:47:07.647Z | Compiling serde_derive v1.0.228 |
| 1893 | 2026-07-17T18:47:07.664Z | Compiling zeroize_derive v1.4.3 |
| 1894 | 2026-07-17T18:47:07.681Z | Compiling zerofrom-derive v0.1.6 |
| 1895 | 2026-07-17T18:47:07.701Z | Compiling yoke-derive v0.8.1 |
| 1896 | 2026-07-17T18:47:07.727Z | Compiling zerovec-derive v0.11.2 |
| 1897 | 2026-07-17T18:47:07.774Z | Compiling displaydoc v0.2.5 |
| 1898 | 2026-07-17T18:47:07.807Z | Compiling zerocopy-derive v0.8.40 |
| 1899 | 2026-07-17T18:47:07.824Z | Compiling tokio-macros v2.7.0 |
| 1900 | 2026-07-17T18:47:07.841Z | Compiling futures-macro v0.3.32 |
| 1901 | 2026-07-17T18:47:07.920Z | Compiling thiserror-impl v2.0.18 |
| 1902 | 2026-07-17T18:47:07.941Z | Compiling schemars_derive v0.8.22 |
| 1903 | 2026-07-17T18:47:08.041Z | Compiling tracing-attributes v0.1.31 |
| 1904 | 2026-07-17T18:47:08.197Z | Compiling der_derive v0.7.3 |
| 1905 | 2026-07-17T18:47:08.317Z | Compiling zeroize v1.8.2 |
| 1906 | 2026-07-17T18:47:08.597Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-07-17T18:47:08.612Z | Compiling pest_derive v2.8.6 |
| 1908 | 2026-07-17T18:47:08.670Z | Compiling futures-util v0.3.32 |
| 1909 | 2026-07-17T18:47:08.803Z | Compiling scroll_derive v0.13.1 |
| 1910 | 2026-07-17T18:47:08.853Z | Compiling zerofrom v0.1.6 |
| 1911 | 2026-07-17T18:47:09.013Z | Compiling yoke v0.8.1 |
| 1912 | 2026-07-17T18:47:09.158Z | Compiling crypto-common v0.1.7 |
| 1913 | 2026-07-17T18:47:09.198Z | Compiling zerovec v0.11.5 |
| 1914 | 2026-07-17T18:47:09.220Z | Compiling zerotrie v0.2.3 |
| 1915 | 2026-07-17T18:47:09.309Z | Compiling block-buffer v0.10.4 |
| 1916 | 2026-07-17T18:47:09.364Z | Compiling scroll_derive v0.12.1 |
| 1917 | 2026-07-17T18:47:09.515Z | Compiling digest v0.10.7 |
| 1918 | 2026-07-17T18:47:09.543Z | Compiling openssl-macros v0.1.1 |
| 1919 | 2026-07-17T18:47:09.643Z | Compiling regex v1.12.3 |
| 1920 | 2026-07-17T18:47:09.736Z | Compiling zerocopy-derive v0.7.35 |
| 1921 | 2026-07-17T18:47:09.758Z | Compiling tinystr v0.8.2 |
| 1922 | 2026-07-17T18:47:09.824Z | Compiling potential_utf v0.1.4 |
| 1923 | 2026-07-17T18:47:09.855Z | Compiling slog v2.8.2 |
| 1924 | 2026-07-17T18:47:09.997Z | Compiling icu_locale_core v2.1.1 |
| 1925 | 2026-07-17T18:47:10.038Z | Compiling icu_collections v2.1.1 |
| 1926 | 2026-07-17T18:47:10.073Z | Compiling tracing-core v0.1.36 |
| 1927 | 2026-07-17T18:47:10.347Z | Compiling cookie v0.18.1 |
| 1928 | 2026-07-17T18:47:10.586Z | Compiling base64ct v1.8.3 |
| 1929 | 2026-07-17T18:47:10.693Z | Compiling camino v1.2.2 |
| 1930 | 2026-07-17T18:47:10.760Z | Compiling icu_provider v2.1.1 |
| 1931 | 2026-07-17T18:47:10.766Z | Compiling tracing v0.1.44 |
| 1932 | 2026-07-17T18:47:10.894Z | Compiling bytes v1.11.1 |
| 1933 | 2026-07-17T18:47:10.899Z | Compiling chrono v0.4.45 |
| 1934 | 2026-07-17T18:47:11.004Z | Compiling serde_tokenstream v0.2.3 |
| 1935 | 2026-07-17T18:47:11.036Z | Compiling icu_properties v2.1.2 |
| 1936 | 2026-07-17T18:47:11.107Z | Compiling icu_normalizer v2.1.1 |
| 1937 | 2026-07-17T18:47:11.191Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-07-17T18:47:11.424Z | Compiling tokio v1.52.1 |
| 1939 | 2026-07-17T18:47:11.483Z | Compiling http v1.4.2 |
| 1940 | 2026-07-17T18:47:12.308Z | Compiling idna_adapter v1.2.1 |
| 1941 | 2026-07-17T18:47:12.325Z | Compiling ppv-lite86 v0.2.21 |
| 1942 | 2026-07-17T18:47:12.386Z | Compiling flagset v0.4.7 |
| 1943 | 2026-07-17T18:47:12.460Z | Compiling idna v1.1.0 |
| 1944 | 2026-07-17T18:47:12.514Z | Compiling der v0.7.10 |
| 1945 | 2026-07-17T18:47:12.530Z | Compiling http-body v1.0.1 |
| 1946 | 2026-07-17T18:47:12.534Z | Compiling rustls-pki-types v1.14.0 |
| 1947 | 2026-07-17T18:47:12.663Z | Compiling rand_chacha v0.9.0 |
| 1948 | 2026-07-17T18:47:12.848Z | Compiling url v2.5.8 |
| 1949 | 2026-07-17T18:47:13.049Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-07-17T18:47:13.052Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-07-17T18:47:13.302Z | Compiling usdt-impl v0.6.0 |
| 1952 | 2026-07-17T18:47:13.360Z | Compiling paste v1.0.15 |
| 1953 | 2026-07-17T18:47:13.375Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-07-17T18:47:13.593Z | Compiling fastrand v2.3.0 |
| 1955 | 2026-07-17T18:47:13.621Z | Compiling cmov v0.5.4 |
| 1956 | 2026-07-17T18:47:13.637Z | Compiling openssl-probe v0.2.1 |
| 1957 | 2026-07-17T18:47:13.651Z | Compiling either v1.15.0 |
| 1958 | 2026-07-17T18:47:13.758Z | Compiling tinyvec v1.10.0 |
| 1959 | 2026-07-17T18:47:13.816Z | Compiling spki v0.7.3 |
| 1960 | 2026-07-17T18:47:13.837Z | Compiling ctutils v0.4.2 |
| 1961 | 2026-07-17T18:47:13.932Z | Compiling rand v0.9.2 |
| 1962 | 2026-07-17T18:47:14.041Z | Compiling toml_datetime v0.6.11 |
| 1963 | 2026-07-17T18:47:14.118Z | Compiling serde_spanned v0.6.9 |
| 1964 | 2026-07-17T18:47:14.135Z | Compiling scroll v0.12.0 |
| 1965 | 2026-07-17T18:47:14.151Z | Compiling scroll v0.13.0 |
| 1966 | 2026-07-17T18:47:14.196Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-07-17T18:47:14.287Z | Compiling heapless v0.7.17 |
| 1968 | 2026-07-17T18:47:14.368Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-07-17T18:47:14.407Z | Compiling signal-hook v0.3.18 |
| 1970 | 2026-07-17T18:47:14.421Z | Compiling atomic-waker v1.1.2 |
| 1971 | 2026-07-17T18:47:14.437Z | Compiling zstd-safe v7.2.4 |
| 1972 | 2026-07-17T18:47:14.453Z | Compiling litrs v1.0.0 |
| 1973 | 2026-07-17T18:47:14.515Z | Compiling try-lock v0.2.5 |
| 1974 | 2026-07-17T18:47:14.564Z | Compiling tower-service v0.3.3 |
| 1975 | 2026-07-17T18:47:14.581Z | Compiling winnow v1.0.3 |
| 1976 | 2026-07-17T18:47:14.638Z | Compiling rustix v0.38.44 |
| 1977 | 2026-07-17T18:47:14.655Z | Compiling tower-layer v0.3.3 |
| 1978 | 2026-07-17T18:47:14.680Z | Compiling winnow v0.7.14 |
| 1979 | 2026-07-17T18:47:14.696Z | Compiling cpufeatures v0.2.17 |
| 1980 | 2026-07-17T18:47:14.711Z | Compiling untrusted v0.7.1 |
| 1981 | 2026-07-17T18:47:14.779Z | Compiling want v0.3.1 |
| 1982 | 2026-07-17T18:47:14.871Z | Compiling goblin v0.10.5 |
| 1983 | 2026-07-17T18:47:14.929Z | Compiling document-features v0.2.12 |
| 1984 | 2026-07-17T18:47:14.947Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1985 | 2026-07-17T18:47:14.962Z | Compiling goblin v0.8.2 |
| 1986 | 2026-07-17T18:47:15.113Z | Compiling hybrid-array v0.4.13 |
| 1987 | 2026-07-17T18:47:15.297Z | Compiling tokio-util v0.7.18 |
| 1988 | 2026-07-17T18:47:15.485Z | Compiling ipnet v2.11.0 |
| 1989 | 2026-07-17T18:47:15.539Z | Compiling zerocopy v0.7.35 |
| 1990 | 2026-07-17T18:47:15.931Z | Compiling ref-cast-impl v1.0.25 |
| 1991 | 2026-07-17T18:47:15.944Z | Compiling darling_core v0.20.11 |
| 1992 | 2026-07-17T18:47:15.962Z | Compiling curve25519-dalek v4.1.3 |
| 1993 | 2026-07-17T18:47:16.099Z | Compiling h2 v0.4.15 |
| 1994 | 2026-07-17T18:47:16.149Z | Compiling memoffset v0.9.1 |
| 1995 | 2026-07-17T18:47:16.244Z | Compiling winnow v0.5.40 |
| 1996 | 2026-07-17T18:47:16.272Z | Compiling untrusted v0.9.0 |
| 1997 | 2026-07-17T18:47:16.393Z | Compiling utf8parse v0.2.2 |
| 1998 | 2026-07-17T18:47:16.421Z | Compiling httpdate v1.0.3 |
| 1999 | 2026-07-17T18:47:16.526Z | Compiling powerfmt v0.2.0 |
| 2000 | 2026-07-17T18:47:16.652Z | Compiling foreign-types-shared v0.1.1 |
| 2001 | 2026-07-17T18:47:16.770Z | Compiling foreign-types v0.3.2 |
| 2002 | 2026-07-17T18:47:16.805Z | Compiling deranged v0.5.8 |
| 2003 | 2026-07-17T18:47:16.906Z | Compiling tempfile v3.25.0 |
| 2004 | 2026-07-17T18:47:17.072Z | Compiling unicode-normalization v0.1.25 |
| 2005 | 2026-07-17T18:47:17.252Z | Compiling dof v0.3.0 |
| 2006 | 2026-07-17T18:47:17.503Z | Compiling pkcs8 v0.10.2 |
| 2007 | 2026-07-17T18:47:17.552Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-07-17T18:47:17.652Z | Compiling dof v0.4.0 |
| 2009 | 2026-07-17T18:47:17.668Z | Compiling dtrace-parser v0.2.0 |
| 2010 | 2026-07-17T18:47:17.891Z | Compiling darling_macro v0.20.11 |
| 2011 | 2026-07-17T18:47:18.073Z | Compiling dtrace-parser v0.3.0 |
| 2012 | 2026-07-17T18:47:18.269Z | Compiling pin-project-internal v1.1.11 |
| 2013 | 2026-07-17T18:47:18.398Z | Compiling daft-derive v0.1.7 |
| 2014 | 2026-07-17T18:47:18.511Z | Compiling spin v0.9.8 |
| 2015 | 2026-07-17T18:47:18.545Z | Compiling thread-id v5.1.0 |
| 2016 | 2026-07-17T18:47:18.608Z | Compiling thread-id v4.2.2 |
| 2017 | 2026-07-17T18:47:18.634Z | Compiling num-bigint-dig v0.8.6 |
| 2018 | 2026-07-17T18:47:18.698Z | Compiling smoltcp v0.9.1 |
| 2019 | 2026-07-17T18:47:18.734Z | Compiling num_threads v0.1.7 |
| 2020 | 2026-07-17T18:47:18.873Z | Compiling anstyle v1.0.14 |
| 2021 | 2026-07-17T18:47:18.895Z | Compiling cfg_aliases v0.2.1 |
| 2022 | 2026-07-17T18:47:18.986Z | Compiling nix v0.31.2 |
| 2023 | 2026-07-17T18:47:19.053Z | Compiling time v0.3.47 |
| 2024 | 2026-07-17T18:47:19.225Z | Compiling darling v0.20.11 |
| 2025 | 2026-07-17T18:47:19.329Z | Compiling hyper v1.10.1 |
| 2026 | 2026-07-17T18:47:19.400Z | Compiling sha2 v0.10.9 |
| 2027 | 2026-07-17T18:47:19.605Z | Compiling ipnetwork v0.21.1 |
| 2028 | 2026-07-17T18:47:19.684Z | Compiling hmac v0.12.1 |
| 2029 | 2026-07-17T18:47:19.848Z | Compiling strum_macros v0.26.4 |
| 2030 | 2026-07-17T18:47:19.898Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2031 | 2026-07-17T18:47:19.976Z | Compiling darling_core v0.23.0 |
| 2032 | 2026-07-17T18:47:19.980Z | Compiling sync_wrapper v1.0.2 |
| 2033 | 2026-07-17T18:47:20.015Z | Compiling wait-timeout v0.2.1 |
| 2034 | 2026-07-17T18:47:20.488Z | Compiling hyper-util v0.1.20 |
| 2035 | 2026-07-17T18:47:20.504Z | Compiling is_terminal_polyfill v1.70.2 |
| 2036 | 2026-07-17T18:47:20.612Z | Compiling simd-adler32 v0.3.8 |
| 2037 | 2026-07-17T18:47:20.810Z | Compiling colorchoice v1.0.4 |
| 2038 | 2026-07-17T18:47:20.840Z | Compiling bit-vec v0.8.0 |
| 2039 | 2026-07-17T18:47:20.871Z | Compiling quick-error v1.2.3 |
| 2040 | 2026-07-17T18:47:20.946Z | Compiling siphasher v1.0.2 |
| 2041 | 2026-07-17T18:47:20.997Z | Compiling anstyle-query v1.1.5 |
| 2042 | 2026-07-17T18:47:21.095Z | Compiling bit-set v0.8.0 |
| 2043 | 2026-07-17T18:47:21.123Z | Compiling rusty-fork v0.3.1 |
| 2044 | 2026-07-17T18:47:21.421Z | Compiling tower v0.5.3 |
| 2045 | 2026-07-17T18:47:21.961Z | Compiling derive_builder_core v0.20.2 |
| 2046 | 2026-07-17T18:47:22.044Z | Compiling http-body-util v0.1.3 |
| 2047 | 2026-07-17T18:47:22.096Z | Compiling darling_macro v0.23.0 |
| 2048 | 2026-07-17T18:47:22.158Z | Compiling hubpack_derive v0.1.1 |
| 2049 | 2026-07-17T18:47:22.173Z | Compiling rand_xorshift v0.4.0 |
| 2050 | 2026-07-17T18:47:22.218Z | Compiling strum_macros v0.27.2 |
| 2051 | 2026-07-17T18:47:22.274Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-07-17T18:47:22.374Z | Compiling fs-err v3.3.0 |
| 2053 | 2026-07-17T18:47:22.390Z | Compiling ahash v0.8.12 |
| 2054 | 2026-07-17T18:47:22.632Z | Compiling unicode-segmentation v1.12.0 |
| 2055 | 2026-07-17T18:47:22.684Z | Compiling ryu v1.0.23 |
| 2056 | 2026-07-17T18:47:22.766Z | Compiling unicode-properties v0.1.4 |
| 2057 | 2026-07-17T18:47:22.841Z | Compiling unarray v0.1.4 |
| 2058 | 2026-07-17T18:47:22.871Z | Compiling adler2 v2.0.1 |
| 2059 | 2026-07-17T18:47:22.893Z | Compiling unicode-bidi v0.3.18 |
| 2060 | 2026-07-17T18:47:22.971Z | Compiling iri-string v0.7.10 |
| 2061 | 2026-07-17T18:47:22.989Z | Compiling object v0.37.3 |
| 2062 | 2026-07-17T18:47:23.019Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-07-17T18:47:23.034Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-07-17T18:47:23.141Z | Compiling proptest v1.10.0 |
| 2065 | 2026-07-17T18:47:23.280Z | Compiling stringprep v0.1.5 |
| 2066 | 2026-07-17T18:47:23.369Z | Compiling serde_urlencoded v0.7.1 |
| 2067 | 2026-07-17T18:47:23.387Z | Compiling derive_builder_macro v0.20.2 |
| 2068 | 2026-07-17T18:47:23.664Z | Compiling darling v0.23.0 |
| 2069 | 2026-07-17T18:47:23.716Z | Compiling tokio-native-tls v0.3.1 |
| 2070 | 2026-07-17T18:47:23.767Z | Compiling usdt-macro v0.6.0 |
| 2071 | 2026-07-17T18:47:23.914Z | Compiling usdt-attr-macro v0.6.0 |
| 2072 | 2026-07-17T18:47:23.917Z | Compiling anstyle-parse v1.0.0 |
| 2073 | 2026-07-17T18:47:23.965Z | Compiling crypto-common v0.2.2 |
| 2074 | 2026-07-17T18:47:23.971Z | Compiling block-buffer v0.12.1 |
| 2075 | 2026-07-17T18:47:24.133Z | Compiling block-padding v0.4.2 |
| 2076 | 2026-07-17T18:47:24.202Z | Compiling tower-http v0.6.8 |
| 2077 | 2026-07-17T18:47:24.582Z | Compiling rustls-native-certs v0.8.3 |
| 2078 | 2026-07-17T18:47:24.657Z | Compiling rand_chacha v0.3.1 |
| 2079 | 2026-07-17T18:47:24.727Z | Compiling erased-serde v0.3.31 |
| 2080 | 2026-07-17T18:47:24.742Z | Compiling hex v0.4.3 |
| 2081 | 2026-07-17T18:47:24.812Z | Compiling md-5 v0.10.6 |
| 2082 | 2026-07-17T18:47:24.829Z | Compiling signature v2.2.0 |
| 2083 | 2026-07-17T18:47:24.843Z | Compiling bstr v1.12.1 |
| 2084 | 2026-07-17T18:47:24.876Z | Compiling num-integer v0.1.46 |
| 2085 | 2026-07-17T18:47:24.981Z | Compiling hash32 v0.2.1 |
| 2086 | 2026-07-17T18:47:25.027Z | Compiling vergen-lib v9.1.0 |
| 2087 | 2026-07-17T18:47:25.106Z | Compiling encoding_rs v0.8.35 |
| 2088 | 2026-07-17T18:47:25.136Z | Compiling zlib-rs v0.6.2 |
| 2089 | 2026-07-17T18:47:25.183Z | Compiling fallible-iterator v0.2.0 |
| 2090 | 2026-07-17T18:47:25.187Z | Compiling cpufeatures v0.3.0 |
| 2091 | 2026-07-17T18:47:25.220Z | Compiling mime v0.3.17 |
| 2092 | 2026-07-17T18:47:25.272Z | Compiling psl-types v2.0.11 |
| 2093 | 2026-07-17T18:47:25.416Z | Compiling publicsuffix v2.3.0 |
| 2094 | 2026-07-17T18:47:25.521Z | Compiling postgres-protocol v0.6.10 |
| 2095 | 2026-07-17T18:47:25.581Z | Compiling newtype-uuid v1.3.2 |
| 2096 | 2026-07-17T18:47:25.605Z | Compiling num-iter v0.1.45 |
| 2097 | 2026-07-17T18:47:25.752Z | Compiling rand v0.8.6 |
| 2098 | 2026-07-17T18:47:26.069Z | Compiling oxnet v0.1.6 |
| 2099 | 2026-07-17T18:47:26.227Z | Compiling inout v0.2.2 |
| 2100 | 2026-07-17T18:47:26.330Z | Compiling anstream v1.0.0 |
| 2101 | 2026-07-17T18:47:26.353Z | Compiling derive_builder v0.20.2 |
| 2102 | 2026-07-17T18:47:26.378Z | Compiling hyper-tls v0.6.0 |
| 2103 | 2026-07-17T18:47:26.395Z | Compiling serde_with_macros v3.21.0 |
| 2104 | 2026-07-17T18:47:26.427Z | Compiling heck v0.4.1 |
| 2105 | 2026-07-17T18:47:26.477Z | Compiling phf_shared v0.13.1 |
| 2106 | 2026-07-17T18:47:26.493Z | Compiling pin-project v1.1.11 |
| 2107 | 2026-07-17T18:47:26.643Z | Compiling lazy_static v1.5.0 |
| 2108 | 2026-07-17T18:47:26.657Z | Compiling anstyle-parse v0.2.7 |
| 2109 | 2026-07-17T18:47:26.753Z | Compiling terminal_size v0.4.3 |
| 2110 | 2026-07-17T18:47:26.791Z | Compiling futures-executor v0.3.32 |
| 2111 | 2026-07-17T18:47:26.820Z | Compiling serde_repr v0.1.20 |
| 2112 | 2026-07-17T18:47:26.824Z | Compiling enum-as-inner v0.6.1 |
| 2113 | 2026-07-17T18:47:26.874Z | Compiling async-recursion v1.1.1 |
| 2114 | 2026-07-17T18:47:26.904Z | Compiling clap_derive v4.6.1 |
| 2115 | 2026-07-17T18:47:27.052Z | Compiling ff v0.13.1 |
| 2116 | 2026-07-17T18:47:27.073Z | Compiling vergen v9.1.0 |
| 2117 | 2026-07-17T18:47:27.094Z | Compiling cargo-platform v0.3.2 |
| 2118 | 2026-07-17T18:47:27.212Z | Compiling flate2 v1.1.9 |
| 2119 | 2026-07-17T18:47:27.308Z | Compiling managed v0.8.0 |
| 2120 | 2026-07-17T18:47:27.361Z | Compiling base16ct v0.2.0 |
| 2121 | 2026-07-17T18:47:27.365Z | Compiling libbz2-rs-sys v0.2.2 |
| 2122 | 2026-07-17T18:47:27.421Z | Compiling bitflags v1.3.2 |
| 2123 | 2026-07-17T18:47:27.487Z | Compiling foldhash v0.1.5 |
| 2124 | 2026-07-17T18:47:27.547Z | Compiling bumpalo v3.20.2 |
| 2125 | 2026-07-17T18:47:27.671Z | Compiling foldhash v0.2.0 |
| 2126 | 2026-07-17T18:47:27.688Z | Compiling clap_lex v1.0.0 |
| 2127 | 2026-07-17T18:47:27.736Z | Compiling same-file v1.0.6 |
| 2128 | 2026-07-17T18:47:27.814Z | Compiling bzip2 v0.6.1 |
| 2129 | 2026-07-17T18:47:27.831Z | Compiling hashbrown v0.16.1 |
| 2130 | 2026-07-17T18:47:27.897Z | Compiling clap_builder v4.6.0 |
| 2131 | 2026-07-17T18:47:27.912Z | Compiling walkdir v2.5.0 |
| 2132 | 2026-07-17T18:47:27.937Z | Compiling zopfli v0.8.3 |
| 2133 | 2026-07-17T18:47:28.055Z | Compiling hashbrown v0.15.5 |
| 2134 | 2026-07-17T18:47:28.117Z | Compiling sec1 v0.7.3 |
| 2135 | 2026-07-17T18:47:28.421Z | Compiling cargo_metadata v0.23.1 |
| 2136 | 2026-07-17T18:47:28.446Z | Compiling group v0.13.0 |
| 2137 | 2026-07-17T18:47:28.620Z | Compiling futures v0.3.32 |
| 2138 | 2026-07-17T18:47:28.769Z | Compiling anstream v0.6.21 |
| 2139 | 2026-07-17T18:47:29.114Z | Compiling phf v0.13.1 |
| 2140 | 2026-07-17T18:47:29.186Z | Compiling zstd v0.13.3 |
| 2141 | 2026-07-17T18:47:29.298Z | Compiling snafu v0.8.9 |
| 2142 | 2026-07-17T18:47:29.478Z | Compiling reqwest v0.12.28 |
| 2143 | 2026-07-17T18:47:29.647Z | Compiling cipher v0.5.2 |
| 2144 | 2026-07-17T18:47:29.709Z | Compiling daft v0.1.7 |
| 2145 | 2026-07-17T18:47:29.827Z | Compiling signal-hook-mio v0.2.5 |
| 2146 | 2026-07-17T18:47:29.943Z | Compiling cookie_store v0.22.1 |
| 2147 | 2026-07-17T18:47:29.970Z | Compiling postgres-types v0.2.12 |
| 2148 | 2026-07-17T18:47:30.019Z | Compiling bzip2 v0.4.4 |
| 2149 | 2026-07-17T18:47:30.033Z | Compiling globset v0.4.18 |
| 2150 | 2026-07-17T18:47:30.095Z | Compiling ed25519 v2.2.3 |
| 2151 | 2026-07-17T18:47:30.114Z | Compiling strum v0.27.2 |
| 2152 | 2026-07-17T18:47:30.261Z | Compiling hubpack v0.1.2 |
| 2153 | 2026-07-17T18:47:30.367Z | Compiling phf_shared v0.11.3 |
| 2154 | 2026-07-17T18:47:30.396Z | Compiling hkdf v0.12.4 |
| 2155 | 2026-07-17T18:47:30.412Z | Compiling crossbeam-epoch v0.9.18 |
| 2156 | 2026-07-17T18:47:30.506Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-07-17T18:47:30.524Z | Compiling olpc-cjson v0.1.4 |
| 2158 | 2026-07-17T18:47:30.751Z | Compiling serde-big-array v0.5.1 |
| 2159 | 2026-07-17T18:47:30.768Z | Compiling serde_plain v1.0.2 |
| 2160 | 2026-07-17T18:47:30.807Z | Compiling pem v3.0.6 |
| 2161 | 2026-07-17T18:47:30.931Z | Compiling crypto-bigint v0.5.5 |
| 2162 | 2026-07-17T18:47:30.931Z | Compiling float-cmp v0.10.0 |
| 2163 | 2026-07-17T18:47:30.977Z | Compiling memmap2 v0.9.10 |
| 2164 | 2026-07-17T18:47:31.090Z | Compiling env_filter v1.0.0 |
| 2165 | 2026-07-17T18:47:31.114Z | Compiling typed-path v0.9.3 |
| 2166 | 2026-07-17T18:47:31.201Z | Compiling const-oid v0.10.2 |
| 2167 | 2026-07-17T18:47:31.216Z | Compiling jiff v0.2.21 |
| 2168 | 2026-07-17T18:47:31.343Z | Compiling difflib v0.4.0 |
| 2169 | 2026-07-17T18:47:31.374Z | Compiling precomputed-hash v0.1.1 |
| 2170 | 2026-07-17T18:47:31.416Z | Compiling whoami v2.1.0 |
| 2171 | 2026-07-17T18:47:31.475Z | Compiling static_assertions v1.1.0 |
| 2172 | 2026-07-17T18:47:31.498Z | Compiling predicates-core v1.0.10 |
| 2173 | 2026-07-17T18:47:31.529Z | Compiling data-encoding v2.10.0 |
| 2174 | 2026-07-17T18:47:31.679Z | Compiling fixedbitset v0.5.7 |
| 2175 | 2026-07-17T18:47:31.767Z | Compiling normalize-line-endings v0.3.0 |
| 2176 | 2026-07-17T18:47:31.796Z | Compiling new_debug_unreachable v1.0.6 |
| 2177 | 2026-07-17T18:47:31.819Z | Compiling toml_write v0.1.2 |
| 2178 | 2026-07-17T18:47:31.852Z | Compiling keccak v0.1.6 |
| 2179 | 2026-07-17T18:47:31.882Z | Compiling fixedbitset v0.4.2 |
| 2180 | 2026-07-17T18:47:31.898Z | Compiling petgraph v0.8.3 |
| 2181 | 2026-07-17T18:47:31.930Z | Compiling string_cache v0.8.9 |
| 2182 | 2026-07-17T18:47:31.976Z | Compiling predicates v3.1.4 |
| 2183 | 2026-07-17T18:47:32.018Z | Compiling sha3 v0.10.8 |
| 2184 | 2026-07-17T18:47:32.034Z | Compiling toml_edit v0.22.27 |
| 2185 | 2026-07-17T18:47:32.058Z | Compiling petgraph v0.6.5 |
| 2186 | 2026-07-17T18:47:32.075Z | Compiling elliptic-curve v0.13.8 |
| 2187 | 2026-07-17T18:47:32.079Z | Compiling hickory-proto v0.25.2 |
| 2188 | 2026-07-17T18:47:32.107Z | Compiling tokio-postgres v0.7.16 |
| 2189 | 2026-07-17T18:47:32.170Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2190 | 2026-07-17T18:47:32.299Z | Compiling digest v0.11.3 |
| 2191 | 2026-07-17T18:47:32.442Z | Compiling chacha20 v0.10.0 |
| 2192 | 2026-07-17T18:47:32.467Z | Compiling env_logger v0.11.9 |
| 2193 | 2026-07-17T18:47:32.766Z | Compiling usdt v0.6.0 |
| 2194 | 2026-07-17T18:47:33.031Z | Compiling rsa v0.9.10 |
| 2195 | 2026-07-17T18:47:33.832Z | Compiling zip v4.6.1 |
| 2196 | 2026-07-17T18:47:34.237Z | Compiling ed25519-dalek v2.2.0 |
| 2197 | 2026-07-17T18:47:34.409Z | Compiling zip v0.6.6 |
| 2198 | 2026-07-17T18:47:34.468Z | Compiling iddqd v0.4.2 |
| 2199 | 2026-07-17T18:47:34.561Z | Compiling crossterm v0.28.1 |
| 2200 | 2026-07-17T18:47:34.956Z | Compiling clap v4.6.1 |
| 2201 | 2026-07-17T18:47:34.997Z | Compiling serde_with v3.21.0 |
| 2202 | 2026-07-17T18:47:35.048Z | Compiling similar v2.7.0 |
| 2203 | 2026-07-17T18:47:35.115Z | Compiling byte-wrapper v0.1.0 |
| 2204 | 2026-07-17T18:47:35.317Z | Compiling strum v0.26.3 |
| 2205 | 2026-07-17T18:47:35.332Z | Compiling toml v0.7.8 |
| 2206 | 2026-07-17T18:47:35.436Z | Compiling tokio-stream v0.1.18 |
| 2207 | 2026-07-17T18:47:35.467Z | Compiling buf-list v1.1.2 |
| 2208 | 2026-07-17T18:47:35.673Z | Compiling x509-cert v0.2.5 |
| 2209 | 2026-07-17T18:47:35.720Z | Compiling itertools v0.13.0 |
| 2210 | 2026-07-17T18:47:35.799Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2211 | 2026-07-17T18:47:36.070Z | Compiling openapiv3 v2.2.0 |
| 2212 | 2026-07-17T18:47:36.417Z | Compiling lalrpop-util v0.19.12 |
| 2213 | 2026-07-17T18:47:36.862Z | Compiling peg-runtime v0.8.5 |
| 2214 | 2026-07-17T18:47:53.976Z | Compiling macaddr v1.0.1 |
| 2215 | 2026-07-17T18:47:54.005Z | Compiling structmeta-derive v0.3.0 |
| 2216 | 2026-07-17T18:47:54.043Z | Compiling darling_core v0.21.3 |
| 2217 | 2026-07-17T18:47:54.247Z | Compiling crucible-workspace-hack v0.1.0 |
| 2218 | 2026-07-17T18:47:54.307Z | Compiling rayon-core v1.13.0 |
| 2219 | 2026-07-17T18:47:54.458Z | Compiling itertools v0.14.0 |
| 2220 | 2026-07-17T18:47:54.495Z | Compiling secrecy v0.10.3 |
| 2221 | 2026-07-17T18:47:54.556Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2222 | 2026-07-17T18:47:54.644Z | Compiling heapless v0.8.0 |
| 2223 | 2026-07-17T18:47:54.660Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2224 | 2026-07-17T18:47:54.740Z | Compiling crossbeam-deque v0.8.6 |
| 2225 | 2026-07-17T18:47:54.776Z | Compiling inout v0.1.4 |
| 2226 | 2026-07-17T18:47:54.887Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2227 | 2026-07-17T18:47:54.918Z | Compiling rustls-webpki v0.103.13 |
| 2228 | 2026-07-17T18:47:54.962Z | Compiling hash32 v0.3.1 |
| 2229 | 2026-07-17T18:47:54.993Z | Compiling multer v3.1.0 |
| 2230 | 2026-07-17T18:47:55.020Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2231 | 2026-07-17T18:47:55.050Z | Compiling structmeta v0.3.0 |
| 2232 | 2026-07-17T18:47:55.148Z | Compiling thread_local v1.1.9 |
| 2233 | 2026-07-17T18:47:55.169Z | Compiling match_cfg v0.1.0 |
| 2234 | 2026-07-17T18:47:55.191Z | Compiling compression-core v0.4.31 |
| 2235 | 2026-07-17T18:47:55.223Z | Compiling smoltcp v0.11.0 |
| 2236 | 2026-07-17T18:47:55.249Z | Compiling unicode-width v0.2.0 |
| 2237 | 2026-07-17T18:47:55.264Z | Compiling slog-async v2.8.0 |
| 2238 | 2026-07-17T18:47:55.287Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2239 | 2026-07-17T18:47:55.393Z | Compiling compression-codecs v0.4.37 |
| 2240 | 2026-07-17T18:47:55.564Z | Compiling proc-macro-crate v3.4.0 |
| 2241 | 2026-07-17T18:47:55.616Z | Compiling derive-ex v0.1.8 |
| 2242 | 2026-07-17T18:47:55.633Z | Compiling hostname v0.3.1 |
| 2243 | 2026-07-17T18:47:55.753Z | Compiling cipher v0.4.4 |
| 2244 | 2026-07-17T18:47:55.780Z | Compiling atomicwrites v0.4.4 |
| 2245 | 2026-07-17T18:47:55.808Z | Compiling slog-json v2.6.1 |
| 2246 | 2026-07-17T18:47:55.811Z | Compiling crossbeam-channel v0.5.15 |
| 2247 | 2026-07-17T18:47:56.016Z | Compiling half v2.7.1 |
| 2248 | 2026-07-17T18:47:56.020Z | Compiling newtype-uuid-macros v0.1.0 |
| 2249 | 2026-07-17T18:47:56.077Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2250 | 2026-07-17T18:47:56.093Z | Compiling cobs v0.3.0 |
| 2251 | 2026-07-17T18:47:56.196Z | Compiling darling_macro v0.21.3 |
| 2252 | 2026-07-17T18:47:56.231Z | Compiling universal-hash v0.5.1 |
| 2253 | 2026-07-17T18:47:56.387Z | Compiling async-stream-impl v0.3.6 |
| 2254 | 2026-07-17T18:47:56.402Z | Compiling serde_spanned v1.1.1 |
| 2255 | 2026-07-17T18:47:56.417Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2256 | 2026-07-17T18:47:56.525Z | Compiling is-terminal v0.4.17 |
| 2257 | 2026-07-17T18:47:56.575Z | Compiling dropshot v0.17.1 |
| 2258 | 2026-07-17T18:47:56.650Z | Compiling proc-macro-error-attr v1.0.4 |
| 2259 | 2026-07-17T18:47:56.708Z | Compiling darling v0.21.3 |
| 2260 | 2026-07-17T18:47:56.802Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2261 | 2026-07-17T18:47:56.817Z | Compiling ingot-macros v0.1.1 |
| 2262 | 2026-07-17T18:47:56.822Z | Compiling term v1.2.1 |
| 2263 | 2026-07-17T18:47:56.860Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2264 | 2026-07-17T18:47:56.892Z | Compiling convert_case v0.4.0 |
| 2265 | 2026-07-17T18:47:57.000Z | Compiling opaque-debug v0.3.1 |
| 2266 | 2026-07-17T18:47:57.033Z | Compiling ciborium-io v0.2.2 |
| 2267 | 2026-07-17T18:47:57.091Z | Compiling take_mut v0.2.2 |
| 2268 | 2026-07-17T18:47:57.141Z | Compiling thiserror-no-std v2.0.2 |
| 2269 | 2026-07-17T18:47:57.141Z | Compiling test-strategy v0.4.5 |
| 2270 | 2026-07-17T18:47:57.174Z | Compiling slog-term v2.9.2 |
| 2271 | 2026-07-17T18:47:57.178Z | Compiling ciborium-ll v0.2.2 |
| 2272 | 2026-07-17T18:47:57.221Z | Compiling derive_more v0.99.20 |
| 2273 | 2026-07-17T18:47:57.269Z | Compiling poly1305 v0.8.0 |
| 2274 | 2026-07-17T18:47:57.282Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2275 | 2026-07-17T18:47:57.483Z | Compiling async-stream v0.3.6 |
| 2276 | 2026-07-17T18:47:57.816Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2277 | 2026-07-17T18:47:57.918Z | Compiling postcard v1.1.3 |
| 2278 | 2026-07-17T18:47:58.193Z | Compiling num_enum_derive v0.7.6 |
| 2279 | 2026-07-17T18:47:58.317Z | Compiling slog-bunyan v2.5.0 |
| 2280 | 2026-07-17T18:47:58.451Z | Compiling tokio-rustls v0.26.4 |
| 2281 | 2026-07-17T18:47:58.470Z | Compiling rustls-platform-verifier v0.6.2 |
| 2282 | 2026-07-17T18:47:58.488Z | Compiling tough v0.22.0 |
| 2283 | 2026-07-17T18:47:58.557Z | Compiling chacha20 v0.9.1 |
| 2284 | 2026-07-17T18:47:58.712Z | Compiling hyper-rustls v0.27.7 |
| 2285 | 2026-07-17T18:47:58.758Z | Compiling async-compression v0.4.41 |
| 2286 | 2026-07-17T18:47:58.848Z | Compiling parse-display-derive v0.10.0 |
| 2287 | 2026-07-17T18:47:59.027Z | Compiling reqwest v0.13.2 |
| 2288 | 2026-07-17T18:47:59.205Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2289 | 2026-07-17T18:47:59.346Z | Compiling sha1 v0.11.0 |
| 2290 | 2026-07-17T18:47:59.484Z | Compiling ingot-types v0.1.2 |
| 2291 | 2026-07-17T18:47:59.501Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2292 | 2026-07-17T18:47:59.689Z | Compiling proc-macro-crate v1.3.1 |
| 2293 | 2026-07-17T18:47:59.749Z | Compiling waitgroup v0.1.2 |
| 2294 | 2026-07-17T18:47:59.795Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2295 | 2026-07-17T18:47:59.881Z | Compiling backon v1.6.0 |
| 2296 | 2026-07-17T18:47:59.928Z | Compiling ingot v0.1.1 |
| 2297 | 2026-07-17T18:47:59.968Z | Compiling password-hash v0.5.0 |
| 2298 | 2026-07-17T18:48:00.026Z | Compiling rustls-pemfile v2.2.0 |
| 2299 | 2026-07-17T18:48:00.055Z | Compiling dropshot_endpoint v0.17.1 |
| 2300 | 2026-07-17T18:48:00.128Z | Compiling blake2 v0.10.6 |
| 2301 | 2026-07-17T18:48:00.160Z | Compiling aead v0.5.2 |
| 2302 | 2026-07-17T18:48:00.337Z | Compiling foreign-types-macros v0.2.3 |
| 2303 | 2026-07-17T18:48:00.352Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2304 | 2026-07-17T18:48:00.377Z | Compiling serde_path_to_error v0.1.20 |
| 2305 | 2026-07-17T18:48:00.670Z | Compiling hostname v0.4.2 |
| 2306 | 2026-07-17T18:48:00.793Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2307 | 2026-07-17T18:48:00.834Z | Compiling proc-macro-error v1.0.4 |
| 2308 | 2026-07-17T18:48:00.856Z | Compiling instant v0.1.13 |
| 2309 | 2026-07-17T18:48:00.916Z | Compiling debug-ignore v1.0.5 |
| 2310 | 2026-07-17T18:48:00.945Z | Compiling foreign-types-shared v0.3.1 |
| 2311 | 2026-07-17T18:48:00.959Z | Compiling backoff v0.4.0 |
| 2312 | 2026-07-17T18:48:00.995Z | Compiling argon2 v0.5.3 |
| 2313 | 2026-07-17T18:48:01.046Z | Compiling foreign-types v0.5.0 |
| 2314 | 2026-07-17T18:48:01.062Z | Compiling parse-display v0.10.0 |
| 2315 | 2026-07-17T18:48:01.097Z | Compiling chacha20poly1305 v0.10.1 |
| 2316 | 2026-07-17T18:48:01.148Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2317 | 2026-07-17T18:48:01.199Z | Compiling num_enum_derive v0.5.11 |
| 2318 | 2026-07-17T18:48:01.217Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2319 | 2026-07-17T18:48:01.220Z | Compiling num_enum v0.7.6 |
| 2320 | 2026-07-17T18:48:01.375Z | Compiling ciborium v0.2.2 |
| 2321 | 2026-07-17T18:48:01.466Z | Compiling vsss-rs v3.3.4 |
| 2322 | 2026-07-17T18:48:01.636Z | Compiling tabwriter v1.4.1 |
| 2323 | 2026-07-17T18:48:01.667Z | Compiling regress v0.10.5 |
| 2324 | 2026-07-17T18:48:01.697Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2325 | 2026-07-17T18:48:01.946Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2326 | 2026-07-17T18:48:02.018Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2327 | 2026-07-17T18:48:02.021Z | Compiling cstr-argument v0.1.2 |
| 2328 | 2026-07-17T18:48:02.136Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2329 | 2026-07-17T18:48:02.178Z | Compiling humantime v2.3.0 |
| 2330 | 2026-07-17T18:48:02.194Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-07-17T18:48:02.210Z | Compiling num_enum v0.5.11 |
| 2332 | 2026-07-17T18:48:02.227Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2333 | 2026-07-17T18:48:02.262Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2334 | 2026-07-17T18:48:02.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2335 | 2026-07-17T18:48:02.346Z | Compiling rayon v1.11.0 |
| 2336 | 2026-07-17T18:48:02.363Z | Compiling rand v0.10.1 |
| 2337 | 2026-07-17T18:48:02.407Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2338 | 2026-07-17T18:48:02.507Z | Compiling colored v3.1.1 |
| 2339 | 2026-07-17T18:48:02.529Z | Compiling libefi-sys v0.1.0 |
| 2340 | 2026-07-17T18:48:02.543Z | Compiling indent_write v2.2.0 |
| 2341 | 2026-07-17T18:48:02.647Z | Compiling zone_cfg_derive v0.3.1 |
| 2342 | 2026-07-17T18:48:02.667Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2343 | 2026-07-17T18:48:02.686Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2344 | 2026-07-17T18:48:02.717Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2345 | 2026-07-17T18:48:02.774Z | Compiling camino-tempfile v1.4.1 |
| 2346 | 2026-07-17T18:48:02.789Z | Compiling itertools v0.12.1 |
| 2347 | 2026-07-17T18:48:02.803Z | Compiling usdt-macro v0.5.0 |
| 2348 | 2026-07-17T18:48:03.124Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2349 | 2026-07-17T18:48:03.193Z | Compiling usdt-attr-macro v0.5.0 |
| 2350 | 2026-07-17T18:48:03.213Z | Compiling bitfield-struct v0.6.2 |
| 2351 | 2026-07-17T18:48:03.216Z | Compiling num-derive v0.4.2 |
| 2352 | 2026-07-17T18:48:03.242Z | Compiling blake3 v1.8.5 |
| 2353 | 2026-07-17T18:48:03.242Z | Compiling sigpipe v0.1.3 |
| 2354 | 2026-07-17T18:48:03.275Z | Compiling memmap v0.7.0 |
| 2355 | 2026-07-17T18:48:03.315Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2356 | 2026-07-17T18:48:03.352Z | Compiling swrite v0.1.0 |
| 2357 | 2026-07-17T18:48:03.478Z | Compiling glob v0.3.3 |
| 2358 | 2026-07-17T18:48:03.519Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2359 | 2026-07-17T18:48:03.573Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2360 | 2026-07-17T18:48:03.847Z | Compiling smf v0.2.3 |
| 2361 | 2026-07-17T18:48:03.894Z | Compiling filetime v0.2.27 |
| 2362 | 2026-07-17T18:48:03.910Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-17T18:48:04.002Z | Compiling usdt v0.5.0 |
| 2364 | 2026-07-17T18:48:04.016Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-07-17T18:48:04.116Z | Compiling arrayref v0.3.9 |
| 2366 | 2026-07-17T18:48:04.132Z | Compiling zone v0.3.1 |
| 2367 | 2026-07-17T18:48:04.186Z | Compiling whoami v1.6.1 |
| 2368 | 2026-07-17T18:48:04.203Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2369 | 2026-07-17T18:48:04.209Z | Compiling arrayvec v0.7.6 |
| 2370 | 2026-07-17T18:48:04.233Z | Compiling xattr v1.6.1 |
| 2371 | 2026-07-17T18:48:04.254Z | Compiling constant_time_eq v0.4.2 |
| 2372 | 2026-07-17T18:48:04.305Z | Compiling tokio-dtrace v0.1.1 |
| 2373 | 2026-07-17T18:48:04.472Z | Compiling tar v0.4.46 |
| 2374 | 2026-07-17T18:48:04.487Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2026-07-17T18:48:04.491Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2376 | 2026-07-17T18:48:04.545Z | Compiling console v0.16.2 |
| 2377 | 2026-07-17T18:48:04.646Z | Compiling gethostname v0.5.0 |
| 2378 | 2026-07-17T18:48:04.678Z | Compiling topological-sort v0.2.2 |
| 2379 | 2026-07-17T18:48:04.764Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2380 | 2026-07-17T18:48:04.796Z | Compiling unit-prefix v0.5.2 |
| 2381 | 2026-07-17T18:48:04.922Z | Compiling oxide-tokio-rt v0.1.4 |
| 2382 | 2026-07-17T18:48:04.977Z | Compiling indicatif v0.18.4 |
| 2383 | 2026-07-17T18:48:05.048Z | Compiling toml v0.8.23 |
| 2384 | 2026-07-17T18:48:05.184Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2385 | 2026-07-17T18:48:05.218Z | Compiling shell-words v1.1.1 |
| 2386 | 2026-07-17T18:48:14.567Z | Compiling progenitor-client v0.14.0 |
| 2387 | 2026-07-17T18:48:14.567Z | Compiling omicron-zone-package v0.12.3 |
| 2388 | 2026-07-17T18:48:14.808Z | Compiling progenitor-extras v0.2.0 |
| 2389 | 2026-07-17T18:48:15.130Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2390 | 2026-07-17T18:48:15.147Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2391 | 2026-07-17T18:48:15.178Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2392 | 2026-07-17T18:48:15.241Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2393 | 2026-07-17T18:48:15.287Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2394 | 2026-07-17T18:48:15.335Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2395 | 2026-07-17T18:48:15.422Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2396 | 2026-07-17T18:48:15.477Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2397 | 2026-07-17T18:48:16.030Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2398 | 2026-07-17T18:48:19.995Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2399 | 2026-07-17T18:48:27.962Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2400 | 2026-07-17T18:48:31.113Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2401 | 2026-07-17T18:48:32.147Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2402 | 2026-07-17T18:48:41.441Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2403 | 2026-07-17T18:48:41.583Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2404 | 2026-07-17T18:48:41.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2405 | 2026-07-17T18:48:41.648Z | Created new build target 'test' and set it as active |
| 2406 | 2026-07-17T18:48:41.648Z | |
| 2407 | 2026-07-17T18:48:41.649Z | real 1:40.323372859 |
| 2408 | 2026-07-17T18:48:41.649Z | user 16:24.839754640 |
| 2409 | 2026-07-17T18:48:41.649Z | sys 2:37.305415480 |
| 2410 | 2026-07-17T18:48:41.649Z | trap 0.467857693 |
| 2411 | 2026-07-17T18:48:41.649Z | tflt 2.413820461 |
| 2412 | 2026-07-17T18:48:41.649Z | dflt 4.022109026 |
| 2413 | 2026-07-17T18:48:41.649Z | kflt 0.000576800 |
| 2414 | 2026-07-17T18:48:41.649Z | lock 51:48.594270265 |
| 2415 | 2026-07-17T18:48:41.649Z | slp 42:08.371478859 |
| 2416 | 2026-07-17T18:48:41.649Z | lat 47.852061895 |
| 2417 | 2026-07-17T18:48:41.649Z | stop 5:22.169266800 |
| 2418 | 2026-07-17T18:48:41.649Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2419 | 2026-07-17T18:48:42.486Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2420 | 2026-07-17T18:48:42.560Z | Running `target/release/omicron-package -t test package` |
| 2421 | 2026-07-17T18:48:42.667Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2422 | 2026-07-17T18:48:44.000Z | Compiling heck v0.5.0 |
| 2423 | 2026-07-17T18:48:44.000Z | Compiling regress v0.11.1 |
| 2424 | 2026-07-17T18:48:44.241Z | Compiling unsafe-libyaml v0.2.11 |
| 2425 | 2026-07-17T18:48:44.262Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2426 | 2026-07-17T18:48:44.287Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2427 | 2026-07-17T18:48:44.292Z | Compiling unicode-width v0.1.14 |
| 2428 | 2026-07-17T18:48:44.330Z | Compiling derive-where v1.6.0 |
| 2429 | 2026-07-17T18:48:44.330Z | Compiling bytecount v0.6.9 |
| 2430 | 2026-07-17T18:48:44.333Z | Compiling atomicwrites v0.4.4 |
| 2431 | 2026-07-17T18:48:44.391Z | Compiling is-terminal v0.4.17 |
| 2432 | 2026-07-17T18:48:44.391Z | Compiling prettyplease v0.2.37 |
| 2433 | 2026-07-17T18:48:44.395Z | Compiling console v0.15.11 |
| 2434 | 2026-07-17T18:48:44.395Z | Compiling newline-converter v0.3.0 |
| 2435 | 2026-07-17T18:48:44.395Z | Compiling slog-dtrace v0.3.0 |
| 2436 | 2026-07-17T18:48:44.473Z | Compiling cancel-safe-futures v0.1.5 |
| 2437 | 2026-07-17T18:48:44.517Z | Compiling resolv-conf v0.7.6 |
| 2438 | 2026-07-17T18:48:44.540Z | Compiling owo-colors v4.3.0 |
| 2439 | 2026-07-17T18:48:44.540Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-17T18:48:44.584Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2441 | 2026-07-17T18:48:44.606Z | Compiling libsw-core v0.3.2 |
| 2442 | 2026-07-17T18:48:44.641Z | Compiling num-complex v0.4.6 |
| 2443 | 2026-07-17T18:48:44.752Z | Compiling serde_yaml v0.9.34+deprecated |
| 2444 | 2026-07-17T18:48:44.773Z | Compiling thread_local v1.1.9 |
| 2445 | 2026-07-17T18:48:44.833Z | Compiling expectorate v1.2.0 |
| 2446 | 2026-07-17T18:48:44.862Z | Compiling match_cfg v0.1.0 |
| 2447 | 2026-07-17T18:48:44.915Z | Compiling compression-core v0.4.31 |
| 2448 | 2026-07-17T18:48:44.974Z | Compiling hostname v0.3.1 |
| 2449 | 2026-07-17T18:48:45.029Z | Compiling num v0.4.3 |
| 2450 | 2026-07-17T18:48:45.072Z | Compiling compression-codecs v0.4.37 |
| 2451 | 2026-07-17T18:48:45.121Z | Compiling libsw v3.5.0 |
| 2452 | 2026-07-17T18:48:45.142Z | Compiling multer v3.1.0 |
| 2453 | 2026-07-17T18:48:45.145Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-07-17T18:48:45.145Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-17T18:48:45.214Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-17T18:48:45.249Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-17T18:48:45.343Z | Compiling serde_spanned v1.1.1 |
| 2458 | 2026-07-17T18:48:45.346Z | Compiling take_mut v0.2.2 |
| 2459 | 2026-07-17T18:48:45.454Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2460 | 2026-07-17T18:48:45.488Z | Compiling linked-hash-map v0.5.6 |
| 2461 | 2026-07-17T18:48:45.510Z | Compiling term v1.2.1 |
| 2462 | 2026-07-17T18:48:45.534Z | Compiling linear-map v1.2.0 |
| 2463 | 2026-07-17T18:48:45.537Z | Compiling float-ord v0.3.2 |
| 2464 | 2026-07-17T18:48:45.577Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2465 | 2026-07-17T18:48:45.580Z | Compiling slog-bunyan v2.5.0 |
| 2466 | 2026-07-17T18:48:45.619Z | Compiling async-compression v0.4.41 |
| 2467 | 2026-07-17T18:48:45.664Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2468 | 2026-07-17T18:48:45.686Z | Compiling lru-cache v0.1.2 |
| 2469 | 2026-07-17T18:48:45.799Z | Compiling typify-impl v0.6.2 |
| 2470 | 2026-07-17T18:48:45.819Z | Compiling slog-term v2.9.2 |
| 2471 | 2026-07-17T18:48:45.820Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2472 | 2026-07-17T18:48:45.863Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2473 | 2026-07-17T18:48:45.885Z | Compiling dropshot v0.17.1 |
| 2474 | 2026-07-17T18:48:45.975Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2475 | 2026-07-17T18:48:46.020Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-17T18:48:46.042Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-17T18:48:46.063Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-17T18:48:46.132Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-17T18:48:46.135Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-17T18:48:46.217Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-17T18:48:46.296Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-17T18:48:46.317Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-17T18:48:46.340Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-17T18:48:46.344Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-17T18:48:46.384Z | Compiling debug-ignore v1.0.5 |
| 2486 | 2026-07-17T18:48:46.406Z | Compiling minimal-lexical v0.2.1 |
| 2487 | 2026-07-17T18:48:46.435Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2488 | 2026-07-17T18:48:46.483Z | Compiling progenitor-extras v0.2.0 |
| 2489 | 2026-07-17T18:48:46.510Z | Compiling backoff v0.4.0 |
| 2490 | 2026-07-17T18:48:46.529Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2491 | 2026-07-17T18:48:46.532Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2492 | 2026-07-17T18:48:46.673Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-17T18:48:46.759Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-07-17T18:48:46.763Z | Compiling parse-display v0.10.0 |
| 2495 | 2026-07-17T18:48:46.804Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2496 | 2026-07-17T18:48:46.824Z | Compiling hickory-proto v0.24.4 |
| 2497 | 2026-07-17T18:48:46.996Z | Compiling regress v0.10.5 |
| 2498 | 2026-07-17T18:48:47.469Z | Compiling macaddr v1.0.1 |
| 2499 | 2026-07-17T18:48:47.517Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-07-17T18:48:47.546Z | Compiling humantime v2.3.0 |
| 2501 | 2026-07-17T18:48:47.715Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-07-17T18:48:47.819Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2503 | 2026-07-17T18:48:47.915Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2504 | 2026-07-17T18:48:48.068Z | Compiling convert_case v0.10.0 |
| 2505 | 2026-07-17T18:48:48.138Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2506 | 2026-07-17T18:48:48.369Z | Compiling derive_more-impl v2.1.1 |
| 2507 | 2026-07-17T18:48:48.683Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-07-17T18:48:48.967Z | Compiling toml v0.8.23 |
| 2509 | 2026-07-17T18:48:49.026Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2510 | 2026-07-17T18:48:49.072Z | Compiling papergrid v0.11.0 |
| 2511 | 2026-07-17T18:48:49.194Z | Compiling derive_more v2.1.1 |
| 2512 | 2026-07-17T18:48:49.217Z | Compiling tabled_derive v0.7.0 |
| 2513 | 2026-07-17T18:48:49.252Z | Compiling typify-macro v0.6.2 |
| 2514 | 2026-07-17T18:48:49.312Z | Compiling termtree v0.5.1 |
| 2515 | 2026-07-17T18:48:49.440Z | Compiling hickory-resolver v0.24.4 |
| 2516 | 2026-07-17T18:48:49.511Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-07-17T18:48:49.565Z | Compiling phf_shared v0.12.1 |
| 2518 | 2026-07-17T18:48:49.817Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2519 | 2026-07-17T18:48:50.154Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-07-17T18:48:50.366Z | Compiling tabled v0.15.0 |
| 2521 | 2026-07-17T18:48:50.390Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2522 | 2026-07-17T18:48:50.798Z | Compiling typify v0.6.2 |
| 2523 | 2026-07-17T18:48:51.077Z | Compiling progenitor-impl v0.14.0 |
| 2524 | 2026-07-17T18:48:51.530Z | Compiling qorb v0.4.1 |
| 2525 | 2026-07-17T18:48:52.481Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-07-17T18:48:53.019Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-07-17T18:48:53.267Z | Compiling progenitor-macro v0.14.0 |
| 2528 | 2026-07-17T18:48:53.454Z | Compiling vte v0.14.1 |
| 2529 | 2026-07-17T18:48:53.733Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-07-17T18:48:53.974Z | Compiling highway v1.3.0 |
| 2531 | 2026-07-17T18:48:54.257Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-07-17T18:48:54.667Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-07-17T18:48:54.694Z | Compiling csv v1.4.0 |
| 2534 | 2026-07-17T18:48:54.716Z | Compiling phf v0.12.1 |
| 2535 | 2026-07-17T18:48:54.806Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2536 | 2026-07-17T18:48:54.929Z | Compiling const_format_proc_macros v0.2.34 |
| 2537 | 2026-07-17T18:48:54.951Z | Compiling fd-lock v4.0.4 |
| 2538 | 2026-07-17T18:48:55.126Z | Compiling peg-macros v0.8.5 |
| 2539 | 2026-07-17T18:48:55.226Z | Compiling nu-ansi-term v0.50.3 |
| 2540 | 2026-07-17T18:48:55.588Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2541 | 2026-07-17T18:48:55.722Z | Compiling const_format v0.2.35 |
| 2542 | 2026-07-17T18:48:55.762Z | Compiling reedline v0.40.0 |
| 2543 | 2026-07-17T18:48:56.113Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2544 | 2026-07-17T18:48:56.403Z | Compiling peg v0.8.5 |
| 2545 | 2026-07-17T18:48:56.534Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2546 | 2026-07-17T18:48:56.916Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-17T18:48:57.402Z | Compiling progenitor v0.14.0 |
| 2548 | 2026-07-17T18:48:57.485Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2549 | 2026-07-17T18:48:57.506Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2550 | 2026-07-17T18:48:57.576Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2551 | 2026-07-17T18:48:57.780Z | Compiling bcs v0.1.6 |
| 2552 | 2026-07-17T18:48:58.209Z | Compiling nom v8.0.0 |
| 2553 | 2026-07-17T18:48:58.331Z | Compiling semver v0.1.20 |
| 2554 | 2026-07-17T18:48:58.653Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-07-17T18:48:58.889Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-07-17T18:48:59.130Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2557 | 2026-07-17T18:48:59.389Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2558 | 2026-07-17T18:48:59.413Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2559 | 2026-07-17T18:48:59.801Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2560 | 2026-07-17T18:48:59.905Z | Compiling smawk v0.3.2 |
| 2561 | 2026-07-17T18:49:00.078Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-07-17T18:49:00.149Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2563 | 2026-07-17T18:49:00.280Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2564 | 2026-07-17T18:49:00.361Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-07-17T18:49:00.423Z | Compiling steno v0.4.1 |
| 2566 | 2026-07-17T18:49:00.446Z | Compiling base64 v0.21.7 |
| 2567 | 2026-07-17T18:49:00.840Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2568 | 2026-07-17T18:49:01.027Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2569 | 2026-07-17T18:49:01.210Z | Compiling sha1 v0.10.6 |
| 2570 | 2026-07-17T18:49:01.336Z | Compiling utf-8 v0.7.6 |
| 2571 | 2026-07-17T18:49:01.582Z | Compiling tagptr v0.2.0 |
| 2572 | 2026-07-17T18:49:01.630Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2573 | 2026-07-17T18:49:01.651Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2574 | 2026-07-17T18:49:01.773Z | Compiling moka v0.12.13 |
| 2575 | 2026-07-17T18:49:01.833Z | Compiling tungstenite v0.21.0 |
| 2576 | 2026-07-17T18:49:01.902Z | Compiling display-error-chain v0.2.2 |
| 2577 | 2026-07-17T18:49:02.085Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2578 | 2026-07-17T18:49:02.179Z | Compiling radium v0.7.0 |
| 2579 | 2026-07-17T18:49:02.418Z | Compiling tap v1.0.1 |
| 2580 | 2026-07-17T18:49:02.491Z | Compiling tokio-tungstenite v0.21.0 |
| 2581 | 2026-07-17T18:49:02.604Z | Compiling maybe-uninit v2.0.0 |
| 2582 | 2026-07-17T18:49:02.881Z | Compiling hickory-resolver v0.25.2 |
| 2583 | 2026-07-17T18:49:02.922Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2584 | 2026-07-17T18:49:03.218Z | Compiling wyz v0.5.1 |
| 2585 | 2026-07-17T18:49:03.354Z | Compiling vergen-lib v0.1.6 |
| 2586 | 2026-07-17T18:49:03.462Z | Compiling zerocopy-derive v0.6.6 |
| 2587 | 2026-07-17T18:49:03.662Z | Compiling crc-catalog v2.4.0 |
| 2588 | 2026-07-17T18:49:03.814Z | Compiling diesel_derives v2.3.7 |
| 2589 | 2026-07-17T18:49:03.940Z | Compiling packed_struct v0.10.1 |
| 2590 | 2026-07-17T18:49:04.049Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-07-17T18:49:04.265Z | Compiling funty v2.0.0 |
| 2592 | 2026-07-17T18:49:04.331Z | Compiling zerocopy v0.6.6 |
| 2593 | 2026-07-17T18:49:04.724Z | Compiling bitvec v1.0.1 |
| 2594 | 2026-07-17T18:49:04.945Z | Compiling crc v3.4.0 |
| 2595 | 2026-07-17T18:49:05.297Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2596 | 2026-07-17T18:49:05.417Z | Compiling dsl_auto_type v0.2.0 |
| 2597 | 2026-07-17T18:49:05.711Z | Compiling scheduled-thread-pool v0.2.7 |
| 2598 | 2026-07-17T18:49:05.960Z | Compiling packed_struct_codegen v0.10.1 |
| 2599 | 2026-07-17T18:49:06.074Z | Compiling vergen-gitcl v1.0.8 |
| 2600 | 2026-07-17T18:49:06.230Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2601 | 2026-07-17T18:49:06.298Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2602 | 2026-07-17T18:49:06.324Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-07-17T18:49:06.375Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2604 | 2026-07-17T18:49:06.545Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2605 | 2026-07-17T18:49:06.621Z | Compiling dirs-sys-next v0.1.2 |
| 2606 | 2026-07-17T18:49:06.887Z | Compiling indexmap v1.9.3 |
| 2607 | 2026-07-17T18:49:06.991Z | Compiling maplit v1.0.2 |
| 2608 | 2026-07-17T18:49:07.034Z | Compiling nodrop v0.1.14 |
| 2609 | 2026-07-17T18:49:07.065Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-07-17T18:49:07.132Z | Compiling glob v0.3.3 |
| 2611 | 2026-07-17T18:49:07.174Z | Compiling array-init v0.0.4 |
| 2612 | 2026-07-17T18:49:07.217Z | Compiling bitfield v0.19.4 |
| 2613 | 2026-07-17T18:49:07.401Z | Compiling proc-macro-error2 v2.0.1 |
| 2614 | 2026-07-17T18:49:07.497Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-07-17T18:49:07.562Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-07-17T18:49:07.766Z | Compiling r2d2 v0.8.10 |
| 2617 | 2026-07-17T18:49:07.908Z | Compiling smallvec v0.6.14 |
| 2618 | 2026-07-17T18:49:08.058Z | Compiling num-derive v0.3.3 |
| 2619 | 2026-07-17T18:49:08.226Z | Compiling downcast-rs v2.0.2 |
| 2620 | 2026-07-17T18:49:08.263Z | Compiling tiny-keccak v2.0.2 |
| 2621 | 2026-07-17T18:49:08.358Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-07-17T18:49:08.479Z | Compiling serde-hex v0.1.0 |
| 2623 | 2026-07-17T18:49:08.978Z | Compiling libscf-sys v1.1.0 |
| 2624 | 2026-07-17T18:49:08.999Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-07-17T18:49:09.088Z | Compiling tabled_derive v0.11.0 |
| 2626 | 2026-07-17T18:49:09.112Z | Compiling term v0.7.0 |
| 2627 | 2026-07-17T18:49:09.263Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-07-17T18:49:09.369Z | Compiling ron v0.8.1 |
| 2629 | 2026-07-17T18:49:09.392Z | Compiling papergrid v0.17.0 |
| 2630 | 2026-07-17T18:49:09.482Z | Compiling testing_table v0.3.0 |
| 2631 | 2026-07-17T18:49:09.507Z | Compiling hashbrown v0.13.2 |
| 2632 | 2026-07-17T18:49:09.612Z | Compiling bit-vec v0.6.3 |
| 2633 | 2026-07-17T18:49:09.853Z | Compiling crc-any v2.5.0 |
| 2634 | 2026-07-17T18:49:09.928Z | Compiling bit-set v0.5.3 |
| 2635 | 2026-07-17T18:49:10.119Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2636 | 2026-07-17T18:49:10.140Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2637 | 2026-07-17T18:49:10.143Z | Compiling object v0.30.4 |
| 2638 | 2026-07-17T18:49:10.278Z | Compiling ascii-canvas v3.0.0 |
| 2639 | 2026-07-17T18:49:10.669Z | Compiling tabled v0.20.0 |
| 2640 | 2026-07-17T18:49:10.778Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2641 | 2026-07-17T18:49:10.811Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2642 | 2026-07-17T18:49:11.381Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2643 | 2026-07-17T18:49:11.496Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2644 | 2026-07-17T18:49:11.715Z | Compiling progenitor-impl v0.13.0 |
| 2645 | 2026-07-17T18:49:11.825Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2646 | 2026-07-17T18:49:11.850Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2647 | 2026-07-17T18:49:12.090Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2648 | 2026-07-17T18:49:12.113Z | Compiling itertools v0.10.5 |
| 2649 | 2026-07-17T18:49:12.274Z | Compiling ena v0.14.4 |
| 2650 | 2026-07-17T18:49:12.387Z | Compiling diesel v2.3.7 |
| 2651 | 2026-07-17T18:49:12.525Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2652 | 2026-07-17T18:49:12.681Z | Compiling libloading v0.8.9 |
| 2653 | 2026-07-17T18:49:12.777Z | Compiling xshell-macros v0.2.7 |
| 2654 | 2026-07-17T18:49:12.914Z | Compiling bindgen v0.71.1 |
| 2655 | 2026-07-17T18:49:13.191Z | Compiling unicase v2.9.0 |
| 2656 | 2026-07-17T18:49:13.231Z | Compiling path-slash v0.1.5 |
| 2657 | 2026-07-17T18:49:13.253Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-07-17T18:49:13.334Z | Compiling diff v0.1.13 |
| 2659 | 2026-07-17T18:49:13.451Z | Compiling xshell v0.2.7 |
| 2660 | 2026-07-17T18:49:13.618Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2661 | 2026-07-17T18:49:13.978Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2662 | 2026-07-17T18:49:14.789Z | Compiling lalrpop v0.19.12 |
| 2663 | 2026-07-17T18:49:14.976Z | Compiling progenitor-macro v0.13.0 |
| 2664 | 2026-07-17T18:49:15.206Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2665 | 2026-07-17T18:49:15.778Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-07-17T18:49:16.443Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2667 | 2026-07-17T18:49:16.557Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2668 | 2026-07-17T18:49:16.683Z | Compiling progenitor-client v0.13.0 |
| 2669 | 2026-07-17T18:49:17.029Z | Compiling rustc-hash v2.1.1 |
| 2670 | 2026-07-17T18:49:17.230Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2671 | 2026-07-17T18:49:18.384Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2672 | 2026-07-17T18:49:18.546Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2673 | 2026-07-17T18:49:19.043Z | Compiling headers-core v0.3.0 |
| 2674 | 2026-07-17T18:49:19.077Z | Compiling progenitor v0.13.0 |
| 2675 | 2026-07-17T18:49:19.206Z | Compiling libxml v0.3.3 |
| 2676 | 2026-07-17T18:49:19.268Z | Compiling crc8 v0.1.1 |
| 2677 | 2026-07-17T18:49:19.380Z | Compiling headers v0.4.1 |
| 2678 | 2026-07-17T18:49:19.413Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2679 | 2026-07-17T18:49:19.524Z | Compiling strum_macros v0.24.3 |
| 2680 | 2026-07-17T18:49:19.642Z | Compiling indoc v1.0.9 |
| 2681 | 2026-07-17T18:49:19.766Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2682 | 2026-07-17T18:49:19.817Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2683 | 2026-07-17T18:49:20.057Z | Compiling derive_builder v0.20.2 |
| 2684 | 2026-07-17T18:49:20.098Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-07-17T18:49:20.225Z | Compiling oso-derive v0.27.3 |
| 2686 | 2026-07-17T18:49:20.713Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-07-17T18:49:20.790Z | Compiling openssl-probe v0.1.6 |
| 2688 | 2026-07-17T18:49:20.846Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2026-07-17T18:49:20.994Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2690 | 2026-07-17T18:49:21.094Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2691 | 2026-07-17T18:49:21.327Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2692 | 2026-07-17T18:49:21.544Z | Compiling bb8 v0.8.6 |
| 2693 | 2026-07-17T18:49:21.601Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-07-17T18:49:21.855Z | Compiling samael v0.0.19 |
| 2695 | 2026-07-17T18:49:21.926Z | Compiling half v1.8.3 |
| 2696 | 2026-07-17T18:49:22.024Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2697 | 2026-07-17T18:49:22.171Z | Compiling polar-core v0.27.3 |
| 2698 | 2026-07-17T18:49:22.201Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2699 | 2026-07-17T18:49:22.380Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2700 | 2026-07-17T18:49:22.483Z | Compiling serde_cbor v0.11.2 |
| 2701 | 2026-07-17T18:49:22.794Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2702 | 2026-07-17T18:49:23.084Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-07-17T18:49:23.247Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2704 | 2026-07-17T18:49:23.335Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2705 | 2026-07-17T18:49:23.488Z | Compiling nonempty v0.12.0 |
| 2706 | 2026-07-17T18:49:23.611Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-07-17T18:49:23.709Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2708 | 2026-07-17T18:49:23.754Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-07-17T18:49:23.898Z | Compiling libz-sys v1.1.24 |
| 2710 | 2026-07-17T18:49:23.922Z | Compiling salty v0.3.0 |
| 2711 | 2026-07-17T18:49:24.411Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2712 | 2026-07-17T18:49:24.566Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2713 | 2026-07-17T18:49:25.156Z | Compiling kstat-rs v0.2.4 |
| 2714 | 2026-07-17T18:49:25.332Z | Compiling arc-swap v1.8.2 |
| 2715 | 2026-07-17T18:49:25.636Z | Compiling fs-err v2.11.0 |
| 2716 | 2026-07-17T18:49:25.713Z | Compiling slog-scope v4.4.1 |
| 2717 | 2026-07-17T18:49:25.918Z | Compiling mime_guess v2.0.5 |
| 2718 | 2026-07-17T18:49:25.921Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2719 | 2026-07-17T18:49:26.056Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2720 | 2026-07-17T18:49:26.456Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2721 | 2026-07-17T18:49:26.695Z | Compiling rfc6979 v0.4.0 |
| 2722 | 2026-07-17T18:49:26.884Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2723 | 2026-07-17T18:49:27.027Z | Compiling nanorand v0.7.0 |
| 2724 | 2026-07-17T18:49:27.242Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2725 | 2026-07-17T18:49:27.390Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-07-17T18:49:27.683Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2727 | 2026-07-17T18:49:27.749Z | Compiling flume v0.11.1 |
| 2728 | 2026-07-17T18:49:28.143Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2729 | 2026-07-17T18:49:28.203Z | Compiling ecdsa v0.16.9 |
| 2730 | 2026-07-17T18:49:29.203Z | Compiling slog-stdlog v4.1.1 |
| 2731 | 2026-07-17T18:49:29.496Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2732 | 2026-07-17T18:49:29.601Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2733 | 2026-07-17T18:49:29.683Z | Compiling primeorder v0.13.6 |
| 2734 | 2026-07-17T18:49:29.997Z | Compiling async-bb8-diesel v0.2.1 |
| 2735 | 2026-07-17T18:49:30.396Z | Compiling diesel-dtrace v0.5.0 |
| 2736 | 2026-07-17T18:49:30.445Z | Compiling git-stub v1.0.0 |
| 2737 | 2026-07-17T18:49:30.715Z | Compiling atty v0.2.14 |
| 2738 | 2026-07-17T18:49:30.718Z | Compiling parse-size v1.1.0 |
| 2739 | 2026-07-17T18:49:30.838Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2740 | 2026-07-17T18:49:30.885Z | Compiling strsim v0.10.0 |
| 2741 | 2026-07-17T18:49:30.942Z | Compiling instability v0.3.11 |
| 2742 | 2026-07-17T18:49:31.138Z | Compiling oso v0.27.3 |
| 2743 | 2026-07-17T18:49:31.204Z | Compiling http-range v0.1.5 |
| 2744 | 2026-07-17T18:49:31.291Z | Compiling darling_core v0.13.4 |
| 2745 | 2026-07-17T18:49:31.537Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2746 | 2026-07-17T18:49:33.015Z | Compiling git-stub-vcs v0.1.0 |
| 2747 | 2026-07-17T18:49:33.181Z | Compiling p384 v0.13.1 |
| 2748 | 2026-07-17T18:49:33.366Z | Compiling slog-envlogger v2.2.0 |
| 2749 | 2026-07-17T18:49:35.323Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2750 | 2026-07-17T18:49:35.398Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2751 | 2026-07-17T18:49:35.621Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2752 | 2026-07-17T18:49:35.697Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2753 | 2026-07-17T18:49:36.863Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-07-17T18:49:37.348Z | Compiling ignore v0.4.25 |
| 2755 | 2026-07-17T18:49:37.576Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2756 | 2026-07-17T18:49:37.953Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-07-17T18:49:38.273Z | Compiling vergen-git2 v9.1.0 |
| 2758 | 2026-07-17T18:49:38.520Z | Compiling castaway v0.2.4 |
| 2759 | 2026-07-17T18:49:38.681Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-07-17T18:49:38.937Z | Compiling indoc v2.0.7 |
| 2761 | 2026-07-17T18:49:39.465Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-17T18:49:39.801Z | Compiling compact_str v0.8.1 |
| 2763 | 2026-07-17T18:49:40.206Z | Compiling globwalk v0.9.1 |
| 2764 | 2026-07-17T18:49:40.324Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-07-17T18:49:40.653Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-07-17T18:49:40.865Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-07-17T18:49:40.940Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2768 | 2026-07-17T18:49:41.246Z | Compiling darling_macro v0.13.4 |
| 2769 | 2026-07-17T18:49:41.306Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-07-17T18:49:41.712Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2771 | 2026-07-17T18:49:41.760Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-07-17T18:49:41.982Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2773 | 2026-07-17T18:49:42.006Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2774 | 2026-07-17T18:49:42.042Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2775 | 2026-07-17T18:49:42.247Z | Compiling predicates-tree v1.0.13 |
| 2776 | 2026-07-17T18:49:42.550Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-07-17T18:49:42.709Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2778 | 2026-07-17T18:49:42.762Z | Compiling lru v0.12.5 |
| 2779 | 2026-07-17T18:49:42.952Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-07-17T18:49:42.989Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-07-17T18:49:43.213Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-17T18:49:43.283Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2783 | 2026-07-17T18:49:43.488Z | Compiling cassowary v0.3.0 |
| 2784 | 2026-07-17T18:49:43.565Z | Compiling corncobs v0.1.4 |
| 2785 | 2026-07-17T18:49:43.656Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-07-17T18:49:43.703Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-07-17T18:49:43.759Z | Compiling hickory-server v0.25.2 |
| 2788 | 2026-07-17T18:49:43.828Z | Compiling ratatui v0.29.0 |
| 2789 | 2026-07-17T18:49:43.908Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-07-17T18:49:43.991Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2791 | 2026-07-17T18:49:44.148Z | Compiling camino-tempfile-ext v0.3.3 |
| 2792 | 2026-07-17T18:49:44.259Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-07-17T18:49:44.410Z | Compiling darling v0.13.4 |
| 2794 | 2026-07-17T18:49:44.569Z | Compiling sled v0.34.7 |
| 2795 | 2026-07-17T18:49:44.773Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2796 | 2026-07-17T18:49:45.061Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2026-07-17T18:49:45.160Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-07-17T18:49:45.712Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2799 | 2026-07-17T18:49:47.017Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2800 | 2026-07-17T18:49:47.561Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2801 | 2026-07-17T18:49:47.801Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2802 | 2026-07-17T18:49:48.040Z | Compiling secrecy v0.8.0 |
| 2803 | 2026-07-17T18:49:48.090Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2804 | 2026-07-17T18:49:48.394Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2805 | 2026-07-17T18:49:48.755Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2806 | 2026-07-17T18:49:49.373Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2807 | 2026-07-17T18:49:49.495Z | Compiling serde_with_macros v1.5.2 |
| 2808 | 2026-07-17T18:49:50.111Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2809 | 2026-07-17T18:49:50.380Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2810 | 2026-07-17T18:49:50.478Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-07-17T18:49:51.411Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2812 | 2026-07-17T18:49:51.647Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2813 | 2026-07-17T18:49:51.890Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2814 | 2026-07-17T18:49:52.081Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2815 | 2026-07-17T18:49:52.197Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2816 | 2026-07-17T18:49:52.334Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2817 | 2026-07-17T18:49:52.446Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2818 | 2026-07-17T18:49:52.569Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2819 | 2026-07-17T18:49:52.592Z | Compiling void v1.0.2 |
| 2820 | 2026-07-17T18:49:52.778Z | Compiling lzss v0.8.2 |
| 2821 | 2026-07-17T18:49:52.949Z | Compiling git2 v0.20.4 |
| 2822 | 2026-07-17T18:49:53.173Z | Compiling illumos-nvpair v0.3.0 |
| 2823 | 2026-07-17T18:49:53.576Z | Compiling serde_with v1.14.0 |
| 2824 | 2026-07-17T18:49:53.690Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2825 | 2026-07-17T18:49:53.996Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2826 | 2026-07-17T18:49:54.216Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2827 | 2026-07-17T18:49:54.769Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2828 | 2026-07-17T18:49:55.879Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2829 | 2026-07-17T18:49:55.983Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2830 | 2026-07-17T18:49:56.643Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2831 | 2026-07-17T18:49:56.703Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2832 | 2026-07-17T18:49:57.419Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2833 | 2026-07-17T18:49:57.679Z | Compiling tungstenite v0.23.0 |
| 2834 | 2026-07-17T18:49:57.842Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2835 | 2026-07-17T18:49:58.202Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2836 | 2026-07-17T18:49:59.674Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2837 | 2026-07-17T18:49:59.925Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2838 | 2026-07-17T18:49:59.946Z | Compiling nix v0.27.1 |
| 2839 | 2026-07-17T18:50:00.046Z | Compiling twox-hash v2.1.2 |
| 2840 | 2026-07-17T18:50:00.169Z | Compiling serde_bytes v0.11.19 |
| 2841 | 2026-07-17T18:50:00.402Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2842 | 2026-07-17T18:50:00.470Z | Compiling tokio-tungstenite v0.23.1 |
| 2843 | 2026-07-17T18:50:00.536Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2844 | 2026-07-17T18:50:00.846Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2845 | 2026-07-17T18:50:00.850Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2846 | 2026-07-17T18:50:01.130Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2847 | 2026-07-17T18:50:01.305Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2848 | 2026-07-17T18:50:02.666Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2849 | 2026-07-17T18:50:03.297Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2850 | 2026-07-17T18:50:04.615Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2851 | 2026-07-17T18:50:05.024Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2852 | 2026-07-17T18:50:05.133Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2853 | 2026-07-17T18:50:05.518Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2854 | 2026-07-17T18:50:05.776Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2855 | 2026-07-17T18:50:05.979Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2856 | 2026-07-17T18:50:06.069Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2857 | 2026-07-17T18:50:06.601Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2858 | 2026-07-17T18:50:06.802Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2859 | 2026-07-17T18:50:07.498Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2860 | 2026-07-17T18:50:07.750Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2861 | 2026-07-17T18:50:09.537Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2862 | 2026-07-17T18:50:09.678Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2863 | 2026-07-17T18:50:10.683Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2864 | 2026-07-17T18:50:11.438Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2865 | 2026-07-17T18:50:12.849Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2866 | 2026-07-17T18:50:12.987Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2867 | 2026-07-17T18:50:13.061Z | Compiling signal-hook-tokio v0.3.1 |
| 2868 | 2026-07-17T18:50:13.222Z | Compiling fatfs v0.3.6 |
| 2869 | 2026-07-17T18:50:13.254Z | Compiling yasna v0.5.2 |
| 2870 | 2026-07-17T18:50:13.315Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2871 | 2026-07-17T18:50:13.733Z | Compiling is_ci v1.2.0 |
| 2872 | 2026-07-17T18:50:13.817Z | Compiling assert_matches v1.5.0 |
| 2873 | 2026-07-17T18:50:13.926Z | Compiling seq-macro v0.3.6 |
| 2874 | 2026-07-17T18:50:13.963Z | Compiling supports-color v3.0.2 |
| 2875 | 2026-07-17T18:50:14.260Z | Compiling rcgen v0.12.1 |
| 2876 | 2026-07-17T18:50:14.489Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2877 | 2026-07-17T18:50:14.786Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2878 | 2026-07-17T18:50:14.950Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2879 | 2026-07-17T18:50:16.199Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2880 | 2026-07-17T18:50:16.452Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2881 | 2026-07-17T18:50:16.741Z | Compiling port-file v0.1.0 |
| 2882 | 2026-07-17T18:50:17.071Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-07-17T18:50:17.198Z | Compiling rtoolbox v0.0.3 |
| 2884 | 2026-07-17T18:50:17.483Z | Compiling rpassword v7.5.4 |
| 2885 | 2026-07-17T18:50:18.102Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-07-17T18:50:18.633Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-07-17T18:50:18.824Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2888 | 2026-07-17T18:50:19.260Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-07-17T18:50:19.400Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2890 | 2026-07-17T18:50:21.179Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-07-17T18:50:21.340Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-07-17T18:50:21.478Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2893 | 2026-07-17T18:50:22.565Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-07-17T18:50:22.842Z | Compiling uzers v0.12.2 |
| 2895 | 2026-07-17T18:50:23.259Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-07-17T18:50:23.470Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-07-17T18:50:24.323Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-07-17T18:50:24.480Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-07-17T18:50:26.618Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-07-17T18:50:28.308Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-07-17T18:50:28.813Z | Compiling multimap v0.10.1 |
| 2902 | 2026-07-17T18:50:43.731Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2903 | 2026-07-17T18:50:48.231Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2904 | 2026-07-17T18:50:50.680Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-07-17T18:50:51.176Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-07-17T18:50:51.348Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-07-17T18:57:38.932Z | Finished `release` profile [optimized] target(s) in 8m 56s |
| 2908 | 2026-07-17T18:58:25.346Z | |
| 2909 | 2026-07-17T18:58:25.346Z | real 9:43.667836494 |
| 2910 | 2026-07-17T18:58:25.346Z | user 1:18:40.762393376 |
| 2911 | 2026-07-17T18:58:25.350Z | sys 3:28.954921560 |
| 2912 | 2026-07-17T18:58:25.350Z | trap 1.725146646 |
| 2913 | 2026-07-17T18:58:25.350Z | tflt 2.343014768 |
| 2914 | 2026-07-17T18:58:25.350Z | dflt 18.230688887 |
| 2915 | 2026-07-17T18:58:25.350Z | kflt 0.027411528 |
| 2916 | 2026-07-17T18:58:25.350Z | lock 6:55:28.669145386 |
| 2917 | 2026-07-17T18:58:25.350Z | slp 2:12:09.397444412 |
| 2918 | 2026-07-17T18:58:25.350Z | lat 2:20.022016403 |
| 2919 | 2026-07-17T18:58:25.350Z | stop 5:12.854944366 |
| 2920 | 2026-07-17T18:58:25.350Z | + mapfile -t packages |
| 2921 | 2026-07-17T18:58:25.350Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-07-17T18:58:26.238Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2923 | 2026-07-17T18:58:26.305Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-07-17T18:58:26.361Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-07-17T18:58:26.365Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-07-17T18:58:26.830Z | Compiling libc v0.2.185 |
| 2927 | 2026-07-17T18:58:26.830Z | Compiling serde_core v1.0.228 |
| 2928 | 2026-07-17T18:58:26.830Z | Compiling serde v1.0.228 |
| 2929 | 2026-07-17T18:58:26.833Z | Compiling rustix v1.1.3 |
| 2930 | 2026-07-17T18:58:26.835Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-07-17T18:58:26.958Z | Compiling serde_json v1.0.150 |
| 2932 | 2026-07-17T18:58:26.974Z | Compiling usdt-impl v0.5.0 |
| 2933 | 2026-07-17T18:58:26.977Z | Compiling syn v2.0.117 |
| 2934 | 2026-07-17T18:58:26.993Z | Compiling syn v1.0.109 |
| 2935 | 2026-07-17T18:58:27.007Z | Compiling log v0.4.29 |
| 2936 | 2026-07-17T18:58:27.018Z | Compiling getrandom v0.4.1 |
| 2937 | 2026-07-17T18:58:27.021Z | Compiling indexmap v2.14.0 |
| 2938 | 2026-07-17T18:58:27.042Z | Compiling fs-err v3.3.0 |
| 2939 | 2026-07-17T18:58:27.229Z | Compiling anyhow v1.0.102 |
| 2940 | 2026-07-17T18:58:27.284Z | Compiling once_cell v1.21.3 |
| 2941 | 2026-07-17T18:58:27.309Z | Compiling heck v0.4.1 |
| 2942 | 2026-07-17T18:58:27.704Z | Compiling thread-id v4.2.2 |
| 2943 | 2026-07-17T18:58:27.714Z | Compiling errno v0.3.14 |
| 2944 | 2026-07-17T18:58:27.717Z | Compiling memmap v0.7.0 |
| 2945 | 2026-07-17T18:58:28.473Z | Compiling proc-macro-error v1.0.4 |
| 2946 | 2026-07-17T18:58:28.684Z | Compiling terminal_size v0.4.3 |
| 2947 | 2026-07-17T18:58:28.684Z | Compiling tempfile v3.25.0 |
| 2948 | 2026-07-17T18:58:28.714Z | Compiling tabled_derive v0.7.0 |
| 2949 | 2026-07-17T18:58:28.780Z | Compiling clap_builder v4.6.0 |
| 2950 | 2026-07-17T18:58:28.780Z | Compiling textwrap v0.16.2 |
| 2951 | 2026-07-17T18:58:29.118Z | Compiling pest_generator v2.8.6 |
| 2952 | 2026-07-17T18:58:29.140Z | Compiling camino v1.2.2 |
| 2953 | 2026-07-17T18:58:29.150Z | Compiling cargo-platform v0.3.2 |
| 2954 | 2026-07-17T18:58:29.197Z | Compiling semver v1.0.28 |
| 2955 | 2026-07-17T18:58:29.414Z | Compiling tabled v0.15.0 |
| 2956 | 2026-07-17T18:58:29.431Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-07-17T18:58:29.711Z | Compiling serde_derive v1.0.228 |
| 2958 | 2026-07-17T18:58:29.711Z | Compiling thiserror-impl v1.0.69 |
| 2959 | 2026-07-17T18:58:29.714Z | Compiling zerocopy-derive v0.7.35 |
| 2960 | 2026-07-17T18:58:29.714Z | Compiling pest_derive v2.8.6 |
| 2961 | 2026-07-17T18:58:29.714Z | Compiling scroll_derive v0.12.1 |
| 2962 | 2026-07-17T18:58:29.715Z | Compiling thiserror-impl v2.0.18 |
| 2963 | 2026-07-17T18:58:29.715Z | Compiling clap_derive v4.6.1 |
| 2964 | 2026-07-17T18:58:30.429Z | Compiling scroll v0.12.0 |
| 2965 | 2026-07-17T18:58:30.564Z | Compiling zerocopy v0.7.35 |
| 2966 | 2026-07-17T18:58:30.699Z | Compiling goblin v0.8.2 |
| 2967 | 2026-07-17T18:58:30.831Z | Compiling thiserror v1.0.69 |
| 2968 | 2026-07-17T18:58:30.947Z | Compiling dtrace-parser v0.2.0 |
| 2969 | 2026-07-17T18:58:31.136Z | Compiling thiserror v2.0.18 |
| 2970 | 2026-07-17T18:58:31.382Z | Compiling clap v4.6.1 |
| 2971 | 2026-07-17T18:58:32.956Z | Compiling dof v0.3.0 |
| 2972 | 2026-07-17T18:58:32.973Z | Compiling serde_spanned v0.6.9 |
| 2973 | 2026-07-17T18:58:33.027Z | Compiling toml_datetime v0.6.11 |
| 2974 | 2026-07-17T18:58:33.050Z | Compiling serde_tokenstream v0.2.3 |
| 2975 | 2026-07-17T18:58:33.075Z | Compiling cargo_metadata v0.23.1 |
| 2976 | 2026-07-17T18:58:33.110Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2977 | 2026-07-17T18:58:33.127Z | Compiling macaddr v1.0.1 |
| 2978 | 2026-07-17T18:58:33.223Z | Compiling toml_edit v0.22.27 |
| 2979 | 2026-07-17T18:58:33.643Z | Compiling usdt-macro v0.5.0 |
| 2980 | 2026-07-17T18:58:33.643Z | Compiling usdt-attr-macro v0.5.0 |
| 2981 | 2026-07-17T18:58:34.325Z | Compiling usdt v0.5.0 |
| 2982 | 2026-07-17T18:58:34.750Z | Compiling toml v0.8.23 |
| 2983 | 2026-07-17T18:58:35.200Z | Compiling cargo_toml v0.21.0 |
| 2984 | 2026-07-17T18:58:39.641Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2985 | 2026-07-17T18:58:42.893Z | Finished `release` profile [optimized] target(s) in 16.51s |
| 2986 | 2026-07-17T18:58:43.038Z | |
| 2987 | 2026-07-17T18:58:43.039Z | real 16.635135618 |
| 2988 | 2026-07-17T18:58:43.039Z | user 2:05.224664911 |
| 2989 | 2026-07-17T18:58:43.039Z | sys 13.964677881 |
| 2990 | 2026-07-17T18:58:43.044Z | trap 0.071432300 |
| 2991 | 2026-07-17T18:58:43.044Z | tflt 0.528469769 |
| 2992 | 2026-07-17T18:58:43.044Z | dflt 1.638407354 |
| 2993 | 2026-07-17T18:58:43.044Z | kflt 0.000027290 |
| 2994 | 2026-07-17T18:58:43.044Z | lock 4:28.985311910 |
| 2995 | 2026-07-17T18:58:43.044Z | slp 2:44.448790036 |
| 2996 | 2026-07-17T18:58:43.044Z | lat 3.957835270 |
| 2997 | 2026-07-17T18:58:43.044Z | stop 14.279773417 |
| 2998 | 2026-07-17T18:58:43.044Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2999 | 2026-07-17T18:58:43.045Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3000 | 2026-07-17T18:58:43.045Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3001 | 2026-07-17T18:58:43.045Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3002 | 2026-07-17T18:58:43.045Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3003 | 2026-07-17T18:58:43.934Z | Compiling progenitor-client v0.14.0 |
| 3004 | 2026-07-17T18:58:43.934Z | Compiling newtype-uuid-macros v0.1.0 |
| 3005 | 2026-07-17T18:58:43.934Z | Compiling match_cfg v0.1.0 |
| 3006 | 2026-07-17T18:58:43.934Z | Compiling slog-json v2.6.1 |
| 3007 | 2026-07-17T18:58:43.939Z | Compiling structmeta-derive v0.3.0 |
| 3008 | 2026-07-17T18:58:43.940Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3009 | 2026-07-17T18:58:44.086Z | Compiling sha1 v0.11.0 |
| 3010 | 2026-07-17T18:58:44.100Z | Compiling multer v3.1.0 |
| 3011 | 2026-07-17T18:58:44.104Z | Compiling compression-core v0.4.31 |
| 3012 | 2026-07-17T18:58:44.104Z | Compiling debug-ignore v1.0.5 |
| 3013 | 2026-07-17T18:58:44.104Z | Compiling itertools v0.14.0 |
| 3014 | 2026-07-17T18:58:44.104Z | Compiling async-stream-impl v0.3.6 |
| 3015 | 2026-07-17T18:58:44.104Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3016 | 2026-07-17T18:58:44.104Z | Compiling serde_spanned v1.1.1 |
| 3017 | 2026-07-17T18:58:44.135Z | Compiling dropshot v0.17.1 |
| 3018 | 2026-07-17T18:58:44.139Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3019 | 2026-07-17T18:58:44.162Z | Compiling hostname v0.3.1 |
| 3020 | 2026-07-17T18:58:44.249Z | Compiling waitgroup v0.1.2 |
| 3021 | 2026-07-17T18:58:44.350Z | Compiling rustls-pemfile v2.2.0 |
| 3022 | 2026-07-17T18:58:44.423Z | Compiling compression-codecs v0.4.37 |
| 3023 | 2026-07-17T18:58:44.432Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3024 | 2026-07-17T18:58:44.432Z | Compiling dropshot_endpoint v0.17.1 |
| 3025 | 2026-07-17T18:58:44.481Z | Compiling hostname v0.4.2 |
| 3026 | 2026-07-17T18:58:44.499Z | Compiling serde_path_to_error v0.1.20 |
| 3027 | 2026-07-17T18:58:44.504Z | Compiling atomicwrites v0.4.4 |
| 3028 | 2026-07-17T18:58:44.573Z | Compiling slog-bunyan v2.5.0 |
| 3029 | 2026-07-17T18:58:44.614Z | Compiling async-compression v0.4.41 |
| 3030 | 2026-07-17T18:58:44.648Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3031 | 2026-07-17T18:58:44.653Z | Compiling macaddr v1.0.1 |
| 3032 | 2026-07-17T18:58:44.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3033 | 2026-07-17T18:58:44.715Z | Compiling instant v0.1.13 |
| 3034 | 2026-07-17T18:58:44.733Z | Compiling regress v0.10.5 |
| 3035 | 2026-07-17T18:58:44.752Z | Compiling backon v1.6.0 |
| 3036 | 2026-07-17T18:58:44.773Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3037 | 2026-07-17T18:58:44.818Z | Compiling async-stream v0.3.6 |
| 3038 | 2026-07-17T18:58:44.843Z | Compiling backoff v0.4.0 |
| 3039 | 2026-07-17T18:58:44.883Z | Compiling humantime v2.3.0 |
| 3040 | 2026-07-17T18:58:44.899Z | Compiling half v2.7.1 |
| 3041 | 2026-07-17T18:58:44.899Z | Compiling ciborium-io v0.2.2 |
| 3042 | 2026-07-17T18:58:44.945Z | Compiling progenitor-extras v0.2.0 |
| 3043 | 2026-07-17T18:58:44.983Z | Compiling crucible-workspace-hack v0.1.0 |
| 3044 | 2026-07-17T18:58:45.017Z | Compiling regress v0.11.1 |
| 3045 | 2026-07-17T18:58:45.035Z | Compiling convert_case v0.4.0 |
| 3046 | 2026-07-17T18:58:45.074Z | Compiling secrecy v0.10.3 |
| 3047 | 2026-07-17T18:58:45.131Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3048 | 2026-07-17T18:58:45.168Z | Compiling ciborium-ll v0.2.2 |
| 3049 | 2026-07-17T18:58:45.182Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3050 | 2026-07-17T18:58:45.224Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3051 | 2026-07-17T18:58:45.239Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3052 | 2026-07-17T18:58:45.263Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3053 | 2026-07-17T18:58:45.295Z | Compiling inout v0.1.4 |
| 3054 | 2026-07-17T18:58:45.350Z | Compiling unsafe-libyaml v0.2.11 |
| 3055 | 2026-07-17T18:58:45.354Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3056 | 2026-07-17T18:58:45.384Z | Compiling ciborium v0.2.2 |
| 3057 | 2026-07-17T18:58:45.401Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3058 | 2026-07-17T18:58:45.437Z | Compiling derive_more v0.99.20 |
| 3059 | 2026-07-17T18:58:45.470Z | Compiling cipher v0.4.4 |
| 3060 | 2026-07-17T18:58:45.504Z | Compiling structmeta v0.3.0 |
| 3061 | 2026-07-17T18:58:45.533Z | Compiling universal-hash v0.5.1 |
| 3062 | 2026-07-17T18:58:45.566Z | Compiling opaque-debug v0.3.1 |
| 3063 | 2026-07-17T18:58:45.582Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3064 | 2026-07-17T18:58:45.599Z | Compiling blake2 v0.10.6 |
| 3065 | 2026-07-17T18:58:45.652Z | Compiling poly1305 v0.8.0 |
| 3066 | 2026-07-17T18:58:45.685Z | Compiling aead v0.5.2 |
| 3067 | 2026-07-17T18:58:45.747Z | Compiling derive-ex v0.1.8 |
| 3068 | 2026-07-17T18:58:45.765Z | Compiling parse-display-derive v0.10.0 |
| 3069 | 2026-07-17T18:58:45.795Z | Compiling chacha20 v0.9.1 |
| 3070 | 2026-07-17T18:58:45.905Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3071 | 2026-07-17T18:58:45.922Z | Compiling serde_yaml v0.9.34+deprecated |
| 3072 | 2026-07-17T18:58:45.986Z | Compiling password-hash v0.5.0 |
| 3073 | 2026-07-17T18:58:46.078Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3074 | 2026-07-17T18:58:46.096Z | Compiling chacha20poly1305 v0.10.1 |
| 3075 | 2026-07-17T18:58:46.096Z | Compiling indent_write v2.2.0 |
| 3076 | 2026-07-17T18:58:46.171Z | Compiling darling_core v0.21.3 |
| 3077 | 2026-07-17T18:58:46.278Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3078 | 2026-07-17T18:58:46.295Z | Compiling argon2 v0.5.3 |
| 3079 | 2026-07-17T18:58:46.360Z | Compiling heapless v0.8.0 |
| 3080 | 2026-07-17T18:58:46.409Z | Compiling tabwriter v1.4.1 |
| 3081 | 2026-07-17T18:58:46.424Z | Compiling hash32 v0.3.1 |
| 3082 | 2026-07-17T18:58:46.585Z | Compiling thiserror-no-std v2.0.2 |
| 3083 | 2026-07-17T18:58:46.611Z | Compiling smoltcp v0.11.0 |
| 3084 | 2026-07-17T18:58:46.665Z | Compiling typify-impl v0.6.2 |
| 3085 | 2026-07-17T18:58:46.703Z | Compiling vsss-rs v3.3.4 |
| 3086 | 2026-07-17T18:58:46.722Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3087 | 2026-07-17T18:58:47.007Z | Compiling proc-macro-crate v3.4.0 |
| 3088 | 2026-07-17T18:58:47.216Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3089 | 2026-07-17T18:58:47.465Z | Compiling cobs v0.3.0 |
| 3090 | 2026-07-17T18:58:47.549Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3091 | 2026-07-17T18:58:47.556Z | Compiling colored v3.1.1 |
| 3092 | 2026-07-17T18:58:47.556Z | Compiling test-strategy v0.4.5 |
| 3093 | 2026-07-17T18:58:47.572Z | Compiling parse-display v0.10.0 |
| 3094 | 2026-07-17T18:58:47.610Z | Compiling num_enum_derive v0.7.6 |
| 3095 | 2026-07-17T18:58:47.682Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3096 | 2026-07-17T18:58:47.755Z | Compiling postcard v1.1.3 |
| 3097 | 2026-07-17T18:58:47.838Z | Compiling proc-macro-error v1.0.4 |
| 3098 | 2026-07-17T18:58:47.897Z | Compiling proc-macro-crate v1.3.1 |
| 3099 | 2026-07-17T18:58:47.928Z | Compiling rand v0.10.1 |
| 3100 | 2026-07-17T18:58:47.944Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3101 | 2026-07-17T18:58:48.011Z | Compiling foreign-types-macros v0.2.3 |
| 3102 | 2026-07-17T18:58:48.097Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3103 | 2026-07-17T18:58:48.128Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3104 | 2026-07-17T18:58:48.183Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3105 | 2026-07-17T18:58:48.260Z | Compiling foreign-types-shared v0.3.1 |
| 3106 | 2026-07-17T18:58:48.315Z | Compiling rayon-core v1.13.0 |
| 3107 | 2026-07-17T18:58:48.339Z | Compiling num_enum_derive v0.5.11 |
| 3108 | 2026-07-17T18:58:48.446Z | Compiling crossbeam-deque v0.8.6 |
| 3109 | 2026-07-17T18:58:48.492Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3110 | 2026-07-17T18:58:48.509Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3111 | 2026-07-17T18:58:48.529Z | Compiling cstr-argument v0.1.2 |
| 3112 | 2026-07-17T18:58:48.575Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3113 | 2026-07-17T18:58:48.698Z | Compiling foreign-types v0.5.0 |
| 3114 | 2026-07-17T18:58:48.720Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3115 | 2026-07-17T18:58:48.745Z | Compiling num_enum v0.7.6 |
| 3116 | 2026-07-17T18:58:48.749Z | Compiling darling_macro v0.21.3 |
| 3117 | 2026-07-17T18:58:48.797Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3118 | 2026-07-17T18:58:48.839Z | Compiling zone_cfg_derive v0.3.1 |
| 3119 | 2026-07-17T18:58:48.882Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3120 | 2026-07-17T18:58:48.921Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3121 | 2026-07-17T18:58:48.990Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3122 | 2026-07-17T18:58:49.031Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3123 | 2026-07-17T18:58:49.065Z | Compiling itertools v0.12.1 |
| 3124 | 2026-07-17T18:58:49.084Z | Compiling rayon v1.11.0 |
| 3125 | 2026-07-17T18:58:49.140Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3126 | 2026-07-17T18:58:49.146Z | Compiling num-derive v0.4.2 |
| 3127 | 2026-07-17T18:58:49.146Z | Compiling sigpipe v0.1.3 |
| 3128 | 2026-07-17T18:58:49.239Z | Compiling glob v0.3.3 |
| 3129 | 2026-07-17T18:58:49.260Z | Compiling cpubits v0.1.1 |
| 3130 | 2026-07-17T18:58:49.286Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3131 | 2026-07-17T18:58:49.333Z | Compiling darling v0.21.3 |
| 3132 | 2026-07-17T18:58:49.366Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3133 | 2026-07-17T18:58:49.383Z | Compiling smf v0.2.3 |
| 3134 | 2026-07-17T18:58:49.439Z | Compiling ingot-macros v0.1.1 |
| 3135 | 2026-07-17T18:58:49.468Z | Compiling num_enum v0.5.11 |
| 3136 | 2026-07-17T18:58:49.581Z | Compiling whoami v1.6.1 |
| 3137 | 2026-07-17T18:58:49.598Z | Compiling usdt-macro v0.5.0 |
| 3138 | 2026-07-17T18:58:49.637Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3139 | 2026-07-17T18:58:49.652Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3140 | 2026-07-17T18:58:49.658Z | Compiling usdt-attr-macro v0.5.0 |
| 3141 | 2026-07-17T18:58:49.716Z | Compiling gethostname v0.5.0 |
| 3142 | 2026-07-17T18:58:49.801Z | Compiling num-rational v0.4.2 |
| 3143 | 2026-07-17T18:58:49.900Z | Compiling pem-rfc7468 v1.0.0 |
| 3144 | 2026-07-17T18:58:49.962Z | Compiling num-complex v0.4.6 |
| 3145 | 2026-07-17T18:58:49.997Z | Compiling memmap v0.7.0 |
| 3146 | 2026-07-17T18:58:50.141Z | Compiling derive-where v1.6.0 |
| 3147 | 2026-07-17T18:58:50.216Z | Compiling float-ord v0.3.2 |
| 3148 | 2026-07-17T18:58:50.238Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3149 | 2026-07-17T18:58:50.242Z | Compiling toml v0.8.23 |
| 3150 | 2026-07-17T18:58:50.362Z | Compiling zone v0.3.1 |
| 3151 | 2026-07-17T18:58:50.426Z | Compiling num v0.4.3 |
| 3152 | 2026-07-17T18:58:50.430Z | Compiling hmac v0.13.0 |
| 3153 | 2026-07-17T18:58:50.441Z | Compiling universal-hash v0.6.1 |
| 3154 | 2026-07-17T18:58:50.446Z | Compiling resolv-conf v0.7.6 |
| 3155 | 2026-07-17T18:58:50.503Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3156 | 2026-07-17T18:58:50.555Z | Compiling usdt v0.5.0 |
| 3157 | 2026-07-17T18:58:50.619Z | Compiling owo-colors v4.3.0 |
| 3158 | 2026-07-17T18:58:50.642Z | Compiling cancel-safe-futures v0.1.5 |
| 3159 | 2026-07-17T18:58:50.659Z | Compiling polyval v0.7.1 |
| 3160 | 2026-07-17T18:58:50.663Z | Compiling der v0.8.0 |
| 3161 | 2026-07-17T18:58:50.777Z | Compiling libsw-core v0.3.2 |
| 3162 | 2026-07-17T18:58:50.823Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3163 | 2026-07-17T18:58:50.857Z | Compiling prettyplease v0.2.37 |
| 3164 | 2026-07-17T18:58:50.939Z | Compiling libsw v3.5.0 |
| 3165 | 2026-07-17T18:58:50.958Z | Compiling ghash v0.6.0 |
| 3166 | 2026-07-17T18:58:50.991Z | Compiling pbkdf2 v0.13.0 |
| 3167 | 2026-07-17T18:58:50.991Z | Compiling aes v0.9.1 |
| 3168 | 2026-07-17T18:58:51.128Z | Compiling console v0.15.11 |
| 3169 | 2026-07-17T18:58:51.133Z | Compiling hickory-proto v0.24.4 |
| 3170 | 2026-07-17T18:58:51.148Z | Compiling newline-converter v0.3.0 |
| 3171 | 2026-07-17T18:58:51.152Z | Compiling ctr v0.10.1 |
| 3172 | 2026-07-17T18:58:51.181Z | Compiling aead v0.6.1 |
| 3173 | 2026-07-17T18:58:51.266Z | Compiling sha2 v0.11.0 |
| 3174 | 2026-07-17T18:58:51.297Z | Compiling libefi-sys v0.1.0 |
| 3175 | 2026-07-17T18:58:51.314Z | Compiling typify-macro v0.6.2 |
| 3176 | 2026-07-17T18:58:51.376Z | Compiling linked-hash-map v0.5.6 |
| 3177 | 2026-07-17T18:58:51.396Z | Compiling linear-map v1.2.0 |
| 3178 | 2026-07-17T18:58:51.440Z | Compiling aes-gcm v0.11.0 |
| 3179 | 2026-07-17T18:58:51.549Z | Compiling expectorate v1.2.0 |
| 3180 | 2026-07-17T18:58:51.573Z | Compiling lru-cache v0.1.2 |
| 3181 | 2026-07-17T18:58:51.603Z | Compiling spki v0.8.0 |
| 3182 | 2026-07-17T18:58:51.660Z | Compiling crypto-bigint v0.7.5 |
| 3183 | 2026-07-17T18:58:51.709Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3184 | 2026-07-17T18:58:51.728Z | Compiling salsa20 v0.11.0 |
| 3185 | 2026-07-17T18:58:51.745Z | Compiling cbc v0.2.1 |
| 3186 | 2026-07-17T18:58:51.839Z | Compiling bitfield-struct v0.6.2 |
| 3187 | 2026-07-17T18:58:51.856Z | Compiling nom v8.0.0 |
| 3188 | 2026-07-17T18:58:51.909Z | Compiling semver v0.1.20 |
| 3189 | 2026-07-17T18:58:51.986Z | Compiling tokio-dtrace v0.1.1 |
| 3190 | 2026-07-17T18:58:52.051Z | Compiling scrypt v0.12.0 |
| 3191 | 2026-07-17T18:58:52.141Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-07-17T18:58:52.157Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3193 | 2026-07-17T18:58:52.237Z | Compiling slog-dtrace v0.3.0 |
| 3194 | 2026-07-17T18:58:52.293Z | Compiling minimal-lexical v0.2.1 |
| 3195 | 2026-07-17T18:58:52.376Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-07-17T18:58:52.409Z | Compiling newtype_derive v0.1.6 |
| 3197 | 2026-07-17T18:58:52.424Z | Compiling ingot-types v0.1.2 |
| 3198 | 2026-07-17T18:58:52.477Z | Compiling pkcs5 v0.8.1 |
| 3199 | 2026-07-17T18:58:52.516Z | Compiling nom v7.1.3 |
| 3200 | 2026-07-17T18:58:52.558Z | Compiling oxide-tokio-rt v0.1.4 |
| 3201 | 2026-07-17T18:58:52.574Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-07-17T18:58:52.593Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3203 | 2026-07-17T18:58:52.646Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3204 | 2026-07-17T18:58:52.833Z | Compiling ingot v0.1.1 |
| 3205 | 2026-07-17T18:58:52.851Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-07-17T18:58:52.885Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3207 | 2026-07-17T18:58:52.901Z | Compiling phf_shared v0.12.1 |
| 3208 | 2026-07-17T18:58:52.920Z | Compiling csv-core v0.1.13 |
| 3209 | 2026-07-17T18:58:53.058Z | Compiling unicode-xid v0.2.6 |
| 3210 | 2026-07-17T18:58:53.113Z | Compiling chrono-tz v0.10.4 |
| 3211 | 2026-07-17T18:58:53.190Z | Compiling typify v0.6.2 |
| 3212 | 2026-07-17T18:58:53.207Z | Compiling highway v1.3.0 |
| 3213 | 2026-07-17T18:58:53.207Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3214 | 2026-07-17T18:58:53.243Z | Compiling xshell-macros v0.2.7 |
| 3215 | 2026-07-17T18:58:53.261Z | Compiling const_format_proc_macros v0.2.34 |
| 3216 | 2026-07-17T18:58:53.305Z | Compiling progenitor-impl v0.14.0 |
| 3217 | 2026-07-17T18:58:53.323Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3218 | 2026-07-17T18:58:53.347Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3219 | 2026-07-17T18:58:53.408Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3220 | 2026-07-17T18:58:53.482Z | Compiling hickory-resolver v0.24.4 |
| 3221 | 2026-07-17T18:58:53.643Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3222 | 2026-07-17T18:58:53.691Z | Compiling xshell v0.2.7 |
| 3223 | 2026-07-17T18:58:53.907Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3224 | 2026-07-17T18:58:54.147Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3225 | 2026-07-17T18:58:54.219Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3226 | 2026-07-17T18:58:54.236Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3227 | 2026-07-17T18:58:54.341Z | Compiling csv v1.4.0 |
| 3228 | 2026-07-17T18:58:54.450Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3229 | 2026-07-17T18:58:54.511Z | Compiling phf v0.12.1 |
| 3230 | 2026-07-17T18:58:54.789Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3231 | 2026-07-17T18:58:54.801Z | Compiling qorb v0.4.1 |
| 3232 | 2026-07-17T18:58:54.802Z | Compiling pkcs8 v0.11.0 |
| 3233 | 2026-07-17T18:58:55.212Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3234 | 2026-07-17T18:58:55.215Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3235 | 2026-07-17T18:58:55.216Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3236 | 2026-07-17T18:58:55.251Z | Compiling const_format v0.2.35 |
| 3237 | 2026-07-17T18:58:55.302Z | Compiling tabled_derive v0.7.0 |
| 3238 | 2026-07-17T18:58:55.510Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3239 | 2026-07-17T18:58:55.652Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3240 | 2026-07-17T18:58:55.748Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3241 | 2026-07-17T18:58:55.877Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3242 | 2026-07-17T18:58:55.902Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3243 | 2026-07-17T18:58:56.003Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3244 | 2026-07-17T18:58:56.021Z | Compiling progenitor-macro v0.14.0 |
| 3245 | 2026-07-17T18:58:56.140Z | Compiling bcs v0.1.6 |
| 3246 | 2026-07-17T18:58:56.329Z | Compiling ff v0.14.0 |
| 3247 | 2026-07-17T18:58:56.349Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-07-17T18:58:56.368Z | Compiling termtree v0.5.1 |
| 3249 | 2026-07-17T18:58:56.488Z | Compiling salty v0.3.0 |
| 3250 | 2026-07-17T18:58:56.522Z | Compiling moka v0.12.13 |
| 3251 | 2026-07-17T18:58:56.539Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-07-17T18:58:56.563Z | Compiling tabled v0.15.0 |
| 3253 | 2026-07-17T18:58:56.809Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3254 | 2026-07-17T18:58:56.831Z | Compiling steno v0.4.1 |
| 3255 | 2026-07-17T18:58:56.850Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3256 | 2026-07-17T18:58:56.992Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3257 | 2026-07-17T18:58:57.020Z | Compiling sha1 v0.10.6 |
| 3258 | 2026-07-17T18:58:57.052Z | Compiling signature v3.0.0 |
| 3259 | 2026-07-17T18:58:57.073Z | Compiling base64 v0.21.7 |
| 3260 | 2026-07-17T18:58:57.115Z | Compiling base16ct v1.0.0 |
| 3261 | 2026-07-17T18:58:57.267Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3262 | 2026-07-17T18:58:57.293Z | Compiling radium v0.7.0 |
| 3263 | 2026-07-17T18:58:57.329Z | Compiling hickory-resolver v0.25.2 |
| 3264 | 2026-07-17T18:58:57.383Z | Compiling sec1 v0.8.1 |
| 3265 | 2026-07-17T18:58:57.418Z | Compiling group v0.14.0 |
| 3266 | 2026-07-17T18:58:57.428Z | Compiling hkdf v0.13.0 |
| 3267 | 2026-07-17T18:58:57.655Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3268 | 2026-07-17T18:58:57.671Z | Compiling rfc6979 v0.4.0 |
| 3269 | 2026-07-17T18:58:57.688Z | Compiling maybe-uninit v2.0.0 |
| 3270 | 2026-07-17T18:58:57.735Z | Compiling tap v1.0.1 |
| 3271 | 2026-07-17T18:58:57.826Z | Compiling ecdsa v0.16.9 |
| 3272 | 2026-07-17T18:58:57.849Z | Compiling wyz v0.5.1 |
| 3273 | 2026-07-17T18:58:58.075Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3274 | 2026-07-17T18:58:58.092Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3275 | 2026-07-17T18:58:58.111Z | Compiling primeorder v0.13.6 |
| 3276 | 2026-07-17T18:58:58.263Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3277 | 2026-07-17T18:58:58.280Z | Compiling packed_struct v0.10.1 |
| 3278 | 2026-07-17T18:58:58.385Z | Compiling funty v2.0.0 |
| 3279 | 2026-07-17T18:58:58.430Z | Compiling parking_lot_core v0.8.6 |
| 3280 | 2026-07-17T18:58:58.608Z | Compiling utf-8 v0.7.6 |
| 3281 | 2026-07-17T18:58:58.734Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3282 | 2026-07-17T18:58:58.778Z | Compiling tungstenite v0.21.0 |
| 3283 | 2026-07-17T18:58:58.795Z | Compiling proc-macro-error2 v2.0.1 |
| 3284 | 2026-07-17T18:58:58.815Z | Compiling bitvec v1.0.1 |
| 3285 | 2026-07-17T18:58:58.958Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3286 | 2026-07-17T18:58:59.045Z | Compiling p384 v0.13.1 |
| 3287 | 2026-07-17T18:58:59.096Z | Compiling rfc6979 v0.5.0 |
| 3288 | 2026-07-17T18:58:59.136Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3289 | 2026-07-17T18:58:59.158Z | Compiling git-stub v1.0.0 |
| 3290 | 2026-07-17T18:58:59.250Z | Compiling num-derive v0.3.3 |
| 3291 | 2026-07-17T18:58:59.272Z | Compiling packed_struct_codegen v0.10.1 |
| 3292 | 2026-07-17T18:58:59.392Z | Compiling zerocopy-derive v0.6.6 |
| 3293 | 2026-07-17T18:58:59.441Z | Compiling bitfield-macros v0.19.4 |
| 3294 | 2026-07-17T18:58:59.488Z | Compiling indexmap v1.9.3 |
| 3295 | 2026-07-17T18:58:59.654Z | Compiling nodrop v0.1.14 |
| 3296 | 2026-07-17T18:58:59.721Z | Compiling crc-catalog v2.4.0 |
| 3297 | 2026-07-17T18:58:59.739Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3298 | 2026-07-17T18:58:59.784Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3299 | 2026-07-17T18:58:59.850Z | Compiling crc v3.4.0 |
| 3300 | 2026-07-17T18:58:59.928Z | Compiling array-init v0.0.4 |
| 3301 | 2026-07-17T18:58:59.969Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3302 | 2026-07-17T18:59:00.018Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3303 | 2026-07-17T18:59:00.053Z | Compiling git-stub-vcs v0.1.0 |
| 3304 | 2026-07-17T18:59:00.074Z | Compiling tokio-tungstenite v0.21.0 |
| 3305 | 2026-07-17T18:59:00.097Z | Compiling ecdsa v0.17.0-rc.18 |
| 3306 | 2026-07-17T18:59:00.276Z | Compiling libscf-sys v1.1.0 |
| 3307 | 2026-07-17T18:59:00.501Z | Compiling bitfield v0.19.4 |
| 3308 | 2026-07-17T18:59:00.510Z | Compiling tabled_derive v0.11.0 |
| 3309 | 2026-07-17T18:59:00.510Z | Compiling zerocopy v0.6.6 |
| 3310 | 2026-07-17T18:59:00.510Z | Compiling smallvec v0.6.14 |
| 3311 | 2026-07-17T18:59:00.510Z | Compiling primeorder v0.14.0-rc.10 |
| 3312 | 2026-07-17T18:59:00.510Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-07-17T18:59:00.553Z | Compiling primefield v0.14.0 |
| 3314 | 2026-07-17T18:59:00.628Z | Compiling progenitor-impl v0.13.0 |
| 3315 | 2026-07-17T18:59:00.636Z | Compiling papergrid v0.17.0 |
| 3316 | 2026-07-17T18:59:00.662Z | Compiling testing_table v0.3.0 |
| 3317 | 2026-07-17T18:59:05.349Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3318 | 2026-07-17T18:59:05.349Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3319 | 2026-07-17T18:59:05.349Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3320 | 2026-07-17T18:59:05.349Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3321 | 2026-07-17T18:59:05.349Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-07-17T18:59:05.349Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-07-17T18:59:05.410Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3324 | 2026-07-17T18:59:05.410Z | Compiling corncobs v0.1.4 |
| 3325 | 2026-07-17T18:59:05.410Z | Compiling hashbrown v0.12.3 |
| 3326 | 2026-07-17T18:59:05.410Z | Compiling unicase v2.9.0 |
| 3327 | 2026-07-17T18:59:05.410Z | Compiling progenitor v0.14.0 |
| 3328 | 2026-07-17T18:59:05.410Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3329 | 2026-07-17T18:59:05.410Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3330 | 2026-07-17T18:59:05.410Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3331 | 2026-07-17T18:59:05.410Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3332 | 2026-07-17T18:59:05.410Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3333 | 2026-07-17T18:59:05.410Z | Compiling mime_guess v2.0.5 |
| 3334 | 2026-07-17T18:59:05.413Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3335 | 2026-07-17T18:59:05.413Z | Compiling parking_lot v0.11.2 |
| 3336 | 2026-07-17T18:59:05.413Z | Compiling tabled v0.20.0 |
| 3337 | 2026-07-17T18:59:05.413Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3338 | 2026-07-17T18:59:05.413Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3339 | 2026-07-17T18:59:05.413Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-07-17T18:59:05.413Z | Compiling serde-hex v0.1.0 |
| 3341 | 2026-07-17T18:59:05.413Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3342 | 2026-07-17T18:59:05.413Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3343 | 2026-07-17T18:59:05.413Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3344 | 2026-07-17T18:59:05.413Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3345 | 2026-07-17T18:59:05.413Z | Compiling ron v0.8.1 |
| 3346 | 2026-07-17T18:59:05.413Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3347 | 2026-07-17T18:59:05.413Z | Compiling hashbrown v0.13.2 |
| 3348 | 2026-07-17T18:59:05.413Z | Compiling progenitor-client v0.13.0 |
| 3349 | 2026-07-17T18:59:05.413Z | Compiling prefix-trie v0.7.0 |
| 3350 | 2026-07-17T18:59:05.414Z | Compiling fxhash v0.2.1 |
| 3351 | 2026-07-17T18:59:05.414Z | Compiling secrecy v0.8.0 |
| 3352 | 2026-07-17T18:59:05.414Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3353 | 2026-07-17T18:59:05.414Z | Compiling crc-any v2.5.0 |
| 3354 | 2026-07-17T18:59:05.414Z | Compiling sled v0.34.7 |
| 3355 | 2026-07-17T18:59:05.414Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3356 | 2026-07-17T18:59:05.416Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3357 | 2026-07-17T18:59:05.416Z | Compiling progenitor-macro v0.13.0 |
| 3358 | 2026-07-17T18:59:05.416Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3359 | 2026-07-17T18:59:05.416Z | Compiling hickory-server v0.25.2 |
| 3360 | 2026-07-17T18:59:05.416Z | Compiling object v0.30.4 |
| 3361 | 2026-07-17T18:59:05.416Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3362 | 2026-07-17T18:59:05.416Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3363 | 2026-07-17T18:59:05.416Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3364 | 2026-07-17T18:59:05.416Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3365 | 2026-07-17T18:59:05.416Z | Compiling ed25519 v3.0.0 |
| 3366 | 2026-07-17T18:59:05.416Z | Compiling crypto-primes v0.7.2 |
| 3367 | 2026-07-17T18:59:05.416Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3368 | 2026-07-17T18:59:05.544Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3369 | 2026-07-17T18:59:05.604Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-07-17T18:59:05.659Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3371 | 2026-07-17T18:59:05.730Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3372 | 2026-07-17T18:59:05.778Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3373 | 2026-07-17T18:59:05.808Z | Compiling poly1305 v0.9.0 |
| 3374 | 2026-07-17T18:59:05.832Z | Compiling blowfish v0.10.0 |
| 3375 | 2026-07-17T18:59:06.120Z | Compiling blake2 v0.11.0-rc.6 |
| 3376 | 2026-07-17T18:59:06.151Z | Compiling keccak v0.2.0 |
| 3377 | 2026-07-17T18:59:06.200Z | Compiling half v1.8.3 |
| 3378 | 2026-07-17T18:59:06.363Z | Compiling path-slash v0.1.5 |
| 3379 | 2026-07-17T18:59:06.382Z | Compiling crc8 v0.1.1 |
| 3380 | 2026-07-17T18:59:06.408Z | Compiling fiat-crypto v0.3.0 |
| 3381 | 2026-07-17T18:59:06.488Z | Compiling http-range v0.1.5 |
| 3382 | 2026-07-17T18:59:06.538Z | Compiling argon2 v0.6.0-rc.8 |
| 3383 | 2026-07-17T18:59:06.543Z | Compiling serde_cbor v0.11.2 |
| 3384 | 2026-07-17T18:59:06.604Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3385 | 2026-07-17T18:59:06.712Z | Compiling sha3 v0.11.0 |
| 3386 | 2026-07-17T18:59:06.735Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3387 | 2026-07-17T18:59:06.750Z | Compiling rsa v0.10.0-rc.18 |
| 3388 | 2026-07-17T18:59:06.773Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3389 | 2026-07-17T18:59:07.010Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3390 | 2026-07-17T18:59:07.026Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3391 | 2026-07-17T18:59:07.183Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3392 | 2026-07-17T18:59:07.218Z | Compiling illumos-nvpair v0.3.0 |
| 3393 | 2026-07-17T18:59:07.489Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3394 | 2026-07-17T18:59:07.492Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3395 | 2026-07-17T18:59:07.564Z | Compiling p256 v0.14.0-rc.10 |
| 3396 | 2026-07-17T18:59:07.654Z | Compiling p521 v0.14.0-rc.10 |
| 3397 | 2026-07-17T18:59:07.740Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3398 | 2026-07-17T18:59:07.833Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3399 | 2026-07-17T18:59:07.849Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3400 | 2026-07-17T18:59:07.874Z | Compiling yasna v0.5.2 |
| 3401 | 2026-07-17T18:59:07.964Z | Compiling kstat-rs v0.2.4 |
| 3402 | 2026-07-17T18:59:08.327Z | Compiling headers-core v0.3.0 |
| 3403 | 2026-07-17T18:59:08.337Z | Compiling kem v0.3.0 |
| 3404 | 2026-07-17T18:59:08.395Z | Compiling module-lattice v0.2.3 |
| 3405 | 2026-07-17T18:59:08.414Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3406 | 2026-07-17T18:59:08.431Z | Compiling progenitor v0.13.0 |
| 3407 | 2026-07-17T18:59:08.447Z | Compiling nanorand v0.7.0 |
| 3408 | 2026-07-17T18:59:08.502Z | Compiling atty v0.2.14 |
| 3409 | 2026-07-17T18:59:08.583Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3410 | 2026-07-17T18:59:08.600Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3411 | 2026-07-17T18:59:08.616Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3412 | 2026-07-17T18:59:08.636Z | Compiling ml-kem v0.3.2 |
| 3413 | 2026-07-17T18:59:08.666Z | Compiling headers v0.4.1 |
| 3414 | 2026-07-17T18:59:08.759Z | Compiling flume v0.11.1 |
| 3415 | 2026-07-17T18:59:08.804Z | Compiling rcgen v0.12.1 |
| 3416 | 2026-07-17T18:59:08.842Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3417 | 2026-07-17T18:59:09.026Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3418 | 2026-07-17T18:59:09.120Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3419 | 2026-07-17T18:59:09.428Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3420 | 2026-07-17T18:59:09.507Z | Compiling hyper-staticfile v0.10.1 |
| 3421 | 2026-07-17T18:59:09.642Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3422 | 2026-07-17T18:59:09.735Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3423 | 2026-07-17T18:59:09.862Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3424 | 2026-07-17T18:59:10.048Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3425 | 2026-07-17T18:59:10.063Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3426 | 2026-07-17T18:59:10.111Z | Compiling russh-cryptovec v0.61.0 |
| 3427 | 2026-07-17T18:59:10.384Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3428 | 2026-07-17T18:59:10.384Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3429 | 2026-07-17T18:59:10.531Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3430 | 2026-07-17T18:59:10.612Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3431 | 2026-07-17T18:59:10.783Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3432 | 2026-07-17T18:59:10.872Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3433 | 2026-07-17T18:59:11.031Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3434 | 2026-07-17T18:59:11.102Z | Compiling port-file v0.1.0 |
| 3435 | 2026-07-17T18:59:11.205Z | Compiling num-bigint v0.4.6 |
| 3436 | 2026-07-17T18:59:11.291Z | Compiling generic-array v1.4.3 |
| 3437 | 2026-07-17T18:59:11.330Z | Compiling russh-util v0.52.0 |
| 3438 | 2026-07-17T18:59:11.374Z | Compiling enum_dispatch v0.3.13 |
| 3439 | 2026-07-17T18:59:11.517Z | Compiling delegate v0.13.5 |
| 3440 | 2026-07-17T18:59:11.556Z | Compiling subprocess v0.2.15 |
| 3441 | 2026-07-17T18:59:11.631Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-07-17T18:59:11.673Z | Compiling p384 v0.14.0-rc.10 |
| 3443 | 2026-07-17T18:59:11.798Z | Compiling display-error-chain v0.2.2 |
| 3444 | 2026-07-17T18:59:11.975Z | Compiling hex-literal v1.1.0 |
| 3445 | 2026-07-17T18:59:11.985Z | Compiling md5 v0.8.0 |
| 3446 | 2026-07-17T18:59:12.126Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3447 | 2026-07-17T18:59:12.134Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3448 | 2026-07-17T18:59:12.163Z | Compiling colored v2.2.0 |
| 3449 | 2026-07-17T18:59:12.294Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3450 | 2026-07-17T18:59:12.330Z | Compiling socket2 v0.5.10 |
| 3451 | 2026-07-17T18:59:12.363Z | Compiling internet-checksum v0.2.1 |
| 3452 | 2026-07-17T18:59:13.336Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3453 | 2026-07-17T18:59:13.776Z | Compiling ssh-key v0.7.0-rc.10 |
| 3454 | 2026-07-17T18:59:14.020Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3455 | 2026-07-17T18:59:14.493Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3456 | 2026-07-17T18:59:15.025Z | Compiling russh v0.61.2 |
| 3457 | 2026-07-17T18:59:15.552Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3458 | 2026-07-17T18:59:16.763Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3459 | 2026-07-17T18:59:25.125Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3460 | 2026-07-17T18:59:25.126Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3461 | 2026-07-17T18:59:25.132Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3462 | 2026-07-17T18:59:25.132Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3463 | 2026-07-17T18:59:26.850Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3464 | 2026-07-17T18:59:26.919Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3465 | 2026-07-17T18:59:30.923Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3466 | 2026-07-17T19:00:13.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3467 | 2026-07-17T19:00:13.564Z | |
| 3468 | 2026-07-17T19:00:13.564Z | real 1:27.470466965 |
| 3469 | 2026-07-17T19:00:13.564Z | user 8:44.876130440 |
| 3470 | 2026-07-17T19:00:13.564Z | sys 1:43.586424228 |
| 3471 | 2026-07-17T19:00:13.564Z | trap 0.260725121 |
| 3472 | 2026-07-17T19:00:13.564Z | tflt 0.409800478 |
| 3473 | 2026-07-17T19:00:13.564Z | dflt 1.426072222 |
| 3474 | 2026-07-17T19:00:13.564Z | kflt 0.000264820 |
| 3475 | 2026-07-17T19:00:13.564Z | lock 31:03.375492863 |
| 3476 | 2026-07-17T19:00:13.564Z | slp 19:59.444261084 |
| 3477 | 2026-07-17T19:00:13.564Z | lat 41.854344879 |
| 3478 | 2026-07-17T19:00:13.564Z | stop 3:04.584769218 |
| 3479 | 2026-07-17T19:00:13.564Z | + mkdir tests |
| 3480 | 2026-07-17T19:00:13.564Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3481 | 2026-07-17T19:00:13.564Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3482 | 2026-07-17T19:00:13.564Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99e6296420c5702e tests/ |
| 3483 | 2026-07-17T19:00:13.564Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b863580a25d975ef tests/ |
| 3484 | 2026-07-17T19:00:13.564Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e54b251c283031be tests/ |
| 3485 | 2026-07-17T19:00:13.565Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-dfc191e63430a5a0 tests/ |
| 3486 | 2026-07-17T19:00:13.565Z | + 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-17T19:00:13.565Z | + 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-b863580a25d975ef tests/commtest-e54b251c283031be tests/dhcp_server-99e6296420c5702e tests/end_to_end_tests-dfc191e63430a5a0 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-17T19:01:30.768Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3489 | 2026-07-17T19:01:30.768Z | a .github/buildomat/ci-env.sh 1K |
| 3490 | 2026-07-17T19:01:30.768Z | a out/target/test 1K |
| 3491 | 2026-07-17T19:01:30.768Z | a out/npuzone/npuzone 27402K |
| 3492 | 2026-07-17T19:01:30.768Z | a package-manifest.toml 35K |
| 3493 | 2026-07-17T19:01:30.768Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3494 | 2026-07-17T19:01:30.768Z | a target/release/omicron-package 40729K |
| 3495 | 2026-07-17T19:01:30.768Z | a target/release/xtask 10468K |
| 3496 | 2026-07-17T19:01:30.768Z | a target/debug/bootstrap 349575K |
| 3497 | 2026-07-17T19:01:30.768Z | a tests/bootstrap-b863580a25d975ef 31974K |
| 3498 | 2026-07-17T19:01:30.768Z | a tests/commtest-e54b251c283031be 32169K |
| 3499 | 2026-07-17T19:01:30.768Z | a tests/dhcp_server-99e6296420c5702e 31974K |
| 3500 | 2026-07-17T19:01:30.768Z | a tests/end_to_end_tests-dfc191e63430a5a0 399448K |
| 3501 | 2026-07-17T19:01:30.768Z | a tools/opte_version 1K |
| 3502 | 2026-07-17T19:01:30.768Z | a tools/opte_version_override 2K |
| 3503 | 2026-07-17T19:01:30.768Z | a out/clickhouse.tar.gz 310742K |
| 3504 | 2026-07-17T19:01:30.768Z | a out/clickhouse_keeper.tar.gz 297207K |
| 3505 | 2026-07-17T19:01:30.768Z | a out/clickhouse_server.tar.gz 310739K |
| 3506 | 2026-07-17T19:01:30.768Z | a out/cockroachdb.tar.gz 161745K |
| 3507 | 2026-07-17T19:01:30.768Z | a out/crucible-pantry-zone.tar.gz 39111K |
| 3508 | 2026-07-17T19:01:30.768Z | a out/crucible-utils.tar 18900K |
| 3509 | 2026-07-17T19:01:30.768Z | a out/crucible-zone.tar.gz 53806K |
| 3510 | 2026-07-17T19:01:30.768Z | a out/external-dns.tar.gz 46168K |
| 3511 | 2026-07-17T19:01:30.768Z | a out/internal-dns.tar.gz 46167K |
| 3512 | 2026-07-17T19:01:30.768Z | a out/mg-ddm-gz.tar 102717K |
| 3513 | 2026-07-17T19:01:30.768Z | a out/nexus.tar.gz 273015K |
| 3514 | 2026-07-17T19:01:30.768Z | a out/ntp.tar.gz 29914K |
| 3515 | 2026-07-17T19:01:30.768Z | a out/omicron-gateway-softnpu.tar.gz 27716K |
| 3516 | 2026-07-17T19:01:30.768Z | a out/omicron-sled-agent.tar 191363K |
| 3517 | 2026-07-17T19:01:30.768Z | a out/overlay.tar.gz 4K |
| 3518 | 2026-07-17T19:01:30.768Z | a out/oximeter.tar.gz 60187K |
| 3519 | 2026-07-17T19:01:30.768Z | a out/oxlog.tar 3808K |
| 3520 | 2026-07-17T19:01:30.769Z | a out/probe.tar.gz 3037K |
| 3521 | 2026-07-17T19:01:30.769Z | a out/propolis-server.tar.gz 34372K |
| 3522 | 2026-07-17T19:01:30.769Z | a out/pumpkind-gz.tar 26647K |
| 3523 | 2026-07-17T19:01:30.769Z | a out/switch-softnpu.tar.gz 449635K |
| 3524 | 2026-07-17T19:01:30.772Z | |
| 3525 | 2026-07-17T19:01:30.772Z | real 1:19.869612103 |
| 3526 | 2026-07-17T19:01:30.773Z | user 1:17.206555840 |
| 3527 | 2026-07-17T19:01:30.773Z | sys 4.437050606 |
| 3528 | 2026-07-17T19:01:30.773Z | trap 0.005583022 |
| 3529 | 2026-07-17T19:01:30.773Z | tflt 0.000000000 |
| 3530 | 2026-07-17T19:01:30.773Z | dflt 0.000000000 |
| 3531 | 2026-07-17T19:01:30.773Z | kflt 0.000000000 |
| 3532 | 2026-07-17T19:01:30.773Z | lock 0.000000000 |
| 3533 | 2026-07-17T19:01:30.773Z | slp 1:17.122859500 |
| 3534 | 2026-07-17T19:01:30.773Z | lat 0.962402692 |
| 3535 | 2026-07-17T19:01:30.773Z | stop 0.000170310 |
| 3536 | 2026-07-17T19:01:30.773Z | process exited: duration 980056 ms, exit code 0 |
| |
| 3537 | 2026-07-17T19:01:30.780Z | found 1 output files |
| 3538 | 2026-07-17T19:01:30.792Z | uploading: /work/package.tar.gz (2482968438 bytes) |
| 3539 | 2026-07-17T19:02:01.758Z | uploaded: /work/package.tar.gz |