|
|
|
| 1 | 2025-03-01T04:05:58.632Z | job assigned to worker 01JN7Y2CHX7YZKRW0VDPZ1SSR5 [factory aws, i-0af58e5293c306b06] (queued for 49 s) |
| |
| 2 | 2025-03-01T04:06:06.834Z | starting task 0: "setup" |
| 3 | 2025-03-01T04:06:06.841Z | ++ uname -s |
| 4 | 2025-03-01T04:06:06.845Z | + kern=SunOS |
| 5 | 2025-03-01T04:06:06.845Z | + build_user=build |
| 6 | 2025-03-01T04:06:06.845Z | + build_uid=12345 |
| 7 | 2025-03-01T04:06:06.845Z | + work_dir=/work |
| 8 | 2025-03-01T04:06:06.845Z | + input_dir=/input |
| 9 | 2025-03-01T04:06:06.845Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-01T04:06:06.845Z | + case "$kern" in |
| 11 | 2025-03-01T04:06:06.845Z | + groupadd -g 12345 build |
| 12 | 2025-03-01T04:06:06.848Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-01T04:06:08.853Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-01T04:06:08.969Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-01T04:06:08.972Z | + home_fs=zfs |
| 16 | 2025-03-01T04:06:08.972Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-01T04:06:08.972Z | + mkdir -p /home/build |
| 18 | 2025-03-01T04:06:08.976Z | + chown build:build /home/build /work |
| 19 | 2025-03-01T04:06:10.975Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-01T04:06:10.980Z | process exited: duration 4143 ms, exit code 0 |
| |
| 21 | 2025-03-01T04:06:10.986Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-01T04:06:10.991Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-01T04:06:10.991Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-01T04:06:10.991Z | * rust toolchain channel = "1.85.0" |
| 25 | 2025-03-01T04:06:10.991Z | * rust toolchain profile = "default" |
| 26 | 2025-03-01T04:06:10.991Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-01T04:06:10.991Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-01T04:06:10.995Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-01T04:06:10.995Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-01T04:06:11.115Z | info: downloading installer |
| 31 | 2025-03-01T04:06:15.557Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-03-01T04:06:15.557Z | warning: /opt/ooce/bin |
| 33 | 2025-03-01T04:06:15.557Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-01T04:06:15.557Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-03-01T04:06:15.557Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-01T04:06:15.557Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-01T04:06:15.557Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-01T04:06:15.557Z | error: cannot install while Rust is installed |
| 39 | 2025-03-01T04:06:15.557Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-01T04:06:15.582Z | info: profile set to 'default' |
| 41 | 2025-03-01T04:06:15.582Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-01T04:06:15.585Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-01T04:06:15.956Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-01T04:06:15.956Z | info: downloading component 'cargo' |
| 45 | 2025-03-01T04:06:18.233Z | info: downloading component 'clippy' |
| 46 | 2025-03-01T04:06:19.139Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-01T04:06:22.632Z | info: downloading component 'rust-std' |
| 48 | 2025-03-01T04:06:29.090Z | info: downloading component 'rustc' |
| 49 | 2025-03-01T04:06:38.937Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-01T04:06:39.240Z | info: installing component 'cargo' |
| 51 | 2025-03-01T04:06:40.065Z | info: installing component 'clippy' |
| 52 | 2025-03-01T04:06:40.448Z | info: installing component 'rust-docs' |
| 53 | 2025-03-01T04:06:42.202Z | info: installing component 'rust-std' |
| 54 | 2025-03-01T04:06:44.052Z | info: installing component 'rustc' |
| 55 | 2025-03-01T04:06:49.922Z | info: installing component 'rustfmt' |
| 56 | 2025-03-01T04:06:50.224Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-01T04:06:50.224Z | |
| 58 | 2025-03-01T04:06:50.596Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-01T04:06:50.596Z | |
| 60 | 2025-03-01T04:06:50.600Z | |
| 61 | 2025-03-01T04:06:50.600Z | Rust is installed now. Great! |
| 62 | 2025-03-01T04:06:50.600Z | |
| 63 | 2025-03-01T04:06:50.600Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-01T04:06:50.600Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-01T04:06:50.600Z | |
| 66 | 2025-03-01T04:06:50.601Z | To configure your current shell, you need to source |
| 67 | 2025-03-01T04:06:50.601Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-01T04:06:50.601Z | |
| 69 | 2025-03-01T04:06:50.601Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-01T04:06:50.601Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-01T04:06:50.601Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-01T04:06:50.663Z | + rustup --version |
| 73 | 2025-03-01T04:06:50.673Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-03-01T04:06:50.673Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-03-01T04:06:50.754Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-03-01T04:06:50.760Z | + cargo --version |
| 77 | 2025-03-01T04:06:50.822Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-03-01T04:06:50.831Z | + rustc --version |
| 79 | 2025-03-01T04:06:50.883Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-03-01T04:06:50.892Z | process exited: duration 39889 ms, exit code 0 |
| |
| 81 | 2025-03-01T04:06:50.919Z | starting task 2: "authentication" |
| 82 | 2025-03-01T04:06:50.961Z | process exited: duration 49 ms, exit code 0 |
| |
| 83 | 2025-03-01T04:06:51.016Z | starting task 3: "clone repository" |
| 84 | 2025-03-01T04:06:51.049Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-03-01T04:06:51.049Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-03-01T04:06:51.243Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-03-01T04:06:59.599Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-03-01T04:06:59.641Z | + git fetch origin a082fdde514a21b0434774bb11270196fce6d22a |
| 89 | 2025-03-01T04:06:59.852Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-03-01T04:06:59.853Z | * branch a082fdde514a21b0434774bb11270196fce6d22a -> FETCH_HEAD |
| 91 | 2025-03-01T04:06:59.868Z | + [[ -n renovate/similar-2.x ]] |
| 92 | 2025-03-01T04:06:59.875Z | ++ git branch --show-current |
| 93 | 2025-03-01T04:06:59.875Z | + current=main |
| 94 | 2025-03-01T04:06:59.875Z | + [[ main != renovate/similar-2.x ]] |
| 95 | 2025-03-01T04:06:59.875Z | + git branch -f renovate/similar-2.x a082fdde514a21b0434774bb11270196fce6d22a |
| 96 | 2025-03-01T04:06:59.875Z | + git checkout -f renovate/similar-2.x |
| 97 | 2025-03-01T04:07:00.058Z | Switched to branch 'renovate/similar-2.x' |
| 98 | 2025-03-01T04:07:00.062Z | + git reset --hard a082fdde514a21b0434774bb11270196fce6d22a |
| 99 | 2025-03-01T04:07:00.245Z | HEAD is now at a082fdde5 Update Rust crate similar to 2.7.0 |
| 100 | 2025-03-01T04:07:00.248Z | process exited: duration 9247 ms, exit code 0 |
| |
| 101 | 2025-03-01T04:07:00.255Z | starting task 4: "build" |
| 102 | 2025-03-01T04:07:00.261Z | + source ./env.sh |
| 103 | 2025-03-01T04:07:00.261Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2025-03-01T04:07:00.261Z | ++ set -o xtrace |
| 105 | 2025-03-01T04:07:00.265Z | ++++ dirname ./env.sh |
| 106 | 2025-03-01T04:07:00.268Z | +++ readlink -f . |
| 107 | 2025-03-01T04:07:00.318Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2025-03-01T04:07:00.321Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2025-03-01T04:07:00.321Z | ++ 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-01T04:07:00.321Z | ++ 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 |
| 111 | 2025-03-01T04:07:00.321Z | ++ 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-01T04:07:00.321Z | ++ 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 |
| 113 | 2025-03-01T04:07:00.321Z | ++ 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-01T04:07:00.321Z | ++ 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 |
| 115 | 2025-03-01T04:07:00.321Z | ++ 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-01T04:07:00.321Z | ++ case $OLD_SHELL_OPTS in |
| 117 | 2025-03-01T04:07:00.321Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 118 | 2025-03-01T04:07:00.321Z | + source .github/buildomat/ci-env.sh |
| 119 | 2025-03-01T04:07:00.321Z | ++ export CARGO_TERM_COLOR=always |
| 120 | 2025-03-01T04:07:00.321Z | ++ CARGO_TERM_COLOR=always |
| 121 | 2025-03-01T04:07:00.321Z | + cargo --version |
| 122 | 2025-03-01T04:07:00.368Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 123 | 2025-03-01T04:07:00.372Z | + rustc --version |
| 124 | 2025-03-01T04:07:00.432Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 125 | 2025-03-01T04:07:00.436Z | + banner prerequisites |
| 126 | 2025-03-01T04:07:00.440Z | |
| 127 | 2025-03-01T04:07:00.440Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 128 | 2025-03-01T04:07:00.440Z | # # # # # # # # # # # # # # # |
| 129 | 2025-03-01T04:07:00.440Z | # # # # ##### # # ##### # # # # # #### # |
| 130 | 2025-03-01T04:07:00.440Z | ##### ##### # ##### # # # # # # # # # |
| 131 | 2025-03-01T04:07:00.440Z | # # # # # # # # # # # # # # # |
| 132 | 2025-03-01T04:07:00.440Z | # # # ###### # # ###### ### # #### # #### # |
| 133 | 2025-03-01T04:07:00.440Z | |
| 134 | 2025-03-01T04:07:00.440Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 135 | 2025-03-01T04:07:02.826Z | pkg list: illegal option -- F |
| 136 | 2025-03-01T04:07:02.826Z | Usage: |
| 137 | 2025-03-01T04:07:02.829Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 138 | 2025-03-01T04:07:02.829Z | [pkg_fmri_pattern ...] |
| 139 | 2025-03-01T04:07:03.668Z | pkg list: illegal option -- F |
| 140 | 2025-03-01T04:07:03.668Z | Usage: |
| 141 | 2025-03-01T04:07:03.672Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 142 | 2025-03-01T04:07:03.672Z | [pkg_fmri_pattern ...] |
| 143 | 2025-03-01T04:07:16.701Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 144 | 2025-03-01T04:07:21.073Z | Startup: Caching catalogs ... Done |
| 145 | 2025-03-01T04:07:34.346Z | Planning: Solver setup ... Done (12.325s) |
| 146 | 2025-03-01T04:07:34.499Z | Planning: Running solver ... Done (0.154s) |
| 147 | 2025-03-01T04:07:34.693Z | Planning: Finding local manifests ... Done (0.079s) |
| 148 | 2025-03-01T04:07:34.721Z | Planning: Fetching manifests: 0/7 0% complete |
| 149 | 2025-03-01T04:07:36.168Z | Planning: Fetching manifests: 7/7 100% complete |
| 150 | 2025-03-01T04:07:36.386Z | Planning: Package planning ... Done (0.217s) |
| 151 | 2025-03-01T04:07:36.472Z | Planning: Merging actions ... Done (0.056s) |
| 152 | 2025-03-01T04:07:36.874Z | Planning: Checking for conflicting actions ... Done (0.432s) |
| 153 | 2025-03-01T04:07:39.847Z | Planning: Consolidating action changes ... Done (2.973s) |
| 154 | 2025-03-01T04:07:40.236Z | Planning: Evaluating mediators ... Done (0.389s) |
| 155 | 2025-03-01T04:07:40.315Z | Planning: Planning completed in 19.14 seconds |
| 156 | 2025-03-01T04:07:40.330Z | Packages to install: 4 |
| 157 | 2025-03-01T04:07:40.330Z | Packages to update: 3 |
| 158 | 2025-03-01T04:07:40.334Z | Mediators to change: 2 |
| 159 | 2025-03-01T04:07:40.334Z | Services to change: 1 |
| 160 | 2025-03-01T04:07:40.334Z | Estimated space available: 155.60 GB |
| 161 | 2025-03-01T04:07:40.334Z | Estimated space to be consumed: 1.66 GB |
| 162 | 2025-03-01T04:07:40.334Z | Create boot environment: No |
| 163 | 2025-03-01T04:07:40.334Z | Create backup boot environment: Yes |
| 164 | 2025-03-01T04:07:40.334Z | Rebuild boot archive: No |
| 165 | 2025-03-01T04:07:40.334Z | |
| 166 | 2025-03-01T04:07:40.335Z | Changed mediators: |
| 167 | 2025-03-01T04:07:40.335Z | mediator clang: |
| 168 | 2025-03-01T04:07:40.335Z | version: None -> 15 (system default) |
| 169 | 2025-03-01T04:07:40.335Z | |
| 170 | 2025-03-01T04:07:40.335Z | mediator llvm: |
| 171 | 2025-03-01T04:07:40.335Z | version: 14 (system default) -> 15 (system default) |
| 172 | 2025-03-01T04:07:40.335Z | |
| 173 | 2025-03-01T04:07:40.335Z | Changed packages: |
| 174 | 2025-03-01T04:07:40.335Z | helios-dev |
| 175 | 2025-03-01T04:07:40.335Z | developer/build-essential |
| 176 | 2025-03-01T04:07:40.335Z | None -> 11-2.0 |
| 177 | 2025-03-01T04:07:40.335Z | library/libxmlsec1 |
| 178 | 2025-03-01T04:07:40.335Z | None -> 1.2.35-2.0 |
| 179 | 2025-03-01T04:07:40.335Z | ooce/developer/clang-15 |
| 180 | 2025-03-01T04:07:40.335Z | None -> 15.0.7-2.0 |
| 181 | 2025-03-01T04:07:40.335Z | ooce/developer/llvm-15 |
| 182 | 2025-03-01T04:07:40.335Z | None -> 15.0.7-2.0 |
| 183 | 2025-03-01T04:07:40.335Z | package/pkg |
| 184 | 2025-03-01T04:07:40.335Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 185 | 2025-03-01T04:07:40.335Z | system/library/g++-runtime |
| 186 | 2025-03-01T04:07:40.335Z | 13-2.0 -> 14-2.0 |
| 187 | 2025-03-01T04:07:40.335Z | system/library/gcc-runtime |
| 188 | 2025-03-01T04:07:40.335Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-03-01T04:07:40.335Z | |
| 190 | 2025-03-01T04:07:40.335Z | Services: |
| 191 | 2025-03-01T04:07:40.335Z | restart_fmri: |
| 192 | 2025-03-01T04:07:40.335Z | svc:/system/update-man-index:default |
| 193 | 2025-03-01T04:07:40.335Z | |
| 194 | 2025-03-01T04:07:40.335Z | Editable files to change: |
| 195 | 2025-03-01T04:07:40.335Z | Update: |
| 196 | 2025-03-01T04:07:40.335Z | usr/share/lib/pkg/web/config.shtml |
| 197 | 2025-03-01T04:07:40.476Z | |
| 198 | 2025-03-01T04:07:40.476Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 199 | 2025-03-01T04:07:45.637Z | Download: 137/4301 items 0.4/225.4MB 0% complete (85.2k/s) |
| 200 | 2025-03-01T04:07:51.465Z | Download: 207/4301 items 1.2/225.4MB 0% complete (115k/s) |
| 201 | 2025-03-01T04:07:59.584Z | Download: 209/4301 items 1.2/225.4MB 0% complete (112k/s) |
| 202 | 2025-03-01T04:08:06.608Z | Download: 211/4301 items 1.2/225.4MB 0% complete |
| 203 | 2025-03-01T04:08:11.834Z | Download: 212/4301 items 1.2/225.4MB 0% complete |
| 204 | 2025-03-01T04:08:16.848Z | Download: 520/4301 items 17.5/225.4MB 7% complete (3.0M/s) |
| 205 | 2025-03-01T04:08:21.880Z | Download: 709/4301 items 18.2/225.4MB 8% complete (1.9M/s) |
| 206 | 2025-03-01T04:08:26.884Z | Download: 1082/4301 items 19.6/225.4MB 8% complete (232k/s) |
| 207 | 2025-03-01T04:08:43.457Z | Download: 1196/4301 items 83.5/225.4MB 37% complete |
| 208 | 2025-03-01T04:08:48.515Z | Download: 1221/4301 items 100.1/225.4MB 44% complete (4.0M/s) |
| 209 | 2025-03-01T04:08:53.679Z | Download: 1289/4301 items 113.2/225.4MB 50% complete (3.2M/s) |
| 210 | 2025-03-01T04:08:58.689Z | Download: 1402/4301 items 116.2/225.4MB 51% complete (2.0M/s) |
| 211 | 2025-03-01T04:09:03.946Z | Download: 1490/4301 items 116.4/225.4MB 51% complete (830k/s) |
| 212 | 2025-03-01T04:09:09.060Z | Download: 1567/4301 items 116.6/225.4MB 51% complete (89.8k/s) |
| 213 | 2025-03-01T04:09:14.093Z | Download: 1717/4301 items 118.1/225.4MB 52% complete (169k/s) |
| 214 | 2025-03-01T04:09:19.114Z | Download: 1805/4301 items 118.4/225.4MB 52% complete (179k/s) |
| 215 | 2025-03-01T04:09:24.124Z | Download: 2012/4301 items 118.7/225.4MB 52% complete (60.9k/s) |
| 216 | 2025-03-01T04:09:29.150Z | Download: 2198/4301 items 119.1/225.4MB 52% complete (63.7k/s) |
| 217 | 2025-03-01T04:09:34.427Z | Download: 2217/4301 items 119.1/225.4MB 52% complete (67.0k/s) |
| 218 | 2025-03-01T04:09:42.523Z | Download: 2220/4301 items 119.1/225.4MB 52% complete |
| 219 | 2025-03-01T04:09:52.069Z | Download: 2220/4301 items 119.1/225.4MB 52% complete |
| 220 | 2025-03-01T04:09:58.139Z | Download: 2220/4301 items 119.1/225.4MB 52% complete |
| 221 | 2025-03-01T04:10:03.143Z | Download: 2384/4301 items 119.8/225.4MB 53% complete (120k/s) |
| 222 | 2025-03-01T04:10:08.148Z | Download: 2702/4301 items 120.7/225.4MB 53% complete (163k/s) |
| 223 | 2025-03-01T04:10:13.150Z | Download: 3003/4301 items 121.3/225.4MB 53% complete (150k/s) |
| 224 | 2025-03-01T04:10:18.199Z | Download: 3242/4301 items 203.0/225.4MB 90% complete (8.2M/s) |
| 225 | 2025-03-01T04:10:23.560Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
| 226 | 2025-03-01T04:10:30.441Z | Download: 3275/4301 items 208.7/225.4MB 92% complete (2.7M/s) |
| 227 | 2025-03-01T04:10:36.825Z | Download: 3279/4301 items 210.4/225.4MB 93% complete (998k/s) |
| 228 | 2025-03-01T04:10:42.989Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (1.2M/s) |
| 229 | 2025-03-01T04:10:46.420Z | Download: Completed 225.42 MB in 185.93 seconds (1.2M/s) |
| 230 | 2025-03-01T04:10:48.461Z | Actions: 1/5122 actions (Removing old actions) |
| 231 | 2025-03-01T04:10:48.478Z | Actions: 194/5122 actions (Installing new actions) |
| 232 | 2025-03-01T04:10:53.274Z | Actions: 4267/5122 actions (Updating modified actions) |
| 233 | 2025-03-01T04:10:53.675Z | Actions: Completed 5122 actions in 5.21 seconds. |
| 234 | 2025-03-01T04:10:54.103Z | Done (0.419s) |
| 235 | 2025-03-01T04:10:54.106Z | Done (0.001s) |
| 236 | 2025-03-01T04:10:54.731Z | Done (0.625s) |
| 237 | 2025-03-01T04:10:59.363Z | Done (4.390s) |
| 238 | 2025-03-01T04:10:59.556Z | Done (0.125s) |
| 239 | 2025-03-01T04:10:59.559Z | Done (0.000s) |
| 240 | 2025-03-01T04:10:59.743Z | Done (0.000s) |
| 241 | 2025-03-01T04:11:00.453Z | Planning: Evaluating mediator changes ... Done |
| 242 | 2025-03-01T04:11:00.613Z | Planning: Checking for conflicting actions ... Done |
| 243 | 2025-03-01T04:11:00.616Z | Planning: Consolidating action changes ... Done |
| 244 | 2025-03-01T04:11:00.879Z | Planning: Evaluating mediators ... Done |
| 245 | 2025-03-01T04:11:00.882Z | Planning: Planning completed in 0.43 seconds |
| 246 | 2025-03-01T04:11:00.919Z | Mediators to change: 2 |
| 247 | 2025-03-01T04:11:00.919Z | Create boot environment: No |
| 248 | 2025-03-01T04:11:00.922Z | Create backup boot environment: No |
| 249 | 2025-03-01T04:11:01.024Z | Done |
| 250 | 2025-03-01T04:11:01.024Z | Done |
| 251 | 2025-03-01T04:11:01.440Z | Done |
| 252 | 2025-03-01T04:11:04.983Z | Done |
| 253 | 2025-03-01T04:11:05.071Z | Done |
| 254 | 2025-03-01T04:11:05.074Z | Done |
| 255 | 2025-03-01T04:11:05.202Z | Done |
| 256 | 2025-03-01T04:11:05.813Z | Planning: Evaluating mediator changes ... Done |
| 257 | 2025-03-01T04:11:05.816Z | Planning: Merging actions ... Done |
| 258 | 2025-03-01T04:11:06.004Z | Planning: Checking for conflicting actions ... Done |
| 259 | 2025-03-01T04:11:06.007Z | Planning: Consolidating action changes ... Done |
| 260 | 2025-03-01T04:11:06.274Z | Planning: Evaluating mediators ... Done |
| 261 | 2025-03-01T04:11:06.329Z | Planning: Planning completed in 0.76 seconds |
| 262 | 2025-03-01T04:11:06.370Z | Packages to change: 1 |
| 263 | 2025-03-01T04:11:06.370Z | Mediators to change: 1 |
| 264 | 2025-03-01T04:11:06.373Z | Services to change: 1 |
| 265 | 2025-03-01T04:11:06.374Z | Create boot environment: No |
| 266 | 2025-03-01T04:11:06.374Z | Create backup boot environment: Yes |
| 267 | 2025-03-01T04:11:08.938Z | Actions: 1/6 actions (Updating modified actions) |
| 268 | 2025-03-01T04:11:08.941Z | Actions: Completed 6 actions in 0.00 seconds. |
| 269 | 2025-03-01T04:11:08.941Z | Done |
| 270 | 2025-03-01T04:11:08.941Z | Done |
| 271 | 2025-03-01T04:11:09.067Z | Done |
| 272 | 2025-03-01T04:11:12.614Z | Done |
| 273 | 2025-03-01T04:11:12.704Z | Done |
| 274 | 2025-03-01T04:11:12.707Z | Done |
| 275 | 2025-03-01T04:11:12.849Z | Done |
| 276 | 2025-03-01T04:11:13.282Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 277 | 2025-03-01T04:11:13.282Z | clang system 15 system |
| 278 | 2025-03-01T04:11:13.282Z | csh system system illumos |
| 279 | 2025-03-01T04:11:13.282Z | ctags system system illumos |
| 280 | 2025-03-01T04:11:13.282Z | gcc vendor 12 vendor |
| 281 | 2025-03-01T04:11:13.282Z | gcc system 10 system |
| 282 | 2025-03-01T04:11:13.282Z | gcc system 7 system |
| 283 | 2025-03-01T04:11:13.282Z | go system 1.20 system |
| 284 | 2025-03-01T04:11:13.282Z | go system 1.19 system |
| 285 | 2025-03-01T04:11:13.282Z | llvm system 15 system |
| 286 | 2025-03-01T04:11:13.282Z | llvm system 14 system |
| 287 | 2025-03-01T04:11:13.282Z | mariadb system 10.6 system |
| 288 | 2025-03-01T04:11:13.282Z | mta vendor vendor dma |
| 289 | 2025-03-01T04:11:13.282Z | openjdk system 17 system |
| 290 | 2025-03-01T04:11:13.282Z | openjdk system 11 system |
| 291 | 2025-03-01T04:11:13.283Z | openjdk system 1.8 system |
| 292 | 2025-03-01T04:11:13.283Z | openssl vendor 3 vendor |
| 293 | 2025-03-01T04:11:13.283Z | perl system 5.36 system |
| 294 | 2025-03-01T04:11:13.283Z | postgresql system 15 system |
| 295 | 2025-03-01T04:11:13.283Z | postgresql system 13 system |
| 296 | 2025-03-01T04:11:13.283Z | python vendor 3 vendor |
| 297 | 2025-03-01T04:11:13.283Z | python system 2 system |
| 298 | 2025-03-01T04:11:13.283Z | python3 system 3.11 system |
| 299 | 2025-03-01T04:11:13.283Z | ruby system 3.0 system |
| 300 | 2025-03-01T04:11:13.283Z | words vendor vendor american-english |
| 301 | 2025-03-01T04:11:13.283Z | words system system australian-english |
| 302 | 2025-03-01T04:11:13.283Z | words system system british-english |
| 303 | 2025-03-01T04:11:13.283Z | words system system canadian-english |
| 304 | 2025-03-01T04:11:13.283Z | words system system french |
| 305 | 2025-03-01T04:11:13.283Z | words system system italian |
| 306 | 2025-03-01T04:11:13.283Z | words system system ngerman |
| 307 | 2025-03-01T04:11:13.283Z | words system system ogerman |
| 308 | 2025-03-01T04:11:13.283Z | words system system spanish |
| 309 | 2025-03-01T04:11:13.606Z | PUBLISHER TYPE STATUS P LOCATION |
| 310 | 2025-03-01T04:11:13.606Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 311 | 2025-03-01T04:11:16.662Z | FMRI IFO |
| 312 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 313 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 314 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 315 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 316 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 317 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 318 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 319 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 320 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 321 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 322 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 323 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 324 | 2025-03-01T04:11:16.662Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 325 | 2025-03-01T04:11:16.663Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 326 | 2025-03-01T04:11:16.663Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 327 | 2025-03-01T04:11:17.432Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 328 | 2025-03-01T04:11:17.706Z | Updating crates.io index |
| 329 | 2025-03-01T04:11:17.774Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 330 | 2025-03-01T04:11:18.235Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 331 | 2025-03-01T04:11:18.483Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 332 | 2025-03-01T04:11:18.699Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 333 | 2025-03-01T04:11:19.573Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 334 | 2025-03-01T04:11:21.362Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 335 | 2025-03-01T04:11:22.039Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 336 | 2025-03-01T04:11:22.671Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 337 | 2025-03-01T04:11:22.927Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 338 | 2025-03-01T04:11:23.265Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 339 | 2025-03-01T04:11:23.829Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 340 | 2025-03-01T04:11:24.330Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 341 | 2025-03-01T04:11:24.609Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 342 | 2025-03-01T04:11:25.036Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 343 | 2025-03-01T04:11:25.296Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 344 | 2025-03-01T04:11:25.521Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 345 | 2025-03-01T04:11:25.776Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 346 | 2025-03-01T04:11:26.054Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 347 | 2025-03-01T04:11:26.291Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 348 | 2025-03-01T04:11:26.597Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 349 | 2025-03-01T04:11:26.907Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 350 | 2025-03-01T04:11:27.237Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 351 | 2025-03-01T04:11:27.502Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 352 | 2025-03-01T04:11:27.859Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 353 | 2025-03-01T04:11:28.362Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 354 | 2025-03-01T04:11:28.620Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 355 | 2025-03-01T04:11:29.009Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 356 | 2025-03-01T04:11:29.398Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 357 | 2025-03-01T04:11:29.690Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 358 | 2025-03-01T04:11:30.100Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 359 | 2025-03-01T04:11:30.342Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 360 | 2025-03-01T04:11:31.532Z | Downloading crates ... |
| 361 | 2025-03-01T04:11:31.609Z | Downloaded cargo-platform v0.1.8 |
| 362 | 2025-03-01T04:11:31.612Z | Downloaded autocfg v1.4.0 |
| 363 | 2025-03-01T04:11:31.615Z | Downloaded camino-tempfile v1.1.1 |
| 364 | 2025-03-01T04:11:31.615Z | Downloaded bytecount v0.6.8 |
| 365 | 2025-03-01T04:11:31.618Z | Downloaded anstyle v1.0.10 |
| 366 | 2025-03-01T04:11:31.624Z | Downloaded zerocopy-derive v0.7.35 |
| 367 | 2025-03-01T04:11:31.645Z | Downloaded winnow v0.7.3 |
| 368 | 2025-03-01T04:11:31.654Z | Downloaded zerocopy v0.7.35 |
| 369 | 2025-03-01T04:11:31.667Z | Downloaded scroll_derive v0.12.0 |
| 370 | 2025-03-01T04:11:31.690Z | Downloaded dtrace-parser v0.2.0 |
| 371 | 2025-03-01T04:11:31.697Z | Downloaded pretty-hex v0.4.1 |
| 372 | 2025-03-01T04:11:31.701Z | Downloaded bitflags v1.3.2 |
| 373 | 2025-03-01T04:11:31.707Z | Downloaded usdt-attr-macro v0.5.0 |
| 374 | 2025-03-01T04:11:31.715Z | Downloaded usdt-macro v0.5.0 |
| 375 | 2025-03-01T04:11:31.725Z | Downloaded swrite v0.1.0 |
| 376 | 2025-03-01T04:11:31.728Z | Downloaded block-buffer v0.10.4 |
| 377 | 2025-03-01T04:11:31.728Z | Downloaded anstyle-query v1.1.1 |
| 378 | 2025-03-01T04:11:31.733Z | Downloaded thiserror-impl v1.0.69 |
| 379 | 2025-03-01T04:11:31.736Z | Downloaded thiserror v1.0.69 |
| 380 | 2025-03-01T04:11:31.742Z | Downloaded equivalent v1.0.1 |
| 381 | 2025-03-01T04:11:31.745Z | Downloaded serde_spanned v0.6.8 |
| 382 | 2025-03-01T04:11:31.745Z | Downloaded generic-array v0.14.7 |
| 383 | 2025-03-01T04:11:31.752Z | Downloaded thiserror-impl v2.0.11 |
| 384 | 2025-03-01T04:11:31.755Z | Downloaded usdt v0.5.0 |
| 385 | 2025-03-01T04:11:31.755Z | Downloaded terminal_size v0.4.0 |
| 386 | 2025-03-01T04:11:31.755Z | Downloaded cargo_toml v0.21.0 |
| 387 | 2025-03-01T04:11:31.758Z | Downloaded strsim v0.11.1 |
| 388 | 2025-03-01T04:11:31.761Z | Downloaded thread-id v4.2.2 |
| 389 | 2025-03-01T04:11:31.761Z | Downloaded fs-err v2.11.0 |
| 390 | 2025-03-01T04:11:31.764Z | Downloaded fnv v1.0.7 |
| 391 | 2025-03-01T04:11:31.764Z | Downloaded anstyle-parse v0.2.5 |
| 392 | 2025-03-01T04:11:31.767Z | Downloaded cpufeatures v0.2.14 |
| 393 | 2025-03-01T04:11:31.767Z | Downloaded terminal_size v0.2.6 |
| 394 | 2025-03-01T04:11:31.771Z | Downloaded toml_datetime v0.6.8 |
| 395 | 2025-03-01T04:11:31.771Z | Downloaded utf8parse v0.2.2 |
| 396 | 2025-03-01T04:11:31.771Z | Downloaded smawk v0.3.2 |
| 397 | 2025-03-01T04:11:31.774Z | Downloaded byteorder v1.5.0 |
| 398 | 2025-03-01T04:11:31.774Z | Downloaded unicode-linebreak v0.1.5 |
| 399 | 2025-03-01T04:11:31.774Z | Downloaded macaddr v1.0.1 |
| 400 | 2025-03-01T04:11:31.777Z | Downloaded version_check v0.9.5 |
| 401 | 2025-03-01T04:11:31.780Z | Downloaded itoa v1.0.11 |
| 402 | 2025-03-01T04:11:31.780Z | Downloaded errno v0.3.9 |
| 403 | 2025-03-01T04:11:31.783Z | Downloaded fastrand v2.1.1 |
| 404 | 2025-03-01T04:11:31.786Z | Downloaded serde_tokenstream v0.2.2 |
| 405 | 2025-03-01T04:11:31.789Z | Downloaded proc-macro-error-attr v1.0.4 |
| 406 | 2025-03-01T04:11:31.789Z | Downloaded plain v0.2.3 |
| 407 | 2025-03-01T04:11:31.789Z | Downloaded heck v0.4.1 |
| 408 | 2025-03-01T04:11:31.792Z | Downloaded dof v0.3.0 |
| 409 | 2025-03-01T04:11:31.792Z | Downloaded digest v0.10.7 |
| 410 | 2025-03-01T04:11:31.795Z | Downloaded clap_lex v0.7.4 |
| 411 | 2025-03-01T04:11:31.795Z | Downloaded memmap v0.7.0 |
| 412 | 2025-03-01T04:11:31.798Z | Downloaded is_terminal_polyfill v1.70.1 |
| 413 | 2025-03-01T04:11:31.798Z | Downloaded crypto-common v0.1.6 |
| 414 | 2025-03-01T04:11:31.802Z | Downloaded quote v1.0.38 |
| 415 | 2025-03-01T04:11:31.805Z | Downloaded thiserror v2.0.11 |
| 416 | 2025-03-01T04:11:31.808Z | Downloaded usdt-impl v0.5.0 |
| 417 | 2025-03-01T04:11:31.808Z | Downloaded anstream v0.6.15 |
| 418 | 2025-03-01T04:11:31.811Z | Downloaded bitflags v2.6.0 |
| 419 | 2025-03-01T04:11:31.814Z | Downloaded pest_generator v2.7.14 |
| 420 | 2025-03-01T04:11:31.817Z | Downloaded camino v1.1.9 |
| 421 | 2025-03-01T04:11:31.817Z | Downloaded io-lifetimes v1.0.11 |
| 422 | 2025-03-01T04:11:31.820Z | Downloaded heck v0.5.0 |
| 423 | 2025-03-01T04:11:31.820Z | Downloaded cfg-if v1.0.0 |
| 424 | 2025-03-01T04:11:31.824Z | Downloaded proc-macro-error v1.0.4 |
| 425 | 2025-03-01T04:11:31.827Z | Downloaded once_cell v1.20.3 |
| 426 | 2025-03-01T04:11:31.827Z | Downloaded cargo_metadata v0.19.1 |
| 427 | 2025-03-01T04:11:31.831Z | Downloaded clap_derive v4.5.28 |
| 428 | 2025-03-01T04:11:31.831Z | Downloaded sha2 v0.10.8 |
| 429 | 2025-03-01T04:11:31.834Z | Downloaded tempfile v3.13.0 |
| 430 | 2025-03-01T04:11:31.837Z | Downloaded tabled_derive v0.7.0 |
| 431 | 2025-03-01T04:11:31.837Z | Downloaded scroll v0.12.0 |
| 432 | 2025-03-01T04:11:31.840Z | Downloaded anyhow v1.0.96 |
| 433 | 2025-03-01T04:11:31.843Z | Downloaded semver v1.0.25 |
| 434 | 2025-03-01T04:11:31.843Z | Downloaded clap v4.5.31 |
| 435 | 2025-03-01T04:11:31.850Z | Downloaded typenum v1.17.0 |
| 436 | 2025-03-01T04:11:31.854Z | Downloaded textwrap v0.16.1 |
| 437 | 2025-03-01T04:11:31.857Z | Downloaded pest_meta v2.7.14 |
| 438 | 2025-03-01T04:11:31.857Z | Downloaded pest_derive v2.7.14 |
| 439 | 2025-03-01T04:11:31.864Z | Downloaded toml v0.8.20 |
| 440 | 2025-03-01T04:11:31.867Z | Downloaded log v0.4.22 |
| 441 | 2025-03-01T04:11:31.867Z | Downloaded ryu v1.0.18 |
| 442 | 2025-03-01T04:11:31.867Z | Downloaded colorchoice v1.0.2 |
| 443 | 2025-03-01T04:11:31.875Z | Downloaded ucd-trie v0.1.7 |
| 444 | 2025-03-01T04:11:31.878Z | Downloaded unicode-ident v1.0.14 |
| 445 | 2025-03-01T04:11:31.881Z | Downloaded serde_derive v1.0.218 |
| 446 | 2025-03-01T04:11:31.881Z | Downloaded proc-macro2 v1.0.93 |
| 447 | 2025-03-01T04:11:31.885Z | Downloaded papergrid v0.11.0 |
| 448 | 2025-03-01T04:11:31.888Z | Downloaded serde v1.0.218 |
| 449 | 2025-03-01T04:11:31.902Z | Downloaded indexmap v2.7.1 |
| 450 | 2025-03-01T04:11:31.910Z | Downloaded toml_edit v0.22.24 |
| 451 | 2025-03-01T04:11:31.930Z | Downloaded pest v2.7.14 |
| 452 | 2025-03-01T04:11:31.937Z | Downloaded memchr v2.7.4 |
| 453 | 2025-03-01T04:11:31.950Z | Downloaded hashbrown v0.15.1 |
| 454 | 2025-03-01T04:11:31.959Z | Downloaded serde_json v1.0.139 |
| 455 | 2025-03-01T04:11:31.967Z | Downloaded clap_builder v4.5.31 |
| 456 | 2025-03-01T04:11:31.985Z | Downloaded goblin v0.8.2 |
| 457 | 2025-03-01T04:11:31.990Z | Downloaded tabled v0.15.0 |
| 458 | 2025-03-01T04:11:32.004Z | Downloaded syn v1.0.109 |
| 459 | 2025-03-01T04:11:32.016Z | Downloaded unicode-width v0.1.14 |
| 460 | 2025-03-01T04:11:32.034Z | Downloaded syn v2.0.98 |
| 461 | 2025-03-01T04:11:32.043Z | Downloaded rustix v0.37.28 |
| 462 | 2025-03-01T04:11:32.060Z | Downloaded rustix v0.38.37 |
| 463 | 2025-03-01T04:11:32.099Z | Downloaded libc v0.2.170 |
| 464 | 2025-03-01T04:11:32.379Z | Compiling proc-macro2 v1.0.93 |
| 465 | 2025-03-01T04:11:32.379Z | Compiling unicode-ident v1.0.14 |
| 466 | 2025-03-01T04:11:32.382Z | Compiling version_check v0.9.5 |
| 467 | 2025-03-01T04:11:32.382Z | Compiling serde v1.0.218 |
| 468 | 2025-03-01T04:11:32.382Z | Compiling libc v0.2.170 |
| 469 | 2025-03-01T04:11:32.382Z | Compiling memchr v2.7.4 |
| 470 | 2025-03-01T04:11:32.414Z | Compiling thiserror v1.0.69 |
| 471 | 2025-03-01T04:11:32.417Z | Compiling ryu v1.0.18 |
| 472 | 2025-03-01T04:11:32.660Z | Compiling itoa v1.0.11 |
| 473 | 2025-03-01T04:11:32.884Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-03-01T04:11:32.907Z | Compiling once_cell v1.20.3 |
| 475 | 2025-03-01T04:11:33.162Z | Compiling byteorder v1.5.0 |
| 476 | 2025-03-01T04:11:33.288Z | Compiling rustix v0.38.37 |
| 477 | 2025-03-01T04:11:33.436Z | Compiling serde_json v1.0.139 |
| 478 | 2025-03-01T04:11:33.721Z | Compiling bitflags v2.6.0 |
| 479 | 2025-03-01T04:11:33.851Z | Compiling usdt-impl v0.5.0 |
| 480 | 2025-03-01T04:11:33.917Z | Compiling proc-macro-error-attr v1.0.4 |
| 481 | 2025-03-01T04:11:34.145Z | Compiling io-lifetimes v1.0.11 |
| 482 | 2025-03-01T04:11:34.245Z | Compiling syn v1.0.109 |
| 483 | 2025-03-01T04:11:34.248Z | Compiling proc-macro-error v1.0.4 |
| 484 | 2025-03-01T04:11:34.289Z | Compiling quote v1.0.38 |
| 485 | 2025-03-01T04:11:34.386Z | Compiling errno v0.3.9 |
| 486 | 2025-03-01T04:11:34.646Z | Compiling syn v2.0.98 |
| 487 | 2025-03-01T04:11:34.722Z | Compiling utf8parse v0.2.2 |
| 488 | 2025-03-01T04:11:34.837Z | Compiling thread-id v4.2.2 |
| 489 | 2025-03-01T04:11:34.876Z | Compiling camino v1.1.9 |
| 490 | 2025-03-01T04:11:34.899Z | Compiling plain v0.2.3 |
| 491 | 2025-03-01T04:11:34.902Z | Compiling log v0.4.22 |
| 492 | 2025-03-01T04:11:34.919Z | Compiling equivalent v1.0.1 |
| 493 | 2025-03-01T04:11:34.960Z | Compiling rustix v0.37.28 |
| 494 | 2025-03-01T04:11:35.041Z | Compiling hashbrown v0.15.1 |
| 495 | 2025-03-01T04:11:35.366Z | Compiling anstyle-parse v0.2.5 |
| 496 | 2025-03-01T04:11:35.710Z | Compiling anstyle-query v1.1.1 |
| 497 | 2025-03-01T04:11:35.809Z | Compiling semver v1.0.25 |
| 498 | 2025-03-01T04:11:35.846Z | Compiling winnow v0.7.3 |
| 499 | 2025-03-01T04:11:35.869Z | Compiling thiserror v2.0.11 |
| 500 | 2025-03-01T04:11:36.026Z | Compiling unicode-width v0.1.14 |
| 501 | 2025-03-01T04:11:36.131Z | Compiling indexmap v2.7.1 |
| 502 | 2025-03-01T04:11:36.330Z | Compiling anstyle v1.0.10 |
| 503 | 2025-03-01T04:11:36.438Z | Compiling bitflags v1.3.2 |
| 504 | 2025-03-01T04:11:36.557Z | Compiling colorchoice v1.0.2 |
| 505 | 2025-03-01T04:11:36.581Z | Compiling pretty-hex v0.4.1 |
| 506 | 2025-03-01T04:11:36.720Z | Compiling autocfg v1.4.0 |
| 507 | 2025-03-01T04:11:36.758Z | Compiling is_terminal_polyfill v1.70.1 |
| 508 | 2025-03-01T04:11:36.901Z | Compiling anstream v0.6.15 |
| 509 | 2025-03-01T04:11:37.350Z | Compiling terminal_size v0.4.0 |
| 510 | 2025-03-01T04:11:37.562Z | Compiling fnv v1.0.7 |
| 511 | 2025-03-01T04:11:37.612Z | Compiling strsim v0.11.1 |
| 512 | 2025-03-01T04:11:37.667Z | Compiling fs-err v2.11.0 |
| 513 | 2025-03-01T04:11:37.704Z | Compiling clap_lex v0.7.4 |
| 514 | 2025-03-01T04:11:38.062Z | Compiling anyhow v1.0.96 |
| 515 | 2025-03-01T04:11:38.082Z | Compiling cfg-if v1.0.0 |
| 516 | 2025-03-01T04:11:38.183Z | Compiling bytecount v0.6.8 |
| 517 | 2025-03-01T04:11:38.208Z | Compiling heck v0.4.1 |
| 518 | 2025-03-01T04:11:38.372Z | Compiling heck v0.5.0 |
| 519 | 2025-03-01T04:11:38.397Z | Compiling fastrand v2.1.1 |
| 520 | 2025-03-01T04:11:38.612Z | Compiling papergrid v0.11.0 |
| 521 | 2025-03-01T04:11:38.800Z | Compiling tempfile v3.13.0 |
| 522 | 2025-03-01T04:11:38.856Z | Compiling clap_builder v4.5.31 |
| 523 | 2025-03-01T04:11:38.884Z | Compiling terminal_size v0.2.6 |
| 524 | 2025-03-01T04:11:39.037Z | Compiling memmap v0.7.0 |
| 525 | 2025-03-01T04:11:39.060Z | Compiling smawk v0.3.2 |
| 526 | 2025-03-01T04:11:39.243Z | Compiling unicode-linebreak v0.1.5 |
| 527 | 2025-03-01T04:11:39.566Z | Compiling swrite v0.1.0 |
| 528 | 2025-03-01T04:11:39.709Z | Compiling textwrap v0.16.1 |
| 529 | 2025-03-01T04:11:40.096Z | Compiling tabled_derive v0.7.0 |
| 530 | 2025-03-01T04:11:41.581Z | Compiling tabled v0.15.0 |
| 531 | 2025-03-01T04:11:41.667Z | Compiling serde_derive v1.0.218 |
| 532 | 2025-03-01T04:11:41.667Z | Compiling thiserror-impl v1.0.69 |
| 533 | 2025-03-01T04:11:41.670Z | Compiling zerocopy-derive v0.7.35 |
| 534 | 2025-03-01T04:11:41.670Z | Compiling scroll_derive v0.12.0 |
| 535 | 2025-03-01T04:11:41.670Z | Compiling thiserror-impl v2.0.11 |
| 536 | 2025-03-01T04:11:41.670Z | Compiling clap_derive v4.5.28 |
| 537 | 2025-03-01T04:11:43.062Z | Compiling scroll v0.12.0 |
| 538 | 2025-03-01T04:11:43.592Z | Compiling zerocopy v0.7.35 |
| 539 | 2025-03-01T04:11:43.615Z | Compiling goblin v0.8.2 |
| 540 | 2025-03-01T04:11:44.815Z | Compiling pest v2.7.14 |
| 541 | 2025-03-01T04:11:46.020Z | Compiling clap v4.5.31 |
| 542 | 2025-03-01T04:11:46.968Z | Compiling pest_meta v2.7.14 |
| 543 | 2025-03-01T04:11:47.948Z | Compiling pest_generator v2.7.14 |
| 544 | 2025-03-01T04:11:49.282Z | Compiling pest_derive v2.7.14 |
| 545 | 2025-03-01T04:11:49.856Z | Compiling dtrace-parser v0.2.0 |
| 546 | 2025-03-01T04:11:50.715Z | Compiling serde_spanned v0.6.8 |
| 547 | 2025-03-01T04:11:50.715Z | Compiling toml_datetime v0.6.8 |
| 548 | 2025-03-01T04:11:50.718Z | Compiling cargo-platform v0.1.8 |
| 549 | 2025-03-01T04:11:51.007Z | Compiling serde_tokenstream v0.2.2 |
| 550 | 2025-03-01T04:11:51.028Z | Compiling macaddr v1.0.1 |
| 551 | 2025-03-01T04:11:51.208Z | Compiling toml_edit v0.22.24 |
| 552 | 2025-03-01T04:11:51.369Z | Compiling camino-tempfile v1.1.1 |
| 553 | 2025-03-01T04:11:52.000Z | Compiling dof v0.3.0 |
| 554 | 2025-03-01T04:11:52.001Z | Compiling cargo_metadata v0.19.1 |
| 555 | 2025-03-01T04:11:53.588Z | Compiling usdt-macro v0.5.0 |
| 556 | 2025-03-01T04:11:53.591Z | Compiling usdt-attr-macro v0.5.0 |
| 557 | 2025-03-01T04:11:53.922Z | Compiling toml v0.8.20 |
| 558 | 2025-03-01T04:11:54.693Z | Compiling cargo_toml v0.21.0 |
| 559 | 2025-03-01T04:11:54.726Z | Compiling usdt v0.5.0 |
| 560 | 2025-03-01T04:11:57.191Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 561 | 2025-03-01T04:12:00.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.07s |
| 562 | 2025-03-01T04:12:00.524Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 563 | 2025-03-01T04:12:01.083Z | Downloading crates ... |
| 564 | 2025-03-01T04:12:01.221Z | Downloaded aead v0.5.2 |
| 565 | 2025-03-01T04:12:01.224Z | Downloaded addr2line v0.24.2 |
| 566 | 2025-03-01T04:12:01.235Z | Downloaded heapless v0.7.17 |
| 567 | 2025-03-01T04:12:01.241Z | Downloaded httpdate v1.0.3 |
| 568 | 2025-03-01T04:12:01.244Z | Downloaded hostname v0.3.1 |
| 569 | 2025-03-01T04:12:01.244Z | Downloaded home v0.5.9 |
| 570 | 2025-03-01T04:12:01.247Z | Downloaded hex v0.4.3 |
| 571 | 2025-03-01T04:12:01.247Z | Downloaded assert_matches v1.5.0 |
| 572 | 2025-03-01T04:12:01.251Z | Downloaded ciborium-io v0.2.2 |
| 573 | 2025-03-01T04:12:01.254Z | Downloaded async-stream-impl v0.3.6 |
| 574 | 2025-03-01T04:12:01.258Z | Downloaded instant v0.1.13 |
| 575 | 2025-03-01T04:12:01.261Z | Downloaded is_ci v1.2.0 |
| 576 | 2025-03-01T04:12:01.261Z | Downloaded cstr-argument v0.1.2 |
| 577 | 2025-03-01T04:12:01.265Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2025-03-01T04:12:01.270Z | Downloaded hubpack_derive v0.1.1 |
| 579 | 2025-03-01T04:12:01.273Z | Downloaded http-body v1.0.1 |
| 580 | 2025-03-01T04:12:01.276Z | Downloaded ident_case v1.0.1 |
| 581 | 2025-03-01T04:12:01.279Z | Downloaded headers-core v0.3.0 |
| 582 | 2025-03-01T04:12:01.279Z | Downloaded md5 v0.7.0 |
| 583 | 2025-03-01T04:12:01.282Z | Downloaded crunchy v0.2.2 |
| 584 | 2025-03-01T04:12:01.283Z | Downloaded async-stream v0.3.6 |
| 585 | 2025-03-01T04:12:01.285Z | Downloaded http-body-util v0.1.2 |
| 586 | 2025-03-01T04:12:01.288Z | Downloaded lazycell v1.3.0 |
| 587 | 2025-03-01T04:12:01.288Z | Downloaded lalrpop-util v0.19.12 |
| 588 | 2025-03-01T04:12:01.288Z | Downloaded hyper-tls v0.6.0 |
| 589 | 2025-03-01T04:12:01.291Z | Downloaded arrayref v0.3.9 |
| 590 | 2025-03-01T04:12:01.291Z | Downloaded crucible-workspace-hack v0.1.0 |
| 591 | 2025-03-01T04:12:01.295Z | Downloaded atty v0.2.14 |
| 592 | 2025-03-01T04:12:01.295Z | Downloaded atomicwrites v0.4.4 |
| 593 | 2025-03-01T04:12:01.298Z | Downloaded adler2 v2.0.0 |
| 594 | 2025-03-01T04:12:01.298Z | Downloaded http-range v0.1.5 |
| 595 | 2025-03-01T04:12:01.298Z | Downloaded base16ct v0.2.0 |
| 596 | 2025-03-01T04:12:01.301Z | Downloaded icu_provider_macros v1.5.0 |
| 597 | 2025-03-01T04:12:01.301Z | Downloaded pretty-hex v0.2.1 |
| 598 | 2025-03-01T04:12:01.304Z | Downloaded match_cfg v0.1.0 |
| 599 | 2025-03-01T04:12:01.304Z | Downloaded cfg_aliases v0.1.1 |
| 600 | 2025-03-01T04:12:01.304Z | Downloaded bit-vec v0.6.3 |
| 601 | 2025-03-01T04:12:01.307Z | Downloaded libsw-core v0.3.1 |
| 602 | 2025-03-01T04:12:01.307Z | Downloaded inout v0.1.3 |
| 603 | 2025-03-01T04:12:01.310Z | Downloaded atomic-waker v1.1.2 |
| 604 | 2025-03-01T04:12:01.310Z | Downloaded internet-checksum v0.2.1 |
| 605 | 2025-03-01T04:12:01.313Z | Downloaded convert_case v0.4.0 |
| 606 | 2025-03-01T04:12:01.313Z | Downloaded ascii-canvas v3.0.0 |
| 607 | 2025-03-01T04:12:01.316Z | Downloaded managed v0.8.0 |
| 608 | 2025-03-01T04:12:01.317Z | Downloaded ctr v0.9.2 |
| 609 | 2025-03-01T04:12:01.320Z | Downloaded is-terminal v0.4.13 |
| 610 | 2025-03-01T04:12:01.320Z | Downloaded indoc v1.0.9 |
| 611 | 2025-03-01T04:12:01.323Z | Downloaded cargo_metadata v0.18.1 |
| 612 | 2025-03-01T04:12:01.326Z | Downloaded linked-hash-map v0.5.6 |
| 613 | 2025-03-01T04:12:01.329Z | Downloaded linear-map v1.2.0 |
| 614 | 2025-03-01T04:12:01.329Z | Downloaded lockfree-object-pool v0.1.6 |
| 615 | 2025-03-01T04:12:01.333Z | Downloaded maybe-uninit v2.0.0 |
| 616 | 2025-03-01T04:12:01.336Z | Downloaded constant_time_eq v0.3.1 |
| 617 | 2025-03-01T04:12:01.336Z | Downloaded libefi-sys v0.1.0 |
| 618 | 2025-03-01T04:12:01.336Z | Downloaded cassowary v0.3.0 |
| 619 | 2025-03-01T04:12:01.339Z | Downloaded hubpack v0.1.2 |
| 620 | 2025-03-01T04:12:01.339Z | Downloaded async-recursion v1.1.1 |
| 621 | 2025-03-01T04:12:01.344Z | Downloaded lru v0.12.5 |
| 622 | 2025-03-01T04:12:01.346Z | Downloaded cobs v0.2.3 |
| 623 | 2025-03-01T04:12:01.347Z | Downloaded cipher v0.4.4 |
| 624 | 2025-03-01T04:12:01.350Z | Downloaded lock_api v0.4.12 |
| 625 | 2025-03-01T04:12:01.350Z | Downloaded bit-set v0.5.3 |
| 626 | 2025-03-01T04:12:01.353Z | Downloaded mime v0.3.17 |
| 627 | 2025-03-01T04:12:01.353Z | Downloaded ciborium-ll v0.2.2 |
| 628 | 2025-03-01T04:12:01.356Z | Downloaded chrono-tz-build v0.4.0 |
| 629 | 2025-03-01T04:12:01.356Z | Downloaded cbc v0.1.2 |
| 630 | 2025-03-01T04:12:01.359Z | Downloaded idna_adapter v1.2.0 |
| 631 | 2025-03-01T04:12:01.359Z | Downloaded psl-types v2.0.11 |
| 632 | 2025-03-01T04:12:01.359Z | Downloaded hyper-staticfile v0.10.1 |
| 633 | 2025-03-01T04:12:01.362Z | Downloaded backoff v0.4.0 |
| 634 | 2025-03-01T04:12:01.366Z | Downloaded block-padding v0.3.3 |
| 635 | 2025-03-01T04:12:01.367Z | Downloaded ipnetwork v0.21.1 |
| 636 | 2025-03-01T04:12:01.373Z | Downloaded keccak v0.1.5 |
| 637 | 2025-03-01T04:12:01.373Z | Downloaded memoffset v0.9.1 |
| 638 | 2025-03-01T04:12:01.373Z | Downloaded maplit v1.0.2 |
| 639 | 2025-03-01T04:12:01.376Z | Downloaded lazy_static v1.5.0 |
| 640 | 2025-03-01T04:12:01.376Z | Downloaded chacha20 v0.9.1 |
| 641 | 2025-03-01T04:12:01.376Z | Downloaded iana-time-zone v0.1.61 |
| 642 | 2025-03-01T04:12:01.379Z | Downloaded libloading v0.8.5 |
| 643 | 2025-03-01T04:12:01.382Z | Downloaded icu_locid_transform v1.5.0 |
| 644 | 2025-03-01T04:12:01.385Z | Downloaded libsw v3.4.0 |
| 645 | 2025-03-01T04:12:01.388Z | Downloaded indoc v2.0.5 |
| 646 | 2025-03-01T04:12:01.391Z | Downloaded highway v1.3.0 |
| 647 | 2025-03-01T04:12:01.391Z | Downloaded console v0.15.10 |
| 648 | 2025-03-01T04:12:01.394Z | Downloaded litemap v0.7.3 |
| 649 | 2025-03-01T04:12:01.397Z | Downloaded hmac v0.12.1 |
| 650 | 2025-03-01T04:12:01.400Z | Downloaded bit-set v0.8.0 |
| 651 | 2025-03-01T04:12:01.403Z | Downloaded instability v0.3.2 |
| 652 | 2025-03-01T04:12:01.403Z | Downloaded ciborium v0.2.2 |
| 653 | 2025-03-01T04:12:01.406Z | Downloaded icu_normalizer v1.5.0 |
| 654 | 2025-03-01T04:12:01.409Z | Downloaded bcs v0.1.6 |
| 655 | 2025-03-01T04:12:01.412Z | Downloaded crossbeam-deque v0.8.5 |
| 656 | 2025-03-01T04:12:01.417Z | Downloaded castaway v0.2.3 |
| 657 | 2025-03-01T04:12:01.417Z | Downloaded bit-vec v0.8.0 |
| 658 | 2025-03-01T04:12:01.420Z | Downloaded crc32fast v1.4.2 |
| 659 | 2025-03-01T04:12:01.420Z | Downloaded cookie_store v0.21.1 |
| 660 | 2025-03-01T04:12:01.424Z | Downloaded cmake v0.1.51 |
| 661 | 2025-03-01T04:12:01.427Z | Downloaded cancel-safe-futures v0.1.5 |
| 662 | 2025-03-01T04:12:01.427Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 663 | 2025-03-01T04:12:01.430Z | Downloaded hickory-client v0.24.4 |
| 664 | 2025-03-01T04:12:01.434Z | Downloaded time-core v0.1.2 |
| 665 | 2025-03-01T04:12:01.434Z | Downloaded strum v0.26.3 |
| 666 | 2025-03-01T04:12:01.437Z | Downloaded lru-cache v0.1.2 |
| 667 | 2025-03-01T04:12:01.437Z | Downloaded async-bb8-diesel v0.2.1 |
| 668 | 2025-03-01T04:12:01.440Z | Downloaded schemars_derive v0.8.22 |
| 669 | 2025-03-01T04:12:01.440Z | Downloaded bzip2 v0.4.4 |
| 670 | 2025-03-01T04:12:01.444Z | Downloaded rustc-hash v1.1.0 |
| 671 | 2025-03-01T04:12:01.448Z | Downloaded slab v0.4.9 |
| 672 | 2025-03-01T04:12:01.448Z | Downloaded icu_locid_transform_data v1.5.0 |
| 673 | 2025-03-01T04:12:01.451Z | Downloaded litrs v0.4.1 |
| 674 | 2025-03-01T04:12:01.451Z | Downloaded icu_locid v1.5.0 |
| 675 | 2025-03-01T04:12:01.455Z | Downloaded try-lock v0.2.5 |
| 676 | 2025-03-01T04:12:01.459Z | Downloaded ref-cast-impl v1.0.23 |
| 677 | 2025-03-01T04:12:01.459Z | Downloaded mime_guess v2.0.5 |
| 678 | 2025-03-01T04:12:01.462Z | Downloaded serde_path_to_error v0.1.16 |
| 679 | 2025-03-01T04:12:01.462Z | Downloaded num_threads v0.1.7 |
| 680 | 2025-03-01T04:12:01.465Z | Downloaded shell-words v1.1.0 |
| 681 | 2025-03-01T04:12:01.465Z | Downloaded memmap2 v0.9.5 |
| 682 | 2025-03-01T04:12:01.468Z | Downloaded proc-macro-error2 v2.0.1 |
| 683 | 2025-03-01T04:12:01.471Z | Downloaded strum_macros v0.24.3 |
| 684 | 2025-03-01T04:12:01.474Z | Downloaded newtype_derive v0.1.6 |
| 685 | 2025-03-01T04:12:01.474Z | Downloaded funty v2.0.0 |
| 686 | 2025-03-01T04:12:01.479Z | Downloaded number_prefix v0.4.0 |
| 687 | 2025-03-01T04:12:01.479Z | Downloaded progenitor-impl v0.8.0 |
| 688 | 2025-03-01T04:12:01.482Z | Downloaded icu_provider v1.5.0 |
| 689 | 2025-03-01T04:12:01.482Z | Downloaded md-5 v0.10.6 |
| 690 | 2025-03-01T04:12:01.485Z | Downloaded crc-any v2.5.0 |
| 691 | 2025-03-01T04:12:01.488Z | Downloaded rtoolbox v0.0.2 |
| 692 | 2025-03-01T04:12:01.488Z | Downloaded blake2 v0.10.6 |
| 693 | 2025-03-01T04:12:01.491Z | Downloaded tui-tree-widget v0.23.0 |
| 694 | 2025-03-01T04:12:01.494Z | Downloaded const-oid v0.9.6 |
| 695 | 2025-03-01T04:12:01.497Z | Downloaded which v4.4.2 |
| 696 | 2025-03-01T04:12:01.497Z | Downloaded openssl-macros v0.1.1 |
| 697 | 2025-03-01T04:12:01.497Z | Downloaded zone v0.1.8 |
| 698 | 2025-03-01T04:12:01.500Z | Downloaded utf-8 v0.7.6 |
| 699 | 2025-03-01T04:12:01.500Z | Downloaded utf8_iter v1.0.4 |
| 700 | 2025-03-01T04:12:01.506Z | Downloaded utf16_iter v1.0.5 |
| 701 | 2025-03-01T04:12:01.506Z | Downloaded progenitor-client v0.9.1 |
| 702 | 2025-03-01T04:12:01.509Z | Downloaded icu_normalizer_data v1.5.0 |
| 703 | 2025-03-01T04:12:01.509Z | Downloaded crossbeam-epoch v0.9.18 |
| 704 | 2025-03-01T04:12:01.509Z | Downloaded zerovec-derive v0.10.3 |
| 705 | 2025-03-01T04:12:01.512Z | Downloaded progenitor-client v0.8.0 |
| 706 | 2025-03-01T04:12:01.512Z | Downloaded path-slash v0.1.5 |
| 707 | 2025-03-01T04:12:01.515Z | Downloaded unicase v2.7.0 |
| 708 | 2025-03-01T04:12:01.515Z | Downloaded tiny-keccak v2.0.2 |
| 709 | 2025-03-01T04:12:01.518Z | Downloaded miniz_oxide v0.8.5 |
| 710 | 2025-03-01T04:12:01.521Z | Downloaded xz2 v0.1.7 |
| 711 | 2025-03-01T04:12:01.524Z | Downloaded group v0.13.0 |
| 712 | 2025-03-01T04:12:01.527Z | Downloaded env_filter v0.1.2 |
| 713 | 2025-03-01T04:12:01.527Z | Downloaded zeroize_derive v1.4.2 |
| 714 | 2025-03-01T04:12:01.530Z | Downloaded xattr v1.3.1 |
| 715 | 2025-03-01T04:12:01.530Z | Downloaded hyper-util v0.1.10 |
| 716 | 2025-03-01T04:12:01.534Z | Downloaded scheduled-thread-pool v0.2.7 |
| 717 | 2025-03-01T04:12:01.538Z | Downloaded futures-core v0.3.31 |
| 718 | 2025-03-01T04:12:01.538Z | Downloaded foreign-types-macros v0.2.3 |
| 719 | 2025-03-01T04:12:01.541Z | Downloaded heapless v0.8.0 |
| 720 | 2025-03-01T04:12:01.544Z | Downloaded tower-service v0.3.3 |
| 721 | 2025-03-01T04:12:01.544Z | Downloaded diesel-dtrace v0.4.2 |
| 722 | 2025-03-01T04:12:01.547Z | Downloaded num-integer v0.1.46 |
| 723 | 2025-03-01T04:12:01.547Z | Downloaded num v0.4.3 |
| 724 | 2025-03-01T04:12:01.551Z | Downloaded oxnet v0.1.1 |
| 725 | 2025-03-01T04:12:01.554Z | Downloaded nibble_vec v0.1.0 |
| 726 | 2025-03-01T04:12:01.554Z | Downloaded static_assertions v1.1.0 |
| 727 | 2025-03-01T04:12:01.554Z | Downloaded ipnet v2.11.0 |
| 728 | 2025-03-01T04:12:01.557Z | Downloaded glob v0.3.2 |
| 729 | 2025-03-01T04:12:01.557Z | Downloaded dunce v1.0.5 |
| 730 | 2025-03-01T04:12:01.560Z | Downloaded unarray v0.1.4 |
| 731 | 2025-03-01T04:12:01.561Z | Downloaded slog-stdlog v4.1.1 |
| 732 | 2025-03-01T04:12:01.564Z | Downloaded headers v0.4.0 |
| 733 | 2025-03-01T04:12:01.568Z | Downloaded pin-utils v0.1.0 |
| 734 | 2025-03-01T04:12:01.571Z | Downloaded pem v3.0.5 |
| 735 | 2025-03-01T04:12:01.571Z | Downloaded cookie v0.18.1 |
| 736 | 2025-03-01T04:12:01.574Z | Downloaded serde_derive_internals v0.29.1 |
| 737 | 2025-03-01T04:12:01.577Z | Downloaded indicatif v0.17.11 |
| 738 | 2025-03-01T04:12:01.590Z | Downloaded write16 v1.0.0 |
| 739 | 2025-03-01T04:12:01.593Z | Downloaded hickory-resolver v0.24.4 |
| 740 | 2025-03-01T04:12:01.598Z | Downloaded vte_generate_state_changes v0.1.2 |
| 741 | 2025-03-01T04:12:01.601Z | Downloaded tower-layer v0.3.3 |
| 742 | 2025-03-01T04:12:01.601Z | Downloaded rand_chacha v0.3.1 |
| 743 | 2025-03-01T04:12:01.601Z | Downloaded progenitor v0.9.1 |
| 744 | 2025-03-01T04:12:01.604Z | Downloaded phf_shared v0.11.2 |
| 745 | 2025-03-01T04:12:01.604Z | Downloaded derive_builder v0.20.2 |
| 746 | 2025-03-01T04:12:01.608Z | Downloaded rfc6979 v0.4.0 |
| 747 | 2025-03-01T04:12:01.611Z | Downloaded foreign-types v0.3.2 |
| 748 | 2025-03-01T04:12:01.611Z | Downloaded smf v0.2.3 |
| 749 | 2025-03-01T04:12:01.614Z | Downloaded rustc-hash v2.1.1 |
| 750 | 2025-03-01T04:12:01.614Z | Downloaded env_logger v0.11.5 |
| 751 | 2025-03-01T04:12:01.617Z | Downloaded nodrop v0.1.14 |
| 752 | 2025-03-01T04:12:01.620Z | Downloaded tokio-macros v2.5.0 |
| 753 | 2025-03-01T04:12:01.620Z | Downloaded stable_deref_trait v1.2.0 |
| 754 | 2025-03-01T04:12:01.620Z | Downloaded siphasher v0.3.11 |
| 755 | 2025-03-01T04:12:01.623Z | Downloaded strum_macros v0.25.3 |
| 756 | 2025-03-01T04:12:01.626Z | Downloaded env_logger v0.10.2 |
| 757 | 2025-03-01T04:12:01.629Z | Downloaded owo-colors v4.2.0 |
| 758 | 2025-03-01T04:12:01.632Z | Downloaded chacha20poly1305 v0.10.1 |
| 759 | 2025-03-01T04:12:01.637Z | Downloaded bytes v1.10.0 |
| 760 | 2025-03-01T04:12:01.640Z | Downloaded thiserror-no-std v2.0.2 |
| 761 | 2025-03-01T04:12:01.643Z | Downloaded writeable v0.5.5 |
| 762 | 2025-03-01T04:12:01.646Z | Downloaded zeroize v1.8.1 |
| 763 | 2025-03-01T04:12:01.649Z | Downloaded schemars v0.8.22 |
| 764 | 2025-03-01T04:12:01.659Z | Downloaded opaque-debug v0.3.1 |
| 765 | 2025-03-01T04:12:01.662Z | Downloaded russh-cryptovec v0.7.3 |
| 766 | 2025-03-01T04:12:01.662Z | Downloaded rpassword v7.3.1 |
| 767 | 2025-03-01T04:12:01.665Z | Downloaded olpc-cjson v0.1.4 |
| 768 | 2025-03-01T04:12:01.665Z | Downloaded daft-derive v0.1.1 |
| 769 | 2025-03-01T04:12:01.668Z | Downloaded tls_codec v0.4.1 |
| 770 | 2025-03-01T04:12:01.672Z | Downloaded embedded-io v0.6.1 |
| 771 | 2025-03-01T04:12:01.672Z | Downloaded unicode-xid v0.2.6 |
| 772 | 2025-03-01T04:12:01.675Z | Downloaded display-error-chain v0.2.2 |
| 773 | 2025-03-01T04:12:01.675Z | Downloaded daft v0.1.1 |
| 774 | 2025-03-01T04:12:01.678Z | Downloaded futures-channel v0.3.31 |
| 775 | 2025-03-01T04:12:01.680Z | Downloaded snafu v0.8.5 |
| 776 | 2025-03-01T04:12:01.685Z | Downloaded rustc-demangle v0.1.24 |
| 777 | 2025-03-01T04:12:01.688Z | Downloaded globset v0.4.15 |
| 778 | 2025-03-01T04:12:01.691Z | Downloaded ppv-lite86 v0.2.20 |
| 779 | 2025-03-01T04:12:01.691Z | Downloaded mockall v0.13.1 |
| 780 | 2025-03-01T04:12:02.696Z | Downloaded embedded-io v0.4.0 |
| 781 | 2025-03-01T04:12:02.696Z | Downloaded either v1.14.0 |
| 782 | 2025-03-01T04:12:02.702Z | Downloaded waitgroup v0.1.2 |
| 783 | 2025-03-01T04:12:02.702Z | Downloaded publicsuffix v2.3.0 |
| 784 | 2025-03-01T04:12:02.702Z | Downloaded tungstenite v0.21.0 |
| 785 | 2025-03-01T04:12:02.702Z | Downloaded ed25519 v2.2.3 |
| 786 | 2025-03-01T04:12:02.702Z | Downloaded downcast v0.11.0 |
| 787 | 2025-03-01T04:12:02.702Z | Downloaded deranged v0.3.11 |
| 788 | 2025-03-01T04:12:02.702Z | Downloaded uzers v0.12.1 |
| 789 | 2025-03-01T04:12:02.702Z | Downloaded crossbeam-channel v0.5.13 |
| 790 | 2025-03-01T04:12:02.702Z | Downloaded yoke-derive v0.7.4 |
| 791 | 2025-03-01T04:12:02.702Z | Downloaded paste v1.0.15 |
| 792 | 2025-03-01T04:12:02.702Z | Downloaded tls_codec_derive v0.4.1 |
| 793 | 2025-03-01T04:12:02.702Z | Downloaded signal-hook-mio v0.2.4 |
| 794 | 2025-03-01T04:12:02.702Z | Downloaded phf v0.11.2 |
| 795 | 2025-03-01T04:12:02.702Z | Downloaded diesel_derives v2.2.3 |
| 796 | 2025-03-01T04:12:02.702Z | Downloaded hickory-server v0.24.4 |
| 797 | 2025-03-01T04:12:02.702Z | Downloaded oso-derive v0.27.3 |
| 798 | 2025-03-01T04:12:02.702Z | Downloaded foreign-types-shared v0.3.1 |
| 799 | 2025-03-01T04:12:02.702Z | Downloaded foreign-types-shared v0.1.1 |
| 800 | 2025-03-01T04:12:02.702Z | Downloaded want v0.3.1 |
| 801 | 2025-03-01T04:12:02.702Z | Downloaded phf_shared v0.10.0 |
| 802 | 2025-03-01T04:12:02.702Z | Downloaded termcolor v1.4.1 |
| 803 | 2025-03-01T04:12:02.702Z | Downloaded quinn-udp v0.5.5 |
| 804 | 2025-03-01T04:12:02.702Z | Downloaded progenitor v0.8.0 |
| 805 | 2025-03-01T04:12:02.702Z | Downloaded string_cache v0.8.7 |
| 806 | 2025-03-01T04:12:02.702Z | Downloaded rustls-pki-types v1.10.0 |
| 807 | 2025-03-01T04:12:02.703Z | Downloaded unicode-truncate v1.1.0 |
| 808 | 2025-03-01T04:12:02.703Z | Downloaded slog-bunyan v2.5.0 |
| 809 | 2025-03-01T04:12:02.703Z | Downloaded fs_extra v1.3.0 |
| 810 | 2025-03-01T04:12:02.703Z | Downloaded powerfmt v0.2.0 |
| 811 | 2025-03-01T04:12:02.703Z | Downloaded p256 v0.13.2 |
| 812 | 2025-03-01T04:12:02.703Z | Downloaded unicode-bidi v0.3.17 |
| 813 | 2025-03-01T04:12:02.703Z | Downloaded similar v2.7.0 |
| 814 | 2025-03-01T04:12:02.703Z | Downloaded yoke v0.7.4 |
| 815 | 2025-03-01T04:12:02.703Z | Downloaded typify v0.3.0 |
| 816 | 2025-03-01T04:12:02.703Z | Downloaded secrecy v0.8.0 |
| 817 | 2025-03-01T04:12:02.703Z | Downloaded slog-async v2.8.0 |
| 818 | 2025-03-01T04:12:02.703Z | Downloaded slog-dtrace v0.3.0 |
| 819 | 2025-03-01T04:12:02.703Z | Downloaded url v2.5.3 |
| 820 | 2025-03-01T04:12:02.703Z | Downloaded sqlparser_derive v0.2.2 |
| 821 | 2025-03-01T04:12:02.703Z | Downloaded ssh-encoding v0.2.0 |
| 822 | 2025-03-01T04:12:02.703Z | Downloaded derive-where v1.2.7 |
| 823 | 2025-03-01T04:12:02.703Z | Downloaded elliptic-curve v0.13.8 |
| 824 | 2025-03-01T04:12:02.703Z | Downloaded itertools v0.10.5 |
| 825 | 2025-03-01T04:12:02.703Z | Downloaded tinyvec_macros v0.1.1 |
| 826 | 2025-03-01T04:12:02.703Z | Downloaded hash32 v0.3.1 |
| 827 | 2025-03-01T04:12:02.703Z | Downloaded wyz v0.5.1 |
| 828 | 2025-03-01T04:12:02.703Z | Downloaded omicron-zone-package v0.12.0 |
| 829 | 2025-03-01T04:12:02.703Z | Downloaded phf_generator v0.11.2 |
| 830 | 2025-03-01T04:12:02.703Z | Downloaded whoami v1.5.2 |
| 831 | 2025-03-01T04:12:02.703Z | Downloaded packed_struct v0.10.1 |
| 832 | 2025-03-01T04:12:02.703Z | Downloaded fallible-iterator v0.2.0 |
| 833 | 2025-03-01T04:12:02.703Z | Downloaded subprocess v0.2.9 |
| 834 | 2025-03-01T04:12:02.703Z | Downloaded toml_edit v0.19.15 |
| 835 | 2025-03-01T04:12:02.703Z | Downloaded new_debug_unreachable v1.0.6 |
| 836 | 2025-03-01T04:12:02.703Z | Downloaded signal-hook-tokio v0.3.1 |
| 837 | 2025-03-01T04:12:02.703Z | Downloaded semver v0.1.20 |
| 838 | 2025-03-01T04:12:02.703Z | Downloaded rusty-fork v0.3.0 |
| 839 | 2025-03-01T04:12:02.703Z | Downloaded futures-executor v0.3.31 |
| 840 | 2025-03-01T04:12:02.703Z | Downloaded samael v0.0.18 |
| 841 | 2025-03-01T04:12:02.703Z | Downloaded newline-converter v0.3.0 |
| 842 | 2025-03-01T04:12:02.703Z | Downloaded ssh-cipher v0.2.0 |
| 843 | 2025-03-01T04:12:02.703Z | Downloaded signature v2.2.0 |
| 844 | 2025-03-01T04:12:02.703Z | Downloaded parse-size v1.1.0 |
| 845 | 2025-03-01T04:12:02.703Z | Downloaded tinystr v0.7.6 |
| 846 | 2025-03-01T04:12:02.704Z | Downloaded rand_xorshift v0.3.0 |
| 847 | 2025-03-01T04:12:02.704Z | Downloaded rand_seeder v0.3.0 |
| 848 | 2025-03-01T04:12:02.704Z | Downloaded r2d2 v0.8.10 |
| 849 | 2025-03-01T04:12:02.704Z | Downloaded predicates-tree v1.0.11 |
| 850 | 2025-03-01T04:12:02.704Z | Downloaded toolchain_find v0.4.0 |
| 851 | 2025-03-01T04:12:02.704Z | Downloaded tokio-native-tls v0.3.1 |
| 852 | 2025-03-01T04:12:02.704Z | Downloaded cc v1.2.15 |
| 853 | 2025-03-01T04:12:02.704Z | Downloaded num-rational v0.4.2 |
| 854 | 2025-03-01T04:12:02.704Z | Downloaded tokio-tungstenite v0.24.0 |
| 855 | 2025-03-01T04:12:02.704Z | Downloaded ghash v0.5.1 |
| 856 | 2025-03-01T04:12:02.704Z | Downloaded signal-hook-registry v1.4.2 |
| 857 | 2025-03-01T04:12:02.704Z | Downloaded tokio-tungstenite v0.21.0 |
| 858 | 2025-03-01T04:12:02.704Z | Downloaded form_urlencoded v1.2.1 |
| 859 | 2025-03-01T04:12:02.704Z | Downloaded foreign-types v0.5.0 |
| 860 | 2025-03-01T04:12:02.704Z | Downloaded flagset v0.4.6 |
| 861 | 2025-03-01T04:12:02.704Z | Downloaded prettyplease v0.2.29 |
| 862 | 2025-03-01T04:12:02.704Z | Downloaded yasna v0.5.2 |
| 863 | 2025-03-01T04:12:02.704Z | Downloaded walkdir v2.5.0 |
| 864 | 2025-03-01T04:12:02.704Z | Downloaded idna v1.0.3 |
| 865 | 2025-03-01T04:12:02.704Z | Downloaded rustfmt-wrapper v0.2.1 |
| 866 | 2025-03-01T04:12:02.704Z | Downloaded dyn-clone v1.0.18 |
| 867 | 2025-03-01T04:12:02.704Z | Downloaded pbkdf2 v0.11.0 |
| 868 | 2025-03-01T04:12:02.704Z | Downloaded tokio-rustls v0.26.0 |
| 869 | 2025-03-01T04:12:02.704Z | Downloaded getrandom v0.3.1 |
| 870 | 2025-03-01T04:12:02.704Z | Downloaded parse-display-derive v0.10.0 |
| 871 | 2025-03-01T04:12:02.704Z | Downloaded parse-display v0.10.0 |
| 872 | 2025-03-01T04:12:02.704Z | Downloaded gethostname v0.5.0 |
| 873 | 2025-03-01T04:12:02.704Z | Downloaded dsl_auto_type v0.1.2 |
| 874 | 2025-03-01T04:12:02.704Z | Downloaded wait-timeout v0.2.0 |
| 875 | 2025-03-01T04:12:02.704Z | Downloaded rustls-pemfile v1.0.4 |
| 876 | 2025-03-01T04:12:02.704Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 877 | 2025-03-01T04:12:02.704Z | Downloaded proc-macro-crate v1.3.1 |
| 878 | 2025-03-01T04:12:02.704Z | Downloaded rand v0.9.0 |
| 879 | 2025-03-01T04:12:02.704Z | Downloaded stringprep v0.1.5 |
| 880 | 2025-03-01T04:12:02.704Z | Downloaded fxhash v0.2.1 |
| 881 | 2025-03-01T04:12:02.704Z | Downloaded enum-as-inner v0.6.1 |
| 882 | 2025-03-01T04:12:02.709Z | Downloaded nanorand v0.7.0 |
| 883 | 2025-03-01T04:12:02.709Z | Downloaded slog v2.7.0 |
| 884 | 2025-03-01T04:12:02.709Z | Downloaded predicates-core v1.0.8 |
| 885 | 2025-03-01T04:12:02.709Z | Downloaded tokio-stream v0.1.17 |
| 886 | 2025-03-01T04:12:02.709Z | Downloaded serde-big-array v0.5.1 |
| 887 | 2025-03-01T04:12:02.709Z | Downloaded salsa20 v0.10.2 |
| 888 | 2025-03-01T04:12:02.709Z | Downloaded getrandom v0.2.15 |
| 889 | 2025-03-01T04:12:02.709Z | Downloaded crossterm v0.28.1 |
| 890 | 2025-03-01T04:12:02.709Z | Downloaded topological-sort v0.2.2 |
| 891 | 2025-03-01T04:12:02.709Z | Downloaded synstructure v0.13.1 |
| 892 | 2025-03-01T04:12:02.709Z | Downloaded rustc_version v0.4.1 |
| 893 | 2025-03-01T04:12:02.709Z | Downloaded hkdf v0.12.4 |
| 894 | 2025-03-01T04:12:02.709Z | Downloaded rsa v0.9.6 |
| 895 | 2025-03-01T04:12:02.709Z | Downloaded fd-lock v4.0.2 |
| 896 | 2025-03-01T04:12:02.709Z | Downloaded dirs-sys-next v0.1.2 |
| 897 | 2025-03-01T04:12:02.709Z | Downloaded dirs-next v2.0.0 |
| 898 | 2025-03-01T04:12:02.709Z | Downloaded termios v0.3.3 |
| 899 | 2025-03-01T04:12:02.709Z | Downloaded itertools v0.13.0 |
| 900 | 2025-03-01T04:12:02.709Z | Downloaded endian-type v0.1.2 |
| 901 | 2025-03-01T04:12:02.709Z | Downloaded rustversion v1.0.17 |
| 902 | 2025-03-01T04:12:02.709Z | Downloaded float-ord v0.3.2 |
| 903 | 2025-03-01T04:12:02.709Z | Downloaded derive_builder_core v0.20.2 |
| 904 | 2025-03-01T04:12:02.709Z | Downloaded fragile v2.0.0 |
| 905 | 2025-03-01T04:12:02.709Z | Downloaded der_derive v0.7.3 |
| 906 | 2025-03-01T04:12:02.709Z | Downloaded zopfli v0.8.1 |
| 907 | 2025-03-01T04:12:02.709Z | Downloaded sec1 v0.7.3 |
| 908 | 2025-03-01T04:12:02.709Z | Downloaded pbkdf2 v0.12.2 |
| 909 | 2025-03-01T04:12:02.710Z | Downloaded rustls-pemfile v2.2.0 |
| 910 | 2025-03-01T04:12:02.710Z | Downloaded itertools v0.12.1 |
| 911 | 2025-03-01T04:12:02.710Z | Downloaded password-hash v0.5.0 |
| 912 | 2025-03-01T04:12:02.710Z | Downloaded native-tls v0.2.12 |
| 913 | 2025-03-01T04:12:02.710Z | Downloaded rayon-core v1.12.1 |
| 914 | 2025-03-01T04:12:02.710Z | Downloaded quick-error v1.2.3 |
| 915 | 2025-03-01T04:12:02.710Z | Downloaded aes-gcm v0.10.3 |
| 916 | 2025-03-01T04:12:02.710Z | Downloaded rcgen v0.12.1 |
| 917 | 2025-03-01T04:12:02.710Z | Downloaded postcard v1.0.10 |
| 918 | 2025-03-01T04:12:02.710Z | Downloaded vsss-rs v3.3.4 |
| 919 | 2025-03-01T04:12:02.710Z | Downloaded uuid v1.15.1 |
| 920 | 2025-03-01T04:12:02.710Z | Downloaded num-iter v0.1.45 |
| 921 | 2025-03-01T04:12:02.710Z | Downloaded multer v3.1.0 |
| 922 | 2025-03-01T04:12:02.710Z | Downloaded typify-macro v0.3.0 |
| 923 | 2025-03-01T04:12:02.710Z | Downloaded typify-macro v0.2.0 |
| 924 | 2025-03-01T04:12:02.710Z | Downloaded radium v0.7.0 |
| 925 | 2025-03-01T04:12:02.710Z | Downloaded progenitor-macro v0.9.1 |
| 926 | 2025-03-01T04:12:02.710Z | Downloaded steno v0.4.1 |
| 927 | 2025-03-01T04:12:02.710Z | Downloaded packed_struct_codegen v0.10.1 |
| 928 | 2025-03-01T04:12:02.710Z | Downloaded filetime v0.2.25 |
| 929 | 2025-03-01T04:12:02.710Z | Downloaded termtree v0.5.1 |
| 930 | 2025-03-01T04:12:02.710Z | Downloaded tabwriter v1.4.0 |
| 931 | 2025-03-01T04:12:02.710Z | Downloaded signal-hook v0.3.17 |
| 932 | 2025-03-01T04:12:02.710Z | Downloaded thread_local v1.1.8 |
| 933 | 2025-03-01T04:12:02.710Z | Downloaded password-hash v0.4.2 |
| 934 | 2025-03-01T04:12:02.710Z | Downloaded ed25519-dalek v2.1.1 |
| 935 | 2025-03-01T04:12:02.710Z | Downloaded zerovec v0.10.4 |
| 936 | 2025-03-01T04:12:02.710Z | Downloaded num-conv v0.1.0 |
| 937 | 2025-03-01T04:12:02.710Z | Downloaded normalize-line-endings v0.3.0 |
| 938 | 2025-03-01T04:12:02.710Z | Downloaded sigpipe v0.1.3 |
| 939 | 2025-03-01T04:12:02.710Z | Downloaded vergen v8.3.2 |
| 940 | 2025-03-01T04:12:02.710Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 941 | 2025-03-01T04:12:02.710Z | Downloaded ref-cast v1.0.23 |
| 942 | 2025-03-01T04:12:02.710Z | Downloaded document-features v0.2.10 |
| 943 | 2025-03-01T04:12:02.710Z | Downloaded ron v0.8.1 |
| 944 | 2025-03-01T04:12:02.710Z | Downloaded rand v0.8.5 |
| 945 | 2025-03-01T04:12:02.710Z | Downloaded openssl-probe v0.1.5 |
| 946 | 2025-03-01T04:12:02.710Z | Downloaded rustls-webpki v0.101.7 |
| 947 | 2025-03-01T04:12:02.710Z | Downloaded termtree v0.4.1 |
| 948 | 2025-03-01T04:12:02.711Z | Downloaded take_mut v0.2.2 |
| 949 | 2025-03-01T04:12:02.711Z | Downloaded sync_wrapper v1.0.1 |
| 950 | 2025-03-01T04:12:02.711Z | Downloaded darling_macro v0.20.10 |
| 951 | 2025-03-01T04:12:02.711Z | Downloaded universal-hash v0.5.1 |
| 952 | 2025-03-01T04:12:02.711Z | Downloaded simd-adler32 v0.3.7 |
| 953 | 2025-03-01T04:12:02.711Z | Downloaded num_enum v0.5.11 |
| 954 | 2025-03-01T04:12:02.711Z | Downloaded defmt-macros v0.3.9 |
| 955 | 2025-03-01T04:12:02.711Z | Downloaded postgres-protocol v0.6.8 |
| 956 | 2025-03-01T04:12:02.711Z | Downloaded fixedbitset v0.5.7 |
| 957 | 2025-03-01T04:12:02.711Z | Downloaded typify v0.2.0 |
| 958 | 2025-03-01T04:12:02.711Z | Downloaded shlex v1.3.0 |
| 959 | 2025-03-01T04:12:02.711Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2025-03-01T04:12:02.711Z | Downloaded pkg-config v0.3.31 |
| 961 | 2025-03-01T04:12:02.711Z | Downloaded ff v0.13.0 |
| 962 | 2025-03-01T04:12:02.711Z | Downloaded peg-runtime v0.8.3 |
| 963 | 2025-03-01T04:12:02.711Z | Downloaded strip-ansi-escapes v0.2.0 |
| 964 | 2025-03-01T04:12:02.711Z | Downloaded ecdsa v0.16.9 |
| 965 | 2025-03-01T04:12:02.711Z | Downloaded tokio-rustls v0.24.1 |
| 966 | 2025-03-01T04:12:02.711Z | Downloaded unicode-properties v0.1.3 |
| 967 | 2025-03-01T04:12:02.711Z | Downloaded untrusted v0.9.0 |
| 968 | 2025-03-01T04:12:02.711Z | Downloaded displaydoc v0.2.5 |
| 969 | 2025-03-01T04:12:02.711Z | Downloaded unsafe-libyaml v0.2.11 |
| 970 | 2025-03-01T04:12:02.711Z | Downloaded zone_cfg_derive v0.3.0 |
| 971 | 2025-03-01T04:12:02.711Z | Downloaded precomputed-hash v0.1.1 |
| 972 | 2025-03-01T04:12:02.711Z | Downloaded russh v0.45.0 |
| 973 | 2025-03-01T04:12:02.711Z | Downloaded serde_repr v0.1.19 |
| 974 | 2025-03-01T04:12:02.711Z | Downloaded futures-sink v0.3.31 |
| 975 | 2025-03-01T04:12:02.711Z | Downloaded num_enum_derive v0.5.11 |
| 976 | 2025-03-01T04:12:02.711Z | Downloaded rand_core v0.9.2 |
| 977 | 2025-03-01T04:12:02.711Z | Downloaded serde_plain v1.0.2 |
| 978 | 2025-03-01T04:12:02.711Z | Downloaded dropshot_endpoint v0.16.0 |
| 979 | 2025-03-01T04:12:02.711Z | Downloaded progenitor-macro v0.8.0 |
| 980 | 2025-03-01T04:12:02.711Z | Downloaded supports-color v3.0.2 |
| 981 | 2025-03-01T04:12:02.711Z | Downloaded spki v0.7.3 |
| 982 | 2025-03-01T04:12:02.715Z | Downloaded defmt-parser v0.3.4 |
| 983 | 2025-03-01T04:12:02.715Z | Downloaded spin v0.9.8 |
| 984 | 2025-03-01T04:12:02.715Z | Downloaded parking_lot_core v0.9.10 |
| 985 | 2025-03-01T04:12:02.716Z | Downloaded futures-macro v0.3.31 |
| 986 | 2025-03-01T04:12:02.716Z | Downloaded tap v1.0.1 |
| 987 | 2025-03-01T04:12:02.716Z | Downloaded newtype-uuid v1.2.1 |
| 988 | 2025-03-01T04:12:02.716Z | Downloaded russh-keys v0.45.0 |
| 989 | 2025-03-01T04:12:02.716Z | Downloaded unicode-segmentation v1.12.0 |
| 990 | 2025-03-01T04:12:02.716Z | Downloaded slog-envlogger v2.2.0 |
| 991 | 2025-03-01T04:12:02.716Z | Downloaded sqlformat v0.2.6 |
| 992 | 2025-03-01T04:12:02.716Z | Downloaded des v0.8.1 |
| 993 | 2025-03-01T04:12:02.716Z | Downloaded nom v7.1.3 |
| 994 | 2025-03-01T04:12:02.716Z | Downloaded rand_core v0.6.4 |
| 995 | 2025-03-01T04:12:02.716Z | Downloaded num-derive v0.4.2 |
| 996 | 2025-03-01T04:12:02.716Z | Downloaded dropshot_endpoint v0.12.0 |
| 997 | 2025-03-01T04:12:02.716Z | Downloaded parse-zoneinfo v0.3.1 |
| 998 | 2025-03-01T04:12:02.716Z | Downloaded pkcs8 v0.10.2 |
| 999 | 2025-03-01T04:12:02.716Z | Downloaded smallvec v0.6.14 |
| 1000 | 2025-03-01T04:12:02.716Z | Downloaded parking_lot_core v0.8.6 |
| 1001 | 2025-03-01T04:12:02.716Z | Downloaded zone_cfg_derive v0.1.2 |
| 1002 | 2025-03-01T04:12:02.716Z | Downloaded icu_properties_data v1.5.0 |
| 1003 | 2025-03-01T04:12:02.716Z | Downloaded serde-hex v0.1.0 |
| 1004 | 2025-03-01T04:12:02.716Z | Downloaded socket2 v0.5.8 |
| 1005 | 2025-03-01T04:12:02.716Z | Downloaded zone v0.3.0 |
| 1006 | 2025-03-01T04:12:02.716Z | Downloaded debug-ignore v1.0.5 |
| 1007 | 2025-03-01T04:12:02.716Z | Downloaded rustc_version v0.1.7 |
| 1008 | 2025-03-01T04:12:02.716Z | Downloaded rand_chacha v0.9.0 |
| 1009 | 2025-03-01T04:12:02.716Z | Downloaded futures-task v0.3.31 |
| 1010 | 2025-03-01T04:12:02.716Z | Downloaded subtle v2.6.1 |
| 1011 | 2025-03-01T04:12:02.716Z | Downloaded oso v0.27.3 |
| 1012 | 2025-03-01T04:12:02.716Z | Downloaded term v0.7.0 |
| 1013 | 2025-03-01T04:12:02.716Z | Downloaded derive_more v0.99.19 |
| 1014 | 2025-03-01T04:12:02.716Z | Downloaded sync-ptr v0.1.1 |
| 1015 | 2025-03-01T04:12:02.716Z | Downloaded value-bag v1.9.0 |
| 1016 | 2025-03-01T04:12:02.716Z | Downloaded num-complex v0.4.6 |
| 1017 | 2025-03-01T04:12:02.716Z | Downloaded der v0.7.9 |
| 1018 | 2025-03-01T04:12:02.716Z | Downloaded zerofrom-derive v0.1.4 |
| 1019 | 2025-03-01T04:12:02.716Z | Downloaded slog-json v2.6.1 |
| 1020 | 2025-03-01T04:12:02.716Z | Downloaded pkcs1 v0.7.5 |
| 1021 | 2025-03-01T04:12:02.716Z | Downloaded nu-ansi-term v0.50.1 |
| 1022 | 2025-03-01T04:12:02.717Z | Downloaded tracing-attributes v0.1.27 |
| 1023 | 2025-03-01T04:12:02.717Z | Downloaded peg-macros v0.8.4 |
| 1024 | 2025-03-01T04:12:02.717Z | Downloaded ssh-key v0.6.6 |
| 1025 | 2025-03-01T04:12:02.717Z | Downloaded untrusted v0.7.1 |
| 1026 | 2025-03-01T04:12:02.717Z | Downloaded hashbrown v0.12.3 |
| 1027 | 2025-03-01T04:12:02.717Z | Downloaded polyval v0.6.2 |
| 1028 | 2025-03-01T04:12:02.717Z | Downloaded zerocopy-derive v0.8.10 |
| 1029 | 2025-03-01T04:12:02.717Z | Downloaded papergrid v0.14.0 |
| 1030 | 2025-03-01T04:12:02.717Z | Downloaded sqlparser v0.45.0 |
| 1031 | 2025-03-01T04:12:02.717Z | Downloaded futures-io v0.3.31 |
| 1032 | 2025-03-01T04:12:02.717Z | Downloaded foldhash v0.1.3 |
| 1033 | 2025-03-01T04:12:02.717Z | Downloaded unicode_categories v0.1.1 |
| 1034 | 2025-03-01T04:12:02.717Z | Downloaded tungstenite v0.23.0 |
| 1035 | 2025-03-01T04:12:02.717Z | Downloaded poly1305 v0.8.0 |
| 1036 | 2025-03-01T04:12:02.717Z | Downloaded lalrpop v0.19.12 |
| 1037 | 2025-03-01T04:12:02.717Z | Downloaded flume v0.11.1 |
| 1038 | 2025-03-01T04:12:02.717Z | Downloaded tower v0.5.2 |
| 1039 | 2025-03-01T04:12:02.717Z | Downloaded ena v0.14.3 |
| 1040 | 2025-03-01T04:12:02.717Z | Downloaded slog-scope v4.4.0 |
| 1041 | 2025-03-01T04:12:02.717Z | Downloaded tracing-core v0.1.32 |
| 1042 | 2025-03-01T04:12:02.717Z | Downloaded flate2 v1.1.0 |
| 1043 | 2025-03-01T04:12:02.717Z | Downloaded peg v0.8.4 |
| 1044 | 2025-03-01T04:12:02.717Z | Downloaded tracing v0.1.40 |
| 1045 | 2025-03-01T04:12:02.717Z | Downloaded smallvec v1.14.0 |
| 1046 | 2025-03-01T04:12:02.717Z | Downloaded snafu-derive v0.8.5 |
| 1047 | 2025-03-01T04:12:02.717Z | Downloaded predicates v3.1.3 |
| 1048 | 2025-03-01T04:12:02.717Z | Downloaded aho-corasick v1.1.3 |
| 1049 | 2025-03-01T04:12:02.717Z | Downloaded rustyline v14.0.0 |
| 1050 | 2025-03-01T04:12:02.717Z | Downloaded slog-term v2.9.1 |
| 1051 | 2025-03-01T04:12:02.717Z | Downloaded rayon v1.10.0 |
| 1052 | 2025-03-01T04:12:02.717Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1053 | 2025-03-01T04:12:02.717Z | Downloaded tokio-postgres v0.7.13 |
| 1054 | 2025-03-01T04:12:02.717Z | Downloaded time v0.3.36 |
| 1055 | 2025-03-01T04:12:02.717Z | Downloaded darling v0.20.10 |
| 1056 | 2025-03-01T04:12:02.717Z | Downloaded unicode-normalization v0.1.24 |
| 1057 | 2025-03-01T04:12:02.717Z | Downloaded typed-path v0.9.3 |
| 1058 | 2025-03-01T04:12:02.717Z | Downloaded p384 v0.13.0 |
| 1059 | 2025-03-01T04:12:02.717Z | Downloaded postgres-types v0.2.9 |
| 1060 | 2025-03-01T04:12:02.718Z | Downloaded progenitor-impl v0.9.1 |
| 1061 | 2025-03-01T04:12:02.718Z | Downloaded darling_core v0.20.10 |
| 1062 | 2025-03-01T04:12:02.718Z | Downloaded salty v0.3.0 |
| 1063 | 2025-03-01T04:12:02.718Z | Downloaded h2 v0.4.6 |
| 1064 | 2025-03-01T04:12:02.718Z | Downloaded bindgen v0.71.1 |
| 1065 | 2025-03-01T04:12:02.718Z | Downloaded tokio-util v0.7.13 |
| 1066 | 2025-03-01T04:12:02.718Z | Downloaded futures-util v0.3.31 |
| 1067 | 2025-03-01T04:12:02.718Z | Downloaded smoltcp v0.11.0 |
| 1068 | 2025-03-01T04:12:02.718Z | Downloaded zerocopy v0.8.10 |
| 1069 | 2025-03-01T04:12:02.718Z | Downloaded chrono v0.4.40 |
| 1070 | 2025-03-01T04:12:02.718Z | Downloaded nix v0.29.0 |
| 1071 | 2025-03-01T04:12:02.718Z | Downloaded hickory-proto v0.24.4 |
| 1072 | 2025-03-01T04:12:02.718Z | Downloaded openssl-sys v0.9.106 |
| 1073 | 2025-03-01T04:12:02.718Z | Downloaded vcpkg v0.2.15 |
| 1074 | 2025-03-01T04:12:02.718Z | Downloaded winnow v0.5.40 |
| 1075 | 2025-03-01T04:12:02.718Z | Downloaded bindgen v0.69.5 |
| 1076 | 2025-03-01T04:12:02.718Z | Downloaded num-bigint v0.4.6 |
| 1077 | 2025-03-01T04:12:02.718Z | Downloaded curve25519-dalek v4.1.3 |
| 1078 | 2025-03-01T04:12:02.718Z | Downloaded object v0.30.4 |
| 1079 | 2025-03-01T04:12:02.718Z | Downloaded object v0.36.5 |
| 1080 | 2025-03-01T04:12:02.718Z | Downloaded dropshot v0.16.0 |
| 1081 | 2025-03-01T04:12:02.718Z | Downloaded reedline v0.38.0 |
| 1082 | 2025-03-01T04:12:02.722Z | Downloaded quinn-proto v0.11.8 |
| 1083 | 2025-03-01T04:12:02.722Z | Downloaded quick-xml v0.37.2 |
| 1084 | 2025-03-01T04:12:02.722Z | Downloaded typify-impl v0.2.0 |
| 1085 | 2025-03-01T04:12:02.722Z | Downloaded winnow v0.6.20 |
| 1086 | 2025-03-01T04:12:02.722Z | Downloaded p521 v0.13.3 |
| 1087 | 2025-03-01T04:12:02.722Z | Downloaded unicode-width v0.2.0 |
| 1088 | 2025-03-01T04:12:02.722Z | Downloaded bitvec v1.0.1 |
| 1089 | 2025-03-01T04:12:02.732Z | Downloaded tough v0.19.0 |
| 1090 | 2025-03-01T04:12:02.740Z | Downloaded petname v2.0.2 |
| 1091 | 2025-03-01T04:12:02.749Z | Downloaded typify-impl v0.3.0 |
| 1092 | 2025-03-01T04:12:02.773Z | Downloaded num-bigint-dig v0.8.4 |
| 1093 | 2025-03-01T04:12:02.778Z | Downloaded zerocopy-derive v0.6.6 |
| 1094 | 2025-03-01T04:12:02.789Z | Downloaded git2 v0.19.0 |
| 1095 | 2025-03-01T04:12:02.798Z | Downloaded radix_trie v0.2.1 |
| 1096 | 2025-03-01T04:12:02.803Z | Downloaded lzma-sys v0.1.20 |
| 1097 | 2025-03-01T04:12:02.836Z | Downloaded smoltcp v0.9.1 |
| 1098 | 2025-03-01T04:12:02.846Z | Downloaded diff v0.1.13 |
| 1099 | 2025-03-01T04:12:02.850Z | Downloaded libz-sys v1.1.20 |
| 1100 | 2025-03-01T04:12:02.871Z | Downloaded tabled v0.18.0 |
| 1101 | 2025-03-01T04:12:02.886Z | Downloaded rustls v0.22.4 |
| 1102 | 2025-03-01T04:12:02.899Z | Downloaded webpki-roots v0.26.6 |
| 1103 | 2025-03-01T04:12:02.902Z | Downloaded portable-atomic v1.9.0 |
| 1104 | 2025-03-01T04:12:02.909Z | Downloaded aws-lc-rs v1.12.4 |
| 1105 | 2025-03-01T04:12:02.917Z | Downloaded reqwest v0.12.12 |
| 1106 | 2025-03-01T04:12:02.925Z | Downloaded serde_with_macros v3.12.0 |
| 1107 | 2025-03-01T04:12:02.928Z | Downloaded pkcs5 v0.7.1 |
| 1108 | 2025-03-01T04:12:02.931Z | Downloaded serde_with v3.12.0 |
| 1109 | 2025-03-01T04:12:02.938Z | Downloaded regex v1.11.1 |
| 1110 | 2025-03-01T04:12:02.952Z | Downloaded gimli v0.31.1 |
| 1111 | 2025-03-01T04:12:02.959Z | Downloaded bstr v1.10.0 |
| 1112 | 2025-03-01T04:12:02.968Z | Downloaded zerofrom v0.1.4 |
| 1113 | 2025-03-01T04:12:02.971Z | Downloaded tungstenite v0.24.0 |
| 1114 | 2025-03-01T04:12:02.974Z | Downloaded rustls-webpki v0.102.8 |
| 1115 | 2025-03-01T04:12:02.989Z | Downloaded openssl v0.10.71 |
| 1116 | 2025-03-01T04:12:02.998Z | Downloaded rustls v0.21.12 |
| 1117 | 2025-03-01T04:12:03.011Z | Downloaded regex-syntax v0.8.5 |
| 1118 | 2025-03-01T04:12:03.018Z | Downloaded blake3 v1.5.4 |
| 1119 | 2025-03-01T04:12:03.024Z | Downloaded proptest v1.6.0 |
| 1120 | 2025-03-01T04:12:03.033Z | Downloaded diesel v2.2.7 |
| 1121 | 2025-03-01T04:12:03.052Z | Downloaded defmt v0.3.8 |
| 1122 | 2025-03-01T04:12:03.055Z | Downloaded regex-syntax v0.6.29 |
| 1123 | 2025-03-01T04:12:03.062Z | Downloaded chrono-tz v0.10.1 |
| 1124 | 2025-03-01T04:12:03.070Z | Downloaded rustls v0.23.19 |
| 1125 | 2025-03-01T04:12:03.081Z | Downloaded nix v0.27.1 |
| 1126 | 2025-03-01T04:12:03.092Z | Downloaded polar-core v0.27.3 |
| 1127 | 2025-03-01T04:12:03.101Z | Downloaded dropshot v0.12.0 |
| 1128 | 2025-03-01T04:12:03.127Z | Downloaded nix v0.28.0 |
| 1129 | 2025-03-01T04:12:03.134Z | Downloaded openapiv3 v2.0.0 |
| 1130 | 2025-03-01T04:12:03.181Z | Downloaded regress v0.10.3 |
| 1131 | 2025-03-01T04:12:03.186Z | Downloaded fixedbitset v0.4.2 |
| 1132 | 2025-03-01T04:12:03.186Z | Downloaded twox-hash v2.1.0 |
| 1133 | 2025-03-01T04:12:03.186Z | Downloaded mockall_derive v0.13.1 |
| 1134 | 2025-03-01T04:12:03.186Z | Downloaded difflib v0.4.0 |
| 1135 | 2025-03-01T04:12:03.186Z | Downloaded quinn v0.11.5 |
| 1136 | 2025-03-01T04:12:03.186Z | Downloaded zerocopy v0.6.6 |
| 1137 | 2025-03-01T04:12:03.186Z | Downloaded mio v1.0.2 |
| 1138 | 2025-03-01T04:12:03.186Z | Downloaded hashbrown v0.13.2 |
| 1139 | 2025-03-01T04:12:03.186Z | Downloaded multimap v0.10.0 |
| 1140 | 2025-03-01T04:12:03.186Z | Downloaded derive_builder_macro v0.20.2 |
| 1141 | 2025-03-01T04:12:03.186Z | Downloaded sled v0.34.7 |
| 1142 | 2025-03-01T04:12:03.186Z | Downloaded data-encoding v2.6.0 |
| 1143 | 2025-03-01T04:12:03.186Z | Downloaded primeorder v0.13.6 |
| 1144 | 2025-03-01T04:12:03.191Z | Downloaded tinyvec v1.8.0 |
| 1145 | 2025-03-01T04:12:03.191Z | Downloaded half v2.4.1 |
| 1146 | 2025-03-01T04:12:03.195Z | Downloaded x509-cert v0.2.5 |
| 1147 | 2025-03-01T04:12:03.198Z | Downloaded num-traits v0.2.19 |
| 1148 | 2025-03-01T04:12:03.201Z | Downloaded fatfs v0.3.6 |
| 1149 | 2025-03-01T04:12:03.201Z | Downloaded itertools v0.14.0 |
| 1150 | 2025-03-01T04:12:03.208Z | Downloaded ratatui v0.29.0 |
| 1151 | 2025-03-01T04:12:03.230Z | Downloaded parking_lot v0.12.3 |
| 1152 | 2025-03-01T04:12:03.233Z | Downloaded tabled_derive v0.10.0 |
| 1153 | 2025-03-01T04:12:03.233Z | Downloaded hyper v1.6.0 |
| 1154 | 2025-03-01T04:12:03.237Z | Downloaded hash32 v0.2.1 |
| 1155 | 2025-03-01T04:12:03.240Z | Downloaded pin-project v1.1.6 |
| 1156 | 2025-03-01T04:12:03.249Z | Downloaded expectorate v1.1.0 |
| 1157 | 2025-03-01T04:12:03.253Z | Downloaded zip v0.6.6 |
| 1158 | 2025-03-01T04:12:03.256Z | Downloaded zip v2.1.3 |
| 1159 | 2025-03-01T04:12:03.260Z | Downloaded libxml v0.3.3 |
| 1160 | 2025-03-01T04:12:03.265Z | Downloaded phf_codegen v0.11.2 |
| 1161 | 2025-03-01T04:12:03.269Z | Downloaded percent-encoding v2.3.1 |
| 1162 | 2025-03-01T04:12:03.269Z | Downloaded float-cmp v0.10.0 |
| 1163 | 2025-03-01T04:12:03.269Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1164 | 2025-03-01T04:12:03.337Z | Downloaded tokio-tungstenite v0.23.1 |
| 1165 | 2025-03-01T04:12:03.379Z | Downloaded sct v0.7.1 |
| 1166 | 2025-03-01T04:12:03.379Z | Downloaded parking_lot v0.11.2 |
| 1167 | 2025-03-01T04:12:03.380Z | Downloaded libm v0.2.8 |
| 1168 | 2025-03-01T04:12:03.380Z | Downloaded aes v0.8.4 |
| 1169 | 2025-03-01T04:12:03.380Z | Downloaded tar v0.4.44 |
| 1170 | 2025-03-01T04:12:03.380Z | Downloaded vte v0.11.1 |
| 1171 | 2025-03-01T04:12:03.380Z | Downloaded pin-project-lite v0.2.14 |
| 1172 | 2025-03-01T04:12:03.380Z | Downloaded bumpalo v3.16.0 |
| 1173 | 2025-03-01T04:12:03.380Z | Downloaded backtrace v0.3.74 |
| 1174 | 2025-03-01T04:12:03.416Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1175 | 2025-03-01T04:12:03.416Z | Downloaded crypto-bigint v0.5.5 |
| 1176 | 2025-03-01T04:12:03.417Z | Downloaded qorb v0.2.1 |
| 1177 | 2025-03-01T04:12:03.417Z | Downloaded strum_macros v0.26.4 |
| 1178 | 2025-03-01T04:12:03.417Z | Downloaded const_format v0.2.34 |
| 1179 | 2025-03-01T04:12:03.417Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1180 | 2025-03-01T04:12:03.417Z | Downloaded futures v0.3.31 |
| 1181 | 2025-03-01T04:12:03.417Z | Downloaded minimal-lexical v0.2.1 |
| 1182 | 2025-03-01T04:12:03.417Z | Downloaded http v1.2.0 |
| 1183 | 2025-03-01T04:12:03.417Z | Downloaded pin-project-internal v1.1.6 |
| 1184 | 2025-03-01T04:12:03.417Z | Downloaded pem-rfc7468 v0.7.0 |
| 1185 | 2025-03-01T04:12:03.418Z | Downloaded base64 v0.21.7 |
| 1186 | 2025-03-01T04:12:03.437Z | Downloaded arc-swap v1.7.1 |
| 1187 | 2025-03-01T04:12:03.437Z | Downloaded base64 v0.22.1 |
| 1188 | 2025-03-01T04:12:03.437Z | Downloaded toml v0.7.8 |
| 1189 | 2025-03-01T04:12:03.437Z | Downloaded test-strategy v0.4.0 |
| 1190 | 2025-03-01T04:12:03.438Z | Downloaded ron v0.7.1 |
| 1191 | 2025-03-01T04:12:03.438Z | Downloaded structmeta v0.3.0 |
| 1192 | 2025-03-01T04:12:03.458Z | Downloaded petgraph v0.6.5 |
| 1193 | 2025-03-01T04:12:03.458Z | Downloaded scrypt v0.11.0 |
| 1194 | 2025-03-01T04:12:03.458Z | Downloaded regex-automata v0.4.8 |
| 1195 | 2025-03-01T04:12:03.475Z | Downloaded scopeguard v1.2.0 |
| 1196 | 2025-03-01T04:12:03.475Z | Downloaded same-file v1.0.6 |
| 1197 | 2025-03-01T04:12:03.475Z | Downloaded resolv-conf v0.7.0 |
| 1198 | 2025-03-01T04:12:03.475Z | Downloaded allocator-api2 v0.2.18 |
| 1199 | 2025-03-01T04:12:03.499Z | Downloaded time-macros v0.2.18 |
| 1200 | 2025-03-01T04:12:03.499Z | Downloaded icu_collections v1.5.0 |
| 1201 | 2025-03-01T04:12:03.499Z | Downloaded crossbeam-utils v0.8.20 |
| 1202 | 2025-03-01T04:12:03.499Z | Downloaded petgraph v0.7.1 |
| 1203 | 2025-03-01T04:12:03.518Z | Downloaded icu_properties v1.5.1 |
| 1204 | 2025-03-01T04:12:03.518Z | Downloaded tokio v1.43.0 |
| 1205 | 2025-03-01T04:12:03.551Z | Downloaded csv v1.3.1 |
| 1206 | 2025-03-01T04:12:03.584Z | Downloaded sha3 v0.10.8 |
| 1207 | 2025-03-01T04:12:03.584Z | Downloaded compact_str v0.8.0 |
| 1208 | 2025-03-01T04:12:03.584Z | Downloaded base64 v0.13.1 |
| 1209 | 2025-03-01T04:12:03.584Z | Downloaded structmeta-derive v0.3.0 |
| 1210 | 2025-03-01T04:12:03.584Z | Downloaded sha1 v0.10.6 |
| 1211 | 2025-03-01T04:12:03.612Z | Downloaded clang-sys v1.8.1 |
| 1212 | 2025-03-01T04:12:03.613Z | Downloaded tokio-rustls v0.25.0 |
| 1213 | 2025-03-01T04:12:03.613Z | Downloaded arrayvec v0.7.6 |
| 1214 | 2025-03-01T04:12:03.613Z | Downloaded ahash v0.8.11 |
| 1215 | 2025-03-01T04:12:03.613Z | Downloaded csv-core v0.1.11 |
| 1216 | 2025-03-01T04:12:03.613Z | Downloaded indexmap v1.9.3 |
| 1217 | 2025-03-01T04:12:03.613Z | Downloaded colored v2.2.0 |
| 1218 | 2025-03-01T04:12:03.613Z | Downloaded crc-catalog v2.4.0 |
| 1219 | 2025-03-01T04:12:03.614Z | Downloaded argon2 v0.5.3 |
| 1220 | 2025-03-01T04:12:03.614Z | Downloaded async-trait v0.1.86 |
| 1221 | 2025-03-01T04:12:03.614Z | Downloaded base64ct v1.6.0 |
| 1222 | 2025-03-01T04:12:03.614Z | Downloaded blowfish v0.9.1 |
| 1223 | 2025-03-01T04:12:03.615Z | Downloaded bitfield-struct v0.6.2 |
| 1224 | 2025-03-01T04:12:03.647Z | Downloaded hyper-rustls v0.27.3 |
| 1225 | 2025-03-01T04:12:03.647Z | Downloaded crc v3.2.1 |
| 1226 | 2025-03-01T04:12:03.647Z | Downloaded buf-list v1.0.3 |
| 1227 | 2025-03-01T04:12:03.647Z | Downloaded cexpr v0.6.0 |
| 1228 | 2025-03-01T04:12:03.647Z | Downloaded kstat-rs v0.2.4 |
| 1229 | 2025-03-01T04:12:03.648Z | Downloaded jobserver v0.1.32 |
| 1230 | 2025-03-01T04:12:03.648Z | Downloaded httparse v1.9.5 |
| 1231 | 2025-03-01T04:12:03.648Z | Downloaded indent_write v2.2.0 |
| 1232 | 2025-03-01T04:12:03.648Z | Downloaded humantime v2.1.0 |
| 1233 | 2025-03-01T04:12:03.648Z | Downloaded hex-literal v0.4.1 |
| 1234 | 2025-03-01T04:12:03.648Z | Downloaded const_format_proc_macros v0.2.34 |
| 1235 | 2025-03-01T04:12:03.648Z | Downloaded bitfield v0.14.0 |
| 1236 | 2025-03-01T04:12:03.648Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1237 | 2025-03-01T04:12:03.649Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1238 | 2025-03-01T04:12:03.649Z | Downloaded array-init v0.0.4 |
| 1239 | 2025-03-01T04:12:03.649Z | Downloaded hostname v0.4.0 |
| 1240 | 2025-03-01T04:12:03.649Z | Downloaded bb8 v0.8.5 |
| 1241 | 2025-03-01T04:12:03.649Z | Downloaded heck v0.3.3 |
| 1242 | 2025-03-01T04:12:03.710Z | Downloaded encoding_rs v0.8.34 |
| 1243 | 2025-03-01T04:12:03.749Z | Downloaded ring v0.17.11 |
| 1244 | 2025-03-01T04:12:04.287Z | Downloaded aws-lc-sys v0.26.0 |
| 1245 | 2025-03-01T04:12:04.632Z | Compiling serde v1.0.218 |
| 1246 | 2025-03-01T04:12:04.636Z | Compiling value-bag v1.9.0 |
| 1247 | 2025-03-01T04:12:04.636Z | Compiling lock_api v0.4.12 |
| 1248 | 2025-03-01T04:12:04.636Z | Compiling scopeguard v1.2.0 |
| 1249 | 2025-03-01T04:12:04.636Z | Compiling typenum v1.17.0 |
| 1250 | 2025-03-01T04:12:04.775Z | Compiling generic-array v0.14.7 |
| 1251 | 2025-03-01T04:12:04.816Z | Compiling syn v2.0.98 |
| 1252 | 2025-03-01T04:12:04.830Z | Compiling getrandom v0.2.15 |
| 1253 | 2025-03-01T04:12:04.987Z | Compiling shlex v1.3.0 |
| 1254 | 2025-03-01T04:12:05.140Z | Compiling rand_core v0.6.4 |
| 1255 | 2025-03-01T04:12:05.217Z | Compiling log v0.4.22 |
| 1256 | 2025-03-01T04:12:05.321Z | Compiling subtle v2.6.1 |
| 1257 | 2025-03-01T04:12:05.344Z | Compiling jobserver v0.1.32 |
| 1258 | 2025-03-01T04:12:05.360Z | Compiling smallvec v1.14.0 |
| 1259 | 2025-03-01T04:12:05.617Z | Compiling const-oid v0.9.6 |
| 1260 | 2025-03-01T04:12:05.651Z | Compiling pin-project-lite v0.2.14 |
| 1261 | 2025-03-01T04:12:05.670Z | Compiling parking_lot_core v0.9.10 |
| 1262 | 2025-03-01T04:12:05.739Z | Compiling cc v1.2.15 |
| 1263 | 2025-03-01T04:12:05.783Z | Compiling rustix v0.38.37 |
| 1264 | 2025-03-01T04:12:05.940Z | Compiling futures-core v0.3.31 |
| 1265 | 2025-03-01T04:12:06.069Z | Compiling spin v0.9.8 |
| 1266 | 2025-03-01T04:12:06.185Z | Compiling signal-hook-registry v1.4.2 |
| 1267 | 2025-03-01T04:12:06.440Z | Compiling mio v1.0.2 |
| 1268 | 2025-03-01T04:12:06.611Z | Compiling parking_lot v0.12.3 |
| 1269 | 2025-03-01T04:12:06.666Z | Compiling aho-corasick v1.1.3 |
| 1270 | 2025-03-01T04:12:06.905Z | Compiling futures-sink v0.3.31 |
| 1271 | 2025-03-01T04:12:07.035Z | Compiling cpufeatures v0.2.14 |
| 1272 | 2025-03-01T04:12:07.074Z | Compiling stable_deref_trait v1.2.0 |
| 1273 | 2025-03-01T04:12:07.144Z | Compiling regex-syntax v0.8.5 |
| 1274 | 2025-03-01T04:12:07.195Z | Compiling either v1.14.0 |
| 1275 | 2025-03-01T04:12:07.414Z | Compiling socket2 v0.5.8 |
| 1276 | 2025-03-01T04:12:07.459Z | Compiling slab v0.4.9 |
| 1277 | 2025-03-01T04:12:07.518Z | Compiling glob v0.3.2 |
| 1278 | 2025-03-01T04:12:07.603Z | Compiling prettyplease v0.2.29 |
| 1279 | 2025-03-01T04:12:08.065Z | Compiling lazy_static v1.5.0 |
| 1280 | 2025-03-01T04:12:08.204Z | Compiling serde_json v1.0.139 |
| 1281 | 2025-03-01T04:12:08.293Z | Compiling minimal-lexical v0.2.1 |
| 1282 | 2025-03-01T04:12:08.329Z | Compiling futures-channel v0.3.31 |
| 1283 | 2025-03-01T04:12:08.382Z | Compiling clang-sys v1.8.1 |
| 1284 | 2025-03-01T04:12:08.561Z | Compiling libloading v0.8.5 |
| 1285 | 2025-03-01T04:12:08.724Z | Compiling nom v7.1.3 |
| 1286 | 2025-03-01T04:12:08.799Z | Compiling pin-utils v0.1.0 |
| 1287 | 2025-03-01T04:12:08.904Z | Compiling home v0.5.9 |
| 1288 | 2025-03-01T04:12:08.947Z | Compiling futures-task v0.3.31 |
| 1289 | 2025-03-01T04:12:09.110Z | Compiling bindgen v0.69.5 |
| 1290 | 2025-03-01T04:12:09.135Z | Compiling futures-io v0.3.31 |
| 1291 | 2025-03-01T04:12:09.426Z | Compiling itertools v0.12.1 |
| 1292 | 2025-03-01T04:12:09.518Z | Compiling rustc-hash v1.1.0 |
| 1293 | 2025-03-01T04:12:09.684Z | Compiling lazycell v1.3.0 |
| 1294 | 2025-03-01T04:12:09.863Z | Compiling libm v0.2.8 |
| 1295 | 2025-03-01T04:12:09.972Z | Compiling foldhash v0.1.3 |
| 1296 | 2025-03-01T04:12:10.222Z | Compiling allocator-api2 v0.2.18 |
| 1297 | 2025-03-01T04:12:10.314Z | Compiling cmake v0.1.51 |
| 1298 | 2025-03-01T04:12:10.942Z | Compiling regex-automata v0.4.8 |
| 1299 | 2025-03-01T04:12:11.141Z | Compiling hashbrown v0.15.1 |
| 1300 | 2025-03-01T04:12:11.346Z | Compiling num-traits v0.2.19 |
| 1301 | 2025-03-01T04:12:11.658Z | Compiling pkg-config v0.3.31 |
| 1302 | 2025-03-01T04:12:12.007Z | Compiling synstructure v0.13.1 |
| 1303 | 2025-03-01T04:12:12.337Z | Compiling cexpr v0.6.0 |
| 1304 | 2025-03-01T04:12:12.943Z | Compiling dunce v1.0.5 |
| 1305 | 2025-03-01T04:12:13.094Z | Compiling fs_extra v1.3.0 |
| 1306 | 2025-03-01T04:12:13.444Z | Compiling getrandom v0.3.1 |
| 1307 | 2025-03-01T04:12:13.636Z | Compiling litemap v0.7.3 |
| 1308 | 2025-03-01T04:12:13.912Z | Compiling writeable v0.5.5 |
| 1309 | 2025-03-01T04:12:14.014Z | Compiling ring v0.17.11 |
| 1310 | 2025-03-01T04:12:14.129Z | Compiling base64ct v1.6.0 |
| 1311 | 2025-03-01T04:12:14.691Z | Compiling paste v1.0.15 |
| 1312 | 2025-03-01T04:12:14.711Z | Compiling pem-rfc7468 v0.7.0 |
| 1313 | 2025-03-01T04:12:15.262Z | Compiling httparse v1.9.5 |
| 1314 | 2025-03-01T04:12:15.331Z | Compiling flagset v0.4.6 |
| 1315 | 2025-03-01T04:12:15.538Z | Compiling aws-lc-rs v1.12.4 |
| 1316 | 2025-03-01T04:12:15.558Z | Compiling icu_locid_transform_data v1.5.0 |
| 1317 | 2025-03-01T04:12:15.967Z | Compiling tracing-core v0.1.32 |
| 1318 | 2025-03-01T04:12:16.011Z | Compiling rustls-pki-types v1.10.0 |
| 1319 | 2025-03-01T04:12:16.029Z | Compiling percent-encoding v2.3.1 |
| 1320 | 2025-03-01T04:12:16.317Z | Compiling regex v1.11.1 |
| 1321 | 2025-03-01T04:12:16.671Z | Compiling crossbeam-utils v0.8.20 |
| 1322 | 2025-03-01T04:12:16.861Z | Compiling icu_properties_data v1.5.0 |
| 1323 | 2025-03-01T04:12:17.007Z | Compiling serde_derive v1.0.218 |
| 1324 | 2025-03-01T04:12:17.070Z | Compiling zeroize_derive v1.4.2 |
| 1325 | 2025-03-01T04:12:17.100Z | Compiling zerocopy-derive v0.7.35 |
| 1326 | 2025-03-01T04:12:17.183Z | Compiling tokio-macros v2.5.0 |
| 1327 | 2025-03-01T04:12:17.203Z | Compiling zerofrom-derive v0.1.4 |
| 1328 | 2025-03-01T04:12:18.467Z | Compiling zeroize v1.8.1 |
| 1329 | 2025-03-01T04:12:18.631Z | Compiling yoke-derive v0.7.4 |
| 1330 | 2025-03-01T04:12:19.064Z | Compiling zerocopy v0.7.35 |
| 1331 | 2025-03-01T04:12:19.377Z | Compiling zerovec-derive v0.10.3 |
| 1332 | 2025-03-01T04:12:20.035Z | Compiling crypto-common v0.1.6 |
| 1333 | 2025-03-01T04:12:20.276Z | Compiling block-buffer v0.10.4 |
| 1334 | 2025-03-01T04:12:20.332Z | Compiling futures-macro v0.3.31 |
| 1335 | 2025-03-01T04:12:20.497Z | Compiling digest v0.10.7 |
| 1336 | 2025-03-01T04:12:20.528Z | Compiling zerofrom v0.1.4 |
| 1337 | 2025-03-01T04:12:20.684Z | Compiling thiserror-impl v1.0.69 |
| 1338 | 2025-03-01T04:12:20.752Z | Compiling displaydoc v0.2.5 |
| 1339 | 2025-03-01T04:12:20.980Z | Compiling hmac v0.12.1 |
| 1340 | 2025-03-01T04:12:21.052Z | Compiling yoke v0.7.4 |
| 1341 | 2025-03-01T04:12:21.153Z | Compiling block-padding v0.3.3 |
| 1342 | 2025-03-01T04:12:21.231Z | Compiling ppv-lite86 v0.2.20 |
| 1343 | 2025-03-01T04:12:21.408Z | Compiling inout v0.1.3 |
| 1344 | 2025-03-01T04:12:21.429Z | Compiling sha2 v0.10.8 |
| 1345 | 2025-03-01T04:12:21.690Z | Compiling cipher v0.4.4 |
| 1346 | 2025-03-01T04:12:21.763Z | Compiling zerovec v0.10.4 |
| 1347 | 2025-03-01T04:12:21.934Z | Compiling icu_provider_macros v1.5.0 |
| 1348 | 2025-03-01T04:12:22.147Z | Compiling futures-util v0.3.31 |
| 1349 | 2025-03-01T04:12:22.171Z | Compiling der_derive v0.7.3 |
| 1350 | 2025-03-01T04:12:22.245Z | Compiling tracing-attributes v0.1.27 |
| 1351 | 2025-03-01T04:12:23.020Z | Compiling salsa20 v0.10.2 |
| 1352 | 2025-03-01T04:12:23.261Z | Compiling pbkdf2 v0.12.2 |
| 1353 | 2025-03-01T04:12:23.438Z | Compiling tinystr v0.7.6 |
| 1354 | 2025-03-01T04:12:23.570Z | Compiling thiserror v1.0.69 |
| 1355 | 2025-03-01T04:12:23.727Z | Compiling icu_collections v1.5.0 |
| 1356 | 2025-03-01T04:12:23.746Z | Compiling pest v2.7.14 |
| 1357 | 2025-03-01T04:12:23.826Z | Compiling icu_locid v1.5.0 |
| 1358 | 2025-03-01T04:12:24.484Z | Compiling der v0.7.9 |
| 1359 | 2025-03-01T04:12:24.915Z | Compiling icu_provider v1.5.0 |
| 1360 | 2025-03-01T04:12:25.515Z | Compiling tracing v0.1.40 |
| 1361 | 2025-03-01T04:12:25.690Z | Compiling icu_locid_transform v1.5.0 |
| 1362 | 2025-03-01T04:12:25.742Z | Compiling num-conv v0.1.0 |
| 1363 | 2025-03-01T04:12:25.881Z | Compiling utf8_iter v1.0.4 |
| 1364 | 2025-03-01T04:12:26.015Z | Compiling icu_normalizer_data v1.5.0 |
| 1365 | 2025-03-01T04:12:26.039Z | Compiling powerfmt v0.2.0 |
| 1366 | 2025-03-01T04:12:26.119Z | Compiling write16 v1.0.0 |
| 1367 | 2025-03-01T04:12:26.139Z | Compiling vcpkg v0.2.15 |
| 1368 | 2025-03-01T04:12:26.264Z | Compiling untrusted v0.9.0 |
| 1369 | 2025-03-01T04:12:26.382Z | Compiling spki v0.7.3 |
| 1370 | 2025-03-01T04:12:26.447Z | Compiling untrusted v0.7.1 |
| 1371 | 2025-03-01T04:12:26.645Z | Compiling time-core v0.1.2 |
| 1372 | 2025-03-01T04:12:26.722Z | Compiling utf16_iter v1.0.5 |
| 1373 | 2025-03-01T04:12:26.807Z | Compiling time-macros v0.2.18 |
| 1374 | 2025-03-01T04:12:26.927Z | Compiling icu_properties v1.5.1 |
| 1375 | 2025-03-01T04:12:27.327Z | Compiling deranged v0.3.11 |
| 1376 | 2025-03-01T04:12:27.357Z | Compiling pest_meta v2.7.14 |
| 1377 | 2025-03-01T04:12:27.867Z | Compiling openssl-sys v0.9.106 |
| 1378 | 2025-03-01T04:12:28.790Z | Compiling scrypt v0.11.0 |
| 1379 | 2025-03-01T04:12:28.945Z | Compiling aes v0.8.4 |
| 1380 | 2025-03-01T04:12:29.028Z | Compiling cbc v0.1.2 |
| 1381 | 2025-03-01T04:12:29.275Z | Compiling bitflags v2.6.0 |
| 1382 | 2025-03-01T04:12:29.296Z | Compiling bytes v1.10.0 |
| 1383 | 2025-03-01T04:12:29.787Z | Compiling semver v1.0.25 |
| 1384 | 2025-03-01T04:12:30.455Z | Compiling tokio v1.43.0 |
| 1385 | 2025-03-01T04:12:30.676Z | Compiling indexmap v2.7.1 |
| 1386 | 2025-03-01T04:12:30.995Z | Compiling http v1.2.0 |
| 1387 | 2025-03-01T04:12:31.431Z | Compiling icu_normalizer v1.5.0 |
| 1388 | 2025-03-01T04:12:31.562Z | Compiling rustc_version v0.4.1 |
| 1389 | 2025-03-01T04:12:31.627Z | Compiling scroll_derive v0.12.0 |
| 1390 | 2025-03-01T04:12:31.934Z | Compiling num_threads v0.1.7 |
| 1391 | 2025-03-01T04:12:32.082Z | Compiling tinyvec_macros v0.1.1 |
| 1392 | 2025-03-01T04:12:32.186Z | Compiling atomic-waker v1.1.2 |
| 1393 | 2025-03-01T04:12:32.232Z | Compiling tinyvec v1.8.0 |
| 1394 | 2025-03-01T04:12:32.380Z | Compiling http-body v1.0.1 |
| 1395 | 2025-03-01T04:12:32.503Z | Compiling idna_adapter v1.2.0 |
| 1396 | 2025-03-01T04:12:32.638Z | Compiling time v0.3.36 |
| 1397 | 2025-03-01T04:12:32.777Z | Compiling pkcs5 v0.7.1 |
| 1398 | 2025-03-01T04:12:33.037Z | Compiling scroll v0.12.0 |
| 1399 | 2025-03-01T04:12:33.148Z | Compiling pest_generator v2.7.14 |
| 1400 | 2025-03-01T04:12:33.231Z | Compiling which v4.4.2 |
| 1401 | 2025-03-01T04:12:33.758Z | Compiling rand_chacha v0.3.1 |
| 1402 | 2025-03-01T04:12:33.778Z | Compiling form_urlencoded v1.2.1 |
| 1403 | 2025-03-01T04:12:33.825Z | Compiling try-lock v0.2.5 |
| 1404 | 2025-03-01T04:12:33.991Z | Compiling zerocopy v0.8.10 |
| 1405 | 2025-03-01T04:12:34.096Z | Compiling slog v2.7.0 |
| 1406 | 2025-03-01T04:12:34.243Z | Compiling goblin v0.8.2 |
| 1407 | 2025-03-01T04:12:34.675Z | Compiling rand v0.8.5 |
| 1408 | 2025-03-01T04:12:34.855Z | Compiling want v0.3.1 |
| 1409 | 2025-03-01T04:12:34.935Z | Compiling pest_derive v2.7.14 |
| 1410 | 2025-03-01T04:12:35.149Z | Compiling pkcs8 v0.10.2 |
| 1411 | 2025-03-01T04:12:35.730Z | Compiling idna v1.0.3 |
| 1412 | 2025-03-01T04:12:35.796Z | Compiling uuid v1.15.1 |
| 1413 | 2025-03-01T04:12:35.996Z | Compiling zerocopy-derive v0.8.10 |
| 1414 | 2025-03-01T04:12:36.651Z | Compiling tower-service v0.3.3 |
| 1415 | 2025-03-01T04:12:36.809Z | Compiling iana-time-zone v0.1.61 |
| 1416 | 2025-03-01T04:12:37.080Z | Compiling httpdate v1.0.3 |
| 1417 | 2025-03-01T04:12:37.160Z | Compiling chrono v0.4.40 |
| 1418 | 2025-03-01T04:12:37.231Z | Compiling dtrace-parser v0.2.0 |
| 1419 | 2025-03-01T04:12:37.510Z | Compiling toml_datetime v0.6.8 |
| 1420 | 2025-03-01T04:12:37.990Z | Compiling serde_spanned v0.6.8 |
| 1421 | 2025-03-01T04:12:38.076Z | Compiling serde_tokenstream v0.2.2 |
| 1422 | 2025-03-01T04:12:38.243Z | Compiling tokio-util v0.7.13 |
| 1423 | 2025-03-01T04:12:38.647Z | Compiling match_cfg v0.1.0 |
| 1424 | 2025-03-01T04:12:38.758Z | Compiling base64 v0.22.1 |
| 1425 | 2025-03-01T04:12:39.009Z | Compiling foreign-types-shared v0.1.1 |
| 1426 | 2025-03-01T04:12:39.142Z | Compiling h2 v0.4.6 |
| 1427 | 2025-03-01T04:12:39.426Z | Compiling openssl v0.10.71 |
| 1428 | 2025-03-01T04:12:39.447Z | Compiling rustversion v1.0.17 |
| 1429 | 2025-03-01T04:12:39.849Z | Compiling adler2 v2.0.0 |
| 1430 | 2025-03-01T04:12:40.053Z | Compiling dof v0.3.0 |
| 1431 | 2025-03-01T04:12:40.172Z | Compiling miniz_oxide v0.8.5 |
| 1432 | 2025-03-01T04:12:40.466Z | Compiling foreign-types v0.3.2 |
| 1433 | 2025-03-01T04:12:40.579Z | Compiling hostname v0.3.1 |
| 1434 | 2025-03-01T04:12:40.803Z | Compiling usdt-impl v0.5.0 |
| 1435 | 2025-03-01T04:12:41.638Z | Compiling rand_core v0.9.2 |
| 1436 | 2025-03-01T04:12:41.687Z | Compiling url v2.5.3 |
| 1437 | 2025-03-01T04:12:42.054Z | Compiling openssl-macros v0.1.1 |
| 1438 | 2025-03-01T04:12:42.117Z | Compiling async-trait v0.1.86 |
| 1439 | 2025-03-01T04:12:42.816Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2025-03-01T04:12:43.055Z | Compiling dirs-sys-next v0.1.2 |
| 1441 | 2025-03-01T04:12:43.232Z | Compiling rustls v0.22.4 |
| 1442 | 2025-03-01T04:12:43.255Z | Compiling data-encoding v2.6.0 |
| 1443 | 2025-03-01T04:12:43.415Z | Compiling rustls v0.23.19 |
| 1444 | 2025-03-01T04:12:43.531Z | Compiling schemars v0.8.22 |
| 1445 | 2025-03-01T04:12:43.602Z | Compiling native-tls v0.2.12 |
| 1446 | 2025-03-01T04:12:43.714Z | Compiling syn v1.0.109 |
| 1447 | 2025-03-01T04:12:43.880Z | Compiling siphasher v0.3.11 |
| 1448 | 2025-03-01T04:12:44.045Z | Compiling dirs-next v2.0.0 |
| 1449 | 2025-03-01T04:12:44.242Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2025-03-01T04:12:44.525Z | Compiling unicode-normalization v0.1.24 |
| 1451 | 2025-03-01T04:12:45.034Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2025-03-01T04:12:45.070Z | Compiling http-body-util v0.1.2 |
| 1453 | 2025-03-01T04:12:45.533Z | Compiling heapless v0.7.17 |
| 1454 | 2025-03-01T04:12:45.583Z | Compiling crossbeam-epoch v0.9.18 |
| 1455 | 2025-03-01T04:12:45.589Z | Compiling sha1 v0.10.6 |
| 1456 | 2025-03-01T04:12:45.985Z | Compiling signature v2.2.0 |
| 1457 | 2025-03-01T04:12:46.006Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1458 | 2025-03-01T04:12:46.283Z | Compiling hyper v1.6.0 |
| 1459 | 2025-03-01T04:12:46.296Z | Compiling thread_local v1.1.8 |
| 1460 | 2025-03-01T04:12:46.308Z | Compiling cookie v0.18.1 |
| 1461 | 2025-03-01T04:12:46.468Z | Compiling encoding_rs v0.8.34 |
| 1462 | 2025-03-01T04:12:46.629Z | Compiling multer v3.1.0 |
| 1463 | 2025-03-01T04:12:46.786Z | Compiling unicode-properties v0.1.3 |
| 1464 | 2025-03-01T04:12:46.931Z | Compiling ipnet v2.11.0 |
| 1465 | 2025-03-01T04:12:47.183Z | Compiling openssl-probe v0.1.5 |
| 1466 | 2025-03-01T04:12:47.505Z | Compiling unicode-bidi v0.3.17 |
| 1467 | 2025-03-01T04:12:47.977Z | Compiling rayon-core v1.12.1 |
| 1468 | 2025-03-01T04:12:47.998Z | Compiling slog-async v2.8.0 |
| 1469 | 2025-03-01T04:12:48.289Z | Compiling dyn-clone v1.0.18 |
| 1470 | 2025-03-01T04:12:48.513Z | Compiling gimli v0.31.1 |
| 1471 | 2025-03-01T04:12:48.532Z | Compiling hyper-util v0.1.10 |
| 1472 | 2025-03-01T04:12:48.807Z | Compiling mime v0.3.17 |
| 1473 | 2025-03-01T04:12:48.828Z | Compiling signal-hook v0.3.17 |
| 1474 | 2025-03-01T04:12:49.291Z | Compiling stringprep v0.1.5 |
| 1475 | 2025-03-01T04:12:50.339Z | Compiling toml_edit v0.22.24 |
| 1476 | 2025-03-01T04:12:50.514Z | Compiling crossbeam-deque v0.8.5 |
| 1477 | 2025-03-01T04:12:50.952Z | Compiling rand v0.9.0 |
| 1478 | 2025-03-01T04:12:51.722Z | Compiling term v0.7.0 |
| 1479 | 2025-03-01T04:12:52.150Z | Compiling usdt-macro v0.5.0 |
| 1480 | 2025-03-01T04:12:52.426Z | Compiling usdt-attr-macro v0.5.0 |
| 1481 | 2025-03-01T04:12:52.622Z | Compiling addr2line v0.24.2 |
| 1482 | 2025-03-01T04:12:52.939Z | Compiling slog-json v2.6.1 |
| 1483 | 2025-03-01T04:12:53.108Z | Compiling serde_urlencoded v0.7.1 |
| 1484 | 2025-03-01T04:12:53.300Z | Compiling curve25519-dalek v4.1.3 |
| 1485 | 2025-03-01T04:12:53.375Z | Compiling crossbeam-channel v0.5.13 |
| 1486 | 2025-03-01T04:12:53.542Z | Compiling futures-executor v0.3.31 |
| 1487 | 2025-03-01T04:12:53.601Z | Compiling enum-as-inner v0.6.1 |
| 1488 | 2025-03-01T04:12:53.946Z | Compiling md-5 v0.10.6 |
| 1489 | 2025-03-01T04:12:53.968Z | Compiling async-stream-impl v0.3.6 |
| 1490 | 2025-03-01T04:12:54.049Z | Compiling rustls-pemfile v2.2.0 |
| 1491 | 2025-03-01T04:12:54.229Z | Compiling num-integer v0.1.46 |
| 1492 | 2025-03-01T04:12:54.358Z | Compiling hash32 v0.2.1 |
| 1493 | 2025-03-01T04:12:54.380Z | Compiling ff v0.13.0 |
| 1494 | 2025-03-01T04:12:54.607Z | Compiling is-terminal v0.4.13 |
| 1495 | 2025-03-01T04:12:54.628Z | Compiling object v0.36.5 |
| 1496 | 2025-03-01T04:12:54.719Z | Compiling dropshot v0.12.0 |
| 1497 | 2025-03-01T04:12:54.748Z | Compiling memoffset v0.9.1 |
| 1498 | 2025-03-01T04:12:54.897Z | Compiling portable-atomic v1.9.0 |
| 1499 | 2025-03-01T04:12:55.043Z | Compiling litrs v0.4.1 |
| 1500 | 2025-03-01T04:12:55.094Z | Compiling quick-error v1.2.3 |
| 1501 | 2025-03-01T04:12:55.175Z | Compiling rustc-demangle v0.1.24 |
| 1502 | 2025-03-01T04:12:55.254Z | Compiling utf-8 v0.7.6 |
| 1503 | 2025-03-01T04:12:55.581Z | Compiling num-bigint-dig v0.8.4 |
| 1504 | 2025-03-01T04:12:55.832Z | Compiling take_mut v0.2.2 |
| 1505 | 2025-03-01T04:12:55.916Z | Compiling linked-hash-map v0.5.6 |
| 1506 | 2025-03-01T04:12:56.000Z | Compiling fallible-iterator v0.2.0 |
| 1507 | 2025-03-01T04:12:56.020Z | Compiling cfg_aliases v0.2.1 |
| 1508 | 2025-03-01T04:12:56.124Z | Compiling base16ct v0.2.0 |
| 1509 | 2025-03-01T04:12:56.142Z | Compiling smoltcp v0.9.1 |
| 1510 | 2025-03-01T04:12:56.244Z | Compiling anyhow v1.0.96 |
| 1511 | 2025-03-01T04:12:56.425Z | Compiling psl-types v2.0.11 |
| 1512 | 2025-03-01T04:12:56.636Z | Compiling postgres-protocol v0.6.8 |
| 1513 | 2025-03-01T04:12:56.687Z | Compiling publicsuffix v2.3.0 |
| 1514 | 2025-03-01T04:12:56.827Z | Compiling sec1 v0.7.3 |
| 1515 | 2025-03-01T04:12:56.968Z | Compiling lru-cache v0.1.2 |
| 1516 | 2025-03-01T04:12:57.179Z | Compiling nix v0.29.0 |
| 1517 | 2025-03-01T04:12:57.241Z | Compiling document-features v0.2.10 |
| 1518 | 2025-03-01T04:12:57.453Z | Compiling tungstenite v0.24.0 |
| 1519 | 2025-03-01T04:12:57.779Z | Compiling resolv-conf v0.7.0 |
| 1520 | 2025-03-01T04:12:58.043Z | Compiling async-stream v0.3.6 |
| 1521 | 2025-03-01T04:12:58.386Z | Compiling slog-term v2.9.1 |
| 1522 | 2025-03-01T04:12:58.439Z | Compiling num-iter v0.1.45 |
| 1523 | 2025-03-01T04:12:58.499Z | Compiling usdt v0.5.0 |
| 1524 | 2025-03-01T04:12:58.645Z | Compiling hickory-proto v0.24.4 |
| 1525 | 2025-03-01T04:12:58.980Z | Compiling group v0.13.0 |
| 1526 | 2025-03-01T04:12:59.434Z | Compiling futures v0.3.31 |
| 1527 | 2025-03-01T04:12:59.459Z | Compiling toml v0.8.20 |
| 1528 | 2025-03-01T04:12:59.492Z | Compiling slog-bunyan v2.5.0 |
| 1529 | 2025-03-01T04:13:00.621Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2025-03-01T04:13:00.652Z | Compiling camino v1.1.9 |
| 1531 | 2025-03-01T04:13:00.940Z | Compiling phf_shared v0.11.2 |
| 1532 | 2025-03-01T04:13:00.971Z | Compiling dropshot_endpoint v0.12.0 |
| 1533 | 2025-03-01T04:13:01.313Z | Compiling backtrace v0.3.74 |
| 1534 | 2025-03-01T04:13:01.486Z | Compiling terminal_size v0.4.0 |
| 1535 | 2025-03-01T04:13:01.625Z | Compiling waitgroup v0.1.2 |
| 1536 | 2025-03-01T04:13:01.726Z | Compiling openapiv3 v2.0.0 |
| 1537 | 2025-03-01T04:13:01.768Z | Compiling serde_path_to_error v0.1.16 |
| 1538 | 2025-03-01T04:13:01.856Z | Compiling hkdf v0.12.4 |
| 1539 | 2025-03-01T04:13:02.126Z | Compiling crypto-bigint v0.5.5 |
| 1540 | 2025-03-01T04:13:02.552Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1541 | 2025-03-01T04:13:03.145Z | Compiling hubpack_derive v0.1.1 |
| 1542 | 2025-03-01T04:13:03.967Z | Compiling zerocopy-derive v0.6.6 |
| 1543 | 2025-03-01T04:13:04.001Z | Compiling webpki-roots v0.26.6 |
| 1544 | 2025-03-01T04:13:04.191Z | Compiling sync_wrapper v1.0.1 |
| 1545 | 2025-03-01T04:13:04.233Z | Compiling hostname v0.4.0 |
| 1546 | 2025-03-01T04:13:04.366Z | Compiling crc32fast v1.4.2 |
| 1547 | 2025-03-01T04:13:04.455Z | Compiling ahash v0.8.11 |
| 1548 | 2025-03-01T04:13:04.700Z | Compiling fs-err v2.11.0 |
| 1549 | 2025-03-01T04:13:04.819Z | Compiling winnow v0.5.40 |
| 1550 | 2025-03-01T04:13:05.020Z | Compiling debug-ignore v1.0.5 |
| 1551 | 2025-03-01T04:13:05.049Z | Compiling tower-layer v0.3.3 |
| 1552 | 2025-03-01T04:13:05.187Z | Compiling newtype-uuid v1.2.1 |
| 1553 | 2025-03-01T04:13:05.342Z | Compiling managed v0.8.0 |
| 1554 | 2025-03-01T04:13:05.498Z | Compiling unicode-width v0.2.0 |
| 1555 | 2025-03-01T04:13:05.709Z | Compiling clap_builder v4.5.31 |
| 1556 | 2025-03-01T04:13:05.802Z | Compiling zerocopy v0.6.6 |
| 1557 | 2025-03-01T04:13:06.016Z | Compiling console v0.15.10 |
| 1558 | 2025-03-01T04:13:06.571Z | Compiling strum_macros v0.25.3 |
| 1559 | 2025-03-01T04:13:07.400Z | Compiling tower v0.5.2 |
| 1560 | 2025-03-01T04:13:07.415Z | Compiling elliptic-curve v0.13.8 |
| 1561 | 2025-03-01T04:13:07.897Z | Compiling flate2 v1.1.0 |
| 1562 | 2025-03-01T04:13:08.090Z | Compiling toml_edit v0.19.15 |
| 1563 | 2025-03-01T04:13:08.186Z | Compiling hubpack v0.1.2 |
| 1564 | 2025-03-01T04:13:08.226Z | Compiling hickory-resolver v0.24.4 |
| 1565 | 2025-03-01T04:13:08.773Z | Compiling signal-hook-mio v0.2.4 |
| 1566 | 2025-03-01T04:13:08.957Z | Compiling phf v0.11.2 |
| 1567 | 2025-03-01T04:13:09.249Z | Compiling hyper-tls v0.6.0 |
| 1568 | 2025-03-01T04:13:09.364Z | Compiling rayon v1.10.0 |
| 1569 | 2025-03-01T04:13:09.670Z | Compiling cookie_store v0.21.1 |
| 1570 | 2025-03-01T04:13:10.161Z | Compiling bzip2 v0.4.4 |
| 1571 | 2025-03-01T04:13:11.000Z | Compiling tokio-tungstenite v0.24.0 |
| 1572 | 2025-03-01T04:13:12.971Z | Compiling postgres-types v0.2.9 |
| 1573 | 2025-03-01T04:13:13.452Z | Compiling ed25519 v2.2.3 |
| 1574 | 2025-03-01T04:13:13.614Z | Compiling phf_shared v0.10.0 |
| 1575 | 2025-03-01T04:13:13.773Z | Compiling tokio-stream v0.1.17 |
| 1576 | 2025-03-01T04:13:13.977Z | Compiling pkcs1 v0.7.5 |
| 1577 | 2025-03-01T04:13:14.263Z | Compiling serde-big-array v0.5.1 |
| 1578 | 2025-03-01T04:13:14.508Z | Compiling clap_derive v4.5.28 |
| 1579 | 2025-03-01T04:13:14.706Z | Compiling rfc6979 v0.4.0 |
| 1580 | 2025-03-01T04:13:14.817Z | Compiling derive-where v1.2.7 |
| 1581 | 2025-03-01T04:13:14.908Z | Compiling serde_repr v0.1.19 |
| 1582 | 2025-03-01T04:13:14.912Z | Compiling bstr v1.10.0 |
| 1583 | 2025-03-01T04:13:15.210Z | Compiling float-cmp v0.10.0 |
| 1584 | 2025-03-01T04:13:15.469Z | Compiling static_assertions v1.1.0 |
| 1585 | 2025-03-01T04:13:15.586Z | Compiling fixedbitset v0.4.2 |
| 1586 | 2025-03-01T04:13:16.012Z | Compiling difflib v0.4.0 |
| 1587 | 2025-03-01T04:13:16.042Z | Compiling bit-vec v0.6.3 |
| 1588 | 2025-03-01T04:13:16.083Z | Compiling predicates-core v1.0.8 |
| 1589 | 2025-03-01T04:13:16.375Z | Compiling unicode-segmentation v1.12.0 |
| 1590 | 2025-03-01T04:13:16.415Z | Compiling whoami v1.5.2 |
| 1591 | 2025-03-01T04:13:16.446Z | Compiling number_prefix v0.4.0 |
| 1592 | 2025-03-01T04:13:16.688Z | Compiling new_debug_unreachable v1.0.6 |
| 1593 | 2025-03-01T04:13:16.805Z | Compiling normalize-line-endings v0.3.0 |
| 1594 | 2025-03-01T04:13:16.952Z | Compiling precomputed-hash v0.1.1 |
| 1595 | 2025-03-01T04:13:16.973Z | Compiling predicates v3.1.3 |
| 1596 | 2025-03-01T04:13:17.092Z | Compiling string_cache v0.8.7 |
| 1597 | 2025-03-01T04:13:17.224Z | Compiling similar v2.7.0 |
| 1598 | 2025-03-01T04:13:17.304Z | Compiling tokio-postgres v0.7.13 |
| 1599 | 2025-03-01T04:13:17.496Z | Compiling indicatif v0.17.11 |
| 1600 | 2025-03-01T04:13:17.885Z | Compiling bit-set v0.5.3 |
| 1601 | 2025-03-01T04:13:18.169Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1602 | 2025-03-01T04:13:18.503Z | Compiling petgraph v0.6.5 |
| 1603 | 2025-03-01T04:13:18.923Z | Compiling clap v4.5.31 |
| 1604 | 2025-03-01T04:13:19.047Z | Compiling ecdsa v0.16.9 |
| 1605 | 2025-03-01T04:13:19.325Z | Compiling rsa v0.9.6 |
| 1606 | 2025-03-01T04:13:19.456Z | Compiling ed25519-dalek v2.1.1 |
| 1607 | 2025-03-01T04:13:20.732Z | Compiling toml v0.7.8 |
| 1608 | 2025-03-01T04:13:21.831Z | Compiling zip v0.6.6 |
| 1609 | 2025-03-01T04:13:22.004Z | Compiling crossterm v0.28.1 |
| 1610 | 2025-03-01T04:13:23.083Z | Compiling hex v0.4.3 |
| 1611 | 2025-03-01T04:13:23.123Z | Compiling x509-cert v0.2.5 |
| 1612 | 2025-03-01T04:13:23.504Z | Compiling itertools v0.10.5 |
| 1613 | 2025-03-01T04:13:23.678Z | Compiling peg-runtime v0.8.3 |
| 1614 | 2025-03-01T04:13:24.247Z | Compiling lalrpop-util v0.19.12 |
| 1615 | 2025-03-01T04:13:24.268Z | Compiling unicode-xid v0.2.6 |
| 1616 | 2025-03-01T04:13:24.368Z | Compiling strum_macros v0.26.4 |
| 1617 | 2025-03-01T04:13:24.475Z | Compiling xattr v1.3.1 |
| 1618 | 2025-03-01T04:13:24.614Z | Compiling filetime v0.2.25 |
| 1619 | 2025-03-01T04:13:24.910Z | Compiling tar v0.4.44 |
| 1620 | 2025-03-01T04:13:28.802Z | Compiling strum v0.26.3 |
| 1621 | 2025-03-01T04:13:31.433Z | Compiling aws-lc-sys v0.26.0 |
| 1622 | 2025-03-01T04:14:00.657Z | Compiling rustls-webpki v0.102.8 |
| 1623 | 2025-03-01T04:14:03.772Z | Compiling tokio-rustls v0.25.0 |
| 1624 | 2025-03-01T04:14:05.372Z | Compiling tokio-rustls v0.26.0 |
| 1625 | 2025-03-01T04:14:05.728Z | Compiling hyper-rustls v0.27.3 |
| 1626 | 2025-03-01T04:14:06.008Z | Compiling reqwest v0.12.12 |
| 1627 | 2025-03-01T04:14:07.407Z | Compiling qorb v0.2.1 |
| 1628 | 2025-03-01T04:14:10.384Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1629 | 2025-03-01T04:14:10.628Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1630 | 2025-03-01T04:14:14.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1631 | 2025-03-01T04:14:15.121Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1632 | 2025-03-01T04:14:15.162Z | Mar 01 04:14:13.916 INFO Starting download, target: Clickhouse |
| 1633 | 2025-03-01T04:14:15.162Z | Mar 01 04:14:13.917 INFO Starting download, target: Cockroach |
| 1634 | 2025-03-01T04:14:15.162Z | Mar 01 04:14:13.917 INFO Starting download, target: Console |
| 1635 | 2025-03-01T04:14:15.162Z | Mar 01 04:14:13.917 INFO Starting download, target: DendriteOpenapi |
| 1636 | 2025-03-01T04:14:15.162Z | Mar 01 04:14:13.917 INFO Starting download, target: DendriteStub |
| 1637 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.917 INFO Starting download, target: MaghemiteMgd |
| 1638 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.917 INFO Starting download, target: TransceiverControl |
| 1639 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.917 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1640 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.918 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1641 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.918 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1642 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.918 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1643 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.918 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1644 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.918 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1645 | 2025-03-01T04:14:15.166Z | Mar 01 04:14:13.918 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1646 | 2025-03-01T04:14:15.298Z | Mar 01 04:14:14.052 INFO Download complete, target: DendriteOpenapi |
| 1647 | 2025-03-01T04:14:15.636Z | Mar 01 04:14:14.388 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1648 | 2025-03-01T04:14:15.767Z | Mar 01 04:14:14.453 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1649 | 2025-03-01T04:14:16.003Z | Mar 01 04:14:14.746 INFO Download complete, target: Console |
| 1650 | 2025-03-01T04:14:16.145Z | Mar 01 04:14:14.849 INFO Download complete, target: TransceiverControl |
| 1651 | 2025-03-01T04:14:17.222Z | Mar 01 04:14:15.786 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1652 | 2025-03-01T04:14:17.442Z | Mar 01 04:14:15.918 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1653 | 2025-03-01T04:14:17.443Z | Mar 01 04:14:15.979 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1654 | 2025-03-01T04:14:18.516Z | Mar 01 04:14:17.220 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1655 | 2025-03-01T04:14:18.516Z | Mar 01 04:14:17.220 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1656 | 2025-03-01T04:14:19.598Z | Mar 01 04:14:18.351 INFO Download complete, target: DendriteStub |
| 1657 | 2025-03-01T04:14:19.848Z | Mar 01 04:14:18.601 INFO Download complete, target: MaghemiteMgd |
| 1658 | 2025-03-01T04:14:24.838Z | Mar 01 04:14:23.563 INFO Checking that binary works, target: Cockroach |
| 1659 | 2025-03-01T04:14:24.965Z | Mar 01 04:14:23.719 INFO Download complete, target: Cockroach |
| 1660 | 2025-03-01T04:14:27.976Z | Mar 01 04:14:26.730 INFO Checking that binary works, target: Clickhouse |
| 1661 | 2025-03-01T04:14:28.176Z | Mar 01 04:14:26.930 INFO Download complete, target: Clickhouse |
| 1662 | 2025-03-01T04:14:28.196Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1663 | 2025-03-01T04:14:28.201Z | |
| 1664 | 2025-03-01T04:14:28.201Z | real 7:27.723663559 |
| 1665 | 2025-03-01T04:14:28.201Z | user 15:32.597936468 |
| 1666 | 2025-03-01T04:14:28.201Z | sys 2:08.288365013 |
| 1667 | 2025-03-01T04:14:28.201Z | trap 0.549728385 |
| 1668 | 2025-03-01T04:14:28.201Z | tflt 1.035357519 |
| 1669 | 2025-03-01T04:14:28.201Z | dflt 1.397987410 |
| 1670 | 2025-03-01T04:14:28.201Z | kflt 0.048410475 |
| 1671 | 2025-03-01T04:14:28.201Z | lock 23:27.375453013 |
| 1672 | 2025-03-01T04:14:28.201Z | slp 1:00:48.861550711 |
| 1673 | 2025-03-01T04:14:28.201Z | lat 1:02.762936152 |
| 1674 | 2025-03-01T04:14:28.201Z | stop 2:29.834635084 |
| 1675 | 2025-03-01T04:14:28.201Z | + banner clippy |
| 1676 | 2025-03-01T04:14:28.201Z | |
| 1677 | 2025-03-01T04:14:28.201Z | #### # # ##### ##### # # |
| 1678 | 2025-03-01T04:14:28.201Z | # # # # # # # # # # |
| 1679 | 2025-03-01T04:14:28.201Z | # # # # # # # # |
| 1680 | 2025-03-01T04:14:28.201Z | # # # ##### ##### # |
| 1681 | 2025-03-01T04:14:28.201Z | # # # # # # # |
| 1682 | 2025-03-01T04:14:28.201Z | #### ###### # # # # |
| 1683 | 2025-03-01T04:14:28.201Z | |
| 1684 | 2025-03-01T04:14:28.201Z | + export CARGO_INCREMENTAL=0 |
| 1685 | 2025-03-01T04:14:28.201Z | + CARGO_INCREMENTAL=0 |
| 1686 | 2025-03-01T04:14:28.205Z | + ptime -m cargo xtask clippy |
| 1687 | 2025-03-01T04:14:28.770Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1688 | 2025-03-01T04:14:31.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 1689 | 2025-03-01T04:14:31.645Z | Running `target/debug/xtask clippy` |
| 1690 | 2025-03-01T04:14:31.665Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1691 | 2025-03-01T04:14:32.327Z | Downloading crates ... |
| 1692 | 2025-03-01T04:14:32.659Z | Downloaded anes v0.1.6 |
| 1693 | 2025-03-01T04:14:32.667Z | Downloaded blocking v1.6.1 |
| 1694 | 2025-03-01T04:14:32.670Z | Downloaded async-process v2.3.0 |
| 1695 | 2025-03-01T04:14:32.673Z | Downloaded cast v0.3.0 |
| 1696 | 2025-03-01T04:14:32.677Z | Downloaded nested v0.1.1 |
| 1697 | 2025-03-01T04:14:32.680Z | Downloaded target-triple v0.1.3 |
| 1698 | 2025-03-01T04:14:32.683Z | Downloaded async-lock v3.4.0 |
| 1699 | 2025-03-01T04:14:32.683Z | Downloaded async-io v2.3.4 |
| 1700 | 2025-03-01T04:14:32.689Z | Downloaded plotters-svg v0.3.7 |
| 1701 | 2025-03-01T04:14:32.697Z | Downloaded escape8259 v0.5.3 |
| 1702 | 2025-03-01T04:14:32.701Z | Downloaded async-channel v1.9.0 |
| 1703 | 2025-03-01T04:14:32.705Z | Downloaded futures-timer v3.0.3 |
| 1704 | 2025-03-01T04:14:32.708Z | Downloaded relative-path v1.9.3 |
| 1705 | 2025-03-01T04:14:32.708Z | Downloaded num_cpus v1.16.0 |
| 1706 | 2025-03-01T04:14:32.711Z | Downloaded oorandom v11.1.4 |
| 1707 | 2025-03-01T04:14:32.718Z | Downloaded proc-macro-crate v3.2.0 |
| 1708 | 2025-03-01T04:14:32.722Z | Downloaded path-tree v0.8.1 |
| 1709 | 2025-03-01T04:14:32.725Z | Downloaded event-listener-strategy v0.5.2 |
| 1710 | 2025-03-01T04:14:32.728Z | Downloaded datatest-stable v0.2.9 |
| 1711 | 2025-03-01T04:14:32.731Z | Downloaded libtest-mimic v0.7.3 |
| 1712 | 2025-03-01T04:14:32.736Z | Downloaded assert_cmd v2.0.16 |
| 1713 | 2025-03-01T04:14:32.736Z | Downloaded hyper-rustls v0.26.0 |
| 1714 | 2025-03-01T04:14:32.739Z | Downloaded async-executor v1.13.1 |
| 1715 | 2025-03-01T04:14:32.739Z | Downloaded target-lexicon v0.13.2 |
| 1716 | 2025-03-01T04:14:32.744Z | Downloaded serde_regex v1.1.0 |
| 1717 | 2025-03-01T04:14:32.744Z | Downloaded piper v0.2.4 |
| 1718 | 2025-03-01T04:14:32.744Z | Downloaded event-listener v2.5.3 |
| 1719 | 2025-03-01T04:14:32.747Z | Downloaded doc-comment v0.3.3 |
| 1720 | 2025-03-01T04:14:32.747Z | Downloaded partial-io v0.5.4 |
| 1721 | 2025-03-01T04:14:32.753Z | Downloaded rustls-native-certs v0.7.3 |
| 1722 | 2025-03-01T04:14:32.753Z | Downloaded futures-lite v2.3.0 |
| 1723 | 2025-03-01T04:14:32.768Z | Downloaded threadpool v1.8.1 |
| 1724 | 2025-03-01T04:14:32.774Z | Downloaded async-signal v0.2.10 |
| 1725 | 2025-03-01T04:14:32.774Z | Downloaded async-object-pool v0.1.5 |
| 1726 | 2025-03-01T04:14:32.775Z | Downloaded similar-asserts v1.6.1 |
| 1727 | 2025-03-01T04:14:32.777Z | Downloaded plotters-backend v0.3.7 |
| 1728 | 2025-03-01T04:14:32.778Z | Downloaded parking v2.2.1 |
| 1729 | 2025-03-01T04:14:32.778Z | Downloaded httptest v0.16.3 |
| 1730 | 2025-03-01T04:14:32.778Z | Downloaded criterion-plot v0.5.0 |
| 1731 | 2025-03-01T04:14:32.782Z | Downloaded stringmetrics v2.2.2 |
| 1732 | 2025-03-01T04:14:32.782Z | Downloaded async-task v4.7.1 |
| 1733 | 2025-03-01T04:14:32.786Z | Downloaded async-channel v2.3.1 |
| 1734 | 2025-03-01T04:14:32.786Z | Downloaded pathdiff v0.2.3 |
| 1735 | 2025-03-01T04:14:32.786Z | Downloaded kv-log-macro v1.0.7 |
| 1736 | 2025-03-01T04:14:32.789Z | Downloaded async-attributes v1.1.2 |
| 1737 | 2025-03-01T04:14:32.789Z | Downloaded concurrent-queue v2.5.0 |
| 1738 | 2025-03-01T04:14:32.792Z | Downloaded trybuild v1.0.103 |
| 1739 | 2025-03-01T04:14:32.795Z | Downloaded rust-argon2 v2.1.0 |
| 1740 | 2025-03-01T04:14:32.795Z | Downloaded blake2b_simd v1.0.2 |
| 1741 | 2025-03-01T04:14:32.800Z | Downloaded async-global-executor v2.4.1 |
| 1742 | 2025-03-01T04:14:32.804Z | Downloaded cfg-expr v0.18.0 |
| 1743 | 2025-03-01T04:14:32.804Z | Downloaded rstest_macros v0.24.0 |
| 1744 | 2025-03-01T04:14:32.807Z | Downloaded assert-json-diff v2.0.2 |
| 1745 | 2025-03-01T04:14:32.810Z | Downloaded rand_distr v0.4.3 |
| 1746 | 2025-03-01T04:14:32.813Z | Downloaded target-spec v3.4.2 |
| 1747 | 2025-03-01T04:14:32.813Z | Downloaded rstest v0.24.0 |
| 1748 | 2025-03-01T04:14:32.819Z | Downloaded pretty_assertions v1.4.1 |
| 1749 | 2025-03-01T04:14:32.822Z | Downloaded polling v3.7.3 |
| 1750 | 2025-03-01T04:14:32.825Z | Downloaded fancy-regex v0.13.0 |
| 1751 | 2025-03-01T04:14:32.829Z | Downloaded yansi v1.0.1 |
| 1752 | 2025-03-01T04:14:32.849Z | Downloaded plotters v0.3.7 |
| 1753 | 2025-03-01T04:14:32.858Z | Downloaded criterion v0.5.1 |
| 1754 | 2025-03-01T04:14:32.865Z | Downloaded guppy v0.17.17 |
| 1755 | 2025-03-01T04:14:32.869Z | Downloaded async-std v1.13.0 |
| 1756 | 2025-03-01T04:14:32.887Z | Downloaded approx v0.5.1 |
| 1757 | 2025-03-01T04:14:32.890Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1758 | 2025-03-01T04:14:32.959Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1759 | 2025-03-01T04:14:32.974Z | Downloaded tinytemplate v1.2.1 |
| 1760 | 2025-03-01T04:14:33.033Z | Downloaded event-listener v5.3.1 |
| 1761 | 2025-03-01T04:14:33.812Z | Checking cfg-if v1.0.0 |
| 1762 | 2025-03-01T04:14:33.892Z | Checking libc v0.2.170 |
| 1763 | 2025-03-01T04:14:33.913Z | Checking serde v1.0.218 |
| 1764 | 2025-03-01T04:14:33.937Z | Checking memchr v2.7.4 |
| 1765 | 2025-03-01T04:14:33.958Z | Checking value-bag v1.9.0 |
| 1766 | 2025-03-01T04:14:33.983Z | Checking itoa v1.0.11 |
| 1767 | 2025-03-01T04:14:33.986Z | Checking zeroize v1.8.1 |
| 1768 | 2025-03-01T04:14:34.026Z | Checking smallvec v1.14.0 |
| 1769 | 2025-03-01T04:14:34.053Z | Checking scopeguard v1.2.0 |
| 1770 | 2025-03-01T04:14:34.216Z | Checking lock_api v0.4.12 |
| 1771 | 2025-03-01T04:14:34.248Z | Checking pin-project-lite v0.2.14 |
| 1772 | 2025-03-01T04:14:34.277Z | Checking subtle v2.6.1 |
| 1773 | 2025-03-01T04:14:34.340Z | Checking log v0.4.22 |
| 1774 | 2025-03-01T04:14:34.381Z | Checking libm v0.2.8 |
| 1775 | 2025-03-01T04:14:34.410Z | Checking typenum v1.17.0 |
| 1776 | 2025-03-01T04:14:34.546Z | Checking byteorder v1.5.0 |
| 1777 | 2025-03-01T04:14:34.608Z | Checking once_cell v1.20.3 |
| 1778 | 2025-03-01T04:14:34.721Z | Checking ryu v1.0.18 |
| 1779 | 2025-03-01T04:14:34.818Z | Checking futures-core v0.3.31 |
| 1780 | 2025-03-01T04:14:34.909Z | Checking getrandom v0.2.15 |
| 1781 | 2025-03-01T04:14:34.909Z | Checking parking_lot_core v0.9.10 |
| 1782 | 2025-03-01T04:14:34.961Z | Checking signal-hook-registry v1.4.2 |
| 1783 | 2025-03-01T04:14:34.988Z | Checking mio v1.0.2 |
| 1784 | 2025-03-01T04:14:35.025Z | Checking socket2 v0.5.8 |
| 1785 | 2025-03-01T04:14:35.155Z | Checking rand_core v0.6.4 |
| 1786 | 2025-03-01T04:14:35.218Z | Checking thiserror v1.0.69 |
| 1787 | 2025-03-01T04:14:35.272Z | Checking parking_lot v0.12.3 |
| 1788 | 2025-03-01T04:14:35.301Z | Checking num-traits v0.2.19 |
| 1789 | 2025-03-01T04:14:35.380Z | Checking const-oid v0.9.6 |
| 1790 | 2025-03-01T04:14:35.460Z | Checking futures-io v0.3.31 |
| 1791 | 2025-03-01T04:14:35.494Z | Checking slab v0.4.9 |
| 1792 | 2025-03-01T04:14:35.521Z | Checking generic-array v0.14.7 |
| 1793 | 2025-03-01T04:14:35.548Z | Checking foldhash v0.1.3 |
| 1794 | 2025-03-01T04:14:35.610Z | Checking equivalent v1.0.1 |
| 1795 | 2025-03-01T04:14:35.667Z | Checking allocator-api2 v0.2.18 |
| 1796 | 2025-03-01T04:14:35.749Z | Checking zerocopy v0.7.35 |
| 1797 | 2025-03-01T04:14:35.776Z | Checking futures-sink v0.3.31 |
| 1798 | 2025-03-01T04:14:35.776Z | Checking cpufeatures v0.2.14 |
| 1799 | 2025-03-01T04:14:35.896Z | Checking getrandom v0.3.1 |
| 1800 | 2025-03-01T04:14:35.967Z | Checking iana-time-zone v0.1.61 |
| 1801 | 2025-03-01T04:14:36.135Z | Checking pin-utils v0.1.0 |
| 1802 | 2025-03-01T04:14:36.168Z | Checking futures-channel v0.3.31 |
| 1803 | 2025-03-01T04:14:36.241Z | Checking hashbrown v0.15.1 |
| 1804 | 2025-03-01T04:14:36.264Z | Checking futures-task v0.3.31 |
| 1805 | 2025-03-01T04:14:36.500Z | Checking fnv v1.0.7 |
| 1806 | 2025-03-01T04:14:36.542Z | Checking futures-util v0.3.31 |
| 1807 | 2025-03-01T04:14:36.603Z | Checking crypto-common v0.1.6 |
| 1808 | 2025-03-01T04:14:36.654Z | Checking block-buffer v0.10.4 |
| 1809 | 2025-03-01T04:14:36.783Z | Checking stable_deref_trait v1.2.0 |
| 1810 | 2025-03-01T04:14:36.825Z | Checking errno v0.3.9 |
| 1811 | 2025-03-01T04:14:36.900Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1812 | 2025-03-01T04:14:36.904Z | Checking dyn-clone v1.0.18 |
| 1813 | 2025-03-01T04:14:36.946Z | Checking tracing-core v0.1.32 |
| 1814 | 2025-03-01T04:14:37.022Z | Checking ppv-lite86 v0.2.20 |
| 1815 | 2025-03-01T04:14:37.067Z | Checking zerofrom v0.1.4 |
| 1816 | 2025-03-01T04:14:37.234Z | Checking crossbeam-utils v0.8.20 |
| 1817 | 2025-03-01T04:14:37.265Z | Checking digest v0.10.7 |
| 1818 | 2025-03-01T04:14:37.315Z | Checking yoke v0.7.4 |
| 1819 | 2025-03-01T04:14:37.350Z | Checking writeable v0.5.5 |
| 1820 | 2025-03-01T04:14:37.577Z | Checking tracing v0.1.40 |
| 1821 | 2025-03-01T04:14:37.641Z | Checking litemap v0.7.3 |
| 1822 | 2025-03-01T04:14:37.677Z | Checking zerovec v0.10.4 |
| 1823 | 2025-03-01T04:14:37.721Z | Checking percent-encoding v2.3.1 |
| 1824 | 2025-03-01T04:14:37.769Z | Checking rand_chacha v0.3.1 |
| 1825 | 2025-03-01T04:14:37.959Z | Checking block-padding v0.3.3 |
| 1826 | 2025-03-01T04:14:37.987Z | Checking httparse v1.9.5 |
| 1827 | 2025-03-01T04:14:37.992Z | Checking atomic-waker v1.1.2 |
| 1828 | 2025-03-01T04:14:38.037Z | Checking regex-syntax v0.8.5 |
| 1829 | 2025-03-01T04:14:38.155Z | Checking icu_locid_transform_data v1.5.0 |
| 1830 | 2025-03-01T04:14:38.182Z | Checking inout v0.1.3 |
| 1831 | 2025-03-01T04:14:38.186Z | Checking rand v0.8.5 |
| 1832 | 2025-03-01T04:14:38.255Z | Checking bytes v1.10.0 |
| 1833 | 2025-03-01T04:14:38.279Z | Checking bitflags v2.6.0 |
| 1834 | 2025-03-01T04:14:38.411Z | Checking serde_json v1.0.139 |
| 1835 | 2025-03-01T04:14:38.454Z | Checking chrono v0.4.40 |
| 1836 | 2025-03-01T04:14:38.589Z | Checking uuid v1.15.1 |
| 1837 | 2025-03-01T04:14:39.206Z | Checking indexmap v2.7.1 |
| 1838 | 2025-03-01T04:14:39.248Z | Checking tokio v1.43.0 |
| 1839 | 2025-03-01T04:14:39.275Z | Checking semver v1.0.25 |
| 1840 | 2025-03-01T04:14:39.399Z | Checking rustix v0.38.37 |
| 1841 | 2025-03-01T04:14:39.668Z | Checking http v1.2.0 |
| 1842 | 2025-03-01T04:14:40.074Z | Checking tinystr v0.7.6 |
| 1843 | 2025-03-01T04:14:40.339Z | Checking icu_collections v1.5.0 |
| 1844 | 2025-03-01T04:14:40.391Z | Checking schemars v0.8.22 |
| 1845 | 2025-03-01T04:14:40.434Z | Checking icu_locid v1.5.0 |
| 1846 | 2025-03-01T04:14:40.961Z | Checking cipher v0.4.4 |
| 1847 | 2025-03-01T04:14:40.992Z | Checking form_urlencoded v1.2.1 |
| 1848 | 2025-03-01T04:14:41.020Z | Checking untrusted v0.9.0 |
| 1849 | 2025-03-01T04:14:41.213Z | Checking unicode-ident v1.0.14 |
| 1850 | 2025-03-01T04:14:41.216Z | Checking icu_properties_data v1.5.0 |
| 1851 | 2025-03-01T04:14:41.264Z | Checking powerfmt v0.2.0 |
| 1852 | 2025-03-01T04:14:41.373Z | Checking ring v0.17.11 |
| 1853 | 2025-03-01T04:14:41.405Z | Checking icu_provider v1.5.0 |
| 1854 | 2025-03-01T04:14:41.433Z | Checking proc-macro2 v1.0.93 |
| 1855 | 2025-03-01T04:14:41.492Z | Checking aho-corasick v1.1.3 |
| 1856 | 2025-03-01T04:14:41.534Z | Checking deranged v0.3.11 |
| 1857 | 2025-03-01T04:14:41.842Z | Checking spin v0.9.8 |
| 1858 | 2025-03-01T04:14:42.056Z | Checking icu_locid_transform v1.5.0 |
| 1859 | 2025-03-01T04:14:42.141Z | Checking icu_normalizer_data v1.5.0 |
| 1860 | 2025-03-01T04:14:42.185Z | Checking utf16_iter v1.0.5 |
| 1861 | 2025-03-01T04:14:42.269Z | Checking num_threads v0.1.7 |
| 1862 | 2025-03-01T04:14:42.379Z | Checking time-core v0.1.2 |
| 1863 | 2025-03-01T04:14:42.416Z | Checking write16 v1.0.0 |
| 1864 | 2025-03-01T04:14:42.583Z | Checking utf8_iter v1.0.4 |
| 1865 | 2025-03-01T04:14:42.604Z | Checking num-conv v0.1.0 |
| 1866 | 2025-03-01T04:14:42.668Z | Checking quote v1.0.38 |
| 1867 | 2025-03-01T04:14:42.800Z | Checking base64ct v1.6.0 |
| 1868 | 2025-03-01T04:14:42.853Z | Checking hmac v0.12.1 |
| 1869 | 2025-03-01T04:14:42.881Z | Checking time v0.3.36 |
| 1870 | 2025-03-01T04:14:43.003Z | Checking regex-automata v0.4.8 |
| 1871 | 2025-03-01T04:14:43.024Z | Checking syn v2.0.98 |
| 1872 | 2025-03-01T04:14:43.068Z | Checking icu_properties v1.5.1 |
| 1873 | 2025-03-01T04:14:43.092Z | Checking sha2 v0.10.8 |
| 1874 | 2025-03-01T04:14:43.281Z | Checking rustls-pki-types v1.10.0 |
| 1875 | 2025-03-01T04:14:43.583Z | Checking adler2 v2.0.0 |
| 1876 | 2025-03-01T04:14:43.654Z | Checking http-body v1.0.1 |
| 1877 | 2025-03-01T04:14:43.778Z | Checking miniz_oxide v0.8.5 |
| 1878 | 2025-03-01T04:14:43.832Z | Checking aws-lc-sys v0.26.0 |
| 1879 | 2025-03-01T04:14:43.868Z | Checking untrusted v0.7.1 |
| 1880 | 2025-03-01T04:14:44.068Z | Checking base64 v0.22.1 |
| 1881 | 2025-03-01T04:14:44.536Z | Checking httpdate v1.0.3 |
| 1882 | 2025-03-01T04:14:44.565Z | Checking try-lock v0.2.5 |
| 1883 | 2025-03-01T04:14:44.714Z | Checking want v0.3.1 |
| 1884 | 2025-03-01T04:14:44.785Z | Checking pem-rfc7468 v0.7.0 |
| 1885 | 2025-03-01T04:14:44.924Z | Checking tower-service v0.3.3 |
| 1886 | 2025-03-01T04:14:45.064Z | Checking slog v2.7.0 |
| 1887 | 2025-03-01T04:14:45.069Z | Checking flagset v0.4.6 |
| 1888 | 2025-03-01T04:14:45.173Z | Checking mime v0.3.17 |
| 1889 | 2025-03-01T04:14:45.311Z | Checking der v0.7.9 |
| 1890 | 2025-03-01T04:14:45.496Z | Checking pbkdf2 v0.12.2 |
| 1891 | 2025-03-01T04:14:45.551Z | Checking aes v0.8.4 |
| 1892 | 2025-03-01T04:14:45.669Z | Checking gimli v0.31.1 |
| 1893 | 2025-03-01T04:14:46.009Z | Checking aws-lc-rs v1.12.4 |
| 1894 | 2025-03-01T04:14:46.035Z | Checking tokio-util v0.7.13 |
| 1895 | 2025-03-01T04:14:46.348Z | Checking icu_normalizer v1.5.0 |
| 1896 | 2025-03-01T04:14:46.488Z | Checking utf8parse v0.2.2 |
| 1897 | 2025-03-01T04:14:46.660Z | Checking http-body-util v0.1.2 |
| 1898 | 2025-03-01T04:14:46.876Z | Checking h2 v0.4.6 |
| 1899 | 2025-03-01T04:14:46.993Z | Checking spki v0.7.3 |
| 1900 | 2025-03-01T04:14:47.087Z | Checking cbc v0.1.2 |
| 1901 | 2025-03-01T04:14:47.117Z | Checking idna_adapter v1.2.0 |
| 1902 | 2025-03-01T04:14:47.236Z | Checking regex v1.11.1 |
| 1903 | 2025-03-01T04:14:47.286Z | Checking salsa20 v0.10.2 |
| 1904 | 2025-03-01T04:14:47.314Z | Checking object v0.36.5 |
| 1905 | 2025-03-01T04:14:47.341Z | Checking idna v1.0.3 |
| 1906 | 2025-03-01T04:14:47.522Z | Checking rustc-demangle v0.1.24 |
| 1907 | 2025-03-01T04:14:47.839Z | Checking rustls-webpki v0.102.8 |
| 1908 | 2025-03-01T04:14:47.870Z | Checking scrypt v0.11.0 |
| 1909 | 2025-03-01T04:14:47.873Z | Checking url v2.5.3 |
| 1910 | 2025-03-01T04:14:47.968Z | Checking rustls-pemfile v2.2.0 |
| 1911 | 2025-03-01T04:14:48.114Z | Checking lazy_static v1.5.0 |
| 1912 | 2025-03-01T04:14:48.193Z | Checking ipnet v2.11.0 |
| 1913 | 2025-03-01T04:14:48.256Z | Checking foreign-types-shared v0.1.1 |
| 1914 | 2025-03-01T04:14:48.399Z | Checking anstyle v1.0.10 |
| 1915 | 2025-03-01T04:14:48.598Z | Checking openssl-probe v0.1.5 |
| 1916 | 2025-03-01T04:14:48.679Z | Checking foreign-types v0.3.2 |
| 1917 | 2025-03-01T04:14:48.710Z | Checking pkcs5 v0.7.1 |
| 1918 | 2025-03-01T04:14:48.762Z | Checking serde_urlencoded v0.7.1 |
| 1919 | 2025-03-01T04:14:48.765Z | Checking openssl-sys v0.9.106 |
| 1920 | 2025-03-01T04:14:48.814Z | Checking encoding_rs v0.8.34 |
| 1921 | 2025-03-01T04:14:49.067Z | Checking futures-executor v0.3.31 |
| 1922 | 2025-03-01T04:14:49.204Z | Checking toml_datetime v0.6.8 |
| 1923 | 2025-03-01T04:14:49.207Z | Checking pkcs8 v0.10.2 |
| 1924 | 2025-03-01T04:14:49.303Z | Checking addr2line v0.24.2 |
| 1925 | 2025-03-01T04:14:49.306Z | Checking serde_spanned v0.6.8 |
| 1926 | 2025-03-01T04:14:49.531Z | Checking futures v0.3.31 |
| 1927 | 2025-03-01T04:14:49.534Z | Checking rustls v0.23.19 |
| 1928 | 2025-03-01T04:14:49.534Z | Checking anstyle-parse v0.2.5 |
| 1929 | 2025-03-01T04:14:49.649Z | Checking is_terminal_polyfill v1.70.1 |
| 1930 | 2025-03-01T04:14:49.801Z | Checking anstyle-query v1.1.1 |
| 1931 | 2025-03-01T04:14:49.829Z | Checking colorchoice v1.0.2 |
| 1932 | 2025-03-01T04:14:49.835Z | Checking data-encoding v2.6.0 |
| 1933 | 2025-03-01T04:14:49.924Z | Checking openssl v0.10.71 |
| 1934 | 2025-03-01T04:14:49.951Z | Checking terminal_size v0.4.0 |
| 1935 | 2025-03-01T04:14:50.010Z | Checking anstream v0.6.15 |
| 1936 | 2025-03-01T04:14:50.155Z | Checking openapiv3 v2.0.0 |
| 1937 | 2025-03-01T04:14:50.370Z | Checking sha1 v0.10.6 |
| 1938 | 2025-03-01T04:14:50.404Z | Checking strsim v0.11.1 |
| 1939 | 2025-03-01T04:14:50.665Z | Checking either v1.14.0 |
| 1940 | 2025-03-01T04:14:50.702Z | Checking clap_lex v0.7.4 |
| 1941 | 2025-03-01T04:14:50.974Z | Checking psl-types v2.0.11 |
| 1942 | 2025-03-01T04:14:51.001Z | Checking clap_builder v4.5.31 |
| 1943 | 2025-03-01T04:14:51.032Z | Checking cookie v0.18.1 |
| 1944 | 2025-03-01T04:14:51.183Z | Checking publicsuffix v2.3.0 |
| 1945 | 2025-03-01T04:14:51.481Z | Checking webpki-roots v0.26.6 |
| 1946 | 2025-03-01T04:14:51.510Z | Checking sync_wrapper v1.0.1 |
| 1947 | 2025-03-01T04:14:51.684Z | Checking is-terminal v0.4.13 |
| 1948 | 2025-03-01T04:14:51.711Z | Checking tower-layer v0.3.3 |
| 1949 | 2025-03-01T04:14:51.831Z | Checking cookie_store v0.21.1 |
| 1950 | 2025-03-01T04:14:51.975Z | Checking tower v0.5.2 |
| 1951 | 2025-03-01T04:14:52.549Z | Checking camino v1.1.9 |
| 1952 | 2025-03-01T04:14:52.738Z | Checking bitflags v1.3.2 |
| 1953 | 2025-03-01T04:14:52.855Z | Checking signature v2.2.0 |
| 1954 | 2025-03-01T04:14:52.933Z | Checking hyper v1.6.0 |
| 1955 | 2025-03-01T04:14:53.071Z | Checking scroll v0.12.0 |
| 1956 | 2025-03-01T04:14:53.099Z | Checking backtrace v0.3.74 |
| 1957 | 2025-03-01T04:14:53.124Z | Checking plain v0.2.3 |
| 1958 | 2025-03-01T04:14:53.295Z | Checking ucd-trie v0.1.7 |
| 1959 | 2025-03-01T04:14:53.354Z | Checking dirs-sys-next v0.1.2 |
| 1960 | 2025-03-01T04:14:53.522Z | Checking pest v2.7.14 |
| 1961 | 2025-03-01T04:14:53.550Z | Checking goblin v0.8.2 |
| 1962 | 2025-03-01T04:14:53.573Z | Checking tinyvec_macros v0.1.1 |
| 1963 | 2025-03-01T04:14:53.653Z | Checking anyhow v1.0.96 |
| 1964 | 2025-03-01T04:14:53.681Z | Checking pretty-hex v0.4.1 |
| 1965 | 2025-03-01T04:14:53.876Z | Checking tinyvec v1.8.0 |
| 1966 | 2025-03-01T04:14:53.911Z | Checking clap v4.5.31 |
| 1967 | 2025-03-01T04:14:54.024Z | Checking dirs-next v2.0.0 |
| 1968 | 2025-03-01T04:14:54.053Z | Checking crossbeam-channel v0.5.13 |
| 1969 | 2025-03-01T04:14:54.175Z | Checking thread-id v4.2.2 |
| 1970 | 2025-03-01T04:14:54.314Z | Checking thread_local v1.1.8 |
| 1971 | 2025-03-01T04:14:54.622Z | Checking base16ct v0.2.0 |
| 1972 | 2025-03-01T04:14:54.662Z | Checking tokio-rustls v0.26.0 |
| 1973 | 2025-03-01T04:14:54.732Z | Checking term v0.7.0 |
| 1974 | 2025-03-01T04:14:54.833Z | Checking sec1 v0.7.3 |
| 1975 | 2025-03-01T04:14:54.896Z | Checking hyper-util v0.1.10 |
| 1976 | 2025-03-01T04:14:55.036Z | Checking native-tls v0.2.12 |
| 1977 | 2025-03-01T04:14:55.071Z | Checking num-integer v0.1.46 |
| 1978 | 2025-03-01T04:14:55.112Z | Checking ff v0.13.0 |
| 1979 | 2025-03-01T04:14:55.156Z | Checking zerocopy v0.8.10 |
| 1980 | 2025-03-01T04:14:55.240Z | Checking memmap v0.7.0 |
| 1981 | 2025-03-01T04:14:55.344Z | Checking tokio-native-tls v0.3.1 |
| 1982 | 2025-03-01T04:14:55.348Z | Checking winnow v0.7.3 |
| 1983 | 2025-03-01T04:14:55.477Z | Checking take_mut v0.2.2 |
| 1984 | 2025-03-01T04:14:55.567Z | Checking group v0.13.0 |
| 1985 | 2025-03-01T04:14:55.627Z | Checking slog-term v2.9.1 |
| 1986 | 2025-03-01T04:14:55.654Z | Checking slog-async v2.8.0 |
| 1987 | 2025-03-01T04:14:55.834Z | Checking hkdf v0.12.4 |
| 1988 | 2025-03-01T04:14:55.956Z | Checking crypto-bigint v0.5.5 |
| 1989 | 2025-03-01T04:14:56.064Z | Checking crc32fast v1.4.2 |
| 1990 | 2025-03-01T04:14:56.064Z | Checking dtrace-parser v0.2.0 |
| 1991 | 2025-03-01T04:14:56.138Z | Checking static_assertions v1.1.0 |
| 1992 | 2025-03-01T04:14:56.260Z | Checking match_cfg v0.1.0 |
| 1993 | 2025-03-01T04:14:56.354Z | Checking utf-8 v0.7.6 |
| 1994 | 2025-03-01T04:14:56.382Z | Checking hostname v0.3.1 |
| 1995 | 2025-03-01T04:14:56.546Z | Checking unicode-width v0.2.0 |
| 1996 | 2025-03-01T04:14:56.594Z | Checking unicode-segmentation v1.12.0 |
| 1997 | 2025-03-01T04:14:56.621Z | Checking num-iter v0.1.45 |
| 1998 | 2025-03-01T04:14:56.801Z | Checking hyper-rustls v0.27.3 |
| 1999 | 2025-03-01T04:14:56.829Z | Checking hyper-tls v0.6.0 |
| 2000 | 2025-03-01T04:14:57.044Z | Checking crossbeam-epoch v0.9.18 |
| 2001 | 2025-03-01T04:14:57.250Z | Checking bstr v1.10.0 |
| 2002 | 2025-03-01T04:14:57.298Z | Checking reqwest v0.12.12 |
| 2003 | 2025-03-01T04:14:57.310Z | Checking slog-json v2.6.1 |
| 2004 | 2025-03-01T04:14:57.466Z | Checking rfc6979 v0.4.0 |
| 2005 | 2025-03-01T04:14:57.592Z | Checking hubpack v0.1.2 |
| 2006 | 2025-03-01T04:14:57.659Z | Checking hex v0.4.3 |
| 2007 | 2025-03-01T04:14:57.853Z | Checking managed v0.8.0 |
| 2008 | 2025-03-01T04:14:57.911Z | Checking winnow v0.5.40 |
| 2009 | 2025-03-01T04:14:58.074Z | Checking slog-bunyan v2.5.0 |
| 2010 | 2025-03-01T04:14:58.103Z | Checking toml_edit v0.22.24 |
| 2011 | 2025-03-01T04:14:58.184Z | Checking crossbeam-deque v0.8.5 |
| 2012 | 2025-03-01T04:14:58.215Z | Checking num-bigint-dig v0.8.4 |
| 2013 | 2025-03-01T04:14:58.218Z | Checking dof v0.3.0 |
| 2014 | 2025-03-01T04:14:58.262Z | Checking flate2 v1.1.0 |
| 2015 | 2025-03-01T04:14:58.522Z | Checking pkcs1 v0.7.5 |
| 2016 | 2025-03-01T04:14:58.569Z | Checking elliptic-curve v0.13.8 |
| 2017 | 2025-03-01T04:14:58.803Z | Checking usdt-impl v0.5.0 |
| 2018 | 2025-03-01T04:14:58.904Z | Checking rustls v0.22.4 |
| 2019 | 2025-03-01T04:14:58.934Z | Checking curve25519-dalek v4.1.3 |
| 2020 | 2025-03-01T04:14:59.006Z | Checking zerocopy v0.6.6 |
| 2021 | 2025-03-01T04:14:59.158Z | Checking ecdsa v0.16.9 |
| 2022 | 2025-03-01T04:14:59.397Z | Checking usdt v0.5.0 |
| 2023 | 2025-03-01T04:14:59.648Z | Checking siphasher v0.3.11 |
| 2024 | 2025-03-01T04:14:59.684Z | Checking rayon-core v1.12.1 |
| 2025 | 2025-03-01T04:14:59.874Z | Checking unicode-normalization v0.1.24 |
| 2026 | 2025-03-01T04:14:59.959Z | Checking ed25519 v2.2.3 |
| 2027 | 2025-03-01T04:15:00.222Z | Checking rsa v0.9.6 |
| 2028 | 2025-03-01T04:15:00.261Z | Checking signal-hook v0.3.17 |
| 2029 | 2025-03-01T04:15:00.367Z | Checking debug-ignore v1.0.5 |
| 2030 | 2025-03-01T04:15:00.538Z | Checking quick-error v1.2.3 |
| 2031 | 2025-03-01T04:15:00.601Z | Checking rand_core v0.9.2 |
| 2032 | 2025-03-01T04:15:00.640Z | Checking toml_edit v0.19.15 |
| 2033 | 2025-03-01T04:15:00.675Z | Checking toml v0.8.20 |
| 2034 | 2025-03-01T04:15:00.702Z | Checking hickory-proto v0.24.4 |
| 2035 | 2025-03-01T04:15:00.773Z | Checking ed25519-dalek v2.1.1 |
| 2036 | 2025-03-01T04:15:00.801Z | Checking itertools v0.10.5 |
| 2037 | 2025-03-01T04:15:00.945Z | Checking multer v3.1.0 |
| 2038 | 2025-03-01T04:15:01.187Z | Checking x509-cert v0.2.5 |
| 2039 | 2025-03-01T04:15:01.193Z | Checking serde_path_to_error v0.1.16 |
| 2040 | 2025-03-01T04:15:01.349Z | Checking waitgroup v0.1.2 |
| 2041 | 2025-03-01T04:15:01.396Z | Checking ahash v0.8.11 |
| 2042 | 2025-03-01T04:15:01.523Z | Checking memoffset v0.9.1 |
| 2043 | 2025-03-01T04:15:01.655Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2044 | 2025-03-01T04:15:01.804Z | Checking async-stream v0.3.6 |
| 2045 | 2025-03-01T04:15:01.831Z | Checking hostname v0.4.0 |
| 2046 | 2025-03-01T04:15:01.857Z | Checking bzip2 v0.4.4 |
| 2047 | 2025-03-01T04:15:01.976Z | Checking rand_chacha v0.9.0 |
| 2048 | 2025-03-01T04:15:02.019Z | Checking signal-hook-mio v0.2.4 |
| 2049 | 2025-03-01T04:15:02.145Z | Checking console v0.15.10 |
| 2050 | 2025-03-01T04:15:02.184Z | Checking hash32 v0.2.1 |
| 2051 | 2025-03-01T04:15:02.211Z | Checking tokio-rustls v0.25.0 |
| 2052 | 2025-03-01T04:15:02.394Z | Checking predicates-core v1.0.8 |
| 2053 | 2025-03-01T04:15:02.488Z | Checking unicode-bidi v0.3.17 |
| 2054 | 2025-03-01T04:15:02.624Z | Checking linked-hash-map v0.5.6 |
| 2055 | 2025-03-01T04:15:02.628Z | Checking unicode-properties v0.1.3 |
| 2056 | 2025-03-01T04:15:02.700Z | Checking dropshot v0.12.0 |
| 2057 | 2025-03-01T04:15:02.727Z | Checking heapless v0.7.17 |
| 2058 | 2025-03-01T04:15:02.836Z | Checking rand v0.9.0 |
| 2059 | 2025-03-01T04:15:02.933Z | Checking lru-cache v0.1.2 |
| 2060 | 2025-03-01T04:15:03.031Z | Checking crossterm v0.28.1 |
| 2061 | 2025-03-01T04:15:03.067Z | Checking toml v0.7.8 |
| 2062 | 2025-03-01T04:15:03.110Z | Checking stringprep v0.1.5 |
| 2063 | 2025-03-01T04:15:03.139Z | Checking rayon v1.10.0 |
| 2064 | 2025-03-01T04:15:03.404Z | Checking phf_shared v0.11.2 |
| 2065 | 2025-03-01T04:15:03.644Z | Checking similar v2.7.0 |
| 2066 | 2025-03-01T04:15:03.705Z | Checking tokio-stream v0.1.17 |
| 2067 | 2025-03-01T04:15:03.743Z | Checking newtype-uuid v1.2.1 |
| 2068 | 2025-03-01T04:15:03.855Z | Checking md-5 v0.10.6 |
| 2069 | 2025-03-01T04:15:04.024Z | Checking float-cmp v0.10.0 |
| 2070 | 2025-03-01T04:15:04.109Z | Checking fallible-iterator v0.2.0 |
| 2071 | 2025-03-01T04:15:04.257Z | Checking normalize-line-endings v0.3.0 |
| 2072 | 2025-03-01T04:15:04.405Z | Checking difflib v0.4.0 |
| 2073 | 2025-03-01T04:15:04.497Z | Checking bit-vec v0.6.3 |
| 2074 | 2025-03-01T04:15:04.503Z | Checking phf v0.11.2 |
| 2075 | 2025-03-01T04:15:04.713Z | Checking postgres-protocol v0.6.8 |
| 2076 | 2025-03-01T04:15:04.747Z | Checking smoltcp v0.9.1 |
| 2077 | 2025-03-01T04:15:04.776Z | Checking predicates v3.1.3 |
| 2078 | 2025-03-01T04:15:04.796Z | Checking zip v0.6.6 |
| 2079 | 2025-03-01T04:15:04.824Z | Checking bit-set v0.5.3 |
| 2080 | 2025-03-01T04:15:05.090Z | Checking nix v0.29.0 |
| 2081 | 2025-03-01T04:15:05.254Z | Checking resolv-conf v0.7.0 |
| 2082 | 2025-03-01T04:15:05.381Z | Checking phf_shared v0.10.0 |
| 2083 | 2025-03-01T04:15:05.405Z | Checking tungstenite v0.24.0 |
| 2084 | 2025-03-01T04:15:05.441Z | Checking fs-err v2.11.0 |
| 2085 | 2025-03-01T04:15:05.635Z | Checking serde-big-array v0.5.1 |
| 2086 | 2025-03-01T04:15:05.662Z | Checking portable-atomic v1.9.0 |
| 2087 | 2025-03-01T04:15:05.879Z | Checking fixedbitset v0.4.2 |
| 2088 | 2025-03-01T04:15:05.972Z | Checking lalrpop-util v0.19.12 |
| 2089 | 2025-03-01T04:15:06.121Z | Checking new_debug_unreachable v1.0.6 |
| 2090 | 2025-03-01T04:15:06.151Z | Checking number_prefix v0.4.0 |
| 2091 | 2025-03-01T04:15:06.154Z | Checking precomputed-hash v0.1.1 |
| 2092 | 2025-03-01T04:15:06.229Z | Checking minimal-lexical v0.2.1 |
| 2093 | 2025-03-01T04:15:06.257Z | Checking tokio-tungstenite v0.24.0 |
| 2094 | 2025-03-01T04:15:06.289Z | Checking petgraph v0.6.5 |
| 2095 | 2025-03-01T04:15:06.319Z | Checking string_cache v0.8.7 |
| 2096 | 2025-03-01T04:15:06.345Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2097 | 2025-03-01T04:15:06.378Z | Checking hickory-resolver v0.24.4 |
| 2098 | 2025-03-01T04:15:06.531Z | Checking postgres-types v0.2.9 |
| 2099 | 2025-03-01T04:15:06.604Z | Checking itertools v0.12.1 |
| 2100 | 2025-03-01T04:15:06.654Z | Checking nom v7.1.3 |
| 2101 | 2025-03-01T04:15:06.681Z | Checking indicatif v0.17.11 |
| 2102 | 2025-03-01T04:15:06.708Z | Checking whoami v1.5.2 |
| 2103 | 2025-03-01T04:15:07.024Z | Checking peg-runtime v0.8.3 |
| 2104 | 2025-03-01T04:15:07.192Z | Checking tokio-postgres v0.7.13 |
| 2105 | 2025-03-01T04:15:07.261Z | Compiling thiserror-impl v2.0.11 |
| 2106 | 2025-03-01T04:15:07.612Z | Compiling regress v0.10.3 |
| 2107 | 2025-03-01T04:15:07.903Z | Checking qorb v0.2.1 |
| 2108 | 2025-03-01T04:15:09.050Z | Compiling ident_case v1.0.1 |
| 2109 | 2025-03-01T04:15:09.247Z | Compiling darling_core v0.20.10 |
| 2110 | 2025-03-01T04:15:09.250Z | Compiling unsafe-libyaml v0.2.11 |
| 2111 | 2025-03-01T04:15:09.296Z | Checking heck v0.5.0 |
| 2112 | 2025-03-01T04:15:10.016Z | Checking fastrand v2.1.1 |
| 2113 | 2025-03-01T04:15:10.360Z | Checking ipnetwork v0.21.1 |
| 2114 | 2025-03-01T04:15:10.384Z | Checking progenitor-client v0.9.1 |
| 2115 | 2025-03-01T04:15:10.437Z | Checking thiserror v2.0.11 |
| 2116 | 2025-03-01T04:15:10.601Z | Compiling serde_yaml v0.9.34+deprecated |
| 2117 | 2025-03-01T04:15:10.709Z | Compiling structmeta-derive v0.3.0 |
| 2118 | 2025-03-01T04:15:10.784Z | Compiling daft-derive v0.1.1 |
| 2119 | 2025-03-01T04:15:11.059Z | Checking strum v0.26.3 |
| 2120 | 2025-03-01T04:15:11.256Z | Compiling typify-impl v0.2.0 |
| 2121 | 2025-03-01T04:15:11.491Z | Checking oxnet v0.1.1 |
| 2122 | 2025-03-01T04:15:11.882Z | Compiling dropshot v0.16.0 |
| 2123 | 2025-03-01T04:15:12.233Z | Checking macaddr v1.0.1 |
| 2124 | 2025-03-01T04:15:12.283Z | Compiling dropshot_endpoint v0.16.0 |
| 2125 | 2025-03-01T04:15:12.307Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2126 | 2025-03-01T04:15:12.608Z | Checking tempfile v3.13.0 |
| 2127 | 2025-03-01T04:15:13.013Z | Checking progenitor-client v0.8.0 |
| 2128 | 2025-03-01T04:15:13.066Z | Checking instant v0.1.13 |
| 2129 | 2025-03-01T04:15:13.208Z | Checking daft v0.1.1 |
| 2130 | 2025-03-01T04:15:13.261Z | Compiling structmeta v0.3.0 |
| 2131 | 2025-03-01T04:15:13.355Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2132 | 2025-03-01T04:15:13.636Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2133 | 2025-03-01T04:15:13.662Z | Compiling parse-display-derive v0.10.0 |
| 2134 | 2025-03-01T04:15:14.034Z | Checking backoff v0.4.0 |
| 2135 | 2025-03-01T04:15:14.068Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2136 | 2025-03-01T04:15:14.122Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2137 | 2025-03-01T04:15:14.239Z | Checking wait-timeout v0.2.0 |
| 2138 | 2025-03-01T04:15:14.298Z | Checking bit-vec v0.8.0 |
| 2139 | 2025-03-01T04:15:14.360Z | Checking rand_xorshift v0.3.0 |
| 2140 | 2025-03-01T04:15:14.452Z | Checking rusty-fork v0.3.0 |
| 2141 | 2025-03-01T04:15:14.565Z | Checking unarray v0.1.4 |
| 2142 | 2025-03-01T04:15:14.688Z | Checking bit-set v0.8.0 |
| 2143 | 2025-03-01T04:15:14.744Z | Compiling test-strategy v0.4.0 |
| 2144 | 2025-03-01T04:15:14.780Z | Checking camino-tempfile v1.1.1 |
| 2145 | 2025-03-01T04:15:14.944Z | Compiling darling_macro v0.20.10 |
| 2146 | 2025-03-01T04:15:14.977Z | Checking proptest v1.6.0 |
| 2147 | 2025-03-01T04:15:15.068Z | Checking unicode-width v0.1.14 |
| 2148 | 2025-03-01T04:15:15.487Z | Compiling proc-macro-error v1.0.4 |
| 2149 | 2025-03-01T04:15:15.561Z | Compiling proc-macro-crate v1.3.1 |
| 2150 | 2025-03-01T04:15:15.841Z | Compiling darling v0.20.10 |
| 2151 | 2025-03-01T04:15:15.980Z | Compiling serde_with_macros v3.12.0 |
| 2152 | 2025-03-01T04:15:16.090Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2153 | 2025-03-01T04:15:16.450Z | Compiling num_enum_derive v0.5.11 |
| 2154 | 2025-03-01T04:15:16.514Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2155 | 2025-03-01T04:15:16.872Z | Checking tabwriter v1.4.0 |
| 2156 | 2025-03-01T04:15:17.132Z | Compiling foreign-types-macros v0.2.3 |
| 2157 | 2025-03-01T04:15:17.507Z | Checking parse-display v0.10.0 |
| 2158 | 2025-03-01T04:15:17.769Z | Checking foreign-types-shared v0.3.1 |
| 2159 | 2025-03-01T04:15:18.137Z | Checking cstr-argument v0.1.2 |
| 2160 | 2025-03-01T04:15:18.305Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2161 | 2025-03-01T04:15:18.337Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2162 | 2025-03-01T04:15:18.478Z | Checking foreign-types v0.5.0 |
| 2163 | 2025-03-01T04:15:18.592Z | Checking serde_with v3.12.0 |
| 2164 | 2025-03-01T04:15:18.621Z | Checking pretty-hex v0.2.1 |
| 2165 | 2025-03-01T04:15:18.702Z | Checking num_enum v0.5.11 |
| 2166 | 2025-03-01T04:15:18.735Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2167 | 2025-03-01T04:15:18.792Z | Checking colored v2.2.0 |
| 2168 | 2025-03-01T04:15:18.886Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2169 | 2025-03-01T04:15:19.071Z | Checking winnow v0.6.20 |
| 2170 | 2025-03-01T04:15:19.096Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2171 | 2025-03-01T04:15:19.185Z | Checking smf v0.2.3 |
| 2172 | 2025-03-01T04:15:19.264Z | Checking itertools v0.14.0 |
| 2173 | 2025-03-01T04:15:19.291Z | Checking base64 v0.21.7 |
| 2174 | 2025-03-01T04:15:19.320Z | Compiling typify-impl v0.3.0 |
| 2175 | 2025-03-01T04:15:19.672Z | Compiling itertools v0.13.0 |
| 2176 | 2025-03-01T04:15:19.775Z | Compiling crucible-workspace-hack v0.1.0 |
| 2177 | 2025-03-01T04:15:20.247Z | Compiling heapless v0.8.0 |
| 2178 | 2025-03-01T04:15:20.822Z | Checking termtree v0.4.1 |
| 2179 | 2025-03-01T04:15:21.042Z | Checking predicates-tree v1.0.11 |
| 2180 | 2025-03-01T04:15:21.549Z | Checking hash32 v0.3.1 |
| 2181 | 2025-03-01T04:15:21.664Z | Compiling smoltcp v0.11.0 |
| 2182 | 2025-03-01T04:15:21.691Z | Checking cobs v0.2.3 |
| 2183 | 2025-03-01T04:15:21.878Z | Checking postcard v1.0.10 |
| 2184 | 2025-03-01T04:15:22.346Z | Checking atomicwrites v0.4.4 |
| 2185 | 2025-03-01T04:15:22.414Z | Checking sigpipe v0.1.3 |
| 2186 | 2025-03-01T04:15:22.439Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2187 | 2025-03-01T04:15:22.557Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2188 | 2025-03-01T04:15:22.599Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2189 | 2025-03-01T04:15:22.774Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2190 | 2025-03-01T04:15:22.796Z | Compiling mockall_derive v0.13.1 |
| 2191 | 2025-03-01T04:15:22.982Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2192 | 2025-03-01T04:15:23.163Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2193 | 2025-03-01T04:15:23.404Z | Compiling zone_cfg_derive v0.3.0 |
| 2194 | 2025-03-01T04:15:23.623Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2195 | 2025-03-01T04:15:23.665Z | Compiling num-derive v0.4.2 |
| 2196 | 2025-03-01T04:15:23.968Z | Checking downcast v0.11.0 |
| 2197 | 2025-03-01T04:15:24.201Z | Checking fragile v2.0.0 |
| 2198 | 2025-03-01T04:15:24.485Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2199 | 2025-03-01T04:15:24.771Z | Checking zone v0.3.0 |
| 2200 | 2025-03-01T04:15:24.862Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2201 | 2025-03-01T04:15:25.143Z | Checking tungstenite v0.21.0 |
| 2202 | 2025-03-01T04:15:25.198Z | Compiling typify-macro v0.2.0 |
| 2203 | 2025-03-01T04:15:25.455Z | Compiling convert_case v0.4.0 |
| 2204 | 2025-03-01T04:15:25.561Z | Checking newline-converter v0.3.0 |
| 2205 | 2025-03-01T04:15:25.738Z | Checking expectorate v1.1.0 |
| 2206 | 2025-03-01T04:15:25.871Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2207 | 2025-03-01T04:15:25.924Z | Checking same-file v1.0.6 |
| 2208 | 2025-03-01T04:15:26.057Z | Checking tokio-tungstenite v0.21.0 |
| 2209 | 2025-03-01T04:15:26.125Z | Checking walkdir v2.5.0 |
| 2210 | 2025-03-01T04:15:26.258Z | Compiling derive_more v0.99.19 |
| 2211 | 2025-03-01T04:15:26.311Z | Checking arc-swap v1.7.1 |
| 2212 | 2025-03-01T04:15:26.410Z | Checking xattr v1.3.1 |
| 2213 | 2025-03-01T04:15:26.575Z | Checking filetime v0.2.25 |
| 2214 | 2025-03-01T04:15:26.637Z | Checking fixedbitset v0.5.7 |
| 2215 | 2025-03-01T04:15:26.754Z | Checking slog-scope v4.4.0 |
| 2216 | 2025-03-01T04:15:26.818Z | Checking tar v0.4.44 |
| 2217 | 2025-03-01T04:15:26.977Z | Checking slog-stdlog v4.1.1 |
| 2218 | 2025-03-01T04:15:27.038Z | Checking petgraph v0.7.1 |
| 2219 | 2025-03-01T04:15:27.175Z | Checking slog-envlogger v2.2.0 |
| 2220 | 2025-03-01T04:15:27.423Z | Checking num-rational v0.4.2 |
| 2221 | 2025-03-01T04:15:27.719Z | Checking num-complex v0.4.6 |
| 2222 | 2025-03-01T04:15:28.068Z | Checking float-ord v0.3.2 |
| 2223 | 2025-03-01T04:15:28.244Z | Checking pem v3.0.5 |
| 2224 | 2025-03-01T04:15:28.540Z | Checking password-hash v0.5.0 |
| 2225 | 2025-03-01T04:15:28.605Z | Checking num v0.4.3 |
| 2226 | 2025-03-01T04:15:28.709Z | Compiling typify v0.2.0 |
| 2227 | 2025-03-01T04:15:28.795Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2228 | 2025-03-01T04:15:28.865Z | Compiling progenitor-impl v0.8.0 |
| 2229 | 2025-03-01T04:15:29.019Z | Checking blake2 v0.10.6 |
| 2230 | 2025-03-01T04:15:29.491Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2231 | 2025-03-01T04:15:29.514Z | Checking indent_write v2.2.0 |
| 2232 | 2025-03-01T04:15:29.712Z | Checking argon2 v0.5.3 |
| 2233 | 2025-03-01T04:15:30.099Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2234 | 2025-03-01T04:15:30.234Z | Checking mockall v0.13.1 |
| 2235 | 2025-03-01T04:15:30.403Z | Compiling cancel-safe-futures v0.1.5 |
| 2236 | 2025-03-01T04:15:30.444Z | Checking swrite v0.1.0 |
| 2237 | 2025-03-01T04:15:30.504Z | Compiling owo-colors v4.2.0 |
| 2238 | 2025-03-01T04:15:30.590Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2239 | 2025-03-01T04:15:30.816Z | Checking libsw-core v0.3.1 |
| 2240 | 2025-03-01T04:15:30.913Z | Checking linear-map v1.2.0 |
| 2241 | 2025-03-01T04:15:31.073Z | Checking libsw v3.4.0 |
| 2242 | 2025-03-01T04:15:31.280Z | Compiling lzma-sys v0.1.20 |
| 2243 | 2025-03-01T04:15:31.322Z | Checking headers-core v0.3.0 |
| 2244 | 2025-03-01T04:15:31.486Z | Compiling heck v0.3.3 |
| 2245 | 2025-03-01T04:15:31.516Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2246 | 2025-03-01T04:15:31.770Z | Checking headers v0.4.0 |
| 2247 | 2025-03-01T04:15:31.847Z | Compiling zone_cfg_derive v0.1.2 |
| 2248 | 2025-03-01T04:15:32.235Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2249 | 2025-03-01T04:15:32.549Z | Checking yasna v0.5.2 |
| 2250 | 2025-03-01T04:15:32.598Z | Checking base64 v0.13.1 |
| 2251 | 2025-03-01T04:15:32.818Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2252 | 2025-03-01T04:15:32.862Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2253 | 2025-03-01T04:15:32.890Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2254 | 2025-03-01T04:15:32.996Z | Checking ron v0.7.1 |
| 2255 | 2025-03-01T04:15:33.250Z | Checking zone v0.1.8 |
| 2256 | 2025-03-01T04:15:33.364Z | Checking xz2 v0.1.7 |
| 2257 | 2025-03-01T04:15:33.391Z | Checking rcgen v0.12.1 |
| 2258 | 2025-03-01T04:15:33.648Z | Checking subprocess v0.2.9 |
| 2259 | 2025-03-01T04:15:33.676Z | Compiling typify-macro v0.3.0 |
| 2260 | 2025-03-01T04:15:33.952Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2261 | 2025-03-01T04:15:34.030Z | Checking highway v1.3.0 |
| 2262 | 2025-03-01T04:15:34.104Z | Checking humantime v2.1.0 |
| 2263 | 2025-03-01T04:15:34.186Z | Compiling semver v0.1.20 |
| 2264 | 2025-03-01T04:15:34.395Z | Checking half v2.4.1 |
| 2265 | 2025-03-01T04:15:34.520Z | Checking ciborium-io v0.2.2 |
| 2266 | 2025-03-01T04:15:34.554Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2267 | 2025-03-01T04:15:34.663Z | Compiling rustc_version v0.1.7 |
| 2268 | 2025-03-01T04:15:34.741Z | Checking prettyplease v0.2.29 |
| 2269 | 2025-03-01T04:15:34.863Z | Checking ciborium-ll v0.2.2 |
| 2270 | 2025-03-01T04:15:35.110Z | Compiling newtype_derive v0.1.6 |
| 2271 | 2025-03-01T04:15:35.192Z | Checking ciborium v0.2.2 |
| 2272 | 2025-03-01T04:15:35.501Z | Compiling progenitor-macro v0.8.0 |
| 2273 | 2025-03-01T04:15:35.666Z | Checking steno v0.4.1 |
| 2274 | 2025-03-01T04:15:35.890Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2275 | 2025-03-01T04:15:36.695Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2276 | 2025-03-01T04:15:37.224Z | Compiling typify v0.3.0 |
| 2277 | 2025-03-01T04:15:37.384Z | Compiling progenitor-impl v0.9.1 |
| 2278 | 2025-03-01T04:15:38.232Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2279 | 2025-03-01T04:15:38.299Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2280 | 2025-03-01T04:15:38.915Z | Compiling slog-dtrace v0.3.0 |
| 2281 | 2025-03-01T04:15:39.350Z | Checking display-error-chain v0.2.2 |
| 2282 | 2025-03-01T04:15:39.436Z | Checking gethostname v0.5.0 |
| 2283 | 2025-03-01T04:15:39.541Z | Checking keccak v0.1.5 |
| 2284 | 2025-03-01T04:15:39.570Z | Checking bytecount v0.6.8 |
| 2285 | 2025-03-01T04:15:39.732Z | Checking universal-hash v0.5.1 |
| 2286 | 2025-03-01T04:15:39.757Z | Checking secrecy v0.8.0 |
| 2287 | 2025-03-01T04:15:39.808Z | Checking opaque-debug v0.3.1 |
| 2288 | 2025-03-01T04:15:39.895Z | Checking sha3 v0.10.8 |
| 2289 | 2025-03-01T04:15:39.927Z | Checking nibble_vec v0.1.0 |
| 2290 | 2025-03-01T04:15:39.953Z | Compiling blake3 v1.5.4 |
| 2291 | 2025-03-01T04:15:39.974Z | Checking endian-type v0.1.2 |
| 2292 | 2025-03-01T04:15:40.148Z | Checking aead v0.5.2 |
| 2293 | 2025-03-01T04:15:40.197Z | Checking radix_trie v0.2.1 |
| 2294 | 2025-03-01T04:15:40.276Z | Checking poly1305 v0.8.0 |
| 2295 | 2025-03-01T04:15:40.391Z | Checking chacha20 v0.9.1 |
| 2296 | 2025-03-01T04:15:40.598Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2297 | 2025-03-01T04:15:40.744Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2298 | 2025-03-01T04:15:41.131Z | Checking chacha20poly1305 v0.10.1 |
| 2299 | 2025-03-01T04:15:41.260Z | Compiling memmap2 v0.9.5 |
| 2300 | 2025-03-01T04:15:41.342Z | Compiling arrayvec v0.7.6 |
| 2301 | 2025-03-01T04:15:41.665Z | Compiling constant_time_eq v0.3.1 |
| 2302 | 2025-03-01T04:15:41.689Z | Compiling arrayref v0.3.9 |
| 2303 | 2025-03-01T04:15:41.745Z | Compiling toolchain_find v0.4.0 |
| 2304 | 2025-03-01T04:15:41.866Z | Compiling async-recursion v1.1.1 |
| 2305 | 2025-03-01T04:15:42.209Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2306 | 2025-03-01T04:15:42.345Z | Compiling topological-sort v0.2.2 |
| 2307 | 2025-03-01T04:15:42.589Z | Compiling omicron-zone-package v0.12.0 |
| 2308 | 2025-03-01T04:15:42.615Z | Compiling rustfmt-wrapper v0.2.1 |
| 2309 | 2025-03-01T04:15:43.171Z | Checking termcolor v1.4.1 |
| 2310 | 2025-03-01T04:15:43.239Z | Checking maplit v1.0.2 |
| 2311 | 2025-03-01T04:15:43.270Z | Checking thiserror-no-std v2.0.2 |
| 2312 | 2025-03-01T04:15:43.296Z | Checking fxhash v0.2.1 |
| 2313 | 2025-03-01T04:15:43.374Z | Compiling zip v2.1.3 |
| 2314 | 2025-03-01T04:15:43.403Z | Checking vsss-rs v3.3.4 |
| 2315 | 2025-03-01T04:15:43.503Z | Checking lockfree-object-pool v0.1.6 |
| 2316 | 2025-03-01T04:15:43.566Z | Checking simd-adler32 v0.3.7 |
| 2317 | 2025-03-01T04:15:43.720Z | Checking bumpalo v3.16.0 |
| 2318 | 2025-03-01T04:15:43.799Z | Compiling radium v0.7.0 |
| 2319 | 2025-03-01T04:15:43.934Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2320 | 2025-03-01T04:15:44.022Z | Compiling progenitor-macro v0.9.1 |
| 2321 | 2025-03-01T04:15:44.046Z | Checking zopfli v0.8.1 |
| 2322 | 2025-03-01T04:15:44.487Z | Compiling const_format_proc_macros v0.2.34 |
| 2323 | 2025-03-01T04:15:44.505Z | Checking tap v1.0.1 |
| 2324 | 2025-03-01T04:15:44.513Z | Compiling maybe-uninit v2.0.0 |
| 2325 | 2025-03-01T04:15:44.683Z | Checking wyz v0.5.1 |
| 2326 | 2025-03-01T04:15:45.095Z | Checking home v0.5.9 |
| 2327 | 2025-03-01T04:15:45.276Z | Checking funty v2.0.0 |
| 2328 | 2025-03-01T04:15:45.414Z | Compiling packed_struct v0.10.1 |
| 2329 | 2025-03-01T04:15:45.797Z | Checking crc-catalog v2.4.0 |
| 2330 | 2025-03-01T04:15:45.995Z | Checking crc v3.2.1 |
| 2331 | 2025-03-01T04:15:46.030Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2332 | 2025-03-01T04:15:46.173Z | Checking bitvec v1.0.1 |
| 2333 | 2025-03-01T04:15:46.201Z | Checking const_format v0.2.34 |
| 2334 | 2025-03-01T04:15:46.238Z | Compiling packed_struct_codegen v0.10.1 |
| 2335 | 2025-03-01T04:15:46.414Z | Compiling vte_generate_state_changes v0.1.2 |
| 2336 | 2025-03-01T04:15:46.446Z | Compiling indexmap v1.9.3 |
| 2337 | 2025-03-01T04:15:46.667Z | Checking nodrop v0.1.14 |
| 2338 | 2025-03-01T04:15:46.818Z | Checking array-init v0.0.4 |
| 2339 | 2025-03-01T04:15:46.843Z | Checking smallvec v0.6.14 |
| 2340 | 2025-03-01T04:15:47.035Z | Checking vte v0.11.1 |
| 2341 | 2025-03-01T04:15:47.073Z | Checking progenitor v0.8.0 |
| 2342 | 2025-03-01T04:15:47.278Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2343 | 2025-03-01T04:15:47.444Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2344 | 2025-03-01T04:15:48.111Z | Checking fd-lock v4.0.2 |
| 2345 | 2025-03-01T04:15:48.332Z | Checking bitfield v0.14.0 |
| 2346 | 2025-03-01T04:15:48.536Z | Checking hashbrown v0.12.3 |
| 2347 | 2025-03-01T04:15:48.644Z | Checking strip-ansi-escapes v0.2.0 |
| 2348 | 2025-03-01T04:15:48.679Z | Checking serde-hex v0.1.0 |
| 2349 | 2025-03-01T04:15:48.811Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2350 | 2025-03-01T04:15:49.076Z | Checking env_logger v0.10.2 |
| 2351 | 2025-03-01T04:15:49.498Z | Checking ron v0.8.1 |
| 2352 | 2025-03-01T04:15:50.193Z | Checking hashbrown v0.13.2 |
| 2353 | 2025-03-01T04:15:50.712Z | Checking nu-ansi-term v0.50.1 |
| 2354 | 2025-03-01T04:15:51.133Z | Checking crc-any v2.5.0 |
| 2355 | 2025-03-01T04:15:51.171Z | Checking object v0.30.4 |
| 2356 | 2025-03-01T04:15:51.522Z | Checking reedline v0.38.0 |
| 2357 | 2025-03-01T04:15:51.624Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2358 | 2025-03-01T04:15:52.002Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2359 | 2025-03-01T04:15:52.289Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2360 | 2025-03-01T04:15:52.505Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2361 | 2025-03-01T04:15:54.122Z | Checking path-slash v0.1.5 |
| 2362 | 2025-03-01T04:15:54.146Z | Checking kstat-rs v0.2.4 |
| 2363 | 2025-03-01T04:15:54.281Z | Compiling libefi-sys v0.1.0 |
| 2364 | 2025-03-01T04:15:54.485Z | Compiling phf_generator v0.11.2 |
| 2365 | 2025-03-01T04:15:54.628Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2366 | 2025-03-01T04:15:54.683Z | Compiling bitfield-struct v0.6.2 |
| 2367 | 2025-03-01T04:15:54.819Z | Compiling phf_codegen v0.11.2 |
| 2368 | 2025-03-01T04:15:55.157Z | Checking papergrid v0.11.0 |
| 2369 | 2025-03-01T04:15:55.395Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2370 | 2025-03-01T04:15:55.672Z | Compiling tabled_derive v0.7.0 |
| 2371 | 2025-03-01T04:15:55.724Z | Checking progenitor v0.9.1 |
| 2372 | 2025-03-01T04:15:55.938Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2373 | 2025-03-01T04:15:55.998Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2374 | 2025-03-01T04:15:56.833Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2025-03-01T04:15:56.857Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2376 | 2025-03-01T04:15:57.397Z | Compiling parse-zoneinfo v0.3.1 |
| 2377 | 2025-03-01T04:15:57.836Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2378 | 2025-03-01T04:15:57.978Z | Compiling cfg_aliases v0.1.1 |
| 2379 | 2025-03-01T04:15:58.111Z | Compiling nix v0.28.0 |
| 2380 | 2025-03-01T04:15:58.919Z | Compiling chrono-tz-build v0.4.0 |
| 2381 | 2025-03-01T04:15:59.050Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2382 | 2025-03-01T04:15:59.534Z | Checking tabled v0.15.0 |
| 2383 | 2025-03-01T04:16:00.092Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2384 | 2025-03-01T04:16:00.162Z | Checking nanorand v0.7.0 |
| 2385 | 2025-03-01T04:16:00.361Z | Compiling parking_lot_core v0.8.6 |
| 2386 | 2025-03-01T04:16:00.543Z | Checking flume v0.11.1 |
| 2387 | 2025-03-01T04:16:00.848Z | Compiling chrono-tz v0.10.1 |
| 2388 | 2025-03-01T04:16:01.081Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2389 | 2025-03-01T04:16:01.535Z | Compiling buf-list v1.0.3 |
| 2390 | 2025-03-01T04:16:02.235Z | Compiling peg-macros v0.8.4 |
| 2391 | 2025-03-01T04:16:02.570Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2392 | 2025-03-01T04:16:02.724Z | Compiling sqlparser_derive v0.2.2 |
| 2393 | 2025-03-01T04:16:03.672Z | Checking glob v0.3.2 |
| 2394 | 2025-03-01T04:16:03.769Z | Checking unicode_categories v0.1.1 |
| 2395 | 2025-03-01T04:16:03.976Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2396 | 2025-03-01T04:16:04.000Z | Checking sqlparser v0.45.0 |
| 2397 | 2025-03-01T04:16:04.076Z | Checking sqlformat v0.2.6 |
| 2398 | 2025-03-01T04:16:04.342Z | Checking rustyline v14.0.0 |
| 2399 | 2025-03-01T04:16:05.635Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2400 | 2025-03-01T04:16:05.864Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2401 | 2025-03-01T04:16:06.168Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2402 | 2025-03-01T04:16:07.145Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2403 | 2025-03-01T04:16:08.629Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2404 | 2025-03-01T04:16:08.940Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2405 | 2025-03-01T04:16:09.394Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2406 | 2025-03-01T04:16:09.969Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2407 | 2025-03-01T04:16:10.036Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2408 | 2025-03-01T04:16:10.792Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2409 | 2025-03-01T04:16:11.173Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2410 | 2025-03-01T04:16:11.176Z | Checking peg v0.8.4 |
| 2411 | 2025-03-01T04:16:11.310Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2412 | 2025-03-01T04:16:11.659Z | Checking parking_lot v0.11.2 |
| 2413 | 2025-03-01T04:16:11.984Z | Checking bcs v0.1.6 |
| 2414 | 2025-03-01T04:16:12.016Z | Checking termtree v0.5.1 |
| 2415 | 2025-03-01T04:16:12.247Z | Checking sled v0.34.7 |
| 2416 | 2025-03-01T04:16:12.280Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2417 | 2025-03-01T04:16:12.419Z | Checking hickory-client v0.24.4 |
| 2418 | 2025-03-01T04:16:12.668Z | Checking hickory-server v0.24.4 |
| 2419 | 2025-03-01T04:16:13.413Z | Compiling unicase v2.7.0 |
| 2420 | 2025-03-01T04:16:14.012Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2421 | 2025-03-01T04:16:14.705Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2422 | 2025-03-01T04:16:15.281Z | Compiling dsl_auto_type v0.1.2 |
| 2423 | 2025-03-01T04:16:15.284Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2424 | 2025-03-01T04:16:15.361Z | Checking primeorder v0.13.6 |
| 2425 | 2025-03-01T04:16:15.848Z | Checking scheduled-thread-pool v0.2.7 |
| 2426 | 2025-03-01T04:16:16.099Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2427 | 2025-03-01T04:16:16.129Z | Compiling crunchy v0.2.2 |
| 2428 | 2025-03-01T04:16:16.514Z | Checking r2d2 v0.8.10 |
| 2429 | 2025-03-01T04:16:16.633Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2430 | 2025-03-01T04:16:16.665Z | Compiling mime_guess v2.0.5 |
| 2431 | 2025-03-01T04:16:16.688Z | Compiling diesel_derives v2.2.3 |
| 2432 | 2025-03-01T04:16:16.775Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2433 | 2025-03-01T04:16:16.809Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2434 | 2025-03-01T04:16:17.415Z | Compiling tiny-keccak v2.0.2 |
| 2435 | 2025-03-01T04:16:17.506Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2436 | 2025-03-01T04:16:17.759Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2437 | 2025-03-01T04:16:17.864Z | Checking http-range v0.1.5 |
| 2438 | 2025-03-01T04:16:18.380Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2439 | 2025-03-01T04:16:19.134Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2440 | 2025-03-01T04:16:20.307Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2441 | 2025-03-01T04:16:20.376Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2442 | 2025-03-01T04:16:20.882Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2443 | 2025-03-01T04:16:21.260Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2444 | 2025-03-01T04:16:21.433Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2445 | 2025-03-01T04:16:21.839Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2446 | 2025-03-01T04:16:23.376Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2447 | 2025-03-01T04:16:23.564Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2448 | 2025-03-01T04:16:23.695Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2449 | 2025-03-01T04:16:23.973Z | Checking atty v0.2.14 |
| 2450 | 2025-03-01T04:16:24.034Z | Compiling ref-cast v1.0.23 |
| 2451 | 2025-03-01T04:16:24.123Z | Compiling salty v0.3.0 |
| 2452 | 2025-03-01T04:16:25.364Z | Checking p384 v0.13.0 |
| 2453 | 2025-03-01T04:16:25.393Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2454 | 2025-03-01T04:16:25.831Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2455 | 2025-03-01T04:16:26.001Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2456 | 2025-03-01T04:16:26.024Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2457 | 2025-03-01T04:16:26.554Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2458 | 2025-03-01T04:16:26.759Z | Compiling ascii-canvas v3.0.0 |
| 2459 | 2025-03-01T04:16:26.908Z | Compiling ena v0.14.3 |
| 2460 | 2025-03-01T04:16:27.077Z | Compiling ref-cast-impl v1.0.23 |
| 2461 | 2025-03-01T04:16:27.188Z | Compiling diff v0.1.13 |
| 2462 | 2025-03-01T04:16:27.339Z | Compiling bindgen v0.71.1 |
| 2463 | 2025-03-01T04:16:27.595Z | Compiling regex-syntax v0.6.29 |
| 2464 | 2025-03-01T04:16:27.710Z | Checking diesel v2.2.7 |
| 2465 | 2025-03-01T04:16:27.771Z | Checking hyper-staticfile v0.10.1 |
| 2466 | 2025-03-01T04:16:28.298Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2467 | 2025-03-01T04:16:28.425Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2468 | 2025-03-01T04:16:28.800Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2469 | 2025-03-01T04:16:28.899Z | Checking env_filter v0.1.2 |
| 2470 | 2025-03-01T04:16:29.148Z | Compiling pin-project-internal v1.1.6 |
| 2471 | 2025-03-01T04:16:29.239Z | Compiling rustc-hash v2.1.1 |
| 2472 | 2025-03-01T04:16:31.072Z | Compiling lalrpop v0.19.12 |
| 2473 | 2025-03-01T04:16:31.377Z | Checking env_logger v0.11.5 |
| 2474 | 2025-03-01T04:16:31.483Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2475 | 2025-03-01T04:16:31.727Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2476 | 2025-03-01T04:16:31.801Z | Checking pin-project v1.1.6 |
| 2477 | 2025-03-01T04:16:31.955Z | Compiling derive_builder_core v0.20.2 |
| 2478 | 2025-03-01T04:16:32.031Z | Compiling libxml v0.3.3 |
| 2479 | 2025-03-01T04:16:32.053Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2480 | 2025-03-01T04:16:32.483Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2481 | 2025-03-01T04:16:32.538Z | Checking signal-hook-tokio v0.3.1 |
| 2482 | 2025-03-01T04:16:32.660Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2483 | 2025-03-01T04:16:32.740Z | Compiling strum_macros v0.24.3 |
| 2484 | 2025-03-01T04:16:32.810Z | Compiling snafu-derive v0.8.5 |
| 2485 | 2025-03-01T04:16:33.084Z | Compiling indoc v1.0.9 |
| 2486 | 2025-03-01T04:16:33.994Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2487 | 2025-03-01T04:16:34.123Z | Compiling derive_builder_macro v0.20.2 |
| 2488 | 2025-03-01T04:16:35.007Z | Checking derive_builder v0.20.2 |
| 2489 | 2025-03-01T04:16:35.926Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2490 | 2025-03-01T04:16:37.092Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2491 | 2025-03-01T04:16:37.360Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2492 | 2025-03-01T04:16:37.562Z | Checking snafu v0.8.5 |
| 2493 | 2025-03-01T04:16:37.687Z | Checking olpc-cjson v0.1.4 |
| 2494 | 2025-03-01T04:16:37.721Z | Checking globset v0.4.15 |
| 2495 | 2025-03-01T04:16:37.933Z | Checking serde_plain v1.0.2 |
| 2496 | 2025-03-01T04:16:37.957Z | Checking quick-xml v0.37.2 |
| 2497 | 2025-03-01T04:16:38.045Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2498 | 2025-03-01T04:16:38.200Z | Compiling oso-derive v0.27.3 |
| 2499 | 2025-03-01T04:16:38.230Z | Checking typed-path v0.9.3 |
| 2500 | 2025-03-01T04:16:39.223Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2501 | 2025-03-01T04:16:39.993Z | Checking tungstenite v0.23.0 |
| 2502 | 2025-03-01T04:16:40.168Z | Checking tough v0.19.0 |
| 2503 | 2025-03-01T04:16:40.868Z | Compiling diesel-dtrace v0.4.2 |
| 2504 | 2025-03-01T04:16:40.892Z | Checking parse-size v1.1.0 |
| 2505 | 2025-03-01T04:16:41.092Z | Checking tokio-tungstenite v0.23.1 |
| 2506 | 2025-03-01T04:16:41.306Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2507 | 2025-03-01T04:16:41.598Z | Checking bb8 v0.8.5 |
| 2508 | 2025-03-01T04:16:41.633Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2509 | 2025-03-01T04:16:42.095Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2510 | 2025-03-01T04:16:42.117Z | Checking nix v0.27.1 |
| 2511 | 2025-03-01T04:16:42.372Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2512 | 2025-03-01T04:16:43.281Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2513 | 2025-03-01T04:16:44.638Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2514 | 2025-03-01T04:16:44.708Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2515 | 2025-03-01T04:16:45.183Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2516 | 2025-03-01T04:16:45.518Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2517 | 2025-03-01T04:16:46.494Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2518 | 2025-03-01T04:16:46.647Z | Checking assert_matches v1.5.0 |
| 2519 | 2025-03-01T04:16:46.768Z | Checking heck v0.4.1 |
| 2520 | 2025-03-01T04:16:46.791Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2521 | 2025-03-01T04:16:46.836Z | Checking rand_seeder v0.3.0 |
| 2522 | 2025-03-01T04:16:47.012Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2523 | 2025-03-01T04:16:47.104Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2524 | 2025-03-01T04:16:47.303Z | Compiling proc-macro-error2 v2.0.1 |
| 2525 | 2025-03-01T04:16:47.446Z | Checking papergrid v0.14.0 |
| 2526 | 2025-03-01T04:16:47.883Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2527 | 2025-03-01T04:16:47.958Z | Compiling tabled_derive v0.10.0 |
| 2528 | 2025-03-01T04:16:48.974Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2529 | 2025-03-01T04:16:49.426Z | Checking io-lifetimes v1.0.11 |
| 2530 | 2025-03-01T04:16:49.648Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2531 | 2025-03-01T04:16:49.693Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2532 | 2025-03-01T04:16:49.895Z | Checking rustix v0.37.28 |
| 2533 | 2025-03-01T04:16:49.918Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2534 | 2025-03-01T04:16:50.538Z | Checking tabled v0.18.0 |
| 2535 | 2025-03-01T04:16:50.937Z | Checking terminal_size v0.2.6 |
| 2536 | 2025-03-01T04:16:51.036Z | Compiling libz-sys v1.1.20 |
| 2537 | 2025-03-01T04:16:51.116Z | Compiling indoc v2.0.5 |
| 2538 | 2025-03-01T04:16:51.727Z | Checking smawk v0.3.2 |
| 2539 | 2025-03-01T04:16:51.802Z | Checking unicode-linebreak v0.1.5 |
| 2540 | 2025-03-01T04:16:52.102Z | Checking castaway v0.2.3 |
| 2541 | 2025-03-01T04:16:52.235Z | Checking textwrap v0.16.1 |
| 2542 | 2025-03-01T04:16:52.289Z | Checking is_ci v1.2.0 |
| 2543 | 2025-03-01T04:16:52.458Z | Checking supports-color v3.0.2 |
| 2544 | 2025-03-01T04:16:52.683Z | Checking compact_str v0.8.0 |
| 2545 | 2025-03-01T04:16:52.705Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2546 | 2025-03-01T04:16:53.248Z | Checking lru v0.12.5 |
| 2547 | 2025-03-01T04:16:53.457Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2548 | 2025-03-01T04:16:53.547Z | Compiling instability v0.3.2 |
| 2549 | 2025-03-01T04:16:54.272Z | Checking cassowary v0.3.0 |
| 2550 | 2025-03-01T04:16:54.572Z | Checking unicode-truncate v1.1.0 |
| 2551 | 2025-03-01T04:16:54.738Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2552 | 2025-03-01T04:16:54.840Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2553 | 2025-03-01T04:16:54.843Z | Checking ratatui v0.29.0 |
| 2554 | 2025-03-01T04:16:55.125Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2555 | 2025-03-01T04:16:55.908Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2556 | 2025-03-01T04:16:57.499Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2557 | 2025-03-01T04:16:57.850Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2558 | 2025-03-01T04:16:58.291Z | Checking async-bb8-diesel v0.2.1 |
| 2559 | 2025-03-01T04:16:59.345Z | Checking cargo-platform v0.1.8 |
| 2560 | 2025-03-01T04:16:59.688Z | Checking cargo_metadata v0.19.1 |
| 2561 | 2025-03-01T04:17:00.323Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2562 | 2025-03-01T04:17:01.377Z | Compiling vergen v8.3.2 |
| 2563 | 2025-03-01T04:17:01.627Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2564 | 2025-03-01T04:17:01.727Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2565 | 2025-03-01T04:17:02.146Z | Compiling cargo_metadata v0.18.1 |
| 2566 | 2025-03-01T04:17:02.566Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2567 | 2025-03-01T04:17:04.032Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2568 | 2025-03-01T04:17:04.125Z | Compiling rustls v0.21.12 |
| 2569 | 2025-03-01T04:17:04.342Z | Checking shell-words v1.1.0 |
| 2570 | 2025-03-01T04:17:04.497Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2571 | 2025-03-01T04:17:04.541Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2572 | 2025-03-01T04:17:04.832Z | Checking sct v0.7.1 |
| 2573 | 2025-03-01T04:17:04.922Z | Checking rustls-webpki v0.101.7 |
| 2574 | 2025-03-01T04:17:05.124Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2575 | 2025-03-01T04:17:05.149Z | Checking concurrent-queue v2.5.0 |
| 2576 | 2025-03-01T04:17:05.467Z | Checking plotters-backend v0.3.7 |
| 2577 | 2025-03-01T04:17:05.490Z | Checking parking v2.2.1 |
| 2578 | 2025-03-01T04:17:05.687Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2579 | 2025-03-01T04:17:05.812Z | Checking plotters-svg v0.3.7 |
| 2580 | 2025-03-01T04:17:06.056Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2581 | 2025-03-01T04:17:06.485Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2582 | 2025-03-01T04:17:06.785Z | Checking rustls-pemfile v1.0.4 |
| 2583 | 2025-03-01T04:17:06.982Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2584 | 2025-03-01T04:17:07.088Z | Checking twox-hash v2.1.0 |
| 2585 | 2025-03-01T04:17:07.294Z | Checking cast v0.3.0 |
| 2586 | 2025-03-01T04:17:07.652Z | Checking criterion-plot v0.5.0 |
| 2587 | 2025-03-01T04:17:07.734Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2588 | 2025-03-01T04:17:08.180Z | Checking plotters v0.3.7 |
| 2589 | 2025-03-01T04:17:08.521Z | Checking tokio-rustls v0.24.1 |
| 2590 | 2025-03-01T04:17:08.874Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2591 | 2025-03-01T04:17:09.851Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2592 | 2025-03-01T04:17:10.099Z | Checking fatfs v0.3.6 |
| 2593 | 2025-03-01T04:17:11.175Z | Checking tinytemplate v1.2.1 |
| 2594 | 2025-03-01T04:17:11.571Z | Checking csv-core v0.1.11 |
| 2595 | 2025-03-01T04:17:11.607Z | Checking anes v0.1.6 |
| 2596 | 2025-03-01T04:17:11.892Z | Checking oorandom v11.1.4 |
| 2597 | 2025-03-01T04:17:11.927Z | Checking hex-literal v0.4.1 |
| 2598 | 2025-03-01T04:17:12.075Z | Checking criterion v0.5.1 |
| 2599 | 2025-03-01T04:17:12.099Z | Checking csv v1.3.1 |
| 2600 | 2025-03-01T04:17:12.940Z | Checking event-listener v5.3.1 |
| 2601 | 2025-03-01T04:17:13.377Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2602 | 2025-03-01T04:17:14.746Z | Checking rtoolbox v0.0.2 |
| 2603 | 2025-03-01T04:17:14.976Z | Checking rpassword v7.3.1 |
| 2604 | 2025-03-01T04:17:15.162Z | Checking event-listener-strategy v0.5.2 |
| 2605 | 2025-03-01T04:17:15.391Z | Checking tui-tree-widget v0.23.0 |
| 2606 | 2025-03-01T04:17:15.730Z | Checking polyval v0.6.2 |
| 2607 | 2025-03-01T04:17:16.032Z | Checking ghash v0.5.1 |
| 2608 | 2025-03-01T04:17:16.231Z | Checking futures-lite v2.3.0 |
| 2609 | 2025-03-01T04:17:17.554Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2610 | 2025-03-01T04:17:18.460Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2611 | 2025-03-01T04:17:18.563Z | Checking ctr v0.9.2 |
| 2612 | 2025-03-01T04:17:19.043Z | Checking yansi v1.0.1 |
| 2613 | 2025-03-01T04:17:19.544Z | Checking aes-gcm v0.10.3 |
| 2614 | 2025-03-01T04:17:19.704Z | Checking pretty_assertions v1.4.1 |
| 2615 | 2025-03-01T04:17:19.786Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2616 | 2025-03-01T04:17:19.848Z | Checking ssh-encoding v0.2.0 |
| 2617 | 2025-03-01T04:17:19.935Z | Checking blowfish v0.9.1 |
| 2618 | 2025-03-01T04:17:20.189Z | Checking bcrypt-pbkdf v0.10.0 |
| 2619 | 2025-03-01T04:17:20.213Z | Checking ssh-cipher v0.2.0 |
| 2620 | 2025-03-01T04:17:20.467Z | Checking async-lock v3.4.0 |
| 2621 | 2025-03-01T04:17:20.501Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2622 | 2025-03-01T04:17:21.288Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2623 | 2025-03-01T04:17:21.337Z | Checking password-hash v0.4.2 |
| 2624 | 2025-03-01T04:17:21.734Z | Checking polling v3.7.3 |
| 2625 | 2025-03-01T04:17:22.124Z | Checking async-io v2.3.4 |
| 2626 | 2025-03-01T04:17:22.629Z | Checking pbkdf2 v0.11.0 |
| 2627 | 2025-03-01T04:17:22.938Z | Checking ssh-key v0.6.6 |
| 2628 | 2025-03-01T04:17:23.030Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2629 | 2025-03-01T04:17:23.756Z | Checking p256 v0.13.2 |
| 2630 | 2025-03-01T04:17:24.261Z | Checking p521 v0.13.3 |
| 2631 | 2025-03-01T04:17:24.489Z | Checking russh-cryptovec v0.7.3 |
| 2632 | 2025-03-01T04:17:24.711Z | Checking md5 v0.7.0 |
| 2633 | 2025-03-01T04:17:25.029Z | Checking async-task v4.7.1 |
| 2634 | 2025-03-01T04:17:25.402Z | Compiling target-lexicon v0.13.2 |
| 2635 | 2025-03-01T04:17:25.574Z | Compiling doc-comment v0.3.3 |
| 2636 | 2025-03-01T04:17:25.702Z | Checking russh-keys v0.45.0 |
| 2637 | 2025-03-01T04:17:26.297Z | Checking async-channel v2.3.1 |
| 2638 | 2025-03-01T04:17:26.496Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2639 | 2025-03-01T04:17:26.611Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2640 | 2025-03-01T04:17:27.037Z | Checking piper v0.2.4 |
| 2641 | 2025-03-01T04:17:27.257Z | Checking num-bigint v0.4.6 |
| 2642 | 2025-03-01T04:17:27.356Z | Checking des v0.8.1 |
| 2643 | 2025-03-01T04:17:27.669Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2644 | 2025-03-01T04:17:28.057Z | Compiling assert_cmd v2.0.16 |
| 2645 | 2025-03-01T04:17:28.450Z | Checking futures-timer v3.0.3 |
| 2646 | 2025-03-01T04:17:28.474Z | Compiling guppy-workspace-hack v0.1.0 |
| 2647 | 2025-03-01T04:17:28.817Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2648 | 2025-03-01T04:17:28.840Z | Checking blocking v1.6.1 |
| 2649 | 2025-03-01T04:17:29.654Z | Checking russh v0.45.0 |
| 2650 | 2025-03-01T04:17:29.769Z | Checking async-executor v1.13.1 |
| 2651 | 2025-03-01T04:17:30.149Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2652 | 2025-03-01T04:17:30.202Z | Checking async-signal v0.2.10 |
| 2653 | 2025-03-01T04:17:30.482Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2654 | 2025-03-01T04:17:30.899Z | Checking event-listener v2.5.3 |
| 2655 | 2025-03-01T04:17:31.074Z | Compiling target-spec v3.4.2 |
| 2656 | 2025-03-01T04:17:31.147Z | Checking internet-checksum v0.2.1 |
| 2657 | 2025-03-01T04:17:31.335Z | Checking async-channel v1.9.0 |
| 2658 | 2025-03-01T04:17:31.655Z | Checking async-process v2.3.0 |
| 2659 | 2025-03-01T04:17:32.055Z | Checking async-global-executor v2.4.1 |
| 2660 | 2025-03-01T04:17:32.371Z | Checking cfg-expr v0.18.0 |
| 2661 | 2025-03-01T04:17:32.785Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2662 | 2025-03-01T04:17:33.215Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2663 | 2025-03-01T04:17:33.764Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2664 | 2025-03-01T04:17:34.147Z | Checking httptest v0.16.3 |
| 2665 | 2025-03-01T04:17:34.298Z | Checking rustls-native-certs v0.7.3 |
| 2666 | 2025-03-01T04:17:34.505Z | Compiling petname v2.0.2 |
| 2667 | 2025-03-01T04:17:34.804Z | Checking num_cpus v1.16.0 |
| 2668 | 2025-03-01T04:17:34.931Z | Checking kv-log-macro v1.0.7 |
| 2669 | 2025-03-01T04:17:35.097Z | Compiling async-attributes v1.1.2 |
| 2670 | 2025-03-01T04:17:35.956Z | Checking async-std v1.13.0 |
| 2671 | 2025-03-01T04:17:37.307Z | Checking threadpool v1.8.1 |
| 2672 | 2025-03-01T04:17:37.559Z | Checking hyper-rustls v0.26.0 |
| 2673 | 2025-03-01T04:17:37.937Z | Checking pathdiff v0.2.3 |
| 2674 | 2025-03-01T04:17:38.007Z | Compiling rstest_macros v0.24.0 |
| 2675 | 2025-03-01T04:17:38.116Z | Compiling target-triple v0.1.3 |
| 2676 | 2025-03-01T04:17:38.532Z | Checking nested v0.1.1 |
| 2677 | 2025-03-01T04:17:38.636Z | Checking escape8259 v0.5.3 |
| 2678 | 2025-03-01T04:17:38.761Z | Checking guppy v0.17.17 |
| 2679 | 2025-03-01T04:17:38.856Z | Checking libtest-mimic v0.7.3 |
| 2680 | 2025-03-01T04:17:39.315Z | Checking async-object-pool v0.1.5 |
| 2681 | 2025-03-01T04:17:39.512Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2682 | 2025-03-01T04:17:40.308Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2683 | 2025-03-01T04:17:40.638Z | Checking fancy-regex v0.13.0 |
| 2684 | 2025-03-01T04:17:40.789Z | Checking similar-asserts v1.6.1 |
| 2685 | 2025-03-01T04:17:41.072Z | Checking serde_regex v1.1.0 |
| 2686 | 2025-03-01T04:17:41.360Z | Checking assert-json-diff v2.0.2 |
| 2687 | 2025-03-01T04:17:41.405Z | Compiling proc-macro-crate v3.2.0 |
| 2688 | 2025-03-01T04:17:41.671Z | Checking path-tree v0.8.1 |
| 2689 | 2025-03-01T04:17:42.047Z | Compiling relative-path v1.9.3 |
| 2690 | 2025-03-01T04:17:42.236Z | Checking sync-ptr v0.1.1 |
| 2691 | 2025-03-01T04:17:42.472Z | Checking stringmetrics v2.2.2 |
| 2692 | 2025-03-01T04:17:42.583Z | Checking datatest-stable v0.2.9 |
| 2693 | 2025-03-01T04:17:42.754Z | Checking httpmock v0.8.0-alpha.1 |
| 2694 | 2025-03-01T04:17:43.080Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2695 | 2025-03-01T04:17:44.343Z | Checking blake2b_simd v1.0.2 |
| 2696 | 2025-03-01T04:17:45.217Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2697 | 2025-03-01T04:17:46.594Z | Compiling git2 v0.19.0 |
| 2698 | 2025-03-01T04:17:47.817Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2699 | 2025-03-01T04:17:48.177Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2700 | 2025-03-01T04:17:48.538Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2701 | 2025-03-01T04:17:48.884Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2702 | 2025-03-01T04:17:49.466Z | Checking serde_tokenstream v0.2.2 |
| 2703 | 2025-03-01T04:17:49.899Z | Checking uzers v0.12.1 |
| 2704 | 2025-03-01T04:17:50.478Z | Checking rust-argon2 v2.1.0 |
| 2705 | 2025-03-01T04:17:50.932Z | Checking trybuild v1.0.103 |
| 2706 | 2025-03-01T04:17:51.342Z | Checking rstest v0.24.0 |
| 2707 | 2025-03-01T04:17:51.591Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2708 | 2025-03-01T04:17:52.822Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2709 | 2025-03-01T04:17:53.868Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2710 | 2025-03-01T04:17:55.017Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2711 | 2025-03-01T04:17:55.065Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2712 | 2025-03-01T04:17:55.307Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2713 | 2025-03-01T04:17:55.400Z | Checking rand_distr v0.4.3 |
| 2714 | 2025-03-01T04:17:56.142Z | Checking multimap v0.10.0 |
| 2715 | 2025-03-01T04:17:56.448Z | Checking approx v0.5.1 |
| 2716 | 2025-03-01T04:17:56.711Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2717 | 2025-03-01T04:17:57.285Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2718 | 2025-03-01T04:17:57.775Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2719 | 2025-03-01T04:17:58.564Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2720 | 2025-03-01T04:17:58.906Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2721 | 2025-03-01T04:17:59.576Z | Checking partial-io v0.5.4 |
| 2722 | 2025-03-01T04:17:59.710Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2723 | 2025-03-01T04:17:59.947Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2724 | 2025-03-01T04:18:00.044Z | Checking cargo_toml v0.21.0 |
| 2725 | 2025-03-01T04:18:00.077Z | Checking termios v0.3.3 |
| 2726 | 2025-03-01T04:18:00.349Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2727 | 2025-03-01T04:18:01.321Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2728 | 2025-03-01T04:18:01.388Z | Compiling samael v0.0.18 |
| 2729 | 2025-03-01T04:18:01.900Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2730 | 2025-03-01T04:18:06.169Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2731 | 2025-03-01T04:18:20.004Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2732 | 2025-03-01T04:18:25.675Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2733 | 2025-03-01T04:18:51.411Z | Compiling polar-core v0.27.3 |
| 2734 | 2025-03-01T04:18:52.591Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2735 | 2025-03-01T04:18:54.517Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2736 | 2025-03-01T04:18:55.409Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2737 | 2025-03-01T04:19:02.427Z | Checking oso v0.27.3 |
| 2738 | 2025-03-01T04:19:40.693Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2739 | 2025-03-01T04:19:40.693Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2740 | 2025-03-01T04:19:40.699Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2741 | 2025-03-01T04:20:54.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
| 2742 | 2025-03-01T04:20:54.487Z | |
| 2743 | 2025-03-01T04:20:54.487Z | real 6:26.257110151 |
| 2744 | 2025-03-01T04:20:54.487Z | user 35:21.844589049 |
| 2745 | 2025-03-01T04:20:54.487Z | sys 5:06.935675641 |
| 2746 | 2025-03-01T04:20:54.487Z | trap 1.004997310 |
| 2747 | 2025-03-01T04:20:54.490Z | tflt 0.435244253 |
| 2748 | 2025-03-01T04:20:54.490Z | dflt 0.247597936 |
| 2749 | 2025-03-01T04:20:54.490Z | kflt 0.003279457 |
| 2750 | 2025-03-01T04:20:54.490Z | lock 50:38.371570002 |
| 2751 | 2025-03-01T04:20:54.490Z | slp 2:00:15.597418236 |
| 2752 | 2025-03-01T04:20:54.490Z | lat 1:45.852170738 |
| 2753 | 2025-03-01T04:20:54.490Z | stop 6:52.675868041 |
| 2754 | 2025-03-01T04:20:54.490Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2755 | 2025-03-01T04:20:54.490Z | + ptime -m cargo doc --workspace --no-deps |
| 2756 | 2025-03-01T04:20:55.713Z | warning: output filename collision. |
| 2757 | 2025-03-01T04:20:55.713Z | 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)`. |
| 2758 | 2025-03-01T04:20:55.713Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2759 | 2025-03-01T04:20:55.713Z | The targets should have unique names. |
| 2760 | 2025-03-01T04:20:55.713Z | This is a known bug where multiple crates with the same name use |
| 2761 | 2025-03-01T04:20:55.713Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2762 | 2025-03-01T04:20:56.179Z | Compiling ring v0.17.11 |
| 2763 | 2025-03-01T04:20:56.267Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2764 | 2025-03-01T04:20:56.288Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2765 | 2025-03-01T04:20:56.333Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2766 | 2025-03-01T04:20:56.362Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2767 | 2025-03-01T04:20:56.364Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2768 | 2025-03-01T04:20:57.671Z | Compiling rustls v0.23.19 |
| 2769 | 2025-03-01T04:20:57.675Z | Compiling rustls v0.22.4 |
| 2770 | 2025-03-01T04:20:57.675Z | Compiling rustls v0.21.12 |
| 2771 | 2025-03-01T04:20:59.066Z | Checking rustls-webpki v0.102.8 |
| 2772 | 2025-03-01T04:20:59.066Z | Checking rcgen v0.12.1 |
| 2773 | 2025-03-01T04:20:59.069Z | Checking sct v0.7.1 |
| 2774 | 2025-03-01T04:20:59.069Z | Checking rustls-webpki v0.101.7 |
| 2775 | 2025-03-01T04:21:02.182Z | Checking tokio-rustls v0.24.1 |
| 2776 | 2025-03-01T04:21:02.371Z | Checking tokio-rustls v0.25.0 |
| 2777 | 2025-03-01T04:21:02.676Z | Checking dropshot v0.12.0 |
| 2778 | 2025-03-01T04:21:02.679Z | Checking dropshot v0.16.0 |
| 2779 | 2025-03-01T04:21:03.652Z | Checking tokio-rustls v0.26.0 |
| 2780 | 2025-03-01T04:21:04.070Z | Checking hyper-rustls v0.27.3 |
| 2781 | 2025-03-01T04:21:04.222Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2782 | 2025-03-01T04:21:04.442Z | Checking reqwest v0.12.12 |
| 2783 | 2025-03-01T04:21:05.821Z | Checking qorb v0.2.1 |
| 2784 | 2025-03-01T04:21:05.824Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2785 | 2025-03-01T04:21:05.971Z | Checking progenitor-client v0.9.1 |
| 2786 | 2025-03-01T04:21:05.971Z | Checking progenitor-client v0.8.0 |
| 2787 | 2025-03-01T04:21:06.381Z | Checking progenitor v0.8.0 |
| 2788 | 2025-03-01T04:21:06.384Z | Checking progenitor v0.9.1 |
| 2789 | 2025-03-01T04:21:06.622Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2790 | 2025-03-01T04:21:06.645Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2791 | 2025-03-01T04:21:07.019Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2792 | 2025-03-01T04:21:10.482Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2793 | 2025-03-01T04:21:11.417Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2794 | 2025-03-01T04:21:11.623Z | Compiling omicron-zone-package v0.12.0 |
| 2795 | 2025-03-01T04:21:12.098Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2796 | 2025-03-01T04:21:12.101Z | Checking tough v0.19.0 |
| 2797 | 2025-03-01T04:21:12.477Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2798 | 2025-03-01T04:21:13.160Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2799 | 2025-03-01T04:21:13.783Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2800 | 2025-03-01T04:21:16.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2801 | 2025-03-01T04:21:16.448Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2802 | 2025-03-01T04:21:16.656Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2803 | 2025-03-01T04:21:16.735Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2804 | 2025-03-01T04:21:16.735Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2805 | 2025-03-01T04:21:16.775Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2806 | 2025-03-01T04:21:16.796Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2807 | 2025-03-01T04:21:16.796Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2808 | 2025-03-01T04:21:16.993Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2809 | 2025-03-01T04:21:16.996Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2810 | 2025-03-01T04:21:17.091Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2811 | 2025-03-01T04:21:17.113Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2812 | 2025-03-01T04:21:17.483Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2813 | 2025-03-01T04:21:17.512Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2814 | 2025-03-01T04:21:17.833Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2815 | 2025-03-01T04:21:18.117Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2816 | 2025-03-01T04:21:18.478Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2817 | 2025-03-01T04:21:18.814Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2818 | 2025-03-01T04:21:19.107Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2819 | 2025-03-01T04:21:19.182Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2820 | 2025-03-01T04:21:19.515Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2821 | 2025-03-01T04:21:19.881Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2822 | 2025-03-01T04:21:19.915Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2823 | 2025-03-01T04:21:20.340Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2824 | 2025-03-01T04:21:20.416Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2825 | 2025-03-01T04:21:20.648Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2025-03-01T04:21:20.652Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2827 | 2025-03-01T04:21:20.768Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2828 | 2025-03-01T04:21:20.845Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2829 | 2025-03-01T04:21:21.007Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2830 | 2025-03-01T04:21:21.029Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2831 | 2025-03-01T04:21:21.105Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2025-03-01T04:21:21.193Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2833 | 2025-03-01T04:21:21.379Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2834 | 2025-03-01T04:21:21.407Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2835 | 2025-03-01T04:21:21.555Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2836 | 2025-03-01T04:21:21.868Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2837 | 2025-03-01T04:21:21.917Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2838 | 2025-03-01T04:21:21.964Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2839 | 2025-03-01T04:21:21.986Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2840 | 2025-03-01T04:21:22.141Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2841 | 2025-03-01T04:21:22.849Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2842 | 2025-03-01T04:21:23.301Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2843 | 2025-03-01T04:21:23.513Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2844 | 2025-03-01T04:21:24.437Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2845 | 2025-03-01T04:21:24.755Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2846 | 2025-03-01T04:21:24.972Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2847 | 2025-03-01T04:21:25.338Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2848 | 2025-03-01T04:21:26.374Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2849 | 2025-03-01T04:21:26.441Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2850 | 2025-03-01T04:21:27.372Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2851 | 2025-03-01T04:21:27.494Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2852 | 2025-03-01T04:21:28.315Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2853 | 2025-03-01T04:21:28.405Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2854 | 2025-03-01T04:21:29.369Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2855 | 2025-03-01T04:21:29.948Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2856 | 2025-03-01T04:21:30.408Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2857 | 2025-03-01T04:21:30.659Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2858 | 2025-03-01T04:21:30.859Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2859 | 2025-03-01T04:21:31.107Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2860 | 2025-03-01T04:21:31.877Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2861 | 2025-03-01T04:21:32.283Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2862 | 2025-03-01T04:21:32.285Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2863 | 2025-03-01T04:21:34.355Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2864 | 2025-03-01T04:21:34.358Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2865 | 2025-03-01T04:21:34.358Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2866 | 2025-03-01T04:21:34.358Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2867 | 2025-03-01T04:21:35.153Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2868 | 2025-03-01T04:21:35.771Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2869 | 2025-03-01T04:21:35.928Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2870 | 2025-03-01T04:21:36.157Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2871 | 2025-03-01T04:21:36.186Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2872 | 2025-03-01T04:21:36.527Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2873 | 2025-03-01T04:21:37.348Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2874 | 2025-03-01T04:21:37.578Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2875 | 2025-03-01T04:21:37.966Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2876 | 2025-03-01T04:21:39.136Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2877 | 2025-03-01T04:21:39.420Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2878 | 2025-03-01T04:21:39.775Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2879 | 2025-03-01T04:21:40.495Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2880 | 2025-03-01T04:21:40.543Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2881 | 2025-03-01T04:21:40.985Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2882 | 2025-03-01T04:21:41.361Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2883 | 2025-03-01T04:21:41.414Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2884 | 2025-03-01T04:21:41.715Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2885 | 2025-03-01T04:21:41.989Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2886 | 2025-03-01T04:21:42.023Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2887 | 2025-03-01T04:21:42.470Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2888 | 2025-03-01T04:21:42.893Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2889 | 2025-03-01T04:21:43.015Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2890 | 2025-03-01T04:21:43.851Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2891 | 2025-03-01T04:21:43.880Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2892 | 2025-03-01T04:21:44.128Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2893 | 2025-03-01T04:21:44.156Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2894 | 2025-03-01T04:21:44.367Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2895 | 2025-03-01T04:21:44.523Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2896 | 2025-03-01T04:21:44.710Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2897 | 2025-03-01T04:21:44.841Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2898 | 2025-03-01T04:21:45.229Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2899 | 2025-03-01T04:21:45.592Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2900 | 2025-03-01T04:21:46.131Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2901 | 2025-03-01T04:21:46.284Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2902 | 2025-03-01T04:21:47.238Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2903 | 2025-03-01T04:21:47.907Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2904 | 2025-03-01T04:21:49.042Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2905 | 2025-03-01T04:21:49.324Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2906 | 2025-03-01T04:21:50.321Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2907 | 2025-03-01T04:21:50.405Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2908 | 2025-03-01T04:21:50.579Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2909 | 2025-03-01T04:21:51.134Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2910 | 2025-03-01T04:21:51.328Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2911 | 2025-03-01T04:21:51.368Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2912 | 2025-03-01T04:21:52.436Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2913 | 2025-03-01T04:21:52.641Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2914 | 2025-03-01T04:21:52.981Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2915 | 2025-03-01T04:21:53.216Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2916 | 2025-03-01T04:21:53.327Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2917 | 2025-03-01T04:21:53.455Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2918 | 2025-03-01T04:21:57.081Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2919 | 2025-03-01T04:21:57.583Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2920 | 2025-03-01T04:21:58.141Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2921 | 2025-03-01T04:21:58.315Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2922 | 2025-03-01T04:21:58.446Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2923 | 2025-03-01T04:21:58.663Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2924 | 2025-03-01T04:21:59.226Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2925 | 2025-03-01T04:21:59.432Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2926 | 2025-03-01T04:22:00.706Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2927 | 2025-03-01T04:22:03.008Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2928 | 2025-03-01T04:22:03.447Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2929 | 2025-03-01T04:22:03.729Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2930 | 2025-03-01T04:22:03.961Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2931 | 2025-03-01T04:22:08.368Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2932 | 2025-03-01T04:22:09.487Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2933 | 2025-03-01T04:22:10.485Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2934 | 2025-03-01T04:22:12.537Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2935 | 2025-03-01T04:22:16.298Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2936 | 2025-03-01T04:22:16.923Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2937 | 2025-03-01T04:22:18.265Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2938 | 2025-03-01T04:22:19.767Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2939 | 2025-03-01T04:22:19.789Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2940 | 2025-03-01T04:22:20.510Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2941 | 2025-03-01T04:22:20.958Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2942 | 2025-03-01T04:22:20.986Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2943 | 2025-03-01T04:22:22.333Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2944 | 2025-03-01T04:22:25.546Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2945 | 2025-03-01T04:22:25.855Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2946 | 2025-03-01T04:22:28.274Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2947 | 2025-03-01T04:22:28.892Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2948 | 2025-03-01T04:22:29.979Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2949 | 2025-03-01T04:22:32.253Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2950 | 2025-03-01T04:22:32.604Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2951 | 2025-03-01T04:22:33.045Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2952 | 2025-03-01T04:22:33.791Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2953 | 2025-03-01T04:22:34.659Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2954 | 2025-03-01T04:22:36.506Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2955 | 2025-03-01T04:22:36.589Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2956 | 2025-03-01T04:22:36.978Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2957 | 2025-03-01T04:22:37.239Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2958 | 2025-03-01T04:22:38.355Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2959 | 2025-03-01T04:22:39.187Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2960 | 2025-03-01T04:22:40.075Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2961 | 2025-03-01T04:22:40.892Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2962 | 2025-03-01T04:22:41.084Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2963 | 2025-03-01T04:22:42.004Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2964 | 2025-03-01T04:22:42.798Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2965 | 2025-03-01T04:22:42.892Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2966 | 2025-03-01T04:22:44.577Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2967 | 2025-03-01T04:22:44.904Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2968 | 2025-03-01T04:22:45.463Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2969 | 2025-03-01T04:22:46.086Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2970 | 2025-03-01T04:22:46.571Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2971 | 2025-03-01T04:22:48.097Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2972 | 2025-03-01T04:22:48.240Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2973 | 2025-03-01T04:22:48.519Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2974 | 2025-03-01T04:22:49.107Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2975 | 2025-03-01T04:22:49.764Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2976 | 2025-03-01T04:22:51.666Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2977 | 2025-03-01T04:22:52.093Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2978 | 2025-03-01T04:22:53.067Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2979 | 2025-03-01T04:22:53.338Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2980 | 2025-03-01T04:22:55.184Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2981 | 2025-03-01T04:22:55.271Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2982 | 2025-03-01T04:22:55.344Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2983 | 2025-03-01T04:22:55.836Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2984 | 2025-03-01T04:22:57.129Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2985 | 2025-03-01T04:22:58.543Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2986 | 2025-03-01T04:22:59.213Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2987 | 2025-03-01T04:22:59.372Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2988 | 2025-03-01T04:22:59.856Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2989 | 2025-03-01T04:23:00.954Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2990 | 2025-03-01T04:23:01.861Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2991 | 2025-03-01T04:23:03.457Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2992 | 2025-03-01T04:23:04.380Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2993 | 2025-03-01T04:23:05.229Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2994 | 2025-03-01T04:23:05.461Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2995 | 2025-03-01T04:23:06.933Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2996 | 2025-03-01T04:23:07.740Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2997 | 2025-03-01T04:23:08.262Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2998 | 2025-03-01T04:23:08.856Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2999 | 2025-03-01T04:23:10.026Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3000 | 2025-03-01T04:23:11.091Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3001 | 2025-03-01T04:23:11.703Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3002 | 2025-03-01T04:23:12.066Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3003 | 2025-03-01T04:23:13.194Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3004 | 2025-03-01T04:23:13.296Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3005 | 2025-03-01T04:23:14.611Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3006 | 2025-03-01T04:23:14.732Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3007 | 2025-03-01T04:23:15.476Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3008 | 2025-03-01T04:23:16.355Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3009 | 2025-03-01T04:23:17.607Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3010 | 2025-03-01T04:23:17.710Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3011 | 2025-03-01T04:23:18.192Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3012 | 2025-03-01T04:23:18.681Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3013 | 2025-03-01T04:23:19.351Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3014 | 2025-03-01T04:23:20.394Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3015 | 2025-03-01T04:23:20.665Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3016 | 2025-03-01T04:23:20.774Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3017 | 2025-03-01T04:23:21.383Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3018 | 2025-03-01T04:23:21.477Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3019 | 2025-03-01T04:23:22.550Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3020 | 2025-03-01T04:23:22.693Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3021 | 2025-03-01T04:23:23.124Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3022 | 2025-03-01T04:23:23.718Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3023 | 2025-03-01T04:23:40.813Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3024 | 2025-03-01T04:23:40.816Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3025 | 2025-03-01T04:23:40.816Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3026 | 2025-03-01T04:23:40.816Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3027 | 2025-03-01T04:23:41.718Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3028 | 2025-03-01T04:23:41.865Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3029 | 2025-03-01T04:23:41.891Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3030 | 2025-03-01T04:23:42.080Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3031 | 2025-03-01T04:23:43.934Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3032 | 2025-03-01T04:23:50.103Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3033 | 2025-03-01T04:23:50.126Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3034 | 2025-03-01T04:24:30.008Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3035 | 2025-03-01T04:24:36.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s |
| 3036 | 2025-03-01T04:24:36.658Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
| 3037 | 2025-03-01T04:24:36.730Z | |
| 3038 | 2025-03-01T04:24:36.733Z | real 3:42.179174619 |
| 3039 | 2025-03-01T04:24:36.733Z | user 19:46.556851393 |
| 3040 | 2025-03-01T04:24:36.733Z | sys 2:43.664705123 |
| 3041 | 2025-03-01T04:24:36.733Z | trap 0.528044697 |
| 3042 | 2025-03-01T04:24:36.733Z | tflt 0.214268983 |
| 3043 | 2025-03-01T04:24:36.733Z | dflt 0.244139163 |
| 3044 | 2025-03-01T04:24:36.733Z | kflt 0.000067000 |
| 3045 | 2025-03-01T04:24:36.733Z | lock 31:32.837624525 |
| 3046 | 2025-03-01T04:24:36.733Z | slp 56:43.878561783 |
| 3047 | 2025-03-01T04:24:36.733Z | lat 1:11.120630203 |
| 3048 | 2025-03-01T04:24:36.733Z | stop 1:30.678294117 |
| 3049 | 2025-03-01T04:24:36.733Z | process exited: duration 1056401 ms, exit code 0 |
| |
| 3050 | 2025-03-01T04:24:36.740Z | found 0 output files |