|
|
|
| 1 | 2025-04-16T03:07:32.229Z | job assigned to worker 01JRY913N1S2VYJQT38T0XKWYF [factory gimlet-EVT22200007-propolis, EVT22200007/24752] (queued for 24 s) |
| |
| 2 | 2025-04-16T03:07:39.981Z | starting task 0: "setup" |
| 3 | 2025-04-16T03:07:40.006Z | ++ uname -s |
| 4 | 2025-04-16T03:07:40.006Z | + kern=SunOS |
| 5 | 2025-04-16T03:07:40.006Z | + build_user=build |
| 6 | 2025-04-16T03:07:40.006Z | + build_uid=12345 |
| 7 | 2025-04-16T03:07:40.006Z | + work_dir=/work |
| 8 | 2025-04-16T03:07:40.006Z | + input_dir=/input |
| 9 | 2025-04-16T03:07:40.006Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-16T03:07:40.006Z | + case "$kern" in |
| 11 | 2025-04-16T03:07:40.006Z | + groupadd -g 12345 build |
| 12 | 2025-04-16T03:07:40.006Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-16T03:07:42.004Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-16T03:07:42.039Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-16T03:07:42.063Z | + home_fs=zfs |
| 16 | 2025-04-16T03:07:42.063Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-16T03:07:42.063Z | + mkdir -p /home/build |
| 18 | 2025-04-16T03:07:42.063Z | + chown build:build /home/build /work |
| 19 | 2025-04-16T03:07:44.048Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-16T03:07:44.073Z | process exited: duration 4073 ms, exit code 0 |
| |
| 21 | 2025-04-16T03:07:44.123Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-16T03:07:44.148Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-16T03:07:44.148Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-04-16T03:07:44.148Z | * rust toolchain channel = "1.86.0" |
| 25 | 2025-04-16T03:07:44.148Z | * rust toolchain profile = "default" |
| 26 | 2025-04-16T03:07:44.148Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-16T03:07:44.148Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-16T03:07:44.148Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-16T03:07:44.148Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-16T03:07:44.254Z | info: downloading installer |
| 31 | 2025-04-16T03:07:45.310Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-16T03:07:45.310Z | warn: /opt/ooce/bin |
| 33 | 2025-04-16T03:07:45.310Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-16T03:07:45.310Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-16T03:07:45.310Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-16T03:07:45.310Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-16T03:07:45.310Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-16T03:07:45.310Z | error: cannot install while Rust is installed |
| 39 | 2025-04-16T03:07:45.310Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-16T03:07:45.335Z | info: profile set to 'default' |
| 41 | 2025-04-16T03:07:45.335Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-16T03:07:45.335Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-16T03:07:45.455Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-16T03:07:45.455Z | info: downloading component 'cargo' |
| 45 | 2025-04-16T03:07:45.652Z | info: downloading component 'clippy' |
| 46 | 2025-04-16T03:07:45.756Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-16T03:07:46.311Z | info: downloading component 'rust-std' |
| 48 | 2025-04-16T03:07:47.221Z | info: downloading component 'rustc' |
| 49 | 2025-04-16T03:07:50.985Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-16T03:07:51.061Z | info: installing component 'cargo' |
| 51 | 2025-04-16T03:07:52.209Z | info: installing component 'clippy' |
| 52 | 2025-04-16T03:07:52.674Z | info: installing component 'rust-docs' |
| 53 | 2025-04-16T03:07:55.821Z | info: installing component 'rust-std' |
| 54 | 2025-04-16T03:07:57.768Z | info: installing component 'rustc' |
| 55 | 2025-04-16T03:08:05.413Z | info: installing component 'rustfmt' |
| 56 | 2025-04-16T03:08:05.801Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-16T03:08:05.801Z | |
| 58 | 2025-04-16T03:08:05.984Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-16T03:08:05.984Z | |
| 60 | 2025-04-16T03:08:06.042Z | |
| 61 | 2025-04-16T03:08:06.042Z | Rust is installed now. Great! |
| 62 | 2025-04-16T03:08:06.042Z | |
| 63 | 2025-04-16T03:08:06.042Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-16T03:08:06.042Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-16T03:08:06.042Z | |
| 66 | 2025-04-16T03:08:06.042Z | To configure your current shell, you need to source |
| 67 | 2025-04-16T03:08:06.042Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-16T03:08:06.042Z | |
| 69 | 2025-04-16T03:08:06.042Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-16T03:08:06.042Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-16T03:08:06.042Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-16T03:08:06.042Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-16T03:08:06.106Z | + rustup --version |
| 74 | 2025-04-16T03:08:06.133Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-16T03:08:06.133Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-16T03:08:06.178Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-16T03:08:06.203Z | + cargo --version |
| 78 | 2025-04-16T03:08:06.229Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-16T03:08:06.229Z | + rustc --version |
| 80 | 2025-04-16T03:08:06.266Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-16T03:08:06.291Z | process exited: duration 22150 ms, exit code 0 |
| |
| 82 | 2025-04-16T03:08:06.340Z | starting task 2: "authentication" |
| 83 | 2025-04-16T03:08:06.400Z | process exited: duration 59 ms, exit code 0 |
| |
| 84 | 2025-04-16T03:08:06.453Z | starting task 3: "clone repository" |
| 85 | 2025-04-16T03:08:06.479Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-16T03:08:06.480Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-16T03:08:06.505Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-16T03:08:16.766Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-16T03:08:16.767Z | + git fetch origin e574c82c103ddf9485c440e1c88f5434a911c69a |
| 90 | 2025-04-16T03:08:17.167Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-16T03:08:17.167Z | * branch e574c82c103ddf9485c440e1c88f5434a911c69a -> FETCH_HEAD |
| 92 | 2025-04-16T03:08:17.193Z | + [[ -n dap/sp-blueprint ]] |
| 93 | 2025-04-16T03:08:17.193Z | ++ git branch --show-current |
| 94 | 2025-04-16T03:08:17.193Z | + current=main |
| 95 | 2025-04-16T03:08:17.193Z | + [[ main != dap/sp-blueprint ]] |
| 96 | 2025-04-16T03:08:17.193Z | + git branch -f dap/sp-blueprint e574c82c103ddf9485c440e1c88f5434a911c69a |
| 97 | 2025-04-16T03:08:17.193Z | + git checkout -f dap/sp-blueprint |
| 98 | 2025-04-16T03:08:17.419Z | Switched to branch 'dap/sp-blueprint' |
| 99 | 2025-04-16T03:08:17.445Z | + git reset --hard e574c82c103ddf9485c440e1c88f5434a911c69a |
| 100 | 2025-04-16T03:08:17.638Z | HEAD is now at e574c82c1 fix test |
| 101 | 2025-04-16T03:08:17.663Z | process exited: duration 11189 ms, exit code 0 |
| |
| 102 | 2025-04-16T03:08:17.715Z | starting task 4: "build" |
| 103 | 2025-04-16T03:08:17.740Z | + source ./env.sh |
| 104 | 2025-04-16T03:08:17.741Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-04-16T03:08:17.741Z | ++ set -o xtrace |
| 106 | 2025-04-16T03:08:17.741Z | ++++ dirname ./env.sh |
| 107 | 2025-04-16T03:08:17.741Z | +++ readlink -f . |
| 108 | 2025-04-16T03:08:17.741Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-04-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ 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-16T03:08:17.741Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-04-16T03:08:17.741Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-04-16T03:08:17.742Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-04-16T03:08:17.742Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-04-16T03:08:17.742Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-04-16T03:08:17.742Z | + cargo --version |
| 123 | 2025-04-16T03:08:17.802Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 124 | 2025-04-16T03:08:17.828Z | + rustc --version |
| 125 | 2025-04-16T03:08:17.888Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 126 | 2025-04-16T03:08:17.914Z | + banner prerequisites |
| 127 | 2025-04-16T03:08:17.914Z | |
| 128 | 2025-04-16T03:08:17.914Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-04-16T03:08:17.914Z | # # # # # # # # # # # # # # # |
| 130 | 2025-04-16T03:08:17.914Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-04-16T03:08:17.915Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-04-16T03:08:17.915Z | # # # # # # # # # # # # # # # |
| 133 | 2025-04-16T03:08:17.915Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-04-16T03:08:17.915Z | |
| 135 | 2025-04-16T03:08:17.915Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-04-16T03:08:19.328Z | pkg list: illegal option -- F |
| 137 | 2025-04-16T03:08:19.328Z | Usage: |
| 138 | 2025-04-16T03:08:19.328Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 139 | 2025-04-16T03:08:19.328Z | [pkg_fmri_pattern ...] |
| 140 | 2025-04-16T03:08:20.391Z | pkg list: illegal option -- F |
| 141 | 2025-04-16T03:08:20.391Z | Usage: |
| 142 | 2025-04-16T03:08:20.436Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 143 | 2025-04-16T03:08:20.436Z | [pkg_fmri_pattern ...] |
| 144 | 2025-04-16T03:08:35.117Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 145 | 2025-04-16T03:08:41.160Z | Startup: Caching catalogs ... Done |
| 146 | 2025-04-16T03:09:02.733Z | Planning: Solver setup ... Done (20.417s) |
| 147 | 2025-04-16T03:09:02.955Z | Planning: Running solver ... Done (0.222s) |
| 148 | 2025-04-16T03:09:03.102Z | Planning: Finding local manifests ... Done (0.003s) |
| 149 | 2025-04-16T03:09:03.214Z | Planning: Fetching manifests: 0/7 0% complete |
| 150 | 2025-04-16T03:09:04.348Z | Planning: Fetching manifests: 7/7 100% complete |
| 151 | 2025-04-16T03:09:04.472Z | Planning: Package planning ... Done (0.124s) |
| 152 | 2025-04-16T03:09:04.538Z | Planning: Merging actions ... Done (0.065s) |
| 153 | 2025-04-16T03:09:04.769Z | Planning: Checking for conflicting actions ... Done (0.232s) |
| 154 | 2025-04-16T03:09:05.813Z | Planning: Consolidating action changes ... Done (1.044s) |
| 155 | 2025-04-16T03:09:06.217Z | Planning: Evaluating mediators ... Done (0.404s) |
| 156 | 2025-04-16T03:09:06.322Z | Planning: Planning completed in 25.07 seconds |
| 157 | 2025-04-16T03:09:06.347Z | Packages to install: 4 |
| 158 | 2025-04-16T03:09:06.347Z | Packages to update: 3 |
| 159 | 2025-04-16T03:09:06.347Z | Mediators to change: 2 |
| 160 | 2025-04-16T03:09:06.347Z | Services to change: 1 |
| 161 | 2025-04-16T03:09:06.347Z | Estimated space available: 155.09 GB |
| 162 | 2025-04-16T03:09:06.347Z | Estimated space to be consumed: 1.69 GB |
| 163 | 2025-04-16T03:09:06.347Z | Create boot environment: No |
| 164 | 2025-04-16T03:09:06.347Z | Create backup boot environment: Yes |
| 165 | 2025-04-16T03:09:06.347Z | Rebuild boot archive: No |
| 166 | 2025-04-16T03:09:06.347Z | |
| 167 | 2025-04-16T03:09:06.348Z | Changed mediators: |
| 168 | 2025-04-16T03:09:06.348Z | mediator clang: |
| 169 | 2025-04-16T03:09:06.348Z | version: None -> 15 (system default) |
| 170 | 2025-04-16T03:09:06.348Z | |
| 171 | 2025-04-16T03:09:06.348Z | mediator llvm: |
| 172 | 2025-04-16T03:09:06.348Z | version: 14 (system default) -> 15 (system default) |
| 173 | 2025-04-16T03:09:06.348Z | |
| 174 | 2025-04-16T03:09:06.348Z | Changed packages: |
| 175 | 2025-04-16T03:09:06.348Z | helios-dev |
| 176 | 2025-04-16T03:09:06.348Z | developer/build-essential |
| 177 | 2025-04-16T03:09:06.348Z | None -> 11-2.0 |
| 178 | 2025-04-16T03:09:06.348Z | library/libxmlsec1 |
| 179 | 2025-04-16T03:09:06.348Z | None -> 1.2.35-2.0 |
| 180 | 2025-04-16T03:09:06.348Z | ooce/developer/clang-15 |
| 181 | 2025-04-16T03:09:06.348Z | None -> 15.0.7-2.0 |
| 182 | 2025-04-16T03:09:06.348Z | ooce/developer/llvm-15 |
| 183 | 2025-04-16T03:09:06.348Z | None -> 15.0.7-2.0 |
| 184 | 2025-04-16T03:09:06.348Z | package/pkg |
| 185 | 2025-04-16T03:09:06.348Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 186 | 2025-04-16T03:09:06.348Z | system/library/g++-runtime |
| 187 | 2025-04-16T03:09:06.348Z | 13-2.0 -> 14-2.0 |
| 188 | 2025-04-16T03:09:06.348Z | system/library/gcc-runtime |
| 189 | 2025-04-16T03:09:06.348Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-04-16T03:09:06.348Z | |
| 191 | 2025-04-16T03:09:06.348Z | Services: |
| 192 | 2025-04-16T03:09:06.348Z | restart_fmri: |
| 193 | 2025-04-16T03:09:06.348Z | svc:/system/update-man-index:default |
| 194 | 2025-04-16T03:09:06.348Z | |
| 195 | 2025-04-16T03:09:06.348Z | Editable files to change: |
| 196 | 2025-04-16T03:09:06.348Z | Update: |
| 197 | 2025-04-16T03:09:06.348Z | usr/share/lib/pkg/web/config.shtml |
| 198 | 2025-04-16T03:09:06.416Z | |
| 199 | 2025-04-16T03:09:06.416Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 200 | 2025-04-16T03:09:11.422Z | Download: 691/4301 items 18.1/225.4MB 8% complete (3.7M/s) |
| 201 | 2025-04-16T03:09:16.421Z | Download: 1150/4301 items 47.0/225.4MB 20% complete (4.7M/s) |
| 202 | 2025-04-16T03:09:28.167Z | Download: 1198/4301 items 83.2/225.4MB 36% complete (8.0M/s) |
| 203 | 2025-04-16T03:09:33.171Z | Download: 1892/4301 items 118.6/225.4MB 52% complete (7.3M/s) |
| 204 | 2025-04-16T03:09:38.178Z | Download: 2263/4301 items 119.4/225.4MB 52% complete (3.7M/s) |
| 205 | 2025-04-16T03:09:43.181Z | Download: 2611/4301 items 120.3/225.4MB 53% complete (177k/s) |
| 206 | 2025-04-16T03:09:48.180Z | Download: 3227/4301 items 172.4/225.4MB 76% complete (5.2M/s) |
| 207 | 2025-04-16T03:09:53.260Z | Download: 3248/4301 items 203.0/225.4MB 90% complete (8.2M/s) |
| 208 | 2025-04-16T03:09:58.262Z | Download: 3534/4301 items 215.6/225.4MB 95% complete (4.7M/s) |
| 209 | 2025-04-16T03:10:03.277Z | Download: 4006/4301 items 219.4/225.4MB 97% complete (1.6M/s) |
| 210 | 2025-04-16T03:10:08.728Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (905k/s) |
| 211 | 2025-04-16T03:10:15.891Z | Download: 4294/4301 items 224.5/225.4MB 99% complete (630k/s) |
| 212 | 2025-04-16T03:10:22.356Z | Download: 4296/4301 items 224.9/225.4MB 99% complete (593k/s) |
| 213 | 2025-04-16T03:10:35.112Z | Download: 4299/4301 items 225.1/225.4MB 99% complete |
| 214 | 2025-04-16T03:10:35.209Z | Download: Completed 225.42 MB in 88.81 seconds (2.5M/s) |
| 215 | 2025-04-16T03:10:36.683Z | Actions: 1/5122 actions (Removing old actions) |
| 216 | 2025-04-16T03:10:36.710Z | Actions: 194/5122 actions (Installing new actions) |
| 217 | 2025-04-16T03:10:41.708Z | Actions: 3845/5122 actions (Installing new actions) |
| 218 | 2025-04-16T03:10:42.758Z | Actions: 4267/5122 actions (Updating modified actions) |
| 219 | 2025-04-16T03:10:43.172Z | Actions: Completed 5122 actions in 6.49 seconds. |
| 220 | 2025-04-16T03:10:43.783Z | Done (0.601s) |
| 221 | 2025-04-16T03:10:43.807Z | Done (0.001s) |
| 222 | 2025-04-16T03:10:44.604Z | Done (0.819s) |
| 223 | 2025-04-16T03:10:49.492Z | Done (4.684s) |
| 224 | 2025-04-16T03:10:49.594Z | Done (0.020s) |
| 225 | 2025-04-16T03:10:49.624Z | Done (0.000s) |
| 226 | 2025-04-16T03:10:49.771Z | Done (0.000s) |
| 227 | 2025-04-16T03:10:50.619Z | Planning: Evaluating mediator changes ... Done |
| 228 | 2025-04-16T03:10:50.821Z | Planning: Checking for conflicting actions ... Done |
| 229 | 2025-04-16T03:10:50.845Z | Planning: Consolidating action changes ... Done |
| 230 | 2025-04-16T03:10:51.160Z | Planning: Evaluating mediators ... Done |
| 231 | 2025-04-16T03:10:51.185Z | Planning: Planning completed in 0.55 seconds |
| 232 | 2025-04-16T03:10:51.209Z | Mediators to change: 2 |
| 233 | 2025-04-16T03:10:51.209Z | Create boot environment: No |
| 234 | 2025-04-16T03:10:51.209Z | Create backup boot environment: No |
| 235 | 2025-04-16T03:10:51.271Z | Done |
| 236 | 2025-04-16T03:10:51.271Z | Done |
| 237 | 2025-04-16T03:10:51.875Z | Done |
| 238 | 2025-04-16T03:10:56.198Z | Done |
| 239 | 2025-04-16T03:10:56.312Z | Done |
| 240 | 2025-04-16T03:10:56.312Z | Done |
| 241 | 2025-04-16T03:10:56.361Z | Done |
| 242 | 2025-04-16T03:10:57.119Z | Planning: Evaluating mediator changes ... Done |
| 243 | 2025-04-16T03:10:57.143Z | Planning: Merging actions ... Done |
| 244 | 2025-04-16T03:10:57.354Z | Planning: Checking for conflicting actions ... Done |
| 245 | 2025-04-16T03:10:57.378Z | Planning: Consolidating action changes ... Done |
| 246 | 2025-04-16T03:10:57.676Z | Planning: Evaluating mediators ... Done |
| 247 | 2025-04-16T03:10:57.742Z | Planning: Planning completed in 0.93 seconds |
| 248 | 2025-04-16T03:10:57.788Z | Packages to change: 1 |
| 249 | 2025-04-16T03:10:57.788Z | Mediators to change: 1 |
| 250 | 2025-04-16T03:10:57.788Z | Services to change: 1 |
| 251 | 2025-04-16T03:10:57.813Z | Create boot environment: No |
| 252 | 2025-04-16T03:10:57.813Z | Create backup boot environment: Yes |
| 253 | 2025-04-16T03:10:59.527Z | Actions: 1/6 actions (Updating modified actions) |
| 254 | 2025-04-16T03:10:59.551Z | Actions: Completed 6 actions in 0.00 seconds. |
| 255 | 2025-04-16T03:10:59.551Z | Done |
| 256 | 2025-04-16T03:10:59.551Z | Done |
| 257 | 2025-04-16T03:10:59.729Z | Done |
| 258 | 2025-04-16T03:11:04.279Z | Done |
| 259 | 2025-04-16T03:11:04.385Z | Done |
| 260 | 2025-04-16T03:11:04.385Z | Done |
| 261 | 2025-04-16T03:11:04.488Z | Done |
| 262 | 2025-04-16T03:11:05.043Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 263 | 2025-04-16T03:11:05.044Z | clang system 15 system |
| 264 | 2025-04-16T03:11:05.044Z | csh system system illumos |
| 265 | 2025-04-16T03:11:05.044Z | ctags system system illumos |
| 266 | 2025-04-16T03:11:05.044Z | gcc vendor 12 vendor |
| 267 | 2025-04-16T03:11:05.044Z | gcc system 10 system |
| 268 | 2025-04-16T03:11:05.044Z | gcc system 7 system |
| 269 | 2025-04-16T03:11:05.044Z | go system 1.20 system |
| 270 | 2025-04-16T03:11:05.044Z | go system 1.19 system |
| 271 | 2025-04-16T03:11:05.044Z | llvm system 15 system |
| 272 | 2025-04-16T03:11:05.044Z | llvm system 14 system |
| 273 | 2025-04-16T03:11:05.044Z | mariadb system 10.6 system |
| 274 | 2025-04-16T03:11:05.044Z | mta vendor vendor dma |
| 275 | 2025-04-16T03:11:05.044Z | openjdk system 17 system |
| 276 | 2025-04-16T03:11:05.044Z | openjdk system 11 system |
| 277 | 2025-04-16T03:11:05.044Z | openjdk system 1.8 system |
| 278 | 2025-04-16T03:11:05.044Z | openssl vendor 3 vendor |
| 279 | 2025-04-16T03:11:05.044Z | perl system 5.36 system |
| 280 | 2025-04-16T03:11:05.044Z | postgresql system 15 system |
| 281 | 2025-04-16T03:11:05.044Z | postgresql system 13 system |
| 282 | 2025-04-16T03:11:05.044Z | python vendor 3 vendor |
| 283 | 2025-04-16T03:11:05.044Z | python system 2 system |
| 284 | 2025-04-16T03:11:05.044Z | python3 system 3.11 system |
| 285 | 2025-04-16T03:11:05.044Z | ruby system 3.0 system |
| 286 | 2025-04-16T03:11:05.044Z | words vendor vendor american-english |
| 287 | 2025-04-16T03:11:05.044Z | words system system australian-english |
| 288 | 2025-04-16T03:11:05.044Z | words system system british-english |
| 289 | 2025-04-16T03:11:05.044Z | words system system canadian-english |
| 290 | 2025-04-16T03:11:05.044Z | words system system french |
| 291 | 2025-04-16T03:11:05.044Z | words system system italian |
| 292 | 2025-04-16T03:11:05.044Z | words system system ngerman |
| 293 | 2025-04-16T03:11:05.044Z | words system system ogerman |
| 294 | 2025-04-16T03:11:05.044Z | words system system spanish |
| 295 | 2025-04-16T03:11:05.457Z | PUBLISHER TYPE STATUS P LOCATION |
| 296 | 2025-04-16T03:11:05.457Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 297 | 2025-04-16T03:11:09.557Z | FMRI IFO |
| 298 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 299 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 300 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 301 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 302 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 303 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 304 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 305 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 306 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 307 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 308 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 309 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 310 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 311 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 312 | 2025-04-16T03:11:09.557Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 313 | 2025-04-16T03:11:10.496Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 314 | 2025-04-16T03:11:10.868Z | Updating crates.io index |
| 315 | 2025-04-16T03:11:10.892Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 316 | 2025-04-16T03:11:11.333Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 317 | 2025-04-16T03:11:11.990Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 318 | 2025-04-16T03:11:12.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 319 | 2025-04-16T03:11:12.998Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 320 | 2025-04-16T03:11:13.400Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 321 | 2025-04-16T03:11:14.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 322 | 2025-04-16T03:11:16.650Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 323 | 2025-04-16T03:11:17.424Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 324 | 2025-04-16T03:11:18.217Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 325 | 2025-04-16T03:11:18.555Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 326 | 2025-04-16T03:11:19.001Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 327 | 2025-04-16T03:11:19.782Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 328 | 2025-04-16T03:11:20.230Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 329 | 2025-04-16T03:11:20.886Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 330 | 2025-04-16T03:11:21.256Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 331 | 2025-04-16T03:11:21.712Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 332 | 2025-04-16T03:11:22.038Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 333 | 2025-04-16T03:11:22.412Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 334 | 2025-04-16T03:11:22.701Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 335 | 2025-04-16T03:11:23.076Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 336 | 2025-04-16T03:11:23.521Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 337 | 2025-04-16T03:11:23.939Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 338 | 2025-04-16T03:11:24.308Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 339 | 2025-04-16T03:11:24.756Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 340 | 2025-04-16T03:11:25.937Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 341 | 2025-04-16T03:11:26.460Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 342 | 2025-04-16T03:11:26.906Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 343 | 2025-04-16T03:11:28.049Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 344 | 2025-04-16T03:11:28.596Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 345 | 2025-04-16T03:11:28.999Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 346 | 2025-04-16T03:11:29.302Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 347 | 2025-04-16T03:11:29.700Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 348 | 2025-04-16T03:11:30.127Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 349 | 2025-04-16T03:11:40.334Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 350 | 2025-04-16T03:11:42.762Z | Downloading crates ... |
| 351 | 2025-04-16T03:11:42.834Z | Downloaded colorchoice v1.0.2 |
| 352 | 2025-04-16T03:11:42.862Z | Downloaded dof v0.3.0 |
| 353 | 2025-04-16T03:11:42.862Z | Downloaded usdt-macro v0.5.0 |
| 354 | 2025-04-16T03:11:42.863Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2025-04-16T03:11:42.863Z | Downloaded terminal_size v0.2.6 |
| 356 | 2025-04-16T03:11:42.863Z | Downloaded heck v0.4.1 |
| 357 | 2025-04-16T03:11:42.863Z | Downloaded smawk v0.3.2 |
| 358 | 2025-04-16T03:11:42.863Z | Downloaded serde_spanned v0.6.8 |
| 359 | 2025-04-16T03:11:42.863Z | Downloaded proc-macro-error-attr v1.0.4 |
| 360 | 2025-04-16T03:11:42.863Z | Downloaded unicode-linebreak v0.1.5 |
| 361 | 2025-04-16T03:11:42.863Z | Downloaded utf8parse v0.2.2 |
| 362 | 2025-04-16T03:11:42.863Z | Downloaded thread-id v4.2.2 |
| 363 | 2025-04-16T03:11:42.863Z | Downloaded thiserror v1.0.69 |
| 364 | 2025-04-16T03:11:42.897Z | Downloaded zerocopy-derive v0.7.35 |
| 365 | 2025-04-16T03:11:42.898Z | Downloaded serde v1.0.219 |
| 366 | 2025-04-16T03:11:42.898Z | Downloaded version_check v0.9.5 |
| 367 | 2025-04-16T03:11:42.898Z | Downloaded toml_edit v0.22.24 |
| 368 | 2025-04-16T03:11:42.932Z | Downloaded usdt-impl v0.5.0 |
| 369 | 2025-04-16T03:11:42.932Z | Downloaded usdt v0.5.0 |
| 370 | 2025-04-16T03:11:42.933Z | Downloaded winnow v0.7.3 |
| 371 | 2025-04-16T03:11:42.933Z | Downloaded serde_json v1.0.140 |
| 372 | 2025-04-16T03:11:42.962Z | Downloaded clap_builder v4.5.35 |
| 373 | 2025-04-16T03:11:42.962Z | Downloaded tabled v0.15.0 |
| 374 | 2025-04-16T03:11:42.962Z | Downloaded goblin v0.8.2 |
| 375 | 2025-04-16T03:11:42.989Z | Downloaded pest v2.7.14 |
| 376 | 2025-04-16T03:11:42.990Z | Downloaded syn v1.0.109 |
| 377 | 2025-04-16T03:11:42.990Z | Downloaded unicode-width v0.1.14 |
| 378 | 2025-04-16T03:11:42.990Z | Downloaded syn v2.0.98 |
| 379 | 2025-04-16T03:11:43.017Z | Downloaded zerocopy v0.7.35 |
| 380 | 2025-04-16T03:11:43.044Z | Downloaded rustix v0.37.28 |
| 381 | 2025-04-16T03:11:43.044Z | Downloaded hashbrown v0.15.1 |
| 382 | 2025-04-16T03:11:43.077Z | Downloaded rustix v0.38.37 |
| 383 | 2025-04-16T03:11:43.110Z | Downloaded tabled_derive v0.7.0 |
| 384 | 2025-04-16T03:11:43.110Z | Downloaded strsim v0.11.1 |
| 385 | 2025-04-16T03:11:43.110Z | Downloaded fnv v1.0.7 |
| 386 | 2025-04-16T03:11:43.110Z | Downloaded papergrid v0.11.0 |
| 387 | 2025-04-16T03:11:43.110Z | Downloaded once_cell v1.21.3 |
| 388 | 2025-04-16T03:11:43.110Z | Downloaded memchr v2.7.4 |
| 389 | 2025-04-16T03:11:43.110Z | Downloaded indexmap v2.7.1 |
| 390 | 2025-04-16T03:11:43.111Z | Downloaded heck v0.5.0 |
| 391 | 2025-04-16T03:11:43.111Z | Downloaded clap v4.5.35 |
| 392 | 2025-04-16T03:11:43.111Z | Downloaded unicode-ident v1.0.14 |
| 393 | 2025-04-16T03:11:43.139Z | Downloaded ucd-trie v0.1.7 |
| 394 | 2025-04-16T03:11:43.140Z | Downloaded typenum v1.17.0 |
| 395 | 2025-04-16T03:11:43.140Z | Downloaded toml v0.8.20 |
| 396 | 2025-04-16T03:11:43.140Z | Downloaded thiserror v2.0.12 |
| 397 | 2025-04-16T03:11:43.140Z | Downloaded serde_derive v1.0.219 |
| 398 | 2025-04-16T03:11:43.140Z | Downloaded ryu v1.0.18 |
| 399 | 2025-04-16T03:11:43.140Z | Downloaded proc-macro2 v1.0.94 |
| 400 | 2025-04-16T03:11:43.140Z | Downloaded pest_meta v2.7.14 |
| 401 | 2025-04-16T03:11:43.140Z | Downloaded textwrap v0.16.1 |
| 402 | 2025-04-16T03:11:43.167Z | Downloaded pest_derive v2.7.14 |
| 403 | 2025-04-16T03:11:43.167Z | Downloaded anyhow v1.0.97 |
| 404 | 2025-04-16T03:11:43.167Z | Downloaded tempfile v3.13.0 |
| 405 | 2025-04-16T03:11:43.167Z | Downloaded log v0.4.22 |
| 406 | 2025-04-16T03:11:43.167Z | Downloaded thiserror-impl v1.0.69 |
| 407 | 2025-04-16T03:11:43.167Z | Downloaded sha2 v0.10.8 |
| 408 | 2025-04-16T03:11:43.167Z | Downloaded libc v0.2.171 |
| 409 | 2025-04-16T03:11:43.199Z | Downloaded quote v1.0.39 |
| 410 | 2025-04-16T03:11:43.199Z | Downloaded proc-macro-error v1.0.4 |
| 411 | 2025-04-16T03:11:43.199Z | Downloaded io-lifetimes v1.0.11 |
| 412 | 2025-04-16T03:11:43.199Z | Downloaded errno v0.3.9 |
| 413 | 2025-04-16T03:11:43.230Z | Downloaded cargo_toml v0.21.0 |
| 414 | 2025-04-16T03:11:43.230Z | Downloaded bitflags v2.9.0 |
| 415 | 2025-04-16T03:11:43.230Z | Downloaded toml_datetime v0.6.8 |
| 416 | 2025-04-16T03:11:43.230Z | Downloaded thiserror-impl v2.0.12 |
| 417 | 2025-04-16T03:11:43.230Z | Downloaded terminal_size v0.4.0 |
| 418 | 2025-04-16T03:11:43.231Z | Downloaded serde_tokenstream v0.2.2 |
| 419 | 2025-04-16T03:11:43.231Z | Downloaded semver v1.0.25 |
| 420 | 2025-04-16T03:11:43.231Z | Downloaded scroll v0.12.0 |
| 421 | 2025-04-16T03:11:43.231Z | Downloaded pest_generator v2.7.14 |
| 422 | 2025-04-16T03:11:43.231Z | Downloaded fastrand v2.1.1 |
| 423 | 2025-04-16T03:11:43.231Z | Downloaded clap_derive v4.5.32 |
| 424 | 2025-04-16T03:11:43.231Z | Downloaded camino-tempfile v1.1.1 |
| 425 | 2025-04-16T03:11:43.231Z | Downloaded memmap v0.7.0 |
| 426 | 2025-04-16T03:11:43.231Z | Downloaded macaddr v1.0.1 |
| 427 | 2025-04-16T03:11:43.231Z | Downloaded itoa v1.0.11 |
| 428 | 2025-04-16T03:11:43.231Z | Downloaded generic-array v0.14.7 |
| 429 | 2025-04-16T03:11:43.231Z | Downloaded fs-err v2.11.0 |
| 430 | 2025-04-16T03:11:43.231Z | Downloaded cpufeatures v0.2.14 |
| 431 | 2025-04-16T03:11:43.259Z | Downloaded camino v1.1.9 |
| 432 | 2025-04-16T03:11:43.259Z | Downloaded plain v0.2.3 |
| 433 | 2025-04-16T03:11:43.259Z | Downloaded equivalent v1.0.1 |
| 434 | 2025-04-16T03:11:43.260Z | Downloaded digest v0.10.7 |
| 435 | 2025-04-16T03:11:43.260Z | Downloaded clap_lex v0.7.4 |
| 436 | 2025-04-16T03:11:43.260Z | Downloaded cfg-if v1.0.0 |
| 437 | 2025-04-16T03:11:43.260Z | Downloaded cargo_metadata v0.19.2 |
| 438 | 2025-04-16T03:11:43.260Z | Downloaded bytecount v0.6.8 |
| 439 | 2025-04-16T03:11:43.260Z | Downloaded block-buffer v0.10.4 |
| 440 | 2025-04-16T03:11:43.260Z | Downloaded swrite v0.1.0 |
| 441 | 2025-04-16T03:11:43.260Z | Downloaded scroll_derive v0.12.0 |
| 442 | 2025-04-16T03:11:43.260Z | Downloaded pretty-hex v0.4.1 |
| 443 | 2025-04-16T03:11:43.260Z | Downloaded is_terminal_polyfill v1.70.1 |
| 444 | 2025-04-16T03:11:43.260Z | Downloaded dtrace-parser v0.2.0 |
| 445 | 2025-04-16T03:11:43.260Z | Downloaded anstyle v1.0.10 |
| 446 | 2025-04-16T03:11:43.260Z | Downloaded crypto-common v0.1.6 |
| 447 | 2025-04-16T03:11:43.261Z | Downloaded cargo-platform v0.1.8 |
| 448 | 2025-04-16T03:11:43.261Z | Downloaded byteorder v1.5.0 |
| 449 | 2025-04-16T03:11:43.261Z | Downloaded bitflags v1.3.2 |
| 450 | 2025-04-16T03:11:43.261Z | Downloaded autocfg v1.4.0 |
| 451 | 2025-04-16T03:11:43.291Z | Downloaded anstyle-parse v0.2.5 |
| 452 | 2025-04-16T03:11:43.291Z | Downloaded anstyle-query v1.1.1 |
| 453 | 2025-04-16T03:11:43.292Z | Downloaded anstream v0.6.15 |
| 454 | 2025-04-16T03:11:43.384Z | Compiling proc-macro2 v1.0.94 |
| 455 | 2025-04-16T03:11:43.384Z | Compiling unicode-ident v1.0.14 |
| 456 | 2025-04-16T03:11:43.384Z | Compiling libc v0.2.171 |
| 457 | 2025-04-16T03:11:43.384Z | Compiling serde v1.0.219 |
| 458 | 2025-04-16T03:11:43.413Z | Compiling version_check v0.9.5 |
| 459 | 2025-04-16T03:11:43.413Z | Compiling memchr v2.7.4 |
| 460 | 2025-04-16T03:11:43.413Z | Compiling thiserror v1.0.69 |
| 461 | 2025-04-16T03:11:43.413Z | Compiling ryu v1.0.18 |
| 462 | 2025-04-16T03:11:43.684Z | Compiling itoa v1.0.11 |
| 463 | 2025-04-16T03:11:43.883Z | Compiling ucd-trie v0.1.7 |
| 464 | 2025-04-16T03:11:44.111Z | Compiling once_cell v1.21.3 |
| 465 | 2025-04-16T03:11:44.216Z | Compiling byteorder v1.5.0 |
| 466 | 2025-04-16T03:11:44.346Z | Compiling serde_json v1.0.140 |
| 467 | 2025-04-16T03:11:44.401Z | Compiling rustix v0.38.37 |
| 468 | 2025-04-16T03:11:44.752Z | Compiling bitflags v2.9.0 |
| 469 | 2025-04-16T03:11:44.819Z | Compiling usdt-impl v0.5.0 |
| 470 | 2025-04-16T03:11:44.966Z | Compiling proc-macro-error-attr v1.0.4 |
| 471 | 2025-04-16T03:11:45.000Z | Compiling syn v1.0.109 |
| 472 | 2025-04-16T03:11:45.159Z | Compiling io-lifetimes v1.0.11 |
| 473 | 2025-04-16T03:11:45.215Z | Compiling quote v1.0.39 |
| 474 | 2025-04-16T03:11:45.335Z | Compiling errno v0.3.9 |
| 475 | 2025-04-16T03:11:45.410Z | Compiling proc-macro-error v1.0.4 |
| 476 | 2025-04-16T03:11:45.533Z | Compiling rustix v0.37.28 |
| 477 | 2025-04-16T03:11:45.689Z | Compiling syn v2.0.98 |
| 478 | 2025-04-16T03:11:45.794Z | Compiling hashbrown v0.15.1 |
| 479 | 2025-04-16T03:11:45.835Z | Compiling plain v0.2.3 |
| 480 | 2025-04-16T03:11:45.863Z | Compiling equivalent v1.0.1 |
| 481 | 2025-04-16T03:11:45.977Z | Compiling thread-id v4.2.2 |
| 482 | 2025-04-16T03:11:46.010Z | Compiling utf8parse v0.2.2 |
| 483 | 2025-04-16T03:11:46.037Z | Compiling log v0.4.22 |
| 484 | 2025-04-16T03:11:46.068Z | Compiling camino v1.1.9 |
| 485 | 2025-04-16T03:11:46.203Z | Compiling anstyle-parse v0.2.5 |
| 486 | 2025-04-16T03:11:46.591Z | Compiling unicode-width v0.1.14 |
| 487 | 2025-04-16T03:11:46.697Z | Compiling indexmap v2.7.1 |
| 488 | 2025-04-16T03:11:46.787Z | Compiling autocfg v1.4.0 |
| 489 | 2025-04-16T03:11:46.884Z | Compiling thiserror v2.0.12 |
| 490 | 2025-04-16T03:11:47.055Z | Compiling bitflags v1.3.2 |
| 491 | 2025-04-16T03:11:47.105Z | Compiling winnow v0.7.3 |
| 492 | 2025-04-16T03:11:47.173Z | Compiling anstyle v1.0.10 |
| 493 | 2025-04-16T03:11:47.424Z | Compiling colorchoice v1.0.2 |
| 494 | 2025-04-16T03:11:47.572Z | Compiling semver v1.0.25 |
| 495 | 2025-04-16T03:11:47.601Z | Compiling pretty-hex v0.4.1 |
| 496 | 2025-04-16T03:11:47.626Z | Compiling is_terminal_polyfill v1.70.1 |
| 497 | 2025-04-16T03:11:47.743Z | Compiling anstyle-query v1.1.1 |
| 498 | 2025-04-16T03:11:47.807Z | Compiling fs-err v2.11.0 |
| 499 | 2025-04-16T03:11:47.833Z | Compiling terminal_size v0.4.0 |
| 500 | 2025-04-16T03:11:47.900Z | Compiling anstream v0.6.15 |
| 501 | 2025-04-16T03:11:48.164Z | Compiling anyhow v1.0.97 |
| 502 | 2025-04-16T03:11:48.251Z | Compiling bytecount v0.6.8 |
| 503 | 2025-04-16T03:11:48.277Z | Compiling fnv v1.0.7 |
| 504 | 2025-04-16T03:11:48.443Z | Compiling fastrand v2.1.1 |
| 505 | 2025-04-16T03:11:48.467Z | Compiling strsim v0.11.1 |
| 506 | 2025-04-16T03:11:48.871Z | Compiling heck v0.5.0 |
| 507 | 2025-04-16T03:11:48.915Z | Compiling heck v0.4.1 |
| 508 | 2025-04-16T03:11:49.157Z | Compiling clap_lex v0.7.4 |
| 509 | 2025-04-16T03:11:49.280Z | Compiling cfg-if v1.0.0 |
| 510 | 2025-04-16T03:11:49.312Z | Compiling terminal_size v0.2.6 |
| 511 | 2025-04-16T03:11:49.337Z | Compiling papergrid v0.11.0 |
| 512 | 2025-04-16T03:11:49.413Z | Compiling tempfile v3.13.0 |
| 513 | 2025-04-16T03:11:49.589Z | Compiling clap_builder v4.5.35 |
| 514 | 2025-04-16T03:11:49.771Z | Compiling memmap v0.7.0 |
| 515 | 2025-04-16T03:11:49.797Z | Compiling unicode-linebreak v0.1.5 |
| 516 | 2025-04-16T03:11:50.027Z | Compiling smawk v0.3.2 |
| 517 | 2025-04-16T03:11:50.236Z | Compiling textwrap v0.16.1 |
| 518 | 2025-04-16T03:11:50.266Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 519 | 2025-04-16T03:11:50.655Z | Compiling swrite v0.1.0 |
| 520 | 2025-04-16T03:11:50.940Z | Compiling tabled_derive v0.7.0 |
| 521 | 2025-04-16T03:11:52.094Z | Compiling serde_derive v1.0.219 |
| 522 | 2025-04-16T03:11:52.094Z | Compiling thiserror-impl v1.0.69 |
| 523 | 2025-04-16T03:11:52.094Z | Compiling zerocopy-derive v0.7.35 |
| 524 | 2025-04-16T03:11:52.118Z | Compiling scroll_derive v0.12.0 |
| 525 | 2025-04-16T03:11:52.118Z | Compiling thiserror-impl v2.0.12 |
| 526 | 2025-04-16T03:11:52.118Z | Compiling clap_derive v4.5.32 |
| 527 | 2025-04-16T03:11:52.259Z | Compiling tabled v0.15.0 |
| 528 | 2025-04-16T03:11:53.284Z | Compiling scroll v0.12.0 |
| 529 | 2025-04-16T03:11:53.816Z | Compiling goblin v0.8.2 |
| 530 | 2025-04-16T03:11:53.847Z | Compiling zerocopy v0.7.35 |
| 531 | 2025-04-16T03:11:54.902Z | Compiling pest v2.7.14 |
| 532 | 2025-04-16T03:11:55.855Z | Compiling clap v4.5.35 |
| 533 | 2025-04-16T03:11:57.127Z | Compiling pest_meta v2.7.14 |
| 534 | 2025-04-16T03:11:58.269Z | Compiling pest_generator v2.7.14 |
| 535 | 2025-04-16T03:11:59.421Z | Compiling pest_derive v2.7.14 |
| 536 | 2025-04-16T03:12:00.062Z | Compiling dtrace-parser v0.2.0 |
| 537 | 2025-04-16T03:12:00.893Z | Compiling serde_tokenstream v0.2.2 |
| 538 | 2025-04-16T03:12:01.018Z | Compiling toml_datetime v0.6.8 |
| 539 | 2025-04-16T03:12:01.018Z | Compiling serde_spanned v0.6.8 |
| 540 | 2025-04-16T03:12:01.138Z | Compiling cargo-platform v0.1.8 |
| 541 | 2025-04-16T03:12:01.316Z | Compiling macaddr v1.0.1 |
| 542 | 2025-04-16T03:12:01.429Z | Compiling toml_edit v0.22.24 |
| 543 | 2025-04-16T03:12:01.606Z | Compiling camino-tempfile v1.1.1 |
| 544 | 2025-04-16T03:12:02.302Z | Compiling dof v0.3.0 |
| 545 | 2025-04-16T03:12:02.449Z | Compiling cargo_metadata v0.19.2 |
| 546 | 2025-04-16T03:12:03.656Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2025-04-16T03:12:03.656Z | Compiling usdt-macro v0.5.0 |
| 548 | 2025-04-16T03:12:04.329Z | Compiling toml v0.8.20 |
| 549 | 2025-04-16T03:12:04.675Z | Compiling usdt v0.5.0 |
| 550 | 2025-04-16T03:12:05.074Z | Compiling cargo_toml v0.21.0 |
| 551 | 2025-04-16T03:12:08.338Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 552 | 2025-04-16T03:12:12.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 553 | 2025-04-16T03:12:12.714Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 554 | 2025-04-16T03:12:13.585Z | Downloading crates ... |
| 555 | 2025-04-16T03:12:13.718Z | Downloaded arrayref v0.3.9 |
| 556 | 2025-04-16T03:12:13.742Z | Downloaded adler2 v2.0.0 |
| 557 | 2025-04-16T03:12:13.742Z | Downloaded cstr-argument v0.1.2 |
| 558 | 2025-04-16T03:12:13.768Z | Downloaded cipher v0.4.4 |
| 559 | 2025-04-16T03:12:13.768Z | Downloaded crossbeam-deque v0.8.5 |
| 560 | 2025-04-16T03:12:13.768Z | Downloaded headers-core v0.3.0 |
| 561 | 2025-04-16T03:12:13.795Z | Downloaded crossbeam-utils v0.8.21 |
| 562 | 2025-04-16T03:12:13.795Z | Downloaded serde-big-array v0.5.1 |
| 563 | 2025-04-16T03:12:13.795Z | Downloaded signal-hook-registry v1.4.2 |
| 564 | 2025-04-16T03:12:13.821Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 565 | 2025-04-16T03:12:13.847Z | Downloaded tui-tree-widget v0.23.0 |
| 566 | 2025-04-16T03:12:13.847Z | Downloaded want v0.3.1 |
| 567 | 2025-04-16T03:12:13.847Z | Downloaded wyz v0.5.1 |
| 568 | 2025-04-16T03:12:13.847Z | Downloaded fxhash v0.2.1 |
| 569 | 2025-04-16T03:12:13.873Z | Downloaded document-features v0.2.10 |
| 570 | 2025-04-16T03:12:13.873Z | Downloaded openssl-probe v0.1.5 |
| 571 | 2025-04-16T03:12:13.873Z | Downloaded openssl-macros v0.1.1 |
| 572 | 2025-04-16T03:12:13.873Z | Downloaded pretty-hex v0.2.1 |
| 573 | 2025-04-16T03:12:13.899Z | Downloaded russh-cryptovec v0.7.3 |
| 574 | 2025-04-16T03:12:13.899Z | Downloaded sqlparser_derive v0.2.2 |
| 575 | 2025-04-16T03:12:13.899Z | Downloaded topological-sort v0.2.2 |
| 576 | 2025-04-16T03:12:13.899Z | Downloaded zerofrom v0.1.4 |
| 577 | 2025-04-16T03:12:13.899Z | Downloaded zerovec-derive v0.10.3 |
| 578 | 2025-04-16T03:12:13.927Z | Downloaded zeroize v1.8.1 |
| 579 | 2025-04-16T03:12:13.927Z | Downloaded foldhash v0.1.3 |
| 580 | 2025-04-16T03:12:13.927Z | Downloaded pin-utils v0.1.0 |
| 581 | 2025-04-16T03:12:13.927Z | Downloaded num-iter v0.1.45 |
| 582 | 2025-04-16T03:12:13.927Z | Downloaded polyval v0.6.2 |
| 583 | 2025-04-16T03:12:13.954Z | Downloaded sync_wrapper v1.0.1 |
| 584 | 2025-04-16T03:12:13.954Z | Downloaded slog-bunyan v2.5.0 |
| 585 | 2025-04-16T03:12:13.954Z | Downloaded thiserror-no-std v2.0.2 |
| 586 | 2025-04-16T03:12:13.954Z | Downloaded parse-size v1.1.0 |
| 587 | 2025-04-16T03:12:13.981Z | Downloaded path-slash v0.1.5 |
| 588 | 2025-04-16T03:12:13.981Z | Downloaded password-hash v0.5.0 |
| 589 | 2025-04-16T03:12:13.981Z | Downloaded slog-async v2.8.0 |
| 590 | 2025-04-16T03:12:13.981Z | Downloaded futures-sink v0.3.31 |
| 591 | 2025-04-16T03:12:13.981Z | Downloaded env_logger v0.11.5 |
| 592 | 2025-04-16T03:12:14.016Z | Downloaded nodrop v0.1.14 |
| 593 | 2025-04-16T03:12:14.016Z | Downloaded num v0.4.3 |
| 594 | 2025-04-16T03:12:14.016Z | Downloaded rustversion v1.0.17 |
| 595 | 2025-04-16T03:12:14.016Z | Downloaded num_enum_derive v0.5.11 |
| 596 | 2025-04-16T03:12:14.016Z | Downloaded normalize-line-endings v0.3.0 |
| 597 | 2025-04-16T03:12:14.016Z | Downloaded icu_normalizer_data v1.5.0 |
| 598 | 2025-04-16T03:12:14.016Z | Downloaded same-file v1.0.6 |
| 599 | 2025-04-16T03:12:14.016Z | Downloaded newline-converter v0.3.0 |
| 600 | 2025-04-16T03:12:14.016Z | Downloaded openssl v0.10.72 |
| 601 | 2025-04-16T03:12:14.042Z | Downloaded tinyvec_macros v0.1.1 |
| 602 | 2025-04-16T03:12:14.042Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 603 | 2025-04-16T03:12:14.042Z | Downloaded phf_shared v0.11.2 |
| 604 | 2025-04-16T03:12:14.042Z | Downloaded tokio-rustls v0.26.0 |
| 605 | 2025-04-16T03:12:14.067Z | Downloaded pin-project-lite v0.2.14 |
| 606 | 2025-04-16T03:12:14.067Z | Downloaded pin-project v1.1.6 |
| 607 | 2025-04-16T03:12:14.092Z | Downloaded ctr v0.9.2 |
| 608 | 2025-04-16T03:12:14.092Z | Downloaded tokio-rustls v0.24.1 |
| 609 | 2025-04-16T03:12:14.092Z | Downloaded strum_macros v0.26.4 |
| 610 | 2025-04-16T03:12:14.092Z | Downloaded unicode-bidi v0.3.17 |
| 611 | 2025-04-16T03:12:14.118Z | Downloaded tls_codec_derive v0.4.1 |
| 612 | 2025-04-16T03:12:14.118Z | Downloaded darling_core v0.20.10 |
| 613 | 2025-04-16T03:12:14.118Z | Downloaded derive_more v0.99.19 |
| 614 | 2025-04-16T03:12:14.118Z | Downloaded tinyvec v1.8.0 |
| 615 | 2025-04-16T03:12:14.145Z | Downloaded unicode-normalization v0.1.24 |
| 616 | 2025-04-16T03:12:14.145Z | Downloaded petname v2.0.2 |
| 617 | 2025-04-16T03:12:14.145Z | Downloaded pin-project-internal v1.1.6 |
| 618 | 2025-04-16T03:12:14.145Z | Downloaded nix v0.29.0 |
| 619 | 2025-04-16T03:12:14.170Z | Downloaded nix v0.28.0 |
| 620 | 2025-04-16T03:12:14.195Z | Downloaded tokio-postgres v0.7.13 |
| 621 | 2025-04-16T03:12:14.195Z | Downloaded hkdf v0.12.4 |
| 622 | 2025-04-16T03:12:14.195Z | Downloaded zip v2.6.1 |
| 623 | 2025-04-16T03:12:14.195Z | Downloaded rustls-webpki v0.102.8 |
| 624 | 2025-04-16T03:12:14.219Z | Downloaded quinn-proto v0.11.8 |
| 625 | 2025-04-16T03:12:14.244Z | Downloaded zerocopy-derive v0.6.6 |
| 626 | 2025-04-16T03:12:14.244Z | Downloaded curve25519-dalek v4.1.3 |
| 627 | 2025-04-16T03:12:14.268Z | Downloaded sled v0.34.7 |
| 628 | 2025-04-16T03:12:14.269Z | Downloaded smoltcp v0.9.1 |
| 629 | 2025-04-16T03:12:14.293Z | Downloaded rustls v0.21.12 |
| 630 | 2025-04-16T03:12:14.318Z | Downloaded quick-xml v0.37.2 |
| 631 | 2025-04-16T03:12:14.318Z | Downloaded rustls v0.23.19 |
| 632 | 2025-04-16T03:12:14.318Z | Downloaded rustls v0.22.4 |
| 633 | 2025-04-16T03:12:14.343Z | Downloaded sha3 v0.10.8 |
| 634 | 2025-04-16T03:12:14.343Z | Downloaded hickory-proto v0.24.4 |
| 635 | 2025-04-16T03:12:14.368Z | Downloaded icu_properties_data v1.5.0 |
| 636 | 2025-04-16T03:12:14.393Z | Downloaded rustls-webpki v0.101.7 |
| 637 | 2025-04-16T03:12:14.393Z | Downloaded portable-atomic v1.11.0 |
| 638 | 2025-04-16T03:12:14.420Z | Downloaded lalrpop v0.19.12 |
| 639 | 2025-04-16T03:12:14.445Z | Downloaded petgraph v0.6.5 |
| 640 | 2025-04-16T03:12:14.470Z | Downloaded typify-impl v0.3.0 |
| 641 | 2025-04-16T03:12:14.470Z | Downloaded typify-impl v0.2.0 |
| 642 | 2025-04-16T03:12:14.494Z | Downloaded p521 v0.13.3 |
| 643 | 2025-04-16T03:12:14.519Z | Downloaded itertools v0.14.0 |
| 644 | 2025-04-16T03:12:14.520Z | Downloaded unicode_categories v0.1.1 |
| 645 | 2025-04-16T03:12:14.520Z | Downloaded petgraph v0.7.1 |
| 646 | 2025-04-16T03:12:14.545Z | Downloaded itertools v0.13.0 |
| 647 | 2025-04-16T03:12:14.570Z | Downloaded hyper v1.6.0 |
| 648 | 2025-04-16T03:12:14.570Z | Downloaded jiff v0.2.6 |
| 649 | 2025-04-16T03:12:14.595Z | Downloaded nix v0.27.1 |
| 650 | 2025-04-16T03:12:14.619Z | Downloaded itertools v0.12.1 |
| 651 | 2025-04-16T03:12:14.619Z | Downloaded idna v1.0.3 |
| 652 | 2025-04-16T03:12:14.619Z | Downloaded quinn v0.11.5 |
| 653 | 2025-04-16T03:12:14.619Z | Downloaded hashbrown v0.12.3 |
| 654 | 2025-04-16T03:12:14.619Z | Downloaded x509-cert v0.2.5 |
| 655 | 2025-04-16T03:12:14.644Z | Downloaded radix_trie v0.2.1 |
| 656 | 2025-04-16T03:12:14.644Z | Downloaded lzma-sys v0.1.20 |
| 657 | 2025-04-16T03:12:14.668Z | Downloaded yansi v1.0.1 |
| 658 | 2025-04-16T03:12:14.693Z | Downloaded steno v0.4.1 |
| 659 | 2025-04-16T03:12:14.693Z | Downloaded libz-sys v1.1.20 |
| 660 | 2025-04-16T03:12:14.718Z | Downloaded libxml v0.3.3 |
| 661 | 2025-04-16T03:12:14.718Z | Downloaded csv v1.3.1 |
| 662 | 2025-04-16T03:12:14.743Z | Downloaded tokio v1.43.1 |
| 663 | 2025-04-16T03:12:14.780Z | Downloaded proptest v1.6.0 |
| 664 | 2025-04-16T03:12:14.805Z | Downloaded libm v0.2.8 |
| 665 | 2025-04-16T03:12:14.805Z | Downloaded itertools v0.10.5 |
| 666 | 2025-04-16T03:12:14.829Z | Downloaded unsafe-libyaml v0.2.11 |
| 667 | 2025-04-16T03:12:14.829Z | Downloaded unicode-width v0.2.0 |
| 668 | 2025-04-16T03:12:14.829Z | Downloaded zip v0.6.6 |
| 669 | 2025-04-16T03:12:14.829Z | Downloaded daft-derive v0.1.3 |
| 670 | 2025-04-16T03:12:14.853Z | Downloaded regex-automata v0.4.8 |
| 671 | 2025-04-16T03:12:14.854Z | Downloaded http v1.2.0 |
| 672 | 2025-04-16T03:12:14.878Z | Downloaded salty v0.3.0 |
| 673 | 2025-04-16T03:12:14.878Z | Downloaded polar-core v0.27.3 |
| 674 | 2025-04-16T03:12:14.878Z | Downloaded rustyline v14.0.0 |
| 675 | 2025-04-16T03:12:14.903Z | Downloaded unicode-xid v0.2.6 |
| 676 | 2025-04-16T03:12:14.903Z | Downloaded zopfli v0.8.1 |
| 677 | 2025-04-16T03:12:14.903Z | Downloaded smoltcp v0.11.0 |
| 678 | 2025-04-16T03:12:14.928Z | Downloaded openapiv3 v2.0.0 |
| 679 | 2025-04-16T03:12:14.928Z | Downloaded hickory-server v0.24.4 |
| 680 | 2025-04-16T03:12:14.978Z | Downloaded ring v0.17.11 |
| 681 | 2025-04-16T03:12:15.002Z | Downloaded pem-rfc7468 v0.7.0 |
| 682 | 2025-04-16T03:12:15.002Z | Downloaded peg-macros v0.8.5 |
| 683 | 2025-04-16T03:12:15.002Z | Downloaded darling v0.20.10 |
| 684 | 2025-04-16T03:12:15.002Z | Downloaded daft v0.1.3 |
| 685 | 2025-04-16T03:12:15.002Z | Downloaded tokio-native-tls v0.3.1 |
| 686 | 2025-04-16T03:12:15.002Z | Downloaded rand v0.8.5 |
| 687 | 2025-04-16T03:12:15.026Z | Downloaded minimal-lexical v0.2.1 |
| 688 | 2025-04-16T03:12:15.026Z | Downloaded rand v0.9.0 |
| 689 | 2025-04-16T03:12:15.027Z | Downloaded parking_lot_core v0.9.10 |
| 690 | 2025-04-16T03:12:15.027Z | Downloaded nom v7.1.3 |
| 691 | 2025-04-16T03:12:15.027Z | Downloaded yasna v0.5.2 |
| 692 | 2025-04-16T03:12:15.027Z | Downloaded universal-hash v0.5.1 |
| 693 | 2025-04-16T03:12:15.027Z | Downloaded encoding_rs v0.8.34 |
| 694 | 2025-04-16T03:12:15.052Z | Downloaded jiff-static v0.2.6 |
| 695 | 2025-04-16T03:12:15.076Z | Downloaded heapless v0.7.17 |
| 696 | 2025-04-16T03:12:15.077Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 697 | 2025-04-16T03:12:15.077Z | Downloaded pem v3.0.5 |
| 698 | 2025-04-16T03:12:15.077Z | Downloaded peg-runtime v0.8.5 |
| 699 | 2025-04-16T03:12:15.077Z | Downloaded tokio-macros v2.5.0 |
| 700 | 2025-04-16T03:12:15.077Z | Downloaded peg v0.8.5 |
| 701 | 2025-04-16T03:12:15.077Z | Downloaded newtype-uuid v1.2.1 |
| 702 | 2025-04-16T03:12:15.077Z | Downloaded mio v1.0.2 |
| 703 | 2025-04-16T03:12:15.101Z | Downloaded miniz_oxide v0.8.5 |
| 704 | 2025-04-16T03:12:15.101Z | Downloaded strum_macros v0.25.3 |
| 705 | 2025-04-16T03:12:15.101Z | Downloaded strum_macros v0.24.3 |
| 706 | 2025-04-16T03:12:15.101Z | Downloaded enum-as-inner v0.6.1 |
| 707 | 2025-04-16T03:12:15.101Z | Downloaded ed25519-dalek v2.1.1 |
| 708 | 2025-04-16T03:12:15.102Z | Downloaded structmeta-derive v0.3.0 |
| 709 | 2025-04-16T03:12:15.102Z | Downloaded structmeta v0.3.0 |
| 710 | 2025-04-16T03:12:15.102Z | Downloaded parse-display v0.10.0 |
| 711 | 2025-04-16T03:12:15.102Z | Downloaded yoke v0.7.4 |
| 712 | 2025-04-16T03:12:15.126Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 713 | 2025-04-16T03:12:15.174Z | Downloaded smallvec v1.14.0 |
| 714 | 2025-04-16T03:12:15.199Z | Downloaded slog-term v2.9.1 |
| 715 | 2025-04-16T03:12:15.199Z | Downloaded derive_builder_core v0.20.2 |
| 716 | 2025-04-16T03:12:15.199Z | Downloaded time-macros v0.2.18 |
| 717 | 2025-04-16T03:12:15.199Z | Downloaded typify v0.3.0 |
| 718 | 2025-04-16T03:12:15.199Z | Downloaded hyper-util v0.1.10 |
| 719 | 2025-04-16T03:12:15.199Z | Downloaded postgres-protocol v0.6.8 |
| 720 | 2025-04-16T03:12:15.199Z | Downloaded elliptic-curve v0.13.8 |
| 721 | 2025-04-16T03:12:15.223Z | Downloaded der v0.7.9 |
| 722 | 2025-04-16T03:12:15.223Z | Downloaded num-bigint v0.4.6 |
| 723 | 2025-04-16T03:12:15.223Z | Downloaded ratatui v0.29.0 |
| 724 | 2025-04-16T03:12:15.248Z | Downloaded icu_collections v1.5.0 |
| 725 | 2025-04-16T03:12:15.248Z | Downloaded tokio-stream v0.1.17 |
| 726 | 2025-04-16T03:12:15.272Z | Downloaded tokio-rustls v0.25.0 |
| 727 | 2025-04-16T03:12:15.272Z | Downloaded multer v3.1.0 |
| 728 | 2025-04-16T03:12:15.272Z | Downloaded samael v0.0.18 |
| 729 | 2025-04-16T03:12:15.272Z | Downloaded postcard v1.0.10 |
| 730 | 2025-04-16T03:12:15.272Z | Downloaded unicode-segmentation v1.12.0 |
| 731 | 2025-04-16T03:12:15.272Z | Downloaded parking_lot v0.11.2 |
| 732 | 2025-04-16T03:12:15.297Z | Downloaded object v0.36.5 |
| 733 | 2025-04-16T03:12:15.297Z | Downloaded diesel v2.2.9 |
| 734 | 2025-04-16T03:12:15.321Z | Downloaded phf_generator v0.11.2 |
| 735 | 2025-04-16T03:12:15.321Z | Downloaded phf_codegen v0.11.2 |
| 736 | 2025-04-16T03:12:15.321Z | Downloaded phf v0.11.2 |
| 737 | 2025-04-16T03:12:15.321Z | Downloaded tls_codec v0.4.1 |
| 738 | 2025-04-16T03:12:15.321Z | Downloaded radium v0.7.0 |
| 739 | 2025-04-16T03:12:15.321Z | Downloaded newtype_derive v0.1.6 |
| 740 | 2025-04-16T03:12:15.321Z | Downloaded native-tls v0.2.12 |
| 741 | 2025-04-16T03:12:15.345Z | Downloaded endian-type v0.1.2 |
| 742 | 2025-04-16T03:12:15.345Z | Downloaded stringprep v0.1.5 |
| 743 | 2025-04-16T03:12:15.346Z | Downloaded smf v0.2.3 |
| 744 | 2025-04-16T03:12:15.346Z | Downloaded smallvec v0.6.14 |
| 745 | 2025-04-16T03:12:15.346Z | Downloaded rand_core v0.9.2 |
| 746 | 2025-04-16T03:12:15.346Z | Downloaded rand_chacha v0.3.1 |
| 747 | 2025-04-16T03:12:15.346Z | Downloaded des v0.8.1 |
| 748 | 2025-04-16T03:12:15.346Z | Downloaded der_derive v0.7.3 |
| 749 | 2025-04-16T03:12:15.346Z | Downloaded hashbrown v0.13.2 |
| 750 | 2025-04-16T03:12:15.346Z | Downloaded untrusted v0.7.1 |
| 751 | 2025-04-16T03:12:15.346Z | Downloaded r2d2 v0.8.10 |
| 752 | 2025-04-16T03:12:15.346Z | Downloaded quinn-udp v0.5.5 |
| 753 | 2025-04-16T03:12:15.346Z | Downloaded quick-error v1.2.3 |
| 754 | 2025-04-16T03:12:15.370Z | Downloaded pbkdf2 v0.12.2 |
| 755 | 2025-04-16T03:12:15.371Z | Downloaded futures-macro v0.3.31 |
| 756 | 2025-04-16T03:12:15.371Z | Downloaded expectorate v1.1.0 |
| 757 | 2025-04-16T03:12:15.371Z | Downloaded csv-core v0.1.11 |
| 758 | 2025-04-16T03:12:15.371Z | Downloaded zerocopy v0.8.10 |
| 759 | 2025-04-16T03:12:15.395Z | Downloaded papergrid v0.14.0 |
| 760 | 2025-04-16T03:12:15.395Z | Downloaded h2 v0.4.6 |
| 761 | 2025-04-16T03:12:15.420Z | Downloaded hickory-resolver v0.24.4 |
| 762 | 2025-04-16T03:12:15.420Z | Downloaded heapless v0.8.0 |
| 763 | 2025-04-16T03:12:15.420Z | Downloaded percent-encoding v2.3.1 |
| 764 | 2025-04-16T03:12:15.420Z | Downloaded unicase v2.7.0 |
| 765 | 2025-04-16T03:12:15.420Z | Downloaded unarray v0.1.4 |
| 766 | 2025-04-16T03:12:15.420Z | Downloaded typify-macro v0.3.0 |
| 767 | 2025-04-16T03:12:15.420Z | Downloaded new_debug_unreachable v1.0.6 |
| 768 | 2025-04-16T03:12:15.420Z | Downloaded nanorand v0.7.0 |
| 769 | 2025-04-16T03:12:15.420Z | Downloaded multimap v0.10.0 |
| 770 | 2025-04-16T03:12:15.420Z | Downloaded data-encoding v2.6.0 |
| 771 | 2025-04-16T03:12:15.445Z | Downloaded rusty-fork v0.3.0 |
| 772 | 2025-04-16T03:12:15.445Z | Downloaded rand_seeder v0.3.0 |
| 773 | 2025-04-16T03:12:15.445Z | Downloaded rand_core v0.6.4 |
| 774 | 2025-04-16T03:12:15.445Z | Downloaded rand_chacha v0.9.0 |
| 775 | 2025-04-16T03:12:15.445Z | Downloaded ena v0.14.3 |
| 776 | 2025-04-16T03:12:15.445Z | Downloaded embedded-io v0.6.1 |
| 777 | 2025-04-16T03:12:15.445Z | Downloaded embedded-io v0.4.0 |
| 778 | 2025-04-16T03:12:15.445Z | Downloaded either v1.14.0 |
| 779 | 2025-04-16T03:12:15.445Z | Downloaded defmt-parser v0.3.4 |
| 780 | 2025-04-16T03:12:15.445Z | Downloaded defmt-macros v0.3.9 |
| 781 | 2025-04-16T03:12:15.445Z | Downloaded defmt v0.3.8 |
| 782 | 2025-04-16T03:12:15.445Z | Downloaded debug-ignore v1.0.5 |
| 783 | 2025-04-16T03:12:15.470Z | Downloaded strum v0.26.3 |
| 784 | 2025-04-16T03:12:15.470Z | Downloaded signature v2.2.0 |
| 785 | 2025-04-16T03:12:15.470Z | Downloaded nu-ansi-term v0.50.1 |
| 786 | 2025-04-16T03:12:15.470Z | Downloaded untrusted v0.9.0 |
| 787 | 2025-04-16T03:12:15.470Z | Downloaded tinystr v0.7.6 |
| 788 | 2025-04-16T03:12:15.470Z | Downloaded tiny-keccak v2.0.2 |
| 789 | 2025-04-16T03:12:15.470Z | Downloaded zone v0.1.8 |
| 790 | 2025-04-16T03:12:15.470Z | Downloaded typify v0.2.0 |
| 791 | 2025-04-16T03:12:15.470Z | Downloaded string_cache v0.8.9 |
| 792 | 2025-04-16T03:12:15.470Z | Downloaded mime_guess v2.0.5 |
| 793 | 2025-04-16T03:12:15.470Z | Downloaded dropshot v0.16.0 |
| 794 | 2025-04-16T03:12:15.494Z | Downloaded icu_properties v1.5.1 |
| 795 | 2025-04-16T03:12:15.519Z | Downloaded darling_macro v0.20.10 |
| 796 | 2025-04-16T03:12:15.519Z | Downloaded strip-ansi-escapes v0.2.0 |
| 797 | 2025-04-16T03:12:15.519Z | Downloaded sigpipe v0.1.3 |
| 798 | 2025-04-16T03:12:15.519Z | Downloaded signal-hook-tokio v0.3.1 |
| 799 | 2025-04-16T03:12:15.519Z | Downloaded scheduled-thread-pool v0.2.7 |
| 800 | 2025-04-16T03:12:15.519Z | Downloaded salsa20 v0.10.2 |
| 801 | 2025-04-16T03:12:15.519Z | Downloaded parking_lot_core v0.8.6 |
| 802 | 2025-04-16T03:12:15.519Z | Downloaded parking_lot v0.12.3 |
| 803 | 2025-04-16T03:12:15.519Z | Downloaded env_filter v0.1.2 |
| 804 | 2025-04-16T03:12:15.519Z | Downloaded publicsuffix v2.3.0 |
| 805 | 2025-04-16T03:12:15.519Z | Downloaded parse-zoneinfo v0.3.1 |
| 806 | 2025-04-16T03:12:15.519Z | Downloaded time v0.3.36 |
| 807 | 2025-04-16T03:12:15.544Z | Downloaded icu_normalizer v1.5.0 |
| 808 | 2025-04-16T03:12:15.544Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 809 | 2025-04-16T03:12:15.568Z | Downloaded qorb v0.3.1 |
| 810 | 2025-04-16T03:12:15.568Z | Downloaded fatfs v0.3.6 |
| 811 | 2025-04-16T03:12:15.568Z | Downloaded form_urlencoded v1.2.1 |
| 812 | 2025-04-16T03:12:15.568Z | Downloaded foreign-types-macros v0.2.3 |
| 813 | 2025-04-16T03:12:15.568Z | Downloaded sqlparser v0.45.0 |
| 814 | 2025-04-16T03:12:15.568Z | Downloaded proc-macro-crate v1.3.1 |
| 815 | 2025-04-16T03:12:15.569Z | Downloaded gimli v0.31.1 |
| 816 | 2025-04-16T03:12:15.593Z | Downloaded dropshot v0.12.0 |
| 817 | 2025-04-16T03:12:15.618Z | Downloaded indicatif v0.17.11 |
| 818 | 2025-04-16T03:12:15.618Z | Downloaded nibble_vec v0.1.0 |
| 819 | 2025-04-16T03:12:15.618Z | Downloaded env_logger v0.10.2 |
| 820 | 2025-04-16T03:12:15.618Z | Downloaded unicode-properties v0.1.3 |
| 821 | 2025-04-16T03:12:15.618Z | Downloaded slog v2.7.0 |
| 822 | 2025-04-16T03:12:15.618Z | Downloaded similar v2.7.0 |
| 823 | 2025-04-16T03:12:15.642Z | Downloaded url v2.5.3 |
| 824 | 2025-04-16T03:12:15.642Z | Downloaded num-bigint-dig v0.8.4 |
| 825 | 2025-04-16T03:12:15.642Z | Downloaded object v0.30.4 |
| 826 | 2025-04-16T03:12:15.667Z | Downloaded password-hash v0.4.2 |
| 827 | 2025-04-16T03:12:15.667Z | Downloaded zerovec v0.10.4 |
| 828 | 2025-04-16T03:12:15.667Z | Downloaded unicode-truncate v1.1.0 |
| 829 | 2025-04-16T03:12:15.667Z | Downloaded simd-adler32 v0.3.7 |
| 830 | 2025-04-16T03:12:15.668Z | Downloaded futures v0.3.31 |
| 831 | 2025-04-16T03:12:15.668Z | Downloaded derive-where v1.2.7 |
| 832 | 2025-04-16T03:12:15.694Z | Downloaded p384 v0.13.0 |
| 833 | 2025-04-16T03:12:15.694Z | Downloaded slab v0.4.9 |
| 834 | 2025-04-16T03:12:15.694Z | Downloaded siphasher v0.3.11 |
| 835 | 2025-04-16T03:12:15.694Z | Downloaded psl-types v2.0.11 |
| 836 | 2025-04-16T03:12:15.694Z | Downloaded pbkdf2 v0.11.0 |
| 837 | 2025-04-16T03:12:15.694Z | Downloaded paste v1.0.15 |
| 838 | 2025-04-16T03:12:15.694Z | Downloaded fallible-iterator v0.2.0 |
| 839 | 2025-04-16T03:12:15.694Z | Downloaded deranged v0.3.11 |
| 840 | 2025-04-16T03:12:15.694Z | Downloaded subprocess v0.2.9 |
| 841 | 2025-04-16T03:12:15.719Z | Downloaded ron v0.7.1 |
| 842 | 2025-04-16T03:12:15.719Z | Downloaded foreign-types v0.5.0 |
| 843 | 2025-04-16T03:12:15.719Z | Downloaded zone v0.3.1 |
| 844 | 2025-04-16T03:12:15.719Z | Downloaded ecdsa v0.16.9 |
| 845 | 2025-04-16T03:12:15.719Z | Downloaded reedline v0.38.0 |
| 846 | 2025-04-16T03:12:15.719Z | Downloaded parse-display-derive v0.10.0 |
| 847 | 2025-04-16T03:12:15.719Z | Downloaded futures-channel v0.3.31 |
| 848 | 2025-04-16T03:12:15.719Z | Downloaded fs_extra v1.3.0 |
| 849 | 2025-04-16T03:12:15.746Z | Downloaded fd-lock v4.0.2 |
| 850 | 2025-04-16T03:12:15.746Z | Downloaded derive_builder_macro v0.20.2 |
| 851 | 2025-04-16T03:12:15.746Z | Downloaded derive_builder v0.20.2 |
| 852 | 2025-04-16T03:12:15.746Z | Downloaded xz2 v0.1.7 |
| 853 | 2025-04-16T03:12:15.746Z | Downloaded time-core v0.1.2 |
| 854 | 2025-04-16T03:12:15.747Z | Downloaded typify-macro v0.2.0 |
| 855 | 2025-04-16T03:12:15.747Z | Downloaded static_assertions v1.1.0 |
| 856 | 2025-04-16T03:12:15.747Z | Downloaded futures-io v0.3.31 |
| 857 | 2025-04-16T03:12:15.747Z | Downloaded futures-executor v0.3.31 |
| 858 | 2025-04-16T03:12:15.747Z | Downloaded futures-core v0.3.31 |
| 859 | 2025-04-16T03:12:15.747Z | Downloaded funty v2.0.0 |
| 860 | 2025-04-16T03:12:15.747Z | Downloaded ff v0.13.0 |
| 861 | 2025-04-16T03:12:15.747Z | Downloaded xshell v0.2.7 |
| 862 | 2025-04-16T03:12:15.771Z | Downloaded utf8_iter v1.0.4 |
| 863 | 2025-04-16T03:12:15.772Z | Downloaded utf16_iter v1.0.5 |
| 864 | 2025-04-16T03:12:15.772Z | Downloaded rustls-pki-types v1.10.0 |
| 865 | 2025-04-16T03:12:15.772Z | Downloaded rfc6979 v0.4.0 |
| 866 | 2025-04-16T03:12:15.772Z | Downloaded tokio-util v0.7.13 |
| 867 | 2025-04-16T03:12:15.772Z | Downloaded primeorder v0.13.6 |
| 868 | 2025-04-16T03:12:15.772Z | Downloaded git2 v0.19.0 |
| 869 | 2025-04-16T03:12:15.796Z | Downloaded litrs v0.4.1 |
| 870 | 2025-04-16T03:12:15.796Z | Downloaded hickory-client v0.24.4 |
| 871 | 2025-04-16T03:12:15.796Z | Downloaded xshell-macros v0.2.7 |
| 872 | 2025-04-16T03:12:15.796Z | Downloaded utf-8 v0.7.6 |
| 873 | 2025-04-16T03:12:15.796Z | Downloaded thread_local v1.1.8 |
| 874 | 2025-04-16T03:12:15.796Z | Downloaded synstructure v0.13.1 |
| 875 | 2025-04-16T03:12:15.796Z | Downloaded sync-ptr v0.1.1 |
| 876 | 2025-04-16T03:12:15.796Z | Downloaded subtle v2.6.1 |
| 877 | 2025-04-16T03:12:15.796Z | Downloaded pkcs5 v0.7.1 |
| 878 | 2025-04-16T03:12:15.796Z | Downloaded pkcs1 v0.7.5 |
| 879 | 2025-04-16T03:12:15.821Z | Downloaded ssh-key v0.6.6 |
| 880 | 2025-04-16T03:12:15.821Z | Downloaded russh v0.45.0 |
| 881 | 2025-04-16T03:12:15.821Z | Downloaded indexmap v1.9.3 |
| 882 | 2025-04-16T03:12:15.821Z | Downloaded icu_locid_transform_data v1.5.0 |
| 883 | 2025-04-16T03:12:15.821Z | Downloaded httparse v1.9.5 |
| 884 | 2025-04-16T03:12:15.846Z | Downloaded supports-color v3.0.2 |
| 885 | 2025-04-16T03:12:15.846Z | Downloaded slog-stdlog v4.1.1 |
| 886 | 2025-04-16T03:12:15.846Z | Downloaded slog-scope v4.4.0 |
| 887 | 2025-04-16T03:12:15.846Z | Downloaded slog-json v2.6.1 |
| 888 | 2025-04-16T03:12:15.846Z | Downloaded slog-dtrace v0.3.0 |
| 889 | 2025-04-16T03:12:15.846Z | Downloaded pkcs8 v0.10.2 |
| 890 | 2025-04-16T03:12:15.846Z | Downloaded num-integer v0.1.46 |
| 891 | 2025-04-16T03:12:15.846Z | Downloaded flume v0.11.1 |
| 892 | 2025-04-16T03:12:15.846Z | Downloaded flate2 v1.1.1 |
| 893 | 2025-04-16T03:12:15.846Z | Downloaded typed-path v0.9.3 |
| 894 | 2025-04-16T03:12:15.870Z | Downloaded toml_edit v0.19.15 |
| 895 | 2025-04-16T03:12:15.894Z | Downloaded rustls-pemfile v1.0.4 |
| 896 | 2025-04-16T03:12:15.894Z | Downloaded rustc_version v0.1.7 |
| 897 | 2025-04-16T03:12:15.894Z | Downloaded poly1305 v0.8.0 |
| 898 | 2025-04-16T03:12:15.894Z | Downloaded num-traits v0.2.19 |
| 899 | 2025-04-16T03:12:15.894Z | Downloaded zerocopy-derive v0.8.10 |
| 900 | 2025-04-16T03:12:15.894Z | Downloaded webpki-roots v0.26.6 |
| 901 | 2025-04-16T03:12:15.919Z | Downloaded slog-envlogger v2.2.0 |
| 902 | 2025-04-16T03:12:15.919Z | Downloaded rustls-pemfile v2.2.0 |
| 903 | 2025-04-16T03:12:15.919Z | Downloaded pkg-config v0.3.31 |
| 904 | 2025-04-16T03:12:15.919Z | Downloaded number_prefix v0.4.0 |
| 905 | 2025-04-16T03:12:15.919Z | Downloaded num_threads v0.1.7 |
| 906 | 2025-04-16T03:12:15.919Z | Downloaded rustc_version v0.4.1 |
| 907 | 2025-04-16T03:12:15.919Z | Downloaded packed_struct_codegen v0.10.1 |
| 908 | 2025-04-16T03:12:15.919Z | Downloaded packed_struct v0.10.1 |
| 909 | 2025-04-16T03:12:15.919Z | Downloaded hash32 v0.3.1 |
| 910 | 2025-04-16T03:12:15.919Z | Downloaded hash32 v0.2.1 |
| 911 | 2025-04-16T03:12:15.919Z | Downloaded lock_api v0.4.12 |
| 912 | 2025-04-16T03:12:15.919Z | Downloaded num-rational v0.4.2 |
| 913 | 2025-04-16T03:12:15.919Z | Downloaded num-derive v0.4.2 |
| 914 | 2025-04-16T03:12:15.919Z | Downloaded num-conv v0.1.0 |
| 915 | 2025-04-16T03:12:15.944Z | Downloaded num-complex v0.4.6 |
| 916 | 2025-04-16T03:12:15.944Z | Downloaded foreign-types-shared v0.3.1 |
| 917 | 2025-04-16T03:12:15.944Z | Downloaded foreign-types-shared v0.1.1 |
| 918 | 2025-04-16T03:12:15.944Z | Downloaded zone_cfg_derive v0.3.0 |
| 919 | 2025-04-16T03:12:15.944Z | Downloaded zone_cfg_derive v0.1.2 |
| 920 | 2025-04-16T03:12:15.944Z | Downloaded snafu v0.8.5 |
| 921 | 2025-04-16T03:12:15.944Z | Downloaded futures-util v0.3.31 |
| 922 | 2025-04-16T03:12:15.968Z | Downloaded icu_locid v1.5.0 |
| 923 | 2025-04-16T03:12:15.969Z | Downloaded fixedbitset v0.5.7 |
| 924 | 2025-04-16T03:12:15.969Z | Downloaded zerocopy v0.6.6 |
| 925 | 2025-04-16T03:12:15.969Z | Downloaded ed25519 v2.2.3 |
| 926 | 2025-04-16T03:12:15.969Z | Downloaded keccak v0.1.5 |
| 927 | 2025-04-16T03:12:15.969Z | Downloaded jobserver v0.1.32 |
| 928 | 2025-04-16T03:12:15.969Z | Downloaded icu_provider v1.5.0 |
| 929 | 2025-04-16T03:12:15.969Z | Downloaded iana-time-zone v0.1.61 |
| 930 | 2025-04-16T03:12:16.045Z | Downloaded hmac v0.12.1 |
| 931 | 2025-04-16T03:12:16.045Z | Downloaded num_enum v0.5.11 |
| 932 | 2025-04-16T03:12:16.045Z | Downloaded num-derive v0.3.3 |
| 933 | 2025-04-16T03:12:16.045Z | Downloaded foreign-types v0.3.2 |
| 934 | 2025-04-16T03:12:16.045Z | Downloaded pretty_assertions v1.4.1 |
| 935 | 2025-04-16T03:12:16.045Z | Downloaded winnow v0.6.20 |
| 936 | 2025-04-16T03:12:16.045Z | Downloaded vcpkg v0.2.15 |
| 937 | 2025-04-16T03:12:16.072Z | Downloaded tabled v0.18.0 |
| 938 | 2025-04-16T03:12:16.072Z | Downloaded hyper-rustls v0.27.3 |
| 939 | 2025-04-16T03:12:16.072Z | Downloaded float-ord v0.3.2 |
| 940 | 2025-04-16T03:12:16.072Z | Downloaded float-cmp v0.10.0 |
| 941 | 2025-04-16T03:12:16.072Z | Downloaded flagset v0.4.6 |
| 942 | 2025-04-16T03:12:16.072Z | Downloaded fixedbitset v0.4.2 |
| 943 | 2025-04-16T03:12:16.072Z | Downloaded filetime v0.2.25 |
| 944 | 2025-04-16T03:12:16.096Z | Downloaded zeroize_derive v1.4.2 |
| 945 | 2025-04-16T03:12:16.097Z | Downloaded toml v0.7.8 |
| 946 | 2025-04-16T03:12:16.097Z | Downloaded socket2 v0.5.9 |
| 947 | 2025-04-16T03:12:16.097Z | Downloaded winnow v0.5.40 |
| 948 | 2025-04-16T03:12:16.097Z | Downloaded regress v0.10.3 |
| 949 | 2025-04-16T03:12:16.123Z | Downloaded regex-syntax v0.8.5 |
| 950 | 2025-04-16T03:12:16.123Z | Downloaded libefi-sys v0.1.0 |
| 951 | 2025-04-16T03:12:16.123Z | Downloaded rsa v0.9.6 |
| 952 | 2025-04-16T03:12:16.123Z | Downloaded ron v0.8.1 |
| 953 | 2025-04-16T03:12:16.147Z | Downloaded memmap2 v0.9.5 |
| 954 | 2025-04-16T03:12:16.147Z | Downloaded linked-hash-map v0.5.6 |
| 955 | 2025-04-16T03:12:16.147Z | Downloaded ipnet v2.11.0 |
| 956 | 2025-04-16T03:12:16.147Z | Downloaded zerofrom-derive v0.1.4 |
| 957 | 2025-04-16T03:12:16.147Z | Downloaded tokio-tungstenite v0.23.1 |
| 958 | 2025-04-16T03:12:16.147Z | Downloaded tokio-tungstenite v0.21.0 |
| 959 | 2025-04-16T03:12:16.148Z | Downloaded snafu-derive v0.8.5 |
| 960 | 2025-04-16T03:12:16.148Z | Downloaded predicates-core v1.0.8 |
| 961 | 2025-04-16T03:12:16.148Z | Downloaded postgres-types v0.2.9 |
| 962 | 2025-04-16T03:12:16.148Z | Downloaded litemap v0.7.3 |
| 963 | 2025-04-16T03:12:16.148Z | Downloaded yoke-derive v0.7.4 |
| 964 | 2025-04-16T03:12:16.148Z | Downloaded stable_deref_trait v1.2.0 |
| 965 | 2025-04-16T03:12:16.172Z | Downloaded sqlformat v0.2.6 |
| 966 | 2025-04-16T03:12:16.172Z | Downloaded spin v0.9.8 |
| 967 | 2025-04-16T03:12:16.172Z | Downloaded russh-keys v0.45.0 |
| 968 | 2025-04-16T03:12:16.172Z | Downloaded prettyplease v0.2.30 |
| 969 | 2025-04-16T03:12:16.172Z | Downloaded openssl-sys v0.9.107 |
| 970 | 2025-04-16T03:12:16.173Z | Downloaded xattr v1.3.1 |
| 971 | 2025-04-16T03:12:16.173Z | Downloaded shlex v1.3.0 |
| 972 | 2025-04-16T03:12:16.173Z | Downloaded lru v0.12.5 |
| 973 | 2025-04-16T03:12:16.173Z | Downloaded icu_locid_transform v1.5.0 |
| 974 | 2025-04-16T03:12:16.197Z | Downloaded hyper-staticfile v0.10.1 |
| 975 | 2025-04-16T03:12:16.197Z | Downloaded ssh-encoding v0.2.0 |
| 976 | 2025-04-16T03:12:16.197Z | Downloaded ssh-cipher v0.2.0 |
| 977 | 2025-04-16T03:12:16.197Z | Downloaded spki v0.7.3 |
| 978 | 2025-04-16T03:12:16.197Z | Downloaded rustc-demangle v0.1.24 |
| 979 | 2025-04-16T03:12:16.197Z | Downloaded regex-syntax v0.6.29 |
| 980 | 2025-04-16T03:12:16.197Z | Downloaded rustc-hash v2.1.1 |
| 981 | 2025-04-16T03:12:16.197Z | Downloaded rustc-hash v1.1.0 |
| 982 | 2025-04-16T03:12:16.197Z | Downloaded regex v1.11.1 |
| 983 | 2025-04-16T03:12:16.222Z | Downloaded match_cfg v0.1.0 |
| 984 | 2025-04-16T03:12:16.222Z | Downloaded lzss v0.8.2 |
| 985 | 2025-04-16T03:12:16.222Z | Downloaded libloading v0.8.5 |
| 986 | 2025-04-16T03:12:16.222Z | Downloaded chrono-tz v0.10.3 |
| 987 | 2025-04-16T03:12:16.247Z | Downloaded rtoolbox v0.0.2 |
| 988 | 2025-04-16T03:12:16.247Z | Downloaded rpassword v7.3.1 |
| 989 | 2025-04-16T03:12:16.247Z | Downloaded predicates v3.1.3 |
| 990 | 2025-04-16T03:12:16.247Z | Downloaded ppv-lite86 v0.2.20 |
| 991 | 2025-04-16T03:12:16.247Z | Downloaded powerfmt v0.2.0 |
| 992 | 2025-04-16T03:12:16.247Z | Downloaded p256 v0.13.2 |
| 993 | 2025-04-16T03:12:16.247Z | Downloaded oso v0.27.3 |
| 994 | 2025-04-16T03:12:16.247Z | Downloaded mime v0.3.17 |
| 995 | 2025-04-16T03:12:16.247Z | Downloaded lazy_static v1.5.0 |
| 996 | 2025-04-16T03:12:16.271Z | Downloaded precomputed-hash v0.1.1 |
| 997 | 2025-04-16T03:12:16.272Z | Downloaded oxnet v0.1.1 |
| 998 | 2025-04-16T03:12:16.272Z | Downloaded owo-colors v4.2.0 |
| 999 | 2025-04-16T03:12:16.272Z | Downloaded oso-derive v0.27.3 |
| 1000 | 2025-04-16T03:12:16.272Z | Downloaded omicron-zone-package v0.12.0 |
| 1001 | 2025-04-16T03:12:16.272Z | Downloaded olpc-cjson v0.1.4 |
| 1002 | 2025-04-16T03:12:16.272Z | Downloaded half v2.4.1 |
| 1003 | 2025-04-16T03:12:16.272Z | Downloaded tough v0.20.0 |
| 1004 | 2025-04-16T03:12:16.297Z | Downloaded md-5 v0.10.6 |
| 1005 | 2025-04-16T03:12:16.297Z | Downloaded kstat-rs v0.2.4 |
| 1006 | 2025-04-16T03:12:16.297Z | Downloaded indoc v2.0.6 |
| 1007 | 2025-04-16T03:12:16.297Z | Downloaded highway v1.3.0 |
| 1008 | 2025-04-16T03:12:16.297Z | Downloaded bstr v1.10.0 |
| 1009 | 2025-04-16T03:12:16.297Z | Downloaded opaque-debug v0.3.1 |
| 1010 | 2025-04-16T03:12:16.297Z | Downloaded globset v0.4.15 |
| 1011 | 2025-04-16T03:12:16.323Z | Downloaded getrandom v0.3.1 |
| 1012 | 2025-04-16T03:12:16.323Z | Downloaded getrandom v0.2.15 |
| 1013 | 2025-04-16T03:12:16.324Z | Downloaded futures-task v0.3.31 |
| 1014 | 2025-04-16T03:12:16.324Z | Downloaded dunce v1.0.5 |
| 1015 | 2025-04-16T03:12:16.324Z | Downloaded diff v0.1.13 |
| 1016 | 2025-04-16T03:12:16.324Z | Downloaded tungstenite v0.23.0 |
| 1017 | 2025-04-16T03:12:16.324Z | Downloaded tower v0.5.2 |
| 1018 | 2025-04-16T03:12:16.348Z | Downloaded maybe-uninit v2.0.0 |
| 1019 | 2025-04-16T03:12:16.348Z | Downloaded libsw-core v0.3.1 |
| 1020 | 2025-04-16T03:12:16.348Z | Downloaded libsw v3.4.0 |
| 1021 | 2025-04-16T03:12:16.348Z | Downloaded lalrpop-util v0.19.12 |
| 1022 | 2025-04-16T03:12:16.349Z | Downloaded indent_write v2.2.0 |
| 1023 | 2025-04-16T03:12:16.349Z | Downloaded group v0.13.0 |
| 1024 | 2025-04-16T03:12:16.349Z | Downloaded glob v0.3.2 |
| 1025 | 2025-04-16T03:12:16.349Z | Downloaded ghash v0.5.1 |
| 1026 | 2025-04-16T03:12:16.349Z | Downloaded gethostname v0.5.0 |
| 1027 | 2025-04-16T03:12:16.349Z | Downloaded dropshot_endpoint v0.16.0 |
| 1028 | 2025-04-16T03:12:16.349Z | Downloaded dropshot_endpoint v0.12.0 |
| 1029 | 2025-04-16T03:12:16.349Z | Downloaded displaydoc v0.2.5 |
| 1030 | 2025-04-16T03:12:16.373Z | Downloaded diesel_derives v2.2.3 |
| 1031 | 2025-04-16T03:12:16.373Z | Downloaded diesel-dtrace v0.4.2 |
| 1032 | 2025-04-16T03:12:16.373Z | Downloaded walkdir v2.5.0 |
| 1033 | 2025-04-16T03:12:16.373Z | Downloaded maplit v1.0.2 |
| 1034 | 2025-04-16T03:12:16.373Z | Downloaded managed v0.8.0 |
| 1035 | 2025-04-16T03:12:16.373Z | Downloaded lru-cache v0.1.2 |
| 1036 | 2025-04-16T03:12:16.373Z | Downloaded lockfree-object-pool v0.1.6 |
| 1037 | 2025-04-16T03:12:16.374Z | Downloaded lazycell v1.3.0 |
| 1038 | 2025-04-16T03:12:16.374Z | Downloaded is-terminal v0.4.13 |
| 1039 | 2025-04-16T03:12:16.374Z | Downloaded inout v0.1.3 |
| 1040 | 2025-04-16T03:12:16.374Z | Downloaded hostname v0.4.0 |
| 1041 | 2025-04-16T03:12:16.374Z | Downloaded uzers v0.12.1 |
| 1042 | 2025-04-16T03:12:16.374Z | Downloaded uuid v1.16.0 |
| 1043 | 2025-04-16T03:12:16.398Z | Downloaded termtree v0.5.1 |
| 1044 | 2025-04-16T03:12:16.398Z | Downloaded tabled_derive v0.10.0 |
| 1045 | 2025-04-16T03:12:16.398Z | Downloaded serde_with v3.12.0 |
| 1046 | 2025-04-16T03:12:16.398Z | Downloaded memoffset v0.9.1 |
| 1047 | 2025-04-16T03:12:16.398Z | Downloaded linear-map v1.2.0 |
| 1048 | 2025-04-16T03:12:16.398Z | Downloaded ipnetwork v0.21.1 |
| 1049 | 2025-04-16T03:12:16.399Z | Downloaded idna_adapter v1.2.0 |
| 1050 | 2025-04-16T03:12:16.399Z | Downloaded humantime v2.1.0 |
| 1051 | 2025-04-16T03:12:16.399Z | Downloaded castaway v0.2.3 |
| 1052 | 2025-04-16T03:12:16.423Z | Downloaded dyn-clone v1.0.19 |
| 1053 | 2025-04-16T03:12:16.423Z | Downloaded dsl_auto_type v0.1.2 |
| 1054 | 2025-04-16T03:12:16.423Z | Downloaded display-error-chain v0.2.2 |
| 1055 | 2025-04-16T03:12:16.423Z | Downloaded dirs-sys-next v0.1.2 |
| 1056 | 2025-04-16T03:12:16.423Z | Downloaded dirs-next v2.0.0 |
| 1057 | 2025-04-16T03:12:16.423Z | Downloaded difflib v0.4.0 |
| 1058 | 2025-04-16T03:12:16.423Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1059 | 2025-04-16T03:12:16.423Z | Downloaded whoami v1.5.2 |
| 1060 | 2025-04-16T03:12:16.423Z | Downloaded aws-lc-sys v0.26.0 |
| 1061 | 2025-04-16T03:12:16.676Z | Downloaded vte v0.11.1 |
| 1062 | 2025-04-16T03:12:16.702Z | Downloaded vergen v8.3.2 |
| 1063 | 2025-04-16T03:12:16.702Z | Downloaded tracing v0.1.40 |
| 1064 | 2025-04-16T03:12:16.702Z | Downloaded reqwest v0.12.12 |
| 1065 | 2025-04-16T03:12:16.702Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1066 | 2025-04-16T03:12:16.702Z | Downloaded hyper-tls v0.6.0 |
| 1067 | 2025-04-16T03:12:16.727Z | Downloaded home v0.5.9 |
| 1068 | 2025-04-16T03:12:16.727Z | Downloaded writeable v0.5.5 |
| 1069 | 2025-04-16T03:12:16.727Z | Downloaded write16 v1.0.0 |
| 1070 | 2025-04-16T03:12:16.727Z | Downloaded which v4.4.2 |
| 1071 | 2025-04-16T03:12:16.727Z | Downloaded wait-timeout v0.2.0 |
| 1072 | 2025-04-16T03:12:16.727Z | Downloaded vsss-rs v3.3.4 |
| 1073 | 2025-04-16T03:12:16.727Z | Downloaded value-bag v1.9.0 |
| 1074 | 2025-04-16T03:12:16.727Z | Downloaded tungstenite v0.21.0 |
| 1075 | 2025-04-16T03:12:16.727Z | Downloaded tracing-core v0.1.32 |
| 1076 | 2025-04-16T03:12:16.727Z | Downloaded rayon v1.10.0 |
| 1077 | 2025-04-16T03:12:16.752Z | Downloaded libscf-sys v1.1.0 |
| 1078 | 2025-04-16T03:12:16.752Z | Downloaded instability v0.3.2 |
| 1079 | 2025-04-16T03:12:16.752Z | Downloaded indoc v1.0.9 |
| 1080 | 2025-04-16T03:12:16.752Z | Downloaded icu_provider_macros v1.5.0 |
| 1081 | 2025-04-16T03:12:16.752Z | Downloaded httpdate v1.0.3 |
| 1082 | 2025-04-16T03:12:16.752Z | Downloaded hostname v0.3.1 |
| 1083 | 2025-04-16T03:12:16.752Z | Downloaded waitgroup v0.1.2 |
| 1084 | 2025-04-16T03:12:16.752Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1085 | 2025-04-16T03:12:16.752Z | Downloaded void v1.0.2 |
| 1086 | 2025-04-16T03:12:16.752Z | Downloaded twox-hash v2.1.0 |
| 1087 | 2025-04-16T03:12:16.752Z | Downloaded try-lock v0.2.5 |
| 1088 | 2025-04-16T03:12:16.752Z | Downloaded internet-checksum v0.2.1 |
| 1089 | 2025-04-16T03:12:16.752Z | Downloaded http-body-util v0.1.3 |
| 1090 | 2025-04-16T03:12:16.752Z | Downloaded chrono v0.4.40 |
| 1091 | 2025-04-16T03:12:16.777Z | Downloaded bitvec v1.0.1 |
| 1092 | 2025-04-16T03:12:16.801Z | Downloaded bindgen v0.71.1 |
| 1093 | 2025-04-16T03:12:16.801Z | Downloaded tracing-attributes v0.1.27 |
| 1094 | 2025-04-16T03:12:16.801Z | Downloaded tower-service v0.3.3 |
| 1095 | 2025-04-16T03:12:16.801Z | Downloaded tower-layer v0.3.3 |
| 1096 | 2025-04-16T03:12:16.801Z | Downloaded test-strategy v0.4.0 |
| 1097 | 2025-04-16T03:12:16.801Z | Downloaded term v0.7.0 |
| 1098 | 2025-04-16T03:12:16.802Z | Downloaded tar v0.4.44 |
| 1099 | 2025-04-16T03:12:16.826Z | Downloaded take_mut v0.2.2 |
| 1100 | 2025-04-16T03:12:16.826Z | Downloaded tabwriter v1.4.0 |
| 1101 | 2025-04-16T03:12:16.826Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1102 | 2025-04-16T03:12:16.826Z | Downloaded serde_path_to_error v0.1.16 |
| 1103 | 2025-04-16T03:12:16.826Z | Downloaded schemars v0.8.22 |
| 1104 | 2025-04-16T03:12:16.826Z | Downloaded rayon-core v1.12.1 |
| 1105 | 2025-04-16T03:12:16.851Z | Downloaded hubpack v0.1.2 |
| 1106 | 2025-04-16T03:12:16.851Z | Downloaded hex-literal v0.4.1 |
| 1107 | 2025-04-16T03:12:16.851Z | Downloaded hex v0.4.3 |
| 1108 | 2025-04-16T03:12:16.851Z | Downloaded heck v0.3.3 |
| 1109 | 2025-04-16T03:12:16.851Z | Downloaded blake3 v1.5.4 |
| 1110 | 2025-04-16T03:12:16.851Z | Downloaded bindgen v0.69.5 |
| 1111 | 2025-04-16T03:12:16.851Z | Downloaded aws-lc-rs v1.12.4 |
| 1112 | 2025-04-16T03:12:16.875Z | Downloaded termios v0.3.3 |
| 1113 | 2025-04-16T03:12:16.875Z | Downloaded termcolor v1.4.1 |
| 1114 | 2025-04-16T03:12:16.875Z | Downloaded tap v1.0.1 |
| 1115 | 2025-04-16T03:12:16.875Z | Downloaded signal-hook v0.3.17 |
| 1116 | 2025-04-16T03:12:16.875Z | Downloaded sha1 v0.10.6 |
| 1117 | 2025-04-16T03:12:16.875Z | Downloaded serde_with_macros v3.12.0 |
| 1118 | 2025-04-16T03:12:16.875Z | Downloaded serde_plain v1.0.2 |
| 1119 | 2025-04-16T03:12:16.875Z | Downloaded serde_derive_internals v0.29.1 |
| 1120 | 2025-04-16T03:12:16.900Z | Downloaded sct v0.7.1 |
| 1121 | 2025-04-16T03:12:16.900Z | Downloaded scopeguard v1.2.0 |
| 1122 | 2025-04-16T03:12:16.900Z | Downloaded rcgen v0.12.1 |
| 1123 | 2025-04-16T03:12:16.900Z | Downloaded md5 v0.7.0 |
| 1124 | 2025-04-16T03:12:16.900Z | Downloaded is_ci v1.2.0 |
| 1125 | 2025-04-16T03:12:16.900Z | Downloaded ident_case v1.0.1 |
| 1126 | 2025-04-16T03:12:16.900Z | Downloaded aes-gcm v0.10.3 |
| 1127 | 2025-04-16T03:12:16.900Z | Downloaded aes v0.8.4 |
| 1128 | 2025-04-16T03:12:16.900Z | Downloaded signal-hook-mio v0.2.4 |
| 1129 | 2025-04-16T03:12:16.900Z | Downloaded shell-words v1.1.0 |
| 1130 | 2025-04-16T03:12:16.900Z | Downloaded serde_urlencoded v0.7.1 |
| 1131 | 2025-04-16T03:12:16.900Z | Downloaded serde_repr v0.1.19 |
| 1132 | 2025-04-16T03:12:16.925Z | Downloaded serde-hex v0.1.0 |
| 1133 | 2025-04-16T03:12:16.925Z | Downloaded semver v0.1.20 |
| 1134 | 2025-04-16T03:12:16.925Z | Downloaded secrecy v0.8.0 |
| 1135 | 2025-04-16T03:12:16.925Z | Downloaded sec1 v0.7.3 |
| 1136 | 2025-04-16T03:12:16.925Z | Downloaded scrypt v0.11.0 |
| 1137 | 2025-04-16T03:12:16.925Z | Downloaded schemars_derive v0.8.22 |
| 1138 | 2025-04-16T03:12:16.925Z | Downloaded resolv-conf v0.7.0 |
| 1139 | 2025-04-16T03:12:16.925Z | Downloaded ref-cast v1.0.23 |
| 1140 | 2025-04-16T03:12:16.925Z | Downloaded progenitor-impl v0.9.1 |
| 1141 | 2025-04-16T03:12:16.925Z | Downloaded progenitor-impl v0.8.0 |
| 1142 | 2025-04-16T03:12:16.925Z | Downloaded instant v0.1.13 |
| 1143 | 2025-04-16T03:12:16.925Z | Downloaded http-range v0.1.5 |
| 1144 | 2025-04-16T03:12:16.925Z | Downloaded headers v0.4.0 |
| 1145 | 2025-04-16T03:12:16.950Z | Downloaded crossterm v0.28.1 |
| 1146 | 2025-04-16T03:12:16.950Z | Downloaded aho-corasick v1.1.3 |
| 1147 | 2025-04-16T03:12:16.950Z | Downloaded ref-cast-impl v1.0.23 |
| 1148 | 2025-04-16T03:12:16.950Z | Downloaded rand_xorshift v0.3.0 |
| 1149 | 2025-04-16T03:12:16.950Z | Downloaded progenitor-macro v0.9.1 |
| 1150 | 2025-04-16T03:12:16.950Z | Downloaded progenitor-macro v0.8.0 |
| 1151 | 2025-04-16T03:12:16.950Z | Downloaded progenitor-client v0.9.1 |
| 1152 | 2025-04-16T03:12:16.950Z | Downloaded progenitor-client v0.8.0 |
| 1153 | 2025-04-16T03:12:16.950Z | Downloaded progenitor v0.9.1 |
| 1154 | 2025-04-16T03:12:16.975Z | Downloaded progenitor v0.8.0 |
| 1155 | 2025-04-16T03:12:16.975Z | Downloaded proc-macro-error2 v2.0.1 |
| 1156 | 2025-04-16T03:12:16.975Z | Downloaded hubpack_derive v0.1.1 |
| 1157 | 2025-04-16T03:12:16.975Z | Downloaded http-body v1.0.1 |
| 1158 | 2025-04-16T03:12:16.975Z | Downloaded crypto-bigint v0.5.5 |
| 1159 | 2025-04-16T03:12:16.975Z | Downloaded crossbeam-channel v0.5.15 |
| 1160 | 2025-04-16T03:12:16.975Z | Downloaded const_format v0.2.34 |
| 1161 | 2025-04-16T03:12:17.000Z | Downloaded chacha20poly1305 v0.10.1 |
| 1162 | 2025-04-16T03:12:17.000Z | Downloaded cc v1.2.15 |
| 1163 | 2025-04-16T03:12:17.000Z | Downloaded bytes v1.10.1 |
| 1164 | 2025-04-16T03:12:17.000Z | Downloaded bumpalo v3.16.0 |
| 1165 | 2025-04-16T03:12:17.000Z | Downloaded base64 v0.22.1 |
| 1166 | 2025-04-16T03:12:17.000Z | Downloaded base64 v0.21.7 |
| 1167 | 2025-04-16T03:12:17.024Z | Downloaded base64 v0.13.1 |
| 1168 | 2025-04-16T03:12:17.024Z | Downloaded backtrace v0.3.74 |
| 1169 | 2025-04-16T03:12:17.024Z | Downloaded crossbeam-epoch v0.9.18 |
| 1170 | 2025-04-16T03:12:17.024Z | Downloaded crc-any v2.5.0 |
| 1171 | 2025-04-16T03:12:17.024Z | Downloaded cookie_store v0.21.1 |
| 1172 | 2025-04-16T03:12:17.024Z | Downloaded cookie v0.18.1 |
| 1173 | 2025-04-16T03:12:17.024Z | Downloaded const-oid v0.9.6 |
| 1174 | 2025-04-16T03:12:17.024Z | Downloaded compact_str v0.8.0 |
| 1175 | 2025-04-16T03:12:17.049Z | Downloaded clang-sys v1.8.1 |
| 1176 | 2025-04-16T03:12:17.049Z | Downloaded blake2 v0.10.6 |
| 1177 | 2025-04-16T03:12:17.049Z | Downloaded bcs v0.1.6 |
| 1178 | 2025-04-16T03:12:17.049Z | Downloaded base64ct v1.6.0 |
| 1179 | 2025-04-16T03:12:17.049Z | Downloaded arc-swap v1.7.1 |
| 1180 | 2025-04-16T03:12:17.050Z | Downloaded crc32fast v1.4.2 |
| 1181 | 2025-04-16T03:12:17.050Z | Downloaded console v0.15.10 |
| 1182 | 2025-04-16T03:12:17.050Z | Downloaded colored v2.2.0 |
| 1183 | 2025-04-16T03:12:17.050Z | Downloaded ciborium v0.2.2 |
| 1184 | 2025-04-16T03:12:17.074Z | Downloaded cargo_metadata v0.18.1 |
| 1185 | 2025-04-16T03:12:17.074Z | Downloaded cancel-safe-futures v0.1.5 |
| 1186 | 2025-04-16T03:12:17.074Z | Downloaded bzip2 v0.5.2 |
| 1187 | 2025-04-16T03:12:17.074Z | Downloaded bzip2 v0.4.4 |
| 1188 | 2025-04-16T03:12:17.074Z | Downloaded bitfield v0.14.0 |
| 1189 | 2025-04-16T03:12:17.074Z | Downloaded bit-set v0.8.0 |
| 1190 | 2025-04-16T03:12:17.074Z | Downloaded backoff v0.4.0 |
| 1191 | 2025-04-16T03:12:17.074Z | Downloaded crc-catalog v2.4.0 |
| 1192 | 2025-04-16T03:12:17.074Z | Downloaded crc v3.2.1 |
| 1193 | 2025-04-16T03:12:17.074Z | Downloaded constant_time_eq v0.3.1 |
| 1194 | 2025-04-16T03:12:17.074Z | Downloaded const_format_proc_macros v0.2.34 |
| 1195 | 2025-04-16T03:12:17.074Z | Downloaded cobs v0.2.3 |
| 1196 | 2025-04-16T03:12:17.099Z | Downloaded cmake v0.1.51 |
| 1197 | 2025-04-16T03:12:17.099Z | Downloaded ciborium-ll v0.2.2 |
| 1198 | 2025-04-16T03:12:17.099Z | Downloaded ciborium-io v0.2.2 |
| 1199 | 2025-04-16T03:12:17.099Z | Downloaded chrono-tz-build v0.4.0 |
| 1200 | 2025-04-16T03:12:17.099Z | Downloaded chacha20 v0.9.1 |
| 1201 | 2025-04-16T03:12:17.099Z | Downloaded cbc v0.1.2 |
| 1202 | 2025-04-16T03:12:17.099Z | Downloaded buf-list v1.0.3 |
| 1203 | 2025-04-16T03:12:17.099Z | Downloaded block-padding v0.3.3 |
| 1204 | 2025-04-16T03:12:17.099Z | Downloaded bitfield-struct v0.6.2 |
| 1205 | 2025-04-16T03:12:17.099Z | Downloaded bit-vec v0.8.0 |
| 1206 | 2025-04-16T03:12:17.099Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1207 | 2025-04-16T03:12:17.099Z | Downloaded async-trait v0.1.88 |
| 1208 | 2025-04-16T03:12:17.099Z | Downloaded async-bb8-diesel v0.2.1 |
| 1209 | 2025-04-16T03:12:17.100Z | Downloaded ascii-canvas v3.0.0 |
| 1210 | 2025-04-16T03:12:17.100Z | Downloaded arrayvec v0.7.6 |
| 1211 | 2025-04-16T03:12:17.124Z | Downloaded array-init v0.0.4 |
| 1212 | 2025-04-16T03:12:17.124Z | Downloaded argon2 v0.5.3 |
| 1213 | 2025-04-16T03:12:17.124Z | Downloaded allocator-api2 v0.2.18 |
| 1214 | 2025-04-16T03:12:17.124Z | Downloaded aead v0.5.2 |
| 1215 | 2025-04-16T03:12:17.124Z | Downloaded cfg_aliases v0.1.1 |
| 1216 | 2025-04-16T03:12:17.124Z | Downloaded cexpr v0.6.0 |
| 1217 | 2025-04-16T03:12:17.124Z | Downloaded cassowary v0.3.0 |
| 1218 | 2025-04-16T03:12:17.124Z | Downloaded blowfish v0.9.1 |
| 1219 | 2025-04-16T03:12:17.124Z | Downloaded bit-vec v0.6.3 |
| 1220 | 2025-04-16T03:12:17.124Z | Downloaded bit-set v0.5.3 |
| 1221 | 2025-04-16T03:12:17.124Z | Downloaded bb8 v0.8.5 |
| 1222 | 2025-04-16T03:12:17.124Z | Downloaded base16ct v0.2.0 |
| 1223 | 2025-04-16T03:12:17.124Z | Downloaded atomic-waker v1.1.2 |
| 1224 | 2025-04-16T03:12:17.124Z | Downloaded async-stream v0.3.6 |
| 1225 | 2025-04-16T03:12:17.149Z | Downloaded async-recursion v1.1.1 |
| 1226 | 2025-04-16T03:12:17.149Z | Downloaded assert_matches v1.5.0 |
| 1227 | 2025-04-16T03:12:17.149Z | Downloaded ahash v0.8.11 |
| 1228 | 2025-04-16T03:12:17.149Z | Downloaded addr2line v0.24.2 |
| 1229 | 2025-04-16T03:12:17.149Z | Downloaded crunchy v0.2.2 |
| 1230 | 2025-04-16T03:12:17.149Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1231 | 2025-04-16T03:12:17.149Z | Downloaded crc8 v0.1.1 |
| 1232 | 2025-04-16T03:12:17.149Z | Downloaded convert_case v0.4.0 |
| 1233 | 2025-04-16T03:12:17.149Z | Downloaded cfg_aliases v0.2.1 |
| 1234 | 2025-04-16T03:12:17.149Z | Downloaded atty v0.2.14 |
| 1235 | 2025-04-16T03:12:17.149Z | Downloaded atomicwrites v0.4.4 |
| 1236 | 2025-04-16T03:12:17.149Z | Downloaded async-stream-impl v0.3.6 |
| 1237 | 2025-04-16T03:12:17.276Z | Compiling serde v1.0.219 |
| 1238 | 2025-04-16T03:12:17.300Z | Compiling value-bag v1.9.0 |
| 1239 | 2025-04-16T03:12:17.300Z | Compiling lock_api v0.4.12 |
| 1240 | 2025-04-16T03:12:17.301Z | Compiling scopeguard v1.2.0 |
| 1241 | 2025-04-16T03:12:17.301Z | Compiling typenum v1.17.0 |
| 1242 | 2025-04-16T03:12:17.301Z | Compiling generic-array v0.14.7 |
| 1243 | 2025-04-16T03:12:17.301Z | Compiling syn v2.0.98 |
| 1244 | 2025-04-16T03:12:17.301Z | Compiling getrandom v0.2.15 |
| 1245 | 2025-04-16T03:12:17.498Z | Compiling shlex v1.3.0 |
| 1246 | 2025-04-16T03:12:17.714Z | Compiling log v0.4.22 |
| 1247 | 2025-04-16T03:12:17.846Z | Compiling rand_core v0.6.4 |
| 1248 | 2025-04-16T03:12:17.870Z | Compiling jobserver v0.1.32 |
| 1249 | 2025-04-16T03:12:17.906Z | Compiling subtle v2.6.1 |
| 1250 | 2025-04-16T03:12:17.950Z | Compiling smallvec v1.14.0 |
| 1251 | 2025-04-16T03:12:18.240Z | Compiling const-oid v0.9.6 |
| 1252 | 2025-04-16T03:12:18.265Z | Compiling rustix v0.38.37 |
| 1253 | 2025-04-16T03:12:18.324Z | Compiling cc v1.2.15 |
| 1254 | 2025-04-16T03:12:18.365Z | Compiling pin-project-lite v0.2.14 |
| 1255 | 2025-04-16T03:12:18.449Z | Compiling parking_lot_core v0.9.10 |
| 1256 | 2025-04-16T03:12:18.526Z | Compiling signal-hook-registry v1.4.2 |
| 1257 | 2025-04-16T03:12:18.651Z | Compiling stable_deref_trait v1.2.0 |
| 1258 | 2025-04-16T03:12:18.772Z | Compiling mio v1.0.2 |
| 1259 | 2025-04-16T03:12:19.034Z | Compiling spin v0.9.8 |
| 1260 | 2025-04-16T03:12:19.181Z | Compiling futures-core v0.3.31 |
| 1261 | 2025-04-16T03:12:19.404Z | Compiling parking_lot v0.12.3 |
| 1262 | 2025-04-16T03:12:19.489Z | Compiling aho-corasick v1.1.3 |
| 1263 | 2025-04-16T03:12:19.573Z | Compiling either v1.14.0 |
| 1264 | 2025-04-16T03:12:19.663Z | Compiling serde_json v1.0.140 |
| 1265 | 2025-04-16T03:12:20.057Z | Compiling cpufeatures v0.2.14 |
| 1266 | 2025-04-16T03:12:20.126Z | Compiling pkg-config v0.3.31 |
| 1267 | 2025-04-16T03:12:20.231Z | Compiling libm v0.2.8 |
| 1268 | 2025-04-16T03:12:20.273Z | Compiling regex-syntax v0.8.5 |
| 1269 | 2025-04-16T03:12:20.406Z | Compiling socket2 v0.5.9 |
| 1270 | 2025-04-16T03:12:20.575Z | Compiling num-traits v0.2.19 |
| 1271 | 2025-04-16T03:12:20.697Z | Compiling glob v0.3.2 |
| 1272 | 2025-04-16T03:12:21.274Z | Compiling futures-sink v0.3.31 |
| 1273 | 2025-04-16T03:12:21.362Z | Compiling getrandom v0.3.1 |
| 1274 | 2025-04-16T03:12:21.433Z | Compiling prettyplease v0.2.30 |
| 1275 | 2025-04-16T03:12:21.457Z | Compiling clang-sys v1.8.1 |
| 1276 | 2025-04-16T03:12:21.766Z | Compiling lazy_static v1.5.0 |
| 1277 | 2025-04-16T03:12:21.929Z | Compiling slab v0.4.9 |
| 1278 | 2025-04-16T03:12:22.155Z | Compiling foldhash v0.1.3 |
| 1279 | 2025-04-16T03:12:22.287Z | Compiling allocator-api2 v0.2.18 |
| 1280 | 2025-04-16T03:12:22.312Z | Compiling minimal-lexical v0.2.1 |
| 1281 | 2025-04-16T03:12:22.506Z | Compiling libloading v0.8.5 |
| 1282 | 2025-04-16T03:12:22.800Z | Compiling nom v7.1.3 |
| 1283 | 2025-04-16T03:12:22.891Z | Compiling bindgen v0.69.5 |
| 1284 | 2025-04-16T03:12:22.916Z | Compiling hashbrown v0.15.1 |
| 1285 | 2025-04-16T03:12:23.022Z | Compiling base64ct v1.6.0 |
| 1286 | 2025-04-16T03:12:23.613Z | Compiling regex-automata v0.4.8 |
| 1287 | 2025-04-16T03:12:23.638Z | Compiling home v0.5.9 |
| 1288 | 2025-04-16T03:12:23.830Z | Compiling pem-rfc7468 v0.7.0 |
| 1289 | 2025-04-16T03:12:24.090Z | Compiling itertools v0.10.5 |
| 1290 | 2025-04-16T03:12:24.190Z | Compiling rustc-hash v1.1.0 |
| 1291 | 2025-04-16T03:12:24.349Z | Compiling synstructure v0.13.1 |
| 1292 | 2025-04-16T03:12:25.533Z | Compiling lazycell v1.3.0 |
| 1293 | 2025-04-16T03:12:25.674Z | Compiling cexpr v0.6.0 |
| 1294 | 2025-04-16T03:12:25.700Z | Compiling flagset v0.4.6 |
| 1295 | 2025-04-16T03:12:25.914Z | Compiling writeable v0.5.5 |
| 1296 | 2025-04-16T03:12:25.941Z | Compiling litemap v0.7.3 |
| 1297 | 2025-04-16T03:12:26.269Z | Compiling futures-channel v0.3.31 |
| 1298 | 2025-04-16T03:12:26.354Z | Compiling cmake v0.1.51 |
| 1299 | 2025-04-16T03:12:26.379Z | Compiling fs_extra v1.3.0 |
| 1300 | 2025-04-16T03:12:26.632Z | Compiling pin-utils v0.1.0 |
| 1301 | 2025-04-16T03:12:26.738Z | Compiling dunce v1.0.5 |
| 1302 | 2025-04-16T03:12:26.871Z | Compiling futures-io v0.3.31 |
| 1303 | 2025-04-16T03:12:26.898Z | Compiling futures-task v0.3.31 |
| 1304 | 2025-04-16T03:12:26.923Z | Compiling icu_locid_transform_data v1.5.0 |
| 1305 | 2025-04-16T03:12:27.028Z | Compiling paste v1.0.15 |
| 1306 | 2025-04-16T03:12:27.053Z | Compiling vcpkg v0.2.15 |
| 1307 | 2025-04-16T03:12:27.102Z | Compiling crossbeam-utils v0.8.21 |
| 1308 | 2025-04-16T03:12:27.131Z | Compiling icu_properties_data v1.5.0 |
| 1309 | 2025-04-16T03:12:27.180Z | Compiling ring v0.17.11 |
| 1310 | 2025-04-16T03:12:27.381Z | Compiling tracing-core v0.1.32 |
| 1311 | 2025-04-16T03:12:27.616Z | Compiling icu_normalizer_data v1.5.0 |
| 1312 | 2025-04-16T03:12:27.723Z | Compiling iana-time-zone v0.1.61 |
| 1313 | 2025-04-16T03:12:28.047Z | Compiling regex v1.11.1 |
| 1314 | 2025-04-16T03:12:28.098Z | Compiling utf8_iter v1.0.4 |
| 1315 | 2025-04-16T03:12:28.335Z | Compiling write16 v1.0.0 |
| 1316 | 2025-04-16T03:12:28.423Z | Compiling percent-encoding v2.3.1 |
| 1317 | 2025-04-16T03:12:28.467Z | Compiling utf16_iter v1.0.5 |
| 1318 | 2025-04-16T03:12:28.493Z | Compiling zerocopy v0.8.10 |
| 1319 | 2025-04-16T03:12:28.567Z | Compiling openssl-sys v0.9.107 |
| 1320 | 2025-04-16T03:12:28.686Z | Compiling aws-lc-rs v1.12.4 |
| 1321 | 2025-04-16T03:12:28.710Z | Compiling serde_derive v1.0.219 |
| 1322 | 2025-04-16T03:12:28.753Z | Compiling zeroize_derive v1.4.2 |
| 1323 | 2025-04-16T03:12:28.970Z | Compiling zerocopy-derive v0.7.35 |
| 1324 | 2025-04-16T03:12:29.078Z | Compiling zerofrom-derive v0.1.4 |
| 1325 | 2025-04-16T03:12:29.218Z | Compiling yoke-derive v0.7.4 |
| 1326 | 2025-04-16T03:12:29.571Z | Compiling tokio-macros v2.5.0 |
| 1327 | 2025-04-16T03:12:30.025Z | Compiling zeroize v1.8.1 |
| 1328 | 2025-04-16T03:12:30.703Z | Compiling zerocopy v0.7.35 |
| 1329 | 2025-04-16T03:12:30.803Z | Compiling zerovec-derive v0.10.3 |
| 1330 | 2025-04-16T03:12:31.406Z | Compiling displaydoc v0.2.5 |
| 1331 | 2025-04-16T03:12:31.500Z | Compiling crypto-common v0.1.6 |
| 1332 | 2025-04-16T03:12:31.527Z | Compiling block-buffer v0.10.4 |
| 1333 | 2025-04-16T03:12:31.716Z | Compiling block-padding v0.3.3 |
| 1334 | 2025-04-16T03:12:31.799Z | Compiling digest v0.10.7 |
| 1335 | 2025-04-16T03:12:31.869Z | Compiling der_derive v0.7.3 |
| 1336 | 2025-04-16T03:12:31.982Z | Compiling inout v0.1.3 |
| 1337 | 2025-04-16T03:12:32.069Z | Compiling zerofrom v0.1.4 |
| 1338 | 2025-04-16T03:12:32.263Z | Compiling hmac v0.12.1 |
| 1339 | 2025-04-16T03:12:32.287Z | Compiling yoke v0.7.4 |
| 1340 | 2025-04-16T03:12:32.311Z | Compiling cipher v0.4.4 |
| 1341 | 2025-04-16T03:12:32.521Z | Compiling sha2 v0.10.8 |
| 1342 | 2025-04-16T03:12:32.648Z | Compiling thiserror-impl v1.0.69 |
| 1343 | 2025-04-16T03:12:32.723Z | Compiling futures-macro v0.3.31 |
| 1344 | 2025-04-16T03:12:32.798Z | Compiling icu_provider_macros v1.5.0 |
| 1345 | 2025-04-16T03:12:32.898Z | Compiling zerovec v0.10.4 |
| 1346 | 2025-04-16T03:12:32.974Z | Compiling salsa20 v0.10.2 |
| 1347 | 2025-04-16T03:12:33.148Z | Compiling pbkdf2 v0.12.2 |
| 1348 | 2025-04-16T03:12:33.318Z | Compiling ppv-lite86 v0.2.20 |
| 1349 | 2025-04-16T03:12:33.782Z | Compiling der v0.7.9 |
| 1350 | 2025-04-16T03:12:33.807Z | Compiling scrypt v0.11.0 |
| 1351 | 2025-04-16T03:12:34.028Z | Compiling aes v0.8.4 |
| 1352 | 2025-04-16T03:12:34.282Z | Compiling futures-util v0.3.31 |
| 1353 | 2025-04-16T03:12:34.306Z | Compiling cbc v0.1.2 |
| 1354 | 2025-04-16T03:12:34.613Z | Compiling tinystr v0.7.6 |
| 1355 | 2025-04-16T03:12:34.820Z | Compiling icu_collections v1.5.0 |
| 1356 | 2025-04-16T03:12:34.987Z | Compiling icu_locid v1.5.0 |
| 1357 | 2025-04-16T03:12:35.242Z | Compiling thiserror v1.0.69 |
| 1358 | 2025-04-16T03:12:35.425Z | Compiling pest v2.7.14 |
| 1359 | 2025-04-16T03:12:35.511Z | Compiling tracing-attributes v0.1.27 |
| 1360 | 2025-04-16T03:12:35.937Z | Compiling spki v0.7.3 |
| 1361 | 2025-04-16T03:12:36.232Z | Compiling icu_provider v1.5.0 |
| 1362 | 2025-04-16T03:12:36.275Z | Compiling pkcs5 v0.7.1 |
| 1363 | 2025-04-16T03:12:36.535Z | Compiling zerocopy-derive v0.8.10 |
| 1364 | 2025-04-16T03:12:36.746Z | Compiling scroll_derive v0.12.0 |
| 1365 | 2025-04-16T03:12:37.055Z | Compiling icu_locid_transform v1.5.0 |
| 1366 | 2025-04-16T03:12:37.197Z | Compiling pkcs8 v0.10.2 |
| 1367 | 2025-04-16T03:12:37.723Z | Compiling pest_meta v2.7.14 |
| 1368 | 2025-04-16T03:12:38.188Z | Compiling icu_properties v1.5.1 |
| 1369 | 2025-04-16T03:12:38.632Z | Compiling tracing v0.1.40 |
| 1370 | 2025-04-16T03:12:38.973Z | Compiling tinyvec_macros v0.1.1 |
| 1371 | 2025-04-16T03:12:38.997Z | Compiling rustls-pki-types v1.10.0 |
| 1372 | 2025-04-16T03:12:39.082Z | Compiling httparse v1.9.5 |
| 1373 | 2025-04-16T03:12:39.108Z | Compiling tinyvec v1.8.0 |
| 1374 | 2025-04-16T03:12:39.132Z | Compiling pest_generator v2.7.14 |
| 1375 | 2025-04-16T03:12:39.666Z | Compiling bitflags v2.9.0 |
| 1376 | 2025-04-16T03:12:39.765Z | Compiling bytes v1.10.1 |
| 1377 | 2025-04-16T03:12:40.085Z | Compiling semver v1.0.25 |
| 1378 | 2025-04-16T03:12:40.680Z | Compiling indexmap v2.7.1 |
| 1379 | 2025-04-16T03:12:40.712Z | Compiling tokio v1.43.1 |
| 1380 | 2025-04-16T03:12:41.019Z | Compiling rustc_version v0.4.1 |
| 1381 | 2025-04-16T03:12:41.431Z | Compiling http v1.2.0 |
| 1382 | 2025-04-16T03:12:41.640Z | Compiling uuid v1.16.0 |
| 1383 | 2025-04-16T03:12:41.834Z | Compiling icu_normalizer v1.5.0 |
| 1384 | 2025-04-16T03:12:42.173Z | Compiling chrono v0.4.40 |
| 1385 | 2025-04-16T03:12:42.757Z | Compiling http-body v1.0.1 |
| 1386 | 2025-04-16T03:12:42.829Z | Compiling idna_adapter v1.2.0 |
| 1387 | 2025-04-16T03:12:42.970Z | Compiling which v4.4.2 |
| 1388 | 2025-04-16T03:12:43.064Z | Compiling scroll v0.12.0 |
| 1389 | 2025-04-16T03:12:43.325Z | Compiling serde_derive_internals v0.29.1 |
| 1390 | 2025-04-16T03:12:43.459Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1391 | 2025-04-16T03:12:43.526Z | Compiling time-core v0.1.2 |
| 1392 | 2025-04-16T03:12:43.712Z | Compiling num-conv v0.1.0 |
| 1393 | 2025-04-16T03:12:43.873Z | Compiling schemars v0.8.22 |
| 1394 | 2025-04-16T03:12:43.903Z | Compiling adler2 v2.0.0 |
| 1395 | 2025-04-16T03:12:43.976Z | Compiling atomic-waker v1.1.2 |
| 1396 | 2025-04-16T03:12:44.109Z | Compiling untrusted v0.7.1 |
| 1397 | 2025-04-16T03:12:44.162Z | Compiling openssl v0.10.72 |
| 1398 | 2025-04-16T03:12:44.187Z | Compiling try-lock v0.2.5 |
| 1399 | 2025-04-16T03:12:44.299Z | Compiling foreign-types-shared v0.1.1 |
| 1400 | 2025-04-16T03:12:44.342Z | Compiling untrusted v0.9.0 |
| 1401 | 2025-04-16T03:12:44.471Z | Compiling powerfmt v0.2.0 |
| 1402 | 2025-04-16T03:12:44.576Z | Compiling rustversion v1.0.17 |
| 1403 | 2025-04-16T03:12:44.808Z | Compiling deranged v0.3.11 |
| 1404 | 2025-04-16T03:12:44.981Z | Compiling goblin v0.8.2 |
| 1405 | 2025-04-16T03:12:45.225Z | Compiling foreign-types v0.3.2 |
| 1406 | 2025-04-16T03:12:45.303Z | Compiling schemars_derive v0.8.22 |
| 1407 | 2025-04-16T03:12:45.327Z | Compiling want v0.3.1 |
| 1408 | 2025-04-16T03:12:45.578Z | Compiling rand_core v0.9.2 |
| 1409 | 2025-04-16T03:12:45.653Z | Compiling miniz_oxide v0.8.5 |
| 1410 | 2025-04-16T03:12:45.921Z | Compiling time-macros v0.2.18 |
| 1411 | 2025-04-16T03:12:46.860Z | Compiling idna v1.0.3 |
| 1412 | 2025-04-16T03:12:47.698Z | Compiling tokio-util v0.7.13 |
| 1413 | 2025-04-16T03:12:47.797Z | Compiling pest_derive v2.7.14 |
| 1414 | 2025-04-16T03:12:48.300Z | Compiling openssl-macros v0.1.1 |
| 1415 | 2025-04-16T03:12:48.360Z | Compiling form_urlencoded v1.2.1 |
| 1416 | 2025-04-16T03:12:48.648Z | Compiling h2 v0.4.6 |
| 1417 | 2025-04-16T03:12:48.704Z | Compiling dyn-clone v1.0.19 |
| 1418 | 2025-04-16T03:12:48.880Z | Compiling httpdate v1.0.3 |
| 1419 | 2025-04-16T03:12:48.953Z | Compiling num_threads v0.1.7 |
| 1420 | 2025-04-16T03:12:49.070Z | Compiling syn v1.0.109 |
| 1421 | 2025-04-16T03:12:49.118Z | Compiling native-tls v0.2.12 |
| 1422 | 2025-04-16T03:12:49.339Z | Compiling rustls v0.23.19 |
| 1423 | 2025-04-16T03:12:49.373Z | Compiling tower-service v0.3.3 |
| 1424 | 2025-04-16T03:12:49.574Z | Compiling time v0.3.36 |
| 1425 | 2025-04-16T03:12:49.733Z | Compiling dtrace-parser v0.2.0 |
| 1426 | 2025-04-16T03:12:51.287Z | Compiling dof v0.3.0 |
| 1427 | 2025-04-16T03:12:52.152Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2025-04-16T03:12:52.667Z | Compiling heapless v0.7.17 |
| 1429 | 2025-04-16T03:12:52.740Z | Compiling unicode-normalization v0.1.24 |
| 1430 | 2025-04-16T03:12:53.044Z | Compiling crossbeam-epoch v0.9.18 |
| 1431 | 2025-04-16T03:12:53.303Z | Compiling rand_chacha v0.3.1 |
| 1432 | 2025-04-16T03:12:53.327Z | Compiling signature v2.2.0 |
| 1433 | 2025-04-16T03:12:53.595Z | Compiling crc32fast v1.4.2 |
| 1434 | 2025-04-16T03:12:53.625Z | Compiling cookie v0.18.1 |
| 1435 | 2025-04-16T03:12:53.673Z | Compiling signal-hook v0.3.17 |
| 1436 | 2025-04-16T03:12:53.748Z | Compiling base64 v0.22.1 |
| 1437 | 2025-04-16T03:12:53.906Z | Compiling slog v2.7.0 |
| 1438 | 2025-04-16T03:12:53.931Z | Compiling siphasher v0.3.11 |
| 1439 | 2025-04-16T03:12:53.964Z | Compiling openssl-probe v0.1.5 |
| 1440 | 2025-04-16T03:12:54.268Z | Compiling unicode-properties v0.1.3 |
| 1441 | 2025-04-16T03:12:54.293Z | Compiling unicode-bidi v0.3.17 |
| 1442 | 2025-04-16T03:12:54.361Z | Compiling rayon-core v1.12.1 |
| 1443 | 2025-04-16T03:12:54.667Z | Compiling phf_shared v0.11.2 |
| 1444 | 2025-04-16T03:12:54.692Z | Compiling hyper v1.6.0 |
| 1445 | 2025-04-16T03:12:55.001Z | Compiling stringprep v0.1.5 |
| 1446 | 2025-04-16T03:12:55.145Z | Compiling rand v0.8.5 |
| 1447 | 2025-04-16T03:12:55.210Z | Compiling usdt-impl v0.5.0 |
| 1448 | 2025-04-16T03:12:55.370Z | Compiling crossbeam-deque v0.8.5 |
| 1449 | 2025-04-16T03:12:55.761Z | Compiling rand v0.9.0 |
| 1450 | 2025-04-16T03:12:55.982Z | Compiling url v2.5.3 |
| 1451 | 2025-04-16T03:12:56.340Z | Compiling curve25519-dalek v4.1.3 |
| 1452 | 2025-04-16T03:12:56.912Z | Compiling hyper-util v0.1.10 |
| 1453 | 2025-04-16T03:12:56.964Z | Compiling toml_datetime v0.6.8 |
| 1454 | 2025-04-16T03:12:57.031Z | Compiling serde_spanned v0.6.8 |
| 1455 | 2025-04-16T03:12:57.249Z | Compiling serde_tokenstream v0.2.2 |
| 1456 | 2025-04-16T03:12:57.286Z | Compiling md-5 v0.10.6 |
| 1457 | 2025-04-16T03:12:57.414Z | Compiling num-integer v0.1.46 |
| 1458 | 2025-04-16T03:12:57.448Z | Compiling hash32 v0.2.1 |
| 1459 | 2025-04-16T03:12:57.550Z | Compiling ff v0.13.0 |
| 1460 | 2025-04-16T03:12:57.766Z | Compiling memoffset v0.9.1 |
| 1461 | 2025-04-16T03:12:57.790Z | Compiling newtype-uuid v1.2.1 |
| 1462 | 2025-04-16T03:12:57.815Z | Compiling portable-atomic v1.11.0 |
| 1463 | 2025-04-16T03:12:57.815Z | Compiling base16ct v0.2.0 |
| 1464 | 2025-04-16T03:12:58.040Z | Compiling litrs v0.4.1 |
| 1465 | 2025-04-16T03:12:58.065Z | Compiling fallible-iterator v0.2.0 |
| 1466 | 2025-04-16T03:12:58.089Z | Compiling smoltcp v0.9.1 |
| 1467 | 2025-04-16T03:12:58.144Z | Compiling gimli v0.31.1 |
| 1468 | 2025-04-16T03:12:58.649Z | Compiling cfg_aliases v0.2.1 |
| 1469 | 2025-04-16T03:12:58.674Z | Compiling num-bigint-dig v0.8.4 |
| 1470 | 2025-04-16T03:12:58.674Z | Compiling psl-types v2.0.11 |
| 1471 | 2025-04-16T03:12:58.759Z | Compiling nix v0.29.0 |
| 1472 | 2025-04-16T03:12:58.877Z | Compiling publicsuffix v2.3.0 |
| 1473 | 2025-04-16T03:12:59.041Z | Compiling document-features v0.2.10 |
| 1474 | 2025-04-16T03:12:59.145Z | Compiling postgres-protocol v0.6.8 |
| 1475 | 2025-04-16T03:12:59.338Z | Compiling sec1 v0.7.3 |
| 1476 | 2025-04-16T03:12:59.384Z | Compiling num-iter v0.1.45 |
| 1477 | 2025-04-16T03:12:59.538Z | Compiling group v0.13.0 |
| 1478 | 2025-04-16T03:13:00.221Z | Compiling tokio-native-tls v0.3.1 |
| 1479 | 2025-04-16T03:13:00.533Z | Compiling flate2 v1.1.1 |
| 1480 | 2025-04-16T03:13:00.820Z | Compiling ipnetwork v0.21.1 |
| 1481 | 2025-04-16T03:13:00.848Z | Compiling http-body-util v0.1.3 |
| 1482 | 2025-04-16T03:13:01.107Z | Compiling terminal_size v0.4.0 |
| 1483 | 2025-04-16T03:13:01.180Z | Compiling webpki-roots v0.26.6 |
| 1484 | 2025-04-16T03:13:01.283Z | Compiling hkdf v0.12.4 |
| 1485 | 2025-04-16T03:13:01.307Z | Compiling crypto-bigint v0.5.5 |
| 1486 | 2025-04-16T03:13:01.332Z | Compiling async-trait v0.1.88 |
| 1487 | 2025-04-16T03:13:01.378Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1488 | 2025-04-16T03:13:01.525Z | Compiling zerocopy-derive v0.6.6 |
| 1489 | 2025-04-16T03:13:01.554Z | Compiling sync_wrapper v1.0.1 |
| 1490 | 2025-04-16T03:13:01.713Z | Compiling addr2line v0.24.2 |
| 1491 | 2025-04-16T03:13:02.055Z | Compiling object v0.36.5 |
| 1492 | 2025-04-16T03:13:02.326Z | Compiling fs-err v2.11.0 |
| 1493 | 2025-04-16T03:13:02.532Z | Compiling ahash v0.8.11 |
| 1494 | 2025-04-16T03:13:02.611Z | Compiling tower-layer v0.3.3 |
| 1495 | 2025-04-16T03:13:02.834Z | Compiling bumpalo v3.16.0 |
| 1496 | 2025-04-16T03:13:02.889Z | Compiling managed v0.8.0 |
| 1497 | 2025-04-16T03:13:03.197Z | Compiling anyhow v1.0.97 |
| 1498 | 2025-04-16T03:13:03.260Z | Compiling ipnet v2.11.0 |
| 1499 | 2025-04-16T03:13:03.284Z | Compiling unicode-width v0.2.0 |
| 1500 | 2025-04-16T03:13:03.425Z | Compiling simd-adler32 v0.3.7 |
| 1501 | 2025-04-16T03:13:03.712Z | Compiling winnow v0.5.40 |
| 1502 | 2025-04-16T03:13:03.766Z | Compiling rustc-demangle v0.1.24 |
| 1503 | 2025-04-16T03:13:03.896Z | Compiling lockfree-object-pool v0.1.6 |
| 1504 | 2025-04-16T03:13:04.144Z | Compiling zip v2.6.1 |
| 1505 | 2025-04-16T03:13:04.204Z | Compiling buf-list v1.0.3 |
| 1506 | 2025-04-16T03:13:04.430Z | Compiling clap_builder v4.5.35 |
| 1507 | 2025-04-16T03:13:04.604Z | Compiling zopfli v0.8.1 |
| 1508 | 2025-04-16T03:13:04.857Z | Compiling strum_macros v0.25.3 |
| 1509 | 2025-04-16T03:13:05.809Z | Compiling hubpack_derive v0.1.1 |
| 1510 | 2025-04-16T03:13:05.915Z | Compiling elliptic-curve v0.13.8 |
| 1511 | 2025-04-16T03:13:06.466Z | Compiling toml_edit v0.19.15 |
| 1512 | 2025-04-16T03:13:06.513Z | Compiling hubpack v0.1.2 |
| 1513 | 2025-04-16T03:13:06.538Z | Compiling console v0.15.10 |
| 1514 | 2025-04-16T03:13:06.887Z | Compiling zerocopy v0.6.6 |
| 1515 | 2025-04-16T03:13:07.507Z | Compiling backtrace v0.3.74 |
| 1516 | 2025-04-16T03:13:07.618Z | Compiling tower v0.5.2 |
| 1517 | 2025-04-16T03:13:08.003Z | Compiling hyper-tls v0.6.0 |
| 1518 | 2025-04-16T03:13:08.169Z | Compiling oxnet v0.1.1 |
| 1519 | 2025-04-16T03:13:08.328Z | Compiling rayon v1.10.0 |
| 1520 | 2025-04-16T03:13:08.356Z | Compiling signal-hook-mio v0.2.4 |
| 1521 | 2025-04-16T03:13:08.537Z | Compiling cookie_store v0.21.1 |
| 1522 | 2025-04-16T03:13:08.795Z | Compiling postgres-types v0.2.9 |
| 1523 | 2025-04-16T03:13:10.221Z | Compiling usdt-macro v0.5.0 |
| 1524 | 2025-04-16T03:13:10.800Z | Compiling usdt-attr-macro v0.5.0 |
| 1525 | 2025-04-16T03:13:11.104Z | Compiling phf v0.11.2 |
| 1526 | 2025-04-16T03:13:11.319Z | Compiling ed25519 v2.2.3 |
| 1527 | 2025-04-16T03:13:11.356Z | Compiling strum_macros v0.26.4 |
| 1528 | 2025-04-16T03:13:11.910Z | Compiling bzip2 v0.5.2 |
| 1529 | 2025-04-16T03:13:12.050Z | Compiling bzip2 v0.4.4 |
| 1530 | 2025-04-16T03:13:12.175Z | Compiling serde_urlencoded v0.7.1 |
| 1531 | 2025-04-16T03:13:12.269Z | Compiling enum-as-inner v0.6.1 |
| 1532 | 2025-04-16T03:13:12.390Z | Compiling clap_derive v4.5.32 |
| 1533 | 2025-04-16T03:13:12.623Z | Compiling rustls-pemfile v2.2.0 |
| 1534 | 2025-04-16T03:13:12.834Z | Compiling serde-big-array v0.5.1 |
| 1535 | 2025-04-16T03:13:12.922Z | Compiling futures-executor v0.3.31 |
| 1536 | 2025-04-16T03:13:13.058Z | Compiling pkcs1 v0.7.5 |
| 1537 | 2025-04-16T03:13:13.082Z | Compiling rfc6979 v0.4.0 |
| 1538 | 2025-04-16T03:13:13.278Z | Compiling serde_repr v0.1.19 |
| 1539 | 2025-04-16T03:13:13.368Z | Compiling daft-derive v0.1.3 |
| 1540 | 2025-04-16T03:13:13.698Z | Compiling bstr v1.10.0 |
| 1541 | 2025-04-16T03:13:13.822Z | Compiling float-cmp v0.10.0 |
| 1542 | 2025-04-16T03:13:14.054Z | Compiling encoding_rs v0.8.34 |
| 1543 | 2025-04-16T03:13:14.163Z | Compiling predicates-core v1.0.8 |
| 1544 | 2025-04-16T03:13:14.518Z | Compiling data-encoding v2.6.0 |
| 1545 | 2025-04-16T03:13:14.696Z | Compiling fixedbitset v0.4.2 |
| 1546 | 2025-04-16T03:13:14.916Z | Compiling unicode-segmentation v1.12.0 |
| 1547 | 2025-04-16T03:13:15.062Z | Compiling static_assertions v1.1.0 |
| 1548 | 2025-04-16T03:13:15.090Z | Compiling mime v0.3.17 |
| 1549 | 2025-04-16T03:13:15.168Z | Compiling whoami v1.5.2 |
| 1550 | 2025-04-16T03:13:15.593Z | Compiling normalize-line-endings v0.3.0 |
| 1551 | 2025-04-16T03:13:15.628Z | Compiling difflib v0.4.0 |
| 1552 | 2025-04-16T03:13:15.654Z | Compiling number_prefix v0.4.0 |
| 1553 | 2025-04-16T03:13:15.740Z | Compiling new_debug_unreachable v1.0.6 |
| 1554 | 2025-04-16T03:13:15.838Z | Compiling precomputed-hash v0.1.1 |
| 1555 | 2025-04-16T03:13:15.864Z | Compiling indicatif v0.17.11 |
| 1556 | 2025-04-16T03:13:15.904Z | Compiling clap v4.5.35 |
| 1557 | 2025-04-16T03:13:15.966Z | Compiling string_cache v0.8.9 |
| 1558 | 2025-04-16T03:13:16.026Z | Compiling predicates v3.1.3 |
| 1559 | 2025-04-16T03:13:16.074Z | Compiling similar v2.7.0 |
| 1560 | 2025-04-16T03:13:16.359Z | Compiling tokio-postgres v0.7.13 |
| 1561 | 2025-04-16T03:13:16.721Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1562 | 2025-04-16T03:13:17.125Z | Compiling hickory-proto v0.24.4 |
| 1563 | 2025-04-16T03:13:17.281Z | Compiling petgraph v0.6.5 |
| 1564 | 2025-04-16T03:13:17.517Z | Compiling strum v0.26.3 |
| 1565 | 2025-04-16T03:13:17.690Z | Compiling daft v0.1.3 |
| 1566 | 2025-04-16T03:13:17.799Z | Compiling toml_edit v0.22.24 |
| 1567 | 2025-04-16T03:13:18.104Z | Compiling usdt v0.5.0 |
| 1568 | 2025-04-16T03:13:18.496Z | Compiling rsa v0.9.6 |
| 1569 | 2025-04-16T03:13:20.125Z | Compiling ecdsa v0.16.9 |
| 1570 | 2025-04-16T03:13:20.754Z | Compiling futures v0.3.31 |
| 1571 | 2025-04-16T03:13:20.815Z | Compiling zip v0.6.6 |
| 1572 | 2025-04-16T03:13:20.878Z | Compiling ed25519-dalek v2.1.1 |
| 1573 | 2025-04-16T03:13:21.945Z | Compiling toml v0.7.8 |
| 1574 | 2025-04-16T03:13:22.043Z | Compiling crossterm v0.28.1 |
| 1575 | 2025-04-16T03:13:23.577Z | Compiling tokio-stream v0.1.17 |
| 1576 | 2025-04-16T03:13:23.802Z | Compiling openapiv3 v2.0.0 |
| 1577 | 2025-04-16T03:13:23.849Z | Compiling x509-cert v0.2.5 |
| 1578 | 2025-04-16T03:13:23.934Z | Compiling sha1 v0.10.6 |
| 1579 | 2025-04-16T03:13:24.309Z | Compiling itertools v0.13.0 |
| 1580 | 2025-04-16T03:13:24.334Z | Compiling dirs-sys-next v0.1.2 |
| 1581 | 2025-04-16T03:13:24.377Z | Compiling lalrpop-util v0.19.12 |
| 1582 | 2025-04-16T03:13:24.657Z | Compiling peg-runtime v0.8.5 |
| 1583 | 2025-04-16T03:13:24.747Z | Compiling unicode-xid v0.2.6 |
| 1584 | 2025-04-16T03:13:24.773Z | Compiling dirs-next v2.0.0 |
| 1585 | 2025-04-16T03:13:24.850Z | Compiling thread_local v1.1.8 |
| 1586 | 2025-04-16T03:13:24.950Z | Compiling slog-async v2.8.0 |
| 1587 | 2025-04-16T03:13:24.976Z | Compiling term v0.7.0 |
| 1588 | 2025-04-16T03:13:25.180Z | Compiling xattr v1.3.1 |
| 1589 | 2025-04-16T03:13:25.303Z | Compiling crossbeam-channel v0.5.15 |
| 1590 | 2025-04-16T03:13:25.430Z | Compiling is-terminal v0.4.13 |
| 1591 | 2025-04-16T03:13:25.456Z | Compiling filetime v0.2.25 |
| 1592 | 2025-04-16T03:13:25.568Z | Compiling take_mut v0.2.2 |
| 1593 | 2025-04-16T03:13:25.721Z | Compiling tar v0.4.44 |
| 1594 | 2025-04-16T03:13:25.752Z | Compiling slog-term v2.9.1 |
| 1595 | 2025-04-16T03:13:26.137Z | Compiling camino v1.1.9 |
| 1596 | 2025-04-16T03:13:31.860Z | Compiling aws-lc-sys v0.26.0 |
| 1597 | 2025-04-16T03:14:04.623Z | Compiling rustls-webpki v0.102.8 |
| 1598 | 2025-04-16T03:14:10.535Z | Compiling tokio-rustls v0.26.0 |
| 1599 | 2025-04-16T03:14:10.855Z | Compiling hyper-rustls v0.27.3 |
| 1600 | 2025-04-16T03:14:11.152Z | Compiling reqwest v0.12.12 |
| 1601 | 2025-04-16T03:14:15.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1602 | 2025-04-16T03:14:15.664Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1603 | 2025-04-16T03:14:21.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1604 | 2025-04-16T03:14:21.291Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1605 | 2025-04-16T03:14:21.373Z | Apr 16 03:14:20.952 INFO Starting download, target: Clickhouse |
| 1606 | 2025-04-16T03:14:21.373Z | Apr 16 03:14:20.953 INFO Starting download, target: Cockroach |
| 1607 | 2025-04-16T03:14:21.373Z | Apr 16 03:14:20.953 INFO Starting download, target: Console |
| 1608 | 2025-04-16T03:14:21.373Z | Apr 16 03:14:20.953 INFO Starting download, target: DendriteStub |
| 1609 | 2025-04-16T03:14:21.373Z | Apr 16 03:14:20.953 INFO Starting download, target: MaghemiteMgd |
| 1610 | 2025-04-16T03:14:21.374Z | Apr 16 03:14:20.953 INFO Starting download, target: TransceiverControl |
| 1611 | 2025-04-16T03:14:21.429Z | Apr 16 03:14:20.955 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1612 | 2025-04-16T03:14:21.429Z | Apr 16 03:14:20.955 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1613 | 2025-04-16T03:14:21.429Z | Apr 16 03:14:20.955 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1614 | 2025-04-16T03:14:21.430Z | Apr 16 03:14:20.955 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1615 | 2025-04-16T03:14:21.430Z | Apr 16 03:14:20.955 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1616 | 2025-04-16T03:14:21.430Z | Apr 16 03:14:20.955 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1617 | 2025-04-16T03:14:21.667Z | Apr 16 03:14:21.241 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1618 | 2025-04-16T03:14:22.110Z | Apr 16 03:14:21.598 INFO Download complete, target: Console |
| 1619 | 2025-04-16T03:14:22.271Z | Apr 16 03:14:21.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1620 | 2025-04-16T03:14:22.728Z | Apr 16 03:14:22.147 INFO Download complete, target: TransceiverControl |
| 1621 | 2025-04-16T03:14:24.530Z | Apr 16 03:14:24.112 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1622 | 2025-04-16T03:14:25.387Z | Apr 16 03:14:24.990 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1623 | 2025-04-16T03:14:27.054Z | Apr 16 03:14:26.657 INFO Download complete, target: MaghemiteMgd |
| 1624 | 2025-04-16T03:14:27.417Z | Apr 16 03:14:27.016 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1625 | 2025-04-16T03:14:27.417Z | Apr 16 03:14:27.016 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1626 | 2025-04-16T03:14:28.565Z | Apr 16 03:14:28.168 INFO Download complete, target: DendriteStub |
| 1627 | 2025-04-16T03:14:34.991Z | Apr 16 03:14:34.588 INFO Checking that binary works, target: Cockroach |
| 1628 | 2025-04-16T03:14:35.258Z | Apr 16 03:14:34.863 INFO Download complete, target: Cockroach |
| 1629 | 2025-04-16T03:14:38.254Z | Apr 16 03:14:37.859 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1630 | 2025-04-16T03:14:50.093Z | Apr 16 03:14:49.700 INFO Checking that binary works, target: Clickhouse |
| 1631 | 2025-04-16T03:14:50.280Z | Apr 16 03:14:49.886 INFO Download complete, target: Clickhouse |
| 1632 | 2025-04-16T03:14:50.312Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1633 | 2025-04-16T03:14:50.312Z | |
| 1634 | 2025-04-16T03:14:50.340Z | real 6:32.473206218 |
| 1635 | 2025-04-16T03:14:50.340Z | user 13:48.981770386 |
| 1636 | 2025-04-16T03:14:50.340Z | sys 2:19.194765411 |
| 1637 | 2025-04-16T03:14:50.341Z | trap 0.459605273 |
| 1638 | 2025-04-16T03:14:50.341Z | tflt 0.506801807 |
| 1639 | 2025-04-16T03:14:50.341Z | dflt 1.219181392 |
| 1640 | 2025-04-16T03:14:50.341Z | kflt 0.009277078 |
| 1641 | 2025-04-16T03:14:50.341Z | lock 24:25.086798377 |
| 1642 | 2025-04-16T03:14:50.341Z | slp 51:48.275129125 |
| 1643 | 2025-04-16T03:14:50.341Z | lat 1:05.543478417 |
| 1644 | 2025-04-16T03:14:50.341Z | stop 2:26.289167134 |
| 1645 | 2025-04-16T03:14:50.341Z | + banner clippy |
| 1646 | 2025-04-16T03:14:50.342Z | |
| 1647 | 2025-04-16T03:14:50.342Z | #### # # ##### ##### # # |
| 1648 | 2025-04-16T03:14:50.342Z | # # # # # # # # # # |
| 1649 | 2025-04-16T03:14:50.342Z | # # # # # # # # |
| 1650 | 2025-04-16T03:14:50.342Z | # # # ##### ##### # |
| 1651 | 2025-04-16T03:14:50.342Z | # # # # # # # |
| 1652 | 2025-04-16T03:14:50.342Z | #### ###### # # # # |
| 1653 | 2025-04-16T03:14:50.342Z | |
| 1654 | 2025-04-16T03:14:50.342Z | + export CARGO_INCREMENTAL=0 |
| 1655 | 2025-04-16T03:14:50.343Z | + CARGO_INCREMENTAL=0 |
| 1656 | 2025-04-16T03:14:50.343Z | + ptime -m cargo xtask clippy |
| 1657 | 2025-04-16T03:14:51.264Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1658 | 2025-04-16T03:14:51.558Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1659 | 2025-04-16T03:14:55.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 1660 | 2025-04-16T03:14:55.276Z | Running `target/debug/xtask clippy` |
| 1661 | 2025-04-16T03:14:55.308Z | running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1662 | 2025-04-16T03:14:56.512Z | Downloading crates ... |
| 1663 | 2025-04-16T03:14:57.028Z | Downloaded assert-json-diff v2.0.2 |
| 1664 | 2025-04-16T03:14:57.056Z | Downloaded termtree v0.4.1 |
| 1665 | 2025-04-16T03:14:57.056Z | Downloaded async-process v2.3.0 |
| 1666 | 2025-04-16T03:14:57.056Z | Downloaded plotters-backend v0.3.7 |
| 1667 | 2025-04-16T03:14:57.056Z | Downloaded target-triple v0.1.3 |
| 1668 | 2025-04-16T03:14:57.056Z | Downloaded stringmetrics v2.2.2 |
| 1669 | 2025-04-16T03:14:57.056Z | Downloaded target-spec v3.4.2 |
| 1670 | 2025-04-16T03:14:57.056Z | Downloaded tinytemplate v1.2.1 |
| 1671 | 2025-04-16T03:14:57.085Z | Downloaded rstest v0.24.0 |
| 1672 | 2025-04-16T03:14:57.085Z | Downloaded trybuild v1.0.103 |
| 1673 | 2025-04-16T03:14:57.085Z | Downloaded rstest_macros v0.24.0 |
| 1674 | 2025-04-16T03:14:57.086Z | Downloaded rand_distr v0.4.3 |
| 1675 | 2025-04-16T03:14:57.086Z | Downloaded criterion v0.5.1 |
| 1676 | 2025-04-16T03:14:57.114Z | Downloaded plotters v0.3.7 |
| 1677 | 2025-04-16T03:14:57.114Z | Downloaded guppy v0.17.17 |
| 1678 | 2025-04-16T03:14:57.114Z | Downloaded polling v3.7.3 |
| 1679 | 2025-04-16T03:14:57.114Z | Downloaded piper v0.2.4 |
| 1680 | 2025-04-16T03:14:57.140Z | Downloaded path-tree v0.8.1 |
| 1681 | 2025-04-16T03:14:57.140Z | Downloaded async-std v1.13.0 |
| 1682 | 2025-04-16T03:14:57.140Z | Downloaded hyper-rustls v0.26.0 |
| 1683 | 2025-04-16T03:14:57.168Z | Downloaded futures-lite v2.3.0 |
| 1684 | 2025-04-16T03:14:57.168Z | Downloaded event-listener v5.3.1 |
| 1685 | 2025-04-16T03:14:57.168Z | Downloaded cfg-expr v0.18.0 |
| 1686 | 2025-04-16T03:14:57.168Z | Downloaded async-task v4.7.1 |
| 1687 | 2025-04-16T03:14:57.168Z | Downloaded async-lock v3.4.0 |
| 1688 | 2025-04-16T03:14:57.168Z | Downloaded async-io v2.3.4 |
| 1689 | 2025-04-16T03:14:57.168Z | Downloaded async-executor v1.13.1 |
| 1690 | 2025-04-16T03:14:57.169Z | Downloaded approx v0.5.1 |
| 1691 | 2025-04-16T03:14:57.169Z | Downloaded target-lexicon v0.13.2 |
| 1692 | 2025-04-16T03:14:57.196Z | Downloaded rustls-native-certs v0.7.3 |
| 1693 | 2025-04-16T03:14:57.196Z | Downloaded rust-argon2 v2.1.0 |
| 1694 | 2025-04-16T03:14:57.196Z | Downloaded relative-path v1.9.3 |
| 1695 | 2025-04-16T03:14:57.196Z | Downloaded partial-io v0.5.4 |
| 1696 | 2025-04-16T03:14:57.196Z | Downloaded kv-log-macro v1.0.7 |
| 1697 | 2025-04-16T03:14:57.196Z | Downloaded httptest v0.16.3 |
| 1698 | 2025-04-16T03:14:57.196Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1699 | 2025-04-16T03:14:57.196Z | Downloaded event-listener v2.5.3 |
| 1700 | 2025-04-16T03:14:57.196Z | Downloaded cast v0.3.0 |
| 1701 | 2025-04-16T03:14:57.196Z | Downloaded blocking v1.6.1 |
| 1702 | 2025-04-16T03:14:57.196Z | Downloaded blake2b_simd v1.0.2 |
| 1703 | 2025-04-16T03:14:57.196Z | Downloaded async-signal v0.2.10 |
| 1704 | 2025-04-16T03:14:57.196Z | Downloaded async-global-executor v2.4.1 |
| 1705 | 2025-04-16T03:14:57.196Z | Downloaded async-channel v2.3.1 |
| 1706 | 2025-04-16T03:14:57.197Z | Downloaded async-attributes v1.1.2 |
| 1707 | 2025-04-16T03:14:57.225Z | Downloaded assert_cmd v2.0.16 |
| 1708 | 2025-04-16T03:14:57.225Z | Downloaded anes v0.1.6 |
| 1709 | 2025-04-16T03:14:57.225Z | Downloaded similar-asserts v1.7.0 |
| 1710 | 2025-04-16T03:14:57.225Z | Downloaded serde_regex v1.1.0 |
| 1711 | 2025-04-16T03:14:57.225Z | Downloaded proc-macro-crate v3.2.0 |
| 1712 | 2025-04-16T03:14:57.225Z | Downloaded predicates-tree v1.0.11 |
| 1713 | 2025-04-16T03:14:57.225Z | Downloaded pathdiff v0.2.3 |
| 1714 | 2025-04-16T03:14:57.225Z | Downloaded parking v2.2.1 |
| 1715 | 2025-04-16T03:14:57.225Z | Downloaded oorandom v11.1.4 |
| 1716 | 2025-04-16T03:14:57.225Z | Downloaded futures-timer v3.0.3 |
| 1717 | 2025-04-16T03:14:57.225Z | Downloaded event-listener-strategy v0.5.2 |
| 1718 | 2025-04-16T03:14:57.225Z | Downloaded criterion-plot v0.5.0 |
| 1719 | 2025-04-16T03:14:57.225Z | Downloaded plotters-svg v0.3.7 |
| 1720 | 2025-04-16T03:14:57.225Z | Downloaded nested v0.1.1 |
| 1721 | 2025-04-16T03:14:57.225Z | Downloaded doc-comment v0.3.3 |
| 1722 | 2025-04-16T03:14:57.225Z | Downloaded concurrent-queue v2.5.0 |
| 1723 | 2025-04-16T03:14:57.253Z | Downloaded async-object-pool v0.1.5 |
| 1724 | 2025-04-16T03:14:57.253Z | Downloaded async-channel v1.9.0 |
| 1725 | 2025-04-16T03:14:57.253Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1726 | 2025-04-16T03:14:58.132Z | Checking cfg-if v1.0.0 |
| 1727 | 2025-04-16T03:14:58.177Z | Checking libc v0.2.171 |
| 1728 | 2025-04-16T03:14:58.209Z | Checking serde v1.0.219 |
| 1729 | 2025-04-16T03:14:58.239Z | Checking memchr v2.7.4 |
| 1730 | 2025-04-16T03:14:58.266Z | Checking value-bag v1.9.0 |
| 1731 | 2025-04-16T03:14:58.294Z | Checking itoa v1.0.11 |
| 1732 | 2025-04-16T03:14:58.323Z | Checking scopeguard v1.2.0 |
| 1733 | 2025-04-16T03:14:58.350Z | Checking zeroize v1.8.1 |
| 1734 | 2025-04-16T03:14:58.379Z | Checking smallvec v1.14.0 |
| 1735 | 2025-04-16T03:14:58.585Z | Checking lock_api v0.4.12 |
| 1736 | 2025-04-16T03:14:58.618Z | Checking pin-project-lite v0.2.14 |
| 1737 | 2025-04-16T03:14:58.709Z | Checking log v0.4.22 |
| 1738 | 2025-04-16T03:14:58.737Z | Checking subtle v2.6.1 |
| 1739 | 2025-04-16T03:14:58.776Z | Checking libm v0.2.8 |
| 1740 | 2025-04-16T03:14:58.828Z | Checking ryu v1.0.18 |
| 1741 | 2025-04-16T03:14:58.977Z | Checking byteorder v1.5.0 |
| 1742 | 2025-04-16T03:14:59.012Z | Checking once_cell v1.21.3 |
| 1743 | 2025-04-16T03:14:59.087Z | Checking typenum v1.17.0 |
| 1744 | 2025-04-16T03:14:59.127Z | Checking futures-core v0.3.31 |
| 1745 | 2025-04-16T03:14:59.224Z | Checking thiserror v1.0.69 |
| 1746 | 2025-04-16T03:14:59.250Z | Checking getrandom v0.2.15 |
| 1747 | 2025-04-16T03:14:59.320Z | Checking signal-hook-registry v1.4.2 |
| 1748 | 2025-04-16T03:14:59.347Z | Checking parking_lot_core v0.9.10 |
| 1749 | 2025-04-16T03:14:59.347Z | Checking mio v1.0.2 |
| 1750 | 2025-04-16T03:14:59.393Z | Checking socket2 v0.5.9 |
| 1751 | 2025-04-16T03:14:59.486Z | Checking rand_core v0.6.4 |
| 1752 | 2025-04-16T03:14:59.512Z | Checking num-traits v0.2.19 |
| 1753 | 2025-04-16T03:14:59.568Z | Checking const-oid v0.9.6 |
| 1754 | 2025-04-16T03:14:59.661Z | Checking parking_lot v0.12.3 |
| 1755 | 2025-04-16T03:14:59.769Z | Checking getrandom v0.3.1 |
| 1756 | 2025-04-16T03:14:59.827Z | Checking futures-io v0.3.31 |
| 1757 | 2025-04-16T03:14:59.883Z | Checking zerocopy v0.7.35 |
| 1758 | 2025-04-16T03:14:59.950Z | Checking generic-array v0.14.7 |
| 1759 | 2025-04-16T03:14:59.981Z | Checking equivalent v1.0.1 |
| 1760 | 2025-04-16T03:15:00.006Z | Checking foldhash v0.1.3 |
| 1761 | 2025-04-16T03:15:00.033Z | Checking allocator-api2 v0.2.18 |
| 1762 | 2025-04-16T03:15:00.110Z | Checking slab v0.4.9 |
| 1763 | 2025-04-16T03:15:00.242Z | Checking iana-time-zone v0.1.61 |
| 1764 | 2025-04-16T03:15:00.370Z | Checking cpufeatures v0.2.14 |
| 1765 | 2025-04-16T03:15:00.402Z | Checking futures-sink v0.3.31 |
| 1766 | 2025-04-16T03:15:00.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1767 | 2025-04-16T03:15:00.554Z | Checking hashbrown v0.15.1 |
| 1768 | 2025-04-16T03:15:00.579Z | Checking errno v0.3.9 |
| 1769 | 2025-04-16T03:15:00.737Z | Checking fnv v1.0.7 |
| 1770 | 2025-04-16T03:15:00.766Z | Checking pin-utils v0.1.0 |
| 1771 | 2025-04-16T03:15:00.831Z | Checking futures-channel v0.3.31 |
| 1772 | 2025-04-16T03:15:00.857Z | Checking crypto-common v0.1.6 |
| 1773 | 2025-04-16T03:15:00.886Z | Checking block-buffer v0.10.4 |
| 1774 | 2025-04-16T03:15:00.912Z | Checking stable_deref_trait v1.2.0 |
| 1775 | 2025-04-16T03:15:00.943Z | Checking futures-task v0.3.31 |
| 1776 | 2025-04-16T03:15:01.042Z | Checking dyn-clone v1.0.19 |
| 1777 | 2025-04-16T03:15:01.068Z | Checking ppv-lite86 v0.2.20 |
| 1778 | 2025-04-16T03:15:01.068Z | Checking tracing-core v0.1.32 |
| 1779 | 2025-04-16T03:15:01.120Z | Checking digest v0.10.7 |
| 1780 | 2025-04-16T03:15:01.170Z | Checking zerofrom v0.1.4 |
| 1781 | 2025-04-16T03:15:01.197Z | Checking futures-util v0.3.31 |
| 1782 | 2025-04-16T03:15:01.223Z | Checking block-padding v0.3.3 |
| 1783 | 2025-04-16T03:15:01.371Z | Checking yoke v0.7.4 |
| 1784 | 2025-04-16T03:15:01.426Z | Checking litemap v0.7.3 |
| 1785 | 2025-04-16T03:15:01.476Z | Checking writeable v0.5.5 |
| 1786 | 2025-04-16T03:15:01.502Z | Checking percent-encoding v2.3.1 |
| 1787 | 2025-04-16T03:15:01.678Z | Checking tracing v0.1.40 |
| 1788 | 2025-04-16T03:15:01.705Z | Checking zerovec v0.10.4 |
| 1789 | 2025-04-16T03:15:01.731Z | Checking rand_chacha v0.3.1 |
| 1790 | 2025-04-16T03:15:01.764Z | Checking inout v0.1.3 |
| 1791 | 2025-04-16T03:15:01.790Z | Checking crossbeam-utils v0.8.21 |
| 1792 | 2025-04-16T03:15:01.816Z | Checking spin v0.9.8 |
| 1793 | 2025-04-16T03:15:02.009Z | Checking cipher v0.4.4 |
| 1794 | 2025-04-16T03:15:02.039Z | Checking icu_locid_transform_data v1.5.0 |
| 1795 | 2025-04-16T03:15:02.128Z | Checking rand v0.8.5 |
| 1796 | 2025-04-16T03:15:02.158Z | Checking form_urlencoded v1.2.1 |
| 1797 | 2025-04-16T03:15:02.184Z | Checking icu_properties_data v1.5.0 |
| 1798 | 2025-04-16T03:15:02.210Z | Checking bytes v1.10.1 |
| 1799 | 2025-04-16T03:15:02.376Z | Checking bitflags v2.9.0 |
| 1800 | 2025-04-16T03:15:02.408Z | Checking serde_json v1.0.140 |
| 1801 | 2025-04-16T03:15:02.434Z | Checking chrono v0.4.40 |
| 1802 | 2025-04-16T03:15:02.467Z | Checking uuid v1.16.0 |
| 1803 | 2025-04-16T03:15:02.665Z | Checking semver v1.0.25 |
| 1804 | 2025-04-16T03:15:03.018Z | Checking indexmap v2.7.1 |
| 1805 | 2025-04-16T03:15:03.051Z | Checking rustix v0.38.37 |
| 1806 | 2025-04-16T03:15:03.111Z | Checking tokio v1.43.1 |
| 1807 | 2025-04-16T03:15:03.160Z | Checking http v1.2.0 |
| 1808 | 2025-04-16T03:15:03.197Z | Checking tinystr v0.7.6 |
| 1809 | 2025-04-16T03:15:03.536Z | Checking icu_locid v1.5.0 |
| 1810 | 2025-04-16T03:15:03.838Z | Checking icu_collections v1.5.0 |
| 1811 | 2025-04-16T03:15:04.109Z | Checking atomic-waker v1.1.2 |
| 1812 | 2025-04-16T03:15:04.172Z | Checking schemars v0.8.22 |
| 1813 | 2025-04-16T03:15:04.259Z | Checking regex-syntax v0.8.5 |
| 1814 | 2025-04-16T03:15:04.354Z | Checking base64ct v1.6.0 |
| 1815 | 2025-04-16T03:15:04.407Z | Checking icu_provider v1.5.0 |
| 1816 | 2025-04-16T03:15:04.433Z | Checking utf16_iter v1.0.5 |
| 1817 | 2025-04-16T03:15:04.616Z | Checking untrusted v0.9.0 |
| 1818 | 2025-04-16T03:15:04.808Z | Checking powerfmt v0.2.0 |
| 1819 | 2025-04-16T03:15:04.898Z | Checking utf8_iter v1.0.4 |
| 1820 | 2025-04-16T03:15:05.051Z | Checking icu_locid_transform v1.5.0 |
| 1821 | 2025-04-16T03:15:05.051Z | Checking icu_normalizer_data v1.5.0 |
| 1822 | 2025-04-16T03:15:05.108Z | Checking write16 v1.0.0 |
| 1823 | 2025-04-16T03:15:05.157Z | Checking deranged v0.3.11 |
| 1824 | 2025-04-16T03:15:05.158Z | Checking ring v0.17.11 |
| 1825 | 2025-04-16T03:15:05.207Z | Checking hmac v0.12.1 |
| 1826 | 2025-04-16T03:15:05.416Z | Checking sha2 v0.10.8 |
| 1827 | 2025-04-16T03:15:05.542Z | Checking httparse v1.9.5 |
| 1828 | 2025-04-16T03:15:05.798Z | Checking num_threads v0.1.7 |
| 1829 | 2025-04-16T03:15:05.864Z | Checking icu_properties v1.5.1 |
| 1830 | 2025-04-16T03:15:05.908Z | Checking num-conv v0.1.0 |
| 1831 | 2025-04-16T03:15:05.938Z | Checking time-core v0.1.2 |
| 1832 | 2025-04-16T03:15:05.962Z | Checking unicode-ident v1.0.14 |
| 1833 | 2025-04-16T03:15:06.103Z | Checking adler2 v2.0.0 |
| 1834 | 2025-04-16T03:15:06.149Z | Checking aho-corasick v1.1.3 |
| 1835 | 2025-04-16T03:15:06.173Z | Checking proc-macro2 v1.0.94 |
| 1836 | 2025-04-16T03:15:06.221Z | Checking time v0.3.36 |
| 1837 | 2025-04-16T03:15:06.280Z | Checking miniz_oxide v0.8.5 |
| 1838 | 2025-04-16T03:15:06.798Z | Checking quote v1.0.39 |
| 1839 | 2025-04-16T03:15:06.927Z | Checking rustls-pki-types v1.10.0 |
| 1840 | 2025-04-16T03:15:06.970Z | Checking pem-rfc7468 v0.7.0 |
| 1841 | 2025-04-16T03:15:07.108Z | Checking syn v2.0.98 |
| 1842 | 2025-04-16T03:15:07.136Z | Checking http-body v1.0.1 |
| 1843 | 2025-04-16T03:15:07.241Z | Checking aws-lc-sys v0.26.0 |
| 1844 | 2025-04-16T03:15:07.346Z | Checking untrusted v0.7.1 |
| 1845 | 2025-04-16T03:15:07.438Z | Checking try-lock v0.2.5 |
| 1846 | 2025-04-16T03:15:07.531Z | Checking httpdate v1.0.3 |
| 1847 | 2025-04-16T03:15:07.556Z | Checking regex-automata v0.4.8 |
| 1848 | 2025-04-16T03:15:07.599Z | Checking base64 v0.22.1 |
| 1849 | 2025-04-16T03:15:07.773Z | Checking want v0.3.1 |
| 1850 | 2025-04-16T03:15:07.956Z | Checking tower-service v0.3.3 |
| 1851 | 2025-04-16T03:15:08.049Z | Checking utf8parse v0.2.2 |
| 1852 | 2025-04-16T03:15:08.094Z | Checking flagset v0.4.6 |
| 1853 | 2025-04-16T03:15:08.214Z | Checking pbkdf2 v0.12.2 |
| 1854 | 2025-04-16T03:15:08.265Z | Checking aes v0.8.4 |
| 1855 | 2025-04-16T03:15:08.305Z | Checking der v0.7.9 |
| 1856 | 2025-04-16T03:15:08.396Z | Checking lazy_static v1.5.0 |
| 1857 | 2025-04-16T03:15:08.552Z | Checking slog v2.7.0 |
| 1858 | 2025-04-16T03:15:08.751Z | Checking icu_normalizer v1.5.0 |
| 1859 | 2025-04-16T03:15:08.992Z | Checking gimli v0.31.1 |
| 1860 | 2025-04-16T03:15:09.036Z | Checking salsa20 v0.10.2 |
| 1861 | 2025-04-16T03:15:09.077Z | Checking aws-lc-rs v1.12.4 |
| 1862 | 2025-04-16T03:15:09.182Z | Checking tokio-util v0.7.13 |
| 1863 | 2025-04-16T03:15:09.265Z | Checking cbc v0.1.2 |
| 1864 | 2025-04-16T03:15:09.466Z | Checking idna_adapter v1.2.0 |
| 1865 | 2025-04-16T03:15:09.493Z | Checking object v0.36.5 |
| 1866 | 2025-04-16T03:15:09.661Z | Checking idna v1.0.3 |
| 1867 | 2025-04-16T03:15:09.884Z | Checking spki v0.7.3 |
| 1868 | 2025-04-16T03:15:09.945Z | Checking h2 v0.4.6 |
| 1869 | 2025-04-16T03:15:10.113Z | Checking url v2.5.3 |
| 1870 | 2025-04-16T03:15:10.177Z | Checking mime v0.3.17 |
| 1871 | 2025-04-16T03:15:10.478Z | Checking rustc-demangle v0.1.24 |
| 1872 | 2025-04-16T03:15:10.674Z | Checking rustls-webpki v0.102.8 |
| 1873 | 2025-04-16T03:15:10.855Z | Checking scrypt v0.11.0 |
| 1874 | 2025-04-16T03:15:10.891Z | Checking anstyle v1.0.10 |
| 1875 | 2025-04-16T03:15:11.055Z | Checking http-body-util v0.1.3 |
| 1876 | 2025-04-16T03:15:11.081Z | Checking pkcs5 v0.7.1 |
| 1877 | 2025-04-16T03:15:11.202Z | Checking openssl-probe v0.1.5 |
| 1878 | 2025-04-16T03:15:11.368Z | Checking foreign-types-shared v0.1.1 |
| 1879 | 2025-04-16T03:15:11.404Z | Checking ipnet v2.11.0 |
| 1880 | 2025-04-16T03:15:11.451Z | Checking regex v1.11.1 |
| 1881 | 2025-04-16T03:15:11.499Z | Checking foreign-types v0.3.2 |
| 1882 | 2025-04-16T03:15:11.553Z | Checking pkcs8 v0.10.2 |
| 1883 | 2025-04-16T03:15:11.615Z | Checking anstyle-parse v0.2.5 |
| 1884 | 2025-04-16T03:15:11.821Z | Checking rustls-pemfile v2.2.0 |
| 1885 | 2025-04-16T03:15:11.863Z | Checking openssl-sys v0.9.107 |
| 1886 | 2025-04-16T03:15:11.891Z | Checking is_terminal_polyfill v1.70.1 |
| 1887 | 2025-04-16T03:15:12.003Z | Checking anstyle-query v1.1.1 |
| 1888 | 2025-04-16T03:15:12.035Z | Checking colorchoice v1.0.2 |
| 1889 | 2025-04-16T03:15:12.062Z | Checking terminal_size v0.4.0 |
| 1890 | 2025-04-16T03:15:12.119Z | Checking addr2line v0.24.2 |
| 1891 | 2025-04-16T03:15:12.147Z | Checking futures-executor v0.3.31 |
| 1892 | 2025-04-16T03:15:12.204Z | Checking anstream v0.6.15 |
| 1893 | 2025-04-16T03:15:12.260Z | Checking serde_urlencoded v0.7.1 |
| 1894 | 2025-04-16T03:15:12.286Z | Checking toml_datetime v0.6.8 |
| 1895 | 2025-04-16T03:15:12.396Z | Checking serde_spanned v0.6.8 |
| 1896 | 2025-04-16T03:15:12.559Z | Checking encoding_rs v0.8.34 |
| 1897 | 2025-04-16T03:15:12.587Z | Checking clap_lex v0.7.4 |
| 1898 | 2025-04-16T03:15:12.613Z | Checking strsim v0.11.1 |
| 1899 | 2025-04-16T03:15:12.640Z | Checking either v1.14.0 |
| 1900 | 2025-04-16T03:15:12.668Z | Checking futures v0.3.31 |
| 1901 | 2025-04-16T03:15:12.791Z | Checking rustls v0.23.19 |
| 1902 | 2025-04-16T03:15:12.850Z | Checking openssl v0.10.72 |
| 1903 | 2025-04-16T03:15:12.877Z | Checking psl-types v2.0.11 |
| 1904 | 2025-04-16T03:15:12.904Z | Checking clap_builder v4.5.35 |
| 1905 | 2025-04-16T03:15:12.994Z | Checking cookie v0.18.1 |
| 1906 | 2025-04-16T03:15:13.076Z | Checking publicsuffix v2.3.0 |
| 1907 | 2025-04-16T03:15:13.335Z | Checking webpki-roots v0.26.6 |
| 1908 | 2025-04-16T03:15:13.427Z | Checking ipnetwork v0.21.1 |
| 1909 | 2025-04-16T03:15:13.575Z | Checking sync_wrapper v1.0.1 |
| 1910 | 2025-04-16T03:15:13.739Z | Checking tower-layer v0.3.3 |
| 1911 | 2025-04-16T03:15:13.787Z | Checking cookie_store v0.21.1 |
| 1912 | 2025-04-16T03:15:13.990Z | Checking tower v0.5.2 |
| 1913 | 2025-04-16T03:15:14.435Z | Checking signature v2.2.0 |
| 1914 | 2025-04-16T03:15:14.489Z | Checking data-encoding v2.6.0 |
| 1915 | 2025-04-16T03:15:14.635Z | Checking backtrace v0.3.74 |
| 1916 | 2025-04-16T03:15:14.668Z | Checking openapiv3 v2.0.0 |
| 1917 | 2025-04-16T03:15:14.696Z | Checking tinyvec_macros v0.1.1 |
| 1918 | 2025-04-16T03:15:14.822Z | Checking bitflags v1.3.2 |
| 1919 | 2025-04-16T03:15:14.953Z | Checking tinyvec v1.8.0 |
| 1920 | 2025-04-16T03:15:15.037Z | Checking sha1 v0.10.6 |
| 1921 | 2025-04-16T03:15:15.221Z | Checking anyhow v1.0.97 |
| 1922 | 2025-04-16T03:15:15.324Z | Checking hyper v1.6.0 |
| 1923 | 2025-04-16T03:15:15.350Z | Checking scroll v0.12.0 |
| 1924 | 2025-04-16T03:15:15.598Z | Checking clap v4.5.35 |
| 1925 | 2025-04-16T03:15:15.629Z | Checking ucd-trie v0.1.7 |
| 1926 | 2025-04-16T03:15:15.748Z | Checking plain v0.2.3 |
| 1927 | 2025-04-16T03:15:15.821Z | Checking num-integer v0.1.46 |
| 1928 | 2025-04-16T03:15:15.877Z | Checking pest v2.7.14 |
| 1929 | 2025-04-16T03:15:15.948Z | Checking goblin v0.8.2 |
| 1930 | 2025-04-16T03:15:16.139Z | Checking pretty-hex v0.4.1 |
| 1931 | 2025-04-16T03:15:16.297Z | Checking thread-id v4.2.2 |
| 1932 | 2025-04-16T03:15:16.353Z | Checking zerocopy v0.8.10 |
| 1933 | 2025-04-16T03:15:16.427Z | Checking crc32fast v1.4.2 |
| 1934 | 2025-04-16T03:15:16.653Z | Checking winnow v0.7.3 |
| 1935 | 2025-04-16T03:15:17.117Z | Checking hyper-util v0.1.10 |
| 1936 | 2025-04-16T03:15:17.346Z | Checking native-tls v0.2.12 |
| 1937 | 2025-04-16T03:15:17.416Z | Checking base16ct v0.2.0 |
| 1938 | 2025-04-16T03:15:17.461Z | Checking tokio-rustls v0.26.0 |
| 1939 | 2025-04-16T03:15:17.627Z | Checking static_assertions v1.1.0 |
| 1940 | 2025-04-16T03:15:17.653Z | Checking tokio-native-tls v0.3.1 |
| 1941 | 2025-04-16T03:15:17.740Z | Checking sec1 v0.7.3 |
| 1942 | 2025-04-16T03:15:17.820Z | Checking ff v0.13.0 |
| 1943 | 2025-04-16T03:15:17.904Z | Checking memmap v0.7.0 |
| 1944 | 2025-04-16T03:15:18.034Z | Checking unicode-width v0.2.0 |
| 1945 | 2025-04-16T03:15:18.082Z | Checking dtrace-parser v0.2.0 |
| 1946 | 2025-04-16T03:15:18.109Z | Checking group v0.13.0 |
| 1947 | 2025-04-16T03:15:18.135Z | Checking num-iter v0.1.45 |
| 1948 | 2025-04-16T03:15:18.314Z | Checking oxnet v0.1.1 |
| 1949 | 2025-04-16T03:15:18.365Z | Checking hkdf v0.12.4 |
| 1950 | 2025-04-16T03:15:18.491Z | Checking hubpack v0.1.2 |
| 1951 | 2025-04-16T03:15:18.543Z | Checking crypto-bigint v0.5.5 |
| 1952 | 2025-04-16T03:15:18.597Z | Checking bstr v1.10.0 |
| 1953 | 2025-04-16T03:15:18.696Z | Checking winnow v0.5.40 |
| 1954 | 2025-04-16T03:15:18.729Z | Checking unicode-segmentation v1.12.0 |
| 1955 | 2025-04-16T03:15:18.798Z | Checking num-bigint-dig v0.8.4 |
| 1956 | 2025-04-16T03:15:18.842Z | Checking hyper-tls v0.6.0 |
| 1957 | 2025-04-16T03:15:19.020Z | Checking hyper-rustls v0.27.3 |
| 1958 | 2025-04-16T03:15:19.120Z | Checking toml_edit v0.22.24 |
| 1959 | 2025-04-16T03:15:19.312Z | Checking flate2 v1.1.1 |
| 1960 | 2025-04-16T03:15:19.352Z | Checking reqwest v0.12.12 |
| 1961 | 2025-04-16T03:15:19.377Z | Checking pkcs1 v0.7.5 |
| 1962 | 2025-04-16T03:15:19.747Z | Checking crossbeam-epoch v0.9.18 |
| 1963 | 2025-04-16T03:15:19.856Z | Checking zerocopy v0.6.6 |
| 1964 | 2025-04-16T03:15:20.146Z | Checking strum v0.26.3 |
| 1965 | 2025-04-16T03:15:20.203Z | Checking dof v0.3.0 |
| 1966 | 2025-04-16T03:15:20.322Z | Checking unicode-normalization v0.1.24 |
| 1967 | 2025-04-16T03:15:20.456Z | Checking rfc6979 v0.4.0 |
| 1968 | 2025-04-16T03:15:20.562Z | Checking rsa v0.9.6 |
| 1969 | 2025-04-16T03:15:20.637Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 1970 | 2025-04-16T03:15:20.751Z | Checking usdt-impl v0.5.0 |
| 1971 | 2025-04-16T03:15:20.777Z | Checking managed v0.8.0 |
| 1972 | 2025-04-16T03:15:20.874Z | Checking elliptic-curve v0.13.8 |
| 1973 | 2025-04-16T03:15:20.976Z | Checking crossbeam-deque v0.8.5 |
| 1974 | 2025-04-16T03:15:21.071Z | Checking x509-cert v0.2.5 |
| 1975 | 2025-04-16T03:15:21.112Z | Checking toml_edit v0.19.15 |
| 1976 | 2025-04-16T03:15:21.138Z | Checking newtype-uuid v1.2.1 |
| 1977 | 2025-04-16T03:15:21.249Z | Checking usdt v0.5.0 |
| 1978 | 2025-04-16T03:15:21.282Z | Checking curve25519-dalek v4.1.3 |
| 1979 | 2025-04-16T03:15:21.389Z | Checking ahash v0.8.11 |
| 1980 | 2025-04-16T03:15:21.451Z | Checking daft v0.1.3 |
| 1981 | 2025-04-16T03:15:21.479Z | Checking ecdsa v0.16.9 |
| 1982 | 2025-04-16T03:15:21.505Z | Checking rayon-core v1.12.1 |
| 1983 | 2025-04-16T03:15:21.531Z | Checking rand_core v0.9.2 |
| 1984 | 2025-04-16T03:15:21.816Z | Checking ed25519 v2.2.3 |
| 1985 | 2025-04-16T03:15:21.842Z | Checking itertools v0.13.0 |
| 1986 | 2025-04-16T03:15:21.868Z | Checking signal-hook v0.3.17 |
| 1987 | 2025-04-16T03:15:22.101Z | Checking memoffset v0.9.1 |
| 1988 | 2025-04-16T03:15:22.131Z | Checking siphasher v0.3.11 |
| 1989 | 2025-04-16T03:15:22.161Z | Checking rand_chacha v0.9.0 |
| 1990 | 2025-04-16T03:15:22.198Z | Checking bzip2 v0.4.4 |
| 1991 | 2025-04-16T03:15:22.234Z | Checking console v0.15.10 |
| 1992 | 2025-04-16T03:15:22.417Z | Checking phf_shared v0.11.2 |
| 1993 | 2025-04-16T03:15:22.443Z | Checking hickory-proto v0.24.4 |
| 1994 | 2025-04-16T03:15:22.476Z | Checking zip v0.6.6 |
| 1995 | 2025-04-16T03:15:22.532Z | Checking rand v0.9.0 |
| 1996 | 2025-04-16T03:15:22.674Z | Checking signal-hook-mio v0.2.4 |
| 1997 | 2025-04-16T03:15:22.724Z | Checking itertools v0.10.5 |
| 1998 | 2025-04-16T03:15:22.787Z | Checking ed25519-dalek v2.1.1 |
| 1999 | 2025-04-16T03:15:22.828Z | Checking fs-err v2.11.0 |
| 2000 | 2025-04-16T03:15:23.059Z | Checking hash32 v0.2.1 |
| 2001 | 2025-04-16T03:15:23.153Z | Checking simd-adler32 v0.3.7 |
| 2002 | 2025-04-16T03:15:23.212Z | Checking toml v0.7.8 |
| 2003 | 2025-04-16T03:15:23.322Z | Checking unicode-bidi v0.3.17 |
| 2004 | 2025-04-16T03:15:23.348Z | Checking bumpalo v3.16.0 |
| 2005 | 2025-04-16T03:15:23.426Z | Checking lockfree-object-pool v0.1.6 |
| 2006 | 2025-04-16T03:15:23.482Z | Checking unicode-properties v0.1.3 |
| 2007 | 2025-04-16T03:15:23.654Z | Checking heapless v0.7.17 |
| 2008 | 2025-04-16T03:15:23.679Z | Checking zopfli v0.8.1 |
| 2009 | 2025-04-16T03:15:23.793Z | Checking crossterm v0.28.1 |
| 2010 | 2025-04-16T03:15:23.862Z | Checking nix v0.29.0 |
| 2011 | 2025-04-16T03:15:23.905Z | Checking stringprep v0.1.5 |
| 2012 | 2025-04-16T03:15:24.029Z | Checking rayon v1.10.0 |
| 2013 | 2025-04-16T03:15:24.167Z | Checking bzip2 v0.5.2 |
| 2014 | 2025-04-16T03:15:24.280Z | Checking similar v2.7.0 |
| 2015 | 2025-04-16T03:15:24.501Z | Checking tokio-stream v0.1.17 |
| 2016 | 2025-04-16T03:15:24.527Z | Checking md-5 v0.10.6 |
| 2017 | 2025-04-16T03:15:24.527Z | Checking predicates-core v1.0.8 |
| 2018 | 2025-04-16T03:15:24.693Z | Checking fallible-iterator v0.2.0 |
| 2019 | 2025-04-16T03:15:24.719Z | Checking smoltcp v0.9.1 |
| 2020 | 2025-04-16T03:15:24.998Z | Checking zip v2.6.1 |
| 2021 | 2025-04-16T03:15:25.024Z | Checking phf v0.11.2 |
| 2022 | 2025-04-16T03:15:25.110Z | Checking buf-list v1.0.3 |
| 2023 | 2025-04-16T03:15:25.193Z | Checking serde-big-array v0.5.1 |
| 2024 | 2025-04-16T03:15:25.218Z | Checking postgres-protocol v0.6.8 |
| 2025 | 2025-04-16T03:15:25.282Z | Checking float-cmp v0.10.0 |
| 2026 | 2025-04-16T03:15:25.404Z | Checking portable-atomic v1.11.0 |
| 2027 | 2025-04-16T03:15:25.430Z | Compiling thiserror-impl v2.0.12 |
| 2028 | 2025-04-16T03:15:25.476Z | Checking new_debug_unreachable v1.0.6 |
| 2029 | 2025-04-16T03:15:25.576Z | Checking minimal-lexical v0.2.1 |
| 2030 | 2025-04-16T03:15:25.801Z | Checking fixedbitset v0.4.2 |
| 2031 | 2025-04-16T03:15:25.889Z | Checking difflib v0.4.0 |
| 2032 | 2025-04-16T03:15:25.934Z | Checking lalrpop-util v0.19.12 |
| 2033 | 2025-04-16T03:15:26.059Z | Checking normalize-line-endings v0.3.0 |
| 2034 | 2025-04-16T03:15:26.085Z | Checking number_prefix v0.4.0 |
| 2035 | 2025-04-16T03:15:26.192Z | Checking precomputed-hash v0.1.1 |
| 2036 | 2025-04-16T03:15:26.217Z | Checking petgraph v0.6.5 |
| 2037 | 2025-04-16T03:15:26.243Z | Checking predicates v3.1.3 |
| 2038 | 2025-04-16T03:15:26.287Z | Checking nom v7.1.3 |
| 2039 | 2025-04-16T03:15:26.316Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2040 | 2025-04-16T03:15:26.342Z | Checking postgres-types v0.2.9 |
| 2041 | 2025-04-16T03:15:26.370Z | Checking string_cache v0.8.9 |
| 2042 | 2025-04-16T03:15:26.646Z | Checking whoami v1.5.2 |
| 2043 | 2025-04-16T03:15:26.801Z | Checking peg-runtime v0.8.5 |
| 2044 | 2025-04-16T03:15:26.938Z | Checking tokio-postgres v0.7.13 |
| 2045 | 2025-04-16T03:15:27.025Z | Checking indicatif v0.17.11 |
| 2046 | 2025-04-16T03:15:27.053Z | Compiling regress v0.10.3 |
| 2047 | 2025-04-16T03:15:27.078Z | Checking camino v1.1.9 |
| 2048 | 2025-04-16T03:15:27.570Z | Compiling ident_case v1.0.1 |
| 2049 | 2025-04-16T03:15:27.674Z | Checking is-terminal v0.4.13 |
| 2050 | 2025-04-16T03:15:27.765Z | Compiling darling_core v0.20.10 |
| 2051 | 2025-04-16T03:15:27.815Z | Checking fastrand v2.1.1 |
| 2052 | 2025-04-16T03:15:27.941Z | Checking thiserror v2.0.12 |
| 2053 | 2025-04-16T03:15:28.133Z | Compiling unsafe-libyaml v0.2.11 |
| 2054 | 2025-04-16T03:15:28.260Z | Checking heck v0.5.0 |
| 2055 | 2025-04-16T03:15:28.492Z | Checking dirs-sys-next v0.1.2 |
| 2056 | 2025-04-16T03:15:28.680Z | Checking dirs-next v2.0.0 |
| 2057 | 2025-04-16T03:15:28.822Z | Checking crossbeam-channel v0.5.15 |
| 2058 | 2025-04-16T03:15:28.965Z | Checking thread_local v1.1.8 |
| 2059 | 2025-04-16T03:15:29.225Z | Compiling serde_yaml v0.9.34+deprecated |
| 2060 | 2025-04-16T03:15:29.364Z | Compiling structmeta-derive v0.3.0 |
| 2061 | 2025-04-16T03:15:29.443Z | Compiling rustls v0.22.4 |
| 2062 | 2025-04-16T03:15:29.670Z | Checking term v0.7.0 |
| 2063 | 2025-04-16T03:15:29.739Z | Checking take_mut v0.2.2 |
| 2064 | 2025-04-16T03:15:29.900Z | Checking slog-async v2.8.0 |
| 2065 | 2025-04-16T03:15:30.076Z | Compiling typify-impl v0.3.0 |
| 2066 | 2025-04-16T03:15:30.190Z | Checking slog-term v2.9.1 |
| 2067 | 2025-04-16T03:15:30.645Z | Checking toml v0.8.20 |
| 2068 | 2025-04-16T03:15:30.835Z | Compiling multer v3.1.0 |
| 2069 | 2025-04-16T03:15:30.894Z | Checking tempfile v3.13.0 |
| 2070 | 2025-04-16T03:15:31.220Z | Compiling async-stream-impl v0.3.6 |
| 2071 | 2025-04-16T03:15:31.249Z | Checking quick-error v1.2.3 |
| 2072 | 2025-04-16T03:15:31.316Z | Compiling dropshot v0.16.0 |
| 2073 | 2025-04-16T03:15:31.415Z | Checking match_cfg v0.1.0 |
| 2074 | 2025-04-16T03:15:31.530Z | Compiling structmeta v0.3.0 |
| 2075 | 2025-04-16T03:15:31.555Z | Checking debug-ignore v1.0.5 |
| 2076 | 2025-04-16T03:15:31.714Z | Checking hostname v0.3.1 |
| 2077 | 2025-04-16T03:15:31.798Z | Checking progenitor-client v0.9.1 |
| 2078 | 2025-04-16T03:15:31.862Z | Checking hex v0.4.3 |
| 2079 | 2025-04-16T03:15:31.911Z | Compiling test-strategy v0.4.0 |
| 2080 | 2025-04-16T03:15:32.113Z | Compiling dropshot_endpoint v0.16.0 |
| 2081 | 2025-04-16T03:15:32.272Z | Checking serde_path_to_error v0.1.16 |
| 2082 | 2025-04-16T03:15:32.307Z | Checking wait-timeout v0.2.0 |
| 2083 | 2025-04-16T03:15:32.331Z | Checking bit-vec v0.8.0 |
| 2084 | 2025-04-16T03:15:32.506Z | Checking rusty-fork v0.3.0 |
| 2085 | 2025-04-16T03:15:32.676Z | Compiling darling_macro v0.20.10 |
| 2086 | 2025-04-16T03:15:32.702Z | Checking bit-set v0.8.0 |
| 2087 | 2025-04-16T03:15:32.837Z | Checking rand_xorshift v0.3.0 |
| 2088 | 2025-04-16T03:15:32.964Z | Checking unarray v0.1.4 |
| 2089 | 2025-04-16T03:15:33.029Z | Checking slog-json v2.6.1 |
| 2090 | 2025-04-16T03:15:33.178Z | Checking proptest v1.6.0 |
| 2091 | 2025-04-16T03:15:33.292Z | Checking slog-bunyan v2.5.0 |
| 2092 | 2025-04-16T03:15:33.516Z | Compiling darling v0.20.10 |
| 2093 | 2025-04-16T03:15:33.543Z | Checking async-stream v0.3.6 |
| 2094 | 2025-04-16T03:15:33.651Z | Compiling serde_with_macros v3.12.0 |
| 2095 | 2025-04-16T03:15:33.762Z | Checking waitgroup v0.1.2 |
| 2096 | 2025-04-16T03:15:33.911Z | Checking hostname v0.4.0 |
| 2097 | 2025-04-16T03:15:33.990Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2098 | 2025-04-16T03:15:34.085Z | Compiling parse-display-derive v0.10.0 |
| 2099 | 2025-04-16T03:15:34.668Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2100 | 2025-04-16T03:15:34.828Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2101 | 2025-04-16T03:15:34.950Z | Checking macaddr v1.0.1 |
| 2102 | 2025-04-16T03:15:35.253Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2103 | 2025-04-16T03:15:35.302Z | Checking instant v0.1.13 |
| 2104 | 2025-04-16T03:15:35.414Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2105 | 2025-04-16T03:15:35.578Z | Checking backoff v0.4.0 |
| 2106 | 2025-04-16T03:15:35.730Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2107 | 2025-04-16T03:15:35.804Z | Checking serde_with v3.12.0 |
| 2108 | 2025-04-16T03:15:35.882Z | Checking camino-tempfile v1.1.1 |
| 2109 | 2025-04-16T03:15:35.947Z | Checking unicode-width v0.1.14 |
| 2110 | 2025-04-16T03:15:35.991Z | Checking tokio-rustls v0.25.0 |
| 2111 | 2025-04-16T03:15:36.168Z | Compiling proc-macro-error v1.0.4 |
| 2112 | 2025-04-16T03:15:36.397Z | Compiling proc-macro-crate v1.3.1 |
| 2113 | 2025-04-16T03:15:36.662Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2114 | 2025-04-16T03:15:36.743Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2115 | 2025-04-16T03:15:37.073Z | Checking tabwriter v1.4.0 |
| 2116 | 2025-04-16T03:15:37.107Z | Compiling foreign-types-macros v0.2.3 |
| 2117 | 2025-04-16T03:15:37.241Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2118 | 2025-04-16T03:15:37.265Z | Compiling num_enum_derive v0.5.11 |
| 2119 | 2025-04-16T03:15:37.343Z | Checking foreign-types-shared v0.3.1 |
| 2120 | 2025-04-16T03:15:37.487Z | Checking parse-display v0.10.0 |
| 2121 | 2025-04-16T03:15:37.728Z | Checking cstr-argument v0.1.2 |
| 2122 | 2025-04-16T03:15:37.850Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2123 | 2025-04-16T03:15:37.882Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2124 | 2025-04-16T03:15:37.927Z | Checking pretty-hex v0.2.1 |
| 2125 | 2025-04-16T03:15:38.125Z | Checking colored v2.2.0 |
| 2126 | 2025-04-16T03:15:38.184Z | Checking foreign-types v0.5.0 |
| 2127 | 2025-04-16T03:15:38.245Z | Checking winnow v0.6.20 |
| 2128 | 2025-04-16T03:15:38.330Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2129 | 2025-04-16T03:15:38.576Z | Checking smf v0.2.3 |
| 2130 | 2025-04-16T03:15:38.627Z | Checking itertools v0.14.0 |
| 2131 | 2025-04-16T03:15:38.657Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2132 | 2025-04-16T03:15:38.688Z | Checking base64 v0.21.7 |
| 2133 | 2025-04-16T03:15:38.831Z | Checking itertools v0.12.1 |
| 2134 | 2025-04-16T03:15:39.017Z | Compiling crucible-workspace-hack v0.1.0 |
| 2135 | 2025-04-16T03:15:39.169Z | Compiling heapless v0.8.0 |
| 2136 | 2025-04-16T03:15:39.355Z | Checking num_enum v0.5.11 |
| 2137 | 2025-04-16T03:15:39.501Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2138 | 2025-04-16T03:15:39.533Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2139 | 2025-04-16T03:15:39.809Z | Checking hash32 v0.3.1 |
| 2140 | 2025-04-16T03:15:39.862Z | Compiling smoltcp v0.11.0 |
| 2141 | 2025-04-16T03:15:39.934Z | Checking cobs v0.2.3 |
| 2142 | 2025-04-16T03:15:40.131Z | Checking postcard v1.0.10 |
| 2143 | 2025-04-16T03:15:40.468Z | Checking sigpipe v0.1.3 |
| 2144 | 2025-04-16T03:15:40.584Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2145 | 2025-04-16T03:15:40.641Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2146 | 2025-04-16T03:15:40.832Z | Checking jiff v0.2.6 |
| 2147 | 2025-04-16T03:15:40.892Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2148 | 2025-04-16T03:15:40.974Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2149 | 2025-04-16T03:15:41.004Z | Compiling zone_cfg_derive v0.3.0 |
| 2150 | 2025-04-16T03:15:41.202Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2151 | 2025-04-16T03:15:41.520Z | Compiling num-derive v0.4.2 |
| 2152 | 2025-04-16T03:15:41.646Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2153 | 2025-04-16T03:15:41.985Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2154 | 2025-04-16T03:15:42.186Z | Checking zone v0.3.1 |
| 2155 | 2025-04-16T03:15:42.241Z | Checking utf-8 v0.7.6 |
| 2156 | 2025-04-16T03:15:42.313Z | Compiling typify-macro v0.3.0 |
| 2157 | 2025-04-16T03:15:42.462Z | Checking atomicwrites v0.4.4 |
| 2158 | 2025-04-16T03:15:42.486Z | Compiling convert_case v0.4.0 |
| 2159 | 2025-04-16T03:15:42.670Z | Checking tungstenite v0.21.0 |
| 2160 | 2025-04-16T03:15:42.876Z | Checking newline-converter v0.3.0 |
| 2161 | 2025-04-16T03:15:43.052Z | Checking expectorate v1.1.0 |
| 2162 | 2025-04-16T03:15:43.220Z | Compiling derive_more v0.99.19 |
| 2163 | 2025-04-16T03:15:43.245Z | Checking num-rational v0.4.2 |
| 2164 | 2025-04-16T03:15:43.326Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2165 | 2025-04-16T03:15:43.350Z | Checking num-complex v0.4.6 |
| 2166 | 2025-04-16T03:15:43.560Z | Checking tokio-tungstenite v0.21.0 |
| 2167 | 2025-04-16T03:15:43.800Z | Checking float-ord v0.3.2 |
| 2168 | 2025-04-16T03:15:43.877Z | Compiling derive-where v1.2.7 |
| 2169 | 2025-04-16T03:15:43.972Z | Checking same-file v1.0.6 |
| 2170 | 2025-04-16T03:15:44.088Z | Checking indent_write v2.2.0 |
| 2171 | 2025-04-16T03:15:44.159Z | Checking num v0.4.3 |
| 2172 | 2025-04-16T03:15:44.222Z | Checking walkdir v2.5.0 |
| 2173 | 2025-04-16T03:15:44.275Z | Checking fixedbitset v0.5.7 |
| 2174 | 2025-04-16T03:15:44.313Z | Checking xattr v1.3.1 |
| 2175 | 2025-04-16T03:15:44.486Z | Checking filetime v0.2.25 |
| 2176 | 2025-04-16T03:15:44.522Z | Checking arc-swap v1.7.1 |
| 2177 | 2025-04-16T03:15:44.649Z | Checking petgraph v0.7.1 |
| 2178 | 2025-04-16T03:15:44.682Z | Checking tar v0.4.44 |
| 2179 | 2025-04-16T03:15:44.785Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2180 | 2025-04-16T03:15:44.898Z | Checking slog-scope v4.4.0 |
| 2181 | 2025-04-16T03:15:45.113Z | Checking slog-stdlog v4.1.1 |
| 2182 | 2025-04-16T03:15:45.274Z | Checking slog-envlogger v2.2.0 |
| 2183 | 2025-04-16T03:15:45.367Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2184 | 2025-04-16T03:15:45.428Z | Checking password-hash v0.5.0 |
| 2185 | 2025-04-16T03:15:45.483Z | Checking blake2 v0.10.6 |
| 2186 | 2025-04-16T03:15:45.528Z | Compiling typify v0.3.0 |
| 2187 | 2025-04-16T03:15:45.683Z | Compiling progenitor-impl v0.9.1 |
| 2188 | 2025-04-16T03:15:45.920Z | Checking argon2 v0.5.3 |
| 2189 | 2025-04-16T03:15:46.261Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2190 | 2025-04-16T03:15:46.496Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2191 | 2025-04-16T03:15:46.553Z | Checking swrite v0.1.0 |
| 2192 | 2025-04-16T03:15:46.579Z | Compiling cancel-safe-futures v0.1.5 |
| 2193 | 2025-04-16T03:15:46.690Z | Compiling owo-colors v4.2.0 |
| 2194 | 2025-04-16T03:15:46.783Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2195 | 2025-04-16T03:15:46.952Z | Checking libsw-core v0.3.1 |
| 2196 | 2025-04-16T03:15:47.078Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2197 | 2025-04-16T03:15:47.200Z | Checking libsw v3.4.0 |
| 2198 | 2025-04-16T03:15:47.282Z | Checking linear-map v1.2.0 |
| 2199 | 2025-04-16T03:15:47.448Z | Checking pem v3.0.5 |
| 2200 | 2025-04-16T03:15:47.602Z | Checking prettyplease v0.2.30 |
| 2201 | 2025-04-16T03:15:48.277Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2202 | 2025-04-16T03:15:48.730Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2203 | 2025-04-16T03:15:49.771Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2204 | 2025-04-16T03:15:50.767Z | Compiling typify-impl v0.2.0 |
| 2205 | 2025-04-16T03:15:51.390Z | Compiling progenitor-macro v0.9.1 |
| 2206 | 2025-04-16T03:15:53.230Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2207 | 2025-04-16T03:15:53.597Z | Checking highway v1.3.0 |
| 2208 | 2025-04-16T03:15:53.994Z | Compiling lzma-sys v0.1.20 |
| 2209 | 2025-04-16T03:15:54.030Z | Checking progenitor-client v0.8.0 |
| 2210 | 2025-04-16T03:15:54.367Z | Checking headers-core v0.3.0 |
| 2211 | 2025-04-16T03:15:54.681Z | Compiling heck v0.3.3 |
| 2212 | 2025-04-16T03:15:54.982Z | Checking linked-hash-map v0.5.6 |
| 2213 | 2025-04-16T03:15:55.347Z | Checking lru-cache v0.1.2 |
| 2214 | 2025-04-16T03:15:55.498Z | Compiling zone_cfg_derive v0.1.2 |
| 2215 | 2025-04-16T03:15:55.572Z | Checking headers v0.4.0 |
| 2216 | 2025-04-16T03:15:55.643Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2217 | 2025-04-16T03:15:55.798Z | Checking yasna v0.5.2 |
| 2218 | 2025-04-16T03:15:55.906Z | Checking base64 v0.13.1 |
| 2219 | 2025-04-16T03:15:56.262Z | Checking ron v0.7.1 |
| 2220 | 2025-04-16T03:15:56.368Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2221 | 2025-04-16T03:15:56.530Z | Checking zone v0.1.8 |
| 2222 | 2025-04-16T03:15:56.565Z | Checking rcgen v0.12.1 |
| 2223 | 2025-04-16T03:15:56.784Z | Checking xz2 v0.1.7 |
| 2224 | 2025-04-16T03:15:57.066Z | Checking resolv-conf v0.7.0 |
| 2225 | 2025-04-16T03:15:57.153Z | Checking subprocess v0.2.9 |
| 2226 | 2025-04-16T03:15:57.179Z | Checking humantime v2.1.0 |
| 2227 | 2025-04-16T03:15:57.223Z | Compiling semver v0.1.20 |
| 2228 | 2025-04-16T03:15:57.409Z | Checking hickory-resolver v0.24.4 |
| 2229 | 2025-04-16T03:15:57.636Z | Compiling rustc_version v0.1.7 |
| 2230 | 2025-04-16T03:15:57.726Z | Checking half v2.4.1 |
| 2231 | 2025-04-16T03:15:57.751Z | Checking ciborium-io v0.2.2 |
| 2232 | 2025-04-16T03:15:57.892Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2233 | 2025-04-16T03:15:58.028Z | Compiling newtype_derive v0.1.6 |
| 2234 | 2025-04-16T03:15:58.138Z | Checking ciborium-ll v0.2.2 |
| 2235 | 2025-04-16T03:15:58.229Z | Checking bytecount v0.6.8 |
| 2236 | 2025-04-16T03:15:58.433Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2237 | 2025-04-16T03:15:58.463Z | Checking ciborium v0.2.2 |
| 2238 | 2025-04-16T03:15:58.607Z | Checking steno v0.4.1 |
| 2239 | 2025-04-16T03:15:58.846Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2240 | 2025-04-16T03:15:58.938Z | Checking qorb v0.3.1 |
| 2241 | 2025-04-16T03:15:59.323Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2242 | 2025-04-16T03:15:59.363Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2243 | 2025-04-16T03:16:00.211Z | Compiling slog-dtrace v0.3.0 |
| 2244 | 2025-04-16T03:16:00.360Z | Checking display-error-chain v0.2.2 |
| 2245 | 2025-04-16T03:16:00.587Z | Checking gethostname v0.5.0 |
| 2246 | 2025-04-16T03:16:00.640Z | Checking keccak v0.1.5 |
| 2247 | 2025-04-16T03:16:00.761Z | Checking universal-hash v0.5.1 |
| 2248 | 2025-04-16T03:16:00.979Z | Checking sha3 v0.10.8 |
| 2249 | 2025-04-16T03:16:01.005Z | Checking secrecy v0.8.0 |
| 2250 | 2025-04-16T03:16:01.061Z | Checking opaque-debug v0.3.1 |
| 2251 | 2025-04-16T03:16:01.087Z | Checking nibble_vec v0.1.0 |
| 2252 | 2025-04-16T03:16:01.180Z | Checking endian-type v0.1.2 |
| 2253 | 2025-04-16T03:16:01.238Z | Checking aead v0.5.2 |
| 2254 | 2025-04-16T03:16:01.315Z | Checking poly1305 v0.8.0 |
| 2255 | 2025-04-16T03:16:01.402Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2256 | 2025-04-16T03:16:01.433Z | Checking radix_trie v0.2.1 |
| 2257 | 2025-04-16T03:16:01.480Z | Checking chacha20 v0.9.1 |
| 2258 | 2025-04-16T03:16:01.557Z | Checking progenitor v0.9.1 |
| 2259 | 2025-04-16T03:16:01.701Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2260 | 2025-04-16T03:16:01.771Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2261 | 2025-04-16T03:16:01.833Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2262 | 2025-04-16T03:16:01.883Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2263 | 2025-04-16T03:16:01.909Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2264 | 2025-04-16T03:16:02.225Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2265 | 2025-04-16T03:16:02.535Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2266 | 2025-04-16T03:16:02.690Z | Compiling typify-macro v0.2.0 |
| 2267 | 2025-04-16T03:16:03.189Z | Compiling proc-macro-error2 v2.0.1 |
| 2268 | 2025-04-16T03:16:04.042Z | Checking thiserror-no-std v2.0.2 |
| 2269 | 2025-04-16T03:16:04.084Z | Checking chacha20poly1305 v0.10.1 |
| 2270 | 2025-04-16T03:16:04.189Z | Checking vsss-rs v3.3.4 |
| 2271 | 2025-04-16T03:16:04.288Z | Compiling tabled_derive v0.10.0 |
| 2272 | 2025-04-16T03:16:05.182Z | Checking papergrid v0.14.0 |
| 2273 | 2025-04-16T03:16:05.715Z | Compiling typify v0.2.0 |
| 2274 | 2025-04-16T03:16:05.790Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2275 | 2025-04-16T03:16:05.867Z | Compiling progenitor-impl v0.8.0 |
| 2276 | 2025-04-16T03:16:06.538Z | Compiling num-derive v0.3.3 |
| 2277 | 2025-04-16T03:16:06.773Z | Checking tabled v0.18.0 |
| 2278 | 2025-04-16T03:16:07.954Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2279 | 2025-04-16T03:16:08.166Z | Checking libscf-sys v1.1.0 |
| 2280 | 2025-04-16T03:16:08.276Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2281 | 2025-04-16T03:16:08.372Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2282 | 2025-04-16T03:16:08.779Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2283 | 2025-04-16T03:16:09.151Z | Checking crc8 v0.1.1 |
| 2284 | 2025-04-16T03:16:09.249Z | Checking fxhash v0.2.1 |
| 2285 | 2025-04-16T03:16:09.306Z | Compiling async-recursion v1.1.1 |
| 2286 | 2025-04-16T03:16:09.455Z | Compiling vte_generate_state_changes v0.1.2 |
| 2287 | 2025-04-16T03:16:09.483Z | Checking maplit v1.0.2 |
| 2288 | 2025-04-16T03:16:09.509Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2289 | 2025-04-16T03:16:09.622Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2290 | 2025-04-16T03:16:09.990Z | Checking vte v0.11.1 |
| 2291 | 2025-04-16T03:16:10.104Z | Checking fd-lock v4.0.2 |
| 2292 | 2025-04-16T03:16:10.296Z | Checking nu-ansi-term v0.50.1 |
| 2293 | 2025-04-16T03:16:10.539Z | Compiling const_format_proc_macros v0.2.34 |
| 2294 | 2025-04-16T03:16:10.664Z | Checking termcolor v1.4.1 |
| 2295 | 2025-04-16T03:16:11.032Z | Compiling radium v0.7.0 |
| 2296 | 2025-04-16T03:16:11.124Z | Checking strip-ansi-escapes v0.2.0 |
| 2297 | 2025-04-16T03:16:11.299Z | Checking reedline v0.38.0 |
| 2298 | 2025-04-16T03:16:11.487Z | Compiling progenitor-macro v0.8.0 |
| 2299 | 2025-04-16T03:16:11.602Z | Checking tap v1.0.1 |
| 2300 | 2025-04-16T03:16:11.707Z | Compiling maybe-uninit v2.0.0 |
| 2301 | 2025-04-16T03:16:11.947Z | Checking wyz v0.5.1 |
| 2302 | 2025-04-16T03:16:12.149Z | Checking const_format v0.2.34 |
| 2303 | 2025-04-16T03:16:12.290Z | Checking funty v2.0.0 |
| 2304 | 2025-04-16T03:16:12.570Z | Compiling packed_struct v0.10.1 |
| 2305 | 2025-04-16T03:16:12.598Z | Checking home v0.5.9 |
| 2306 | 2025-04-16T03:16:12.654Z | Checking crc-catalog v2.4.0 |
| 2307 | 2025-04-16T03:16:12.817Z | Checking crc v3.2.1 |
| 2308 | 2025-04-16T03:16:12.876Z | Checking kstat-rs v0.2.4 |
| 2309 | 2025-04-16T03:16:13.009Z | Checking bitvec v1.0.1 |
| 2310 | 2025-04-16T03:16:13.042Z | Compiling packed_struct_codegen v0.10.1 |
| 2311 | 2025-04-16T03:16:13.196Z | Compiling indexmap v1.9.3 |
| 2312 | 2025-04-16T03:16:13.221Z | Checking nodrop v0.1.14 |
| 2313 | 2025-04-16T03:16:13.376Z | Checking array-init v0.0.4 |
| 2314 | 2025-04-16T03:16:13.595Z | Checking smallvec v0.6.14 |
| 2315 | 2025-04-16T03:16:13.621Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2316 | 2025-04-16T03:16:13.967Z | Checking papergrid v0.11.0 |
| 2317 | 2025-04-16T03:16:14.163Z | Compiling tabled_derive v0.7.0 |
| 2318 | 2025-04-16T03:16:14.209Z | Checking bitfield v0.14.0 |
| 2319 | 2025-04-16T03:16:14.458Z | Checking hashbrown v0.12.3 |
| 2320 | 2025-04-16T03:16:15.113Z | Checking serde-hex v0.1.0 |
| 2321 | 2025-04-16T03:16:15.219Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2322 | 2025-04-16T03:16:15.472Z | Checking env_logger v0.10.2 |
| 2323 | 2025-04-16T03:16:15.877Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2324 | 2025-04-16T03:16:15.928Z | Checking ron v0.8.1 |
| 2325 | 2025-04-16T03:16:15.971Z | Checking tabled v0.15.0 |
| 2326 | 2025-04-16T03:16:16.211Z | Checking hashbrown v0.13.2 |
| 2327 | 2025-04-16T03:16:17.003Z | Checking crc-any v2.5.0 |
| 2328 | 2025-04-16T03:16:17.058Z | Checking object v0.30.4 |
| 2329 | 2025-04-16T03:16:17.365Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2330 | 2025-04-16T03:16:18.283Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2331 | 2025-04-16T03:16:18.310Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2332 | 2025-04-16T03:16:18.369Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2333 | 2025-04-16T03:16:20.277Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2334 | 2025-04-16T03:16:20.458Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2335 | 2025-04-16T03:16:21.015Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2336 | 2025-04-16T03:16:21.197Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2337 | 2025-04-16T03:16:21.272Z | Checking progenitor v0.8.0 |
| 2338 | 2025-04-16T03:16:21.484Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2339 | 2025-04-16T03:16:21.978Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2340 | 2025-04-16T03:16:22.046Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2341 | 2025-04-16T03:16:22.996Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2342 | 2025-04-16T03:16:23.216Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2343 | 2025-04-16T03:16:23.649Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2344 | 2025-04-16T03:16:24.533Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2345 | 2025-04-16T03:16:25.067Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2346 | 2025-04-16T03:16:25.664Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2347 | 2025-04-16T03:16:25.820Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2348 | 2025-04-16T03:16:26.773Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2349 | 2025-04-16T03:16:27.058Z | Checking path-slash v0.1.5 |
| 2350 | 2025-04-16T03:16:27.184Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2351 | 2025-04-16T03:16:27.227Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2352 | 2025-04-16T03:16:27.252Z | Compiling libefi-sys v0.1.0 |
| 2353 | 2025-04-16T03:16:27.437Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2354 | 2025-04-16T03:16:27.583Z | Compiling phf_generator v0.11.2 |
| 2355 | 2025-04-16T03:16:27.808Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2356 | 2025-04-16T03:16:28.232Z | Compiling bitfield-struct v0.6.2 |
| 2357 | 2025-04-16T03:16:29.127Z | Compiling phf_codegen v0.11.2 |
| 2358 | 2025-04-16T03:16:29.617Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2025-04-16T03:16:29.781Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2360 | 2025-04-16T03:16:29.808Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2361 | 2025-04-16T03:16:30.148Z | Compiling parse-zoneinfo v0.3.1 |
| 2362 | 2025-04-16T03:16:30.182Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2025-04-16T03:16:30.226Z | Compiling cfg_aliases v0.1.1 |
| 2364 | 2025-04-16T03:16:30.323Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2025-04-16T03:16:30.352Z | Compiling nix v0.28.0 |
| 2366 | 2025-04-16T03:16:30.767Z | Compiling chrono-tz-build v0.4.0 |
| 2367 | 2025-04-16T03:16:31.310Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2368 | 2025-04-16T03:16:31.601Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2369 | 2025-04-16T03:16:31.646Z | Checking nanorand v0.7.0 |
| 2370 | 2025-04-16T03:16:31.917Z | Compiling parking_lot_core v0.8.6 |
| 2371 | 2025-04-16T03:16:32.042Z | Checking flume v0.11.1 |
| 2372 | 2025-04-16T03:16:32.072Z | Compiling chrono-tz v0.10.3 |
| 2373 | 2025-04-16T03:16:32.364Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2374 | 2025-04-16T03:16:32.390Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2375 | 2025-04-16T03:16:32.469Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2376 | 2025-04-16T03:16:32.614Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2377 | 2025-04-16T03:16:32.808Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2378 | 2025-04-16T03:16:33.001Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2379 | 2025-04-16T03:16:33.106Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2380 | 2025-04-16T03:16:33.471Z | Compiling peg-macros v0.8.5 |
| 2381 | 2025-04-16T03:16:33.716Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2382 | 2025-04-16T03:16:34.510Z | Compiling sqlparser_derive v0.2.2 |
| 2383 | 2025-04-16T03:16:34.635Z | Checking glob v0.3.2 |
| 2384 | 2025-04-16T03:16:34.919Z | Checking unicode_categories v0.1.1 |
| 2385 | 2025-04-16T03:16:34.951Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2386 | 2025-04-16T03:16:35.148Z | Checking rustyline v14.0.0 |
| 2387 | 2025-04-16T03:16:35.178Z | Checking sqlformat v0.2.6 |
| 2388 | 2025-04-16T03:16:35.399Z | Checking sqlparser v0.45.0 |
| 2389 | 2025-04-16T03:16:36.115Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2390 | 2025-04-16T03:16:36.292Z | Checking peg v0.8.5 |
| 2391 | 2025-04-16T03:16:36.418Z | Checking parking_lot v0.11.2 |
| 2392 | 2025-04-16T03:16:36.528Z | Checking bcs v0.1.6 |
| 2393 | 2025-04-16T03:16:36.757Z | Checking termtree v0.5.1 |
| 2394 | 2025-04-16T03:16:36.956Z | Checking sled v0.34.7 |
| 2395 | 2025-04-16T03:16:36.984Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2396 | 2025-04-16T03:16:37.869Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 2397 | 2025-04-16T03:16:38.514Z | Checking hickory-client v0.24.4 |
| 2398 | 2025-04-16T03:16:39.102Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2399 | 2025-04-16T03:16:39.129Z | Compiling dsl_auto_type v0.1.2 |
| 2400 | 2025-04-16T03:16:39.431Z | Checking hickory-server v0.24.4 |
| 2401 | 2025-04-16T03:16:39.952Z | Checking scheduled-thread-pool v0.2.7 |
| 2402 | 2025-04-16T03:16:40.113Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2403 | 2025-04-16T03:16:40.183Z | Checking r2d2 v0.8.10 |
| 2404 | 2025-04-16T03:16:40.357Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2405 | 2025-04-16T03:16:40.498Z | Compiling diesel_derives v2.2.3 |
| 2406 | 2025-04-16T03:16:40.524Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2407 | 2025-04-16T03:16:41.019Z | Compiling unicase v2.7.0 |
| 2408 | 2025-04-16T03:16:41.310Z | Compiling xshell-macros v0.2.7 |
| 2409 | 2025-04-16T03:16:41.689Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2410 | 2025-04-16T03:16:41.946Z | Checking xshell v0.2.7 |
| 2411 | 2025-04-16T03:16:42.510Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2412 | 2025-04-16T03:16:42.933Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2413 | 2025-04-16T03:16:42.967Z | Compiling crunchy v0.2.2 |
| 2414 | 2025-04-16T03:16:43.136Z | Compiling tiny-keccak v2.0.2 |
| 2415 | 2025-04-16T03:16:43.782Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2416 | 2025-04-16T03:16:43.808Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2417 | 2025-04-16T03:16:43.808Z | Checking primeorder v0.13.6 |
| 2418 | 2025-04-16T03:16:43.808Z | Compiling bit-vec v0.6.3 |
| 2419 | 2025-04-16T03:16:44.062Z | Compiling ref-cast v1.0.23 |
| 2420 | 2025-04-16T03:16:44.087Z | Compiling bit-set v0.5.3 |
| 2421 | 2025-04-16T03:16:44.088Z | Compiling mime_guess v2.0.5 |
| 2422 | 2025-04-16T03:16:44.229Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2423 | 2025-04-16T03:16:44.342Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2424 | 2025-04-16T03:16:44.547Z | Compiling ascii-canvas v3.0.0 |
| 2425 | 2025-04-16T03:16:44.639Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2426 | 2025-04-16T03:16:44.734Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2427 | 2025-04-16T03:16:44.860Z | Compiling ena v0.14.3 |
| 2428 | 2025-04-16T03:16:45.092Z | Compiling ref-cast-impl v1.0.23 |
| 2429 | 2025-04-16T03:16:45.117Z | Compiling bindgen v0.71.1 |
| 2430 | 2025-04-16T03:16:45.260Z | Compiling diff v0.1.13 |
| 2431 | 2025-04-16T03:16:45.326Z | Compiling regex-syntax v0.6.29 |
| 2432 | 2025-04-16T03:16:45.764Z | Checking http-range v0.1.5 |
| 2433 | 2025-04-16T03:16:45.988Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2434 | 2025-04-16T03:16:46.037Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2435 | 2025-04-16T03:16:46.220Z | Checking signal-hook-tokio v0.3.1 |
| 2436 | 2025-04-16T03:16:46.283Z | Checking atty v0.2.14 |
| 2437 | 2025-04-16T03:16:46.424Z | Compiling rustc-hash v2.1.1 |
| 2438 | 2025-04-16T03:16:46.450Z | Compiling salty v0.3.0 |
| 2439 | 2025-04-16T03:16:46.880Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2440 | 2025-04-16T03:16:47.137Z | Checking p384 v0.13.0 |
| 2441 | 2025-04-16T03:16:48.054Z | Compiling lalrpop v0.19.12 |
| 2442 | 2025-04-16T03:16:48.424Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2443 | 2025-04-16T03:16:48.747Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2444 | 2025-04-16T03:16:49.319Z | Checking diesel v2.2.9 |
| 2445 | 2025-04-16T03:16:49.354Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2446 | 2025-04-16T03:16:49.440Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2447 | 2025-04-16T03:16:49.731Z | Compiling derive_builder_core v0.20.2 |
| 2448 | 2025-04-16T03:16:49.757Z | Compiling libxml v0.3.3 |
| 2449 | 2025-04-16T03:16:50.180Z | Checking hyper-staticfile v0.10.1 |
| 2450 | 2025-04-16T03:16:50.670Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2451 | 2025-04-16T03:16:50.806Z | Checking tungstenite v0.23.0 |
| 2452 | 2025-04-16T03:16:51.091Z | Compiling strum_macros v0.24.3 |
| 2453 | 2025-04-16T03:16:51.296Z | Checking env_filter v0.1.2 |
| 2454 | 2025-04-16T03:16:51.544Z | Compiling dropshot v0.12.0 |
| 2455 | 2025-04-16T03:16:51.578Z | Compiling derive_builder_macro v0.20.2 |
| 2456 | 2025-04-16T03:16:51.614Z | Compiling indoc v1.0.9 |
| 2457 | 2025-04-16T03:16:51.929Z | Checking tokio-tungstenite v0.23.1 |
| 2458 | 2025-04-16T03:16:52.336Z | Checking derive_builder v0.20.2 |
| 2459 | 2025-04-16T03:16:52.382Z | Checking env_logger v0.11.5 |
| 2460 | 2025-04-16T03:16:52.408Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2461 | 2025-04-16T03:16:52.711Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2462 | 2025-04-16T03:16:52.941Z | Checking quick-xml v0.37.2 |
| 2463 | 2025-04-16T03:16:52.994Z | Compiling dropshot_endpoint v0.12.0 |
| 2464 | 2025-04-16T03:16:53.822Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2465 | 2025-04-16T03:16:53.854Z | Compiling oso-derive v0.27.3 |
| 2466 | 2025-04-16T03:16:54.201Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2467 | 2025-04-16T03:16:54.688Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2468 | 2025-04-16T03:16:54.825Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2469 | 2025-04-16T03:16:54.986Z | Checking void v1.0.2 |
| 2470 | 2025-04-16T03:16:55.156Z | Checking lzss v0.8.2 |
| 2471 | 2025-04-16T03:16:55.267Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2472 | 2025-04-16T03:16:55.300Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2473 | 2025-04-16T03:16:55.493Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2474 | 2025-04-16T03:16:55.549Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2475 | 2025-04-16T03:16:55.808Z | Checking nix v0.27.1 |
| 2476 | 2025-04-16T03:16:56.639Z | Compiling diesel-dtrace v0.4.2 |
| 2477 | 2025-04-16T03:16:56.876Z | Checking assert_matches v1.5.0 |
| 2478 | 2025-04-16T03:16:57.399Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2479 | 2025-04-16T03:16:57.668Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2480 | 2025-04-16T03:16:58.194Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2481 | 2025-04-16T03:16:58.547Z | Checking bb8 v0.8.5 |
| 2482 | 2025-04-16T03:16:59.072Z | Compiling pin-project-internal v1.1.6 |
| 2483 | 2025-04-16T03:16:59.155Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2484 | 2025-04-16T03:16:59.376Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2485 | 2025-04-16T03:16:59.443Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2486 | 2025-04-16T03:16:59.825Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2487 | 2025-04-16T03:17:00.735Z | Checking rand_seeder v0.3.0 |
| 2488 | 2025-04-16T03:17:00.978Z | Compiling snafu-derive v0.8.5 |
| 2489 | 2025-04-16T03:17:01.311Z | Checking pin-project v1.1.6 |
| 2490 | 2025-04-16T03:17:01.456Z | Checking olpc-cjson v0.1.4 |
| 2491 | 2025-04-16T03:17:01.649Z | Checking globset v0.4.15 |
| 2492 | 2025-04-16T03:17:01.682Z | Checking serde_plain v1.0.2 |
| 2493 | 2025-04-16T03:17:01.925Z | Checking typed-path v0.9.3 |
| 2494 | 2025-04-16T03:17:02.116Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2495 | 2025-04-16T03:17:02.346Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2496 | 2025-04-16T03:17:02.784Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2497 | 2025-04-16T03:17:02.920Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2498 | 2025-04-16T03:17:03.620Z | Checking parse-size v1.1.0 |
| 2499 | 2025-04-16T03:17:03.661Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2500 | 2025-04-16T03:17:03.687Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2501 | 2025-04-16T03:17:03.816Z | Checking heck v0.4.1 |
| 2502 | 2025-04-16T03:17:04.037Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2503 | 2025-04-16T03:17:04.426Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2504 | 2025-04-16T03:17:04.499Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2505 | 2025-04-16T03:17:04.736Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2506 | 2025-04-16T03:17:04.822Z | Checking yansi v1.0.1 |
| 2507 | 2025-04-16T03:17:05.019Z | Checking snafu v0.8.5 |
| 2508 | 2025-04-16T03:17:05.464Z | Checking tough v0.20.0 |
| 2509 | 2025-04-16T03:17:05.575Z | Checking pretty_assertions v1.4.1 |
| 2510 | 2025-04-16T03:17:05.863Z | Checking io-lifetimes v1.0.11 |
| 2511 | 2025-04-16T03:17:05.938Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2512 | 2025-04-16T03:17:06.067Z | Checking rustix v0.37.28 |
| 2513 | 2025-04-16T03:17:06.892Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2514 | 2025-04-16T03:17:06.973Z | Checking is_ci v1.2.0 |
| 2515 | 2025-04-16T03:17:07.135Z | Checking supports-color v3.0.2 |
| 2516 | 2025-04-16T03:17:07.355Z | Checking terminal_size v0.2.6 |
| 2517 | 2025-04-16T03:17:07.543Z | Compiling libz-sys v1.1.20 |
| 2518 | 2025-04-16T03:17:08.151Z | Checking unicode-linebreak v0.1.5 |
| 2519 | 2025-04-16T03:17:08.594Z | Checking smawk v0.3.2 |
| 2520 | 2025-04-16T03:17:08.839Z | Compiling indoc v2.0.6 |
| 2521 | 2025-04-16T03:17:09.215Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2522 | 2025-04-16T03:17:09.366Z | Checking textwrap v0.16.1 |
| 2523 | 2025-04-16T03:17:09.423Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2524 | 2025-04-16T03:17:09.786Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2525 | 2025-04-16T03:17:09.861Z | Checking castaway v0.2.3 |
| 2526 | 2025-04-16T03:17:10.086Z | Checking compact_str v0.8.0 |
| 2527 | 2025-04-16T03:17:10.299Z | Checking unicode-truncate v1.1.0 |
| 2528 | 2025-04-16T03:17:10.565Z | Checking lru v0.12.5 |
| 2529 | 2025-04-16T03:17:10.866Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2530 | 2025-04-16T03:17:10.904Z | Compiling instability v0.3.2 |
| 2531 | 2025-04-16T03:17:10.998Z | Checking cassowary v0.3.0 |
| 2532 | 2025-04-16T03:17:11.615Z | Checking cargo-platform v0.1.8 |
| 2533 | 2025-04-16T03:17:11.859Z | Checking ratatui v0.29.0 |
| 2534 | 2025-04-16T03:17:11.934Z | Checking cargo_metadata v0.19.2 |
| 2535 | 2025-04-16T03:17:12.066Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2536 | 2025-04-16T03:17:13.364Z | Compiling vergen v8.3.2 |
| 2537 | 2025-04-16T03:17:13.691Z | Compiling cargo_metadata v0.18.1 |
| 2538 | 2025-04-16T03:17:13.884Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2539 | 2025-04-16T03:17:14.551Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2540 | 2025-04-16T03:17:15.534Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2541 | 2025-04-16T03:17:15.903Z | Checking async-bb8-diesel v0.2.1 |
| 2542 | 2025-04-16T03:17:16.239Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2543 | 2025-04-16T03:17:16.264Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2544 | 2025-04-16T03:17:16.492Z | Checking plotters-backend v0.3.7 |
| 2545 | 2025-04-16T03:17:16.533Z | Compiling rustls v0.21.12 |
| 2546 | 2025-04-16T03:17:16.561Z | Checking shell-words v1.1.0 |
| 2547 | 2025-04-16T03:17:16.848Z | Checking plotters-svg v0.3.7 |
| 2548 | 2025-04-16T03:17:16.874Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2549 | 2025-04-16T03:17:16.900Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2550 | 2025-04-16T03:17:17.092Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2551 | 2025-04-16T03:17:17.396Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2552 | 2025-04-16T03:17:17.604Z | Checking sct v0.7.1 |
| 2553 | 2025-04-16T03:17:17.693Z | Checking rustls-webpki v0.101.7 |
| 2554 | 2025-04-16T03:17:17.817Z | Checking cast v0.3.0 |
| 2555 | 2025-04-16T03:17:18.041Z | Checking plotters v0.3.7 |
| 2556 | 2025-04-16T03:17:18.105Z | Checking criterion-plot v0.5.0 |
| 2557 | 2025-04-16T03:17:18.601Z | Checking tinytemplate v1.2.1 |
| 2558 | 2025-04-16T03:17:18.994Z | Checking concurrent-queue v2.5.0 |
| 2559 | 2025-04-16T03:17:19.296Z | Checking oorandom v11.1.4 |
| 2560 | 2025-04-16T03:17:19.470Z | Checking parking v2.2.1 |
| 2561 | 2025-04-16T03:17:19.621Z | Checking anes v0.1.6 |
| 2562 | 2025-04-16T03:17:19.683Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2563 | 2025-04-16T03:17:19.921Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2564 | 2025-04-16T03:17:19.951Z | Checking criterion v0.5.1 |
| 2565 | 2025-04-16T03:17:20.223Z | Checking rustls-pemfile v1.0.4 |
| 2566 | 2025-04-16T03:17:20.431Z | Checking twox-hash v2.1.0 |
| 2567 | 2025-04-16T03:17:21.027Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2568 | 2025-04-16T03:17:21.053Z | Checking tokio-rustls v0.24.1 |
| 2569 | 2025-04-16T03:17:21.411Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2570 | 2025-04-16T03:17:22.362Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2571 | 2025-04-16T03:17:22.981Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2572 | 2025-04-16T03:17:23.202Z | Checking fatfs v0.3.6 |
| 2573 | 2025-04-16T03:17:24.128Z | Checking csv-core v0.1.11 |
| 2574 | 2025-04-16T03:17:24.452Z | Checking hex-literal v0.4.1 |
| 2575 | 2025-04-16T03:17:24.478Z | Checking csv v1.3.1 |
| 2576 | 2025-04-16T03:17:24.622Z | Checking event-listener v5.3.1 |
| 2577 | 2025-04-16T03:17:25.008Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2578 | 2025-04-16T03:17:25.234Z | Checking rtoolbox v0.0.2 |
| 2579 | 2025-04-16T03:17:25.416Z | Checking event-listener-strategy v0.5.2 |
| 2580 | 2025-04-16T03:17:25.444Z | Checking rpassword v7.3.1 |
| 2581 | 2025-04-16T03:17:25.618Z | Checking tui-tree-widget v0.23.0 |
| 2582 | 2025-04-16T03:17:25.644Z | Checking polyval v0.6.2 |
| 2583 | 2025-04-16T03:17:25.905Z | Checking ghash v0.5.1 |
| 2584 | 2025-04-16T03:17:25.931Z | Checking futures-lite v2.3.0 |
| 2585 | 2025-04-16T03:17:26.074Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2586 | 2025-04-16T03:17:26.536Z | Checking ctr v0.9.2 |
| 2587 | 2025-04-16T03:17:26.810Z | Checking constant_time_eq v0.3.1 |
| 2588 | 2025-04-16T03:17:26.956Z | Checking arrayref v0.3.9 |
| 2589 | 2025-04-16T03:17:27.051Z | Checking arrayvec v0.7.6 |
| 2590 | 2025-04-16T03:17:27.077Z | Checking aes-gcm v0.10.3 |
| 2591 | 2025-04-16T03:17:27.321Z | Checking ssh-encoding v0.2.0 |
| 2592 | 2025-04-16T03:17:27.389Z | Checking blowfish v0.9.1 |
| 2593 | 2025-04-16T03:17:27.632Z | Compiling petname v2.0.2 |
| 2594 | 2025-04-16T03:17:27.658Z | Checking ssh-cipher v0.2.0 |
| 2595 | 2025-04-16T03:17:27.953Z | Checking bcrypt-pbkdf v0.10.0 |
| 2596 | 2025-04-16T03:17:28.203Z | Checking async-lock v3.4.0 |
| 2597 | 2025-04-16T03:17:28.779Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2598 | 2025-04-16T03:17:28.977Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2599 | 2025-04-16T03:17:29.546Z | Checking polling v3.7.3 |
| 2600 | 2025-04-16T03:17:29.674Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2601 | 2025-04-16T03:17:29.931Z | Checking password-hash v0.4.2 |
| 2602 | 2025-04-16T03:17:30.143Z | Checking async-io v2.3.4 |
| 2603 | 2025-04-16T03:17:30.332Z | Checking pbkdf2 v0.11.0 |
| 2604 | 2025-04-16T03:17:30.956Z | Checking ssh-key v0.6.6 |
| 2605 | 2025-04-16T03:17:31.331Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2606 | 2025-04-16T03:17:31.953Z | Checking p521 v0.13.3 |
| 2607 | 2025-04-16T03:17:32.406Z | Checking p256 v0.13.2 |
| 2608 | 2025-04-16T03:17:32.860Z | Checking russh-cryptovec v0.7.3 |
| 2609 | 2025-04-16T03:17:33.080Z | Checking async-task v4.7.1 |
| 2610 | 2025-04-16T03:17:33.125Z | Checking md5 v0.7.0 |
| 2611 | 2025-04-16T03:17:33.432Z | Checking sync-ptr v0.1.1 |
| 2612 | 2025-04-16T03:17:33.458Z | Compiling target-lexicon v0.13.2 |
| 2613 | 2025-04-16T03:17:33.652Z | Checking russh-keys v0.45.0 |
| 2614 | 2025-04-16T03:17:34.438Z | Checking async-channel v2.3.1 |
| 2615 | 2025-04-16T03:17:34.742Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2616 | 2025-04-16T03:17:34.909Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2617 | 2025-04-16T03:17:35.117Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2618 | 2025-04-16T03:17:35.570Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2619 | 2025-04-16T03:17:35.823Z | Checking piper v0.2.4 |
| 2620 | 2025-04-16T03:17:35.881Z | Checking num-bigint v0.4.6 |
| 2621 | 2025-04-16T03:17:36.062Z | Checking des v0.8.1 |
| 2622 | 2025-04-16T03:17:36.177Z | Compiling blake3 v1.5.4 |
| 2623 | 2025-04-16T03:17:36.328Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2624 | 2025-04-16T03:17:36.735Z | Checking futures-timer v3.0.3 |
| 2625 | 2025-04-16T03:17:37.030Z | Compiling guppy-workspace-hack v0.1.0 |
| 2626 | 2025-04-16T03:17:37.064Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2627 | 2025-04-16T03:17:37.968Z | Checking blocking v1.6.1 |
| 2628 | 2025-04-16T03:17:38.023Z | Checking russh v0.45.0 |
| 2629 | 2025-04-16T03:17:38.332Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2630 | 2025-04-16T03:17:38.769Z | Checking async-executor v1.13.1 |
| 2631 | 2025-04-16T03:17:39.090Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2632 | 2025-04-16T03:17:39.395Z | Checking async-signal v0.2.10 |
| 2633 | 2025-04-16T03:17:39.613Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2634 | 2025-04-16T03:17:39.672Z | Checking rustls-native-certs v0.7.3 |
| 2635 | 2025-04-16T03:17:39.852Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2636 | 2025-04-16T03:17:39.879Z | Checking memmap2 v0.9.5 |
| 2637 | 2025-04-16T03:17:40.163Z | Checking event-listener v2.5.3 |
| 2638 | 2025-04-16T03:17:40.222Z | Checking internet-checksum v0.2.1 |
| 2639 | 2025-04-16T03:17:40.399Z | Compiling target-spec v3.4.2 |
| 2640 | 2025-04-16T03:17:40.430Z | Checking async-channel v1.9.0 |
| 2641 | 2025-04-16T03:17:40.890Z | Checking hyper-rustls v0.26.0 |
| 2642 | 2025-04-16T03:17:41.198Z | Checking async-process v2.3.0 |
| 2643 | 2025-04-16T03:17:41.223Z | Checking async-global-executor v2.4.1 |
| 2644 | 2025-04-16T03:17:41.517Z | Checking cfg-expr v0.18.0 |
| 2645 | 2025-04-16T03:17:41.703Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2646 | 2025-04-16T03:17:41.746Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2647 | 2025-04-16T03:17:42.119Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2648 | 2025-04-16T03:17:42.226Z | Checking httptest v0.16.3 |
| 2649 | 2025-04-16T03:17:42.877Z | Checking kv-log-macro v1.0.7 |
| 2650 | 2025-04-16T03:17:43.031Z | Compiling async-attributes v1.1.2 |
| 2651 | 2025-04-16T03:17:43.075Z | Checking topological-sort v0.2.2 |
| 2652 | 2025-04-16T03:17:43.307Z | Checking omicron-zone-package v0.12.0 |
| 2653 | 2025-04-16T03:17:43.770Z | Checking async-std v1.13.0 |
| 2654 | 2025-04-16T03:17:45.283Z | Checking pathdiff v0.2.3 |
| 2655 | 2025-04-16T03:17:45.454Z | Compiling rstest_macros v0.24.0 |
| 2656 | 2025-04-16T03:17:46.045Z | Checking nested v0.1.1 |
| 2657 | 2025-04-16T03:17:46.123Z | Compiling target-triple v0.1.3 |
| 2658 | 2025-04-16T03:17:46.578Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2659 | 2025-04-16T03:17:46.774Z | Compiling doc-comment v0.3.3 |
| 2660 | 2025-04-16T03:17:46.859Z | Checking async-object-pool v0.1.5 |
| 2661 | 2025-04-16T03:17:47.078Z | Checking guppy v0.17.17 |
| 2662 | 2025-04-16T03:17:47.243Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2663 | 2025-04-16T03:17:47.423Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2664 | 2025-04-16T03:17:47.733Z | Checking similar-asserts v1.7.0 |
| 2665 | 2025-04-16T03:17:47.982Z | Checking serde_regex v1.1.0 |
| 2666 | 2025-04-16T03:17:48.240Z | Checking assert-json-diff v2.0.2 |
| 2667 | 2025-04-16T03:17:48.586Z | Compiling proc-macro-crate v3.2.0 |
| 2668 | 2025-04-16T03:17:48.989Z | Checking path-tree v0.8.1 |
| 2669 | 2025-04-16T03:17:49.368Z | Compiling assert_cmd v2.0.16 |
| 2670 | 2025-04-16T03:17:49.787Z | Compiling relative-path v1.9.3 |
| 2671 | 2025-04-16T03:17:49.828Z | Checking stringmetrics v2.2.2 |
| 2672 | 2025-04-16T03:17:49.906Z | Checking termtree v0.4.1 |
| 2673 | 2025-04-16T03:17:50.131Z | Checking httpmock v0.8.0-alpha.1 |
| 2674 | 2025-04-16T03:17:50.157Z | Checking predicates-tree v1.0.11 |
| 2675 | 2025-04-16T03:17:50.737Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2676 | 2025-04-16T03:17:51.866Z | Checking blake2b_simd v1.0.2 |
| 2677 | 2025-04-16T03:17:52.613Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2678 | 2025-04-16T03:17:54.521Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2679 | 2025-04-16T03:17:54.809Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2680 | 2025-04-16T03:17:55.105Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2681 | 2025-04-16T03:17:55.418Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2682 | 2025-04-16T03:17:55.941Z | Checking serde_tokenstream v0.2.2 |
| 2683 | 2025-04-16T03:17:56.316Z | Checking uzers v0.12.1 |
| 2684 | 2025-04-16T03:17:56.818Z | Checking rust-argon2 v2.1.0 |
| 2685 | 2025-04-16T03:17:57.223Z | Checking trybuild v1.0.103 |
| 2686 | 2025-04-16T03:17:57.877Z | Checking rstest v0.24.0 |
| 2687 | 2025-04-16T03:17:58.408Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2688 | 2025-04-16T03:17:58.560Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2689 | 2025-04-16T03:17:59.358Z | Compiling git2 v0.19.0 |
| 2690 | 2025-04-16T03:17:59.600Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2691 | 2025-04-16T03:18:00.282Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2692 | 2025-04-16T03:18:00.585Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2693 | 2025-04-16T03:18:00.864Z | Checking rand_distr v0.4.3 |
| 2694 | 2025-04-16T03:18:01.503Z | Checking multimap v0.10.0 |
| 2695 | 2025-04-16T03:18:01.796Z | Checking approx v0.5.1 |
| 2696 | 2025-04-16T03:18:02.093Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2697 | 2025-04-16T03:18:02.666Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2698 | 2025-04-16T03:18:03.561Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2699 | 2025-04-16T03:18:03.904Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2700 | 2025-04-16T03:18:04.628Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2701 | 2025-04-16T03:18:05.359Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2702 | 2025-04-16T03:18:05.485Z | Checking partial-io v0.5.4 |
| 2703 | 2025-04-16T03:18:05.653Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2704 | 2025-04-16T03:18:05.844Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2705 | 2025-04-16T03:18:05.922Z | Checking cargo_toml v0.21.0 |
| 2706 | 2025-04-16T03:18:05.956Z | Checking termios v0.3.3 |
| 2707 | 2025-04-16T03:18:06.214Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2708 | 2025-04-16T03:18:06.469Z | Compiling samael v0.0.18 |
| 2709 | 2025-04-16T03:18:06.735Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2710 | 2025-04-16T03:18:07.176Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2711 | 2025-04-16T03:18:07.539Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2712 | 2025-04-16T03:18:09.516Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2713 | 2025-04-16T03:18:25.611Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2714 | 2025-04-16T03:18:31.394Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2715 | 2025-04-16T03:18:42.278Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2716 | 2025-04-16T03:18:49.395Z | Compiling polar-core v0.27.3 |
| 2717 | 2025-04-16T03:18:52.718Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2718 | 2025-04-16T03:18:52.893Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2719 | 2025-04-16T03:18:59.012Z | Checking oso v0.27.3 |
| 2720 | 2025-04-16T03:19:00.191Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2721 | 2025-04-16T03:19:51.438Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2722 | 2025-04-16T03:19:51.439Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2723 | 2025-04-16T03:19:51.439Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2724 | 2025-04-16T03:21:33.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
| 2725 | 2025-04-16T03:21:33.642Z | |
| 2726 | 2025-04-16T03:21:33.642Z | real 6:43.392131521 |
| 2727 | 2025-04-16T03:21:33.642Z | user 33:01.031371110 |
| 2728 | 2025-04-16T03:21:33.642Z | sys 5:27.332108961 |
| 2729 | 2025-04-16T03:21:33.642Z | trap 1.038415812 |
| 2730 | 2025-04-16T03:21:33.642Z | tflt 0.225581350 |
| 2731 | 2025-04-16T03:21:33.642Z | dflt 0.266054787 |
| 2732 | 2025-04-16T03:21:33.642Z | kflt 0.000433569 |
| 2733 | 2025-04-16T03:21:33.642Z | lock 49:15.775150570 |
| 2734 | 2025-04-16T03:21:33.642Z | slp 1:54:39.400201329 |
| 2735 | 2025-04-16T03:21:33.642Z | lat 1:50.912071209 |
| 2736 | 2025-04-16T03:21:33.643Z | stop 6:31.123237531 |
| 2737 | 2025-04-16T03:21:33.668Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2738 | 2025-04-16T03:21:33.668Z | + ptime -m cargo doc --workspace --no-deps |
| 2739 | 2025-04-16T03:21:35.242Z | warning: output filename collision. |
| 2740 | 2025-04-16T03:21:35.242Z | 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)`. |
| 2741 | 2025-04-16T03:21:35.242Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2742 | 2025-04-16T03:21:35.242Z | The targets should have unique names. |
| 2743 | 2025-04-16T03:21:35.242Z | This is a known bug where multiple crates with the same name use |
| 2744 | 2025-04-16T03:21:35.242Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2745 | 2025-04-16T03:21:36.042Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2746 | 2025-04-16T03:21:36.094Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2747 | 2025-04-16T03:21:36.120Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2748 | 2025-04-16T03:21:36.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2749 | 2025-04-16T03:21:36.216Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2750 | 2025-04-16T03:21:36.242Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2751 | 2025-04-16T03:21:36.242Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2752 | 2025-04-16T03:21:36.455Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2753 | 2025-04-16T03:21:36.506Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2754 | 2025-04-16T03:21:36.534Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2755 | 2025-04-16T03:21:36.561Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2756 | 2025-04-16T03:21:36.613Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2757 | 2025-04-16T03:21:36.805Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2758 | 2025-04-16T03:21:36.874Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2759 | 2025-04-16T03:21:37.074Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2760 | 2025-04-16T03:21:37.100Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2761 | 2025-04-16T03:21:37.128Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2762 | 2025-04-16T03:21:37.226Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2763 | 2025-04-16T03:21:37.402Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2764 | 2025-04-16T03:21:37.432Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2765 | 2025-04-16T03:21:37.787Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2766 | 2025-04-16T03:21:38.036Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2767 | 2025-04-16T03:21:38.105Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2768 | 2025-04-16T03:21:38.290Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2769 | 2025-04-16T03:21:38.336Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2770 | 2025-04-16T03:21:38.395Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2771 | 2025-04-16T03:21:38.452Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2772 | 2025-04-16T03:21:38.743Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2773 | 2025-04-16T03:21:38.799Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2774 | 2025-04-16T03:21:39.184Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2775 | 2025-04-16T03:21:39.531Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2776 | 2025-04-16T03:21:39.557Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2777 | 2025-04-16T03:21:39.989Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2778 | 2025-04-16T03:21:40.064Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2779 | 2025-04-16T03:21:40.089Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2780 | 2025-04-16T03:21:40.277Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2781 | 2025-04-16T03:21:40.387Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2782 | 2025-04-16T03:21:40.498Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2783 | 2025-04-16T03:21:40.723Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2784 | 2025-04-16T03:21:40.756Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2785 | 2025-04-16T03:21:40.796Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2786 | 2025-04-16T03:21:40.871Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2787 | 2025-04-16T03:21:40.918Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2788 | 2025-04-16T03:21:41.087Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2789 | 2025-04-16T03:21:41.112Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2790 | 2025-04-16T03:21:41.225Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2791 | 2025-04-16T03:21:41.448Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2792 | 2025-04-16T03:21:41.556Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2793 | 2025-04-16T03:21:41.640Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2794 | 2025-04-16T03:21:41.668Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2795 | 2025-04-16T03:21:41.812Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2796 | 2025-04-16T03:21:42.070Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2797 | 2025-04-16T03:21:42.101Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2798 | 2025-04-16T03:21:42.167Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2799 | 2025-04-16T03:21:42.192Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2800 | 2025-04-16T03:21:42.250Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2801 | 2025-04-16T03:21:42.382Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2802 | 2025-04-16T03:21:43.030Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2803 | 2025-04-16T03:21:43.371Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2804 | 2025-04-16T03:21:44.289Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2805 | 2025-04-16T03:21:45.012Z | Documenting ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2806 | 2025-04-16T03:21:45.763Z | Documenting ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2807 | 2025-04-16T03:21:46.185Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2808 | 2025-04-16T03:21:47.301Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2809 | 2025-04-16T03:21:47.934Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2810 | 2025-04-16T03:21:48.309Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2811 | 2025-04-16T03:21:48.593Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2812 | 2025-04-16T03:21:49.076Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2813 | 2025-04-16T03:21:49.271Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2814 | 2025-04-16T03:21:49.377Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2815 | 2025-04-16T03:21:50.299Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2816 | 2025-04-16T03:21:50.380Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2817 | 2025-04-16T03:21:50.688Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2818 | 2025-04-16T03:21:50.737Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2819 | 2025-04-16T03:21:50.984Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2820 | 2025-04-16T03:21:54.185Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2821 | 2025-04-16T03:21:55.088Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2822 | 2025-04-16T03:21:55.480Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2823 | 2025-04-16T03:21:56.005Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2824 | 2025-04-16T03:21:56.406Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2825 | 2025-04-16T03:21:57.083Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2826 | 2025-04-16T03:21:57.466Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2827 | 2025-04-16T03:21:58.134Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2828 | 2025-04-16T03:21:58.211Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2829 | 2025-04-16T03:21:58.424Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2830 | 2025-04-16T03:21:59.623Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2831 | 2025-04-16T03:21:59.875Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2832 | 2025-04-16T03:22:00.008Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2833 | 2025-04-16T03:22:00.284Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2834 | 2025-04-16T03:22:00.621Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2835 | 2025-04-16T03:22:01.342Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2836 | 2025-04-16T03:22:01.553Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2837 | 2025-04-16T03:22:01.594Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2838 | 2025-04-16T03:22:01.915Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2839 | 2025-04-16T03:22:01.944Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2840 | 2025-04-16T03:22:02.188Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2841 | 2025-04-16T03:22:03.368Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2842 | 2025-04-16T03:22:03.878Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2843 | 2025-04-16T03:22:03.904Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2844 | 2025-04-16T03:22:03.996Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2845 | 2025-04-16T03:22:04.198Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2846 | 2025-04-16T03:22:04.866Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2847 | 2025-04-16T03:22:05.466Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2848 | 2025-04-16T03:22:05.808Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2849 | 2025-04-16T03:22:05.989Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2850 | 2025-04-16T03:22:06.143Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2851 | 2025-04-16T03:22:06.261Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2025-04-16T03:22:06.289Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2853 | 2025-04-16T03:22:06.575Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2854 | 2025-04-16T03:22:06.665Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2855 | 2025-04-16T03:22:06.715Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2856 | 2025-04-16T03:22:07.175Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2857 | 2025-04-16T03:22:07.453Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2858 | 2025-04-16T03:22:07.492Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2859 | 2025-04-16T03:22:07.704Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2860 | 2025-04-16T03:22:08.103Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2861 | 2025-04-16T03:22:08.894Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2862 | 2025-04-16T03:22:09.233Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2863 | 2025-04-16T03:22:09.367Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2864 | 2025-04-16T03:22:09.392Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2865 | 2025-04-16T03:22:09.392Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2866 | 2025-04-16T03:22:10.110Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2867 | 2025-04-16T03:22:10.565Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2868 | 2025-04-16T03:22:12.222Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2869 | 2025-04-16T03:22:12.252Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2870 | 2025-04-16T03:22:12.888Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2871 | 2025-04-16T03:22:13.065Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2872 | 2025-04-16T03:22:13.094Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2873 | 2025-04-16T03:22:13.341Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2874 | 2025-04-16T03:22:14.149Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2875 | 2025-04-16T03:22:14.445Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2876 | 2025-04-16T03:22:14.559Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2877 | 2025-04-16T03:22:15.295Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2878 | 2025-04-16T03:22:15.329Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2879 | 2025-04-16T03:22:15.549Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2880 | 2025-04-16T03:22:15.583Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2881 | 2025-04-16T03:22:16.118Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2882 | 2025-04-16T03:22:16.528Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2883 | 2025-04-16T03:22:16.740Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2884 | 2025-04-16T03:22:19.572Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2885 | 2025-04-16T03:22:20.439Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2886 | 2025-04-16T03:22:20.875Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2887 | 2025-04-16T03:22:22.093Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2025-04-16T03:22:22.247Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2889 | 2025-04-16T03:22:26.333Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2890 | 2025-04-16T03:22:26.395Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2891 | 2025-04-16T03:22:26.553Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2892 | 2025-04-16T03:22:27.599Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2893 | 2025-04-16T03:22:30.250Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2894 | 2025-04-16T03:22:30.418Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2025-04-16T03:22:32.815Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2896 | 2025-04-16T03:22:34.875Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2897 | 2025-04-16T03:22:34.917Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2898 | 2025-04-16T03:22:35.675Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2899 | 2025-04-16T03:22:35.756Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2900 | 2025-04-16T03:22:36.833Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2901 | 2025-04-16T03:22:38.858Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2902 | 2025-04-16T03:22:40.238Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2903 | 2025-04-16T03:22:43.449Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2904 | 2025-04-16T03:22:45.387Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2905 | 2025-04-16T03:22:45.520Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2906 | 2025-04-16T03:22:48.210Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2907 | 2025-04-16T03:22:48.305Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2908 | 2025-04-16T03:22:48.731Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2909 | 2025-04-16T03:22:48.916Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2910 | 2025-04-16T03:22:50.039Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2911 | 2025-04-16T03:22:50.547Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2912 | 2025-04-16T03:22:50.773Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2913 | 2025-04-16T03:22:53.336Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2914 | 2025-04-16T03:22:54.090Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2915 | 2025-04-16T03:22:54.629Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2916 | 2025-04-16T03:22:54.998Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2917 | 2025-04-16T03:22:55.060Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2918 | 2025-04-16T03:22:58.144Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2919 | 2025-04-16T03:22:58.430Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2920 | 2025-04-16T03:22:58.859Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2921 | 2025-04-16T03:22:59.121Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2922 | 2025-04-16T03:22:59.225Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2923 | 2025-04-16T03:23:00.837Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2924 | 2025-04-16T03:23:01.202Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2925 | 2025-04-16T03:23:01.462Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2926 | 2025-04-16T03:23:02.524Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2927 | 2025-04-16T03:23:03.274Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2928 | 2025-04-16T03:23:03.425Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2929 | 2025-04-16T03:23:03.665Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2930 | 2025-04-16T03:23:04.509Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2931 | 2025-04-16T03:23:06.106Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2932 | 2025-04-16T03:23:06.644Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2933 | 2025-04-16T03:23:06.910Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2934 | 2025-04-16T03:23:07.304Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2935 | 2025-04-16T03:23:08.750Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2936 | 2025-04-16T03:23:09.192Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2937 | 2025-04-16T03:23:09.771Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2938 | 2025-04-16T03:23:10.012Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2939 | 2025-04-16T03:23:10.312Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2940 | 2025-04-16T03:23:10.493Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2941 | 2025-04-16T03:23:12.101Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2942 | 2025-04-16T03:23:12.446Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2943 | 2025-04-16T03:23:13.270Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2944 | 2025-04-16T03:23:13.486Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2945 | 2025-04-16T03:23:14.757Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2946 | 2025-04-16T03:23:15.834Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2947 | 2025-04-16T03:23:16.570Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2948 | 2025-04-16T03:23:16.596Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2949 | 2025-04-16T03:23:16.596Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2950 | 2025-04-16T03:23:17.255Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2951 | 2025-04-16T03:23:18.729Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2952 | 2025-04-16T03:23:19.735Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2953 | 2025-04-16T03:23:20.194Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2954 | 2025-04-16T03:23:20.474Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2955 | 2025-04-16T03:23:21.017Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2956 | 2025-04-16T03:23:21.145Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2957 | 2025-04-16T03:23:21.811Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2958 | 2025-04-16T03:23:22.174Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2959 | 2025-04-16T03:23:23.090Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2960 | 2025-04-16T03:23:23.443Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2961 | 2025-04-16T03:23:23.522Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2962 | 2025-04-16T03:23:24.702Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2963 | 2025-04-16T03:23:24.823Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2964 | 2025-04-16T03:23:25.002Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2965 | 2025-04-16T03:23:25.341Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2966 | 2025-04-16T03:23:25.963Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2967 | 2025-04-16T03:23:26.094Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2968 | 2025-04-16T03:23:26.304Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2969 | 2025-04-16T03:23:26.562Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2970 | 2025-04-16T03:23:27.155Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2971 | 2025-04-16T03:23:27.939Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2972 | 2025-04-16T03:23:29.243Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2973 | 2025-04-16T03:23:29.444Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2974 | 2025-04-16T03:23:30.286Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2975 | 2025-04-16T03:23:30.351Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2976 | 2025-04-16T03:23:30.427Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2977 | 2025-04-16T03:23:30.542Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2978 | 2025-04-16T03:23:31.223Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2979 | 2025-04-16T03:23:31.413Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2980 | 2025-04-16T03:23:32.462Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2981 | 2025-04-16T03:23:38.091Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2982 | 2025-04-16T03:23:38.224Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2983 | 2025-04-16T03:23:38.326Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2984 | 2025-04-16T03:23:38.746Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2985 | 2025-04-16T03:23:39.322Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2986 | 2025-04-16T03:23:40.557Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2987 | 2025-04-16T03:23:41.307Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2988 | 2025-04-16T03:23:41.492Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2989 | 2025-04-16T03:23:42.443Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2990 | 2025-04-16T03:23:43.946Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2025-04-16T03:23:44.424Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2992 | 2025-04-16T03:23:44.894Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2993 | 2025-04-16T03:23:44.936Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2994 | 2025-04-16T03:23:45.633Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2995 | 2025-04-16T03:23:45.773Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2996 | 2025-04-16T03:23:45.831Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2997 | 2025-04-16T03:23:45.857Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2998 | 2025-04-16T03:23:46.134Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2999 | 2025-04-16T03:23:46.928Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3000 | 2025-04-16T03:23:47.771Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3001 | 2025-04-16T03:23:47.796Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3002 | 2025-04-16T03:23:48.080Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3003 | 2025-04-16T03:23:48.740Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3004 | 2025-04-16T03:23:48.768Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3005 | 2025-04-16T03:23:49.064Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3006 | 2025-04-16T03:23:49.973Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3007 | 2025-04-16T03:23:49.998Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3008 | 2025-04-16T03:23:49.998Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3009 | 2025-04-16T03:24:42.471Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3010 | 2025-04-16T03:24:52.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s |
| 3011 | 2025-04-16T03:24:52.374Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 154 other files |
| 3012 | 2025-04-16T03:24:52.455Z | |
| 3013 | 2025-04-16T03:24:52.455Z | real 3:18.779576027 |
| 3014 | 2025-04-16T03:24:52.455Z | user 16:35.242981600 |
| 3015 | 2025-04-16T03:24:52.455Z | sys 3:00.333186218 |
| 3016 | 2025-04-16T03:24:52.481Z | trap 0.485381250 |
| 3017 | 2025-04-16T03:24:52.481Z | tflt 0.053112810 |
| 3018 | 2025-04-16T03:24:52.481Z | dflt 0.079498711 |
| 3019 | 2025-04-16T03:24:52.481Z | kflt 0.000730338 |
| 3020 | 2025-04-16T03:24:52.481Z | lock 24:47.901083279 |
| 3021 | 2025-04-16T03:24:52.481Z | slp 48:36.699902893 |
| 3022 | 2025-04-16T03:24:52.481Z | lat 1:10.545298542 |
| 3023 | 2025-04-16T03:24:52.481Z | stop 1:31.572616771 |
| 3024 | 2025-04-16T03:24:52.481Z | process exited: duration 994907 ms, exit code 0 |
| |
| 3025 | 2025-04-16T03:24:52.533Z | found 0 output files |