|
|
|
| 1 | 2025-03-03T23:50:55.103Z | job assigned to worker 01JNF6NE4RBTNKYXQ06QHBJKBV [factory aws, i-0c64f6797b5e5bea3] (queued for 57 s) |
| |
| 2 | 2025-03-03T23:51:03.295Z | starting task 0: "setup" |
| 3 | 2025-03-03T23:51:03.303Z | ++ uname -s |
| 4 | 2025-03-03T23:51:03.307Z | + kern=SunOS |
| 5 | 2025-03-03T23:51:03.307Z | + build_user=build |
| 6 | 2025-03-03T23:51:03.307Z | + build_uid=12345 |
| 7 | 2025-03-03T23:51:03.307Z | + work_dir=/work |
| 8 | 2025-03-03T23:51:03.307Z | + input_dir=/input |
| 9 | 2025-03-03T23:51:03.307Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T23:51:03.307Z | + case "$kern" in |
| 11 | 2025-03-03T23:51:03.307Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T23:51:03.307Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T23:51:05.315Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T23:51:05.447Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T23:51:05.451Z | + home_fs=zfs |
| 16 | 2025-03-03T23:51:05.451Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T23:51:05.451Z | + mkdir -p /home/build |
| 18 | 2025-03-03T23:51:05.454Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T23:51:07.454Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T23:51:07.457Z | process exited: duration 4162 ms, exit code 0 |
| |
| 21 | 2025-03-03T23:51:07.464Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T23:51:07.469Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T23:51:07.469Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-03T23:51:07.469Z | * rust toolchain channel = "1.85.0" |
| 25 | 2025-03-03T23:51:07.469Z | * rust toolchain profile = "default" |
| 26 | 2025-03-03T23:51:07.470Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-03T23:51:07.470Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-03T23:51:07.473Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T23:51:07.473Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T23:51:07.594Z | info: downloading installer |
| 31 | 2025-03-03T23:51:09.051Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T23:51:09.051Z | warn: /opt/ooce/bin |
| 33 | 2025-03-03T23:51:09.051Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T23:51:09.051Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-03T23:51:09.051Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T23:51:09.051Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T23:51:09.051Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T23:51:09.051Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T23:51:09.051Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T23:51:09.075Z | info: profile set to 'default' |
| 41 | 2025-03-03T23:51:09.075Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T23:51:09.078Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T23:51:09.244Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T23:51:09.244Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T23:51:10.018Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T23:51:10.333Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T23:51:11.691Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T23:51:13.683Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T23:51:19.270Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T23:51:19.509Z | info: installing component 'cargo' |
| 51 | 2025-03-03T23:51:20.319Z | info: installing component 'clippy' |
| 52 | 2025-03-03T23:51:20.708Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T23:51:22.479Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T23:51:24.362Z | info: installing component 'rustc' |
| 55 | 2025-03-03T23:51:30.200Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T23:51:30.529Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T23:51:30.529Z | |
| 58 | 2025-03-03T23:51:30.898Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T23:51:30.899Z | |
| 60 | 2025-03-03T23:51:30.903Z | |
| 61 | 2025-03-03T23:51:30.903Z | Rust is installed now. Great! |
| 62 | 2025-03-03T23:51:30.903Z | |
| 63 | 2025-03-03T23:51:30.903Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T23:51:30.903Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T23:51:30.903Z | |
| 66 | 2025-03-03T23:51:30.903Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T23:51:30.903Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T23:51:30.904Z | |
| 69 | 2025-03-03T23:51:30.904Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T23:51:30.904Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T23:51:30.904Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T23:51:30.904Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-03T23:51:30.976Z | + rustup --version |
| 74 | 2025-03-03T23:51:30.989Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-03T23:51:30.989Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-03T23:51:31.016Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-03T23:51:31.024Z | + cargo --version |
| 78 | 2025-03-03T23:51:31.041Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-03T23:51:31.053Z | + rustc --version |
| 80 | 2025-03-03T23:51:31.064Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-03T23:51:31.070Z | process exited: duration 23601 ms, exit code 0 |
| |
| 82 | 2025-03-03T23:51:31.079Z | starting task 2: "authentication" |
| 83 | 2025-03-03T23:51:31.102Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-03-03T23:51:31.115Z | starting task 3: "clone repository" |
| 85 | 2025-03-03T23:51:31.119Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-03T23:51:31.120Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-03T23:51:31.230Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-03T23:51:40.102Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-03T23:51:40.102Z | + git fetch origin 8bbe88fd562005041a68ef4c22244a364efeb1b1 |
| 90 | 2025-03-03T23:51:40.471Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-03T23:51:40.471Z | * branch 8bbe88fd562005041a68ef4c22244a364efeb1b1 -> FETCH_HEAD |
| 92 | 2025-03-03T23:51:40.481Z | + [[ -n spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json ]] |
| 93 | 2025-03-03T23:51:40.485Z | ++ git branch --show-current |
| 94 | 2025-03-03T23:51:40.488Z | + current=main |
| 95 | 2025-03-03T23:51:40.488Z | + [[ main != spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json ]] |
| 96 | 2025-03-03T23:51:40.488Z | + git branch -f spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json 8bbe88fd562005041a68ef4c22244a364efeb1b1 |
| 97 | 2025-03-03T23:51:40.492Z | + git checkout -f spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json |
| 98 | 2025-03-03T23:51:40.679Z | Switched to branch 'spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json' |
| 99 | 2025-03-03T23:51:40.682Z | + git reset --hard 8bbe88fd562005041a68ef4c22244a364efeb1b1 |
| 100 | 2025-03-03T23:51:40.862Z | HEAD is now at 8bbe88fd5 rebase on main |
| 101 | 2025-03-03T23:51:40.865Z | process exited: duration 9752 ms, exit code 0 |
| |
| 102 | 2025-03-03T23:51:40.872Z | starting task 4: "build" |
| 103 | 2025-03-03T23:51:40.877Z | + source ./env.sh |
| 104 | 2025-03-03T23:51:40.877Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-03-03T23:51:40.877Z | ++ set -o xtrace |
| 106 | 2025-03-03T23:51:40.881Z | ++++ dirname ./env.sh |
| 107 | 2025-03-03T23:51:40.884Z | +++ readlink -f . |
| 108 | 2025-03-03T23:51:41.014Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-03-03T23:51:41.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-03-03T23:51:41.018Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-03-03T23:51:41.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2025-03-03T23:51:41.018Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2025-03-03T23:51:41.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2025-03-03T23:51:41.018Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2025-03-03T23:51:41.018Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-03-03T23:51:41.018Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-03-03T23:51:41.018Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-03-03T23:51:41.018Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-03-03T23:51:41.018Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-03-03T23:51:41.018Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-03-03T23:51:41.018Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-03-03T23:51:41.018Z | + cargo --version |
| 123 | 2025-03-03T23:51:41.028Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 124 | 2025-03-03T23:51:41.031Z | + rustc --version |
| 125 | 2025-03-03T23:51:41.056Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 126 | 2025-03-03T23:51:41.060Z | + banner prerequisites |
| 127 | 2025-03-03T23:51:41.065Z | |
| 128 | 2025-03-03T23:51:41.065Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-03-03T23:51:41.065Z | # # # # # # # # # # # # # # # |
| 130 | 2025-03-03T23:51:41.065Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-03-03T23:51:41.065Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-03-03T23:51:41.065Z | # # # # # # # # # # # # # # # |
| 133 | 2025-03-03T23:51:41.065Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-03-03T23:51:41.065Z | |
| 135 | 2025-03-03T23:51:41.069Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-03-03T23:51:43.622Z | pkg list: illegal option -- F |
| 137 | 2025-03-03T23:51:43.622Z | Usage: |
| 138 | 2025-03-03T23:51:43.626Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 139 | 2025-03-03T23:51:43.626Z | [pkg_fmri_pattern ...] |
| 140 | 2025-03-03T23:51:44.463Z | pkg list: illegal option -- F |
| 141 | 2025-03-03T23:51:44.463Z | Usage: |
| 142 | 2025-03-03T23:51:44.466Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 143 | 2025-03-03T23:51:44.466Z | [pkg_fmri_pattern ...] |
| 144 | 2025-03-03T23:51:53.182Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 145 | 2025-03-03T23:51:57.537Z | Startup: Caching catalogs ... Done |
| 146 | 2025-03-03T23:52:10.744Z | Planning: Solver setup ... Done (12.267s) |
| 147 | 2025-03-03T23:52:10.897Z | Planning: Running solver ... Done (0.153s) |
| 148 | 2025-03-03T23:52:11.093Z | Planning: Finding local manifests ... Done (0.080s) |
| 149 | 2025-03-03T23:52:11.106Z | Planning: Fetching manifests: 0/7 0% complete |
| 150 | 2025-03-03T23:52:11.331Z | Planning: Fetching manifests: 7/7 100% complete |
| 151 | 2025-03-03T23:52:11.527Z | Planning: Package planning ... Done (0.196s) |
| 152 | 2025-03-03T23:52:11.584Z | Planning: Merging actions ... Done (0.057s) |
| 153 | 2025-03-03T23:52:11.984Z | Planning: Checking for conflicting actions ... Done (0.400s) |
| 154 | 2025-03-03T23:52:15.791Z | Planning: Consolidating action changes ... Done (3.806s) |
| 155 | 2025-03-03T23:52:16.203Z | Planning: Evaluating mediators ... Done (0.412s) |
| 156 | 2025-03-03T23:52:16.284Z | Planning: Planning completed in 18.65 seconds |
| 157 | 2025-03-03T23:52:16.299Z | Packages to install: 4 |
| 158 | 2025-03-03T23:52:16.299Z | Packages to update: 3 |
| 159 | 2025-03-03T23:52:16.303Z | Mediators to change: 2 |
| 160 | 2025-03-03T23:52:16.303Z | Services to change: 1 |
| 161 | 2025-03-03T23:52:16.303Z | Estimated space available: 155.60 GB |
| 162 | 2025-03-03T23:52:16.303Z | Estimated space to be consumed: 1.66 GB |
| 163 | 2025-03-03T23:52:16.303Z | Create boot environment: No |
| 164 | 2025-03-03T23:52:16.303Z | Create backup boot environment: Yes |
| 165 | 2025-03-03T23:52:16.303Z | Rebuild boot archive: No |
| 166 | 2025-03-03T23:52:16.303Z | |
| 167 | 2025-03-03T23:52:16.303Z | Changed mediators: |
| 168 | 2025-03-03T23:52:16.303Z | mediator clang: |
| 169 | 2025-03-03T23:52:16.303Z | version: None -> 15 (system default) |
| 170 | 2025-03-03T23:52:16.304Z | |
| 171 | 2025-03-03T23:52:16.304Z | mediator llvm: |
| 172 | 2025-03-03T23:52:16.304Z | version: 14 (system default) -> 15 (system default) |
| 173 | 2025-03-03T23:52:16.304Z | |
| 174 | 2025-03-03T23:52:16.304Z | Changed packages: |
| 175 | 2025-03-03T23:52:16.304Z | helios-dev |
| 176 | 2025-03-03T23:52:16.304Z | developer/build-essential |
| 177 | 2025-03-03T23:52:16.304Z | None -> 11-2.0 |
| 178 | 2025-03-03T23:52:16.304Z | library/libxmlsec1 |
| 179 | 2025-03-03T23:52:16.304Z | None -> 1.2.35-2.0 |
| 180 | 2025-03-03T23:52:16.304Z | ooce/developer/clang-15 |
| 181 | 2025-03-03T23:52:16.304Z | None -> 15.0.7-2.0 |
| 182 | 2025-03-03T23:52:16.304Z | ooce/developer/llvm-15 |
| 183 | 2025-03-03T23:52:16.304Z | None -> 15.0.7-2.0 |
| 184 | 2025-03-03T23:52:16.304Z | package/pkg |
| 185 | 2025-03-03T23:52:16.304Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 186 | 2025-03-03T23:52:16.304Z | system/library/g++-runtime |
| 187 | 2025-03-03T23:52:16.304Z | 13-2.0 -> 14-2.0 |
| 188 | 2025-03-03T23:52:16.304Z | system/library/gcc-runtime |
| 189 | 2025-03-03T23:52:16.304Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-03-03T23:52:16.304Z | |
| 191 | 2025-03-03T23:52:16.304Z | Services: |
| 192 | 2025-03-03T23:52:16.304Z | restart_fmri: |
| 193 | 2025-03-03T23:52:16.304Z | svc:/system/update-man-index:default |
| 194 | 2025-03-03T23:52:16.304Z | |
| 195 | 2025-03-03T23:52:16.304Z | Editable files to change: |
| 196 | 2025-03-03T23:52:16.304Z | Update: |
| 197 | 2025-03-03T23:52:16.304Z | usr/share/lib/pkg/web/config.shtml |
| 198 | 2025-03-03T23:52:16.510Z | |
| 199 | 2025-03-03T23:52:16.510Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 200 | 2025-03-03T23:52:21.514Z | Download: 407/4301 items 2.5/225.4MB 1% complete (509k/s) |
| 201 | 2025-03-03T23:52:26.517Z | Download: 1069/4301 items 19.7/225.4MB 8% complete (2.0M/s) |
| 202 | 2025-03-03T23:52:31.519Z | Download: 1431/4301 items 116.3/225.4MB 51% complete (11.4M/s) |
| 203 | 2025-03-03T23:52:43.170Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (9.8M/s) |
| 204 | 2025-03-03T23:52:48.166Z | Download: 3163/4301 items 178.4/225.4MB 79% complete (11.7M/s) |
| 205 | 2025-03-03T23:52:53.662Z | Download: 3247/4301 items 203.0/225.4MB 90% complete (11.9M/s) |
| 206 | 2025-03-03T23:53:00.067Z | Download: 3248/4301 items 203.0/225.4MB 90% complete |
| 207 | 2025-03-03T23:53:05.068Z | Download: 3680/4301 items 216.5/225.4MB 96% complete (2.7M/s) |
| 208 | 2025-03-03T23:53:09.663Z | Download: Completed 225.42 MB in 53.15 seconds (4.2M/s) |
| 209 | 2025-03-03T23:53:11.924Z | Actions: 1/5122 actions (Removing old actions) |
| 210 | 2025-03-03T23:53:11.945Z | Actions: 194/5122 actions (Installing new actions) |
| 211 | 2025-03-03T23:53:16.608Z | Actions: 4267/5122 actions (Updating modified actions) |
| 212 | 2025-03-03T23:53:16.959Z | Actions: Completed 5122 actions in 5.03 seconds. |
| 213 | 2025-03-03T23:53:17.386Z | Done (0.418s) |
| 214 | 2025-03-03T23:53:17.389Z | Done (0.002s) |
| 215 | 2025-03-03T23:53:18.001Z | Done (0.613s) |
| 216 | 2025-03-03T23:53:22.761Z | Done (4.510s) |
| 217 | 2025-03-03T23:53:22.927Z | Done (0.107s) |
| 218 | 2025-03-03T23:53:22.930Z | Done (0.000s) |
| 219 | 2025-03-03T23:53:23.101Z | Done (0.000s) |
| 220 | 2025-03-03T23:53:23.816Z | Planning: Evaluating mediator changes ... Done |
| 221 | 2025-03-03T23:53:23.978Z | Planning: Checking for conflicting actions ... Done |
| 222 | 2025-03-03T23:53:23.982Z | Planning: Consolidating action changes ... Done |
| 223 | 2025-03-03T23:53:24.253Z | Planning: Evaluating mediators ... Done |
| 224 | 2025-03-03T23:53:24.257Z | Planning: Planning completed in 0.44 seconds |
| 225 | 2025-03-03T23:53:24.293Z | Mediators to change: 2 |
| 226 | 2025-03-03T23:53:24.293Z | Create boot environment: No |
| 227 | 2025-03-03T23:53:24.293Z | Create backup boot environment: No |
| 228 | 2025-03-03T23:53:24.454Z | Done |
| 229 | 2025-03-03T23:53:24.454Z | Done |
| 230 | 2025-03-03T23:53:24.874Z | Done |
| 231 | 2025-03-03T23:53:28.460Z | Done |
| 232 | 2025-03-03T23:53:28.549Z | Done |
| 233 | 2025-03-03T23:53:28.552Z | Done |
| 234 | 2025-03-03T23:53:28.674Z | Done |
| 235 | 2025-03-03T23:53:29.284Z | Planning: Evaluating mediator changes ... Done |
| 236 | 2025-03-03T23:53:29.287Z | Planning: Merging actions ... Done |
| 237 | 2025-03-03T23:53:29.478Z | Planning: Checking for conflicting actions ... Done |
| 238 | 2025-03-03T23:53:29.482Z | Planning: Consolidating action changes ... Done |
| 239 | 2025-03-03T23:53:29.745Z | Planning: Evaluating mediators ... Done |
| 240 | 2025-03-03T23:53:29.801Z | Planning: Planning completed in 0.76 seconds |
| 241 | 2025-03-03T23:53:29.842Z | Packages to change: 1 |
| 242 | 2025-03-03T23:53:29.842Z | Mediators to change: 1 |
| 243 | 2025-03-03T23:53:29.861Z | Services to change: 1 |
| 244 | 2025-03-03T23:53:29.861Z | Create boot environment: No |
| 245 | 2025-03-03T23:53:29.861Z | Create backup boot environment: Yes |
| 246 | 2025-03-03T23:53:32.226Z | Actions: 1/6 actions (Updating modified actions) |
| 247 | 2025-03-03T23:53:32.229Z | Actions: Completed 6 actions in 0.00 seconds. |
| 248 | 2025-03-03T23:53:32.229Z | Done |
| 249 | 2025-03-03T23:53:32.229Z | Done |
| 250 | 2025-03-03T23:53:32.352Z | Done |
| 251 | 2025-03-03T23:53:35.986Z | Done |
| 252 | 2025-03-03T23:53:36.077Z | Done |
| 253 | 2025-03-03T23:53:36.080Z | Done |
| 254 | 2025-03-03T23:53:36.214Z | Done |
| 255 | 2025-03-03T23:53:36.643Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 256 | 2025-03-03T23:53:36.643Z | clang system 15 system |
| 257 | 2025-03-03T23:53:36.643Z | csh system system illumos |
| 258 | 2025-03-03T23:53:36.643Z | ctags system system illumos |
| 259 | 2025-03-03T23:53:36.643Z | gcc vendor 12 vendor |
| 260 | 2025-03-03T23:53:36.643Z | gcc system 10 system |
| 261 | 2025-03-03T23:53:36.643Z | gcc system 7 system |
| 262 | 2025-03-03T23:53:36.643Z | go system 1.20 system |
| 263 | 2025-03-03T23:53:36.643Z | go system 1.19 system |
| 264 | 2025-03-03T23:53:36.643Z | llvm system 15 system |
| 265 | 2025-03-03T23:53:36.644Z | llvm system 14 system |
| 266 | 2025-03-03T23:53:36.644Z | mariadb system 10.6 system |
| 267 | 2025-03-03T23:53:36.644Z | mta vendor vendor dma |
| 268 | 2025-03-03T23:53:36.644Z | openjdk system 17 system |
| 269 | 2025-03-03T23:53:36.644Z | openjdk system 11 system |
| 270 | 2025-03-03T23:53:36.644Z | openjdk system 1.8 system |
| 271 | 2025-03-03T23:53:36.644Z | openssl vendor 3 vendor |
| 272 | 2025-03-03T23:53:36.644Z | perl system 5.36 system |
| 273 | 2025-03-03T23:53:36.644Z | postgresql system 15 system |
| 274 | 2025-03-03T23:53:36.644Z | postgresql system 13 system |
| 275 | 2025-03-03T23:53:36.644Z | python vendor 3 vendor |
| 276 | 2025-03-03T23:53:36.644Z | python system 2 system |
| 277 | 2025-03-03T23:53:36.644Z | python3 system 3.11 system |
| 278 | 2025-03-03T23:53:36.644Z | ruby system 3.0 system |
| 279 | 2025-03-03T23:53:36.644Z | words vendor vendor american-english |
| 280 | 2025-03-03T23:53:36.644Z | words system system australian-english |
| 281 | 2025-03-03T23:53:36.644Z | words system system british-english |
| 282 | 2025-03-03T23:53:36.644Z | words system system canadian-english |
| 283 | 2025-03-03T23:53:36.644Z | words system system french |
| 284 | 2025-03-03T23:53:36.644Z | words system system italian |
| 285 | 2025-03-03T23:53:36.644Z | words system system ngerman |
| 286 | 2025-03-03T23:53:36.644Z | words system system ogerman |
| 287 | 2025-03-03T23:53:36.644Z | words system system spanish |
| 288 | 2025-03-03T23:53:36.974Z | PUBLISHER TYPE STATUS P LOCATION |
| 289 | 2025-03-03T23:53:36.974Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 290 | 2025-03-03T23:53:40.033Z | FMRI IFO |
| 291 | 2025-03-03T23:53:40.033Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 292 | 2025-03-03T23:53:40.033Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 293 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 294 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 295 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 296 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 297 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 298 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 299 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 300 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 301 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 302 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 303 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 304 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 305 | 2025-03-03T23:53:40.034Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 306 | 2025-03-03T23:53:40.773Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 307 | 2025-03-03T23:53:41.060Z | Updating crates.io index |
| 308 | 2025-03-03T23:53:41.064Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 309 | 2025-03-03T23:53:41.647Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2025-03-03T23:53:41.882Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 311 | 2025-03-03T23:53:42.149Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 312 | 2025-03-03T23:53:42.414Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 313 | 2025-03-03T23:53:43.426Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 314 | 2025-03-03T23:53:45.240Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 315 | 2025-03-03T23:53:45.918Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 316 | 2025-03-03T23:53:46.633Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 317 | 2025-03-03T23:53:47.030Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 318 | 2025-03-03T23:53:47.333Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 319 | 2025-03-03T23:53:47.860Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 320 | 2025-03-03T23:53:48.394Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 321 | 2025-03-03T23:53:48.764Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 322 | 2025-03-03T23:53:49.187Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 323 | 2025-03-03T23:53:49.445Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 324 | 2025-03-03T23:53:49.706Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 325 | 2025-03-03T23:53:49.989Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 326 | 2025-03-03T23:53:50.272Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 327 | 2025-03-03T23:53:50.583Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 328 | 2025-03-03T23:53:50.894Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 329 | 2025-03-03T23:53:51.184Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 330 | 2025-03-03T23:53:51.462Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 331 | 2025-03-03T23:53:51.881Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 332 | 2025-03-03T23:53:52.144Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 333 | 2025-03-03T23:53:52.676Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 334 | 2025-03-03T23:53:52.932Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 335 | 2025-03-03T23:53:53.450Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 336 | 2025-03-03T23:53:53.825Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 337 | 2025-03-03T23:53:54.141Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 338 | 2025-03-03T23:53:54.375Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 339 | 2025-03-03T23:53:54.638Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 340 | 2025-03-03T23:53:55.906Z | Downloading crates ... |
| 341 | 2025-03-03T23:53:55.975Z | Downloaded anstyle-parse v0.2.5 |
| 342 | 2025-03-03T23:53:55.979Z | Downloaded anstyle-query v1.1.1 |
| 343 | 2025-03-03T23:53:55.982Z | Downloaded anstyle v1.0.10 |
| 344 | 2025-03-03T23:53:55.982Z | Downloaded anstream v0.6.15 |
| 345 | 2025-03-03T23:53:55.989Z | Downloaded equivalent v1.0.1 |
| 346 | 2025-03-03T23:53:56.001Z | Downloaded byteorder v1.5.0 |
| 347 | 2025-03-03T23:53:56.007Z | Downloaded swrite v0.1.0 |
| 348 | 2025-03-03T23:53:56.011Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2025-03-03T23:53:56.016Z | Downloaded zerocopy-derive v0.7.35 |
| 350 | 2025-03-03T23:53:56.027Z | Downloaded serde_spanned v0.6.8 |
| 351 | 2025-03-03T23:53:56.030Z | Downloaded proc-macro-error-attr v1.0.4 |
| 352 | 2025-03-03T23:53:56.030Z | Downloaded is_terminal_polyfill v1.70.1 |
| 353 | 2025-03-03T23:53:56.030Z | Downloaded usdt-attr-macro v0.5.0 |
| 354 | 2025-03-03T23:53:56.033Z | Downloaded dof v0.3.0 |
| 355 | 2025-03-03T23:53:56.033Z | Downloaded heck v0.4.1 |
| 356 | 2025-03-03T23:53:56.033Z | Downloaded fnv v1.0.7 |
| 357 | 2025-03-03T23:53:56.037Z | Downloaded winnow v0.7.3 |
| 358 | 2025-03-03T23:53:56.044Z | Downloaded unicode-linebreak v0.1.5 |
| 359 | 2025-03-03T23:53:56.047Z | Downloaded clap_lex v0.7.4 |
| 360 | 2025-03-03T23:53:56.047Z | Downloaded cpufeatures v0.2.14 |
| 361 | 2025-03-03T23:53:56.051Z | Downloaded scroll_derive v0.12.0 |
| 362 | 2025-03-03T23:53:56.057Z | Downloaded pretty-hex v0.4.1 |
| 363 | 2025-03-03T23:53:56.064Z | Downloaded cargo-platform v0.1.8 |
| 364 | 2025-03-03T23:53:56.068Z | Downloaded autocfg v1.4.0 |
| 365 | 2025-03-03T23:53:56.072Z | Downloaded heck v0.5.0 |
| 366 | 2025-03-03T23:53:56.077Z | Downloaded utf8parse v0.2.2 |
| 367 | 2025-03-03T23:53:56.077Z | Downloaded cfg-if v1.0.0 |
| 368 | 2025-03-03T23:53:56.080Z | Downloaded thiserror v1.0.69 |
| 369 | 2025-03-03T23:53:56.080Z | Downloaded plain v0.2.3 |
| 370 | 2025-03-03T23:53:56.083Z | Downloaded digest v0.10.7 |
| 371 | 2025-03-03T23:53:56.084Z | Downloaded fs-err v2.11.0 |
| 372 | 2025-03-03T23:53:56.087Z | Downloaded sha2 v0.10.8 |
| 373 | 2025-03-03T23:53:56.087Z | Downloaded semver v1.0.25 |
| 374 | 2025-03-03T23:53:56.090Z | Downloaded io-lifetimes v1.0.11 |
| 375 | 2025-03-03T23:53:56.093Z | Downloaded generic-array v0.14.7 |
| 376 | 2025-03-03T23:53:56.093Z | Downloaded bytecount v0.6.8 |
| 377 | 2025-03-03T23:53:56.096Z | Downloaded thiserror-impl v2.0.11 |
| 378 | 2025-03-03T23:53:56.096Z | Downloaded bitflags v2.6.0 |
| 379 | 2025-03-03T23:53:56.101Z | Downloaded dtrace-parser v0.2.0 |
| 380 | 2025-03-03T23:53:56.101Z | Downloaded smawk v0.3.2 |
| 381 | 2025-03-03T23:53:56.104Z | Downloaded thread-id v4.2.2 |
| 382 | 2025-03-03T23:53:56.104Z | Downloaded strsim v0.11.1 |
| 383 | 2025-03-03T23:53:56.104Z | Downloaded clap_derive v4.5.28 |
| 384 | 2025-03-03T23:53:56.107Z | Downloaded memmap v0.7.0 |
| 385 | 2025-03-03T23:53:56.107Z | Downloaded macaddr v1.0.1 |
| 386 | 2025-03-03T23:53:56.107Z | Downloaded itoa v1.0.11 |
| 387 | 2025-03-03T23:53:56.113Z | Downloaded fastrand v2.1.1 |
| 388 | 2025-03-03T23:53:56.116Z | Downloaded pest_generator v2.7.14 |
| 389 | 2025-03-03T23:53:56.116Z | Downloaded toml_datetime v0.6.8 |
| 390 | 2025-03-03T23:53:56.116Z | Downloaded terminal_size v0.2.6 |
| 391 | 2025-03-03T23:53:56.116Z | Downloaded colorchoice v1.0.2 |
| 392 | 2025-03-03T23:53:56.119Z | Downloaded block-buffer v0.10.4 |
| 393 | 2025-03-03T23:53:56.119Z | Downloaded version_check v0.9.5 |
| 394 | 2025-03-03T23:53:56.119Z | Downloaded errno v0.3.9 |
| 395 | 2025-03-03T23:53:56.123Z | Downloaded tempfile v3.13.0 |
| 396 | 2025-03-03T23:53:56.126Z | Downloaded once_cell v1.20.3 |
| 397 | 2025-03-03T23:53:56.129Z | Downloaded thiserror v2.0.11 |
| 398 | 2025-03-03T23:53:56.133Z | Downloaded serde_tokenstream v0.2.2 |
| 399 | 2025-03-03T23:53:56.136Z | Downloaded camino-tempfile v1.1.1 |
| 400 | 2025-03-03T23:53:56.136Z | Downloaded camino v1.1.9 |
| 401 | 2025-03-03T23:53:56.139Z | Downloaded papergrid v0.11.0 |
| 402 | 2025-03-03T23:53:56.143Z | Downloaded ucd-trie v0.1.7 |
| 403 | 2025-03-03T23:53:56.147Z | Downloaded tabled_derive v0.7.0 |
| 404 | 2025-03-03T23:53:56.147Z | Downloaded log v0.4.22 |
| 405 | 2025-03-03T23:53:56.147Z | Downloaded thiserror-impl v1.0.69 |
| 406 | 2025-03-03T23:53:56.150Z | Downloaded pest_meta v2.7.14 |
| 407 | 2025-03-03T23:53:56.153Z | Downloaded terminal_size v0.4.0 |
| 408 | 2025-03-03T23:53:56.153Z | Downloaded cargo_metadata v0.19.1 |
| 409 | 2025-03-03T23:53:56.153Z | Downloaded toml v0.8.20 |
| 410 | 2025-03-03T23:53:56.157Z | Downloaded usdt-impl v0.5.0 |
| 411 | 2025-03-03T23:53:56.160Z | Downloaded scroll v0.12.0 |
| 412 | 2025-03-03T23:53:56.160Z | Downloaded pest_derive v2.7.14 |
| 413 | 2025-03-03T23:53:56.164Z | Downloaded anyhow v1.0.96 |
| 414 | 2025-03-03T23:53:56.167Z | Downloaded unicode-ident v1.0.14 |
| 415 | 2025-03-03T23:53:56.171Z | Downloaded cargo_toml v0.21.0 |
| 416 | 2025-03-03T23:53:56.171Z | Downloaded ryu v1.0.18 |
| 417 | 2025-03-03T23:53:56.174Z | Downloaded usdt v0.5.0 |
| 418 | 2025-03-03T23:53:56.174Z | Downloaded textwrap v0.16.1 |
| 419 | 2025-03-03T23:53:56.177Z | Downloaded serde_derive v1.0.218 |
| 420 | 2025-03-03T23:53:56.182Z | Downloaded quote v1.0.38 |
| 421 | 2025-03-03T23:53:56.185Z | Downloaded proc-macro-error v1.0.4 |
| 422 | 2025-03-03T23:53:56.185Z | Downloaded typenum v1.17.0 |
| 423 | 2025-03-03T23:53:56.190Z | Downloaded proc-macro2 v1.0.93 |
| 424 | 2025-03-03T23:53:56.193Z | Downloaded crypto-common v0.1.6 |
| 425 | 2025-03-03T23:53:56.193Z | Downloaded bitflags v1.3.2 |
| 426 | 2025-03-03T23:53:56.193Z | Downloaded serde v1.0.218 |
| 427 | 2025-03-03T23:53:56.196Z | Downloaded clap v4.5.31 |
| 428 | 2025-03-03T23:53:56.205Z | Downloaded indexmap v2.7.1 |
| 429 | 2025-03-03T23:53:56.229Z | Downloaded toml_edit v0.22.24 |
| 430 | 2025-03-03T23:53:56.251Z | Downloaded memchr v2.7.4 |
| 431 | 2025-03-03T23:53:56.283Z | Downloaded hashbrown v0.15.1 |
| 432 | 2025-03-03T23:53:56.292Z | Downloaded pest v2.7.14 |
| 433 | 2025-03-03T23:53:56.297Z | Downloaded zerocopy v0.7.35 |
| 434 | 2025-03-03T23:53:56.313Z | Downloaded serde_json v1.0.139 |
| 435 | 2025-03-03T23:53:56.320Z | Downloaded goblin v0.8.2 |
| 436 | 2025-03-03T23:53:56.326Z | Downloaded clap_builder v4.5.31 |
| 437 | 2025-03-03T23:53:56.333Z | Downloaded tabled v0.15.0 |
| 438 | 2025-03-03T23:53:56.350Z | Downloaded syn v1.0.109 |
| 439 | 2025-03-03T23:53:56.358Z | Downloaded unicode-width v0.1.14 |
| 440 | 2025-03-03T23:53:56.364Z | Downloaded syn v2.0.98 |
| 441 | 2025-03-03T23:53:56.375Z | Downloaded rustix v0.37.28 |
| 442 | 2025-03-03T23:53:56.395Z | Downloaded rustix v0.38.37 |
| 443 | 2025-03-03T23:53:56.435Z | Downloaded libc v0.2.170 |
| 444 | 2025-03-03T23:53:56.725Z | Compiling proc-macro2 v1.0.93 |
| 445 | 2025-03-03T23:53:56.725Z | Compiling unicode-ident v1.0.14 |
| 446 | 2025-03-03T23:53:56.728Z | Compiling version_check v0.9.5 |
| 447 | 2025-03-03T23:53:56.728Z | Compiling libc v0.2.170 |
| 448 | 2025-03-03T23:53:56.728Z | Compiling serde v1.0.218 |
| 449 | 2025-03-03T23:53:56.760Z | Compiling memchr v2.7.4 |
| 450 | 2025-03-03T23:53:56.764Z | Compiling thiserror v1.0.69 |
| 451 | 2025-03-03T23:53:56.764Z | Compiling itoa v1.0.11 |
| 452 | 2025-03-03T23:53:56.995Z | Compiling ucd-trie v0.1.7 |
| 453 | 2025-03-03T23:53:57.115Z | Compiling ryu v1.0.18 |
| 454 | 2025-03-03T23:53:57.389Z | Compiling once_cell v1.20.3 |
| 455 | 2025-03-03T23:53:57.452Z | Compiling byteorder v1.5.0 |
| 456 | 2025-03-03T23:53:57.668Z | Compiling rustix v0.38.37 |
| 457 | 2025-03-03T23:53:58.076Z | Compiling serde_json v1.0.139 |
| 458 | 2025-03-03T23:53:58.114Z | Compiling bitflags v2.6.0 |
| 459 | 2025-03-03T23:53:58.294Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2025-03-03T23:53:58.410Z | Compiling usdt-impl v0.5.0 |
| 461 | 2025-03-03T23:53:58.413Z | Compiling io-lifetimes v1.0.11 |
| 462 | 2025-03-03T23:53:58.494Z | Compiling syn v1.0.109 |
| 463 | 2025-03-03T23:53:58.517Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2025-03-03T23:53:58.662Z | Compiling camino v1.1.9 |
| 465 | 2025-03-03T23:53:58.843Z | Compiling utf8parse v0.2.2 |
| 466 | 2025-03-03T23:53:58.905Z | Compiling log v0.4.22 |
| 467 | 2025-03-03T23:53:59.013Z | Compiling quote v1.0.38 |
| 468 | 2025-03-03T23:53:59.128Z | Compiling thread-id v4.2.2 |
| 469 | 2025-03-03T23:53:59.151Z | Compiling equivalent v1.0.1 |
| 470 | 2025-03-03T23:53:59.254Z | Compiling errno v0.3.9 |
| 471 | 2025-03-03T23:53:59.257Z | Compiling rustix v0.37.28 |
| 472 | 2025-03-03T23:53:59.294Z | Compiling hashbrown v0.15.1 |
| 473 | 2025-03-03T23:53:59.298Z | Compiling plain v0.2.3 |
| 474 | 2025-03-03T23:53:59.364Z | Compiling syn v2.0.98 |
| 475 | 2025-03-03T23:53:59.678Z | Compiling anstyle-parse v0.2.5 |
| 476 | 2025-03-03T23:53:59.997Z | Compiling bitflags v1.3.2 |
| 477 | 2025-03-03T23:54:00.116Z | Compiling autocfg v1.4.0 |
| 478 | 2025-03-03T23:54:00.141Z | Compiling is_terminal_polyfill v1.70.1 |
| 479 | 2025-03-03T23:54:00.215Z | Compiling colorchoice v1.0.2 |
| 480 | 2025-03-03T23:54:00.277Z | Compiling indexmap v2.7.1 |
| 481 | 2025-03-03T23:54:00.344Z | Compiling anstyle v1.0.10 |
| 482 | 2025-03-03T23:54:00.381Z | Compiling winnow v0.7.3 |
| 483 | 2025-03-03T23:54:00.620Z | Compiling unicode-width v0.1.14 |
| 484 | 2025-03-03T23:54:00.744Z | Compiling anstyle-query v1.1.1 |
| 485 | 2025-03-03T23:54:00.903Z | Compiling pretty-hex v0.4.1 |
| 486 | 2025-03-03T23:54:01.078Z | Compiling semver v1.0.25 |
| 487 | 2025-03-03T23:54:01.147Z | Compiling thiserror v2.0.11 |
| 488 | 2025-03-03T23:54:01.205Z | Compiling fs-err v2.11.0 |
| 489 | 2025-03-03T23:54:01.536Z | Compiling terminal_size v0.4.0 |
| 490 | 2025-03-03T23:54:01.561Z | Compiling anstream v0.6.15 |
| 491 | 2025-03-03T23:54:02.059Z | Compiling clap_lex v0.7.4 |
| 492 | 2025-03-03T23:54:02.189Z | Compiling bytecount v0.6.8 |
| 493 | 2025-03-03T23:54:02.405Z | Compiling heck v0.5.0 |
| 494 | 2025-03-03T23:54:02.439Z | Compiling fnv v1.0.7 |
| 495 | 2025-03-03T23:54:02.514Z | Compiling strsim v0.11.1 |
| 496 | 2025-03-03T23:54:02.595Z | Compiling anyhow v1.0.96 |
| 497 | 2025-03-03T23:54:02.780Z | Compiling fastrand v2.1.1 |
| 498 | 2025-03-03T23:54:02.889Z | Compiling cfg-if v1.0.0 |
| 499 | 2025-03-03T23:54:02.999Z | Compiling heck v0.4.1 |
| 500 | 2025-03-03T23:54:03.021Z | Compiling clap_builder v4.5.31 |
| 501 | 2025-03-03T23:54:03.218Z | Compiling tempfile v3.13.0 |
| 502 | 2025-03-03T23:54:03.279Z | Compiling terminal_size v0.2.6 |
| 503 | 2025-03-03T23:54:03.391Z | Compiling papergrid v0.11.0 |
| 504 | 2025-03-03T23:54:03.568Z | Compiling memmap v0.7.0 |
| 505 | 2025-03-03T23:54:03.630Z | Compiling unicode-linebreak v0.1.5 |
| 506 | 2025-03-03T23:54:03.870Z | Compiling smawk v0.3.2 |
| 507 | 2025-03-03T23:54:04.091Z | Compiling textwrap v0.16.1 |
| 508 | 2025-03-03T23:54:04.117Z | Compiling swrite v0.1.0 |
| 509 | 2025-03-03T23:54:04.547Z | Compiling tabled_derive v0.7.0 |
| 510 | 2025-03-03T23:54:06.174Z | Compiling tabled v0.15.0 |
| 511 | 2025-03-03T23:54:06.375Z | Compiling serde_derive v1.0.218 |
| 512 | 2025-03-03T23:54:06.375Z | Compiling thiserror-impl v1.0.69 |
| 513 | 2025-03-03T23:54:06.378Z | Compiling zerocopy-derive v0.7.35 |
| 514 | 2025-03-03T23:54:06.378Z | Compiling scroll_derive v0.12.0 |
| 515 | 2025-03-03T23:54:06.378Z | Compiling thiserror-impl v2.0.11 |
| 516 | 2025-03-03T23:54:06.378Z | Compiling clap_derive v4.5.28 |
| 517 | 2025-03-03T23:54:07.729Z | Compiling scroll v0.12.0 |
| 518 | 2025-03-03T23:54:08.250Z | Compiling goblin v0.8.2 |
| 519 | 2025-03-03T23:54:08.449Z | Compiling zerocopy v0.7.35 |
| 520 | 2025-03-03T23:54:09.481Z | Compiling pest v2.7.14 |
| 521 | 2025-03-03T23:54:10.658Z | Compiling clap v4.5.31 |
| 522 | 2025-03-03T23:54:11.733Z | Compiling pest_meta v2.7.14 |
| 523 | 2025-03-03T23:54:12.589Z | Compiling pest_generator v2.7.14 |
| 524 | 2025-03-03T23:54:13.979Z | Compiling pest_derive v2.7.14 |
| 525 | 2025-03-03T23:54:14.544Z | Compiling dtrace-parser v0.2.0 |
| 526 | 2025-03-03T23:54:15.343Z | Compiling serde_spanned v0.6.8 |
| 527 | 2025-03-03T23:54:15.346Z | Compiling toml_datetime v0.6.8 |
| 528 | 2025-03-03T23:54:15.346Z | Compiling cargo-platform v0.1.8 |
| 529 | 2025-03-03T23:54:15.625Z | Compiling serde_tokenstream v0.2.2 |
| 530 | 2025-03-03T23:54:15.662Z | Compiling macaddr v1.0.1 |
| 531 | 2025-03-03T23:54:15.828Z | Compiling toml_edit v0.22.24 |
| 532 | 2025-03-03T23:54:15.984Z | Compiling camino-tempfile v1.1.1 |
| 533 | 2025-03-03T23:54:16.725Z | Compiling dof v0.3.0 |
| 534 | 2025-03-03T23:54:16.725Z | Compiling cargo_metadata v0.19.1 |
| 535 | 2025-03-03T23:54:18.337Z | Compiling usdt-macro v0.5.0 |
| 536 | 2025-03-03T23:54:18.337Z | Compiling usdt-attr-macro v0.5.0 |
| 537 | 2025-03-03T23:54:18.695Z | Compiling toml v0.8.20 |
| 538 | 2025-03-03T23:54:19.431Z | Compiling cargo_toml v0.21.0 |
| 539 | 2025-03-03T23:54:19.458Z | Compiling usdt v0.5.0 |
| 540 | 2025-03-03T23:54:22.005Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 541 | 2025-03-03T23:54:25.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.57s |
| 542 | 2025-03-03T23:54:25.364Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 543 | 2025-03-03T23:54:25.918Z | Downloading crates ... |
| 544 | 2025-03-03T23:54:26.032Z | Downloaded atty v0.2.14 |
| 545 | 2025-03-03T23:54:26.045Z | Downloaded addr2line v0.24.2 |
| 546 | 2025-03-03T23:54:26.048Z | Downloaded atomicwrites v0.4.4 |
| 547 | 2025-03-03T23:54:26.048Z | Downloaded async-stream-impl v0.3.6 |
| 548 | 2025-03-03T23:54:26.051Z | Downloaded assert_matches v1.5.0 |
| 549 | 2025-03-03T23:54:26.055Z | Downloaded cfg_aliases v0.2.1 |
| 550 | 2025-03-03T23:54:26.055Z | Downloaded crucible-workspace-hack v0.1.0 |
| 551 | 2025-03-03T23:54:26.058Z | Downloaded cfg_aliases v0.1.1 |
| 552 | 2025-03-03T23:54:26.064Z | Downloaded cstr-argument v0.1.2 |
| 553 | 2025-03-03T23:54:26.067Z | Downloaded home v0.5.9 |
| 554 | 2025-03-03T23:54:26.072Z | Downloaded atomic-waker v1.1.2 |
| 555 | 2025-03-03T23:54:26.075Z | Downloaded ascii-canvas v3.0.0 |
| 556 | 2025-03-03T23:54:26.075Z | Downloaded instant v0.1.13 |
| 557 | 2025-03-03T23:54:26.078Z | Downloaded hubpack_derive v0.1.1 |
| 558 | 2025-03-03T23:54:26.078Z | Downloaded is_ci v1.2.0 |
| 559 | 2025-03-03T23:54:26.081Z | Downloaded ciborium-io v0.2.2 |
| 560 | 2025-03-03T23:54:26.081Z | Downloaded array-init v0.0.4 |
| 561 | 2025-03-03T23:54:26.081Z | Downloaded aead v0.5.2 |
| 562 | 2025-03-03T23:54:26.084Z | Downloaded lock_api v0.4.12 |
| 563 | 2025-03-03T23:54:26.087Z | Downloaded is-terminal v0.4.13 |
| 564 | 2025-03-03T23:54:26.088Z | Downloaded linked-hash-map v0.5.6 |
| 565 | 2025-03-03T23:54:26.091Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 566 | 2025-03-03T23:54:26.094Z | Downloaded indexmap v1.9.3 |
| 567 | 2025-03-03T23:54:26.097Z | Downloaded minimal-lexical v0.2.1 |
| 568 | 2025-03-03T23:54:26.102Z | Downloaded crc v3.2.1 |
| 569 | 2025-03-03T23:54:26.105Z | Downloaded ctr v0.9.2 |
| 570 | 2025-03-03T23:54:26.110Z | Downloaded cexpr v0.6.0 |
| 571 | 2025-03-03T23:54:26.113Z | Downloaded constant_time_eq v0.3.1 |
| 572 | 2025-03-03T23:54:26.116Z | Downloaded regress v0.10.3 |
| 573 | 2025-03-03T23:54:26.130Z | Downloaded serde_urlencoded v0.7.1 |
| 574 | 2025-03-03T23:54:26.134Z | Downloaded crossbeam-deque v0.8.5 |
| 575 | 2025-03-03T23:54:26.137Z | Downloaded chacha20 v0.9.1 |
| 576 | 2025-03-03T23:54:26.140Z | Downloaded indoc v2.0.5 |
| 577 | 2025-03-03T23:54:26.143Z | Downloaded samael v0.0.18 |
| 578 | 2025-03-03T23:54:26.149Z | Downloaded progenitor-client v0.9.1 |
| 579 | 2025-03-03T23:54:26.152Z | Downloaded async-trait v0.1.86 |
| 580 | 2025-03-03T23:54:26.155Z | Downloaded hyper v1.6.0 |
| 581 | 2025-03-03T23:54:26.163Z | Downloaded memoffset v0.9.1 |
| 582 | 2025-03-03T23:54:26.166Z | Downloaded csv-core v0.1.11 |
| 583 | 2025-03-03T23:54:26.169Z | Downloaded maybe-uninit v2.0.0 |
| 584 | 2025-03-03T23:54:26.169Z | Downloaded lazy_static v1.5.0 |
| 585 | 2025-03-03T23:54:26.172Z | Downloaded hostname v0.4.0 |
| 586 | 2025-03-03T23:54:26.175Z | Downloaded ciborium v0.2.2 |
| 587 | 2025-03-03T23:54:26.178Z | Downloaded hmac v0.12.1 |
| 588 | 2025-03-03T23:54:26.181Z | Downloaded highway v1.3.0 |
| 589 | 2025-03-03T23:54:26.181Z | Downloaded const_format_proc_macros v0.2.34 |
| 590 | 2025-03-03T23:54:26.184Z | Downloaded hickory-resolver v0.24.4 |
| 591 | 2025-03-03T23:54:26.189Z | Downloaded ident_case v1.0.1 |
| 592 | 2025-03-03T23:54:26.193Z | Downloaded http-body v1.0.1 |
| 593 | 2025-03-03T23:54:26.193Z | Downloaded hickory-server v0.24.4 |
| 594 | 2025-03-03T23:54:26.198Z | Downloaded hkdf v0.12.4 |
| 595 | 2025-03-03T23:54:26.201Z | Downloaded rand_chacha v0.9.0 |
| 596 | 2025-03-03T23:54:26.204Z | Downloaded cipher v0.4.4 |
| 597 | 2025-03-03T23:54:26.207Z | Downloaded httpdate v1.0.3 |
| 598 | 2025-03-03T23:54:26.207Z | Downloaded cobs v0.2.3 |
| 599 | 2025-03-03T23:54:26.207Z | Downloaded cmake v0.1.51 |
| 600 | 2025-03-03T23:54:26.210Z | Downloaded strum v0.26.3 |
| 601 | 2025-03-03T23:54:26.210Z | Downloaded ref-cast-impl v1.0.23 |
| 602 | 2025-03-03T23:54:26.213Z | Downloaded keccak v0.1.5 |
| 603 | 2025-03-03T23:54:26.216Z | Downloaded ipnetwork v0.21.1 |
| 604 | 2025-03-03T23:54:26.216Z | Downloaded ahash v0.8.11 |
| 605 | 2025-03-03T23:54:26.219Z | Downloaded md5 v0.7.0 |
| 606 | 2025-03-03T23:54:26.222Z | Downloaded match_cfg v0.1.0 |
| 607 | 2025-03-03T23:54:26.222Z | Downloaded crossbeam-epoch v0.9.18 |
| 608 | 2025-03-03T23:54:26.225Z | Downloaded blake2 v0.10.6 |
| 609 | 2025-03-03T23:54:26.228Z | Downloaded humantime v2.1.0 |
| 610 | 2025-03-03T23:54:26.231Z | Downloaded arc-swap v1.7.1 |
| 611 | 2025-03-03T23:54:26.235Z | Downloaded rustls-pemfile v2.2.0 |
| 612 | 2025-03-03T23:54:26.238Z | Downloaded rustc-hash v1.1.0 |
| 613 | 2025-03-03T23:54:26.238Z | Downloaded hyper-rustls v0.27.3 |
| 614 | 2025-03-03T23:54:26.241Z | Downloaded scopeguard v1.2.0 |
| 615 | 2025-03-03T23:54:26.244Z | Downloaded zone_cfg_derive v0.3.0 |
| 616 | 2025-03-03T23:54:26.244Z | Downloaded hex v0.4.3 |
| 617 | 2025-03-03T23:54:26.247Z | Downloaded smallvec v0.6.14 |
| 618 | 2025-03-03T23:54:26.247Z | Downloaded const-oid v0.9.6 |
| 619 | 2025-03-03T23:54:26.250Z | Downloaded managed v0.8.0 |
| 620 | 2025-03-03T23:54:26.252Z | Downloaded lalrpop-util v0.19.12 |
| 621 | 2025-03-03T23:54:26.253Z | Downloaded inout v0.1.3 |
| 622 | 2025-03-03T23:54:26.256Z | Downloaded vte_generate_state_changes v0.1.2 |
| 623 | 2025-03-03T23:54:26.256Z | Downloaded smf v0.2.3 |
| 624 | 2025-03-03T23:54:26.256Z | Downloaded lru-cache v0.1.2 |
| 625 | 2025-03-03T23:54:26.259Z | Downloaded lru v0.12.5 |
| 626 | 2025-03-03T23:54:26.259Z | Downloaded lockfree-object-pool v0.1.6 |
| 627 | 2025-03-03T23:54:26.262Z | Downloaded derive_builder_macro v0.20.2 |
| 628 | 2025-03-03T23:54:26.265Z | Downloaded tinystr v0.7.6 |
| 629 | 2025-03-03T23:54:26.265Z | Downloaded ipnet v2.11.0 |
| 630 | 2025-03-03T23:54:26.268Z | Downloaded tiny-keccak v2.0.2 |
| 631 | 2025-03-03T23:54:26.271Z | Downloaded icu_locid_transform_data v1.5.0 |
| 632 | 2025-03-03T23:54:26.274Z | Downloaded icu_normalizer v1.5.0 |
| 633 | 2025-03-03T23:54:26.277Z | Downloaded cookie v0.18.1 |
| 634 | 2025-03-03T23:54:26.281Z | Downloaded zerofrom v0.1.4 |
| 635 | 2025-03-03T23:54:26.284Z | Downloaded topological-sort v0.2.2 |
| 636 | 2025-03-03T23:54:26.284Z | Downloaded toolchain_find v0.4.0 |
| 637 | 2025-03-03T23:54:26.284Z | Downloaded newline-converter v0.3.0 |
| 638 | 2025-03-03T23:54:26.287Z | Downloaded md-5 v0.10.6 |
| 639 | 2025-03-03T23:54:26.287Z | Downloaded waitgroup v0.1.2 |
| 640 | 2025-03-03T23:54:26.290Z | Downloaded multer v3.1.0 |
| 641 | 2025-03-03T23:54:26.293Z | Downloaded strum_macros v0.24.3 |
| 642 | 2025-03-03T23:54:26.296Z | Downloaded dyn-clone v1.0.18 |
| 643 | 2025-03-03T23:54:26.296Z | Downloaded indent_write v2.2.0 |
| 644 | 2025-03-03T23:54:26.299Z | Downloaded new_debug_unreachable v1.0.6 |
| 645 | 2025-03-03T23:54:26.299Z | Downloaded futures-core v0.3.31 |
| 646 | 2025-03-03T23:54:26.302Z | Downloaded libloading v0.8.5 |
| 647 | 2025-03-03T23:54:26.305Z | Downloaded smallvec v1.14.0 |
| 648 | 2025-03-03T23:54:26.308Z | Downloaded mime_guess v2.0.5 |
| 649 | 2025-03-03T23:54:26.311Z | Downloaded float-ord v0.3.2 |
| 650 | 2025-03-03T23:54:26.311Z | Downloaded rustc-hash v2.1.1 |
| 651 | 2025-03-03T23:54:26.314Z | Downloaded xattr v1.3.1 |
| 652 | 2025-03-03T23:54:26.314Z | Downloaded compact_str v0.8.0 |
| 653 | 2025-03-03T23:54:26.317Z | Downloaded slog-async v2.8.0 |
| 654 | 2025-03-03T23:54:26.320Z | Downloaded num_threads v0.1.7 |
| 655 | 2025-03-03T23:54:26.325Z | Downloaded zone v0.1.8 |
| 656 | 2025-03-03T23:54:26.325Z | Downloaded crossbeam-utils v0.8.20 |
| 657 | 2025-03-03T23:54:26.330Z | Downloaded russh-cryptovec v0.7.3 |
| 658 | 2025-03-03T23:54:26.330Z | Downloaded bumpalo v3.16.0 |
| 659 | 2025-03-03T23:54:26.335Z | Downloaded sqlparser_derive v0.2.2 |
| 660 | 2025-03-03T23:54:26.335Z | Downloaded crypto-bigint v0.5.5 |
| 661 | 2025-03-03T23:54:26.338Z | Downloaded fallible-iterator v0.2.0 |
| 662 | 2025-03-03T23:54:26.340Z | Downloaded percent-encoding v2.3.1 |
| 663 | 2025-03-03T23:54:26.340Z | Downloaded bytes v1.10.0 |
| 664 | 2025-03-03T23:54:26.344Z | Downloaded serde_plain v1.0.2 |
| 665 | 2025-03-03T23:54:26.347Z | Downloaded memmap2 v0.9.5 |
| 666 | 2025-03-03T23:54:26.350Z | Downloaded num_enum_derive v0.5.11 |
| 667 | 2025-03-03T23:54:26.350Z | Downloaded num_enum v0.5.11 |
| 668 | 2025-03-03T23:54:26.355Z | Downloaded want v0.3.1 |
| 669 | 2025-03-03T23:54:26.358Z | Downloaded take_mut v0.2.2 |
| 670 | 2025-03-03T23:54:26.358Z | Downloaded nanorand v0.7.0 |
| 671 | 2025-03-03T23:54:26.361Z | Downloaded phf_codegen v0.11.2 |
| 672 | 2025-03-03T23:54:26.364Z | Downloaded slog v2.7.0 |
| 673 | 2025-03-03T23:54:26.367Z | Downloaded indicatif v0.17.11 |
| 674 | 2025-03-03T23:54:26.370Z | Downloaded ref-cast v1.0.23 |
| 675 | 2025-03-03T23:54:26.373Z | Downloaded termios v0.3.3 |
| 676 | 2025-03-03T23:54:26.376Z | Downloaded derive_builder_core v0.20.2 |
| 677 | 2025-03-03T23:54:26.379Z | Downloaded rand_xorshift v0.3.0 |
| 678 | 2025-03-03T23:54:26.382Z | Downloaded progenitor v0.8.0 |
| 679 | 2025-03-03T23:54:26.382Z | Downloaded spki v0.7.3 |
| 680 | 2025-03-03T23:54:26.385Z | Downloaded dirs-next v2.0.0 |
| 681 | 2025-03-03T23:54:26.388Z | Downloaded tokio-macros v2.5.0 |
| 682 | 2025-03-03T23:54:26.388Z | Downloaded sqlformat v0.2.6 |
| 683 | 2025-03-03T23:54:26.391Z | Downloaded opaque-debug v0.3.1 |
| 684 | 2025-03-03T23:54:26.391Z | Downloaded progenitor v0.9.1 |
| 685 | 2025-03-03T23:54:26.394Z | Downloaded peg-runtime v0.8.3 |
| 686 | 2025-03-03T23:54:26.394Z | Downloaded fxhash v0.2.1 |
| 687 | 2025-03-03T23:54:26.397Z | Downloaded ecdsa v0.16.9 |
| 688 | 2025-03-03T23:54:26.400Z | Downloaded tokio-native-tls v0.3.1 |
| 689 | 2025-03-03T23:54:26.403Z | Downloaded slog-envlogger v2.2.0 |
| 690 | 2025-03-03T23:54:26.403Z | Downloaded parse-display-derive v0.10.0 |
| 691 | 2025-03-03T23:54:26.406Z | Downloaded miniz_oxide v0.8.5 |
| 692 | 2025-03-03T23:54:26.409Z | Downloaded which v4.4.2 |
| 693 | 2025-03-03T23:54:26.412Z | Downloaded universal-hash v0.5.1 |
| 694 | 2025-03-03T23:54:26.412Z | Downloaded unicode-xid v0.2.6 |
| 695 | 2025-03-03T23:54:26.415Z | Downloaded debug-ignore v1.0.5 |
| 696 | 2025-03-03T23:54:26.415Z | Downloaded pretty-hex v0.2.1 |
| 697 | 2025-03-03T23:54:26.418Z | Downloaded cc v1.2.15 |
| 698 | 2025-03-03T23:54:26.434Z | Downloaded foreign-types v0.5.0 |
| 699 | 2025-03-03T23:54:26.438Z | Downloaded dirs-sys-next v0.1.2 |
| 700 | 2025-03-03T23:54:26.438Z | Downloaded diesel-dtrace v0.4.2 |
| 701 | 2025-03-03T23:54:26.441Z | Downloaded defmt v0.3.8 |
| 702 | 2025-03-03T23:54:26.445Z | Downloaded darling_macro v0.20.10 |
| 703 | 2025-03-03T23:54:26.446Z | Downloaded try-lock v0.2.5 |
| 704 | 2025-03-03T23:54:26.450Z | Downloaded tower-service v0.3.3 |
| 705 | 2025-03-03T23:54:26.450Z | Downloaded termtree v0.4.1 |
| 706 | 2025-03-03T23:54:26.450Z | Downloaded sync_wrapper v1.0.1 |
| 707 | 2025-03-03T23:54:26.450Z | Downloaded gethostname v0.5.0 |
| 708 | 2025-03-03T23:54:26.453Z | Downloaded num-traits v0.2.19 |
| 709 | 2025-03-03T23:54:26.453Z | Downloaded hyper-util v0.1.10 |
| 710 | 2025-03-03T23:54:26.469Z | Downloaded predicates-core v1.0.8 |
| 711 | 2025-03-03T23:54:26.469Z | Downloaded whoami v1.5.2 |
| 712 | 2025-03-03T23:54:26.469Z | Downloaded ed25519 v2.2.3 |
| 713 | 2025-03-03T23:54:26.469Z | Downloaded rustversion v1.0.17 |
| 714 | 2025-03-03T23:54:26.469Z | Downloaded rtoolbox v0.0.2 |
| 715 | 2025-03-03T23:54:26.469Z | Downloaded getrandom v0.3.1 |
| 716 | 2025-03-03T23:54:26.473Z | Downloaded derive_more v0.99.19 |
| 717 | 2025-03-03T23:54:26.479Z | Downloaded oso-derive v0.27.3 |
| 718 | 2025-03-03T23:54:26.484Z | Downloaded openssl-probe v0.1.5 |
| 719 | 2025-03-03T23:54:26.484Z | Downloaded rand_seeder v0.3.0 |
| 720 | 2025-03-03T23:54:26.487Z | Downloaded oxnet v0.1.1 |
| 721 | 2025-03-03T23:54:26.487Z | Downloaded precomputed-hash v0.1.1 |
| 722 | 2025-03-03T23:54:26.487Z | Downloaded tokio-rustls v0.26.0 |
| 723 | 2025-03-03T23:54:26.491Z | Downloaded flume v0.11.1 |
| 724 | 2025-03-03T23:54:26.494Z | Downloaded tui-tree-widget v0.23.0 |
| 725 | 2025-03-03T23:54:26.494Z | Downloaded hash32 v0.3.1 |
| 726 | 2025-03-03T23:54:26.497Z | Downloaded either v1.14.0 |
| 727 | 2025-03-03T23:54:26.497Z | Downloaded icu_collections v1.5.0 |
| 728 | 2025-03-03T23:54:26.504Z | Downloaded url v2.5.3 |
| 729 | 2025-03-03T23:54:26.507Z | Downloaded predicates v3.1.3 |
| 730 | 2025-03-03T23:54:26.510Z | Downloaded daft-derive v0.1.1 |
| 731 | 2025-03-03T23:54:26.515Z | Downloaded sync-ptr v0.1.1 |
| 732 | 2025-03-03T23:54:26.519Z | Downloaded deranged v0.3.11 |
| 733 | 2025-03-03T23:54:26.519Z | Downloaded pin-project-internal v1.1.6 |
| 734 | 2025-03-03T23:54:26.523Z | Downloaded nodrop v0.1.14 |
| 735 | 2025-03-03T23:54:26.523Z | Downloaded futures-sink v0.3.31 |
| 736 | 2025-03-03T23:54:26.523Z | Downloaded rand_core v0.9.2 |
| 737 | 2025-03-03T23:54:26.527Z | Downloaded tokio-rustls v0.25.0 |
| 738 | 2025-03-03T23:54:26.527Z | Downloaded schemars v0.8.22 |
| 739 | 2025-03-03T23:54:26.538Z | Downloaded num-iter v0.1.45 |
| 740 | 2025-03-03T23:54:26.542Z | Downloaded aes v0.8.4 |
| 741 | 2025-03-03T23:54:26.545Z | Downloaded serde_with_macros v3.12.0 |
| 742 | 2025-03-03T23:54:26.549Z | Downloaded mio v1.0.2 |
| 743 | 2025-03-03T23:54:26.552Z | Downloaded quick-error v1.2.3 |
| 744 | 2025-03-03T23:54:26.555Z | Downloaded same-file v1.0.6 |
| 745 | 2025-03-03T23:54:26.558Z | Downloaded rand_chacha v0.3.1 |
| 746 | 2025-03-03T23:54:26.559Z | Downloaded pin-project-lite v0.2.14 |
| 747 | 2025-03-03T23:54:26.564Z | Downloaded parse-size v1.1.0 |
| 748 | 2025-03-03T23:54:26.567Z | Downloaded foreign-types-shared v0.1.1 |
| 749 | 2025-03-03T23:54:26.567Z | Downloaded foreign-types-macros v0.2.3 |
| 750 | 2025-03-03T23:54:26.571Z | Downloaded rustls-pemfile v1.0.4 |
| 751 | 2025-03-03T23:54:26.571Z | Downloaded yoke v0.7.4 |
| 752 | 2025-03-03T23:54:26.575Z | Downloaded supports-color v3.0.2 |
| 753 | 2025-03-03T23:54:26.578Z | Downloaded utf8_iter v1.0.4 |
| 754 | 2025-03-03T23:54:26.578Z | Downloaded termcolor v1.4.1 |
| 755 | 2025-03-03T23:54:26.578Z | Downloaded tap v1.0.1 |
| 756 | 2025-03-03T23:54:26.582Z | Downloaded x509-cert v0.2.5 |
| 757 | 2025-03-03T23:54:26.586Z | Downloaded serde-big-array v0.5.1 |
| 758 | 2025-03-03T23:54:26.589Z | Downloaded num-integer v0.1.46 |
| 759 | 2025-03-03T23:54:26.592Z | Downloaded salsa20 v0.10.2 |
| 760 | 2025-03-03T23:54:26.592Z | Downloaded parking_lot v0.12.3 |
| 761 | 2025-03-03T23:54:26.596Z | Downloaded primeorder v0.13.6 |
| 762 | 2025-03-03T23:54:26.599Z | Downloaded zeroize_derive v1.4.2 |
| 763 | 2025-03-03T23:54:26.599Z | Downloaded rsa v0.9.6 |
| 764 | 2025-03-03T23:54:26.603Z | Downloaded flagset v0.4.6 |
| 765 | 2025-03-03T23:54:26.606Z | Downloaded filetime v0.2.25 |
| 766 | 2025-03-03T23:54:26.609Z | Downloaded sha1 v0.10.6 |
| 767 | 2025-03-03T23:54:26.610Z | Downloaded ff v0.13.0 |
| 768 | 2025-03-03T23:54:26.613Z | Downloaded zeroize v1.8.1 |
| 769 | 2025-03-03T23:54:26.613Z | Downloaded phf_generator v0.11.2 |
| 770 | 2025-03-03T23:54:26.616Z | Downloaded spin v0.9.8 |
| 771 | 2025-03-03T23:54:26.619Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 772 | 2025-03-03T23:54:26.619Z | Downloaded zerovec-derive v0.10.3 |
| 773 | 2025-03-03T23:54:26.622Z | Downloaded papergrid v0.14.0 |
| 774 | 2025-03-03T23:54:26.626Z | Downloaded tokio-util v0.7.13 |
| 775 | 2025-03-03T23:54:26.632Z | Downloaded headers-core v0.3.0 |
| 776 | 2025-03-03T23:54:26.635Z | Downloaded crossterm v0.28.1 |
| 777 | 2025-03-03T23:54:26.641Z | Downloaded num-conv v0.1.0 |
| 778 | 2025-03-03T23:54:26.644Z | Downloaded poly1305 v0.8.0 |
| 779 | 2025-03-03T23:54:26.647Z | Downloaded libm v0.2.8 |
| 780 | 2025-03-03T23:54:26.653Z | Downloaded sigpipe v0.1.3 |
| 781 | 2025-03-03T23:54:26.656Z | Downloaded thread_local v1.1.8 |
| 782 | 2025-03-03T23:54:26.659Z | Downloaded time-core v0.1.2 |
| 783 | 2025-03-03T23:54:26.659Z | Downloaded socket2 v0.5.8 |
| 784 | 2025-03-03T23:54:26.662Z | Downloaded snafu-derive v0.8.5 |
| 785 | 2025-03-03T23:54:26.662Z | Downloaded write16 v1.0.0 |
| 786 | 2025-03-03T23:54:26.665Z | Downloaded wyz v0.5.1 |
| 787 | 2025-03-03T23:54:26.665Z | Downloaded test-strategy v0.4.0 |
| 788 | 2025-03-03T23:54:26.669Z | Downloaded display-error-chain v0.2.2 |
| 789 | 2025-03-03T23:54:26.672Z | Downloaded parking_lot_core v0.9.10 |
| 790 | 2025-03-03T23:54:26.675Z | Downloaded yasna v0.5.2 |
| 791 | 2025-03-03T23:54:26.675Z | Downloaded tower v0.5.2 |
| 792 | 2025-03-03T23:54:26.684Z | Downloaded rpassword v7.3.1 |
| 793 | 2025-03-03T23:54:26.688Z | Downloaded num-derive v0.4.2 |
| 794 | 2025-03-03T23:54:26.691Z | Downloaded itertools v0.10.5 |
| 795 | 2025-03-03T23:54:26.694Z | Downloaded path-slash v0.1.5 |
| 796 | 2025-03-03T23:54:26.698Z | Downloaded postgres-protocol v0.6.8 |
| 797 | 2025-03-03T23:54:26.698Z | Downloaded vergen v8.3.2 |
| 798 | 2025-03-03T23:54:26.701Z | Downloaded openssl-macros v0.1.1 |
| 799 | 2025-03-03T23:54:26.704Z | Downloaded signal-hook-mio v0.2.4 |
| 800 | 2025-03-03T23:54:26.704Z | Downloaded newtype_derive v0.1.6 |
| 801 | 2025-03-03T23:54:26.707Z | Downloaded simd-adler32 v0.3.7 |
| 802 | 2025-03-03T23:54:26.707Z | Downloaded serde_yaml v0.9.34+deprecated |
| 803 | 2025-03-03T23:54:26.710Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 804 | 2025-03-03T23:54:26.713Z | Downloaded pkcs8 v0.10.2 |
| 805 | 2025-03-03T23:54:26.716Z | Downloaded endian-type v0.1.2 |
| 806 | 2025-03-03T23:54:26.717Z | Downloaded daft v0.1.1 |
| 807 | 2025-03-03T23:54:26.720Z | Downloaded stable_deref_trait v1.2.0 |
| 808 | 2025-03-03T23:54:26.720Z | Downloaded tough v0.19.0 |
| 809 | 2025-03-03T23:54:26.728Z | Downloaded rustc_version v0.4.1 |
| 810 | 2025-03-03T23:54:26.731Z | Downloaded defmt-macros v0.3.9 |
| 811 | 2025-03-03T23:54:26.734Z | Downloaded rustc_version v0.1.7 |
| 812 | 2025-03-03T23:54:26.734Z | Downloaded dropshot_endpoint v0.12.0 |
| 813 | 2025-03-03T23:54:26.737Z | Downloaded static_assertions v1.1.0 |
| 814 | 2025-03-03T23:54:26.741Z | Downloaded pbkdf2 v0.11.0 |
| 815 | 2025-03-03T23:54:26.744Z | Downloaded paste v1.0.15 |
| 816 | 2025-03-03T23:54:26.744Z | Downloaded uuid v1.15.1 |
| 817 | 2025-03-03T23:54:26.747Z | Downloaded itertools v0.13.0 |
| 818 | 2025-03-03T23:54:26.755Z | Downloaded nibble_vec v0.1.0 |
| 819 | 2025-03-03T23:54:26.758Z | Downloaded tower-layer v0.3.3 |
| 820 | 2025-03-03T23:54:26.759Z | Downloaded scheduled-thread-pool v0.2.7 |
| 821 | 2025-03-03T23:54:26.761Z | Downloaded stringprep v0.1.5 |
| 822 | 2025-03-03T23:54:26.762Z | Downloaded progenitor-macro v0.8.0 |
| 823 | 2025-03-03T23:54:26.765Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2025-03-03T23:54:26.765Z | Downloaded typify v0.3.0 |
| 825 | 2025-03-03T23:54:26.768Z | Downloaded strum_macros v0.25.3 |
| 826 | 2025-03-03T23:54:26.771Z | Downloaded string_cache v0.8.7 |
| 827 | 2025-03-03T23:54:26.774Z | Downloaded untrusted v0.7.1 |
| 828 | 2025-03-03T23:54:26.774Z | Downloaded polyval v0.6.2 |
| 829 | 2025-03-03T23:54:26.777Z | Downloaded blake3 v1.5.4 |
| 830 | 2025-03-03T23:54:26.783Z | Downloaded env_filter v0.1.2 |
| 831 | 2025-03-03T23:54:26.788Z | Downloaded utf-8 v0.7.6 |
| 832 | 2025-03-03T23:54:26.788Z | Downloaded tar v0.4.44 |
| 833 | 2025-03-03T23:54:26.791Z | Downloaded number_prefix v0.4.0 |
| 834 | 2025-03-03T23:54:26.791Z | Downloaded olpc-cjson v0.1.4 |
| 835 | 2025-03-03T23:54:26.794Z | Downloaded semver v0.1.20 |
| 836 | 2025-03-03T23:54:26.794Z | Downloaded darling v0.20.10 |
| 837 | 2025-03-03T23:54:26.797Z | Downloaded signal-hook-tokio v0.3.1 |
| 838 | 2025-03-03T23:54:26.800Z | Downloaded peg v0.8.4 |
| 839 | 2025-03-03T23:54:26.803Z | Downloaded normalize-line-endings v0.3.0 |
| 840 | 2025-03-03T23:54:26.805Z | Downloaded aws-lc-rs v1.12.4 |
| 841 | 2025-03-03T23:54:26.813Z | Downloaded untrusted v0.9.0 |
| 842 | 2025-03-03T23:54:26.816Z | Downloaded num v0.4.3 |
| 843 | 2025-03-03T23:54:26.816Z | Downloaded time-macros v0.2.18 |
| 844 | 2025-03-03T23:54:26.819Z | Downloaded env_logger v0.11.5 |
| 845 | 2025-03-03T23:54:26.822Z | Downloaded pkcs5 v0.7.1 |
| 846 | 2025-03-03T23:54:26.825Z | Downloaded rustfmt-wrapper v0.2.1 |
| 847 | 2025-03-03T23:54:26.828Z | Downloaded newtype-uuid v1.2.1 |
| 848 | 2025-03-03T23:54:26.828Z | Downloaded siphasher v0.3.11 |
| 849 | 2025-03-03T23:54:26.831Z | Downloaded unicase v2.7.0 |
| 850 | 2025-03-03T23:54:26.831Z | Downloaded rfc6979 v0.4.0 |
| 851 | 2025-03-03T23:54:26.834Z | Downloaded serde_with v3.12.0 |
| 852 | 2025-03-03T23:54:26.841Z | Downloaded group v0.13.0 |
| 853 | 2025-03-03T23:54:26.844Z | Downloaded glob v0.3.2 |
| 854 | 2025-03-03T23:54:26.848Z | Downloaded parking_lot_core v0.8.6 |
| 855 | 2025-03-03T23:54:26.848Z | Downloaded slab v0.4.9 |
| 856 | 2025-03-03T23:54:26.851Z | Downloaded unarray v0.1.4 |
| 857 | 2025-03-03T23:54:26.851Z | Downloaded powerfmt v0.2.0 |
| 858 | 2025-03-03T23:54:26.851Z | Downloaded rustc-demangle v0.1.24 |
| 859 | 2025-03-03T23:54:26.856Z | Downloaded form_urlencoded v1.2.1 |
| 860 | 2025-03-03T23:54:26.856Z | Downloaded pin-project v1.1.6 |
| 861 | 2025-03-03T23:54:26.866Z | Downloaded ena v0.14.3 |
| 862 | 2025-03-03T23:54:26.868Z | Downloaded tinyvec_macros v0.1.1 |
| 863 | 2025-03-03T23:54:26.868Z | Downloaded bitvec v1.0.1 |
| 864 | 2025-03-03T23:54:26.884Z | Downloaded tls_codec_derive v0.4.1 |
| 865 | 2025-03-03T23:54:26.887Z | Downloaded utf16_iter v1.0.5 |
| 866 | 2025-03-03T23:54:26.888Z | Downloaded env_logger v0.10.2 |
| 867 | 2025-03-03T23:54:26.891Z | Downloaded sct v0.7.1 |
| 868 | 2025-03-03T23:54:26.894Z | Downloaded signature v2.2.0 |
| 869 | 2025-03-03T23:54:26.897Z | Downloaded postgres-types v0.2.9 |
| 870 | 2025-03-03T23:54:26.900Z | Downloaded tungstenite v0.24.0 |
| 871 | 2025-03-03T23:54:26.903Z | Downloaded password-hash v0.4.2 |
| 872 | 2025-03-03T23:54:26.903Z | Downloaded bindgen v0.69.5 |
| 873 | 2025-03-03T23:54:26.910Z | Downloaded foreign-types-shared v0.3.1 |
| 874 | 2025-03-03T23:54:26.913Z | Downloaded zip v2.1.3 |
| 875 | 2025-03-03T23:54:26.916Z | Downloaded resolv-conf v0.7.0 |
| 876 | 2025-03-03T23:54:26.919Z | Downloaded chrono v0.4.40 |
| 877 | 2025-03-03T23:54:26.925Z | Downloaded embedded-io v0.6.1 |
| 878 | 2025-03-03T23:54:26.928Z | Downloaded slog-bunyan v2.5.0 |
| 879 | 2025-03-03T23:54:26.928Z | Downloaded fs_extra v1.3.0 |
| 880 | 2025-03-03T23:54:26.931Z | Downloaded diesel_derives v2.2.3 |
| 881 | 2025-03-03T23:54:26.936Z | Downloaded postcard v1.0.10 |
| 882 | 2025-03-03T23:54:26.939Z | Downloaded signal-hook-registry v1.4.2 |
| 883 | 2025-03-03T23:54:26.939Z | Downloaded snafu v0.8.5 |
| 884 | 2025-03-03T23:54:26.945Z | Downloaded tls_codec v0.4.1 |
| 885 | 2025-03-03T23:54:26.948Z | Downloaded ppv-lite86 v0.2.20 |
| 886 | 2025-03-03T23:54:26.950Z | Downloaded ssh-key v0.6.6 |
| 887 | 2025-03-03T23:54:26.955Z | Downloaded slog-dtrace v0.3.0 |
| 888 | 2025-03-03T23:54:26.958Z | Downloaded password-hash v0.5.0 |
| 889 | 2025-03-03T23:54:26.961Z | Downloaded diff v0.1.13 |
| 890 | 2025-03-03T23:54:26.966Z | Downloaded vte v0.11.1 |
| 891 | 2025-03-03T23:54:26.966Z | Downloaded unicode-properties v0.1.3 |
| 892 | 2025-03-03T23:54:26.969Z | Downloaded proc-macro-crate v1.3.1 |
| 893 | 2025-03-03T23:54:26.969Z | Downloaded rustyline v14.0.0 |
| 894 | 2025-03-03T23:54:26.974Z | Downloaded half v2.4.1 |
| 895 | 2025-03-03T23:54:26.977Z | Downloaded der v0.7.9 |
| 896 | 2025-03-03T23:54:26.982Z | Downloaded hashbrown v0.13.2 |
| 897 | 2025-03-03T23:54:26.986Z | Downloaded hashbrown v0.12.3 |
| 898 | 2025-03-03T23:54:26.991Z | Downloaded rayon-core v1.12.1 |
| 899 | 2025-03-03T23:54:26.994Z | Downloaded time v0.3.36 |
| 900 | 2025-03-03T23:54:27.002Z | Downloaded tinyvec v1.8.0 |
| 901 | 2025-03-03T23:54:27.005Z | Downloaded heapless v0.7.17 |
| 902 | 2025-03-03T23:54:27.009Z | Downloaded typed-path v0.9.3 |
| 903 | 2025-03-03T23:54:27.015Z | Downloaded slog-term v2.9.1 |
| 904 | 2025-03-03T23:54:27.018Z | Downloaded futures-util v0.3.31 |
| 905 | 2025-03-03T23:54:27.032Z | Downloaded rustls-webpki v0.101.7 |
| 906 | 2025-03-03T23:54:27.048Z | Downloaded publicsuffix v2.3.0 |
| 907 | 2025-03-03T23:54:27.051Z | Downloaded parse-zoneinfo v0.3.1 |
| 908 | 2025-03-03T23:54:27.052Z | Downloaded salty v0.3.0 |
| 909 | 2025-03-03T23:54:27.058Z | Downloaded rustls-webpki v0.102.8 |
| 910 | 2025-03-03T23:54:27.077Z | Downloaded num-bigint v0.4.6 |
| 911 | 2025-03-03T23:54:27.081Z | Downloaded smoltcp v0.9.1 |
| 912 | 2025-03-03T23:54:27.092Z | Downloaded p521 v0.13.3 |
| 913 | 2025-03-03T23:54:27.096Z | Downloaded tabled v0.18.0 |
| 914 | 2025-03-03T23:54:27.114Z | Downloaded unicode-segmentation v1.12.0 |
| 915 | 2025-03-03T23:54:27.118Z | Downloaded webpki-roots v0.26.6 |
| 916 | 2025-03-03T23:54:27.121Z | Downloaded radix_trie v0.2.1 |
| 917 | 2025-03-03T23:54:27.127Z | Downloaded winnow v0.6.20 |
| 918 | 2025-03-03T23:54:27.136Z | Downloaded nom v7.1.3 |
| 919 | 2025-03-03T23:54:27.141Z | Downloaded unicode-width v0.2.0 |
| 920 | 2025-03-03T23:54:27.148Z | Downloaded reedline v0.38.0 |
| 921 | 2025-03-03T23:54:27.156Z | Downloaded unicode-normalization v0.1.24 |
| 922 | 2025-03-03T23:54:27.160Z | Downloaded portable-atomic v1.9.0 |
| 923 | 2025-03-03T23:54:27.167Z | Downloaded proptest v1.6.0 |
| 924 | 2025-03-03T23:54:27.178Z | Downloaded p384 v0.13.0 |
| 925 | 2025-03-03T23:54:27.184Z | Downloaded h2 v0.4.6 |
| 926 | 2025-03-03T23:54:27.191Z | Downloaded rustls v0.21.12 |
| 927 | 2025-03-03T23:54:27.202Z | Downloaded quinn-proto v0.11.8 |
| 928 | 2025-03-03T23:54:27.209Z | Downloaded nix v0.28.0 |
| 929 | 2025-03-03T23:54:27.222Z | Downloaded smoltcp v0.11.0 |
| 930 | 2025-03-03T23:54:27.235Z | Downloaded object v0.30.4 |
| 931 | 2025-03-03T23:54:27.245Z | Downloaded zerocopy v0.8.10 |
| 932 | 2025-03-03T23:54:27.270Z | Downloaded curve25519-dalek v4.1.3 |
| 933 | 2025-03-03T23:54:27.279Z | Downloaded git2 v0.19.0 |
| 934 | 2025-03-03T23:54:27.287Z | Downloaded nix v0.27.1 |
| 935 | 2025-03-03T23:54:27.298Z | Downloaded object v0.36.5 |
| 936 | 2025-03-03T23:54:27.310Z | Downloaded openssl v0.10.71 |
| 937 | 2025-03-03T23:54:27.320Z | Downloaded openapiv3 v2.0.0 |
| 938 | 2025-03-03T23:54:27.333Z | Downloaded rustls v0.22.4 |
| 939 | 2025-03-03T23:54:27.346Z | Downloaded diesel v2.2.7 |
| 940 | 2025-03-03T23:54:27.365Z | Downloaded dropshot v0.16.0 |
| 941 | 2025-03-03T23:54:27.387Z | Downloaded rustls v0.23.19 |
| 942 | 2025-03-03T23:54:27.398Z | Downloaded regex-syntax v0.6.29 |
| 943 | 2025-03-03T23:54:27.405Z | Downloaded polar-core v0.27.3 |
| 944 | 2025-03-03T23:54:27.414Z | Downloaded dropshot v0.12.0 |
| 945 | 2025-03-03T23:54:27.434Z | Downloaded nix v0.29.0 |
| 946 | 2025-03-03T23:54:27.445Z | Downloaded chrono-tz v0.10.1 |
| 947 | 2025-03-03T23:54:27.453Z | Downloaded bstr v1.10.0 |
| 948 | 2025-03-03T23:54:27.464Z | Downloaded regex-syntax v0.8.5 |
| 949 | 2025-03-03T23:54:27.472Z | Downloaded zerocopy-derive v0.6.6 |
| 950 | 2025-03-03T23:54:27.482Z | Downloaded typify-impl v0.2.0 |
| 951 | 2025-03-03T23:54:27.498Z | Downloaded typify-impl v0.3.0 |
| 952 | 2025-03-03T23:54:27.513Z | Downloaded sled v0.34.7 |
| 953 | 2025-03-03T23:54:27.524Z | Downloaded ratatui v0.29.0 |
| 954 | 2025-03-03T23:54:27.544Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 955 | 2025-03-03T23:54:27.556Z | Downloaded regex v1.11.1 |
| 956 | 2025-03-03T23:54:27.568Z | Downloaded gimli v0.31.1 |
| 957 | 2025-03-03T23:54:27.577Z | Downloaded vcpkg v0.2.15 |
| 958 | 2025-03-03T23:54:27.615Z | Downloaded regex-automata v0.4.8 |
| 959 | 2025-03-03T23:54:27.631Z | Downloaded petgraph v0.6.5 |
| 960 | 2025-03-03T23:54:27.648Z | Downloaded petgraph v0.7.1 |
| 961 | 2025-03-03T23:54:27.668Z | Downloaded lzma-sys v0.1.20 |
| 962 | 2025-03-03T23:54:27.695Z | Downloaded flate2 v1.1.0 |
| 963 | 2025-03-03T23:54:27.700Z | Downloaded sha3 v0.10.8 |
| 964 | 2025-03-03T23:54:27.705Z | Downloaded libz-sys v1.1.20 |
| 965 | 2025-03-03T23:54:27.727Z | Downloaded csv v1.3.1 |
| 966 | 2025-03-03T23:54:27.745Z | Downloaded petname v2.0.2 |
| 967 | 2025-03-03T23:54:27.750Z | Downloaded bindgen v0.71.1 |
| 968 | 2025-03-03T23:54:27.757Z | Downloaded unicode-bidi v0.3.17 |
| 969 | 2025-03-03T23:54:27.761Z | Downloaded steno v0.4.1 |
| 970 | 2025-03-03T23:54:27.764Z | Downloaded num-bigint-dig v0.8.4 |
| 971 | 2025-03-03T23:54:27.770Z | Downloaded rcgen v0.12.1 |
| 972 | 2025-03-03T23:54:27.773Z | Downloaded qorb v0.2.1 |
| 973 | 2025-03-03T23:54:27.776Z | Downloaded zerovec v0.10.4 |
| 974 | 2025-03-03T23:54:27.781Z | Downloaded reqwest v0.12.12 |
| 975 | 2025-03-03T23:54:27.789Z | Downloaded lalrpop v0.19.12 |
| 976 | 2025-03-03T23:54:27.800Z | Downloaded sqlparser v0.45.0 |
| 977 | 2025-03-03T23:54:27.806Z | Downloaded tokio v1.43.0 |
| 978 | 2025-03-03T23:54:27.843Z | Downloaded darling_core v0.20.10 |
| 979 | 2025-03-03T23:54:27.848Z | Downloaded quick-xml v0.37.2 |
| 980 | 2025-03-03T23:54:27.853Z | Downloaded tungstenite v0.23.0 |
| 981 | 2025-03-03T23:54:27.857Z | Downloaded rand v0.8.5 |
| 982 | 2025-03-03T23:54:27.860Z | Downloaded rand v0.9.0 |
| 983 | 2025-03-03T23:54:27.865Z | Downloaded globset v0.4.15 |
| 984 | 2025-03-03T23:54:27.868Z | Downloaded expectorate v1.1.0 |
| 985 | 2025-03-03T23:54:27.869Z | Downloaded winnow v0.5.40 |
| 986 | 2025-03-03T23:54:27.876Z | Downloaded hickory-proto v0.24.4 |
| 987 | 2025-03-03T23:54:27.891Z | Downloaded psl-types v2.0.11 |
| 988 | 2025-03-03T23:54:27.895Z | Downloaded nu-ansi-term v0.50.1 |
| 989 | 2025-03-03T23:54:27.895Z | Downloaded typify v0.2.0 |
| 990 | 2025-03-03T23:54:27.898Z | Downloaded derive-where v1.2.7 |
| 991 | 2025-03-03T23:54:27.901Z | Downloaded quinn v0.11.5 |
| 992 | 2025-03-03T23:54:27.904Z | Downloaded scrypt v0.11.0 |
| 993 | 2025-03-03T23:54:27.904Z | Downloaded schemars_derive v0.8.22 |
| 994 | 2025-03-03T23:54:27.907Z | Downloaded progenitor-macro v0.9.1 |
| 995 | 2025-03-03T23:54:27.907Z | Downloaded signal-hook v0.3.17 |
| 996 | 2025-03-03T23:54:27.910Z | Downloaded funty v2.0.0 |
| 997 | 2025-03-03T23:54:27.914Z | Downloaded fragile v2.0.0 |
| 998 | 2025-03-03T23:54:27.914Z | Downloaded typify-macro v0.3.0 |
| 999 | 2025-03-03T23:54:27.914Z | Downloaded typify-macro v0.2.0 |
| 1000 | 2025-03-03T23:54:27.918Z | Downloaded rayon v1.10.0 |
| 1001 | 2025-03-03T23:54:27.922Z | Downloaded enum-as-inner v0.6.1 |
| 1002 | 2025-03-03T23:54:27.926Z | Downloaded walkdir v2.5.0 |
| 1003 | 2025-03-03T23:54:27.929Z | Downloaded twox-hash v2.1.0 |
| 1004 | 2025-03-03T23:54:27.929Z | Downloaded defmt-parser v0.3.4 |
| 1005 | 2025-03-03T23:54:27.929Z | Downloaded peg-macros v0.8.4 |
| 1006 | 2025-03-03T23:54:27.932Z | Downloaded openssl-sys v0.9.106 |
| 1007 | 2025-03-03T23:54:27.935Z | Downloaded itertools v0.14.0 |
| 1008 | 2025-03-03T23:54:27.942Z | Downloaded num-complex v0.4.6 |
| 1009 | 2025-03-03T23:54:27.945Z | Downloaded unsafe-libyaml v0.2.11 |
| 1010 | 2025-03-03T23:54:27.948Z | Downloaded data-encoding v2.6.0 |
| 1011 | 2025-03-03T23:54:27.948Z | Downloaded p256 v0.13.2 |
| 1012 | 2025-03-03T23:54:27.951Z | Downloaded encoding_rs v0.8.34 |
| 1013 | 2025-03-03T23:54:27.972Z | Downloaded tracing v0.1.40 |
| 1014 | 2025-03-03T23:54:27.976Z | Downloaded pkg-config v0.3.31 |
| 1015 | 2025-03-03T23:54:27.979Z | Downloaded phf_shared v0.11.2 |
| 1016 | 2025-03-03T23:54:27.979Z | Downloaded vsss-rs v3.3.4 |
| 1017 | 2025-03-03T23:54:27.982Z | Downloaded ring v0.17.11 |
| 1018 | 2025-03-03T23:54:28.022Z | Downloaded russh v0.45.0 |
| 1019 | 2025-03-03T23:54:28.027Z | Downloaded zerofrom-derive v0.1.4 |
| 1020 | 2025-03-03T23:54:28.031Z | Downloaded strum_macros v0.26.4 |
| 1021 | 2025-03-03T23:54:28.032Z | Downloaded fatfs v0.3.6 |
| 1022 | 2025-03-03T23:54:28.036Z | Downloaded sec1 v0.7.3 |
| 1023 | 2025-03-03T23:54:28.036Z | Downloaded slog-stdlog v4.1.1 |
| 1024 | 2025-03-03T23:54:28.036Z | Downloaded subprocess v0.2.9 |
| 1025 | 2025-03-03T23:54:28.040Z | Downloaded tungstenite v0.21.0 |
| 1026 | 2025-03-03T23:54:28.043Z | Downloaded tracing-core v0.1.32 |
| 1027 | 2025-03-03T23:54:28.048Z | Downloaded difflib v0.4.0 |
| 1028 | 2025-03-03T23:54:28.048Z | Downloaded xz2 v0.1.7 |
| 1029 | 2025-03-03T23:54:28.048Z | Downloaded zerocopy v0.6.6 |
| 1030 | 2025-03-03T23:54:28.052Z | Downloaded writeable v0.5.5 |
| 1031 | 2025-03-03T23:54:28.052Z | Downloaded slog-scope v4.4.0 |
| 1032 | 2025-03-03T23:54:28.052Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1033 | 2025-03-03T23:54:28.108Z | Downloaded radium v0.7.0 |
| 1034 | 2025-03-03T23:54:28.111Z | Downloaded idna v1.0.3 |
| 1035 | 2025-03-03T23:54:28.114Z | Downloaded aho-corasick v1.1.3 |
| 1036 | 2025-03-03T23:54:28.118Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1037 | 2025-03-03T23:54:28.121Z | Downloaded fixedbitset v0.5.7 |
| 1038 | 2025-03-03T23:54:28.121Z | Downloaded phf_shared v0.10.0 |
| 1039 | 2025-03-03T23:54:28.124Z | Downloaded quinn-udp v0.5.5 |
| 1040 | 2025-03-03T23:54:28.124Z | Downloaded oso v0.27.3 |
| 1041 | 2025-03-03T23:54:28.127Z | Downloaded aes-gcm v0.10.3 |
| 1042 | 2025-03-03T23:54:28.130Z | Downloaded r2d2 v0.8.10 |
| 1043 | 2025-03-03T23:54:28.133Z | Downloaded ssh-encoding v0.2.0 |
| 1044 | 2025-03-03T23:54:28.133Z | Downloaded fd-lock v4.0.2 |
| 1045 | 2025-03-03T23:54:28.136Z | Downloaded embedded-io v0.4.0 |
| 1046 | 2025-03-03T23:54:28.136Z | Downloaded pem v3.0.5 |
| 1047 | 2025-03-03T23:54:28.140Z | Downloaded term v0.7.0 |
| 1048 | 2025-03-03T23:54:28.143Z | Downloaded prettyplease v0.2.29 |
| 1049 | 2025-03-03T23:54:28.143Z | Downloaded ed25519-dalek v2.1.1 |
| 1050 | 2025-03-03T23:54:28.146Z | Downloaded libxml v0.3.3 |
| 1051 | 2025-03-03T23:54:28.151Z | Downloaded itertools v0.12.1 |
| 1052 | 2025-03-03T23:54:28.158Z | Downloaded getrandom v0.2.15 |
| 1053 | 2025-03-03T23:54:28.161Z | Downloaded futures-io v0.3.31 |
| 1054 | 2025-03-03T23:54:28.164Z | Downloaded displaydoc v0.2.5 |
| 1055 | 2025-03-03T23:54:28.164Z | Downloaded futures-channel v0.3.31 |
| 1056 | 2025-03-03T23:54:28.170Z | Downloaded float-cmp v0.10.0 |
| 1057 | 2025-03-03T23:54:28.170Z | Downloaded document-features v0.2.10 |
| 1058 | 2025-03-03T23:54:28.182Z | Downloaded pkcs1 v0.7.5 |
| 1059 | 2025-03-03T23:54:28.182Z | Downloaded subtle v2.6.1 |
| 1060 | 2025-03-03T23:54:28.182Z | Downloaded ssh-cipher v0.2.0 |
| 1061 | 2025-03-03T23:54:28.182Z | Downloaded russh-keys v0.45.0 |
| 1062 | 2025-03-03T23:54:28.182Z | Downloaded termtree v0.5.1 |
| 1063 | 2025-03-03T23:54:28.182Z | Downloaded der_derive v0.7.3 |
| 1064 | 2025-03-03T23:54:28.182Z | Downloaded yoke-derive v0.7.4 |
| 1065 | 2025-03-03T23:54:28.182Z | Downloaded value-bag v1.9.0 |
| 1066 | 2025-03-03T23:54:28.182Z | Downloaded omicron-zone-package v0.12.0 |
| 1067 | 2025-03-03T23:54:28.187Z | Downloaded futures v0.3.31 |
| 1068 | 2025-03-03T23:54:28.190Z | Downloaded elliptic-curve v0.13.8 |
| 1069 | 2025-03-03T23:54:28.194Z | Downloaded heapless v0.8.0 |
| 1070 | 2025-03-03T23:54:28.199Z | Downloaded toml_edit v0.19.15 |
| 1071 | 2025-03-03T23:54:28.209Z | Downloaded zip v0.6.6 |
| 1072 | 2025-03-03T23:54:28.213Z | Downloaded tracing-attributes v0.1.27 |
| 1073 | 2025-03-03T23:54:28.216Z | Downloaded serde_path_to_error v0.1.16 |
| 1074 | 2025-03-03T23:54:28.216Z | Downloaded futures-executor v0.3.31 |
| 1075 | 2025-03-03T23:54:28.221Z | Downloaded downcast v0.11.0 |
| 1076 | 2025-03-03T23:54:28.221Z | Downloaded rusty-fork v0.3.0 |
| 1077 | 2025-03-03T23:54:28.225Z | Downloaded rand_core v0.6.4 |
| 1078 | 2025-03-03T23:54:28.225Z | Downloaded pin-utils v0.1.0 |
| 1079 | 2025-03-03T23:54:28.225Z | Downloaded parking_lot v0.11.2 |
| 1080 | 2025-03-03T23:54:28.225Z | Downloaded num-rational v0.4.2 |
| 1081 | 2025-03-03T23:54:28.229Z | Downloaded dropshot_endpoint v0.16.0 |
| 1082 | 2025-03-03T23:54:28.229Z | Downloaded tokio-postgres v0.7.13 |
| 1083 | 2025-03-03T23:54:28.233Z | Downloaded futures-macro v0.3.31 |
| 1084 | 2025-03-03T23:54:28.239Z | Downloaded zerocopy-derive v0.8.10 |
| 1085 | 2025-03-03T23:54:28.242Z | Downloaded hash32 v0.2.1 |
| 1086 | 2025-03-03T23:54:28.242Z | Downloaded progenitor-impl v0.9.1 |
| 1087 | 2025-03-03T23:54:28.245Z | Downloaded owo-colors v4.2.0 |
| 1088 | 2025-03-03T23:54:28.245Z | Downloaded tokio-stream v0.1.17 |
| 1089 | 2025-03-03T23:54:28.250Z | Downloaded slog-json v2.6.1 |
| 1090 | 2025-03-03T23:54:28.254Z | Downloaded unicode_categories v0.1.1 |
| 1091 | 2025-03-03T23:54:28.254Z | Downloaded serde-hex v0.1.0 |
| 1092 | 2025-03-03T23:54:28.257Z | Downloaded similar v2.7.0 |
| 1093 | 2025-03-03T23:54:28.260Z | Downloaded tokio-rustls v0.24.1 |
| 1094 | 2025-03-03T23:54:28.263Z | Downloaded zopfli v0.8.1 |
| 1095 | 2025-03-03T23:54:28.263Z | Downloaded derive_builder v0.20.2 |
| 1096 | 2025-03-03T23:54:28.268Z | Downloaded toml v0.7.8 |
| 1097 | 2025-03-03T23:54:28.271Z | Downloaded rustls-pki-types v1.10.0 |
| 1098 | 2025-03-03T23:54:28.274Z | Downloaded base64 v0.22.1 |
| 1099 | 2025-03-03T23:54:28.279Z | Downloaded unicode-truncate v1.1.0 |
| 1100 | 2025-03-03T23:54:28.279Z | Downloaded tabwriter v1.4.0 |
| 1101 | 2025-03-03T23:54:28.279Z | Downloaded tabled_derive v0.10.0 |
| 1102 | 2025-03-03T23:54:28.282Z | Downloaded synstructure v0.13.1 |
| 1103 | 2025-03-03T23:54:28.282Z | Downloaded native-tls v0.2.12 |
| 1104 | 2025-03-03T23:54:28.285Z | Downloaded icu_properties v1.5.1 |
| 1105 | 2025-03-03T23:54:28.285Z | Downloaded des v0.8.1 |
| 1106 | 2025-03-03T23:54:28.289Z | Downloaded mockall_derive v0.13.1 |
| 1107 | 2025-03-03T23:54:28.293Z | Downloaded litrs v0.4.1 |
| 1108 | 2025-03-03T23:54:28.293Z | Downloaded icu_locid v1.5.0 |
| 1109 | 2025-03-03T23:54:28.298Z | Downloaded httparse v1.9.5 |
| 1110 | 2025-03-03T23:54:28.305Z | Downloaded secrecy v0.8.0 |
| 1111 | 2025-03-03T23:54:28.305Z | Downloaded icu_provider v1.5.0 |
| 1112 | 2025-03-03T23:54:28.305Z | Downloaded foreign-types v0.3.2 |
| 1113 | 2025-03-03T23:54:28.305Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1114 | 2025-03-03T23:54:28.305Z | Downloaded parse-display v0.10.0 |
| 1115 | 2025-03-03T23:54:28.305Z | Downloaded ron v0.8.1 |
| 1116 | 2025-03-03T23:54:28.310Z | Downloaded serde_repr v0.1.19 |
| 1117 | 2025-03-03T23:54:28.313Z | Downloaded predicates-tree v1.0.11 |
| 1118 | 2025-03-03T23:54:28.313Z | Downloaded pbkdf2 v0.12.2 |
| 1119 | 2025-03-03T23:54:28.313Z | Downloaded crossbeam-channel v0.5.13 |
| 1120 | 2025-03-03T23:54:28.317Z | Downloaded const_format v0.2.34 |
| 1121 | 2025-03-03T23:54:28.321Z | Downloaded backtrace v0.3.74 |
| 1122 | 2025-03-03T23:54:28.325Z | Downloaded uzers v0.12.1 |
| 1123 | 2025-03-03T23:54:28.328Z | Downloaded packed_struct v0.10.1 |
| 1124 | 2025-03-03T23:54:28.331Z | Downloaded serde_derive_internals v0.29.1 |
| 1125 | 2025-03-03T23:54:28.332Z | Downloaded progenitor-impl v0.8.0 |
| 1126 | 2025-03-03T23:54:28.335Z | Downloaded headers v0.4.0 |
| 1127 | 2025-03-03T23:54:28.338Z | Downloaded phf v0.11.2 |
| 1128 | 2025-03-03T23:54:28.338Z | Downloaded pem-rfc7468 v0.7.0 |
| 1129 | 2025-03-03T23:54:28.342Z | Downloaded dunce v1.0.5 |
| 1130 | 2025-03-03T23:54:28.342Z | Downloaded heck v0.3.3 |
| 1131 | 2025-03-03T23:54:28.342Z | Downloaded fixedbitset v0.4.2 |
| 1132 | 2025-03-03T23:54:28.346Z | Downloaded wait-timeout v0.2.0 |
| 1133 | 2025-03-03T23:54:28.346Z | Downloaded tokio-tungstenite v0.23.1 |
| 1134 | 2025-03-03T23:54:28.346Z | Downloaded iana-time-zone v0.1.61 |
| 1135 | 2025-03-03T23:54:28.350Z | Downloaded ghash v0.5.1 |
| 1136 | 2025-03-03T23:54:28.350Z | Downloaded futures-task v0.3.31 |
| 1137 | 2025-03-03T23:54:28.350Z | Downloaded dsl_auto_type v0.1.2 |
| 1138 | 2025-03-03T23:54:28.353Z | Downloaded tokio-tungstenite v0.24.0 |
| 1139 | 2025-03-03T23:54:28.353Z | Downloaded tokio-tungstenite v0.21.0 |
| 1140 | 2025-03-03T23:54:28.356Z | Downloaded ron v0.7.1 |
| 1141 | 2025-03-03T23:54:28.360Z | Downloaded icu_locid_transform v1.5.0 |
| 1142 | 2025-03-03T23:54:28.363Z | Downloaded base64 v0.21.7 |
| 1143 | 2025-03-03T23:54:28.368Z | Downloaded progenitor-client v0.8.0 |
| 1144 | 2025-03-03T23:54:28.368Z | Downloaded foldhash v0.1.3 |
| 1145 | 2025-03-03T23:54:28.368Z | Downloaded shlex v1.3.0 |
| 1146 | 2025-03-03T23:54:28.372Z | Downloaded mime v0.3.17 |
| 1147 | 2025-03-03T23:54:28.372Z | Downloaded chacha20poly1305 v0.10.1 |
| 1148 | 2025-03-03T23:54:28.372Z | Downloaded shell-words v1.1.0 |
| 1149 | 2025-03-03T23:54:28.372Z | Downloaded litemap v0.7.3 |
| 1150 | 2025-03-03T23:54:28.376Z | Downloaded icu_normalizer_data v1.5.0 |
| 1151 | 2025-03-03T23:54:28.376Z | Downloaded hex-literal v0.4.1 |
| 1152 | 2025-03-03T23:54:28.376Z | Downloaded base64 v0.13.1 |
| 1153 | 2025-03-03T23:54:28.380Z | Downloaded http-body-util v0.1.2 |
| 1154 | 2025-03-03T23:54:28.380Z | Downloaded mockall v0.13.1 |
| 1155 | 2025-03-03T23:54:28.383Z | Downloaded cancel-safe-futures v0.1.5 |
| 1156 | 2025-03-03T23:54:28.386Z | Downloaded hyper-staticfile v0.10.1 |
| 1157 | 2025-03-03T23:54:28.387Z | Downloaded thiserror-no-std v2.0.2 |
| 1158 | 2025-03-03T23:54:28.390Z | Downloaded structmeta-derive v0.3.0 |
| 1159 | 2025-03-03T23:54:28.390Z | Downloaded structmeta v0.3.0 |
| 1160 | 2025-03-03T23:54:28.394Z | Downloaded multimap v0.10.0 |
| 1161 | 2025-03-03T23:54:28.394Z | Downloaded zone_cfg_derive v0.1.2 |
| 1162 | 2025-03-03T23:54:28.394Z | Downloaded zone v0.3.0 |
| 1163 | 2025-03-03T23:54:28.394Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1164 | 2025-03-03T23:54:28.394Z | Downloaded libsw v3.4.0 |
| 1165 | 2025-03-03T23:54:28.398Z | Downloaded libefi-sys v0.1.0 |
| 1166 | 2025-03-03T23:54:28.398Z | Downloaded lazycell v1.3.0 |
| 1167 | 2025-03-03T23:54:28.398Z | Downloaded internet-checksum v0.2.1 |
| 1168 | 2025-03-03T23:54:28.398Z | Downloaded proc-macro-error2 v2.0.1 |
| 1169 | 2025-03-03T23:54:28.402Z | Downloaded cbc v0.1.2 |
| 1170 | 2025-03-03T23:54:28.402Z | Downloaded bcs v0.1.6 |
| 1171 | 2025-03-03T23:54:28.406Z | Downloaded http-range v0.1.5 |
| 1172 | 2025-03-03T23:54:28.406Z | Downloaded clang-sys v1.8.1 |
| 1173 | 2025-03-03T23:54:28.410Z | Downloaded icu_provider_macros v1.5.0 |
| 1174 | 2025-03-03T23:54:28.410Z | Downloaded linear-map v1.2.0 |
| 1175 | 2025-03-03T23:54:28.411Z | Downloaded libsw-core v0.3.1 |
| 1176 | 2025-03-03T23:54:28.411Z | Downloaded kstat-rs v0.2.4 |
| 1177 | 2025-03-03T23:54:28.415Z | Downloaded crc-any v2.5.0 |
| 1178 | 2025-03-03T23:54:28.415Z | Downloaded bit-vec v0.8.0 |
| 1179 | 2025-03-03T23:54:28.419Z | Downloaded instability v0.3.2 |
| 1180 | 2025-03-03T23:54:28.419Z | Downloaded indoc v1.0.9 |
| 1181 | 2025-03-03T23:54:28.419Z | Downloaded idna_adapter v1.2.0 |
| 1182 | 2025-03-03T23:54:28.419Z | Downloaded hyper-tls v0.6.0 |
| 1183 | 2025-03-03T23:54:28.422Z | Downloaded hubpack v0.1.2 |
| 1184 | 2025-03-03T23:54:28.422Z | Downloaded console v0.15.10 |
| 1185 | 2025-03-03T23:54:28.425Z | Downloaded bb8 v0.8.5 |
| 1186 | 2025-03-03T23:54:28.426Z | Downloaded cookie_store v0.21.1 |
| 1187 | 2025-03-03T23:54:28.429Z | Downloaded chrono-tz-build v0.4.0 |
| 1188 | 2025-03-03T23:54:28.430Z | Downloaded bit-set v0.8.0 |
| 1189 | 2025-03-03T23:54:28.430Z | Downloaded async-recursion v1.1.1 |
| 1190 | 2025-03-03T23:54:28.433Z | Downloaded arrayvec v0.7.6 |
| 1191 | 2025-03-03T23:54:28.436Z | Downloaded hickory-client v0.24.4 |
| 1192 | 2025-03-03T23:54:28.436Z | Downloaded jobserver v0.1.32 |
| 1193 | 2025-03-03T23:54:28.439Z | Downloaded http v1.2.0 |
| 1194 | 2025-03-03T23:54:28.443Z | Downloaded crc32fast v1.4.2 |
| 1195 | 2025-03-03T23:54:28.446Z | Downloaded colored v2.2.0 |
| 1196 | 2025-03-03T23:54:28.446Z | Downloaded cargo_metadata v0.18.1 |
| 1197 | 2025-03-03T23:54:28.450Z | Downloaded backoff v0.4.0 |
| 1198 | 2025-03-03T23:54:28.450Z | Downloaded hostname v0.3.1 |
| 1199 | 2025-03-03T23:54:28.453Z | Downloaded bzip2 v0.4.4 |
| 1200 | 2025-03-03T23:54:28.453Z | Downloaded base64ct v1.6.0 |
| 1201 | 2025-03-03T23:54:28.457Z | Downloaded async-bb8-diesel v0.2.1 |
| 1202 | 2025-03-03T23:54:28.457Z | Downloaded bit-set v0.5.3 |
| 1203 | 2025-03-03T23:54:28.457Z | Downloaded argon2 v0.5.3 |
| 1204 | 2025-03-03T23:54:28.460Z | Downloaded icu_properties_data v1.5.0 |
| 1205 | 2025-03-03T23:54:28.468Z | Downloaded crunchy v0.2.2 |
| 1206 | 2025-03-03T23:54:28.471Z | Downloaded maplit v1.0.2 |
| 1207 | 2025-03-03T23:54:28.471Z | Downloaded crc-catalog v2.4.0 |
| 1208 | 2025-03-03T23:54:28.471Z | Downloaded cassowary v0.3.0 |
| 1209 | 2025-03-03T23:54:28.475Z | Downloaded bitfield-struct v0.6.2 |
| 1210 | 2025-03-03T23:54:28.475Z | Downloaded bit-vec v0.6.3 |
| 1211 | 2025-03-03T23:54:28.475Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1212 | 2025-03-03T23:54:28.478Z | Downloaded allocator-api2 v0.2.18 |
| 1213 | 2025-03-03T23:54:28.478Z | Downloaded bitfield v0.14.0 |
| 1214 | 2025-03-03T23:54:28.481Z | Downloaded ciborium-ll v0.2.2 |
| 1215 | 2025-03-03T23:54:28.482Z | Downloaded block-padding v0.3.3 |
| 1216 | 2025-03-03T23:54:28.482Z | Downloaded base16ct v0.2.0 |
| 1217 | 2025-03-03T23:54:28.485Z | Downloaded arrayref v0.3.9 |
| 1218 | 2025-03-03T23:54:28.485Z | Downloaded convert_case v0.4.0 |
| 1219 | 2025-03-03T23:54:28.485Z | Downloaded castaway v0.2.3 |
| 1220 | 2025-03-03T23:54:28.485Z | Downloaded buf-list v1.0.3 |
| 1221 | 2025-03-03T23:54:28.488Z | Downloaded blowfish v0.9.1 |
| 1222 | 2025-03-03T23:54:28.488Z | Downloaded adler2 v2.0.0 |
| 1223 | 2025-03-03T23:54:28.491Z | Downloaded async-stream v0.3.6 |
| 1224 | 2025-03-03T23:54:28.704Z | Downloaded aws-lc-sys v0.26.0 |
| 1225 | 2025-03-03T23:54:29.024Z | Compiling serde v1.0.218 |
| 1226 | 2025-03-03T23:54:29.028Z | Compiling value-bag v1.9.0 |
| 1227 | 2025-03-03T23:54:29.028Z | Compiling lock_api v0.4.12 |
| 1228 | 2025-03-03T23:54:29.028Z | Compiling scopeguard v1.2.0 |
| 1229 | 2025-03-03T23:54:29.028Z | Compiling typenum v1.17.0 |
| 1230 | 2025-03-03T23:54:29.028Z | Compiling generic-array v0.14.7 |
| 1231 | 2025-03-03T23:54:29.216Z | Compiling syn v2.0.98 |
| 1232 | 2025-03-03T23:54:29.232Z | Compiling getrandom v0.2.15 |
| 1233 | 2025-03-03T23:54:29.309Z | Compiling shlex v1.3.0 |
| 1234 | 2025-03-03T23:54:29.559Z | Compiling rand_core v0.6.4 |
| 1235 | 2025-03-03T23:54:29.607Z | Compiling log v0.4.22 |
| 1236 | 2025-03-03T23:54:29.687Z | Compiling jobserver v0.1.32 |
| 1237 | 2025-03-03T23:54:29.706Z | Compiling subtle v2.6.1 |
| 1238 | 2025-03-03T23:54:29.732Z | Compiling smallvec v1.14.0 |
| 1239 | 2025-03-03T23:54:30.052Z | Compiling cc v1.2.15 |
| 1240 | 2025-03-03T23:54:30.072Z | Compiling const-oid v0.9.6 |
| 1241 | 2025-03-03T23:54:30.072Z | Compiling pin-project-lite v0.2.14 |
| 1242 | 2025-03-03T23:54:30.113Z | Compiling parking_lot_core v0.9.10 |
| 1243 | 2025-03-03T23:54:30.218Z | Compiling rustix v0.38.37 |
| 1244 | 2025-03-03T23:54:30.371Z | Compiling signal-hook-registry v1.4.2 |
| 1245 | 2025-03-03T23:54:30.455Z | Compiling futures-core v0.3.31 |
| 1246 | 2025-03-03T23:54:30.690Z | Compiling mio v1.0.2 |
| 1247 | 2025-03-03T23:54:31.037Z | Compiling parking_lot v0.12.3 |
| 1248 | 2025-03-03T23:54:31.058Z | Compiling spin v0.9.8 |
| 1249 | 2025-03-03T23:54:31.118Z | Compiling socket2 v0.5.8 |
| 1250 | 2025-03-03T23:54:31.597Z | Compiling aho-corasick v1.1.3 |
| 1251 | 2025-03-03T23:54:31.616Z | Compiling cpufeatures v0.2.14 |
| 1252 | 2025-03-03T23:54:31.730Z | Compiling regex-syntax v0.8.5 |
| 1253 | 2025-03-03T23:54:31.898Z | Compiling either v1.14.0 |
| 1254 | 2025-03-03T23:54:31.982Z | Compiling stable_deref_trait v1.2.0 |
| 1255 | 2025-03-03T23:54:32.110Z | Compiling futures-sink v0.3.31 |
| 1256 | 2025-03-03T23:54:32.142Z | Compiling slab v0.4.9 |
| 1257 | 2025-03-03T23:54:32.163Z | Compiling glob v0.3.2 |
| 1258 | 2025-03-03T23:54:32.287Z | Compiling prettyplease v0.2.29 |
| 1259 | 2025-03-03T23:54:32.323Z | Compiling lazy_static v1.5.0 |
| 1260 | 2025-03-03T23:54:32.467Z | Compiling serde_json v1.0.139 |
| 1261 | 2025-03-03T23:54:32.687Z | Compiling minimal-lexical v0.2.1 |
| 1262 | 2025-03-03T23:54:32.838Z | Compiling futures-channel v0.3.31 |
| 1263 | 2025-03-03T23:54:32.934Z | Compiling libloading v0.8.5 |
| 1264 | 2025-03-03T23:54:33.001Z | Compiling clang-sys v1.8.1 |
| 1265 | 2025-03-03T23:54:33.184Z | Compiling nom v7.1.3 |
| 1266 | 2025-03-03T23:54:33.239Z | Compiling foldhash v0.1.3 |
| 1267 | 2025-03-03T23:54:33.332Z | Compiling home v0.5.9 |
| 1268 | 2025-03-03T23:54:33.550Z | Compiling allocator-api2 v0.2.18 |
| 1269 | 2025-03-03T23:54:33.570Z | Compiling futures-io v0.3.31 |
| 1270 | 2025-03-03T23:54:33.750Z | Compiling bindgen v0.69.5 |
| 1271 | 2025-03-03T23:54:33.843Z | Compiling futures-task v0.3.31 |
| 1272 | 2025-03-03T23:54:33.948Z | Compiling pin-utils v0.1.0 |
| 1273 | 2025-03-03T23:54:34.137Z | Compiling itertools v0.12.1 |
| 1274 | 2025-03-03T23:54:34.328Z | Compiling hashbrown v0.15.1 |
| 1275 | 2025-03-03T23:54:34.645Z | Compiling libm v0.2.8 |
| 1276 | 2025-03-03T23:54:35.021Z | Compiling lazycell v1.3.0 |
| 1277 | 2025-03-03T23:54:35.196Z | Compiling rustc-hash v1.1.0 |
| 1278 | 2025-03-03T23:54:35.355Z | Compiling pkg-config v0.3.31 |
| 1279 | 2025-03-03T23:54:35.519Z | Compiling regex-automata v0.4.8 |
| 1280 | 2025-03-03T23:54:36.259Z | Compiling cmake v0.1.51 |
| 1281 | 2025-03-03T23:54:36.596Z | Compiling synstructure v0.13.1 |
| 1282 | 2025-03-03T23:54:36.994Z | Compiling cexpr v0.6.0 |
| 1283 | 2025-03-03T23:54:37.092Z | Compiling num-traits v0.2.19 |
| 1284 | 2025-03-03T23:54:37.415Z | Compiling dunce v1.0.5 |
| 1285 | 2025-03-03T23:54:37.555Z | Compiling fs_extra v1.3.0 |
| 1286 | 2025-03-03T23:54:38.020Z | Compiling getrandom v0.3.1 |
| 1287 | 2025-03-03T23:54:38.076Z | Compiling litemap v0.7.3 |
| 1288 | 2025-03-03T23:54:38.471Z | Compiling writeable v0.5.5 |
| 1289 | 2025-03-03T23:54:38.491Z | Compiling ring v0.17.11 |
| 1290 | 2025-03-03T23:54:38.708Z | Compiling base64ct v1.6.0 |
| 1291 | 2025-03-03T23:54:39.246Z | Compiling paste v1.0.15 |
| 1292 | 2025-03-03T23:54:39.276Z | Compiling pem-rfc7468 v0.7.0 |
| 1293 | 2025-03-03T23:54:39.791Z | Compiling httparse v1.9.5 |
| 1294 | 2025-03-03T23:54:39.812Z | Compiling flagset v0.4.6 |
| 1295 | 2025-03-03T23:54:39.888Z | Compiling aws-lc-rs v1.12.4 |
| 1296 | 2025-03-03T23:54:40.010Z | Compiling icu_locid_transform_data v1.5.0 |
| 1297 | 2025-03-03T23:54:40.311Z | Compiling regex v1.11.1 |
| 1298 | 2025-03-03T23:54:40.502Z | Compiling tracing-core v0.1.32 |
| 1299 | 2025-03-03T23:54:40.571Z | Compiling rustls-pki-types v1.10.0 |
| 1300 | 2025-03-03T23:54:41.064Z | Compiling icu_properties_data v1.5.0 |
| 1301 | 2025-03-03T23:54:41.305Z | Compiling percent-encoding v2.3.1 |
| 1302 | 2025-03-03T23:54:41.334Z | Compiling crossbeam-utils v0.8.20 |
| 1303 | 2025-03-03T23:54:41.594Z | Compiling num-conv v0.1.0 |
| 1304 | 2025-03-03T23:54:41.618Z | Compiling utf16_iter v1.0.5 |
| 1305 | 2025-03-03T23:54:41.647Z | Compiling serde_derive v1.0.218 |
| 1306 | 2025-03-03T23:54:41.819Z | Compiling zeroize_derive v1.4.2 |
| 1307 | 2025-03-03T23:54:41.840Z | Compiling zerocopy-derive v0.7.35 |
| 1308 | 2025-03-03T23:54:41.877Z | Compiling tokio-macros v2.5.0 |
| 1309 | 2025-03-03T23:54:42.006Z | Compiling zerofrom-derive v0.1.4 |
| 1310 | 2025-03-03T23:54:43.159Z | Compiling zeroize v1.8.1 |
| 1311 | 2025-03-03T23:54:43.183Z | Compiling yoke-derive v0.7.4 |
| 1312 | 2025-03-03T23:54:43.727Z | Compiling zerocopy v0.7.35 |
| 1313 | 2025-03-03T23:54:43.931Z | Compiling thiserror-impl v1.0.69 |
| 1314 | 2025-03-03T23:54:44.256Z | Compiling zerovec-derive v0.10.3 |
| 1315 | 2025-03-03T23:54:44.773Z | Compiling crypto-common v0.1.6 |
| 1316 | 2025-03-03T23:54:45.014Z | Compiling block-buffer v0.10.4 |
| 1317 | 2025-03-03T23:54:45.017Z | Compiling futures-macro v0.3.31 |
| 1318 | 2025-03-03T23:54:45.267Z | Compiling digest v0.10.7 |
| 1319 | 2025-03-03T23:54:45.303Z | Compiling zerofrom v0.1.4 |
| 1320 | 2025-03-03T23:54:45.536Z | Compiling displaydoc v0.2.5 |
| 1321 | 2025-03-03T23:54:45.679Z | Compiling yoke v0.7.4 |
| 1322 | 2025-03-03T23:54:45.735Z | Compiling hmac v0.12.1 |
| 1323 | 2025-03-03T23:54:45.999Z | Compiling block-padding v0.3.3 |
| 1324 | 2025-03-03T23:54:46.031Z | Compiling ppv-lite86 v0.2.20 |
| 1325 | 2025-03-03T23:54:46.296Z | Compiling inout v0.1.3 |
| 1326 | 2025-03-03T23:54:46.577Z | Compiling cipher v0.4.4 |
| 1327 | 2025-03-03T23:54:46.686Z | Compiling zerovec v0.10.4 |
| 1328 | 2025-03-03T23:54:46.721Z | Compiling thiserror v1.0.69 |
| 1329 | 2025-03-03T23:54:46.810Z | Compiling sha2 v0.10.8 |
| 1330 | 2025-03-03T23:54:46.861Z | Compiling futures-util v0.3.31 |
| 1331 | 2025-03-03T23:54:46.883Z | Compiling icu_provider_macros v1.5.0 |
| 1332 | 2025-03-03T23:54:47.045Z | Compiling der_derive v0.7.3 |
| 1333 | 2025-03-03T23:54:47.068Z | Compiling tracing-attributes v0.1.27 |
| 1334 | 2025-03-03T23:54:47.899Z | Compiling salsa20 v0.10.2 |
| 1335 | 2025-03-03T23:54:48.111Z | Compiling pest v2.7.14 |
| 1336 | 2025-03-03T23:54:48.563Z | Compiling tinystr v0.7.6 |
| 1337 | 2025-03-03T23:54:48.629Z | Compiling icu_collections v1.5.0 |
| 1338 | 2025-03-03T23:54:48.947Z | Compiling icu_locid v1.5.0 |
| 1339 | 2025-03-03T23:54:49.286Z | Compiling der v0.7.9 |
| 1340 | 2025-03-03T23:54:49.865Z | Compiling pbkdf2 v0.12.2 |
| 1341 | 2025-03-03T23:54:50.049Z | Compiling icu_provider v1.5.0 |
| 1342 | 2025-03-03T23:54:50.156Z | Compiling tracing v0.1.40 |
| 1343 | 2025-03-03T23:54:50.370Z | Compiling write16 v1.0.0 |
| 1344 | 2025-03-03T23:54:50.523Z | Compiling time-core v0.1.2 |
| 1345 | 2025-03-03T23:54:50.627Z | Compiling icu_normalizer_data v1.5.0 |
| 1346 | 2025-03-03T23:54:50.712Z | Compiling untrusted v0.7.1 |
| 1347 | 2025-03-03T23:54:50.745Z | Compiling icu_locid_transform v1.5.0 |
| 1348 | 2025-03-03T23:54:50.865Z | Compiling vcpkg v0.2.15 |
| 1349 | 2025-03-03T23:54:50.916Z | Compiling utf8_iter v1.0.4 |
| 1350 | 2025-03-03T23:54:50.992Z | Compiling powerfmt v0.2.0 |
| 1351 | 2025-03-03T23:54:51.037Z | Compiling untrusted v0.9.0 |
| 1352 | 2025-03-03T23:54:51.203Z | Compiling time-macros v0.2.18 |
| 1353 | 2025-03-03T23:54:51.288Z | Compiling deranged v0.3.11 |
| 1354 | 2025-03-03T23:54:51.401Z | Compiling spki v0.7.3 |
| 1355 | 2025-03-03T23:54:52.065Z | Compiling icu_properties v1.5.1 |
| 1356 | 2025-03-03T23:54:52.246Z | Compiling pest_meta v2.7.14 |
| 1357 | 2025-03-03T23:54:52.618Z | Compiling openssl-sys v0.9.106 |
| 1358 | 2025-03-03T23:54:53.117Z | Compiling scrypt v0.11.0 |
| 1359 | 2025-03-03T23:54:53.599Z | Compiling bitflags v2.6.0 |
| 1360 | 2025-03-03T23:54:53.664Z | Compiling bytes v1.10.0 |
| 1361 | 2025-03-03T23:54:53.859Z | Compiling indexmap v2.7.1 |
| 1362 | 2025-03-03T23:54:54.156Z | Compiling semver v1.0.25 |
| 1363 | 2025-03-03T23:54:54.834Z | Compiling tokio v1.43.0 |
| 1364 | 2025-03-03T23:54:55.078Z | Compiling http v1.2.0 |
| 1365 | 2025-03-03T23:54:55.216Z | Compiling rustc_version v0.4.1 |
| 1366 | 2025-03-03T23:54:55.891Z | Compiling icu_normalizer v1.5.0 |
| 1367 | 2025-03-03T23:54:56.154Z | Compiling aes v0.8.4 |
| 1368 | 2025-03-03T23:54:56.463Z | Compiling cbc v0.1.2 |
| 1369 | 2025-03-03T23:54:56.588Z | Compiling scroll_derive v0.12.0 |
| 1370 | 2025-03-03T23:54:56.637Z | Compiling num_threads v0.1.7 |
| 1371 | 2025-03-03T23:54:56.700Z | Compiling tinyvec_macros v0.1.1 |
| 1372 | 2025-03-03T23:54:56.779Z | Compiling atomic-waker v1.1.2 |
| 1373 | 2025-03-03T23:54:56.805Z | Compiling tinyvec v1.8.0 |
| 1374 | 2025-03-03T23:54:56.970Z | Compiling idna_adapter v1.2.0 |
| 1375 | 2025-03-03T23:54:57.202Z | Compiling pkcs5 v0.7.1 |
| 1376 | 2025-03-03T23:54:57.291Z | Compiling time v0.3.36 |
| 1377 | 2025-03-03T23:54:57.710Z | Compiling which v4.4.2 |
| 1378 | 2025-03-03T23:54:57.939Z | Compiling scroll v0.12.0 |
| 1379 | 2025-03-03T23:54:58.400Z | Compiling http-body v1.0.1 |
| 1380 | 2025-03-03T23:54:58.407Z | Compiling pest_generator v2.7.14 |
| 1381 | 2025-03-03T23:54:58.476Z | Compiling rand_chacha v0.3.1 |
| 1382 | 2025-03-03T23:54:58.515Z | Compiling form_urlencoded v1.2.1 |
| 1383 | 2025-03-03T23:54:58.723Z | Compiling try-lock v0.2.5 |
| 1384 | 2025-03-03T23:54:58.825Z | Compiling slog v2.7.0 |
| 1385 | 2025-03-03T23:54:58.842Z | Compiling zerocopy v0.8.10 |
| 1386 | 2025-03-03T23:54:58.884Z | Compiling want v0.3.1 |
| 1387 | 2025-03-03T23:54:59.168Z | Compiling rand v0.8.5 |
| 1388 | 2025-03-03T23:54:59.394Z | Compiling goblin v0.8.2 |
| 1389 | 2025-03-03T23:54:59.694Z | Compiling pkcs8 v0.10.2 |
| 1390 | 2025-03-03T23:55:00.149Z | Compiling pest_derive v2.7.14 |
| 1391 | 2025-03-03T23:55:00.312Z | Compiling idna v1.0.3 |
| 1392 | 2025-03-03T23:55:00.819Z | Compiling uuid v1.15.1 |
| 1393 | 2025-03-03T23:55:00.949Z | Compiling zerocopy-derive v0.8.10 |
| 1394 | 2025-03-03T23:55:01.198Z | Compiling adler2 v2.0.0 |
| 1395 | 2025-03-03T23:55:01.420Z | Compiling httpdate v1.0.3 |
| 1396 | 2025-03-03T23:55:01.644Z | Compiling iana-time-zone v0.1.61 |
| 1397 | 2025-03-03T23:55:01.847Z | Compiling tower-service v0.3.3 |
| 1398 | 2025-03-03T23:55:01.867Z | Compiling chrono v0.4.40 |
| 1399 | 2025-03-03T23:55:01.995Z | Compiling miniz_oxide v0.8.5 |
| 1400 | 2025-03-03T23:55:02.022Z | Compiling dtrace-parser v0.2.0 |
| 1401 | 2025-03-03T23:55:03.126Z | Compiling tokio-util v0.7.13 |
| 1402 | 2025-03-03T23:55:03.484Z | Compiling toml_datetime v0.6.8 |
| 1403 | 2025-03-03T23:55:03.786Z | Compiling serde_tokenstream v0.2.2 |
| 1404 | 2025-03-03T23:55:03.963Z | Compiling serde_spanned v0.6.8 |
| 1405 | 2025-03-03T23:55:04.205Z | Compiling h2 v0.4.6 |
| 1406 | 2025-03-03T23:55:04.318Z | Compiling match_cfg v0.1.0 |
| 1407 | 2025-03-03T23:55:04.374Z | Compiling rustversion v1.0.17 |
| 1408 | 2025-03-03T23:55:04.420Z | Compiling base64 v0.22.1 |
| 1409 | 2025-03-03T23:55:05.046Z | Compiling foreign-types-shared v0.1.1 |
| 1410 | 2025-03-03T23:55:05.084Z | Compiling dof v0.3.0 |
| 1411 | 2025-03-03T23:55:05.109Z | Compiling openssl v0.10.71 |
| 1412 | 2025-03-03T23:55:05.171Z | Compiling foreign-types v0.3.2 |
| 1413 | 2025-03-03T23:55:05.354Z | Compiling hostname v0.3.1 |
| 1414 | 2025-03-03T23:55:05.561Z | Compiling url v2.5.3 |
| 1415 | 2025-03-03T23:55:06.676Z | Compiling rand_core v0.9.2 |
| 1416 | 2025-03-03T23:55:06.842Z | Compiling usdt-impl v0.5.0 |
| 1417 | 2025-03-03T23:55:06.877Z | Compiling openssl-macros v0.1.1 |
| 1418 | 2025-03-03T23:55:07.126Z | Compiling async-trait v0.1.86 |
| 1419 | 2025-03-03T23:55:07.316Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1420 | 2025-03-03T23:55:07.608Z | Compiling serde_derive_internals v0.29.1 |
| 1421 | 2025-03-03T23:55:07.814Z | Compiling dirs-sys-next v0.1.2 |
| 1422 | 2025-03-03T23:55:07.854Z | Compiling data-encoding v2.6.0 |
| 1423 | 2025-03-03T23:55:08.125Z | Compiling rustls v0.22.4 |
| 1424 | 2025-03-03T23:55:08.360Z | Compiling schemars v0.8.22 |
| 1425 | 2025-03-03T23:55:08.423Z | Compiling syn v1.0.109 |
| 1426 | 2025-03-03T23:55:08.459Z | Compiling siphasher v0.3.11 |
| 1427 | 2025-03-03T23:55:08.717Z | Compiling rustls v0.23.19 |
| 1428 | 2025-03-03T23:55:08.841Z | Compiling native-tls v0.2.12 |
| 1429 | 2025-03-03T23:55:09.087Z | Compiling dirs-next v2.0.0 |
| 1430 | 2025-03-03T23:55:09.284Z | Compiling rand_chacha v0.9.0 |
| 1431 | 2025-03-03T23:55:09.697Z | Compiling schemars_derive v0.8.22 |
| 1432 | 2025-03-03T23:55:09.737Z | Compiling http-body-util v0.1.2 |
| 1433 | 2025-03-03T23:55:10.222Z | Compiling unicode-normalization v0.1.24 |
| 1434 | 2025-03-03T23:55:10.367Z | Compiling heapless v0.7.17 |
| 1435 | 2025-03-03T23:55:10.633Z | Compiling crossbeam-epoch v0.9.18 |
| 1436 | 2025-03-03T23:55:10.805Z | Compiling sha1 v0.10.6 |
| 1437 | 2025-03-03T23:55:11.258Z | Compiling hyper v1.6.0 |
| 1438 | 2025-03-03T23:55:11.304Z | Compiling signature v2.2.0 |
| 1439 | 2025-03-03T23:55:11.325Z | Compiling thread_local v1.1.8 |
| 1440 | 2025-03-03T23:55:11.346Z | Compiling multer v3.1.0 |
| 1441 | 2025-03-03T23:55:11.615Z | Compiling encoding_rs v0.8.34 |
| 1442 | 2025-03-03T23:55:11.668Z | Compiling cookie v0.18.1 |
| 1443 | 2025-03-03T23:55:11.770Z | Compiling crc32fast v1.4.2 |
| 1444 | 2025-03-03T23:55:11.990Z | Compiling mime v0.3.17 |
| 1445 | 2025-03-03T23:55:12.094Z | Compiling unicode-properties v0.1.3 |
| 1446 | 2025-03-03T23:55:12.528Z | Compiling unicode-bidi v0.3.17 |
| 1447 | 2025-03-03T23:55:12.549Z | Compiling rayon-core v1.12.1 |
| 1448 | 2025-03-03T23:55:12.612Z | Compiling dyn-clone v1.0.18 |
| 1449 | 2025-03-03T23:55:12.845Z | Compiling gimli v0.31.1 |
| 1450 | 2025-03-03T23:55:12.865Z | Compiling signal-hook v0.3.17 |
| 1451 | 2025-03-03T23:55:13.155Z | Compiling ipnet v2.11.0 |
| 1452 | 2025-03-03T23:55:13.739Z | Compiling hyper-util v0.1.10 |
| 1453 | 2025-03-03T23:55:13.891Z | Compiling slog-async v2.8.0 |
| 1454 | 2025-03-03T23:55:14.188Z | Compiling openssl-probe v0.1.5 |
| 1455 | 2025-03-03T23:55:14.493Z | Compiling stringprep v0.1.5 |
| 1456 | 2025-03-03T23:55:14.543Z | Compiling toml_edit v0.22.24 |
| 1457 | 2025-03-03T23:55:15.582Z | Compiling crossbeam-deque v0.8.5 |
| 1458 | 2025-03-03T23:55:15.844Z | Compiling rand v0.9.0 |
| 1459 | 2025-03-03T23:55:15.930Z | Compiling term v0.7.0 |
| 1460 | 2025-03-03T23:55:16.817Z | Compiling usdt-macro v0.5.0 |
| 1461 | 2025-03-03T23:55:17.200Z | Compiling addr2line v0.24.2 |
| 1462 | 2025-03-03T23:55:17.568Z | Compiling usdt-attr-macro v0.5.0 |
| 1463 | 2025-03-03T23:55:17.607Z | Compiling slog-json v2.6.1 |
| 1464 | 2025-03-03T23:55:17.874Z | Compiling serde_urlencoded v0.7.1 |
| 1465 | 2025-03-03T23:55:17.949Z | Compiling curve25519-dalek v4.1.3 |
| 1466 | 2025-03-03T23:55:18.178Z | Compiling crossbeam-channel v0.5.13 |
| 1467 | 2025-03-03T23:55:18.388Z | Compiling futures-executor v0.3.31 |
| 1468 | 2025-03-03T23:55:18.621Z | Compiling enum-as-inner v0.6.1 |
| 1469 | 2025-03-03T23:55:18.819Z | Compiling md-5 v0.10.6 |
| 1470 | 2025-03-03T23:55:18.856Z | Compiling async-stream-impl v0.3.6 |
| 1471 | 2025-03-03T23:55:19.080Z | Compiling rustls-pemfile v2.2.0 |
| 1472 | 2025-03-03T23:55:19.100Z | Compiling num-integer v0.1.46 |
| 1473 | 2025-03-03T23:55:19.159Z | Compiling hash32 v0.2.1 |
| 1474 | 2025-03-03T23:55:19.414Z | Compiling ff v0.13.0 |
| 1475 | 2025-03-03T23:55:19.528Z | Compiling is-terminal v0.4.13 |
| 1476 | 2025-03-03T23:55:19.629Z | Compiling object v0.36.5 |
| 1477 | 2025-03-03T23:55:19.650Z | Compiling memoffset v0.9.1 |
| 1478 | 2025-03-03T23:55:19.668Z | Compiling dropshot v0.12.0 |
| 1479 | 2025-03-03T23:55:19.827Z | Compiling take_mut v0.2.2 |
| 1480 | 2025-03-03T23:55:19.976Z | Compiling portable-atomic v1.9.0 |
| 1481 | 2025-03-03T23:55:19.998Z | Compiling anyhow v1.0.96 |
| 1482 | 2025-03-03T23:55:20.015Z | Compiling psl-types v2.0.11 |
| 1483 | 2025-03-03T23:55:20.074Z | Compiling cfg_aliases v0.2.1 |
| 1484 | 2025-03-03T23:55:20.187Z | Compiling linked-hash-map v0.5.6 |
| 1485 | 2025-03-03T23:55:20.215Z | Compiling litrs v0.4.1 |
| 1486 | 2025-03-03T23:55:20.517Z | Compiling num-bigint-dig v0.8.4 |
| 1487 | 2025-03-03T23:55:20.593Z | Compiling fallible-iterator v0.2.0 |
| 1488 | 2025-03-03T23:55:20.847Z | Compiling quick-error v1.2.3 |
| 1489 | 2025-03-03T23:55:20.943Z | Compiling smoltcp v0.9.1 |
| 1490 | 2025-03-03T23:55:21.016Z | Compiling rustc-demangle v0.1.24 |
| 1491 | 2025-03-03T23:55:21.284Z | Compiling utf-8 v0.7.6 |
| 1492 | 2025-03-03T23:55:21.313Z | Compiling base16ct v0.2.0 |
| 1493 | 2025-03-03T23:55:21.594Z | Compiling sec1 v0.7.3 |
| 1494 | 2025-03-03T23:55:21.650Z | Compiling tungstenite v0.24.0 |
| 1495 | 2025-03-03T23:55:21.671Z | Compiling document-features v0.2.10 |
| 1496 | 2025-03-03T23:55:21.674Z | Compiling postgres-protocol v0.6.8 |
| 1497 | 2025-03-03T23:55:21.994Z | Compiling resolv-conf v0.7.0 |
| 1498 | 2025-03-03T23:55:22.628Z | Compiling lru-cache v0.1.2 |
| 1499 | 2025-03-03T23:55:22.650Z | Compiling nix v0.29.0 |
| 1500 | 2025-03-03T23:55:22.812Z | Compiling publicsuffix v2.3.0 |
| 1501 | 2025-03-03T23:55:22.830Z | Compiling async-stream v0.3.6 |
| 1502 | 2025-03-03T23:55:23.120Z | Compiling slog-term v2.9.1 |
| 1503 | 2025-03-03T23:55:23.138Z | Compiling hickory-proto v0.24.4 |
| 1504 | 2025-03-03T23:55:23.490Z | Compiling group v0.13.0 |
| 1505 | 2025-03-03T23:55:23.538Z | Compiling num-iter v0.1.45 |
| 1506 | 2025-03-03T23:55:23.735Z | Compiling usdt v0.5.0 |
| 1507 | 2025-03-03T23:55:24.123Z | Compiling futures v0.3.31 |
| 1508 | 2025-03-03T23:55:24.191Z | Compiling toml v0.8.20 |
| 1509 | 2025-03-03T23:55:24.240Z | Compiling slog-bunyan v2.5.0 |
| 1510 | 2025-03-03T23:55:24.449Z | Compiling bzip2 v0.4.4 |
| 1511 | 2025-03-03T23:55:25.663Z | Compiling camino v1.1.9 |
| 1512 | 2025-03-03T23:55:25.755Z | Compiling tokio-native-tls v0.3.1 |
| 1513 | 2025-03-03T23:55:25.819Z | Compiling flate2 v1.1.0 |
| 1514 | 2025-03-03T23:55:26.039Z | Compiling phf_shared v0.11.2 |
| 1515 | 2025-03-03T23:55:26.428Z | Compiling backtrace v0.3.74 |
| 1516 | 2025-03-03T23:55:26.479Z | Compiling dropshot_endpoint v0.12.0 |
| 1517 | 2025-03-03T23:55:26.656Z | Compiling terminal_size v0.4.0 |
| 1518 | 2025-03-03T23:55:26.711Z | Compiling waitgroup v0.1.2 |
| 1519 | 2025-03-03T23:55:26.761Z | Compiling openapiv3 v2.0.0 |
| 1520 | 2025-03-03T23:55:26.873Z | Compiling serde_path_to_error v0.1.16 |
| 1521 | 2025-03-03T23:55:26.940Z | Compiling hkdf v0.12.4 |
| 1522 | 2025-03-03T23:55:27.207Z | Compiling crypto-bigint v0.5.5 |
| 1523 | 2025-03-03T23:55:27.651Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1524 | 2025-03-03T23:55:28.492Z | Compiling hubpack_derive v0.1.1 |
| 1525 | 2025-03-03T23:55:29.043Z | Compiling zerocopy-derive v0.6.6 |
| 1526 | 2025-03-03T23:55:29.223Z | Compiling webpki-roots v0.26.6 |
| 1527 | 2025-03-03T23:55:29.364Z | Compiling sync_wrapper v1.0.1 |
| 1528 | 2025-03-03T23:55:29.449Z | Compiling hostname v0.4.0 |
| 1529 | 2025-03-03T23:55:29.528Z | Compiling ahash v0.8.11 |
| 1530 | 2025-03-03T23:55:29.671Z | Compiling fs-err v2.11.0 |
| 1531 | 2025-03-03T23:55:29.897Z | Compiling unicode-width v0.2.0 |
| 1532 | 2025-03-03T23:55:30.002Z | Compiling zip v2.1.3 |
| 1533 | 2025-03-03T23:55:30.327Z | Compiling winnow v0.5.40 |
| 1534 | 2025-03-03T23:55:30.432Z | Compiling managed v0.8.0 |
| 1535 | 2025-03-03T23:55:30.496Z | Compiling bumpalo v3.16.0 |
| 1536 | 2025-03-03T23:55:30.711Z | Compiling tower-layer v0.3.3 |
| 1537 | 2025-03-03T23:55:30.867Z | Compiling newtype-uuid v1.2.1 |
| 1538 | 2025-03-03T23:55:30.940Z | Compiling simd-adler32 v0.3.7 |
| 1539 | 2025-03-03T23:55:30.960Z | Compiling debug-ignore v1.0.5 |
| 1540 | 2025-03-03T23:55:30.999Z | Compiling buf-list v1.0.3 |
| 1541 | 2025-03-03T23:55:31.126Z | Compiling lockfree-object-pool v0.1.6 |
| 1542 | 2025-03-03T23:55:31.252Z | Compiling clap_builder v4.5.31 |
| 1543 | 2025-03-03T23:55:31.451Z | Compiling zopfli v0.8.1 |
| 1544 | 2025-03-03T23:55:31.699Z | Compiling tower v0.5.2 |
| 1545 | 2025-03-03T23:55:31.859Z | Compiling zerocopy v0.6.6 |
| 1546 | 2025-03-03T23:55:32.540Z | Compiling console v0.15.10 |
| 1547 | 2025-03-03T23:55:32.637Z | Compiling elliptic-curve v0.13.8 |
| 1548 | 2025-03-03T23:55:33.069Z | Compiling strum_macros v0.25.3 |
| 1549 | 2025-03-03T23:55:33.340Z | Compiling hubpack v0.1.2 |
| 1550 | 2025-03-03T23:55:33.362Z | Compiling toml_edit v0.19.15 |
| 1551 | 2025-03-03T23:55:33.610Z | Compiling hickory-resolver v0.24.4 |
| 1552 | 2025-03-03T23:55:33.844Z | Compiling phf v0.11.2 |
| 1553 | 2025-03-03T23:55:34.124Z | Compiling signal-hook-mio v0.2.4 |
| 1554 | 2025-03-03T23:55:34.307Z | Compiling hyper-tls v0.6.0 |
| 1555 | 2025-03-03T23:55:34.508Z | Compiling cookie_store v0.21.1 |
| 1556 | 2025-03-03T23:55:34.705Z | Compiling rayon v1.10.0 |
| 1557 | 2025-03-03T23:55:36.886Z | Compiling tokio-tungstenite v0.24.0 |
| 1558 | 2025-03-03T23:55:37.421Z | Compiling postgres-types v0.2.9 |
| 1559 | 2025-03-03T23:55:39.031Z | Compiling ed25519 v2.2.3 |
| 1560 | 2025-03-03T23:55:39.101Z | Compiling phf_shared v0.10.0 |
| 1561 | 2025-03-03T23:55:39.123Z | Compiling tokio-stream v0.1.17 |
| 1562 | 2025-03-03T23:55:39.481Z | Compiling pkcs1 v0.7.5 |
| 1563 | 2025-03-03T23:55:40.024Z | Compiling serde-big-array v0.5.1 |
| 1564 | 2025-03-03T23:55:40.055Z | Compiling clap_derive v4.5.28 |
| 1565 | 2025-03-03T23:55:40.193Z | Compiling rfc6979 v0.4.0 |
| 1566 | 2025-03-03T23:55:40.264Z | Compiling derive-where v1.2.7 |
| 1567 | 2025-03-03T23:55:40.386Z | Compiling serde_repr v0.1.19 |
| 1568 | 2025-03-03T23:55:40.406Z | Compiling float-cmp v0.10.0 |
| 1569 | 2025-03-03T23:55:40.657Z | Compiling bstr v1.10.0 |
| 1570 | 2025-03-03T23:55:40.836Z | Compiling new_debug_unreachable v1.0.6 |
| 1571 | 2025-03-03T23:55:40.948Z | Compiling fixedbitset v0.4.2 |
| 1572 | 2025-03-03T23:55:41.334Z | Compiling number_prefix v0.4.0 |
| 1573 | 2025-03-03T23:55:41.402Z | Compiling whoami v1.5.2 |
| 1574 | 2025-03-03T23:55:41.529Z | Compiling static_assertions v1.1.0 |
| 1575 | 2025-03-03T23:55:41.574Z | Compiling predicates-core v1.0.8 |
| 1576 | 2025-03-03T23:55:41.641Z | Compiling difflib v0.4.0 |
| 1577 | 2025-03-03T23:55:41.905Z | Compiling normalize-line-endings v0.3.0 |
| 1578 | 2025-03-03T23:55:41.963Z | Compiling unicode-segmentation v1.12.0 |
| 1579 | 2025-03-03T23:55:42.049Z | Compiling precomputed-hash v0.1.1 |
| 1580 | 2025-03-03T23:55:42.185Z | Compiling string_cache v0.8.7 |
| 1581 | 2025-03-03T23:55:42.242Z | Compiling predicates v3.1.3 |
| 1582 | 2025-03-03T23:55:42.599Z | Compiling tokio-postgres v0.7.13 |
| 1583 | 2025-03-03T23:55:42.837Z | Compiling similar v2.7.0 |
| 1584 | 2025-03-03T23:55:42.921Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1585 | 2025-03-03T23:55:43.322Z | Compiling indicatif v0.17.11 |
| 1586 | 2025-03-03T23:55:43.720Z | Compiling petgraph v0.6.5 |
| 1587 | 2025-03-03T23:55:44.442Z | Compiling clap v4.5.31 |
| 1588 | 2025-03-03T23:55:44.572Z | Compiling ecdsa v0.16.9 |
| 1589 | 2025-03-03T23:55:44.872Z | Compiling rsa v0.9.6 |
| 1590 | 2025-03-03T23:55:45.309Z | Compiling ed25519-dalek v2.1.1 |
| 1591 | 2025-03-03T23:55:46.672Z | Compiling toml v0.7.8 |
| 1592 | 2025-03-03T23:55:47.255Z | Compiling crossterm v0.28.1 |
| 1593 | 2025-03-03T23:55:48.724Z | Compiling zip v0.6.6 |
| 1594 | 2025-03-03T23:55:48.945Z | Compiling hex v0.4.3 |
| 1595 | 2025-03-03T23:55:49.144Z | Compiling x509-cert v0.2.5 |
| 1596 | 2025-03-03T23:55:49.530Z | Compiling itertools v0.10.5 |
| 1597 | 2025-03-03T23:55:49.792Z | Compiling unicode-xid v0.2.6 |
| 1598 | 2025-03-03T23:55:49.954Z | Compiling peg-runtime v0.8.3 |
| 1599 | 2025-03-03T23:55:49.988Z | Compiling lalrpop-util v0.19.12 |
| 1600 | 2025-03-03T23:55:50.007Z | Compiling strum_macros v0.26.4 |
| 1601 | 2025-03-03T23:55:50.343Z | Compiling xattr v1.3.1 |
| 1602 | 2025-03-03T23:55:50.411Z | Compiling filetime v0.2.25 |
| 1603 | 2025-03-03T23:55:50.700Z | Compiling tar v0.4.44 |
| 1604 | 2025-03-03T23:55:54.480Z | Compiling strum v0.26.3 |
| 1605 | 2025-03-03T23:55:57.275Z | Compiling aws-lc-sys v0.26.0 |
| 1606 | 2025-03-03T23:56:27.107Z | Compiling rustls-webpki v0.102.8 |
| 1607 | 2025-03-03T23:56:30.314Z | Compiling tokio-rustls v0.25.0 |
| 1608 | 2025-03-03T23:56:31.996Z | Compiling tokio-rustls v0.26.0 |
| 1609 | 2025-03-03T23:56:32.294Z | Compiling hyper-rustls v0.27.3 |
| 1610 | 2025-03-03T23:56:32.709Z | Compiling reqwest v0.12.12 |
| 1611 | 2025-03-03T23:56:34.072Z | Compiling qorb v0.2.1 |
| 1612 | 2025-03-03T23:56:37.023Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1613 | 2025-03-03T23:56:37.281Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1614 | 2025-03-03T23:56:41.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
| 1615 | 2025-03-03T23:56:41.853Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1616 | 2025-03-03T23:56:41.902Z | Mar 03 23:56:41.208 INFO Starting download, target: Clickhouse |
| 1617 | 2025-03-03T23:56:41.902Z | Mar 03 23:56:41.208 INFO Starting download, target: Cockroach |
| 1618 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.208 INFO Starting download, target: Console |
| 1619 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.208 INFO Starting download, target: DendriteOpenapi |
| 1620 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.208 INFO Starting download, target: DendriteStub |
| 1621 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.208 INFO Starting download, target: MaghemiteMgd |
| 1622 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.208 INFO Starting download, target: TransceiverControl |
| 1623 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.209 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1624 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.209 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1625 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.209 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1626 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.209 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1627 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.209 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1628 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.209 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1629 | 2025-03-03T23:56:41.905Z | Mar 03 23:56:41.209 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1630 | 2025-03-03T23:56:42.105Z | Mar 03 23:56:41.400 INFO Download complete, target: DendriteOpenapi |
| 1631 | 2025-03-03T23:56:42.262Z | Mar 03 23:56:41.552 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1632 | 2025-03-03T23:56:42.577Z | Mar 03 23:56:41.867 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1633 | 2025-03-03T23:56:42.697Z | Mar 03 23:56:41.966 INFO Download complete, target: TransceiverControl |
| 1634 | 2025-03-03T23:56:42.777Z | Mar 03 23:56:42.082 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1635 | 2025-03-03T23:56:42.971Z | Mar 03 23:56:42.275 INFO Download complete, target: Console |
| 1636 | 2025-03-03T23:56:43.009Z | Mar 03 23:56:42.313 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1637 | 2025-03-03T23:56:43.431Z | Mar 03 23:56:42.737 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1638 | 2025-03-03T23:56:43.431Z | Mar 03 23:56:42.738 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1639 | 2025-03-03T23:56:43.956Z | Mar 03 23:56:43.262 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1640 | 2025-03-03T23:56:45.315Z | Mar 03 23:56:44.622 INFO Download complete, target: DendriteStub |
| 1641 | 2025-03-03T23:56:45.528Z | Mar 03 23:56:44.835 INFO Download complete, target: MaghemiteMgd |
| 1642 | 2025-03-03T23:56:49.932Z | Mar 03 23:56:49.238 INFO Checking that binary works, target: Cockroach |
| 1643 | 2025-03-03T23:56:50.141Z | Mar 03 23:56:49.448 INFO Download complete, target: Cockroach |
| 1644 | 2025-03-03T23:56:54.558Z | Mar 03 23:56:53.862 INFO Checking that binary works, target: Clickhouse |
| 1645 | 2025-03-03T23:56:54.688Z | Mar 03 23:56:53.994 INFO Download complete, target: Clickhouse |
| 1646 | 2025-03-03T23:56:54.716Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1647 | 2025-03-03T23:56:54.723Z | |
| 1648 | 2025-03-03T23:56:54.723Z | real 5:13.646642299 |
| 1649 | 2025-03-03T23:56:54.723Z | user 15:41.849150505 |
| 1650 | 2025-03-03T23:56:54.723Z | sys 2:08.842558378 |
| 1651 | 2025-03-03T23:56:54.723Z | trap 0.572843419 |
| 1652 | 2025-03-03T23:56:54.723Z | tflt 2.972963225 |
| 1653 | 2025-03-03T23:56:54.723Z | dflt 2.989489064 |
| 1654 | 2025-03-03T23:56:54.723Z | kflt 0.025455452 |
| 1655 | 2025-03-03T23:56:54.723Z | lock 24:15.358590782 |
| 1656 | 2025-03-03T23:56:54.723Z | slp 57:15.724734215 |
| 1657 | 2025-03-03T23:56:54.723Z | lat 1:01.762195805 |
| 1658 | 2025-03-03T23:56:54.723Z | stop 2:33.326138323 |
| 1659 | 2025-03-03T23:56:54.723Z | + banner clippy |
| 1660 | 2025-03-03T23:56:54.723Z | |
| 1661 | 2025-03-03T23:56:54.723Z | #### # # ##### ##### # # |
| 1662 | 2025-03-03T23:56:54.723Z | # # # # # # # # # # |
| 1663 | 2025-03-03T23:56:54.723Z | # # # # # # # # |
| 1664 | 2025-03-03T23:56:54.723Z | # # # ##### ##### # |
| 1665 | 2025-03-03T23:56:54.723Z | # # # # # # # |
| 1666 | 2025-03-03T23:56:54.723Z | #### ###### # # # # |
| 1667 | 2025-03-03T23:56:54.723Z | |
| 1668 | 2025-03-03T23:56:54.727Z | + export CARGO_INCREMENTAL=0 |
| 1669 | 2025-03-03T23:56:54.727Z | + CARGO_INCREMENTAL=0 |
| 1670 | 2025-03-03T23:56:54.727Z | + ptime -m cargo xtask clippy |
| 1671 | 2025-03-03T23:56:55.283Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1672 | 2025-03-03T23:56:58.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 1673 | 2025-03-03T23:56:58.220Z | Running `target/debug/xtask clippy` |
| 1674 | 2025-03-03T23:56:58.242Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1675 | 2025-03-03T23:56:58.866Z | Downloading crates ... |
| 1676 | 2025-03-03T23:56:59.180Z | Downloaded anes v0.1.6 |
| 1677 | 2025-03-03T23:56:59.183Z | Downloaded approx v0.5.1 |
| 1678 | 2025-03-03T23:56:59.186Z | Downloaded async-signal v0.2.10 |
| 1679 | 2025-03-03T23:56:59.192Z | Downloaded async-object-pool v0.1.5 |
| 1680 | 2025-03-03T23:56:59.195Z | Downloaded plotters-svg v0.3.7 |
| 1681 | 2025-03-03T23:56:59.195Z | Downloaded blocking v1.6.1 |
| 1682 | 2025-03-03T23:56:59.198Z | Downloaded assert_cmd v2.0.16 |
| 1683 | 2025-03-03T23:56:59.201Z | Downloaded nested v0.1.1 |
| 1684 | 2025-03-03T23:56:59.205Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1685 | 2025-03-03T23:56:59.208Z | Downloaded async-channel v2.3.1 |
| 1686 | 2025-03-03T23:56:59.208Z | Downloaded assert-json-diff v2.0.2 |
| 1687 | 2025-03-03T23:56:59.211Z | Downloaded async-global-executor v2.4.1 |
| 1688 | 2025-03-03T23:56:59.211Z | Downloaded async-channel v1.9.0 |
| 1689 | 2025-03-03T23:56:59.214Z | Downloaded async-attributes v1.1.2 |
| 1690 | 2025-03-03T23:56:59.214Z | Downloaded path-tree v0.8.1 |
| 1691 | 2025-03-03T23:56:59.217Z | Downloaded event-listener v2.5.3 |
| 1692 | 2025-03-03T23:56:59.217Z | Downloaded futures-timer v3.0.3 |
| 1693 | 2025-03-03T23:56:59.220Z | Downloaded doc-comment v0.3.3 |
| 1694 | 2025-03-03T23:56:59.223Z | Downloaded piper v0.2.4 |
| 1695 | 2025-03-03T23:56:59.223Z | Downloaded pathdiff v0.2.3 |
| 1696 | 2025-03-03T23:56:59.223Z | Downloaded event-listener-strategy v0.5.2 |
| 1697 | 2025-03-03T23:56:59.226Z | Downloaded proc-macro-crate v3.2.0 |
| 1698 | 2025-03-03T23:56:59.230Z | Downloaded concurrent-queue v2.5.0 |
| 1699 | 2025-03-03T23:56:59.232Z | Downloaded async-executor v1.13.1 |
| 1700 | 2025-03-03T23:56:59.235Z | Downloaded target-spec v3.4.2 |
| 1701 | 2025-03-03T23:56:59.238Z | Downloaded stringmetrics v2.2.2 |
| 1702 | 2025-03-03T23:56:59.241Z | Downloaded parking v2.2.1 |
| 1703 | 2025-03-03T23:56:59.241Z | Downloaded cast v0.3.0 |
| 1704 | 2025-03-03T23:56:59.241Z | Downloaded plotters-backend v0.3.7 |
| 1705 | 2025-03-03T23:56:59.244Z | Downloaded similar-asserts v1.7.0 |
| 1706 | 2025-03-03T23:56:59.244Z | Downloaded criterion-plot v0.5.0 |
| 1707 | 2025-03-03T23:56:59.247Z | Downloaded rustls-native-certs v0.7.3 |
| 1708 | 2025-03-03T23:56:59.250Z | Downloaded async-process v2.3.0 |
| 1709 | 2025-03-03T23:56:59.253Z | Downloaded tinytemplate v1.2.1 |
| 1710 | 2025-03-03T23:56:59.253Z | Downloaded rust-argon2 v2.1.0 |
| 1711 | 2025-03-03T23:56:59.256Z | Downloaded kv-log-macro v1.0.7 |
| 1712 | 2025-03-03T23:56:59.256Z | Downloaded cfg-expr v0.18.0 |
| 1713 | 2025-03-03T23:56:59.259Z | Downloaded target-triple v0.1.3 |
| 1714 | 2025-03-03T23:56:59.261Z | Downloaded relative-path v1.9.3 |
| 1715 | 2025-03-03T23:56:59.261Z | Downloaded async-lock v3.4.0 |
| 1716 | 2025-03-03T23:56:59.265Z | Downloaded async-io v2.3.4 |
| 1717 | 2025-03-03T23:56:59.267Z | Downloaded partial-io v0.5.4 |
| 1718 | 2025-03-03T23:56:59.267Z | Downloaded target-lexicon v0.13.2 |
| 1719 | 2025-03-03T23:56:59.270Z | Downloaded httptest v0.16.3 |
| 1720 | 2025-03-03T23:56:59.273Z | Downloaded hyper-rustls v0.26.0 |
| 1721 | 2025-03-03T23:56:59.273Z | Downloaded serde_regex v1.1.0 |
| 1722 | 2025-03-03T23:56:59.276Z | Downloaded trybuild v1.0.103 |
| 1723 | 2025-03-03T23:56:59.279Z | Downloaded rstest v0.24.0 |
| 1724 | 2025-03-03T23:56:59.284Z | Downloaded oorandom v11.1.4 |
| 1725 | 2025-03-03T23:56:59.287Z | Downloaded rand_distr v0.4.3 |
| 1726 | 2025-03-03T23:56:59.290Z | Downloaded polling v3.7.3 |
| 1727 | 2025-03-03T23:56:59.293Z | Downloaded futures-lite v2.3.0 |
| 1728 | 2025-03-03T23:56:59.293Z | Downloaded event-listener v5.3.1 |
| 1729 | 2025-03-03T23:56:59.312Z | Downloaded yansi v1.0.1 |
| 1730 | 2025-03-03T23:56:59.316Z | Downloaded rstest_macros v0.24.0 |
| 1731 | 2025-03-03T23:56:59.318Z | Downloaded async-task v4.7.1 |
| 1732 | 2025-03-03T23:56:59.321Z | Downloaded pretty_assertions v1.4.1 |
| 1733 | 2025-03-03T23:56:59.322Z | Downloaded plotters v0.3.7 |
| 1734 | 2025-03-03T23:56:59.329Z | Downloaded guppy v0.17.17 |
| 1735 | 2025-03-03T23:56:59.335Z | Downloaded criterion v0.5.1 |
| 1736 | 2025-03-03T23:56:59.341Z | Downloaded blake2b_simd v1.0.2 |
| 1737 | 2025-03-03T23:56:59.344Z | Downloaded async-std v1.13.0 |
| 1738 | 2025-03-03T23:56:59.427Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1739 | 2025-03-03T23:57:00.258Z | Checking cfg-if v1.0.0 |
| 1740 | 2025-03-03T23:57:00.338Z | Checking libc v0.2.170 |
| 1741 | 2025-03-03T23:57:00.360Z | Checking serde v1.0.218 |
| 1742 | 2025-03-03T23:57:00.383Z | Checking memchr v2.7.4 |
| 1743 | 2025-03-03T23:57:00.405Z | Checking value-bag v1.9.0 |
| 1744 | 2025-03-03T23:57:00.429Z | Checking itoa v1.0.11 |
| 1745 | 2025-03-03T23:57:00.451Z | Checking zeroize v1.8.1 |
| 1746 | 2025-03-03T23:57:00.472Z | Checking scopeguard v1.2.0 |
| 1747 | 2025-03-03T23:57:00.475Z | Checking smallvec v1.14.0 |
| 1748 | 2025-03-03T23:57:00.633Z | Checking lock_api v0.4.12 |
| 1749 | 2025-03-03T23:57:00.667Z | Checking pin-project-lite v0.2.14 |
| 1750 | 2025-03-03T23:57:00.706Z | Checking subtle v2.6.1 |
| 1751 | 2025-03-03T23:57:00.776Z | Checking log v0.4.22 |
| 1752 | 2025-03-03T23:57:00.817Z | Checking libm v0.2.8 |
| 1753 | 2025-03-03T23:57:00.864Z | Checking byteorder v1.5.0 |
| 1754 | 2025-03-03T23:57:00.982Z | Checking once_cell v1.20.3 |
| 1755 | 2025-03-03T23:57:01.013Z | Checking typenum v1.17.0 |
| 1756 | 2025-03-03T23:57:01.167Z | Checking ryu v1.0.18 |
| 1757 | 2025-03-03T23:57:01.270Z | Checking futures-core v0.3.31 |
| 1758 | 2025-03-03T23:57:01.305Z | Checking thiserror v1.0.69 |
| 1759 | 2025-03-03T23:57:01.340Z | Checking const-oid v0.9.6 |
| 1760 | 2025-03-03T23:57:01.371Z | Checking getrandom v0.2.15 |
| 1761 | 2025-03-03T23:57:01.420Z | Checking signal-hook-registry v1.4.2 |
| 1762 | 2025-03-03T23:57:01.467Z | Checking parking_lot_core v0.9.10 |
| 1763 | 2025-03-03T23:57:01.493Z | Checking mio v1.0.2 |
| 1764 | 2025-03-03T23:57:01.599Z | Checking rand_core v0.6.4 |
| 1765 | 2025-03-03T23:57:01.683Z | Checking num-traits v0.2.19 |
| 1766 | 2025-03-03T23:57:01.711Z | Checking socket2 v0.5.8 |
| 1767 | 2025-03-03T23:57:01.790Z | Checking parking_lot v0.12.3 |
| 1768 | 2025-03-03T23:57:01.932Z | Checking futures-io v0.3.31 |
| 1769 | 2025-03-03T23:57:02.069Z | Checking slab v0.4.9 |
| 1770 | 2025-03-03T23:57:02.096Z | Checking generic-array v0.14.7 |
| 1771 | 2025-03-03T23:57:02.139Z | Checking allocator-api2 v0.2.18 |
| 1772 | 2025-03-03T23:57:02.168Z | Checking equivalent v1.0.1 |
| 1773 | 2025-03-03T23:57:02.190Z | Checking foldhash v0.1.3 |
| 1774 | 2025-03-03T23:57:02.294Z | Checking zerocopy v0.7.35 |
| 1775 | 2025-03-03T23:57:02.347Z | Checking getrandom v0.3.1 |
| 1776 | 2025-03-03T23:57:02.413Z | Checking cpufeatures v0.2.14 |
| 1777 | 2025-03-03T23:57:02.535Z | Checking futures-sink v0.3.31 |
| 1778 | 2025-03-03T23:57:02.600Z | Checking iana-time-zone v0.1.61 |
| 1779 | 2025-03-03T23:57:02.713Z | Checking pin-utils v0.1.0 |
| 1780 | 2025-03-03T23:57:02.742Z | Checking hashbrown v0.15.1 |
| 1781 | 2025-03-03T23:57:02.777Z | Checking fnv v1.0.7 |
| 1782 | 2025-03-03T23:57:02.814Z | Checking futures-channel v0.3.31 |
| 1783 | 2025-03-03T23:57:02.930Z | Checking futures-task v0.3.31 |
| 1784 | 2025-03-03T23:57:03.171Z | Checking stable_deref_trait v1.2.0 |
| 1785 | 2025-03-03T23:57:03.203Z | Checking crypto-common v0.1.6 |
| 1786 | 2025-03-03T23:57:03.207Z | Checking block-buffer v0.10.4 |
| 1787 | 2025-03-03T23:57:03.225Z | Checking futures-util v0.3.31 |
| 1788 | 2025-03-03T23:57:03.281Z | Checking errno v0.3.9 |
| 1789 | 2025-03-03T23:57:03.317Z | Checking dyn-clone v1.0.18 |
| 1790 | 2025-03-03T23:57:03.401Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2025-03-03T23:57:03.450Z | Checking ppv-lite86 v0.2.20 |
| 1792 | 2025-03-03T23:57:03.476Z | Checking digest v0.10.7 |
| 1793 | 2025-03-03T23:57:03.480Z | Checking tracing-core v0.1.32 |
| 1794 | 2025-03-03T23:57:03.519Z | Checking zerofrom v0.1.4 |
| 1795 | 2025-03-03T23:57:03.717Z | Checking crossbeam-utils v0.8.20 |
| 1796 | 2025-03-03T23:57:03.766Z | Checking yoke v0.7.4 |
| 1797 | 2025-03-03T23:57:03.798Z | Checking writeable v0.5.5 |
| 1798 | 2025-03-03T23:57:03.827Z | Checking percent-encoding v2.3.1 |
| 1799 | 2025-03-03T23:57:04.056Z | Checking litemap v0.7.3 |
| 1800 | 2025-03-03T23:57:04.085Z | Checking zerovec v0.10.4 |
| 1801 | 2025-03-03T23:57:04.133Z | Checking tracing v0.1.40 |
| 1802 | 2025-03-03T23:57:04.161Z | Checking block-padding v0.3.3 |
| 1803 | 2025-03-03T23:57:04.165Z | Checking rand_chacha v0.3.1 |
| 1804 | 2025-03-03T23:57:04.385Z | Checking inout v0.1.3 |
| 1805 | 2025-03-03T23:57:04.415Z | Checking httparse v1.9.5 |
| 1806 | 2025-03-03T23:57:04.439Z | Checking icu_locid_transform_data v1.5.0 |
| 1807 | 2025-03-03T23:57:04.489Z | Checking atomic-waker v1.1.2 |
| 1808 | 2025-03-03T23:57:04.550Z | Checking form_urlencoded v1.2.1 |
| 1809 | 2025-03-03T23:57:04.596Z | Checking rand v0.8.5 |
| 1810 | 2025-03-03T23:57:04.629Z | Checking cipher v0.4.4 |
| 1811 | 2025-03-03T23:57:04.661Z | Checking spin v0.9.8 |
| 1812 | 2025-03-03T23:57:04.770Z | Checking bytes v1.10.0 |
| 1813 | 2025-03-03T23:57:04.800Z | Checking bitflags v2.6.0 |
| 1814 | 2025-03-03T23:57:04.859Z | Checking serde_json v1.0.139 |
| 1815 | 2025-03-03T23:57:05.004Z | Checking chrono v0.4.40 |
| 1816 | 2025-03-03T23:57:05.047Z | Checking semver v1.0.25 |
| 1817 | 2025-03-03T23:57:05.173Z | Checking uuid v1.15.1 |
| 1818 | 2025-03-03T23:57:05.490Z | Checking indexmap v2.7.1 |
| 1819 | 2025-03-03T23:57:05.663Z | Checking rustix v0.38.37 |
| 1820 | 2025-03-03T23:57:05.772Z | Checking tokio v1.43.0 |
| 1821 | 2025-03-03T23:57:05.807Z | Checking http v1.2.0 |
| 1822 | 2025-03-03T23:57:05.868Z | Checking tinystr v0.7.6 |
| 1823 | 2025-03-03T23:57:06.231Z | Checking icu_locid v1.5.0 |
| 1824 | 2025-03-03T23:57:06.526Z | Checking icu_collections v1.5.0 |
| 1825 | 2025-03-03T23:57:06.681Z | Checking untrusted v0.9.0 |
| 1826 | 2025-03-03T23:57:06.863Z | Checking icu_properties_data v1.5.0 |
| 1827 | 2025-03-03T23:57:06.933Z | Checking schemars v0.8.22 |
| 1828 | 2025-03-03T23:57:07.103Z | Checking powerfmt v0.2.0 |
| 1829 | 2025-03-03T23:57:07.133Z | Checking regex-syntax v0.8.5 |
| 1830 | 2025-03-03T23:57:07.196Z | Checking icu_provider v1.5.0 |
| 1831 | 2025-03-03T23:57:07.226Z | Checking ring v0.17.11 |
| 1832 | 2025-03-03T23:57:07.373Z | Checking deranged v0.3.11 |
| 1833 | 2025-03-03T23:57:07.742Z | Checking utf8_iter v1.0.4 |
| 1834 | 2025-03-03T23:57:07.812Z | Checking icu_locid_transform v1.5.0 |
| 1835 | 2025-03-03T23:57:07.967Z | Checking num-conv v0.1.0 |
| 1836 | 2025-03-03T23:57:08.234Z | Checking num_threads v0.1.7 |
| 1837 | 2025-03-03T23:57:08.362Z | Checking time-core v0.1.2 |
| 1838 | 2025-03-03T23:57:08.491Z | Checking icu_normalizer_data v1.5.0 |
| 1839 | 2025-03-03T23:57:08.550Z | Checking write16 v1.0.0 |
| 1840 | 2025-03-03T23:57:08.601Z | Checking utf16_iter v1.0.5 |
| 1841 | 2025-03-03T23:57:08.627Z | Checking time v0.3.36 |
| 1842 | 2025-03-03T23:57:08.689Z | Checking aho-corasick v1.1.3 |
| 1843 | 2025-03-03T23:57:08.791Z | Checking unicode-ident v1.0.14 |
| 1844 | 2025-03-03T23:57:08.819Z | Checking icu_properties v1.5.1 |
| 1845 | 2025-03-03T23:57:08.948Z | Checking base64ct v1.6.0 |
| 1846 | 2025-03-03T23:57:08.986Z | Checking proc-macro2 v1.0.93 |
| 1847 | 2025-03-03T23:57:09.532Z | Checking hmac v0.12.1 |
| 1848 | 2025-03-03T23:57:09.536Z | Checking sha2 v0.10.8 |
| 1849 | 2025-03-03T23:57:09.642Z | Checking adler2 v2.0.0 |
| 1850 | 2025-03-03T23:57:09.678Z | Checking rustls-pki-types v1.10.0 |
| 1851 | 2025-03-03T23:57:09.833Z | Checking miniz_oxide v0.8.5 |
| 1852 | 2025-03-03T23:57:10.056Z | Checking quote v1.0.38 |
| 1853 | 2025-03-03T23:57:10.256Z | Checking http-body v1.0.1 |
| 1854 | 2025-03-03T23:57:10.285Z | Checking aws-lc-sys v0.26.0 |
| 1855 | 2025-03-03T23:57:10.316Z | Checking regex-automata v0.4.8 |
| 1856 | 2025-03-03T23:57:10.383Z | Checking syn v2.0.98 |
| 1857 | 2025-03-03T23:57:10.484Z | Checking try-lock v0.2.5 |
| 1858 | 2025-03-03T23:57:10.563Z | Checking httpdate v1.0.3 |
| 1859 | 2025-03-03T23:57:10.643Z | Checking base64 v0.22.1 |
| 1860 | 2025-03-03T23:57:10.825Z | Checking untrusted v0.7.1 |
| 1861 | 2025-03-03T23:57:11.004Z | Checking want v0.3.1 |
| 1862 | 2025-03-03T23:57:11.032Z | Checking pem-rfc7468 v0.7.0 |
| 1863 | 2025-03-03T23:57:11.103Z | Checking tower-service v0.3.3 |
| 1864 | 2025-03-03T23:57:11.218Z | Checking slog v2.7.0 |
| 1865 | 2025-03-03T23:57:11.252Z | Checking mime v0.3.17 |
| 1866 | 2025-03-03T23:57:11.305Z | Checking flagset v0.4.6 |
| 1867 | 2025-03-03T23:57:11.533Z | Checking der v0.7.9 |
| 1868 | 2025-03-03T23:57:11.562Z | Checking pbkdf2 v0.12.2 |
| 1869 | 2025-03-03T23:57:11.729Z | Checking aes v0.8.4 |
| 1870 | 2025-03-03T23:57:11.756Z | Checking gimli v0.31.1 |
| 1871 | 2025-03-03T23:57:12.064Z | Checking icu_normalizer v1.5.0 |
| 1872 | 2025-03-03T23:57:12.483Z | Checking tokio-util v0.7.13 |
| 1873 | 2025-03-03T23:57:12.514Z | Checking aws-lc-rs v1.12.4 |
| 1874 | 2025-03-03T23:57:12.647Z | Checking http-body-util v0.1.2 |
| 1875 | 2025-03-03T23:57:12.842Z | Checking idna_adapter v1.2.0 |
| 1876 | 2025-03-03T23:57:13.060Z | Checking idna v1.0.3 |
| 1877 | 2025-03-03T23:57:13.102Z | Checking cbc v0.1.2 |
| 1878 | 2025-03-03T23:57:13.216Z | Checking spki v0.7.3 |
| 1879 | 2025-03-03T23:57:13.305Z | Checking salsa20 v0.10.2 |
| 1880 | 2025-03-03T23:57:13.366Z | Checking h2 v0.4.6 |
| 1881 | 2025-03-03T23:57:13.502Z | Checking lazy_static v1.5.0 |
| 1882 | 2025-03-03T23:57:13.540Z | Checking object v0.36.5 |
| 1883 | 2025-03-03T23:57:13.570Z | Checking url v2.5.3 |
| 1884 | 2025-03-03T23:57:13.647Z | Checking rustc-demangle v0.1.24 |
| 1885 | 2025-03-03T23:57:14.107Z | Checking scrypt v0.11.0 |
| 1886 | 2025-03-03T23:57:14.284Z | Checking rustls-webpki v0.102.8 |
| 1887 | 2025-03-03T23:57:14.331Z | Checking regex v1.11.1 |
| 1888 | 2025-03-03T23:57:14.360Z | Checking rustls-pemfile v2.2.0 |
| 1889 | 2025-03-03T23:57:14.389Z | Checking ipnet v2.11.0 |
| 1890 | 2025-03-03T23:57:14.587Z | Checking utf8parse v0.2.2 |
| 1891 | 2025-03-03T23:57:14.778Z | Checking foreign-types-shared v0.1.1 |
| 1892 | 2025-03-03T23:57:14.856Z | Checking openssl-probe v0.1.5 |
| 1893 | 2025-03-03T23:57:14.918Z | Checking foreign-types v0.3.2 |
| 1894 | 2025-03-03T23:57:14.922Z | Checking pkcs5 v0.7.1 |
| 1895 | 2025-03-03T23:57:15.034Z | Checking serde_urlencoded v0.7.1 |
| 1896 | 2025-03-03T23:57:15.038Z | Checking openssl-sys v0.9.106 |
| 1897 | 2025-03-03T23:57:15.087Z | Checking encoding_rs v0.8.34 |
| 1898 | 2025-03-03T23:57:15.423Z | Checking addr2line v0.24.2 |
| 1899 | 2025-03-03T23:57:15.452Z | Checking pkcs8 v0.10.2 |
| 1900 | 2025-03-03T23:57:15.479Z | Checking futures-executor v0.3.31 |
| 1901 | 2025-03-03T23:57:15.712Z | Checking toml_datetime v0.6.8 |
| 1902 | 2025-03-03T23:57:15.779Z | Checking serde_spanned v0.6.8 |
| 1903 | 2025-03-03T23:57:15.954Z | Checking anstyle v1.0.10 |
| 1904 | 2025-03-03T23:57:16.014Z | Checking futures v0.3.31 |
| 1905 | 2025-03-03T23:57:16.043Z | Checking rustls v0.23.19 |
| 1906 | 2025-03-03T23:57:16.137Z | Checking either v1.14.0 |
| 1907 | 2025-03-03T23:57:16.169Z | Checking openssl v0.10.71 |
| 1908 | 2025-03-03T23:57:16.250Z | Checking psl-types v2.0.11 |
| 1909 | 2025-03-03T23:57:16.316Z | Checking anstyle-parse v0.2.5 |
| 1910 | 2025-03-03T23:57:16.460Z | Checking publicsuffix v2.3.0 |
| 1911 | 2025-03-03T23:57:16.514Z | Checking cookie v0.18.1 |
| 1912 | 2025-03-03T23:57:16.604Z | Checking webpki-roots v0.26.6 |
| 1913 | 2025-03-03T23:57:16.752Z | Checking sync_wrapper v1.0.1 |
| 1914 | 2025-03-03T23:57:16.836Z | Checking is-terminal v0.4.13 |
| 1915 | 2025-03-03T23:57:16.917Z | Checking is_terminal_polyfill v1.70.1 |
| 1916 | 2025-03-03T23:57:16.973Z | Checking tower-layer v0.3.3 |
| 1917 | 2025-03-03T23:57:16.976Z | Checking colorchoice v1.0.2 |
| 1918 | 2025-03-03T23:57:17.063Z | Checking anstyle-query v1.1.1 |
| 1919 | 2025-03-03T23:57:17.162Z | Checking data-encoding v2.6.0 |
| 1920 | 2025-03-03T23:57:17.219Z | Checking anstream v0.6.15 |
| 1921 | 2025-03-03T23:57:17.249Z | Checking tower v0.5.2 |
| 1922 | 2025-03-03T23:57:17.298Z | Checking cookie_store v0.21.1 |
| 1923 | 2025-03-03T23:57:17.606Z | Checking terminal_size v0.4.0 |
| 1924 | 2025-03-03T23:57:17.713Z | Checking openapiv3 v2.0.0 |
| 1925 | 2025-03-03T23:57:17.788Z | Checking sha1 v0.10.6 |
| 1926 | 2025-03-03T23:57:17.968Z | Checking strsim v0.11.1 |
| 1927 | 2025-03-03T23:57:18.026Z | Checking clap_lex v0.7.4 |
| 1928 | 2025-03-03T23:57:18.103Z | Checking camino v1.1.9 |
| 1929 | 2025-03-03T23:57:18.277Z | Checking signature v2.2.0 |
| 1930 | 2025-03-03T23:57:18.309Z | Checking clap_builder v4.5.31 |
| 1931 | 2025-03-03T23:57:18.503Z | Checking bitflags v1.3.2 |
| 1932 | 2025-03-03T23:57:18.630Z | Checking tinyvec_macros v0.1.1 |
| 1933 | 2025-03-03T23:57:18.667Z | Checking dirs-sys-next v0.1.2 |
| 1934 | 2025-03-03T23:57:18.745Z | Checking tinyvec v1.8.0 |
| 1935 | 2025-03-03T23:57:18.862Z | Checking scroll v0.12.0 |
| 1936 | 2025-03-03T23:57:19.353Z | Checking plain v0.2.3 |
| 1937 | 2025-03-03T23:57:19.419Z | Checking backtrace v0.3.74 |
| 1938 | 2025-03-03T23:57:19.476Z | Checking hyper v1.6.0 |
| 1939 | 2025-03-03T23:57:19.525Z | Checking ucd-trie v0.1.7 |
| 1940 | 2025-03-03T23:57:19.865Z | Checking pest v2.7.14 |
| 1941 | 2025-03-03T23:57:20.016Z | Checking anyhow v1.0.96 |
| 1942 | 2025-03-03T23:57:20.074Z | Checking goblin v0.8.2 |
| 1943 | 2025-03-03T23:57:20.421Z | Checking dirs-next v2.0.0 |
| 1944 | 2025-03-03T23:57:20.586Z | Checking crossbeam-channel v0.5.13 |
| 1945 | 2025-03-03T23:57:20.960Z | Checking num-integer v0.1.46 |
| 1946 | 2025-03-03T23:57:21.032Z | Checking tokio-rustls v0.26.0 |
| 1947 | 2025-03-03T23:57:21.153Z | Checking clap v4.5.31 |
| 1948 | 2025-03-03T23:57:21.241Z | Checking native-tls v0.2.12 |
| 1949 | 2025-03-03T23:57:21.283Z | Checking thread_local v1.1.8 |
| 1950 | 2025-03-03T23:57:21.312Z | Checking pretty-hex v0.4.1 |
| 1951 | 2025-03-03T23:57:21.425Z | Checking winnow v0.7.3 |
| 1952 | 2025-03-03T23:57:21.454Z | Checking term v0.7.0 |
| 1953 | 2025-03-03T23:57:21.486Z | Checking hyper-util v0.1.10 |
| 1954 | 2025-03-03T23:57:21.512Z | Checking thread-id v4.2.2 |
| 1955 | 2025-03-03T23:57:21.542Z | Checking tokio-native-tls v0.3.1 |
| 1956 | 2025-03-03T23:57:21.570Z | Checking crc32fast v1.4.2 |
| 1957 | 2025-03-03T23:57:21.635Z | Checking take_mut v0.2.2 |
| 1958 | 2025-03-03T23:57:21.809Z | Checking base16ct v0.2.0 |
| 1959 | 2025-03-03T23:57:21.811Z | Checking slog-async v2.8.0 |
| 1960 | 2025-03-03T23:57:21.811Z | Checking ff v0.13.0 |
| 1961 | 2025-03-03T23:57:21.882Z | Checking slog-term v2.9.1 |
| 1962 | 2025-03-03T23:57:22.014Z | Checking sec1 v0.7.3 |
| 1963 | 2025-03-03T23:57:22.073Z | Checking memmap v0.7.0 |
| 1964 | 2025-03-03T23:57:22.128Z | Checking zerocopy v0.8.10 |
| 1965 | 2025-03-03T23:57:22.311Z | Checking group v0.13.0 |
| 1966 | 2025-03-03T23:57:22.350Z | Checking dtrace-parser v0.2.0 |
| 1967 | 2025-03-03T23:57:22.381Z | Checking num-iter v0.1.45 |
| 1968 | 2025-03-03T23:57:22.407Z | Checking hkdf v0.12.4 |
| 1969 | 2025-03-03T23:57:22.571Z | Checking hex v0.4.3 |
| 1970 | 2025-03-03T23:57:22.594Z | Checking crypto-bigint v0.5.5 |
| 1971 | 2025-03-03T23:57:22.631Z | Checking utf-8 v0.7.6 |
| 1972 | 2025-03-03T23:57:22.844Z | Checking match_cfg v0.1.0 |
| 1973 | 2025-03-03T23:57:22.873Z | Checking static_assertions v1.1.0 |
| 1974 | 2025-03-03T23:57:22.963Z | Checking unicode-width v0.2.0 |
| 1975 | 2025-03-03T23:57:22.993Z | Checking hostname v0.3.1 |
| 1976 | 2025-03-03T23:57:23.031Z | Checking bstr v1.10.0 |
| 1977 | 2025-03-03T23:57:23.148Z | Checking winnow v0.5.40 |
| 1978 | 2025-03-03T23:57:23.438Z | Checking hyper-tls v0.6.0 |
| 1979 | 2025-03-03T23:57:23.464Z | Checking hyper-rustls v0.27.3 |
| 1980 | 2025-03-03T23:57:23.747Z | Checking unicode-segmentation v1.12.0 |
| 1981 | 2025-03-03T23:57:23.796Z | Checking reqwest v0.12.12 |
| 1982 | 2025-03-03T23:57:23.850Z | Checking num-bigint-dig v0.8.4 |
| 1983 | 2025-03-03T23:57:24.178Z | Checking toml_edit v0.22.24 |
| 1984 | 2025-03-03T23:57:24.457Z | Checking flate2 v1.1.0 |
| 1985 | 2025-03-03T23:57:24.859Z | Checking dof v0.3.0 |
| 1986 | 2025-03-03T23:57:25.001Z | Checking pkcs1 v0.7.5 |
| 1987 | 2025-03-03T23:57:25.113Z | Checking crossbeam-epoch v0.9.18 |
| 1988 | 2025-03-03T23:57:25.395Z | Checking elliptic-curve v0.13.8 |
| 1989 | 2025-03-03T23:57:25.423Z | Checking zerocopy v0.6.6 |
| 1990 | 2025-03-03T23:57:25.459Z | Checking usdt-impl v0.5.0 |
| 1991 | 2025-03-03T23:57:25.564Z | Checking quick-error v1.2.3 |
| 1992 | 2025-03-03T23:57:25.640Z | Checking unicode-normalization v0.1.24 |
| 1993 | 2025-03-03T23:57:25.755Z | Checking slog-json v2.6.1 |
| 1994 | 2025-03-03T23:57:25.794Z | Checking rsa v0.9.6 |
| 1995 | 2025-03-03T23:57:25.922Z | Checking toml_edit v0.19.15 |
| 1996 | 2025-03-03T23:57:26.000Z | Checking rfc6979 v0.4.0 |
| 1997 | 2025-03-03T23:57:26.032Z | Checking hubpack v0.1.2 |
| 1998 | 2025-03-03T23:57:26.061Z | Checking usdt v0.5.0 |
| 1999 | 2025-03-03T23:57:26.089Z | Checking debug-ignore v1.0.5 |
| 2000 | 2025-03-03T23:57:26.191Z | Checking managed v0.8.0 |
| 2001 | 2025-03-03T23:57:26.260Z | Checking ecdsa v0.16.9 |
| 2002 | 2025-03-03T23:57:26.330Z | Checking slog-bunyan v2.5.0 |
| 2003 | 2025-03-03T23:57:26.333Z | Checking crossbeam-deque v0.8.5 |
| 2004 | 2025-03-03T23:57:26.520Z | Checking rustls v0.22.4 |
| 2005 | 2025-03-03T23:57:26.566Z | Checking x509-cert v0.2.5 |
| 2006 | 2025-03-03T23:57:26.595Z | Checking serde_path_to_error v0.1.16 |
| 2007 | 2025-03-03T23:57:26.667Z | Checking curve25519-dalek v4.1.3 |
| 2008 | 2025-03-03T23:57:26.739Z | Checking ahash v0.8.11 |
| 2009 | 2025-03-03T23:57:26.776Z | Checking toml v0.8.20 |
| 2010 | 2025-03-03T23:57:26.973Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2011 | 2025-03-03T23:57:27.119Z | Checking siphasher v0.3.11 |
| 2012 | 2025-03-03T23:57:27.218Z | Checking bzip2 v0.4.4 |
| 2013 | 2025-03-03T23:57:27.221Z | Checking rayon-core v1.12.1 |
| 2014 | 2025-03-03T23:57:27.429Z | Checking ed25519 v2.2.3 |
| 2015 | 2025-03-03T23:57:27.491Z | Checking signal-hook v0.3.17 |
| 2016 | 2025-03-03T23:57:27.538Z | Checking rand_core v0.9.2 |
| 2017 | 2025-03-03T23:57:27.751Z | Checking console v0.15.10 |
| 2018 | 2025-03-03T23:57:27.853Z | Checking hickory-proto v0.24.4 |
| 2019 | 2025-03-03T23:57:27.887Z | Checking multer v3.1.0 |
| 2020 | 2025-03-03T23:57:27.892Z | Checking itertools v0.10.5 |
| 2021 | 2025-03-03T23:57:28.107Z | Checking waitgroup v0.1.2 |
| 2022 | 2025-03-03T23:57:28.266Z | Checking memoffset v0.9.1 |
| 2023 | 2025-03-03T23:57:28.295Z | Checking async-stream v0.3.6 |
| 2024 | 2025-03-03T23:57:28.320Z | Checking hostname v0.4.0 |
| 2025 | 2025-03-03T23:57:28.323Z | Checking toml v0.7.8 |
| 2026 | 2025-03-03T23:57:28.388Z | Checking rand_chacha v0.9.0 |
| 2027 | 2025-03-03T23:57:28.444Z | Checking ed25519-dalek v2.1.1 |
| 2028 | 2025-03-03T23:57:28.473Z | Checking signal-hook-mio v0.2.4 |
| 2029 | 2025-03-03T23:57:28.498Z | Checking zip v0.6.6 |
| 2030 | 2025-03-03T23:57:28.625Z | Checking fs-err v2.11.0 |
| 2031 | 2025-03-03T23:57:28.813Z | Checking hash32 v0.2.1 |
| 2032 | 2025-03-03T23:57:28.879Z | Checking unicode-bidi v0.3.17 |
| 2033 | 2025-03-03T23:57:29.023Z | Checking bumpalo v3.16.0 |
| 2034 | 2025-03-03T23:57:29.113Z | Checking simd-adler32 v0.3.7 |
| 2035 | 2025-03-03T23:57:29.181Z | Checking lockfree-object-pool v0.1.6 |
| 2036 | 2025-03-03T23:57:29.185Z | Checking linked-hash-map v0.5.6 |
| 2037 | 2025-03-03T23:57:29.364Z | Checking predicates-core v1.0.8 |
| 2038 | 2025-03-03T23:57:29.439Z | Checking unicode-properties v0.1.3 |
| 2039 | 2025-03-03T23:57:29.484Z | Checking zopfli v0.8.1 |
| 2040 | 2025-03-03T23:57:29.521Z | Checking lru-cache v0.1.2 |
| 2041 | 2025-03-03T23:57:29.526Z | Checking heapless v0.7.17 |
| 2042 | 2025-03-03T23:57:29.577Z | Checking rand v0.9.0 |
| 2043 | 2025-03-03T23:57:29.739Z | Checking crossterm v0.28.1 |
| 2044 | 2025-03-03T23:57:29.804Z | Checking tokio-rustls v0.25.0 |
| 2045 | 2025-03-03T23:57:29.842Z | Checking stringprep v0.1.5 |
| 2046 | 2025-03-03T23:57:29.928Z | Checking rayon v1.10.0 |
| 2047 | 2025-03-03T23:57:30.134Z | Checking phf_shared v0.11.2 |
| 2048 | 2025-03-03T23:57:30.169Z | Checking similar v2.7.0 |
| 2049 | 2025-03-03T23:57:30.172Z | Checking dropshot v0.12.0 |
| 2050 | 2025-03-03T23:57:30.431Z | Checking tokio-stream v0.1.17 |
| 2051 | 2025-03-03T23:57:30.465Z | Checking newtype-uuid v1.2.1 |
| 2052 | 2025-03-03T23:57:30.608Z | Checking md-5 v0.10.6 |
| 2053 | 2025-03-03T23:57:30.741Z | Checking float-cmp v0.10.0 |
| 2054 | 2025-03-03T23:57:30.863Z | Checking normalize-line-endings v0.3.0 |
| 2055 | 2025-03-03T23:57:30.966Z | Checking fallible-iterator v0.2.0 |
| 2056 | 2025-03-03T23:57:31.012Z | Checking difflib v0.4.0 |
| 2057 | 2025-03-03T23:57:31.015Z | Checking smoltcp v0.9.1 |
| 2058 | 2025-03-03T23:57:31.187Z | Checking phf v0.11.2 |
| 2059 | 2025-03-03T23:57:31.354Z | Checking predicates v3.1.3 |
| 2060 | 2025-03-03T23:57:31.380Z | Checking zip v2.1.3 |
| 2061 | 2025-03-03T23:57:31.466Z | Checking nix v0.29.0 |
| 2062 | 2025-03-03T23:57:31.538Z | Checking postgres-protocol v0.6.8 |
| 2063 | 2025-03-03T23:57:31.979Z | Checking phf_shared v0.10.0 |
| 2064 | 2025-03-03T23:57:32.232Z | Checking resolv-conf v0.7.0 |
| 2065 | 2025-03-03T23:57:32.274Z | Checking tungstenite v0.24.0 |
| 2066 | 2025-03-03T23:57:32.365Z | Checking buf-list v1.0.3 |
| 2067 | 2025-03-03T23:57:32.424Z | Checking serde-big-array v0.5.1 |
| 2068 | 2025-03-03T23:57:32.428Z | Checking portable-atomic v1.9.0 |
| 2069 | 2025-03-03T23:57:32.582Z | Checking minimal-lexical v0.2.1 |
| 2070 | 2025-03-03T23:57:32.647Z | Checking fixedbitset v0.4.2 |
| 2071 | 2025-03-03T23:57:32.682Z | Checking new_debug_unreachable v1.0.6 |
| 2072 | 2025-03-03T23:57:32.795Z | Checking number_prefix v0.4.0 |
| 2073 | 2025-03-03T23:57:32.855Z | Checking precomputed-hash v0.1.1 |
| 2074 | 2025-03-03T23:57:32.934Z | Checking lalrpop-util v0.19.12 |
| 2075 | 2025-03-03T23:57:32.980Z | Checking nom v7.1.3 |
| 2076 | 2025-03-03T23:57:33.006Z | Checking string_cache v0.8.7 |
| 2077 | 2025-03-03T23:57:33.032Z | Checking petgraph v0.6.5 |
| 2078 | 2025-03-03T23:57:33.131Z | Checking tokio-tungstenite v0.24.0 |
| 2079 | 2025-03-03T23:57:33.228Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2080 | 2025-03-03T23:57:33.299Z | Checking hickory-resolver v0.24.4 |
| 2081 | 2025-03-03T23:57:33.462Z | Checking postgres-types v0.2.9 |
| 2082 | 2025-03-03T23:57:33.491Z | Checking indicatif v0.17.11 |
| 2083 | 2025-03-03T23:57:33.580Z | Checking itertools v0.12.1 |
| 2084 | 2025-03-03T23:57:33.586Z | Checking peg-runtime v0.8.3 |
| 2085 | 2025-03-03T23:57:33.857Z | Checking whoami v1.5.2 |
| 2086 | 2025-03-03T23:57:34.133Z | Compiling thiserror-impl v2.0.11 |
| 2087 | 2025-03-03T23:57:34.178Z | Checking tokio-postgres v0.7.13 |
| 2088 | 2025-03-03T23:57:34.347Z | Compiling regress v0.10.3 |
| 2089 | 2025-03-03T23:57:34.891Z | Checking qorb v0.2.1 |
| 2090 | 2025-03-03T23:57:35.657Z | Compiling ident_case v1.0.1 |
| 2091 | 2025-03-03T23:57:35.866Z | Compiling darling_core v0.20.10 |
| 2092 | 2025-03-03T23:57:35.949Z | Compiling unsafe-libyaml v0.2.11 |
| 2093 | 2025-03-03T23:57:36.011Z | Checking heck v0.5.0 |
| 2094 | 2025-03-03T23:57:36.226Z | Checking fastrand v2.1.1 |
| 2095 | 2025-03-03T23:57:37.092Z | Compiling structmeta-derive v0.3.0 |
| 2096 | 2025-03-03T23:57:37.289Z | Checking thiserror v2.0.11 |
| 2097 | 2025-03-03T23:57:37.430Z | Compiling serde_yaml v0.9.34+deprecated |
| 2098 | 2025-03-03T23:57:37.462Z | Checking tempfile v3.13.0 |
| 2099 | 2025-03-03T23:57:37.708Z | Checking ipnetwork v0.21.1 |
| 2100 | 2025-03-03T23:57:37.837Z | Checking progenitor-client v0.9.1 |
| 2101 | 2025-03-03T23:57:38.095Z | Compiling typify-impl v0.2.0 |
| 2102 | 2025-03-03T23:57:38.227Z | Checking strum v0.26.3 |
| 2103 | 2025-03-03T23:57:38.268Z | Compiling daft-derive v0.1.1 |
| 2104 | 2025-03-03T23:57:38.417Z | Checking wait-timeout v0.2.0 |
| 2105 | 2025-03-03T23:57:38.629Z | Checking oxnet v0.1.1 |
| 2106 | 2025-03-03T23:57:39.011Z | Compiling dropshot v0.16.0 |
| 2107 | 2025-03-03T23:57:39.038Z | Checking bit-vec v0.8.0 |
| 2108 | 2025-03-03T23:57:39.430Z | Checking bit-set v0.8.0 |
| 2109 | 2025-03-03T23:57:39.457Z | Checking rusty-fork v0.3.0 |
| 2110 | 2025-03-03T23:57:39.643Z | Compiling structmeta v0.3.0 |
| 2111 | 2025-03-03T23:57:39.699Z | Checking macaddr v1.0.1 |
| 2112 | 2025-03-03T23:57:39.791Z | Checking rand_xorshift v0.3.0 |
| 2113 | 2025-03-03T23:57:39.819Z | Compiling dropshot_endpoint v0.16.0 |
| 2114 | 2025-03-03T23:57:39.994Z | Checking unarray v0.1.4 |
| 2115 | 2025-03-03T23:57:40.064Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2116 | 2025-03-03T23:57:40.091Z | Compiling parse-display-derive v0.10.0 |
| 2117 | 2025-03-03T23:57:40.166Z | Compiling test-strategy v0.4.0 |
| 2118 | 2025-03-03T23:57:40.827Z | Checking proptest v1.6.0 |
| 2119 | 2025-03-03T23:57:40.927Z | Checking progenitor-client v0.8.0 |
| 2120 | 2025-03-03T23:57:41.294Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2121 | 2025-03-03T23:57:41.467Z | Checking instant v0.1.13 |
| 2122 | 2025-03-03T23:57:41.537Z | Compiling darling_macro v0.20.10 |
| 2123 | 2025-03-03T23:57:41.611Z | Checking daft v0.1.1 |
| 2124 | 2025-03-03T23:57:42.032Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2125 | 2025-03-03T23:57:42.446Z | Compiling darling v0.20.10 |
| 2126 | 2025-03-03T23:57:42.538Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2127 | 2025-03-03T23:57:42.589Z | Compiling serde_with_macros v3.12.0 |
| 2128 | 2025-03-03T23:57:42.796Z | Checking backoff v0.4.0 |
| 2129 | 2025-03-03T23:57:42.998Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2130 | 2025-03-03T23:57:43.095Z | Checking camino-tempfile v1.1.1 |
| 2131 | 2025-03-03T23:57:43.156Z | Checking unicode-width v0.1.14 |
| 2132 | 2025-03-03T23:57:43.394Z | Compiling proc-macro-error v1.0.4 |
| 2133 | 2025-03-03T23:57:43.525Z | Compiling proc-macro-crate v1.3.1 |
| 2134 | 2025-03-03T23:57:43.678Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2135 | 2025-03-03T23:57:43.851Z | Checking parse-display v0.10.0 |
| 2136 | 2025-03-03T23:57:44.087Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2137 | 2025-03-03T23:57:44.152Z | Checking tabwriter v1.4.0 |
| 2138 | 2025-03-03T23:57:44.158Z | Compiling foreign-types-macros v0.2.3 |
| 2139 | 2025-03-03T23:57:44.366Z | Checking foreign-types-shared v0.3.1 |
| 2140 | 2025-03-03T23:57:44.434Z | Compiling num_enum_derive v0.5.11 |
| 2141 | 2025-03-03T23:57:44.637Z | Checking cstr-argument v0.1.2 |
| 2142 | 2025-03-03T23:57:44.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2143 | 2025-03-03T23:57:44.935Z | Checking pretty-hex v0.2.1 |
| 2144 | 2025-03-03T23:57:44.998Z | Checking serde_with v3.12.0 |
| 2145 | 2025-03-03T23:57:45.130Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2146 | 2025-03-03T23:57:45.276Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2147 | 2025-03-03T23:57:45.401Z | Checking foreign-types v0.5.0 |
| 2148 | 2025-03-03T23:57:45.501Z | Checking colored v2.2.0 |
| 2149 | 2025-03-03T23:57:45.528Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2150 | 2025-03-03T23:57:45.553Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2151 | 2025-03-03T23:57:45.728Z | Checking winnow v0.6.20 |
| 2152 | 2025-03-03T23:57:45.755Z | Checking smf v0.2.3 |
| 2153 | 2025-03-03T23:57:45.861Z | Checking itertools v0.14.0 |
| 2154 | 2025-03-03T23:57:45.901Z | Compiling typify-impl v0.3.0 |
| 2155 | 2025-03-03T23:57:46.208Z | Checking base64 v0.21.7 |
| 2156 | 2025-03-03T23:57:46.711Z | Compiling itertools v0.13.0 |
| 2157 | 2025-03-03T23:57:46.758Z | Checking num_enum v0.5.11 |
| 2158 | 2025-03-03T23:57:46.941Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2159 | 2025-03-03T23:57:47.230Z | Compiling crucible-workspace-hack v0.1.0 |
| 2160 | 2025-03-03T23:57:47.709Z | Compiling heapless v0.8.0 |
| 2161 | 2025-03-03T23:57:48.151Z | Checking hash32 v0.3.1 |
| 2162 | 2025-03-03T23:57:48.340Z | Compiling smoltcp v0.11.0 |
| 2163 | 2025-03-03T23:57:48.372Z | Checking cobs v0.2.3 |
| 2164 | 2025-03-03T23:57:48.568Z | Checking postcard v1.0.10 |
| 2165 | 2025-03-03T23:57:49.022Z | Checking sigpipe v0.1.3 |
| 2166 | 2025-03-03T23:57:49.129Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2167 | 2025-03-03T23:57:49.157Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2168 | 2025-03-03T23:57:49.336Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2169 | 2025-03-03T23:57:49.533Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2170 | 2025-03-03T23:57:49.559Z | Checking termtree v0.4.1 |
| 2171 | 2025-03-03T23:57:49.791Z | Compiling mockall_derive v0.13.1 |
| 2172 | 2025-03-03T23:57:50.140Z | Checking predicates-tree v1.0.11 |
| 2173 | 2025-03-03T23:57:50.202Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2174 | 2025-03-03T23:57:50.323Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2175 | 2025-03-03T23:57:50.418Z | Compiling zone_cfg_derive v0.3.0 |
| 2176 | 2025-03-03T23:57:50.492Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2177 | 2025-03-03T23:57:50.587Z | Compiling num-derive v0.4.2 |
| 2178 | 2025-03-03T23:57:50.846Z | Checking fragile v2.0.0 |
| 2179 | 2025-03-03T23:57:51.126Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2180 | 2025-03-03T23:57:51.453Z | Checking downcast v0.11.0 |
| 2181 | 2025-03-03T23:57:51.727Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2182 | 2025-03-03T23:57:51.755Z | Checking zone v0.3.0 |
| 2183 | 2025-03-03T23:57:52.014Z | Checking atomicwrites v0.4.4 |
| 2184 | 2025-03-03T23:57:52.149Z | Compiling typify-macro v0.2.0 |
| 2185 | 2025-03-03T23:57:52.237Z | Compiling convert_case v0.4.0 |
| 2186 | 2025-03-03T23:57:52.295Z | Checking tungstenite v0.21.0 |
| 2187 | 2025-03-03T23:57:52.498Z | Checking newline-converter v0.3.0 |
| 2188 | 2025-03-03T23:57:52.685Z | Checking expectorate v1.1.0 |
| 2189 | 2025-03-03T23:57:52.854Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2190 | 2025-03-03T23:57:52.876Z | Checking same-file v1.0.6 |
| 2191 | 2025-03-03T23:57:53.016Z | Compiling derive_more v0.99.19 |
| 2192 | 2025-03-03T23:57:53.070Z | Checking walkdir v2.5.0 |
| 2193 | 2025-03-03T23:57:53.201Z | Checking tokio-tungstenite v0.21.0 |
| 2194 | 2025-03-03T23:57:53.320Z | Checking arc-swap v1.7.1 |
| 2195 | 2025-03-03T23:57:53.361Z | Checking fixedbitset v0.5.7 |
| 2196 | 2025-03-03T23:57:53.695Z | Checking xattr v1.3.1 |
| 2197 | 2025-03-03T23:57:53.733Z | Checking slog-scope v4.4.0 |
| 2198 | 2025-03-03T23:57:53.768Z | Checking petgraph v0.7.1 |
| 2199 | 2025-03-03T23:57:53.916Z | Checking filetime v0.2.25 |
| 2200 | 2025-03-03T23:57:53.950Z | Checking slog-stdlog v4.1.1 |
| 2201 | 2025-03-03T23:57:54.135Z | Checking slog-envlogger v2.2.0 |
| 2202 | 2025-03-03T23:57:54.159Z | Checking tar v0.4.44 |
| 2203 | 2025-03-03T23:57:54.383Z | Checking num-rational v0.4.2 |
| 2204 | 2025-03-03T23:57:55.003Z | Checking num-complex v0.4.6 |
| 2205 | 2025-03-03T23:57:55.072Z | Checking float-ord v0.3.2 |
| 2206 | 2025-03-03T23:57:55.253Z | Checking password-hash v0.5.0 |
| 2207 | 2025-03-03T23:57:55.684Z | Checking blake2 v0.10.6 |
| 2208 | 2025-03-03T23:57:55.764Z | Compiling typify v0.2.0 |
| 2209 | 2025-03-03T23:57:55.921Z | Compiling progenitor-impl v0.8.0 |
| 2210 | 2025-03-03T23:57:55.966Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2211 | 2025-03-03T23:57:56.132Z | Checking num v0.4.3 |
| 2212 | 2025-03-03T23:57:56.250Z | Checking indent_write v2.2.0 |
| 2213 | 2025-03-03T23:57:56.476Z | Checking argon2 v0.5.3 |
| 2214 | 2025-03-03T23:57:56.665Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2215 | 2025-03-03T23:57:56.781Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2216 | 2025-03-03T23:57:57.090Z | Compiling cancel-safe-futures v0.1.5 |
| 2217 | 2025-03-03T23:57:57.185Z | Compiling owo-colors v4.2.0 |
| 2218 | 2025-03-03T23:57:57.453Z | Checking swrite v0.1.0 |
| 2219 | 2025-03-03T23:57:57.591Z | Checking mockall v0.13.1 |
| 2220 | 2025-03-03T23:57:57.648Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2221 | 2025-03-03T23:57:57.827Z | Checking libsw-core v0.3.1 |
| 2222 | 2025-03-03T23:57:58.067Z | Checking libsw v3.4.0 |
| 2223 | 2025-03-03T23:57:58.343Z | Checking linear-map v1.2.0 |
| 2224 | 2025-03-03T23:57:58.432Z | Checking pem v3.0.5 |
| 2225 | 2025-03-03T23:57:58.672Z | Compiling lzma-sys v0.1.20 |
| 2226 | 2025-03-03T23:57:58.699Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2227 | 2025-03-03T23:57:58.731Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2228 | 2025-03-03T23:57:59.116Z | Checking headers-core v0.3.0 |
| 2229 | 2025-03-03T23:57:59.292Z | Compiling heck v0.3.3 |
| 2230 | 2025-03-03T23:57:59.408Z | Checking highway v1.3.0 |
| 2231 | 2025-03-03T23:57:59.498Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2232 | 2025-03-03T23:57:59.530Z | Checking headers v0.4.0 |
| 2233 | 2025-03-03T23:57:59.613Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2234 | 2025-03-03T23:57:59.667Z | Compiling zone_cfg_derive v0.1.2 |
| 2235 | 2025-03-03T23:57:59.890Z | Checking yasna v0.5.2 |
| 2236 | 2025-03-03T23:57:59.959Z | Checking base64 v0.13.1 |
| 2237 | 2025-03-03T23:58:00.085Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2238 | 2025-03-03T23:58:00.117Z | Compiling typify-macro v0.3.0 |
| 2239 | 2025-03-03T23:58:00.402Z | Checking ron v0.7.1 |
| 2240 | 2025-03-03T23:58:00.650Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2241 | 2025-03-03T23:58:00.714Z | Checking rcgen v0.12.1 |
| 2242 | 2025-03-03T23:58:01.055Z | Checking zone v0.1.8 |
| 2243 | 2025-03-03T23:58:01.119Z | Checking xz2 v0.1.7 |
| 2244 | 2025-03-03T23:58:01.369Z | Checking subprocess v0.2.9 |
| 2245 | 2025-03-03T23:58:01.434Z | Checking humantime v2.1.0 |
| 2246 | 2025-03-03T23:58:01.501Z | Compiling semver v0.1.20 |
| 2247 | 2025-03-03T23:58:01.750Z | Checking half v2.4.1 |
| 2248 | 2025-03-03T23:58:01.774Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2249 | 2025-03-03T23:58:01.777Z | Checking ciborium-io v0.2.2 |
| 2250 | 2025-03-03T23:58:01.905Z | Compiling rustc_version v0.1.7 |
| 2251 | 2025-03-03T23:58:01.944Z | Checking prettyplease v0.2.29 |
| 2252 | 2025-03-03T23:58:02.206Z | Checking ciborium-ll v0.2.2 |
| 2253 | 2025-03-03T23:58:02.350Z | Compiling newtype_derive v0.1.6 |
| 2254 | 2025-03-03T23:58:02.513Z | Checking ciborium v0.2.2 |
| 2255 | 2025-03-03T23:58:02.612Z | Compiling progenitor-macro v0.8.0 |
| 2256 | 2025-03-03T23:58:03.572Z | Checking steno v0.4.1 |
| 2257 | 2025-03-03T23:58:03.786Z | Compiling typify v0.3.0 |
| 2258 | 2025-03-03T23:58:03.939Z | Compiling progenitor-impl v0.9.1 |
| 2259 | 2025-03-03T23:58:04.177Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2260 | 2025-03-03T23:58:04.962Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2261 | 2025-03-03T23:58:06.375Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2262 | 2025-03-03T23:58:07.053Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2263 | 2025-03-03T23:58:07.143Z | Compiling slog-dtrace v0.3.0 |
| 2264 | 2025-03-03T23:58:07.565Z | Checking display-error-chain v0.2.2 |
| 2265 | 2025-03-03T23:58:07.884Z | Checking gethostname v0.5.0 |
| 2266 | 2025-03-03T23:58:08.038Z | Checking keccak v0.1.5 |
| 2267 | 2025-03-03T23:58:08.064Z | Checking bytecount v0.6.8 |
| 2268 | 2025-03-03T23:58:08.151Z | Checking universal-hash v0.5.1 |
| 2269 | 2025-03-03T23:58:08.227Z | Checking secrecy v0.8.0 |
| 2270 | 2025-03-03T23:58:08.356Z | Checking opaque-debug v0.3.1 |
| 2271 | 2025-03-03T23:58:08.389Z | Checking sha3 v0.10.8 |
| 2272 | 2025-03-03T23:58:08.447Z | Checking nibble_vec v0.1.0 |
| 2273 | 2025-03-03T23:58:08.474Z | Compiling blake3 v1.5.4 |
| 2274 | 2025-03-03T23:58:08.666Z | Checking endian-type v0.1.2 |
| 2275 | 2025-03-03T23:58:08.781Z | Checking aead v0.5.2 |
| 2276 | 2025-03-03T23:58:08.907Z | Checking radix_trie v0.2.1 |
| 2277 | 2025-03-03T23:58:09.012Z | Checking poly1305 v0.8.0 |
| 2278 | 2025-03-03T23:58:09.058Z | Checking chacha20 v0.9.1 |
| 2279 | 2025-03-03T23:58:09.421Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2280 | 2025-03-03T23:58:09.527Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2281 | 2025-03-03T23:58:09.979Z | Checking chacha20poly1305 v0.10.1 |
| 2282 | 2025-03-03T23:58:10.019Z | Compiling memmap2 v0.9.5 |
| 2283 | 2025-03-03T23:58:10.189Z | Compiling constant_time_eq v0.3.1 |
| 2284 | 2025-03-03T23:58:10.403Z | Compiling arrayvec v0.7.6 |
| 2285 | 2025-03-03T23:58:10.439Z | Compiling arrayref v0.3.9 |
| 2286 | 2025-03-03T23:58:10.570Z | Compiling toolchain_find v0.4.0 |
| 2287 | 2025-03-03T23:58:10.664Z | Compiling progenitor-macro v0.9.1 |
| 2288 | 2025-03-03T23:58:11.046Z | Compiling topological-sort v0.2.2 |
| 2289 | 2025-03-03T23:58:11.164Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2290 | 2025-03-03T23:58:11.290Z | Compiling rustfmt-wrapper v0.2.1 |
| 2291 | 2025-03-03T23:58:11.545Z | Compiling omicron-zone-package v0.12.0 |
| 2292 | 2025-03-03T23:58:11.934Z | Compiling async-recursion v1.1.1 |
| 2293 | 2025-03-03T23:58:12.096Z | Checking maplit v1.0.2 |
| 2294 | 2025-03-03T23:58:12.190Z | Checking thiserror-no-std v2.0.2 |
| 2295 | 2025-03-03T23:58:12.227Z | Checking fxhash v0.2.1 |
| 2296 | 2025-03-03T23:58:12.337Z | Checking vsss-rs v3.3.4 |
| 2297 | 2025-03-03T23:58:12.437Z | Compiling const_format_proc_macros v0.2.34 |
| 2298 | 2025-03-03T23:58:13.346Z | Checking home v0.5.9 |
| 2299 | 2025-03-03T23:58:13.372Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2300 | 2025-03-03T23:58:13.527Z | Compiling vte_generate_state_changes v0.1.2 |
| 2301 | 2025-03-03T23:58:13.591Z | Checking fd-lock v4.0.2 |
| 2302 | 2025-03-03T23:58:13.812Z | Checking nu-ansi-term v0.50.1 |
| 2303 | 2025-03-03T23:58:14.209Z | Checking vte v0.11.1 |
| 2304 | 2025-03-03T23:58:14.257Z | Checking termcolor v1.4.1 |
| 2305 | 2025-03-03T23:58:14.317Z | Checking const_format v0.2.34 |
| 2306 | 2025-03-03T23:58:14.355Z | Checking progenitor v0.8.0 |
| 2307 | 2025-03-03T23:58:14.581Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2308 | 2025-03-03T23:58:14.762Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2309 | 2025-03-03T23:58:15.407Z | Compiling radium v0.7.0 |
| 2310 | 2025-03-03T23:58:15.719Z | Checking strip-ansi-escapes v0.2.0 |
| 2311 | 2025-03-03T23:58:15.889Z | Checking reedline v0.38.0 |
| 2312 | 2025-03-03T23:58:15.961Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2313 | 2025-03-03T23:58:16.306Z | Checking kstat-rs v0.2.4 |
| 2314 | 2025-03-03T23:58:16.676Z | Compiling maybe-uninit v2.0.0 |
| 2315 | 2025-03-03T23:58:17.102Z | Compiling libefi-sys v0.1.0 |
| 2316 | 2025-03-03T23:58:17.218Z | Checking tap v1.0.1 |
| 2317 | 2025-03-03T23:58:17.406Z | Checking wyz v0.5.1 |
| 2318 | 2025-03-03T23:58:17.806Z | Compiling phf_generator v0.11.2 |
| 2319 | 2025-03-03T23:58:17.977Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2320 | 2025-03-03T23:58:18.040Z | Compiling bitfield-struct v0.6.2 |
| 2321 | 2025-03-03T23:58:18.404Z | Compiling packed_struct v0.10.1 |
| 2322 | 2025-03-03T23:58:18.506Z | Checking funty v2.0.0 |
| 2323 | 2025-03-03T23:58:18.878Z | Checking crc-catalog v2.4.0 |
| 2324 | 2025-03-03T23:58:18.942Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2325 | 2025-03-03T23:58:19.054Z | Checking crc v3.2.1 |
| 2326 | 2025-03-03T23:58:19.332Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2327 | 2025-03-03T23:58:19.358Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2328 | 2025-03-03T23:58:19.381Z | Checking bitvec v1.0.1 |
| 2329 | 2025-03-03T23:58:19.730Z | Compiling phf_codegen v0.11.2 |
| 2330 | 2025-03-03T23:58:20.050Z | Checking papergrid v0.11.0 |
| 2331 | 2025-03-03T23:58:21.409Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2332 | 2025-03-03T23:58:21.456Z | Compiling tabled_derive v0.7.0 |
| 2333 | 2025-03-03T23:58:21.710Z | Compiling packed_struct_codegen v0.10.1 |
| 2334 | 2025-03-03T23:58:22.204Z | Compiling parse-zoneinfo v0.3.1 |
| 2335 | 2025-03-03T23:58:22.562Z | Compiling indexmap v1.9.3 |
| 2336 | 2025-03-03T23:58:22.679Z | Checking progenitor v0.9.1 |
| 2337 | 2025-03-03T23:58:22.918Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2338 | 2025-03-03T23:58:22.941Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2339 | 2025-03-03T23:58:23.814Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2340 | 2025-03-03T23:58:23.840Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2341 | 2025-03-03T23:58:23.968Z | Checking nodrop v0.1.14 |
| 2342 | 2025-03-03T23:58:24.119Z | Compiling cfg_aliases v0.1.1 |
| 2343 | 2025-03-03T23:58:24.250Z | Compiling nix v0.28.0 |
| 2344 | 2025-03-03T23:58:25.102Z | Checking array-init v0.0.4 |
| 2345 | 2025-03-03T23:58:26.047Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2346 | 2025-03-03T23:58:26.521Z | Checking tabled v0.15.0 |
| 2347 | 2025-03-03T23:58:26.990Z | Compiling chrono-tz-build v0.4.0 |
| 2348 | 2025-03-03T23:58:27.593Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2349 | 2025-03-03T23:58:27.866Z | Checking smallvec v0.6.14 |
| 2350 | 2025-03-03T23:58:28.183Z | Checking nanorand v0.7.0 |
| 2351 | 2025-03-03T23:58:28.276Z | Compiling parking_lot_core v0.8.6 |
| 2352 | 2025-03-03T23:58:28.483Z | Checking bitfield v0.14.0 |
| 2353 | 2025-03-03T23:58:28.566Z | Checking hashbrown v0.12.3 |
| 2354 | 2025-03-03T23:58:28.790Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2355 | 2025-03-03T23:58:28.823Z | Checking flume v0.11.1 |
| 2356 | 2025-03-03T23:58:29.305Z | Checking serde-hex v0.1.0 |
| 2357 | 2025-03-03T23:58:29.345Z | Compiling chrono-tz v0.10.1 |
| 2358 | 2025-03-03T23:58:29.759Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2359 | 2025-03-03T23:58:30.026Z | Checking env_logger v0.10.2 |
| 2360 | 2025-03-03T23:58:30.050Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2361 | 2025-03-03T23:58:30.295Z | Checking ron v0.8.1 |
| 2362 | 2025-03-03T23:58:30.480Z | Checking hashbrown v0.13.2 |
| 2363 | 2025-03-03T23:58:31.167Z | Checking crc-any v2.5.0 |
| 2364 | 2025-03-03T23:58:31.376Z | Checking object v0.30.4 |
| 2365 | 2025-03-03T23:58:31.486Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2366 | 2025-03-03T23:58:32.639Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2367 | 2025-03-03T23:58:33.167Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2368 | 2025-03-03T23:58:34.068Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2369 | 2025-03-03T23:58:34.091Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2370 | 2025-03-03T23:58:36.082Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2371 | 2025-03-03T23:58:36.939Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2372 | 2025-03-03T23:58:37.461Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2373 | 2025-03-03T23:58:37.774Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2374 | 2025-03-03T23:58:37.978Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2375 | 2025-03-03T23:58:38.421Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2376 | 2025-03-03T23:58:39.047Z | Compiling peg-macros v0.8.4 |
| 2377 | 2025-03-03T23:58:39.076Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2378 | 2025-03-03T23:58:39.124Z | Compiling sqlparser_derive v0.2.2 |
| 2379 | 2025-03-03T23:58:39.159Z | Checking path-slash v0.1.5 |
| 2380 | 2025-03-03T23:58:39.339Z | Checking unicode_categories v0.1.1 |
| 2381 | 2025-03-03T23:58:39.655Z | Checking glob v0.3.2 |
| 2382 | 2025-03-03T23:58:40.164Z | Checking sqlparser v0.45.0 |
| 2383 | 2025-03-03T23:58:40.190Z | Checking sqlformat v0.2.6 |
| 2384 | 2025-03-03T23:58:40.581Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2385 | 2025-03-03T23:58:42.330Z | Checking peg v0.8.4 |
| 2386 | 2025-03-03T23:58:42.453Z | Checking parking_lot v0.11.2 |
| 2387 | 2025-03-03T23:58:42.748Z | Checking rustyline v14.0.0 |
| 2388 | 2025-03-03T23:58:42.846Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2389 | 2025-03-03T23:58:43.472Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2390 | 2025-03-03T23:58:43.724Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2391 | 2025-03-03T23:58:44.256Z | Checking bcs v0.1.6 |
| 2392 | 2025-03-03T23:58:44.306Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2025-03-03T23:58:44.765Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2394 | 2025-03-03T23:58:44.765Z | Checking termtree v0.5.1 |
| 2395 | 2025-03-03T23:58:45.041Z | Checking sled v0.34.7 |
| 2396 | 2025-03-03T23:58:45.132Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2397 | 2025-03-03T23:58:46.531Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2398 | 2025-03-03T23:58:47.090Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2399 | 2025-03-03T23:58:47.899Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2400 | 2025-03-03T23:58:48.304Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2401 | 2025-03-03T23:58:48.629Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2402 | 2025-03-03T23:58:48.917Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2403 | 2025-03-03T23:58:48.974Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2025-03-03T23:58:49.006Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2405 | 2025-03-03T23:58:50.085Z | Checking hickory-client v0.24.4 |
| 2406 | 2025-03-03T23:58:50.757Z | Checking hickory-server v0.24.4 |
| 2407 | 2025-03-03T23:58:50.783Z | Compiling unicase v2.7.0 |
| 2408 | 2025-03-03T23:58:51.337Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2409 | 2025-03-03T23:58:51.480Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2410 | 2025-03-03T23:58:51.712Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2411 | 2025-03-03T23:58:52.197Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2412 | 2025-03-03T23:58:52.256Z | Compiling dsl_auto_type v0.1.2 |
| 2413 | 2025-03-03T23:58:52.453Z | Checking primeorder v0.13.6 |
| 2414 | 2025-03-03T23:58:52.947Z | Checking scheduled-thread-pool v0.2.7 |
| 2415 | 2025-03-03T23:58:53.197Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2416 | 2025-03-03T23:58:53.296Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2417 | 2025-03-03T23:58:53.536Z | Compiling crunchy v0.2.2 |
| 2418 | 2025-03-03T23:58:53.596Z | Checking r2d2 v0.8.10 |
| 2419 | 2025-03-03T23:58:53.627Z | Compiling diesel_derives v2.2.3 |
| 2420 | 2025-03-03T23:58:53.913Z | Compiling mime_guess v2.0.5 |
| 2421 | 2025-03-03T23:58:54.225Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2422 | 2025-03-03T23:58:54.717Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2423 | 2025-03-03T23:58:54.743Z | Compiling tiny-keccak v2.0.2 |
| 2424 | 2025-03-03T23:58:55.046Z | Checking http-range v0.1.5 |
| 2425 | 2025-03-03T23:58:55.301Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2426 | 2025-03-03T23:58:55.338Z | Checking atty v0.2.14 |
| 2427 | 2025-03-03T23:58:55.503Z | Compiling ref-cast v1.0.23 |
| 2428 | 2025-03-03T23:58:55.554Z | Compiling salty v0.3.0 |
| 2429 | 2025-03-03T23:58:55.578Z | Compiling bit-vec v0.6.3 |
| 2430 | 2025-03-03T23:58:55.985Z | Compiling bit-set v0.5.3 |
| 2431 | 2025-03-03T23:58:56.094Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2432 | 2025-03-03T23:58:56.876Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2433 | 2025-03-03T23:58:56.949Z | Checking p384 v0.13.0 |
| 2434 | 2025-03-03T23:58:57.636Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2435 | 2025-03-03T23:58:57.669Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2436 | 2025-03-03T23:58:57.897Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2437 | 2025-03-03T23:58:57.950Z | Compiling ascii-canvas v3.0.0 |
| 2438 | 2025-03-03T23:58:58.079Z | Compiling ena v0.14.3 |
| 2439 | 2025-03-03T23:58:58.221Z | Compiling ref-cast-impl v1.0.23 |
| 2440 | 2025-03-03T23:58:58.256Z | Compiling bindgen v0.71.1 |
| 2441 | 2025-03-03T23:58:58.437Z | Compiling diff v0.1.13 |
| 2442 | 2025-03-03T23:58:58.485Z | Compiling regex-syntax v0.6.29 |
| 2443 | 2025-03-03T23:58:58.750Z | Checking hyper-staticfile v0.10.1 |
| 2444 | 2025-03-03T23:58:59.151Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2445 | 2025-03-03T23:58:59.292Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2446 | 2025-03-03T23:58:59.486Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2447 | 2025-03-03T23:58:59.565Z | Checking env_filter v0.1.2 |
| 2448 | 2025-03-03T23:58:59.788Z | Compiling rustc-hash v2.1.1 |
| 2449 | 2025-03-03T23:58:59.866Z | Checking env_logger v0.11.5 |
| 2450 | 2025-03-03T23:58:59.932Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2451 | 2025-03-03T23:59:00.203Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2452 | 2025-03-03T23:59:00.536Z | Compiling derive_builder_core v0.20.2 |
| 2453 | 2025-03-03T23:59:00.558Z | Compiling libxml v0.3.3 |
| 2454 | 2025-03-03T23:59:00.963Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2455 | 2025-03-03T23:59:01.416Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2456 | 2025-03-03T23:59:01.745Z | Checking signal-hook-tokio v0.3.1 |
| 2457 | 2025-03-03T23:59:01.941Z | Compiling lalrpop v0.19.12 |
| 2458 | 2025-03-03T23:59:02.360Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2459 | 2025-03-03T23:59:02.491Z | Compiling strum_macros v0.24.3 |
| 2460 | 2025-03-03T23:59:02.656Z | Compiling derive_builder_macro v0.20.2 |
| 2461 | 2025-03-03T23:59:02.780Z | Compiling indoc v1.0.9 |
| 2462 | 2025-03-03T23:59:03.553Z | Checking derive_builder v0.20.2 |
| 2463 | 2025-03-03T23:59:03.683Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2464 | 2025-03-03T23:59:04.409Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2465 | 2025-03-03T23:59:04.698Z | Checking diesel v2.2.7 |
| 2466 | 2025-03-03T23:59:05.284Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2467 | 2025-03-03T23:59:05.677Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2468 | 2025-03-03T23:59:05.680Z | Checking quick-xml v0.37.2 |
| 2469 | 2025-03-03T23:59:05.859Z | Compiling oso-derive v0.27.3 |
| 2470 | 2025-03-03T23:59:06.003Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2471 | 2025-03-03T23:59:06.896Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2472 | 2025-03-03T23:59:07.760Z | Checking tungstenite v0.23.0 |
| 2473 | 2025-03-03T23:59:07.822Z | Compiling diesel-dtrace v0.4.2 |
| 2474 | 2025-03-03T23:59:08.253Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2475 | 2025-03-03T23:59:08.515Z | Checking bb8 v0.8.5 |
| 2476 | 2025-03-03T23:59:08.566Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2477 | 2025-03-03T23:59:08.677Z | Checking tokio-tungstenite v0.23.1 |
| 2478 | 2025-03-03T23:59:09.021Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2479 | 2025-03-03T23:59:09.054Z | Checking nix v0.27.1 |
| 2480 | 2025-03-03T23:59:09.158Z | Compiling pin-project-internal v1.1.6 |
| 2481 | 2025-03-03T23:59:09.294Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2482 | 2025-03-03T23:59:09.635Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2483 | 2025-03-03T23:59:11.951Z | Checking pin-project v1.1.6 |
| 2484 | 2025-03-03T23:59:12.108Z | Compiling snafu-derive v0.8.5 |
| 2485 | 2025-03-03T23:59:12.135Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2486 | 2025-03-03T23:59:12.554Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2487 | 2025-03-03T23:59:12.732Z | Checking olpc-cjson v0.1.4 |
| 2488 | 2025-03-03T23:59:12.982Z | Checking globset v0.4.15 |
| 2489 | 2025-03-03T23:59:13.519Z | Checking serde_plain v1.0.2 |
| 2490 | 2025-03-03T23:59:13.810Z | Checking typed-path v0.9.3 |
| 2491 | 2025-03-03T23:59:14.076Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2492 | 2025-03-03T23:59:14.380Z | Checking parse-size v1.1.0 |
| 2493 | 2025-03-03T23:59:14.593Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2494 | 2025-03-03T23:59:15.021Z | Checking assert_matches v1.5.0 |
| 2495 | 2025-03-03T23:59:15.149Z | Checking heck v0.4.1 |
| 2496 | 2025-03-03T23:59:15.378Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2497 | 2025-03-03T23:59:15.449Z | Compiling proc-macro-error2 v2.0.1 |
| 2498 | 2025-03-03T23:59:15.776Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2499 | 2025-03-03T23:59:15.815Z | Checking rand_seeder v0.3.0 |
| 2500 | 2025-03-03T23:59:16.091Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2501 | 2025-03-03T23:59:16.122Z | Compiling tabled_derive v0.10.0 |
| 2502 | 2025-03-03T23:59:16.797Z | Checking snafu v0.8.5 |
| 2503 | 2025-03-03T23:59:16.855Z | Checking papergrid v0.14.0 |
| 2504 | 2025-03-03T23:59:17.298Z | Checking tough v0.19.0 |
| 2505 | 2025-03-03T23:59:18.373Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2506 | 2025-03-03T23:59:18.877Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2507 | 2025-03-03T23:59:18.906Z | Checking tabled v0.18.0 |
| 2508 | 2025-03-03T23:59:19.320Z | Checking io-lifetimes v1.0.11 |
| 2509 | 2025-03-03T23:59:19.530Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2510 | 2025-03-03T23:59:19.809Z | Checking rustix v0.37.28 |
| 2511 | 2025-03-03T23:59:20.192Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2512 | 2025-03-03T23:59:20.854Z | Checking terminal_size v0.2.6 |
| 2513 | 2025-03-03T23:59:21.041Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2514 | 2025-03-03T23:59:21.374Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2515 | 2025-03-03T23:59:21.872Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2516 | 2025-03-03T23:59:21.898Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2517 | 2025-03-03T23:59:22.237Z | Compiling libz-sys v1.1.20 |
| 2518 | 2025-03-03T23:59:22.611Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2519 | 2025-03-03T23:59:22.899Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2520 | 2025-03-03T23:59:23.457Z | Checking unicode-linebreak v0.1.5 |
| 2521 | 2025-03-03T23:59:23.899Z | Checking smawk v0.3.2 |
| 2522 | 2025-03-03T23:59:23.923Z | Compiling indoc v2.0.5 |
| 2523 | 2025-03-03T23:59:24.131Z | Checking textwrap v0.16.1 |
| 2524 | 2025-03-03T23:59:24.580Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2525 | 2025-03-03T23:59:24.786Z | Checking castaway v0.2.3 |
| 2526 | 2025-03-03T23:59:24.874Z | Checking is_ci v1.2.0 |
| 2527 | 2025-03-03T23:59:24.974Z | Checking compact_str v0.8.0 |
| 2528 | 2025-03-03T23:59:25.042Z | Checking supports-color v3.0.2 |
| 2529 | 2025-03-03T23:59:25.266Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2530 | 2025-03-03T23:59:25.814Z | Checking unicode-truncate v1.1.0 |
| 2531 | 2025-03-03T23:59:25.847Z | Checking lru v0.12.5 |
| 2532 | 2025-03-03T23:59:26.087Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2533 | 2025-03-03T23:59:26.148Z | Compiling instability v0.3.2 |
| 2534 | 2025-03-03T23:59:26.900Z | Checking cassowary v0.3.0 |
| 2535 | 2025-03-03T23:59:27.231Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2536 | 2025-03-03T23:59:27.314Z | Checking ratatui v0.29.0 |
| 2537 | 2025-03-03T23:59:27.946Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2538 | 2025-03-03T23:59:28.157Z | Checking cargo-platform v0.1.8 |
| 2539 | 2025-03-03T23:59:28.478Z | Checking cargo_metadata v0.19.1 |
| 2540 | 2025-03-03T23:59:30.227Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2541 | 2025-03-03T23:59:30.295Z | Compiling vergen v8.3.2 |
| 2542 | 2025-03-03T23:59:30.625Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2543 | 2025-03-03T23:59:31.063Z | Compiling cargo_metadata v0.18.1 |
| 2544 | 2025-03-03T23:59:31.666Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2545 | 2025-03-03T23:59:33.135Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2546 | 2025-03-03T23:59:33.229Z | Checking shell-words v1.1.0 |
| 2547 | 2025-03-03T23:59:33.439Z | Compiling rustls v0.21.12 |
| 2548 | 2025-03-03T23:59:33.509Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2549 | 2025-03-03T23:59:33.815Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2550 | 2025-03-03T23:59:33.844Z | Checking sct v0.7.1 |
| 2551 | 2025-03-03T23:59:33.977Z | Checking rustls-webpki v0.101.7 |
| 2552 | 2025-03-03T23:59:34.093Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2553 | 2025-03-03T23:59:34.190Z | Checking concurrent-queue v2.5.0 |
| 2554 | 2025-03-03T23:59:34.421Z | Checking parking v2.2.1 |
| 2555 | 2025-03-03T23:59:34.527Z | Checking plotters-backend v0.3.7 |
| 2556 | 2025-03-03T23:59:34.657Z | Checking async-bb8-diesel v0.2.1 |
| 2557 | 2025-03-03T23:59:35.061Z | Checking plotters-svg v0.3.7 |
| 2558 | 2025-03-03T23:59:35.359Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2559 | 2025-03-03T23:59:35.389Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2560 | 2025-03-03T23:59:36.102Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2561 | 2025-03-03T23:59:36.384Z | Checking rustls-pemfile v1.0.4 |
| 2562 | 2025-03-03T23:59:36.574Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2563 | 2025-03-03T23:59:36.622Z | Checking twox-hash v2.1.0 |
| 2564 | 2025-03-03T23:59:36.954Z | Checking cast v0.3.0 |
| 2565 | 2025-03-03T23:59:37.257Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2566 | 2025-03-03T23:59:37.282Z | Checking criterion-plot v0.5.0 |
| 2567 | 2025-03-03T23:59:37.787Z | Checking plotters v0.3.7 |
| 2568 | 2025-03-03T23:59:37.875Z | Checking tokio-rustls v0.24.1 |
| 2569 | 2025-03-03T23:59:38.230Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2570 | 2025-03-03T23:59:39.462Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2571 | 2025-03-03T23:59:39.541Z | Checking fatfs v0.3.6 |
| 2572 | 2025-03-03T23:59:40.499Z | Checking tinytemplate v1.2.1 |
| 2573 | 2025-03-03T23:59:40.914Z | Checking csv-core v0.1.11 |
| 2574 | 2025-03-03T23:59:41.110Z | Checking oorandom v11.1.4 |
| 2575 | 2025-03-03T23:59:41.396Z | Checking anes v0.1.6 |
| 2576 | 2025-03-03T23:59:41.400Z | Checking hex-literal v0.4.1 |
| 2577 | 2025-03-03T23:59:41.495Z | Checking csv v1.3.1 |
| 2578 | 2025-03-03T23:59:41.629Z | Checking criterion v0.5.1 |
| 2579 | 2025-03-03T23:59:42.385Z | Checking event-listener v5.3.1 |
| 2580 | 2025-03-03T23:59:42.799Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2581 | 2025-03-03T23:59:44.347Z | Checking rtoolbox v0.0.2 |
| 2582 | 2025-03-03T23:59:44.582Z | Checking rpassword v7.3.1 |
| 2583 | 2025-03-03T23:59:44.767Z | Checking event-listener-strategy v0.5.2 |
| 2584 | 2025-03-03T23:59:44.976Z | Checking tui-tree-widget v0.23.0 |
| 2585 | 2025-03-03T23:59:45.334Z | Checking polyval v0.6.2 |
| 2586 | 2025-03-03T23:59:45.576Z | Checking ghash v0.5.1 |
| 2587 | 2025-03-03T23:59:45.781Z | Checking futures-lite v2.3.0 |
| 2588 | 2025-03-03T23:59:47.049Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2589 | 2025-03-03T23:59:47.072Z | Checking ctr v0.9.2 |
| 2590 | 2025-03-03T23:59:47.521Z | Checking yansi v1.0.1 |
| 2591 | 2025-03-03T23:59:48.067Z | Checking aes-gcm v0.10.3 |
| 2592 | 2025-03-03T23:59:48.176Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2593 | 2025-03-03T23:59:48.265Z | Checking pretty_assertions v1.4.1 |
| 2594 | 2025-03-03T23:59:48.305Z | Checking ssh-encoding v0.2.0 |
| 2595 | 2025-03-03T23:59:48.481Z | Checking blowfish v0.9.1 |
| 2596 | 2025-03-03T23:59:48.640Z | Checking ssh-cipher v0.2.0 |
| 2597 | 2025-03-03T23:59:48.740Z | Checking bcrypt-pbkdf v0.10.0 |
| 2598 | 2025-03-03T23:59:48.958Z | Checking async-lock v3.4.0 |
| 2599 | 2025-03-03T23:59:49.014Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2600 | 2025-03-03T23:59:49.740Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2601 | 2025-03-03T23:59:49.900Z | Checking password-hash v0.4.2 |
| 2602 | 2025-03-03T23:59:50.348Z | Checking polling v3.7.3 |
| 2603 | 2025-03-03T23:59:50.763Z | Checking async-io v2.3.4 |
| 2604 | 2025-03-03T23:59:51.008Z | Checking pbkdf2 v0.11.0 |
| 2605 | 2025-03-03T23:59:51.323Z | Checking ssh-key v0.6.6 |
| 2606 | 2025-03-03T23:59:51.691Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2607 | 2025-03-03T23:59:52.342Z | Checking p521 v0.13.3 |
| 2608 | 2025-03-03T23:59:52.903Z | Checking p256 v0.13.2 |
| 2609 | 2025-03-03T23:59:53.397Z | Checking russh-cryptovec v0.7.3 |
| 2610 | 2025-03-03T23:59:53.641Z | Checking md5 v0.7.0 |
| 2611 | 2025-03-03T23:59:53.742Z | Compiling target-lexicon v0.13.2 |
| 2612 | 2025-03-03T23:59:53.960Z | Checking async-task v4.7.1 |
| 2613 | 2025-03-03T23:59:54.264Z | Checking russh-keys v0.45.0 |
| 2614 | 2025-03-03T23:59:54.339Z | Checking async-channel v2.3.1 |
| 2615 | 2025-03-03T23:59:54.663Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2616 | 2025-03-03T23:59:54.783Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2617 | 2025-03-03T23:59:55.493Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2618 | 2025-03-03T23:59:55.602Z | Checking piper v0.2.4 |
| 2619 | 2025-03-03T23:59:55.846Z | Checking num-bigint v0.4.6 |
| 2620 | 2025-03-03T23:59:56.248Z | Checking des v0.8.1 |
| 2621 | 2025-03-03T23:59:56.290Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2622 | 2025-03-03T23:59:56.547Z | Checking futures-timer v3.0.3 |
| 2623 | 2025-03-03T23:59:56.892Z | Compiling guppy-workspace-hack v0.1.0 |
| 2624 | 2025-03-03T23:59:57.160Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2625 | 2025-03-03T23:59:57.244Z | Checking blocking v1.6.1 |
| 2626 | 2025-03-03T23:59:58.014Z | Checking async-executor v1.13.1 |
| 2627 | 2025-03-03T23:59:58.033Z | Checking russh v0.45.0 |
| 2628 | 2025-03-03T23:59:58.371Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2629 | 2025-03-03T23:59:58.580Z | Checking async-signal v0.2.10 |
| 2630 | 2025-03-03T23:59:58.891Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2631 | 2025-03-03T23:59:59.206Z | Compiling target-spec v3.4.2 |
| 2632 | 2025-03-03T23:59:59.280Z | Checking event-listener v2.5.3 |
| 2633 | 2025-03-03T23:59:59.509Z | Checking internet-checksum v0.2.1 |
| 2634 | 2025-03-03T23:59:59.748Z | Checking async-channel v1.9.0 |
| 2635 | 2025-03-04T00:00:00.044Z | Checking async-process v2.3.0 |
| 2636 | 2025-03-04T00:00:00.333Z | Checking async-global-executor v2.4.1 |
| 2637 | 2025-03-04T00:00:00.453Z | Checking cfg-expr v0.18.0 |
| 2638 | 2025-03-04T00:00:00.748Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2639 | 2025-03-04T00:00:01.297Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2640 | 2025-03-04T00:00:02.266Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2641 | 2025-03-04T00:00:02.292Z | Checking httptest v0.16.3 |
| 2642 | 2025-03-04T00:00:02.701Z | Checking rustls-native-certs v0.7.3 |
| 2643 | 2025-03-04T00:00:02.915Z | Compiling petname v2.0.2 |
| 2644 | 2025-03-04T00:00:02.987Z | Checking kv-log-macro v1.0.7 |
| 2645 | 2025-03-04T00:00:03.155Z | Compiling async-attributes v1.1.2 |
| 2646 | 2025-03-04T00:00:04.011Z | Checking async-std v1.13.0 |
| 2647 | 2025-03-04T00:00:05.313Z | Checking hyper-rustls v0.26.0 |
| 2648 | 2025-03-04T00:00:06.034Z | Checking pathdiff v0.2.3 |
| 2649 | 2025-03-04T00:00:06.081Z | Compiling rstest_macros v0.24.0 |
| 2650 | 2025-03-04T00:00:06.220Z | Compiling doc-comment v0.3.3 |
| 2651 | 2025-03-04T00:00:06.588Z | Checking nested v0.1.1 |
| 2652 | 2025-03-04T00:00:06.730Z | Compiling target-triple v0.1.3 |
| 2653 | 2025-03-04T00:00:06.835Z | Checking guppy v0.17.17 |
| 2654 | 2025-03-04T00:00:07.425Z | Checking async-object-pool v0.1.5 |
| 2655 | 2025-03-04T00:00:07.634Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2656 | 2025-03-04T00:00:08.358Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2657 | 2025-03-04T00:00:08.746Z | Checking similar-asserts v1.7.0 |
| 2658 | 2025-03-04T00:00:08.797Z | Checking serde_regex v1.1.0 |
| 2659 | 2025-03-04T00:00:09.008Z | Checking assert-json-diff v2.0.2 |
| 2660 | 2025-03-04T00:00:09.077Z | Compiling proc-macro-crate v3.2.0 |
| 2661 | 2025-03-04T00:00:09.324Z | Checking path-tree v0.8.1 |
| 2662 | 2025-03-04T00:00:09.687Z | Compiling assert_cmd v2.0.16 |
| 2663 | 2025-03-04T00:00:10.124Z | Checking stringmetrics v2.2.2 |
| 2664 | 2025-03-04T00:00:10.259Z | Compiling relative-path v1.9.3 |
| 2665 | 2025-03-04T00:00:10.402Z | Checking sync-ptr v0.1.1 |
| 2666 | 2025-03-04T00:00:10.441Z | Checking httpmock v0.8.0-alpha.1 |
| 2667 | 2025-03-04T00:00:10.956Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2668 | 2025-03-04T00:00:12.183Z | Checking blake2b_simd v1.0.2 |
| 2669 | 2025-03-04T00:00:13.088Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2670 | 2025-03-04T00:00:15.512Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2671 | 2025-03-04T00:00:15.859Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2672 | 2025-03-04T00:00:16.200Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2673 | 2025-03-04T00:00:16.545Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2674 | 2025-03-04T00:00:17.105Z | Checking serde_tokenstream v0.2.2 |
| 2675 | 2025-03-04T00:00:17.526Z | Checking uzers v0.12.1 |
| 2676 | 2025-03-04T00:00:18.104Z | Checking rust-argon2 v2.1.0 |
| 2677 | 2025-03-04T00:00:18.557Z | Checking trybuild v1.0.103 |
| 2678 | 2025-03-04T00:00:19.368Z | Checking rstest v0.24.0 |
| 2679 | 2025-03-04T00:00:19.489Z | Compiling git2 v0.19.0 |
| 2680 | 2025-03-04T00:00:19.876Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2681 | 2025-03-04T00:00:20.152Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2682 | 2025-03-04T00:00:21.128Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2683 | 2025-03-04T00:00:22.261Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2684 | 2025-03-04T00:00:22.622Z | Checking rand_distr v0.4.3 |
| 2685 | 2025-03-04T00:00:23.365Z | Checking multimap v0.10.0 |
| 2686 | 2025-03-04T00:00:23.713Z | Checking approx v0.5.1 |
| 2687 | 2025-03-04T00:00:23.980Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2688 | 2025-03-04T00:00:24.421Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2689 | 2025-03-04T00:00:26.240Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2690 | 2025-03-04T00:00:26.839Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2691 | 2025-03-04T00:00:26.939Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2692 | 2025-03-04T00:00:27.521Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2693 | 2025-03-04T00:00:27.753Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2694 | 2025-03-04T00:00:27.819Z | Checking partial-io v0.5.4 |
| 2695 | 2025-03-04T00:00:27.845Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2696 | 2025-03-04T00:00:28.173Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2697 | 2025-03-04T00:00:28.199Z | Checking cargo_toml v0.21.0 |
| 2698 | 2025-03-04T00:00:29.186Z | Checking termios v0.3.3 |
| 2699 | 2025-03-04T00:00:29.361Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2700 | 2025-03-04T00:00:29.397Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2701 | 2025-03-04T00:00:30.210Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2702 | 2025-03-04T00:00:32.645Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2703 | 2025-03-04T00:00:32.669Z | Compiling samael v0.0.18 |
| 2704 | 2025-03-04T00:00:49.654Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2705 | 2025-03-04T00:00:56.711Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2706 | 2025-03-04T00:01:22.991Z | Compiling polar-core v0.27.3 |
| 2707 | 2025-03-04T00:01:23.081Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2708 | 2025-03-04T00:01:23.294Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2709 | 2025-03-04T00:01:25.358Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2710 | 2025-03-04T00:01:33.982Z | Checking oso v0.27.3 |
| 2711 | 2025-03-04T00:02:12.380Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2712 | 2025-03-04T00:02:12.380Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2713 | 2025-03-04T00:02:12.383Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2714 | 2025-03-04T00:03:26.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
| 2715 | 2025-03-04T00:03:27.135Z | |
| 2716 | 2025-03-04T00:03:27.135Z | real 6:32.409723458 |
| 2717 | 2025-03-04T00:03:27.135Z | user 36:00.786596616 |
| 2718 | 2025-03-04T00:03:27.135Z | sys 5:09.224427885 |
| 2719 | 2025-03-04T00:03:27.135Z | trap 1.033532320 |
| 2720 | 2025-03-04T00:03:27.135Z | tflt 0.479654009 |
| 2721 | 2025-03-04T00:03:27.135Z | dflt 0.333697391 |
| 2722 | 2025-03-04T00:03:27.135Z | kflt 0.001178422 |
| 2723 | 2025-03-04T00:03:27.135Z | lock 52:16.547571259 |
| 2724 | 2025-03-04T00:03:27.139Z | slp 2:02:50.598023504 |
| 2725 | 2025-03-04T00:03:27.139Z | lat 1:43.233285450 |
| 2726 | 2025-03-04T00:03:27.139Z | stop 6:59.565845699 |
| 2727 | 2025-03-04T00:03:27.139Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2728 | 2025-03-04T00:03:27.139Z | + ptime -m cargo doc --workspace --no-deps |
| 2729 | 2025-03-04T00:03:28.344Z | warning: output filename collision. |
| 2730 | 2025-03-04T00:03:28.344Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2731 | 2025-03-04T00:03:28.344Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2732 | 2025-03-04T00:03:28.344Z | The targets should have unique names. |
| 2733 | 2025-03-04T00:03:28.344Z | This is a known bug where multiple crates with the same name use |
| 2734 | 2025-03-04T00:03:28.344Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2735 | 2025-03-04T00:03:28.818Z | Compiling ring v0.17.11 |
| 2736 | 2025-03-04T00:03:28.907Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2737 | 2025-03-04T00:03:28.928Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2738 | 2025-03-04T00:03:28.975Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2739 | 2025-03-04T00:03:29.007Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2740 | 2025-03-04T00:03:29.011Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2741 | 2025-03-04T00:03:30.311Z | Compiling rustls v0.23.19 |
| 2742 | 2025-03-04T00:03:30.311Z | Compiling rustls v0.22.4 |
| 2743 | 2025-03-04T00:03:30.314Z | Compiling rustls v0.21.12 |
| 2744 | 2025-03-04T00:03:31.754Z | Checking rustls-webpki v0.102.8 |
| 2745 | 2025-03-04T00:03:31.754Z | Checking rcgen v0.12.1 |
| 2746 | 2025-03-04T00:03:31.757Z | Checking rustls-webpki v0.101.7 |
| 2747 | 2025-03-04T00:03:31.757Z | Checking sct v0.7.1 |
| 2748 | 2025-03-04T00:03:34.506Z | Checking tokio-rustls v0.24.1 |
| 2749 | 2025-03-04T00:03:34.894Z | Checking tokio-rustls v0.25.0 |
| 2750 | 2025-03-04T00:03:35.181Z | Checking dropshot v0.12.0 |
| 2751 | 2025-03-04T00:03:35.184Z | Checking dropshot v0.16.0 |
| 2752 | 2025-03-04T00:03:36.574Z | Checking tokio-rustls v0.26.0 |
| 2753 | 2025-03-04T00:03:37.007Z | Checking hyper-rustls v0.27.3 |
| 2754 | 2025-03-04T00:03:38.392Z | Checking reqwest v0.12.12 |
| 2755 | 2025-03-04T00:03:38.395Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2756 | 2025-03-04T00:03:38.395Z | Checking qorb v0.2.1 |
| 2757 | 2025-03-04T00:03:38.395Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2758 | 2025-03-04T00:03:39.218Z | Checking progenitor-client v0.9.1 |
| 2759 | 2025-03-04T00:03:39.534Z | Checking progenitor-client v0.8.0 |
| 2760 | 2025-03-04T00:03:39.798Z | Checking progenitor v0.9.1 |
| 2761 | 2025-03-04T00:03:39.931Z | Checking progenitor v0.8.0 |
| 2762 | 2025-03-04T00:03:40.034Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2763 | 2025-03-04T00:03:40.170Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2764 | 2025-03-04T00:03:40.623Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2765 | 2025-03-04T00:03:42.150Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2766 | 2025-03-04T00:03:44.174Z | Compiling omicron-zone-package v0.12.0 |
| 2767 | 2025-03-04T00:03:44.672Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2768 | 2025-03-04T00:03:44.830Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2769 | 2025-03-04T00:03:45.121Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2770 | 2025-03-04T00:03:45.486Z | Checking tough v0.19.0 |
| 2771 | 2025-03-04T00:03:45.713Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2772 | 2025-03-04T00:03:47.270Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2773 | 2025-03-04T00:03:49.154Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2774 | 2025-03-04T00:03:49.369Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2775 | 2025-03-04T00:03:49.484Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2776 | 2025-03-04T00:03:49.610Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2777 | 2025-03-04T00:03:49.613Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2778 | 2025-03-04T00:03:49.656Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2779 | 2025-03-04T00:03:49.660Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2780 | 2025-03-04T00:03:49.859Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2781 | 2025-03-04T00:03:49.883Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2782 | 2025-03-04T00:03:49.912Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2783 | 2025-03-04T00:03:49.937Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2784 | 2025-03-04T00:03:50.174Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2785 | 2025-03-04T00:03:50.347Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2786 | 2025-03-04T00:03:50.460Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2787 | 2025-03-04T00:03:50.753Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2788 | 2025-03-04T00:03:50.996Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2789 | 2025-03-04T00:03:51.370Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2790 | 2025-03-04T00:03:51.699Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2791 | 2025-03-04T00:03:51.811Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2792 | 2025-03-04T00:03:51.908Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2793 | 2025-03-04T00:03:52.276Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2794 | 2025-03-04T00:03:52.670Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2795 | 2025-03-04T00:03:52.760Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2796 | 2025-03-04T00:03:53.188Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2797 | 2025-03-04T00:03:53.282Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2798 | 2025-03-04T00:03:53.388Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2799 | 2025-03-04T00:03:53.511Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2800 | 2025-03-04T00:03:53.727Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2801 | 2025-03-04T00:03:53.848Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2802 | 2025-03-04T00:03:53.947Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2803 | 2025-03-04T00:03:54.093Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2804 | 2025-03-04T00:03:54.222Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2805 | 2025-03-04T00:03:54.343Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2806 | 2025-03-04T00:03:54.450Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2807 | 2025-03-04T00:03:54.642Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2808 | 2025-03-04T00:03:54.758Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2809 | 2025-03-04T00:03:55.019Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2810 | 2025-03-04T00:03:55.038Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2811 | 2025-03-04T00:03:55.058Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2812 | 2025-03-04T00:03:55.115Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2813 | 2025-03-04T00:03:55.310Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2814 | 2025-03-04T00:03:55.952Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2815 | 2025-03-04T00:03:56.712Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2816 | 2025-03-04T00:03:57.172Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2817 | 2025-03-04T00:03:58.091Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2818 | 2025-03-04T00:03:58.614Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2819 | 2025-03-04T00:03:58.970Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2820 | 2025-03-04T00:03:59.517Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2821 | 2025-03-04T00:03:59.557Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2822 | 2025-03-04T00:04:00.674Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2823 | 2025-03-04T00:04:01.246Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2824 | 2025-03-04T00:04:01.423Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2825 | 2025-03-04T00:04:02.474Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2826 | 2025-03-04T00:04:02.839Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2827 | 2025-03-04T00:04:03.582Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2828 | 2025-03-04T00:04:03.797Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2829 | 2025-03-04T00:04:03.898Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2830 | 2025-03-04T00:04:04.230Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2831 | 2025-03-04T00:04:05.131Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2832 | 2025-03-04T00:04:05.235Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2833 | 2025-03-04T00:04:05.364Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2834 | 2025-03-04T00:04:06.731Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2835 | 2025-03-04T00:04:07.161Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2836 | 2025-03-04T00:04:07.255Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2837 | 2025-03-04T00:04:07.550Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2838 | 2025-03-04T00:04:08.771Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2839 | 2025-03-04T00:04:09.046Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2840 | 2025-03-04T00:04:09.489Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2841 | 2025-03-04T00:04:09.617Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2842 | 2025-03-04T00:04:09.936Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2843 | 2025-03-04T00:04:10.130Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2844 | 2025-03-04T00:04:10.932Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2845 | 2025-03-04T00:04:11.056Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2846 | 2025-03-04T00:04:11.585Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2847 | 2025-03-04T00:04:12.765Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2848 | 2025-03-04T00:04:12.977Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2849 | 2025-03-04T00:04:13.395Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2850 | 2025-03-04T00:04:13.738Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2851 | 2025-03-04T00:04:13.883Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2852 | 2025-03-04T00:04:14.142Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2853 | 2025-03-04T00:04:14.699Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2854 | 2025-03-04T00:04:14.790Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2855 | 2025-03-04T00:04:15.011Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2856 | 2025-03-04T00:04:15.145Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2857 | 2025-03-04T00:04:15.168Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2858 | 2025-03-04T00:04:15.938Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2859 | 2025-03-04T00:04:16.060Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2860 | 2025-03-04T00:04:16.695Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2861 | 2025-03-04T00:04:16.936Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2862 | 2025-03-04T00:04:16.960Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2863 | 2025-03-04T00:04:17.082Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2864 | 2025-03-04T00:04:17.428Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2865 | 2025-03-04T00:04:17.633Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2866 | 2025-03-04T00:04:17.669Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2867 | 2025-03-04T00:04:17.765Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2868 | 2025-03-04T00:04:18.114Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2869 | 2025-03-04T00:04:18.666Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2870 | 2025-03-04T00:04:18.936Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2871 | 2025-03-04T00:04:19.492Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2872 | 2025-03-04T00:04:20.310Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2873 | 2025-03-04T00:04:21.460Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2874 | 2025-03-04T00:04:21.726Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2875 | 2025-03-04T00:04:21.854Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2876 | 2025-03-04T00:04:22.866Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2877 | 2025-03-04T00:04:22.996Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2878 | 2025-03-04T00:04:23.377Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2879 | 2025-03-04T00:04:23.647Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2880 | 2025-03-04T00:04:23.720Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2881 | 2025-03-04T00:04:24.397Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2882 | 2025-03-04T00:04:24.404Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2883 | 2025-03-04T00:04:24.558Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2884 | 2025-03-04T00:04:25.680Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2885 | 2025-03-04T00:04:25.823Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2886 | 2025-03-04T00:04:26.372Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2887 | 2025-03-04T00:04:26.677Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2888 | 2025-03-04T00:04:30.602Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2889 | 2025-03-04T00:04:31.718Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2890 | 2025-03-04T00:04:31.816Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2891 | 2025-03-04T00:04:31.874Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2025-03-04T00:04:32.024Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2893 | 2025-03-04T00:04:32.047Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2894 | 2025-03-04T00:04:32.760Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2895 | 2025-03-04T00:04:32.893Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2896 | 2025-03-04T00:04:34.251Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2897 | 2025-03-04T00:04:35.963Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2898 | 2025-03-04T00:04:37.275Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2899 | 2025-03-04T00:04:37.766Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2025-03-04T00:04:38.755Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2901 | 2025-03-04T00:04:42.366Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2902 | 2025-03-04T00:04:42.418Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2025-03-04T00:04:45.096Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2904 | 2025-03-04T00:04:46.805Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2905 | 2025-03-04T00:04:48.748Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2906 | 2025-03-04T00:04:49.206Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2907 | 2025-03-04T00:04:49.464Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2908 | 2025-03-04T00:04:49.501Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2909 | 2025-03-04T00:04:52.793Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2910 | 2025-03-04T00:04:53.570Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2911 | 2025-03-04T00:04:54.264Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2912 | 2025-03-04T00:04:54.580Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2913 | 2025-03-04T00:04:54.603Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2914 | 2025-03-04T00:04:58.438Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2915 | 2025-03-04T00:05:02.821Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2916 | 2025-03-04T00:05:03.013Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2917 | 2025-03-04T00:05:04.179Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2918 | 2025-03-04T00:05:04.275Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2919 | 2025-03-04T00:05:04.877Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2920 | 2025-03-04T00:05:06.011Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2921 | 2025-03-04T00:05:06.672Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2922 | 2025-03-04T00:05:07.409Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2923 | 2025-03-04T00:05:07.877Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2924 | 2025-03-04T00:05:08.677Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2925 | 2025-03-04T00:05:11.027Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2926 | 2025-03-04T00:05:11.346Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2927 | 2025-03-04T00:05:11.350Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2928 | 2025-03-04T00:05:11.755Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2929 | 2025-03-04T00:05:12.547Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2930 | 2025-03-04T00:05:12.736Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2931 | 2025-03-04T00:05:14.235Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2932 | 2025-03-04T00:05:15.303Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2933 | 2025-03-04T00:05:16.124Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2934 | 2025-03-04T00:05:16.147Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2935 | 2025-03-04T00:05:16.188Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2936 | 2025-03-04T00:05:17.024Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2937 | 2025-03-04T00:05:19.270Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2938 | 2025-03-04T00:05:19.719Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2939 | 2025-03-04T00:05:19.788Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2940 | 2025-03-04T00:05:19.867Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2941 | 2025-03-04T00:05:20.834Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2942 | 2025-03-04T00:05:21.546Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2943 | 2025-03-04T00:05:23.082Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2944 | 2025-03-04T00:05:23.227Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2945 | 2025-03-04T00:05:24.336Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2946 | 2025-03-04T00:05:25.376Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2947 | 2025-03-04T00:05:26.717Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2948 | 2025-03-04T00:05:27.000Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2949 | 2025-03-04T00:05:27.319Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2950 | 2025-03-04T00:05:27.497Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2951 | 2025-03-04T00:05:29.328Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2952 | 2025-03-04T00:05:29.529Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2953 | 2025-03-04T00:05:30.189Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2954 | 2025-03-04T00:05:32.362Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2955 | 2025-03-04T00:05:32.426Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2956 | 2025-03-04T00:05:33.338Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2957 | 2025-03-04T00:05:33.451Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2958 | 2025-03-04T00:05:33.472Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2959 | 2025-03-04T00:05:34.066Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2960 | 2025-03-04T00:05:36.515Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2961 | 2025-03-04T00:05:37.232Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2962 | 2025-03-04T00:05:37.576Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2963 | 2025-03-04T00:05:37.639Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2964 | 2025-03-04T00:05:40.041Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2965 | 2025-03-04T00:05:40.623Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2966 | 2025-03-04T00:05:40.669Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2967 | 2025-03-04T00:05:42.423Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2968 | 2025-03-04T00:05:42.481Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2969 | 2025-03-04T00:05:43.770Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2970 | 2025-03-04T00:05:44.098Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2971 | 2025-03-04T00:05:44.342Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2972 | 2025-03-04T00:05:44.384Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2973 | 2025-03-04T00:05:45.710Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2974 | 2025-03-04T00:05:47.216Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2975 | 2025-03-04T00:05:47.373Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2976 | 2025-03-04T00:05:48.033Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2977 | 2025-03-04T00:05:49.001Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2978 | 2025-03-04T00:05:49.107Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2979 | 2025-03-04T00:05:50.159Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2980 | 2025-03-04T00:05:50.668Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2981 | 2025-03-04T00:05:51.577Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2982 | 2025-03-04T00:05:51.712Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2983 | 2025-03-04T00:05:52.521Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2984 | 2025-03-04T00:05:52.757Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2985 | 2025-03-04T00:05:52.894Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2986 | 2025-03-04T00:05:52.965Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2987 | 2025-03-04T00:05:53.764Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2988 | 2025-03-04T00:05:54.070Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2989 | 2025-03-04T00:05:55.374Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2990 | 2025-03-04T00:05:55.377Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2991 | 2025-03-04T00:05:56.779Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2992 | 2025-03-04T00:06:13.869Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2993 | 2025-03-04T00:06:13.869Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2994 | 2025-03-04T00:06:13.872Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2995 | 2025-03-04T00:06:13.872Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2996 | 2025-03-04T00:06:14.831Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2997 | 2025-03-04T00:06:14.983Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2998 | 2025-03-04T00:06:15.006Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2999 | 2025-03-04T00:06:15.074Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3000 | 2025-03-04T00:06:17.129Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3001 | 2025-03-04T00:06:22.057Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3002 | 2025-03-04T00:06:22.944Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3003 | 2025-03-04T00:07:03.844Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3004 | 2025-03-04T00:07:10.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
| 3005 | 2025-03-04T00:07:10.742Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
| 3006 | 2025-03-04T00:07:10.810Z | |
| 3007 | 2025-03-04T00:07:10.814Z | real 3:43.628589929 |
| 3008 | 2025-03-04T00:07:10.814Z | user 19:49.805148150 |
| 3009 | 2025-03-04T00:07:10.814Z | sys 2:44.559464401 |
| 3010 | 2025-03-04T00:07:10.814Z | trap 0.555217119 |
| 3011 | 2025-03-04T00:07:10.814Z | tflt 0.163021355 |
| 3012 | 2025-03-04T00:07:10.814Z | dflt 0.159686331 |
| 3013 | 2025-03-04T00:07:10.814Z | kflt 0.000073882 |
| 3014 | 2025-03-04T00:07:10.814Z | lock 31:26.966352409 |
| 3015 | 2025-03-04T00:07:10.814Z | slp 56:44.097590939 |
| 3016 | 2025-03-04T00:07:10.814Z | lat 1:14.929367972 |
| 3017 | 2025-03-04T00:07:10.814Z | stop 1:32.571947029 |
| 3018 | 2025-03-04T00:07:10.814Z | process exited: duration 929935 ms, exit code 0 |
| |
| 3019 | 2025-03-04T00:07:10.821Z | found 0 output files |