|
|
|
| 1 | 2026-01-22T21:21:23.333Z | job assigned to worker 01KFKS94AAG49KDRDN6SAJ8KMZ [factory aws, i-07a130f6f299f73ab] (queued for 55 s) |
| |
| 2 | 2026-01-22T21:21:32.417Z | starting task 0: "setup" |
| 3 | 2026-01-22T21:21:32.422Z | ++ uname -s |
| 4 | 2026-01-22T21:21:32.427Z | + kern=SunOS |
| 5 | 2026-01-22T21:21:32.427Z | + build_user=build |
| 6 | 2026-01-22T21:21:32.427Z | + build_uid=12345 |
| 7 | 2026-01-22T21:21:32.427Z | + work_dir=/work |
| 8 | 2026-01-22T21:21:32.427Z | + input_dir=/input |
| 9 | 2026-01-22T21:21:32.427Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-22T21:21:32.427Z | + case "$kern" in |
| 11 | 2026-01-22T21:21:32.427Z | + groupadd -g 12345 build |
| 12 | 2026-01-22T21:21:32.432Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-22T21:21:34.436Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-22T21:21:34.552Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-22T21:21:34.555Z | + home_fs=zfs |
| 16 | 2026-01-22T21:21:34.555Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-22T21:21:34.555Z | + mkdir -p /home/build |
| 18 | 2026-01-22T21:21:34.558Z | + chown build:build /home/build /work |
| 19 | 2026-01-22T21:21:36.559Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-22T21:21:36.563Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-01-22T21:21:36.569Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-22T21:21:36.574Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-22T21:21:36.574Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-22T21:21:36.574Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-01-22T21:21:36.574Z | * rust toolchain profile = "default" |
| 26 | 2026-01-22T21:21:36.574Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-22T21:21:36.574Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-22T21:21:36.577Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-22T21:21:36.578Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-22T21:21:36.703Z | info: downloading installer |
| 31 | 2026-01-22T21:21:38.765Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-22T21:21:38.765Z | warn: /opt/ooce/bin |
| 33 | 2026-01-22T21:21:38.765Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-22T21:21:38.765Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-22T21:21:38.765Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-22T21:21:38.765Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-22T21:21:38.765Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-22T21:21:38.765Z | error: cannot install while Rust is installed |
| 39 | 2026-01-22T21:21:38.765Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-22T21:21:38.806Z | info: profile set to 'default' |
| 41 | 2026-01-22T21:21:38.806Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-22T21:21:38.809Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-22T21:21:38.987Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-22T21:21:38.987Z | info: downloading component 'cargo' |
| 45 | 2026-01-22T21:21:39.954Z | info: downloading component 'clippy' |
| 46 | 2026-01-22T21:21:40.284Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-22T21:21:41.525Z | info: downloading component 'rust-std' |
| 48 | 2026-01-22T21:21:43.779Z | info: downloading component 'rustc' |
| 49 | 2026-01-22T21:21:52.701Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-22T21:21:52.999Z | info: installing component 'cargo' |
| 51 | 2026-01-22T21:21:53.926Z | info: installing component 'clippy' |
| 52 | 2026-01-22T21:21:54.328Z | info: installing component 'rust-docs' |
| 53 | 2026-01-22T21:21:56.343Z | info: installing component 'rust-std' |
| 54 | 2026-01-22T21:21:58.187Z | info: installing component 'rustc' |
| 55 | 2026-01-22T21:22:04.908Z | info: installing component 'rustfmt' |
| 56 | 2026-01-22T21:22:05.270Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-22T21:22:05.270Z | |
| 58 | 2026-01-22T21:22:05.721Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-22T21:22:05.721Z | |
| 60 | 2026-01-22T21:22:05.724Z | |
| 61 | 2026-01-22T21:22:05.724Z | Rust is installed now. Great! |
| 62 | 2026-01-22T21:22:05.724Z | |
| 63 | 2026-01-22T21:22:05.724Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-22T21:22:05.725Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-22T21:22:05.725Z | |
| 66 | 2026-01-22T21:22:05.725Z | To configure your current shell, you need to source |
| 67 | 2026-01-22T21:22:05.725Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-22T21:22:05.725Z | |
| 69 | 2026-01-22T21:22:05.725Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-22T21:22:05.725Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-22T21:22:05.725Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-22T21:22:05.725Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-22T21:22:05.903Z | + rustup --version |
| 74 | 2026-01-22T21:22:05.915Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-22T21:22:05.919Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-22T21:22:06.004Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-22T21:22:06.008Z | + cargo --version |
| 78 | 2026-01-22T21:22:06.114Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-22T21:22:06.117Z | + rustc --version |
| 80 | 2026-01-22T21:22:06.218Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-22T21:22:06.222Z | process exited: duration 29647 ms, exit code 0 |
| |
| 82 | 2026-01-22T21:22:06.232Z | starting task 2: "authentication" |
| 83 | 2026-01-22T21:22:06.255Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-01-22T21:22:06.262Z | starting task 3: "clone repository" |
| 85 | 2026-01-22T21:22:06.267Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-22T21:22:06.272Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-22T21:22:06.454Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-22T21:22:17.351Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-22T21:22:17.354Z | + git fetch origin de5db7314eee6c54ae433d60b79d1ef8286948a9 |
| 90 | 2026-01-22T21:22:17.872Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-22T21:22:17.872Z | * branch de5db7314eee6c54ae433d60b79d1ef8286948a9 -> FETCH_HEAD |
| 92 | 2026-01-22T21:22:17.884Z | + [[ -n no-audit-get-endpoints ]] |
| 93 | 2026-01-22T21:22:17.888Z | ++ git branch --show-current |
| 94 | 2026-01-22T21:22:17.891Z | + current=main |
| 95 | 2026-01-22T21:22:17.891Z | + [[ main != no-audit-get-endpoints ]] |
| 96 | 2026-01-22T21:22:17.891Z | + git branch -f no-audit-get-endpoints de5db7314eee6c54ae433d60b79d1ef8286948a9 |
| 97 | 2026-01-22T21:22:17.894Z | + git checkout -f no-audit-get-endpoints |
| 98 | 2026-01-22T21:22:18.335Z | Switched to branch 'no-audit-get-endpoints' |
| 99 | 2026-01-22T21:22:18.338Z | + git reset --hard de5db7314eee6c54ae433d60b79d1ef8286948a9 |
| 100 | 2026-01-22T21:22:18.357Z | HEAD is now at de5db7314 test making sure we don't audit log GET endpoints |
| 101 | 2026-01-22T21:22:18.361Z | process exited: duration 12095 ms, exit code 0 |
| |
| 102 | 2026-01-22T21:22:18.370Z | starting task 4: "build" |
| 103 | 2026-01-22T21:22:18.373Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-22T21:22:18.373Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-22T21:22:18.373Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-22T21:22:18.373Z | + cargo --version |
| 107 | 2026-01-22T21:22:18.435Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-22T21:22:18.440Z | + rustc --version |
| 109 | 2026-01-22T21:22:18.514Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-22T21:22:18.517Z | + WORK=/work |
| 111 | 2026-01-22T21:22:18.517Z | + pfexec mkdir -p /work |
| 112 | 2026-01-22T21:22:18.523Z | + pfexec chown build /work |
| 113 | 2026-01-22T21:22:18.527Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-01-22T21:22:29.101Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-01-22T21:22:39.130Z | Startup: Caching catalogs ... Done |
| 116 | 2026-01-22T21:22:58.846Z | Planning: Solver setup ... Done (18.287s) |
| 117 | 2026-01-22T21:22:58.988Z | Planning: Running solver ... Done (0.142s) |
| 118 | 2026-01-22T21:22:59.143Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-01-22T21:22:59.157Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-01-22T21:22:59.300Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-01-22T21:22:59.350Z | Planning: Package planning ... Done (0.050s) |
| 122 | 2026-01-22T21:22:59.401Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2026-01-22T21:22:59.720Z | Planning: Checking for conflicting actions ... Done (0.317s) |
| 124 | 2026-01-22T21:22:59.729Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2026-01-22T21:23:00.880Z | Planning: Evaluating mediators ... Done (1.150s) |
| 126 | 2026-01-22T21:23:00.890Z | Planning: Planning completed in 21.61 seconds |
| 127 | 2026-01-22T21:23:01.101Z | Packages to install: 4 |
| 128 | 2026-01-22T21:23:01.101Z | Mediators to change: 2 |
| 129 | 2026-01-22T21:23:01.101Z | Services to change: 1 |
| 130 | 2026-01-22T21:23:01.105Z | Estimated space available: 155.44 GB |
| 131 | 2026-01-22T21:23:01.105Z | Estimated space to be consumed: 1.79 GB |
| 132 | 2026-01-22T21:23:01.105Z | Create boot environment: No |
| 133 | 2026-01-22T21:23:01.105Z | Create backup boot environment: No |
| 134 | 2026-01-22T21:23:01.105Z | Rebuild boot archive: No |
| 135 | 2026-01-22T21:23:01.105Z | |
| 136 | 2026-01-22T21:23:01.105Z | Changed mediators: |
| 137 | 2026-01-22T21:23:01.105Z | mediator clang: |
| 138 | 2026-01-22T21:23:01.105Z | version: None -> 15 (system default) |
| 139 | 2026-01-22T21:23:01.105Z | |
| 140 | 2026-01-22T21:23:01.105Z | mediator llvm: |
| 141 | 2026-01-22T21:23:01.105Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-01-22T21:23:01.105Z | |
| 143 | 2026-01-22T21:23:01.105Z | Changed packages: |
| 144 | 2026-01-22T21:23:01.105Z | helios-dev |
| 145 | 2026-01-22T21:23:01.105Z | developer/build-essential |
| 146 | 2026-01-22T21:23:01.105Z | None -> 11-2.0 |
| 147 | 2026-01-22T21:23:01.105Z | library/libxmlsec1 |
| 148 | 2026-01-22T21:23:01.106Z | None -> 1.2.35-2.0 |
| 149 | 2026-01-22T21:23:01.106Z | ooce/developer/clang-15 |
| 150 | 2026-01-22T21:23:01.106Z | None -> 15.0.7-2.0 |
| 151 | 2026-01-22T21:23:01.106Z | ooce/developer/llvm-15 |
| 152 | 2026-01-22T21:23:01.106Z | None -> 15.0.7-2.0 |
| 153 | 2026-01-22T21:23:01.106Z | |
| 154 | 2026-01-22T21:23:01.106Z | Services: |
| 155 | 2026-01-22T21:23:01.106Z | restart_fmri: |
| 156 | 2026-01-22T21:23:01.106Z | svc:/system/update-man-index:default |
| 157 | 2026-01-22T21:23:01.156Z | |
| 158 | 2026-01-22T21:23:01.156Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-01-22T21:23:06.157Z | Download: 2746/3290 items 120.9/212.6MB 56% complete (24.4M/s) |
| 160 | 2026-01-22T21:23:08.268Z | Download: Completed 212.60 MB in 7.11 seconds (29.9M/s) |
| 161 | 2026-01-22T21:23:08.552Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-01-22T21:23:13.334Z | Actions: Completed 3689 actions in 4.78 seconds. |
| 163 | 2026-01-22T21:23:14.066Z | Done (0.726s) |
| 164 | 2026-01-22T21:23:14.066Z | Done (0.000s) |
| 165 | 2026-01-22T21:23:15.116Z | Done (1.050s) |
| 166 | 2026-01-22T21:23:19.824Z | Done (4.328s) |
| 167 | 2026-01-22T21:23:19.904Z | Done (0.019s) |
| 168 | 2026-01-22T21:23:19.908Z | Done (0.000s) |
| 169 | 2026-01-22T21:23:20.082Z | Done (0.000s) |
| 170 | 2026-01-22T21:23:21.044Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-01-22T21:23:21.212Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-01-22T21:23:21.215Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-01-22T21:23:21.491Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-01-22T21:23:21.494Z | Planning: Planning completed in 0.45 seconds |
| 175 | 2026-01-22T21:23:21.526Z | Mediators to change: 2 |
| 176 | 2026-01-22T21:23:21.526Z | Create boot environment: No |
| 177 | 2026-01-22T21:23:21.529Z | Create backup boot environment: No |
| 178 | 2026-01-22T21:23:21.615Z | Done |
| 179 | 2026-01-22T21:23:21.615Z | Done |
| 180 | 2026-01-22T21:23:22.374Z | Done |
| 181 | 2026-01-22T21:23:26.168Z | Done |
| 182 | 2026-01-22T21:23:26.257Z | Done |
| 183 | 2026-01-22T21:23:26.260Z | Done |
| 184 | 2026-01-22T21:23:26.466Z | Done |
| 185 | 2026-01-22T21:23:27.103Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-01-22T21:23:27.106Z | Planning: Merging actions ... Done |
| 187 | 2026-01-22T21:23:27.300Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-01-22T21:23:27.303Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-01-22T21:23:27.574Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-01-22T21:23:27.632Z | Planning: Planning completed in 0.78 seconds |
| 191 | 2026-01-22T21:23:27.667Z | Packages to change: 1 |
| 192 | 2026-01-22T21:23:27.667Z | Mediators to change: 1 |
| 193 | 2026-01-22T21:23:27.670Z | Services to change: 1 |
| 194 | 2026-01-22T21:23:27.670Z | Create boot environment: No |
| 195 | 2026-01-22T21:23:27.670Z | Create backup boot environment: Yes |
| 196 | 2026-01-22T21:23:30.295Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2026-01-22T21:23:30.301Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2026-01-22T21:23:30.301Z | Done |
| 199 | 2026-01-22T21:23:30.301Z | Done |
| 200 | 2026-01-22T21:23:30.505Z | Done |
| 201 | 2026-01-22T21:23:34.312Z | Done |
| 202 | 2026-01-22T21:23:34.406Z | Done |
| 203 | 2026-01-22T21:23:34.409Z | Done |
| 204 | 2026-01-22T21:23:34.559Z | Done |
| 205 | 2026-01-22T21:23:35.008Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2026-01-22T21:23:35.008Z | clang system 15 system |
| 207 | 2026-01-22T21:23:35.008Z | csh system system illumos |
| 208 | 2026-01-22T21:23:35.008Z | ctags system system illumos |
| 209 | 2026-01-22T21:23:35.008Z | file system system illumos |
| 210 | 2026-01-22T21:23:35.008Z | gcc vendor 12 vendor |
| 211 | 2026-01-22T21:23:35.008Z | gcc system 10 system |
| 212 | 2026-01-22T21:23:35.008Z | gcc system 7 system |
| 213 | 2026-01-22T21:23:35.008Z | go system 1.20 system |
| 214 | 2026-01-22T21:23:35.008Z | go system 1.19 system |
| 215 | 2026-01-22T21:23:35.008Z | llvm system 15 system |
| 216 | 2026-01-22T21:23:35.008Z | llvm system 14 system |
| 217 | 2026-01-22T21:23:35.008Z | mariadb system 10.6 system |
| 218 | 2026-01-22T21:23:35.008Z | mta vendor vendor dma |
| 219 | 2026-01-22T21:23:35.009Z | openjdk system 17 system |
| 220 | 2026-01-22T21:23:35.009Z | openjdk system 11 system |
| 221 | 2026-01-22T21:23:35.009Z | openjdk system 1.8 system |
| 222 | 2026-01-22T21:23:35.009Z | openssl vendor 3 vendor |
| 223 | 2026-01-22T21:23:35.009Z | perl system 5.36 system |
| 224 | 2026-01-22T21:23:35.009Z | postgresql system 15 system |
| 225 | 2026-01-22T21:23:35.009Z | postgresql system 13 system |
| 226 | 2026-01-22T21:23:35.009Z | python vendor 3 vendor |
| 227 | 2026-01-22T21:23:35.009Z | python system 2 system |
| 228 | 2026-01-22T21:23:35.009Z | python3 system 3.11 system |
| 229 | 2026-01-22T21:23:35.009Z | ruby system 3.0 system |
| 230 | 2026-01-22T21:23:35.009Z | words vendor vendor american-english |
| 231 | 2026-01-22T21:23:35.009Z | words system system australian-english |
| 232 | 2026-01-22T21:23:35.009Z | words system system british-english |
| 233 | 2026-01-22T21:23:35.009Z | words system system canadian-english |
| 234 | 2026-01-22T21:23:35.009Z | words system system french |
| 235 | 2026-01-22T21:23:35.009Z | words system system italian |
| 236 | 2026-01-22T21:23:35.009Z | words system system ngerman |
| 237 | 2026-01-22T21:23:35.009Z | words system system ogerman |
| 238 | 2026-01-22T21:23:35.009Z | words system system spanish |
| 239 | 2026-01-22T21:23:35.360Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-01-22T21:23:35.360Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-01-22T21:23:41.595Z | FMRI IFO |
| 242 | 2026-01-22T21:23:41.595Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-01-22T21:23:41.595Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-01-22T21:23:41.595Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-01-22T21:23:41.595Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-01-22T21:23:41.595Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-01-22T21:23:41.595Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-01-22T21:23:41.595Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2026-01-22T21:23:41.596Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2026-01-22T21:23:42.758Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-01-22T21:23:43.017Z | Updating crates.io index |
| 260 | 2026-01-22T21:23:43.054Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2026-01-22T21:23:43.371Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2026-01-22T21:23:44.549Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-01-22T21:23:44.851Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2026-01-22T21:23:45.068Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-01-22T21:23:45.578Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-01-22T21:23:46.984Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-01-22T21:23:49.324Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-01-22T21:23:50.057Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-01-22T21:23:50.322Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-01-22T21:23:51.338Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-01-22T21:23:51.930Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-01-22T21:23:52.387Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 273 | 2026-01-22T21:23:52.726Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2026-01-22T21:23:53.115Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-01-22T21:23:53.848Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-01-22T21:23:54.328Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-01-22T21:23:54.643Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-01-22T21:23:55.003Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-01-22T21:23:55.331Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-01-22T21:23:55.597Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2026-01-22T21:23:55.857Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2026-01-22T21:23:56.157Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 283 | 2026-01-22T21:23:56.483Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 284 | 2026-01-22T21:23:57.070Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 285 | 2026-01-22T21:23:57.396Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 286 | 2026-01-22T21:23:57.747Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 287 | 2026-01-22T21:23:58.026Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2026-01-22T21:23:59.374Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 289 | 2026-01-22T21:23:59.826Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2026-01-22T21:24:00.169Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-01-22T21:24:00.506Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 292 | 2026-01-22T21:24:01.102Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 293 | 2026-01-22T21:24:01.903Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-01-22T21:24:02.180Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-01-22T21:24:02.440Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-01-22T21:24:02.702Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 297 | 2026-01-22T21:24:14.357Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-01-22T21:24:14.696Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-01-22T21:24:16.833Z | Downloading crates ... |
| 300 | 2026-01-22T21:24:16.889Z | Downloaded bytecount v0.6.8 |
| 301 | 2026-01-22T21:24:16.893Z | Downloaded anstyle v1.0.11 |
| 302 | 2026-01-22T21:24:16.897Z | Downloaded anstyle-query v1.1.1 |
| 303 | 2026-01-22T21:24:16.897Z | Downloaded crypto-common v0.1.6 |
| 304 | 2026-01-22T21:24:16.900Z | Downloaded itoa v1.0.11 |
| 305 | 2026-01-22T21:24:16.903Z | Downloaded anstyle-parse v0.2.5 |
| 306 | 2026-01-22T21:24:16.903Z | Downloaded serde_spanned v0.6.9 |
| 307 | 2026-01-22T21:24:16.903Z | Downloaded camino v1.2.1 |
| 308 | 2026-01-22T21:24:16.907Z | Downloaded cargo-util-schemas v0.8.2 |
| 309 | 2026-01-22T21:24:16.910Z | Downloaded camino-tempfile v1.4.1 |
| 310 | 2026-01-22T21:24:16.910Z | Downloaded pest_generator v2.8.2 |
| 311 | 2026-01-22T21:24:16.913Z | Downloaded cargo_metadata v0.21.0 |
| 312 | 2026-01-22T21:24:16.914Z | Downloaded anstream v0.6.18 |
| 313 | 2026-01-22T21:24:16.916Z | Downloaded icu_properties v1.5.1 |
| 314 | 2026-01-22T21:24:16.920Z | Downloaded memmap v0.7.0 |
| 315 | 2026-01-22T21:24:16.920Z | Downloaded is_terminal_polyfill v1.70.1 |
| 316 | 2026-01-22T21:24:16.924Z | Downloaded thread-id v4.2.2 |
| 317 | 2026-01-22T21:24:16.924Z | Downloaded macaddr v1.0.1 |
| 318 | 2026-01-22T21:24:16.929Z | Downloaded heck v0.5.0 |
| 319 | 2026-01-22T21:24:16.929Z | Downloaded thiserror v1.0.69 |
| 320 | 2026-01-22T21:24:16.932Z | Downloaded tinystr v0.7.6 |
| 321 | 2026-01-22T21:24:16.932Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-01-22T21:24:16.935Z | Downloaded thiserror v2.0.17 |
| 323 | 2026-01-22T21:24:16.939Z | Downloaded thiserror-impl v2.0.17 |
| 324 | 2026-01-22T21:24:16.942Z | Downloaded typeid v1.0.3 |
| 325 | 2026-01-22T21:24:16.942Z | Downloaded toml_datetime v0.6.11 |
| 326 | 2026-01-22T21:24:16.946Z | Downloaded goblin v0.8.2 |
| 327 | 2026-01-22T21:24:16.950Z | Downloaded zerofrom-derive v0.1.4 |
| 328 | 2026-01-22T21:24:16.953Z | Downloaded utf8_iter v1.0.4 |
| 329 | 2026-01-22T21:24:16.953Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-01-22T21:24:16.956Z | Downloaded usdt-attr-macro v0.5.0 |
| 331 | 2026-01-22T21:24:16.956Z | Downloaded unicode-xid v0.2.6 |
| 332 | 2026-01-22T21:24:16.959Z | Downloaded write16 v1.0.0 |
| 333 | 2026-01-22T21:24:16.959Z | Downloaded utf8parse v0.2.2 |
| 334 | 2026-01-22T21:24:16.959Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-01-22T21:24:16.962Z | Downloaded yoke-derive v0.7.4 |
| 336 | 2026-01-22T21:24:16.962Z | Downloaded icu_locid_transform v1.5.0 |
| 337 | 2026-01-22T21:24:16.965Z | Downloaded version_check v0.9.5 |
| 338 | 2026-01-22T21:24:16.965Z | Downloaded zerofrom v0.1.4 |
| 339 | 2026-01-22T21:24:16.966Z | Downloaded toml_write v0.1.2 |
| 340 | 2026-01-22T21:24:16.969Z | Downloaded utf16_iter v1.0.5 |
| 341 | 2026-01-22T21:24:16.969Z | Downloaded usdt-macro v0.5.0 |
| 342 | 2026-01-22T21:24:16.969Z | Downloaded ordered-float v2.10.1 |
| 343 | 2026-01-22T21:24:16.972Z | Downloaded yoke v0.7.4 |
| 344 | 2026-01-22T21:24:16.972Z | Downloaded toml v0.8.23 |
| 345 | 2026-01-22T21:24:16.975Z | Downloaded writeable v0.5.5 |
| 346 | 2026-01-22T21:24:16.978Z | Downloaded typenum v1.17.0 |
| 347 | 2026-01-22T21:24:16.981Z | Downloaded zmij v1.0.15 |
| 348 | 2026-01-22T21:24:16.981Z | Downloaded stable_deref_trait v1.2.0 |
| 349 | 2026-01-22T21:24:16.984Z | Downloaded percent-encoding v2.3.2 |
| 350 | 2026-01-22T21:24:16.984Z | Downloaded zerovec-derive v0.10.3 |
| 351 | 2026-01-22T21:24:16.984Z | Downloaded usdt v0.5.0 |
| 352 | 2026-01-22T21:24:16.987Z | Downloaded zerocopy-derive v0.7.35 |
| 353 | 2026-01-22T21:24:16.991Z | Downloaded serde-value v0.7.0 |
| 354 | 2026-01-22T21:24:16.991Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-01-22T21:24:16.994Z | Downloaded pretty-hex v0.4.1 |
| 356 | 2026-01-22T21:24:16.994Z | Downloaded unicode-ident v1.0.19 |
| 357 | 2026-01-22T21:24:16.997Z | Downloaded url v2.5.4 |
| 358 | 2026-01-22T21:24:17.001Z | Downloaded toml_edit v0.22.27 |
| 359 | 2026-01-22T21:24:17.004Z | Downloaded swrite v0.1.0 |
| 360 | 2026-01-22T21:24:17.004Z | Downloaded scroll_derive v0.12.0 |
| 361 | 2026-01-22T21:24:17.004Z | Downloaded proc-macro-error-attr v1.0.4 |
| 362 | 2026-01-22T21:24:17.007Z | Downloaded dof v0.3.0 |
| 363 | 2026-01-22T21:24:17.007Z | Downloaded colorchoice v1.0.2 |
| 364 | 2026-01-22T21:24:17.007Z | Downloaded cfg-if v1.0.4 |
| 365 | 2026-01-22T21:24:17.010Z | Downloaded cpufeatures v0.2.14 |
| 366 | 2026-01-22T21:24:17.010Z | Downloaded smawk v0.3.2 |
| 367 | 2026-01-22T21:24:17.013Z | Downloaded zerocopy v0.7.35 |
| 368 | 2026-01-22T21:24:17.026Z | Downloaded zerovec v0.10.4 |
| 369 | 2026-01-22T21:24:17.031Z | Downloaded digest v0.10.7 |
| 370 | 2026-01-22T21:24:17.034Z | Downloaded byteorder v1.5.0 |
| 371 | 2026-01-22T21:24:17.038Z | Downloaded winnow v0.7.13 |
| 372 | 2026-01-22T21:24:17.043Z | Downloaded serde-untagged v0.1.7 |
| 373 | 2026-01-22T21:24:17.046Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-01-22T21:24:17.049Z | Downloaded strsim v0.11.1 |
| 375 | 2026-01-22T21:24:17.049Z | Downloaded sha2 v0.10.9 |
| 376 | 2026-01-22T21:24:17.052Z | Downloaded serde_tokenstream v0.2.2 |
| 377 | 2026-01-22T21:24:17.052Z | Downloaded quote v1.0.40 |
| 378 | 2026-01-22T21:24:17.055Z | Downloaded bitflags v2.9.4 |
| 379 | 2026-01-22T21:24:17.058Z | Downloaded icu_locid v1.5.0 |
| 380 | 2026-01-22T21:24:17.062Z | Downloaded smallvec v1.15.1 |
| 381 | 2026-01-22T21:24:17.065Z | Downloaded unicode-width v0.2.0 |
| 382 | 2026-01-22T21:24:17.068Z | Downloaded unicode-width v0.1.14 |
| 383 | 2026-01-22T21:24:17.073Z | Downloaded scroll v0.12.0 |
| 384 | 2026-01-22T21:24:17.076Z | Downloaded clap_derive v4.5.47 |
| 385 | 2026-01-22T21:24:17.079Z | Downloaded synstructure v0.13.1 |
| 386 | 2026-01-22T21:24:17.079Z | Downloaded serde_core v1.0.228 |
| 387 | 2026-01-22T21:24:17.082Z | Downloaded papergrid v0.11.0 |
| 388 | 2026-01-22T21:24:17.085Z | Downloaded tempfile v3.24.0 |
| 389 | 2026-01-22T21:24:17.090Z | Downloaded proc-macro2 v1.0.101 |
| 390 | 2026-01-22T21:24:17.093Z | Downloaded num-traits v0.2.19 |
| 391 | 2026-01-22T21:24:17.093Z | Downloaded serde_derive v1.0.228 |
| 392 | 2026-01-22T21:24:17.093Z | Downloaded clap v4.5.48 |
| 393 | 2026-01-22T21:24:17.101Z | Downloaded log v0.4.29 |
| 394 | 2026-01-22T21:24:17.105Z | Downloaded icu_collections v1.5.0 |
| 395 | 2026-01-22T21:24:17.109Z | Downloaded displaydoc v0.2.5 |
| 396 | 2026-01-22T21:24:17.112Z | Downloaded serde v1.0.228 |
| 397 | 2026-01-22T21:24:17.115Z | Downloaded pest_meta v2.8.2 |
| 398 | 2026-01-22T21:24:17.118Z | Downloaded cargo_toml v0.21.0 |
| 399 | 2026-01-22T21:24:17.118Z | Downloaded pest_derive v2.8.2 |
| 400 | 2026-01-22T21:24:17.121Z | Downloaded indexmap v2.12.1 |
| 401 | 2026-01-22T21:24:17.124Z | Downloaded semver v1.0.27 |
| 402 | 2026-01-22T21:24:17.127Z | Downloaded memchr v2.7.4 |
| 403 | 2026-01-22T21:24:17.130Z | Downloaded icu_normalizer_data v1.5.0 |
| 404 | 2026-01-22T21:24:17.133Z | Downloaded hashbrown v0.16.1 |
| 405 | 2026-01-22T21:24:17.137Z | Downloaded pest v2.8.2 |
| 406 | 2026-01-22T21:24:17.142Z | Downloaded idna v1.0.3 |
| 407 | 2026-01-22T21:24:17.145Z | Downloaded icu_normalizer v1.5.0 |
| 408 | 2026-01-22T21:24:17.148Z | Downloaded serde_json v1.0.149 |
| 409 | 2026-01-22T21:24:17.154Z | Downloaded fs-err v3.1.1 |
| 410 | 2026-01-22T21:24:17.157Z | Downloaded litemap v0.7.3 |
| 411 | 2026-01-22T21:24:17.160Z | Downloaded clap_lex v0.7.4 |
| 412 | 2026-01-22T21:24:17.160Z | Downloaded plain v0.2.3 |
| 413 | 2026-01-22T21:24:17.160Z | Downloaded cargo-platform v0.2.0 |
| 414 | 2026-01-22T21:24:17.163Z | Downloaded erased-serde v0.4.6 |
| 415 | 2026-01-22T21:24:17.163Z | Downloaded autocfg v1.4.0 |
| 416 | 2026-01-22T21:24:17.166Z | Downloaded block-buffer v0.10.4 |
| 417 | 2026-01-22T21:24:17.166Z | Downloaded idna_adapter v1.2.0 |
| 418 | 2026-01-22T21:24:17.166Z | Downloaded heck v0.4.1 |
| 419 | 2026-01-22T21:24:17.169Z | Downloaded clap_builder v4.5.48 |
| 420 | 2026-01-22T21:24:17.173Z | Downloaded errno v0.3.12 |
| 421 | 2026-01-22T21:24:17.176Z | Downloaded ucd-trie v0.1.7 |
| 422 | 2026-01-22T21:24:17.176Z | Downloaded tabled v0.15.0 |
| 423 | 2026-01-22T21:24:17.190Z | Downloaded icu_properties_data v1.5.0 |
| 424 | 2026-01-22T21:24:17.198Z | Downloaded syn v1.0.109 |
| 425 | 2026-01-22T21:24:17.206Z | Downloaded icu_provider_macros v1.5.0 |
| 426 | 2026-01-22T21:24:17.209Z | Downloaded form_urlencoded v1.2.2 |
| 427 | 2026-01-22T21:24:17.209Z | Downloaded equivalent v1.0.2 |
| 428 | 2026-01-22T21:24:17.209Z | Downloaded dtrace-parser v0.2.0 |
| 429 | 2026-01-22T21:24:17.210Z | Downloaded thiserror-impl v1.0.69 |
| 430 | 2026-01-22T21:24:17.212Z | Downloaded textwrap v0.16.2 |
| 431 | 2026-01-22T21:24:17.212Z | Downloaded once_cell v1.21.3 |
| 432 | 2026-01-22T21:24:17.216Z | Downloaded syn v2.0.111 |
| 433 | 2026-01-22T21:24:17.224Z | Downloaded fnv v1.0.7 |
| 434 | 2026-01-22T21:24:17.227Z | Downloaded terminal_size v0.4.0 |
| 435 | 2026-01-22T21:24:17.227Z | Downloaded icu_provider v1.5.0 |
| 436 | 2026-01-22T21:24:17.230Z | Downloaded icu_locid_transform_data v1.5.0 |
| 437 | 2026-01-22T21:24:17.230Z | Downloaded rustix v0.38.37 |
| 438 | 2026-01-22T21:24:17.249Z | Downloaded getrandom v0.3.4 |
| 439 | 2026-01-22T21:24:17.252Z | Downloaded rustix v1.1.3 |
| 440 | 2026-01-22T21:24:17.271Z | Downloaded anyhow v1.0.99 |
| 441 | 2026-01-22T21:24:17.274Z | Downloaded fastrand v2.1.1 |
| 442 | 2026-01-22T21:24:17.290Z | Downloaded libc v0.2.180 |
| 443 | 2026-01-22T21:24:17.379Z | Compiling proc-macro2 v1.0.101 |
| 444 | 2026-01-22T21:24:17.382Z | Compiling unicode-ident v1.0.19 |
| 445 | 2026-01-22T21:24:17.382Z | Compiling serde_core v1.0.228 |
| 446 | 2026-01-22T21:24:17.382Z | Compiling version_check v0.9.5 |
| 447 | 2026-01-22T21:24:17.383Z | Compiling serde v1.0.228 |
| 448 | 2026-01-22T21:24:17.383Z | Compiling libc v0.2.180 |
| 449 | 2026-01-22T21:24:17.608Z | Compiling memchr v2.7.4 |
| 450 | 2026-01-22T21:24:17.611Z | Compiling stable_deref_trait v1.2.0 |
| 451 | 2026-01-22T21:24:17.857Z | Compiling thiserror v2.0.17 |
| 452 | 2026-01-22T21:24:17.885Z | Compiling zmij v1.0.15 |
| 453 | 2026-01-22T21:24:18.273Z | Compiling itoa v1.0.11 |
| 454 | 2026-01-22T21:24:18.469Z | Compiling writeable v0.5.5 |
| 455 | 2026-01-22T21:24:18.789Z | Compiling thiserror v1.0.69 |
| 456 | 2026-01-22T21:24:18.987Z | Compiling autocfg v1.4.0 |
| 457 | 2026-01-22T21:24:19.028Z | Compiling ucd-trie v0.1.7 |
| 458 | 2026-01-22T21:24:19.353Z | Compiling litemap v0.7.3 |
| 459 | 2026-01-22T21:24:19.588Z | Compiling byteorder v1.5.0 |
| 460 | 2026-01-22T21:24:19.793Z | Compiling bitflags v2.9.4 |
| 461 | 2026-01-22T21:24:19.820Z | Compiling icu_locid_transform_data v1.5.0 |
| 462 | 2026-01-22T21:24:19.969Z | Compiling serde_json v1.0.149 |
| 463 | 2026-01-22T21:24:20.042Z | Compiling quote v1.0.40 |
| 464 | 2026-01-22T21:24:20.135Z | Compiling errno v0.3.12 |
| 465 | 2026-01-22T21:24:20.338Z | Compiling icu_properties_data v1.5.0 |
| 466 | 2026-01-22T21:24:20.427Z | Compiling num-traits v0.2.19 |
| 467 | 2026-01-22T21:24:20.540Z | Compiling syn v2.0.111 |
| 468 | 2026-01-22T21:24:20.682Z | Compiling utf16_iter v1.0.5 |
| 469 | 2026-01-22T21:24:20.711Z | Compiling write16 v1.0.0 |
| 470 | 2026-01-22T21:24:20.741Z | Compiling smallvec v1.15.1 |
| 471 | 2026-01-22T21:24:20.768Z | Compiling typeid v1.0.3 |
| 472 | 2026-01-22T21:24:20.872Z | Compiling hashbrown v0.16.1 |
| 473 | 2026-01-22T21:24:20.909Z | Compiling utf8_iter v1.0.4 |
| 474 | 2026-01-22T21:24:21.096Z | Compiling icu_normalizer_data v1.5.0 |
| 475 | 2026-01-22T21:24:21.166Z | Compiling rustix v0.38.37 |
| 476 | 2026-01-22T21:24:21.222Z | Compiling equivalent v1.0.2 |
| 477 | 2026-01-22T21:24:21.549Z | Compiling usdt-impl v0.5.0 |
| 478 | 2026-01-22T21:24:21.627Z | Compiling proc-macro-error-attr v1.0.4 |
| 479 | 2026-01-22T21:24:21.975Z | Compiling syn v1.0.109 |
| 480 | 2026-01-22T21:24:22.003Z | Compiling indexmap v2.12.1 |
| 481 | 2026-01-22T21:24:22.093Z | Compiling toml_write v0.1.2 |
| 482 | 2026-01-22T21:24:22.116Z | Compiling winnow v0.7.13 |
| 483 | 2026-01-22T21:24:22.254Z | Compiling thread-id v4.2.2 |
| 484 | 2026-01-22T21:24:22.904Z | Compiling proc-macro-error v1.0.4 |
| 485 | 2026-01-22T21:24:23.263Z | Compiling camino v1.2.1 |
| 486 | 2026-01-22T21:24:23.618Z | Compiling rustix v1.1.3 |
| 487 | 2026-01-22T21:24:23.755Z | Compiling plain v0.2.3 |
| 488 | 2026-01-22T21:24:23.876Z | Compiling log v0.4.29 |
| 489 | 2026-01-22T21:24:23.945Z | Compiling getrandom v0.3.4 |
| 490 | 2026-01-22T21:24:24.316Z | Compiling percent-encoding v2.3.2 |
| 491 | 2026-01-22T21:24:24.404Z | Compiling utf8parse v0.2.2 |
| 492 | 2026-01-22T21:24:24.640Z | Compiling form_urlencoded v1.2.2 |
| 493 | 2026-01-22T21:24:24.717Z | Compiling anstyle-parse v0.2.5 |
| 494 | 2026-01-22T21:24:24.812Z | Compiling ordered-float v2.10.1 |
| 495 | 2026-01-22T21:24:25.059Z | Compiling terminal_size v0.4.0 |
| 496 | 2026-01-22T21:24:25.451Z | Compiling cfg-if v1.0.4 |
| 497 | 2026-01-22T21:24:25.568Z | Compiling anstyle-query v1.1.1 |
| 498 | 2026-01-22T21:24:25.635Z | Compiling anstyle v1.0.11 |
| 499 | 2026-01-22T21:24:25.757Z | Compiling pretty-hex v0.4.1 |
| 500 | 2026-01-22T21:24:25.783Z | Compiling is_terminal_polyfill v1.70.1 |
| 501 | 2026-01-22T21:24:25.940Z | Compiling colorchoice v1.0.2 |
| 502 | 2026-01-22T21:24:26.138Z | Compiling anstream v0.6.18 |
| 503 | 2026-01-22T21:24:26.194Z | Compiling semver v1.0.27 |
| 504 | 2026-01-22T21:24:26.828Z | Compiling fs-err v3.1.1 |
| 505 | 2026-01-22T21:24:26.872Z | Compiling heck v0.4.1 |
| 506 | 2026-01-22T21:24:26.919Z | Compiling fastrand v2.1.1 |
| 507 | 2026-01-22T21:24:26.944Z | Compiling anyhow v1.0.99 |
| 508 | 2026-01-22T21:24:27.179Z | Compiling once_cell v1.21.3 |
| 509 | 2026-01-22T21:24:27.307Z | Compiling synstructure v0.13.1 |
| 510 | 2026-01-22T21:24:27.396Z | Compiling clap_lex v0.7.4 |
| 511 | 2026-01-22T21:24:27.562Z | Compiling strsim v0.11.1 |
| 512 | 2026-01-22T21:24:27.589Z | Compiling heck v0.5.0 |
| 513 | 2026-01-22T21:24:27.868Z | Compiling fnv v1.0.7 |
| 514 | 2026-01-22T21:24:28.100Z | Compiling unicode-xid v0.2.6 |
| 515 | 2026-01-22T21:24:28.268Z | Compiling unicode-width v0.1.14 |
| 516 | 2026-01-22T21:24:28.295Z | Compiling bytecount v0.6.8 |
| 517 | 2026-01-22T21:24:28.324Z | Compiling clap_builder v4.5.48 |
| 518 | 2026-01-22T21:24:28.531Z | Compiling tempfile v3.24.0 |
| 519 | 2026-01-22T21:24:28.818Z | Compiling papergrid v0.11.0 |
| 520 | 2026-01-22T21:24:28.842Z | Compiling memmap v0.7.0 |
| 521 | 2026-01-22T21:24:29.045Z | Compiling unicode-linebreak v0.1.5 |
| 522 | 2026-01-22T21:24:29.182Z | Compiling unicode-width v0.2.0 |
| 523 | 2026-01-22T21:24:29.328Z | Compiling smawk v0.3.2 |
| 524 | 2026-01-22T21:24:29.595Z | Compiling camino-tempfile v1.4.1 |
| 525 | 2026-01-22T21:24:29.799Z | Compiling textwrap v0.16.2 |
| 526 | 2026-01-22T21:24:30.335Z | Compiling swrite v0.1.0 |
| 527 | 2026-01-22T21:24:30.498Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 528 | 2026-01-22T21:24:30.528Z | Compiling tabled_derive v0.7.0 |
| 529 | 2026-01-22T21:24:31.376Z | Compiling serde_derive v1.0.228 |
| 530 | 2026-01-22T21:24:31.376Z | Compiling zerofrom-derive v0.1.4 |
| 531 | 2026-01-22T21:24:31.504Z | Compiling yoke-derive v0.7.4 |
| 532 | 2026-01-22T21:24:31.542Z | Compiling zerovec-derive v0.10.3 |
| 533 | 2026-01-22T21:24:31.598Z | Compiling thiserror-impl v2.0.17 |
| 534 | 2026-01-22T21:24:32.177Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-01-22T21:24:33.761Z | Compiling thiserror-impl v1.0.69 |
| 536 | 2026-01-22T21:24:34.003Z | Compiling icu_provider_macros v1.5.0 |
| 537 | 2026-01-22T21:24:34.274Z | Compiling zerocopy-derive v0.7.35 |
| 538 | 2026-01-22T21:24:34.823Z | Compiling zerofrom v0.1.4 |
| 539 | 2026-01-22T21:24:34.966Z | Compiling pest v2.8.2 |
| 540 | 2026-01-22T21:24:35.105Z | Compiling yoke v0.7.4 |
| 541 | 2026-01-22T21:24:35.105Z | Compiling scroll_derive v0.12.0 |
| 542 | 2026-01-22T21:24:35.497Z | Compiling zerovec v0.10.4 |
| 543 | 2026-01-22T21:24:36.079Z | Compiling clap_derive v4.5.47 |
| 544 | 2026-01-22T21:24:36.230Z | Compiling zerocopy v0.7.35 |
| 545 | 2026-01-22T21:24:36.523Z | Compiling scroll v0.12.0 |
| 546 | 2026-01-22T21:24:36.790Z | Compiling tabled v0.15.0 |
| 547 | 2026-01-22T21:24:37.048Z | Compiling goblin v0.8.2 |
| 548 | 2026-01-22T21:24:37.303Z | Compiling tinystr v0.7.6 |
| 549 | 2026-01-22T21:24:37.529Z | Compiling pest_meta v2.8.2 |
| 550 | 2026-01-22T21:24:37.603Z | Compiling icu_collections v1.5.0 |
| 551 | 2026-01-22T21:24:37.725Z | Compiling icu_locid v1.5.0 |
| 552 | 2026-01-22T21:24:39.158Z | Compiling icu_provider v1.5.0 |
| 553 | 2026-01-22T21:24:39.634Z | Compiling pest_generator v2.8.2 |
| 554 | 2026-01-22T21:24:39.753Z | Compiling toml_datetime v0.6.11 |
| 555 | 2026-01-22T21:24:39.849Z | Compiling serde_spanned v0.6.9 |
| 556 | 2026-01-22T21:24:39.929Z | Compiling icu_locid_transform v1.5.0 |
| 557 | 2026-01-22T21:24:40.124Z | Compiling dof v0.3.0 |
| 558 | 2026-01-22T21:24:40.160Z | Compiling toml_edit v0.22.27 |
| 559 | 2026-01-22T21:24:40.308Z | Compiling serde_tokenstream v0.2.2 |
| 560 | 2026-01-22T21:24:40.931Z | Compiling erased-serde v0.4.6 |
| 561 | 2026-01-22T21:24:41.018Z | Compiling serde-value v0.7.0 |
| 562 | 2026-01-22T21:24:41.434Z | Compiling icu_properties v1.5.1 |
| 563 | 2026-01-22T21:24:41.827Z | Compiling cargo-platform v0.2.0 |
| 564 | 2026-01-22T21:24:42.021Z | Compiling pest_derive v2.8.2 |
| 565 | 2026-01-22T21:24:42.116Z | Compiling serde-untagged v0.1.7 |
| 566 | 2026-01-22T21:24:42.275Z | Compiling clap v4.5.48 |
| 567 | 2026-01-22T21:24:42.373Z | Compiling macaddr v1.0.1 |
| 568 | 2026-01-22T21:24:42.789Z | Compiling dtrace-parser v0.2.0 |
| 569 | 2026-01-22T21:24:43.397Z | Compiling toml v0.8.23 |
| 570 | 2026-01-22T21:24:44.418Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-01-22T21:24:44.775Z | Compiling usdt-macro v0.5.0 |
| 572 | 2026-01-22T21:24:44.806Z | Compiling usdt-attr-macro v0.5.0 |
| 573 | 2026-01-22T21:24:45.303Z | Compiling icu_normalizer v1.5.0 |
| 574 | 2026-01-22T21:24:45.999Z | Compiling usdt v0.5.0 |
| 575 | 2026-01-22T21:24:46.025Z | Compiling idna_adapter v1.2.0 |
| 576 | 2026-01-22T21:24:46.202Z | Compiling idna v1.0.3 |
| 577 | 2026-01-22T21:24:46.635Z | Compiling url v2.5.4 |
| 578 | 2026-01-22T21:24:47.477Z | Compiling cargo-util-schemas v0.8.2 |
| 579 | 2026-01-22T21:24:48.891Z | Compiling cargo_metadata v0.21.0 |
| 580 | 2026-01-22T21:24:50.488Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 581 | 2026-01-22T21:24:53.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 582 | 2026-01-22T21:24:54.326Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 583 | 2026-01-22T21:24:55.125Z | Downloading crates ... |
| 584 | 2026-01-22T21:24:55.263Z | Downloaded arrayref v0.3.9 |
| 585 | 2026-01-22T21:24:55.272Z | Downloaded base64 v0.13.1 |
| 586 | 2026-01-22T21:24:55.277Z | Downloaded aes-gcm v0.10.3 |
| 587 | 2026-01-22T21:24:55.283Z | Downloaded base64ct v1.6.0 |
| 588 | 2026-01-22T21:24:55.288Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 589 | 2026-01-22T21:24:55.292Z | Downloaded atomicwrites v0.4.4 |
| 590 | 2026-01-22T21:24:55.296Z | Downloaded crossbeam-deque v0.8.5 |
| 591 | 2026-01-22T21:24:55.301Z | Downloaded dunce v1.0.5 |
| 592 | 2026-01-22T21:24:55.304Z | Downloaded data-encoding v2.9.0 |
| 593 | 2026-01-22T21:24:55.308Z | Downloaded darling_macro v0.21.0 |
| 594 | 2026-01-22T21:24:55.311Z | Downloaded crunchy v0.2.2 |
| 595 | 2026-01-22T21:24:55.314Z | Downloaded async-stream-impl v0.3.6 |
| 596 | 2026-01-22T21:24:55.319Z | Downloaded darling v0.21.0 |
| 597 | 2026-01-22T21:24:55.326Z | Downloaded ff v0.13.0 |
| 598 | 2026-01-22T21:24:55.330Z | Downloaded futures-channel v0.3.31 |
| 599 | 2026-01-22T21:24:55.335Z | Downloaded bb8 v0.8.5 |
| 600 | 2026-01-22T21:24:55.338Z | Downloaded backoff v0.4.0 |
| 601 | 2026-01-22T21:24:55.343Z | Downloaded dirs-next v2.0.0 |
| 602 | 2026-01-22T21:24:55.347Z | Downloaded futures-task v0.3.31 |
| 603 | 2026-01-22T21:24:55.351Z | Downloaded debug-ignore v1.0.5 |
| 604 | 2026-01-22T21:24:55.356Z | Downloaded difflib v0.4.0 |
| 605 | 2026-01-22T21:24:55.360Z | Downloaded cfg_aliases v0.2.1 |
| 606 | 2026-01-22T21:24:55.363Z | Downloaded diff v0.1.13 |
| 607 | 2026-01-22T21:24:55.369Z | Downloaded flagset v0.4.6 |
| 608 | 2026-01-22T21:24:55.374Z | Downloaded fixedbitset v0.4.2 |
| 609 | 2026-01-22T21:24:55.377Z | Downloaded foreign-types v0.3.2 |
| 610 | 2026-01-22T21:24:55.380Z | Downloaded float-ord v0.3.2 |
| 611 | 2026-01-22T21:24:55.383Z | Downloaded funty v2.0.0 |
| 612 | 2026-01-22T21:24:55.387Z | Downloaded crc-catalog v2.4.0 |
| 613 | 2026-01-22T21:24:55.390Z | Downloaded foreign-types-macros v0.2.3 |
| 614 | 2026-01-22T21:24:55.394Z | Downloaded foreign-types-shared v0.3.1 |
| 615 | 2026-01-22T21:24:55.409Z | Downloaded ghash v0.5.1 |
| 616 | 2026-01-22T21:24:55.413Z | Downloaded allocator-api2 v0.2.21 |
| 617 | 2026-01-22T21:24:55.418Z | Downloaded fxhash v0.2.1 |
| 618 | 2026-01-22T21:24:55.421Z | Downloaded futures-sink v0.3.31 |
| 619 | 2026-01-22T21:24:55.424Z | Downloaded darling_core v0.20.10 |
| 620 | 2026-01-22T21:24:55.431Z | Downloaded headers-core v0.3.0 |
| 621 | 2026-01-22T21:24:55.434Z | Downloaded hex-literal v0.4.1 |
| 622 | 2026-01-22T21:24:55.437Z | Downloaded http-body v1.0.1 |
| 623 | 2026-01-22T21:24:55.440Z | Downloaded http-range v0.1.5 |
| 624 | 2026-01-22T21:24:55.444Z | Downloaded camino-tempfile-ext v0.3.2 |
| 625 | 2026-01-22T21:24:55.448Z | Downloaded ena v0.14.3 |
| 626 | 2026-01-22T21:24:55.451Z | Downloaded ecdsa v0.16.9 |
| 627 | 2026-01-22T21:24:55.456Z | Downloaded hubpack_derive v0.1.1 |
| 628 | 2026-01-22T21:24:55.459Z | Downloaded hyper-tls v0.6.0 |
| 629 | 2026-01-22T21:24:55.462Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 630 | 2026-01-22T21:24:55.467Z | Downloaded ident_case v1.0.1 |
| 631 | 2026-01-22T21:24:55.470Z | Downloaded globwalk v0.9.1 |
| 632 | 2026-01-22T21:24:55.474Z | Downloaded instability v0.3.2 |
| 633 | 2026-01-22T21:24:55.477Z | Downloaded internet-checksum v0.2.1 |
| 634 | 2026-01-22T21:24:55.480Z | Downloaded indent_write v2.2.0 |
| 635 | 2026-01-22T21:24:55.483Z | Downloaded flate2 v1.1.2 |
| 636 | 2026-01-22T21:24:55.489Z | Downloaded is-terminal v0.4.13 |
| 637 | 2026-01-22T21:24:55.493Z | Downloaded ed25519 v2.2.3 |
| 638 | 2026-01-22T21:24:55.496Z | Downloaded httpdate v1.0.3 |
| 639 | 2026-01-22T21:24:55.499Z | Downloaded lazycell v1.3.0 |
| 640 | 2026-01-22T21:24:55.502Z | Downloaded linked-hash-map v0.5.6 |
| 641 | 2026-01-22T21:24:55.506Z | Downloaded lockfree-object-pool v0.1.6 |
| 642 | 2026-01-22T21:24:55.510Z | Downloaded const-oid v0.9.6 |
| 643 | 2026-01-22T21:24:55.514Z | Downloaded libscf-sys v1.1.0 |
| 644 | 2026-01-22T21:24:55.517Z | Downloaded lru-cache v0.1.2 |
| 645 | 2026-01-22T21:24:55.520Z | Downloaded mime v0.3.17 |
| 646 | 2026-01-22T21:24:55.523Z | Downloaded managed v0.8.0 |
| 647 | 2026-01-22T21:24:55.526Z | Downloaded document-features v0.2.11 |
| 648 | 2026-01-22T21:24:55.529Z | Downloaded md5 v0.7.0 |
| 649 | 2026-01-22T21:24:55.533Z | Downloaded multimap v0.10.1 |
| 650 | 2026-01-22T21:24:55.536Z | Downloaded ipnetwork v0.21.1 |
| 651 | 2026-01-22T21:24:55.539Z | Downloaded memoffset v0.9.1 |
| 652 | 2026-01-22T21:24:55.542Z | Downloaded diesel_derives v2.2.3 |
| 653 | 2026-01-22T21:24:55.547Z | Downloaded ipnet v2.11.0 |
| 654 | 2026-01-22T21:24:55.550Z | Downloaded normalize-line-endings v0.3.0 |
| 655 | 2026-01-22T21:24:55.553Z | Downloaded nodrop v0.1.14 |
| 656 | 2026-01-22T21:24:55.556Z | Downloaded number_prefix v0.4.0 |
| 657 | 2026-01-22T21:24:55.559Z | Downloaded num_threads v0.1.7 |
| 658 | 2026-01-22T21:24:55.562Z | Downloaded nibble_vec v0.1.0 |
| 659 | 2026-01-22T21:24:55.565Z | Downloaded lock_api v0.4.12 |
| 660 | 2026-01-22T21:24:55.568Z | Downloaded libsw-core v0.3.1 |
| 661 | 2026-01-22T21:24:55.571Z | Downloaded linear-map v1.2.0 |
| 662 | 2026-01-22T21:24:55.574Z | Downloaded libz-rs-sys v0.5.1 |
| 663 | 2026-01-22T21:24:55.577Z | Downloaded oso-derive v0.27.3 |
| 664 | 2026-01-22T21:24:55.580Z | Downloaded olpc-cjson v0.1.4 |
| 665 | 2026-01-22T21:24:55.583Z | Downloaded openssl-macros v0.1.1 |
| 666 | 2026-01-22T21:24:55.586Z | Downloaded iana-time-zone v0.1.63 |
| 667 | 2026-01-22T21:24:55.589Z | Downloaded fatfs v0.3.6 |
| 668 | 2026-01-22T21:24:55.592Z | Downloaded openssl-probe v0.1.5 |
| 669 | 2026-01-22T21:24:55.595Z | Downloaded nanorand v0.7.0 |
| 670 | 2026-01-22T21:24:55.598Z | Downloaded peg-runtime v0.8.5 |
| 671 | 2026-01-22T21:24:55.601Z | Downloaded aes v0.8.4 |
| 672 | 2026-01-22T21:24:55.605Z | Downloaded num-derive v0.3.3 |
| 673 | 2026-01-22T21:24:55.608Z | Downloaded parse-size v1.1.0 |
| 674 | 2026-01-22T21:24:55.611Z | Downloaded pbkdf2 v0.11.0 |
| 675 | 2026-01-22T21:24:55.614Z | Downloaded path-slash v0.1.5 |
| 676 | 2026-01-22T21:24:55.617Z | Downloaded newtype-uuid v1.3.2 |
| 677 | 2026-01-22T21:24:55.620Z | Downloaded phf_shared v0.11.2 |
| 678 | 2026-01-22T21:24:55.623Z | Downloaded litrs v0.4.1 |
| 679 | 2026-01-22T21:24:55.626Z | Downloaded num_enum v0.5.11 |
| 680 | 2026-01-22T21:24:55.632Z | Downloaded pin-utils v0.1.0 |
| 681 | 2026-01-22T21:24:55.635Z | Downloaded phf_shared v0.12.1 |
| 682 | 2026-01-22T21:24:55.638Z | Downloaded num-rational v0.4.2 |
| 683 | 2026-01-22T21:24:55.641Z | Downloaded powerfmt v0.2.0 |
| 684 | 2026-01-22T21:24:55.644Z | Downloaded indexmap v1.9.3 |
| 685 | 2026-01-22T21:24:55.647Z | Downloaded pbkdf2 v0.12.2 |
| 686 | 2026-01-22T21:24:55.650Z | Downloaded packed_struct v0.10.1 |
| 687 | 2026-01-22T21:24:55.653Z | Downloaded predicates-core v1.0.8 |
| 688 | 2026-01-22T21:24:55.657Z | Downloaded progenitor-macro v0.8.0 |
| 689 | 2026-01-22T21:24:55.660Z | Downloaded progenitor-client v0.8.0 |
| 690 | 2026-01-22T21:24:55.661Z | Downloaded base64 v0.21.7 |
| 691 | 2026-01-22T21:24:55.664Z | Downloaded radium v0.7.0 |
| 692 | 2026-01-22T21:24:55.667Z | Downloaded paste v1.0.15 |
| 693 | 2026-01-22T21:24:55.671Z | Downloaded pem-rfc7468 v0.7.0 |
| 694 | 2026-01-22T21:24:55.674Z | Downloaded psl-types v2.0.11 |
| 695 | 2026-01-22T21:24:55.677Z | Downloaded phf v0.12.1 |
| 696 | 2026-01-22T21:24:55.680Z | Downloaded peg-macros v0.8.5 |
| 697 | 2026-01-22T21:24:55.684Z | Downloaded peg v0.8.5 |
| 698 | 2026-01-22T21:24:55.687Z | Downloaded rand_chacha v0.3.1 |
| 699 | 2026-01-22T21:24:55.690Z | Downloaded rand_xorshift v0.4.0 |
| 700 | 2026-01-22T21:24:55.693Z | Downloaded phf v0.11.2 |
| 701 | 2026-01-22T21:24:55.696Z | Downloaded quick-error v1.2.3 |
| 702 | 2026-01-22T21:24:55.699Z | Downloaded pkg-config v0.3.31 |
| 703 | 2026-01-22T21:24:55.699Z | Downloaded polyval v0.6.2 |
| 704 | 2026-01-22T21:24:55.702Z | Downloaded ref-cast v1.0.25 |
| 705 | 2026-01-22T21:24:55.705Z | Downloaded memmap2 v0.9.8 |
| 706 | 2026-01-22T21:24:55.708Z | Downloaded pkcs8 v0.10.2 |
| 707 | 2026-01-22T21:24:55.711Z | Downloaded parking_lot v0.11.2 |
| 708 | 2026-01-22T21:24:55.716Z | Downloaded owo-colors v4.2.2 |
| 709 | 2026-01-22T21:24:55.719Z | Downloaded rtoolbox v0.0.2 |
| 710 | 2026-01-22T21:24:55.722Z | Downloaded rfc6979 v0.4.0 |
| 711 | 2026-01-22T21:24:55.725Z | Downloaded rustc_version v0.1.7 |
| 712 | 2026-01-22T21:24:55.725Z | Downloaded russh-cryptovec v0.7.3 |
| 713 | 2026-01-22T21:24:55.728Z | Downloaded parking_lot v0.12.3 |
| 714 | 2026-01-22T21:24:55.731Z | Downloaded bumpalo v3.16.0 |
| 715 | 2026-01-22T21:24:55.734Z | Downloaded jiff-static v0.2.15 |
| 716 | 2026-01-22T21:24:55.738Z | Downloaded rustc_version v0.4.1 |
| 717 | 2026-01-22T21:24:55.741Z | Downloaded rustc-hash v1.1.0 |
| 718 | 2026-01-22T21:24:55.744Z | Downloaded r2d2 v0.8.10 |
| 719 | 2026-01-22T21:24:55.744Z | Downloaded rand_chacha v0.9.0 |
| 720 | 2026-01-22T21:24:55.747Z | Downloaded quinn-udp v0.5.5 |
| 721 | 2026-01-22T21:24:55.750Z | Downloaded expectorate v1.2.0 |
| 722 | 2026-01-22T21:24:55.753Z | Downloaded heapless v0.7.17 |
| 723 | 2026-01-22T21:24:55.756Z | Downloaded rand_core v0.9.3 |
| 724 | 2026-01-22T21:24:55.759Z | Downloaded pkcs5 v0.7.1 |
| 725 | 2026-01-22T21:24:55.763Z | Downloaded sapling-renderdag v0.1.0 |
| 726 | 2026-01-22T21:24:55.766Z | Downloaded secrecy v0.8.0 |
| 727 | 2026-01-22T21:24:55.769Z | Downloaded scrypt v0.11.0 |
| 728 | 2026-01-22T21:24:55.772Z | Downloaded scopeguard v1.2.0 |
| 729 | 2026-01-22T21:24:55.772Z | Downloaded serde-big-array v0.5.1 |
| 730 | 2026-01-22T21:24:55.775Z | Downloaded poly1305 v0.8.0 |
| 731 | 2026-01-22T21:24:55.778Z | Downloaded crossterm v0.28.1 |
| 732 | 2026-01-22T21:24:55.784Z | Downloaded serde_bytes v0.11.19 |
| 733 | 2026-01-22T21:24:55.787Z | Downloaded semver v0.1.20 |
| 734 | 2026-01-22T21:24:55.790Z | Downloaded resolv-conf v0.7.0 |
| 735 | 2026-01-22T21:24:55.792Z | Downloaded serde_spanned v1.0.3 |
| 736 | 2026-01-22T21:24:55.796Z | Downloaded password-hash v0.5.0 |
| 737 | 2026-01-22T21:24:55.796Z | Downloaded hickory-resolver v0.25.2 |
| 738 | 2026-01-22T21:24:55.800Z | Downloaded shell-words v1.1.0 |
| 739 | 2026-01-22T21:24:55.803Z | Downloaded serde_urlencoded v0.7.1 |
| 740 | 2026-01-22T21:24:55.806Z | Downloaded sha1 v0.10.6 |
| 741 | 2026-01-22T21:24:55.806Z | Downloaded cc v1.2.30 |
| 742 | 2026-01-22T21:24:55.810Z | Downloaded pin-project v1.1.6 |
| 743 | 2026-01-22T21:24:55.822Z | Downloaded siphasher v1.0.1 |
| 744 | 2026-01-22T21:24:55.825Z | Downloaded siphasher v0.3.11 |
| 745 | 2026-01-22T21:24:55.828Z | Downloaded simd-adler32 v0.3.7 |
| 746 | 2026-01-22T21:24:55.828Z | Downloaded sigpipe v0.1.3 |
| 747 | 2026-01-22T21:24:55.831Z | Downloaded slog-bunyan v2.5.0 |
| 748 | 2026-01-22T21:24:55.831Z | Downloaded sec1 v0.7.3 |
| 749 | 2026-01-22T21:24:55.834Z | Downloaded sct v0.7.1 |
| 750 | 2026-01-22T21:24:55.838Z | Downloaded schemars_derive v0.8.22 |
| 751 | 2026-01-22T21:24:55.841Z | Downloaded papergrid v0.14.0 |
| 752 | 2026-01-22T21:24:55.845Z | Downloaded slog-envlogger v2.2.0 |
| 753 | 2026-01-22T21:24:55.848Z | Downloaded serde_derive_internals v0.29.1 |
| 754 | 2026-01-22T21:24:55.850Z | Downloaded hickory-server v0.25.2 |
| 755 | 2026-01-22T21:24:55.854Z | Downloaded progenitor-impl v0.10.0 |
| 756 | 2026-01-22T21:24:55.857Z | Downloaded scroll v0.13.0 |
| 757 | 2026-01-22T21:24:55.860Z | Downloaded oso v0.27.3 |
| 758 | 2026-01-22T21:24:55.863Z | Downloaded serde_path_to_error v0.1.20 |
| 759 | 2026-01-22T21:24:55.866Z | Downloaded serde-hex v0.1.0 |
| 760 | 2026-01-22T21:24:55.869Z | Downloaded http v1.4.0 |
| 761 | 2026-01-22T21:24:55.872Z | Downloaded crossterm v0.29.0 |
| 762 | 2026-01-22T21:24:55.877Z | Downloaded ssh-cipher v0.2.0 |
| 763 | 2026-01-22T21:24:55.880Z | Downloaded strum v0.26.3 |
| 764 | 2026-01-22T21:24:55.883Z | Downloaded ssh-encoding v0.2.0 |
| 765 | 2026-01-22T21:24:55.883Z | Downloaded structmeta-derive v0.3.0 |
| 766 | 2026-01-22T21:24:55.886Z | Downloaded slog-dtrace v0.3.0 |
| 767 | 2026-01-22T21:24:55.889Z | Downloaded sync_wrapper v1.0.1 |
| 768 | 2026-01-22T21:24:55.889Z | Downloaded strip-ansi-escapes v0.2.0 |
| 769 | 2026-01-22T21:24:55.892Z | Downloaded slab v0.4.9 |
| 770 | 2026-01-22T21:24:55.892Z | Downloaded p256 v0.13.2 |
| 771 | 2026-01-22T21:24:55.897Z | Downloaded tabled_derive v0.10.0 |
| 772 | 2026-01-22T21:24:55.900Z | Downloaded subtle v2.6.1 |
| 773 | 2026-01-22T21:24:55.900Z | Downloaded libm v0.2.8 |
| 774 | 2026-01-22T21:24:55.906Z | Downloaded tabwriter v1.4.0 |
| 775 | 2026-01-22T21:24:55.909Z | Downloaded spki v0.7.3 |
| 776 | 2026-01-22T21:24:55.912Z | Downloaded tagptr v0.2.0 |
| 777 | 2026-01-22T21:24:55.912Z | Downloaded slog-stdlog v4.1.1 |
| 778 | 2026-01-22T21:24:55.915Z | Downloaded tap v1.0.1 |
| 779 | 2026-01-22T21:24:55.919Z | Downloaded take_mut v0.2.2 |
| 780 | 2026-01-22T21:24:55.919Z | Downloaded openssl-sys v0.9.109 |
| 781 | 2026-01-22T21:24:55.922Z | Downloaded quinn v0.11.5 |
| 782 | 2026-01-22T21:24:55.925Z | Downloaded russh-keys v0.45.0 |
| 783 | 2026-01-22T21:24:55.928Z | Downloaded time-core v0.1.6 |
| 784 | 2026-01-22T21:24:55.931Z | Downloaded pretty_assertions v1.4.1 |
| 785 | 2026-01-22T21:24:55.935Z | Downloaded snafu-derive v0.8.5 |
| 786 | 2026-01-22T21:24:55.935Z | Downloaded progenitor-impl v0.11.2 |
| 787 | 2026-01-22T21:24:55.938Z | Downloaded tinyvec_macros v0.1.1 |
| 788 | 2026-01-22T21:24:55.938Z | Downloaded string_cache v0.8.9 |
| 789 | 2026-01-22T21:24:55.941Z | Downloaded static_assertions v1.1.0 |
| 790 | 2026-01-22T21:24:55.944Z | Downloaded ryu v1.0.18 |
| 791 | 2026-01-22T21:24:55.947Z | Downloaded thread_local v1.1.8 |
| 792 | 2026-01-22T21:24:55.947Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 793 | 2026-01-22T21:24:55.951Z | Downloaded thread-id v5.0.0 |
| 794 | 2026-01-22T21:24:55.951Z | Downloaded sqlformat v0.3.5 |
| 795 | 2026-01-22T21:24:55.954Z | Downloaded slog-scope v4.4.0 |
| 796 | 2026-01-22T21:24:55.954Z | Downloaded slog-json v2.6.1 |
| 797 | 2026-01-22T21:24:55.957Z | Downloaded tabled_derive v0.11.0 |
| 798 | 2026-01-22T21:24:55.960Z | Downloaded rustls-pki-types v1.10.0 |
| 799 | 2026-01-22T21:24:55.963Z | Downloaded support-bundle-viewer v0.1.2 |
| 800 | 2026-01-22T21:24:55.963Z | Downloaded strum_macros v0.27.2 |
| 801 | 2026-01-22T21:24:55.966Z | Downloaded hashbrown v0.12.3 |
| 802 | 2026-01-22T21:24:55.969Z | Downloaded spin v0.9.8 |
| 803 | 2026-01-22T21:24:55.972Z | Downloaded tower-service v0.3.3 |
| 804 | 2026-01-22T21:24:55.975Z | Downloaded topological-sort v0.2.2 |
| 805 | 2026-01-22T21:24:55.975Z | Downloaded rcgen v0.12.1 |
| 806 | 2026-01-22T21:24:55.978Z | Downloaded tower-layer v0.3.3 |
| 807 | 2026-01-22T21:24:55.978Z | Downloaded termios v0.3.3 |
| 808 | 2026-01-22T21:24:55.981Z | Downloaded stringprep v0.1.5 |
| 809 | 2026-01-22T21:24:55.984Z | Downloaded smf v0.2.3 |
| 810 | 2026-01-22T21:24:55.984Z | Downloaded prefix-trie v0.7.0 |
| 811 | 2026-01-22T21:24:55.987Z | Downloaded num-bigint v0.4.6 |
| 812 | 2026-01-22T21:24:55.991Z | Downloaded signal-hook v0.3.18 |
| 813 | 2026-01-22T21:24:55.994Z | Downloaded testing_table v0.3.0 |
| 814 | 2026-01-22T21:24:55.997Z | Downloaded try-lock v0.2.5 |
| 815 | 2026-01-22T21:24:55.997Z | Downloaded trait-variant v0.1.2 |
| 816 | 2026-01-22T21:24:56.000Z | Downloaded tokio-native-tls v0.3.1 |
| 817 | 2026-01-22T21:24:56.000Z | Downloaded tokio-macros v2.6.0 |
| 818 | 2026-01-22T21:24:56.004Z | Downloaded tls_codec v0.4.1 |
| 819 | 2026-01-22T21:24:56.004Z | Downloaded schemars v0.8.22 |
| 820 | 2026-01-22T21:24:56.014Z | Downloaded unarray v0.1.4 |
| 821 | 2026-01-22T21:24:56.018Z | Downloaded typify-macro v0.2.0 |
| 822 | 2026-01-22T21:24:56.019Z | Downloaded typify-macro v0.4.3 |
| 823 | 2026-01-22T21:24:56.022Z | Downloaded rand v0.8.5 |
| 824 | 2026-01-22T21:24:56.022Z | Downloaded qorb v0.4.1 |
| 825 | 2026-01-22T21:24:56.025Z | Downloaded unicode-truncate v1.1.0 |
| 826 | 2026-01-22T21:24:56.028Z | Downloaded tokio-tungstenite v0.23.1 |
| 827 | 2026-01-22T21:24:56.031Z | Downloaded untrusted v0.7.1 |
| 828 | 2026-01-22T21:24:56.031Z | Downloaded tokio-tungstenite v0.21.0 |
| 829 | 2026-01-22T21:24:56.034Z | Downloaded usdt v0.6.0 |
| 830 | 2026-01-22T21:24:56.034Z | Downloaded untrusted v0.9.0 |
| 831 | 2026-01-22T21:24:56.037Z | Downloaded utf-8 v0.7.6 |
| 832 | 2026-01-22T21:24:56.037Z | Downloaded usdt-attr-macro v0.6.0 |
| 833 | 2026-01-22T21:24:56.037Z | Downloaded universal-hash v0.5.1 |
| 834 | 2026-01-22T21:24:56.040Z | Downloaded unit-prefix v0.5.1 |
| 835 | 2026-01-22T21:24:56.040Z | Downloaded rsa v0.9.8 |
| 836 | 2026-01-22T21:24:56.044Z | Downloaded blake3 v1.5.4 |
| 837 | 2026-01-22T21:24:56.051Z | Downloaded schemars v0.9.0 |
| 838 | 2026-01-22T21:24:56.062Z | Downloaded usdt-macro v0.6.0 |
| 839 | 2026-01-22T21:24:56.065Z | Downloaded tracing-attributes v0.1.27 |
| 840 | 2026-01-22T21:24:56.068Z | Downloaded toml_writer v1.0.4 |
| 841 | 2026-01-22T21:24:56.068Z | Downloaded toml_datetime v0.7.3 |
| 842 | 2026-01-22T21:24:56.068Z | Downloaded tinyvec v1.8.0 |
| 843 | 2026-01-22T21:24:56.071Z | Downloaded want v0.3.1 |
| 844 | 2026-01-22T21:24:56.075Z | Downloaded hashbrown v0.15.4 |
| 845 | 2026-01-22T21:24:56.078Z | Downloaded waitgroup v0.1.2 |
| 846 | 2026-01-22T21:24:56.078Z | Downloaded unicase v2.8.1 |
| 847 | 2026-01-22T21:24:56.081Z | Downloaded socket2 v0.5.10 |
| 848 | 2026-01-22T21:24:56.084Z | Downloaded itertools v0.12.1 |
| 849 | 2026-01-22T21:24:56.088Z | Downloaded xattr v1.3.1 |
| 850 | 2026-01-22T21:24:56.091Z | Downloaded hkdf v0.12.4 |
| 851 | 2026-01-22T21:24:56.094Z | Downloaded xshell-macros v0.2.7 |
| 852 | 2026-01-22T21:24:56.094Z | Downloaded tui-tree-widget v0.23.1 |
| 853 | 2026-01-22T21:24:56.097Z | Downloaded toml_parser v1.0.4 |
| 854 | 2026-01-22T21:24:56.097Z | Downloaded tokio-stream v0.1.17 |
| 855 | 2026-01-22T21:24:56.100Z | Downloaded zone v0.3.1 |
| 856 | 2026-01-22T21:24:56.103Z | Downloaded zone v0.1.8 |
| 857 | 2026-01-22T21:24:56.103Z | Downloaded zeroize_derive v1.4.2 |
| 858 | 2026-01-22T21:24:56.103Z | Downloaded tar v0.4.44 |
| 859 | 2026-01-22T21:24:56.106Z | Downloaded usdt-impl v0.6.0 |
| 860 | 2026-01-22T21:24:56.109Z | Downloaded libxml v0.3.3 |
| 861 | 2026-01-22T21:24:56.113Z | Downloaded num-bigint-dig v0.8.6 |
| 862 | 2026-01-22T21:24:56.117Z | Downloaded zone_cfg_derive v0.1.2 |
| 863 | 2026-01-22T21:24:56.121Z | Downloaded uzers v0.12.1 |
| 864 | 2026-01-22T21:24:56.121Z | Downloaded samael v0.0.19 |
| 865 | 2026-01-22T21:24:56.126Z | Downloaded zone_cfg_derive v0.3.0 |
| 866 | 2026-01-22T21:24:56.129Z | Downloaded vergen-git2 v1.0.7 |
| 867 | 2026-01-22T21:24:56.129Z | Downloaded which v4.4.2 |
| 868 | 2026-01-22T21:24:56.132Z | Downloaded vsss-rs v3.3.4 |
| 869 | 2026-01-22T21:24:56.135Z | Downloaded subprocess v0.2.9 |
| 870 | 2026-01-22T21:24:56.135Z | Downloaded p521 v0.13.3 |
| 871 | 2026-01-22T21:24:56.139Z | Downloaded vergen-lib v0.1.6 |
| 872 | 2026-01-22T21:24:56.141Z | Downloaded wyz v0.5.1 |
| 873 | 2026-01-22T21:24:56.142Z | Downloaded walkdir v2.5.0 |
| 874 | 2026-01-22T21:24:56.145Z | Downloaded xshell v0.2.7 |
| 875 | 2026-01-22T21:24:56.148Z | Downloaded whoami v1.5.2 |
| 876 | 2026-01-22T21:24:56.148Z | Downloaded vergen-gitcl v1.0.8 |
| 877 | 2026-01-22T21:24:56.152Z | Downloaded twox-hash v2.1.0 |
| 878 | 2026-01-22T21:24:56.152Z | Downloaded unicode-properties v0.1.3 |
| 879 | 2026-01-22T21:24:56.155Z | Downloaded itertools v0.14.0 |
| 880 | 2026-01-22T21:24:56.159Z | Downloaded zeroize v1.8.1 |
| 881 | 2026-01-22T21:24:56.162Z | Downloaded itertools v0.13.0 |
| 882 | 2026-01-22T21:24:56.166Z | Downloaded tungstenite v0.21.0 |
| 883 | 2026-01-22T21:24:56.170Z | Downloaded zstd-safe v7.2.3 |
| 884 | 2026-01-22T21:24:56.190Z | Downloaded vergen v9.0.6 |
| 885 | 2026-01-22T21:24:56.190Z | Downloaded test-strategy v0.4.3 |
| 886 | 2026-01-22T21:24:56.190Z | Downloaded zstd v0.13.3 |
| 887 | 2026-01-22T21:24:56.190Z | Downloaded tracing-core v0.1.32 |
| 888 | 2026-01-22T21:24:56.190Z | Downloaded snafu v0.8.5 |
| 889 | 2026-01-22T21:24:56.190Z | Downloaded vte v0.11.1 |
| 890 | 2026-01-22T21:24:56.194Z | Downloaded typify v0.4.3 |
| 891 | 2026-01-22T21:24:56.194Z | Downloaded toml v0.7.8 |
| 892 | 2026-01-22T21:24:56.197Z | Downloaded schemars v1.0.4 |
| 893 | 2026-01-22T21:24:56.210Z | Downloaded yasna v0.5.2 |
| 894 | 2026-01-22T21:24:56.213Z | Downloaded xz2 v0.1.7 |
| 895 | 2026-01-22T21:24:56.213Z | Downloaded value-bag v1.12.0 |
| 896 | 2026-01-22T21:24:56.216Z | Downloaded toml v0.9.8 |
| 897 | 2026-01-22T21:24:56.219Z | Downloaded rustyline v14.0.0 |
| 898 | 2026-01-22T21:24:56.224Z | Downloaded uuid v1.19.0 |
| 899 | 2026-01-22T21:24:56.227Z | Downloaded unsafe-libyaml v0.2.11 |
| 900 | 2026-01-22T21:24:56.230Z | Downloaded russh v0.45.0 |
| 901 | 2026-01-22T21:24:56.235Z | Downloaded zerocopy v0.6.6 |
| 902 | 2026-01-22T21:24:56.238Z | Downloaded tungstenite v0.23.0 |
| 903 | 2026-01-22T21:24:56.243Z | Downloaded bindgen v0.69.5 |
| 904 | 2026-01-22T21:24:56.247Z | Downloaded bitvec v1.0.1 |
| 905 | 2026-01-22T21:24:56.261Z | Downloaded zopfli v0.8.1 |
| 906 | 2026-01-22T21:24:56.264Z | Downloaded p384 v0.13.1 |
| 907 | 2026-01-22T21:24:56.267Z | Downloaded unicode_categories v0.1.1 |
| 908 | 2026-01-22T21:24:56.270Z | Downloaded reqwest v0.12.24 |
| 909 | 2026-01-22T21:24:56.274Z | Downloaded regex v1.11.3 |
| 910 | 2026-01-22T21:24:56.280Z | Downloaded rpassword v7.4.0 |
| 911 | 2026-01-22T21:24:56.283Z | Downloaded chrono v0.4.42 |
| 912 | 2026-01-22T21:24:56.290Z | Downloaded bindgen v0.71.1 |
| 913 | 2026-01-22T21:24:56.296Z | Downloaded reedline v0.40.0 |
| 914 | 2026-01-22T21:24:56.303Z | Downloaded zerocopy-derive v0.8.27 |
| 915 | 2026-01-22T21:24:56.309Z | Downloaded zip v0.6.6 |
| 916 | 2026-01-22T21:24:56.314Z | Downloaded tower v0.5.2 |
| 917 | 2026-01-22T21:24:56.321Z | Downloaded yansi v1.0.1 |
| 918 | 2026-01-22T21:24:56.324Z | Downloaded x509-cert v0.2.5 |
| 919 | 2026-01-22T21:24:56.328Z | Downloaded unicode-segmentation v1.12.0 |
| 920 | 2026-01-22T21:24:56.331Z | Downloaded quinn-proto v0.11.8 |
| 921 | 2026-01-22T21:24:56.338Z | Downloaded rayon v1.10.0 |
| 922 | 2026-01-22T21:24:56.345Z | Downloaded gimli v0.31.1 |
| 923 | 2026-01-22T21:24:56.352Z | Downloaded tough v0.20.0 |
| 924 | 2026-01-22T21:24:56.360Z | Downloaded typed-path v0.9.3 |
| 925 | 2026-01-22T21:24:56.366Z | Downloaded serde_with v3.16.1 |
| 926 | 2026-01-22T21:24:56.377Z | Downloaded time v0.3.43 |
| 927 | 2026-01-22T21:24:56.384Z | Downloaded goblin v0.10.2 |
| 928 | 2026-01-22T21:24:56.391Z | Downloaded unicode-normalization v0.1.24 |
| 929 | 2026-01-22T21:24:56.395Z | Downloaded salty v0.3.0 |
| 930 | 2026-01-22T21:24:56.401Z | Downloaded moka v0.12.10 |
| 931 | 2026-01-22T21:24:56.410Z | Downloaded zip v4.2.0 |
| 932 | 2026-01-22T21:24:56.415Z | Downloaded sqlparser v0.45.0 |
| 933 | 2026-01-22T21:24:56.419Z | Downloaded winnow v0.6.26 |
| 934 | 2026-01-22T21:24:56.427Z | Downloaded winnow v0.5.40 |
| 935 | 2026-01-22T21:24:56.434Z | Downloaded zlib-rs v0.5.1 |
| 936 | 2026-01-22T21:24:56.439Z | Downloaded tabled v0.18.0 |
| 937 | 2026-01-22T21:24:56.455Z | Downloaded tokio-util v0.7.15 |
| 938 | 2026-01-22T21:24:56.461Z | Downloaded rustls-webpki v0.102.8 |
| 939 | 2026-01-22T21:24:56.478Z | Downloaded petname v2.0.2 |
| 940 | 2026-01-22T21:24:56.482Z | Downloaded bstr v1.10.0 |
| 941 | 2026-01-22T21:24:56.491Z | Downloaded vcpkg v0.2.15 |
| 942 | 2026-01-22T21:24:56.526Z | Downloaded object v0.30.4 |
| 943 | 2026-01-22T21:24:56.534Z | Downloaded webpki-roots v1.0.1 |
| 944 | 2026-01-22T21:24:56.537Z | Downloaded regex-syntax v0.8.5 |
| 945 | 2026-01-22T21:24:56.545Z | Downloaded openssl v0.10.73 |
| 946 | 2026-01-22T21:24:56.553Z | Downloaded rustls v0.23.19 |
| 947 | 2026-01-22T21:24:56.563Z | Downloaded regress v0.10.4 |
| 948 | 2026-01-22T21:24:56.571Z | Downloaded diesel v2.2.12 |
| 949 | 2026-01-22T21:24:56.587Z | Downloaded regex-syntax v0.6.29 |
| 950 | 2026-01-22T21:24:56.593Z | Downloaded nix v0.29.0 |
| 951 | 2026-01-22T21:24:56.604Z | Downloaded smoltcp v0.9.1 |
| 952 | 2026-01-22T21:24:56.612Z | Downloaded tabled v0.20.0 |
| 953 | 2026-01-22T21:24:56.628Z | Downloaded object v0.36.5 |
| 954 | 2026-01-22T21:24:56.638Z | Downloaded hickory-proto v0.24.4 |
| 955 | 2026-01-22T21:24:56.651Z | Downloaded zerocopy v0.8.27 |
| 956 | 2026-01-22T21:24:56.670Z | Downloaded smoltcp v0.11.0 |
| 957 | 2026-01-22T21:24:56.681Z | Downloaded rustls v0.22.4 |
| 958 | 2026-01-22T21:24:56.693Z | Downloaded hickory-proto v0.25.2 |
| 959 | 2026-01-22T21:24:56.706Z | Downloaded dropshot v0.16.6 |
| 960 | 2026-01-22T21:24:56.726Z | Downloaded typify-impl v0.4.3 |
| 961 | 2026-01-22T21:24:56.738Z | Downloaded typify-impl v0.2.0 |
| 962 | 2026-01-22T21:24:56.749Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 963 | 2026-01-22T21:24:56.760Z | Downloaded nix v0.30.1 |
| 964 | 2026-01-22T21:24:56.770Z | Downloaded nix v0.28.0 |
| 965 | 2026-01-22T21:24:56.779Z | Downloaded rustls v0.21.12 |
| 966 | 2026-01-22T21:24:56.789Z | Downloaded petgraph v0.6.5 |
| 967 | 2026-01-22T21:24:56.805Z | Downloaded openapiv3 v2.2.0 |
| 968 | 2026-01-22T21:24:56.815Z | Downloaded nix v0.27.1 |
| 969 | 2026-01-22T21:24:56.823Z | Downloaded sled v0.34.7 |
| 970 | 2026-01-22T21:24:56.832Z | Downloaded lzma-sys v0.1.20 |
| 971 | 2026-01-22T21:24:56.857Z | Downloaded ratatui v0.29.0 |
| 972 | 2026-01-22T21:24:56.874Z | Downloaded chrono-tz v0.10.4 |
| 973 | 2026-01-22T21:24:56.889Z | Downloaded radix_trie v0.2.1 |
| 974 | 2026-01-22T21:24:56.893Z | Downloaded zerocopy-derive v0.6.6 |
| 975 | 2026-01-22T21:24:56.901Z | Downloaded polar-core v0.27.3 |
| 976 | 2026-01-22T21:24:56.908Z | Downloaded rustls-webpki v0.101.7 |
| 977 | 2026-01-22T21:24:56.921Z | Downloaded regex-automata v0.4.11 |
| 978 | 2026-01-22T21:24:56.935Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 979 | 2026-01-22T21:24:56.950Z | Downloaded jiff v0.2.15 |
| 980 | 2026-01-22T21:24:56.964Z | Downloaded proptest v1.7.0 |
| 981 | 2026-01-22T21:24:56.972Z | Downloaded tokio v1.48.0 |
| 982 | 2026-01-22T21:24:57.005Z | Downloaded curve25519-dalek v4.1.3 |
| 983 | 2026-01-22T21:24:57.012Z | Downloaded quick-xml v0.37.2 |
| 984 | 2026-01-22T21:24:57.017Z | Downloaded lalrpop v0.19.12 |
| 985 | 2026-01-22T21:24:57.026Z | Downloaded petgraph v0.8.2 |
| 986 | 2026-01-22T21:24:57.044Z | Downloaded csv v1.3.1 |
| 987 | 2026-01-22T21:24:57.061Z | Downloaded tower-http v0.6.6 |
| 988 | 2026-01-22T21:24:57.068Z | Downloaded libz-sys v1.1.20 |
| 989 | 2026-01-22T21:24:57.085Z | Downloaded ssh-key v0.6.6 |
| 990 | 2026-01-22T21:24:57.091Z | Downloaded git2 v0.20.2 |
| 991 | 2026-01-22T21:24:57.098Z | Downloaded portable-atomic v1.11.0 |
| 992 | 2026-01-22T21:24:57.104Z | Downloaded sha3 v0.10.8 |
| 993 | 2026-01-22T21:24:57.109Z | Downloaded tracing v0.1.40 |
| 994 | 2026-01-22T21:24:57.112Z | Downloaded toml_edit v0.19.15 |
| 995 | 2026-01-22T21:24:57.127Z | Downloaded tokio-postgres v0.7.13 |
| 996 | 2026-01-22T21:24:57.131Z | Downloaded unicode-bidi v0.3.17 |
| 997 | 2026-01-22T21:24:57.134Z | Downloaded steno v0.4.1 |
| 998 | 2026-01-22T21:24:57.137Z | Downloaded h2 v0.4.6 |
| 999 | 2026-01-22T21:24:57.142Z | Downloaded tokio-rustls v0.26.0 |
| 1000 | 2026-01-22T21:24:57.145Z | Downloaded term v0.7.0 |
| 1001 | 2026-01-22T21:24:57.148Z | Downloaded socket2 v0.6.1 |
| 1002 | 2026-01-22T21:24:57.148Z | Downloaded slog v2.8.2 |
| 1003 | 2026-01-22T21:24:57.151Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1004 | 2026-01-22T21:24:57.154Z | Downloaded iri-string v0.7.8 |
| 1005 | 2026-01-22T21:24:57.159Z | Downloaded wait-timeout v0.2.0 |
| 1006 | 2026-01-22T21:24:57.163Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1007 | 2026-01-22T21:24:57.163Z | Downloaded void v1.0.2 |
| 1008 | 2026-01-22T21:24:57.163Z | Downloaded typify v0.2.0 |
| 1009 | 2026-01-22T21:24:57.166Z | Downloaded tokio-rustls v0.24.1 |
| 1010 | 2026-01-22T21:24:57.169Z | Downloaded futures-util v0.3.31 |
| 1011 | 2026-01-22T21:24:57.176Z | Downloaded term v1.1.0 |
| 1012 | 2026-01-22T21:24:57.180Z | Downloaded rand v0.9.2 |
| 1013 | 2026-01-22T21:24:57.183Z | Downloaded hyper v1.8.1 |
| 1014 | 2026-01-22T21:24:57.189Z | Downloaded aws-lc-rs v1.12.4 |
| 1015 | 2026-01-22T21:24:57.197Z | Downloaded encoding_rs v0.8.34 |
| 1016 | 2026-01-22T21:24:57.215Z | Downloaded tokio-rustls v0.25.0 |
| 1017 | 2026-01-22T21:24:57.218Z | Downloaded publicsuffix v2.3.0 |
| 1018 | 2026-01-22T21:24:57.221Z | Downloaded ring v0.17.14 |
| 1019 | 2026-01-22T21:24:57.256Z | Downloaded time-macros v0.2.24 |
| 1020 | 2026-01-22T21:24:57.259Z | Downloaded thiserror-no-std v2.0.2 |
| 1021 | 2026-01-22T21:24:57.263Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-01-22T21:24:57.263Z | Downloaded similar v2.7.0 |
| 1023 | 2026-01-22T21:24:57.267Z | Downloaded itertools v0.10.5 |
| 1024 | 2026-01-22T21:24:57.271Z | Downloaded tokio-dtrace v0.1.0 |
| 1025 | 2026-01-22T21:24:57.274Z | Downloaded tls_codec_derive v0.4.1 |
| 1026 | 2026-01-22T21:24:57.274Z | Downloaded tiny-keccak v2.0.2 |
| 1027 | 2026-01-22T21:24:57.277Z | Downloaded serde_with_macros v3.16.1 |
| 1028 | 2026-01-22T21:24:57.277Z | Downloaded serde_cbor v0.11.2 |
| 1029 | 2026-01-22T21:24:57.280Z | Downloaded ron v0.8.1 |
| 1030 | 2026-01-22T21:24:57.284Z | Downloaded iddqd v0.3.16 |
| 1031 | 2026-01-22T21:24:57.290Z | Downloaded rayon-core v1.12.1 |
| 1032 | 2026-01-22T21:24:57.293Z | Downloaded nom v7.1.3 |
| 1033 | 2026-01-22T21:24:57.297Z | Downloaded aho-corasick v1.1.3 |
| 1034 | 2026-01-22T21:24:57.302Z | Downloaded strum_macros v0.26.4 |
| 1035 | 2026-01-22T21:24:57.305Z | Downloaded strum_macros v0.24.3 |
| 1036 | 2026-01-22T21:24:57.307Z | Downloaded prettyplease v0.2.36 |
| 1037 | 2026-01-22T21:24:57.311Z | Downloaded mio v1.0.2 |
| 1038 | 2026-01-22T21:24:57.314Z | Downloaded smallvec v0.6.14 |
| 1039 | 2026-01-22T21:24:57.317Z | Downloaded slog-async v2.8.0 |
| 1040 | 2026-01-22T21:24:57.317Z | Downloaded ron v0.7.1 |
| 1041 | 2026-01-22T21:24:57.320Z | Downloaded hashbrown v0.13.2 |
| 1042 | 2026-01-22T21:24:57.323Z | Downloaded hyper-util v0.1.19 |
| 1043 | 2026-01-22T21:24:57.328Z | Downloaded signal-hook-registry v1.4.2 |
| 1044 | 2026-01-22T21:24:57.330Z | Downloaded shlex v1.3.0 |
| 1045 | 2026-01-22T21:24:57.330Z | Downloaded sync-ptr v0.1.4 |
| 1046 | 2026-01-22T21:24:57.330Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1047 | 2026-01-22T21:24:57.380Z | Downloaded supports-color v3.0.2 |
| 1048 | 2026-01-22T21:24:57.384Z | Downloaded strum v0.27.2 |
| 1049 | 2026-01-22T21:24:57.384Z | Downloaded structmeta v0.3.0 |
| 1050 | 2026-01-22T21:24:57.384Z | Downloaded slog-term v2.9.2 |
| 1051 | 2026-01-22T21:24:57.387Z | Downloaded sqlparser_derive v0.2.2 |
| 1052 | 2026-01-22T21:24:57.387Z | Downloaded minimal-lexical v0.2.1 |
| 1053 | 2026-01-22T21:24:57.390Z | Downloaded signature v2.2.0 |
| 1054 | 2026-01-22T21:24:57.393Z | Downloaded signal-hook-tokio v0.3.1 |
| 1055 | 2026-01-22T21:24:57.393Z | Downloaded signal-hook-mio v0.2.4 |
| 1056 | 2026-01-22T21:24:57.393Z | Downloaded rusty-fork v0.3.0 |
| 1057 | 2026-01-22T21:24:57.393Z | Downloaded rustversion v1.0.22 |
| 1058 | 2026-01-22T21:24:57.396Z | Downloaded rustls-pemfile v2.2.0 |
| 1059 | 2026-01-22T21:24:57.399Z | Downloaded rustls-pemfile v1.0.4 |
| 1060 | 2026-01-22T21:24:57.399Z | Downloaded rustls-native-certs v0.8.1 |
| 1061 | 2026-01-22T21:24:57.402Z | Downloaded serde_repr v0.1.19 |
| 1062 | 2026-01-22T21:24:57.402Z | Downloaded rustc-hash v2.1.1 |
| 1063 | 2026-01-22T21:24:57.406Z | Downloaded serde_plain v1.0.2 |
| 1064 | 2026-01-22T21:24:57.406Z | Downloaded hickory-resolver v0.24.4 |
| 1065 | 2026-01-22T21:24:57.409Z | Downloaded progenitor-impl v0.8.0 |
| 1066 | 2026-01-22T21:24:57.412Z | Downloaded rustc-demangle v0.1.24 |
| 1067 | 2026-01-22T21:24:57.412Z | Downloaded proc-macro-error2 v2.0.1 |
| 1068 | 2026-01-22T21:24:57.415Z | Downloaded papergrid v0.17.0 |
| 1069 | 2026-01-22T21:24:57.418Z | Downloaded seq-macro v0.3.6 |
| 1070 | 2026-01-22T21:24:57.421Z | Downloaded secrecy v0.10.3 |
| 1071 | 2026-01-22T21:24:57.422Z | Downloaded postgres-types v0.2.9 |
| 1072 | 2026-01-22T21:24:57.425Z | Downloaded scroll_derive v0.13.1 |
| 1073 | 2026-01-22T21:24:57.425Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1074 | 2026-01-22T21:24:57.425Z | Downloaded same-file v1.0.6 |
| 1075 | 2026-01-22T21:24:57.425Z | Downloaded salsa20 v0.10.2 |
| 1076 | 2026-01-22T21:24:57.428Z | Downloaded rand_seeder v0.4.0 |
| 1077 | 2026-01-22T21:24:57.428Z | Downloaded rand_core v0.6.4 |
| 1078 | 2026-01-22T21:24:57.432Z | Downloaded postgres-protocol v0.6.8 |
| 1079 | 2026-01-22T21:24:57.433Z | Downloaded pkcs1 v0.7.5 |
| 1080 | 2026-01-22T21:24:57.436Z | Downloaded crossbeam-channel v0.5.15 |
| 1081 | 2026-01-22T21:24:57.436Z | Downloaded postcard v1.0.10 |
| 1082 | 2026-01-22T21:24:57.439Z | Downloaded ref-cast-impl v1.0.25 |
| 1083 | 2026-01-22T21:24:57.439Z | Downloaded progenitor-client v0.10.0 |
| 1084 | 2026-01-22T21:24:57.439Z | Downloaded progenitor v0.11.2 |
| 1085 | 2026-01-22T21:24:57.442Z | Downloaded progenitor v0.10.0 |
| 1086 | 2026-01-22T21:24:57.442Z | Downloaded primeorder v0.13.6 |
| 1087 | 2026-01-22T21:24:57.445Z | Downloaded predicates v3.1.3 |
| 1088 | 2026-01-22T21:24:57.445Z | Downloaded ppv-lite86 v0.2.20 |
| 1089 | 2026-01-22T21:24:57.448Z | Downloaded miniz_oxide v0.8.5 |
| 1090 | 2026-01-22T21:24:57.448Z | Downloaded indicatif v0.18.0 |
| 1091 | 2026-01-22T21:24:57.451Z | Downloaded indicatif v0.17.11 |
| 1092 | 2026-01-22T21:24:57.458Z | Downloaded pin-project-lite v0.2.14 |
| 1093 | 2026-01-22T21:24:57.461Z | Downloaded pin-project-internal v1.1.6 |
| 1094 | 2026-01-22T21:24:57.461Z | Downloaded omicron-zone-package v0.12.2 |
| 1095 | 2026-01-22T21:24:57.465Z | Downloaded ed25519-dalek v2.1.1 |
| 1096 | 2026-01-22T21:24:57.465Z | Downloaded progenitor-macro v0.11.2 |
| 1097 | 2026-01-22T21:24:57.468Z | Downloaded progenitor-macro v0.10.0 |
| 1098 | 2026-01-22T21:24:57.468Z | Downloaded progenitor-client v0.11.2 |
| 1099 | 2026-01-22T21:24:57.468Z | Downloaded pem v3.0.5 |
| 1100 | 2026-01-22T21:24:57.471Z | Downloaded parse-display-derive v0.10.0 |
| 1101 | 2026-01-22T21:24:57.471Z | Downloaded password-hash v0.4.2 |
| 1102 | 2026-01-22T21:24:57.471Z | Downloaded parking_lot_core v0.9.10 |
| 1103 | 2026-01-22T21:24:57.474Z | Downloaded parking_lot_core v0.8.6 |
| 1104 | 2026-01-22T21:24:57.474Z | Downloaded ignore v0.4.23 |
| 1105 | 2026-01-22T21:24:57.477Z | Downloaded heapless v0.8.0 |
| 1106 | 2026-01-22T21:24:57.480Z | Downloaded headers v0.4.1 |
| 1107 | 2026-01-22T21:24:57.483Z | Downloaded progenitor v0.8.0 |
| 1108 | 2026-01-22T21:24:57.486Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1109 | 2026-01-22T21:24:57.486Z | Downloaded proc-macro-crate v1.3.1 |
| 1110 | 2026-01-22T21:24:57.486Z | Downloaded pretty-hex v0.2.1 |
| 1111 | 2026-01-22T21:24:57.489Z | Downloaded predicates-tree v1.0.12 |
| 1112 | 2026-01-22T21:24:57.489Z | Downloaded precomputed-hash v0.1.1 |
| 1113 | 2026-01-22T21:24:57.490Z | Downloaded oxnet v0.1.4 |
| 1114 | 2026-01-22T21:24:57.494Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1115 | 2026-01-22T21:24:57.494Z | Downloaded native-tls v0.2.12 |
| 1116 | 2026-01-22T21:24:57.494Z | Downloaded mime_guess v2.0.5 |
| 1117 | 2026-01-22T21:24:57.498Z | Downloaded bytes v1.10.1 |
| 1118 | 2026-01-22T21:24:57.498Z | Downloaded flume v0.11.1 |
| 1119 | 2026-01-22T21:24:57.501Z | Downloaded num-integer v0.1.46 |
| 1120 | 2026-01-22T21:24:57.504Z | Downloaded nu-ansi-term v0.50.1 |
| 1121 | 2026-01-22T21:24:57.504Z | Downloaded nonempty v0.12.0 |
| 1122 | 2026-01-22T21:24:57.507Z | Downloaded libloading v0.8.5 |
| 1123 | 2026-01-22T21:24:57.507Z | Downloaded compact_str v0.8.0 |
| 1124 | 2026-01-22T21:24:57.510Z | Downloaded elliptic-curve v0.13.8 |
| 1125 | 2026-01-22T21:24:57.513Z | Downloaded chacha20poly1305 v0.10.1 |
| 1126 | 2026-01-22T21:24:57.516Z | Downloaded parse-display v0.10.0 |
| 1127 | 2026-01-22T21:24:57.516Z | Downloaded num-complex v0.4.6 |
| 1128 | 2026-01-22T21:24:57.516Z | Downloaded hickory-client v0.25.2 |
| 1129 | 2026-01-22T21:24:57.520Z | Downloaded half v2.4.1 |
| 1130 | 2026-01-22T21:24:57.520Z | Downloaded packed_struct_codegen v0.10.1 |
| 1131 | 2026-01-22T21:24:57.523Z | Downloaded der v0.7.10 |
| 1132 | 2026-01-22T21:24:57.526Z | Downloaded const_format v0.2.34 |
| 1133 | 2026-01-22T21:24:57.529Z | Downloaded multer v3.1.0 |
| 1134 | 2026-01-22T21:24:57.532Z | Downloaded ingot-macros v0.1.1 |
| 1135 | 2026-01-22T21:24:57.532Z | Downloaded ingot v0.1.1 |
| 1136 | 2026-01-22T21:24:57.535Z | Downloaded dropshot_endpoint v0.16.6 |
| 1137 | 2026-01-22T21:24:57.538Z | Downloaded opaque-debug v0.3.1 |
| 1138 | 2026-01-22T21:24:57.538Z | Downloaded num_enum_derive v0.5.11 |
| 1139 | 2026-01-22T21:24:57.538Z | Downloaded num-iter v0.1.45 |
| 1140 | 2026-01-22T21:24:57.541Z | Downloaded lzss v0.8.2 |
| 1141 | 2026-01-22T21:24:57.541Z | Downloaded hyper-rustls v0.27.7 |
| 1142 | 2026-01-22T21:24:57.545Z | Downloaded httparse v1.9.5 |
| 1143 | 2026-01-22T21:24:57.545Z | Downloaded http-body-util v0.1.3 |
| 1144 | 2026-01-22T21:24:57.548Z | Downloaded derive_builder v0.20.2 |
| 1145 | 2026-01-22T21:24:57.552Z | Downloaded crc-any v2.5.0 |
| 1146 | 2026-01-22T21:24:57.555Z | Downloaded base64 v0.22.1 |
| 1147 | 2026-01-22T21:24:57.558Z | Downloaded libsw v3.5.0 |
| 1148 | 2026-01-22T21:24:57.558Z | Downloaded libefi-sys v0.1.0 |
| 1149 | 2026-01-22T21:24:57.562Z | Downloaded backtrace v0.3.74 |
| 1150 | 2026-01-22T21:24:57.565Z | Downloaded jobserver v0.1.32 |
| 1151 | 2026-01-22T21:24:57.565Z | Downloaded futures v0.3.31 |
| 1152 | 2026-01-22T21:24:57.568Z | Downloaded derive_more v2.0.1 |
| 1153 | 2026-01-22T21:24:57.576Z | Downloaded num-derive v0.4.2 |
| 1154 | 2026-01-22T21:24:57.579Z | Downloaded num-conv v0.1.0 |
| 1155 | 2026-01-22T21:24:57.579Z | Downloaded num v0.4.3 |
| 1156 | 2026-01-22T21:24:57.579Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1157 | 2026-01-22T21:24:57.582Z | Downloaded newtype_derive v0.1.6 |
| 1158 | 2026-01-22T21:24:57.582Z | Downloaded newline-converter v0.3.0 |
| 1159 | 2026-01-22T21:24:57.582Z | Downloaded new_debug_unreachable v1.0.6 |
| 1160 | 2026-01-22T21:24:57.585Z | Downloaded lalrpop-util v0.19.12 |
| 1161 | 2026-01-22T21:24:57.585Z | Downloaded hmac v0.12.1 |
| 1162 | 2026-01-22T21:24:57.585Z | Downloaded half v1.8.3 |
| 1163 | 2026-01-22T21:24:57.589Z | Downloaded instant v0.1.13 |
| 1164 | 2026-01-22T21:24:57.589Z | Downloaded ingot-types v0.1.2 |
| 1165 | 2026-01-22T21:24:57.589Z | Downloaded indoc v2.0.6 |
| 1166 | 2026-01-22T21:24:57.592Z | Downloaded md-5 v0.10.6 |
| 1167 | 2026-01-22T21:24:57.592Z | Downloaded maybe-uninit v2.0.0 |
| 1168 | 2026-01-22T21:24:57.595Z | Downloaded match_cfg v0.1.0 |
| 1169 | 2026-01-22T21:24:57.595Z | Downloaded getrandom v0.2.15 |
| 1170 | 2026-01-22T21:24:57.599Z | Downloaded crossbeam-epoch v0.9.18 |
| 1171 | 2026-01-22T21:24:57.599Z | Downloaded humantime v2.2.0 |
| 1172 | 2026-01-22T21:24:57.602Z | Downloaded maplit v1.0.2 |
| 1173 | 2026-01-22T21:24:57.602Z | Downloaded crc32fast v1.4.2 |
| 1174 | 2026-01-22T21:24:57.602Z | Downloaded lru v0.12.5 |
| 1175 | 2026-01-22T21:24:57.605Z | Downloaded critical-section v1.1.3 |
| 1176 | 2026-01-22T21:24:57.606Z | Downloaded cookie v0.18.1 |
| 1177 | 2026-01-22T21:24:57.609Z | Downloaded cmake v0.1.51 |
| 1178 | 2026-01-22T21:24:57.609Z | Downloaded hyper-staticfile v0.10.1 |
| 1179 | 2026-01-22T21:24:57.609Z | Downloaded hubpack v0.1.2 |
| 1180 | 2026-01-22T21:24:57.612Z | Downloaded foldhash v0.1.5 |
| 1181 | 2026-01-22T21:24:57.612Z | Downloaded cookie_store v0.21.1 |
| 1182 | 2026-01-22T21:24:57.615Z | Downloaded colored v3.0.0 |
| 1183 | 2026-01-22T21:24:57.615Z | Downloaded ciborium v0.2.2 |
| 1184 | 2026-01-22T21:24:57.618Z | Downloaded cassowary v0.3.0 |
| 1185 | 2026-01-22T21:24:57.618Z | Downloaded blake2 v0.10.6 |
| 1186 | 2026-01-22T21:24:57.621Z | Downloaded console v0.15.10 |
| 1187 | 2026-01-22T21:24:57.624Z | Downloaded colored v2.2.0 |
| 1188 | 2026-01-22T21:24:57.624Z | Downloaded cancel-safe-futures v0.1.5 |
| 1189 | 2026-01-22T21:24:57.627Z | Downloaded arc-swap v1.7.1 |
| 1190 | 2026-01-22T21:24:57.631Z | Downloaded keccak v0.1.5 |
| 1191 | 2026-01-22T21:24:57.631Z | Downloaded darling_core v0.21.0 |
| 1192 | 2026-01-22T21:24:57.634Z | Downloaded lazy_static v1.5.0 |
| 1193 | 2026-01-22T21:24:57.638Z | Downloaded kstat-rs v0.2.4 |
| 1194 | 2026-01-22T21:24:57.638Z | Downloaded is_ci v1.2.0 |
| 1195 | 2026-01-22T21:24:57.638Z | Downloaded crypto-bigint v0.5.5 |
| 1196 | 2026-01-22T21:24:57.643Z | Downloaded highway v1.3.0 |
| 1197 | 2026-01-22T21:24:57.646Z | Downloaded bzip2 v0.5.2 |
| 1198 | 2026-01-22T21:24:57.646Z | Downloaded dropshot-api-manager v0.2.4 |
| 1199 | 2026-01-22T21:24:57.649Z | Downloaded derive_more v0.99.20 |
| 1200 | 2026-01-22T21:24:57.652Z | Downloaded derive-where v1.5.0 |
| 1201 | 2026-01-22T21:24:57.655Z | Downloaded inout v0.1.3 |
| 1202 | 2026-01-22T21:24:57.658Z | Downloaded indoc v1.0.9 |
| 1203 | 2026-01-22T21:24:57.658Z | Downloaded console v0.16.0 |
| 1204 | 2026-01-22T21:24:57.662Z | Downloaded clang-sys v1.8.1 |
| 1205 | 2026-01-22T21:24:57.665Z | Downloaded bzip2 v0.4.4 |
| 1206 | 2026-01-22T21:24:57.665Z | Downloaded globset v0.4.15 |
| 1207 | 2026-01-22T21:24:57.668Z | Downloaded glob v0.3.2 |
| 1208 | 2026-01-22T21:24:57.668Z | Downloaded drift v0.1.2 |
| 1209 | 2026-01-22T21:24:57.671Z | Downloaded corncobs v0.1.4 |
| 1210 | 2026-01-22T21:24:57.674Z | Downloaded convert_case v0.7.1 |
| 1211 | 2026-01-22T21:24:57.674Z | Downloaded const_format_proc_macros v0.2.34 |
| 1212 | 2026-01-22T21:24:57.677Z | Downloaded cbc v0.1.2 |
| 1213 | 2026-01-22T21:24:57.677Z | Downloaded bitfield v0.19.2 |
| 1214 | 2026-01-22T21:24:57.677Z | Downloaded bit-vec v0.6.3 |
| 1215 | 2026-01-22T21:24:57.680Z | Downloaded bcs v0.1.6 |
| 1216 | 2026-01-22T21:24:57.680Z | Downloaded bitflags v1.3.2 |
| 1217 | 2026-01-22T21:24:57.683Z | Downloaded bit-vec v0.8.0 |
| 1218 | 2026-01-22T21:24:57.686Z | Downloaded group v0.13.0 |
| 1219 | 2026-01-22T21:24:57.687Z | Downloaded futures-executor v0.3.31 |
| 1220 | 2026-01-22T21:24:57.687Z | Downloaded fs_extra v1.3.0 |
| 1221 | 2026-01-22T21:24:57.690Z | Downloaded fs-err v2.11.0 |
| 1222 | 2026-01-22T21:24:57.690Z | Downloaded fixedbitset v0.5.7 |
| 1223 | 2026-01-22T21:24:57.693Z | Downloaded filetime v0.2.26 |
| 1224 | 2026-01-22T21:24:57.693Z | Downloaded fallible-iterator v0.2.0 |
| 1225 | 2026-01-22T21:24:57.693Z | Downloaded env_logger v0.11.8 |
| 1226 | 2026-01-22T21:24:57.696Z | Downloaded blowfish v0.9.1 |
| 1227 | 2026-01-22T21:24:57.696Z | Downloaded hostname v0.4.2 |
| 1228 | 2026-01-22T21:24:57.699Z | Downloaded home v0.5.9 |
| 1229 | 2026-01-22T21:24:57.699Z | Downloaded heck v0.3.3 |
| 1230 | 2026-01-22T21:24:57.700Z | Downloaded hostname v0.3.1 |
| 1231 | 2026-01-22T21:24:57.703Z | Downloaded hex v0.4.3 |
| 1232 | 2026-01-22T21:24:57.703Z | Downloaded hash32 v0.3.1 |
| 1233 | 2026-01-22T21:24:57.706Z | Downloaded hash32 v0.2.1 |
| 1234 | 2026-01-22T21:24:57.706Z | Downloaded derive_builder_core v0.20.2 |
| 1235 | 2026-01-22T21:24:57.706Z | Downloaded cipher v0.4.4 |
| 1236 | 2026-01-22T21:24:57.709Z | Downloaded buf-list v1.0.3 |
| 1237 | 2026-01-22T21:24:57.709Z | Downloaded chacha20 v0.9.1 |
| 1238 | 2026-01-22T21:24:57.712Z | Downloaded cexpr v0.6.0 |
| 1239 | 2026-01-22T21:24:57.712Z | Downloaded bit-set v0.5.3 |
| 1240 | 2026-01-22T21:24:57.715Z | Downloaded futures-macro v0.3.31 |
| 1241 | 2026-01-22T21:24:57.715Z | Downloaded float-cmp v0.10.0 |
| 1242 | 2026-01-22T21:24:57.715Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1243 | 2026-01-22T21:24:57.715Z | Downloaded constant_time_eq v0.3.1 |
| 1244 | 2026-01-22T21:24:57.719Z | Downloaded gethostname v0.5.0 |
| 1245 | 2026-01-22T21:24:57.719Z | Downloaded futures-io v0.3.31 |
| 1246 | 2026-01-22T21:24:57.719Z | Downloaded futures-core v0.3.31 |
| 1247 | 2026-01-22T21:24:57.722Z | Downloaded embedded-io v0.6.1 |
| 1248 | 2026-01-22T21:24:57.722Z | Downloaded dtrace-parser v0.3.0 |
| 1249 | 2026-01-22T21:24:57.722Z | Downloaded dsl_auto_type v0.1.2 |
| 1250 | 2026-01-22T21:24:57.722Z | Downloaded dof v0.4.0 |
| 1251 | 2026-01-22T21:24:57.725Z | Downloaded des v0.8.1 |
| 1252 | 2026-01-22T21:24:57.725Z | Downloaded der_derive v0.7.3 |
| 1253 | 2026-01-22T21:24:57.726Z | Downloaded defmt v0.3.8 |
| 1254 | 2026-01-22T21:24:57.729Z | Downloaded crc8 v0.1.1 |
| 1255 | 2026-01-22T21:24:57.729Z | Downloaded convert_case v0.4.0 |
| 1256 | 2026-01-22T21:24:57.732Z | Downloaded cargo_metadata v0.19.2 |
| 1257 | 2026-01-22T21:24:57.732Z | Downloaded bitfield-struct v0.6.2 |
| 1258 | 2026-01-22T21:24:57.732Z | Downloaded bitfield-macros v0.19.2 |
| 1259 | 2026-01-22T21:24:57.735Z | Downloaded bit-set v0.8.0 |
| 1260 | 2026-01-22T21:24:57.735Z | Downloaded foreign-types v0.5.0 |
| 1261 | 2026-01-22T21:24:57.735Z | Downloaded fd-lock v4.0.2 |
| 1262 | 2026-01-22T21:24:57.738Z | Downloaded endian-type v0.1.2 |
| 1263 | 2026-01-22T21:24:57.738Z | Downloaded embedded-io v0.4.0 |
| 1264 | 2026-01-22T21:24:57.738Z | Downloaded crc v3.2.1 |
| 1265 | 2026-01-22T21:24:57.741Z | Downloaded ciborium-ll v0.2.2 |
| 1266 | 2026-01-22T21:24:57.741Z | Downloaded ciborium-io v0.2.2 |
| 1267 | 2026-01-22T21:24:57.742Z | Downloaded foreign-types-shared v0.1.1 |
| 1268 | 2026-01-22T21:24:57.745Z | Downloaded env_filter v0.1.2 |
| 1269 | 2026-01-22T21:24:57.745Z | Downloaded enum-as-inner v0.6.1 |
| 1270 | 2026-01-22T21:24:57.745Z | Downloaded diesel-dtrace v0.4.2 |
| 1271 | 2026-01-22T21:24:57.748Z | Downloaded derive_more-impl v2.0.1 |
| 1272 | 2026-01-22T21:24:57.751Z | Downloaded defmt-macros v0.3.9 |
| 1273 | 2026-01-22T21:24:57.755Z | Downloaded daft-derive v0.1.4 |
| 1274 | 2026-01-22T21:24:57.758Z | Downloaded block-padding v0.3.3 |
| 1275 | 2026-01-22T21:24:57.758Z | Downloaded cobs v0.2.3 |
| 1276 | 2026-01-22T21:24:57.758Z | Downloaded cargo-platform v0.1.8 |
| 1277 | 2026-01-22T21:24:57.761Z | Downloaded dyn-clone v1.0.20 |
| 1278 | 2026-01-22T21:24:57.761Z | Downloaded display-error-chain v0.2.2 |
| 1279 | 2026-01-22T21:24:57.761Z | Downloaded derive-ex v0.1.8 |
| 1280 | 2026-01-22T21:24:57.764Z | Downloaded async-trait v0.1.89 |
| 1281 | 2026-01-22T21:24:57.767Z | Downloaded async-bb8-diesel v0.2.1 |
| 1282 | 2026-01-22T21:24:57.767Z | Downloaded deranged v0.5.3 |
| 1283 | 2026-01-22T21:24:57.771Z | Downloaded cfg_aliases v0.1.1 |
| 1284 | 2026-01-22T21:24:57.771Z | Downloaded castaway v0.2.3 |
| 1285 | 2026-01-22T21:24:57.771Z | Downloaded defmt-parser v0.3.4 |
| 1286 | 2026-01-22T21:24:57.771Z | Downloaded darling_macro v0.20.10 |
| 1287 | 2026-01-22T21:24:57.774Z | Downloaded csv-core v0.1.11 |
| 1288 | 2026-01-22T21:24:57.774Z | Downloaded addr2line v0.24.2 |
| 1289 | 2026-01-22T21:24:57.774Z | Downloaded derive_builder_macro v0.20.2 |
| 1290 | 2026-01-22T21:24:57.777Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1291 | 2026-01-22T21:24:57.777Z | Downloaded base16ct v0.2.0 |
| 1292 | 2026-01-22T21:24:57.777Z | Downloaded async-recursion v1.1.1 |
| 1293 | 2026-01-22T21:24:57.780Z | Downloaded ascii-canvas v3.0.0 |
| 1294 | 2026-01-22T21:24:57.780Z | Downloaded argon2 v0.5.3 |
| 1295 | 2026-01-22T21:24:57.783Z | Downloaded adler2 v2.0.0 |
| 1296 | 2026-01-22T21:24:57.783Z | Downloaded foldhash v0.2.0 |
| 1297 | 2026-01-22T21:24:57.786Z | Downloaded darling v0.20.10 |
| 1298 | 2026-01-22T21:24:57.789Z | Downloaded daft v0.1.4 |
| 1299 | 2026-01-22T21:24:57.790Z | Downloaded ctr v0.9.2 |
| 1300 | 2026-01-22T21:24:57.793Z | Downloaded erased-serde v0.3.31 |
| 1301 | 2026-01-22T21:24:57.793Z | Downloaded either v1.15.0 |
| 1302 | 2026-01-22T21:24:57.796Z | Downloaded dirs-sys-next v0.1.2 |
| 1303 | 2026-01-22T21:24:57.796Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1304 | 2026-01-22T21:24:57.796Z | Downloaded crossbeam-utils v0.8.21 |
| 1305 | 2026-01-22T21:24:57.799Z | Downloaded atty v0.2.14 |
| 1306 | 2026-01-22T21:24:57.799Z | Downloaded async-stream v0.3.6 |
| 1307 | 2026-01-22T21:24:57.802Z | Downloaded assert_matches v1.5.0 |
| 1308 | 2026-01-22T21:24:57.802Z | Downloaded array-init v0.0.4 |
| 1309 | 2026-01-22T21:24:57.802Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1310 | 2026-01-22T21:24:57.802Z | Downloaded cstr-argument v0.1.2 |
| 1311 | 2026-01-22T21:24:57.805Z | Downloaded atomic-waker v1.1.2 |
| 1312 | 2026-01-22T21:24:57.805Z | Downloaded arrayvec v0.7.6 |
| 1313 | 2026-01-22T21:24:57.805Z | Downloaded ahash v0.8.12 |
| 1314 | 2026-01-22T21:24:57.808Z | Downloaded aead v0.5.2 |
| 1315 | 2026-01-22T21:24:57.886Z | Downloaded aws-lc-sys v0.26.0 |
| 1316 | 2026-01-22T21:24:58.195Z | Compiling value-bag v1.12.0 |
| 1317 | 2026-01-22T21:24:58.195Z | Compiling lock_api v0.4.12 |
| 1318 | 2026-01-22T21:24:58.195Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-01-22T21:24:58.199Z | Compiling shlex v1.3.0 |
| 1320 | 2026-01-22T21:24:58.199Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-01-22T21:24:58.199Z | Compiling syn v2.0.111 |
| 1322 | 2026-01-22T21:24:58.364Z | Compiling getrandom v0.2.15 |
| 1323 | 2026-01-22T21:24:58.367Z | Compiling jobserver v0.1.32 |
| 1324 | 2026-01-22T21:24:58.502Z | Compiling typenum v1.17.0 |
| 1325 | 2026-01-22T21:24:58.747Z | Compiling log v0.4.29 |
| 1326 | 2026-01-22T21:24:58.766Z | Compiling rand_core v0.6.4 |
| 1327 | 2026-01-22T21:24:58.878Z | Compiling cc v1.2.30 |
| 1328 | 2026-01-22T21:24:58.882Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-01-22T21:24:59.174Z | Compiling subtle v2.6.1 |
| 1330 | 2026-01-22T21:24:59.291Z | Compiling portable-atomic v1.11.0 |
| 1331 | 2026-01-22T21:24:59.312Z | Compiling const-oid v0.9.6 |
| 1332 | 2026-01-22T21:24:59.332Z | Compiling critical-section v1.1.3 |
| 1333 | 2026-01-22T21:24:59.453Z | Compiling pkg-config v0.3.31 |
| 1334 | 2026-01-22T21:24:59.668Z | Compiling getrandom v0.3.4 |
| 1335 | 2026-01-22T21:24:59.688Z | Compiling serde_json v1.0.149 |
| 1336 | 2026-01-22T21:25:00.102Z | Compiling spin v0.9.8 |
| 1337 | 2026-01-22T21:25:00.542Z | Compiling regex-syntax v0.8.5 |
| 1338 | 2026-01-22T21:25:00.828Z | Compiling parking_lot_core v0.9.10 |
| 1339 | 2026-01-22T21:25:01.024Z | Compiling pin-project-lite v0.2.14 |
| 1340 | 2026-01-22T21:25:01.334Z | Compiling rustix v0.38.37 |
| 1341 | 2026-01-22T21:25:01.506Z | Compiling libm v0.2.8 |
| 1342 | 2026-01-22T21:25:01.851Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-01-22T21:25:01.920Z | Compiling signal-hook-registry v1.4.2 |
| 1344 | 2026-01-22T21:25:02.172Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-01-22T21:25:02.244Z | Compiling allocator-api2 v0.2.21 |
| 1346 | 2026-01-22T21:25:02.265Z | Compiling parking_lot v0.12.3 |
| 1347 | 2026-01-22T21:25:02.773Z | Compiling mio v1.0.2 |
| 1348 | 2026-01-22T21:25:02.919Z | Compiling futures-core v0.3.31 |
| 1349 | 2026-01-22T21:25:03.016Z | Compiling lazy_static v1.5.0 |
| 1350 | 2026-01-22T21:25:03.139Z | Compiling aho-corasick v1.1.3 |
| 1351 | 2026-01-22T21:25:03.166Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-01-22T21:25:03.192Z | Compiling socket2 v0.6.1 |
| 1353 | 2026-01-22T21:25:03.529Z | Compiling slab v0.4.9 |
| 1354 | 2026-01-22T21:25:03.900Z | Compiling cpufeatures v0.2.14 |
| 1355 | 2026-01-22T21:25:04.024Z | Compiling glob v0.3.2 |
| 1356 | 2026-01-22T21:25:04.068Z | Compiling futures-sink v0.3.31 |
| 1357 | 2026-01-22T21:25:04.086Z | Compiling either v1.15.0 |
| 1358 | 2026-01-22T21:25:04.246Z | Compiling futures-channel v0.3.31 |
| 1359 | 2026-01-22T21:25:04.411Z | Compiling hashbrown v0.16.1 |
| 1360 | 2026-01-22T21:25:04.561Z | Compiling prettyplease v0.2.36 |
| 1361 | 2026-01-22T21:25:04.737Z | Compiling pin-utils v0.1.0 |
| 1362 | 2026-01-22T21:25:04.851Z | Compiling futures-io v0.3.31 |
| 1363 | 2026-01-22T21:25:04.907Z | Compiling clang-sys v1.8.1 |
| 1364 | 2026-01-22T21:25:04.944Z | Compiling futures-task v0.3.31 |
| 1365 | 2026-01-22T21:25:05.144Z | Compiling regex-automata v0.4.11 |
| 1366 | 2026-01-22T21:25:05.233Z | Compiling rustversion v1.0.22 |
| 1367 | 2026-01-22T21:25:05.592Z | Compiling minimal-lexical v0.2.1 |
| 1368 | 2026-01-22T21:25:05.636Z | Compiling indexmap v2.12.1 |
| 1369 | 2026-01-22T21:25:05.686Z | Compiling libloading v0.8.5 |
| 1370 | 2026-01-22T21:25:06.082Z | Compiling synstructure v0.13.1 |
| 1371 | 2026-01-22T21:25:06.120Z | Compiling nom v7.1.3 |
| 1372 | 2026-01-22T21:25:06.513Z | Compiling bindgen v0.69.5 |
| 1373 | 2026-01-22T21:25:07.067Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-01-22T21:25:07.275Z | Compiling base64ct v1.6.0 |
| 1375 | 2026-01-22T21:25:07.294Z | Compiling home v0.5.9 |
| 1376 | 2026-01-22T21:25:07.534Z | Compiling itertools v0.12.1 |
| 1377 | 2026-01-22T21:25:07.562Z | Compiling form_urlencoded v1.2.2 |
| 1378 | 2026-01-22T21:25:07.874Z | Compiling pem-rfc7468 v0.7.0 |
| 1379 | 2026-01-22T21:25:07.877Z | Compiling flagset v0.4.6 |
| 1380 | 2026-01-22T21:25:08.130Z | Compiling lazycell v1.3.0 |
| 1381 | 2026-01-22T21:25:08.348Z | Compiling rustc-hash v1.1.0 |
| 1382 | 2026-01-22T21:25:08.492Z | Compiling rand_core v0.9.3 |
| 1383 | 2026-01-22T21:25:08.513Z | Compiling cmake v0.1.51 |
| 1384 | 2026-01-22T21:25:09.059Z | Compiling fs_extra v1.3.0 |
| 1385 | 2026-01-22T21:25:09.349Z | Compiling cexpr v0.6.0 |
| 1386 | 2026-01-22T21:25:09.528Z | Compiling paste v1.0.15 |
| 1387 | 2026-01-22T21:25:09.615Z | Compiling foldhash v0.1.5 |
| 1388 | 2026-01-22T21:25:09.941Z | Compiling dunce v1.0.5 |
| 1389 | 2026-01-22T21:25:10.054Z | Compiling iana-time-zone v0.1.63 |
| 1390 | 2026-01-22T21:25:10.164Z | Compiling hashbrown v0.15.4 |
| 1391 | 2026-01-22T21:25:10.354Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-01-22T21:25:10.444Z | Compiling regex v1.11.3 |
| 1393 | 2026-01-22T21:25:10.464Z | Compiling uuid v1.19.0 |
| 1394 | 2026-01-22T21:25:10.903Z | Compiling zerocopy v0.8.27 |
| 1395 | 2026-01-22T21:25:10.924Z | Compiling serde_derive v1.0.228 |
| 1396 | 2026-01-22T21:25:11.004Z | Compiling zeroize_derive v1.4.2 |
| 1397 | 2026-01-22T21:25:11.385Z | Compiling zerofrom-derive v0.1.4 |
| 1398 | 2026-01-22T21:25:11.420Z | Compiling yoke-derive v0.7.4 |
| 1399 | 2026-01-22T21:25:11.691Z | Compiling zerovec-derive v0.10.3 |
| 1400 | 2026-01-22T21:25:12.013Z | Compiling displaydoc v0.2.5 |
| 1401 | 2026-01-22T21:25:12.430Z | Compiling zeroize v1.8.1 |
| 1402 | 2026-01-22T21:25:13.601Z | Compiling icu_provider_macros v1.5.0 |
| 1403 | 2026-01-22T21:25:14.117Z | Compiling zerocopy-derive v0.7.35 |
| 1404 | 2026-01-22T21:25:14.141Z | Compiling tokio-macros v2.6.0 |
| 1405 | 2026-01-22T21:25:14.221Z | Compiling crypto-common v0.1.6 |
| 1406 | 2026-01-22T21:25:14.472Z | Compiling block-buffer v0.10.4 |
| 1407 | 2026-01-22T21:25:14.665Z | Compiling thiserror-impl v2.0.17 |
| 1408 | 2026-01-22T21:25:14.754Z | Compiling zerofrom v0.1.4 |
| 1409 | 2026-01-22T21:25:14.801Z | Compiling digest v0.10.7 |
| 1410 | 2026-01-22T21:25:15.003Z | Compiling yoke v0.7.4 |
| 1411 | 2026-01-22T21:25:15.309Z | Compiling hmac v0.12.1 |
| 1412 | 2026-01-22T21:25:15.397Z | Compiling zerovec v0.10.4 |
| 1413 | 2026-01-22T21:25:15.474Z | Compiling block-padding v0.3.3 |
| 1414 | 2026-01-22T21:25:15.590Z | Compiling futures-macro v0.3.31 |
| 1415 | 2026-01-22T21:25:15.754Z | Compiling inout v0.1.3 |
| 1416 | 2026-01-22T21:25:15.757Z | Compiling sha2 v0.10.9 |
| 1417 | 2026-01-22T21:25:16.007Z | Compiling zerocopy v0.7.35 |
| 1418 | 2026-01-22T21:25:16.063Z | Compiling cipher v0.4.4 |
| 1419 | 2026-01-22T21:25:16.608Z | Compiling der_derive v0.7.3 |
| 1420 | 2026-01-22T21:25:17.436Z | Compiling tinystr v0.7.6 |
| 1421 | 2026-01-22T21:25:17.456Z | Compiling icu_collections v1.5.0 |
| 1422 | 2026-01-22T21:25:17.478Z | Compiling futures-util v0.3.31 |
| 1423 | 2026-01-22T21:25:17.791Z | Compiling icu_locid v1.5.0 |
| 1424 | 2026-01-22T21:25:17.828Z | Compiling thiserror v2.0.17 |
| 1425 | 2026-01-22T21:25:17.883Z | Compiling ppv-lite86 v0.2.20 |
| 1426 | 2026-01-22T21:25:18.002Z | Compiling pest v2.8.2 |
| 1427 | 2026-01-22T21:25:18.333Z | Compiling serde v1.0.228 |
| 1428 | 2026-01-22T21:25:18.652Z | Compiling salsa20 v0.10.2 |
| 1429 | 2026-01-22T21:25:18.702Z | Compiling pbkdf2 v0.12.2 |
| 1430 | 2026-01-22T21:25:18.807Z | Compiling der v0.7.10 |
| 1431 | 2026-01-22T21:25:18.902Z | Compiling vcpkg v0.2.15 |
| 1432 | 2026-01-22T21:25:18.905Z | Compiling scrypt v0.11.0 |
| 1433 | 2026-01-22T21:25:19.279Z | Compiling icu_provider v1.5.0 |
| 1434 | 2026-01-22T21:25:19.423Z | Compiling bitflags v2.9.4 |
| 1435 | 2026-01-22T21:25:19.588Z | Compiling bytes v1.10.1 |
| 1436 | 2026-01-22T21:25:19.935Z | Compiling chrono v0.4.42 |
| 1437 | 2026-01-22T21:25:20.306Z | Compiling icu_locid_transform v1.5.0 |
| 1438 | 2026-01-22T21:25:20.629Z | Compiling openssl-sys v0.9.109 |
| 1439 | 2026-01-22T21:25:21.053Z | Compiling tokio v1.48.0 |
| 1440 | 2026-01-22T21:25:21.110Z | Compiling spki v0.7.3 |
| 1441 | 2026-01-22T21:25:21.492Z | Compiling http v1.4.0 |
| 1442 | 2026-01-22T21:25:21.751Z | Compiling icu_properties v1.5.1 |
| 1443 | 2026-01-22T21:25:21.868Z | Compiling pest_meta v2.8.2 |
| 1444 | 2026-01-22T21:25:22.629Z | Compiling rand_chacha v0.9.0 |
| 1445 | 2026-01-22T21:25:22.903Z | Compiling cbc v0.1.2 |
| 1446 | 2026-01-22T21:25:23.173Z | Compiling aes v0.8.4 |
| 1447 | 2026-01-22T21:25:23.404Z | Compiling zerocopy-derive v0.8.27 |
| 1448 | 2026-01-22T21:25:23.637Z | Compiling which v4.4.2 |
| 1449 | 2026-01-22T21:25:24.532Z | Compiling pkcs5 v0.7.1 |
| 1450 | 2026-01-22T21:25:25.415Z | Compiling pest_generator v2.8.2 |
| 1451 | 2026-01-22T21:25:25.672Z | Compiling icu_normalizer v1.5.0 |
| 1452 | 2026-01-22T21:25:25.961Z | Compiling rand v0.9.2 |
| 1453 | 2026-01-22T21:25:26.482Z | Compiling tracing-attributes v0.1.27 |
| 1454 | 2026-01-22T21:25:26.594Z | Compiling idna_adapter v1.2.0 |
| 1455 | 2026-01-22T21:25:26.795Z | Compiling idna v1.0.3 |
| 1456 | 2026-01-22T21:25:27.190Z | Compiling serde_derive_internals v0.29.1 |
| 1457 | 2026-01-22T21:25:27.369Z | Compiling ring v0.17.14 |
| 1458 | 2026-01-22T21:25:27.658Z | Compiling url v2.5.4 |
| 1459 | 2026-01-22T21:25:28.274Z | Compiling tracing-core v0.1.32 |
| 1460 | 2026-01-22T21:25:28.478Z | Compiling adler2 v2.0.0 |
| 1461 | 2026-01-22T21:25:28.716Z | Compiling schemars v0.8.22 |
| 1462 | 2026-01-22T21:25:29.114Z | Compiling aws-lc-rs v1.12.4 |
| 1463 | 2026-01-22T21:25:29.414Z | Compiling rustix v1.1.3 |
| 1464 | 2026-01-22T21:25:29.417Z | Compiling schemars_derive v0.8.22 |
| 1465 | 2026-01-22T21:25:29.476Z | Compiling tokio-util v0.7.15 |
| 1466 | 2026-01-22T21:25:29.611Z | Compiling miniz_oxide v0.8.5 |
| 1467 | 2026-01-22T21:25:29.633Z | Compiling tracing v0.1.40 |
| 1468 | 2026-01-22T21:25:30.521Z | Compiling pest_derive v2.8.2 |
| 1469 | 2026-01-22T21:25:30.904Z | Compiling pkcs8 v0.10.2 |
| 1470 | 2026-01-22T21:25:30.935Z | Compiling http-body v1.0.1 |
| 1471 | 2026-01-22T21:25:31.206Z | Compiling scroll_derive v0.13.1 |
| 1472 | 2026-01-22T21:25:31.316Z | Compiling darling_core v0.20.10 |
| 1473 | 2026-01-22T21:25:31.519Z | Compiling base64 v0.22.1 |
| 1474 | 2026-01-22T21:25:31.688Z | Compiling rustls-pki-types v1.10.0 |
| 1475 | 2026-01-22T21:25:32.167Z | Compiling httparse v1.9.5 |
| 1476 | 2026-01-22T21:25:32.347Z | Compiling tinyvec_macros v0.1.1 |
| 1477 | 2026-01-22T21:25:32.464Z | Compiling dyn-clone v1.0.20 |
| 1478 | 2026-01-22T21:25:32.576Z | Compiling tinyvec v1.8.0 |
| 1479 | 2026-01-22T21:25:33.011Z | Compiling scroll v0.13.0 |
| 1480 | 2026-01-22T21:25:33.558Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1481 | 2026-01-22T21:25:34.045Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1482 | 2026-01-22T21:25:34.078Z | Compiling atomic-waker v1.1.2 |
| 1483 | 2026-01-22T21:25:34.291Z | Compiling num-conv v0.1.0 |
| 1484 | 2026-01-22T21:25:34.316Z | Compiling untrusted v0.7.1 |
| 1485 | 2026-01-22T21:25:34.583Z | Compiling openssl v0.10.73 |
| 1486 | 2026-01-22T21:25:34.604Z | Compiling powerfmt v0.2.0 |
| 1487 | 2026-01-22T21:25:34.774Z | Compiling foreign-types-shared v0.1.1 |
| 1488 | 2026-01-22T21:25:34.910Z | Compiling time-core v0.1.6 |
| 1489 | 2026-01-22T21:25:34.996Z | Compiling try-lock v0.2.5 |
| 1490 | 2026-01-22T21:25:35.016Z | Compiling tower-service v0.3.3 |
| 1491 | 2026-01-22T21:25:35.163Z | Compiling untrusted v0.9.0 |
| 1492 | 2026-01-22T21:25:35.166Z | Compiling openssl-probe v0.1.5 |
| 1493 | 2026-01-22T21:25:35.224Z | Compiling tower-layer v0.3.3 |
| 1494 | 2026-01-22T21:25:35.353Z | Compiling tempfile v3.24.0 |
| 1495 | 2026-01-22T21:25:35.494Z | Compiling time-macros v0.2.24 |
| 1496 | 2026-01-22T21:25:35.536Z | Compiling want v0.3.1 |
| 1497 | 2026-01-22T21:25:35.809Z | Compiling foreign-types v0.3.2 |
| 1498 | 2026-01-22T21:25:35.829Z | Compiling deranged v0.5.3 |
| 1499 | 2026-01-22T21:25:35.941Z | Compiling h2 v0.4.6 |
| 1500 | 2026-01-22T21:25:37.137Z | Compiling darling_macro v0.20.10 |
| 1501 | 2026-01-22T21:25:37.496Z | Compiling goblin v0.10.2 |
| 1502 | 2026-01-22T21:25:38.042Z | Compiling darling v0.20.10 |
| 1503 | 2026-01-22T21:25:38.305Z | Compiling ipnet v2.11.0 |
| 1504 | 2026-01-22T21:25:38.631Z | Compiling openssl-macros v0.1.1 |
| 1505 | 2026-01-22T21:25:39.390Z | Compiling wait-timeout v0.2.0 |
| 1506 | 2026-01-22T21:25:39.413Z | Compiling crossbeam-utils v0.8.21 |
| 1507 | 2026-01-22T21:25:39.430Z | Compiling gimli v0.31.1 |
| 1508 | 2026-01-22T21:25:39.969Z | Compiling native-tls v0.2.12 |
| 1509 | 2026-01-22T21:25:39.988Z | Compiling num_threads v0.1.7 |
| 1510 | 2026-01-22T21:25:40.085Z | Compiling rustls v0.23.19 |
| 1511 | 2026-01-22T21:25:40.147Z | Compiling usdt-impl v0.6.0 |
| 1512 | 2026-01-22T21:25:40.355Z | Compiling bit-vec v0.8.0 |
| 1513 | 2026-01-22T21:25:40.411Z | Compiling quick-error v1.2.3 |
| 1514 | 2026-01-22T21:25:40.536Z | Compiling syn v1.0.109 |
| 1515 | 2026-01-22T21:25:40.592Z | Compiling httpdate v1.0.3 |
| 1516 | 2026-01-22T21:25:40.833Z | Compiling bit-set v0.8.0 |
| 1517 | 2026-01-22T21:25:41.019Z | Compiling rusty-fork v0.3.0 |
| 1518 | 2026-01-22T21:25:41.201Z | Compiling time v0.3.43 |
| 1519 | 2026-01-22T21:25:41.678Z | Compiling derive_builder_core v0.20.2 |
| 1520 | 2026-01-22T21:25:43.766Z | Compiling addr2line v0.24.2 |
| 1521 | 2026-01-22T21:25:44.074Z | Compiling hyper v1.8.1 |
| 1522 | 2026-01-22T21:25:44.478Z | Compiling dof v0.4.0 |
| 1523 | 2026-01-22T21:25:45.089Z | Compiling unicode-normalization v0.1.24 |
| 1524 | 2026-01-22T21:25:45.587Z | Compiling dtrace-parser v0.3.0 |
| 1525 | 2026-01-22T21:25:46.122Z | Compiling signature v2.2.0 |
| 1526 | 2026-01-22T21:25:46.444Z | Compiling heapless v0.7.17 |
| 1527 | 2026-01-22T21:25:46.738Z | Compiling scroll_derive v0.12.0 |
| 1528 | 2026-01-22T21:25:46.894Z | Compiling thiserror-impl v1.0.69 |
| 1529 | 2026-01-22T21:25:47.337Z | Compiling rand_xorshift v0.4.0 |
| 1530 | 2026-01-22T21:25:47.632Z | Compiling slog v2.8.2 |
| 1531 | 2026-01-22T21:25:47.724Z | Compiling darling_core v0.21.0 |
| 1532 | 2026-01-22T21:25:47.966Z | Compiling thread-id v5.0.0 |
| 1533 | 2026-01-22T21:25:48.103Z | Compiling cookie v0.18.1 |
| 1534 | 2026-01-22T21:25:48.141Z | Compiling crc32fast v1.4.2 |
| 1535 | 2026-01-22T21:25:48.315Z | Compiling object v0.36.5 |
| 1536 | 2026-01-22T21:25:48.440Z | Compiling zstd-safe v7.2.3 |
| 1537 | 2026-01-22T21:25:48.466Z | Compiling unicode-properties v0.1.3 |
| 1538 | 2026-01-22T21:25:48.664Z | Compiling anyhow v1.0.99 |
| 1539 | 2026-01-22T21:25:48.805Z | Compiling unicode-bidi v0.3.17 |
| 1540 | 2026-01-22T21:25:48.860Z | Compiling unarray v0.1.4 |
| 1541 | 2026-01-22T21:25:49.052Z | Compiling siphasher v0.3.11 |
| 1542 | 2026-01-22T21:25:49.257Z | Compiling zlib-rs v0.5.1 |
| 1543 | 2026-01-22T21:25:49.451Z | Compiling rustc-demangle v0.1.24 |
| 1544 | 2026-01-22T21:25:49.719Z | Compiling signal-hook v0.3.18 |
| 1545 | 2026-01-22T21:25:50.026Z | Compiling thiserror v1.0.69 |
| 1546 | 2026-01-22T21:25:50.078Z | Compiling stringprep v0.1.5 |
| 1547 | 2026-01-22T21:25:50.122Z | Compiling phf_shared v0.11.2 |
| 1548 | 2026-01-22T21:25:50.382Z | Compiling proptest v1.7.0 |
| 1549 | 2026-01-22T21:25:50.544Z | Compiling scroll v0.12.0 |
| 1550 | 2026-01-22T21:25:51.184Z | Compiling hyper-util v0.1.19 |
| 1551 | 2026-01-22T21:25:51.717Z | Compiling derive_builder_macro v0.20.2 |
| 1552 | 2026-01-22T21:25:52.934Z | Compiling ipnetwork v0.21.1 |
| 1553 | 2026-01-22T21:25:53.752Z | Compiling darling_macro v0.21.0 |
| 1554 | 2026-01-22T21:25:53.771Z | Compiling serde_tokenstream v0.2.2 |
| 1555 | 2026-01-22T21:25:54.402Z | Compiling erased-serde v0.3.31 |
| 1556 | 2026-01-22T21:25:54.673Z | Compiling serde_spanned v0.6.9 |
| 1557 | 2026-01-22T21:25:54.935Z | Compiling toml_datetime v0.6.11 |
| 1558 | 2026-01-22T21:25:55.235Z | Compiling backtrace v0.3.74 |
| 1559 | 2026-01-22T21:25:55.484Z | Compiling rand_chacha v0.3.1 |
| 1560 | 2026-01-22T21:25:55.546Z | Compiling libz-rs-sys v0.5.1 |
| 1561 | 2026-01-22T21:25:55.720Z | Compiling md-5 v0.10.6 |
| 1562 | 2026-01-22T21:25:55.851Z | Compiling curve25519-dalek v4.1.3 |
| 1563 | 2026-01-22T21:25:56.023Z | Compiling vergen-lib v0.1.6 |
| 1564 | 2026-01-22T21:25:56.368Z | Compiling num-integer v0.1.46 |
| 1565 | 2026-01-22T21:25:56.475Z | Compiling sync_wrapper v1.0.1 |
| 1566 | 2026-01-22T21:25:56.553Z | Compiling ff v0.13.0 |
| 1567 | 2026-01-22T21:25:56.653Z | Compiling hash32 v0.2.1 |
| 1568 | 2026-01-22T21:25:56.815Z | Compiling memoffset v0.9.1 |
| 1569 | 2026-01-22T21:25:57.042Z | Compiling ref-cast v1.0.25 |
| 1570 | 2026-01-22T21:25:57.068Z | Compiling psl-types v2.0.11 |
| 1571 | 2026-01-22T21:25:57.170Z | Compiling litrs v0.4.1 |
| 1572 | 2026-01-22T21:25:57.290Z | Compiling base16ct v0.2.0 |
| 1573 | 2026-01-22T21:25:57.462Z | Compiling fallible-iterator v0.2.0 |
| 1574 | 2026-01-22T21:25:57.627Z | Compiling cfg_aliases v0.2.1 |
| 1575 | 2026-01-22T21:25:57.649Z | Compiling smoltcp v0.9.1 |
| 1576 | 2026-01-22T21:25:57.740Z | Compiling num-bigint-dig v0.8.6 |
| 1577 | 2026-01-22T21:25:58.027Z | Compiling nix v0.29.0 |
| 1578 | 2026-01-22T21:25:58.126Z | Compiling postgres-protocol v0.6.8 |
| 1579 | 2026-01-22T21:25:58.243Z | Compiling document-features v0.2.11 |
| 1580 | 2026-01-22T21:25:58.264Z | Compiling sec1 v0.7.3 |
| 1581 | 2026-01-22T21:25:58.336Z | Compiling publicsuffix v2.3.0 |
| 1582 | 2026-01-22T21:25:58.835Z | Compiling num-iter v0.1.45 |
| 1583 | 2026-01-22T21:25:58.864Z | Compiling group v0.13.0 |
| 1584 | 2026-01-22T21:25:59.040Z | Compiling tower v0.5.2 |
| 1585 | 2026-01-22T21:25:59.352Z | Compiling newtype-uuid v1.3.2 |
| 1586 | 2026-01-22T21:25:59.452Z | Compiling rand v0.8.5 |
| 1587 | 2026-01-22T21:25:59.933Z | Compiling flate2 v1.1.2 |
| 1588 | 2026-01-22T21:26:00.094Z | Compiling darling v0.21.0 |
| 1589 | 2026-01-22T21:26:00.156Z | Compiling oxnet v0.1.4 |
| 1590 | 2026-01-22T21:26:00.246Z | Compiling derive_builder v0.20.2 |
| 1591 | 2026-01-22T21:26:00.436Z | Compiling tokio-native-tls v0.3.1 |
| 1592 | 2026-01-22T21:26:00.736Z | Compiling goblin v0.8.2 |
| 1593 | 2026-01-22T21:26:01.404Z | Compiling rustls-native-certs v0.8.1 |
| 1594 | 2026-01-22T21:26:01.435Z | Compiling webpki-roots v1.0.1 |
| 1595 | 2026-01-22T21:26:01.670Z | Compiling http-body-util v0.1.3 |
| 1596 | 2026-01-22T21:26:01.752Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-01-22T21:26:01.974Z | Compiling terminal_size v0.4.0 |
| 1598 | 2026-01-22T21:26:02.052Z | Compiling cargo-platform v0.1.8 |
| 1599 | 2026-01-22T21:26:02.177Z | Compiling hkdf v0.12.4 |
| 1600 | 2026-01-22T21:26:02.219Z | Compiling crypto-bigint v0.5.5 |
| 1601 | 2026-01-22T21:26:02.472Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1602 | 2026-01-22T21:26:02.544Z | Compiling ref-cast-impl v1.0.25 |
| 1603 | 2026-01-22T21:26:03.724Z | Compiling async-trait v0.1.89 |
| 1604 | 2026-01-22T21:26:03.902Z | Compiling daft-derive v0.1.4 |
| 1605 | 2026-01-22T21:26:04.503Z | Compiling hubpack_derive v0.1.1 |
| 1606 | 2026-01-22T21:26:05.441Z | Compiling vergen v9.0.6 |
| 1607 | 2026-01-22T21:26:05.623Z | Compiling ahash v0.8.12 |
| 1608 | 2026-01-22T21:26:05.776Z | Compiling fs-err v3.1.1 |
| 1609 | 2026-01-22T21:26:06.020Z | Compiling ryu v1.0.18 |
| 1610 | 2026-01-22T21:26:06.129Z | Compiling bitflags v1.3.2 |
| 1611 | 2026-01-22T21:26:06.231Z | Compiling bumpalo v3.16.0 |
| 1612 | 2026-01-22T21:26:06.251Z | Compiling iri-string v0.7.8 |
| 1613 | 2026-01-22T21:26:06.389Z | Compiling managed v0.8.0 |
| 1614 | 2026-01-22T21:26:06.672Z | Compiling simd-adler32 v0.3.7 |
| 1615 | 2026-01-22T21:26:06.715Z | Compiling unicode-segmentation v1.12.0 |
| 1616 | 2026-01-22T21:26:06.835Z | Compiling buf-list v1.0.3 |
| 1617 | 2026-01-22T21:26:07.226Z | Compiling winnow v0.5.40 |
| 1618 | 2026-01-22T21:26:07.486Z | Compiling lockfree-object-pool v0.1.6 |
| 1619 | 2026-01-22T21:26:07.759Z | Compiling zopfli v0.8.1 |
| 1620 | 2026-01-22T21:26:08.067Z | Compiling strum v0.27.2 |
| 1621 | 2026-01-22T21:26:08.277Z | Compiling dof v0.3.0 |
| 1622 | 2026-01-22T21:26:09.359Z | Compiling tower-http v0.6.6 |
| 1623 | 2026-01-22T21:26:09.621Z | Compiling serde_urlencoded v0.7.1 |
| 1624 | 2026-01-22T21:26:09.888Z | Compiling clap_builder v4.5.48 |
| 1625 | 2026-01-22T21:26:10.173Z | Compiling daft v0.1.4 |
| 1626 | 2026-01-22T21:26:10.196Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-01-22T21:26:10.224Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-01-22T21:26:10.629Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-01-22T21:26:10.836Z | Compiling cargo_metadata v0.19.2 |
| 1630 | 2026-01-22T21:26:10.912Z | Compiling hyper-tls v0.6.0 |
| 1631 | 2026-01-22T21:26:11.060Z | Compiling cookie_store v0.21.1 |
| 1632 | 2026-01-22T21:26:11.314Z | Compiling zstd v0.13.3 |
| 1633 | 2026-01-22T21:26:11.875Z | Compiling signal-hook-mio v0.2.4 |
| 1634 | 2026-01-22T21:26:13.386Z | Compiling serde_with_macros v3.16.1 |
| 1635 | 2026-01-22T21:26:14.250Z | Compiling postgres-types v0.2.9 |
| 1636 | 2026-01-22T21:26:15.716Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-01-22T21:26:15.998Z | Compiling usdt-macro v0.6.0 |
| 1638 | 2026-01-22T21:26:16.668Z | Compiling phf v0.11.2 |
| 1639 | 2026-01-22T21:26:16.986Z | Compiling dtrace-parser v0.2.0 |
| 1640 | 2026-01-22T21:26:17.300Z | Compiling ed25519 v2.2.3 |
| 1641 | 2026-01-22T21:26:17.335Z | Compiling bzip2 v0.5.2 |
| 1642 | 2026-01-22T21:26:17.479Z | Compiling bzip2 v0.4.4 |
| 1643 | 2026-01-22T21:26:17.605Z | Compiling pkcs1 v0.7.5 |
| 1644 | 2026-01-22T21:26:17.722Z | Compiling clap_derive v4.5.47 |
| 1645 | 2026-01-22T21:26:17.882Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-01-22T21:26:18.251Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-01-22T21:26:18.521Z | Compiling serde-big-array v0.5.1 |
| 1648 | 2026-01-22T21:26:18.790Z | Compiling hex v0.4.3 |
| 1649 | 2026-01-22T21:26:18.900Z | Compiling rfc6979 v0.4.0 |
| 1650 | 2026-01-22T21:26:19.111Z | Compiling serde_repr v0.1.19 |
| 1651 | 2026-01-22T21:26:19.316Z | Compiling bstr v1.10.0 |
| 1652 | 2026-01-22T21:26:19.350Z | Compiling float-cmp v0.10.0 |
| 1653 | 2026-01-22T21:26:19.373Z | Compiling env_filter v0.1.2 |
| 1654 | 2026-01-22T21:26:19.645Z | Compiling memmap2 v0.9.8 |
| 1655 | 2026-01-22T21:26:20.009Z | Compiling socket2 v0.5.10 |
| 1656 | 2026-01-22T21:26:20.084Z | Compiling encoding_rs v0.8.34 |
| 1657 | 2026-01-22T21:26:20.296Z | Compiling predicates-core v1.0.8 |
| 1658 | 2026-01-22T21:26:20.641Z | Compiling jiff v0.2.15 |
| 1659 | 2026-01-22T21:26:20.860Z | Compiling foldhash v0.2.0 |
| 1660 | 2026-01-22T21:26:20.895Z | Compiling mime v0.3.17 |
| 1661 | 2026-01-22T21:26:21.274Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-01-22T21:26:21.394Z | Compiling fixedbitset v0.4.2 |
| 1663 | 2026-01-22T21:26:21.416Z | Compiling normalize-line-endings v0.3.0 |
| 1664 | 2026-01-22T21:26:21.572Z | Compiling whoami v1.5.2 |
| 1665 | 2026-01-22T21:26:21.822Z | Compiling difflib v0.4.0 |
| 1666 | 2026-01-22T21:26:22.100Z | Compiling keccak v0.1.5 |
| 1667 | 2026-01-22T21:26:22.159Z | Compiling static_assertions v1.1.0 |
| 1668 | 2026-01-22T21:26:22.242Z | Compiling rustc-hash v2.1.1 |
| 1669 | 2026-01-22T21:26:22.285Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2026-01-22T21:26:22.426Z | Compiling data-encoding v2.9.0 |
| 1671 | 2026-01-22T21:26:22.462Z | Compiling fixedbitset v0.5.7 |
| 1672 | 2026-01-22T21:26:23.124Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-01-22T21:26:23.127Z | Compiling petgraph v0.8.2 |
| 1674 | 2026-01-22T21:26:23.641Z | Compiling iddqd v0.3.16 |
| 1675 | 2026-01-22T21:26:24.135Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-01-22T21:26:24.397Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-01-22T21:26:24.573Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1678 | 2026-01-22T21:26:25.526Z | Compiling predicates v3.1.3 |
| 1679 | 2026-01-22T21:26:25.602Z | Compiling strum v0.26.3 |
| 1680 | 2026-01-22T21:26:25.811Z | Compiling clap v4.5.48 |
| 1681 | 2026-01-22T21:26:25.946Z | Compiling tokio-postgres v0.7.13 |
| 1682 | 2026-01-22T21:26:26.238Z | Compiling petgraph v0.6.5 |
| 1683 | 2026-01-22T21:26:27.051Z | Compiling toml_edit v0.22.27 |
| 1684 | 2026-01-22T21:26:27.718Z | Compiling similar v2.7.0 |
| 1685 | 2026-01-22T21:26:29.798Z | Compiling zip v4.2.0 |
| 1686 | 2026-01-22T21:26:29.845Z | Compiling usdt-impl v0.5.0 |
| 1687 | 2026-01-22T21:26:31.205Z | Compiling usdt v0.6.0 |
| 1688 | 2026-01-22T21:26:31.339Z | Compiling env_logger v0.11.8 |
| 1689 | 2026-01-22T21:26:31.375Z | Compiling serde_with v3.16.1 |
| 1690 | 2026-01-22T21:26:31.680Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-01-22T21:26:31.965Z | Compiling rsa v0.9.8 |
| 1692 | 2026-01-22T21:26:32.107Z | Compiling zip v0.6.6 |
| 1693 | 2026-01-22T21:26:32.426Z | Compiling ed25519-dalek v2.1.1 |
| 1694 | 2026-01-22T21:26:33.355Z | Compiling toml v0.7.8 |
| 1695 | 2026-01-22T21:26:33.997Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-01-22T21:26:34.840Z | Compiling heck v0.4.1 |
| 1697 | 2026-01-22T21:26:35.174Z | Compiling crossbeam-epoch v0.9.18 |
| 1698 | 2026-01-22T21:26:35.309Z | Compiling tokio-stream v0.1.17 |
| 1699 | 2026-01-22T21:26:35.342Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-01-22T21:26:35.401Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-01-22T21:26:35.774Z | Compiling openapiv3 v2.2.0 |
| 1702 | 2026-01-22T21:26:35.799Z | Compiling sha1 v0.10.6 |
| 1703 | 2026-01-22T21:26:35.862Z | Compiling itertools v0.13.0 |
| 1704 | 2026-01-22T21:26:36.250Z | Compiling itertools v0.10.5 |
| 1705 | 2026-01-22T21:26:36.295Z | Compiling winnow v0.6.26 |
| 1706 | 2026-01-22T21:26:37.275Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-01-22T21:26:37.665Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-01-22T21:26:38.280Z | Compiling thread_local v1.1.8 |
| 1709 | 2026-01-22T21:26:38.747Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-01-22T21:26:38.786Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-01-22T21:26:38.865Z | Compiling xattr v1.3.1 |
| 1712 | 2026-01-22T21:26:39.152Z | Compiling futures-executor v0.3.31 |
| 1713 | 2026-01-22T21:26:39.354Z | Compiling is-terminal v0.4.13 |
| 1714 | 2026-01-22T21:26:39.542Z | Compiling filetime v0.2.26 |
| 1715 | 2026-01-22T21:26:39.664Z | Compiling term v1.1.0 |
| 1716 | 2026-01-22T21:26:39.708Z | Compiling take_mut v0.2.2 |
| 1717 | 2026-01-22T21:26:39.757Z | Compiling tar v0.4.44 |
| 1718 | 2026-01-22T21:26:39.796Z | Compiling futures v0.3.31 |
| 1719 | 2026-01-22T21:26:40.884Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-01-22T21:26:43.195Z | Compiling aws-lc-sys v0.26.0 |
| 1721 | 2026-01-22T21:27:14.246Z | Compiling rustls-webpki v0.102.8 |
| 1722 | 2026-01-22T21:27:18.857Z | Compiling tokio-rustls v0.26.0 |
| 1723 | 2026-01-22T21:27:19.127Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-01-22T21:27:19.445Z | Compiling reqwest v0.12.24 |
| 1725 | 2026-01-22T21:27:23.110Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-01-22T21:27:23.411Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-01-22T21:27:30.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
| 1728 | 2026-01-22T21:27:30.809Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-01-22T21:27:30.809Z | Jan 22 21:27:27.575 INFO Starting download, target: Clickhouse |
| 1730 | 2026-01-22T21:27:30.809Z | Jan 22 21:27:27.576 INFO Starting download, target: Console |
| 1731 | 2026-01-22T21:27:30.809Z | Jan 22 21:27:27.576 INFO Starting download, target: Cockroach |
| 1732 | 2026-01-22T21:27:30.809Z | Jan 22 21:27:27.576 INFO Starting download, target: DendriteStub |
| 1733 | 2026-01-22T21:27:30.809Z | Jan 22 21:27:27.576 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:27.576 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:27.576 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1736 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:27.576 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1737 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:27.576 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:27.576 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:27.576 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1740 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:27.576 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1741 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:28.090 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:28.479 INFO Download complete, target: Console |
| 1743 | 2026-01-22T21:27:30.810Z | Jan 22 21:27:29.706 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1744 | 2026-01-22T21:27:31.090Z | Jan 22 21:27:30.302 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1745 | 2026-01-22T21:27:31.554Z | Jan 22 21:27:30.768 INFO Download complete, target: TransceiverControl |
| 1746 | 2026-01-22T21:27:32.155Z | Jan 22 21:27:31.370 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-01-22T21:27:32.236Z | Jan 22 21:27:31.451 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1748 | 2026-01-22T21:27:32.710Z | Jan 22 21:27:31.926 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-01-22T21:27:32.710Z | Jan 22 21:27:31.926 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-01-22T21:27:36.225Z | Jan 22 21:27:35.440 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-01-22T21:27:36.230Z | Jan 22 21:27:35.445 INFO Download complete, target: DendriteStub |
| 1752 | 2026-01-22T21:27:40.632Z | Jan 22 21:27:39.841 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-01-22T21:27:40.752Z | Jan 22 21:27:39.966 INFO Download complete, target: Cockroach |
| 1754 | 2026-01-22T21:27:42.242Z | Jan 22 21:27:41.454 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-01-22T21:27:42.403Z | Jan 22 21:27:41.617 INFO Download complete, target: Clickhouse |
| 1756 | 2026-01-22T21:27:42.411Z | All prerequisites installed successfully |
| 1757 | 2026-01-22T21:27:42.415Z | |
| 1758 | 2026-01-22T21:27:42.415Z | real 5:23.823144268 |
| 1759 | 2026-01-22T21:27:42.415Z | user 18:46.064901380 |
| 1760 | 2026-01-22T21:27:42.415Z | sys 2:34.348340430 |
| 1761 | 2026-01-22T21:27:42.415Z | trap 0.690749842 |
| 1762 | 2026-01-22T21:27:42.415Z | tflt 2.475982864 |
| 1763 | 2026-01-22T21:27:42.415Z | dflt 2.217317886 |
| 1764 | 2026-01-22T21:27:42.415Z | kflt 0.037808709 |
| 1765 | 2026-01-22T21:27:42.415Z | lock 45:16.112799060 |
| 1766 | 2026-01-22T21:27:42.415Z | slp 1:09:16.875134704 |
| 1767 | 2026-01-22T21:27:42.415Z | lat 1:21.583334711 |
| 1768 | 2026-01-22T21:27:42.415Z | stop 3:13.576722429 |
| 1769 | 2026-01-22T21:27:42.415Z | + ptime -m cargo xtask download softnpu |
| 1770 | 2026-01-22T21:27:43.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1771 | 2026-01-22T21:27:43.310Z | Running `target/debug/xtask download softnpu` |
| 1772 | 2026-01-22T21:27:44.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 1773 | 2026-01-22T21:27:44.463Z | Running `target/debug/xtask-downloader softnpu` |
| 1774 | 2026-01-22T21:27:44.507Z | Jan 22 21:27:43.720 INFO Starting download, target: Softnpu |
| 1775 | 2026-01-22T21:27:44.511Z | Jan 22 21:27:43.721 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1776 | 2026-01-22T21:27:45.245Z | Jan 22 21:27:44.458 INFO Download complete, target: Softnpu |
| 1777 | 2026-01-22T21:27:45.250Z | |
| 1778 | 2026-01-22T21:27:45.254Z | real 2.829470714 |
| 1779 | 2026-01-22T21:27:45.254Z | user 1.736541661 |
| 1780 | 2026-01-22T21:27:45.254Z | sys 0.747351751 |
| 1781 | 2026-01-22T21:27:45.254Z | trap 0.001910159 |
| 1782 | 2026-01-22T21:27:45.254Z | tflt 0.000151193 |
| 1783 | 2026-01-22T21:27:45.255Z | dflt 0.000282068 |
| 1784 | 2026-01-22T21:27:45.255Z | kflt 0.000000000 |
| 1785 | 2026-01-22T21:27:45.255Z | lock 8.016875276 |
| 1786 | 2026-01-22T21:27:45.255Z | slp 0.642643973 |
| 1787 | 2026-01-22T21:27:45.255Z | lat 0.091238722 |
| 1788 | 2026-01-22T21:27:45.255Z | stop 0.000356846 |
| 1789 | 2026-01-22T21:27:45.255Z | + export CARGO_INCREMENTAL=0 |
| 1790 | 2026-01-22T21:27:45.255Z | + CARGO_INCREMENTAL=0 |
| 1791 | 2026-01-22T21:27:45.255Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1792 | 2026-01-22T21:27:46.556Z | Compiling proc-macro2 v1.0.101 |
| 1793 | 2026-01-22T21:27:46.556Z | Compiling unicode-ident v1.0.19 |
| 1794 | 2026-01-22T21:27:46.559Z | Compiling libc v0.2.180 |
| 1795 | 2026-01-22T21:27:46.559Z | Compiling serde_core v1.0.228 |
| 1796 | 2026-01-22T21:27:46.559Z | Compiling serde v1.0.228 |
| 1797 | 2026-01-22T21:27:46.559Z | Compiling autocfg v1.4.0 |
| 1798 | 2026-01-22T21:27:46.560Z | Compiling cfg-if v1.0.4 |
| 1799 | 2026-01-22T21:27:46.888Z | Compiling version_check v0.9.5 |
| 1800 | 2026-01-22T21:27:46.909Z | Compiling memchr v2.7.4 |
| 1801 | 2026-01-22T21:27:46.928Z | Compiling shlex v1.3.0 |
| 1802 | 2026-01-22T21:27:47.439Z | Compiling value-bag v1.12.0 |
| 1803 | 2026-01-22T21:27:47.533Z | Compiling lock_api v0.4.12 |
| 1804 | 2026-01-22T21:27:47.916Z | Compiling log v0.4.29 |
| 1805 | 2026-01-22T21:27:47.994Z | Compiling zmij v1.0.15 |
| 1806 | 2026-01-22T21:27:48.183Z | Compiling portable-atomic v1.11.0 |
| 1807 | 2026-01-22T21:27:48.496Z | Compiling typenum v1.17.0 |
| 1808 | 2026-01-22T21:27:48.601Z | Compiling quote v1.0.40 |
| 1809 | 2026-01-22T21:27:48.676Z | Compiling jobserver v0.1.32 |
| 1810 | 2026-01-22T21:27:49.014Z | Compiling syn v2.0.111 |
| 1811 | 2026-01-22T21:27:49.091Z | Compiling cc v1.2.30 |
| 1812 | 2026-01-22T21:27:49.166Z | Compiling serde_json v1.0.149 |
| 1813 | 2026-01-22T21:27:49.348Z | Compiling generic-array v0.14.7 |
| 1814 | 2026-01-22T21:27:49.398Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-01-22T21:27:49.507Z | Compiling libm v0.2.8 |
| 1816 | 2026-01-22T21:27:49.686Z | Compiling num-traits v0.2.19 |
| 1817 | 2026-01-22T21:27:49.988Z | Compiling scopeguard v1.2.0 |
| 1818 | 2026-01-22T21:27:50.020Z | Compiling parking_lot_core v0.9.10 |
| 1819 | 2026-01-22T21:27:50.041Z | Compiling smallvec v1.15.1 |
| 1820 | 2026-01-22T21:27:50.449Z | Compiling regex-syntax v0.8.5 |
| 1821 | 2026-01-22T21:27:50.633Z | Compiling itoa v1.0.11 |
| 1822 | 2026-01-22T21:27:51.354Z | Compiling getrandom v0.2.15 |
| 1823 | 2026-01-22T21:27:51.502Z | Compiling thiserror v2.0.17 |
| 1824 | 2026-01-22T21:27:51.751Z | Compiling pkg-config v0.3.31 |
| 1825 | 2026-01-22T21:27:52.029Z | Compiling aho-corasick v1.1.3 |
| 1826 | 2026-01-22T21:27:52.086Z | Compiling rustix v0.38.37 |
| 1827 | 2026-01-22T21:27:52.573Z | Compiling errno v0.3.12 |
| 1828 | 2026-01-22T21:27:52.757Z | Compiling stable_deref_trait v1.2.0 |
| 1829 | 2026-01-22T21:27:52.789Z | Compiling either v1.15.0 |
| 1830 | 2026-01-22T21:27:52.824Z | Compiling spin v0.9.8 |
| 1831 | 2026-01-22T21:27:52.959Z | Compiling slab v0.4.9 |
| 1832 | 2026-01-22T21:27:52.978Z | Compiling allocator-api2 v0.2.21 |
| 1833 | 2026-01-22T21:27:53.255Z | Compiling equivalent v1.0.2 |
| 1834 | 2026-01-22T21:27:53.306Z | Compiling semver v1.0.27 |
| 1835 | 2026-01-22T21:27:53.418Z | Compiling lazy_static v1.5.0 |
| 1836 | 2026-01-22T21:27:53.961Z | Compiling regex-automata v0.4.11 |
| 1837 | 2026-01-22T21:27:54.014Z | Compiling schemars v0.8.22 |
| 1838 | 2026-01-22T21:27:55.603Z | Compiling rand_core v0.6.4 |
| 1839 | 2026-01-22T21:27:56.057Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-01-22T21:27:56.079Z | Compiling critical-section v1.1.3 |
| 1841 | 2026-01-22T21:27:56.226Z | Compiling synstructure v0.13.1 |
| 1842 | 2026-01-22T21:27:56.263Z | Compiling serde_derive_internals v0.29.1 |
| 1843 | 2026-01-22T21:27:56.580Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-01-22T21:27:57.453Z | Compiling subtle v2.6.1 |
| 1845 | 2026-01-22T21:27:57.498Z | Compiling writeable v0.5.5 |
| 1846 | 2026-01-22T21:27:57.521Z | Compiling litemap v0.7.3 |
| 1847 | 2026-01-22T21:27:58.028Z | Compiling glob v0.3.2 |
| 1848 | 2026-01-22T21:27:58.264Z | Compiling pin-project-lite v0.2.14 |
| 1849 | 2026-01-22T21:27:58.291Z | Compiling percent-encoding v2.3.2 |
| 1850 | 2026-01-22T21:27:58.435Z | Compiling prettyplease v0.2.36 |
| 1851 | 2026-01-22T21:27:58.714Z | Compiling clang-sys v1.8.1 |
| 1852 | 2026-01-22T21:27:58.862Z | Compiling minimal-lexical v0.2.1 |
| 1853 | 2026-01-22T21:27:58.964Z | Compiling icu_locid_transform_data v1.5.0 |
| 1854 | 2026-01-22T21:27:59.095Z | Compiling fnv v1.0.7 |
| 1855 | 2026-01-22T21:27:59.384Z | Compiling regex v1.11.3 |
| 1856 | 2026-01-22T21:27:59.425Z | Compiling nom v7.1.3 |
| 1857 | 2026-01-22T21:27:59.560Z | Compiling libloading v0.8.5 |
| 1858 | 2026-01-22T21:27:59.865Z | Compiling serde_derive v1.0.228 |
| 1859 | 2026-01-22T21:27:59.906Z | Compiling zeroize_derive v1.4.2 |
| 1860 | 2026-01-22T21:28:00.181Z | Compiling zerofrom-derive v0.1.4 |
| 1861 | 2026-01-22T21:28:00.249Z | Compiling yoke-derive v0.7.4 |
| 1862 | 2026-01-22T21:28:00.272Z | Compiling zerovec-derive v0.10.3 |
| 1863 | 2026-01-22T21:28:00.446Z | Compiling displaydoc v0.2.5 |
| 1864 | 2026-01-22T21:28:01.140Z | Compiling icu_provider_macros v1.5.0 |
| 1865 | 2026-01-22T21:28:01.823Z | Compiling tokio-macros v2.6.0 |
| 1866 | 2026-01-22T21:28:02.137Z | Compiling zeroize v1.8.1 |
| 1867 | 2026-01-22T21:28:02.426Z | Compiling thiserror-impl v2.0.17 |
| 1868 | 2026-01-22T21:28:02.542Z | Compiling zerocopy-derive v0.7.35 |
| 1869 | 2026-01-22T21:28:02.767Z | Compiling futures-macro v0.3.31 |
| 1870 | 2026-01-22T21:28:02.836Z | Compiling schemars_derive v0.8.22 |
| 1871 | 2026-01-22T21:28:02.895Z | Compiling zerofrom v0.1.4 |
| 1872 | 2026-01-22T21:28:03.165Z | Compiling yoke v0.7.4 |
| 1873 | 2026-01-22T21:28:03.563Z | Compiling zerovec v0.10.4 |
| 1874 | 2026-01-22T21:28:03.918Z | Compiling bindgen v0.69.5 |
| 1875 | 2026-01-22T21:28:04.247Z | Compiling home v0.5.9 |
| 1876 | 2026-01-22T21:28:04.381Z | Compiling icu_properties_data v1.5.0 |
| 1877 | 2026-01-22T21:28:04.510Z | Compiling cexpr v0.6.0 |
| 1878 | 2026-01-22T21:28:05.673Z | Compiling itertools v0.12.1 |
| 1879 | 2026-01-22T21:28:05.808Z | Compiling tinystr v0.7.6 |
| 1880 | 2026-01-22T21:28:05.987Z | Compiling icu_collections v1.5.0 |
| 1881 | 2026-01-22T21:28:06.284Z | Compiling icu_locid v1.5.0 |
| 1882 | 2026-01-22T21:28:06.638Z | Compiling lazycell v1.3.0 |
| 1883 | 2026-01-22T21:28:06.836Z | Compiling heck v0.5.0 |
| 1884 | 2026-01-22T21:28:07.279Z | Compiling rustc-hash v1.1.0 |
| 1885 | 2026-01-22T21:28:07.520Z | Compiling bitflags v2.9.4 |
| 1886 | 2026-01-22T21:28:07.594Z | Compiling bytes v1.10.1 |
| 1887 | 2026-01-22T21:28:08.633Z | Compiling icu_provider v1.5.0 |
| 1888 | 2026-01-22T21:28:08.751Z | Compiling utf16_iter v1.0.5 |
| 1889 | 2026-01-22T21:28:08.852Z | Compiling icu_normalizer_data v1.5.0 |
| 1890 | 2026-01-22T21:28:08.981Z | Compiling utf8_iter v1.0.4 |
| 1891 | 2026-01-22T21:28:09.004Z | Compiling write16 v1.0.0 |
| 1892 | 2026-01-22T21:28:09.038Z | Compiling paste v1.0.15 |
| 1893 | 2026-01-22T21:28:09.305Z | Compiling cmake v0.1.51 |
| 1894 | 2026-01-22T21:28:09.530Z | Compiling icu_locid_transform v1.5.0 |
| 1895 | 2026-01-22T21:28:09.971Z | Compiling signal-hook-registry v1.4.2 |
| 1896 | 2026-01-22T21:28:09.990Z | Compiling fs_extra v1.3.0 |
| 1897 | 2026-01-22T21:28:10.057Z | Compiling dunce v1.0.5 |
| 1898 | 2026-01-22T21:28:10.520Z | Compiling parking_lot v0.12.3 |
| 1899 | 2026-01-22T21:28:11.209Z | Compiling icu_properties v1.5.1 |
| 1900 | 2026-01-22T21:28:11.230Z | Compiling crypto-common v0.1.6 |
| 1901 | 2026-01-22T21:28:11.450Z | Compiling hashbrown v0.16.1 |
| 1902 | 2026-01-22T21:28:11.473Z | Compiling mio v1.0.2 |
| 1903 | 2026-01-22T21:28:12.397Z | Compiling which v4.4.2 |
| 1904 | 2026-01-22T21:28:13.362Z | Compiling form_urlencoded v1.2.2 |
| 1905 | 2026-01-22T21:28:13.882Z | Compiling const-oid v0.9.6 |
| 1906 | 2026-01-22T21:28:13.938Z | Compiling rustversion v1.0.22 |
| 1907 | 2026-01-22T21:28:14.452Z | Compiling indexmap v2.12.1 |
| 1908 | 2026-01-22T21:28:14.679Z | Compiling socket2 v0.6.1 |
| 1909 | 2026-01-22T21:28:15.357Z | Compiling icu_normalizer v1.5.0 |
| 1910 | 2026-01-22T21:28:15.941Z | Compiling tokio v1.48.0 |
| 1911 | 2026-01-22T21:28:16.433Z | Compiling idna_adapter v1.2.0 |
| 1912 | 2026-01-22T21:28:16.689Z | Compiling idna v1.0.3 |
| 1913 | 2026-01-22T21:28:17.368Z | Compiling ring v0.17.14 |
| 1914 | 2026-01-22T21:28:17.431Z | Compiling zerocopy v0.8.27 |
| 1915 | 2026-01-22T21:28:17.454Z | Compiling url v2.5.4 |
| 1916 | 2026-01-22T21:28:18.289Z | Compiling block-buffer v0.10.4 |
| 1917 | 2026-01-22T21:28:18.421Z | Compiling tracing-attributes v0.1.27 |
| 1918 | 2026-01-22T21:28:18.553Z | Compiling der_derive v0.7.3 |
| 1919 | 2026-01-22T21:28:20.576Z | Compiling vcpkg v0.2.15 |
| 1920 | 2026-01-22T21:28:20.766Z | Compiling thiserror v1.0.69 |
| 1921 | 2026-01-22T21:28:21.491Z | Compiling aws-lc-rs v1.12.4 |
| 1922 | 2026-01-22T21:28:22.066Z | Compiling openssl-sys v0.9.109 |
| 1923 | 2026-01-22T21:28:22.188Z | Compiling digest v0.10.7 |
| 1924 | 2026-01-22T21:28:22.650Z | Compiling zerocopy-derive v0.8.27 |
| 1925 | 2026-01-22T21:28:22.875Z | Compiling futures-core v0.3.31 |
| 1926 | 2026-01-22T21:28:22.972Z | Compiling strsim v0.11.1 |
| 1927 | 2026-01-22T21:28:23.154Z | Compiling zerocopy v0.7.35 |
| 1928 | 2026-01-22T21:28:23.390Z | Compiling thiserror-impl v1.0.69 |
| 1929 | 2026-01-22T21:28:23.484Z | Compiling iana-time-zone v0.1.63 |
| 1930 | 2026-01-22T21:28:23.575Z | Compiling ucd-trie v0.1.7 |
| 1931 | 2026-01-22T21:28:25.060Z | Compiling pest v2.8.2 |
| 1932 | 2026-01-22T21:28:25.064Z | Compiling chrono v0.4.42 |
| 1933 | 2026-01-22T21:28:25.064Z | Compiling aws-lc-sys v0.26.0 |
| 1934 | 2026-01-22T21:28:25.064Z | Compiling serde_tokenstream v0.2.2 |
| 1935 | 2026-01-22T21:28:25.166Z | Compiling uuid v1.19.0 |
| 1936 | 2026-01-22T21:28:25.393Z | Compiling ident_case v1.0.1 |
| 1937 | 2026-01-22T21:28:25.415Z | Compiling httparse v1.9.5 |
| 1938 | 2026-01-22T21:28:25.618Z | Compiling foldhash v0.1.5 |
| 1939 | 2026-01-22T21:28:25.861Z | Compiling hashbrown v0.15.4 |
| 1940 | 2026-01-22T21:28:26.812Z | Compiling pest_meta v2.8.2 |
| 1941 | 2026-01-22T21:28:27.053Z | Compiling rustix v1.1.3 |
| 1942 | 2026-01-22T21:28:28.066Z | Compiling syn v1.0.109 |
| 1943 | 2026-01-22T21:28:28.512Z | Compiling pest_generator v2.8.2 |
| 1944 | 2026-01-22T21:28:29.343Z | Compiling futures-sink v0.3.31 |
| 1945 | 2026-01-22T21:28:29.538Z | Compiling num-conv v0.1.0 |
| 1946 | 2026-01-22T21:28:29.559Z | Compiling time-core v0.1.6 |
| 1947 | 2026-01-22T21:28:29.894Z | Compiling time-macros v0.2.24 |
| 1948 | 2026-01-22T21:28:30.042Z | Compiling futures-channel v0.3.31 |
| 1949 | 2026-01-22T21:28:30.361Z | Compiling pest_derive v2.8.2 |
| 1950 | 2026-01-22T21:28:30.564Z | Compiling rustc_version v0.4.1 |
| 1951 | 2026-01-22T21:28:31.118Z | Compiling futures-io v0.3.31 |
| 1952 | 2026-01-22T21:28:31.162Z | Compiling pin-utils v0.1.0 |
| 1953 | 2026-01-22T21:28:31.295Z | Compiling cpufeatures v0.2.14 |
| 1954 | 2026-01-22T21:28:31.505Z | Compiling futures-task v0.3.31 |
| 1955 | 2026-01-22T21:28:31.601Z | Compiling dyn-clone v1.0.20 |
| 1956 | 2026-01-22T21:28:31.692Z | Compiling openssl v0.10.73 |
| 1957 | 2026-01-22T21:28:31.880Z | Compiling futures-util v0.3.31 |
| 1958 | 2026-01-22T21:28:32.157Z | Compiling hmac v0.12.1 |
| 1959 | 2026-01-22T21:28:32.307Z | Compiling plain v0.2.3 |
| 1960 | 2026-01-22T21:28:32.643Z | Compiling block-padding v0.3.3 |
| 1961 | 2026-01-22T21:28:32.947Z | Compiling openssl-macros v0.1.1 |
| 1962 | 2026-01-22T21:28:33.702Z | Compiling native-tls v0.2.12 |
| 1963 | 2026-01-22T21:28:34.095Z | Compiling crossbeam-utils v0.8.21 |
| 1964 | 2026-01-22T21:28:34.400Z | Compiling rustls v0.23.19 |
| 1965 | 2026-01-22T21:28:34.642Z | Compiling inout v0.1.3 |
| 1966 | 2026-01-22T21:28:34.757Z | Compiling ppv-lite86 v0.2.20 |
| 1967 | 2026-01-22T21:28:35.729Z | Compiling pretty-hex v0.4.1 |
| 1968 | 2026-01-22T21:28:36.038Z | Compiling cipher v0.4.4 |
| 1969 | 2026-01-22T21:28:36.296Z | Compiling sha2 v0.10.9 |
| 1970 | 2026-01-22T21:28:36.549Z | Compiling http v1.4.0 |
| 1971 | 2026-01-22T21:28:37.079Z | Compiling scroll_derive v0.12.0 |
| 1972 | 2026-01-22T21:28:38.174Z | Compiling scroll_derive v0.13.1 |
| 1973 | 2026-01-22T21:28:38.481Z | Compiling cookie v0.18.1 |
| 1974 | 2026-01-22T21:28:38.725Z | Compiling anyhow v1.0.99 |
| 1975 | 2026-01-22T21:28:39.321Z | Compiling base64ct v1.6.0 |
| 1976 | 2026-01-22T21:28:39.868Z | Compiling pem-rfc7468 v0.7.0 |
| 1977 | 2026-01-22T21:28:39.889Z | Compiling darling_core v0.21.0 |
| 1978 | 2026-01-22T21:28:40.531Z | Compiling slog v2.8.2 |
| 1979 | 2026-01-22T21:28:41.519Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1980 | 2026-01-22T21:28:41.912Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1981 | 2026-01-22T21:28:42.041Z | Compiling flagset v0.4.6 |
| 1982 | 2026-01-22T21:28:42.271Z | Compiling der v0.7.10 |
| 1983 | 2026-01-22T21:28:43.858Z | Compiling serde_spanned v0.6.9 |
| 1984 | 2026-01-22T21:28:44.091Z | Compiling toml_datetime v0.6.11 |
| 1985 | 2026-01-22T21:28:44.142Z | Compiling rand_core v0.9.3 |
| 1986 | 2026-01-22T21:28:44.561Z | Compiling tracing-core v0.1.32 |
| 1987 | 2026-01-22T21:28:44.591Z | Compiling rustls-pki-types v1.10.0 |
| 1988 | 2026-01-22T21:28:44.862Z | Compiling spki v0.7.3 |
| 1989 | 2026-01-22T21:28:45.233Z | Compiling salsa20 v0.10.2 |
| 1990 | 2026-01-22T21:28:45.257Z | Compiling darling_macro v0.21.0 |
| 1991 | 2026-01-22T21:28:45.277Z | Compiling pbkdf2 v0.12.2 |
| 1992 | 2026-01-22T21:28:45.469Z | Compiling tracing v0.1.40 |
| 1993 | 2026-01-22T21:28:46.119Z | Compiling darling v0.21.0 |
| 1994 | 2026-01-22T21:28:46.223Z | Compiling litrs v0.4.1 |
| 1995 | 2026-01-22T21:28:46.245Z | Compiling camino v1.2.1 |
| 1996 | 2026-01-22T21:28:46.292Z | Compiling base64 v0.22.1 |
| 1997 | 2026-01-22T21:28:46.392Z | Compiling winnow v0.5.40 |
| 1998 | 2026-01-22T21:28:47.157Z | Compiling document-features v0.2.11 |
| 1999 | 2026-01-22T21:28:47.710Z | Compiling scrypt v0.11.0 |
| 2000 | 2026-01-22T21:28:48.210Z | Compiling rand_chacha v0.9.0 |
| 2001 | 2026-01-22T21:28:48.248Z | Compiling tokio-util v0.7.15 |
| 2002 | 2026-01-22T21:28:48.848Z | Compiling cbc v0.1.2 |
| 2003 | 2026-01-22T21:28:48.944Z | Compiling aes v0.8.4 |
| 2004 | 2026-01-22T21:28:49.738Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-01-22T21:28:52.140Z | Compiling usdt-impl v0.5.0 |
| 2006 | 2026-01-22T21:28:52.177Z | Compiling usdt-impl v0.6.0 |
| 2007 | 2026-01-22T21:28:52.445Z | Compiling ref-cast v1.0.25 |
| 2008 | 2026-01-22T21:28:52.538Z | Compiling untrusted v0.9.0 |
| 2009 | 2026-01-22T21:28:52.584Z | Compiling powerfmt v0.2.0 |
| 2010 | 2026-01-22T21:28:52.782Z | Compiling untrusted v0.7.1 |
| 2011 | 2026-01-22T21:28:52.997Z | Compiling deranged v0.5.3 |
| 2012 | 2026-01-22T21:28:53.250Z | Compiling pkcs5 v0.7.1 |
| 2013 | 2026-01-22T21:28:54.100Z | Compiling rand v0.9.2 |
| 2014 | 2026-01-22T21:28:56.024Z | Compiling http-body v1.0.1 |
| 2015 | 2026-01-22T21:28:56.303Z | Compiling scroll v0.13.0 |
| 2016 | 2026-01-22T21:28:56.854Z | Compiling scroll v0.12.0 |
| 2017 | 2026-01-22T21:28:57.007Z | Compiling heapless v0.7.17 |
| 2018 | 2026-01-22T21:28:57.874Z | Compiling signal-hook v0.3.18 |
| 2019 | 2026-01-22T21:28:58.213Z | Compiling cfg_aliases v0.2.1 |
| 2020 | 2026-01-22T21:28:58.340Z | Compiling atomic-waker v1.1.2 |
| 2021 | 2026-01-22T21:28:58.343Z | Compiling zstd-safe v7.2.3 |
| 2022 | 2026-01-22T21:28:58.518Z | Compiling adler2 v2.0.0 |
| 2023 | 2026-01-22T21:28:58.570Z | Compiling num_threads v0.1.7 |
| 2024 | 2026-01-22T21:28:58.738Z | Compiling time v0.3.43 |
| 2025 | 2026-01-22T21:28:58.741Z | Compiling miniz_oxide v0.8.5 |
| 2026 | 2026-01-22T21:29:00.459Z | Compiling goblin v0.8.2 |
| 2027 | 2026-01-22T21:29:01.402Z | Compiling goblin v0.10.2 |
| 2028 | 2026-01-22T21:29:02.804Z | Compiling pkcs8 v0.10.2 |
| 2029 | 2026-01-22T21:29:03.717Z | Compiling ipnetwork v0.21.1 |
| 2030 | 2026-01-22T21:29:06.162Z | Compiling darling_core v0.20.10 |
| 2031 | 2026-01-22T21:29:07.498Z | Compiling ref-cast-impl v1.0.25 |
| 2032 | 2026-01-22T21:29:08.542Z | Compiling memoffset v0.9.1 |
| 2033 | 2026-01-22T21:29:08.903Z | Compiling tinyvec_macros v0.1.1 |
| 2034 | 2026-01-22T21:29:09.022Z | Compiling tower-service v0.3.3 |
| 2035 | 2026-01-22T21:29:09.186Z | Compiling tower-layer v0.3.3 |
| 2036 | 2026-01-22T21:29:09.662Z | Compiling try-lock v0.2.5 |
| 2037 | 2026-01-22T21:29:10.077Z | Compiling want v0.3.1 |
| 2038 | 2026-01-22T21:29:10.385Z | Compiling tinyvec v1.8.0 |
| 2039 | 2026-01-22T21:29:10.862Z | Compiling darling_macro v0.20.10 |
| 2040 | 2026-01-22T21:29:11.200Z | Compiling dof v0.4.0 |
| 2041 | 2026-01-22T21:29:11.815Z | Compiling dof v0.3.0 |
| 2042 | 2026-01-22T21:29:11.904Z | Compiling h2 v0.4.6 |
| 2043 | 2026-01-22T21:29:13.322Z | Compiling dtrace-parser v0.2.0 |
| 2044 | 2026-01-22T21:29:14.704Z | Compiling dtrace-parser v0.3.0 |
| 2045 | 2026-01-22T21:29:14.792Z | Compiling curve25519-dalek v4.1.3 |
| 2046 | 2026-01-22T21:29:15.245Z | Compiling ipnet v2.11.0 |
| 2047 | 2026-01-22T21:29:15.296Z | Compiling async-trait v0.1.89 |
| 2048 | 2026-01-22T21:29:16.199Z | Compiling daft-derive v0.1.4 |
| 2049 | 2026-01-22T21:29:16.898Z | Compiling thread-id v4.2.2 |
| 2050 | 2026-01-22T21:29:17.035Z | Compiling thread-id v5.0.0 |
| 2051 | 2026-01-22T21:29:17.378Z | Compiling openssl-probe v0.1.5 |
| 2052 | 2026-01-22T21:29:17.400Z | Compiling smoltcp v0.9.1 |
| 2053 | 2026-01-22T21:29:17.925Z | Compiling fastrand v2.1.1 |
| 2054 | 2026-01-22T21:29:18.058Z | Compiling httpdate v1.0.3 |
| 2055 | 2026-01-22T21:29:18.373Z | Compiling foreign-types-shared v0.1.1 |
| 2056 | 2026-01-22T21:29:18.476Z | Compiling ryu v1.0.18 |
| 2057 | 2026-01-22T21:29:18.516Z | Compiling num-bigint-dig v0.8.6 |
| 2058 | 2026-01-22T21:29:18.782Z | Compiling foreign-types v0.3.2 |
| 2059 | 2026-01-22T21:29:18.853Z | Compiling tempfile v3.24.0 |
| 2060 | 2026-01-22T21:29:20.216Z | Compiling hyper v1.8.1 |
| 2061 | 2026-01-22T21:29:26.055Z | Compiling darling v0.20.10 |
| 2062 | 2026-01-22T21:29:28.144Z | Compiling strum_macros v0.26.4 |
| 2063 | 2026-01-22T21:29:29.687Z | Compiling wait-timeout v0.2.0 |
| 2064 | 2026-01-22T21:29:30.113Z | Compiling gimli v0.31.1 |
| 2065 | 2026-01-22T21:29:30.302Z | Compiling bit-vec v0.8.0 |
| 2066 | 2026-01-22T21:29:30.747Z | Compiling utf8parse v0.2.2 |
| 2067 | 2026-01-22T21:29:32.190Z | Compiling quick-error v1.2.3 |
| 2068 | 2026-01-22T21:29:32.356Z | Compiling anstyle v1.0.11 |
| 2069 | 2026-01-22T21:29:32.898Z | Compiling rusty-fork v0.3.0 |
| 2070 | 2026-01-22T21:29:36.041Z | Compiling addr2line v0.24.2 |
| 2071 | 2026-01-22T21:29:36.647Z | Compiling anstyle-parse v0.2.5 |
| 2072 | 2026-01-22T21:29:36.973Z | Compiling bit-set v0.8.0 |
| 2073 | 2026-01-22T21:29:38.176Z | Compiling derive_builder_core v0.20.2 |
| 2074 | 2026-01-22T21:29:39.955Z | Compiling hyper-util v0.1.19 |
| 2075 | 2026-01-22T21:29:40.029Z | Compiling unicode-normalization v0.1.24 |
| 2076 | 2026-01-22T21:29:41.037Z | Compiling nix v0.29.0 |
| 2077 | 2026-01-22T21:29:42.055Z | Compiling rand_xorshift v0.4.0 |
| 2078 | 2026-01-22T21:29:42.312Z | Compiling hubpack_derive v0.1.1 |
| 2079 | 2026-01-22T21:29:43.191Z | Compiling signature v2.2.0 |
| 2080 | 2026-01-22T21:29:43.443Z | Compiling openapiv3 v2.2.0 |
| 2081 | 2026-01-22T21:29:44.235Z | Compiling erased-serde v0.3.31 |
| 2082 | 2026-01-22T21:29:44.295Z | Compiling strum_macros v0.27.2 |
| 2083 | 2026-01-22T21:29:45.853Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2084 | 2026-01-22T21:29:47.141Z | Compiling object v0.36.5 |
| 2085 | 2026-01-22T21:29:48.813Z | Compiling fs-err v3.1.1 |
| 2086 | 2026-01-22T21:29:49.189Z | Compiling ahash v0.8.12 |
| 2087 | 2026-01-22T21:29:49.606Z | Compiling crc32fast v1.4.2 |
| 2088 | 2026-01-22T21:29:49.921Z | Compiling unarray v0.1.4 |
| 2089 | 2026-01-22T21:29:50.409Z | Compiling anstyle-query v1.1.1 |
| 2090 | 2026-01-22T21:29:50.599Z | Compiling zlib-rs v0.5.1 |
| 2091 | 2026-01-22T21:29:52.802Z | Compiling colorchoice v1.0.2 |
| 2092 | 2026-01-22T21:29:53.165Z | Compiling siphasher v0.3.11 |
| 2093 | 2026-01-22T21:29:53.536Z | Compiling unicode-bidi v0.3.17 |
| 2094 | 2026-01-22T21:29:54.399Z | Compiling unicode-properties v0.1.3 |
| 2095 | 2026-01-22T21:29:54.608Z | Compiling rustc-demangle v0.1.24 |
| 2096 | 2026-01-22T21:29:54.819Z | Compiling is_terminal_polyfill v1.70.1 |
| 2097 | 2026-01-22T21:29:54.981Z | Compiling buf-list v1.0.3 |
| 2098 | 2026-01-22T21:29:55.412Z | Compiling unicode-segmentation v1.12.0 |
| 2099 | 2026-01-22T21:29:55.515Z | Compiling backtrace v0.3.74 |
| 2100 | 2026-01-22T21:29:55.539Z | Compiling anstream v0.6.18 |
| 2101 | 2026-01-22T21:29:56.143Z | Compiling libz-rs-sys v0.5.1 |
| 2102 | 2026-01-22T21:29:56.243Z | Compiling stringprep v0.1.5 |
| 2103 | 2026-01-22T21:29:56.426Z | Compiling phf_shared v0.11.2 |
| 2104 | 2026-01-22T21:29:56.842Z | Compiling proptest v1.7.0 |
| 2105 | 2026-01-22T21:30:02.266Z | Compiling derive_builder_macro v0.20.2 |
| 2106 | 2026-01-22T21:30:03.146Z | Compiling rustls-webpki v0.102.8 |
| 2107 | 2026-01-22T21:30:04.795Z | Compiling usdt-attr-macro v0.6.0 |
| 2108 | 2026-01-22T21:30:04.996Z | Compiling usdt-macro v0.6.0 |
| 2109 | 2026-01-22T21:30:05.050Z | Compiling oxnet v0.1.4 |
| 2110 | 2026-01-22T21:30:06.227Z | Compiling http-body-util v0.1.3 |
| 2111 | 2026-01-22T21:30:06.832Z | Compiling rand_chacha v0.3.1 |
| 2112 | 2026-01-22T21:30:06.901Z | Compiling sync_wrapper v1.0.1 |
| 2113 | 2026-01-22T21:30:07.289Z | Compiling md-5 v0.10.6 |
| 2114 | 2026-01-22T21:30:07.592Z | Compiling vergen-lib v0.1.6 |
| 2115 | 2026-01-22T21:30:07.596Z | Compiling num-integer v0.1.46 |
| 2116 | 2026-01-22T21:30:07.710Z | Compiling ff v0.13.0 |
| 2117 | 2026-01-22T21:30:07.795Z | Compiling hash32 v0.2.1 |
| 2118 | 2026-01-22T21:30:07.954Z | Compiling encoding_rs v0.8.34 |
| 2119 | 2026-01-22T21:30:08.158Z | Compiling base16ct v0.2.0 |
| 2120 | 2026-01-22T21:30:08.302Z | Compiling psl-types v2.0.11 |
| 2121 | 2026-01-22T21:30:08.457Z | Compiling fallible-iterator v0.2.0 |
| 2122 | 2026-01-22T21:30:08.625Z | Compiling mime v0.3.17 |
| 2123 | 2026-01-22T21:30:08.647Z | Compiling publicsuffix v2.3.0 |
| 2124 | 2026-01-22T21:30:09.000Z | Compiling sec1 v0.7.3 |
| 2125 | 2026-01-22T21:30:09.077Z | Compiling postgres-protocol v0.6.8 |
| 2126 | 2026-01-22T21:30:09.135Z | Compiling serde_urlencoded v0.7.1 |
| 2127 | 2026-01-22T21:30:09.565Z | Compiling num-iter v0.1.45 |
| 2128 | 2026-01-22T21:30:09.750Z | Compiling group v0.13.0 |
| 2129 | 2026-01-22T21:30:10.077Z | Compiling rand v0.8.5 |
| 2130 | 2026-01-22T21:30:10.165Z | Compiling tower v0.5.2 |
| 2131 | 2026-01-22T21:30:11.479Z | Compiling tokio-rustls v0.26.0 |
| 2132 | 2026-01-22T21:30:12.835Z | Compiling derive_builder v0.20.2 |
| 2133 | 2026-01-22T21:30:13.125Z | Compiling newtype-uuid v1.3.2 |
| 2134 | 2026-01-22T21:30:13.481Z | Compiling tokio-native-tls v0.3.1 |
| 2135 | 2026-01-22T21:30:13.800Z | Compiling flate2 v1.1.2 |
| 2136 | 2026-01-22T21:30:14.096Z | Compiling heck v0.4.1 |
| 2137 | 2026-01-22T21:30:14.575Z | Compiling rustls-native-certs v0.8.1 |
| 2138 | 2026-01-22T21:30:14.814Z | Compiling webpki-roots v1.0.1 |
| 2139 | 2026-01-22T21:30:15.308Z | Compiling serde_with_macros v3.16.1 |
| 2140 | 2026-01-22T21:30:15.612Z | Compiling hkdf v0.12.4 |
| 2141 | 2026-01-22T21:30:15.674Z | Compiling regress v0.10.4 |
| 2142 | 2026-01-22T21:30:15.749Z | Compiling vergen v9.0.6 |
| 2143 | 2026-01-22T21:30:15.882Z | Compiling terminal_size v0.4.0 |
| 2144 | 2026-01-22T21:30:16.136Z | Compiling cargo-platform v0.1.8 |
| 2145 | 2026-01-22T21:30:16.452Z | Compiling clap_derive v4.5.47 |
| 2146 | 2026-01-22T21:30:16.597Z | Compiling enum-as-inner v0.6.1 |
| 2147 | 2026-01-22T21:30:16.798Z | Compiling crypto-bigint v0.5.5 |
| 2148 | 2026-01-22T21:30:17.535Z | Compiling serde_repr v0.1.19 |
| 2149 | 2026-01-22T21:30:18.525Z | Compiling simd-adler32 v0.3.7 |
| 2150 | 2026-01-22T21:30:18.561Z | Compiling lockfree-object-pool v0.1.6 |
| 2151 | 2026-01-22T21:30:18.806Z | Compiling managed v0.8.0 |
| 2152 | 2026-01-22T21:30:18.843Z | Compiling clap_lex v0.7.4 |
| 2153 | 2026-01-22T21:30:19.037Z | Compiling iri-string v0.7.8 |
| 2154 | 2026-01-22T21:30:19.259Z | Compiling bitflags v1.3.2 |
| 2155 | 2026-01-22T21:30:20.104Z | Compiling winnow v0.7.13 |
| 2156 | 2026-01-22T21:30:20.586Z | Compiling bumpalo v3.16.0 |
| 2157 | 2026-01-22T21:30:21.020Z | Compiling zopfli v0.8.1 |
| 2158 | 2026-01-22T21:30:22.318Z | Compiling tower-http v0.6.6 |
| 2159 | 2026-01-22T21:30:22.885Z | Compiling elliptic-curve v0.13.8 |
| 2160 | 2026-01-22T21:30:23.277Z | Compiling typify-impl v0.4.3 |
| 2161 | 2026-01-22T21:30:23.648Z | Compiling clap_builder v4.5.48 |
| 2162 | 2026-01-22T21:30:24.525Z | Compiling cargo_metadata v0.19.2 |
| 2163 | 2026-01-22T21:30:24.877Z | Compiling hyper-tls v0.6.0 |
| 2164 | 2026-01-22T21:30:25.258Z | Compiling hyper-rustls v0.27.7 |
| 2165 | 2026-01-22T21:30:26.419Z | Compiling daft v0.1.4 |
| 2166 | 2026-01-22T21:30:27.021Z | Compiling zstd v0.13.3 |
| 2167 | 2026-01-22T21:30:27.672Z | Compiling signal-hook-mio v0.2.4 |
| 2168 | 2026-01-22T21:30:27.704Z | Compiling cookie_store v0.21.1 |
| 2169 | 2026-01-22T21:30:28.210Z | Compiling postgres-types v0.2.9 |
| 2170 | 2026-01-22T21:30:28.559Z | Compiling phf v0.11.2 |
| 2171 | 2026-01-22T21:30:29.218Z | Compiling strum v0.27.2 |
| 2172 | 2026-01-22T21:30:29.242Z | Compiling ed25519 v2.2.3 |
| 2173 | 2026-01-22T21:30:29.342Z | Compiling hubpack v0.1.2 |
| 2174 | 2026-01-22T21:30:29.472Z | Compiling bzip2 v0.4.4 |
| 2175 | 2026-01-22T21:30:29.722Z | Compiling bzip2 v0.5.2 |
| 2176 | 2026-01-22T21:30:29.759Z | Compiling crossbeam-epoch v0.9.18 |
| 2177 | 2026-01-22T21:30:29.846Z | Compiling pkcs1 v0.7.5 |
| 2178 | 2026-01-22T21:30:30.718Z | Compiling rfc6979 v0.4.0 |
| 2179 | 2026-01-22T21:30:30.943Z | Compiling float-cmp v0.10.0 |
| 2180 | 2026-01-22T21:30:30.978Z | Compiling hex v0.4.3 |
| 2181 | 2026-01-22T21:30:31.586Z | Compiling serde-big-array v0.5.1 |
| 2182 | 2026-01-22T21:30:31.903Z | Compiling bstr v1.10.0 |
| 2183 | 2026-01-22T21:30:32.085Z | Compiling socket2 v0.5.10 |
| 2184 | 2026-01-22T21:30:32.537Z | Compiling memmap2 v0.9.8 |
| 2185 | 2026-01-22T21:30:32.614Z | Compiling env_filter v0.1.2 |
| 2186 | 2026-01-22T21:30:32.953Z | Compiling predicates-core v1.0.8 |
| 2187 | 2026-01-22T21:30:33.155Z | Compiling jiff v0.2.15 |
| 2188 | 2026-01-22T21:30:33.294Z | Compiling data-encoding v2.9.0 |
| 2189 | 2026-01-22T21:30:33.342Z | Compiling foldhash v0.2.0 |
| 2190 | 2026-01-22T21:30:34.015Z | Compiling normalize-line-endings v0.3.0 |
| 2191 | 2026-01-22T21:30:34.171Z | Compiling fixedbitset v0.5.7 |
| 2192 | 2026-01-22T21:30:34.200Z | Compiling whoami v1.5.2 |
| 2193 | 2026-01-22T21:30:34.565Z | Compiling new_debug_unreachable v1.0.6 |
| 2194 | 2026-01-22T21:30:34.686Z | Compiling toml_write v0.1.2 |
| 2195 | 2026-01-22T21:30:34.708Z | Compiling difflib v0.4.0 |
| 2196 | 2026-01-22T21:30:34.776Z | Compiling static_assertions v1.1.0 |
| 2197 | 2026-01-22T21:30:34.919Z | Compiling fixedbitset v0.4.2 |
| 2198 | 2026-01-22T21:30:35.082Z | Compiling rustc-hash v2.1.1 |
| 2199 | 2026-01-22T21:30:35.133Z | Compiling keccak v0.1.5 |
| 2200 | 2026-01-22T21:30:35.311Z | Compiling precomputed-hash v0.1.1 |
| 2201 | 2026-01-22T21:30:35.467Z | Compiling sha3 v0.10.8 |
| 2202 | 2026-01-22T21:30:35.490Z | Compiling string_cache v0.8.9 |
| 2203 | 2026-01-22T21:30:35.713Z | Compiling reqwest v0.12.24 |
| 2204 | 2026-01-22T21:30:35.896Z | Compiling iddqd v0.3.16 |
| 2205 | 2026-01-22T21:30:36.013Z | Compiling petgraph v0.6.5 |
| 2206 | 2026-01-22T21:30:36.018Z | Compiling predicates v3.1.3 |
| 2207 | 2026-01-22T21:30:37.328Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2208 | 2026-01-22T21:30:38.391Z | Compiling petgraph v0.8.2 |
| 2209 | 2026-01-22T21:30:38.834Z | Compiling toml_edit v0.22.27 |
| 2210 | 2026-01-22T21:30:42.896Z | Compiling zip v4.2.0 |
| 2211 | 2026-01-22T21:30:42.971Z | Compiling tokio-postgres v0.7.13 |
| 2212 | 2026-01-22T21:30:44.076Z | Compiling hickory-proto v0.25.2 |
| 2213 | 2026-01-22T21:30:44.838Z | Compiling similar v2.7.0 |
| 2214 | 2026-01-22T21:30:44.917Z | Compiling env_logger v0.11.8 |
| 2215 | 2026-01-22T21:30:44.950Z | Compiling usdt v0.6.0 |
| 2216 | 2026-01-22T21:30:45.416Z | Compiling typify-macro v0.4.3 |
| 2217 | 2026-01-22T21:30:46.443Z | Compiling serde_with v3.16.1 |
| 2218 | 2026-01-22T21:30:46.579Z | Compiling ecdsa v0.16.9 |
| 2219 | 2026-01-22T21:30:48.993Z | Compiling rsa v0.9.8 |
| 2220 | 2026-01-22T21:30:49.878Z | Compiling zip v0.6.6 |
| 2221 | 2026-01-22T21:30:50.490Z | Compiling ed25519-dalek v2.1.1 |
| 2222 | 2026-01-22T21:30:51.987Z | Compiling crossterm v0.28.1 |
| 2223 | 2026-01-22T21:30:52.588Z | Compiling clap v4.5.48 |
| 2224 | 2026-01-22T21:30:53.418Z | Compiling strum v0.26.3 |
| 2225 | 2026-01-22T21:30:53.635Z | Compiling tokio-stream v0.1.17 |
| 2226 | 2026-01-22T21:30:54.735Z | Compiling toml v0.7.8 |
| 2227 | 2026-01-22T21:30:54.816Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2228 | 2026-01-22T21:30:54.967Z | Compiling x509-cert v0.2.5 |
| 2229 | 2026-01-22T21:30:56.036Z | Compiling sha1 v0.10.6 |
| 2230 | 2026-01-22T21:30:56.141Z | Compiling itertools v0.13.0 |
| 2231 | 2026-01-22T21:30:56.413Z | Compiling itertools v0.10.5 |
| 2232 | 2026-01-22T21:30:58.925Z | Compiling winnow v0.6.26 |
| 2233 | 2026-01-22T21:30:58.990Z | Compiling lalrpop-util v0.19.12 |
| 2234 | 2026-01-22T21:31:00.098Z | Compiling peg-runtime v0.8.5 |
| 2235 | 2026-01-22T21:31:00.586Z | Compiling rayon-core v1.12.1 |
| 2236 | 2026-01-22T21:31:02.015Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2237 | 2026-01-22T21:31:08.022Z | Compiling proc-macro-crate v1.3.1 |
| 2238 | 2026-01-22T21:31:10.222Z | Compiling macaddr v1.0.1 |
| 2239 | 2026-01-22T21:31:10.247Z | Compiling structmeta-derive v0.3.0 |
| 2240 | 2026-01-22T21:31:10.821Z | Compiling itertools v0.14.0 |
| 2241 | 2026-01-22T21:31:13.005Z | Compiling heapless v0.8.0 |
| 2242 | 2026-01-22T21:31:14.327Z | Compiling ingot-macros v0.1.1 |
| 2243 | 2026-01-22T21:31:16.293Z | Compiling structmeta v0.3.0 |
| 2244 | 2026-01-22T21:31:20.612Z | Compiling num_enum_derive v0.5.11 |
| 2245 | 2026-01-22T21:31:22.698Z | Compiling crossbeam-deque v0.8.5 |
| 2246 | 2026-01-22T21:31:25.088Z | Compiling hash32 v0.3.1 |
| 2247 | 2026-01-22T21:31:26.276Z | Compiling unicode-width v0.1.14 |
| 2248 | 2026-01-22T21:31:26.920Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2249 | 2026-01-22T21:31:27.302Z | Compiling smoltcp v0.11.0 |
| 2250 | 2026-01-22T21:31:29.133Z | Compiling tabwriter v1.4.0 |
| 2251 | 2026-01-22T21:31:34.472Z | Compiling num_enum v0.5.11 |
| 2252 | 2026-01-22T21:31:34.679Z | Compiling ingot-types v0.1.2 |
| 2253 | 2026-01-22T21:31:34.702Z | Compiling typify v0.4.3 |
| 2254 | 2026-01-22T21:31:35.685Z | Compiling proc-macro-error-attr v1.0.4 |
| 2255 | 2026-01-22T21:31:36.320Z | Compiling rustls v0.22.4 |
| 2256 | 2026-01-22T21:31:36.335Z | Compiling cobs v0.2.3 |
| 2257 | 2026-01-22T21:31:36.807Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2258 | 2026-01-22T21:31:37.480Z | Compiling unsafe-libyaml v0.2.11 |
| 2259 | 2026-01-22T21:31:39.121Z | Compiling serde_yaml v0.9.34+deprecated |
| 2260 | 2026-01-22T21:31:40.249Z | Compiling postcard v1.0.10 |
| 2261 | 2026-01-22T21:31:40.699Z | Compiling ingot v0.1.1 |
| 2262 | 2026-01-22T21:31:45.190Z | Compiling progenitor-impl v0.11.2 |
| 2263 | 2026-01-22T21:31:54.119Z | Compiling futures-executor v0.3.31 |
| 2264 | 2026-01-22T21:31:54.500Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2265 | 2026-01-22T21:31:55.106Z | Compiling foreign-types-macros v0.2.3 |
| 2266 | 2026-01-22T21:31:55.148Z | Compiling thread_local v1.1.8 |
| 2267 | 2026-01-22T21:31:55.374Z | Compiling proc-macro-error v1.0.4 |
| 2268 | 2026-01-22T21:31:55.379Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2269 | 2026-01-22T21:31:55.456Z | Compiling multer v3.1.0 |
| 2270 | 2026-01-22T21:31:57.097Z | Compiling match_cfg v0.1.0 |
| 2271 | 2026-01-22T21:31:57.352Z | Compiling foreign-types-shared v0.3.1 |
| 2272 | 2026-01-22T21:31:57.518Z | Compiling slog-async v2.8.0 |
| 2273 | 2026-01-22T21:32:01.491Z | Compiling foreign-types v0.5.0 |
| 2274 | 2026-01-22T21:32:01.633Z | Compiling hostname v0.3.1 |
| 2275 | 2026-01-22T21:32:11.743Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2276 | 2026-01-22T21:32:11.870Z | Compiling futures v0.3.31 |
| 2277 | 2026-01-22T21:32:14.920Z | Compiling progenitor-macro v0.11.2 |
| 2278 | 2026-01-22T21:32:19.731Z | Compiling derive-ex v0.1.8 |
| 2279 | 2026-01-22T21:32:24.270Z | Compiling progenitor-client v0.11.2 |
| 2280 | 2026-01-22T21:32:24.438Z | Compiling toml_parser v1.0.4 |
| 2281 | 2026-01-22T21:32:27.794Z | Compiling slog-json v2.6.1 |
| 2282 | 2026-01-22T21:32:28.892Z | Compiling crossbeam-channel v0.5.15 |
| 2283 | 2026-01-22T21:32:29.541Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2284 | 2026-01-22T21:32:30.355Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2285 | 2026-01-22T21:32:30.472Z | Compiling async-stream-impl v0.3.6 |
| 2286 | 2026-01-22T21:32:30.689Z | Compiling toml_datetime v0.7.3 |
| 2287 | 2026-01-22T21:32:31.214Z | Compiling serde_spanned v1.0.3 |
| 2288 | 2026-01-22T21:32:31.542Z | Compiling cstr-argument v0.1.2 |
| 2289 | 2026-01-22T21:32:31.602Z | Compiling is-terminal v0.4.13 |
| 2290 | 2026-01-22T21:32:31.662Z | Compiling dropshot v0.16.6 |
| 2291 | 2026-01-22T21:32:31.771Z | Compiling term v1.1.0 |
| 2292 | 2026-01-22T21:32:31.844Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2293 | 2026-01-22T21:32:32.031Z | Compiling pretty-hex v0.2.1 |
| 2294 | 2026-01-22T21:32:32.104Z | Compiling toml_writer v1.0.4 |
| 2295 | 2026-01-22T21:32:32.185Z | Compiling crucible-workspace-hack v0.1.0 |
| 2296 | 2026-01-22T21:32:32.532Z | Compiling typeid v1.0.3 |
| 2297 | 2026-01-22T21:32:32.684Z | Compiling take_mut v0.2.2 |
| 2298 | 2026-01-22T21:32:32.919Z | Compiling toml v0.9.8 |
| 2299 | 2026-01-22T21:32:33.224Z | Compiling slog-term v2.9.2 |
| 2300 | 2026-01-22T21:32:33.472Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2301 | 2026-01-22T21:32:34.087Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2302 | 2026-01-22T21:32:34.951Z | Compiling async-stream v0.3.6 |
| 2303 | 2026-01-22T21:32:35.756Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2304 | 2026-01-22T21:32:35.942Z | Compiling slog-bunyan v2.5.0 |
| 2305 | 2026-01-22T21:32:35.974Z | Compiling progenitor v0.11.2 |
| 2306 | 2026-01-22T21:32:36.250Z | Compiling tokio-rustls v0.25.0 |
| 2307 | 2026-01-22T21:32:36.287Z | Compiling test-strategy v0.4.3 |
| 2308 | 2026-01-22T21:32:36.889Z | Compiling rayon v1.10.0 |
| 2309 | 2026-01-22T21:32:37.074Z | Compiling parse-display-derive v0.10.0 |
| 2310 | 2026-01-22T21:32:39.375Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2311 | 2026-01-22T21:32:39.411Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2312 | 2026-01-22T21:32:39.655Z | Compiling colored v2.2.0 |
| 2313 | 2026-01-22T21:32:40.083Z | Compiling waitgroup v0.1.2 |
| 2314 | 2026-01-22T21:32:40.396Z | Compiling nix v0.30.1 |
| 2315 | 2026-01-22T21:32:40.475Z | Compiling rustls-pemfile v2.2.0 |
| 2316 | 2026-01-22T21:32:41.013Z | Compiling newtype-uuid-macros v0.1.0 |
| 2317 | 2026-01-22T21:32:41.034Z | Compiling dropshot_endpoint v0.16.6 |
| 2318 | 2026-01-22T21:32:41.236Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2319 | 2026-01-22T21:32:41.944Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2320 | 2026-01-22T21:32:42.019Z | Compiling serde_path_to_error v0.1.20 |
| 2321 | 2026-01-22T21:32:42.272Z | Compiling hostname v0.4.2 |
| 2322 | 2026-01-22T21:32:42.408Z | Compiling instant v0.1.13 |
| 2323 | 2026-01-22T21:32:42.570Z | Compiling debug-ignore v1.0.5 |
| 2324 | 2026-01-22T21:32:42.593Z | Compiling colored v3.0.0 |
| 2325 | 2026-01-22T21:32:42.616Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2326 | 2026-01-22T21:32:42.636Z | Compiling backoff v0.4.0 |
| 2327 | 2026-01-22T21:32:42.900Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2328 | 2026-01-22T21:32:43.007Z | Compiling parse-display v0.10.0 |
| 2329 | 2026-01-22T21:32:43.149Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2330 | 2026-01-22T21:32:43.918Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2331 | 2026-01-22T21:32:44.965Z | Compiling zone_cfg_derive v0.3.0 |
| 2332 | 2026-01-22T21:32:46.288Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2333 | 2026-01-22T21:32:46.405Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2334 | 2026-01-22T21:32:47.377Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-01-22T21:32:47.427Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2336 | 2026-01-22T21:32:47.896Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-01-22T21:32:48.079Z | Compiling progenitor-client v0.10.0 |
| 2338 | 2026-01-22T21:32:48.710Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2339 | 2026-01-22T21:32:49.085Z | Compiling num-derive v0.4.2 |
| 2340 | 2026-01-22T21:32:51.057Z | Compiling sigpipe v0.1.3 |
| 2341 | 2026-01-22T21:32:51.221Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-01-22T21:32:51.594Z | Compiling libefi-sys v0.1.0 |
| 2343 | 2026-01-22T21:32:51.993Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2344 | 2026-01-22T21:32:52.142Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2345 | 2026-01-22T21:32:52.756Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2346 | 2026-01-22T21:32:53.381Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2347 | 2026-01-22T21:32:53.688Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2348 | 2026-01-22T21:32:54.260Z | Compiling erased-serde v0.4.6 |
| 2349 | 2026-01-22T21:32:54.904Z | Compiling zone v0.3.1 |
| 2350 | 2026-01-22T21:32:56.125Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-01-22T21:32:56.942Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-01-22T21:32:57.531Z | Compiling smf v0.2.3 |
| 2353 | 2026-01-22T21:32:58.467Z | Compiling bitfield-struct v0.6.2 |
| 2354 | 2026-01-22T21:32:58.606Z | Compiling ordered-float v2.10.1 |
| 2355 | 2026-01-22T21:32:59.261Z | Compiling blake3 v1.5.4 |
| 2356 | 2026-01-22T21:32:59.773Z | Compiling memmap v0.7.0 |
| 2357 | 2026-01-22T21:33:00.161Z | Compiling usdt v0.5.0 |
| 2358 | 2026-01-22T21:33:00.228Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-01-22T21:33:00.432Z | Compiling serde-value v0.7.0 |
| 2360 | 2026-01-22T21:33:00.515Z | Compiling serde-untagged v0.1.7 |
| 2361 | 2026-01-22T21:33:00.980Z | Compiling toml v0.8.23 |
| 2362 | 2026-01-22T21:33:01.133Z | Compiling xattr v1.3.1 |
| 2363 | 2026-01-22T21:33:01.304Z | Compiling filetime v0.2.26 |
| 2364 | 2026-01-22T21:33:01.477Z | Compiling unicode-width v0.2.0 |
| 2365 | 2026-01-22T21:33:01.510Z | Compiling unicode-xid v0.2.6 |
| 2366 | 2026-01-22T21:33:01.675Z | Compiling arrayvec v0.7.6 |
| 2367 | 2026-01-22T21:33:01.776Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-01-22T21:33:01.926Z | Compiling constant_time_eq v0.3.1 |
| 2369 | 2026-01-22T21:33:01.949Z | Compiling arrayref v0.3.9 |
| 2370 | 2026-01-22T21:33:02.085Z | Compiling same-file v1.0.6 |
| 2371 | 2026-01-22T21:33:02.144Z | Compiling cargo-util-schemas v0.8.2 |
| 2372 | 2026-01-22T21:33:02.176Z | Compiling console v0.16.0 |
| 2373 | 2026-01-22T21:33:02.402Z | Compiling walkdir v2.5.0 |
| 2374 | 2026-01-22T21:33:04.027Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2026-01-22T21:33:04.559Z | Compiling tar v0.4.44 |
| 2376 | 2026-01-22T21:33:04.832Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-01-22T21:33:05.018Z | Compiling tokio-dtrace v0.1.0 |
| 2378 | 2026-01-22T21:33:05.281Z | Compiling gethostname v0.5.0 |
| 2379 | 2026-01-22T21:33:05.534Z | Compiling cargo-platform v0.2.0 |
| 2380 | 2026-01-22T21:33:05.557Z | Compiling topological-sort v0.2.2 |
| 2381 | 2026-01-22T21:33:05.562Z | Compiling unit-prefix v0.5.1 |
| 2382 | 2026-01-22T21:33:05.863Z | Compiling omicron-zone-package v0.12.2 |
| 2383 | 2026-01-22T21:33:05.886Z | Compiling indicatif v0.18.0 |
| 2384 | 2026-01-22T21:33:06.652Z | Compiling cargo_metadata v0.21.0 |
| 2385 | 2026-01-22T21:33:06.741Z | Compiling oxide-tokio-rt v0.1.2 |
| 2386 | 2026-01-22T21:33:07.394Z | Compiling indent_write v2.2.0 |
| 2387 | 2026-01-22T21:33:07.682Z | Compiling shell-words v1.1.0 |
| 2388 | 2026-01-22T21:33:07.772Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2389 | 2026-01-22T21:33:17.068Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2390 | 2026-01-22T21:33:19.655Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-01-22T21:33:23.333Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-01-22T21:33:38.482Z | Finished `release` profile [optimized] target(s) in 5m 53s |
| 2393 | 2026-01-22T21:33:38.661Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-01-22T21:33:38.718Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-01-22T21:33:38.724Z | Created new build target 'test' and set it as active |
| 2396 | 2026-01-22T21:33:38.724Z | |
| 2397 | 2026-01-22T21:33:38.724Z | real 5:53.399625090 |
| 2398 | 2026-01-22T21:33:38.724Z | user 40:46.168983605 |
| 2399 | 2026-01-22T21:33:38.724Z | sys 4:03.039868666 |
| 2400 | 2026-01-22T21:33:38.724Z | trap 1.290401360 |
| 2401 | 2026-01-22T21:33:38.724Z | tflt 2.033267054 |
| 2402 | 2026-01-22T21:33:38.724Z | dflt 1.253202183 |
| 2403 | 2026-01-22T21:33:38.724Z | kflt 0.000178868 |
| 2404 | 2026-01-22T21:33:38.724Z | lock 1:55:29.926207825 |
| 2405 | 2026-01-22T21:33:38.724Z | slp 2:44:32.308050243 |
| 2406 | 2026-01-22T21:33:38.724Z | lat 3:17.741899128 |
| 2407 | 2026-01-22T21:33:38.724Z | stop 5:53.429689131 |
| 2408 | 2026-01-22T21:33:38.725Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-01-22T21:33:39.970Z | Finished `release` profile [optimized] target(s) in 1.18s |
| 2410 | 2026-01-22T21:33:40.032Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-01-22T21:33:40.083Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-01-22T21:33:42.057Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2413 | 2026-01-22T21:33:42.062Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2414 | 2026-01-22T21:33:42.301Z | Compiling convert_case v0.4.0 |
| 2415 | 2026-01-22T21:33:42.305Z | Compiling is-terminal v0.4.13 |
| 2416 | 2026-01-22T21:33:42.345Z | Compiling rustls v0.22.4 |
| 2417 | 2026-01-22T21:33:42.345Z | Compiling progenitor-impl v0.10.0 |
| 2418 | 2026-01-22T21:33:42.349Z | Compiling thread_local v1.1.8 |
| 2419 | 2026-01-22T21:33:42.374Z | Compiling match_cfg v0.1.0 |
| 2420 | 2026-01-22T21:33:42.522Z | Compiling multer v3.1.0 |
| 2421 | 2026-01-22T21:33:42.578Z | Compiling hostname v0.3.1 |
| 2422 | 2026-01-22T21:33:42.639Z | Compiling slog-async v2.8.0 |
| 2423 | 2026-01-22T21:33:42.730Z | Compiling progenitor-client v0.11.2 |
| 2424 | 2026-01-22T21:33:42.815Z | Compiling crossbeam-channel v0.5.15 |
| 2425 | 2026-01-22T21:33:42.876Z | Compiling toml_parser v1.0.4 |
| 2426 | 2026-01-22T21:33:42.941Z | Compiling derive_more v0.99.20 |
| 2427 | 2026-01-22T21:33:42.984Z | Compiling slog-json v2.6.1 |
| 2428 | 2026-01-22T21:33:43.275Z | Compiling futures-executor v0.3.31 |
| 2429 | 2026-01-22T21:33:43.336Z | Compiling toml_datetime v0.7.3 |
| 2430 | 2026-01-22T21:33:43.735Z | Compiling serde_spanned v1.0.3 |
| 2431 | 2026-01-22T21:33:43.763Z | Compiling term v1.1.0 |
| 2432 | 2026-01-22T21:33:43.910Z | Compiling toml_writer v1.0.4 |
| 2433 | 2026-01-22T21:33:44.018Z | Compiling take_mut v0.2.2 |
| 2434 | 2026-01-22T21:33:44.170Z | Compiling unicode-width v0.1.14 |
| 2435 | 2026-01-22T21:33:44.351Z | Compiling toml v0.9.8 |
| 2436 | 2026-01-22T21:33:44.746Z | Compiling tabwriter v1.4.0 |
| 2437 | 2026-01-22T21:33:44.912Z | Compiling slog-term v2.9.2 |
| 2438 | 2026-01-22T21:33:45.126Z | Compiling futures v0.3.31 |
| 2439 | 2026-01-22T21:33:45.158Z | Compiling slog-bunyan v2.5.0 |
| 2440 | 2026-01-22T21:33:45.269Z | Compiling progenitor v0.11.2 |
| 2441 | 2026-01-22T21:33:45.540Z | Compiling dropshot v0.16.6 |
| 2442 | 2026-01-22T21:33:45.640Z | Compiling async-stream v0.3.6 |
| 2443 | 2026-01-22T21:33:45.940Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2444 | 2026-01-22T21:33:46.091Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2445 | 2026-01-22T21:33:46.190Z | Compiling waitgroup v0.1.2 |
| 2446 | 2026-01-22T21:33:46.265Z | Compiling rustls-pemfile v2.2.0 |
| 2447 | 2026-01-22T21:33:46.435Z | Compiling serde_path_to_error v0.1.20 |
| 2448 | 2026-01-22T21:33:46.619Z | Compiling tokio-rustls v0.25.0 |
| 2449 | 2026-01-22T21:33:46.776Z | Compiling hostname v0.4.2 |
| 2450 | 2026-01-22T21:33:47.028Z | Compiling instant v0.1.13 |
| 2451 | 2026-01-22T21:33:47.083Z | Compiling colored v3.0.0 |
| 2452 | 2026-01-22T21:33:47.187Z | Compiling debug-ignore v1.0.5 |
| 2453 | 2026-01-22T21:33:47.225Z | Compiling backoff v0.4.0 |
| 2454 | 2026-01-22T21:33:47.256Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2455 | 2026-01-22T21:33:47.596Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2456 | 2026-01-22T21:33:47.805Z | Compiling progenitor-macro v0.10.0 |
| 2457 | 2026-01-22T21:33:47.835Z | Compiling parse-display v0.10.0 |
| 2458 | 2026-01-22T21:33:48.269Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2459 | 2026-01-22T21:33:48.346Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2460 | 2026-01-22T21:33:48.388Z | Compiling progenitor-client v0.10.0 |
| 2461 | 2026-01-22T21:33:48.501Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2462 | 2026-01-22T21:33:48.949Z | Compiling macaddr v1.0.1 |
| 2463 | 2026-01-22T21:33:49.419Z | Compiling num-rational v0.4.2 |
| 2464 | 2026-01-22T21:33:49.671Z | Compiling secrecy v0.10.3 |
| 2465 | 2026-01-22T21:33:49.706Z | Compiling num-complex v0.4.6 |
| 2466 | 2026-01-22T21:33:50.683Z | Compiling num v0.4.3 |
| 2467 | 2026-01-22T21:33:50.807Z | Compiling float-ord v0.3.2 |
| 2468 | 2026-01-22T21:33:50.837Z | Compiling half v2.4.1 |
| 2469 | 2026-01-22T21:33:51.263Z | Compiling ciborium-io v0.2.2 |
| 2470 | 2026-01-22T21:33:51.448Z | Compiling ciborium-ll v0.2.2 |
| 2471 | 2026-01-22T21:33:51.612Z | Compiling toml v0.8.23 |
| 2472 | 2026-01-22T21:33:51.712Z | Compiling prettyplease v0.2.36 |
| 2473 | 2026-01-22T21:33:51.760Z | Compiling bytecount v0.6.8 |
| 2474 | 2026-01-22T21:33:52.049Z | Compiling ciborium v0.2.2 |
| 2475 | 2026-01-22T21:33:52.608Z | Compiling swrite v0.1.0 |
| 2476 | 2026-01-22T21:33:52.818Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2477 | 2026-01-22T21:33:53.012Z | Compiling password-hash v0.5.0 |
| 2478 | 2026-01-22T21:33:54.043Z | Compiling blake2 v0.10.6 |
| 2479 | 2026-01-22T21:33:55.198Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2480 | 2026-01-22T21:33:55.277Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2481 | 2026-01-22T21:33:56.739Z | Compiling universal-hash v0.5.1 |
| 2482 | 2026-01-22T21:33:56.835Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2483 | 2026-01-22T21:33:57.032Z | Compiling opaque-debug v0.3.1 |
| 2484 | 2026-01-22T21:33:57.180Z | Compiling poly1305 v0.8.0 |
| 2485 | 2026-01-22T21:33:57.674Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2486 | 2026-01-22T21:33:58.597Z | Compiling argon2 v0.5.3 |
| 2487 | 2026-01-22T21:33:58.689Z | Compiling progenitor v0.10.0 |
| 2488 | 2026-01-22T21:33:58.762Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2489 | 2026-01-22T21:33:58.961Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2490 | 2026-01-22T21:33:59.214Z | Compiling thiserror-no-std v2.0.2 |
| 2491 | 2026-01-22T21:33:59.316Z | Compiling console v0.15.10 |
| 2492 | 2026-01-22T21:33:59.383Z | Compiling chacha20 v0.9.1 |
| 2493 | 2026-01-22T21:33:59.900Z | Compiling aead v0.5.2 |
| 2494 | 2026-01-22T21:34:00.301Z | Compiling derive-where v1.5.0 |
| 2495 | 2026-01-22T21:34:01.028Z | Compiling chacha20poly1305 v0.10.1 |
| 2496 | 2026-01-22T21:34:01.314Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2497 | 2026-01-22T21:34:01.692Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2498 | 2026-01-22T21:34:02.184Z | Compiling vsss-rs v3.3.4 |
| 2499 | 2026-01-22T21:34:02.416Z | Compiling newline-converter v0.3.0 |
| 2500 | 2026-01-22T21:34:02.704Z | Compiling atomicwrites v0.4.4 |
| 2501 | 2026-01-22T21:34:03.175Z | Compiling slog-dtrace v0.3.0 |
| 2502 | 2026-01-22T21:34:03.245Z | Compiling expectorate v1.2.0 |
| 2503 | 2026-01-22T21:34:03.654Z | Compiling resolv-conf v0.7.0 |
| 2504 | 2026-01-22T21:34:05.180Z | Compiling cancel-safe-futures v0.1.5 |
| 2505 | 2026-01-22T21:34:05.221Z | Compiling owo-colors v4.2.2 |
| 2506 | 2026-01-22T21:34:05.652Z | Compiling libsw-core v0.3.1 |
| 2507 | 2026-01-22T21:34:06.589Z | Compiling async-recursion v1.1.1 |
| 2508 | 2026-01-22T21:34:06.642Z | Compiling linked-hash-map v0.5.6 |
| 2509 | 2026-01-22T21:34:06.642Z | Compiling lru-cache v0.1.2 |
| 2510 | 2026-01-22T21:34:07.298Z | Compiling libsw v3.5.0 |
| 2511 | 2026-01-22T21:34:08.430Z | Compiling unicode-xid v0.2.6 |
| 2512 | 2026-01-22T21:34:08.674Z | Compiling linear-map v1.2.0 |
| 2513 | 2026-01-22T21:34:09.138Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2514 | 2026-01-22T21:34:09.426Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2515 | 2026-01-22T21:34:11.583Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2516 | 2026-01-22T21:34:12.390Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2517 | 2026-01-22T21:34:13.547Z | Compiling hickory-proto v0.24.4 |
| 2518 | 2026-01-22T21:34:15.477Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2519 | 2026-01-22T21:34:15.844Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2520 | 2026-01-22T21:34:16.574Z | Compiling globset v0.4.15 |
| 2521 | 2026-01-22T21:34:19.334Z | Compiling hickory-resolver v0.24.4 |
| 2522 | 2026-01-22T21:34:22.072Z | Compiling convert_case v0.7.1 |
| 2523 | 2026-01-22T21:34:22.811Z | Compiling derive_more-impl v2.0.1 |
| 2524 | 2026-01-22T21:34:22.878Z | Compiling qorb v0.4.1 |
| 2525 | 2026-01-22T21:34:24.427Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2526 | 2026-01-22T21:34:29.676Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-01-22T21:34:30.200Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2528 | 2026-01-22T21:34:30.623Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2529 | 2026-01-22T21:34:30.659Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2530 | 2026-01-22T21:34:33.541Z | Compiling derive_more v2.0.1 |
| 2531 | 2026-01-22T21:34:33.669Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2532 | 2026-01-22T21:34:33.702Z | Compiling pin-project-internal v1.1.6 |
| 2533 | 2026-01-22T21:34:34.019Z | Compiling vte_generate_state_changes v0.1.2 |
| 2534 | 2026-01-22T21:34:34.666Z | Compiling siphasher v1.0.1 |
| 2535 | 2026-01-22T21:34:35.139Z | Compiling termtree v0.5.1 |
| 2536 | 2026-01-22T21:34:35.487Z | Compiling phf_shared v0.12.1 |
| 2537 | 2026-01-22T21:34:36.005Z | Compiling vte v0.11.1 |
| 2538 | 2026-01-22T21:34:36.110Z | Compiling pin-project v1.1.6 |
| 2539 | 2026-01-22T21:34:36.307Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-01-22T21:34:36.347Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-01-22T21:34:37.597Z | Compiling crossterm v0.29.0 |
| 2542 | 2026-01-22T21:34:41.938Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2543 | 2026-01-22T21:34:43.958Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2544 | 2026-01-22T21:34:44.426Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2545 | 2026-01-22T21:34:45.380Z | Compiling pem v3.0.5 |
| 2546 | 2026-01-22T21:34:45.509Z | Compiling csv-core v0.1.11 |
| 2547 | 2026-01-22T21:34:46.441Z | Compiling snafu-derive v0.8.5 |
| 2548 | 2026-01-22T21:34:46.475Z | Compiling chrono-tz v0.10.4 |
| 2549 | 2026-01-22T21:34:46.873Z | Compiling csv v1.3.1 |
| 2550 | 2026-01-22T21:34:46.915Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-01-22T21:34:47.407Z | Compiling strip-ansi-escapes v0.2.0 |
| 2552 | 2026-01-22T21:34:48.213Z | Compiling phf v0.12.1 |
| 2553 | 2026-01-22T21:34:48.606Z | Compiling const_format_proc_macros v0.2.34 |
| 2554 | 2026-01-22T21:34:48.886Z | Compiling papergrid v0.11.0 |
| 2555 | 2026-01-22T21:34:49.096Z | Compiling tabled_derive v0.7.0 |
| 2556 | 2026-01-22T21:34:50.376Z | Compiling olpc-cjson v0.1.4 |
| 2557 | 2026-01-22T21:34:50.513Z | Compiling snafu v0.8.5 |
| 2558 | 2026-01-22T21:34:50.775Z | Compiling fd-lock v4.0.2 |
| 2559 | 2026-01-22T21:34:51.055Z | Compiling peg-macros v0.8.5 |
| 2560 | 2026-01-22T21:34:51.098Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2561 | 2026-01-22T21:34:51.748Z | Compiling serde_plain v1.0.2 |
| 2562 | 2026-01-22T21:34:52.105Z | Compiling nu-ansi-term v0.50.1 |
| 2563 | 2026-01-22T21:34:52.144Z | Compiling highway v1.3.0 |
| 2564 | 2026-01-22T21:34:52.339Z | Compiling typed-path v0.9.3 |
| 2565 | 2026-01-22T21:34:53.330Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2566 | 2026-01-22T21:34:53.486Z | Compiling reedline v0.40.0 |
| 2567 | 2026-01-22T21:34:53.848Z | Compiling tabled v0.15.0 |
| 2568 | 2026-01-22T21:34:54.073Z | Compiling peg v0.8.5 |
| 2569 | 2026-01-22T21:34:54.226Z | Compiling const_format v0.2.34 |
| 2570 | 2026-01-22T21:34:55.391Z | Compiling tough v0.20.0 |
| 2571 | 2026-01-22T21:35:01.669Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2572 | 2026-01-22T21:35:05.683Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2573 | 2026-01-22T21:35:08.149Z | Compiling bcs v0.1.6 |
| 2574 | 2026-01-22T21:35:09.034Z | Compiling base64 v0.21.7 |
| 2575 | 2026-01-22T21:35:09.593Z | Compiling semver v0.1.20 |
| 2576 | 2026-01-22T21:35:10.174Z | Compiling rustc_version v0.1.7 |
| 2577 | 2026-01-22T21:35:10.205Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2578 | 2026-01-22T21:35:10.577Z | Compiling newtype_derive v0.1.6 |
| 2579 | 2026-01-22T21:35:10.616Z | Compiling smawk v0.3.2 |
| 2580 | 2026-01-22T21:35:10.947Z | Compiling humantime v2.2.0 |
| 2581 | 2026-01-22T21:35:10.978Z | Compiling unicode-linebreak v0.1.5 |
| 2582 | 2026-01-22T21:35:11.910Z | Compiling textwrap v0.16.2 |
| 2583 | 2026-01-22T21:35:12.712Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2584 | 2026-01-22T21:35:12.974Z | Compiling steno v0.4.1 |
| 2585 | 2026-01-22T21:35:15.620Z | Compiling dropshot-api-manager-types v0.2.4 |
| 2586 | 2026-01-22T21:35:15.956Z | Compiling utf-8 v0.7.6 |
| 2587 | 2026-01-22T21:35:16.372Z | Compiling moka v0.12.10 |
| 2588 | 2026-01-22T21:35:16.814Z | Compiling tagptr v0.2.0 |
| 2589 | 2026-01-22T21:35:16.838Z | Compiling tungstenite v0.21.0 |
| 2590 | 2026-01-22T21:35:18.347Z | Compiling tokio-tungstenite v0.21.0 |
| 2591 | 2026-01-22T21:35:19.052Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2592 | 2026-01-22T21:35:19.321Z | Compiling radium v0.7.0 |
| 2593 | 2026-01-22T21:35:19.902Z | Compiling maybe-uninit v2.0.0 |
| 2594 | 2026-01-22T21:35:20.353Z | Compiling hickory-resolver v0.25.2 |
| 2595 | 2026-01-22T21:35:20.466Z | Compiling tap v1.0.1 |
| 2596 | 2026-01-22T21:35:20.710Z | Compiling wyz v0.5.1 |
| 2597 | 2026-01-22T21:35:21.229Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2598 | 2026-01-22T21:35:22.568Z | Compiling zerocopy-derive v0.6.6 |
| 2599 | 2026-01-22T21:35:24.368Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2600 | 2026-01-22T21:35:27.553Z | Compiling funty v2.0.0 |
| 2601 | 2026-01-22T21:35:27.745Z | Compiling packed_struct v0.10.1 |
| 2602 | 2026-01-22T21:35:28.242Z | Compiling display-error-chain v0.2.2 |
| 2603 | 2026-01-22T21:35:28.531Z | Compiling crc-catalog v2.4.0 |
| 2604 | 2026-01-22T21:35:28.746Z | Compiling crc v3.2.1 |
| 2605 | 2026-01-22T21:35:29.946Z | Compiling bitvec v1.0.1 |
| 2606 | 2026-01-22T21:35:30.722Z | Compiling zerocopy v0.6.6 |
| 2607 | 2026-01-22T21:35:31.782Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2608 | 2026-01-22T21:35:33.049Z | Compiling packed_struct_codegen v0.10.1 |
| 2609 | 2026-01-22T21:35:34.482Z | Compiling bitfield-macros v0.19.2 |
| 2610 | 2026-01-22T21:35:35.427Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-01-22T21:35:35.725Z | Compiling indexmap v1.9.3 |
| 2612 | 2026-01-22T21:35:35.971Z | Compiling nodrop v0.1.14 |
| 2613 | 2026-01-22T21:35:36.000Z | Compiling bitfield v0.19.2 |
| 2614 | 2026-01-22T21:35:36.162Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-01-22T21:35:36.186Z | Compiling array-init v0.0.4 |
| 2616 | 2026-01-22T21:35:36.506Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2617 | 2026-01-22T21:35:36.724Z | Compiling smallvec v0.6.14 |
| 2618 | 2026-01-22T21:35:37.284Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2619 | 2026-01-22T21:35:37.316Z | Compiling hashbrown v0.12.3 |
| 2620 | 2026-01-22T21:35:39.787Z | Compiling serde-hex v0.1.0 |
| 2621 | 2026-01-22T21:35:40.366Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2622 | 2026-01-22T21:35:41.271Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-01-22T21:35:41.661Z | Compiling ron v0.8.1 |
| 2624 | 2026-01-22T21:35:42.762Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2625 | 2026-01-22T21:35:44.139Z | Compiling hashbrown v0.13.2 |
| 2626 | 2026-01-22T21:35:45.295Z | Compiling vergen-gitcl v1.0.8 |
| 2627 | 2026-01-22T21:35:45.524Z | Compiling dirs-sys-next v0.1.2 |
| 2628 | 2026-01-22T21:35:45.705Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-01-22T21:35:46.027Z | Compiling maplit v1.0.2 |
| 2630 | 2026-01-22T21:35:46.203Z | Compiling crunchy v0.2.2 |
| 2631 | 2026-01-22T21:35:46.658Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2632 | 2026-01-22T21:35:46.753Z | Compiling dirs-next v2.0.0 |
| 2633 | 2026-01-22T21:35:47.048Z | Compiling object v0.30.4 |
| 2634 | 2026-01-22T21:35:47.254Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2635 | 2026-01-22T21:35:48.925Z | Compiling dsl_auto_type v0.1.2 |
| 2636 | 2026-01-22T21:35:49.798Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-01-22T21:35:50.167Z | Compiling num-derive v0.3.3 |
| 2638 | 2026-01-22T21:35:51.132Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2639 | 2026-01-22T21:35:51.537Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2640 | 2026-01-22T21:35:52.197Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-01-22T21:35:52.612Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-01-22T21:35:59.085Z | Compiling libscf-sys v1.1.0 |
| 2643 | 2026-01-22T21:35:59.367Z | Compiling diesel_derives v2.2.3 |
| 2644 | 2026-01-22T21:36:05.347Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2645 | 2026-01-22T21:36:06.422Z | Compiling r2d2 v0.8.10 |
| 2646 | 2026-01-22T21:36:06.964Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2647 | 2026-01-22T21:36:10.371Z | Compiling term v0.7.0 |
| 2648 | 2026-01-22T21:36:10.594Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2649 | 2026-01-22T21:36:10.714Z | Compiling bit-vec v0.6.3 |
| 2650 | 2026-01-22T21:36:11.182Z | Compiling arc-swap v1.7.1 |
| 2651 | 2026-01-22T21:36:11.459Z | Compiling bit-set v0.5.3 |
| 2652 | 2026-01-22T21:36:11.598Z | Compiling ascii-canvas v3.0.0 |
| 2653 | 2026-01-22T21:36:11.819Z | Compiling slog-scope v4.4.0 |
| 2654 | 2026-01-22T21:36:12.064Z | Compiling diesel v2.2.12 |
| 2655 | 2026-01-22T21:36:12.419Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2656 | 2026-01-22T21:36:12.484Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2657 | 2026-01-22T21:36:12.659Z | Compiling tabled_derive v0.11.0 |
| 2658 | 2026-01-22T21:36:13.023Z | Compiling papergrid v0.17.0 |
| 2659 | 2026-01-22T21:36:13.951Z | Compiling testing_table v0.3.0 |
| 2660 | 2026-01-22T21:36:14.771Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2661 | 2026-01-22T21:36:15.071Z | Compiling ena v0.14.3 |
| 2662 | 2026-01-22T21:36:15.253Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2663 | 2026-01-22T21:36:15.488Z | Compiling regex-syntax v0.6.29 |
| 2664 | 2026-01-22T21:36:15.657Z | Compiling unicase v2.8.1 |
| 2665 | 2026-01-22T21:36:16.264Z | Compiling bindgen v0.71.1 |
| 2666 | 2026-01-22T21:36:16.794Z | Compiling diff v0.1.13 |
| 2667 | 2026-01-22T21:36:17.332Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2668 | 2026-01-22T21:36:18.245Z | Compiling tabled v0.20.0 |
| 2669 | 2026-01-22T21:36:20.328Z | Compiling lalrpop v0.19.12 |
| 2670 | 2026-01-22T21:36:27.341Z | Compiling slog-stdlog v4.1.1 |
| 2671 | 2026-01-22T21:36:28.241Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2672 | 2026-01-22T21:36:28.269Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2673 | 2026-01-22T21:36:29.331Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2674 | 2026-01-22T21:36:29.724Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2675 | 2026-01-22T21:36:30.017Z | Compiling xshell-macros v0.2.7 |
| 2676 | 2026-01-22T21:36:30.786Z | Compiling xshell v0.2.7 |
| 2677 | 2026-01-22T21:36:30.973Z | Compiling slog-envlogger v2.2.0 |
| 2678 | 2026-01-22T21:36:36.719Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2679 | 2026-01-22T21:36:37.426Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2680 | 2026-01-22T21:36:37.672Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2681 | 2026-01-22T21:36:38.539Z | Compiling headers-core v0.3.0 |
| 2682 | 2026-01-22T21:36:38.774Z | Compiling libxml v0.3.3 |
| 2683 | 2026-01-22T21:36:38.808Z | Compiling crc8 v0.1.1 |
| 2684 | 2026-01-22T21:36:39.203Z | Compiling headers v0.4.1 |
| 2685 | 2026-01-22T21:36:39.295Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2686 | 2026-01-22T21:36:39.728Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2687 | 2026-01-22T21:36:41.662Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2688 | 2026-01-22T21:36:41.708Z | Compiling polar-core v0.27.3 |
| 2689 | 2026-01-22T21:36:42.015Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2690 | 2026-01-22T21:36:42.698Z | Compiling strum_macros v0.24.3 |
| 2691 | 2026-01-22T21:36:42.763Z | Compiling indoc v1.0.9 |
| 2692 | 2026-01-22T21:36:43.625Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2693 | 2026-01-22T21:36:44.042Z | Compiling derive_builder v0.20.2 |
| 2694 | 2026-01-22T21:36:44.311Z | Compiling oso-derive v0.27.3 |
| 2695 | 2026-01-22T21:36:45.278Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2696 | 2026-01-22T21:36:45.668Z | Compiling quick-xml v0.37.2 |
| 2697 | 2026-01-22T21:36:46.118Z | Compiling samael v0.0.19 |
| 2698 | 2026-01-22T21:36:47.427Z | Compiling half v1.8.3 |
| 2699 | 2026-01-22T21:36:48.386Z | Compiling serde_cbor v0.11.2 |
| 2700 | 2026-01-22T21:36:50.754Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2701 | 2026-01-22T21:36:50.867Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2702 | 2026-01-22T21:36:50.935Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2703 | 2026-01-22T21:36:52.311Z | Compiling diesel-dtrace v0.4.2 |
| 2704 | 2026-01-22T21:36:52.862Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2705 | 2026-01-22T21:36:53.259Z | Compiling bb8 v0.8.5 |
| 2706 | 2026-01-22T21:36:53.926Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2707 | 2026-01-22T21:36:59.585Z | Compiling trait-variant v0.1.2 |
| 2708 | 2026-01-22T21:37:00.685Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2709 | 2026-01-22T21:37:05.657Z | Compiling oso v0.27.3 |
| 2710 | 2026-01-22T21:37:10.354Z | Compiling async-bb8-diesel v0.2.1 |
| 2711 | 2026-01-22T21:37:11.819Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2712 | 2026-01-22T21:37:12.427Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2713 | 2026-01-22T21:37:15.560Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2714 | 2026-01-22T21:37:15.816Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2715 | 2026-01-22T21:37:15.960Z | Compiling fxhash v0.2.1 |
| 2716 | 2026-01-22T21:37:16.241Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2717 | 2026-01-22T21:37:16.741Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-01-22T21:37:19.720Z | Compiling typify-impl v0.2.0 |
| 2719 | 2026-01-22T21:37:20.207Z | Compiling kstat-rs v0.2.4 |
| 2720 | 2026-01-22T21:37:21.122Z | Compiling libz-sys v1.1.20 |
| 2721 | 2026-01-22T21:37:21.568Z | Compiling nonempty v0.12.0 |
| 2722 | 2026-01-22T21:37:21.970Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2723 | 2026-01-22T21:37:22.561Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2724 | 2026-01-22T21:37:27.440Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2725 | 2026-01-22T21:37:29.171Z | Compiling typify-macro v0.2.0 |
| 2726 | 2026-01-22T21:37:32.725Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2727 | 2026-01-22T21:37:39.609Z | Compiling nanorand v0.7.0 |
| 2728 | 2026-01-22T21:37:40.332Z | Compiling fs-err v2.11.0 |
| 2729 | 2026-01-22T21:37:40.747Z | Compiling parking_lot_core v0.8.6 |
| 2730 | 2026-01-22T21:37:41.704Z | Compiling mime_guess v2.0.5 |
| 2731 | 2026-01-22T21:37:42.097Z | Compiling flume v0.11.1 |
| 2732 | 2026-01-22T21:37:42.750Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2733 | 2026-01-22T21:37:42.885Z | Compiling salty v0.3.0 |
| 2734 | 2026-01-22T21:37:44.677Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2735 | 2026-01-22T21:37:44.708Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2736 | 2026-01-22T21:37:47.601Z | Compiling tabled_derive v0.10.0 |
| 2737 | 2026-01-22T21:37:49.595Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2738 | 2026-01-22T21:37:49.884Z | Compiling ignore v0.4.23 |
| 2739 | 2026-01-22T21:37:56.653Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2740 | 2026-01-22T21:37:58.858Z | Compiling papergrid v0.14.0 |
| 2741 | 2026-01-22T21:37:59.256Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2742 | 2026-01-22T21:38:00.942Z | Compiling castaway v0.2.3 |
| 2743 | 2026-01-22T21:38:01.194Z | Compiling nibble_vec v0.1.0 |
| 2744 | 2026-01-22T21:38:01.476Z | Compiling atty v0.2.14 |
| 2745 | 2026-01-22T21:38:01.708Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2746 | 2026-01-22T21:38:02.091Z | Compiling parse-size v1.1.0 |
| 2747 | 2026-01-22T21:38:02.310Z | Compiling endian-type v0.1.2 |
| 2748 | 2026-01-22T21:38:02.442Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2749 | 2026-01-22T21:38:02.607Z | Compiling http-range v0.1.5 |
| 2750 | 2026-01-22T21:38:02.904Z | Compiling radix_trie v0.2.1 |
| 2751 | 2026-01-22T21:38:03.230Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2752 | 2026-01-22T21:38:03.896Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2753 | 2026-01-22T21:38:07.993Z | Compiling compact_str v0.8.0 |
| 2754 | 2026-01-22T21:38:10.467Z | Compiling tabled v0.18.0 |
| 2755 | 2026-01-22T21:38:11.274Z | Compiling globwalk v0.9.1 |
| 2756 | 2026-01-22T21:38:12.675Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2757 | 2026-01-22T21:38:14.385Z | Compiling parking_lot v0.11.2 |
| 2758 | 2026-01-22T21:38:20.210Z | Compiling typify v0.2.0 |
| 2759 | 2026-01-22T21:38:20.241Z | Compiling predicates-tree v1.0.12 |
| 2760 | 2026-01-22T21:38:20.417Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-01-22T21:38:21.196Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2762 | 2026-01-22T21:38:24.778Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2763 | 2026-01-22T21:38:25.711Z | Compiling unicode-truncate v1.1.0 |
| 2764 | 2026-01-22T21:38:28.177Z | Compiling primeorder v0.13.6 |
| 2765 | 2026-01-22T21:38:28.695Z | Compiling prefix-trie v0.7.0 |
| 2766 | 2026-01-22T21:38:29.689Z | Compiling lru v0.12.5 |
| 2767 | 2026-01-22T21:38:29.845Z | Compiling vergen-git2 v1.0.7 |
| 2768 | 2026-01-22T21:38:30.093Z | Compiling instability v0.3.2 |
| 2769 | 2026-01-22T21:38:30.244Z | Compiling indoc v2.0.6 |
| 2770 | 2026-01-22T21:38:31.107Z | Compiling cassowary v0.3.0 |
| 2771 | 2026-01-22T21:38:31.399Z | Compiling hickory-server v0.25.2 |
| 2772 | 2026-01-22T21:38:32.282Z | Compiling ratatui v0.29.0 |
| 2773 | 2026-01-22T21:38:34.577Z | Compiling p384 v0.13.1 |
| 2774 | 2026-01-22T21:38:35.253Z | Compiling git2 v0.20.2 |
| 2775 | 2026-01-22T21:38:40.383Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2776 | 2026-01-22T21:38:41.969Z | Compiling camino-tempfile-ext v0.3.2 |
| 2777 | 2026-01-22T21:38:42.588Z | Compiling progenitor-impl v0.8.0 |
| 2778 | 2026-01-22T21:38:43.383Z | Compiling hyper-staticfile v0.10.1 |
| 2779 | 2026-01-22T21:38:43.436Z | Compiling sled v0.34.7 |
| 2780 | 2026-01-22T21:38:45.991Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2781 | 2026-01-22T21:38:47.668Z | Compiling hickory-client v0.25.2 |
| 2782 | 2026-01-22T21:38:48.897Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2783 | 2026-01-22T21:38:49.363Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2784 | 2026-01-22T21:38:49.493Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2785 | 2026-01-22T21:38:50.166Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2786 | 2026-01-22T21:38:51.903Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2787 | 2026-01-22T21:38:56.540Z | Compiling rand_seeder v0.4.0 |
| 2788 | 2026-01-22T21:38:56.543Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2789 | 2026-01-22T21:38:56.943Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 2790 | 2026-01-22T21:38:57.283Z | Compiling lzma-sys v0.1.20 |
| 2791 | 2026-01-22T21:38:57.360Z | Compiling rustls v0.21.12 |
| 2792 | 2026-01-22T21:38:57.758Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-01-22T21:38:58.139Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2794 | 2026-01-22T21:38:58.298Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-01-22T21:38:58.627Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2796 | 2026-01-22T21:38:59.631Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2797 | 2026-01-22T21:38:59.707Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2798 | 2026-01-22T21:39:08.012Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2799 | 2026-01-22T21:39:12.005Z | Compiling progenitor-macro v0.8.0 |
| 2800 | 2026-01-22T21:39:12.096Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2801 | 2026-01-22T21:39:17.728Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-01-22T21:39:24.681Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2026-01-22T21:39:25.203Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2804 | 2026-01-22T21:39:27.914Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2805 | 2026-01-22T21:39:28.311Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2806 | 2026-01-22T21:39:28.721Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2807 | 2026-01-22T21:39:29.119Z | Compiling progenitor-client v0.8.0 |
| 2808 | 2026-01-22T21:39:30.072Z | Compiling rustls-webpki v0.101.7 |
| 2809 | 2026-01-22T21:39:31.330Z | Compiling sct v0.7.1 |
| 2810 | 2026-01-22T21:39:31.832Z | Compiling heck v0.3.3 |
| 2811 | 2026-01-22T21:39:31.903Z | Compiling secrecy v0.8.0 |
| 2812 | 2026-01-22T21:39:32.206Z | Compiling void v1.0.2 |
| 2813 | 2026-01-22T21:39:32.252Z | Compiling zone_cfg_derive v0.1.2 |
| 2814 | 2026-01-22T21:39:32.432Z | Compiling lzss v0.8.2 |
| 2815 | 2026-01-22T21:39:33.750Z | Compiling progenitor v0.8.0 |
| 2816 | 2026-01-22T21:39:34.193Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2817 | 2026-01-22T21:39:39.867Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2818 | 2026-01-22T21:39:40.165Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2819 | 2026-01-22T21:39:41.517Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2820 | 2026-01-22T21:39:45.336Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2821 | 2026-01-22T21:39:58.504Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-01-22T21:39:58.913Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-01-22T21:40:00.715Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2824 | 2026-01-22T21:40:01.093Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2825 | 2026-01-22T21:40:01.494Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-01-22T21:40:01.885Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2827 | 2026-01-22T21:40:02.284Z | Compiling nix v0.27.1 |
| 2828 | 2026-01-22T21:40:04.497Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2829 | 2026-01-22T21:40:05.117Z | Compiling serde_bytes v0.11.19 |
| 2830 | 2026-01-22T21:40:05.204Z | Compiling base64 v0.13.1 |
| 2831 | 2026-01-22T21:40:05.674Z | Compiling number_prefix v0.4.0 |
| 2832 | 2026-01-22T21:40:05.890Z | Compiling indicatif v0.17.11 |
| 2833 | 2026-01-22T21:40:05.972Z | Compiling ron v0.7.1 |
| 2834 | 2026-01-22T21:40:06.029Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2835 | 2026-01-22T21:40:11.132Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2836 | 2026-01-22T21:40:12.101Z | Compiling tokio-tungstenite v0.23.1 |
| 2837 | 2026-01-22T21:40:12.239Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2838 | 2026-01-22T21:40:12.283Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2839 | 2026-01-22T21:40:12.785Z | Compiling xz2 v0.1.7 |
| 2840 | 2026-01-22T21:40:17.084Z | Compiling tokio-rustls v0.24.1 |
| 2841 | 2026-01-22T21:40:17.661Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2842 | 2026-01-22T21:40:19.992Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2843 | 2026-01-22T21:40:24.441Z | Compiling zone v0.1.8 |
| 2844 | 2026-01-22T21:40:33.725Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-01-22T21:40:36.144Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2846 | 2026-01-22T21:40:39.737Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2847 | 2026-01-22T21:40:43.228Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2848 | 2026-01-22T21:40:44.503Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2849 | 2026-01-22T21:40:48.290Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2850 | 2026-01-22T21:40:50.138Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-01-22T21:40:56.592Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-01-22T21:41:05.055Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2853 | 2026-01-22T21:41:05.717Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-01-22T21:41:12.737Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2855 | 2026-01-22T21:41:14.971Z | Compiling rustls-pemfile v1.0.4 |
| 2856 | 2026-01-22T21:41:15.386Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2857 | 2026-01-22T21:41:15.765Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2858 | 2026-01-22T21:41:18.496Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2859 | 2026-01-22T21:41:18.915Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-01-22T21:41:20.636Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-01-22T21:41:20.914Z | Compiling twox-hash v2.1.0 |
| 2862 | 2026-01-22T21:41:21.876Z | Compiling yasna v0.5.2 |
| 2863 | 2026-01-22T21:41:21.971Z | Compiling is_ci v1.2.0 |
| 2864 | 2026-01-22T21:41:22.313Z | Compiling supports-color v3.0.2 |
| 2865 | 2026-01-22T21:41:23.771Z | Compiling rcgen v0.12.1 |
| 2866 | 2026-01-22T21:41:25.301Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-01-22T21:41:33.808Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2868 | 2026-01-22T21:41:35.491Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-01-22T21:41:36.055Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-01-22T21:41:51.861Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2871 | 2026-01-22T21:42:10.569Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2872 | 2026-01-22T21:42:11.940Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2873 | 2026-01-22T21:42:22.093Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-01-22T21:42:23.763Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2875 | 2026-01-22T21:42:32.971Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-01-22T21:42:40.458Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2877 | 2026-01-22T21:42:40.855Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2878 | 2026-01-22T21:42:41.268Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-01-22T21:42:41.590Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-01-22T21:42:41.969Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-01-22T21:42:42.169Z | Compiling rtoolbox v0.0.2 |
| 2882 | 2026-01-22T21:42:42.645Z | Compiling subprocess v0.2.9 |
| 2883 | 2026-01-22T21:42:44.355Z | Compiling assert_matches v1.5.0 |
| 2884 | 2026-01-22T21:42:44.523Z | Compiling seq-macro v0.3.6 |
| 2885 | 2026-01-22T21:42:45.566Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-01-22T21:42:51.423Z | Compiling rpassword v7.4.0 |
| 2887 | 2026-01-22T21:42:52.064Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-01-22T21:42:57.113Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-01-22T21:43:02.654Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-01-22T21:43:02.870Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-01-22T21:43:25.441Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-01-22T21:43:25.964Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-01-22T21:43:31.208Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-01-22T21:43:32.157Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-01-22T21:43:36.767Z | Compiling uzers v0.12.1 |
| 2896 | 2026-01-22T21:43:38.215Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-01-22T21:43:40.067Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-01-22T21:43:49.054Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-01-22T21:43:55.085Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-01-22T21:44:20.880Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-01-22T21:44:23.089Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-01-22T21:44:23.570Z | Compiling multimap v0.10.1 |
| 2903 | 2026-01-22T21:46:50.642Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2904 | 2026-01-22T21:46:53.010Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2905 | 2026-01-22T21:57:09.165Z | Finished `release` profile [optimized] target(s) in 23m 28s |
| 2906 | 2026-01-22T21:58:07.321Z | |
| 2907 | 2026-01-22T21:58:07.324Z | real 24:28.306296688 |
| 2908 | 2026-01-22T21:58:07.324Z | user 2:54:52.212350685 |
| 2909 | 2026-01-22T21:58:07.324Z | sys 4:44.489948480 |
| 2910 | 2026-01-22T21:58:07.324Z | trap 4.393351622 |
| 2911 | 2026-01-22T21:58:07.324Z | tflt 2.376518622 |
| 2912 | 2026-01-22T21:58:07.325Z | dflt 7.501064963 |
| 2913 | 2026-01-22T21:58:07.325Z | kflt 0.088231529 |
| 2914 | 2026-01-22T21:58:07.325Z | lock 11:55:54.121033500 |
| 2915 | 2026-01-22T21:58:07.325Z | slp 8:36:38.069574569 |
| 2916 | 2026-01-22T21:58:07.325Z | lat 4:43.375997044 |
| 2917 | 2026-01-22T21:58:07.325Z | stop 4:22.200114287 |
| 2918 | 2026-01-22T21:58:07.325Z | + mapfile -t packages |
| 2919 | 2026-01-22T21:58:07.325Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2920 | 2026-01-22T21:58:08.678Z | Finished `release` profile [optimized] target(s) in 1.29s |
| 2921 | 2026-01-22T21:58:08.741Z | Running `target/release/omicron-package -t test list-outputs` |
| 2922 | 2026-01-22T21:58:08.796Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2923 | 2026-01-22T21:58:08.799Z | + ptime -m cargo build --locked --release -p xtask |
| 2924 | 2026-01-22T21:58:09.615Z | Compiling serde_core v1.0.228 |
| 2925 | 2026-01-22T21:58:09.619Z | Compiling syn v2.0.111 |
| 2926 | 2026-01-22T21:58:09.619Z | Compiling serde v1.0.228 |
| 2927 | 2026-01-22T21:58:09.619Z | Compiling bitflags v2.9.4 |
| 2928 | 2026-01-22T21:58:09.619Z | Compiling libc v0.2.180 |
| 2929 | 2026-01-22T21:58:09.730Z | Compiling serde_json v1.0.149 |
| 2930 | 2026-01-22T21:58:09.745Z | Compiling num-traits v0.2.19 |
| 2931 | 2026-01-22T21:58:10.133Z | Compiling rustix v0.38.37 |
| 2932 | 2026-01-22T21:58:10.183Z | Compiling smallvec v1.15.1 |
| 2933 | 2026-01-22T21:58:10.201Z | Compiling hashbrown v0.16.1 |
| 2934 | 2026-01-22T21:58:10.519Z | Compiling usdt-impl v0.5.0 |
| 2935 | 2026-01-22T21:58:10.643Z | Compiling syn v1.0.109 |
| 2936 | 2026-01-22T21:58:11.322Z | Compiling log v0.4.29 |
| 2937 | 2026-01-22T21:58:11.437Z | Compiling thread-id v4.2.2 |
| 2938 | 2026-01-22T21:58:11.589Z | Compiling indexmap v2.12.1 |
| 2939 | 2026-01-22T21:58:11.707Z | Compiling rustix v1.1.3 |
| 2940 | 2026-01-22T21:58:11.794Z | Compiling getrandom v0.3.4 |
| 2941 | 2026-01-22T21:58:12.409Z | Compiling percent-encoding v2.3.2 |
| 2942 | 2026-01-22T21:58:12.868Z | Compiling form_urlencoded v1.2.2 |
| 2943 | 2026-01-22T21:58:12.961Z | Compiling ordered-float v2.10.1 |
| 2944 | 2026-01-22T21:58:13.145Z | Compiling terminal_size v0.4.0 |
| 2945 | 2026-01-22T21:58:13.661Z | Compiling fs-err v3.1.1 |
| 2946 | 2026-01-22T21:58:13.751Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-01-22T21:58:14.050Z | Compiling anyhow v1.0.99 |
| 2948 | 2026-01-22T21:58:14.251Z | Compiling heck v0.4.1 |
| 2949 | 2026-01-22T21:58:14.701Z | Compiling clap_builder v4.5.48 |
| 2950 | 2026-01-22T21:58:15.343Z | Compiling tempfile v3.24.0 |
| 2951 | 2026-01-22T21:58:16.745Z | Compiling synstructure v0.13.1 |
| 2952 | 2026-01-22T21:58:16.764Z | Compiling proc-macro-error v1.0.4 |
| 2953 | 2026-01-22T21:58:17.195Z | Compiling textwrap v0.16.2 |
| 2954 | 2026-01-22T21:58:17.312Z | Compiling camino-tempfile v1.4.1 |
| 2955 | 2026-01-22T21:58:18.080Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-01-22T21:58:19.296Z | Compiling serde_derive v1.0.228 |
| 2957 | 2026-01-22T21:58:19.450Z | Compiling thiserror-impl v2.0.17 |
| 2958 | 2026-01-22T21:58:19.468Z | Compiling zerofrom-derive v0.1.4 |
| 2959 | 2026-01-22T21:58:19.488Z | Compiling yoke-derive v0.7.4 |
| 2960 | 2026-01-22T21:58:19.540Z | Compiling zerovec-derive v0.10.3 |
| 2961 | 2026-01-22T21:58:19.930Z | Compiling displaydoc v0.2.5 |
| 2962 | 2026-01-22T21:58:21.422Z | Compiling thiserror-impl v1.0.69 |
| 2963 | 2026-01-22T21:58:21.731Z | Compiling icu_provider_macros v1.5.0 |
| 2964 | 2026-01-22T21:58:21.855Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-01-22T21:58:22.203Z | Compiling thiserror v2.0.17 |
| 2966 | 2026-01-22T21:58:22.223Z | Compiling zerofrom v0.1.4 |
| 2967 | 2026-01-22T21:58:22.393Z | Compiling pest v2.8.2 |
| 2968 | 2026-01-22T21:58:22.505Z | Compiling yoke v0.7.4 |
| 2969 | 2026-01-22T21:58:23.016Z | Compiling zerovec v0.10.4 |
| 2970 | 2026-01-22T21:58:23.044Z | Compiling scroll_derive v0.12.0 |
| 2971 | 2026-01-22T21:58:23.649Z | Compiling zerocopy v0.7.35 |
| 2972 | 2026-01-22T21:58:23.980Z | Compiling thiserror v1.0.69 |
| 2973 | 2026-01-22T21:58:24.445Z | Compiling scroll v0.12.0 |
| 2974 | 2026-01-22T21:58:25.114Z | Compiling pest_meta v2.8.2 |
| 2975 | 2026-01-22T21:58:25.137Z | Compiling goblin v0.8.2 |
| 2976 | 2026-01-22T21:58:25.441Z | Compiling tinystr v0.7.6 |
| 2977 | 2026-01-22T21:58:25.950Z | Compiling icu_locid v1.5.0 |
| 2978 | 2026-01-22T21:58:25.969Z | Compiling icu_collections v1.5.0 |
| 2979 | 2026-01-22T21:58:27.411Z | Compiling icu_provider v1.5.0 |
| 2980 | 2026-01-22T21:58:27.546Z | Compiling pest_generator v2.8.2 |
| 2981 | 2026-01-22T21:58:28.662Z | Compiling icu_locid_transform v1.5.0 |
| 2982 | 2026-01-22T21:58:28.683Z | Compiling serde_spanned v0.6.9 |
| 2983 | 2026-01-22T21:58:29.003Z | Compiling toml_datetime v0.6.11 |
| 2984 | 2026-01-22T21:58:29.224Z | Compiling pest_derive v2.8.2 |
| 2985 | 2026-01-22T21:58:29.630Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-01-22T21:58:29.846Z | Compiling dof v0.3.0 |
| 2987 | 2026-01-22T21:58:30.071Z | Compiling dtrace-parser v0.2.0 |
| 2988 | 2026-01-22T21:58:30.706Z | Compiling icu_properties v1.5.1 |
| 2989 | 2026-01-22T21:58:32.956Z | Compiling serde_tokenstream v0.2.2 |
| 2990 | 2026-01-22T21:58:33.551Z | Compiling erased-serde v0.4.6 |
| 2991 | 2026-01-22T21:58:34.442Z | Compiling toml v0.8.23 |
| 2992 | 2026-01-22T21:58:35.206Z | Compiling icu_normalizer v1.5.0 |
| 2993 | 2026-01-22T21:58:37.094Z | Compiling idna_adapter v1.2.0 |
| 2994 | 2026-01-22T21:58:37.382Z | Compiling idna v1.0.3 |
| 2995 | 2026-01-22T21:58:39.567Z | Compiling url v2.5.4 |
| 2996 | 2026-01-22T21:58:40.181Z | Compiling serde-untagged v0.1.7 |
| 2997 | 2026-01-22T21:58:41.017Z | Compiling serde-value v0.7.0 |
| 2998 | 2026-01-22T21:58:42.628Z | Compiling cargo-util-schemas v0.8.2 |
| 2999 | 2026-01-22T21:58:43.644Z | Compiling usdt-macro v0.5.0 |
| 3000 | 2026-01-22T21:58:44.900Z | Compiling usdt-attr-macro v0.5.0 |
| 3001 | 2026-01-22T21:58:45.002Z | Compiling cargo-platform v0.2.0 |
| 3002 | 2026-01-22T21:58:46.185Z | Compiling clap_derive v4.5.47 |
| 3003 | 2026-01-22T21:58:46.259Z | Compiling cargo_metadata v0.21.0 |
| 3004 | 2026-01-22T21:58:46.295Z | Compiling usdt v0.5.0 |
| 3005 | 2026-01-22T21:58:47.712Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-01-22T21:58:48.336Z | Compiling macaddr v1.0.1 |
| 3007 | 2026-01-22T21:58:48.405Z | Compiling tabled v0.15.0 |
| 3008 | 2026-01-22T21:58:50.300Z | Compiling clap v4.5.48 |
| 3009 | 2026-01-22T21:59:00.059Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3010 | 2026-01-22T21:59:06.015Z | Finished `release` profile [optimized] target(s) in 57.13s |
| 3011 | 2026-01-22T21:59:06.159Z | |
| 3012 | 2026-01-22T21:59:06.159Z | real 57.314708326 |
| 3013 | 2026-01-22T21:59:06.159Z | user 6:18.756851533 |
| 3014 | 2026-01-22T21:59:06.159Z | sys 29.280311812 |
| 3015 | 2026-01-22T21:59:06.159Z | trap 0.198387933 |
| 3016 | 2026-01-22T21:59:06.159Z | tflt 0.320159018 |
| 3017 | 2026-01-22T21:59:06.163Z | dflt 0.334222101 |
| 3018 | 2026-01-22T21:59:06.163Z | kflt 0.000021305 |
| 3019 | 2026-01-22T21:59:06.163Z | lock 18:17.001854976 |
| 3020 | 2026-01-22T21:59:06.163Z | slp 20:52.891061997 |
| 3021 | 2026-01-22T21:59:06.163Z | lat 26.536241494 |
| 3022 | 2026-01-22T21:59:06.163Z | stop 36.765953705 |
| 3023 | 2026-01-22T21:59:06.163Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-01-22T21:59:06.163Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-01-22T21:59:06.163Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-01-22T21:59:06.163Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-01-22T21:59:06.163Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3028 | 2026-01-22T21:59:07.512Z | Compiling regress v0.10.4 |
| 3029 | 2026-01-22T21:59:07.516Z | Compiling unsafe-libyaml v0.2.11 |
| 3030 | 2026-01-22T21:59:07.516Z | Compiling match_cfg v0.1.0 |
| 3031 | 2026-01-22T21:59:07.516Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3032 | 2026-01-22T21:59:07.741Z | Compiling structmeta-derive v0.3.0 |
| 3033 | 2026-01-22T21:59:07.744Z | Compiling rustls v0.22.4 |
| 3034 | 2026-01-22T21:59:07.762Z | Compiling newtype-uuid-macros v0.1.0 |
| 3035 | 2026-01-22T21:59:07.762Z | Compiling multer v3.1.0 |
| 3036 | 2026-01-22T21:59:07.832Z | Compiling hostname v0.3.1 |
| 3037 | 2026-01-22T21:59:08.077Z | Compiling debug-ignore v1.0.5 |
| 3038 | 2026-01-22T21:59:08.242Z | Compiling toml_parser v1.0.4 |
| 3039 | 2026-01-22T21:59:08.246Z | Compiling progenitor-client v0.10.0 |
| 3040 | 2026-01-22T21:59:08.303Z | Compiling slog-json v2.6.1 |
| 3041 | 2026-01-22T21:59:08.699Z | Compiling async-stream-impl v0.3.6 |
| 3042 | 2026-01-22T21:59:08.892Z | Compiling toml_datetime v0.7.3 |
| 3043 | 2026-01-22T21:59:09.425Z | Compiling serde_yaml v0.9.34+deprecated |
| 3044 | 2026-01-22T21:59:09.505Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-01-22T21:59:09.530Z | Compiling serde_spanned v1.0.3 |
| 3046 | 2026-01-22T21:59:09.745Z | Compiling dropshot v0.16.6 |
| 3047 | 2026-01-22T21:59:09.799Z | Compiling toml_writer v1.0.4 |
| 3048 | 2026-01-22T21:59:10.017Z | Compiling async-stream v0.3.6 |
| 3049 | 2026-01-22T21:59:10.234Z | Compiling toml v0.9.8 |
| 3050 | 2026-01-22T21:59:10.260Z | Compiling structmeta v0.3.0 |
| 3051 | 2026-01-22T21:59:10.285Z | Compiling slog-bunyan v2.5.0 |
| 3052 | 2026-01-22T21:59:10.533Z | Compiling waitgroup v0.1.2 |
| 3053 | 2026-01-22T21:59:10.675Z | Compiling rustls-pemfile v2.2.0 |
| 3054 | 2026-01-22T21:59:10.793Z | Compiling dropshot_endpoint v0.16.6 |
| 3055 | 2026-01-22T21:59:10.908Z | Compiling itertools v0.14.0 |
| 3056 | 2026-01-22T21:59:11.060Z | Compiling hostname v0.4.2 |
| 3057 | 2026-01-22T21:59:11.307Z | Compiling typify-impl v0.4.3 |
| 3058 | 2026-01-22T21:59:11.334Z | Compiling serde_path_to_error v0.1.20 |
| 3059 | 2026-01-22T21:59:12.175Z | Compiling derive-ex v0.1.8 |
| 3060 | 2026-01-22T21:59:13.002Z | Compiling tokio-rustls v0.25.0 |
| 3061 | 2026-01-22T21:59:13.507Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3062 | 2026-01-22T21:59:13.534Z | Compiling macaddr v1.0.1 |
| 3063 | 2026-01-22T21:59:13.772Z | Compiling tabwriter v1.4.0 |
| 3064 | 2026-01-22T21:59:13.968Z | Compiling instant v0.1.13 |
| 3065 | 2026-01-22T21:59:14.016Z | Compiling progenitor-client v0.11.2 |
| 3066 | 2026-01-22T21:59:14.166Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3067 | 2026-01-22T21:59:14.245Z | Compiling parse-display-derive v0.10.0 |
| 3068 | 2026-01-22T21:59:14.634Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3069 | 2026-01-22T21:59:14.963Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3070 | 2026-01-22T21:59:15.203Z | Compiling colored v3.0.0 |
| 3071 | 2026-01-22T21:59:15.297Z | Compiling backoff v0.4.0 |
| 3072 | 2026-01-22T21:59:15.577Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3073 | 2026-01-22T21:59:15.695Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3074 | 2026-01-22T21:59:15.986Z | Compiling proc-macro-crate v1.3.1 |
| 3075 | 2026-01-22T21:59:16.401Z | Compiling crucible-workspace-hack v0.1.0 |
| 3076 | 2026-01-22T21:59:16.434Z | Compiling test-strategy v0.4.3 |
| 3077 | 2026-01-22T21:59:16.533Z | Compiling proc-macro-error v1.0.4 |
| 3078 | 2026-01-22T21:59:16.794Z | Compiling heapless v0.8.0 |
| 3079 | 2026-01-22T21:59:16.883Z | Compiling num_enum_derive v0.5.11 |
| 3080 | 2026-01-22T21:59:17.189Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3081 | 2026-01-22T21:59:17.764Z | Compiling ingot-macros v0.1.1 |
| 3082 | 2026-01-22T21:59:17.802Z | Compiling hash32 v0.3.1 |
| 3083 | 2026-01-22T21:59:17.831Z | Compiling smoltcp v0.11.0 |
| 3084 | 2026-01-22T21:59:18.095Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3085 | 2026-01-22T21:59:18.155Z | Compiling parse-display v0.10.0 |
| 3086 | 2026-01-22T21:59:18.603Z | Compiling foreign-types-macros v0.2.3 |
| 3087 | 2026-01-22T21:59:18.810Z | Compiling cobs v0.2.3 |
| 3088 | 2026-01-22T21:59:19.173Z | Compiling foreign-types-shared v0.3.1 |
| 3089 | 2026-01-22T21:59:19.201Z | Compiling num_enum v0.5.11 |
| 3090 | 2026-01-22T21:59:19.352Z | Compiling postcard v1.0.10 |
| 3091 | 2026-01-22T21:59:19.835Z | Compiling nix v0.30.1 |
| 3092 | 2026-01-22T21:59:19.887Z | Compiling foreign-types v0.5.0 |
| 3093 | 2026-01-22T21:59:19.918Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3094 | 2026-01-22T21:59:20.019Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3095 | 2026-01-22T21:59:20.042Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3096 | 2026-01-22T21:59:20.709Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3097 | 2026-01-22T21:59:20.737Z | Compiling cstr-argument v0.1.2 |
| 3098 | 2026-01-22T21:59:20.895Z | Compiling rayon-core v1.12.1 |
| 3099 | 2026-01-22T21:59:21.015Z | Compiling pretty-hex v0.2.1 |
| 3100 | 2026-01-22T21:59:21.098Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3101 | 2026-01-22T21:59:21.231Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3102 | 2026-01-22T21:59:21.263Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3103 | 2026-01-22T21:59:21.320Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3104 | 2026-01-22T21:59:21.548Z | Compiling crossbeam-deque v0.8.5 |
| 3105 | 2026-01-22T21:59:21.587Z | Compiling colored v2.2.0 |
| 3106 | 2026-01-22T21:59:21.674Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3107 | 2026-01-22T21:59:22.613Z | Compiling camino-tempfile v1.4.1 |
| 3108 | 2026-01-22T21:59:23.049Z | Compiling typify-macro v0.4.3 |
| 3109 | 2026-01-22T21:59:23.114Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3110 | 2026-01-22T21:59:23.495Z | Compiling rayon v1.10.0 |
| 3111 | 2026-01-22T21:59:23.783Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3112 | 2026-01-22T21:59:23.919Z | Compiling zone_cfg_derive v0.3.0 |
| 3113 | 2026-01-22T21:59:24.445Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3114 | 2026-01-22T21:59:24.695Z | Compiling ingot-types v0.1.2 |
| 3115 | 2026-01-22T21:59:24.884Z | Compiling smf v0.2.3 |
| 3116 | 2026-01-22T21:59:25.012Z | Compiling num-derive v0.4.2 |
| 3117 | 2026-01-22T21:59:25.363Z | Compiling sigpipe v0.1.3 |
| 3118 | 2026-01-22T21:59:25.540Z | Compiling ingot v0.1.1 |
| 3119 | 2026-01-22T21:59:25.638Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3120 | 2026-01-22T21:59:26.054Z | Compiling zone v0.3.1 |
| 3121 | 2026-01-22T21:59:26.082Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3122 | 2026-01-22T21:59:26.576Z | Compiling toml v0.8.23 |
| 3123 | 2026-01-22T21:59:26.697Z | Compiling convert_case v0.4.0 |
| 3124 | 2026-01-22T21:59:27.116Z | Compiling typify v0.4.3 |
| 3125 | 2026-01-22T21:59:27.235Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3126 | 2026-01-22T21:59:27.305Z | Compiling progenitor-impl v0.11.2 |
| 3127 | 2026-01-22T21:59:27.530Z | Compiling derive_more v0.99.20 |
| 3128 | 2026-01-22T21:59:27.629Z | Compiling universal-hash v0.5.1 |
| 3129 | 2026-01-22T21:59:27.879Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3130 | 2026-01-22T21:59:28.008Z | Compiling opaque-debug v0.3.1 |
| 3131 | 2026-01-22T21:59:28.053Z | Compiling secrecy v0.10.3 |
| 3132 | 2026-01-22T21:59:28.105Z | Compiling aead v0.5.2 |
| 3133 | 2026-01-22T21:59:28.128Z | Compiling half v2.4.1 |
| 3134 | 2026-01-22T21:59:28.153Z | Compiling ciborium-io v0.2.2 |
| 3135 | 2026-01-22T21:59:28.365Z | Compiling poly1305 v0.8.0 |
| 3136 | 2026-01-22T21:59:28.394Z | Compiling progenitor-impl v0.10.0 |
| 3137 | 2026-01-22T21:59:28.543Z | Compiling chacha20 v0.9.1 |
| 3138 | 2026-01-22T21:59:28.738Z | Compiling ciborium-ll v0.2.2 |
| 3139 | 2026-01-22T21:59:29.075Z | Compiling ciborium v0.2.2 |
| 3140 | 2026-01-22T21:59:29.177Z | Compiling num-rational v0.4.2 |
| 3141 | 2026-01-22T21:59:29.227Z | Compiling num-complex v0.4.6 |
| 3142 | 2026-01-22T21:59:29.725Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3143 | 2026-01-22T21:59:30.065Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3144 | 2026-01-22T21:59:30.271Z | Compiling num v0.4.3 |
| 3145 | 2026-01-22T21:59:30.414Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3146 | 2026-01-22T21:59:30.449Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3147 | 2026-01-22T21:59:30.670Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3148 | 2026-01-22T21:59:30.758Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3149 | 2026-01-22T21:59:30.912Z | Compiling float-ord v0.3.2 |
| 3150 | 2026-01-22T21:59:31.135Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3151 | 2026-01-22T21:59:31.396Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3152 | 2026-01-22T21:59:31.514Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3153 | 2026-01-22T21:59:31.549Z | Compiling password-hash v0.5.0 |
| 3154 | 2026-01-22T21:59:32.492Z | Compiling blake2 v0.10.6 |
| 3155 | 2026-01-22T21:59:33.416Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3156 | 2026-01-22T21:59:33.483Z | Compiling thiserror-no-std v2.0.2 |
| 3157 | 2026-01-22T21:59:33.653Z | Compiling indent_write v2.2.0 |
| 3158 | 2026-01-22T21:59:33.826Z | Compiling vsss-rs v3.3.4 |
| 3159 | 2026-01-22T21:59:33.944Z | Compiling argon2 v0.5.3 |
| 3160 | 2026-01-22T21:59:34.164Z | Compiling progenitor-macro v0.11.2 |
| 3161 | 2026-01-22T21:59:34.522Z | Compiling chacha20poly1305 v0.10.1 |
| 3162 | 2026-01-22T21:59:34.816Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3163 | 2026-01-22T21:59:35.269Z | Compiling progenitor-macro v0.10.0 |
| 3164 | 2026-01-22T21:59:35.333Z | Compiling usdt-macro v0.5.0 |
| 3165 | 2026-01-22T21:59:36.312Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3166 | 2026-01-22T21:59:36.446Z | Compiling usdt-attr-macro v0.5.0 |
| 3167 | 2026-01-22T21:59:36.551Z | Compiling gethostname v0.5.0 |
| 3168 | 2026-01-22T21:59:36.789Z | Compiling console v0.15.10 |
| 3169 | 2026-01-22T21:59:36.854Z | Compiling resolv-conf v0.7.0 |
| 3170 | 2026-01-22T21:59:36.915Z | Compiling derive-where v1.5.0 |
| 3171 | 2026-01-22T21:59:37.604Z | Compiling owo-colors v4.2.2 |
| 3172 | 2026-01-22T21:59:38.112Z | Compiling usdt v0.5.0 |
| 3173 | 2026-01-22T21:59:38.157Z | Compiling cancel-safe-futures v0.1.5 |
| 3174 | 2026-01-22T21:59:38.209Z | Compiling hickory-proto v0.24.4 |
| 3175 | 2026-01-22T21:59:38.378Z | Compiling newline-converter v0.3.0 |
| 3176 | 2026-01-22T21:59:38.404Z | Compiling atomicwrites v0.4.4 |
| 3177 | 2026-01-22T21:59:38.594Z | Compiling libsw-core v0.3.1 |
| 3178 | 2026-01-22T21:59:38.642Z | Compiling linked-hash-map v0.5.6 |
| 3179 | 2026-01-22T21:59:38.679Z | Compiling semver v0.1.20 |
| 3180 | 2026-01-22T21:59:38.890Z | Compiling libsw v3.5.0 |
| 3181 | 2026-01-22T21:59:39.036Z | Compiling lru-cache v0.1.2 |
| 3182 | 2026-01-22T21:59:39.245Z | Compiling rustc_version v0.1.7 |
| 3183 | 2026-01-22T21:59:39.281Z | Compiling expectorate v1.2.0 |
| 3184 | 2026-01-22T21:59:39.412Z | Compiling async-recursion v1.1.1 |
| 3185 | 2026-01-22T21:59:39.578Z | Compiling slog-dtrace v0.3.0 |
| 3186 | 2026-01-22T21:59:39.708Z | Compiling libefi-sys v0.1.0 |
| 3187 | 2026-01-22T21:59:39.967Z | Compiling linear-map v1.2.0 |
| 3188 | 2026-01-22T21:59:40.095Z | Compiling siphasher v1.0.1 |
| 3189 | 2026-01-22T21:59:40.256Z | Compiling newtype_derive v0.1.6 |
| 3190 | 2026-01-22T21:59:40.351Z | Compiling tokio-dtrace v0.1.0 |
| 3191 | 2026-01-22T21:59:40.520Z | Compiling phf_shared v0.12.1 |
| 3192 | 2026-01-22T21:59:40.612Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3193 | 2026-01-22T21:59:40.783Z | Compiling pin-project-internal v1.1.6 |
| 3194 | 2026-01-22T21:59:40.829Z | Compiling bitfield-struct v0.6.2 |
| 3195 | 2026-01-22T21:59:40.916Z | Compiling csv-core v0.1.11 |
| 3196 | 2026-01-22T21:59:41.437Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3197 | 2026-01-22T21:59:41.470Z | Compiling base64 v0.21.7 |
| 3198 | 2026-01-22T21:59:41.771Z | Compiling chrono-tz v0.10.4 |
| 3199 | 2026-01-22T21:59:42.130Z | Compiling const_format_proc_macros v0.2.34 |
| 3200 | 2026-01-22T21:59:42.197Z | Compiling csv v1.3.1 |
| 3201 | 2026-01-22T21:59:42.264Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-01-22T21:59:43.049Z | Compiling phf v0.12.1 |
| 3203 | 2026-01-22T21:59:43.426Z | Compiling hickory-resolver v0.24.4 |
| 3204 | 2026-01-22T21:59:43.472Z | Compiling oxide-tokio-rt v0.1.2 |
| 3205 | 2026-01-22T21:59:43.673Z | Compiling pin-project v1.1.6 |
| 3206 | 2026-01-22T21:59:44.106Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3207 | 2026-01-22T21:59:44.338Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3208 | 2026-01-22T21:59:44.521Z | Compiling pem v3.0.5 |
| 3209 | 2026-01-22T21:59:45.250Z | Compiling snafu-derive v0.8.5 |
| 3210 | 2026-01-22T21:59:45.283Z | Compiling same-file v1.0.6 |
| 3211 | 2026-01-22T21:59:45.426Z | Compiling highway v1.3.0 |
| 3212 | 2026-01-22T21:59:45.623Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3213 | 2026-01-22T21:59:45.769Z | Compiling qorb v0.4.1 |
| 3214 | 2026-01-22T21:59:46.133Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-01-22T21:59:46.220Z | Compiling walkdir v2.5.0 |
| 3216 | 2026-01-22T21:59:46.922Z | Compiling progenitor v0.11.2 |
| 3217 | 2026-01-22T21:59:46.977Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3218 | 2026-01-22T21:59:47.009Z | Compiling const_format v0.2.34 |
| 3219 | 2026-01-22T21:59:47.197Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3220 | 2026-01-22T21:59:47.732Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3221 | 2026-01-22T21:59:48.170Z | Compiling progenitor v0.10.0 |
| 3222 | 2026-01-22T21:59:48.489Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3223 | 2026-01-22T21:59:48.848Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3224 | 2026-01-22T21:59:48.946Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3225 | 2026-01-22T21:59:49.470Z | Compiling tabled_derive v0.7.0 |
| 3226 | 2026-01-22T21:59:49.751Z | Compiling globset v0.4.15 |
| 3227 | 2026-01-22T21:59:49.961Z | Compiling snafu v0.8.5 |
| 3228 | 2026-01-22T21:59:50.192Z | Compiling olpc-cjson v0.1.4 |
| 3229 | 2026-01-22T21:59:50.373Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3230 | 2026-01-22T21:59:50.518Z | Compiling primeorder v0.13.6 |
| 3231 | 2026-01-22T21:59:50.743Z | Compiling bcs v0.1.6 |
| 3232 | 2026-01-22T21:59:51.036Z | Compiling serde_plain v1.0.2 |
| 3233 | 2026-01-22T21:59:51.081Z | Compiling typed-path v0.9.3 |
| 3234 | 2026-01-22T21:59:51.330Z | Compiling radium v0.7.0 |
| 3235 | 2026-01-22T21:59:51.414Z | Compiling termtree v0.5.1 |
| 3236 | 2026-01-22T21:59:51.417Z | Compiling utf-8 v0.7.6 |
| 3237 | 2026-01-22T21:59:51.693Z | Compiling xshell-macros v0.2.7 |
| 3238 | 2026-01-22T21:59:51.697Z | Compiling tabled v0.15.0 |
| 3239 | 2026-01-22T21:59:51.749Z | Compiling tungstenite v0.21.0 |
| 3240 | 2026-01-22T21:59:51.774Z | Compiling textwrap v0.16.2 |
| 3241 | 2026-01-22T21:59:51.857Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3242 | 2026-01-22T21:59:52.494Z | Compiling xshell v0.2.7 |
| 3243 | 2026-01-22T21:59:52.857Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3244 | 2026-01-22T21:59:53.259Z | Compiling steno v0.4.1 |
| 3245 | 2026-01-22T21:59:53.599Z | Compiling tough v0.20.0 |
| 3246 | 2026-01-22T21:59:53.734Z | Compiling typify-impl v0.2.0 |
| 3247 | 2026-01-22T21:59:54.210Z | Compiling moka v0.12.10 |
| 3248 | 2026-01-22T21:59:54.586Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3249 | 2026-01-22T21:59:56.913Z | Compiling humantime v2.2.0 |
| 3250 | 2026-01-22T21:59:57.446Z | Compiling tap v1.0.1 |
| 3251 | 2026-01-22T21:59:57.684Z | Compiling maybe-uninit v2.0.0 |
| 3252 | 2026-01-22T21:59:57.714Z | Compiling wyz v0.5.1 |
| 3253 | 2026-01-22T21:59:58.210Z | Compiling tokio-tungstenite v0.21.0 |
| 3254 | 2026-01-22T21:59:58.662Z | Compiling funty v2.0.0 |
| 3255 | 2026-01-22T21:59:58.859Z | Compiling arc-swap v1.7.1 |
| 3256 | 2026-01-22T21:59:58.891Z | Compiling salty v0.3.0 |
| 3257 | 2026-01-22T21:59:59.384Z | Compiling packed_struct v0.10.1 |
| 3258 | 2026-01-22T21:59:59.502Z | Compiling tagptr v0.2.0 |
| 3259 | 2026-01-22T21:59:59.641Z | Compiling bitvec v1.0.1 |
| 3260 | 2026-01-22T21:59:59.800Z | Compiling slog-scope v4.4.0 |
| 3261 | 2026-01-22T22:00:00.055Z | Compiling p384 v0.13.1 |
| 3262 | 2026-01-22T22:00:00.290Z | Compiling polyval v0.6.2 |
| 3263 | 2026-01-22T22:00:00.293Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3264 | 2026-01-22T22:00:00.564Z | Compiling packed_struct_codegen v0.10.1 |
| 3265 | 2026-01-22T22:00:00.745Z | Compiling bitfield-macros v0.19.2 |
| 3266 | 2026-01-22T22:00:01.385Z | Compiling zerocopy-derive v0.6.6 |
| 3267 | 2026-01-22T22:00:01.511Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3268 | 2026-01-22T22:00:02.345Z | Compiling indexmap v1.9.3 |
| 3269 | 2026-01-22T22:00:02.371Z | Compiling crc-catalog v2.4.0 |
| 3270 | 2026-01-22T22:00:02.571Z | Compiling parking_lot_core v0.8.6 |
| 3271 | 2026-01-22T22:00:02.732Z | Compiling nodrop v0.1.14 |
| 3272 | 2026-01-22T22:00:02.898Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3273 | 2026-01-22T22:00:03.066Z | Compiling array-init v0.0.4 |
| 3274 | 2026-01-22T22:00:03.241Z | Compiling crc v3.2.1 |
| 3275 | 2026-01-22T22:00:03.267Z | Compiling zerocopy v0.6.6 |
| 3276 | 2026-01-22T22:00:03.346Z | Compiling proc-macro-error2 v2.0.1 |
| 3277 | 2026-01-22T22:00:03.494Z | Compiling bitfield v0.19.2 |
| 3278 | 2026-01-22T22:00:04.012Z | Compiling hickory-resolver v0.25.2 |
| 3279 | 2026-01-22T22:00:04.039Z | Compiling ghash v0.5.1 |
| 3280 | 2026-01-22T22:00:04.043Z | Compiling slog-stdlog v4.1.1 |
| 3281 | 2026-01-22T22:00:04.092Z | Compiling smallvec v0.6.14 |
| 3282 | 2026-01-22T22:00:04.262Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3283 | 2026-01-22T22:00:04.486Z | Compiling ctr v0.9.2 |
| 3284 | 2026-01-22T22:00:04.557Z | Compiling num-derive v0.3.3 |
| 3285 | 2026-01-22T22:00:04.898Z | Compiling lzma-sys v0.1.20 |
| 3286 | 2026-01-22T22:00:05.104Z | Compiling hashbrown v0.12.3 |
| 3287 | 2026-01-22T22:00:05.271Z | Compiling typify-macro v0.2.0 |
| 3288 | 2026-01-22T22:00:05.707Z | Compiling unicase v2.8.1 |
| 3289 | 2026-01-22T22:00:06.154Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3290 | 2026-01-22T22:00:06.181Z | Compiling mime_guess v2.0.5 |
| 3291 | 2026-01-22T22:00:06.594Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3292 | 2026-01-22T22:00:06.768Z | Compiling libscf-sys v1.1.0 |
| 3293 | 2026-01-22T22:00:06.939Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3294 | 2026-01-22T22:00:07.387Z | Compiling aes-gcm v0.10.3 |
| 3295 | 2026-01-22T22:00:07.759Z | Compiling serde-hex v0.1.0 |
| 3296 | 2026-01-22T22:00:07.914Z | Compiling slog-envlogger v2.2.0 |
| 3297 | 2026-01-22T22:00:08.029Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-01-22T22:00:08.684Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3299 | 2026-01-22T22:00:08.865Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3300 | 2026-01-22T22:00:09.296Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3301 | 2026-01-22T22:00:09.890Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3302 | 2026-01-22T22:00:10.934Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3303 | 2026-01-22T22:00:10.963Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3304 | 2026-01-22T22:00:11.900Z | Compiling typify v0.2.0 |
| 3305 | 2026-01-22T22:00:12.125Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3306 | 2026-01-22T22:00:12.362Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3307 | 2026-01-22T22:00:12.828Z | Compiling progenitor-impl v0.8.0 |
| 3308 | 2026-01-22T22:00:13.262Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3309 | 2026-01-22T22:00:13.644Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3310 | 2026-01-22T22:00:13.932Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3311 | 2026-01-22T22:00:14.659Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3312 | 2026-01-22T22:00:14.940Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3313 | 2026-01-22T22:00:17.113Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3314 | 2026-01-22T22:00:17.388Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3315 | 2026-01-22T22:00:17.609Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3316 | 2026-01-22T22:00:17.887Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3317 | 2026-01-22T22:00:18.789Z | Compiling ron v0.8.1 |
| 3318 | 2026-01-22T22:00:18.817Z | Compiling papergrid v0.17.0 |
| 3319 | 2026-01-22T22:00:19.265Z | Compiling testing_table v0.3.0 |
| 3320 | 2026-01-22T22:00:19.552Z | Compiling progenitor-macro v0.8.0 |
| 3321 | 2026-01-22T22:00:19.588Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3322 | 2026-01-22T22:00:20.302Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3323 | 2026-01-22T22:00:21.108Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3324 | 2026-01-22T22:00:21.350Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3325 | 2026-01-22T22:00:21.466Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3326 | 2026-01-22T22:00:22.629Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3327 | 2026-01-22T22:00:22.863Z | Compiling hashbrown v0.13.2 |
| 3328 | 2026-01-22T22:00:22.949Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3329 | 2026-01-22T22:00:23.505Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3330 | 2026-01-22T22:00:24.084Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3331 | 2026-01-22T22:00:24.694Z | Compiling heck v0.3.3 |
| 3332 | 2026-01-22T22:00:25.119Z | Compiling progenitor-client v0.8.0 |
| 3333 | 2026-01-22T22:00:25.336Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 3334 | 2026-01-22T22:00:25.689Z | Compiling ssh-encoding v0.2.0 |
| 3335 | 2026-01-22T22:00:25.794Z | Compiling blowfish v0.9.1 |
| 3336 | 2026-01-22T22:00:26.219Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3337 | 2026-01-22T22:00:26.321Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3338 | 2026-01-22T22:00:26.736Z | Compiling nibble_vec v0.1.0 |
| 3339 | 2026-01-22T22:00:26.914Z | Compiling crc-any v2.5.0 |
| 3340 | 2026-01-22T22:00:27.005Z | Compiling corncobs v0.1.4 |
| 3341 | 2026-01-22T22:00:27.050Z | Compiling endian-type v0.1.2 |
| 3342 | 2026-01-22T22:00:27.344Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3343 | 2026-01-22T22:00:27.369Z | Compiling radix_trie v0.2.1 |
| 3344 | 2026-01-22T22:00:27.450Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3345 | 2026-01-22T22:00:27.536Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3346 | 2026-01-22T22:00:28.050Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3347 | 2026-01-22T22:00:28.111Z | Compiling ssh-cipher v0.2.0 |
| 3348 | 2026-01-22T22:00:28.386Z | Compiling zone_cfg_derive v0.1.2 |
| 3349 | 2026-01-22T22:00:28.800Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3350 | 2026-01-22T22:00:29.558Z | Compiling object v0.30.4 |
| 3351 | 2026-01-22T22:00:29.879Z | Compiling tabled v0.20.0 |
| 3352 | 2026-01-22T22:00:32.311Z | Compiling progenitor v0.8.0 |
| 3353 | 2026-01-22T22:00:32.610Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3354 | 2026-01-22T22:00:32.665Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3355 | 2026-01-22T22:00:33.289Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3356 | 2026-01-22T22:00:34.699Z | Compiling parking_lot v0.11.2 |
| 3357 | 2026-01-22T22:00:35.577Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3358 | 2026-01-22T22:00:36.232Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3359 | 2026-01-22T22:00:36.955Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3360 | 2026-01-22T22:00:37.604Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3361 | 2026-01-22T22:00:38.263Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3362 | 2026-01-22T22:00:38.470Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3363 | 2026-01-22T22:00:38.948Z | Compiling prefix-trie v0.7.0 |
| 3364 | 2026-01-22T22:00:39.265Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3365 | 2026-01-22T22:00:39.844Z | Compiling password-hash v0.4.2 |
| 3366 | 2026-01-22T22:00:40.746Z | Compiling fxhash v0.2.1 |
| 3367 | 2026-01-22T22:00:41.021Z | Compiling secrecy v0.8.0 |
| 3368 | 2026-01-22T22:00:41.330Z | Compiling http-range v0.1.5 |
| 3369 | 2026-01-22T22:00:41.504Z | Compiling half v1.8.3 |
| 3370 | 2026-01-22T22:00:41.537Z | Compiling base64 v0.13.1 |
| 3371 | 2026-01-22T22:00:41.572Z | Compiling path-slash v0.1.5 |
| 3372 | 2026-01-22T22:00:41.676Z | Compiling number_prefix v0.4.0 |
| 3373 | 2026-01-22T22:00:41.835Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3374 | 2026-01-22T22:00:41.966Z | Compiling serde_cbor v0.11.2 |
| 3375 | 2026-01-22T22:00:42.107Z | Compiling ron v0.7.1 |
| 3376 | 2026-01-22T22:00:42.137Z | Compiling indicatif v0.17.11 |
| 3377 | 2026-01-22T22:00:43.407Z | Compiling sled v0.34.7 |
| 3378 | 2026-01-22T22:00:44.142Z | Compiling pbkdf2 v0.11.0 |
| 3379 | 2026-01-22T22:00:44.189Z | Compiling hickory-server v0.25.2 |
| 3380 | 2026-01-22T22:00:44.576Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3381 | 2026-01-22T22:00:45.314Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3382 | 2026-01-22T22:00:45.398Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3383 | 2026-01-22T22:00:46.953Z | Compiling xz2 v0.1.7 |
| 3384 | 2026-01-22T22:00:48.433Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3385 | 2026-01-22T22:00:48.734Z | Compiling zone v0.1.8 |
| 3386 | 2026-01-22T22:00:50.144Z | Compiling ssh-key v0.6.6 |
| 3387 | 2026-01-22T22:00:50.169Z | Compiling hickory-client v0.25.2 |
| 3388 | 2026-01-22T22:00:50.172Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3389 | 2026-01-22T22:00:50.368Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3390 | 2026-01-22T22:00:50.838Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3391 | 2026-01-22T22:00:52.008Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3392 | 2026-01-22T22:00:52.039Z | Compiling p521 v0.13.3 |
| 3393 | 2026-01-22T22:00:53.200Z | Compiling p256 v0.13.2 |
| 3394 | 2026-01-22T22:00:54.076Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3395 | 2026-01-22T22:00:54.268Z | Compiling yasna v0.5.2 |
| 3396 | 2026-01-22T22:00:54.341Z | Compiling headers-core v0.3.0 |
| 3397 | 2026-01-22T22:00:54.364Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-01-22T22:00:54.561Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-01-22T22:00:54.995Z | Compiling russh-cryptovec v0.7.3 |
| 3400 | 2026-01-22T22:00:55.154Z | Compiling atty v0.2.14 |
| 3401 | 2026-01-22T22:00:55.206Z | Compiling md5 v0.7.0 |
| 3402 | 2026-01-22T22:00:55.360Z | Compiling crc8 v0.1.1 |
| 3403 | 2026-01-22T22:00:55.363Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3404 | 2026-01-22T22:00:55.564Z | Compiling russh-keys v0.45.0 |
| 3405 | 2026-01-22T22:00:55.742Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3406 | 2026-01-22T22:00:55.787Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3407 | 2026-01-22T22:00:55.815Z | Compiling rcgen v0.12.1 |
| 3408 | 2026-01-22T22:00:56.720Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3409 | 2026-01-22T22:00:57.223Z | Compiling flume v0.11.1 |
| 3410 | 2026-01-22T22:00:57.920Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3411 | 2026-01-22T22:00:57.948Z | Compiling headers v0.4.1 |
| 3412 | 2026-01-22T22:00:58.294Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3413 | 2026-01-22T22:00:59.181Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3414 | 2026-01-22T22:00:59.735Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3415 | 2026-01-22T22:01:03.178Z | Compiling hyper-staticfile v0.10.1 |
| 3416 | 2026-01-22T22:01:03.655Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3417 | 2026-01-22T22:01:04.244Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3418 | 2026-01-22T22:01:04.945Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3419 | 2026-01-22T22:01:06.419Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2026-01-22T22:01:07.196Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3421 | 2026-01-22T22:01:07.716Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3422 | 2026-01-22T22:01:08.394Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3423 | 2026-01-22T22:01:09.542Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3424 | 2026-01-22T22:01:09.890Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3425 | 2026-01-22T22:01:10.775Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3426 | 2026-01-22T22:01:11.177Z | Compiling num-bigint v0.4.6 |
| 3427 | 2026-01-22T22:01:12.746Z | Compiling des v0.8.1 |
| 3428 | 2026-01-22T22:01:12.783Z | Compiling subprocess v0.2.9 |
| 3429 | 2026-01-22T22:01:13.142Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3430 | 2026-01-22T22:01:13.253Z | Compiling hex-literal v0.4.1 |
| 3431 | 2026-01-22T22:01:13.470Z | Compiling display-error-chain v0.2.2 |
| 3432 | 2026-01-22T22:01:13.750Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3433 | 2026-01-22T22:01:14.056Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-01-22T22:01:14.485Z | Compiling russh v0.45.0 |
| 3435 | 2026-01-22T22:01:16.238Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3436 | 2026-01-22T22:01:16.767Z | Compiling internet-checksum v0.2.1 |
| 3437 | 2026-01-22T22:01:17.052Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3438 | 2026-01-22T22:01:17.081Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3439 | 2026-01-22T22:01:17.367Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3440 | 2026-01-22T22:01:20.999Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3441 | 2026-01-22T22:01:21.620Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3442 | 2026-01-22T22:01:21.799Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3443 | 2026-01-22T22:01:34.697Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3444 | 2026-01-22T22:02:07.810Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3445 | 2026-01-22T22:02:37.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s |
| 3446 | 2026-01-22T22:02:37.729Z | |
| 3447 | 2026-01-22T22:02:37.732Z | real 3:31.469409554 |
| 3448 | 2026-01-22T22:02:37.732Z | user 19:12.282567820 |
| 3449 | 2026-01-22T22:02:37.732Z | sys 2:34.226392792 |
| 3450 | 2026-01-22T22:02:37.732Z | trap 0.571898869 |
| 3451 | 2026-01-22T22:02:37.732Z | tflt 0.164238067 |
| 3452 | 2026-01-22T22:02:37.732Z | dflt 0.611365291 |
| 3453 | 2026-01-22T22:02:37.732Z | kflt 0.000088562 |
| 3454 | 2026-01-22T22:02:37.732Z | lock 52:22.118566036 |
| 3455 | 2026-01-22T22:02:37.732Z | slp 1:09:10.028921686 |
| 3456 | 2026-01-22T22:02:37.732Z | lat 1:02.594603480 |
| 3457 | 2026-01-22T22:02:37.732Z | stop 2:43.921602947 |
| 3458 | 2026-01-22T22:02:37.732Z | + mkdir tests |
| 3459 | 2026-01-22T22:02:37.736Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3460 | 2026-01-22T22:02:37.736Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3461 | 2026-01-22T22:02:37.779Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ce55dcba1c116925 tests/ |
| 3462 | 2026-01-22T22:02:37.815Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-04c359e7b715f808 tests/ |
| 3463 | 2026-01-22T22:02:37.850Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-60c214a84aac85e2 tests/ |
| 3464 | 2026-01-22T22:02:37.884Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-47e894f92f4b581a tests/ |
| 3465 | 2026-01-22T22:02:38.217Z | + 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/*) |
| 3466 | 2026-01-22T22:02:38.220Z | + 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-60c214a84aac85e2 tests/commtest-04c359e7b715f808 tests/dhcp_server-ce55dcba1c116925 tests/end_to_end_tests-47e894f92f4b581a 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 |
| 3467 | 2026-01-22T22:04:24.192Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3468 | 2026-01-22T22:04:24.192Z | a .github/buildomat/ci-env.sh 1K |
| 3469 | 2026-01-22T22:04:24.192Z | a out/target/test 1K |
| 3470 | 2026-01-22T22:04:24.192Z | a out/npuzone/npuzone 27402K |
| 3471 | 2026-01-22T22:04:24.192Z | a package-manifest.toml 35K |
| 3472 | 2026-01-22T22:04:24.192Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3473 | 2026-01-22T22:04:24.192Z | a target/release/omicron-package 42876K |
| 3474 | 2026-01-22T22:04:24.192Z | a target/release/xtask 11475K |
| 3475 | 2026-01-22T22:04:24.192Z | a target/debug/bootstrap 319927K |
| 3476 | 2026-01-22T22:04:24.192Z | a tests/bootstrap-60c214a84aac85e2 31133K |
| 3477 | 2026-01-22T22:04:24.192Z | a tests/commtest-04c359e7b715f808 31433K |
| 3478 | 2026-01-22T22:04:24.192Z | a tests/dhcp_server-ce55dcba1c116925 31133K |
| 3479 | 2026-01-22T22:04:24.192Z | a tests/end_to_end_tests-47e894f92f4b581a 364336K |
| 3480 | 2026-01-22T22:04:24.192Z | a out/clickhouse.tar.gz 317183K |
| 3481 | 2026-01-22T22:04:24.193Z | a out/clickhouse_keeper.tar.gz 300196K |
| 3482 | 2026-01-22T22:04:24.193Z | a out/clickhouse_server.tar.gz 317182K |
| 3483 | 2026-01-22T22:04:24.193Z | a out/cockroachdb.tar.gz 164716K |
| 3484 | 2026-01-22T22:04:24.193Z | a out/crucible-pantry-zone.tar.gz 41361K |
| 3485 | 2026-01-22T22:04:24.193Z | a out/crucible-utils.tar 17744K |
| 3486 | 2026-01-22T22:04:24.193Z | a out/crucible-zone.tar.gz 55499K |
| 3487 | 2026-01-22T22:04:24.193Z | a out/external-dns.tar.gz 47541K |
| 3488 | 2026-01-22T22:04:24.193Z | a out/internal-dns.tar.gz 47541K |
| 3489 | 2026-01-22T22:04:24.193Z | a out/mg-ddm-gz.tar 84156K |
| 3490 | 2026-01-22T22:04:24.193Z | a out/nexus.tar.gz 207122K |
| 3491 | 2026-01-22T22:04:24.193Z | a out/ntp.tar.gz 28675K |
| 3492 | 2026-01-22T22:04:24.193Z | a out/omicron-gateway-softnpu.tar.gz 30098K |
| 3493 | 2026-01-22T22:04:24.193Z | a out/omicron-sled-agent.tar 192542K |
| 3494 | 2026-01-22T22:04:24.193Z | a out/overlay.tar.gz 3K |
| 3495 | 2026-01-22T22:04:24.193Z | a out/oximeter.tar.gz 63314K |
| 3496 | 2026-01-22T22:04:24.193Z | a out/oxlog.tar 3946K |
| 3497 | 2026-01-22T22:04:24.193Z | a out/probe.tar.gz 3037K |
| 3498 | 2026-01-22T22:04:24.193Z | a out/propolis-server.tar.gz 74630K |
| 3499 | 2026-01-22T22:04:24.193Z | a out/pumpkind-gz.tar 26647K |
| 3500 | 2026-01-22T22:04:24.193Z | a out/switch-softnpu.tar.gz 373322K |
| 3501 | 2026-01-22T22:04:24.197Z | |
| 3502 | 2026-01-22T22:04:24.197Z | real 1:45.952561321 |
| 3503 | 2026-01-22T22:04:24.197Z | user 1:41.373988004 |
| 3504 | 2026-01-22T22:04:24.197Z | sys 6.697274511 |
| 3505 | 2026-01-22T22:04:24.197Z | trap 0.025592908 |
| 3506 | 2026-01-22T22:04:24.197Z | tflt 0.000000000 |
| 3507 | 2026-01-22T22:04:24.197Z | dflt 0.000000000 |
| 3508 | 2026-01-22T22:04:24.197Z | kflt 0.000000000 |
| 3509 | 2026-01-22T22:04:24.197Z | lock 0.000000000 |
| 3510 | 2026-01-22T22:04:24.197Z | slp 1:40.981616755 |
| 3511 | 2026-01-22T22:04:24.197Z | lat 2.820902423 |
| 3512 | 2026-01-22T22:04:24.197Z | stop 0.000606730 |
| 3513 | 2026-01-22T22:04:24.197Z | process exited: duration 2525359 ms, exit code 0 |
| |
| 3514 | 2026-01-22T22:04:24.214Z | found 1 output files |
| 3515 | 2026-01-22T22:04:24.214Z | uploading: /work/package.tar.gz (2396068060 bytes) |
| 3516 | 2026-01-22T22:04:57.650Z | uploaded: /work/package.tar.gz |