|
|
|
| 1 | 2025-01-25T04:19:42.451Z | job assigned to worker 01JJDTYDKBQTA63GSRSDB2K77K [factory aws, i-00fec3fee171fb9fd] (queued for 51 s) |
| |
| 2 | 2025-01-25T04:19:50.057Z | starting task 0: "setup" |
| 3 | 2025-01-25T04:19:50.069Z | ++ uname -s |
| 4 | 2025-01-25T04:19:50.071Z | + kern=SunOS |
| 5 | 2025-01-25T04:19:50.071Z | + case "$kern" in |
| 6 | 2025-01-25T04:19:50.071Z | + groupadd -g 12345 build |
| 7 | 2025-01-25T04:19:50.074Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-25T04:19:52.082Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-25T04:19:52.196Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-25T04:19:52.199Z | + home_fs=zfs |
| 11 | 2025-01-25T04:19:52.199Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-25T04:19:52.199Z | + mkdir -p /home/build |
| 13 | 2025-01-25T04:19:52.202Z | + chown build:build /home/build /work |
| 14 | 2025-01-25T04:19:54.204Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-25T04:19:54.206Z | process exited: duration 4147 ms, exit code 0 |
| |
| 16 | 2025-01-25T04:19:54.214Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-25T04:19:54.220Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-25T04:19:54.220Z | ' 1.84.0 |
| 19 | 2025-01-25T04:19:54.220Z | + printf ' * toolchain profile = "%s" |
| 20 | 2025-01-25T04:19:54.220Z | * toolchain channel = "1.84.0" |
| 21 | 2025-01-25T04:19:54.220Z | ' default |
| 22 | 2025-01-25T04:19:54.220Z | * toolchain profile = "default" |
| 23 | 2025-01-25T04:19:54.223Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-25T04:19:54.223Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-25T04:19:54.337Z | info: downloading installer |
| 26 | 2025-01-25T04:19:55.910Z | info: profile set to 'default' |
| 27 | 2025-01-25T04:19:55.910Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-25T04:19:55.910Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-25T04:19:56.066Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-25T04:19:56.066Z | info: downloading component 'cargo' |
| 31 | 2025-01-25T04:19:56.956Z | info: downloading component 'clippy' |
| 32 | 2025-01-25T04:19:57.318Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-25T04:19:58.521Z | info: downloading component 'rust-std' |
| 34 | 2025-01-25T04:20:00.316Z | info: downloading component 'rustc' |
| 35 | 2025-01-25T04:20:07.287Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-25T04:20:07.477Z | info: installing component 'cargo' |
| 37 | 2025-01-25T04:20:08.401Z | info: installing component 'clippy' |
| 38 | 2025-01-25T04:20:08.689Z | info: installing component 'rust-docs' |
| 39 | 2025-01-25T04:20:10.355Z | info: installing component 'rust-std' |
| 40 | 2025-01-25T04:20:12.078Z | info: installing component 'rustc' |
| 41 | 2025-01-25T04:20:18.149Z | info: installing component 'rustfmt' |
| 42 | 2025-01-25T04:20:18.482Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-25T04:20:18.483Z | |
| 44 | 2025-01-25T04:20:18.872Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-25T04:20:18.872Z | |
| 46 | 2025-01-25T04:20:18.875Z | |
| 47 | 2025-01-25T04:20:18.875Z | Rust is installed now. Great! |
| 48 | 2025-01-25T04:20:18.875Z | |
| 49 | 2025-01-25T04:20:18.875Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-25T04:20:18.875Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-25T04:20:18.875Z | |
| 52 | 2025-01-25T04:20:18.875Z | To configure your current shell, you need to source |
| 53 | 2025-01-25T04:20:18.875Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-25T04:20:18.875Z | |
| 55 | 2025-01-25T04:20:18.875Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-25T04:20:18.875Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-25T04:20:18.875Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-25T04:20:18.951Z | + rustc --version |
| 59 | 2025-01-25T04:20:19.018Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-25T04:20:19.021Z | process exited: duration 24802 ms, exit code 0 |
| |
| 61 | 2025-01-25T04:20:19.027Z | starting task 2: "authentication" |
| 62 | 2025-01-25T04:20:19.048Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2025-01-25T04:20:19.053Z | starting task 3: "clone repository" |
| 64 | 2025-01-25T04:20:19.058Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-25T04:20:19.061Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-25T04:20:19.099Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-25T04:20:27.018Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-25T04:20:27.018Z | + git fetch origin 8ed6a86c798112e97cb4c37cf6f822043709073e |
| 69 | 2025-01-25T04:20:27.317Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-25T04:20:27.317Z | * branch 8ed6a86c798112e97cb4c37cf6f822043709073e -> FETCH_HEAD |
| 71 | 2025-01-25T04:20:27.328Z | + [[ -n renovate/async-trait-0.x ]] |
| 72 | 2025-01-25T04:20:27.331Z | ++ git branch --show-current |
| 73 | 2025-01-25T04:20:27.333Z | + current=main |
| 74 | 2025-01-25T04:20:27.333Z | + [[ main != renovate/async-trait-0.x ]] |
| 75 | 2025-01-25T04:20:27.333Z | + git branch -f renovate/async-trait-0.x 8ed6a86c798112e97cb4c37cf6f822043709073e |
| 76 | 2025-01-25T04:20:27.336Z | + git checkout -f renovate/async-trait-0.x |
| 77 | 2025-01-25T04:20:27.516Z | Switched to branch 'renovate/async-trait-0.x' |
| 78 | 2025-01-25T04:20:27.519Z | + git reset --hard 8ed6a86c798112e97cb4c37cf6f822043709073e |
| 79 | 2025-01-25T04:20:27.696Z | HEAD is now at 8ed6a86c7 Update Rust crate async-trait to 0.1.85 |
| 80 | 2025-01-25T04:20:27.698Z | process exited: duration 8641 ms, exit code 0 |
| |
| 81 | 2025-01-25T04:20:27.706Z | starting task 4: "build" |
| 82 | 2025-01-25T04:20:27.709Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-25T04:20:27.712Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-25T04:20:27.712Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-25T04:20:27.712Z | + cargo --version |
| 86 | 2025-01-25T04:20:27.771Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-25T04:20:27.773Z | + rustc --version |
| 88 | 2025-01-25T04:20:27.834Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-25T04:20:27.837Z | + source ./env.sh |
| 90 | 2025-01-25T04:20:27.840Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2025-01-25T04:20:27.840Z | ++ set -o xtrace |
| 92 | 2025-01-25T04:20:27.842Z | ++++ dirname ./env.sh |
| 93 | 2025-01-25T04:20:27.842Z | +++ readlink -f . |
| 94 | 2025-01-25T04:20:27.845Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2025-01-25T04:20:27.845Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2025-01-25T04:20:27.845Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2025-01-25T04:20:27.845Z | ++ 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 |
| 98 | 2025-01-25T04:20:27.845Z | ++ 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 |
| 99 | 2025-01-25T04:20:27.845Z | ++ 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 |
| 100 | 2025-01-25T04:20:27.845Z | ++ 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 |
| 101 | 2025-01-25T04:20:27.845Z | ++ 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 |
| 102 | 2025-01-25T04:20:27.845Z | ++ 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 |
| 103 | 2025-01-25T04:20:27.845Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2025-01-25T04:20:27.845Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2025-01-25T04:20:27.845Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 106 | 2025-01-25T04:20:27.845Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 107 | 2025-01-25T04:20:27.845Z | + banner prerequisites |
| 108 | 2025-01-25T04:20:27.849Z | |
| 109 | 2025-01-25T04:20:27.849Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2025-01-25T04:20:27.849Z | # # # # # # # # # # # # # # # |
| 111 | 2025-01-25T04:20:27.849Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2025-01-25T04:20:27.849Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2025-01-25T04:20:27.849Z | # # # # # # # # # # # # # # # |
| 114 | 2025-01-25T04:20:27.849Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2025-01-25T04:20:27.849Z | |
| 116 | 2025-01-25T04:20:27.850Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2025-01-25T04:20:29.462Z | pkg list: illegal option -- F |
| 118 | 2025-01-25T04:20:29.462Z | Usage: |
| 119 | 2025-01-25T04:20:29.464Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-01-25T04:20:29.464Z | [pkg_fmri_pattern ...] |
| 121 | 2025-01-25T04:20:30.321Z | pkg list: illegal option -- F |
| 122 | 2025-01-25T04:20:30.321Z | Usage: |
| 123 | 2025-01-25T04:20:30.324Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 124 | 2025-01-25T04:20:30.324Z | [pkg_fmri_pattern ...] |
| 125 | 2025-01-25T04:20:37.784Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 126 | 2025-01-25T04:20:41.847Z | Startup: Caching catalogs ... Done |
| 127 | 2025-01-25T04:20:53.273Z | Planning: Solver setup ... Done (10.615s) |
| 128 | 2025-01-25T04:20:53.429Z | Planning: Running solver ... Done (0.149s) |
| 129 | 2025-01-25T04:20:53.531Z | Planning: Finding local manifests ... Done (0.007s) |
| 130 | 2025-01-25T04:20:53.544Z | Planning: Fetching manifests: 0/7 0% complete |
| 131 | 2025-01-25T04:20:53.782Z | Planning: Fetching manifests: 7/7 100% complete |
| 132 | 2025-01-25T04:20:53.892Z | Planning: Package planning ... Done (0.112s) |
| 133 | 2025-01-25T04:20:53.948Z | Planning: Merging actions ... Done (0.056s) |
| 134 | 2025-01-25T04:20:54.145Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 135 | 2025-01-25T04:20:56.217Z | Planning: Consolidating action changes ... Done (2.071s) |
| 136 | 2025-01-25T04:20:56.654Z | Planning: Evaluating mediators ... Done (0.437s) |
| 137 | 2025-01-25T04:20:56.737Z | Planning: Planning completed in 14.79 seconds |
| 138 | 2025-01-25T04:20:56.753Z | Packages to install: 4 |
| 139 | 2025-01-25T04:20:56.753Z | Packages to update: 3 |
| 140 | 2025-01-25T04:20:56.756Z | Mediators to change: 2 |
| 141 | 2025-01-25T04:20:56.756Z | Services to change: 1 |
| 142 | 2025-01-25T04:20:56.756Z | Estimated space available: 155.61 GB |
| 143 | 2025-01-25T04:20:56.756Z | Estimated space to be consumed: 1.64 GB |
| 144 | 2025-01-25T04:20:56.756Z | Create boot environment: No |
| 145 | 2025-01-25T04:20:56.756Z | Create backup boot environment: Yes |
| 146 | 2025-01-25T04:20:56.756Z | Rebuild boot archive: No |
| 147 | 2025-01-25T04:20:56.756Z | |
| 148 | 2025-01-25T04:20:56.756Z | Changed mediators: |
| 149 | 2025-01-25T04:20:56.756Z | mediator clang: |
| 150 | 2025-01-25T04:20:56.756Z | version: None -> 15 (system default) |
| 151 | 2025-01-25T04:20:56.756Z | |
| 152 | 2025-01-25T04:20:56.756Z | mediator llvm: |
| 153 | 2025-01-25T04:20:56.756Z | version: 14 (system default) -> 15 (system default) |
| 154 | 2025-01-25T04:20:56.756Z | |
| 155 | 2025-01-25T04:20:56.756Z | Changed packages: |
| 156 | 2025-01-25T04:20:56.756Z | helios-dev |
| 157 | 2025-01-25T04:20:56.756Z | developer/build-essential |
| 158 | 2025-01-25T04:20:56.756Z | None -> 11-2.0 |
| 159 | 2025-01-25T04:20:56.756Z | library/libxmlsec1 |
| 160 | 2025-01-25T04:20:56.756Z | None -> 1.2.35-2.0 |
| 161 | 2025-01-25T04:20:56.756Z | ooce/developer/clang-15 |
| 162 | 2025-01-25T04:20:56.756Z | None -> 15.0.7-2.0 |
| 163 | 2025-01-25T04:20:56.756Z | ooce/developer/llvm-15 |
| 164 | 2025-01-25T04:20:56.756Z | None -> 15.0.7-2.0 |
| 165 | 2025-01-25T04:20:56.757Z | package/pkg |
| 166 | 2025-01-25T04:20:56.757Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 167 | 2025-01-25T04:20:56.757Z | system/library/g++-runtime |
| 168 | 2025-01-25T04:20:56.757Z | 13-2.0 -> 14-2.0 |
| 169 | 2025-01-25T04:20:56.757Z | system/library/gcc-runtime |
| 170 | 2025-01-25T04:20:56.757Z | 13-2.0 -> 14-2.0 |
| 171 | 2025-01-25T04:20:56.757Z | |
| 172 | 2025-01-25T04:20:56.757Z | Services: |
| 173 | 2025-01-25T04:20:56.757Z | restart_fmri: |
| 174 | 2025-01-25T04:20:56.757Z | svc:/system/update-man-index:default |
| 175 | 2025-01-25T04:20:56.757Z | |
| 176 | 2025-01-25T04:20:56.757Z | Editable files to change: |
| 177 | 2025-01-25T04:20:56.757Z | Update: |
| 178 | 2025-01-25T04:20:56.757Z | usr/share/lib/pkg/web/config.shtml |
| 179 | 2025-01-25T04:20:56.836Z | |
| 180 | 2025-01-25T04:20:56.836Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 181 | 2025-01-25T04:21:01.838Z | Download: 1069/4301 items 19.6/225.4MB 8% complete (4.0M/s) |
| 182 | 2025-01-25T04:21:08.354Z | Download: 1196/4301 items 83.2/225.4MB 36% complete (10.9M/s) |
| 183 | 2025-01-25T04:21:13.358Z | Download: 1587/4301 items 117.6/225.4MB 52% complete (4.8M/s) |
| 184 | 2025-01-25T04:21:18.373Z | Download: 2072/4301 items 118.8/225.4MB 52% complete (3.7M/s) |
| 185 | 2025-01-25T04:21:23.376Z | Download: 2416/4301 items 120.1/225.4MB 53% complete (248k/s) |
| 186 | 2025-01-25T04:21:28.386Z | Download: 3174/4301 items 156.2/225.4MB 69% complete (3.7M/s) |
| 187 | 2025-01-25T04:21:33.508Z | Download: 3281/4301 items 209.8/225.4MB 93% complete (8.9M/s) |
| 188 | 2025-01-25T04:21:38.499Z | Download: 3977/4301 items 219.1/225.4MB 97% complete (6.7M/s) |
| 189 | 2025-01-25T04:21:51.850Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
| 190 | 2025-01-25T04:22:01.648Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
| 191 | 2025-01-25T04:22:08.654Z | Download: 4293/4301 items 224.3/225.4MB 99% complete (3.3M/s) |
| 192 | 2025-01-25T04:22:15.058Z | Download: 4295/4301 items 224.4/225.4MB 99% complete |
| 193 | 2025-01-25T04:22:27.888Z | Download: 4298/4301 items 225.3/225.4MB 99% complete |
| 194 | 2025-01-25T04:22:28.303Z | Download: Completed 225.42 MB in 91.45 seconds (2.5M/s) |
| 195 | 2025-01-25T04:22:30.469Z | Actions: 1/5122 actions (Removing old actions) |
| 196 | 2025-01-25T04:22:30.491Z | Actions: 194/5122 actions (Installing new actions) |
| 197 | 2025-01-25T04:22:35.201Z | Actions: 4267/5122 actions (Updating modified actions) |
| 198 | 2025-01-25T04:22:35.547Z | Actions: Completed 5122 actions in 5.08 seconds. |
| 199 | 2025-01-25T04:22:35.961Z | Done (0.406s) |
| 200 | 2025-01-25T04:22:35.968Z | Done (0.001s) |
| 201 | 2025-01-25T04:22:36.555Z | Done (0.589s) |
| 202 | 2025-01-25T04:22:41.036Z | Done (4.254s) |
| 203 | 2025-01-25T04:22:41.147Z | Done (0.018s) |
| 204 | 2025-01-25T04:22:41.158Z | Done (0.000s) |
| 205 | 2025-01-25T04:22:41.314Z | Done (0.000s) |
| 206 | 2025-01-25T04:22:42.089Z | Planning: Evaluating mediator changes ... Done |
| 207 | 2025-01-25T04:22:42.174Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2025-01-25T04:22:42.177Z | Planning: Consolidating action changes ... Done |
| 209 | 2025-01-25T04:22:42.443Z | Planning: Evaluating mediators ... Done |
| 210 | 2025-01-25T04:22:42.448Z | Planning: Planning completed in 0.44 seconds |
| 211 | 2025-01-25T04:22:42.496Z | Mediators to change: 2 |
| 212 | 2025-01-25T04:22:42.531Z | Create boot environment: No |
| 213 | 2025-01-25T04:22:42.532Z | Create backup boot environment: No |
| 214 | 2025-01-25T04:22:42.612Z | Done |
| 215 | 2025-01-25T04:22:42.612Z | Done |
| 216 | 2025-01-25T04:22:42.948Z | Done |
| 217 | 2025-01-25T04:22:46.652Z | Done |
| 218 | 2025-01-25T04:22:46.731Z | Done |
| 219 | 2025-01-25T04:22:46.742Z | Done |
| 220 | 2025-01-25T04:22:47.040Z | Done |
| 221 | 2025-01-25T04:22:47.464Z | Planning: Evaluating mediator changes ... Done |
| 222 | 2025-01-25T04:22:47.478Z | Planning: Merging actions ... Done |
| 223 | 2025-01-25T04:22:47.669Z | Planning: Checking for conflicting actions ... Done |
| 224 | 2025-01-25T04:22:47.705Z | Planning: Consolidating action changes ... Done |
| 225 | 2025-01-25T04:22:47.935Z | Planning: Evaluating mediators ... Done |
| 226 | 2025-01-25T04:22:47.992Z | Planning: Planning completed in 0.77 seconds |
| 227 | 2025-01-25T04:22:48.048Z | Packages to change: 1 |
| 228 | 2025-01-25T04:22:48.048Z | Mediators to change: 1 |
| 229 | 2025-01-25T04:22:48.249Z | Services to change: 1 |
| 230 | 2025-01-25T04:22:48.249Z | Create boot environment: No |
| 231 | 2025-01-25T04:22:48.249Z | Create backup boot environment: Yes |
| 232 | 2025-01-25T04:22:50.362Z | Actions: 1/6 actions (Updating modified actions) |
| 233 | 2025-01-25T04:22:50.367Z | Actions: Completed 6 actions in 0.00 seconds. |
| 234 | 2025-01-25T04:22:50.367Z | Done |
| 235 | 2025-01-25T04:22:50.367Z | Done |
| 236 | 2025-01-25T04:22:50.481Z | Done |
| 237 | 2025-01-25T04:22:54.122Z | Done |
| 238 | 2025-01-25T04:22:54.210Z | Done |
| 239 | 2025-01-25T04:22:54.214Z | Done |
| 240 | 2025-01-25T04:22:54.350Z | Done |
| 241 | 2025-01-25T04:22:54.786Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 242 | 2025-01-25T04:22:54.786Z | clang system 15 system |
| 243 | 2025-01-25T04:22:54.786Z | csh system system illumos |
| 244 | 2025-01-25T04:22:54.787Z | ctags system system illumos |
| 245 | 2025-01-25T04:22:54.787Z | gcc vendor 12 vendor |
| 246 | 2025-01-25T04:22:54.787Z | gcc system 10 system |
| 247 | 2025-01-25T04:22:54.787Z | gcc system 7 system |
| 248 | 2025-01-25T04:22:54.787Z | go system 1.20 system |
| 249 | 2025-01-25T04:22:54.787Z | go system 1.19 system |
| 250 | 2025-01-25T04:22:54.787Z | llvm system 15 system |
| 251 | 2025-01-25T04:22:54.787Z | llvm system 14 system |
| 252 | 2025-01-25T04:22:54.787Z | mariadb system 10.6 system |
| 253 | 2025-01-25T04:22:54.787Z | mta vendor vendor dma |
| 254 | 2025-01-25T04:22:54.787Z | openjdk system 17 system |
| 255 | 2025-01-25T04:22:54.787Z | openjdk system 11 system |
| 256 | 2025-01-25T04:22:54.787Z | openjdk system 1.8 system |
| 257 | 2025-01-25T04:22:54.787Z | openssl vendor 3 vendor |
| 258 | 2025-01-25T04:22:54.788Z | perl system 5.36 system |
| 259 | 2025-01-25T04:22:54.788Z | postgresql system 15 system |
| 260 | 2025-01-25T04:22:54.788Z | postgresql system 13 system |
| 261 | 2025-01-25T04:22:54.788Z | python vendor 3 vendor |
| 262 | 2025-01-25T04:22:54.788Z | python system 2 system |
| 263 | 2025-01-25T04:22:54.788Z | python3 system 3.11 system |
| 264 | 2025-01-25T04:22:54.788Z | ruby system 3.0 system |
| 265 | 2025-01-25T04:22:54.788Z | words vendor vendor american-english |
| 266 | 2025-01-25T04:22:54.788Z | words system system australian-english |
| 267 | 2025-01-25T04:22:54.788Z | words system system british-english |
| 268 | 2025-01-25T04:22:54.788Z | words system system canadian-english |
| 269 | 2025-01-25T04:22:54.788Z | words system system french |
| 270 | 2025-01-25T04:22:54.788Z | words system system italian |
| 271 | 2025-01-25T04:22:54.788Z | words system system ngerman |
| 272 | 2025-01-25T04:22:54.788Z | words system system ogerman |
| 273 | 2025-01-25T04:22:54.788Z | words system system spanish |
| 274 | 2025-01-25T04:22:55.124Z | PUBLISHER TYPE STATUS P LOCATION |
| 275 | 2025-01-25T04:22:55.124Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 276 | 2025-01-25T04:22:57.952Z | FMRI IFO |
| 277 | 2025-01-25T04:22:57.952Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 278 | 2025-01-25T04:22:57.952Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 279 | 2025-01-25T04:22:57.952Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 280 | 2025-01-25T04:22:57.953Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 281 | 2025-01-25T04:22:57.953Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 282 | 2025-01-25T04:22:57.953Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 283 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 284 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 285 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 286 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 287 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 288 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 289 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 290 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 291 | 2025-01-25T04:22:57.954Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 292 | 2025-01-25T04:22:58.719Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 293 | 2025-01-25T04:22:59.054Z | Updating crates.io index |
| 294 | 2025-01-25T04:22:59.116Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 295 | 2025-01-25T04:22:59.453Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 296 | 2025-01-25T04:22:59.978Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 297 | 2025-01-25T04:23:00.316Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 298 | 2025-01-25T04:23:00.508Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 299 | 2025-01-25T04:23:00.945Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 300 | 2025-01-25T04:23:01.704Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 301 | 2025-01-25T04:23:03.345Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 302 | 2025-01-25T04:23:03.996Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 303 | 2025-01-25T04:23:04.870Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 304 | 2025-01-25T04:23:05.122Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 305 | 2025-01-25T04:23:05.439Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 306 | 2025-01-25T04:23:06.039Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 307 | 2025-01-25T04:23:06.383Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2025-01-25T04:23:06.728Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 309 | 2025-01-25T04:23:06.975Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 310 | 2025-01-25T04:23:07.234Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 311 | 2025-01-25T04:23:07.509Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 312 | 2025-01-25T04:23:07.825Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 313 | 2025-01-25T04:23:08.228Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 314 | 2025-01-25T04:23:08.536Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 315 | 2025-01-25T04:23:08.918Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 316 | 2025-01-25T04:23:09.217Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 317 | 2025-01-25T04:23:09.513Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 318 | 2025-01-25T04:23:10.175Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 319 | 2025-01-25T04:23:10.269Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 320 | 2025-01-25T04:23:10.607Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 321 | 2025-01-25T04:23:11.006Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 322 | 2025-01-25T04:23:11.474Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 323 | 2025-01-25T04:23:11.600Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 324 | 2025-01-25T04:23:12.051Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 325 | 2025-01-25T04:23:13.496Z | Downloading crates ... |
| 326 | 2025-01-25T04:23:13.669Z | Downloaded anstyle-query v1.1.1 |
| 327 | 2025-01-25T04:23:13.669Z | Downloaded cargo_metadata v0.18.1 |
| 328 | 2025-01-25T04:23:13.669Z | Downloaded bitflags v2.6.0 |
| 329 | 2025-01-25T04:23:13.670Z | Downloaded colorchoice v1.0.2 |
| 330 | 2025-01-25T04:23:13.670Z | Downloaded anstyle-parse v0.2.5 |
| 331 | 2025-01-25T04:23:13.670Z | Downloaded dtrace-parser v0.2.0 |
| 332 | 2025-01-25T04:23:13.670Z | Downloaded usdt-attr-macro v0.5.0 |
| 333 | 2025-01-25T04:23:13.670Z | Downloaded scroll_derive v0.12.0 |
| 334 | 2025-01-25T04:23:13.670Z | Downloaded swrite v0.1.0 |
| 335 | 2025-01-25T04:23:13.670Z | Downloaded pretty-hex v0.4.1 |
| 336 | 2025-01-25T04:23:13.670Z | Downloaded usdt-macro v0.5.0 |
| 337 | 2025-01-25T04:23:13.670Z | Downloaded equivalent v1.0.1 |
| 338 | 2025-01-25T04:23:13.670Z | Downloaded byteorder v1.5.0 |
| 339 | 2025-01-25T04:23:13.993Z | Downloaded serde_spanned v0.6.8 |
| 340 | 2025-01-25T04:23:13.993Z | Downloaded toml_datetime v0.6.8 |
| 341 | 2025-01-25T04:23:13.994Z | Downloaded thread-id v4.2.2 |
| 342 | 2025-01-25T04:23:13.994Z | Downloaded terminal_size v0.4.0 |
| 343 | 2025-01-25T04:23:13.994Z | Downloaded proc-macro-error-attr v1.0.4 |
| 344 | 2025-01-25T04:23:13.994Z | Downloaded memmap v0.7.0 |
| 345 | 2025-01-25T04:23:13.994Z | Downloaded strsim v0.11.1 |
| 346 | 2025-01-25T04:23:13.994Z | Downloaded plain v0.2.3 |
| 347 | 2025-01-25T04:23:13.994Z | Downloaded itoa v1.0.11 |
| 348 | 2025-01-25T04:23:13.995Z | Downloaded heck v0.5.0 |
| 349 | 2025-01-25T04:23:13.995Z | Downloaded digest v0.10.7 |
| 350 | 2025-01-25T04:23:13.995Z | Downloaded cargo-platform v0.1.8 |
| 351 | 2025-01-25T04:23:13.995Z | Downloaded smawk v0.3.2 |
| 352 | 2025-01-25T04:23:13.995Z | Downloaded is_terminal_polyfill v1.70.1 |
| 353 | 2025-01-25T04:23:13.995Z | Downloaded macaddr v1.0.1 |
| 354 | 2025-01-25T04:23:13.996Z | Downloaded cfg-if v1.0.0 |
| 355 | 2025-01-25T04:23:13.996Z | Downloaded generic-array v0.14.7 |
| 356 | 2025-01-25T04:23:13.996Z | Downloaded crypto-common v0.1.6 |
| 357 | 2025-01-25T04:23:13.996Z | Downloaded unicode-linebreak v0.1.5 |
| 358 | 2025-01-25T04:23:13.996Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2025-01-25T04:23:13.997Z | Downloaded fs-err v2.11.0 |
| 360 | 2025-01-25T04:23:13.997Z | Downloaded bytecount v0.6.8 |
| 361 | 2025-01-25T04:23:13.997Z | Downloaded tabled_derive v0.7.0 |
| 362 | 2025-01-25T04:23:13.997Z | Downloaded fnv v1.0.7 |
| 363 | 2025-01-25T04:23:13.997Z | Downloaded cpufeatures v0.2.14 |
| 364 | 2025-01-25T04:23:13.997Z | Downloaded version_check v0.9.5 |
| 365 | 2025-01-25T04:23:13.997Z | Downloaded serde_tokenstream v0.2.2 |
| 366 | 2025-01-25T04:23:13.997Z | Downloaded fastrand v2.1.1 |
| 367 | 2025-01-25T04:23:13.998Z | Downloaded dof v0.3.0 |
| 368 | 2025-01-25T04:23:13.998Z | Downloaded camino v1.1.9 |
| 369 | 2025-01-25T04:23:13.998Z | Downloaded clap_lex v0.7.2 |
| 370 | 2025-01-25T04:23:13.998Z | Downloaded pest_generator v2.7.14 |
| 371 | 2025-01-25T04:23:13.998Z | Downloaded sha2 v0.10.8 |
| 372 | 2025-01-25T04:23:13.998Z | Downloaded heck v0.4.1 |
| 373 | 2025-01-25T04:23:13.998Z | Downloaded cargo_toml v0.20.5 |
| 374 | 2025-01-25T04:23:13.998Z | Downloaded quote v1.0.38 |
| 375 | 2025-01-25T04:23:13.998Z | Downloaded usdt-impl v0.5.0 |
| 376 | 2025-01-25T04:23:13.999Z | Downloaded zerocopy-derive v0.7.35 |
| 377 | 2025-01-25T04:23:13.999Z | Downloaded camino-tempfile v1.1.1 |
| 378 | 2025-01-25T04:23:13.999Z | Downloaded autocfg v1.4.0 |
| 379 | 2025-01-25T04:23:13.999Z | Downloaded scroll v0.12.0 |
| 380 | 2025-01-25T04:23:13.999Z | Downloaded usdt v0.5.0 |
| 381 | 2025-01-25T04:23:13.999Z | Downloaded pest_meta v2.7.14 |
| 382 | 2025-01-25T04:23:13.999Z | Downloaded pest_derive v2.7.14 |
| 383 | 2025-01-25T04:23:13.999Z | Downloaded clap_derive v4.5.18 |
| 384 | 2025-01-25T04:23:13.999Z | Downloaded errno v0.3.9 |
| 385 | 2025-01-25T04:23:13.999Z | Downloaded tempfile v3.13.0 |
| 386 | 2025-01-25T04:23:13.999Z | Downloaded utf8parse v0.2.2 |
| 387 | 2025-01-25T04:23:13.999Z | Downloaded typenum v1.17.0 |
| 388 | 2025-01-25T04:23:13.999Z | Downloaded proc-macro-error v1.0.4 |
| 389 | 2025-01-25T04:23:14.000Z | Downloaded ucd-trie v0.1.7 |
| 390 | 2025-01-25T04:23:14.000Z | Downloaded ryu v1.0.18 |
| 391 | 2025-01-25T04:23:14.000Z | Downloaded anstream v0.6.15 |
| 392 | 2025-01-25T04:23:14.000Z | Downloaded toml v0.8.19 |
| 393 | 2025-01-25T04:23:14.000Z | Downloaded unicode-ident v1.0.14 |
| 394 | 2025-01-25T04:23:14.000Z | Downloaded semver v1.0.24 |
| 395 | 2025-01-25T04:23:14.000Z | Downloaded papergrid v0.11.0 |
| 396 | 2025-01-25T04:23:14.000Z | Downloaded thiserror v1.0.69 |
| 397 | 2025-01-25T04:23:14.000Z | Downloaded clap v4.5.21 |
| 398 | 2025-01-25T04:23:14.000Z | Downloaded serde_derive v1.0.217 |
| 399 | 2025-01-25T04:23:14.001Z | Downloaded proc-macro2 v1.0.92 |
| 400 | 2025-01-25T04:23:14.001Z | Downloaded anyhow v1.0.95 |
| 401 | 2025-01-25T04:23:14.001Z | Downloaded anstyle v1.0.10 |
| 402 | 2025-01-25T04:23:14.001Z | Downloaded textwrap v0.16.1 |
| 403 | 2025-01-25T04:23:14.001Z | Downloaded serde v1.0.217 |
| 404 | 2025-01-25T04:23:14.001Z | Downloaded block-buffer v0.10.4 |
| 405 | 2025-01-25T04:23:14.001Z | Downloaded log v0.4.22 |
| 406 | 2025-01-25T04:23:14.001Z | Downloaded once_cell v1.20.2 |
| 407 | 2025-01-25T04:23:14.121Z | Downloaded memchr v2.7.4 |
| 408 | 2025-01-25T04:23:14.122Z | Downloaded indexmap v2.7.0 |
| 409 | 2025-01-25T04:23:14.122Z | Downloaded toml_edit v0.22.22 |
| 410 | 2025-01-25T04:23:14.122Z | Downloaded hashbrown v0.15.1 |
| 411 | 2025-01-25T04:23:14.122Z | Downloaded pest v2.7.14 |
| 412 | 2025-01-25T04:23:14.122Z | Downloaded serde_json v1.0.135 |
| 413 | 2025-01-25T04:23:14.122Z | Downloaded zerocopy v0.7.35 |
| 414 | 2025-01-25T04:23:14.122Z | Downloaded winnow v0.6.20 |
| 415 | 2025-01-25T04:23:14.122Z | Downloaded clap_builder v4.5.21 |
| 416 | 2025-01-25T04:23:14.122Z | Downloaded tabled v0.15.0 |
| 417 | 2025-01-25T04:23:14.122Z | Downloaded syn v1.0.109 |
| 418 | 2025-01-25T04:23:14.122Z | Downloaded goblin v0.8.2 |
| 419 | 2025-01-25T04:23:14.122Z | Downloaded unicode-width v0.1.14 |
| 420 | 2025-01-25T04:23:14.122Z | Downloaded syn v2.0.96 |
| 421 | 2025-01-25T04:23:14.122Z | Downloaded rustix v0.38.37 |
| 422 | 2025-01-25T04:23:14.122Z | Downloaded libc v0.2.169 |
| 423 | 2025-01-25T04:23:14.242Z | Compiling proc-macro2 v1.0.92 |
| 424 | 2025-01-25T04:23:14.242Z | Compiling unicode-ident v1.0.14 |
| 425 | 2025-01-25T04:23:14.277Z | Compiling version_check v0.9.5 |
| 426 | 2025-01-25T04:23:14.278Z | Compiling serde v1.0.217 |
| 427 | 2025-01-25T04:23:14.278Z | Compiling memchr v2.7.4 |
| 428 | 2025-01-25T04:23:14.278Z | Compiling thiserror v1.0.69 |
| 429 | 2025-01-25T04:23:14.278Z | Compiling libc v0.2.169 |
| 430 | 2025-01-25T04:23:14.278Z | Compiling ryu v1.0.18 |
| 431 | 2025-01-25T04:23:14.573Z | Compiling ucd-trie v0.1.7 |
| 432 | 2025-01-25T04:23:14.760Z | Compiling itoa v1.0.11 |
| 433 | 2025-01-25T04:23:15.008Z | Compiling once_cell v1.20.2 |
| 434 | 2025-01-25T04:23:15.031Z | Compiling byteorder v1.5.0 |
| 435 | 2025-01-25T04:23:15.209Z | Compiling serde_json v1.0.135 |
| 436 | 2025-01-25T04:23:15.223Z | Compiling rustix v0.38.37 |
| 437 | 2025-01-25T04:23:15.475Z | Compiling bitflags v2.6.0 |
| 438 | 2025-01-25T04:23:15.503Z | Compiling proc-macro-error-attr v1.0.4 |
| 439 | 2025-01-25T04:23:15.816Z | Compiling usdt-impl v0.5.0 |
| 440 | 2025-01-25T04:23:15.844Z | Compiling syn v1.0.109 |
| 441 | 2025-01-25T04:23:15.927Z | Compiling proc-macro-error v1.0.4 |
| 442 | 2025-01-25T04:23:15.953Z | Compiling log v0.4.22 |
| 443 | 2025-01-25T04:23:16.005Z | Compiling quote v1.0.38 |
| 444 | 2025-01-25T04:23:16.327Z | Compiling equivalent v1.0.1 |
| 445 | 2025-01-25T04:23:16.337Z | Compiling errno v0.3.9 |
| 446 | 2025-01-25T04:23:16.337Z | Compiling hashbrown v0.15.1 |
| 447 | 2025-01-25T04:23:16.362Z | Compiling syn v2.0.96 |
| 448 | 2025-01-25T04:23:16.463Z | Compiling utf8parse v0.2.2 |
| 449 | 2025-01-25T04:23:16.544Z | Compiling camino v1.1.9 |
| 450 | 2025-01-25T04:23:16.622Z | Compiling plain v0.2.3 |
| 451 | 2025-01-25T04:23:16.631Z | Compiling anstyle-parse v0.2.5 |
| 452 | 2025-01-25T04:23:16.755Z | Compiling thread-id v4.2.2 |
| 453 | 2025-01-25T04:23:17.036Z | Compiling semver v1.0.24 |
| 454 | 2025-01-25T04:23:17.181Z | Compiling anstyle-query v1.1.1 |
| 455 | 2025-01-25T04:23:17.304Z | Compiling indexmap v2.7.0 |
| 456 | 2025-01-25T04:23:17.343Z | Compiling anstyle v1.0.10 |
| 457 | 2025-01-25T04:23:17.383Z | Compiling unicode-width v0.1.14 |
| 458 | 2025-01-25T04:23:17.584Z | Compiling pretty-hex v0.4.1 |
| 459 | 2025-01-25T04:23:17.596Z | Compiling colorchoice v1.0.2 |
| 460 | 2025-01-25T04:23:17.700Z | Compiling winnow v0.6.20 |
| 461 | 2025-01-25T04:23:17.735Z | Compiling autocfg v1.4.0 |
| 462 | 2025-01-25T04:23:17.799Z | Compiling is_terminal_polyfill v1.70.1 |
| 463 | 2025-01-25T04:23:17.941Z | Compiling anstream v0.6.15 |
| 464 | 2025-01-25T04:23:18.314Z | Compiling cfg-if v1.0.0 |
| 465 | 2025-01-25T04:23:18.450Z | Compiling terminal_size v0.4.0 |
| 466 | 2025-01-25T04:23:18.804Z | Compiling fastrand v2.1.1 |
| 467 | 2025-01-25T04:23:18.817Z | Compiling strsim v0.11.1 |
| 468 | 2025-01-25T04:23:18.817Z | Compiling fnv v1.0.7 |
| 469 | 2025-01-25T04:23:18.817Z | Compiling fs-err v2.11.0 |
| 470 | 2025-01-25T04:23:18.817Z | Compiling heck v0.5.0 |
| 471 | 2025-01-25T04:23:19.060Z | Compiling heck v0.4.1 |
| 472 | 2025-01-25T04:23:19.184Z | Compiling anyhow v1.0.95 |
| 473 | 2025-01-25T04:23:19.312Z | Compiling bytecount v0.6.8 |
| 474 | 2025-01-25T04:23:19.391Z | Compiling clap_lex v0.7.2 |
| 475 | 2025-01-25T04:23:19.443Z | Compiling tempfile v3.13.0 |
| 476 | 2025-01-25T04:23:19.556Z | Compiling papergrid v0.11.0 |
| 477 | 2025-01-25T04:23:19.808Z | Compiling clap_builder v4.5.21 |
| 478 | 2025-01-25T04:23:20.063Z | Compiling memmap v0.7.0 |
| 479 | 2025-01-25T04:23:20.150Z | Compiling unicode-linebreak v0.1.5 |
| 480 | 2025-01-25T04:23:20.215Z | Compiling smawk v0.3.2 |
| 481 | 2025-01-25T04:23:20.641Z | Compiling textwrap v0.16.1 |
| 482 | 2025-01-25T04:23:20.959Z | Compiling swrite v0.1.0 |
| 483 | 2025-01-25T04:23:21.647Z | Compiling tabled_derive v0.7.0 |
| 484 | 2025-01-25T04:23:23.037Z | Compiling serde_derive v1.0.217 |
| 485 | 2025-01-25T04:23:23.037Z | Compiling thiserror-impl v1.0.69 |
| 486 | 2025-01-25T04:23:23.041Z | Compiling zerocopy-derive v0.7.35 |
| 487 | 2025-01-25T04:23:23.041Z | Compiling scroll_derive v0.12.0 |
| 488 | 2025-01-25T04:23:23.041Z | Compiling clap_derive v4.5.18 |
| 489 | 2025-01-25T04:23:23.222Z | Compiling tabled v0.15.0 |
| 490 | 2025-01-25T04:23:24.439Z | Compiling scroll v0.12.0 |
| 491 | 2025-01-25T04:23:24.925Z | Compiling goblin v0.8.2 |
| 492 | 2025-01-25T04:23:25.013Z | Compiling zerocopy v0.7.35 |
| 493 | 2025-01-25T04:23:25.876Z | Compiling pest v2.7.14 |
| 494 | 2025-01-25T04:23:26.824Z | Compiling clap v4.5.21 |
| 495 | 2025-01-25T04:23:28.152Z | Compiling pest_meta v2.7.14 |
| 496 | 2025-01-25T04:23:29.013Z | Compiling pest_generator v2.7.14 |
| 497 | 2025-01-25T04:23:30.460Z | Compiling pest_derive v2.7.14 |
| 498 | 2025-01-25T04:23:31.056Z | Compiling dtrace-parser v0.2.0 |
| 499 | 2025-01-25T04:23:31.741Z | Compiling toml_datetime v0.6.8 |
| 500 | 2025-01-25T04:23:31.767Z | Compiling serde_spanned v0.6.8 |
| 501 | 2025-01-25T04:23:31.795Z | Compiling serde_tokenstream v0.2.2 |
| 502 | 2025-01-25T04:23:31.936Z | Compiling cargo-platform v0.1.8 |
| 503 | 2025-01-25T04:23:31.993Z | Compiling macaddr v1.0.1 |
| 504 | 2025-01-25T04:23:32.219Z | Compiling toml_edit v0.22.22 |
| 505 | 2025-01-25T04:23:32.423Z | Compiling camino-tempfile v1.1.1 |
| 506 | 2025-01-25T04:23:33.173Z | Compiling dof v0.3.0 |
| 507 | 2025-01-25T04:23:33.178Z | Compiling cargo_metadata v0.18.1 |
| 508 | 2025-01-25T04:23:34.387Z | Compiling usdt-attr-macro v0.5.0 |
| 509 | 2025-01-25T04:23:34.387Z | Compiling usdt-macro v0.5.0 |
| 510 | 2025-01-25T04:23:34.923Z | Compiling toml v0.8.19 |
| 511 | 2025-01-25T04:23:35.490Z | Compiling usdt v0.5.0 |
| 512 | 2025-01-25T04:23:35.648Z | Compiling cargo_toml v0.20.5 |
| 513 | 2025-01-25T04:23:38.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 514 | 2025-01-25T04:23:41.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.98s |
| 515 | 2025-01-25T04:23:41.751Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 516 | 2025-01-25T04:23:42.279Z | Downloading crates ... |
| 517 | 2025-01-25T04:23:42.400Z | Downloaded async-recursion v1.1.1 |
| 518 | 2025-01-25T04:23:42.410Z | Downloaded const_format v0.2.33 |
| 519 | 2025-01-25T04:23:42.417Z | Downloaded bitflags v1.3.2 |
| 520 | 2025-01-25T04:23:42.427Z | Downloaded crucible-workspace-hack v0.1.0 |
| 521 | 2025-01-25T04:23:42.430Z | Downloaded ciborium-io v0.2.2 |
| 522 | 2025-01-25T04:23:42.430Z | Downloaded cfg_aliases v0.1.1 |
| 523 | 2025-01-25T04:23:42.430Z | Downloaded atty v0.2.14 |
| 524 | 2025-01-25T04:23:42.433Z | Downloaded async-stream-impl v0.3.6 |
| 525 | 2025-01-25T04:23:42.433Z | Downloaded bit-set v0.5.3 |
| 526 | 2025-01-25T04:23:42.440Z | Downloaded hickory-resolver v0.24.2 |
| 527 | 2025-01-25T04:23:42.445Z | Downloaded cstr-argument v0.1.2 |
| 528 | 2025-01-25T04:23:42.447Z | Downloaded cfg_aliases v0.2.1 |
| 529 | 2025-01-25T04:23:42.452Z | Downloaded atomicwrites v0.4.4 |
| 530 | 2025-01-25T04:23:42.453Z | Downloaded http-body v1.0.1 |
| 531 | 2025-01-25T04:23:42.460Z | Downloaded http-range v0.1.5 |
| 532 | 2025-01-25T04:23:42.460Z | Downloaded hubpack_derive v0.1.1 |
| 533 | 2025-01-25T04:23:42.460Z | Downloaded convert_case v0.4.0 |
| 534 | 2025-01-25T04:23:42.548Z | Downloaded crunchy v0.2.2 |
| 535 | 2025-01-25T04:23:42.557Z | Downloaded ascii-canvas v3.0.0 |
| 536 | 2025-01-25T04:23:42.557Z | Downloaded crossbeam-deque v0.8.5 |
| 537 | 2025-01-25T04:23:42.557Z | Downloaded async-stream v0.3.6 |
| 538 | 2025-01-25T04:23:42.557Z | Downloaded bitfield v0.14.0 |
| 539 | 2025-01-25T04:23:42.557Z | Downloaded mirai-annotations v1.12.0 |
| 540 | 2025-01-25T04:23:42.558Z | Downloaded bit-vec v0.6.3 |
| 541 | 2025-01-25T04:23:42.558Z | Downloaded new_debug_unreachable v1.0.6 |
| 542 | 2025-01-25T04:23:42.558Z | Downloaded md5 v0.7.0 |
| 543 | 2025-01-25T04:23:42.558Z | Downloaded bitfield-struct v0.6.2 |
| 544 | 2025-01-25T04:23:42.558Z | Downloaded ident_case v1.0.1 |
| 545 | 2025-01-25T04:23:42.558Z | Downloaded array-init v0.0.4 |
| 546 | 2025-01-25T04:23:42.558Z | Downloaded const_format_proc_macros v0.2.33 |
| 547 | 2025-01-25T04:23:42.558Z | Downloaded buf-list v1.0.3 |
| 548 | 2025-01-25T04:23:42.558Z | Downloaded match_cfg v0.1.0 |
| 549 | 2025-01-25T04:23:42.558Z | Downloaded instant v0.1.13 |
| 550 | 2025-01-25T04:23:42.558Z | Downloaded ctr v0.9.2 |
| 551 | 2025-01-25T04:23:42.558Z | Downloaded crc-catalog v2.4.0 |
| 552 | 2025-01-25T04:23:42.558Z | Downloaded constant_time_eq v0.3.1 |
| 553 | 2025-01-25T04:23:42.558Z | Downloaded ciborium-ll v0.2.2 |
| 554 | 2025-01-25T04:23:42.558Z | Downloaded mime v0.3.17 |
| 555 | 2025-01-25T04:23:42.558Z | Downloaded block-padding v0.3.3 |
| 556 | 2025-01-25T04:23:42.558Z | Downloaded bb8 v0.8.5 |
| 557 | 2025-01-25T04:23:42.558Z | Downloaded humantime v2.1.0 |
| 558 | 2025-01-25T04:23:42.558Z | Downloaded cexpr v0.6.0 |
| 559 | 2025-01-25T04:23:42.558Z | Downloaded assert_matches v1.5.0 |
| 560 | 2025-01-25T04:23:42.558Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 561 | 2025-01-25T04:23:42.558Z | Downloaded http-body-util v0.1.2 |
| 562 | 2025-01-25T04:23:42.558Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 563 | 2025-01-25T04:23:42.558Z | Downloaded hostname v0.3.1 |
| 564 | 2025-01-25T04:23:42.558Z | Downloaded crc v3.2.1 |
| 565 | 2025-01-25T04:23:42.558Z | Downloaded adler2 v2.0.0 |
| 566 | 2025-01-25T04:23:42.558Z | Downloaded hyper-tls v0.6.0 |
| 567 | 2025-01-25T04:23:42.558Z | Downloaded instability v0.3.2 |
| 568 | 2025-01-25T04:23:42.559Z | Downloaded chrono-tz-build v0.4.0 |
| 569 | 2025-01-25T04:23:42.559Z | Downloaded managed v0.8.0 |
| 570 | 2025-01-25T04:23:42.559Z | Downloaded hubpack v0.1.2 |
| 571 | 2025-01-25T04:23:42.559Z | Downloaded hmac v0.12.1 |
| 572 | 2025-01-25T04:23:42.559Z | Downloaded cassowary v0.3.0 |
| 573 | 2025-01-25T04:23:42.559Z | Downloaded ciborium v0.2.2 |
| 574 | 2025-01-25T04:23:42.559Z | Downloaded lalrpop-util v0.19.12 |
| 575 | 2025-01-25T04:23:42.559Z | Downloaded inout v0.1.3 |
| 576 | 2025-01-25T04:23:42.559Z | Downloaded indent_write v2.2.0 |
| 577 | 2025-01-25T04:23:42.559Z | Downloaded icu_provider_macros v1.5.0 |
| 578 | 2025-01-25T04:23:42.559Z | Downloaded cipher v0.4.4 |
| 579 | 2025-01-25T04:23:42.559Z | Downloaded multimap v0.10.0 |
| 580 | 2025-01-25T04:23:42.559Z | Downloaded lru-cache v0.1.2 |
| 581 | 2025-01-25T04:23:42.559Z | Downloaded bzip2 v0.4.4 |
| 582 | 2025-01-25T04:23:42.559Z | Downloaded kstat-rs v0.2.4 |
| 583 | 2025-01-25T04:23:42.559Z | Downloaded quick-error v1.2.3 |
| 584 | 2025-01-25T04:23:42.559Z | Downloaded libsw v3.3.1 |
| 585 | 2025-01-25T04:23:42.559Z | Downloaded console v0.15.8 |
| 586 | 2025-01-25T04:23:42.563Z | Downloaded lazy_static v1.5.0 |
| 587 | 2025-01-25T04:23:42.564Z | Downloaded cookie_store v0.21.1 |
| 588 | 2025-01-25T04:23:42.564Z | Downloaded indoc v1.0.9 |
| 589 | 2025-01-25T04:23:42.564Z | Downloaded backoff v0.4.0 |
| 590 | 2025-01-25T04:23:42.564Z | Downloaded memoffset v0.9.1 |
| 591 | 2025-01-25T04:23:42.564Z | Downloaded lazycell v1.3.0 |
| 592 | 2025-01-25T04:23:42.567Z | Downloaded is-terminal v0.4.13 |
| 593 | 2025-01-25T04:23:42.567Z | Downloaded maplit v1.0.2 |
| 594 | 2025-01-25T04:23:42.567Z | Downloaded colored v2.1.0 |
| 595 | 2025-01-25T04:23:42.569Z | Downloaded lru v0.12.5 |
| 596 | 2025-01-25T04:23:42.569Z | Downloaded lockfree-object-pool v0.1.6 |
| 597 | 2025-01-25T04:23:42.572Z | Downloaded is_ci v1.2.0 |
| 598 | 2025-01-25T04:23:42.575Z | Downloaded async-trait v0.1.85 |
| 599 | 2025-01-25T04:23:42.578Z | Downloaded iana-time-zone v0.1.61 |
| 600 | 2025-01-25T04:23:42.581Z | Downloaded hickory-client v0.24.2 |
| 601 | 2025-01-25T04:23:42.583Z | Downloaded sync_wrapper v1.0.1 |
| 602 | 2025-01-25T04:23:42.586Z | Downloaded hyper-staticfile v0.10.1 |
| 603 | 2025-01-25T04:23:42.586Z | Downloaded ipnet v2.10.1 |
| 604 | 2025-01-25T04:23:42.589Z | Downloaded zone_cfg_derive v0.3.0 |
| 605 | 2025-01-25T04:23:42.589Z | Downloaded linear-map v1.2.0 |
| 606 | 2025-01-25T04:23:42.594Z | Downloaded sync-ptr v0.1.1 |
| 607 | 2025-01-25T04:23:42.594Z | Downloaded rand_chacha v0.3.1 |
| 608 | 2025-01-25T04:23:42.597Z | Downloaded radium v0.7.0 |
| 609 | 2025-01-25T04:23:42.597Z | Downloaded highway v1.2.0 |
| 610 | 2025-01-25T04:23:42.597Z | Downloaded shell-words v1.1.0 |
| 611 | 2025-01-25T04:23:42.601Z | Downloaded rustc-hash v1.1.0 |
| 612 | 2025-01-25T04:23:42.601Z | Downloaded rand_core v0.6.4 |
| 613 | 2025-01-25T04:23:42.604Z | Downloaded md-5 v0.10.6 |
| 614 | 2025-01-25T04:23:42.604Z | Downloaded strum v0.26.3 |
| 615 | 2025-01-25T04:23:42.604Z | Downloaded crossbeam-epoch v0.9.18 |
| 616 | 2025-01-25T04:23:42.606Z | Downloaded castaway v0.2.3 |
| 617 | 2025-01-25T04:23:42.610Z | Downloaded blake2 v0.10.6 |
| 618 | 2025-01-25T04:23:42.612Z | Downloaded crc-any v2.5.0 |
| 619 | 2025-01-25T04:23:42.612Z | Downloaded zone_cfg_derive v0.1.2 |
| 620 | 2025-01-25T04:23:42.615Z | Downloaded multer v3.1.0 |
| 621 | 2025-01-25T04:23:42.617Z | Downloaded native-tls v0.2.12 |
| 622 | 2025-01-25T04:23:42.620Z | Downloaded float-ord v0.3.2 |
| 623 | 2025-01-25T04:23:42.620Z | Downloaded tokio-macros v2.5.0 |
| 624 | 2025-01-25T04:23:42.624Z | Downloaded slog-bunyan v2.5.0 |
| 625 | 2025-01-25T04:23:42.624Z | Downloaded signal-hook-tokio v0.3.1 |
| 626 | 2025-01-25T04:23:42.624Z | Downloaded signal-hook-registry v1.4.2 |
| 627 | 2025-01-25T04:23:42.639Z | Downloaded ahash v0.8.11 |
| 628 | 2025-01-25T04:23:42.639Z | Downloaded allocator-api2 v0.2.18 |
| 629 | 2025-01-25T04:23:42.639Z | Downloaded serde_urlencoded v0.7.1 |
| 630 | 2025-01-25T04:23:42.639Z | Downloaded num-conv v0.1.0 |
| 631 | 2025-01-25T04:23:42.639Z | Downloaded downcast v0.11.0 |
| 632 | 2025-01-25T04:23:42.639Z | Downloaded zerofrom v0.1.4 |
| 633 | 2025-01-25T04:23:42.639Z | Downloaded nanorand v0.7.0 |
| 634 | 2025-01-25T04:23:42.642Z | Downloaded maybe-uninit v2.0.0 |
| 635 | 2025-01-25T04:23:42.642Z | Downloaded tokio-native-tls v0.3.1 |
| 636 | 2025-01-25T04:23:42.642Z | Downloaded scheduled-thread-pool v0.2.7 |
| 637 | 2025-01-25T04:23:42.645Z | Downloaded internet-checksum v0.2.1 |
| 638 | 2025-01-25T04:23:42.645Z | Downloaded chacha20poly1305 v0.10.1 |
| 639 | 2025-01-25T04:23:42.647Z | Downloaded oso-derive v0.27.3 |
| 640 | 2025-01-25T04:23:42.647Z | Downloaded arc-swap v1.7.1 |
| 641 | 2025-01-25T04:23:42.650Z | Downloaded memmap2 v0.9.5 |
| 642 | 2025-01-25T04:23:42.653Z | Downloaded litemap v0.7.3 |
| 643 | 2025-01-25T04:23:42.656Z | Downloaded deranged v0.3.11 |
| 644 | 2025-01-25T04:23:42.659Z | Downloaded icu_provider v1.5.0 |
| 645 | 2025-01-25T04:23:42.662Z | Downloaded indexmap v1.9.3 |
| 646 | 2025-01-25T04:23:42.664Z | Downloaded base64 v0.13.1 |
| 647 | 2025-01-25T04:23:42.668Z | Downloaded libloading v0.8.5 |
| 648 | 2025-01-25T04:23:42.671Z | Downloaded normalize-line-endings v0.3.0 |
| 649 | 2025-01-25T04:23:42.671Z | Downloaded zone v0.3.0 |
| 650 | 2025-01-25T04:23:42.674Z | Downloaded ssh-cipher v0.2.0 |
| 651 | 2025-01-25T04:23:42.674Z | Downloaded slog-scope v4.4.0 |
| 652 | 2025-01-25T04:23:42.677Z | Downloaded ed25519 v2.2.3 |
| 653 | 2025-01-25T04:23:42.677Z | Downloaded group v0.13.0 |
| 654 | 2025-01-25T04:23:42.680Z | Downloaded compact_str v0.8.0 |
| 655 | 2025-01-25T04:23:42.683Z | Downloaded pretty-hex v0.2.1 |
| 656 | 2025-01-25T04:23:42.683Z | Downloaded icu_locid_transform_data v1.5.0 |
| 657 | 2025-01-25T04:23:42.686Z | Downloaded sigpipe v0.1.3 |
| 658 | 2025-01-25T04:23:42.688Z | Downloaded bytes v1.9.0 |
| 659 | 2025-01-25T04:23:42.691Z | Downloaded utf8_iter v1.0.4 |
| 660 | 2025-01-25T04:23:42.694Z | Downloaded synstructure v0.13.1 |
| 661 | 2025-01-25T04:23:42.694Z | Downloaded mockall_derive v0.13.0 |
| 662 | 2025-01-25T04:23:42.696Z | Downloaded lock_api v0.4.12 |
| 663 | 2025-01-25T04:23:42.696Z | Downloaded icu_normalizer_data v1.5.0 |
| 664 | 2025-01-25T04:23:42.699Z | Downloaded typify v0.2.0 |
| 665 | 2025-01-25T04:23:42.702Z | Downloaded rfc6979 v0.4.0 |
| 666 | 2025-01-25T04:23:42.704Z | Downloaded phf_shared v0.10.0 |
| 667 | 2025-01-25T04:23:42.705Z | Downloaded tokio-rustls v0.24.1 |
| 668 | 2025-01-25T04:23:42.707Z | Downloaded toolchain_find v0.4.0 |
| 669 | 2025-01-25T04:23:42.707Z | Downloaded icu_locid v1.5.0 |
| 670 | 2025-01-25T04:23:42.712Z | Downloaded enum-as-inner v0.6.1 |
| 671 | 2025-01-25T04:23:42.715Z | Downloaded quinn-udp v0.5.5 |
| 672 | 2025-01-25T04:23:42.717Z | Downloaded predicates v3.1.2 |
| 673 | 2025-01-25T04:23:42.720Z | Downloaded packed_struct_codegen v0.10.1 |
| 674 | 2025-01-25T04:23:42.720Z | Downloaded httparse v1.9.5 |
| 675 | 2025-01-25T04:23:42.723Z | Downloaded rustc_version v0.4.1 |
| 676 | 2025-01-25T04:23:42.726Z | Downloaded cc v1.1.30 |
| 677 | 2025-01-25T04:23:42.729Z | Downloaded base64 v0.21.7 |
| 678 | 2025-01-25T04:23:42.732Z | Downloaded tinyvec_macros v0.1.1 |
| 679 | 2025-01-25T04:23:42.735Z | Downloaded icu_normalizer v1.5.0 |
| 680 | 2025-01-25T04:23:42.737Z | Downloaded ref-cast v1.0.23 |
| 681 | 2025-01-25T04:23:42.741Z | Downloaded phf_codegen v0.11.2 |
| 682 | 2025-01-25T04:23:42.741Z | Downloaded pem v3.0.4 |
| 683 | 2025-01-25T04:23:42.744Z | Downloaded whoami v1.5.2 |
| 684 | 2025-01-25T04:23:42.746Z | Downloaded write16 v1.0.0 |
| 685 | 2025-01-25T04:23:42.746Z | Downloaded rusty-fork v0.3.0 |
| 686 | 2025-01-25T04:23:42.749Z | Downloaded hex-literal v0.4.1 |
| 687 | 2025-01-25T04:23:42.749Z | Downloaded futures-task v0.3.31 |
| 688 | 2025-01-25T04:23:42.752Z | Downloaded thread_local v1.1.8 |
| 689 | 2025-01-25T04:23:42.752Z | Downloaded siphasher v0.3.11 |
| 690 | 2025-01-25T04:23:42.754Z | Downloaded salsa20 v0.10.2 |
| 691 | 2025-01-25T04:23:42.754Z | Downloaded predicates-tree v1.0.11 |
| 692 | 2025-01-25T04:23:42.757Z | Downloaded futures-sink v0.3.31 |
| 693 | 2025-01-25T04:23:42.757Z | Downloaded predicates-core v1.0.8 |
| 694 | 2025-01-25T04:23:42.760Z | Downloaded vsss-rs v3.3.4 |
| 695 | 2025-01-25T04:23:42.760Z | Downloaded phf_shared v0.11.2 |
| 696 | 2025-01-25T04:23:42.763Z | Downloaded typify v0.3.0 |
| 697 | 2025-01-25T04:23:42.765Z | Downloaded parse-size v1.1.0 |
| 698 | 2025-01-25T04:23:42.769Z | Downloaded string_cache v0.8.7 |
| 699 | 2025-01-25T04:23:42.769Z | Downloaded miniz_oxide v0.8.0 |
| 700 | 2025-01-25T04:23:42.773Z | Downloaded test-strategy v0.3.1 |
| 701 | 2025-01-25T04:23:42.776Z | Downloaded newline-converter v0.3.0 |
| 702 | 2025-01-25T04:23:42.776Z | Downloaded rustc_version v0.1.7 |
| 703 | 2025-01-25T04:23:42.779Z | Downloaded resolv-conf v0.7.0 |
| 704 | 2025-01-25T04:23:42.779Z | Downloaded phf v0.11.2 |
| 705 | 2025-01-25T04:23:42.782Z | Downloaded ron v0.8.1 |
| 706 | 2025-01-25T04:23:42.786Z | Downloaded env_logger v0.10.2 |
| 707 | 2025-01-25T04:23:42.789Z | Downloaded defmt-parser v0.3.4 |
| 708 | 2025-01-25T04:23:42.791Z | Downloaded defmt-macros v0.3.9 |
| 709 | 2025-01-25T04:23:42.794Z | Downloaded fallible-iterator v0.2.0 |
| 710 | 2025-01-25T04:23:42.797Z | Downloaded path-slash v0.1.5 |
| 711 | 2025-01-25T04:23:42.797Z | Downloaded flagset v0.4.6 |
| 712 | 2025-01-25T04:23:42.799Z | Downloaded filetime v0.2.25 |
| 713 | 2025-01-25T04:23:42.799Z | Downloaded litrs v0.4.1 |
| 714 | 2025-01-25T04:23:42.803Z | Downloaded fixedbitset v0.4.2 |
| 715 | 2025-01-25T04:23:42.806Z | Downloaded structmeta-derive v0.2.0 |
| 716 | 2025-01-25T04:23:42.806Z | Downloaded tls_codec v0.4.1 |
| 717 | 2025-01-25T04:23:42.810Z | Downloaded structmeta v0.3.0 |
| 718 | 2025-01-25T04:23:42.810Z | Downloaded structmeta v0.2.0 |
| 719 | 2025-01-25T04:23:42.813Z | Downloaded half v2.4.1 |
| 720 | 2025-01-25T04:23:42.813Z | Downloaded stringprep v0.1.5 |
| 721 | 2025-01-25T04:23:42.816Z | Downloaded env_filter v0.1.2 |
| 722 | 2025-01-25T04:23:42.816Z | Downloaded xattr v1.3.1 |
| 723 | 2025-01-25T04:23:42.820Z | Downloaded take_mut v0.2.2 |
| 724 | 2025-01-25T04:23:42.820Z | Downloaded strip-ansi-escapes v0.2.0 |
| 725 | 2025-01-25T04:23:42.830Z | Downloaded pkg-config v0.3.31 |
| 726 | 2025-01-25T04:23:42.833Z | Downloaded want v0.3.1 |
| 727 | 2025-01-25T04:23:42.836Z | Downloaded derive_builder v0.20.2 |
| 728 | 2025-01-25T04:23:42.838Z | Downloaded derive_builder_macro v0.20.2 |
| 729 | 2025-01-25T04:23:42.841Z | Downloaded rand_xorshift v0.3.0 |
| 730 | 2025-01-25T04:23:42.841Z | Downloaded xz2 v0.1.7 |
| 731 | 2025-01-25T04:23:42.844Z | Downloaded writeable v0.5.5 |
| 732 | 2025-01-25T04:23:42.846Z | Downloaded try-lock v0.2.5 |
| 733 | 2025-01-25T04:23:42.846Z | Downloaded newtype-uuid v1.2.1 |
| 734 | 2025-01-25T04:23:42.849Z | Downloaded derive_more v0.99.18 |
| 735 | 2025-01-25T04:23:42.852Z | Downloaded ghash v0.5.1 |
| 736 | 2025-01-25T04:23:42.854Z | Downloaded float-cmp v0.9.0 |
| 737 | 2025-01-25T04:23:42.857Z | Downloaded sec1 v0.7.3 |
| 738 | 2025-01-25T04:23:42.857Z | Downloaded der_derive v0.7.3 |
| 739 | 2025-01-25T04:23:42.860Z | Downloaded des v0.8.1 |
| 740 | 2025-01-25T04:23:42.860Z | Downloaded serde_with_macros v3.11.0 |
| 741 | 2025-01-25T04:23:42.863Z | Downloaded progenitor-client v0.8.0 |
| 742 | 2025-01-25T04:23:42.866Z | Downloaded tap v1.0.1 |
| 743 | 2025-01-25T04:23:42.866Z | Downloaded difflib v0.4.0 |
| 744 | 2025-01-25T04:23:42.866Z | Downloaded indicatif v0.17.9 |
| 745 | 2025-01-25T04:23:42.871Z | Downloaded progenitor-client v0.9.1 |
| 746 | 2025-01-25T04:23:42.873Z | Downloaded postgres-protocol v0.6.7 |
| 747 | 2025-01-25T04:23:42.874Z | Downloaded tokio-postgres v0.7.12 |
| 748 | 2025-01-25T04:23:42.879Z | Downloaded russh-cryptovec v0.7.3 |
| 749 | 2025-01-25T04:23:42.882Z | Downloaded fxhash v0.2.1 |
| 750 | 2025-01-25T04:23:42.882Z | Downloaded secrecy v0.8.0 |
| 751 | 2025-01-25T04:23:42.884Z | Downloaded progenitor-macro v0.9.1 |
| 752 | 2025-01-25T04:23:42.884Z | Downloaded progenitor-macro v0.8.0 |
| 753 | 2025-01-25T04:23:42.884Z | Downloaded paste v1.0.15 |
| 754 | 2025-01-25T04:23:42.887Z | Downloaded toml v0.7.8 |
| 755 | 2025-01-25T04:23:42.891Z | Downloaded stable_deref_trait v1.2.0 |
| 756 | 2025-01-25T04:23:42.893Z | Downloaded unicode-truncate v1.1.0 |
| 757 | 2025-01-25T04:23:42.893Z | Downloaded snafu-derive v0.8.5 |
| 758 | 2025-01-25T04:23:42.896Z | Downloaded sha1 v0.10.6 |
| 759 | 2025-01-25T04:23:42.899Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 760 | 2025-01-25T04:23:42.899Z | Downloaded foldhash v0.1.3 |
| 761 | 2025-01-25T04:23:42.901Z | Downloaded derive-where v1.2.7 |
| 762 | 2025-01-25T04:23:42.904Z | Downloaded ed25519-dalek v2.1.1 |
| 763 | 2025-01-25T04:23:42.907Z | Downloaded psl-types v2.0.11 |
| 764 | 2025-01-25T04:23:42.909Z | Downloaded diesel-dtrace v0.4.2 |
| 765 | 2025-01-25T04:23:42.909Z | Downloaded flume v0.11.1 |
| 766 | 2025-01-25T04:23:42.913Z | Downloaded foreign-types-shared v0.1.1 |
| 767 | 2025-01-25T04:23:42.916Z | Downloaded foreign-types v0.5.0 |
| 768 | 2025-01-25T04:23:42.916Z | Downloaded smf v0.2.3 |
| 769 | 2025-01-25T04:23:42.919Z | Downloaded pbkdf2 v0.12.2 |
| 770 | 2025-01-25T04:23:42.919Z | Downloaded similar v2.6.0 |
| 771 | 2025-01-25T04:23:42.923Z | Downloaded rand v0.8.5 |
| 772 | 2025-01-25T04:23:42.928Z | Downloaded openssl-probe v0.1.5 |
| 773 | 2025-01-25T04:23:42.930Z | Downloaded term v0.7.0 |
| 774 | 2025-01-25T04:23:42.933Z | Downloaded yoke-derive v0.7.4 |
| 775 | 2025-01-25T04:23:42.933Z | Downloaded termtree v0.4.1 |
| 776 | 2025-01-25T04:23:42.936Z | Downloaded tracing-attributes v0.1.27 |
| 777 | 2025-01-25T04:23:42.939Z | Downloaded waitgroup v0.1.2 |
| 778 | 2025-01-25T04:23:42.939Z | Downloaded utf-8 v0.7.6 |
| 779 | 2025-01-25T04:23:42.943Z | Downloaded aes v0.8.4 |
| 780 | 2025-01-25T04:23:42.947Z | Downloaded unicode-bidi v0.3.17 |
| 781 | 2025-01-25T04:23:42.947Z | Downloaded mio v1.0.2 |
| 782 | 2025-01-25T04:23:42.952Z | Downloaded universal-hash v0.5.1 |
| 783 | 2025-01-25T04:23:42.956Z | Downloaded supports-color v3.0.1 |
| 784 | 2025-01-25T04:23:42.956Z | Downloaded signature v2.2.0 |
| 785 | 2025-01-25T04:23:42.959Z | Downloaded openssl-macros v0.1.1 |
| 786 | 2025-01-25T04:23:42.959Z | Downloaded postgres-types v0.2.8 |
| 787 | 2025-01-25T04:23:42.964Z | Downloaded glob v0.3.1 |
| 788 | 2025-01-25T04:23:42.964Z | Downloaded gethostname v0.5.0 |
| 789 | 2025-01-25T04:23:42.964Z | Downloaded futures-macro v0.3.31 |
| 790 | 2025-01-25T04:23:42.968Z | Downloaded yasna v0.5.2 |
| 791 | 2025-01-25T04:23:42.968Z | Downloaded dunce v1.0.5 |
| 792 | 2025-01-25T04:23:42.971Z | Downloaded headers-core v0.3.0 |
| 793 | 2025-01-25T04:23:42.971Z | Downloaded unicode-properties v0.1.3 |
| 794 | 2025-01-25T04:23:42.972Z | Downloaded peg v0.8.4 |
| 795 | 2025-01-25T04:23:42.975Z | Downloaded tower-service v0.3.3 |
| 796 | 2025-01-25T04:23:42.975Z | Downloaded slab v0.4.9 |
| 797 | 2025-01-25T04:23:42.978Z | Downloaded prettyplease v0.2.25 |
| 798 | 2025-01-25T04:23:42.981Z | Downloaded pin-utils v0.1.0 |
| 799 | 2025-01-25T04:23:42.983Z | Downloaded pin-project-lite v0.2.14 |
| 800 | 2025-01-25T04:23:42.986Z | Downloaded termcolor v1.4.1 |
| 801 | 2025-01-25T04:23:42.989Z | Downloaded newtype_derive v0.1.6 |
| 802 | 2025-01-25T04:23:42.992Z | Downloaded spin v0.9.8 |
| 803 | 2025-01-25T04:23:42.992Z | Downloaded unicode-xid v0.2.6 |
| 804 | 2025-01-25T04:23:42.995Z | Downloaded walkdir v2.5.0 |
| 805 | 2025-01-25T04:23:42.998Z | Downloaded nodrop v0.1.14 |
| 806 | 2025-01-25T04:23:42.998Z | Downloaded tokio-tungstenite v0.24.0 |
| 807 | 2025-01-25T04:23:43.001Z | Downloaded postcard v1.0.10 |
| 808 | 2025-01-25T04:23:43.004Z | Downloaded ff v0.13.0 |
| 809 | 2025-01-25T04:23:43.004Z | Downloaded rustc-hash v2.0.0 |
| 810 | 2025-01-25T04:23:43.004Z | Downloaded progenitor v0.9.1 |
| 811 | 2025-01-25T04:23:43.008Z | Downloaded pbkdf2 v0.11.0 |
| 812 | 2025-01-25T04:23:43.010Z | Downloaded crossterm v0.28.1 |
| 813 | 2025-01-25T04:23:43.014Z | Downloaded vte_generate_state_changes v0.1.2 |
| 814 | 2025-01-25T04:23:43.017Z | Downloaded aes-gcm v0.10.3 |
| 815 | 2025-01-25T04:23:43.020Z | Downloaded signal-hook-mio v0.2.4 |
| 816 | 2025-01-25T04:23:43.022Z | Downloaded shlex v1.3.0 |
| 817 | 2025-01-25T04:23:43.022Z | Downloaded scopeguard v1.2.0 |
| 818 | 2025-01-25T04:23:43.025Z | Downloaded termtree v0.5.1 |
| 819 | 2025-01-25T04:23:43.025Z | Downloaded termios v0.3.3 |
| 820 | 2025-01-25T04:23:43.028Z | Downloaded same-file v1.0.6 |
| 821 | 2025-01-25T04:23:43.030Z | Downloaded futures-io v0.3.31 |
| 822 | 2025-01-25T04:23:43.030Z | Downloaded minimal-lexical v0.2.1 |
| 823 | 2025-01-25T04:23:43.034Z | Downloaded tui-tree-widget v0.22.0 |
| 824 | 2025-01-25T04:23:43.036Z | Downloaded tar v0.4.42 |
| 825 | 2025-01-25T04:23:43.039Z | Downloaded http v1.2.0 |
| 826 | 2025-01-25T04:23:43.042Z | Downloaded toml_edit v0.19.15 |
| 827 | 2025-01-25T04:23:43.058Z | Downloaded endian-type v0.1.2 |
| 828 | 2025-01-25T04:23:43.061Z | Downloaded foreign-types v0.3.2 |
| 829 | 2025-01-25T04:23:43.061Z | Downloaded heck v0.3.3 |
| 830 | 2025-01-25T04:23:43.064Z | Downloaded embedded-io v0.6.1 |
| 831 | 2025-01-25T04:23:43.064Z | Downloaded russh-keys v0.45.0 |
| 832 | 2025-01-25T04:23:43.066Z | Downloaded globset v0.4.15 |
| 833 | 2025-01-25T04:23:43.069Z | Downloaded percent-encoding v2.3.1 |
| 834 | 2025-01-25T04:23:43.069Z | Downloaded packed_struct v0.10.1 |
| 835 | 2025-01-25T04:23:43.072Z | Downloaded polyval v0.6.2 |
| 836 | 2025-01-25T04:23:43.072Z | Downloaded itertools v0.10.5 |
| 837 | 2025-01-25T04:23:43.078Z | Downloaded num v0.4.3 |
| 838 | 2025-01-25T04:23:43.081Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 839 | 2025-01-25T04:23:43.081Z | Downloaded document-features v0.2.10 |
| 840 | 2025-01-25T04:23:43.084Z | Downloaded rand_seeder v0.3.0 |
| 841 | 2025-01-25T04:23:43.084Z | Downloaded der v0.7.9 |
| 842 | 2025-01-25T04:23:43.089Z | Downloaded serde_plain v1.0.2 |
| 843 | 2025-01-25T04:23:43.092Z | Downloaded p256 v0.13.2 |
| 844 | 2025-01-25T04:23:43.094Z | Downloaded openssl-sys v0.9.103 |
| 845 | 2025-01-25T04:23:43.099Z | Downloaded tinystr v0.7.6 |
| 846 | 2025-01-25T04:23:43.101Z | Downloaded slog-stdlog v4.1.1 |
| 847 | 2025-01-25T04:23:43.104Z | Downloaded value-bag v1.9.0 |
| 848 | 2025-01-25T04:23:43.106Z | Downloaded smallvec v0.6.14 |
| 849 | 2025-01-25T04:23:43.109Z | Downloaded display-error-chain v0.2.2 |
| 850 | 2025-01-25T04:23:43.109Z | Downloaded thiserror-no-std v2.0.2 |
| 851 | 2025-01-25T04:23:43.112Z | Downloaded unicase v2.7.0 |
| 852 | 2025-01-25T04:23:43.114Z | Downloaded diff v0.1.13 |
| 853 | 2025-01-25T04:23:43.117Z | Downloaded typed-path v0.9.3 |
| 854 | 2025-01-25T04:23:43.124Z | Downloaded precomputed-hash v0.1.1 |
| 855 | 2025-01-25T04:23:43.126Z | Downloaded peg-runtime v0.8.3 |
| 856 | 2025-01-25T04:23:43.126Z | Downloaded embedded-io v0.4.0 |
| 857 | 2025-01-25T04:23:43.130Z | Downloaded libm v0.2.8 |
| 858 | 2025-01-25T04:23:43.135Z | Downloaded pkcs8 v0.10.2 |
| 859 | 2025-01-25T04:23:43.137Z | Downloaded nu-ansi-term v0.50.1 |
| 860 | 2025-01-25T04:23:43.140Z | Downloaded pkcs1 v0.7.5 |
| 861 | 2025-01-25T04:23:43.143Z | Downloaded aws-lc-rs v1.10.0 |
| 862 | 2025-01-25T04:23:43.152Z | Downloaded scrypt v0.11.0 |
| 863 | 2025-01-25T04:23:43.154Z | Downloaded schemars_derive v0.8.21 |
| 864 | 2025-01-25T04:23:43.157Z | Downloaded libxml v0.3.3 |
| 865 | 2025-01-25T04:23:43.161Z | Downloaded number_prefix v0.4.0 |
| 866 | 2025-01-25T04:23:43.163Z | Downloaded rustls-pemfile v1.0.4 |
| 867 | 2025-01-25T04:23:43.166Z | Downloaded zerovec-derive v0.10.3 |
| 868 | 2025-01-25T04:23:43.166Z | Downloaded signal-hook v0.3.17 |
| 869 | 2025-01-25T04:23:43.168Z | Downloaded num-bigint v0.4.6 |
| 870 | 2025-01-25T04:23:43.174Z | Downloaded zeroize v1.8.1 |
| 871 | 2025-01-25T04:23:43.176Z | Downloaded progenitor-impl v0.9.1 |
| 872 | 2025-01-25T04:23:43.179Z | Downloaded slog-term v2.9.1 |
| 873 | 2025-01-25T04:23:43.181Z | Downloaded uzers v0.12.1 |
| 874 | 2025-01-25T04:23:43.184Z | Downloaded zeroize_derive v1.4.2 |
| 875 | 2025-01-25T04:23:43.187Z | Downloaded dyn-clone v1.0.17 |
| 876 | 2025-01-25T04:23:43.187Z | Downloaded dsl_auto_type v0.1.2 |
| 877 | 2025-01-25T04:23:43.187Z | Downloaded vte v0.11.1 |
| 878 | 2025-01-25T04:23:43.189Z | Downloaded rustyline v14.0.0 |
| 879 | 2025-01-25T04:23:43.194Z | Downloaded env_logger v0.11.5 |
| 880 | 2025-01-25T04:23:43.197Z | Downloaded parking_lot v0.12.3 |
| 881 | 2025-01-25T04:23:43.200Z | Downloaded unicode_categories v0.1.1 |
| 882 | 2025-01-25T04:23:43.202Z | Downloaded strum_macros v0.25.3 |
| 883 | 2025-01-25T04:23:43.205Z | Downloaded zopfli v0.8.1 |
| 884 | 2025-01-25T04:23:43.209Z | Downloaded pin-project-internal v1.1.6 |
| 885 | 2025-01-25T04:23:43.211Z | Downloaded zerocopy v0.6.6 |
| 886 | 2025-01-25T04:23:43.211Z | Downloaded diesel_derives v2.2.3 |
| 887 | 2025-01-25T04:23:43.215Z | Downloaded untrusted v0.9.0 |
| 888 | 2025-01-25T04:23:43.218Z | Downloaded ppv-lite86 v0.2.20 |
| 889 | 2025-01-25T04:23:43.225Z | Downloaded slog v2.7.0 |
| 890 | 2025-01-25T04:23:43.228Z | Downloaded dirs-next v2.0.0 |
| 891 | 2025-01-25T04:23:43.228Z | Downloaded thiserror-impl v2.0.11 |
| 892 | 2025-01-25T04:23:43.228Z | Downloaded rustls-pemfile v2.2.0 |
| 893 | 2025-01-25T04:23:43.228Z | Downloaded smallvec v1.13.2 |
| 894 | 2025-01-25T04:23:43.230Z | Downloaded winnow v0.5.40 |
| 895 | 2025-01-25T04:23:43.237Z | Downloaded fatfs v0.3.6 |
| 896 | 2025-01-25T04:23:43.240Z | Downloaded hyper v1.5.2 |
| 897 | 2025-01-25T04:23:43.247Z | Downloaded proc-macro-crate v1.3.1 |
| 898 | 2025-01-25T04:23:43.250Z | Downloaded primeorder v0.13.6 |
| 899 | 2025-01-25T04:23:43.253Z | Downloaded utf16_iter v1.0.5 |
| 900 | 2025-01-25T04:23:43.253Z | Downloaded untrusted v0.7.1 |
| 901 | 2025-01-25T04:23:43.256Z | Downloaded tokio-tungstenite v0.23.1 |
| 902 | 2025-01-25T04:23:43.256Z | Downloaded schemars v0.8.21 |
| 903 | 2025-01-25T04:23:43.266Z | Downloaded serde-big-array v0.5.1 |
| 904 | 2025-01-25T04:23:43.269Z | Downloaded tls_codec_derive v0.4.1 |
| 905 | 2025-01-25T04:23:43.272Z | Downloaded r2d2 v0.8.10 |
| 906 | 2025-01-25T04:23:43.272Z | Downloaded olpc-cjson v0.1.4 |
| 907 | 2025-01-25T04:23:43.272Z | Downloaded tinyvec v1.8.0 |
| 908 | 2025-01-25T04:23:43.275Z | Downloaded opaque-debug v0.3.1 |
| 909 | 2025-01-25T04:23:43.278Z | Downloaded either v1.13.0 |
| 910 | 2025-01-25T04:23:43.278Z | Downloaded ecdsa v0.16.9 |
| 911 | 2025-01-25T04:23:43.280Z | Downloaded dirs-sys-next v0.1.2 |
| 912 | 2025-01-25T04:23:43.280Z | Downloaded num-rational v0.4.2 |
| 913 | 2025-01-25T04:23:43.283Z | Downloaded derive_builder_core v0.20.2 |
| 914 | 2025-01-25T04:23:43.286Z | Downloaded darling_core v0.20.10 |
| 915 | 2025-01-25T04:23:43.290Z | Downloaded pin-project v1.1.6 |
| 916 | 2025-01-25T04:23:43.299Z | Downloaded slog-dtrace v0.3.0 |
| 917 | 2025-01-25T04:23:43.302Z | Downloaded slog-async v2.8.0 |
| 918 | 2025-01-25T04:23:43.306Z | Downloaded num_enum_derive v0.5.11 |
| 919 | 2025-01-25T04:23:43.306Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 920 | 2025-01-25T04:23:43.306Z | Downloaded serde_repr v0.1.19 |
| 921 | 2025-01-25T04:23:43.309Z | Downloaded serde_path_to_error v0.1.16 |
| 922 | 2025-01-25T04:23:43.309Z | Downloaded unicode-segmentation v1.12.0 |
| 923 | 2025-01-25T04:23:43.311Z | Downloaded chrono v0.4.39 |
| 924 | 2025-01-25T04:23:43.319Z | Downloaded funty v2.0.0 |
| 925 | 2025-01-25T04:23:43.322Z | Downloaded bitvec v1.0.1 |
| 926 | 2025-01-25T04:23:43.334Z | Downloaded time-core v0.1.2 |
| 927 | 2025-01-25T04:23:43.336Z | Downloaded rustls-pki-types v1.10.0 |
| 928 | 2025-01-25T04:23:43.339Z | Downloaded unarray v0.1.4 |
| 929 | 2025-01-25T04:23:43.339Z | Downloaded structmeta-derive v0.3.0 |
| 930 | 2025-01-25T04:23:43.341Z | Downloaded form_urlencoded v1.2.1 |
| 931 | 2025-01-25T04:23:43.341Z | Downloaded defmt v0.3.8 |
| 932 | 2025-01-25T04:23:43.344Z | Downloaded darling_macro v0.20.10 |
| 933 | 2025-01-25T04:23:43.347Z | Downloaded twox-hash v1.6.3 |
| 934 | 2025-01-25T04:23:43.347Z | Downloaded h2 v0.4.6 |
| 935 | 2025-01-25T04:23:43.353Z | Downloaded sqlparser v0.45.0 |
| 936 | 2025-01-25T04:23:43.358Z | Downloaded foreign-types-shared v0.3.1 |
| 937 | 2025-01-25T04:23:43.361Z | Downloaded nibble_vec v0.1.0 |
| 938 | 2025-01-25T04:23:43.361Z | Downloaded dropshot_endpoint v0.15.1 |
| 939 | 2025-01-25T04:23:43.364Z | Downloaded hash32 v0.3.1 |
| 940 | 2025-01-25T04:23:43.366Z | Downloaded samael v0.0.17 |
| 941 | 2025-01-25T04:23:43.370Z | Downloaded zone v0.1.8 |
| 942 | 2025-01-25T04:23:43.373Z | Downloaded typify-macro v0.2.0 |
| 943 | 2025-01-25T04:23:43.373Z | Downloaded sqlformat v0.2.6 |
| 944 | 2025-01-25T04:23:43.376Z | Downloaded slog-json v2.6.1 |
| 945 | 2025-01-25T04:23:43.376Z | Downloaded static_assertions v1.1.0 |
| 946 | 2025-01-25T04:23:43.379Z | Downloaded strum_macros v0.24.3 |
| 947 | 2025-01-25T04:23:43.379Z | Downloaded hash32 v0.2.1 |
| 948 | 2025-01-25T04:23:43.382Z | Downloaded tokio-tungstenite v0.21.0 |
| 949 | 2025-01-25T04:23:43.384Z | Downloaded rpassword v7.3.1 |
| 950 | 2025-01-25T04:23:43.384Z | Downloaded ssh-encoding v0.2.0 |
| 951 | 2025-01-25T04:23:43.387Z | Downloaded ref-cast-impl v1.0.23 |
| 952 | 2025-01-25T04:23:43.387Z | Downloaded parse-display-derive v0.10.0 |
| 953 | 2025-01-25T04:23:43.387Z | Downloaded parse-display v0.10.0 |
| 954 | 2025-01-25T04:23:43.390Z | Downloaded qorb v0.2.1 |
| 955 | 2025-01-25T04:23:43.392Z | Downloaded heapless v0.7.17 |
| 956 | 2025-01-25T04:23:43.396Z | Downloaded rustfmt-wrapper v0.2.1 |
| 957 | 2025-01-25T04:23:43.399Z | Downloaded time-macros v0.2.18 |
| 958 | 2025-01-25T04:23:43.401Z | Downloaded futures v0.3.31 |
| 959 | 2025-01-25T04:23:43.404Z | Downloaded futures-executor v0.3.31 |
| 960 | 2025-01-25T04:23:43.407Z | Downloaded typify-macro v0.3.0 |
| 961 | 2025-01-25T04:23:43.407Z | Downloaded tokio-rustls v0.26.0 |
| 962 | 2025-01-25T04:23:43.410Z | Downloaded serde-hex v0.1.0 |
| 963 | 2025-01-25T04:23:43.412Z | Downloaded zerocopy-derive v0.8.10 |
| 964 | 2025-01-25T04:23:43.416Z | Downloaded omicron-zone-package v0.12.0 |
| 965 | 2025-01-25T04:23:43.420Z | Downloaded subtle v2.6.1 |
| 966 | 2025-01-25T04:23:43.424Z | Downloaded strum_macros v0.26.4 |
| 967 | 2025-01-25T04:23:43.424Z | Downloaded tough v0.19.0 |
| 968 | 2025-01-25T04:23:43.431Z | Downloaded debug-ignore v1.0.5 |
| 969 | 2025-01-25T04:23:43.434Z | Downloaded num-traits v0.2.19 |
| 970 | 2025-01-25T04:23:43.438Z | Downloaded hashbrown v0.14.5 |
| 971 | 2025-01-25T04:23:43.442Z | Downloaded tungstenite v0.24.0 |
| 972 | 2025-01-25T04:23:43.444Z | Downloaded nom v7.1.3 |
| 973 | 2025-01-25T04:23:43.449Z | Downloaded parking_lot_core v0.9.10 |
| 974 | 2025-01-25T04:23:43.452Z | Downloaded elliptic-curve v0.13.8 |
| 975 | 2025-01-25T04:23:43.456Z | Downloaded zip v0.6.6 |
| 976 | 2025-01-25T04:23:43.459Z | Downloaded rtoolbox v0.0.2 |
| 977 | 2025-01-25T04:23:43.462Z | Downloaded tungstenite v0.23.0 |
| 978 | 2025-01-25T04:23:43.464Z | Downloaded hashbrown v0.13.2 |
| 979 | 2025-01-25T04:23:43.469Z | Downloaded rustc-demangle v0.1.24 |
| 980 | 2025-01-25T04:23:43.472Z | Downloaded p521 v0.13.3 |
| 981 | 2025-01-25T04:23:43.475Z | Downloaded radix_trie v0.2.1 |
| 982 | 2025-01-25T04:23:43.480Z | Downloaded owo-colors v4.1.0 |
| 983 | 2025-01-25T04:23:43.482Z | Downloaded rsa v0.9.6 |
| 984 | 2025-01-25T04:23:43.487Z | Downloaded subprocess v0.2.9 |
| 985 | 2025-01-25T04:23:43.490Z | Downloaded rustls-webpki v0.101.7 |
| 986 | 2025-01-25T04:23:43.503Z | Downloaded expectorate v1.1.0 |
| 987 | 2025-01-25T04:23:43.507Z | Downloaded zip v2.1.3 |
| 988 | 2025-01-25T04:23:43.510Z | Downloaded publicsuffix v2.3.0 |
| 989 | 2025-01-25T04:23:43.513Z | Downloaded tungstenite v0.21.0 |
| 990 | 2025-01-25T04:23:43.515Z | Downloaded rustls-webpki v0.102.8 |
| 991 | 2025-01-25T04:23:43.533Z | Downloaded oso v0.27.3 |
| 992 | 2025-01-25T04:23:43.536Z | Downloaded hashbrown v0.12.3 |
| 993 | 2025-01-25T04:23:43.540Z | Downloaded smoltcp v0.9.1 |
| 994 | 2025-01-25T04:23:43.550Z | Downloaded rayon v1.10.0 |
| 995 | 2025-01-25T04:23:43.559Z | Downloaded object v0.30.4 |
| 996 | 2025-01-25T04:23:43.569Z | Downloaded rcgen v0.12.1 |
| 997 | 2025-01-25T04:23:43.656Z | Downloaded serde_with v3.11.0 |
| 998 | 2025-01-25T04:23:43.666Z | Downloaded p384 v0.13.0 |
| 999 | 2025-01-25T04:23:43.666Z | Downloaded portable-atomic v1.9.0 |
| 1000 | 2025-01-25T04:23:43.666Z | Downloaded webpki-roots v0.26.6 |
| 1001 | 2025-01-25T04:23:43.666Z | Downloaded salty v0.3.0 |
| 1002 | 2025-01-25T04:23:43.666Z | Downloaded rustls v0.23.19 |
| 1003 | 2025-01-25T04:23:43.666Z | Downloaded tokio-util v0.7.12 |
| 1004 | 2025-01-25T04:23:43.666Z | Downloaded smoltcp v0.11.0 |
| 1005 | 2025-01-25T04:23:43.666Z | Downloaded num-bigint-dig v0.8.4 |
| 1006 | 2025-01-25T04:23:43.666Z | Downloaded futures-util v0.3.31 |
| 1007 | 2025-01-25T04:23:43.666Z | Downloaded petname v2.0.2 |
| 1008 | 2025-01-25T04:23:43.666Z | Downloaded lalrpop v0.19.12 |
| 1009 | 2025-01-25T04:23:43.670Z | Downloaded icu_properties_data v1.5.0 |
| 1010 | 2025-01-25T04:23:43.677Z | Downloaded bstr v1.10.0 |
| 1011 | 2025-01-25T04:23:43.687Z | Downloaded object v0.36.5 |
| 1012 | 2025-01-25T04:23:43.698Z | Downloaded rustls v0.22.4 |
| 1013 | 2025-01-25T04:23:43.712Z | Downloaded rustls v0.21.12 |
| 1014 | 2025-01-25T04:23:43.722Z | Downloaded openssl v0.10.66 |
| 1015 | 2025-01-25T04:23:43.731Z | Downloaded zerovec v0.10.4 |
| 1016 | 2025-01-25T04:23:43.737Z | Downloaded quick-xml v0.33.0 |
| 1017 | 2025-01-25T04:23:43.743Z | Downloaded typify-impl v0.2.0 |
| 1018 | 2025-01-25T04:23:43.758Z | Downloaded nix v0.28.0 |
| 1019 | 2025-01-25T04:23:43.770Z | Downloaded nix v0.27.1 |
| 1020 | 2025-01-25T04:23:43.781Z | Downloaded git2 v0.19.0 |
| 1021 | 2025-01-25T04:23:43.790Z | Downloaded rusqlite v0.32.1 |
| 1022 | 2025-01-25T04:23:43.800Z | Downloaded vcpkg v0.2.15 |
| 1023 | 2025-01-25T04:23:43.832Z | Downloaded chrono-tz v0.10.1 |
| 1024 | 2025-01-25T04:23:43.840Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1025 | 2025-01-25T04:23:43.851Z | Downloaded quinn-proto v0.11.8 |
| 1026 | 2025-01-25T04:23:43.858Z | Downloaded dropshot v0.12.0 |
| 1027 | 2025-01-25T04:23:43.877Z | Downloaded ratatui v0.28.1 |
| 1028 | 2025-01-25T04:23:43.896Z | Downloaded gimli v0.31.1 |
| 1029 | 2025-01-25T04:23:43.904Z | Downloaded unicode-width v0.2.0 |
| 1030 | 2025-01-25T04:23:43.910Z | Downloaded sled v0.34.7 |
| 1031 | 2025-01-25T04:23:43.920Z | Downloaded regex v1.11.1 |
| 1032 | 2025-01-25T04:23:43.932Z | Downloaded zerocopy v0.8.10 |
| 1033 | 2025-01-25T04:23:43.955Z | Downloaded regex-syntax v0.6.29 |
| 1034 | 2025-01-25T04:23:43.962Z | Downloaded hickory-proto v0.24.2 |
| 1035 | 2025-01-25T04:23:43.977Z | Downloaded polar-core v0.27.3 |
| 1036 | 2025-01-25T04:23:43.986Z | Downloaded diesel v2.2.6 |
| 1037 | 2025-01-25T04:23:44.004Z | Downloaded curve25519-dalek v4.1.3 |
| 1038 | 2025-01-25T04:23:44.012Z | Downloaded petgraph v0.6.5 |
| 1039 | 2025-01-25T04:23:44.029Z | Downloaded regex-syntax v0.8.5 |
| 1040 | 2025-01-25T04:23:44.037Z | Downloaded tokio v1.43.0 |
| 1041 | 2025-01-25T04:23:44.075Z | Downloaded regress v0.9.1 |
| 1042 | 2025-01-25T04:23:44.083Z | Downloaded csv v1.3.0 |
| 1043 | 2025-01-25T04:23:44.103Z | Downloaded openapiv3 v2.0.0 |
| 1044 | 2025-01-25T04:23:44.115Z | Downloaded nix v0.29.0 |
| 1045 | 2025-01-25T04:23:44.126Z | Downloaded dropshot v0.15.1 |
| 1046 | 2025-01-25T04:23:44.147Z | Downloaded regress v0.10.1 |
| 1047 | 2025-01-25T04:23:44.155Z | Downloaded parking_lot_core v0.8.6 |
| 1048 | 2025-01-25T04:23:44.158Z | Downloaded url v2.5.3 |
| 1049 | 2025-01-25T04:23:44.160Z | Downloaded ron v0.7.1 |
| 1050 | 2025-01-25T04:23:44.164Z | Downloaded typify-impl v0.3.0 |
| 1051 | 2025-01-25T04:23:44.179Z | Downloaded quinn v0.11.5 |
| 1052 | 2025-01-25T04:23:44.182Z | Downloaded hkdf v0.12.4 |
| 1053 | 2025-01-25T04:23:44.185Z | Downloaded reqwest v0.12.9 |
| 1054 | 2025-01-25T04:23:44.193Z | Downloaded peg-macros v0.8.4 |
| 1055 | 2025-01-25T04:23:44.195Z | Downloaded futures-channel v0.3.31 |
| 1056 | 2025-01-25T04:23:44.198Z | Downloaded pkcs5 v0.7.1 |
| 1057 | 2025-01-25T04:23:44.201Z | Downloaded bindgen v0.69.5 |
| 1058 | 2025-01-25T04:23:44.206Z | Downloaded semver v0.1.20 |
| 1059 | 2025-01-25T04:23:44.209Z | Downloaded rayon-core v1.12.1 |
| 1060 | 2025-01-25T04:23:44.212Z | Downloaded headers v0.4.0 |
| 1061 | 2025-01-25T04:23:44.216Z | Downloaded ssh-key v0.6.6 |
| 1062 | 2025-01-25T04:23:44.222Z | Downloaded itertools v0.13.0 |
| 1063 | 2025-01-25T04:23:44.229Z | Downloaded data-encoding v2.6.0 |
| 1064 | 2025-01-25T04:23:44.232Z | Downloaded num_enum v0.5.11 |
| 1065 | 2025-01-25T04:23:44.235Z | Downloaded tiny-keccak v2.0.2 |
| 1066 | 2025-01-25T04:23:44.237Z | Downloaded flate2 v1.0.35 |
| 1067 | 2025-01-25T04:23:44.241Z | Downloaded proptest v1.5.0 |
| 1068 | 2025-01-25T04:23:44.250Z | Downloaded fallible-iterator v0.3.0 |
| 1069 | 2025-01-25T04:23:44.279Z | Downloaded futures-core v0.3.31 |
| 1070 | 2025-01-25T04:23:44.279Z | Downloaded pem-rfc7468 v0.7.0 |
| 1071 | 2025-01-25T04:23:44.284Z | Downloaded zerocopy-derive v0.6.6 |
| 1072 | 2025-01-25T04:23:44.284Z | Downloaded dropshot_endpoint v0.12.0 |
| 1073 | 2025-01-25T04:23:44.288Z | Downloaded regex-automata v0.4.8 |
| 1074 | 2025-01-25T04:23:44.302Z | Downloaded parse-zoneinfo v0.3.1 |
| 1075 | 2025-01-25T04:23:44.305Z | Downloaded time v0.3.36 |
| 1076 | 2025-01-25T04:23:44.312Z | Downloaded displaydoc v0.2.5 |
| 1077 | 2025-01-25T04:23:44.316Z | Downloaded tokio-stream v0.1.16 |
| 1078 | 2025-01-25T04:23:44.322Z | Downloaded topological-sort v0.2.2 |
| 1079 | 2025-01-25T04:23:44.325Z | Downloaded spki v0.7.3 |
| 1080 | 2025-01-25T04:23:44.328Z | Downloaded unicode-normalization v0.1.24 |
| 1081 | 2025-01-25T04:23:44.331Z | Downloaded x509-cert v0.2.5 |
| 1082 | 2025-01-25T04:23:44.336Z | Downloaded uuid v1.12.0 |
| 1083 | 2025-01-25T04:23:44.341Z | Downloaded powerfmt v0.2.0 |
| 1084 | 2025-01-25T04:23:44.345Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1085 | 2025-01-25T04:23:44.347Z | Downloaded reedline v0.35.0 |
| 1086 | 2025-01-25T04:23:44.357Z | Downloaded lzma-sys v0.1.20 |
| 1087 | 2025-01-25T04:23:44.386Z | Downloaded progenitor v0.8.0 |
| 1088 | 2025-01-25T04:23:44.389Z | Downloaded libz-sys v1.1.20 |
| 1089 | 2025-01-25T04:23:44.407Z | Downloaded idna v1.0.3 |
| 1090 | 2025-01-25T04:23:44.410Z | Downloaded blake3 v1.5.4 |
| 1091 | 2025-01-25T04:23:44.417Z | Downloaded russh v0.45.0 |
| 1092 | 2025-01-25T04:23:44.422Z | Downloaded progenitor-impl v0.8.0 |
| 1093 | 2025-01-25T04:23:44.425Z | Downloaded socket2 v0.5.7 |
| 1094 | 2025-01-25T04:23:44.428Z | Downloaded snafu v0.8.5 |
| 1095 | 2025-01-25T04:23:44.431Z | Downloaded poly1305 v0.8.0 |
| 1096 | 2025-01-25T04:23:44.434Z | Downloaded num_threads v0.1.7 |
| 1097 | 2025-01-25T04:23:44.437Z | Downloaded getrandom v0.2.15 |
| 1098 | 2025-01-25T04:23:44.439Z | Downloaded aho-corasick v1.1.3 |
| 1099 | 2025-01-25T04:23:44.443Z | Downloaded tracing-core v0.1.32 |
| 1100 | 2025-01-25T04:23:44.445Z | Downloaded tracing v0.1.40 |
| 1101 | 2025-01-25T04:23:44.449Z | Downloaded sha3 v0.10.8 |
| 1102 | 2025-01-25T04:23:44.453Z | Downloaded wait-timeout v0.2.0 |
| 1103 | 2025-01-25T04:23:44.456Z | Downloaded thiserror v2.0.11 |
| 1104 | 2025-01-25T04:23:44.459Z | Downloaded itertools v0.12.1 |
| 1105 | 2025-01-25T04:23:44.466Z | Downloaded steno v0.4.1 |
| 1106 | 2025-01-25T04:23:44.469Z | Downloaded foreign-types-macros v0.2.3 |
| 1107 | 2025-01-25T04:23:44.472Z | Downloaded fd-lock v4.0.2 |
| 1108 | 2025-01-25T04:23:44.475Z | Downloaded which v4.4.2 |
| 1109 | 2025-01-25T04:23:44.475Z | Downloaded tabwriter v1.4.0 |
| 1110 | 2025-01-25T04:23:44.477Z | Downloaded slog-envlogger v2.2.0 |
| 1111 | 2025-01-25T04:23:44.477Z | Downloaded hashlink v0.9.1 |
| 1112 | 2025-01-25T04:23:44.480Z | Downloaded password-hash v0.5.0 |
| 1113 | 2025-01-25T04:23:44.480Z | Downloaded password-hash v0.4.2 |
| 1114 | 2025-01-25T04:23:44.483Z | Downloaded fs_extra v1.3.0 |
| 1115 | 2025-01-25T04:23:44.486Z | Downloaded unsafe-libyaml v0.2.11 |
| 1116 | 2025-01-25T04:23:44.488Z | Downloaded wyz v0.5.1 |
| 1117 | 2025-01-25T04:23:44.488Z | Downloaded simd-adler32 v0.3.7 |
| 1118 | 2025-01-25T04:23:44.492Z | Downloaded crossbeam-channel v0.5.13 |
| 1119 | 2025-01-25T04:23:44.496Z | Downloaded icu_properties v1.5.1 |
| 1120 | 2025-01-25T04:23:44.499Z | Downloaded hyper-util v0.1.10 |
| 1121 | 2025-01-25T04:23:44.501Z | Downloaded hickory-server v0.24.2 |
| 1122 | 2025-01-25T04:23:44.505Z | Downloaded ena v0.14.3 |
| 1123 | 2025-01-25T04:23:44.508Z | Downloaded vergen v8.3.2 |
| 1124 | 2025-01-25T04:23:44.511Z | Downloaded yoke v0.7.4 |
| 1125 | 2025-01-25T04:23:44.514Z | Downloaded icu_collections v1.5.0 |
| 1126 | 2025-01-25T04:23:44.518Z | Downloaded base64 v0.22.1 |
| 1127 | 2025-01-25T04:23:44.522Z | Downloaded bumpalo v3.16.0 |
| 1128 | 2025-01-25T04:23:44.525Z | Downloaded parking_lot v0.11.2 |
| 1129 | 2025-01-25T04:23:44.528Z | Downloaded phf_generator v0.11.2 |
| 1130 | 2025-01-25T04:23:44.531Z | Downloaded num-iter v0.1.45 |
| 1131 | 2025-01-25T04:23:44.531Z | Downloaded num-integer v0.1.46 |
| 1132 | 2025-01-25T04:23:44.534Z | Downloaded num-derive v0.4.2 |
| 1133 | 2025-01-25T04:23:44.534Z | Downloaded num-complex v0.4.6 |
| 1134 | 2025-01-25T04:23:44.536Z | Downloaded hex v0.4.3 |
| 1135 | 2025-01-25T04:23:44.536Z | Downloaded fragile v2.0.0 |
| 1136 | 2025-01-25T04:23:44.539Z | Downloaded rustversion v1.0.17 |
| 1137 | 2025-01-25T04:23:44.545Z | Downloaded crypto-bigint v0.5.5 |
| 1138 | 2025-01-25T04:23:44.547Z | Downloaded heapless v0.8.0 |
| 1139 | 2025-01-25T04:23:44.552Z | Downloaded backtrace v0.3.74 |
| 1140 | 2025-01-25T04:23:44.556Z | Downloaded tokio-rustls v0.25.0 |
| 1141 | 2025-01-25T04:23:44.560Z | Downloaded serde_derive_internals v0.29.1 |
| 1142 | 2025-01-25T04:23:44.562Z | Downloaded zerofrom-derive v0.1.4 |
| 1143 | 2025-01-25T04:23:44.562Z | Downloaded sct v0.7.1 |
| 1144 | 2025-01-25T04:23:44.565Z | Downloaded icu_locid_transform v1.5.0 |
| 1145 | 2025-01-25T04:23:44.568Z | Downloaded keccak v0.1.5 |
| 1146 | 2025-01-25T04:23:44.568Z | Downloaded jobserver v0.1.32 |
| 1147 | 2025-01-25T04:23:44.570Z | Downloaded mockall v0.13.0 |
| 1148 | 2025-01-25T04:23:44.573Z | Downloaded mime_guess v2.0.5 |
| 1149 | 2025-01-25T04:23:44.573Z | Downloaded idna_adapter v1.2.0 |
| 1150 | 2025-01-25T04:23:44.575Z | Downloaded crossbeam-utils v0.8.20 |
| 1151 | 2025-01-25T04:23:44.576Z | Downloaded sqlparser_derive v0.2.2 |
| 1152 | 2025-01-25T04:23:44.578Z | Downloaded linked-hash-map v0.5.6 |
| 1153 | 2025-01-25T04:23:44.578Z | Downloaded libefi-sys v0.1.0 |
| 1154 | 2025-01-25T04:23:44.578Z | Downloaded cancel-safe-futures v0.1.5 |
| 1155 | 2025-01-25T04:23:44.581Z | Downloaded cookie v0.18.1 |
| 1156 | 2025-01-25T04:23:44.583Z | Downloaded const-oid v0.9.6 |
| 1157 | 2025-01-25T04:23:44.586Z | Downloaded darling v0.20.10 |
| 1158 | 2025-01-25T04:23:44.589Z | Downloaded hyper-rustls v0.27.3 |
| 1159 | 2025-01-25T04:23:44.591Z | Downloaded clang-sys v1.8.1 |
| 1160 | 2025-01-25T04:23:44.594Z | Downloaded argon2 v0.5.3 |
| 1161 | 2025-01-25T04:23:44.597Z | Downloaded bcs v0.1.6 |
| 1162 | 2025-01-25T04:23:44.599Z | Downloaded csv-core v0.1.11 |
| 1163 | 2025-01-25T04:23:44.599Z | Downloaded arrayvec v0.7.6 |
| 1164 | 2025-01-25T04:23:44.602Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1165 | 2025-01-25T04:23:44.605Z | Downloaded addr2line v0.24.2 |
| 1166 | 2025-01-25T04:23:44.608Z | Downloaded ipnetwork v0.20.0 |
| 1167 | 2025-01-25T04:23:44.608Z | Downloaded crc32fast v1.4.2 |
| 1168 | 2025-01-25T04:23:44.610Z | Downloaded async-bb8-diesel v0.2.1 |
| 1169 | 2025-01-25T04:23:44.613Z | Downloaded chacha20 v0.9.1 |
| 1170 | 2025-01-25T04:23:44.613Z | Downloaded hostname v0.4.0 |
| 1171 | 2025-01-25T04:23:44.616Z | Downloaded encoding_rs v0.8.34 |
| 1172 | 2025-01-25T04:23:44.633Z | Downloaded httpdate v1.0.3 |
| 1173 | 2025-01-25T04:23:44.636Z | Downloaded blowfish v0.9.1 |
| 1174 | 2025-01-25T04:23:44.636Z | Downloaded cobs v0.2.3 |
| 1175 | 2025-01-25T04:23:44.639Z | Downloaded base64ct v1.6.0 |
| 1176 | 2025-01-25T04:23:44.641Z | Downloaded home v0.5.9 |
| 1177 | 2025-01-25T04:23:44.641Z | Downloaded arrayref v0.3.9 |
| 1178 | 2025-01-25T04:23:44.641Z | Downloaded aead v0.5.2 |
| 1179 | 2025-01-25T04:23:44.644Z | Downloaded cbc v0.1.2 |
| 1180 | 2025-01-25T04:23:44.644Z | Downloaded atomic-waker v1.1.2 |
| 1181 | 2025-01-25T04:23:44.644Z | Downloaded cmake v0.1.51 |
| 1182 | 2025-01-25T04:23:44.647Z | Downloaded base16ct v0.2.0 |
| 1183 | 2025-01-25T04:23:44.782Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1184 | 2025-01-25T04:23:44.992Z | Downloaded aws-lc-sys v0.22.0 |
| 1185 | 2025-01-25T04:23:45.379Z | Downloaded ring v0.17.8 |
| 1186 | 2025-01-25T04:23:45.493Z | Downloaded libsqlite3-sys v0.30.1 |
| 1187 | 2025-01-25T04:23:45.679Z | Compiling serde v1.0.217 |
| 1188 | 2025-01-25T04:23:45.683Z | Compiling lock_api v0.4.12 |
| 1189 | 2025-01-25T04:23:45.683Z | Compiling scopeguard v1.2.0 |
| 1190 | 2025-01-25T04:23:45.683Z | Compiling value-bag v1.9.0 |
| 1191 | 2025-01-25T04:23:45.683Z | Compiling typenum v1.17.0 |
| 1192 | 2025-01-25T04:23:45.887Z | Compiling generic-array v0.14.7 |
| 1193 | 2025-01-25T04:23:45.893Z | Compiling syn v2.0.96 |
| 1194 | 2025-01-25T04:23:45.895Z | Compiling getrandom v0.2.15 |
| 1195 | 2025-01-25T04:23:46.046Z | Compiling subtle v2.6.1 |
| 1196 | 2025-01-25T04:23:46.178Z | Compiling rand_core v0.6.4 |
| 1197 | 2025-01-25T04:23:46.318Z | Compiling log v0.4.22 |
| 1198 | 2025-01-25T04:23:46.385Z | Compiling shlex v1.3.0 |
| 1199 | 2025-01-25T04:23:46.402Z | Compiling jobserver v0.1.32 |
| 1200 | 2025-01-25T04:23:46.436Z | Compiling smallvec v1.13.2 |
| 1201 | 2025-01-25T04:23:46.722Z | Compiling const-oid v0.9.6 |
| 1202 | 2025-01-25T04:23:46.765Z | Compiling spin v0.9.8 |
| 1203 | 2025-01-25T04:23:46.767Z | Compiling pin-project-lite v0.2.14 |
| 1204 | 2025-01-25T04:23:46.850Z | Compiling cc v1.1.30 |
| 1205 | 2025-01-25T04:23:46.996Z | Compiling rustix v0.38.37 |
| 1206 | 2025-01-25T04:23:47.124Z | Compiling parking_lot_core v0.9.10 |
| 1207 | 2025-01-25T04:23:47.140Z | Compiling futures-core v0.3.31 |
| 1208 | 2025-01-25T04:23:47.236Z | Compiling signal-hook-registry v1.4.2 |
| 1209 | 2025-01-25T04:23:47.376Z | Compiling mio v1.0.2 |
| 1210 | 2025-01-25T04:23:47.738Z | Compiling aho-corasick v1.1.3 |
| 1211 | 2025-01-25T04:23:47.919Z | Compiling parking_lot v0.12.3 |
| 1212 | 2025-01-25T04:23:48.110Z | Compiling cpufeatures v0.2.14 |
| 1213 | 2025-01-25T04:23:48.114Z | Compiling stable_deref_trait v1.2.0 |
| 1214 | 2025-01-25T04:23:48.199Z | Compiling either v1.13.0 |
| 1215 | 2025-01-25T04:23:48.230Z | Compiling regex-syntax v0.8.5 |
| 1216 | 2025-01-25T04:23:48.415Z | Compiling lazy_static v1.5.0 |
| 1217 | 2025-01-25T04:23:48.541Z | Compiling glob v0.3.1 |
| 1218 | 2025-01-25T04:23:48.609Z | Compiling futures-sink v0.3.31 |
| 1219 | 2025-01-25T04:23:48.730Z | Compiling socket2 v0.5.7 |
| 1220 | 2025-01-25T04:23:48.757Z | Compiling slab v0.4.9 |
| 1221 | 2025-01-25T04:23:48.776Z | Compiling prettyplease v0.2.25 |
| 1222 | 2025-01-25T04:23:49.116Z | Compiling minimal-lexical v0.2.1 |
| 1223 | 2025-01-25T04:23:49.222Z | Compiling serde_json v1.0.135 |
| 1224 | 2025-01-25T04:23:49.418Z | Compiling clang-sys v1.8.1 |
| 1225 | 2025-01-25T04:23:49.630Z | Compiling nom v7.1.3 |
| 1226 | 2025-01-25T04:23:49.701Z | Compiling libloading v0.8.5 |
| 1227 | 2025-01-25T04:23:49.949Z | Compiling home v0.5.9 |
| 1228 | 2025-01-25T04:23:50.094Z | Compiling bindgen v0.69.5 |
| 1229 | 2025-01-25T04:23:50.208Z | Compiling futures-channel v0.3.31 |
| 1230 | 2025-01-25T04:23:50.537Z | Compiling itertools v0.12.1 |
| 1231 | 2025-01-25T04:23:50.619Z | Compiling allocator-api2 v0.2.18 |
| 1232 | 2025-01-25T04:23:50.933Z | Compiling foldhash v0.1.3 |
| 1233 | 2025-01-25T04:23:51.247Z | Compiling libm v0.2.8 |
| 1234 | 2025-01-25T04:23:51.431Z | Compiling futures-task v0.3.31 |
| 1235 | 2025-01-25T04:23:51.591Z | Compiling lazycell v1.3.0 |
| 1236 | 2025-01-25T04:23:51.619Z | Compiling pin-utils v0.1.0 |
| 1237 | 2025-01-25T04:23:51.722Z | Compiling futures-io v0.3.31 |
| 1238 | 2025-01-25T04:23:51.772Z | Compiling rustc-hash v1.1.0 |
| 1239 | 2025-01-25T04:23:51.939Z | Compiling regex-automata v0.4.8 |
| 1240 | 2025-01-25T04:23:52.019Z | Compiling hashbrown v0.15.1 |
| 1241 | 2025-01-25T04:23:52.536Z | Compiling cmake v0.1.51 |
| 1242 | 2025-01-25T04:23:52.997Z | Compiling synstructure v0.13.1 |
| 1243 | 2025-01-25T04:23:53.348Z | Compiling cexpr v0.6.0 |
| 1244 | 2025-01-25T04:23:53.356Z | Compiling num-traits v0.2.19 |
| 1245 | 2025-01-25T04:23:53.771Z | Compiling fs_extra v1.3.0 |
| 1246 | 2025-01-25T04:23:54.180Z | Compiling pkg-config v0.3.31 |
| 1247 | 2025-01-25T04:23:54.429Z | Compiling dunce v1.0.5 |
| 1248 | 2025-01-25T04:23:54.691Z | Compiling writeable v0.5.5 |
| 1249 | 2025-01-25T04:23:54.999Z | Compiling litemap v0.7.3 |
| 1250 | 2025-01-25T04:23:55.240Z | Compiling ring v0.17.8 |
| 1251 | 2025-01-25T04:23:55.374Z | Compiling paste v1.0.15 |
| 1252 | 2025-01-25T04:23:55.869Z | Compiling base64ct v1.6.0 |
| 1253 | 2025-01-25T04:23:56.013Z | Compiling aws-lc-rs v1.10.0 |
| 1254 | 2025-01-25T04:23:56.025Z | Compiling httparse v1.9.5 |
| 1255 | 2025-01-25T04:23:56.334Z | Compiling pem-rfc7468 v0.7.0 |
| 1256 | 2025-01-25T04:23:56.377Z | Compiling icu_locid_transform_data v1.5.0 |
| 1257 | 2025-01-25T04:23:56.488Z | Compiling flagset v0.4.6 |
| 1258 | 2025-01-25T04:23:56.737Z | Compiling tracing-core v0.1.32 |
| 1259 | 2025-01-25T04:23:56.958Z | Compiling crossbeam-utils v0.8.20 |
| 1260 | 2025-01-25T04:23:57.222Z | Compiling rustls-pki-types v1.10.0 |
| 1261 | 2025-01-25T04:23:57.463Z | Compiling regex v1.11.1 |
| 1262 | 2025-01-25T04:23:57.742Z | Compiling percent-encoding v2.3.1 |
| 1263 | 2025-01-25T04:23:57.823Z | Compiling icu_properties_data v1.5.0 |
| 1264 | 2025-01-25T04:23:58.117Z | Compiling untrusted v0.9.0 |
| 1265 | 2025-01-25T04:23:58.231Z | Compiling mirai-annotations v1.12.0 |
| 1266 | 2025-01-25T04:23:58.296Z | Compiling utf16_iter v1.0.5 |
| 1267 | 2025-01-25T04:23:58.346Z | Compiling time-core v0.1.2 |
| 1268 | 2025-01-25T04:23:58.368Z | Compiling num-conv v0.1.0 |
| 1269 | 2025-01-25T04:23:58.484Z | Compiling serde_derive v1.0.217 |
| 1270 | 2025-01-25T04:23:58.508Z | Compiling zeroize_derive v1.4.2 |
| 1271 | 2025-01-25T04:23:58.512Z | Compiling zerocopy-derive v0.7.35 |
| 1272 | 2025-01-25T04:23:58.613Z | Compiling tokio-macros v2.5.0 |
| 1273 | 2025-01-25T04:23:58.693Z | Compiling zerofrom-derive v0.1.4 |
| 1274 | 2025-01-25T04:23:59.941Z | Compiling zeroize v1.8.1 |
| 1275 | 2025-01-25T04:24:00.120Z | Compiling yoke-derive v0.7.4 |
| 1276 | 2025-01-25T04:24:00.461Z | Compiling zerovec-derive v0.10.3 |
| 1277 | 2025-01-25T04:24:00.496Z | Compiling zerocopy v0.7.35 |
| 1278 | 2025-01-25T04:24:01.565Z | Compiling crypto-common v0.1.6 |
| 1279 | 2025-01-25T04:24:01.732Z | Compiling block-buffer v0.10.4 |
| 1280 | 2025-01-25T04:24:01.753Z | Compiling thiserror-impl v1.0.69 |
| 1281 | 2025-01-25T04:24:01.780Z | Compiling displaydoc v0.2.5 |
| 1282 | 2025-01-25T04:24:01.998Z | Compiling digest v0.10.7 |
| 1283 | 2025-01-25T04:24:02.255Z | Compiling zerofrom v0.1.4 |
| 1284 | 2025-01-25T04:24:02.450Z | Compiling hmac v0.12.1 |
| 1285 | 2025-01-25T04:24:02.472Z | Compiling futures-macro v0.3.31 |
| 1286 | 2025-01-25T04:24:02.701Z | Compiling block-padding v0.3.3 |
| 1287 | 2025-01-25T04:24:02.822Z | Compiling sha2 v0.10.8 |
| 1288 | 2025-01-25T04:24:02.844Z | Compiling yoke v0.7.4 |
| 1289 | 2025-01-25T04:24:02.954Z | Compiling inout v0.1.3 |
| 1290 | 2025-01-25T04:24:03.002Z | Compiling icu_provider_macros v1.5.0 |
| 1291 | 2025-01-25T04:24:03.176Z | Compiling zerovec v0.10.4 |
| 1292 | 2025-01-25T04:24:03.213Z | Compiling cipher v0.4.4 |
| 1293 | 2025-01-25T04:24:03.321Z | Compiling ppv-lite86 v0.2.20 |
| 1294 | 2025-01-25T04:24:03.782Z | Compiling der_derive v0.7.3 |
| 1295 | 2025-01-25T04:24:04.048Z | Compiling rand_chacha v0.3.1 |
| 1296 | 2025-01-25T04:24:04.067Z | Compiling tracing-attributes v0.1.27 |
| 1297 | 2025-01-25T04:24:04.391Z | Compiling futures-util v0.3.31 |
| 1298 | 2025-01-25T04:24:04.794Z | Compiling thiserror v1.0.69 |
| 1299 | 2025-01-25T04:24:04.960Z | Compiling tinystr v0.7.6 |
| 1300 | 2025-01-25T04:24:05.178Z | Compiling icu_collections v1.5.0 |
| 1301 | 2025-01-25T04:24:05.348Z | Compiling icu_locid v1.5.0 |
| 1302 | 2025-01-25T04:24:06.056Z | Compiling der v0.7.9 |
| 1303 | 2025-01-25T04:24:06.362Z | Compiling pest v2.7.14 |
| 1304 | 2025-01-25T04:24:06.407Z | Compiling icu_provider v1.5.0 |
| 1305 | 2025-01-25T04:24:06.445Z | Compiling rand v0.8.5 |
| 1306 | 2025-01-25T04:24:07.330Z | Compiling icu_locid_transform v1.5.0 |
| 1307 | 2025-01-25T04:24:07.362Z | Compiling tracing v0.1.40 |
| 1308 | 2025-01-25T04:24:07.381Z | Compiling salsa20 v0.10.2 |
| 1309 | 2025-01-25T04:24:07.612Z | Compiling pbkdf2 v0.12.2 |
| 1310 | 2025-01-25T04:24:07.790Z | Compiling untrusted v0.7.1 |
| 1311 | 2025-01-25T04:24:07.871Z | Compiling spki v0.7.3 |
| 1312 | 2025-01-25T04:24:07.994Z | Compiling utf8_iter v1.0.4 |
| 1313 | 2025-01-25T04:24:08.240Z | Compiling icu_normalizer_data v1.5.0 |
| 1314 | 2025-01-25T04:24:08.242Z | Compiling powerfmt v0.2.0 |
| 1315 | 2025-01-25T04:24:08.372Z | Compiling write16 v1.0.0 |
| 1316 | 2025-01-25T04:24:08.403Z | Compiling vcpkg v0.2.15 |
| 1317 | 2025-01-25T04:24:08.513Z | Compiling deranged v0.3.11 |
| 1318 | 2025-01-25T04:24:08.594Z | Compiling icu_properties v1.5.1 |
| 1319 | 2025-01-25T04:24:08.905Z | Compiling scrypt v0.11.0 |
| 1320 | 2025-01-25T04:24:09.421Z | Compiling pest_meta v2.7.14 |
| 1321 | 2025-01-25T04:24:09.453Z | Compiling aes v0.8.4 |
| 1322 | 2025-01-25T04:24:09.695Z | Compiling cbc v0.1.2 |
| 1323 | 2025-01-25T04:24:09.939Z | Compiling time-macros v0.2.18 |
| 1324 | 2025-01-25T04:24:09.957Z | Compiling scroll_derive v0.12.0 |
| 1325 | 2025-01-25T04:24:10.197Z | Compiling openssl-sys v0.9.103 |
| 1326 | 2025-01-25T04:24:11.252Z | Compiling bitflags v2.6.0 |
| 1327 | 2025-01-25T04:24:11.383Z | Compiling bytes v1.9.0 |
| 1328 | 2025-01-25T04:24:12.262Z | Compiling tokio v1.43.0 |
| 1329 | 2025-01-25T04:24:12.649Z | Compiling indexmap v2.7.0 |
| 1330 | 2025-01-25T04:24:12.889Z | Compiling http v1.2.0 |
| 1331 | 2025-01-25T04:24:13.092Z | Compiling semver v1.0.24 |
| 1332 | 2025-01-25T04:24:13.139Z | Compiling icu_normalizer v1.5.0 |
| 1333 | 2025-01-25T04:24:13.762Z | Compiling rustc_version v0.4.1 |
| 1334 | 2025-01-25T04:24:13.859Z | Compiling atomic-waker v1.1.2 |
| 1335 | 2025-01-25T04:24:14.050Z | Compiling tinyvec_macros v0.1.1 |
| 1336 | 2025-01-25T04:24:14.156Z | Compiling num_threads v0.1.7 |
| 1337 | 2025-01-25T04:24:14.335Z | Compiling time v0.3.36 |
| 1338 | 2025-01-25T04:24:14.367Z | Compiling http-body v1.0.1 |
| 1339 | 2025-01-25T04:24:14.399Z | Compiling tinyvec v1.8.0 |
| 1340 | 2025-01-25T04:24:14.607Z | Compiling idna_adapter v1.2.0 |
| 1341 | 2025-01-25T04:24:14.881Z | Compiling scroll v0.12.0 |
| 1342 | 2025-01-25T04:24:14.969Z | Compiling pest_generator v2.7.14 |
| 1343 | 2025-01-25T04:24:15.056Z | Compiling pkcs5 v0.7.1 |
| 1344 | 2025-01-25T04:24:15.108Z | Compiling form_urlencoded v1.2.1 |
| 1345 | 2025-01-25T04:24:15.385Z | Compiling which v4.4.2 |
| 1346 | 2025-01-25T04:24:15.414Z | Compiling try-lock v0.2.5 |
| 1347 | 2025-01-25T04:24:15.570Z | Compiling slog v2.7.0 |
| 1348 | 2025-01-25T04:24:15.983Z | Compiling goblin v0.8.2 |
| 1349 | 2025-01-25T04:24:16.106Z | Compiling pkcs8 v0.10.2 |
| 1350 | 2025-01-25T04:24:16.143Z | Compiling want v0.3.1 |
| 1351 | 2025-01-25T04:24:16.399Z | Compiling idna v1.0.3 |
| 1352 | 2025-01-25T04:24:16.425Z | Compiling uuid v1.12.0 |
| 1353 | 2025-01-25T04:24:16.743Z | Compiling pest_derive v2.7.14 |
| 1354 | 2025-01-25T04:24:16.772Z | Compiling httpdate v1.0.3 |
| 1355 | 2025-01-25T04:24:17.216Z | Compiling iana-time-zone v0.1.61 |
| 1356 | 2025-01-25T04:24:17.512Z | Compiling dtrace-parser v0.2.0 |
| 1357 | 2025-01-25T04:24:17.625Z | Compiling chrono v0.4.39 |
| 1358 | 2025-01-25T04:24:17.996Z | Compiling serde_spanned v0.6.8 |
| 1359 | 2025-01-25T04:24:18.241Z | Compiling toml_datetime v0.6.8 |
| 1360 | 2025-01-25T04:24:18.646Z | Compiling serde_tokenstream v0.2.2 |
| 1361 | 2025-01-25T04:24:18.713Z | Compiling rustversion v1.0.17 |
| 1362 | 2025-01-25T04:24:18.990Z | Compiling base64 v0.22.1 |
| 1363 | 2025-01-25T04:24:19.309Z | Compiling foreign-types-shared v0.1.1 |
| 1364 | 2025-01-25T04:24:19.364Z | Compiling match_cfg v0.1.0 |
| 1365 | 2025-01-25T04:24:19.386Z | Compiling tower-service v0.3.3 |
| 1366 | 2025-01-25T04:24:19.388Z | Compiling openssl v0.10.66 |
| 1367 | 2025-01-25T04:24:19.458Z | Compiling adler2 v2.0.0 |
| 1368 | 2025-01-25T04:24:19.537Z | Compiling hostname v0.3.1 |
| 1369 | 2025-01-25T04:24:19.672Z | Compiling miniz_oxide v0.8.0 |
| 1370 | 2025-01-25T04:24:19.760Z | Compiling foreign-types v0.3.2 |
| 1371 | 2025-01-25T04:24:19.777Z | Compiling url v2.5.3 |
| 1372 | 2025-01-25T04:24:19.870Z | Compiling openssl-macros v0.1.1 |
| 1373 | 2025-01-25T04:24:20.603Z | Compiling tokio-util v0.7.12 |
| 1374 | 2025-01-25T04:24:20.978Z | Compiling async-trait v0.1.85 |
| 1375 | 2025-01-25T04:24:21.059Z | Compiling serde_derive_internals v0.29.1 |
| 1376 | 2025-01-25T04:24:21.079Z | Compiling dirs-sys-next v0.1.2 |
| 1377 | 2025-01-25T04:24:21.556Z | Compiling h2 v0.4.6 |
| 1378 | 2025-01-25T04:24:21.632Z | Compiling dof v0.3.0 |
| 1379 | 2025-01-25T04:24:21.848Z | Compiling rustls v0.23.19 |
| 1380 | 2025-01-25T04:24:22.129Z | Compiling data-encoding v2.6.0 |
| 1381 | 2025-01-25T04:24:23.404Z | Compiling usdt-impl v0.5.0 |
| 1382 | 2025-01-25T04:24:23.465Z | Compiling native-tls v0.2.12 |
| 1383 | 2025-01-25T04:24:23.486Z | Compiling rustls v0.22.4 |
| 1384 | 2025-01-25T04:24:23.777Z | Compiling syn v1.0.109 |
| 1385 | 2025-01-25T04:24:23.802Z | Compiling siphasher v0.3.11 |
| 1386 | 2025-01-25T04:24:24.158Z | Compiling schemars v0.8.21 |
| 1387 | 2025-01-25T04:24:24.238Z | Compiling schemars_derive v0.8.21 |
| 1388 | 2025-01-25T04:24:24.400Z | Compiling dirs-next v2.0.0 |
| 1389 | 2025-01-25T04:24:24.878Z | Compiling unicode-normalization v0.1.24 |
| 1390 | 2025-01-25T04:24:24.973Z | Compiling crossbeam-epoch v0.9.18 |
| 1391 | 2025-01-25T04:24:25.562Z | Compiling http-body-util v0.1.2 |
| 1392 | 2025-01-25T04:24:25.650Z | Compiling heapless v0.7.17 |
| 1393 | 2025-01-25T04:24:25.865Z | Compiling sha1 v0.10.6 |
| 1394 | 2025-01-25T04:24:25.988Z | Compiling signature v2.2.0 |
| 1395 | 2025-01-25T04:24:26.024Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1396 | 2025-01-25T04:24:26.083Z | Compiling thread_local v1.1.8 |
| 1397 | 2025-01-25T04:24:26.223Z | Compiling cookie v0.18.1 |
| 1398 | 2025-01-25T04:24:26.256Z | Compiling encoding_rs v0.8.34 |
| 1399 | 2025-01-25T04:24:26.497Z | Compiling multer v3.1.0 |
| 1400 | 2025-01-25T04:24:26.518Z | Compiling ipnet v2.10.1 |
| 1401 | 2025-01-25T04:24:26.586Z | Compiling unicode-properties v0.1.3 |
| 1402 | 2025-01-25T04:24:26.791Z | Compiling unicode-bidi v0.3.17 |
| 1403 | 2025-01-25T04:24:27.095Z | Compiling rayon-core v1.12.1 |
| 1404 | 2025-01-25T04:24:27.238Z | Compiling gimli v0.31.1 |
| 1405 | 2025-01-25T04:24:27.308Z | Compiling dyn-clone v1.0.17 |
| 1406 | 2025-01-25T04:24:27.533Z | Compiling slog-async v2.8.0 |
| 1407 | 2025-01-25T04:24:27.574Z | Compiling signal-hook v0.3.17 |
| 1408 | 2025-01-25T04:24:27.839Z | Compiling mime v0.3.17 |
| 1409 | 2025-01-25T04:24:28.029Z | Compiling openssl-probe v0.1.5 |
| 1410 | 2025-01-25T04:24:28.059Z | Compiling toml_edit v0.22.22 |
| 1411 | 2025-01-25T04:24:28.375Z | Compiling hyper v1.5.2 |
| 1412 | 2025-01-25T04:24:28.454Z | Compiling stringprep v0.1.5 |
| 1413 | 2025-01-25T04:24:30.998Z | Compiling hyper-util v0.1.10 |
| 1414 | 2025-01-25T04:24:31.536Z | Compiling addr2line v0.24.2 |
| 1415 | 2025-01-25T04:24:32.139Z | Compiling crossbeam-deque v0.8.5 |
| 1416 | 2025-01-25T04:24:32.160Z | Compiling usdt-macro v0.5.0 |
| 1417 | 2025-01-25T04:24:32.233Z | Compiling usdt-attr-macro v0.5.0 |
| 1418 | 2025-01-25T04:24:32.495Z | Compiling term v0.7.0 |
| 1419 | 2025-01-25T04:24:33.480Z | Compiling slog-json v2.6.1 |
| 1420 | 2025-01-25T04:24:33.511Z | Compiling serde_urlencoded v0.7.1 |
| 1421 | 2025-01-25T04:24:33.748Z | Compiling crossbeam-channel v0.5.13 |
| 1422 | 2025-01-25T04:24:33.761Z | Compiling curve25519-dalek v4.1.3 |
| 1423 | 2025-01-25T04:24:33.813Z | Compiling futures-executor v0.3.31 |
| 1424 | 2025-01-25T04:24:33.833Z | Compiling enum-as-inner v0.6.1 |
| 1425 | 2025-01-25T04:24:33.988Z | Compiling md-5 v0.10.6 |
| 1426 | 2025-01-25T04:24:34.293Z | Compiling async-stream-impl v0.3.6 |
| 1427 | 2025-01-25T04:24:34.364Z | Compiling rustls-pemfile v2.2.0 |
| 1428 | 2025-01-25T04:24:34.389Z | Compiling num-integer v0.1.46 |
| 1429 | 2025-01-25T04:24:34.632Z | Compiling hash32 v0.2.1 |
| 1430 | 2025-01-25T04:24:34.678Z | Compiling ff v0.13.0 |
| 1431 | 2025-01-25T04:24:34.859Z | Compiling is-terminal v0.4.13 |
| 1432 | 2025-01-25T04:24:34.930Z | Compiling dropshot v0.12.0 |
| 1433 | 2025-01-25T04:24:34.976Z | Compiling object v0.36.5 |
| 1434 | 2025-01-25T04:24:34.995Z | Compiling litrs v0.4.1 |
| 1435 | 2025-01-25T04:24:35.133Z | Compiling base16ct v0.2.0 |
| 1436 | 2025-01-25T04:24:35.226Z | Compiling rustc-demangle v0.1.24 |
| 1437 | 2025-01-25T04:24:35.442Z | Compiling utf-8 v0.7.6 |
| 1438 | 2025-01-25T04:24:35.521Z | Compiling smoltcp v0.9.1 |
| 1439 | 2025-01-25T04:24:35.566Z | Compiling psl-types v2.0.11 |
| 1440 | 2025-01-25T04:24:35.762Z | Compiling anyhow v1.0.95 |
| 1441 | 2025-01-25T04:24:35.784Z | Compiling linked-hash-map v0.5.6 |
| 1442 | 2025-01-25T04:24:36.083Z | Compiling fallible-iterator v0.2.0 |
| 1443 | 2025-01-25T04:24:36.111Z | Compiling take_mut v0.2.2 |
| 1444 | 2025-01-25T04:24:36.133Z | Compiling num-bigint-dig v0.8.4 |
| 1445 | 2025-01-25T04:24:36.136Z | Compiling portable-atomic v1.9.0 |
| 1446 | 2025-01-25T04:24:36.266Z | Compiling quick-error v1.2.3 |
| 1447 | 2025-01-25T04:24:36.420Z | Compiling resolv-conf v0.7.0 |
| 1448 | 2025-01-25T04:24:36.741Z | Compiling postgres-protocol v0.6.7 |
| 1449 | 2025-01-25T04:24:36.793Z | Compiling document-features v0.2.10 |
| 1450 | 2025-01-25T04:24:37.148Z | Compiling lru-cache v0.1.2 |
| 1451 | 2025-01-25T04:24:37.196Z | Compiling publicsuffix v2.3.0 |
| 1452 | 2025-01-25T04:24:37.344Z | Compiling tungstenite v0.24.0 |
| 1453 | 2025-01-25T04:24:37.492Z | Compiling async-stream v0.3.6 |
| 1454 | 2025-01-25T04:24:37.515Z | Compiling sec1 v0.7.3 |
| 1455 | 2025-01-25T04:24:37.853Z | Compiling slog-term v2.9.1 |
| 1456 | 2025-01-25T04:24:37.915Z | Compiling group v0.13.0 |
| 1457 | 2025-01-25T04:24:38.037Z | Compiling num-iter v0.1.45 |
| 1458 | 2025-01-25T04:24:38.238Z | Compiling usdt v0.5.0 |
| 1459 | 2025-01-25T04:24:38.258Z | Compiling hickory-proto v0.24.2 |
| 1460 | 2025-01-25T04:24:38.822Z | Compiling futures v0.3.31 |
| 1461 | 2025-01-25T04:24:38.916Z | Compiling slog-bunyan v2.5.0 |
| 1462 | 2025-01-25T04:24:39.401Z | Compiling toml v0.8.19 |
| 1463 | 2025-01-25T04:24:40.131Z | Compiling tokio-native-tls v0.3.1 |
| 1464 | 2025-01-25T04:24:40.418Z | Compiling camino v1.1.9 |
| 1465 | 2025-01-25T04:24:40.545Z | Compiling phf_shared v0.11.2 |
| 1466 | 2025-01-25T04:24:40.898Z | Compiling dropshot_endpoint v0.12.0 |
| 1467 | 2025-01-25T04:24:40.919Z | Compiling terminal_size v0.4.0 |
| 1468 | 2025-01-25T04:24:41.052Z | Compiling waitgroup v0.1.2 |
| 1469 | 2025-01-25T04:24:41.139Z | Compiling openapiv3 v2.0.0 |
| 1470 | 2025-01-25T04:24:41.234Z | Compiling serde_path_to_error v0.1.16 |
| 1471 | 2025-01-25T04:24:41.275Z | Compiling backtrace v0.3.74 |
| 1472 | 2025-01-25T04:24:41.907Z | Compiling hkdf v0.12.4 |
| 1473 | 2025-01-25T04:24:41.981Z | Compiling crypto-bigint v0.5.5 |
| 1474 | 2025-01-25T04:24:42.172Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1475 | 2025-01-25T04:24:43.594Z | Compiling zerocopy-derive v0.6.6 |
| 1476 | 2025-01-25T04:24:44.295Z | Compiling webpki-roots v0.26.6 |
| 1477 | 2025-01-25T04:24:44.513Z | Compiling hostname v0.4.0 |
| 1478 | 2025-01-25T04:24:44.738Z | Compiling ahash v0.8.11 |
| 1479 | 2025-01-25T04:24:45.073Z | Compiling crc32fast v1.4.2 |
| 1480 | 2025-01-25T04:24:45.097Z | Compiling fs-err v2.11.0 |
| 1481 | 2025-01-25T04:24:45.188Z | Compiling bitflags v1.3.2 |
| 1482 | 2025-01-25T04:24:45.190Z | Compiling hubpack_derive v0.1.1 |
| 1483 | 2025-01-25T04:24:45.293Z | Compiling managed v0.8.0 |
| 1484 | 2025-01-25T04:24:45.395Z | Compiling debug-ignore v1.0.5 |
| 1485 | 2025-01-25T04:24:45.416Z | Compiling winnow v0.5.40 |
| 1486 | 2025-01-25T04:24:45.514Z | Compiling newtype-uuid v1.2.1 |
| 1487 | 2025-01-25T04:24:45.554Z | Compiling console v0.15.8 |
| 1488 | 2025-01-25T04:24:45.832Z | Compiling clap_builder v4.5.21 |
| 1489 | 2025-01-25T04:24:46.054Z | Compiling hubpack v0.1.2 |
| 1490 | 2025-01-25T04:24:46.461Z | Compiling strum_macros v0.25.3 |
| 1491 | 2025-01-25T04:24:46.889Z | Compiling zerocopy v0.6.6 |
| 1492 | 2025-01-25T04:24:47.545Z | Compiling flate2 v1.0.35 |
| 1493 | 2025-01-25T04:24:47.682Z | Compiling elliptic-curve v0.13.8 |
| 1494 | 2025-01-25T04:24:47.718Z | Compiling hickory-resolver v0.24.2 |
| 1495 | 2025-01-25T04:24:48.470Z | Compiling phf v0.11.2 |
| 1496 | 2025-01-25T04:24:48.759Z | Compiling toml_edit v0.19.15 |
| 1497 | 2025-01-25T04:24:48.782Z | Compiling signal-hook-mio v0.2.4 |
| 1498 | 2025-01-25T04:24:48.953Z | Compiling hyper-tls v0.6.0 |
| 1499 | 2025-01-25T04:24:49.186Z | Compiling rayon v1.10.0 |
| 1500 | 2025-01-25T04:24:49.383Z | Compiling cookie_store v0.21.1 |
| 1501 | 2025-01-25T04:24:50.252Z | Compiling bzip2 v0.4.4 |
| 1502 | 2025-01-25T04:24:50.669Z | Compiling tokio-tungstenite v0.24.0 |
| 1503 | 2025-01-25T04:24:51.226Z | Compiling postgres-types v0.2.8 |
| 1504 | 2025-01-25T04:24:53.379Z | Compiling ed25519 v2.2.3 |
| 1505 | 2025-01-25T04:24:53.575Z | Compiling phf_shared v0.10.0 |
| 1506 | 2025-01-25T04:24:53.789Z | Compiling tokio-stream v0.1.16 |
| 1507 | 2025-01-25T04:24:53.948Z | Compiling pkcs1 v0.7.5 |
| 1508 | 2025-01-25T04:24:54.088Z | Compiling serde-big-array v0.5.1 |
| 1509 | 2025-01-25T04:24:54.328Z | Compiling clap_derive v4.5.18 |
| 1510 | 2025-01-25T04:24:54.757Z | Compiling rfc6979 v0.4.0 |
| 1511 | 2025-01-25T04:24:54.881Z | Compiling serde_repr v0.1.19 |
| 1512 | 2025-01-25T04:24:54.950Z | Compiling derive-where v1.2.7 |
| 1513 | 2025-01-25T04:24:55.263Z | Compiling bstr v1.10.0 |
| 1514 | 2025-01-25T04:24:55.650Z | Compiling float-cmp v0.9.0 |
| 1515 | 2025-01-25T04:24:55.873Z | Compiling sync_wrapper v1.0.1 |
| 1516 | 2025-01-25T04:24:55.992Z | Compiling precomputed-hash v0.1.1 |
| 1517 | 2025-01-25T04:24:55.997Z | Compiling fixedbitset v0.4.2 |
| 1518 | 2025-01-25T04:24:56.036Z | Compiling whoami v1.5.2 |
| 1519 | 2025-01-25T04:24:56.055Z | Compiling unicode-segmentation v1.12.0 |
| 1520 | 2025-01-25T04:24:56.382Z | Compiling predicates-core v1.0.8 |
| 1521 | 2025-01-25T04:24:56.609Z | Compiling bit-vec v0.6.3 |
| 1522 | 2025-01-25T04:24:56.703Z | Compiling new_debug_unreachable v1.0.6 |
| 1523 | 2025-01-25T04:24:56.811Z | Compiling static_assertions v1.1.0 |
| 1524 | 2025-01-25T04:24:56.851Z | Compiling unicode-width v0.2.0 |
| 1525 | 2025-01-25T04:24:56.926Z | Compiling number_prefix v0.4.0 |
| 1526 | 2025-01-25T04:24:56.930Z | Compiling normalize-line-endings v0.3.0 |
| 1527 | 2025-01-25T04:24:56.981Z | Compiling difflib v0.4.0 |
| 1528 | 2025-01-25T04:24:57.102Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1529 | 2025-01-25T04:24:57.151Z | Compiling bit-set v0.5.3 |
| 1530 | 2025-01-25T04:24:57.413Z | Compiling predicates v3.1.2 |
| 1531 | 2025-01-25T04:24:57.433Z | Compiling indicatif v0.17.9 |
| 1532 | 2025-01-25T04:24:58.205Z | Compiling string_cache v0.8.7 |
| 1533 | 2025-01-25T04:24:58.285Z | Compiling similar v2.6.0 |
| 1534 | 2025-01-25T04:24:58.556Z | Compiling tokio-postgres v0.7.12 |
| 1535 | 2025-01-25T04:24:58.848Z | Compiling petgraph v0.6.5 |
| 1536 | 2025-01-25T04:24:58.891Z | Compiling clap v4.5.21 |
| 1537 | 2025-01-25T04:24:59.020Z | Compiling ecdsa v0.16.9 |
| 1538 | 2025-01-25T04:24:59.345Z | Compiling rsa v0.9.6 |
| 1539 | 2025-01-25T04:24:59.887Z | Compiling ed25519-dalek v2.1.1 |
| 1540 | 2025-01-25T04:25:00.450Z | Compiling toml v0.7.8 |
| 1541 | 2025-01-25T04:25:01.168Z | Compiling zip v0.6.6 |
| 1542 | 2025-01-25T04:25:01.943Z | Compiling crossterm v0.28.1 |
| 1543 | 2025-01-25T04:25:03.273Z | Compiling hex v0.4.3 |
| 1544 | 2025-01-25T04:25:03.302Z | Compiling x509-cert v0.2.5 |
| 1545 | 2025-01-25T04:25:03.336Z | Compiling itertools v0.10.5 |
| 1546 | 2025-01-25T04:25:03.850Z | Compiling lalrpop-util v0.19.12 |
| 1547 | 2025-01-25T04:25:04.203Z | Compiling unicode-xid v0.2.6 |
| 1548 | 2025-01-25T04:25:04.224Z | Compiling peg-runtime v0.8.3 |
| 1549 | 2025-01-25T04:25:04.426Z | Compiling strum_macros v0.26.4 |
| 1550 | 2025-01-25T04:25:04.491Z | Compiling xattr v1.3.1 |
| 1551 | 2025-01-25T04:25:04.761Z | Compiling filetime v0.2.25 |
| 1552 | 2025-01-25T04:25:05.079Z | Compiling tar v0.4.42 |
| 1553 | 2025-01-25T04:25:08.923Z | Compiling strum v0.26.3 |
| 1554 | 2025-01-25T04:25:11.988Z | Compiling aws-lc-sys v0.22.0 |
| 1555 | 2025-01-25T04:25:39.367Z | Compiling rustls-webpki v0.102.8 |
| 1556 | 2025-01-25T04:25:42.498Z | Compiling tokio-rustls v0.25.0 |
| 1557 | 2025-01-25T04:25:44.139Z | Compiling tokio-rustls v0.26.0 |
| 1558 | 2025-01-25T04:25:44.476Z | Compiling hyper-rustls v0.27.3 |
| 1559 | 2025-01-25T04:25:44.933Z | Compiling reqwest v0.12.9 |
| 1560 | 2025-01-25T04:25:46.202Z | Compiling qorb v0.2.1 |
| 1561 | 2025-01-25T04:25:49.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1562 | 2025-01-25T04:25:49.503Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1563 | 2025-01-25T04:25:53.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1564 | 2025-01-25T04:25:54.058Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1565 | 2025-01-25T04:25:54.101Z | Jan 25 04:25:53.211 INFO Starting download, target: Clickhouse |
| 1566 | 2025-01-25T04:25:54.101Z | Jan 25 04:25:53.211 INFO Starting download, target: Cockroach |
| 1567 | 2025-01-25T04:25:54.101Z | Jan 25 04:25:53.211 INFO Starting download, target: Console |
| 1568 | 2025-01-25T04:25:54.105Z | Jan 25 04:25:53.211 INFO Starting download, target: DendriteOpenapi |
| 1569 | 2025-01-25T04:25:54.105Z | Jan 25 04:25:53.211 INFO Starting download, target: DendriteStub |
| 1570 | 2025-01-25T04:25:54.105Z | Jan 25 04:25:53.211 INFO Starting download, target: MaghemiteMgd |
| 1571 | 2025-01-25T04:25:54.105Z | Jan 25 04:25:53.211 INFO Starting download, target: TransceiverControl |
| 1572 | 2025-01-25T04:25:54.105Z | Jan 25 04:25:53.212 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1573 | 2025-01-25T04:25:54.106Z | Jan 25 04:25:53.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1574 | 2025-01-25T04:25:54.106Z | Jan 25 04:25:53.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1575 | 2025-01-25T04:25:54.106Z | Jan 25 04:25:53.213 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1576 | 2025-01-25T04:25:54.106Z | Jan 25 04:25:53.213 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1577 | 2025-01-25T04:25:54.106Z | Jan 25 04:25:53.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1578 | 2025-01-25T04:25:54.106Z | Jan 25 04:25:53.213 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1579 | 2025-01-25T04:25:54.376Z | Jan 25 04:25:53.462 INFO Download complete, target: DendriteOpenapi |
| 1580 | 2025-01-25T04:25:54.597Z | Jan 25 04:25:53.590 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1581 | 2025-01-25T04:25:54.708Z | Jan 25 04:25:53.684 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1582 | 2025-01-25T04:25:54.990Z | Jan 25 04:25:53.992 INFO Download complete, target: Console |
| 1583 | 2025-01-25T04:25:55.144Z | Jan 25 04:25:54.243 INFO Download complete, target: TransceiverControl |
| 1584 | 2025-01-25T04:25:55.477Z | Jan 25 04:25:54.584 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1585 | 2025-01-25T04:25:55.514Z | Jan 25 04:25:54.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1586 | 2025-01-25T04:25:56.133Z | Jan 25 04:25:55.242 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1587 | 2025-01-25T04:25:56.133Z | Jan 25 04:25:55.242 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1588 | 2025-01-25T04:25:56.499Z | Jan 25 04:25:55.608 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1589 | 2025-01-25T04:25:58.327Z | Jan 25 04:25:57.407 INFO Download complete, target: DendriteStub |
| 1590 | 2025-01-25T04:25:58.335Z | Jan 25 04:25:57.431 INFO Download complete, target: MaghemiteMgd |
| 1591 | 2025-01-25T04:26:03.515Z | Jan 25 04:26:02.611 INFO Checking that binary works, target: Cockroach |
| 1592 | 2025-01-25T04:26:03.895Z | Jan 25 04:26:02.925 INFO Download complete, target: Cockroach |
| 1593 | 2025-01-25T04:26:08.919Z | Jan 25 04:26:08.026 INFO Checking that binary works, target: Clickhouse |
| 1594 | 2025-01-25T04:26:09.042Z | Jan 25 04:26:08.149 INFO Download complete, target: Clickhouse |
| 1595 | 2025-01-25T04:26:09.066Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1596 | 2025-01-25T04:26:09.070Z | |
| 1597 | 2025-01-25T04:26:09.070Z | real 5:41.153787000 |
| 1598 | 2025-01-25T04:26:09.070Z | user 15:35.159156722 |
| 1599 | 2025-01-25T04:26:09.070Z | sys 2:02.909595393 |
| 1600 | 2025-01-25T04:26:09.071Z | trap 0.543835440 |
| 1601 | 2025-01-25T04:26:09.071Z | tflt 1.524363916 |
| 1602 | 2025-01-25T04:26:09.071Z | dflt 1.995740509 |
| 1603 | 2025-01-25T04:26:09.071Z | kflt 0.023273570 |
| 1604 | 2025-01-25T04:26:09.071Z | lock 25:12.914030874 |
| 1605 | 2025-01-25T04:26:09.071Z | slp 56:22.106561625 |
| 1606 | 2025-01-25T04:26:09.071Z | lat 59.698966994 |
| 1607 | 2025-01-25T04:26:09.071Z | stop 2:23.464130380 |
| 1608 | 2025-01-25T04:26:09.071Z | + banner hack-check |
| 1609 | 2025-01-25T04:26:09.071Z | |
| 1610 | 2025-01-25T04:26:09.071Z | # # ## #### # # #### # # ###### #### # # |
| 1611 | 2025-01-25T04:26:09.071Z | # # # # # # # # # # # # # # # # # |
| 1612 | 2025-01-25T04:26:09.071Z | ###### # # # #### ##### # ###### ##### # #### |
| 1613 | 2025-01-25T04:26:09.071Z | # # ###### # # # # # # # # # # |
| 1614 | 2025-01-25T04:26:09.071Z | # # # # # # # # # # # # # # # # # |
| 1615 | 2025-01-25T04:26:09.071Z | # # # # #### # # #### # # ###### #### # # |
| 1616 | 2025-01-25T04:26:09.071Z | |
| 1617 | 2025-01-25T04:26:09.071Z | + export CARGO_INCREMENTAL=0 |
| 1618 | 2025-01-25T04:26:09.071Z | + CARGO_INCREMENTAL=0 |
| 1619 | 2025-01-25T04:26:09.071Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1620 | 2025-01-25T04:26:09.599Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1621 | 2025-01-25T04:26:12.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 1622 | 2025-01-25T04:26:12.543Z | Running `target/debug/xtask check-features --ci` |
| 1623 | 2025-01-25T04:26:12.570Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1624 | 2025-01-25T04:26:12.574Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1625 | 2025-01-25T04:26:13.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1626 | 2025-01-25T04:26:13.024Z | Running `target/debug/xtask download cargo-hack` |
| 1627 | 2025-01-25T04:26:13.890Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1628 | 2025-01-25T04:26:14.203Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1629 | 2025-01-25T04:26:17.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 1630 | 2025-01-25T04:26:17.986Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1631 | 2025-01-25T04:26:18.022Z | Jan 25 04:26:17.128 INFO Starting download, target: CargoHack |
| 1632 | 2025-01-25T04:26:18.025Z | Jan 25 04:26:17.129 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1633 | 2025-01-25T04:26:18.762Z | Jan 25 04:26:17.865 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1634 | 2025-01-25T04:26:18.851Z | Jan 25 04:26:17.957 INFO Download complete, target: CargoHack |
| 1635 | 2025-01-25T04:26:18.855Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1636 | 2025-01-25T04:26:18.872Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1637 | 2025-01-25T04:26:19.045Z | info: running `cargo check --bins` on api_identity (1/197) |
| 1638 | 2025-01-25T04:26:19.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1639 | 2025-01-25T04:26:19.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1640 | 2025-01-25T04:26:19.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1641 | 2025-01-25T04:26:19.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1642 | 2025-01-25T04:26:19.634Z | |
| 1643 | 2025-01-25T04:26:19.634Z | info: running `cargo check --bins` on bootstore (2/197) |
| 1644 | 2025-01-25T04:26:20.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1645 | 2025-01-25T04:26:20.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1646 | 2025-01-25T04:26:20.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1647 | 2025-01-25T04:26:20.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1648 | 2025-01-25T04:26:20.262Z | |
| 1649 | 2025-01-25T04:26:20.262Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
| 1650 | 2025-01-25T04:26:20.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1651 | 2025-01-25T04:26:20.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1652 | 2025-01-25T04:26:20.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1653 | 2025-01-25T04:26:20.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1654 | 2025-01-25T04:26:20.865Z | |
| 1655 | 2025-01-25T04:26:20.865Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
| 1656 | 2025-01-25T04:26:21.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1657 | 2025-01-25T04:26:21.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1658 | 2025-01-25T04:26:21.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1659 | 2025-01-25T04:26:21.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1660 | 2025-01-25T04:26:21.478Z | |
| 1661 | 2025-01-25T04:26:21.478Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
| 1662 | 2025-01-25T04:26:21.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1663 | 2025-01-25T04:26:21.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1664 | 2025-01-25T04:26:21.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1665 | 2025-01-25T04:26:21.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1666 | 2025-01-25T04:26:21.901Z | |
| 1667 | 2025-01-25T04:26:21.901Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
| 1668 | 2025-01-25T04:26:22.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1669 | 2025-01-25T04:26:22.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1670 | 2025-01-25T04:26:22.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1671 | 2025-01-25T04:26:22.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1672 | 2025-01-25T04:26:22.326Z | |
| 1673 | 2025-01-25T04:26:22.326Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
| 1674 | 2025-01-25T04:26:22.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1675 | 2025-01-25T04:26:22.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1676 | 2025-01-25T04:26:22.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1677 | 2025-01-25T04:26:22.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1678 | 2025-01-25T04:26:22.753Z | |
| 1679 | 2025-01-25T04:26:22.753Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
| 1680 | 2025-01-25T04:26:23.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1681 | 2025-01-25T04:26:23.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1682 | 2025-01-25T04:26:23.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1683 | 2025-01-25T04:26:23.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1684 | 2025-01-25T04:26:23.170Z | |
| 1685 | 2025-01-25T04:26:23.170Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
| 1686 | 2025-01-25T04:26:23.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1687 | 2025-01-25T04:26:23.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1688 | 2025-01-25T04:26:23.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1689 | 2025-01-25T04:26:23.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1690 | 2025-01-25T04:26:23.591Z | |
| 1691 | 2025-01-25T04:26:23.591Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
| 1692 | 2025-01-25T04:26:24.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1693 | 2025-01-25T04:26:24.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1694 | 2025-01-25T04:26:24.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1695 | 2025-01-25T04:26:24.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1696 | 2025-01-25T04:26:24.024Z | |
| 1697 | 2025-01-25T04:26:24.025Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
| 1698 | 2025-01-25T04:26:24.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1699 | 2025-01-25T04:26:24.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1700 | 2025-01-25T04:26:24.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1701 | 2025-01-25T04:26:24.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1702 | 2025-01-25T04:26:24.429Z | |
| 1703 | 2025-01-25T04:26:24.429Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
| 1704 | 2025-01-25T04:26:24.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1705 | 2025-01-25T04:26:24.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1706 | 2025-01-25T04:26:24.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1707 | 2025-01-25T04:26:24.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1708 | 2025-01-25T04:26:24.851Z | |
| 1709 | 2025-01-25T04:26:24.851Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
| 1710 | 2025-01-25T04:26:25.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1711 | 2025-01-25T04:26:25.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1712 | 2025-01-25T04:26:25.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1713 | 2025-01-25T04:26:25.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1714 | 2025-01-25T04:26:25.276Z | |
| 1715 | 2025-01-25T04:26:25.276Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
| 1716 | 2025-01-25T04:26:25.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1717 | 2025-01-25T04:26:25.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1718 | 2025-01-25T04:26:25.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1719 | 2025-01-25T04:26:25.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1720 | 2025-01-25T04:26:25.697Z | |
| 1721 | 2025-01-25T04:26:25.698Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
| 1722 | 2025-01-25T04:26:26.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1723 | 2025-01-25T04:26:26.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1724 | 2025-01-25T04:26:26.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1725 | 2025-01-25T04:26:26.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1726 | 2025-01-25T04:26:26.118Z | |
| 1727 | 2025-01-25T04:26:26.118Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
| 1728 | 2025-01-25T04:26:26.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1729 | 2025-01-25T04:26:26.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1730 | 2025-01-25T04:26:26.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1731 | 2025-01-25T04:26:26.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1732 | 2025-01-25T04:26:26.549Z | |
| 1733 | 2025-01-25T04:26:26.549Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
| 1734 | 2025-01-25T04:26:26.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1735 | 2025-01-25T04:26:26.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1736 | 2025-01-25T04:26:26.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1737 | 2025-01-25T04:26:26.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1738 | 2025-01-25T04:26:26.977Z | |
| 1739 | 2025-01-25T04:26:26.977Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
| 1740 | 2025-01-25T04:26:27.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-01-25T04:26:27.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-01-25T04:26:27.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-01-25T04:26:27.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1744 | 2025-01-25T04:26:27.402Z | |
| 1745 | 2025-01-25T04:26:27.402Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
| 1746 | 2025-01-25T04:26:27.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-01-25T04:26:27.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-01-25T04:26:27.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-01-25T04:26:27.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1750 | 2025-01-25T04:26:27.825Z | |
| 1751 | 2025-01-25T04:26:27.825Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
| 1752 | 2025-01-25T04:26:28.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-01-25T04:26:28.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-01-25T04:26:28.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-01-25T04:26:28.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1756 | 2025-01-25T04:26:28.255Z | |
| 1757 | 2025-01-25T04:26:28.255Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
| 1758 | 2025-01-25T04:26:28.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-01-25T04:26:28.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-01-25T04:26:28.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-01-25T04:26:28.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1762 | 2025-01-25T04:26:28.678Z | |
| 1763 | 2025-01-25T04:26:28.678Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
| 1764 | 2025-01-25T04:26:29.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-01-25T04:26:29.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-01-25T04:26:29.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-01-25T04:26:29.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1768 | 2025-01-25T04:26:29.101Z | |
| 1769 | 2025-01-25T04:26:29.101Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
| 1770 | 2025-01-25T04:26:29.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-01-25T04:26:29.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-01-25T04:26:29.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-01-25T04:26:29.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1774 | 2025-01-25T04:26:29.593Z | |
| 1775 | 2025-01-25T04:26:29.593Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
| 1776 | 2025-01-25T04:26:29.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-01-25T04:26:29.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-01-25T04:26:29.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-01-25T04:26:29.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1780 | 2025-01-25T04:26:29.956Z | |
| 1781 | 2025-01-25T04:26:29.956Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
| 1782 | 2025-01-25T04:26:30.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-01-25T04:26:30.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-01-25T04:26:30.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-01-25T04:26:30.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1786 | 2025-01-25T04:26:30.384Z | |
| 1787 | 2025-01-25T04:26:30.384Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
| 1788 | 2025-01-25T04:26:30.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-01-25T04:26:30.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-01-25T04:26:30.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-01-25T04:26:30.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1792 | 2025-01-25T04:26:30.810Z | |
| 1793 | 2025-01-25T04:26:30.810Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
| 1794 | 2025-01-25T04:26:31.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-01-25T04:26:31.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-01-25T04:26:31.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-01-25T04:26:31.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1798 | 2025-01-25T04:26:31.244Z | |
| 1799 | 2025-01-25T04:26:31.244Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
| 1800 | 2025-01-25T04:26:31.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-01-25T04:26:31.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-01-25T04:26:31.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-01-25T04:26:31.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1804 | 2025-01-25T04:26:31.667Z | |
| 1805 | 2025-01-25T04:26:31.667Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
| 1806 | 2025-01-25T04:26:32.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-01-25T04:26:32.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-01-25T04:26:32.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-01-25T04:26:32.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1810 | 2025-01-25T04:26:32.087Z | |
| 1811 | 2025-01-25T04:26:32.087Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
| 1812 | 2025-01-25T04:26:32.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-01-25T04:26:32.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-01-25T04:26:32.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-01-25T04:26:32.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1816 | 2025-01-25T04:26:32.504Z | |
| 1817 | 2025-01-25T04:26:32.504Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
| 1818 | 2025-01-25T04:26:32.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-01-25T04:26:32.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-01-25T04:26:32.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-01-25T04:26:32.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1822 | 2025-01-25T04:26:32.945Z | |
| 1823 | 2025-01-25T04:26:32.946Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
| 1824 | 2025-01-25T04:26:33.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-01-25T04:26:33.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-01-25T04:26:33.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-01-25T04:26:33.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1828 | 2025-01-25T04:26:33.360Z | |
| 1829 | 2025-01-25T04:26:33.360Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
| 1830 | 2025-01-25T04:26:33.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-01-25T04:26:33.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-01-25T04:26:33.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-01-25T04:26:33.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1834 | 2025-01-25T04:26:33.778Z | |
| 1835 | 2025-01-25T04:26:33.778Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
| 1836 | 2025-01-25T04:26:34.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-01-25T04:26:34.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-01-25T04:26:34.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-01-25T04:26:34.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1840 | 2025-01-25T04:26:34.212Z | |
| 1841 | 2025-01-25T04:26:34.212Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
| 1842 | 2025-01-25T04:26:34.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-01-25T04:26:34.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-01-25T04:26:34.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-01-25T04:26:34.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1846 | 2025-01-25T04:26:34.637Z | |
| 1847 | 2025-01-25T04:26:34.637Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
| 1848 | 2025-01-25T04:26:35.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-01-25T04:26:35.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-01-25T04:26:35.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-01-25T04:26:35.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1852 | 2025-01-25T04:26:35.150Z | |
| 1853 | 2025-01-25T04:26:35.150Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
| 1854 | 2025-01-25T04:26:35.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-01-25T04:26:35.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-01-25T04:26:35.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-01-25T04:26:35.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1858 | 2025-01-25T04:26:35.489Z | |
| 1859 | 2025-01-25T04:26:35.489Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
| 1860 | 2025-01-25T04:26:35.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-01-25T04:26:35.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-01-25T04:26:35.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-01-25T04:26:35.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1864 | 2025-01-25T04:26:35.922Z | |
| 1865 | 2025-01-25T04:26:35.922Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
| 1866 | 2025-01-25T04:26:36.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-01-25T04:26:36.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-01-25T04:26:36.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-01-25T04:26:36.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1870 | 2025-01-25T04:26:36.347Z | |
| 1871 | 2025-01-25T04:26:36.347Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
| 1872 | 2025-01-25T04:26:36.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-01-25T04:26:36.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-01-25T04:26:36.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-01-25T04:26:36.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1876 | 2025-01-25T04:26:36.778Z | |
| 1877 | 2025-01-25T04:26:36.778Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
| 1878 | 2025-01-25T04:26:37.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-01-25T04:26:37.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-01-25T04:26:37.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-01-25T04:26:37.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1882 | 2025-01-25T04:26:37.216Z | |
| 1883 | 2025-01-25T04:26:37.216Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
| 1884 | 2025-01-25T04:26:37.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-01-25T04:26:37.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-01-25T04:26:37.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-01-25T04:26:37.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1888 | 2025-01-25T04:26:37.647Z | |
| 1889 | 2025-01-25T04:26:37.647Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
| 1890 | 2025-01-25T04:26:38.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-01-25T04:26:38.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-01-25T04:26:38.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-01-25T04:26:38.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1894 | 2025-01-25T04:26:38.080Z | |
| 1895 | 2025-01-25T04:26:38.080Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
| 1896 | 2025-01-25T04:26:38.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-01-25T04:26:38.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-01-25T04:26:38.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-01-25T04:26:38.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1900 | 2025-01-25T04:26:38.511Z | |
| 1901 | 2025-01-25T04:26:38.511Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
| 1902 | 2025-01-25T04:26:39.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-01-25T04:26:39.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-01-25T04:26:39.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-01-25T04:26:39.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1906 | 2025-01-25T04:26:39.135Z | |
| 1907 | 2025-01-25T04:26:39.135Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
| 1908 | 2025-01-25T04:26:39.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-01-25T04:26:39.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-01-25T04:26:39.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-01-25T04:26:39.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1912 | 2025-01-25T04:26:39.762Z | |
| 1913 | 2025-01-25T04:26:39.762Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
| 1914 | 2025-01-25T04:26:40.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-01-25T04:26:40.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-01-25T04:26:40.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-01-25T04:26:40.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1918 | 2025-01-25T04:26:40.398Z | |
| 1919 | 2025-01-25T04:26:40.398Z | info: running `cargo check --bins` on oxlog (48/197) |
| 1920 | 2025-01-25T04:26:40.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-01-25T04:26:40.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-01-25T04:26:41.011Z | Checking cfg-if v1.0.0 |
| 1923 | 2025-01-25T04:26:41.014Z | Checking libc v0.2.169 |
| 1924 | 2025-01-25T04:26:41.123Z | Checking serde v1.0.217 |
| 1925 | 2025-01-25T04:26:41.126Z | Checking zeroize v1.8.1 |
| 1926 | 2025-01-25T04:26:41.143Z | Checking memchr v2.7.4 |
| 1927 | 2025-01-25T04:26:41.146Z | Checking typenum v1.17.0 |
| 1928 | 2025-01-25T04:26:41.164Z | Checking scopeguard v1.2.0 |
| 1929 | 2025-01-25T04:26:41.179Z | Checking subtle v2.6.1 |
| 1930 | 2025-01-25T04:26:41.193Z | Checking value-bag v1.9.0 |
| 1931 | 2025-01-25T04:26:41.310Z | Checking lock_api v0.4.12 |
| 1932 | 2025-01-25T04:26:41.367Z | Checking smallvec v1.13.2 |
| 1933 | 2025-01-25T04:26:41.426Z | Checking itoa v1.0.11 |
| 1934 | 2025-01-25T04:26:41.563Z | Checking log v0.4.22 |
| 1935 | 2025-01-25T04:26:41.653Z | Checking const-oid v0.9.6 |
| 1936 | 2025-01-25T04:26:41.692Z | Checking pin-project-lite v0.2.14 |
| 1937 | 2025-01-25T04:26:41.717Z | Checking byteorder v1.5.0 |
| 1938 | 2025-01-25T04:26:42.013Z | Checking futures-core v0.3.31 |
| 1939 | 2025-01-25T04:26:42.065Z | Checking once_cell v1.20.2 |
| 1940 | 2025-01-25T04:26:42.065Z | Checking stable_deref_trait v1.2.0 |
| 1941 | 2025-01-25T04:26:42.071Z | Checking cpufeatures v0.2.14 |
| 1942 | 2025-01-25T04:26:42.105Z | Checking getrandom v0.2.15 |
| 1943 | 2025-01-25T04:26:42.120Z | Checking parking_lot_core v0.9.10 |
| 1944 | 2025-01-25T04:26:42.123Z | Checking signal-hook-registry v1.4.2 |
| 1945 | 2025-01-25T04:26:42.123Z | Checking mio v1.0.2 |
| 1946 | 2025-01-25T04:26:42.197Z | Checking generic-array v0.14.7 |
| 1947 | 2025-01-25T04:26:42.250Z | Checking futures-sink v0.3.31 |
| 1948 | 2025-01-25T04:26:42.335Z | Checking rand_core v0.6.4 |
| 1949 | 2025-01-25T04:26:42.379Z | Checking socket2 v0.5.7 |
| 1950 | 2025-01-25T04:26:42.396Z | Checking spin v0.9.8 |
| 1951 | 2025-01-25T04:26:42.433Z | Checking parking_lot v0.12.3 |
| 1952 | 2025-01-25T04:26:42.620Z | Checking zerocopy v0.7.35 |
| 1953 | 2025-01-25T04:26:42.673Z | Checking zerofrom v0.1.4 |
| 1954 | 2025-01-25T04:26:42.735Z | Checking slab v0.4.9 |
| 1955 | 2025-01-25T04:26:42.764Z | Checking futures-channel v0.3.31 |
| 1956 | 2025-01-25T04:26:42.940Z | Checking allocator-api2 v0.2.18 |
| 1957 | 2025-01-25T04:26:42.946Z | Checking yoke v0.7.4 |
| 1958 | 2025-01-25T04:26:42.978Z | Checking pin-utils v0.1.0 |
| 1959 | 2025-01-25T04:26:43.073Z | Checking equivalent v1.0.1 |
| 1960 | 2025-01-25T04:26:43.092Z | Checking foldhash v0.1.3 |
| 1961 | 2025-01-25T04:26:43.182Z | Checking zerovec v0.10.4 |
| 1962 | 2025-01-25T04:26:43.197Z | Checking futures-io v0.3.31 |
| 1963 | 2025-01-25T04:26:43.270Z | Checking crypto-common v0.1.6 |
| 1964 | 2025-01-25T04:26:43.293Z | Checking block-buffer v0.10.4 |
| 1965 | 2025-01-25T04:26:43.379Z | Checking futures-task v0.3.31 |
| 1966 | 2025-01-25T04:26:43.467Z | Checking block-padding v0.3.3 |
| 1967 | 2025-01-25T04:26:43.483Z | Checking hashbrown v0.15.1 |
| 1968 | 2025-01-25T04:26:43.511Z | Checking ryu v1.0.18 |
| 1969 | 2025-01-25T04:26:43.538Z | Checking digest v0.10.7 |
| 1970 | 2025-01-25T04:26:43.603Z | Checking futures-util v0.3.31 |
| 1971 | 2025-01-25T04:26:43.676Z | Checking inout v0.1.3 |
| 1972 | 2025-01-25T04:26:43.742Z | Checking writeable v0.5.5 |
| 1973 | 2025-01-25T04:26:43.814Z | Checking litemap v0.7.3 |
| 1974 | 2025-01-25T04:26:43.886Z | Checking fnv v1.0.7 |
| 1975 | 2025-01-25T04:26:43.904Z | Checking hmac v0.12.1 |
| 1976 | 2025-01-25T04:26:44.066Z | Checking sha2 v0.10.8 |
| 1977 | 2025-01-25T04:26:44.081Z | Checking cipher v0.4.4 |
| 1978 | 2025-01-25T04:26:44.106Z | Checking libm v0.2.8 |
| 1979 | 2025-01-25T04:26:44.129Z | Checking base64ct v1.6.0 |
| 1980 | 2025-01-25T04:26:44.435Z | Checking ppv-lite86 v0.2.20 |
| 1981 | 2025-01-25T04:26:44.477Z | Checking icu_locid_transform_data v1.5.0 |
| 1982 | 2025-01-25T04:26:44.550Z | Checking pem-rfc7468 v0.7.0 |
| 1983 | 2025-01-25T04:26:44.583Z | Checking flagset v0.4.6 |
| 1984 | 2025-01-25T04:26:44.601Z | Checking tracing-core v0.1.32 |
| 1985 | 2025-01-25T04:26:44.699Z | Checking tinystr v0.7.6 |
| 1986 | 2025-01-25T04:26:44.771Z | Checking icu_collections v1.5.0 |
| 1987 | 2025-01-25T04:26:44.811Z | Checking der v0.7.9 |
| 1988 | 2025-01-25T04:26:44.995Z | Checking num-traits v0.2.19 |
| 1989 | 2025-01-25T04:26:45.023Z | Checking icu_locid v1.5.0 |
| 1990 | 2025-01-25T04:26:45.166Z | Checking rand_chacha v0.3.1 |
| 1991 | 2025-01-25T04:26:45.195Z | Checking thiserror v1.0.69 |
| 1992 | 2025-01-25T04:26:45.339Z | Checking icu_properties_data v1.5.0 |
| 1993 | 2025-01-25T04:26:45.399Z | Checking percent-encoding v2.3.1 |
| 1994 | 2025-01-25T04:26:45.511Z | Checking rustls-pki-types v1.10.0 |
| 1995 | 2025-01-25T04:26:45.556Z | Checking bytes v1.9.0 |
| 1996 | 2025-01-25T04:26:45.575Z | Checking indexmap v2.7.0 |
| 1997 | 2025-01-25T04:26:45.604Z | Checking serde_json v1.0.135 |
| 1998 | 2025-01-25T04:26:45.910Z | Checking icu_provider v1.5.0 |
| 1999 | 2025-01-25T04:26:46.033Z | Checking bitflags v2.6.0 |
| 2000 | 2025-01-25T04:26:46.331Z | Checking tokio v1.43.0 |
| 2001 | 2025-01-25T04:26:46.331Z | Checking http v1.2.0 |
| 2002 | 2025-01-25T04:26:46.484Z | Checking rand v0.8.5 |
| 2003 | 2025-01-25T04:26:46.501Z | Checking icu_locid_transform v1.5.0 |
| 2004 | 2025-01-25T04:26:46.504Z | Checking spki v0.7.3 |
| 2005 | 2025-01-25T04:26:46.696Z | Checking tracing v0.1.40 |
| 2006 | 2025-01-25T04:26:46.797Z | Checking salsa20 v0.10.2 |
| 2007 | 2025-01-25T04:26:47.020Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2025-01-25T04:26:47.056Z | Checking aws-lc-sys v0.22.0 |
| 2009 | 2025-01-25T04:26:47.185Z | Checking httparse v1.9.5 |
| 2010 | 2025-01-25T04:26:47.250Z | Checking untrusted v0.9.0 |
| 2011 | 2025-01-25T04:26:47.415Z | Checking write16 v1.0.0 |
| 2012 | 2025-01-25T04:26:47.456Z | Checking icu_properties v1.5.1 |
| 2013 | 2025-01-25T04:26:47.537Z | Checking mirai-annotations v1.12.0 |
| 2014 | 2025-01-25T04:26:47.589Z | Checking icu_normalizer_data v1.5.0 |
| 2015 | 2025-01-25T04:26:47.618Z | Checking utf8_iter v1.0.4 |
| 2016 | 2025-01-25T04:26:47.647Z | Checking utf16_iter v1.0.5 |
| 2017 | 2025-01-25T04:26:47.683Z | Checking powerfmt v0.2.0 |
| 2018 | 2025-01-25T04:26:47.701Z | Checking untrusted v0.7.1 |
| 2019 | 2025-01-25T04:26:47.801Z | Checking ring v0.17.8 |
| 2020 | 2025-01-25T04:26:47.818Z | Checking scrypt v0.11.0 |
| 2021 | 2025-01-25T04:26:47.867Z | Checking cbc v0.1.2 |
| 2022 | 2025-01-25T04:26:47.951Z | Checking deranged v0.3.11 |
| 2023 | 2025-01-25T04:26:47.969Z | Checking aes v0.8.4 |
| 2024 | 2025-01-25T04:26:48.027Z | Checking crossbeam-utils v0.8.20 |
| 2025 | 2025-01-25T04:26:48.057Z | Checking num_threads v0.1.7 |
| 2026 | 2025-01-25T04:26:48.177Z | Checking num-conv v0.1.0 |
| 2027 | 2025-01-25T04:26:48.501Z | Checking time-core v0.1.2 |
| 2028 | 2025-01-25T04:26:48.580Z | Checking tinyvec_macros v0.1.1 |
| 2029 | 2025-01-25T04:26:48.678Z | Checking atomic-waker v1.1.2 |
| 2030 | 2025-01-25T04:26:48.757Z | Checking tinyvec v1.8.0 |
| 2031 | 2025-01-25T04:26:48.823Z | Checking http-body v1.0.1 |
| 2032 | 2025-01-25T04:26:48.858Z | Checking pkcs5 v0.7.1 |
| 2033 | 2025-01-25T04:26:49.036Z | Checking form_urlencoded v1.2.1 |
| 2034 | 2025-01-25T04:26:49.147Z | Checking aws-lc-rs v1.10.0 |
| 2035 | 2025-01-25T04:26:49.227Z | Checking try-lock v0.2.5 |
| 2036 | 2025-01-25T04:26:49.249Z | Checking time v0.3.36 |
| 2037 | 2025-01-25T04:26:49.363Z | Checking want v0.3.1 |
| 2038 | 2025-01-25T04:26:49.380Z | Checking pkcs8 v0.10.2 |
| 2039 | 2025-01-25T04:26:49.619Z | Checking uuid v1.12.0 |
| 2040 | 2025-01-25T04:26:49.630Z | Checking httpdate v1.0.3 |
| 2041 | 2025-01-25T04:26:49.660Z | Checking unicode-ident v1.0.14 |
| 2042 | 2025-01-25T04:26:49.805Z | Checking serde_spanned v0.6.8 |
| 2043 | 2025-01-25T04:26:49.845Z | Checking proc-macro2 v1.0.92 |
| 2044 | 2025-01-25T04:26:50.000Z | Checking toml_datetime v0.6.8 |
| 2045 | 2025-01-25T04:26:50.016Z | Checking slog v2.7.0 |
| 2046 | 2025-01-25T04:26:50.124Z | Checking scroll v0.12.0 |
| 2047 | 2025-01-25T04:26:50.304Z | Checking base64 v0.22.1 |
| 2048 | 2025-01-25T04:26:50.457Z | Checking plain v0.2.3 |
| 2049 | 2025-01-25T04:26:50.477Z | Checking tower-service v0.3.3 |
| 2050 | 2025-01-25T04:26:50.569Z | Checking ucd-trie v0.1.7 |
| 2051 | 2025-01-25T04:26:50.593Z | Checking foreign-types-shared v0.1.1 |
| 2052 | 2025-01-25T04:26:50.619Z | Checking match_cfg v0.1.0 |
| 2053 | 2025-01-25T04:26:50.740Z | Checking icu_normalizer v1.5.0 |
| 2054 | 2025-01-25T04:26:50.758Z | Checking adler2 v2.0.0 |
| 2055 | 2025-01-25T04:26:50.758Z | Checking iana-time-zone v0.1.61 |
| 2056 | 2025-01-25T04:26:50.774Z | Checking pest v2.7.14 |
| 2057 | 2025-01-25T04:26:50.777Z | Checking hostname v0.3.1 |
| 2058 | 2025-01-25T04:26:50.792Z | Checking rustls-webpki v0.102.8 |
| 2059 | 2025-01-25T04:26:50.865Z | Checking miniz_oxide v0.8.0 |
| 2060 | 2025-01-25T04:26:50.882Z | Checking chrono v0.4.39 |
| 2061 | 2025-01-25T04:26:50.903Z | Checking foreign-types v0.3.2 |
| 2062 | 2025-01-25T04:26:50.995Z | Checking goblin v0.8.2 |
| 2063 | 2025-01-25T04:26:51.435Z | Checking idna_adapter v1.2.0 |
| 2064 | 2025-01-25T04:26:51.561Z | Checking quote v1.0.38 |
| 2065 | 2025-01-25T04:26:51.579Z | Checking openssl-sys v0.9.103 |
| 2066 | 2025-01-25T04:26:51.604Z | Checking errno v0.3.9 |
| 2067 | 2025-01-25T04:26:51.622Z | Checking idna v1.0.3 |
| 2068 | 2025-01-25T04:26:51.849Z | Checking dirs-sys-next v0.1.2 |
| 2069 | 2025-01-25T04:26:51.879Z | Checking aho-corasick v1.1.3 |
| 2070 | 2025-01-25T04:26:51.940Z | Checking pretty-hex v0.4.1 |
| 2071 | 2025-01-25T04:26:52.100Z | Checking url v2.5.3 |
| 2072 | 2025-01-25T04:26:52.119Z | Checking data-encoding v2.6.0 |
| 2073 | 2025-01-25T04:26:52.710Z | Compiling newtype-uuid v1.2.1 |
| 2074 | 2025-01-25T04:26:52.728Z | Checking siphasher v0.3.11 |
| 2075 | 2025-01-25T04:26:52.731Z | Checking regex-syntax v0.8.5 |
| 2076 | 2025-01-25T04:26:52.985Z | Checking openssl v0.10.66 |
| 2077 | 2025-01-25T04:26:53.003Z | Checking tokio-util v0.7.12 |
| 2078 | 2025-01-25T04:26:53.006Z | Checking dirs-next v2.0.0 |
| 2079 | 2025-01-25T04:26:53.013Z | Checking syn v2.0.96 |
| 2080 | 2025-01-25T04:26:53.128Z | Checking rustix v0.38.37 |
| 2081 | 2025-01-25T04:26:53.276Z | Checking dtrace-parser v0.2.0 |
| 2082 | 2025-01-25T04:26:53.400Z | Checking unicode-normalization v0.1.24 |
| 2083 | 2025-01-25T04:26:53.716Z | Checking h2 v0.4.6 |
| 2084 | 2025-01-25T04:26:53.783Z | Checking http-body-util v0.1.2 |
| 2085 | 2025-01-25T04:26:54.215Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2025-01-25T04:26:54.337Z | Checking sha1 v0.10.6 |
| 2087 | 2025-01-25T04:26:54.674Z | Checking signature v2.2.0 |
| 2088 | 2025-01-25T04:26:54.701Z | Checking lazy_static v1.5.0 |
| 2089 | 2025-01-25T04:26:54.783Z | Checking thread_local v1.1.8 |
| 2090 | 2025-01-25T04:26:54.846Z | Checking thread-id v4.2.2 |
| 2091 | 2025-01-25T04:26:54.992Z | Checking encoding_rs v0.8.34 |
| 2092 | 2025-01-25T04:26:55.058Z | Checking unicode-bidi v0.3.17 |
| 2093 | 2025-01-25T04:26:55.708Z | Checking ipnet v2.10.1 |
| 2094 | 2025-01-25T04:26:55.775Z | Checking dof v0.3.0 |
| 2095 | 2025-01-25T04:26:56.114Z | Checking regex-automata v0.4.8 |
| 2096 | 2025-01-25T04:26:56.147Z | Checking winnow v0.6.20 |
| 2097 | 2025-01-25T04:26:56.182Z | Checking openssl-probe v0.1.5 |
| 2098 | 2025-01-25T04:26:56.317Z | Checking gimli v0.31.1 |
| 2099 | 2025-01-25T04:26:56.497Z | Checking either v1.13.0 |
| 2100 | 2025-01-25T04:26:56.743Z | Checking unicode-properties v0.1.3 |
| 2101 | 2025-01-25T04:26:57.106Z | Checking anstyle v1.0.10 |
| 2102 | 2025-01-25T04:26:57.259Z | Checking utf8parse v0.2.2 |
| 2103 | 2025-01-25T04:26:57.412Z | Checking mime v0.3.17 |
| 2104 | 2025-01-25T04:26:57.436Z | Checking anstyle-parse v0.2.5 |
| 2105 | 2025-01-25T04:26:57.714Z | Checking stringprep v0.1.5 |
| 2106 | 2025-01-25T04:26:57.733Z | Checking crossbeam-deque v0.8.5 |
| 2107 | 2025-01-25T04:26:57.856Z | Checking native-tls v0.2.12 |
| 2108 | 2025-01-25T04:26:57.991Z | Checking term v0.7.0 |
| 2109 | 2025-01-25T04:26:58.041Z | Checking rustls v0.23.19 |
| 2110 | 2025-01-25T04:26:58.168Z | Checking rustls v0.22.4 |
| 2111 | 2025-01-25T04:26:58.419Z | Checking slog-json v2.6.1 |
| 2112 | 2025-01-25T04:26:58.728Z | Checking serde_urlencoded v0.7.1 |
| 2113 | 2025-01-25T04:26:58.745Z | Checking toml_edit v0.22.22 |
| 2114 | 2025-01-25T04:26:58.782Z | Checking usdt-impl v0.5.0 |
| 2115 | 2025-01-25T04:26:59.088Z | Checking crossbeam-channel v0.5.13 |
| 2116 | 2025-01-25T04:26:59.306Z | Checking futures-executor v0.3.31 |
| 2117 | 2025-01-25T04:26:59.532Z | Checking num-integer v0.1.46 |
| 2118 | 2025-01-25T04:26:59.674Z | Checking hyper v1.5.2 |
| 2119 | 2025-01-25T04:26:59.721Z | Checking rustls-pemfile v2.2.0 |
| 2120 | 2025-01-25T04:26:59.872Z | Checking addr2line v0.24.2 |
| 2121 | 2025-01-25T04:26:59.930Z | Checking md-5 v0.10.6 |
| 2122 | 2025-01-25T04:27:00.010Z | Checking ff v0.13.0 |
| 2123 | 2025-01-25T04:27:00.148Z | Checking hash32 v0.2.1 |
| 2124 | 2025-01-25T04:27:00.211Z | Checking memmap v0.7.0 |
| 2125 | 2025-01-25T04:27:00.369Z | Checking is-terminal v0.4.13 |
| 2126 | 2025-01-25T04:27:00.400Z | Checking object v0.36.5 |
| 2127 | 2025-01-25T04:27:00.440Z | Checking is_terminal_polyfill v1.70.1 |
| 2128 | 2025-01-25T04:27:00.453Z | Checking dyn-clone v1.0.17 |
| 2129 | 2025-01-25T04:27:00.500Z | Checking rustc-demangle v0.1.24 |
| 2130 | 2025-01-25T04:27:00.561Z | Checking fallible-iterator v0.2.0 |
| 2131 | 2025-01-25T04:27:00.604Z | Checking utf-8 v0.7.6 |
| 2132 | 2025-01-25T04:27:00.807Z | Checking colorchoice v1.0.2 |
| 2133 | 2025-01-25T04:27:00.966Z | Checking quick-error v1.2.3 |
| 2134 | 2025-01-25T04:27:00.970Z | Checking linked-hash-map v0.5.6 |
| 2135 | 2025-01-25T04:27:01.090Z | Checking base16ct v0.2.0 |
| 2136 | 2025-01-25T04:27:01.120Z | Checking anstyle-query v1.1.1 |
| 2137 | 2025-01-25T04:27:01.244Z | Checking psl-types v2.0.11 |
| 2138 | 2025-01-25T04:27:01.259Z | Checking take_mut v0.2.2 |
| 2139 | 2025-01-25T04:27:01.287Z | Checking toml v0.8.19 |
| 2140 | 2025-01-25T04:27:01.290Z | Checking sec1 v0.7.3 |
| 2141 | 2025-01-25T04:27:01.405Z | Checking slog-async v2.8.0 |
| 2142 | 2025-01-25T04:27:01.425Z | Checking publicsuffix v2.3.0 |
| 2143 | 2025-01-25T04:27:01.485Z | Checking tokio-rustls v0.25.0 |
| 2144 | 2025-01-25T04:27:01.559Z | Checking hyper-util v0.1.10 |
| 2145 | 2025-01-25T04:27:01.656Z | Checking lru-cache v0.1.2 |
| 2146 | 2025-01-25T04:27:01.672Z | Checking anstream v0.6.15 |
| 2147 | 2025-01-25T04:27:01.693Z | Checking postgres-protocol v0.6.7 |
| 2148 | 2025-01-25T04:27:01.840Z | Checking resolv-conf v0.7.0 |
| 2149 | 2025-01-25T04:27:01.857Z | Checking tungstenite v0.24.0 |
| 2150 | 2025-01-25T04:27:02.062Z | Checking schemars v0.8.21 |
| 2151 | 2025-01-25T04:27:02.074Z | Checking slog-term v2.9.1 |
| 2152 | 2025-01-25T04:27:02.176Z | Checking heapless v0.7.17 |
| 2153 | 2025-01-25T04:27:02.345Z | Checking usdt v0.5.0 |
| 2154 | 2025-01-25T04:27:02.535Z | Checking group v0.13.0 |
| 2155 | 2025-01-25T04:27:02.603Z | Checking num-iter v0.1.45 |
| 2156 | 2025-01-25T04:27:02.722Z | Checking futures v0.3.31 |
| 2157 | 2025-01-25T04:27:02.780Z | Checking slog-bunyan v2.5.0 |
| 2158 | 2025-01-25T04:27:02.780Z | Checking tokio-native-tls v0.3.1 |
| 2159 | 2025-01-25T04:27:02.822Z | Checking rayon-core v1.12.1 |
| 2160 | 2025-01-25T04:27:02.953Z | Checking multer v3.1.0 |
| 2161 | 2025-01-25T04:27:03.050Z | Checking terminal_size v0.4.0 |
| 2162 | 2025-01-25T04:27:03.190Z | Checking hickory-proto v0.24.2 |
| 2163 | 2025-01-25T04:27:03.207Z | Checking tokio-rustls v0.26.0 |
| 2164 | 2025-01-25T04:27:03.236Z | Checking phf_shared v0.11.2 |
| 2165 | 2025-01-25T04:27:03.485Z | Checking cookie v0.18.1 |
| 2166 | 2025-01-25T04:27:03.510Z | Checking async-stream v0.3.6 |
| 2167 | 2025-01-25T04:27:03.529Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2168 | 2025-01-25T04:27:03.558Z | Checking waitgroup v0.1.2 |
| 2169 | 2025-01-25T04:27:03.578Z | Checking signal-hook v0.3.17 |
| 2170 | 2025-01-25T04:27:03.602Z | Checking camino v1.1.9 |
| 2171 | 2025-01-25T04:27:04.655Z | Checking openapiv3 v2.0.0 |
| 2172 | 2025-01-25T04:27:04.659Z | Checking webpki-roots v0.26.6 |
| 2173 | 2025-01-25T04:27:04.659Z | Checking serde_path_to_error v0.1.16 |
| 2174 | 2025-01-25T04:27:04.659Z | Checking hkdf v0.12.4 |
| 2175 | 2025-01-25T04:27:04.659Z | Checking crypto-bigint v0.5.5 |
| 2176 | 2025-01-25T04:27:04.659Z | Checking hostname v0.4.0 |
| 2177 | 2025-01-25T04:27:04.659Z | Checking crc32fast v1.4.2 |
| 2178 | 2025-01-25T04:27:04.659Z | Checking winnow v0.5.40 |
| 2179 | 2025-01-25T04:27:04.659Z | Checking strsim v0.11.1 |
| 2180 | 2025-01-25T04:27:04.659Z | Checking managed v0.8.0 |
| 2181 | 2025-01-25T04:27:04.659Z | Checking debug-ignore v1.0.5 |
| 2182 | 2025-01-25T04:27:04.659Z | Checking unicode-width v0.1.14 |
| 2183 | 2025-01-25T04:27:04.659Z | Checking clap_lex v0.7.2 |
| 2184 | 2025-01-25T04:27:04.659Z | Checking bitflags v1.3.2 |
| 2185 | 2025-01-25T04:27:04.705Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2186 | 2025-01-25T04:27:04.763Z | Checking smoltcp v0.9.1 |
| 2187 | 2025-01-25T04:27:04.895Z | Checking console v0.15.8 |
| 2188 | 2025-01-25T04:27:04.986Z | Checking clap_builder v4.5.21 |
| 2189 | 2025-01-25T04:27:05.475Z | Checking flate2 v1.0.35 |
| 2190 | 2025-01-25T04:27:06.068Z | Checking cookie_store v0.21.1 |
| 2191 | 2025-01-25T04:27:06.179Z | Checking hyper-rustls v0.27.3 |
| 2192 | 2025-01-25T04:27:06.236Z | Checking backtrace v0.3.74 |
| 2193 | 2025-01-25T04:27:06.535Z | Checking signal-hook-mio v0.2.4 |
| 2194 | 2025-01-25T04:27:06.542Z | Checking elliptic-curve v0.13.8 |
| 2195 | 2025-01-25T04:27:06.654Z | Checking bzip2 v0.4.4 |
| 2196 | 2025-01-25T04:27:06.733Z | Checking phf v0.11.2 |
| 2197 | 2025-01-25T04:27:06.771Z | Checking dropshot v0.12.0 |
| 2198 | 2025-01-25T04:27:06.791Z | Checking anyhow v1.0.95 |
| 2199 | 2025-01-25T04:27:06.850Z | Checking toml_edit v0.19.15 |
| 2200 | 2025-01-25T04:27:06.940Z | Checking hyper-tls v0.6.0 |
| 2201 | 2025-01-25T04:27:06.985Z | Checking rayon v1.10.0 |
| 2202 | 2025-01-25T04:27:07.149Z | Checking num-bigint-dig v0.8.4 |
| 2203 | 2025-01-25T04:27:07.167Z | Checking tokio-tungstenite v0.24.0 |
| 2204 | 2025-01-25T04:27:07.211Z | Checking postgres-types v0.2.8 |
| 2205 | 2025-01-25T04:27:07.665Z | Checking hickory-resolver v0.24.2 |
| 2206 | 2025-01-25T04:27:07.688Z | Checking regex v1.11.1 |
| 2207 | 2025-01-25T04:27:07.877Z | Checking bstr v1.10.0 |
| 2208 | 2025-01-25T04:27:07.880Z | Checking ed25519 v2.2.3 |
| 2209 | 2025-01-25T04:27:08.182Z | Checking tokio-stream v0.1.16 |
| 2210 | 2025-01-25T04:27:08.197Z | Checking phf_shared v0.10.0 |
| 2211 | 2025-01-25T04:27:08.474Z | Checking curve25519-dalek v4.1.3 |
| 2212 | 2025-01-25T04:27:08.790Z | Checking zerocopy v0.6.6 |
| 2213 | 2025-01-25T04:27:08.989Z | Checking hubpack v0.1.2 |
| 2214 | 2025-01-25T04:27:09.100Z | Checking portable-atomic v1.9.0 |
| 2215 | 2025-01-25T04:27:09.124Z | Checking pkcs1 v0.7.5 |
| 2216 | 2025-01-25T04:27:09.246Z | Checking float-cmp v0.9.0 |
| 2217 | 2025-01-25T04:27:09.281Z | Checking serde-big-array v0.5.1 |
| 2218 | 2025-01-25T04:27:09.416Z | Checking rfc6979 v0.4.0 |
| 2219 | 2025-01-25T04:27:09.438Z | Checking sync_wrapper v1.0.1 |
| 2220 | 2025-01-25T04:27:09.487Z | Checking static_assertions v1.1.0 |
| 2221 | 2025-01-25T04:27:09.507Z | Checking minimal-lexical v0.2.1 |
| 2222 | 2025-01-25T04:27:09.584Z | Checking predicates-core v1.0.8 |
| 2223 | 2025-01-25T04:27:09.599Z | Checking fixedbitset v0.4.2 |
| 2224 | 2025-01-25T04:27:09.602Z | Checking normalize-line-endings v0.3.0 |
| 2225 | 2025-01-25T04:27:09.734Z | Checking difflib v0.4.0 |
| 2226 | 2025-01-25T04:27:09.762Z | Checking number_prefix v0.4.0 |
| 2227 | 2025-01-25T04:27:09.897Z | Checking unicode-width v0.2.0 |
| 2228 | 2025-01-25T04:27:09.902Z | Checking precomputed-hash v0.1.1 |
| 2229 | 2025-01-25T04:27:09.947Z | Checking bit-vec v0.6.3 |
| 2230 | 2025-01-25T04:27:10.020Z | Checking whoami v1.5.2 |
| 2231 | 2025-01-25T04:27:10.051Z | Checking new_debug_unreachable v1.0.6 |
| 2232 | 2025-01-25T04:27:10.070Z | Checking unicode-segmentation v1.12.0 |
| 2233 | 2025-01-25T04:27:10.122Z | Checking qorb v0.2.1 |
| 2234 | 2025-01-25T04:27:10.140Z | Checking string_cache v0.8.7 |
| 2235 | 2025-01-25T04:27:10.264Z | Checking bit-set v0.5.3 |
| 2236 | 2025-01-25T04:27:10.283Z | Checking ed25519-dalek v2.1.1 |
| 2237 | 2025-01-25T04:27:10.299Z | Checking tokio-postgres v0.7.12 |
| 2238 | 2025-01-25T04:27:10.320Z | Checking predicates v3.1.2 |
| 2239 | 2025-01-25T04:27:10.370Z | Checking indicatif v0.17.9 |
| 2240 | 2025-01-25T04:27:10.414Z | Checking nom v7.1.3 |
| 2241 | 2025-01-25T04:27:10.510Z | Checking petgraph v0.6.5 |
| 2242 | 2025-01-25T04:27:10.667Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2243 | 2025-01-25T04:27:10.738Z | Checking similar v2.6.0 |
| 2244 | 2025-01-25T04:27:10.995Z | Checking ecdsa v0.16.9 |
| 2245 | 2025-01-25T04:27:11.088Z | Checking reqwest v0.12.9 |
| 2246 | 2025-01-25T04:27:11.529Z | Checking rsa v0.9.6 |
| 2247 | 2025-01-25T04:27:11.590Z | Checking toml v0.7.8 |
| 2248 | 2025-01-25T04:27:12.277Z | Checking clap v4.5.21 |
| 2249 | 2025-01-25T04:27:12.402Z | Checking zip v0.6.6 |
| 2250 | 2025-01-25T04:27:12.513Z | Checking crossterm v0.28.1 |
| 2251 | 2025-01-25T04:27:12.599Z | Checking itertools v0.12.1 |
| 2252 | 2025-01-25T04:27:12.846Z | Checking itertools v0.10.5 |
| 2253 | 2025-01-25T04:27:12.958Z | Checking ahash v0.8.11 |
| 2254 | 2025-01-25T04:27:13.038Z | Checking fs-err v2.11.0 |
| 2255 | 2025-01-25T04:27:13.277Z | Checking x509-cert v0.2.5 |
| 2256 | 2025-01-25T04:27:13.438Z | Checking semver v1.0.24 |
| 2257 | 2025-01-25T04:27:13.575Z | Checking hex v0.4.3 |
| 2258 | 2025-01-25T04:27:13.593Z | Checking peg-runtime v0.8.3 |
| 2259 | 2025-01-25T04:27:13.826Z | Checking lalrpop-util v0.19.12 |
| 2260 | 2025-01-25T04:27:13.845Z | Checking sigpipe v0.1.3 |
| 2261 | 2025-01-25T04:27:15.078Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2262 | 2025-01-25T04:27:15.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.98s |
| 2263 | 2025-01-25T04:27:15.554Z | |
| 2264 | 2025-01-25T04:27:15.554Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
| 2265 | 2025-01-25T04:27:16.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2025-01-25T04:27:16.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2025-01-25T04:27:16.208Z | Compiling hashbrown v0.14.5 |
| 2268 | 2025-01-25T04:27:16.332Z | Checking heck v0.5.0 |
| 2269 | 2025-01-25T04:27:16.343Z | Compiling unsafe-libyaml v0.2.11 |
| 2270 | 2025-01-25T04:27:16.355Z | Checking ipnetwork v0.20.0 |
| 2271 | 2025-01-25T04:27:16.370Z | Compiling ident_case v1.0.1 |
| 2272 | 2025-01-25T04:27:16.382Z | Checking progenitor-client v0.8.0 |
| 2273 | 2025-01-25T04:27:16.396Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2274 | 2025-01-25T04:27:16.581Z | Checking newtype-uuid v1.2.1 |
| 2275 | 2025-01-25T04:27:16.589Z | Compiling darling_core v0.20.10 |
| 2276 | 2025-01-25T04:27:16.684Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2277 | 2025-01-25T04:27:16.702Z | Compiling proc-macro-crate v1.3.1 |
| 2278 | 2025-01-25T04:27:16.744Z | Compiling structmeta-derive v0.3.0 |
| 2279 | 2025-01-25T04:27:16.772Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2280 | 2025-01-25T04:27:17.006Z | Compiling thiserror v2.0.11 |
| 2281 | 2025-01-25T04:27:17.070Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2282 | 2025-01-25T04:27:17.297Z | Compiling regress v0.10.1 |
| 2283 | 2025-01-25T04:27:17.688Z | Compiling serde_yaml v0.9.34+deprecated |
| 2284 | 2025-01-25T04:27:17.697Z | Compiling num_enum_derive v0.5.11 |
| 2285 | 2025-01-25T04:27:18.250Z | Compiling lzma-sys v0.1.20 |
| 2286 | 2025-01-25T04:27:18.527Z | Compiling thiserror-impl v2.0.11 |
| 2287 | 2025-01-25T04:27:19.006Z | Compiling foreign-types-macros v0.2.3 |
| 2288 | 2025-01-25T04:27:19.247Z | Compiling structmeta v0.3.0 |
| 2289 | 2025-01-25T04:27:19.637Z | Compiling dropshot v0.15.1 |
| 2290 | 2025-01-25T04:27:19.937Z | Checking arc-swap v1.7.1 |
| 2291 | 2025-01-25T04:27:20.000Z | Checking foreign-types-shared v0.3.1 |
| 2292 | 2025-01-25T04:27:20.129Z | Checking num_enum v0.5.11 |
| 2293 | 2025-01-25T04:27:20.165Z | Checking foreign-types v0.5.0 |
| 2294 | 2025-01-25T04:27:20.295Z | Compiling parse-display-derive v0.10.0 |
| 2295 | 2025-01-25T04:27:20.328Z | Checking slog-scope v4.4.0 |
| 2296 | 2025-01-25T04:27:20.386Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2297 | 2025-01-25T04:27:20.525Z | Compiling proc-macro-error v1.0.4 |
| 2298 | 2025-01-25T04:27:20.909Z | Checking typify-impl v0.2.0 |
| 2299 | 2025-01-25T04:27:21.260Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2300 | 2025-01-25T04:27:21.307Z | Checking tungstenite v0.21.0 |
| 2301 | 2025-01-25T04:27:21.373Z | Compiling heck v0.3.3 |
| 2302 | 2025-01-25T04:27:21.744Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2303 | 2025-01-25T04:27:21.825Z | Compiling dropshot_endpoint v0.15.1 |
| 2304 | 2025-01-25T04:27:22.006Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2305 | 2025-01-25T04:27:22.170Z | Checking cstr-argument v0.1.2 |
| 2306 | 2025-01-25T04:27:22.343Z | Checking instant v0.1.13 |
| 2307 | 2025-01-25T04:27:22.459Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2308 | 2025-01-25T04:27:22.538Z | Checking fastrand v2.1.1 |
| 2309 | 2025-01-25T04:27:22.563Z | Compiling darling_macro v0.20.10 |
| 2310 | 2025-01-25T04:27:22.729Z | Checking base64 v0.21.7 |
| 2311 | 2025-01-25T04:27:22.746Z | Checking pretty-hex v0.2.1 |
| 2312 | 2025-01-25T04:27:22.913Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2313 | 2025-01-25T04:27:22.952Z | Checking tempfile v3.13.0 |
| 2314 | 2025-01-25T04:27:23.260Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2315 | 2025-01-25T04:27:23.277Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2025-01-25T04:27:23.325Z | Checking backoff v0.4.0 |
| 2317 | 2025-01-25T04:27:23.342Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2025-01-25T04:27:23.344Z | Checking tokio-tungstenite v0.21.0 |
| 2319 | 2025-01-25T04:27:23.373Z | Checking strum v0.26.3 |
| 2320 | 2025-01-25T04:27:23.483Z | Compiling darling v0.20.10 |
| 2321 | 2025-01-25T04:27:23.550Z | Compiling zone_cfg_derive v0.1.2 |
| 2322 | 2025-01-25T04:27:23.600Z | Compiling serde_with_macros v3.11.0 |
| 2323 | 2025-01-25T04:27:23.644Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2324 | 2025-01-25T04:27:23.706Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2325 | 2025-01-25T04:27:23.882Z | Checking slog-stdlog v4.1.1 |
| 2326 | 2025-01-25T04:27:24.055Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2327 | 2025-01-25T04:27:24.206Z | Checking regress v0.9.1 |
| 2328 | 2025-01-25T04:27:24.223Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2329 | 2025-01-25T04:27:24.237Z | Checking parse-display v0.10.0 |
| 2330 | 2025-01-25T04:27:24.373Z | Checking progenitor-client v0.9.1 |
| 2331 | 2025-01-25T04:27:24.469Z | Checking colored v2.1.0 |
| 2332 | 2025-01-25T04:27:24.495Z | Checking macaddr v1.0.1 |
| 2333 | 2025-01-25T04:27:24.749Z | Checking base64 v0.13.1 |
| 2334 | 2025-01-25T04:27:24.815Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2335 | 2025-01-25T04:27:24.906Z | Checking zone v0.1.8 |
| 2336 | 2025-01-25T04:27:25.152Z | Checking ron v0.7.1 |
| 2337 | 2025-01-25T04:27:25.271Z | Checking xz2 v0.1.7 |
| 2338 | 2025-01-25T04:27:25.563Z | Checking slog-envlogger v2.2.0 |
| 2339 | 2025-01-25T04:27:25.566Z | Checking tabwriter v1.4.0 |
| 2340 | 2025-01-25T04:27:25.762Z | Checking xattr v1.3.1 |
| 2341 | 2025-01-25T04:27:25.825Z | Checking pem v3.0.4 |
| 2342 | 2025-01-25T04:27:25.959Z | Checking yasna v0.5.2 |
| 2343 | 2025-01-25T04:27:26.099Z | Checking headers-core v0.3.0 |
| 2344 | 2025-01-25T04:27:26.131Z | Checking serde_with v3.11.0 |
| 2345 | 2025-01-25T04:27:26.194Z | Checking smf v0.2.3 |
| 2346 | 2025-01-25T04:27:26.243Z | Checking filetime v0.2.25 |
| 2347 | 2025-01-25T04:27:26.439Z | Checking same-file v1.0.6 |
| 2348 | 2025-01-25T04:27:26.656Z | Checking walkdir v2.5.0 |
| 2349 | 2025-01-25T04:27:26.659Z | Checking tar v0.4.42 |
| 2350 | 2025-01-25T04:27:26.659Z | Checking headers v0.4.0 |
| 2351 | 2025-01-25T04:27:26.774Z | Checking rcgen v0.12.1 |
| 2352 | 2025-01-25T04:27:26.910Z | Checking atomicwrites v0.4.4 |
| 2353 | 2025-01-25T04:27:27.114Z | Checking camino-tempfile v1.1.1 |
| 2354 | 2025-01-25T04:27:27.390Z | Checking subprocess v0.2.9 |
| 2355 | 2025-01-25T04:27:30.156Z | Compiling typify-macro v0.2.0 |
| 2356 | 2025-01-25T04:27:31.604Z | Compiling typify v0.2.0 |
| 2357 | 2025-01-25T04:27:31.671Z | Compiling progenitor-impl v0.8.0 |
| 2358 | 2025-01-25T04:27:34.073Z | Compiling progenitor-macro v0.8.0 |
| 2359 | 2025-01-25T04:27:37.738Z | Checking progenitor v0.8.0 |
| 2360 | 2025-01-25T04:27:37.967Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2361 | 2025-01-25T04:27:38.022Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2362 | 2025-01-25T04:27:40.364Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2363 | 2025-01-25T04:27:40.657Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2364 | 2025-01-25T04:27:46.554Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2365 | 2025-01-25T04:27:48.014Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2366 | 2025-01-25T04:27:49.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.59s |
| 2367 | 2025-01-25T04:27:49.343Z | |
| 2368 | 2025-01-25T04:27:49.344Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
| 2369 | 2025-01-25T04:27:49.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2025-01-25T04:27:49.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2025-01-25T04:27:50.007Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2372 | 2025-01-25T04:27:51.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 2373 | 2025-01-25T04:27:51.516Z | |
| 2374 | 2025-01-25T04:27:51.516Z | info: running `cargo check --bins` on nexus-config (51/197) |
| 2375 | 2025-01-25T04:27:52.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2025-01-25T04:27:52.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2025-01-25T04:27:52.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2378 | 2025-01-25T04:27:52.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2379 | 2025-01-25T04:27:52.148Z | |
| 2380 | 2025-01-25T04:27:52.148Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
| 2381 | 2025-01-25T04:27:52.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2025-01-25T04:27:52.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2025-01-25T04:27:52.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2384 | 2025-01-25T04:27:52.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2385 | 2025-01-25T04:27:52.755Z | |
| 2386 | 2025-01-25T04:27:52.755Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
| 2387 | 2025-01-25T04:27:53.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2025-01-25T04:27:53.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2025-01-25T04:27:53.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2025-01-25T04:27:53.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2391 | 2025-01-25T04:27:53.376Z | |
| 2392 | 2025-01-25T04:27:53.377Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
| 2393 | 2025-01-25T04:27:53.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2025-01-25T04:27:53.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2025-01-25T04:27:54.058Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2396 | 2025-01-25T04:27:54.162Z | Compiling ipnetwork v0.20.0 |
| 2397 | 2025-01-25T04:27:54.162Z | Compiling zerocopy v0.8.10 |
| 2398 | 2025-01-25T04:27:54.165Z | Compiling progenitor-client v0.8.0 |
| 2399 | 2025-01-25T04:27:54.166Z | Compiling itertools v0.13.0 |
| 2400 | 2025-01-25T04:27:54.166Z | Compiling zerocopy-derive v0.8.10 |
| 2401 | 2025-01-25T04:27:54.166Z | Compiling heapless v0.8.0 |
| 2402 | 2025-01-25T04:27:54.166Z | Compiling thiserror v2.0.11 |
| 2403 | 2025-01-25T04:27:54.340Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2404 | 2025-01-25T04:27:54.462Z | Checking hash32 v0.3.1 |
| 2405 | 2025-01-25T04:27:54.716Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2406 | 2025-01-25T04:27:54.725Z | Compiling progenitor v0.8.0 |
| 2407 | 2025-01-25T04:27:54.851Z | Compiling instant v0.1.13 |
| 2408 | 2025-01-25T04:27:54.901Z | Compiling smoltcp v0.11.0 |
| 2409 | 2025-01-25T04:27:55.020Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2410 | 2025-01-25T04:27:55.038Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2411 | 2025-01-25T04:27:55.056Z | Compiling backoff v0.4.0 |
| 2412 | 2025-01-25T04:27:55.305Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2413 | 2025-01-25T04:27:55.387Z | Compiling dropshot v0.15.1 |
| 2414 | 2025-01-25T04:27:55.569Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2415 | 2025-01-25T04:27:55.930Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2416 | 2025-01-25T04:27:55.966Z | Compiling serde_with v3.11.0 |
| 2417 | 2025-01-25T04:27:55.966Z | Compiling parse-display v0.10.0 |
| 2418 | 2025-01-25T04:27:56.205Z | Checking num-rational v0.4.2 |
| 2419 | 2025-01-25T04:27:56.517Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2420 | 2025-01-25T04:27:56.690Z | Compiling progenitor-client v0.9.1 |
| 2421 | 2025-01-25T04:27:57.097Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2422 | 2025-01-25T04:27:57.175Z | Compiling regress v0.9.1 |
| 2423 | 2025-01-25T04:27:58.326Z | Compiling phf_generator v0.11.2 |
| 2424 | 2025-01-25T04:27:58.538Z | Checking num-complex v0.4.6 |
| 2425 | 2025-01-25T04:27:59.383Z | Compiling macaddr v1.0.1 |
| 2426 | 2025-01-25T04:27:59.450Z | Checking cobs v0.2.3 |
| 2427 | 2025-01-25T04:27:59.631Z | Checking postcard v1.0.10 |
| 2428 | 2025-01-25T04:27:59.818Z | Checking num v0.4.3 |
| 2429 | 2025-01-25T04:27:59.933Z | Compiling phf_codegen v0.11.2 |
| 2430 | 2025-01-25T04:28:00.150Z | Compiling parse-zoneinfo v0.3.1 |
| 2431 | 2025-01-25T04:28:00.153Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2432 | 2025-01-25T04:28:00.467Z | Compiling float-ord v0.3.2 |
| 2433 | 2025-01-25T04:28:00.651Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2434 | 2025-01-25T04:28:00.816Z | Compiling convert_case v0.4.0 |
| 2435 | 2025-01-25T04:28:02.001Z | Compiling derive_more v0.99.18 |
| 2436 | 2025-01-25T04:28:02.028Z | Compiling chrono-tz-build v0.4.0 |
| 2437 | 2025-01-25T04:28:02.774Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2438 | 2025-01-25T04:28:02.915Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2439 | 2025-01-25T04:28:03.176Z | Compiling crucible-workspace-hack v0.1.0 |
| 2440 | 2025-01-25T04:28:03.227Z | Compiling chrono-tz v0.10.1 |
| 2441 | 2025-01-25T04:28:03.499Z | Checking newline-converter v0.3.0 |
| 2442 | 2025-01-25T04:28:03.618Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2443 | 2025-01-25T04:28:03.718Z | Checking prettyplease v0.2.25 |
| 2444 | 2025-01-25T04:28:03.918Z | Compiling slog-dtrace v0.3.0 |
| 2445 | 2025-01-25T04:28:04.227Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2446 | 2025-01-25T04:28:04.251Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2447 | 2025-01-25T04:28:04.827Z | Checking expectorate v1.1.0 |
| 2448 | 2025-01-25T04:28:04.929Z | Compiling zone_cfg_derive v0.3.0 |
| 2449 | 2025-01-25T04:28:05.136Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2450 | 2025-01-25T04:28:05.692Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2451 | 2025-01-25T04:28:05.977Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2452 | 2025-01-25T04:28:06.210Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2453 | 2025-01-25T04:28:06.293Z | Compiling const_format_proc_macros v0.2.33 |
| 2454 | 2025-01-25T04:28:06.315Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2455 | 2025-01-25T04:28:06.331Z | Compiling num-derive v0.4.2 |
| 2456 | 2025-01-25T04:28:06.715Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2457 | 2025-01-25T04:28:07.064Z | Checking highway v1.2.0 |
| 2458 | 2025-01-25T04:28:07.419Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2459 | 2025-01-25T04:28:07.434Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2460 | 2025-01-25T04:28:07.449Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2461 | 2025-01-25T04:28:07.647Z | Checking zone v0.3.0 |
| 2462 | 2025-01-25T04:28:08.220Z | Checking const_format v0.2.33 |
| 2463 | 2025-01-25T04:28:08.368Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2464 | 2025-01-25T04:28:08.396Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2465 | 2025-01-25T04:28:08.632Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2466 | 2025-01-25T04:28:08.745Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2467 | 2025-01-25T04:28:09.050Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2468 | 2025-01-25T04:28:09.080Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2469 | 2025-01-25T04:28:09.117Z | Checking gethostname v0.5.0 |
| 2470 | 2025-01-25T04:28:09.292Z | Checking bcs v0.1.6 |
| 2471 | 2025-01-25T04:28:09.415Z | Compiling async-recursion v1.1.1 |
| 2472 | 2025-01-25T04:28:09.458Z | Checking termtree v0.5.1 |
| 2473 | 2025-01-25T04:28:10.814Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2474 | 2025-01-25T04:28:16.131Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2475 | 2025-01-25T04:28:19.388Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2476 | 2025-01-25T04:28:21.763Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2477 | 2025-01-25T04:28:22.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.44s |
| 2478 | 2025-01-25T04:28:23.005Z | |
| 2479 | 2025-01-25T04:28:23.005Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
| 2480 | 2025-01-25T04:28:23.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2481 | 2025-01-25T04:28:23.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2482 | 2025-01-25T04:28:23.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2483 | 2025-01-25T04:28:23.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2484 | 2025-01-25T04:28:23.648Z | |
| 2485 | 2025-01-25T04:28:23.648Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
| 2486 | 2025-01-25T04:28:24.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2025-01-25T04:28:24.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2025-01-25T04:28:24.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2489 | 2025-01-25T04:28:24.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2490 | 2025-01-25T04:28:24.286Z | |
| 2491 | 2025-01-25T04:28:24.286Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
| 2492 | 2025-01-25T04:28:24.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2493 | 2025-01-25T04:28:24.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2494 | 2025-01-25T04:28:24.924Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2495 | 2025-01-25T04:28:25.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2496 | 2025-01-25T04:28:25.723Z | |
| 2497 | 2025-01-25T04:28:25.723Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
| 2498 | 2025-01-25T04:28:26.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2499 | 2025-01-25T04:28:26.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2500 | 2025-01-25T04:28:26.421Z | Compiling cfg_aliases v0.1.1 |
| 2501 | 2025-01-25T04:28:26.421Z | Compiling vte_generate_state_changes v0.1.2 |
| 2502 | 2025-01-25T04:28:26.476Z | Checking fd-lock v4.0.2 |
| 2503 | 2025-01-25T04:28:26.476Z | Checking nibble_vec v0.1.0 |
| 2504 | 2025-01-25T04:28:26.476Z | Checking endian-type v0.1.2 |
| 2505 | 2025-01-25T04:28:26.529Z | Checking bytecount v0.6.8 |
| 2506 | 2025-01-25T04:28:26.584Z | Compiling tabled_derive v0.7.0 |
| 2507 | 2025-01-25T04:28:26.584Z | Compiling peg-macros v0.8.4 |
| 2508 | 2025-01-25T04:28:26.627Z | Compiling nix v0.28.0 |
| 2509 | 2025-01-25T04:28:26.691Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2510 | 2025-01-25T04:28:26.691Z | Compiling sqlparser_derive v0.2.2 |
| 2511 | 2025-01-25T04:28:26.714Z | Checking radix_trie v0.2.1 |
| 2512 | 2025-01-25T04:28:26.721Z | Checking papergrid v0.11.0 |
| 2513 | 2025-01-25T04:28:27.068Z | Checking vte v0.11.1 |
| 2514 | 2025-01-25T04:28:27.086Z | Checking nu-ansi-term v0.50.1 |
| 2515 | 2025-01-25T04:28:27.504Z | Checking home v0.5.9 |
| 2516 | 2025-01-25T04:28:27.604Z | Checking unicode_categories v0.1.1 |
| 2517 | 2025-01-25T04:28:27.708Z | Checking display-error-chain v0.2.2 |
| 2518 | 2025-01-25T04:28:27.724Z | Checking sqlparser v0.45.0 |
| 2519 | 2025-01-25T04:28:27.896Z | Checking sqlformat v0.2.6 |
| 2520 | 2025-01-25T04:28:28.410Z | Checking strip-ansi-escapes v0.2.0 |
| 2521 | 2025-01-25T04:28:28.610Z | Checking reedline v0.35.0 |
| 2522 | 2025-01-25T04:28:28.617Z | Checking tabled v0.15.0 |
| 2523 | 2025-01-25T04:28:29.016Z | Checking peg v0.8.4 |
| 2524 | 2025-01-25T04:28:29.714Z | Checking rustyline v14.0.0 |
| 2525 | 2025-01-25T04:28:37.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s |
| 2526 | 2025-01-25T04:28:38.047Z | |
| 2527 | 2025-01-25T04:28:38.047Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
| 2528 | 2025-01-25T04:28:38.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2025-01-25T04:28:38.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2025-01-25T04:28:38.704Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2531 | 2025-01-25T04:28:43.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
| 2532 | 2025-01-25T04:28:43.949Z | |
| 2533 | 2025-01-25T04:28:43.950Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
| 2534 | 2025-01-25T04:28:44.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2535 | 2025-01-25T04:28:44.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2536 | 2025-01-25T04:28:44.661Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2025-01-25T04:28:48.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2538 | 2025-01-25T04:28:48.234Z | |
| 2539 | 2025-01-25T04:28:48.234Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
| 2540 | 2025-01-25T04:28:48.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2541 | 2025-01-25T04:28:48.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2542 | 2025-01-25T04:28:48.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2543 | 2025-01-25T04:28:53.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 2544 | 2025-01-25T04:28:53.795Z | |
| 2545 | 2025-01-25T04:28:53.795Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
| 2546 | 2025-01-25T04:28:54.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2547 | 2025-01-25T04:28:54.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2548 | 2025-01-25T04:28:54.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2549 | 2025-01-25T04:28:59.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
| 2550 | 2025-01-25T04:28:59.373Z | |
| 2551 | 2025-01-25T04:28:59.373Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
| 2552 | 2025-01-25T04:28:59.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2553 | 2025-01-25T04:28:59.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2554 | 2025-01-25T04:29:00.027Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2555 | 2025-01-25T04:29:03.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
| 2556 | 2025-01-25T04:29:03.918Z | |
| 2557 | 2025-01-25T04:29:03.918Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
| 2558 | 2025-01-25T04:29:04.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2559 | 2025-01-25T04:29:04.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2560 | 2025-01-25T04:29:04.483Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2561 | 2025-01-25T04:29:08.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 2562 | 2025-01-25T04:29:08.320Z | |
| 2563 | 2025-01-25T04:29:08.320Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
| 2564 | 2025-01-25T04:29:08.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2565 | 2025-01-25T04:29:08.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2566 | 2025-01-25T04:29:09.062Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2567 | 2025-01-25T04:29:14.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
| 2568 | 2025-01-25T04:29:14.209Z | |
| 2569 | 2025-01-25T04:29:14.209Z | info: running `cargo check --bins` on oximeter (66/197) |
| 2570 | 2025-01-25T04:29:14.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2571 | 2025-01-25T04:29:14.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2572 | 2025-01-25T04:29:14.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2573 | 2025-01-25T04:29:14.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2574 | 2025-01-25T04:29:14.829Z | |
| 2575 | 2025-01-25T04:29:14.829Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
| 2576 | 2025-01-25T04:29:15.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2577 | 2025-01-25T04:29:15.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2578 | 2025-01-25T04:29:15.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2579 | 2025-01-25T04:29:15.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2580 | 2025-01-25T04:29:15.421Z | |
| 2581 | 2025-01-25T04:29:15.421Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
| 2582 | 2025-01-25T04:29:15.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2583 | 2025-01-25T04:29:15.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2584 | 2025-01-25T04:29:16.057Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2585 | 2025-01-25T04:29:18.040Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2586 | 2025-01-25T04:29:18.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 2587 | 2025-01-25T04:29:19.117Z | |
| 2588 | 2025-01-25T04:29:19.117Z | info: running `cargo check --bins` on oximeter-types (69/197) |
| 2589 | 2025-01-25T04:29:19.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2590 | 2025-01-25T04:29:19.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2591 | 2025-01-25T04:29:19.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2592 | 2025-01-25T04:29:19.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2593 | 2025-01-25T04:29:19.737Z | |
| 2594 | 2025-01-25T04:29:19.738Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
| 2595 | 2025-01-25T04:29:20.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2025-01-25T04:29:20.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2025-01-25T04:29:20.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2598 | 2025-01-25T04:29:20.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2599 | 2025-01-25T04:29:20.353Z | |
| 2600 | 2025-01-25T04:29:20.353Z | info: running `cargo check --bins` on oxql-types (71/197) |
| 2601 | 2025-01-25T04:29:20.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2025-01-25T04:29:20.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2025-01-25T04:29:20.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2604 | 2025-01-25T04:29:20.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2605 | 2025-01-25T04:29:20.986Z | |
| 2606 | 2025-01-25T04:29:20.987Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
| 2607 | 2025-01-25T04:29:21.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2025-01-25T04:29:21.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2025-01-25T04:29:21.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2610 | 2025-01-25T04:29:21.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2611 | 2025-01-25T04:29:21.633Z | |
| 2612 | 2025-01-25T04:29:21.633Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
| 2613 | 2025-01-25T04:29:22.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2025-01-25T04:29:22.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2025-01-25T04:29:22.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2616 | 2025-01-25T04:29:22.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2617 | 2025-01-25T04:29:22.269Z | |
| 2618 | 2025-01-25T04:29:22.270Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
| 2619 | 2025-01-25T04:29:22.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2025-01-25T04:29:22.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2025-01-25T04:29:22.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2025-01-25T04:29:22.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2623 | 2025-01-25T04:29:22.921Z | |
| 2624 | 2025-01-25T04:29:22.921Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
| 2625 | 2025-01-25T04:29:23.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2025-01-25T04:29:23.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2025-01-25T04:29:23.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2025-01-25T04:29:23.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2629 | 2025-01-25T04:29:23.600Z | |
| 2630 | 2025-01-25T04:29:23.600Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
| 2631 | 2025-01-25T04:29:24.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2025-01-25T04:29:24.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2025-01-25T04:29:24.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2025-01-25T04:29:24.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2635 | 2025-01-25T04:29:24.311Z | |
| 2636 | 2025-01-25T04:29:24.311Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
| 2637 | 2025-01-25T04:29:24.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2025-01-25T04:29:24.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2025-01-25T04:29:24.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2025-01-25T04:29:24.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2641 | 2025-01-25T04:29:24.824Z | |
| 2642 | 2025-01-25T04:29:24.824Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
| 2643 | 2025-01-25T04:29:25.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2025-01-25T04:29:25.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2025-01-25T04:29:25.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2025-01-25T04:29:25.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2647 | 2025-01-25T04:29:25.457Z | |
| 2648 | 2025-01-25T04:29:25.458Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
| 2649 | 2025-01-25T04:29:26.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2025-01-25T04:29:26.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2025-01-25T04:29:26.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2025-01-25T04:29:26.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2653 | 2025-01-25T04:29:26.108Z | |
| 2654 | 2025-01-25T04:29:26.108Z | info: running `cargo check --bins` on dns-service-client (80/197) |
| 2655 | 2025-01-25T04:29:26.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2025-01-25T04:29:26.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2025-01-25T04:29:26.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2025-01-25T04:29:26.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2659 | 2025-01-25T04:29:26.749Z | |
| 2660 | 2025-01-25T04:29:26.749Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
| 2661 | 2025-01-25T04:29:27.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2025-01-25T04:29:27.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2025-01-25T04:29:27.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2025-01-25T04:29:27.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2665 | 2025-01-25T04:29:27.371Z | |
| 2666 | 2025-01-25T04:29:27.371Z | info: running `cargo check --bins` on dpd-client (82/197) |
| 2667 | 2025-01-25T04:29:28.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2025-01-25T04:29:28.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2025-01-25T04:29:28.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2025-01-25T04:29:28.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2671 | 2025-01-25T04:29:28.019Z | |
| 2672 | 2025-01-25T04:29:28.019Z | info: running `cargo check --bins` on gateway-client (83/197) |
| 2673 | 2025-01-25T04:29:28.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2025-01-25T04:29:28.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2025-01-25T04:29:28.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2025-01-25T04:29:28.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2677 | 2025-01-25T04:29:28.609Z | |
| 2678 | 2025-01-25T04:29:28.609Z | info: running `cargo check --bins` on installinator-client (84/197) |
| 2679 | 2025-01-25T04:29:29.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2025-01-25T04:29:29.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2025-01-25T04:29:29.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2682 | 2025-01-25T04:29:29.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2683 | 2025-01-25T04:29:29.261Z | |
| 2684 | 2025-01-25T04:29:29.261Z | info: running `cargo check --bins` on installinator-common (85/197) |
| 2685 | 2025-01-25T04:29:29.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2025-01-25T04:29:29.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2025-01-25T04:29:29.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2688 | 2025-01-25T04:29:29.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2689 | 2025-01-25T04:29:29.906Z | |
| 2690 | 2025-01-25T04:29:29.906Z | info: running `cargo check --bins` on update-engine (86/197) |
| 2691 | 2025-01-25T04:29:30.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2025-01-25T04:29:30.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2025-01-25T04:29:30.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2694 | 2025-01-25T04:29:30.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2695 | 2025-01-25T04:29:30.524Z | |
| 2696 | 2025-01-25T04:29:30.525Z | info: running `cargo check --bins` on nexus-client (87/197) |
| 2697 | 2025-01-25T04:29:31.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2025-01-25T04:29:31.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2025-01-25T04:29:31.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2700 | 2025-01-25T04:29:31.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2701 | 2025-01-25T04:29:31.181Z | |
| 2702 | 2025-01-25T04:29:31.181Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
| 2703 | 2025-01-25T04:29:31.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2025-01-25T04:29:31.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2025-01-25T04:29:31.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2706 | 2025-01-25T04:29:31.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2707 | 2025-01-25T04:29:31.828Z | |
| 2708 | 2025-01-25T04:29:31.828Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
| 2709 | 2025-01-25T04:29:32.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2025-01-25T04:29:32.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2025-01-25T04:29:32.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2712 | 2025-01-25T04:29:32.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2713 | 2025-01-25T04:29:32.471Z | |
| 2714 | 2025-01-25T04:29:32.471Z | info: running `cargo check --bins` on nexus-types (90/197) |
| 2715 | 2025-01-25T04:29:33.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2025-01-25T04:29:33.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2025-01-25T04:29:33.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2718 | 2025-01-25T04:29:33.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2719 | 2025-01-25T04:29:33.092Z | |
| 2720 | 2025-01-25T04:29:33.093Z | info: running `cargo check --bins` on oxide-client (91/197) |
| 2721 | 2025-01-25T04:29:33.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2025-01-25T04:29:33.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2025-01-25T04:29:33.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2724 | 2025-01-25T04:29:33.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2725 | 2025-01-25T04:29:33.726Z | |
| 2726 | 2025-01-25T04:29:33.726Z | info: running `cargo check --bins` on oximeter-client (92/197) |
| 2727 | 2025-01-25T04:29:34.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2025-01-25T04:29:34.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2025-01-25T04:29:34.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2730 | 2025-01-25T04:29:34.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2731 | 2025-01-25T04:29:34.355Z | |
| 2732 | 2025-01-25T04:29:34.355Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
| 2733 | 2025-01-25T04:29:34.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2025-01-25T04:29:34.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2025-01-25T04:29:34.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2736 | 2025-01-25T04:29:34.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2737 | 2025-01-25T04:29:34.965Z | |
| 2738 | 2025-01-25T04:29:34.966Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
| 2739 | 2025-01-25T04:29:35.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2025-01-25T04:29:35.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2025-01-25T04:29:35.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2742 | 2025-01-25T04:29:35.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2743 | 2025-01-25T04:29:35.600Z | |
| 2744 | 2025-01-25T04:29:35.600Z | info: running `cargo check --bins` on wicketd-client (95/197) |
| 2745 | 2025-01-25T04:29:36.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2025-01-25T04:29:36.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2025-01-25T04:29:36.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2025-01-25T04:29:36.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2749 | 2025-01-25T04:29:36.253Z | |
| 2750 | 2025-01-25T04:29:36.253Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
| 2751 | 2025-01-25T04:29:36.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2025-01-25T04:29:36.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2025-01-25T04:29:36.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2754 | 2025-01-25T04:29:36.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2755 | 2025-01-25T04:29:36.915Z | |
| 2756 | 2025-01-25T04:29:36.915Z | info: running `cargo check --bins` on wicket-common (97/197) |
| 2757 | 2025-01-25T04:29:37.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-01-25T04:29:37.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-01-25T04:29:37.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-01-25T04:29:37.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2761 | 2025-01-25T04:29:37.549Z | |
| 2762 | 2025-01-25T04:29:37.550Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
| 2763 | 2025-01-25T04:29:38.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-01-25T04:29:38.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-01-25T04:29:38.206Z | Checking csv-core v0.1.11 |
| 2766 | 2025-01-25T04:29:38.206Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2767 | 2025-01-25T04:29:38.208Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2768 | 2025-01-25T04:29:38.208Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2769 | 2025-01-25T04:29:38.498Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2770 | 2025-01-25T04:29:38.530Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2771 | 2025-01-25T04:29:38.545Z | Checking csv v1.3.0 |
| 2772 | 2025-01-25T04:29:39.172Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2773 | 2025-01-25T04:29:39.441Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2025-01-25T04:29:40.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 2775 | 2025-01-25T04:29:41.163Z | |
| 2776 | 2025-01-25T04:29:41.163Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
| 2777 | 2025-01-25T04:29:41.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-01-25T04:29:41.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-01-25T04:29:41.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-01-25T04:29:41.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2781 | 2025-01-25T04:29:41.776Z | |
| 2782 | 2025-01-25T04:29:41.776Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
| 2783 | 2025-01-25T04:29:42.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-01-25T04:29:42.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-01-25T04:29:42.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-01-25T04:29:42.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2787 | 2025-01-25T04:29:42.391Z | |
| 2788 | 2025-01-25T04:29:42.391Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
| 2789 | 2025-01-25T04:29:43.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-01-25T04:29:43.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-01-25T04:29:43.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-01-25T04:29:43.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2793 | 2025-01-25T04:29:43.109Z | |
| 2794 | 2025-01-25T04:29:43.109Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
| 2795 | 2025-01-25T04:29:43.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-01-25T04:29:43.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-01-25T04:29:43.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-01-25T04:29:43.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2799 | 2025-01-25T04:29:43.838Z | |
| 2800 | 2025-01-25T04:29:43.838Z | info: running `cargo check --bins` on dns-server (103/197) |
| 2801 | 2025-01-25T04:29:44.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-01-25T04:29:44.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-01-25T04:29:44.477Z | Compiling typify-impl v0.3.0 |
| 2804 | 2025-01-25T04:29:44.585Z | Compiling parking_lot_core v0.8.6 |
| 2805 | 2025-01-25T04:29:44.588Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2806 | 2025-01-25T04:29:44.595Z | Checking fxhash v0.2.1 |
| 2807 | 2025-01-25T04:29:44.604Z | Checking hickory-client v0.24.2 |
| 2808 | 2025-01-25T04:29:44.628Z | Checking hickory-server v0.24.2 |
| 2809 | 2025-01-25T04:29:45.263Z | Checking parking_lot v0.11.2 |
| 2810 | 2025-01-25T04:29:45.440Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2811 | 2025-01-25T04:29:45.569Z | Checking sled v0.34.7 |
| 2812 | 2025-01-25T04:29:50.001Z | Compiling typify-macro v0.3.0 |
| 2813 | 2025-01-25T04:29:51.523Z | Compiling typify v0.3.0 |
| 2814 | 2025-01-25T04:29:51.593Z | Compiling progenitor-impl v0.9.1 |
| 2815 | 2025-01-25T04:29:54.019Z | Compiling progenitor-macro v0.9.1 |
| 2816 | 2025-01-25T04:29:57.644Z | Checking progenitor v0.9.1 |
| 2817 | 2025-01-25T04:29:57.772Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2818 | 2025-01-25T04:29:58.220Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2819 | 2025-01-25T04:29:59.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s |
| 2820 | 2025-01-25T04:29:59.645Z | |
| 2821 | 2025-01-25T04:29:59.645Z | info: running `cargo check --bins` on dns-server-api (104/197) |
| 2822 | 2025-01-25T04:30:00.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2025-01-25T04:30:00.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2025-01-25T04:30:00.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2025-01-25T04:30:00.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2826 | 2025-01-25T04:30:00.257Z | |
| 2827 | 2025-01-25T04:30:00.257Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
| 2828 | 2025-01-25T04:30:00.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2025-01-25T04:30:00.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2025-01-25T04:30:00.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2025-01-25T04:30:00.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2832 | 2025-01-25T04:30:00.928Z | |
| 2833 | 2025-01-25T04:30:00.928Z | info: running `cargo check --bins` on gateway-types (106/197) |
| 2834 | 2025-01-25T04:30:01.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2025-01-25T04:30:01.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2025-01-25T04:30:01.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2025-01-25T04:30:01.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2838 | 2025-01-25T04:30:01.553Z | |
| 2839 | 2025-01-25T04:30:01.553Z | info: running `cargo check --bins` on ipcc (107/197) |
| 2840 | 2025-01-25T04:30:02.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2025-01-25T04:30:02.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2025-01-25T04:30:02.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2025-01-25T04:30:02.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2844 | 2025-01-25T04:30:02.176Z | |
| 2845 | 2025-01-25T04:30:02.176Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
| 2846 | 2025-01-25T04:30:02.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2025-01-25T04:30:02.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2025-01-25T04:30:02.875Z | Compiling semver v0.1.20 |
| 2849 | 2025-01-25T04:30:02.875Z | Compiling radium v0.7.0 |
| 2850 | 2025-01-25T04:30:02.981Z | Checking tap v1.0.1 |
| 2851 | 2025-01-25T04:30:02.990Z | Compiling maybe-uninit v2.0.0 |
| 2852 | 2025-01-25T04:30:03.011Z | Checking password-hash v0.5.0 |
| 2853 | 2025-01-25T04:30:03.014Z | Checking blake2 v0.10.6 |
| 2854 | 2025-01-25T04:30:03.014Z | Compiling cancel-safe-futures v0.1.5 |
| 2855 | 2025-01-25T04:30:03.014Z | Checking crc-catalog v2.4.0 |
| 2856 | 2025-01-25T04:30:03.116Z | Checking wyz v0.5.1 |
| 2857 | 2025-01-25T04:30:03.210Z | Compiling packed_struct v0.10.1 |
| 2858 | 2025-01-25T04:30:03.324Z | Compiling rustc_version v0.1.7 |
| 2859 | 2025-01-25T04:30:03.457Z | Compiling owo-colors v4.1.0 |
| 2860 | 2025-01-25T04:30:03.460Z | Checking funty v2.0.0 |
| 2861 | 2025-01-25T04:30:03.503Z | Checking argon2 v0.5.3 |
| 2862 | 2025-01-25T04:30:03.560Z | Checking crc v3.2.1 |
| 2863 | 2025-01-25T04:30:03.633Z | Compiling packed_struct_codegen v0.10.1 |
| 2864 | 2025-01-25T04:30:03.752Z | Checking half v2.4.1 |
| 2865 | 2025-01-25T04:30:03.763Z | Compiling newtype_derive v0.1.6 |
| 2866 | 2025-01-25T04:30:03.770Z | Compiling indexmap v1.9.3 |
| 2867 | 2025-01-25T04:30:03.776Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2868 | 2025-01-25T04:30:03.996Z | Checking ciborium-io v0.2.2 |
| 2869 | 2025-01-25T04:30:04.059Z | Checking nodrop v0.1.14 |
| 2870 | 2025-01-25T04:30:04.127Z | Checking ciborium-ll v0.2.2 |
| 2871 | 2025-01-25T04:30:04.172Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2872 | 2025-01-25T04:30:04.189Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2873 | 2025-01-25T04:30:04.192Z | Checking array-init v0.0.4 |
| 2874 | 2025-01-25T04:30:04.256Z | Checking smallvec v0.6.14 |
| 2875 | 2025-01-25T04:30:04.274Z | Checking bitvec v1.0.1 |
| 2876 | 2025-01-25T04:30:04.486Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2877 | 2025-01-25T04:30:04.620Z | Checking libsw v3.3.1 |
| 2878 | 2025-01-25T04:30:04.858Z | Compiling memoffset v0.9.1 |
| 2879 | 2025-01-25T04:30:04.864Z | Checking termcolor v1.4.1 |
| 2880 | 2025-01-25T04:30:04.871Z | Checking bitfield v0.14.0 |
| 2881 | 2025-01-25T04:30:05.072Z | Checking linear-map v1.2.0 |
| 2882 | 2025-01-25T04:30:05.118Z | Checking swrite v0.1.0 |
| 2883 | 2025-01-25T04:30:05.158Z | Checking hashbrown v0.12.3 |
| 2884 | 2025-01-25T04:30:05.215Z | Checking indent_write v2.2.0 |
| 2885 | 2025-01-25T04:30:05.250Z | Checking ron v0.8.1 |
| 2886 | 2025-01-25T04:30:05.372Z | Checking env_logger v0.10.2 |
| 2887 | 2025-01-25T04:30:05.426Z | Checking serde-hex v0.1.0 |
| 2888 | 2025-01-25T04:30:05.531Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2889 | 2025-01-25T04:30:05.652Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2890 | 2025-01-25T04:30:05.799Z | Checking ciborium v0.2.2 |
| 2891 | 2025-01-25T04:30:06.171Z | Checking steno v0.4.1 |
| 2892 | 2025-01-25T04:30:06.486Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2893 | 2025-01-25T04:30:06.743Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2894 | 2025-01-25T04:30:06.945Z | Checking hashbrown v0.13.2 |
| 2895 | 2025-01-25T04:30:07.103Z | Checking humantime v2.1.0 |
| 2896 | 2025-01-25T04:30:07.121Z | Checking crc-any v2.5.0 |
| 2897 | 2025-01-25T04:30:07.322Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2898 | 2025-01-25T04:30:07.382Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2899 | 2025-01-25T04:30:07.744Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2900 | 2025-01-25T04:30:07.851Z | Checking object v0.30.4 |
| 2901 | 2025-01-25T04:30:07.940Z | Checking path-slash v0.1.5 |
| 2902 | 2025-01-25T04:30:08.085Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2903 | 2025-01-25T04:30:08.101Z | Checking nix v0.27.1 |
| 2904 | 2025-01-25T04:30:08.265Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2905 | 2025-01-25T04:30:08.450Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2906 | 2025-01-25T04:30:08.728Z | Checking tungstenite v0.23.0 |
| 2907 | 2025-01-25T04:30:08.934Z | Checking kstat-rs v0.2.4 |
| 2908 | 2025-01-25T04:30:09.202Z | Checking signal-hook-tokio v0.3.1 |
| 2909 | 2025-01-25T04:30:09.324Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2910 | 2025-01-25T04:30:09.522Z | Checking tokio-tungstenite v0.23.1 |
| 2911 | 2025-01-25T04:30:10.174Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2912 | 2025-01-25T04:30:10.469Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2913 | 2025-01-25T04:30:10.583Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2914 | 2025-01-25T04:30:17.291Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2915 | 2025-01-25T04:30:18.604Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2916 | 2025-01-25T04:30:20.472Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2917 | 2025-01-25T04:30:25.697Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2918 | 2025-01-25T04:30:26.347Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2919 | 2025-01-25T04:30:29.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.82s |
| 2920 | 2025-01-25T04:30:29.188Z | |
| 2921 | 2025-01-25T04:30:29.188Z | info: running `cargo check --bins` on gateway-api (109/197) |
| 2922 | 2025-01-25T04:30:29.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2025-01-25T04:30:29.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2025-01-25T04:30:29.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2025-01-25T04:30:29.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2926 | 2025-01-25T04:30:29.809Z | |
| 2927 | 2025-01-25T04:30:29.809Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
| 2928 | 2025-01-25T04:30:30.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2025-01-25T04:30:30.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2025-01-25T04:30:30.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2025-01-25T04:30:30.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2932 | 2025-01-25T04:30:30.415Z | |
| 2933 | 2025-01-25T04:30:30.415Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
| 2934 | 2025-01-25T04:30:30.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2025-01-25T04:30:30.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2025-01-25T04:30:30.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2025-01-25T04:30:30.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2938 | 2025-01-25T04:30:31.028Z | |
| 2939 | 2025-01-25T04:30:31.028Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
| 2940 | 2025-01-25T04:30:31.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2025-01-25T04:30:31.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2025-01-25T04:30:31.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2025-01-25T04:30:31.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2944 | 2025-01-25T04:30:31.661Z | |
| 2945 | 2025-01-25T04:30:31.661Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
| 2946 | 2025-01-25T04:30:32.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2025-01-25T04:30:32.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2025-01-25T04:30:32.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2025-01-25T04:30:32.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2950 | 2025-01-25T04:30:32.263Z | |
| 2951 | 2025-01-25T04:30:32.263Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
| 2952 | 2025-01-25T04:30:32.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2025-01-25T04:30:32.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2025-01-25T04:30:32.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2955 | 2025-01-25T04:30:32.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2956 | 2025-01-25T04:30:32.873Z | |
| 2957 | 2025-01-25T04:30:32.873Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
| 2958 | 2025-01-25T04:30:33.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2959 | 2025-01-25T04:30:33.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2960 | 2025-01-25T04:30:33.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2961 | 2025-01-25T04:30:33.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2962 | 2025-01-25T04:30:33.494Z | |
| 2963 | 2025-01-25T04:30:33.494Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
| 2964 | 2025-01-25T04:30:34.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2965 | 2025-01-25T04:30:34.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2966 | 2025-01-25T04:30:34.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2967 | 2025-01-25T04:30:34.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2968 | 2025-01-25T04:30:34.111Z | |
| 2969 | 2025-01-25T04:30:34.111Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
| 2970 | 2025-01-25T04:30:34.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2971 | 2025-01-25T04:30:34.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2972 | 2025-01-25T04:30:34.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2973 | 2025-01-25T04:30:34.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2974 | 2025-01-25T04:30:34.763Z | |
| 2975 | 2025-01-25T04:30:34.763Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
| 2976 | 2025-01-25T04:30:35.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2977 | 2025-01-25T04:30:35.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2978 | 2025-01-25T04:30:35.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2979 | 2025-01-25T04:30:35.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2980 | 2025-01-25T04:30:35.374Z | |
| 2981 | 2025-01-25T04:30:35.374Z | info: running `cargo check --bins` on sp-sim (119/197) |
| 2982 | 2025-01-25T04:30:35.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2983 | 2025-01-25T04:30:35.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2984 | 2025-01-25T04:30:36.002Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2985 | 2025-01-25T04:30:36.442Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2986 | 2025-01-25T04:30:38.140Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2987 | 2025-01-25T04:30:39.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
| 2988 | 2025-01-25T04:30:39.922Z | |
| 2989 | 2025-01-25T04:30:39.922Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
| 2990 | 2025-01-25T04:30:40.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2025-01-25T04:30:40.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2025-01-25T04:30:40.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2993 | 2025-01-25T04:30:40.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2994 | 2025-01-25T04:30:40.587Z | |
| 2995 | 2025-01-25T04:30:40.587Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
| 2996 | 2025-01-25T04:30:41.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2025-01-25T04:30:41.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2025-01-25T04:30:41.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2999 | 2025-01-25T04:30:41.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3000 | 2025-01-25T04:30:41.255Z | |
| 3001 | 2025-01-25T04:30:41.255Z | info: running `cargo check --bins` on db-macros (122/197) |
| 3002 | 2025-01-25T04:30:41.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2025-01-25T04:30:41.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2025-01-25T04:30:41.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2025-01-25T04:30:41.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3006 | 2025-01-25T04:30:41.850Z | |
| 3007 | 2025-01-25T04:30:41.850Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
| 3008 | 2025-01-25T04:30:42.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2025-01-25T04:30:42.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2025-01-25T04:30:42.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3011 | 2025-01-25T04:30:42.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3012 | 2025-01-25T04:30:42.461Z | |
| 3013 | 2025-01-25T04:30:42.461Z | info: running `cargo check --bins` on nexus-auth (124/197) |
| 3014 | 2025-01-25T04:30:43.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2025-01-25T04:30:43.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2025-01-25T04:30:43.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2025-01-25T04:30:43.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3018 | 2025-01-25T04:30:43.142Z | |
| 3019 | 2025-01-25T04:30:43.142Z | info: running `cargo check --bins` on authz-macros (125/197) |
| 3020 | 2025-01-25T04:30:43.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2025-01-25T04:30:43.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2025-01-25T04:30:43.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2025-01-25T04:30:43.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3024 | 2025-01-25T04:30:43.722Z | |
| 3025 | 2025-01-25T04:30:43.722Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
| 3026 | 2025-01-25T04:30:44.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2025-01-25T04:30:44.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2025-01-25T04:30:44.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2025-01-25T04:30:44.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3030 | 2025-01-25T04:30:44.375Z | |
| 3031 | 2025-01-25T04:30:44.375Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
| 3032 | 2025-01-25T04:30:44.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2025-01-25T04:30:44.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2025-01-25T04:30:44.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2025-01-25T04:30:44.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3036 | 2025-01-25T04:30:45.028Z | |
| 3037 | 2025-01-25T04:30:45.028Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
| 3038 | 2025-01-25T04:30:45.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2025-01-25T04:30:45.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2025-01-25T04:30:45.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2025-01-25T04:30:45.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3042 | 2025-01-25T04:30:45.647Z | |
| 3043 | 2025-01-25T04:30:45.647Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
| 3044 | 2025-01-25T04:30:46.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2025-01-25T04:30:46.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2025-01-25T04:30:46.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2025-01-25T04:30:46.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3048 | 2025-01-25T04:30:46.292Z | |
| 3049 | 2025-01-25T04:30:46.292Z | info: running `cargo check --bins` on typed-rng (130/197) |
| 3050 | 2025-01-25T04:30:46.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2025-01-25T04:30:46.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2025-01-25T04:30:46.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2025-01-25T04:30:46.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3054 | 2025-01-25T04:30:46.888Z | |
| 3055 | 2025-01-25T04:30:46.888Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
| 3056 | 2025-01-25T04:30:47.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2025-01-25T04:30:47.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2025-01-25T04:30:47.620Z | Checking keccak v0.1.5 |
| 3059 | 2025-01-25T04:30:47.731Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3060 | 2025-01-25T04:30:47.734Z | Checking secrecy v0.8.0 |
| 3061 | 2025-01-25T04:30:47.734Z | Compiling unicase v2.7.0 |
| 3062 | 2025-01-25T04:30:47.734Z | Compiling same-file v1.0.6 |
| 3063 | 2025-01-25T04:30:47.752Z | Compiling tempfile v3.13.0 |
| 3064 | 2025-01-25T04:30:47.791Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3065 | 2025-01-25T04:30:47.794Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3066 | 2025-01-25T04:30:47.915Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3067 | 2025-01-25T04:30:48.003Z | Checking sha3 v0.10.8 |
| 3068 | 2025-01-25T04:30:48.043Z | Compiling walkdir v2.5.0 |
| 3069 | 2025-01-25T04:30:48.070Z | Checking universal-hash v0.5.1 |
| 3070 | 2025-01-25T04:30:48.089Z | Compiling blake3 v1.5.4 |
| 3071 | 2025-01-25T04:30:48.208Z | Checking opaque-debug v0.3.1 |
| 3072 | 2025-01-25T04:30:48.271Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3073 | 2025-01-25T04:30:48.307Z | Checking poly1305 v0.8.0 |
| 3074 | 2025-01-25T04:30:48.329Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3075 | 2025-01-25T04:30:48.373Z | Checking chacha20 v0.9.1 |
| 3076 | 2025-01-25T04:30:48.545Z | Checking aead v0.5.2 |
| 3077 | 2025-01-25T04:30:48.562Z | Compiling memmap2 v0.9.5 |
| 3078 | 2025-01-25T04:30:48.715Z | Compiling libefi-sys v0.1.0 |
| 3079 | 2025-01-25T04:30:48.734Z | Compiling arrayref v0.3.9 |
| 3080 | 2025-01-25T04:30:48.765Z | Compiling constant_time_eq v0.3.1 |
| 3081 | 2025-01-25T04:30:48.816Z | Compiling salty v0.3.0 |
| 3082 | 2025-01-25T04:30:48.843Z | Compiling arrayvec v0.7.6 |
| 3083 | 2025-01-25T04:30:48.944Z | Checking chacha20poly1305 v0.10.1 |
| 3084 | 2025-01-25T04:30:49.001Z | Compiling toolchain_find v0.4.0 |
| 3085 | 2025-01-25T04:30:49.108Z | Compiling camino-tempfile v1.1.1 |
| 3086 | 2025-01-25T04:30:49.195Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3087 | 2025-01-25T04:30:49.234Z | Compiling bitfield-struct v0.6.2 |
| 3088 | 2025-01-25T04:30:49.402Z | Compiling topological-sort v0.2.2 |
| 3089 | 2025-01-25T04:30:49.530Z | Compiling mime_guess v2.0.5 |
| 3090 | 2025-01-25T04:30:49.574Z | Compiling rustfmt-wrapper v0.2.1 |
| 3091 | 2025-01-25T04:30:50.079Z | Compiling omicron-zone-package v0.12.0 |
| 3092 | 2025-01-25T04:30:50.141Z | Compiling progenitor v0.9.1 |
| 3093 | 2025-01-25T04:30:50.185Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3094 | 2025-01-25T04:30:50.361Z | Checking primeorder v0.13.6 |
| 3095 | 2025-01-25T04:30:50.443Z | Checking env_filter v0.1.2 |
| 3096 | 2025-01-25T04:30:50.462Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3097 | 2025-01-25T04:30:50.612Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3098 | 2025-01-25T04:30:50.662Z | Checking thiserror-no-std v2.0.2 |
| 3099 | 2025-01-25T04:30:50.681Z | Checking env_logger v0.11.5 |
| 3100 | 2025-01-25T04:30:50.684Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3101 | 2025-01-25T04:30:50.729Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3102 | 2025-01-25T04:30:50.784Z | Checking vsss-rs v3.3.4 |
| 3103 | 2025-01-25T04:30:50.787Z | Checking p384 v0.13.0 |
| 3104 | 2025-01-25T04:30:50.814Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3105 | 2025-01-25T04:30:51.052Z | Checking simd-adler32 v0.3.7 |
| 3106 | 2025-01-25T04:30:51.150Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3107 | 2025-01-25T04:30:51.254Z | Checking lockfree-object-pool v0.1.6 |
| 3108 | 2025-01-25T04:30:51.274Z | Checking http-range v0.1.5 |
| 3109 | 2025-01-25T04:30:51.384Z | Checking bumpalo v3.16.0 |
| 3110 | 2025-01-25T04:30:51.456Z | Compiling zip v2.1.3 |
| 3111 | 2025-01-25T04:30:51.506Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 3112 | 2025-01-25T04:30:51.590Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3113 | 2025-01-25T04:30:51.722Z | Checking zopfli v0.8.1 |
| 3114 | 2025-01-25T04:30:51.842Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3115 | 2025-01-25T04:30:51.899Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3116 | 2025-01-25T04:30:52.183Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3117 | 2025-01-25T04:30:52.418Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3118 | 2025-01-25T04:30:52.438Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 3119 | 2025-01-25T04:30:52.565Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3120 | 2025-01-25T04:30:52.809Z | Checking nanorand v0.7.0 |
| 3121 | 2025-01-25T04:30:52.880Z | Checking atty v0.2.14 |
| 3122 | 2025-01-25T04:30:53.007Z | Checking glob v0.3.1 |
| 3123 | 2025-01-25T04:30:53.026Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3124 | 2025-01-25T04:30:53.185Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3125 | 2025-01-25T04:30:53.213Z | Checking flume v0.11.1 |
| 3126 | 2025-01-25T04:30:53.329Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3127 | 2025-01-25T04:30:53.612Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3128 | 2025-01-25T04:30:53.668Z | Checking hyper-staticfile v0.10.1 |
| 3129 | 2025-01-25T04:30:54.343Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3130 | 2025-01-25T04:30:54.370Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3131 | 2025-01-25T04:30:54.756Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3132 | 2025-01-25T04:30:55.004Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3133 | 2025-01-25T04:30:55.223Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3134 | 2025-01-25T04:30:55.311Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3135 | 2025-01-25T04:30:55.729Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3136 | 2025-01-25T04:30:55.749Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3137 | 2025-01-25T04:30:55.913Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3138 | 2025-01-25T04:30:56.154Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3139 | 2025-01-25T04:30:58.953Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3140 | 2025-01-25T04:30:58.953Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3141 | 2025-01-25T04:31:07.389Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3142 | 2025-01-25T04:31:20.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s |
| 3143 | 2025-01-25T04:31:20.412Z | |
| 3144 | 2025-01-25T04:31:20.412Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
| 3145 | 2025-01-25T04:31:21.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2025-01-25T04:31:21.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2025-01-25T04:31:21.151Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3148 | 2025-01-25T04:31:34.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s |
| 3149 | 2025-01-25T04:31:34.207Z | |
| 3150 | 2025-01-25T04:31:34.207Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
| 3151 | 2025-01-25T04:31:34.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2025-01-25T04:31:34.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2025-01-25T04:31:34.929Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3154 | 2025-01-25T04:31:47.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 3155 | 2025-01-25T04:31:47.959Z | |
| 3156 | 2025-01-25T04:31:47.959Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
| 3157 | 2025-01-25T04:31:48.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2025-01-25T04:31:48.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2025-01-25T04:31:48.688Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3160 | 2025-01-25T04:32:01.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
| 3161 | 2025-01-25T04:32:01.863Z | |
| 3162 | 2025-01-25T04:32:01.863Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
| 3163 | 2025-01-25T04:32:02.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2025-01-25T04:32:02.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2025-01-25T04:32:02.496Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3166 | 2025-01-25T04:32:15.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s |
| 3167 | 2025-01-25T04:32:15.570Z | |
| 3168 | 2025-01-25T04:32:15.570Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
| 3169 | 2025-01-25T04:32:16.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2025-01-25T04:32:16.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2025-01-25T04:32:16.291Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3172 | 2025-01-25T04:32:29.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 3173 | 2025-01-25T04:32:29.448Z | |
| 3174 | 2025-01-25T04:32:29.448Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
| 3175 | 2025-01-25T04:32:30.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2025-01-25T04:32:30.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2025-01-25T04:32:30.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3178 | 2025-01-25T04:32:43.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 3179 | 2025-01-25T04:32:43.313Z | |
| 3180 | 2025-01-25T04:32:43.313Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
| 3181 | 2025-01-25T04:32:43.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2025-01-25T04:32:43.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2025-01-25T04:32:44.039Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3184 | 2025-01-25T04:32:56.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s |
| 3185 | 2025-01-25T04:32:57.113Z | |
| 3186 | 2025-01-25T04:32:57.113Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
| 3187 | 2025-01-25T04:32:57.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2025-01-25T04:32:57.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2025-01-25T04:32:57.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2025-01-25T04:32:57.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3191 | 2025-01-25T04:32:57.769Z | |
| 3192 | 2025-01-25T04:32:57.769Z | info: running `cargo check --bins` on key-manager (140/197) |
| 3193 | 2025-01-25T04:32:58.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2025-01-25T04:32:58.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2025-01-25T04:32:58.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2025-01-25T04:32:58.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3197 | 2025-01-25T04:32:58.413Z | |
| 3198 | 2025-01-25T04:32:58.413Z | info: running `cargo check --bins` on range-requests (141/197) |
| 3199 | 2025-01-25T04:32:58.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2025-01-25T04:32:58.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2025-01-25T04:32:58.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2025-01-25T04:32:58.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3203 | 2025-01-25T04:32:58.994Z | |
| 3204 | 2025-01-25T04:32:58.994Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
| 3205 | 2025-01-25T04:32:59.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2025-01-25T04:32:59.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2025-01-25T04:32:59.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2025-01-25T04:32:59.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3209 | 2025-01-25T04:32:59.609Z | |
| 3210 | 2025-01-25T04:32:59.609Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
| 3211 | 2025-01-25T04:33:00.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2025-01-25T04:33:00.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2025-01-25T04:33:00.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3214 | 2025-01-25T04:33:00.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3215 | 2025-01-25T04:33:00.331Z | |
| 3216 | 2025-01-25T04:33:00.331Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
| 3217 | 2025-01-25T04:33:00.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2025-01-25T04:33:00.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2025-01-25T04:33:00.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3220 | 2025-01-25T04:33:00.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3221 | 2025-01-25T04:33:00.852Z | |
| 3222 | 2025-01-25T04:33:00.852Z | info: running `cargo check --bins` on sled-hardware (145/197) |
| 3223 | 2025-01-25T04:33:01.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2025-01-25T04:33:01.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2025-01-25T04:33:01.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3226 | 2025-01-25T04:33:01.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3227 | 2025-01-25T04:33:01.504Z | |
| 3228 | 2025-01-25T04:33:01.504Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
| 3229 | 2025-01-25T04:33:02.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2025-01-25T04:33:02.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2025-01-25T04:33:02.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3232 | 2025-01-25T04:33:02.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3233 | 2025-01-25T04:33:02.143Z | |
| 3234 | 2025-01-25T04:33:02.143Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
| 3235 | 2025-01-25T04:33:02.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2025-01-25T04:33:02.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2025-01-25T04:33:02.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2025-01-25T04:33:02.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3239 | 2025-01-25T04:33:02.770Z | |
| 3240 | 2025-01-25T04:33:02.770Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
| 3241 | 2025-01-25T04:33:03.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2025-01-25T04:33:03.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2025-01-25T04:33:03.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2025-01-25T04:33:03.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3245 | 2025-01-25T04:33:03.414Z | |
| 3246 | 2025-01-25T04:33:03.414Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
| 3247 | 2025-01-25T04:33:04.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-01-25T04:33:04.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-01-25T04:33:04.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2025-01-25T04:33:04.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3251 | 2025-01-25T04:33:04.057Z | |
| 3252 | 2025-01-25T04:33:04.057Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
| 3253 | 2025-01-25T04:33:04.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-01-25T04:33:04.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-01-25T04:33:04.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2025-01-25T04:33:04.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3257 | 2025-01-25T04:33:04.693Z | |
| 3258 | 2025-01-25T04:33:04.693Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
| 3259 | 2025-01-25T04:33:05.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-01-25T04:33:05.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-01-25T04:33:05.371Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3262 | 2025-01-25T04:33:05.371Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3263 | 2025-01-25T04:33:06.263Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3264 | 2025-01-25T04:33:08.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 3265 | 2025-01-25T04:33:08.327Z | |
| 3266 | 2025-01-25T04:33:08.327Z | info: running `cargo check --bins` on oximeter-api (152/197) |
| 3267 | 2025-01-25T04:33:08.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2025-01-25T04:33:08.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2025-01-25T04:33:08.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2025-01-25T04:33:08.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3271 | 2025-01-25T04:33:08.953Z | |
| 3272 | 2025-01-25T04:33:08.953Z | info: running `cargo check --bins` on cert-dev (153/197) |
| 3273 | 2025-01-25T04:33:09.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2025-01-25T04:33:09.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2025-01-25T04:33:09.628Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3276 | 2025-01-25T04:33:09.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3277 | 2025-01-25T04:33:09.982Z | |
| 3278 | 2025-01-25T04:33:09.982Z | info: running `cargo check --bins` on clickana (154/197) |
| 3279 | 2025-01-25T04:33:10.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2025-01-25T04:33:10.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2025-01-25T04:33:10.621Z | Checking castaway v0.2.3 |
| 3282 | 2025-01-25T04:33:10.621Z | Checking unicode-truncate v1.1.0 |
| 3283 | 2025-01-25T04:33:10.624Z | Checking lru v0.12.5 |
| 3284 | 2025-01-25T04:33:10.624Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3285 | 2025-01-25T04:33:10.624Z | Compiling instability v0.3.2 |
| 3286 | 2025-01-25T04:33:10.624Z | Checking cassowary v0.3.0 |
| 3287 | 2025-01-25T04:33:10.853Z | Checking compact_str v0.8.0 |
| 3288 | 2025-01-25T04:33:11.440Z | Checking ratatui v0.28.1 |
| 3289 | 2025-01-25T04:33:12.242Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3290 | 2025-01-25T04:33:13.221Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3291 | 2025-01-25T04:33:14.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 3292 | 2025-01-25T04:33:14.204Z | |
| 3293 | 2025-01-25T04:33:14.204Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
| 3294 | 2025-01-25T04:33:14.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2025-01-25T04:33:14.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2025-01-25T04:33:14.874Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3297 | 2025-01-25T04:33:14.874Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3298 | 2025-01-25T04:33:15.851Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3299 | 2025-01-25T04:33:16.335Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3300 | 2025-01-25T04:33:16.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 3301 | 2025-01-25T04:33:16.816Z | |
| 3302 | 2025-01-25T04:33:16.816Z | info: running `cargo check --bins` on ch-dev (156/197) |
| 3303 | 2025-01-25T04:33:17.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-01-25T04:33:17.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-01-25T04:33:17.462Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3306 | 2025-01-25T04:33:18.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3307 | 2025-01-25T04:33:18.331Z | |
| 3308 | 2025-01-25T04:33:18.331Z | info: running `cargo check --bins` on crdb-seed (157/197) |
| 3309 | 2025-01-25T04:33:18.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-01-25T04:33:18.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-01-25T04:33:18.977Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3312 | 2025-01-25T04:33:19.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3313 | 2025-01-25T04:33:19.492Z | |
| 3314 | 2025-01-25T04:33:19.492Z | info: running `cargo check --bins` on db-dev (158/197) |
| 3315 | 2025-01-25T04:33:20.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-01-25T04:33:20.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-01-25T04:33:20.141Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3318 | 2025-01-25T04:33:20.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3319 | 2025-01-25T04:33:21.028Z | |
| 3320 | 2025-01-25T04:33:21.028Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
| 3321 | 2025-01-25T04:33:21.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-01-25T04:33:21.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-01-25T04:33:21.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-01-25T04:33:21.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3325 | 2025-01-25T04:33:21.673Z | |
| 3326 | 2025-01-25T04:33:21.673Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
| 3327 | 2025-01-25T04:33:22.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-01-25T04:33:22.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-01-25T04:33:22.280Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3330 | 2025-01-25T04:33:23.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3331 | 2025-01-25T04:33:23.265Z | |
| 3332 | 2025-01-25T04:33:23.265Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
| 3333 | 2025-01-25T04:33:23.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-01-25T04:33:23.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-01-25T04:33:23.874Z | Checking cargo-platform v0.1.8 |
| 3336 | 2025-01-25T04:33:24.155Z | Checking cargo_metadata v0.18.1 |
| 3337 | 2025-01-25T04:33:25.051Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3338 | 2025-01-25T04:33:25.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 3339 | 2025-01-25T04:33:26.028Z | |
| 3340 | 2025-01-25T04:33:26.028Z | info: running `cargo check --bins` on mgs-dev (162/197) |
| 3341 | 2025-01-25T04:33:26.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2025-01-25T04:33:26.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2025-01-25T04:33:26.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3344 | 2025-01-25T04:33:28.151Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3345 | 2025-01-25T04:33:28.748Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3346 | 2025-01-25T04:33:29.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3347 | 2025-01-25T04:33:29.408Z | |
| 3348 | 2025-01-25T04:33:29.408Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
| 3349 | 2025-01-25T04:33:30.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-01-25T04:33:30.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-01-25T04:33:30.193Z | Compiling crunchy v0.2.2 |
| 3352 | 2025-01-25T04:33:30.196Z | Compiling tiny-keccak v2.0.2 |
| 3353 | 2025-01-25T04:33:30.196Z | Compiling dsl_auto_type v0.1.2 |
| 3354 | 2025-01-25T04:33:30.196Z | Checking scheduled-thread-pool v0.2.7 |
| 3355 | 2025-01-25T04:33:30.196Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3356 | 2025-01-25T04:33:30.343Z | Compiling ascii-canvas v3.0.0 |
| 3357 | 2025-01-25T04:33:30.347Z | Compiling ena v0.14.3 |
| 3358 | 2025-01-25T04:33:30.359Z | Compiling diff v0.1.13 |
| 3359 | 2025-01-25T04:33:30.553Z | Checking r2d2 v0.8.10 |
| 3360 | 2025-01-25T04:33:30.638Z | Compiling regex-syntax v0.6.29 |
| 3361 | 2025-01-25T04:33:30.680Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3362 | 2025-01-25T04:33:30.787Z | Compiling ref-cast v1.0.23 |
| 3363 | 2025-01-25T04:33:30.805Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3364 | 2025-01-25T04:33:30.852Z | Compiling derive_builder_core v0.20.2 |
| 3365 | 2025-01-25T04:33:30.980Z | Compiling libxml v0.3.3 |
| 3366 | 2025-01-25T04:33:30.997Z | Compiling ref-cast-impl v1.0.23 |
| 3367 | 2025-01-25T04:33:31.081Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3368 | 2025-01-25T04:33:31.338Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3369 | 2025-01-25T04:33:31.364Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3370 | 2025-01-25T04:33:31.560Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3371 | 2025-01-25T04:33:31.578Z | Compiling strum_macros v0.24.3 |
| 3372 | 2025-01-25T04:33:31.654Z | Compiling diesel_derives v2.2.3 |
| 3373 | 2025-01-25T04:33:31.657Z | Compiling samael v0.0.17 |
| 3374 | 2025-01-25T04:33:31.912Z | Compiling indoc v1.0.9 |
| 3375 | 2025-01-25T04:33:32.786Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3376 | 2025-01-25T04:33:32.986Z | Compiling derive_builder_macro v0.20.2 |
| 3377 | 2025-01-25T04:33:33.070Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3378 | 2025-01-25T04:33:33.761Z | Compiling lalrpop v0.19.12 |
| 3379 | 2025-01-25T04:33:33.859Z | Checking derive_builder v0.20.2 |
| 3380 | 2025-01-25T04:33:34.025Z | Compiling oso-derive v0.27.3 |
| 3381 | 2025-01-25T04:33:34.507Z | Checking quick-xml v0.33.0 |
| 3382 | 2025-01-25T04:33:34.802Z | Compiling diesel-dtrace v0.4.2 |
| 3383 | 2025-01-25T04:33:34.973Z | Checking maplit v1.0.2 |
| 3384 | 2025-01-25T04:33:35.156Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3385 | 2025-01-25T04:33:35.179Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3386 | 2025-01-25T04:33:35.469Z | Checking bb8 v0.8.5 |
| 3387 | 2025-01-25T04:33:35.574Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3388 | 2025-01-25T04:33:35.821Z | Checking rand_seeder v0.3.0 |
| 3389 | 2025-01-25T04:33:35.907Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3390 | 2025-01-25T04:33:35.924Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3391 | 2025-01-25T04:33:36.072Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3392 | 2025-01-25T04:33:36.274Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3393 | 2025-01-25T04:33:36.568Z | Checking unicode-linebreak v0.1.5 |
| 3394 | 2025-01-25T04:33:36.730Z | Checking is_ci v1.2.0 |
| 3395 | 2025-01-25T04:33:36.887Z | Checking smawk v0.3.2 |
| 3396 | 2025-01-25T04:33:37.018Z | Checking supports-color v3.0.1 |
| 3397 | 2025-01-25T04:33:37.119Z | Checking textwrap v0.16.1 |
| 3398 | 2025-01-25T04:33:37.249Z | Checking multimap v0.10.0 |
| 3399 | 2025-01-25T04:33:37.685Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3400 | 2025-01-25T04:33:39.746Z | Checking diesel v2.2.6 |
| 3401 | 2025-01-25T04:34:03.747Z | Compiling polar-core v0.27.3 |
| 3402 | 2025-01-25T04:34:04.520Z | Checking async-bb8-diesel v0.2.1 |
| 3403 | 2025-01-25T04:34:10.914Z | Checking oso v0.27.3 |
| 3404 | 2025-01-25T04:35:11.629Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3405 | 2025-01-25T04:35:17.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s |
| 3406 | 2025-01-25T04:35:18.151Z | |
| 3407 | 2025-01-25T04:35:18.151Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
| 3408 | 2025-01-25T04:35:18.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2025-01-25T04:35:18.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2025-01-25T04:35:18.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2025-01-25T04:35:18.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3412 | 2025-01-25T04:35:18.811Z | |
| 3413 | 2025-01-25T04:35:18.811Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
| 3414 | 2025-01-25T04:35:19.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2025-01-25T04:35:19.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2025-01-25T04:35:19.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2025-01-25T04:35:19.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3418 | 2025-01-25T04:35:19.474Z | |
| 3419 | 2025-01-25T04:35:19.474Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
| 3420 | 2025-01-25T04:35:20.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2025-01-25T04:35:20.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2025-01-25T04:35:20.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2025-01-25T04:35:20.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3424 | 2025-01-25T04:35:20.083Z | |
| 3425 | 2025-01-25T04:35:20.083Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
| 3426 | 2025-01-25T04:35:20.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2025-01-25T04:35:20.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2025-01-25T04:35:20.905Z | Compiling libz-sys v1.1.20 |
| 3429 | 2025-01-25T04:35:20.908Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3430 | 2025-01-25T04:35:21.034Z | Compiling vergen v8.3.2 |
| 3431 | 2025-01-25T04:35:21.037Z | Compiling cargo-platform v0.1.8 |
| 3432 | 2025-01-25T04:35:21.037Z | Compiling pin-project-internal v1.1.6 |
| 3433 | 2025-01-25T04:35:21.073Z | Compiling libsqlite3-sys v0.30.1 |
| 3434 | 2025-01-25T04:35:21.075Z | Compiling snafu-derive v0.8.5 |
| 3435 | 2025-01-25T04:35:21.075Z | Compiling cfg_aliases v0.2.1 |
| 3436 | 2025-01-25T04:35:21.223Z | Compiling buf-list v1.0.3 |
| 3437 | 2025-01-25T04:35:21.320Z | Compiling rustls v0.21.12 |
| 3438 | 2025-01-25T04:35:21.538Z | Compiling cargo_metadata v0.18.1 |
| 3439 | 2025-01-25T04:35:21.632Z | Compiling nix v0.29.0 |
| 3440 | 2025-01-25T04:35:21.638Z | Checking globset v0.4.15 |
| 3441 | 2025-01-25T04:35:21.711Z | Checking olpc-cjson v0.1.4 |
| 3442 | 2025-01-25T04:35:21.970Z | Checking sct v0.7.1 |
| 3443 | 2025-01-25T04:35:21.978Z | Checking rustls-webpki v0.101.7 |
| 3444 | 2025-01-25T04:35:22.150Z | Checking serde_plain v1.0.2 |
| 3445 | 2025-01-25T04:35:22.170Z | Checking typed-path v0.9.3 |
| 3446 | 2025-01-25T04:35:22.777Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3447 | 2025-01-25T04:35:22.908Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3448 | 2025-01-25T04:35:23.104Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3449 | 2025-01-25T04:35:23.190Z | Checking hashlink v0.9.1 |
| 3450 | 2025-01-25T04:35:23.293Z | Checking fallible-iterator v0.3.0 |
| 3451 | 2025-01-25T04:35:23.722Z | Checking pin-project v1.1.6 |
| 3452 | 2025-01-25T04:35:23.742Z | Checking fallible-streaming-iterator v0.1.9 |
| 3453 | 2025-01-25T04:35:23.812Z | Checking parse-size v1.1.0 |
| 3454 | 2025-01-25T04:35:23.961Z | Checking rusqlite v0.32.1 |
| 3455 | 2025-01-25T04:35:23.979Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3456 | 2025-01-25T04:35:24.014Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3457 | 2025-01-25T04:35:24.401Z | Checking rustls-pemfile v1.0.4 |
| 3458 | 2025-01-25T04:35:24.605Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3459 | 2025-01-25T04:35:24.608Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3460 | 2025-01-25T04:35:24.835Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3461 | 2025-01-25T04:35:24.997Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3462 | 2025-01-25T04:35:25.135Z | Checking twox-hash v1.6.3 |
| 3463 | 2025-01-25T04:35:25.155Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3464 | 2025-01-25T04:35:25.237Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3465 | 2025-01-25T04:35:25.459Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3466 | 2025-01-25T04:35:25.593Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3467 | 2025-01-25T04:35:25.615Z | Checking tokio-rustls v0.24.1 |
| 3468 | 2025-01-25T04:35:25.801Z | Checking snafu v0.8.5 |
| 3469 | 2025-01-25T04:35:26.197Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3470 | 2025-01-25T04:35:26.219Z | Checking tough v0.19.0 |
| 3471 | 2025-01-25T04:35:26.683Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3472 | 2025-01-25T04:35:26.703Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3473 | 2025-01-25T04:35:27.094Z | Checking fatfs v0.3.6 |
| 3474 | 2025-01-25T04:35:27.238Z | Checking assert_matches v1.5.0 |
| 3475 | 2025-01-25T04:35:30.171Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3476 | 2025-01-25T04:35:31.486Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3477 | 2025-01-25T04:35:33.290Z | Compiling git2 v0.19.0 |
| 3478 | 2025-01-25T04:35:37.334Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3479 | 2025-01-25T04:36:29.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 3480 | 2025-01-25T04:36:30.001Z | |
| 3481 | 2025-01-25T04:36:30.001Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
| 3482 | 2025-01-25T04:36:30.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2025-01-25T04:36:30.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2025-01-25T04:36:30.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2025-01-25T04:36:30.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3486 | 2025-01-25T04:36:30.694Z | |
| 3487 | 2025-01-25T04:36:30.694Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
| 3488 | 2025-01-25T04:36:31.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2025-01-25T04:36:31.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2025-01-25T04:36:31.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2025-01-25T04:36:31.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3492 | 2025-01-25T04:36:31.298Z | |
| 3493 | 2025-01-25T04:36:31.298Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
| 3494 | 2025-01-25T04:36:31.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2025-01-25T04:36:31.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2025-01-25T04:36:31.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2025-01-25T04:36:31.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3498 | 2025-01-25T04:36:31.952Z | |
| 3499 | 2025-01-25T04:36:31.952Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
| 3500 | 2025-01-25T04:36:32.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2025-01-25T04:36:32.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2025-01-25T04:36:32.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2025-01-25T04:36:32.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3504 | 2025-01-25T04:36:32.655Z | |
| 3505 | 2025-01-25T04:36:32.655Z | info: running `cargo check --bins` on nexus-networking (172/197) |
| 3506 | 2025-01-25T04:36:33.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2025-01-25T04:36:33.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2025-01-25T04:36:33.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2025-01-25T04:36:33.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3510 | 2025-01-25T04:36:33.284Z | |
| 3511 | 2025-01-25T04:36:33.284Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
| 3512 | 2025-01-25T04:36:33.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2025-01-25T04:36:33.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2025-01-25T04:36:33.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2025-01-25T04:36:33.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3516 | 2025-01-25T04:36:33.960Z | |
| 3517 | 2025-01-25T04:36:33.960Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
| 3518 | 2025-01-25T04:36:34.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2025-01-25T04:36:34.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2025-01-25T04:36:34.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2025-01-25T04:36:34.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3522 | 2025-01-25T04:36:34.622Z | |
| 3523 | 2025-01-25T04:36:34.623Z | info: running `cargo check --bins` on update-common (175/197) |
| 3524 | 2025-01-25T04:36:35.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2025-01-25T04:36:35.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2025-01-25T04:36:35.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2025-01-25T04:36:35.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3528 | 2025-01-25T04:36:35.265Z | |
| 3529 | 2025-01-25T04:36:35.265Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
| 3530 | 2025-01-25T04:36:35.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2025-01-25T04:36:35.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2025-01-25T04:36:35.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2025-01-25T04:36:35.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3534 | 2025-01-25T04:36:35.901Z | |
| 3535 | 2025-01-25T04:36:35.901Z | info: running `cargo check --bins` on tufaceous (177/197) |
| 3536 | 2025-01-25T04:36:36.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2025-01-25T04:36:36.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2025-01-25T04:36:36.565Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3539 | 2025-01-25T04:36:37.685Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3540 | 2025-01-25T04:36:38.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 3541 | 2025-01-25T04:36:38.670Z | |
| 3542 | 2025-01-25T04:36:38.670Z | info: running `cargo check --bins` on omicron-dev (178/197) |
| 3543 | 2025-01-25T04:36:39.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2025-01-25T04:36:39.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2025-01-25T04:36:39.529Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3546 | 2025-01-25T04:36:39.531Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3547 | 2025-01-25T04:36:39.669Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3548 | 2025-01-25T04:36:39.672Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3549 | 2025-01-25T04:36:40.630Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3550 | 2025-01-25T04:37:06.606Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3551 | 2025-01-25T04:37:06.614Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3552 | 2025-01-25T04:37:06.614Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3553 | 2025-01-25T04:37:06.614Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3554 | 2025-01-25T04:37:06.615Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3555 | 2025-01-25T04:37:06.615Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3556 | 2025-01-25T04:37:07.419Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3557 | 2025-01-25T04:37:08.637Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3558 | 2025-01-25T04:37:46.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 3559 | 2025-01-25T04:37:47.185Z | |
| 3560 | 2025-01-25T04:37:47.185Z | info: running `cargo check --bins` on openapi-manager (179/197) |
| 3561 | 2025-01-25T04:37:47.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2025-01-25T04:37:47.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2025-01-25T04:37:47.934Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3564 | 2025-01-25T04:37:47.934Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3565 | 2025-01-25T04:37:47.941Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3566 | 2025-01-25T04:37:48.017Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3567 | 2025-01-25T04:37:48.020Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3568 | 2025-01-25T04:37:48.040Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3569 | 2025-01-25T04:37:48.043Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3570 | 2025-01-25T04:37:48.054Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3571 | 2025-01-25T04:37:48.266Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3572 | 2025-01-25T04:37:48.312Z | Checking heck v0.4.1 |
| 3573 | 2025-01-25T04:37:48.410Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3574 | 2025-01-25T04:37:48.545Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3575 | 2025-01-25T04:37:48.599Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3576 | 2025-01-25T04:37:48.644Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3577 | 2025-01-25T04:37:49.099Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3578 | 2025-01-25T04:37:49.347Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3579 | 2025-01-25T04:37:49.391Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3580 | 2025-01-25T04:37:50.492Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3581 | 2025-01-25T04:37:51.001Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3582 | 2025-01-25T04:37:51.436Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3583 | 2025-01-25T04:37:51.685Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3584 | 2025-01-25T04:37:53.380Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3585 | 2025-01-25T04:37:53.383Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3586 | 2025-01-25T04:37:54.968Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3587 | 2025-01-25T04:37:56.473Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3588 | 2025-01-25T04:38:01.624Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3589 | 2025-01-25T04:38:01.624Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3590 | 2025-01-25T04:38:02.819Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3591 | 2025-01-25T04:38:03.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s |
| 3592 | 2025-01-25T04:38:04.007Z | |
| 3593 | 2025-01-25T04:38:04.007Z | info: running `cargo check --bins` on installinator-api (180/197) |
| 3594 | 2025-01-25T04:38:04.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2025-01-25T04:38:04.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2025-01-25T04:38:04.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2025-01-25T04:38:04.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3598 | 2025-01-25T04:38:04.648Z | |
| 3599 | 2025-01-25T04:38:04.648Z | info: running `cargo check --bins` on wicketd-api (181/197) |
| 3600 | 2025-01-25T04:38:05.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2025-01-25T04:38:05.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2025-01-25T04:38:05.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2025-01-25T04:38:05.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3604 | 2025-01-25T04:38:05.305Z | |
| 3605 | 2025-01-25T04:38:05.305Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
| 3606 | 2025-01-25T04:38:05.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2025-01-25T04:38:05.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2025-01-25T04:38:06.015Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3609 | 2025-01-25T04:38:06.015Z | Compiling petname v2.0.2 |
| 3610 | 2025-01-25T04:38:06.018Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3611 | 2025-01-25T04:38:06.018Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3612 | 2025-01-25T04:38:06.018Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3613 | 2025-01-25T04:38:06.018Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3614 | 2025-01-25T04:38:06.122Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3615 | 2025-01-25T04:38:06.154Z | Checking sync-ptr v0.1.1 |
| 3616 | 2025-01-25T04:38:11.245Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3617 | 2025-01-25T04:38:11.858Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3618 | 2025-01-25T04:38:12.949Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3619 | 2025-01-25T04:38:14.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
| 3620 | 2025-01-25T04:38:14.645Z | |
| 3621 | 2025-01-25T04:38:14.645Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
| 3622 | 2025-01-25T04:38:15.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2025-01-25T04:38:15.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2025-01-25T04:38:15.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2025-01-25T04:38:15.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3626 | 2025-01-25T04:38:15.295Z | |
| 3627 | 2025-01-25T04:38:15.295Z | info: running `cargo check --bins` on omicron-releng (184/197) |
| 3628 | 2025-01-25T04:38:15.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2025-01-25T04:38:15.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2025-01-25T04:38:15.949Z | Checking memmap2 v0.9.5 |
| 3631 | 2025-01-25T04:38:15.949Z | Checking arrayref v0.3.9 |
| 3632 | 2025-01-25T04:38:15.952Z | Checking arrayvec v0.7.6 |
| 3633 | 2025-01-25T04:38:15.952Z | Checking constant_time_eq v0.3.1 |
| 3634 | 2025-01-25T04:38:15.952Z | Checking topological-sort v0.2.2 |
| 3635 | 2025-01-25T04:38:15.952Z | Checking shell-words v1.1.0 |
| 3636 | 2025-01-25T04:38:16.310Z | Checking blake3 v1.5.4 |
| 3637 | 2025-01-25T04:38:16.642Z | Checking omicron-zone-package v0.12.0 |
| 3638 | 2025-01-25T04:38:17.804Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3639 | 2025-01-25T04:38:18.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 3640 | 2025-01-25T04:38:18.887Z | |
| 3641 | 2025-01-25T04:38:18.887Z | info: running `cargo check --bins` on xtask (185/197) |
| 3642 | 2025-01-25T04:38:19.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2025-01-25T04:38:19.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2025-01-25T04:38:19.315Z | Checking bitflags v2.6.0 |
| 3645 | 2025-01-25T04:38:19.318Z | Checking serde v1.0.217 |
| 3646 | 2025-01-25T04:38:19.318Z | Checking thiserror v1.0.69 |
| 3647 | 2025-01-25T04:38:19.411Z | Checking scroll v0.12.0 |
| 3648 | 2025-01-25T04:38:19.413Z | Checking log v0.4.22 |
| 3649 | 2025-01-25T04:38:19.426Z | Checking hashbrown v0.15.1 |
| 3650 | 2025-01-25T04:38:19.429Z | Checking zerocopy v0.7.35 |
| 3651 | 2025-01-25T04:38:19.447Z | Checking syn v2.0.96 |
| 3652 | 2025-01-25T04:38:19.516Z | Checking pest v2.7.14 |
| 3653 | 2025-01-25T04:38:19.639Z | Checking rustix v0.38.37 |
| 3654 | 2025-01-25T04:38:19.653Z | Checking once_cell v1.20.2 |
| 3655 | 2025-01-25T04:38:19.852Z | Checking goblin v0.8.2 |
| 3656 | 2025-01-25T04:38:19.955Z | Checking fs-err v2.11.0 |
| 3657 | 2025-01-25T04:38:20.289Z | Checking anyhow v1.0.95 |
| 3658 | 2025-01-25T04:38:20.333Z | Checking indexmap v2.7.0 |
| 3659 | 2025-01-25T04:38:20.589Z | Checking tabled v0.15.0 |
| 3660 | 2025-01-25T04:38:21.292Z | Checking terminal_size v0.4.0 |
| 3661 | 2025-01-25T04:38:21.292Z | Checking tempfile v3.13.0 |
| 3662 | 2025-01-25T04:38:21.562Z | Checking clap_builder v4.5.21 |
| 3663 | 2025-01-25T04:38:21.926Z | Checking dtrace-parser v0.2.0 |
| 3664 | 2025-01-25T04:38:23.101Z | Checking serde_json v1.0.135 |
| 3665 | 2025-01-25T04:38:23.101Z | Checking toml_datetime v0.6.8 |
| 3666 | 2025-01-25T04:38:23.104Z | Checking serde_spanned v0.6.8 |
| 3667 | 2025-01-25T04:38:23.104Z | Checking camino v1.1.9 |
| 3668 | 2025-01-25T04:38:23.104Z | Checking cargo-platform v0.1.8 |
| 3669 | 2025-01-25T04:38:23.310Z | Checking semver v1.0.24 |
| 3670 | 2025-01-25T04:38:23.416Z | Checking macaddr v1.0.1 |
| 3671 | 2025-01-25T04:38:23.419Z | Checking toml_edit v0.22.22 |
| 3672 | 2025-01-25T04:38:23.650Z | Checking camino-tempfile v1.1.1 |
| 3673 | 2025-01-25T04:38:24.184Z | Checking clap v4.5.21 |
| 3674 | 2025-01-25T04:38:24.298Z | Checking dof v0.3.0 |
| 3675 | 2025-01-25T04:38:24.299Z | Checking cargo_metadata v0.18.1 |
| 3676 | 2025-01-25T04:38:24.703Z | Checking usdt-impl v0.5.0 |
| 3677 | 2025-01-25T04:38:25.073Z | Checking usdt v0.5.0 |
| 3678 | 2025-01-25T04:38:25.274Z | Checking toml v0.8.19 |
| 3679 | 2025-01-25T04:38:25.696Z | Checking cargo_toml v0.20.5 |
| 3680 | 2025-01-25T04:38:26.807Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3681 | 2025-01-25T04:38:27.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s |
| 3682 | 2025-01-25T04:38:27.535Z | |
| 3683 | 2025-01-25T04:38:27.535Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
| 3684 | 2025-01-25T04:38:28.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2025-01-25T04:38:28.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2025-01-25T04:38:28.294Z | Checking polyval v0.6.2 |
| 3687 | 2025-01-25T04:38:28.407Z | Checking ctr v0.9.2 |
| 3688 | 2025-01-25T04:38:28.421Z | Checking ssh-encoding v0.2.0 |
| 3689 | 2025-01-25T04:38:28.423Z | Checking blowfish v0.9.1 |
| 3690 | 2025-01-25T04:38:28.444Z | Checking password-hash v0.4.2 |
| 3691 | 2025-01-25T04:38:28.458Z | Checking p256 v0.13.2 |
| 3692 | 2025-01-25T04:38:28.458Z | Checking p521 v0.13.3 |
| 3693 | 2025-01-25T04:38:28.491Z | Checking russh-cryptovec v0.7.3 |
| 3694 | 2025-01-25T04:38:28.635Z | Checking bcrypt-pbkdf v0.10.0 |
| 3695 | 2025-01-25T04:38:28.638Z | Checking ghash v0.5.1 |
| 3696 | 2025-01-25T04:38:28.672Z | Checking md5 v0.7.0 |
| 3697 | 2025-01-25T04:38:28.698Z | Checking num-bigint v0.4.6 |
| 3698 | 2025-01-25T04:38:28.741Z | Checking des v0.8.1 |
| 3699 | 2025-01-25T04:38:28.816Z | Checking aes-gcm v0.10.3 |
| 3700 | 2025-01-25T04:38:28.880Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3701 | 2025-01-25T04:38:28.898Z | Checking pbkdf2 v0.11.0 |
| 3702 | 2025-01-25T04:38:28.937Z | Checking hex-literal v0.4.1 |
| 3703 | 2025-01-25T04:38:28.956Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3704 | 2025-01-25T04:38:29.002Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3705 | 2025-01-25T04:38:29.055Z | Checking ssh-cipher v0.2.0 |
| 3706 | 2025-01-25T04:38:29.080Z | Checking internet-checksum v0.2.1 |
| 3707 | 2025-01-25T04:38:29.413Z | Checking ssh-key v0.6.6 |
| 3708 | 2025-01-25T04:38:29.497Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3709 | 2025-01-25T04:38:30.396Z | Checking russh-keys v0.45.0 |
| 3710 | 2025-01-25T04:38:31.222Z | Checking russh v0.45.0 |
| 3711 | 2025-01-25T04:38:48.284Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3712 | 2025-01-25T04:38:49.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.10s |
| 3713 | 2025-01-25T04:38:49.839Z | |
| 3714 | 2025-01-25T04:38:49.839Z | info: running `cargo check --bins` on gateway-cli (187/197) |
| 3715 | 2025-01-25T04:38:50.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2025-01-25T04:38:50.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2025-01-25T04:38:50.474Z | Checking termios v0.3.3 |
| 3718 | 2025-01-25T04:38:50.695Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3719 | 2025-01-25T04:38:51.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 3720 | 2025-01-25T04:38:51.664Z | |
| 3721 | 2025-01-25T04:38:51.665Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
| 3722 | 2025-01-25T04:38:52.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2025-01-25T04:38:52.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2025-01-25T04:38:52.358Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3725 | 2025-01-25T04:38:52.358Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3726 | 2025-01-25T04:38:52.361Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3727 | 2025-01-25T04:38:52.361Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3728 | 2025-01-25T04:38:53.389Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3729 | 2025-01-25T04:38:54.576Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3730 | 2025-01-25T04:38:56.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
| 3731 | 2025-01-25T04:38:56.486Z | |
| 3732 | 2025-01-25T04:38:56.486Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
| 3733 | 2025-01-25T04:38:57.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2025-01-25T04:38:57.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2025-01-25T04:38:57.121Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3736 | 2025-01-25T04:38:57.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3737 | 2025-01-25T04:38:57.762Z | |
| 3738 | 2025-01-25T04:38:57.762Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
| 3739 | 2025-01-25T04:38:58.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2025-01-25T04:38:58.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2025-01-25T04:38:58.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2025-01-25T04:38:58.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3743 | 2025-01-25T04:38:58.364Z | |
| 3744 | 2025-01-25T04:38:58.364Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
| 3745 | 2025-01-25T04:38:58.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2025-01-25T04:38:58.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2025-01-25T04:38:58.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3748 | 2025-01-25T04:38:58.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3749 | 2025-01-25T04:38:58.962Z | |
| 3750 | 2025-01-25T04:38:58.962Z | info: running `cargo check --bins` on omicron-package (192/197) |
| 3751 | 2025-01-25T04:38:59.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2025-01-25T04:38:59.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2025-01-25T04:38:59.611Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3754 | 2025-01-25T04:39:00.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 3755 | 2025-01-25T04:39:01.122Z | |
| 3756 | 2025-01-25T04:39:01.122Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
| 3757 | 2025-01-25T04:39:01.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2025-01-25T04:39:01.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2025-01-25T04:39:01.831Z | Checking rtoolbox v0.0.2 |
| 3760 | 2025-01-25T04:39:01.833Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3761 | 2025-01-25T04:39:01.833Z | Checking tui-tree-widget v0.22.0 |
| 3762 | 2025-01-25T04:39:02.066Z | Checking rpassword v7.3.1 |
| 3763 | 2025-01-25T04:39:05.768Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3764 | 2025-01-25T04:39:08.526Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3765 | 2025-01-25T04:39:09.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s |
| 3766 | 2025-01-25T04:39:09.859Z | |
| 3767 | 2025-01-25T04:39:09.859Z | info: running `cargo check --bins` on wicket (194/197) |
| 3768 | 2025-01-25T04:39:10.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2025-01-25T04:39:10.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2025-01-25T04:39:10.557Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3771 | 2025-01-25T04:39:10.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3772 | 2025-01-25T04:39:11.212Z | |
| 3773 | 2025-01-25T04:39:11.212Z | info: running `cargo check --bins` on wicketd (195/197) |
| 3774 | 2025-01-25T04:39:11.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2025-01-25T04:39:11.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2025-01-25T04:39:11.856Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3777 | 2025-01-25T04:39:11.856Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3778 | 2025-01-25T04:39:12.649Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3779 | 2025-01-25T04:39:16.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
| 3780 | 2025-01-25T04:39:16.489Z | |
| 3781 | 2025-01-25T04:39:16.489Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
| 3782 | 2025-01-25T04:39:17.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2025-01-25T04:39:17.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2025-01-25T04:39:17.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2025-01-25T04:39:17.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3786 | 2025-01-25T04:39:17.107Z | |
| 3787 | 2025-01-25T04:39:17.107Z | info: running `cargo check --bins` on zone-setup (197/197) |
| 3788 | 2025-01-25T04:39:17.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2025-01-25T04:39:17.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2025-01-25T04:39:17.922Z | Checking uzers v0.12.1 |
| 3791 | 2025-01-25T04:39:18.184Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3792 | 2025-01-25T04:39:19.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 3793 | 2025-01-25T04:39:19.744Z | |
| 3794 | 2025-01-25T04:39:19.744Z | real 13:10.257724339 |
| 3795 | 2025-01-25T04:39:19.744Z | user 25:21.770323639 |
| 3796 | 2025-01-25T04:39:19.745Z | sys 4:10.153177586 |
| 3797 | 2025-01-25T04:39:19.745Z | trap 0.512023435 |
| 3798 | 2025-01-25T04:39:19.745Z | tflt 3.156939009 |
| 3799 | 2025-01-25T04:39:19.763Z | dflt 2.110270903 |
| 3800 | 2025-01-25T04:39:19.763Z | kflt 0.001040974 |
| 3801 | 2025-01-25T04:39:19.763Z | lock 44:18.773191318 |
| 3802 | 2025-01-25T04:39:19.763Z | slp 2:05:59.456629814 |
| 3803 | 2025-01-25T04:39:19.763Z | lat 1:05.746326120 |
| 3804 | 2025-01-25T04:39:19.763Z | stop 3:43.939237067 |
| 3805 | 2025-01-25T04:39:19.763Z | process exited: duration 1131564 ms, exit code 0 |
| |
| 3806 | 2025-01-25T04:39:19.769Z | found 0 output files |