|
|
|
| 1 | 2025-03-03T21:45:20.675Z | job assigned to worker 01JNEZG641871HS7V6KKNZC36A [factory gimlet-EVT22200007-propolis, EVT22200007/21249] (queued for 26 s) |
| |
| 2 | 2025-03-03T21:45:28.961Z | starting task 0: "setup" |
| 3 | 2025-03-03T21:45:29.147Z | ++ uname -s |
| 4 | 2025-03-03T21:45:29.147Z | + kern=SunOS |
| 5 | 2025-03-03T21:45:29.147Z | + build_user=build |
| 6 | 2025-03-03T21:45:29.147Z | + build_uid=12345 |
| 7 | 2025-03-03T21:45:29.147Z | + work_dir=/work |
| 8 | 2025-03-03T21:45:29.148Z | + input_dir=/input |
| 9 | 2025-03-03T21:45:29.148Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T21:45:29.148Z | + case "$kern" in |
| 11 | 2025-03-03T21:45:29.148Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T21:45:29.148Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T21:45:30.883Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T21:45:30.949Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T21:45:30.983Z | + home_fs=zfs |
| 16 | 2025-03-03T21:45:30.984Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T21:45:30.984Z | + mkdir -p /home/build |
| 18 | 2025-03-03T21:45:30.984Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T21:45:33.207Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T21:45:33.534Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2025-03-03T21:45:34.417Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T21:45:35.345Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T21:45:35.346Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-03T21:45:35.346Z | * rust toolchain profile = "default" |
| 25 | 2025-03-03T21:45:35.346Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-03-03T21:45:35.346Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-03T21:45:35.346Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-03T21:45:35.346Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T21:45:35.346Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T21:45:35.346Z | info: downloading installer |
| 31 | 2025-03-03T21:45:35.346Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T21:45:35.347Z | warn: /opt/ooce/bin |
| 33 | 2025-03-03T21:45:35.347Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T21:45:35.347Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-03T21:45:35.347Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T21:45:35.347Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T21:45:35.347Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T21:45:35.347Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T21:45:35.347Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T21:45:35.347Z | info: profile set to 'default' |
| 41 | 2025-03-03T21:45:35.347Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T21:45:35.347Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T21:45:35.348Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T21:45:35.348Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T21:45:35.559Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T21:45:35.559Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T21:45:35.664Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T21:45:35.857Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T21:45:39.285Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T21:45:39.386Z | info: installing component 'cargo' |
| 51 | 2025-03-03T21:45:40.621Z | info: installing component 'clippy' |
| 52 | 2025-03-03T21:45:41.069Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T21:45:44.022Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T21:45:46.220Z | info: installing component 'rustc' |
| 55 | 2025-03-03T21:45:53.562Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T21:45:53.956Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T21:45:53.956Z | |
| 58 | 2025-03-03T21:45:54.118Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T21:45:54.118Z | |
| 60 | 2025-03-03T21:45:54.118Z | |
| 61 | 2025-03-03T21:45:54.118Z | Rust is installed now. Great! |
| 62 | 2025-03-03T21:45:54.118Z | |
| 63 | 2025-03-03T21:45:54.118Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T21:45:54.144Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T21:45:54.144Z | |
| 66 | 2025-03-03T21:45:54.144Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T21:45:54.144Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T21:45:54.144Z | |
| 69 | 2025-03-03T21:45:54.144Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T21:45:54.144Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T21:45:54.144Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T21:45:54.144Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-03T21:45:54.220Z | + rustup --version |
| 74 | 2025-03-03T21:45:54.246Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-03T21:45:54.246Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-03T21:45:54.296Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-03T21:45:54.321Z | + cargo --version |
| 78 | 2025-03-03T21:45:54.347Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-03T21:45:54.347Z | + rustc --version |
| 80 | 2025-03-03T21:45:54.384Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-03T21:45:54.410Z | process exited: duration 20113 ms, exit code 0 |
| |
| 82 | 2025-03-03T21:45:54.461Z | starting task 2: "authentication" |
| 83 | 2025-03-03T21:45:54.524Z | process exited: duration 62 ms, exit code 0 |
| |
| 84 | 2025-03-03T21:45:54.577Z | starting task 3: "clone repository" |
| 85 | 2025-03-03T21:45:54.602Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-03T21:45:54.602Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-03T21:45:54.628Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-03T21:46:04.303Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-03T21:46:04.303Z | + git fetch origin 309d8d13afd4430d9616adb336135394d98bf705 |
| 90 | 2025-03-03T21:46:04.770Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-03T21:46:04.770Z | * branch 309d8d13afd4430d9616adb336135394d98bf705 -> FETCH_HEAD |
| 92 | 2025-03-03T21:46:04.796Z | + [[ -n spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently ]] |
| 93 | 2025-03-03T21:46:04.796Z | ++ git branch --show-current |
| 94 | 2025-03-03T21:46:04.796Z | + current=main |
| 95 | 2025-03-03T21:46:04.796Z | + [[ main != spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently ]] |
| 96 | 2025-03-03T21:46:04.796Z | + git branch -f spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently 309d8d13afd4430d9616adb336135394d98bf705 |
| 97 | 2025-03-03T21:46:04.797Z | + git checkout -f spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently |
| 98 | 2025-03-03T21:46:04.893Z | Switched to branch 'spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently' |
| 99 | 2025-03-03T21:46:04.918Z | + git reset --hard 309d8d13afd4430d9616adb336135394d98bf705 |
| 100 | 2025-03-03T21:46:05.009Z | HEAD is now at 309d8d13a rustup 1.28.0 fallout |
| 101 | 2025-03-03T21:46:05.038Z | process exited: duration 10436 ms, exit code 0 |
| |
| 102 | 2025-03-03T21:46:05.091Z | starting task 4: "build" |
| 103 | 2025-03-03T21:46:05.621Z | + source ./env.sh |
| 104 | 2025-03-03T21:46:05.621Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-03-03T21:46:05.621Z | ++ set -o xtrace |
| 106 | 2025-03-03T21:46:05.621Z | ++++ dirname ./env.sh |
| 107 | 2025-03-03T21:46:05.621Z | +++ readlink -f . |
| 108 | 2025-03-03T21:46:05.621Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-03-03T21:46:05.621Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-03-03T21:46:05.621Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-03-03T21:46:05.621Z | ++ 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 |
| 112 | 2025-03-03T21:46:05.621Z | ++ 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 |
| 113 | 2025-03-03T21:46:05.621Z | ++ 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 |
| 114 | 2025-03-03T21:46:05.621Z | ++ 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 |
| 115 | 2025-03-03T21:46:05.621Z | ++ 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 |
| 116 | 2025-03-03T21:46:05.621Z | ++ 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 |
| 117 | 2025-03-03T21:46:05.621Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-03-03T21:46:05.621Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-03-03T21:46:05.621Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-03-03T21:46:05.621Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-03-03T21:46:05.621Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-03-03T21:46:05.621Z | + cargo --version |
| 123 | 2025-03-03T21:46:05.621Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 124 | 2025-03-03T21:46:05.621Z | + rustc --version |
| 125 | 2025-03-03T21:46:05.621Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 126 | 2025-03-03T21:46:05.621Z | + banner prerequisites |
| 127 | 2025-03-03T21:46:05.621Z | |
| 128 | 2025-03-03T21:46:05.621Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-03-03T21:46:05.621Z | # # # # # # # # # # # # # # # |
| 130 | 2025-03-03T21:46:05.621Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-03-03T21:46:05.621Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-03-03T21:46:05.621Z | # # # # # # # # # # # # # # # |
| 133 | 2025-03-03T21:46:05.621Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-03-03T21:46:05.622Z | |
| 135 | 2025-03-03T21:46:05.622Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-03-03T21:46:06.779Z | pkg list: illegal option -- F |
| 137 | 2025-03-03T21:46:06.779Z | Usage: |
| 138 | 2025-03-03T21:46:06.804Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 139 | 2025-03-03T21:46:06.804Z | [pkg_fmri_pattern ...] |
| 140 | 2025-03-03T21:46:07.877Z | pkg list: illegal option -- F |
| 141 | 2025-03-03T21:46:07.877Z | Usage: |
| 142 | 2025-03-03T21:46:07.877Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 143 | 2025-03-03T21:46:07.878Z | [pkg_fmri_pattern ...] |
| 144 | 2025-03-03T21:46:18.678Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 145 | 2025-03-03T21:46:23.987Z | Startup: Caching catalogs ... Done |
| 146 | 2025-03-03T21:46:40.740Z | Planning: Solver setup ... Done (15.605s) |
| 147 | 2025-03-03T21:46:40.933Z | Planning: Running solver ... Done (0.193s) |
| 148 | 2025-03-03T21:46:41.057Z | Planning: Finding local manifests ... Done (0.003s) |
| 149 | 2025-03-03T21:46:41.153Z | Planning: Fetching manifests: 0/7 0% complete |
| 150 | 2025-03-03T21:46:42.047Z | Planning: Fetching manifests: 7/7 100% complete |
| 151 | 2025-03-03T21:46:42.197Z | Planning: Package planning ... Done (0.150s) |
| 152 | 2025-03-03T21:46:42.271Z | Planning: Merging actions ... Done (0.073s) |
| 153 | 2025-03-03T21:46:42.510Z | Planning: Checking for conflicting actions ... Done (0.235s) |
| 154 | 2025-03-03T21:46:43.582Z | Planning: Consolidating action changes ... Done (1.077s) |
| 155 | 2025-03-03T21:46:43.992Z | Planning: Evaluating mediators ... Done (0.408s) |
| 156 | 2025-03-03T21:46:44.106Z | Planning: Planning completed in 20.03 seconds |
| 157 | 2025-03-03T21:46:44.132Z | Packages to install: 4 |
| 158 | 2025-03-03T21:46:44.132Z | Packages to update: 3 |
| 159 | 2025-03-03T21:46:44.132Z | Mediators to change: 2 |
| 160 | 2025-03-03T21:46:44.132Z | Services to change: 1 |
| 161 | 2025-03-03T21:46:44.132Z | Estimated space available: 155.13 GB |
| 162 | 2025-03-03T21:46:44.132Z | Estimated space to be consumed: 1.66 GB |
| 163 | 2025-03-03T21:46:44.132Z | Create boot environment: No |
| 164 | 2025-03-03T21:46:44.132Z | Create backup boot environment: Yes |
| 165 | 2025-03-03T21:46:44.132Z | Rebuild boot archive: No |
| 166 | 2025-03-03T21:46:44.132Z | |
| 167 | 2025-03-03T21:46:44.132Z | Changed mediators: |
| 168 | 2025-03-03T21:46:44.132Z | mediator clang: |
| 169 | 2025-03-03T21:46:44.132Z | version: None -> 15 (system default) |
| 170 | 2025-03-03T21:46:44.132Z | |
| 171 | 2025-03-03T21:46:44.132Z | mediator llvm: |
| 172 | 2025-03-03T21:46:44.132Z | version: 14 (system default) -> 15 (system default) |
| 173 | 2025-03-03T21:46:44.132Z | |
| 174 | 2025-03-03T21:46:44.132Z | Changed packages: |
| 175 | 2025-03-03T21:46:44.132Z | helios-dev |
| 176 | 2025-03-03T21:46:44.132Z | developer/build-essential |
| 177 | 2025-03-03T21:46:44.132Z | None -> 11-2.0 |
| 178 | 2025-03-03T21:46:44.132Z | library/libxmlsec1 |
| 179 | 2025-03-03T21:46:44.132Z | None -> 1.2.35-2.0 |
| 180 | 2025-03-03T21:46:44.132Z | ooce/developer/clang-15 |
| 181 | 2025-03-03T21:46:44.132Z | None -> 15.0.7-2.0 |
| 182 | 2025-03-03T21:46:44.132Z | ooce/developer/llvm-15 |
| 183 | 2025-03-03T21:46:44.132Z | None -> 15.0.7-2.0 |
| 184 | 2025-03-03T21:46:44.132Z | package/pkg |
| 185 | 2025-03-03T21:46:44.132Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 186 | 2025-03-03T21:46:44.132Z | system/library/g++-runtime |
| 187 | 2025-03-03T21:46:44.132Z | 13-2.0 -> 14-2.0 |
| 188 | 2025-03-03T21:46:44.132Z | system/library/gcc-runtime |
| 189 | 2025-03-03T21:46:44.133Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-03-03T21:46:44.133Z | |
| 191 | 2025-03-03T21:46:44.133Z | Services: |
| 192 | 2025-03-03T21:46:44.133Z | restart_fmri: |
| 193 | 2025-03-03T21:46:44.133Z | svc:/system/update-man-index:default |
| 194 | 2025-03-03T21:46:44.133Z | |
| 195 | 2025-03-03T21:46:44.133Z | Editable files to change: |
| 196 | 2025-03-03T21:46:44.133Z | Update: |
| 197 | 2025-03-03T21:46:44.133Z | usr/share/lib/pkg/web/config.shtml |
| 198 | 2025-03-03T21:46:44.205Z | |
| 199 | 2025-03-03T21:46:44.205Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 200 | 2025-03-03T21:46:49.206Z | Download: 841/4301 items 18.8/225.4MB 8% complete (3.8M/s) |
| 201 | 2025-03-03T21:46:54.206Z | Download: 1250/4301 items 98.2/225.4MB 43% complete (9.8M/s) |
| 202 | 2025-03-03T21:46:59.208Z | Download: 2253/4301 items 119.4/225.4MB 52% complete (10.1M/s) |
| 203 | 2025-03-03T21:47:04.208Z | Download: 3143/4301 items 135.8/225.4MB 60% complete (3.8M/s) |
| 204 | 2025-03-03T21:47:09.209Z | Download: 3248/4301 items 191.4/225.4MB 84% complete (7.1M/s) |
| 205 | 2025-03-03T21:47:14.211Z | Download: 3992/4301 items 218.9/225.4MB 97% complete (8.4M/s) |
| 206 | 2025-03-03T21:47:19.468Z | Download: 4284/4301 items 223.5/225.4MB 99% complete (4.0M/s) |
| 207 | 2025-03-03T21:47:20.374Z | Download: Completed 225.42 MB in 36.17 seconds (6.2M/s) |
| 208 | 2025-03-03T21:47:21.876Z | Actions: 1/5122 actions (Removing old actions) |
| 209 | 2025-03-03T21:47:21.901Z | Actions: 194/5122 actions (Installing new actions) |
| 210 | 2025-03-03T21:47:26.906Z | Actions: 3606/5122 actions (Installing new actions) |
| 211 | 2025-03-03T21:47:27.899Z | Actions: 4267/5122 actions (Updating modified actions) |
| 212 | 2025-03-03T21:47:28.329Z | Actions: Completed 5122 actions in 6.45 seconds. |
| 213 | 2025-03-03T21:47:28.934Z | Done (0.594s) |
| 214 | 2025-03-03T21:47:28.959Z | Done (0.001s) |
| 215 | 2025-03-03T21:47:29.719Z | Done (0.784s) |
| 216 | 2025-03-03T21:47:34.883Z | Done (4.973s) |
| 217 | 2025-03-03T21:47:34.983Z | Done (0.021s) |
| 218 | 2025-03-03T21:47:35.010Z | Done (0.000s) |
| 219 | 2025-03-03T21:47:35.181Z | Done (0.000s) |
| 220 | 2025-03-03T21:47:36.103Z | Planning: Evaluating mediator changes ... Done |
| 221 | 2025-03-03T21:47:36.371Z | Planning: Checking for conflicting actions ... Done |
| 222 | 2025-03-03T21:47:36.397Z | Planning: Consolidating action changes ... Done |
| 223 | 2025-03-03T21:47:36.707Z | Planning: Evaluating mediators ... Done |
| 224 | 2025-03-03T21:47:36.739Z | Planning: Planning completed in 0.61 seconds |
| 225 | 2025-03-03T21:47:36.764Z | Mediators to change: 2 |
| 226 | 2025-03-03T21:47:36.764Z | Create boot environment: No |
| 227 | 2025-03-03T21:47:36.764Z | Create backup boot environment: No |
| 228 | 2025-03-03T21:47:36.822Z | Done |
| 229 | 2025-03-03T21:47:36.822Z | Done |
| 230 | 2025-03-03T21:47:37.424Z | Done |
| 231 | 2025-03-03T21:47:42.243Z | Done |
| 232 | 2025-03-03T21:47:42.339Z | Done |
| 233 | 2025-03-03T21:47:42.339Z | Done |
| 234 | 2025-03-03T21:47:42.393Z | Done |
| 235 | 2025-03-03T21:47:43.150Z | Planning: Evaluating mediator changes ... Done |
| 236 | 2025-03-03T21:47:43.177Z | Planning: Merging actions ... Done |
| 237 | 2025-03-03T21:47:43.391Z | Planning: Checking for conflicting actions ... Done |
| 238 | 2025-03-03T21:47:43.417Z | Planning: Consolidating action changes ... Done |
| 239 | 2025-03-03T21:47:43.726Z | Planning: Evaluating mediators ... Done |
| 240 | 2025-03-03T21:47:43.798Z | Planning: Planning completed in 0.95 seconds |
| 241 | 2025-03-03T21:47:43.868Z | Packages to change: 1 |
| 242 | 2025-03-03T21:47:43.868Z | Mediators to change: 1 |
| 243 | 2025-03-03T21:47:43.868Z | Services to change: 1 |
| 244 | 2025-03-03T21:47:43.868Z | Create boot environment: No |
| 245 | 2025-03-03T21:47:43.868Z | Create backup boot environment: Yes |
| 246 | 2025-03-03T21:47:45.598Z | Actions: 1/6 actions (Updating modified actions) |
| 247 | 2025-03-03T21:47:45.624Z | Actions: Completed 6 actions in 0.00 seconds. |
| 248 | 2025-03-03T21:47:45.624Z | Done |
| 249 | 2025-03-03T21:47:45.624Z | Done |
| 250 | 2025-03-03T21:47:45.758Z | Done |
| 251 | 2025-03-03T21:47:50.387Z | Done |
| 252 | 2025-03-03T21:47:50.480Z | Done |
| 253 | 2025-03-03T21:47:50.480Z | Done |
| 254 | 2025-03-03T21:47:50.583Z | Done |
| 255 | 2025-03-03T21:47:51.100Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 256 | 2025-03-03T21:47:51.100Z | clang system 15 system |
| 257 | 2025-03-03T21:47:51.100Z | csh system system illumos |
| 258 | 2025-03-03T21:47:51.100Z | ctags system system illumos |
| 259 | 2025-03-03T21:47:51.100Z | gcc vendor 12 vendor |
| 260 | 2025-03-03T21:47:51.100Z | gcc system 10 system |
| 261 | 2025-03-03T21:47:51.100Z | gcc system 7 system |
| 262 | 2025-03-03T21:47:51.100Z | go system 1.20 system |
| 263 | 2025-03-03T21:47:51.100Z | go system 1.19 system |
| 264 | 2025-03-03T21:47:51.100Z | llvm system 15 system |
| 265 | 2025-03-03T21:47:51.100Z | llvm system 14 system |
| 266 | 2025-03-03T21:47:51.100Z | mariadb system 10.6 system |
| 267 | 2025-03-03T21:47:51.100Z | mta vendor vendor dma |
| 268 | 2025-03-03T21:47:51.100Z | openjdk system 17 system |
| 269 | 2025-03-03T21:47:51.100Z | openjdk system 11 system |
| 270 | 2025-03-03T21:47:51.100Z | openjdk system 1.8 system |
| 271 | 2025-03-03T21:47:51.100Z | openssl vendor 3 vendor |
| 272 | 2025-03-03T21:47:51.100Z | perl system 5.36 system |
| 273 | 2025-03-03T21:47:51.100Z | postgresql system 15 system |
| 274 | 2025-03-03T21:47:51.100Z | postgresql system 13 system |
| 275 | 2025-03-03T21:47:51.100Z | python vendor 3 vendor |
| 276 | 2025-03-03T21:47:51.100Z | python system 2 system |
| 277 | 2025-03-03T21:47:51.100Z | python3 system 3.11 system |
| 278 | 2025-03-03T21:47:51.100Z | ruby system 3.0 system |
| 279 | 2025-03-03T21:47:51.100Z | words vendor vendor american-english |
| 280 | 2025-03-03T21:47:51.100Z | words system system australian-english |
| 281 | 2025-03-03T21:47:51.100Z | words system system british-english |
| 282 | 2025-03-03T21:47:51.100Z | words system system canadian-english |
| 283 | 2025-03-03T21:47:51.101Z | words system system french |
| 284 | 2025-03-03T21:47:51.101Z | words system system italian |
| 285 | 2025-03-03T21:47:51.101Z | words system system ngerman |
| 286 | 2025-03-03T21:47:51.101Z | words system system ogerman |
| 287 | 2025-03-03T21:47:51.101Z | words system system spanish |
| 288 | 2025-03-03T21:47:51.522Z | PUBLISHER TYPE STATUS P LOCATION |
| 289 | 2025-03-03T21:47:51.522Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 290 | 2025-03-03T21:47:55.330Z | FMRI IFO |
| 291 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 292 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 293 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 294 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 295 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 296 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 297 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 298 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 299 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 300 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 301 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 302 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 303 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 304 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 305 | 2025-03-03T21:47:55.330Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 306 | 2025-03-03T21:47:56.129Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 307 | 2025-03-03T21:47:56.589Z | Updating crates.io index |
| 308 | 2025-03-03T21:47:56.642Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 309 | 2025-03-03T21:47:57.342Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2025-03-03T21:47:57.641Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 311 | 2025-03-03T21:47:57.956Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 312 | 2025-03-03T21:47:58.363Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 313 | 2025-03-03T21:47:59.597Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 314 | 2025-03-03T21:48:01.847Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 315 | 2025-03-03T21:48:02.609Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 316 | 2025-03-03T21:48:03.575Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 317 | 2025-03-03T21:48:03.982Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 318 | 2025-03-03T21:48:04.443Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 319 | 2025-03-03T21:48:05.159Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 320 | 2025-03-03T21:48:05.825Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 321 | 2025-03-03T21:48:06.256Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 322 | 2025-03-03T21:48:06.968Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 323 | 2025-03-03T21:48:07.445Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 324 | 2025-03-03T21:48:07.903Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 325 | 2025-03-03T21:48:08.318Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 326 | 2025-03-03T21:48:08.722Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 327 | 2025-03-03T21:48:09.168Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 328 | 2025-03-03T21:48:09.652Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 329 | 2025-03-03T21:48:10.125Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 330 | 2025-03-03T21:48:10.620Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 331 | 2025-03-03T21:48:11.086Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 332 | 2025-03-03T21:48:11.485Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 333 | 2025-03-03T21:48:12.225Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 334 | 2025-03-03T21:48:12.751Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 335 | 2025-03-03T21:48:13.368Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 336 | 2025-03-03T21:48:14.025Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 337 | 2025-03-03T21:48:14.452Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 338 | 2025-03-03T21:48:14.831Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 339 | 2025-03-03T21:48:15.275Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 340 | 2025-03-03T21:48:16.826Z | Downloading crates ... |
| 341 | 2025-03-03T21:48:16.901Z | Downloaded scroll_derive v0.12.0 |
| 342 | 2025-03-03T21:48:16.927Z | Downloaded usdt-macro v0.5.0 |
| 343 | 2025-03-03T21:48:16.927Z | Downloaded terminal_size v0.2.6 |
| 344 | 2025-03-03T21:48:16.927Z | Downloaded toml_datetime v0.6.8 |
| 345 | 2025-03-03T21:48:16.927Z | Downloaded version_check v0.9.5 |
| 346 | 2025-03-03T21:48:16.927Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2025-03-03T21:48:16.953Z | Downloaded winnow v0.7.3 |
| 348 | 2025-03-03T21:48:16.953Z | Downloaded zerocopy-derive v0.7.35 |
| 349 | 2025-03-03T21:48:16.953Z | Downloaded papergrid v0.11.0 |
| 350 | 2025-03-03T21:48:16.979Z | Downloaded memchr v2.7.4 |
| 351 | 2025-03-03T21:48:16.979Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2025-03-03T21:48:16.979Z | Downloaded serde v1.0.218 |
| 353 | 2025-03-03T21:48:17.004Z | Downloaded toml_edit v0.22.24 |
| 354 | 2025-03-03T21:48:17.004Z | Downloaded serde_json v1.0.139 |
| 355 | 2025-03-03T21:48:17.031Z | Downloaded zerocopy v0.7.35 |
| 356 | 2025-03-03T21:48:17.057Z | Downloaded tabled v0.15.0 |
| 357 | 2025-03-03T21:48:17.057Z | Downloaded goblin v0.8.2 |
| 358 | 2025-03-03T21:48:17.057Z | Downloaded pest v2.7.14 |
| 359 | 2025-03-03T21:48:17.082Z | Downloaded syn v1.0.109 |
| 360 | 2025-03-03T21:48:17.082Z | Downloaded hashbrown v0.15.1 |
| 361 | 2025-03-03T21:48:17.082Z | Downloaded unicode-width v0.1.14 |
| 362 | 2025-03-03T21:48:17.107Z | Downloaded syn v2.0.98 |
| 363 | 2025-03-03T21:48:17.107Z | Downloaded rustix v0.37.28 |
| 364 | 2025-03-03T21:48:17.132Z | Downloaded clap_builder v4.5.31 |
| 365 | 2025-03-03T21:48:17.132Z | Downloaded rustix v0.38.37 |
| 366 | 2025-03-03T21:48:17.158Z | Downloaded indexmap v2.7.1 |
| 367 | 2025-03-03T21:48:17.158Z | Downloaded clap v4.5.31 |
| 368 | 2025-03-03T21:48:17.183Z | Downloaded typenum v1.17.0 |
| 369 | 2025-03-03T21:48:17.183Z | Downloaded textwrap v0.16.1 |
| 370 | 2025-03-03T21:48:17.183Z | Downloaded sha2 v0.10.8 |
| 371 | 2025-03-03T21:48:17.183Z | Downloaded serde_derive v1.0.218 |
| 372 | 2025-03-03T21:48:17.183Z | Downloaded semver v1.0.25 |
| 373 | 2025-03-03T21:48:17.183Z | Downloaded ryu v1.0.18 |
| 374 | 2025-03-03T21:48:17.183Z | Downloaded proc-macro2 v1.0.93 |
| 375 | 2025-03-03T21:48:17.208Z | Downloaded serde_spanned v0.6.8 |
| 376 | 2025-03-03T21:48:17.208Z | Downloaded libc v0.2.170 |
| 377 | 2025-03-03T21:48:17.234Z | Downloaded pest_meta v2.7.14 |
| 378 | 2025-03-03T21:48:17.234Z | Downloaded pest_derive v2.7.14 |
| 379 | 2025-03-03T21:48:17.234Z | Downloaded log v0.4.22 |
| 380 | 2025-03-03T21:48:17.234Z | Downloaded io-lifetimes v1.0.11 |
| 381 | 2025-03-03T21:48:17.234Z | Downloaded anyhow v1.0.96 |
| 382 | 2025-03-03T21:48:17.234Z | Downloaded anstream v0.6.15 |
| 383 | 2025-03-03T21:48:17.234Z | Downloaded unicode-ident v1.0.14 |
| 384 | 2025-03-03T21:48:17.235Z | Downloaded toml v0.8.20 |
| 385 | 2025-03-03T21:48:17.260Z | Downloaded thiserror v2.0.11 |
| 386 | 2025-03-03T21:48:17.260Z | Downloaded tempfile v3.13.0 |
| 387 | 2025-03-03T21:48:17.260Z | Downloaded scroll v0.12.0 |
| 388 | 2025-03-03T21:48:17.260Z | Downloaded itoa v1.0.11 |
| 389 | 2025-03-03T21:48:17.260Z | Downloaded bitflags v2.6.0 |
| 390 | 2025-03-03T21:48:17.260Z | Downloaded fnv v1.0.7 |
| 391 | 2025-03-03T21:48:17.260Z | Downloaded clap_derive v4.5.28 |
| 392 | 2025-03-03T21:48:17.260Z | Downloaded cargo_toml v0.21.0 |
| 393 | 2025-03-03T21:48:17.260Z | Downloaded bytecount v0.6.8 |
| 394 | 2025-03-03T21:48:17.260Z | Downloaded anstyle-parse v0.2.5 |
| 395 | 2025-03-03T21:48:17.260Z | Downloaded utf8parse v0.2.2 |
| 396 | 2025-03-03T21:48:17.260Z | Downloaded usdt-impl v0.5.0 |
| 397 | 2025-03-03T21:48:17.287Z | Downloaded usdt v0.5.0 |
| 398 | 2025-03-03T21:48:17.287Z | Downloaded unicode-linebreak v0.1.5 |
| 399 | 2025-03-03T21:48:17.287Z | Downloaded tabled_derive v0.7.0 |
| 400 | 2025-03-03T21:48:17.287Z | Downloaded strsim v0.11.1 |
| 401 | 2025-03-03T21:48:17.287Z | Downloaded smawk v0.3.2 |
| 402 | 2025-03-03T21:48:17.288Z | Downloaded serde_tokenstream v0.2.2 |
| 403 | 2025-03-03T21:48:17.288Z | Downloaded quote v1.0.38 |
| 404 | 2025-03-03T21:48:17.288Z | Downloaded once_cell v1.20.3 |
| 405 | 2025-03-03T21:48:17.288Z | Downloaded cargo_metadata v0.19.1 |
| 406 | 2025-03-03T21:48:17.288Z | Downloaded camino-tempfile v1.1.1 |
| 407 | 2025-03-03T21:48:17.288Z | Downloaded camino v1.1.9 |
| 408 | 2025-03-03T21:48:17.288Z | Downloaded thread-id v4.2.2 |
| 409 | 2025-03-03T21:48:17.288Z | Downloaded thiserror-impl v2.0.11 |
| 410 | 2025-03-03T21:48:17.288Z | Downloaded thiserror-impl v1.0.69 |
| 411 | 2025-03-03T21:48:17.288Z | Downloaded thiserror v1.0.69 |
| 412 | 2025-03-03T21:48:17.314Z | Downloaded terminal_size v0.4.0 |
| 413 | 2025-03-03T21:48:17.314Z | Downloaded pest_generator v2.7.14 |
| 414 | 2025-03-03T21:48:17.314Z | Downloaded memmap v0.7.0 |
| 415 | 2025-03-03T21:48:17.314Z | Downloaded macaddr v1.0.1 |
| 416 | 2025-03-03T21:48:17.314Z | Downloaded is_terminal_polyfill v1.70.1 |
| 417 | 2025-03-03T21:48:17.314Z | Downloaded dof v0.3.0 |
| 418 | 2025-03-03T21:48:17.314Z | Downloaded cpufeatures v0.2.14 |
| 419 | 2025-03-03T21:48:17.314Z | Downloaded plain v0.2.3 |
| 420 | 2025-03-03T21:48:17.314Z | Downloaded heck v0.4.1 |
| 421 | 2025-03-03T21:48:17.314Z | Downloaded generic-array v0.14.7 |
| 422 | 2025-03-03T21:48:17.314Z | Downloaded digest v0.10.7 |
| 423 | 2025-03-03T21:48:17.314Z | Downloaded colorchoice v1.0.2 |
| 424 | 2025-03-03T21:48:17.314Z | Downloaded clap_lex v0.7.4 |
| 425 | 2025-03-03T21:48:17.314Z | Downloaded byteorder v1.5.0 |
| 426 | 2025-03-03T21:48:17.314Z | Downloaded block-buffer v0.10.4 |
| 427 | 2025-03-03T21:48:17.314Z | Downloaded bitflags v1.3.2 |
| 428 | 2025-03-03T21:48:17.314Z | Downloaded autocfg v1.4.0 |
| 429 | 2025-03-03T21:48:17.314Z | Downloaded anstyle-query v1.1.1 |
| 430 | 2025-03-03T21:48:17.314Z | Downloaded anstyle v1.0.10 |
| 431 | 2025-03-03T21:48:17.344Z | Downloaded usdt-attr-macro v0.5.0 |
| 432 | 2025-03-03T21:48:17.344Z | Downloaded swrite v0.1.0 |
| 433 | 2025-03-03T21:48:17.344Z | Downloaded proc-macro-error-attr v1.0.4 |
| 434 | 2025-03-03T21:48:17.344Z | Downloaded heck v0.5.0 |
| 435 | 2025-03-03T21:48:17.344Z | Downloaded fs-err v2.11.0 |
| 436 | 2025-03-03T21:48:17.344Z | Downloaded fastrand v2.1.1 |
| 437 | 2025-03-03T21:48:17.344Z | Downloaded errno v0.3.9 |
| 438 | 2025-03-03T21:48:17.344Z | Downloaded equivalent v1.0.1 |
| 439 | 2025-03-03T21:48:17.344Z | Downloaded crypto-common v0.1.6 |
| 440 | 2025-03-03T21:48:17.344Z | Downloaded cfg-if v1.0.0 |
| 441 | 2025-03-03T21:48:17.344Z | Downloaded cargo-platform v0.1.8 |
| 442 | 2025-03-03T21:48:17.344Z | Downloaded pretty-hex v0.4.1 |
| 443 | 2025-03-03T21:48:17.344Z | Downloaded dtrace-parser v0.2.0 |
| 444 | 2025-03-03T21:48:17.483Z | Compiling proc-macro2 v1.0.93 |
| 445 | 2025-03-03T21:48:17.483Z | Compiling unicode-ident v1.0.14 |
| 446 | 2025-03-03T21:48:17.483Z | Compiling libc v0.2.170 |
| 447 | 2025-03-03T21:48:17.483Z | Compiling serde v1.0.218 |
| 448 | 2025-03-03T21:48:17.509Z | Compiling version_check v0.9.5 |
| 449 | 2025-03-03T21:48:17.509Z | Compiling memchr v2.7.4 |
| 450 | 2025-03-03T21:48:17.509Z | Compiling thiserror v1.0.69 |
| 451 | 2025-03-03T21:48:17.534Z | Compiling itoa v1.0.11 |
| 452 | 2025-03-03T21:48:17.787Z | Compiling ucd-trie v0.1.7 |
| 453 | 2025-03-03T21:48:17.931Z | Compiling ryu v1.0.18 |
| 454 | 2025-03-03T21:48:18.284Z | Compiling once_cell v1.20.3 |
| 455 | 2025-03-03T21:48:18.317Z | Compiling byteorder v1.5.0 |
| 456 | 2025-03-03T21:48:18.517Z | Compiling rustix v0.38.37 |
| 457 | 2025-03-03T21:48:18.639Z | Compiling serde_json v1.0.139 |
| 458 | 2025-03-03T21:48:18.896Z | Compiling bitflags v2.6.0 |
| 459 | 2025-03-03T21:48:18.963Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2025-03-03T21:48:19.021Z | Compiling usdt-impl v0.5.0 |
| 461 | 2025-03-03T21:48:19.108Z | Compiling io-lifetimes v1.0.11 |
| 462 | 2025-03-03T21:48:19.265Z | Compiling syn v1.0.109 |
| 463 | 2025-03-03T21:48:19.298Z | Compiling quote v1.0.38 |
| 464 | 2025-03-03T21:48:19.365Z | Compiling errno v0.3.9 |
| 465 | 2025-03-03T21:48:19.556Z | Compiling proc-macro-error v1.0.4 |
| 466 | 2025-03-03T21:48:19.588Z | Compiling thread-id v4.2.2 |
| 467 | 2025-03-03T21:48:19.654Z | Compiling hashbrown v0.15.1 |
| 468 | 2025-03-03T21:48:19.720Z | Compiling syn v2.0.98 |
| 469 | 2025-03-03T21:48:19.833Z | Compiling camino v1.1.9 |
| 470 | 2025-03-03T21:48:19.861Z | Compiling equivalent v1.0.1 |
| 471 | 2025-03-03T21:48:19.889Z | Compiling plain v0.2.3 |
| 472 | 2025-03-03T21:48:19.914Z | Compiling rustix v0.37.28 |
| 473 | 2025-03-03T21:48:19.994Z | Compiling log v0.4.22 |
| 474 | 2025-03-03T21:48:20.047Z | Compiling utf8parse v0.2.2 |
| 475 | 2025-03-03T21:48:20.233Z | Compiling anstyle-parse v0.2.5 |
| 476 | 2025-03-03T21:48:20.735Z | Compiling indexmap v2.7.1 |
| 477 | 2025-03-03T21:48:20.761Z | Compiling semver v1.0.25 |
| 478 | 2025-03-03T21:48:20.821Z | Compiling thiserror v2.0.11 |
| 479 | 2025-03-03T21:48:20.946Z | Compiling colorchoice v1.0.2 |
| 480 | 2025-03-03T21:48:21.076Z | Compiling autocfg v1.4.0 |
| 481 | 2025-03-03T21:48:21.124Z | Compiling winnow v0.7.3 |
| 482 | 2025-03-03T21:48:21.211Z | Compiling anstyle v1.0.10 |
| 483 | 2025-03-03T21:48:21.387Z | Compiling unicode-width v0.1.14 |
| 484 | 2025-03-03T21:48:21.619Z | Compiling pretty-hex v0.4.1 |
| 485 | 2025-03-03T21:48:21.832Z | Compiling anstyle-query v1.1.1 |
| 486 | 2025-03-03T21:48:21.861Z | Compiling bitflags v1.3.2 |
| 487 | 2025-03-03T21:48:21.861Z | Compiling is_terminal_polyfill v1.70.1 |
| 488 | 2025-03-03T21:48:21.921Z | Compiling fs-err v2.11.0 |
| 489 | 2025-03-03T21:48:22.012Z | Compiling anstream v0.6.15 |
| 490 | 2025-03-03T21:48:22.041Z | Compiling terminal_size v0.4.0 |
| 491 | 2025-03-03T21:48:22.316Z | Compiling bytecount v0.6.8 |
| 492 | 2025-03-03T21:48:22.392Z | Compiling fastrand v2.1.1 |
| 493 | 2025-03-03T21:48:22.451Z | Compiling strsim v0.11.1 |
| 494 | 2025-03-03T21:48:22.531Z | Compiling clap_lex v0.7.4 |
| 495 | 2025-03-03T21:48:22.556Z | Compiling cfg-if v1.0.0 |
| 496 | 2025-03-03T21:48:22.661Z | Compiling fnv v1.0.7 |
| 497 | 2025-03-03T21:48:22.839Z | Compiling anyhow v1.0.96 |
| 498 | 2025-03-03T21:48:23.083Z | Compiling heck v0.4.1 |
| 499 | 2025-03-03T21:48:23.108Z | Compiling heck v0.5.0 |
| 500 | 2025-03-03T21:48:23.291Z | Compiling tempfile v3.13.0 |
| 501 | 2025-03-03T21:48:23.337Z | Compiling terminal_size v0.2.6 |
| 502 | 2025-03-03T21:48:23.459Z | Compiling clap_builder v4.5.31 |
| 503 | 2025-03-03T21:48:23.529Z | Compiling papergrid v0.11.0 |
| 504 | 2025-03-03T21:48:23.696Z | Compiling memmap v0.7.0 |
| 505 | 2025-03-03T21:48:23.724Z | Compiling unicode-linebreak v0.1.5 |
| 506 | 2025-03-03T21:48:23.979Z | Compiling smawk v0.3.2 |
| 507 | 2025-03-03T21:48:24.158Z | Compiling swrite v0.1.0 |
| 508 | 2025-03-03T21:48:24.206Z | Compiling textwrap v0.16.1 |
| 509 | 2025-03-03T21:48:24.701Z | Compiling tabled_derive v0.7.0 |
| 510 | 2025-03-03T21:48:26.047Z | Compiling serde_derive v1.0.218 |
| 511 | 2025-03-03T21:48:26.047Z | Compiling thiserror-impl v1.0.69 |
| 512 | 2025-03-03T21:48:26.047Z | Compiling zerocopy-derive v0.7.35 |
| 513 | 2025-03-03T21:48:26.072Z | Compiling scroll_derive v0.12.0 |
| 514 | 2025-03-03T21:48:26.072Z | Compiling thiserror-impl v2.0.11 |
| 515 | 2025-03-03T21:48:26.185Z | Compiling clap_derive v4.5.28 |
| 516 | 2025-03-03T21:48:26.210Z | Compiling tabled v0.15.0 |
| 517 | 2025-03-03T21:48:27.317Z | Compiling scroll v0.12.0 |
| 518 | 2025-03-03T21:48:27.720Z | Compiling zerocopy v0.7.35 |
| 519 | 2025-03-03T21:48:27.780Z | Compiling goblin v0.8.2 |
| 520 | 2025-03-03T21:48:28.603Z | Compiling pest v2.7.14 |
| 521 | 2025-03-03T21:48:29.725Z | Compiling clap v4.5.31 |
| 522 | 2025-03-03T21:48:31.083Z | Compiling pest_meta v2.7.14 |
| 523 | 2025-03-03T21:48:32.105Z | Compiling pest_generator v2.7.14 |
| 524 | 2025-03-03T21:48:33.189Z | Compiling pest_derive v2.7.14 |
| 525 | 2025-03-03T21:48:33.784Z | Compiling dtrace-parser v0.2.0 |
| 526 | 2025-03-03T21:48:34.513Z | Compiling serde_tokenstream v0.2.2 |
| 527 | 2025-03-03T21:48:34.610Z | Compiling serde_spanned v0.6.8 |
| 528 | 2025-03-03T21:48:34.610Z | Compiling toml_datetime v0.6.8 |
| 529 | 2025-03-03T21:48:34.731Z | Compiling cargo-platform v0.1.8 |
| 530 | 2025-03-03T21:48:34.915Z | Compiling macaddr v1.0.1 |
| 531 | 2025-03-03T21:48:35.048Z | Compiling toml_edit v0.22.24 |
| 532 | 2025-03-03T21:48:35.230Z | Compiling camino-tempfile v1.1.1 |
| 533 | 2025-03-03T21:48:36.023Z | Compiling dof v0.3.0 |
| 534 | 2025-03-03T21:48:36.053Z | Compiling cargo_metadata v0.19.1 |
| 535 | 2025-03-03T21:48:37.217Z | Compiling usdt-macro v0.5.0 |
| 536 | 2025-03-03T21:48:37.217Z | Compiling usdt-attr-macro v0.5.0 |
| 537 | 2025-03-03T21:48:37.919Z | Compiling toml v0.8.20 |
| 538 | 2025-03-03T21:48:38.153Z | Compiling usdt v0.5.0 |
| 539 | 2025-03-03T21:48:38.589Z | Compiling cargo_toml v0.21.0 |
| 540 | 2025-03-03T21:48:41.822Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 541 | 2025-03-03T21:48:45.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.86s |
| 542 | 2025-03-03T21:48:45.955Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 543 | 2025-03-03T21:48:46.768Z | Downloading crates ... |
| 544 | 2025-03-03T21:48:46.914Z | Downloaded atomic-waker v1.1.2 |
| 545 | 2025-03-03T21:48:46.939Z | Downloaded aho-corasick v1.1.3 |
| 546 | 2025-03-03T21:48:46.940Z | Downloaded addr2line v0.24.2 |
| 547 | 2025-03-03T21:48:46.940Z | Downloaded async-recursion v1.1.1 |
| 548 | 2025-03-03T21:48:46.940Z | Downloaded base64 v0.22.1 |
| 549 | 2025-03-03T21:48:46.966Z | Downloaded hex-literal v0.4.1 |
| 550 | 2025-03-03T21:48:46.966Z | Downloaded headers v0.4.0 |
| 551 | 2025-03-03T21:48:46.966Z | Downloaded base16ct v0.2.0 |
| 552 | 2025-03-03T21:48:46.966Z | Downloaded heapless v0.7.17 |
| 553 | 2025-03-03T21:48:46.992Z | Downloaded httpdate v1.0.3 |
| 554 | 2025-03-03T21:48:46.992Z | Downloaded http-body-util v0.1.2 |
| 555 | 2025-03-03T21:48:46.992Z | Downloaded httparse v1.9.5 |
| 556 | 2025-03-03T21:48:46.992Z | Downloaded hubpack_derive v0.1.1 |
| 557 | 2025-03-03T21:48:46.992Z | Downloaded crossbeam-deque v0.8.5 |
| 558 | 2025-03-03T21:48:47.017Z | Downloaded iana-time-zone v0.1.61 |
| 559 | 2025-03-03T21:48:47.017Z | Downloaded instant v0.1.13 |
| 560 | 2025-03-03T21:48:47.017Z | Downloaded progenitor-client v0.8.0 |
| 561 | 2025-03-03T21:48:47.017Z | Downloaded memoffset v0.9.1 |
| 562 | 2025-03-03T21:48:47.043Z | Downloaded const_format v0.2.34 |
| 563 | 2025-03-03T21:48:47.043Z | Downloaded rustversion v1.0.17 |
| 564 | 2025-03-03T21:48:47.069Z | Downloaded simd-adler32 v0.3.7 |
| 565 | 2025-03-03T21:48:47.069Z | Downloaded zone_cfg_derive v0.3.0 |
| 566 | 2025-03-03T21:48:47.069Z | Downloaded zone_cfg_derive v0.1.2 |
| 567 | 2025-03-03T21:48:47.069Z | Downloaded zone v0.3.0 |
| 568 | 2025-03-03T21:48:47.096Z | Downloaded typify-macro v0.2.0 |
| 569 | 2025-03-03T21:48:47.096Z | Downloaded yasna v0.5.2 |
| 570 | 2025-03-03T21:48:47.096Z | Downloaded hash32 v0.3.1 |
| 571 | 2025-03-03T21:48:47.096Z | Downloaded futures-io v0.3.31 |
| 572 | 2025-03-03T21:48:47.096Z | Downloaded sync-ptr v0.1.1 |
| 573 | 2025-03-03T21:48:47.096Z | Downloaded phf_codegen v0.11.2 |
| 574 | 2025-03-03T21:48:47.122Z | Downloaded pkg-config v0.3.31 |
| 575 | 2025-03-03T21:48:47.122Z | Downloaded serde_urlencoded v0.7.1 |
| 576 | 2025-03-03T21:48:47.122Z | Downloaded scheduled-thread-pool v0.2.7 |
| 577 | 2025-03-03T21:48:47.122Z | Downloaded pin-utils v0.1.0 |
| 578 | 2025-03-03T21:48:47.122Z | Downloaded endian-type v0.1.2 |
| 579 | 2025-03-03T21:48:47.122Z | Downloaded sha1 v0.10.6 |
| 580 | 2025-03-03T21:48:47.122Z | Downloaded supports-color v3.0.2 |
| 581 | 2025-03-03T21:48:47.147Z | Downloaded strum_macros v0.25.3 |
| 582 | 2025-03-03T21:48:47.147Z | Downloaded tokio-util v0.7.13 |
| 583 | 2025-03-03T21:48:47.148Z | Downloaded nibble_vec v0.1.0 |
| 584 | 2025-03-03T21:48:47.148Z | Downloaded topological-sort v0.2.2 |
| 585 | 2025-03-03T21:48:47.173Z | Downloaded newtype_derive v0.1.6 |
| 586 | 2025-03-03T21:48:47.173Z | Downloaded unicode-truncate v1.1.0 |
| 587 | 2025-03-03T21:48:47.173Z | Downloaded rustls v0.22.4 |
| 588 | 2025-03-03T21:48:47.199Z | Downloaded tinyvec_macros v0.1.1 |
| 589 | 2025-03-03T21:48:47.199Z | Downloaded slab v0.4.9 |
| 590 | 2025-03-03T21:48:47.199Z | Downloaded fallible-iterator v0.2.0 |
| 591 | 2025-03-03T21:48:47.199Z | Downloaded num_enum v0.5.11 |
| 592 | 2025-03-03T21:48:47.225Z | Downloaded parse-size v1.1.0 |
| 593 | 2025-03-03T21:48:47.225Z | Downloaded dsl_auto_type v0.1.2 |
| 594 | 2025-03-03T21:48:47.225Z | Downloaded dirs-next v2.0.0 |
| 595 | 2025-03-03T21:48:47.225Z | Downloaded daft v0.1.1 |
| 596 | 2025-03-03T21:48:47.225Z | Downloaded try-lock v0.2.5 |
| 597 | 2025-03-03T21:48:47.225Z | Downloaded tower-layer v0.3.3 |
| 598 | 2025-03-03T21:48:47.251Z | Downloaded oso-derive v0.27.3 |
| 599 | 2025-03-03T21:48:47.251Z | Downloaded password-hash v0.5.0 |
| 600 | 2025-03-03T21:48:47.251Z | Downloaded serde-big-array v0.5.1 |
| 601 | 2025-03-03T21:48:47.251Z | Downloaded openssl-probe v0.1.5 |
| 602 | 2025-03-03T21:48:47.276Z | Downloaded foreign-types-shared v0.3.1 |
| 603 | 2025-03-03T21:48:47.276Z | Downloaded fs_extra v1.3.0 |
| 604 | 2025-03-03T21:48:47.276Z | Downloaded sync_wrapper v1.0.1 |
| 605 | 2025-03-03T21:48:47.276Z | Downloaded scopeguard v1.2.0 |
| 606 | 2025-03-03T21:48:47.276Z | Downloaded quinn-udp v0.5.5 |
| 607 | 2025-03-03T21:48:47.276Z | Downloaded want v0.3.1 |
| 608 | 2025-03-03T21:48:47.276Z | Downloaded russh-cryptovec v0.7.3 |
| 609 | 2025-03-03T21:48:47.276Z | Downloaded funty v2.0.0 |
| 610 | 2025-03-03T21:48:47.276Z | Downloaded num_threads v0.1.7 |
| 611 | 2025-03-03T21:48:47.305Z | Downloaded foreign-types-shared v0.1.1 |
| 612 | 2025-03-03T21:48:47.305Z | Downloaded number_prefix v0.4.0 |
| 613 | 2025-03-03T21:48:47.305Z | Downloaded num_enum_derive v0.5.11 |
| 614 | 2025-03-03T21:48:47.305Z | Downloaded olpc-cjson v0.1.4 |
| 615 | 2025-03-03T21:48:47.305Z | Downloaded foreign-types v0.3.2 |
| 616 | 2025-03-03T21:48:47.305Z | Downloaded writeable v0.5.5 |
| 617 | 2025-03-03T21:48:47.305Z | Downloaded float-cmp v0.10.0 |
| 618 | 2025-03-03T21:48:47.305Z | Downloaded document-features v0.2.10 |
| 619 | 2025-03-03T21:48:47.305Z | Downloaded foreign-types-macros v0.2.3 |
| 620 | 2025-03-03T21:48:47.306Z | Downloaded foldhash v0.1.3 |
| 621 | 2025-03-03T21:48:47.306Z | Downloaded rustc-demangle v0.1.24 |
| 622 | 2025-03-03T21:48:47.333Z | Downloaded zerocopy v0.6.6 |
| 623 | 2025-03-03T21:48:47.333Z | Downloaded foreign-types v0.5.0 |
| 624 | 2025-03-03T21:48:47.334Z | Downloaded whoami v1.5.2 |
| 625 | 2025-03-03T21:48:47.334Z | Downloaded rsa v0.9.6 |
| 626 | 2025-03-03T21:48:47.334Z | Downloaded displaydoc v0.2.5 |
| 627 | 2025-03-03T21:48:47.334Z | Downloaded dropshot_endpoint v0.16.0 |
| 628 | 2025-03-03T21:48:47.362Z | Downloaded russh v0.45.0 |
| 629 | 2025-03-03T21:48:47.362Z | Downloaded parse-zoneinfo v0.3.1 |
| 630 | 2025-03-03T21:48:47.362Z | Downloaded x509-cert v0.2.5 |
| 631 | 2025-03-03T21:48:47.362Z | Downloaded winnow v0.5.40 |
| 632 | 2025-03-03T21:48:47.389Z | Downloaded flume v0.11.1 |
| 633 | 2025-03-03T21:48:47.389Z | Downloaded hashbrown v0.13.2 |
| 634 | 2025-03-03T21:48:47.389Z | Downloaded flate2 v1.1.0 |
| 635 | 2025-03-03T21:48:47.415Z | Downloaded zerocopy v0.8.10 |
| 636 | 2025-03-03T21:48:47.441Z | Downloaded object v0.30.4 |
| 637 | 2025-03-03T21:48:47.441Z | Downloaded mio v1.0.2 |
| 638 | 2025-03-03T21:48:47.470Z | Downloaded openapiv3 v2.0.0 |
| 639 | 2025-03-03T21:48:47.470Z | Downloaded proptest v1.6.0 |
| 640 | 2025-03-03T21:48:47.495Z | Downloaded dropshot v0.12.0 |
| 641 | 2025-03-03T21:48:47.521Z | Downloaded vcpkg v0.2.15 |
| 642 | 2025-03-03T21:48:47.548Z | Downloaded object v0.36.5 |
| 643 | 2025-03-03T21:48:47.573Z | Downloaded dropshot v0.16.0 |
| 644 | 2025-03-03T21:48:47.598Z | Downloaded smoltcp v0.11.0 |
| 645 | 2025-03-03T21:48:47.623Z | Downloaded regex-syntax v0.6.29 |
| 646 | 2025-03-03T21:48:47.623Z | Downloaded webpki-roots v0.26.6 |
| 647 | 2025-03-03T21:48:47.623Z | Downloaded regex-syntax v0.8.5 |
| 648 | 2025-03-03T21:48:47.649Z | Downloaded tabled v0.18.0 |
| 649 | 2025-03-03T21:48:47.674Z | Downloaded regress v0.10.3 |
| 650 | 2025-03-03T21:48:47.674Z | Downloaded sha3 v0.10.8 |
| 651 | 2025-03-03T21:48:47.674Z | Downloaded sled v0.34.7 |
| 652 | 2025-03-03T21:48:47.699Z | Downloaded zerocopy-derive v0.6.6 |
| 653 | 2025-03-03T21:48:47.699Z | Downloaded smoltcp v0.9.1 |
| 654 | 2025-03-03T21:48:47.726Z | Downloaded rustls v0.21.12 |
| 655 | 2025-03-03T21:48:47.726Z | Downloaded curve25519-dalek v4.1.3 |
| 656 | 2025-03-03T21:48:47.751Z | Downloaded hickory-proto v0.24.4 |
| 657 | 2025-03-03T21:48:47.751Z | Downloaded tokio v1.43.0 |
| 658 | 2025-03-03T21:48:47.798Z | Downloaded sqlparser v0.45.0 |
| 659 | 2025-03-03T21:48:47.826Z | Downloaded regex v1.11.1 |
| 660 | 2025-03-03T21:48:47.826Z | Downloaded petgraph v0.6.5 |
| 661 | 2025-03-03T21:48:47.851Z | Downloaded polar-core v0.27.3 |
| 662 | 2025-03-03T21:48:47.851Z | Downloaded regex-automata v0.4.8 |
| 663 | 2025-03-03T21:48:47.879Z | Downloaded gimli v0.31.1 |
| 664 | 2025-03-03T21:48:47.905Z | Downloaded lzma-sys v0.1.20 |
| 665 | 2025-03-03T21:48:47.934Z | Downloaded portable-atomic v1.9.0 |
| 666 | 2025-03-03T21:48:47.934Z | Downloaded petgraph v0.7.1 |
| 667 | 2025-03-03T21:48:47.966Z | Downloaded libz-sys v1.1.20 |
| 668 | 2025-03-03T21:48:47.992Z | Downloaded git2 v0.19.0 |
| 669 | 2025-03-03T21:48:47.992Z | Downloaded tough v0.19.0 |
| 670 | 2025-03-03T21:48:48.031Z | Downloaded russh-keys v0.45.0 |
| 671 | 2025-03-03T21:48:48.031Z | Downloaded publicsuffix v2.3.0 |
| 672 | 2025-03-03T21:48:48.031Z | Downloaded openssl v0.10.71 |
| 673 | 2025-03-03T21:48:48.031Z | Downloaded tower v0.5.2 |
| 674 | 2025-03-03T21:48:48.056Z | Downloaded lalrpop v0.19.12 |
| 675 | 2025-03-03T21:48:48.057Z | Downloaded qorb v0.2.1 |
| 676 | 2025-03-03T21:48:48.057Z | Downloaded csv v1.3.1 |
| 677 | 2025-03-03T21:48:48.082Z | Downloaded reqwest v0.12.12 |
| 678 | 2025-03-03T21:48:48.083Z | Downloaded dropshot_endpoint v0.12.0 |
| 679 | 2025-03-03T21:48:48.083Z | Downloaded salty v0.3.0 |
| 680 | 2025-03-03T21:48:48.109Z | Downloaded progenitor-impl v0.9.1 |
| 681 | 2025-03-03T21:48:48.109Z | Downloaded socket2 v0.5.8 |
| 682 | 2025-03-03T21:48:48.109Z | Downloaded p384 v0.13.0 |
| 683 | 2025-03-03T21:48:48.109Z | Downloaded vte v0.11.1 |
| 684 | 2025-03-03T21:48:48.109Z | Downloaded walkdir v2.5.0 |
| 685 | 2025-03-03T21:48:48.109Z | Downloaded tracing v0.1.40 |
| 686 | 2025-03-03T21:48:48.136Z | Downloaded num-bigint-dig v0.8.4 |
| 687 | 2025-03-03T21:48:48.136Z | Downloaded h2 v0.4.6 |
| 688 | 2025-03-03T21:48:48.136Z | Downloaded futures v0.3.31 |
| 689 | 2025-03-03T21:48:48.136Z | Downloaded tracing-core v0.1.32 |
| 690 | 2025-03-03T21:48:48.136Z | Downloaded float-ord v0.3.2 |
| 691 | 2025-03-03T21:48:48.162Z | Downloaded downcast v0.11.0 |
| 692 | 2025-03-03T21:48:48.162Z | Downloaded tap v1.0.1 |
| 693 | 2025-03-03T21:48:48.162Z | Downloaded display-error-chain v0.2.2 |
| 694 | 2025-03-03T21:48:48.162Z | Downloaded wyz v0.5.1 |
| 695 | 2025-03-03T21:48:48.162Z | Downloaded omicron-zone-package v0.12.0 |
| 696 | 2025-03-03T21:48:48.162Z | Downloaded sct v0.7.1 |
| 697 | 2025-03-03T21:48:48.162Z | Downloaded which v4.4.2 |
| 698 | 2025-03-03T21:48:48.162Z | Downloaded wait-timeout v0.2.0 |
| 699 | 2025-03-03T21:48:48.162Z | Downloaded tabwriter v1.4.0 |
| 700 | 2025-03-03T21:48:48.162Z | Downloaded encoding_rs v0.8.34 |
| 701 | 2025-03-03T21:48:48.187Z | Downloaded ring v0.17.11 |
| 702 | 2025-03-03T21:48:48.233Z | Downloaded nix v0.29.0 |
| 703 | 2025-03-03T21:48:48.259Z | Downloaded xattr v1.3.1 |
| 704 | 2025-03-03T21:48:48.260Z | Downloaded mockall v0.13.1 |
| 705 | 2025-03-03T21:48:48.260Z | Downloaded vergen v8.3.2 |
| 706 | 2025-03-03T21:48:48.260Z | Downloaded tabled_derive v0.10.0 |
| 707 | 2025-03-03T21:48:48.260Z | Downloaded sec1 v0.7.3 |
| 708 | 2025-03-03T21:48:48.260Z | Downloaded fixedbitset v0.5.7 |
| 709 | 2025-03-03T21:48:48.260Z | Downloaded ed25519-dalek v2.1.1 |
| 710 | 2025-03-03T21:48:48.285Z | Downloaded nix v0.28.0 |
| 711 | 2025-03-03T21:48:48.285Z | Downloaded resolv-conf v0.7.0 |
| 712 | 2025-03-03T21:48:48.285Z | Downloaded value-bag v1.9.0 |
| 713 | 2025-03-03T21:48:48.285Z | Downloaded take_mut v0.2.2 |
| 714 | 2025-03-03T21:48:48.285Z | Downloaded opaque-debug v0.3.1 |
| 715 | 2025-03-03T21:48:48.285Z | Downloaded winnow v0.6.20 |
| 716 | 2025-03-03T21:48:48.311Z | Downloaded quick-error v1.2.3 |
| 717 | 2025-03-03T21:48:48.311Z | Downloaded spin v0.9.8 |
| 718 | 2025-03-03T21:48:48.311Z | Downloaded snafu-derive v0.8.5 |
| 719 | 2025-03-03T21:48:48.311Z | Downloaded postgres-protocol v0.6.8 |
| 720 | 2025-03-03T21:48:48.311Z | Downloaded poly1305 v0.8.0 |
| 721 | 2025-03-03T21:48:48.311Z | Downloaded rtoolbox v0.0.2 |
| 722 | 2025-03-03T21:48:48.311Z | Downloaded rfc6979 v0.4.0 |
| 723 | 2025-03-03T21:48:48.311Z | Downloaded synstructure v0.13.1 |
| 724 | 2025-03-03T21:48:48.311Z | Downloaded scrypt v0.11.0 |
| 725 | 2025-03-03T21:48:48.311Z | Downloaded openssl-sys v0.9.106 |
| 726 | 2025-03-03T21:48:48.336Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 727 | 2025-03-03T21:48:48.388Z | Downloaded time v0.3.36 |
| 728 | 2025-03-03T21:48:48.414Z | Downloaded p521 v0.13.3 |
| 729 | 2025-03-03T21:48:48.414Z | Downloaded zerovec v0.10.4 |
| 730 | 2025-03-03T21:48:48.414Z | Downloaded radix_trie v0.2.1 |
| 731 | 2025-03-03T21:48:48.440Z | Downloaded typify-impl v0.2.0 |
| 732 | 2025-03-03T21:48:48.440Z | Downloaded waitgroup v0.1.2 |
| 733 | 2025-03-03T21:48:48.440Z | Downloaded rustc-hash v1.1.0 |
| 734 | 2025-03-03T21:48:48.440Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 735 | 2025-03-03T21:48:48.440Z | Downloaded postcard v1.0.10 |
| 736 | 2025-03-03T21:48:48.441Z | Downloaded url v2.5.3 |
| 737 | 2025-03-03T21:48:48.466Z | Downloaded rustyline v14.0.0 |
| 738 | 2025-03-03T21:48:48.466Z | Downloaded progenitor-macro v0.8.0 |
| 739 | 2025-03-03T21:48:48.466Z | Downloaded polyval v0.6.2 |
| 740 | 2025-03-03T21:48:48.466Z | Downloaded tracing-attributes v0.1.27 |
| 741 | 2025-03-03T21:48:48.466Z | Downloaded schemars_derive v0.8.22 |
| 742 | 2025-03-03T21:48:48.466Z | Downloaded rustc_version v0.4.1 |
| 743 | 2025-03-03T21:48:48.466Z | Downloaded rustc_version v0.1.7 |
| 744 | 2025-03-03T21:48:48.466Z | Downloaded rustc-hash v2.1.1 |
| 745 | 2025-03-03T21:48:48.466Z | Downloaded form_urlencoded v1.2.1 |
| 746 | 2025-03-03T21:48:48.466Z | Downloaded progenitor-macro v0.9.1 |
| 747 | 2025-03-03T21:48:48.466Z | Downloaded proc-macro-crate v1.3.1 |
| 748 | 2025-03-03T21:48:48.466Z | Downloaded fatfs v0.3.6 |
| 749 | 2025-03-03T21:48:48.497Z | Downloaded p256 v0.13.2 |
| 750 | 2025-03-03T21:48:48.497Z | Downloaded oso v0.27.3 |
| 751 | 2025-03-03T21:48:48.497Z | Downloaded darling_core v0.20.10 |
| 752 | 2025-03-03T21:48:48.497Z | Downloaded nix v0.27.1 |
| 753 | 2025-03-03T21:48:48.522Z | Downloaded typify-impl v0.3.0 |
| 754 | 2025-03-03T21:48:48.522Z | Downloaded fragile v2.0.0 |
| 755 | 2025-03-03T21:48:48.522Z | Downloaded postgres-types v0.2.9 |
| 756 | 2025-03-03T21:48:48.523Z | Downloaded vsss-rs v3.3.4 |
| 757 | 2025-03-03T21:48:48.523Z | Downloaded primeorder v0.13.6 |
| 758 | 2025-03-03T21:48:48.523Z | Downloaded powerfmt v0.2.0 |
| 759 | 2025-03-03T21:48:48.548Z | Downloaded zerocopy-derive v0.8.10 |
| 760 | 2025-03-03T21:48:48.548Z | Downloaded num-bigint v0.4.6 |
| 761 | 2025-03-03T21:48:48.548Z | Downloaded openssl-macros v0.1.1 |
| 762 | 2025-03-03T21:48:48.548Z | Downloaded flagset v0.4.6 |
| 763 | 2025-03-03T21:48:48.548Z | Downloaded filetime v0.2.25 |
| 764 | 2025-03-03T21:48:48.548Z | Downloaded ff v0.13.0 |
| 765 | 2025-03-03T21:48:48.548Z | Downloaded fd-lock v4.0.2 |
| 766 | 2025-03-03T21:48:48.548Z | Downloaded slog-envlogger v2.2.0 |
| 767 | 2025-03-03T21:48:48.548Z | Downloaded slog-bunyan v2.5.0 |
| 768 | 2025-03-03T21:48:48.549Z | Downloaded serde-hex v0.1.0 |
| 769 | 2025-03-03T21:48:48.574Z | Downloaded secrecy v0.8.0 |
| 770 | 2025-03-03T21:48:48.574Z | Downloaded peg-macros v0.8.4 |
| 771 | 2025-03-03T21:48:48.574Z | Downloaded tar v0.4.44 |
| 772 | 2025-03-03T21:48:48.574Z | Downloaded password-hash v0.4.2 |
| 773 | 2025-03-03T21:48:48.574Z | Downloaded papergrid v0.14.0 |
| 774 | 2025-03-03T21:48:48.574Z | Downloaded darling v0.20.10 |
| 775 | 2025-03-03T21:48:48.574Z | Downloaded snafu v0.8.5 |
| 776 | 2025-03-03T21:48:48.599Z | Downloaded ron v0.8.1 |
| 777 | 2025-03-03T21:48:48.600Z | Downloaded zip v2.1.3 |
| 778 | 2025-03-03T21:48:48.600Z | Downloaded expectorate v1.1.0 |
| 779 | 2025-03-03T21:48:48.600Z | Downloaded unicode-width v0.2.0 |
| 780 | 2025-03-03T21:48:48.600Z | Downloaded diesel v2.2.7 |
| 781 | 2025-03-03T21:48:48.625Z | Downloaded fixedbitset v0.4.2 |
| 782 | 2025-03-03T21:48:48.650Z | Downloaded slog-async v2.8.0 |
| 783 | 2025-03-03T21:48:48.651Z | Downloaded semver v0.1.20 |
| 784 | 2025-03-03T21:48:48.651Z | Downloaded oxnet v0.1.1 |
| 785 | 2025-03-03T21:48:48.651Z | Downloaded owo-colors v4.2.0 |
| 786 | 2025-03-03T21:48:48.651Z | Downloaded tower-service v0.3.3 |
| 787 | 2025-03-03T21:48:48.651Z | Downloaded termcolor v1.4.1 |
| 788 | 2025-03-03T21:48:48.651Z | Downloaded term v0.7.0 |
| 789 | 2025-03-03T21:48:48.651Z | Downloaded parking_lot v0.11.2 |
| 790 | 2025-03-03T21:48:48.651Z | Downloaded slog v2.7.0 |
| 791 | 2025-03-03T21:48:48.651Z | Downloaded hashbrown v0.12.3 |
| 792 | 2025-03-03T21:48:48.677Z | Downloaded steno v0.4.1 |
| 793 | 2025-03-03T21:48:48.677Z | Downloaded itertools v0.12.1 |
| 794 | 2025-03-03T21:48:48.677Z | Downloaded vte_generate_state_changes v0.1.2 |
| 795 | 2025-03-03T21:48:48.677Z | Downloaded termios v0.3.3 |
| 796 | 2025-03-03T21:48:48.677Z | Downloaded parking_lot v0.12.3 |
| 797 | 2025-03-03T21:48:48.677Z | Downloaded parking_lot_core v0.9.10 |
| 798 | 2025-03-03T21:48:48.677Z | Downloaded data-encoding v2.6.0 |
| 799 | 2025-03-03T21:48:48.703Z | Downloaded daft-derive v0.1.1 |
| 800 | 2025-03-03T21:48:48.703Z | Downloaded ron v0.7.1 |
| 801 | 2025-03-03T21:48:48.703Z | Downloaded uuid v1.15.1 |
| 802 | 2025-03-03T21:48:48.703Z | Downloaded unicode_categories v0.1.1 |
| 803 | 2025-03-03T21:48:48.703Z | Downloaded parking_lot_core v0.8.6 |
| 804 | 2025-03-03T21:48:48.703Z | Downloaded tls_codec v0.4.1 |
| 805 | 2025-03-03T21:48:48.703Z | Downloaded tinyvec v1.8.0 |
| 806 | 2025-03-03T21:48:48.703Z | Downloaded progenitor-impl v0.8.0 |
| 807 | 2025-03-03T21:48:48.728Z | Downloaded num-traits v0.2.19 |
| 808 | 2025-03-03T21:48:48.728Z | Downloaded tokio-postgres v0.7.13 |
| 809 | 2025-03-03T21:48:48.728Z | Downloaded ratatui v0.29.0 |
| 810 | 2025-03-03T21:48:48.753Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 811 | 2025-03-03T21:48:48.753Z | Downloaded spki v0.7.3 |
| 812 | 2025-03-03T21:48:48.778Z | Downloaded slog-dtrace v0.3.0 |
| 813 | 2025-03-03T21:48:48.779Z | Downloaded packed_struct v0.10.1 |
| 814 | 2025-03-03T21:48:48.779Z | Downloaded zeroize_derive v1.4.2 |
| 815 | 2025-03-03T21:48:48.779Z | Downloaded smallvec v1.14.0 |
| 816 | 2025-03-03T21:48:48.779Z | Downloaded progenitor v0.8.0 |
| 817 | 2025-03-03T21:48:48.779Z | Downloaded native-tls v0.2.12 |
| 818 | 2025-03-03T21:48:48.779Z | Downloaded mockall_derive v0.13.1 |
| 819 | 2025-03-03T21:48:48.779Z | Downloaded zopfli v0.8.1 |
| 820 | 2025-03-03T21:48:48.779Z | Downloaded ssh-key v0.6.6 |
| 821 | 2025-03-03T21:48:48.804Z | Downloaded time-core v0.1.2 |
| 822 | 2025-03-03T21:48:48.804Z | Downloaded sqlformat v0.2.6 |
| 823 | 2025-03-03T21:48:48.804Z | Downloaded peg v0.8.4 |
| 824 | 2025-03-03T21:48:48.805Z | Downloaded pbkdf2 v0.12.2 |
| 825 | 2025-03-03T21:48:48.805Z | Downloaded parse-display-derive v0.10.0 |
| 826 | 2025-03-03T21:48:48.805Z | Downloaded parse-display v0.10.0 |
| 827 | 2025-03-03T21:48:48.805Z | Downloaded packed_struct_codegen v0.10.1 |
| 828 | 2025-03-03T21:48:48.805Z | Downloaded dirs-sys-next v0.1.2 |
| 829 | 2025-03-03T21:48:48.805Z | Downloaded difflib v0.4.0 |
| 830 | 2025-03-03T21:48:48.805Z | Downloaded debug-ignore v1.0.5 |
| 831 | 2025-03-03T21:48:48.805Z | Downloaded zeroize v1.8.1 |
| 832 | 2025-03-03T21:48:48.805Z | Downloaded zerofrom-derive v0.1.4 |
| 833 | 2025-03-03T21:48:48.805Z | Downloaded tiny-keccak v2.0.2 |
| 834 | 2025-03-03T21:48:48.805Z | Downloaded slog-json v2.6.1 |
| 835 | 2025-03-03T21:48:48.830Z | Downloaded proc-macro-error2 v2.0.1 |
| 836 | 2025-03-03T21:48:48.831Z | Downloaded tokio-tungstenite v0.23.1 |
| 837 | 2025-03-03T21:48:48.831Z | Downloaded signal-hook v0.3.17 |
| 838 | 2025-03-03T21:48:48.831Z | Downloaded rand v0.9.0 |
| 839 | 2025-03-03T21:48:48.831Z | Downloaded rand v0.8.5 |
| 840 | 2025-03-03T21:48:48.831Z | Downloaded tinystr v0.7.6 |
| 841 | 2025-03-03T21:48:48.831Z | Downloaded time-macros v0.2.18 |
| 842 | 2025-03-03T21:48:48.831Z | Downloaded rustfmt-wrapper v0.2.1 |
| 843 | 2025-03-03T21:48:48.882Z | Downloaded progenitor v0.9.1 |
| 844 | 2025-03-03T21:48:48.882Z | Downloaded num-integer v0.1.46 |
| 845 | 2025-03-03T21:48:48.882Z | Downloaded newtype-uuid v1.2.1 |
| 846 | 2025-03-03T21:48:48.882Z | Downloaded multer v3.1.0 |
| 847 | 2025-03-03T21:48:48.907Z | Downloaded zip v0.6.6 |
| 848 | 2025-03-03T21:48:48.907Z | Downloaded unsafe-libyaml v0.2.11 |
| 849 | 2025-03-03T21:48:48.907Z | Downloaded idna v1.0.3 |
| 850 | 2025-03-03T21:48:48.907Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 851 | 2025-03-03T21:48:48.907Z | Downloaded zerofrom v0.1.4 |
| 852 | 2025-03-03T21:48:48.907Z | Downloaded write16 v1.0.0 |
| 853 | 2025-03-03T21:48:48.907Z | Downloaded tls_codec_derive v0.4.1 |
| 854 | 2025-03-03T21:48:48.908Z | Downloaded num-rational v0.4.2 |
| 855 | 2025-03-03T21:48:48.908Z | Downloaded num-iter v0.1.45 |
| 856 | 2025-03-03T21:48:48.908Z | Downloaded num-derive v0.4.2 |
| 857 | 2025-03-03T21:48:48.908Z | Downloaded nanorand v0.7.0 |
| 858 | 2025-03-03T21:48:48.908Z | Downloaded multimap v0.10.0 |
| 859 | 2025-03-03T21:48:48.908Z | Downloaded ecdsa v0.16.9 |
| 860 | 2025-03-03T21:48:48.908Z | Downloaded dunce v1.0.5 |
| 861 | 2025-03-03T21:48:48.908Z | Downloaded nom v7.1.3 |
| 862 | 2025-03-03T21:48:48.908Z | Downloaded libm v0.2.8 |
| 863 | 2025-03-03T21:48:48.908Z | Downloaded hkdf v0.12.4 |
| 864 | 2025-03-03T21:48:48.908Z | Downloaded tokio-tungstenite v0.21.0 |
| 865 | 2025-03-03T21:48:48.908Z | Downloaded tokio-stream v0.1.17 |
| 866 | 2025-03-03T21:48:48.908Z | Downloaded similar v2.7.0 |
| 867 | 2025-03-03T21:48:48.908Z | Downloaded unicode-normalization v0.1.24 |
| 868 | 2025-03-03T21:48:48.933Z | Downloaded petname v2.0.2 |
| 869 | 2025-03-03T21:48:48.933Z | Downloaded toml_edit v0.19.15 |
| 870 | 2025-03-03T21:48:48.959Z | Downloaded darling_macro v0.20.10 |
| 871 | 2025-03-03T21:48:48.959Z | Downloaded smf v0.2.3 |
| 872 | 2025-03-03T21:48:48.959Z | Downloaded salsa20 v0.10.2 |
| 873 | 2025-03-03T21:48:48.959Z | Downloaded num-conv v0.1.0 |
| 874 | 2025-03-03T21:48:48.959Z | Downloaded newline-converter v0.3.0 |
| 875 | 2025-03-03T21:48:48.959Z | Downloaded new_debug_unreachable v1.0.6 |
| 876 | 2025-03-03T21:48:48.959Z | Downloaded ed25519 v2.2.3 |
| 877 | 2025-03-03T21:48:48.959Z | Downloaded dyn-clone v1.0.18 |
| 878 | 2025-03-03T21:48:48.959Z | Downloaded zerovec-derive v0.10.3 |
| 879 | 2025-03-03T21:48:48.959Z | Downloaded tokio-rustls v0.26.0 |
| 880 | 2025-03-03T21:48:48.959Z | Downloaded tokio-rustls v0.25.0 |
| 881 | 2025-03-03T21:48:48.959Z | Downloaded tokio-rustls v0.24.1 |
| 882 | 2025-03-03T21:48:48.959Z | Downloaded signal-hook-tokio v0.3.1 |
| 883 | 2025-03-03T21:48:48.959Z | Downloaded serde_derive_internals v0.29.1 |
| 884 | 2025-03-03T21:48:48.985Z | Downloaded rand_core v0.9.2 |
| 885 | 2025-03-03T21:48:48.985Z | Downloaded env_logger v0.11.5 |
| 886 | 2025-03-03T21:48:48.985Z | Downloaded env_logger v0.10.2 |
| 887 | 2025-03-03T21:48:48.985Z | Downloaded diesel_derives v2.2.3 |
| 888 | 2025-03-03T21:48:48.985Z | Downloaded libxml v0.3.3 |
| 889 | 2025-03-03T21:48:48.985Z | Downloaded zone v0.1.8 |
| 890 | 2025-03-03T21:48:48.985Z | Downloaded tokio-native-tls v0.3.1 |
| 891 | 2025-03-03T21:48:48.985Z | Downloaded tokio-macros v2.5.0 |
| 892 | 2025-03-03T21:48:49.010Z | Downloaded serde_path_to_error v0.1.16 |
| 893 | 2025-03-03T21:48:49.011Z | Downloaded unicode-segmentation v1.12.0 |
| 894 | 2025-03-03T21:48:49.011Z | Downloaded subprocess v0.2.9 |
| 895 | 2025-03-03T21:48:49.011Z | Downloaded half v2.4.1 |
| 896 | 2025-03-03T21:48:49.011Z | Downloaded either v1.14.0 |
| 897 | 2025-03-03T21:48:49.011Z | Downloaded signal-hook-registry v1.4.2 |
| 898 | 2025-03-03T21:48:49.011Z | Downloaded signal-hook-mio v0.2.4 |
| 899 | 2025-03-03T21:48:49.011Z | Downloaded serde_repr v0.1.19 |
| 900 | 2025-03-03T21:48:49.011Z | Downloaded rand_chacha v0.9.0 |
| 901 | 2025-03-03T21:48:49.011Z | Downloaded predicates v3.1.3 |
| 902 | 2025-03-03T21:48:49.011Z | Downloaded elliptic-curve v0.13.8 |
| 903 | 2025-03-03T21:48:49.036Z | Downloaded itertools v0.13.0 |
| 904 | 2025-03-03T21:48:49.036Z | Downloaded hickory-resolver v0.24.4 |
| 905 | 2025-03-03T21:48:49.036Z | Downloaded siphasher v0.3.11 |
| 906 | 2025-03-03T21:48:49.036Z | Downloaded aws-lc-sys v0.26.0 |
| 907 | 2025-03-03T21:48:49.306Z | Downloaded serde_plain v1.0.2 |
| 908 | 2025-03-03T21:48:49.331Z | Downloaded radium v0.7.0 |
| 909 | 2025-03-03T21:48:49.331Z | Downloaded r2d2 v0.8.10 |
| 910 | 2025-03-03T21:48:49.331Z | Downloaded predicates-core v1.0.8 |
| 911 | 2025-03-03T21:48:49.331Z | Downloaded pbkdf2 v0.11.0 |
| 912 | 2025-03-03T21:48:49.331Z | Downloaded num-complex v0.4.6 |
| 913 | 2025-03-03T21:48:49.331Z | Downloaded nu-ansi-term v0.50.1 |
| 914 | 2025-03-03T21:48:49.331Z | Downloaded tungstenite v0.23.0 |
| 915 | 2025-03-03T21:48:49.331Z | Downloaded unicode-bidi v0.3.17 |
| 916 | 2025-03-03T21:48:49.331Z | Downloaded itertools v0.14.0 |
| 917 | 2025-03-03T21:48:49.358Z | Downloaded rpassword v7.3.1 |
| 918 | 2025-03-03T21:48:49.358Z | Downloaded progenitor-client v0.9.1 |
| 919 | 2025-03-03T21:48:49.358Z | Downloaded ref-cast-impl v1.0.23 |
| 920 | 2025-03-03T21:48:49.358Z | Downloaded rand_core v0.6.4 |
| 921 | 2025-03-03T21:48:49.358Z | Downloaded rand_chacha v0.3.1 |
| 922 | 2025-03-03T21:48:49.358Z | Downloaded predicates-tree v1.0.11 |
| 923 | 2025-03-03T21:48:49.358Z | Downloaded ppv-lite86 v0.2.20 |
| 924 | 2025-03-03T21:48:49.358Z | Downloaded path-slash v0.1.5 |
| 925 | 2025-03-03T21:48:49.358Z | Downloaded paste v1.0.15 |
| 926 | 2025-03-03T21:48:49.358Z | Downloaded num v0.4.3 |
| 927 | 2025-03-03T21:48:49.358Z | Downloaded normalize-line-endings v0.3.0 |
| 928 | 2025-03-03T21:48:49.358Z | Downloaded nodrop v0.1.14 |
| 929 | 2025-03-03T21:48:49.358Z | Downloaded uzers v0.12.1 |
| 930 | 2025-03-03T21:48:49.358Z | Downloaded strum_macros v0.26.4 |
| 931 | 2025-03-03T21:48:49.384Z | Downloaded pkcs5 v0.7.1 |
| 932 | 2025-03-03T21:48:49.384Z | Downloaded pin-project v1.1.6 |
| 933 | 2025-03-03T21:48:49.384Z | Downloaded diff v0.1.13 |
| 934 | 2025-03-03T21:48:49.384Z | Downloaded minimal-lexical v0.2.1 |
| 935 | 2025-03-03T21:48:49.409Z | Downloaded icu_collections v1.5.0 |
| 936 | 2025-03-03T21:48:49.409Z | Downloaded toolchain_find v0.4.0 |
| 937 | 2025-03-03T21:48:49.409Z | Downloaded precomputed-hash v0.1.1 |
| 938 | 2025-03-03T21:48:49.409Z | Downloaded env_filter v0.1.2 |
| 939 | 2025-03-03T21:48:49.409Z | Downloaded enum-as-inner v0.6.1 |
| 940 | 2025-03-03T21:48:49.410Z | Downloaded ena v0.14.3 |
| 941 | 2025-03-03T21:48:49.410Z | Downloaded embedded-io v0.4.0 |
| 942 | 2025-03-03T21:48:49.410Z | Downloaded tungstenite v0.21.0 |
| 943 | 2025-03-03T21:48:49.410Z | Downloaded strum_macros v0.24.3 |
| 944 | 2025-03-03T21:48:49.410Z | Downloaded strip-ansi-escapes v0.2.0 |
| 945 | 2025-03-03T21:48:49.435Z | Downloaded ssh-cipher v0.2.0 |
| 946 | 2025-03-03T21:48:49.435Z | Downloaded sqlparser_derive v0.2.2 |
| 947 | 2025-03-03T21:48:49.435Z | Downloaded serde_with v3.12.0 |
| 948 | 2025-03-03T21:48:49.435Z | Downloaded futures-util v0.3.31 |
| 949 | 2025-03-03T21:48:49.465Z | Downloaded rustls v0.23.19 |
| 950 | 2025-03-03T21:48:49.465Z | Downloaded hyper v1.6.0 |
| 951 | 2025-03-03T21:48:49.465Z | Downloaded utf8_iter v1.0.4 |
| 952 | 2025-03-03T21:48:49.465Z | Downloaded utf16_iter v1.0.5 |
| 953 | 2025-03-03T21:48:49.465Z | Downloaded utf-8 v0.7.6 |
| 954 | 2025-03-03T21:48:49.490Z | Downloaded untrusted v0.9.0 |
| 955 | 2025-03-03T21:48:49.491Z | Downloaded untrusted v0.7.1 |
| 956 | 2025-03-03T21:48:49.491Z | Downloaded universal-hash v0.5.1 |
| 957 | 2025-03-03T21:48:49.491Z | Downloaded unicode-xid v0.2.6 |
| 958 | 2025-03-03T21:48:49.491Z | Downloaded unicode-properties v0.1.3 |
| 959 | 2025-03-03T21:48:49.491Z | Downloaded tui-tree-widget v0.23.0 |
| 960 | 2025-03-03T21:48:49.491Z | Downloaded subtle v2.6.1 |
| 961 | 2025-03-03T21:48:49.491Z | Downloaded serde_yaml v0.9.34+deprecated |
| 962 | 2025-03-03T21:48:49.491Z | Downloaded samael v0.0.18 |
| 963 | 2025-03-03T21:48:49.491Z | Downloaded pkcs8 v0.10.2 |
| 964 | 2025-03-03T21:48:49.491Z | Downloaded pin-project-lite v0.2.14 |
| 965 | 2025-03-03T21:48:49.516Z | Downloaded pin-project-internal v1.1.6 |
| 966 | 2025-03-03T21:48:49.516Z | Downloaded chrono-tz v0.10.1 |
| 967 | 2025-03-03T21:48:49.516Z | Downloaded quick-xml v0.37.2 |
| 968 | 2025-03-03T21:48:49.516Z | Downloaded structmeta v0.3.0 |
| 969 | 2025-03-03T21:48:49.516Z | Downloaded shell-words v1.1.0 |
| 970 | 2025-03-03T21:48:49.516Z | Downloaded serde_with_macros v3.12.0 |
| 971 | 2025-03-03T21:48:49.516Z | Downloaded pkcs1 v0.7.5 |
| 972 | 2025-03-03T21:48:49.516Z | Downloaded globset v0.4.15 |
| 973 | 2025-03-03T21:48:49.542Z | Downloaded typed-path v0.9.3 |
| 974 | 2025-03-03T21:48:49.542Z | Downloaded structmeta-derive v0.3.0 |
| 975 | 2025-03-03T21:48:49.542Z | Downloaded shlex v1.3.0 |
| 976 | 2025-03-03T21:48:49.542Z | Downloaded der v0.7.9 |
| 977 | 2025-03-03T21:48:49.542Z | Downloaded test-strategy v0.4.0 |
| 978 | 2025-03-03T21:48:49.542Z | Downloaded rustls-webpki v0.101.7 |
| 979 | 2025-03-03T21:48:49.567Z | Downloaded embedded-io v0.6.1 |
| 980 | 2025-03-03T21:48:49.567Z | Downloaded schemars v0.8.22 |
| 981 | 2025-03-03T21:48:49.592Z | Downloaded hash32 v0.2.1 |
| 982 | 2025-03-03T21:48:49.592Z | Downloaded bstr v1.10.0 |
| 983 | 2025-03-03T21:48:49.592Z | Downloaded percent-encoding v2.3.1 |
| 984 | 2025-03-03T21:48:49.592Z | Downloaded pem v3.0.5 |
| 985 | 2025-03-03T21:48:49.592Z | Downloaded group v0.13.0 |
| 986 | 2025-03-03T21:48:49.592Z | Downloaded stringprep v0.1.5 |
| 987 | 2025-03-03T21:48:49.592Z | Downloaded same-file v1.0.6 |
| 988 | 2025-03-03T21:48:49.618Z | Downloaded phf_generator v0.11.2 |
| 989 | 2025-03-03T21:48:49.618Z | Downloaded phf v0.11.2 |
| 990 | 2025-03-03T21:48:49.618Z | Downloaded getrandom v0.3.1 |
| 991 | 2025-03-03T21:48:49.618Z | Downloaded getrandom v0.2.15 |
| 992 | 2025-03-03T21:48:49.618Z | Downloaded futures-macro v0.3.31 |
| 993 | 2025-03-03T21:48:49.618Z | Downloaded futures-channel v0.3.31 |
| 994 | 2025-03-03T21:48:49.618Z | Downloaded derive_more v0.99.19 |
| 995 | 2025-03-03T21:48:49.618Z | Downloaded derive-where v1.2.7 |
| 996 | 2025-03-03T21:48:49.618Z | Downloaded defmt-macros v0.3.9 |
| 997 | 2025-03-03T21:48:49.644Z | Downloaded thiserror-no-std v2.0.2 |
| 998 | 2025-03-03T21:48:49.644Z | Downloaded rustls-webpki v0.102.8 |
| 999 | 2025-03-03T21:48:49.669Z | Downloaded indicatif v0.17.11 |
| 1000 | 2025-03-03T21:48:49.669Z | Downloaded icu_normalizer_data v1.5.0 |
| 1001 | 2025-03-03T21:48:49.669Z | Downloaded phf_shared v0.11.2 |
| 1002 | 2025-03-03T21:48:49.669Z | Downloaded pem-rfc7468 v0.7.0 |
| 1003 | 2025-03-03T21:48:49.669Z | Downloaded peg-runtime v0.8.3 |
| 1004 | 2025-03-03T21:48:49.669Z | Downloaded glob v0.3.2 |
| 1005 | 2025-03-03T21:48:49.669Z | Downloaded derive_builder v0.20.2 |
| 1006 | 2025-03-03T21:48:49.669Z | Downloaded toml v0.7.8 |
| 1007 | 2025-03-03T21:48:49.669Z | Downloaded icu_provider v1.5.0 |
| 1008 | 2025-03-03T21:48:49.695Z | Downloaded ghash v0.5.1 |
| 1009 | 2025-03-03T21:48:49.695Z | Downloaded futures-task v0.3.31 |
| 1010 | 2025-03-03T21:48:49.695Z | Downloaded des v0.8.1 |
| 1011 | 2025-03-03T21:48:49.695Z | Downloaded der_derive v0.7.3 |
| 1012 | 2025-03-03T21:48:49.695Z | Downloaded string_cache v0.8.7 |
| 1013 | 2025-03-03T21:48:49.695Z | Downloaded strum v0.26.3 |
| 1014 | 2025-03-03T21:48:49.695Z | Downloaded phf_shared v0.10.0 |
| 1015 | 2025-03-03T21:48:49.695Z | Downloaded gethostname v0.5.0 |
| 1016 | 2025-03-03T21:48:49.695Z | Downloaded futures-sink v0.3.31 |
| 1017 | 2025-03-03T21:48:49.695Z | Downloaded futures-executor v0.3.31 |
| 1018 | 2025-03-03T21:48:49.695Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1019 | 2025-03-03T21:48:49.695Z | Downloaded derive_builder_core v0.20.2 |
| 1020 | 2025-03-03T21:48:49.695Z | Downloaded defmt v0.3.8 |
| 1021 | 2025-03-03T21:48:49.695Z | Downloaded ssh-encoding v0.2.0 |
| 1022 | 2025-03-03T21:48:49.695Z | Downloaded miniz_oxide v0.8.5 |
| 1023 | 2025-03-03T21:48:49.720Z | Downloaded icu_properties v1.5.1 |
| 1024 | 2025-03-03T21:48:49.720Z | Downloaded futures-core v0.3.31 |
| 1025 | 2025-03-03T21:48:49.720Z | Downloaded diesel-dtrace v0.4.2 |
| 1026 | 2025-03-03T21:48:49.720Z | Downloaded deranged v0.3.11 |
| 1027 | 2025-03-03T21:48:49.720Z | Downloaded xz2 v0.1.7 |
| 1028 | 2025-03-03T21:48:49.720Z | Downloaded unicase v2.7.0 |
| 1029 | 2025-03-03T21:48:49.720Z | Downloaded unarray v0.1.4 |
| 1030 | 2025-03-03T21:48:49.721Z | Downloaded slog-stdlog v4.1.1 |
| 1031 | 2025-03-03T21:48:49.721Z | Downloaded rayon-core v1.12.1 |
| 1032 | 2025-03-03T21:48:49.721Z | Downloaded rayon v1.10.0 |
| 1033 | 2025-03-03T21:48:49.746Z | Downloaded quinn-proto v0.11.8 |
| 1034 | 2025-03-03T21:48:49.746Z | Downloaded libloading v0.8.5 |
| 1035 | 2025-03-03T21:48:49.746Z | Downloaded fxhash v0.2.1 |
| 1036 | 2025-03-03T21:48:49.746Z | Downloaded derive_builder_macro v0.20.2 |
| 1037 | 2025-03-03T21:48:49.746Z | Downloaded defmt-parser v0.3.4 |
| 1038 | 2025-03-03T21:48:49.746Z | Downloaded yoke-derive v0.7.4 |
| 1039 | 2025-03-03T21:48:49.746Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1040 | 2025-03-03T21:48:49.746Z | Downloaded termtree v0.4.1 |
| 1041 | 2025-03-03T21:48:49.746Z | Downloaded signature v2.2.0 |
| 1042 | 2025-03-03T21:48:49.746Z | Downloaded reedline v0.38.0 |
| 1043 | 2025-03-03T21:48:49.774Z | Downloaded litemap v0.7.3 |
| 1044 | 2025-03-03T21:48:49.774Z | Downloaded jobserver v0.1.32 |
| 1045 | 2025-03-03T21:48:49.774Z | Downloaded typify v0.2.0 |
| 1046 | 2025-03-03T21:48:49.775Z | Downloaded twox-hash v2.1.0 |
| 1047 | 2025-03-03T21:48:49.775Z | Downloaded rustls-pemfile v1.0.4 |
| 1048 | 2025-03-03T21:48:49.775Z | Downloaded lockfree-object-pool v0.1.6 |
| 1049 | 2025-03-03T21:48:49.775Z | Downloaded typify v0.3.0 |
| 1050 | 2025-03-03T21:48:49.800Z | Downloaded bitvec v1.0.1 |
| 1051 | 2025-03-03T21:48:49.800Z | Downloaded yoke v0.7.4 |
| 1052 | 2025-03-03T21:48:49.800Z | Downloaded typify-macro v0.3.0 |
| 1053 | 2025-03-03T21:48:49.801Z | Downloaded tungstenite v0.24.0 |
| 1054 | 2025-03-03T21:48:49.826Z | Downloaded tokio-tungstenite v0.24.0 |
| 1055 | 2025-03-03T21:48:49.826Z | Downloaded thread_local v1.1.8 |
| 1056 | 2025-03-03T21:48:49.826Z | Downloaded static_assertions v1.1.0 |
| 1057 | 2025-03-03T21:48:49.826Z | Downloaded maplit v1.0.2 |
| 1058 | 2025-03-03T21:48:49.826Z | Downloaded litrs v0.4.1 |
| 1059 | 2025-03-03T21:48:49.826Z | Downloaded hyper-staticfile v0.10.1 |
| 1060 | 2025-03-03T21:48:49.826Z | Downloaded highway v1.3.0 |
| 1061 | 2025-03-03T21:48:49.826Z | Downloaded chrono v0.4.40 |
| 1062 | 2025-03-03T21:48:49.826Z | Downloaded bindgen v0.71.1 |
| 1063 | 2025-03-03T21:48:49.851Z | Downloaded termtree v0.5.1 |
| 1064 | 2025-03-03T21:48:49.852Z | Downloaded stable_deref_trait v1.2.0 |
| 1065 | 2025-03-03T21:48:49.852Z | Downloaded mime_guess v2.0.5 |
| 1066 | 2025-03-03T21:48:49.852Z | Downloaded md-5 v0.10.6 |
| 1067 | 2025-03-03T21:48:49.852Z | Downloaded managed v0.8.0 |
| 1068 | 2025-03-03T21:48:49.852Z | Downloaded linear-map v1.2.0 |
| 1069 | 2025-03-03T21:48:49.852Z | Downloaded lazycell v1.3.0 |
| 1070 | 2025-03-03T21:48:49.852Z | Downloaded instability v0.3.2 |
| 1071 | 2025-03-03T21:48:49.852Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1072 | 2025-03-03T21:48:49.852Z | Downloaded hyper-tls v0.6.0 |
| 1073 | 2025-03-03T21:48:49.852Z | Downloaded smallvec v0.6.14 |
| 1074 | 2025-03-03T21:48:49.852Z | Downloaded slog-term v2.9.1 |
| 1075 | 2025-03-03T21:48:49.884Z | Downloaded slog-scope v4.4.0 |
| 1076 | 2025-03-03T21:48:49.884Z | Downloaded sigpipe v0.1.3 |
| 1077 | 2025-03-03T21:48:49.884Z | Downloaded rusty-fork v0.3.0 |
| 1078 | 2025-03-03T21:48:49.884Z | Downloaded rustls-pemfile v2.2.0 |
| 1079 | 2025-03-03T21:48:49.884Z | Downloaded ref-cast v1.0.23 |
| 1080 | 2025-03-03T21:48:49.884Z | Downloaded rcgen v0.12.1 |
| 1081 | 2025-03-03T21:48:49.884Z | Downloaded quinn v0.11.5 |
| 1082 | 2025-03-03T21:48:49.910Z | Downloaded prettyplease v0.2.29 |
| 1083 | 2025-03-03T21:48:49.911Z | Downloaded mime v0.3.17 |
| 1084 | 2025-03-03T21:48:49.911Z | Downloaded lru-cache v0.1.2 |
| 1085 | 2025-03-03T21:48:49.911Z | Downloaded lazy_static v1.5.0 |
| 1086 | 2025-03-03T21:48:49.911Z | Downloaded ipnetwork v0.21.1 |
| 1087 | 2025-03-03T21:48:49.911Z | Downloaded internet-checksum v0.2.1 |
| 1088 | 2025-03-03T21:48:49.911Z | Downloaded inout v0.1.3 |
| 1089 | 2025-03-03T21:48:49.911Z | Downloaded icu_properties_data v1.5.0 |
| 1090 | 2025-03-03T21:48:49.911Z | Downloaded hyper-util v0.1.10 |
| 1091 | 2025-03-03T21:48:49.937Z | Downloaded humantime v2.1.0 |
| 1092 | 2025-03-03T21:48:49.937Z | Downloaded rustls-pki-types v1.10.0 |
| 1093 | 2025-03-03T21:48:49.937Z | Downloaded pretty-hex v0.2.1 |
| 1094 | 2025-03-03T21:48:49.937Z | Downloaded memmap2 v0.9.5 |
| 1095 | 2025-03-03T21:48:49.937Z | Downloaded maybe-uninit v2.0.0 |
| 1096 | 2025-03-03T21:48:49.937Z | Downloaded lru v0.12.5 |
| 1097 | 2025-03-03T21:48:49.937Z | Downloaded libefi-sys v0.1.0 |
| 1098 | 2025-03-03T21:48:49.937Z | Downloaded keccak v0.1.5 |
| 1099 | 2025-03-03T21:48:49.937Z | Downloaded itertools v0.10.5 |
| 1100 | 2025-03-03T21:48:49.963Z | Downloaded ipnet v2.11.0 |
| 1101 | 2025-03-03T21:48:49.963Z | Downloaded indoc v1.0.9 |
| 1102 | 2025-03-03T21:48:49.963Z | Downloaded icu_locid v1.5.0 |
| 1103 | 2025-03-03T21:48:49.963Z | Downloaded bindgen v0.69.5 |
| 1104 | 2025-03-03T21:48:49.989Z | Downloaded rand_xorshift v0.3.0 |
| 1105 | 2025-03-03T21:48:49.989Z | Downloaded rand_seeder v0.3.0 |
| 1106 | 2025-03-03T21:48:49.989Z | Downloaded psl-types v2.0.11 |
| 1107 | 2025-03-03T21:48:49.989Z | Downloaded libsw-core v0.3.1 |
| 1108 | 2025-03-03T21:48:49.989Z | Downloaded crypto-bigint v0.5.5 |
| 1109 | 2025-03-03T21:48:49.989Z | Downloaded crossterm v0.28.1 |
| 1110 | 2025-03-03T21:48:50.014Z | Downloaded bumpalo v3.16.0 |
| 1111 | 2025-03-03T21:48:50.014Z | Downloaded colored v2.2.0 |
| 1112 | 2025-03-03T21:48:50.014Z | Downloaded bytes v1.10.0 |
| 1113 | 2025-03-03T21:48:50.014Z | Downloaded blake3 v1.5.4 |
| 1114 | 2025-03-03T21:48:50.014Z | Downloaded lock_api v0.4.12 |
| 1115 | 2025-03-03T21:48:50.014Z | Downloaded linked-hash-map v0.5.6 |
| 1116 | 2025-03-03T21:48:50.014Z | Downloaded libsw v3.4.0 |
| 1117 | 2025-03-03T21:48:50.040Z | Downloaded lalrpop-util v0.19.12 |
| 1118 | 2025-03-03T21:48:50.040Z | Downloaded kstat-rs v0.2.4 |
| 1119 | 2025-03-03T21:48:50.040Z | Downloaded is-terminal v0.4.13 |
| 1120 | 2025-03-03T21:48:50.040Z | Downloaded indoc v2.0.5 |
| 1121 | 2025-03-03T21:48:50.040Z | Downloaded indent_write v2.2.0 |
| 1122 | 2025-03-03T21:48:50.040Z | Downloaded idna_adapter v1.2.0 |
| 1123 | 2025-03-03T21:48:50.040Z | Downloaded icu_locid_transform v1.5.0 |
| 1124 | 2025-03-03T21:48:50.040Z | Downloaded crossbeam-epoch v0.9.18 |
| 1125 | 2025-03-03T21:48:50.040Z | Downloaded crossbeam-channel v0.5.13 |
| 1126 | 2025-03-03T21:48:50.067Z | Downloaded const_format_proc_macros v0.2.34 |
| 1127 | 2025-03-03T21:48:50.067Z | Downloaded const-oid v0.9.6 |
| 1128 | 2025-03-03T21:48:50.067Z | Downloaded ciborium v0.2.2 |
| 1129 | 2025-03-03T21:48:50.067Z | Downloaded chacha20poly1305 v0.10.1 |
| 1130 | 2025-03-03T21:48:50.067Z | Downloaded chacha20 v0.9.1 |
| 1131 | 2025-03-03T21:48:50.067Z | Downloaded cexpr v0.6.0 |
| 1132 | 2025-03-03T21:48:50.067Z | Downloaded cargo_metadata v0.18.1 |
| 1133 | 2025-03-03T21:48:50.067Z | Downloaded arrayref v0.3.9 |
| 1134 | 2025-03-03T21:48:50.067Z | Downloaded md5 v0.7.0 |
| 1135 | 2025-03-03T21:48:50.067Z | Downloaded match_cfg v0.1.0 |
| 1136 | 2025-03-03T21:48:50.067Z | Downloaded is_ci v1.2.0 |
| 1137 | 2025-03-03T21:48:50.067Z | Downloaded ident_case v1.0.1 |
| 1138 | 2025-03-03T21:48:50.067Z | Downloaded icu_normalizer v1.5.0 |
| 1139 | 2025-03-03T21:48:50.096Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1140 | 2025-03-03T21:48:50.096Z | Downloaded hyper-rustls v0.27.3 |
| 1141 | 2025-03-03T21:48:50.096Z | Downloaded hubpack v0.1.2 |
| 1142 | 2025-03-03T21:48:50.096Z | Downloaded http-range v0.1.5 |
| 1143 | 2025-03-03T21:48:50.096Z | Downloaded hickory-client v0.24.4 |
| 1144 | 2025-03-03T21:48:50.096Z | Downloaded csv-core v0.1.11 |
| 1145 | 2025-03-03T21:48:50.096Z | Downloaded crc-any v2.5.0 |
| 1146 | 2025-03-03T21:48:50.096Z | Downloaded compact_str v0.8.0 |
| 1147 | 2025-03-03T21:48:50.096Z | Downloaded cmake v0.1.51 |
| 1148 | 2025-03-03T21:48:50.096Z | Downloaded clang-sys v1.8.1 |
| 1149 | 2025-03-03T21:48:50.096Z | Downloaded ciborium-ll v0.2.2 |
| 1150 | 2025-03-03T21:48:50.096Z | Downloaded cbc v0.1.2 |
| 1151 | 2025-03-03T21:48:50.096Z | Downloaded bzip2 v0.4.4 |
| 1152 | 2025-03-03T21:48:50.097Z | Downloaded bit-vec v0.8.0 |
| 1153 | 2025-03-03T21:48:50.122Z | Downloaded atty v0.2.14 |
| 1154 | 2025-03-03T21:48:50.122Z | Downloaded array-init v0.0.4 |
| 1155 | 2025-03-03T21:48:50.122Z | Downloaded argon2 v0.5.3 |
| 1156 | 2025-03-03T21:48:50.122Z | Downloaded indexmap v1.9.3 |
| 1157 | 2025-03-03T21:48:50.122Z | Downloaded icu_provider_macros v1.5.0 |
| 1158 | 2025-03-03T21:48:50.122Z | Downloaded heapless v0.8.0 |
| 1159 | 2025-03-03T21:48:50.122Z | Downloaded cstr-argument v0.1.2 |
| 1160 | 2025-03-03T21:48:50.122Z | Downloaded crunchy v0.2.2 |
| 1161 | 2025-03-03T21:48:50.122Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1162 | 2025-03-03T21:48:50.122Z | Downloaded crossbeam-utils v0.8.20 |
| 1163 | 2025-03-03T21:48:50.122Z | Downloaded crc-catalog v2.4.0 |
| 1164 | 2025-03-03T21:48:50.122Z | Downloaded crc v3.2.1 |
| 1165 | 2025-03-03T21:48:50.123Z | Downloaded cookie_store v0.21.1 |
| 1166 | 2025-03-03T21:48:50.148Z | Downloaded cookie v0.18.1 |
| 1167 | 2025-03-03T21:48:50.148Z | Downloaded console v0.15.10 |
| 1168 | 2025-03-03T21:48:50.148Z | Downloaded cobs v0.2.3 |
| 1169 | 2025-03-03T21:48:50.148Z | Downloaded cipher v0.4.4 |
| 1170 | 2025-03-03T21:48:50.148Z | Downloaded blake2 v0.10.6 |
| 1171 | 2025-03-03T21:48:50.148Z | Downloaded bit-set v0.5.3 |
| 1172 | 2025-03-03T21:48:50.148Z | Downloaded crc32fast v1.4.2 |
| 1173 | 2025-03-03T21:48:50.148Z | Downloaded cancel-safe-futures v0.1.5 |
| 1174 | 2025-03-03T21:48:50.148Z | Downloaded buf-list v1.0.3 |
| 1175 | 2025-03-03T21:48:50.148Z | Downloaded block-padding v0.3.3 |
| 1176 | 2025-03-03T21:48:50.148Z | Downloaded bitfield-struct v0.6.2 |
| 1177 | 2025-03-03T21:48:50.148Z | Downloaded convert_case v0.4.0 |
| 1178 | 2025-03-03T21:48:50.148Z | Downloaded constant_time_eq v0.3.1 |
| 1179 | 2025-03-03T21:48:50.174Z | Downloaded ciborium-io v0.2.2 |
| 1180 | 2025-03-03T21:48:50.174Z | Downloaded chrono-tz-build v0.4.0 |
| 1181 | 2025-03-03T21:48:50.174Z | Downloaded cfg_aliases v0.2.1 |
| 1182 | 2025-03-03T21:48:50.174Z | Downloaded cc v1.2.15 |
| 1183 | 2025-03-03T21:48:50.174Z | Downloaded castaway v0.2.3 |
| 1184 | 2025-03-03T21:48:50.174Z | Downloaded cassowary v0.3.0 |
| 1185 | 2025-03-03T21:48:50.174Z | Downloaded blowfish v0.9.1 |
| 1186 | 2025-03-03T21:48:50.174Z | Downloaded bitfield v0.14.0 |
| 1187 | 2025-03-03T21:48:50.174Z | Downloaded bit-set v0.8.0 |
| 1188 | 2025-03-03T21:48:50.174Z | Downloaded hostname v0.4.0 |
| 1189 | 2025-03-03T21:48:50.174Z | Downloaded cfg_aliases v0.1.1 |
| 1190 | 2025-03-03T21:48:50.174Z | Downloaded bit-vec v0.6.3 |
| 1191 | 2025-03-03T21:48:50.174Z | Downloaded http v1.2.0 |
| 1192 | 2025-03-03T21:48:50.174Z | Downloaded heck v0.3.3 |
| 1193 | 2025-03-03T21:48:50.174Z | Downloaded headers-core v0.3.0 |
| 1194 | 2025-03-03T21:48:50.199Z | Downloaded ctr v0.9.2 |
| 1195 | 2025-03-03T21:48:50.199Z | Downloaded base64 v0.13.1 |
| 1196 | 2025-03-03T21:48:50.199Z | Downloaded http-body v1.0.1 |
| 1197 | 2025-03-03T21:48:50.199Z | Downloaded hostname v0.3.1 |
| 1198 | 2025-03-03T21:48:50.199Z | Downloaded home v0.5.9 |
| 1199 | 2025-03-03T21:48:50.200Z | Downloaded hmac v0.12.1 |
| 1200 | 2025-03-03T21:48:50.200Z | Downloaded hickory-server v0.24.4 |
| 1201 | 2025-03-03T21:48:50.200Z | Downloaded hex v0.4.3 |
| 1202 | 2025-03-03T21:48:50.200Z | Downloaded backoff v0.4.0 |
| 1203 | 2025-03-03T21:48:50.200Z | Downloaded arc-swap v1.7.1 |
| 1204 | 2025-03-03T21:48:50.225Z | Downloaded aead v0.5.2 |
| 1205 | 2025-03-03T21:48:50.225Z | Downloaded ahash v0.8.11 |
| 1206 | 2025-03-03T21:48:50.225Z | Downloaded aes v0.8.4 |
| 1207 | 2025-03-03T21:48:50.225Z | Downloaded bcs v0.1.6 |
| 1208 | 2025-03-03T21:48:50.225Z | Downloaded backtrace v0.3.74 |
| 1209 | 2025-03-03T21:48:50.225Z | Downloaded aws-lc-rs v1.12.4 |
| 1210 | 2025-03-03T21:48:50.250Z | Downloaded async-trait v0.1.86 |
| 1211 | 2025-03-03T21:48:50.250Z | Downloaded async-bb8-diesel v0.2.1 |
| 1212 | 2025-03-03T21:48:50.250Z | Downloaded ascii-canvas v3.0.0 |
| 1213 | 2025-03-03T21:48:50.251Z | Downloaded arrayvec v0.7.6 |
| 1214 | 2025-03-03T21:48:50.251Z | Downloaded aes-gcm v0.10.3 |
| 1215 | 2025-03-03T21:48:50.251Z | Downloaded adler2 v2.0.0 |
| 1216 | 2025-03-03T21:48:50.251Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1217 | 2025-03-03T21:48:50.251Z | Downloaded bb8 v0.8.5 |
| 1218 | 2025-03-03T21:48:50.251Z | Downloaded base64ct v1.6.0 |
| 1219 | 2025-03-03T21:48:50.251Z | Downloaded base64 v0.21.7 |
| 1220 | 2025-03-03T21:48:50.276Z | Downloaded async-stream-impl v0.3.6 |
| 1221 | 2025-03-03T21:48:50.276Z | Downloaded async-stream v0.3.6 |
| 1222 | 2025-03-03T21:48:50.276Z | Downloaded assert_matches v1.5.0 |
| 1223 | 2025-03-03T21:48:50.276Z | Downloaded atomicwrites v0.4.4 |
| 1224 | 2025-03-03T21:48:50.276Z | Downloaded allocator-api2 v0.2.18 |
| 1225 | 2025-03-03T21:48:50.412Z | Compiling serde v1.0.218 |
| 1226 | 2025-03-03T21:48:50.438Z | Compiling value-bag v1.9.0 |
| 1227 | 2025-03-03T21:48:50.438Z | Compiling lock_api v0.4.12 |
| 1228 | 2025-03-03T21:48:50.438Z | Compiling scopeguard v1.2.0 |
| 1229 | 2025-03-03T21:48:50.438Z | Compiling typenum v1.17.0 |
| 1230 | 2025-03-03T21:48:50.464Z | Compiling generic-array v0.14.7 |
| 1231 | 2025-03-03T21:48:50.515Z | Compiling syn v2.0.98 |
| 1232 | 2025-03-03T21:48:50.613Z | Compiling getrandom v0.2.15 |
| 1233 | 2025-03-03T21:48:51.115Z | Compiling shlex v1.3.0 |
| 1234 | 2025-03-03T21:48:51.188Z | Compiling rand_core v0.6.4 |
| 1235 | 2025-03-03T21:48:51.290Z | Compiling log v0.4.22 |
| 1236 | 2025-03-03T21:48:51.385Z | Compiling jobserver v0.1.32 |
| 1237 | 2025-03-03T21:48:51.449Z | Compiling subtle v2.6.1 |
| 1238 | 2025-03-03T21:48:51.506Z | Compiling smallvec v1.14.0 |
| 1239 | 2025-03-03T21:48:51.729Z | Compiling const-oid v0.9.6 |
| 1240 | 2025-03-03T21:48:51.806Z | Compiling pin-project-lite v0.2.14 |
| 1241 | 2025-03-03T21:48:51.851Z | Compiling cc v1.2.15 |
| 1242 | 2025-03-03T21:48:52.055Z | Compiling parking_lot_core v0.9.10 |
| 1243 | 2025-03-03T21:48:52.097Z | Compiling rustix v0.38.37 |
| 1244 | 2025-03-03T21:48:52.179Z | Compiling signal-hook-registry v1.4.2 |
| 1245 | 2025-03-03T21:48:52.270Z | Compiling futures-core v0.3.31 |
| 1246 | 2025-03-03T21:48:52.612Z | Compiling mio v1.0.2 |
| 1247 | 2025-03-03T21:48:52.905Z | Compiling parking_lot v0.12.3 |
| 1248 | 2025-03-03T21:48:52.930Z | Compiling spin v0.9.8 |
| 1249 | 2025-03-03T21:48:53.065Z | Compiling socket2 v0.5.8 |
| 1250 | 2025-03-03T21:48:53.139Z | Compiling aho-corasick v1.1.3 |
| 1251 | 2025-03-03T21:48:53.266Z | Compiling cpufeatures v0.2.14 |
| 1252 | 2025-03-03T21:48:53.367Z | Compiling regex-syntax v0.8.5 |
| 1253 | 2025-03-03T21:48:53.500Z | Compiling stable_deref_trait v1.2.0 |
| 1254 | 2025-03-03T21:48:53.529Z | Compiling either v1.14.0 |
| 1255 | 2025-03-03T21:48:53.586Z | Compiling futures-sink v0.3.31 |
| 1256 | 2025-03-03T21:48:53.618Z | Compiling slab v0.4.9 |
| 1257 | 2025-03-03T21:48:53.735Z | Compiling glob v0.3.2 |
| 1258 | 2025-03-03T21:48:53.818Z | Compiling prettyplease v0.2.29 |
| 1259 | 2025-03-03T21:48:53.885Z | Compiling lazy_static v1.5.0 |
| 1260 | 2025-03-03T21:48:54.030Z | Compiling minimal-lexical v0.2.1 |
| 1261 | 2025-03-03T21:48:54.147Z | Compiling serde_json v1.0.139 |
| 1262 | 2025-03-03T21:48:54.341Z | Compiling futures-channel v0.3.31 |
| 1263 | 2025-03-03T21:48:54.442Z | Compiling nom v7.1.3 |
| 1264 | 2025-03-03T21:48:54.483Z | Compiling clang-sys v1.8.1 |
| 1265 | 2025-03-03T21:48:54.508Z | Compiling libloading v0.8.5 |
| 1266 | 2025-03-03T21:48:54.697Z | Compiling futures-task v0.3.31 |
| 1267 | 2025-03-03T21:48:54.850Z | Compiling foldhash v0.1.3 |
| 1268 | 2025-03-03T21:48:54.955Z | Compiling bindgen v0.69.5 |
| 1269 | 2025-03-03T21:48:55.085Z | Compiling futures-io v0.3.31 |
| 1270 | 2025-03-03T21:48:55.131Z | Compiling home v0.5.9 |
| 1271 | 2025-03-03T21:48:55.197Z | Compiling pin-utils v0.1.0 |
| 1272 | 2025-03-03T21:48:55.304Z | Compiling allocator-api2 v0.2.18 |
| 1273 | 2025-03-03T21:48:55.351Z | Compiling itertools v0.12.1 |
| 1274 | 2025-03-03T21:48:55.734Z | Compiling pkg-config v0.3.31 |
| 1275 | 2025-03-03T21:48:56.005Z | Compiling hashbrown v0.15.1 |
| 1276 | 2025-03-03T21:48:56.849Z | Compiling regex-automata v0.4.8 |
| 1277 | 2025-03-03T21:48:56.985Z | Compiling cexpr v0.6.0 |
| 1278 | 2025-03-03T21:48:57.115Z | Compiling lazycell v1.3.0 |
| 1279 | 2025-03-03T21:48:57.251Z | Compiling synstructure v0.13.1 |
| 1280 | 2025-03-03T21:48:57.914Z | Compiling libm v0.2.8 |
| 1281 | 2025-03-03T21:48:58.254Z | Compiling rustc-hash v1.1.0 |
| 1282 | 2025-03-03T21:48:58.351Z | Compiling cmake v0.1.51 |
| 1283 | 2025-03-03T21:48:58.384Z | Compiling num-traits v0.2.19 |
| 1284 | 2025-03-03T21:48:58.441Z | Compiling dunce v1.0.5 |
| 1285 | 2025-03-03T21:48:58.984Z | Compiling fs_extra v1.3.0 |
| 1286 | 2025-03-03T21:48:58.984Z | Compiling writeable v0.5.5 |
| 1287 | 2025-03-03T21:48:59.017Z | Compiling litemap v0.7.3 |
| 1288 | 2025-03-03T21:48:59.124Z | Compiling getrandom v0.3.1 |
| 1289 | 2025-03-03T21:48:59.348Z | Compiling ring v0.17.11 |
| 1290 | 2025-03-03T21:48:59.690Z | Compiling base64ct v1.6.0 |
| 1291 | 2025-03-03T21:48:59.715Z | Compiling paste v1.0.15 |
| 1292 | 2025-03-03T21:49:00.168Z | Compiling pem-rfc7468 v0.7.0 |
| 1293 | 2025-03-03T21:49:00.193Z | Compiling flagset v0.4.6 |
| 1294 | 2025-03-03T21:49:00.225Z | Compiling httparse v1.9.5 |
| 1295 | 2025-03-03T21:49:00.407Z | Compiling aws-lc-rs v1.12.4 |
| 1296 | 2025-03-03T21:49:00.781Z | Compiling icu_locid_transform_data v1.5.0 |
| 1297 | 2025-03-03T21:49:00.898Z | Compiling tracing-core v0.1.32 |
| 1298 | 2025-03-03T21:49:00.923Z | Compiling icu_properties_data v1.5.0 |
| 1299 | 2025-03-03T21:49:00.948Z | Compiling percent-encoding v2.3.1 |
| 1300 | 2025-03-03T21:49:01.164Z | Compiling regex v1.11.1 |
| 1301 | 2025-03-03T21:49:01.259Z | Compiling crossbeam-utils v0.8.20 |
| 1302 | 2025-03-03T21:49:01.565Z | Compiling serde_derive v1.0.218 |
| 1303 | 2025-03-03T21:49:01.747Z | Compiling zeroize_derive v1.4.2 |
| 1304 | 2025-03-03T21:49:01.777Z | Compiling zerocopy-derive v0.7.35 |
| 1305 | 2025-03-03T21:49:01.925Z | Compiling tokio-macros v2.5.0 |
| 1306 | 2025-03-03T21:49:02.006Z | Compiling zerofrom-derive v0.1.4 |
| 1307 | 2025-03-03T21:49:02.944Z | Compiling zeroize v1.8.1 |
| 1308 | 2025-03-03T21:49:03.153Z | Compiling thiserror-impl v1.0.69 |
| 1309 | 2025-03-03T21:49:03.459Z | Compiling zerocopy v0.7.35 |
| 1310 | 2025-03-03T21:49:04.354Z | Compiling yoke-derive v0.7.4 |
| 1311 | 2025-03-03T21:49:04.413Z | Compiling crypto-common v0.1.6 |
| 1312 | 2025-03-03T21:49:04.476Z | Compiling block-buffer v0.10.4 |
| 1313 | 2025-03-03T21:49:04.648Z | Compiling zerovec-derive v0.10.3 |
| 1314 | 2025-03-03T21:49:04.674Z | Compiling futures-macro v0.3.31 |
| 1315 | 2025-03-03T21:49:04.751Z | Compiling digest v0.10.7 |
| 1316 | 2025-03-03T21:49:04.897Z | Compiling zerofrom v0.1.4 |
| 1317 | 2025-03-03T21:49:05.134Z | Compiling displaydoc v0.2.5 |
| 1318 | 2025-03-03T21:49:05.159Z | Compiling hmac v0.12.1 |
| 1319 | 2025-03-03T21:49:05.223Z | Compiling block-padding v0.3.3 |
| 1320 | 2025-03-03T21:49:05.426Z | Compiling inout v0.1.3 |
| 1321 | 2025-03-03T21:49:05.481Z | Compiling ppv-lite86 v0.2.20 |
| 1322 | 2025-03-03T21:49:05.752Z | Compiling thiserror v1.0.69 |
| 1323 | 2025-03-03T21:49:05.786Z | Compiling cipher v0.4.4 |
| 1324 | 2025-03-03T21:49:05.926Z | Compiling sha2 v0.10.8 |
| 1325 | 2025-03-03T21:49:06.279Z | Compiling icu_provider_macros v1.5.0 |
| 1326 | 2025-03-03T21:49:06.343Z | Compiling der_derive v0.7.3 |
| 1327 | 2025-03-03T21:49:06.420Z | Compiling futures-util v0.3.31 |
| 1328 | 2025-03-03T21:49:06.581Z | Compiling tracing-attributes v0.1.27 |
| 1329 | 2025-03-03T21:49:06.707Z | Compiling yoke v0.7.4 |
| 1330 | 2025-03-03T21:49:06.871Z | Compiling rustls-pki-types v1.10.0 |
| 1331 | 2025-03-03T21:49:07.047Z | Compiling zerovec v0.10.4 |
| 1332 | 2025-03-03T21:49:07.180Z | Compiling pest v2.7.14 |
| 1333 | 2025-03-03T21:49:07.723Z | Compiling salsa20 v0.10.2 |
| 1334 | 2025-03-03T21:49:07.952Z | Compiling pbkdf2 v0.12.2 |
| 1335 | 2025-03-03T21:49:08.230Z | Compiling der v0.7.9 |
| 1336 | 2025-03-03T21:49:08.737Z | Compiling tinystr v0.7.6 |
| 1337 | 2025-03-03T21:49:08.762Z | Compiling icu_collections v1.5.0 |
| 1338 | 2025-03-03T21:49:08.909Z | Compiling utf16_iter v1.0.5 |
| 1339 | 2025-03-03T21:49:09.112Z | Compiling icu_locid v1.5.0 |
| 1340 | 2025-03-03T21:49:09.139Z | Compiling utf8_iter v1.0.4 |
| 1341 | 2025-03-03T21:49:09.314Z | Compiling tracing v0.1.40 |
| 1342 | 2025-03-03T21:49:09.371Z | Compiling icu_normalizer_data v1.5.0 |
| 1343 | 2025-03-03T21:49:09.479Z | Compiling time-core v0.1.2 |
| 1344 | 2025-03-03T21:49:09.657Z | Compiling num-conv v0.1.0 |
| 1345 | 2025-03-03T21:49:09.764Z | Compiling vcpkg v0.2.15 |
| 1346 | 2025-03-03T21:49:09.831Z | Compiling untrusted v0.9.0 |
| 1347 | 2025-03-03T21:49:09.918Z | Compiling powerfmt v0.2.0 |
| 1348 | 2025-03-03T21:49:09.956Z | Compiling untrusted v0.7.1 |
| 1349 | 2025-03-03T21:49:10.018Z | Compiling write16 v1.0.0 |
| 1350 | 2025-03-03T21:49:10.154Z | Compiling icu_provider v1.5.0 |
| 1351 | 2025-03-03T21:49:10.179Z | Compiling spki v0.7.3 |
| 1352 | 2025-03-03T21:49:10.295Z | Compiling deranged v0.3.11 |
| 1353 | 2025-03-03T21:49:10.984Z | Compiling icu_locid_transform v1.5.0 |
| 1354 | 2025-03-03T21:49:11.009Z | Compiling time-macros v0.2.18 |
| 1355 | 2025-03-03T21:49:11.137Z | Compiling pest_meta v2.7.14 |
| 1356 | 2025-03-03T21:49:11.368Z | Compiling openssl-sys v0.9.106 |
| 1357 | 2025-03-03T21:49:11.522Z | Compiling scrypt v0.11.0 |
| 1358 | 2025-03-03T21:49:11.997Z | Compiling cbc v0.1.2 |
| 1359 | 2025-03-03T21:49:12.225Z | Compiling icu_properties v1.5.1 |
| 1360 | 2025-03-03T21:49:12.278Z | Compiling aes v0.8.4 |
| 1361 | 2025-03-03T21:49:12.342Z | Compiling bitflags v2.6.0 |
| 1362 | 2025-03-03T21:49:12.652Z | Compiling bytes v1.10.0 |
| 1363 | 2025-03-03T21:49:13.513Z | Compiling indexmap v2.7.1 |
| 1364 | 2025-03-03T21:49:13.897Z | Compiling tokio v1.43.0 |
| 1365 | 2025-03-03T21:49:14.266Z | Compiling semver v1.0.25 |
| 1366 | 2025-03-03T21:49:14.425Z | Compiling http v1.2.0 |
| 1367 | 2025-03-03T21:49:14.672Z | Compiling rustc_version v0.4.1 |
| 1368 | 2025-03-03T21:49:14.697Z | Compiling scroll_derive v0.12.0 |
| 1369 | 2025-03-03T21:49:14.846Z | Compiling num_threads v0.1.7 |
| 1370 | 2025-03-03T21:49:14.982Z | Compiling tinyvec_macros v0.1.1 |
| 1371 | 2025-03-03T21:49:15.100Z | Compiling atomic-waker v1.1.2 |
| 1372 | 2025-03-03T21:49:15.298Z | Compiling icu_normalizer v1.5.0 |
| 1373 | 2025-03-03T21:49:15.326Z | Compiling tinyvec v1.8.0 |
| 1374 | 2025-03-03T21:49:15.433Z | Compiling time v0.3.36 |
| 1375 | 2025-03-03T21:49:15.916Z | Compiling which v4.4.2 |
| 1376 | 2025-03-03T21:49:16.089Z | Compiling scroll v0.12.0 |
| 1377 | 2025-03-03T21:49:16.426Z | Compiling idna_adapter v1.2.0 |
| 1378 | 2025-03-03T21:49:16.571Z | Compiling http-body v1.0.1 |
| 1379 | 2025-03-03T21:49:16.645Z | Compiling pkcs5 v0.7.1 |
| 1380 | 2025-03-03T21:49:16.670Z | Compiling pest_generator v2.7.14 |
| 1381 | 2025-03-03T21:49:16.804Z | Compiling rand_chacha v0.3.1 |
| 1382 | 2025-03-03T21:49:16.861Z | Compiling form_urlencoded v1.2.1 |
| 1383 | 2025-03-03T21:49:16.887Z | Compiling try-lock v0.2.5 |
| 1384 | 2025-03-03T21:49:17.026Z | Compiling slog v2.7.0 |
| 1385 | 2025-03-03T21:49:17.145Z | Compiling zerocopy v0.8.10 |
| 1386 | 2025-03-03T21:49:17.517Z | Compiling rand v0.8.5 |
| 1387 | 2025-03-03T21:49:17.584Z | Compiling pkcs8 v0.10.2 |
| 1388 | 2025-03-03T21:49:17.884Z | Compiling goblin v0.8.2 |
| 1389 | 2025-03-03T21:49:18.140Z | Compiling want v0.3.1 |
| 1390 | 2025-03-03T21:49:18.165Z | Compiling pest_derive v2.7.14 |
| 1391 | 2025-03-03T21:49:18.406Z | Compiling idna v1.0.3 |
| 1392 | 2025-03-03T21:49:18.623Z | Compiling uuid v1.15.1 |
| 1393 | 2025-03-03T21:49:18.862Z | Compiling zerocopy-derive v0.8.10 |
| 1394 | 2025-03-03T21:49:19.254Z | Compiling httpdate v1.0.3 |
| 1395 | 2025-03-03T21:49:19.279Z | Compiling iana-time-zone v0.1.61 |
| 1396 | 2025-03-03T21:49:19.596Z | Compiling adler2 v2.0.0 |
| 1397 | 2025-03-03T21:49:19.645Z | Compiling tower-service v0.3.3 |
| 1398 | 2025-03-03T21:49:19.670Z | Compiling chrono v0.4.40 |
| 1399 | 2025-03-03T21:49:19.791Z | Compiling miniz_oxide v0.8.5 |
| 1400 | 2025-03-03T21:49:19.827Z | Compiling dtrace-parser v0.2.0 |
| 1401 | 2025-03-03T21:49:20.642Z | Compiling serde_tokenstream v0.2.2 |
| 1402 | 2025-03-03T21:49:21.149Z | Compiling tokio-util v0.7.13 |
| 1403 | 2025-03-03T21:49:21.181Z | Compiling serde_spanned v0.6.8 |
| 1404 | 2025-03-03T21:49:21.400Z | Compiling toml_datetime v0.6.8 |
| 1405 | 2025-03-03T21:49:21.425Z | Compiling foreign-types-shared v0.1.1 |
| 1406 | 2025-03-03T21:49:21.552Z | Compiling openssl v0.10.71 |
| 1407 | 2025-03-03T21:49:21.820Z | Compiling match_cfg v0.1.0 |
| 1408 | 2025-03-03T21:49:21.899Z | Compiling rustversion v1.0.17 |
| 1409 | 2025-03-03T21:49:21.924Z | Compiling base64 v0.22.1 |
| 1410 | 2025-03-03T21:49:22.259Z | Compiling h2 v0.4.6 |
| 1411 | 2025-03-03T21:49:22.528Z | Compiling hostname v0.3.1 |
| 1412 | 2025-03-03T21:49:22.569Z | Compiling foreign-types v0.3.2 |
| 1413 | 2025-03-03T21:49:22.595Z | Compiling url v2.5.3 |
| 1414 | 2025-03-03T21:49:22.747Z | Compiling dof v0.3.0 |
| 1415 | 2025-03-03T21:49:23.736Z | Compiling rand_core v0.9.2 |
| 1416 | 2025-03-03T21:49:23.772Z | Compiling usdt-impl v0.5.0 |
| 1417 | 2025-03-03T21:49:24.129Z | Compiling async-trait v0.1.86 |
| 1418 | 2025-03-03T21:49:24.158Z | Compiling openssl-macros v0.1.1 |
| 1419 | 2025-03-03T21:49:24.307Z | Compiling serde_derive_internals v0.29.1 |
| 1420 | 2025-03-03T21:49:24.895Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1421 | 2025-03-03T21:49:25.006Z | Compiling dirs-sys-next v0.1.2 |
| 1422 | 2025-03-03T21:49:25.409Z | Compiling syn v1.0.109 |
| 1423 | 2025-03-03T21:49:25.505Z | Compiling native-tls v0.2.12 |
| 1424 | 2025-03-03T21:49:25.644Z | Compiling rustls v0.22.4 |
| 1425 | 2025-03-03T21:49:25.719Z | Compiling rustls v0.23.19 |
| 1426 | 2025-03-03T21:49:25.901Z | Compiling data-encoding v2.6.0 |
| 1427 | 2025-03-03T21:49:25.956Z | Compiling schemars v0.8.22 |
| 1428 | 2025-03-03T21:49:26.004Z | Compiling siphasher v0.3.11 |
| 1429 | 2025-03-03T21:49:26.297Z | Compiling dirs-next v2.0.0 |
| 1430 | 2025-03-03T21:49:26.357Z | Compiling rand_chacha v0.9.0 |
| 1431 | 2025-03-03T21:49:26.397Z | Compiling schemars_derive v0.8.22 |
| 1432 | 2025-03-03T21:49:27.483Z | Compiling http-body-util v0.1.2 |
| 1433 | 2025-03-03T21:49:27.516Z | Compiling unicode-normalization v0.1.24 |
| 1434 | 2025-03-03T21:49:27.541Z | Compiling heapless v0.7.17 |
| 1435 | 2025-03-03T21:49:27.931Z | Compiling crossbeam-epoch v0.9.18 |
| 1436 | 2025-03-03T21:49:27.970Z | Compiling signature v2.2.0 |
| 1437 | 2025-03-03T21:49:27.997Z | Compiling sha1 v0.10.6 |
| 1438 | 2025-03-03T21:49:28.316Z | Compiling thread_local v1.1.8 |
| 1439 | 2025-03-03T21:49:28.370Z | Compiling crc32fast v1.4.2 |
| 1440 | 2025-03-03T21:49:28.395Z | Compiling multer v3.1.0 |
| 1441 | 2025-03-03T21:49:28.549Z | Compiling hyper v1.6.0 |
| 1442 | 2025-03-03T21:49:28.668Z | Compiling cookie v0.18.1 |
| 1443 | 2025-03-03T21:49:28.693Z | Compiling encoding_rs v0.8.34 |
| 1444 | 2025-03-03T21:49:28.693Z | Compiling dyn-clone v1.0.18 |
| 1445 | 2025-03-03T21:49:28.805Z | Compiling mime v0.3.17 |
| 1446 | 2025-03-03T21:49:28.946Z | Compiling signal-hook v0.3.17 |
| 1447 | 2025-03-03T21:49:28.970Z | Compiling unicode-properties v0.1.3 |
| 1448 | 2025-03-03T21:49:29.207Z | Compiling rayon-core v1.12.1 |
| 1449 | 2025-03-03T21:49:29.256Z | Compiling ipnet v2.11.0 |
| 1450 | 2025-03-03T21:49:29.324Z | Compiling unicode-bidi v0.3.17 |
| 1451 | 2025-03-03T21:49:29.464Z | Compiling gimli v0.31.1 |
| 1452 | 2025-03-03T21:49:30.191Z | Compiling slog-async v2.8.0 |
| 1453 | 2025-03-03T21:49:30.428Z | Compiling openssl-probe v0.1.5 |
| 1454 | 2025-03-03T21:49:30.702Z | Compiling hyper-util v0.1.10 |
| 1455 | 2025-03-03T21:49:30.789Z | Compiling stringprep v0.1.5 |
| 1456 | 2025-03-03T21:49:30.894Z | Compiling toml_edit v0.22.24 |
| 1457 | 2025-03-03T21:49:32.029Z | Compiling crossbeam-deque v0.8.5 |
| 1458 | 2025-03-03T21:49:32.360Z | Compiling rand v0.9.0 |
| 1459 | 2025-03-03T21:49:32.384Z | Compiling term v0.7.0 |
| 1460 | 2025-03-03T21:49:33.120Z | Compiling addr2line v0.24.2 |
| 1461 | 2025-03-03T21:49:33.417Z | Compiling usdt-macro v0.5.0 |
| 1462 | 2025-03-03T21:49:33.460Z | Compiling usdt-attr-macro v0.5.0 |
| 1463 | 2025-03-03T21:49:33.710Z | Compiling slog-json v2.6.1 |
| 1464 | 2025-03-03T21:49:33.884Z | Compiling serde_urlencoded v0.7.1 |
| 1465 | 2025-03-03T21:49:34.037Z | Compiling curve25519-dalek v4.1.3 |
| 1466 | 2025-03-03T21:49:34.337Z | Compiling crossbeam-channel v0.5.13 |
| 1467 | 2025-03-03T21:49:34.504Z | Compiling futures-executor v0.3.31 |
| 1468 | 2025-03-03T21:49:34.628Z | Compiling enum-as-inner v0.6.1 |
| 1469 | 2025-03-03T21:49:34.652Z | Compiling rustls-pemfile v2.2.0 |
| 1470 | 2025-03-03T21:49:34.723Z | Compiling md-5 v0.10.6 |
| 1471 | 2025-03-03T21:49:34.969Z | Compiling async-stream-impl v0.3.6 |
| 1472 | 2025-03-03T21:49:34.993Z | Compiling num-integer v0.1.46 |
| 1473 | 2025-03-03T21:49:34.993Z | Compiling ff v0.13.0 |
| 1474 | 2025-03-03T21:49:35.198Z | Compiling hash32 v0.2.1 |
| 1475 | 2025-03-03T21:49:35.224Z | Compiling is-terminal v0.4.13 |
| 1476 | 2025-03-03T21:49:35.367Z | Compiling dropshot v0.12.0 |
| 1477 | 2025-03-03T21:49:35.478Z | Compiling object v0.36.5 |
| 1478 | 2025-03-03T21:49:35.641Z | Compiling memoffset v0.9.1 |
| 1479 | 2025-03-03T21:49:35.701Z | Compiling quick-error v1.2.3 |
| 1480 | 2025-03-03T21:49:35.725Z | Compiling cfg_aliases v0.2.1 |
| 1481 | 2025-03-03T21:49:35.837Z | Compiling base16ct v0.2.0 |
| 1482 | 2025-03-03T21:49:35.878Z | Compiling num-bigint-dig v0.8.4 |
| 1483 | 2025-03-03T21:49:35.947Z | Compiling fallible-iterator v0.2.0 |
| 1484 | 2025-03-03T21:49:36.134Z | Compiling anyhow v1.0.96 |
| 1485 | 2025-03-03T21:49:36.171Z | Compiling rustc-demangle v0.1.24 |
| 1486 | 2025-03-03T21:49:36.196Z | Compiling portable-atomic v1.9.0 |
| 1487 | 2025-03-03T21:49:36.545Z | Compiling litrs v0.4.1 |
| 1488 | 2025-03-03T21:49:36.652Z | Compiling psl-types v2.0.11 |
| 1489 | 2025-03-03T21:49:36.855Z | Compiling smoltcp v0.9.1 |
| 1490 | 2025-03-03T21:49:36.949Z | Compiling linked-hash-map v0.5.6 |
| 1491 | 2025-03-03T21:49:36.999Z | Compiling utf-8 v0.7.6 |
| 1492 | 2025-03-03T21:49:37.099Z | Compiling take_mut v0.2.2 |
| 1493 | 2025-03-03T21:49:37.256Z | Compiling lru-cache v0.1.2 |
| 1494 | 2025-03-03T21:49:37.302Z | Compiling tungstenite v0.24.0 |
| 1495 | 2025-03-03T21:49:37.471Z | Compiling publicsuffix v2.3.0 |
| 1496 | 2025-03-03T21:49:37.496Z | Compiling document-features v0.2.10 |
| 1497 | 2025-03-03T21:49:37.754Z | Compiling postgres-protocol v0.6.8 |
| 1498 | 2025-03-03T21:49:37.886Z | Compiling async-stream v0.3.6 |
| 1499 | 2025-03-03T21:49:38.152Z | Compiling sec1 v0.7.3 |
| 1500 | 2025-03-03T21:49:38.348Z | Compiling nix v0.29.0 |
| 1501 | 2025-03-03T21:49:38.445Z | Compiling resolv-conf v0.7.0 |
| 1502 | 2025-03-03T21:49:38.772Z | Compiling hickory-proto v0.24.4 |
| 1503 | 2025-03-03T21:49:39.027Z | Compiling num-iter v0.1.45 |
| 1504 | 2025-03-03T21:49:39.052Z | Compiling slog-term v2.9.1 |
| 1505 | 2025-03-03T21:49:39.052Z | Compiling usdt v0.5.0 |
| 1506 | 2025-03-03T21:49:39.206Z | Compiling group v0.13.0 |
| 1507 | 2025-03-03T21:49:39.490Z | Compiling futures v0.3.31 |
| 1508 | 2025-03-03T21:49:39.560Z | Compiling slog-bunyan v2.5.0 |
| 1509 | 2025-03-03T21:49:39.620Z | Compiling toml v0.8.20 |
| 1510 | 2025-03-03T21:49:39.646Z | Compiling bzip2 v0.4.4 |
| 1511 | 2025-03-03T21:49:39.985Z | Compiling tokio-native-tls v0.3.1 |
| 1512 | 2025-03-03T21:49:40.930Z | Compiling camino v1.1.9 |
| 1513 | 2025-03-03T21:49:41.159Z | Compiling backtrace v0.3.74 |
| 1514 | 2025-03-03T21:49:41.184Z | Compiling flate2 v1.1.0 |
| 1515 | 2025-03-03T21:49:41.629Z | Compiling phf_shared v0.11.2 |
| 1516 | 2025-03-03T21:49:41.655Z | Compiling dropshot_endpoint v0.12.0 |
| 1517 | 2025-03-03T21:49:41.679Z | Compiling terminal_size v0.4.0 |
| 1518 | 2025-03-03T21:49:41.886Z | Compiling waitgroup v0.1.2 |
| 1519 | 2025-03-03T21:49:41.947Z | Compiling openapiv3 v2.0.0 |
| 1520 | 2025-03-03T21:49:41.972Z | Compiling serde_path_to_error v0.1.16 |
| 1521 | 2025-03-03T21:49:42.100Z | Compiling webpki-roots v0.26.6 |
| 1522 | 2025-03-03T21:49:42.291Z | Compiling hkdf v0.12.4 |
| 1523 | 2025-03-03T21:49:42.546Z | Compiling crypto-bigint v0.5.5 |
| 1524 | 2025-03-03T21:49:42.639Z | Compiling zerocopy-derive v0.6.6 |
| 1525 | 2025-03-03T21:49:43.001Z | Compiling hubpack_derive v0.1.1 |
| 1526 | 2025-03-03T21:49:43.538Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1527 | 2025-03-03T21:49:43.722Z | Compiling sync_wrapper v1.0.1 |
| 1528 | 2025-03-03T21:49:43.873Z | Compiling hostname v0.4.0 |
| 1529 | 2025-03-03T21:49:44.071Z | Compiling ahash v0.8.11 |
| 1530 | 2025-03-03T21:49:44.187Z | Compiling fs-err v2.11.0 |
| 1531 | 2025-03-03T21:49:44.376Z | Compiling newtype-uuid v1.2.1 |
| 1532 | 2025-03-03T21:49:44.490Z | Compiling simd-adler32 v0.3.7 |
| 1533 | 2025-03-03T21:49:44.639Z | Compiling debug-ignore v1.0.5 |
| 1534 | 2025-03-03T21:49:44.681Z | Compiling zip v2.1.3 |
| 1535 | 2025-03-03T21:49:44.798Z | Compiling buf-list v1.0.3 |
| 1536 | 2025-03-03T21:49:44.909Z | Compiling unicode-width v0.2.0 |
| 1537 | 2025-03-03T21:49:44.968Z | Compiling winnow v0.5.40 |
| 1538 | 2025-03-03T21:49:45.003Z | Compiling lockfree-object-pool v0.1.6 |
| 1539 | 2025-03-03T21:49:45.110Z | Compiling bumpalo v3.16.0 |
| 1540 | 2025-03-03T21:49:45.304Z | Compiling tower-layer v0.3.3 |
| 1541 | 2025-03-03T21:49:45.430Z | Compiling managed v0.8.0 |
| 1542 | 2025-03-03T21:49:45.455Z | Compiling clap_builder v4.5.31 |
| 1543 | 2025-03-03T21:49:45.621Z | Compiling tower v0.5.2 |
| 1544 | 2025-03-03T21:49:45.657Z | Compiling zopfli v0.8.1 |
| 1545 | 2025-03-03T21:49:46.451Z | Compiling console v0.15.10 |
| 1546 | 2025-03-03T21:49:46.519Z | Compiling strum_macros v0.25.3 |
| 1547 | 2025-03-03T21:49:47.012Z | Compiling elliptic-curve v0.13.8 |
| 1548 | 2025-03-03T21:49:47.646Z | Compiling zerocopy v0.6.6 |
| 1549 | 2025-03-03T21:49:47.696Z | Compiling hubpack v0.1.2 |
| 1550 | 2025-03-03T21:49:47.721Z | Compiling toml_edit v0.19.15 |
| 1551 | 2025-03-03T21:49:47.972Z | Compiling hickory-resolver v0.24.4 |
| 1552 | 2025-03-03T21:49:48.278Z | Compiling phf v0.11.2 |
| 1553 | 2025-03-03T21:49:48.527Z | Compiling signal-hook-mio v0.2.4 |
| 1554 | 2025-03-03T21:49:48.684Z | Compiling cookie_store v0.21.1 |
| 1555 | 2025-03-03T21:49:48.738Z | Compiling rayon v1.10.0 |
| 1556 | 2025-03-03T21:49:49.442Z | Compiling hyper-tls v0.6.0 |
| 1557 | 2025-03-03T21:49:49.933Z | Compiling postgres-types v0.2.9 |
| 1558 | 2025-03-03T21:49:51.174Z | Compiling tokio-tungstenite v0.24.0 |
| 1559 | 2025-03-03T21:49:52.207Z | Compiling ed25519 v2.2.3 |
| 1560 | 2025-03-03T21:49:52.416Z | Compiling phf_shared v0.10.0 |
| 1561 | 2025-03-03T21:49:52.604Z | Compiling tokio-stream v0.1.17 |
| 1562 | 2025-03-03T21:49:52.671Z | Compiling pkcs1 v0.7.5 |
| 1563 | 2025-03-03T21:49:52.729Z | Compiling serde-big-array v0.5.1 |
| 1564 | 2025-03-03T21:49:52.956Z | Compiling clap_derive v4.5.28 |
| 1565 | 2025-03-03T21:49:53.421Z | Compiling rfc6979 v0.4.0 |
| 1566 | 2025-03-03T21:49:53.479Z | Compiling derive-where v1.2.7 |
| 1567 | 2025-03-03T21:49:53.503Z | Compiling serde_repr v0.1.19 |
| 1568 | 2025-03-03T21:49:53.577Z | Compiling bstr v1.10.0 |
| 1569 | 2025-03-03T21:49:53.619Z | Compiling float-cmp v0.10.0 |
| 1570 | 2025-03-03T21:49:53.728Z | Compiling number_prefix v0.4.0 |
| 1571 | 2025-03-03T21:49:53.858Z | Compiling new_debug_unreachable v1.0.6 |
| 1572 | 2025-03-03T21:49:53.945Z | Compiling normalize-line-endings v0.3.0 |
| 1573 | 2025-03-03T21:49:53.969Z | Compiling unicode-segmentation v1.12.0 |
| 1574 | 2025-03-03T21:49:54.088Z | Compiling difflib v0.4.0 |
| 1575 | 2025-03-03T21:49:54.378Z | Compiling predicates-core v1.0.8 |
| 1576 | 2025-03-03T21:49:54.663Z | Compiling fixedbitset v0.4.2 |
| 1577 | 2025-03-03T21:49:54.697Z | Compiling static_assertions v1.1.0 |
| 1578 | 2025-03-03T21:49:54.794Z | Compiling precomputed-hash v0.1.1 |
| 1579 | 2025-03-03T21:49:54.883Z | Compiling whoami v1.5.2 |
| 1580 | 2025-03-03T21:49:54.923Z | Compiling string_cache v0.8.7 |
| 1581 | 2025-03-03T21:49:55.058Z | Compiling petgraph v0.6.5 |
| 1582 | 2025-03-03T21:49:55.179Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1583 | 2025-03-03T21:49:55.332Z | Compiling tokio-postgres v0.7.13 |
| 1584 | 2025-03-03T21:49:55.411Z | Compiling predicates v3.1.3 |
| 1585 | 2025-03-03T21:49:56.035Z | Compiling similar v2.7.0 |
| 1586 | 2025-03-03T21:49:56.437Z | Compiling clap v4.5.31 |
| 1587 | 2025-03-03T21:49:56.549Z | Compiling indicatif v0.17.11 |
| 1588 | 2025-03-03T21:49:56.701Z | Compiling ecdsa v0.16.9 |
| 1589 | 2025-03-03T21:49:57.381Z | Compiling rsa v0.9.6 |
| 1590 | 2025-03-03T21:49:57.735Z | Compiling ed25519-dalek v2.1.1 |
| 1591 | 2025-03-03T21:49:58.219Z | Compiling toml v0.7.8 |
| 1592 | 2025-03-03T21:49:58.801Z | Compiling crossterm v0.28.1 |
| 1593 | 2025-03-03T21:50:00.238Z | Compiling zip v0.6.6 |
| 1594 | 2025-03-03T21:50:00.353Z | Compiling hex v0.4.3 |
| 1595 | 2025-03-03T21:50:00.674Z | Compiling x509-cert v0.2.5 |
| 1596 | 2025-03-03T21:50:00.941Z | Compiling itertools v0.10.5 |
| 1597 | 2025-03-03T21:50:01.144Z | Compiling lalrpop-util v0.19.12 |
| 1598 | 2025-03-03T21:50:01.453Z | Compiling peg-runtime v0.8.3 |
| 1599 | 2025-03-03T21:50:01.478Z | Compiling unicode-xid v0.2.6 |
| 1600 | 2025-03-03T21:50:01.639Z | Compiling strum_macros v0.26.4 |
| 1601 | 2025-03-03T21:50:01.674Z | Compiling xattr v1.3.1 |
| 1602 | 2025-03-03T21:50:01.767Z | Compiling filetime v0.2.25 |
| 1603 | 2025-03-03T21:50:01.959Z | Compiling tar v0.4.44 |
| 1604 | 2025-03-03T21:50:05.303Z | Compiling strum v0.26.3 |
| 1605 | 2025-03-03T21:50:08.250Z | Compiling aws-lc-sys v0.26.0 |
| 1606 | 2025-03-03T21:50:41.230Z | Compiling rustls-webpki v0.102.8 |
| 1607 | 2025-03-03T21:50:45.249Z | Compiling tokio-rustls v0.25.0 |
| 1608 | 2025-03-03T21:50:47.365Z | Compiling tokio-rustls v0.26.0 |
| 1609 | 2025-03-03T21:50:47.698Z | Compiling hyper-rustls v0.27.3 |
| 1610 | 2025-03-03T21:50:48.022Z | Compiling reqwest v0.12.12 |
| 1611 | 2025-03-03T21:50:49.266Z | Compiling qorb v0.2.1 |
| 1612 | 2025-03-03T21:50:52.653Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1613 | 2025-03-03T21:50:52.992Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1614 | 2025-03-03T21:50:59.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1615 | 2025-03-03T21:50:59.258Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1616 | 2025-03-03T21:50:59.326Z | Mar 03 21:50:59.164 INFO Starting download, target: Clickhouse |
| 1617 | 2025-03-03T21:50:59.326Z | Mar 03 21:50:59.164 INFO Starting download, target: Cockroach |
| 1618 | 2025-03-03T21:50:59.326Z | Mar 03 21:50:59.165 INFO Starting download, target: Console |
| 1619 | 2025-03-03T21:50:59.326Z | Mar 03 21:50:59.165 INFO Starting download, target: DendriteOpenapi |
| 1620 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.165 INFO Starting download, target: MaghemiteMgd |
| 1621 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.165 INFO Starting download, target: DendriteStub |
| 1622 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.165 INFO Starting download, target: TransceiverControl |
| 1623 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.166 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1624 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.166 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1625 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.166 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1626 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.166 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1627 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.166 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1628 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.167 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1629 | 2025-03-03T21:50:59.351Z | Mar 03 21:50:59.167 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1630 | 2025-03-03T21:50:59.663Z | Mar 03 21:50:59.487 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1631 | 2025-03-03T21:50:59.807Z | Mar 03 21:50:59.622 INFO Download complete, target: DendriteOpenapi |
| 1632 | 2025-03-03T21:51:00.341Z | Mar 03 21:51:00.165 INFO Download complete, target: Console |
| 1633 | 2025-03-03T21:51:01.332Z | Mar 03 21:51:01.170 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1634 | 2025-03-03T21:51:01.504Z | Mar 03 21:51:01.342 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1635 | 2025-03-03T21:51:01.809Z | Mar 03 21:51:01.647 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1636 | 2025-03-03T21:51:02.441Z | Mar 03 21:51:02.280 INFO Download complete, target: TransceiverControl |
| 1637 | 2025-03-03T21:51:04.085Z | Mar 03 21:51:03.924 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1638 | 2025-03-03T21:51:04.085Z | Mar 03 21:51:03.924 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1639 | 2025-03-03T21:51:04.770Z | Mar 03 21:51:04.608 INFO Download complete, target: DendriteStub |
| 1640 | 2025-03-03T21:51:05.698Z | Mar 03 21:51:05.537 INFO Download complete, target: MaghemiteMgd |
| 1641 | 2025-03-03T21:51:13.200Z | Mar 03 21:51:13.038 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1642 | 2025-03-03T21:51:13.868Z | Mar 03 21:51:13.706 INFO Checking that binary works, target: Cockroach |
| 1643 | 2025-03-03T21:51:14.175Z | Mar 03 21:51:14.014 INFO Download complete, target: Cockroach |
| 1644 | 2025-03-03T21:51:27.575Z | Mar 03 21:51:27.415 INFO Checking that binary works, target: Clickhouse |
| 1645 | 2025-03-03T21:51:27.794Z | Mar 03 21:51:27.633 INFO Download complete, target: Clickhouse |
| 1646 | 2025-03-03T21:51:27.824Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1647 | 2025-03-03T21:51:27.850Z | |
| 1648 | 2025-03-03T21:51:27.850Z | real 5:22.670036767 |
| 1649 | 2025-03-03T21:51:27.850Z | user 14:23.047767201 |
| 1650 | 2025-03-03T21:51:27.850Z | sys 2:23.499125347 |
| 1651 | 2025-03-03T21:51:27.850Z | trap 0.501596392 |
| 1652 | 2025-03-03T21:51:27.850Z | tflt 0.556739377 |
| 1653 | 2025-03-03T21:51:27.850Z | dflt 1.375097651 |
| 1654 | 2025-03-03T21:51:27.850Z | kflt 0.010600179 |
| 1655 | 2025-03-03T21:51:27.850Z | lock 26:32.531877773 |
| 1656 | 2025-03-03T21:51:27.850Z | slp 51:35.107045658 |
| 1657 | 2025-03-03T21:51:27.850Z | lat 1:05.487922247 |
| 1658 | 2025-03-03T21:51:27.850Z | stop 2:26.068760075 |
| 1659 | 2025-03-03T21:51:27.850Z | + banner clippy |
| 1660 | 2025-03-03T21:51:27.850Z | |
| 1661 | 2025-03-03T21:51:27.850Z | #### # # ##### ##### # # |
| 1662 | 2025-03-03T21:51:27.850Z | # # # # # # # # # # |
| 1663 | 2025-03-03T21:51:27.850Z | # # # # # # # # |
| 1664 | 2025-03-03T21:51:27.850Z | # # # ##### ##### # |
| 1665 | 2025-03-03T21:51:27.850Z | # # # # # # # |
| 1666 | 2025-03-03T21:51:27.850Z | #### ###### # # # # |
| 1667 | 2025-03-03T21:51:27.850Z | |
| 1668 | 2025-03-03T21:51:27.850Z | + export CARGO_INCREMENTAL=0 |
| 1669 | 2025-03-03T21:51:27.850Z | + CARGO_INCREMENTAL=0 |
| 1670 | 2025-03-03T21:51:27.850Z | + ptime -m cargo xtask clippy |
| 1671 | 2025-03-03T21:51:28.666Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1672 | 2025-03-03T21:51:32.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
| 1673 | 2025-03-03T21:51:32.535Z | Running `target/debug/xtask clippy` |
| 1674 | 2025-03-03T21:51:32.569Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1675 | 2025-03-03T21:51:33.426Z | Downloading crates ... |
| 1676 | 2025-03-03T21:51:33.816Z | Downloaded async-object-pool v0.1.5 |
| 1677 | 2025-03-03T21:51:33.867Z | Downloaded assert-json-diff v2.0.2 |
| 1678 | 2025-03-03T21:51:33.867Z | Downloaded anes v0.1.6 |
| 1679 | 2025-03-03T21:51:33.892Z | Downloaded target-triple v0.1.3 |
| 1680 | 2025-03-03T21:51:33.892Z | Downloaded piper v0.2.4 |
| 1681 | 2025-03-03T21:51:33.892Z | Downloaded path-tree v0.8.1 |
| 1682 | 2025-03-03T21:51:33.893Z | Downloaded parking v2.2.1 |
| 1683 | 2025-03-03T21:51:33.893Z | Downloaded tinytemplate v1.2.1 |
| 1684 | 2025-03-03T21:51:33.893Z | Downloaded trybuild v1.0.103 |
| 1685 | 2025-03-03T21:51:33.893Z | Downloaded yansi v1.0.1 |
| 1686 | 2025-03-03T21:51:33.893Z | Downloaded pretty_assertions v1.4.1 |
| 1687 | 2025-03-03T21:51:33.893Z | Downloaded plotters v0.3.7 |
| 1688 | 2025-03-03T21:51:33.893Z | Downloaded criterion v0.5.1 |
| 1689 | 2025-03-03T21:51:33.893Z | Downloaded async-io v2.3.4 |
| 1690 | 2025-03-03T21:51:33.893Z | Downloaded async-std v1.13.0 |
| 1691 | 2025-03-03T21:51:33.920Z | Downloaded futures-lite v2.3.0 |
| 1692 | 2025-03-03T21:51:33.920Z | Downloaded rstest_macros v0.24.0 |
| 1693 | 2025-03-03T21:51:33.920Z | Downloaded rstest v0.24.0 |
| 1694 | 2025-03-03T21:51:33.920Z | Downloaded rand_distr v0.4.3 |
| 1695 | 2025-03-03T21:51:33.920Z | Downloaded guppy v0.17.17 |
| 1696 | 2025-03-03T21:51:33.945Z | Downloaded polling v3.7.3 |
| 1697 | 2025-03-03T21:51:33.945Z | Downloaded partial-io v0.5.4 |
| 1698 | 2025-03-03T21:51:33.945Z | Downloaded httptest v0.16.3 |
| 1699 | 2025-03-03T21:51:33.945Z | Downloaded cfg-expr v0.18.0 |
| 1700 | 2025-03-03T21:51:33.945Z | Downloaded event-listener v5.3.1 |
| 1701 | 2025-03-03T21:51:33.945Z | Downloaded async-task v4.7.1 |
| 1702 | 2025-03-03T21:51:33.945Z | Downloaded target-spec v3.4.2 |
| 1703 | 2025-03-03T21:51:33.945Z | Downloaded target-lexicon v0.13.2 |
| 1704 | 2025-03-03T21:51:33.945Z | Downloaded similar-asserts v1.7.0 |
| 1705 | 2025-03-03T21:51:33.970Z | Downloaded rustls-native-certs v0.7.3 |
| 1706 | 2025-03-03T21:51:33.970Z | Downloaded rust-argon2 v2.1.0 |
| 1707 | 2025-03-03T21:51:33.970Z | Downloaded oorandom v11.1.4 |
| 1708 | 2025-03-03T21:51:33.970Z | Downloaded kv-log-macro v1.0.7 |
| 1709 | 2025-03-03T21:51:33.970Z | Downloaded hyper-rustls v0.26.0 |
| 1710 | 2025-03-03T21:51:33.970Z | Downloaded futures-timer v3.0.3 |
| 1711 | 2025-03-03T21:51:33.970Z | Downloaded event-listener v2.5.3 |
| 1712 | 2025-03-03T21:51:33.970Z | Downloaded doc-comment v0.3.3 |
| 1713 | 2025-03-03T21:51:33.970Z | Downloaded criterion-plot v0.5.0 |
| 1714 | 2025-03-03T21:51:33.970Z | Downloaded concurrent-queue v2.5.0 |
| 1715 | 2025-03-03T21:51:33.970Z | Downloaded cast v0.3.0 |
| 1716 | 2025-03-03T21:51:33.970Z | Downloaded blocking v1.6.1 |
| 1717 | 2025-03-03T21:51:33.970Z | Downloaded blake2b_simd v1.0.2 |
| 1718 | 2025-03-03T21:51:33.995Z | Downloaded async-process v2.3.0 |
| 1719 | 2025-03-03T21:51:33.995Z | Downloaded async-lock v3.4.0 |
| 1720 | 2025-03-03T21:51:33.995Z | Downloaded async-global-executor v2.4.1 |
| 1721 | 2025-03-03T21:51:33.995Z | Downloaded async-executor v1.13.1 |
| 1722 | 2025-03-03T21:51:33.995Z | Downloaded assert_cmd v2.0.16 |
| 1723 | 2025-03-03T21:51:33.995Z | Downloaded stringmetrics v2.2.2 |
| 1724 | 2025-03-03T21:51:33.995Z | Downloaded serde_regex v1.1.0 |
| 1725 | 2025-03-03T21:51:33.996Z | Downloaded relative-path v1.9.3 |
| 1726 | 2025-03-03T21:51:33.996Z | Downloaded proc-macro-crate v3.2.0 |
| 1727 | 2025-03-03T21:51:33.996Z | Downloaded plotters-svg v0.3.7 |
| 1728 | 2025-03-03T21:51:33.996Z | Downloaded plotters-backend v0.3.7 |
| 1729 | 2025-03-03T21:51:33.996Z | Downloaded pathdiff v0.2.3 |
| 1730 | 2025-03-03T21:51:33.996Z | Downloaded nested v0.1.1 |
| 1731 | 2025-03-03T21:51:33.996Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1732 | 2025-03-03T21:51:33.996Z | Downloaded event-listener-strategy v0.5.2 |
| 1733 | 2025-03-03T21:51:34.020Z | Downloaded async-signal v0.2.10 |
| 1734 | 2025-03-03T21:51:34.020Z | Downloaded async-channel v2.3.1 |
| 1735 | 2025-03-03T21:51:34.020Z | Downloaded async-channel v1.9.0 |
| 1736 | 2025-03-03T21:51:34.021Z | Downloaded async-attributes v1.1.2 |
| 1737 | 2025-03-03T21:51:34.021Z | Downloaded approx v0.5.1 |
| 1738 | 2025-03-03T21:51:34.021Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1739 | 2025-03-03T21:51:34.950Z | Checking cfg-if v1.0.0 |
| 1740 | 2025-03-03T21:51:34.988Z | Checking libc v0.2.170 |
| 1741 | 2025-03-03T21:51:35.014Z | Checking serde v1.0.218 |
| 1742 | 2025-03-03T21:51:35.041Z | Checking memchr v2.7.4 |
| 1743 | 2025-03-03T21:51:35.073Z | Checking value-bag v1.9.0 |
| 1744 | 2025-03-03T21:51:35.108Z | Checking itoa v1.0.11 |
| 1745 | 2025-03-03T21:51:35.135Z | Checking zeroize v1.8.1 |
| 1746 | 2025-03-03T21:51:35.166Z | Checking scopeguard v1.2.0 |
| 1747 | 2025-03-03T21:51:35.208Z | Checking smallvec v1.14.0 |
| 1748 | 2025-03-03T21:51:35.334Z | Checking pin-project-lite v0.2.14 |
| 1749 | 2025-03-03T21:51:35.362Z | Checking lock_api v0.4.12 |
| 1750 | 2025-03-03T21:51:35.390Z | Checking subtle v2.6.1 |
| 1751 | 2025-03-03T21:51:35.505Z | Checking log v0.4.22 |
| 1752 | 2025-03-03T21:51:35.542Z | Checking libm v0.2.8 |
| 1753 | 2025-03-03T21:51:35.576Z | Checking once_cell v1.20.3 |
| 1754 | 2025-03-03T21:51:35.706Z | Checking byteorder v1.5.0 |
| 1755 | 2025-03-03T21:51:35.793Z | Checking typenum v1.17.0 |
| 1756 | 2025-03-03T21:51:35.899Z | Checking ryu v1.0.18 |
| 1757 | 2025-03-03T21:51:35.932Z | Checking futures-core v0.3.31 |
| 1758 | 2025-03-03T21:51:35.972Z | Checking getrandom v0.2.15 |
| 1759 | 2025-03-03T21:51:36.002Z | Checking parking_lot_core v0.9.10 |
| 1760 | 2025-03-03T21:51:36.098Z | Checking signal-hook-registry v1.4.2 |
| 1761 | 2025-03-03T21:51:36.149Z | Checking mio v1.0.2 |
| 1762 | 2025-03-03T21:51:36.180Z | Checking socket2 v0.5.8 |
| 1763 | 2025-03-03T21:51:36.218Z | Checking rand_core v0.6.4 |
| 1764 | 2025-03-03T21:51:36.324Z | Checking parking_lot v0.12.3 |
| 1765 | 2025-03-03T21:51:36.356Z | Checking num-traits v0.2.19 |
| 1766 | 2025-03-03T21:51:36.384Z | Checking thiserror v1.0.69 |
| 1767 | 2025-03-03T21:51:36.538Z | Checking const-oid v0.9.6 |
| 1768 | 2025-03-03T21:51:36.565Z | Checking futures-io v0.3.31 |
| 1769 | 2025-03-03T21:51:36.597Z | Checking slab v0.4.9 |
| 1770 | 2025-03-03T21:51:36.652Z | Checking allocator-api2 v0.2.18 |
| 1771 | 2025-03-03T21:51:36.693Z | Checking generic-array v0.14.7 |
| 1772 | 2025-03-03T21:51:36.719Z | Checking equivalent v1.0.1 |
| 1773 | 2025-03-03T21:51:36.755Z | Checking foldhash v0.1.3 |
| 1774 | 2025-03-03T21:51:36.837Z | Checking zerocopy v0.7.35 |
| 1775 | 2025-03-03T21:51:36.867Z | Checking getrandom v0.3.1 |
| 1776 | 2025-03-03T21:51:36.966Z | Checking futures-sink v0.3.31 |
| 1777 | 2025-03-03T21:51:37.091Z | Checking cpufeatures v0.2.14 |
| 1778 | 2025-03-03T21:51:37.129Z | Checking iana-time-zone v0.1.61 |
| 1779 | 2025-03-03T21:51:37.187Z | Checking hashbrown v0.15.1 |
| 1780 | 2025-03-03T21:51:37.215Z | Checking pin-utils v0.1.0 |
| 1781 | 2025-03-03T21:51:37.302Z | Checking fnv v1.0.7 |
| 1782 | 2025-03-03T21:51:37.334Z | Checking futures-channel v0.3.31 |
| 1783 | 2025-03-03T21:51:37.459Z | Checking futures-task v0.3.31 |
| 1784 | 2025-03-03T21:51:37.631Z | Checking stable_deref_trait v1.2.0 |
| 1785 | 2025-03-03T21:51:37.657Z | Checking crypto-common v0.1.6 |
| 1786 | 2025-03-03T21:51:37.682Z | Checking block-buffer v0.10.4 |
| 1787 | 2025-03-03T21:51:37.706Z | Checking futures-util v0.3.31 |
| 1788 | 2025-03-03T21:51:37.756Z | Checking errno v0.3.9 |
| 1789 | 2025-03-03T21:51:37.850Z | Checking dyn-clone v1.0.18 |
| 1790 | 2025-03-03T21:51:37.906Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2025-03-03T21:51:37.934Z | Checking ppv-lite86 v0.2.20 |
| 1792 | 2025-03-03T21:51:37.961Z | Checking tracing-core v0.1.32 |
| 1793 | 2025-03-03T21:51:38.020Z | Checking zerofrom v0.1.4 |
| 1794 | 2025-03-03T21:51:38.046Z | Checking digest v0.10.7 |
| 1795 | 2025-03-03T21:51:38.119Z | Checking crossbeam-utils v0.8.20 |
| 1796 | 2025-03-03T21:51:38.225Z | Checking yoke v0.7.4 |
| 1797 | 2025-03-03T21:51:38.250Z | Checking litemap v0.7.3 |
| 1798 | 2025-03-03T21:51:38.419Z | Checking percent-encoding v2.3.1 |
| 1799 | 2025-03-03T21:51:38.554Z | Checking tracing v0.1.40 |
| 1800 | 2025-03-03T21:51:38.584Z | Checking zerovec v0.10.4 |
| 1801 | 2025-03-03T21:51:38.609Z | Checking rand_chacha v0.3.1 |
| 1802 | 2025-03-03T21:51:38.635Z | Checking writeable v0.5.5 |
| 1803 | 2025-03-03T21:51:38.664Z | Checking block-padding v0.3.3 |
| 1804 | 2025-03-03T21:51:38.781Z | Checking httparse v1.9.5 |
| 1805 | 2025-03-03T21:51:38.875Z | Checking bytes v1.10.0 |
| 1806 | 2025-03-03T21:51:38.901Z | Checking bitflags v2.6.0 |
| 1807 | 2025-03-03T21:51:38.926Z | Checking serde_json v1.0.139 |
| 1808 | 2025-03-03T21:51:38.957Z | Checking chrono v0.4.40 |
| 1809 | 2025-03-03T21:51:39.014Z | Checking uuid v1.15.1 |
| 1810 | 2025-03-03T21:51:39.189Z | Checking semver v1.0.25 |
| 1811 | 2025-03-03T21:51:39.213Z | Checking indexmap v2.7.1 |
| 1812 | 2025-03-03T21:51:39.570Z | Checking rustix v0.38.37 |
| 1813 | 2025-03-03T21:51:39.597Z | Checking rand v0.8.5 |
| 1814 | 2025-03-03T21:51:39.831Z | Checking tokio v1.43.0 |
| 1815 | 2025-03-03T21:51:39.974Z | Checking http v1.2.0 |
| 1816 | 2025-03-03T21:51:40.320Z | Checking tinystr v0.7.6 |
| 1817 | 2025-03-03T21:51:40.418Z | Checking inout v0.1.3 |
| 1818 | 2025-03-03T21:51:40.674Z | Checking icu_locid_transform_data v1.5.0 |
| 1819 | 2025-03-03T21:51:40.702Z | Checking icu_locid v1.5.0 |
| 1820 | 2025-03-03T21:51:40.750Z | Checking schemars v0.8.22 |
| 1821 | 2025-03-03T21:51:40.794Z | Checking atomic-waker v1.1.2 |
| 1822 | 2025-03-03T21:51:40.825Z | Checking cipher v0.4.4 |
| 1823 | 2025-03-03T21:51:40.961Z | Checking icu_collections v1.5.0 |
| 1824 | 2025-03-03T21:51:41.268Z | Checking form_urlencoded v1.2.1 |
| 1825 | 2025-03-03T21:51:41.351Z | Checking spin v0.9.8 |
| 1826 | 2025-03-03T21:51:41.516Z | Checking icu_properties_data v1.5.0 |
| 1827 | 2025-03-03T21:51:41.627Z | Checking regex-syntax v0.8.5 |
| 1828 | 2025-03-03T21:51:41.694Z | Checking icu_provider v1.5.0 |
| 1829 | 2025-03-03T21:51:41.726Z | Checking powerfmt v0.2.0 |
| 1830 | 2025-03-03T21:51:41.772Z | Checking untrusted v0.9.0 |
| 1831 | 2025-03-03T21:51:41.971Z | Checking ring v0.17.11 |
| 1832 | 2025-03-03T21:51:42.003Z | Checking write16 v1.0.0 |
| 1833 | 2025-03-03T21:51:42.030Z | Checking deranged v0.3.11 |
| 1834 | 2025-03-03T21:51:42.146Z | Checking icu_normalizer_data v1.5.0 |
| 1835 | 2025-03-03T21:51:42.187Z | Checking utf16_iter v1.0.5 |
| 1836 | 2025-03-03T21:51:42.268Z | Checking num-conv v0.1.0 |
| 1837 | 2025-03-03T21:51:42.314Z | Checking icu_locid_transform v1.5.0 |
| 1838 | 2025-03-03T21:51:42.375Z | Checking time-core v0.1.2 |
| 1839 | 2025-03-03T21:51:42.508Z | Checking num_threads v0.1.7 |
| 1840 | 2025-03-03T21:51:42.533Z | Checking utf8_iter v1.0.4 |
| 1841 | 2025-03-03T21:51:42.558Z | Checking aho-corasick v1.1.3 |
| 1842 | 2025-03-03T21:51:42.646Z | Checking unicode-ident v1.0.14 |
| 1843 | 2025-03-03T21:51:42.747Z | Checking base64ct v1.6.0 |
| 1844 | 2025-03-03T21:51:42.831Z | Checking proc-macro2 v1.0.93 |
| 1845 | 2025-03-03T21:51:43.159Z | Checking hmac v0.12.1 |
| 1846 | 2025-03-03T21:51:43.186Z | Checking icu_properties v1.5.1 |
| 1847 | 2025-03-03T21:51:43.231Z | Checking time v0.3.36 |
| 1848 | 2025-03-03T21:51:43.382Z | Checking sha2 v0.10.8 |
| 1849 | 2025-03-03T21:51:43.512Z | Checking rustls-pki-types v1.10.0 |
| 1850 | 2025-03-03T21:51:43.946Z | Checking adler2 v2.0.0 |
| 1851 | 2025-03-03T21:51:44.080Z | Checking quote v1.0.38 |
| 1852 | 2025-03-03T21:51:44.110Z | Checking http-body v1.0.1 |
| 1853 | 2025-03-03T21:51:44.134Z | Checking aws-lc-sys v0.26.0 |
| 1854 | 2025-03-03T21:51:44.159Z | Checking miniz_oxide v0.8.5 |
| 1855 | 2025-03-03T21:51:44.343Z | Checking httpdate v1.0.3 |
| 1856 | 2025-03-03T21:51:44.397Z | Checking syn v2.0.98 |
| 1857 | 2025-03-03T21:51:44.426Z | Checking regex-automata v0.4.8 |
| 1858 | 2025-03-03T21:51:44.614Z | Checking untrusted v0.7.1 |
| 1859 | 2025-03-03T21:51:44.813Z | Checking base64 v0.22.1 |
| 1860 | 2025-03-03T21:51:44.927Z | Checking try-lock v0.2.5 |
| 1861 | 2025-03-03T21:51:45.097Z | Checking want v0.3.1 |
| 1862 | 2025-03-03T21:51:45.286Z | Checking pem-rfc7468 v0.7.0 |
| 1863 | 2025-03-03T21:51:45.316Z | Checking tower-service v0.3.3 |
| 1864 | 2025-03-03T21:51:45.383Z | Checking slog v2.7.0 |
| 1865 | 2025-03-03T21:51:45.498Z | Checking flagset v0.4.6 |
| 1866 | 2025-03-03T21:51:45.596Z | Checking mime v0.3.17 |
| 1867 | 2025-03-03T21:51:45.716Z | Checking der v0.7.9 |
| 1868 | 2025-03-03T21:51:45.882Z | Checking pbkdf2 v0.12.2 |
| 1869 | 2025-03-03T21:51:45.924Z | Checking aes v0.8.4 |
| 1870 | 2025-03-03T21:51:46.072Z | Checking gimli v0.31.1 |
| 1871 | 2025-03-03T21:51:46.103Z | Checking aws-lc-rs v1.12.4 |
| 1872 | 2025-03-03T21:51:46.173Z | Checking icu_normalizer v1.5.0 |
| 1873 | 2025-03-03T21:51:46.327Z | Checking tokio-util v0.7.13 |
| 1874 | 2025-03-03T21:51:46.703Z | Checking http-body-util v0.1.2 |
| 1875 | 2025-03-03T21:51:46.872Z | Checking idna_adapter v1.2.0 |
| 1876 | 2025-03-03T21:51:47.059Z | Checking idna v1.0.3 |
| 1877 | 2025-03-03T21:51:47.109Z | Checking lazy_static v1.5.0 |
| 1878 | 2025-03-03T21:51:47.144Z | Checking h2 v0.4.6 |
| 1879 | 2025-03-03T21:51:47.265Z | Checking salsa20 v0.10.2 |
| 1880 | 2025-03-03T21:51:47.297Z | Checking spki v0.7.3 |
| 1881 | 2025-03-03T21:51:47.490Z | Checking cbc v0.1.2 |
| 1882 | 2025-03-03T21:51:47.531Z | Checking url v2.5.3 |
| 1883 | 2025-03-03T21:51:47.588Z | Checking object v0.36.5 |
| 1884 | 2025-03-03T21:51:47.688Z | Checking rustls-webpki v0.102.8 |
| 1885 | 2025-03-03T21:51:47.716Z | Checking rustc-demangle v0.1.24 |
| 1886 | 2025-03-03T21:51:48.177Z | Checking regex v1.11.1 |
| 1887 | 2025-03-03T21:51:48.203Z | Checking scrypt v0.11.0 |
| 1888 | 2025-03-03T21:51:48.333Z | Checking rustls-pemfile v2.2.0 |
| 1889 | 2025-03-03T21:51:48.453Z | Checking foreign-types-shared v0.1.1 |
| 1890 | 2025-03-03T21:51:48.495Z | Checking openssl-probe v0.1.5 |
| 1891 | 2025-03-03T21:51:48.577Z | Checking utf8parse v0.2.2 |
| 1892 | 2025-03-03T21:51:48.604Z | Checking ipnet v2.11.0 |
| 1893 | 2025-03-03T21:51:48.674Z | Checking foreign-types v0.3.2 |
| 1894 | 2025-03-03T21:51:48.764Z | Checking pkcs5 v0.7.1 |
| 1895 | 2025-03-03T21:51:48.792Z | Checking serde_urlencoded v0.7.1 |
| 1896 | 2025-03-03T21:51:48.817Z | Checking openssl-sys v0.9.106 |
| 1897 | 2025-03-03T21:51:49.053Z | Checking encoding_rs v0.8.34 |
| 1898 | 2025-03-03T21:51:49.212Z | Checking futures-executor v0.3.31 |
| 1899 | 2025-03-03T21:51:49.284Z | Checking pkcs8 v0.10.2 |
| 1900 | 2025-03-03T21:51:49.378Z | Checking addr2line v0.24.2 |
| 1901 | 2025-03-03T21:51:49.454Z | Checking toml_datetime v0.6.8 |
| 1902 | 2025-03-03T21:51:49.612Z | Checking serde_spanned v0.6.8 |
| 1903 | 2025-03-03T21:51:49.757Z | Checking anstyle v1.0.10 |
| 1904 | 2025-03-03T21:51:49.831Z | Checking futures v0.3.31 |
| 1905 | 2025-03-03T21:51:49.865Z | Checking openssl v0.10.71 |
| 1906 | 2025-03-03T21:51:50.247Z | Checking rustls v0.23.19 |
| 1907 | 2025-03-03T21:51:50.302Z | Checking either v1.14.0 |
| 1908 | 2025-03-03T21:51:50.302Z | Checking psl-types v2.0.11 |
| 1909 | 2025-03-03T21:51:50.302Z | Checking anstyle-parse v0.2.5 |
| 1910 | 2025-03-03T21:51:50.302Z | Checking publicsuffix v2.3.0 |
| 1911 | 2025-03-03T21:51:50.349Z | Checking cookie v0.18.1 |
| 1912 | 2025-03-03T21:51:50.400Z | Checking webpki-roots v0.26.6 |
| 1913 | 2025-03-03T21:51:50.591Z | Checking sync_wrapper v1.0.1 |
| 1914 | 2025-03-03T21:51:50.617Z | Checking is-terminal v0.4.13 |
| 1915 | 2025-03-03T21:51:50.761Z | Checking anstyle-query v1.1.1 |
| 1916 | 2025-03-03T21:51:50.787Z | Checking data-encoding v2.6.0 |
| 1917 | 2025-03-03T21:51:50.865Z | Checking colorchoice v1.0.2 |
| 1918 | 2025-03-03T21:51:50.919Z | Checking is_terminal_polyfill v1.70.1 |
| 1919 | 2025-03-03T21:51:51.050Z | Checking tower-layer v0.3.3 |
| 1920 | 2025-03-03T21:51:51.075Z | Checking anstream v0.6.15 |
| 1921 | 2025-03-03T21:51:51.153Z | Checking cookie_store v0.21.1 |
| 1922 | 2025-03-03T21:51:51.310Z | Checking terminal_size v0.4.0 |
| 1923 | 2025-03-03T21:51:51.336Z | Checking tower v0.5.2 |
| 1924 | 2025-03-03T21:51:51.415Z | Checking openapiv3 v2.0.0 |
| 1925 | 2025-03-03T21:51:51.490Z | Checking sha1 v0.10.6 |
| 1926 | 2025-03-03T21:51:51.751Z | Checking strsim v0.11.1 |
| 1927 | 2025-03-03T21:51:51.777Z | Checking clap_lex v0.7.4 |
| 1928 | 2025-03-03T21:51:51.958Z | Checking camino v1.1.9 |
| 1929 | 2025-03-03T21:51:52.027Z | Checking signature v2.2.0 |
| 1930 | 2025-03-03T21:51:52.056Z | Checking clap_builder v4.5.31 |
| 1931 | 2025-03-03T21:51:52.267Z | Checking bitflags v1.3.2 |
| 1932 | 2025-03-03T21:51:52.392Z | Checking tinyvec_macros v0.1.1 |
| 1933 | 2025-03-03T21:51:52.467Z | Checking scroll v0.12.0 |
| 1934 | 2025-03-03T21:51:52.514Z | Checking tinyvec v1.8.0 |
| 1935 | 2025-03-03T21:51:52.804Z | Checking hyper v1.6.0 |
| 1936 | 2025-03-03T21:51:52.934Z | Checking dirs-sys-next v0.1.2 |
| 1937 | 2025-03-03T21:51:53.098Z | Checking backtrace v0.3.74 |
| 1938 | 2025-03-03T21:51:53.146Z | Checking ucd-trie v0.1.7 |
| 1939 | 2025-03-03T21:51:53.383Z | Checking plain v0.2.3 |
| 1940 | 2025-03-03T21:51:53.566Z | Checking goblin v0.8.2 |
| 1941 | 2025-03-03T21:51:53.656Z | Checking pest v2.7.14 |
| 1942 | 2025-03-03T21:51:53.707Z | Checking anyhow v1.0.96 |
| 1943 | 2025-03-03T21:51:54.076Z | Checking dirs-next v2.0.0 |
| 1944 | 2025-03-03T21:51:54.196Z | Checking crossbeam-channel v0.5.13 |
| 1945 | 2025-03-03T21:51:54.222Z | Checking num-integer v0.1.46 |
| 1946 | 2025-03-03T21:51:54.489Z | Checking native-tls v0.2.12 |
| 1947 | 2025-03-03T21:51:54.646Z | Checking tokio-rustls v0.26.0 |
| 1948 | 2025-03-03T21:51:54.691Z | Checking thread_local v1.1.8 |
| 1949 | 2025-03-03T21:51:54.721Z | Checking hyper-util v0.1.10 |
| 1950 | 2025-03-03T21:51:54.823Z | Checking clap v4.5.31 |
| 1951 | 2025-03-03T21:51:54.850Z | Checking tokio-native-tls v0.3.1 |
| 1952 | 2025-03-03T21:51:54.895Z | Checking pretty-hex v0.4.1 |
| 1953 | 2025-03-03T21:51:54.968Z | Checking winnow v0.7.3 |
| 1954 | 2025-03-03T21:51:54.998Z | Checking term v0.7.0 |
| 1955 | 2025-03-03T21:51:55.043Z | Checking thread-id v4.2.2 |
| 1956 | 2025-03-03T21:51:55.109Z | Checking crc32fast v1.4.2 |
| 1957 | 2025-03-03T21:51:55.135Z | Checking base16ct v0.2.0 |
| 1958 | 2025-03-03T21:51:55.201Z | Checking take_mut v0.2.2 |
| 1959 | 2025-03-03T21:51:55.357Z | Checking zerocopy v0.8.10 |
| 1960 | 2025-03-03T21:51:55.388Z | Checking slog-async v2.8.0 |
| 1961 | 2025-03-03T21:51:55.413Z | Checking sec1 v0.7.3 |
| 1962 | 2025-03-03T21:51:55.454Z | Checking slog-term v2.9.1 |
| 1963 | 2025-03-03T21:51:55.737Z | Checking ff v0.13.0 |
| 1964 | 2025-03-03T21:51:55.785Z | Checking memmap v0.7.0 |
| 1965 | 2025-03-03T21:51:55.929Z | Checking num-iter v0.1.45 |
| 1966 | 2025-03-03T21:51:56.006Z | Checking group v0.13.0 |
| 1967 | 2025-03-03T21:51:56.040Z | Checking hkdf v0.12.4 |
| 1968 | 2025-03-03T21:51:56.083Z | Checking dtrace-parser v0.2.0 |
| 1969 | 2025-03-03T21:51:56.121Z | Checking hex v0.4.3 |
| 1970 | 2025-03-03T21:51:56.294Z | Checking crypto-bigint v0.5.5 |
| 1971 | 2025-03-03T21:51:56.358Z | Checking match_cfg v0.1.0 |
| 1972 | 2025-03-03T21:51:56.472Z | Checking utf-8 v0.7.6 |
| 1973 | 2025-03-03T21:51:56.550Z | Checking hyper-rustls v0.27.3 |
| 1974 | 2025-03-03T21:51:56.584Z | Checking hyper-tls v0.6.0 |
| 1975 | 2025-03-03T21:51:56.612Z | Checking unicode-width v0.2.0 |
| 1976 | 2025-03-03T21:51:56.690Z | Checking static_assertions v1.1.0 |
| 1977 | 2025-03-03T21:51:56.806Z | Checking hostname v0.3.1 |
| 1978 | 2025-03-03T21:51:56.903Z | Checking bstr v1.10.0 |
| 1979 | 2025-03-03T21:51:56.931Z | Checking reqwest v0.12.12 |
| 1980 | 2025-03-03T21:51:56.957Z | Checking unicode-segmentation v1.12.0 |
| 1981 | 2025-03-03T21:51:57.100Z | Checking winnow v0.5.40 |
| 1982 | 2025-03-03T21:51:57.537Z | Checking num-bigint-dig v0.8.4 |
| 1983 | 2025-03-03T21:51:57.680Z | Checking toml_edit v0.22.24 |
| 1984 | 2025-03-03T21:51:57.716Z | Checking flate2 v1.1.0 |
| 1985 | 2025-03-03T21:51:58.012Z | Checking pkcs1 v0.7.5 |
| 1986 | 2025-03-03T21:51:58.127Z | Checking dof v0.3.0 |
| 1987 | 2025-03-03T21:51:58.309Z | Checking crossbeam-epoch v0.9.18 |
| 1988 | 2025-03-03T21:51:58.473Z | Checking zerocopy v0.6.6 |
| 1989 | 2025-03-03T21:51:58.625Z | Checking quick-error v1.2.3 |
| 1990 | 2025-03-03T21:51:58.700Z | Checking usdt-impl v0.5.0 |
| 1991 | 2025-03-03T21:51:58.766Z | Checking unicode-normalization v0.1.24 |
| 1992 | 2025-03-03T21:51:58.805Z | Checking slog-json v2.6.1 |
| 1993 | 2025-03-03T21:51:58.856Z | Checking elliptic-curve v0.13.8 |
| 1994 | 2025-03-03T21:51:59.063Z | Checking rfc6979 v0.4.0 |
| 1995 | 2025-03-03T21:51:59.088Z | Checking hubpack v0.1.2 |
| 1996 | 2025-03-03T21:51:59.219Z | Checking usdt v0.5.0 |
| 1997 | 2025-03-03T21:51:59.247Z | Checking debug-ignore v1.0.5 |
| 1998 | 2025-03-03T21:51:59.328Z | Checking rsa v0.9.6 |
| 1999 | 2025-03-03T21:51:59.389Z | Checking managed v0.8.0 |
| 2000 | 2025-03-03T21:51:59.419Z | Checking slog-bunyan v2.5.0 |
| 2001 | 2025-03-03T21:51:59.449Z | Checking ecdsa v0.16.9 |
| 2002 | 2025-03-03T21:51:59.479Z | Checking crossbeam-deque v0.8.5 |
| 2003 | 2025-03-03T21:51:59.619Z | Checking rustls v0.22.4 |
| 2004 | 2025-03-03T21:51:59.645Z | Checking toml_edit v0.19.15 |
| 2005 | 2025-03-03T21:51:59.700Z | Checking x509-cert v0.2.5 |
| 2006 | 2025-03-03T21:51:59.761Z | Checking serde_path_to_error v0.1.16 |
| 2007 | 2025-03-03T21:51:59.806Z | Checking curve25519-dalek v4.1.3 |
| 2008 | 2025-03-03T21:52:00.091Z | Checking toml v0.8.20 |
| 2009 | 2025-03-03T21:52:00.130Z | Checking ahash v0.8.11 |
| 2010 | 2025-03-03T21:52:00.278Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2011 | 2025-03-03T21:52:00.331Z | Checking siphasher v0.3.11 |
| 2012 | 2025-03-03T21:52:00.428Z | Checking bzip2 v0.4.4 |
| 2013 | 2025-03-03T21:52:00.616Z | Checking rayon-core v1.12.1 |
| 2014 | 2025-03-03T21:52:00.646Z | Checking ed25519 v2.2.3 |
| 2015 | 2025-03-03T21:52:00.695Z | Checking signal-hook v0.3.17 |
| 2016 | 2025-03-03T21:52:00.723Z | Checking rand_core v0.9.2 |
| 2017 | 2025-03-03T21:52:00.947Z | Checking console v0.15.10 |
| 2018 | 2025-03-03T21:52:01.022Z | Checking hickory-proto v0.24.4 |
| 2019 | 2025-03-03T21:52:01.065Z | Checking multer v3.1.0 |
| 2020 | 2025-03-03T21:52:01.129Z | Checking itertools v0.10.5 |
| 2021 | 2025-03-03T21:52:01.225Z | Checking waitgroup v0.1.2 |
| 2022 | 2025-03-03T21:52:01.373Z | Checking ed25519-dalek v2.1.1 |
| 2023 | 2025-03-03T21:52:01.399Z | Checking memoffset v0.9.1 |
| 2024 | 2025-03-03T21:52:01.458Z | Checking async-stream v0.3.6 |
| 2025 | 2025-03-03T21:52:01.485Z | Checking hostname v0.4.0 |
| 2026 | 2025-03-03T21:52:01.536Z | Checking rand_chacha v0.9.0 |
| 2027 | 2025-03-03T21:52:01.664Z | Checking signal-hook-mio v0.2.4 |
| 2028 | 2025-03-03T21:52:01.690Z | Checking zip v0.6.6 |
| 2029 | 2025-03-03T21:52:01.770Z | Checking fs-err v2.11.0 |
| 2030 | 2025-03-03T21:52:01.822Z | Checking hash32 v0.2.1 |
| 2031 | 2025-03-03T21:52:01.855Z | Checking toml v0.7.8 |
| 2032 | 2025-03-03T21:52:01.910Z | Checking lockfree-object-pool v0.1.6 |
| 2033 | 2025-03-03T21:52:02.098Z | Checking simd-adler32 v0.3.7 |
| 2034 | 2025-03-03T21:52:02.137Z | Checking linked-hash-map v0.5.6 |
| 2035 | 2025-03-03T21:52:02.264Z | Checking unicode-properties v0.1.3 |
| 2036 | 2025-03-03T21:52:02.310Z | Checking predicates-core v1.0.8 |
| 2037 | 2025-03-03T21:52:02.406Z | Checking unicode-bidi v0.3.17 |
| 2038 | 2025-03-03T21:52:02.433Z | Checking bumpalo v3.16.0 |
| 2039 | 2025-03-03T21:52:02.486Z | Checking lru-cache v0.1.2 |
| 2040 | 2025-03-03T21:52:02.519Z | Checking heapless v0.7.17 |
| 2041 | 2025-03-03T21:52:02.556Z | Checking tokio-rustls v0.25.0 |
| 2042 | 2025-03-03T21:52:02.583Z | Checking rand v0.9.0 |
| 2043 | 2025-03-03T21:52:02.675Z | Checking crossterm v0.28.1 |
| 2044 | 2025-03-03T21:52:02.743Z | Checking zopfli v0.8.1 |
| 2045 | 2025-03-03T21:52:02.875Z | Checking dropshot v0.12.0 |
| 2046 | 2025-03-03T21:52:02.930Z | Checking stringprep v0.1.5 |
| 2047 | 2025-03-03T21:52:02.957Z | Checking rayon v1.10.0 |
| 2048 | 2025-03-03T21:52:03.207Z | Checking phf_shared v0.11.2 |
| 2049 | 2025-03-03T21:52:03.338Z | Checking similar v2.7.0 |
| 2050 | 2025-03-03T21:52:03.364Z | Checking tokio-stream v0.1.17 |
| 2051 | 2025-03-03T21:52:03.463Z | Checking newtype-uuid v1.2.1 |
| 2052 | 2025-03-03T21:52:03.521Z | Checking md-5 v0.10.6 |
| 2053 | 2025-03-03T21:52:03.707Z | Checking float-cmp v0.10.0 |
| 2054 | 2025-03-03T21:52:03.742Z | Checking normalize-line-endings v0.3.0 |
| 2055 | 2025-03-03T21:52:03.874Z | Checking fallible-iterator v0.2.0 |
| 2056 | 2025-03-03T21:52:03.922Z | Checking difflib v0.4.0 |
| 2057 | 2025-03-03T21:52:04.051Z | Checking phf v0.11.2 |
| 2058 | 2025-03-03T21:52:04.080Z | Checking smoltcp v0.9.1 |
| 2059 | 2025-03-03T21:52:04.123Z | Checking zip v2.1.3 |
| 2060 | 2025-03-03T21:52:04.225Z | Checking predicates v3.1.3 |
| 2061 | 2025-03-03T21:52:04.306Z | Checking nix v0.29.0 |
| 2062 | 2025-03-03T21:52:04.385Z | Checking postgres-protocol v0.6.8 |
| 2063 | 2025-03-03T21:52:04.789Z | Checking phf_shared v0.10.0 |
| 2064 | 2025-03-03T21:52:04.997Z | Checking resolv-conf v0.7.0 |
| 2065 | 2025-03-03T21:52:05.022Z | Checking tungstenite v0.24.0 |
| 2066 | 2025-03-03T21:52:05.047Z | Checking buf-list v1.0.3 |
| 2067 | 2025-03-03T21:52:05.084Z | Checking serde-big-array v0.5.1 |
| 2068 | 2025-03-03T21:52:05.291Z | Checking portable-atomic v1.9.0 |
| 2069 | 2025-03-03T21:52:05.322Z | Checking precomputed-hash v0.1.1 |
| 2070 | 2025-03-03T21:52:05.354Z | Checking new_debug_unreachable v1.0.6 |
| 2071 | 2025-03-03T21:52:05.381Z | Checking minimal-lexical v0.2.1 |
| 2072 | 2025-03-03T21:52:05.478Z | Checking fixedbitset v0.4.2 |
| 2073 | 2025-03-03T21:52:05.504Z | Checking lalrpop-util v0.19.12 |
| 2074 | 2025-03-03T21:52:05.536Z | Checking number_prefix v0.4.0 |
| 2075 | 2025-03-03T21:52:05.723Z | Checking petgraph v0.6.5 |
| 2076 | 2025-03-03T21:52:05.760Z | Checking string_cache v0.8.7 |
| 2077 | 2025-03-03T21:52:05.795Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2078 | 2025-03-03T21:52:05.820Z | Checking nom v7.1.3 |
| 2079 | 2025-03-03T21:52:05.848Z | Checking tokio-tungstenite v0.24.0 |
| 2080 | 2025-03-03T21:52:05.894Z | Checking hickory-resolver v0.24.4 |
| 2081 | 2025-03-03T21:52:06.023Z | Checking postgres-types v0.2.9 |
| 2082 | 2025-03-03T21:52:06.129Z | Checking itertools v0.12.1 |
| 2083 | 2025-03-03T21:52:06.231Z | Checking indicatif v0.17.11 |
| 2084 | 2025-03-03T21:52:06.270Z | Checking peg-runtime v0.8.3 |
| 2085 | 2025-03-03T21:52:06.498Z | Checking whoami v1.5.2 |
| 2086 | 2025-03-03T21:52:06.611Z | Compiling thiserror-impl v2.0.11 |
| 2087 | 2025-03-03T21:52:06.767Z | Checking tokio-postgres v0.7.13 |
| 2088 | 2025-03-03T21:52:07.005Z | Compiling regress v0.10.3 |
| 2089 | 2025-03-03T21:52:07.241Z | Checking qorb v0.2.1 |
| 2090 | 2025-03-03T21:52:08.002Z | Compiling ident_case v1.0.1 |
| 2091 | 2025-03-03T21:52:08.169Z | Compiling darling_core v0.20.10 |
| 2092 | 2025-03-03T21:52:08.196Z | Compiling unsafe-libyaml v0.2.11 |
| 2093 | 2025-03-03T21:52:08.329Z | Checking heck v0.5.0 |
| 2094 | 2025-03-03T21:52:08.522Z | Checking fastrand v2.1.1 |
| 2095 | 2025-03-03T21:52:09.143Z | Checking thiserror v2.0.11 |
| 2096 | 2025-03-03T21:52:09.182Z | Compiling structmeta-derive v0.3.0 |
| 2097 | 2025-03-03T21:52:09.237Z | Compiling serde_yaml v0.9.34+deprecated |
| 2098 | 2025-03-03T21:52:09.313Z | Checking tempfile v3.13.0 |
| 2099 | 2025-03-03T21:52:09.657Z | Checking ipnetwork v0.21.1 |
| 2100 | 2025-03-03T21:52:09.695Z | Checking progenitor-client v0.9.1 |
| 2101 | 2025-03-03T21:52:10.005Z | Compiling typify-impl v0.2.0 |
| 2102 | 2025-03-03T21:52:10.037Z | Checking strum v0.26.3 |
| 2103 | 2025-03-03T21:52:10.080Z | Compiling daft-derive v0.1.1 |
| 2104 | 2025-03-03T21:52:10.218Z | Checking wait-timeout v0.2.0 |
| 2105 | 2025-03-03T21:52:10.414Z | Checking oxnet v0.1.1 |
| 2106 | 2025-03-03T21:52:10.762Z | Compiling dropshot v0.16.0 |
| 2107 | 2025-03-03T21:52:10.793Z | Checking bit-vec v0.8.0 |
| 2108 | 2025-03-03T21:52:11.139Z | Checking rusty-fork v0.3.0 |
| 2109 | 2025-03-03T21:52:11.166Z | Checking bit-set v0.8.0 |
| 2110 | 2025-03-03T21:52:11.327Z | Compiling structmeta v0.3.0 |
| 2111 | 2025-03-03T21:52:11.388Z | Checking macaddr v1.0.1 |
| 2112 | 2025-03-03T21:52:11.421Z | Checking rand_xorshift v0.3.0 |
| 2113 | 2025-03-03T21:52:11.447Z | Compiling dropshot_endpoint v0.16.0 |
| 2114 | 2025-03-03T21:52:11.624Z | Checking unarray v0.1.4 |
| 2115 | 2025-03-03T21:52:11.713Z | Compiling parse-display-derive v0.10.0 |
| 2116 | 2025-03-03T21:52:11.740Z | Compiling test-strategy v0.4.0 |
| 2117 | 2025-03-03T21:52:11.799Z | Checking proptest v1.6.0 |
| 2118 | 2025-03-03T21:52:12.319Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2119 | 2025-03-03T21:52:12.925Z | Checking progenitor-client v0.8.0 |
| 2120 | 2025-03-03T21:52:13.057Z | Compiling darling_macro v0.20.10 |
| 2121 | 2025-03-03T21:52:13.246Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2122 | 2025-03-03T21:52:13.396Z | Checking instant v0.1.13 |
| 2123 | 2025-03-03T21:52:13.527Z | Checking daft v0.1.1 |
| 2124 | 2025-03-03T21:52:13.801Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2125 | 2025-03-03T21:52:13.883Z | Compiling darling v0.20.10 |
| 2126 | 2025-03-03T21:52:13.994Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2127 | 2025-03-03T21:52:14.031Z | Compiling serde_with_macros v3.12.0 |
| 2128 | 2025-03-03T21:52:14.428Z | Checking backoff v0.4.0 |
| 2129 | 2025-03-03T21:52:14.596Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2130 | 2025-03-03T21:52:14.665Z | Checking camino-tempfile v1.1.1 |
| 2131 | 2025-03-03T21:52:14.767Z | Checking unicode-width v0.1.14 |
| 2132 | 2025-03-03T21:52:14.808Z | Compiling proc-macro-error v1.0.4 |
| 2133 | 2025-03-03T21:52:14.998Z | Compiling proc-macro-crate v1.3.1 |
| 2134 | 2025-03-03T21:52:15.117Z | Checking parse-display v0.10.0 |
| 2135 | 2025-03-03T21:52:15.291Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2136 | 2025-03-03T21:52:15.437Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2137 | 2025-03-03T21:52:15.630Z | Checking tabwriter v1.4.0 |
| 2138 | 2025-03-03T21:52:15.717Z | Compiling foreign-types-macros v0.2.3 |
| 2139 | 2025-03-03T21:52:15.839Z | Checking foreign-types-shared v0.3.1 |
| 2140 | 2025-03-03T21:52:15.870Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2141 | 2025-03-03T21:52:15.942Z | Compiling num_enum_derive v0.5.11 |
| 2142 | 2025-03-03T21:52:16.089Z | Checking cstr-argument v0.1.2 |
| 2143 | 2025-03-03T21:52:16.168Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2144 | 2025-03-03T21:52:16.288Z | Checking pretty-hex v0.2.1 |
| 2145 | 2025-03-03T21:52:16.313Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2146 | 2025-03-03T21:52:16.346Z | Checking serde_with v3.12.0 |
| 2147 | 2025-03-03T21:52:16.474Z | Checking colored v2.2.0 |
| 2148 | 2025-03-03T21:52:16.641Z | Checking winnow v0.6.20 |
| 2149 | 2025-03-03T21:52:16.798Z | Checking foreign-types v0.5.0 |
| 2150 | 2025-03-03T21:52:16.849Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2151 | 2025-03-03T21:52:16.874Z | Checking smf v0.2.3 |
| 2152 | 2025-03-03T21:52:16.930Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2153 | 2025-03-03T21:52:17.037Z | Checking itertools v0.14.0 |
| 2154 | 2025-03-03T21:52:17.220Z | Compiling typify-impl v0.3.0 |
| 2155 | 2025-03-03T21:52:17.297Z | Checking base64 v0.21.7 |
| 2156 | 2025-03-03T21:52:17.728Z | Compiling itertools v0.13.0 |
| 2157 | 2025-03-03T21:52:17.816Z | Checking num_enum v0.5.11 |
| 2158 | 2025-03-03T21:52:17.995Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2159 | 2025-03-03T21:52:18.257Z | Compiling crucible-workspace-hack v0.1.0 |
| 2160 | 2025-03-03T21:52:18.664Z | Compiling heapless v0.8.0 |
| 2161 | 2025-03-03T21:52:19.014Z | Checking hash32 v0.3.1 |
| 2162 | 2025-03-03T21:52:19.221Z | Compiling smoltcp v0.11.0 |
| 2163 | 2025-03-03T21:52:19.249Z | Checking cobs v0.2.3 |
| 2164 | 2025-03-03T21:52:19.447Z | Checking postcard v1.0.10 |
| 2165 | 2025-03-03T21:52:19.833Z | Checking sigpipe v0.1.3 |
| 2166 | 2025-03-03T21:52:19.949Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2167 | 2025-03-03T21:52:19.974Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2168 | 2025-03-03T21:52:20.156Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2169 | 2025-03-03T21:52:20.300Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2170 | 2025-03-03T21:52:20.359Z | Checking termtree v0.4.1 |
| 2171 | 2025-03-03T21:52:20.652Z | Compiling mockall_derive v0.13.1 |
| 2172 | 2025-03-03T21:52:20.781Z | Checking predicates-tree v1.0.11 |
| 2173 | 2025-03-03T21:52:20.815Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2174 | 2025-03-03T21:52:20.980Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2175 | 2025-03-03T21:52:21.006Z | Compiling zone_cfg_derive v0.3.0 |
| 2176 | 2025-03-03T21:52:21.105Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2177 | 2025-03-03T21:52:21.216Z | Compiling num-derive v0.4.2 |
| 2178 | 2025-03-03T21:52:21.424Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2179 | 2025-03-03T21:52:21.695Z | Checking downcast v0.11.0 |
| 2180 | 2025-03-03T21:52:21.896Z | Compiling typify-macro v0.2.0 |
| 2181 | 2025-03-03T21:52:21.926Z | Checking fragile v2.0.0 |
| 2182 | 2025-03-03T21:52:22.137Z | Checking zone v0.3.0 |
| 2183 | 2025-03-03T21:52:22.232Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2184 | 2025-03-03T21:52:22.528Z | Checking atomicwrites v0.4.4 |
| 2185 | 2025-03-03T21:52:22.705Z | Compiling convert_case v0.4.0 |
| 2186 | 2025-03-03T21:52:22.815Z | Checking tungstenite v0.21.0 |
| 2187 | 2025-03-03T21:52:22.843Z | Checking newline-converter v0.3.0 |
| 2188 | 2025-03-03T21:52:22.962Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2189 | 2025-03-03T21:52:23.017Z | Checking expectorate v1.1.0 |
| 2190 | 2025-03-03T21:52:23.193Z | Checking same-file v1.0.6 |
| 2191 | 2025-03-03T21:52:23.377Z | Checking walkdir v2.5.0 |
| 2192 | 2025-03-03T21:52:23.402Z | Checking arc-swap v1.7.1 |
| 2193 | 2025-03-03T21:52:23.440Z | Compiling derive_more v0.99.19 |
| 2194 | 2025-03-03T21:52:23.634Z | Checking tokio-tungstenite v0.21.0 |
| 2195 | 2025-03-03T21:52:23.670Z | Checking fixedbitset v0.5.7 |
| 2196 | 2025-03-03T21:52:23.813Z | Checking slog-scope v4.4.0 |
| 2197 | 2025-03-03T21:52:24.022Z | Checking slog-stdlog v4.1.1 |
| 2198 | 2025-03-03T21:52:24.047Z | Checking petgraph v0.7.1 |
| 2199 | 2025-03-03T21:52:24.095Z | Checking xattr v1.3.1 |
| 2200 | 2025-03-03T21:52:24.216Z | Checking filetime v0.2.25 |
| 2201 | 2025-03-03T21:52:24.304Z | Checking slog-envlogger v2.2.0 |
| 2202 | 2025-03-03T21:52:24.444Z | Checking tar v0.4.44 |
| 2203 | 2025-03-03T21:52:24.534Z | Checking num-rational v0.4.2 |
| 2204 | 2025-03-03T21:52:24.969Z | Compiling typify v0.2.0 |
| 2205 | 2025-03-03T21:52:25.128Z | Compiling progenitor-impl v0.8.0 |
| 2206 | 2025-03-03T21:52:25.287Z | Checking num-complex v0.4.6 |
| 2207 | 2025-03-03T21:52:25.533Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2208 | 2025-03-03T21:52:26.134Z | Checking num v0.4.3 |
| 2209 | 2025-03-03T21:52:26.170Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2210 | 2025-03-03T21:52:26.259Z | Checking float-ord v0.3.2 |
| 2211 | 2025-03-03T21:52:26.415Z | Checking password-hash v0.5.0 |
| 2212 | 2025-03-03T21:52:26.835Z | Checking blake2 v0.10.6 |
| 2213 | 2025-03-03T21:52:26.925Z | Checking indent_write v2.2.0 |
| 2214 | 2025-03-03T21:52:27.003Z | Checking mockall v0.13.1 |
| 2215 | 2025-03-03T21:52:27.042Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2216 | 2025-03-03T21:52:27.180Z | Checking swrite v0.1.0 |
| 2217 | 2025-03-03T21:52:27.256Z | Compiling owo-colors v4.2.0 |
| 2218 | 2025-03-03T21:52:27.282Z | Checking argon2 v0.5.3 |
| 2219 | 2025-03-03T21:52:27.311Z | Compiling cancel-safe-futures v0.1.5 |
| 2220 | 2025-03-03T21:52:27.337Z | Checking libsw-core v0.3.1 |
| 2221 | 2025-03-03T21:52:27.995Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2222 | 2025-03-03T21:52:28.021Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2223 | 2025-03-03T21:52:28.146Z | Checking libsw v3.4.0 |
| 2224 | 2025-03-03T21:52:28.344Z | Checking linear-map v1.2.0 |
| 2225 | 2025-03-03T21:52:28.378Z | Checking pem v3.0.5 |
| 2226 | 2025-03-03T21:52:28.652Z | Compiling lzma-sys v0.1.20 |
| 2227 | 2025-03-03T21:52:28.684Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2228 | 2025-03-03T21:52:28.947Z | Checking headers-core v0.3.0 |
| 2229 | 2025-03-03T21:52:29.243Z | Compiling heck v0.3.3 |
| 2230 | 2025-03-03T21:52:29.316Z | Checking highway v1.3.0 |
| 2231 | 2025-03-03T21:52:29.352Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2232 | 2025-03-03T21:52:29.385Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2233 | 2025-03-03T21:52:29.488Z | Checking headers v0.4.0 |
| 2234 | 2025-03-03T21:52:29.518Z | Compiling zone_cfg_derive v0.1.2 |
| 2235 | 2025-03-03T21:52:29.653Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2236 | 2025-03-03T21:52:29.755Z | Checking yasna v0.5.2 |
| 2237 | 2025-03-03T21:52:29.916Z | Compiling typify-macro v0.3.0 |
| 2238 | 2025-03-03T21:52:29.994Z | Checking base64 v0.13.1 |
| 2239 | 2025-03-03T21:52:30.502Z | Checking ron v0.7.1 |
| 2240 | 2025-03-03T21:52:30.700Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2241 | 2025-03-03T21:52:30.930Z | Checking rcgen v0.12.1 |
| 2242 | 2025-03-03T21:52:31.032Z | Checking zone v0.1.8 |
| 2243 | 2025-03-03T21:52:31.126Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2244 | 2025-03-03T21:52:31.420Z | Checking xz2 v0.1.7 |
| 2245 | 2025-03-03T21:52:31.579Z | Compiling progenitor-macro v0.8.0 |
| 2246 | 2025-03-03T21:52:31.579Z | Checking subprocess v0.2.9 |
| 2247 | 2025-03-03T21:52:31.579Z | Checking humantime v2.1.0 |
| 2248 | 2025-03-03T21:52:31.579Z | Compiling semver v0.1.20 |
| 2249 | 2025-03-03T21:52:31.712Z | Checking half v2.4.1 |
| 2250 | 2025-03-03T21:52:31.712Z | Checking ciborium-io v0.2.2 |
| 2251 | 2025-03-03T21:52:31.911Z | Checking prettyplease v0.2.29 |
| 2252 | 2025-03-03T21:52:32.101Z | Compiling rustc_version v0.1.7 |
| 2253 | 2025-03-03T21:52:32.185Z | Checking ciborium-ll v0.2.2 |
| 2254 | 2025-03-03T21:52:32.471Z | Checking ciborium v0.2.2 |
| 2255 | 2025-03-03T21:52:36.487Z | Compiling newtype_derive v0.1.6 |
| 2256 | 2025-03-03T21:52:36.596Z | Checking steno v0.4.1 |
| 2257 | 2025-03-03T21:52:36.597Z | Compiling typify v0.3.0 |
| 2258 | 2025-03-03T21:52:36.597Z | Compiling progenitor-impl v0.9.1 |
| 2259 | 2025-03-03T21:52:36.730Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2260 | 2025-03-03T21:52:36.730Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2261 | 2025-03-03T21:52:36.730Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2262 | 2025-03-03T21:52:36.730Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2263 | 2025-03-03T21:52:36.886Z | Compiling slog-dtrace v0.3.0 |
| 2264 | 2025-03-03T21:52:37.935Z | Checking display-error-chain v0.2.2 |
| 2265 | 2025-03-03T21:52:37.984Z | Checking gethostname v0.5.0 |
| 2266 | 2025-03-03T21:52:37.985Z | Checking keccak v0.1.5 |
| 2267 | 2025-03-03T21:52:37.985Z | Checking bytecount v0.6.8 |
| 2268 | 2025-03-03T21:52:37.985Z | Checking universal-hash v0.5.1 |
| 2269 | 2025-03-03T21:52:37.985Z | Checking secrecy v0.8.0 |
| 2270 | 2025-03-03T21:52:38.011Z | Checking sha3 v0.10.8 |
| 2271 | 2025-03-03T21:52:38.152Z | Checking opaque-debug v0.3.1 |
| 2272 | 2025-03-03T21:52:38.177Z | Checking nibble_vec v0.1.0 |
| 2273 | 2025-03-03T21:52:38.287Z | Compiling blake3 v1.5.4 |
| 2274 | 2025-03-03T21:52:38.395Z | Checking endian-type v0.1.2 |
| 2275 | 2025-03-03T21:52:38.395Z | Checking aead v0.5.2 |
| 2276 | 2025-03-03T21:52:38.446Z | Checking poly1305 v0.8.0 |
| 2277 | 2025-03-03T21:52:38.629Z | Checking radix_trie v0.2.1 |
| 2278 | 2025-03-03T21:52:38.683Z | Checking chacha20 v0.9.1 |
| 2279 | 2025-03-03T21:52:38.955Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2280 | 2025-03-03T21:52:39.032Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2281 | 2025-03-03T21:52:39.545Z | Checking chacha20poly1305 v0.10.1 |
| 2282 | 2025-03-03T21:52:39.743Z | Compiling progenitor-macro v0.9.1 |
| 2283 | 2025-03-03T21:52:39.768Z | Compiling memmap2 v0.9.5 |
| 2284 | 2025-03-03T21:52:39.946Z | Compiling arrayref v0.3.9 |
| 2285 | 2025-03-03T21:52:40.085Z | Compiling constant_time_eq v0.3.1 |
| 2286 | 2025-03-03T21:52:40.119Z | Compiling arrayvec v0.7.6 |
| 2287 | 2025-03-03T21:52:40.185Z | Compiling toolchain_find v0.4.0 |
| 2288 | 2025-03-03T21:52:40.828Z | Compiling topological-sort v0.2.2 |
| 2289 | 2025-03-03T21:52:40.854Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2290 | 2025-03-03T21:52:41.085Z | Compiling rustfmt-wrapper v0.2.1 |
| 2291 | 2025-03-03T21:52:41.484Z | Compiling omicron-zone-package v0.12.0 |
| 2292 | 2025-03-03T21:52:41.663Z | Checking thiserror-no-std v2.0.2 |
| 2293 | 2025-03-03T21:52:41.693Z | Compiling async-recursion v1.1.1 |
| 2294 | 2025-03-03T21:52:41.735Z | Checking maplit v1.0.2 |
| 2295 | 2025-03-03T21:52:41.831Z | Checking vsss-rs v3.3.4 |
| 2296 | 2025-03-03T21:52:41.896Z | Checking fxhash v0.2.1 |
| 2297 | 2025-03-03T21:52:42.093Z | Checking progenitor v0.8.0 |
| 2298 | 2025-03-03T21:52:42.361Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2299 | 2025-03-03T21:52:42.395Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2300 | 2025-03-03T21:52:43.161Z | Compiling const_format_proc_macros v0.2.34 |
| 2301 | 2025-03-03T21:52:44.607Z | Checking home v0.5.9 |
| 2302 | 2025-03-03T21:52:44.793Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2303 | 2025-03-03T21:52:44.891Z | Checking const_format v0.2.34 |
| 2304 | 2025-03-03T21:52:45.018Z | Compiling vte_generate_state_changes v0.1.2 |
| 2305 | 2025-03-03T21:52:45.361Z | Checking fd-lock v4.0.2 |
| 2306 | 2025-03-03T21:52:45.608Z | Checking vte v0.11.1 |
| 2307 | 2025-03-03T21:52:45.640Z | Checking nu-ansi-term v0.50.1 |
| 2308 | 2025-03-03T21:52:46.058Z | Compiling radium v0.7.0 |
| 2309 | 2025-03-03T21:52:46.167Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2310 | 2025-03-03T21:52:46.483Z | Checking termcolor v1.4.1 |
| 2311 | 2025-03-03T21:52:46.682Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2312 | 2025-03-03T21:52:46.720Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2313 | 2025-03-03T21:52:46.852Z | Checking strip-ansi-escapes v0.2.0 |
| 2314 | 2025-03-03T21:52:46.929Z | Checking kstat-rs v0.2.4 |
| 2315 | 2025-03-03T21:52:47.018Z | Checking reedline v0.38.0 |
| 2316 | 2025-03-03T21:52:47.045Z | Compiling libefi-sys v0.1.0 |
| 2317 | 2025-03-03T21:52:47.354Z | Checking tap v1.0.1 |
| 2318 | 2025-03-03T21:52:47.543Z | Compiling maybe-uninit v2.0.0 |
| 2319 | 2025-03-03T21:52:48.106Z | Checking wyz v0.5.1 |
| 2320 | 2025-03-03T21:52:48.492Z | Compiling phf_generator v0.11.2 |
| 2321 | 2025-03-03T21:52:48.680Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2322 | 2025-03-03T21:52:48.719Z | Compiling bitfield-struct v0.6.2 |
| 2323 | 2025-03-03T21:52:49.009Z | Checking crc-catalog v2.4.0 |
| 2324 | 2025-03-03T21:52:49.090Z | Compiling packed_struct v0.10.1 |
| 2325 | 2025-03-03T21:52:49.192Z | Checking funty v2.0.0 |
| 2326 | 2025-03-03T21:52:49.361Z | Checking crc v3.2.1 |
| 2327 | 2025-03-03T21:52:49.673Z | Compiling phf_codegen v0.11.2 |
| 2328 | 2025-03-03T21:52:49.963Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2329 | 2025-03-03T21:52:49.989Z | Checking bitvec v1.0.1 |
| 2330 | 2025-03-03T21:52:50.039Z | Checking papergrid v0.11.0 |
| 2331 | 2025-03-03T21:52:50.191Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2332 | 2025-03-03T21:52:50.439Z | Checking progenitor v0.9.1 |
| 2333 | 2025-03-03T21:52:50.587Z | Compiling tabled_derive v0.7.0 |
| 2334 | 2025-03-03T21:52:50.744Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2335 | 2025-03-03T21:52:50.808Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2336 | 2025-03-03T21:52:51.466Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2337 | 2025-03-03T21:52:52.515Z | Compiling packed_struct_codegen v0.10.1 |
| 2338 | 2025-03-03T21:52:53.016Z | Compiling parse-zoneinfo v0.3.1 |
| 2339 | 2025-03-03T21:52:54.181Z | Compiling indexmap v1.9.3 |
| 2340 | 2025-03-03T21:52:54.473Z | Compiling cfg_aliases v0.1.1 |
| 2341 | 2025-03-03T21:52:54.507Z | Checking nodrop v0.1.14 |
| 2342 | 2025-03-03T21:52:54.618Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2025-03-03T21:52:54.679Z | Checking array-init v0.0.4 |
| 2344 | 2025-03-03T21:52:54.787Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2025-03-03T21:52:55.254Z | Compiling nix v0.28.0 |
| 2346 | 2025-03-03T21:52:55.559Z | Compiling chrono-tz-build v0.4.0 |
| 2347 | 2025-03-03T21:52:55.594Z | Checking tabled v0.15.0 |
| 2348 | 2025-03-03T21:52:56.302Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2349 | 2025-03-03T21:52:56.579Z | Checking smallvec v0.6.14 |
| 2350 | 2025-03-03T21:52:56.713Z | Checking nanorand v0.7.0 |
| 2351 | 2025-03-03T21:52:56.964Z | Checking hashbrown v0.12.3 |
| 2352 | 2025-03-03T21:52:57.075Z | Compiling parking_lot_core v0.8.6 |
| 2353 | 2025-03-03T21:52:57.487Z | Checking bitfield v0.14.0 |
| 2354 | 2025-03-03T21:52:57.554Z | Checking flume v0.11.1 |
| 2355 | 2025-03-03T21:52:57.775Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2356 | 2025-03-03T21:52:57.998Z | Checking serde-hex v0.1.0 |
| 2357 | 2025-03-03T21:52:58.079Z | Compiling chrono-tz v0.10.1 |
| 2358 | 2025-03-03T21:52:58.330Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2359 | 2025-03-03T21:52:58.538Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2360 | 2025-03-03T21:52:58.605Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2361 | 2025-03-03T21:52:58.693Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2362 | 2025-03-03T21:53:00.721Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2363 | 2025-03-03T21:53:01.804Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2364 | 2025-03-03T21:53:01.920Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2365 | 2025-03-03T21:53:02.663Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2366 | 2025-03-03T21:53:02.693Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2367 | 2025-03-03T21:53:03.583Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2368 | 2025-03-03T21:53:03.777Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2369 | 2025-03-03T21:53:04.022Z | Checking env_logger v0.10.2 |
| 2370 | 2025-03-03T21:53:04.049Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2371 | 2025-03-03T21:53:04.368Z | Checking ron v0.8.1 |
| 2372 | 2025-03-03T21:53:04.460Z | Checking hashbrown v0.13.2 |
| 2373 | 2025-03-03T21:53:04.626Z | Checking crc-any v2.5.0 |
| 2374 | 2025-03-03T21:53:05.406Z | Checking object v0.30.4 |
| 2375 | 2025-03-03T21:53:05.531Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2376 | 2025-03-03T21:53:06.301Z | Compiling peg-macros v0.8.4 |
| 2377 | 2025-03-03T21:53:07.306Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2378 | 2025-03-03T21:53:08.204Z | Compiling sqlparser_derive v0.2.2 |
| 2379 | 2025-03-03T21:53:08.281Z | Checking path-slash v0.1.5 |
| 2380 | 2025-03-03T21:53:08.452Z | Checking unicode_categories v0.1.1 |
| 2381 | 2025-03-03T21:53:08.560Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2382 | 2025-03-03T21:53:08.724Z | Checking glob v0.3.2 |
| 2383 | 2025-03-03T21:53:09.028Z | Checking sqlformat v0.2.6 |
| 2384 | 2025-03-03T21:53:09.062Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2385 | 2025-03-03T21:53:09.110Z | Checking peg v0.8.4 |
| 2386 | 2025-03-03T21:53:09.148Z | Checking sqlparser v0.45.0 |
| 2387 | 2025-03-03T21:53:09.273Z | Checking rustyline v14.0.0 |
| 2388 | 2025-03-03T21:53:10.430Z | Checking parking_lot v0.11.2 |
| 2389 | 2025-03-03T21:53:10.504Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2390 | 2025-03-03T21:53:10.602Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2391 | 2025-03-03T21:53:10.810Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2392 | 2025-03-03T21:53:11.154Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2393 | 2025-03-03T21:53:11.381Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2394 | 2025-03-03T21:53:12.255Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2395 | 2025-03-03T21:53:13.148Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2396 | 2025-03-03T21:53:13.279Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2397 | 2025-03-03T21:53:13.530Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2398 | 2025-03-03T21:53:13.919Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2399 | 2025-03-03T21:53:14.469Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2400 | 2025-03-03T21:53:14.547Z | Checking bcs v0.1.6 |
| 2401 | 2025-03-03T21:53:15.060Z | Checking termtree v0.5.1 |
| 2402 | 2025-03-03T21:53:15.326Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2403 | 2025-03-03T21:53:15.539Z | Checking sled v0.34.7 |
| 2404 | 2025-03-03T21:53:16.043Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2405 | 2025-03-03T21:53:17.070Z | Checking hickory-client v0.24.4 |
| 2406 | 2025-03-03T21:53:17.437Z | Checking hickory-server v0.24.4 |
| 2407 | 2025-03-03T21:53:17.658Z | Compiling unicase v2.7.0 |
| 2408 | 2025-03-03T21:53:18.134Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2409 | 2025-03-03T21:53:18.191Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2410 | 2025-03-03T21:53:18.420Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2411 | 2025-03-03T21:53:18.750Z | Compiling dsl_auto_type v0.1.2 |
| 2412 | 2025-03-03T21:53:18.846Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2413 | 2025-03-03T21:53:18.935Z | Checking primeorder v0.13.6 |
| 2414 | 2025-03-03T21:53:18.965Z | Checking scheduled-thread-pool v0.2.7 |
| 2415 | 2025-03-03T21:53:19.208Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2416 | 2025-03-03T21:53:19.394Z | Compiling crunchy v0.2.2 |
| 2417 | 2025-03-03T21:53:19.621Z | Checking r2d2 v0.8.10 |
| 2418 | 2025-03-03T21:53:19.707Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2419 | 2025-03-03T21:53:19.879Z | Compiling mime_guess v2.0.5 |
| 2420 | 2025-03-03T21:53:19.958Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2025-03-03T21:53:20.053Z | Compiling diesel_derives v2.2.3 |
| 2422 | 2025-03-03T21:53:20.895Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2423 | 2025-03-03T21:53:21.118Z | Compiling tiny-keccak v2.0.2 |
| 2424 | 2025-03-03T21:53:21.149Z | Checking http-range v0.1.5 |
| 2425 | 2025-03-03T21:53:21.505Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2426 | 2025-03-03T21:53:21.546Z | Checking atty v0.2.14 |
| 2427 | 2025-03-03T21:53:21.704Z | Compiling salty v0.3.0 |
| 2428 | 2025-03-03T21:53:21.775Z | Compiling ref-cast v1.0.23 |
| 2429 | 2025-03-03T21:53:21.800Z | Compiling bit-vec v0.6.3 |
| 2430 | 2025-03-03T21:53:22.140Z | Compiling bit-set v0.5.3 |
| 2431 | 2025-03-03T21:53:22.425Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2432 | 2025-03-03T21:53:22.486Z | Checking p384 v0.13.0 |
| 2433 | 2025-03-03T21:53:22.968Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2434 | 2025-03-03T21:53:23.106Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2435 | 2025-03-03T21:53:23.215Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2436 | 2025-03-03T21:53:23.427Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2437 | 2025-03-03T21:53:23.542Z | Compiling ascii-canvas v3.0.0 |
| 2438 | 2025-03-03T21:53:23.631Z | Compiling ena v0.14.3 |
| 2439 | 2025-03-03T21:53:23.727Z | Compiling ref-cast-impl v1.0.23 |
| 2440 | 2025-03-03T21:53:23.978Z | Compiling bindgen v0.71.1 |
| 2441 | 2025-03-03T21:53:24.018Z | Compiling regex-syntax v0.6.29 |
| 2442 | 2025-03-03T21:53:24.045Z | Compiling diff v0.1.13 |
| 2443 | 2025-03-03T21:53:24.155Z | Checking hyper-staticfile v0.10.1 |
| 2444 | 2025-03-03T21:53:24.677Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2445 | 2025-03-03T21:53:24.804Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2446 | 2025-03-03T21:53:24.893Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2447 | 2025-03-03T21:53:25.332Z | Checking env_filter v0.1.2 |
| 2448 | 2025-03-03T21:53:25.380Z | Compiling rustc-hash v2.1.1 |
| 2449 | 2025-03-03T21:53:25.380Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2450 | 2025-03-03T21:53:25.406Z | Checking env_logger v0.11.5 |
| 2451 | 2025-03-03T21:53:25.763Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2452 | 2025-03-03T21:53:25.920Z | Compiling derive_builder_core v0.20.2 |
| 2453 | 2025-03-03T21:53:26.076Z | Compiling libxml v0.3.3 |
| 2454 | 2025-03-03T21:53:26.428Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2455 | 2025-03-03T21:53:26.850Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2456 | 2025-03-03T21:53:27.179Z | Compiling lalrpop v0.19.12 |
| 2457 | 2025-03-03T21:53:27.507Z | Checking signal-hook-tokio v0.3.1 |
| 2458 | 2025-03-03T21:53:27.719Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2459 | 2025-03-03T21:53:27.837Z | Compiling derive_builder_macro v0.20.2 |
| 2460 | 2025-03-03T21:53:27.867Z | Compiling strum_macros v0.24.3 |
| 2461 | 2025-03-03T21:53:28.134Z | Compiling indoc v1.0.9 |
| 2462 | 2025-03-03T21:53:28.582Z | Checking derive_builder v0.20.2 |
| 2463 | 2025-03-03T21:53:28.757Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2464 | 2025-03-03T21:53:29.482Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2465 | 2025-03-03T21:53:29.538Z | Checking diesel v2.2.7 |
| 2466 | 2025-03-03T21:53:30.330Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2467 | 2025-03-03T21:53:30.679Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2468 | 2025-03-03T21:53:30.715Z | Checking quick-xml v0.37.2 |
| 2469 | 2025-03-03T21:53:30.954Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2470 | 2025-03-03T21:53:31.001Z | Compiling oso-derive v0.27.3 |
| 2471 | 2025-03-03T21:53:31.902Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2472 | 2025-03-03T21:53:32.414Z | Checking tungstenite v0.23.0 |
| 2473 | 2025-03-03T21:53:32.577Z | Compiling diesel-dtrace v0.4.2 |
| 2474 | 2025-03-03T21:53:33.028Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2475 | 2025-03-03T21:53:33.298Z | Checking tokio-tungstenite v0.23.1 |
| 2476 | 2025-03-03T21:53:33.384Z | Checking bb8 v0.8.5 |
| 2477 | 2025-03-03T21:53:33.414Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2478 | 2025-03-03T21:53:33.846Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2479 | 2025-03-03T21:53:33.892Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2480 | 2025-03-03T21:53:33.917Z | Checking nix v0.27.1 |
| 2481 | 2025-03-03T21:53:33.945Z | Compiling pin-project-internal v1.1.6 |
| 2482 | 2025-03-03T21:53:34.184Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2483 | 2025-03-03T21:53:36.215Z | Checking pin-project v1.1.6 |
| 2484 | 2025-03-03T21:53:36.361Z | Compiling snafu-derive v0.8.5 |
| 2485 | 2025-03-03T21:53:36.520Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2486 | 2025-03-03T21:53:36.595Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2487 | 2025-03-03T21:53:36.850Z | Checking olpc-cjson v0.1.4 |
| 2488 | 2025-03-03T21:53:37.063Z | Checking globset v0.4.15 |
| 2489 | 2025-03-03T21:53:37.511Z | Checking serde_plain v1.0.2 |
| 2490 | 2025-03-03T21:53:37.761Z | Checking typed-path v0.9.3 |
| 2491 | 2025-03-03T21:53:37.786Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2492 | 2025-03-03T21:53:38.429Z | Checking parse-size v1.1.0 |
| 2493 | 2025-03-03T21:53:38.597Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2494 | 2025-03-03T21:53:38.624Z | Checking heck v0.4.1 |
| 2495 | 2025-03-03T21:53:38.862Z | Checking assert_matches v1.5.0 |
| 2496 | 2025-03-03T21:53:38.972Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2497 | 2025-03-03T21:53:39.251Z | Compiling proc-macro-error2 v2.0.1 |
| 2498 | 2025-03-03T21:53:39.345Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2499 | 2025-03-03T21:53:39.408Z | Checking rand_seeder v0.3.0 |
| 2500 | 2025-03-03T21:53:39.643Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2501 | 2025-03-03T21:53:39.833Z | Compiling tabled_derive v0.10.0 |
| 2502 | 2025-03-03T21:53:40.220Z | Checking snafu v0.8.5 |
| 2503 | 2025-03-03T21:53:40.246Z | Checking papergrid v0.14.0 |
| 2504 | 2025-03-03T21:53:40.666Z | Checking tough v0.19.0 |
| 2505 | 2025-03-03T21:53:41.566Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2506 | 2025-03-03T21:53:41.872Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2507 | 2025-03-03T21:53:42.058Z | Checking tabled v0.18.0 |
| 2508 | 2025-03-03T21:53:42.267Z | Checking io-lifetimes v1.0.11 |
| 2509 | 2025-03-03T21:53:42.456Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2510 | 2025-03-03T21:53:42.682Z | Checking rustix v0.37.28 |
| 2511 | 2025-03-03T21:53:43.027Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2512 | 2025-03-03T21:53:43.598Z | Checking terminal_size v0.2.6 |
| 2513 | 2025-03-03T21:53:43.639Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2514 | 2025-03-03T21:53:43.777Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2515 | 2025-03-03T21:53:44.523Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2516 | 2025-03-03T21:53:44.711Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2517 | 2025-03-03T21:53:44.803Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2518 | 2025-03-03T21:53:45.898Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2519 | 2025-03-03T21:53:46.230Z | Compiling libz-sys v1.1.20 |
| 2520 | 2025-03-03T21:53:46.317Z | Compiling indoc v2.0.5 |
| 2521 | 2025-03-03T21:53:46.806Z | Checking smawk v0.3.2 |
| 2522 | 2025-03-03T21:53:47.008Z | Checking unicode-linebreak v0.1.5 |
| 2523 | 2025-03-03T21:53:47.108Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2524 | 2025-03-03T21:53:47.173Z | Checking castaway v0.2.3 |
| 2525 | 2025-03-03T21:53:47.355Z | Checking is_ci v1.2.0 |
| 2526 | 2025-03-03T21:53:47.394Z | Checking textwrap v0.16.1 |
| 2527 | 2025-03-03T21:53:47.529Z | Checking supports-color v3.0.2 |
| 2528 | 2025-03-03T21:53:47.738Z | Checking compact_str v0.8.0 |
| 2529 | 2025-03-03T21:53:47.803Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2530 | 2025-03-03T21:53:48.265Z | Checking unicode-truncate v1.1.0 |
| 2531 | 2025-03-03T21:53:48.506Z | Checking lru v0.12.5 |
| 2532 | 2025-03-03T21:53:48.531Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2533 | 2025-03-03T21:53:48.557Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2534 | 2025-03-03T21:53:48.773Z | Compiling instability v0.3.2 |
| 2535 | 2025-03-03T21:53:49.251Z | Checking cassowary v0.3.0 |
| 2536 | 2025-03-03T21:53:49.658Z | Checking ratatui v0.29.0 |
| 2537 | 2025-03-03T21:53:49.825Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2538 | 2025-03-03T21:53:49.901Z | Checking cargo-platform v0.1.8 |
| 2539 | 2025-03-03T21:53:50.209Z | Checking cargo_metadata v0.19.1 |
| 2540 | 2025-03-03T21:53:51.798Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2541 | 2025-03-03T21:53:52.340Z | Compiling vergen v8.3.2 |
| 2542 | 2025-03-03T21:53:52.669Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2543 | 2025-03-03T21:53:52.958Z | Compiling cargo_metadata v0.18.1 |
| 2544 | 2025-03-03T21:53:53.065Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2545 | 2025-03-03T21:53:54.391Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2546 | 2025-03-03T21:53:54.702Z | Checking shell-words v1.1.0 |
| 2547 | 2025-03-03T21:53:54.727Z | Compiling rustls v0.21.12 |
| 2548 | 2025-03-03T21:53:54.958Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2549 | 2025-03-03T21:53:55.073Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2550 | 2025-03-03T21:53:55.262Z | Checking sct v0.7.1 |
| 2551 | 2025-03-03T21:53:55.392Z | Checking rustls-webpki v0.101.7 |
| 2552 | 2025-03-03T21:53:55.593Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2553 | 2025-03-03T21:53:55.706Z | Checking concurrent-queue v2.5.0 |
| 2554 | 2025-03-03T21:53:55.909Z | Checking plotters-backend v0.3.7 |
| 2555 | 2025-03-03T21:53:56.069Z | Checking parking v2.2.1 |
| 2556 | 2025-03-03T21:53:56.295Z | Checking plotters-svg v0.3.7 |
| 2557 | 2025-03-03T21:53:56.328Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2558 | 2025-03-03T21:53:56.539Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2559 | 2025-03-03T21:53:57.618Z | Checking async-bb8-diesel v0.2.1 |
| 2560 | 2025-03-03T21:53:57.661Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2561 | 2025-03-03T21:53:57.993Z | Checking rustls-pemfile v1.0.4 |
| 2562 | 2025-03-03T21:53:58.235Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2563 | 2025-03-03T21:53:58.267Z | Checking twox-hash v2.1.0 |
| 2564 | 2025-03-03T21:53:58.622Z | Checking cast v0.3.0 |
| 2565 | 2025-03-03T21:53:58.889Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2566 | 2025-03-03T21:53:58.914Z | Checking tokio-rustls v0.24.1 |
| 2567 | 2025-03-03T21:53:58.955Z | Checking criterion-plot v0.5.0 |
| 2568 | 2025-03-03T21:53:59.343Z | Checking plotters v0.3.7 |
| 2569 | 2025-03-03T21:53:59.440Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2570 | 2025-03-03T21:54:01.016Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2571 | 2025-03-03T21:54:01.067Z | Checking fatfs v0.3.6 |
| 2572 | 2025-03-03T21:54:01.959Z | Checking tinytemplate v1.2.1 |
| 2573 | 2025-03-03T21:54:02.359Z | Checking csv-core v0.1.11 |
| 2574 | 2025-03-03T21:54:02.430Z | Checking anes v0.1.6 |
| 2575 | 2025-03-03T21:54:02.704Z | Checking hex-literal v0.4.1 |
| 2576 | 2025-03-03T21:54:02.763Z | Checking oorandom v11.1.4 |
| 2577 | 2025-03-03T21:54:02.869Z | Checking csv v1.3.1 |
| 2578 | 2025-03-03T21:54:02.959Z | Checking criterion v0.5.1 |
| 2579 | 2025-03-03T21:54:03.622Z | Checking event-listener v5.3.1 |
| 2580 | 2025-03-03T21:54:04.019Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2581 | 2025-03-03T21:54:05.394Z | Checking rtoolbox v0.0.2 |
| 2582 | 2025-03-03T21:54:05.616Z | Checking rpassword v7.3.1 |
| 2583 | 2025-03-03T21:54:05.793Z | Checking event-listener-strategy v0.5.2 |
| 2584 | 2025-03-03T21:54:06.032Z | Checking tui-tree-widget v0.23.0 |
| 2585 | 2025-03-03T21:54:06.394Z | Checking polyval v0.6.2 |
| 2586 | 2025-03-03T21:54:06.669Z | Checking ghash v0.5.1 |
| 2587 | 2025-03-03T21:54:06.877Z | Checking futures-lite v2.3.0 |
| 2588 | 2025-03-03T21:54:07.193Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2589 | 2025-03-03T21:54:07.714Z | Checking ctr v0.9.2 |
| 2590 | 2025-03-03T21:54:08.243Z | Checking yansi v1.0.1 |
| 2591 | 2025-03-03T21:54:08.441Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2592 | 2025-03-03T21:54:08.682Z | Checking aes-gcm v0.10.3 |
| 2593 | 2025-03-03T21:54:08.766Z | Checking pretty_assertions v1.4.1 |
| 2594 | 2025-03-03T21:54:08.941Z | Checking ssh-encoding v0.2.0 |
| 2595 | 2025-03-03T21:54:08.993Z | Checking blowfish v0.9.1 |
| 2596 | 2025-03-03T21:54:09.273Z | Checking bcrypt-pbkdf v0.10.0 |
| 2597 | 2025-03-03T21:54:09.299Z | Checking ssh-cipher v0.2.0 |
| 2598 | 2025-03-03T21:54:09.584Z | Checking async-lock v3.4.0 |
| 2599 | 2025-03-03T21:54:09.628Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2600 | 2025-03-03T21:54:10.405Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2601 | 2025-03-03T21:54:10.519Z | Checking password-hash v0.4.2 |
| 2602 | 2025-03-03T21:54:10.971Z | Checking polling v3.7.3 |
| 2603 | 2025-03-03T21:54:11.369Z | Checking async-io v2.3.4 |
| 2604 | 2025-03-03T21:54:11.587Z | Checking pbkdf2 v0.11.0 |
| 2605 | 2025-03-03T21:54:11.892Z | Checking ssh-key v0.6.6 |
| 2606 | 2025-03-03T21:54:12.145Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2607 | 2025-03-03T21:54:12.770Z | Checking p521 v0.13.3 |
| 2608 | 2025-03-03T21:54:13.312Z | Checking p256 v0.13.2 |
| 2609 | 2025-03-03T21:54:13.758Z | Checking russh-cryptovec v0.7.3 |
| 2610 | 2025-03-03T21:54:13.987Z | Checking md5 v0.7.0 |
| 2611 | 2025-03-03T21:54:14.029Z | Compiling target-lexicon v0.13.2 |
| 2612 | 2025-03-03T21:54:14.127Z | Checking async-task v4.7.1 |
| 2613 | 2025-03-03T21:54:14.291Z | Checking russh-keys v0.45.0 |
| 2614 | 2025-03-03T21:54:14.514Z | Checking async-channel v2.3.1 |
| 2615 | 2025-03-03T21:54:14.835Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2616 | 2025-03-03T21:54:15.072Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2617 | 2025-03-03T21:54:15.607Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2618 | 2025-03-03T21:54:15.811Z | Checking piper v0.2.4 |
| 2619 | 2025-03-03T21:54:16.078Z | Checking num-bigint v0.4.6 |
| 2620 | 2025-03-03T21:54:16.299Z | Checking des v0.8.1 |
| 2621 | 2025-03-03T21:54:16.354Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2622 | 2025-03-03T21:54:16.593Z | Checking futures-timer v3.0.3 |
| 2623 | 2025-03-03T21:54:16.926Z | Compiling guppy-workspace-hack v0.1.0 |
| 2624 | 2025-03-03T21:54:17.151Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2625 | 2025-03-03T21:54:17.275Z | Checking blocking v1.6.1 |
| 2626 | 2025-03-03T21:54:18.029Z | Checking async-executor v1.13.1 |
| 2627 | 2025-03-03T21:54:18.191Z | Checking russh v0.45.0 |
| 2628 | 2025-03-03T21:54:18.387Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2629 | 2025-03-03T21:54:18.433Z | Checking async-signal v0.2.10 |
| 2630 | 2025-03-03T21:54:18.708Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2631 | 2025-03-03T21:54:19.114Z | Compiling target-spec v3.4.2 |
| 2632 | 2025-03-03T21:54:19.202Z | Checking internet-checksum v0.2.1 |
| 2633 | 2025-03-03T21:54:19.395Z | Checking event-listener v2.5.3 |
| 2634 | 2025-03-03T21:54:19.630Z | Checking async-channel v1.9.0 |
| 2635 | 2025-03-03T21:54:19.897Z | Checking async-process v2.3.0 |
| 2636 | 2025-03-03T21:54:20.122Z | Checking async-global-executor v2.4.1 |
| 2637 | 2025-03-03T21:54:20.318Z | Checking cfg-expr v0.18.0 |
| 2638 | 2025-03-03T21:54:20.537Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2639 | 2025-03-03T21:54:21.067Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2640 | 2025-03-03T21:54:21.823Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2641 | 2025-03-03T21:54:21.849Z | Checking httptest v0.16.3 |
| 2642 | 2025-03-03T21:54:22.186Z | Checking rustls-native-certs v0.7.3 |
| 2643 | 2025-03-03T21:54:22.367Z | Compiling petname v2.0.2 |
| 2644 | 2025-03-03T21:54:22.477Z | Checking kv-log-macro v1.0.7 |
| 2645 | 2025-03-03T21:54:22.640Z | Compiling async-attributes v1.1.2 |
| 2646 | 2025-03-03T21:54:23.359Z | Checking async-std v1.13.0 |
| 2647 | 2025-03-03T21:54:24.505Z | Checking hyper-rustls v0.26.0 |
| 2648 | 2025-03-03T21:54:25.164Z | Checking pathdiff v0.2.3 |
| 2649 | 2025-03-03T21:54:25.194Z | Compiling rstest_macros v0.24.0 |
| 2650 | 2025-03-03T21:54:25.344Z | Checking nested v0.1.1 |
| 2651 | 2025-03-03T21:54:25.593Z | Compiling doc-comment v0.3.3 |
| 2652 | 2025-03-03T21:54:25.661Z | Compiling target-triple v0.1.3 |
| 2653 | 2025-03-03T21:54:26.192Z | Checking guppy v0.17.17 |
| 2654 | 2025-03-03T21:54:26.501Z | Checking async-object-pool v0.1.5 |
| 2655 | 2025-03-03T21:54:26.711Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2656 | 2025-03-03T21:54:27.025Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2657 | 2025-03-03T21:54:27.325Z | Checking similar-asserts v1.7.0 |
| 2658 | 2025-03-03T21:54:27.581Z | Checking serde_regex v1.1.0 |
| 2659 | 2025-03-03T21:54:27.858Z | Checking assert-json-diff v2.0.2 |
| 2660 | 2025-03-03T21:54:28.087Z | Compiling proc-macro-crate v3.2.0 |
| 2661 | 2025-03-03T21:54:28.144Z | Checking path-tree v0.8.1 |
| 2662 | 2025-03-03T21:54:28.472Z | Checking stringmetrics v2.2.2 |
| 2663 | 2025-03-03T21:54:28.719Z | Compiling relative-path v1.9.3 |
| 2664 | 2025-03-03T21:54:29.160Z | Compiling assert_cmd v2.0.16 |
| 2665 | 2025-03-03T21:54:29.185Z | Checking sync-ptr v0.1.1 |
| 2666 | 2025-03-03T21:54:29.410Z | Checking httpmock v0.8.0-alpha.1 |
| 2667 | 2025-03-03T21:54:29.867Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2668 | 2025-03-03T21:54:31.085Z | Checking blake2b_simd v1.0.2 |
| 2669 | 2025-03-03T21:54:31.868Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2670 | 2025-03-03T21:54:33.852Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2671 | 2025-03-03T21:54:34.183Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2672 | 2025-03-03T21:54:34.509Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2673 | 2025-03-03T21:54:34.786Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2674 | 2025-03-03T21:54:35.297Z | Checking serde_tokenstream v0.2.2 |
| 2675 | 2025-03-03T21:54:35.684Z | Checking uzers v0.12.1 |
| 2676 | 2025-03-03T21:54:36.165Z | Checking rust-argon2 v2.1.0 |
| 2677 | 2025-03-03T21:54:36.570Z | Checking trybuild v1.0.103 |
| 2678 | 2025-03-03T21:54:36.648Z | Checking rstest v0.24.0 |
| 2679 | 2025-03-03T21:54:37.300Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2680 | 2025-03-03T21:54:37.703Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2681 | 2025-03-03T21:54:38.313Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2682 | 2025-03-03T21:54:39.301Z | Compiling git2 v0.19.0 |
| 2683 | 2025-03-03T21:54:39.329Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2684 | 2025-03-03T21:54:39.610Z | Checking rand_distr v0.4.3 |
| 2685 | 2025-03-03T21:54:40.282Z | Checking multimap v0.10.0 |
| 2686 | 2025-03-03T21:54:40.591Z | Checking approx v0.5.1 |
| 2687 | 2025-03-03T21:54:40.834Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2688 | 2025-03-03T21:54:41.535Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2689 | 2025-03-03T21:54:42.356Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2690 | 2025-03-03T21:54:42.816Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2691 | 2025-03-03T21:54:43.169Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2692 | 2025-03-03T21:54:43.511Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2693 | 2025-03-03T21:54:43.863Z | Checking partial-io v0.5.4 |
| 2694 | 2025-03-03T21:54:44.227Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2695 | 2025-03-03T21:54:44.608Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2696 | 2025-03-03T21:54:44.967Z | Checking cargo_toml v0.21.0 |
| 2697 | 2025-03-03T21:54:45.547Z | Checking termios v0.3.3 |
| 2698 | 2025-03-03T21:54:45.795Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2699 | 2025-03-03T21:54:46.332Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2700 | 2025-03-03T21:54:46.607Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2701 | 2025-03-03T21:54:46.863Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2702 | 2025-03-03T21:54:46.959Z | Compiling samael v0.0.18 |
| 2703 | 2025-03-03T21:54:49.128Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2704 | 2025-03-03T21:55:04.185Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2705 | 2025-03-03T21:55:11.640Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2706 | 2025-03-03T21:55:32.400Z | Compiling polar-core v0.27.3 |
| 2707 | 2025-03-03T21:55:34.800Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2708 | 2025-03-03T21:55:35.432Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2709 | 2025-03-03T21:55:36.465Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2710 | 2025-03-03T21:55:42.206Z | Checking oso v0.27.3 |
| 2711 | 2025-03-03T21:56:33.540Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2712 | 2025-03-03T21:56:33.540Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2713 | 2025-03-03T21:56:33.565Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2714 | 2025-03-03T21:58:15.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
| 2715 | 2025-03-03T21:58:15.919Z | |
| 2716 | 2025-03-03T21:58:15.919Z | real 6:48.112553501 |
| 2717 | 2025-03-03T21:58:15.919Z | user 33:51.496421022 |
| 2718 | 2025-03-03T21:58:15.919Z | sys 5:26.957784905 |
| 2719 | 2025-03-03T21:58:15.919Z | trap 1.050619834 |
| 2720 | 2025-03-03T21:58:15.919Z | tflt 0.196526013 |
| 2721 | 2025-03-03T21:58:15.919Z | dflt 0.271009003 |
| 2722 | 2025-03-03T21:58:15.919Z | kflt 0.000606109 |
| 2723 | 2025-03-03T21:58:15.919Z | lock 50:42.125862197 |
| 2724 | 2025-03-03T21:58:15.919Z | slp 1:56:32.198233165 |
| 2725 | 2025-03-03T21:58:15.919Z | lat 1:45.820299825 |
| 2726 | 2025-03-03T21:58:15.919Z | stop 6:42.681798030 |
| 2727 | 2025-03-03T21:58:15.944Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2728 | 2025-03-03T21:58:15.944Z | + ptime -m cargo doc --workspace --no-deps |
| 2729 | 2025-03-03T21:58:17.422Z | warning: output filename collision. |
| 2730 | 2025-03-03T21:58:17.422Z | 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)`. |
| 2731 | 2025-03-03T21:58:17.422Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2732 | 2025-03-03T21:58:17.422Z | The targets should have unique names. |
| 2733 | 2025-03-03T21:58:17.422Z | This is a known bug where multiple crates with the same name use |
| 2734 | 2025-03-03T21:58:17.422Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2735 | 2025-03-03T21:58:18.199Z | Compiling ring v0.17.11 |
| 2736 | 2025-03-03T21:58:18.261Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2737 | 2025-03-03T21:58:18.287Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2738 | 2025-03-03T21:58:18.344Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2739 | 2025-03-03T21:58:18.378Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2740 | 2025-03-03T21:58:18.378Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2741 | 2025-03-03T21:58:19.778Z | Compiling rustls v0.23.19 |
| 2742 | 2025-03-03T21:58:19.804Z | Compiling rustls v0.22.4 |
| 2743 | 2025-03-03T21:58:19.805Z | Compiling rustls v0.21.12 |
| 2744 | 2025-03-03T21:58:21.825Z | Checking rustls-webpki v0.102.8 |
| 2745 | 2025-03-03T21:58:21.825Z | Checking rcgen v0.12.1 |
| 2746 | 2025-03-03T21:58:21.850Z | Checking rustls-webpki v0.101.7 |
| 2747 | 2025-03-03T21:58:21.850Z | Checking sct v0.7.1 |
| 2748 | 2025-03-03T21:58:25.090Z | Checking tokio-rustls v0.24.1 |
| 2749 | 2025-03-03T21:58:25.684Z | Checking tokio-rustls v0.25.0 |
| 2750 | 2025-03-03T21:58:26.057Z | Checking dropshot v0.12.0 |
| 2751 | 2025-03-03T21:58:26.057Z | Checking dropshot v0.16.0 |
| 2752 | 2025-03-03T21:58:27.245Z | Checking tokio-rustls v0.26.0 |
| 2753 | 2025-03-03T21:58:27.617Z | Checking hyper-rustls v0.27.3 |
| 2754 | 2025-03-03T21:58:27.950Z | Checking reqwest v0.12.12 |
| 2755 | 2025-03-03T21:58:28.136Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2756 | 2025-03-03T21:58:29.074Z | Checking qorb v0.2.1 |
| 2757 | 2025-03-03T21:58:29.120Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2758 | 2025-03-03T21:58:29.644Z | Checking progenitor-client v0.9.1 |
| 2759 | 2025-03-03T21:58:29.799Z | Checking progenitor-client v0.8.0 |
| 2760 | 2025-03-03T21:58:30.037Z | Checking progenitor v0.9.1 |
| 2761 | 2025-03-03T21:58:30.159Z | Checking tough v0.19.0 |
| 2762 | 2025-03-03T21:58:30.184Z | Checking progenitor v0.8.0 |
| 2763 | 2025-03-03T21:58:30.264Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2764 | 2025-03-03T21:58:30.453Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2765 | 2025-03-03T21:58:33.839Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2766 | 2025-03-03T21:58:34.082Z | Compiling omicron-zone-package v0.12.0 |
| 2767 | 2025-03-03T21:58:34.257Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2768 | 2025-03-03T21:58:34.524Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2769 | 2025-03-03T21:58:34.568Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2770 | 2025-03-03T21:58:35.348Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2771 | 2025-03-03T21:58:35.524Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2772 | 2025-03-03T21:58:36.328Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2773 | 2025-03-03T21:58:37.406Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2774 | 2025-03-03T21:58:38.145Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2775 | 2025-03-03T21:58:38.392Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2776 | 2025-03-03T21:58:38.477Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2777 | 2025-03-03T21:58:38.629Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2778 | 2025-03-03T21:58:38.629Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2779 | 2025-03-03T21:58:38.654Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2780 | 2025-03-03T21:58:38.710Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2781 | 2025-03-03T21:58:38.893Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2782 | 2025-03-03T21:58:38.968Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2783 | 2025-03-03T21:58:39.175Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2784 | 2025-03-03T21:58:39.273Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2785 | 2025-03-03T21:58:39.421Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2786 | 2025-03-03T21:58:39.627Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2787 | 2025-03-03T21:58:39.882Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2788 | 2025-03-03T21:58:40.116Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2789 | 2025-03-03T21:58:40.247Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2790 | 2025-03-03T21:58:40.425Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2791 | 2025-03-03T21:58:40.635Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2792 | 2025-03-03T21:58:40.771Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2793 | 2025-03-03T21:58:40.862Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2794 | 2025-03-03T21:58:41.177Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2795 | 2025-03-03T21:58:41.315Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2796 | 2025-03-03T21:58:41.653Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2797 | 2025-03-03T21:58:41.691Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2798 | 2025-03-03T21:58:41.907Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2799 | 2025-03-03T21:58:42.068Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2800 | 2025-03-03T21:58:42.168Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2801 | 2025-03-03T21:58:42.204Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2802 | 2025-03-03T21:58:42.433Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2803 | 2025-03-03T21:58:42.506Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2804 | 2025-03-03T21:58:42.567Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2805 | 2025-03-03T21:58:42.656Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2806 | 2025-03-03T21:58:42.807Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2807 | 2025-03-03T21:58:42.868Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2808 | 2025-03-03T21:58:42.983Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2809 | 2025-03-03T21:58:43.228Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2810 | 2025-03-03T21:58:43.306Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2811 | 2025-03-03T21:58:43.354Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2812 | 2025-03-03T21:58:43.388Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2813 | 2025-03-03T21:58:43.596Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2814 | 2025-03-03T21:58:44.169Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2815 | 2025-03-03T21:58:44.699Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2816 | 2025-03-03T21:58:45.243Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2817 | 2025-03-03T21:58:46.085Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2818 | 2025-03-03T21:58:46.246Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2819 | 2025-03-03T21:58:47.114Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2820 | 2025-03-03T21:58:47.401Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2821 | 2025-03-03T21:58:47.547Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2822 | 2025-03-03T21:58:48.696Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2823 | 2025-03-03T21:58:49.654Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2824 | 2025-03-03T21:58:49.991Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2825 | 2025-03-03T21:58:51.105Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2826 | 2025-03-03T21:58:51.402Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2827 | 2025-03-03T21:58:51.570Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2828 | 2025-03-03T21:58:51.973Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2829 | 2025-03-03T21:58:52.162Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2830 | 2025-03-03T21:58:52.188Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2831 | 2025-03-03T21:58:53.305Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2832 | 2025-03-03T21:58:53.597Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2833 | 2025-03-03T21:58:53.706Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2834 | 2025-03-03T21:58:53.831Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2835 | 2025-03-03T21:58:54.706Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2836 | 2025-03-03T21:58:55.123Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2837 | 2025-03-03T21:58:55.151Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2838 | 2025-03-03T21:58:56.334Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2839 | 2025-03-03T21:58:56.571Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2840 | 2025-03-03T21:58:57.273Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2841 | 2025-03-03T21:58:57.299Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2842 | 2025-03-03T21:58:57.393Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2843 | 2025-03-03T21:58:57.576Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2844 | 2025-03-03T21:58:58.446Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2845 | 2025-03-03T21:58:58.785Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2846 | 2025-03-03T21:58:59.026Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2847 | 2025-03-03T21:58:59.561Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2848 | 2025-03-03T21:59:00.256Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2849 | 2025-03-03T21:59:00.366Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2850 | 2025-03-03T21:59:01.781Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2851 | 2025-03-03T21:59:01.838Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2852 | 2025-03-03T21:59:01.943Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2853 | 2025-03-03T21:59:02.250Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2854 | 2025-03-03T21:59:02.311Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2855 | 2025-03-03T21:59:02.497Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2856 | 2025-03-03T21:59:02.522Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2857 | 2025-03-03T21:59:02.558Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2858 | 2025-03-03T21:59:02.728Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2859 | 2025-03-03T21:59:03.465Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2860 | 2025-03-03T21:59:03.531Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2861 | 2025-03-03T21:59:04.145Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2862 | 2025-03-03T21:59:04.299Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2025-03-03T21:59:04.392Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2864 | 2025-03-03T21:59:04.783Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2865 | 2025-03-03T21:59:04.822Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2866 | 2025-03-03T21:59:04.909Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2867 | 2025-03-03T21:59:04.944Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2868 | 2025-03-03T21:59:05.485Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2869 | 2025-03-03T21:59:05.698Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2870 | 2025-03-03T21:59:06.133Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2871 | 2025-03-03T21:59:06.901Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2872 | 2025-03-03T21:59:07.307Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2873 | 2025-03-03T21:59:08.557Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2874 | 2025-03-03T21:59:09.574Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2875 | 2025-03-03T21:59:09.870Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2876 | 2025-03-03T21:59:09.940Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2877 | 2025-03-03T21:59:10.772Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2878 | 2025-03-03T21:59:11.143Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2879 | 2025-03-03T21:59:11.711Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2880 | 2025-03-03T21:59:12.023Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2881 | 2025-03-03T21:59:12.087Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2882 | 2025-03-03T21:59:12.218Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2883 | 2025-03-03T21:59:12.246Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2884 | 2025-03-03T21:59:13.337Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2885 | 2025-03-03T21:59:13.976Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2886 | 2025-03-03T21:59:14.061Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2887 | 2025-03-03T21:59:14.161Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2888 | 2025-03-03T21:59:16.868Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2889 | 2025-03-03T21:59:18.186Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2890 | 2025-03-03T21:59:18.357Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2891 | 2025-03-03T21:59:19.098Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2025-03-03T21:59:19.148Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2893 | 2025-03-03T21:59:19.286Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2894 | 2025-03-03T21:59:19.497Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2895 | 2025-03-03T21:59:20.037Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2896 | 2025-03-03T21:59:21.396Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2897 | 2025-03-03T21:59:23.356Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2898 | 2025-03-03T21:59:23.716Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2025-03-03T21:59:24.129Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2900 | 2025-03-03T21:59:24.232Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2901 | 2025-03-03T21:59:29.946Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2902 | 2025-03-03T21:59:30.376Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2025-03-03T21:59:30.755Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2904 | 2025-03-03T21:59:32.395Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2905 | 2025-03-03T21:59:35.338Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2906 | 2025-03-03T21:59:36.443Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2907 | 2025-03-03T21:59:37.270Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2908 | 2025-03-03T21:59:38.128Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2909 | 2025-03-03T21:59:38.635Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2910 | 2025-03-03T21:59:40.437Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2911 | 2025-03-03T21:59:41.021Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2912 | 2025-03-03T21:59:42.252Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2913 | 2025-03-03T21:59:43.203Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2914 | 2025-03-03T21:59:45.828Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2915 | 2025-03-03T21:59:48.123Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2916 | 2025-03-03T21:59:48.882Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2917 | 2025-03-03T21:59:50.053Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2025-03-03T21:59:50.652Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2919 | 2025-03-03T21:59:51.071Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2920 | 2025-03-03T21:59:51.380Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2921 | 2025-03-03T21:59:51.611Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2922 | 2025-03-03T21:59:54.256Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2923 | 2025-03-03T21:59:54.738Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2924 | 2025-03-03T21:59:55.318Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2925 | 2025-03-03T21:59:56.892Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2926 | 2025-03-03T21:59:57.274Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2927 | 2025-03-03T21:59:57.492Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2928 | 2025-03-03T21:59:57.768Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2929 | 2025-03-03T21:59:58.893Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2930 | 2025-03-03T21:59:59.005Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2931 | 2025-03-03T21:59:59.969Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2932 | 2025-03-03T22:00:01.250Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2933 | 2025-03-03T22:00:01.729Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2934 | 2025-03-03T22:00:02.404Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2935 | 2025-03-03T22:00:02.558Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2936 | 2025-03-03T22:00:03.061Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2937 | 2025-03-03T22:00:04.642Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2938 | 2025-03-03T22:00:04.899Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2939 | 2025-03-03T22:00:04.937Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2940 | 2025-03-03T22:00:05.840Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2941 | 2025-03-03T22:00:05.934Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2942 | 2025-03-03T22:00:06.428Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2943 | 2025-03-03T22:00:08.712Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2944 | 2025-03-03T22:00:09.168Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2945 | 2025-03-03T22:00:09.681Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2946 | 2025-03-03T22:00:10.977Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2947 | 2025-03-03T22:00:11.443Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2948 | 2025-03-03T22:00:13.211Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2949 | 2025-03-03T22:00:13.438Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2950 | 2025-03-03T22:00:13.503Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2951 | 2025-03-03T22:00:15.218Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2952 | 2025-03-03T22:00:15.441Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2953 | 2025-03-03T22:00:15.965Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2954 | 2025-03-03T22:00:16.573Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2955 | 2025-03-03T22:00:17.003Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2956 | 2025-03-03T22:00:17.241Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2957 | 2025-03-03T22:00:20.034Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2958 | 2025-03-03T22:00:20.059Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2959 | 2025-03-03T22:00:20.655Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2960 | 2025-03-03T22:00:21.104Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2961 | 2025-03-03T22:00:23.282Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2962 | 2025-03-03T22:00:24.295Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2963 | 2025-03-03T22:00:24.346Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2964 | 2025-03-03T22:00:24.391Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2965 | 2025-03-03T22:00:25.147Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2966 | 2025-03-03T22:00:26.631Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2967 | 2025-03-03T22:00:28.123Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2968 | 2025-03-03T22:00:28.233Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2969 | 2025-03-03T22:00:28.901Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2970 | 2025-03-03T22:00:29.100Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2971 | 2025-03-03T22:00:29.809Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2972 | 2025-03-03T22:00:30.308Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2973 | 2025-03-03T22:00:31.241Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2974 | 2025-03-03T22:00:31.565Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2975 | 2025-03-03T22:00:32.389Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2976 | 2025-03-03T22:00:33.914Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2977 | 2025-03-03T22:00:34.320Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2978 | 2025-03-03T22:00:34.932Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2979 | 2025-03-03T22:00:35.250Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2980 | 2025-03-03T22:00:36.391Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2981 | 2025-03-03T22:00:36.608Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2982 | 2025-03-03T22:00:37.287Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2983 | 2025-03-03T22:00:37.808Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2984 | 2025-03-03T22:00:37.887Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2985 | 2025-03-03T22:00:37.964Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2986 | 2025-03-03T22:00:38.516Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2987 | 2025-03-03T22:00:38.845Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2988 | 2025-03-03T22:00:38.926Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2989 | 2025-03-03T22:00:39.151Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2990 | 2025-03-03T22:00:39.483Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2991 | 2025-03-03T22:00:39.687Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2992 | 2025-03-03T22:01:04.977Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2993 | 2025-03-03T22:01:04.977Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2994 | 2025-03-03T22:01:05.003Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2995 | 2025-03-03T22:01:05.003Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2996 | 2025-03-03T22:01:06.001Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2997 | 2025-03-03T22:01:06.032Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2998 | 2025-03-03T22:01:06.146Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2999 | 2025-03-03T22:01:06.359Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3000 | 2025-03-03T22:01:08.078Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3001 | 2025-03-03T22:01:13.311Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3002 | 2025-03-03T22:01:13.819Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3003 | 2025-03-03T22:02:20.128Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3004 | 2025-03-03T22:02:31.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s |
| 3005 | 2025-03-03T22:02:31.325Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
| 3006 | 2025-03-03T22:02:31.416Z | |
| 3007 | 2025-03-03T22:02:31.417Z | real 4:15.444209277 |
| 3008 | 2025-03-03T22:02:31.417Z | user 19:35.250257466 |
| 3009 | 2025-03-03T22:02:31.417Z | sys 3:15.194031233 |
| 3010 | 2025-03-03T22:02:31.417Z | trap 0.602580090 |
| 3011 | 2025-03-03T22:02:31.442Z | tflt 0.147752080 |
| 3012 | 2025-03-03T22:02:31.442Z | dflt 0.112950413 |
| 3013 | 2025-03-03T22:02:31.442Z | kflt 0.000397049 |
| 3014 | 2025-03-03T22:02:31.442Z | lock 33:52.834466475 |
| 3015 | 2025-03-03T22:02:31.442Z | slp 57:15.318714913 |
| 3016 | 2025-03-03T22:02:31.443Z | lat 1:15.039792694 |
| 3017 | 2025-03-03T22:02:31.443Z | stop 1:37.022150870 |
| 3018 | 2025-03-03T22:02:31.443Z | process exited: duration 986403 ms, exit code 0 |
| |
| 3019 | 2025-03-03T22:02:31.493Z | found 0 output files |