|
|
|
| 1 | 2025-01-25T02:53:00.524Z | job assigned to worker 01JJDNZPNBHJR8NP3K966EVBAF [factory aws, i-0edd310709de7be22] (queued for 10 m 28 s) |
| |
| 2 | 2025-01-25T02:53:08.788Z | starting task 0: "setup" |
| 3 | 2025-01-25T02:53:08.798Z | ++ uname -s |
| 4 | 2025-01-25T02:53:08.801Z | + kern=SunOS |
| 5 | 2025-01-25T02:53:08.801Z | + case "$kern" in |
| 6 | 2025-01-25T02:53:08.801Z | + groupadd -g 12345 build |
| 7 | 2025-01-25T02:53:08.803Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-25T02:53:10.810Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-25T02:53:10.914Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-25T02:53:10.917Z | + home_fs=zfs |
| 11 | 2025-01-25T02:53:10.917Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-25T02:53:10.917Z | + mkdir -p /home/build |
| 13 | 2025-01-25T02:53:10.920Z | + chown build:build /home/build /work |
| 14 | 2025-01-25T02:53:12.921Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-25T02:53:12.925Z | process exited: duration 4136 ms, exit code 0 |
| |
| 16 | 2025-01-25T02:53:12.930Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-25T02:53:12.936Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-25T02:53:12.936Z | * toolchain channel = "1.84.0" |
| 19 | 2025-01-25T02:53:12.936Z | ' 1.84.0 |
| 20 | 2025-01-25T02:53:12.936Z | + printf ' * toolchain profile = "%s" |
| 21 | 2025-01-25T02:53:12.936Z | ' default |
| 22 | 2025-01-25T02:53:12.936Z | * toolchain profile = "default" |
| 23 | 2025-01-25T02:53:12.939Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-25T02:53:12.939Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-25T02:53:13.064Z | info: downloading installer |
| 26 | 2025-01-25T02:53:14.449Z | info: profile set to 'default' |
| 27 | 2025-01-25T02:53:14.449Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-25T02:53:14.453Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-25T02:53:14.601Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-25T02:53:14.601Z | info: downloading component 'cargo' |
| 31 | 2025-01-25T02:53:15.452Z | info: downloading component 'clippy' |
| 32 | 2025-01-25T02:53:15.777Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-25T02:53:16.933Z | info: downloading component 'rust-std' |
| 34 | 2025-01-25T02:53:18.693Z | info: downloading component 'rustc' |
| 35 | 2025-01-25T02:53:25.242Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-25T02:53:25.491Z | info: installing component 'cargo' |
| 37 | 2025-01-25T02:53:26.335Z | info: installing component 'clippy' |
| 38 | 2025-01-25T02:53:26.718Z | info: installing component 'rust-docs' |
| 39 | 2025-01-25T02:53:28.392Z | info: installing component 'rust-std' |
| 40 | 2025-01-25T02:53:30.123Z | info: installing component 'rustc' |
| 41 | 2025-01-25T02:53:36.190Z | info: installing component 'rustfmt' |
| 42 | 2025-01-25T02:53:36.524Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-25T02:53:36.524Z | |
| 44 | 2025-01-25T02:53:36.917Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-25T02:53:36.917Z | |
| 46 | 2025-01-25T02:53:36.920Z | |
| 47 | 2025-01-25T02:53:36.920Z | Rust is installed now. Great! |
| 48 | 2025-01-25T02:53:36.920Z | |
| 49 | 2025-01-25T02:53:36.920Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-25T02:53:36.920Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-25T02:53:36.920Z | |
| 52 | 2025-01-25T02:53:36.920Z | To configure your current shell, you need to source |
| 53 | 2025-01-25T02:53:36.920Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-25T02:53:36.920Z | |
| 55 | 2025-01-25T02:53:36.920Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-25T02:53:36.920Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-25T02:53:36.920Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-25T02:53:36.999Z | + rustc --version |
| 59 | 2025-01-25T02:53:37.070Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-25T02:53:37.073Z | process exited: duration 24140 ms, exit code 0 |
| |
| 61 | 2025-01-25T02:53:37.081Z | starting task 2: "authentication" |
| 62 | 2025-01-25T02:53:37.101Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2025-01-25T02:53:37.106Z | starting task 3: "clone repository" |
| 64 | 2025-01-25T02:53:37.112Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-25T02:53:37.114Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-25T02:53:37.149Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-25T02:53:45.761Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-25T02:53:45.762Z | + git fetch origin d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 69 | 2025-01-25T02:53:46.113Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-25T02:53:46.113Z | * branch d4abe9a79e125ced53e6670ed395f80661ae9e20 -> FETCH_HEAD |
| 71 | 2025-01-25T02:53:46.124Z | + [[ -n new-diff-who-dis ]] |
| 72 | 2025-01-25T02:53:46.127Z | ++ git branch --show-current |
| 73 | 2025-01-25T02:53:46.131Z | + current=main |
| 74 | 2025-01-25T02:53:46.131Z | + [[ main != new-diff-who-dis ]] |
| 75 | 2025-01-25T02:53:46.131Z | + git branch -f new-diff-who-dis d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 76 | 2025-01-25T02:53:46.134Z | + git checkout -f new-diff-who-dis |
| 77 | 2025-01-25T02:53:46.307Z | Switched to branch 'new-diff-who-dis' |
| 78 | 2025-01-25T02:53:46.309Z | + git reset --hard d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 79 | 2025-01-25T02:53:46.359Z | HEAD is now at d4abe9a79 New `BlueprintDiff` implementation |
| 80 | 2025-01-25T02:53:46.362Z | process exited: duration 9253 ms, exit code 0 |
| |
| 81 | 2025-01-25T02:53:46.367Z | starting task 4: "build" |
| 82 | 2025-01-25T02:53:46.372Z | + source ./env.sh |
| 83 | 2025-01-25T02:53:46.372Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2025-01-25T02:53:46.372Z | ++ set -o xtrace |
| 85 | 2025-01-25T02:53:46.375Z | ++++ dirname ./env.sh |
| 86 | 2025-01-25T02:53:46.378Z | +++ readlink -f . |
| 87 | 2025-01-25T02:53:46.381Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2025-01-25T02:53:46.381Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2025-01-25T02:53:46.381Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2025-01-25T02:53:46.381Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 91 | 2025-01-25T02:53:46.381Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2025-01-25T02:53:46.381Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2025-01-25T02:53:46.381Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2025-01-25T02:53:46.381Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2025-01-25T02:53:46.381Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2025-01-25T02:53:46.381Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2025-01-25T02:53:46.381Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2025-01-25T02:53:46.381Z | + source .github/buildomat/ci-env.sh |
| 99 | 2025-01-25T02:53:46.381Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2025-01-25T02:53:46.381Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2025-01-25T02:53:46.381Z | + cargo --version |
| 102 | 2025-01-25T02:53:46.442Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 103 | 2025-01-25T02:53:46.444Z | + rustc --version |
| 104 | 2025-01-25T02:53:46.508Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 105 | 2025-01-25T02:53:46.510Z | + banner prerequisites |
| 106 | 2025-01-25T02:53:46.513Z | |
| 107 | 2025-01-25T02:53:46.513Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2025-01-25T02:53:46.513Z | # # # # # # # # # # # # # # # |
| 109 | 2025-01-25T02:53:46.513Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2025-01-25T02:53:46.513Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2025-01-25T02:53:46.513Z | # # # # # # # # # # # # # # # |
| 112 | 2025-01-25T02:53:46.513Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2025-01-25T02:53:46.513Z | |
| 114 | 2025-01-25T02:53:46.513Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2025-01-25T02:53:48.040Z | pkg list: illegal option -- F |
| 116 | 2025-01-25T02:53:48.040Z | Usage: |
| 117 | 2025-01-25T02:53:48.043Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 118 | 2025-01-25T02:53:48.043Z | [pkg_fmri_pattern ...] |
| 119 | 2025-01-25T02:53:48.930Z | pkg list: illegal option -- F |
| 120 | 2025-01-25T02:53:48.930Z | Usage: |
| 121 | 2025-01-25T02:53:48.933Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 122 | 2025-01-25T02:53:48.933Z | [pkg_fmri_pattern ...] |
| 123 | 2025-01-25T02:53:55.230Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 124 | 2025-01-25T02:53:59.332Z | Startup: Caching catalogs ... Done |
| 125 | 2025-01-25T02:54:10.942Z | Planning: Solver setup ... Done (10.794s) |
| 126 | 2025-01-25T02:54:11.089Z | Planning: Running solver ... Done (0.147s) |
| 127 | 2025-01-25T02:54:11.206Z | Planning: Finding local manifests ... Done (0.006s) |
| 128 | 2025-01-25T02:54:11.233Z | Planning: Fetching manifests: 0/7 0% complete |
| 129 | 2025-01-25T02:54:11.479Z | Planning: Fetching manifests: 7/7 100% complete |
| 130 | 2025-01-25T02:54:11.589Z | Planning: Package planning ... Done (0.111s) |
| 131 | 2025-01-25T02:54:11.647Z | Planning: Merging actions ... Done (0.058s) |
| 132 | 2025-01-25T02:54:11.845Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 133 | 2025-01-25T02:54:13.617Z | Planning: Consolidating action changes ... Done (1.771s) |
| 134 | 2025-01-25T02:54:14.040Z | Planning: Evaluating mediators ... Done (0.423s) |
| 135 | 2025-01-25T02:54:14.123Z | Planning: Planning completed in 14.70 seconds |
| 136 | 2025-01-25T02:54:14.141Z | Packages to install: 4 |
| 137 | 2025-01-25T02:54:14.141Z | Packages to update: 3 |
| 138 | 2025-01-25T02:54:14.141Z | Mediators to change: 2 |
| 139 | 2025-01-25T02:54:14.144Z | Services to change: 1 |
| 140 | 2025-01-25T02:54:14.144Z | Estimated space available: 155.61 GB |
| 141 | 2025-01-25T02:54:14.144Z | Estimated space to be consumed: 1.64 GB |
| 142 | 2025-01-25T02:54:14.144Z | Create boot environment: No |
| 143 | 2025-01-25T02:54:14.145Z | Create backup boot environment: Yes |
| 144 | 2025-01-25T02:54:14.145Z | Rebuild boot archive: No |
| 145 | 2025-01-25T02:54:14.145Z | |
| 146 | 2025-01-25T02:54:14.145Z | Changed mediators: |
| 147 | 2025-01-25T02:54:14.145Z | mediator clang: |
| 148 | 2025-01-25T02:54:14.145Z | version: None -> 15 (system default) |
| 149 | 2025-01-25T02:54:14.145Z | |
| 150 | 2025-01-25T02:54:14.145Z | mediator llvm: |
| 151 | 2025-01-25T02:54:14.145Z | version: 14 (system default) -> 15 (system default) |
| 152 | 2025-01-25T02:54:14.145Z | |
| 153 | 2025-01-25T02:54:14.145Z | Changed packages: |
| 154 | 2025-01-25T02:54:14.145Z | helios-dev |
| 155 | 2025-01-25T02:54:14.145Z | developer/build-essential |
| 156 | 2025-01-25T02:54:14.145Z | None -> 11-2.0 |
| 157 | 2025-01-25T02:54:14.145Z | library/libxmlsec1 |
| 158 | 2025-01-25T02:54:14.145Z | None -> 1.2.35-2.0 |
| 159 | 2025-01-25T02:54:14.145Z | ooce/developer/clang-15 |
| 160 | 2025-01-25T02:54:14.145Z | None -> 15.0.7-2.0 |
| 161 | 2025-01-25T02:54:14.145Z | ooce/developer/llvm-15 |
| 162 | 2025-01-25T02:54:14.145Z | None -> 15.0.7-2.0 |
| 163 | 2025-01-25T02:54:14.145Z | package/pkg |
| 164 | 2025-01-25T02:54:14.145Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 165 | 2025-01-25T02:54:14.145Z | system/library/g++-runtime |
| 166 | 2025-01-25T02:54:14.145Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-01-25T02:54:14.145Z | system/library/gcc-runtime |
| 168 | 2025-01-25T02:54:14.145Z | 13-2.0 -> 14-2.0 |
| 169 | 2025-01-25T02:54:14.145Z | |
| 170 | 2025-01-25T02:54:14.145Z | Services: |
| 171 | 2025-01-25T02:54:14.145Z | restart_fmri: |
| 172 | 2025-01-25T02:54:14.145Z | svc:/system/update-man-index:default |
| 173 | 2025-01-25T02:54:14.145Z | |
| 174 | 2025-01-25T02:54:14.145Z | Editable files to change: |
| 175 | 2025-01-25T02:54:14.145Z | Update: |
| 176 | 2025-01-25T02:54:14.145Z | usr/share/lib/pkg/web/config.shtml |
| 177 | 2025-01-25T02:54:14.219Z | |
| 178 | 2025-01-25T02:54:14.219Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 179 | 2025-01-25T02:54:19.221Z | Download: 978/4301 items 19.2/225.4MB 8% complete (3.9M/s) |
| 180 | 2025-01-25T02:54:24.821Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (12.3M/s) |
| 181 | 2025-01-25T02:54:30.364Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (10.0M/s) |
| 182 | 2025-01-25T02:54:35.365Z | Download: 3132/4301 items 148.6/225.4MB 65% complete (5.2M/s) |
| 183 | 2025-01-25T02:54:40.367Z | Download: 3879/4301 items 217.7/225.4MB 96% complete (9.9M/s) |
| 184 | 2025-01-25T02:54:44.604Z | Download: Completed 225.42 MB in 30.38 seconds (7.4M/s) |
| 185 | 2025-01-25T02:54:46.589Z | Actions: 1/5122 actions (Removing old actions) |
| 186 | 2025-01-25T02:54:46.597Z | Actions: 194/5122 actions (Installing new actions) |
| 187 | 2025-01-25T02:54:51.354Z | Actions: 4267/5122 actions (Updating modified actions) |
| 188 | 2025-01-25T02:54:51.705Z | Actions: Completed 5122 actions in 5.13 seconds. |
| 189 | 2025-01-25T02:54:52.112Z | Done (0.400s) |
| 190 | 2025-01-25T02:54:52.115Z | Done (0.001s) |
| 191 | 2025-01-25T02:54:52.698Z | Done (0.583s) |
| 192 | 2025-01-25T02:54:57.337Z | Done (4.301s) |
| 193 | 2025-01-25T02:54:57.510Z | Done (0.018s) |
| 194 | 2025-01-25T02:54:57.510Z | Done (0.000s) |
| 195 | 2025-01-25T02:54:57.617Z | Done (0.000s) |
| 196 | 2025-01-25T02:54:58.200Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-01-25T02:54:58.367Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-01-25T02:54:58.370Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-01-25T02:54:58.638Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-01-25T02:54:58.641Z | Planning: Planning completed in 0.44 seconds |
| 201 | 2025-01-25T02:54:58.680Z | Mediators to change: 2 |
| 202 | 2025-01-25T02:54:58.680Z | Create boot environment: No |
| 203 | 2025-01-25T02:54:58.683Z | Create backup boot environment: No |
| 204 | 2025-01-25T02:54:58.759Z | Done |
| 205 | 2025-01-25T02:54:58.759Z | Done |
| 206 | 2025-01-25T02:54:59.132Z | Done |
| 207 | 2025-01-25T02:55:02.886Z | Done |
| 208 | 2025-01-25T02:55:02.981Z | Done |
| 209 | 2025-01-25T02:55:02.984Z | Done |
| 210 | 2025-01-25T02:55:03.111Z | Done |
| 211 | 2025-01-25T02:55:03.740Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-01-25T02:55:03.743Z | Planning: Merging actions ... Done |
| 213 | 2025-01-25T02:55:03.936Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-01-25T02:55:03.939Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-01-25T02:55:04.206Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-01-25T02:55:04.263Z | Planning: Planning completed in 0.77 seconds |
| 217 | 2025-01-25T02:55:04.305Z | Packages to change: 1 |
| 218 | 2025-01-25T02:55:04.310Z | Mediators to change: 1 |
| 219 | 2025-01-25T02:55:04.310Z | Services to change: 1 |
| 220 | 2025-01-25T02:55:04.310Z | Create boot environment: No |
| 221 | 2025-01-25T02:55:04.310Z | Create backup boot environment: Yes |
| 222 | 2025-01-25T02:55:06.560Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-01-25T02:55:06.563Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-01-25T02:55:06.563Z | Done |
| 225 | 2025-01-25T02:55:06.563Z | Done |
| 226 | 2025-01-25T02:55:06.681Z | Done |
| 227 | 2025-01-25T02:55:10.412Z | Done |
| 228 | 2025-01-25T02:55:10.504Z | Done |
| 229 | 2025-01-25T02:55:10.507Z | Done |
| 230 | 2025-01-25T02:55:10.644Z | Done |
| 231 | 2025-01-25T02:55:11.083Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-01-25T02:55:11.083Z | clang system 15 system |
| 233 | 2025-01-25T02:55:11.083Z | csh system system illumos |
| 234 | 2025-01-25T02:55:11.083Z | ctags system system illumos |
| 235 | 2025-01-25T02:55:11.083Z | gcc vendor 12 vendor |
| 236 | 2025-01-25T02:55:11.083Z | gcc system 10 system |
| 237 | 2025-01-25T02:55:11.084Z | gcc system 7 system |
| 238 | 2025-01-25T02:55:11.084Z | go system 1.20 system |
| 239 | 2025-01-25T02:55:11.084Z | go system 1.19 system |
| 240 | 2025-01-25T02:55:11.084Z | llvm system 15 system |
| 241 | 2025-01-25T02:55:11.084Z | llvm system 14 system |
| 242 | 2025-01-25T02:55:11.084Z | mariadb system 10.6 system |
| 243 | 2025-01-25T02:55:11.084Z | mta vendor vendor dma |
| 244 | 2025-01-25T02:55:11.084Z | openjdk system 17 system |
| 245 | 2025-01-25T02:55:11.084Z | openjdk system 11 system |
| 246 | 2025-01-25T02:55:11.084Z | openjdk system 1.8 system |
| 247 | 2025-01-25T02:55:11.084Z | openssl vendor 3 vendor |
| 248 | 2025-01-25T02:55:11.084Z | perl system 5.36 system |
| 249 | 2025-01-25T02:55:11.084Z | postgresql system 15 system |
| 250 | 2025-01-25T02:55:11.084Z | postgresql system 13 system |
| 251 | 2025-01-25T02:55:11.084Z | python vendor 3 vendor |
| 252 | 2025-01-25T02:55:11.084Z | python system 2 system |
| 253 | 2025-01-25T02:55:11.084Z | python3 system 3.11 system |
| 254 | 2025-01-25T02:55:11.084Z | ruby system 3.0 system |
| 255 | 2025-01-25T02:55:11.084Z | words vendor vendor american-english |
| 256 | 2025-01-25T02:55:11.084Z | words system system australian-english |
| 257 | 2025-01-25T02:55:11.084Z | words system system british-english |
| 258 | 2025-01-25T02:55:11.084Z | words system system canadian-english |
| 259 | 2025-01-25T02:55:11.084Z | words system system french |
| 260 | 2025-01-25T02:55:11.084Z | words system system italian |
| 261 | 2025-01-25T02:55:11.084Z | words system system ngerman |
| 262 | 2025-01-25T02:55:11.084Z | words system system ogerman |
| 263 | 2025-01-25T02:55:11.084Z | words system system spanish |
| 264 | 2025-01-25T02:55:11.423Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2025-01-25T02:55:11.423Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2025-01-25T02:55:14.206Z | FMRI IFO |
| 267 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 274 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 277 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2025-01-25T02:55:14.206Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 280 | 2025-01-25T02:55:14.207Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2025-01-25T02:55:14.207Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2025-01-25T02:55:14.980Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2025-01-25T02:55:15.266Z | Updating crates.io index |
| 284 | 2025-01-25T02:55:15.269Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 285 | 2025-01-25T02:55:15.738Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 286 | 2025-01-25T02:55:16.294Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 287 | 2025-01-25T02:55:16.579Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2025-01-25T02:55:16.871Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 289 | 2025-01-25T02:55:17.118Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 290 | 2025-01-25T02:55:18.076Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2025-01-25T02:55:19.709Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2025-01-25T02:55:20.345Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 293 | 2025-01-25T02:55:20.981Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2025-01-25T02:55:21.281Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2025-01-25T02:55:21.565Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2025-01-25T02:55:22.184Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 297 | 2025-01-25T02:55:22.521Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 298 | 2025-01-25T02:55:22.853Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 299 | 2025-01-25T02:55:23.093Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2025-01-25T02:55:23.357Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2025-01-25T02:55:23.661Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2025-01-25T02:55:23.981Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-01-25T02:55:24.255Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 304 | 2025-01-25T02:55:24.561Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 305 | 2025-01-25T02:55:24.930Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 306 | 2025-01-25T02:55:25.454Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 307 | 2025-01-25T02:55:25.753Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 308 | 2025-01-25T02:55:26.201Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 309 | 2025-01-25T02:55:26.624Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 310 | 2025-01-25T02:55:26.996Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 311 | 2025-01-25T02:55:27.250Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 312 | 2025-01-25T02:55:27.518Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 313 | 2025-01-25T02:55:29.002Z | Downloading crates ... |
| 314 | 2025-01-25T02:55:29.077Z | Downloaded autocfg v1.4.0 |
| 315 | 2025-01-25T02:55:29.080Z | Downloaded clap_lex v0.7.2 |
| 316 | 2025-01-25T02:55:29.083Z | Downloaded block-buffer v0.10.4 |
| 317 | 2025-01-25T02:55:29.083Z | Downloaded anstyle-query v1.1.1 |
| 318 | 2025-01-25T02:55:29.086Z | Downloaded cargo_toml v0.20.5 |
| 319 | 2025-01-25T02:55:29.088Z | Downloaded cargo-platform v0.1.8 |
| 320 | 2025-01-25T02:55:29.095Z | Downloaded cfg-if v1.0.0 |
| 321 | 2025-01-25T02:55:29.097Z | Downloaded byteorder v1.5.0 |
| 322 | 2025-01-25T02:55:29.107Z | Downloaded usdt-attr-macro v0.5.0 |
| 323 | 2025-01-25T02:55:29.110Z | Downloaded pretty-hex v0.4.1 |
| 324 | 2025-01-25T02:55:29.118Z | Downloaded equivalent v1.0.1 |
| 325 | 2025-01-25T02:55:29.121Z | Downloaded usdt-macro v0.5.0 |
| 326 | 2025-01-25T02:55:29.121Z | Downloaded swrite v0.1.0 |
| 327 | 2025-01-25T02:55:29.124Z | Downloaded anstyle-parse v0.2.5 |
| 328 | 2025-01-25T02:55:29.127Z | Downloaded dof v0.3.0 |
| 329 | 2025-01-25T02:55:29.127Z | Downloaded crypto-common v0.1.6 |
| 330 | 2025-01-25T02:55:29.129Z | Downloaded heck v0.5.0 |
| 331 | 2025-01-25T02:55:29.133Z | Downloaded serde_tokenstream v0.2.2 |
| 332 | 2025-01-25T02:55:29.137Z | Downloaded pest_generator v2.7.14 |
| 333 | 2025-01-25T02:55:29.137Z | Downloaded camino-tempfile v1.1.1 |
| 334 | 2025-01-25T02:55:29.139Z | Downloaded scroll_derive v0.12.0 |
| 335 | 2025-01-25T02:55:29.152Z | Downloaded dtrace-parser v0.2.0 |
| 336 | 2025-01-25T02:55:29.154Z | Downloaded colorchoice v1.0.2 |
| 337 | 2025-01-25T02:55:29.154Z | Downloaded thread-id v4.2.2 |
| 338 | 2025-01-25T02:55:29.157Z | Downloaded digest v0.10.7 |
| 339 | 2025-01-25T02:55:29.158Z | Downloaded cpufeatures v0.2.14 |
| 340 | 2025-01-25T02:55:29.160Z | Downloaded fs-err v2.11.0 |
| 341 | 2025-01-25T02:55:29.160Z | Downloaded strsim v0.11.1 |
| 342 | 2025-01-25T02:55:29.163Z | Downloaded errno v0.3.9 |
| 343 | 2025-01-25T02:55:29.163Z | Downloaded anstyle v1.0.10 |
| 344 | 2025-01-25T02:55:29.166Z | Downloaded smawk v0.3.2 |
| 345 | 2025-01-25T02:55:29.166Z | Downloaded plain v0.2.3 |
| 346 | 2025-01-25T02:55:29.173Z | Downloaded clap_derive v4.5.18 |
| 347 | 2025-01-25T02:55:29.176Z | Downloaded serde_spanned v0.6.8 |
| 348 | 2025-01-25T02:55:29.178Z | Downloaded generic-array v0.14.7 |
| 349 | 2025-01-25T02:55:29.178Z | Downloaded bytecount v0.6.8 |
| 350 | 2025-01-25T02:55:29.181Z | Downloaded semver v1.0.24 |
| 351 | 2025-01-25T02:55:29.184Z | Downloaded bitflags v2.6.0 |
| 352 | 2025-01-25T02:55:29.187Z | Downloaded proc-macro-error-attr v1.0.4 |
| 353 | 2025-01-25T02:55:29.191Z | Downloaded tabled_derive v0.7.0 |
| 354 | 2025-01-25T02:55:29.193Z | Downloaded thiserror-impl v1.0.69 |
| 355 | 2025-01-25T02:55:29.196Z | Downloaded toml_datetime v0.6.8 |
| 356 | 2025-01-25T02:55:29.199Z | Downloaded thiserror v1.0.69 |
| 357 | 2025-01-25T02:55:29.204Z | Downloaded version_check v0.9.5 |
| 358 | 2025-01-25T02:55:29.207Z | Downloaded memmap v0.7.0 |
| 359 | 2025-01-25T02:55:29.207Z | Downloaded heck v0.4.1 |
| 360 | 2025-01-25T02:55:29.210Z | Downloaded fastrand v2.1.1 |
| 361 | 2025-01-25T02:55:29.210Z | Downloaded cargo_metadata v0.18.1 |
| 362 | 2025-01-25T02:55:29.213Z | Downloaded anstream v0.6.15 |
| 363 | 2025-01-25T02:55:29.216Z | Downloaded utf8parse v0.2.2 |
| 364 | 2025-01-25T02:55:29.216Z | Downloaded fnv v1.0.7 |
| 365 | 2025-01-25T02:55:29.216Z | Downloaded usdt-impl v0.5.0 |
| 366 | 2025-01-25T02:55:29.218Z | Downloaded macaddr v1.0.1 |
| 367 | 2025-01-25T02:55:29.218Z | Downloaded camino v1.1.9 |
| 368 | 2025-01-25T02:55:29.221Z | Downloaded itoa v1.0.11 |
| 369 | 2025-01-25T02:55:29.224Z | Downloaded anyhow v1.0.93 |
| 370 | 2025-01-25T02:55:29.226Z | Downloaded usdt v0.5.0 |
| 371 | 2025-01-25T02:55:29.229Z | Downloaded unicode-linebreak v0.1.5 |
| 372 | 2025-01-25T02:55:29.229Z | Downloaded ucd-trie v0.1.7 |
| 373 | 2025-01-25T02:55:29.232Z | Downloaded terminal_size v0.4.0 |
| 374 | 2025-01-25T02:55:29.232Z | Downloaded ryu v1.0.18 |
| 375 | 2025-01-25T02:55:29.235Z | Downloaded quote v1.0.38 |
| 376 | 2025-01-25T02:55:29.238Z | Downloaded proc-macro-error v1.0.4 |
| 377 | 2025-01-25T02:55:29.241Z | Downloaded log v0.4.22 |
| 378 | 2025-01-25T02:55:29.243Z | Downloaded pest_derive v2.7.14 |
| 379 | 2025-01-25T02:55:29.246Z | Downloaded is_terminal_polyfill v1.70.1 |
| 380 | 2025-01-25T02:55:29.246Z | Downloaded tempfile v3.13.0 |
| 381 | 2025-01-25T02:55:29.249Z | Downloaded sha2 v0.10.8 |
| 382 | 2025-01-25T02:55:29.251Z | Downloaded clap v4.5.21 |
| 383 | 2025-01-25T02:55:29.257Z | Downloaded proc-macro2 v1.0.92 |
| 384 | 2025-01-25T02:55:29.260Z | Downloaded unicode-ident v1.0.14 |
| 385 | 2025-01-25T02:55:29.263Z | Downloaded scroll v0.12.0 |
| 386 | 2025-01-25T02:55:29.265Z | Downloaded pest_meta v2.7.14 |
| 387 | 2025-01-25T02:55:29.268Z | Downloaded once_cell v1.20.2 |
| 388 | 2025-01-25T02:55:29.271Z | Downloaded typenum v1.17.0 |
| 389 | 2025-01-25T02:55:29.273Z | Downloaded zerocopy-derive v0.7.35 |
| 390 | 2025-01-25T02:55:29.277Z | Downloaded textwrap v0.16.1 |
| 391 | 2025-01-25T02:55:29.280Z | Downloaded toml v0.8.19 |
| 392 | 2025-01-25T02:55:29.285Z | Downloaded papergrid v0.11.0 |
| 393 | 2025-01-25T02:55:29.294Z | Downloaded indexmap v2.7.0 |
| 394 | 2025-01-25T02:55:29.299Z | Downloaded serde v1.0.217 |
| 395 | 2025-01-25T02:55:29.302Z | Downloaded serde_derive v1.0.217 |
| 396 | 2025-01-25T02:55:29.328Z | Downloaded memchr v2.7.4 |
| 397 | 2025-01-25T02:55:29.334Z | Downloaded toml_edit v0.22.22 |
| 398 | 2025-01-25T02:55:29.356Z | Downloaded pest v2.7.14 |
| 399 | 2025-01-25T02:55:29.360Z | Downloaded clap_builder v4.5.21 |
| 400 | 2025-01-25T02:55:29.367Z | Downloaded hashbrown v0.15.1 |
| 401 | 2025-01-25T02:55:29.374Z | Downloaded zerocopy v0.7.35 |
| 402 | 2025-01-25T02:55:29.389Z | Downloaded serde_json v1.0.135 |
| 403 | 2025-01-25T02:55:29.395Z | Downloaded winnow v0.6.20 |
| 404 | 2025-01-25T02:55:29.404Z | Downloaded tabled v0.15.0 |
| 405 | 2025-01-25T02:55:29.418Z | Downloaded goblin v0.8.2 |
| 406 | 2025-01-25T02:55:29.424Z | Downloaded syn v1.0.109 |
| 407 | 2025-01-25T02:55:29.434Z | Downloaded unicode-width v0.1.14 |
| 408 | 2025-01-25T02:55:29.439Z | Downloaded syn v2.0.96 |
| 409 | 2025-01-25T02:55:29.459Z | Downloaded rustix v0.38.37 |
| 410 | 2025-01-25T02:55:29.491Z | Downloaded libc v0.2.169 |
| 411 | 2025-01-25T02:55:29.801Z | Compiling proc-macro2 v1.0.92 |
| 412 | 2025-01-25T02:55:29.801Z | Compiling unicode-ident v1.0.14 |
| 413 | 2025-01-25T02:55:29.804Z | Compiling version_check v0.9.5 |
| 414 | 2025-01-25T02:55:29.805Z | Compiling serde v1.0.217 |
| 415 | 2025-01-25T02:55:29.805Z | Compiling thiserror v1.0.69 |
| 416 | 2025-01-25T02:55:29.805Z | Compiling memchr v2.7.4 |
| 417 | 2025-01-25T02:55:29.805Z | Compiling libc v0.2.169 |
| 418 | 2025-01-25T02:55:29.805Z | Compiling ryu v1.0.18 |
| 419 | 2025-01-25T02:55:30.072Z | Compiling itoa v1.0.11 |
| 420 | 2025-01-25T02:55:30.310Z | Compiling ucd-trie v0.1.7 |
| 421 | 2025-01-25T02:55:30.543Z | Compiling once_cell v1.20.2 |
| 422 | 2025-01-25T02:55:30.828Z | Compiling byteorder v1.5.0 |
| 423 | 2025-01-25T02:55:30.833Z | Compiling serde_json v1.0.135 |
| 424 | 2025-01-25T02:55:30.945Z | Compiling rustix v0.38.37 |
| 425 | 2025-01-25T02:55:31.211Z | Compiling bitflags v2.6.0 |
| 426 | 2025-01-25T02:55:31.253Z | Compiling usdt-impl v0.5.0 |
| 427 | 2025-01-25T02:55:31.304Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2025-01-25T02:55:31.463Z | Compiling syn v1.0.109 |
| 429 | 2025-01-25T02:55:31.628Z | Compiling proc-macro-error v1.0.4 |
| 430 | 2025-01-25T02:55:31.699Z | Compiling plain v0.2.3 |
| 431 | 2025-01-25T02:55:31.748Z | Compiling hashbrown v0.15.1 |
| 432 | 2025-01-25T02:55:31.785Z | Compiling utf8parse v0.2.2 |
| 433 | 2025-01-25T02:55:31.861Z | Compiling log v0.4.22 |
| 434 | 2025-01-25T02:55:31.956Z | Compiling quote v1.0.38 |
| 435 | 2025-01-25T02:55:31.982Z | Compiling errno v0.3.9 |
| 436 | 2025-01-25T02:55:32.087Z | Compiling equivalent v1.0.1 |
| 437 | 2025-01-25T02:55:32.130Z | Compiling camino v1.1.9 |
| 438 | 2025-01-25T02:55:32.257Z | Compiling anstyle-parse v0.2.5 |
| 439 | 2025-01-25T02:55:32.353Z | Compiling syn v2.0.96 |
| 440 | 2025-01-25T02:55:32.394Z | Compiling thread-id v4.2.2 |
| 441 | 2025-01-25T02:55:32.617Z | Compiling anstyle v1.0.10 |
| 442 | 2025-01-25T02:55:32.780Z | Compiling indexmap v2.7.0 |
| 443 | 2025-01-25T02:55:32.807Z | Compiling colorchoice v1.0.2 |
| 444 | 2025-01-25T02:55:32.934Z | Compiling autocfg v1.4.0 |
| 445 | 2025-01-25T02:55:32.990Z | Compiling winnow v0.6.20 |
| 446 | 2025-01-25T02:55:33.021Z | Compiling anstyle-query v1.1.1 |
| 447 | 2025-01-25T02:55:33.183Z | Compiling semver v1.0.24 |
| 448 | 2025-01-25T02:55:33.395Z | Compiling pretty-hex v0.4.1 |
| 449 | 2025-01-25T02:55:33.618Z | Compiling is_terminal_polyfill v1.70.1 |
| 450 | 2025-01-25T02:55:33.668Z | Compiling unicode-width v0.1.14 |
| 451 | 2025-01-25T02:55:33.767Z | Compiling anstream v0.6.15 |
| 452 | 2025-01-25T02:55:33.935Z | Compiling fs-err v2.11.0 |
| 453 | 2025-01-25T02:55:34.205Z | Compiling terminal_size v0.4.0 |
| 454 | 2025-01-25T02:55:34.258Z | Compiling heck v0.4.1 |
| 455 | 2025-01-25T02:55:34.371Z | Compiling fnv v1.0.7 |
| 456 | 2025-01-25T02:55:34.420Z | Compiling clap_lex v0.7.2 |
| 457 | 2025-01-25T02:55:34.444Z | Compiling strsim v0.11.1 |
| 458 | 2025-01-25T02:55:34.674Z | Compiling fastrand v2.1.1 |
| 459 | 2025-01-25T02:55:34.771Z | Compiling anyhow v1.0.93 |
| 460 | 2025-01-25T02:55:34.880Z | Compiling cfg-if v1.0.0 |
| 461 | 2025-01-25T02:55:34.939Z | Compiling heck v0.5.0 |
| 462 | 2025-01-25T02:55:34.993Z | Compiling bytecount v0.6.8 |
| 463 | 2025-01-25T02:55:35.178Z | Compiling papergrid v0.11.0 |
| 464 | 2025-01-25T02:55:35.231Z | Compiling tempfile v3.13.0 |
| 465 | 2025-01-25T02:55:35.461Z | Compiling clap_builder v4.5.21 |
| 466 | 2025-01-25T02:55:35.847Z | Compiling memmap v0.7.0 |
| 467 | 2025-01-25T02:55:35.942Z | Compiling smawk v0.3.2 |
| 468 | 2025-01-25T02:55:36.062Z | Compiling unicode-linebreak v0.1.5 |
| 469 | 2025-01-25T02:55:36.339Z | Compiling swrite v0.1.0 |
| 470 | 2025-01-25T02:55:36.489Z | Compiling textwrap v0.16.1 |
| 471 | 2025-01-25T02:55:37.312Z | Compiling tabled_derive v0.7.0 |
| 472 | 2025-01-25T02:55:38.602Z | Compiling tabled v0.15.0 |
| 473 | 2025-01-25T02:55:39.120Z | Compiling serde_derive v1.0.217 |
| 474 | 2025-01-25T02:55:39.120Z | Compiling thiserror-impl v1.0.69 |
| 475 | 2025-01-25T02:55:39.122Z | Compiling zerocopy-derive v0.7.35 |
| 476 | 2025-01-25T02:55:39.123Z | Compiling scroll_derive v0.12.0 |
| 477 | 2025-01-25T02:55:39.360Z | Compiling clap_derive v4.5.18 |
| 478 | 2025-01-25T02:55:40.523Z | Compiling scroll v0.12.0 |
| 479 | 2025-01-25T02:55:41.043Z | Compiling goblin v0.8.2 |
| 480 | 2025-01-25T02:55:41.089Z | Compiling zerocopy v0.7.35 |
| 481 | 2025-01-25T02:55:42.022Z | Compiling pest v2.7.14 |
| 482 | 2025-01-25T02:55:42.846Z | Compiling clap v4.5.21 |
| 483 | 2025-01-25T02:55:44.115Z | Compiling pest_meta v2.7.14 |
| 484 | 2025-01-25T02:55:44.983Z | Compiling pest_generator v2.7.14 |
| 485 | 2025-01-25T02:55:46.413Z | Compiling pest_derive v2.7.14 |
| 486 | 2025-01-25T02:55:47.040Z | Compiling dtrace-parser v0.2.0 |
| 487 | 2025-01-25T02:55:47.844Z | Compiling serde_tokenstream v0.2.2 |
| 488 | 2025-01-25T02:55:47.887Z | Compiling serde_spanned v0.6.8 |
| 489 | 2025-01-25T02:55:47.890Z | Compiling toml_datetime v0.6.8 |
| 490 | 2025-01-25T02:55:48.043Z | Compiling cargo-platform v0.1.8 |
| 491 | 2025-01-25T02:55:48.207Z | Compiling toml_edit v0.22.22 |
| 492 | 2025-01-25T02:55:48.395Z | Compiling macaddr v1.0.1 |
| 493 | 2025-01-25T02:55:48.510Z | Compiling camino-tempfile v1.1.1 |
| 494 | 2025-01-25T02:55:49.226Z | Compiling dof v0.3.0 |
| 495 | 2025-01-25T02:55:49.341Z | Compiling cargo_metadata v0.18.1 |
| 496 | 2025-01-25T02:55:50.609Z | Compiling usdt-macro v0.5.0 |
| 497 | 2025-01-25T02:55:50.609Z | Compiling usdt-attr-macro v0.5.0 |
| 498 | 2025-01-25T02:55:50.950Z | Compiling toml v0.8.19 |
| 499 | 2025-01-25T02:55:51.737Z | Compiling cargo_toml v0.20.5 |
| 500 | 2025-01-25T02:55:51.764Z | Compiling usdt v0.5.0 |
| 501 | 2025-01-25T02:55:54.496Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 502 | 2025-01-25T02:55:57.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.95s |
| 503 | 2025-01-25T02:55:57.983Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 504 | 2025-01-25T02:55:58.538Z | Downloading crates ... |
| 505 | 2025-01-25T02:55:58.674Z | Downloaded base64 v0.21.7 |
| 506 | 2025-01-25T02:55:58.679Z | Downloaded hostname v0.3.1 |
| 507 | 2025-01-25T02:55:58.682Z | Downloaded ident_case v1.0.1 |
| 508 | 2025-01-25T02:55:58.685Z | Downloaded hex-literal v0.4.1 |
| 509 | 2025-01-25T02:55:58.687Z | Downloaded hex v0.4.3 |
| 510 | 2025-01-25T02:55:58.687Z | Downloaded atomicwrites v0.4.4 |
| 511 | 2025-01-25T02:55:58.690Z | Downloaded headers-core v0.3.0 |
| 512 | 2025-01-25T02:55:58.690Z | Downloaded atty v0.2.14 |
| 513 | 2025-01-25T02:55:58.693Z | Downloaded crucible-workspace-hack v0.1.0 |
| 514 | 2025-01-25T02:55:58.696Z | Downloaded hostname v0.4.0 |
| 515 | 2025-01-25T02:55:58.698Z | Downloaded http-body v1.0.1 |
| 516 | 2025-01-25T02:55:58.701Z | Downloaded matches v0.1.10 |
| 517 | 2025-01-25T02:55:58.704Z | Downloaded is-terminal v0.4.13 |
| 518 | 2025-01-25T02:55:58.707Z | Downloaded home v0.5.9 |
| 519 | 2025-01-25T02:55:58.707Z | Downloaded heck v0.3.3 |
| 520 | 2025-01-25T02:55:58.711Z | Downloaded cstr-argument v0.1.2 |
| 521 | 2025-01-25T02:55:58.711Z | Downloaded http-body-util v0.1.2 |
| 522 | 2025-01-25T02:55:58.714Z | Downloaded cfg_aliases v0.1.1 |
| 523 | 2025-01-25T02:55:58.714Z | Downloaded internet-checksum v0.2.1 |
| 524 | 2025-01-25T02:55:58.714Z | Downloaded async-stream-impl v0.3.6 |
| 525 | 2025-01-25T02:55:58.717Z | Downloaded hubpack_derive v0.1.1 |
| 526 | 2025-01-25T02:55:58.721Z | Downloaded crunchy v0.2.2 |
| 527 | 2025-01-25T02:55:58.725Z | Downloaded icu_provider_macros v1.5.0 |
| 528 | 2025-01-25T02:55:58.725Z | Downloaded ciborium-io v0.2.2 |
| 529 | 2025-01-25T02:55:58.728Z | Downloaded cfg_aliases v0.2.1 |
| 530 | 2025-01-25T02:55:58.728Z | Downloaded is_ci v1.2.0 |
| 531 | 2025-01-25T02:55:58.728Z | Downloaded instant v0.1.13 |
| 532 | 2025-01-25T02:55:58.730Z | Downloaded lru v0.12.5 |
| 533 | 2025-01-25T02:55:58.733Z | Downloaded bit-set v0.5.3 |
| 534 | 2025-01-25T02:55:58.733Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 535 | 2025-01-25T02:55:58.736Z | Downloaded lazycell v1.3.0 |
| 536 | 2025-01-25T02:55:58.738Z | Downloaded chacha20 v0.9.1 |
| 537 | 2025-01-25T02:55:58.741Z | Downloaded idna_adapter v1.2.0 |
| 538 | 2025-01-25T02:55:58.741Z | Downloaded hyper-tls v0.6.0 |
| 539 | 2025-01-25T02:55:58.744Z | Downloaded mime v0.3.17 |
| 540 | 2025-01-25T02:55:58.746Z | Downloaded cbc v0.1.2 |
| 541 | 2025-01-25T02:55:58.746Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 542 | 2025-01-25T02:55:58.749Z | Downloaded bcs v0.1.6 |
| 543 | 2025-01-25T02:55:58.752Z | Downloaded bb8 v0.8.5 |
| 544 | 2025-01-25T02:55:58.755Z | Downloaded darling v0.20.10 |
| 545 | 2025-01-25T02:55:58.757Z | Downloaded progenitor-client v0.9.1 |
| 546 | 2025-01-25T02:55:58.761Z | Downloaded match_cfg v0.1.0 |
| 547 | 2025-01-25T02:55:58.761Z | Downloaded crc v3.2.1 |
| 548 | 2025-01-25T02:55:58.764Z | Downloaded maybe-uninit v2.0.0 |
| 549 | 2025-01-25T02:55:58.767Z | Downloaded crossbeam-deque v0.8.5 |
| 550 | 2025-01-25T02:55:58.767Z | Downloaded md5 v0.7.0 |
| 551 | 2025-01-25T02:55:58.769Z | Downloaded bitfield v0.14.0 |
| 552 | 2025-01-25T02:55:58.772Z | Downloaded linked-hash-map v0.5.6 |
| 553 | 2025-01-25T02:55:58.774Z | Downloaded ctr v0.9.2 |
| 554 | 2025-01-25T02:55:58.777Z | Downloaded managed v0.8.0 |
| 555 | 2025-01-25T02:55:58.777Z | Downloaded colored v2.1.0 |
| 556 | 2025-01-25T02:55:58.780Z | Downloaded progenitor-client v0.8.0 |
| 557 | 2025-01-25T02:55:58.782Z | Downloaded chrono-tz-build v0.4.0 |
| 558 | 2025-01-25T02:55:58.782Z | Downloaded array-init v0.0.4 |
| 559 | 2025-01-25T02:55:58.785Z | Downloaded lazy_static v1.5.0 |
| 560 | 2025-01-25T02:55:58.788Z | Downloaded lalrpop-util v0.19.12 |
| 561 | 2025-01-25T02:55:58.788Z | Downloaded humantime v2.1.0 |
| 562 | 2025-01-25T02:55:58.790Z | Downloaded hickory-client v0.24.1 |
| 563 | 2025-01-25T02:55:58.793Z | Downloaded httparse v1.9.5 |
| 564 | 2025-01-25T02:55:58.796Z | Downloaded lru-cache v0.1.2 |
| 565 | 2025-01-25T02:55:58.802Z | Downloaded addr2line v0.24.2 |
| 566 | 2025-01-25T02:55:58.805Z | Downloaded linear-map v1.2.0 |
| 567 | 2025-01-25T02:55:58.805Z | Downloaded kstat-rs v0.2.4 |
| 568 | 2025-01-25T02:55:58.805Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 569 | 2025-01-25T02:55:58.808Z | Downloaded libloading v0.8.5 |
| 570 | 2025-01-25T02:55:58.811Z | Downloaded progenitor v0.9.1 |
| 571 | 2025-01-25T02:55:58.813Z | Downloaded indent_write v2.2.0 |
| 572 | 2025-01-25T02:55:58.816Z | Downloaded highway v1.2.0 |
| 573 | 2025-01-25T02:55:58.819Z | Downloaded radium v0.7.0 |
| 574 | 2025-01-25T02:55:58.824Z | Downloaded base64ct v1.6.0 |
| 575 | 2025-01-25T02:55:58.830Z | Downloaded iana-time-zone v0.1.61 |
| 576 | 2025-01-25T02:55:58.830Z | Downloaded hyper-rustls v0.27.3 |
| 577 | 2025-01-25T02:55:58.832Z | Downloaded rand_seeder v0.3.0 |
| 578 | 2025-01-25T02:55:58.833Z | Downloaded memmap2 v0.9.5 |
| 579 | 2025-01-25T02:55:58.837Z | Downloaded icu_provider v1.5.0 |
| 580 | 2025-01-25T02:55:58.839Z | Downloaded backoff v0.4.0 |
| 581 | 2025-01-25T02:55:58.842Z | Downloaded write16 v1.0.0 |
| 582 | 2025-01-25T02:55:58.842Z | Downloaded termtree v0.4.1 |
| 583 | 2025-01-25T02:55:58.846Z | Downloaded rustls-pemfile v1.0.4 |
| 584 | 2025-01-25T02:55:58.849Z | Downloaded mime_guess v2.0.5 |
| 585 | 2025-01-25T02:55:58.849Z | Downloaded csv-core v0.1.11 |
| 586 | 2025-01-25T02:55:58.851Z | Downloaded rustc-hash v2.0.0 |
| 587 | 2025-01-25T02:55:58.854Z | Downloaded crc32fast v1.4.2 |
| 588 | 2025-01-25T02:55:58.857Z | Downloaded rtoolbox v0.0.2 |
| 589 | 2025-01-25T02:55:58.857Z | Downloaded async-bb8-diesel v0.2.1 |
| 590 | 2025-01-25T02:55:58.859Z | Downloaded scrypt v0.11.0 |
| 591 | 2025-01-25T02:55:58.862Z | Downloaded slog-json v2.6.1 |
| 592 | 2025-01-25T02:55:58.864Z | Downloaded signal-hook-registry v1.4.2 |
| 593 | 2025-01-25T02:55:58.867Z | Downloaded static_assertions v1.1.0 |
| 594 | 2025-01-25T02:55:58.867Z | Downloaded stable_deref_trait v1.2.0 |
| 595 | 2025-01-25T02:55:58.870Z | Downloaded zone_cfg_derive v0.3.0 |
| 596 | 2025-01-25T02:55:58.870Z | Downloaded zone_cfg_derive v0.1.2 |
| 597 | 2025-01-25T02:55:58.873Z | Downloaded base64 v0.22.1 |
| 598 | 2025-01-25T02:55:58.876Z | Downloaded newtype_derive v0.1.6 |
| 599 | 2025-01-25T02:55:58.878Z | Downloaded foreign-types v0.3.2 |
| 600 | 2025-01-25T02:55:58.878Z | Downloaded multimap v0.10.0 |
| 601 | 2025-01-25T02:55:58.881Z | Downloaded number_prefix v0.4.0 |
| 602 | 2025-01-25T02:55:58.881Z | Downloaded serde-hex v0.1.0 |
| 603 | 2025-01-25T02:55:58.884Z | Downloaded icu_properties v1.5.1 |
| 604 | 2025-01-25T02:55:58.887Z | Downloaded openssl-macros v0.1.1 |
| 605 | 2025-01-25T02:55:58.890Z | Downloaded ahash v0.8.11 |
| 606 | 2025-01-25T02:55:58.893Z | Downloaded rustls-pemfile v2.2.0 |
| 607 | 2025-01-25T02:55:58.896Z | Downloaded strum v0.26.3 |
| 608 | 2025-01-25T02:55:58.899Z | Downloaded cookie v0.18.1 |
| 609 | 2025-01-25T02:55:58.901Z | Downloaded opaque-debug v0.3.1 |
| 610 | 2025-01-25T02:55:58.901Z | Downloaded strum_macros v0.24.3 |
| 611 | 2025-01-25T02:55:58.904Z | Downloaded peg-runtime v0.8.3 |
| 612 | 2025-01-25T02:55:58.908Z | Downloaded writeable v0.5.5 |
| 613 | 2025-01-25T02:55:58.911Z | Downloaded untrusted v0.7.1 |
| 614 | 2025-01-25T02:55:58.911Z | Downloaded unarray v0.1.4 |
| 615 | 2025-01-25T02:55:58.911Z | Downloaded crossbeam-utils v0.8.20 |
| 616 | 2025-01-25T02:55:58.914Z | Downloaded dyn-clone v1.0.17 |
| 617 | 2025-01-25T02:55:58.917Z | Downloaded futures-core v0.3.31 |
| 618 | 2025-01-25T02:55:58.920Z | Downloaded crossbeam-epoch v0.9.18 |
| 619 | 2025-01-25T02:55:58.922Z | Downloaded bytes v1.9.0 |
| 620 | 2025-01-25T02:55:58.927Z | Downloaded precomputed-hash v0.1.1 |
| 621 | 2025-01-25T02:55:58.930Z | Downloaded russh-cryptovec v0.7.3 |
| 622 | 2025-01-25T02:55:58.930Z | Downloaded zone v0.3.0 |
| 623 | 2025-01-25T02:55:58.930Z | Downloaded which v4.4.2 |
| 624 | 2025-01-25T02:55:58.933Z | Downloaded indexmap v1.9.3 |
| 625 | 2025-01-25T02:55:58.937Z | Downloaded foreign-types v0.5.0 |
| 626 | 2025-01-25T02:55:58.940Z | Downloaded embedded-io v0.4.0 |
| 627 | 2025-01-25T02:55:58.940Z | Downloaded nibble_vec v0.1.0 |
| 628 | 2025-01-25T02:55:58.943Z | Downloaded console v0.15.8 |
| 629 | 2025-01-25T02:55:58.946Z | Downloaded spin v0.9.8 |
| 630 | 2025-01-25T02:55:58.950Z | Downloaded tokio-native-tls v0.3.1 |
| 631 | 2025-01-25T02:55:58.961Z | Downloaded crc-any v2.5.0 |
| 632 | 2025-01-25T02:55:58.961Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 633 | 2025-01-25T02:55:58.961Z | Downloaded whoami v1.5.2 |
| 634 | 2025-01-25T02:55:58.961Z | Downloaded newtype-uuid v1.2.1 |
| 635 | 2025-01-25T02:55:58.964Z | Downloaded rustls-pki-types v1.10.0 |
| 636 | 2025-01-25T02:55:58.964Z | Downloaded proc-macro-crate v1.3.1 |
| 637 | 2025-01-25T02:55:58.964Z | Downloaded pbkdf2 v0.12.2 |
| 638 | 2025-01-25T02:55:58.967Z | Downloaded display-error-chain v0.2.2 |
| 639 | 2025-01-25T02:55:58.969Z | Downloaded derive_builder_macro v0.20.2 |
| 640 | 2025-01-25T02:55:58.970Z | Downloaded const-oid v0.9.6 |
| 641 | 2025-01-25T02:55:58.972Z | Downloaded backtrace v0.3.74 |
| 642 | 2025-01-25T02:55:58.978Z | Downloaded rustc_version v0.1.7 |
| 643 | 2025-01-25T02:55:58.981Z | Downloaded psl-types v2.0.11 |
| 644 | 2025-01-25T02:55:58.981Z | Downloaded futures-channel v0.3.31 |
| 645 | 2025-01-25T02:55:58.983Z | Downloaded displaydoc v0.2.5 |
| 646 | 2025-01-25T02:55:58.986Z | Downloaded num-conv v0.1.0 |
| 647 | 2025-01-25T02:55:58.989Z | Downloaded deranged v0.3.11 |
| 648 | 2025-01-25T02:55:58.992Z | Downloaded foreign-types-macros v0.2.3 |
| 649 | 2025-01-25T02:55:58.992Z | Downloaded fxhash v0.2.1 |
| 650 | 2025-01-25T02:55:58.995Z | Downloaded progenitor-impl v0.8.0 |
| 651 | 2025-01-25T02:55:58.995Z | Downloaded serde_plain v1.0.2 |
| 652 | 2025-01-25T02:55:58.998Z | Downloaded serde_urlencoded v0.7.1 |
| 653 | 2025-01-25T02:55:59.001Z | Downloaded structmeta v0.3.0 |
| 654 | 2025-01-25T02:55:59.001Z | Downloaded structmeta v0.2.0 |
| 655 | 2025-01-25T02:55:59.004Z | Downloaded strip-ansi-escapes v0.2.0 |
| 656 | 2025-01-25T02:55:59.004Z | Downloaded peg-macros v0.8.4 |
| 657 | 2025-01-25T02:55:59.008Z | Downloaded vergen v8.3.2 |
| 658 | 2025-01-25T02:55:59.011Z | Downloaded crypto-bigint v0.5.5 |
| 659 | 2025-01-25T02:55:59.019Z | Downloaded path-slash v0.1.5 |
| 660 | 2025-01-25T02:55:59.022Z | Downloaded utf8_iter v1.0.4 |
| 661 | 2025-01-25T02:55:59.022Z | Downloaded thread_local v1.1.8 |
| 662 | 2025-01-25T02:55:59.025Z | Downloaded utf16_iter v1.0.5 |
| 663 | 2025-01-25T02:55:59.027Z | Downloaded tinyvec v1.8.0 |
| 664 | 2025-01-25T02:55:59.030Z | Downloaded xz2 v0.1.7 |
| 665 | 2025-01-25T02:55:59.033Z | Downloaded xattr v1.3.1 |
| 666 | 2025-01-25T02:55:59.036Z | Downloaded rustc-demangle v0.1.24 |
| 667 | 2025-01-25T02:55:59.038Z | Downloaded unsafe-libyaml v0.2.11 |
| 668 | 2025-01-25T02:55:59.041Z | Downloaded zeroize_derive v1.4.2 |
| 669 | 2025-01-25T02:55:59.044Z | Downloaded env_logger v0.11.5 |
| 670 | 2025-01-25T02:55:59.046Z | Downloaded mirai-annotations v1.12.0 |
| 671 | 2025-01-25T02:55:59.046Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 672 | 2025-01-25T02:55:59.049Z | Downloaded fallible-iterator v0.3.0 |
| 673 | 2025-01-25T02:55:59.062Z | Downloaded try-lock v0.2.5 |
| 674 | 2025-01-25T02:55:59.065Z | Downloaded tokio-rustls v0.25.0 |
| 675 | 2025-01-25T02:55:59.068Z | Downloaded miniz_oxide v0.8.0 |
| 676 | 2025-01-25T02:55:59.071Z | Downloaded pkcs5 v0.7.1 |
| 677 | 2025-01-25T02:55:59.073Z | Downloaded endian-type v0.1.2 |
| 678 | 2025-01-25T02:55:59.076Z | Downloaded darling_macro v0.20.10 |
| 679 | 2025-01-25T02:55:59.076Z | Downloaded tokio-tungstenite v0.21.0 |
| 680 | 2025-01-25T02:55:59.079Z | Downloaded derive-where v1.2.7 |
| 681 | 2025-01-25T02:55:59.083Z | Downloaded num v0.4.3 |
| 682 | 2025-01-25T02:55:59.085Z | Downloaded thiserror-no-std v2.0.2 |
| 683 | 2025-01-25T02:55:59.089Z | Downloaded predicates v3.1.2 |
| 684 | 2025-01-25T02:55:59.092Z | Downloaded foreign-types-shared v0.1.1 |
| 685 | 2025-01-25T02:55:59.095Z | Downloaded futures v0.3.31 |
| 686 | 2025-01-25T02:55:59.100Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 687 | 2025-01-25T02:55:59.102Z | Downloaded ref-cast-impl v1.0.23 |
| 688 | 2025-01-25T02:55:59.102Z | Downloaded ref-cast v1.0.23 |
| 689 | 2025-01-25T02:55:59.105Z | Downloaded foreign-types-shared v0.3.1 |
| 690 | 2025-01-25T02:55:59.113Z | Downloaded uuid v1.12.0 |
| 691 | 2025-01-25T02:55:59.115Z | Downloaded pretty-hex v0.2.1 |
| 692 | 2025-01-25T02:55:59.115Z | Downloaded signal-hook-tokio v0.3.1 |
| 693 | 2025-01-25T02:55:59.115Z | Downloaded tiny-keccak v2.0.2 |
| 694 | 2025-01-25T02:55:59.118Z | Downloaded schemars_derive v0.8.21 |
| 695 | 2025-01-25T02:55:59.121Z | Downloaded scheduled-thread-pool v0.2.7 |
| 696 | 2025-01-25T02:55:59.121Z | Downloaded tungstenite v0.23.0 |
| 697 | 2025-01-25T02:55:59.125Z | Downloaded utf-8 v0.7.6 |
| 698 | 2025-01-25T02:55:59.128Z | Downloaded globset v0.4.15 |
| 699 | 2025-01-25T02:55:59.131Z | Downloaded salsa20 v0.10.2 |
| 700 | 2025-01-25T02:55:59.131Z | Downloaded num-complex v0.4.6 |
| 701 | 2025-01-25T02:55:59.133Z | Downloaded const_format v0.2.33 |
| 702 | 2025-01-25T02:55:59.138Z | Downloaded pin-project-internal v1.1.6 |
| 703 | 2025-01-25T02:55:59.141Z | Downloaded form_urlencoded v1.2.1 |
| 704 | 2025-01-25T02:55:59.143Z | Downloaded derive_more v0.99.18 |
| 705 | 2025-01-25T02:55:59.148Z | Downloaded packed_struct_codegen v0.10.1 |
| 706 | 2025-01-25T02:55:59.151Z | Downloaded untrusted v0.9.0 |
| 707 | 2025-01-25T02:55:59.154Z | Downloaded quinn-udp v0.5.5 |
| 708 | 2025-01-25T02:55:59.156Z | Downloaded waitgroup v0.1.2 |
| 709 | 2025-01-25T02:55:59.156Z | Downloaded qorb v0.2.1 |
| 710 | 2025-01-25T02:55:59.161Z | Downloaded hash32 v0.2.1 |
| 711 | 2025-01-25T02:55:59.163Z | Downloaded downcast v0.11.0 |
| 712 | 2025-01-25T02:55:59.166Z | Downloaded dhcproto-macros v0.1.0 |
| 713 | 2025-01-25T02:55:59.166Z | Downloaded vte_generate_state_changes v0.1.2 |
| 714 | 2025-01-25T02:55:59.166Z | Downloaded packed_struct v0.10.1 |
| 715 | 2025-01-25T02:55:59.169Z | Downloaded value-bag v1.9.0 |
| 716 | 2025-01-25T02:55:59.172Z | Downloaded signature v2.2.0 |
| 717 | 2025-01-25T02:55:59.175Z | Downloaded phf_shared v0.11.2 |
| 718 | 2025-01-25T02:55:59.175Z | Downloaded time-macros v0.2.18 |
| 719 | 2025-01-25T02:55:59.177Z | Downloaded subtle v2.6.1 |
| 720 | 2025-01-25T02:55:59.180Z | Downloaded password-hash v0.5.0 |
| 721 | 2025-01-25T02:55:59.183Z | Downloaded vsss-rs v3.3.4 |
| 722 | 2025-01-25T02:55:59.185Z | Downloaded ecdsa v0.16.9 |
| 723 | 2025-01-25T02:55:59.188Z | Downloaded signal-hook v0.3.17 |
| 724 | 2025-01-25T02:55:59.192Z | Downloaded expectorate v1.1.0 |
| 725 | 2025-01-25T02:55:59.195Z | Downloaded ssh-encoding v0.2.0 |
| 726 | 2025-01-25T02:55:59.199Z | Downloaded pin-project v1.1.6 |
| 727 | 2025-01-25T02:55:59.209Z | Downloaded slog v2.7.0 |
| 728 | 2025-01-25T02:55:59.212Z | Downloaded sqlparser_derive v0.2.2 |
| 729 | 2025-01-25T02:55:59.215Z | Downloaded tungstenite v0.24.0 |
| 730 | 2025-01-25T02:55:59.218Z | Downloaded tower-service v0.3.3 |
| 731 | 2025-01-25T02:55:59.220Z | Downloaded toolchain_find v0.4.0 |
| 732 | 2025-01-25T02:55:59.220Z | Downloaded publicsuffix v2.2.3 |
| 733 | 2025-01-25T02:55:59.223Z | Downloaded wait-timeout v0.2.0 |
| 734 | 2025-01-25T02:55:59.226Z | Downloaded fd-lock v4.0.2 |
| 735 | 2025-01-25T02:55:59.228Z | Downloaded phf_codegen v0.11.2 |
| 736 | 2025-01-25T02:55:59.231Z | Downloaded defmt-macros v0.3.9 |
| 737 | 2025-01-25T02:55:59.234Z | Downloaded powerfmt v0.2.0 |
| 738 | 2025-01-25T02:55:59.237Z | Downloaded phf_generator v0.11.2 |
| 739 | 2025-01-25T02:55:59.237Z | Downloaded diesel-dtrace v0.4.2 |
| 740 | 2025-01-25T02:55:59.239Z | Downloaded sec1 v0.7.3 |
| 741 | 2025-01-25T02:55:59.242Z | Downloaded walkdir v2.5.0 |
| 742 | 2025-01-25T02:55:59.245Z | Downloaded strum_macros v0.26.4 |
| 743 | 2025-01-25T02:55:59.248Z | Downloaded snafu v0.8.5 |
| 744 | 2025-01-25T02:55:59.253Z | Downloaded parse-display-derive v0.10.0 |
| 745 | 2025-01-25T02:55:59.255Z | Downloaded hyper v1.5.2 |
| 746 | 2025-01-25T02:55:59.262Z | Downloaded slog-scope v4.4.0 |
| 747 | 2025-01-25T02:55:59.265Z | Downloaded hkdf v0.12.4 |
| 748 | 2025-01-25T02:55:59.268Z | Downloaded scopeguard v1.2.0 |
| 749 | 2025-01-25T02:55:59.271Z | Downloaded hashlink v0.9.1 |
| 750 | 2025-01-25T02:55:59.271Z | Downloaded ed25519 v2.2.3 |
| 751 | 2025-01-25T02:55:59.274Z | Downloaded tough v0.19.0 |
| 752 | 2025-01-25T02:55:59.282Z | Downloaded futures-task v0.3.31 |
| 753 | 2025-01-25T02:55:59.285Z | Downloaded zopfli v0.8.1 |
| 754 | 2025-01-25T02:55:59.288Z | Downloaded der v0.7.9 |
| 755 | 2025-01-25T02:55:59.293Z | Downloaded same-file v1.0.6 |
| 756 | 2025-01-25T02:55:59.296Z | Downloaded rustversion v1.0.17 |
| 757 | 2025-01-25T02:55:59.298Z | Downloaded phf v0.11.2 |
| 758 | 2025-01-25T02:55:59.301Z | Downloaded olpc-cjson v0.1.4 |
| 759 | 2025-01-25T02:55:59.304Z | Downloaded time-core v0.1.2 |
| 760 | 2025-01-25T02:55:59.304Z | Downloaded futures-executor v0.3.31 |
| 761 | 2025-01-25T02:55:59.306Z | Downloaded pem-rfc7468 v0.7.0 |
| 762 | 2025-01-25T02:55:59.309Z | Downloaded des v0.8.1 |
| 763 | 2025-01-25T02:55:59.311Z | Downloaded defmt v0.3.8 |
| 764 | 2025-01-25T02:55:59.314Z | Downloaded unicode-xid v0.2.6 |
| 765 | 2025-01-25T02:55:59.316Z | Downloaded synstructure v0.13.1 |
| 766 | 2025-01-25T02:55:59.316Z | Downloaded secrecy v0.8.0 |
| 767 | 2025-01-25T02:55:59.319Z | Downloaded newline-converter v0.3.0 |
| 768 | 2025-01-25T02:55:59.322Z | Downloaded fixedbitset v0.4.2 |
| 769 | 2025-01-25T02:55:59.322Z | Downloaded new_debug_unreachable v1.0.6 |
| 770 | 2025-01-25T02:55:59.324Z | Downloaded either v1.13.0 |
| 771 | 2025-01-25T02:55:59.324Z | Downloaded tracing-attributes v0.1.27 |
| 772 | 2025-01-25T02:55:59.327Z | Downloaded rand_chacha v0.3.1 |
| 773 | 2025-01-25T02:55:59.330Z | Downloaded twox-hash v1.6.3 |
| 774 | 2025-01-25T02:55:59.332Z | Downloaded aes-gcm v0.10.3 |
| 775 | 2025-01-25T02:55:59.335Z | Downloaded oso-derive v0.27.3 |
| 776 | 2025-01-25T02:55:59.338Z | Downloaded pbkdf2 v0.11.0 |
| 777 | 2025-01-25T02:55:59.341Z | Downloaded rusty-fork v0.3.0 |
| 778 | 2025-01-25T02:55:59.341Z | Downloaded rand_xorshift v0.3.0 |
| 779 | 2025-01-25T02:55:59.344Z | Downloaded progenitor-macro v0.8.0 |
| 780 | 2025-01-25T02:55:59.344Z | Downloaded pem v3.0.4 |
| 781 | 2025-01-25T02:55:59.346Z | Downloaded smallvec v0.6.14 |
| 782 | 2025-01-25T02:55:59.349Z | Downloaded vte v0.11.1 |
| 783 | 2025-01-25T02:55:59.352Z | Downloaded parking_lot_core v0.8.6 |
| 784 | 2025-01-25T02:55:59.355Z | Downloaded filetime v0.2.25 |
| 785 | 2025-01-25T02:55:59.355Z | Downloaded postgres-types v0.2.8 |
| 786 | 2025-01-25T02:55:59.357Z | Downloaded sqlformat v0.2.6 |
| 787 | 2025-01-25T02:55:59.360Z | Downloaded unicode-segmentation v1.12.0 |
| 788 | 2025-01-25T02:55:59.364Z | Downloaded tokio-tungstenite v0.24.0 |
| 789 | 2025-01-25T02:55:59.366Z | Downloaded p256 v0.13.2 |
| 790 | 2025-01-25T02:55:59.371Z | Downloaded sync-ptr v0.1.1 |
| 791 | 2025-01-25T02:55:59.373Z | Downloaded ena v0.14.3 |
| 792 | 2025-01-25T02:55:59.376Z | Downloaded pin-utils v0.1.0 |
| 793 | 2025-01-25T02:55:59.376Z | Downloaded dhcproto v0.12.0 |
| 794 | 2025-01-25T02:55:59.379Z | Downloaded tls_codec_derive v0.4.1 |
| 795 | 2025-01-25T02:55:59.382Z | Downloaded tls_codec v0.4.1 |
| 796 | 2025-01-25T02:55:59.385Z | Downloaded headers v0.4.0 |
| 797 | 2025-01-25T02:55:59.389Z | Downloaded unicase v2.7.0 |
| 798 | 2025-01-25T02:55:59.392Z | Downloaded ppv-lite86 v0.2.20 |
| 799 | 2025-01-25T02:55:59.395Z | Downloaded float-cmp v0.9.0 |
| 800 | 2025-01-25T02:55:59.395Z | Downloaded ron v0.7.1 |
| 801 | 2025-01-25T02:55:59.399Z | Downloaded sigpipe v0.1.3 |
| 802 | 2025-01-25T02:55:59.402Z | Downloaded parse-size v1.1.0 |
| 803 | 2025-01-25T02:55:59.402Z | Downloaded glob v0.3.1 |
| 804 | 2025-01-25T02:55:59.405Z | Downloaded yoke-derive v0.7.4 |
| 805 | 2025-01-25T02:55:59.405Z | Downloaded slog-term v2.9.1 |
| 806 | 2025-01-25T02:55:59.407Z | Downloaded smallvec v1.13.2 |
| 807 | 2025-01-25T02:55:59.410Z | Downloaded quinn v0.11.5 |
| 808 | 2025-01-25T02:55:59.414Z | Downloaded termios v0.3.3 |
| 809 | 2025-01-25T02:55:59.417Z | Downloaded darling_core v0.20.10 |
| 810 | 2025-01-25T02:55:59.421Z | Downloaded rustc_version v0.4.1 |
| 811 | 2025-01-25T02:55:59.424Z | Downloaded tokio-tungstenite v0.23.1 |
| 812 | 2025-01-25T02:55:59.427Z | Downloaded toml v0.7.8 |
| 813 | 2025-01-25T02:55:59.430Z | Downloaded sync_wrapper v1.0.1 |
| 814 | 2025-01-25T02:55:59.432Z | Downloaded primeorder v0.13.6 |
| 815 | 2025-01-25T02:55:59.432Z | Downloaded zone v0.1.8 |
| 816 | 2025-01-25T02:55:59.435Z | Downloaded zerofrom v0.1.4 |
| 817 | 2025-01-25T02:55:59.435Z | Downloaded enum-as-inner v0.6.1 |
| 818 | 2025-01-25T02:55:59.438Z | Downloaded reedline v0.35.0 |
| 819 | 2025-01-25T02:55:59.445Z | Downloaded openssl-probe v0.1.5 |
| 820 | 2025-01-25T02:55:59.448Z | Downloaded want v0.3.1 |
| 821 | 2025-01-25T02:55:59.448Z | Downloaded num-iter v0.1.45 |
| 822 | 2025-01-25T02:55:59.450Z | Downloaded winnow v0.5.40 |
| 823 | 2025-01-25T02:55:59.458Z | Downloaded nanorand v0.7.0 |
| 824 | 2025-01-25T02:55:59.461Z | Downloaded num_threads v0.1.7 |
| 825 | 2025-01-25T02:55:59.464Z | Downloaded normalize-line-endings v0.3.0 |
| 826 | 2025-01-25T02:55:59.467Z | Downloaded ron v0.8.1 |
| 827 | 2025-01-25T02:55:59.471Z | Downloaded aho-corasick v1.1.3 |
| 828 | 2025-01-25T02:55:59.477Z | Downloaded wyz v0.5.1 |
| 829 | 2025-01-25T02:55:59.481Z | Downloaded parse-display v0.10.0 |
| 830 | 2025-01-25T02:55:59.481Z | Downloaded tabwriter v1.4.0 |
| 831 | 2025-01-25T02:55:59.484Z | Downloaded fatfs v0.3.6 |
| 832 | 2025-01-25T02:55:59.484Z | Downloaded native-tls v0.2.12 |
| 833 | 2025-01-25T02:55:59.487Z | Downloaded simd-adler32 v0.3.7 |
| 834 | 2025-01-25T02:55:59.490Z | Downloaded shell-words v1.1.0 |
| 835 | 2025-01-25T02:55:59.490Z | Downloaded sha1 v0.10.6 |
| 836 | 2025-01-25T02:55:59.493Z | Downloaded rustfmt-wrapper v0.2.1 |
| 837 | 2025-01-25T02:55:59.493Z | Downloaded tracing v0.1.40 |
| 838 | 2025-01-25T02:55:59.497Z | Downloaded owo-colors v4.1.0 |
| 839 | 2025-01-25T02:55:59.501Z | Downloaded slog-stdlog v4.1.1 |
| 840 | 2025-01-25T02:55:59.505Z | Downloaded parking_lot v0.12.3 |
| 841 | 2025-01-25T02:55:59.507Z | Downloaded slab v0.4.9 |
| 842 | 2025-01-25T02:55:59.507Z | Downloaded universal-hash v0.5.1 |
| 843 | 2025-01-25T02:55:59.507Z | Downloaded progenitor v0.8.0 |
| 844 | 2025-01-25T02:55:59.510Z | Downloaded serde_with_macros v3.11.0 |
| 845 | 2025-01-25T02:55:59.512Z | Downloaded percent-encoding v2.3.1 |
| 846 | 2025-01-25T02:55:59.513Z | Downloaded num-traits v0.2.19 |
| 847 | 2025-01-25T02:55:59.515Z | Downloaded oso v0.27.3 |
| 848 | 2025-01-25T02:55:59.519Z | Downloaded russh v0.45.0 |
| 849 | 2025-01-25T02:55:59.525Z | Downloaded thiserror-impl v2.0.11 |
| 850 | 2025-01-25T02:55:59.528Z | Downloaded term v0.7.0 |
| 851 | 2025-01-25T02:55:59.531Z | Downloaded nodrop v0.1.14 |
| 852 | 2025-01-25T02:55:59.534Z | Downloaded pkg-config v0.3.31 |
| 853 | 2025-01-25T02:55:59.534Z | Downloaded num-bigint-dig v0.8.4 |
| 854 | 2025-01-25T02:55:59.539Z | Downloaded toml_edit v0.19.15 |
| 855 | 2025-01-25T02:55:59.556Z | Downloaded gethostname v0.5.0 |
| 856 | 2025-01-25T02:55:59.559Z | Downloaded yoke v0.7.4 |
| 857 | 2025-01-25T02:55:59.562Z | Downloaded diesel_derives v2.2.3 |
| 858 | 2025-01-25T02:55:59.564Z | Downloaded aws-lc-rs v1.10.0 |
| 859 | 2025-01-25T02:55:59.573Z | Downloaded parking_lot v0.11.2 |
| 860 | 2025-01-25T02:55:59.576Z | Downloaded rand v0.8.5 |
| 861 | 2025-01-25T02:55:59.580Z | Downloaded bindgen v0.69.5 |
| 862 | 2025-01-25T02:55:59.588Z | Downloaded multer v3.1.0 |
| 863 | 2025-01-25T02:55:59.591Z | Downloaded getrandom v0.2.15 |
| 864 | 2025-01-25T02:55:59.594Z | Downloaded omicron-zone-package v0.12.0 |
| 865 | 2025-01-25T02:55:59.597Z | Downloaded zip v0.6.6 |
| 866 | 2025-01-25T02:55:59.602Z | Downloaded half v2.4.1 |
| 867 | 2025-01-25T02:55:59.605Z | Downloaded p521 v0.13.3 |
| 868 | 2025-01-25T02:55:59.610Z | Downloaded rusqlite v0.32.1 |
| 869 | 2025-01-25T02:55:59.617Z | Downloaded lalrpop v0.19.12 |
| 870 | 2025-01-25T02:55:59.630Z | Downloaded flume v0.11.1 |
| 871 | 2025-01-25T02:55:59.634Z | Downloaded hashbrown v0.14.5 |
| 872 | 2025-01-25T02:55:59.640Z | Downloaded tar v0.4.42 |
| 873 | 2025-01-25T02:55:59.643Z | Downloaded zip v2.1.3 |
| 874 | 2025-01-25T02:55:59.648Z | Downloaded idna v0.4.0 |
| 875 | 2025-01-25T02:55:59.656Z | Downloaded unicode-bidi v0.3.17 |
| 876 | 2025-01-25T02:55:59.660Z | Downloaded proptest v1.5.0 |
| 877 | 2025-01-25T02:55:59.671Z | Downloaded zerocopy-derive v0.8.10 |
| 878 | 2025-01-25T02:55:59.676Z | Downloaded flate2 v1.0.34 |
| 879 | 2025-01-25T02:55:59.682Z | Downloaded rustyline v14.0.0 |
| 880 | 2025-01-25T02:55:59.687Z | Downloaded tokio-util v0.7.12 |
| 881 | 2025-01-25T02:55:59.697Z | Downloaded salty v0.3.0 |
| 882 | 2025-01-25T02:55:59.703Z | Downloaded rcgen v0.12.1 |
| 883 | 2025-01-25T02:55:59.706Z | Downloaded unicode_categories v0.1.1 |
| 884 | 2025-01-25T02:55:59.708Z | Downloaded openssl-sys v0.9.103 |
| 885 | 2025-01-25T02:55:59.713Z | Downloaded idna v0.3.0 |
| 886 | 2025-01-25T02:55:59.721Z | Downloaded x509-cert v0.2.5 |
| 887 | 2025-01-25T02:55:59.728Z | Downloaded git2 v0.19.0 |
| 888 | 2025-01-25T02:55:59.738Z | Downloaded vcpkg v0.2.15 |
| 889 | 2025-01-25T02:55:59.780Z | Downloaded parse-zoneinfo v0.3.1 |
| 890 | 2025-01-25T02:55:59.783Z | Downloaded typed-path v0.9.3 |
| 891 | 2025-01-25T02:55:59.786Z | Downloaded rustls-webpki v0.102.8 |
| 892 | 2025-01-25T02:55:59.805Z | Downloaded nom v7.1.3 |
| 893 | 2025-01-25T02:55:59.811Z | Downloaded quinn-proto v0.11.8 |
| 894 | 2025-01-25T02:55:59.818Z | Downloaded quick-xml v0.33.0 |
| 895 | 2025-01-25T02:55:59.825Z | Downloaded portable-atomic v1.9.0 |
| 896 | 2025-01-25T02:55:59.833Z | Downloaded serde_with v3.11.0 |
| 897 | 2025-01-25T02:55:59.842Z | Downloaded h2 v0.4.6 |
| 898 | 2025-01-25T02:55:59.850Z | Downloaded curve25519-dalek v4.1.3 |
| 899 | 2025-01-25T02:55:59.859Z | Downloaded rustls-webpki v0.101.7 |
| 900 | 2025-01-25T02:55:59.875Z | Downloaded webpki-roots v0.26.6 |
| 901 | 2025-01-25T02:55:59.879Z | Downloaded regex v1.11.1 |
| 902 | 2025-01-25T02:55:59.893Z | Downloaded reqwest v0.12.9 |
| 903 | 2025-01-25T02:55:59.901Z | Downloaded radix_trie v0.2.1 |
| 904 | 2025-01-25T02:55:59.907Z | Downloaded regress v0.10.1 |
| 905 | 2025-01-25T02:55:59.917Z | Downloaded regex-syntax v0.6.29 |
| 906 | 2025-01-25T02:55:59.925Z | Downloaded p384 v0.13.0 |
| 907 | 2025-01-25T02:55:59.931Z | Downloaded petname v2.0.2 |
| 908 | 2025-01-25T02:55:59.937Z | Downloaded hickory-proto v0.24.1 |
| 909 | 2025-01-25T02:55:59.955Z | Downloaded zerocopy v0.8.10 |
| 910 | 2025-01-25T02:55:59.980Z | Downloaded trust-dns-proto v0.22.0 |
| 911 | 2025-01-25T02:55:59.992Z | Downloaded dropshot v0.12.0 |
| 912 | 2025-01-25T02:56:00.013Z | Downloaded polar-core v0.27.3 |
| 913 | 2025-01-25T02:56:00.021Z | Downloaded rustls v0.21.12 |
| 914 | 2025-01-25T02:56:00.033Z | Downloaded object v0.36.5 |
| 915 | 2025-01-25T02:56:00.046Z | Downloaded object v0.30.4 |
| 916 | 2025-01-25T02:56:00.056Z | Downloaded dropshot v0.15.1 |
| 917 | 2025-01-25T02:56:00.079Z | Downloaded regress v0.9.1 |
| 918 | 2025-01-25T02:56:00.088Z | Downloaded nix v0.28.0 |
| 919 | 2025-01-25T02:56:00.099Z | Downloaded rustls v0.23.19 |
| 920 | 2025-01-25T02:56:00.111Z | Downloaded rustls v0.22.4 |
| 921 | 2025-01-25T02:56:00.124Z | Downloaded nix v0.29.0 |
| 922 | 2025-01-25T02:56:00.137Z | Downloaded typify-impl v0.2.0 |
| 923 | 2025-01-25T02:56:00.152Z | Downloaded regex-syntax v0.8.5 |
| 924 | 2025-01-25T02:56:00.160Z | Downloaded typify-impl v0.3.0 |
| 925 | 2025-01-25T02:56:00.177Z | Downloaded sled v0.34.7 |
| 926 | 2025-01-25T02:56:00.187Z | Downloaded diesel v2.2.6 |
| 927 | 2025-01-25T02:56:00.205Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 928 | 2025-01-25T02:56:00.218Z | Downloaded smoltcp v0.11.0 |
| 929 | 2025-01-25T02:56:00.229Z | Downloaded ratatui v0.28.1 |
| 930 | 2025-01-25T02:56:00.249Z | Downloaded unicode-width v0.2.0 |
| 931 | 2025-01-25T02:56:00.255Z | Downloaded zerocopy-derive v0.6.6 |
| 932 | 2025-01-25T02:56:00.264Z | Downloaded openapiv3 v2.0.0 |
| 933 | 2025-01-25T02:56:00.276Z | Downloaded chrono-tz v0.10.0 |
| 934 | 2025-01-25T02:56:00.283Z | Downloaded regex-automata v0.4.8 |
| 935 | 2025-01-25T02:56:00.301Z | Downloaded smoltcp v0.9.1 |
| 936 | 2025-01-25T02:56:00.311Z | Downloaded bstr v1.10.0 |
| 937 | 2025-01-25T02:56:00.321Z | Downloaded lzma-sys v0.1.20 |
| 938 | 2025-01-25T02:56:00.349Z | Downloaded gimli v0.31.1 |
| 939 | 2025-01-25T02:56:00.357Z | Downloaded rayon v1.10.0 |
| 940 | 2025-01-25T02:56:00.366Z | Downloaded petgraph v0.6.5 |
| 941 | 2025-01-25T02:56:00.384Z | Downloaded openssl v0.10.66 |
| 942 | 2025-01-25T02:56:00.393Z | Downloaded libz-sys v1.1.20 |
| 943 | 2025-01-25T02:56:00.413Z | Downloaded csv v1.3.0 |
| 944 | 2025-01-25T02:56:00.432Z | Downloaded tokio v1.43.0 |
| 945 | 2025-01-25T02:56:00.469Z | Downloaded nix v0.27.1 |
| 946 | 2025-01-25T02:56:00.482Z | Downloaded time v0.3.36 |
| 947 | 2025-01-25T02:56:00.487Z | Downloaded zerovec v0.10.4 |
| 948 | 2025-01-25T02:56:00.491Z | Downloaded unicode-normalization v0.1.24 |
| 949 | 2025-01-25T02:56:00.500Z | Downloaded futures-util v0.3.31 |
| 950 | 2025-01-25T02:56:00.506Z | Downloaded sqlparser v0.45.0 |
| 951 | 2025-01-25T02:56:00.512Z | Downloaded idna v0.5.0 |
| 952 | 2025-01-25T02:56:00.519Z | Downloaded idna v0.2.3 |
| 953 | 2025-01-25T02:56:00.526Z | Downloaded bitvec v1.0.1 |
| 954 | 2025-01-25T02:56:00.541Z | Downloaded sha3 v0.10.8 |
| 955 | 2025-01-25T02:56:00.547Z | Downloaded ed25519-dalek v2.1.1 |
| 956 | 2025-01-25T02:56:00.552Z | Downloaded ssh-key v0.6.6 |
| 957 | 2025-01-25T02:56:00.562Z | Downloaded chrono v0.4.38 |
| 958 | 2025-01-25T02:56:00.572Z | Downloaded fs_extra v1.3.0 |
| 959 | 2025-01-25T02:56:00.575Z | Downloaded zerocopy v0.6.6 |
| 960 | 2025-01-25T02:56:00.578Z | Downloaded termcolor v1.4.1 |
| 961 | 2025-01-25T02:56:00.581Z | Downloaded rpassword v7.3.1 |
| 962 | 2025-01-25T02:56:00.584Z | Downloaded yasna v0.5.2 |
| 963 | 2025-01-25T02:56:00.587Z | Downloaded thiserror v2.0.11 |
| 964 | 2025-01-25T02:56:00.592Z | Downloaded icu_properties_data v1.5.0 |
| 965 | 2025-01-25T02:56:00.606Z | Downloaded semver v0.1.20 |
| 966 | 2025-01-25T02:56:00.609Z | Downloaded progenitor-impl v0.9.1 |
| 967 | 2025-01-25T02:56:00.612Z | Downloaded tracing-core v0.1.32 |
| 968 | 2025-01-25T02:56:00.615Z | Downloaded blake3 v1.5.4 |
| 969 | 2025-01-25T02:56:00.625Z | Downloaded steno v0.4.1 |
| 970 | 2025-01-25T02:56:00.631Z | Downloaded num-bigint v0.4.6 |
| 971 | 2025-01-25T02:56:00.637Z | Downloaded tokio-rustls v0.24.1 |
| 972 | 2025-01-25T02:56:00.640Z | Downloaded typify v0.2.0 |
| 973 | 2025-01-25T02:56:00.643Z | Downloaded postgres-protocol v0.6.7 |
| 974 | 2025-01-25T02:56:00.646Z | Downloaded poly1305 v0.8.0 |
| 975 | 2025-01-25T02:56:00.649Z | Downloaded enum-as-inner v0.5.1 |
| 976 | 2025-01-25T02:56:00.649Z | Downloaded debug-ignore v1.0.5 |
| 977 | 2025-01-25T02:56:00.652Z | Downloaded data-encoding v2.6.0 |
| 978 | 2025-01-25T02:56:00.652Z | Downloaded zerovec-derive v0.10.3 |
| 979 | 2025-01-25T02:56:00.655Z | Downloaded supports-color v3.0.1 |
| 980 | 2025-01-25T02:56:00.655Z | Downloaded smf v0.2.3 |
| 981 | 2025-01-25T02:56:00.655Z | Downloaded num_enum v0.5.11 |
| 982 | 2025-01-25T02:56:00.659Z | Downloaded hashbrown v0.13.2 |
| 983 | 2025-01-25T02:56:00.663Z | Downloaded url v2.5.3 |
| 984 | 2025-01-25T02:56:00.667Z | Downloaded float-ord v0.3.2 |
| 985 | 2025-01-25T02:56:00.670Z | Downloaded ghash v0.5.1 |
| 986 | 2025-01-25T02:56:00.670Z | Downloaded num_enum_derive v0.5.11 |
| 987 | 2025-01-25T02:56:00.670Z | Downloaded polyval v0.6.2 |
| 988 | 2025-01-25T02:56:00.672Z | Downloaded mio v1.0.2 |
| 989 | 2025-01-25T02:56:00.678Z | Downloaded sct v0.7.1 |
| 990 | 2025-01-25T02:56:00.682Z | Downloaded diff v0.1.13 |
| 991 | 2025-01-25T02:56:00.685Z | Downloaded encoding_rs v0.8.34 |
| 992 | 2025-01-25T02:56:00.702Z | Downloaded samael v0.0.17 |
| 993 | 2025-01-25T02:56:00.707Z | Downloaded crossterm v0.28.1 |
| 994 | 2025-01-25T02:56:00.713Z | Downloaded mockall_derive v0.13.0 |
| 995 | 2025-01-25T02:56:00.716Z | Downloaded rsa v0.9.6 |
| 996 | 2025-01-25T02:56:00.720Z | Downloaded schemars v0.8.21 |
| 997 | 2025-01-25T02:56:00.730Z | Downloaded hashbrown v0.12.3 |
| 998 | 2025-01-25T02:56:00.734Z | Downloaded funty v2.0.0 |
| 999 | 2025-01-25T02:56:00.737Z | Downloaded unicode-properties v0.1.3 |
| 1000 | 2025-01-25T02:56:00.740Z | Downloaded subprocess v0.2.9 |
| 1001 | 2025-01-25T02:56:00.740Z | Downloaded ff v0.13.0 |
| 1002 | 2025-01-25T02:56:00.743Z | Downloaded spki v0.7.3 |
| 1003 | 2025-01-25T02:56:00.743Z | Downloaded futures-sink v0.3.31 |
| 1004 | 2025-01-25T02:56:00.746Z | Downloaded futures-macro v0.3.31 |
| 1005 | 2025-01-25T02:56:00.746Z | Downloaded tui-tree-widget v0.22.0 |
| 1006 | 2025-01-25T02:56:00.746Z | Downloaded dropshot_endpoint v0.15.1 |
| 1007 | 2025-01-25T02:56:00.749Z | Downloaded dropshot_endpoint v0.12.0 |
| 1008 | 2025-01-25T02:56:00.752Z | Downloaded itertools v0.13.0 |
| 1009 | 2025-01-25T02:56:00.758Z | Downloaded rfc6979 v0.4.0 |
| 1010 | 2025-01-25T02:56:00.760Z | Downloaded typify v0.3.0 |
| 1011 | 2025-01-25T02:56:00.760Z | Downloaded pin-project-lite v0.2.14 |
| 1012 | 2025-01-25T02:56:00.765Z | Downloaded rayon-core v1.12.1 |
| 1013 | 2025-01-25T02:56:00.768Z | Downloaded dunce v1.0.5 |
| 1014 | 2025-01-25T02:56:00.771Z | Downloaded dirs-sys-next v0.1.2 |
| 1015 | 2025-01-25T02:56:00.771Z | Downloaded dirs-next v2.0.0 |
| 1016 | 2025-01-25T02:56:00.771Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1017 | 2025-01-25T02:56:00.829Z | Downloaded difflib v0.4.0 |
| 1018 | 2025-01-25T02:56:00.832Z | Downloaded quick-error v1.2.3 |
| 1019 | 2025-01-25T02:56:00.832Z | Downloaded ssh-cipher v0.2.0 |
| 1020 | 2025-01-25T02:56:00.834Z | Downloaded signal-hook-mio v0.2.4 |
| 1021 | 2025-01-25T02:56:00.834Z | Downloaded shlex v1.3.0 |
| 1022 | 2025-01-25T02:56:00.838Z | Downloaded progenitor-macro v0.9.1 |
| 1023 | 2025-01-25T02:56:00.838Z | Downloaded libxml v0.3.3 |
| 1024 | 2025-01-25T02:56:00.843Z | Downloaded idna v1.0.3 |
| 1025 | 2025-01-25T02:56:00.846Z | Downloaded itertools v0.12.1 |
| 1026 | 2025-01-25T02:56:00.854Z | Downloaded uzers v0.12.1 |
| 1027 | 2025-01-25T02:56:00.857Z | Downloaded r2d2 v0.8.10 |
| 1028 | 2025-01-25T02:56:00.859Z | Downloaded flagset v0.4.6 |
| 1029 | 2025-01-25T02:56:00.859Z | Downloaded hash32 v0.3.1 |
| 1030 | 2025-01-25T02:56:00.862Z | Downloaded fragile v2.0.0 |
| 1031 | 2025-01-25T02:56:00.862Z | Downloaded aes v0.8.4 |
| 1032 | 2025-01-25T02:56:00.865Z | Downloaded russh-keys v0.45.0 |
| 1033 | 2025-01-25T02:56:00.868Z | Downloaded tokio-postgres v0.7.12 |
| 1034 | 2025-01-25T02:56:00.873Z | Downloaded libm v0.2.8 |
| 1035 | 2025-01-25T02:56:00.881Z | Downloaded nu-ansi-term v0.50.1 |
| 1036 | 2025-01-25T02:56:00.884Z | Downloaded itertools v0.10.5 |
| 1037 | 2025-01-25T02:56:00.889Z | Downloaded crossbeam-channel v0.5.13 |
| 1038 | 2025-01-25T02:56:00.893Z | Downloaded predicates-core v1.0.8 |
| 1039 | 2025-01-25T02:56:00.896Z | Downloaded postcard v1.0.10 |
| 1040 | 2025-01-25T02:56:00.899Z | Downloaded phf_shared v0.10.0 |
| 1041 | 2025-01-25T02:56:00.899Z | Downloaded tinystr v0.7.6 |
| 1042 | 2025-01-25T02:56:00.902Z | Downloaded tap v1.0.1 |
| 1043 | 2025-01-25T02:56:00.902Z | Downloaded structmeta-derive v0.2.0 |
| 1044 | 2025-01-25T02:56:00.902Z | Downloaded slog-async v2.8.0 |
| 1045 | 2025-01-25T02:56:00.905Z | Downloaded dsl_auto_type v0.1.2 |
| 1046 | 2025-01-25T02:56:00.905Z | Downloaded der_derive v0.7.3 |
| 1047 | 2025-01-25T02:56:00.905Z | Downloaded tokio-stream v0.1.16 |
| 1048 | 2025-01-25T02:56:00.909Z | Downloaded elliptic-curve v0.13.8 |
| 1049 | 2025-01-25T02:56:00.912Z | Downloaded rand_core v0.6.4 |
| 1050 | 2025-01-25T02:56:00.915Z | Downloaded paste v1.0.15 |
| 1051 | 2025-01-25T02:56:00.918Z | Downloaded tungstenite v0.21.0 |
| 1052 | 2025-01-25T02:56:00.920Z | Downloaded serde_derive_internals v0.29.1 |
| 1053 | 2025-01-25T02:56:00.923Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2025-01-25T02:56:00.923Z | Downloaded take_mut v0.2.2 |
| 1055 | 2025-01-25T02:56:00.923Z | Downloaded predicates-tree v1.0.11 |
| 1056 | 2025-01-25T02:56:00.926Z | Downloaded num-integer v0.1.46 |
| 1057 | 2025-01-25T02:56:00.926Z | Downloaded num-derive v0.4.2 |
| 1058 | 2025-01-25T02:56:00.928Z | Downloaded mockall v0.13.0 |
| 1059 | 2025-01-25T02:56:00.928Z | Downloaded group v0.13.0 |
| 1060 | 2025-01-25T02:56:00.931Z | Downloaded futures-io v0.3.31 |
| 1061 | 2025-01-25T02:56:00.931Z | Downloaded foldhash v0.1.3 |
| 1062 | 2025-01-25T02:56:00.935Z | Downloaded env_filter v0.1.2 |
| 1063 | 2025-01-25T02:56:00.935Z | Downloaded embedded-io v0.6.1 |
| 1064 | 2025-01-25T02:56:00.937Z | Downloaded tokio-rustls v0.26.0 |
| 1065 | 2025-01-25T02:56:00.937Z | Downloaded stringprep v0.1.5 |
| 1066 | 2025-01-25T02:56:00.940Z | Downloaded snafu-derive v0.8.5 |
| 1067 | 2025-01-25T02:56:00.940Z | Downloaded serde_path_to_error v0.1.16 |
| 1068 | 2025-01-25T02:56:00.943Z | Downloaded pkcs1 v0.7.5 |
| 1069 | 2025-01-25T02:56:00.945Z | Downloaded test-strategy v0.3.1 |
| 1070 | 2025-01-25T02:56:00.948Z | Downloaded defmt-parser v0.3.4 |
| 1071 | 2025-01-25T02:56:00.948Z | Downloaded zerofrom-derive v0.1.4 |
| 1072 | 2025-01-25T02:56:00.948Z | Downloaded zeroize v1.8.1 |
| 1073 | 2025-01-25T02:56:00.951Z | Downloaded peg v0.8.4 |
| 1074 | 2025-01-25T02:56:00.953Z | Downloaded prettyplease v0.2.25 |
| 1075 | 2025-01-25T02:56:00.956Z | Downloaded cc v1.1.30 |
| 1076 | 2025-01-25T02:56:00.959Z | Downloaded socket2 v0.5.7 |
| 1077 | 2025-01-25T02:56:00.963Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1078 | 2025-01-25T02:56:00.967Z | Downloaded pkcs8 v0.10.2 |
| 1079 | 2025-01-25T02:56:00.970Z | Downloaded unicode-truncate v1.1.0 |
| 1080 | 2025-01-25T02:56:00.972Z | Downloaded slog-bunyan v2.5.0 |
| 1081 | 2025-01-25T02:56:00.972Z | Downloaded password-hash v0.4.2 |
| 1082 | 2025-01-25T02:56:00.975Z | Downloaded parking_lot_core v0.9.10 |
| 1083 | 2025-01-25T02:56:00.978Z | Downloaded minimal-lexical v0.2.1 |
| 1084 | 2025-01-25T02:56:00.981Z | Downloaded http v1.2.0 |
| 1085 | 2025-01-25T02:56:00.984Z | Downloaded bumpalo v3.16.0 |
| 1086 | 2025-01-25T02:56:00.987Z | Downloaded base64 v0.13.1 |
| 1087 | 2025-01-25T02:56:00.989Z | Downloaded num-rational v0.4.2 |
| 1088 | 2025-01-25T02:56:00.993Z | Downloaded similar v2.6.0 |
| 1089 | 2025-01-25T02:56:00.996Z | Downloaded indicatif v0.17.9 |
| 1090 | 2025-01-25T02:56:01.001Z | Downloaded compact_str v0.8.0 |
| 1091 | 2025-01-25T02:56:01.005Z | Downloaded string_cache v0.8.7 |
| 1092 | 2025-01-25T02:56:01.007Z | Downloaded slog-dtrace v0.3.0 |
| 1093 | 2025-01-25T02:56:01.008Z | Downloaded env_logger v0.10.2 |
| 1094 | 2025-01-25T02:56:01.010Z | Downloaded hickory-server v0.24.1 |
| 1095 | 2025-01-25T02:56:01.013Z | Downloaded serde_repr v0.1.19 |
| 1096 | 2025-01-25T02:56:01.016Z | Downloaded resolv-conf v0.7.0 |
| 1097 | 2025-01-25T02:56:01.019Z | Downloaded icu_collections v1.5.0 |
| 1098 | 2025-01-25T02:56:01.023Z | Downloaded heapless v0.7.17 |
| 1099 | 2025-01-25T02:56:01.026Z | Downloaded hyper-util v0.1.10 |
| 1100 | 2025-01-25T02:56:01.030Z | Downloaded fallible-iterator v0.2.0 |
| 1101 | 2025-01-25T02:56:01.033Z | Downloaded derive_builder v0.20.2 |
| 1102 | 2025-01-25T02:56:01.036Z | Downloaded chacha20poly1305 v0.10.1 |
| 1103 | 2025-01-25T02:56:01.039Z | Downloaded derive_builder_core v0.20.2 |
| 1104 | 2025-01-25T02:56:01.042Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1105 | 2025-01-25T02:56:01.042Z | Downloaded heapless v0.8.0 |
| 1106 | 2025-01-25T02:56:01.045Z | Downloaded allocator-api2 v0.2.18 |
| 1107 | 2025-01-25T02:56:01.048Z | Downloaded clang-sys v1.8.1 |
| 1108 | 2025-01-25T02:56:01.051Z | Downloaded typify-macro v0.3.0 |
| 1109 | 2025-01-25T02:56:01.054Z | Downloaded typify-macro v0.2.0 |
| 1110 | 2025-01-25T02:56:01.054Z | Downloaded topological-sort v0.2.2 |
| 1111 | 2025-01-25T02:56:01.054Z | Downloaded tokio-macros v2.5.0 |
| 1112 | 2025-01-25T02:56:01.057Z | Downloaded termtree v0.5.1 |
| 1113 | 2025-01-25T02:56:01.057Z | Downloaded strum_macros v0.25.3 |
| 1114 | 2025-01-25T02:56:01.060Z | Downloaded structmeta-derive v0.3.0 |
| 1115 | 2025-01-25T02:56:01.060Z | Downloaded slog-envlogger v2.2.0 |
| 1116 | 2025-01-25T02:56:01.062Z | Downloaded siphasher v0.3.11 |
| 1117 | 2025-01-25T02:56:01.062Z | Downloaded argon2 v0.5.3 |
| 1118 | 2025-01-25T02:56:01.065Z | Downloaded arc-swap v1.7.1 |
| 1119 | 2025-01-25T02:56:01.068Z | Downloaded serde-big-array v0.5.1 |
| 1120 | 2025-01-25T02:56:01.071Z | Downloaded rustc-hash v1.1.0 |
| 1121 | 2025-01-25T02:56:01.071Z | Downloaded blake2 v0.10.6 |
| 1122 | 2025-01-25T02:56:01.074Z | Downloaded hmac v0.12.1 |
| 1123 | 2025-01-25T02:56:01.074Z | Downloaded ipnet v2.10.1 |
| 1124 | 2025-01-25T02:56:01.077Z | Downloaded indoc v1.0.9 |
| 1125 | 2025-01-25T02:56:01.080Z | Downloaded const_format_proc_macros v0.2.33 |
| 1126 | 2025-01-25T02:56:01.080Z | Downloaded bzip2 v0.4.4 |
| 1127 | 2025-01-25T02:56:01.083Z | Downloaded lock_api v0.4.12 |
| 1128 | 2025-01-25T02:56:01.083Z | Downloaded litemap v0.7.3 |
| 1129 | 2025-01-25T02:56:01.086Z | Downloaded jobserver v0.1.32 |
| 1130 | 2025-01-25T02:56:01.088Z | Downloaded md-5 v0.10.6 |
| 1131 | 2025-01-25T02:56:01.088Z | Downloaded cookie_store v0.21.0 |
| 1132 | 2025-01-25T02:56:01.091Z | Downloaded cobs v0.2.3 |
| 1133 | 2025-01-25T02:56:01.091Z | Downloaded ciborium v0.2.2 |
| 1134 | 2025-01-25T02:56:01.094Z | Downloaded icu_normalizer_data v1.5.0 |
| 1135 | 2025-01-25T02:56:01.097Z | Downloaded icu_locid v1.5.0 |
| 1136 | 2025-01-25T02:56:01.099Z | Downloaded cancel-safe-futures v0.1.5 |
| 1137 | 2025-01-25T02:56:01.102Z | Downloaded blowfish v0.9.1 |
| 1138 | 2025-01-25T02:56:01.105Z | Downloaded async-trait v0.1.83 |
| 1139 | 2025-01-25T02:56:01.107Z | Downloaded arrayvec v0.7.6 |
| 1140 | 2025-01-25T02:56:01.110Z | Downloaded memoffset v0.9.1 |
| 1141 | 2025-01-25T02:56:01.110Z | Downloaded icu_locid_transform v1.5.0 |
| 1142 | 2025-01-25T02:56:01.113Z | Downloaded hyper-staticfile v0.10.1 |
| 1143 | 2025-01-25T02:56:01.116Z | Downloaded bitflags v1.3.2 |
| 1144 | 2025-01-25T02:56:01.118Z | Downloaded icu_normalizer v1.5.0 |
| 1145 | 2025-01-25T02:56:01.121Z | Downloaded hickory-resolver v0.24.1 |
| 1146 | 2025-01-25T02:56:01.126Z | Downloaded lockfree-object-pool v0.1.6 |
| 1147 | 2025-01-25T02:56:01.129Z | Downloaded block-padding v0.3.3 |
| 1148 | 2025-01-25T02:56:01.129Z | Downloaded async-recursion v1.1.1 |
| 1149 | 2025-01-25T02:56:01.132Z | Downloaded hubpack v0.1.2 |
| 1150 | 2025-01-25T02:56:01.135Z | Downloaded crc-catalog v2.4.0 |
| 1151 | 2025-01-25T02:56:01.135Z | Downloaded libefi-sys v0.1.0 |
| 1152 | 2025-01-25T02:56:01.135Z | Downloaded instability v0.3.2 |
| 1153 | 2025-01-25T02:56:01.137Z | Downloaded cassowary v0.3.0 |
| 1154 | 2025-01-25T02:56:01.137Z | Downloaded ipnetwork v0.20.0 |
| 1155 | 2025-01-25T02:56:01.140Z | Downloaded inout v0.1.3 |
| 1156 | 2025-01-25T02:56:01.140Z | Downloaded atomic-waker v1.1.2 |
| 1157 | 2025-01-25T02:56:01.140Z | Downloaded arrayref v0.3.9 |
| 1158 | 2025-01-25T02:56:01.143Z | Downloaded bit-vec v0.6.3 |
| 1159 | 2025-01-25T02:56:01.143Z | Downloaded maplit v1.0.2 |
| 1160 | 2025-01-25T02:56:01.143Z | Downloaded keccak v0.1.5 |
| 1161 | 2025-01-25T02:56:01.146Z | Downloaded adler2 v2.0.0 |
| 1162 | 2025-01-25T02:56:01.146Z | Downloaded cmake v0.1.51 |
| 1163 | 2025-01-25T02:56:01.149Z | Downloaded cexpr v0.6.0 |
| 1164 | 2025-01-25T02:56:01.149Z | Downloaded libsw v3.3.1 |
| 1165 | 2025-01-25T02:56:01.152Z | Downloaded http-range v0.1.5 |
| 1166 | 2025-01-25T02:56:01.152Z | Downloaded convert_case v0.4.0 |
| 1167 | 2025-01-25T02:56:01.155Z | Downloaded ciborium-ll v0.2.2 |
| 1168 | 2025-01-25T02:56:01.155Z | Downloaded constant_time_eq v0.3.1 |
| 1169 | 2025-01-25T02:56:01.155Z | Downloaded castaway v0.2.3 |
| 1170 | 2025-01-25T02:56:01.158Z | Downloaded aead v0.5.2 |
| 1171 | 2025-01-25T02:56:01.158Z | Downloaded assert_matches v1.5.0 |
| 1172 | 2025-01-25T02:56:01.158Z | Downloaded bitfield-struct v0.6.2 |
| 1173 | 2025-01-25T02:56:01.162Z | Downloaded cipher v0.4.4 |
| 1174 | 2025-01-25T02:56:01.162Z | Downloaded buf-list v1.0.3 |
| 1175 | 2025-01-25T02:56:01.165Z | Downloaded ring v0.17.8 |
| 1176 | 2025-01-25T02:56:01.234Z | Downloaded base16ct v0.2.0 |
| 1177 | 2025-01-25T02:56:01.237Z | Downloaded async-stream v0.3.6 |
| 1178 | 2025-01-25T02:56:01.239Z | Downloaded ascii-canvas v3.0.0 |
| 1179 | 2025-01-25T02:56:01.239Z | Downloaded httpdate v1.0.3 |
| 1180 | 2025-01-25T02:56:01.284Z | Downloaded libsqlite3-sys v0.30.1 |
| 1181 | 2025-01-25T02:56:01.546Z | Downloaded aws-lc-sys v0.22.0 |
| 1182 | 2025-01-25T02:56:01.854Z | Compiling serde v1.0.217 |
| 1183 | 2025-01-25T02:56:01.857Z | Compiling lock_api v0.4.12 |
| 1184 | 2025-01-25T02:56:01.857Z | Compiling scopeguard v1.2.0 |
| 1185 | 2025-01-25T02:56:01.857Z | Compiling value-bag v1.9.0 |
| 1186 | 2025-01-25T02:56:01.857Z | Compiling typenum v1.17.0 |
| 1187 | 2025-01-25T02:56:02.017Z | Compiling generic-array v0.14.7 |
| 1188 | 2025-01-25T02:56:02.099Z | Compiling syn v2.0.96 |
| 1189 | 2025-01-25T02:56:02.102Z | Compiling getrandom v0.2.15 |
| 1190 | 2025-01-25T02:56:02.148Z | Compiling shlex v1.3.0 |
| 1191 | 2025-01-25T02:56:02.415Z | Compiling rand_core v0.6.4 |
| 1192 | 2025-01-25T02:56:02.515Z | Compiling log v0.4.22 |
| 1193 | 2025-01-25T02:56:02.561Z | Compiling subtle v2.6.1 |
| 1194 | 2025-01-25T02:56:02.604Z | Compiling jobserver v0.1.32 |
| 1195 | 2025-01-25T02:56:02.622Z | Compiling const-oid v0.9.6 |
| 1196 | 2025-01-25T02:56:02.923Z | Compiling smallvec v1.13.2 |
| 1197 | 2025-01-25T02:56:02.942Z | Compiling spin v0.9.8 |
| 1198 | 2025-01-25T02:56:02.979Z | Compiling cc v1.1.30 |
| 1199 | 2025-01-25T02:56:03.285Z | Compiling pin-project-lite v0.2.14 |
| 1200 | 2025-01-25T02:56:03.303Z | Compiling rustix v0.38.37 |
| 1201 | 2025-01-25T02:56:03.340Z | Compiling parking_lot_core v0.9.10 |
| 1202 | 2025-01-25T02:56:03.428Z | Compiling futures-core v0.3.31 |
| 1203 | 2025-01-25T02:56:03.448Z | Compiling signal-hook-registry v1.4.2 |
| 1204 | 2025-01-25T02:56:03.665Z | Compiling mio v1.0.2 |
| 1205 | 2025-01-25T02:56:04.103Z | Compiling aho-corasick v1.1.3 |
| 1206 | 2025-01-25T02:56:04.202Z | Compiling parking_lot v0.12.3 |
| 1207 | 2025-01-25T02:56:04.334Z | Compiling regex-syntax v0.8.5 |
| 1208 | 2025-01-25T02:56:04.401Z | Compiling either v1.13.0 |
| 1209 | 2025-01-25T02:56:04.635Z | Compiling cpufeatures v0.2.14 |
| 1210 | 2025-01-25T02:56:04.739Z | Compiling lazy_static v1.5.0 |
| 1211 | 2025-01-25T02:56:04.759Z | Compiling glob v0.3.1 |
| 1212 | 2025-01-25T02:56:04.800Z | Compiling futures-sink v0.3.31 |
| 1213 | 2025-01-25T02:56:04.868Z | Compiling stable_deref_trait v1.2.0 |
| 1214 | 2025-01-25T02:56:04.968Z | Compiling socket2 v0.5.7 |
| 1215 | 2025-01-25T02:56:04.988Z | Compiling slab v0.4.9 |
| 1216 | 2025-01-25T02:56:05.023Z | Compiling prettyplease v0.2.25 |
| 1217 | 2025-01-25T02:56:05.384Z | Compiling serde_json v1.0.135 |
| 1218 | 2025-01-25T02:56:05.433Z | Compiling minimal-lexical v0.2.1 |
| 1219 | 2025-01-25T02:56:05.679Z | Compiling clang-sys v1.8.1 |
| 1220 | 2025-01-25T02:56:05.937Z | Compiling nom v7.1.3 |
| 1221 | 2025-01-25T02:56:05.940Z | Compiling libloading v0.8.5 |
| 1222 | 2025-01-25T02:56:06.035Z | Compiling bindgen v0.69.5 |
| 1223 | 2025-01-25T02:56:06.320Z | Compiling home v0.5.9 |
| 1224 | 2025-01-25T02:56:06.569Z | Compiling futures-channel v0.3.31 |
| 1225 | 2025-01-25T02:56:06.714Z | Compiling itertools v0.12.1 |
| 1226 | 2025-01-25T02:56:06.883Z | Compiling foldhash v0.1.3 |
| 1227 | 2025-01-25T02:56:06.979Z | Compiling lazycell v1.3.0 |
| 1228 | 2025-01-25T02:56:07.165Z | Compiling libm v0.2.8 |
| 1229 | 2025-01-25T02:56:07.200Z | Compiling futures-task v0.3.31 |
| 1230 | 2025-01-25T02:56:07.491Z | Compiling rustc-hash v1.1.0 |
| 1231 | 2025-01-25T02:56:07.511Z | Compiling futures-io v0.3.31 |
| 1232 | 2025-01-25T02:56:07.650Z | Compiling pin-utils v0.1.0 |
| 1233 | 2025-01-25T02:56:07.761Z | Compiling allocator-api2 v0.2.18 |
| 1234 | 2025-01-25T02:56:07.835Z | Compiling cmake v0.1.51 |
| 1235 | 2025-01-25T02:56:08.548Z | Compiling regex-automata v0.4.8 |
| 1236 | 2025-01-25T02:56:08.755Z | Compiling hashbrown v0.15.1 |
| 1237 | 2025-01-25T02:56:08.875Z | Compiling num-traits v0.2.19 |
| 1238 | 2025-01-25T02:56:09.172Z | Compiling cexpr v0.6.0 |
| 1239 | 2025-01-25T02:56:09.277Z | Compiling dunce v1.0.5 |
| 1240 | 2025-01-25T02:56:09.419Z | Compiling synstructure v0.13.1 |
| 1241 | 2025-01-25T02:56:09.963Z | Compiling pkg-config v0.3.31 |
| 1242 | 2025-01-25T02:56:10.526Z | Compiling fs_extra v1.3.0 |
| 1243 | 2025-01-25T02:56:10.806Z | Compiling tinyvec_macros v0.1.1 |
| 1244 | 2025-01-25T02:56:10.912Z | Compiling tinyvec v1.8.0 |
| 1245 | 2025-01-25T02:56:11.230Z | Compiling ring v0.17.8 |
| 1246 | 2025-01-25T02:56:11.295Z | Compiling writeable v0.5.5 |
| 1247 | 2025-01-25T02:56:11.833Z | Compiling base64ct v1.6.0 |
| 1248 | 2025-01-25T02:56:12.404Z | Compiling unicode-normalization v0.1.24 |
| 1249 | 2025-01-25T02:56:12.425Z | Compiling paste v1.0.15 |
| 1250 | 2025-01-25T02:56:12.445Z | Compiling unicode-bidi v0.3.17 |
| 1251 | 2025-01-25T02:56:12.448Z | Compiling litemap v0.7.3 |
| 1252 | 2025-01-25T02:56:12.832Z | Compiling pem-rfc7468 v0.7.0 |
| 1253 | 2025-01-25T02:56:13.449Z | Compiling httparse v1.9.5 |
| 1254 | 2025-01-25T02:56:13.481Z | Compiling aws-lc-rs v1.10.0 |
| 1255 | 2025-01-25T02:56:13.555Z | Compiling flagset v0.4.6 |
| 1256 | 2025-01-25T02:56:13.746Z | Compiling regex v1.11.1 |
| 1257 | 2025-01-25T02:56:13.938Z | Compiling tracing-core v0.1.32 |
| 1258 | 2025-01-25T02:56:14.166Z | Compiling icu_locid_transform_data v1.5.0 |
| 1259 | 2025-01-25T02:56:14.274Z | Compiling crossbeam-utils v0.8.20 |
| 1260 | 2025-01-25T02:56:14.695Z | Compiling percent-encoding v2.3.1 |
| 1261 | 2025-01-25T02:56:14.789Z | Compiling rustls-pki-types v1.10.0 |
| 1262 | 2025-01-25T02:56:14.949Z | Compiling serde_derive v1.0.217 |
| 1263 | 2025-01-25T02:56:14.988Z | Compiling zeroize_derive v1.4.2 |
| 1264 | 2025-01-25T02:56:15.120Z | Compiling zerocopy-derive v0.7.35 |
| 1265 | 2025-01-25T02:56:15.452Z | Compiling tokio-macros v2.5.0 |
| 1266 | 2025-01-25T02:56:15.753Z | Compiling zerofrom-derive v0.1.4 |
| 1267 | 2025-01-25T02:56:16.415Z | Compiling zeroize v1.8.1 |
| 1268 | 2025-01-25T02:56:16.787Z | Compiling thiserror-impl v1.0.69 |
| 1269 | 2025-01-25T02:56:16.884Z | Compiling yoke-derive v0.7.4 |
| 1270 | 2025-01-25T02:56:17.086Z | Compiling zerocopy v0.7.35 |
| 1271 | 2025-01-25T02:56:18.059Z | Compiling crypto-common v0.1.6 |
| 1272 | 2025-01-25T02:56:18.315Z | Compiling block-buffer v0.10.4 |
| 1273 | 2025-01-25T02:56:18.404Z | Compiling zerovec-derive v0.10.3 |
| 1274 | 2025-01-25T02:56:18.579Z | Compiling digest v0.10.7 |
| 1275 | 2025-01-25T02:56:19.065Z | Compiling hmac v0.12.1 |
| 1276 | 2025-01-25T02:56:19.164Z | Compiling futures-macro v0.3.31 |
| 1277 | 2025-01-25T02:56:19.215Z | Compiling zerofrom v0.1.4 |
| 1278 | 2025-01-25T02:56:19.303Z | Compiling block-padding v0.3.3 |
| 1279 | 2025-01-25T02:56:19.431Z | Compiling displaydoc v0.2.5 |
| 1280 | 2025-01-25T02:56:19.530Z | Compiling yoke v0.7.4 |
| 1281 | 2025-01-25T02:56:19.552Z | Compiling inout v0.1.3 |
| 1282 | 2025-01-25T02:56:19.715Z | Compiling thiserror v1.0.69 |
| 1283 | 2025-01-25T02:56:19.806Z | Compiling cipher v0.4.4 |
| 1284 | 2025-01-25T02:56:19.851Z | Compiling sha2 v0.10.8 |
| 1285 | 2025-01-25T02:56:19.874Z | Compiling ppv-lite86 v0.2.20 |
| 1286 | 2025-01-25T02:56:20.304Z | Compiling icu_provider_macros v1.5.0 |
| 1287 | 2025-01-25T02:56:20.659Z | Compiling der_derive v0.7.3 |
| 1288 | 2025-01-25T02:56:20.905Z | Compiling zerovec v0.10.4 |
| 1289 | 2025-01-25T02:56:20.940Z | Compiling futures-util v0.3.31 |
| 1290 | 2025-01-25T02:56:20.962Z | Compiling rand_chacha v0.3.1 |
| 1291 | 2025-01-25T02:56:21.379Z | Compiling tracing-attributes v0.1.27 |
| 1292 | 2025-01-25T02:56:21.876Z | Compiling rand v0.8.5 |
| 1293 | 2025-01-25T02:56:22.841Z | Compiling tinystr v0.7.6 |
| 1294 | 2025-01-25T02:56:22.844Z | Compiling der v0.7.9 |
| 1295 | 2025-01-25T02:56:23.229Z | Compiling icu_locid v1.5.0 |
| 1296 | 2025-01-25T02:56:23.250Z | Compiling icu_collections v1.5.0 |
| 1297 | 2025-01-25T02:56:23.273Z | Compiling salsa20 v0.10.2 |
| 1298 | 2025-01-25T02:56:23.511Z | Compiling pest v2.7.14 |
| 1299 | 2025-01-25T02:56:23.814Z | Compiling pbkdf2 v0.12.2 |
| 1300 | 2025-01-25T02:56:23.979Z | Compiling vcpkg v0.2.15 |
| 1301 | 2025-01-25T02:56:24.607Z | Compiling icu_provider v1.5.0 |
| 1302 | 2025-01-25T02:56:24.714Z | Compiling tracing v0.1.40 |
| 1303 | 2025-01-25T02:56:25.237Z | Compiling spki v0.7.3 |
| 1304 | 2025-01-25T02:56:25.305Z | Compiling icu_locid_transform v1.5.0 |
| 1305 | 2025-01-25T02:56:25.567Z | Compiling powerfmt v0.2.0 |
| 1306 | 2025-01-25T02:56:25.641Z | Compiling untrusted v0.9.0 |
| 1307 | 2025-01-25T02:56:25.825Z | Compiling icu_properties_data v1.5.0 |
| 1308 | 2025-01-25T02:56:25.827Z | Compiling untrusted v0.7.1 |
| 1309 | 2025-01-25T02:56:25.868Z | Compiling time-core v0.1.2 |
| 1310 | 2025-01-25T02:56:26.003Z | Compiling mirai-annotations v1.12.0 |
| 1311 | 2025-01-25T02:56:26.041Z | Compiling num-conv v0.1.0 |
| 1312 | 2025-01-25T02:56:26.058Z | Compiling deranged v0.3.11 |
| 1313 | 2025-01-25T02:56:26.089Z | Compiling pest_meta v2.7.14 |
| 1314 | 2025-01-25T02:56:26.206Z | Compiling openssl-sys v0.9.103 |
| 1315 | 2025-01-25T02:56:26.330Z | Compiling time-macros v0.2.18 |
| 1316 | 2025-01-25T02:56:26.547Z | Compiling icu_properties v1.5.1 |
| 1317 | 2025-01-25T02:56:27.223Z | Compiling scrypt v0.11.0 |
| 1318 | 2025-01-25T02:56:27.478Z | Compiling aes v0.8.4 |
| 1319 | 2025-01-25T02:56:27.666Z | Compiling bitflags v2.6.0 |
| 1320 | 2025-01-25T02:56:27.764Z | Compiling bytes v1.9.0 |
| 1321 | 2025-01-25T02:56:28.946Z | Compiling tokio v1.43.0 |
| 1322 | 2025-01-25T02:56:29.352Z | Compiling indexmap v2.7.0 |
| 1323 | 2025-01-25T02:56:29.836Z | Compiling http v1.2.0 |
| 1324 | 2025-01-25T02:56:30.273Z | Compiling semver v1.0.24 |
| 1325 | 2025-01-25T02:56:30.565Z | Compiling cbc v0.1.2 |
| 1326 | 2025-01-25T02:56:30.693Z | Compiling scroll_derive v0.12.0 |
| 1327 | 2025-01-25T02:56:30.820Z | Compiling rustc_version v0.4.1 |
| 1328 | 2025-01-25T02:56:31.030Z | Compiling icu_normalizer_data v1.5.0 |
| 1329 | 2025-01-25T02:56:31.081Z | Compiling utf16_iter v1.0.5 |
| 1330 | 2025-01-25T02:56:31.145Z | Compiling num_threads v0.1.7 |
| 1331 | 2025-01-25T02:56:31.294Z | Compiling write16 v1.0.0 |
| 1332 | 2025-01-25T02:56:31.313Z | Compiling atomic-waker v1.1.2 |
| 1333 | 2025-01-25T02:56:31.441Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2025-01-25T02:56:31.502Z | Compiling http-body v1.0.1 |
| 1335 | 2025-01-25T02:56:31.521Z | Compiling time v0.3.36 |
| 1336 | 2025-01-25T02:56:31.700Z | Compiling which v4.4.2 |
| 1337 | 2025-01-25T02:56:31.750Z | Compiling icu_normalizer v1.5.0 |
| 1338 | 2025-01-25T02:56:31.848Z | Compiling pkcs5 v0.7.1 |
| 1339 | 2025-01-25T02:56:32.117Z | Compiling scroll v0.12.0 |
| 1340 | 2025-01-25T02:56:32.218Z | Compiling pest_generator v2.7.14 |
| 1341 | 2025-01-25T02:56:32.754Z | Compiling form_urlencoded v1.2.1 |
| 1342 | 2025-01-25T02:56:32.880Z | Compiling try-lock v0.2.5 |
| 1343 | 2025-01-25T02:56:32.911Z | Compiling slog v2.7.0 |
| 1344 | 2025-01-25T02:56:33.032Z | Compiling want v0.3.1 |
| 1345 | 2025-01-25T02:56:33.070Z | Compiling goblin v0.8.2 |
| 1346 | 2025-01-25T02:56:33.320Z | Compiling idna_adapter v1.2.0 |
| 1347 | 2025-01-25T02:56:33.500Z | Compiling pkcs8 v0.10.2 |
| 1348 | 2025-01-25T02:56:33.553Z | Compiling uuid v1.12.0 |
| 1349 | 2025-01-25T02:56:33.574Z | Compiling httpdate v1.0.3 |
| 1350 | 2025-01-25T02:56:34.015Z | Compiling iana-time-zone v0.1.61 |
| 1351 | 2025-01-25T02:56:34.088Z | Compiling pest_derive v2.7.14 |
| 1352 | 2025-01-25T02:56:34.180Z | Compiling idna v1.0.3 |
| 1353 | 2025-01-25T02:56:34.405Z | Compiling chrono v0.4.38 |
| 1354 | 2025-01-25T02:56:34.875Z | Compiling dtrace-parser v0.2.0 |
| 1355 | 2025-01-25T02:56:35.690Z | Compiling toml_datetime v0.6.8 |
| 1356 | 2025-01-25T02:56:35.822Z | Compiling serde_tokenstream v0.2.2 |
| 1357 | 2025-01-25T02:56:36.166Z | Compiling serde_spanned v0.6.8 |
| 1358 | 2025-01-25T02:56:36.188Z | Compiling foreign-types-shared v0.1.1 |
| 1359 | 2025-01-25T02:56:36.318Z | Compiling rustversion v1.0.17 |
| 1360 | 2025-01-25T02:56:36.397Z | Compiling base64 v0.22.1 |
| 1361 | 2025-01-25T02:56:36.418Z | Compiling tower-service v0.3.3 |
| 1362 | 2025-01-25T02:56:36.552Z | Compiling adler2 v2.0.0 |
| 1363 | 2025-01-25T02:56:36.773Z | Compiling openssl v0.10.66 |
| 1364 | 2025-01-25T02:56:36.811Z | Compiling tokio-util v0.7.12 |
| 1365 | 2025-01-25T02:56:36.974Z | Compiling match_cfg v0.1.0 |
| 1366 | 2025-01-25T02:56:37.075Z | Compiling hostname v0.3.1 |
| 1367 | 2025-01-25T02:56:37.166Z | Compiling miniz_oxide v0.8.0 |
| 1368 | 2025-01-25T02:56:37.218Z | Compiling foreign-types v0.3.2 |
| 1369 | 2025-01-25T02:56:37.297Z | Compiling url v2.5.3 |
| 1370 | 2025-01-25T02:56:37.810Z | Compiling h2 v0.4.6 |
| 1371 | 2025-01-25T02:56:38.032Z | Compiling openssl-macros v0.1.1 |
| 1372 | 2025-01-25T02:56:38.608Z | Compiling async-trait v0.1.83 |
| 1373 | 2025-01-25T02:56:38.628Z | Compiling serde_derive_internals v0.29.1 |
| 1374 | 2025-01-25T02:56:38.761Z | Compiling dof v0.3.0 |
| 1375 | 2025-01-25T02:56:39.101Z | Compiling dirs-sys-next v0.1.2 |
| 1376 | 2025-01-25T02:56:39.653Z | Compiling usdt-impl v0.5.0 |
| 1377 | 2025-01-25T02:56:40.583Z | Compiling schemars v0.8.21 |
| 1378 | 2025-01-25T02:56:40.940Z | Compiling rustls v0.22.4 |
| 1379 | 2025-01-25T02:56:40.988Z | Compiling siphasher v0.3.11 |
| 1380 | 2025-01-25T02:56:41.024Z | Compiling rustls v0.23.19 |
| 1381 | 2025-01-25T02:56:41.090Z | Compiling data-encoding v2.6.0 |
| 1382 | 2025-01-25T02:56:41.226Z | Compiling syn v1.0.109 |
| 1383 | 2025-01-25T02:56:41.310Z | Compiling native-tls v0.2.12 |
| 1384 | 2025-01-25T02:56:41.368Z | Compiling schemars_derive v0.8.21 |
| 1385 | 2025-01-25T02:56:41.710Z | Compiling dirs-next v2.0.0 |
| 1386 | 2025-01-25T02:56:42.368Z | Compiling http-body-util v0.1.2 |
| 1387 | 2025-01-25T02:56:42.465Z | Compiling heapless v0.7.17 |
| 1388 | 2025-01-25T02:56:42.814Z | Compiling crossbeam-epoch v0.9.18 |
| 1389 | 2025-01-25T02:56:42.894Z | Compiling sha1 v0.10.6 |
| 1390 | 2025-01-25T02:56:43.117Z | Compiling signature v2.2.0 |
| 1391 | 2025-01-25T02:56:43.147Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1392 | 2025-01-25T02:56:43.326Z | Compiling thread_local v1.1.8 |
| 1393 | 2025-01-25T02:56:43.411Z | Compiling multer v3.1.0 |
| 1394 | 2025-01-25T02:56:43.505Z | Compiling encoding_rs v0.8.34 |
| 1395 | 2025-01-25T02:56:43.611Z | Compiling cookie v0.18.1 |
| 1396 | 2025-01-25T02:56:43.709Z | Compiling mime v0.3.17 |
| 1397 | 2025-01-25T02:56:43.795Z | Compiling gimli v0.31.1 |
| 1398 | 2025-01-25T02:56:43.895Z | Compiling ipnet v2.10.1 |
| 1399 | 2025-01-25T02:56:44.183Z | Compiling rayon-core v1.12.1 |
| 1400 | 2025-01-25T02:56:44.315Z | Compiling openssl-probe v0.1.5 |
| 1401 | 2025-01-25T02:56:44.467Z | Compiling dyn-clone v1.0.17 |
| 1402 | 2025-01-25T02:56:44.640Z | Compiling unicode-properties v0.1.3 |
| 1403 | 2025-01-25T02:56:44.687Z | Compiling signal-hook v0.3.17 |
| 1404 | 2025-01-25T02:56:44.947Z | Compiling hyper v1.5.2 |
| 1405 | 2025-01-25T02:56:44.968Z | Compiling slog-async v2.8.0 |
| 1406 | 2025-01-25T02:56:45.053Z | Compiling stringprep v0.1.5 |
| 1407 | 2025-01-25T02:56:45.637Z | Compiling toml_edit v0.22.22 |
| 1408 | 2025-01-25T02:56:47.790Z | Compiling hyper-util v0.1.10 |
| 1409 | 2025-01-25T02:56:47.976Z | Compiling addr2line v0.24.2 |
| 1410 | 2025-01-25T02:56:48.781Z | Compiling crossbeam-deque v0.8.5 |
| 1411 | 2025-01-25T02:56:49.121Z | Compiling usdt-attr-macro v0.5.0 |
| 1412 | 2025-01-25T02:56:49.147Z | Compiling usdt-macro v0.5.0 |
| 1413 | 2025-01-25T02:56:49.621Z | Compiling term v0.7.0 |
| 1414 | 2025-01-25T02:56:49.990Z | Compiling slog-json v2.6.1 |
| 1415 | 2025-01-25T02:56:50.349Z | Compiling serde_urlencoded v0.7.1 |
| 1416 | 2025-01-25T02:56:50.512Z | Compiling curve25519-dalek v4.1.3 |
| 1417 | 2025-01-25T02:56:50.665Z | Compiling crossbeam-channel v0.5.13 |
| 1418 | 2025-01-25T02:56:50.687Z | Compiling futures-executor v0.3.31 |
| 1419 | 2025-01-25T02:56:50.839Z | Compiling enum-as-inner v0.6.1 |
| 1420 | 2025-01-25T02:56:50.965Z | Compiling md-5 v0.10.6 |
| 1421 | 2025-01-25T02:56:51.202Z | Compiling rustls-pemfile v2.2.0 |
| 1422 | 2025-01-25T02:56:51.238Z | Compiling async-stream-impl v0.3.6 |
| 1423 | 2025-01-25T02:56:51.259Z | Compiling num-integer v0.1.46 |
| 1424 | 2025-01-25T02:56:51.537Z | Compiling idna v0.4.0 |
| 1425 | 2025-01-25T02:56:51.699Z | Compiling idna v0.3.0 |
| 1426 | 2025-01-25T02:56:51.896Z | Compiling hash32 v0.2.1 |
| 1427 | 2025-01-25T02:56:51.946Z | Compiling ff v0.13.0 |
| 1428 | 2025-01-25T02:56:52.161Z | Compiling is-terminal v0.4.13 |
| 1429 | 2025-01-25T02:56:52.267Z | Compiling object v0.36.5 |
| 1430 | 2025-01-25T02:56:52.297Z | Compiling dropshot v0.12.0 |
| 1431 | 2025-01-25T02:56:52.523Z | Compiling quick-error v1.2.3 |
| 1432 | 2025-01-25T02:56:52.607Z | Compiling portable-atomic v1.9.0 |
| 1433 | 2025-01-25T02:56:52.695Z | Compiling smoltcp v0.9.1 |
| 1434 | 2025-01-25T02:56:53.077Z | Compiling fallible-iterator v0.2.0 |
| 1435 | 2025-01-25T02:56:53.128Z | Compiling anyhow v1.0.93 |
| 1436 | 2025-01-25T02:56:53.262Z | Compiling rustc-demangle v0.1.24 |
| 1437 | 2025-01-25T02:56:53.319Z | Compiling take_mut v0.2.2 |
| 1438 | 2025-01-25T02:56:53.498Z | Compiling linked-hash-map v0.5.6 |
| 1439 | 2025-01-25T02:56:53.571Z | Compiling psl-types v2.0.11 |
| 1440 | 2025-01-25T02:56:53.718Z | Compiling base16ct v0.2.0 |
| 1441 | 2025-01-25T02:56:53.721Z | Compiling utf-8 v0.7.6 |
| 1442 | 2025-01-25T02:56:53.772Z | Compiling num-bigint-dig v0.8.4 |
| 1443 | 2025-01-25T02:56:53.824Z | Compiling lru-cache v0.1.2 |
| 1444 | 2025-01-25T02:56:54.026Z | Compiling tungstenite v0.24.0 |
| 1445 | 2025-01-25T02:56:54.047Z | Compiling sec1 v0.7.3 |
| 1446 | 2025-01-25T02:56:54.049Z | Compiling publicsuffix v2.2.3 |
| 1447 | 2025-01-25T02:56:54.142Z | Compiling postgres-protocol v0.6.7 |
| 1448 | 2025-01-25T02:56:54.542Z | Compiling resolv-conf v0.7.0 |
| 1449 | 2025-01-25T02:56:54.668Z | Compiling async-stream v0.3.6 |
| 1450 | 2025-01-25T02:56:54.953Z | Compiling hickory-proto v0.24.1 |
| 1451 | 2025-01-25T02:56:55.258Z | Compiling slog-term v2.9.1 |
| 1452 | 2025-01-25T02:56:55.431Z | Compiling usdt v0.5.0 |
| 1453 | 2025-01-25T02:56:55.931Z | Compiling group v0.13.0 |
| 1454 | 2025-01-25T02:56:56.056Z | Compiling num-iter v0.1.45 |
| 1455 | 2025-01-25T02:56:56.260Z | Compiling futures v0.3.31 |
| 1456 | 2025-01-25T02:56:56.383Z | Compiling slog-bunyan v2.5.0 |
| 1457 | 2025-01-25T02:56:56.475Z | Compiling toml v0.8.19 |
| 1458 | 2025-01-25T02:56:56.561Z | Compiling tokio-native-tls v0.3.1 |
| 1459 | 2025-01-25T02:56:57.869Z | Compiling camino v1.1.9 |
| 1460 | 2025-01-25T02:56:57.954Z | Compiling phf_shared v0.11.2 |
| 1461 | 2025-01-25T02:56:58.052Z | Compiling dropshot_endpoint v0.12.0 |
| 1462 | 2025-01-25T02:56:58.495Z | Compiling terminal_size v0.4.0 |
| 1463 | 2025-01-25T02:56:58.505Z | Compiling waitgroup v0.1.2 |
| 1464 | 2025-01-25T02:56:58.529Z | Compiling openapiv3 v2.0.0 |
| 1465 | 2025-01-25T02:56:58.706Z | Compiling serde_path_to_error v0.1.16 |
| 1466 | 2025-01-25T02:56:58.727Z | Compiling hkdf v0.12.4 |
| 1467 | 2025-01-25T02:56:59.003Z | Compiling backtrace v0.3.74 |
| 1468 | 2025-01-25T02:56:59.420Z | Compiling crypto-bigint v0.5.5 |
| 1469 | 2025-01-25T02:56:59.439Z | Compiling webpki-roots v0.26.6 |
| 1470 | 2025-01-25T02:56:59.674Z | Compiling zerocopy-derive v0.6.6 |
| 1471 | 2025-01-25T02:57:01.684Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1472 | 2025-01-25T02:57:01.687Z | Compiling hubpack_derive v0.1.1 |
| 1473 | 2025-01-25T02:57:02.061Z | Compiling idna v0.5.0 |
| 1474 | 2025-01-25T02:57:02.285Z | Compiling hostname v0.4.0 |
| 1475 | 2025-01-25T02:57:02.499Z | Compiling crc32fast v1.4.2 |
| 1476 | 2025-01-25T02:57:02.519Z | Compiling ahash v0.8.11 |
| 1477 | 2025-01-25T02:57:02.549Z | Compiling fs-err v2.11.0 |
| 1478 | 2025-01-25T02:57:02.850Z | Compiling debug-ignore v1.0.5 |
| 1479 | 2025-01-25T02:57:02.870Z | Compiling winnow v0.5.40 |
| 1480 | 2025-01-25T02:57:02.874Z | Compiling managed v0.8.0 |
| 1481 | 2025-01-25T02:57:03.011Z | Compiling newtype-uuid v1.2.1 |
| 1482 | 2025-01-25T02:57:03.081Z | Compiling bitflags v1.3.2 |
| 1483 | 2025-01-25T02:57:03.198Z | Compiling strum_macros v0.25.3 |
| 1484 | 2025-01-25T02:57:03.351Z | Compiling clap_builder v4.5.21 |
| 1485 | 2025-01-25T02:57:04.118Z | Compiling console v0.15.8 |
| 1486 | 2025-01-25T02:57:05.251Z | Compiling cookie_store v0.21.0 |
| 1487 | 2025-01-25T02:57:05.504Z | Compiling flate2 v1.0.34 |
| 1488 | 2025-01-25T02:57:05.618Z | Compiling hubpack v0.1.2 |
| 1489 | 2025-01-25T02:57:06.061Z | Compiling elliptic-curve v0.13.8 |
| 1490 | 2025-01-25T02:57:06.375Z | Compiling toml_edit v0.19.15 |
| 1491 | 2025-01-25T02:57:06.446Z | Compiling zerocopy v0.6.6 |
| 1492 | 2025-01-25T02:57:06.759Z | Compiling hickory-resolver v0.24.1 |
| 1493 | 2025-01-25T02:57:06.919Z | Compiling phf v0.11.2 |
| 1494 | 2025-01-25T02:57:07.158Z | Compiling signal-hook-mio v0.2.4 |
| 1495 | 2025-01-25T02:57:07.210Z | Compiling rayon v1.10.0 |
| 1496 | 2025-01-25T02:57:07.324Z | Compiling hyper-tls v0.6.0 |
| 1497 | 2025-01-25T02:57:07.658Z | Compiling bzip2 v0.4.4 |
| 1498 | 2025-01-25T02:57:08.043Z | Compiling tokio-tungstenite v0.24.0 |
| 1499 | 2025-01-25T02:57:08.577Z | Compiling postgres-types v0.2.8 |
| 1500 | 2025-01-25T02:57:11.180Z | Compiling ed25519 v2.2.3 |
| 1501 | 2025-01-25T02:57:11.454Z | Compiling phf_shared v0.10.0 |
| 1502 | 2025-01-25T02:57:11.617Z | Compiling tokio-stream v0.1.16 |
| 1503 | 2025-01-25T02:57:11.639Z | Compiling pkcs1 v0.7.5 |
| 1504 | 2025-01-25T02:57:11.797Z | Compiling serde-big-array v0.5.1 |
| 1505 | 2025-01-25T02:57:12.042Z | Compiling clap_derive v4.5.18 |
| 1506 | 2025-01-25T02:57:12.562Z | Compiling rfc6979 v0.4.0 |
| 1507 | 2025-01-25T02:57:12.583Z | Compiling derive-where v1.2.7 |
| 1508 | 2025-01-25T02:57:12.604Z | Compiling serde_repr v0.1.19 |
| 1509 | 2025-01-25T02:57:12.758Z | Compiling float-cmp v0.9.0 |
| 1510 | 2025-01-25T02:57:12.995Z | Compiling bstr v1.10.0 |
| 1511 | 2025-01-25T02:57:13.040Z | Compiling sync_wrapper v1.0.1 |
| 1512 | 2025-01-25T02:57:13.207Z | Compiling unicode-width v0.2.0 |
| 1513 | 2025-01-25T02:57:13.552Z | Compiling new_debug_unreachable v1.0.6 |
| 1514 | 2025-01-25T02:57:13.663Z | Compiling whoami v1.5.2 |
| 1515 | 2025-01-25T02:57:13.694Z | Compiling static_assertions v1.1.0 |
| 1516 | 2025-01-25T02:57:13.761Z | Compiling difflib v0.4.0 |
| 1517 | 2025-01-25T02:57:13.798Z | Compiling fixedbitset v0.4.2 |
| 1518 | 2025-01-25T02:57:14.215Z | Compiling bit-vec v0.6.3 |
| 1519 | 2025-01-25T02:57:14.243Z | Compiling precomputed-hash v0.1.1 |
| 1520 | 2025-01-25T02:57:14.380Z | Compiling number_prefix v0.4.0 |
| 1521 | 2025-01-25T02:57:14.556Z | Compiling unicode-segmentation v1.12.0 |
| 1522 | 2025-01-25T02:57:14.624Z | Compiling predicates-core v1.0.8 |
| 1523 | 2025-01-25T02:57:14.627Z | Compiling normalize-line-endings v0.3.0 |
| 1524 | 2025-01-25T02:57:14.769Z | Compiling indicatif v0.17.9 |
| 1525 | 2025-01-25T02:57:14.973Z | Compiling predicates v3.1.2 |
| 1526 | 2025-01-25T02:57:15.102Z | Compiling bit-set v0.5.3 |
| 1527 | 2025-01-25T02:57:15.388Z | Compiling similar v2.6.0 |
| 1528 | 2025-01-25T02:57:15.449Z | Compiling string_cache v0.8.7 |
| 1529 | 2025-01-25T02:57:15.843Z | Compiling petgraph v0.6.5 |
| 1530 | 2025-01-25T02:57:15.912Z | Compiling tokio-postgres v0.7.12 |
| 1531 | 2025-01-25T02:57:16.488Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1532 | 2025-01-25T02:57:16.580Z | Compiling clap v4.5.21 |
| 1533 | 2025-01-25T02:57:16.713Z | Compiling ecdsa v0.16.9 |
| 1534 | 2025-01-25T02:57:16.770Z | Compiling rsa v0.9.6 |
| 1535 | 2025-01-25T02:57:17.517Z | Compiling ed25519-dalek v2.1.1 |
| 1536 | 2025-01-25T02:57:17.536Z | Compiling toml v0.7.8 |
| 1537 | 2025-01-25T02:57:18.878Z | Compiling zip v0.6.6 |
| 1538 | 2025-01-25T02:57:19.116Z | Compiling crossterm v0.28.1 |
| 1539 | 2025-01-25T02:57:20.578Z | Compiling hex v0.4.3 |
| 1540 | 2025-01-25T02:57:20.786Z | Compiling x509-cert v0.2.5 |
| 1541 | 2025-01-25T02:57:21.186Z | Compiling itertools v0.10.5 |
| 1542 | 2025-01-25T02:57:21.570Z | Compiling unicode-xid v0.2.6 |
| 1543 | 2025-01-25T02:57:21.636Z | Compiling peg-runtime v0.8.3 |
| 1544 | 2025-01-25T02:57:21.761Z | Compiling lalrpop-util v0.19.12 |
| 1545 | 2025-01-25T02:57:22.128Z | Compiling strum_macros v0.26.4 |
| 1546 | 2025-01-25T02:57:22.233Z | Compiling xattr v1.3.1 |
| 1547 | 2025-01-25T02:57:22.486Z | Compiling filetime v0.2.25 |
| 1548 | 2025-01-25T02:57:22.781Z | Compiling tar v0.4.42 |
| 1549 | 2025-01-25T02:57:26.844Z | Compiling strum v0.26.3 |
| 1550 | 2025-01-25T02:57:29.939Z | Compiling aws-lc-sys v0.22.0 |
| 1551 | 2025-01-25T02:57:57.939Z | Compiling rustls-webpki v0.102.8 |
| 1552 | 2025-01-25T02:58:01.119Z | Compiling tokio-rustls v0.25.0 |
| 1553 | 2025-01-25T02:58:02.747Z | Compiling tokio-rustls v0.26.0 |
| 1554 | 2025-01-25T02:58:03.059Z | Compiling hyper-rustls v0.27.3 |
| 1555 | 2025-01-25T02:58:03.621Z | Compiling reqwest v0.12.9 |
| 1556 | 2025-01-25T02:58:04.744Z | Compiling qorb v0.2.1 |
| 1557 | 2025-01-25T02:58:07.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1558 | 2025-01-25T02:58:08.114Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1559 | 2025-01-25T02:58:12.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1560 | 2025-01-25T02:58:12.800Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1561 | 2025-01-25T02:58:12.855Z | Jan 25 02:58:12.048 INFO Starting download, target: Cockroach |
| 1562 | 2025-01-25T02:58:12.855Z | Jan 25 02:58:12.048 INFO Starting download, target: Clickhouse |
| 1563 | 2025-01-25T02:58:12.855Z | Jan 25 02:58:12.048 INFO Starting download, target: DendriteOpenapi |
| 1564 | 2025-01-25T02:58:12.855Z | Jan 25 02:58:12.048 INFO Starting download, target: Console |
| 1565 | 2025-01-25T02:58:12.855Z | Jan 25 02:58:12.048 INFO Starting download, target: DendriteStub |
| 1566 | 2025-01-25T02:58:12.855Z | Jan 25 02:58:12.048 INFO Starting download, target: MaghemiteMgd |
| 1567 | 2025-01-25T02:58:12.855Z | Jan 25 02:58:12.048 INFO Starting download, target: TransceiverControl |
| 1568 | 2025-01-25T02:58:12.858Z | Jan 25 02:58:12.049 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1569 | 2025-01-25T02:58:12.858Z | Jan 25 02:58:12.049 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1570 | 2025-01-25T02:58:12.858Z | Jan 25 02:58:12.049 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1571 | 2025-01-25T02:58:12.858Z | Jan 25 02:58:12.049 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1572 | 2025-01-25T02:58:12.858Z | Jan 25 02:58:12.049 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1573 | 2025-01-25T02:58:12.858Z | Jan 25 02:58:12.049 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1574 | 2025-01-25T02:58:12.858Z | Jan 25 02:58:12.049 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1575 | 2025-01-25T02:58:13.045Z | Jan 25 02:58:12.238 INFO Download complete, target: DendriteOpenapi |
| 1576 | 2025-01-25T02:58:13.344Z | Jan 25 02:58:12.507 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1577 | 2025-01-25T02:58:13.450Z | Jan 25 02:58:12.565 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1578 | 2025-01-25T02:58:13.685Z | Jan 25 02:58:12.807 INFO Download complete, target: Console |
| 1579 | 2025-01-25T02:58:14.055Z | Jan 25 02:58:13.169 INFO Download complete, target: TransceiverControl |
| 1580 | 2025-01-25T02:58:14.211Z | Jan 25 02:58:13.323 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1581 | 2025-01-25T02:58:14.720Z | Jan 25 02:58:13.900 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1582 | 2025-01-25T02:58:14.808Z | Jan 25 02:58:13.993 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1583 | 2025-01-25T02:58:15.129Z | Jan 25 02:58:14.321 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1584 | 2025-01-25T02:58:15.130Z | Jan 25 02:58:14.321 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1585 | 2025-01-25T02:58:16.890Z | Jan 25 02:58:16.083 INFO Download complete, target: DendriteStub |
| 1586 | 2025-01-25T02:58:17.564Z | Jan 25 02:58:16.756 INFO Download complete, target: MaghemiteMgd |
| 1587 | 2025-01-25T02:58:22.601Z | Jan 25 02:58:21.793 INFO Checking that binary works, target: Cockroach |
| 1588 | 2025-01-25T02:58:22.766Z | Jan 25 02:58:21.958 INFO Download complete, target: Cockroach |
| 1589 | 2025-01-25T02:58:27.252Z | Jan 25 02:58:26.444 INFO Checking that binary works, target: Clickhouse |
| 1590 | 2025-01-25T02:58:27.366Z | Jan 25 02:58:26.558 INFO Download complete, target: Clickhouse |
| 1591 | 2025-01-25T02:58:27.386Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1592 | 2025-01-25T02:58:27.388Z | |
| 1593 | 2025-01-25T02:58:27.389Z | real 4:40.853845973 |
| 1594 | 2025-01-25T02:58:27.389Z | user 15:46.635667152 |
| 1595 | 2025-01-25T02:58:27.389Z | sys 2:04.724193918 |
| 1596 | 2025-01-25T02:58:27.389Z | trap 0.564389748 |
| 1597 | 2025-01-25T02:58:27.389Z | tflt 3.509489909 |
| 1598 | 2025-01-25T02:58:27.389Z | dflt 2.397325991 |
| 1599 | 2025-01-25T02:58:27.389Z | kflt 0.126265622 |
| 1600 | 2025-01-25T02:58:27.389Z | lock 24:36.321487236 |
| 1601 | 2025-01-25T02:58:27.389Z | slp 55:10.682214400 |
| 1602 | 2025-01-25T02:58:27.389Z | lat 57.559024648 |
| 1603 | 2025-01-25T02:58:27.389Z | stop 2:23.077580456 |
| 1604 | 2025-01-25T02:58:27.389Z | + banner clippy |
| 1605 | 2025-01-25T02:58:27.392Z | |
| 1606 | 2025-01-25T02:58:27.392Z | #### # # ##### ##### # # |
| 1607 | 2025-01-25T02:58:27.392Z | # # # # # # # # # # |
| 1608 | 2025-01-25T02:58:27.392Z | # # # # # # # # |
| 1609 | 2025-01-25T02:58:27.392Z | # # # ##### ##### # |
| 1610 | 2025-01-25T02:58:27.392Z | # # # # # # # |
| 1611 | 2025-01-25T02:58:27.392Z | #### ###### # # # # |
| 1612 | 2025-01-25T02:58:27.392Z | |
| 1613 | 2025-01-25T02:58:27.392Z | + export CARGO_INCREMENTAL=0 |
| 1614 | 2025-01-25T02:58:27.392Z | + CARGO_INCREMENTAL=0 |
| 1615 | 2025-01-25T02:58:27.392Z | + ptime -m cargo xtask clippy |
| 1616 | 2025-01-25T02:58:27.922Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1617 | 2025-01-25T02:58:30.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 1618 | 2025-01-25T02:58:30.873Z | Running `target/debug/xtask clippy` |
| 1619 | 2025-01-25T02:58:30.896Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1620 | 2025-01-25T02:58:31.542Z | Downloading crates ... |
| 1621 | 2025-01-25T02:58:31.849Z | Downloaded assert_cmd v2.0.16 |
| 1622 | 2025-01-25T02:58:31.855Z | Downloaded approx v0.5.1 |
| 1623 | 2025-01-25T02:58:31.857Z | Downloaded datatest-stable v0.2.9 |
| 1624 | 2025-01-25T02:58:31.860Z | Downloaded event-listener-strategy v0.5.2 |
| 1625 | 2025-01-25T02:58:31.862Z | Downloaded criterion-plot v0.5.0 |
| 1626 | 2025-01-25T02:58:31.862Z | Downloaded nested v0.1.1 |
| 1627 | 2025-01-25T02:58:31.865Z | Downloaded async-lock v3.4.0 |
| 1628 | 2025-01-25T02:58:31.868Z | Downloaded escape8259 v0.5.3 |
| 1629 | 2025-01-25T02:58:31.871Z | Downloaded async-object-pool v0.1.5 |
| 1630 | 2025-01-25T02:58:31.883Z | Downloaded pathdiff v0.2.2 |
| 1631 | 2025-01-25T02:58:31.886Z | Downloaded doc-comment v0.3.3 |
| 1632 | 2025-01-25T02:58:31.894Z | Downloaded target-triple v0.1.3 |
| 1633 | 2025-01-25T02:58:31.897Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1634 | 2025-01-25T02:58:31.897Z | Downloaded cfg-expr v0.17.0 |
| 1635 | 2025-01-25T02:58:31.902Z | Downloaded indoc v2.0.5 |
| 1636 | 2025-01-25T02:58:31.905Z | Downloaded stringmetrics v2.2.2 |
| 1637 | 2025-01-25T02:58:31.905Z | Downloaded plotters-backend v0.3.7 |
| 1638 | 2025-01-25T02:58:31.909Z | Downloaded kv-log-macro v1.0.7 |
| 1639 | 2025-01-25T02:58:31.911Z | Downloaded proc-macro-crate v3.2.0 |
| 1640 | 2025-01-25T02:58:31.914Z | Downloaded threadpool v1.8.1 |
| 1641 | 2025-01-25T02:58:31.917Z | Downloaded num_cpus v1.16.0 |
| 1642 | 2025-01-25T02:58:31.919Z | Downloaded blocking v1.6.1 |
| 1643 | 2025-01-25T02:58:31.919Z | Downloaded parking v2.2.1 |
| 1644 | 2025-01-25T02:58:31.922Z | Downloaded async-signal v0.2.10 |
| 1645 | 2025-01-25T02:58:31.922Z | Downloaded async-process v2.3.0 |
| 1646 | 2025-01-25T02:58:31.925Z | Downloaded anes v0.1.6 |
| 1647 | 2025-01-25T02:58:31.930Z | Downloaded path-tree v0.8.1 |
| 1648 | 2025-01-25T02:58:31.932Z | Downloaded oorandom v11.1.4 |
| 1649 | 2025-01-25T02:58:31.932Z | Downloaded cast v0.3.0 |
| 1650 | 2025-01-25T02:58:31.935Z | Downloaded async-channel v2.3.1 |
| 1651 | 2025-01-25T02:58:31.935Z | Downloaded piper v0.2.4 |
| 1652 | 2025-01-25T02:58:31.938Z | Downloaded plotters-svg v0.3.7 |
| 1653 | 2025-01-25T02:58:31.938Z | Downloaded event-listener v2.5.3 |
| 1654 | 2025-01-25T02:58:31.938Z | Downloaded async-global-executor v2.4.1 |
| 1655 | 2025-01-25T02:58:31.940Z | Downloaded tinytemplate v1.2.1 |
| 1656 | 2025-01-25T02:58:31.943Z | Downloaded relative-path v1.9.3 |
| 1657 | 2025-01-25T02:58:31.943Z | Downloaded libtest-mimic v0.7.3 |
| 1658 | 2025-01-25T02:58:31.946Z | Downloaded futures-timer v3.0.3 |
| 1659 | 2025-01-25T02:58:31.946Z | Downloaded futures-lite v2.3.0 |
| 1660 | 2025-01-25T02:58:31.948Z | Downloaded async-attributes v1.1.2 |
| 1661 | 2025-01-25T02:58:31.949Z | Downloaded rust-argon2 v2.1.0 |
| 1662 | 2025-01-25T02:58:31.951Z | Downloaded async-channel v1.9.0 |
| 1663 | 2025-01-25T02:58:31.954Z | Downloaded target-spec v3.2.2 |
| 1664 | 2025-01-25T02:58:31.956Z | Downloaded async-task v4.7.1 |
| 1665 | 2025-01-25T02:58:31.959Z | Downloaded hyper-rustls v0.26.0 |
| 1666 | 2025-01-25T02:58:31.961Z | Downloaded similar-asserts v1.6.0 |
| 1667 | 2025-01-25T02:58:31.964Z | Downloaded serde_regex v1.1.0 |
| 1668 | 2025-01-25T02:58:31.964Z | Downloaded blake2b_simd v1.0.2 |
| 1669 | 2025-01-25T02:58:31.964Z | Downloaded async-executor v1.13.1 |
| 1670 | 2025-01-25T02:58:31.966Z | Downloaded rustls-native-certs v0.7.3 |
| 1671 | 2025-01-25T02:58:31.969Z | Downloaded partial-io v0.5.4 |
| 1672 | 2025-01-25T02:58:31.972Z | Downloaded assert-json-diff v2.0.2 |
| 1673 | 2025-01-25T02:58:31.972Z | Downloaded trybuild v1.0.101 |
| 1674 | 2025-01-25T02:58:31.975Z | Downloaded rstest v0.23.0 |
| 1675 | 2025-01-25T02:58:31.980Z | Downloaded concurrent-queue v2.5.0 |
| 1676 | 2025-01-25T02:58:31.983Z | Downloaded async-io v2.3.4 |
| 1677 | 2025-01-25T02:58:31.987Z | Downloaded rand_distr v0.4.3 |
| 1678 | 2025-01-25T02:58:32.006Z | Downloaded yansi v1.0.1 |
| 1679 | 2025-01-25T02:58:32.008Z | Downloaded fancy-regex v0.13.0 |
| 1680 | 2025-01-25T02:58:32.009Z | Downloaded rstest_macros v0.23.0 |
| 1681 | 2025-01-25T02:58:32.011Z | Downloaded pretty_assertions v1.4.1 |
| 1682 | 2025-01-25T02:58:32.014Z | Downloaded polling v3.7.3 |
| 1683 | 2025-01-25T02:58:32.018Z | Downloaded event-listener v5.3.1 |
| 1684 | 2025-01-25T02:58:32.025Z | Downloaded target-lexicon v0.12.16 |
| 1685 | 2025-01-25T02:58:32.025Z | Downloaded guppy v0.17.8 |
| 1686 | 2025-01-25T02:58:32.029Z | Downloaded criterion v0.5.1 |
| 1687 | 2025-01-25T02:58:32.033Z | Downloaded httptest v0.16.1 |
| 1688 | 2025-01-25T02:58:32.037Z | Downloaded plotters v0.3.7 |
| 1689 | 2025-01-25T02:58:32.042Z | Downloaded async-std v1.13.0 |
| 1690 | 2025-01-25T02:58:32.124Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1691 | 2025-01-25T02:58:33.027Z | Checking cfg-if v1.0.0 |
| 1692 | 2025-01-25T02:58:33.035Z | Checking libc v0.2.169 |
| 1693 | 2025-01-25T02:58:33.035Z | Checking serde v1.0.217 |
| 1694 | 2025-01-25T02:58:33.037Z | Checking memchr v2.7.4 |
| 1695 | 2025-01-25T02:58:33.055Z | Checking value-bag v1.9.0 |
| 1696 | 2025-01-25T02:58:33.085Z | Checking scopeguard v1.2.0 |
| 1697 | 2025-01-25T02:58:33.110Z | Checking zeroize v1.8.1 |
| 1698 | 2025-01-25T02:58:33.136Z | Checking itoa v1.0.11 |
| 1699 | 2025-01-25T02:58:33.138Z | Checking smallvec v1.13.2 |
| 1700 | 2025-01-25T02:58:33.223Z | Checking lock_api v0.4.12 |
| 1701 | 2025-01-25T02:58:33.376Z | Checking byteorder v1.5.0 |
| 1702 | 2025-01-25T02:58:33.406Z | Checking pin-project-lite v0.2.14 |
| 1703 | 2025-01-25T02:58:33.461Z | Checking log v0.4.22 |
| 1704 | 2025-01-25T02:58:33.488Z | Checking subtle v2.6.1 |
| 1705 | 2025-01-25T02:58:33.532Z | Checking once_cell v1.20.2 |
| 1706 | 2025-01-25T02:58:33.606Z | Checking typenum v1.17.0 |
| 1707 | 2025-01-25T02:58:33.754Z | Checking libm v0.2.8 |
| 1708 | 2025-01-25T02:58:33.801Z | Checking futures-core v0.3.31 |
| 1709 | 2025-01-25T02:58:33.830Z | Checking zerocopy v0.7.35 |
| 1710 | 2025-01-25T02:58:33.865Z | Checking ryu v1.0.18 |
| 1711 | 2025-01-25T02:58:33.927Z | Checking getrandom v0.2.15 |
| 1712 | 2025-01-25T02:58:33.955Z | Checking signal-hook-registry v1.4.2 |
| 1713 | 2025-01-25T02:58:33.995Z | Checking parking_lot_core v0.9.10 |
| 1714 | 2025-01-25T02:58:34.113Z | Checking mio v1.0.2 |
| 1715 | 2025-01-25T02:58:34.172Z | Checking rand_core v0.6.4 |
| 1716 | 2025-01-25T02:58:34.219Z | Checking thiserror v1.0.69 |
| 1717 | 2025-01-25T02:58:34.337Z | Checking parking_lot v0.12.3 |
| 1718 | 2025-01-25T02:58:34.373Z | Checking spin v0.9.8 |
| 1719 | 2025-01-25T02:58:34.478Z | Checking socket2 v0.5.7 |
| 1720 | 2025-01-25T02:58:34.619Z | Checking num-traits v0.2.19 |
| 1721 | 2025-01-25T02:58:34.679Z | Checking const-oid v0.9.6 |
| 1722 | 2025-01-25T02:58:34.709Z | Checking allocator-api2 v0.2.18 |
| 1723 | 2025-01-25T02:58:34.738Z | Checking generic-array v0.14.7 |
| 1724 | 2025-01-25T02:58:34.764Z | Checking futures-io v0.3.31 |
| 1725 | 2025-01-25T02:58:34.923Z | Checking slab v0.4.9 |
| 1726 | 2025-01-25T02:58:34.962Z | Checking cpufeatures v0.2.14 |
| 1727 | 2025-01-25T02:58:34.991Z | Checking futures-sink v0.3.31 |
| 1728 | 2025-01-25T02:58:35.084Z | Checking equivalent v1.0.1 |
| 1729 | 2025-01-25T02:58:35.151Z | Checking pin-utils v0.1.0 |
| 1730 | 2025-01-25T02:58:35.178Z | Checking foldhash v0.1.3 |
| 1731 | 2025-01-25T02:58:35.222Z | Checking futures-channel v0.3.31 |
| 1732 | 2025-01-25T02:58:35.263Z | Checking futures-task v0.3.31 |
| 1733 | 2025-01-25T02:58:35.297Z | Checking iana-time-zone v0.1.61 |
| 1734 | 2025-01-25T02:58:35.409Z | Checking hashbrown v0.15.1 |
| 1735 | 2025-01-25T02:58:35.478Z | Checking stable_deref_trait v1.2.0 |
| 1736 | 2025-01-25T02:58:35.523Z | Checking fnv v1.0.7 |
| 1737 | 2025-01-25T02:58:35.590Z | Checking futures-util v0.3.31 |
| 1738 | 2025-01-25T02:58:35.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2025-01-25T02:58:35.671Z | Checking tracing-core v0.1.32 |
| 1740 | 2025-01-25T02:58:35.792Z | Checking crypto-common v0.1.6 |
| 1741 | 2025-01-25T02:58:35.925Z | Checking block-buffer v0.10.4 |
| 1742 | 2025-01-25T02:58:36.043Z | Checking ppv-lite86 v0.2.20 |
| 1743 | 2025-01-25T02:58:36.173Z | Checking errno v0.3.9 |
| 1744 | 2025-01-25T02:58:36.176Z | Checking dyn-clone v1.0.17 |
| 1745 | 2025-01-25T02:58:36.347Z | Checking tracing v0.1.40 |
| 1746 | 2025-01-25T02:58:36.375Z | Checking zerofrom v0.1.4 |
| 1747 | 2025-01-25T02:58:36.378Z | Checking percent-encoding v2.3.1 |
| 1748 | 2025-01-25T02:58:36.503Z | Checking block-padding v0.3.3 |
| 1749 | 2025-01-25T02:58:36.569Z | Checking digest v0.10.7 |
| 1750 | 2025-01-25T02:58:36.597Z | Checking yoke v0.7.4 |
| 1751 | 2025-01-25T02:58:36.628Z | Checking litemap v0.7.3 |
| 1752 | 2025-01-25T02:58:36.675Z | Checking writeable v0.5.5 |
| 1753 | 2025-01-25T02:58:36.711Z | Checking inout v0.1.3 |
| 1754 | 2025-01-25T02:58:36.736Z | Checking rand_chacha v0.3.1 |
| 1755 | 2025-01-25T02:58:36.921Z | Checking zerovec v0.10.4 |
| 1756 | 2025-01-25T02:58:36.923Z | Checking crossbeam-utils v0.8.20 |
| 1757 | 2025-01-25T02:58:36.972Z | Checking tinyvec_macros v0.1.1 |
| 1758 | 2025-01-25T02:58:36.975Z | Checking cipher v0.4.4 |
| 1759 | 2025-01-25T02:58:37.018Z | Checking form_urlencoded v1.2.1 |
| 1760 | 2025-01-25T02:58:37.074Z | Checking tinyvec v1.8.0 |
| 1761 | 2025-01-25T02:58:37.118Z | Checking rand v0.8.5 |
| 1762 | 2025-01-25T02:58:37.222Z | Checking httparse v1.9.5 |
| 1763 | 2025-01-25T02:58:37.315Z | Checking bytes v1.9.0 |
| 1764 | 2025-01-25T02:58:37.397Z | Checking bitflags v2.6.0 |
| 1765 | 2025-01-25T02:58:37.653Z | Checking serde_json v1.0.135 |
| 1766 | 2025-01-25T02:58:37.682Z | Checking chrono v0.4.38 |
| 1767 | 2025-01-25T02:58:37.714Z | Checking indexmap v2.7.0 |
| 1768 | 2025-01-25T02:58:38.081Z | Checking tokio v1.43.0 |
| 1769 | 2025-01-25T02:58:38.297Z | Checking uuid v1.12.0 |
| 1770 | 2025-01-25T02:58:38.371Z | Checking rustix v0.38.37 |
| 1771 | 2025-01-25T02:58:38.415Z | Checking http v1.2.0 |
| 1772 | 2025-01-25T02:58:38.893Z | Checking tinystr v0.7.6 |
| 1773 | 2025-01-25T02:58:38.945Z | Checking regex-syntax v0.8.5 |
| 1774 | 2025-01-25T02:58:39.225Z | Checking icu_locid v1.5.0 |
| 1775 | 2025-01-25T02:58:39.278Z | Checking unicode-ident v1.0.14 |
| 1776 | 2025-01-25T02:58:39.472Z | Checking icu_locid_transform_data v1.5.0 |
| 1777 | 2025-01-25T02:58:39.595Z | Checking atomic-waker v1.1.2 |
| 1778 | 2025-01-25T02:58:39.651Z | Checking icu_collections v1.5.0 |
| 1779 | 2025-01-25T02:58:39.654Z | Checking schemars v0.8.21 |
| 1780 | 2025-01-25T02:58:39.758Z | Checking unicode-normalization v0.1.24 |
| 1781 | 2025-01-25T02:58:40.018Z | Checking icu_properties_data v1.5.0 |
| 1782 | 2025-01-25T02:58:40.133Z | Checking icu_provider v1.5.0 |
| 1783 | 2025-01-25T02:58:40.258Z | Checking untrusted v0.9.0 |
| 1784 | 2025-01-25T02:58:40.301Z | Checking aho-corasick v1.1.3 |
| 1785 | 2025-01-25T02:58:40.433Z | Checking ring v0.17.8 |
| 1786 | 2025-01-25T02:58:40.734Z | Checking write16 v1.0.0 |
| 1787 | 2025-01-25T02:58:40.782Z | Checking icu_locid_transform v1.5.0 |
| 1788 | 2025-01-25T02:58:40.881Z | Checking icu_normalizer_data v1.5.0 |
| 1789 | 2025-01-25T02:58:41.008Z | Checking utf8_iter v1.0.4 |
| 1790 | 2025-01-25T02:58:41.154Z | Checking base64ct v1.6.0 |
| 1791 | 2025-01-25T02:58:41.233Z | Checking unicode-bidi v0.3.17 |
| 1792 | 2025-01-25T02:58:41.616Z | Checking utf16_iter v1.0.5 |
| 1793 | 2025-01-25T02:58:41.723Z | Checking proc-macro2 v1.0.92 |
| 1794 | 2025-01-25T02:58:41.814Z | Checking hmac v0.12.1 |
| 1795 | 2025-01-25T02:58:41.842Z | Checking icu_properties v1.5.1 |
| 1796 | 2025-01-25T02:58:41.872Z | Checking sha2 v0.10.8 |
| 1797 | 2025-01-25T02:58:41.875Z | Checking powerfmt v0.2.0 |
| 1798 | 2025-01-25T02:58:42.039Z | Checking num_threads v0.1.7 |
| 1799 | 2025-01-25T02:58:42.123Z | Checking regex-automata v0.4.8 |
| 1800 | 2025-01-25T02:58:42.158Z | Checking time-core v0.1.2 |
| 1801 | 2025-01-25T02:58:42.187Z | Checking num-conv v0.1.0 |
| 1802 | 2025-01-25T02:58:42.190Z | Checking deranged v0.3.11 |
| 1803 | 2025-01-25T02:58:42.332Z | Checking rustls-pki-types v1.10.0 |
| 1804 | 2025-01-25T02:58:42.377Z | Checking quote v1.0.38 |
| 1805 | 2025-01-25T02:58:42.405Z | Checking lazy_static v1.5.0 |
| 1806 | 2025-01-25T02:58:42.432Z | Checking adler2 v2.0.0 |
| 1807 | 2025-01-25T02:58:42.541Z | Checking http-body v1.0.1 |
| 1808 | 2025-01-25T02:58:42.614Z | Checking miniz_oxide v0.8.0 |
| 1809 | 2025-01-25T02:58:42.695Z | Checking syn v2.0.96 |
| 1810 | 2025-01-25T02:58:42.753Z | Checking aws-lc-sys v0.22.0 |
| 1811 | 2025-01-25T02:58:42.849Z | Checking httpdate v1.0.3 |
| 1812 | 2025-01-25T02:58:43.092Z | Checking untrusted v0.7.1 |
| 1813 | 2025-01-25T02:58:43.278Z | Checking mirai-annotations v1.12.0 |
| 1814 | 2025-01-25T02:58:43.341Z | Checking base64 v0.22.1 |
| 1815 | 2025-01-25T02:58:43.488Z | Checking try-lock v0.2.5 |
| 1816 | 2025-01-25T02:58:43.526Z | Checking time v0.3.36 |
| 1817 | 2025-01-25T02:58:43.652Z | Checking want v0.3.1 |
| 1818 | 2025-01-25T02:58:43.814Z | Checking pem-rfc7468 v0.7.0 |
| 1819 | 2025-01-25T02:58:43.849Z | Checking ahash v0.8.11 |
| 1820 | 2025-01-25T02:58:44.089Z | Checking flagset v0.4.6 |
| 1821 | 2025-01-25T02:58:44.308Z | Checking tower-service v0.3.3 |
| 1822 | 2025-01-25T02:58:44.357Z | Checking der v0.7.9 |
| 1823 | 2025-01-25T02:58:44.455Z | Checking pbkdf2 v0.12.2 |
| 1824 | 2025-01-25T02:58:44.646Z | Checking aes v0.8.4 |
| 1825 | 2025-01-25T02:58:44.749Z | Checking tokio-util v0.7.12 |
| 1826 | 2025-01-25T02:58:44.829Z | Checking aws-lc-rs v1.10.0 |
| 1827 | 2025-01-25T02:58:45.090Z | Checking icu_normalizer v1.5.0 |
| 1828 | 2025-01-25T02:58:45.540Z | Checking mime v0.3.17 |
| 1829 | 2025-01-25T02:58:45.594Z | Checking h2 v0.4.6 |
| 1830 | 2025-01-25T02:58:45.792Z | Checking salsa20 v0.10.2 |
| 1831 | 2025-01-25T02:58:45.874Z | Checking idna_adapter v1.2.0 |
| 1832 | 2025-01-25T02:58:45.901Z | Checking cbc v0.1.2 |
| 1833 | 2025-01-25T02:58:46.033Z | Checking slog v2.7.0 |
| 1834 | 2025-01-25T02:58:46.096Z | Checking idna v1.0.3 |
| 1835 | 2025-01-25T02:58:46.129Z | Checking spki v0.7.3 |
| 1836 | 2025-01-25T02:58:46.156Z | Checking scrypt v0.11.0 |
| 1837 | 2025-01-25T02:58:46.397Z | Checking http-body-util v0.1.2 |
| 1838 | 2025-01-25T02:58:46.427Z | Checking regex v1.11.1 |
| 1839 | 2025-01-25T02:58:46.457Z | Checking semver v1.0.24 |
| 1840 | 2025-01-25T02:58:46.480Z | Checking ipnet v2.10.1 |
| 1841 | 2025-01-25T02:58:46.538Z | Checking rustls-webpki v0.102.8 |
| 1842 | 2025-01-25T02:58:46.581Z | Checking url v2.5.3 |
| 1843 | 2025-01-25T02:58:46.810Z | Checking gimli v0.31.1 |
| 1844 | 2025-01-25T02:58:46.865Z | Checking pkcs5 v0.7.1 |
| 1845 | 2025-01-25T02:58:46.945Z | Checking rustls-pemfile v2.2.0 |
| 1846 | 2025-01-25T02:58:46.995Z | Checking object v0.36.5 |
| 1847 | 2025-01-25T02:58:47.175Z | Checking rustc-demangle v0.1.24 |
| 1848 | 2025-01-25T02:58:47.303Z | Checking openssl-probe v0.1.5 |
| 1849 | 2025-01-25T02:58:47.378Z | Checking foreign-types-shared v0.1.1 |
| 1850 | 2025-01-25T02:58:47.418Z | Checking utf8parse v0.2.2 |
| 1851 | 2025-01-25T02:58:47.481Z | Checking pkcs8 v0.10.2 |
| 1852 | 2025-01-25T02:58:47.512Z | Checking foreign-types v0.3.2 |
| 1853 | 2025-01-25T02:58:47.586Z | Checking futures-executor v0.3.31 |
| 1854 | 2025-01-25T02:58:47.613Z | Checking serde_urlencoded v0.7.1 |
| 1855 | 2025-01-25T02:58:47.616Z | Checking toml_datetime v0.6.8 |
| 1856 | 2025-01-25T02:58:47.812Z | Checking serde_spanned v0.6.8 |
| 1857 | 2025-01-25T02:58:47.839Z | Checking openssl-sys v0.9.103 |
| 1858 | 2025-01-25T02:58:47.932Z | Checking encoding_rs v0.8.34 |
| 1859 | 2025-01-25T02:58:48.012Z | Checking data-encoding v2.6.0 |
| 1860 | 2025-01-25T02:58:48.047Z | Checking unicode-width v0.1.14 |
| 1861 | 2025-01-25T02:58:48.578Z | Checking futures v0.3.31 |
| 1862 | 2025-01-25T02:58:48.605Z | Checking either v1.13.0 |
| 1863 | 2025-01-25T02:58:48.638Z | Checking anstyle v1.0.10 |
| 1864 | 2025-01-25T02:58:48.688Z | Checking rustls v0.23.19 |
| 1865 | 2025-01-25T02:58:48.976Z | Checking sha1 v0.10.6 |
| 1866 | 2025-01-25T02:58:48.979Z | Checking openssl v0.10.66 |
| 1867 | 2025-01-25T02:58:49.024Z | Checking idna v0.3.0 |
| 1868 | 2025-01-25T02:58:49.286Z | Checking openapiv3 v2.0.0 |
| 1869 | 2025-01-25T02:58:49.913Z | Checking psl-types v2.0.11 |
| 1870 | 2025-01-25T02:58:50.118Z | Checking publicsuffix v2.2.3 |
| 1871 | 2025-01-25T02:58:50.322Z | Checking anstyle-parse v0.2.5 |
| 1872 | 2025-01-25T02:58:50.379Z | Checking cookie v0.18.1 |
| 1873 | 2025-01-25T02:58:50.478Z | Checking addr2line v0.24.2 |
| 1874 | 2025-01-25T02:58:50.587Z | Checking webpki-roots v0.26.6 |
| 1875 | 2025-01-25T02:58:50.826Z | Checking idna v0.5.0 |
| 1876 | 2025-01-25T02:58:50.861Z | Checking camino v1.1.9 |
| 1877 | 2025-01-25T02:58:51.026Z | Checking anstyle-query v1.1.1 |
| 1878 | 2025-01-25T02:58:51.180Z | Checking is_terminal_polyfill v1.70.1 |
| 1879 | 2025-01-25T02:58:51.333Z | Checking colorchoice v1.0.2 |
| 1880 | 2025-01-25T02:58:51.399Z | Checking winnow v0.6.20 |
| 1881 | 2025-01-25T02:58:51.497Z | Checking anstream v0.6.15 |
| 1882 | 2025-01-25T02:58:51.661Z | Checking hyper v1.5.2 |
| 1883 | 2025-01-25T02:58:51.781Z | Checking cookie_store v0.21.0 |
| 1884 | 2025-01-25T02:58:51.884Z | Checking terminal_size v0.4.0 |
| 1885 | 2025-01-25T02:58:52.079Z | Checking signature v2.2.0 |
| 1886 | 2025-01-25T02:58:52.306Z | Checking sync_wrapper v1.0.1 |
| 1887 | 2025-01-25T02:58:52.412Z | Checking strsim v0.11.1 |
| 1888 | 2025-01-25T02:58:52.442Z | Checking clap_lex v0.7.2 |
| 1889 | 2025-01-25T02:58:52.475Z | Checking scroll v0.12.0 |
| 1890 | 2025-01-25T02:58:52.695Z | Checking is-terminal v0.4.13 |
| 1891 | 2025-01-25T02:58:52.723Z | Checking clap_builder v4.5.21 |
| 1892 | 2025-01-25T02:58:52.829Z | Checking backtrace v0.3.74 |
| 1893 | 2025-01-25T02:58:52.856Z | Checking plain v0.2.3 |
| 1894 | 2025-01-25T02:58:52.924Z | Checking ucd-trie v0.1.7 |
| 1895 | 2025-01-25T02:58:53.024Z | Checking goblin v0.8.2 |
| 1896 | 2025-01-25T02:58:53.163Z | Checking pest v2.7.14 |
| 1897 | 2025-01-25T02:58:53.395Z | Checking anyhow v1.0.93 |
| 1898 | 2025-01-25T02:58:53.609Z | Checking hyper-util v0.1.10 |
| 1899 | 2025-01-25T02:58:53.757Z | Checking tokio-rustls v0.26.0 |
| 1900 | 2025-01-25T02:58:53.786Z | Checking base16ct v0.2.0 |
| 1901 | 2025-01-25T02:58:54.015Z | Checking pretty-hex v0.4.1 |
| 1902 | 2025-01-25T02:58:54.045Z | Checking sec1 v0.7.3 |
| 1903 | 2025-01-25T02:58:54.049Z | Checking native-tls v0.2.12 |
| 1904 | 2025-01-25T02:58:54.140Z | Checking num-integer v0.1.46 |
| 1905 | 2025-01-25T02:58:54.205Z | Checking ff v0.13.0 |
| 1906 | 2025-01-25T02:58:54.372Z | Checking tokio-native-tls v0.3.1 |
| 1907 | 2025-01-25T02:58:54.430Z | Checking thread-id v4.2.2 |
| 1908 | 2025-01-25T02:58:54.434Z | Checking group v0.13.0 |
| 1909 | 2025-01-25T02:58:54.560Z | Checking toml_edit v0.22.22 |
| 1910 | 2025-01-25T02:58:54.618Z | Checking hkdf v0.12.4 |
| 1911 | 2025-01-25T02:58:54.637Z | Checking crypto-bigint v0.5.5 |
| 1912 | 2025-01-25T02:58:54.710Z | Checking dirs-sys-next v0.1.2 |
| 1913 | 2025-01-25T02:58:54.832Z | Checking memmap v0.7.0 |
| 1914 | 2025-01-25T02:58:54.911Z | Checking crc32fast v1.4.2 |
| 1915 | 2025-01-25T02:58:55.055Z | Checking bitflags v1.3.2 |
| 1916 | 2025-01-25T02:58:55.180Z | Checking static_assertions v1.1.0 |
| 1917 | 2025-01-25T02:58:55.207Z | Checking utf-8 v0.7.6 |
| 1918 | 2025-01-25T02:58:55.284Z | Checking dirs-next v2.0.0 |
| 1919 | 2025-01-25T02:58:55.429Z | Checking crossbeam-channel v0.5.13 |
| 1920 | 2025-01-25T02:58:55.455Z | Checking thread_local v1.1.8 |
| 1921 | 2025-01-25T02:58:55.531Z | Checking hyper-rustls v0.27.3 |
| 1922 | 2025-01-25T02:58:55.561Z | Checking hyper-tls v0.6.0 |
| 1923 | 2025-01-25T02:58:55.733Z | Checking clap v4.5.21 |
| 1924 | 2025-01-25T02:58:55.761Z | Checking dtrace-parser v0.2.0 |
| 1925 | 2025-01-25T02:58:55.857Z | Checking unicode-segmentation v1.12.0 |
| 1926 | 2025-01-25T02:58:55.886Z | Checking term v0.7.0 |
| 1927 | 2025-01-25T02:58:55.909Z | Checking reqwest v0.12.9 |
| 1928 | 2025-01-25T02:58:56.167Z | Checking num-iter v0.1.45 |
| 1929 | 2025-01-25T02:58:56.264Z | Checking crossbeam-epoch v0.9.18 |
| 1930 | 2025-01-25T02:58:56.332Z | Checking match_cfg v0.1.0 |
| 1931 | 2025-01-25T02:58:56.359Z | Checking take_mut v0.2.2 |
| 1932 | 2025-01-25T02:58:56.433Z | Checking hostname v0.3.1 |
| 1933 | 2025-01-25T02:58:56.518Z | Checking slog-async v2.8.0 |
| 1934 | 2025-01-25T02:58:56.552Z | Checking slog-term v2.9.1 |
| 1935 | 2025-01-25T02:58:56.585Z | Checking itertools v0.10.5 |
| 1936 | 2025-01-25T02:58:56.675Z | Checking bstr v1.10.0 |
| 1937 | 2025-01-25T02:58:56.832Z | Checking rfc6979 v0.4.0 |
| 1938 | 2025-01-25T02:58:57.026Z | Checking hex v0.4.3 |
| 1939 | 2025-01-25T02:58:57.057Z | Checking managed v0.8.0 |
| 1940 | 2025-01-25T02:58:57.087Z | Checking toml v0.8.19 |
| 1941 | 2025-01-25T02:58:57.291Z | Checking elliptic-curve v0.13.8 |
| 1942 | 2025-01-25T02:58:57.431Z | Checking winnow v0.5.40 |
| 1943 | 2025-01-25T02:58:57.488Z | Checking crossbeam-deque v0.8.5 |
| 1944 | 2025-01-25T02:58:57.593Z | Checking num-bigint-dig v0.8.4 |
| 1945 | 2025-01-25T02:58:57.666Z | Checking flate2 v1.0.34 |
| 1946 | 2025-01-25T02:58:57.749Z | Checking dof v0.3.0 |
| 1947 | 2025-01-25T02:58:57.788Z | Checking pkcs1 v0.7.5 |
| 1948 | 2025-01-25T02:58:57.823Z | Checking rustls v0.22.4 |
| 1949 | 2025-01-25T02:58:57.880Z | Checking ecdsa v0.16.9 |
| 1950 | 2025-01-25T02:58:58.202Z | Checking curve25519-dalek v4.1.3 |
| 1951 | 2025-01-25T02:58:58.279Z | Checking zerocopy v0.6.6 |
| 1952 | 2025-01-25T02:58:58.327Z | Checking usdt-impl v0.5.0 |
| 1953 | 2025-01-25T02:58:58.570Z | Checking siphasher v0.3.11 |
| 1954 | 2025-01-25T02:58:58.658Z | Checking rayon-core v1.12.1 |
| 1955 | 2025-01-25T02:58:58.879Z | Checking usdt v0.5.0 |
| 1956 | 2025-01-25T02:58:58.908Z | Checking ed25519 v2.2.3 |
| 1957 | 2025-01-25T02:58:58.936Z | Checking slog-json v2.6.1 |
| 1958 | 2025-01-25T02:58:59.159Z | Checking signal-hook v0.3.17 |
| 1959 | 2025-01-25T02:58:59.219Z | Checking debug-ignore v1.0.5 |
| 1960 | 2025-01-25T02:58:59.246Z | Checking quick-error v1.2.3 |
| 1961 | 2025-01-25T02:58:59.341Z | Checking slog-bunyan v2.5.0 |
| 1962 | 2025-01-25T02:58:59.384Z | Checking multer v3.1.0 |
| 1963 | 2025-01-25T02:58:59.413Z | Checking x509-cert v0.2.5 |
| 1964 | 2025-01-25T02:58:59.513Z | Checking idna v0.4.0 |
| 1965 | 2025-01-25T02:58:59.540Z | Checking waitgroup v0.1.2 |
| 1966 | 2025-01-25T02:58:59.567Z | Checking rsa v0.9.6 |
| 1967 | 2025-01-25T02:58:59.705Z | Checking serde_path_to_error v0.1.16 |
| 1968 | 2025-01-25T02:58:59.780Z | Checking hubpack v0.1.2 |
| 1969 | 2025-01-25T02:59:00.064Z | Checking ed25519-dalek v2.1.1 |
| 1970 | 2025-01-25T02:59:00.093Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1971 | 2025-01-25T02:59:00.096Z | Checking toml_edit v0.19.15 |
| 1972 | 2025-01-25T02:59:00.232Z | Checking async-stream v0.3.6 |
| 1973 | 2025-01-25T02:59:00.295Z | Checking hostname v0.4.0 |
| 1974 | 2025-01-25T02:59:00.384Z | Checking bit-vec v0.6.3 |
| 1975 | 2025-01-25T02:59:00.424Z | Checking hickory-proto v0.24.1 |
| 1976 | 2025-01-25T02:59:00.451Z | Checking bzip2 v0.4.4 |
| 1977 | 2025-01-25T02:59:00.454Z | Checking signal-hook-mio v0.2.4 |
| 1978 | 2025-01-25T02:59:00.545Z | Checking console v0.15.8 |
| 1979 | 2025-01-25T02:59:00.609Z | Checking hash32 v0.2.1 |
| 1980 | 2025-01-25T02:59:00.691Z | Checking bit-set v0.5.3 |
| 1981 | 2025-01-25T02:59:00.782Z | Checking predicates-core v1.0.8 |
| 1982 | 2025-01-25T02:59:00.915Z | Checking linked-hash-map v0.5.6 |
| 1983 | 2025-01-25T02:59:00.942Z | Checking unicode-properties v0.1.3 |
| 1984 | 2025-01-25T02:59:00.969Z | Checking heapless v0.7.17 |
| 1985 | 2025-01-25T02:59:00.994Z | Checking crossterm v0.28.1 |
| 1986 | 2025-01-25T02:59:01.050Z | Checking tokio-rustls v0.25.0 |
| 1987 | 2025-01-25T02:59:01.132Z | Checking rayon v1.10.0 |
| 1988 | 2025-01-25T02:59:01.225Z | Checking lru-cache v0.1.2 |
| 1989 | 2025-01-25T02:59:01.305Z | Checking stringprep v0.1.5 |
| 1990 | 2025-01-25T02:59:01.435Z | Checking dropshot v0.12.0 |
| 1991 | 2025-01-25T02:59:01.492Z | Checking phf_shared v0.11.2 |
| 1992 | 2025-01-25T02:59:01.637Z | Checking similar v2.6.0 |
| 1993 | 2025-01-25T02:59:01.715Z | Checking tokio-stream v0.1.16 |
| 1994 | 2025-01-25T02:59:01.905Z | Checking newtype-uuid v1.2.1 |
| 1995 | 2025-01-25T02:59:02.197Z | Checking md-5 v0.10.6 |
| 1996 | 2025-01-25T02:59:02.443Z | Checking float-cmp v0.9.0 |
| 1997 | 2025-01-25T02:59:02.473Z | Checking difflib v0.4.0 |
| 1998 | 2025-01-25T02:59:02.515Z | Checking fallible-iterator v0.2.0 |
| 1999 | 2025-01-25T02:59:02.589Z | Checking toml v0.7.8 |
| 2000 | 2025-01-25T02:59:02.642Z | Checking fixedbitset v0.4.2 |
| 2001 | 2025-01-25T02:59:02.685Z | Checking normalize-line-endings v0.3.0 |
| 2002 | 2025-01-25T02:59:02.817Z | Checking smoltcp v0.9.1 |
| 2003 | 2025-01-25T02:59:02.846Z | Checking predicates v3.1.2 |
| 2004 | 2025-01-25T02:59:02.934Z | Checking petgraph v0.6.5 |
| 2005 | 2025-01-25T02:59:03.082Z | Checking postgres-protocol v0.6.7 |
| 2006 | 2025-01-25T02:59:03.281Z | Checking phf v0.11.2 |
| 2007 | 2025-01-25T02:59:03.484Z | Checking zip v0.6.6 |
| 2008 | 2025-01-25T02:59:03.565Z | Checking resolv-conf v0.7.0 |
| 2009 | 2025-01-25T02:59:03.725Z | Checking phf_shared v0.10.0 |
| 2010 | 2025-01-25T02:59:03.933Z | Checking tungstenite v0.24.0 |
| 2011 | 2025-01-25T02:59:04.009Z | Checking fs-err v2.11.0 |
| 2012 | 2025-01-25T02:59:04.185Z | Checking serde-big-array v0.5.1 |
| 2013 | 2025-01-25T02:59:04.223Z | Checking portable-atomic v1.9.0 |
| 2014 | 2025-01-25T02:59:04.427Z | Checking lalrpop-util v0.19.12 |
| 2015 | 2025-01-25T02:59:04.545Z | Checking new_debug_unreachable v1.0.6 |
| 2016 | 2025-01-25T02:59:04.583Z | Checking minimal-lexical v0.2.1 |
| 2017 | 2025-01-25T02:59:04.662Z | Checking number_prefix v0.4.0 |
| 2018 | 2025-01-25T02:59:04.728Z | Checking precomputed-hash v0.1.1 |
| 2019 | 2025-01-25T02:59:04.822Z | Checking unicode-width v0.2.0 |
| 2020 | 2025-01-25T02:59:04.857Z | Checking tokio-tungstenite v0.24.0 |
| 2021 | 2025-01-25T02:59:04.882Z | Checking string_cache v0.8.7 |
| 2022 | 2025-01-25T02:59:04.980Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2023 | 2025-01-25T02:59:05.009Z | Checking nom v7.1.3 |
| 2024 | 2025-01-25T02:59:05.012Z | Checking hickory-resolver v0.24.1 |
| 2025 | 2025-01-25T02:59:05.145Z | Checking postgres-types v0.2.8 |
| 2026 | 2025-01-25T02:59:05.224Z | Checking itertools v0.12.1 |
| 2027 | 2025-01-25T02:59:05.292Z | Checking indicatif v0.17.9 |
| 2028 | 2025-01-25T02:59:05.322Z | Checking whoami v1.5.2 |
| 2029 | 2025-01-25T02:59:05.638Z | Checking peg-runtime v0.8.3 |
| 2030 | 2025-01-25T02:59:05.808Z | Checking tokio-postgres v0.7.12 |
| 2031 | 2025-01-25T02:59:05.921Z | Compiling hashbrown v0.14.5 |
| 2032 | 2025-01-25T02:59:06.009Z | Compiling thiserror v2.0.11 |
| 2033 | 2025-01-25T02:59:06.038Z | Compiling thiserror-impl v2.0.11 |
| 2034 | 2025-01-25T02:59:06.591Z | Checking qorb v0.2.1 |
| 2035 | 2025-01-25T02:59:07.005Z | Compiling regress v0.10.1 |
| 2036 | 2025-01-25T02:59:07.065Z | Compiling ident_case v1.0.1 |
| 2037 | 2025-01-25T02:59:07.278Z | Compiling darling_core v0.20.10 |
| 2038 | 2025-01-25T02:59:07.608Z | Compiling unsafe-libyaml v0.2.11 |
| 2039 | 2025-01-25T02:59:08.689Z | Checking heck v0.5.0 |
| 2040 | 2025-01-25T02:59:08.908Z | Checking fastrand v2.1.1 |
| 2041 | 2025-01-25T02:59:09.117Z | Compiling serde_yaml v0.9.34+deprecated |
| 2042 | 2025-01-25T02:59:09.264Z | Checking ipnetwork v0.20.0 |
| 2043 | 2025-01-25T02:59:09.454Z | Checking progenitor-client v0.9.1 |
| 2044 | 2025-01-25T02:59:09.533Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2045 | 2025-01-25T02:59:09.615Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2046 | 2025-01-25T02:59:09.835Z | Compiling structmeta-derive v0.3.0 |
| 2047 | 2025-01-25T02:59:09.859Z | Checking strum v0.26.3 |
| 2048 | 2025-01-25T02:59:09.956Z | Compiling dropshot v0.15.1 |
| 2049 | 2025-01-25T02:59:10.027Z | Checking macaddr v1.0.1 |
| 2050 | 2025-01-25T02:59:10.347Z | Compiling dropshot_endpoint v0.15.1 |
| 2051 | 2025-01-25T02:59:10.375Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2052 | 2025-01-25T02:59:10.803Z | Compiling typify-impl v0.2.0 |
| 2053 | 2025-01-25T02:59:11.151Z | Checking tempfile v3.13.0 |
| 2054 | 2025-01-25T02:59:11.547Z | Checking progenitor-client v0.8.0 |
| 2055 | 2025-01-25T02:59:11.792Z | Checking instant v0.1.13 |
| 2056 | 2025-01-25T02:59:11.918Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2057 | 2025-01-25T02:59:11.948Z | Checking regress v0.9.1 |
| 2058 | 2025-01-25T02:59:12.468Z | Compiling structmeta v0.3.0 |
| 2059 | 2025-01-25T02:59:12.510Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2060 | 2025-01-25T02:59:12.719Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2061 | 2025-01-25T02:59:12.873Z | Compiling parse-display-derive v0.10.0 |
| 2062 | 2025-01-25T02:59:13.112Z | Checking backoff v0.4.0 |
| 2063 | 2025-01-25T02:59:13.251Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2064 | 2025-01-25T02:59:13.331Z | Compiling darling_macro v0.20.10 |
| 2065 | 2025-01-25T02:59:13.421Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2066 | 2025-01-25T02:59:13.449Z | Checking wait-timeout v0.2.0 |
| 2067 | 2025-01-25T02:59:13.586Z | Checking rand_xorshift v0.3.0 |
| 2068 | 2025-01-25T02:59:13.653Z | Checking rusty-fork v0.3.0 |
| 2069 | 2025-01-25T02:59:13.784Z | Checking unarray v0.1.4 |
| 2070 | 2025-01-25T02:59:13.953Z | Compiling structmeta-derive v0.2.0 |
| 2071 | 2025-01-25T02:59:13.980Z | Checking proptest v1.5.0 |
| 2072 | 2025-01-25T02:59:14.245Z | Compiling darling v0.20.10 |
| 2073 | 2025-01-25T02:59:14.382Z | Compiling serde_with_macros v3.11.0 |
| 2074 | 2025-01-25T02:59:14.857Z | Checking camino-tempfile v1.1.1 |
| 2075 | 2025-01-25T02:59:15.146Z | Compiling proc-macro-error v1.0.4 |
| 2076 | 2025-01-25T02:59:15.365Z | Compiling proc-macro-crate v1.3.1 |
| 2077 | 2025-01-25T02:59:15.799Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2078 | 2025-01-25T02:59:16.192Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2079 | 2025-01-25T02:59:16.396Z | Compiling num_enum_derive v0.5.11 |
| 2080 | 2025-01-25T02:59:16.533Z | Compiling foreign-types-macros v0.2.3 |
| 2081 | 2025-01-25T02:59:16.608Z | Compiling structmeta v0.2.0 |
| 2082 | 2025-01-25T02:59:16.929Z | Checking parse-display v0.10.0 |
| 2083 | 2025-01-25T02:59:16.970Z | Checking serde_with v3.11.0 |
| 2084 | 2025-01-25T02:59:17.000Z | Compiling test-strategy v0.3.1 |
| 2085 | 2025-01-25T02:59:17.195Z | Checking foreign-types-shared v0.3.1 |
| 2086 | 2025-01-25T02:59:17.679Z | Checking tabwriter v1.4.0 |
| 2087 | 2025-01-25T02:59:17.794Z | Checking foreign-types v0.5.0 |
| 2088 | 2025-01-25T02:59:17.922Z | Checking cstr-argument v0.1.2 |
| 2089 | 2025-01-25T02:59:17.944Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2090 | 2025-01-25T02:59:18.111Z | Checking pretty-hex v0.2.1 |
| 2091 | 2025-01-25T02:59:18.294Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2092 | 2025-01-25T02:59:18.471Z | Checking colored v2.1.0 |
| 2093 | 2025-01-25T02:59:18.651Z | Checking num_enum v0.5.11 |
| 2094 | 2025-01-25T02:59:18.706Z | Checking smf v0.2.3 |
| 2095 | 2025-01-25T02:59:18.766Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2096 | 2025-01-25T02:59:18.794Z | Checking itertools v0.13.0 |
| 2097 | 2025-01-25T02:59:18.796Z | Checking base64 v0.21.7 |
| 2098 | 2025-01-25T02:59:18.842Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2099 | 2025-01-25T02:59:18.931Z | Compiling typify-impl v0.3.0 |
| 2100 | 2025-01-25T02:59:19.135Z | Compiling crucible-workspace-hack v0.1.0 |
| 2101 | 2025-01-25T02:59:19.160Z | Compiling zerocopy v0.8.10 |
| 2102 | 2025-01-25T02:59:19.583Z | Checking atomicwrites v0.4.4 |
| 2103 | 2025-01-25T02:59:19.875Z | Compiling zerocopy-derive v0.8.10 |
| 2104 | 2025-01-25T02:59:20.315Z | Checking termtree v0.4.1 |
| 2105 | 2025-01-25T02:59:20.332Z | Compiling heapless v0.8.0 |
| 2106 | 2025-01-25T02:59:20.476Z | Checking predicates-tree v1.0.11 |
| 2107 | 2025-01-25T02:59:20.658Z | Checking hash32 v0.3.1 |
| 2108 | 2025-01-25T02:59:20.945Z | Compiling smoltcp v0.11.0 |
| 2109 | 2025-01-25T02:59:21.263Z | Checking cobs v0.2.3 |
| 2110 | 2025-01-25T02:59:21.467Z | Checking postcard v1.0.10 |
| 2111 | 2025-01-25T02:59:21.702Z | Checking sigpipe v0.1.3 |
| 2112 | 2025-01-25T02:59:21.835Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2113 | 2025-01-25T02:59:21.918Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2114 | 2025-01-25T02:59:22.002Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2115 | 2025-01-25T02:59:22.107Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2116 | 2025-01-25T02:59:22.233Z | Compiling mockall_derive v0.13.0 |
| 2117 | 2025-01-25T02:59:22.428Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2118 | 2025-01-25T02:59:22.549Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2119 | 2025-01-25T02:59:22.631Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2120 | 2025-01-25T02:59:22.829Z | Compiling zone_cfg_derive v0.3.0 |
| 2121 | 2025-01-25T02:59:24.206Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2122 | 2025-01-25T02:59:24.553Z | Compiling num-derive v0.4.2 |
| 2123 | 2025-01-25T02:59:24.684Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2124 | 2025-01-25T02:59:24.882Z | Checking downcast v0.11.0 |
| 2125 | 2025-01-25T02:59:24.991Z | Checking fragile v2.0.0 |
| 2126 | 2025-01-25T02:59:25.125Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2127 | 2025-01-25T02:59:25.280Z | Checking zone v0.3.0 |
| 2128 | 2025-01-25T02:59:25.355Z | Compiling convert_case v0.4.0 |
| 2129 | 2025-01-25T02:59:25.391Z | Checking tungstenite v0.21.0 |
| 2130 | 2025-01-25T02:59:26.013Z | Compiling typify-macro v0.2.0 |
| 2131 | 2025-01-25T02:59:26.109Z | Checking newline-converter v0.3.0 |
| 2132 | 2025-01-25T02:59:26.202Z | Compiling derive_more v0.99.18 |
| 2133 | 2025-01-25T02:59:26.283Z | Checking expectorate v1.1.0 |
| 2134 | 2025-01-25T02:59:26.349Z | Checking tokio-tungstenite v0.21.0 |
| 2135 | 2025-01-25T02:59:26.464Z | Checking same-file v1.0.6 |
| 2136 | 2025-01-25T02:59:26.646Z | Checking walkdir v2.5.0 |
| 2137 | 2025-01-25T02:59:26.836Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2138 | 2025-01-25T02:59:26.864Z | Checking arc-swap v1.7.1 |
| 2139 | 2025-01-25T02:59:26.936Z | Checking xattr v1.3.1 |
| 2140 | 2025-01-25T02:59:27.162Z | Checking filetime v0.2.25 |
| 2141 | 2025-01-25T02:59:27.297Z | Checking num-rational v0.4.2 |
| 2142 | 2025-01-25T02:59:27.300Z | Checking slog-scope v4.4.0 |
| 2143 | 2025-01-25T02:59:27.395Z | Checking tar v0.4.42 |
| 2144 | 2025-01-25T02:59:27.535Z | Checking slog-stdlog v4.1.1 |
| 2145 | 2025-01-25T02:59:27.726Z | Checking slog-envlogger v2.2.0 |
| 2146 | 2025-01-25T02:59:27.953Z | Checking num-complex v0.4.6 |
| 2147 | 2025-01-25T02:59:27.979Z | Checking float-ord v0.3.2 |
| 2148 | 2025-01-25T02:59:28.156Z | Checking indent_write v2.2.0 |
| 2149 | 2025-01-25T02:59:28.250Z | Compiling owo-colors v4.1.0 |
| 2150 | 2025-01-25T02:59:28.387Z | Checking swrite v0.1.0 |
| 2151 | 2025-01-25T02:59:28.538Z | Compiling cancel-safe-futures v0.1.5 |
| 2152 | 2025-01-25T02:59:28.847Z | Checking num v0.4.3 |
| 2153 | 2025-01-25T02:59:28.952Z | Checking libsw v3.3.1 |
| 2154 | 2025-01-25T02:59:29.224Z | Checking password-hash v0.5.0 |
| 2155 | 2025-01-25T02:59:29.342Z | Checking blake2 v0.10.6 |
| 2156 | 2025-01-25T02:59:29.375Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2157 | 2025-01-25T02:59:29.643Z | Checking linear-map v1.2.0 |
| 2158 | 2025-01-25T02:59:29.762Z | Compiling typify v0.2.0 |
| 2159 | 2025-01-25T02:59:29.914Z | Compiling progenitor-impl v0.8.0 |
| 2160 | 2025-01-25T02:59:29.969Z | Checking argon2 v0.5.3 |
| 2161 | 2025-01-25T02:59:30.013Z | Checking pem v3.0.4 |
| 2162 | 2025-01-25T02:59:30.040Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2163 | 2025-01-25T02:59:30.098Z | Checking mockall v0.13.0 |
| 2164 | 2025-01-25T02:59:30.297Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2165 | 2025-01-25T02:59:30.361Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2166 | 2025-01-25T02:59:30.673Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2167 | 2025-01-25T02:59:31.093Z | Compiling lzma-sys v0.1.20 |
| 2168 | 2025-01-25T02:59:31.246Z | Checking headers-core v0.3.0 |
| 2169 | 2025-01-25T02:59:31.430Z | Compiling heck v0.3.3 |
| 2170 | 2025-01-25T02:59:31.822Z | Checking highway v1.2.0 |
| 2171 | 2025-01-25T02:59:31.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2172 | 2025-01-25T02:59:32.098Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2173 | 2025-01-25T02:59:32.138Z | Compiling zone_cfg_derive v0.1.2 |
| 2174 | 2025-01-25T02:59:32.246Z | Checking headers v0.4.0 |
| 2175 | 2025-01-25T02:59:32.271Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2176 | 2025-01-25T02:59:32.573Z | Checking yasna v0.5.2 |
| 2177 | 2025-01-25T02:59:32.982Z | Checking base64 v0.13.1 |
| 2178 | 2025-01-25T02:59:33.225Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2179 | 2025-01-25T02:59:33.384Z | Checking ron v0.7.1 |
| 2180 | 2025-01-25T02:59:33.410Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2181 | 2025-01-25T02:59:33.468Z | Checking rcgen v0.12.1 |
| 2182 | 2025-01-25T02:59:33.512Z | Checking zone v0.1.8 |
| 2183 | 2025-01-25T02:59:33.994Z | Checking xz2 v0.1.7 |
| 2184 | 2025-01-25T02:59:34.067Z | Compiling typify-macro v0.3.0 |
| 2185 | 2025-01-25T02:59:34.115Z | Checking subprocess v0.2.9 |
| 2186 | 2025-01-25T02:59:34.184Z | Checking humantime v2.1.0 |
| 2187 | 2025-01-25T02:59:34.291Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2188 | 2025-01-25T02:59:34.505Z | Compiling semver v0.1.20 |
| 2189 | 2025-01-25T02:59:34.507Z | Checking prettyplease v0.2.25 |
| 2190 | 2025-01-25T02:59:34.676Z | Checking half v2.4.1 |
| 2191 | 2025-01-25T02:59:35.042Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2192 | 2025-01-25T02:59:35.105Z | Compiling rustc_version v0.1.7 |
| 2193 | 2025-01-25T02:59:35.129Z | Checking ciborium-io v0.2.2 |
| 2194 | 2025-01-25T02:59:35.272Z | Checking ciborium-ll v0.2.2 |
| 2195 | 2025-01-25T02:59:35.573Z | Checking ciborium v0.2.2 |
| 2196 | 2025-01-25T02:59:35.598Z | Compiling newtype_derive v0.1.6 |
| 2197 | 2025-01-25T02:59:36.145Z | Checking steno v0.4.1 |
| 2198 | 2025-01-25T02:59:36.907Z | Compiling progenitor-macro v0.8.0 |
| 2199 | 2025-01-25T02:59:37.829Z | Compiling typify v0.3.0 |
| 2200 | 2025-01-25T02:59:37.986Z | Compiling progenitor-impl v0.9.1 |
| 2201 | 2025-01-25T02:59:38.763Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2202 | 2025-01-25T02:59:39.065Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2203 | 2025-01-25T02:59:39.483Z | Compiling slog-dtrace v0.3.0 |
| 2204 | 2025-01-25T02:59:39.599Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2205 | 2025-01-25T02:59:39.878Z | Checking display-error-chain v0.2.2 |
| 2206 | 2025-01-25T02:59:40.069Z | Checking gethostname v0.5.0 |
| 2207 | 2025-01-25T02:59:40.177Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2208 | 2025-01-25T02:59:40.219Z | Checking nibble_vec v0.1.0 |
| 2209 | 2025-01-25T02:59:40.311Z | Compiling blake3 v1.5.4 |
| 2210 | 2025-01-25T02:59:40.336Z | Checking endian-type v0.1.2 |
| 2211 | 2025-01-25T02:59:40.420Z | Checking keccak v0.1.5 |
| 2212 | 2025-01-25T02:59:40.555Z | Checking radix_trie v0.2.1 |
| 2213 | 2025-01-25T02:59:40.820Z | Checking sha3 v0.10.8 |
| 2214 | 2025-01-25T02:59:40.985Z | Checking universal-hash v0.5.1 |
| 2215 | 2025-01-25T02:59:41.191Z | Checking secrecy v0.8.0 |
| 2216 | 2025-01-25T02:59:41.249Z | Checking opaque-debug v0.3.1 |
| 2217 | 2025-01-25T02:59:41.351Z | Checking aead v0.5.2 |
| 2218 | 2025-01-25T02:59:41.409Z | Checking poly1305 v0.8.0 |
| 2219 | 2025-01-25T02:59:41.557Z | Checking chacha20 v0.9.1 |
| 2220 | 2025-01-25T02:59:41.908Z | Compiling memmap2 v0.9.5 |
| 2221 | 2025-01-25T02:59:41.955Z | Compiling constant_time_eq v0.3.1 |
| 2222 | 2025-01-25T02:59:42.164Z | Compiling arrayvec v0.7.6 |
| 2223 | 2025-01-25T02:59:42.385Z | Compiling arrayref v0.3.9 |
| 2224 | 2025-01-25T02:59:42.513Z | Compiling toolchain_find v0.4.0 |
| 2225 | 2025-01-25T02:59:42.600Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2226 | 2025-01-25T02:59:42.755Z | Compiling topological-sort v0.2.2 |
| 2227 | 2025-01-25T02:59:42.992Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2228 | 2025-01-25T02:59:43.016Z | Compiling rustfmt-wrapper v0.2.1 |
| 2229 | 2025-01-25T02:59:43.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2230 | 2025-01-25T02:59:43.352Z | Compiling omicron-zone-package v0.12.0 |
| 2231 | 2025-01-25T02:59:43.617Z | Checking chacha20poly1305 v0.10.1 |
| 2232 | 2025-01-25T02:59:43.662Z | Compiling async-recursion v1.1.1 |
| 2233 | 2025-01-25T02:59:43.688Z | Checking fxhash v0.2.1 |
| 2234 | 2025-01-25T02:59:43.829Z | Compiling zip v2.1.3 |
| 2235 | 2025-01-25T02:59:43.887Z | Checking simd-adler32 v0.3.7 |
| 2236 | 2025-01-25T02:59:44.156Z | Checking bumpalo v3.16.0 |
| 2237 | 2025-01-25T02:59:44.265Z | Checking lockfree-object-pool v0.1.6 |
| 2238 | 2025-01-25T02:59:44.537Z | Checking zopfli v0.8.1 |
| 2239 | 2025-01-25T02:59:44.568Z | Checking maplit v1.0.2 |
| 2240 | 2025-01-25T02:59:44.700Z | Checking termcolor v1.4.1 |
| 2241 | 2025-01-25T02:59:44.969Z | Compiling progenitor-macro v0.9.1 |
| 2242 | 2025-01-25T02:59:45.089Z | Compiling radium v0.7.0 |
| 2243 | 2025-01-25T02:59:45.115Z | Compiling const_format_proc_macros v0.2.33 |
| 2244 | 2025-01-25T02:59:45.153Z | Checking tap v1.0.1 |
| 2245 | 2025-01-25T02:59:45.330Z | Compiling maybe-uninit v2.0.0 |
| 2246 | 2025-01-25T02:59:45.392Z | Checking thiserror-no-std v2.0.2 |
| 2247 | 2025-01-25T02:59:45.532Z | Checking vsss-rs v3.3.4 |
| 2248 | 2025-01-25T02:59:45.948Z | Checking wyz v0.5.1 |
| 2249 | 2025-01-25T02:59:46.009Z | Checking home v0.5.9 |
| 2250 | 2025-01-25T02:59:46.185Z | Checking crc-catalog v2.4.0 |
| 2251 | 2025-01-25T02:59:46.306Z | Compiling packed_struct v0.10.1 |
| 2252 | 2025-01-25T02:59:46.328Z | Checking funty v2.0.0 |
| 2253 | 2025-01-25T02:59:46.360Z | Checking crc v3.2.1 |
| 2254 | 2025-01-25T02:59:46.837Z | Checking kstat-rs v0.2.4 |
| 2255 | 2025-01-25T02:59:46.910Z | Compiling packed_struct_codegen v0.10.1 |
| 2256 | 2025-01-25T02:59:47.064Z | Checking const_format v0.2.33 |
| 2257 | 2025-01-25T02:59:47.190Z | Checking bitvec v1.0.1 |
| 2258 | 2025-01-25T02:59:47.193Z | Compiling vte_generate_state_changes v0.1.2 |
| 2259 | 2025-01-25T02:59:47.550Z | Compiling indexmap v1.9.3 |
| 2260 | 2025-01-25T02:59:47.846Z | Compiling libefi-sys v0.1.0 |
| 2261 | 2025-01-25T02:59:47.873Z | Checking nodrop v0.1.14 |
| 2262 | 2025-01-25T02:59:48.013Z | Checking array-init v0.0.4 |
| 2263 | 2025-01-25T02:59:48.230Z | Checking vte v0.11.1 |
| 2264 | 2025-01-25T02:59:48.610Z | Checking smallvec v0.6.14 |
| 2265 | 2025-01-25T02:59:48.891Z | Checking fd-lock v4.0.2 |
| 2266 | 2025-01-25T02:59:48.983Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2267 | 2025-01-25T02:59:49.078Z | Compiling bitfield-struct v0.6.2 |
| 2268 | 2025-01-25T02:59:49.106Z | Checking bitfield v0.14.0 |
| 2269 | 2025-01-25T02:59:49.367Z | Checking hashbrown v0.12.3 |
| 2270 | 2025-01-25T02:59:49.490Z | Checking serde-hex v0.1.0 |
| 2271 | 2025-01-25T02:59:49.552Z | Checking progenitor v0.8.0 |
| 2272 | 2025-01-25T02:59:49.762Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2273 | 2025-01-25T02:59:49.882Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2274 | 2025-01-25T02:59:50.400Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2275 | 2025-01-25T02:59:50.976Z | Checking strip-ansi-escapes v0.2.0 |
| 2276 | 2025-01-25T02:59:51.002Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2277 | 2025-01-25T02:59:51.152Z | Checking env_logger v0.10.2 |
| 2278 | 2025-01-25T02:59:51.285Z | Checking ron v0.8.1 |
| 2279 | 2025-01-25T02:59:51.591Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2280 | 2025-01-25T02:59:51.919Z | Checking hashbrown v0.13.2 |
| 2281 | 2025-01-25T02:59:52.515Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2282 | 2025-01-25T02:59:52.653Z | Checking crc-any v2.5.0 |
| 2283 | 2025-01-25T02:59:52.858Z | Checking nu-ansi-term v0.50.1 |
| 2284 | 2025-01-25T02:59:53.047Z | Checking object v0.30.4 |
| 2285 | 2025-01-25T02:59:53.180Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2286 | 2025-01-25T02:59:53.244Z | Checking reedline v0.35.0 |
| 2287 | 2025-01-25T02:59:53.336Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2288 | 2025-01-25T02:59:53.772Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2289 | 2025-01-25T02:59:54.108Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2290 | 2025-01-25T02:59:54.322Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2291 | 2025-01-25T02:59:54.568Z | Checking path-slash v0.1.5 |
| 2292 | 2025-01-25T02:59:54.594Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2293 | 2025-01-25T02:59:54.720Z | Compiling parking_lot_core v0.8.6 |
| 2294 | 2025-01-25T02:59:56.235Z | Compiling phf_generator v0.11.2 |
| 2295 | 2025-01-25T02:59:56.438Z | Checking glob v0.3.1 |
| 2296 | 2025-01-25T02:59:56.575Z | Checking bytecount v0.6.8 |
| 2297 | 2025-01-25T02:59:56.745Z | Checking papergrid v0.11.0 |
| 2298 | 2025-01-25T02:59:56.768Z | Compiling phf_codegen v0.11.2 |
| 2299 | 2025-01-25T02:59:56.995Z | Checking parking_lot v0.11.2 |
| 2300 | 2025-01-25T02:59:57.324Z | Compiling tabled_derive v0.7.0 |
| 2301 | 2025-01-25T02:59:57.501Z | Compiling parse-zoneinfo v0.3.1 |
| 2302 | 2025-01-25T02:59:57.843Z | Checking progenitor v0.9.1 |
| 2303 | 2025-01-25T02:59:58.076Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2304 | 2025-01-25T02:59:58.196Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2305 | 2025-01-25T02:59:58.807Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2306 | 2025-01-25T02:59:59.250Z | Compiling cfg_aliases v0.1.1 |
| 2307 | 2025-01-25T02:59:59.375Z | Compiling nix v0.28.0 |
| 2308 | 2025-01-25T02:59:59.537Z | Checking tabled v0.15.0 |
| 2309 | 2025-01-25T03:00:00.184Z | Compiling chrono-tz-build v0.4.0 |
| 2310 | 2025-01-25T03:00:01.517Z | Checking sled v0.34.7 |
| 2311 | 2025-01-25T03:00:01.958Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2312 | 2025-01-25T03:00:02.289Z | Checking hickory-client v0.24.1 |
| 2313 | 2025-01-25T03:00:02.974Z | Checking hickory-server v0.24.1 |
| 2314 | 2025-01-25T03:00:03.160Z | Compiling chrono-tz v0.10.0 |
| 2315 | 2025-01-25T03:00:03.539Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2316 | 2025-01-25T03:00:03.828Z | Compiling unicase v2.7.0 |
| 2317 | 2025-01-25T03:00:04.073Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2318 | 2025-01-25T03:00:04.153Z | Compiling buf-list v1.0.3 |
| 2319 | 2025-01-25T03:00:04.835Z | Compiling peg-macros v0.8.4 |
| 2320 | 2025-01-25T03:00:05.600Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2321 | 2025-01-25T03:00:05.626Z | Compiling sqlparser_derive v0.2.2 |
| 2322 | 2025-01-25T03:00:06.303Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2323 | 2025-01-25T03:00:06.678Z | Checking unicode_categories v0.1.1 |
| 2324 | 2025-01-25T03:00:06.740Z | Checking sqlparser v0.45.0 |
| 2325 | 2025-01-25T03:00:06.896Z | Checking rustyline v14.0.0 |
| 2326 | 2025-01-25T03:00:07.001Z | Checking sqlformat v0.2.6 |
| 2327 | 2025-01-25T03:00:08.152Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2328 | 2025-01-25T03:00:08.516Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2329 | 2025-01-25T03:00:09.499Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2330 | 2025-01-25T03:00:11.472Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2331 | 2025-01-25T03:00:11.723Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2332 | 2025-01-25T03:00:12.704Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2333 | 2025-01-25T03:00:12.730Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2334 | 2025-01-25T03:00:13.566Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2335 | 2025-01-25T03:00:14.370Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2336 | 2025-01-25T03:00:14.491Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2337 | 2025-01-25T03:00:14.761Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2338 | 2025-01-25T03:00:15.363Z | Checking peg v0.8.4 |
| 2339 | 2025-01-25T03:00:15.385Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2340 | 2025-01-25T03:00:15.482Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2341 | 2025-01-25T03:00:15.994Z | Checking bcs v0.1.6 |
| 2342 | 2025-01-25T03:00:16.157Z | Checking termtree v0.5.1 |
| 2343 | 2025-01-25T03:00:16.481Z | Checking primeorder v0.13.6 |
| 2344 | 2025-01-25T03:00:16.764Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2345 | 2025-01-25T03:00:16.795Z | Compiling mime_guess v2.0.5 |
| 2346 | 2025-01-25T03:00:17.307Z | Checking nanorand v0.7.0 |
| 2347 | 2025-01-25T03:00:17.384Z | Checking http-range v0.1.5 |
| 2348 | 2025-01-25T03:00:17.678Z | Checking flume v0.11.1 |
| 2349 | 2025-01-25T03:00:17.869Z | Checking atty v0.2.14 |
| 2350 | 2025-01-25T03:00:17.936Z | Compiling salty v0.3.0 |
| 2351 | 2025-01-25T03:00:18.181Z | Checking p384 v0.13.0 |
| 2352 | 2025-01-25T03:00:18.403Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2353 | 2025-01-25T03:00:18.706Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2354 | 2025-01-25T03:00:18.803Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2355 | 2025-01-25T03:00:18.971Z | Checking hyper-staticfile v0.10.1 |
| 2356 | 2025-01-25T03:00:19.340Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2357 | 2025-01-25T03:00:19.372Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2358 | 2025-01-25T03:00:19.519Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2359 | 2025-01-25T03:00:19.802Z | Compiling dsl_auto_type v0.1.2 |
| 2360 | 2025-01-25T03:00:19.837Z | Checking scheduled-thread-pool v0.2.7 |
| 2361 | 2025-01-25T03:00:19.874Z | Checking env_filter v0.1.2 |
| 2362 | 2025-01-25T03:00:20.080Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2363 | 2025-01-25T03:00:20.105Z | Compiling crunchy v0.2.2 |
| 2364 | 2025-01-25T03:00:20.130Z | Checking env_logger v0.11.5 |
| 2365 | 2025-01-25T03:00:20.174Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2366 | 2025-01-25T03:00:20.510Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2367 | 2025-01-25T03:00:20.580Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2368 | 2025-01-25T03:00:20.775Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2369 | 2025-01-25T03:00:20.929Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2370 | 2025-01-25T03:00:21.239Z | Compiling diesel_derives v2.2.3 |
| 2371 | 2025-01-25T03:00:21.782Z | Checking r2d2 v0.8.10 |
| 2372 | 2025-01-25T03:00:22.128Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2373 | 2025-01-25T03:00:22.151Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2374 | 2025-01-25T03:00:22.194Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2375 | 2025-01-25T03:00:22.671Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2376 | 2025-01-25T03:00:23.468Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2377 | 2025-01-25T03:00:24.141Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2378 | 2025-01-25T03:00:25.220Z | Compiling tiny-keccak v2.0.2 |
| 2379 | 2025-01-25T03:00:25.535Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2380 | 2025-01-25T03:00:25.556Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2381 | 2025-01-25T03:00:25.991Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2382 | 2025-01-25T03:00:26.936Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2383 | 2025-01-25T03:00:27.406Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2384 | 2025-01-25T03:00:27.646Z | Compiling ref-cast v1.0.23 |
| 2385 | 2025-01-25T03:00:28.033Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2386 | 2025-01-25T03:00:28.160Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2387 | 2025-01-25T03:00:28.462Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2388 | 2025-01-25T03:00:28.491Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2389 | 2025-01-25T03:00:28.822Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2390 | 2025-01-25T03:00:29.093Z | Compiling ascii-canvas v3.0.0 |
| 2391 | 2025-01-25T03:00:29.147Z | Compiling ena v0.14.3 |
| 2392 | 2025-01-25T03:00:29.566Z | Compiling ref-cast-impl v1.0.23 |
| 2393 | 2025-01-25T03:00:29.607Z | Compiling regex-syntax v0.6.29 |
| 2394 | 2025-01-25T03:00:29.927Z | Compiling diff v0.1.13 |
| 2395 | 2025-01-25T03:00:30.571Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2396 | 2025-01-25T03:00:30.873Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2397 | 2025-01-25T03:00:31.324Z | Compiling pin-project-internal v1.1.6 |
| 2398 | 2025-01-25T03:00:32.289Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2399 | 2025-01-25T03:00:32.351Z | Compiling derive_builder_core v0.20.2 |
| 2400 | 2025-01-25T03:00:32.613Z | Compiling libxml v0.3.3 |
| 2401 | 2025-01-25T03:00:32.827Z | Checking diesel v2.2.6 |
| 2402 | 2025-01-25T03:00:32.999Z | Compiling lalrpop v0.19.12 |
| 2403 | 2025-01-25T03:00:34.006Z | Checking pin-project v1.1.6 |
| 2404 | 2025-01-25T03:00:34.168Z | Checking signal-hook-tokio v0.3.1 |
| 2405 | 2025-01-25T03:00:34.200Z | Compiling strum_macros v0.24.3 |
| 2406 | 2025-01-25T03:00:34.354Z | Compiling samael v0.0.17 |
| 2407 | 2025-01-25T03:00:34.379Z | Compiling snafu-derive v0.8.5 |
| 2408 | 2025-01-25T03:00:34.579Z | Compiling derive_builder_macro v0.20.2 |
| 2409 | 2025-01-25T03:00:35.037Z | Compiling indoc v1.0.9 |
| 2410 | 2025-01-25T03:00:35.440Z | Checking derive_builder v0.20.2 |
| 2411 | 2025-01-25T03:00:36.029Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2412 | 2025-01-25T03:00:37.129Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2413 | 2025-01-25T03:00:37.153Z | Checking globset v0.4.15 |
| 2414 | 2025-01-25T03:00:37.448Z | Checking olpc-cjson v0.1.4 |
| 2415 | 2025-01-25T03:00:37.451Z | Checking serde_plain v1.0.2 |
| 2416 | 2025-01-25T03:00:37.668Z | Checking quick-xml v0.33.0 |
| 2417 | 2025-01-25T03:00:37.694Z | Compiling oso-derive v0.27.3 |
| 2418 | 2025-01-25T03:00:37.741Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2419 | 2025-01-25T03:00:37.819Z | error: the following explicit lifetimes could be elided: 'e |
| 2420 | 2025-01-25T03:00:37.819Z | --> nexus/types/src/deployment/blueprint_diff.rs:111:6 |
| 2421 | 2025-01-25T03:00:37.819Z | | |
| 2422 | 2025-01-25T03:00:37.819Z | 111 | impl<'e, T> DiffValue<'e, T> { |
| 2423 | 2025-01-25T03:00:37.819Z | | ^^ ^^ |
| 2424 | 2025-01-25T03:00:37.820Z | | |
| 2425 | 2025-01-25T03:00:37.820Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 2426 | 2025-01-25T03:00:37.820Z | = note: `-D clippy::needless-lifetimes` implied by `-D warnings` |
| 2427 | 2025-01-25T03:00:37.820Z | = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` |
| 2428 | 2025-01-25T03:00:37.820Z | help: elide the lifetimes |
| 2429 | 2025-01-25T03:00:37.820Z | | |
| 2430 | 2025-01-25T03:00:37.820Z | 111 - impl<'e, T> DiffValue<'e, T> { |
| 2431 | 2025-01-25T03:00:37.820Z | 111 + impl<T> DiffValue<'_, T> { |
| 2432 | 2025-01-25T03:00:37.820Z | | |
| 2433 | 2025-01-25T03:00:37.820Z | |
| 2434 | 2025-01-25T03:00:37.826Z | error: the following explicit lifetimes could be elided: 'e |
| 2435 | 2025-01-25T03:00:37.826Z | --> nexus/types/src/deployment/blueprint_diff.rs:223:6 |
| 2436 | 2025-01-25T03:00:37.826Z | | |
| 2437 | 2025-01-25T03:00:37.826Z | 223 | impl<'e> ModifiedSled<'e> { |
| 2438 | 2025-01-25T03:00:37.826Z | | ^^ ^^ |
| 2439 | 2025-01-25T03:00:37.826Z | | |
| 2440 | 2025-01-25T03:00:37.826Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 2441 | 2025-01-25T03:00:37.826Z | help: elide the lifetimes |
| 2442 | 2025-01-25T03:00:37.826Z | | |
| 2443 | 2025-01-25T03:00:37.826Z | 223 - impl<'e> ModifiedSled<'e> { |
| 2444 | 2025-01-25T03:00:37.826Z | 223 + impl ModifiedSled<'_> { |
| 2445 | 2025-01-25T03:00:37.826Z | | |
| 2446 | 2025-01-25T03:00:37.826Z | |
| 2447 | 2025-01-25T03:00:37.886Z | error: deref which would be done by auto-deref |
| 2448 | 2025-01-25T03:00:37.886Z | --> nexus/types/src/deployment/blueprint_diff.rs:1102:68 |
| 2449 | 2025-01-25T03:00:37.886Z | | |
| 2450 | 2025-01-25T03:00:37.886Z | 1102 | make_clickhouse_cluster_config_diff_tables(*val, *val) |
| 2451 | 2025-01-25T03:00:37.886Z | | ^^^^ help: try: `val` |
| 2452 | 2025-01-25T03:00:37.886Z | | |
| 2453 | 2025-01-25T03:00:37.886Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref |
| 2454 | 2025-01-25T03:00:37.886Z | = note: `-D clippy::explicit-auto-deref` implied by `-D warnings` |
| 2455 | 2025-01-25T03:00:37.886Z | = help: to override `-D warnings` add `#[allow(clippy::explicit_auto_deref)]` |
| 2456 | 2025-01-25T03:00:37.887Z | |
| 2457 | 2025-01-25T03:00:37.887Z | error: deref which would be done by auto-deref |
| 2458 | 2025-01-25T03:00:37.887Z | --> nexus/types/src/deployment/blueprint_diff.rs:1102:74 |
| 2459 | 2025-01-25T03:00:37.887Z | | |
| 2460 | 2025-01-25T03:00:37.887Z | 1102 | make_clickhouse_cluster_config_diff_tables(*val, *val) |
| 2461 | 2025-01-25T03:00:37.887Z | | ^^^^ help: try: `val` |
| 2462 | 2025-01-25T03:00:37.887Z | | |
| 2463 | 2025-01-25T03:00:37.887Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref |
| 2464 | 2025-01-25T03:00:37.887Z | |
| 2465 | 2025-01-25T03:00:37.890Z | error: deref which would be done by auto-deref |
| 2466 | 2025-01-25T03:00:37.891Z | --> nexus/types/src/deployment/blueprint_diff.rs:1106:29 |
| 2467 | 2025-01-25T03:00:37.891Z | | |
| 2468 | 2025-01-25T03:00:37.891Z | 1106 | ... *before, *after, |
| 2469 | 2025-01-25T03:00:37.891Z | | ^^^^^^^ help: try: `before` |
| 2470 | 2025-01-25T03:00:37.891Z | | |
| 2471 | 2025-01-25T03:00:37.891Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref |
| 2472 | 2025-01-25T03:00:37.891Z | |
| 2473 | 2025-01-25T03:00:37.891Z | error: deref which would be done by auto-deref |
| 2474 | 2025-01-25T03:00:37.891Z | --> nexus/types/src/deployment/blueprint_diff.rs:1106:38 |
| 2475 | 2025-01-25T03:00:37.891Z | | |
| 2476 | 2025-01-25T03:00:37.891Z | 1106 | ... *before, *after, |
| 2477 | 2025-01-25T03:00:37.891Z | | ^^^^^^ help: try: `after` |
| 2478 | 2025-01-25T03:00:37.891Z | | |
| 2479 | 2025-01-25T03:00:37.891Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref |
| 2480 | 2025-01-25T03:00:37.891Z | |
| 2481 | 2025-01-25T03:00:37.989Z | error: the following explicit lifetimes could be elided: 'e |
| 2482 | 2025-01-25T03:00:37.989Z | --> nexus/types/src/deployment/diff_visitors/visit_blueprint.rs:57:6 |
| 2483 | 2025-01-25T03:00:37.989Z | | |
| 2484 | 2025-01-25T03:00:37.989Z | 57 | impl<'e> VisitBlueprintDatasetsConfig<'e> for () {} |
| 2485 | 2025-01-25T03:00:37.989Z | | ^^ ^^ |
| 2486 | 2025-01-25T03:00:37.989Z | | |
| 2487 | 2025-01-25T03:00:37.989Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 2488 | 2025-01-25T03:00:37.989Z | help: elide the lifetimes |
| 2489 | 2025-01-25T03:00:37.989Z | | |
| 2490 | 2025-01-25T03:00:37.989Z | 57 - impl<'e> VisitBlueprintDatasetsConfig<'e> for () {} |
| 2491 | 2025-01-25T03:00:37.989Z | 57 + impl VisitBlueprintDatasetsConfig<'_> for () {} |
| 2492 | 2025-01-25T03:00:37.989Z | | |
| 2493 | 2025-01-25T03:00:37.989Z | |
| 2494 | 2025-01-25T03:00:37.989Z | error: the following explicit lifetimes could be elided: 'e |
| 2495 | 2025-01-25T03:00:37.989Z | --> nexus/types/src/deployment/diff_visitors/visit_blueprint.rs:58:6 |
| 2496 | 2025-01-25T03:00:37.989Z | | |
| 2497 | 2025-01-25T03:00:37.989Z | 58 | impl<'e> VisitBlueprintPhysicalDisksConfig<'e> for () {} |
| 2498 | 2025-01-25T03:00:37.990Z | | ^^ ^^ |
| 2499 | 2025-01-25T03:00:37.990Z | | |
| 2500 | 2025-01-25T03:00:37.990Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 2501 | 2025-01-25T03:00:37.990Z | help: elide the lifetimes |
| 2502 | 2025-01-25T03:00:37.990Z | | |
| 2503 | 2025-01-25T03:00:37.990Z | 58 - impl<'e> VisitBlueprintPhysicalDisksConfig<'e> for () {} |
| 2504 | 2025-01-25T03:00:37.990Z | 58 + impl VisitBlueprintPhysicalDisksConfig<'_> for () {} |
| 2505 | 2025-01-25T03:00:37.990Z | | |
| 2506 | 2025-01-25T03:00:37.990Z | |
| 2507 | 2025-01-25T03:00:37.994Z | error: the following explicit lifetimes could be elided: 'e |
| 2508 | 2025-01-25T03:00:37.994Z | --> nexus/types/src/deployment/diff_visitors/visit_blueprint.rs:59:6 |
| 2509 | 2025-01-25T03:00:37.994Z | | |
| 2510 | 2025-01-25T03:00:37.994Z | 59 | impl<'e> VisitBlueprintZonesConfig<'e> for () {} |
| 2511 | 2025-01-25T03:00:37.994Z | | ^^ ^^ |
| 2512 | 2025-01-25T03:00:37.994Z | | |
| 2513 | 2025-01-25T03:00:37.994Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 2514 | 2025-01-25T03:00:37.995Z | help: elide the lifetimes |
| 2515 | 2025-01-25T03:00:37.995Z | | |
| 2516 | 2025-01-25T03:00:37.995Z | 59 - impl<'e> VisitBlueprintZonesConfig<'e> for () {} |
| 2517 | 2025-01-25T03:00:37.995Z | 59 + impl VisitBlueprintZonesConfig<'_> for () {} |
| 2518 | 2025-01-25T03:00:37.995Z | | |
| 2519 | 2025-01-25T03:00:37.995Z | |
| 2520 | 2025-01-25T03:00:38.247Z | Compiling memoffset v0.9.1 |
| 2521 | 2025-01-25T03:00:39.002Z | Checking typed-path v0.9.3 |
| 2522 | 2025-01-25T03:00:39.005Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2523 | 2025-01-25T03:00:39.355Z | Checking snafu v0.8.5 |
| 2524 | 2025-01-25T03:00:39.791Z | Checking tungstenite v0.23.0 |
| 2525 | 2025-01-25T03:00:40.653Z | Checking tough v0.19.0 |
| 2526 | 2025-01-25T03:00:40.678Z | Compiling diesel-dtrace v0.4.2 |
| 2527 | 2025-01-25T03:00:40.678Z | Checking parse-size v1.1.0 |
| 2528 | 2025-01-25T03:00:40.860Z | Checking tokio-tungstenite v0.23.1 |
| 2529 | 2025-01-25T03:00:41.189Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2530 | 2025-01-25T03:00:41.347Z | Checking bb8 v0.8.5 |
| 2531 | 2025-01-25T03:00:41.488Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2532 | 2025-01-25T03:00:41.854Z | Checking nix v0.27.1 |
| 2533 | 2025-01-25T03:00:41.908Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2534 | 2025-01-25T03:00:42.186Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2535 | 2025-01-25T03:00:43.462Z | error: could not compile `nexus-types` (lib) due to 9 previous errors |
| 2536 | 2025-01-25T03:00:43.463Z | warning: build failed, waiting for other jobs to finish... |
| 2537 | 2025-01-25T03:01:05.823Z | Error: failed: exit status: 101 |
| 2538 | 2025-01-25T03:01:05.826Z | |
| 2539 | 2025-01-25T03:01:05.826Z | real 2:38.422536317 |
| 2540 | 2025-01-25T03:01:05.826Z | user 16:54.687851474 |
| 2541 | 2025-01-25T03:01:05.826Z | sys 2:29.350532910 |
| 2542 | 2025-01-25T03:01:05.826Z | trap 0.509635768 |
| 2543 | 2025-01-25T03:01:05.826Z | tflt 0.619061642 |
| 2544 | 2025-01-25T03:01:05.826Z | dflt 0.164586346 |
| 2545 | 2025-01-25T03:01:05.826Z | kflt 0.000872172 |
| 2546 | 2025-01-25T03:01:05.826Z | lock 20:07.707566361 |
| 2547 | 2025-01-25T03:01:05.826Z | slp 55:55.815505692 |
| 2548 | 2025-01-25T03:01:05.827Z | lat 1:09.053892261 |
| 2549 | 2025-01-25T03:01:05.827Z | stop 4:18.319665906 |
| 2550 | 2025-01-25T03:01:05.827Z | process exited: duration 439432 ms, exit code 1 |
| |
| 2551 | 2025-01-25T03:01:05.833Z | found 0 output files |