|
|
|
| 1 | 2025-01-22T04:21:15.796Z | job assigned to worker 01JJ63TMGEMXYRT6STV49EN59C [factory aws, i-0299d93db11b0d14f] (queued for 1 m 4 s) |
| |
| 2 | 2025-01-22T04:21:23.744Z | starting task 0: "setup" |
| 3 | 2025-01-22T04:21:23.753Z | ++ uname -s |
| 4 | 2025-01-22T04:21:23.756Z | + kern=SunOS |
| 5 | 2025-01-22T04:21:23.756Z | + case "$kern" in |
| 6 | 2025-01-22T04:21:23.756Z | + groupadd -g 12345 build |
| 7 | 2025-01-22T04:21:23.759Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-22T04:21:25.767Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-22T04:21:25.879Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-22T04:21:25.884Z | + home_fs=zfs |
| 11 | 2025-01-22T04:21:25.884Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-22T04:21:25.884Z | + mkdir -p /home/build |
| 13 | 2025-01-22T04:21:25.886Z | + chown build:build /home/build /work |
| 14 | 2025-01-22T04:21:27.885Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-22T04:21:27.887Z | process exited: duration 4145 ms, exit code 0 |
| |
| 16 | 2025-01-22T04:21:27.893Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-22T04:21:27.900Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-22T04:21:27.900Z | ' 1.84.0 |
| 19 | 2025-01-22T04:21:27.900Z | + printf ' * toolchain profile = "%s" |
| 20 | 2025-01-22T04:21:27.900Z | ' default |
| 21 | 2025-01-22T04:21:27.901Z | * toolchain channel = "1.84.0" |
| 22 | 2025-01-22T04:21:27.901Z | * toolchain profile = "default" |
| 23 | 2025-01-22T04:21:27.904Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-22T04:21:27.904Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-22T04:21:28.210Z | info: downloading installer |
| 26 | 2025-01-22T04:21:29.600Z | info: profile set to 'default' |
| 27 | 2025-01-22T04:21:29.600Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-22T04:21:29.603Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-22T04:21:29.758Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-22T04:21:29.758Z | info: downloading component 'cargo' |
| 31 | 2025-01-22T04:21:30.645Z | info: downloading component 'clippy' |
| 32 | 2025-01-22T04:21:30.985Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-22T04:21:32.209Z | info: downloading component 'rust-std' |
| 34 | 2025-01-22T04:21:34.013Z | info: downloading component 'rustc' |
| 35 | 2025-01-22T04:21:40.931Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-22T04:21:41.196Z | info: installing component 'cargo' |
| 37 | 2025-01-22T04:21:42.030Z | info: installing component 'clippy' |
| 38 | 2025-01-22T04:21:42.410Z | info: installing component 'rust-docs' |
| 39 | 2025-01-22T04:21:44.090Z | info: installing component 'rust-std' |
| 40 | 2025-01-22T04:21:45.818Z | info: installing component 'rustc' |
| 41 | 2025-01-22T04:21:51.840Z | info: installing component 'rustfmt' |
| 42 | 2025-01-22T04:21:52.172Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-22T04:21:52.172Z | |
| 44 | 2025-01-22T04:21:52.558Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-22T04:21:52.558Z | |
| 46 | 2025-01-22T04:21:52.561Z | |
| 47 | 2025-01-22T04:21:52.561Z | Rust is installed now. Great! |
| 48 | 2025-01-22T04:21:52.561Z | |
| 49 | 2025-01-22T04:21:52.561Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-22T04:21:52.561Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-22T04:21:52.561Z | |
| 52 | 2025-01-22T04:21:52.561Z | To configure your current shell, you need to source |
| 53 | 2025-01-22T04:21:52.561Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-22T04:21:52.561Z | |
| 55 | 2025-01-22T04:21:52.561Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-22T04:21:52.561Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-22T04:21:52.561Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-22T04:21:52.638Z | + rustc --version |
| 59 | 2025-01-22T04:21:52.705Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-22T04:21:52.709Z | process exited: duration 24815 ms, exit code 0 |
| |
| 61 | 2025-01-22T04:21:52.714Z | starting task 2: "authentication" |
| 62 | 2025-01-22T04:21:52.736Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2025-01-22T04:21:52.748Z | starting task 3: "clone repository" |
| 64 | 2025-01-22T04:21:52.751Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-22T04:21:52.754Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-22T04:21:52.790Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-22T04:22:00.443Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-22T04:22:00.446Z | + git fetch origin 71ad6243cc31335f551c80d5b0c530c169017d63 |
| 69 | 2025-01-22T04:22:00.728Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-22T04:22:00.728Z | * branch 71ad6243cc31335f551c80d5b0c530c169017d63 -> FETCH_HEAD |
| 71 | 2025-01-22T04:22:00.740Z | + [[ -n renovate/bytes-1.x ]] |
| 72 | 2025-01-22T04:22:00.746Z | ++ git branch --show-current |
| 73 | 2025-01-22T04:22:00.746Z | + current=main |
| 74 | 2025-01-22T04:22:00.746Z | + [[ main != renovate/bytes-1.x ]] |
| 75 | 2025-01-22T04:22:00.746Z | + git branch -f renovate/bytes-1.x 71ad6243cc31335f551c80d5b0c530c169017d63 |
| 76 | 2025-01-22T04:22:00.750Z | + git checkout -f renovate/bytes-1.x |
| 77 | 2025-01-22T04:22:00.924Z | Switched to branch 'renovate/bytes-1.x' |
| 78 | 2025-01-22T04:22:00.927Z | + git reset --hard 71ad6243cc31335f551c80d5b0c530c169017d63 |
| 79 | 2025-01-22T04:22:00.939Z | HEAD is now at 71ad6243c Update Rust crate bytes to 1.9.0 |
| 80 | 2025-01-22T04:22:00.942Z | process exited: duration 8193 ms, exit code 0 |
| |
| 81 | 2025-01-22T04:22:00.947Z | starting task 4: "build" |
| 82 | 2025-01-22T04:22:00.953Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-22T04:22:00.953Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-22T04:22:00.953Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-22T04:22:00.953Z | + cargo --version |
| 86 | 2025-01-22T04:22:01.015Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-22T04:22:01.018Z | + rustc --version |
| 88 | 2025-01-22T04:22:01.077Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-22T04:22:01.080Z | + WORK=/work |
| 90 | 2025-01-22T04:22:01.080Z | + pfexec mkdir -p /work |
| 91 | 2025-01-22T04:22:01.084Z | + pfexec chown build /work |
| 92 | 2025-01-22T04:22:01.087Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 93 | 2025-01-22T04:22:02.685Z | pkg list: illegal option -- F |
| 94 | 2025-01-22T04:22:02.685Z | Usage: |
| 95 | 2025-01-22T04:22:02.688Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 96 | 2025-01-22T04:22:02.688Z | [pkg_fmri_pattern ...] |
| 97 | 2025-01-22T04:22:03.523Z | pkg list: illegal option -- F |
| 98 | 2025-01-22T04:22:03.523Z | Usage: |
| 99 | 2025-01-22T04:22:03.526Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 100 | 2025-01-22T04:22:03.526Z | [pkg_fmri_pattern ...] |
| 101 | 2025-01-22T04:22:10.894Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2025-01-22T04:22:14.992Z | Startup: Caching catalogs ... Done |
| 103 | 2025-01-22T04:22:26.180Z | Planning: Solver setup ... Done (10.371s) |
| 104 | 2025-01-22T04:22:26.318Z | Planning: Running solver ... Done (0.147s) |
| 105 | 2025-01-22T04:22:26.426Z | Planning: Finding local manifests ... Done (0.007s) |
| 106 | 2025-01-22T04:22:26.464Z | Planning: Fetching manifests: 0/7 0% complete |
| 107 | 2025-01-22T04:22:27.206Z | Planning: Fetching manifests: 7/7 100% complete |
| 108 | 2025-01-22T04:22:27.331Z | Planning: Package planning ... Done (0.110s) |
| 109 | 2025-01-22T04:22:27.379Z | Planning: Merging actions ... Done (0.057s) |
| 110 | 2025-01-22T04:22:27.534Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 111 | 2025-01-22T04:22:29.638Z | Planning: Consolidating action changes ... Done (2.120s) |
| 112 | 2025-01-22T04:22:30.068Z | Planning: Evaluating mediators ... Done (0.431s) |
| 113 | 2025-01-22T04:22:30.148Z | Planning: Planning completed in 15.06 seconds |
| 114 | 2025-01-22T04:22:30.165Z | Packages to install: 4 |
| 115 | 2025-01-22T04:22:30.165Z | Packages to update: 3 |
| 116 | 2025-01-22T04:22:30.165Z | Mediators to change: 2 |
| 117 | 2025-01-22T04:22:30.167Z | Services to change: 1 |
| 118 | 2025-01-22T04:22:30.167Z | Estimated space available: 155.61 GB |
| 119 | 2025-01-22T04:22:30.167Z | Estimated space to be consumed: 1.64 GB |
| 120 | 2025-01-22T04:22:30.167Z | Create boot environment: No |
| 121 | 2025-01-22T04:22:30.167Z | Create backup boot environment: Yes |
| 122 | 2025-01-22T04:22:30.167Z | Rebuild boot archive: No |
| 123 | 2025-01-22T04:22:30.167Z | |
| 124 | 2025-01-22T04:22:30.168Z | Changed mediators: |
| 125 | 2025-01-22T04:22:30.168Z | mediator clang: |
| 126 | 2025-01-22T04:22:30.168Z | version: None -> 15 (system default) |
| 127 | 2025-01-22T04:22:30.168Z | |
| 128 | 2025-01-22T04:22:30.168Z | mediator llvm: |
| 129 | 2025-01-22T04:22:30.168Z | version: 14 (system default) -> 15 (system default) |
| 130 | 2025-01-22T04:22:30.168Z | |
| 131 | 2025-01-22T04:22:30.168Z | Changed packages: |
| 132 | 2025-01-22T04:22:30.168Z | helios-dev |
| 133 | 2025-01-22T04:22:30.168Z | developer/build-essential |
| 134 | 2025-01-22T04:22:30.168Z | None -> 11-2.0 |
| 135 | 2025-01-22T04:22:30.168Z | library/libxmlsec1 |
| 136 | 2025-01-22T04:22:30.168Z | None -> 1.2.35-2.0 |
| 137 | 2025-01-22T04:22:30.168Z | ooce/developer/clang-15 |
| 138 | 2025-01-22T04:22:30.168Z | None -> 15.0.7-2.0 |
| 139 | 2025-01-22T04:22:30.168Z | ooce/developer/llvm-15 |
| 140 | 2025-01-22T04:22:30.168Z | None -> 15.0.7-2.0 |
| 141 | 2025-01-22T04:22:30.168Z | package/pkg |
| 142 | 2025-01-22T04:22:30.168Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 143 | 2025-01-22T04:22:30.168Z | system/library/g++-runtime |
| 144 | 2025-01-22T04:22:30.168Z | 13-2.0 -> 14-2.0 |
| 145 | 2025-01-22T04:22:30.168Z | system/library/gcc-runtime |
| 146 | 2025-01-22T04:22:30.168Z | 13-2.0 -> 14-2.0 |
| 147 | 2025-01-22T04:22:30.168Z | |
| 148 | 2025-01-22T04:22:30.168Z | Services: |
| 149 | 2025-01-22T04:22:30.168Z | restart_fmri: |
| 150 | 2025-01-22T04:22:30.168Z | svc:/system/update-man-index:default |
| 151 | 2025-01-22T04:22:30.168Z | |
| 152 | 2025-01-22T04:22:30.168Z | Editable files to change: |
| 153 | 2025-01-22T04:22:30.168Z | Update: |
| 154 | 2025-01-22T04:22:30.168Z | usr/share/lib/pkg/web/config.shtml |
| 155 | 2025-01-22T04:22:30.254Z | |
| 156 | 2025-01-22T04:22:30.254Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 157 | 2025-01-22T04:22:38.451Z | Download: 212/4301 items 1.1/225.4MB 0% complete (366k/s) |
| 158 | 2025-01-22T04:22:44.645Z | Download: 213/4301 items 1.3/225.4MB 0% complete (317k/s) |
| 159 | 2025-01-22T04:22:49.650Z | Download: 1091/4301 items 19.7/225.4MB 8% complete (3.7M/s) |
| 160 | 2025-01-22T04:22:54.826Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (12.1M/s) |
| 161 | 2025-01-22T04:22:59.842Z | Download: 1576/4301 items 117.6/225.4MB 52% complete (9.6M/s) |
| 162 | 2025-01-22T04:23:04.835Z | Download: 1951/4301 items 118.6/225.4MB 52% complete (3.6M/s) |
| 163 | 2025-01-22T04:23:10.810Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (191k/s) |
| 164 | 2025-01-22T04:23:15.815Z | Download: 2567/4301 items 120.5/225.4MB 53% complete (174k/s) |
| 165 | 2025-01-22T04:23:20.861Z | Download: 3280/4301 items 209.8/225.4MB 93% complete (9.7M/s) |
| 166 | 2025-01-22T04:23:32.112Z | Download: 3288/4301 items 211.8/225.4MB 93% complete (9.0M/s) |
| 167 | 2025-01-22T04:23:37.183Z | Download: 3624/4301 items 216.1/225.4MB 95% complete (909k/s) |
| 168 | 2025-01-22T04:23:42.380Z | Download: 4202/4301 items 220.6/225.4MB 97% complete (963k/s) |
| 169 | 2025-01-22T04:23:58.754Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
| 170 | 2025-01-22T04:24:01.083Z | Download: Completed 225.42 MB in 90.83 seconds (2.5M/s) |
| 171 | 2025-01-22T04:24:03.152Z | Actions: 1/5122 actions (Removing old actions) |
| 172 | 2025-01-22T04:24:03.173Z | Actions: 194/5122 actions (Installing new actions) |
| 173 | 2025-01-22T04:24:07.891Z | Actions: 4267/5122 actions (Updating modified actions) |
| 174 | 2025-01-22T04:24:08.248Z | Actions: Completed 5122 actions in 5.10 seconds. |
| 175 | 2025-01-22T04:24:08.654Z | Done (0.399s) |
| 176 | 2025-01-22T04:24:08.657Z | Done (0.001s) |
| 177 | 2025-01-22T04:24:09.254Z | Done (0.597s) |
| 178 | 2025-01-22T04:24:13.662Z | Done (4.177s) |
| 179 | 2025-01-22T04:24:13.752Z | Done (0.019s) |
| 180 | 2025-01-22T04:24:13.752Z | Done (0.000s) |
| 181 | 2025-01-22T04:24:13.978Z | Done (0.000s) |
| 182 | 2025-01-22T04:24:14.681Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2025-01-22T04:24:14.844Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2025-01-22T04:24:14.847Z | Planning: Consolidating action changes ... Done |
| 185 | 2025-01-22T04:24:15.110Z | Planning: Evaluating mediators ... Done |
| 186 | 2025-01-22T04:24:15.112Z | Planning: Planning completed in 0.43 seconds |
| 187 | 2025-01-22T04:24:15.149Z | Mediators to change: 2 |
| 188 | 2025-01-22T04:24:15.149Z | Create boot environment: No |
| 189 | 2025-01-22T04:24:15.152Z | Create backup boot environment: No |
| 190 | 2025-01-22T04:24:15.247Z | Done |
| 191 | 2025-01-22T04:24:15.247Z | Done |
| 192 | 2025-01-22T04:24:15.637Z | Done |
| 193 | 2025-01-22T04:24:19.221Z | Done |
| 194 | 2025-01-22T04:24:19.309Z | Done |
| 195 | 2025-01-22T04:24:19.311Z | Done |
| 196 | 2025-01-22T04:24:19.446Z | Done |
| 197 | 2025-01-22T04:24:20.065Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-01-22T04:24:20.067Z | Planning: Merging actions ... Done |
| 199 | 2025-01-22T04:24:20.257Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2025-01-22T04:24:20.260Z | Planning: Consolidating action changes ... Done |
| 201 | 2025-01-22T04:24:20.522Z | Planning: Evaluating mediators ... Done |
| 202 | 2025-01-22T04:24:20.577Z | Planning: Planning completed in 0.76 seconds |
| 203 | 2025-01-22T04:24:20.617Z | Packages to change: 1 |
| 204 | 2025-01-22T04:24:20.617Z | Mediators to change: 1 |
| 205 | 2025-01-22T04:24:20.620Z | Services to change: 1 |
| 206 | 2025-01-22T04:24:20.620Z | Create boot environment: No |
| 207 | 2025-01-22T04:24:20.620Z | Create backup boot environment: Yes |
| 208 | 2025-01-22T04:24:22.828Z | Actions: 1/6 actions (Updating modified actions) |
| 209 | 2025-01-22T04:24:22.832Z | Actions: Completed 6 actions in 0.00 seconds. |
| 210 | 2025-01-22T04:24:22.832Z | Done |
| 211 | 2025-01-22T04:24:22.832Z | Done |
| 212 | 2025-01-22T04:24:22.950Z | Done |
| 213 | 2025-01-22T04:24:26.519Z | Done |
| 214 | 2025-01-22T04:24:26.611Z | Done |
| 215 | 2025-01-22T04:24:26.613Z | Done |
| 216 | 2025-01-22T04:24:26.754Z | Done |
| 217 | 2025-01-22T04:24:27.186Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 218 | 2025-01-22T04:24:27.186Z | clang system 15 system |
| 219 | 2025-01-22T04:24:27.186Z | csh system system illumos |
| 220 | 2025-01-22T04:24:27.186Z | ctags system system illumos |
| 221 | 2025-01-22T04:24:27.186Z | gcc vendor 12 vendor |
| 222 | 2025-01-22T04:24:27.186Z | gcc system 10 system |
| 223 | 2025-01-22T04:24:27.186Z | gcc system 7 system |
| 224 | 2025-01-22T04:24:27.186Z | go system 1.20 system |
| 225 | 2025-01-22T04:24:27.186Z | go system 1.19 system |
| 226 | 2025-01-22T04:24:27.186Z | llvm system 15 system |
| 227 | 2025-01-22T04:24:27.186Z | llvm system 14 system |
| 228 | 2025-01-22T04:24:27.186Z | mariadb system 10.6 system |
| 229 | 2025-01-22T04:24:27.186Z | mta vendor vendor dma |
| 230 | 2025-01-22T04:24:27.186Z | openjdk system 17 system |
| 231 | 2025-01-22T04:24:27.186Z | openjdk system 11 system |
| 232 | 2025-01-22T04:24:27.186Z | openjdk system 1.8 system |
| 233 | 2025-01-22T04:24:27.186Z | openssl vendor 3 vendor |
| 234 | 2025-01-22T04:24:27.186Z | perl system 5.36 system |
| 235 | 2025-01-22T04:24:27.186Z | postgresql system 15 system |
| 236 | 2025-01-22T04:24:27.186Z | postgresql system 13 system |
| 237 | 2025-01-22T04:24:27.187Z | python vendor 3 vendor |
| 238 | 2025-01-22T04:24:27.187Z | python system 2 system |
| 239 | 2025-01-22T04:24:27.187Z | python3 system 3.11 system |
| 240 | 2025-01-22T04:24:27.187Z | ruby system 3.0 system |
| 241 | 2025-01-22T04:24:27.187Z | words vendor vendor american-english |
| 242 | 2025-01-22T04:24:27.187Z | words system system australian-english |
| 243 | 2025-01-22T04:24:27.187Z | words system system british-english |
| 244 | 2025-01-22T04:24:27.187Z | words system system canadian-english |
| 245 | 2025-01-22T04:24:27.187Z | words system system french |
| 246 | 2025-01-22T04:24:27.187Z | words system system italian |
| 247 | 2025-01-22T04:24:27.187Z | words system system ngerman |
| 248 | 2025-01-22T04:24:27.187Z | words system system ogerman |
| 249 | 2025-01-22T04:24:27.187Z | words system system spanish |
| 250 | 2025-01-22T04:24:27.515Z | PUBLISHER TYPE STATUS P LOCATION |
| 251 | 2025-01-22T04:24:27.515Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 252 | 2025-01-22T04:24:30.309Z | FMRI IFO |
| 253 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 254 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 255 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 256 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 257 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 258 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 259 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 260 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 261 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 262 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 263 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 264 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 265 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 266 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 267 | 2025-01-22T04:24:30.309Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 268 | 2025-01-22T04:24:31.066Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 269 | 2025-01-22T04:24:31.347Z | Updating crates.io index |
| 270 | 2025-01-22T04:24:31.442Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 271 | 2025-01-22T04:24:31.748Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2025-01-22T04:24:32.277Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 273 | 2025-01-22T04:24:32.567Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2025-01-22T04:24:32.811Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 275 | 2025-01-22T04:24:33.181Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 276 | 2025-01-22T04:24:34.071Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 277 | 2025-01-22T04:24:35.722Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 278 | 2025-01-22T04:24:36.352Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 279 | 2025-01-22T04:24:37.738Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 280 | 2025-01-22T04:24:37.986Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 281 | 2025-01-22T04:24:38.283Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 282 | 2025-01-22T04:24:38.843Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 283 | 2025-01-22T04:24:39.224Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2025-01-22T04:24:39.475Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 285 | 2025-01-22T04:24:39.729Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 286 | 2025-01-22T04:24:40.019Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 287 | 2025-01-22T04:24:40.247Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 288 | 2025-01-22T04:24:40.525Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 289 | 2025-01-22T04:24:40.845Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 290 | 2025-01-22T04:24:41.152Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 291 | 2025-01-22T04:24:41.433Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 292 | 2025-01-22T04:24:41.820Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 293 | 2025-01-22T04:24:42.271Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 294 | 2025-01-22T04:24:42.523Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2025-01-22T04:24:43.048Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 296 | 2025-01-22T04:24:43.382Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 297 | 2025-01-22T04:24:43.687Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 298 | 2025-01-22T04:24:43.920Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 299 | 2025-01-22T04:24:44.179Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 300 | 2025-01-22T04:24:45.408Z | Downloading crates ... |
| 301 | 2025-01-22T04:24:45.483Z | Downloaded anstyle v1.0.10 |
| 302 | 2025-01-22T04:24:45.499Z | Downloaded dof v0.3.0 |
| 303 | 2025-01-22T04:24:45.507Z | Downloaded dtrace-parser v0.2.0 |
| 304 | 2025-01-22T04:24:45.536Z | Downloaded scroll_derive v0.12.0 |
| 305 | 2025-01-22T04:24:45.538Z | Downloaded equivalent v1.0.1 |
| 306 | 2025-01-22T04:24:45.541Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2025-01-22T04:24:45.541Z | Downloaded usdt-attr-macro v0.5.0 |
| 308 | 2025-01-22T04:24:45.550Z | Downloaded fastrand v2.1.1 |
| 309 | 2025-01-22T04:24:45.553Z | Downloaded byteorder v1.5.0 |
| 310 | 2025-01-22T04:24:45.556Z | Downloaded anstyle-query v1.1.1 |
| 311 | 2025-01-22T04:24:45.558Z | Downloaded itoa v1.0.11 |
| 312 | 2025-01-22T04:24:45.561Z | Downloaded autocfg v1.4.0 |
| 313 | 2025-01-22T04:24:45.561Z | Downloaded colorchoice v1.0.2 |
| 314 | 2025-01-22T04:24:45.566Z | Downloaded swrite v0.1.0 |
| 315 | 2025-01-22T04:24:45.571Z | Downloaded camino-tempfile v1.1.1 |
| 316 | 2025-01-22T04:24:45.573Z | Downloaded digest v0.10.7 |
| 317 | 2025-01-22T04:24:45.578Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2025-01-22T04:24:45.582Z | Downloaded fnv v1.0.7 |
| 319 | 2025-01-22T04:24:45.582Z | Downloaded errno v0.3.9 |
| 320 | 2025-01-22T04:24:45.585Z | Downloaded cargo-platform v0.1.8 |
| 321 | 2025-01-22T04:24:45.585Z | Downloaded pretty-hex v0.4.1 |
| 322 | 2025-01-22T04:24:45.585Z | Downloaded bytecount v0.6.8 |
| 323 | 2025-01-22T04:24:45.592Z | Downloaded utf8parse v0.2.2 |
| 324 | 2025-01-22T04:24:45.596Z | Downloaded block-buffer v0.10.4 |
| 325 | 2025-01-22T04:24:45.596Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2025-01-22T04:24:45.599Z | Downloaded serde_tokenstream v0.2.2 |
| 327 | 2025-01-22T04:24:45.602Z | Downloaded is_terminal_polyfill v1.70.1 |
| 328 | 2025-01-22T04:24:45.604Z | Downloaded crypto-common v0.1.6 |
| 329 | 2025-01-22T04:24:45.604Z | Downloaded cargo_metadata v0.18.1 |
| 330 | 2025-01-22T04:24:45.613Z | Downloaded heck v0.4.1 |
| 331 | 2025-01-22T04:24:45.616Z | Downloaded toml_datetime v0.6.8 |
| 332 | 2025-01-22T04:24:45.616Z | Downloaded thread-id v4.2.2 |
| 333 | 2025-01-22T04:24:45.619Z | Downloaded serde_spanned v0.6.8 |
| 334 | 2025-01-22T04:24:45.619Z | Downloaded pest_generator v2.7.14 |
| 335 | 2025-01-22T04:24:45.621Z | Downloaded macaddr v1.0.1 |
| 336 | 2025-01-22T04:24:45.621Z | Downloaded terminal_size v0.4.0 |
| 337 | 2025-01-22T04:24:45.625Z | Downloaded generic-array v0.14.7 |
| 338 | 2025-01-22T04:24:45.625Z | Downloaded anstyle-parse v0.2.5 |
| 339 | 2025-01-22T04:24:45.629Z | Downloaded sha2 v0.10.8 |
| 340 | 2025-01-22T04:24:45.629Z | Downloaded fs-err v2.11.0 |
| 341 | 2025-01-22T04:24:45.634Z | Downloaded anstream v0.6.15 |
| 342 | 2025-01-22T04:24:45.634Z | Downloaded cfg-if v1.0.0 |
| 343 | 2025-01-22T04:24:45.634Z | Downloaded heck v0.5.0 |
| 344 | 2025-01-22T04:24:45.638Z | Downloaded cpufeatures v0.2.14 |
| 345 | 2025-01-22T04:24:45.642Z | Downloaded pest_derive v2.7.14 |
| 346 | 2025-01-22T04:24:45.645Z | Downloaded clap_derive v4.5.18 |
| 347 | 2025-01-22T04:24:45.647Z | Downloaded smawk v0.3.2 |
| 348 | 2025-01-22T04:24:45.647Z | Downloaded proc-macro-error v1.0.4 |
| 349 | 2025-01-22T04:24:45.650Z | Downloaded usdt v0.5.0 |
| 350 | 2025-01-22T04:24:45.655Z | Downloaded plain v0.2.3 |
| 351 | 2025-01-22T04:24:45.655Z | Downloaded once_cell v1.20.2 |
| 352 | 2025-01-22T04:24:45.657Z | Downloaded clap_lex v0.7.2 |
| 353 | 2025-01-22T04:24:45.658Z | Downloaded zerocopy-derive v0.7.35 |
| 354 | 2025-01-22T04:24:45.663Z | Downloaded strsim v0.11.1 |
| 355 | 2025-01-22T04:24:45.670Z | Downloaded thiserror v1.0.69 |
| 356 | 2025-01-22T04:24:45.675Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2025-01-22T04:24:45.675Z | Downloaded proc-macro-error-attr v1.0.4 |
| 358 | 2025-01-22T04:24:45.679Z | Downloaded memmap v0.7.0 |
| 359 | 2025-01-22T04:24:45.679Z | Downloaded cargo_toml v0.20.5 |
| 360 | 2025-01-22T04:24:45.683Z | Downloaded pest_meta v2.7.14 |
| 361 | 2025-01-22T04:24:45.683Z | Downloaded camino v1.1.9 |
| 362 | 2025-01-22T04:24:45.687Z | Downloaded anyhow v1.0.93 |
| 363 | 2025-01-22T04:24:45.687Z | Downloaded thiserror-impl v1.0.69 |
| 364 | 2025-01-22T04:24:45.690Z | Downloaded scroll v0.12.0 |
| 365 | 2025-01-22T04:24:45.690Z | Downloaded ryu v1.0.18 |
| 366 | 2025-01-22T04:24:45.695Z | Downloaded unicode-ident v1.0.14 |
| 367 | 2025-01-22T04:24:45.702Z | Downloaded semver v1.0.24 |
| 368 | 2025-01-22T04:24:45.706Z | Downloaded version_check v0.9.5 |
| 369 | 2025-01-22T04:24:45.706Z | Downloaded bitflags v2.6.0 |
| 370 | 2025-01-22T04:24:45.706Z | Downloaded log v0.4.22 |
| 371 | 2025-01-22T04:24:45.710Z | Downloaded textwrap v0.16.1 |
| 372 | 2025-01-22T04:24:45.710Z | Downloaded tempfile v3.13.0 |
| 373 | 2025-01-22T04:24:45.716Z | Downloaded serde_derive v1.0.217 |
| 374 | 2025-01-22T04:24:45.719Z | Downloaded clap v4.5.21 |
| 375 | 2025-01-22T04:24:45.726Z | Downloaded typenum v1.17.0 |
| 376 | 2025-01-22T04:24:45.728Z | Downloaded ucd-trie v0.1.7 |
| 377 | 2025-01-22T04:24:45.731Z | Downloaded toml v0.8.19 |
| 378 | 2025-01-22T04:24:45.733Z | Downloaded proc-macro2 v1.0.92 |
| 379 | 2025-01-22T04:24:45.739Z | Downloaded quote v1.0.38 |
| 380 | 2025-01-22T04:24:45.747Z | Downloaded papergrid v0.11.0 |
| 381 | 2025-01-22T04:24:45.753Z | Downloaded serde v1.0.217 |
| 382 | 2025-01-22T04:24:45.755Z | Downloaded indexmap v2.7.0 |
| 383 | 2025-01-22T04:24:45.784Z | Downloaded memchr v2.7.4 |
| 384 | 2025-01-22T04:24:45.800Z | Downloaded toml_edit v0.22.22 |
| 385 | 2025-01-22T04:24:45.820Z | Downloaded hashbrown v0.15.1 |
| 386 | 2025-01-22T04:24:45.832Z | Downloaded pest v2.7.14 |
| 387 | 2025-01-22T04:24:45.841Z | Downloaded clap_builder v4.5.21 |
| 388 | 2025-01-22T04:24:45.847Z | Downloaded winnow v0.6.20 |
| 389 | 2025-01-22T04:24:45.857Z | Downloaded serde_json v1.0.135 |
| 390 | 2025-01-22T04:24:45.862Z | Downloaded zerocopy v0.7.35 |
| 391 | 2025-01-22T04:24:45.876Z | Downloaded tabled v0.15.0 |
| 392 | 2025-01-22T04:24:45.889Z | Downloaded goblin v0.8.2 |
| 393 | 2025-01-22T04:24:45.896Z | Downloaded unicode-width v0.1.14 |
| 394 | 2025-01-22T04:24:45.913Z | Downloaded syn v1.0.109 |
| 395 | 2025-01-22T04:24:45.924Z | Downloaded syn v2.0.96 |
| 396 | 2025-01-22T04:24:45.935Z | Downloaded rustix v0.38.37 |
| 397 | 2025-01-22T04:24:45.965Z | Downloaded libc v0.2.169 |
| 398 | 2025-01-22T04:24:46.273Z | Compiling proc-macro2 v1.0.92 |
| 399 | 2025-01-22T04:24:46.273Z | Compiling unicode-ident v1.0.14 |
| 400 | 2025-01-22T04:24:46.273Z | Compiling serde v1.0.217 |
| 401 | 2025-01-22T04:24:46.275Z | Compiling version_check v0.9.5 |
| 402 | 2025-01-22T04:24:46.275Z | Compiling thiserror v1.0.69 |
| 403 | 2025-01-22T04:24:46.275Z | Compiling memchr v2.7.4 |
| 404 | 2025-01-22T04:24:46.276Z | Compiling libc v0.2.169 |
| 405 | 2025-01-22T04:24:46.308Z | Compiling ucd-trie v0.1.7 |
| 406 | 2025-01-22T04:24:46.541Z | Compiling ryu v1.0.18 |
| 407 | 2025-01-22T04:24:46.944Z | Compiling itoa v1.0.11 |
| 408 | 2025-01-22T04:24:47.016Z | Compiling once_cell v1.20.2 |
| 409 | 2025-01-22T04:24:47.069Z | Compiling byteorder v1.5.0 |
| 410 | 2025-01-22T04:24:47.174Z | Compiling rustix v0.38.37 |
| 411 | 2025-01-22T04:24:47.363Z | Compiling serde_json v1.0.135 |
| 412 | 2025-01-22T04:24:47.519Z | Compiling bitflags v2.6.0 |
| 413 | 2025-01-22T04:24:47.703Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2025-01-22T04:24:47.921Z | Compiling usdt-impl v0.5.0 |
| 415 | 2025-01-22T04:24:47.949Z | Compiling syn v1.0.109 |
| 416 | 2025-01-22T04:24:47.972Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2025-01-22T04:24:48.018Z | Compiling equivalent v1.0.1 |
| 418 | 2025-01-22T04:24:48.064Z | Compiling quote v1.0.38 |
| 419 | 2025-01-22T04:24:48.150Z | Compiling camino v1.1.9 |
| 420 | 2025-01-22T04:24:48.247Z | Compiling errno v0.3.9 |
| 421 | 2025-01-22T04:24:48.420Z | Compiling syn v2.0.96 |
| 422 | 2025-01-22T04:24:48.501Z | Compiling utf8parse v0.2.2 |
| 423 | 2025-01-22T04:24:48.549Z | Compiling plain v0.2.3 |
| 424 | 2025-01-22T04:24:48.667Z | Compiling log v0.4.22 |
| 425 | 2025-01-22T04:24:48.691Z | Compiling hashbrown v0.15.1 |
| 426 | 2025-01-22T04:24:48.724Z | Compiling anstyle-parse v0.2.5 |
| 427 | 2025-01-22T04:24:48.827Z | Compiling thread-id v4.2.2 |
| 428 | 2025-01-22T04:24:49.034Z | Compiling autocfg v1.4.0 |
| 429 | 2025-01-22T04:24:49.111Z | Compiling is_terminal_polyfill v1.70.1 |
| 430 | 2025-01-22T04:24:49.256Z | Compiling pretty-hex v0.4.1 |
| 431 | 2025-01-22T04:24:49.334Z | Compiling unicode-width v0.1.14 |
| 432 | 2025-01-22T04:24:49.484Z | Compiling winnow v0.6.20 |
| 433 | 2025-01-22T04:24:49.555Z | Compiling colorchoice v1.0.2 |
| 434 | 2025-01-22T04:24:49.742Z | Compiling indexmap v2.7.0 |
| 435 | 2025-01-22T04:24:49.781Z | Compiling anstyle v1.0.10 |
| 436 | 2025-01-22T04:24:49.881Z | Compiling semver v1.0.24 |
| 437 | 2025-01-22T04:24:49.950Z | Compiling anstyle-query v1.1.1 |
| 438 | 2025-01-22T04:24:50.130Z | Compiling fs-err v2.11.0 |
| 439 | 2025-01-22T04:24:50.239Z | Compiling anstream v0.6.15 |
| 440 | 2025-01-22T04:24:50.439Z | Compiling terminal_size v0.4.0 |
| 441 | 2025-01-22T04:24:50.772Z | Compiling cfg-if v1.0.0 |
| 442 | 2025-01-22T04:24:50.861Z | Compiling fnv v1.0.7 |
| 443 | 2025-01-22T04:24:50.887Z | Compiling clap_lex v0.7.2 |
| 444 | 2025-01-22T04:24:50.937Z | Compiling fastrand v2.1.1 |
| 445 | 2025-01-22T04:24:50.962Z | Compiling anyhow v1.0.93 |
| 446 | 2025-01-22T04:24:51.006Z | Compiling heck v0.4.1 |
| 447 | 2025-01-22T04:24:51.065Z | Compiling strsim v0.11.1 |
| 448 | 2025-01-22T04:24:51.318Z | Compiling heck v0.5.0 |
| 449 | 2025-01-22T04:24:51.469Z | Compiling bytecount v0.6.8 |
| 450 | 2025-01-22T04:24:51.763Z | Compiling papergrid v0.11.0 |
| 451 | 2025-01-22T04:24:51.815Z | Compiling clap_builder v4.5.21 |
| 452 | 2025-01-22T04:24:51.873Z | Compiling tempfile v3.13.0 |
| 453 | 2025-01-22T04:24:52.099Z | Compiling memmap v0.7.0 |
| 454 | 2025-01-22T04:24:52.128Z | Compiling smawk v0.3.2 |
| 455 | 2025-01-22T04:24:52.352Z | Compiling unicode-linebreak v0.1.5 |
| 456 | 2025-01-22T04:24:52.807Z | Compiling textwrap v0.16.1 |
| 457 | 2025-01-22T04:24:52.876Z | Compiling swrite v0.1.0 |
| 458 | 2025-01-22T04:24:53.667Z | Compiling tabled_derive v0.7.0 |
| 459 | 2025-01-22T04:24:55.209Z | Compiling serde_derive v1.0.217 |
| 460 | 2025-01-22T04:24:55.209Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2025-01-22T04:24:55.212Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2025-01-22T04:24:55.212Z | Compiling scroll_derive v0.12.0 |
| 463 | 2025-01-22T04:24:55.212Z | Compiling clap_derive v4.5.18 |
| 464 | 2025-01-22T04:24:55.378Z | Compiling tabled v0.15.0 |
| 465 | 2025-01-22T04:24:56.424Z | Compiling scroll v0.12.0 |
| 466 | 2025-01-22T04:24:56.953Z | Compiling zerocopy v0.7.35 |
| 467 | 2025-01-22T04:24:56.990Z | Compiling goblin v0.8.2 |
| 468 | 2025-01-22T04:24:58.048Z | Compiling pest v2.7.14 |
| 469 | 2025-01-22T04:24:58.962Z | Compiling clap v4.5.21 |
| 470 | 2025-01-22T04:25:00.275Z | Compiling pest_meta v2.7.14 |
| 471 | 2025-01-22T04:25:01.125Z | Compiling pest_generator v2.7.14 |
| 472 | 2025-01-22T04:25:02.565Z | Compiling pest_derive v2.7.14 |
| 473 | 2025-01-22T04:25:03.186Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2025-01-22T04:25:04.062Z | Compiling serde_tokenstream v0.2.2 |
| 475 | 2025-01-22T04:25:04.169Z | Compiling toml_datetime v0.6.8 |
| 476 | 2025-01-22T04:25:04.169Z | Compiling serde_spanned v0.6.8 |
| 477 | 2025-01-22T04:25:04.263Z | Compiling cargo-platform v0.1.8 |
| 478 | 2025-01-22T04:25:04.502Z | Compiling toml_edit v0.22.22 |
| 479 | 2025-01-22T04:25:04.570Z | Compiling macaddr v1.0.1 |
| 480 | 2025-01-22T04:25:04.753Z | Compiling camino-tempfile v1.1.1 |
| 481 | 2025-01-22T04:25:05.463Z | Compiling dof v0.3.0 |
| 482 | 2025-01-22T04:25:05.508Z | Compiling cargo_metadata v0.18.1 |
| 483 | 2025-01-22T04:25:06.849Z | Compiling usdt-macro v0.5.0 |
| 484 | 2025-01-22T04:25:06.851Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2025-01-22T04:25:07.250Z | Compiling toml v0.8.19 |
| 486 | 2025-01-22T04:25:07.955Z | Compiling usdt v0.5.0 |
| 487 | 2025-01-22T04:25:08.059Z | Compiling cargo_toml v0.20.5 |
| 488 | 2025-01-22T04:25:10.718Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2025-01-22T04:25:13.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.04s |
| 490 | 2025-01-22T04:25:14.163Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 491 | 2025-01-22T04:25:14.681Z | Downloading crates ... |
| 492 | 2025-01-22T04:25:14.823Z | Downloaded adler2 v2.0.0 |
| 493 | 2025-01-22T04:25:14.828Z | Downloaded arrayref v0.3.9 |
| 494 | 2025-01-22T04:25:14.832Z | Downloaded atomic-waker v1.1.2 |
| 495 | 2025-01-22T04:25:14.851Z | Downloaded atomicwrites v0.4.4 |
| 496 | 2025-01-22T04:25:14.855Z | Downloaded async-stream-impl v0.3.6 |
| 497 | 2025-01-22T04:25:14.855Z | Downloaded assert_matches v1.5.0 |
| 498 | 2025-01-22T04:25:14.859Z | Downloaded cfg_aliases v0.1.1 |
| 499 | 2025-01-22T04:25:14.861Z | Downloaded cfg_aliases v0.2.1 |
| 500 | 2025-01-22T04:25:14.868Z | Downloaded crucible-workspace-hack v0.1.0 |
| 501 | 2025-01-22T04:25:14.870Z | Downloaded crunchy v0.2.2 |
| 502 | 2025-01-22T04:25:14.887Z | Downloaded ciborium-io v0.2.2 |
| 503 | 2025-01-22T04:25:14.890Z | Downloaded atty v0.2.14 |
| 504 | 2025-01-22T04:25:14.896Z | Downloaded async-stream v0.3.6 |
| 505 | 2025-01-22T04:25:14.903Z | Downloaded backtrace v0.3.74 |
| 506 | 2025-01-22T04:25:14.908Z | Downloaded ascii-canvas v3.0.0 |
| 507 | 2025-01-22T04:25:14.912Z | Downloaded array-init v0.0.4 |
| 508 | 2025-01-22T04:25:14.916Z | Downloaded async-recursion v1.1.1 |
| 509 | 2025-01-22T04:25:14.922Z | Downloaded const_format_proc_macros v0.2.33 |
| 510 | 2025-01-22T04:25:14.926Z | Downloaded hex-literal v0.4.1 |
| 511 | 2025-01-22T04:25:14.928Z | Downloaded cstr-argument v0.1.2 |
| 512 | 2025-01-22T04:25:14.928Z | Downloaded cmake v0.1.51 |
| 513 | 2025-01-22T04:25:14.932Z | Downloaded chrono-tz-build v0.4.0 |
| 514 | 2025-01-22T04:25:14.932Z | Downloaded blowfish v0.9.1 |
| 515 | 2025-01-22T04:25:14.934Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 516 | 2025-01-22T04:25:14.934Z | Downloaded cassowary v0.3.0 |
| 517 | 2025-01-22T04:25:14.937Z | Downloaded bit-vec v0.6.3 |
| 518 | 2025-01-22T04:25:14.937Z | Downloaded crc v3.2.1 |
| 519 | 2025-01-22T04:25:14.939Z | Downloaded cobs v0.2.3 |
| 520 | 2025-01-22T04:25:14.942Z | Downloaded aead v0.5.2 |
| 521 | 2025-01-22T04:25:14.944Z | Downloaded chacha20 v0.9.1 |
| 522 | 2025-01-22T04:25:14.944Z | Downloaded bitfield-struct v0.6.2 |
| 523 | 2025-01-22T04:25:14.947Z | Downloaded bitfield v0.14.0 |
| 524 | 2025-01-22T04:25:14.947Z | Downloaded humantime v2.1.0 |
| 525 | 2025-01-22T04:25:14.950Z | Downloaded bit-set v0.5.3 |
| 526 | 2025-01-22T04:25:14.953Z | Downloaded constant_time_eq v0.3.1 |
| 527 | 2025-01-22T04:25:14.953Z | Downloaded ciborium-ll v0.2.2 |
| 528 | 2025-01-22T04:25:14.953Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 529 | 2025-01-22T04:25:14.956Z | Downloaded cipher v0.4.4 |
| 530 | 2025-01-22T04:25:14.962Z | Downloaded block-padding v0.3.3 |
| 531 | 2025-01-22T04:25:14.962Z | Downloaded http-body v1.0.1 |
| 532 | 2025-01-22T04:25:14.964Z | Downloaded crossbeam-deque v0.8.5 |
| 533 | 2025-01-22T04:25:14.964Z | Downloaded base16ct v0.2.0 |
| 534 | 2025-01-22T04:25:14.964Z | Downloaded cbc v0.1.2 |
| 535 | 2025-01-22T04:25:14.967Z | Downloaded hubpack_derive v0.1.1 |
| 536 | 2025-01-22T04:25:14.967Z | Downloaded ctr v0.9.2 |
| 537 | 2025-01-22T04:25:14.970Z | Downloaded crc-catalog v2.4.0 |
| 538 | 2025-01-22T04:25:14.972Z | Downloaded http-range v0.1.5 |
| 539 | 2025-01-22T04:25:14.972Z | Downloaded hkdf v0.12.4 |
| 540 | 2025-01-22T04:25:14.975Z | Downloaded hyper-tls v0.6.0 |
| 541 | 2025-01-22T04:25:14.978Z | Downloaded httpdate v1.0.3 |
| 542 | 2025-01-22T04:25:14.978Z | Downloaded http-body-util v0.1.2 |
| 543 | 2025-01-22T04:25:14.980Z | Downloaded home v0.5.9 |
| 544 | 2025-01-22T04:25:14.983Z | Downloaded hickory-client v0.24.2 |
| 545 | 2025-01-22T04:25:14.985Z | Downloaded async-trait v0.1.83 |
| 546 | 2025-01-22T04:25:14.988Z | Downloaded hubpack v0.1.2 |
| 547 | 2025-01-22T04:25:14.990Z | Downloaded httparse v1.9.5 |
| 548 | 2025-01-22T04:25:14.993Z | Downloaded hostname v0.3.1 |
| 549 | 2025-01-22T04:25:14.995Z | Downloaded hex v0.4.3 |
| 550 | 2025-01-22T04:25:14.998Z | Downloaded darling v0.20.10 |
| 551 | 2025-01-22T04:25:15.000Z | Downloaded colored v2.1.0 |
| 552 | 2025-01-22T04:25:15.003Z | Downloaded icu_locid_transform v1.5.0 |
| 553 | 2025-01-22T04:25:15.006Z | Downloaded icu_locid v1.5.0 |
| 554 | 2025-01-22T04:25:15.011Z | Downloaded iana-time-zone v0.1.61 |
| 555 | 2025-01-22T04:25:15.015Z | Downloaded crc32fast v1.4.2 |
| 556 | 2025-01-22T04:25:15.017Z | Downloaded ident_case v1.0.1 |
| 557 | 2025-01-22T04:25:15.020Z | Downloaded ciborium v0.2.2 |
| 558 | 2025-01-22T04:25:15.023Z | Downloaded cancel-safe-futures v0.1.5 |
| 559 | 2025-01-22T04:25:15.025Z | Downloaded hyper-staticfile v0.10.1 |
| 560 | 2025-01-22T04:25:15.028Z | Downloaded icu_provider_macros v1.5.0 |
| 561 | 2025-01-22T04:25:15.030Z | Downloaded hickory-resolver v0.24.2 |
| 562 | 2025-01-22T04:25:15.034Z | Downloaded radium v0.7.0 |
| 563 | 2025-01-22T04:25:15.037Z | Downloaded is_ci v1.2.0 |
| 564 | 2025-01-22T04:25:15.037Z | Downloaded instant v0.1.13 |
| 565 | 2025-01-22T04:25:15.041Z | Downloaded addr2line v0.24.2 |
| 566 | 2025-01-22T04:25:15.045Z | Downloaded http v1.2.0 |
| 567 | 2025-01-22T04:25:15.048Z | Downloaded idna_adapter v1.2.0 |
| 568 | 2025-01-22T04:25:15.048Z | Downloaded toolchain_find v0.4.0 |
| 569 | 2025-01-22T04:25:15.057Z | Downloaded hyper-rustls v0.27.3 |
| 570 | 2025-01-22T04:25:15.060Z | Downloaded md5 v0.7.0 |
| 571 | 2025-01-22T04:25:15.060Z | Downloaded match_cfg v0.1.0 |
| 572 | 2025-01-22T04:25:15.060Z | Downloaded hickory-server v0.24.2 |
| 573 | 2025-01-22T04:25:15.060Z | Downloaded rustc_version v0.1.7 |
| 574 | 2025-01-22T04:25:15.060Z | Downloaded hyper-util v0.1.10 |
| 575 | 2025-01-22T04:25:15.065Z | Downloaded internet-checksum v0.2.1 |
| 576 | 2025-01-22T04:25:15.068Z | Downloaded instability v0.3.2 |
| 577 | 2025-01-22T04:25:15.070Z | Downloaded crossbeam-epoch v0.9.18 |
| 578 | 2025-01-22T04:25:15.073Z | Downloaded lru-cache v0.1.2 |
| 579 | 2025-01-22T04:25:15.073Z | Downloaded lazy_static v1.5.0 |
| 580 | 2025-01-22T04:25:15.075Z | Downloaded mirai-annotations v1.12.0 |
| 581 | 2025-01-22T04:25:15.075Z | Downloaded libefi-sys v0.1.0 |
| 582 | 2025-01-22T04:25:15.078Z | Downloaded lalrpop-util v0.19.12 |
| 583 | 2025-01-22T04:25:15.081Z | Downloaded indoc v1.0.9 |
| 584 | 2025-01-22T04:25:15.083Z | Downloaded lru v0.12.5 |
| 585 | 2025-01-22T04:25:15.083Z | Downloaded keccak v0.1.5 |
| 586 | 2025-01-22T04:25:15.086Z | Downloaded ipnetwork v0.20.0 |
| 587 | 2025-01-22T04:25:15.090Z | Downloaded maybe-uninit v2.0.0 |
| 588 | 2025-01-22T04:25:15.090Z | Downloaded waitgroup v0.1.2 |
| 589 | 2025-01-22T04:25:15.092Z | Downloaded md-5 v0.10.6 |
| 590 | 2025-01-22T04:25:15.092Z | Downloaded lockfree-object-pool v0.1.6 |
| 591 | 2025-01-22T04:25:15.095Z | Downloaded sigpipe v0.1.3 |
| 592 | 2025-01-22T04:25:15.095Z | Downloaded maplit v1.0.2 |
| 593 | 2025-01-22T04:25:15.098Z | Downloaded scheduled-thread-pool v0.2.7 |
| 594 | 2025-01-22T04:25:15.101Z | Downloaded zone_cfg_derive v0.3.0 |
| 595 | 2025-01-22T04:25:15.101Z | Downloaded zone_cfg_derive v0.1.2 |
| 596 | 2025-01-22T04:25:15.101Z | Downloaded foreign-types v0.5.0 |
| 597 | 2025-01-22T04:25:15.101Z | Downloaded signal-hook-registry v1.4.2 |
| 598 | 2025-01-22T04:25:15.105Z | Downloaded kstat-rs v0.2.4 |
| 599 | 2025-01-22T04:25:15.105Z | Downloaded signal-hook-mio v0.2.4 |
| 600 | 2025-01-22T04:25:15.108Z | Downloaded stringprep v0.1.5 |
| 601 | 2025-01-22T04:25:15.108Z | Downloaded signature v2.2.0 |
| 602 | 2025-01-22T04:25:15.111Z | Downloaded signal-hook-tokio v0.3.1 |
| 603 | 2025-01-22T04:25:15.111Z | Downloaded memoffset v0.9.1 |
| 604 | 2025-01-22T04:25:15.114Z | Downloaded libsw v3.3.1 |
| 605 | 2025-01-22T04:25:15.116Z | Downloaded new_debug_unreachable v1.0.6 |
| 606 | 2025-01-22T04:25:15.116Z | Downloaded tabwriter v1.4.0 |
| 607 | 2025-01-22T04:25:15.119Z | Downloaded jobserver v0.1.32 |
| 608 | 2025-01-22T04:25:15.121Z | Downloaded string_cache v0.8.7 |
| 609 | 2025-01-22T04:25:15.121Z | Downloaded mime_guess v2.0.5 |
| 610 | 2025-01-22T04:25:15.124Z | Downloaded number_prefix v0.4.0 |
| 611 | 2025-01-22T04:25:15.127Z | Downloaded allocator-api2 v0.2.18 |
| 612 | 2025-01-22T04:25:15.130Z | Downloaded ipnet v2.10.1 |
| 613 | 2025-01-22T04:25:15.133Z | Downloaded icu_collections v1.5.0 |
| 614 | 2025-01-22T04:25:15.138Z | Downloaded universal-hash v0.5.1 |
| 615 | 2025-01-22T04:25:15.141Z | Downloaded twox-hash v1.6.3 |
| 616 | 2025-01-22T04:25:15.141Z | Downloaded progenitor-client v0.9.1 |
| 617 | 2025-01-22T04:25:15.144Z | Downloaded bytes v1.9.0 |
| 618 | 2025-01-22T04:25:15.147Z | Downloaded difflib v0.4.0 |
| 619 | 2025-01-22T04:25:15.150Z | Downloaded dirs-next v2.0.0 |
| 620 | 2025-01-22T04:25:15.150Z | Downloaded zone v0.3.0 |
| 621 | 2025-01-22T04:25:15.154Z | Downloaded litemap v0.7.3 |
| 622 | 2025-01-22T04:25:15.156Z | Downloaded base64 v0.13.1 |
| 623 | 2025-01-22T04:25:15.159Z | Downloaded newline-converter v0.3.0 |
| 624 | 2025-01-22T04:25:15.159Z | Downloaded icu_normalizer v1.5.0 |
| 625 | 2025-01-22T04:25:15.163Z | Downloaded icu_normalizer_data v1.5.0 |
| 626 | 2025-01-22T04:25:15.165Z | Downloaded topological-sort v0.2.2 |
| 627 | 2025-01-22T04:25:15.168Z | Downloaded peg v0.8.4 |
| 628 | 2025-01-22T04:25:15.171Z | Downloaded futures-io v0.3.31 |
| 629 | 2025-01-22T04:25:15.173Z | Downloaded futures-executor v0.3.31 |
| 630 | 2025-01-22T04:25:15.176Z | Downloaded litrs v0.4.1 |
| 631 | 2025-01-22T04:25:15.179Z | Downloaded libloading v0.8.5 |
| 632 | 2025-01-22T04:25:15.181Z | Downloaded mockall_derive v0.13.0 |
| 633 | 2025-01-22T04:25:15.184Z | Downloaded hyper v1.5.2 |
| 634 | 2025-01-22T04:25:15.190Z | Downloaded polyval v0.6.2 |
| 635 | 2025-01-22T04:25:15.192Z | Downloaded num_enum_derive v0.5.11 |
| 636 | 2025-01-22T04:25:15.195Z | Downloaded num_enum v0.5.11 |
| 637 | 2025-01-22T04:25:15.199Z | Downloaded ed25519 v2.2.3 |
| 638 | 2025-01-22T04:25:15.201Z | Downloaded futures-core v0.3.31 |
| 639 | 2025-01-22T04:25:15.204Z | Downloaded indicatif v0.17.9 |
| 640 | 2025-01-22T04:25:15.207Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 641 | 2025-01-22T04:25:15.210Z | Downloaded ecdsa v0.16.9 |
| 642 | 2025-01-22T04:25:15.213Z | Downloaded scopeguard v1.2.0 |
| 643 | 2025-01-22T04:25:15.213Z | Downloaded pbkdf2 v0.12.2 |
| 644 | 2025-01-22T04:25:15.215Z | Downloaded sync_wrapper v1.0.1 |
| 645 | 2025-01-22T04:25:15.215Z | Downloaded time-core v0.1.2 |
| 646 | 2025-01-22T04:25:15.218Z | Downloaded base64 v0.22.1 |
| 647 | 2025-01-22T04:25:15.222Z | Downloaded static_assertions v1.1.0 |
| 648 | 2025-01-22T04:25:15.226Z | Downloaded stable_deref_trait v1.2.0 |
| 649 | 2025-01-22T04:25:15.226Z | Downloaded scrypt v0.11.0 |
| 650 | 2025-01-22T04:25:15.236Z | Downloaded derive_builder_macro v0.20.2 |
| 651 | 2025-01-22T04:25:15.239Z | Downloaded icu_properties v1.5.1 |
| 652 | 2025-01-22T04:25:15.241Z | Downloaded futures-macro v0.3.31 |
| 653 | 2025-01-22T04:25:15.244Z | Downloaded r2d2 v0.8.10 |
| 654 | 2025-01-22T04:25:15.244Z | Downloaded quinn-udp v0.5.5 |
| 655 | 2025-01-22T04:25:15.247Z | Downloaded fatfs v0.3.6 |
| 656 | 2025-01-22T04:25:15.249Z | Downloaded serde-big-array v0.5.1 |
| 657 | 2025-01-22T04:25:15.252Z | Downloaded newtype_derive v0.1.6 |
| 658 | 2025-01-22T04:25:15.255Z | Downloaded opaque-debug v0.3.1 |
| 659 | 2025-01-22T04:25:15.255Z | Downloaded nodrop v0.1.14 |
| 660 | 2025-01-22T04:25:15.255Z | Downloaded futures-channel v0.3.31 |
| 661 | 2025-01-22T04:25:15.258Z | Downloaded newtype-uuid v1.2.1 |
| 662 | 2025-01-22T04:25:15.261Z | Downloaded same-file v1.0.6 |
| 663 | 2025-01-22T04:25:15.261Z | Downloaded phf_shared v0.10.0 |
| 664 | 2025-01-22T04:25:15.261Z | Downloaded miniz_oxide v0.8.0 |
| 665 | 2025-01-22T04:25:15.264Z | Downloaded subtle v2.6.1 |
| 666 | 2025-01-22T04:25:15.267Z | Downloaded num-rational v0.4.2 |
| 667 | 2025-01-22T04:25:15.267Z | Downloaded uuid v1.12.0 |
| 668 | 2025-01-22T04:25:15.270Z | Downloaded parking_lot v0.12.3 |
| 669 | 2025-01-22T04:25:15.273Z | Downloaded ron v0.8.1 |
| 670 | 2025-01-22T04:25:15.279Z | Downloaded supports-color v3.0.1 |
| 671 | 2025-01-22T04:25:15.281Z | Downloaded smallvec v1.13.2 |
| 672 | 2025-01-22T04:25:15.285Z | Downloaded defmt v0.3.8 |
| 673 | 2025-01-22T04:25:15.287Z | Downloaded utf16_iter v1.0.5 |
| 674 | 2025-01-22T04:25:15.290Z | Downloaded ff v0.13.0 |
| 675 | 2025-01-22T04:25:15.292Z | Downloaded tinyvec_macros v0.1.1 |
| 676 | 2025-01-22T04:25:15.292Z | Downloaded take_mut v0.2.2 |
| 677 | 2025-01-22T04:25:15.292Z | Downloaded tokio-tungstenite v0.24.0 |
| 678 | 2025-01-22T04:25:15.295Z | Downloaded chacha20poly1305 v0.10.1 |
| 679 | 2025-01-22T04:25:15.297Z | Downloaded tokio-tungstenite v0.23.1 |
| 680 | 2025-01-22T04:25:15.300Z | Downloaded hash32 v0.3.1 |
| 681 | 2025-01-22T04:25:15.302Z | Downloaded fd-lock v4.0.2 |
| 682 | 2025-01-22T04:25:15.305Z | Downloaded fragile v2.0.0 |
| 683 | 2025-01-22T04:25:15.308Z | Downloaded ena v0.14.3 |
| 684 | 2025-01-22T04:25:15.310Z | Downloaded utf-8 v0.7.6 |
| 685 | 2025-01-22T04:25:15.310Z | Downloaded path-slash v0.1.5 |
| 686 | 2025-01-22T04:25:15.310Z | Downloaded crossbeam-channel v0.5.13 |
| 687 | 2025-01-22T04:25:15.316Z | Downloaded pin-utils v0.1.0 |
| 688 | 2025-01-22T04:25:15.319Z | Downloaded cc v1.1.30 |
| 689 | 2025-01-22T04:25:15.322Z | Downloaded resolv-conf v0.7.0 |
| 690 | 2025-01-22T04:25:15.324Z | Downloaded serde_urlencoded v0.7.1 |
| 691 | 2025-01-22T04:25:15.327Z | Downloaded rustfmt-wrapper v0.2.1 |
| 692 | 2025-01-22T04:25:15.327Z | Downloaded rfc6979 v0.4.0 |
| 693 | 2025-01-22T04:25:15.329Z | Downloaded foreign-types-shared v0.3.1 |
| 694 | 2025-01-22T04:25:15.329Z | Downloaded downcast v0.11.0 |
| 695 | 2025-01-22T04:25:15.331Z | Downloaded spki v0.7.3 |
| 696 | 2025-01-22T04:25:15.335Z | Downloaded smf v0.2.3 |
| 697 | 2025-01-22T04:25:15.335Z | Downloaded slog-envlogger v2.2.0 |
| 698 | 2025-01-22T04:25:15.338Z | Downloaded rustversion v1.0.17 |
| 699 | 2025-01-22T04:25:15.338Z | Downloaded headers v0.4.0 |
| 700 | 2025-01-22T04:25:15.344Z | Downloaded rand_core v0.6.4 |
| 701 | 2025-01-22T04:25:15.347Z | Downloaded des v0.8.1 |
| 702 | 2025-01-22T04:25:15.349Z | Downloaded num-integer v0.1.46 |
| 703 | 2025-01-22T04:25:15.352Z | Downloaded openssl-macros v0.1.1 |
| 704 | 2025-01-22T04:25:15.352Z | Downloaded tls_codec_derive v0.4.1 |
| 705 | 2025-01-22T04:25:15.354Z | Downloaded progenitor-impl v0.8.0 |
| 706 | 2025-01-22T04:25:15.357Z | Downloaded value-bag v1.9.0 |
| 707 | 2025-01-22T04:25:15.360Z | Downloaded strum_macros v0.26.4 |
| 708 | 2025-01-22T04:25:15.362Z | Downloaded unarray v0.1.4 |
| 709 | 2025-01-22T04:25:15.364Z | Downloaded typify-macro v0.3.0 |
| 710 | 2025-01-22T04:25:15.364Z | Downloaded num-conv v0.1.0 |
| 711 | 2025-01-22T04:25:15.367Z | Downloaded tls_codec v0.4.1 |
| 712 | 2025-01-22T04:25:15.369Z | Downloaded typify-macro v0.2.0 |
| 713 | 2025-01-22T04:25:15.369Z | Downloaded strum_macros v0.25.3 |
| 714 | 2025-01-22T04:25:15.372Z | Downloaded derive_builder_core v0.20.2 |
| 715 | 2025-01-22T04:25:15.374Z | Downloaded fs_extra v1.3.0 |
| 716 | 2025-01-22T04:25:15.377Z | Downloaded postgres-protocol v0.6.7 |
| 717 | 2025-01-22T04:25:15.379Z | Downloaded rand v0.8.5 |
| 718 | 2025-01-22T04:25:15.382Z | Downloaded zip v0.6.6 |
| 719 | 2025-01-22T04:25:15.387Z | Downloaded postcard v1.0.10 |
| 720 | 2025-01-22T04:25:15.390Z | Downloaded peg-macros v0.8.4 |
| 721 | 2025-01-22T04:25:15.392Z | Downloaded group v0.13.0 |
| 722 | 2025-01-22T04:25:15.395Z | Downloaded dsl_auto_type v0.1.2 |
| 723 | 2025-01-22T04:25:15.397Z | Downloaded form_urlencoded v1.2.1 |
| 724 | 2025-01-22T04:25:15.397Z | Downloaded document-features v0.2.10 |
| 725 | 2025-01-22T04:25:15.400Z | Downloaded glob v0.3.1 |
| 726 | 2025-01-22T04:25:15.400Z | Downloaded schemars v0.8.21 |
| 727 | 2025-01-22T04:25:15.412Z | Downloaded float-ord v0.3.2 |
| 728 | 2025-01-22T04:25:15.416Z | Downloaded unicase v2.7.0 |
| 729 | 2025-01-22T04:25:15.419Z | Downloaded aes v0.8.4 |
| 730 | 2025-01-22T04:25:15.422Z | Downloaded tracing-attributes v0.1.27 |
| 731 | 2025-01-22T04:25:15.424Z | Downloaded omicron-zone-package v0.12.0 |
| 732 | 2025-01-22T04:25:15.427Z | Downloaded time-macros v0.2.18 |
| 733 | 2025-01-22T04:25:15.429Z | Downloaded zip v2.1.3 |
| 734 | 2025-01-22T04:25:15.434Z | Downloaded peg-runtime v0.8.3 |
| 735 | 2025-01-22T04:25:15.436Z | Downloaded slog-bunyan v2.5.0 |
| 736 | 2025-01-22T04:25:15.436Z | Downloaded ref-cast v1.0.23 |
| 737 | 2025-01-22T04:25:15.439Z | Downloaded ref-cast-impl v1.0.23 |
| 738 | 2025-01-22T04:25:15.441Z | Downloaded siphasher v0.3.11 |
| 739 | 2025-01-22T04:25:15.444Z | Downloaded serde_plain v1.0.2 |
| 740 | 2025-01-22T04:25:15.444Z | Downloaded primeorder v0.13.6 |
| 741 | 2025-01-22T04:25:15.446Z | Downloaded openssl-probe v0.1.5 |
| 742 | 2025-01-22T04:25:15.446Z | Downloaded defmt-macros v0.3.9 |
| 743 | 2025-01-22T04:25:15.450Z | Downloaded tap v1.0.1 |
| 744 | 2025-01-22T04:25:15.452Z | Downloaded spin v0.9.8 |
| 745 | 2025-01-22T04:25:15.455Z | Downloaded globset v0.4.15 |
| 746 | 2025-01-22T04:25:15.458Z | Downloaded tungstenite v0.24.0 |
| 747 | 2025-01-22T04:25:15.461Z | Downloaded serde_with_macros v3.11.0 |
| 748 | 2025-01-22T04:25:15.465Z | Downloaded tungstenite v0.23.0 |
| 749 | 2025-01-22T04:25:15.467Z | Downloaded float-cmp v0.9.0 |
| 750 | 2025-01-22T04:25:15.467Z | Downloaded dirs-sys-next v0.1.2 |
| 751 | 2025-01-22T04:25:15.469Z | Downloaded tower-service v0.3.3 |
| 752 | 2025-01-22T04:25:15.472Z | Downloaded rustc-demangle v0.1.24 |
| 753 | 2025-01-22T04:25:15.472Z | Downloaded steno v0.4.1 |
| 754 | 2025-01-22T04:25:15.476Z | Downloaded which v4.4.2 |
| 755 | 2025-01-22T04:25:15.479Z | Downloaded thiserror-impl v2.0.11 |
| 756 | 2025-01-22T04:25:15.481Z | Downloaded samael v0.0.17 |
| 757 | 2025-01-22T04:25:15.487Z | Downloaded pem v3.0.4 |
| 758 | 2025-01-22T04:25:15.490Z | Downloaded paste v1.0.15 |
| 759 | 2025-01-22T04:25:15.492Z | Downloaded vte_generate_state_changes v0.1.2 |
| 760 | 2025-01-22T04:25:15.495Z | Downloaded precomputed-hash v0.1.1 |
| 761 | 2025-01-22T04:25:15.495Z | Downloaded num-bigint v0.4.6 |
| 762 | 2025-01-22T04:25:15.499Z | Downloaded darling_macro v0.20.10 |
| 763 | 2025-01-22T04:25:15.501Z | Downloaded slab v0.4.9 |
| 764 | 2025-01-22T04:25:15.504Z | Downloaded crossterm v0.28.1 |
| 765 | 2025-01-22T04:25:15.509Z | Downloaded structmeta v0.2.0 |
| 766 | 2025-01-22T04:25:15.511Z | Downloaded itertools v0.12.1 |
| 767 | 2025-01-22T04:25:15.521Z | Downloaded native-tls v0.2.12 |
| 768 | 2025-01-22T04:25:15.524Z | Downloaded typify v0.3.0 |
| 769 | 2025-01-22T04:25:15.526Z | Downloaded progenitor-macro v0.8.0 |
| 770 | 2025-01-22T04:25:15.526Z | Downloaded idna v1.0.3 |
| 771 | 2025-01-22T04:25:15.532Z | Downloaded subprocess v0.2.9 |
| 772 | 2025-01-22T04:25:15.535Z | Downloaded deranged v0.3.11 |
| 773 | 2025-01-22T04:25:15.535Z | Downloaded itertools v0.13.0 |
| 774 | 2025-01-22T04:25:15.543Z | Downloaded hash32 v0.2.1 |
| 775 | 2025-01-22T04:25:15.547Z | Downloaded gethostname v0.5.0 |
| 776 | 2025-01-22T04:25:15.547Z | Downloaded yoke-derive v0.7.4 |
| 777 | 2025-01-22T04:25:15.550Z | Downloaded dropshot_endpoint v0.12.0 |
| 778 | 2025-01-22T04:25:15.553Z | Downloaded password-hash v0.5.0 |
| 779 | 2025-01-22T04:25:15.553Z | Downloaded vte v0.11.1 |
| 780 | 2025-01-22T04:25:15.555Z | Downloaded ppv-lite86 v0.2.20 |
| 781 | 2025-01-22T04:25:15.558Z | Downloaded vsss-rs v3.3.4 |
| 782 | 2025-01-22T04:25:15.562Z | Downloaded slog-stdlog v4.1.1 |
| 783 | 2025-01-22T04:25:15.562Z | Downloaded slog-scope v4.4.0 |
| 784 | 2025-01-22T04:25:15.565Z | Downloaded postgres-types v0.2.8 |
| 785 | 2025-01-22T04:25:15.568Z | Downloaded pin-project-lite v0.2.14 |
| 786 | 2025-01-22T04:25:15.571Z | Downloaded endian-type v0.1.2 |
| 787 | 2025-01-22T04:25:15.574Z | Downloaded debug-ignore v1.0.5 |
| 788 | 2025-01-22T04:25:15.574Z | Downloaded data-encoding v2.6.0 |
| 789 | 2025-01-22T04:25:15.577Z | Downloaded russh-keys v0.45.0 |
| 790 | 2025-01-22T04:25:15.581Z | Downloaded rusty-fork v0.3.0 |
| 791 | 2025-01-22T04:25:15.581Z | Downloaded zerocopy-derive v0.8.10 |
| 792 | 2025-01-22T04:25:15.587Z | Downloaded strum v0.26.3 |
| 793 | 2025-01-22T04:25:15.590Z | Downloaded defmt-parser v0.3.4 |
| 794 | 2025-01-22T04:25:15.590Z | Downloaded oso v0.27.3 |
| 795 | 2025-01-22T04:25:15.593Z | Downloaded foreign-types v0.3.2 |
| 796 | 2025-01-22T04:25:15.596Z | Downloaded rand_seeder v0.3.0 |
| 797 | 2025-01-22T04:25:15.596Z | Downloaded pem-rfc7468 v0.7.0 |
| 798 | 2025-01-22T04:25:15.598Z | Downloaded password-hash v0.4.2 |
| 799 | 2025-01-22T04:25:15.601Z | Downloaded normalize-line-endings v0.3.0 |
| 800 | 2025-01-22T04:25:15.601Z | Downloaded oso-derive v0.27.3 |
| 801 | 2025-01-22T04:25:15.606Z | Downloaded foreign-types-shared v0.1.1 |
| 802 | 2025-01-22T04:25:15.606Z | Downloaded nu-ansi-term v0.50.1 |
| 803 | 2025-01-22T04:25:15.606Z | Downloaded rayon-core v1.12.1 |
| 804 | 2025-01-22T04:25:15.610Z | Downloaded tui-tree-widget v0.22.0 |
| 805 | 2025-01-22T04:25:15.613Z | Downloaded slog-dtrace v0.3.0 |
| 806 | 2025-01-22T04:25:15.616Z | Downloaded simd-adler32 v0.3.7 |
| 807 | 2025-01-22T04:25:15.616Z | Downloaded write16 v1.0.0 |
| 808 | 2025-01-22T04:25:15.620Z | Downloaded tungstenite v0.21.0 |
| 809 | 2025-01-22T04:25:15.622Z | Downloaded sha1 v0.10.6 |
| 810 | 2025-01-22T04:25:15.622Z | Downloaded serde_repr v0.1.19 |
| 811 | 2025-01-22T04:25:15.625Z | Downloaded qorb v0.2.1 |
| 812 | 2025-01-22T04:25:15.629Z | Downloaded progenitor-client v0.8.0 |
| 813 | 2025-01-22T04:25:15.633Z | Downloaded percent-encoding v2.3.1 |
| 814 | 2025-01-22T04:25:15.633Z | Downloaded headers-core v0.3.0 |
| 815 | 2025-01-22T04:25:15.633Z | Downloaded fxhash v0.2.1 |
| 816 | 2025-01-22T04:25:15.637Z | Downloaded slog-async v2.8.0 |
| 817 | 2025-01-22T04:25:15.637Z | Downloaded xz2 v0.1.7 |
| 818 | 2025-01-22T04:25:15.640Z | Downloaded fallible-iterator v0.2.0 |
| 819 | 2025-01-22T04:25:15.640Z | Downloaded term v0.7.0 |
| 820 | 2025-01-22T04:25:15.643Z | Downloaded structmeta-derive v0.2.0 |
| 821 | 2025-01-22T04:25:15.646Z | Downloaded rpassword v7.3.1 |
| 822 | 2025-01-22T04:25:15.646Z | Downloaded foldhash v0.1.3 |
| 823 | 2025-01-22T04:25:15.649Z | Downloaded half v2.4.1 |
| 824 | 2025-01-22T04:25:15.652Z | Downloaded thiserror v2.0.11 |
| 825 | 2025-01-22T04:25:15.656Z | Downloaded structmeta-derive v0.3.0 |
| 826 | 2025-01-22T04:25:15.659Z | Downloaded rustc-hash v1.1.0 |
| 827 | 2025-01-22T04:25:15.659Z | Downloaded env_logger v0.10.2 |
| 828 | 2025-01-22T04:25:15.663Z | Downloaded writeable v0.5.5 |
| 829 | 2025-01-22T04:25:15.667Z | Downloaded rand_chacha v0.3.1 |
| 830 | 2025-01-22T04:25:15.667Z | Downloaded parking_lot v0.11.2 |
| 831 | 2025-01-22T04:25:15.672Z | Downloaded der v0.7.9 |
| 832 | 2025-01-22T04:25:15.676Z | Downloaded progenitor-macro v0.9.1 |
| 833 | 2025-01-22T04:25:15.680Z | Downloaded funty v2.0.0 |
| 834 | 2025-01-22T04:25:15.680Z | Downloaded wyz v0.5.1 |
| 835 | 2025-01-22T04:25:15.680Z | Downloaded rustc_version v0.4.1 |
| 836 | 2025-01-22T04:25:15.682Z | Downloaded phf v0.11.2 |
| 837 | 2025-01-22T04:25:15.682Z | Downloaded yoke v0.7.4 |
| 838 | 2025-01-22T04:25:15.682Z | Downloaded yasna v0.5.2 |
| 839 | 2025-01-22T04:25:15.685Z | Downloaded progenitor-impl v0.9.1 |
| 840 | 2025-01-22T04:25:15.689Z | Downloaded russh-cryptovec v0.7.3 |
| 841 | 2025-01-22T04:25:15.689Z | Downloaded dyn-clone v1.0.17 |
| 842 | 2025-01-22T04:25:15.692Z | Downloaded untrusted v0.9.0 |
| 843 | 2025-01-22T04:25:15.692Z | Downloaded untrusted v0.7.1 |
| 844 | 2025-01-22T04:25:15.692Z | Downloaded slog-json v2.6.1 |
| 845 | 2025-01-22T04:25:15.695Z | Downloaded try-lock v0.2.5 |
| 846 | 2025-01-22T04:25:15.698Z | Downloaded semver v0.1.20 |
| 847 | 2025-01-22T04:25:15.698Z | Downloaded diesel_derives v2.2.3 |
| 848 | 2025-01-22T04:25:15.701Z | Downloaded env_filter v0.1.2 |
| 849 | 2025-01-22T04:25:15.704Z | Downloaded zeroize v1.8.1 |
| 850 | 2025-01-22T04:25:15.708Z | Downloaded rusqlite v0.32.1 |
| 851 | 2025-01-22T04:25:15.713Z | Downloaded snafu-derive v0.8.5 |
| 852 | 2025-01-22T04:25:15.715Z | Downloaded similar v2.6.0 |
| 853 | 2025-01-22T04:25:15.719Z | Downloaded termtree v0.4.1 |
| 854 | 2025-01-22T04:25:15.722Z | Downloaded pretty-hex v0.2.1 |
| 855 | 2025-01-22T04:25:15.722Z | Downloaded progenitor v0.8.0 |
| 856 | 2025-01-22T04:25:15.725Z | Downloaded flagset v0.4.6 |
| 857 | 2025-01-22T04:25:15.725Z | Downloaded fixedbitset v0.4.2 |
| 858 | 2025-01-22T04:25:15.728Z | Downloaded blake3 v1.5.4 |
| 859 | 2025-01-22T04:25:15.735Z | Downloaded thread_local v1.1.8 |
| 860 | 2025-01-22T04:25:15.738Z | Downloaded slog v2.7.0 |
| 861 | 2025-01-22T04:25:15.741Z | Downloaded dunce v1.0.5 |
| 862 | 2025-01-22T04:25:15.741Z | Downloaded xattr v1.3.1 |
| 863 | 2025-01-22T04:25:15.744Z | Downloaded portable-atomic v1.9.0 |
| 864 | 2025-01-22T04:25:15.748Z | Downloaded embedded-io v0.4.0 |
| 865 | 2025-01-22T04:25:15.751Z | Downloaded parse-size v1.1.0 |
| 866 | 2025-01-22T04:25:15.754Z | Downloaded zerofrom v0.1.4 |
| 867 | 2025-01-22T04:25:15.754Z | Downloaded toml v0.7.8 |
| 868 | 2025-01-22T04:25:15.757Z | Downloaded serde_with v3.11.0 |
| 869 | 2025-01-22T04:25:15.765Z | Downloaded sqlparser_derive v0.2.2 |
| 870 | 2025-01-22T04:25:15.767Z | Downloaded either v1.13.0 |
| 871 | 2025-01-22T04:25:15.767Z | Downloaded rtoolbox v0.0.2 |
| 872 | 2025-01-22T04:25:15.771Z | Downloaded owo-colors v4.1.0 |
| 873 | 2025-01-22T04:25:15.774Z | Downloaded tracing v0.1.40 |
| 874 | 2025-01-22T04:25:15.776Z | Downloaded powerfmt v0.2.0 |
| 875 | 2025-01-22T04:25:15.779Z | Downloaded rustls-pemfile v2.2.0 |
| 876 | 2025-01-22T04:25:15.781Z | Downloaded termtree v0.5.1 |
| 877 | 2025-01-22T04:25:15.781Z | Downloaded ron v0.7.1 |
| 878 | 2025-01-22T04:25:15.786Z | Downloaded rustls-webpki v0.101.7 |
| 879 | 2025-01-22T04:25:15.800Z | Downloaded parse-display v0.10.0 |
| 880 | 2025-01-22T04:25:15.803Z | Downloaded aws-lc-rs v1.10.0 |
| 881 | 2025-01-22T04:25:15.810Z | Downloaded strum_macros v0.24.3 |
| 882 | 2025-01-22T04:25:15.813Z | Downloaded futures-task v0.3.31 |
| 883 | 2025-01-22T04:25:15.816Z | Downloaded embedded-io v0.6.1 |
| 884 | 2025-01-22T04:25:15.816Z | Downloaded p256 v0.13.2 |
| 885 | 2025-01-22T04:25:15.819Z | Downloaded tokio-util v0.7.12 |
| 886 | 2025-01-22T04:25:15.825Z | Downloaded ssh-cipher v0.2.0 |
| 887 | 2025-01-22T04:25:15.828Z | Downloaded phf_generator v0.11.2 |
| 888 | 2025-01-22T04:25:15.828Z | Downloaded slog-term v2.9.1 |
| 889 | 2025-01-22T04:25:15.831Z | Downloaded parse-display-derive v0.10.0 |
| 890 | 2025-01-22T04:25:15.833Z | Downloaded nibble_vec v0.1.0 |
| 891 | 2025-01-22T04:25:15.833Z | Downloaded unicode-xid v0.2.6 |
| 892 | 2025-01-22T04:25:15.836Z | Downloaded rustyline v14.0.0 |
| 893 | 2025-01-22T04:25:15.839Z | Downloaded tokio-rustls v0.25.0 |
| 894 | 2025-01-22T04:25:15.842Z | Downloaded whoami v1.5.2 |
| 895 | 2025-01-22T04:25:15.844Z | Downloaded reqwest v0.12.9 |
| 896 | 2025-01-22T04:25:15.854Z | Downloaded ssh-encoding v0.2.0 |
| 897 | 2025-01-22T04:25:15.856Z | Downloaded tiny-keccak v2.0.2 |
| 898 | 2025-01-22T04:25:15.856Z | Downloaded futures v0.3.31 |
| 899 | 2025-01-22T04:25:15.861Z | Downloaded termcolor v1.4.1 |
| 900 | 2025-01-22T04:25:15.863Z | Downloaded publicsuffix v2.3.0 |
| 901 | 2025-01-22T04:25:15.866Z | Downloaded zerovec v0.10.4 |
| 902 | 2025-01-22T04:25:15.872Z | Downloaded parking_lot_core v0.9.10 |
| 903 | 2025-01-22T04:25:15.875Z | Downloaded unicode-normalization v0.1.24 |
| 904 | 2025-01-22T04:25:15.877Z | Downloaded sqlparser v0.45.0 |
| 905 | 2025-01-22T04:25:15.883Z | Downloaded rsa v0.9.6 |
| 906 | 2025-01-22T04:25:15.888Z | Downloaded pin-project v1.1.6 |
| 907 | 2025-01-22T04:25:15.900Z | Downloaded tinyvec v1.8.0 |
| 908 | 2025-01-22T04:25:15.903Z | Downloaded elliptic-curve v0.13.8 |
| 909 | 2025-01-22T04:25:15.907Z | Downloaded bindgen v0.69.5 |
| 910 | 2025-01-22T04:25:15.916Z | Downloaded unsafe-libyaml v0.2.11 |
| 911 | 2025-01-22T04:25:15.919Z | Downloaded h2 v0.4.6 |
| 912 | 2025-01-22T04:25:15.925Z | Downloaded parse-zoneinfo v0.3.1 |
| 913 | 2025-01-22T04:25:15.928Z | Downloaded hickory-proto v0.24.2 |
| 914 | 2025-01-22T04:25:15.947Z | Downloaded salty v0.3.0 |
| 915 | 2025-01-22T04:25:15.951Z | Downloaded tough v0.19.0 |
| 916 | 2025-01-22T04:25:15.963Z | Downloaded zerocopy v0.8.10 |
| 917 | 2025-01-22T04:25:15.983Z | Downloaded russh v0.45.0 |
| 918 | 2025-01-22T04:25:15.989Z | Downloaded bitvec v1.0.1 |
| 919 | 2025-01-22T04:25:16.004Z | Downloaded socket2 v0.5.7 |
| 920 | 2025-01-22T04:25:16.007Z | Downloaded reedline v0.35.0 |
| 921 | 2025-01-22T04:25:16.014Z | Downloaded quinn v0.11.5 |
| 922 | 2025-01-22T04:25:16.017Z | Downloaded chrono v0.4.38 |
| 923 | 2025-01-22T04:25:16.024Z | Downloaded hashbrown v0.13.2 |
| 924 | 2025-01-22T04:25:16.028Z | Downloaded rustls-pki-types v1.10.0 |
| 925 | 2025-01-22T04:25:16.032Z | Downloaded snafu v0.8.5 |
| 926 | 2025-01-22T04:25:16.038Z | Downloaded regex-syntax v0.6.29 |
| 927 | 2025-01-22T04:25:16.046Z | Downloaded openssl v0.10.66 |
| 928 | 2025-01-22T04:25:16.055Z | Downloaded darling_core v0.20.10 |
| 929 | 2025-01-22T04:25:16.066Z | Downloaded polar-core v0.27.3 |
| 930 | 2025-01-22T04:25:16.070Z | Downloaded regex v1.11.1 |
| 931 | 2025-01-22T04:25:16.084Z | Downloaded ssh-key v0.6.6 |
| 932 | 2025-01-22T04:25:16.092Z | Downloaded regex-syntax v0.8.5 |
| 933 | 2025-01-22T04:25:16.099Z | Downloaded p384 v0.13.0 |
| 934 | 2025-01-22T04:25:16.106Z | Downloaded regress v0.9.1 |
| 935 | 2025-01-22T04:25:16.116Z | Downloaded hashbrown v0.14.5 |
| 936 | 2025-01-22T04:25:16.121Z | Downloaded p521 v0.13.3 |
| 937 | 2025-01-22T04:25:16.127Z | Downloaded rayon v1.10.0 |
| 938 | 2025-01-22T04:25:16.134Z | Downloaded flate2 v1.0.35 |
| 939 | 2025-01-22T04:25:16.140Z | Downloaded openapiv3 v2.0.0 |
| 940 | 2025-01-22T04:25:16.152Z | Downloaded rustls v0.23.19 |
| 941 | 2025-01-22T04:25:16.164Z | Downloaded winnow v0.5.40 |
| 942 | 2025-01-22T04:25:16.175Z | Downloaded radix_trie v0.2.1 |
| 943 | 2025-01-22T04:25:16.178Z | Downloaded num-bigint-dig v0.8.4 |
| 944 | 2025-01-22T04:25:16.183Z | Downloaded vcpkg v0.2.15 |
| 945 | 2025-01-22T04:25:16.222Z | Downloaded lalrpop v0.19.12 |
| 946 | 2025-01-22T04:25:16.231Z | Downloaded curve25519-dalek v4.1.3 |
| 947 | 2025-01-22T04:25:16.240Z | Downloaded x509-cert v0.2.5 |
| 948 | 2025-01-22T04:25:16.246Z | Downloaded unicode-segmentation v1.12.0 |
| 949 | 2025-01-22T04:25:16.249Z | Downloaded heapless v0.7.17 |
| 950 | 2025-01-22T04:25:16.254Z | Downloaded expectorate v1.1.0 |
| 951 | 2025-01-22T04:25:16.256Z | Downloaded termios v0.3.3 |
| 952 | 2025-01-22T04:25:16.259Z | Downloaded ratatui v0.28.1 |
| 953 | 2025-01-22T04:25:16.277Z | Downloaded futures-util v0.3.31 |
| 954 | 2025-01-22T04:25:16.288Z | Downloaded sled v0.34.7 |
| 955 | 2025-01-22T04:25:16.298Z | Downloaded object v0.30.4 |
| 956 | 2025-01-22T04:25:16.307Z | Downloaded rustls-webpki v0.102.8 |
| 957 | 2025-01-22T04:25:16.325Z | Downloaded gimli v0.31.1 |
| 958 | 2025-01-22T04:25:16.333Z | Downloaded git2 v0.19.0 |
| 959 | 2025-01-22T04:25:16.341Z | Downloaded petname v2.0.2 |
| 960 | 2025-01-22T04:25:16.347Z | Downloaded predicates-core v1.0.8 |
| 961 | 2025-01-22T04:25:16.350Z | Downloaded proptest v1.5.0 |
| 962 | 2025-01-22T04:25:16.357Z | Downloaded quinn-proto v0.11.8 |
| 963 | 2025-01-22T04:25:16.364Z | Downloaded chrono-tz v0.10.0 |
| 964 | 2025-01-22T04:25:16.372Z | Downloaded regress v0.10.1 |
| 965 | 2025-01-22T04:25:16.380Z | Downloaded smoltcp v0.9.1 |
| 966 | 2025-01-22T04:25:16.391Z | Downloaded petgraph v0.6.5 |
| 967 | 2025-01-22T04:25:16.409Z | Downloaded dropshot v0.12.0 |
| 968 | 2025-01-22T04:25:16.427Z | Downloaded libz-sys v1.1.20 |
| 969 | 2025-01-22T04:25:16.448Z | Downloaded unicode-width v0.2.0 |
| 970 | 2025-01-22T04:25:16.454Z | Downloaded dropshot v0.15.1 |
| 971 | 2025-01-22T04:25:16.475Z | Downloaded nix v0.28.0 |
| 972 | 2025-01-22T04:25:16.486Z | Downloaded smoltcp v0.11.0 |
| 973 | 2025-01-22T04:25:16.498Z | Downloaded bstr v1.10.0 |
| 974 | 2025-01-22T04:25:16.509Z | Downloaded nix v0.27.1 |
| 975 | 2025-01-22T04:25:16.519Z | Downloaded nix v0.29.0 |
| 976 | 2025-01-22T04:25:16.531Z | Downloaded object v0.36.5 |
| 977 | 2025-01-22T04:25:16.542Z | Downloaded rustls v0.22.4 |
| 978 | 2025-01-22T04:25:16.555Z | Downloaded lzma-sys v0.1.20 |
| 979 | 2025-01-22T04:25:16.584Z | Downloaded diesel v2.2.6 |
| 980 | 2025-01-22T04:25:16.600Z | Downloaded typify-impl v0.2.0 |
| 981 | 2025-01-22T04:25:16.615Z | Downloaded typify-impl v0.3.0 |
| 982 | 2025-01-22T04:25:16.631Z | Downloaded webpki-roots v0.26.6 |
| 983 | 2025-01-22T04:25:16.636Z | Downloaded rustls v0.21.12 |
| 984 | 2025-01-22T04:25:16.649Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 985 | 2025-01-22T04:25:16.677Z | Downloaded regex-automata v0.4.8 |
| 986 | 2025-01-22T04:25:16.698Z | Downloaded zerocopy-derive v0.6.6 |
| 987 | 2025-01-22T04:25:16.712Z | Downloaded packed_struct_codegen v0.10.1 |
| 988 | 2025-01-22T04:25:16.715Z | Downloaded packed_struct v0.10.1 |
| 989 | 2025-01-22T04:25:16.720Z | Downloaded display-error-chain v0.2.2 |
| 990 | 2025-01-22T04:25:16.720Z | Downloaded flume v0.11.1 |
| 991 | 2025-01-22T04:25:16.724Z | Downloaded icu_properties_data v1.5.0 |
| 992 | 2025-01-22T04:25:16.734Z | Downloaded zeroize_derive v1.4.2 |
| 993 | 2025-01-22T04:25:16.736Z | Downloaded displaydoc v0.2.5 |
| 994 | 2025-01-22T04:25:16.739Z | Downloaded rand_xorshift v0.3.0 |
| 995 | 2025-01-22T04:25:16.743Z | Downloaded tokio-rustls v0.26.0 |
| 996 | 2025-01-22T04:25:16.746Z | Downloaded toml_edit v0.19.15 |
| 997 | 2025-01-22T04:25:16.762Z | Downloaded aho-corasick v1.1.3 |
| 998 | 2025-01-22T04:25:16.764Z | Downloaded nanorand v0.7.0 |
| 999 | 2025-01-22T04:25:16.767Z | Downloaded predicates-tree v1.0.11 |
| 1000 | 2025-01-22T04:25:16.767Z | Downloaded diesel-dtrace v0.4.2 |
| 1001 | 2025-01-22T04:25:16.770Z | Downloaded progenitor v0.9.1 |
| 1002 | 2025-01-22T04:25:16.770Z | Downloaded phf_shared v0.11.2 |
| 1003 | 2025-01-22T04:25:16.770Z | Downloaded hashlink v0.9.1 |
| 1004 | 2025-01-22T04:25:16.773Z | Downloaded tokio-rustls v0.24.1 |
| 1005 | 2025-01-22T04:25:16.775Z | Downloaded quick-xml v0.33.0 |
| 1006 | 2025-01-22T04:25:16.779Z | Downloaded pin-project-internal v1.1.6 |
| 1007 | 2025-01-22T04:25:16.782Z | Downloaded typed-path v0.9.3 |
| 1008 | 2025-01-22T04:25:16.786Z | Downloaded csv v1.3.0 |
| 1009 | 2025-01-22T04:25:16.807Z | Downloaded sha3 v0.10.8 |
| 1010 | 2025-01-22T04:25:16.811Z | Downloaded time v0.3.36 |
| 1011 | 2025-01-22T04:25:16.820Z | Downloaded tokio v1.43.0 |
| 1012 | 2025-01-22T04:25:16.856Z | Downloaded unicode-truncate v1.1.0 |
| 1013 | 2025-01-22T04:25:16.861Z | Downloaded serde_derive_internals v0.29.1 |
| 1014 | 2025-01-22T04:25:16.861Z | Downloaded openssl-sys v0.9.103 |
| 1015 | 2025-01-22T04:25:16.864Z | Downloaded rustls-pemfile v1.0.4 |
| 1016 | 2025-01-22T04:25:16.864Z | Downloaded psl-types v2.0.11 |
| 1017 | 2025-01-22T04:25:16.868Z | Downloaded test-strategy v0.3.1 |
| 1018 | 2025-01-22T04:25:16.872Z | Downloaded zerofrom-derive v0.1.4 |
| 1019 | 2025-01-22T04:25:16.872Z | Downloaded getrandom v0.2.15 |
| 1020 | 2025-01-22T04:25:16.872Z | Downloaded enum-as-inner v0.6.1 |
| 1021 | 2025-01-22T04:25:16.875Z | Downloaded secrecy v0.8.0 |
| 1022 | 2025-01-22T04:25:16.875Z | Downloaded env_logger v0.11.5 |
| 1023 | 2025-01-22T04:25:16.877Z | Downloaded nom v7.1.3 |
| 1024 | 2025-01-22T04:25:16.881Z | Downloaded encoding_rs v0.8.34 |
| 1025 | 2025-01-22T04:25:16.903Z | Downloaded serde_path_to_error v0.1.16 |
| 1026 | 2025-01-22T04:25:16.906Z | Downloaded tracing-core v0.1.32 |
| 1027 | 2025-01-22T04:25:16.910Z | Downloaded aes-gcm v0.10.3 |
| 1028 | 2025-01-22T04:25:16.914Z | Downloaded predicates v3.1.2 |
| 1029 | 2025-01-22T04:25:16.914Z | Downloaded unicode-bidi v0.3.17 |
| 1030 | 2025-01-22T04:25:16.917Z | Downloaded tar v0.4.42 |
| 1031 | 2025-01-22T04:25:16.920Z | Downloaded sct v0.7.1 |
| 1032 | 2025-01-22T04:25:16.924Z | Downloaded url v2.5.3 |
| 1033 | 2025-01-22T04:25:16.927Z | Downloaded hashbrown v0.12.3 |
| 1034 | 2025-01-22T04:25:16.929Z | Downloaded num-complex v0.4.6 |
| 1035 | 2025-01-22T04:25:16.929Z | Downloaded dropshot_endpoint v0.15.1 |
| 1036 | 2025-01-22T04:25:16.932Z | Downloaded tokio-stream v0.1.16 |
| 1037 | 2025-01-22T04:25:16.935Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1038 | 2025-01-22T04:25:16.938Z | Downloaded itertools v0.10.5 |
| 1039 | 2025-01-22T04:25:16.944Z | Downloaded thiserror-no-std v2.0.2 |
| 1040 | 2025-01-22T04:25:17.950Z | Downloaded zopfli v0.8.1 |
| 1041 | 2025-01-22T04:25:17.954Z | Downloaded libxml v0.3.3 |
| 1042 | 2025-01-22T04:25:17.954Z | Downloaded libm v0.2.8 |
| 1043 | 2025-01-22T04:25:17.954Z | Downloaded quick-error v1.2.3 |
| 1044 | 2025-01-22T04:25:17.954Z | Downloaded num-derive v0.4.2 |
| 1045 | 2025-01-22T04:25:17.954Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1046 | 2025-01-22T04:25:17.954Z | Downloaded typify v0.2.0 |
| 1047 | 2025-01-22T04:25:17.954Z | Downloaded prettyplease v0.2.25 |
| 1048 | 2025-01-22T04:25:17.954Z | Downloaded structmeta v0.3.0 |
| 1049 | 2025-01-22T04:25:17.954Z | Downloaded derive-where v1.2.7 |
| 1050 | 2025-01-22T04:25:17.954Z | Downloaded der_derive v0.7.3 |
| 1051 | 2025-01-22T04:25:17.954Z | Downloaded proc-macro-crate v1.3.1 |
| 1052 | 2025-01-22T04:25:17.954Z | Downloaded num v0.4.3 |
| 1053 | 2025-01-22T04:25:17.954Z | Downloaded pkcs5 v0.7.1 |
| 1054 | 2025-01-22T04:25:17.955Z | Downloaded minimal-lexical v0.2.1 |
| 1055 | 2025-01-22T04:25:17.955Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1056 | 2025-01-22T04:25:17.955Z | Downloaded phf_codegen v0.11.2 |
| 1057 | 2025-01-22T04:25:17.955Z | Downloaded filetime v0.2.25 |
| 1058 | 2025-01-22T04:25:17.955Z | Downloaded derive_more v0.99.18 |
| 1059 | 2025-01-22T04:25:17.955Z | Downloaded vergen v8.3.2 |
| 1060 | 2025-01-22T04:25:17.955Z | Downloaded num-traits v0.2.19 |
| 1061 | 2025-01-22T04:25:17.955Z | Downloaded tokio-postgres v0.7.12 |
| 1062 | 2025-01-22T04:25:17.955Z | Downloaded tokio-tungstenite v0.21.0 |
| 1063 | 2025-01-22T04:25:17.955Z | Downloaded pkg-config v0.3.31 |
| 1064 | 2025-01-22T04:25:17.955Z | Downloaded pkcs8 v0.10.2 |
| 1065 | 2025-01-22T04:25:17.955Z | Downloaded rcgen v0.12.1 |
| 1066 | 2025-01-22T04:25:17.955Z | Downloaded derive_builder v0.20.2 |
| 1067 | 2025-01-22T04:25:17.955Z | Downloaded uzers v0.12.1 |
| 1068 | 2025-01-22T04:25:17.955Z | Downloaded mio v1.0.2 |
| 1069 | 2025-01-22T04:25:17.955Z | Downloaded sqlformat v0.2.6 |
| 1070 | 2025-01-22T04:25:17.955Z | Downloaded ed25519-dalek v2.1.1 |
| 1071 | 2025-01-22T04:25:17.955Z | Downloaded unicode_categories v0.1.1 |
| 1072 | 2025-01-22T04:25:17.955Z | Downloaded diff v0.1.13 |
| 1073 | 2025-01-22T04:25:17.955Z | Downloaded olpc-cjson v0.1.4 |
| 1074 | 2025-01-22T04:25:17.955Z | Downloaded num-iter v0.1.45 |
| 1075 | 2025-01-22T04:25:17.955Z | Downloaded ghash v0.5.1 |
| 1076 | 2025-01-22T04:25:17.955Z | Downloaded zerovec-derive v0.10.3 |
| 1077 | 2025-01-22T04:25:17.955Z | Downloaded heapless v0.8.0 |
| 1078 | 2025-01-22T04:25:17.955Z | Downloaded unicode-properties v0.1.3 |
| 1079 | 2025-01-22T04:25:17.955Z | Downloaded signal-hook v0.3.17 |
| 1080 | 2025-01-22T04:25:17.955Z | Downloaded smallvec v0.6.14 |
| 1081 | 2025-01-22T04:25:17.955Z | Downloaded poly1305 v0.8.0 |
| 1082 | 2025-01-22T04:25:17.955Z | Downloaded pkcs1 v0.7.5 |
| 1083 | 2025-01-22T04:25:17.955Z | Downloaded pbkdf2 v0.11.0 |
| 1084 | 2025-01-22T04:25:17.955Z | Downloaded zerocopy v0.6.6 |
| 1085 | 2025-01-22T04:25:17.955Z | Downloaded walkdir v2.5.0 |
| 1086 | 2025-01-22T04:25:17.955Z | Downloaded crypto-bigint v0.5.5 |
| 1087 | 2025-01-22T04:25:17.955Z | Downloaded schemars_derive v0.8.21 |
| 1088 | 2025-01-22T04:25:17.955Z | Downloaded sync-ptr v0.1.1 |
| 1089 | 2025-01-22T04:25:17.956Z | Downloaded parking_lot_core v0.8.6 |
| 1090 | 2025-01-22T04:25:17.956Z | Downloaded const_format v0.2.33 |
| 1091 | 2025-01-22T04:25:17.956Z | Downloaded compact_str v0.8.0 |
| 1092 | 2025-01-22T04:25:17.956Z | Downloaded bumpalo v3.16.0 |
| 1093 | 2025-01-22T04:25:17.956Z | Downloaded blake2 v0.10.6 |
| 1094 | 2025-01-22T04:25:17.956Z | Downloaded indexmap v1.9.3 |
| 1095 | 2025-01-22T04:25:17.956Z | Downloaded fallible-iterator v0.3.0 |
| 1096 | 2025-01-22T04:25:17.956Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1097 | 2025-01-22T04:25:17.956Z | Downloaded futures-sink v0.3.31 |
| 1098 | 2025-01-22T04:25:17.956Z | Downloaded foreign-types-macros v0.2.3 |
| 1099 | 2025-01-22T04:25:17.956Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1100 | 2025-01-22T04:25:17.956Z | Downloaded zone v0.1.8 |
| 1101 | 2025-01-22T04:25:17.956Z | Downloaded tinystr v0.7.6 |
| 1102 | 2025-01-22T04:25:17.956Z | Downloaded multer v3.1.0 |
| 1103 | 2025-01-22T04:25:17.956Z | Downloaded memmap2 v0.9.5 |
| 1104 | 2025-01-22T04:25:17.956Z | Downloaded lock_api v0.4.12 |
| 1105 | 2025-01-22T04:25:17.956Z | Downloaded lazycell v1.3.0 |
| 1106 | 2025-01-22T04:25:17.956Z | Downloaded num_threads v0.1.7 |
| 1107 | 2025-01-22T04:25:17.956Z | Downloaded wait-timeout v0.2.0 |
| 1108 | 2025-01-22T04:25:17.956Z | Downloaded utf8_iter v1.0.4 |
| 1109 | 2025-01-22T04:25:17.956Z | Downloaded tokio-native-tls v0.3.1 |
| 1110 | 2025-01-22T04:25:17.956Z | Downloaded tokio-macros v2.5.0 |
| 1111 | 2025-01-22T04:25:17.956Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1112 | 2025-01-22T04:25:17.956Z | Downloaded icu_provider v1.5.0 |
| 1113 | 2025-01-22T04:25:17.956Z | Downloaded is-terminal v0.4.13 |
| 1114 | 2025-01-22T04:25:17.956Z | Downloaded synstructure v0.13.1 |
| 1115 | 2025-01-22T04:25:17.956Z | Downloaded want v0.3.1 |
| 1116 | 2025-01-22T04:25:17.956Z | Downloaded indent_write v2.2.0 |
| 1117 | 2025-01-22T04:25:17.956Z | Downloaded mime v0.3.17 |
| 1118 | 2025-01-22T04:25:17.956Z | Downloaded shlex v1.3.0 |
| 1119 | 2025-01-22T04:25:17.956Z | Downloaded shell-words v1.1.0 |
| 1120 | 2025-01-22T04:25:17.956Z | Downloaded multimap v0.10.0 |
| 1121 | 2025-01-22T04:25:17.956Z | Downloaded mockall v0.13.0 |
| 1122 | 2025-01-22T04:25:17.956Z | Downloaded serde-hex v0.1.0 |
| 1123 | 2025-01-22T04:25:17.956Z | Downloaded sec1 v0.7.3 |
| 1124 | 2025-01-22T04:25:17.956Z | Downloaded salsa20 v0.10.2 |
| 1125 | 2025-01-22T04:25:17.956Z | Downloaded const-oid v0.9.6 |
| 1126 | 2025-01-22T04:25:17.956Z | Downloaded linked-hash-map v0.5.6 |
| 1127 | 2025-01-22T04:25:17.956Z | Downloaded cookie_store v0.21.1 |
| 1128 | 2025-01-22T04:25:17.957Z | Downloaded arc-swap v1.7.1 |
| 1129 | 2025-01-22T04:25:17.957Z | Downloaded managed v0.8.0 |
| 1130 | 2025-01-22T04:25:17.957Z | Downloaded linear-map v1.2.0 |
| 1131 | 2025-01-22T04:25:17.957Z | Downloaded crc-any v2.5.0 |
| 1132 | 2025-01-22T04:25:17.957Z | Downloaded crossbeam-utils v0.8.20 |
| 1133 | 2025-01-22T04:25:17.957Z | Downloaded cookie v0.18.1 |
| 1134 | 2025-01-22T04:25:17.957Z | Downloaded console v0.15.8 |
| 1135 | 2025-01-22T04:25:17.957Z | Downloaded clang-sys v1.8.1 |
| 1136 | 2025-01-22T04:25:17.957Z | Downloaded ahash v0.8.11 |
| 1137 | 2025-01-22T04:25:17.957Z | Downloaded inout v0.1.3 |
| 1138 | 2025-01-22T04:25:17.957Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1139 | 2025-01-22T04:25:17.957Z | Downloaded rustc-hash v2.0.0 |
| 1140 | 2025-01-22T04:25:17.957Z | Downloaded hostname v0.4.0 |
| 1141 | 2025-01-22T04:25:17.960Z | Downloaded convert_case v0.4.0 |
| 1142 | 2025-01-22T04:25:17.960Z | Downloaded cexpr v0.6.0 |
| 1143 | 2025-01-22T04:25:17.960Z | Downloaded bzip2 v0.4.4 |
| 1144 | 2025-01-22T04:25:17.960Z | Downloaded argon2 v0.5.3 |
| 1145 | 2025-01-22T04:25:17.960Z | Downloaded csv-core v0.1.11 |
| 1146 | 2025-01-22T04:25:17.960Z | Downloaded bcs v0.1.6 |
| 1147 | 2025-01-22T04:25:17.960Z | Downloaded backoff v0.4.0 |
| 1148 | 2025-01-22T04:25:17.960Z | Downloaded async-bb8-diesel v0.2.1 |
| 1149 | 2025-01-22T04:25:17.960Z | Downloaded arrayvec v0.7.6 |
| 1150 | 2025-01-22T04:25:17.960Z | Downloaded hmac v0.12.1 |
| 1151 | 2025-01-22T04:25:17.960Z | Downloaded base64ct v1.6.0 |
| 1152 | 2025-01-22T04:25:17.960Z | Downloaded heck v0.3.3 |
| 1153 | 2025-01-22T04:25:17.960Z | Downloaded bitflags v1.3.2 |
| 1154 | 2025-01-22T04:25:17.960Z | Downloaded castaway v0.2.3 |
| 1155 | 2025-01-22T04:25:17.960Z | Downloaded buf-list v1.0.3 |
| 1156 | 2025-01-22T04:25:17.960Z | Downloaded base64 v0.21.7 |
| 1157 | 2025-01-22T04:25:17.960Z | Downloaded bb8 v0.8.5 |
| 1158 | 2025-01-22T04:25:17.960Z | Downloaded highway v1.2.0 |
| 1159 | 2025-01-22T04:25:17.960Z | Downloaded ring v0.17.8 |
| 1160 | 2025-01-22T04:25:17.960Z | Downloaded libsqlite3-sys v0.30.1 |
| 1161 | 2025-01-22T04:25:17.960Z | Downloaded aws-lc-sys v0.22.0 |
| 1162 | 2025-01-22T04:25:18.018Z | Compiling serde v1.0.217 |
| 1163 | 2025-01-22T04:25:18.021Z | Compiling lock_api v0.4.12 |
| 1164 | 2025-01-22T04:25:18.021Z | Compiling scopeguard v1.2.0 |
| 1165 | 2025-01-22T04:25:18.021Z | Compiling value-bag v1.9.0 |
| 1166 | 2025-01-22T04:25:18.021Z | Compiling typenum v1.17.0 |
| 1167 | 2025-01-22T04:25:18.176Z | Compiling generic-array v0.14.7 |
| 1168 | 2025-01-22T04:25:18.251Z | Compiling syn v2.0.96 |
| 1169 | 2025-01-22T04:25:18.254Z | Compiling getrandom v0.2.15 |
| 1170 | 2025-01-22T04:25:18.346Z | Compiling subtle v2.6.1 |
| 1171 | 2025-01-22T04:25:18.543Z | Compiling rand_core v0.6.4 |
| 1172 | 2025-01-22T04:25:18.644Z | Compiling log v0.4.22 |
| 1173 | 2025-01-22T04:25:18.734Z | Compiling shlex v1.3.0 |
| 1174 | 2025-01-22T04:25:18.755Z | Compiling jobserver v0.1.32 |
| 1175 | 2025-01-22T04:25:18.775Z | Compiling smallvec v1.13.2 |
| 1176 | 2025-01-22T04:25:19.071Z | Compiling const-oid v0.9.6 |
| 1177 | 2025-01-22T04:25:19.113Z | Compiling spin v0.9.8 |
| 1178 | 2025-01-22T04:25:19.144Z | Compiling cc v1.1.30 |
| 1179 | 2025-01-22T04:25:19.166Z | Compiling pin-project-lite v0.2.14 |
| 1180 | 2025-01-22T04:25:19.317Z | Compiling rustix v0.38.37 |
| 1181 | 2025-01-22T04:25:19.416Z | Compiling parking_lot_core v0.9.10 |
| 1182 | 2025-01-22T04:25:19.482Z | Compiling futures-core v0.3.31 |
| 1183 | 2025-01-22T04:25:19.574Z | Compiling signal-hook-registry v1.4.2 |
| 1184 | 2025-01-22T04:25:19.734Z | Compiling mio v1.0.2 |
| 1185 | 2025-01-22T04:25:20.197Z | Compiling aho-corasick v1.1.3 |
| 1186 | 2025-01-22T04:25:20.245Z | Compiling parking_lot v0.12.3 |
| 1187 | 2025-01-22T04:25:20.428Z | Compiling stable_deref_trait v1.2.0 |
| 1188 | 2025-01-22T04:25:20.528Z | Compiling either v1.13.0 |
| 1189 | 2025-01-22T04:25:20.551Z | Compiling regex-syntax v0.8.5 |
| 1190 | 2025-01-22T04:25:20.805Z | Compiling cpufeatures v0.2.14 |
| 1191 | 2025-01-22T04:25:20.918Z | Compiling lazy_static v1.5.0 |
| 1192 | 2025-01-22T04:25:20.920Z | Compiling glob v0.3.1 |
| 1193 | 2025-01-22T04:25:21.048Z | Compiling futures-sink v0.3.31 |
| 1194 | 2025-01-22T04:25:21.051Z | Compiling socket2 v0.5.7 |
| 1195 | 2025-01-22T04:25:21.084Z | Compiling slab v0.4.9 |
| 1196 | 2025-01-22T04:25:21.195Z | Compiling prettyplease v0.2.25 |
| 1197 | 2025-01-22T04:25:21.530Z | Compiling serde_json v1.0.135 |
| 1198 | 2025-01-22T04:25:21.549Z | Compiling minimal-lexical v0.2.1 |
| 1199 | 2025-01-22T04:25:21.804Z | Compiling clang-sys v1.8.1 |
| 1200 | 2025-01-22T04:25:21.975Z | Compiling libloading v0.8.5 |
| 1201 | 2025-01-22T04:25:22.120Z | Compiling nom v7.1.3 |
| 1202 | 2025-01-22T04:25:22.241Z | Compiling bindgen v0.69.5 |
| 1203 | 2025-01-22T04:25:22.374Z | Compiling home v0.5.9 |
| 1204 | 2025-01-22T04:25:22.636Z | Compiling futures-channel v0.3.31 |
| 1205 | 2025-01-22T04:25:22.963Z | Compiling itertools v0.12.1 |
| 1206 | 2025-01-22T04:25:23.042Z | Compiling futures-io v0.3.31 |
| 1207 | 2025-01-22T04:25:23.111Z | Compiling rustc-hash v1.1.0 |
| 1208 | 2025-01-22T04:25:23.283Z | Compiling foldhash v0.1.3 |
| 1209 | 2025-01-22T04:25:23.332Z | Compiling futures-task v0.3.31 |
| 1210 | 2025-01-22T04:25:23.605Z | Compiling allocator-api2 v0.2.18 |
| 1211 | 2025-01-22T04:25:23.636Z | Compiling lazycell v1.3.0 |
| 1212 | 2025-01-22T04:25:23.824Z | Compiling pin-utils v0.1.0 |
| 1213 | 2025-01-22T04:25:23.936Z | Compiling libm v0.2.8 |
| 1214 | 2025-01-22T04:25:24.268Z | Compiling regex-automata v0.4.8 |
| 1215 | 2025-01-22T04:25:24.412Z | Compiling hashbrown v0.15.1 |
| 1216 | 2025-01-22T04:25:24.876Z | Compiling cmake v0.1.51 |
| 1217 | 2025-01-22T04:25:25.507Z | Compiling synstructure v0.13.1 |
| 1218 | 2025-01-22T04:25:25.751Z | Compiling cexpr v0.6.0 |
| 1219 | 2025-01-22T04:25:25.769Z | Compiling num-traits v0.2.19 |
| 1220 | 2025-01-22T04:25:26.060Z | Compiling pkg-config v0.3.31 |
| 1221 | 2025-01-22T04:25:26.833Z | Compiling dunce v1.0.5 |
| 1222 | 2025-01-22T04:25:26.975Z | Compiling fs_extra v1.3.0 |
| 1223 | 2025-01-22T04:25:27.394Z | Compiling litemap v0.7.3 |
| 1224 | 2025-01-22T04:25:27.428Z | Compiling writeable v0.5.5 |
| 1225 | 2025-01-22T04:25:27.501Z | Compiling ring v0.17.8 |
| 1226 | 2025-01-22T04:25:27.750Z | Compiling base64ct v1.6.0 |
| 1227 | 2025-01-22T04:25:27.981Z | Compiling paste v1.0.15 |
| 1228 | 2025-01-22T04:25:28.352Z | Compiling pem-rfc7468 v0.7.0 |
| 1229 | 2025-01-22T04:25:28.530Z | Compiling icu_locid_transform_data v1.5.0 |
| 1230 | 2025-01-22T04:25:28.578Z | Compiling flagset v0.4.6 |
| 1231 | 2025-01-22T04:25:28.636Z | Compiling aws-lc-rs v1.10.0 |
| 1232 | 2025-01-22T04:25:28.779Z | Compiling httparse v1.9.5 |
| 1233 | 2025-01-22T04:25:29.041Z | Compiling tracing-core v0.1.32 |
| 1234 | 2025-01-22T04:25:29.486Z | Compiling percent-encoding v2.3.1 |
| 1235 | 2025-01-22T04:25:29.810Z | Compiling regex v1.11.1 |
| 1236 | 2025-01-22T04:25:29.912Z | Compiling rustls-pki-types v1.10.0 |
| 1237 | 2025-01-22T04:25:29.978Z | Compiling icu_properties_data v1.5.0 |
| 1238 | 2025-01-22T04:25:30.225Z | Compiling crossbeam-utils v0.8.20 |
| 1239 | 2025-01-22T04:25:30.736Z | Compiling untrusted v0.9.0 |
| 1240 | 2025-01-22T04:25:30.789Z | Compiling powerfmt v0.2.0 |
| 1241 | 2025-01-22T04:25:30.864Z | Compiling time-core v0.1.2 |
| 1242 | 2025-01-22T04:25:30.911Z | Compiling vcpkg v0.2.15 |
| 1243 | 2025-01-22T04:25:30.930Z | Compiling utf16_iter v1.0.5 |
| 1244 | 2025-01-22T04:25:31.004Z | Compiling serde_derive v1.0.217 |
| 1245 | 2025-01-22T04:25:31.023Z | Compiling zeroize_derive v1.4.2 |
| 1246 | 2025-01-22T04:25:31.125Z | Compiling zerocopy-derive v0.7.35 |
| 1247 | 2025-01-22T04:25:31.150Z | Compiling zerofrom-derive v0.1.4 |
| 1248 | 2025-01-22T04:25:32.466Z | Compiling zeroize v1.8.1 |
| 1249 | 2025-01-22T04:25:32.677Z | Compiling tokio-macros v2.5.0 |
| 1250 | 2025-01-22T04:25:32.937Z | Compiling yoke-derive v0.7.4 |
| 1251 | 2025-01-22T04:25:33.120Z | Compiling zerocopy v0.7.35 |
| 1252 | 2025-01-22T04:25:34.079Z | Compiling crypto-common v0.1.6 |
| 1253 | 2025-01-22T04:25:34.151Z | Compiling block-buffer v0.10.4 |
| 1254 | 2025-01-22T04:25:34.269Z | Compiling thiserror-impl v1.0.69 |
| 1255 | 2025-01-22T04:25:34.305Z | Compiling zerovec-derive v0.10.3 |
| 1256 | 2025-01-22T04:25:34.404Z | Compiling digest v0.10.7 |
| 1257 | 2025-01-22T04:25:34.406Z | Compiling displaydoc v0.2.5 |
| 1258 | 2025-01-22T04:25:34.768Z | Compiling zerofrom v0.1.4 |
| 1259 | 2025-01-22T04:25:34.893Z | Compiling hmac v0.12.1 |
| 1260 | 2025-01-22T04:25:34.996Z | Compiling futures-macro v0.3.31 |
| 1261 | 2025-01-22T04:25:35.139Z | Compiling block-padding v0.3.3 |
| 1262 | 2025-01-22T04:25:35.219Z | Compiling sha2 v0.10.8 |
| 1263 | 2025-01-22T04:25:35.385Z | Compiling inout v0.1.3 |
| 1264 | 2025-01-22T04:25:35.593Z | Compiling yoke v0.7.4 |
| 1265 | 2025-01-22T04:25:35.630Z | Compiling cipher v0.4.4 |
| 1266 | 2025-01-22T04:25:35.948Z | Compiling icu_provider_macros v1.5.0 |
| 1267 | 2025-01-22T04:25:35.972Z | Compiling ppv-lite86 v0.2.20 |
| 1268 | 2025-01-22T04:25:36.154Z | Compiling der_derive v0.7.3 |
| 1269 | 2025-01-22T04:25:36.788Z | Compiling rand_chacha v0.3.1 |
| 1270 | 2025-01-22T04:25:36.856Z | Compiling futures-util v0.3.31 |
| 1271 | 2025-01-22T04:25:36.876Z | Compiling zerovec v0.10.4 |
| 1272 | 2025-01-22T04:25:37.062Z | Compiling tracing-attributes v0.1.27 |
| 1273 | 2025-01-22T04:25:37.284Z | Compiling thiserror v1.0.69 |
| 1274 | 2025-01-22T04:25:37.443Z | Compiling pest v2.7.14 |
| 1275 | 2025-01-22T04:25:38.468Z | Compiling der v0.7.9 |
| 1276 | 2025-01-22T04:25:38.759Z | Compiling tinystr v0.7.6 |
| 1277 | 2025-01-22T04:25:38.917Z | Compiling icu_collections v1.5.0 |
| 1278 | 2025-01-22T04:25:39.113Z | Compiling icu_locid v1.5.0 |
| 1279 | 2025-01-22T04:25:39.152Z | Compiling rand v0.8.5 |
| 1280 | 2025-01-22T04:25:40.191Z | Compiling icu_provider v1.5.0 |
| 1281 | 2025-01-22T04:25:40.462Z | Compiling tracing v0.1.40 |
| 1282 | 2025-01-22T04:25:40.482Z | Compiling spki v0.7.3 |
| 1283 | 2025-01-22T04:25:40.856Z | Compiling icu_locid_transform v1.5.0 |
| 1284 | 2025-01-22T04:25:40.984Z | Compiling salsa20 v0.10.2 |
| 1285 | 2025-01-22T04:25:41.079Z | Compiling pbkdf2 v0.12.2 |
| 1286 | 2025-01-22T04:25:41.101Z | Compiling utf8_iter v1.0.4 |
| 1287 | 2025-01-22T04:25:41.196Z | Compiling untrusted v0.7.1 |
| 1288 | 2025-01-22T04:25:41.219Z | Compiling num-conv v0.1.0 |
| 1289 | 2025-01-22T04:25:41.250Z | Compiling mirai-annotations v1.12.0 |
| 1290 | 2025-01-22T04:25:41.322Z | Compiling write16 v1.0.0 |
| 1291 | 2025-01-22T04:25:41.397Z | Compiling icu_normalizer_data v1.5.0 |
| 1292 | 2025-01-22T04:25:41.433Z | Compiling scrypt v0.11.0 |
| 1293 | 2025-01-22T04:25:41.455Z | Compiling pest_meta v2.7.14 |
| 1294 | 2025-01-22T04:25:41.475Z | Compiling aes v0.8.4 |
| 1295 | 2025-01-22T04:25:41.502Z | Compiling time-macros v0.2.18 |
| 1296 | 2025-01-22T04:25:41.652Z | Compiling cbc v0.1.2 |
| 1297 | 2025-01-22T04:25:41.975Z | Compiling openssl-sys v0.9.103 |
| 1298 | 2025-01-22T04:25:42.087Z | Compiling deranged v0.3.11 |
| 1299 | 2025-01-22T04:25:43.021Z | Compiling icu_properties v1.5.1 |
| 1300 | 2025-01-22T04:25:43.344Z | Compiling scroll_derive v0.12.0 |
| 1301 | 2025-01-22T04:25:44.223Z | Compiling bitflags v2.6.0 |
| 1302 | 2025-01-22T04:25:44.243Z | Compiling bytes v1.9.0 |
| 1303 | 2025-01-22T04:25:44.714Z | Compiling indexmap v2.7.0 |
| 1304 | 2025-01-22T04:25:44.748Z | Compiling semver v1.0.24 |
| 1305 | 2025-01-22T04:25:45.182Z | Compiling tokio v1.43.0 |
| 1306 | 2025-01-22T04:25:45.448Z | Compiling http v1.2.0 |
| 1307 | 2025-01-22T04:25:45.489Z | Compiling rustc_version v0.4.1 |
| 1308 | 2025-01-22T04:25:45.837Z | Compiling atomic-waker v1.1.2 |
| 1309 | 2025-01-22T04:25:46.002Z | Compiling num_threads v0.1.7 |
| 1310 | 2025-01-22T04:25:46.026Z | Compiling tinyvec_macros v0.1.1 |
| 1311 | 2025-01-22T04:25:46.133Z | Compiling time v0.3.36 |
| 1312 | 2025-01-22T04:25:46.153Z | Compiling tinyvec v1.8.0 |
| 1313 | 2025-01-22T04:25:46.158Z | Compiling scroll v0.12.0 |
| 1314 | 2025-01-22T04:25:46.690Z | Compiling icu_normalizer v1.5.0 |
| 1315 | 2025-01-22T04:25:47.503Z | Compiling http-body v1.0.1 |
| 1316 | 2025-01-22T04:25:47.624Z | Compiling idna_adapter v1.2.0 |
| 1317 | 2025-01-22T04:25:47.679Z | Compiling pest_generator v2.7.14 |
| 1318 | 2025-01-22T04:25:47.735Z | Compiling pkcs5 v0.7.1 |
| 1319 | 2025-01-22T04:25:47.757Z | Compiling form_urlencoded v1.2.1 |
| 1320 | 2025-01-22T04:25:47.833Z | Compiling slog v2.7.0 |
| 1321 | 2025-01-22T04:25:48.072Z | Compiling which v4.4.2 |
| 1322 | 2025-01-22T04:25:48.320Z | Compiling try-lock v0.2.5 |
| 1323 | 2025-01-22T04:25:48.526Z | Compiling want v0.3.1 |
| 1324 | 2025-01-22T04:25:48.591Z | Compiling pkcs8 v0.10.2 |
| 1325 | 2025-01-22T04:25:48.797Z | Compiling goblin v0.8.2 |
| 1326 | 2025-01-22T04:25:48.945Z | Compiling idna v1.0.3 |
| 1327 | 2025-01-22T04:25:49.218Z | Compiling uuid v1.12.0 |
| 1328 | 2025-01-22T04:25:49.254Z | Compiling iana-time-zone v0.1.61 |
| 1329 | 2025-01-22T04:25:49.493Z | Compiling pest_derive v2.7.14 |
| 1330 | 2025-01-22T04:25:49.655Z | Compiling httpdate v1.0.3 |
| 1331 | 2025-01-22T04:25:50.116Z | Compiling chrono v0.4.38 |
| 1332 | 2025-01-22T04:25:50.287Z | Compiling dtrace-parser v0.2.0 |
| 1333 | 2025-01-22T04:25:50.710Z | Compiling toml_datetime v0.6.8 |
| 1334 | 2025-01-22T04:25:50.836Z | Compiling serde_tokenstream v0.2.2 |
| 1335 | 2025-01-22T04:25:51.177Z | Compiling serde_spanned v0.6.8 |
| 1336 | 2025-01-22T04:25:51.217Z | Compiling rustversion v1.0.17 |
| 1337 | 2025-01-22T04:25:51.426Z | Compiling openssl v0.10.66 |
| 1338 | 2025-01-22T04:25:51.429Z | Compiling tower-service v0.3.3 |
| 1339 | 2025-01-22T04:25:51.577Z | Compiling foreign-types-shared v0.1.1 |
| 1340 | 2025-01-22T04:25:51.735Z | Compiling base64 v0.22.1 |
| 1341 | 2025-01-22T04:25:51.843Z | Compiling match_cfg v0.1.0 |
| 1342 | 2025-01-22T04:25:51.903Z | Compiling adler2 v2.0.0 |
| 1343 | 2025-01-22T04:25:51.951Z | Compiling hostname v0.3.1 |
| 1344 | 2025-01-22T04:25:52.120Z | Compiling miniz_oxide v0.8.0 |
| 1345 | 2025-01-22T04:25:52.294Z | Compiling foreign-types v0.3.2 |
| 1346 | 2025-01-22T04:25:52.313Z | Compiling url v2.5.3 |
| 1347 | 2025-01-22T04:25:52.439Z | Compiling openssl-macros v0.1.1 |
| 1348 | 2025-01-22T04:25:53.188Z | Compiling tokio-util v0.7.12 |
| 1349 | 2025-01-22T04:25:53.520Z | Compiling async-trait v0.1.83 |
| 1350 | 2025-01-22T04:25:53.567Z | Compiling serde_derive_internals v0.29.1 |
| 1351 | 2025-01-22T04:25:53.616Z | Compiling dirs-sys-next v0.1.2 |
| 1352 | 2025-01-22T04:25:54.032Z | Compiling rustls v0.23.19 |
| 1353 | 2025-01-22T04:25:54.187Z | Compiling h2 v0.4.6 |
| 1354 | 2025-01-22T04:25:54.317Z | Compiling dof v0.3.0 |
| 1355 | 2025-01-22T04:25:54.436Z | Compiling data-encoding v2.6.0 |
| 1356 | 2025-01-22T04:25:55.807Z | Compiling usdt-impl v0.5.0 |
| 1357 | 2025-01-22T04:25:55.891Z | Compiling native-tls v0.2.12 |
| 1358 | 2025-01-22T04:25:56.151Z | Compiling siphasher v0.3.11 |
| 1359 | 2025-01-22T04:25:56.233Z | Compiling rustls v0.22.4 |
| 1360 | 2025-01-22T04:25:56.511Z | Compiling schemars v0.8.21 |
| 1361 | 2025-01-22T04:25:56.514Z | Compiling syn v1.0.109 |
| 1362 | 2025-01-22T04:25:56.605Z | Compiling schemars_derive v0.8.21 |
| 1363 | 2025-01-22T04:25:56.917Z | Compiling dirs-next v2.0.0 |
| 1364 | 2025-01-22T04:25:57.236Z | Compiling http-body-util v0.1.2 |
| 1365 | 2025-01-22T04:25:57.725Z | Compiling unicode-normalization v0.1.24 |
| 1366 | 2025-01-22T04:25:57.880Z | Compiling heapless v0.7.17 |
| 1367 | 2025-01-22T04:25:58.307Z | Compiling crossbeam-epoch v0.9.18 |
| 1368 | 2025-01-22T04:25:58.391Z | Compiling signature v2.2.0 |
| 1369 | 2025-01-22T04:25:58.653Z | Compiling sha1 v0.10.6 |
| 1370 | 2025-01-22T04:25:58.687Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1371 | 2025-01-22T04:25:58.776Z | Compiling thread_local v1.1.8 |
| 1372 | 2025-01-22T04:25:58.984Z | Compiling cookie v0.18.1 |
| 1373 | 2025-01-22T04:25:59.085Z | Compiling multer v3.1.0 |
| 1374 | 2025-01-22T04:25:59.152Z | Compiling encoding_rs v0.8.34 |
| 1375 | 2025-01-22T04:25:59.276Z | Compiling unicode-bidi v0.3.17 |
| 1376 | 2025-01-22T04:25:59.293Z | Compiling ipnet v2.10.1 |
| 1377 | 2025-01-22T04:25:59.361Z | Compiling slog-async v2.8.0 |
| 1378 | 2025-01-22T04:25:59.619Z | Compiling mime v0.3.17 |
| 1379 | 2025-01-22T04:25:59.834Z | Compiling signal-hook v0.3.17 |
| 1380 | 2025-01-22T04:26:00.114Z | Compiling unicode-properties v0.1.3 |
| 1381 | 2025-01-22T04:26:00.152Z | Compiling dyn-clone v1.0.17 |
| 1382 | 2025-01-22T04:26:00.331Z | Compiling rayon-core v1.12.1 |
| 1383 | 2025-01-22T04:26:00.370Z | Compiling gimli v0.31.1 |
| 1384 | 2025-01-22T04:26:00.505Z | Compiling openssl-probe v0.1.5 |
| 1385 | 2025-01-22T04:26:00.528Z | Compiling toml_edit v0.22.22 |
| 1386 | 2025-01-22T04:26:00.628Z | Compiling stringprep v0.1.5 |
| 1387 | 2025-01-22T04:26:01.764Z | Compiling hyper v1.5.2 |
| 1388 | 2025-01-22T04:26:04.123Z | Compiling hyper-util v0.1.10 |
| 1389 | 2025-01-22T04:26:04.331Z | Compiling crossbeam-deque v0.8.5 |
| 1390 | 2025-01-22T04:26:04.684Z | Compiling addr2line v0.24.2 |
| 1391 | 2025-01-22T04:26:04.975Z | Compiling usdt-macro v0.5.0 |
| 1392 | 2025-01-22T04:26:05.163Z | Compiling usdt-attr-macro v0.5.0 |
| 1393 | 2025-01-22T04:26:05.332Z | Compiling term v0.7.0 |
| 1394 | 2025-01-22T04:26:05.894Z | Compiling slog-json v2.6.1 |
| 1395 | 2025-01-22T04:26:06.226Z | Compiling serde_urlencoded v0.7.1 |
| 1396 | 2025-01-22T04:26:06.306Z | Compiling curve25519-dalek v4.1.3 |
| 1397 | 2025-01-22T04:26:06.557Z | Compiling crossbeam-channel v0.5.13 |
| 1398 | 2025-01-22T04:26:06.686Z | Compiling futures-executor v0.3.31 |
| 1399 | 2025-01-22T04:26:06.780Z | Compiling md-5 v0.10.6 |
| 1400 | 2025-01-22T04:26:06.952Z | Compiling async-stream-impl v0.3.6 |
| 1401 | 2025-01-22T04:26:06.996Z | Compiling enum-as-inner v0.6.1 |
| 1402 | 2025-01-22T04:26:07.072Z | Compiling rustls-pemfile v2.2.0 |
| 1403 | 2025-01-22T04:26:07.204Z | Compiling num-integer v0.1.46 |
| 1404 | 2025-01-22T04:26:07.414Z | Compiling hash32 v0.2.1 |
| 1405 | 2025-01-22T04:26:07.551Z | Compiling ff v0.13.0 |
| 1406 | 2025-01-22T04:26:07.763Z | Compiling is-terminal v0.4.13 |
| 1407 | 2025-01-22T04:26:07.783Z | Compiling object v0.36.5 |
| 1408 | 2025-01-22T04:26:07.898Z | Compiling dropshot v0.12.0 |
| 1409 | 2025-01-22T04:26:07.950Z | Compiling take_mut v0.2.2 |
| 1410 | 2025-01-22T04:26:07.952Z | Compiling utf-8 v0.7.6 |
| 1411 | 2025-01-22T04:26:07.991Z | Compiling portable-atomic v1.9.0 |
| 1412 | 2025-01-22T04:26:08.116Z | Compiling linked-hash-map v0.5.6 |
| 1413 | 2025-01-22T04:26:08.180Z | Compiling litrs v0.4.1 |
| 1414 | 2025-01-22T04:26:08.241Z | Compiling fallible-iterator v0.2.0 |
| 1415 | 2025-01-22T04:26:08.291Z | Compiling base16ct v0.2.0 |
| 1416 | 2025-01-22T04:26:08.431Z | Compiling psl-types v2.0.11 |
| 1417 | 2025-01-22T04:26:08.624Z | Compiling quick-error v1.2.3 |
| 1418 | 2025-01-22T04:26:08.627Z | Compiling num-bigint-dig v0.8.4 |
| 1419 | 2025-01-22T04:26:08.792Z | Compiling rustc-demangle v0.1.24 |
| 1420 | 2025-01-22T04:26:08.899Z | Compiling anyhow v1.0.93 |
| 1421 | 2025-01-22T04:26:08.945Z | Compiling smoltcp v0.9.1 |
| 1422 | 2025-01-22T04:26:09.070Z | Compiling postgres-protocol v0.6.7 |
| 1423 | 2025-01-22T04:26:09.267Z | Compiling document-features v0.2.10 |
| 1424 | 2025-01-22T04:26:09.619Z | Compiling resolv-conf v0.7.0 |
| 1425 | 2025-01-22T04:26:09.685Z | Compiling publicsuffix v2.3.0 |
| 1426 | 2025-01-22T04:26:09.883Z | Compiling sec1 v0.7.3 |
| 1427 | 2025-01-22T04:26:09.981Z | Compiling lru-cache v0.1.2 |
| 1428 | 2025-01-22T04:26:10.203Z | Compiling async-stream v0.3.6 |
| 1429 | 2025-01-22T04:26:10.335Z | Compiling tungstenite v0.24.0 |
| 1430 | 2025-01-22T04:26:10.425Z | Compiling hickory-proto v0.24.2 |
| 1431 | 2025-01-22T04:26:10.432Z | Compiling slog-term v2.9.1 |
| 1432 | 2025-01-22T04:26:10.472Z | Compiling usdt v0.5.0 |
| 1433 | 2025-01-22T04:26:10.952Z | Compiling group v0.13.0 |
| 1434 | 2025-01-22T04:26:11.273Z | Compiling num-iter v0.1.45 |
| 1435 | 2025-01-22T04:26:11.549Z | Compiling futures v0.3.31 |
| 1436 | 2025-01-22T04:26:11.584Z | Compiling slog-bunyan v2.5.0 |
| 1437 | 2025-01-22T04:26:12.470Z | Compiling camino v1.1.9 |
| 1438 | 2025-01-22T04:26:13.320Z | Compiling toml v0.8.19 |
| 1439 | 2025-01-22T04:26:13.386Z | Compiling tokio-native-tls v0.3.1 |
| 1440 | 2025-01-22T04:26:13.447Z | Compiling phf_shared v0.11.2 |
| 1441 | 2025-01-22T04:26:13.668Z | Compiling dropshot_endpoint v0.12.0 |
| 1442 | 2025-01-22T04:26:13.794Z | Compiling terminal_size v0.4.0 |
| 1443 | 2025-01-22T04:26:13.829Z | Compiling openapiv3 v2.0.0 |
| 1444 | 2025-01-22T04:26:14.029Z | Compiling waitgroup v0.1.2 |
| 1445 | 2025-01-22T04:26:14.253Z | Compiling backtrace v0.3.74 |
| 1446 | 2025-01-22T04:26:14.807Z | Compiling serde_path_to_error v0.1.16 |
| 1447 | 2025-01-22T04:26:14.846Z | Compiling hkdf v0.12.4 |
| 1448 | 2025-01-22T04:26:15.097Z | Compiling crypto-bigint v0.5.5 |
| 1449 | 2025-01-22T04:26:15.558Z | Compiling zerocopy-derive v0.6.6 |
| 1450 | 2025-01-22T04:26:17.303Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1451 | 2025-01-22T04:26:17.554Z | Compiling webpki-roots v0.26.6 |
| 1452 | 2025-01-22T04:26:17.665Z | Compiling hubpack_derive v0.1.1 |
| 1453 | 2025-01-22T04:26:17.773Z | Compiling hostname v0.4.0 |
| 1454 | 2025-01-22T04:26:17.795Z | Compiling crc32fast v1.4.2 |
| 1455 | 2025-01-22T04:26:17.834Z | Compiling ahash v0.8.11 |
| 1456 | 2025-01-22T04:26:17.997Z | Compiling fs-err v2.11.0 |
| 1457 | 2025-01-22T04:26:18.122Z | Compiling newtype-uuid v1.2.1 |
| 1458 | 2025-01-22T04:26:18.165Z | Compiling managed v0.8.0 |
| 1459 | 2025-01-22T04:26:18.284Z | Compiling debug-ignore v1.0.5 |
| 1460 | 2025-01-22T04:26:18.400Z | Compiling bitflags v1.3.2 |
| 1461 | 2025-01-22T04:26:18.449Z | Compiling winnow v0.5.40 |
| 1462 | 2025-01-22T04:26:18.482Z | Compiling console v0.15.8 |
| 1463 | 2025-01-22T04:26:18.518Z | Compiling clap_builder v4.5.21 |
| 1464 | 2025-01-22T04:26:19.484Z | Compiling hubpack v0.1.2 |
| 1465 | 2025-01-22T04:26:19.862Z | Compiling strum_macros v0.25.3 |
| 1466 | 2025-01-22T04:26:20.190Z | Compiling flate2 v1.0.35 |
| 1467 | 2025-01-22T04:26:20.549Z | Compiling elliptic-curve v0.13.8 |
| 1468 | 2025-01-22T04:26:21.014Z | Compiling zerocopy v0.6.6 |
| 1469 | 2025-01-22T04:26:21.083Z | Compiling hickory-resolver v0.24.2 |
| 1470 | 2025-01-22T04:26:21.780Z | Compiling toml_edit v0.19.15 |
| 1471 | 2025-01-22T04:26:21.908Z | Compiling phf v0.11.2 |
| 1472 | 2025-01-22T04:26:22.152Z | Compiling hyper-tls v0.6.0 |
| 1473 | 2025-01-22T04:26:22.199Z | Compiling signal-hook-mio v0.2.4 |
| 1474 | 2025-01-22T04:26:22.387Z | Compiling rayon v1.10.0 |
| 1475 | 2025-01-22T04:26:22.556Z | Compiling cookie_store v0.21.1 |
| 1476 | 2025-01-22T04:26:23.673Z | Compiling bzip2 v0.4.4 |
| 1477 | 2025-01-22T04:26:24.052Z | Compiling tokio-tungstenite v0.24.0 |
| 1478 | 2025-01-22T04:26:24.595Z | Compiling postgres-types v0.2.8 |
| 1479 | 2025-01-22T04:26:26.608Z | Compiling ed25519 v2.2.3 |
| 1480 | 2025-01-22T04:26:26.634Z | Compiling phf_shared v0.10.0 |
| 1481 | 2025-01-22T04:26:26.690Z | Compiling tokio-stream v0.1.16 |
| 1482 | 2025-01-22T04:26:27.031Z | Compiling pkcs1 v0.7.5 |
| 1483 | 2025-01-22T04:26:27.034Z | Compiling serde-big-array v0.5.1 |
| 1484 | 2025-01-22T04:26:27.140Z | Compiling rfc6979 v0.4.0 |
| 1485 | 2025-01-22T04:26:27.257Z | Compiling serde_repr v0.1.19 |
| 1486 | 2025-01-22T04:26:27.346Z | Compiling derive-where v1.2.7 |
| 1487 | 2025-01-22T04:26:27.621Z | Compiling clap_derive v4.5.18 |
| 1488 | 2025-01-22T04:26:27.965Z | Compiling float-cmp v0.9.0 |
| 1489 | 2025-01-22T04:26:28.201Z | Compiling bstr v1.10.0 |
| 1490 | 2025-01-22T04:26:28.361Z | Compiling sync_wrapper v1.0.1 |
| 1491 | 2025-01-22T04:26:28.486Z | Compiling number_prefix v0.4.0 |
| 1492 | 2025-01-22T04:26:28.530Z | Compiling fixedbitset v0.4.2 |
| 1493 | 2025-01-22T04:26:28.806Z | Compiling precomputed-hash v0.1.1 |
| 1494 | 2025-01-22T04:26:28.863Z | Compiling static_assertions v1.1.0 |
| 1495 | 2025-01-22T04:26:28.933Z | Compiling bit-vec v0.6.3 |
| 1496 | 2025-01-22T04:26:28.955Z | Compiling difflib v0.4.0 |
| 1497 | 2025-01-22T04:26:28.977Z | Compiling new_debug_unreachable v1.0.6 |
| 1498 | 2025-01-22T04:26:29.083Z | Compiling unicode-width v0.2.0 |
| 1499 | 2025-01-22T04:26:29.336Z | Compiling normalize-line-endings v0.3.0 |
| 1500 | 2025-01-22T04:26:29.481Z | Compiling predicates-core v1.0.8 |
| 1501 | 2025-01-22T04:26:29.616Z | Compiling unicode-segmentation v1.12.0 |
| 1502 | 2025-01-22T04:26:29.801Z | Compiling whoami v1.5.2 |
| 1503 | 2025-01-22T04:26:29.828Z | Compiling predicates v3.1.2 |
| 1504 | 2025-01-22T04:26:30.310Z | Compiling similar v2.6.0 |
| 1505 | 2025-01-22T04:26:30.375Z | Compiling tokio-postgres v0.7.12 |
| 1506 | 2025-01-22T04:26:30.462Z | Compiling indicatif v0.17.9 |
| 1507 | 2025-01-22T04:26:30.559Z | Compiling bit-set v0.5.3 |
| 1508 | 2025-01-22T04:26:30.853Z | Compiling string_cache v0.8.7 |
| 1509 | 2025-01-22T04:26:31.280Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1510 | 2025-01-22T04:26:31.301Z | Compiling petgraph v0.6.5 |
| 1511 | 2025-01-22T04:26:32.241Z | Compiling clap v4.5.21 |
| 1512 | 2025-01-22T04:26:32.369Z | Compiling rsa v0.9.6 |
| 1513 | 2025-01-22T04:26:32.417Z | Compiling ecdsa v0.16.9 |
| 1514 | 2025-01-22T04:26:32.505Z | Compiling ed25519-dalek v2.1.1 |
| 1515 | 2025-01-22T04:26:33.240Z | Compiling toml v0.7.8 |
| 1516 | 2025-01-22T04:26:33.825Z | Compiling zip v0.6.6 |
| 1517 | 2025-01-22T04:26:34.713Z | Compiling crossterm v0.28.1 |
| 1518 | 2025-01-22T04:26:35.777Z | Compiling hex v0.4.3 |
| 1519 | 2025-01-22T04:26:35.890Z | Compiling x509-cert v0.2.5 |
| 1520 | 2025-01-22T04:26:35.993Z | Compiling itertools v0.10.5 |
| 1521 | 2025-01-22T04:26:36.389Z | Compiling unicode-xid v0.2.6 |
| 1522 | 2025-01-22T04:26:36.590Z | Compiling lalrpop-util v0.19.12 |
| 1523 | 2025-01-22T04:26:36.984Z | Compiling peg-runtime v0.8.3 |
| 1524 | 2025-01-22T04:26:37.573Z | Compiling strum_macros v0.26.4 |
| 1525 | 2025-01-22T04:26:37.652Z | Compiling xattr v1.3.1 |
| 1526 | 2025-01-22T04:26:37.846Z | Compiling filetime v0.2.25 |
| 1527 | 2025-01-22T04:26:38.137Z | Compiling tar v0.4.42 |
| 1528 | 2025-01-22T04:26:42.127Z | Compiling strum v0.26.3 |
| 1529 | 2025-01-22T04:26:45.047Z | Compiling aws-lc-sys v0.22.0 |
| 1530 | 2025-01-22T04:27:12.308Z | Compiling rustls-webpki v0.102.8 |
| 1531 | 2025-01-22T04:27:15.438Z | Compiling tokio-rustls v0.25.0 |
| 1532 | 2025-01-22T04:27:17.233Z | Compiling tokio-rustls v0.26.0 |
| 1533 | 2025-01-22T04:27:17.484Z | Compiling hyper-rustls v0.27.3 |
| 1534 | 2025-01-22T04:27:17.860Z | Compiling reqwest v0.12.9 |
| 1535 | 2025-01-22T04:27:19.035Z | Compiling qorb v0.2.1 |
| 1536 | 2025-01-22T04:27:22.199Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1537 | 2025-01-22T04:27:22.455Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1538 | 2025-01-22T04:27:26.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1539 | 2025-01-22T04:27:27.046Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1540 | 2025-01-22T04:27:27.097Z | Jan 22 04:27:26.435 INFO Starting download, target: Cockroach |
| 1541 | 2025-01-22T04:27:27.097Z | Jan 22 04:27:26.435 INFO Starting download, target: Console |
| 1542 | 2025-01-22T04:27:27.097Z | Jan 22 04:27:26.435 INFO Starting download, target: Clickhouse |
| 1543 | 2025-01-22T04:27:27.097Z | Jan 22 04:27:26.435 INFO Starting download, target: DendriteOpenapi |
| 1544 | 2025-01-22T04:27:27.097Z | Jan 22 04:27:26.435 INFO Starting download, target: DendriteStub |
| 1545 | 2025-01-22T04:27:27.097Z | Jan 22 04:27:26.435 INFO Starting download, target: MaghemiteMgd |
| 1546 | 2025-01-22T04:27:27.097Z | Jan 22 04:27:26.435 INFO Starting download, target: TransceiverControl |
| 1547 | 2025-01-22T04:27:27.099Z | Jan 22 04:27:26.436 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1548 | 2025-01-22T04:27:27.100Z | Jan 22 04:27:26.436 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1549 | 2025-01-22T04:27:27.100Z | Jan 22 04:27:26.436 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1550 | 2025-01-22T04:27:27.100Z | Jan 22 04:27:26.436 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1551 | 2025-01-22T04:27:27.100Z | Jan 22 04:27:26.436 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1552 | 2025-01-22T04:27:27.100Z | Jan 22 04:27:26.436 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1553 | 2025-01-22T04:27:27.100Z | Jan 22 04:27:26.436 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1554 | 2025-01-22T04:27:27.253Z | Jan 22 04:27:26.579 INFO Download complete, target: DendriteOpenapi |
| 1555 | 2025-01-22T04:27:27.505Z | Jan 22 04:27:26.807 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1556 | 2025-01-22T04:27:27.637Z | Jan 22 04:27:26.939 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1557 | 2025-01-22T04:27:27.860Z | Jan 22 04:27:27.196 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1558 | 2025-01-22T04:27:27.869Z | Jan 22 04:27:27.206 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1559 | 2025-01-22T04:27:27.969Z | Jan 22 04:27:27.301 INFO Download complete, target: Console |
| 1560 | 2025-01-22T04:27:28.216Z | Jan 22 04:27:27.550 INFO Download complete, target: TransceiverControl |
| 1561 | 2025-01-22T04:27:28.475Z | Jan 22 04:27:27.813 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1562 | 2025-01-22T04:27:28.475Z | Jan 22 04:27:27.813 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1563 | 2025-01-22T04:27:29.161Z | Jan 22 04:27:28.499 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1564 | 2025-01-22T04:27:30.711Z | Jan 22 04:27:30.050 INFO Download complete, target: DendriteStub |
| 1565 | 2025-01-22T04:27:30.768Z | Jan 22 04:27:30.107 INFO Download complete, target: MaghemiteMgd |
| 1566 | 2025-01-22T04:27:35.981Z | Jan 22 04:27:35.291 INFO Checking that binary works, target: Cockroach |
| 1567 | 2025-01-22T04:27:36.227Z | Jan 22 04:27:35.565 INFO Download complete, target: Cockroach |
| 1568 | 2025-01-22T04:27:41.636Z | Jan 22 04:27:40.972 INFO Checking that binary works, target: Clickhouse |
| 1569 | 2025-01-22T04:27:41.760Z | Jan 22 04:27:41.099 INFO Download complete, target: Clickhouse |
| 1570 | 2025-01-22T04:27:41.768Z | All prerequisites installed successfully |
| 1571 | 2025-01-22T04:27:41.770Z | |
| 1572 | 2025-01-22T04:27:41.770Z | real 5:40.668185163 |
| 1573 | 2025-01-22T04:27:41.770Z | user 15:41.036620418 |
| 1574 | 2025-01-22T04:27:41.771Z | sys 2:02.967944977 |
| 1575 | 2025-01-22T04:27:41.771Z | trap 0.577301192 |
| 1576 | 2025-01-22T04:27:41.771Z | tflt 1.516964077 |
| 1577 | 2025-01-22T04:27:41.771Z | dflt 1.688662755 |
| 1578 | 2025-01-22T04:27:41.771Z | kflt 0.025407613 |
| 1579 | 2025-01-22T04:27:41.771Z | lock 24:51.709231768 |
| 1580 | 2025-01-22T04:27:41.771Z | slp 56:38.426071339 |
| 1581 | 2025-01-22T04:27:41.771Z | lat 1:02.487337569 |
| 1582 | 2025-01-22T04:27:41.771Z | stop 2:25.134754847 |
| 1583 | 2025-01-22T04:27:41.771Z | + ptime -m cargo xtask download softnpu |
| 1584 | 2025-01-22T04:27:42.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1585 | 2025-01-22T04:27:42.321Z | Running `target/debug/xtask download softnpu` |
| 1586 | 2025-01-22T04:27:43.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1587 | 2025-01-22T04:27:43.171Z | Running `target/debug/xtask-downloader softnpu` |
| 1588 | 2025-01-22T04:27:43.206Z | Jan 22 04:27:42.545 INFO Starting download, target: Softnpu |
| 1589 | 2025-01-22T04:27:43.209Z | Jan 22 04:27:42.545 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1590 | 2025-01-22T04:27:43.670Z | Jan 22 04:27:43.008 INFO Download complete, target: Softnpu |
| 1591 | 2025-01-22T04:27:43.674Z | |
| 1592 | 2025-01-22T04:27:43.677Z | real 1.899248968 |
| 1593 | 2025-01-22T04:27:43.677Z | user 1.233286869 |
| 1594 | 2025-01-22T04:27:43.677Z | sys 0.531159652 |
| 1595 | 2025-01-22T04:27:43.677Z | trap 0.000488631 |
| 1596 | 2025-01-22T04:27:43.677Z | tflt 0.000064357 |
| 1597 | 2025-01-22T04:27:43.677Z | dflt 0.000071337 |
| 1598 | 2025-01-22T04:27:43.677Z | kflt 0.000000000 |
| 1599 | 2025-01-22T04:27:43.677Z | lock 4.723370249 |
| 1600 | 2025-01-22T04:27:43.677Z | slp 0.305533387 |
| 1601 | 2025-01-22T04:27:43.677Z | lat 0.065942530 |
| 1602 | 2025-01-22T04:27:43.677Z | stop 0.000175737 |
| 1603 | 2025-01-22T04:27:43.677Z | + export CARGO_INCREMENTAL=0 |
| 1604 | 2025-01-22T04:27:43.677Z | + CARGO_INCREMENTAL=0 |
| 1605 | 2025-01-22T04:27:43.677Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1606 | 2025-01-22T04:27:44.616Z | Compiling proc-macro2 v1.0.92 |
| 1607 | 2025-01-22T04:27:44.616Z | Compiling unicode-ident v1.0.14 |
| 1608 | 2025-01-22T04:27:44.619Z | Compiling libc v0.2.169 |
| 1609 | 2025-01-22T04:27:44.619Z | Compiling serde v1.0.217 |
| 1610 | 2025-01-22T04:27:44.619Z | Compiling autocfg v1.4.0 |
| 1611 | 2025-01-22T04:27:44.619Z | Compiling version_check v0.9.5 |
| 1612 | 2025-01-22T04:27:44.619Z | Compiling cfg-if v1.0.0 |
| 1613 | 2025-01-22T04:27:44.852Z | Compiling memchr v2.7.4 |
| 1614 | 2025-01-22T04:27:44.918Z | Compiling typenum v1.17.0 |
| 1615 | 2025-01-22T04:27:44.935Z | Compiling shlex v1.3.0 |
| 1616 | 2025-01-22T04:27:45.352Z | Compiling generic-array v0.14.7 |
| 1617 | 2025-01-22T04:27:45.355Z | Compiling value-bag v1.9.0 |
| 1618 | 2025-01-22T04:27:45.456Z | Compiling lock_api v0.4.12 |
| 1619 | 2025-01-22T04:27:45.639Z | Compiling scopeguard v1.2.0 |
| 1620 | 2025-01-22T04:27:45.783Z | Compiling log v0.4.22 |
| 1621 | 2025-01-22T04:27:45.921Z | Compiling parking_lot_core v0.9.10 |
| 1622 | 2025-01-22T04:27:46.152Z | Compiling serde_json v1.0.135 |
| 1623 | 2025-01-22T04:27:46.337Z | Compiling once_cell v1.20.2 |
| 1624 | 2025-01-22T04:27:46.358Z | Compiling rustix v0.38.37 |
| 1625 | 2025-01-22T04:27:46.519Z | Compiling quote v1.0.38 |
| 1626 | 2025-01-22T04:27:46.544Z | Compiling jobserver v0.1.32 |
| 1627 | 2025-01-22T04:27:46.683Z | Compiling getrandom v0.2.15 |
| 1628 | 2025-01-22T04:27:46.977Z | Compiling syn v2.0.96 |
| 1629 | 2025-01-22T04:27:47.005Z | Compiling cc v1.1.30 |
| 1630 | 2025-01-22T04:27:47.023Z | Compiling libm v0.2.8 |
| 1631 | 2025-01-22T04:27:47.032Z | Compiling aho-corasick v1.1.3 |
| 1632 | 2025-01-22T04:27:47.040Z | Compiling num-traits v0.2.19 |
| 1633 | 2025-01-22T04:27:47.079Z | Compiling regex-syntax v0.8.5 |
| 1634 | 2025-01-22T04:27:47.176Z | Compiling thiserror v1.0.69 |
| 1635 | 2025-01-22T04:27:47.337Z | Compiling either v1.13.0 |
| 1636 | 2025-01-22T04:27:47.343Z | Compiling itoa v1.0.11 |
| 1637 | 2025-01-22T04:27:47.605Z | Compiling spin v0.9.8 |
| 1638 | 2025-01-22T04:27:47.865Z | Compiling slab v0.4.9 |
| 1639 | 2025-01-22T04:27:48.128Z | Compiling errno v0.3.9 |
| 1640 | 2025-01-22T04:27:48.364Z | Compiling byteorder v1.5.0 |
| 1641 | 2025-01-22T04:27:48.384Z | Compiling lazy_static v1.5.0 |
| 1642 | 2025-01-22T04:27:48.514Z | Compiling rand_core v0.6.4 |
| 1643 | 2025-01-22T04:27:48.917Z | Compiling glob v0.3.1 |
| 1644 | 2025-01-22T04:27:48.987Z | Compiling prettyplease v0.2.25 |
| 1645 | 2025-01-22T04:27:49.341Z | Compiling minimal-lexical v0.2.1 |
| 1646 | 2025-01-22T04:27:49.627Z | Compiling clang-sys v1.8.1 |
| 1647 | 2025-01-22T04:27:49.749Z | Compiling nom v7.1.3 |
| 1648 | 2025-01-22T04:27:49.887Z | Compiling libloading v0.8.5 |
| 1649 | 2025-01-22T04:27:50.024Z | Compiling home v0.5.9 |
| 1650 | 2025-01-22T04:27:50.223Z | Compiling smallvec v1.13.2 |
| 1651 | 2025-01-22T04:27:50.270Z | Compiling bindgen v0.69.5 |
| 1652 | 2025-01-22T04:27:50.273Z | Compiling subtle v2.6.1 |
| 1653 | 2025-01-22T04:27:50.612Z | Compiling regex-automata v0.4.8 |
| 1654 | 2025-01-22T04:27:50.750Z | Compiling itertools v0.12.1 |
| 1655 | 2025-01-22T04:27:50.769Z | Compiling lazycell v1.3.0 |
| 1656 | 2025-01-22T04:27:50.967Z | Compiling rustc-hash v1.1.0 |
| 1657 | 2025-01-22T04:27:51.127Z | Compiling allocator-api2 v0.2.18 |
| 1658 | 2025-01-22T04:27:51.146Z | Compiling cmake v0.1.51 |
| 1659 | 2025-01-22T04:27:51.934Z | Compiling semver v1.0.24 |
| 1660 | 2025-01-22T04:27:52.076Z | Compiling dunce v1.0.5 |
| 1661 | 2025-01-22T04:27:52.219Z | Compiling fs_extra v1.3.0 |
| 1662 | 2025-01-22T04:27:52.646Z | Compiling pkg-config v0.3.31 |
| 1663 | 2025-01-22T04:27:52.710Z | Compiling cexpr v0.6.0 |
| 1664 | 2025-01-22T04:27:53.440Z | Compiling ring v0.17.8 |
| 1665 | 2025-01-22T04:27:53.532Z | Compiling pin-project-lite v0.2.14 |
| 1666 | 2025-01-22T04:27:53.668Z | Compiling ryu v1.0.18 |
| 1667 | 2025-01-22T04:27:53.706Z | Compiling paste v1.0.15 |
| 1668 | 2025-01-22T04:27:53.970Z | Compiling synstructure v0.13.1 |
| 1669 | 2025-01-22T04:27:54.224Z | Compiling aws-lc-rs v1.10.0 |
| 1670 | 2025-01-22T04:27:54.375Z | Compiling schemars v0.8.21 |
| 1671 | 2025-01-22T04:27:54.630Z | Compiling const-oid v0.9.6 |
| 1672 | 2025-01-22T04:27:54.722Z | Compiling fnv v1.0.7 |
| 1673 | 2025-01-22T04:27:54.857Z | Compiling httparse v1.9.5 |
| 1674 | 2025-01-22T04:27:55.195Z | Compiling serde_derive_internals v0.29.1 |
| 1675 | 2025-01-22T04:27:55.593Z | Compiling foldhash v0.1.3 |
| 1676 | 2025-01-22T04:27:55.858Z | Compiling regex v1.11.1 |
| 1677 | 2025-01-22T04:27:55.912Z | Compiling equivalent v1.0.1 |
| 1678 | 2025-01-22T04:27:56.047Z | Compiling hashbrown v0.15.1 |
| 1679 | 2025-01-22T04:27:56.624Z | Compiling signal-hook-registry v1.4.2 |
| 1680 | 2025-01-22T04:27:56.794Z | Compiling heck v0.5.0 |
| 1681 | 2025-01-22T04:27:57.211Z | Compiling parking_lot v0.12.3 |
| 1682 | 2025-01-22T04:27:57.231Z | Compiling mio v1.0.2 |
| 1683 | 2025-01-22T04:27:57.271Z | Compiling stable_deref_trait v1.2.0 |
| 1684 | 2025-01-22T04:27:58.312Z | Compiling serde_derive v1.0.217 |
| 1685 | 2025-01-22T04:27:58.341Z | Compiling zeroize_derive v1.4.2 |
| 1686 | 2025-01-22T04:27:58.755Z | Compiling zerocopy-derive v0.7.35 |
| 1687 | 2025-01-22T04:27:59.189Z | Compiling thiserror-impl v1.0.69 |
| 1688 | 2025-01-22T04:27:59.558Z | Compiling tokio-macros v2.5.0 |
| 1689 | 2025-01-22T04:27:59.637Z | Compiling zeroize v1.8.1 |
| 1690 | 2025-01-22T04:28:00.034Z | Compiling zerofrom-derive v0.1.4 |
| 1691 | 2025-01-22T04:28:00.089Z | Compiling yoke-derive v0.7.4 |
| 1692 | 2025-01-22T04:28:00.110Z | Compiling zerovec-derive v0.10.3 |
| 1693 | 2025-01-22T04:28:00.136Z | Compiling futures-macro v0.3.31 |
| 1694 | 2025-01-22T04:28:00.521Z | Compiling displaydoc v0.2.5 |
| 1695 | 2025-01-22T04:28:01.842Z | Compiling zerocopy v0.7.35 |
| 1696 | 2025-01-22T04:28:02.072Z | Compiling crypto-common v0.1.6 |
| 1697 | 2025-01-22T04:28:02.092Z | Compiling icu_provider_macros v1.5.0 |
| 1698 | 2025-01-22T04:28:02.293Z | Compiling tracing-attributes v0.1.27 |
| 1699 | 2025-01-22T04:28:02.404Z | Compiling schemars_derive v0.8.21 |
| 1700 | 2025-01-22T04:28:02.463Z | Compiling block-buffer v0.10.4 |
| 1701 | 2025-01-22T04:28:02.654Z | Compiling digest v0.10.7 |
| 1702 | 2025-01-22T04:28:03.300Z | Compiling socket2 v0.5.7 |
| 1703 | 2025-01-22T04:28:03.331Z | Compiling crossbeam-utils v0.8.20 |
| 1704 | 2025-01-22T04:28:03.331Z | Compiling futures-core v0.3.31 |
| 1705 | 2025-01-22T04:28:03.535Z | Compiling num-conv v0.1.0 |
| 1706 | 2025-01-22T04:28:03.635Z | Compiling time-core v0.1.2 |
| 1707 | 2025-01-22T04:28:03.821Z | Compiling time-macros v0.2.18 |
| 1708 | 2025-01-22T04:28:04.102Z | Compiling der_derive v0.7.3 |
| 1709 | 2025-01-22T04:28:04.600Z | Compiling vcpkg v0.2.15 |
| 1710 | 2025-01-22T04:28:05.937Z | Compiling openssl-sys v0.9.103 |
| 1711 | 2025-01-22T04:28:06.468Z | Compiling syn v1.0.109 |
| 1712 | 2025-01-22T04:28:06.919Z | Compiling cpufeatures v0.2.14 |
| 1713 | 2025-01-22T04:28:07.008Z | Compiling futures-sink v0.3.31 |
| 1714 | 2025-01-22T04:28:07.028Z | Compiling slog v2.7.0 |
| 1715 | 2025-01-22T04:28:07.444Z | Compiling ahash v0.8.11 |
| 1716 | 2025-01-22T04:28:07.487Z | Compiling zerofrom v0.1.4 |
| 1717 | 2025-01-22T04:28:07.770Z | Compiling iana-time-zone v0.1.61 |
| 1718 | 2025-01-22T04:28:07.896Z | Compiling yoke v0.7.4 |
| 1719 | 2025-01-22T04:28:08.254Z | Compiling futures-channel v0.3.31 |
| 1720 | 2025-01-22T04:28:08.309Z | Compiling scroll_derive v0.12.0 |
| 1721 | 2025-01-22T04:28:08.470Z | Compiling pin-utils v0.1.0 |
| 1722 | 2025-01-22T04:28:08.538Z | Compiling ucd-trie v0.1.7 |
| 1723 | 2025-01-22T04:28:08.583Z | Compiling futures-task v0.3.31 |
| 1724 | 2025-01-22T04:28:08.722Z | Compiling openssl v0.10.66 |
| 1725 | 2025-01-22T04:28:08.888Z | Compiling futures-io v0.3.31 |
| 1726 | 2025-01-22T04:28:08.980Z | Compiling pest v2.7.14 |
| 1727 | 2025-01-22T04:28:09.106Z | Compiling futures-util v0.3.31 |
| 1728 | 2025-01-22T04:28:09.235Z | Compiling zerovec v0.10.4 |
| 1729 | 2025-01-22T04:28:10.065Z | Compiling hmac v0.12.1 |
| 1730 | 2025-01-22T04:28:10.304Z | Compiling bitflags v2.6.0 |
| 1731 | 2025-01-22T04:28:10.478Z | Compiling bytes v1.9.0 |
| 1732 | 2025-01-22T04:28:12.472Z | Compiling indexmap v2.7.0 |
| 1733 | 2025-01-22T04:28:12.586Z | Compiling tokio v1.43.0 |
| 1734 | 2025-01-22T04:28:13.744Z | Compiling serde_tokenstream v0.2.2 |
| 1735 | 2025-01-22T04:28:13.799Z | Compiling uuid v1.12.0 |
| 1736 | 2025-01-22T04:28:14.297Z | Compiling which v4.4.2 |
| 1737 | 2025-01-22T04:28:15.123Z | Compiling http v1.2.0 |
| 1738 | 2025-01-22T04:28:15.144Z | Compiling chrono v0.4.38 |
| 1739 | 2025-01-22T04:28:15.183Z | Compiling rustc_version v0.4.1 |
| 1740 | 2025-01-22T04:28:18.294Z | Compiling pest_meta v2.7.14 |
| 1741 | 2025-01-22T04:28:21.266Z | Compiling block-padding v0.3.3 |
| 1742 | 2025-01-22T04:28:21.509Z | Compiling openssl-macros v0.1.1 |
| 1743 | 2025-01-22T04:28:21.961Z | Compiling native-tls v0.2.12 |
| 1744 | 2025-01-22T04:28:22.232Z | Compiling rustls v0.23.19 |
| 1745 | 2025-01-22T04:28:22.322Z | Compiling inout v0.1.3 |
| 1746 | 2025-01-22T04:28:22.491Z | Compiling pest_generator v2.7.14 |
| 1747 | 2025-01-22T04:28:22.531Z | Compiling tinystr v0.7.6 |
| 1748 | 2025-01-22T04:28:22.947Z | Compiling serde_spanned v0.6.8 |
| 1749 | 2025-01-22T04:28:22.967Z | Compiling toml_datetime v0.6.8 |
| 1750 | 2025-01-22T04:28:23.211Z | Compiling tracing-core v0.1.32 |
| 1751 | 2025-01-22T04:28:23.311Z | Compiling strsim v0.11.1 |
| 1752 | 2025-01-22T04:28:23.378Z | Compiling litemap v0.7.3 |
| 1753 | 2025-01-22T04:28:23.753Z | Compiling writeable v0.5.5 |
| 1754 | 2025-01-22T04:28:24.101Z | Compiling dyn-clone v1.0.17 |
| 1755 | 2025-01-22T04:28:24.129Z | Compiling pest_derive v2.7.14 |
| 1756 | 2025-01-22T04:28:24.232Z | Compiling icu_locid v1.5.0 |
| 1757 | 2025-01-22T04:28:25.072Z | Compiling tracing v0.1.40 |
| 1758 | 2025-01-22T04:28:25.347Z | Compiling cipher v0.4.4 |
| 1759 | 2025-01-22T04:28:25.807Z | Compiling sha2 v0.10.8 |
| 1760 | 2025-01-22T04:28:25.946Z | Compiling cookie v0.18.1 |
| 1761 | 2025-01-22T04:28:26.092Z | Compiling usdt-impl v0.5.0 |
| 1762 | 2025-01-22T04:28:26.249Z | Compiling base64ct v1.6.0 |
| 1763 | 2025-01-22T04:28:26.605Z | Compiling icu_provider v1.5.0 |
| 1764 | 2025-01-22T04:28:26.832Z | Compiling pem-rfc7468 v0.7.0 |
| 1765 | 2025-01-22T04:28:26.917Z | Compiling aws-lc-sys v0.22.0 |
| 1766 | 2025-01-22T04:28:28.298Z | Compiling scroll v0.12.0 |
| 1767 | 2025-01-22T04:28:28.748Z | Compiling ppv-lite86 v0.2.20 |
| 1768 | 2025-01-22T04:28:28.813Z | Compiling async-trait v0.1.83 |
| 1769 | 2025-01-22T04:28:30.819Z | Compiling anyhow v1.0.93 |
| 1770 | 2025-01-22T04:28:31.251Z | Compiling plain v0.2.3 |
| 1771 | 2025-01-22T04:28:31.318Z | Compiling percent-encoding v2.3.1 |
| 1772 | 2025-01-22T04:28:31.390Z | Compiling rustls-pki-types v1.10.0 |
| 1773 | 2025-01-22T04:28:31.772Z | Compiling icu_locid_transform_data v1.5.0 |
| 1774 | 2025-01-22T04:28:31.993Z | Compiling camino v1.1.9 |
| 1775 | 2025-01-22T04:28:32.516Z | Compiling flagset v0.4.6 |
| 1776 | 2025-01-22T04:28:32.696Z | Compiling der v0.7.9 |
| 1777 | 2025-01-22T04:28:33.001Z | Compiling icu_locid_transform v1.5.0 |
| 1778 | 2025-01-22T04:28:34.850Z | Compiling goblin v0.8.2 |
| 1779 | 2025-01-22T04:28:35.276Z | Compiling rand_chacha v0.3.1 |
| 1780 | 2025-01-22T04:28:36.186Z | Compiling tokio-util v0.7.12 |
| 1781 | 2025-01-22T04:28:36.671Z | Compiling icu_collections v1.5.0 |
| 1782 | 2025-01-22T04:28:38.939Z | Compiling icu_properties_data v1.5.0 |
| 1783 | 2025-01-22T04:28:39.131Z | Compiling powerfmt v0.2.0 |
| 1784 | 2025-01-22T04:28:39.231Z | Compiling mirai-annotations v1.12.0 |
| 1785 | 2025-01-22T04:28:39.434Z | Compiling rustls v0.22.4 |
| 1786 | 2025-01-22T04:28:39.735Z | Compiling pretty-hex v0.4.1 |
| 1787 | 2025-01-22T04:28:39.959Z | Compiling rayon-core v1.12.1 |
| 1788 | 2025-01-22T04:28:39.977Z | Compiling untrusted v0.7.1 |
| 1789 | 2025-01-22T04:28:40.006Z | Compiling untrusted v0.9.0 |
| 1790 | 2025-01-22T04:28:40.164Z | Compiling icu_properties v1.5.1 |
| 1791 | 2025-01-22T04:28:40.223Z | Compiling deranged v0.3.11 |
| 1792 | 2025-01-22T04:28:40.594Z | Compiling dof v0.3.0 |
| 1793 | 2025-01-22T04:28:42.164Z | Compiling rand v0.8.5 |
| 1794 | 2025-01-22T04:28:42.539Z | Compiling spki v0.7.3 |
| 1795 | 2025-01-22T04:28:43.088Z | Compiling salsa20 v0.10.2 |
| 1796 | 2025-01-22T04:28:43.108Z | Compiling dtrace-parser v0.2.0 |
| 1797 | 2025-01-22T04:28:43.580Z | Compiling pbkdf2 v0.12.2 |
| 1798 | 2025-01-22T04:28:44.562Z | Compiling thread-id v4.2.2 |
| 1799 | 2025-01-22T04:28:44.596Z | Compiling write16 v1.0.0 |
| 1800 | 2025-01-22T04:28:44.616Z | Compiling litrs v0.4.1 |
| 1801 | 2025-01-22T04:28:44.799Z | Compiling num_threads v0.1.7 |
| 1802 | 2025-01-22T04:28:44.890Z | Compiling winnow v0.5.40 |
| 1803 | 2025-01-22T04:28:44.939Z | Compiling icu_normalizer_data v1.5.0 |
| 1804 | 2025-01-22T04:28:45.054Z | Compiling utf16_iter v1.0.5 |
| 1805 | 2025-01-22T04:28:45.264Z | Compiling utf8_iter v1.0.4 |
| 1806 | 2025-01-22T04:28:45.824Z | Compiling atomic-waker v1.1.2 |
| 1807 | 2025-01-22T04:28:45.915Z | Compiling icu_normalizer v1.5.0 |
| 1808 | 2025-01-22T04:28:46.287Z | Compiling time v0.3.36 |
| 1809 | 2025-01-22T04:28:47.586Z | Compiling document-features v0.2.10 |
| 1810 | 2025-01-22T04:28:48.283Z | Compiling toml_edit v0.19.15 |
| 1811 | 2025-01-22T04:28:49.648Z | Compiling scrypt v0.11.0 |
| 1812 | 2025-01-22T04:28:50.122Z | Compiling form_urlencoded v1.2.1 |
| 1813 | 2025-01-22T04:28:50.619Z | Compiling aes v0.8.4 |
| 1814 | 2025-01-22T04:28:50.646Z | Compiling cbc v0.1.2 |
| 1815 | 2025-01-22T04:28:50.774Z | Compiling http-body v1.0.1 |
| 1816 | 2025-01-22T04:28:51.065Z | Compiling multer v3.1.0 |
| 1817 | 2025-01-22T04:28:51.351Z | Compiling slog-async v2.8.0 |
| 1818 | 2025-01-22T04:28:51.376Z | Compiling rustversion v1.0.17 |
| 1819 | 2025-01-22T04:28:51.744Z | Compiling try-lock v0.2.5 |
| 1820 | 2025-01-22T04:28:51.787Z | Compiling tinyvec_macros v0.1.1 |
| 1821 | 2025-01-22T04:28:51.928Z | Compiling want v0.3.1 |
| 1822 | 2025-01-22T04:28:52.045Z | Compiling tinyvec v1.8.0 |
| 1823 | 2025-01-22T04:28:52.228Z | Compiling pkcs5 v0.7.1 |
| 1824 | 2025-01-22T04:28:53.989Z | Compiling idna_adapter v1.2.0 |
| 1825 | 2025-01-22T04:28:54.213Z | Compiling h2 v0.4.6 |
| 1826 | 2025-01-22T04:28:54.509Z | Compiling heapless v0.7.17 |
| 1827 | 2025-01-22T04:28:54.781Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1828 | 2025-01-22T04:28:55.449Z | Compiling signal-hook v0.3.17 |
| 1829 | 2025-01-22T04:28:55.482Z | Compiling httpdate v1.0.3 |
| 1830 | 2025-01-22T04:28:56.250Z | Compiling idna v1.0.3 |
| 1831 | 2025-01-22T04:28:57.779Z | Compiling pkcs8 v0.10.2 |
| 1832 | 2025-01-22T04:28:58.582Z | Compiling usdt-macro v0.5.0 |
| 1833 | 2025-01-22T04:28:59.140Z | Compiling usdt-attr-macro v0.5.0 |
| 1834 | 2025-01-22T04:28:59.906Z | Compiling async-stream-impl v0.3.6 |
| 1835 | 2025-01-22T04:29:00.550Z | Compiling tower-service v0.3.3 |
| 1836 | 2025-01-22T04:29:00.980Z | Compiling base64 v0.22.1 |
| 1837 | 2025-01-22T04:29:01.054Z | Compiling adler2 v2.0.0 |
| 1838 | 2025-01-22T04:29:01.335Z | Compiling miniz_oxide v0.8.0 |
| 1839 | 2025-01-22T04:29:02.499Z | Compiling hyper v1.5.2 |
| 1840 | 2025-01-22T04:29:04.204Z | Compiling curve25519-dalek v4.1.3 |
| 1841 | 2025-01-22T04:29:04.605Z | Compiling openapiv3 v2.0.0 |
| 1842 | 2025-01-22T04:29:04.710Z | Compiling enum-as-inner v0.6.1 |
| 1843 | 2025-01-22T04:29:07.723Z | Compiling hyper-util v0.1.10 |
| 1844 | 2025-01-22T04:29:08.503Z | Compiling dropshot v0.12.0 |
| 1845 | 2025-01-22T04:29:08.762Z | Compiling num-bigint-dig v0.8.4 |
| 1846 | 2025-01-22T04:29:08.812Z | Compiling smoltcp v0.9.1 |
| 1847 | 2025-01-22T04:29:08.978Z | Compiling portable-atomic v1.9.0 |
| 1848 | 2025-01-22T04:29:09.383Z | Compiling match_cfg v0.1.0 |
| 1849 | 2025-01-22T04:29:09.638Z | Compiling foreign-types-shared v0.1.1 |
| 1850 | 2025-01-22T04:29:09.774Z | Compiling newtype-uuid v1.2.1 |
| 1851 | 2025-01-22T04:29:09.796Z | Compiling foreign-types v0.3.2 |
| 1852 | 2025-01-22T04:29:09.950Z | Compiling hostname v0.3.1 |
| 1853 | 2025-01-22T04:29:12.627Z | Compiling url v2.5.3 |
| 1854 | 2025-01-22T04:29:14.445Z | Compiling http-body-util v0.1.2 |
| 1855 | 2025-01-22T04:29:15.004Z | Compiling dirs-sys-next v0.1.2 |
| 1856 | 2025-01-22T04:29:15.047Z | Compiling encoding_rs v0.8.34 |
| 1857 | 2025-01-22T04:29:15.251Z | Compiling gimli v0.31.1 |
| 1858 | 2025-01-22T04:29:15.449Z | Compiling mime v0.3.17 |
| 1859 | 2025-01-22T04:29:16.501Z | Compiling heck v0.4.1 |
| 1860 | 2025-01-22T04:29:16.880Z | Compiling siphasher v0.3.11 |
| 1861 | 2025-01-22T04:29:17.249Z | Compiling data-encoding v2.6.0 |
| 1862 | 2025-01-22T04:29:17.692Z | Compiling ident_case v1.0.1 |
| 1863 | 2025-01-22T04:29:17.886Z | Compiling darling_core v0.20.10 |
| 1864 | 2025-01-22T04:29:18.420Z | Compiling dirs-next v2.0.0 |
| 1865 | 2025-01-22T04:29:21.844Z | Compiling addr2line v0.24.2 |
| 1866 | 2025-01-22T04:29:23.652Z | Compiling unicode-normalization v0.1.24 |
| 1867 | 2025-01-22T04:29:24.717Z | Compiling serde_urlencoded v0.7.1 |
| 1868 | 2025-01-22T04:29:25.275Z | Compiling crossbeam-epoch v0.9.18 |
| 1869 | 2025-01-22T04:29:25.840Z | Compiling rustls-pemfile v2.2.0 |
| 1870 | 2025-01-22T04:29:25.932Z | Compiling hubpack_derive v0.1.1 |
| 1871 | 2025-01-22T04:29:26.207Z | Compiling dropshot_endpoint v0.12.0 |
| 1872 | 2025-01-22T04:29:26.367Z | Compiling sha1 v0.10.6 |
| 1873 | 2025-01-22T04:29:26.735Z | Compiling signature v2.2.0 |
| 1874 | 2025-01-22T04:29:26.754Z | Compiling zerocopy-derive v0.6.6 |
| 1875 | 2025-01-22T04:29:26.835Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1876 | 2025-01-22T04:29:28.101Z | Compiling object v0.36.5 |
| 1877 | 2025-01-22T04:29:28.471Z | Compiling thread_local v1.1.8 |
| 1878 | 2025-01-22T04:29:28.912Z | Compiling fs-err v2.11.0 |
| 1879 | 2025-01-22T04:29:29.902Z | Compiling ipnet v2.10.1 |
| 1880 | 2025-01-22T04:29:32.750Z | Compiling rustc-demangle v0.1.24 |
| 1881 | 2025-01-22T04:29:33.061Z | Compiling unicode-bidi v0.3.17 |
| 1882 | 2025-01-22T04:29:34.155Z | Compiling winnow v0.6.20 |
| 1883 | 2025-01-22T04:29:36.575Z | Compiling openssl-probe v0.1.5 |
| 1884 | 2025-01-22T04:29:37.697Z | Compiling utf8parse v0.2.2 |
| 1885 | 2025-01-22T04:29:37.785Z | Compiling unicode-properties v0.1.3 |
| 1886 | 2025-01-22T04:29:37.845Z | Compiling anstyle v1.0.10 |
| 1887 | 2025-01-22T04:29:38.005Z | Compiling anstyle-parse v0.2.5 |
| 1888 | 2025-01-22T04:29:38.202Z | Compiling stringprep v0.1.5 |
| 1889 | 2025-01-22T04:29:38.257Z | Compiling toml_edit v0.22.22 |
| 1890 | 2025-01-22T04:29:39.092Z | Compiling rustls-webpki v0.102.8 |
| 1891 | 2025-01-22T04:29:39.855Z | Compiling backtrace v0.3.74 |
| 1892 | 2025-01-22T04:29:48.637Z | Compiling crossbeam-deque v0.8.5 |
| 1893 | 2025-01-22T04:29:49.098Z | Compiling darling_macro v0.20.10 |
| 1894 | 2025-01-22T04:29:49.971Z | Compiling term v0.7.0 |
| 1895 | 2025-01-22T04:29:50.479Z | Compiling slog-json v2.6.1 |
| 1896 | 2025-01-22T04:29:51.806Z | Compiling crossbeam-channel v0.5.13 |
| 1897 | 2025-01-22T04:29:52.091Z | Compiling hashbrown v0.14.5 |
| 1898 | 2025-01-22T04:29:52.530Z | Compiling futures-executor v0.3.31 |
| 1899 | 2025-01-22T04:29:52.751Z | Compiling num-integer v0.1.46 |
| 1900 | 2025-01-22T04:29:52.954Z | Compiling md-5 v0.10.6 |
| 1901 | 2025-01-22T04:29:52.974Z | Compiling ff v0.13.0 |
| 1902 | 2025-01-22T04:29:53.192Z | Compiling hash32 v0.2.1 |
| 1903 | 2025-01-22T04:29:53.212Z | Compiling memmap v0.7.0 |
| 1904 | 2025-01-22T04:29:53.215Z | Compiling is-terminal v0.4.13 |
| 1905 | 2025-01-22T04:29:53.359Z | Compiling psl-types v2.0.11 |
| 1906 | 2025-01-22T04:29:53.431Z | Compiling take_mut v0.2.2 |
| 1907 | 2025-01-22T04:29:53.502Z | Compiling quick-error v1.2.3 |
| 1908 | 2025-01-22T04:29:53.523Z | Compiling linked-hash-map v0.5.6 |
| 1909 | 2025-01-22T04:29:53.603Z | Compiling anstyle-query v1.1.1 |
| 1910 | 2025-01-22T04:29:53.789Z | Compiling utf-8 v0.7.6 |
| 1911 | 2025-01-22T04:29:53.841Z | Compiling base16ct v0.2.0 |
| 1912 | 2025-01-22T04:29:54.087Z | Compiling fallible-iterator v0.2.0 |
| 1913 | 2025-01-22T04:29:54.105Z | Compiling colorchoice v1.0.2 |
| 1914 | 2025-01-22T04:29:54.136Z | Compiling is_terminal_polyfill v1.70.1 |
| 1915 | 2025-01-22T04:29:54.278Z | Compiling anstream v0.6.15 |
| 1916 | 2025-01-22T04:29:54.297Z | Compiling sec1 v0.7.3 |
| 1917 | 2025-01-22T04:29:54.546Z | Compiling tungstenite v0.24.0 |
| 1918 | 2025-01-22T04:29:54.720Z | Compiling postgres-protocol v0.6.7 |
| 1919 | 2025-01-22T04:29:54.816Z | Compiling lru-cache v0.1.2 |
| 1920 | 2025-01-22T04:29:54.869Z | Compiling publicsuffix v2.3.0 |
| 1921 | 2025-01-22T04:29:55.023Z | Compiling resolv-conf v0.7.0 |
| 1922 | 2025-01-22T04:29:55.788Z | Compiling usdt v0.5.0 |
| 1923 | 2025-01-22T04:29:56.244Z | Compiling slog-term v2.9.1 |
| 1924 | 2025-01-22T04:29:56.302Z | Compiling num-iter v0.1.45 |
| 1925 | 2025-01-22T04:29:56.469Z | Compiling group v0.13.0 |
| 1926 | 2025-01-22T04:29:56.498Z | Compiling regress v0.10.1 |
| 1927 | 2025-01-22T04:29:56.693Z | Compiling futures v0.3.31 |
| 1928 | 2025-01-22T04:29:59.532Z | Compiling slog-bunyan v2.5.0 |
| 1929 | 2025-01-22T04:29:59.788Z | Compiling darling v0.20.10 |
| 1930 | 2025-01-22T04:30:00.187Z | Compiling tokio-rustls v0.26.0 |
| 1931 | 2025-01-22T04:30:00.252Z | Compiling tokio-rustls v0.25.0 |
| 1932 | 2025-01-22T04:30:00.630Z | Compiling toml v0.8.19 |
| 1933 | 2025-01-22T04:30:00.666Z | Compiling tokio-native-tls v0.3.1 |
| 1934 | 2025-01-22T04:30:01.009Z | Compiling hickory-proto v0.24.2 |
| 1935 | 2025-01-22T04:30:01.261Z | Compiling phf_shared v0.11.2 |
| 1936 | 2025-01-22T04:30:01.623Z | Compiling strum_macros v0.25.3 |
| 1937 | 2025-01-22T04:30:02.211Z | Compiling async-stream v0.3.6 |
| 1938 | 2025-01-22T04:30:02.264Z | Compiling waitgroup v0.1.2 |
| 1939 | 2025-01-22T04:30:02.283Z | Compiling webpki-roots v0.26.6 |
| 1940 | 2025-01-22T04:30:02.549Z | Compiling terminal_size v0.4.0 |
| 1941 | 2025-01-22T04:30:02.711Z | Compiling hkdf v0.12.4 |
| 1942 | 2025-01-22T04:30:02.786Z | Compiling serde_path_to_error v0.1.16 |
| 1943 | 2025-01-22T04:30:03.095Z | Compiling crypto-bigint v0.5.5 |
| 1944 | 2025-01-22T04:30:03.513Z | Compiling serde_repr v0.1.19 |
| 1945 | 2025-01-22T04:30:03.543Z | Compiling clap_derive v4.5.18 |
| 1946 | 2025-01-22T04:30:04.563Z | Compiling derive-where v1.2.7 |
| 1947 | 2025-01-22T04:30:04.961Z | Compiling hostname v0.4.0 |
| 1948 | 2025-01-22T04:30:05.172Z | Compiling crc32fast v1.4.2 |
| 1949 | 2025-01-22T04:30:05.502Z | Compiling debug-ignore v1.0.5 |
| 1950 | 2025-01-22T04:30:05.674Z | Compiling clap_lex v0.7.2 |
| 1951 | 2025-01-22T04:30:06.443Z | Compiling bitflags v1.3.2 |
| 1952 | 2025-01-22T04:30:06.668Z | Compiling managed v0.8.0 |
| 1953 | 2025-01-22T04:30:07.151Z | Compiling unicode-width v0.1.14 |
| 1954 | 2025-01-22T04:30:07.656Z | Compiling console v0.15.8 |
| 1955 | 2025-01-22T04:30:07.687Z | Compiling hickory-resolver v0.24.2 |
| 1956 | 2025-01-22T04:30:07.707Z | Compiling clap_builder v4.5.21 |
| 1957 | 2025-01-22T04:30:09.146Z | Compiling elliptic-curve v0.13.8 |
| 1958 | 2025-01-22T04:30:10.161Z | Compiling flate2 v1.0.35 |
| 1959 | 2025-01-22T04:30:12.660Z | Compiling hyper-rustls v0.27.3 |
| 1960 | 2025-01-22T04:30:14.146Z | Compiling phf v0.11.2 |
| 1961 | 2025-01-22T04:30:14.417Z | Compiling hyper-tls v0.6.0 |
| 1962 | 2025-01-22T04:30:14.823Z | Compiling typify-impl v0.2.0 |
| 1963 | 2025-01-22T04:30:14.856Z | Compiling signal-hook-mio v0.2.4 |
| 1964 | 2025-01-22T04:30:15.048Z | Compiling rayon v1.10.0 |
| 1965 | 2025-01-22T04:30:17.448Z | Compiling cookie_store v0.21.1 |
| 1966 | 2025-01-22T04:30:18.763Z | Compiling bzip2 v0.4.4 |
| 1967 | 2025-01-22T04:30:19.133Z | Compiling tokio-tungstenite v0.24.0 |
| 1968 | 2025-01-22T04:30:19.302Z | Compiling postgres-types v0.2.8 |
| 1969 | 2025-01-22T04:30:19.629Z | Compiling zerocopy v0.6.6 |
| 1970 | 2025-01-22T04:30:19.710Z | Compiling ed25519 v2.2.3 |
| 1971 | 2025-01-22T04:30:20.146Z | Compiling hubpack v0.1.2 |
| 1972 | 2025-01-22T04:30:20.384Z | Compiling phf_shared v0.10.0 |
| 1973 | 2025-01-22T04:30:20.528Z | Compiling pkcs1 v0.7.5 |
| 1974 | 2025-01-22T04:30:20.592Z | Compiling tokio-stream v0.1.16 |
| 1975 | 2025-01-22T04:30:20.769Z | Compiling ipnetwork v0.20.0 |
| 1976 | 2025-01-22T04:30:21.528Z | Compiling rfc6979 v0.4.0 |
| 1977 | 2025-01-22T04:30:21.640Z | Compiling serde-big-array v0.5.1 |
| 1978 | 2025-01-22T04:30:21.736Z | Compiling float-cmp v0.9.0 |
| 1979 | 2025-01-22T04:30:21.877Z | Compiling sync_wrapper v1.0.1 |
| 1980 | 2025-01-22T04:30:22.051Z | Compiling bstr v1.10.0 |
| 1981 | 2025-01-22T04:30:22.318Z | Compiling whoami v1.5.2 |
| 1982 | 2025-01-22T04:30:22.838Z | Compiling normalize-line-endings v0.3.0 |
| 1983 | 2025-01-22T04:30:22.990Z | Compiling difflib v0.4.0 |
| 1984 | 2025-01-22T04:30:23.478Z | Compiling static_assertions v1.1.0 |
| 1985 | 2025-01-22T04:30:23.594Z | Compiling unicode-width v0.2.0 |
| 1986 | 2025-01-22T04:30:24.104Z | Compiling bit-vec v0.6.3 |
| 1987 | 2025-01-22T04:30:24.136Z | Compiling new_debug_unreachable v1.0.6 |
| 1988 | 2025-01-22T04:30:24.244Z | Compiling number_prefix v0.4.0 |
| 1989 | 2025-01-22T04:30:24.499Z | Compiling unicode-segmentation v1.12.0 |
| 1990 | 2025-01-22T04:30:24.609Z | Compiling precomputed-hash v0.1.1 |
| 1991 | 2025-01-22T04:30:24.890Z | Compiling predicates-core v1.0.8 |
| 1992 | 2025-01-22T04:30:25.047Z | Compiling fixedbitset v0.4.2 |
| 1993 | 2025-01-22T04:30:25.088Z | Compiling predicates v3.1.2 |
| 1994 | 2025-01-22T04:30:25.185Z | Compiling typify-macro v0.2.0 |
| 1995 | 2025-01-22T04:30:25.323Z | Compiling petgraph v0.6.5 |
| 1996 | 2025-01-22T04:30:25.429Z | Compiling similar v2.6.0 |
| 1997 | 2025-01-22T04:30:26.386Z | Compiling string_cache v0.8.7 |
| 1998 | 2025-01-22T04:30:26.793Z | Compiling bit-set v0.5.3 |
| 1999 | 2025-01-22T04:30:27.051Z | Compiling indicatif v0.17.9 |
| 2000 | 2025-01-22T04:30:27.088Z | Compiling reqwest v0.12.9 |
| 2001 | 2025-01-22T04:30:27.236Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2002 | 2025-01-22T04:30:28.548Z | Compiling tokio-postgres v0.7.12 |
| 2003 | 2025-01-22T04:30:28.951Z | Compiling ecdsa v0.16.9 |
| 2004 | 2025-01-22T04:30:29.756Z | Compiling qorb v0.2.1 |
| 2005 | 2025-01-22T04:30:31.620Z | Compiling rsa v0.9.6 |
| 2006 | 2025-01-22T04:30:32.911Z | Compiling ed25519-dalek v2.1.1 |
| 2007 | 2025-01-22T04:30:33.329Z | Compiling zip v0.6.6 |
| 2008 | 2025-01-22T04:30:33.451Z | Compiling crossterm v0.28.1 |
| 2009 | 2025-01-22T04:30:33.833Z | Compiling clap v4.5.21 |
| 2010 | 2025-01-22T04:30:34.852Z | Compiling toml v0.7.8 |
| 2011 | 2025-01-22T04:30:35.438Z | Compiling x509-cert v0.2.5 |
| 2012 | 2025-01-22T04:30:36.454Z | Compiling hex v0.4.3 |
| 2013 | 2025-01-22T04:30:37.440Z | Compiling itertools v0.10.5 |
| 2014 | 2025-01-22T04:30:37.865Z | Compiling lalrpop-util v0.19.12 |
| 2015 | 2025-01-22T04:30:37.887Z | Compiling unicode-xid v0.2.6 |
| 2016 | 2025-01-22T04:30:38.189Z | Compiling peg-runtime v0.8.3 |
| 2017 | 2025-01-22T04:30:38.259Z | Compiling zerocopy v0.8.10 |
| 2018 | 2025-01-22T04:30:39.918Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2019 | 2025-01-22T04:30:44.397Z | Compiling proc-macro-crate v1.3.1 |
| 2020 | 2025-01-22T04:30:44.847Z | Compiling macaddr v1.0.1 |
| 2021 | 2025-01-22T04:30:45.461Z | Compiling zerocopy-derive v0.8.10 |
| 2022 | 2025-01-22T04:30:45.480Z | Compiling itertools v0.13.0 |
| 2023 | 2025-01-22T04:30:47.893Z | Compiling heapless v0.8.0 |
| 2024 | 2025-01-22T04:30:48.406Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2025 | 2025-01-22T04:30:53.539Z | Compiling num_enum_derive v0.5.11 |
| 2026 | 2025-01-22T04:31:01.112Z | Compiling hash32 v0.3.1 |
| 2027 | 2025-01-22T04:31:01.676Z | Compiling smoltcp v0.11.0 |
| 2028 | 2025-01-22T04:31:02.083Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2029 | 2025-01-22T04:31:07.131Z | Compiling num_enum v0.5.11 |
| 2030 | 2025-01-22T04:31:07.309Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2031 | 2025-01-22T04:31:08.171Z | Compiling typify v0.2.0 |
| 2032 | 2025-01-22T04:31:08.318Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2033 | 2025-01-22T04:31:08.896Z | Compiling proc-macro-error-attr v1.0.4 |
| 2034 | 2025-01-22T04:31:09.219Z | Compiling cobs v0.2.3 |
| 2035 | 2025-01-22T04:31:09.355Z | Compiling thiserror v2.0.11 |
| 2036 | 2025-01-22T04:31:09.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2037 | 2025-01-22T04:31:09.921Z | Compiling unsafe-libyaml v0.2.11 |
| 2038 | 2025-01-22T04:31:11.683Z | Compiling serde_yaml v0.9.34+deprecated |
| 2039 | 2025-01-22T04:31:12.744Z | Compiling postcard v1.0.10 |
| 2040 | 2025-01-22T04:31:25.761Z | Compiling progenitor-impl v0.8.0 |
| 2041 | 2025-01-22T04:31:27.957Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2042 | 2025-01-22T04:31:37.127Z | Compiling strum_macros v0.26.4 |
| 2043 | 2025-01-22T04:31:37.795Z | Compiling thiserror-impl v2.0.11 |
| 2044 | 2025-01-22T04:31:37.818Z | Compiling foreign-types-macros v0.2.3 |
| 2045 | 2025-01-22T04:31:38.653Z | Compiling structmeta-derive v0.3.0 |
| 2046 | 2025-01-22T04:31:38.997Z | Compiling proc-macro-error v1.0.4 |
| 2047 | 2025-01-22T04:31:39.085Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2048 | 2025-01-22T04:31:40.105Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2049 | 2025-01-22T04:31:40.714Z | Compiling foreign-types-shared v0.3.1 |
| 2050 | 2025-01-22T04:31:41.084Z | Compiling structmeta v0.3.0 |
| 2051 | 2025-01-22T04:31:41.301Z | Compiling strum v0.26.3 |
| 2052 | 2025-01-22T04:31:41.553Z | Compiling foreign-types v0.5.0 |
| 2053 | 2025-01-22T04:31:45.361Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2054 | 2025-01-22T04:31:50.324Z | Compiling progenitor-macro v0.8.0 |
| 2055 | 2025-01-22T04:31:53.884Z | Compiling progenitor-client v0.8.0 |
| 2056 | 2025-01-22T04:31:54.751Z | Compiling tabwriter v1.4.0 |
| 2057 | 2025-01-22T04:31:55.781Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2058 | 2025-01-22T04:31:56.613Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2059 | 2025-01-22T04:31:57.825Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2060 | 2025-01-22T04:31:58.455Z | Compiling cstr-argument v0.1.2 |
| 2061 | 2025-01-22T04:31:58.634Z | Compiling dropshot v0.15.1 |
| 2062 | 2025-01-22T04:31:58.735Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2063 | 2025-01-22T04:31:59.025Z | Compiling crucible-workspace-hack v0.1.0 |
| 2064 | 2025-01-22T04:31:59.290Z | Compiling pretty-hex v0.2.1 |
| 2065 | 2025-01-22T04:31:59.332Z | Compiling fastrand v2.1.1 |
| 2066 | 2025-01-22T04:31:59.995Z | Compiling tempfile v3.13.0 |
| 2067 | 2025-01-22T04:32:00.100Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2068 | 2025-01-22T04:32:00.510Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2069 | 2025-01-22T04:32:00.642Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2070 | 2025-01-22T04:32:01.108Z | Compiling progenitor v0.8.0 |
| 2071 | 2025-01-22T04:32:01.349Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2072 | 2025-01-22T04:32:01.560Z | Compiling parse-display-derive v0.10.0 |
| 2073 | 2025-01-22T04:32:01.592Z | Compiling colored v2.1.0 |
| 2074 | 2025-01-22T04:32:02.107Z | Compiling serde_with_macros v3.11.0 |
| 2075 | 2025-01-22T04:32:02.342Z | Compiling dropshot_endpoint v0.15.1 |
| 2076 | 2025-01-22T04:32:02.777Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2077 | 2025-01-22T04:32:03.502Z | Compiling instant v0.1.13 |
| 2078 | 2025-01-22T04:32:03.690Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2079 | 2025-01-22T04:32:04.074Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2080 | 2025-01-22T04:32:04.408Z | Compiling serde_with v3.11.0 |
| 2081 | 2025-01-22T04:32:05.081Z | Compiling parse-display v0.10.0 |
| 2082 | 2025-01-22T04:32:06.357Z | Compiling backoff v0.4.0 |
| 2083 | 2025-01-22T04:32:06.738Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2084 | 2025-01-22T04:32:06.960Z | Compiling zone_cfg_derive v0.3.0 |
| 2085 | 2025-01-22T04:32:07.027Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2086 | 2025-01-22T04:32:07.225Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2087 | 2025-01-22T04:32:07.760Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2088 | 2025-01-22T04:32:07.893Z | Compiling camino-tempfile v1.1.1 |
| 2089 | 2025-01-22T04:32:08.367Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2090 | 2025-01-22T04:32:08.386Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2091 | 2025-01-22T04:32:08.582Z | Compiling regress v0.9.1 |
| 2092 | 2025-01-22T04:32:08.663Z | Compiling progenitor-client v0.9.1 |
| 2093 | 2025-01-22T04:32:08.799Z | Compiling num-derive v0.4.2 |
| 2094 | 2025-01-22T04:32:09.587Z | Compiling sigpipe v0.1.3 |
| 2095 | 2025-01-22T04:32:09.735Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2096 | 2025-01-22T04:32:10.051Z | Compiling libefi-sys v0.1.0 |
| 2097 | 2025-01-22T04:32:10.421Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2098 | 2025-01-22T04:32:10.934Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2099 | 2025-01-22T04:32:12.499Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2100 | 2025-01-22T04:32:13.652Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2101 | 2025-01-22T04:32:16.269Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2102 | 2025-01-22T04:32:16.588Z | Compiling zone v0.3.0 |
| 2103 | 2025-01-22T04:32:17.039Z | Compiling smf v0.2.3 |
| 2104 | 2025-01-22T04:32:19.601Z | Compiling bitfield-struct v0.6.2 |
| 2105 | 2025-01-22T04:32:19.938Z | Compiling blake3 v1.5.4 |
| 2106 | 2025-01-22T04:32:20.371Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2107 | 2025-01-22T04:32:20.896Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2108 | 2025-01-22T04:32:21.168Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2109 | 2025-01-22T04:32:21.189Z | Compiling xattr v1.3.1 |
| 2110 | 2025-01-22T04:32:21.333Z | Compiling filetime v0.2.25 |
| 2111 | 2025-01-22T04:32:21.516Z | Compiling memmap2 v0.9.5 |
| 2112 | 2025-01-22T04:32:21.608Z | Compiling arrayref v0.3.9 |
| 2113 | 2025-01-22T04:32:21.688Z | Compiling same-file v1.0.6 |
| 2114 | 2025-01-22T04:32:21.731Z | Compiling constant_time_eq v0.3.1 |
| 2115 | 2025-01-22T04:32:21.942Z | Compiling arrayvec v0.7.6 |
| 2116 | 2025-01-22T04:32:21.994Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2117 | 2025-01-22T04:32:22.069Z | Compiling walkdir v2.5.0 |
| 2118 | 2025-01-22T04:32:22.135Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2119 | 2025-01-22T04:32:22.264Z | Compiling tar v0.4.42 |
| 2120 | 2025-01-22T04:32:23.731Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2121 | 2025-01-22T04:32:24.151Z | Compiling gethostname v0.5.0 |
| 2122 | 2025-01-22T04:32:24.374Z | Compiling cargo-platform v0.1.8 |
| 2123 | 2025-01-22T04:32:24.722Z | Compiling topological-sort v0.2.2 |
| 2124 | 2025-01-22T04:32:25.015Z | Compiling omicron-zone-package v0.12.0 |
| 2125 | 2025-01-22T04:32:25.018Z | Compiling cargo_metadata v0.18.1 |
| 2126 | 2025-01-22T04:32:25.396Z | Compiling indent_write v2.2.0 |
| 2127 | 2025-01-22T04:32:25.848Z | Compiling shell-words v1.1.0 |
| 2128 | 2025-01-22T04:32:28.909Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2129 | 2025-01-22T04:32:31.311Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2130 | 2025-01-22T04:32:33.041Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2131 | 2025-01-22T04:32:53.633Z | Finished `release` profile [optimized] target(s) in 5m 09s |
| 2132 | 2025-01-22T04:32:53.796Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2133 | 2025-01-22T04:32:53.842Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2134 | 2025-01-22T04:32:53.845Z | Created new build target 'test' and set it as active |
| 2135 | 2025-01-22T04:32:53.845Z | |
| 2136 | 2025-01-22T04:32:53.845Z | real 5:10.156420664 |
| 2137 | 2025-01-22T04:32:53.845Z | user 36:16.378959996 |
| 2138 | 2025-01-22T04:32:53.845Z | sys 3:19.142265957 |
| 2139 | 2025-01-22T04:32:53.845Z | trap 1.123413877 |
| 2140 | 2025-01-22T04:32:53.845Z | tflt 2.438045649 |
| 2141 | 2025-01-22T04:32:53.845Z | dflt 0.434051214 |
| 2142 | 2025-01-22T04:32:53.845Z | kflt 0.029973650 |
| 2143 | 2025-01-22T04:32:53.845Z | lock 1:13:13.473719179 |
| 2144 | 2025-01-22T04:32:53.845Z | slp 2:27:09.629301117 |
| 2145 | 2025-01-22T04:32:53.845Z | lat 2:45.463686710 |
| 2146 | 2025-01-22T04:32:53.845Z | stop 4:38.758773726 |
| 2147 | 2025-01-22T04:32:53.845Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2148 | 2025-01-22T04:32:54.803Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2149 | 2025-01-22T04:32:54.860Z | Running `target/release/omicron-package -t test package` |
| 2150 | 2025-01-22T04:32:54.905Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2151 | 2025-01-22T04:32:56.028Z | Compiling thiserror v2.0.11 |
| 2152 | 2025-01-22T04:32:56.165Z | Compiling typify-impl v0.3.0 |
| 2153 | 2025-01-22T04:32:56.178Z | Compiling convert_case v0.4.0 |
| 2154 | 2025-01-22T04:32:56.181Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2155 | 2025-01-22T04:32:56.181Z | Compiling newline-converter v0.3.0 |
| 2156 | 2025-01-22T04:32:56.181Z | Compiling password-hash v0.5.0 |
| 2157 | 2025-01-22T04:32:56.181Z | Compiling blake2 v0.10.6 |
| 2158 | 2025-01-22T04:32:56.181Z | Compiling base64 v0.21.7 |
| 2159 | 2025-01-22T04:32:56.462Z | Compiling expectorate v1.1.0 |
| 2160 | 2025-01-22T04:32:56.545Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2161 | 2025-01-22T04:32:56.742Z | Compiling argon2 v0.5.3 |
| 2162 | 2025-01-22T04:32:56.810Z | Compiling derive_more v0.99.18 |
| 2163 | 2025-01-22T04:32:57.226Z | Compiling atomicwrites v0.4.4 |
| 2164 | 2025-01-22T04:32:57.254Z | Compiling owo-colors v4.1.0 |
| 2165 | 2025-01-22T04:32:57.459Z | Compiling cancel-safe-futures v0.1.5 |
| 2166 | 2025-01-22T04:32:57.596Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2167 | 2025-01-22T04:32:57.754Z | Compiling num-rational v0.4.2 |
| 2168 | 2025-01-22T04:32:57.833Z | Compiling progenitor-client v0.9.1 |
| 2169 | 2025-01-22T04:32:58.154Z | Compiling num-complex v0.4.6 |
| 2170 | 2025-01-22T04:32:58.994Z | Compiling libsw v3.3.1 |
| 2171 | 2025-01-22T04:32:59.102Z | Compiling num v0.4.3 |
| 2172 | 2025-01-22T04:32:59.229Z | Compiling linear-map v1.2.0 |
| 2173 | 2025-01-22T04:32:59.289Z | Compiling swrite v0.1.0 |
| 2174 | 2025-01-22T04:32:59.327Z | Compiling float-ord v0.3.2 |
| 2175 | 2025-01-22T04:32:59.443Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2176 | 2025-01-22T04:32:59.526Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2177 | 2025-01-22T04:32:59.624Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2178 | 2025-01-22T04:33:00.162Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2179 | 2025-01-22T04:33:00.776Z | Compiling highway v1.2.0 |
| 2180 | 2025-01-22T04:33:02.278Z | Compiling semver v0.1.20 |
| 2181 | 2025-01-22T04:33:02.562Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2182 | 2025-01-22T04:33:02.792Z | Compiling rustc_version v0.1.7 |
| 2183 | 2025-01-22T04:33:03.221Z | Compiling newtype_derive v0.1.6 |
| 2184 | 2025-01-22T04:33:03.553Z | Compiling tungstenite v0.21.0 |
| 2185 | 2025-01-22T04:33:07.091Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2186 | 2025-01-22T04:33:07.193Z | Compiling typify-macro v0.3.0 |
| 2187 | 2025-01-22T04:33:08.017Z | Compiling ipnetwork v0.20.0 |
| 2188 | 2025-01-22T04:33:08.514Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2189 | 2025-01-22T04:33:08.747Z | Compiling tokio-tungstenite v0.21.0 |
| 2190 | 2025-01-22T04:33:08.844Z | Compiling progenitor-client v0.8.0 |
| 2191 | 2025-01-22T04:33:09.166Z | Compiling humantime v2.1.0 |
| 2192 | 2025-01-22T04:33:09.316Z | Compiling progenitor v0.8.0 |
| 2193 | 2025-01-22T04:33:09.370Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2194 | 2025-01-22T04:33:09.666Z | Compiling dropshot v0.15.1 |
| 2195 | 2025-01-22T04:33:09.746Z | Compiling instant v0.1.13 |
| 2196 | 2025-01-22T04:33:09.912Z | Compiling backoff v0.4.0 |
| 2197 | 2025-01-22T04:33:10.015Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2198 | 2025-01-22T04:33:10.260Z | Compiling steno v0.4.1 |
| 2199 | 2025-01-22T04:33:10.495Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2200 | 2025-01-22T04:33:10.522Z | Compiling typify v0.3.0 |
| 2201 | 2025-01-22T04:33:10.696Z | Compiling progenitor-impl v0.9.1 |
| 2202 | 2025-01-22T04:33:16.724Z | Compiling progenitor-macro v0.9.1 |
| 2203 | 2025-01-22T04:33:17.795Z | Compiling parse-display v0.10.0 |
| 2204 | 2025-01-22T04:33:18.315Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2025-01-22T04:33:18.459Z | Compiling strum v0.26.3 |
| 2206 | 2025-01-22T04:33:18.513Z | Compiling serde_with v3.11.0 |
| 2207 | 2025-01-22T04:33:18.655Z | Compiling regress v0.9.1 |
| 2208 | 2025-01-22T04:33:21.665Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2209 | 2025-01-22T04:33:23.008Z | Compiling macaddr v1.0.1 |
| 2210 | 2025-01-22T04:33:23.348Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2211 | 2025-01-22T04:33:23.450Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2212 | 2025-01-22T04:33:23.554Z | Compiling slog-dtrace v0.3.0 |
| 2213 | 2025-01-22T04:33:24.067Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2214 | 2025-01-22T04:33:24.086Z | Compiling prettyplease v0.2.25 |
| 2215 | 2025-01-22T04:33:26.034Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2216 | 2025-01-22T04:33:27.659Z | Compiling progenitor v0.9.1 |
| 2217 | 2025-01-22T04:33:27.908Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2218 | 2025-01-22T04:33:29.500Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2219 | 2025-01-22T04:33:31.724Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2220 | 2025-01-22T04:33:39.945Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2221 | 2025-01-22T04:33:41.385Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2222 | 2025-01-22T04:33:42.401Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2223 | 2025-01-22T04:33:43.137Z | Compiling half v2.4.1 |
| 2224 | 2025-01-22T04:33:43.842Z | Compiling ciborium-io v0.2.2 |
| 2225 | 2025-01-22T04:33:44.001Z | Compiling ciborium-ll v0.2.2 |
| 2226 | 2025-01-22T04:33:45.431Z | Compiling ciborium v0.2.2 |
| 2227 | 2025-01-22T04:33:45.730Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2228 | 2025-01-22T04:33:47.205Z | Compiling display-error-chain v0.2.2 |
| 2229 | 2025-01-22T04:33:47.409Z | Compiling same-file v1.0.6 |
| 2230 | 2025-01-22T04:33:47.439Z | Compiling fastrand v2.1.1 |
| 2231 | 2025-01-22T04:33:47.660Z | Compiling walkdir v2.5.0 |
| 2232 | 2025-01-22T04:33:47.663Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2233 | 2025-01-22T04:33:47.904Z | Compiling tempfile v3.13.0 |
| 2234 | 2025-01-22T04:33:48.278Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2235 | 2025-01-22T04:33:48.590Z | Compiling blake3 v1.5.4 |
| 2236 | 2025-01-22T04:33:49.239Z | Compiling const_format_proc_macros v0.2.33 |
| 2237 | 2025-01-22T04:33:50.992Z | Compiling xattr v1.3.1 |
| 2238 | 2025-01-22T04:33:51.277Z | Compiling filetime v0.2.25 |
| 2239 | 2025-01-22T04:33:51.585Z | Compiling memmap2 v0.9.5 |
| 2240 | 2025-01-22T04:33:51.691Z | Compiling maplit v1.0.2 |
| 2241 | 2025-01-22T04:33:51.838Z | Compiling arrayvec v0.7.6 |
| 2242 | 2025-01-22T04:33:51.989Z | Compiling crunchy v0.2.2 |
| 2243 | 2025-01-22T04:33:52.226Z | Compiling keccak v0.1.5 |
| 2244 | 2025-01-22T04:33:52.400Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2245 | 2025-01-22T04:33:52.424Z | Compiling constant_time_eq v0.3.1 |
| 2246 | 2025-01-22T04:33:52.604Z | Compiling arrayref v0.3.9 |
| 2247 | 2025-01-22T04:33:52.813Z | Compiling sha3 v0.10.8 |
| 2248 | 2025-01-22T04:33:53.432Z | Compiling tar v0.4.42 |
| 2249 | 2025-01-22T04:33:53.689Z | Compiling const_format v0.2.33 |
| 2250 | 2025-01-22T04:33:53.719Z | Compiling camino-tempfile v1.1.1 |
| 2251 | 2025-01-22T04:33:54.124Z | Compiling toolchain_find v0.4.0 |
| 2252 | 2025-01-22T04:33:54.640Z | Compiling radium v0.7.0 |
| 2253 | 2025-01-22T04:33:54.947Z | Compiling topological-sort v0.2.2 |
| 2254 | 2025-01-22T04:33:55.099Z | Compiling tiny-keccak v2.0.2 |
| 2255 | 2025-01-22T04:33:55.196Z | Compiling omicron-zone-package v0.12.0 |
| 2256 | 2025-01-22T04:33:55.299Z | Compiling rustfmt-wrapper v0.2.1 |
| 2257 | 2025-01-22T04:33:55.692Z | Compiling dsl_auto_type v0.1.2 |
| 2258 | 2025-01-22T04:33:55.772Z | Compiling scheduled-thread-pool v0.2.7 |
| 2259 | 2025-01-22T04:33:55.842Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2260 | 2025-01-22T04:33:56.277Z | Compiling maybe-uninit v2.0.0 |
| 2261 | 2025-01-22T04:33:56.739Z | Compiling tap v1.0.1 |
| 2262 | 2025-01-22T04:33:56.913Z | Compiling diesel_derives v2.2.3 |
| 2263 | 2025-01-22T04:33:56.946Z | Compiling wyz v0.5.1 |
| 2264 | 2025-01-22T04:33:57.293Z | Compiling r2d2 v0.8.10 |
| 2265 | 2025-01-22T04:33:57.819Z | Compiling phf_generator v0.11.2 |
| 2266 | 2025-01-22T04:33:58.032Z | Compiling ascii-canvas v3.0.0 |
| 2267 | 2025-01-22T04:33:58.243Z | Compiling secrecy v0.8.0 |
| 2268 | 2025-01-22T04:33:58.455Z | Compiling ena v0.14.3 |
| 2269 | 2025-01-22T04:33:58.520Z | Compiling async-recursion v1.1.1 |
| 2270 | 2025-01-22T04:33:58.829Z | Compiling arc-swap v1.7.1 |
| 2271 | 2025-01-22T04:33:59.485Z | Compiling crc-catalog v2.4.0 |
| 2272 | 2025-01-22T04:33:59.538Z | Compiling diff v0.1.13 |
| 2273 | 2025-01-22T04:33:59.662Z | Compiling funty v2.0.0 |
| 2274 | 2025-01-22T04:33:59.859Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2275 | 2025-01-22T04:34:00.026Z | Compiling packed_struct v0.10.1 |
| 2276 | 2025-01-22T04:34:00.191Z | Compiling regex-syntax v0.6.29 |
| 2277 | 2025-01-22T04:34:00.267Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2278 | 2025-01-22T04:34:00.312Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2279 | 2025-01-22T04:34:00.443Z | Compiling crc v3.2.1 |
| 2280 | 2025-01-22T04:34:02.416Z | Compiling bitvec v1.0.1 |
| 2281 | 2025-01-22T04:34:02.563Z | Compiling slog-scope v4.4.0 |
| 2282 | 2025-01-22T04:34:03.369Z | Compiling phf_codegen v0.11.2 |
| 2283 | 2025-01-22T04:34:03.608Z | Compiling lalrpop v0.19.12 |
| 2284 | 2025-01-22T04:34:05.286Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2285 | 2025-01-22T04:34:06.342Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2286 | 2025-01-22T04:34:06.589Z | Compiling universal-hash v0.5.1 |
| 2287 | 2025-01-22T04:34:06.752Z | Compiling packed_struct_codegen v0.10.1 |
| 2288 | 2025-01-22T04:34:06.835Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2289 | 2025-01-22T04:34:07.747Z | Compiling diesel v2.2.6 |
| 2290 | 2025-01-22T04:34:08.995Z | Compiling parse-zoneinfo v0.3.1 |
| 2291 | 2025-01-22T04:34:09.290Z | Compiling indexmap v1.9.3 |
| 2292 | 2025-01-22T04:34:09.684Z | Compiling unicase v2.7.0 |
| 2293 | 2025-01-22T04:34:10.018Z | Compiling ref-cast v1.0.23 |
| 2294 | 2025-01-22T04:34:10.420Z | Compiling nodrop v0.1.14 |
| 2295 | 2025-01-22T04:34:10.469Z | Compiling opaque-debug v0.3.1 |
| 2296 | 2025-01-22T04:34:10.570Z | Compiling poly1305 v0.8.0 |
| 2297 | 2025-01-22T04:34:10.590Z | Compiling array-init v0.0.4 |
| 2298 | 2025-01-22T04:34:11.724Z | Compiling chrono-tz-build v0.4.0 |
| 2299 | 2025-01-22T04:34:12.062Z | Compiling thiserror-no-std v2.0.2 |
| 2300 | 2025-01-22T04:34:12.598Z | Compiling smallvec v0.6.14 |
| 2301 | 2025-01-22T04:34:13.036Z | Compiling slog-stdlog v4.1.1 |
| 2302 | 2025-01-22T04:34:14.467Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2303 | 2025-01-22T04:34:14.789Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2304 | 2025-01-22T04:34:15.105Z | Compiling derive_builder_core v0.20.2 |
| 2305 | 2025-01-22T04:34:16.188Z | Compiling chacha20 v0.9.1 |
| 2306 | 2025-01-22T04:34:16.677Z | Compiling headers-core v0.3.0 |
| 2307 | 2025-01-22T04:34:16.869Z | Compiling aead v0.5.2 |
| 2308 | 2025-01-22T04:34:17.156Z | Compiling libxml v0.3.3 |
| 2309 | 2025-01-22T04:34:17.221Z | Compiling ref-cast-impl v1.0.23 |
| 2310 | 2025-01-22T04:34:17.555Z | Compiling vte_generate_state_changes v0.1.2 |
| 2311 | 2025-01-22T04:34:18.159Z | Compiling hashbrown v0.12.3 |
| 2312 | 2025-01-22T04:34:18.299Z | Compiling termcolor v1.4.1 |
| 2313 | 2025-01-22T04:34:19.330Z | Compiling bitfield v0.14.0 |
| 2314 | 2025-01-22T04:34:19.631Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2315 | 2025-01-22T04:34:20.464Z | Compiling env_logger v0.10.2 |
| 2316 | 2025-01-22T04:34:23.803Z | Compiling vte v0.11.1 |
| 2317 | 2025-01-22T04:34:25.303Z | Compiling derive_builder_macro v0.20.2 |
| 2318 | 2025-01-22T04:34:26.147Z | Compiling chacha20poly1305 v0.10.1 |
| 2319 | 2025-01-22T04:34:26.366Z | Compiling polar-core v0.27.3 |
| 2320 | 2025-01-22T04:34:26.434Z | Compiling headers v0.4.0 |
| 2321 | 2025-01-22T04:34:28.442Z | Compiling slog-envlogger v2.2.0 |
| 2322 | 2025-01-22T04:34:29.907Z | Compiling serde-hex v0.1.0 |
| 2323 | 2025-01-22T04:34:31.031Z | Compiling chrono-tz v0.10.0 |
| 2324 | 2025-01-22T04:34:31.680Z | Compiling vsss-rs v3.3.4 |
| 2325 | 2025-01-22T04:34:34.759Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2326 | 2025-01-22T04:34:35.810Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2327 | 2025-01-22T04:34:36.163Z | Compiling ron v0.8.1 |
| 2328 | 2025-01-22T04:34:37.677Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2329 | 2025-01-22T04:34:37.994Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2330 | 2025-01-22T04:34:38.878Z | Compiling hashbrown v0.13.2 |
| 2331 | 2025-01-22T04:34:40.192Z | Compiling strum_macros v0.24.3 |
| 2332 | 2025-01-22T04:34:41.724Z | Compiling fxhash v0.2.1 |
| 2333 | 2025-01-22T04:34:41.965Z | Compiling samael v0.0.17 |
| 2334 | 2025-01-22T04:34:42.383Z | Compiling crc-any v2.5.0 |
| 2335 | 2025-01-22T04:34:43.250Z | Compiling simd-adler32 v0.3.7 |
| 2336 | 2025-01-22T04:34:43.295Z | Compiling bumpalo v3.16.0 |
| 2337 | 2025-01-22T04:34:43.578Z | Compiling zip v2.1.3 |
| 2338 | 2025-01-22T04:34:43.875Z | Compiling bytecount v0.6.8 |
| 2339 | 2025-01-22T04:34:43.905Z | Compiling indoc v1.0.9 |
| 2340 | 2025-01-22T04:34:44.219Z | Compiling lockfree-object-pool v0.1.6 |
| 2341 | 2025-01-22T04:34:44.480Z | Compiling zopfli v0.8.1 |
| 2342 | 2025-01-22T04:34:44.523Z | Compiling papergrid v0.11.0 |
| 2343 | 2025-01-22T04:34:50.865Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2344 | 2025-01-22T04:34:51.832Z | Compiling object v0.30.4 |
| 2345 | 2025-01-22T04:34:53.104Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2346 | 2025-01-22T04:34:55.620Z | Compiling derive_builder v0.20.2 |
| 2347 | 2025-01-22T04:34:57.819Z | Compiling strip-ansi-escapes v0.2.0 |
| 2348 | 2025-01-22T04:34:58.836Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2349 | 2025-01-22T04:34:59.146Z | Compiling tabled_derive v0.7.0 |
| 2350 | 2025-01-22T04:35:00.217Z | Compiling fd-lock v4.0.2 |
| 2351 | 2025-01-22T04:35:00.457Z | Compiling peg-macros v0.8.4 |
| 2352 | 2025-01-22T04:35:01.197Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2353 | 2025-01-22T04:35:02.132Z | Compiling kstat-rs v0.2.4 |
| 2354 | 2025-01-22T04:35:03.009Z | Compiling oso-derive v0.27.3 |
| 2355 | 2025-01-22T04:35:03.648Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2356 | 2025-01-22T04:35:03.694Z | Compiling quick-xml v0.33.0 |
| 2357 | 2025-01-22T04:35:03.949Z | Compiling diesel-dtrace v0.4.2 |
| 2358 | 2025-01-22T04:35:04.285Z | Compiling nu-ansi-term v0.50.1 |
| 2359 | 2025-01-22T04:35:05.319Z | Compiling path-slash v0.1.5 |
| 2360 | 2025-01-22T04:35:05.577Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2361 | 2025-01-22T04:35:05.598Z | Compiling reedline v0.35.0 |
| 2362 | 2025-01-22T04:35:09.020Z | Compiling peg v0.8.4 |
| 2363 | 2025-01-22T04:35:09.151Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2364 | 2025-01-22T04:35:09.633Z | Compiling oso v0.27.3 |
| 2365 | 2025-01-22T04:35:14.734Z | Compiling tabled v0.15.0 |
| 2366 | 2025-01-22T04:35:21.410Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2367 | 2025-01-22T04:35:29.264Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2368 | 2025-01-22T04:35:33.214Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2369 | 2025-01-22T04:35:34.045Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2370 | 2025-01-22T04:35:34.741Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2371 | 2025-01-22T04:35:35.058Z | Compiling pem v3.0.4 |
| 2372 | 2025-01-22T04:35:36.541Z | Compiling bb8 v0.8.5 |
| 2373 | 2025-01-22T04:35:37.156Z | Compiling bcs v0.1.6 |
| 2374 | 2025-01-22T04:35:38.079Z | Compiling libz-sys v1.1.20 |
| 2375 | 2025-01-22T04:35:38.701Z | Compiling termtree v0.5.1 |
| 2376 | 2025-01-22T04:35:38.984Z | Compiling parking_lot_core v0.8.6 |
| 2377 | 2025-01-22T04:35:40.412Z | Compiling async-bb8-diesel v0.2.1 |
| 2378 | 2025-01-22T04:35:41.237Z | Compiling mime_guess v2.0.5 |
| 2379 | 2025-01-22T04:35:43.003Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2380 | 2025-01-22T04:35:44.518Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2381 | 2025-01-22T04:35:46.162Z | Compiling buf-list v1.0.3 |
| 2382 | 2025-01-22T04:35:48.286Z | Compiling nibble_vec v0.1.0 |
| 2383 | 2025-01-22T04:35:48.555Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2384 | 2025-01-22T04:35:49.309Z | Compiling pin-project-internal v1.1.6 |
| 2385 | 2025-01-22T04:35:49.472Z | Compiling atty v0.2.14 |
| 2386 | 2025-01-22T04:35:49.664Z | Compiling http-range v0.1.5 |
| 2387 | 2025-01-22T04:35:50.255Z | Compiling endian-type v0.1.2 |
| 2388 | 2025-01-22T04:35:50.518Z | Compiling salty v0.3.0 |
| 2389 | 2025-01-22T04:35:50.961Z | Compiling radix_trie v0.2.1 |
| 2390 | 2025-01-22T04:35:51.863Z | Compiling pin-project v1.1.6 |
| 2391 | 2025-01-22T04:35:52.036Z | Compiling parking_lot v0.11.2 |
| 2392 | 2025-01-22T04:35:56.782Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2393 | 2025-01-22T04:35:58.313Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2394 | 2025-01-22T04:35:59.114Z | Compiling snafu-derive v0.8.5 |
| 2395 | 2025-01-22T04:36:01.337Z | Compiling hyper-staticfile v0.10.1 |
| 2396 | 2025-01-22T04:36:04.620Z | Compiling snafu v0.8.5 |
| 2397 | 2025-01-22T04:36:04.934Z | Compiling sled v0.34.7 |
| 2398 | 2025-01-22T04:36:05.821Z | Compiling hickory-client v0.24.2 |
| 2399 | 2025-01-22T04:36:22.935Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2400 | 2025-01-22T04:36:24.094Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2401 | 2025-01-22T04:36:25.977Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2402 | 2025-01-22T04:36:30.426Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2403 | 2025-01-22T04:36:32.206Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2404 | 2025-01-22T04:36:37.864Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2405 | 2025-01-22T04:36:38.089Z | Compiling globset v0.4.15 |
| 2406 | 2025-01-22T04:36:38.892Z | Compiling hickory-server v0.24.2 |
| 2407 | 2025-01-22T04:36:39.338Z | Compiling olpc-cjson v0.1.4 |
| 2408 | 2025-01-22T04:36:39.696Z | Compiling primeorder v0.13.6 |
| 2409 | 2025-01-22T04:36:40.220Z | Compiling vergen v8.3.2 |
| 2410 | 2025-01-22T04:36:40.549Z | Compiling castaway v0.2.3 |
| 2411 | 2025-01-22T04:36:40.701Z | Compiling env_filter v0.1.2 |
| 2412 | 2025-01-22T04:36:42.175Z | Compiling serde_plain v1.0.2 |
| 2413 | 2025-01-22T04:36:42.635Z | Compiling cargo-platform v0.1.8 |
| 2414 | 2025-01-22T04:36:42.728Z | Compiling nanorand v0.7.0 |
| 2415 | 2025-01-22T04:36:43.096Z | Compiling memoffset v0.9.1 |
| 2416 | 2025-01-22T04:36:43.399Z | Compiling typed-path v0.9.3 |
| 2417 | 2025-01-22T04:36:43.617Z | Compiling flume v0.11.1 |
| 2418 | 2025-01-22T04:36:44.386Z | Compiling cargo_metadata v0.18.1 |
| 2419 | 2025-01-22T04:36:45.324Z | Compiling git2 v0.19.0 |
| 2420 | 2025-01-22T04:36:45.805Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2421 | 2025-01-22T04:36:46.809Z | Compiling tough v0.19.0 |
| 2422 | 2025-01-22T04:36:47.356Z | Compiling env_logger v0.11.5 |
| 2423 | 2025-01-22T04:36:48.806Z | Compiling compact_str v0.8.0 |
| 2424 | 2025-01-22T04:36:50.248Z | Compiling p384 v0.13.0 |
| 2425 | 2025-01-22T04:36:50.392Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2426 | 2025-01-22T04:36:51.330Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2427 | 2025-01-22T04:36:53.334Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2428 | 2025-01-22T04:36:54.517Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2429 | 2025-01-22T04:36:57.110Z | Compiling unicode-truncate v1.1.0 |
| 2430 | 2025-01-22T04:36:57.447Z | Compiling lru v0.12.5 |
| 2431 | 2025-01-22T04:36:57.826Z | Compiling rand_seeder v0.3.0 |
| 2432 | 2025-01-22T04:36:57.925Z | Compiling libsqlite3-sys v0.30.1 |
| 2433 | 2025-01-22T04:36:58.230Z | Compiling lzma-sys v0.1.20 |
| 2434 | 2025-01-22T04:36:58.459Z | Compiling instability v0.3.2 |
| 2435 | 2025-01-22T04:36:58.928Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2436 | 2025-01-22T04:36:59.263Z | Compiling parse-size v1.1.0 |
| 2437 | 2025-01-22T04:36:59.453Z | Compiling cfg_aliases v0.2.1 |
| 2438 | 2025-01-22T04:36:59.583Z | Compiling cassowary v0.3.0 |
| 2439 | 2025-01-22T04:36:59.602Z | Compiling rustls v0.21.12 |
| 2440 | 2025-01-22T04:36:59.943Z | Compiling nix v0.29.0 |
| 2441 | 2025-01-22T04:37:00.636Z | Compiling ratatui v0.28.1 |
| 2442 | 2025-01-22T04:37:00.778Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2443 | 2025-01-22T04:37:01.400Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2444 | 2025-01-22T04:37:01.642Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2445 | 2025-01-22T04:37:03.207Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2446 | 2025-01-22T04:37:03.862Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2447 | 2025-01-22T04:37:04.642Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2448 | 2025-01-22T04:37:04.980Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2449 | 2025-01-22T04:37:08.157Z | Compiling sct v0.7.1 |
| 2450 | 2025-01-22T04:37:08.621Z | Compiling rustls-webpki v0.101.7 |
| 2451 | 2025-01-22T04:37:08.646Z | Compiling heck v0.3.3 |
| 2452 | 2025-01-22T04:37:08.806Z | Compiling csv-core v0.1.11 |
| 2453 | 2025-01-22T04:37:08.996Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2454 | 2025-01-22T04:37:09.333Z | Compiling glob v0.3.1 |
| 2455 | 2025-01-22T04:37:09.698Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2456 | 2025-01-22T04:37:10.058Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2457 | 2025-01-22T04:37:12.510Z | Compiling csv v1.3.0 |
| 2458 | 2025-01-22T04:37:14.712Z | Compiling zone_cfg_derive v0.1.2 |
| 2459 | 2025-01-22T04:37:16.014Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2460 | 2025-01-22T04:37:16.904Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2461 | 2025-01-22T04:37:18.150Z | Compiling nix v0.27.1 |
| 2462 | 2025-01-22T04:37:19.194Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2463 | 2025-01-22T04:37:20.763Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2464 | 2025-01-22T04:37:21.728Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2465 | 2025-01-22T04:37:25.713Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2466 | 2025-01-22T04:37:30.755Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2467 | 2025-01-22T04:37:31.104Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2468 | 2025-01-22T04:37:32.480Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2469 | 2025-01-22T04:37:32.839Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2470 | 2025-01-22T04:37:32.919Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2471 | 2025-01-22T04:37:33.165Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2472 | 2025-01-22T04:37:33.233Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2473 | 2025-01-22T04:37:33.844Z | Compiling tungstenite v0.23.0 |
| 2474 | 2025-01-22T04:37:33.889Z | Compiling hashlink v0.9.1 |
| 2475 | 2025-01-22T04:37:34.638Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2476 | 2025-01-22T04:37:34.934Z | Compiling fallible-iterator v0.3.0 |
| 2477 | 2025-01-22T04:37:35.075Z | Compiling base64 v0.13.1 |
| 2478 | 2025-01-22T04:37:35.671Z | Compiling rusqlite v0.32.1 |
| 2479 | 2025-01-22T04:37:35.859Z | Compiling ron v0.7.1 |
| 2480 | 2025-01-22T04:37:36.419Z | Compiling tokio-tungstenite v0.23.1 |
| 2481 | 2025-01-22T04:37:36.925Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2482 | 2025-01-22T04:37:37.055Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2483 | 2025-01-22T04:37:40.247Z | Compiling xz2 v0.1.7 |
| 2484 | 2025-01-22T04:37:40.853Z | Compiling zone v0.1.8 |
| 2485 | 2025-01-22T04:37:41.016Z | Compiling tokio-rustls v0.24.1 |
| 2486 | 2025-01-22T04:37:44.245Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2487 | 2025-01-22T04:37:45.820Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2488 | 2025-01-22T04:37:48.729Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2489 | 2025-01-22T04:37:50.336Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2490 | 2025-01-22T04:37:50.863Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2491 | 2025-01-22T04:37:55.774Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2492 | 2025-01-22T04:37:56.625Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2493 | 2025-01-22T04:37:57.956Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2494 | 2025-01-22T04:37:59.934Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2495 | 2025-01-22T04:38:00.857Z | Compiling rustls-pemfile v1.0.4 |
| 2496 | 2025-01-22T04:38:01.695Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2497 | 2025-01-22T04:38:02.026Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2498 | 2025-01-22T04:38:02.221Z | Compiling signal-hook-tokio v0.3.1 |
| 2499 | 2025-01-22T04:38:02.464Z | Compiling twox-hash v1.6.3 |
| 2500 | 2025-01-22T04:38:03.439Z | Compiling yasna v0.5.2 |
| 2501 | 2025-01-22T04:38:03.732Z | Compiling is_ci v1.2.0 |
| 2502 | 2025-01-22T04:38:04.053Z | Compiling unicode-linebreak v0.1.5 |
| 2503 | 2025-01-22T04:38:04.454Z | Compiling smawk v0.3.2 |
| 2504 | 2025-01-22T04:38:04.635Z | Compiling rcgen v0.12.1 |
| 2505 | 2025-01-22T04:38:04.751Z | Compiling textwrap v0.16.1 |
| 2506 | 2025-01-22T04:38:06.766Z | Compiling supports-color v3.0.1 |
| 2507 | 2025-01-22T04:38:07.212Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2508 | 2025-01-22T04:38:08.931Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2509 | 2025-01-22T04:38:14.757Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2510 | 2025-01-22T04:38:15.955Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2511 | 2025-01-22T04:38:18.760Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2512 | 2025-01-22T04:38:29.372Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2513 | 2025-01-22T04:38:34.209Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2514 | 2025-01-22T04:38:36.216Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2515 | 2025-01-22T04:38:36.753Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2516 | 2025-01-22T04:38:47.048Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2517 | 2025-01-22T04:38:51.213Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2518 | 2025-01-22T04:38:51.544Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2519 | 2025-01-22T04:38:53.364Z | Compiling fatfs v0.3.6 |
| 2520 | 2025-01-22T04:38:55.737Z | Compiling rtoolbox v0.0.2 |
| 2521 | 2025-01-22T04:38:56.124Z | Compiling subprocess v0.2.9 |
| 2522 | 2025-01-22T04:38:56.194Z | Compiling assert_matches v1.5.0 |
| 2523 | 2025-01-22T04:38:59.441Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2524 | 2025-01-22T04:39:00.642Z | Compiling rpassword v7.3.1 |
| 2525 | 2025-01-22T04:39:01.140Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2526 | 2025-01-22T04:39:01.585Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2527 | 2025-01-22T04:39:06.825Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2528 | 2025-01-22T04:39:08.611Z | Compiling tui-tree-widget v0.22.0 |
| 2529 | 2025-01-22T04:39:09.075Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2530 | 2025-01-22T04:39:15.189Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2531 | 2025-01-22T04:39:15.510Z | Compiling uzers v0.12.1 |
| 2532 | 2025-01-22T04:39:18.662Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2533 | 2025-01-22T04:39:22.344Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2534 | 2025-01-22T04:39:24.187Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2535 | 2025-01-22T04:39:53.026Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2536 | 2025-01-22T04:39:55.023Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2537 | 2025-01-22T04:39:59.691Z | Compiling multimap v0.10.0 |
| 2538 | 2025-01-22T04:42:21.929Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2539 | 2025-01-22T04:42:35.015Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2540 | 2025-01-22T04:49:23.685Z | Finished `release` profile [optimized] target(s) in 16m 28s |
| 2541 | 2025-01-22T04:50:27.192Z | |
| 2542 | 2025-01-22T04:50:27.195Z | real 17:33.303635674 |
| 2543 | 2025-01-22T04:50:27.195Z | user 2:02:54.333147555 |
| 2544 | 2025-01-22T04:50:27.195Z | sys 3:12.136714837 |
| 2545 | 2025-01-22T04:50:27.195Z | trap 3.108467603 |
| 2546 | 2025-01-22T04:50:27.195Z | tflt 2.695800011 |
| 2547 | 2025-01-22T04:50:27.195Z | dflt 4.443866200 |
| 2548 | 2025-01-22T04:50:27.195Z | kflt 0.011321711 |
| 2549 | 2025-01-22T04:50:27.195Z | lock 7:23:50.239455164 |
| 2550 | 2025-01-22T04:50:27.195Z | slp 6:16:43.990001816 |
| 2551 | 2025-01-22T04:50:27.195Z | lat 3:25.446145055 |
| 2552 | 2025-01-22T04:50:27.195Z | stop 2:48.530198499 |
| 2553 | 2025-01-22T04:50:27.195Z | + mapfile -t packages |
| 2554 | 2025-01-22T04:50:27.195Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2555 | 2025-01-22T04:50:28.233Z | Finished `release` profile [optimized] target(s) in 0.98s |
| 2556 | 2025-01-22T04:50:28.300Z | Running `target/release/omicron-package -t test list-outputs` |
| 2557 | 2025-01-22T04:50:28.349Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2558 | 2025-01-22T04:50:28.351Z | + ptime -m cargo build --locked --release -p xtask |
| 2559 | 2025-01-22T04:50:28.910Z | Compiling serde v1.0.217 |
| 2560 | 2025-01-22T04:50:28.913Z | Compiling serde_json v1.0.135 |
| 2561 | 2025-01-22T04:50:28.913Z | Compiling libc v0.2.169 |
| 2562 | 2025-01-22T04:50:28.913Z | Compiling rustix v0.38.37 |
| 2563 | 2025-01-22T04:50:29.003Z | Compiling syn v2.0.96 |
| 2564 | 2025-01-22T04:50:29.028Z | Compiling bitflags v2.6.0 |
| 2565 | 2025-01-22T04:50:29.325Z | Compiling usdt-impl v0.5.0 |
| 2566 | 2025-01-22T04:50:29.397Z | Compiling syn v1.0.109 |
| 2567 | 2025-01-22T04:50:29.486Z | Compiling hashbrown v0.15.1 |
| 2568 | 2025-01-22T04:50:29.536Z | Compiling log v0.4.22 |
| 2569 | 2025-01-22T04:50:29.802Z | Compiling fs-err v2.11.0 |
| 2570 | 2025-01-22T04:50:29.975Z | Compiling anyhow v1.0.93 |
| 2571 | 2025-01-22T04:50:30.121Z | Compiling once_cell v1.20.2 |
| 2572 | 2025-01-22T04:50:30.342Z | Compiling thread-id v4.2.2 |
| 2573 | 2025-01-22T04:50:30.653Z | Compiling indexmap v2.7.0 |
| 2574 | 2025-01-22T04:50:31.738Z | Compiling terminal_size v0.4.0 |
| 2575 | 2025-01-22T04:50:31.793Z | Compiling tempfile v3.13.0 |
| 2576 | 2025-01-22T04:50:31.993Z | Compiling clap_builder v4.5.21 |
| 2577 | 2025-01-22T04:50:32.778Z | Compiling proc-macro-error v1.0.4 |
| 2578 | 2025-01-22T04:50:33.503Z | Compiling tabled_derive v0.7.0 |
| 2579 | 2025-01-22T04:50:34.594Z | Compiling tabled v0.15.0 |
| 2580 | 2025-01-22T04:50:35.337Z | Compiling serde_derive v1.0.217 |
| 2581 | 2025-01-22T04:50:35.337Z | Compiling thiserror-impl v1.0.69 |
| 2582 | 2025-01-22T04:50:35.340Z | Compiling zerocopy-derive v0.7.35 |
| 2583 | 2025-01-22T04:50:35.340Z | Compiling scroll_derive v0.12.0 |
| 2584 | 2025-01-22T04:50:35.340Z | Compiling clap_derive v4.5.18 |
| 2585 | 2025-01-22T04:50:36.705Z | Compiling scroll v0.12.0 |
| 2586 | 2025-01-22T04:50:37.212Z | Compiling zerocopy v0.7.35 |
| 2587 | 2025-01-22T04:50:37.323Z | Compiling goblin v0.8.2 |
| 2588 | 2025-01-22T04:50:38.022Z | Compiling thiserror v1.0.69 |
| 2589 | 2025-01-22T04:50:38.203Z | Compiling pest v2.7.14 |
| 2590 | 2025-01-22T04:50:41.129Z | Compiling pest_meta v2.7.14 |
| 2591 | 2025-01-22T04:50:41.178Z | Compiling clap v4.5.21 |
| 2592 | 2025-01-22T04:50:42.537Z | Compiling pest_generator v2.7.14 |
| 2593 | 2025-01-22T04:50:44.828Z | Compiling pest_derive v2.7.14 |
| 2594 | 2025-01-22T04:50:45.634Z | Compiling dtrace-parser v0.2.0 |
| 2595 | 2025-01-22T04:50:49.516Z | Compiling serde_spanned v0.6.8 |
| 2596 | 2025-01-22T04:50:49.926Z | Compiling serde_tokenstream v0.2.2 |
| 2597 | 2025-01-22T04:50:50.503Z | Compiling toml_datetime v0.6.8 |
| 2598 | 2025-01-22T04:50:51.224Z | Compiling toml_edit v0.22.22 |
| 2599 | 2025-01-22T04:50:52.255Z | Compiling dof v0.3.0 |
| 2600 | 2025-01-22T04:50:53.390Z | Compiling camino v1.1.9 |
| 2601 | 2025-01-22T04:50:53.655Z | Compiling semver v1.0.24 |
| 2602 | 2025-01-22T04:50:54.376Z | Compiling usdt-attr-macro v0.5.0 |
| 2603 | 2025-01-22T04:50:54.649Z | Compiling usdt-macro v0.5.0 |
| 2604 | 2025-01-22T04:50:55.086Z | Compiling toml v0.8.19 |
| 2605 | 2025-01-22T04:50:55.857Z | Compiling cargo-platform v0.1.8 |
| 2606 | 2025-01-22T04:50:56.947Z | Compiling usdt v0.5.0 |
| 2607 | 2025-01-22T04:50:58.363Z | Compiling cargo_metadata v0.18.1 |
| 2608 | 2025-01-22T04:50:58.894Z | Compiling cargo_toml v0.20.5 |
| 2609 | 2025-01-22T04:51:00.828Z | Compiling camino-tempfile v1.1.1 |
| 2610 | 2025-01-22T04:51:01.137Z | Compiling macaddr v1.0.1 |
| 2611 | 2025-01-22T04:51:11.600Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2612 | 2025-01-22T04:51:22.293Z | Finished `release` profile [optimized] target(s) in 53.88s |
| 2613 | 2025-01-22T04:51:22.405Z | |
| 2614 | 2025-01-22T04:51:22.408Z | real 54.023019007 |
| 2615 | 2025-01-22T04:51:22.408Z | user 5:39.323700589 |
| 2616 | 2025-01-22T04:51:22.408Z | sys 18.011899912 |
| 2617 | 2025-01-22T04:51:22.408Z | trap 0.158070020 |
| 2618 | 2025-01-22T04:51:22.408Z | tflt 0.415503137 |
| 2619 | 2025-01-22T04:51:22.408Z | dflt 0.253920536 |
| 2620 | 2025-01-22T04:51:22.408Z | kflt 0.000002539 |
| 2621 | 2025-01-22T04:51:22.408Z | lock 10:38.294165400 |
| 2622 | 2025-01-22T04:51:22.408Z | slp 15:50.712994906 |
| 2623 | 2025-01-22T04:51:22.408Z | lat 15.132267578 |
| 2624 | 2025-01-22T04:51:22.408Z | stop 18.469939653 |
| 2625 | 2025-01-22T04:51:22.408Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2626 | 2025-01-22T04:51:22.408Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2627 | 2025-01-22T04:51:22.408Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2628 | 2025-01-22T04:51:22.408Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2629 | 2025-01-22T04:51:22.408Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2630 | 2025-01-22T04:51:23.273Z | Compiling hashbrown v0.14.5 |
| 2631 | 2025-01-22T04:51:23.403Z | Compiling thiserror v2.0.11 |
| 2632 | 2025-01-22T04:51:23.416Z | Compiling thiserror-impl v2.0.11 |
| 2633 | 2025-01-22T04:51:23.419Z | Compiling ident_case v1.0.1 |
| 2634 | 2025-01-22T04:51:23.443Z | Compiling unsafe-libyaml v0.2.11 |
| 2635 | 2025-01-22T04:51:23.460Z | Compiling ipnetwork v0.20.0 |
| 2636 | 2025-01-22T04:51:23.462Z | Compiling progenitor-client v0.9.1 |
| 2637 | 2025-01-22T04:51:23.462Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2638 | 2025-01-22T04:51:23.600Z | Compiling darling_core v0.20.10 |
| 2639 | 2025-01-22T04:51:23.957Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2640 | 2025-01-22T04:51:24.011Z | Compiling macaddr v1.0.1 |
| 2641 | 2025-01-22T04:51:24.302Z | Compiling progenitor-client v0.8.0 |
| 2642 | 2025-01-22T04:51:24.322Z | Compiling instant v0.1.13 |
| 2643 | 2025-01-22T04:51:24.446Z | Compiling regress v0.10.1 |
| 2644 | 2025-01-22T04:51:24.486Z | Compiling structmeta-derive v0.3.0 |
| 2645 | 2025-01-22T04:51:24.509Z | Compiling dropshot v0.15.1 |
| 2646 | 2025-01-22T04:51:24.635Z | Compiling regress v0.9.1 |
| 2647 | 2025-01-22T04:51:24.792Z | Compiling serde_yaml v0.9.34+deprecated |
| 2648 | 2025-01-22T04:51:24.907Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2649 | 2025-01-22T04:51:25.275Z | Compiling dropshot_endpoint v0.15.1 |
| 2650 | 2025-01-22T04:51:26.174Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2651 | 2025-01-22T04:51:26.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2652 | 2025-01-22T04:51:27.144Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2653 | 2025-01-22T04:51:27.147Z | Compiling structmeta v0.3.0 |
| 2654 | 2025-01-22T04:51:27.589Z | Compiling parse-display-derive v0.10.0 |
| 2655 | 2025-01-22T04:51:27.625Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2656 | 2025-01-22T04:51:27.644Z | Compiling backoff v0.4.0 |
| 2657 | 2025-01-22T04:51:27.827Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2658 | 2025-01-22T04:51:27.993Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2659 | 2025-01-22T04:51:28.179Z | Compiling typify-impl v0.2.0 |
| 2660 | 2025-01-22T04:51:28.401Z | Compiling tempfile v3.13.0 |
| 2661 | 2025-01-22T04:51:28.585Z | Compiling proc-macro-crate v1.3.1 |
| 2662 | 2025-01-22T04:51:29.205Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2663 | 2025-01-22T04:51:29.225Z | Compiling typify-impl v0.3.0 |
| 2664 | 2025-01-22T04:51:29.473Z | Compiling itertools v0.13.0 |
| 2665 | 2025-01-22T04:51:29.547Z | Compiling num_enum_derive v0.5.11 |
| 2666 | 2025-01-22T04:51:29.597Z | Compiling zerocopy v0.8.10 |
| 2667 | 2025-01-22T04:51:29.719Z | Compiling darling_macro v0.20.10 |
| 2668 | 2025-01-22T04:51:30.433Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2669 | 2025-01-22T04:51:30.649Z | Compiling darling v0.20.10 |
| 2670 | 2025-01-22T04:51:30.795Z | Compiling serde_with_macros v3.11.0 |
| 2671 | 2025-01-22T04:51:30.856Z | Compiling zerocopy-derive v0.8.10 |
| 2672 | 2025-01-22T04:51:31.634Z | Compiling parse-display v0.10.0 |
| 2673 | 2025-01-22T04:51:31.902Z | Compiling num_enum v0.5.11 |
| 2674 | 2025-01-22T04:51:32.094Z | Compiling foreign-types-macros v0.2.3 |
| 2675 | 2025-01-22T04:51:32.249Z | Compiling heapless v0.8.0 |
| 2676 | 2025-01-22T04:51:32.358Z | Compiling foreign-types-shared v0.3.1 |
| 2677 | 2025-01-22T04:51:32.512Z | Compiling crucible-workspace-hack v0.1.0 |
| 2678 | 2025-01-22T04:51:32.856Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2679 | 2025-01-22T04:51:33.153Z | Compiling proc-macro-error v1.0.4 |
| 2680 | 2025-01-22T04:51:33.329Z | Compiling foreign-types v0.5.0 |
| 2681 | 2025-01-22T04:51:33.373Z | Compiling serde_with v3.11.0 |
| 2682 | 2025-01-22T04:51:33.780Z | Compiling camino-tempfile v1.1.1 |
| 2683 | 2025-01-22T04:51:33.832Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2684 | 2025-01-22T04:51:34.231Z | Compiling hash32 v0.3.1 |
| 2685 | 2025-01-22T04:51:34.508Z | Compiling cstr-argument v0.1.2 |
| 2686 | 2025-01-22T04:51:34.656Z | Compiling pretty-hex v0.2.1 |
| 2687 | 2025-01-22T04:51:34.773Z | Compiling smoltcp v0.11.0 |
| 2688 | 2025-01-22T04:51:34.876Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2689 | 2025-01-22T04:51:35.254Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2690 | 2025-01-22T04:51:35.466Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2691 | 2025-01-22T04:51:35.893Z | Compiling tabwriter v1.4.0 |
| 2692 | 2025-01-22T04:51:36.381Z | Compiling colored v2.1.0 |
| 2693 | 2025-01-22T04:51:36.611Z | Compiling cobs v0.2.3 |
| 2694 | 2025-01-22T04:51:36.782Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2695 | 2025-01-22T04:51:36.935Z | Compiling postcard v1.0.10 |
| 2696 | 2025-01-22T04:51:37.099Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2697 | 2025-01-22T04:51:37.199Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2698 | 2025-01-22T04:51:37.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2699 | 2025-01-22T04:51:37.578Z | Compiling smf v0.2.3 |
| 2700 | 2025-01-22T04:51:37.634Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2701 | 2025-01-22T04:51:38.088Z | Compiling zone_cfg_derive v0.3.0 |
| 2702 | 2025-01-22T04:51:38.629Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2703 | 2025-01-22T04:51:38.761Z | Compiling num-derive v0.4.2 |
| 2704 | 2025-01-22T04:51:39.079Z | Compiling sigpipe v0.1.3 |
| 2705 | 2025-01-22T04:51:39.298Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2706 | 2025-01-22T04:51:39.493Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2707 | 2025-01-22T04:51:39.513Z | Compiling zone v0.3.0 |
| 2708 | 2025-01-22T04:51:39.563Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2709 | 2025-01-22T04:51:40.277Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2710 | 2025-01-22T04:51:40.487Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2711 | 2025-01-22T04:51:40.931Z | Compiling universal-hash v0.5.1 |
| 2712 | 2025-01-22T04:51:40.981Z | Compiling opaque-debug v0.3.1 |
| 2713 | 2025-01-22T04:51:41.049Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2714 | 2025-01-22T04:51:41.092Z | Compiling tungstenite v0.21.0 |
| 2715 | 2025-01-22T04:51:41.111Z | Compiling num-rational v0.4.2 |
| 2716 | 2025-01-22T04:51:41.140Z | Compiling password-hash v0.5.0 |
| 2717 | 2025-01-22T04:51:41.831Z | Compiling num-complex v0.4.6 |
| 2718 | 2025-01-22T04:51:41.944Z | Compiling blake2 v0.10.6 |
| 2719 | 2025-01-22T04:51:42.063Z | Compiling aead v0.5.2 |
| 2720 | 2025-01-22T04:51:42.476Z | Compiling convert_case v0.4.0 |
| 2721 | 2025-01-22T04:51:42.748Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2722 | 2025-01-22T04:51:42.798Z | Compiling base64 v0.21.7 |
| 2723 | 2025-01-22T04:51:42.798Z | Compiling keccak v0.1.5 |
| 2724 | 2025-01-22T04:51:43.027Z | Compiling num v0.4.3 |
| 2725 | 2025-01-22T04:51:43.153Z | Compiling sha3 v0.10.8 |
| 2726 | 2025-01-22T04:51:43.311Z | Compiling derive_more v0.99.18 |
| 2727 | 2025-01-22T04:51:43.313Z | Compiling argon2 v0.5.3 |
| 2728 | 2025-01-22T04:51:43.478Z | Compiling tokio-tungstenite v0.21.0 |
| 2729 | 2025-01-22T04:51:43.571Z | Compiling typify-macro v0.2.0 |
| 2730 | 2025-01-22T04:51:44.072Z | Compiling poly1305 v0.8.0 |
| 2731 | 2025-01-22T04:51:44.127Z | Compiling chacha20 v0.9.1 |
| 2732 | 2025-01-22T04:51:44.203Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2733 | 2025-01-22T04:51:44.536Z | Compiling float-ord v0.3.2 |
| 2734 | 2025-01-22T04:51:44.603Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2735 | 2025-01-22T04:51:44.745Z | Compiling semver v0.1.20 |
| 2736 | 2025-01-22T04:51:44.815Z | Compiling typify-macro v0.3.0 |
| 2737 | 2025-01-22T04:51:45.048Z | Compiling same-file v1.0.6 |
| 2738 | 2025-01-22T04:51:45.343Z | Compiling walkdir v2.5.0 |
| 2739 | 2025-01-22T04:51:45.362Z | Compiling rustc_version v0.1.7 |
| 2740 | 2025-01-22T04:51:45.802Z | Compiling newline-converter v0.3.0 |
| 2741 | 2025-01-22T04:51:45.831Z | Compiling primeorder v0.13.6 |
| 2742 | 2025-01-22T04:51:45.997Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2743 | 2025-01-22T04:51:46.046Z | Compiling secrecy v0.8.0 |
| 2744 | 2025-01-22T04:51:46.070Z | Compiling cancel-safe-futures v0.1.5 |
| 2745 | 2025-01-22T04:51:46.309Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2746 | 2025-01-22T04:51:46.339Z | Compiling owo-colors v4.1.0 |
| 2747 | 2025-01-22T04:51:46.358Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2748 | 2025-01-22T04:51:46.455Z | Compiling expectorate v1.1.0 |
| 2749 | 2025-01-22T04:51:46.585Z | Compiling newtype_derive v0.1.6 |
| 2750 | 2025-01-22T04:51:46.680Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2751 | 2025-01-22T04:51:46.704Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2752 | 2025-01-22T04:51:46.910Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2753 | 2025-01-22T04:51:46.992Z | Compiling blake3 v1.5.4 |
| 2754 | 2025-01-22T04:51:47.202Z | Compiling half v2.4.1 |
| 2755 | 2025-01-22T04:51:47.397Z | Compiling typify v0.2.0 |
| 2756 | 2025-01-22T04:51:47.543Z | Compiling progenitor-impl v0.8.0 |
| 2757 | 2025-01-22T04:51:47.563Z | Compiling unicase v2.7.0 |
| 2758 | 2025-01-22T04:51:47.663Z | Compiling arc-swap v1.7.1 |
| 2759 | 2025-01-22T04:51:47.692Z | Compiling ciborium-io v0.2.2 |
| 2760 | 2025-01-22T04:51:47.851Z | Compiling ciborium-ll v0.2.2 |
| 2761 | 2025-01-22T04:51:48.094Z | Compiling slog-scope v4.4.0 |
| 2762 | 2025-01-22T04:51:48.261Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2763 | 2025-01-22T04:51:48.282Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2764 | 2025-01-22T04:51:48.578Z | Compiling typify v0.3.0 |
| 2765 | 2025-01-22T04:51:48.612Z | Compiling polyval v0.6.2 |
| 2766 | 2025-01-22T04:51:48.727Z | Compiling progenitor-impl v0.9.1 |
| 2767 | 2025-01-22T04:51:49.040Z | Compiling atomicwrites v0.4.4 |
| 2768 | 2025-01-22T04:51:49.095Z | Compiling libsw v3.3.1 |
| 2769 | 2025-01-22T04:51:49.417Z | Compiling memmap2 v0.9.5 |
| 2770 | 2025-01-22T04:51:49.420Z | Compiling arrayvec v0.7.6 |
| 2771 | 2025-01-22T04:51:49.648Z | Compiling thiserror-no-std v2.0.2 |
| 2772 | 2025-01-22T04:51:49.800Z | Compiling indent_write v2.2.0 |
| 2773 | 2025-01-22T04:51:49.824Z | Compiling libefi-sys v0.1.0 |
| 2774 | 2025-01-22T04:51:49.868Z | Compiling constant_time_eq v0.3.1 |
| 2775 | 2025-01-22T04:51:50.009Z | Compiling linear-map v1.2.0 |
| 2776 | 2025-01-22T04:51:50.036Z | Compiling parking_lot_core v0.8.6 |
| 2777 | 2025-01-22T04:51:50.081Z | Compiling salty v0.3.0 |
| 2778 | 2025-01-22T04:51:50.127Z | Compiling arrayref v0.3.9 |
| 2779 | 2025-01-22T04:51:50.326Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2780 | 2025-01-22T04:51:50.391Z | Compiling vsss-rs v3.3.4 |
| 2781 | 2025-01-22T04:51:50.533Z | Compiling ghash v0.5.1 |
| 2782 | 2025-01-22T04:51:50.721Z | Compiling slog-stdlog v4.1.1 |
| 2783 | 2025-01-22T04:51:50.746Z | Compiling ciborium v0.2.2 |
| 2784 | 2025-01-22T04:51:51.534Z | Compiling p384 v0.13.0 |
| 2785 | 2025-01-22T04:51:51.684Z | Compiling toolchain_find v0.4.0 |
| 2786 | 2025-01-22T04:51:52.170Z | Compiling chacha20poly1305 v0.10.1 |
| 2787 | 2025-01-22T04:51:52.335Z | Compiling ctr v0.9.2 |
| 2788 | 2025-01-22T04:51:52.438Z | Compiling lzma-sys v0.1.20 |
| 2789 | 2025-01-22T04:51:52.525Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2790 | 2025-01-22T04:51:52.716Z | Compiling bitfield-struct v0.6.2 |
| 2791 | 2025-01-22T04:51:52.941Z | Compiling slog-dtrace v0.3.0 |
| 2792 | 2025-01-22T04:51:53.083Z | Compiling topological-sort v0.2.2 |
| 2793 | 2025-01-22T04:51:53.184Z | Compiling highway v1.2.0 |
| 2794 | 2025-01-22T04:51:53.327Z | Compiling omicron-zone-package v0.12.0 |
| 2795 | 2025-01-22T04:51:53.522Z | Compiling aes-gcm v0.10.3 |
| 2796 | 2025-01-22T04:51:53.855Z | Compiling rustfmt-wrapper v0.2.1 |
| 2797 | 2025-01-22T04:51:53.916Z | Compiling mime_guess v2.0.5 |
| 2798 | 2025-01-22T04:51:54.025Z | Compiling slog-envlogger v2.2.0 |
| 2799 | 2025-01-22T04:51:54.087Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2800 | 2025-01-22T04:51:54.294Z | Compiling progenitor-macro v0.8.0 |
| 2801 | 2025-01-22T04:51:54.449Z | Compiling steno v0.4.1 |
| 2802 | 2025-01-22T04:51:55.050Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2803 | 2025-01-22T04:51:55.186Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2804 | 2025-01-22T04:51:55.320Z | Compiling heck v0.3.3 |
| 2805 | 2025-01-22T04:51:55.476Z | Compiling ssh-encoding v0.2.0 |
| 2806 | 2025-01-22T04:51:55.691Z | Compiling blowfish v0.9.1 |
| 2807 | 2025-01-22T04:51:55.693Z | Compiling nibble_vec v0.1.0 |
| 2808 | 2025-01-22T04:51:55.773Z | Compiling progenitor-macro v0.9.1 |
| 2809 | 2025-01-22T04:51:55.907Z | Compiling env_filter v0.1.2 |
| 2810 | 2025-01-22T04:51:55.976Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2811 | 2025-01-22T04:51:56.124Z | Compiling humantime v2.1.0 |
| 2812 | 2025-01-22T04:51:56.166Z | Compiling endian-type v0.1.2 |
| 2813 | 2025-01-22T04:51:56.274Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2814 | 2025-01-22T04:51:56.419Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2815 | 2025-01-22T04:51:56.553Z | Compiling radix_trie v0.2.1 |
| 2816 | 2025-01-22T04:51:56.666Z | Compiling env_logger v0.11.5 |
| 2817 | 2025-01-22T04:51:56.669Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2818 | 2025-01-22T04:51:56.792Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2819 | 2025-01-22T04:51:57.212Z | Compiling ssh-cipher v0.2.0 |
| 2820 | 2025-01-22T04:51:57.369Z | Compiling zone_cfg_derive v0.1.2 |
| 2821 | 2025-01-22T04:51:57.539Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2822 | 2025-01-22T04:51:57.912Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2823 | 2025-01-22T04:51:57.937Z | Compiling parking_lot v0.11.2 |
| 2824 | 2025-01-22T04:51:58.788Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2825 | 2025-01-22T04:51:58.808Z | Compiling password-hash v0.4.2 |
| 2826 | 2025-01-22T04:51:58.872Z | Compiling gethostname v0.5.0 |
| 2827 | 2025-01-22T04:51:59.086Z | Compiling fxhash v0.2.1 |
| 2828 | 2025-01-22T04:51:59.205Z | Compiling bumpalo v3.16.0 |
| 2829 | 2025-01-22T04:51:59.267Z | Compiling zip v2.1.3 |
| 2830 | 2025-01-22T04:51:59.320Z | Compiling lockfree-object-pool v0.1.6 |
| 2831 | 2025-01-22T04:51:59.347Z | Compiling simd-adler32 v0.3.7 |
| 2832 | 2025-01-22T04:51:59.576Z | Compiling base64 v0.13.1 |
| 2833 | 2025-01-22T04:51:59.606Z | Compiling http-range v0.1.5 |
| 2834 | 2025-01-22T04:51:59.645Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2835 | 2025-01-22T04:51:59.700Z | Compiling zopfli v0.8.1 |
| 2836 | 2025-01-22T04:51:59.903Z | Compiling sled v0.34.7 |
| 2837 | 2025-01-22T04:51:59.948Z | Compiling pbkdf2 v0.11.0 |
| 2838 | 2025-01-22T04:52:00.002Z | Compiling ron v0.7.1 |
| 2839 | 2025-01-22T04:52:00.140Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2840 | 2025-01-22T04:52:00.306Z | Compiling xz2 v0.1.7 |
| 2841 | 2025-01-22T04:52:00.760Z | Compiling zone v0.1.8 |
| 2842 | 2025-01-22T04:52:00.947Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2843 | 2025-01-22T04:52:01.340Z | Compiling ssh-key v0.6.6 |
| 2844 | 2025-01-22T04:52:01.901Z | Compiling hickory-client v0.24.2 |
| 2845 | 2025-01-22T04:52:02.158Z | Compiling p521 v0.13.3 |
| 2846 | 2025-01-22T04:52:02.532Z | Compiling p256 v0.13.2 |
| 2847 | 2025-01-22T04:52:03.248Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2848 | 2025-01-22T04:52:03.336Z | Compiling hickory-server v0.24.2 |
| 2849 | 2025-01-22T04:52:04.287Z | Compiling pem v3.0.4 |
| 2850 | 2025-01-22T04:52:04.485Z | Compiling yasna v0.5.2 |
| 2851 | 2025-01-22T04:52:05.021Z | Compiling headers-core v0.3.0 |
| 2852 | 2025-01-22T04:52:05.218Z | Compiling kstat-rs v0.2.4 |
| 2853 | 2025-01-22T04:52:05.638Z | Compiling nanorand v0.7.0 |
| 2854 | 2025-01-22T04:52:05.792Z | Compiling russh-cryptovec v0.7.3 |
| 2855 | 2025-01-22T04:52:05.913Z | Compiling atty v0.2.14 |
| 2856 | 2025-01-22T04:52:06.096Z | Compiling md5 v0.7.0 |
| 2857 | 2025-01-22T04:52:06.099Z | Compiling flume v0.11.1 |
| 2858 | 2025-01-22T04:52:06.132Z | Compiling rcgen v0.12.1 |
| 2859 | 2025-01-22T04:52:06.153Z | Compiling headers v0.4.0 |
| 2860 | 2025-01-22T04:52:06.678Z | Compiling russh-keys v0.45.0 |
| 2861 | 2025-01-22T04:52:06.886Z | Compiling progenitor v0.8.0 |
| 2862 | 2025-01-22T04:52:07.138Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2863 | 2025-01-22T04:52:07.620Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2864 | 2025-01-22T04:52:07.975Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2865 | 2025-01-22T04:52:08.346Z | Compiling progenitor v0.9.1 |
| 2866 | 2025-01-22T04:52:08.419Z | Compiling hyper-staticfile v0.10.1 |
| 2867 | 2025-01-22T04:52:08.581Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2868 | 2025-01-22T04:52:08.876Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2869 | 2025-01-22T04:52:09.422Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2870 | 2025-01-22T04:52:09.442Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2871 | 2025-01-22T04:52:09.751Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2872 | 2025-01-22T04:52:10.384Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2873 | 2025-01-22T04:52:12.024Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2874 | 2025-01-22T04:52:12.403Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2025-01-22T04:52:12.613Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2876 | 2025-01-22T04:52:14.126Z | Compiling num-bigint v0.4.6 |
| 2877 | 2025-01-22T04:52:14.452Z | Compiling des v0.8.1 |
| 2878 | 2025-01-22T04:52:14.576Z | Compiling subprocess v0.2.9 |
| 2879 | 2025-01-22T04:52:14.811Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2880 | 2025-01-22T04:52:15.037Z | Compiling hex-literal v0.4.1 |
| 2881 | 2025-01-22T04:52:15.223Z | Compiling display-error-chain v0.2.2 |
| 2882 | 2025-01-22T04:52:15.462Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2883 | 2025-01-22T04:52:15.710Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2884 | 2025-01-22T04:52:16.304Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2885 | 2025-01-22T04:52:16.788Z | Compiling internet-checksum v0.2.1 |
| 2886 | 2025-01-22T04:52:17.032Z | Compiling russh v0.45.0 |
| 2887 | 2025-01-22T04:52:23.421Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2888 | 2025-01-22T04:52:23.421Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2889 | 2025-01-22T04:52:23.424Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2890 | 2025-01-22T04:52:23.424Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2891 | 2025-01-22T04:52:26.212Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2892 | 2025-01-22T04:52:26.471Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2893 | 2025-01-22T04:52:27.320Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2894 | 2025-01-22T04:52:27.883Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2895 | 2025-01-22T04:52:28.124Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2896 | 2025-01-22T04:52:28.374Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2897 | 2025-01-22T04:52:30.753Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2898 | 2025-01-22T04:52:31.122Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2899 | 2025-01-22T04:52:31.524Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2900 | 2025-01-22T04:52:32.073Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2901 | 2025-01-22T04:52:32.133Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2902 | 2025-01-22T04:52:32.981Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2903 | 2025-01-22T04:52:33.002Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2904 | 2025-01-22T04:52:34.580Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2905 | 2025-01-22T04:52:36.624Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2906 | 2025-01-22T04:52:37.079Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2907 | 2025-01-22T04:52:37.514Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2908 | 2025-01-22T04:52:38.655Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2909 | 2025-01-22T04:52:41.136Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2910 | 2025-01-22T04:52:41.754Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2911 | 2025-01-22T04:52:43.324Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2912 | 2025-01-22T04:52:43.602Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2913 | 2025-01-22T04:52:45.431Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2914 | 2025-01-22T04:52:45.471Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2915 | 2025-01-22T04:52:49.240Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2916 | 2025-01-22T04:52:57.460Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2917 | 2025-01-22T04:52:58.951Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2918 | 2025-01-22T04:53:20.623Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2919 | 2025-01-22T04:53:43.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 2920 | 2025-01-22T04:53:43.464Z | |
| 2921 | 2025-01-22T04:53:43.464Z | real 2:21.013088344 |
| 2922 | 2025-01-22T04:53:43.464Z | user 12:09.229205308 |
| 2923 | 2025-01-22T04:53:43.464Z | sys 1:33.022919710 |
| 2924 | 2025-01-22T04:53:43.464Z | trap 0.371961917 |
| 2925 | 2025-01-22T04:53:43.464Z | tflt 0.865032996 |
| 2926 | 2025-01-22T04:53:43.467Z | dflt 1.170865738 |
| 2927 | 2025-01-22T04:53:43.467Z | kflt 0.000124373 |
| 2928 | 2025-01-22T04:53:43.467Z | lock 22:19.636411861 |
| 2929 | 2025-01-22T04:53:43.467Z | slp 41:48.011608554 |
| 2930 | 2025-01-22T04:53:43.467Z | lat 37.980200070 |
| 2931 | 2025-01-22T04:53:43.467Z | stop 1:34.718728350 |
| 2932 | 2025-01-22T04:53:43.467Z | + mkdir tests |
| 2933 | 2025-01-22T04:53:43.469Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2934 | 2025-01-22T04:53:43.470Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2935 | 2025-01-22T04:53:43.512Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0a00920f1a389526 tests/ |
| 2936 | 2025-01-22T04:53:43.539Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-89b66e8d735f88b4 tests/ |
| 2937 | 2025-01-22T04:53:43.564Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a3b194d78e1d00cb tests/ |
| 2938 | 2025-01-22T04:53:43.590Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8660dfc56614c578 tests/ |
| 2939 | 2025-01-22T04:53:43.882Z | + 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/*) |
| 2940 | 2025-01-22T04:53:43.885Z | + 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-89b66e8d735f88b4 tests/commtest-a3b194d78e1d00cb tests/dhcp_server-0a00920f1a389526 tests/end_to_end_tests-8660dfc56614c578 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 |
| 2941 | 2025-01-22T04:54:57.518Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2942 | 2025-01-22T04:54:57.518Z | a .github/buildomat/ci-env.sh 1K |
| 2943 | 2025-01-22T04:54:57.518Z | a out/target/test 1K |
| 2944 | 2025-01-22T04:54:57.518Z | a out/npuzone/npuzone 23144K |
| 2945 | 2025-01-22T04:54:57.518Z | a package-manifest.toml 34K |
| 2946 | 2025-01-22T04:54:57.518Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2947 | 2025-01-22T04:54:57.518Z | a target/release/omicron-package 36030K |
| 2948 | 2025-01-22T04:54:57.518Z | a target/release/xtask 11911K |
| 2949 | 2025-01-22T04:54:57.518Z | a target/debug/bootstrap 220361K |
| 2950 | 2025-01-22T04:54:57.518Z | a tests/bootstrap-89b66e8d735f88b4 24276K |
| 2951 | 2025-01-22T04:54:57.518Z | a tests/commtest-a3b194d78e1d00cb 24769K |
| 2952 | 2025-01-22T04:54:57.518Z | a tests/dhcp_server-0a00920f1a389526 24276K |
| 2953 | 2025-01-22T04:54:57.518Z | a tests/end_to_end_tests-8660dfc56614c578 282389K |
| 2954 | 2025-01-22T04:54:57.518Z | a out/clickhouse.tar.gz 294314K |
| 2955 | 2025-01-22T04:54:57.518Z | a out/clickhouse_keeper.tar.gz 281446K |
| 2956 | 2025-01-22T04:54:57.518Z | a out/clickhouse_server.tar.gz 294301K |
| 2957 | 2025-01-22T04:54:57.518Z | a out/cockroachdb.tar.gz 135012K |
| 2958 | 2025-01-22T04:54:57.519Z | a out/crucible-dtrace.tar 96K |
| 2959 | 2025-01-22T04:54:57.519Z | a out/crucible-pantry-zone.tar.gz 28546K |
| 2960 | 2025-01-22T04:54:57.519Z | a out/crucible-zone.tar.gz 36827K |
| 2961 | 2025-01-22T04:54:57.519Z | a out/external-dns.tar.gz 35472K |
| 2962 | 2025-01-22T04:54:57.519Z | a out/internal-dns.tar.gz 35472K |
| 2963 | 2025-01-22T04:54:57.519Z | a out/mg-ddm-gz.tar 63075K |
| 2964 | 2025-01-22T04:54:57.519Z | a out/nexus.tar.gz 99931K |
| 2965 | 2025-01-22T04:54:57.519Z | a out/ntp.tar.gz 10510K |
| 2966 | 2025-01-22T04:54:57.519Z | a out/omicron-gateway-softnpu.tar.gz 24108K |
| 2967 | 2025-01-22T04:54:57.519Z | a out/omicron-sled-agent.tar 114143K |
| 2968 | 2025-01-22T04:54:57.519Z | a out/overlay.tar.gz 3K |
| 2969 | 2025-01-22T04:54:57.519Z | a out/oximeter.tar.gz 48396K |
| 2970 | 2025-01-22T04:54:57.519Z | a out/oxlog.tar 3153K |
| 2971 | 2025-01-22T04:54:57.519Z | a out/probe.tar.gz 2764K |
| 2972 | 2025-01-22T04:54:57.519Z | a out/propolis-server.tar.gz 66467K |
| 2973 | 2025-01-22T04:54:57.519Z | a out/pumpkind-gz.tar 26665K |
| 2974 | 2025-01-22T04:54:57.519Z | a out/switch-softnpu.tar.gz 236137K |
| 2975 | 2025-01-22T04:54:57.523Z | |
| 2976 | 2025-01-22T04:54:57.523Z | real 1:13.631756433 |
| 2977 | 2025-01-22T04:54:57.523Z | user 1:10.343487636 |
| 2978 | 2025-01-22T04:54:57.523Z | sys 4.683770597 |
| 2979 | 2025-01-22T04:54:57.523Z | trap 0.018054728 |
| 2980 | 2025-01-22T04:54:57.523Z | tflt 0.000000000 |
| 2981 | 2025-01-22T04:54:57.523Z | dflt 0.000000000 |
| 2982 | 2025-01-22T04:54:57.523Z | kflt 0.000000000 |
| 2983 | 2025-01-22T04:54:57.523Z | lock 0.000000000 |
| 2984 | 2025-01-22T04:54:57.523Z | slp 1:10.105898762 |
| 2985 | 2025-01-22T04:54:57.523Z | lat 2.107681182 |
| 2986 | 2025-01-22T04:54:57.523Z | stop 0.000213447 |
| 2987 | 2025-01-22T04:54:57.523Z | process exited: duration 1976514 ms, exit code 0 |
| |
| 2988 | 2025-01-22T04:54:57.538Z | found 1 output files |
| 2989 | 2025-01-22T04:54:57.538Z | uploading: /work/package.tar.gz (1902824490 bytes) |
| 2990 | 2025-01-22T04:55:32.429Z | uploaded: /work/package.tar.gz |