|
|
|
| 1 | 2025-04-30T20:08:27.632Z | job assigned to worker 01JT44ZX5R7DQNYW051BYR1F3G [factory aws, i-0756e88695ae70e3f] (queued for 50 s) |
| |
| 2 | 2025-04-30T20:08:36.225Z | starting task 0: "setup" |
| 3 | 2025-04-30T20:08:36.230Z | ++ uname -s |
| 4 | 2025-04-30T20:08:36.233Z | + kern=SunOS |
| 5 | 2025-04-30T20:08:36.233Z | + build_user=build |
| 6 | 2025-04-30T20:08:36.233Z | + build_uid=12345 |
| 7 | 2025-04-30T20:08:36.233Z | + work_dir=/work |
| 8 | 2025-04-30T20:08:36.233Z | + input_dir=/input |
| 9 | 2025-04-30T20:08:36.233Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-30T20:08:36.233Z | + case "$kern" in |
| 11 | 2025-04-30T20:08:36.233Z | + groupadd -g 12345 build |
| 12 | 2025-04-30T20:08:36.236Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-30T20:08:38.243Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-30T20:08:38.365Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-30T20:08:38.368Z | + home_fs=zfs |
| 16 | 2025-04-30T20:08:38.368Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-30T20:08:38.368Z | + mkdir -p /home/build |
| 18 | 2025-04-30T20:08:38.371Z | + chown build:build /home/build /work |
| 19 | 2025-04-30T20:08:40.372Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-30T20:08:40.375Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2025-04-30T20:08:40.384Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-30T20:08:40.388Z | * rust toolchain channel = "1.86.0" |
| 23 | 2025-04-30T20:08:40.388Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 24 | 2025-04-30T20:08:40.388Z | * rust toolchain profile = "default" |
| 25 | 2025-04-30T20:08:40.388Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-04-30T20:08:40.388Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-30T20:08:40.388Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-30T20:08:40.391Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-30T20:08:40.393Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-30T20:08:40.482Z | info: downloading installer |
| 31 | 2025-04-30T20:08:42.156Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-30T20:08:42.156Z | warn: /opt/ooce/bin |
| 33 | 2025-04-30T20:08:42.156Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-30T20:08:42.156Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-30T20:08:42.156Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-30T20:08:42.156Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-30T20:08:42.156Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-30T20:08:42.156Z | error: cannot install while Rust is installed |
| 39 | 2025-04-30T20:08:42.156Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-30T20:08:42.192Z | info: profile set to 'default' |
| 41 | 2025-04-30T20:08:42.192Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-30T20:08:42.195Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-30T20:08:42.368Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-30T20:08:42.368Z | info: downloading component 'cargo' |
| 45 | 2025-04-30T20:08:43.140Z | info: downloading component 'clippy' |
| 46 | 2025-04-30T20:08:43.518Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-30T20:08:45.069Z | info: downloading component 'rust-std' |
| 48 | 2025-04-30T20:08:46.902Z | info: downloading component 'rustc' |
| 49 | 2025-04-30T20:08:54.114Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-30T20:08:54.347Z | info: installing component 'cargo' |
| 51 | 2025-04-30T20:08:55.186Z | info: installing component 'clippy' |
| 52 | 2025-04-30T20:08:55.573Z | info: installing component 'rust-docs' |
| 53 | 2025-04-30T20:08:57.508Z | info: installing component 'rust-std' |
| 54 | 2025-04-30T20:08:59.256Z | info: installing component 'rustc' |
| 55 | 2025-04-30T20:09:05.742Z | info: installing component 'rustfmt' |
| 56 | 2025-04-30T20:09:06.072Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-30T20:09:06.073Z | |
| 58 | 2025-04-30T20:09:06.491Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-30T20:09:06.491Z | |
| 60 | 2025-04-30T20:09:06.494Z | |
| 61 | 2025-04-30T20:09:06.494Z | Rust is installed now. Great! |
| 62 | 2025-04-30T20:09:06.494Z | |
| 63 | 2025-04-30T20:09:06.494Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-30T20:09:06.494Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-30T20:09:06.494Z | |
| 66 | 2025-04-30T20:09:06.495Z | To configure your current shell, you need to source |
| 67 | 2025-04-30T20:09:06.495Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-30T20:09:06.495Z | |
| 69 | 2025-04-30T20:09:06.495Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-30T20:09:06.495Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-30T20:09:06.495Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-30T20:09:06.495Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-30T20:09:06.576Z | + rustup --version |
| 74 | 2025-04-30T20:09:06.588Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-30T20:09:06.588Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-30T20:09:06.618Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-30T20:09:06.621Z | + cargo --version |
| 78 | 2025-04-30T20:09:06.642Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-30T20:09:06.645Z | + rustc --version |
| 80 | 2025-04-30T20:09:06.672Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-30T20:09:06.675Z | process exited: duration 26288 ms, exit code 0 |
| |
| 82 | 2025-04-30T20:09:06.681Z | starting task 2: "authentication" |
| 83 | 2025-04-30T20:09:06.705Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-04-30T20:09:06.715Z | starting task 3: "clone repository" |
| 85 | 2025-04-30T20:09:06.718Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-30T20:09:06.721Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-30T20:09:06.896Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-30T20:09:15.364Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-30T20:09:15.364Z | + git fetch origin 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 90 | 2025-04-30T20:09:15.733Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-30T20:09:15.733Z | * branch 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 -> FETCH_HEAD |
| 92 | 2025-04-30T20:09:15.745Z | + [[ -n john/sled-agent-config-reconciler-1 ]] |
| 93 | 2025-04-30T20:09:15.748Z | ++ git branch --show-current |
| 94 | 2025-04-30T20:09:15.751Z | + current=main |
| 95 | 2025-04-30T20:09:15.751Z | + [[ main != john/sled-agent-config-reconciler-1 ]] |
| 96 | 2025-04-30T20:09:15.751Z | + git branch -f john/sled-agent-config-reconciler-1 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 97 | 2025-04-30T20:09:15.754Z | + git checkout -f john/sled-agent-config-reconciler-1 |
| 98 | 2025-04-30T20:09:15.961Z | Switched to branch 'john/sled-agent-config-reconciler-1' |
| 99 | 2025-04-30T20:09:15.964Z | + git reset --hard 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 100 | 2025-04-30T20:09:15.983Z | HEAD is now at 16a4c5675 make trait futures Send |
| 101 | 2025-04-30T20:09:15.986Z | process exited: duration 9272 ms, exit code 0 |
| |
| 102 | 2025-04-30T20:09:15.993Z | starting task 4: "build" |
| 103 | 2025-04-30T20:09:15.998Z | + source ./env.sh |
| 104 | 2025-04-30T20:09:15.998Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-04-30T20:09:15.998Z | ++ set -o xtrace |
| 106 | 2025-04-30T20:09:16.004Z | ++++ dirname ./env.sh |
| 107 | 2025-04-30T20:09:16.007Z | +++ readlink -f . |
| 108 | 2025-04-30T20:09:16.129Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-04-30T20:09:16.132Z | ++ 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-04-30T20:09:16.133Z | ++ 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-04-30T20:09:16.133Z | ++ 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-04-30T20:09:16.133Z | ++ 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-04-30T20:09:16.133Z | ++ 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-04-30T20:09:16.133Z | ++ 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-04-30T20:09:16.133Z | ++ 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-04-30T20:09:16.133Z | ++ 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-04-30T20:09:16.133Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-04-30T20:09:16.133Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-04-30T20:09:16.133Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-04-30T20:09:16.133Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-04-30T20:09:16.133Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-04-30T20:09:16.134Z | + cargo --version |
| 123 | 2025-04-30T20:09:16.185Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 124 | 2025-04-30T20:09:16.188Z | + rustc --version |
| 125 | 2025-04-30T20:09:16.255Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 126 | 2025-04-30T20:09:16.258Z | + banner prerequisites |
| 127 | 2025-04-30T20:09:16.387Z | |
| 128 | 2025-04-30T20:09:16.387Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-04-30T20:09:16.387Z | # # # # # # # # # # # # # # # |
| 130 | 2025-04-30T20:09:16.387Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-04-30T20:09:16.387Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-04-30T20:09:16.388Z | # # # # # # # # # # # # # # # |
| 133 | 2025-04-30T20:09:16.388Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-04-30T20:09:16.388Z | |
| 135 | 2025-04-30T20:09:16.391Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-04-30T20:09:23.268Z | pkg list: illegal option -- F |
| 137 | 2025-04-30T20:09:23.268Z | Usage: |
| 138 | 2025-04-30T20:09:23.271Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 139 | 2025-04-30T20:09:23.271Z | [pkg_fmri_pattern ...] |
| 140 | 2025-04-30T20:09:24.131Z | pkg list: illegal option -- F |
| 141 | 2025-04-30T20:09:24.131Z | Usage: |
| 142 | 2025-04-30T20:09:24.131Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 143 | 2025-04-30T20:09:24.131Z | [pkg_fmri_pattern ...] |
| 144 | 2025-04-30T20:09:31.890Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 145 | 2025-04-30T20:09:37.725Z | Startup: Caching catalogs ... Done |
| 146 | 2025-04-30T20:09:58.525Z | Planning: Solver setup ... Done (19.687s) |
| 147 | 2025-04-30T20:09:58.735Z | Planning: Running solver ... Done (0.208s) |
| 148 | 2025-04-30T20:09:59.348Z | Planning: Finding local manifests ... Done (0.456s) |
| 149 | 2025-04-30T20:09:59.360Z | Planning: Fetching manifests: 0/7 0% complete |
| 150 | 2025-04-30T20:09:59.713Z | Planning: Fetching manifests: 7/7 100% complete |
| 151 | 2025-04-30T20:10:00.439Z | Planning: Package planning ... Done (0.726s) |
| 152 | 2025-04-30T20:10:00.498Z | Planning: Merging actions ... Done (0.057s) |
| 153 | 2025-04-30T20:10:01.994Z | Planning: Checking for conflicting actions ... Done (1.497s) |
| 154 | 2025-04-30T20:10:10.522Z | Planning: Consolidating action changes ... Done (8.527s) |
| 155 | 2025-04-30T20:10:10.939Z | Planning: Evaluating mediators ... Done (0.416s) |
| 156 | 2025-04-30T20:10:11.052Z | Planning: Planning completed in 33.21 seconds |
| 157 | 2025-04-30T20:10:11.069Z | Packages to install: 4 |
| 158 | 2025-04-30T20:10:11.069Z | Packages to update: 3 |
| 159 | 2025-04-30T20:10:11.069Z | Mediators to change: 2 |
| 160 | 2025-04-30T20:10:11.072Z | Services to change: 1 |
| 161 | 2025-04-30T20:10:11.072Z | Estimated space available: 155.56 GB |
| 162 | 2025-04-30T20:10:11.072Z | Estimated space to be consumed: 1.71 GB |
| 163 | 2025-04-30T20:10:11.072Z | Create boot environment: No |
| 164 | 2025-04-30T20:10:11.072Z | Create backup boot environment: Yes |
| 165 | 2025-04-30T20:10:11.072Z | Rebuild boot archive: No |
| 166 | 2025-04-30T20:10:11.072Z | |
| 167 | 2025-04-30T20:10:11.072Z | Changed mediators: |
| 168 | 2025-04-30T20:10:11.072Z | mediator clang: |
| 169 | 2025-04-30T20:10:11.072Z | version: None -> 15 (system default) |
| 170 | 2025-04-30T20:10:11.072Z | |
| 171 | 2025-04-30T20:10:11.072Z | mediator llvm: |
| 172 | 2025-04-30T20:10:11.072Z | version: 14 (system default) -> 15 (system default) |
| 173 | 2025-04-30T20:10:11.072Z | |
| 174 | 2025-04-30T20:10:11.072Z | Changed packages: |
| 175 | 2025-04-30T20:10:11.072Z | helios-dev |
| 176 | 2025-04-30T20:10:11.072Z | developer/build-essential |
| 177 | 2025-04-30T20:10:11.072Z | None -> 11-2.0 |
| 178 | 2025-04-30T20:10:11.072Z | library/libxmlsec1 |
| 179 | 2025-04-30T20:10:11.072Z | None -> 1.2.35-2.0 |
| 180 | 2025-04-30T20:10:11.072Z | ooce/developer/clang-15 |
| 181 | 2025-04-30T20:10:11.073Z | None -> 15.0.7-2.0 |
| 182 | 2025-04-30T20:10:11.073Z | ooce/developer/llvm-15 |
| 183 | 2025-04-30T20:10:11.073Z | None -> 15.0.7-2.0 |
| 184 | 2025-04-30T20:10:11.073Z | package/pkg |
| 185 | 2025-04-30T20:10:11.073Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 186 | 2025-04-30T20:10:11.073Z | system/library/g++-runtime |
| 187 | 2025-04-30T20:10:11.073Z | 13-2.0 -> 14-2.0 |
| 188 | 2025-04-30T20:10:11.073Z | system/library/gcc-runtime |
| 189 | 2025-04-30T20:10:11.073Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-04-30T20:10:11.073Z | |
| 191 | 2025-04-30T20:10:11.073Z | Services: |
| 192 | 2025-04-30T20:10:11.073Z | restart_fmri: |
| 193 | 2025-04-30T20:10:11.073Z | svc:/system/update-man-index:default |
| 194 | 2025-04-30T20:10:11.073Z | |
| 195 | 2025-04-30T20:10:11.073Z | Editable files to change: |
| 196 | 2025-04-30T20:10:11.073Z | Update: |
| 197 | 2025-04-30T20:10:11.073Z | usr/share/lib/pkg/web/config.shtml |
| 198 | 2025-04-30T20:10:11.321Z | |
| 199 | 2025-04-30T20:10:11.321Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 200 | 2025-04-30T20:10:16.504Z | Download: 1187/4301 items 73.8/225.4MB 32% complete (14.8M/s) |
| 201 | 2025-04-30T20:10:21.505Z | Download: 1257/4301 items 98.5/225.4MB 43% complete (9.8M/s) |
| 202 | 2025-04-30T20:10:26.516Z | Download: 2318/4301 items 119.6/225.4MB 53% complete (4.9M/s) |
| 203 | 2025-04-30T20:10:31.575Z | Download: 3243/4301 items 203.0/225.4MB 90% complete (11.1M/s) |
| 204 | 2025-04-30T20:10:37.179Z | Download: 4297/4301 items 225.4/225.4MB 99% complete (10.5M/s) |
| 205 | 2025-04-30T20:10:38.892Z | Download: Completed 225.42 MB in 27.57 seconds (8.2M/s) |
| 206 | 2025-04-30T20:10:40.986Z | Actions: 1/5122 actions (Removing old actions) |
| 207 | 2025-04-30T20:10:41.004Z | Actions: 194/5122 actions (Installing new actions) |
| 208 | 2025-04-30T20:10:46.008Z | Actions: 4122/5122 actions (Installing new actions) |
| 209 | 2025-04-30T20:10:46.400Z | Actions: 4267/5122 actions (Updating modified actions) |
| 210 | 2025-04-30T20:10:47.012Z | Actions: Completed 5122 actions in 6.00 seconds. |
| 211 | 2025-04-30T20:10:47.259Z | Done (0.259s) |
| 212 | 2025-04-30T20:10:47.266Z | Done (0.001s) |
| 213 | 2025-04-30T20:10:47.987Z | Done (0.725s) |
| 214 | 2025-04-30T20:10:54.639Z | Done (6.400s) |
| 215 | 2025-04-30T20:10:55.133Z | Done (0.421s) |
| 216 | 2025-04-30T20:10:55.137Z | Done (0.000s) |
| 217 | 2025-04-30T20:10:55.287Z | Done (0.000s) |
| 218 | 2025-04-30T20:10:56.087Z | Planning: Evaluating mediator changes ... Done |
| 219 | 2025-04-30T20:10:56.253Z | Planning: Checking for conflicting actions ... Done |
| 220 | 2025-04-30T20:10:56.256Z | Planning: Consolidating action changes ... Done |
| 221 | 2025-04-30T20:10:56.532Z | Planning: Evaluating mediators ... Done |
| 222 | 2025-04-30T20:10:56.536Z | Planning: Planning completed in 0.45 seconds |
| 223 | 2025-04-30T20:10:56.573Z | Mediators to change: 2 |
| 224 | 2025-04-30T20:10:56.573Z | Create boot environment: No |
| 225 | 2025-04-30T20:10:56.576Z | Create backup boot environment: No |
| 226 | 2025-04-30T20:10:56.672Z | Done |
| 227 | 2025-04-30T20:10:56.672Z | Done |
| 228 | 2025-04-30T20:10:57.153Z | Done |
| 229 | 2025-04-30T20:11:01.015Z | Done |
| 230 | 2025-04-30T20:11:01.110Z | Done |
| 231 | 2025-04-30T20:11:01.113Z | Done |
| 232 | 2025-04-30T20:11:01.226Z | Done |
| 233 | 2025-04-30T20:11:01.870Z | Planning: Evaluating mediator changes ... Done |
| 234 | 2025-04-30T20:11:01.873Z | Planning: Merging actions ... Done |
| 235 | 2025-04-30T20:11:02.061Z | Planning: Checking for conflicting actions ... Done |
| 236 | 2025-04-30T20:11:02.064Z | Planning: Consolidating action changes ... Done |
| 237 | 2025-04-30T20:11:02.335Z | Planning: Evaluating mediators ... Done |
| 238 | 2025-04-30T20:11:02.392Z | Planning: Planning completed in 0.78 seconds |
| 239 | 2025-04-30T20:11:02.433Z | Packages to change: 1 |
| 240 | 2025-04-30T20:11:02.433Z | Mediators to change: 1 |
| 241 | 2025-04-30T20:11:02.433Z | Services to change: 1 |
| 242 | 2025-04-30T20:11:02.433Z | Create boot environment: No |
| 243 | 2025-04-30T20:11:02.436Z | Create backup boot environment: Yes |
| 244 | 2025-04-30T20:11:04.687Z | Actions: 1/6 actions (Updating modified actions) |
| 245 | 2025-04-30T20:11:04.714Z | Actions: Completed 6 actions in 0.03 seconds. |
| 246 | 2025-04-30T20:11:04.717Z | Done |
| 247 | 2025-04-30T20:11:04.717Z | Done |
| 248 | 2025-04-30T20:11:04.861Z | Done |
| 249 | 2025-04-30T20:11:08.597Z | Done |
| 250 | 2025-04-30T20:11:08.695Z | Done |
| 251 | 2025-04-30T20:11:08.698Z | Done |
| 252 | 2025-04-30T20:11:08.848Z | Done |
| 253 | 2025-04-30T20:11:09.288Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 254 | 2025-04-30T20:11:09.288Z | clang system 15 system |
| 255 | 2025-04-30T20:11:09.288Z | csh system system illumos |
| 256 | 2025-04-30T20:11:09.288Z | ctags system system illumos |
| 257 | 2025-04-30T20:11:09.288Z | gcc vendor 12 vendor |
| 258 | 2025-04-30T20:11:09.288Z | gcc system 10 system |
| 259 | 2025-04-30T20:11:09.288Z | gcc system 7 system |
| 260 | 2025-04-30T20:11:09.288Z | go system 1.20 system |
| 261 | 2025-04-30T20:11:09.288Z | go system 1.19 system |
| 262 | 2025-04-30T20:11:09.289Z | llvm system 15 system |
| 263 | 2025-04-30T20:11:09.289Z | llvm system 14 system |
| 264 | 2025-04-30T20:11:09.289Z | mariadb system 10.6 system |
| 265 | 2025-04-30T20:11:09.289Z | mta vendor vendor dma |
| 266 | 2025-04-30T20:11:09.289Z | openjdk system 17 system |
| 267 | 2025-04-30T20:11:09.289Z | openjdk system 11 system |
| 268 | 2025-04-30T20:11:09.289Z | openjdk system 1.8 system |
| 269 | 2025-04-30T20:11:09.289Z | openssl vendor 3 vendor |
| 270 | 2025-04-30T20:11:09.289Z | perl system 5.36 system |
| 271 | 2025-04-30T20:11:09.289Z | postgresql system 15 system |
| 272 | 2025-04-30T20:11:09.289Z | postgresql system 13 system |
| 273 | 2025-04-30T20:11:09.289Z | python vendor 3 vendor |
| 274 | 2025-04-30T20:11:09.289Z | python system 2 system |
| 275 | 2025-04-30T20:11:09.289Z | python3 system 3.11 system |
| 276 | 2025-04-30T20:11:09.290Z | ruby system 3.0 system |
| 277 | 2025-04-30T20:11:09.290Z | words vendor vendor american-english |
| 278 | 2025-04-30T20:11:09.290Z | words system system australian-english |
| 279 | 2025-04-30T20:11:09.290Z | words system system british-english |
| 280 | 2025-04-30T20:11:09.290Z | words system system canadian-english |
| 281 | 2025-04-30T20:11:09.290Z | words system system french |
| 282 | 2025-04-30T20:11:09.290Z | words system system italian |
| 283 | 2025-04-30T20:11:09.290Z | words system system ngerman |
| 284 | 2025-04-30T20:11:09.290Z | words system system ogerman |
| 285 | 2025-04-30T20:11:09.290Z | words system system spanish |
| 286 | 2025-04-30T20:11:09.623Z | PUBLISHER TYPE STATUS P LOCATION |
| 287 | 2025-04-30T20:11:09.623Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 288 | 2025-04-30T20:11:13.251Z | FMRI IFO |
| 289 | 2025-04-30T20:11:13.251Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 290 | 2025-04-30T20:11:13.251Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 291 | 2025-04-30T20:11:13.251Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 292 | 2025-04-30T20:11:13.251Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 293 | 2025-04-30T20:11:13.251Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 294 | 2025-04-30T20:11:13.251Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 295 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 296 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 297 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 298 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 299 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 300 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 301 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 302 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 303 | 2025-04-30T20:11:13.252Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 304 | 2025-04-30T20:11:14.188Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 305 | 2025-04-30T20:11:14.504Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
| 306 | 2025-04-30T20:11:15.330Z | Updating crates.io index |
| 307 | 2025-04-30T20:11:15.333Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 308 | 2025-04-30T20:11:15.720Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 309 | 2025-04-30T20:11:16.293Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2025-04-30T20:11:16.606Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 311 | 2025-04-30T20:11:16.891Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 312 | 2025-04-30T20:11:17.237Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 313 | 2025-04-30T20:11:18.478Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 314 | 2025-04-30T20:11:20.493Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 315 | 2025-04-30T20:11:21.363Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 316 | 2025-04-30T20:11:22.125Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 317 | 2025-04-30T20:11:22.532Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 318 | 2025-04-30T20:11:22.839Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 319 | 2025-04-30T20:11:23.539Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 320 | 2025-04-30T20:11:23.946Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 321 | 2025-04-30T20:11:24.469Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 322 | 2025-04-30T20:11:24.819Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 323 | 2025-04-30T20:11:25.159Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 324 | 2025-04-30T20:11:25.510Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 325 | 2025-04-30T20:11:25.826Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 326 | 2025-04-30T20:11:26.131Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 327 | 2025-04-30T20:11:26.382Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 328 | 2025-04-30T20:11:26.786Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 329 | 2025-04-30T20:11:27.167Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 330 | 2025-04-30T20:11:27.476Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 331 | 2025-04-30T20:11:27.879Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 332 | 2025-04-30T20:11:28.410Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 333 | 2025-04-30T20:11:28.842Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 334 | 2025-04-30T20:11:29.167Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 335 | 2025-04-30T20:11:29.556Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 336 | 2025-04-30T20:11:30.065Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 337 | 2025-04-30T20:11:30.401Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 338 | 2025-04-30T20:11:30.659Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 339 | 2025-04-30T20:11:30.992Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 340 | 2025-04-30T20:11:31.354Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 341 | 2025-04-30T20:11:40.387Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 342 | 2025-04-30T20:11:41.862Z | Downloading crates ... |
| 343 | 2025-04-30T20:11:41.929Z | Downloaded byteorder v1.5.0 |
| 344 | 2025-04-30T20:11:41.932Z | Downloaded bitflags v1.3.2 |
| 345 | 2025-04-30T20:11:41.937Z | Downloaded autocfg v1.4.0 |
| 346 | 2025-04-30T20:11:41.940Z | Downloaded anstyle-parse v0.2.5 |
| 347 | 2025-04-30T20:11:41.943Z | Downloaded anstyle-query v1.1.1 |
| 348 | 2025-04-30T20:11:41.943Z | Downloaded zerocopy-derive v0.7.35 |
| 349 | 2025-04-30T20:11:41.947Z | Downloaded anstyle v1.0.10 |
| 350 | 2025-04-30T20:11:41.950Z | Downloaded equivalent v1.0.1 |
| 351 | 2025-04-30T20:11:41.953Z | Downloaded dtrace-parser v0.2.0 |
| 352 | 2025-04-30T20:11:41.956Z | Downloaded swrite v0.1.0 |
| 353 | 2025-04-30T20:11:41.965Z | Downloaded winnow v0.7.3 |
| 354 | 2025-04-30T20:11:41.975Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2025-04-30T20:11:41.978Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2025-04-30T20:11:41.978Z | Downloaded cpufeatures v0.2.14 |
| 357 | 2025-04-30T20:11:41.981Z | Downloaded scroll_derive v0.12.0 |
| 358 | 2025-04-30T20:11:41.981Z | Downloaded zerocopy v0.7.35 |
| 359 | 2025-04-30T20:11:41.995Z | Downloaded fastrand v2.1.1 |
| 360 | 2025-04-30T20:11:41.998Z | Downloaded bytecount v0.6.8 |
| 361 | 2025-04-30T20:11:41.998Z | Downloaded memmap v0.7.0 |
| 362 | 2025-04-30T20:11:42.001Z | Downloaded block-buffer v0.10.4 |
| 363 | 2025-04-30T20:11:42.001Z | Downloaded anstream v0.6.15 |
| 364 | 2025-04-30T20:11:42.005Z | Downloaded colorchoice v1.0.2 |
| 365 | 2025-04-30T20:11:42.005Z | Downloaded proc-macro-error-attr v1.0.4 |
| 366 | 2025-04-30T20:11:42.007Z | Downloaded fs-err v3.1.0 |
| 367 | 2025-04-30T20:11:42.008Z | Downloaded fnv v1.0.7 |
| 368 | 2025-04-30T20:11:42.011Z | Downloaded crypto-common v0.1.6 |
| 369 | 2025-04-30T20:11:42.011Z | Downloaded clap_lex v0.7.4 |
| 370 | 2025-04-30T20:11:42.011Z | Downloaded cfg-if v1.0.0 |
| 371 | 2025-04-30T20:11:42.011Z | Downloaded cargo-platform v0.1.8 |
| 372 | 2025-04-30T20:11:42.016Z | Downloaded plain v0.2.3 |
| 373 | 2025-04-30T20:11:42.016Z | Downloaded tabled_derive v0.7.0 |
| 374 | 2025-04-30T20:11:42.019Z | Downloaded generic-array v0.14.7 |
| 375 | 2025-04-30T20:11:42.019Z | Downloaded digest v0.10.7 |
| 376 | 2025-04-30T20:11:42.019Z | Downloaded pest_generator v2.7.14 |
| 377 | 2025-04-30T20:11:42.022Z | Downloaded itoa v1.0.11 |
| 378 | 2025-04-30T20:11:42.022Z | Downloaded heck v0.5.0 |
| 379 | 2025-04-30T20:11:42.025Z | Downloaded toml_datetime v0.6.8 |
| 380 | 2025-04-30T20:11:42.025Z | Downloaded terminal_size v0.4.0 |
| 381 | 2025-04-30T20:11:42.027Z | Downloaded macaddr v1.0.1 |
| 382 | 2025-04-30T20:11:42.030Z | Downloaded dof v0.3.0 |
| 383 | 2025-04-30T20:11:42.030Z | Downloaded errno v0.3.9 |
| 384 | 2025-04-30T20:11:42.031Z | Downloaded terminal_size v0.2.6 |
| 385 | 2025-04-30T20:11:42.034Z | Downloaded thread-id v4.2.2 |
| 386 | 2025-04-30T20:11:42.034Z | Downloaded strsim v0.11.1 |
| 387 | 2025-04-30T20:11:42.034Z | Downloaded serde_tokenstream v0.2.2 |
| 388 | 2025-04-30T20:11:42.037Z | Downloaded thiserror-impl v1.0.69 |
| 389 | 2025-04-30T20:11:42.037Z | Downloaded smawk v0.3.2 |
| 390 | 2025-04-30T20:11:42.040Z | Downloaded thiserror v1.0.69 |
| 391 | 2025-04-30T20:11:42.044Z | Downloaded version_check v0.9.5 |
| 392 | 2025-04-30T20:11:42.047Z | Downloaded utf8parse v0.2.2 |
| 393 | 2025-04-30T20:11:42.050Z | Downloaded usdt v0.5.0 |
| 394 | 2025-04-30T20:11:42.050Z | Downloaded serde_spanned v0.6.8 |
| 395 | 2025-04-30T20:11:42.050Z | Downloaded pretty-hex v0.4.1 |
| 396 | 2025-04-30T20:11:42.053Z | Downloaded clap_derive v4.5.32 |
| 397 | 2025-04-30T20:11:42.056Z | Downloaded cargo_toml v0.21.0 |
| 398 | 2025-04-30T20:11:42.056Z | Downloaded cargo_metadata v0.19.2 |
| 399 | 2025-04-30T20:11:42.059Z | Downloaded camino-tempfile v1.1.1 |
| 400 | 2025-04-30T20:11:42.059Z | Downloaded once_cell v1.21.3 |
| 401 | 2025-04-30T20:11:42.062Z | Downloaded bitflags v2.9.0 |
| 402 | 2025-04-30T20:11:42.065Z | Downloaded proc-macro-error v1.0.4 |
| 403 | 2025-04-30T20:11:42.068Z | Downloaded semver v1.0.25 |
| 404 | 2025-04-30T20:11:42.071Z | Downloaded quote v1.0.39 |
| 405 | 2025-04-30T20:11:42.074Z | Downloaded pest_derive v2.7.14 |
| 406 | 2025-04-30T20:11:42.077Z | Downloaded unicode-linebreak v0.1.5 |
| 407 | 2025-04-30T20:11:42.077Z | Downloaded sha2 v0.10.8 |
| 408 | 2025-04-30T20:11:42.080Z | Downloaded scroll v0.12.0 |
| 409 | 2025-04-30T20:11:42.080Z | Downloaded io-lifetimes v1.0.11 |
| 410 | 2025-04-30T20:11:42.083Z | Downloaded tempfile v3.13.0 |
| 411 | 2025-04-30T20:11:42.086Z | Downloaded heck v0.4.1 |
| 412 | 2025-04-30T20:11:42.091Z | Downloaded thiserror v2.0.12 |
| 413 | 2025-04-30T20:11:42.097Z | Downloaded usdt-impl v0.5.0 |
| 414 | 2025-04-30T20:11:42.100Z | Downloaded anyhow v1.0.98 |
| 415 | 2025-04-30T20:11:42.103Z | Downloaded ryu v1.0.18 |
| 416 | 2025-04-30T20:11:42.106Z | Downloaded proc-macro2 v1.0.94 |
| 417 | 2025-04-30T20:11:42.109Z | Downloaded toml v0.8.20 |
| 418 | 2025-04-30T20:11:42.112Z | Downloaded typenum v1.17.0 |
| 419 | 2025-04-30T20:11:42.115Z | Downloaded pest_meta v2.7.14 |
| 420 | 2025-04-30T20:11:42.118Z | Downloaded papergrid v0.11.0 |
| 421 | 2025-04-30T20:11:42.121Z | Downloaded unicode-ident v1.0.14 |
| 422 | 2025-04-30T20:11:42.124Z | Downloaded clap v4.5.35 |
| 423 | 2025-04-30T20:11:42.132Z | Downloaded textwrap v0.16.1 |
| 424 | 2025-04-30T20:11:42.135Z | Downloaded serde_derive v1.0.219 |
| 425 | 2025-04-30T20:11:42.138Z | Downloaded ucd-trie v0.1.7 |
| 426 | 2025-04-30T20:11:42.141Z | Downloaded log v0.4.22 |
| 427 | 2025-04-30T20:11:42.144Z | Downloaded is_terminal_polyfill v1.70.1 |
| 428 | 2025-04-30T20:11:42.144Z | Downloaded thiserror-impl v2.0.12 |
| 429 | 2025-04-30T20:11:42.144Z | Downloaded camino v1.1.9 |
| 430 | 2025-04-30T20:11:42.147Z | Downloaded indexmap v2.7.1 |
| 431 | 2025-04-30T20:11:42.154Z | Downloaded serde v1.0.219 |
| 432 | 2025-04-30T20:11:42.157Z | Downloaded memchr v2.7.4 |
| 433 | 2025-04-30T20:11:42.171Z | Downloaded toml_edit v0.22.24 |
| 434 | 2025-04-30T20:11:42.193Z | Downloaded pest v2.7.14 |
| 435 | 2025-04-30T20:11:42.211Z | Downloaded serde_json v1.0.140 |
| 436 | 2025-04-30T20:11:42.218Z | Downloaded hashbrown v0.15.1 |
| 437 | 2025-04-30T20:11:42.223Z | Downloaded clap_builder v4.5.35 |
| 438 | 2025-04-30T20:11:42.230Z | Downloaded goblin v0.8.2 |
| 439 | 2025-04-30T20:11:42.238Z | Downloaded tabled v0.15.0 |
| 440 | 2025-04-30T20:11:42.255Z | Downloaded syn v1.0.109 |
| 441 | 2025-04-30T20:11:42.271Z | Downloaded unicode-width v0.1.14 |
| 442 | 2025-04-30T20:11:42.280Z | Downloaded syn v2.0.98 |
| 443 | 2025-04-30T20:11:42.291Z | Downloaded rustix v0.37.28 |
| 444 | 2025-04-30T20:11:42.309Z | Downloaded rustix v0.38.37 |
| 445 | 2025-04-30T20:11:42.356Z | Downloaded libc v0.2.171 |
| 446 | 2025-04-30T20:11:42.505Z | Compiling proc-macro2 v1.0.94 |
| 447 | 2025-04-30T20:11:42.505Z | Compiling unicode-ident v1.0.14 |
| 448 | 2025-04-30T20:11:42.508Z | Compiling version_check v0.9.5 |
| 449 | 2025-04-30T20:11:42.509Z | Compiling libc v0.2.171 |
| 450 | 2025-04-30T20:11:42.509Z | Compiling serde v1.0.219 |
| 451 | 2025-04-30T20:11:42.509Z | Compiling memchr v2.7.4 |
| 452 | 2025-04-30T20:11:42.546Z | Compiling thiserror v1.0.69 |
| 453 | 2025-04-30T20:11:42.549Z | Compiling ucd-trie v0.1.7 |
| 454 | 2025-04-30T20:11:42.798Z | Compiling ryu v1.0.18 |
| 455 | 2025-04-30T20:11:43.155Z | Compiling itoa v1.0.11 |
| 456 | 2025-04-30T20:11:43.182Z | Compiling once_cell v1.21.3 |
| 457 | 2025-04-30T20:11:43.315Z | Compiling byteorder v1.5.0 |
| 458 | 2025-04-30T20:11:43.388Z | Compiling rustix v0.38.37 |
| 459 | 2025-04-30T20:11:43.579Z | Compiling serde_json v1.0.140 |
| 460 | 2025-04-30T20:11:43.889Z | Compiling bitflags v2.9.0 |
| 461 | 2025-04-30T20:11:43.979Z | Compiling proc-macro-error-attr v1.0.4 |
| 462 | 2025-04-30T20:11:44.133Z | Compiling usdt-impl v0.5.0 |
| 463 | 2025-04-30T20:11:44.237Z | Compiling syn v1.0.109 |
| 464 | 2025-04-30T20:11:44.305Z | Compiling io-lifetimes v1.0.11 |
| 465 | 2025-04-30T20:11:44.377Z | Compiling proc-macro-error v1.0.4 |
| 466 | 2025-04-30T20:11:44.438Z | Compiling quote v1.0.39 |
| 467 | 2025-04-30T20:11:44.523Z | Compiling errno v0.3.9 |
| 468 | 2025-04-30T20:11:44.774Z | Compiling rustix v0.37.28 |
| 469 | 2025-04-30T20:11:44.819Z | Compiling utf8parse v0.2.2 |
| 470 | 2025-04-30T20:11:44.848Z | Compiling syn v2.0.98 |
| 471 | 2025-04-30T20:11:45.084Z | Compiling thread-id v4.2.2 |
| 472 | 2025-04-30T20:11:45.108Z | Compiling log v0.4.22 |
| 473 | 2025-04-30T20:11:45.111Z | Compiling plain v0.2.3 |
| 474 | 2025-04-30T20:11:45.111Z | Compiling equivalent v1.0.1 |
| 475 | 2025-04-30T20:11:45.206Z | Compiling camino v1.1.9 |
| 476 | 2025-04-30T20:11:45.283Z | Compiling hashbrown v0.15.1 |
| 477 | 2025-04-30T20:11:45.599Z | Compiling anstyle-parse v0.2.5 |
| 478 | 2025-04-30T20:11:45.914Z | Compiling thiserror v2.0.12 |
| 479 | 2025-04-30T20:11:45.949Z | Compiling unicode-width v0.1.14 |
| 480 | 2025-04-30T20:11:46.062Z | Compiling autocfg v1.4.0 |
| 481 | 2025-04-30T20:11:46.251Z | Compiling indexmap v2.7.1 |
| 482 | 2025-04-30T20:11:46.340Z | Compiling anstyle v1.0.10 |
| 483 | 2025-04-30T20:11:46.502Z | Compiling bitflags v1.3.2 |
| 484 | 2025-04-30T20:11:46.563Z | Compiling semver v1.0.25 |
| 485 | 2025-04-30T20:11:46.625Z | Compiling is_terminal_polyfill v1.70.1 |
| 486 | 2025-04-30T20:11:46.777Z | Compiling winnow v0.7.3 |
| 487 | 2025-04-30T20:11:46.806Z | Compiling anstyle-query v1.1.1 |
| 488 | 2025-04-30T20:11:46.974Z | Compiling colorchoice v1.0.2 |
| 489 | 2025-04-30T20:11:47.000Z | Compiling pretty-hex v0.4.1 |
| 490 | 2025-04-30T20:11:47.147Z | Compiling anstream v0.6.15 |
| 491 | 2025-04-30T20:11:47.175Z | Compiling fs-err v3.1.0 |
| 492 | 2025-04-30T20:11:47.229Z | Compiling terminal_size v0.4.0 |
| 493 | 2025-04-30T20:11:47.776Z | Compiling fnv v1.0.7 |
| 494 | 2025-04-30T20:11:47.781Z | Compiling heck v0.5.0 |
| 495 | 2025-04-30T20:11:47.781Z | Compiling clap_lex v0.7.4 |
| 496 | 2025-04-30T20:11:47.825Z | Compiling cfg-if v1.0.0 |
| 497 | 2025-04-30T20:11:47.851Z | Compiling heck v0.4.1 |
| 498 | 2025-04-30T20:11:47.947Z | Compiling anyhow v1.0.98 |
| 499 | 2025-04-30T20:11:48.199Z | Compiling bytecount v0.6.8 |
| 500 | 2025-04-30T20:11:48.260Z | Compiling fastrand v2.1.1 |
| 501 | 2025-04-30T20:11:48.562Z | Compiling strsim v0.11.1 |
| 502 | 2025-04-30T20:11:48.772Z | Compiling tempfile v3.13.0 |
| 503 | 2025-04-30T20:11:48.800Z | Compiling terminal_size v0.2.6 |
| 504 | 2025-04-30T20:11:48.876Z | Compiling papergrid v0.11.0 |
| 505 | 2025-04-30T20:11:49.016Z | Compiling clap_builder v4.5.35 |
| 506 | 2025-04-30T20:11:49.223Z | Compiling memmap v0.7.0 |
| 507 | 2025-04-30T20:11:49.383Z | Compiling smawk v0.3.2 |
| 508 | 2025-04-30T20:11:49.559Z | Compiling unicode-linebreak v0.1.5 |
| 509 | 2025-04-30T20:11:50.054Z | Compiling textwrap v0.16.1 |
| 510 | 2025-04-30T20:11:50.124Z | Compiling swrite v0.1.0 |
| 511 | 2025-04-30T20:11:50.170Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 512 | 2025-04-30T20:11:50.664Z | Compiling tabled_derive v0.7.0 |
| 513 | 2025-04-30T20:11:52.076Z | Compiling serde_derive v1.0.219 |
| 514 | 2025-04-30T20:11:52.076Z | Compiling thiserror-impl v1.0.69 |
| 515 | 2025-04-30T20:11:52.079Z | Compiling zerocopy-derive v0.7.35 |
| 516 | 2025-04-30T20:11:52.080Z | Compiling scroll_derive v0.12.0 |
| 517 | 2025-04-30T20:11:52.080Z | Compiling thiserror-impl v2.0.12 |
| 518 | 2025-04-30T20:11:52.080Z | Compiling clap_derive v4.5.32 |
| 519 | 2025-04-30T20:11:52.209Z | Compiling tabled v0.15.0 |
| 520 | 2025-04-30T20:11:53.554Z | Compiling scroll v0.12.0 |
| 521 | 2025-04-30T20:11:54.138Z | Compiling goblin v0.8.2 |
| 522 | 2025-04-30T20:11:54.201Z | Compiling zerocopy v0.7.35 |
| 523 | 2025-04-30T20:11:55.188Z | Compiling pest v2.7.14 |
| 524 | 2025-04-30T20:11:56.411Z | Compiling clap v4.5.35 |
| 525 | 2025-04-30T20:11:57.431Z | Compiling pest_meta v2.7.14 |
| 526 | 2025-04-30T20:11:58.321Z | Compiling pest_generator v2.7.14 |
| 527 | 2025-04-30T20:11:59.674Z | Compiling pest_derive v2.7.14 |
| 528 | 2025-04-30T20:12:00.364Z | Compiling dtrace-parser v0.2.0 |
| 529 | 2025-04-30T20:12:01.290Z | Compiling serde_spanned v0.6.8 |
| 530 | 2025-04-30T20:12:01.293Z | Compiling toml_datetime v0.6.8 |
| 531 | 2025-04-30T20:12:01.293Z | Compiling cargo-platform v0.1.8 |
| 532 | 2025-04-30T20:12:01.630Z | Compiling serde_tokenstream v0.2.2 |
| 533 | 2025-04-30T20:12:01.799Z | Compiling toml_edit v0.22.24 |
| 534 | 2025-04-30T20:12:01.825Z | Compiling macaddr v1.0.1 |
| 535 | 2025-04-30T20:12:01.911Z | Compiling camino-tempfile v1.1.1 |
| 536 | 2025-04-30T20:12:02.704Z | Compiling dof v0.3.0 |
| 537 | 2025-04-30T20:12:02.704Z | Compiling cargo_metadata v0.19.2 |
| 538 | 2025-04-30T20:12:04.357Z | Compiling usdt-attr-macro v0.5.0 |
| 539 | 2025-04-30T20:12:04.358Z | Compiling usdt-macro v0.5.0 |
| 540 | 2025-04-30T20:12:04.722Z | Compiling toml v0.8.20 |
| 541 | 2025-04-30T20:12:05.516Z | Compiling cargo_toml v0.21.0 |
| 542 | 2025-04-30T20:12:05.540Z | Compiling usdt v0.5.0 |
| 543 | 2025-04-30T20:12:08.069Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 544 | 2025-04-30T20:12:11.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.34s |
| 545 | 2025-04-30T20:12:11.530Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 546 | 2025-04-30T20:12:12.179Z | Downloading crates ... |
| 547 | 2025-04-30T20:12:12.315Z | Downloaded cfg_aliases v0.1.1 |
| 548 | 2025-04-30T20:12:12.318Z | Downloaded headers-core v0.3.0 |
| 549 | 2025-04-30T20:12:12.323Z | Downloaded atomicwrites v0.4.4 |
| 550 | 2025-04-30T20:12:12.326Z | Downloaded cfg_aliases v0.2.1 |
| 551 | 2025-04-30T20:12:12.330Z | Downloaded async-stream-impl v0.3.6 |
| 552 | 2025-04-30T20:12:12.341Z | Downloaded ciborium-io v0.2.2 |
| 553 | 2025-04-30T20:12:12.344Z | Downloaded cstr-argument v0.1.2 |
| 554 | 2025-04-30T20:12:12.344Z | Downloaded http-body v1.0.1 |
| 555 | 2025-04-30T20:12:12.348Z | Downloaded crucible-workspace-hack v0.1.0 |
| 556 | 2025-04-30T20:12:12.352Z | Downloaded ident_case v1.0.1 |
| 557 | 2025-04-30T20:12:12.354Z | Downloaded hubpack_derive v0.1.1 |
| 558 | 2025-04-30T20:12:12.355Z | Downloaded crc8 v0.1.1 |
| 559 | 2025-04-30T20:12:12.357Z | Downloaded crunchy v0.2.2 |
| 560 | 2025-04-30T20:12:12.357Z | Downloaded bitfield v0.14.0 |
| 561 | 2025-04-30T20:12:12.361Z | Downloaded bit-vec v0.6.3 |
| 562 | 2025-04-30T20:12:12.364Z | Downloaded match_cfg v0.1.0 |
| 563 | 2025-04-30T20:12:12.364Z | Downloaded icu_provider_macros v1.5.0 |
| 564 | 2025-04-30T20:12:12.367Z | Downloaded is_ci v1.2.0 |
| 565 | 2025-04-30T20:12:12.367Z | Downloaded async-stream v0.3.6 |
| 566 | 2025-04-30T20:12:12.370Z | Downloaded http-range v0.1.5 |
| 567 | 2025-04-30T20:12:12.373Z | Downloaded instant v0.1.13 |
| 568 | 2025-04-30T20:12:12.376Z | Downloaded block-padding v0.3.3 |
| 569 | 2025-04-30T20:12:12.376Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 570 | 2025-04-30T20:12:12.379Z | Downloaded md5 v0.7.0 |
| 571 | 2025-04-30T20:12:12.379Z | Downloaded bb8 v0.8.5 |
| 572 | 2025-04-30T20:12:12.383Z | Downloaded base16ct v0.2.0 |
| 573 | 2025-04-30T20:12:12.386Z | Downloaded atty v0.2.14 |
| 574 | 2025-04-30T20:12:12.386Z | Downloaded bitfield-struct v0.6.2 |
| 575 | 2025-04-30T20:12:12.389Z | Downloaded hex v0.4.3 |
| 576 | 2025-04-30T20:12:12.392Z | Downloaded heck v0.3.3 |
| 577 | 2025-04-30T20:12:12.392Z | Downloaded heapless v0.8.0 |
| 578 | 2025-04-30T20:12:12.399Z | Downloaded hostname v0.4.0 |
| 579 | 2025-04-30T20:12:12.402Z | Downloaded hostname v0.3.1 |
| 580 | 2025-04-30T20:12:12.405Z | Downloaded humantime v2.1.0 |
| 581 | 2025-04-30T20:12:12.406Z | Downloaded crc-catalog v2.4.0 |
| 582 | 2025-04-30T20:12:12.409Z | Downloaded hyper-tls v0.6.0 |
| 583 | 2025-04-30T20:12:12.409Z | Downloaded hubpack v0.1.2 |
| 584 | 2025-04-30T20:12:12.412Z | Downloaded crc v3.2.1 |
| 585 | 2025-04-30T20:12:12.415Z | Downloaded lazycell v1.3.0 |
| 586 | 2025-04-30T20:12:12.418Z | Downloaded idna_adapter v1.2.0 |
| 587 | 2025-04-30T20:12:12.418Z | Downloaded ciborium-ll v0.2.2 |
| 588 | 2025-04-30T20:12:12.421Z | Downloaded pretty-hex v0.2.1 |
| 589 | 2025-04-30T20:12:12.424Z | Downloaded indoc v2.0.6 |
| 590 | 2025-04-30T20:12:12.427Z | Downloaded lockfree-object-pool v0.1.6 |
| 591 | 2025-04-30T20:12:12.430Z | Downloaded internet-checksum v0.2.1 |
| 592 | 2025-04-30T20:12:12.433Z | Downloaded crossbeam-deque v0.8.5 |
| 593 | 2025-04-30T20:12:12.436Z | Downloaded lru v0.12.5 |
| 594 | 2025-04-30T20:12:12.436Z | Downloaded instability v0.3.2 |
| 595 | 2025-04-30T20:12:12.439Z | Downloaded mime v0.3.17 |
| 596 | 2025-04-30T20:12:12.442Z | Downloaded russh-cryptovec v0.7.3 |
| 597 | 2025-04-30T20:12:12.445Z | Downloaded libefi-sys v0.1.0 |
| 598 | 2025-04-30T20:12:12.445Z | Downloaded lazy_static v1.5.0 |
| 599 | 2025-04-30T20:12:12.449Z | Downloaded memoffset v0.9.1 |
| 600 | 2025-04-30T20:12:12.453Z | Downloaded maplit v1.0.2 |
| 601 | 2025-04-30T20:12:12.453Z | Downloaded libsw v3.4.0 |
| 602 | 2025-04-30T20:12:12.456Z | Downloaded cargo_metadata v0.18.1 |
| 603 | 2025-04-30T20:12:12.456Z | Downloaded bcs v0.1.6 |
| 604 | 2025-04-30T20:12:12.459Z | Downloaded serde_urlencoded v0.7.1 |
| 605 | 2025-04-30T20:12:12.462Z | Downloaded hyper-staticfile v0.10.1 |
| 606 | 2025-04-30T20:12:12.465Z | Downloaded hyper-rustls v0.27.3 |
| 607 | 2025-04-30T20:12:12.468Z | Downloaded highway v1.3.0 |
| 608 | 2025-04-30T20:12:12.471Z | Downloaded crc32fast v1.4.2 |
| 609 | 2025-04-30T20:12:12.475Z | Downloaded ciborium v0.2.2 |
| 610 | 2025-04-30T20:12:12.478Z | Downloaded libloading v0.8.5 |
| 611 | 2025-04-30T20:12:12.481Z | Downloaded cobs v0.2.3 |
| 612 | 2025-04-30T20:12:12.485Z | Downloaded lock_api v0.4.12 |
| 613 | 2025-04-30T20:12:12.488Z | Downloaded scrypt v0.11.0 |
| 614 | 2025-04-30T20:12:12.488Z | Downloaded lzss v0.8.2 |
| 615 | 2025-04-30T20:12:12.491Z | Downloaded litemap v0.7.3 |
| 616 | 2025-04-30T20:12:12.493Z | Downloaded icu_locid_transform v1.5.0 |
| 617 | 2025-04-30T20:12:12.496Z | Downloaded memmap2 v0.9.5 |
| 618 | 2025-04-30T20:12:12.499Z | Downloaded lalrpop-util v0.19.12 |
| 619 | 2025-04-30T20:12:12.504Z | Downloaded r2d2 v0.8.10 |
| 620 | 2025-04-30T20:12:12.507Z | Downloaded jobserver v0.1.32 |
| 621 | 2025-04-30T20:12:12.507Z | Downloaded psl-types v2.0.11 |
| 622 | 2025-04-30T20:12:12.510Z | Downloaded sync-ptr v0.1.1 |
| 623 | 2025-04-30T20:12:12.510Z | Downloaded strum v0.26.3 |
| 624 | 2025-04-30T20:12:12.513Z | Downloaded tinyvec_macros v0.1.1 |
| 625 | 2025-04-30T20:12:12.513Z | Downloaded sync_wrapper v1.0.1 |
| 626 | 2025-04-30T20:12:12.516Z | Downloaded rustls-pemfile v1.0.4 |
| 627 | 2025-04-30T20:12:12.519Z | Downloaded write16 v1.0.0 |
| 628 | 2025-04-30T20:12:12.522Z | Downloaded icu_locid_transform_data v1.5.0 |
| 629 | 2025-04-30T20:12:12.522Z | Downloaded iana-time-zone v0.1.63 |
| 630 | 2025-04-30T20:12:12.526Z | Downloaded sec1 v0.7.3 |
| 631 | 2025-04-30T20:12:12.529Z | Downloaded rustversion v1.0.17 |
| 632 | 2025-04-30T20:12:12.532Z | Downloaded rfc6979 v0.4.0 |
| 633 | 2025-04-30T20:12:12.535Z | Downloaded icu_normalizer v1.5.0 |
| 634 | 2025-04-30T20:12:12.539Z | Downloaded crc-any v2.5.0 |
| 635 | 2025-04-30T20:12:12.542Z | Downloaded cookie v0.18.1 |
| 636 | 2025-04-30T20:12:12.546Z | Downloaded signature v2.2.0 |
| 637 | 2025-04-30T20:12:12.549Z | Downloaded zone_cfg_derive v0.3.0 |
| 638 | 2025-04-30T20:12:12.552Z | Downloaded crossbeam-utils v0.8.21 |
| 639 | 2025-04-30T20:12:12.555Z | Downloaded cookie_store v0.21.1 |
| 640 | 2025-04-30T20:12:12.558Z | Downloaded slog-bunyan v2.5.0 |
| 641 | 2025-04-30T20:12:12.561Z | Downloaded slog-async v2.8.0 |
| 642 | 2025-04-30T20:12:12.561Z | Downloaded derive_builder_macro v0.20.2 |
| 643 | 2025-04-30T20:12:12.564Z | Downloaded sigpipe v0.1.3 |
| 644 | 2025-04-30T20:12:12.564Z | Downloaded icu_provider v1.5.0 |
| 645 | 2025-04-30T20:12:12.567Z | Downloaded heapless v0.7.17 |
| 646 | 2025-04-30T20:12:12.573Z | Downloaded foreign-types-shared v0.3.1 |
| 647 | 2025-04-30T20:12:12.576Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2025-04-30T20:12:12.577Z | Downloaded tinystr v0.7.6 |
| 649 | 2025-04-30T20:12:12.580Z | Downloaded newtype_derive v0.1.6 |
| 650 | 2025-04-30T20:12:12.583Z | Downloaded futures-task v0.3.31 |
| 651 | 2025-04-30T20:12:12.585Z | Downloaded futures-sink v0.3.31 |
| 652 | 2025-04-30T20:12:12.585Z | Downloaded topological-sort v0.2.2 |
| 653 | 2025-04-30T20:12:12.589Z | Downloaded tiny-keccak v2.0.2 |
| 654 | 2025-04-30T20:12:12.602Z | Downloaded zeroize v1.8.1 |
| 655 | 2025-04-30T20:12:12.605Z | Downloaded icu_normalizer_data v1.5.0 |
| 656 | 2025-04-30T20:12:12.608Z | Downloaded indexmap v1.9.3 |
| 657 | 2025-04-30T20:12:12.612Z | Downloaded nibble_vec v0.1.0 |
| 658 | 2025-04-30T20:12:12.615Z | Downloaded icu_properties v1.5.1 |
| 659 | 2025-04-30T20:12:12.618Z | Downloaded shell-words v1.1.0 |
| 660 | 2025-04-30T20:12:12.622Z | Downloaded openssl-probe v0.1.5 |
| 661 | 2025-04-30T20:12:12.622Z | Downloaded openssl-macros v0.1.1 |
| 662 | 2025-04-30T20:12:12.623Z | Downloaded zstd v0.13.3 |
| 663 | 2025-04-30T20:12:12.625Z | Downloaded hickory-client v0.24.4 |
| 664 | 2025-04-30T20:12:12.630Z | Downloaded zstd-safe v7.2.3 |
| 665 | 2025-04-30T20:12:12.633Z | Downloaded spin v0.9.8 |
| 666 | 2025-04-30T20:12:12.636Z | Downloaded progenitor-impl v0.9.1 |
| 667 | 2025-04-30T20:12:12.640Z | Downloaded futures-executor v0.3.31 |
| 668 | 2025-04-30T20:12:12.643Z | Downloaded progenitor-macro v0.9.1 |
| 669 | 2025-04-30T20:12:12.643Z | Downloaded futures-macro v0.3.31 |
| 670 | 2025-04-30T20:12:12.647Z | Downloaded foreign-types-macros v0.2.3 |
| 671 | 2025-04-30T20:12:12.647Z | Downloaded serde-big-array v0.5.1 |
| 672 | 2025-04-30T20:12:12.650Z | Downloaded ena v0.14.3 |
| 673 | 2025-04-30T20:12:12.652Z | Downloaded base64 v0.21.7 |
| 674 | 2025-04-30T20:12:12.656Z | Downloaded rustc_version v0.4.1 |
| 675 | 2025-04-30T20:12:12.659Z | Downloaded vte v0.11.1 |
| 676 | 2025-04-30T20:12:12.663Z | Downloaded newtype-uuid v1.2.1 |
| 677 | 2025-04-30T20:12:12.666Z | Downloaded nanorand v0.7.0 |
| 678 | 2025-04-30T20:12:12.666Z | Downloaded num-iter v0.1.45 |
| 679 | 2025-04-30T20:12:12.669Z | Downloaded num-integer v0.1.46 |
| 680 | 2025-04-30T20:12:12.672Z | Downloaded bzip2 v0.5.2 |
| 681 | 2025-04-30T20:12:12.672Z | Downloaded yoke v0.7.4 |
| 682 | 2025-04-30T20:12:12.675Z | Downloaded bytes v1.10.1 |
| 683 | 2025-04-30T20:12:12.680Z | Downloaded hyper-util v0.1.11 |
| 684 | 2025-04-30T20:12:12.686Z | Downloaded crypto-bigint v0.5.5 |
| 685 | 2025-04-30T20:12:12.694Z | Downloaded time-core v0.1.2 |
| 686 | 2025-04-30T20:12:12.697Z | Downloaded supports-color v3.0.2 |
| 687 | 2025-04-30T20:12:12.700Z | Downloaded yasna v0.5.2 |
| 688 | 2025-04-30T20:12:12.703Z | Downloaded phf v0.11.2 |
| 689 | 2025-04-30T20:12:12.704Z | Downloaded peg v0.8.5 |
| 690 | 2025-04-30T20:12:12.708Z | Downloaded socket2 v0.5.9 |
| 691 | 2025-04-30T20:12:12.711Z | Downloaded ref-cast-impl v1.0.23 |
| 692 | 2025-04-30T20:12:12.714Z | Downloaded zerofrom v0.1.4 |
| 693 | 2025-04-30T20:12:12.717Z | Downloaded polyval v0.6.2 |
| 694 | 2025-04-30T20:12:12.720Z | Downloaded tinyvec v1.8.0 |
| 695 | 2025-04-30T20:12:12.723Z | Downloaded unicode-xid v0.2.6 |
| 696 | 2025-04-30T20:12:12.726Z | Downloaded serde_repr v0.1.19 |
| 697 | 2025-04-30T20:12:12.729Z | Downloaded rand_core v0.6.4 |
| 698 | 2025-04-30T20:12:12.729Z | Downloaded base64 v0.22.1 |
| 699 | 2025-04-30T20:12:12.734Z | Downloaded cc v1.2.15 |
| 700 | 2025-04-30T20:12:12.739Z | Downloaded slog-stdlog v4.1.1 |
| 701 | 2025-04-30T20:12:12.741Z | Downloaded num-rational v0.4.2 |
| 702 | 2025-04-30T20:12:12.744Z | Downloaded serde_plain v1.0.2 |
| 703 | 2025-04-30T20:12:12.747Z | Downloaded serde-hex v0.1.0 |
| 704 | 2025-04-30T20:12:12.750Z | Downloaded parking_lot v0.11.2 |
| 705 | 2025-04-30T20:12:12.753Z | Downloaded pretty_assertions v1.4.1 |
| 706 | 2025-04-30T20:12:12.758Z | Downloaded enum-as-inner v0.6.1 |
| 707 | 2025-04-30T20:12:12.758Z | Downloaded hickory-server v0.24.4 |
| 708 | 2025-04-30T20:12:12.764Z | Downloaded filetime v0.2.25 |
| 709 | 2025-04-30T20:12:12.768Z | Downloaded untrusted v0.9.0 |
| 710 | 2025-04-30T20:12:12.771Z | Downloaded env_filter v0.1.2 |
| 711 | 2025-04-30T20:12:12.774Z | Downloaded termcolor v1.4.1 |
| 712 | 2025-04-30T20:12:12.774Z | Downloaded static_assertions v1.1.0 |
| 713 | 2025-04-30T20:12:12.777Z | Downloaded tokio-native-tls v0.3.1 |
| 714 | 2025-04-30T20:12:12.780Z | Downloaded foreign-types v0.5.0 |
| 715 | 2025-04-30T20:12:12.783Z | Downloaded opaque-debug v0.3.1 |
| 716 | 2025-04-30T20:12:12.783Z | Downloaded tokio-macros v2.5.0 |
| 717 | 2025-04-30T20:12:12.786Z | Downloaded parse-display v0.10.0 |
| 718 | 2025-04-30T20:12:12.786Z | Downloaded salsa20 v0.10.2 |
| 719 | 2025-04-30T20:12:12.789Z | Downloaded peg-macros v0.8.5 |
| 720 | 2025-04-30T20:12:12.792Z | Downloaded serde_derive_internals v0.29.1 |
| 721 | 2025-04-30T20:12:12.792Z | Downloaded unsafe-libyaml v0.2.11 |
| 722 | 2025-04-30T20:12:12.797Z | Downloaded pkcs1 v0.7.5 |
| 723 | 2025-04-30T20:12:12.801Z | Downloaded whoami v1.5.2 |
| 724 | 2025-04-30T20:12:12.804Z | Downloaded defmt v0.3.8 |
| 725 | 2025-04-30T20:12:12.828Z | Downloaded diesel-dtrace v0.4.2 |
| 726 | 2025-04-30T20:12:12.828Z | Downloaded progenitor v0.8.0 |
| 727 | 2025-04-30T20:12:12.828Z | Downloaded foreign-types v0.3.2 |
| 728 | 2025-04-30T20:12:12.828Z | Downloaded num-traits v0.2.19 |
| 729 | 2025-04-30T20:12:12.828Z | Downloaded rpassword v7.3.1 |
| 730 | 2025-04-30T20:12:12.828Z | Downloaded half v2.4.1 |
| 731 | 2025-04-30T20:12:12.828Z | Downloaded icu_collections v1.5.0 |
| 732 | 2025-04-30T20:12:12.832Z | Downloaded sha1 v0.10.6 |
| 733 | 2025-04-30T20:12:12.835Z | Downloaded foldhash v0.1.3 |
| 734 | 2025-04-30T20:12:12.835Z | Downloaded tokio-rustls v0.24.1 |
| 735 | 2025-04-30T20:12:12.838Z | Downloaded parking_lot_core v0.9.10 |
| 736 | 2025-04-30T20:12:12.841Z | Downloaded funty v2.0.0 |
| 737 | 2025-04-30T20:12:12.844Z | Downloaded packed_struct_codegen v0.10.1 |
| 738 | 2025-04-30T20:12:12.847Z | Downloaded fs-err v2.11.0 |
| 739 | 2025-04-30T20:12:12.850Z | Downloaded parse-display-derive v0.10.0 |
| 740 | 2025-04-30T20:12:12.850Z | Downloaded diff v0.1.13 |
| 741 | 2025-04-30T20:12:12.854Z | Downloaded value-bag v1.9.0 |
| 742 | 2025-04-30T20:12:12.858Z | Downloaded predicates-core v1.0.8 |
| 743 | 2025-04-30T20:12:12.861Z | Downloaded packed_struct v0.10.1 |
| 744 | 2025-04-30T20:12:12.864Z | Downloaded num_enum_derive v0.5.11 |
| 745 | 2025-04-30T20:12:12.864Z | Downloaded document-features v0.2.10 |
| 746 | 2025-04-30T20:12:12.869Z | Downloaded xshell-macros v0.2.7 |
| 747 | 2025-04-30T20:12:12.869Z | Downloaded void v1.0.2 |
| 748 | 2025-04-30T20:12:12.872Z | Downloaded debug-ignore v1.0.5 |
| 749 | 2025-04-30T20:12:12.872Z | Downloaded num_enum v0.5.11 |
| 750 | 2025-04-30T20:12:12.876Z | Downloaded headers v0.4.0 |
| 751 | 2025-04-30T20:12:12.883Z | Downloaded form_urlencoded v1.2.1 |
| 752 | 2025-04-30T20:12:12.886Z | Downloaded zip v0.6.6 |
| 753 | 2025-04-30T20:12:12.890Z | Downloaded slab v0.4.9 |
| 754 | 2025-04-30T20:12:12.893Z | Downloaded num-conv v0.1.0 |
| 755 | 2025-04-30T20:12:12.896Z | Downloaded dyn-clone v1.0.19 |
| 756 | 2025-04-30T20:12:12.899Z | Downloaded smallvec v0.6.14 |
| 757 | 2025-04-30T20:12:12.899Z | Downloaded schemars_derive v0.8.22 |
| 758 | 2025-04-30T20:12:12.901Z | Downloaded structmeta v0.3.0 |
| 759 | 2025-04-30T20:12:12.904Z | Downloaded smf v0.2.3 |
| 760 | 2025-04-30T20:12:12.905Z | Downloaded multimap v0.10.0 |
| 761 | 2025-04-30T20:12:13.911Z | Downloaded multer v3.1.0 |
| 762 | 2025-04-30T20:12:13.915Z | Downloaded precomputed-hash v0.1.1 |
| 763 | 2025-04-30T20:12:13.915Z | Downloaded percent-encoding v2.3.1 |
| 764 | 2025-04-30T20:12:13.916Z | Downloaded path-slash v0.1.5 |
| 765 | 2025-04-30T20:12:13.916Z | Downloaded num-complex v0.4.6 |
| 766 | 2025-04-30T20:12:13.916Z | Downloaded num-derive v0.4.2 |
| 767 | 2025-04-30T20:12:13.916Z | Downloaded progenitor-client v0.8.0 |
| 768 | 2025-04-30T20:12:13.916Z | Downloaded phf_generator v0.11.2 |
| 769 | 2025-04-30T20:12:13.916Z | Downloaded toml_edit v0.19.15 |
| 770 | 2025-04-30T20:12:13.916Z | Downloaded quick-error v1.2.3 |
| 771 | 2025-04-30T20:12:13.916Z | Downloaded uzers v0.12.1 |
| 772 | 2025-04-30T20:12:13.916Z | Downloaded dropshot_endpoint v0.16.0 |
| 773 | 2025-04-30T20:12:13.917Z | Downloaded try-lock v0.2.5 |
| 774 | 2025-04-30T20:12:13.917Z | Downloaded derive-where v1.2.7 |
| 775 | 2025-04-30T20:12:13.917Z | Downloaded libxml v0.3.3 |
| 776 | 2025-04-30T20:12:13.917Z | Downloaded hash32 v0.3.1 |
| 777 | 2025-04-30T20:12:13.917Z | Downloaded hash32 v0.2.1 |
| 778 | 2025-04-30T20:12:13.917Z | Downloaded ghash v0.5.1 |
| 779 | 2025-04-30T20:12:13.917Z | Downloaded darling_macro v0.20.10 |
| 780 | 2025-04-30T20:12:13.917Z | Downloaded ff v0.13.0 |
| 781 | 2025-04-30T20:12:13.917Z | Downloaded subprocess v0.2.9 |
| 782 | 2025-04-30T20:12:13.917Z | Downloaded slog-term v2.9.1 |
| 783 | 2025-04-30T20:12:13.917Z | Downloaded endian-type v0.1.2 |
| 784 | 2025-04-30T20:12:13.917Z | Downloaded want v0.3.1 |
| 785 | 2025-04-30T20:12:13.917Z | Downloaded waitgroup v0.1.2 |
| 786 | 2025-04-30T20:12:13.917Z | Downloaded pem v3.0.5 |
| 787 | 2025-04-30T20:12:13.917Z | Downloaded ed25519 v2.2.3 |
| 788 | 2025-04-30T20:12:13.917Z | Downloaded num-derive v0.3.3 |
| 789 | 2025-04-30T20:12:13.917Z | Downloaded typify v0.2.0 |
| 790 | 2025-04-30T20:12:13.918Z | Downloaded flate2 v1.1.1 |
| 791 | 2025-04-30T20:12:13.918Z | Downloaded omicron-zone-package v0.12.0 |
| 792 | 2025-04-30T20:12:13.918Z | Downloaded publicsuffix v2.3.0 |
| 793 | 2025-04-30T20:12:13.918Z | Downloaded rustc_version v0.1.7 |
| 794 | 2025-04-30T20:12:13.918Z | Downloaded rustc-hash v1.1.0 |
| 795 | 2025-04-30T20:12:13.918Z | Downloaded zerovec-derive v0.10.3 |
| 796 | 2025-04-30T20:12:13.918Z | Downloaded hashbrown v0.13.2 |
| 797 | 2025-04-30T20:12:13.918Z | Downloaded siphasher v0.3.11 |
| 798 | 2025-04-30T20:12:13.918Z | Downloaded rustc-hash v2.1.1 |
| 799 | 2025-04-30T20:12:13.918Z | Downloaded oso-derive v0.27.3 |
| 800 | 2025-04-30T20:12:13.918Z | Downloaded rustyline v14.0.0 |
| 801 | 2025-04-30T20:12:13.918Z | Downloaded itertools v0.12.1 |
| 802 | 2025-04-30T20:12:13.918Z | Downloaded peg-runtime v0.8.5 |
| 803 | 2025-04-30T20:12:13.918Z | Downloaded pbkdf2 v0.12.2 |
| 804 | 2025-04-30T20:12:13.918Z | Downloaded aes-gcm v0.10.3 |
| 805 | 2025-04-30T20:12:13.918Z | Downloaded olpc-cjson v0.1.4 |
| 806 | 2025-04-30T20:12:13.918Z | Downloaded proc-macro-crate v1.3.1 |
| 807 | 2025-04-30T20:12:13.919Z | Downloaded ecdsa v0.16.9 |
| 808 | 2025-04-30T20:12:13.919Z | Downloaded smallvec v1.14.0 |
| 809 | 2025-04-30T20:12:13.919Z | Downloaded tui-tree-widget v0.23.0 |
| 810 | 2025-04-30T20:12:13.919Z | Downloaded flagset v0.4.6 |
| 811 | 2025-04-30T20:12:13.919Z | Downloaded miniz_oxide v0.8.5 |
| 812 | 2025-04-30T20:12:13.919Z | Downloaded defmt-parser v0.3.4 |
| 813 | 2025-04-30T20:12:13.919Z | Downloaded data-encoding v2.6.0 |
| 814 | 2025-04-30T20:12:13.919Z | Downloaded quinn v0.11.5 |
| 815 | 2025-04-30T20:12:13.919Z | Downloaded zone v0.3.1 |
| 816 | 2025-04-30T20:12:13.919Z | Downloaded test-strategy v0.4.0 |
| 817 | 2025-04-30T20:12:13.920Z | Downloaded gethostname v0.5.0 |
| 818 | 2025-04-30T20:12:13.920Z | Downloaded defmt-macros v0.3.9 |
| 819 | 2025-04-30T20:12:13.920Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 820 | 2025-04-30T20:12:13.920Z | Downloaded proc-macro-error2 v2.0.1 |
| 821 | 2025-04-30T20:12:13.920Z | Downloaded postcard v1.0.10 |
| 822 | 2025-04-30T20:12:13.920Z | Downloaded getrandom v0.3.1 |
| 823 | 2025-04-30T20:12:13.920Z | Downloaded tokio-rustls v0.25.0 |
| 824 | 2025-04-30T20:12:13.920Z | Downloaded fxhash v0.2.1 |
| 825 | 2025-04-30T20:12:13.920Z | Downloaded yoke-derive v0.7.4 |
| 826 | 2025-04-30T20:12:13.920Z | Downloaded parse-size v1.1.0 |
| 827 | 2025-04-30T20:12:13.920Z | Downloaded vergen v8.3.2 |
| 828 | 2025-04-30T20:12:13.920Z | Downloaded tokio-postgres v0.7.13 |
| 829 | 2025-04-30T20:12:13.920Z | Downloaded progenitor-client v0.9.1 |
| 830 | 2025-04-30T20:12:13.920Z | Downloaded futures-core v0.3.31 |
| 831 | 2025-04-30T20:12:13.920Z | Downloaded slog-envlogger v2.2.0 |
| 832 | 2025-04-30T20:12:13.920Z | Downloaded unicase v2.7.0 |
| 833 | 2025-04-30T20:12:13.920Z | Downloaded aho-corasick v1.1.3 |
| 834 | 2025-04-30T20:12:13.920Z | Downloaded tower-layer v0.3.3 |
| 835 | 2025-04-30T20:12:13.920Z | Downloaded openssl-sys v0.9.107 |
| 836 | 2025-04-30T20:12:13.920Z | Downloaded newline-converter v0.3.0 |
| 837 | 2025-04-30T20:12:13.920Z | Downloaded hkdf v0.12.4 |
| 838 | 2025-04-30T20:12:13.920Z | Downloaded unicode-truncate v1.1.0 |
| 839 | 2025-04-30T20:12:13.920Z | Downloaded uuid v1.16.0 |
| 840 | 2025-04-30T20:12:13.920Z | Downloaded either v1.14.0 |
| 841 | 2025-04-30T20:12:13.920Z | Downloaded deranged v0.3.11 |
| 842 | 2025-04-30T20:12:13.921Z | Downloaded nodrop v0.1.14 |
| 843 | 2025-04-30T20:12:13.921Z | Downloaded glob v0.3.2 |
| 844 | 2025-04-30T20:12:13.921Z | Downloaded utf8_iter v1.0.4 |
| 845 | 2025-04-30T20:12:13.921Z | Downloaded getrandom v0.2.15 |
| 846 | 2025-04-30T20:12:13.921Z | Downloaded quinn-udp v0.5.5 |
| 847 | 2025-04-30T20:12:13.921Z | Downloaded oxnet v0.1.1 |
| 848 | 2025-04-30T20:12:13.921Z | Downloaded similar v2.7.0 |
| 849 | 2025-04-30T20:12:13.921Z | Downloaded tracing-core v0.1.32 |
| 850 | 2025-04-30T20:12:13.922Z | Downloaded predicates v3.1.3 |
| 851 | 2025-04-30T20:12:13.922Z | Downloaded new_debug_unreachable v1.0.6 |
| 852 | 2025-04-30T20:12:13.922Z | Downloaded string_cache v0.8.9 |
| 853 | 2025-04-30T20:12:13.922Z | Downloaded sqlparser_derive v0.2.2 |
| 854 | 2025-04-30T20:12:13.922Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 855 | 2025-04-30T20:12:13.922Z | Downloaded ssh-cipher v0.2.0 |
| 856 | 2025-04-30T20:12:13.922Z | Downloaded rsa v0.9.6 |
| 857 | 2025-04-30T20:12:13.922Z | Downloaded mio v1.0.2 |
| 858 | 2025-04-30T20:12:13.922Z | Downloaded normalize-line-endings v0.3.0 |
| 859 | 2025-04-30T20:12:13.922Z | Downloaded utf-8 v0.7.6 |
| 860 | 2025-04-30T20:12:13.922Z | Downloaded xz2 v0.1.7 |
| 861 | 2025-04-30T20:12:13.922Z | Downloaded der v0.7.9 |
| 862 | 2025-04-30T20:12:13.929Z | Downloaded xshell v0.2.7 |
| 863 | 2025-04-30T20:12:13.929Z | Downloaded ref-cast v1.0.23 |
| 864 | 2025-04-30T20:12:13.929Z | Downloaded utf16_iter v1.0.5 |
| 865 | 2025-04-30T20:12:13.929Z | Downloaded signal-hook v0.3.17 |
| 866 | 2025-04-30T20:12:13.929Z | Downloaded phf_shared v0.11.2 |
| 867 | 2025-04-30T20:12:13.930Z | Downloaded phf_codegen v0.11.2 |
| 868 | 2025-04-30T20:12:13.930Z | Downloaded ron v0.7.1 |
| 869 | 2025-04-30T20:12:13.930Z | Downloaded tough v0.20.0 |
| 870 | 2025-04-30T20:12:13.930Z | Downloaded secrecy v0.8.0 |
| 871 | 2025-04-30T20:12:13.930Z | Downloaded scheduled-thread-pool v0.2.7 |
| 872 | 2025-04-30T20:12:13.930Z | Downloaded take_mut v0.2.2 |
| 873 | 2025-04-30T20:12:13.930Z | Downloaded password-hash v0.4.2 |
| 874 | 2025-04-30T20:12:13.930Z | Downloaded num_threads v0.1.7 |
| 875 | 2025-04-30T20:12:13.930Z | Downloaded number_prefix v0.4.0 |
| 876 | 2025-04-30T20:12:13.930Z | Downloaded oso v0.27.3 |
| 877 | 2025-04-30T20:12:13.930Z | Downloaded globset v0.4.15 |
| 878 | 2025-04-30T20:12:13.930Z | Downloaded unarray v0.1.4 |
| 879 | 2025-04-30T20:12:13.930Z | Downloaded num v0.4.3 |
| 880 | 2025-04-30T20:12:13.930Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 881 | 2025-04-30T20:12:13.930Z | Downloaded typify-macro v0.3.0 |
| 882 | 2025-04-30T20:12:13.930Z | Downloaded group v0.13.0 |
| 883 | 2025-04-30T20:12:13.930Z | Downloaded float-ord v0.3.2 |
| 884 | 2025-04-30T20:12:13.930Z | Downloaded unicode-bidi v0.3.17 |
| 885 | 2025-04-30T20:12:13.930Z | Downloaded diesel_derives v2.2.3 |
| 886 | 2025-04-30T20:12:13.930Z | Downloaded tokio-rustls v0.26.0 |
| 887 | 2025-04-30T20:12:13.930Z | Downloaded winnow v0.5.40 |
| 888 | 2025-04-30T20:12:13.930Z | Downloaded zone_cfg_derive v0.1.2 |
| 889 | 2025-04-30T20:12:13.930Z | Downloaded strum_macros v0.25.3 |
| 890 | 2025-04-30T20:12:13.930Z | Downloaded displaydoc v0.2.5 |
| 891 | 2025-04-30T20:12:13.931Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 892 | 2025-04-30T20:12:13.931Z | Downloaded futures-channel v0.3.31 |
| 893 | 2025-04-30T20:12:13.932Z | Downloaded pin-utils v0.1.0 |
| 894 | 2025-04-30T20:12:13.932Z | Downloaded pin-project-internal v1.1.6 |
| 895 | 2025-04-30T20:12:13.932Z | Downloaded password-hash v0.5.0 |
| 896 | 2025-04-30T20:12:13.932Z | Downloaded pin-project-lite v0.2.14 |
| 897 | 2025-04-30T20:12:13.932Z | Downloaded tower v0.5.2 |
| 898 | 2025-04-30T20:12:13.932Z | Downloaded ppv-lite86 v0.2.20 |
| 899 | 2025-04-30T20:12:13.932Z | Downloaded dunce v1.0.5 |
| 900 | 2025-04-30T20:12:13.932Z | Downloaded subtle v2.6.1 |
| 901 | 2025-04-30T20:12:13.932Z | Downloaded fixedbitset v0.5.7 |
| 902 | 2025-04-30T20:12:13.932Z | Downloaded sqlparser v0.45.0 |
| 903 | 2025-04-30T20:12:13.932Z | Downloaded derive_builder v0.20.2 |
| 904 | 2025-04-30T20:12:13.932Z | Downloaded term v0.7.0 |
| 905 | 2025-04-30T20:12:13.932Z | Downloaded serde_with v3.12.0 |
| 906 | 2025-04-30T20:12:13.932Z | Downloaded rustls-pemfile v2.2.0 |
| 907 | 2025-04-30T20:12:13.932Z | Downloaded zerocopy v0.6.6 |
| 908 | 2025-04-30T20:12:13.932Z | Downloaded dsl_auto_type v0.1.2 |
| 909 | 2025-04-30T20:12:13.932Z | Downloaded termtree v0.5.1 |
| 910 | 2025-04-30T20:12:13.932Z | Downloaded hashbrown v0.12.3 |
| 911 | 2025-04-30T20:12:13.932Z | Downloaded postgres-protocol v0.6.8 |
| 912 | 2025-04-30T20:12:13.932Z | Downloaded powerfmt v0.2.0 |
| 913 | 2025-04-30T20:12:13.932Z | Downloaded tungstenite v0.21.0 |
| 914 | 2025-04-30T20:12:13.932Z | Downloaded rayon v1.10.0 |
| 915 | 2025-04-30T20:12:13.933Z | Downloaded salty v0.3.0 |
| 916 | 2025-04-30T20:12:13.933Z | Downloaded chrono v0.4.40 |
| 917 | 2025-04-30T20:12:13.933Z | Downloaded env_logger v0.10.2 |
| 918 | 2025-04-30T20:12:13.933Z | Downloaded rustls-pki-types v1.10.0 |
| 919 | 2025-04-30T20:12:13.933Z | Downloaded tungstenite v0.23.0 |
| 920 | 2025-04-30T20:12:13.933Z | Downloaded icu_properties_data v1.5.0 |
| 921 | 2025-04-30T20:12:13.933Z | Downloaded darling_core v0.20.10 |
| 922 | 2025-04-30T20:12:13.933Z | Downloaded qorb v0.3.1 |
| 923 | 2025-04-30T20:12:13.933Z | Downloaded snafu v0.8.5 |
| 924 | 2025-04-30T20:12:13.933Z | Downloaded typed-path v0.9.3 |
| 925 | 2025-04-30T20:12:13.933Z | Downloaded portable-atomic v1.11.0 |
| 926 | 2025-04-30T20:12:13.933Z | Downloaded num-bigint v0.4.6 |
| 927 | 2025-04-30T20:12:13.933Z | Downloaded parse-zoneinfo v0.3.1 |
| 928 | 2025-04-30T20:12:13.933Z | Downloaded zerovec v0.10.4 |
| 929 | 2025-04-30T20:12:13.934Z | Downloaded steno v0.4.1 |
| 930 | 2025-04-30T20:12:13.934Z | Downloaded tabled v0.18.0 |
| 931 | 2025-04-30T20:12:13.934Z | Downloaded samael v0.0.18 |
| 932 | 2025-04-30T20:12:13.934Z | Downloaded p521 v0.13.3 |
| 933 | 2025-04-30T20:12:13.934Z | Downloaded tokio-util v0.7.13 |
| 934 | 2025-04-30T20:12:13.934Z | Downloaded petname v2.0.2 |
| 935 | 2025-04-30T20:12:13.934Z | Downloaded rustls-webpki v0.102.8 |
| 936 | 2025-04-30T20:12:13.934Z | Downloaded h2 v0.4.6 |
| 937 | 2025-04-30T20:12:13.934Z | Downloaded smoltcp v0.9.1 |
| 938 | 2025-04-30T20:12:13.934Z | Downloaded x509-cert v0.2.5 |
| 939 | 2025-04-30T20:12:13.935Z | Downloaded unicode-segmentation v1.12.0 |
| 940 | 2025-04-30T20:12:13.935Z | Downloaded zerocopy v0.8.10 |
| 941 | 2025-04-30T20:12:13.935Z | Downloaded nom v7.1.3 |
| 942 | 2025-04-30T20:12:13.935Z | Downloaded proptest v1.6.0 |
| 943 | 2025-04-30T20:12:13.935Z | Downloaded quinn-proto v0.11.8 |
| 944 | 2025-04-30T20:12:13.935Z | Downloaded zip v2.6.1 |
| 945 | 2025-04-30T20:12:13.935Z | Downloaded futures-util v0.3.31 |
| 946 | 2025-04-30T20:12:13.935Z | Downloaded regex v1.11.1 |
| 947 | 2025-04-30T20:12:13.935Z | Downloaded num-bigint-dig v0.8.4 |
| 948 | 2025-04-30T20:12:13.935Z | Downloaded bstr v1.10.0 |
| 949 | 2025-04-30T20:12:13.935Z | Downloaded radix_trie v0.2.1 |
| 950 | 2025-04-30T20:12:13.936Z | Downloaded unicode-width v0.2.0 |
| 951 | 2025-04-30T20:12:13.936Z | Downloaded chrono-tz v0.10.3 |
| 952 | 2025-04-30T20:12:13.936Z | Downloaded p384 v0.13.0 |
| 953 | 2025-04-30T20:12:13.936Z | Downloaded reedline v0.38.0 |
| 954 | 2025-04-30T20:12:13.936Z | Downloaded rustls-webpki v0.101.7 |
| 955 | 2025-04-30T20:12:13.936Z | Downloaded rustls v0.21.12 |
| 956 | 2025-04-30T20:12:13.936Z | Downloaded openssl v0.10.72 |
| 957 | 2025-04-30T20:12:13.936Z | Downloaded openapiv3 v2.0.0 |
| 958 | 2025-04-30T20:12:13.936Z | Downloaded git2 v0.19.0 |
| 959 | 2025-04-30T20:12:13.936Z | Downloaded nix v0.28.0 |
| 960 | 2025-04-30T20:12:13.936Z | Downloaded hickory-proto v0.24.4 |
| 961 | 2025-04-30T20:12:13.936Z | Downloaded regress v0.10.3 |
| 962 | 2025-04-30T20:12:13.940Z | Downloaded regex-syntax v0.6.29 |
| 963 | 2025-04-30T20:12:13.940Z | Downloaded object v0.36.5 |
| 964 | 2025-04-30T20:12:13.940Z | Downloaded curve25519-dalek v4.1.3 |
| 965 | 2025-04-30T20:12:13.940Z | Downloaded regex-syntax v0.8.5 |
| 966 | 2025-04-30T20:12:13.940Z | Downloaded rustls v0.23.19 |
| 967 | 2025-04-30T20:12:13.940Z | Downloaded webpki-roots v0.26.6 |
| 968 | 2025-04-30T20:12:13.940Z | Downloaded typify-impl v0.2.0 |
| 969 | 2025-04-30T20:12:13.940Z | Downloaded gimli v0.31.1 |
| 970 | 2025-04-30T20:12:13.940Z | Downloaded dropshot v0.16.0 |
| 971 | 2025-04-30T20:12:13.940Z | Downloaded object v0.30.4 |
| 972 | 2025-04-30T20:12:13.940Z | Downloaded polar-core v0.27.3 |
| 973 | 2025-04-30T20:12:13.940Z | Downloaded smoltcp v0.11.0 |
| 974 | 2025-04-30T20:12:13.940Z | Downloaded ratatui v0.29.0 |
| 975 | 2025-04-30T20:12:13.960Z | Downloaded nix v0.29.0 |
| 976 | 2025-04-30T20:12:13.972Z | Downloaded rustls v0.22.4 |
| 977 | 2025-04-30T20:12:13.986Z | Downloaded typify-impl v0.3.0 |
| 978 | 2025-04-30T20:12:14.001Z | Downloaded diesel v2.2.9 |
| 979 | 2025-04-30T20:12:14.020Z | Downloaded regex-automata v0.4.8 |
| 980 | 2025-04-30T20:12:14.037Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 981 | 2025-04-30T20:12:14.048Z | Downloaded zerocopy-derive v0.6.6 |
| 982 | 2025-04-30T20:12:14.058Z | Downloaded sled v0.34.7 |
| 983 | 2025-04-30T20:12:14.069Z | Downloaded vcpkg v0.2.15 |
| 984 | 2025-04-30T20:12:14.110Z | Downloaded petgraph v0.7.1 |
| 985 | 2025-04-30T20:12:14.129Z | Downloaded nix v0.27.1 |
| 986 | 2025-04-30T20:12:14.140Z | Downloaded minimal-lexical v0.2.1 |
| 987 | 2025-04-30T20:12:14.145Z | Downloaded unicode-normalization v0.1.24 |
| 988 | 2025-04-30T20:12:14.149Z | Downloaded bindgen v0.71.1 |
| 989 | 2025-04-30T20:12:14.157Z | Downloaded jiff v0.2.10 |
| 990 | 2025-04-30T20:12:14.176Z | Downloaded quick-xml v0.37.2 |
| 991 | 2025-04-30T20:12:14.182Z | Downloaded sha3 v0.10.8 |
| 992 | 2025-04-30T20:12:14.186Z | Downloaded tokio v1.43.1 |
| 993 | 2025-04-30T20:12:14.224Z | Downloaded postgres-types v0.2.9 |
| 994 | 2025-04-30T20:12:14.227Z | Downloaded pin-project v1.1.6 |
| 995 | 2025-04-30T20:12:14.236Z | Downloaded russh v0.45.0 |
| 996 | 2025-04-30T20:12:14.241Z | Downloaded strum_macros v0.26.4 |
| 997 | 2025-04-30T20:12:14.244Z | Downloaded darling v0.20.10 |
| 998 | 2025-04-30T20:12:14.248Z | Downloaded lalrpop v0.19.12 |
| 999 | 2025-04-30T20:12:14.260Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1000 | 2025-04-30T20:12:14.279Z | Downloaded libz-sys v1.1.20 |
| 1001 | 2025-04-30T20:12:14.300Z | Downloaded csv v1.3.1 |
| 1002 | 2025-04-30T20:12:14.319Z | Downloaded lzma-sys v0.1.20 |
| 1003 | 2025-04-30T20:12:14.347Z | Downloaded petgraph v0.6.5 |
| 1004 | 2025-04-30T20:12:14.363Z | Downloaded snafu-derive v0.8.5 |
| 1005 | 2025-04-30T20:12:14.366Z | Downloaded schemars v0.8.22 |
| 1006 | 2025-04-30T20:12:14.377Z | Downloaded p256 v0.13.2 |
| 1007 | 2025-04-30T20:12:14.380Z | Downloaded bitvec v1.0.1 |
| 1008 | 2025-04-30T20:12:14.395Z | Downloaded bindgen v0.69.5 |
| 1009 | 2025-04-30T20:12:14.402Z | Downloaded winnow v0.6.20 |
| 1010 | 2025-04-30T20:12:14.411Z | Downloaded typify v0.3.0 |
| 1011 | 2025-04-30T20:12:14.414Z | Downloaded ed25519-dalek v2.1.1 |
| 1012 | 2025-04-30T20:12:14.417Z | Downloaded env_logger v0.11.5 |
| 1013 | 2025-04-30T20:12:14.420Z | Downloaded xattr v1.3.1 |
| 1014 | 2025-04-30T20:12:14.423Z | Downloaded termios v0.3.3 |
| 1015 | 2025-04-30T20:12:14.423Z | Downloaded nu-ansi-term v0.50.1 |
| 1016 | 2025-04-30T20:12:14.427Z | Downloaded progenitor-impl v0.8.0 |
| 1017 | 2025-04-30T20:12:14.427Z | Downloaded tracing v0.1.40 |
| 1018 | 2025-04-30T20:12:14.430Z | Downloaded rand v0.8.5 |
| 1019 | 2025-04-30T20:12:14.434Z | Downloaded expectorate v1.1.0 |
| 1020 | 2025-04-30T20:12:14.437Z | Downloaded derive_builder_core v0.20.2 |
| 1021 | 2025-04-30T20:12:14.441Z | Downloaded des v0.8.1 |
| 1022 | 2025-04-30T20:12:14.441Z | Downloaded aws-lc-rs v1.12.4 |
| 1023 | 2025-04-30T20:12:14.449Z | Downloaded strum_macros v0.24.3 |
| 1024 | 2025-04-30T20:12:14.454Z | Downloaded blake3 v1.5.4 |
| 1025 | 2025-04-30T20:12:14.458Z | Downloaded zone v0.1.8 |
| 1026 | 2025-04-30T20:12:14.461Z | Downloaded elliptic-curve v0.13.8 |
| 1027 | 2025-04-30T20:12:14.465Z | Downloaded time v0.3.36 |
| 1028 | 2025-04-30T20:12:14.469Z | Downloaded which v4.4.2 |
| 1029 | 2025-04-30T20:12:14.472Z | Downloaded tower-service v0.3.3 |
| 1030 | 2025-04-30T20:12:14.472Z | Downloaded same-file v1.0.6 |
| 1031 | 2025-04-30T20:12:14.475Z | Downloaded unicode-properties v0.1.3 |
| 1032 | 2025-04-30T20:12:14.475Z | Downloaded ssh-key v0.6.6 |
| 1033 | 2025-04-30T20:12:14.483Z | Downloaded secrecy v0.10.3 |
| 1034 | 2025-04-30T20:12:14.486Z | Downloaded fixedbitset v0.4.2 |
| 1035 | 2025-04-30T20:12:14.486Z | Downloaded ring v0.17.11 |
| 1036 | 2025-04-30T20:12:14.527Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1037 | 2025-04-30T20:12:14.530Z | Downloaded ron v0.8.1 |
| 1038 | 2025-04-30T20:12:14.535Z | Downloaded slog-dtrace v0.3.0 |
| 1039 | 2025-04-30T20:12:14.540Z | Downloaded signal-hook-registry v1.4.2 |
| 1040 | 2025-04-30T20:12:14.540Z | Downloaded signal-hook-mio v0.2.4 |
| 1041 | 2025-04-30T20:12:14.540Z | Downloaded shlex v1.3.0 |
| 1042 | 2025-04-30T20:12:14.543Z | Downloaded walkdir v2.5.0 |
| 1043 | 2025-04-30T20:12:14.543Z | Downloaded owo-colors v4.2.0 |
| 1044 | 2025-04-30T20:12:14.547Z | Downloaded signal-hook-tokio v0.3.1 |
| 1045 | 2025-04-30T20:12:14.547Z | Downloaded semver v0.1.20 |
| 1046 | 2025-04-30T20:12:14.547Z | Downloaded rand_xorshift v0.3.0 |
| 1047 | 2025-04-30T20:12:14.551Z | Downloaded rand_seeder v0.3.0 |
| 1048 | 2025-04-30T20:12:14.551Z | Downloaded rand_chacha v0.3.1 |
| 1049 | 2025-04-30T20:12:14.551Z | Downloaded radium v0.7.0 |
| 1050 | 2025-04-30T20:12:14.551Z | Downloaded pbkdf2 v0.11.0 |
| 1051 | 2025-04-30T20:12:14.554Z | Downloaded tar v0.4.44 |
| 1052 | 2025-04-30T20:12:14.557Z | Downloaded rcgen v0.12.1 |
| 1053 | 2025-04-30T20:12:14.560Z | Downloaded encoding_rs v0.8.34 |
| 1054 | 2025-04-30T20:12:14.580Z | Downloaded native-tls v0.2.12 |
| 1055 | 2025-04-30T20:12:14.583Z | Downloaded tokio-tungstenite v0.23.1 |
| 1056 | 2025-04-30T20:12:14.586Z | Downloaded tokio-tungstenite v0.21.0 |
| 1057 | 2025-04-30T20:12:14.586Z | Downloaded pkcs5 v0.7.1 |
| 1058 | 2025-04-30T20:12:14.589Z | Downloaded zerocopy-derive v0.8.10 |
| 1059 | 2025-04-30T20:12:14.595Z | Downloaded papergrid v0.14.0 |
| 1060 | 2025-04-30T20:12:14.601Z | Downloaded wait-timeout v0.2.0 |
| 1061 | 2025-04-30T20:12:14.604Z | Downloaded pem-rfc7468 v0.7.0 |
| 1062 | 2025-04-30T20:12:14.604Z | Downloaded fallible-iterator v0.2.0 |
| 1063 | 2025-04-30T20:12:14.607Z | Downloaded flume v0.11.1 |
| 1064 | 2025-04-30T20:12:14.610Z | Downloaded url v2.5.3 |
| 1065 | 2025-04-30T20:12:14.615Z | Downloaded idna v1.0.3 |
| 1066 | 2025-04-30T20:12:14.615Z | Downloaded tracing-attributes v0.1.27 |
| 1067 | 2025-04-30T20:12:14.618Z | Downloaded tap v1.0.1 |
| 1068 | 2025-04-30T20:12:14.618Z | Downloaded simd-adler32 v0.3.7 |
| 1069 | 2025-04-30T20:12:14.621Z | Downloaded futures v0.3.31 |
| 1070 | 2025-04-30T20:12:14.624Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1071 | 2025-04-30T20:12:14.627Z | Downloaded stringprep v0.1.5 |
| 1072 | 2025-04-30T20:12:14.627Z | Downloaded resolv-conf v0.7.0 |
| 1073 | 2025-04-30T20:12:14.630Z | Downloaded mime_guess v2.0.5 |
| 1074 | 2025-04-30T20:12:14.630Z | Downloaded itertools v0.14.0 |
| 1075 | 2025-04-30T20:12:14.636Z | Downloaded itertools v0.13.0 |
| 1076 | 2025-04-30T20:12:14.643Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1077 | 2025-04-30T20:12:14.703Z | Downloaded hyper v1.6.0 |
| 1078 | 2025-04-30T20:12:14.709Z | Downloaded der_derive v0.7.3 |
| 1079 | 2025-04-30T20:12:14.712Z | Downloaded serde_with_macros v3.12.0 |
| 1080 | 2025-04-30T20:12:14.715Z | Downloaded daft-derive v0.1.3 |
| 1081 | 2025-04-30T20:12:14.718Z | Downloaded daft v0.1.3 |
| 1082 | 2025-04-30T20:12:14.722Z | Downloaded crossterm v0.28.1 |
| 1083 | 2025-04-30T20:12:14.725Z | Downloaded unicode_categories v0.1.1 |
| 1084 | 2025-04-30T20:12:14.728Z | Downloaded pkg-config v0.3.31 |
| 1085 | 2025-04-30T20:12:14.731Z | Downloaded pkcs8 v0.10.2 |
| 1086 | 2025-04-30T20:12:14.731Z | Downloaded prettyplease v0.2.30 |
| 1087 | 2025-04-30T20:12:14.735Z | Downloaded rand v0.9.0 |
| 1088 | 2025-04-30T20:12:14.739Z | Downloaded fs_extra v1.3.0 |
| 1089 | 2025-04-30T20:12:14.742Z | Downloaded libm v0.2.8 |
| 1090 | 2025-04-30T20:12:14.749Z | Downloaded rtoolbox v0.0.2 |
| 1091 | 2025-04-30T20:12:14.752Z | Downloaded itertools v0.10.5 |
| 1092 | 2025-04-30T20:12:14.756Z | Downloaded yansi v1.0.1 |
| 1093 | 2025-04-30T20:12:14.760Z | Downloaded fatfs v0.3.6 |
| 1094 | 2025-04-30T20:12:14.763Z | Downloaded http v1.2.0 |
| 1095 | 2025-04-30T20:12:14.765Z | Downloaded aes v0.8.4 |
| 1096 | 2025-04-30T20:12:14.768Z | Downloaded zeroize_derive v1.4.2 |
| 1097 | 2025-04-30T20:12:14.771Z | Downloaded zerofrom-derive v0.1.4 |
| 1098 | 2025-04-30T20:12:14.771Z | Downloaded wyz v0.5.1 |
| 1099 | 2025-04-30T20:12:14.771Z | Downloaded writeable v0.5.5 |
| 1100 | 2025-04-30T20:12:14.775Z | Downloaded parking_lot v0.12.3 |
| 1101 | 2025-04-30T20:12:14.778Z | Downloaded zopfli v0.8.1 |
| 1102 | 2025-04-30T20:12:14.778Z | Downloaded bumpalo v3.16.0 |
| 1103 | 2025-04-30T20:12:14.781Z | Downloaded tls_codec_derive v0.4.1 |
| 1104 | 2025-04-30T20:12:14.784Z | Downloaded stable_deref_trait v1.2.0 |
| 1105 | 2025-04-30T20:12:14.784Z | Downloaded poly1305 v0.8.0 |
| 1106 | 2025-04-30T20:12:14.787Z | Downloaded derive_more v0.99.19 |
| 1107 | 2025-04-30T20:12:14.790Z | Downloaded ctr v0.9.2 |
| 1108 | 2025-04-30T20:12:14.793Z | Downloaded tls_codec v0.4.1 |
| 1109 | 2025-04-30T20:12:14.797Z | Downloaded time-macros v0.2.18 |
| 1110 | 2025-04-30T20:12:14.797Z | Downloaded thiserror-no-std v2.0.2 |
| 1111 | 2025-04-30T20:12:14.800Z | Downloaded thread_local v1.1.8 |
| 1112 | 2025-04-30T20:12:14.800Z | Downloaded jiff-static v0.2.10 |
| 1113 | 2025-04-30T20:12:14.803Z | Downloaded rayon-core v1.12.1 |
| 1114 | 2025-04-30T20:12:14.806Z | Downloaded slog-scope v4.4.0 |
| 1115 | 2025-04-30T20:12:14.809Z | Downloaded slog-json v2.6.1 |
| 1116 | 2025-04-30T20:12:14.809Z | Downloaded crossbeam-channel v0.5.15 |
| 1117 | 2025-04-30T20:12:14.813Z | Downloaded rand_chacha v0.9.0 |
| 1118 | 2025-04-30T20:12:14.817Z | Downloaded serde_path_to_error v0.1.16 |
| 1119 | 2025-04-30T20:12:14.817Z | Downloaded primeorder v0.13.6 |
| 1120 | 2025-04-30T20:12:14.820Z | Downloaded toml v0.7.8 |
| 1121 | 2025-04-30T20:12:14.823Z | Downloaded progenitor-macro v0.8.0 |
| 1122 | 2025-04-30T20:12:14.823Z | Downloaded paste v1.0.15 |
| 1123 | 2025-04-30T20:12:14.826Z | Downloaded futures-io v0.3.31 |
| 1124 | 2025-04-30T20:12:14.827Z | Downloaded parking_lot_core v0.8.6 |
| 1125 | 2025-04-30T20:12:14.830Z | Downloaded ssh-encoding v0.2.0 |
| 1126 | 2025-04-30T20:12:14.830Z | Downloaded csv-core v0.1.11 |
| 1127 | 2025-04-30T20:12:14.830Z | Downloaded slog v2.7.0 |
| 1128 | 2025-04-30T20:12:14.833Z | Downloaded const_format v0.2.34 |
| 1129 | 2025-04-30T20:12:14.838Z | Downloaded hickory-resolver v0.24.4 |
| 1130 | 2025-04-30T20:12:14.842Z | Downloaded compact_str v0.8.0 |
| 1131 | 2025-04-30T20:12:14.846Z | Downloaded fd-lock v4.0.2 |
| 1132 | 2025-04-30T20:12:14.849Z | Downloaded embedded-io v0.6.1 |
| 1133 | 2025-04-30T20:12:14.852Z | Downloaded vsss-rs v3.3.4 |
| 1134 | 2025-04-30T20:12:14.852Z | Downloaded backtrace v0.3.74 |
| 1135 | 2025-04-30T20:12:14.856Z | Downloaded allocator-api2 v0.2.18 |
| 1136 | 2025-04-30T20:12:14.860Z | Downloaded difflib v0.4.0 |
| 1137 | 2025-04-30T20:12:14.863Z | Downloaded float-cmp v0.10.0 |
| 1138 | 2025-04-30T20:12:14.863Z | Downloaded embedded-io v0.4.0 |
| 1139 | 2025-04-30T20:12:14.864Z | Downloaded display-error-chain v0.2.2 |
| 1140 | 2025-04-30T20:12:14.867Z | Downloaded dirs-sys-next v0.1.2 |
| 1141 | 2025-04-30T20:12:14.867Z | Downloaded dirs-next v2.0.0 |
| 1142 | 2025-04-30T20:12:14.867Z | Downloaded twox-hash v2.1.0 |
| 1143 | 2025-04-30T20:12:14.870Z | Downloaded tokio-stream v0.1.17 |
| 1144 | 2025-04-30T20:12:14.873Z | Downloaded russh-keys v0.45.0 |
| 1145 | 2025-04-30T20:12:14.877Z | Downloaded indicatif v0.17.11 |
| 1146 | 2025-04-30T20:12:14.880Z | Downloaded chacha20poly1305 v0.10.1 |
| 1147 | 2025-04-30T20:12:14.880Z | Downloaded blake2 v0.10.6 |
| 1148 | 2025-04-30T20:12:14.883Z | Downloaded base64 v0.13.1 |
| 1149 | 2025-04-30T20:12:14.886Z | Downloaded arc-swap v1.7.1 |
| 1150 | 2025-04-30T20:12:14.889Z | Downloaded typify-macro v0.2.0 |
| 1151 | 2025-04-30T20:12:14.892Z | Downloaded rustc-demangle v0.1.24 |
| 1152 | 2025-04-30T20:12:14.892Z | Downloaded tabwriter v1.4.0 |
| 1153 | 2025-04-30T20:12:14.895Z | Downloaded tabled_derive v0.10.0 |
| 1154 | 2025-04-30T20:12:14.895Z | Downloaded synstructure v0.13.1 |
| 1155 | 2025-04-30T20:12:14.895Z | Downloaded structmeta-derive v0.3.0 |
| 1156 | 2025-04-30T20:12:14.898Z | Downloaded sqlformat v0.2.6 |
| 1157 | 2025-04-30T20:12:14.898Z | Downloaded spki v0.7.3 |
| 1158 | 2025-04-30T20:12:14.901Z | Downloaded rand_core v0.9.2 |
| 1159 | 2025-04-30T20:12:14.901Z | Downloaded litrs v0.4.1 |
| 1160 | 2025-04-30T20:12:14.905Z | Downloaded sct v0.7.1 |
| 1161 | 2025-04-30T20:12:14.908Z | Downloaded scopeguard v1.2.0 |
| 1162 | 2025-04-30T20:12:14.908Z | Downloaded rusty-fork v0.3.0 |
| 1163 | 2025-04-30T20:12:14.915Z | Downloaded crossbeam-epoch v0.9.18 |
| 1164 | 2025-04-30T20:12:14.915Z | Downloaded const-oid v0.9.6 |
| 1165 | 2025-04-30T20:12:14.915Z | Downloaded clang-sys v1.8.1 |
| 1166 | 2025-04-30T20:12:14.920Z | Downloaded colored v2.2.0 |
| 1167 | 2025-04-30T20:12:14.920Z | Downloaded hmac v0.12.1 |
| 1168 | 2025-04-30T20:12:14.923Z | Downloaded icu_locid v1.5.0 |
| 1169 | 2025-04-30T20:12:14.926Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1170 | 2025-04-30T20:12:14.928Z | Downloaded untrusted v0.7.1 |
| 1171 | 2025-04-30T20:12:14.928Z | Downloaded universal-hash v0.5.1 |
| 1172 | 2025-04-30T20:12:14.928Z | Downloaded progenitor v0.9.1 |
| 1173 | 2025-04-30T20:12:14.931Z | Downloaded ahash v0.8.11 |
| 1174 | 2025-04-30T20:12:14.934Z | Downloaded console v0.15.10 |
| 1175 | 2025-04-30T20:12:14.937Z | Downloaded addr2line v0.24.2 |
| 1176 | 2025-04-30T20:12:14.939Z | Downloaded ipnet v2.11.0 |
| 1177 | 2025-04-30T20:12:14.939Z | Downloaded linear-map v1.2.0 |
| 1178 | 2025-04-30T20:12:14.942Z | Downloaded libsw-core v0.3.1 |
| 1179 | 2025-04-30T20:12:14.942Z | Downloaded httparse v1.9.5 |
| 1180 | 2025-04-30T20:12:14.945Z | Downloaded chrono-tz-build v0.4.0 |
| 1181 | 2025-04-30T20:12:14.945Z | Downloaded cancel-safe-futures v0.1.5 |
| 1182 | 2025-04-30T20:12:14.948Z | Downloaded bzip2 v0.4.4 |
| 1183 | 2025-04-30T20:12:14.951Z | Downloaded const_format_proc_macros v0.2.34 |
| 1184 | 2025-04-30T20:12:14.954Z | Downloaded bit-vec v0.8.0 |
| 1185 | 2025-04-30T20:12:14.954Z | Downloaded async-trait v0.1.88 |
| 1186 | 2025-04-30T20:12:14.956Z | Downloaded async-bb8-diesel v0.2.1 |
| 1187 | 2025-04-30T20:12:14.959Z | Downloaded argon2 v0.5.3 |
| 1188 | 2025-04-30T20:12:14.962Z | Downloaded array-init v0.0.4 |
| 1189 | 2025-04-30T20:12:14.962Z | Downloaded kstat-rs v0.2.4 |
| 1190 | 2025-04-30T20:12:14.962Z | Downloaded managed v0.8.0 |
| 1191 | 2025-04-30T20:12:14.965Z | Downloaded keccak v0.1.5 |
| 1192 | 2025-04-30T20:12:14.965Z | Downloaded is-terminal v0.4.13 |
| 1193 | 2025-04-30T20:12:14.965Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1194 | 2025-04-30T20:12:14.968Z | Downloaded md-5 v0.10.6 |
| 1195 | 2025-04-30T20:12:14.971Z | Downloaded maybe-uninit v2.0.0 |
| 1196 | 2025-04-30T20:12:14.971Z | Downloaded lru-cache v0.1.2 |
| 1197 | 2025-04-30T20:12:14.974Z | Downloaded linked-hash-map v0.5.6 |
| 1198 | 2025-04-30T20:12:14.974Z | Downloaded libscf-sys v1.1.0 |
| 1199 | 2025-04-30T20:12:14.974Z | Downloaded inout v0.1.3 |
| 1200 | 2025-04-30T20:12:14.977Z | Downloaded bit-set v0.5.3 |
| 1201 | 2025-04-30T20:12:14.977Z | Downloaded backoff v0.4.0 |
| 1202 | 2025-04-30T20:12:14.980Z | Downloaded indent_write v2.2.0 |
| 1203 | 2025-04-30T20:12:14.980Z | Downloaded ipnetwork v0.21.1 |
| 1204 | 2025-04-30T20:12:14.983Z | Downloaded indoc v1.0.9 |
| 1205 | 2025-04-30T20:12:14.983Z | Downloaded cmake v0.1.51 |
| 1206 | 2025-04-30T20:12:14.987Z | Downloaded cexpr v0.6.0 |
| 1207 | 2025-04-30T20:12:14.987Z | Downloaded convert_case v0.4.0 |
| 1208 | 2025-04-30T20:12:14.990Z | Downloaded cassowary v0.3.0 |
| 1209 | 2025-04-30T20:12:14.990Z | Downloaded base64ct v1.6.0 |
| 1210 | 2025-04-30T20:12:14.992Z | Downloaded arrayvec v0.7.6 |
| 1211 | 2025-04-30T20:12:14.996Z | Downloaded httpdate v1.0.3 |
| 1212 | 2025-04-30T20:12:14.996Z | Downloaded home v0.5.9 |
| 1213 | 2025-04-30T20:12:14.996Z | Downloaded http-body-util v0.1.3 |
| 1214 | 2025-04-30T20:12:14.999Z | Downloaded cipher v0.4.4 |
| 1215 | 2025-04-30T20:12:14.999Z | Downloaded castaway v0.2.3 |
| 1216 | 2025-04-30T20:12:15.002Z | Downloaded hex-literal v0.4.1 |
| 1217 | 2025-04-30T20:12:15.002Z | Downloaded constant_time_eq v0.3.1 |
| 1218 | 2025-04-30T20:12:15.002Z | Downloaded buf-list v1.0.3 |
| 1219 | 2025-04-30T20:12:15.005Z | Downloaded arrayref v0.3.9 |
| 1220 | 2025-04-30T20:12:15.006Z | Downloaded chacha20 v0.9.1 |
| 1221 | 2025-04-30T20:12:15.008Z | Downloaded cbc v0.1.2 |
| 1222 | 2025-04-30T20:12:15.008Z | Downloaded blowfish v0.9.1 |
| 1223 | 2025-04-30T20:12:15.008Z | Downloaded ascii-canvas v3.0.0 |
| 1224 | 2025-04-30T20:12:15.011Z | Downloaded assert_matches v1.5.0 |
| 1225 | 2025-04-30T20:12:15.011Z | Downloaded atomic-waker v1.1.2 |
| 1226 | 2025-04-30T20:12:15.014Z | Downloaded bit-set v0.8.0 |
| 1227 | 2025-04-30T20:12:15.014Z | Downloaded async-recursion v1.1.1 |
| 1228 | 2025-04-30T20:12:15.017Z | Downloaded aead v0.5.2 |
| 1229 | 2025-04-30T20:12:15.020Z | Downloaded adler2 v2.0.0 |
| 1230 | 2025-04-30T20:12:15.287Z | Downloaded aws-lc-sys v0.26.0 |
| 1231 | 2025-04-30T20:12:15.613Z | Compiling serde v1.0.219 |
| 1232 | 2025-04-30T20:12:15.617Z | Compiling value-bag v1.9.0 |
| 1233 | 2025-04-30T20:12:15.617Z | Compiling shlex v1.3.0 |
| 1234 | 2025-04-30T20:12:15.617Z | Compiling lock_api v0.4.12 |
| 1235 | 2025-04-30T20:12:15.770Z | Compiling scopeguard v1.2.0 |
| 1236 | 2025-04-30T20:12:15.773Z | Compiling typenum v1.17.0 |
| 1237 | 2025-04-30T20:12:15.833Z | Compiling syn v2.0.98 |
| 1238 | 2025-04-30T20:12:15.850Z | Compiling getrandom v0.2.15 |
| 1239 | 2025-04-30T20:12:15.949Z | Compiling jobserver v0.1.32 |
| 1240 | 2025-04-30T20:12:16.159Z | Compiling log v0.4.22 |
| 1241 | 2025-04-30T20:12:16.298Z | Compiling rand_core v0.6.4 |
| 1242 | 2025-04-30T20:12:16.301Z | Compiling generic-array v0.14.7 |
| 1243 | 2025-04-30T20:12:16.329Z | Compiling cc v1.2.15 |
| 1244 | 2025-04-30T20:12:16.683Z | Compiling smallvec v1.14.0 |
| 1245 | 2025-04-30T20:12:16.703Z | Compiling subtle v2.6.1 |
| 1246 | 2025-04-30T20:12:16.741Z | Compiling const-oid v0.9.6 |
| 1247 | 2025-04-30T20:12:16.783Z | Compiling stable_deref_trait v1.2.0 |
| 1248 | 2025-04-30T20:12:16.885Z | Compiling pkg-config v0.3.31 |
| 1249 | 2025-04-30T20:12:16.899Z | Compiling pin-project-lite v0.2.14 |
| 1250 | 2025-04-30T20:12:17.028Z | Compiling rustix v0.38.37 |
| 1251 | 2025-04-30T20:12:17.048Z | Compiling parking_lot_core v0.9.10 |
| 1252 | 2025-04-30T20:12:17.066Z | Compiling signal-hook-registry v1.4.2 |
| 1253 | 2025-04-30T20:12:17.704Z | Compiling mio v1.0.2 |
| 1254 | 2025-04-30T20:12:17.878Z | Compiling parking_lot v0.12.3 |
| 1255 | 2025-04-30T20:12:18.037Z | Compiling spin v0.9.8 |
| 1256 | 2025-04-30T20:12:18.059Z | Compiling futures-core v0.3.31 |
| 1257 | 2025-04-30T20:12:18.153Z | Compiling aho-corasick v1.1.3 |
| 1258 | 2025-04-30T20:12:18.313Z | Compiling libm v0.2.8 |
| 1259 | 2025-04-30T20:12:18.421Z | Compiling serde_json v1.0.140 |
| 1260 | 2025-04-30T20:12:18.679Z | Compiling litemap v0.7.3 |
| 1261 | 2025-04-30T20:12:18.703Z | Compiling writeable v0.5.5 |
| 1262 | 2025-04-30T20:12:18.706Z | Compiling cpufeatures v0.2.14 |
| 1263 | 2025-04-30T20:12:18.737Z | Compiling either v1.14.0 |
| 1264 | 2025-04-30T20:12:18.861Z | Compiling regex-syntax v0.8.5 |
| 1265 | 2025-04-30T20:12:18.998Z | Compiling socket2 v0.5.9 |
| 1266 | 2025-04-30T20:12:19.190Z | Compiling num-traits v0.2.19 |
| 1267 | 2025-04-30T20:12:19.270Z | Compiling slab v0.4.9 |
| 1268 | 2025-04-30T20:12:19.273Z | Compiling glob v0.3.2 |
| 1269 | 2025-04-30T20:12:19.799Z | Compiling getrandom v0.3.1 |
| 1270 | 2025-04-30T20:12:19.942Z | Compiling icu_locid_transform_data v1.5.0 |
| 1271 | 2025-04-30T20:12:20.067Z | Compiling futures-sink v0.3.31 |
| 1272 | 2025-04-30T20:12:20.114Z | Compiling clang-sys v1.8.1 |
| 1273 | 2025-04-30T20:12:20.196Z | Compiling prettyplease v0.2.30 |
| 1274 | 2025-04-30T20:12:20.546Z | Compiling lazy_static v1.5.0 |
| 1275 | 2025-04-30T20:12:20.584Z | Compiling minimal-lexical v0.2.1 |
| 1276 | 2025-04-30T20:12:20.609Z | Compiling allocator-api2 v0.2.18 |
| 1277 | 2025-04-30T20:12:20.679Z | Compiling foldhash v0.1.3 |
| 1278 | 2025-04-30T20:12:20.986Z | Compiling icu_properties_data v1.5.0 |
| 1279 | 2025-04-30T20:12:21.060Z | Compiling nom v7.1.3 |
| 1280 | 2025-04-30T20:12:21.253Z | Compiling libloading v0.8.5 |
| 1281 | 2025-04-30T20:12:21.395Z | Compiling hashbrown v0.15.1 |
| 1282 | 2025-04-30T20:12:21.544Z | Compiling percent-encoding v2.3.1 |
| 1283 | 2025-04-30T20:12:21.635Z | Compiling icu_normalizer_data v1.5.0 |
| 1284 | 2025-04-30T20:12:21.756Z | Compiling base64ct v1.6.0 |
| 1285 | 2025-04-30T20:12:21.872Z | Compiling home v0.5.9 |
| 1286 | 2025-04-30T20:12:22.093Z | Compiling utf8_iter v1.0.4 |
| 1287 | 2025-04-30T20:12:22.341Z | Compiling utf16_iter v1.0.5 |
| 1288 | 2025-04-30T20:12:22.361Z | Compiling write16 v1.0.0 |
| 1289 | 2025-04-30T20:12:22.507Z | Compiling bindgen v0.69.5 |
| 1290 | 2025-04-30T20:12:22.549Z | Compiling regex-automata v0.4.8 |
| 1291 | 2025-04-30T20:12:22.580Z | Compiling pem-rfc7468 v0.7.0 |
| 1292 | 2025-04-30T20:12:22.808Z | Compiling itertools v0.12.1 |
| 1293 | 2025-04-30T20:12:23.196Z | Compiling rustc-hash v1.1.0 |
| 1294 | 2025-04-30T20:12:23.353Z | Compiling synstructure v0.13.1 |
| 1295 | 2025-04-30T20:12:24.527Z | Compiling cexpr v0.6.0 |
| 1296 | 2025-04-30T20:12:24.751Z | Compiling lazycell v1.3.0 |
| 1297 | 2025-04-30T20:12:24.895Z | Compiling flagset v0.4.6 |
| 1298 | 2025-04-30T20:12:24.936Z | Compiling futures-channel v0.3.31 |
| 1299 | 2025-04-30T20:12:25.123Z | Compiling cmake v0.1.51 |
| 1300 | 2025-04-30T20:12:25.356Z | Compiling pin-utils v0.1.0 |
| 1301 | 2025-04-30T20:12:25.467Z | Compiling futures-task v0.3.31 |
| 1302 | 2025-04-30T20:12:25.674Z | Compiling fs_extra v1.3.0 |
| 1303 | 2025-04-30T20:12:25.763Z | Compiling futures-io v0.3.31 |
| 1304 | 2025-04-30T20:12:25.963Z | Compiling dunce v1.0.5 |
| 1305 | 2025-04-30T20:12:26.030Z | Compiling form_urlencoded v1.2.1 |
| 1306 | 2025-04-30T20:12:26.103Z | Compiling paste v1.0.15 |
| 1307 | 2025-04-30T20:12:26.124Z | Compiling vcpkg v0.2.15 |
| 1308 | 2025-04-30T20:12:26.215Z | Compiling crossbeam-utils v0.8.21 |
| 1309 | 2025-04-30T20:12:26.328Z | Compiling ring v0.17.11 |
| 1310 | 2025-04-30T20:12:26.348Z | Compiling tracing-core v0.1.32 |
| 1311 | 2025-04-30T20:12:26.775Z | Compiling zerocopy v0.8.10 |
| 1312 | 2025-04-30T20:12:27.398Z | Compiling regex v1.11.1 |
| 1313 | 2025-04-30T20:12:27.508Z | Compiling iana-time-zone v0.1.63 |
| 1314 | 2025-04-30T20:12:27.570Z | Compiling aws-lc-rs v1.12.4 |
| 1315 | 2025-04-30T20:12:27.813Z | Compiling openssl-sys v0.9.107 |
| 1316 | 2025-04-30T20:12:28.014Z | Compiling httparse v1.9.5 |
| 1317 | 2025-04-30T20:12:28.303Z | Compiling serde_derive v1.0.219 |
| 1318 | 2025-04-30T20:12:28.330Z | Compiling zeroize_derive v1.4.2 |
| 1319 | 2025-04-30T20:12:28.692Z | Compiling zerofrom-derive v0.1.4 |
| 1320 | 2025-04-30T20:12:28.871Z | Compiling yoke-derive v0.7.4 |
| 1321 | 2025-04-30T20:12:29.025Z | Compiling zerovec-derive v0.10.3 |
| 1322 | 2025-04-30T20:12:29.697Z | Compiling zeroize v1.8.1 |
| 1323 | 2025-04-30T20:12:31.160Z | Compiling displaydoc v0.2.5 |
| 1324 | 2025-04-30T20:12:31.360Z | Compiling crypto-common v0.1.6 |
| 1325 | 2025-04-30T20:12:31.380Z | Compiling block-buffer v0.10.4 |
| 1326 | 2025-04-30T20:12:31.398Z | Compiling zerocopy-derive v0.7.35 |
| 1327 | 2025-04-30T20:12:31.579Z | Compiling icu_provider_macros v1.5.0 |
| 1328 | 2025-04-30T20:12:31.654Z | Compiling digest v0.10.7 |
| 1329 | 2025-04-30T20:12:32.048Z | Compiling zerofrom v0.1.4 |
| 1330 | 2025-04-30T20:12:32.127Z | Compiling hmac v0.12.1 |
| 1331 | 2025-04-30T20:12:32.268Z | Compiling yoke v0.7.4 |
| 1332 | 2025-04-30T20:12:32.369Z | Compiling tokio-macros v2.5.0 |
| 1333 | 2025-04-30T20:12:32.578Z | Compiling block-padding v0.3.3 |
| 1334 | 2025-04-30T20:12:32.601Z | Compiling zerovec v0.10.4 |
| 1335 | 2025-04-30T20:12:32.621Z | Compiling sha2 v0.10.8 |
| 1336 | 2025-04-30T20:12:32.819Z | Compiling inout v0.1.3 |
| 1337 | 2025-04-30T20:12:32.892Z | Compiling thiserror-impl v1.0.69 |
| 1338 | 2025-04-30T20:12:33.075Z | Compiling cipher v0.4.4 |
| 1339 | 2025-04-30T20:12:33.264Z | Compiling zerocopy v0.7.35 |
| 1340 | 2025-04-30T20:12:33.561Z | Compiling der_derive v0.7.3 |
| 1341 | 2025-04-30T20:12:33.842Z | Compiling futures-macro v0.3.31 |
| 1342 | 2025-04-30T20:12:34.039Z | Compiling salsa20 v0.10.2 |
| 1343 | 2025-04-30T20:12:34.299Z | Compiling tinystr v0.7.6 |
| 1344 | 2025-04-30T20:12:34.488Z | Compiling icu_collections v1.5.0 |
| 1345 | 2025-04-30T20:12:34.585Z | Compiling ppv-lite86 v0.2.20 |
| 1346 | 2025-04-30T20:12:34.703Z | Compiling icu_locid v1.5.0 |
| 1347 | 2025-04-30T20:12:35.312Z | Compiling pbkdf2 v0.12.2 |
| 1348 | 2025-04-30T20:12:35.486Z | Compiling scrypt v0.11.0 |
| 1349 | 2025-04-30T20:12:35.689Z | Compiling cbc v0.1.2 |
| 1350 | 2025-04-30T20:12:35.709Z | Compiling futures-util v0.3.31 |
| 1351 | 2025-04-30T20:12:35.827Z | Compiling icu_provider v1.5.0 |
| 1352 | 2025-04-30T20:12:35.918Z | Compiling der v0.7.9 |
| 1353 | 2025-04-30T20:12:35.921Z | Compiling thiserror v1.0.69 |
| 1354 | 2025-04-30T20:12:35.962Z | Compiling aes v0.8.4 |
| 1355 | 2025-04-30T20:12:36.087Z | Compiling pest v2.7.14 |
| 1356 | 2025-04-30T20:12:36.295Z | Compiling tracing-attributes v0.1.27 |
| 1357 | 2025-04-30T20:12:36.634Z | Compiling icu_locid_transform v1.5.0 |
| 1358 | 2025-04-30T20:12:36.736Z | Compiling scroll_derive v0.12.0 |
| 1359 | 2025-04-30T20:12:38.103Z | Compiling icu_properties v1.5.1 |
| 1360 | 2025-04-30T20:12:38.661Z | Compiling spki v0.7.3 |
| 1361 | 2025-04-30T20:12:38.707Z | Compiling pest_meta v2.7.14 |
| 1362 | 2025-04-30T20:12:39.007Z | Compiling pkcs5 v0.7.1 |
| 1363 | 2025-04-30T20:12:39.080Z | Compiling zerocopy-derive v0.8.10 |
| 1364 | 2025-04-30T20:12:39.108Z | Compiling tinyvec_macros v0.1.1 |
| 1365 | 2025-04-30T20:12:39.208Z | Compiling rustls-pki-types v1.10.0 |
| 1366 | 2025-04-30T20:12:39.522Z | Compiling tracing v0.1.40 |
| 1367 | 2025-04-30T20:12:40.042Z | Compiling pkcs8 v0.10.2 |
| 1368 | 2025-04-30T20:12:40.106Z | Compiling pest_generator v2.7.14 |
| 1369 | 2025-04-30T20:12:40.177Z | Compiling tinyvec v1.8.0 |
| 1370 | 2025-04-30T20:12:40.680Z | Compiling bitflags v2.9.0 |
| 1371 | 2025-04-30T20:12:40.843Z | Compiling bytes v1.10.1 |
| 1372 | 2025-04-30T20:12:41.600Z | Compiling semver v1.0.25 |
| 1373 | 2025-04-30T20:12:41.706Z | Compiling icu_normalizer v1.5.0 |
| 1374 | 2025-04-30T20:12:41.885Z | Compiling tokio v1.43.1 |
| 1375 | 2025-04-30T20:12:42.207Z | Compiling indexmap v2.7.1 |
| 1376 | 2025-04-30T20:12:42.278Z | Compiling rustc_version v0.4.1 |
| 1377 | 2025-04-30T20:12:42.668Z | Compiling idna_adapter v1.2.0 |
| 1378 | 2025-04-30T20:12:42.913Z | Compiling idna v1.0.3 |
| 1379 | 2025-04-30T20:12:42.937Z | Compiling http v1.2.0 |
| 1380 | 2025-04-30T20:12:43.046Z | Compiling uuid v1.16.0 |
| 1381 | 2025-04-30T20:12:43.457Z | Compiling chrono v0.4.40 |
| 1382 | 2025-04-30T20:12:43.530Z | Compiling url v2.5.3 |
| 1383 | 2025-04-30T20:12:44.490Z | Compiling http-body v1.0.1 |
| 1384 | 2025-04-30T20:12:44.653Z | Compiling scroll v0.12.0 |
| 1385 | 2025-04-30T20:12:44.742Z | Compiling which v4.4.2 |
| 1386 | 2025-04-30T20:12:45.264Z | Compiling serde_derive_internals v0.29.1 |
| 1387 | 2025-04-30T20:12:45.267Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1388 | 2025-04-30T20:12:45.301Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1389 | 2025-04-30T20:12:45.799Z | Compiling foreign-types-shared v0.1.1 |
| 1390 | 2025-04-30T20:12:45.820Z | Compiling untrusted v0.7.1 |
| 1391 | 2025-04-30T20:12:45.927Z | Compiling atomic-waker v1.1.2 |
| 1392 | 2025-04-30T20:12:46.027Z | Compiling untrusted v0.9.0 |
| 1393 | 2025-04-30T20:12:46.074Z | Compiling adler2 v2.0.0 |
| 1394 | 2025-04-30T20:12:46.140Z | Compiling time-core v0.1.2 |
| 1395 | 2025-04-30T20:12:46.224Z | Compiling num-conv v0.1.0 |
| 1396 | 2025-04-30T20:12:46.293Z | Compiling try-lock v0.2.5 |
| 1397 | 2025-04-30T20:12:46.341Z | Compiling openssl v0.10.72 |
| 1398 | 2025-04-30T20:12:46.466Z | Compiling schemars v0.8.22 |
| 1399 | 2025-04-30T20:12:46.533Z | Compiling rustversion v1.0.17 |
| 1400 | 2025-04-30T20:12:46.668Z | Compiling powerfmt v0.2.0 |
| 1401 | 2025-04-30T20:12:46.828Z | Compiling time-macros v0.2.18 |
| 1402 | 2025-04-30T20:12:46.881Z | Compiling want v0.3.1 |
| 1403 | 2025-04-30T20:12:47.039Z | Compiling rand_core v0.9.2 |
| 1404 | 2025-04-30T20:12:47.171Z | Compiling deranged v0.3.11 |
| 1405 | 2025-04-30T20:12:47.199Z | Compiling miniz_oxide v0.8.5 |
| 1406 | 2025-04-30T20:12:47.515Z | Compiling schemars_derive v0.8.22 |
| 1407 | 2025-04-30T20:12:48.582Z | Compiling goblin v0.8.2 |
| 1408 | 2025-04-30T20:12:48.628Z | Compiling foreign-types v0.3.2 |
| 1409 | 2025-04-30T20:12:50.220Z | Compiling tokio-util v0.7.13 |
| 1410 | 2025-04-30T20:12:50.279Z | Compiling pest_derive v2.7.14 |
| 1411 | 2025-04-30T20:12:51.071Z | Compiling openssl-macros v0.1.1 |
| 1412 | 2025-04-30T20:12:51.544Z | Compiling h2 v0.4.6 |
| 1413 | 2025-04-30T20:12:51.645Z | Compiling httpdate v1.0.3 |
| 1414 | 2025-04-30T20:12:51.666Z | Compiling dyn-clone v1.0.19 |
| 1415 | 2025-04-30T20:12:51.846Z | Compiling rustls v0.23.19 |
| 1416 | 2025-04-30T20:12:51.901Z | Compiling num_threads v0.1.7 |
| 1417 | 2025-04-30T20:12:52.048Z | Compiling native-tls v0.2.12 |
| 1418 | 2025-04-30T20:12:52.104Z | Compiling syn v1.0.109 |
| 1419 | 2025-04-30T20:12:52.172Z | Compiling tower-service v0.3.3 |
| 1420 | 2025-04-30T20:12:52.322Z | Compiling time v0.3.36 |
| 1421 | 2025-04-30T20:12:54.948Z | Compiling dof v0.3.0 |
| 1422 | 2025-04-30T20:12:55.847Z | Compiling dtrace-parser v0.2.0 |
| 1423 | 2025-04-30T20:12:56.866Z | Compiling rand_chacha v0.9.0 |
| 1424 | 2025-04-30T20:12:57.578Z | Compiling heapless v0.7.17 |
| 1425 | 2025-04-30T20:12:57.705Z | Compiling unicode-normalization v0.1.24 |
| 1426 | 2025-04-30T20:12:58.056Z | Compiling rand_chacha v0.3.1 |
| 1427 | 2025-04-30T20:12:58.076Z | Compiling signature v2.2.0 |
| 1428 | 2025-04-30T20:12:58.389Z | Compiling crossbeam-epoch v0.9.18 |
| 1429 | 2025-04-30T20:12:58.769Z | Compiling hyper v1.6.0 |
| 1430 | 2025-04-30T20:12:58.980Z | Compiling crc32fast v1.4.2 |
| 1431 | 2025-04-30T20:12:59.144Z | Compiling cookie v0.18.1 |
| 1432 | 2025-04-30T20:12:59.319Z | Compiling unicode-bidi v0.3.17 |
| 1433 | 2025-04-30T20:12:59.464Z | Compiling openssl-probe v0.1.5 |
| 1434 | 2025-04-30T20:12:59.795Z | Compiling zstd-safe v7.2.3 |
| 1435 | 2025-04-30T20:13:00.155Z | Compiling siphasher v0.3.11 |
| 1436 | 2025-04-30T20:13:00.362Z | Compiling rayon-core v1.12.1 |
| 1437 | 2025-04-30T20:13:00.384Z | Compiling slog v2.7.0 |
| 1438 | 2025-04-30T20:13:00.516Z | Compiling base64 v0.22.1 |
| 1439 | 2025-04-30T20:13:00.519Z | Compiling signal-hook v0.3.17 |
| 1440 | 2025-04-30T20:13:00.661Z | Compiling unicode-properties v0.1.3 |
| 1441 | 2025-04-30T20:13:00.922Z | Compiling phf_shared v0.11.2 |
| 1442 | 2025-04-30T20:13:01.064Z | Compiling stringprep v0.1.5 |
| 1443 | 2025-04-30T20:13:01.145Z | Compiling hyper-util v0.1.11 |
| 1444 | 2025-04-30T20:13:01.249Z | Compiling usdt-impl v0.5.0 |
| 1445 | 2025-04-30T20:13:01.270Z | Compiling crossbeam-deque v0.8.5 |
| 1446 | 2025-04-30T20:13:01.304Z | Compiling rand v0.8.5 |
| 1447 | 2025-04-30T20:13:01.617Z | Compiling rand v0.9.0 |
| 1448 | 2025-04-30T20:13:02.074Z | Compiling curve25519-dalek v4.1.3 |
| 1449 | 2025-04-30T20:13:02.279Z | Compiling toml_datetime v0.6.8 |
| 1450 | 2025-04-30T20:13:02.550Z | Compiling serde_spanned v0.6.8 |
| 1451 | 2025-04-30T20:13:02.754Z | Compiling serde_tokenstream v0.2.2 |
| 1452 | 2025-04-30T20:13:02.801Z | Compiling md-5 v0.10.6 |
| 1453 | 2025-04-30T20:13:02.822Z | Compiling num-integer v0.1.46 |
| 1454 | 2025-04-30T20:13:03.100Z | Compiling ff v0.13.0 |
| 1455 | 2025-04-30T20:13:03.345Z | Compiling hash32 v0.2.1 |
| 1456 | 2025-04-30T20:13:03.365Z | Compiling memoffset v0.9.1 |
| 1457 | 2025-04-30T20:13:03.371Z | Compiling cfg_aliases v0.2.1 |
| 1458 | 2025-04-30T20:13:03.405Z | Compiling portable-atomic v1.11.0 |
| 1459 | 2025-04-30T20:13:03.488Z | Compiling fallible-iterator v0.2.0 |
| 1460 | 2025-04-30T20:13:03.609Z | Compiling smoltcp v0.9.1 |
| 1461 | 2025-04-30T20:13:03.714Z | Compiling litrs v0.4.1 |
| 1462 | 2025-04-30T20:13:03.733Z | Compiling newtype-uuid v1.2.1 |
| 1463 | 2025-04-30T20:13:04.068Z | Compiling num-bigint-dig v0.8.4 |
| 1464 | 2025-04-30T20:13:04.090Z | Compiling psl-types v2.0.11 |
| 1465 | 2025-04-30T20:13:04.203Z | Compiling base16ct v0.2.0 |
| 1466 | 2025-04-30T20:13:04.272Z | Compiling gimli v0.31.1 |
| 1467 | 2025-04-30T20:13:04.297Z | Compiling publicsuffix v2.3.0 |
| 1468 | 2025-04-30T20:13:04.451Z | Compiling sec1 v0.7.3 |
| 1469 | 2025-04-30T20:13:04.504Z | Compiling postgres-protocol v0.6.8 |
| 1470 | 2025-04-30T20:13:04.707Z | Compiling nix v0.29.0 |
| 1471 | 2025-04-30T20:13:04.854Z | Compiling document-features v0.2.10 |
| 1472 | 2025-04-30T20:13:04.986Z | Compiling num-iter v0.1.45 |
| 1473 | 2025-04-30T20:13:05.186Z | Compiling group v0.13.0 |
| 1474 | 2025-04-30T20:13:05.635Z | Compiling tokio-native-tls v0.3.1 |
| 1475 | 2025-04-30T20:13:06.024Z | Compiling flate2 v1.1.1 |
| 1476 | 2025-04-30T20:13:06.653Z | Compiling ipnetwork v0.21.1 |
| 1477 | 2025-04-30T20:13:06.680Z | Compiling terminal_size v0.4.0 |
| 1478 | 2025-04-30T20:13:06.815Z | Compiling http-body-util v0.1.3 |
| 1479 | 2025-04-30T20:13:06.884Z | Compiling webpki-roots v0.26.6 |
| 1480 | 2025-04-30T20:13:06.922Z | Compiling hkdf v0.12.4 |
| 1481 | 2025-04-30T20:13:07.019Z | Compiling crypto-bigint v0.5.5 |
| 1482 | 2025-04-30T20:13:07.092Z | Compiling zerocopy-derive v0.6.6 |
| 1483 | 2025-04-30T20:13:07.193Z | Compiling async-trait v0.1.88 |
| 1484 | 2025-04-30T20:13:07.284Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1485 | 2025-04-30T20:13:07.515Z | Compiling sync_wrapper v1.0.1 |
| 1486 | 2025-04-30T20:13:07.690Z | Compiling fs-err v3.1.0 |
| 1487 | 2025-04-30T20:13:08.032Z | Compiling ahash v0.8.11 |
| 1488 | 2025-04-30T20:13:08.406Z | Compiling addr2line v0.24.2 |
| 1489 | 2025-04-30T20:13:08.634Z | Compiling object v0.36.5 |
| 1490 | 2025-04-30T20:13:08.990Z | Compiling bumpalo v3.16.0 |
| 1491 | 2025-04-30T20:13:09.011Z | Compiling winnow v0.5.40 |
| 1492 | 2025-04-30T20:13:09.142Z | Compiling ipnet v2.11.0 |
| 1493 | 2025-04-30T20:13:09.496Z | Compiling tower-layer v0.3.3 |
| 1494 | 2025-04-30T20:13:09.663Z | Compiling rustc-demangle v0.1.24 |
| 1495 | 2025-04-30T20:13:09.782Z | Compiling managed v0.8.0 |
| 1496 | 2025-04-30T20:13:10.234Z | Compiling unicode-width v0.2.0 |
| 1497 | 2025-04-30T20:13:10.239Z | Compiling buf-list v1.0.3 |
| 1498 | 2025-04-30T20:13:10.553Z | Compiling simd-adler32 v0.3.7 |
| 1499 | 2025-04-30T20:13:10.788Z | Compiling lockfree-object-pool v0.1.6 |
| 1500 | 2025-04-30T20:13:10.842Z | Compiling zip v2.6.1 |
| 1501 | 2025-04-30T20:13:11.053Z | Compiling anyhow v1.0.98 |
| 1502 | 2025-04-30T20:13:11.056Z | Compiling zopfli v0.8.1 |
| 1503 | 2025-04-30T20:13:11.273Z | Compiling console v0.15.10 |
| 1504 | 2025-04-30T20:13:12.089Z | Compiling clap_builder v4.5.35 |
| 1505 | 2025-04-30T20:13:12.442Z | Compiling toml_edit v0.19.15 |
| 1506 | 2025-04-30T20:13:12.606Z | Compiling elliptic-curve v0.13.8 |
| 1507 | 2025-04-30T20:13:12.972Z | Compiling tower v0.5.2 |
| 1508 | 2025-04-30T20:13:13.418Z | Compiling zerocopy v0.6.6 |
| 1509 | 2025-04-30T20:13:13.452Z | Compiling hubpack_derive v0.1.1 |
| 1510 | 2025-04-30T20:13:13.792Z | Compiling strum_macros v0.25.3 |
| 1511 | 2025-04-30T20:13:14.386Z | Compiling hubpack v0.1.2 |
| 1512 | 2025-04-30T20:13:14.716Z | Compiling hyper-tls v0.6.0 |
| 1513 | 2025-04-30T20:13:14.809Z | Compiling oxnet v0.1.1 |
| 1514 | 2025-04-30T20:13:15.118Z | Compiling backtrace v0.3.74 |
| 1515 | 2025-04-30T20:13:15.542Z | Compiling signal-hook-mio v0.2.4 |
| 1516 | 2025-04-30T20:13:15.592Z | Compiling rayon v1.10.0 |
| 1517 | 2025-04-30T20:13:15.724Z | Compiling cookie_store v0.21.1 |
| 1518 | 2025-04-30T20:13:17.149Z | Compiling zstd v0.13.3 |
| 1519 | 2025-04-30T20:13:17.357Z | Compiling postgres-types v0.2.9 |
| 1520 | 2025-04-30T20:13:18.670Z | Compiling usdt-macro v0.5.0 |
| 1521 | 2025-04-30T20:13:19.369Z | Compiling usdt-attr-macro v0.5.0 |
| 1522 | 2025-04-30T20:13:19.657Z | Compiling phf v0.11.2 |
| 1523 | 2025-04-30T20:13:19.702Z | Compiling ed25519 v2.2.3 |
| 1524 | 2025-04-30T20:13:19.916Z | Compiling strum_macros v0.26.4 |
| 1525 | 2025-04-30T20:13:19.956Z | Compiling bzip2 v0.4.4 |
| 1526 | 2025-04-30T20:13:20.104Z | Compiling bzip2 v0.5.2 |
| 1527 | 2025-04-30T20:13:20.356Z | Compiling clap_derive v4.5.32 |
| 1528 | 2025-04-30T20:13:20.499Z | Compiling enum-as-inner v0.6.1 |
| 1529 | 2025-04-30T20:13:20.966Z | Compiling futures-executor v0.3.31 |
| 1530 | 2025-04-30T20:13:21.465Z | Compiling serde-big-array v0.5.1 |
| 1531 | 2025-04-30T20:13:21.489Z | Compiling serde_urlencoded v0.7.1 |
| 1532 | 2025-04-30T20:13:21.582Z | Compiling pkcs1 v0.7.5 |
| 1533 | 2025-04-30T20:13:21.713Z | Compiling rustls-pemfile v2.2.0 |
| 1534 | 2025-04-30T20:13:21.921Z | Compiling rfc6979 v0.4.0 |
| 1535 | 2025-04-30T20:13:22.002Z | Compiling serde_repr v0.1.19 |
| 1536 | 2025-04-30T20:13:22.068Z | Compiling daft-derive v0.1.3 |
| 1537 | 2025-04-30T20:13:22.112Z | Compiling bstr v1.10.0 |
| 1538 | 2025-04-30T20:13:22.812Z | Compiling float-cmp v0.10.0 |
| 1539 | 2025-04-30T20:13:22.825Z | Compiling encoding_rs v0.8.34 |
| 1540 | 2025-04-30T20:13:23.103Z | Compiling whoami v1.5.2 |
| 1541 | 2025-04-30T20:13:23.639Z | Compiling static_assertions v1.1.0 |
| 1542 | 2025-04-30T20:13:23.643Z | Compiling precomputed-hash v0.1.1 |
| 1543 | 2025-04-30T20:13:23.704Z | Compiling unicode-segmentation v1.12.0 |
| 1544 | 2025-04-30T20:13:23.759Z | Compiling new_debug_unreachable v1.0.6 |
| 1545 | 2025-04-30T20:13:23.830Z | Compiling data-encoding v2.6.0 |
| 1546 | 2025-04-30T20:13:23.884Z | Compiling mime v0.3.17 |
| 1547 | 2025-04-30T20:13:24.310Z | Compiling difflib v0.4.0 |
| 1548 | 2025-04-30T20:13:24.451Z | Compiling normalize-line-endings v0.3.0 |
| 1549 | 2025-04-30T20:13:24.607Z | Compiling predicates-core v1.0.8 |
| 1550 | 2025-04-30T20:13:24.636Z | Compiling fixedbitset v0.4.2 |
| 1551 | 2025-04-30T20:13:24.710Z | Compiling number_prefix v0.4.0 |
| 1552 | 2025-04-30T20:13:24.927Z | Compiling petgraph v0.6.5 |
| 1553 | 2025-04-30T20:13:24.952Z | Compiling indicatif v0.17.11 |
| 1554 | 2025-04-30T20:13:25.055Z | Compiling predicates v3.1.3 |
| 1555 | 2025-04-30T20:13:25.607Z | Compiling clap v4.5.35 |
| 1556 | 2025-04-30T20:13:25.743Z | Compiling hickory-proto v0.24.4 |
| 1557 | 2025-04-30T20:13:25.765Z | Compiling similar v2.7.0 |
| 1558 | 2025-04-30T20:13:26.490Z | Compiling strum v0.26.3 |
| 1559 | 2025-04-30T20:13:26.699Z | Compiling string_cache v0.8.9 |
| 1560 | 2025-04-30T20:13:26.702Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1561 | 2025-04-30T20:13:26.872Z | Compiling toml_edit v0.22.24 |
| 1562 | 2025-04-30T20:13:27.177Z | Compiling daft v0.1.3 |
| 1563 | 2025-04-30T20:13:27.712Z | Compiling tokio-postgres v0.7.13 |
| 1564 | 2025-04-30T20:13:27.856Z | Compiling usdt v0.5.0 |
| 1565 | 2025-04-30T20:13:28.339Z | Compiling ecdsa v0.16.9 |
| 1566 | 2025-04-30T20:13:28.476Z | Compiling rsa v0.9.6 |
| 1567 | 2025-04-30T20:13:29.195Z | Compiling futures v0.3.31 |
| 1568 | 2025-04-30T20:13:31.539Z | Compiling zip v0.6.6 |
| 1569 | 2025-04-30T20:13:31.559Z | Compiling ed25519-dalek v2.1.1 |
| 1570 | 2025-04-30T20:13:33.178Z | Compiling crossterm v0.28.1 |
| 1571 | 2025-04-30T20:13:33.218Z | Compiling toml v0.7.8 |
| 1572 | 2025-04-30T20:13:34.621Z | Compiling tokio-stream v0.1.17 |
| 1573 | 2025-04-30T20:13:34.662Z | Compiling openapiv3 v2.0.0 |
| 1574 | 2025-04-30T20:13:34.715Z | Compiling x509-cert v0.2.5 |
| 1575 | 2025-04-30T20:13:34.832Z | Compiling sha1 v0.10.6 |
| 1576 | 2025-04-30T20:13:35.060Z | Compiling itertools v0.10.5 |
| 1577 | 2025-04-30T20:13:35.249Z | Compiling dirs-sys-next v0.1.2 |
| 1578 | 2025-04-30T20:13:35.570Z | Compiling lalrpop-util v0.19.12 |
| 1579 | 2025-04-30T20:13:35.795Z | Compiling peg-runtime v0.8.5 |
| 1580 | 2025-04-30T20:13:35.947Z | Compiling unicode-xid v0.2.6 |
| 1581 | 2025-04-30T20:13:36.153Z | Compiling dirs-next v2.0.0 |
| 1582 | 2025-04-30T20:13:36.213Z | Compiling thread_local v1.1.8 |
| 1583 | 2025-04-30T20:13:36.343Z | Compiling slog-async v2.8.0 |
| 1584 | 2025-04-30T20:13:36.363Z | Compiling term v0.7.0 |
| 1585 | 2025-04-30T20:13:36.382Z | Compiling xattr v1.3.1 |
| 1586 | 2025-04-30T20:13:36.657Z | Compiling crossbeam-channel v0.5.15 |
| 1587 | 2025-04-30T20:13:36.717Z | Compiling is-terminal v0.4.13 |
| 1588 | 2025-04-30T20:13:36.866Z | Compiling filetime v0.2.25 |
| 1589 | 2025-04-30T20:13:36.961Z | Compiling take_mut v0.2.2 |
| 1590 | 2025-04-30T20:13:37.136Z | Compiling tar v0.4.44 |
| 1591 | 2025-04-30T20:13:37.159Z | Compiling slog-term v2.9.1 |
| 1592 | 2025-04-30T20:13:37.585Z | Compiling camino v1.1.9 |
| 1593 | 2025-04-30T20:13:43.593Z | Compiling aws-lc-sys v0.26.0 |
| 1594 | 2025-04-30T20:14:14.973Z | Compiling rustls-webpki v0.102.8 |
| 1595 | 2025-04-30T20:14:19.459Z | Compiling tokio-rustls v0.26.0 |
| 1596 | 2025-04-30T20:14:19.743Z | Compiling hyper-rustls v0.27.3 |
| 1597 | 2025-04-30T20:14:20.080Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 1598 | 2025-04-30T20:14:23.536Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1599 | 2025-04-30T20:14:23.827Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1600 | 2025-04-30T20:14:28.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
| 1601 | 2025-04-30T20:14:28.446Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1602 | 2025-04-30T20:14:28.491Z | Apr 30 20:14:27.952 INFO Starting download, target: Clickhouse |
| 1603 | 2025-04-30T20:14:28.491Z | Apr 30 20:14:27.953 INFO Starting download, target: Cockroach |
| 1604 | 2025-04-30T20:14:28.491Z | Apr 30 20:14:27.953 INFO Starting download, target: Console |
| 1605 | 2025-04-30T20:14:28.496Z | Apr 30 20:14:27.953 INFO Starting download, target: DendriteStub |
| 1606 | 2025-04-30T20:14:28.496Z | Apr 30 20:14:27.953 INFO Starting download, target: MaghemiteMgd |
| 1607 | 2025-04-30T20:14:28.497Z | Apr 30 20:14:27.953 INFO Starting download, target: TransceiverControl |
| 1608 | 2025-04-30T20:14:28.497Z | Apr 30 20:14:27.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1609 | 2025-04-30T20:14:28.497Z | Apr 30 20:14:27.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1610 | 2025-04-30T20:14:28.497Z | Apr 30 20:14:27.953 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1611 | 2025-04-30T20:14:28.497Z | Apr 30 20:14:27.954 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1612 | 2025-04-30T20:14:28.497Z | Apr 30 20:14:27.954 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1613 | 2025-04-30T20:14:28.497Z | Apr 30 20:14:27.954 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1614 | 2025-04-30T20:14:29.083Z | Apr 30 20:14:28.540 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1615 | 2025-04-30T20:14:29.220Z | Apr 30 20:14:28.657 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1616 | 2025-04-30T20:14:29.508Z | Apr 30 20:14:28.911 INFO Download complete, target: Console |
| 1617 | 2025-04-30T20:14:29.586Z | Apr 30 20:14:29.045 INFO Download complete, target: TransceiverControl |
| 1618 | 2025-04-30T20:14:30.445Z | Apr 30 20:14:29.887 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1619 | 2025-04-30T20:14:30.526Z | Apr 30 20:14:29.959 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1620 | 2025-04-30T20:14:30.547Z | Apr 30 20:14:29.991 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1621 | 2025-04-30T20:14:31.054Z | Apr 30 20:14:30.516 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1622 | 2025-04-30T20:14:31.054Z | Apr 30 20:14:30.516 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1623 | 2025-04-30T20:14:33.289Z | Apr 30 20:14:32.751 INFO Download complete, target: DendriteStub |
| 1624 | 2025-04-30T20:14:33.650Z | Apr 30 20:14:33.112 INFO Download complete, target: MaghemiteMgd |
| 1625 | 2025-04-30T20:14:37.459Z | Apr 30 20:14:36.920 INFO Checking that binary works, target: Cockroach |
| 1626 | 2025-04-30T20:14:37.622Z | Apr 30 20:14:37.083 INFO Download complete, target: Cockroach |
| 1627 | 2025-04-30T20:14:41.297Z | Apr 30 20:14:40.758 INFO Checking that binary works, target: Clickhouse |
| 1628 | 2025-04-30T20:14:41.992Z | Apr 30 20:14:41.453 INFO Download complete, target: Clickhouse |
| 1629 | 2025-04-30T20:14:42.130Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1630 | 2025-04-30T20:14:42.133Z | |
| 1631 | 2025-04-30T20:14:42.133Z | real 5:25.689771704 |
| 1632 | 2025-04-30T20:14:42.133Z | user 15:40.518735476 |
| 1633 | 2025-04-30T20:14:42.133Z | sys 2:11.311911372 |
| 1634 | 2025-04-30T20:14:42.133Z | trap 0.559109152 |
| 1635 | 2025-04-30T20:14:42.133Z | tflt 1.900449931 |
| 1636 | 2025-04-30T20:14:42.133Z | dflt 2.363847259 |
| 1637 | 2025-04-30T20:14:42.133Z | kflt 0.189829335 |
| 1638 | 2025-04-30T20:14:42.133Z | lock 23:43.813310780 |
| 1639 | 2025-04-30T20:14:42.133Z | slp 56:56.970913867 |
| 1640 | 2025-04-30T20:14:42.133Z | lat 1:00.603239615 |
| 1641 | 2025-04-30T20:14:42.133Z | stop 2:27.679257770 |
| 1642 | 2025-04-30T20:14:42.133Z | + banner clippy |
| 1643 | 2025-04-30T20:14:42.133Z | |
| 1644 | 2025-04-30T20:14:42.133Z | #### # # ##### ##### # # |
| 1645 | 2025-04-30T20:14:42.133Z | # # # # # # # # # # |
| 1646 | 2025-04-30T20:14:42.133Z | # # # # # # # # |
| 1647 | 2025-04-30T20:14:42.133Z | # # # ##### ##### # |
| 1648 | 2025-04-30T20:14:42.135Z | # # # # # # # |
| 1649 | 2025-04-30T20:14:42.135Z | #### ###### # # # # |
| 1650 | 2025-04-30T20:14:42.135Z | |
| 1651 | 2025-04-30T20:14:42.138Z | + export CARGO_INCREMENTAL=0 |
| 1652 | 2025-04-30T20:14:42.138Z | + CARGO_INCREMENTAL=0 |
| 1653 | 2025-04-30T20:14:42.138Z | + ptime -m cargo xtask clippy |
| 1654 | 2025-04-30T20:14:42.806Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1655 | 2025-04-30T20:14:43.086Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1656 | 2025-04-30T20:14:45.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 1657 | 2025-04-30T20:14:45.938Z | Running `target/debug/xtask clippy` |
| 1658 | 2025-04-30T20:14:45.964Z | running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1659 | 2025-04-30T20:14:46.795Z | Downloading crates ... |
| 1660 | 2025-04-30T20:14:47.127Z | Downloaded anes v0.1.6 |
| 1661 | 2025-04-30T20:14:47.130Z | Downloaded approx v0.5.1 |
| 1662 | 2025-04-30T20:14:47.134Z | Downloaded assert-json-diff v2.0.2 |
| 1663 | 2025-04-30T20:14:47.146Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1664 | 2025-04-30T20:14:47.155Z | Downloaded nested v0.1.1 |
| 1665 | 2025-04-30T20:14:47.158Z | Downloaded termtree v0.4.1 |
| 1666 | 2025-04-30T20:14:47.168Z | Downloaded doc-comment v0.3.3 |
| 1667 | 2025-04-30T20:14:47.172Z | Downloaded async-object-pool v0.1.5 |
| 1668 | 2025-04-30T20:14:47.172Z | Downloaded blake2b_simd v1.0.2 |
| 1669 | 2025-04-30T20:14:47.175Z | Downloaded target-triple v0.1.3 |
| 1670 | 2025-04-30T20:14:47.178Z | Downloaded plotters-backend v0.3.7 |
| 1671 | 2025-04-30T20:14:47.186Z | Downloaded kv-log-macro v1.0.7 |
| 1672 | 2025-04-30T20:14:47.189Z | Downloaded event-listener v2.5.3 |
| 1673 | 2025-04-30T20:14:47.192Z | Downloaded plotters-svg v0.3.7 |
| 1674 | 2025-04-30T20:14:47.192Z | Downloaded event-listener-strategy v0.5.2 |
| 1675 | 2025-04-30T20:14:47.192Z | Downloaded cast v0.3.0 |
| 1676 | 2025-04-30T20:14:47.195Z | Downloaded async-global-executor v2.4.1 |
| 1677 | 2025-04-30T20:14:47.195Z | Downloaded piper v0.2.4 |
| 1678 | 2025-04-30T20:14:47.198Z | Downloaded serde_regex v1.1.0 |
| 1679 | 2025-04-30T20:14:47.198Z | Downloaded proc-macro-crate v3.2.0 |
| 1680 | 2025-04-30T20:14:47.199Z | Downloaded async-signal v0.2.10 |
| 1681 | 2025-04-30T20:14:47.203Z | Downloaded async-channel v2.3.1 |
| 1682 | 2025-04-30T20:14:47.203Z | Downloaded oorandom v11.1.4 |
| 1683 | 2025-04-30T20:14:47.206Z | Downloaded concurrent-queue v2.5.0 |
| 1684 | 2025-04-30T20:14:47.206Z | Downloaded parking v2.2.1 |
| 1685 | 2025-04-30T20:14:47.206Z | Downloaded pathdiff v0.2.3 |
| 1686 | 2025-04-30T20:14:47.206Z | Downloaded async-channel v1.9.0 |
| 1687 | 2025-04-30T20:14:47.209Z | Downloaded relative-path v1.9.3 |
| 1688 | 2025-04-30T20:14:47.210Z | Downloaded similar-asserts v1.7.0 |
| 1689 | 2025-04-30T20:14:47.213Z | Downloaded path-tree v0.8.1 |
| 1690 | 2025-04-30T20:14:47.213Z | Downloaded predicates-tree v1.0.11 |
| 1691 | 2025-04-30T20:14:47.213Z | Downloaded async-attributes v1.1.2 |
| 1692 | 2025-04-30T20:14:47.216Z | Downloaded blocking v1.6.1 |
| 1693 | 2025-04-30T20:14:47.219Z | Downloaded futures-timer v3.0.3 |
| 1694 | 2025-04-30T20:14:47.219Z | Downloaded hyper-rustls v0.26.0 |
| 1695 | 2025-04-30T20:14:47.222Z | Downloaded async-process v2.3.0 |
| 1696 | 2025-04-30T20:14:47.227Z | Downloaded stringmetrics v2.2.2 |
| 1697 | 2025-04-30T20:14:47.230Z | Downloaded futures-lite v2.3.0 |
| 1698 | 2025-04-30T20:14:47.234Z | Downloaded criterion-plot v0.5.0 |
| 1699 | 2025-04-30T20:14:47.237Z | Downloaded tinytemplate v1.2.1 |
| 1700 | 2025-04-30T20:14:47.240Z | Downloaded target-spec v3.4.2 |
| 1701 | 2025-04-30T20:14:47.243Z | Downloaded target-lexicon v0.13.2 |
| 1702 | 2025-04-30T20:14:47.243Z | Downloaded assert_cmd v2.0.17 |
| 1703 | 2025-04-30T20:14:47.246Z | Downloaded rustls-native-certs v0.7.3 |
| 1704 | 2025-04-30T20:14:47.249Z | Downloaded httptest v0.16.3 |
| 1705 | 2025-04-30T20:14:47.249Z | Downloaded rust-argon2 v2.1.0 |
| 1706 | 2025-04-30T20:14:47.252Z | Downloaded rstest v0.24.0 |
| 1707 | 2025-04-30T20:14:47.256Z | Downloaded cfg-expr v0.18.0 |
| 1708 | 2025-04-30T20:14:47.259Z | Downloaded trybuild v1.0.103 |
| 1709 | 2025-04-30T20:14:47.264Z | Downloaded polling v3.7.3 |
| 1710 | 2025-04-30T20:14:47.267Z | Downloaded rstest_macros v0.24.0 |
| 1711 | 2025-04-30T20:14:47.270Z | Downloaded rand_distr v0.4.3 |
| 1712 | 2025-04-30T20:14:47.273Z | Downloaded async-lock v3.4.0 |
| 1713 | 2025-04-30T20:14:47.276Z | Downloaded async-io v2.3.4 |
| 1714 | 2025-04-30T20:14:47.280Z | Downloaded async-executor v1.13.1 |
| 1715 | 2025-04-30T20:14:47.283Z | Downloaded event-listener v5.3.1 |
| 1716 | 2025-04-30T20:14:47.283Z | Downloaded async-task v4.7.1 |
| 1717 | 2025-04-30T20:14:47.286Z | Downloaded partial-io v0.5.4 |
| 1718 | 2025-04-30T20:14:47.289Z | Downloaded guppy v0.17.17 |
| 1719 | 2025-04-30T20:14:47.294Z | Downloaded criterion v0.5.1 |
| 1720 | 2025-04-30T20:14:47.301Z | Downloaded plotters v0.3.7 |
| 1721 | 2025-04-30T20:14:47.310Z | Downloaded async-std v1.13.0 |
| 1722 | 2025-04-30T20:14:47.405Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1723 | 2025-04-30T20:14:48.063Z | Checking cfg-if v1.0.0 |
| 1724 | 2025-04-30T20:14:48.234Z | Checking libc v0.2.171 |
| 1725 | 2025-04-30T20:14:48.258Z | Checking serde v1.0.219 |
| 1726 | 2025-04-30T20:14:48.285Z | Checking memchr v2.7.4 |
| 1727 | 2025-04-30T20:14:48.309Z | Checking smallvec v1.14.0 |
| 1728 | 2025-04-30T20:14:48.346Z | Checking value-bag v1.9.0 |
| 1729 | 2025-04-30T20:14:48.367Z | Checking itoa v1.0.11 |
| 1730 | 2025-04-30T20:14:48.397Z | Checking zeroize v1.8.1 |
| 1731 | 2025-04-30T20:14:48.397Z | Checking scopeguard v1.2.0 |
| 1732 | 2025-04-30T20:14:48.586Z | Checking pin-project-lite v0.2.14 |
| 1733 | 2025-04-30T20:14:48.615Z | Checking lock_api v0.4.12 |
| 1734 | 2025-04-30T20:14:48.669Z | Checking subtle v2.6.1 |
| 1735 | 2025-04-30T20:14:48.702Z | Checking libm v0.2.8 |
| 1736 | 2025-04-30T20:14:48.705Z | Checking log v0.4.22 |
| 1737 | 2025-04-30T20:14:48.754Z | Checking stable_deref_trait v1.2.0 |
| 1738 | 2025-04-30T20:14:48.889Z | Checking ryu v1.0.18 |
| 1739 | 2025-04-30T20:14:48.955Z | Checking byteorder v1.5.0 |
| 1740 | 2025-04-30T20:14:48.987Z | Checking once_cell v1.21.3 |
| 1741 | 2025-04-30T20:14:49.095Z | Checking typenum v1.17.0 |
| 1742 | 2025-04-30T20:14:49.151Z | Checking zerofrom v0.1.4 |
| 1743 | 2025-04-30T20:14:49.243Z | Checking getrandom v0.2.15 |
| 1744 | 2025-04-30T20:14:49.273Z | Checking parking_lot_core v0.9.10 |
| 1745 | 2025-04-30T20:14:49.312Z | Checking signal-hook-registry v1.4.2 |
| 1746 | 2025-04-30T20:14:49.357Z | Checking yoke v0.7.4 |
| 1747 | 2025-04-30T20:14:49.388Z | Checking futures-core v0.3.31 |
| 1748 | 2025-04-30T20:14:49.511Z | Checking rand_core v0.6.4 |
| 1749 | 2025-04-30T20:14:49.567Z | Checking num-traits v0.2.19 |
| 1750 | 2025-04-30T20:14:49.599Z | Checking mio v1.0.2 |
| 1751 | 2025-04-30T20:14:49.603Z | Checking writeable v0.5.5 |
| 1752 | 2025-04-30T20:14:49.651Z | Checking parking_lot v0.12.3 |
| 1753 | 2025-04-30T20:14:49.693Z | Checking zerovec v0.10.4 |
| 1754 | 2025-04-30T20:14:49.833Z | Checking litemap v0.7.3 |
| 1755 | 2025-04-30T20:14:49.975Z | Checking icu_locid_transform_data v1.5.0 |
| 1756 | 2025-04-30T20:14:50.010Z | Checking percent-encoding v2.3.1 |
| 1757 | 2025-04-30T20:14:50.098Z | Checking icu_properties_data v1.5.0 |
| 1758 | 2025-04-30T20:14:50.170Z | Checking generic-array v0.14.7 |
| 1759 | 2025-04-30T20:14:50.204Z | Checking utf16_iter v1.0.5 |
| 1760 | 2025-04-30T20:14:50.230Z | Checking icu_normalizer_data v1.5.0 |
| 1761 | 2025-04-30T20:14:50.230Z | Checking write16 v1.0.0 |
| 1762 | 2025-04-30T20:14:50.336Z | Checking utf8_iter v1.0.4 |
| 1763 | 2025-04-30T20:14:50.367Z | Checking socket2 v0.5.9 |
| 1764 | 2025-04-30T20:14:50.400Z | Checking form_urlencoded v1.2.1 |
| 1765 | 2025-04-30T20:14:50.441Z | Checking thiserror v1.0.69 |
| 1766 | 2025-04-30T20:14:50.568Z | Checking const-oid v0.9.6 |
| 1767 | 2025-04-30T20:14:50.613Z | Checking zerocopy v0.7.35 |
| 1768 | 2025-04-30T20:14:50.644Z | Checking getrandom v0.3.1 |
| 1769 | 2025-04-30T20:14:50.915Z | Checking slab v0.4.9 |
| 1770 | 2025-04-30T20:14:50.968Z | Checking futures-io v0.3.31 |
| 1771 | 2025-04-30T20:14:51.061Z | Checking allocator-api2 v0.2.18 |
| 1772 | 2025-04-30T20:14:51.186Z | Checking equivalent v1.0.1 |
| 1773 | 2025-04-30T20:14:51.218Z | Checking foldhash v0.1.3 |
| 1774 | 2025-04-30T20:14:51.253Z | Checking crypto-common v0.1.6 |
| 1775 | 2025-04-30T20:14:51.282Z | Checking tinystr v0.7.6 |
| 1776 | 2025-04-30T20:14:51.316Z | Checking icu_collections v1.5.0 |
| 1777 | 2025-04-30T20:14:51.443Z | Checking block-buffer v0.10.4 |
| 1778 | 2025-04-30T20:14:51.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1779 | 2025-04-30T20:14:51.637Z | Checking icu_locid v1.5.0 |
| 1780 | 2025-04-30T20:14:51.672Z | Checking hashbrown v0.15.1 |
| 1781 | 2025-04-30T20:14:51.700Z | Checking iana-time-zone v0.1.63 |
| 1782 | 2025-04-30T20:14:51.899Z | Checking futures-sink v0.3.31 |
| 1783 | 2025-04-30T20:14:51.928Z | Checking cpufeatures v0.2.14 |
| 1784 | 2025-04-30T20:14:51.961Z | Checking errno v0.3.9 |
| 1785 | 2025-04-30T20:14:51.988Z | Checking pin-utils v0.1.0 |
| 1786 | 2025-04-30T20:14:52.062Z | Checking fnv v1.0.7 |
| 1787 | 2025-04-30T20:14:52.072Z | Checking futures-channel v0.3.31 |
| 1788 | 2025-04-30T20:14:52.120Z | Checking futures-task v0.3.31 |
| 1789 | 2025-04-30T20:14:52.164Z | Checking dyn-clone v1.0.19 |
| 1790 | 2025-04-30T20:14:52.228Z | Checking ppv-lite86 v0.2.20 |
| 1791 | 2025-04-30T20:14:52.337Z | Checking tracing-core v0.1.32 |
| 1792 | 2025-04-30T20:14:52.366Z | Checking block-padding v0.3.3 |
| 1793 | 2025-04-30T20:14:52.404Z | Checking digest v0.10.7 |
| 1794 | 2025-04-30T20:14:52.466Z | Checking futures-util v0.3.31 |
| 1795 | 2025-04-30T20:14:52.594Z | Checking inout v0.1.3 |
| 1796 | 2025-04-30T20:14:52.599Z | Checking icu_provider v1.5.0 |
| 1797 | 2025-04-30T20:14:52.670Z | Checking bytes v1.10.1 |
| 1798 | 2025-04-30T20:14:52.747Z | Checking bitflags v2.9.0 |
| 1799 | 2025-04-30T20:14:52.774Z | Checking serde_json v1.0.140 |
| 1800 | 2025-04-30T20:14:52.835Z | Checking chrono v0.4.40 |
| 1801 | 2025-04-30T20:14:52.936Z | Checking uuid v1.16.0 |
| 1802 | 2025-04-30T20:14:52.978Z | Checking semver v1.0.25 |
| 1803 | 2025-04-30T20:14:53.075Z | Checking rustix v0.38.37 |
| 1804 | 2025-04-30T20:14:53.229Z | Checking icu_locid_transform v1.5.0 |
| 1805 | 2025-04-30T20:14:53.422Z | Checking indexmap v2.7.1 |
| 1806 | 2025-04-30T20:14:53.560Z | Checking tracing v0.1.40 |
| 1807 | 2025-04-30T20:14:53.674Z | Checking tokio v1.43.1 |
| 1808 | 2025-04-30T20:14:53.914Z | Checking rand_chacha v0.3.1 |
| 1809 | 2025-04-30T20:14:54.269Z | Checking icu_properties v1.5.1 |
| 1810 | 2025-04-30T20:14:54.362Z | Checking rand v0.8.5 |
| 1811 | 2025-04-30T20:14:54.414Z | Checking http v1.2.0 |
| 1812 | 2025-04-30T20:14:54.624Z | Checking cipher v0.4.4 |
| 1813 | 2025-04-30T20:14:54.889Z | Checking crossbeam-utils v0.8.21 |
| 1814 | 2025-04-30T20:14:55.085Z | Checking spin v0.9.8 |
| 1815 | 2025-04-30T20:14:55.459Z | Checking regex-syntax v0.8.5 |
| 1816 | 2025-04-30T20:14:55.596Z | Checking atomic-waker v1.1.2 |
| 1817 | 2025-04-30T20:14:55.631Z | Checking base64ct v1.6.0 |
| 1818 | 2025-04-30T20:14:55.689Z | Checking hmac v0.12.1 |
| 1819 | 2025-04-30T20:14:55.762Z | Checking sha2 v0.10.8 |
| 1820 | 2025-04-30T20:14:55.939Z | Checking powerfmt v0.2.0 |
| 1821 | 2025-04-30T20:14:56.130Z | Checking untrusted v0.9.0 |
| 1822 | 2025-04-30T20:14:56.229Z | Checking adler2 v2.0.0 |
| 1823 | 2025-04-30T20:14:56.305Z | Checking unicode-ident v1.0.14 |
| 1824 | 2025-04-30T20:14:56.338Z | Checking ring v0.17.11 |
| 1825 | 2025-04-30T20:14:56.364Z | Checking deranged v0.3.11 |
| 1826 | 2025-04-30T20:14:56.401Z | Checking miniz_oxide v0.8.5 |
| 1827 | 2025-04-30T20:14:56.515Z | Checking proc-macro2 v1.0.94 |
| 1828 | 2025-04-30T20:14:57.017Z | Checking httparse v1.9.5 |
| 1829 | 2025-04-30T20:14:57.153Z | Checking num-conv v0.1.0 |
| 1830 | 2025-04-30T20:14:57.202Z | Checking time-core v0.1.2 |
| 1831 | 2025-04-30T20:14:57.875Z | Checking num_threads v0.1.7 |
| 1832 | 2025-04-30T20:14:57.881Z | Checking quote v1.0.39 |
| 1833 | 2025-04-30T20:14:57.881Z | Checking aho-corasick v1.1.3 |
| 1834 | 2025-04-30T20:14:57.881Z | Checking rustls-pki-types v1.10.0 |
| 1835 | 2025-04-30T20:14:57.881Z | Checking icu_normalizer v1.5.0 |
| 1836 | 2025-04-30T20:14:57.881Z | Checking time v0.3.36 |
| 1837 | 2025-04-30T20:14:57.881Z | Checking syn v2.0.98 |
| 1838 | 2025-04-30T20:14:58.092Z | Checking pem-rfc7468 v0.7.0 |
| 1839 | 2025-04-30T20:14:58.398Z | Checking http-body v1.0.1 |
| 1840 | 2025-04-30T20:14:58.447Z | Checking idna_adapter v1.2.0 |
| 1841 | 2025-04-30T20:14:58.513Z | Checking aws-lc-sys v0.26.0 |
| 1842 | 2025-04-30T20:14:58.634Z | Checking base64 v0.22.1 |
| 1843 | 2025-04-30T20:14:58.664Z | Checking idna v1.0.3 |
| 1844 | 2025-04-30T20:14:58.689Z | Checking untrusted v0.7.1 |
| 1845 | 2025-04-30T20:14:58.883Z | Checking try-lock v0.2.5 |
| 1846 | 2025-04-30T20:14:59.041Z | Checking httpdate v1.0.3 |
| 1847 | 2025-04-30T20:14:59.079Z | Checking regex-automata v0.4.8 |
| 1848 | 2025-04-30T20:14:59.147Z | Checking want v0.3.1 |
| 1849 | 2025-04-30T20:14:59.181Z | Checking url v2.5.3 |
| 1850 | 2025-04-30T20:14:59.325Z | Checking utf8parse v0.2.2 |
| 1851 | 2025-04-30T20:14:59.371Z | Checking flagset v0.4.6 |
| 1852 | 2025-04-30T20:14:59.506Z | Checking pbkdf2 v0.12.2 |
| 1853 | 2025-04-30T20:14:59.604Z | Checking der v0.7.9 |
| 1854 | 2025-04-30T20:14:59.708Z | Checking lazy_static v1.5.0 |
| 1855 | 2025-04-30T20:14:59.856Z | Checking aes v0.8.4 |
| 1856 | 2025-04-30T20:15:00.086Z | Checking tower-service v0.3.3 |
| 1857 | 2025-04-30T20:15:00.169Z | Checking schemars v0.8.22 |
| 1858 | 2025-04-30T20:15:00.244Z | Checking gimli v0.31.1 |
| 1859 | 2025-04-30T20:15:00.520Z | Checking tokio-util v0.7.13 |
| 1860 | 2025-04-30T20:15:00.686Z | Checking aws-lc-rs v1.12.4 |
| 1861 | 2025-04-30T20:15:00.747Z | Checking salsa20 v0.10.2 |
| 1862 | 2025-04-30T20:15:01.011Z | Checking cbc v0.1.2 |
| 1863 | 2025-04-30T20:15:01.255Z | Checking object v0.36.5 |
| 1864 | 2025-04-30T20:15:01.438Z | Checking spki v0.7.3 |
| 1865 | 2025-04-30T20:15:01.568Z | Checking h2 v0.4.6 |
| 1866 | 2025-04-30T20:15:01.780Z | Checking slog v2.7.0 |
| 1867 | 2025-04-30T20:15:01.816Z | Checking rustc-demangle v0.1.24 |
| 1868 | 2025-04-30T20:15:02.292Z | Checking scrypt v0.11.0 |
| 1869 | 2025-04-30T20:15:02.322Z | Checking mime v0.3.17 |
| 1870 | 2025-04-30T20:15:02.493Z | Checking rustls-webpki v0.102.8 |
| 1871 | 2025-04-30T20:15:02.539Z | Checking anstyle v1.0.10 |
| 1872 | 2025-04-30T20:15:02.676Z | Checking pkcs5 v0.7.1 |
| 1873 | 2025-04-30T20:15:02.927Z | Checking foreign-types-shared v0.1.1 |
| 1874 | 2025-04-30T20:15:03.026Z | Checking ipnet v2.11.0 |
| 1875 | 2025-04-30T20:15:03.060Z | Checking openssl-probe v0.1.5 |
| 1876 | 2025-04-30T20:15:03.191Z | Checking pkcs8 v0.10.2 |
| 1877 | 2025-04-30T20:15:03.244Z | Checking foreign-types v0.3.2 |
| 1878 | 2025-04-30T20:15:03.277Z | Checking regex v1.11.1 |
| 1879 | 2025-04-30T20:15:03.364Z | Checking anstyle-parse v0.2.5 |
| 1880 | 2025-04-30T20:15:03.509Z | Checking http-body-util v0.1.3 |
| 1881 | 2025-04-30T20:15:03.538Z | Checking openssl-sys v0.9.107 |
| 1882 | 2025-04-30T20:15:03.642Z | Checking anstyle-query v1.1.1 |
| 1883 | 2025-04-30T20:15:03.811Z | Checking colorchoice v1.0.2 |
| 1884 | 2025-04-30T20:15:03.870Z | Checking is_terminal_polyfill v1.70.1 |
| 1885 | 2025-04-30T20:15:03.873Z | Checking rustls-pemfile v2.2.0 |
| 1886 | 2025-04-30T20:15:03.953Z | Checking terminal_size v0.4.0 |
| 1887 | 2025-04-30T20:15:03.983Z | Checking clap_lex v0.7.4 |
| 1888 | 2025-04-30T20:15:04.023Z | Checking anstream v0.6.15 |
| 1889 | 2025-04-30T20:15:04.082Z | Checking addr2line v0.24.2 |
| 1890 | 2025-04-30T20:15:04.139Z | Checking either v1.14.0 |
| 1891 | 2025-04-30T20:15:04.170Z | Checking strsim v0.11.1 |
| 1892 | 2025-04-30T20:15:04.281Z | Checking rustls v0.23.19 |
| 1893 | 2025-04-30T20:15:04.402Z | Checking futures-executor v0.3.31 |
| 1894 | 2025-04-30T20:15:04.487Z | Checking clap_builder v4.5.35 |
| 1895 | 2025-04-30T20:15:04.554Z | Checking toml_datetime v0.6.8 |
| 1896 | 2025-04-30T20:15:04.635Z | Checking serde_spanned v0.6.8 |
| 1897 | 2025-04-30T20:15:04.664Z | Checking serde_urlencoded v0.7.1 |
| 1898 | 2025-04-30T20:15:04.689Z | Checking openssl v0.10.72 |
| 1899 | 2025-04-30T20:15:04.852Z | Checking encoding_rs v0.8.34 |
| 1900 | 2025-04-30T20:15:04.855Z | Checking futures v0.3.31 |
| 1901 | 2025-04-30T20:15:05.001Z | Checking psl-types v2.0.11 |
| 1902 | 2025-04-30T20:15:05.086Z | Checking ipnetwork v0.21.1 |
| 1903 | 2025-04-30T20:15:05.205Z | Checking publicsuffix v2.3.0 |
| 1904 | 2025-04-30T20:15:05.497Z | Checking cookie v0.18.1 |
| 1905 | 2025-04-30T20:15:05.536Z | Checking webpki-roots v0.26.6 |
| 1906 | 2025-04-30T20:15:05.758Z | Checking sync_wrapper v1.0.1 |
| 1907 | 2025-04-30T20:15:05.946Z | Checking tower-layer v0.3.3 |
| 1908 | 2025-04-30T20:15:05.979Z | Checking cookie_store v0.21.1 |
| 1909 | 2025-04-30T20:15:06.244Z | Checking tower v0.5.2 |
| 1910 | 2025-04-30T20:15:06.683Z | Checking signature v2.2.0 |
| 1911 | 2025-04-30T20:15:06.910Z | Checking data-encoding v2.6.0 |
| 1912 | 2025-04-30T20:15:06.998Z | Checking bitflags v1.3.2 |
| 1913 | 2025-04-30T20:15:07.125Z | Checking tinyvec_macros v0.1.1 |
| 1914 | 2025-04-30T20:15:07.156Z | Checking openapiv3 v2.0.0 |
| 1915 | 2025-04-30T20:15:07.218Z | Checking backtrace v0.3.74 |
| 1916 | 2025-04-30T20:15:07.247Z | Checking tinyvec v1.8.0 |
| 1917 | 2025-04-30T20:15:07.438Z | Checking clap v4.5.35 |
| 1918 | 2025-04-30T20:15:07.498Z | Checking scroll v0.12.0 |
| 1919 | 2025-04-30T20:15:07.572Z | Checking ucd-trie v0.1.7 |
| 1920 | 2025-04-30T20:15:07.789Z | Checking anyhow v1.0.98 |
| 1921 | 2025-04-30T20:15:07.820Z | Checking plain v0.2.3 |
| 1922 | 2025-04-30T20:15:07.966Z | Checking pest v2.7.14 |
| 1923 | 2025-04-30T20:15:07.996Z | Checking goblin v0.8.2 |
| 1924 | 2025-04-30T20:15:08.026Z | Checking hyper v1.6.0 |
| 1925 | 2025-04-30T20:15:08.180Z | Checking sha1 v0.10.6 |
| 1926 | 2025-04-30T20:15:08.486Z | Checking num-integer v0.1.46 |
| 1927 | 2025-04-30T20:15:08.514Z | Checking pretty-hex v0.4.1 |
| 1928 | 2025-04-30T20:15:08.704Z | Checking thread-id v4.2.2 |
| 1929 | 2025-04-30T20:15:08.847Z | Checking zerocopy v0.8.10 |
| 1930 | 2025-04-30T20:15:08.969Z | Checking crc32fast v1.4.2 |
| 1931 | 2025-04-30T20:15:09.245Z | Checking base16ct v0.2.0 |
| 1932 | 2025-04-30T20:15:09.299Z | Checking tokio-rustls v0.26.0 |
| 1933 | 2025-04-30T20:15:09.470Z | Checking static_assertions v1.1.0 |
| 1934 | 2025-04-30T20:15:09.593Z | Checking sec1 v0.7.3 |
| 1935 | 2025-04-30T20:15:09.721Z | Checking ff v0.13.0 |
| 1936 | 2025-04-30T20:15:09.877Z | Checking native-tls v0.2.12 |
| 1937 | 2025-04-30T20:15:09.968Z | Checking memmap v0.7.0 |
| 1938 | 2025-04-30T20:15:10.012Z | Checking unicode-width v0.2.0 |
| 1939 | 2025-04-30T20:15:10.044Z | Checking hyper-util v0.1.11 |
| 1940 | 2025-04-30T20:15:10.223Z | Checking winnow v0.7.3 |
| 1941 | 2025-04-30T20:15:10.226Z | Checking tokio-native-tls v0.3.1 |
| 1942 | 2025-04-30T20:15:10.275Z | Checking group v0.13.0 |
| 1943 | 2025-04-30T20:15:10.447Z | Checking dtrace-parser v0.2.0 |
| 1944 | 2025-04-30T20:15:10.476Z | Checking num-iter v0.1.45 |
| 1945 | 2025-04-30T20:15:10.513Z | Checking oxnet v0.1.1 |
| 1946 | 2025-04-30T20:15:10.544Z | Checking hkdf v0.12.4 |
| 1947 | 2025-04-30T20:15:10.659Z | Checking hubpack v0.1.2 |
| 1948 | 2025-04-30T20:15:10.788Z | Checking crypto-bigint v0.5.5 |
| 1949 | 2025-04-30T20:15:10.920Z | Checking bstr v1.10.0 |
| 1950 | 2025-04-30T20:15:10.948Z | Checking unicode-segmentation v1.12.0 |
| 1951 | 2025-04-30T20:15:11.017Z | Checking winnow v0.5.40 |
| 1952 | 2025-04-30T20:15:11.607Z | Checking num-bigint-dig v0.8.4 |
| 1953 | 2025-04-30T20:15:11.640Z | Checking flate2 v1.1.1 |
| 1954 | 2025-04-30T20:15:11.750Z | Checking pkcs1 v0.7.5 |
| 1955 | 2025-04-30T20:15:12.002Z | Checking hyper-rustls v0.27.3 |
| 1956 | 2025-04-30T20:15:12.154Z | Checking hyper-tls v0.6.0 |
| 1957 | 2025-04-30T20:15:12.274Z | Checking crossbeam-epoch v0.9.18 |
| 1958 | 2025-04-30T20:15:12.352Z | Checking zerocopy v0.6.6 |
| 1959 | 2025-04-30T20:15:12.466Z | Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 1960 | 2025-04-30T20:15:12.707Z | Checking strum v0.26.3 |
| 1961 | 2025-04-30T20:15:12.982Z | Checking unicode-normalization v0.1.24 |
| 1962 | 2025-04-30T20:15:12.986Z | Checking dof v0.3.0 |
| 1963 | 2025-04-30T20:15:13.005Z | Checking toml_edit v0.22.24 |
| 1964 | 2025-04-30T20:15:13.045Z | Checking rfc6979 v0.4.0 |
| 1965 | 2025-04-30T20:15:13.247Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2025-04-30T20:15:13.382Z | Checking managed v0.8.0 |
| 1967 | 2025-04-30T20:15:13.528Z | Checking rsa v0.9.6 |
| 1968 | 2025-04-30T20:15:13.564Z | Checking usdt-impl v0.5.0 |
| 1969 | 2025-04-30T20:15:13.567Z | Checking elliptic-curve v0.13.8 |
| 1970 | 2025-04-30T20:15:13.760Z | Checking crossbeam-deque v0.8.5 |
| 1971 | 2025-04-30T20:15:13.815Z | Checking newtype-uuid v1.2.1 |
| 1972 | 2025-04-30T20:15:13.845Z | Checking toml_edit v0.19.15 |
| 1973 | 2025-04-30T20:15:14.097Z | Checking x509-cert v0.2.5 |
| 1974 | 2025-04-30T20:15:14.130Z | Checking curve25519-dalek v4.1.3 |
| 1975 | 2025-04-30T20:15:14.160Z | Checking usdt v0.5.0 |
| 1976 | 2025-04-30T20:15:14.207Z | Checking ecdsa v0.16.9 |
| 1977 | 2025-04-30T20:15:14.241Z | Checking ahash v0.8.11 |
| 1978 | 2025-04-30T20:15:14.446Z | Checking daft v0.1.3 |
| 1979 | 2025-04-30T20:15:14.508Z | Checking rayon-core v1.12.1 |
| 1980 | 2025-04-30T20:15:14.758Z | Checking rand_core v0.9.2 |
| 1981 | 2025-04-30T20:15:14.899Z | Checking ed25519 v2.2.3 |
| 1982 | 2025-04-30T20:15:14.928Z | Checking memoffset v0.9.1 |
| 1983 | 2025-04-30T20:15:15.063Z | Checking signal-hook v0.3.17 |
| 1984 | 2025-04-30T20:15:15.105Z | Checking siphasher v0.3.11 |
| 1985 | 2025-04-30T20:15:15.177Z | Checking rand_chacha v0.9.0 |
| 1986 | 2025-04-30T20:15:15.236Z | Checking bzip2 v0.4.4 |
| 1987 | 2025-04-30T20:15:15.406Z | Checking phf_shared v0.11.2 |
| 1988 | 2025-04-30T20:15:15.441Z | Checking console v0.15.10 |
| 1989 | 2025-04-30T20:15:15.545Z | Checking hickory-proto v0.24.4 |
| 1990 | 2025-04-30T20:15:15.583Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 1991 | 2025-04-30T20:15:15.645Z | Checking rand v0.9.0 |
| 1992 | 2025-04-30T20:15:15.682Z | Checking zip v0.6.6 |
| 1993 | 2025-04-30T20:15:15.719Z | Checking signal-hook-mio v0.2.4 |
| 1994 | 2025-04-30T20:15:15.811Z | Checking zstd-safe v7.2.3 |
| 1995 | 2025-04-30T20:15:15.878Z | Checking ed25519-dalek v2.1.1 |
| 1996 | 2025-04-30T20:15:15.950Z | Checking itertools v0.10.5 |
| 1997 | 2025-04-30T20:15:15.992Z | Checking hash32 v0.2.1 |
| 1998 | 2025-04-30T20:15:16.126Z | Checking unicode-bidi v0.3.17 |
| 1999 | 2025-04-30T20:15:16.301Z | Checking bumpalo v3.16.0 |
| 2000 | 2025-04-30T20:15:16.304Z | Checking toml v0.7.8 |
| 2001 | 2025-04-30T20:15:16.304Z | Checking lockfree-object-pool v0.1.6 |
| 2002 | 2025-04-30T20:15:16.378Z | Checking simd-adler32 v0.3.7 |
| 2003 | 2025-04-30T20:15:16.586Z | Checking unicode-properties v0.1.3 |
| 2004 | 2025-04-30T20:15:16.623Z | Checking heapless v0.7.17 |
| 2005 | 2025-04-30T20:15:16.689Z | Checking zstd v0.13.3 |
| 2006 | 2025-04-30T20:15:16.736Z | Checking zopfli v0.8.1 |
| 2007 | 2025-04-30T20:15:16.739Z | Checking crossterm v0.28.1 |
| 2008 | 2025-04-30T20:15:16.979Z | Checking stringprep v0.1.5 |
| 2009 | 2025-04-30T20:15:17.046Z | Checking rayon v1.10.0 |
| 2010 | 2025-04-30T20:15:17.075Z | Checking nix v0.29.0 |
| 2011 | 2025-04-30T20:15:17.260Z | Checking bzip2 v0.5.2 |
| 2012 | 2025-04-30T20:15:17.455Z | Checking similar v2.7.0 |
| 2013 | 2025-04-30T20:15:17.541Z | Checking tokio-stream v0.1.17 |
| 2014 | 2025-04-30T20:15:17.570Z | Checking md-5 v0.10.6 |
| 2015 | 2025-04-30T20:15:17.835Z | Checking predicates-core v1.0.8 |
| 2016 | 2025-04-30T20:15:18.000Z | Checking fallible-iterator v0.2.0 |
| 2017 | 2025-04-30T20:15:18.062Z | Checking zip v2.6.1 |
| 2018 | 2025-04-30T20:15:18.302Z | Checking smoltcp v0.9.1 |
| 2019 | 2025-04-30T20:15:18.339Z | Checking phf v0.11.2 |
| 2020 | 2025-04-30T20:15:18.381Z | Checking itertools v0.12.1 |
| 2021 | 2025-04-30T20:15:18.421Z | Checking fs-err v3.1.0 |
| 2022 | 2025-04-30T20:15:18.607Z | Checking postgres-protocol v0.6.8 |
| 2023 | 2025-04-30T20:15:18.636Z | Checking buf-list v1.0.3 |
| 2024 | 2025-04-30T20:15:18.978Z | Checking serde-big-array v0.5.1 |
| 2025 | 2025-04-30T20:15:18.982Z | Checking float-cmp v0.10.0 |
| 2026 | 2025-04-30T20:15:19.225Z | Checking portable-atomic v1.11.0 |
| 2027 | 2025-04-30T20:15:19.251Z | Checking fixedbitset v0.4.2 |
| 2028 | 2025-04-30T20:15:19.276Z | Checking minimal-lexical v0.2.1 |
| 2029 | 2025-04-30T20:15:19.304Z | Checking number_prefix v0.4.0 |
| 2030 | 2025-04-30T20:15:19.509Z | Checking new_debug_unreachable v1.0.6 |
| 2031 | 2025-04-30T20:15:19.531Z | Checking normalize-line-endings v0.3.0 |
| 2032 | 2025-04-30T20:15:19.620Z | Checking precomputed-hash v0.1.1 |
| 2033 | 2025-04-30T20:15:19.668Z | Checking lalrpop-util v0.19.12 |
| 2034 | 2025-04-30T20:15:19.693Z | Checking difflib v0.4.0 |
| 2035 | 2025-04-30T20:15:19.698Z | Checking nom v7.1.3 |
| 2036 | 2025-04-30T20:15:19.763Z | Checking string_cache v0.8.9 |
| 2037 | 2025-04-30T20:15:19.970Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2038 | 2025-04-30T20:15:20.014Z | Checking predicates v3.1.3 |
| 2039 | 2025-04-30T20:15:20.081Z | Checking petgraph v0.6.5 |
| 2040 | 2025-04-30T20:15:20.084Z | Checking postgres-types v0.2.9 |
| 2041 | 2025-04-30T20:15:20.225Z | Checking peg-runtime v0.8.5 |
| 2042 | 2025-04-30T20:15:20.484Z | Checking whoami v1.5.2 |
| 2043 | 2025-04-30T20:15:20.561Z | Checking indicatif v0.17.11 |
| 2044 | 2025-04-30T20:15:20.640Z | Compiling thiserror-impl v2.0.12 |
| 2045 | 2025-04-30T20:15:20.819Z | Checking tokio-postgres v0.7.13 |
| 2046 | 2025-04-30T20:15:20.823Z | Compiling regress v0.10.3 |
| 2047 | 2025-04-30T20:15:20.927Z | Checking camino v1.1.9 |
| 2048 | 2025-04-30T20:15:21.342Z | Compiling ident_case v1.0.1 |
| 2049 | 2025-04-30T20:15:21.470Z | Checking fastrand v2.1.1 |
| 2050 | 2025-04-30T20:15:21.541Z | Compiling darling_core v0.20.10 |
| 2051 | 2025-04-30T20:15:21.819Z | Checking is-terminal v0.4.13 |
| 2052 | 2025-04-30T20:15:21.981Z | Compiling unsafe-libyaml v0.2.11 |
| 2053 | 2025-04-30T20:15:22.374Z | Checking heck v0.5.0 |
| 2054 | 2025-04-30T20:15:22.599Z | Compiling structmeta-derive v0.3.0 |
| 2055 | 2025-04-30T20:15:23.688Z | Compiling serde_yaml v0.9.34+deprecated |
| 2056 | 2025-04-30T20:15:23.784Z | Checking dirs-sys-next v0.1.2 |
| 2057 | 2025-04-30T20:15:23.888Z | Checking thiserror v2.0.12 |
| 2058 | 2025-04-30T20:15:24.061Z | Checking dirs-next v2.0.0 |
| 2059 | 2025-04-30T20:15:24.186Z | Checking crossbeam-channel v0.5.15 |
| 2060 | 2025-04-30T20:15:24.234Z | Checking thread_local v1.1.8 |
| 2061 | 2025-04-30T20:15:24.535Z | Compiling typify-impl v0.3.0 |
| 2062 | 2025-04-30T20:15:24.895Z | Compiling rustls v0.22.4 |
| 2063 | 2025-04-30T20:15:25.194Z | Compiling structmeta v0.3.0 |
| 2064 | 2025-04-30T20:15:25.262Z | Checking term v0.7.0 |
| 2065 | 2025-04-30T20:15:25.419Z | Checking take_mut v0.2.2 |
| 2066 | 2025-04-30T20:15:25.540Z | Checking tempfile v3.13.0 |
| 2067 | 2025-04-30T20:15:25.584Z | Checking toml v0.8.20 |
| 2068 | 2025-04-30T20:15:25.612Z | Checking slog-async v2.8.0 |
| 2069 | 2025-04-30T20:15:25.666Z | Checking slog-term v2.9.1 |
| 2070 | 2025-04-30T20:15:25.944Z | Compiling multer v3.1.0 |
| 2071 | 2025-04-30T20:15:25.971Z | Compiling async-stream-impl v0.3.6 |
| 2072 | 2025-04-30T20:15:26.215Z | Checking quick-error v1.2.3 |
| 2073 | 2025-04-30T20:15:26.329Z | Compiling test-strategy v0.4.0 |
| 2074 | 2025-04-30T20:15:26.385Z | Compiling dropshot v0.16.0 |
| 2075 | 2025-04-30T20:15:26.388Z | Compiling dropshot_endpoint v0.16.0 |
| 2076 | 2025-04-30T20:15:26.792Z | Checking hex v0.4.3 |
| 2077 | 2025-04-30T20:15:27.205Z | Checking match_cfg v0.1.0 |
| 2078 | 2025-04-30T20:15:27.258Z | Checking debug-ignore v1.0.5 |
| 2079 | 2025-04-30T20:15:27.306Z | Checking progenitor-client v0.9.1 |
| 2080 | 2025-04-30T20:15:27.337Z | Checking hostname v0.3.1 |
| 2081 | 2025-04-30T20:15:27.387Z | Compiling darling_macro v0.20.10 |
| 2082 | 2025-04-30T20:15:27.428Z | Checking wait-timeout v0.2.0 |
| 2083 | 2025-04-30T20:15:27.497Z | Checking bit-vec v0.8.0 |
| 2084 | 2025-04-30T20:15:27.637Z | Checking rusty-fork v0.3.0 |
| 2085 | 2025-04-30T20:15:27.707Z | Checking serde_path_to_error v0.1.16 |
| 2086 | 2025-04-30T20:15:27.914Z | Checking bit-set v0.8.0 |
| 2087 | 2025-04-30T20:15:27.957Z | Checking rand_xorshift v0.3.0 |
| 2088 | 2025-04-30T20:15:28.160Z | Checking unarray v0.1.4 |
| 2089 | 2025-04-30T20:15:28.320Z | Compiling darling v0.20.10 |
| 2090 | 2025-04-30T20:15:28.348Z | Checking slog-json v2.6.1 |
| 2091 | 2025-04-30T20:15:28.351Z | Checking proptest v1.6.0 |
| 2092 | 2025-04-30T20:15:28.454Z | Compiling serde_with_macros v3.12.0 |
| 2093 | 2025-04-30T20:15:28.629Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2094 | 2025-04-30T20:15:29.228Z | Compiling derive-where v1.2.7 |
| 2095 | 2025-04-30T20:15:29.410Z | Checking slog-bunyan v2.5.0 |
| 2096 | 2025-04-30T20:15:29.608Z | Checking async-stream v0.3.6 |
| 2097 | 2025-04-30T20:15:29.833Z | Compiling parse-display-derive v0.10.0 |
| 2098 | 2025-04-30T20:15:30.174Z | Checking waitgroup v0.1.2 |
| 2099 | 2025-04-30T20:15:30.344Z | Checking hostname v0.4.0 |
| 2100 | 2025-04-30T20:15:30.516Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2101 | 2025-04-30T20:15:30.618Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2102 | 2025-04-30T20:15:30.679Z | Checking macaddr v1.0.1 |
| 2103 | 2025-04-30T20:15:30.942Z | Checking serde_with v3.12.0 |
| 2104 | 2025-04-30T20:15:31.039Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2105 | 2025-04-30T20:15:31.213Z | Checking instant v0.1.13 |
| 2106 | 2025-04-30T20:15:31.358Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2107 | 2025-04-30T20:15:31.532Z | Checking backoff v0.4.0 |
| 2108 | 2025-04-30T20:15:31.665Z | Checking tokio-rustls v0.25.0 |
| 2109 | 2025-04-30T20:15:31.821Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2110 | 2025-04-30T20:15:31.863Z | Checking camino-tempfile v1.1.1 |
| 2111 | 2025-04-30T20:15:32.151Z | Checking unicode-width v0.1.14 |
| 2112 | 2025-04-30T20:15:32.353Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2113 | 2025-04-30T20:15:32.690Z | Compiling proc-macro-error v1.0.4 |
| 2114 | 2025-04-30T20:15:32.767Z | Compiling proc-macro-crate v1.3.1 |
| 2115 | 2025-04-30T20:15:32.833Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2116 | 2025-04-30T20:15:32.928Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2117 | 2025-04-30T20:15:33.285Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2118 | 2025-04-30T20:15:33.351Z | Checking tabwriter v1.4.0 |
| 2119 | 2025-04-30T20:15:33.531Z | Compiling foreign-types-macros v0.2.3 |
| 2120 | 2025-04-30T20:15:33.635Z | Checking foreign-types-shared v0.3.1 |
| 2121 | 2025-04-30T20:15:33.684Z | Compiling num_enum_derive v0.5.11 |
| 2122 | 2025-04-30T20:15:33.752Z | Checking parse-display v0.10.0 |
| 2123 | 2025-04-30T20:15:33.818Z | Checking cstr-argument v0.1.2 |
| 2124 | 2025-04-30T20:15:33.968Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2125 | 2025-04-30T20:15:33.972Z | Checking pretty-hex v0.2.1 |
| 2126 | 2025-04-30T20:15:34.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2127 | 2025-04-30T20:15:34.026Z | Checking colored v2.2.0 |
| 2128 | 2025-04-30T20:15:34.198Z | Checking winnow v0.6.20 |
| 2129 | 2025-04-30T20:15:34.397Z | Checking smf v0.2.3 |
| 2130 | 2025-04-30T20:15:34.444Z | Checking itertools v0.14.0 |
| 2131 | 2025-04-30T20:15:34.722Z | Checking foreign-types v0.5.0 |
| 2132 | 2025-04-30T20:15:34.794Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2133 | 2025-04-30T20:15:34.853Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2134 | 2025-04-30T20:15:34.883Z | Checking base64 v0.21.7 |
| 2135 | 2025-04-30T20:15:34.969Z | Compiling itertools v0.13.0 |
| 2136 | 2025-04-30T20:15:35.190Z | Compiling crucible-workspace-hack v0.1.0 |
| 2137 | 2025-04-30T20:15:35.350Z | Compiling heapless v0.8.0 |
| 2138 | 2025-04-30T20:15:35.670Z | Checking hash32 v0.3.1 |
| 2139 | 2025-04-30T20:15:35.936Z | Compiling smoltcp v0.11.0 |
| 2140 | 2025-04-30T20:15:35.969Z | Checking num_enum v0.5.11 |
| 2141 | 2025-04-30T20:15:36.094Z | Checking cobs v0.2.3 |
| 2142 | 2025-04-30T20:15:36.153Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2143 | 2025-04-30T20:15:36.321Z | Checking postcard v1.0.10 |
| 2144 | 2025-04-30T20:15:36.466Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2145 | 2025-04-30T20:15:36.596Z | Checking sigpipe v0.1.3 |
| 2146 | 2025-04-30T20:15:36.724Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2147 | 2025-04-30T20:15:36.899Z | Checking jiff v0.2.10 |
| 2148 | 2025-04-30T20:15:36.927Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2149 | 2025-04-30T20:15:36.953Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2150 | 2025-04-30T20:15:37.155Z | Compiling zone_cfg_derive v0.3.0 |
| 2151 | 2025-04-30T20:15:37.219Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2152 | 2025-04-30T20:15:37.567Z | Compiling num-derive v0.4.2 |
| 2153 | 2025-04-30T20:15:37.816Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2154 | 2025-04-30T20:15:37.869Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2155 | 2025-04-30T20:15:38.206Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2156 | 2025-04-30T20:15:38.493Z | Compiling convert_case v0.4.0 |
| 2157 | 2025-04-30T20:15:38.515Z | Checking zone v0.3.1 |
| 2158 | 2025-04-30T20:15:38.687Z | Checking atomicwrites v0.4.4 |
| 2159 | 2025-04-30T20:15:38.717Z | Compiling typify-macro v0.3.0 |
| 2160 | 2025-04-30T20:15:38.896Z | Checking utf-8 v0.7.6 |
| 2161 | 2025-04-30T20:15:39.139Z | Checking tungstenite v0.21.0 |
| 2162 | 2025-04-30T20:15:39.300Z | Checking newline-converter v0.3.0 |
| 2163 | 2025-04-30T20:15:39.330Z | Compiling derive_more v0.99.19 |
| 2164 | 2025-04-30T20:15:39.487Z | Checking expectorate v1.1.0 |
| 2165 | 2025-04-30T20:15:39.668Z | Checking num-rational v0.4.2 |
| 2166 | 2025-04-30T20:15:39.752Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2167 | 2025-04-30T20:15:39.971Z | Checking tokio-tungstenite v0.21.0 |
| 2168 | 2025-04-30T20:15:40.009Z | Checking num-complex v0.4.6 |
| 2169 | 2025-04-30T20:15:40.208Z | Checking float-ord v0.3.2 |
| 2170 | 2025-04-30T20:15:40.272Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2171 | 2025-04-30T20:15:40.392Z | Checking indent_write v2.2.0 |
| 2172 | 2025-04-30T20:15:40.511Z | Checking same-file v1.0.6 |
| 2173 | 2025-04-30T20:15:40.559Z | Checking fixedbitset v0.5.7 |
| 2174 | 2025-04-30T20:15:40.613Z | Checking xattr v1.3.1 |
| 2175 | 2025-04-30T20:15:40.707Z | Checking walkdir v2.5.0 |
| 2176 | 2025-04-30T20:15:40.892Z | Checking filetime v0.2.25 |
| 2177 | 2025-04-30T20:15:40.931Z | Checking num v0.4.3 |
| 2178 | 2025-04-30T20:15:41.003Z | Checking petgraph v0.7.1 |
| 2179 | 2025-04-30T20:15:41.028Z | Checking arc-swap v1.7.1 |
| 2180 | 2025-04-30T20:15:41.055Z | Checking half v2.4.1 |
| 2181 | 2025-04-30T20:15:41.124Z | Checking tar v0.4.44 |
| 2182 | 2025-04-30T20:15:41.467Z | Checking slog-scope v4.4.0 |
| 2183 | 2025-04-30T20:15:41.543Z | Checking ciborium-io v0.2.2 |
| 2184 | 2025-04-30T20:15:41.693Z | Checking slog-stdlog v4.1.1 |
| 2185 | 2025-04-30T20:15:41.697Z | Checking ciborium-ll v0.2.2 |
| 2186 | 2025-04-30T20:15:41.895Z | Checking password-hash v0.5.0 |
| 2187 | 2025-04-30T20:15:41.982Z | Checking blake2 v0.10.6 |
| 2188 | 2025-04-30T20:15:42.030Z | Checking ciborium v0.2.2 |
| 2189 | 2025-04-30T20:15:42.346Z | Checking slog-envlogger v2.2.0 |
| 2190 | 2025-04-30T20:15:42.469Z | Checking argon2 v0.5.3 |
| 2191 | 2025-04-30T20:15:42.575Z | Compiling owo-colors v4.2.0 |
| 2192 | 2025-04-30T20:15:42.672Z | Compiling typify v0.3.0 |
| 2193 | 2025-04-30T20:15:42.865Z | Compiling progenitor-impl v0.9.1 |
| 2194 | 2025-04-30T20:15:43.008Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2195 | 2025-04-30T20:15:43.167Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2196 | 2025-04-30T20:15:43.207Z | Compiling cancel-safe-futures v0.1.5 |
| 2197 | 2025-04-30T20:15:43.307Z | Checking swrite v0.1.0 |
| 2198 | 2025-04-30T20:15:43.527Z | Checking libsw-core v0.3.1 |
| 2199 | 2025-04-30T20:15:43.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2200 | 2025-04-30T20:15:43.777Z | Checking libsw v3.4.0 |
| 2201 | 2025-04-30T20:15:44.027Z | Checking linear-map v1.2.0 |
| 2202 | 2025-04-30T20:15:44.073Z | Checking pem v3.0.5 |
| 2203 | 2025-04-30T20:15:44.328Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2204 | 2025-04-30T20:15:44.355Z | Compiling typify-impl v0.2.0 |
| 2205 | 2025-04-30T20:15:44.565Z | Checking prettyplease v0.2.30 |
| 2206 | 2025-04-30T20:15:45.414Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2207 | 2025-04-30T20:15:45.565Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2208 | 2025-04-30T20:15:46.626Z | Checking highway v1.3.0 |
| 2209 | 2025-04-30T20:15:47.096Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2210 | 2025-04-30T20:15:47.515Z | Checking headers-core v0.3.0 |
| 2211 | 2025-04-30T20:15:48.517Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2212 | 2025-04-30T20:15:49.556Z | Checking headers v0.4.0 |
| 2213 | 2025-04-30T20:15:49.592Z | Compiling progenitor-macro v0.9.1 |
| 2214 | 2025-04-30T20:15:50.275Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2215 | 2025-04-30T20:15:54.360Z | Compiling lzma-sys v0.1.20 |
| 2216 | 2025-04-30T20:15:54.933Z | Checking progenitor-client v0.8.0 |
| 2217 | 2025-04-30T20:15:55.043Z | Compiling heck v0.3.3 |
| 2218 | 2025-04-30T20:15:55.187Z | Checking linked-hash-map v0.5.6 |
| 2219 | 2025-04-30T20:15:55.420Z | Compiling zone_cfg_derive v0.1.2 |
| 2220 | 2025-04-30T20:15:55.501Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2221 | 2025-04-30T20:15:55.526Z | Checking lru-cache v0.1.2 |
| 2222 | 2025-04-30T20:15:55.562Z | Checking yasna v0.5.2 |
| 2223 | 2025-04-30T20:15:55.775Z | Checking base64 v0.13.1 |
| 2224 | 2025-04-30T20:15:55.833Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2225 | 2025-04-30T20:15:56.234Z | Checking ron v0.7.1 |
| 2226 | 2025-04-30T20:15:56.357Z | Checking xz2 v0.1.7 |
| 2227 | 2025-04-30T20:15:56.477Z | Checking rcgen v0.12.1 |
| 2228 | 2025-04-30T20:15:56.690Z | Checking resolv-conf v0.7.0 |
| 2229 | 2025-04-30T20:15:56.940Z | Checking zone v0.1.8 |
| 2230 | 2025-04-30T20:15:57.079Z | Checking hickory-resolver v0.24.4 |
| 2231 | 2025-04-30T20:15:57.184Z | Checking subprocess v0.2.9 |
| 2232 | 2025-04-30T20:15:57.409Z | Checking humantime v2.1.0 |
| 2233 | 2025-04-30T20:15:57.677Z | Checking keccak v0.1.5 |
| 2234 | 2025-04-30T20:15:57.786Z | Checking secrecy v0.10.3 |
| 2235 | 2025-04-30T20:15:57.998Z | Compiling semver v0.1.20 |
| 2236 | 2025-04-30T20:15:58.041Z | Checking universal-hash v0.5.1 |
| 2237 | 2025-04-30T20:15:58.068Z | Checking sha3 v0.10.8 |
| 2238 | 2025-04-30T20:15:58.259Z | Checking opaque-debug v0.3.1 |
| 2239 | 2025-04-30T20:15:58.383Z | Compiling rustc_version v0.1.7 |
| 2240 | 2025-04-30T20:15:58.496Z | Checking aead v0.5.2 |
| 2241 | 2025-04-30T20:15:58.592Z | Checking poly1305 v0.8.0 |
| 2242 | 2025-04-30T20:15:58.744Z | Checking chacha20 v0.9.1 |
| 2243 | 2025-04-30T20:15:58.773Z | Checking qorb v0.3.1 |
| 2244 | 2025-04-30T20:15:58.799Z | Compiling typify-macro v0.2.0 |
| 2245 | 2025-04-30T20:15:58.836Z | Compiling newtype_derive v0.1.6 |
| 2246 | 2025-04-30T20:15:59.113Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2247 | 2025-04-30T20:15:59.140Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2248 | 2025-04-30T20:15:59.422Z | Checking steno v0.4.1 |
| 2249 | 2025-04-30T20:15:59.534Z | Checking chacha20poly1305 v0.10.1 |
| 2250 | 2025-04-30T20:15:59.756Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2251 | 2025-04-30T20:15:59.793Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2252 | 2025-04-30T20:16:00.277Z | Checking bytecount v0.6.8 |
| 2253 | 2025-04-30T20:16:00.403Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2254 | 2025-04-30T20:16:00.464Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2255 | 2025-04-30T20:16:01.146Z | Checking display-error-chain v0.2.2 |
| 2256 | 2025-04-30T20:16:01.371Z | Compiling slog-dtrace v0.3.0 |
| 2257 | 2025-04-30T20:16:01.671Z | Checking gethostname v0.5.0 |
| 2258 | 2025-04-30T20:16:01.795Z | Checking nibble_vec v0.1.0 |
| 2259 | 2025-04-30T20:16:01.823Z | Checking endian-type v0.1.2 |
| 2260 | 2025-04-30T20:16:01.848Z | Checking progenitor v0.9.1 |
| 2261 | 2025-04-30T20:16:01.873Z | Checking thiserror-no-std v2.0.2 |
| 2262 | 2025-04-30T20:16:02.037Z | Checking vsss-rs v3.3.4 |
| 2263 | 2025-04-30T20:16:02.066Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2264 | 2025-04-30T20:16:02.099Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2265 | 2025-04-30T20:16:02.445Z | Checking radix_trie v0.2.1 |
| 2266 | 2025-04-30T20:16:02.762Z | Compiling typify v0.2.0 |
| 2267 | 2025-04-30T20:16:02.961Z | Compiling progenitor-impl v0.8.0 |
| 2268 | 2025-04-30T20:16:03.127Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2269 | 2025-04-30T20:16:05.052Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2270 | 2025-04-30T20:16:05.096Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2271 | 2025-04-30T20:16:05.302Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2272 | 2025-04-30T20:16:05.825Z | Checking papergrid v0.14.0 |
| 2273 | 2025-04-30T20:16:06.173Z | Compiling proc-macro-error2 v2.0.1 |
| 2274 | 2025-04-30T20:16:06.852Z | Compiling tabled_derive v0.10.0 |
| 2275 | 2025-04-30T20:16:06.889Z | Compiling num-derive v0.3.3 |
| 2276 | 2025-04-30T20:16:06.959Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2277 | 2025-04-30T20:16:08.018Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2278 | 2025-04-30T20:16:09.090Z | Checking libscf-sys v1.1.0 |
| 2279 | 2025-04-30T20:16:09.337Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2280 | 2025-04-30T20:16:09.364Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2281 | 2025-04-30T20:16:09.505Z | Checking tabled v0.18.0 |
| 2282 | 2025-04-30T20:16:09.703Z | Checking maplit v1.0.2 |
| 2283 | 2025-04-30T20:16:09.740Z | Compiling progenitor-macro v0.8.0 |
| 2284 | 2025-04-30T20:16:09.784Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2285 | 2025-04-30T20:16:09.916Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2286 | 2025-04-30T20:16:10.295Z | Checking crc8 v0.1.1 |
| 2287 | 2025-04-30T20:16:10.407Z | Compiling vte_generate_state_changes v0.1.2 |
| 2288 | 2025-04-30T20:16:10.463Z | Checking fd-lock v4.0.2 |
| 2289 | 2025-04-30T20:16:10.702Z | Checking fxhash v0.2.1 |
| 2290 | 2025-04-30T20:16:10.925Z | Compiling async-recursion v1.1.1 |
| 2291 | 2025-04-30T20:16:11.128Z | Checking vte v0.11.1 |
| 2292 | 2025-04-30T20:16:12.006Z | Compiling radium v0.7.0 |
| 2293 | 2025-04-30T20:16:12.446Z | Checking termcolor v1.4.1 |
| 2294 | 2025-04-30T20:16:12.481Z | Checking nu-ansi-term v0.50.1 |
| 2295 | 2025-04-30T20:16:12.578Z | Checking strip-ansi-escapes v0.2.0 |
| 2296 | 2025-04-30T20:16:12.809Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2297 | 2025-04-30T20:16:12.867Z | Compiling const_format_proc_macros v0.2.34 |
| 2298 | 2025-04-30T20:16:12.907Z | Checking reedline v0.38.0 |
| 2299 | 2025-04-30T20:16:13.426Z | Compiling maybe-uninit v2.0.0 |
| 2300 | 2025-04-30T20:16:13.630Z | Checking tap v1.0.1 |
| 2301 | 2025-04-30T20:16:13.824Z | Checking wyz v0.5.1 |
| 2302 | 2025-04-30T20:16:14.150Z | Checking crc-catalog v2.4.0 |
| 2303 | 2025-04-30T20:16:14.224Z | Checking funty v2.0.0 |
| 2304 | 2025-04-30T20:16:14.335Z | Compiling packed_struct v0.10.1 |
| 2305 | 2025-04-30T20:16:14.505Z | Checking crc v3.2.1 |
| 2306 | 2025-04-30T20:16:14.774Z | Checking const_format v0.2.34 |
| 2307 | 2025-04-30T20:16:14.975Z | Compiling packed_struct_codegen v0.10.1 |
| 2308 | 2025-04-30T20:16:15.000Z | Compiling indexmap v1.9.3 |
| 2309 | 2025-04-30T20:16:15.126Z | Checking bitvec v1.0.1 |
| 2310 | 2025-04-30T20:16:15.267Z | Checking nodrop v0.1.14 |
| 2311 | 2025-04-30T20:16:15.399Z | Checking smallvec v0.6.14 |
| 2312 | 2025-04-30T20:16:15.426Z | Checking array-init v0.0.4 |
| 2313 | 2025-04-30T20:16:15.455Z | Checking hashbrown v0.12.3 |
| 2314 | 2025-04-30T20:16:15.802Z | Checking bitfield v0.14.0 |
| 2315 | 2025-04-30T20:16:16.120Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2316 | 2025-04-30T20:16:16.412Z | Checking env_logger v0.10.2 |
| 2317 | 2025-04-30T20:16:16.415Z | Checking serde-hex v0.1.0 |
| 2318 | 2025-04-30T20:16:16.871Z | Checking ron v0.8.1 |
| 2319 | 2025-04-30T20:16:17.116Z | Checking hashbrown v0.13.2 |
| 2320 | 2025-04-30T20:16:17.564Z | Checking crc-any v2.5.0 |
| 2321 | 2025-04-30T20:16:17.969Z | Checking path-slash v0.1.5 |
| 2322 | 2025-04-30T20:16:18.043Z | Checking object v0.30.4 |
| 2323 | 2025-04-30T20:16:18.104Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2324 | 2025-04-30T20:16:18.147Z | Checking home v0.5.9 |
| 2325 | 2025-04-30T20:16:18.318Z | Checking kstat-rs v0.2.4 |
| 2326 | 2025-04-30T20:16:18.402Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2327 | 2025-04-30T20:16:18.677Z | Checking papergrid v0.11.0 |
| 2328 | 2025-04-30T20:16:19.103Z | Compiling tabled_derive v0.7.0 |
| 2329 | 2025-04-30T20:16:20.090Z | Compiling libefi-sys v0.1.0 |
| 2330 | 2025-04-30T20:16:20.214Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2331 | 2025-04-30T20:16:20.450Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2332 | 2025-04-30T20:16:20.625Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2333 | 2025-04-30T20:16:20.908Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2334 | 2025-04-30T20:16:21.260Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2335 | 2025-04-30T20:16:21.317Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2336 | 2025-04-30T20:16:22.093Z | Checking progenitor v0.8.0 |
| 2337 | 2025-04-30T20:16:22.344Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2338 | 2025-04-30T20:16:23.782Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2339 | 2025-04-30T20:16:24.057Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2340 | 2025-04-30T20:16:24.114Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2341 | 2025-04-30T20:16:24.594Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2342 | 2025-04-30T20:16:24.867Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2343 | 2025-04-30T20:16:25.298Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2344 | 2025-04-30T20:16:26.123Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2345 | 2025-04-30T20:16:26.587Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2346 | 2025-04-30T20:16:27.016Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2347 | 2025-04-30T20:16:27.124Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2348 | 2025-04-30T20:16:27.590Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2349 | 2025-04-30T20:16:28.953Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2350 | 2025-04-30T20:16:28.983Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2351 | 2025-04-30T20:16:30.085Z | Checking tabled v0.15.0 |
| 2352 | 2025-04-30T20:16:30.907Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2025-04-30T20:16:31.221Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2354 | 2025-04-30T20:16:31.451Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2355 | 2025-04-30T20:16:31.766Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2025-04-30T20:16:32.107Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2357 | 2025-04-30T20:16:32.176Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2358 | 2025-04-30T20:16:32.323Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2025-04-30T20:16:33.003Z | Compiling phf_generator v0.11.2 |
| 2360 | 2025-04-30T20:16:33.010Z | Compiling phf_codegen v0.11.2 |
| 2361 | 2025-04-30T20:16:33.010Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2362 | 2025-04-30T20:16:33.010Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2025-04-30T20:16:33.010Z | Compiling dsl_auto_type v0.1.2 |
| 2364 | 2025-04-30T20:16:33.254Z | Checking scheduled-thread-pool v0.2.7 |
| 2365 | 2025-04-30T20:16:33.336Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2366 | 2025-04-30T20:16:33.481Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2367 | 2025-04-30T20:16:33.510Z | Compiling parse-zoneinfo v0.3.1 |
| 2368 | 2025-04-30T20:16:34.314Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2369 | 2025-04-30T20:16:34.753Z | Checking glob v0.3.2 |
| 2370 | 2025-04-30T20:16:35.083Z | Compiling cfg_aliases v0.1.1 |
| 2371 | 2025-04-30T20:16:35.108Z | Compiling diesel_derives v2.2.3 |
| 2372 | 2025-04-30T20:16:35.176Z | Compiling chrono-tz-build v0.4.0 |
| 2373 | 2025-04-30T20:16:35.204Z | Compiling nix v0.28.0 |
| 2374 | 2025-04-30T20:16:35.982Z | Checking r2d2 v0.8.10 |
| 2375 | 2025-04-30T20:16:36.248Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2376 | 2025-04-30T20:16:36.330Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2377 | 2025-04-30T20:16:36.436Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2378 | 2025-04-30T20:16:36.681Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2379 | 2025-04-30T20:16:36.770Z | Checking bcs v0.1.6 |
| 2380 | 2025-04-30T20:16:37.020Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2381 | 2025-04-30T20:16:37.025Z | Checking nanorand v0.7.0 |
| 2382 | 2025-04-30T20:16:37.220Z | Compiling parking_lot_core v0.8.6 |
| 2383 | 2025-04-30T20:16:37.428Z | Checking flume v0.11.1 |
| 2384 | 2025-04-30T20:16:37.455Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2385 | 2025-04-30T20:16:37.704Z | Compiling chrono-tz v0.10.3 |
| 2386 | 2025-04-30T20:16:38.003Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2387 | 2025-04-30T20:16:38.378Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2388 | 2025-04-30T20:16:38.428Z | Compiling crunchy v0.2.2 |
| 2389 | 2025-04-30T20:16:38.659Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2390 | 2025-04-30T20:16:39.477Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2391 | 2025-04-30T20:16:39.786Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2392 | 2025-04-30T20:16:40.362Z | Compiling peg-macros v0.8.5 |
| 2393 | 2025-04-30T20:16:41.044Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 2394 | 2025-04-30T20:16:41.330Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2395 | 2025-04-30T20:16:41.757Z | Compiling sqlparser_derive v0.2.2 |
| 2396 | 2025-04-30T20:16:42.462Z | Compiling tiny-keccak v2.0.2 |
| 2397 | 2025-04-30T20:16:42.499Z | Checking unicode_categories v0.1.1 |
| 2398 | 2025-04-30T20:16:42.820Z | Compiling xshell-macros v0.2.7 |
| 2399 | 2025-04-30T20:16:42.845Z | Checking sqlformat v0.2.6 |
| 2400 | 2025-04-30T20:16:42.870Z | Checking sqlparser v0.45.0 |
| 2401 | 2025-04-30T20:16:43.603Z | Checking xshell v0.2.7 |
| 2402 | 2025-04-30T20:16:43.882Z | Checking peg v0.8.5 |
| 2403 | 2025-04-30T20:16:44.016Z | Checking rustyline v14.0.0 |
| 2404 | 2025-04-30T20:16:45.540Z | Checking parking_lot v0.11.2 |
| 2405 | 2025-04-30T20:16:46.047Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2406 | 2025-04-30T20:16:46.094Z | Checking diesel v2.2.9 |
| 2407 | 2025-04-30T20:16:46.145Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2408 | 2025-04-30T20:16:46.412Z | Checking termtree v0.5.1 |
| 2409 | 2025-04-30T20:16:46.692Z | Compiling bit-vec v0.6.3 |
| 2410 | 2025-04-30T20:16:46.749Z | Compiling ref-cast v1.0.23 |
| 2411 | 2025-04-30T20:16:47.133Z | Compiling bit-set v0.5.3 |
| 2412 | 2025-04-30T20:16:47.431Z | Checking sled v0.34.7 |
| 2413 | 2025-04-30T20:16:47.530Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2414 | 2025-04-30T20:16:48.093Z | Checking hickory-client v0.24.4 |
| 2415 | 2025-04-30T20:16:48.822Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2416 | 2025-04-30T20:16:50.039Z | Compiling ascii-canvas v3.0.0 |
| 2417 | 2025-04-30T20:16:50.236Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2418 | 2025-04-30T20:16:50.518Z | Checking hickory-server v0.24.4 |
| 2419 | 2025-04-30T20:16:50.568Z | Compiling ena v0.14.3 |
| 2420 | 2025-04-30T20:16:50.812Z | Compiling ref-cast-impl v1.0.23 |
| 2421 | 2025-04-30T20:16:50.871Z | Compiling bindgen v0.71.1 |
| 2422 | 2025-04-30T20:16:51.006Z | Compiling regex-syntax v0.6.29 |
| 2423 | 2025-04-30T20:16:51.692Z | Compiling diff v0.1.13 |
| 2424 | 2025-04-30T20:16:51.874Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2425 | 2025-04-30T20:16:52.166Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2426 | 2025-04-30T20:16:52.240Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2427 | 2025-04-30T20:16:52.791Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2428 | 2025-04-30T20:16:53.129Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2429 | 2025-04-30T20:16:53.577Z | Compiling unicase v2.7.0 |
| 2430 | 2025-04-30T20:16:53.950Z | Compiling rustc-hash v2.1.1 |
| 2431 | 2025-04-30T20:16:54.565Z | Compiling lalrpop v0.19.12 |
| 2432 | 2025-04-30T20:16:55.543Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2433 | 2025-04-30T20:16:55.688Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2434 | 2025-04-30T20:16:56.219Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2435 | 2025-04-30T20:16:56.468Z | Compiling derive_builder_core v0.20.2 |
| 2436 | 2025-04-30T20:16:56.572Z | Compiling libxml v0.3.3 |
| 2437 | 2025-04-30T20:16:57.079Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2438 | 2025-04-30T20:16:57.104Z | Compiling strum_macros v0.24.3 |
| 2439 | 2025-04-30T20:16:58.510Z | Compiling indoc v1.0.9 |
| 2440 | 2025-04-30T20:16:58.728Z | Compiling derive_builder_macro v0.20.2 |
| 2441 | 2025-04-30T20:16:59.652Z | Checking derive_builder v0.20.2 |
| 2442 | 2025-04-30T20:17:00.275Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2443 | 2025-04-30T20:17:00.404Z | Checking primeorder v0.13.6 |
| 2444 | 2025-04-30T20:17:00.644Z | Checking quick-xml v0.37.2 |
| 2445 | 2025-04-30T20:17:00.955Z | Compiling oso-derive v0.27.3 |
| 2446 | 2025-04-30T20:17:00.996Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2447 | 2025-04-30T20:17:02.040Z | Compiling mime_guess v2.0.5 |
| 2448 | 2025-04-30T20:17:02.839Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2449 | 2025-04-30T20:17:03.179Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2450 | 2025-04-30T20:17:04.349Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2451 | 2025-04-30T20:17:04.809Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2452 | 2025-04-30T20:17:04.835Z | Checking http-range v0.1.5 |
| 2453 | 2025-04-30T20:17:05.341Z | Checking signal-hook-tokio v0.3.1 |
| 2454 | 2025-04-30T20:17:05.410Z | Checking atty v0.2.14 |
| 2455 | 2025-04-30T20:17:05.535Z | Compiling salty v0.3.0 |
| 2456 | 2025-04-30T20:17:05.588Z | Checking p384 v0.13.0 |
| 2457 | 2025-04-30T20:17:05.955Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2458 | 2025-04-30T20:17:06.095Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2459 | 2025-04-30T20:17:06.420Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2460 | 2025-04-30T20:17:06.810Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2461 | 2025-04-30T20:17:07.336Z | Compiling diesel-dtrace v0.4.2 |
| 2462 | 2025-04-30T20:17:07.400Z | Checking hyper-staticfile v0.10.1 |
| 2463 | 2025-04-30T20:17:07.621Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2464 | 2025-04-30T20:17:07.689Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2465 | 2025-04-30T20:17:07.774Z | Checking tungstenite v0.23.0 |
| 2466 | 2025-04-30T20:17:07.795Z | Checking bb8 v0.8.5 |
| 2467 | 2025-04-30T20:17:07.896Z | Checking env_filter v0.1.2 |
| 2468 | 2025-04-30T20:17:08.019Z | Checking assert_matches v1.5.0 |
| 2469 | 2025-04-30T20:17:08.149Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2470 | 2025-04-30T20:17:08.159Z | Checking env_logger v0.11.5 |
| 2471 | 2025-04-30T20:17:08.159Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2472 | 2025-04-30T20:17:08.285Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2473 | 2025-04-30T20:17:08.529Z | Checking void v1.0.2 |
| 2474 | 2025-04-30T20:17:08.551Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2475 | 2025-04-30T20:17:08.633Z | Checking tokio-tungstenite v0.23.1 |
| 2476 | 2025-04-30T20:17:08.710Z | Checking lzss v0.8.2 |
| 2477 | 2025-04-30T20:17:08.769Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2478 | 2025-04-30T20:17:08.802Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2479 | 2025-04-30T20:17:08.961Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2480 | 2025-04-30T20:17:09.071Z | Checking nix v0.27.1 |
| 2481 | 2025-04-30T20:17:09.107Z | Checking secrecy v0.8.0 |
| 2482 | 2025-04-30T20:17:09.113Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2483 | 2025-04-30T20:17:09.270Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2484 | 2025-04-30T20:17:09.993Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2485 | 2025-04-30T20:17:14.218Z | Compiling pin-project-internal v1.1.6 |
| 2486 | 2025-04-30T20:17:14.242Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2487 | 2025-04-30T20:17:14.255Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2488 | 2025-04-30T20:17:14.255Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2489 | 2025-04-30T20:17:14.255Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2490 | 2025-04-30T20:17:14.255Z | Checking rand_seeder v0.3.0 |
| 2491 | 2025-04-30T20:17:14.255Z | Compiling snafu-derive v0.8.5 |
| 2492 | 2025-04-30T20:17:14.256Z | Checking pin-project v1.1.6 |
| 2493 | 2025-04-30T20:17:14.257Z | Compiling fs-err v2.11.0 |
| 2494 | 2025-04-30T20:17:14.257Z | Checking olpc-cjson v0.1.4 |
| 2495 | 2025-04-30T20:17:14.414Z | Checking globset v0.4.15 |
| 2496 | 2025-04-30T20:17:14.621Z | Checking serde_plain v1.0.2 |
| 2497 | 2025-04-30T20:17:14.883Z | Checking typed-path v0.9.3 |
| 2498 | 2025-04-30T20:17:15.266Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2499 | 2025-04-30T20:17:15.553Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2500 | 2025-04-30T20:17:16.558Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2501 | 2025-04-30T20:17:16.914Z | Checking async-bb8-diesel v0.2.1 |
| 2502 | 2025-04-30T20:17:17.123Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2503 | 2025-04-30T20:17:17.435Z | Checking parse-size v1.1.0 |
| 2504 | 2025-04-30T20:17:17.616Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2505 | 2025-04-30T20:17:17.656Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2506 | 2025-04-30T20:17:18.127Z | Checking heck v0.4.1 |
| 2507 | 2025-04-30T20:17:18.335Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2508 | 2025-04-30T20:17:18.572Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2509 | 2025-04-30T20:17:18.575Z | Checking snafu v0.8.5 |
| 2510 | 2025-04-30T20:17:18.770Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2511 | 2025-04-30T20:17:18.823Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2512 | 2025-04-30T20:17:19.036Z | Checking tough v0.20.0 |
| 2513 | 2025-04-30T20:17:19.378Z | Checking yansi v1.0.1 |
| 2514 | 2025-04-30T20:17:19.929Z | Checking pretty_assertions v1.4.1 |
| 2515 | 2025-04-30T20:17:21.934Z | Checking io-lifetimes v1.0.11 |
| 2516 | 2025-04-30T20:17:21.975Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2517 | 2025-04-30T20:17:21.975Z | Checking rustix v0.37.28 |
| 2518 | 2025-04-30T20:17:21.976Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2519 | 2025-04-30T20:17:22.010Z | Checking is_ci v1.2.0 |
| 2520 | 2025-04-30T20:17:22.011Z | Checking supports-color v3.0.2 |
| 2521 | 2025-04-30T20:17:22.024Z | Checking terminal_size v0.2.6 |
| 2522 | 2025-04-30T20:17:22.223Z | Compiling libz-sys v1.1.20 |
| 2523 | 2025-04-30T20:17:22.932Z | Checking unicode-linebreak v0.1.5 |
| 2524 | 2025-04-30T20:17:23.379Z | Compiling indoc v2.0.6 |
| 2525 | 2025-04-30T20:17:23.555Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2526 | 2025-04-30T20:17:24.004Z | Checking smawk v0.3.2 |
| 2527 | 2025-04-30T20:17:24.198Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2528 | 2025-04-30T20:17:24.240Z | Checking textwrap v0.16.1 |
| 2529 | 2025-04-30T20:17:24.443Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2530 | 2025-04-30T20:17:24.648Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2531 | 2025-04-30T20:17:24.963Z | Checking castaway v0.2.3 |
| 2532 | 2025-04-30T20:17:25.157Z | Checking compact_str v0.8.0 |
| 2533 | 2025-04-30T20:17:25.196Z | Checking unicode-truncate v1.1.0 |
| 2534 | 2025-04-30T20:17:25.449Z | Checking concurrent-queue v2.5.0 |
| 2535 | 2025-04-30T20:17:25.840Z | Checking lru v0.12.5 |
| 2536 | 2025-04-30T20:17:26.024Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2537 | 2025-04-30T20:17:26.143Z | Compiling instability v0.3.2 |
| 2538 | 2025-04-30T20:17:26.459Z | Checking parking v2.2.1 |
| 2539 | 2025-04-30T20:17:26.647Z | Checking cassowary v0.3.0 |
| 2540 | 2025-04-30T20:17:27.299Z | Checking ratatui v0.29.0 |
| 2541 | 2025-04-30T20:17:27.315Z | Checking cargo-platform v0.1.8 |
| 2542 | 2025-04-30T20:17:27.499Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2543 | 2025-04-30T20:17:27.564Z | Checking cargo_metadata v0.19.2 |
| 2544 | 2025-04-30T20:17:28.903Z | Compiling vergen v8.3.2 |
| 2545 | 2025-04-30T20:17:29.294Z | Checking event-listener v5.3.1 |
| 2546 | 2025-04-30T20:17:29.719Z | Compiling cargo_metadata v0.18.1 |
| 2547 | 2025-04-30T20:17:29.739Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2548 | 2025-04-30T20:17:30.076Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2549 | 2025-04-30T20:17:32.130Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2550 | 2025-04-30T20:17:32.226Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2551 | 2025-04-30T20:17:32.371Z | Checking plotters-backend v0.3.7 |
| 2552 | 2025-04-30T20:17:32.478Z | Compiling rustls v0.21.12 |
| 2553 | 2025-04-30T20:17:32.726Z | Checking shell-words v1.1.0 |
| 2554 | 2025-04-30T20:17:32.780Z | Checking plotters-svg v0.3.7 |
| 2555 | 2025-04-30T20:17:32.921Z | Checking event-listener-strategy v0.5.2 |
| 2556 | 2025-04-30T20:17:32.944Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2557 | 2025-04-30T20:17:33.017Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2558 | 2025-04-30T20:17:33.155Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2559 | 2025-04-30T20:17:33.391Z | Checking sct v0.7.1 |
| 2560 | 2025-04-30T20:17:33.520Z | Checking rustls-webpki v0.101.7 |
| 2561 | 2025-04-30T20:17:33.635Z | Checking cast v0.3.0 |
| 2562 | 2025-04-30T20:17:33.789Z | Checking plotters v0.3.7 |
| 2563 | 2025-04-30T20:17:33.970Z | Checking criterion-plot v0.5.0 |
| 2564 | 2025-04-30T20:17:34.472Z | Checking futures-lite v2.3.0 |
| 2565 | 2025-04-30T20:17:35.561Z | Checking tinytemplate v1.2.1 |
| 2566 | 2025-04-30T20:17:35.820Z | Checking oorandom v11.1.4 |
| 2567 | 2025-04-30T20:17:35.973Z | Checking anes v0.1.6 |
| 2568 | 2025-04-30T20:17:36.001Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2569 | 2025-04-30T20:17:36.246Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2570 | 2025-04-30T20:17:36.292Z | Checking criterion v0.5.1 |
| 2571 | 2025-04-30T20:17:36.580Z | Checking rustls-pemfile v1.0.4 |
| 2572 | 2025-04-30T20:17:36.804Z | Checking twox-hash v2.1.0 |
| 2573 | 2025-04-30T20:17:37.169Z | Checking tokio-rustls v0.24.1 |
| 2574 | 2025-04-30T20:17:37.405Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2575 | 2025-04-30T20:17:37.540Z | Checking async-lock v3.4.0 |
| 2576 | 2025-04-30T20:17:38.371Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2577 | 2025-04-30T20:17:39.011Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2578 | 2025-04-30T20:17:39.606Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2579 | 2025-04-30T20:17:39.759Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2580 | 2025-04-30T20:17:39.948Z | Checking fatfs v0.3.6 |
| 2581 | 2025-04-30T20:17:40.017Z | Checking polling v3.7.3 |
| 2582 | 2025-04-30T20:17:40.413Z | Checking csv-core v0.1.11 |
| 2583 | 2025-04-30T20:17:41.133Z | Checking hex-literal v0.4.1 |
| 2584 | 2025-04-30T20:17:41.146Z | Checking csv v1.3.1 |
| 2585 | 2025-04-30T20:17:41.146Z | Checking async-io v2.3.4 |
| 2586 | 2025-04-30T20:17:41.220Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2587 | 2025-04-30T20:17:41.763Z | Checking rtoolbox v0.0.2 |
| 2588 | 2025-04-30T20:17:41.845Z | Checking async-task v4.7.1 |
| 2589 | 2025-04-30T20:17:41.982Z | Checking rpassword v7.3.1 |
| 2590 | 2025-04-30T20:17:42.171Z | Checking async-channel v2.3.1 |
| 2591 | 2025-04-30T20:17:42.218Z | Checking tui-tree-widget v0.23.0 |
| 2592 | 2025-04-30T20:17:42.518Z | Checking polyval v0.6.2 |
| 2593 | 2025-04-30T20:17:42.543Z | Checking piper v0.2.4 |
| 2594 | 2025-04-30T20:17:42.785Z | Checking futures-timer v3.0.3 |
| 2595 | 2025-04-30T20:17:42.810Z | Checking ghash v0.5.1 |
| 2596 | 2025-04-30T20:17:43.014Z | Checking blocking v1.6.1 |
| 2597 | 2025-04-30T20:17:43.119Z | Checking async-executor v1.13.1 |
| 2598 | 2025-04-30T20:17:43.349Z | Checking async-signal v0.2.10 |
| 2599 | 2025-04-30T20:17:43.448Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2600 | 2025-04-30T20:17:43.654Z | Checking ctr v0.9.2 |
| 2601 | 2025-04-30T20:17:43.960Z | Checking arrayref v0.3.9 |
| 2602 | 2025-04-30T20:17:44.024Z | Checking arrayvec v0.7.6 |
| 2603 | 2025-04-30T20:17:44.083Z | Checking constant_time_eq v0.3.1 |
| 2604 | 2025-04-30T20:17:44.257Z | Checking event-listener v2.5.3 |
| 2605 | 2025-04-30T20:17:44.410Z | Checking aes-gcm v0.10.3 |
| 2606 | 2025-04-30T20:17:44.485Z | Checking async-channel v1.9.0 |
| 2607 | 2025-04-30T20:17:44.677Z | Checking async-process v2.3.0 |
| 2608 | 2025-04-30T20:17:44.790Z | Checking async-global-executor v2.4.1 |
| 2609 | 2025-04-30T20:17:45.041Z | Checking ssh-encoding v0.2.0 |
| 2610 | 2025-04-30T20:17:45.096Z | Checking blowfish v0.9.1 |
| 2611 | 2025-04-30T20:17:45.321Z | Compiling petname v2.0.2 |
| 2612 | 2025-04-30T20:17:45.401Z | Checking kv-log-macro v1.0.7 |
| 2613 | 2025-04-30T20:17:45.553Z | Compiling async-attributes v1.1.2 |
| 2614 | 2025-04-30T20:17:46.431Z | Checking async-std v1.13.0 |
| 2615 | 2025-04-30T20:17:46.702Z | Checking ssh-cipher v0.2.0 |
| 2616 | 2025-04-30T20:17:47.018Z | Checking bcrypt-pbkdf v0.10.0 |
| 2617 | 2025-04-30T20:17:48.476Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2618 | 2025-04-30T20:17:48.493Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2619 | 2025-04-30T20:17:48.521Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2620 | 2025-04-30T20:17:49.521Z | Checking password-hash v0.4.2 |
| 2621 | 2025-04-30T20:17:49.698Z | Checking async-object-pool v0.1.5 |
| 2622 | 2025-04-30T20:17:49.858Z | Checking ssh-key v0.6.6 |
| 2623 | 2025-04-30T20:17:49.994Z | Checking pbkdf2 v0.11.0 |
| 2624 | 2025-04-30T20:17:51.207Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2625 | 2025-04-30T20:17:51.481Z | Checking p521 v0.13.3 |
| 2626 | 2025-04-30T20:17:52.040Z | Checking p256 v0.13.2 |
| 2627 | 2025-04-30T20:17:52.558Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2628 | 2025-04-30T20:17:52.827Z | Checking serde_regex v1.1.0 |
| 2629 | 2025-04-30T20:17:52.938Z | Checking assert-json-diff v2.0.2 |
| 2630 | 2025-04-30T20:17:53.105Z | Checking russh-cryptovec v0.7.3 |
| 2631 | 2025-04-30T20:17:53.222Z | Checking path-tree v0.8.1 |
| 2632 | 2025-04-30T20:17:53.337Z | Checking md5 v0.7.0 |
| 2633 | 2025-04-30T20:17:53.599Z | Checking sync-ptr v0.1.1 |
| 2634 | 2025-04-30T20:17:53.671Z | Checking stringmetrics v2.2.2 |
| 2635 | 2025-04-30T20:17:53.824Z | Compiling target-lexicon v0.13.2 |
| 2636 | 2025-04-30T20:17:53.931Z | Checking httpmock v0.8.0-alpha.1 |
| 2637 | 2025-04-30T20:17:54.734Z | Checking russh-keys v0.45.0 |
| 2638 | 2025-04-30T20:17:54.963Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2639 | 2025-04-30T20:17:56.036Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2640 | 2025-04-30T20:17:56.578Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2641 | 2025-04-30T20:17:56.840Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2642 | 2025-04-30T20:17:57.186Z | Checking num-bigint v0.4.6 |
| 2643 | 2025-04-30T20:17:57.323Z | Checking des v0.8.1 |
| 2644 | 2025-04-30T20:17:57.608Z | Compiling blake3 v1.5.4 |
| 2645 | 2025-04-30T20:17:58.290Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2646 | 2025-04-30T20:17:58.868Z | Compiling guppy-workspace-hack v0.1.0 |
| 2647 | 2025-04-30T20:17:59.209Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2648 | 2025-04-30T20:17:59.530Z | Checking russh v0.45.0 |
| 2649 | 2025-04-30T20:18:00.497Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2650 | 2025-04-30T20:18:00.629Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2651 | 2025-04-30T20:18:01.259Z | Checking rustls-native-certs v0.7.3 |
| 2652 | 2025-04-30T20:18:01.465Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2653 | 2025-04-30T20:18:01.654Z | Checking memmap2 v0.9.5 |
| 2654 | 2025-04-30T20:18:01.860Z | Checking internet-checksum v0.2.1 |
| 2655 | 2025-04-30T20:18:01.943Z | Compiling target-spec v3.4.2 |
| 2656 | 2025-04-30T20:18:02.520Z | Checking hyper-rustls v0.26.0 |
| 2657 | 2025-04-30T20:18:02.590Z | Checking cfg-expr v0.18.0 |
| 2658 | 2025-04-30T20:18:03.025Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2659 | 2025-04-30T20:18:03.445Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2660 | 2025-04-30T20:18:03.683Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2661 | 2025-04-30T20:18:03.850Z | Checking httptest v0.16.3 |
| 2662 | 2025-04-30T20:18:04.531Z | Checking topological-sort v0.2.2 |
| 2663 | 2025-04-30T20:18:04.790Z | Checking omicron-zone-package v0.12.0 |
| 2664 | 2025-04-30T20:18:06.796Z | Checking pathdiff v0.2.3 |
| 2665 | 2025-04-30T20:18:06.979Z | Compiling rstest_macros v0.24.0 |
| 2666 | 2025-04-30T20:18:07.332Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2667 | 2025-04-30T20:18:07.450Z | Compiling doc-comment v0.3.3 |
| 2668 | 2025-04-30T20:18:07.496Z | Compiling target-triple v0.1.3 |
| 2669 | 2025-04-30T20:18:07.548Z | Checking nested v0.1.1 |
| 2670 | 2025-04-30T20:18:07.801Z | Checking guppy v0.17.17 |
| 2671 | 2025-04-30T20:18:08.185Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2672 | 2025-04-30T20:18:08.223Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2673 | 2025-04-30T20:18:08.531Z | Checking similar-asserts v1.7.0 |
| 2674 | 2025-04-30T20:18:08.808Z | Compiling proc-macro-crate v3.2.0 |
| 2675 | 2025-04-30T20:18:10.485Z | Compiling relative-path v1.9.3 |
| 2676 | 2025-04-30T20:18:10.654Z | Checking termtree v0.4.1 |
| 2677 | 2025-04-30T20:18:10.654Z | Compiling assert_cmd v2.0.17 |
| 2678 | 2025-04-30T20:18:10.735Z | Checking predicates-tree v1.0.11 |
| 2679 | 2025-04-30T20:18:11.227Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2680 | 2025-04-30T20:18:11.340Z | Checking blake2b_simd v1.0.2 |
| 2681 | 2025-04-30T20:18:12.192Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2682 | 2025-04-30T20:18:12.654Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2683 | 2025-04-30T20:18:13.022Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2684 | 2025-04-30T20:18:13.360Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2685 | 2025-04-30T20:18:13.698Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2686 | 2025-04-30T20:18:14.275Z | Checking serde_tokenstream v0.2.2 |
| 2687 | 2025-04-30T20:18:14.689Z | Checking uzers v0.12.1 |
| 2688 | 2025-04-30T20:18:15.257Z | Checking rust-argon2 v2.1.0 |
| 2689 | 2025-04-30T20:18:15.717Z | Checking trybuild v1.0.103 |
| 2690 | 2025-04-30T20:18:17.556Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2691 | 2025-04-30T20:18:18.034Z | Compiling git2 v0.19.0 |
| 2692 | 2025-04-30T20:18:18.968Z | Checking rstest v0.24.0 |
| 2693 | 2025-04-30T20:18:19.232Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2694 | 2025-04-30T20:18:20.480Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2695 | 2025-04-30T20:18:21.004Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2696 | 2025-04-30T20:18:21.366Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2697 | 2025-04-30T20:18:21.738Z | Checking rand_distr v0.4.3 |
| 2698 | 2025-04-30T20:18:22.572Z | Checking multimap v0.10.0 |
| 2699 | 2025-04-30T20:18:22.874Z | Checking approx v0.5.1 |
| 2700 | 2025-04-30T20:18:24.383Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2701 | 2025-04-30T20:18:24.973Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2702 | 2025-04-30T20:18:25.863Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2703 | 2025-04-30T20:18:26.202Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2704 | 2025-04-30T20:18:26.276Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2705 | 2025-04-30T20:18:26.982Z | Compiling samael v0.0.18 |
| 2706 | 2025-04-30T20:18:27.126Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2707 | 2025-04-30T20:18:29.828Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2708 | 2025-04-30T20:18:29.885Z | Checking partial-io v0.5.4 |
| 2709 | 2025-04-30T20:18:29.885Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2710 | 2025-04-30T20:18:29.885Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2711 | 2025-04-30T20:18:29.885Z | Checking cargo_toml v0.21.0 |
| 2712 | 2025-04-30T20:18:29.885Z | Checking termios v0.3.3 |
| 2713 | 2025-04-30T20:18:29.885Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2714 | 2025-04-30T20:18:29.886Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2715 | 2025-04-30T20:18:29.899Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2716 | 2025-04-30T20:18:30.453Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2717 | 2025-04-30T20:18:35.160Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2718 | 2025-04-30T20:18:47.166Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2719 | 2025-04-30T20:18:50.616Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2720 | 2025-04-30T20:18:56.310Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2721 | 2025-04-30T20:19:05.419Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2722 | 2025-04-30T20:19:14.683Z | Compiling polar-core v0.27.3 |
| 2723 | 2025-04-30T20:19:20.920Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2724 | 2025-04-30T20:19:22.135Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2725 | 2025-04-30T20:19:25.725Z | Checking oso v0.27.3 |
| 2726 | 2025-04-30T20:19:30.124Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2727 | 2025-04-30T20:19:32.858Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2728 | 2025-04-30T20:20:13.468Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2729 | 2025-04-30T20:20:13.468Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2730 | 2025-04-30T20:20:13.471Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2731 | 2025-04-30T20:21:34.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 48s |
| 2732 | 2025-04-30T20:21:35.320Z | |
| 2733 | 2025-04-30T20:21:35.320Z | real 6:53.123255092 |
| 2734 | 2025-04-30T20:21:35.320Z | user 37:41.570464919 |
| 2735 | 2025-04-30T20:21:35.320Z | sys 5:36.356434005 |
| 2736 | 2025-04-30T20:21:35.320Z | trap 1.106830617 |
| 2737 | 2025-04-30T20:21:35.320Z | tflt 0.654175860 |
| 2738 | 2025-04-30T20:21:35.322Z | dflt 0.082405225 |
| 2739 | 2025-04-30T20:21:35.322Z | kflt 0.000914264 |
| 2740 | 2025-04-30T20:21:35.325Z | lock 54:08.262406263 |
| 2741 | 2025-04-30T20:21:35.325Z | slp 2:08:36.216043622 |
| 2742 | 2025-04-30T20:21:35.325Z | lat 1:50.959767732 |
| 2743 | 2025-04-30T20:21:35.325Z | stop 7:33.987948584 |
| 2744 | 2025-04-30T20:21:35.325Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2745 | 2025-04-30T20:21:35.325Z | + ptime -m cargo doc --workspace --no-deps |
| 2746 | 2025-04-30T20:21:36.524Z | warning: output filename collision. |
| 2747 | 2025-04-30T20:21:36.525Z | 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)`. |
| 2748 | 2025-04-30T20:21:36.525Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2749 | 2025-04-30T20:21:36.525Z | The targets should have unique names. |
| 2750 | 2025-04-30T20:21:36.525Z | This is a known bug where multiple crates with the same name use |
| 2751 | 2025-04-30T20:21:36.525Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2752 | 2025-04-30T20:21:37.060Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2753 | 2025-04-30T20:21:37.218Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2754 | 2025-04-30T20:21:37.240Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2755 | 2025-04-30T20:21:37.288Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2025-04-30T20:21:37.319Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2757 | 2025-04-30T20:21:37.323Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2758 | 2025-04-30T20:21:37.323Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2759 | 2025-04-30T20:21:37.491Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2760 | 2025-04-30T20:21:37.626Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2761 | 2025-04-30T20:21:37.654Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2762 | 2025-04-30T20:21:37.686Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2763 | 2025-04-30T20:21:37.841Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2764 | 2025-04-30T20:21:37.992Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2765 | 2025-04-30T20:21:38.118Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2766 | 2025-04-30T20:21:38.252Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2767 | 2025-04-30T20:21:38.278Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2768 | 2025-04-30T20:21:38.418Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2769 | 2025-04-30T20:21:38.457Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2770 | 2025-04-30T20:21:38.482Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2771 | 2025-04-30T20:21:38.851Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2772 | 2025-04-30T20:21:38.894Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2773 | 2025-04-30T20:21:39.090Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2774 | 2025-04-30T20:21:39.259Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2775 | 2025-04-30T20:21:39.486Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2776 | 2025-04-30T20:21:39.519Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2777 | 2025-04-30T20:21:39.850Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2778 | 2025-04-30T20:21:40.107Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2779 | 2025-04-30T20:21:40.154Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2780 | 2025-04-30T20:21:40.534Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2781 | 2025-04-30T20:21:40.898Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2782 | 2025-04-30T20:21:41.111Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2783 | 2025-04-30T20:21:41.427Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2784 | 2025-04-30T20:21:41.487Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2785 | 2025-04-30T20:21:41.705Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2786 | 2025-04-30T20:21:41.978Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2025-04-30T20:21:42.006Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2788 | 2025-04-30T20:21:42.302Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2789 | 2025-04-30T20:21:42.414Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2790 | 2025-04-30T20:21:42.460Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2791 | 2025-04-30T20:21:42.571Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2792 | 2025-04-30T20:21:42.694Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2793 | 2025-04-30T20:21:42.786Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2794 | 2025-04-30T20:21:42.848Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2795 | 2025-04-30T20:21:42.913Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2796 | 2025-04-30T20:21:42.970Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2797 | 2025-04-30T20:21:43.088Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2798 | 2025-04-30T20:21:43.145Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2799 | 2025-04-30T20:21:43.307Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2800 | 2025-04-30T20:21:43.397Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2801 | 2025-04-30T20:21:43.457Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2802 | 2025-04-30T20:21:43.534Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2803 | 2025-04-30T20:21:43.724Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2804 | 2025-04-30T20:21:43.752Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2805 | 2025-04-30T20:21:43.962Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2806 | 2025-04-30T20:21:43.983Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2807 | 2025-04-30T20:21:44.121Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2808 | 2025-04-30T20:21:44.144Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2809 | 2025-04-30T20:21:44.292Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2810 | 2025-04-30T20:21:44.564Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2811 | 2025-04-30T20:21:44.849Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2812 | 2025-04-30T20:21:46.070Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2813 | 2025-04-30T20:21:46.210Z | Documenting ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2814 | 2025-04-30T20:21:47.641Z | Documenting ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2815 | 2025-04-30T20:21:48.623Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2816 | 2025-04-30T20:21:48.945Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2817 | 2025-04-30T20:21:50.294Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2818 | 2025-04-30T20:21:50.837Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2819 | 2025-04-30T20:21:51.245Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2820 | 2025-04-30T20:21:51.529Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2821 | 2025-04-30T20:21:51.840Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2822 | 2025-04-30T20:21:52.011Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2823 | 2025-04-30T20:21:53.361Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2824 | 2025-04-30T20:21:53.707Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2825 | 2025-04-30T20:21:53.770Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2826 | 2025-04-30T20:21:54.494Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2827 | 2025-04-30T20:21:55.122Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2828 | 2025-04-30T20:21:58.262Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2829 | 2025-04-30T20:21:58.805Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2830 | 2025-04-30T20:21:58.899Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2831 | 2025-04-30T20:21:59.274Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2832 | 2025-04-30T20:21:59.886Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2833 | 2025-04-30T20:22:00.335Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2834 | 2025-04-30T20:22:01.414Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2835 | 2025-04-30T20:22:01.708Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2836 | 2025-04-30T20:22:01.856Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2837 | 2025-04-30T20:22:02.287Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2838 | 2025-04-30T20:22:03.248Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2839 | 2025-04-30T20:22:04.120Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2840 | 2025-04-30T20:22:04.443Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2841 | 2025-04-30T20:22:04.595Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2842 | 2025-04-30T20:22:05.332Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2843 | 2025-04-30T20:22:06.312Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2844 | 2025-04-30T20:22:06.553Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2845 | 2025-04-30T20:22:06.936Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2846 | 2025-04-30T20:22:06.961Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2847 | 2025-04-30T20:22:07.026Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2848 | 2025-04-30T20:22:07.463Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2849 | 2025-04-30T20:22:09.046Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2850 | 2025-04-30T20:22:09.168Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2851 | 2025-04-30T20:22:09.689Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2852 | 2025-04-30T20:22:09.881Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2853 | 2025-04-30T20:22:10.714Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2854 | 2025-04-30T20:22:11.267Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2025-04-30T20:22:11.436Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2856 | 2025-04-30T20:22:11.675Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2857 | 2025-04-30T20:22:11.906Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2858 | 2025-04-30T20:22:11.952Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2859 | 2025-04-30T20:22:12.680Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2860 | 2025-04-30T20:22:12.781Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2861 | 2025-04-30T20:22:12.785Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2862 | 2025-04-30T20:22:13.300Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2863 | 2025-04-30T20:22:13.325Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2864 | 2025-04-30T20:22:13.421Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2865 | 2025-04-30T20:22:13.591Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2866 | 2025-04-30T20:22:13.909Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2867 | 2025-04-30T20:22:14.505Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2868 | 2025-04-30T20:22:14.992Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2869 | 2025-04-30T20:22:15.017Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2870 | 2025-04-30T20:22:15.376Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2871 | 2025-04-30T20:22:15.919Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2872 | 2025-04-30T20:22:16.027Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2873 | 2025-04-30T20:22:16.638Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2874 | 2025-04-30T20:22:18.492Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2875 | 2025-04-30T20:22:18.559Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2876 | 2025-04-30T20:22:18.559Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2877 | 2025-04-30T20:22:18.630Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2878 | 2025-04-30T20:22:19.086Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2879 | 2025-04-30T20:22:19.303Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2880 | 2025-04-30T20:22:20.027Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2881 | 2025-04-30T20:22:20.532Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2882 | 2025-04-30T20:22:20.808Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2883 | 2025-04-30T20:22:20.932Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2884 | 2025-04-30T20:22:21.079Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2885 | 2025-04-30T20:22:24.944Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2886 | 2025-04-30T20:22:24.944Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2887 | 2025-04-30T20:22:24.944Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2888 | 2025-04-30T20:22:24.944Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2889 | 2025-04-30T20:22:24.944Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2890 | 2025-04-30T20:22:24.944Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2891 | 2025-04-30T20:22:24.944Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2025-04-30T20:22:25.172Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2893 | 2025-04-30T20:22:26.035Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2894 | 2025-04-30T20:22:26.585Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2895 | 2025-04-30T20:22:27.150Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2896 | 2025-04-30T20:22:28.012Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2897 | 2025-04-30T20:22:29.752Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2898 | 2025-04-30T20:22:30.775Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2899 | 2025-04-30T20:22:31.358Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2900 | 2025-04-30T20:22:34.560Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2025-04-30T20:22:35.622Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2902 | 2025-04-30T20:22:36.328Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2903 | 2025-04-30T20:22:37.421Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2904 | 2025-04-30T20:22:38.599Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2905 | 2025-04-30T20:22:41.370Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2906 | 2025-04-30T20:22:41.833Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2907 | 2025-04-30T20:22:45.017Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2908 | 2025-04-30T20:22:45.041Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2909 | 2025-04-30T20:22:46.884Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2910 | 2025-04-30T20:22:47.105Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2911 | 2025-04-30T20:22:49.434Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2912 | 2025-04-30T20:22:49.890Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2913 | 2025-04-30T20:22:51.013Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2914 | 2025-04-30T20:22:53.868Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2915 | 2025-04-30T20:22:57.179Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2916 | 2025-04-30T20:22:57.462Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2917 | 2025-04-30T20:22:57.462Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2918 | 2025-04-30T20:22:57.484Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2919 | 2025-04-30T20:22:59.637Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2920 | 2025-04-30T20:23:00.755Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2921 | 2025-04-30T20:23:01.295Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2922 | 2025-04-30T20:23:02.327Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2923 | 2025-04-30T20:23:04.102Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2924 | 2025-04-30T20:23:04.550Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2925 | 2025-04-30T20:23:04.923Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2926 | 2025-04-30T20:23:05.620Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2927 | 2025-04-30T20:23:05.756Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2928 | 2025-04-30T20:23:07.237Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2929 | 2025-04-30T20:23:09.141Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2930 | 2025-04-30T20:23:09.487Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2931 | 2025-04-30T20:23:10.462Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2932 | 2025-04-30T20:23:12.395Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2933 | 2025-04-30T20:23:13.634Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2934 | 2025-04-30T20:23:14.556Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2935 | 2025-04-30T20:23:14.735Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2936 | 2025-04-30T20:23:15.520Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2937 | 2025-04-30T20:23:15.544Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2938 | 2025-04-30T20:23:18.155Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2939 | 2025-04-30T20:23:18.377Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2940 | 2025-04-30T20:23:19.290Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2941 | 2025-04-30T20:23:20.100Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2942 | 2025-04-30T20:23:20.213Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2943 | 2025-04-30T20:23:20.589Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2944 | 2025-04-30T20:23:22.421Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2945 | 2025-04-30T20:23:23.194Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2946 | 2025-04-30T20:23:23.592Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2947 | 2025-04-30T20:23:23.894Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2948 | 2025-04-30T20:23:23.974Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2949 | 2025-04-30T20:23:25.935Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2950 | 2025-04-30T20:23:26.775Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2951 | 2025-04-30T20:23:27.480Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2952 | 2025-04-30T20:23:28.495Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2953 | 2025-04-30T20:23:28.541Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2954 | 2025-04-30T20:23:29.388Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2955 | 2025-04-30T20:23:30.435Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2956 | 2025-04-30T20:23:31.239Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2957 | 2025-04-30T20:23:32.086Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2958 | 2025-04-30T20:23:32.340Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2959 | 2025-04-30T20:23:33.810Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2960 | 2025-04-30T20:23:34.303Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2961 | 2025-04-30T20:23:34.308Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2962 | 2025-04-30T20:23:35.833Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2963 | 2025-04-30T20:23:37.414Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2964 | 2025-04-30T20:23:37.983Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2965 | 2025-04-30T20:23:38.693Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2966 | 2025-04-30T20:23:39.734Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2967 | 2025-04-30T20:23:40.450Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2968 | 2025-04-30T20:23:40.502Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2969 | 2025-04-30T20:23:41.260Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2970 | 2025-04-30T20:23:41.815Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2971 | 2025-04-30T20:23:41.987Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2972 | 2025-04-30T20:23:42.998Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2973 | 2025-04-30T20:23:43.846Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2974 | 2025-04-30T20:23:44.900Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2975 | 2025-04-30T20:23:44.910Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2976 | 2025-04-30T20:23:45.346Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2977 | 2025-04-30T20:23:45.683Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2978 | 2025-04-30T20:23:46.057Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2979 | 2025-04-30T20:23:46.660Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2980 | 2025-04-30T20:23:47.872Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2981 | 2025-04-30T20:23:48.191Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2982 | 2025-04-30T20:23:48.722Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2983 | 2025-04-30T20:23:49.033Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2984 | 2025-04-30T20:23:49.612Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2985 | 2025-04-30T20:23:49.973Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2986 | 2025-04-30T20:23:50.185Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2987 | 2025-04-30T20:23:50.221Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2988 | 2025-04-30T20:23:52.493Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2989 | 2025-04-30T20:23:52.847Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2990 | 2025-04-30T20:23:53.062Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2991 | 2025-04-30T20:23:53.256Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2992 | 2025-04-30T20:23:53.508Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2993 | 2025-04-30T20:23:53.568Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2994 | 2025-04-30T20:23:53.721Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2995 | 2025-04-30T20:23:54.748Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2996 | 2025-04-30T20:23:56.247Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2997 | 2025-04-30T20:24:01.558Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2998 | 2025-04-30T20:24:01.914Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2999 | 2025-04-30T20:24:02.052Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3000 | 2025-04-30T20:24:03.264Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3001 | 2025-04-30T20:24:04.730Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3002 | 2025-04-30T20:24:05.471Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3003 | 2025-04-30T20:24:07.093Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3004 | 2025-04-30T20:24:07.331Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3005 | 2025-04-30T20:24:08.065Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3006 | 2025-04-30T20:24:08.435Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3007 | 2025-04-30T20:24:09.150Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3008 | 2025-04-30T20:24:09.585Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3009 | 2025-04-30T20:24:09.745Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3010 | 2025-04-30T20:24:10.125Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3011 | 2025-04-30T20:24:10.390Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3012 | 2025-04-30T20:24:10.673Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3013 | 2025-04-30T20:24:11.646Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3014 | 2025-04-30T20:24:11.746Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3015 | 2025-04-30T20:24:11.830Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3016 | 2025-04-30T20:24:11.903Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3017 | 2025-04-30T20:24:12.655Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3018 | 2025-04-30T20:24:12.852Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3019 | 2025-04-30T20:24:13.082Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3020 | 2025-04-30T20:24:13.566Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3021 | 2025-04-30T20:24:13.982Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3022 | 2025-04-30T20:24:14.011Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3023 | 2025-04-30T20:24:14.129Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3024 | 2025-04-30T20:24:14.564Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3025 | 2025-04-30T20:24:14.971Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3026 | 2025-04-30T20:24:15.780Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3027 | 2025-04-30T20:24:16.375Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3028 | 2025-04-30T20:24:16.700Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3029 | 2025-04-30T20:24:54.994Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3030 | 2025-04-30T20:25:02.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s |
| 3031 | 2025-04-30T20:25:02.222Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 161 other files |
| 3032 | 2025-04-30T20:25:02.306Z | |
| 3033 | 2025-04-30T20:25:02.307Z | real 3:26.886026078 |
| 3034 | 2025-04-30T20:25:02.307Z | user 19:41.714564917 |
| 3035 | 2025-04-30T20:25:02.307Z | sys 2:54.728876000 |
| 3036 | 2025-04-30T20:25:02.307Z | trap 0.519241964 |
| 3037 | 2025-04-30T20:25:02.307Z | tflt 0.088849138 |
| 3038 | 2025-04-30T20:25:02.307Z | dflt 0.108314476 |
| 3039 | 2025-04-30T20:25:02.307Z | kflt 0.000433842 |
| 3040 | 2025-04-30T20:25:02.307Z | lock 27:24.529156567 |
| 3041 | 2025-04-30T20:25:02.307Z | slp 56:04.531740377 |
| 3042 | 2025-04-30T20:25:02.332Z | lat 1:16.621676116 |
| 3043 | 2025-04-30T20:25:02.332Z | stop 1:36.351938000 |
| 3044 | 2025-04-30T20:25:02.332Z | process exited: duration 946155 ms, exit code 0 |
| |
| 3045 | 2025-04-30T20:25:02.364Z | found 0 output files |