|
|
|
| 1 | 2025-01-29T04:21:18.382Z | job assigned to worker 01JJR4M2MBM59AA6M942XD5RW0 [factory aws, i-013fb62c0759ccc5d] (queued for 52 s) |
| |
| 2 | 2025-01-29T04:21:26.034Z | starting task 0: "setup" |
| 3 | 2025-01-29T04:21:26.046Z | ++ uname -s |
| 4 | 2025-01-29T04:21:26.049Z | + kern=SunOS |
| 5 | 2025-01-29T04:21:26.049Z | + case "$kern" in |
| 6 | 2025-01-29T04:21:26.049Z | + groupadd -g 12345 build |
| 7 | 2025-01-29T04:21:26.051Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-29T04:21:28.059Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-29T04:21:28.153Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-29T04:21:28.156Z | + home_fs=zfs |
| 11 | 2025-01-29T04:21:28.156Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-29T04:21:28.156Z | + mkdir -p /home/build |
| 13 | 2025-01-29T04:21:28.159Z | + chown build:build /home/build /work |
| 14 | 2025-01-29T04:21:29.160Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-29T04:21:29.163Z | process exited: duration 3127 ms, exit code 0 |
| |
| 16 | 2025-01-29T04:21:29.168Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-29T04:21:29.174Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-29T04:21:29.174Z | ' 1.84.0 |
| 19 | 2025-01-29T04:21:29.174Z | * toolchain channel = "1.84.0" |
| 20 | 2025-01-29T04:21:29.174Z | + printf ' * toolchain profile = "%s" |
| 21 | 2025-01-29T04:21:29.174Z | ' default |
| 22 | 2025-01-29T04:21:29.174Z | * toolchain profile = "default" |
| 23 | 2025-01-29T04:21:29.177Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-29T04:21:29.177Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-29T04:21:29.299Z | info: downloading installer |
| 26 | 2025-01-29T04:21:30.530Z | info: profile set to 'default' |
| 27 | 2025-01-29T04:21:30.530Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-29T04:21:30.530Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-29T04:21:30.700Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-29T04:21:30.702Z | info: downloading component 'cargo' |
| 31 | 2025-01-29T04:21:31.596Z | info: downloading component 'clippy' |
| 32 | 2025-01-29T04:21:31.938Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-29T04:21:33.173Z | info: downloading component 'rust-std' |
| 34 | 2025-01-29T04:21:34.987Z | info: downloading component 'rustc' |
| 35 | 2025-01-29T04:21:41.938Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-29T04:21:42.199Z | info: installing component 'cargo' |
| 37 | 2025-01-29T04:21:43.068Z | info: installing component 'clippy' |
| 38 | 2025-01-29T04:21:43.474Z | info: installing component 'rust-docs' |
| 39 | 2025-01-29T04:21:45.156Z | info: installing component 'rust-std' |
| 40 | 2025-01-29T04:21:46.995Z | info: installing component 'rustc' |
| 41 | 2025-01-29T04:21:53.264Z | info: installing component 'rustfmt' |
| 42 | 2025-01-29T04:21:53.603Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-29T04:21:53.604Z | |
| 44 | 2025-01-29T04:21:53.994Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-29T04:21:53.994Z | |
| 46 | 2025-01-29T04:21:53.997Z | |
| 47 | 2025-01-29T04:21:53.998Z | Rust is installed now. Great! |
| 48 | 2025-01-29T04:21:53.998Z | |
| 49 | 2025-01-29T04:21:53.998Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-29T04:21:53.998Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-29T04:21:53.998Z | |
| 52 | 2025-01-29T04:21:53.998Z | To configure your current shell, you need to source |
| 53 | 2025-01-29T04:21:53.998Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-29T04:21:53.998Z | |
| 55 | 2025-01-29T04:21:53.998Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-29T04:21:53.998Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-29T04:21:53.998Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-29T04:21:54.074Z | + rustc --version |
| 59 | 2025-01-29T04:21:54.144Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-29T04:21:54.147Z | process exited: duration 24971 ms, exit code 0 |
| |
| 61 | 2025-01-29T04:21:54.155Z | starting task 2: "authentication" |
| 62 | 2025-01-29T04:21:54.175Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2025-01-29T04:21:54.181Z | starting task 3: "clone repository" |
| 64 | 2025-01-29T04:21:54.186Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-29T04:21:54.188Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-29T04:21:54.229Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-29T04:22:02.231Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-29T04:22:02.231Z | + git fetch origin 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
| 69 | 2025-01-29T04:22:02.950Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-29T04:22:02.950Z | * branch 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 -> FETCH_HEAD |
| 71 | 2025-01-29T04:22:02.961Z | + [[ -n '' ]] |
| 72 | 2025-01-29T04:22:02.961Z | + git reset --hard 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
| 73 | 2025-01-29T04:22:03.062Z | HEAD is now at 1983115b7 Update Rust crate indicatif to 0.17.11 |
| 74 | 2025-01-29T04:22:03.065Z | process exited: duration 8880 ms, exit code 0 |
| |
| 75 | 2025-01-29T04:22:03.073Z | starting task 4: "build" |
| 76 | 2025-01-29T04:22:03.078Z | + source ./env.sh |
| 77 | 2025-01-29T04:22:03.078Z | ++ OLD_SHELL_OPTS=ehxB |
| 78 | 2025-01-29T04:22:03.081Z | ++ set -o xtrace |
| 79 | 2025-01-29T04:22:03.081Z | ++++ dirname ./env.sh |
| 80 | 2025-01-29T04:22:03.084Z | +++ readlink -f . |
| 81 | 2025-01-29T04:22:03.087Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 82 | 2025-01-29T04:22:03.088Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 83 | 2025-01-29T04:22:03.088Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 84 | 2025-01-29T04:22:03.088Z | ++ 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 |
| 85 | 2025-01-29T04:22:03.088Z | ++ 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 |
| 86 | 2025-01-29T04:22:03.088Z | ++ 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 |
| 87 | 2025-01-29T04:22:03.088Z | ++ 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 |
| 88 | 2025-01-29T04:22:03.088Z | ++ 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 |
| 89 | 2025-01-29T04:22:03.088Z | ++ 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 |
| 90 | 2025-01-29T04:22:03.088Z | ++ case $OLD_SHELL_OPTS in |
| 91 | 2025-01-29T04:22:03.088Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 92 | 2025-01-29T04:22:03.088Z | + source .github/buildomat/ci-env.sh |
| 93 | 2025-01-29T04:22:03.088Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2025-01-29T04:22:03.088Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2025-01-29T04:22:03.088Z | + cargo --version |
| 96 | 2025-01-29T04:22:03.149Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 97 | 2025-01-29T04:22:03.152Z | + rustc --version |
| 98 | 2025-01-29T04:22:03.215Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 99 | 2025-01-29T04:22:03.219Z | + banner prerequisites |
| 100 | 2025-01-29T04:22:03.221Z | |
| 101 | 2025-01-29T04:22:03.222Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 102 | 2025-01-29T04:22:03.222Z | # # # # # # # # # # # # # # # |
| 103 | 2025-01-29T04:22:03.222Z | # # # # ##### # # ##### # # # # # #### # |
| 104 | 2025-01-29T04:22:03.222Z | ##### ##### # ##### # # # # # # # # # |
| 105 | 2025-01-29T04:22:03.222Z | # # # # # # # # # # # # # # # |
| 106 | 2025-01-29T04:22:03.222Z | # # # ###### # # ###### ### # #### # #### # |
| 107 | 2025-01-29T04:22:03.222Z | |
| 108 | 2025-01-29T04:22:03.222Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 109 | 2025-01-29T04:22:04.854Z | pkg list: illegal option -- F |
| 110 | 2025-01-29T04:22:04.857Z | Usage: |
| 111 | 2025-01-29T04:22:04.857Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 112 | 2025-01-29T04:22:04.857Z | [pkg_fmri_pattern ...] |
| 113 | 2025-01-29T04:22:05.710Z | pkg list: illegal option -- F |
| 114 | 2025-01-29T04:22:05.710Z | Usage: |
| 115 | 2025-01-29T04:22:05.712Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-01-29T04:22:05.712Z | [pkg_fmri_pattern ...] |
| 117 | 2025-01-29T04:22:13.956Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2025-01-29T04:22:18.052Z | Startup: Caching catalogs ... Done |
| 119 | 2025-01-29T04:22:29.679Z | Planning: Solver setup ... Done (10.801s) |
| 120 | 2025-01-29T04:22:29.827Z | Planning: Running solver ... Done (0.148s) |
| 121 | 2025-01-29T04:22:29.943Z | Planning: Finding local manifests ... Done (0.006s) |
| 122 | 2025-01-29T04:22:29.958Z | Planning: Fetching manifests: 0/7 0% complete |
| 123 | 2025-01-29T04:22:30.193Z | Planning: Fetching manifests: 7/7 100% complete |
| 124 | 2025-01-29T04:22:30.305Z | Planning: Package planning ... Done (0.111s) |
| 125 | 2025-01-29T04:22:30.362Z | Planning: Merging actions ... Done (0.057s) |
| 126 | 2025-01-29T04:22:30.559Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 127 | 2025-01-29T04:22:32.619Z | Planning: Consolidating action changes ... Done (2.058s) |
| 128 | 2025-01-29T04:22:33.065Z | Planning: Evaluating mediators ... Done (0.443s) |
| 129 | 2025-01-29T04:22:33.146Z | Planning: Planning completed in 14.99 seconds |
| 130 | 2025-01-29T04:22:33.161Z | Packages to install: 4 |
| 131 | 2025-01-29T04:22:33.161Z | Packages to update: 3 |
| 132 | 2025-01-29T04:22:33.164Z | Mediators to change: 2 |
| 133 | 2025-01-29T04:22:33.164Z | Services to change: 1 |
| 134 | 2025-01-29T04:22:33.164Z | Estimated space available: 155.61 GB |
| 135 | 2025-01-29T04:22:33.164Z | Estimated space to be consumed: 1.64 GB |
| 136 | 2025-01-29T04:22:33.164Z | Create boot environment: No |
| 137 | 2025-01-29T04:22:33.164Z | Create backup boot environment: Yes |
| 138 | 2025-01-29T04:22:33.164Z | Rebuild boot archive: No |
| 139 | 2025-01-29T04:22:33.164Z | |
| 140 | 2025-01-29T04:22:33.164Z | Changed mediators: |
| 141 | 2025-01-29T04:22:33.164Z | mediator clang: |
| 142 | 2025-01-29T04:22:33.164Z | version: None -> 15 (system default) |
| 143 | 2025-01-29T04:22:33.164Z | |
| 144 | 2025-01-29T04:22:33.164Z | mediator llvm: |
| 145 | 2025-01-29T04:22:33.165Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2025-01-29T04:22:33.165Z | |
| 147 | 2025-01-29T04:22:33.165Z | Changed packages: |
| 148 | 2025-01-29T04:22:33.165Z | helios-dev |
| 149 | 2025-01-29T04:22:33.165Z | developer/build-essential |
| 150 | 2025-01-29T04:22:33.165Z | None -> 11-2.0 |
| 151 | 2025-01-29T04:22:33.165Z | library/libxmlsec1 |
| 152 | 2025-01-29T04:22:33.165Z | None -> 1.2.35-2.0 |
| 153 | 2025-01-29T04:22:33.165Z | ooce/developer/clang-15 |
| 154 | 2025-01-29T04:22:33.165Z | None -> 15.0.7-2.0 |
| 155 | 2025-01-29T04:22:33.165Z | ooce/developer/llvm-15 |
| 156 | 2025-01-29T04:22:33.165Z | None -> 15.0.7-2.0 |
| 157 | 2025-01-29T04:22:33.165Z | package/pkg |
| 158 | 2025-01-29T04:22:33.165Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2025-01-29T04:22:33.165Z | system/library/g++-runtime |
| 160 | 2025-01-29T04:22:33.165Z | 13-2.0 -> 14-2.0 |
| 161 | 2025-01-29T04:22:33.165Z | system/library/gcc-runtime |
| 162 | 2025-01-29T04:22:33.165Z | 13-2.0 -> 14-2.0 |
| 163 | 2025-01-29T04:22:33.165Z | |
| 164 | 2025-01-29T04:22:33.165Z | Services: |
| 165 | 2025-01-29T04:22:33.165Z | restart_fmri: |
| 166 | 2025-01-29T04:22:33.165Z | svc:/system/update-man-index:default |
| 167 | 2025-01-29T04:22:33.165Z | |
| 168 | 2025-01-29T04:22:33.165Z | Editable files to change: |
| 169 | 2025-01-29T04:22:33.166Z | Update: |
| 170 | 2025-01-29T04:22:33.166Z | usr/share/lib/pkg/web/config.shtml |
| 171 | 2025-01-29T04:22:33.246Z | |
| 172 | 2025-01-29T04:22:33.246Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 173 | 2025-01-29T04:22:40.012Z | Download: 213/4301 items 1.3/225.4MB 0% complete (850k/s) |
| 174 | 2025-01-29T04:22:45.020Z | Download: 861/4301 items 18.8/225.4MB 8% complete (1.9M/s) |
| 175 | 2025-01-29T04:22:50.241Z | Download: 1193/4301 items 61.3/225.4MB 27% complete (6.1M/s) |
| 176 | 2025-01-29T04:22:56.723Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
| 177 | 2025-01-29T04:23:01.738Z | Download: 1705/4301 items 117.4/225.4MB 52% complete (4.4M/s) |
| 178 | 2025-01-29T04:23:07.065Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (4.1M/s) |
| 179 | 2025-01-29T04:23:34.233Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
| 180 | 2025-01-29T04:23:39.237Z | Download: 2514/4301 items 120.3/225.4MB 53% complete (224k/s) |
| 181 | 2025-01-29T04:23:44.281Z | Download: 2774/4301 items 121.0/225.4MB 53% complete (180k/s) |
| 182 | 2025-01-29T04:23:49.284Z | Download: 3041/4301 items 121.4/225.4MB 53% complete (121k/s) |
| 183 | 2025-01-29T04:23:54.369Z | Download: 3236/4301 items 202.1/225.4MB 89% complete (8.0M/s) |
| 184 | 2025-01-29T04:24:00.368Z | Download: 3244/4301 items 202.9/225.4MB 90% complete (8.1M/s) |
| 185 | 2025-01-29T04:24:12.455Z | Download: 3246/4301 items 202.9/225.4MB 90% complete |
| 186 | 2025-01-29T04:24:18.760Z | Download: 3247/4301 items 202.9/225.4MB 90% complete |
| 187 | 2025-01-29T04:24:23.753Z | Download: 3247/4301 items 202.9/225.4MB 90% complete (107B/s) |
| 188 | 2025-01-29T04:24:31.264Z | Download: 3279/4301 items 209.9/225.4MB 93% complete (674k/s) |
| 189 | 2025-01-29T04:24:37.684Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (1.1M/s) |
| 190 | 2025-01-29T04:24:42.701Z | Download: 3536/4301 items 215.6/225.4MB 95% complete (593k/s) |
| 191 | 2025-01-29T04:24:47.781Z | Download: 3725/4301 items 216.5/225.4MB 96% complete (413k/s) |
| 192 | 2025-01-29T04:24:52.802Z | Download: 3860/4301 items 217.3/225.4MB 96% complete (203k/s) |
| 193 | 2025-01-29T04:24:57.818Z | Download: 4001/4301 items 218.3/225.4MB 96% complete (189k/s) |
| 194 | 2025-01-29T04:25:04.819Z | Download: 4204/4301 items 220.6/225.4MB 97% complete (339k/s) |
| 195 | 2025-01-29T04:25:21.830Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
| 196 | 2025-01-29T04:25:25.908Z | Download: Completed 225.42 MB in 172.61 seconds (1.3M/s) |
| 197 | 2025-01-29T04:25:28.018Z | Actions: 1/5122 actions (Removing old actions) |
| 198 | 2025-01-29T04:25:28.040Z | Actions: 194/5122 actions (Installing new actions) |
| 199 | 2025-01-29T04:25:32.748Z | Actions: 4267/5122 actions (Updating modified actions) |
| 200 | 2025-01-29T04:25:33.106Z | Actions: Completed 5122 actions in 5.08 seconds. |
| 201 | 2025-01-29T04:25:33.518Z | Done (0.405s) |
| 202 | 2025-01-29T04:25:33.521Z | Done (0.001s) |
| 203 | 2025-01-29T04:25:34.159Z | Done (0.580s) |
| 204 | 2025-01-29T04:25:38.680Z | Done (4.342s) |
| 205 | 2025-01-29T04:25:38.771Z | Done (0.018s) |
| 206 | 2025-01-29T04:25:38.774Z | Done (0.000s) |
| 207 | 2025-01-29T04:25:39.001Z | Done (0.000s) |
| 208 | 2025-01-29T04:25:39.736Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2025-01-29T04:25:39.905Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2025-01-29T04:25:39.908Z | Planning: Consolidating action changes ... Done |
| 211 | 2025-01-29T04:25:40.187Z | Planning: Evaluating mediators ... Done |
| 212 | 2025-01-29T04:25:40.193Z | Planning: Planning completed in 0.45 seconds |
| 213 | 2025-01-29T04:25:40.228Z | Mediators to change: 2 |
| 214 | 2025-01-29T04:25:40.228Z | Create boot environment: No |
| 215 | 2025-01-29T04:25:40.228Z | Create backup boot environment: No |
| 216 | 2025-01-29T04:25:40.331Z | Done |
| 217 | 2025-01-29T04:25:40.331Z | Done |
| 218 | 2025-01-29T04:25:40.709Z | Done |
| 219 | 2025-01-29T04:25:44.629Z | Done |
| 220 | 2025-01-29T04:25:44.725Z | Done |
| 221 | 2025-01-29T04:25:44.728Z | Done |
| 222 | 2025-01-29T04:25:44.863Z | Done |
| 223 | 2025-01-29T04:25:45.524Z | Planning: Evaluating mediator changes ... Done |
| 224 | 2025-01-29T04:25:45.527Z | Planning: Merging actions ... Done |
| 225 | 2025-01-29T04:25:45.721Z | Planning: Checking for conflicting actions ... Done |
| 226 | 2025-01-29T04:25:45.724Z | Planning: Consolidating action changes ... Done |
| 227 | 2025-01-29T04:25:46.004Z | Planning: Evaluating mediators ... Done |
| 228 | 2025-01-29T04:25:46.065Z | Planning: Planning completed in 0.80 seconds |
| 229 | 2025-01-29T04:25:46.109Z | Packages to change: 1 |
| 230 | 2025-01-29T04:25:46.109Z | Mediators to change: 1 |
| 231 | 2025-01-29T04:25:46.111Z | Services to change: 1 |
| 232 | 2025-01-29T04:25:46.111Z | Create boot environment: No |
| 233 | 2025-01-29T04:25:46.111Z | Create backup boot environment: Yes |
| 234 | 2025-01-29T04:25:48.461Z | Actions: 1/6 actions (Updating modified actions) |
| 235 | 2025-01-29T04:25:48.464Z | Actions: Completed 6 actions in 0.00 seconds. |
| 236 | 2025-01-29T04:25:48.464Z | Done |
| 237 | 2025-01-29T04:25:48.464Z | Done |
| 238 | 2025-01-29T04:25:48.584Z | Done |
| 239 | 2025-01-29T04:25:52.413Z | Done |
| 240 | 2025-01-29T04:25:52.507Z | Done |
| 241 | 2025-01-29T04:25:52.509Z | Done |
| 242 | 2025-01-29T04:25:52.643Z | Done |
| 243 | 2025-01-29T04:25:53.094Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 244 | 2025-01-29T04:25:53.094Z | clang system 15 system |
| 245 | 2025-01-29T04:25:53.094Z | csh system system illumos |
| 246 | 2025-01-29T04:25:53.094Z | ctags system system illumos |
| 247 | 2025-01-29T04:25:53.094Z | gcc vendor 12 vendor |
| 248 | 2025-01-29T04:25:53.094Z | gcc system 10 system |
| 249 | 2025-01-29T04:25:53.094Z | gcc system 7 system |
| 250 | 2025-01-29T04:25:53.094Z | go system 1.20 system |
| 251 | 2025-01-29T04:25:53.094Z | go system 1.19 system |
| 252 | 2025-01-29T04:25:53.094Z | llvm system 15 system |
| 253 | 2025-01-29T04:25:53.094Z | llvm system 14 system |
| 254 | 2025-01-29T04:25:53.094Z | mariadb system 10.6 system |
| 255 | 2025-01-29T04:25:53.094Z | mta vendor vendor dma |
| 256 | 2025-01-29T04:25:53.094Z | openjdk system 17 system |
| 257 | 2025-01-29T04:25:53.094Z | openjdk system 11 system |
| 258 | 2025-01-29T04:25:53.094Z | openjdk system 1.8 system |
| 259 | 2025-01-29T04:25:53.094Z | openssl vendor 3 vendor |
| 260 | 2025-01-29T04:25:53.094Z | perl system 5.36 system |
| 261 | 2025-01-29T04:25:53.094Z | postgresql system 15 system |
| 262 | 2025-01-29T04:25:53.094Z | postgresql system 13 system |
| 263 | 2025-01-29T04:25:53.094Z | python vendor 3 vendor |
| 264 | 2025-01-29T04:25:53.094Z | python system 2 system |
| 265 | 2025-01-29T04:25:53.094Z | python3 system 3.11 system |
| 266 | 2025-01-29T04:25:53.094Z | ruby system 3.0 system |
| 267 | 2025-01-29T04:25:53.094Z | words vendor vendor american-english |
| 268 | 2025-01-29T04:25:53.095Z | words system system australian-english |
| 269 | 2025-01-29T04:25:53.095Z | words system system british-english |
| 270 | 2025-01-29T04:25:53.095Z | words system system canadian-english |
| 271 | 2025-01-29T04:25:53.095Z | words system system french |
| 272 | 2025-01-29T04:25:53.095Z | words system system italian |
| 273 | 2025-01-29T04:25:53.095Z | words system system ngerman |
| 274 | 2025-01-29T04:25:53.095Z | words system system ogerman |
| 275 | 2025-01-29T04:25:53.095Z | words system system spanish |
| 276 | 2025-01-29T04:25:53.429Z | PUBLISHER TYPE STATUS P LOCATION |
| 277 | 2025-01-29T04:25:53.429Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 278 | 2025-01-29T04:25:56.258Z | FMRI IFO |
| 279 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 280 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 281 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 282 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 283 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 284 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 285 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 286 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 287 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 288 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 289 | 2025-01-29T04:25:56.258Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 290 | 2025-01-29T04:25:56.259Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 291 | 2025-01-29T04:25:56.259Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 292 | 2025-01-29T04:25:56.259Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 293 | 2025-01-29T04:25:56.259Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 294 | 2025-01-29T04:25:57.035Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 295 | 2025-01-29T04:25:57.327Z | Updating crates.io index |
| 296 | 2025-01-29T04:25:57.377Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 297 | 2025-01-29T04:25:57.674Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 298 | 2025-01-29T04:25:58.198Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 299 | 2025-01-29T04:25:58.486Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 300 | 2025-01-29T04:25:58.748Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 301 | 2025-01-29T04:25:59.025Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 302 | 2025-01-29T04:26:00.033Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 303 | 2025-01-29T04:26:01.775Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 304 | 2025-01-29T04:26:02.525Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 305 | 2025-01-29T04:26:03.334Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 306 | 2025-01-29T04:26:03.602Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 307 | 2025-01-29T04:26:03.937Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 308 | 2025-01-29T04:26:04.575Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 309 | 2025-01-29T04:26:04.916Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 310 | 2025-01-29T04:26:05.239Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 311 | 2025-01-29T04:26:05.547Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 312 | 2025-01-29T04:26:05.792Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 313 | 2025-01-29T04:26:06.057Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 314 | 2025-01-29T04:26:06.372Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 315 | 2025-01-29T04:26:06.712Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 316 | 2025-01-29T04:26:06.977Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 317 | 2025-01-29T04:26:07.315Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 318 | 2025-01-29T04:26:07.712Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 319 | 2025-01-29T04:26:07.998Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 320 | 2025-01-29T04:26:08.507Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 321 | 2025-01-29T04:26:08.790Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 322 | 2025-01-29T04:26:09.189Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 323 | 2025-01-29T04:26:09.597Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 324 | 2025-01-29T04:26:09.991Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 325 | 2025-01-29T04:26:10.243Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 326 | 2025-01-29T04:26:10.529Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 327 | 2025-01-29T04:26:11.816Z | Downloading crates ... |
| 328 | 2025-01-29T04:26:11.897Z | Downloaded anyhow v1.0.95 |
| 329 | 2025-01-29T04:26:11.905Z | Downloaded bitflags v2.6.0 |
| 330 | 2025-01-29T04:26:11.909Z | Downloaded byteorder v1.5.0 |
| 331 | 2025-01-29T04:26:11.911Z | Downloaded anstyle-query v1.1.1 |
| 332 | 2025-01-29T04:26:11.914Z | Downloaded anstream v0.6.15 |
| 333 | 2025-01-29T04:26:11.916Z | Downloaded bytecount v0.6.8 |
| 334 | 2025-01-29T04:26:11.919Z | Downloaded serde_spanned v0.6.8 |
| 335 | 2025-01-29T04:26:11.919Z | Downloaded camino-tempfile v1.1.1 |
| 336 | 2025-01-29T04:26:11.922Z | Downloaded cargo_metadata v0.18.1 |
| 337 | 2025-01-29T04:26:11.924Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2025-01-29T04:26:11.927Z | Downloaded cpufeatures v0.2.14 |
| 339 | 2025-01-29T04:26:11.930Z | Downloaded clap_lex v0.7.4 |
| 340 | 2025-01-29T04:26:11.931Z | Downloaded cfg-if v1.0.0 |
| 341 | 2025-01-29T04:26:11.931Z | Downloaded cargo_toml v0.20.5 |
| 342 | 2025-01-29T04:26:11.935Z | Downloaded usdt v0.5.0 |
| 343 | 2025-01-29T04:26:11.938Z | Downloaded memmap v0.7.0 |
| 344 | 2025-01-29T04:26:11.950Z | Downloaded camino v1.1.9 |
| 345 | 2025-01-29T04:26:11.960Z | Downloaded clap_derive v4.5.24 |
| 346 | 2025-01-29T04:26:11.963Z | Downloaded thread-id v4.2.2 |
| 347 | 2025-01-29T04:26:11.973Z | Downloaded zerocopy v0.7.35 |
| 348 | 2025-01-29T04:26:11.977Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2025-01-29T04:26:11.980Z | Downloaded indexmap v2.7.1 |
| 350 | 2025-01-29T04:26:11.983Z | Downloaded usdt-attr-macro v0.5.0 |
| 351 | 2025-01-29T04:26:11.983Z | Downloaded thiserror v1.0.69 |
| 352 | 2025-01-29T04:26:11.987Z | Downloaded cargo-platform v0.1.8 |
| 353 | 2025-01-29T04:26:11.990Z | Downloaded toml_datetime v0.6.8 |
| 354 | 2025-01-29T04:26:11.994Z | Downloaded unicode-linebreak v0.1.5 |
| 355 | 2025-01-29T04:26:11.994Z | Downloaded strsim v0.11.1 |
| 356 | 2025-01-29T04:26:11.996Z | Downloaded swrite v0.1.0 |
| 357 | 2025-01-29T04:26:11.996Z | Downloaded terminal_size v0.4.0 |
| 358 | 2025-01-29T04:26:11.996Z | Downloaded dtrace-parser v0.2.0 |
| 359 | 2025-01-29T04:26:11.996Z | Downloaded plain v0.2.3 |
| 360 | 2025-01-29T04:26:12.011Z | Downloaded tabled_derive v0.7.0 |
| 361 | 2025-01-29T04:26:12.013Z | Downloaded serde_derive v1.0.217 |
| 362 | 2025-01-29T04:26:12.016Z | Downloaded thiserror-impl v1.0.69 |
| 363 | 2025-01-29T04:26:12.016Z | Downloaded semver v1.0.24 |
| 364 | 2025-01-29T04:26:12.019Z | Downloaded macaddr v1.0.1 |
| 365 | 2025-01-29T04:26:12.019Z | Downloaded pest_derive v2.7.14 |
| 366 | 2025-01-29T04:26:12.023Z | Downloaded heck v0.4.1 |
| 367 | 2025-01-29T04:26:12.029Z | Downloaded anstyle-parse v0.2.5 |
| 368 | 2025-01-29T04:26:12.032Z | Downloaded fastrand v2.1.1 |
| 369 | 2025-01-29T04:26:12.035Z | Downloaded autocfg v1.4.0 |
| 370 | 2025-01-29T04:26:12.035Z | Downloaded utf8parse v0.2.2 |
| 371 | 2025-01-29T04:26:12.040Z | Downloaded is_terminal_polyfill v1.70.1 |
| 372 | 2025-01-29T04:26:12.040Z | Downloaded fnv v1.0.7 |
| 373 | 2025-01-29T04:26:12.040Z | Downloaded dof v0.3.0 |
| 374 | 2025-01-29T04:26:12.040Z | Downloaded digest v0.10.7 |
| 375 | 2025-01-29T04:26:12.043Z | Downloaded colorchoice v1.0.2 |
| 376 | 2025-01-29T04:26:12.043Z | Downloaded version_check v0.9.5 |
| 377 | 2025-01-29T04:26:12.051Z | Downloaded quote v1.0.38 |
| 378 | 2025-01-29T04:26:12.060Z | Downloaded pest_generator v2.7.14 |
| 379 | 2025-01-29T04:26:12.063Z | Downloaded generic-array v0.14.7 |
| 380 | 2025-01-29T04:26:12.063Z | Downloaded serde_tokenstream v0.2.2 |
| 381 | 2025-01-29T04:26:12.065Z | Downloaded itoa v1.0.11 |
| 382 | 2025-01-29T04:26:12.068Z | Downloaded errno v0.3.9 |
| 383 | 2025-01-29T04:26:12.072Z | Downloaded scroll v0.12.0 |
| 384 | 2025-01-29T04:26:12.075Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2025-01-29T04:26:12.078Z | Downloaded once_cell v1.20.2 |
| 386 | 2025-01-29T04:26:12.082Z | Downloaded unicode-ident v1.0.14 |
| 387 | 2025-01-29T04:26:12.085Z | Downloaded textwrap v0.16.1 |
| 388 | 2025-01-29T04:26:12.087Z | Downloaded sha2 v0.10.8 |
| 389 | 2025-01-29T04:26:12.090Z | Downloaded log v0.4.22 |
| 390 | 2025-01-29T04:26:12.093Z | Downloaded proc-macro2 v1.0.92 |
| 391 | 2025-01-29T04:26:12.096Z | Downloaded tempfile v3.13.0 |
| 392 | 2025-01-29T04:26:12.113Z | Downloaded zerocopy-derive v0.7.35 |
| 393 | 2025-01-29T04:26:12.117Z | Downloaded ucd-trie v0.1.7 |
| 394 | 2025-01-29T04:26:12.120Z | Downloaded typenum v1.17.0 |
| 395 | 2025-01-29T04:26:12.120Z | Downloaded papergrid v0.11.0 |
| 396 | 2025-01-29T04:26:12.124Z | Downloaded ryu v1.0.18 |
| 397 | 2025-01-29T04:26:12.127Z | Downloaded anstyle v1.0.10 |
| 398 | 2025-01-29T04:26:12.129Z | Downloaded proc-macro-error-attr v1.0.4 |
| 399 | 2025-01-29T04:26:12.133Z | Downloaded serde v1.0.217 |
| 400 | 2025-01-29T04:26:12.143Z | Downloaded smawk v0.3.2 |
| 401 | 2025-01-29T04:26:12.146Z | Downloaded crypto-common v0.1.6 |
| 402 | 2025-01-29T04:26:12.153Z | Downloaded fs-err v2.11.0 |
| 403 | 2025-01-29T04:26:12.156Z | Downloaded block-buffer v0.10.4 |
| 404 | 2025-01-29T04:26:12.164Z | Downloaded usdt-impl v0.5.0 |
| 405 | 2025-01-29T04:26:12.166Z | Downloaded heck v0.5.0 |
| 406 | 2025-01-29T04:26:12.169Z | Downloaded equivalent v1.0.1 |
| 407 | 2025-01-29T04:26:12.172Z | Downloaded scroll_derive v0.12.0 |
| 408 | 2025-01-29T04:26:12.175Z | Downloaded clap_builder v4.5.27 |
| 409 | 2025-01-29T04:26:12.180Z | Downloaded clap v4.5.27 |
| 410 | 2025-01-29T04:26:12.187Z | Downloaded toml_edit v0.22.22 |
| 411 | 2025-01-29T04:26:12.206Z | Downloaded toml v0.8.19 |
| 412 | 2025-01-29T04:26:12.209Z | Downloaded pest_meta v2.7.14 |
| 413 | 2025-01-29T04:26:12.212Z | Downloaded pest v2.7.14 |
| 414 | 2025-01-29T04:26:12.215Z | Downloaded hashbrown v0.15.1 |
| 415 | 2025-01-29T04:26:12.227Z | Downloaded serde_json v1.0.135 |
| 416 | 2025-01-29T04:26:12.234Z | Downloaded memchr v2.7.4 |
| 417 | 2025-01-29T04:26:12.238Z | Downloaded winnow v0.6.20 |
| 418 | 2025-01-29T04:26:12.270Z | Downloaded syn v1.0.109 |
| 419 | 2025-01-29T04:26:12.279Z | Downloaded unicode-width v0.1.14 |
| 420 | 2025-01-29T04:26:12.288Z | Downloaded rustix v0.38.37 |
| 421 | 2025-01-29T04:26:12.308Z | Downloaded syn v2.0.96 |
| 422 | 2025-01-29T04:26:12.318Z | Downloaded goblin v0.8.2 |
| 423 | 2025-01-29T04:26:12.323Z | Downloaded tabled v0.15.0 |
| 424 | 2025-01-29T04:26:12.360Z | Downloaded libc v0.2.169 |
| 425 | 2025-01-29T04:26:12.677Z | Compiling proc-macro2 v1.0.92 |
| 426 | 2025-01-29T04:26:12.677Z | Compiling unicode-ident v1.0.14 |
| 427 | 2025-01-29T04:26:12.680Z | Compiling version_check v0.9.5 |
| 428 | 2025-01-29T04:26:12.680Z | Compiling serde v1.0.217 |
| 429 | 2025-01-29T04:26:12.680Z | Compiling thiserror v1.0.69 |
| 430 | 2025-01-29T04:26:12.680Z | Compiling memchr v2.7.4 |
| 431 | 2025-01-29T04:26:12.715Z | Compiling libc v0.2.169 |
| 432 | 2025-01-29T04:26:12.718Z | Compiling ucd-trie v0.1.7 |
| 433 | 2025-01-29T04:26:12.961Z | Compiling ryu v1.0.18 |
| 434 | 2025-01-29T04:26:13.343Z | Compiling itoa v1.0.11 |
| 435 | 2025-01-29T04:26:13.371Z | Compiling once_cell v1.20.2 |
| 436 | 2025-01-29T04:26:13.510Z | Compiling byteorder v1.5.0 |
| 437 | 2025-01-29T04:26:13.764Z | Compiling rustix v0.38.37 |
| 438 | 2025-01-29T04:26:13.811Z | Compiling serde_json v1.0.135 |
| 439 | 2025-01-29T04:26:13.935Z | Compiling bitflags v2.6.0 |
| 440 | 2025-01-29T04:26:14.162Z | Compiling usdt-impl v0.5.0 |
| 441 | 2025-01-29T04:26:14.361Z | Compiling proc-macro-error-attr v1.0.4 |
| 442 | 2025-01-29T04:26:14.361Z | Compiling syn v1.0.109 |
| 443 | 2025-01-29T04:26:14.468Z | Compiling proc-macro-error v1.0.4 |
| 444 | 2025-01-29T04:26:14.502Z | Compiling quote v1.0.38 |
| 445 | 2025-01-29T04:26:14.571Z | Compiling errno v0.3.9 |
| 446 | 2025-01-29T04:26:14.796Z | Compiling log v0.4.22 |
| 447 | 2025-01-29T04:26:14.826Z | Compiling camino v1.1.9 |
| 448 | 2025-01-29T04:26:14.874Z | Compiling syn v2.0.96 |
| 449 | 2025-01-29T04:26:14.953Z | Compiling thread-id v4.2.2 |
| 450 | 2025-01-29T04:26:15.056Z | Compiling utf8parse v0.2.2 |
| 451 | 2025-01-29T04:26:15.091Z | Compiling plain v0.2.3 |
| 452 | 2025-01-29T04:26:15.141Z | Compiling equivalent v1.0.1 |
| 453 | 2025-01-29T04:26:15.144Z | Compiling hashbrown v0.15.1 |
| 454 | 2025-01-29T04:26:15.236Z | Compiling anstyle-parse v0.2.5 |
| 455 | 2025-01-29T04:26:15.471Z | Compiling anstyle v1.0.10 |
| 456 | 2025-01-29T04:26:15.563Z | Compiling winnow v0.6.20 |
| 457 | 2025-01-29T04:26:15.819Z | Compiling unicode-width v0.1.14 |
| 458 | 2025-01-29T04:26:15.897Z | Compiling pretty-hex v0.4.1 |
| 459 | 2025-01-29T04:26:15.950Z | Compiling semver v1.0.24 |
| 460 | 2025-01-29T04:26:16.145Z | Compiling colorchoice v1.0.2 |
| 461 | 2025-01-29T04:26:16.268Z | Compiling indexmap v2.7.1 |
| 462 | 2025-01-29T04:26:16.336Z | Compiling autocfg v1.4.0 |
| 463 | 2025-01-29T04:26:16.356Z | Compiling anstyle-query v1.1.1 |
| 464 | 2025-01-29T04:26:16.448Z | Compiling is_terminal_polyfill v1.70.1 |
| 465 | 2025-01-29T04:26:16.600Z | Compiling anstream v0.6.15 |
| 466 | 2025-01-29T04:26:16.798Z | Compiling terminal_size v0.4.0 |
| 467 | 2025-01-29T04:26:17.172Z | Compiling cfg-if v1.0.0 |
| 468 | 2025-01-29T04:26:17.249Z | Compiling fnv v1.0.7 |
| 469 | 2025-01-29T04:26:17.284Z | Compiling anyhow v1.0.95 |
| 470 | 2025-01-29T04:26:17.287Z | Compiling fs-err v2.11.0 |
| 471 | 2025-01-29T04:26:17.313Z | Compiling strsim v0.11.1 |
| 472 | 2025-01-29T04:26:17.405Z | Compiling bytecount v0.6.8 |
| 473 | 2025-01-29T04:26:17.434Z | Compiling fastrand v2.1.1 |
| 474 | 2025-01-29T04:26:17.638Z | Compiling clap_lex v0.7.4 |
| 475 | 2025-01-29T04:26:17.937Z | Compiling heck v0.4.1 |
| 476 | 2025-01-29T04:26:17.990Z | Compiling heck v0.5.0 |
| 477 | 2025-01-29T04:26:18.117Z | Compiling tempfile v3.13.0 |
| 478 | 2025-01-29T04:26:18.166Z | Compiling clap_builder v4.5.27 |
| 479 | 2025-01-29T04:26:18.647Z | Compiling papergrid v0.11.0 |
| 480 | 2025-01-29T04:26:18.685Z | Compiling memmap v0.7.0 |
| 481 | 2025-01-29T04:26:18.791Z | Compiling smawk v0.3.2 |
| 482 | 2025-01-29T04:26:18.886Z | Compiling unicode-linebreak v0.1.5 |
| 483 | 2025-01-29T04:26:19.043Z | Compiling swrite v0.1.0 |
| 484 | 2025-01-29T04:26:19.404Z | Compiling textwrap v0.16.1 |
| 485 | 2025-01-29T04:26:19.979Z | Compiling tabled_derive v0.7.0 |
| 486 | 2025-01-29T04:26:21.624Z | Compiling tabled v0.15.0 |
| 487 | 2025-01-29T04:26:21.848Z | Compiling serde_derive v1.0.217 |
| 488 | 2025-01-29T04:26:21.848Z | Compiling thiserror-impl v1.0.69 |
| 489 | 2025-01-29T04:26:21.851Z | Compiling zerocopy-derive v0.7.35 |
| 490 | 2025-01-29T04:26:21.851Z | Compiling scroll_derive v0.12.0 |
| 491 | 2025-01-29T04:26:22.048Z | Compiling clap_derive v4.5.24 |
| 492 | 2025-01-29T04:26:23.299Z | Compiling scroll v0.12.0 |
| 493 | 2025-01-29T04:26:23.823Z | Compiling goblin v0.8.2 |
| 494 | 2025-01-29T04:26:23.931Z | Compiling zerocopy v0.7.35 |
| 495 | 2025-01-29T04:26:24.634Z | Compiling pest v2.7.14 |
| 496 | 2025-01-29T04:26:25.397Z | Compiling clap v4.5.27 |
| 497 | 2025-01-29T04:26:26.821Z | Compiling pest_meta v2.7.14 |
| 498 | 2025-01-29T04:26:27.805Z | Compiling pest_generator v2.7.14 |
| 499 | 2025-01-29T04:26:29.230Z | Compiling pest_derive v2.7.14 |
| 500 | 2025-01-29T04:26:29.839Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2025-01-29T04:26:30.564Z | Compiling serde_spanned v0.6.8 |
| 502 | 2025-01-29T04:26:30.567Z | Compiling toml_datetime v0.6.8 |
| 503 | 2025-01-29T04:26:30.679Z | Compiling cargo-platform v0.1.8 |
| 504 | 2025-01-29T04:26:30.882Z | Compiling serde_tokenstream v0.2.2 |
| 505 | 2025-01-29T04:26:31.013Z | Compiling toml_edit v0.22.22 |
| 506 | 2025-01-29T04:26:31.094Z | Compiling macaddr v1.0.1 |
| 507 | 2025-01-29T04:26:31.223Z | Compiling camino-tempfile v1.1.1 |
| 508 | 2025-01-29T04:26:31.940Z | Compiling dof v0.3.0 |
| 509 | 2025-01-29T04:26:31.940Z | Compiling cargo_metadata v0.18.1 |
| 510 | 2025-01-29T04:26:33.616Z | Compiling usdt-macro v0.5.0 |
| 511 | 2025-01-29T04:26:33.617Z | Compiling usdt-attr-macro v0.5.0 |
| 512 | 2025-01-29T04:26:33.754Z | Compiling toml v0.8.19 |
| 513 | 2025-01-29T04:26:34.684Z | Compiling cargo_toml v0.20.5 |
| 514 | 2025-01-29T04:26:34.824Z | Compiling usdt v0.5.0 |
| 515 | 2025-01-29T04:26:37.376Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 516 | 2025-01-29T04:26:40.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.77s |
| 517 | 2025-01-29T04:26:40.862Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 518 | 2025-01-29T04:26:41.393Z | Downloading crates ... |
| 519 | 2025-01-29T04:26:41.537Z | Downloaded cstr-argument v0.1.2 |
| 520 | 2025-01-29T04:26:41.540Z | Downloaded atty v0.2.14 |
| 521 | 2025-01-29T04:26:41.543Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 522 | 2025-01-29T04:26:41.552Z | Downloaded bzip2 v0.4.4 |
| 523 | 2025-01-29T04:26:41.557Z | Downloaded async-stream-impl v0.3.6 |
| 524 | 2025-01-29T04:26:41.557Z | Downloaded crucible-workspace-hack v0.1.0 |
| 525 | 2025-01-29T04:26:41.557Z | Downloaded aes-gcm v0.10.3 |
| 526 | 2025-01-29T04:26:41.560Z | Downloaded const-oid v0.9.6 |
| 527 | 2025-01-29T04:26:41.560Z | Downloaded bitfield-struct v0.6.2 |
| 528 | 2025-01-29T04:26:41.566Z | Downloaded chrono-tz-build v0.4.0 |
| 529 | 2025-01-29T04:26:41.566Z | Downloaded crossbeam-utils v0.8.20 |
| 530 | 2025-01-29T04:26:41.573Z | Downloaded console v0.15.10 |
| 531 | 2025-01-29T04:26:41.573Z | Downloaded cfg_aliases v0.2.1 |
| 532 | 2025-01-29T04:26:41.573Z | Downloaded colored v2.1.0 |
| 533 | 2025-01-29T04:26:41.578Z | Downloaded cmake v0.1.51 |
| 534 | 2025-01-29T04:26:41.578Z | Downloaded blowfish v0.9.1 |
| 535 | 2025-01-29T04:26:41.578Z | Downloaded ciborium-io v0.2.2 |
| 536 | 2025-01-29T04:26:41.584Z | Downloaded ciborium v0.2.2 |
| 537 | 2025-01-29T04:26:41.592Z | Downloaded chacha20 v0.9.1 |
| 538 | 2025-01-29T04:26:41.598Z | Downloaded arrayvec v0.7.6 |
| 539 | 2025-01-29T04:26:41.604Z | Downloaded cfg_aliases v0.1.1 |
| 540 | 2025-01-29T04:26:41.620Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 541 | 2025-01-29T04:26:41.623Z | Downloaded base64ct v1.6.0 |
| 542 | 2025-01-29T04:26:41.630Z | Downloaded crunchy v0.2.2 |
| 543 | 2025-01-29T04:26:41.639Z | Downloaded castaway v0.2.3 |
| 544 | 2025-01-29T04:26:41.645Z | Downloaded convert_case v0.4.0 |
| 545 | 2025-01-29T04:26:41.645Z | Downloaded buf-list v1.0.3 |
| 546 | 2025-01-29T04:26:41.652Z | Downloaded chacha20poly1305 v0.10.1 |
| 547 | 2025-01-29T04:26:41.655Z | Downloaded cipher v0.4.4 |
| 548 | 2025-01-29T04:26:41.655Z | Downloaded async-trait v0.1.85 |
| 549 | 2025-01-29T04:26:41.659Z | Downloaded ciborium-ll v0.2.2 |
| 550 | 2025-01-29T04:26:41.663Z | Downloaded progenitor-client v0.9.1 |
| 551 | 2025-01-29T04:26:41.666Z | Downloaded crc-catalog v2.4.0 |
| 552 | 2025-01-29T04:26:41.666Z | Downloaded cbc v0.1.2 |
| 553 | 2025-01-29T04:26:41.670Z | Downloaded assert_matches v1.5.0 |
| 554 | 2025-01-29T04:26:41.670Z | Downloaded cobs v0.2.3 |
| 555 | 2025-01-29T04:26:41.681Z | Downloaded cexpr v0.6.0 |
| 556 | 2025-01-29T04:26:41.684Z | Downloaded cassowary v0.3.0 |
| 557 | 2025-01-29T04:26:41.687Z | Downloaded ctr v0.9.2 |
| 558 | 2025-01-29T04:26:41.687Z | Downloaded constant_time_eq v0.3.1 |
| 559 | 2025-01-29T04:26:41.690Z | Downloaded aead v0.5.2 |
| 560 | 2025-01-29T04:26:41.694Z | Downloaded const_format_proc_macros v0.2.34 |
| 561 | 2025-01-29T04:26:41.694Z | Downloaded async-recursion v1.1.1 |
| 562 | 2025-01-29T04:26:41.697Z | Downloaded adler2 v2.0.0 |
| 563 | 2025-01-29T04:26:41.699Z | Downloaded bitfield v0.14.0 |
| 564 | 2025-01-29T04:26:41.704Z | Downloaded bytes v1.9.0 |
| 565 | 2025-01-29T04:26:41.711Z | Downloaded crossbeam-epoch v0.9.18 |
| 566 | 2025-01-29T04:26:41.716Z | Downloaded bcs v0.1.6 |
| 567 | 2025-01-29T04:26:41.720Z | Downloaded arrayref v0.3.9 |
| 568 | 2025-01-29T04:26:41.723Z | Downloaded crc v3.2.1 |
| 569 | 2025-01-29T04:26:41.723Z | Downloaded bb8 v0.8.5 |
| 570 | 2025-01-29T04:26:41.726Z | Downloaded addr2line v0.24.2 |
| 571 | 2025-01-29T04:26:41.726Z | Downloaded signal-hook-tokio v0.3.1 |
| 572 | 2025-01-29T04:26:41.731Z | Downloaded async-stream v0.3.6 |
| 573 | 2025-01-29T04:26:41.734Z | Downloaded block-padding v0.3.3 |
| 574 | 2025-01-29T04:26:41.737Z | Downloaded bit-set v0.5.3 |
| 575 | 2025-01-29T04:26:41.737Z | Downloaded salsa20 v0.10.2 |
| 576 | 2025-01-29T04:26:41.737Z | Downloaded bitflags v1.3.2 |
| 577 | 2025-01-29T04:26:41.740Z | Downloaded atomic-waker v1.1.2 |
| 578 | 2025-01-29T04:26:41.743Z | Downloaded async-bb8-diesel v0.2.1 |
| 579 | 2025-01-29T04:26:41.746Z | Downloaded http-range v0.1.5 |
| 580 | 2025-01-29T04:26:41.749Z | Downloaded blake2 v0.10.6 |
| 581 | 2025-01-29T04:26:41.752Z | Downloaded ahash v0.8.11 |
| 582 | 2025-01-29T04:26:41.755Z | Downloaded cookie v0.18.1 |
| 583 | 2025-01-29T04:26:41.760Z | Downloaded indent_write v2.2.0 |
| 584 | 2025-01-29T04:26:41.764Z | Downloaded rustc-hash v2.0.0 |
| 585 | 2025-01-29T04:26:41.766Z | Downloaded base16ct v0.2.0 |
| 586 | 2025-01-29T04:26:41.766Z | Downloaded hex-literal v0.4.1 |
| 587 | 2025-01-29T04:26:41.769Z | Downloaded hex v0.4.3 |
| 588 | 2025-01-29T04:26:41.772Z | Downloaded crc-any v2.5.0 |
| 589 | 2025-01-29T04:26:41.775Z | Downloaded siphasher v0.3.11 |
| 590 | 2025-01-29T04:26:41.777Z | Downloaded shell-words v1.1.0 |
| 591 | 2025-01-29T04:26:41.777Z | Downloaded rtoolbox v0.0.2 |
| 592 | 2025-01-29T04:26:41.780Z | Downloaded radium v0.7.0 |
| 593 | 2025-01-29T04:26:41.781Z | Downloaded iana-time-zone v0.1.61 |
| 594 | 2025-01-29T04:26:41.783Z | Downloaded http-body v1.0.1 |
| 595 | 2025-01-29T04:26:41.786Z | Downloaded rand_core v0.6.4 |
| 596 | 2025-01-29T04:26:41.786Z | Downloaded rustc-hash v1.1.0 |
| 597 | 2025-01-29T04:26:41.789Z | Downloaded slog-scope v4.4.0 |
| 598 | 2025-01-29T04:26:41.789Z | Downloaded rand_seeder v0.3.0 |
| 599 | 2025-01-29T04:26:41.791Z | Downloaded icu_provider_macros v1.5.0 |
| 600 | 2025-01-29T04:26:41.791Z | Downloaded hubpack_derive v0.1.1 |
| 601 | 2025-01-29T04:26:41.791Z | Downloaded csv-core v0.1.11 |
| 602 | 2025-01-29T04:26:41.794Z | Downloaded match_cfg v0.1.0 |
| 603 | 2025-01-29T04:26:41.794Z | Downloaded arc-swap v1.7.1 |
| 604 | 2025-01-29T04:26:41.800Z | Downloaded http-body-util v0.1.2 |
| 605 | 2025-01-29T04:26:41.803Z | Downloaded base64 v0.13.1 |
| 606 | 2025-01-29T04:26:41.806Z | Downloaded indexmap v1.9.3 |
| 607 | 2025-01-29T04:26:41.808Z | Downloaded take_mut v0.2.2 |
| 608 | 2025-01-29T04:26:41.809Z | Downloaded serde-hex v0.1.0 |
| 609 | 2025-01-29T04:26:41.811Z | Downloaded kstat-rs v0.2.4 |
| 610 | 2025-01-29T04:26:41.811Z | Downloaded humantime v2.1.0 |
| 611 | 2025-01-29T04:26:41.815Z | Downloaded httpdate v1.0.3 |
| 612 | 2025-01-29T04:26:41.815Z | Downloaded home v0.5.9 |
| 613 | 2025-01-29T04:26:41.815Z | Downloaded crossbeam-deque v0.8.5 |
| 614 | 2025-01-29T04:26:41.818Z | Downloaded atomicwrites v0.4.4 |
| 615 | 2025-01-29T04:26:41.818Z | Downloaded hickory-client v0.24.2 |
| 616 | 2025-01-29T04:26:41.825Z | Downloaded structmeta v0.3.0 |
| 617 | 2025-01-29T04:26:41.828Z | Downloaded ident_case v1.0.1 |
| 618 | 2025-01-29T04:26:41.828Z | Downloaded md5 v0.7.0 |
| 619 | 2025-01-29T04:26:41.828Z | Downloaded idna_adapter v1.2.0 |
| 620 | 2025-01-29T04:26:41.832Z | Downloaded spki v0.7.3 |
| 621 | 2025-01-29T04:26:41.832Z | Downloaded clang-sys v1.8.1 |
| 622 | 2025-01-29T04:26:41.835Z | Downloaded instability v0.3.2 |
| 623 | 2025-01-29T04:26:41.835Z | Downloaded tinyvec_macros v0.1.1 |
| 624 | 2025-01-29T04:26:41.839Z | Downloaded want v0.3.1 |
| 625 | 2025-01-29T04:26:41.839Z | Downloaded managed v0.8.0 |
| 626 | 2025-01-29T04:26:41.839Z | Downloaded httparse v1.9.5 |
| 627 | 2025-01-29T04:26:41.841Z | Downloaded bit-vec v0.6.3 |
| 628 | 2025-01-29T04:26:41.841Z | Downloaded array-init v0.0.4 |
| 629 | 2025-01-29T04:26:41.844Z | Downloaded hostname v0.3.1 |
| 630 | 2025-01-29T04:26:41.847Z | Downloaded idna v1.0.3 |
| 631 | 2025-01-29T04:26:41.851Z | Downloaded highway v1.2.0 |
| 632 | 2025-01-29T04:26:41.858Z | Downloaded lockfree-object-pool v0.1.6 |
| 633 | 2025-01-29T04:26:41.860Z | Downloaded ipnetwork v0.20.0 |
| 634 | 2025-01-29T04:26:41.863Z | Downloaded heck v0.3.3 |
| 635 | 2025-01-29T04:26:41.865Z | Downloaded mirai-annotations v1.12.0 |
| 636 | 2025-01-29T04:26:41.865Z | Downloaded instant v0.1.13 |
| 637 | 2025-01-29T04:26:41.868Z | Downloaded crypto-bigint v0.5.5 |
| 638 | 2025-01-29T04:26:41.873Z | Downloaded unarray v0.1.4 |
| 639 | 2025-01-29T04:26:41.876Z | Downloaded cookie_store v0.21.1 |
| 640 | 2025-01-29T04:26:41.878Z | Downloaded is_ci v1.2.0 |
| 641 | 2025-01-29T04:26:41.881Z | Downloaded backoff v0.4.0 |
| 642 | 2025-01-29T04:26:41.885Z | Downloaded ascii-canvas v3.0.0 |
| 643 | 2025-01-29T04:26:41.887Z | Downloaded unicase v2.7.0 |
| 644 | 2025-01-29T04:26:41.890Z | Downloaded md-5 v0.10.6 |
| 645 | 2025-01-29T04:26:41.890Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 646 | 2025-01-29T04:26:41.892Z | Downloaded crc32fast v1.4.2 |
| 647 | 2025-01-29T04:26:41.898Z | Downloaded hmac v0.12.1 |
| 648 | 2025-01-29T04:26:41.898Z | Downloaded lru v0.12.5 |
| 649 | 2025-01-29T04:26:41.906Z | Downloaded xz2 v0.1.7 |
| 650 | 2025-01-29T04:26:41.906Z | Downloaded typify-macro v0.3.0 |
| 651 | 2025-01-29T04:26:41.906Z | Downloaded libloading v0.8.5 |
| 652 | 2025-01-29T04:26:41.913Z | Downloaded rustc_version v0.1.7 |
| 653 | 2025-01-29T04:26:41.913Z | Downloaded hyper-rustls v0.27.3 |
| 654 | 2025-01-29T04:26:41.913Z | Downloaded hubpack v0.1.2 |
| 655 | 2025-01-29T04:26:41.913Z | Downloaded termtree v0.4.1 |
| 656 | 2025-01-29T04:26:41.913Z | Downloaded mime v0.3.17 |
| 657 | 2025-01-29T04:26:41.913Z | Downloaded memoffset v0.9.1 |
| 658 | 2025-01-29T04:26:41.916Z | Downloaded tokio-tungstenite v0.23.1 |
| 659 | 2025-01-29T04:26:41.916Z | Downloaded tokio-tungstenite v0.21.0 |
| 660 | 2025-01-29T04:26:41.916Z | Downloaded argon2 v0.5.3 |
| 661 | 2025-01-29T04:26:41.920Z | Downloaded cc v1.1.30 |
| 662 | 2025-01-29T04:26:41.923Z | Downloaded linked-hash-map v0.5.6 |
| 663 | 2025-01-29T04:26:41.923Z | Downloaded inout v0.1.3 |
| 664 | 2025-01-29T04:26:41.925Z | Downloaded darling v0.20.10 |
| 665 | 2025-01-29T04:26:41.936Z | Downloaded diesel-dtrace v0.4.2 |
| 666 | 2025-01-29T04:26:41.939Z | Downloaded is-terminal v0.4.13 |
| 667 | 2025-01-29T04:26:41.941Z | Downloaded aes v0.8.4 |
| 668 | 2025-01-29T04:26:41.944Z | Downloaded memmap2 v0.9.5 |
| 669 | 2025-01-29T04:26:41.946Z | Downloaded lru-cache v0.1.2 |
| 670 | 2025-01-29T04:26:41.946Z | Downloaded defmt-macros v0.3.9 |
| 671 | 2025-01-29T04:26:41.949Z | Downloaded mockall v0.13.0 |
| 672 | 2025-01-29T04:26:41.952Z | Downloaded tracing-attributes v0.1.27 |
| 673 | 2025-01-29T04:26:41.954Z | Downloaded hyper-util v0.1.10 |
| 674 | 2025-01-29T04:26:41.958Z | Downloaded ghash v0.5.1 |
| 675 | 2025-01-29T04:26:41.961Z | Downloaded linear-map v1.2.0 |
| 676 | 2025-01-29T04:26:41.961Z | Downloaded strum_macros v0.26.4 |
| 677 | 2025-01-29T04:26:41.963Z | Downloaded num_threads v0.1.7 |
| 678 | 2025-01-29T04:26:41.966Z | Downloaded newtype_derive v0.1.6 |
| 679 | 2025-01-29T04:26:41.966Z | Downloaded uzers v0.12.1 |
| 680 | 2025-01-29T04:26:41.969Z | Downloaded normalize-line-endings v0.3.0 |
| 681 | 2025-01-29T04:26:41.969Z | Downloaded icu_normalizer_data v1.5.0 |
| 682 | 2025-01-29T04:26:41.972Z | Downloaded nodrop v0.1.14 |
| 683 | 2025-01-29T04:26:41.972Z | Downloaded lock_api v0.4.12 |
| 684 | 2025-01-29T04:26:41.975Z | Downloaded hyper-staticfile v0.10.1 |
| 685 | 2025-01-29T04:26:41.978Z | Downloaded tower-service v0.3.3 |
| 686 | 2025-01-29T04:26:41.978Z | Downloaded thiserror-no-std v2.0.2 |
| 687 | 2025-01-29T04:26:41.983Z | Downloaded ref-cast-impl v1.0.23 |
| 688 | 2025-01-29T04:26:41.983Z | Downloaded libsw v3.3.1 |
| 689 | 2025-01-29T04:26:41.983Z | Downloaded mime_guess v2.0.5 |
| 690 | 2025-01-29T04:26:41.986Z | Downloaded jobserver v0.1.32 |
| 691 | 2025-01-29T04:26:41.988Z | Downloaded ipnet v2.10.1 |
| 692 | 2025-01-29T04:26:41.988Z | Downloaded icu_locid_transform v1.5.0 |
| 693 | 2025-01-29T04:26:41.991Z | Downloaded maybe-uninit v2.0.0 |
| 694 | 2025-01-29T04:26:41.994Z | Downloaded multer v3.1.0 |
| 695 | 2025-01-29T04:26:41.996Z | Downloaded lazy_static v1.5.0 |
| 696 | 2025-01-29T04:26:41.996Z | Downloaded stable_deref_trait v1.2.0 |
| 697 | 2025-01-29T04:26:42.000Z | Downloaded litemap v0.7.3 |
| 698 | 2025-01-29T04:26:42.000Z | Downloaded lalrpop-util v0.19.12 |
| 699 | 2025-01-29T04:26:42.003Z | Downloaded icu_locid v1.5.0 |
| 700 | 2025-01-29T04:26:42.005Z | Downloaded futures-sink v0.3.31 |
| 701 | 2025-01-29T04:26:42.008Z | Downloaded base64 v0.22.1 |
| 702 | 2025-01-29T04:26:42.010Z | Downloaded form_urlencoded v1.2.1 |
| 703 | 2025-01-29T04:26:42.014Z | Downloaded fd-lock v4.0.2 |
| 704 | 2025-01-29T04:26:42.017Z | Downloaded num_enum_derive v0.5.11 |
| 705 | 2025-01-29T04:26:42.017Z | Downloaded serde-big-array v0.5.1 |
| 706 | 2025-01-29T04:26:42.017Z | Downloaded icu_properties v1.5.1 |
| 707 | 2025-01-29T04:26:42.021Z | Downloaded dyn-clone v1.0.17 |
| 708 | 2025-01-29T04:26:42.024Z | Downloaded embedded-io v0.4.0 |
| 709 | 2025-01-29T04:26:42.024Z | Downloaded powerfmt v0.2.0 |
| 710 | 2025-01-29T04:26:42.027Z | Downloaded nanorand v0.7.0 |
| 711 | 2025-01-29T04:26:42.027Z | Downloaded pem v3.0.4 |
| 712 | 2025-01-29T04:26:42.030Z | Downloaded strum_macros v0.25.3 |
| 713 | 2025-01-29T04:26:42.030Z | Downloaded defmt v0.3.8 |
| 714 | 2025-01-29T04:26:42.034Z | Downloaded spin v0.9.8 |
| 715 | 2025-01-29T04:26:42.037Z | Downloaded icu_provider v1.5.0 |
| 716 | 2025-01-29T04:26:42.040Z | Downloaded libefi-sys v0.1.0 |
| 717 | 2025-01-29T04:26:42.042Z | Downloaded icu_locid_transform_data v1.5.0 |
| 718 | 2025-01-29T04:26:42.042Z | Downloaded write16 v1.0.0 |
| 719 | 2025-01-29T04:26:42.046Z | Downloaded lazycell v1.3.0 |
| 720 | 2025-01-29T04:26:42.047Z | Downloaded zerofrom-derive v0.1.4 |
| 721 | 2025-01-29T04:26:42.056Z | Downloaded pbkdf2 v0.11.0 |
| 722 | 2025-01-29T04:26:42.056Z | Downloaded num_enum v0.5.11 |
| 723 | 2025-01-29T04:26:42.056Z | Downloaded rfc6979 v0.4.0 |
| 724 | 2025-01-29T04:26:42.056Z | Downloaded hickory-resolver v0.24.2 |
| 725 | 2025-01-29T04:26:42.059Z | Downloaded rustls-pemfile v1.0.4 |
| 726 | 2025-01-29T04:26:42.061Z | Downloaded gethostname v0.5.0 |
| 727 | 2025-01-29T04:26:42.064Z | Downloaded foldhash v0.1.3 |
| 728 | 2025-01-29T04:26:42.064Z | Downloaded mockall_derive v0.13.0 |
| 729 | 2025-01-29T04:26:42.066Z | Downloaded darling_macro v0.20.10 |
| 730 | 2025-01-29T04:26:42.066Z | Downloaded sync-ptr v0.1.1 |
| 731 | 2025-01-29T04:26:42.069Z | Downloaded indicatif v0.17.11 |
| 732 | 2025-01-29T04:26:42.072Z | Downloaded slog-envlogger v2.2.0 |
| 733 | 2025-01-29T04:26:42.074Z | Downloaded postgres-types v0.2.8 |
| 734 | 2025-01-29T04:26:42.077Z | Downloaded ppv-lite86 v0.2.20 |
| 735 | 2025-01-29T04:26:42.077Z | Downloaded pin-project-lite v0.2.14 |
| 736 | 2025-01-29T04:26:42.082Z | Downloaded miniz_oxide v0.8.0 |
| 737 | 2025-01-29T04:26:42.085Z | Downloaded litrs v0.4.1 |
| 738 | 2025-01-29T04:26:42.087Z | Downloaded try-lock v0.2.5 |
| 739 | 2025-01-29T04:26:42.090Z | Downloaded signal-hook-mio v0.2.4 |
| 740 | 2025-01-29T04:26:42.090Z | Downloaded scheduled-thread-pool v0.2.7 |
| 741 | 2025-01-29T04:26:42.094Z | Downloaded parking_lot_core v0.8.6 |
| 742 | 2025-01-29T04:26:42.097Z | Downloaded icu_collections v1.5.0 |
| 743 | 2025-01-29T04:26:42.099Z | Downloaded owo-colors v4.1.0 |
| 744 | 2025-01-29T04:26:42.102Z | Downloaded headers-core v0.3.0 |
| 745 | 2025-01-29T04:26:42.105Z | Downloaded foreign-types v0.3.2 |
| 746 | 2025-01-29T04:26:42.105Z | Downloaded getrandom v0.2.15 |
| 747 | 2025-01-29T04:26:42.108Z | Downloaded bumpalo v3.16.0 |
| 748 | 2025-01-29T04:26:42.110Z | Downloaded debug-ignore v1.0.5 |
| 749 | 2025-01-29T04:26:42.113Z | Downloaded heapless v0.8.0 |
| 750 | 2025-01-29T04:26:42.115Z | Downloaded serde_with_macros v3.11.0 |
| 751 | 2025-01-29T04:26:42.119Z | Downloaded utf-8 v0.7.6 |
| 752 | 2025-01-29T04:26:42.122Z | Downloaded topological-sort v0.2.2 |
| 753 | 2025-01-29T04:26:42.122Z | Downloaded postgres-protocol v0.6.7 |
| 754 | 2025-01-29T04:26:42.122Z | Downloaded env_logger v0.11.5 |
| 755 | 2025-01-29T04:26:42.125Z | Downloaded slog-bunyan v2.5.0 |
| 756 | 2025-01-29T04:26:42.127Z | Downloaded compact_str v0.8.0 |
| 757 | 2025-01-29T04:26:42.131Z | Downloaded writeable v0.5.5 |
| 758 | 2025-01-29T04:26:42.133Z | Downloaded ed25519 v2.2.3 |
| 759 | 2025-01-29T04:26:42.133Z | Downloaded untrusted v0.9.0 |
| 760 | 2025-01-29T04:26:42.136Z | Downloaded pin-project v1.1.6 |
| 761 | 2025-01-29T04:26:42.145Z | Downloaded rustc-demangle v0.1.24 |
| 762 | 2025-01-29T04:26:42.148Z | Downloaded num-traits v0.2.19 |
| 763 | 2025-01-29T04:26:42.150Z | Downloaded base64 v0.21.7 |
| 764 | 2025-01-29T04:26:42.154Z | Downloaded wait-timeout v0.2.0 |
| 765 | 2025-01-29T04:26:42.156Z | Downloaded rand_xorshift v0.3.0 |
| 766 | 2025-01-29T04:26:42.156Z | Downloaded termtree v0.5.1 |
| 767 | 2025-01-29T04:26:42.160Z | Downloaded pretty-hex v0.2.1 |
| 768 | 2025-01-29T04:26:42.160Z | Downloaded phf_codegen v0.11.2 |
| 769 | 2025-01-29T04:26:42.162Z | Downloaded dirs-next v2.0.0 |
| 770 | 2025-01-29T04:26:42.162Z | Downloaded deranged v0.3.11 |
| 771 | 2025-01-29T04:26:42.165Z | Downloaded tui-tree-widget v0.22.0 |
| 772 | 2025-01-29T04:26:42.165Z | Downloaded foreign-types-macros v0.2.3 |
| 773 | 2025-01-29T04:26:42.168Z | Downloaded tokio-rustls v0.24.1 |
| 774 | 2025-01-29T04:26:42.170Z | Downloaded foreign-types v0.5.0 |
| 775 | 2025-01-29T04:26:42.170Z | Downloaded bitvec v1.0.1 |
| 776 | 2025-01-29T04:26:42.183Z | Downloaded rustc_version v0.4.1 |
| 777 | 2025-01-29T04:26:42.186Z | Downloaded sync_wrapper v1.0.1 |
| 778 | 2025-01-29T04:26:42.186Z | Downloaded tinyvec v1.8.0 |
| 779 | 2025-01-29T04:26:42.191Z | Downloaded sqlformat v0.2.6 |
| 780 | 2025-01-29T04:26:42.192Z | Downloaded zopfli v0.8.1 |
| 781 | 2025-01-29T04:26:42.194Z | Downloaded hickory-server v0.24.2 |
| 782 | 2025-01-29T04:26:42.200Z | Downloaded ref-cast v1.0.23 |
| 783 | 2025-01-29T04:26:42.204Z | Downloaded packed_struct_codegen v0.10.1 |
| 784 | 2025-01-29T04:26:42.204Z | Downloaded float-ord v0.3.2 |
| 785 | 2025-01-29T04:26:42.207Z | Downloaded float-cmp v0.9.0 |
| 786 | 2025-01-29T04:26:42.207Z | Downloaded zip v0.6.6 |
| 787 | 2025-01-29T04:26:42.210Z | Downloaded ecdsa v0.16.9 |
| 788 | 2025-01-29T04:26:42.213Z | Downloaded vte v0.11.1 |
| 789 | 2025-01-29T04:26:42.217Z | Downloaded zerocopy v0.6.6 |
| 790 | 2025-01-29T04:26:42.224Z | Downloaded predicates-tree v1.0.11 |
| 791 | 2025-01-29T04:26:42.224Z | Downloaded pkg-config v0.3.31 |
| 792 | 2025-01-29T04:26:42.224Z | Downloaded signal-hook-registry v1.4.2 |
| 793 | 2025-01-29T04:26:42.224Z | Downloaded olpc-cjson v0.1.4 |
| 794 | 2025-01-29T04:26:42.227Z | Downloaded shlex v1.3.0 |
| 795 | 2025-01-29T04:26:42.227Z | Downloaded difflib v0.4.0 |
| 796 | 2025-01-29T04:26:42.227Z | Downloaded phf v0.11.2 |
| 797 | 2025-01-29T04:26:42.227Z | Downloaded hashlink v0.9.1 |
| 798 | 2025-01-29T04:26:42.231Z | Downloaded elliptic-curve v0.13.8 |
| 799 | 2025-01-29T04:26:42.234Z | Downloaded sqlparser_derive v0.2.2 |
| 800 | 2025-01-29T04:26:42.234Z | Downloaded wyz v0.5.1 |
| 801 | 2025-01-29T04:26:42.237Z | Downloaded signal-hook v0.3.17 |
| 802 | 2025-01-29T04:26:42.237Z | Downloaded number_prefix v0.4.0 |
| 803 | 2025-01-29T04:26:42.243Z | Downloaded downcast v0.11.0 |
| 804 | 2025-01-29T04:26:42.244Z | Downloaded packed_struct v0.10.1 |
| 805 | 2025-01-29T04:26:42.249Z | Downloaded toolchain_find v0.4.0 |
| 806 | 2025-01-29T04:26:42.249Z | Downloaded precomputed-hash v0.1.1 |
| 807 | 2025-01-29T04:26:42.249Z | Downloaded path-slash v0.1.5 |
| 808 | 2025-01-29T04:26:42.249Z | Downloaded fxhash v0.2.1 |
| 809 | 2025-01-29T04:26:42.250Z | Downloaded rustls-pemfile v2.2.0 |
| 810 | 2025-01-29T04:26:42.250Z | Downloaded schemars v0.8.21 |
| 811 | 2025-01-29T04:26:42.258Z | Downloaded enum-as-inner v0.6.1 |
| 812 | 2025-01-29T04:26:42.263Z | Downloaded test-strategy v0.3.1 |
| 813 | 2025-01-29T04:26:42.266Z | Downloaded strum v0.26.3 |
| 814 | 2025-01-29T04:26:42.266Z | Downloaded smf v0.2.3 |
| 815 | 2025-01-29T04:26:42.266Z | Downloaded serde_plain v1.0.2 |
| 816 | 2025-01-29T04:26:42.269Z | Downloaded url v2.5.3 |
| 817 | 2025-01-29T04:26:42.272Z | Downloaded diesel_derives v2.2.3 |
| 818 | 2025-01-29T04:26:42.275Z | Downloaded thiserror-impl v2.0.11 |
| 819 | 2025-01-29T04:26:42.278Z | Downloaded rustfmt-wrapper v0.2.1 |
| 820 | 2025-01-29T04:26:42.278Z | Downloaded minimal-lexical v0.2.1 |
| 821 | 2025-01-29T04:26:42.282Z | Downloaded crossterm v0.28.1 |
| 822 | 2025-01-29T04:26:42.288Z | Downloaded foreign-types-shared v0.3.1 |
| 823 | 2025-01-29T04:26:42.291Z | Downloaded vte_generate_state_changes v0.1.2 |
| 824 | 2025-01-29T04:26:42.291Z | Downloaded diff v0.1.13 |
| 825 | 2025-01-29T04:26:42.294Z | Downloaded zerofrom v0.1.4 |
| 826 | 2025-01-29T04:26:42.297Z | Downloaded tokio-native-tls v0.3.1 |
| 827 | 2025-01-29T04:26:42.297Z | Downloaded der_derive v0.7.3 |
| 828 | 2025-01-29T04:26:42.300Z | Downloaded typify v0.2.0 |
| 829 | 2025-01-29T04:26:42.304Z | Downloaded omicron-zone-package v0.12.0 |
| 830 | 2025-01-29T04:26:42.307Z | Downloaded num v0.4.3 |
| 831 | 2025-01-29T04:26:42.307Z | Downloaded fixedbitset v0.4.2 |
| 832 | 2025-01-29T04:26:42.307Z | Downloaded filetime v0.2.25 |
| 833 | 2025-01-29T04:26:42.312Z | Downloaded predicates-core v1.0.8 |
| 834 | 2025-01-29T04:26:42.312Z | Downloaded pbkdf2 v0.12.2 |
| 835 | 2025-01-29T04:26:42.317Z | Downloaded either v1.13.0 |
| 836 | 2025-01-29T04:26:42.317Z | Downloaded parse-size v1.1.0 |
| 837 | 2025-01-29T04:26:42.317Z | Downloaded time-macros v0.2.18 |
| 838 | 2025-01-29T04:26:42.320Z | Downloaded smallvec v0.6.14 |
| 839 | 2025-01-29T04:26:42.321Z | Downloaded glob v0.3.2 |
| 840 | 2025-01-29T04:26:42.321Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 841 | 2025-01-29T04:26:42.321Z | Downloaded zone v0.1.8 |
| 842 | 2025-01-29T04:26:42.323Z | Downloaded fatfs v0.3.6 |
| 843 | 2025-01-29T04:26:42.326Z | Downloaded rpassword v7.3.1 |
| 844 | 2025-01-29T04:26:42.326Z | Downloaded progenitor-client v0.8.0 |
| 845 | 2025-01-29T04:26:42.326Z | Downloaded tar v0.4.42 |
| 846 | 2025-01-29T04:26:42.329Z | Downloaded parse-zoneinfo v0.3.1 |
| 847 | 2025-01-29T04:26:42.332Z | Downloaded rusty-fork v0.3.0 |
| 848 | 2025-01-29T04:26:42.335Z | Downloaded hyper v1.5.2 |
| 849 | 2025-01-29T04:26:42.342Z | Downloaded progenitor-impl v0.9.1 |
| 850 | 2025-01-29T04:26:42.347Z | Downloaded tracing-core v0.1.32 |
| 851 | 2025-01-29T04:26:42.349Z | Downloaded schemars_derive v0.8.21 |
| 852 | 2025-01-29T04:26:42.349Z | Downloaded tungstenite v0.21.0 |
| 853 | 2025-01-29T04:26:42.353Z | Downloaded libm v0.2.8 |
| 854 | 2025-01-29T04:26:42.359Z | Downloaded defmt-parser v0.3.4 |
| 855 | 2025-01-29T04:26:42.362Z | Downloaded data-encoding v2.6.0 |
| 856 | 2025-01-29T04:26:42.362Z | Downloaded supports-color v3.0.1 |
| 857 | 2025-01-29T04:26:42.362Z | Downloaded mio v1.0.2 |
| 858 | 2025-01-29T04:26:42.366Z | Downloaded dirs-sys-next v0.1.2 |
| 859 | 2025-01-29T04:26:42.369Z | Downloaded tiny-keccak v2.0.2 |
| 860 | 2025-01-29T04:26:42.372Z | Downloaded snafu-derive v0.8.5 |
| 861 | 2025-01-29T04:26:42.373Z | Downloaded headers v0.4.0 |
| 862 | 2025-01-29T04:26:42.377Z | Downloaded postcard v1.0.10 |
| 863 | 2025-01-29T04:26:42.380Z | Downloaded paste v1.0.15 |
| 864 | 2025-01-29T04:26:42.383Z | Downloaded nu-ansi-term v0.50.1 |
| 865 | 2025-01-29T04:26:42.386Z | Downloaded openssl-macros v0.1.1 |
| 866 | 2025-01-29T04:26:42.389Z | Downloaded tokio-rustls v0.25.0 |
| 867 | 2025-01-29T04:26:42.389Z | Downloaded newline-converter v0.3.0 |
| 868 | 2025-01-29T04:26:42.389Z | Downloaded new_debug_unreachable v1.0.6 |
| 869 | 2025-01-29T04:26:42.393Z | Downloaded group v0.13.0 |
| 870 | 2025-01-29T04:26:42.393Z | Downloaded p256 v0.13.2 |
| 871 | 2025-01-29T04:26:42.397Z | Downloaded futures-task v0.3.31 |
| 872 | 2025-01-29T04:26:42.400Z | Downloaded same-file v1.0.6 |
| 873 | 2025-01-29T04:26:42.400Z | Downloaded predicates v3.1.2 |
| 874 | 2025-01-29T04:26:42.402Z | Downloaded rustversion v1.0.17 |
| 875 | 2025-01-29T04:26:42.405Z | Downloaded parse-display-derive v0.10.0 |
| 876 | 2025-01-29T04:26:42.405Z | Downloaded scrypt v0.11.0 |
| 877 | 2025-01-29T04:26:42.408Z | Downloaded futures-macro v0.3.31 |
| 878 | 2025-01-29T04:26:42.408Z | Downloaded futures-io v0.3.31 |
| 879 | 2025-01-29T04:26:42.411Z | Downloaded smallvec v1.13.2 |
| 880 | 2025-01-29T04:26:42.411Z | Downloaded itertools v0.10.5 |
| 881 | 2025-01-29T04:26:42.417Z | Downloaded flate2 v1.0.35 |
| 882 | 2025-01-29T04:26:42.422Z | Downloaded itertools v0.12.1 |
| 883 | 2025-01-29T04:26:42.429Z | Downloaded time-core v0.1.2 |
| 884 | 2025-01-29T04:26:42.433Z | Downloaded vsss-rs v3.3.4 |
| 885 | 2025-01-29T04:26:42.435Z | Downloaded secrecy v0.8.0 |
| 886 | 2025-01-29T04:26:42.435Z | Downloaded unicode-xid v0.2.6 |
| 887 | 2025-01-29T04:26:42.439Z | Downloaded unicode-truncate v1.1.0 |
| 888 | 2025-01-29T04:26:42.439Z | Downloaded static_assertions v1.1.0 |
| 889 | 2025-01-29T04:26:42.444Z | Downloaded ssh-encoding v0.2.0 |
| 890 | 2025-01-29T04:26:42.444Z | Downloaded sec1 v0.7.3 |
| 891 | 2025-01-29T04:26:42.447Z | Downloaded unicode-properties v0.1.3 |
| 892 | 2025-01-29T04:26:42.447Z | Downloaded progenitor-macro v0.9.1 |
| 893 | 2025-01-29T04:26:42.447Z | Downloaded oso v0.27.3 |
| 894 | 2025-01-29T04:26:42.449Z | Downloaded aho-corasick v1.1.3 |
| 895 | 2025-01-29T04:26:42.455Z | Downloaded yoke-derive v0.7.4 |
| 896 | 2025-01-29T04:26:42.457Z | Downloaded flagset v0.4.6 |
| 897 | 2025-01-29T04:26:42.457Z | Downloaded slog-async v2.8.0 |
| 898 | 2025-01-29T04:26:42.460Z | Downloaded blake3 v1.5.4 |
| 899 | 2025-01-29T04:26:42.466Z | Downloaded embedded-io v0.6.1 |
| 900 | 2025-01-29T04:26:42.469Z | Downloaded ed25519-dalek v2.1.1 |
| 901 | 2025-01-29T04:26:42.472Z | Downloaded progenitor-macro v0.8.0 |
| 902 | 2025-01-29T04:26:42.472Z | Downloaded slog v2.7.0 |
| 903 | 2025-01-29T04:26:42.475Z | Downloaded libxml v0.3.3 |
| 904 | 2025-01-29T04:26:42.481Z | Downloaded parse-display v0.10.0 |
| 905 | 2025-01-29T04:26:42.485Z | Downloaded multimap v0.10.0 |
| 906 | 2025-01-29T04:26:42.485Z | Downloaded parking_lot_core v0.9.10 |
| 907 | 2025-01-29T04:26:42.489Z | Downloaded pkcs1 v0.7.5 |
| 908 | 2025-01-29T04:26:42.489Z | Downloaded sigpipe v0.1.3 |
| 909 | 2025-01-29T04:26:42.492Z | Downloaded globset v0.4.15 |
| 910 | 2025-01-29T04:26:42.492Z | Downloaded socket2 v0.5.7 |
| 911 | 2025-01-29T04:26:42.492Z | Downloaded pin-utils v0.1.0 |
| 912 | 2025-01-29T04:26:42.495Z | Downloaded rustyline v14.0.0 |
| 913 | 2025-01-29T04:26:42.499Z | Downloaded foreign-types-shared v0.1.1 |
| 914 | 2025-01-29T04:26:42.501Z | Downloaded ena v0.14.3 |
| 915 | 2025-01-29T04:26:42.501Z | Downloaded ff v0.13.0 |
| 916 | 2025-01-29T04:26:42.504Z | Downloaded strip-ansi-escapes v0.2.0 |
| 917 | 2025-01-29T04:26:42.505Z | Downloaded serde_urlencoded v0.7.1 |
| 918 | 2025-01-29T04:26:42.512Z | Downloaded heapless v0.7.17 |
| 919 | 2025-01-29T04:26:42.518Z | Downloaded structmeta v0.2.0 |
| 920 | 2025-01-29T04:26:42.518Z | Downloaded slog-json v2.6.1 |
| 921 | 2025-01-29T04:26:42.518Z | Downloaded unicode-bidi v0.3.17 |
| 922 | 2025-01-29T04:26:42.520Z | Downloaded tokio-macros v2.5.0 |
| 923 | 2025-01-29T04:26:42.520Z | Downloaded zerovec-derive v0.10.3 |
| 924 | 2025-01-29T04:26:42.520Z | Downloaded vergen v8.3.2 |
| 925 | 2025-01-29T04:26:42.523Z | Downloaded samael v0.0.17 |
| 926 | 2025-01-29T04:26:42.527Z | Downloaded num-conv v0.1.0 |
| 927 | 2025-01-29T04:26:42.530Z | Downloaded aws-lc-rs v1.10.0 |
| 928 | 2025-01-29T04:26:42.538Z | Downloaded progenitor v0.8.0 |
| 929 | 2025-01-29T04:26:42.540Z | Downloaded polyval v0.6.2 |
| 930 | 2025-01-29T04:26:42.543Z | Downloaded native-tls v0.2.12 |
| 931 | 2025-01-29T04:26:42.543Z | Downloaded tls_codec_derive v0.4.1 |
| 932 | 2025-01-29T04:26:42.546Z | Downloaded poly1305 v0.8.0 |
| 933 | 2025-01-29T04:26:42.548Z | Downloaded proc-macro-crate v1.3.1 |
| 934 | 2025-01-29T04:26:42.551Z | Downloaded rayon-core v1.12.1 |
| 935 | 2025-01-29T04:26:42.556Z | Downloaded itertools v0.13.0 |
| 936 | 2025-01-29T04:26:42.575Z | Downloaded strum_macros v0.24.3 |
| 937 | 2025-01-29T04:26:42.578Z | Downloaded hkdf v0.12.4 |
| 938 | 2025-01-29T04:26:42.582Z | Downloaded typify-macro v0.2.0 |
| 939 | 2025-01-29T04:26:42.584Z | Downloaded progenitor-impl v0.8.0 |
| 940 | 2025-01-29T04:26:42.587Z | Downloaded phf_shared v0.10.0 |
| 941 | 2025-01-29T04:26:42.587Z | Downloaded zerocopy-derive v0.8.10 |
| 942 | 2025-01-29T04:26:42.595Z | Downloaded toml v0.7.8 |
| 943 | 2025-01-29T04:26:42.600Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 944 | 2025-01-29T04:26:42.603Z | Downloaded progenitor v0.9.1 |
| 945 | 2025-01-29T04:26:42.605Z | Downloaded oso-derive v0.27.3 |
| 946 | 2025-01-29T04:26:42.605Z | Downloaded yoke v0.7.4 |
| 947 | 2025-01-29T04:26:42.608Z | Downloaded xattr v1.3.1 |
| 948 | 2025-01-29T04:26:42.612Z | Downloaded pkcs5 v0.7.1 |
| 949 | 2025-01-29T04:26:42.615Z | Downloaded yasna v0.5.2 |
| 950 | 2025-01-29T04:26:42.615Z | Downloaded phf_shared v0.11.2 |
| 951 | 2025-01-29T04:26:42.617Z | Downloaded newtype-uuid v1.2.1 |
| 952 | 2025-01-29T04:26:42.617Z | Downloaded semver v0.1.20 |
| 953 | 2025-01-29T04:26:42.620Z | Downloaded bindgen v0.69.5 |
| 954 | 2025-01-29T04:26:42.625Z | Downloaded fs_extra v1.3.0 |
| 955 | 2025-01-29T04:26:42.627Z | Downloaded russh-cryptovec v0.7.3 |
| 956 | 2025-01-29T04:26:42.630Z | Downloaded primeorder v0.13.6 |
| 957 | 2025-01-29T04:26:42.630Z | Downloaded prettyplease v0.2.25 |
| 958 | 2025-01-29T04:26:42.633Z | Downloaded zip v2.1.3 |
| 959 | 2025-01-29T04:26:42.637Z | Downloaded zone_cfg_derive v0.1.2 |
| 960 | 2025-01-29T04:26:42.640Z | Downloaded simd-adler32 v0.3.7 |
| 961 | 2025-01-29T04:26:42.640Z | Downloaded serde_derive_internals v0.29.1 |
| 962 | 2025-01-29T04:26:42.642Z | Downloaded reqwest v0.12.9 |
| 963 | 2025-01-29T04:26:42.650Z | Downloaded universal-hash v0.5.1 |
| 964 | 2025-01-29T04:26:42.654Z | Downloaded hash32 v0.3.1 |
| 965 | 2025-01-29T04:26:42.654Z | Downloaded nibble_vec v0.1.0 |
| 966 | 2025-01-29T04:26:42.656Z | Downloaded password-hash v0.5.0 |
| 967 | 2025-01-29T04:26:42.656Z | Downloaded tokio-postgres v0.7.12 |
| 968 | 2025-01-29T04:26:42.660Z | Downloaded untrusted v0.7.1 |
| 969 | 2025-01-29T04:26:42.662Z | Downloaded psl-types v2.0.11 |
| 970 | 2025-01-29T04:26:42.662Z | Downloaded which v4.4.2 |
| 971 | 2025-01-29T04:26:42.665Z | Downloaded zone v0.3.0 |
| 972 | 2025-01-29T04:26:42.665Z | Downloaded utf8_iter v1.0.4 |
| 973 | 2025-01-29T04:26:42.665Z | Downloaded tokio-rustls v0.26.0 |
| 974 | 2025-01-29T04:26:42.668Z | Downloaded subtle v2.6.1 |
| 975 | 2025-01-29T04:26:42.672Z | Downloaded slog-stdlog v4.1.1 |
| 976 | 2025-01-29T04:26:42.672Z | Downloaded stringprep v0.1.5 |
| 977 | 2025-01-29T04:26:42.672Z | Downloaded openssl-sys v0.9.103 |
| 978 | 2025-01-29T04:26:42.677Z | Downloaded peg-runtime v0.8.3 |
| 979 | 2025-01-29T04:26:42.680Z | Downloaded serde_path_to_error v0.1.16 |
| 980 | 2025-01-29T04:26:42.680Z | Downloaded utf16_iter v1.0.5 |
| 981 | 2025-01-29T04:26:42.683Z | Downloaded termcolor v1.4.1 |
| 982 | 2025-01-29T04:26:42.683Z | Downloaded resolv-conf v0.7.0 |
| 983 | 2025-01-29T04:26:42.686Z | Downloaded qorb v0.2.1 |
| 984 | 2025-01-29T04:26:42.689Z | Downloaded opaque-debug v0.3.1 |
| 985 | 2025-01-29T04:26:42.691Z | Downloaded serde_repr v0.1.19 |
| 986 | 2025-01-29T04:26:42.691Z | Downloaded toml_edit v0.19.15 |
| 987 | 2025-01-29T04:26:42.706Z | Downloaded openssl-probe v0.1.5 |
| 988 | 2025-01-29T04:26:42.709Z | Downloaded synstructure v0.13.1 |
| 989 | 2025-01-29T04:26:42.709Z | Downloaded zerovec v0.10.4 |
| 990 | 2025-01-29T04:26:42.714Z | Downloaded thiserror v2.0.11 |
| 991 | 2025-01-29T04:26:42.720Z | Downloaded peg-macros v0.8.4 |
| 992 | 2025-01-29T04:26:42.723Z | Downloaded r2d2 v0.8.10 |
| 993 | 2025-01-29T04:26:42.726Z | Downloaded serde_yaml v0.9.34+deprecated |
| 994 | 2025-01-29T04:26:42.729Z | Downloaded fallible-iterator v0.2.0 |
| 995 | 2025-01-29T04:26:42.729Z | Downloaded subprocess v0.2.9 |
| 996 | 2025-01-29T04:26:42.731Z | Downloaded waitgroup v0.1.2 |
| 997 | 2025-01-29T04:26:42.732Z | Downloaded icu_properties_data v1.5.0 |
| 998 | 2025-01-29T04:26:42.742Z | Downloaded zone_cfg_derive v0.3.0 |
| 999 | 2025-01-29T04:26:42.745Z | Downloaded slab v0.4.9 |
| 1000 | 2025-01-29T04:26:42.745Z | Downloaded futures-channel v0.3.31 |
| 1001 | 2025-01-29T04:26:42.747Z | Downloaded tokio-tungstenite v0.24.0 |
| 1002 | 2025-01-29T04:26:42.750Z | Downloaded slog-term v2.9.1 |
| 1003 | 2025-01-29T04:26:42.753Z | Downloaded futures-executor v0.3.31 |
| 1004 | 2025-01-29T04:26:42.753Z | Downloaded phf_generator v0.11.2 |
| 1005 | 2025-01-29T04:26:42.755Z | Downloaded salty v0.3.0 |
| 1006 | 2025-01-29T04:26:42.760Z | Downloaded walkdir v2.5.0 |
| 1007 | 2025-01-29T04:26:42.763Z | Downloaded darling_core v0.20.10 |
| 1008 | 2025-01-29T04:26:42.767Z | Downloaded der v0.7.9 |
| 1009 | 2025-01-29T04:26:42.773Z | Downloaded hash32 v0.2.1 |
| 1010 | 2025-01-29T04:26:42.775Z | Downloaded ssh-cipher v0.2.0 |
| 1011 | 2025-01-29T04:26:42.775Z | Downloaded env_filter v0.1.2 |
| 1012 | 2025-01-29T04:26:42.778Z | Downloaded tap v1.0.1 |
| 1013 | 2025-01-29T04:26:42.779Z | Downloaded hashbrown v0.14.5 |
| 1014 | 2025-01-29T04:26:42.783Z | Downloaded sha1 v0.10.6 |
| 1015 | 2025-01-29T04:26:42.786Z | Downloaded percent-encoding v2.3.1 |
| 1016 | 2025-01-29T04:26:42.786Z | Downloaded num-iter v0.1.45 |
| 1017 | 2025-01-29T04:26:42.789Z | Downloaded num-integer v0.1.46 |
| 1018 | 2025-01-29T04:26:42.789Z | Downloaded num-derive v0.4.2 |
| 1019 | 2025-01-29T04:26:42.792Z | Downloaded displaydoc v0.2.5 |
| 1020 | 2025-01-29T04:26:42.795Z | Downloaded dsl_auto_type v0.1.2 |
| 1021 | 2025-01-29T04:26:42.797Z | Downloaded tokio-stream v0.1.16 |
| 1022 | 2025-01-29T04:26:42.801Z | Downloaded password-hash v0.4.2 |
| 1023 | 2025-01-29T04:26:42.804Z | Downloaded derive_builder_core v0.20.2 |
| 1024 | 2025-01-29T04:26:42.804Z | Downloaded signature v2.2.0 |
| 1025 | 2025-01-29T04:26:42.806Z | Downloaded half v2.4.1 |
| 1026 | 2025-01-29T04:26:42.809Z | Downloaded uuid v1.12.0 |
| 1027 | 2025-01-29T04:26:42.812Z | Downloaded rand_chacha v0.3.1 |
| 1028 | 2025-01-29T04:26:42.815Z | Downloaded string_cache v0.8.7 |
| 1029 | 2025-01-29T04:26:42.815Z | Downloaded num-rational v0.4.2 |
| 1030 | 2025-01-29T04:26:42.817Z | Downloaded endian-type v0.1.2 |
| 1031 | 2025-01-29T04:26:42.817Z | Downloaded p521 v0.13.3 |
| 1032 | 2025-01-29T04:26:42.820Z | Downloaded chrono v0.4.39 |
| 1033 | 2025-01-29T04:26:42.826Z | Downloaded dunce v1.0.5 |
| 1034 | 2025-01-29T04:26:42.829Z | Downloaded structmeta-derive v0.2.0 |
| 1035 | 2025-01-29T04:26:42.829Z | Downloaded proptest v1.5.0 |
| 1036 | 2025-01-29T04:26:42.839Z | Downloaded quinn-proto v0.11.8 |
| 1037 | 2025-01-29T04:26:42.845Z | Downloaded env_logger v0.10.2 |
| 1038 | 2025-01-29T04:26:42.848Z | Downloaded term v0.7.0 |
| 1039 | 2025-01-29T04:26:42.852Z | Downloaded winnow v0.5.40 |
| 1040 | 2025-01-29T04:26:42.860Z | Downloaded des v0.8.1 |
| 1041 | 2025-01-29T04:26:42.862Z | Downloaded unicode-segmentation v1.12.0 |
| 1042 | 2025-01-29T04:26:42.865Z | Downloaded sqlparser v0.45.0 |
| 1043 | 2025-01-29T04:26:42.871Z | Downloaded reedline v0.35.0 |
| 1044 | 2025-01-29T04:26:42.878Z | Downloaded futures-core v0.3.31 |
| 1045 | 2025-01-29T04:26:42.881Z | Downloaded quinn-udp v0.5.5 |
| 1046 | 2025-01-29T04:26:42.884Z | Downloaded num-bigint v0.4.6 |
| 1047 | 2025-01-29T04:26:42.887Z | Downloaded publicsuffix v2.3.0 |
| 1048 | 2025-01-29T04:26:42.890Z | Downloaded rayon v1.10.0 |
| 1049 | 2025-01-29T04:26:42.900Z | Downloaded derive_more v0.99.18 |
| 1050 | 2025-01-29T04:26:42.905Z | Downloaded fallible-iterator v0.3.0 |
| 1051 | 2025-01-29T04:26:42.908Z | Downloaded x509-cert v0.2.5 |
| 1052 | 2025-01-29T04:26:42.913Z | Downloaded ssh-key v0.6.6 |
| 1053 | 2025-01-29T04:26:42.921Z | Downloaded russh-keys v0.45.0 |
| 1054 | 2025-01-29T04:26:42.924Z | Downloaded russh v0.45.0 |
| 1055 | 2025-01-29T04:26:42.929Z | Downloaded curve25519-dalek v4.1.3 |
| 1056 | 2025-01-29T04:26:42.938Z | Downloaded quinn v0.11.5 |
| 1057 | 2025-01-29T04:26:42.942Z | Downloaded similar v2.6.0 |
| 1058 | 2025-01-29T04:26:42.947Z | Downloaded typed-path v0.9.3 |
| 1059 | 2025-01-29T04:26:42.953Z | Downloaded expectorate v1.1.0 |
| 1060 | 2025-01-29T04:26:42.956Z | Downloaded ron v0.7.1 |
| 1061 | 2025-01-29T04:26:42.961Z | Downloaded num-bigint-dig v0.8.4 |
| 1062 | 2025-01-29T04:26:42.966Z | Downloaded time v0.3.36 |
| 1063 | 2025-01-29T04:26:42.973Z | Downloaded webpki-roots v0.26.6 |
| 1064 | 2025-01-29T04:26:42.976Z | Downloaded twox-hash v2.1.0 |
| 1065 | 2025-01-29T04:26:42.979Z | Downloaded tungstenite v0.24.0 |
| 1066 | 2025-01-29T04:26:42.983Z | Downloaded futures-util v0.3.31 |
| 1067 | 2025-01-29T04:26:42.993Z | Downloaded rand v0.8.5 |
| 1068 | 2025-01-29T04:26:42.998Z | Downloaded portable-atomic v1.9.0 |
| 1069 | 2025-01-29T04:26:43.003Z | Downloaded unsafe-libyaml v0.2.11 |
| 1070 | 2025-01-29T04:26:43.007Z | Downloaded rusqlite v0.32.1 |
| 1071 | 2025-01-29T04:26:43.013Z | Downloaded h2 v0.4.6 |
| 1072 | 2025-01-29T04:26:43.020Z | Downloaded unicode-normalization v0.1.24 |
| 1073 | 2025-01-29T04:26:43.024Z | Downloaded p384 v0.13.0 |
| 1074 | 2025-01-29T04:26:43.030Z | Downloaded hickory-proto v0.24.2 |
| 1075 | 2025-01-29T04:26:43.046Z | Downloaded derive_builder_macro v0.20.2 |
| 1076 | 2025-01-29T04:26:43.049Z | Downloaded lalrpop v0.19.12 |
| 1077 | 2025-01-29T04:26:43.060Z | Downloaded vcpkg v0.2.15 |
| 1078 | 2025-01-29T04:26:43.098Z | Downloaded regex v1.11.1 |
| 1079 | 2025-01-29T04:26:43.112Z | Downloaded radix_trie v0.2.1 |
| 1080 | 2025-01-29T04:26:43.116Z | Downloaded polar-core v0.27.3 |
| 1081 | 2025-01-29T04:26:43.125Z | Downloaded rustls-webpki v0.101.7 |
| 1082 | 2025-01-29T04:26:43.140Z | Downloaded git2 v0.19.0 |
| 1083 | 2025-01-29T04:26:43.148Z | Downloaded gimli v0.31.1 |
| 1084 | 2025-01-29T04:26:43.156Z | Downloaded smoltcp v0.9.1 |
| 1085 | 2025-01-29T04:26:43.169Z | Downloaded chrono-tz v0.10.1 |
| 1086 | 2025-01-29T04:26:43.176Z | Downloaded regex-syntax v0.6.29 |
| 1087 | 2025-01-29T04:26:43.186Z | Downloaded petname v2.0.2 |
| 1088 | 2025-01-29T04:26:43.189Z | Downloaded zerocopy v0.8.10 |
| 1089 | 2025-01-29T04:26:43.234Z | Downloaded unicode_categories v0.1.1 |
| 1090 | 2025-01-29T04:26:43.239Z | Downloaded smoltcp v0.11.0 |
| 1091 | 2025-01-29T04:26:43.249Z | Downloaded rustls v0.21.12 |
| 1092 | 2025-01-29T04:26:43.261Z | Downloaded object v0.30.4 |
| 1093 | 2025-01-29T04:26:43.271Z | Downloaded rustls-webpki v0.102.8 |
| 1094 | 2025-01-29T04:26:43.290Z | Downloaded unicode-width v0.2.0 |
| 1095 | 2025-01-29T04:26:43.296Z | Downloaded bstr v1.10.0 |
| 1096 | 2025-01-29T04:26:43.306Z | Downloaded regress v0.10.1 |
| 1097 | 2025-01-29T04:26:43.315Z | Downloaded dropshot v0.15.1 |
| 1098 | 2025-01-29T04:26:43.341Z | Downloaded openapiv3 v2.0.0 |
| 1099 | 2025-01-29T04:26:43.352Z | Downloaded rustls v0.23.19 |
| 1100 | 2025-01-29T04:26:43.365Z | Downloaded nix v0.27.1 |
| 1101 | 2025-01-29T04:26:43.378Z | Downloaded regress v0.9.1 |
| 1102 | 2025-01-29T04:26:43.390Z | Downloaded rustls v0.22.4 |
| 1103 | 2025-01-29T04:26:43.403Z | Downloaded nix v0.28.0 |
| 1104 | 2025-01-29T04:26:43.417Z | Downloaded futures v0.3.31 |
| 1105 | 2025-01-29T04:26:43.424Z | Downloaded dropshot v0.12.0 |
| 1106 | 2025-01-29T04:26:43.445Z | Downloaded openssl v0.10.66 |
| 1107 | 2025-01-29T04:26:43.455Z | Downloaded nix v0.29.0 |
| 1108 | 2025-01-29T04:26:43.467Z | Downloaded dropshot_endpoint v0.15.1 |
| 1109 | 2025-01-29T04:26:43.471Z | Downloaded diesel v2.2.6 |
| 1110 | 2025-01-29T04:26:43.493Z | Downloaded object v0.36.5 |
| 1111 | 2025-01-29T04:26:43.505Z | Downloaded sled v0.34.7 |
| 1112 | 2025-01-29T04:26:43.516Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1113 | 2025-01-29T04:26:43.531Z | Downloaded regex-automata v0.4.8 |
| 1114 | 2025-01-29T04:26:43.550Z | Downloaded regex-syntax v0.8.5 |
| 1115 | 2025-01-29T04:26:43.561Z | Downloaded ratatui v0.28.1 |
| 1116 | 2025-01-29T04:26:43.580Z | Downloaded steno v0.4.1 |
| 1117 | 2025-01-29T04:26:43.584Z | Downloaded tough v0.19.0 |
| 1118 | 2025-01-29T04:26:43.592Z | Downloaded zerocopy-derive v0.6.6 |
| 1119 | 2025-01-29T04:26:43.601Z | Downloaded quick-error v1.2.3 |
| 1120 | 2025-01-29T04:26:43.604Z | Downloaded parking_lot v0.11.2 |
| 1121 | 2025-01-29T04:26:43.607Z | Downloaded typify-impl v0.2.0 |
| 1122 | 2025-01-29T04:26:43.621Z | Downloaded typify-impl v0.3.0 |
| 1123 | 2025-01-29T04:26:43.637Z | Downloaded lzma-sys v0.1.20 |
| 1124 | 2025-01-29T04:26:43.669Z | Downloaded num-complex v0.4.6 |
| 1125 | 2025-01-29T04:26:43.671Z | Downloaded libz-sys v1.1.20 |
| 1126 | 2025-01-29T04:26:43.693Z | Downloaded rsa v0.9.6 |
| 1127 | 2025-01-29T04:26:43.698Z | Downloaded quick-xml v0.33.0 |
| 1128 | 2025-01-29T04:26:43.705Z | Downloaded petgraph v0.6.5 |
| 1129 | 2025-01-29T04:26:43.724Z | Downloaded tokio-util v0.7.12 |
| 1130 | 2025-01-29T04:26:43.730Z | Downloaded whoami v1.5.2 |
| 1131 | 2025-01-29T04:26:43.733Z | Downloaded typify v0.3.0 |
| 1132 | 2025-01-29T04:26:43.737Z | Downloaded rustls-pki-types v1.10.0 |
| 1133 | 2025-01-29T04:26:43.741Z | Downloaded ron v0.8.1 |
| 1134 | 2025-01-29T04:26:43.745Z | Downloaded scopeguard v1.2.0 |
| 1135 | 2025-01-29T04:26:43.747Z | Downloaded display-error-chain v0.2.2 |
| 1136 | 2025-01-29T04:26:43.748Z | Downloaded thread_local v1.1.8 |
| 1137 | 2025-01-29T04:26:43.750Z | Downloaded termios v0.3.3 |
| 1138 | 2025-01-29T04:26:43.752Z | Downloaded funty v2.0.0 |
| 1139 | 2025-01-29T04:26:43.752Z | Downloaded flume v0.11.1 |
| 1140 | 2025-01-29T04:26:43.756Z | Downloaded csv v1.3.1 |
| 1141 | 2025-01-29T04:26:43.777Z | Downloaded tungstenite v0.23.0 |
| 1142 | 2025-01-29T04:26:43.781Z | Downloaded hashbrown v0.13.2 |
| 1143 | 2025-01-29T04:26:43.785Z | Downloaded hashbrown v0.12.3 |
| 1144 | 2025-01-29T04:26:43.790Z | Downloaded tokio v1.43.0 |
| 1145 | 2025-01-29T04:26:43.831Z | Downloaded sha3 v0.10.8 |
| 1146 | 2025-01-29T04:26:43.835Z | Downloaded pkcs8 v0.10.2 |
| 1147 | 2025-01-29T04:26:43.838Z | Downloaded parking_lot v0.12.3 |
| 1148 | 2025-01-29T04:26:43.840Z | Downloaded dropshot_endpoint v0.12.0 |
| 1149 | 2025-01-29T04:26:43.844Z | Downloaded snafu v0.8.5 |
| 1150 | 2025-01-29T04:26:43.849Z | Downloaded zeroize_derive v1.4.2 |
| 1151 | 2025-01-29T04:26:43.851Z | Downloaded zeroize v1.8.1 |
| 1152 | 2025-01-29T04:26:43.851Z | Downloaded peg v0.8.4 |
| 1153 | 2025-01-29T04:26:43.854Z | Downloaded document-features v0.2.10 |
| 1154 | 2025-01-29T04:26:43.856Z | Downloaded rcgen v0.12.1 |
| 1155 | 2025-01-29T04:26:43.859Z | Downloaded nom v7.1.3 |
| 1156 | 2025-01-29T04:26:43.862Z | Downloaded value-bag v1.9.0 |
| 1157 | 2025-01-29T04:26:43.865Z | Downloaded sct v0.7.1 |
| 1158 | 2025-01-29T04:26:43.868Z | Downloaded tinystr v0.7.6 |
| 1159 | 2025-01-29T04:26:43.870Z | Downloaded derive_builder v0.20.2 |
| 1160 | 2025-01-29T04:26:43.874Z | Downloaded tabwriter v1.4.0 |
| 1161 | 2025-01-29T04:26:43.877Z | Downloaded derive-where v1.2.7 |
| 1162 | 2025-01-29T04:26:43.881Z | Downloaded serde_with v3.11.0 |
| 1163 | 2025-01-29T04:26:43.886Z | Downloaded tracing v0.1.40 |
| 1164 | 2025-01-29T04:26:43.889Z | Downloaded http v1.2.0 |
| 1165 | 2025-01-29T04:26:43.894Z | Downloaded tls_codec v0.4.1 |
| 1166 | 2025-01-29T04:26:43.899Z | Downloaded structmeta-derive v0.3.0 |
| 1167 | 2025-01-29T04:26:43.899Z | Downloaded pin-project-internal v1.1.6 |
| 1168 | 2025-01-29T04:26:43.902Z | Downloaded pem-rfc7468 v0.7.0 |
| 1169 | 2025-01-29T04:26:43.902Z | Downloaded crossbeam-channel v0.5.13 |
| 1170 | 2025-01-29T04:26:43.905Z | Downloaded slog-dtrace v0.3.0 |
| 1171 | 2025-01-29T04:26:43.906Z | Downloaded fragile v2.0.0 |
| 1172 | 2025-01-29T04:26:43.908Z | Downloaded icu_normalizer v1.5.0 |
| 1173 | 2025-01-29T04:26:43.912Z | Downloaded internet-checksum v0.2.1 |
| 1174 | 2025-01-29T04:26:43.913Z | Downloaded indoc v1.0.9 |
| 1175 | 2025-01-29T04:26:43.916Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1176 | 2025-01-29T04:26:43.916Z | Downloaded cancel-safe-futures v0.1.5 |
| 1177 | 2025-01-29T04:26:43.918Z | Downloaded const_format v0.2.34 |
| 1178 | 2025-01-29T04:26:43.921Z | Downloaded backtrace v0.3.74 |
| 1179 | 2025-01-29T04:26:43.926Z | Downloaded allocator-api2 v0.2.18 |
| 1180 | 2025-01-29T04:26:43.929Z | Downloaded maplit v1.0.2 |
| 1181 | 2025-01-29T04:26:43.931Z | Downloaded hyper-tls v0.6.0 |
| 1182 | 2025-01-29T04:26:43.932Z | Downloaded keccak v0.1.5 |
| 1183 | 2025-01-29T04:26:43.934Z | Downloaded hostname v0.4.0 |
| 1184 | 2025-01-29T04:26:43.978Z | Downloaded encoding_rs v0.8.34 |
| 1185 | 2025-01-29T04:26:44.036Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1186 | 2025-01-29T04:26:44.460Z | Downloaded ring v0.17.8 |
| 1187 | 2025-01-29T04:26:44.580Z | Downloaded libsqlite3-sys v0.30.1 |
| 1188 | 2025-01-29T04:26:44.660Z | Downloaded aws-lc-sys v0.22.0 |
| 1189 | 2025-01-29T04:26:44.966Z | Compiling serde v1.0.217 |
| 1190 | 2025-01-29T04:26:44.969Z | Compiling lock_api v0.4.12 |
| 1191 | 2025-01-29T04:26:44.969Z | Compiling value-bag v1.9.0 |
| 1192 | 2025-01-29T04:26:44.969Z | Compiling scopeguard v1.2.0 |
| 1193 | 2025-01-29T04:26:44.971Z | Compiling typenum v1.17.0 |
| 1194 | 2025-01-29T04:26:44.971Z | Compiling generic-array v0.14.7 |
| 1195 | 2025-01-29T04:26:45.129Z | Compiling syn v2.0.96 |
| 1196 | 2025-01-29T04:26:45.141Z | Compiling getrandom v0.2.15 |
| 1197 | 2025-01-29T04:26:45.300Z | Compiling subtle v2.6.1 |
| 1198 | 2025-01-29T04:26:45.480Z | Compiling rand_core v0.6.4 |
| 1199 | 2025-01-29T04:26:45.546Z | Compiling log v0.4.22 |
| 1200 | 2025-01-29T04:26:45.653Z | Compiling shlex v1.3.0 |
| 1201 | 2025-01-29T04:26:45.677Z | Compiling jobserver v0.1.32 |
| 1202 | 2025-01-29T04:26:45.696Z | Compiling smallvec v1.13.2 |
| 1203 | 2025-01-29T04:26:46.015Z | Compiling const-oid v0.9.6 |
| 1204 | 2025-01-29T04:26:46.026Z | Compiling pin-project-lite v0.2.14 |
| 1205 | 2025-01-29T04:26:46.026Z | Compiling rustix v0.38.37 |
| 1206 | 2025-01-29T04:26:46.099Z | Compiling cc v1.1.30 |
| 1207 | 2025-01-29T04:26:46.171Z | Compiling spin v0.9.8 |
| 1208 | 2025-01-29T04:26:46.285Z | Compiling parking_lot_core v0.9.10 |
| 1209 | 2025-01-29T04:26:46.491Z | Compiling futures-core v0.3.31 |
| 1210 | 2025-01-29T04:26:46.555Z | Compiling signal-hook-registry v1.4.2 |
| 1211 | 2025-01-29T04:26:46.715Z | Compiling mio v1.0.2 |
| 1212 | 2025-01-29T04:26:46.893Z | Compiling aho-corasick v1.1.3 |
| 1213 | 2025-01-29T04:26:47.251Z | Compiling parking_lot v0.12.3 |
| 1214 | 2025-01-29T04:26:47.387Z | Compiling cpufeatures v0.2.14 |
| 1215 | 2025-01-29T04:26:47.494Z | Compiling either v1.13.0 |
| 1216 | 2025-01-29T04:26:47.514Z | Compiling stable_deref_trait v1.2.0 |
| 1217 | 2025-01-29T04:26:47.749Z | Compiling regex-syntax v0.8.5 |
| 1218 | 2025-01-29T04:26:47.955Z | Compiling glob v0.3.2 |
| 1219 | 2025-01-29T04:26:47.957Z | Compiling futures-sink v0.3.31 |
| 1220 | 2025-01-29T04:26:48.150Z | Compiling socket2 v0.5.7 |
| 1221 | 2025-01-29T04:26:48.153Z | Compiling slab v0.4.9 |
| 1222 | 2025-01-29T04:26:48.227Z | Compiling prettyplease v0.2.25 |
| 1223 | 2025-01-29T04:26:48.581Z | Compiling lazy_static v1.5.0 |
| 1224 | 2025-01-29T04:26:48.657Z | Compiling serde_json v1.0.135 |
| 1225 | 2025-01-29T04:26:48.724Z | Compiling minimal-lexical v0.2.1 |
| 1226 | 2025-01-29T04:26:48.863Z | Compiling clang-sys v1.8.1 |
| 1227 | 2025-01-29T04:26:49.091Z | Compiling libloading v0.8.5 |
| 1228 | 2025-01-29T04:26:49.270Z | Compiling nom v7.1.3 |
| 1229 | 2025-01-29T04:26:49.330Z | Compiling bindgen v0.69.5 |
| 1230 | 2025-01-29T04:26:49.500Z | Compiling home v0.5.9 |
| 1231 | 2025-01-29T04:26:49.782Z | Compiling futures-channel v0.3.31 |
| 1232 | 2025-01-29T04:26:49.871Z | Compiling itertools v0.12.1 |
| 1233 | 2025-01-29T04:26:50.209Z | Compiling libm v0.2.8 |
| 1234 | 2025-01-29T04:26:50.230Z | Compiling rustc-hash v1.1.0 |
| 1235 | 2025-01-29T04:26:50.399Z | Compiling lazycell v1.3.0 |
| 1236 | 2025-01-29T04:26:50.562Z | Compiling allocator-api2 v0.2.18 |
| 1237 | 2025-01-29T04:26:50.590Z | Compiling pin-utils v0.1.0 |
| 1238 | 2025-01-29T04:26:50.700Z | Compiling futures-io v0.3.31 |
| 1239 | 2025-01-29T04:26:51.001Z | Compiling futures-task v0.3.31 |
| 1240 | 2025-01-29T04:26:51.293Z | Compiling foldhash v0.1.3 |
| 1241 | 2025-01-29T04:26:51.342Z | Compiling cmake v0.1.51 |
| 1242 | 2025-01-29T04:26:51.603Z | Compiling regex-automata v0.4.8 |
| 1243 | 2025-01-29T04:26:51.837Z | Compiling hashbrown v0.15.1 |
| 1244 | 2025-01-29T04:26:52.281Z | Compiling cexpr v0.6.0 |
| 1245 | 2025-01-29T04:26:52.592Z | Compiling synstructure v0.13.1 |
| 1246 | 2025-01-29T04:26:53.091Z | Compiling num-traits v0.2.19 |
| 1247 | 2025-01-29T04:26:53.388Z | Compiling fs_extra v1.3.0 |
| 1248 | 2025-01-29T04:26:53.947Z | Compiling pkg-config v0.3.31 |
| 1249 | 2025-01-29T04:26:54.000Z | Compiling dunce v1.0.5 |
| 1250 | 2025-01-29T04:26:54.140Z | Compiling litemap v0.7.3 |
| 1251 | 2025-01-29T04:26:54.256Z | Compiling writeable v0.5.5 |
| 1252 | 2025-01-29T04:26:54.515Z | Compiling ring v0.17.8 |
| 1253 | 2025-01-29T04:26:54.813Z | Compiling base64ct v1.6.0 |
| 1254 | 2025-01-29T04:26:55.373Z | Compiling paste v1.0.15 |
| 1255 | 2025-01-29T04:26:55.402Z | Compiling pem-rfc7468 v0.7.0 |
| 1256 | 2025-01-29T04:26:55.694Z | Compiling httparse v1.9.5 |
| 1257 | 2025-01-29T04:26:55.933Z | Compiling flagset v0.4.6 |
| 1258 | 2025-01-29T04:26:56.040Z | Compiling icu_locid_transform_data v1.5.0 |
| 1259 | 2025-01-29T04:26:56.149Z | Compiling aws-lc-rs v1.10.0 |
| 1260 | 2025-01-29T04:26:56.451Z | Compiling tracing-core v0.1.32 |
| 1261 | 2025-01-29T04:26:56.549Z | Compiling percent-encoding v2.3.1 |
| 1262 | 2025-01-29T04:26:56.856Z | Compiling icu_properties_data v1.5.0 |
| 1263 | 2025-01-29T04:26:56.876Z | Compiling rustls-pki-types v1.10.0 |
| 1264 | 2025-01-29T04:26:57.105Z | Compiling regex v1.11.1 |
| 1265 | 2025-01-29T04:26:57.213Z | Compiling crossbeam-utils v0.8.20 |
| 1266 | 2025-01-29T04:26:57.802Z | Compiling powerfmt v0.2.0 |
| 1267 | 2025-01-29T04:26:57.907Z | Compiling utf8_iter v1.0.4 |
| 1268 | 2025-01-29T04:26:58.084Z | Compiling vcpkg v0.2.15 |
| 1269 | 2025-01-29T04:26:58.114Z | Compiling serde_derive v1.0.217 |
| 1270 | 2025-01-29T04:26:58.166Z | Compiling zeroize_derive v1.4.2 |
| 1271 | 2025-01-29T04:26:58.186Z | Compiling zerocopy-derive v0.7.35 |
| 1272 | 2025-01-29T04:26:58.352Z | Compiling tokio-macros v2.5.0 |
| 1273 | 2025-01-29T04:26:59.612Z | Compiling zeroize v1.8.1 |
| 1274 | 2025-01-29T04:26:59.801Z | Compiling zerofrom-derive v0.1.4 |
| 1275 | 2025-01-29T04:26:59.822Z | Compiling yoke-derive v0.7.4 |
| 1276 | 2025-01-29T04:27:00.153Z | Compiling zerocopy v0.7.35 |
| 1277 | 2025-01-29T04:27:00.181Z | Compiling zerovec-derive v0.10.3 |
| 1278 | 2025-01-29T04:27:01.193Z | Compiling crypto-common v0.1.6 |
| 1279 | 2025-01-29T04:27:01.409Z | Compiling block-buffer v0.10.4 |
| 1280 | 2025-01-29T04:27:01.460Z | Compiling thiserror-impl v1.0.69 |
| 1281 | 2025-01-29T04:27:01.531Z | Compiling displaydoc v0.2.5 |
| 1282 | 2025-01-29T04:27:01.675Z | Compiling digest v0.10.7 |
| 1283 | 2025-01-29T04:27:02.181Z | Compiling hmac v0.12.1 |
| 1284 | 2025-01-29T04:27:02.462Z | Compiling futures-macro v0.3.31 |
| 1285 | 2025-01-29T04:27:02.594Z | Compiling block-padding v0.3.3 |
| 1286 | 2025-01-29T04:27:02.721Z | Compiling sha2 v0.10.8 |
| 1287 | 2025-01-29T04:27:02.751Z | Compiling icu_provider_macros v1.5.0 |
| 1288 | 2025-01-29T04:27:02.868Z | Compiling inout v0.1.3 |
| 1289 | 2025-01-29T04:27:03.153Z | Compiling cipher v0.4.4 |
| 1290 | 2025-01-29T04:27:03.193Z | Compiling ppv-lite86 v0.2.20 |
| 1291 | 2025-01-29T04:27:03.442Z | Compiling zerofrom v0.1.4 |
| 1292 | 2025-01-29T04:27:03.685Z | Compiling yoke v0.7.4 |
| 1293 | 2025-01-29T04:27:03.687Z | Compiling der_derive v0.7.3 |
| 1294 | 2025-01-29T04:27:03.847Z | Compiling tracing-attributes v0.1.27 |
| 1295 | 2025-01-29T04:27:03.976Z | Compiling rand_chacha v0.3.1 |
| 1296 | 2025-01-29T04:27:04.033Z | Compiling zerovec v0.10.4 |
| 1297 | 2025-01-29T04:27:04.388Z | Compiling futures-util v0.3.31 |
| 1298 | 2025-01-29T04:27:04.575Z | Compiling thiserror v1.0.69 |
| 1299 | 2025-01-29T04:27:04.736Z | Compiling pest v2.7.14 |
| 1300 | 2025-01-29T04:27:05.942Z | Compiling tinystr v0.7.6 |
| 1301 | 2025-01-29T04:27:06.013Z | Compiling der v0.7.9 |
| 1302 | 2025-01-29T04:27:06.149Z | Compiling icu_collections v1.5.0 |
| 1303 | 2025-01-29T04:27:06.328Z | Compiling icu_locid v1.5.0 |
| 1304 | 2025-01-29T04:27:06.349Z | Compiling rand v0.8.5 |
| 1305 | 2025-01-29T04:27:07.188Z | Compiling tracing v0.1.40 |
| 1306 | 2025-01-29T04:27:07.438Z | Compiling icu_provider v1.5.0 |
| 1307 | 2025-01-29T04:27:07.752Z | Compiling salsa20 v0.10.2 |
| 1308 | 2025-01-29T04:27:07.904Z | Compiling pbkdf2 v0.12.2 |
| 1309 | 2025-01-29T04:27:07.991Z | Compiling time-core v0.1.2 |
| 1310 | 2025-01-29T04:27:08.084Z | Compiling spki v0.7.3 |
| 1311 | 2025-01-29T04:27:08.196Z | Compiling icu_locid_transform v1.5.0 |
| 1312 | 2025-01-29T04:27:08.282Z | Compiling icu_normalizer_data v1.5.0 |
| 1313 | 2025-01-29T04:27:08.462Z | Compiling num-conv v0.1.0 |
| 1314 | 2025-01-29T04:27:08.474Z | Compiling mirai-annotations v1.12.0 |
| 1315 | 2025-01-29T04:27:08.485Z | Compiling untrusted v0.7.1 |
| 1316 | 2025-01-29T04:27:08.501Z | Compiling write16 v1.0.0 |
| 1317 | 2025-01-29T04:27:08.644Z | Compiling untrusted v0.9.0 |
| 1318 | 2025-01-29T04:27:08.665Z | Compiling utf16_iter v1.0.5 |
| 1319 | 2025-01-29T04:27:08.686Z | Compiling scrypt v0.11.0 |
| 1320 | 2025-01-29T04:27:08.706Z | Compiling time-macros v0.2.18 |
| 1321 | 2025-01-29T04:27:08.882Z | Compiling pest_meta v2.7.14 |
| 1322 | 2025-01-29T04:27:09.106Z | Compiling cbc v0.1.2 |
| 1323 | 2025-01-29T04:27:09.197Z | Compiling aes v0.8.4 |
| 1324 | 2025-01-29T04:27:09.339Z | Compiling openssl-sys v0.9.103 |
| 1325 | 2025-01-29T04:27:09.806Z | Compiling icu_properties v1.5.1 |
| 1326 | 2025-01-29T04:27:10.424Z | Compiling scroll_derive v0.12.0 |
| 1327 | 2025-01-29T04:27:10.578Z | Compiling deranged v0.3.11 |
| 1328 | 2025-01-29T04:27:11.501Z | Compiling bitflags v2.6.0 |
| 1329 | 2025-01-29T04:27:11.796Z | Compiling bytes v1.9.0 |
| 1330 | 2025-01-29T04:27:11.957Z | Compiling indexmap v2.7.1 |
| 1331 | 2025-01-29T04:27:12.044Z | Compiling semver v1.0.24 |
| 1332 | 2025-01-29T04:27:12.796Z | Compiling tokio v1.43.0 |
| 1333 | 2025-01-29T04:27:13.029Z | Compiling http v1.2.0 |
| 1334 | 2025-01-29T04:27:13.248Z | Compiling rustc_version v0.4.1 |
| 1335 | 2025-01-29T04:27:13.287Z | Compiling atomic-waker v1.1.2 |
| 1336 | 2025-01-29T04:27:13.513Z | Compiling icu_normalizer v1.5.0 |
| 1337 | 2025-01-29T04:27:13.535Z | Compiling num_threads v0.1.7 |
| 1338 | 2025-01-29T04:27:13.675Z | Compiling tinyvec_macros v0.1.1 |
| 1339 | 2025-01-29T04:27:13.782Z | Compiling tinyvec v1.8.0 |
| 1340 | 2025-01-29T04:27:13.949Z | Compiling time v0.3.36 |
| 1341 | 2025-01-29T04:27:14.605Z | Compiling http-body v1.0.1 |
| 1342 | 2025-01-29T04:27:14.805Z | Compiling idna_adapter v1.2.0 |
| 1343 | 2025-01-29T04:27:14.829Z | Compiling scroll v0.12.0 |
| 1344 | 2025-01-29T04:27:15.136Z | Compiling pest_generator v2.7.14 |
| 1345 | 2025-01-29T04:27:15.281Z | Compiling pkcs5 v0.7.1 |
| 1346 | 2025-01-29T04:27:15.284Z | Compiling form_urlencoded v1.2.1 |
| 1347 | 2025-01-29T04:27:15.327Z | Compiling try-lock v0.2.5 |
| 1348 | 2025-01-29T04:27:15.368Z | Compiling slog v2.7.0 |
| 1349 | 2025-01-29T04:27:15.482Z | Compiling want v0.3.1 |
| 1350 | 2025-01-29T04:27:15.596Z | Compiling which v4.4.2 |
| 1351 | 2025-01-29T04:27:15.765Z | Compiling goblin v0.8.2 |
| 1352 | 2025-01-29T04:27:16.134Z | Compiling pkcs8 v0.10.2 |
| 1353 | 2025-01-29T04:27:16.459Z | Compiling idna v1.0.3 |
| 1354 | 2025-01-29T04:27:16.732Z | Compiling uuid v1.12.0 |
| 1355 | 2025-01-29T04:27:16.821Z | Compiling httpdate v1.0.3 |
| 1356 | 2025-01-29T04:27:17.001Z | Compiling pest_derive v2.7.14 |
| 1357 | 2025-01-29T04:27:17.299Z | Compiling iana-time-zone v0.1.61 |
| 1358 | 2025-01-29T04:27:17.732Z | Compiling chrono v0.4.39 |
| 1359 | 2025-01-29T04:27:17.827Z | Compiling dtrace-parser v0.2.0 |
| 1360 | 2025-01-29T04:27:18.303Z | Compiling toml_datetime v0.6.8 |
| 1361 | 2025-01-29T04:27:18.639Z | Compiling serde_tokenstream v0.2.2 |
| 1362 | 2025-01-29T04:27:18.814Z | Compiling serde_spanned v0.6.8 |
| 1363 | 2025-01-29T04:27:18.885Z | Compiling rustversion v1.0.17 |
| 1364 | 2025-01-29T04:27:19.060Z | Compiling tower-service v0.3.3 |
| 1365 | 2025-01-29T04:27:19.202Z | Compiling adler2 v2.0.0 |
| 1366 | 2025-01-29T04:27:19.224Z | Compiling foreign-types-shared v0.1.1 |
| 1367 | 2025-01-29T04:27:19.352Z | Compiling openssl v0.10.66 |
| 1368 | 2025-01-29T04:27:19.418Z | Compiling match_cfg v0.1.0 |
| 1369 | 2025-01-29T04:27:19.522Z | Compiling base64 v0.22.1 |
| 1370 | 2025-01-29T04:27:19.653Z | Compiling hostname v0.3.1 |
| 1371 | 2025-01-29T04:27:19.731Z | Compiling miniz_oxide v0.8.0 |
| 1372 | 2025-01-29T04:27:19.797Z | Compiling foreign-types v0.3.2 |
| 1373 | 2025-01-29T04:27:19.878Z | Compiling url v2.5.3 |
| 1374 | 2025-01-29T04:27:20.229Z | Compiling async-trait v0.1.85 |
| 1375 | 2025-01-29T04:27:21.177Z | Compiling tokio-util v0.7.12 |
| 1376 | 2025-01-29T04:27:21.196Z | Compiling openssl-macros v0.1.1 |
| 1377 | 2025-01-29T04:27:21.222Z | Compiling serde_derive_internals v0.29.1 |
| 1378 | 2025-01-29T04:27:21.680Z | Compiling dof v0.3.0 |
| 1379 | 2025-01-29T04:27:21.933Z | Compiling dirs-sys-next v0.1.2 |
| 1380 | 2025-01-29T04:27:22.444Z | Compiling h2 v0.4.6 |
| 1381 | 2025-01-29T04:27:22.509Z | Compiling usdt-impl v0.5.0 |
| 1382 | 2025-01-29T04:27:22.827Z | Compiling siphasher v0.3.11 |
| 1383 | 2025-01-29T04:27:23.230Z | Compiling syn v1.0.109 |
| 1384 | 2025-01-29T04:27:23.583Z | Compiling data-encoding v2.6.0 |
| 1385 | 2025-01-29T04:27:23.615Z | Compiling native-tls v0.2.12 |
| 1386 | 2025-01-29T04:27:23.809Z | Compiling schemars v0.8.21 |
| 1387 | 2025-01-29T04:27:23.937Z | Compiling rustls v0.23.19 |
| 1388 | 2025-01-29T04:27:23.958Z | Compiling rustls v0.22.4 |
| 1389 | 2025-01-29T04:27:24.241Z | Compiling schemars_derive v0.8.21 |
| 1390 | 2025-01-29T04:27:24.268Z | Compiling dirs-next v2.0.0 |
| 1391 | 2025-01-29T04:27:25.073Z | Compiling unicode-normalization v0.1.24 |
| 1392 | 2025-01-29T04:27:25.674Z | Compiling http-body-util v0.1.2 |
| 1393 | 2025-01-29T04:27:25.738Z | Compiling heapless v0.7.17 |
| 1394 | 2025-01-29T04:27:26.139Z | Compiling crossbeam-epoch v0.9.18 |
| 1395 | 2025-01-29T04:27:26.156Z | Compiling signature v2.2.0 |
| 1396 | 2025-01-29T04:27:26.196Z | Compiling sha1 v0.10.6 |
| 1397 | 2025-01-29T04:27:26.222Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1398 | 2025-01-29T04:27:26.450Z | Compiling thread_local v1.1.8 |
| 1399 | 2025-01-29T04:27:26.641Z | Compiling cookie v0.18.1 |
| 1400 | 2025-01-29T04:27:26.720Z | Compiling encoding_rs v0.8.34 |
| 1401 | 2025-01-29T04:27:26.808Z | Compiling multer v3.1.0 |
| 1402 | 2025-01-29T04:27:26.933Z | Compiling openssl-probe v0.1.5 |
| 1403 | 2025-01-29T04:27:26.952Z | Compiling dyn-clone v1.0.17 |
| 1404 | 2025-01-29T04:27:27.103Z | Compiling slog-async v2.8.0 |
| 1405 | 2025-01-29T04:27:27.188Z | Compiling mime v0.3.17 |
| 1406 | 2025-01-29T04:27:27.273Z | Compiling signal-hook v0.3.17 |
| 1407 | 2025-01-29T04:27:27.295Z | Compiling unicode-properties v0.1.3 |
| 1408 | 2025-01-29T04:27:27.543Z | Compiling ipnet v2.10.1 |
| 1409 | 2025-01-29T04:27:27.662Z | Compiling rayon-core v1.12.1 |
| 1410 | 2025-01-29T04:27:27.713Z | Compiling gimli v0.31.1 |
| 1411 | 2025-01-29T04:27:27.737Z | Compiling unicode-bidi v0.3.17 |
| 1412 | 2025-01-29T04:27:27.945Z | Compiling toml_edit v0.22.22 |
| 1413 | 2025-01-29T04:27:28.764Z | Compiling stringprep v0.1.5 |
| 1414 | 2025-01-29T04:27:29.886Z | Compiling hyper v1.5.2 |
| 1415 | 2025-01-29T04:27:32.164Z | Compiling addr2line v0.24.2 |
| 1416 | 2025-01-29T04:27:32.425Z | Compiling hyper-util v0.1.10 |
| 1417 | 2025-01-29T04:27:32.521Z | Compiling crossbeam-deque v0.8.5 |
| 1418 | 2025-01-29T04:27:32.781Z | Compiling usdt-attr-macro v0.5.0 |
| 1419 | 2025-01-29T04:27:32.844Z | Compiling usdt-macro v0.5.0 |
| 1420 | 2025-01-29T04:27:32.880Z | Compiling term v0.7.0 |
| 1421 | 2025-01-29T04:27:33.568Z | Compiling slog-json v2.6.1 |
| 1422 | 2025-01-29T04:27:33.911Z | Compiling serde_urlencoded v0.7.1 |
| 1423 | 2025-01-29T04:27:34.180Z | Compiling curve25519-dalek v4.1.3 |
| 1424 | 2025-01-29T04:27:34.245Z | Compiling crossbeam-channel v0.5.13 |
| 1425 | 2025-01-29T04:27:34.308Z | Compiling futures-executor v0.3.31 |
| 1426 | 2025-01-29T04:27:34.369Z | Compiling md-5 v0.10.6 |
| 1427 | 2025-01-29T04:27:34.662Z | Compiling async-stream-impl v0.3.6 |
| 1428 | 2025-01-29T04:27:34.835Z | Compiling enum-as-inner v0.6.1 |
| 1429 | 2025-01-29T04:27:34.856Z | Compiling rustls-pemfile v2.2.0 |
| 1430 | 2025-01-29T04:27:35.189Z | Compiling num-integer v0.1.46 |
| 1431 | 2025-01-29T04:27:35.264Z | Compiling hash32 v0.2.1 |
| 1432 | 2025-01-29T04:27:35.324Z | Compiling ff v0.13.0 |
| 1433 | 2025-01-29T04:27:35.568Z | Compiling is-terminal v0.4.13 |
| 1434 | 2025-01-29T04:27:35.589Z | Compiling dropshot v0.12.0 |
| 1435 | 2025-01-29T04:27:35.609Z | Compiling object v0.36.5 |
| 1436 | 2025-01-29T04:27:35.707Z | Compiling anyhow v1.0.95 |
| 1437 | 2025-01-29T04:27:35.874Z | Compiling psl-types v2.0.11 |
| 1438 | 2025-01-29T04:27:35.897Z | Compiling litrs v0.4.1 |
| 1439 | 2025-01-29T04:27:35.915Z | Compiling fallible-iterator v0.2.0 |
| 1440 | 2025-01-29T04:27:35.944Z | Compiling linked-hash-map v0.5.6 |
| 1441 | 2025-01-29T04:27:36.089Z | Compiling base16ct v0.2.0 |
| 1442 | 2025-01-29T04:27:36.306Z | Compiling num-bigint-dig v0.8.4 |
| 1443 | 2025-01-29T04:27:36.325Z | Compiling quick-error v1.2.3 |
| 1444 | 2025-01-29T04:27:36.421Z | Compiling utf-8 v0.7.6 |
| 1445 | 2025-01-29T04:27:36.476Z | Compiling smoltcp v0.9.1 |
| 1446 | 2025-01-29T04:27:36.546Z | Compiling portable-atomic v1.9.0 |
| 1447 | 2025-01-29T04:27:36.614Z | Compiling take_mut v0.2.2 |
| 1448 | 2025-01-29T04:27:36.736Z | Compiling rustc-demangle v0.1.24 |
| 1449 | 2025-01-29T04:27:37.024Z | Compiling document-features v0.2.10 |
| 1450 | 2025-01-29T04:27:37.155Z | Compiling tungstenite v0.24.0 |
| 1451 | 2025-01-29T04:27:37.711Z | Compiling postgres-protocol v0.6.7 |
| 1452 | 2025-01-29T04:27:37.737Z | Compiling resolv-conf v0.7.0 |
| 1453 | 2025-01-29T04:27:38.246Z | Compiling sec1 v0.7.3 |
| 1454 | 2025-01-29T04:27:38.317Z | Compiling lru-cache v0.1.2 |
| 1455 | 2025-01-29T04:27:38.470Z | Compiling publicsuffix v2.3.0 |
| 1456 | 2025-01-29T04:27:38.530Z | Compiling async-stream v0.3.6 |
| 1457 | 2025-01-29T04:27:38.779Z | Compiling hickory-proto v0.24.2 |
| 1458 | 2025-01-29T04:27:38.842Z | Compiling num-iter v0.1.45 |
| 1459 | 2025-01-29T04:27:38.878Z | Compiling slog-term v2.9.1 |
| 1460 | 2025-01-29T04:27:38.899Z | Compiling usdt v0.5.0 |
| 1461 | 2025-01-29T04:27:39.374Z | Compiling group v0.13.0 |
| 1462 | 2025-01-29T04:27:39.519Z | Compiling futures v0.3.31 |
| 1463 | 2025-01-29T04:27:39.650Z | Compiling slog-bunyan v2.5.0 |
| 1464 | 2025-01-29T04:27:40.079Z | Compiling toml v0.8.19 |
| 1465 | 2025-01-29T04:27:40.914Z | Compiling tokio-native-tls v0.3.1 |
| 1466 | 2025-01-29T04:27:41.214Z | Compiling camino v1.1.9 |
| 1467 | 2025-01-29T04:27:41.452Z | Compiling phf_shared v0.11.2 |
| 1468 | 2025-01-29T04:27:41.645Z | Compiling dropshot_endpoint v0.12.0 |
| 1469 | 2025-01-29T04:27:41.814Z | Compiling terminal_size v0.4.0 |
| 1470 | 2025-01-29T04:27:41.934Z | Compiling openapiv3 v2.0.0 |
| 1471 | 2025-01-29T04:27:42.044Z | Compiling waitgroup v0.1.2 |
| 1472 | 2025-01-29T04:27:42.070Z | Compiling serde_path_to_error v0.1.16 |
| 1473 | 2025-01-29T04:27:42.275Z | Compiling backtrace v0.3.74 |
| 1474 | 2025-01-29T04:27:42.771Z | Compiling hkdf v0.12.4 |
| 1475 | 2025-01-29T04:27:42.874Z | Compiling crypto-bigint v0.5.5 |
| 1476 | 2025-01-29T04:27:43.056Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1477 | 2025-01-29T04:27:44.520Z | Compiling zerocopy-derive v0.6.6 |
| 1478 | 2025-01-29T04:27:45.359Z | Compiling webpki-roots v0.26.6 |
| 1479 | 2025-01-29T04:27:45.461Z | Compiling hubpack_derive v0.1.1 |
| 1480 | 2025-01-29T04:27:45.598Z | Compiling hostname v0.4.0 |
| 1481 | 2025-01-29T04:27:45.833Z | Compiling ahash v0.8.11 |
| 1482 | 2025-01-29T04:27:45.951Z | Compiling crc32fast v1.4.2 |
| 1483 | 2025-01-29T04:27:45.971Z | Compiling fs-err v2.11.0 |
| 1484 | 2025-01-29T04:27:46.160Z | Compiling debug-ignore v1.0.5 |
| 1485 | 2025-01-29T04:27:46.257Z | Compiling unicode-width v0.2.0 |
| 1486 | 2025-01-29T04:27:46.291Z | Compiling bitflags v1.3.2 |
| 1487 | 2025-01-29T04:27:46.314Z | Compiling winnow v0.5.40 |
| 1488 | 2025-01-29T04:27:46.314Z | Compiling managed v0.8.0 |
| 1489 | 2025-01-29T04:27:46.405Z | Compiling newtype-uuid v1.2.1 |
| 1490 | 2025-01-29T04:27:46.478Z | Compiling zerocopy v0.6.6 |
| 1491 | 2025-01-29T04:27:46.760Z | Compiling console v0.15.10 |
| 1492 | 2025-01-29T04:27:46.806Z | Compiling clap_builder v4.5.27 |
| 1493 | 2025-01-29T04:27:47.170Z | Compiling hubpack v0.1.2 |
| 1494 | 2025-01-29T04:27:47.597Z | Compiling strum_macros v0.25.3 |
| 1495 | 2025-01-29T04:27:48.228Z | Compiling flate2 v1.0.35 |
| 1496 | 2025-01-29T04:27:48.350Z | Compiling elliptic-curve v0.13.8 |
| 1497 | 2025-01-29T04:27:48.978Z | Compiling hickory-resolver v0.24.2 |
| 1498 | 2025-01-29T04:27:49.197Z | Compiling phf v0.11.2 |
| 1499 | 2025-01-29T04:27:49.473Z | Compiling signal-hook-mio v0.2.4 |
| 1500 | 2025-01-29T04:27:49.663Z | Compiling toml_edit v0.19.15 |
| 1501 | 2025-01-29T04:27:49.852Z | Compiling hyper-tls v0.6.0 |
| 1502 | 2025-01-29T04:27:49.920Z | Compiling rayon v1.10.0 |
| 1503 | 2025-01-29T04:27:50.252Z | Compiling cookie_store v0.21.1 |
| 1504 | 2025-01-29T04:27:51.434Z | Compiling bzip2 v0.4.4 |
| 1505 | 2025-01-29T04:27:51.870Z | Compiling postgres-types v0.2.8 |
| 1506 | 2025-01-29T04:27:53.241Z | Compiling tokio-tungstenite v0.24.0 |
| 1507 | 2025-01-29T04:27:54.224Z | Compiling ed25519 v2.2.3 |
| 1508 | 2025-01-29T04:27:54.841Z | Compiling phf_shared v0.10.0 |
| 1509 | 2025-01-29T04:27:55.051Z | Compiling tokio-stream v0.1.16 |
| 1510 | 2025-01-29T04:27:55.072Z | Compiling pkcs1 v0.7.5 |
| 1511 | 2025-01-29T04:27:55.222Z | Compiling serde-big-array v0.5.1 |
| 1512 | 2025-01-29T04:27:55.581Z | Compiling rfc6979 v0.4.0 |
| 1513 | 2025-01-29T04:27:55.667Z | Compiling clap_derive v4.5.24 |
| 1514 | 2025-01-29T04:27:56.014Z | Compiling serde_repr v0.1.19 |
| 1515 | 2025-01-29T04:27:56.015Z | Compiling derive-where v1.2.7 |
| 1516 | 2025-01-29T04:27:56.076Z | Compiling bstr v1.10.0 |
| 1517 | 2025-01-29T04:27:56.675Z | Compiling float-cmp v0.9.0 |
| 1518 | 2025-01-29T04:27:56.928Z | Compiling sync_wrapper v1.0.1 |
| 1519 | 2025-01-29T04:27:57.004Z | Compiling whoami v1.5.2 |
| 1520 | 2025-01-29T04:27:57.120Z | Compiling bit-vec v0.6.3 |
| 1521 | 2025-01-29T04:27:57.145Z | Compiling normalize-line-endings v0.3.0 |
| 1522 | 2025-01-29T04:27:57.294Z | Compiling static_assertions v1.1.0 |
| 1523 | 2025-01-29T04:27:57.420Z | Compiling number_prefix v0.4.0 |
| 1524 | 2025-01-29T04:27:57.525Z | Compiling precomputed-hash v0.1.1 |
| 1525 | 2025-01-29T04:27:57.574Z | Compiling new_debug_unreachable v1.0.6 |
| 1526 | 2025-01-29T04:27:57.676Z | Compiling predicates-core v1.0.8 |
| 1527 | 2025-01-29T04:27:57.694Z | Compiling fixedbitset v0.4.2 |
| 1528 | 2025-01-29T04:27:57.698Z | Compiling difflib v0.4.0 |
| 1529 | 2025-01-29T04:27:57.698Z | Compiling unicode-segmentation v1.12.0 |
| 1530 | 2025-01-29T04:27:58.032Z | Compiling string_cache v0.8.7 |
| 1531 | 2025-01-29T04:27:58.184Z | Compiling predicates v3.1.2 |
| 1532 | 2025-01-29T04:27:58.444Z | Compiling petgraph v0.6.5 |
| 1533 | 2025-01-29T04:27:58.632Z | Compiling similar v2.6.0 |
| 1534 | 2025-01-29T04:27:59.098Z | Compiling indicatif v0.17.11 |
| 1535 | 2025-01-29T04:27:59.258Z | Compiling bit-set v0.5.3 |
| 1536 | 2025-01-29T04:27:59.550Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1537 | 2025-01-29T04:27:59.717Z | Compiling tokio-postgres v0.7.12 |
| 1538 | 2025-01-29T04:28:00.315Z | Compiling clap v4.5.27 |
| 1539 | 2025-01-29T04:28:00.448Z | Compiling ecdsa v0.16.9 |
| 1540 | 2025-01-29T04:28:00.730Z | Compiling rsa v0.9.6 |
| 1541 | 2025-01-29T04:28:01.199Z | Compiling ed25519-dalek v2.1.1 |
| 1542 | 2025-01-29T04:28:01.273Z | Compiling toml v0.7.8 |
| 1543 | 2025-01-29T04:28:02.053Z | Compiling zip v0.6.6 |
| 1544 | 2025-01-29T04:28:02.565Z | Compiling crossterm v0.28.1 |
| 1545 | 2025-01-29T04:28:03.793Z | Compiling hex v0.4.3 |
| 1546 | 2025-01-29T04:28:04.166Z | Compiling x509-cert v0.2.5 |
| 1547 | 2025-01-29T04:28:04.386Z | Compiling itertools v0.10.5 |
| 1548 | 2025-01-29T04:28:05.485Z | Compiling unicode-xid v0.2.6 |
| 1549 | 2025-01-29T04:28:05.693Z | Compiling peg-runtime v0.8.3 |
| 1550 | 2025-01-29T04:28:05.727Z | Compiling lalrpop-util v0.19.12 |
| 1551 | 2025-01-29T04:28:05.870Z | Compiling strum_macros v0.26.4 |
| 1552 | 2025-01-29T04:28:05.918Z | Compiling xattr v1.3.1 |
| 1553 | 2025-01-29T04:28:06.106Z | Compiling filetime v0.2.25 |
| 1554 | 2025-01-29T04:28:06.407Z | Compiling tar v0.4.42 |
| 1555 | 2025-01-29T04:28:10.519Z | Compiling strum v0.26.3 |
| 1556 | 2025-01-29T04:28:13.730Z | Compiling aws-lc-sys v0.22.0 |
| 1557 | 2025-01-29T04:28:41.503Z | Compiling rustls-webpki v0.102.8 |
| 1558 | 2025-01-29T04:28:44.776Z | Compiling tokio-rustls v0.25.0 |
| 1559 | 2025-01-29T04:28:46.485Z | Compiling tokio-rustls v0.26.0 |
| 1560 | 2025-01-29T04:28:46.773Z | Compiling hyper-rustls v0.27.3 |
| 1561 | 2025-01-29T04:28:47.123Z | Compiling reqwest v0.12.9 |
| 1562 | 2025-01-29T04:28:48.453Z | Compiling qorb v0.2.1 |
| 1563 | 2025-01-29T04:28:51.561Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1564 | 2025-01-29T04:28:51.817Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1565 | 2025-01-29T04:28:56.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1566 | 2025-01-29T04:28:56.485Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1567 | 2025-01-29T04:28:56.538Z | Jan 29 04:28:55.303 INFO Starting download, target: Clickhouse |
| 1568 | 2025-01-29T04:28:56.538Z | Jan 29 04:28:55.303 INFO Starting download, target: Cockroach |
| 1569 | 2025-01-29T04:28:56.538Z | Jan 29 04:28:55.303 INFO Starting download, target: Console |
| 1570 | 2025-01-29T04:28:56.538Z | Jan 29 04:28:55.303 INFO Starting download, target: DendriteOpenapi |
| 1571 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.303 INFO Starting download, target: DendriteStub |
| 1572 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.303 INFO Starting download, target: MaghemiteMgd |
| 1573 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.303 INFO Starting download, target: TransceiverControl |
| 1574 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.304 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1575 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.304 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1576 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.304 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1577 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.304 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1578 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.304 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1579 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.304 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1580 | 2025-01-29T04:28:56.541Z | Jan 29 04:28:55.304 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1581 | 2025-01-29T04:28:56.677Z | Jan 29 04:28:55.442 INFO Download complete, target: DendriteOpenapi |
| 1582 | 2025-01-29T04:28:56.938Z | Jan 29 04:28:55.668 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1583 | 2025-01-29T04:28:57.114Z | Jan 29 04:28:55.856 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1584 | 2025-01-29T04:28:57.351Z | Jan 29 04:28:56.108 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1585 | 2025-01-29T04:28:57.448Z | Jan 29 04:28:56.212 INFO Download complete, target: Console |
| 1586 | 2025-01-29T04:28:57.464Z | Jan 29 04:28:56.228 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1587 | 2025-01-29T04:28:57.578Z | Jan 29 04:28:56.342 INFO Download complete, target: TransceiverControl |
| 1588 | 2025-01-29T04:28:58.023Z | Jan 29 04:28:56.788 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1589 | 2025-01-29T04:28:58.023Z | Jan 29 04:28:56.788 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1590 | 2025-01-29T04:28:58.451Z | Jan 29 04:28:57.216 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1591 | 2025-01-29T04:29:00.329Z | Jan 29 04:28:59.093 INFO Download complete, target: DendriteStub |
| 1592 | 2025-01-29T04:29:00.454Z | Jan 29 04:28:59.218 INFO Download complete, target: MaghemiteMgd |
| 1593 | 2025-01-29T04:29:05.489Z | Jan 29 04:29:04.250 INFO Checking that binary works, target: Cockroach |
| 1594 | 2025-01-29T04:29:05.648Z | Jan 29 04:29:04.411 INFO Download complete, target: Cockroach |
| 1595 | 2025-01-29T04:29:10.895Z | Jan 29 04:29:09.656 INFO Checking that binary works, target: Clickhouse |
| 1596 | 2025-01-29T04:29:11.020Z | Jan 29 04:29:09.781 INFO Download complete, target: Clickhouse |
| 1597 | 2025-01-29T04:29:11.040Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1598 | 2025-01-29T04:29:11.043Z | |
| 1599 | 2025-01-29T04:29:11.044Z | real 7:07.700835680 |
| 1600 | 2025-01-29T04:29:11.044Z | user 15:55.261844105 |
| 1601 | 2025-01-29T04:29:11.044Z | sys 2:05.842283454 |
| 1602 | 2025-01-29T04:29:11.044Z | trap 0.582184771 |
| 1603 | 2025-01-29T04:29:11.044Z | tflt 1.460524347 |
| 1604 | 2025-01-29T04:29:11.044Z | dflt 1.518283564 |
| 1605 | 2025-01-29T04:29:11.044Z | kflt 0.025639527 |
| 1606 | 2025-01-29T04:29:11.044Z | lock 25:13.340845274 |
| 1607 | 2025-01-29T04:29:11.044Z | slp 1:00:06.843987078 |
| 1608 | 2025-01-29T04:29:11.044Z | lat 58.972353151 |
| 1609 | 2025-01-29T04:29:11.044Z | stop 2:28.802747145 |
| 1610 | 2025-01-29T04:29:11.044Z | + banner clippy |
| 1611 | 2025-01-29T04:29:11.047Z | |
| 1612 | 2025-01-29T04:29:11.048Z | #### # # ##### ##### # # |
| 1613 | 2025-01-29T04:29:11.048Z | # # # # # # # # # # |
| 1614 | 2025-01-29T04:29:11.048Z | # # # # # # # # |
| 1615 | 2025-01-29T04:29:11.048Z | # # # ##### ##### # |
| 1616 | 2025-01-29T04:29:11.048Z | # # # # # # # |
| 1617 | 2025-01-29T04:29:11.048Z | #### ###### # # # # |
| 1618 | 2025-01-29T04:29:11.048Z | |
| 1619 | 2025-01-29T04:29:11.048Z | + export CARGO_INCREMENTAL=0 |
| 1620 | 2025-01-29T04:29:11.048Z | + CARGO_INCREMENTAL=0 |
| 1621 | 2025-01-29T04:29:11.048Z | + ptime -m cargo xtask clippy |
| 1622 | 2025-01-29T04:29:11.575Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1623 | 2025-01-29T04:29:14.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 1624 | 2025-01-29T04:29:14.525Z | Running `target/debug/xtask clippy` |
| 1625 | 2025-01-29T04:29:14.543Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1626 | 2025-01-29T04:29:15.183Z | Downloading crates ... |
| 1627 | 2025-01-29T04:29:15.521Z | Downloaded doc-comment v0.3.3 |
| 1628 | 2025-01-29T04:29:15.530Z | Downloaded approx v0.5.1 |
| 1629 | 2025-01-29T04:29:15.533Z | Downloaded fancy-regex v0.13.0 |
| 1630 | 2025-01-29T04:29:15.540Z | Downloaded pathdiff v0.2.2 |
| 1631 | 2025-01-29T04:29:15.542Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1632 | 2025-01-29T04:29:15.542Z | Downloaded async-object-pool v0.1.5 |
| 1633 | 2025-01-29T04:29:15.550Z | Downloaded cast v0.3.0 |
| 1634 | 2025-01-29T04:29:15.553Z | Downloaded target-triple v0.1.3 |
| 1635 | 2025-01-29T04:29:15.555Z | Downloaded nested v0.1.1 |
| 1636 | 2025-01-29T04:29:15.555Z | Downloaded escape8259 v0.5.3 |
| 1637 | 2025-01-29T04:29:15.562Z | Downloaded plotters-svg v0.3.7 |
| 1638 | 2025-01-29T04:29:15.565Z | Downloaded concurrent-queue v2.5.0 |
| 1639 | 2025-01-29T04:29:15.568Z | Downloaded async-channel v1.9.0 |
| 1640 | 2025-01-29T04:29:15.571Z | Downloaded blocking v1.6.1 |
| 1641 | 2025-01-29T04:29:15.574Z | Downloaded kv-log-macro v1.0.7 |
| 1642 | 2025-01-29T04:29:15.577Z | Downloaded async-global-executor v2.4.1 |
| 1643 | 2025-01-29T04:29:15.583Z | Downloaded criterion-plot v0.5.0 |
| 1644 | 2025-01-29T04:29:15.589Z | Downloaded oorandom v11.1.4 |
| 1645 | 2025-01-29T04:29:15.592Z | Downloaded serde_regex v1.1.0 |
| 1646 | 2025-01-29T04:29:15.592Z | Downloaded plotters-backend v0.3.7 |
| 1647 | 2025-01-29T04:29:15.595Z | Downloaded event-listener-strategy v0.5.2 |
| 1648 | 2025-01-29T04:29:15.595Z | Downloaded rust-argon2 v2.1.0 |
| 1649 | 2025-01-29T04:29:15.597Z | Downloaded libtest-mimic v0.7.3 |
| 1650 | 2025-01-29T04:29:15.600Z | Downloaded async-process v2.3.0 |
| 1651 | 2025-01-29T04:29:15.602Z | Downloaded target-spec v3.2.2 |
| 1652 | 2025-01-29T04:29:15.602Z | Downloaded threadpool v1.8.1 |
| 1653 | 2025-01-29T04:29:15.605Z | Downloaded partial-io v0.5.4 |
| 1654 | 2025-01-29T04:29:15.607Z | Downloaded assert_cmd v2.0.16 |
| 1655 | 2025-01-29T04:29:15.608Z | Downloaded httptest v0.16.1 |
| 1656 | 2025-01-29T04:29:15.610Z | Downloaded similar-asserts v1.6.0 |
| 1657 | 2025-01-29T04:29:15.613Z | Downloaded blake2b_simd v1.0.2 |
| 1658 | 2025-01-29T04:29:15.616Z | Downloaded tinytemplate v1.2.1 |
| 1659 | 2025-01-29T04:29:15.618Z | Downloaded async-lock v3.4.0 |
| 1660 | 2025-01-29T04:29:15.621Z | Downloaded datatest-stable v0.2.9 |
| 1661 | 2025-01-29T04:29:15.624Z | Downloaded stringmetrics v2.2.2 |
| 1662 | 2025-01-29T04:29:15.626Z | Downloaded futures-timer v3.0.3 |
| 1663 | 2025-01-29T04:29:15.629Z | Downloaded rustls-native-certs v0.7.3 |
| 1664 | 2025-01-29T04:29:15.631Z | Downloaded hyper-rustls v0.26.0 |
| 1665 | 2025-01-29T04:29:15.648Z | Downloaded trybuild v1.0.101 |
| 1666 | 2025-01-29T04:29:15.652Z | Downloaded rstest v0.23.0 |
| 1667 | 2025-01-29T04:29:15.657Z | Downloaded path-tree v0.8.1 |
| 1668 | 2025-01-29T04:29:15.660Z | Downloaded rstest_macros v0.23.0 |
| 1669 | 2025-01-29T04:29:15.662Z | Downloaded piper v0.2.4 |
| 1670 | 2025-01-29T04:29:15.665Z | Downloaded async-task v4.7.1 |
| 1671 | 2025-01-29T04:29:15.668Z | Downloaded parking v2.2.1 |
| 1672 | 2025-01-29T04:29:15.668Z | Downloaded num_cpus v1.16.0 |
| 1673 | 2025-01-29T04:29:15.670Z | Downloaded event-listener v5.3.1 |
| 1674 | 2025-01-29T04:29:15.673Z | Downloaded async-attributes v1.1.2 |
| 1675 | 2025-01-29T04:29:15.675Z | Downloaded anes v0.1.6 |
| 1676 | 2025-01-29T04:29:15.678Z | Downloaded async-executor v1.13.1 |
| 1677 | 2025-01-29T04:29:15.678Z | Downloaded indoc v2.0.5 |
| 1678 | 2025-01-29T04:29:15.680Z | Downloaded event-listener v2.5.3 |
| 1679 | 2025-01-29T04:29:15.683Z | Downloaded futures-lite v2.3.0 |
| 1680 | 2025-01-29T04:29:15.683Z | Downloaded cfg-expr v0.17.0 |
| 1681 | 2025-01-29T04:29:15.688Z | Downloaded async-io v2.3.4 |
| 1682 | 2025-01-29T04:29:15.691Z | Downloaded rand_distr v0.4.3 |
| 1683 | 2025-01-29T04:29:15.694Z | Downloaded yansi v1.0.1 |
| 1684 | 2025-01-29T04:29:15.700Z | Downloaded relative-path v1.9.3 |
| 1685 | 2025-01-29T04:29:15.704Z | Downloaded pretty_assertions v1.4.1 |
| 1686 | 2025-01-29T04:29:15.704Z | Downloaded criterion v0.5.1 |
| 1687 | 2025-01-29T04:29:15.712Z | Downloaded plotters v0.3.7 |
| 1688 | 2025-01-29T04:29:15.720Z | Downloaded guppy v0.17.8 |
| 1689 | 2025-01-29T04:29:15.726Z | Downloaded async-std v1.13.0 |
| 1690 | 2025-01-29T04:29:15.819Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1691 | 2025-01-29T04:29:16.425Z | Downloaded async-signal v0.2.10 |
| 1692 | 2025-01-29T04:29:16.429Z | Downloaded proc-macro-crate v3.2.0 |
| 1693 | 2025-01-29T04:29:16.432Z | Downloaded target-lexicon v0.12.16 |
| 1694 | 2025-01-29T04:29:16.439Z | Downloaded async-channel v2.3.1 |
| 1695 | 2025-01-29T04:29:16.443Z | Downloaded polling v3.7.3 |
| 1696 | 2025-01-29T04:29:16.446Z | Downloaded assert-json-diff v2.0.2 |
| 1697 | 2025-01-29T04:29:17.252Z | Checking cfg-if v1.0.0 |
| 1698 | 2025-01-29T04:29:17.333Z | Checking libc v0.2.169 |
| 1699 | 2025-01-29T04:29:17.355Z | Checking serde v1.0.217 |
| 1700 | 2025-01-29T04:29:17.379Z | Checking memchr v2.7.4 |
| 1701 | 2025-01-29T04:29:17.403Z | Checking value-bag v1.9.0 |
| 1702 | 2025-01-29T04:29:17.430Z | Checking scopeguard v1.2.0 |
| 1703 | 2025-01-29T04:29:17.456Z | Checking zeroize v1.8.1 |
| 1704 | 2025-01-29T04:29:17.481Z | Checking itoa v1.0.11 |
| 1705 | 2025-01-29T04:29:17.501Z | Checking smallvec v1.13.2 |
| 1706 | 2025-01-29T04:29:17.576Z | Checking lock_api v0.4.12 |
| 1707 | 2025-01-29T04:29:17.718Z | Checking byteorder v1.5.0 |
| 1708 | 2025-01-29T04:29:17.743Z | Checking once_cell v1.20.2 |
| 1709 | 2025-01-29T04:29:17.798Z | Checking log v0.4.22 |
| 1710 | 2025-01-29T04:29:17.838Z | Checking pin-project-lite v0.2.14 |
| 1711 | 2025-01-29T04:29:17.978Z | Checking subtle v2.6.1 |
| 1712 | 2025-01-29T04:29:18.007Z | Checking typenum v1.17.0 |
| 1713 | 2025-01-29T04:29:18.040Z | Checking libm v0.2.8 |
| 1714 | 2025-01-29T04:29:18.121Z | Checking ryu v1.0.18 |
| 1715 | 2025-01-29T04:29:18.228Z | Checking futures-core v0.3.31 |
| 1716 | 2025-01-29T04:29:18.257Z | Checking zerocopy v0.7.35 |
| 1717 | 2025-01-29T04:29:18.312Z | Checking thiserror v1.0.69 |
| 1718 | 2025-01-29T04:29:18.341Z | Checking getrandom v0.2.15 |
| 1719 | 2025-01-29T04:29:18.367Z | Checking signal-hook-registry v1.4.2 |
| 1720 | 2025-01-29T04:29:18.422Z | Checking parking_lot_core v0.9.10 |
| 1721 | 2025-01-29T04:29:18.464Z | Checking mio v1.0.2 |
| 1722 | 2025-01-29T04:29:18.588Z | Checking rand_core v0.6.4 |
| 1723 | 2025-01-29T04:29:18.628Z | Checking socket2 v0.5.7 |
| 1724 | 2025-01-29T04:29:18.771Z | Checking parking_lot v0.12.3 |
| 1725 | 2025-01-29T04:29:18.917Z | Checking const-oid v0.9.6 |
| 1726 | 2025-01-29T04:29:18.947Z | Checking num-traits v0.2.19 |
| 1727 | 2025-01-29T04:29:19.075Z | Checking allocator-api2 v0.2.18 |
| 1728 | 2025-01-29T04:29:19.103Z | Checking generic-array v0.14.7 |
| 1729 | 2025-01-29T04:29:19.130Z | Checking spin v0.9.8 |
| 1730 | 2025-01-29T04:29:19.158Z | Checking futures-io v0.3.31 |
| 1731 | 2025-01-29T04:29:19.352Z | Checking slab v0.4.9 |
| 1732 | 2025-01-29T04:29:19.474Z | Checking cpufeatures v0.2.14 |
| 1733 | 2025-01-29T04:29:19.503Z | Checking futures-sink v0.3.31 |
| 1734 | 2025-01-29T04:29:19.593Z | Checking foldhash v0.1.3 |
| 1735 | 2025-01-29T04:29:19.624Z | Checking equivalent v1.0.1 |
| 1736 | 2025-01-29T04:29:19.665Z | Checking pin-utils v0.1.0 |
| 1737 | 2025-01-29T04:29:19.716Z | Checking iana-time-zone v0.1.61 |
| 1738 | 2025-01-29T04:29:19.761Z | Checking futures-channel v0.3.31 |
| 1739 | 2025-01-29T04:29:19.790Z | Checking futures-task v0.3.31 |
| 1740 | 2025-01-29T04:29:19.815Z | Checking hashbrown v0.15.1 |
| 1741 | 2025-01-29T04:29:19.896Z | Checking stable_deref_trait v1.2.0 |
| 1742 | 2025-01-29T04:29:20.030Z | Checking fnv v1.0.7 |
| 1743 | 2025-01-29T04:29:20.062Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1744 | 2025-01-29T04:29:20.102Z | Checking crypto-common v0.1.6 |
| 1745 | 2025-01-29T04:29:20.128Z | Checking block-buffer v0.10.4 |
| 1746 | 2025-01-29T04:29:20.185Z | Checking futures-util v0.3.31 |
| 1747 | 2025-01-29T04:29:20.286Z | Checking tracing-core v0.1.32 |
| 1748 | 2025-01-29T04:29:20.374Z | Checking dyn-clone v1.0.17 |
| 1749 | 2025-01-29T04:29:20.433Z | Checking ppv-lite86 v0.2.20 |
| 1750 | 2025-01-29T04:29:20.466Z | Checking errno v0.3.9 |
| 1751 | 2025-01-29T04:29:20.529Z | Checking zerofrom v0.1.4 |
| 1752 | 2025-01-29T04:29:20.654Z | Checking crossbeam-utils v0.8.20 |
| 1753 | 2025-01-29T04:29:20.748Z | Checking yoke v0.7.4 |
| 1754 | 2025-01-29T04:29:20.775Z | Checking digest v0.10.7 |
| 1755 | 2025-01-29T04:29:20.804Z | Checking litemap v0.7.3 |
| 1756 | 2025-01-29T04:29:20.901Z | Checking tracing v0.1.40 |
| 1757 | 2025-01-29T04:29:21.100Z | Checking zerovec v0.10.4 |
| 1758 | 2025-01-29T04:29:21.138Z | Checking percent-encoding v2.3.1 |
| 1759 | 2025-01-29T04:29:21.167Z | Checking writeable v0.5.5 |
| 1760 | 2025-01-29T04:29:21.193Z | Checking rand_chacha v0.3.1 |
| 1761 | 2025-01-29T04:29:21.252Z | Checking block-padding v0.3.3 |
| 1762 | 2025-01-29T04:29:21.360Z | Checking httparse v1.9.5 |
| 1763 | 2025-01-29T04:29:21.387Z | Checking atomic-waker v1.1.2 |
| 1764 | 2025-01-29T04:29:21.468Z | Checking inout v0.1.3 |
| 1765 | 2025-01-29T04:29:21.503Z | Checking regex-syntax v0.8.5 |
| 1766 | 2025-01-29T04:29:21.533Z | Checking icu_locid_transform_data v1.5.0 |
| 1767 | 2025-01-29T04:29:21.594Z | Checking rand v0.8.5 |
| 1768 | 2025-01-29T04:29:21.646Z | Checking unicode-ident v1.0.14 |
| 1769 | 2025-01-29T04:29:21.717Z | Checking cipher v0.4.4 |
| 1770 | 2025-01-29T04:29:21.759Z | Checking bytes v1.9.0 |
| 1771 | 2025-01-29T04:29:21.796Z | Checking bitflags v2.6.0 |
| 1772 | 2025-01-29T04:29:21.836Z | Checking serde_json v1.0.135 |
| 1773 | 2025-01-29T04:29:22.134Z | Checking chrono v0.4.39 |
| 1774 | 2025-01-29T04:29:22.187Z | Checking indexmap v2.7.1 |
| 1775 | 2025-01-29T04:29:22.581Z | Checking tokio v1.43.0 |
| 1776 | 2025-01-29T04:29:22.646Z | Checking uuid v1.12.0 |
| 1777 | 2025-01-29T04:29:22.779Z | Checking http v1.2.0 |
| 1778 | 2025-01-29T04:29:23.304Z | Checking rustix v0.38.37 |
| 1779 | 2025-01-29T04:29:23.379Z | Checking tinystr v0.7.6 |
| 1780 | 2025-01-29T04:29:23.478Z | Checking icu_collections v1.5.0 |
| 1781 | 2025-01-29T04:29:23.741Z | Checking icu_locid v1.5.0 |
| 1782 | 2025-01-29T04:29:24.023Z | Checking form_urlencoded v1.2.1 |
| 1783 | 2025-01-29T04:29:24.097Z | Checking schemars v0.8.21 |
| 1784 | 2025-01-29T04:29:24.169Z | Checking icu_properties_data v1.5.0 |
| 1785 | 2025-01-29T04:29:24.254Z | Checking untrusted v0.9.0 |
| 1786 | 2025-01-29T04:29:24.431Z | Checking aho-corasick v1.1.3 |
| 1787 | 2025-01-29T04:29:24.434Z | Checking ring v0.17.8 |
| 1788 | 2025-01-29T04:29:24.659Z | Checking icu_provider v1.5.0 |
| 1789 | 2025-01-29T04:29:24.688Z | Checking utf16_iter v1.0.5 |
| 1790 | 2025-01-29T04:29:24.886Z | Checking utf8_iter v1.0.4 |
| 1791 | 2025-01-29T04:29:24.926Z | Checking icu_normalizer_data v1.5.0 |
| 1792 | 2025-01-29T04:29:25.048Z | Checking powerfmt v0.2.0 |
| 1793 | 2025-01-29T04:29:25.107Z | Checking write16 v1.0.0 |
| 1794 | 2025-01-29T04:29:25.265Z | Checking proc-macro2 v1.0.92 |
| 1795 | 2025-01-29T04:29:25.268Z | Checking icu_locid_transform v1.5.0 |
| 1796 | 2025-01-29T04:29:25.322Z | Checking deranged v0.3.11 |
| 1797 | 2025-01-29T04:29:25.575Z | Checking num-conv v0.1.0 |
| 1798 | 2025-01-29T04:29:25.844Z | Checking base64ct v1.6.0 |
| 1799 | 2025-01-29T04:29:25.950Z | Checking num_threads v0.1.7 |
| 1800 | 2025-01-29T04:29:26.093Z | Checking time-core v0.1.2 |
| 1801 | 2025-01-29T04:29:26.096Z | Checking regex-automata v0.4.8 |
| 1802 | 2025-01-29T04:29:26.215Z | Checking quote v1.0.38 |
| 1803 | 2025-01-29T04:29:26.263Z | Checking hmac v0.12.1 |
| 1804 | 2025-01-29T04:29:26.298Z | Checking icu_properties v1.5.1 |
| 1805 | 2025-01-29T04:29:26.325Z | Checking sha2 v0.10.8 |
| 1806 | 2025-01-29T04:29:26.418Z | Checking rustls-pki-types v1.10.0 |
| 1807 | 2025-01-29T04:29:26.490Z | Checking adler2 v2.0.0 |
| 1808 | 2025-01-29T04:29:26.580Z | Checking syn v2.0.96 |
| 1809 | 2025-01-29T04:29:26.667Z | Checking time v0.3.36 |
| 1810 | 2025-01-29T04:29:26.670Z | Checking miniz_oxide v0.8.0 |
| 1811 | 2025-01-29T04:29:26.901Z | Checking http-body v1.0.1 |
| 1812 | 2025-01-29T04:29:26.974Z | Checking aws-lc-sys v0.22.0 |
| 1813 | 2025-01-29T04:29:27.138Z | Checking mirai-annotations v1.12.0 |
| 1814 | 2025-01-29T04:29:27.335Z | Checking httpdate v1.0.3 |
| 1815 | 2025-01-29T04:29:27.465Z | Checking try-lock v0.2.5 |
| 1816 | 2025-01-29T04:29:27.614Z | Checking base64 v0.22.1 |
| 1817 | 2025-01-29T04:29:27.642Z | Checking untrusted v0.7.1 |
| 1818 | 2025-01-29T04:29:27.839Z | Checking want v0.3.1 |
| 1819 | 2025-01-29T04:29:28.050Z | Checking ahash v0.8.11 |
| 1820 | 2025-01-29T04:29:28.116Z | Checking pem-rfc7468 v0.7.0 |
| 1821 | 2025-01-29T04:29:28.389Z | Checking tower-service v0.3.3 |
| 1822 | 2025-01-29T04:29:28.548Z | Checking slog v2.7.0 |
| 1823 | 2025-01-29T04:29:28.576Z | Checking flagset v0.4.6 |
| 1824 | 2025-01-29T04:29:28.799Z | Checking mime v0.3.17 |
| 1825 | 2025-01-29T04:29:29.005Z | Checking der v0.7.9 |
| 1826 | 2025-01-29T04:29:29.037Z | Checking pbkdf2 v0.12.2 |
| 1827 | 2025-01-29T04:29:29.088Z | Checking aws-lc-rs v1.10.0 |
| 1828 | 2025-01-29T04:29:29.113Z | Checking aes v0.8.4 |
| 1829 | 2025-01-29T04:29:29.209Z | Checking tokio-util v0.7.12 |
| 1830 | 2025-01-29T04:29:29.237Z | Checking gimli v0.31.1 |
| 1831 | 2025-01-29T04:29:29.579Z | Checking icu_normalizer v1.5.0 |
| 1832 | 2025-01-29T04:29:30.155Z | Checking http-body-util v0.1.2 |
| 1833 | 2025-01-29T04:29:30.548Z | Checking h2 v0.4.6 |
| 1834 | 2025-01-29T04:29:30.743Z | Checking idna_adapter v1.2.0 |
| 1835 | 2025-01-29T04:29:30.743Z | Checking salsa20 v0.10.2 |
| 1836 | 2025-01-29T04:29:30.743Z | Checking regex v1.11.1 |
| 1837 | 2025-01-29T04:29:30.765Z | Checking idna v1.0.3 |
| 1838 | 2025-01-29T04:29:30.765Z | Checking spki v0.7.3 |
| 1839 | 2025-01-29T04:29:30.765Z | Checking cbc v0.1.2 |
| 1840 | 2025-01-29T04:29:30.784Z | Checking rustls-webpki v0.102.8 |
| 1841 | 2025-01-29T04:29:30.963Z | Checking semver v1.0.24 |
| 1842 | 2025-01-29T04:29:31.014Z | Checking lazy_static v1.5.0 |
| 1843 | 2025-01-29T04:29:31.094Z | Checking url v2.5.3 |
| 1844 | 2025-01-29T04:29:31.154Z | Checking object v0.36.5 |
| 1845 | 2025-01-29T04:29:31.183Z | Checking rustc-demangle v0.1.24 |
| 1846 | 2025-01-29T04:29:31.364Z | Checking scrypt v0.11.0 |
| 1847 | 2025-01-29T04:29:31.554Z | Checking rustls-pemfile v2.2.0 |
| 1848 | 2025-01-29T04:29:31.605Z | Checking foreign-types-shared v0.1.1 |
| 1849 | 2025-01-29T04:29:31.643Z | Checking ipnet v2.10.1 |
| 1850 | 2025-01-29T04:29:31.754Z | Checking openssl-probe v0.1.5 |
| 1851 | 2025-01-29T04:29:31.779Z | Checking foreign-types v0.3.2 |
| 1852 | 2025-01-29T04:29:31.892Z | Checking pkcs5 v0.7.1 |
| 1853 | 2025-01-29T04:29:31.926Z | Checking futures-executor v0.3.31 |
| 1854 | 2025-01-29T04:29:31.961Z | Checking serde_urlencoded v0.7.1 |
| 1855 | 2025-01-29T04:29:32.136Z | Checking openssl-sys v0.9.103 |
| 1856 | 2025-01-29T04:29:32.167Z | Checking encoding_rs v0.8.34 |
| 1857 | 2025-01-29T04:29:32.371Z | Checking utf8parse v0.2.2 |
| 1858 | 2025-01-29T04:29:32.419Z | Checking pkcs8 v0.10.2 |
| 1859 | 2025-01-29T04:29:32.528Z | Checking futures v0.3.31 |
| 1860 | 2025-01-29T04:29:32.688Z | Checking serde_spanned v0.6.8 |
| 1861 | 2025-01-29T04:29:32.741Z | Checking toml_datetime v0.6.8 |
| 1862 | 2025-01-29T04:29:32.834Z | Checking rustls v0.23.19 |
| 1863 | 2025-01-29T04:29:32.922Z | Checking anstyle v1.0.10 |
| 1864 | 2025-01-29T04:29:33.050Z | Checking data-encoding v2.6.0 |
| 1865 | 2025-01-29T04:29:33.120Z | Checking addr2line v0.24.2 |
| 1866 | 2025-01-29T04:29:33.247Z | Checking either v1.13.0 |
| 1867 | 2025-01-29T04:29:33.261Z | Checking openssl v0.10.66 |
| 1868 | 2025-01-29T04:29:33.570Z | Checking openapiv3 v2.0.0 |
| 1869 | 2025-01-29T04:29:33.592Z | Checking sha1 v0.10.6 |
| 1870 | 2025-01-29T04:29:33.597Z | Checking psl-types v2.0.11 |
| 1871 | 2025-01-29T04:29:33.815Z | Checking publicsuffix v2.3.0 |
| 1872 | 2025-01-29T04:29:33.890Z | Checking cookie v0.18.1 |
| 1873 | 2025-01-29T04:29:34.104Z | Checking webpki-roots v0.26.6 |
| 1874 | 2025-01-29T04:29:34.323Z | Checking anstyle-parse v0.2.5 |
| 1875 | 2025-01-29T04:29:34.372Z | Checking cookie_store v0.21.1 |
| 1876 | 2025-01-29T04:29:34.433Z | Checking camino v1.1.9 |
| 1877 | 2025-01-29T04:29:34.619Z | Checking sync_wrapper v1.0.1 |
| 1878 | 2025-01-29T04:29:34.787Z | Checking is-terminal v0.4.13 |
| 1879 | 2025-01-29T04:29:34.928Z | Checking anstyle-query v1.1.1 |
| 1880 | 2025-01-29T04:29:34.957Z | Checking is_terminal_polyfill v1.70.1 |
| 1881 | 2025-01-29T04:29:35.058Z | Checking colorchoice v1.0.2 |
| 1882 | 2025-01-29T04:29:35.087Z | Checking winnow v0.6.20 |
| 1883 | 2025-01-29T04:29:35.090Z | Checking terminal_size v0.4.0 |
| 1884 | 2025-01-29T04:29:35.215Z | Checking anstream v0.6.15 |
| 1885 | 2025-01-29T04:29:35.287Z | Checking signature v2.2.0 |
| 1886 | 2025-01-29T04:29:35.498Z | Checking strsim v0.11.1 |
| 1887 | 2025-01-29T04:29:35.606Z | Checking clap_lex v0.7.4 |
| 1888 | 2025-01-29T04:29:35.805Z | Checking scroll v0.12.0 |
| 1889 | 2025-01-29T04:29:35.878Z | Checking clap_builder v4.5.27 |
| 1890 | 2025-01-29T04:29:36.270Z | Checking hyper v1.5.2 |
| 1891 | 2025-01-29T04:29:36.306Z | Checking tinyvec_macros v0.1.1 |
| 1892 | 2025-01-29T04:29:36.414Z | Checking ucd-trie v0.1.7 |
| 1893 | 2025-01-29T04:29:36.650Z | Checking plain v0.2.3 |
| 1894 | 2025-01-29T04:29:36.822Z | Checking goblin v0.8.2 |
| 1895 | 2025-01-29T04:29:36.880Z | Checking pest v2.7.14 |
| 1896 | 2025-01-29T04:29:36.912Z | Checking backtrace v0.3.74 |
| 1897 | 2025-01-29T04:29:37.518Z | Checking anyhow v1.0.95 |
| 1898 | 2025-01-29T04:29:37.902Z | Checking tinyvec v1.8.0 |
| 1899 | 2025-01-29T04:29:37.971Z | Checking tokio-rustls v0.26.0 |
| 1900 | 2025-01-29T04:29:37.974Z | Checking dirs-sys-next v0.1.2 |
| 1901 | 2025-01-29T04:29:38.168Z | Checking base16ct v0.2.0 |
| 1902 | 2025-01-29T04:29:38.274Z | Checking hyper-util v0.1.10 |
| 1903 | 2025-01-29T04:29:38.338Z | Checking native-tls v0.2.12 |
| 1904 | 2025-01-29T04:29:38.377Z | Checking pretty-hex v0.4.1 |
| 1905 | 2025-01-29T04:29:38.409Z | Checking sec1 v0.7.3 |
| 1906 | 2025-01-29T04:29:38.599Z | Checking dirs-next v2.0.0 |
| 1907 | 2025-01-29T04:29:38.677Z | Checking tokio-native-tls v0.3.1 |
| 1908 | 2025-01-29T04:29:38.794Z | Checking crossbeam-channel v0.5.13 |
| 1909 | 2025-01-29T04:29:38.829Z | Checking num-integer v0.1.46 |
| 1910 | 2025-01-29T04:29:38.887Z | Checking clap v4.5.27 |
| 1911 | 2025-01-29T04:29:38.954Z | Checking ff v0.13.0 |
| 1912 | 2025-01-29T04:29:38.991Z | Checking thread-id v4.2.2 |
| 1913 | 2025-01-29T04:29:39.121Z | Checking thread_local v1.1.8 |
| 1914 | 2025-01-29T04:29:39.179Z | Checking group v0.13.0 |
| 1915 | 2025-01-29T04:29:39.208Z | Checking term v0.7.0 |
| 1916 | 2025-01-29T04:29:39.312Z | Checking toml_edit v0.22.22 |
| 1917 | 2025-01-29T04:29:39.392Z | Checking hkdf v0.12.4 |
| 1918 | 2025-01-29T04:29:39.430Z | Checking crypto-bigint v0.5.5 |
| 1919 | 2025-01-29T04:29:39.465Z | Checking memmap v0.7.0 |
| 1920 | 2025-01-29T04:29:39.497Z | Checking dtrace-parser v0.2.0 |
| 1921 | 2025-01-29T04:29:39.626Z | Checking crc32fast v1.4.2 |
| 1922 | 2025-01-29T04:29:39.651Z | Checking match_cfg v0.1.0 |
| 1923 | 2025-01-29T04:29:39.693Z | Checking bitflags v1.3.2 |
| 1924 | 2025-01-29T04:29:39.752Z | Checking take_mut v0.2.2 |
| 1925 | 2025-01-29T04:29:39.811Z | Checking utf-8 v0.7.6 |
| 1926 | 2025-01-29T04:29:39.865Z | Checking hostname v0.3.1 |
| 1927 | 2025-01-29T04:29:39.921Z | Checking slog-async v2.8.0 |
| 1928 | 2025-01-29T04:29:39.983Z | Checking slog-term v2.9.1 |
| 1929 | 2025-01-29T04:29:40.010Z | Checking unicode-segmentation v1.12.0 |
| 1930 | 2025-01-29T04:29:40.037Z | Checking num-iter v0.1.45 |
| 1931 | 2025-01-29T04:29:40.155Z | Checking hyper-rustls v0.27.3 |
| 1932 | 2025-01-29T04:29:40.215Z | Checking hyper-tls v0.6.0 |
| 1933 | 2025-01-29T04:29:40.246Z | Checking crossbeam-epoch v0.9.18 |
| 1934 | 2025-01-29T04:29:40.474Z | Checking static_assertions v1.1.0 |
| 1935 | 2025-01-29T04:29:40.509Z | Checking itertools v0.10.5 |
| 1936 | 2025-01-29T04:29:40.548Z | Checking reqwest v0.12.9 |
| 1937 | 2025-01-29T04:29:40.629Z | Checking bstr v1.10.0 |
| 1938 | 2025-01-29T04:29:40.677Z | Checking slog-json v2.6.1 |
| 1939 | 2025-01-29T04:29:40.704Z | Checking rfc6979 v0.4.0 |
| 1940 | 2025-01-29T04:29:40.922Z | Checking hex v0.4.3 |
| 1941 | 2025-01-29T04:29:40.971Z | Checking winnow v0.5.40 |
| 1942 | 2025-01-29T04:29:41.388Z | Checking managed v0.8.0 |
| 1943 | 2025-01-29T04:29:41.501Z | Checking slog-bunyan v2.5.0 |
| 1944 | 2025-01-29T04:29:41.649Z | Checking dof v0.3.0 |
| 1945 | 2025-01-29T04:29:41.694Z | Checking crossbeam-deque v0.8.5 |
| 1946 | 2025-01-29T04:29:41.777Z | Checking num-bigint-dig v0.8.4 |
| 1947 | 2025-01-29T04:29:41.893Z | Checking toml v0.8.19 |
| 1948 | 2025-01-29T04:29:42.024Z | Checking flate2 v1.0.35 |
| 1949 | 2025-01-29T04:29:42.091Z | Checking elliptic-curve v0.13.8 |
| 1950 | 2025-01-29T04:29:42.268Z | Checking usdt-impl v0.5.0 |
| 1951 | 2025-01-29T04:29:42.317Z | Checking pkcs1 v0.7.5 |
| 1952 | 2025-01-29T04:29:42.606Z | Checking rustls v0.22.4 |
| 1953 | 2025-01-29T04:29:42.635Z | Checking curve25519-dalek v4.1.3 |
| 1954 | 2025-01-29T04:29:42.662Z | Checking zerocopy v0.6.6 |
| 1955 | 2025-01-29T04:29:42.696Z | Checking ecdsa v0.16.9 |
| 1956 | 2025-01-29T04:29:42.725Z | Checking siphasher v0.3.11 |
| 1957 | 2025-01-29T04:29:42.841Z | Checking usdt v0.5.0 |
| 1958 | 2025-01-29T04:29:43.103Z | Checking rayon-core v1.12.1 |
| 1959 | 2025-01-29T04:29:43.168Z | Checking unicode-normalization v0.1.24 |
| 1960 | 2025-01-29T04:29:43.335Z | Checking ed25519 v2.2.3 |
| 1961 | 2025-01-29T04:29:43.442Z | Checking signal-hook v0.3.17 |
| 1962 | 2025-01-29T04:29:43.660Z | Checking quick-error v1.2.3 |
| 1963 | 2025-01-29T04:29:43.719Z | Checking debug-ignore v1.0.5 |
| 1964 | 2025-01-29T04:29:43.784Z | Checking rsa v0.9.6 |
| 1965 | 2025-01-29T04:29:43.832Z | Checking hickory-proto v0.24.2 |
| 1966 | 2025-01-29T04:29:43.865Z | Checking multer v3.1.0 |
| 1967 | 2025-01-29T04:29:43.938Z | Checking toml_edit v0.19.15 |
| 1968 | 2025-01-29T04:29:43.938Z | Checking x509-cert v0.2.5 |
| 1969 | 2025-01-29T04:29:44.116Z | Checking serde_path_to_error v0.1.16 |
| 1970 | 2025-01-29T04:29:44.228Z | Checking hubpack v0.1.2 |
| 1971 | 2025-01-29T04:29:44.447Z | Checking ed25519-dalek v2.1.1 |
| 1972 | 2025-01-29T04:29:44.607Z | Checking waitgroup v0.1.2 |
| 1973 | 2025-01-29T04:29:44.782Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1974 | 2025-01-29T04:29:44.915Z | Checking async-stream v0.3.6 |
| 1975 | 2025-01-29T04:29:44.916Z | Checking hostname v0.4.0 |
| 1976 | 2025-01-29T04:29:45.069Z | Checking unicode-width v0.2.0 |
| 1977 | 2025-01-29T04:29:45.069Z | Checking bit-vec v0.6.3 |
| 1978 | 2025-01-29T04:29:45.069Z | Checking bzip2 v0.4.4 |
| 1979 | 2025-01-29T04:29:45.069Z | Checking signal-hook-mio v0.2.4 |
| 1980 | 2025-01-29T04:29:45.252Z | Checking hash32 v0.2.1 |
| 1981 | 2025-01-29T04:29:45.406Z | Checking bit-set v0.5.3 |
| 1982 | 2025-01-29T04:29:45.407Z | Checking unicode-properties v0.1.3 |
| 1983 | 2025-01-29T04:29:45.533Z | Checking console v0.15.10 |
| 1984 | 2025-01-29T04:29:45.533Z | Checking predicates-core v1.0.8 |
| 1985 | 2025-01-29T04:29:45.533Z | Checking linked-hash-map v0.5.6 |
| 1986 | 2025-01-29T04:29:45.533Z | Checking unicode-bidi v0.3.17 |
| 1987 | 2025-01-29T04:29:45.624Z | Checking heapless v0.7.17 |
| 1988 | 2025-01-29T04:29:45.649Z | Checking crossterm v0.28.1 |
| 1989 | 2025-01-29T04:29:45.783Z | Checking lru-cache v0.1.2 |
| 1990 | 2025-01-29T04:29:45.987Z | Checking rayon v1.10.0 |
| 1991 | 2025-01-29T04:29:46.120Z | Checking phf_shared v0.11.2 |
| 1992 | 2025-01-29T04:29:46.120Z | Checking tokio-rustls v0.25.0 |
| 1993 | 2025-01-29T04:29:46.120Z | Checking stringprep v0.1.5 |
| 1994 | 2025-01-29T04:29:46.254Z | Checking toml v0.7.8 |
| 1995 | 2025-01-29T04:29:46.316Z | Checking similar v2.6.0 |
| 1996 | 2025-01-29T04:29:46.375Z | Checking tokio-stream v0.1.16 |
| 1997 | 2025-01-29T04:29:46.425Z | Checking dropshot v0.12.0 |
| 1998 | 2025-01-29T04:29:46.478Z | Checking newtype-uuid v1.2.1 |
| 1999 | 2025-01-29T04:29:46.770Z | Checking md-5 v0.10.6 |
| 2000 | 2025-01-29T04:29:47.053Z | Checking float-cmp v0.9.0 |
| 2001 | 2025-01-29T04:29:47.230Z | Checking fixedbitset v0.4.2 |
| 2002 | 2025-01-29T04:29:47.231Z | Checking fallible-iterator v0.2.0 |
| 2003 | 2025-01-29T04:29:47.368Z | Checking normalize-line-endings v0.3.0 |
| 2004 | 2025-01-29T04:29:47.368Z | Checking difflib v0.4.0 |
| 2005 | 2025-01-29T04:29:47.368Z | Checking petgraph v0.6.5 |
| 2006 | 2025-01-29T04:29:47.368Z | Checking smoltcp v0.9.1 |
| 2007 | 2025-01-29T04:29:47.475Z | Checking phf v0.11.2 |
| 2008 | 2025-01-29T04:29:47.611Z | Checking predicates v3.1.2 |
| 2009 | 2025-01-29T04:29:47.703Z | Checking zip v0.6.6 |
| 2010 | 2025-01-29T04:29:47.785Z | Checking postgres-protocol v0.6.7 |
| 2011 | 2025-01-29T04:29:48.138Z | Checking resolv-conf v0.7.0 |
| 2012 | 2025-01-29T04:29:48.305Z | Checking phf_shared v0.10.0 |
| 2013 | 2025-01-29T04:29:48.346Z | Checking tungstenite v0.24.0 |
| 2014 | 2025-01-29T04:29:48.376Z | Checking fs-err v2.11.0 |
| 2015 | 2025-01-29T04:29:48.496Z | Checking serde-big-array v0.5.1 |
| 2016 | 2025-01-29T04:29:48.595Z | Checking portable-atomic v1.9.0 |
| 2017 | 2025-01-29T04:29:48.684Z | Checking lalrpop-util v0.19.12 |
| 2018 | 2025-01-29T04:29:48.738Z | Checking precomputed-hash v0.1.1 |
| 2019 | 2025-01-29T04:29:48.952Z | Checking minimal-lexical v0.2.1 |
| 2020 | 2025-01-29T04:29:49.009Z | Checking new_debug_unreachable v1.0.6 |
| 2021 | 2025-01-29T04:29:49.046Z | Checking number_prefix v0.4.0 |
| 2022 | 2025-01-29T04:29:49.084Z | Checking string_cache v0.8.7 |
| 2023 | 2025-01-29T04:29:49.211Z | Checking tokio-tungstenite v0.24.0 |
| 2024 | 2025-01-29T04:29:49.244Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2025 | 2025-01-29T04:29:49.328Z | Checking nom v7.1.3 |
| 2026 | 2025-01-29T04:29:49.364Z | Checking hickory-resolver v0.24.2 |
| 2027 | 2025-01-29T04:29:49.392Z | Checking postgres-types v0.2.8 |
| 2028 | 2025-01-29T04:29:49.612Z | Checking indicatif v0.17.11 |
| 2029 | 2025-01-29T04:29:49.640Z | Checking itertools v0.12.1 |
| 2030 | 2025-01-29T04:29:49.764Z | Checking whoami v1.5.2 |
| 2031 | 2025-01-29T04:29:50.027Z | Checking peg-runtime v0.8.3 |
| 2032 | 2025-01-29T04:29:50.086Z | Checking tokio-postgres v0.7.12 |
| 2033 | 2025-01-29T04:29:50.323Z | Compiling hashbrown v0.14.5 |
| 2034 | 2025-01-29T04:29:50.377Z | Compiling thiserror v2.0.11 |
| 2035 | 2025-01-29T04:29:50.405Z | Compiling thiserror-impl v2.0.11 |
| 2036 | 2025-01-29T04:29:50.914Z | Checking qorb v0.2.1 |
| 2037 | 2025-01-29T04:29:51.401Z | Compiling regress v0.10.1 |
| 2038 | 2025-01-29T04:29:51.459Z | Compiling ident_case v1.0.1 |
| 2039 | 2025-01-29T04:29:51.667Z | Compiling darling_core v0.20.10 |
| 2040 | 2025-01-29T04:29:51.984Z | Compiling unsafe-libyaml v0.2.11 |
| 2041 | 2025-01-29T04:29:53.005Z | Checking heck v0.5.0 |
| 2042 | 2025-01-29T04:29:53.228Z | Checking fastrand v2.1.1 |
| 2043 | 2025-01-29T04:29:53.507Z | Compiling serde_yaml v0.9.34+deprecated |
| 2044 | 2025-01-29T04:29:53.593Z | Checking ipnetwork v0.20.0 |
| 2045 | 2025-01-29T04:29:53.844Z | Checking progenitor-client v0.9.1 |
| 2046 | 2025-01-29T04:29:53.882Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2047 | 2025-01-29T04:29:53.953Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2048 | 2025-01-29T04:29:54.253Z | Compiling structmeta-derive v0.3.0 |
| 2049 | 2025-01-29T04:29:54.305Z | Checking strum v0.26.3 |
| 2050 | 2025-01-29T04:29:54.307Z | Compiling dropshot v0.15.1 |
| 2051 | 2025-01-29T04:29:54.498Z | Checking macaddr v1.0.1 |
| 2052 | 2025-01-29T04:29:54.720Z | Compiling dropshot_endpoint v0.15.1 |
| 2053 | 2025-01-29T04:29:54.822Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2054 | 2025-01-29T04:29:55.106Z | Compiling typify-impl v0.2.0 |
| 2055 | 2025-01-29T04:29:55.584Z | Checking tempfile v3.13.0 |
| 2056 | 2025-01-29T04:29:55.982Z | Checking progenitor-client v0.8.0 |
| 2057 | 2025-01-29T04:29:56.170Z | Checking instant v0.1.13 |
| 2058 | 2025-01-29T04:29:56.313Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2059 | 2025-01-29T04:29:56.346Z | Checking regress v0.9.1 |
| 2060 | 2025-01-29T04:29:56.931Z | Compiling structmeta v0.3.0 |
| 2061 | 2025-01-29T04:29:56.934Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2062 | 2025-01-29T04:29:57.126Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2063 | 2025-01-29T04:29:57.349Z | Compiling parse-display-derive v0.10.0 |
| 2064 | 2025-01-29T04:29:57.535Z | Checking backoff v0.4.0 |
| 2065 | 2025-01-29T04:29:57.733Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2066 | 2025-01-29T04:29:57.851Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2067 | 2025-01-29T04:29:57.854Z | Compiling darling_macro v0.20.10 |
| 2068 | 2025-01-29T04:29:57.903Z | Checking wait-timeout v0.2.0 |
| 2069 | 2025-01-29T04:29:58.026Z | Checking rand_xorshift v0.3.0 |
| 2070 | 2025-01-29T04:29:58.108Z | Checking rusty-fork v0.3.0 |
| 2071 | 2025-01-29T04:29:58.236Z | Checking unarray v0.1.4 |
| 2072 | 2025-01-29T04:29:58.411Z | Compiling structmeta-derive v0.2.0 |
| 2073 | 2025-01-29T04:29:58.437Z | Checking proptest v1.5.0 |
| 2074 | 2025-01-29T04:29:58.783Z | Compiling darling v0.20.10 |
| 2075 | 2025-01-29T04:29:58.927Z | Compiling serde_with_macros v3.11.0 |
| 2076 | 2025-01-29T04:29:59.183Z | Checking camino-tempfile v1.1.1 |
| 2077 | 2025-01-29T04:29:59.486Z | Checking unicode-width v0.1.14 |
| 2078 | 2025-01-29T04:29:59.944Z | Compiling proc-macro-error v1.0.4 |
| 2079 | 2025-01-29T04:29:59.986Z | Compiling proc-macro-crate v1.3.1 |
| 2080 | 2025-01-29T04:30:00.595Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2081 | 2025-01-29T04:30:00.943Z | Compiling num_enum_derive v0.5.11 |
| 2082 | 2025-01-29T04:30:00.999Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2083 | 2025-01-29T04:30:01.032Z | Compiling structmeta v0.2.0 |
| 2084 | 2025-01-29T04:30:01.328Z | Checking parse-display v0.10.0 |
| 2085 | 2025-01-29T04:30:01.364Z | Compiling foreign-types-macros v0.2.3 |
| 2086 | 2025-01-29T04:30:01.452Z | Compiling test-strategy v0.3.1 |
| 2087 | 2025-01-29T04:30:01.525Z | Checking serde_with v3.11.0 |
| 2088 | 2025-01-29T04:30:01.588Z | Checking foreign-types-shared v0.3.1 |
| 2089 | 2025-01-29T04:30:02.155Z | Checking tabwriter v1.4.0 |
| 2090 | 2025-01-29T04:30:02.431Z | Checking cstr-argument v0.1.2 |
| 2091 | 2025-01-29T04:30:02.645Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2092 | 2025-01-29T04:30:02.701Z | Checking foreign-types v0.5.0 |
| 2093 | 2025-01-29T04:30:02.824Z | Checking pretty-hex v0.2.1 |
| 2094 | 2025-01-29T04:30:02.851Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2095 | 2025-01-29T04:30:03.009Z | Checking colored v2.1.0 |
| 2096 | 2025-01-29T04:30:03.176Z | Checking smf v0.2.3 |
| 2097 | 2025-01-29T04:30:03.202Z | Checking itertools v0.13.0 |
| 2098 | 2025-01-29T04:30:03.251Z | Checking num_enum v0.5.11 |
| 2099 | 2025-01-29T04:30:03.303Z | Checking base64 v0.21.7 |
| 2100 | 2025-01-29T04:30:03.408Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2101 | 2025-01-29T04:30:03.438Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2102 | 2025-01-29T04:30:03.587Z | Compiling typify-impl v0.3.0 |
| 2103 | 2025-01-29T04:30:03.612Z | Compiling crucible-workspace-hack v0.1.0 |
| 2104 | 2025-01-29T04:30:03.719Z | Compiling zerocopy v0.8.10 |
| 2105 | 2025-01-29T04:30:04.046Z | Checking atomicwrites v0.4.4 |
| 2106 | 2025-01-29T04:30:04.578Z | Compiling zerocopy-derive v0.8.10 |
| 2107 | 2025-01-29T04:30:04.606Z | Checking termtree v0.4.1 |
| 2108 | 2025-01-29T04:30:04.845Z | Compiling heapless v0.8.0 |
| 2109 | 2025-01-29T04:30:05.067Z | Checking predicates-tree v1.0.11 |
| 2110 | 2025-01-29T04:30:05.259Z | Checking hash32 v0.3.1 |
| 2111 | 2025-01-29T04:30:05.473Z | Compiling smoltcp v0.11.0 |
| 2112 | 2025-01-29T04:30:05.698Z | Checking cobs v0.2.3 |
| 2113 | 2025-01-29T04:30:05.908Z | Checking postcard v1.0.10 |
| 2114 | 2025-01-29T04:30:06.190Z | Checking sigpipe v0.1.3 |
| 2115 | 2025-01-29T04:30:06.323Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2116 | 2025-01-29T04:30:06.349Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2117 | 2025-01-29T04:30:06.423Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2118 | 2025-01-29T04:30:06.519Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2119 | 2025-01-29T04:30:06.707Z | Compiling mockall_derive v0.13.0 |
| 2120 | 2025-01-29T04:30:06.865Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2121 | 2025-01-29T04:30:07.078Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2122 | 2025-01-29T04:30:07.274Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2123 | 2025-01-29T04:30:07.324Z | Compiling zone_cfg_derive v0.3.0 |
| 2124 | 2025-01-29T04:30:08.740Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
| 2125 | 2025-01-29T04:30:09.082Z | Compiling num-derive v0.4.2 |
| 2126 | 2025-01-29T04:30:09.310Z | Checking fragile v2.0.0 |
| 2127 | 2025-01-29T04:30:09.512Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2128 | 2025-01-29T04:30:09.588Z | Checking downcast v0.11.0 |
| 2129 | 2025-01-29T04:30:09.820Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
| 2130 | 2025-01-29T04:30:09.885Z | Checking zone v0.3.0 |
| 2131 | 2025-01-29T04:30:10.099Z | Compiling convert_case v0.4.0 |
| 2132 | 2025-01-29T04:30:10.144Z | Checking tungstenite v0.21.0 |
| 2133 | 2025-01-29T04:30:10.431Z | Compiling typify-macro v0.2.0 |
| 2134 | 2025-01-29T04:30:10.651Z | Checking newline-converter v0.3.0 |
| 2135 | 2025-01-29T04:30:10.833Z | Checking expectorate v1.1.0 |
| 2136 | 2025-01-29T04:30:10.970Z | Compiling derive_more v0.99.18 |
| 2137 | 2025-01-29T04:30:11.012Z | Checking same-file v1.0.6 |
| 2138 | 2025-01-29T04:30:11.071Z | Checking tokio-tungstenite v0.21.0 |
| 2139 | 2025-01-29T04:30:11.219Z | Checking walkdir v2.5.0 |
| 2140 | 2025-01-29T04:30:11.356Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
| 2141 | 2025-01-29T04:30:11.516Z | Checking arc-swap v1.7.1 |
| 2142 | 2025-01-29T04:30:11.606Z | Checking xattr v1.3.1 |
| 2143 | 2025-01-29T04:30:11.807Z | Checking filetime v0.2.25 |
| 2144 | 2025-01-29T04:30:11.833Z | Checking num-rational v0.4.2 |
| 2145 | 2025-01-29T04:30:11.956Z | Checking slog-scope v4.4.0 |
| 2146 | 2025-01-29T04:30:12.103Z | Checking tar v0.4.42 |
| 2147 | 2025-01-29T04:30:12.190Z | Checking slog-stdlog v4.1.1 |
| 2148 | 2025-01-29T04:30:12.390Z | Checking slog-envlogger v2.2.0 |
| 2149 | 2025-01-29T04:30:12.536Z | Checking num-complex v0.4.6 |
| 2150 | 2025-01-29T04:30:12.643Z | Checking float-ord v0.3.2 |
| 2151 | 2025-01-29T04:30:12.817Z | Checking indent_write v2.2.0 |
| 2152 | 2025-01-29T04:30:12.948Z | Checking swrite v0.1.0 |
| 2153 | 2025-01-29T04:30:13.050Z | Compiling owo-colors v4.1.0 |
| 2154 | 2025-01-29T04:30:13.101Z | Compiling cancel-safe-futures v0.1.5 |
| 2155 | 2025-01-29T04:30:13.376Z | Checking num v0.4.3 |
| 2156 | 2025-01-29T04:30:13.501Z | Checking libsw v3.3.1 |
| 2157 | 2025-01-29T04:30:13.776Z | Checking password-hash v0.5.0 |
| 2158 | 2025-01-29T04:30:13.918Z | Checking blake2 v0.10.6 |
| 2159 | 2025-01-29T04:30:13.940Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2160 | 2025-01-29T04:30:14.198Z | Compiling typify v0.2.0 |
| 2161 | 2025-01-29T04:30:14.360Z | Compiling progenitor-impl v0.8.0 |
| 2162 | 2025-01-29T04:30:14.363Z | Checking linear-map v1.2.0 |
| 2163 | 2025-01-29T04:30:14.605Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2164 | 2025-01-29T04:30:14.632Z | Checking mockall v0.13.0 |
| 2165 | 2025-01-29T04:30:14.699Z | Checking argon2 v0.5.3 |
| 2166 | 2025-01-29T04:30:14.867Z | Checking pem v3.0.4 |
| 2167 | 2025-01-29T04:30:14.892Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2168 | 2025-01-29T04:30:15.158Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2169 | 2025-01-29T04:30:15.374Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2170 | 2025-01-29T04:30:15.729Z | Compiling lzma-sys v0.1.20 |
| 2171 | 2025-01-29T04:30:15.981Z | Checking headers-core v0.3.0 |
| 2172 | 2025-01-29T04:30:16.156Z | Compiling heck v0.3.3 |
| 2173 | 2025-01-29T04:30:16.349Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2174 | 2025-01-29T04:30:16.504Z | Checking highway v1.2.0 |
| 2175 | 2025-01-29T04:30:16.555Z | Compiling zone_cfg_derive v0.1.2 |
| 2176 | 2025-01-29T04:30:16.636Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2177 | 2025-01-29T04:30:16.887Z | Checking headers v0.4.0 |
| 2178 | 2025-01-29T04:30:16.970Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2179 | 2025-01-29T04:30:17.287Z | Checking yasna v0.5.2 |
| 2180 | 2025-01-29T04:30:17.961Z | Checking base64 v0.13.1 |
| 2181 | 2025-01-29T04:30:18.012Z | Checking zone v0.1.8 |
| 2182 | 2025-01-29T04:30:18.038Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2183 | 2025-01-29T04:30:18.081Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2184 | 2025-01-29T04:30:18.176Z | Checking rcgen v0.12.1 |
| 2185 | 2025-01-29T04:30:18.392Z | Checking ron v0.7.1 |
| 2186 | 2025-01-29T04:30:18.521Z | Checking xz2 v0.1.7 |
| 2187 | 2025-01-29T04:30:18.693Z | Checking subprocess v0.2.9 |
| 2188 | 2025-01-29T04:30:18.820Z | Checking humantime v2.1.0 |
| 2189 | 2025-01-29T04:30:18.852Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2190 | 2025-01-29T04:30:19.056Z | Compiling typify-macro v0.3.0 |
| 2191 | 2025-01-29T04:30:19.149Z | Compiling semver v0.1.20 |
| 2192 | 2025-01-29T04:30:19.228Z | Checking prettyplease v0.2.25 |
| 2193 | 2025-01-29T04:30:19.458Z | Checking half v2.4.1 |
| 2194 | 2025-01-29T04:30:19.681Z | Compiling rustc_version v0.1.7 |
| 2195 | 2025-01-29T04:30:19.717Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2196 | 2025-01-29T04:30:19.747Z | Checking ciborium-io v0.2.2 |
| 2197 | 2025-01-29T04:30:19.960Z | Checking ciborium-ll v0.2.2 |
| 2198 | 2025-01-29T04:30:20.122Z | Compiling newtype_derive v0.1.6 |
| 2199 | 2025-01-29T04:30:20.289Z | Checking ciborium v0.2.2 |
| 2200 | 2025-01-29T04:30:20.644Z | Checking steno v0.4.1 |
| 2201 | 2025-01-29T04:30:21.377Z | Compiling progenitor-macro v0.8.0 |
| 2202 | 2025-01-29T04:30:22.925Z | Compiling typify v0.3.0 |
| 2203 | 2025-01-29T04:30:23.067Z | Compiling progenitor-impl v0.9.1 |
| 2204 | 2025-01-29T04:30:23.321Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2205 | 2025-01-29T04:30:23.707Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
| 2206 | 2025-01-29T04:30:24.130Z | Compiling slog-dtrace v0.3.0 |
| 2207 | 2025-01-29T04:30:24.415Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
| 2208 | 2025-01-29T04:30:24.547Z | Checking display-error-chain v0.2.2 |
| 2209 | 2025-01-29T04:30:24.746Z | Checking gethostname v0.5.0 |
| 2210 | 2025-01-29T04:30:24.900Z | Checking nibble_vec v0.1.0 |
| 2211 | 2025-01-29T04:30:25.002Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
| 2212 | 2025-01-29T04:30:25.022Z | Compiling blake3 v1.5.4 |
| 2213 | 2025-01-29T04:30:25.117Z | Checking keccak v0.1.5 |
| 2214 | 2025-01-29T04:30:25.136Z | Checking endian-type v0.1.2 |
| 2215 | 2025-01-29T04:30:25.373Z | Checking radix_trie v0.2.1 |
| 2216 | 2025-01-29T04:30:25.478Z | Checking sha3 v0.10.8 |
| 2217 | 2025-01-29T04:30:25.796Z | Checking universal-hash v0.5.1 |
| 2218 | 2025-01-29T04:30:25.912Z | Checking secrecy v0.8.0 |
| 2219 | 2025-01-29T04:30:25.983Z | Checking opaque-debug v0.3.1 |
| 2220 | 2025-01-29T04:30:26.104Z | Checking aead v0.5.2 |
| 2221 | 2025-01-29T04:30:26.111Z | Checking poly1305 v0.8.0 |
| 2222 | 2025-01-29T04:30:26.314Z | Checking chacha20 v0.9.1 |
| 2223 | 2025-01-29T04:30:26.665Z | Compiling memmap2 v0.9.5 |
| 2224 | 2025-01-29T04:30:26.669Z | Compiling constant_time_eq v0.3.1 |
| 2225 | 2025-01-29T04:30:26.879Z | Compiling arrayvec v0.7.6 |
| 2226 | 2025-01-29T04:30:27.119Z | Compiling arrayref v0.3.9 |
| 2227 | 2025-01-29T04:30:27.248Z | Compiling toolchain_find v0.4.0 |
| 2228 | 2025-01-29T04:30:27.387Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2229 | 2025-01-29T04:30:27.659Z | Compiling topological-sort v0.2.2 |
| 2230 | 2025-01-29T04:30:27.801Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2231 | 2025-01-29T04:30:27.875Z | Compiling rustfmt-wrapper v0.2.1 |
| 2232 | 2025-01-29T04:30:27.900Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2233 | 2025-01-29T04:30:28.145Z | Compiling omicron-zone-package v0.12.0 |
| 2234 | 2025-01-29T04:30:28.473Z | Checking chacha20poly1305 v0.10.1 |
| 2235 | 2025-01-29T04:30:28.496Z | Compiling async-recursion v1.1.1 |
| 2236 | 2025-01-29T04:30:28.522Z | Checking fxhash v0.2.1 |
| 2237 | 2025-01-29T04:30:28.692Z | Checking bumpalo v3.16.0 |
| 2238 | 2025-01-29T04:30:28.729Z | Checking simd-adler32 v0.3.7 |
| 2239 | 2025-01-29T04:30:29.063Z | Checking lockfree-object-pool v0.1.6 |
| 2240 | 2025-01-29T04:30:29.098Z | Compiling zip v2.1.3 |
| 2241 | 2025-01-29T04:30:29.323Z | Checking zopfli v0.8.1 |
| 2242 | 2025-01-29T04:30:29.459Z | Checking maplit v1.0.2 |
| 2243 | 2025-01-29T04:30:29.599Z | Checking termcolor v1.4.1 |
| 2244 | 2025-01-29T04:30:29.901Z | Compiling radium v0.7.0 |
| 2245 | 2025-01-29T04:30:29.991Z | Compiling const_format_proc_macros v0.2.34 |
| 2246 | 2025-01-29T04:30:30.015Z | Checking tap v1.0.1 |
| 2247 | 2025-01-29T04:30:30.183Z | Compiling maybe-uninit v2.0.0 |
| 2248 | 2025-01-29T04:30:30.207Z | Compiling progenitor-macro v0.9.1 |
| 2249 | 2025-01-29T04:30:30.249Z | Checking thiserror-no-std v2.0.2 |
| 2250 | 2025-01-29T04:30:30.402Z | Checking vsss-rs v3.3.4 |
| 2251 | 2025-01-29T04:30:30.778Z | Checking wyz v0.5.1 |
| 2252 | 2025-01-29T04:30:30.804Z | Compiling packed_struct v0.10.1 |
| 2253 | 2025-01-29T04:30:31.143Z | Checking home v0.5.9 |
| 2254 | 2025-01-29T04:30:31.166Z | Checking crc-catalog v2.4.0 |
| 2255 | 2025-01-29T04:30:31.266Z | Checking funty v2.0.0 |
| 2256 | 2025-01-29T04:30:31.327Z | Checking crc v3.2.1 |
| 2257 | 2025-01-29T04:30:31.475Z | Checking kstat-rs v0.2.4 |
| 2258 | 2025-01-29T04:30:31.796Z | Compiling packed_struct_codegen v0.10.1 |
| 2259 | 2025-01-29T04:30:31.819Z | Compiling vte_generate_state_changes v0.1.2 |
| 2260 | 2025-01-29T04:30:31.988Z | Checking const_format v0.2.34 |
| 2261 | 2025-01-29T04:30:32.176Z | Checking bitvec v1.0.1 |
| 2262 | 2025-01-29T04:30:32.496Z | Compiling indexmap v1.9.3 |
| 2263 | 2025-01-29T04:30:32.542Z | Compiling libefi-sys v0.1.0 |
| 2264 | 2025-01-29T04:30:32.802Z | Checking nodrop v0.1.14 |
| 2265 | 2025-01-29T04:30:32.911Z | Checking vte v0.11.1 |
| 2266 | 2025-01-29T04:30:32.949Z | Checking array-init v0.0.4 |
| 2267 | 2025-01-29T04:30:33.470Z | Checking smallvec v0.6.14 |
| 2268 | 2025-01-29T04:30:33.869Z | Checking fd-lock v4.0.2 |
| 2269 | 2025-01-29T04:30:33.894Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2270 | 2025-01-29T04:30:34.068Z | Compiling bitfield-struct v0.6.2 |
| 2271 | 2025-01-29T04:30:34.164Z | Checking hashbrown v0.12.3 |
| 2272 | 2025-01-29T04:30:34.199Z | Checking progenitor v0.8.0 |
| 2273 | 2025-01-29T04:30:34.365Z | Checking bitfield v0.14.0 |
| 2274 | 2025-01-29T04:30:34.419Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2275 | 2025-01-29T04:30:34.487Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2276 | 2025-01-29T04:30:34.659Z | Checking strip-ansi-escapes v0.2.0 |
| 2277 | 2025-01-29T04:30:34.958Z | Checking serde-hex v0.1.0 |
| 2278 | 2025-01-29T04:30:35.431Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2279 | 2025-01-29T04:30:36.009Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2280 | 2025-01-29T04:30:36.216Z | Checking env_logger v0.10.2 |
| 2281 | 2025-01-29T04:30:36.293Z | Checking ron v0.8.1 |
| 2282 | 2025-01-29T04:30:36.666Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2283 | 2025-01-29T04:30:37.041Z | Checking hashbrown v0.13.2 |
| 2284 | 2025-01-29T04:30:37.656Z | Checking crc-any v2.5.0 |
| 2285 | 2025-01-29T04:30:38.024Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2286 | 2025-01-29T04:30:38.060Z | Checking nu-ansi-term v0.50.1 |
| 2287 | 2025-01-29T04:30:38.169Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2288 | 2025-01-29T04:30:38.241Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2289 | 2025-01-29T04:30:38.448Z | Checking reedline v0.35.0 |
| 2290 | 2025-01-29T04:30:38.640Z | Checking object v0.30.4 |
| 2291 | 2025-01-29T04:30:38.677Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2292 | 2025-01-29T04:30:38.829Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2293 | 2025-01-29T04:30:39.224Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2294 | 2025-01-29T04:30:39.391Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2295 | 2025-01-29T04:30:39.659Z | Compiling parking_lot_core v0.8.6 |
| 2296 | 2025-01-29T04:30:41.046Z | Checking path-slash v0.1.5 |
| 2297 | 2025-01-29T04:30:41.208Z | Compiling phf_generator v0.11.2 |
| 2298 | 2025-01-29T04:30:41.423Z | Checking bytecount v0.6.8 |
| 2299 | 2025-01-29T04:30:41.492Z | Checking glob v0.3.2 |
| 2300 | 2025-01-29T04:30:41.593Z | Checking papergrid v0.11.0 |
| 2301 | 2025-01-29T04:30:41.812Z | Checking parking_lot v0.11.2 |
| 2302 | 2025-01-29T04:30:41.977Z | Compiling phf_codegen v0.11.2 |
| 2303 | 2025-01-29T04:30:42.193Z | Compiling tabled_derive v0.7.0 |
| 2304 | 2025-01-29T04:30:42.196Z | Compiling parse-zoneinfo v0.3.1 |
| 2305 | 2025-01-29T04:30:43.065Z | Compiling cfg_aliases v0.1.1 |
| 2306 | 2025-01-29T04:30:43.089Z | Checking progenitor v0.9.1 |
| 2307 | 2025-01-29T04:30:43.309Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2308 | 2025-01-29T04:30:43.433Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
| 2309 | 2025-01-29T04:30:44.020Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2310 | 2025-01-29T04:30:44.209Z | Compiling nix v0.28.0 |
| 2311 | 2025-01-29T04:30:44.437Z | Checking tabled v0.15.0 |
| 2312 | 2025-01-29T04:30:45.040Z | Compiling chrono-tz-build v0.4.0 |
| 2313 | 2025-01-29T04:30:46.351Z | Checking sled v0.34.7 |
| 2314 | 2025-01-29T04:30:47.286Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2315 | 2025-01-29T04:30:47.313Z | Checking hickory-client v0.24.2 |
| 2316 | 2025-01-29T04:30:47.954Z | Checking hickory-server v0.24.2 |
| 2317 | 2025-01-29T04:30:48.474Z | Compiling chrono-tz v0.10.1 |
| 2318 | 2025-01-29T04:30:48.882Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2319 | 2025-01-29T04:30:49.163Z | Compiling unicase v2.7.0 |
| 2320 | 2025-01-29T04:30:49.210Z | Compiling buf-list v1.0.3 |
| 2321 | 2025-01-29T04:30:49.477Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2322 | 2025-01-29T04:30:49.922Z | Compiling peg-macros v0.8.4 |
| 2323 | 2025-01-29T04:30:50.479Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2324 | 2025-01-29T04:30:50.819Z | Compiling sqlparser_derive v0.2.2 |
| 2325 | 2025-01-29T04:30:51.603Z | Checking unicode_categories v0.1.1 |
| 2326 | 2025-01-29T04:30:51.734Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2327 | 2025-01-29T04:30:51.856Z | Checking sqlparser v0.45.0 |
| 2328 | 2025-01-29T04:30:51.964Z | Checking sqlformat v0.2.6 |
| 2329 | 2025-01-29T04:30:52.264Z | Checking rustyline v14.0.0 |
| 2330 | 2025-01-29T04:30:52.426Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2331 | 2025-01-29T04:30:53.401Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2332 | 2025-01-29T04:30:53.767Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2333 | 2025-01-29T04:30:54.752Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2334 | 2025-01-29T04:30:55.602Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2335 | 2025-01-29T04:30:56.806Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2336 | 2025-01-29T04:30:57.593Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2337 | 2025-01-29T04:30:57.652Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2338 | 2025-01-29T04:30:57.755Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2339 | 2025-01-29T04:30:58.011Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2340 | 2025-01-29T04:30:58.534Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2341 | 2025-01-29T04:30:59.314Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2342 | 2025-01-29T04:30:59.644Z | Checking peg v0.8.4 |
| 2343 | 2025-01-29T04:30:59.771Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2344 | 2025-01-29T04:31:00.390Z | Checking bcs v0.1.6 |
| 2345 | 2025-01-29T04:31:00.621Z | Checking termtree v0.5.1 |
| 2346 | 2025-01-29T04:31:00.883Z | Checking primeorder v0.13.6 |
| 2347 | 2025-01-29T04:31:01.278Z | Compiling mime_guess v2.0.5 |
| 2348 | 2025-01-29T04:31:01.373Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2349 | 2025-01-29T04:31:02.033Z | Checking nanorand v0.7.0 |
| 2350 | 2025-01-29T04:31:02.257Z | Checking http-range v0.1.5 |
| 2351 | 2025-01-29T04:31:02.414Z | Checking flume v0.11.1 |
| 2352 | 2025-01-29T04:31:02.525Z | Checking atty v0.2.14 |
| 2353 | 2025-01-29T04:31:02.689Z | Compiling salty v0.3.0 |
| 2354 | 2025-01-29T04:31:02.873Z | Checking p384 v0.13.0 |
| 2355 | 2025-01-29T04:31:03.133Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2356 | 2025-01-29T04:31:03.535Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2357 | 2025-01-29T04:31:03.666Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
| 2358 | 2025-01-29T04:31:03.692Z | Checking hyper-staticfile v0.10.1 |
| 2359 | 2025-01-29T04:31:04.150Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2360 | 2025-01-29T04:31:04.220Z | Compiling dsl_auto_type v0.1.2 |
| 2361 | 2025-01-29T04:31:04.383Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2362 | 2025-01-29T04:31:04.592Z | Checking scheduled-thread-pool v0.2.7 |
| 2363 | 2025-01-29T04:31:04.617Z | Checking env_filter v0.1.2 |
| 2364 | 2025-01-29T04:31:04.677Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2365 | 2025-01-29T04:31:04.744Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2366 | 2025-01-29T04:31:04.814Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2367 | 2025-01-29T04:31:04.854Z | Compiling crunchy v0.2.2 |
| 2368 | 2025-01-29T04:31:05.256Z | Checking env_logger v0.11.5 |
| 2369 | 2025-01-29T04:31:05.381Z | Checking r2d2 v0.8.10 |
| 2370 | 2025-01-29T04:31:05.479Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2371 | 2025-01-29T04:31:05.666Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2372 | 2025-01-29T04:31:05.707Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2373 | 2025-01-29T04:31:06.139Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2374 | 2025-01-29T04:31:06.928Z | Compiling diesel_derives v2.2.3 |
| 2375 | 2025-01-29T04:31:07.290Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2376 | 2025-01-29T04:31:07.408Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2377 | 2025-01-29T04:31:08.607Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2378 | 2025-01-29T04:31:09.061Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2379 | 2025-01-29T04:31:09.370Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2380 | 2025-01-29T04:31:09.782Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2381 | 2025-01-29T04:31:10.288Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2382 | 2025-01-29T04:31:10.854Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2383 | 2025-01-29T04:31:11.444Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2384 | 2025-01-29T04:31:11.604Z | Compiling tiny-keccak v2.0.2 |
| 2385 | 2025-01-29T04:31:11.799Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2386 | 2025-01-29T04:31:12.145Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2387 | 2025-01-29T04:31:12.169Z | Compiling ref-cast v1.0.23 |
| 2388 | 2025-01-29T04:31:13.116Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
| 2389 | 2025-01-29T04:31:13.185Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2390 | 2025-01-29T04:31:13.535Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2391 | 2025-01-29T04:31:14.336Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2392 | 2025-01-29T04:31:14.514Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2393 | 2025-01-29T04:31:14.829Z | Compiling ascii-canvas v3.0.0 |
| 2394 | 2025-01-29T04:31:14.911Z | Compiling ena v0.14.3 |
| 2395 | 2025-01-29T04:31:14.929Z | Compiling ref-cast-impl v1.0.23 |
| 2396 | 2025-01-29T04:31:15.326Z | Compiling regex-syntax v0.6.29 |
| 2397 | 2025-01-29T04:31:15.348Z | Compiling diff v0.1.13 |
| 2398 | 2025-01-29T04:31:15.958Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2399 | 2025-01-29T04:31:16.259Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2400 | 2025-01-29T04:31:16.692Z | Compiling pin-project-internal v1.1.6 |
| 2401 | 2025-01-29T04:31:16.911Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2402 | 2025-01-29T04:31:17.243Z | Compiling derive_builder_core v0.20.2 |
| 2403 | 2025-01-29T04:31:17.984Z | Compiling libxml v0.3.3 |
| 2404 | 2025-01-29T04:31:18.473Z | Compiling lalrpop v0.19.12 |
| 2405 | 2025-01-29T04:31:18.607Z | Checking diesel v2.2.6 |
| 2406 | 2025-01-29T04:31:19.439Z | Compiling derive_builder_macro v0.20.2 |
| 2407 | 2025-01-29T04:31:19.461Z | Checking pin-project v1.1.6 |
| 2408 | 2025-01-29T04:31:19.483Z | Checking signal-hook-tokio v0.3.1 |
| 2409 | 2025-01-29T04:31:19.609Z | Compiling strum_macros v0.24.3 |
| 2410 | 2025-01-29T04:31:19.687Z | Compiling samael v0.0.17 |
| 2411 | 2025-01-29T04:31:20.281Z | Compiling snafu-derive v0.8.5 |
| 2412 | 2025-01-29T04:31:20.329Z | Compiling indoc v1.0.9 |
| 2413 | 2025-01-29T04:31:20.657Z | Checking derive_builder v0.20.2 |
| 2414 | 2025-01-29T04:31:21.213Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2415 | 2025-01-29T04:31:22.405Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2416 | 2025-01-29T04:31:22.431Z | Checking olpc-cjson v0.1.4 |
| 2417 | 2025-01-29T04:31:22.663Z | Checking globset v0.4.15 |
| 2418 | 2025-01-29T04:31:22.714Z | Checking quick-xml v0.33.0 |
| 2419 | 2025-01-29T04:31:22.921Z | Checking serde_plain v1.0.2 |
| 2420 | 2025-01-29T04:31:23.174Z | Compiling oso-derive v0.27.3 |
| 2421 | 2025-01-29T04:31:23.198Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2422 | 2025-01-29T04:31:23.615Z | Compiling memoffset v0.9.1 |
| 2423 | 2025-01-29T04:31:23.963Z | Checking typed-path v0.9.3 |
| 2424 | 2025-01-29T04:31:24.357Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2425 | 2025-01-29T04:31:25.349Z | Checking snafu v0.8.5 |
| 2426 | 2025-01-29T04:31:25.796Z | Checking tungstenite v0.23.0 |
| 2427 | 2025-01-29T04:31:25.885Z | Checking tough v0.19.0 |
| 2428 | 2025-01-29T04:31:26.040Z | Compiling diesel-dtrace v0.4.2 |
| 2429 | 2025-01-29T04:31:26.355Z | Checking parse-size v1.1.0 |
| 2430 | 2025-01-29T04:31:26.720Z | Checking tokio-tungstenite v0.23.1 |
| 2431 | 2025-01-29T04:31:26.791Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2432 | 2025-01-29T04:31:27.162Z | Checking bb8 v0.8.5 |
| 2433 | 2025-01-29T04:31:27.238Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2434 | 2025-01-29T04:31:27.688Z | Checking nix v0.27.1 |
| 2435 | 2025-01-29T04:31:27.720Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2436 | 2025-01-29T04:31:28.016Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2437 | 2025-01-29T04:31:28.931Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2438 | 2025-01-29T04:31:30.220Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2439 | 2025-01-29T04:31:30.439Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2440 | 2025-01-29T04:31:30.444Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2441 | 2025-01-29T04:31:30.637Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2442 | 2025-01-29T04:31:31.147Z | Checking heck v0.4.1 |
| 2443 | 2025-01-29T04:31:31.394Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2444 | 2025-01-29T04:31:31.572Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2445 | 2025-01-29T04:31:31.805Z | Checking rand_seeder v0.3.0 |
| 2446 | 2025-01-29T04:31:31.875Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2447 | 2025-01-29T04:31:32.063Z | Checking assert_matches v1.5.0 |
| 2448 | 2025-01-29T04:31:32.149Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2449 | 2025-01-29T04:31:32.185Z | Compiling libz-sys v1.1.20 |
| 2450 | 2025-01-29T04:31:32.396Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2451 | 2025-01-29T04:31:32.520Z | Checking castaway v0.2.3 |
| 2452 | 2025-01-29T04:31:32.666Z | Checking is_ci v1.2.0 |
| 2453 | 2025-01-29T04:31:32.708Z | Checking compact_str v0.8.0 |
| 2454 | 2025-01-29T04:31:32.836Z | Checking supports-color v3.0.1 |
| 2455 | 2025-01-29T04:31:33.001Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2456 | 2025-01-29T04:31:33.053Z | Checking unicode-truncate v1.1.0 |
| 2457 | 2025-01-29T04:31:33.319Z | Checking lru v0.12.5 |
| 2458 | 2025-01-29T04:31:33.573Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2459 | 2025-01-29T04:31:33.604Z | Compiling instability v0.3.2 |
| 2460 | 2025-01-29T04:31:33.629Z | Checking cassowary v0.3.0 |
| 2461 | 2025-01-29T04:31:34.038Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2462 | 2025-01-29T04:31:34.255Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2463 | 2025-01-29T04:31:34.426Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2464 | 2025-01-29T04:31:34.700Z | Checking ratatui v0.28.1 |
| 2465 | 2025-01-29T04:31:35.133Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2466 | 2025-01-29T04:31:35.305Z | Compiling vergen v8.3.2 |
| 2467 | 2025-01-29T04:31:35.608Z | Compiling cargo-platform v0.1.8 |
| 2468 | 2025-01-29T04:31:35.827Z | Checking unicode-linebreak v0.1.5 |
| 2469 | 2025-01-29T04:31:36.162Z | Checking smawk v0.3.2 |
| 2470 | 2025-01-29T04:31:36.206Z | Compiling cargo_metadata v0.18.1 |
| 2471 | 2025-01-29T04:31:36.394Z | Checking textwrap v0.16.1 |
| 2472 | 2025-01-29T04:31:36.822Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2473 | 2025-01-29T04:31:37.503Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2474 | 2025-01-29T04:31:37.698Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2475 | 2025-01-29T04:31:38.346Z | Compiling libsqlite3-sys v0.30.1 |
| 2476 | 2025-01-29T04:31:38.863Z | Checking shell-words v1.1.0 |
| 2477 | 2025-01-29T04:31:39.016Z | Compiling cfg_aliases v0.2.1 |
| 2478 | 2025-01-29T04:31:39.047Z | Compiling rustls v0.21.12 |
| 2479 | 2025-01-29T04:31:39.145Z | Compiling nix v0.29.0 |
| 2480 | 2025-01-29T04:31:39.380Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2481 | 2025-01-29T04:31:39.435Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2482 | 2025-01-29T04:31:39.720Z | Checking sct v0.7.1 |
| 2483 | 2025-01-29T04:31:39.745Z | Checking rustls-webpki v0.101.7 |
| 2484 | 2025-01-29T04:31:40.046Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2485 | 2025-01-29T04:31:40.066Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2486 | 2025-01-29T04:31:40.434Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2487 | 2025-01-29T04:31:40.598Z | Checking hashlink v0.9.1 |
| 2488 | 2025-01-29T04:31:40.750Z | Checking concurrent-queue v2.5.0 |
| 2489 | 2025-01-29T04:31:41.110Z | Checking fallible-iterator v0.3.0 |
| 2490 | 2025-01-29T04:31:41.189Z | Checking plotters-backend v0.3.7 |
| 2491 | 2025-01-29T04:31:41.216Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2492 | 2025-01-29T04:31:41.552Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2493 | 2025-01-29T04:31:41.774Z | Checking parking v2.2.1 |
| 2494 | 2025-01-29T04:31:41.991Z | Checking fallible-streaming-iterator v0.1.9 |
| 2495 | 2025-01-29T04:31:42.254Z | Checking rusqlite v0.32.1 |
| 2496 | 2025-01-29T04:31:42.758Z | Checking plotters-svg v0.3.7 |
| 2497 | 2025-01-29T04:31:43.450Z | Checking tokio-rustls v0.24.1 |
| 2498 | 2025-01-29T04:31:43.520Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2499 | 2025-01-29T04:31:43.704Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2500 | 2025-01-29T04:31:43.850Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2501 | 2025-01-29T04:31:44.171Z | Checking rustls-pemfile v1.0.4 |
| 2502 | 2025-01-29T04:31:44.323Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2503 | 2025-01-29T04:31:44.381Z | Checking twox-hash v2.1.0 |
| 2504 | 2025-01-29T04:31:44.704Z | Checking cast v0.3.0 |
| 2505 | 2025-01-29T04:31:44.831Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2506 | 2025-01-29T04:31:45.051Z | Checking criterion-plot v0.5.0 |
| 2507 | 2025-01-29T04:31:45.084Z | Checking plotters v0.3.7 |
| 2508 | 2025-01-29T04:31:45.533Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2509 | 2025-01-29T04:31:45.770Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2510 | 2025-01-29T04:31:46.794Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
| 2511 | 2025-01-29T04:31:46.816Z | Checking fatfs v0.3.6 |
| 2512 | 2025-01-29T04:31:47.054Z | Checking tinytemplate v1.2.1 |
| 2513 | 2025-01-29T04:31:47.489Z | Checking csv-core v0.1.11 |
| 2514 | 2025-01-29T04:31:47.813Z | Checking anes v0.1.6 |
| 2515 | 2025-01-29T04:31:47.855Z | Checking oorandom v11.1.4 |
| 2516 | 2025-01-29T04:31:48.054Z | Checking hex-literal v0.4.1 |
| 2517 | 2025-01-29T04:31:48.178Z | Checking criterion v0.5.1 |
| 2518 | 2025-01-29T04:31:48.205Z | Checking csv v1.3.1 |
| 2519 | 2025-01-29T04:31:48.369Z | Checking event-listener v5.3.1 |
| 2520 | 2025-01-29T04:31:49.022Z | Checking async-bb8-diesel v0.2.1 |
| 2521 | 2025-01-29T04:31:49.202Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2522 | 2025-01-29T04:31:49.696Z | Checking rtoolbox v0.0.2 |
| 2523 | 2025-01-29T04:31:49.917Z | Checking rpassword v7.3.1 |
| 2524 | 2025-01-29T04:31:50.098Z | Checking event-listener-strategy v0.5.2 |
| 2525 | 2025-01-29T04:31:50.341Z | Checking tui-tree-widget v0.22.0 |
| 2526 | 2025-01-29T04:31:50.684Z | Checking polyval v0.6.2 |
| 2527 | 2025-01-29T04:31:50.804Z | Checking futures-lite v2.3.0 |
| 2528 | 2025-01-29T04:31:50.977Z | Checking ghash v0.5.1 |
| 2529 | 2025-01-29T04:31:51.174Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2530 | 2025-01-29T04:31:52.008Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2531 | 2025-01-29T04:31:52.295Z | Checking ctr v0.9.2 |
| 2532 | 2025-01-29T04:31:52.773Z | Checking yansi v1.0.1 |
| 2533 | 2025-01-29T04:31:53.140Z | Checking aes-gcm v0.10.3 |
| 2534 | 2025-01-29T04:31:53.262Z | Checking pretty_assertions v1.4.1 |
| 2535 | 2025-01-29T04:31:53.394Z | Checking ssh-encoding v0.2.0 |
| 2536 | 2025-01-29T04:31:53.452Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2537 | 2025-01-29T04:31:53.492Z | Checking blowfish v0.9.1 |
| 2538 | 2025-01-29T04:31:53.751Z | Checking bcrypt-pbkdf v0.10.0 |
| 2539 | 2025-01-29T04:31:53.776Z | Checking ssh-cipher v0.2.0 |
| 2540 | 2025-01-29T04:31:54.027Z | Checking async-lock v3.4.0 |
| 2541 | 2025-01-29T04:31:54.086Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2542 | 2025-01-29T04:31:54.899Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2543 | 2025-01-29T04:31:54.931Z | Checking polling v3.7.3 |
| 2544 | 2025-01-29T04:31:55.301Z | Checking password-hash v0.4.2 |
| 2545 | 2025-01-29T04:31:55.704Z | Checking pbkdf2 v0.11.0 |
| 2546 | 2025-01-29T04:31:55.980Z | Checking async-io v2.3.4 |
| 2547 | 2025-01-29T04:31:56.223Z | Checking ssh-key v0.6.6 |
| 2548 | 2025-01-29T04:31:56.835Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2549 | 2025-01-29T04:31:57.558Z | Checking p256 v0.13.2 |
| 2550 | 2025-01-29T04:31:57.793Z | Checking p521 v0.13.3 |
| 2551 | 2025-01-29T04:31:58.075Z | Checking russh-cryptovec v0.7.3 |
| 2552 | 2025-01-29T04:31:58.300Z | Compiling target-lexicon v0.12.16 |
| 2553 | 2025-01-29T04:31:59.099Z | Compiling doc-comment v0.3.3 |
| 2554 | 2025-01-29T04:31:59.207Z | Checking md5 v0.7.0 |
| 2555 | 2025-01-29T04:31:59.365Z | Checking async-task v4.7.1 |
| 2556 | 2025-01-29T04:31:59.618Z | Checking russh-keys v0.45.0 |
| 2557 | 2025-01-29T04:31:59.751Z | Checking async-channel v2.3.1 |
| 2558 | 2025-01-29T04:31:59.828Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2559 | 2025-01-29T04:32:00.083Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2560 | 2025-01-29T04:32:00.750Z | Checking piper v0.2.4 |
| 2561 | 2025-01-29T04:32:00.907Z | Checking num-bigint v0.4.6 |
| 2562 | 2025-01-29T04:32:01.004Z | Checking des v0.8.1 |
| 2563 | 2025-01-29T04:32:01.290Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2564 | 2025-01-29T04:32:01.436Z | Checking futures-timer v3.0.3 |
| 2565 | 2025-01-29T04:32:01.819Z | Compiling guppy-workspace-hack v0.1.0 |
| 2566 | 2025-01-29T04:32:02.098Z | Compiling assert_cmd v2.0.16 |
| 2567 | 2025-01-29T04:32:02.185Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2568 | 2025-01-29T04:32:02.582Z | Checking blocking v1.6.1 |
| 2569 | 2025-01-29T04:32:03.168Z | Checking russh v0.45.0 |
| 2570 | 2025-01-29T04:32:03.479Z | Checking async-executor v1.13.1 |
| 2571 | 2025-01-29T04:32:03.561Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2572 | 2025-01-29T04:32:03.818Z | Checking async-signal v0.2.10 |
| 2573 | 2025-01-29T04:32:04.097Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2574 | 2025-01-29T04:32:04.417Z | Checking event-listener v2.5.3 |
| 2575 | 2025-01-29T04:32:04.517Z | Compiling target-spec v3.2.2 |
| 2576 | 2025-01-29T04:32:04.672Z | Checking internet-checksum v0.2.1 |
| 2577 | 2025-01-29T04:32:04.876Z | Checking async-channel v1.9.0 |
| 2578 | 2025-01-29T04:32:05.085Z | Checking async-process v2.3.0 |
| 2579 | 2025-01-29T04:32:05.135Z | Checking async-global-executor v2.4.1 |
| 2580 | 2025-01-29T04:32:05.463Z | Checking cfg-expr v0.17.0 |
| 2581 | 2025-01-29T04:32:05.751Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2582 | 2025-01-29T04:32:05.853Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2583 | 2025-01-29T04:32:06.238Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2584 | 2025-01-29T04:32:06.669Z | Checking httptest v0.16.1 |
| 2585 | 2025-01-29T04:32:07.057Z | Checking rustls-native-certs v0.7.3 |
| 2586 | 2025-01-29T04:32:07.249Z | Compiling petname v2.0.2 |
| 2587 | 2025-01-29T04:32:07.318Z | Checking num_cpus v1.16.0 |
| 2588 | 2025-01-29T04:32:07.396Z | Checking kv-log-macro v1.0.7 |
| 2589 | 2025-01-29T04:32:07.462Z | Compiling async-attributes v1.1.2 |
| 2590 | 2025-01-29T04:32:08.302Z | Checking async-std v1.13.0 |
| 2591 | 2025-01-29T04:32:08.633Z | Checking threadpool v1.8.1 |
| 2592 | 2025-01-29T04:32:08.861Z | Checking hyper-rustls v0.26.0 |
| 2593 | 2025-01-29T04:32:09.495Z | Checking pathdiff v0.2.2 |
| 2594 | 2025-01-29T04:32:09.586Z | Compiling rstest_macros v0.23.0 |
| 2595 | 2025-01-29T04:32:09.660Z | Compiling target-triple v0.1.3 |
| 2596 | 2025-01-29T04:32:09.690Z | Checking nested v0.1.1 |
| 2597 | 2025-01-29T04:32:09.927Z | Checking escape8259 v0.5.3 |
| 2598 | 2025-01-29T04:32:10.117Z | Checking libtest-mimic v0.7.3 |
| 2599 | 2025-01-29T04:32:10.209Z | Checking guppy v0.17.8 |
| 2600 | 2025-01-29T04:32:10.242Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2601 | 2025-01-29T04:32:11.360Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2602 | 2025-01-29T04:32:11.684Z | Checking async-object-pool v0.1.5 |
| 2603 | 2025-01-29T04:32:11.705Z | Checking similar-asserts v1.6.0 |
| 2604 | 2025-01-29T04:32:11.868Z | Checking fancy-regex v0.13.0 |
| 2605 | 2025-01-29T04:32:11.990Z | Checking serde_regex v1.1.0 |
| 2606 | 2025-01-29T04:32:12.246Z | Checking assert-json-diff v2.0.2 |
| 2607 | 2025-01-29T04:32:12.270Z | Compiling proc-macro-crate v3.2.0 |
| 2608 | 2025-01-29T04:32:12.538Z | Checking path-tree v0.8.1 |
| 2609 | 2025-01-29T04:32:12.625Z | Compiling relative-path v1.9.3 |
| 2610 | 2025-01-29T04:32:12.895Z | Checking stringmetrics v2.2.2 |
| 2611 | 2025-01-29T04:32:12.948Z | Checking sync-ptr v0.1.1 |
| 2612 | 2025-01-29T04:32:13.160Z | Checking httpmock v0.8.0-alpha.1 |
| 2613 | 2025-01-29T04:32:13.185Z | Checking datatest-stable v0.2.9 |
| 2614 | 2025-01-29T04:32:13.426Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2615 | 2025-01-29T04:32:13.472Z | Checking blake2b_simd v1.0.2 |
| 2616 | 2025-01-29T04:32:14.258Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2617 | 2025-01-29T04:32:14.703Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2618 | 2025-01-29T04:32:15.024Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2619 | 2025-01-29T04:32:15.374Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2620 | 2025-01-29T04:32:15.698Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2621 | 2025-01-29T04:32:16.244Z | Checking serde_tokenstream v0.2.2 |
| 2622 | 2025-01-29T04:32:16.691Z | Checking uzers v0.12.1 |
| 2623 | 2025-01-29T04:32:17.266Z | Checking rust-argon2 v2.1.0 |
| 2624 | 2025-01-29T04:32:17.706Z | Checking trybuild v1.0.101 |
| 2625 | 2025-01-29T04:32:18.176Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2626 | 2025-01-29T04:32:19.004Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2627 | 2025-01-29T04:32:19.247Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2628 | 2025-01-29T04:32:20.409Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2629 | 2025-01-29T04:32:20.746Z | Checking rand_distr v0.4.3 |
| 2630 | 2025-01-29T04:32:21.488Z | Checking multimap v0.10.0 |
| 2631 | 2025-01-29T04:32:21.821Z | Checking approx v0.5.1 |
| 2632 | 2025-01-29T04:32:22.123Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2633 | 2025-01-29T04:32:22.476Z | Checking rstest v0.23.0 |
| 2634 | 2025-01-29T04:32:22.713Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2635 | 2025-01-29T04:32:23.725Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2636 | 2025-01-29T04:32:23.975Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2637 | 2025-01-29T04:32:24.856Z | Checking partial-io v0.5.4 |
| 2638 | 2025-01-29T04:32:25.029Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2639 | 2025-01-29T04:32:25.194Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2640 | 2025-01-29T04:32:25.285Z | Checking cargo_toml v0.20.5 |
| 2641 | 2025-01-29T04:32:25.345Z | Checking termios v0.3.3 |
| 2642 | 2025-01-29T04:32:25.572Z | Compiling indoc v2.0.5 |
| 2643 | 2025-01-29T04:32:26.363Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2644 | 2025-01-29T04:32:27.278Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2645 | 2025-01-29T04:32:27.947Z | Compiling git2 v0.19.0 |
| 2646 | 2025-01-29T04:32:29.021Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2647 | 2025-01-29T04:32:30.161Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2648 | 2025-01-29T04:32:36.527Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
| 2649 | 2025-01-29T04:32:44.592Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2650 | 2025-01-29T04:32:48.202Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2651 | 2025-01-29T04:32:56.492Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2652 | 2025-01-29T04:33:25.910Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2653 | 2025-01-29T04:33:26.230Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2654 | 2025-01-29T04:33:26.772Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2655 | 2025-01-29T04:33:42.424Z | Compiling polar-core v0.27.3 |
| 2656 | 2025-01-29T04:33:50.005Z | Checking oso v0.27.3 |
| 2657 | 2025-01-29T04:34:25.518Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2658 | 2025-01-29T04:34:25.518Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2659 | 2025-01-29T04:34:25.521Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2660 | 2025-01-29T04:35:37.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
| 2661 | 2025-01-29T04:35:38.007Z | |
| 2662 | 2025-01-29T04:35:38.007Z | real 6:26.855005856 |
| 2663 | 2025-01-29T04:35:38.007Z | user 33:53.076522093 |
| 2664 | 2025-01-29T04:35:38.007Z | sys 5:06.458202020 |
| 2665 | 2025-01-29T04:35:38.007Z | trap 1.001603908 |
| 2666 | 2025-01-29T04:35:38.007Z | tflt 1.816572123 |
| 2667 | 2025-01-29T04:35:38.007Z | dflt 0.178370267 |
| 2668 | 2025-01-29T04:35:38.007Z | kflt 0.001345995 |
| 2669 | 2025-01-29T04:35:38.010Z | lock 47:35.413345890 |
| 2670 | 2025-01-29T04:35:38.010Z | slp 1:54:56.278055608 |
| 2671 | 2025-01-29T04:35:38.010Z | lat 1:43.939160692 |
| 2672 | 2025-01-29T04:35:38.010Z | stop 6:52.221804916 |
| 2673 | 2025-01-29T04:35:38.010Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2674 | 2025-01-29T04:35:38.010Z | + ptime -m cargo doc --workspace --no-deps |
| 2675 | 2025-01-29T04:35:39.223Z | warning: output filename collision. |
| 2676 | 2025-01-29T04:35:39.224Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2677 | 2025-01-29T04:35:39.224Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2678 | 2025-01-29T04:35:39.224Z | The targets should have unique names. |
| 2679 | 2025-01-29T04:35:39.224Z | This is a known bug where multiple crates with the same name use |
| 2680 | 2025-01-29T04:35:39.224Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2681 | 2025-01-29T04:35:39.703Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2682 | 2025-01-29T04:35:39.775Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2683 | 2025-01-29T04:35:39.796Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2684 | 2025-01-29T04:35:39.837Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2685 | 2025-01-29T04:35:39.861Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2686 | 2025-01-29T04:35:39.890Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2687 | 2025-01-29T04:35:39.890Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2688 | 2025-01-29T04:35:40.114Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2689 | 2025-01-29T04:35:40.146Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2690 | 2025-01-29T04:35:40.185Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2691 | 2025-01-29T04:35:40.244Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2692 | 2025-01-29T04:35:40.401Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2693 | 2025-01-29T04:35:40.535Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2694 | 2025-01-29T04:35:40.708Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2695 | 2025-01-29T04:35:40.832Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2696 | 2025-01-29T04:35:40.943Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2697 | 2025-01-29T04:35:41.315Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2698 | 2025-01-29T04:35:41.688Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2699 | 2025-01-29T04:35:41.953Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2700 | 2025-01-29T04:35:41.976Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2701 | 2025-01-29T04:35:42.058Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2702 | 2025-01-29T04:35:42.304Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2703 | 2025-01-29T04:35:42.398Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2704 | 2025-01-29T04:35:42.649Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2705 | 2025-01-29T04:35:43.024Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2706 | 2025-01-29T04:35:43.439Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2707 | 2025-01-29T04:35:43.461Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2708 | 2025-01-29T04:35:43.970Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2709 | 2025-01-29T04:35:43.994Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2710 | 2025-01-29T04:35:44.014Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2711 | 2025-01-29T04:35:44.182Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2712 | 2025-01-29T04:35:44.300Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2713 | 2025-01-29T04:35:44.321Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2714 | 2025-01-29T04:35:44.556Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2715 | 2025-01-29T04:35:44.584Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2716 | 2025-01-29T04:35:44.645Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2717 | 2025-01-29T04:35:44.929Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2718 | 2025-01-29T04:35:45.044Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2719 | 2025-01-29T04:35:45.127Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2720 | 2025-01-29T04:35:45.252Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2721 | 2025-01-29T04:35:45.478Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2722 | 2025-01-29T04:35:45.502Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2723 | 2025-01-29T04:35:45.563Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2724 | 2025-01-29T04:35:45.591Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2725 | 2025-01-29T04:35:46.405Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2726 | 2025-01-29T04:35:46.893Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2727 | 2025-01-29T04:35:47.172Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2728 | 2025-01-29T04:35:48.541Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2729 | 2025-01-29T04:35:48.554Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2730 | 2025-01-29T04:35:48.691Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2731 | 2025-01-29T04:35:49.418Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2732 | 2025-01-29T04:35:50.068Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2733 | 2025-01-29T04:35:50.456Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2734 | 2025-01-29T04:35:50.861Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2735 | 2025-01-29T04:35:50.994Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2736 | 2025-01-29T04:35:51.487Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2737 | 2025-01-29T04:35:52.109Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2738 | 2025-01-29T04:35:53.640Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2739 | 2025-01-29T04:35:53.746Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2740 | 2025-01-29T04:35:54.077Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2741 | 2025-01-29T04:35:54.355Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2742 | 2025-01-29T04:35:54.383Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2743 | 2025-01-29T04:35:54.791Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2744 | 2025-01-29T04:35:55.873Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2745 | 2025-01-29T04:35:55.895Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2746 | 2025-01-29T04:35:56.169Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2747 | 2025-01-29T04:35:56.408Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2748 | 2025-01-29T04:35:58.482Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2749 | 2025-01-29T04:35:59.680Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2750 | 2025-01-29T04:36:00.099Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2751 | 2025-01-29T04:36:00.261Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2752 | 2025-01-29T04:36:01.101Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2753 | 2025-01-29T04:36:01.131Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2754 | 2025-01-29T04:36:01.538Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2755 | 2025-01-29T04:36:01.585Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2756 | 2025-01-29T04:36:02.602Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2757 | 2025-01-29T04:36:03.242Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2758 | 2025-01-29T04:36:03.715Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2759 | 2025-01-29T04:36:03.749Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2760 | 2025-01-29T04:36:03.909Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2761 | 2025-01-29T04:36:04.379Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2762 | 2025-01-29T04:36:04.506Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2763 | 2025-01-29T04:36:04.721Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2764 | 2025-01-29T04:36:05.069Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2765 | 2025-01-29T04:36:05.121Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2766 | 2025-01-29T04:36:05.636Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2767 | 2025-01-29T04:36:05.795Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2768 | 2025-01-29T04:36:05.940Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2769 | 2025-01-29T04:36:06.372Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2770 | 2025-01-29T04:36:06.827Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2771 | 2025-01-29T04:36:06.852Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2772 | 2025-01-29T04:36:07.474Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2773 | 2025-01-29T04:36:07.777Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2774 | 2025-01-29T04:36:08.212Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2775 | 2025-01-29T04:36:08.350Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2776 | 2025-01-29T04:36:08.457Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2777 | 2025-01-29T04:36:08.623Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2778 | 2025-01-29T04:36:08.646Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2779 | 2025-01-29T04:36:08.911Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2780 | 2025-01-29T04:36:09.200Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2781 | 2025-01-29T04:36:09.340Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2782 | 2025-01-29T04:36:09.716Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2783 | 2025-01-29T04:36:10.079Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2784 | 2025-01-29T04:36:10.521Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2785 | 2025-01-29T04:36:10.745Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2786 | 2025-01-29T04:36:11.587Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2787 | 2025-01-29T04:36:12.674Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2788 | 2025-01-29T04:36:13.703Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2789 | 2025-01-29T04:36:14.501Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2790 | 2025-01-29T04:36:14.708Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2791 | 2025-01-29T04:36:14.730Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2792 | 2025-01-29T04:36:14.752Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2793 | 2025-01-29T04:36:14.948Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2794 | 2025-01-29T04:36:15.208Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2795 | 2025-01-29T04:36:15.329Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2796 | 2025-01-29T04:36:16.059Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2797 | 2025-01-29T04:36:16.369Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2798 | 2025-01-29T04:36:16.634Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2799 | 2025-01-29T04:36:17.031Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2800 | 2025-01-29T04:36:17.124Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2801 | 2025-01-29T04:36:17.188Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2802 | 2025-01-29T04:36:17.206Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2803 | 2025-01-29T04:36:19.689Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2804 | 2025-01-29T04:36:21.376Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2805 | 2025-01-29T04:36:21.616Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2806 | 2025-01-29T04:36:22.221Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2807 | 2025-01-29T04:36:22.269Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2808 | 2025-01-29T04:36:22.449Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2809 | 2025-01-29T04:36:22.750Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2810 | 2025-01-29T04:36:22.883Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2811 | 2025-01-29T04:36:24.567Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2812 | 2025-01-29T04:36:26.039Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2813 | 2025-01-29T04:36:26.572Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2814 | 2025-01-29T04:36:27.508Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2815 | 2025-01-29T04:36:27.511Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2816 | 2025-01-29T04:36:33.935Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2817 | 2025-01-29T04:36:35.292Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2818 | 2025-01-29T04:36:37.352Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2819 | 2025-01-29T04:36:39.863Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2820 | 2025-01-29T04:36:42.943Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2821 | 2025-01-29T04:36:43.800Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2822 | 2025-01-29T04:36:43.909Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2823 | 2025-01-29T04:36:44.135Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2824 | 2025-01-29T04:36:44.354Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2825 | 2025-01-29T04:36:45.274Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2826 | 2025-01-29T04:36:45.562Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2827 | 2025-01-29T04:36:47.705Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2828 | 2025-01-29T04:36:48.221Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2829 | 2025-01-29T04:36:48.575Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2830 | 2025-01-29T04:36:49.107Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2831 | 2025-01-29T04:36:52.859Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2832 | 2025-01-29T04:36:53.208Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2833 | 2025-01-29T04:36:54.048Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2834 | 2025-01-29T04:36:54.070Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2835 | 2025-01-29T04:36:55.214Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2836 | 2025-01-29T04:36:56.736Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2837 | 2025-01-29T04:36:57.631Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2838 | 2025-01-29T04:36:57.946Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2839 | 2025-01-29T04:36:58.768Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2025-01-29T04:36:58.876Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2841 | 2025-01-29T04:37:00.493Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2842 | 2025-01-29T04:37:01.800Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2843 | 2025-01-29T04:37:01.860Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2844 | 2025-01-29T04:37:02.585Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2845 | 2025-01-29T04:37:02.628Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2846 | 2025-01-29T04:37:04.141Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2847 | 2025-01-29T04:37:05.572Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2848 | 2025-01-29T04:37:06.214Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2849 | 2025-01-29T04:37:06.489Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2850 | 2025-01-29T04:37:06.793Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2851 | 2025-01-29T04:37:07.813Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2852 | 2025-01-29T04:37:08.559Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2853 | 2025-01-29T04:37:08.785Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2854 | 2025-01-29T04:37:10.657Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2855 | 2025-01-29T04:37:11.330Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2856 | 2025-01-29T04:37:11.423Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2857 | 2025-01-29T04:37:11.907Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2858 | 2025-01-29T04:37:12.247Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2859 | 2025-01-29T04:37:12.683Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2860 | 2025-01-29T04:37:14.139Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2861 | 2025-01-29T04:37:15.451Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2862 | 2025-01-29T04:37:15.898Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2863 | 2025-01-29T04:37:17.058Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2864 | 2025-01-29T04:37:18.727Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2865 | 2025-01-29T04:37:19.104Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2866 | 2025-01-29T04:37:19.996Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2867 | 2025-01-29T04:37:20.390Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2868 | 2025-01-29T04:37:21.065Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2869 | 2025-01-29T04:37:22.691Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2870 | 2025-01-29T04:37:22.735Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2871 | 2025-01-29T04:37:22.779Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2872 | 2025-01-29T04:37:23.756Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2873 | 2025-01-29T04:37:24.629Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2874 | 2025-01-29T04:37:26.161Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2875 | 2025-01-29T04:37:26.675Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2876 | 2025-01-29T04:37:27.772Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2877 | 2025-01-29T04:37:28.540Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2878 | 2025-01-29T04:37:28.734Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2879 | 2025-01-29T04:37:31.033Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2880 | 2025-01-29T04:37:31.408Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2881 | 2025-01-29T04:37:32.119Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2882 | 2025-01-29T04:37:32.142Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2883 | 2025-01-29T04:37:32.499Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2025-01-29T04:37:35.338Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2885 | 2025-01-29T04:37:35.513Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2886 | 2025-01-29T04:37:35.812Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2887 | 2025-01-29T04:37:35.848Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2888 | 2025-01-29T04:37:36.522Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2889 | 2025-01-29T04:37:37.150Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2890 | 2025-01-29T04:37:38.949Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2891 | 2025-01-29T04:37:40.056Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2892 | 2025-01-29T04:37:40.567Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2893 | 2025-01-29T04:37:40.835Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2894 | 2025-01-29T04:37:40.909Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2895 | 2025-01-29T04:37:42.249Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2896 | 2025-01-29T04:37:43.423Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2897 | 2025-01-29T04:37:43.862Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2898 | 2025-01-29T04:37:43.967Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2899 | 2025-01-29T04:37:44.393Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2900 | 2025-01-29T04:37:44.553Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2901 | 2025-01-29T04:37:45.518Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2902 | 2025-01-29T04:37:45.541Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2903 | 2025-01-29T04:37:45.822Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2904 | 2025-01-29T04:37:47.093Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2905 | 2025-01-29T04:38:04.332Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2906 | 2025-01-29T04:38:04.332Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2907 | 2025-01-29T04:38:04.336Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2908 | 2025-01-29T04:38:04.336Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2909 | 2025-01-29T04:38:05.205Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2910 | 2025-01-29T04:38:05.376Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2911 | 2025-01-29T04:38:05.379Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2912 | 2025-01-29T04:38:05.545Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2913 | 2025-01-29T04:38:07.559Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2914 | 2025-01-29T04:38:12.368Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2915 | 2025-01-29T04:38:13.295Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2916 | 2025-01-29T04:38:53.131Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2917 | 2025-01-29T04:38:59.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 21s |
| 2918 | 2025-01-29T04:38:59.953Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
| 2919 | 2025-01-29T04:39:00.022Z | |
| 2920 | 2025-01-29T04:39:00.026Z | real 3:21.914212911 |
| 2921 | 2025-01-29T04:39:00.026Z | user 17:51.752142530 |
| 2922 | 2025-01-29T04:39:00.026Z | sys 2:30.770795735 |
| 2923 | 2025-01-29T04:39:00.026Z | trap 0.511933933 |
| 2924 | 2025-01-29T04:39:00.026Z | tflt 0.308132098 |
| 2925 | 2025-01-29T04:39:00.026Z | dflt 0.067552564 |
| 2926 | 2025-01-29T04:39:00.026Z | kflt 0.000089883 |
| 2927 | 2025-01-29T04:39:00.026Z | lock 28:07.237206279 |
| 2928 | 2025-01-29T04:39:00.026Z | slp 50:18.773108227 |
| 2929 | 2025-01-29T04:39:00.026Z | lat 1:08.862151749 |
| 2930 | 2025-01-29T04:39:00.026Z | stop 1:14.875745312 |
| 2931 | 2025-01-29T04:39:00.026Z | process exited: duration 1016674 ms, exit code 0 |
| |
| 2932 | 2025-01-29T04:39:00.032Z | found 0 output files |