|
|
|
| 1 | 2025-02-21T07:45:06.101Z | job assigned to worker 01JMKQDXRZKE9843F304F495SE [factory aws, i-0d8e8b98cba0c157e] (queued for 52 s) |
| |
| 2 | 2025-02-21T07:45:14.312Z | starting task 0: "setup" |
| 3 | 2025-02-21T07:45:14.316Z | ++ uname -s |
| 4 | 2025-02-21T07:45:14.316Z | + kern=SunOS |
| 5 | 2025-02-21T07:45:14.316Z | + build_user=build |
| 6 | 2025-02-21T07:45:14.316Z | + build_uid=12345 |
| 7 | 2025-02-21T07:45:14.316Z | + work_dir=/work |
| 8 | 2025-02-21T07:45:14.316Z | + input_dir=/input |
| 9 | 2025-02-21T07:45:14.316Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-21T07:45:14.317Z | + case "$kern" in |
| 11 | 2025-02-21T07:45:14.317Z | + groupadd -g 12345 build |
| 12 | 2025-02-21T07:45:14.317Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-21T07:45:16.322Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-21T07:45:16.446Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-21T07:45:16.450Z | + home_fs=zfs |
| 16 | 2025-02-21T07:45:16.450Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-21T07:45:16.450Z | + mkdir -p /home/build |
| 18 | 2025-02-21T07:45:16.464Z | + chown build:build /home/build /work |
| 19 | 2025-02-21T07:45:18.454Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-21T07:45:18.457Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2025-02-21T07:45:18.467Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-21T07:45:18.476Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-21T07:45:18.476Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-21T07:45:18.476Z | * rust toolchain profile = "default" |
| 25 | 2025-02-21T07:45:18.476Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-02-21T07:45:18.476Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-21T07:45:18.476Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-21T07:45:18.476Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-21T07:45:18.476Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-21T07:45:18.586Z | info: downloading installer |
| 31 | 2025-02-21T07:45:19.987Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-21T07:45:19.987Z | warning: /opt/ooce/bin |
| 33 | 2025-02-21T07:45:19.987Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-21T07:45:19.987Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-21T07:45:19.987Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-21T07:45:19.987Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-21T07:45:19.987Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-21T07:45:19.987Z | error: cannot install while Rust is installed |
| 39 | 2025-02-21T07:45:19.987Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-21T07:45:20.002Z | info: profile set to 'default' |
| 41 | 2025-02-21T07:45:20.002Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-21T07:45:20.005Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-21T07:45:20.156Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-21T07:45:20.156Z | info: downloading component 'cargo' |
| 45 | 2025-02-21T07:45:20.947Z | info: downloading component 'clippy' |
| 46 | 2025-02-21T07:45:21.252Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-21T07:45:22.479Z | info: downloading component 'rust-std' |
| 48 | 2025-02-21T07:45:24.251Z | info: downloading component 'rustc' |
| 49 | 2025-02-21T07:45:30.298Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-21T07:45:30.526Z | info: installing component 'cargo' |
| 51 | 2025-02-21T07:45:31.357Z | info: installing component 'clippy' |
| 52 | 2025-02-21T07:45:31.751Z | info: installing component 'rust-docs' |
| 53 | 2025-02-21T07:45:33.547Z | info: installing component 'rust-std' |
| 54 | 2025-02-21T07:45:35.459Z | info: installing component 'rustc' |
| 55 | 2025-02-21T07:45:41.384Z | info: installing component 'rustfmt' |
| 56 | 2025-02-21T07:45:41.725Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-21T07:45:41.725Z | |
| 58 | 2025-02-21T07:45:42.094Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-21T07:45:42.094Z | |
| 60 | 2025-02-21T07:45:42.097Z | |
| 61 | 2025-02-21T07:45:42.097Z | Rust is installed now. Great! |
| 62 | 2025-02-21T07:45:42.097Z | |
| 63 | 2025-02-21T07:45:42.097Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-21T07:45:42.097Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-21T07:45:42.098Z | |
| 66 | 2025-02-21T07:45:42.098Z | To configure your current shell, you need to source |
| 67 | 2025-02-21T07:45:42.098Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-21T07:45:42.098Z | |
| 69 | 2025-02-21T07:45:42.098Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-21T07:45:42.098Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-21T07:45:42.098Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-21T07:45:42.173Z | + rustup --version |
| 73 | 2025-02-21T07:45:42.180Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-21T07:45:42.181Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-21T07:45:42.262Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-21T07:45:42.265Z | + cargo --version |
| 77 | 2025-02-21T07:45:42.323Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-21T07:45:42.327Z | + rustc --version |
| 79 | 2025-02-21T07:45:42.390Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-21T07:45:42.393Z | process exited: duration 23926 ms, exit code 0 |
| |
| 81 | 2025-02-21T07:45:42.401Z | starting task 2: "authentication" |
| 82 | 2025-02-21T07:45:42.424Z | process exited: duration 22 ms, exit code 0 |
| |
| 83 | 2025-02-21T07:45:42.432Z | starting task 3: "clone repository" |
| 84 | 2025-02-21T07:45:42.436Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-21T07:45:42.439Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-21T07:45:42.475Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-21T07:45:49.504Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-21T07:45:49.505Z | + git fetch origin 903e27dbec386debb62bae0c6580d81daf1ebf88 |
| 89 | 2025-02-21T07:45:49.795Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-21T07:45:49.795Z | * branch 903e27dbec386debb62bae0c6580d81daf1ebf88 -> FETCH_HEAD |
| 91 | 2025-02-21T07:45:49.806Z | + [[ -n sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
| 92 | 2025-02-21T07:45:49.810Z | ++ git branch --show-current |
| 93 | 2025-02-21T07:45:49.810Z | + current=main |
| 94 | 2025-02-21T07:45:49.810Z | + [[ main != sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
| 95 | 2025-02-21T07:45:49.810Z | + git branch -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std 903e27dbec386debb62bae0c6580d81daf1ebf88 |
| 96 | 2025-02-21T07:45:49.813Z | + git checkout -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std |
| 97 | 2025-02-21T07:45:50.004Z | Switched to branch 'sunshowers/spr/meta-switch-to-once_cell-impls-in-std' |
| 98 | 2025-02-21T07:45:50.007Z | + git reset --hard 903e27dbec386debb62bae0c6580d81daf1ebf88 |
| 99 | 2025-02-21T07:45:50.019Z | HEAD is now at 903e27dbe [spr] initial version |
| 100 | 2025-02-21T07:45:50.023Z | process exited: duration 7588 ms, exit code 0 |
| |
| 101 | 2025-02-21T07:45:50.029Z | starting task 4: "build" |
| 102 | 2025-02-21T07:45:50.034Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-21T07:45:50.034Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-21T07:45:50.034Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-21T07:45:50.034Z | + cargo --version |
| 106 | 2025-02-21T07:45:50.090Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-21T07:45:50.093Z | + rustc --version |
| 108 | 2025-02-21T07:45:50.157Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-21T07:45:50.160Z | + source ./env.sh |
| 110 | 2025-02-21T07:45:50.160Z | ++ OLD_SHELL_OPTS=ehxB |
| 111 | 2025-02-21T07:45:50.161Z | ++ set -o xtrace |
| 112 | 2025-02-21T07:45:50.164Z | ++++ dirname ./env.sh |
| 113 | 2025-02-21T07:45:50.164Z | +++ readlink -f . |
| 114 | 2025-02-21T07:45:50.167Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 115 | 2025-02-21T07:45:50.168Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-02-21T07:45:50.168Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-02-21T07:45:50.168Z | ++ 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 |
| 118 | 2025-02-21T07:45:50.168Z | ++ 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 |
| 119 | 2025-02-21T07:45:50.168Z | ++ 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 |
| 120 | 2025-02-21T07:45:50.168Z | ++ 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 |
| 121 | 2025-02-21T07:45:50.168Z | ++ 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 |
| 122 | 2025-02-21T07:45:50.168Z | ++ 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 |
| 123 | 2025-02-21T07:45:50.168Z | ++ case $OLD_SHELL_OPTS in |
| 124 | 2025-02-21T07:45:50.171Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 125 | 2025-02-21T07:45:50.172Z | + 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 |
| 126 | 2025-02-21T07:45:50.172Z | + 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 |
| 127 | 2025-02-21T07:45:50.172Z | + banner prerequisites |
| 128 | 2025-02-21T07:45:50.172Z | |
| 129 | 2025-02-21T07:45:50.172Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 130 | 2025-02-21T07:45:50.172Z | # # # # # # # # # # # # # # # |
| 131 | 2025-02-21T07:45:50.172Z | # # # # ##### # # ##### # # # # # #### # |
| 132 | 2025-02-21T07:45:50.172Z | ##### ##### # ##### # # # # # # # # # |
| 133 | 2025-02-21T07:45:50.172Z | # # # # # # # # # # # # # # # |
| 134 | 2025-02-21T07:45:50.172Z | # # # ###### # # ###### ### # #### # #### # |
| 135 | 2025-02-21T07:45:50.172Z | |
| 136 | 2025-02-21T07:45:50.172Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 137 | 2025-02-21T07:45:51.755Z | pkg list: illegal option -- F |
| 138 | 2025-02-21T07:45:51.755Z | Usage: |
| 139 | 2025-02-21T07:45:51.758Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 140 | 2025-02-21T07:45:51.758Z | [pkg_fmri_pattern ...] |
| 141 | 2025-02-21T07:45:52.619Z | pkg list: illegal option -- F |
| 142 | 2025-02-21T07:45:52.619Z | Usage: |
| 143 | 2025-02-21T07:45:52.622Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 144 | 2025-02-21T07:45:52.623Z | [pkg_fmri_pattern ...] |
| 145 | 2025-02-21T07:45:58.678Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 146 | 2025-02-21T07:46:03.036Z | Startup: Caching catalogs ... Done |
| 147 | 2025-02-21T07:46:16.123Z | Planning: Solver setup ... Done (12.101s) |
| 148 | 2025-02-21T07:46:16.274Z | Planning: Running solver ... Done (0.151s) |
| 149 | 2025-02-21T07:46:16.403Z | Planning: Finding local manifests ... Done (0.006s) |
| 150 | 2025-02-21T07:46:16.417Z | Planning: Fetching manifests: 0/7 0% complete |
| 151 | 2025-02-21T07:46:16.659Z | Planning: Fetching manifests: 7/7 100% complete |
| 152 | 2025-02-21T07:46:16.772Z | Planning: Package planning ... Done (0.112s) |
| 153 | 2025-02-21T07:46:16.829Z | Planning: Merging actions ... Done (0.057s) |
| 154 | 2025-02-21T07:46:17.030Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 155 | 2025-02-21T07:46:19.062Z | Planning: Consolidating action changes ... Done (2.031s) |
| 156 | 2025-02-21T07:46:19.497Z | Planning: Evaluating mediators ... Done (0.434s) |
| 157 | 2025-02-21T07:46:19.581Z | Planning: Planning completed in 16.44 seconds |
| 158 | 2025-02-21T07:46:19.597Z | Packages to install: 4 |
| 159 | 2025-02-21T07:46:19.597Z | Packages to update: 3 |
| 160 | 2025-02-21T07:46:19.600Z | Mediators to change: 2 |
| 161 | 2025-02-21T07:46:19.600Z | Services to change: 1 |
| 162 | 2025-02-21T07:46:19.600Z | Estimated space available: 155.61 GB |
| 163 | 2025-02-21T07:46:19.600Z | Estimated space to be consumed: 1.66 GB |
| 164 | 2025-02-21T07:46:19.600Z | Create boot environment: No |
| 165 | 2025-02-21T07:46:19.600Z | Create backup boot environment: Yes |
| 166 | 2025-02-21T07:46:19.600Z | Rebuild boot archive: No |
| 167 | 2025-02-21T07:46:19.600Z | |
| 168 | 2025-02-21T07:46:19.600Z | Changed mediators: |
| 169 | 2025-02-21T07:46:19.600Z | mediator clang: |
| 170 | 2025-02-21T07:46:19.600Z | version: None -> 15 (system default) |
| 171 | 2025-02-21T07:46:19.600Z | |
| 172 | 2025-02-21T07:46:19.600Z | mediator llvm: |
| 173 | 2025-02-21T07:46:19.600Z | version: 14 (system default) -> 15 (system default) |
| 174 | 2025-02-21T07:46:19.600Z | |
| 175 | 2025-02-21T07:46:19.600Z | Changed packages: |
| 176 | 2025-02-21T07:46:19.600Z | helios-dev |
| 177 | 2025-02-21T07:46:19.600Z | developer/build-essential |
| 178 | 2025-02-21T07:46:19.600Z | None -> 11-2.0 |
| 179 | 2025-02-21T07:46:19.601Z | library/libxmlsec1 |
| 180 | 2025-02-21T07:46:19.601Z | None -> 1.2.35-2.0 |
| 181 | 2025-02-21T07:46:19.601Z | ooce/developer/clang-15 |
| 182 | 2025-02-21T07:46:19.601Z | None -> 15.0.7-2.0 |
| 183 | 2025-02-21T07:46:19.601Z | ooce/developer/llvm-15 |
| 184 | 2025-02-21T07:46:19.601Z | None -> 15.0.7-2.0 |
| 185 | 2025-02-21T07:46:19.601Z | package/pkg |
| 186 | 2025-02-21T07:46:19.601Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 187 | 2025-02-21T07:46:19.601Z | system/library/g++-runtime |
| 188 | 2025-02-21T07:46:19.601Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-02-21T07:46:19.601Z | system/library/gcc-runtime |
| 190 | 2025-02-21T07:46:19.601Z | 13-2.0 -> 14-2.0 |
| 191 | 2025-02-21T07:46:19.601Z | |
| 192 | 2025-02-21T07:46:19.601Z | Services: |
| 193 | 2025-02-21T07:46:19.601Z | restart_fmri: |
| 194 | 2025-02-21T07:46:19.601Z | svc:/system/update-man-index:default |
| 195 | 2025-02-21T07:46:19.601Z | |
| 196 | 2025-02-21T07:46:19.601Z | Editable files to change: |
| 197 | 2025-02-21T07:46:19.601Z | Update: |
| 198 | 2025-02-21T07:46:19.601Z | usr/share/lib/pkg/web/config.shtml |
| 199 | 2025-02-21T07:46:19.682Z | |
| 200 | 2025-02-21T07:46:19.682Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 201 | 2025-02-21T07:46:24.686Z | Download: 1190/4301 items 53.6/225.4MB 23% complete (10.6M/s) |
| 202 | 2025-02-21T07:46:29.686Z | Download: 1815/4301 items 118.4/225.4MB 52% complete (12.2M/s) |
| 203 | 2025-02-21T07:46:34.864Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (10.1M/s) |
| 204 | 2025-02-21T07:46:39.880Z | Download: 2933/4301 items 121.0/225.4MB 53% complete (262k/s) |
| 205 | 2025-02-21T07:46:48.056Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
| 206 | 2025-02-21T07:46:53.231Z | Download: 3781/4301 items 216.9/225.4MB 96% complete (2.7M/s) |
| 207 | 2025-02-21T07:46:58.507Z | Download: 4284/4301 items 222.9/225.4MB 98% complete (2.0M/s) |
| 208 | 2025-02-21T07:47:04.583Z | Download: 4297/4301 items 225.0/225.4MB 99% complete (1.3M/s) |
| 209 | 2025-02-21T07:47:11.131Z | Download: 4300/4301 items 225.4/225.4MB 100% complete (1006k/s) |
| 210 | 2025-02-21T07:47:11.138Z | Download: Completed 225.42 MB in 51.45 seconds (4.4M/s) |
| 211 | 2025-02-21T07:47:13.208Z | Actions: 1/5122 actions (Removing old actions) |
| 212 | 2025-02-21T07:47:13.228Z | Actions: 194/5122 actions (Installing new actions) |
| 213 | 2025-02-21T07:47:17.960Z | Actions: 4267/5122 actions (Updating modified actions) |
| 214 | 2025-02-21T07:47:18.313Z | Actions: Completed 5122 actions in 5.10 seconds. |
| 215 | 2025-02-21T07:47:18.551Z | Done (0.229s) |
| 216 | 2025-02-21T07:47:18.554Z | Done (0.001s) |
| 217 | 2025-02-21T07:47:19.159Z | Done (0.605s) |
| 218 | 2025-02-21T07:47:23.819Z | Done (4.424s) |
| 219 | 2025-02-21T07:47:23.910Z | Done (0.018s) |
| 220 | 2025-02-21T07:47:23.914Z | Done (0.000s) |
| 221 | 2025-02-21T07:47:24.074Z | Done (0.000s) |
| 222 | 2025-02-21T07:47:24.821Z | Planning: Evaluating mediator changes ... Done |
| 223 | 2025-02-21T07:47:24.987Z | Planning: Checking for conflicting actions ... Done |
| 224 | 2025-02-21T07:47:24.991Z | Planning: Consolidating action changes ... Done |
| 225 | 2025-02-21T07:47:25.267Z | Planning: Evaluating mediators ... Done |
| 226 | 2025-02-21T07:47:25.269Z | Planning: Planning completed in 0.45 seconds |
| 227 | 2025-02-21T07:47:25.306Z | Mediators to change: 2 |
| 228 | 2025-02-21T07:47:25.306Z | Create boot environment: No |
| 229 | 2025-02-21T07:47:25.309Z | Create backup boot environment: No |
| 230 | 2025-02-21T07:47:25.390Z | Done |
| 231 | 2025-02-21T07:47:25.390Z | Done |
| 232 | 2025-02-21T07:47:25.780Z | Done |
| 233 | 2025-02-21T07:47:29.673Z | Done |
| 234 | 2025-02-21T07:47:29.769Z | Done |
| 235 | 2025-02-21T07:47:29.772Z | Done |
| 236 | 2025-02-21T07:47:29.914Z | Done |
| 237 | 2025-02-21T07:47:30.546Z | Planning: Evaluating mediator changes ... Done |
| 238 | 2025-02-21T07:47:30.548Z | Planning: Merging actions ... Done |
| 239 | 2025-02-21T07:47:30.745Z | Planning: Checking for conflicting actions ... Done |
| 240 | 2025-02-21T07:47:30.747Z | Planning: Consolidating action changes ... Done |
| 241 | 2025-02-21T07:47:31.021Z | Planning: Evaluating mediators ... Done |
| 242 | 2025-02-21T07:47:31.077Z | Planning: Planning completed in 0.78 seconds |
| 243 | 2025-02-21T07:47:31.120Z | Packages to change: 1 |
| 244 | 2025-02-21T07:47:31.120Z | Mediators to change: 1 |
| 245 | 2025-02-21T07:47:31.121Z | Services to change: 1 |
| 246 | 2025-02-21T07:47:31.121Z | Create boot environment: No |
| 247 | 2025-02-21T07:47:31.125Z | Create backup boot environment: Yes |
| 248 | 2025-02-21T07:47:33.267Z | Actions: 1/6 actions (Updating modified actions) |
| 249 | 2025-02-21T07:47:33.270Z | Actions: Completed 6 actions in 0.00 seconds. |
| 250 | 2025-02-21T07:47:33.270Z | Done |
| 251 | 2025-02-21T07:47:33.270Z | Done |
| 252 | 2025-02-21T07:47:33.394Z | Done |
| 253 | 2025-02-21T07:47:37.284Z | Done |
| 254 | 2025-02-21T07:47:37.380Z | Done |
| 255 | 2025-02-21T07:47:37.384Z | Done |
| 256 | 2025-02-21T07:47:37.519Z | Done |
| 257 | 2025-02-21T07:47:37.975Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 258 | 2025-02-21T07:47:37.975Z | clang system 15 system |
| 259 | 2025-02-21T07:47:37.975Z | csh system system illumos |
| 260 | 2025-02-21T07:47:37.975Z | ctags system system illumos |
| 261 | 2025-02-21T07:47:37.975Z | gcc vendor 12 vendor |
| 262 | 2025-02-21T07:47:37.975Z | gcc system 10 system |
| 263 | 2025-02-21T07:47:37.975Z | gcc system 7 system |
| 264 | 2025-02-21T07:47:37.975Z | go system 1.20 system |
| 265 | 2025-02-21T07:47:37.975Z | go system 1.19 system |
| 266 | 2025-02-21T07:47:37.975Z | llvm system 15 system |
| 267 | 2025-02-21T07:47:37.975Z | llvm system 14 system |
| 268 | 2025-02-21T07:47:37.975Z | mariadb system 10.6 system |
| 269 | 2025-02-21T07:47:37.976Z | mta vendor vendor dma |
| 270 | 2025-02-21T07:47:37.976Z | openjdk system 17 system |
| 271 | 2025-02-21T07:47:37.976Z | openjdk system 11 system |
| 272 | 2025-02-21T07:47:37.976Z | openjdk system 1.8 system |
| 273 | 2025-02-21T07:47:37.976Z | openssl vendor 3 vendor |
| 274 | 2025-02-21T07:47:37.976Z | perl system 5.36 system |
| 275 | 2025-02-21T07:47:37.976Z | postgresql system 15 system |
| 276 | 2025-02-21T07:47:37.976Z | postgresql system 13 system |
| 277 | 2025-02-21T07:47:37.976Z | python vendor 3 vendor |
| 278 | 2025-02-21T07:47:37.976Z | python system 2 system |
| 279 | 2025-02-21T07:47:37.976Z | python3 system 3.11 system |
| 280 | 2025-02-21T07:47:37.976Z | ruby system 3.0 system |
| 281 | 2025-02-21T07:47:37.976Z | words vendor vendor american-english |
| 282 | 2025-02-21T07:47:37.976Z | words system system australian-english |
| 283 | 2025-02-21T07:47:37.976Z | words system system british-english |
| 284 | 2025-02-21T07:47:37.976Z | words system system canadian-english |
| 285 | 2025-02-21T07:47:37.976Z | words system system french |
| 286 | 2025-02-21T07:47:37.976Z | words system system italian |
| 287 | 2025-02-21T07:47:37.976Z | words system system ngerman |
| 288 | 2025-02-21T07:47:37.976Z | words system system ogerman |
| 289 | 2025-02-21T07:47:37.976Z | words system system spanish |
| 290 | 2025-02-21T07:47:38.322Z | PUBLISHER TYPE STATUS P LOCATION |
| 291 | 2025-02-21T07:47:38.322Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 292 | 2025-02-21T07:47:41.309Z | FMRI IFO |
| 293 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 294 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 295 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 296 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 297 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 298 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 299 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 300 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 301 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 302 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 303 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 304 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 305 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 306 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 307 | 2025-02-21T07:47:41.309Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 308 | 2025-02-21T07:47:42.127Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 309 | 2025-02-21T07:47:42.395Z | Updating crates.io index |
| 310 | 2025-02-21T07:47:42.466Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 311 | 2025-02-21T07:47:42.943Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 312 | 2025-02-21T07:47:43.151Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 313 | 2025-02-21T07:47:43.371Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 314 | 2025-02-21T07:47:44.397Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 315 | 2025-02-21T07:47:46.045Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 316 | 2025-02-21T07:47:46.757Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 317 | 2025-02-21T07:47:47.389Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 318 | 2025-02-21T07:47:47.625Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 319 | 2025-02-21T07:47:47.910Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 320 | 2025-02-21T07:47:48.541Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 321 | 2025-02-21T07:47:48.814Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 322 | 2025-02-21T07:47:49.103Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 323 | 2025-02-21T07:47:49.331Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 324 | 2025-02-21T07:47:49.544Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 325 | 2025-02-21T07:47:49.761Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 326 | 2025-02-21T07:47:50.042Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 327 | 2025-02-21T07:47:50.321Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 328 | 2025-02-21T07:47:50.611Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 329 | 2025-02-21T07:47:50.904Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 330 | 2025-02-21T07:47:51.253Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 331 | 2025-02-21T07:47:51.520Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 332 | 2025-02-21T07:47:52.048Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 333 | 2025-02-21T07:47:52.343Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 334 | 2025-02-21T07:47:52.763Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 335 | 2025-02-21T07:47:53.139Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 336 | 2025-02-21T07:47:53.427Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 337 | 2025-02-21T07:47:53.666Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 338 | 2025-02-21T07:47:53.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 339 | 2025-02-21T07:47:55.052Z | Downloading crates ... |
| 340 | 2025-02-21T07:47:55.121Z | Downloaded anstyle v1.0.10 |
| 341 | 2025-02-21T07:47:55.124Z | Downloaded anstyle-parse v0.2.5 |
| 342 | 2025-02-21T07:47:55.127Z | Downloaded anstream v0.6.15 |
| 343 | 2025-02-21T07:47:55.146Z | Downloaded scroll_derive v0.12.0 |
| 344 | 2025-02-21T07:47:55.150Z | Downloaded dtrace-parser v0.2.0 |
| 345 | 2025-02-21T07:47:55.164Z | Downloaded pretty-hex v0.4.1 |
| 346 | 2025-02-21T07:47:55.170Z | Downloaded equivalent v1.0.1 |
| 347 | 2025-02-21T07:47:55.170Z | Downloaded usdt-macro v0.5.0 |
| 348 | 2025-02-21T07:47:55.170Z | Downloaded fnv v1.0.7 |
| 349 | 2025-02-21T07:47:55.170Z | Downloaded fastrand v2.1.1 |
| 350 | 2025-02-21T07:47:55.170Z | Downloaded memmap v0.7.0 |
| 351 | 2025-02-21T07:47:55.170Z | Downloaded usdt-attr-macro v0.5.0 |
| 352 | 2025-02-21T07:47:55.170Z | Downloaded swrite v0.1.0 |
| 353 | 2025-02-21T07:47:55.170Z | Downloaded generic-array v0.14.7 |
| 354 | 2025-02-21T07:47:55.174Z | Downloaded byteorder v1.5.0 |
| 355 | 2025-02-21T07:47:55.181Z | Downloaded itoa v1.0.11 |
| 356 | 2025-02-21T07:47:55.184Z | Downloaded digest v0.10.7 |
| 357 | 2025-02-21T07:47:55.184Z | Downloaded cpufeatures v0.2.14 |
| 358 | 2025-02-21T07:47:55.186Z | Downloaded clap_lex v0.7.4 |
| 359 | 2025-02-21T07:47:55.186Z | Downloaded bytecount v0.6.8 |
| 360 | 2025-02-21T07:47:55.191Z | Downloaded plain v0.2.3 |
| 361 | 2025-02-21T07:47:55.191Z | Downloaded heck v0.5.0 |
| 362 | 2025-02-21T07:47:55.194Z | Downloaded autocfg v1.4.0 |
| 363 | 2025-02-21T07:47:55.194Z | Downloaded cargo-platform v0.1.8 |
| 364 | 2025-02-21T07:47:55.198Z | Downloaded thiserror-impl v1.0.69 |
| 365 | 2025-02-21T07:47:55.198Z | Downloaded pest_generator v2.7.14 |
| 366 | 2025-02-21T07:47:55.198Z | Downloaded anstyle-query v1.1.1 |
| 367 | 2025-02-21T07:47:55.201Z | Downloaded is_terminal_polyfill v1.70.1 |
| 368 | 2025-02-21T07:47:55.201Z | Downloaded macaddr v1.0.1 |
| 369 | 2025-02-21T07:47:55.201Z | Downloaded errno v0.3.9 |
| 370 | 2025-02-21T07:47:55.204Z | Downloaded heck v0.4.1 |
| 371 | 2025-02-21T07:47:55.204Z | Downloaded thiserror v1.0.69 |
| 372 | 2025-02-21T07:47:55.207Z | Downloaded smawk v0.3.2 |
| 373 | 2025-02-21T07:47:55.210Z | Downloaded serde_spanned v0.6.8 |
| 374 | 2025-02-21T07:47:55.210Z | Downloaded proc-macro-error-attr v1.0.4 |
| 375 | 2025-02-21T07:47:55.212Z | Downloaded crypto-common v0.1.6 |
| 376 | 2025-02-21T07:47:55.212Z | Downloaded block-buffer v0.10.4 |
| 377 | 2025-02-21T07:47:55.212Z | Downloaded colorchoice v1.0.2 |
| 378 | 2025-02-21T07:47:55.215Z | Downloaded cfg-if v1.0.0 |
| 379 | 2025-02-21T07:47:55.215Z | Downloaded camino-tempfile v1.1.1 |
| 380 | 2025-02-21T07:47:55.222Z | Downloaded toml_datetime v0.6.8 |
| 381 | 2025-02-21T07:47:55.225Z | Downloaded unicode-linebreak v0.1.5 |
| 382 | 2025-02-21T07:47:55.229Z | Downloaded thread-id v4.2.2 |
| 383 | 2025-02-21T07:47:55.233Z | Downloaded tabled_derive v0.7.0 |
| 384 | 2025-02-21T07:47:55.235Z | Downloaded strsim v0.11.1 |
| 385 | 2025-02-21T07:47:55.235Z | Downloaded dof v0.3.0 |
| 386 | 2025-02-21T07:47:55.238Z | Downloaded utf8parse v0.2.2 |
| 387 | 2025-02-21T07:47:55.240Z | Downloaded cargo_toml v0.20.5 |
| 388 | 2025-02-21T07:47:55.240Z | Downloaded usdt v0.5.0 |
| 389 | 2025-02-21T07:47:55.243Z | Downloaded terminal_size v0.4.0 |
| 390 | 2025-02-21T07:47:55.243Z | Downloaded cargo_metadata v0.18.1 |
| 391 | 2025-02-21T07:47:55.246Z | Downloaded serde_tokenstream v0.2.2 |
| 392 | 2025-02-21T07:47:55.248Z | Downloaded proc-macro-error v1.0.4 |
| 393 | 2025-02-21T07:47:55.251Z | Downloaded version_check v0.9.5 |
| 394 | 2025-02-21T07:47:55.251Z | Downloaded quote v1.0.38 |
| 395 | 2025-02-21T07:47:55.254Z | Downloaded pest_derive v2.7.14 |
| 396 | 2025-02-21T07:47:55.257Z | Downloaded camino v1.1.9 |
| 397 | 2025-02-21T07:47:55.261Z | Downloaded once_cell v1.20.2 |
| 398 | 2025-02-21T07:47:55.264Z | Downloaded usdt-impl v0.5.0 |
| 399 | 2025-02-21T07:47:55.264Z | Downloaded tempfile v3.13.0 |
| 400 | 2025-02-21T07:47:55.267Z | Downloaded zerocopy-derive v0.7.35 |
| 401 | 2025-02-21T07:47:55.270Z | Downloaded sha2 v0.10.8 |
| 402 | 2025-02-21T07:47:55.273Z | Downloaded scroll v0.12.0 |
| 403 | 2025-02-21T07:47:55.273Z | Downloaded papergrid v0.11.0 |
| 404 | 2025-02-21T07:47:55.277Z | Downloaded log v0.4.22 |
| 405 | 2025-02-21T07:47:55.280Z | Downloaded clap_derive v4.5.24 |
| 406 | 2025-02-21T07:47:55.283Z | Downloaded fs-err v2.11.0 |
| 407 | 2025-02-21T07:47:55.285Z | Downloaded pest_meta v2.7.14 |
| 408 | 2025-02-21T07:47:55.290Z | Downloaded ryu v1.0.18 |
| 409 | 2025-02-21T07:47:55.294Z | Downloaded textwrap v0.16.1 |
| 410 | 2025-02-21T07:47:55.298Z | Downloaded proc-macro2 v1.0.92 |
| 411 | 2025-02-21T07:47:55.300Z | Downloaded unicode-ident v1.0.14 |
| 412 | 2025-02-21T07:47:55.303Z | Downloaded ucd-trie v0.1.7 |
| 413 | 2025-02-21T07:47:55.305Z | Downloaded semver v1.0.24 |
| 414 | 2025-02-21T07:47:55.308Z | Downloaded clap v4.5.27 |
| 415 | 2025-02-21T07:47:55.316Z | Downloaded typenum v1.17.0 |
| 416 | 2025-02-21T07:47:55.319Z | Downloaded serde_derive v1.0.217 |
| 417 | 2025-02-21T07:47:55.322Z | Downloaded toml v0.8.19 |
| 418 | 2025-02-21T07:47:55.326Z | Downloaded bitflags v2.6.0 |
| 419 | 2025-02-21T07:47:55.329Z | Downloaded indexmap v2.7.1 |
| 420 | 2025-02-21T07:47:55.334Z | Downloaded anyhow v1.0.95 |
| 421 | 2025-02-21T07:47:55.351Z | Downloaded toml_edit v0.22.22 |
| 422 | 2025-02-21T07:47:55.371Z | Downloaded serde v1.0.217 |
| 423 | 2025-02-21T07:47:55.373Z | Downloaded memchr v2.7.4 |
| 424 | 2025-02-21T07:47:55.391Z | Downloaded pest v2.7.14 |
| 425 | 2025-02-21T07:47:55.397Z | Downloaded hashbrown v0.15.1 |
| 426 | 2025-02-21T07:47:55.408Z | Downloaded zerocopy v0.7.35 |
| 427 | 2025-02-21T07:47:55.422Z | Downloaded winnow v0.6.20 |
| 428 | 2025-02-21T07:47:55.430Z | Downloaded clap_builder v4.5.27 |
| 429 | 2025-02-21T07:47:55.436Z | Downloaded serde_json v1.0.135 |
| 430 | 2025-02-21T07:47:55.442Z | Downloaded goblin v0.8.2 |
| 431 | 2025-02-21T07:47:55.448Z | Downloaded tabled v0.15.0 |
| 432 | 2025-02-21T07:47:55.462Z | Downloaded syn v1.0.109 |
| 433 | 2025-02-21T07:47:55.476Z | Downloaded unicode-width v0.1.14 |
| 434 | 2025-02-21T07:47:55.481Z | Downloaded syn v2.0.96 |
| 435 | 2025-02-21T07:47:55.492Z | Downloaded rustix v0.38.37 |
| 436 | 2025-02-21T07:47:55.521Z | Downloaded libc v0.2.169 |
| 437 | 2025-02-21T07:47:55.800Z | Compiling proc-macro2 v1.0.92 |
| 438 | 2025-02-21T07:47:55.800Z | Compiling unicode-ident v1.0.14 |
| 439 | 2025-02-21T07:47:55.800Z | Compiling version_check v0.9.5 |
| 440 | 2025-02-21T07:47:55.803Z | Compiling serde v1.0.217 |
| 441 | 2025-02-21T07:47:55.803Z | Compiling thiserror v1.0.69 |
| 442 | 2025-02-21T07:47:55.803Z | Compiling memchr v2.7.4 |
| 443 | 2025-02-21T07:47:55.803Z | Compiling libc v0.2.169 |
| 444 | 2025-02-21T07:47:55.836Z | Compiling itoa v1.0.11 |
| 445 | 2025-02-21T07:47:56.129Z | Compiling ucd-trie v0.1.7 |
| 446 | 2025-02-21T07:47:56.208Z | Compiling ryu v1.0.18 |
| 447 | 2025-02-21T07:47:56.592Z | Compiling once_cell v1.20.2 |
| 448 | 2025-02-21T07:47:56.595Z | Compiling byteorder v1.5.0 |
| 449 | 2025-02-21T07:47:56.635Z | Compiling rustix v0.38.37 |
| 450 | 2025-02-21T07:47:56.837Z | Compiling serde_json v1.0.135 |
| 451 | 2025-02-21T07:47:57.152Z | Compiling bitflags v2.6.0 |
| 452 | 2025-02-21T07:47:57.204Z | Compiling proc-macro-error-attr v1.0.4 |
| 453 | 2025-02-21T07:47:57.295Z | Compiling usdt-impl v0.5.0 |
| 454 | 2025-02-21T07:47:57.403Z | Compiling syn v1.0.109 |
| 455 | 2025-02-21T07:47:57.435Z | Compiling proc-macro-error v1.0.4 |
| 456 | 2025-02-21T07:47:57.593Z | Compiling plain v0.2.3 |
| 457 | 2025-02-21T07:47:57.634Z | Compiling utf8parse v0.2.2 |
| 458 | 2025-02-21T07:47:57.691Z | Compiling quote v1.0.38 |
| 459 | 2025-02-21T07:47:57.738Z | Compiling errno v0.3.9 |
| 460 | 2025-02-21T07:47:57.822Z | Compiling equivalent v1.0.1 |
| 461 | 2025-02-21T07:47:57.912Z | Compiling hashbrown v0.15.1 |
| 462 | 2025-02-21T07:47:57.952Z | Compiling camino v1.1.9 |
| 463 | 2025-02-21T07:47:58.021Z | Compiling log v0.4.22 |
| 464 | 2025-02-21T07:47:58.071Z | Compiling syn v2.0.96 |
| 465 | 2025-02-21T07:47:58.502Z | Compiling thread-id v4.2.2 |
| 466 | 2025-02-21T07:47:58.560Z | Compiling anstyle-parse v0.2.5 |
| 467 | 2025-02-21T07:47:58.666Z | Compiling colorchoice v1.0.2 |
| 468 | 2025-02-21T07:47:58.856Z | Compiling is_terminal_polyfill v1.70.1 |
| 469 | 2025-02-21T07:47:58.884Z | Compiling anstyle-query v1.1.1 |
| 470 | 2025-02-21T07:47:59.010Z | Compiling indexmap v2.7.1 |
| 471 | 2025-02-21T07:47:59.034Z | Compiling anstyle v1.0.10 |
| 472 | 2025-02-21T07:47:59.059Z | Compiling autocfg v1.4.0 |
| 473 | 2025-02-21T07:47:59.085Z | Compiling semver v1.0.24 |
| 474 | 2025-02-21T07:47:59.150Z | Compiling unicode-width v0.1.14 |
| 475 | 2025-02-21T07:47:59.450Z | Compiling pretty-hex v0.4.1 |
| 476 | 2025-02-21T07:47:59.605Z | Compiling winnow v0.6.20 |
| 477 | 2025-02-21T07:47:59.697Z | Compiling anstream v0.6.15 |
| 478 | 2025-02-21T07:47:59.941Z | Compiling terminal_size v0.4.0 |
| 479 | 2025-02-21T07:47:59.973Z | Compiling fs-err v2.11.0 |
| 480 | 2025-02-21T07:48:00.305Z | Compiling heck v0.4.1 |
| 481 | 2025-02-21T07:48:00.308Z | Compiling clap_lex v0.7.4 |
| 482 | 2025-02-21T07:48:00.308Z | Compiling fnv v1.0.7 |
| 483 | 2025-02-21T07:48:00.370Z | Compiling anyhow v1.0.95 |
| 484 | 2025-02-21T07:48:00.495Z | Compiling heck v0.5.0 |
| 485 | 2025-02-21T07:48:00.518Z | Compiling strsim v0.11.1 |
| 486 | 2025-02-21T07:48:00.729Z | Compiling fastrand v2.1.1 |
| 487 | 2025-02-21T07:48:01.016Z | Compiling bytecount v0.6.8 |
| 488 | 2025-02-21T07:48:01.136Z | Compiling cfg-if v1.0.0 |
| 489 | 2025-02-21T07:48:01.244Z | Compiling tempfile v3.13.0 |
| 490 | 2025-02-21T07:48:01.248Z | Compiling papergrid v0.11.0 |
| 491 | 2025-02-21T07:48:01.293Z | Compiling clap_builder v4.5.27 |
| 492 | 2025-02-21T07:48:01.668Z | Compiling memmap v0.7.0 |
| 493 | 2025-02-21T07:48:01.727Z | Compiling smawk v0.3.2 |
| 494 | 2025-02-21T07:48:01.971Z | Compiling unicode-linebreak v0.1.5 |
| 495 | 2025-02-21T07:48:02.534Z | Compiling textwrap v0.16.1 |
| 496 | 2025-02-21T07:48:02.580Z | Compiling swrite v0.1.0 |
| 497 | 2025-02-21T07:48:03.127Z | Compiling tabled_derive v0.7.0 |
| 498 | 2025-02-21T07:48:04.457Z | Compiling tabled v0.15.0 |
| 499 | 2025-02-21T07:48:04.963Z | Compiling serde_derive v1.0.217 |
| 500 | 2025-02-21T07:48:04.963Z | Compiling thiserror-impl v1.0.69 |
| 501 | 2025-02-21T07:48:04.968Z | Compiling zerocopy-derive v0.7.35 |
| 502 | 2025-02-21T07:48:04.968Z | Compiling scroll_derive v0.12.0 |
| 503 | 2025-02-21T07:48:05.165Z | Compiling clap_derive v4.5.24 |
| 504 | 2025-02-21T07:48:06.336Z | Compiling scroll v0.12.0 |
| 505 | 2025-02-21T07:48:06.894Z | Compiling goblin v0.8.2 |
| 506 | 2025-02-21T07:48:07.026Z | Compiling zerocopy v0.7.35 |
| 507 | 2025-02-21T07:48:07.728Z | Compiling pest v2.7.14 |
| 508 | 2025-02-21T07:48:08.595Z | Compiling clap v4.5.27 |
| 509 | 2025-02-21T07:48:09.912Z | Compiling pest_meta v2.7.14 |
| 510 | 2025-02-21T07:48:10.826Z | Compiling pest_generator v2.7.14 |
| 511 | 2025-02-21T07:48:12.135Z | Compiling pest_derive v2.7.14 |
| 512 | 2025-02-21T07:48:12.856Z | Compiling dtrace-parser v0.2.0 |
| 513 | 2025-02-21T07:48:13.624Z | Compiling serde_spanned v0.6.8 |
| 514 | 2025-02-21T07:48:13.624Z | Compiling toml_datetime v0.6.8 |
| 515 | 2025-02-21T07:48:13.682Z | Compiling cargo-platform v0.1.8 |
| 516 | 2025-02-21T07:48:13.985Z | Compiling serde_tokenstream v0.2.2 |
| 517 | 2025-02-21T07:48:14.019Z | Compiling toml_edit v0.22.22 |
| 518 | 2025-02-21T07:48:14.103Z | Compiling macaddr v1.0.1 |
| 519 | 2025-02-21T07:48:14.233Z | Compiling camino-tempfile v1.1.1 |
| 520 | 2025-02-21T07:48:15.021Z | Compiling dof v0.3.0 |
| 521 | 2025-02-21T07:48:15.022Z | Compiling cargo_metadata v0.18.1 |
| 522 | 2025-02-21T07:48:16.625Z | Compiling usdt-macro v0.5.0 |
| 523 | 2025-02-21T07:48:16.627Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2025-02-21T07:48:16.764Z | Compiling toml v0.8.19 |
| 525 | 2025-02-21T07:48:17.631Z | Compiling cargo_toml v0.20.5 |
| 526 | 2025-02-21T07:48:17.925Z | Compiling usdt v0.5.0 |
| 527 | 2025-02-21T07:48:20.293Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 528 | 2025-02-21T07:48:23.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.60s |
| 529 | 2025-02-21T07:48:23.732Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 530 | 2025-02-21T07:48:24.294Z | Downloading crates ... |
| 531 | 2025-02-21T07:48:24.415Z | Downloaded aead v0.5.2 |
| 532 | 2025-02-21T07:48:24.418Z | Downloaded addr2line v0.24.2 |
| 533 | 2025-02-21T07:48:24.421Z | Downloaded adler2 v2.0.0 |
| 534 | 2025-02-21T07:48:24.424Z | Downloaded async-stream-impl v0.3.6 |
| 535 | 2025-02-21T07:48:24.433Z | Downloaded ciborium-io v0.2.2 |
| 536 | 2025-02-21T07:48:24.436Z | Downloaded cstr-argument v0.1.2 |
| 537 | 2025-02-21T07:48:24.439Z | Downloaded cfg_aliases v0.2.1 |
| 538 | 2025-02-21T07:48:24.443Z | Downloaded cfg_aliases v0.1.1 |
| 539 | 2025-02-21T07:48:24.446Z | Downloaded hex v0.4.3 |
| 540 | 2025-02-21T07:48:24.451Z | Downloaded atomicwrites v0.4.4 |
| 541 | 2025-02-21T07:48:24.455Z | Downloaded http-body v1.0.1 |
| 542 | 2025-02-21T07:48:24.458Z | Downloaded crucible-workspace-hack v0.1.0 |
| 543 | 2025-02-21T07:48:24.458Z | Downloaded atty v0.2.14 |
| 544 | 2025-02-21T07:48:24.460Z | Downloaded assert_matches v1.5.0 |
| 545 | 2025-02-21T07:48:24.460Z | Downloaded headers-core v0.3.0 |
| 546 | 2025-02-21T07:48:24.463Z | Downloaded castaway v0.2.3 |
| 547 | 2025-02-21T07:48:24.466Z | Downloaded match_cfg v0.1.0 |
| 548 | 2025-02-21T07:48:24.468Z | Downloaded crc-catalog v2.4.0 |
| 549 | 2025-02-21T07:48:24.468Z | Downloaded chrono-tz-build v0.4.0 |
| 550 | 2025-02-21T07:48:24.471Z | Downloaded arrayref v0.3.9 |
| 551 | 2025-02-21T07:48:24.471Z | Downloaded ident_case v1.0.1 |
| 552 | 2025-02-21T07:48:24.471Z | Downloaded block-padding v0.3.3 |
| 553 | 2025-02-21T07:48:24.473Z | Downloaded icu_provider_macros v1.5.0 |
| 554 | 2025-02-21T07:48:24.473Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 555 | 2025-02-21T07:48:24.475Z | Downloaded hubpack_derive v0.1.1 |
| 556 | 2025-02-21T07:48:24.475Z | Downloaded ciborium-ll v0.2.2 |
| 557 | 2025-02-21T07:48:24.478Z | Downloaded bb8 v0.8.5 |
| 558 | 2025-02-21T07:48:24.478Z | Downloaded base16ct v0.2.0 |
| 559 | 2025-02-21T07:48:24.480Z | Downloaded aes v0.8.4 |
| 560 | 2025-02-21T07:48:24.483Z | Downloaded mirai-annotations v1.12.0 |
| 561 | 2025-02-21T07:48:24.486Z | Downloaded is_ci v1.2.0 |
| 562 | 2025-02-21T07:48:24.486Z | Downloaded instant v0.1.13 |
| 563 | 2025-02-21T07:48:24.489Z | Downloaded crunchy v0.2.2 |
| 564 | 2025-02-21T07:48:24.489Z | Downloaded bit-vec v0.6.3 |
| 565 | 2025-02-21T07:48:24.492Z | Downloaded arrayvec v0.7.6 |
| 566 | 2025-02-21T07:48:24.492Z | Downloaded httpdate v1.0.3 |
| 567 | 2025-02-21T07:48:24.495Z | Downloaded buf-list v1.0.3 |
| 568 | 2025-02-21T07:48:24.499Z | Downloaded async-recursion v1.1.1 |
| 569 | 2025-02-21T07:48:24.502Z | Downloaded indoc v2.0.5 |
| 570 | 2025-02-21T07:48:24.505Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 571 | 2025-02-21T07:48:24.505Z | Downloaded md5 v0.7.0 |
| 572 | 2025-02-21T07:48:24.507Z | Downloaded constant_time_eq v0.3.1 |
| 573 | 2025-02-21T07:48:24.507Z | Downloaded bitflags v1.3.2 |
| 574 | 2025-02-21T07:48:24.511Z | Downloaded bit-set v0.5.3 |
| 575 | 2025-02-21T07:48:24.515Z | Downloaded array-init v0.0.4 |
| 576 | 2025-02-21T07:48:24.515Z | Downloaded cobs v0.2.3 |
| 577 | 2025-02-21T07:48:24.515Z | Downloaded cexpr v0.6.0 |
| 578 | 2025-02-21T07:48:24.518Z | Downloaded bitfield v0.14.0 |
| 579 | 2025-02-21T07:48:24.518Z | Downloaded humantime v2.1.0 |
| 580 | 2025-02-21T07:48:24.521Z | Downloaded ctr v0.9.2 |
| 581 | 2025-02-21T07:48:24.523Z | Downloaded lazycell v1.3.0 |
| 582 | 2025-02-21T07:48:24.523Z | Downloaded hex-literal v0.4.1 |
| 583 | 2025-02-21T07:48:24.526Z | Downloaded console v0.15.10 |
| 584 | 2025-02-21T07:48:24.529Z | Downloaded linked-hash-map v0.5.6 |
| 585 | 2025-02-21T07:48:24.529Z | Downloaded inout v0.1.3 |
| 586 | 2025-02-21T07:48:24.532Z | Downloaded hostname v0.4.0 |
| 587 | 2025-02-21T07:48:24.532Z | Downloaded bcs v0.1.6 |
| 588 | 2025-02-21T07:48:24.535Z | Downloaded kstat-rs v0.2.4 |
| 589 | 2025-02-21T07:48:24.537Z | Downloaded lru v0.12.5 |
| 590 | 2025-02-21T07:48:24.537Z | Downloaded ascii-canvas v3.0.0 |
| 591 | 2025-02-21T07:48:24.540Z | Downloaded memoffset v0.9.1 |
| 592 | 2025-02-21T07:48:24.542Z | Downloaded maybe-uninit v2.0.0 |
| 593 | 2025-02-21T07:48:24.542Z | Downloaded cmake v0.1.51 |
| 594 | 2025-02-21T07:48:24.545Z | Downloaded managed v0.8.0 |
| 595 | 2025-02-21T07:48:24.545Z | Downloaded ipnetwork v0.21.1 |
| 596 | 2025-02-21T07:48:24.548Z | Downloaded mime v0.3.17 |
| 597 | 2025-02-21T07:48:24.550Z | Downloaded md-5 v0.10.6 |
| 598 | 2025-02-21T07:48:24.553Z | Downloaded crossbeam-deque v0.8.5 |
| 599 | 2025-02-21T07:48:24.553Z | Downloaded lru-cache v0.1.2 |
| 600 | 2025-02-21T07:48:24.556Z | Downloaded linear-map v1.2.0 |
| 601 | 2025-02-21T07:48:24.556Z | Downloaded is-terminal v0.4.13 |
| 602 | 2025-02-21T07:48:24.558Z | Downloaded ciborium v0.2.2 |
| 603 | 2025-02-21T07:48:24.560Z | Downloaded sqlparser_derive v0.2.2 |
| 604 | 2025-02-21T07:48:24.560Z | Downloaded russh-cryptovec v0.7.3 |
| 605 | 2025-02-21T07:48:24.563Z | Downloaded atomic-waker v1.1.2 |
| 606 | 2025-02-21T07:48:24.563Z | Downloaded lazy_static v1.5.0 |
| 607 | 2025-02-21T07:48:24.566Z | Downloaded take_mut v0.2.2 |
| 608 | 2025-02-21T07:48:24.566Z | Downloaded serde-big-array v0.5.1 |
| 609 | 2025-02-21T07:48:24.569Z | Downloaded progenitor v0.8.0 |
| 610 | 2025-02-21T07:48:24.571Z | Downloaded crc32fast v1.4.2 |
| 611 | 2025-02-21T07:48:24.575Z | Downloaded argon2 v0.5.3 |
| 612 | 2025-02-21T07:48:24.575Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 613 | 2025-02-21T07:48:24.578Z | Downloaded libefi-sys v0.1.0 |
| 614 | 2025-02-21T07:48:24.582Z | Downloaded maplit v1.0.2 |
| 615 | 2025-02-21T07:48:24.582Z | Downloaded crossbeam-epoch v0.9.18 |
| 616 | 2025-02-21T07:48:24.584Z | Downloaded rand_xorshift v0.3.0 |
| 617 | 2025-02-21T07:48:24.584Z | Downloaded httparse v1.9.5 |
| 618 | 2025-02-21T07:48:24.587Z | Downloaded proc-macro-crate v1.3.1 |
| 619 | 2025-02-21T07:48:24.591Z | Downloaded iana-time-zone v0.1.61 |
| 620 | 2025-02-21T07:48:24.594Z | Downloaded want v0.3.1 |
| 621 | 2025-02-21T07:48:24.594Z | Downloaded waitgroup v0.1.2 |
| 622 | 2025-02-21T07:48:24.594Z | Downloaded libloading v0.8.5 |
| 623 | 2025-02-21T07:48:24.597Z | Downloaded rpassword v7.3.1 |
| 624 | 2025-02-21T07:48:24.597Z | Downloaded lock_api v0.4.12 |
| 625 | 2025-02-21T07:48:24.601Z | Downloaded crc v3.2.1 |
| 626 | 2025-02-21T07:48:24.603Z | Downloaded cookie_store v0.21.1 |
| 627 | 2025-02-21T07:48:24.607Z | Downloaded ahash v0.8.11 |
| 628 | 2025-02-21T07:48:24.610Z | Downloaded libsw v3.3.1 |
| 629 | 2025-02-21T07:48:24.610Z | Downloaded memmap2 v0.9.5 |
| 630 | 2025-02-21T07:48:24.613Z | Downloaded progenitor-macro v0.9.1 |
| 631 | 2025-02-21T07:48:24.613Z | Downloaded csv-core v0.1.11 |
| 632 | 2025-02-21T07:48:24.616Z | Downloaded icu_normalizer_data v1.5.0 |
| 633 | 2025-02-21T07:48:24.618Z | Downloaded slog-json v2.6.1 |
| 634 | 2025-02-21T07:48:24.621Z | Downloaded subtle v2.6.1 |
| 635 | 2025-02-21T07:48:24.621Z | Downloaded downcast v0.11.0 |
| 636 | 2025-02-21T07:48:24.623Z | Downloaded semver v0.1.20 |
| 637 | 2025-02-21T07:48:24.623Z | Downloaded secrecy v0.8.0 |
| 638 | 2025-02-21T07:48:24.626Z | Downloaded foreign-types v0.3.2 |
| 639 | 2025-02-21T07:48:24.626Z | Downloaded chacha20poly1305 v0.10.1 |
| 640 | 2025-02-21T07:48:24.629Z | Downloaded arc-swap v1.7.1 |
| 641 | 2025-02-21T07:48:24.632Z | Downloaded oso-derive v0.27.3 |
| 642 | 2025-02-21T07:48:24.635Z | Downloaded foreign-types v0.5.0 |
| 643 | 2025-02-21T07:48:24.635Z | Downloaded tabwriter v1.4.0 |
| 644 | 2025-02-21T07:48:24.635Z | Downloaded cookie v0.18.1 |
| 645 | 2025-02-21T07:48:24.637Z | Downloaded openssl-probe v0.1.5 |
| 646 | 2025-02-21T07:48:24.641Z | Downloaded peg-runtime v0.8.3 |
| 647 | 2025-02-21T07:48:24.641Z | Downloaded tap v1.0.1 |
| 648 | 2025-02-21T07:48:24.646Z | Downloaded unarray v0.1.4 |
| 649 | 2025-02-21T07:48:24.646Z | Downloaded typify-macro v0.3.0 |
| 650 | 2025-02-21T07:48:24.646Z | Downloaded tokio-native-tls v0.3.1 |
| 651 | 2025-02-21T07:48:24.650Z | Downloaded zone v0.1.8 |
| 652 | 2025-02-21T07:48:24.650Z | Downloaded wait-timeout v0.2.0 |
| 653 | 2025-02-21T07:48:24.650Z | Downloaded unicase v2.7.0 |
| 654 | 2025-02-21T07:48:24.653Z | Downloaded icu_normalizer v1.5.0 |
| 655 | 2025-02-21T07:48:24.655Z | Downloaded const-oid v0.9.6 |
| 656 | 2025-02-21T07:48:24.658Z | Downloaded bytes v1.9.0 |
| 657 | 2025-02-21T07:48:24.660Z | Downloaded icu_provider v1.5.0 |
| 658 | 2025-02-21T07:48:24.663Z | Downloaded allocator-api2 v0.2.18 |
| 659 | 2025-02-21T07:48:24.666Z | Downloaded snafu-derive v0.8.5 |
| 660 | 2025-02-21T07:48:24.668Z | Downloaded embedded-io v0.4.0 |
| 661 | 2025-02-21T07:48:24.671Z | Downloaded futures-io v0.3.31 |
| 662 | 2025-02-21T07:48:24.671Z | Downloaded miniz_oxide v0.8.0 |
| 663 | 2025-02-21T07:48:24.674Z | Downloaded backtrace v0.3.74 |
| 664 | 2025-02-21T07:48:24.678Z | Downloaded progenitor-client v0.8.0 |
| 665 | 2025-02-21T07:48:24.681Z | Downloaded zeroize v1.8.1 |
| 666 | 2025-02-21T07:48:24.681Z | Downloaded hash32 v0.3.1 |
| 667 | 2025-02-21T07:48:24.684Z | Downloaded mockall v0.13.0 |
| 668 | 2025-02-21T07:48:24.689Z | Downloaded sync-ptr v0.1.1 |
| 669 | 2025-02-21T07:48:24.689Z | Downloaded futures-task v0.3.31 |
| 670 | 2025-02-21T07:48:24.692Z | Downloaded futures-sink v0.3.31 |
| 671 | 2025-02-21T07:48:24.692Z | Downloaded typify v0.2.0 |
| 672 | 2025-02-21T07:48:24.692Z | Downloaded toolchain_find v0.4.0 |
| 673 | 2025-02-21T07:48:24.695Z | Downloaded futures-macro v0.3.31 |
| 674 | 2025-02-21T07:48:24.695Z | Downloaded foreign-types-macros v0.2.3 |
| 675 | 2025-02-21T07:48:24.697Z | Downloaded write16 v1.0.0 |
| 676 | 2025-02-21T07:48:24.698Z | Downloaded time-core v0.1.2 |
| 677 | 2025-02-21T07:48:24.698Z | Downloaded fixedbitset v0.4.2 |
| 678 | 2025-02-21T07:48:24.700Z | Downloaded darling v0.20.10 |
| 679 | 2025-02-21T07:48:24.703Z | Downloaded daft-derive v0.1.1 |
| 680 | 2025-02-21T07:48:24.707Z | Downloaded icu_locid v1.5.0 |
| 681 | 2025-02-21T07:48:24.712Z | Downloaded primeorder v0.13.6 |
| 682 | 2025-02-21T07:48:24.718Z | Downloaded pretty-hex v0.2.1 |
| 683 | 2025-02-21T07:48:24.718Z | Downloaded pin-utils v0.1.0 |
| 684 | 2025-02-21T07:48:24.718Z | Downloaded fxhash v0.2.1 |
| 685 | 2025-02-21T07:48:24.718Z | Downloaded icu_properties v1.5.1 |
| 686 | 2025-02-21T07:48:24.721Z | Downloaded newtype_derive v0.1.6 |
| 687 | 2025-02-21T07:48:24.728Z | Downloaded litrs v0.4.1 |
| 688 | 2025-02-21T07:48:24.731Z | Downloaded slog-bunyan v2.5.0 |
| 689 | 2025-02-21T07:48:24.731Z | Downloaded rustc_version v0.1.7 |
| 690 | 2025-02-21T07:48:24.731Z | Downloaded base64 v0.22.1 |
| 691 | 2025-02-21T07:48:24.734Z | Downloaded base64 v0.21.7 |
| 692 | 2025-02-21T07:48:24.737Z | Downloaded sync_wrapper v1.0.1 |
| 693 | 2025-02-21T07:48:24.737Z | Downloaded slog-dtrace v0.3.0 |
| 694 | 2025-02-21T07:48:24.740Z | Downloaded path-slash v0.1.5 |
| 695 | 2025-02-21T07:48:24.740Z | Downloaded bumpalo v3.16.0 |
| 696 | 2025-02-21T07:48:24.743Z | Downloaded tinyvec v1.8.0 |
| 697 | 2025-02-21T07:48:24.747Z | Downloaded password-hash v0.4.2 |
| 698 | 2025-02-21T07:48:24.747Z | Downloaded spki v0.7.3 |
| 699 | 2025-02-21T07:48:24.750Z | Downloaded topological-sort v0.2.2 |
| 700 | 2025-02-21T07:48:24.753Z | Downloaded poly1305 v0.8.0 |
| 701 | 2025-02-21T07:48:24.757Z | Downloaded dsl_auto_type v0.1.2 |
| 702 | 2025-02-21T07:48:24.757Z | Downloaded zone_cfg_derive v0.1.2 |
| 703 | 2025-02-21T07:48:24.761Z | Downloaded heapless v0.8.0 |
| 704 | 2025-02-21T07:48:24.763Z | Downloaded const_format v0.2.34 |
| 705 | 2025-02-21T07:48:24.766Z | Downloaded zerovec-derive v0.10.3 |
| 706 | 2025-02-21T07:48:24.773Z | Downloaded zeroize_derive v1.4.2 |
| 707 | 2025-02-21T07:48:24.773Z | Downloaded zerofrom-derive v0.1.4 |
| 708 | 2025-02-21T07:48:24.776Z | Downloaded gethostname v0.5.0 |
| 709 | 2025-02-21T07:48:24.776Z | Downloaded displaydoc v0.2.5 |
| 710 | 2025-02-21T07:48:24.776Z | Downloaded pem v3.0.4 |
| 711 | 2025-02-21T07:48:24.776Z | Downloaded num-complex v0.4.6 |
| 712 | 2025-02-21T07:48:24.779Z | Downloaded termtree v0.4.1 |
| 713 | 2025-02-21T07:48:24.779Z | Downloaded multer v3.1.0 |
| 714 | 2025-02-21T07:48:24.783Z | Downloaded try-lock v0.2.5 |
| 715 | 2025-02-21T07:48:24.787Z | Downloaded num-iter v0.1.45 |
| 716 | 2025-02-21T07:48:24.787Z | Downloaded pbkdf2 v0.12.2 |
| 717 | 2025-02-21T07:48:24.787Z | Downloaded pbkdf2 v0.11.0 |
| 718 | 2025-02-21T07:48:24.790Z | Downloaded olpc-cjson v0.1.4 |
| 719 | 2025-02-21T07:48:24.790Z | Downloaded newtype-uuid v1.2.1 |
| 720 | 2025-02-21T07:48:24.793Z | Downloaded powerfmt v0.2.0 |
| 721 | 2025-02-21T07:48:24.803Z | Downloaded r2d2 v0.8.10 |
| 722 | 2025-02-21T07:48:24.806Z | Downloaded untrusted v0.9.0 |
| 723 | 2025-02-21T07:48:24.809Z | Downloaded tiny-keccak v2.0.2 |
| 724 | 2025-02-21T07:48:24.812Z | Downloaded indexmap v1.9.3 |
| 725 | 2025-02-21T07:48:24.816Z | Downloaded slog-scope v4.4.0 |
| 726 | 2025-02-21T07:48:24.816Z | Downloaded salsa20 v0.10.2 |
| 727 | 2025-02-21T07:48:24.819Z | Downloaded icu_collections v1.5.0 |
| 728 | 2025-02-21T07:48:24.822Z | Downloaded omicron-zone-package v0.12.0 |
| 729 | 2025-02-21T07:48:24.826Z | Downloaded oxnet v0.1.0 |
| 730 | 2025-02-21T07:48:24.829Z | Downloaded normalize-line-endings v0.3.0 |
| 731 | 2025-02-21T07:48:24.829Z | Downloaded postgres-types v0.2.8 |
| 732 | 2025-02-21T07:48:24.832Z | Downloaded fallible-iterator v0.2.0 |
| 733 | 2025-02-21T07:48:24.834Z | Downloaded unicode-bidi v0.3.17 |
| 734 | 2025-02-21T07:48:24.838Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 735 | 2025-02-21T07:48:24.838Z | Downloaded smallvec v1.13.2 |
| 736 | 2025-02-21T07:48:24.842Z | Downloaded fallible-iterator v0.3.0 |
| 737 | 2025-02-21T07:48:24.842Z | Downloaded spin v0.9.8 |
| 738 | 2025-02-21T07:48:24.844Z | Downloaded hash32 v0.2.1 |
| 739 | 2025-02-21T07:48:24.849Z | Downloaded postgres-protocol v0.6.7 |
| 740 | 2025-02-21T07:48:24.849Z | Downloaded prettyplease v0.2.29 |
| 741 | 2025-02-21T07:48:24.852Z | Downloaded serde_repr v0.1.19 |
| 742 | 2025-02-21T07:48:24.856Z | Downloaded strum v0.26.3 |
| 743 | 2025-02-21T07:48:24.856Z | Downloaded foreign-types-shared v0.3.1 |
| 744 | 2025-02-21T07:48:24.856Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 745 | 2025-02-21T07:48:24.859Z | Downloaded serde_derive_internals v0.29.1 |
| 746 | 2025-02-21T07:48:24.859Z | Downloaded progenitor-macro v0.8.0 |
| 747 | 2025-02-21T07:48:24.859Z | Downloaded oso v0.27.3 |
| 748 | 2025-02-21T07:48:24.862Z | Downloaded enum-as-inner v0.6.1 |
| 749 | 2025-02-21T07:48:24.865Z | Downloaded shell-words v1.1.0 |
| 750 | 2025-02-21T07:48:24.865Z | Downloaded serde-hex v0.1.0 |
| 751 | 2025-02-21T07:48:24.867Z | Downloaded futures-core v0.3.31 |
| 752 | 2025-02-21T07:48:24.870Z | Downloaded dropshot_endpoint v0.15.1 |
| 753 | 2025-02-21T07:48:24.873Z | Downloaded tar v0.4.42 |
| 754 | 2025-02-21T07:48:24.878Z | Downloaded nodrop v0.1.14 |
| 755 | 2025-02-21T07:48:24.878Z | Downloaded futures-executor v0.3.31 |
| 756 | 2025-02-21T07:48:24.878Z | Downloaded hickory-server v0.24.3 |
| 757 | 2025-02-21T07:48:24.883Z | Downloaded env_filter v0.1.2 |
| 758 | 2025-02-21T07:48:24.886Z | Downloaded dropshot_endpoint v0.12.0 |
| 759 | 2025-02-21T07:48:24.889Z | Downloaded phf v0.11.2 |
| 760 | 2025-02-21T07:48:24.892Z | Downloaded packed_struct v0.10.1 |
| 761 | 2025-02-21T07:48:24.892Z | Downloaded uzers v0.12.1 |
| 762 | 2025-02-21T07:48:24.894Z | Downloaded hickory-resolver v0.24.3 |
| 763 | 2025-02-21T07:48:24.899Z | Downloaded rustc-hash v2.0.0 |
| 764 | 2025-02-21T07:48:24.901Z | Downloaded quick-error v1.2.3 |
| 765 | 2025-02-21T07:48:24.904Z | Downloaded polyval v0.6.2 |
| 766 | 2025-02-21T07:48:24.904Z | Downloaded tokio-macros v2.5.0 |
| 767 | 2025-02-21T07:48:24.906Z | Downloaded rayon-core v1.12.1 |
| 768 | 2025-02-21T07:48:24.909Z | Downloaded wyz v0.5.1 |
| 769 | 2025-02-21T07:48:24.911Z | Downloaded smallvec v0.6.14 |
| 770 | 2025-02-21T07:48:24.914Z | Downloaded scrypt v0.11.0 |
| 771 | 2025-02-21T07:48:24.914Z | Downloaded scopeguard v1.2.0 |
| 772 | 2025-02-21T07:48:24.916Z | Downloaded opaque-debug v0.3.1 |
| 773 | 2025-02-21T07:48:24.917Z | Downloaded foreign-types-shared v0.1.1 |
| 774 | 2025-02-21T07:48:24.919Z | Downloaded vsss-rs v3.3.4 |
| 775 | 2025-02-21T07:48:24.923Z | Downloaded rustls-pki-types v1.10.0 |
| 776 | 2025-02-21T07:48:24.925Z | Downloaded phf_shared v0.10.0 |
| 777 | 2025-02-21T07:48:24.925Z | Downloaded precomputed-hash v0.1.1 |
| 778 | 2025-02-21T07:48:24.925Z | Downloaded futures-channel v0.3.31 |
| 779 | 2025-02-21T07:48:24.928Z | Downloaded shlex v1.3.0 |
| 780 | 2025-02-21T07:48:24.932Z | Downloaded pkcs1 v0.7.5 |
| 781 | 2025-02-21T07:48:24.934Z | Downloaded uuid v1.12.0 |
| 782 | 2025-02-21T07:48:24.937Z | Downloaded owo-colors v4.1.0 |
| 783 | 2025-02-21T07:48:24.939Z | Downloaded parse-zoneinfo v0.3.1 |
| 784 | 2025-02-21T07:48:24.943Z | Downloaded dunce v1.0.5 |
| 785 | 2025-02-21T07:48:24.943Z | Downloaded mio v1.0.2 |
| 786 | 2025-02-21T07:48:24.948Z | Downloaded dyn-clone v1.0.17 |
| 787 | 2025-02-21T07:48:24.950Z | Downloaded signal-hook-tokio v0.3.1 |
| 788 | 2025-02-21T07:48:24.953Z | Downloaded predicates-tree v1.0.11 |
| 789 | 2025-02-21T07:48:24.953Z | Downloaded float-ord v0.3.2 |
| 790 | 2025-02-21T07:48:24.956Z | Downloaded tracing-attributes v0.1.27 |
| 791 | 2025-02-21T07:48:24.956Z | Downloaded minimal-lexical v0.2.1 |
| 792 | 2025-02-21T07:48:24.962Z | Downloaded utf16_iter v1.0.5 |
| 793 | 2025-02-21T07:48:24.964Z | Downloaded zone_cfg_derive v0.3.0 |
| 794 | 2025-02-21T07:48:24.964Z | Downloaded aes-gcm v0.10.3 |
| 795 | 2025-02-21T07:48:24.968Z | Downloaded endian-type v0.1.2 |
| 796 | 2025-02-21T07:48:24.970Z | Downloaded parse-display v0.10.0 |
| 797 | 2025-02-21T07:48:24.970Z | Downloaded slog-term v2.9.1 |
| 798 | 2025-02-21T07:48:24.973Z | Downloaded sct v0.7.1 |
| 799 | 2025-02-21T07:48:24.976Z | Downloaded utf8_iter v1.0.4 |
| 800 | 2025-02-21T07:48:24.979Z | Downloaded env_logger v0.10.2 |
| 801 | 2025-02-21T07:48:24.981Z | Downloaded same-file v1.0.6 |
| 802 | 2025-02-21T07:48:24.984Z | Downloaded predicates-core v1.0.8 |
| 803 | 2025-02-21T07:48:24.984Z | Downloaded phf_generator v0.11.2 |
| 804 | 2025-02-21T07:48:24.986Z | Downloaded crossterm v0.28.1 |
| 805 | 2025-02-21T07:48:24.992Z | Downloaded nanorand v0.7.0 |
| 806 | 2025-02-21T07:48:24.995Z | Downloaded ecdsa v0.16.9 |
| 807 | 2025-02-21T07:48:24.997Z | Downloaded pin-project v1.1.6 |
| 808 | 2025-02-21T07:48:25.009Z | Downloaded rand_chacha v0.3.1 |
| 809 | 2025-02-21T07:48:25.011Z | Downloaded thiserror v2.0.11 |
| 810 | 2025-02-21T07:48:25.016Z | Downloaded termios v0.3.3 |
| 811 | 2025-02-21T07:48:25.019Z | Downloaded termcolor v1.4.1 |
| 812 | 2025-02-21T07:48:25.021Z | Downloaded ron v0.8.1 |
| 813 | 2025-02-21T07:48:25.025Z | Downloaded number_prefix v0.4.0 |
| 814 | 2025-02-21T07:48:25.028Z | Downloaded num_threads v0.1.7 |
| 815 | 2025-02-21T07:48:25.028Z | Downloaded derive_builder_macro v0.20.2 |
| 816 | 2025-02-21T07:48:25.031Z | Downloaded strip-ansi-escapes v0.2.0 |
| 817 | 2025-02-21T07:48:25.031Z | Downloaded defmt-parser v0.3.4 |
| 818 | 2025-02-21T07:48:25.035Z | Downloaded nibble_vec v0.1.0 |
| 819 | 2025-02-21T07:48:25.035Z | Downloaded diesel_derives v2.2.3 |
| 820 | 2025-02-21T07:48:25.038Z | Downloaded defmt-macros v0.3.9 |
| 821 | 2025-02-21T07:48:25.041Z | Downloaded predicates v3.1.3 |
| 822 | 2025-02-21T07:48:25.044Z | Downloaded expectorate v1.1.0 |
| 823 | 2025-02-21T07:48:25.047Z | Downloaded percent-encoding v2.3.1 |
| 824 | 2025-02-21T07:48:25.049Z | Downloaded ppv-lite86 v0.2.20 |
| 825 | 2025-02-21T07:48:25.049Z | Downloaded glob v0.3.2 |
| 826 | 2025-02-21T07:48:25.052Z | Downloaded packed_struct_codegen v0.10.1 |
| 827 | 2025-02-21T07:48:25.052Z | Downloaded tungstenite v0.24.0 |
| 828 | 2025-02-21T07:48:25.056Z | Downloaded rand_core v0.6.4 |
| 829 | 2025-02-21T07:48:25.058Z | Downloaded tracing-core v0.1.32 |
| 830 | 2025-02-21T07:48:25.061Z | Downloaded sigpipe v0.1.3 |
| 831 | 2025-02-21T07:48:25.063Z | Downloaded rtoolbox v0.0.2 |
| 832 | 2025-02-21T07:48:25.063Z | Downloaded xattr v1.3.1 |
| 833 | 2025-02-21T07:48:25.066Z | Downloaded rfc6979 v0.4.0 |
| 834 | 2025-02-21T07:48:25.068Z | Downloaded test-strategy v0.3.1 |
| 835 | 2025-02-21T07:48:25.071Z | Downloaded group v0.13.0 |
| 836 | 2025-02-21T07:48:25.074Z | Downloaded ref-cast v1.0.23 |
| 837 | 2025-02-21T07:48:25.076Z | Downloaded num-conv v0.1.0 |
| 838 | 2025-02-21T07:48:25.076Z | Downloaded structmeta-derive v0.3.0 |
| 839 | 2025-02-21T07:48:25.079Z | Downloaded sha1 v0.10.6 |
| 840 | 2025-02-21T07:48:25.079Z | Downloaded strum_macros v0.25.3 |
| 841 | 2025-02-21T07:48:25.081Z | Downloaded libxml v0.3.3 |
| 842 | 2025-02-21T07:48:25.087Z | Downloaded zerofrom v0.1.4 |
| 843 | 2025-02-21T07:48:25.090Z | Downloaded tls_codec v0.4.1 |
| 844 | 2025-02-21T07:48:25.092Z | Downloaded pkg-config v0.3.31 |
| 845 | 2025-02-21T07:48:25.095Z | Downloaded dirs-sys-next v0.1.2 |
| 846 | 2025-02-21T07:48:25.095Z | Downloaded diesel-dtrace v0.4.2 |
| 847 | 2025-02-21T07:48:25.097Z | Downloaded diff v0.1.13 |
| 848 | 2025-02-21T07:48:25.100Z | Downloaded num_enum v0.5.11 |
| 849 | 2025-02-21T07:48:25.104Z | Downloaded thread_local v1.1.8 |
| 850 | 2025-02-21T07:48:25.106Z | Downloaded thiserror-no-std v2.0.2 |
| 851 | 2025-02-21T07:48:25.109Z | Downloaded darling_macro v0.20.10 |
| 852 | 2025-02-21T07:48:25.112Z | Downloaded smf v0.2.3 |
| 853 | 2025-02-21T07:48:25.112Z | Downloaded thiserror-impl v2.0.11 |
| 854 | 2025-02-21T07:48:25.114Z | Downloaded radium v0.7.0 |
| 855 | 2025-02-21T07:48:25.114Z | Downloaded yoke-derive v0.7.4 |
| 856 | 2025-02-21T07:48:25.117Z | Downloaded typify-macro v0.2.0 |
| 857 | 2025-02-21T07:48:25.117Z | Downloaded quinn-udp v0.5.5 |
| 858 | 2025-02-21T07:48:25.120Z | Downloaded ff v0.13.0 |
| 859 | 2025-02-21T07:48:25.122Z | Downloaded value-bag v1.9.0 |
| 860 | 2025-02-21T07:48:25.125Z | Downloaded filetime v0.2.25 |
| 861 | 2025-02-21T07:48:25.125Z | Downloaded xz2 v0.1.7 |
| 862 | 2025-02-21T07:48:25.127Z | Downloaded slab v0.4.9 |
| 863 | 2025-02-21T07:48:25.130Z | Downloaded siphasher v0.3.11 |
| 864 | 2025-02-21T07:48:25.130Z | Downloaded simd-adler32 v0.3.7 |
| 865 | 2025-02-21T07:48:25.133Z | Downloaded globset v0.4.15 |
| 866 | 2025-02-21T07:48:25.135Z | Downloaded twox-hash v2.1.0 |
| 867 | 2025-02-21T07:48:25.138Z | Downloaded deranged v0.3.11 |
| 868 | 2025-02-21T07:48:25.138Z | Downloaded strum_macros v0.26.4 |
| 869 | 2025-02-21T07:48:25.141Z | Downloaded blake3 v1.5.4 |
| 870 | 2025-02-21T07:48:25.147Z | Downloaded signature v2.2.0 |
| 871 | 2025-02-21T07:48:25.150Z | Downloaded flagset v0.4.6 |
| 872 | 2025-02-21T07:48:25.153Z | Downloaded tokio-stream v0.1.16 |
| 873 | 2025-02-21T07:48:25.156Z | Downloaded openssl-macros v0.1.1 |
| 874 | 2025-02-21T07:48:25.158Z | Downloaded paste v1.0.15 |
| 875 | 2025-02-21T07:48:25.161Z | Downloaded float-cmp v0.10.0 |
| 876 | 2025-02-21T07:48:25.161Z | Downloaded fd-lock v4.0.2 |
| 877 | 2025-02-21T07:48:25.164Z | Downloaded scheduled-thread-pool v0.2.7 |
| 878 | 2025-02-21T07:48:25.166Z | Downloaded typify v0.3.0 |
| 879 | 2025-02-21T07:48:25.169Z | Downloaded url v2.5.3 |
| 880 | 2025-02-21T07:48:25.171Z | Downloaded tinyvec_macros v0.1.1 |
| 881 | 2025-02-21T07:48:25.174Z | Downloaded parse-size v1.1.0 |
| 882 | 2025-02-21T07:48:25.174Z | Downloaded aws-lc-rs v1.10.0 |
| 883 | 2025-02-21T07:48:25.182Z | Downloaded psl-types v2.0.11 |
| 884 | 2025-02-21T07:48:25.184Z | Downloaded rusty-fork v0.3.0 |
| 885 | 2025-02-21T07:48:25.187Z | Downloaded phf_shared v0.11.2 |
| 886 | 2025-02-21T07:48:25.187Z | Downloaded phf_codegen v0.11.2 |
| 887 | 2025-02-21T07:48:25.187Z | Downloaded flume v0.11.1 |
| 888 | 2025-02-21T07:48:25.191Z | Downloaded num-derive v0.4.2 |
| 889 | 2025-02-21T07:48:25.193Z | Downloaded hyper v1.5.2 |
| 890 | 2025-02-21T07:48:25.200Z | Downloaded progenitor-client v0.9.1 |
| 891 | 2025-02-21T07:48:25.202Z | Downloaded tokio-tungstenite v0.23.1 |
| 892 | 2025-02-21T07:48:25.203Z | Downloaded num_enum_derive v0.5.11 |
| 893 | 2025-02-21T07:48:25.205Z | Downloaded tls_codec_derive v0.4.1 |
| 894 | 2025-02-21T07:48:25.205Z | Downloaded data-encoding v2.6.0 |
| 895 | 2025-02-21T07:48:25.208Z | Downloaded num-integer v0.1.46 |
| 896 | 2025-02-21T07:48:25.210Z | Downloaded der_derive v0.7.3 |
| 897 | 2025-02-21T07:48:25.210Z | Downloaded ghash v0.5.1 |
| 898 | 2025-02-21T07:48:25.213Z | Downloaded unsafe-libyaml v0.2.11 |
| 899 | 2025-02-21T07:48:25.215Z | Downloaded fragile v2.0.0 |
| 900 | 2025-02-21T07:48:25.218Z | Downloaded tower-service v0.3.3 |
| 901 | 2025-02-21T07:48:25.218Z | Downloaded form_urlencoded v1.2.1 |
| 902 | 2025-02-21T07:48:25.220Z | Downloaded embedded-io v0.6.1 |
| 903 | 2025-02-21T07:48:25.220Z | Downloaded supports-color v3.0.1 |
| 904 | 2025-02-21T07:48:25.221Z | Downloaded native-tls v0.2.12 |
| 905 | 2025-02-21T07:48:25.223Z | Downloaded zopfli v0.8.1 |
| 906 | 2025-02-21T07:48:25.231Z | Downloaded either v1.13.0 |
| 907 | 2025-02-21T07:48:25.231Z | Downloaded ed25519 v2.2.3 |
| 908 | 2025-02-21T07:48:25.231Z | Downloaded unicode_categories v0.1.1 |
| 909 | 2025-02-21T07:48:25.234Z | Downloaded derive_more v0.99.19 |
| 910 | 2025-02-21T07:48:25.238Z | Downloaded display-error-chain v0.2.2 |
| 911 | 2025-02-21T07:48:25.238Z | Downloaded serde_with_macros v3.11.0 |
| 912 | 2025-02-21T07:48:25.241Z | Downloaded similar v2.6.0 |
| 913 | 2025-02-21T07:48:25.243Z | Downloaded num-bigint-dig v0.8.4 |
| 914 | 2025-02-21T07:48:25.248Z | Downloaded yoke v0.7.4 |
| 915 | 2025-02-21T07:48:25.251Z | Downloaded snafu v0.8.5 |
| 916 | 2025-02-21T07:48:25.256Z | Downloaded ssh-encoding v0.2.0 |
| 917 | 2025-02-21T07:48:25.261Z | Downloaded funty v2.0.0 |
| 918 | 2025-02-21T07:48:25.261Z | Downloaded debug-ignore v1.0.5 |
| 919 | 2025-02-21T07:48:25.264Z | Downloaded peg-macros v0.8.4 |
| 920 | 2025-02-21T07:48:25.264Z | Downloaded bitvec v1.0.1 |
| 921 | 2025-02-21T07:48:25.277Z | Downloaded rustversion v1.0.17 |
| 922 | 2025-02-21T07:48:25.280Z | Downloaded sqlformat v0.2.6 |
| 923 | 2025-02-21T07:48:25.282Z | Downloaded rustc-demangle v0.1.24 |
| 924 | 2025-02-21T07:48:25.285Z | Downloaded hkdf v0.12.4 |
| 925 | 2025-02-21T07:48:25.287Z | Downloaded rustc-hash v1.1.0 |
| 926 | 2025-02-21T07:48:25.287Z | Downloaded hashbrown v0.12.3 |
| 927 | 2025-02-21T07:48:25.290Z | Downloaded progenitor-impl v0.9.1 |
| 928 | 2025-02-21T07:48:25.293Z | Downloaded rusqlite v0.32.1 |
| 929 | 2025-02-21T07:48:25.299Z | Downloaded progenitor-impl v0.8.0 |
| 930 | 2025-02-21T07:48:25.302Z | Downloaded fs_extra v1.3.0 |
| 931 | 2025-02-21T07:48:25.304Z | Downloaded term v0.7.0 |
| 932 | 2025-02-21T07:48:25.307Z | Downloaded tokio-tungstenite v0.24.0 |
| 933 | 2025-02-21T07:48:25.310Z | Downloaded serde_yaml v0.9.34+deprecated |
| 934 | 2025-02-21T07:48:25.313Z | Downloaded winnow v0.5.40 |
| 935 | 2025-02-21T07:48:25.321Z | Downloaded parse-display-derive v0.10.0 |
| 936 | 2025-02-21T07:48:25.324Z | Downloaded tokio-tungstenite v0.21.0 |
| 937 | 2025-02-21T07:48:25.327Z | Downloaded time v0.3.36 |
| 938 | 2025-02-21T07:48:25.331Z | Downloaded p521 v0.13.3 |
| 939 | 2025-02-21T07:48:25.335Z | Downloaded subprocess v0.2.9 |
| 940 | 2025-02-21T07:48:25.338Z | Downloaded tinystr v0.7.6 |
| 941 | 2025-02-21T07:48:25.341Z | Downloaded pin-project-internal v1.1.6 |
| 942 | 2025-02-21T07:48:25.343Z | Downloaded toml v0.7.8 |
| 943 | 2025-02-21T07:48:25.346Z | Downloaded unicode-segmentation v1.12.0 |
| 944 | 2025-02-21T07:48:25.349Z | Downloaded derive_builder v0.20.2 |
| 945 | 2025-02-21T07:48:25.354Z | Downloaded tui-tree-widget v0.23.0 |
| 946 | 2025-02-21T07:48:25.358Z | Downloaded parking_lot_core v0.8.6 |
| 947 | 2025-02-21T07:48:25.361Z | Downloaded tokio-util v0.7.12 |
| 948 | 2025-02-21T07:48:25.364Z | Downloaded parking_lot v0.12.3 |
| 949 | 2025-02-21T07:48:25.366Z | Downloaded password-hash v0.5.0 |
| 950 | 2025-02-21T07:48:25.369Z | Downloaded darling_core v0.20.10 |
| 951 | 2025-02-21T07:48:25.373Z | Downloaded hashbrown v0.13.2 |
| 952 | 2025-02-21T07:48:25.378Z | Downloaded rsa v0.9.6 |
| 953 | 2025-02-21T07:48:25.383Z | Downloaded ssh-key v0.6.6 |
| 954 | 2025-02-21T07:48:25.390Z | Downloaded pkcs5 v0.7.1 |
| 955 | 2025-02-21T07:48:25.394Z | Downloaded radix_trie v0.2.1 |
| 956 | 2025-02-21T07:48:25.399Z | Downloaded flate2 v1.0.35 |
| 957 | 2025-02-21T07:48:25.404Z | Downloaded zerocopy-derive v0.8.10 |
| 958 | 2025-02-21T07:48:25.410Z | Downloaded typed-path v0.9.3 |
| 959 | 2025-02-21T07:48:25.417Z | Downloaded reedline v0.35.0 |
| 960 | 2025-02-21T07:48:25.424Z | Downloaded rustls v0.21.12 |
| 961 | 2025-02-21T07:48:25.435Z | Downloaded qorb v0.2.1 |
| 962 | 2025-02-21T07:48:25.439Z | Downloaded futures-util v0.3.31 |
| 963 | 2025-02-21T07:48:25.451Z | Downloaded tough v0.19.0 |
| 964 | 2025-02-21T07:48:25.459Z | Downloaded vcpkg v0.2.15 |
| 965 | 2025-02-21T07:48:25.497Z | Downloaded serde_with v3.11.0 |
| 966 | 2025-02-21T07:48:25.505Z | Downloaded curve25519-dalek v4.1.3 |
| 967 | 2025-02-21T07:48:25.514Z | Downloaded lalrpop v0.19.12 |
| 968 | 2025-02-21T07:48:25.525Z | Downloaded ed25519-dalek v2.1.1 |
| 969 | 2025-02-21T07:48:25.528Z | Downloaded regex-syntax v0.6.29 |
| 970 | 2025-02-21T07:48:25.536Z | Downloaded smoltcp v0.9.1 |
| 971 | 2025-02-21T07:48:25.546Z | Downloaded toml_edit v0.19.15 |
| 972 | 2025-02-21T07:48:25.562Z | Downloaded russh v0.45.0 |
| 973 | 2025-02-21T07:48:25.567Z | Downloaded chrono-tz v0.10.1 |
| 974 | 2025-02-21T07:48:25.575Z | Downloaded sqlparser v0.45.0 |
| 975 | 2025-02-21T07:48:25.581Z | Downloaded zerocopy v0.8.10 |
| 976 | 2025-02-21T07:48:25.606Z | Downloaded rustls-webpki v0.101.7 |
| 977 | 2025-02-21T07:48:25.619Z | Downloaded dropshot v0.15.1 |
| 978 | 2025-02-21T07:48:25.640Z | Downloaded bstr v1.10.0 |
| 979 | 2025-02-21T07:48:25.650Z | Downloaded unicode-width v0.2.0 |
| 980 | 2025-02-21T07:48:25.656Z | Downloaded webpki-roots v0.26.6 |
| 981 | 2025-02-21T07:48:25.660Z | Downloaded h2 v0.4.6 |
| 982 | 2025-02-21T07:48:25.667Z | Downloaded gimli v0.31.1 |
| 983 | 2025-02-21T07:48:25.676Z | Downloaded dropshot v0.12.0 |
| 984 | 2025-02-21T07:48:25.695Z | Downloaded regex-syntax v0.8.5 |
| 985 | 2025-02-21T07:48:25.704Z | Downloaded p384 v0.13.0 |
| 986 | 2025-02-21T07:48:25.710Z | Downloaded proptest v1.5.0 |
| 987 | 2025-02-21T07:48:25.719Z | Downloaded typify-impl v0.3.0 |
| 988 | 2025-02-21T07:48:25.737Z | Downloaded publicsuffix v2.3.0 |
| 989 | 2025-02-21T07:48:25.740Z | Downloaded salty v0.3.0 |
| 990 | 2025-02-21T07:48:25.745Z | Downloaded regex v1.11.1 |
| 991 | 2025-02-21T07:48:25.757Z | Downloaded rustls v0.22.4 |
| 992 | 2025-02-21T07:48:25.771Z | Downloaded ratatui v0.29.0 |
| 993 | 2025-02-21T07:48:25.790Z | Downloaded quinn-proto v0.11.8 |
| 994 | 2025-02-21T07:48:25.797Z | Downloaded git2 v0.19.0 |
| 995 | 2025-02-21T07:48:25.805Z | Downloaded icu_properties_data v1.5.0 |
| 996 | 2025-02-21T07:48:25.816Z | Downloaded rustls-webpki v0.102.8 |
| 997 | 2025-02-21T07:48:25.834Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 998 | 2025-02-21T07:48:25.846Z | Downloaded petname v2.0.2 |
| 999 | 2025-02-21T07:48:25.851Z | Downloaded quick-xml v0.33.0 |
| 1000 | 2025-02-21T07:48:25.858Z | Downloaded portable-atomic v1.9.0 |
| 1001 | 2025-02-21T07:48:25.865Z | Downloaded reqwest v0.12.9 |
| 1002 | 2025-02-21T07:48:25.872Z | Downloaded zerocopy-derive v0.6.6 |
| 1003 | 2025-02-21T07:48:25.882Z | Downloaded diesel v2.2.7 |
| 1004 | 2025-02-21T07:48:25.900Z | Downloaded object v0.30.4 |
| 1005 | 2025-02-21T07:48:25.910Z | Downloaded openssl v0.10.70 |
| 1006 | 2025-02-21T07:48:25.919Z | Downloaded regress v0.9.1 |
| 1007 | 2025-02-21T07:48:25.927Z | Downloaded nix v0.28.0 |
| 1008 | 2025-02-21T07:48:25.938Z | Downloaded object v0.36.5 |
| 1009 | 2025-02-21T07:48:25.949Z | Downloaded csv v1.3.1 |
| 1010 | 2025-02-21T07:48:25.969Z | Downloaded nix v0.29.0 |
| 1011 | 2025-02-21T07:48:25.980Z | Downloaded regress v0.10.1 |
| 1012 | 2025-02-21T07:48:25.989Z | Downloaded rustls v0.23.19 |
| 1013 | 2025-02-21T07:48:26.000Z | Downloaded smoltcp v0.11.0 |
| 1014 | 2025-02-21T07:48:26.012Z | Downloaded tokio v1.43.0 |
| 1015 | 2025-02-21T07:48:26.050Z | Downloaded sha3 v0.10.8 |
| 1016 | 2025-02-21T07:48:26.055Z | Downloaded openapiv3 v2.0.0 |
| 1017 | 2025-02-21T07:48:26.067Z | Downloaded hickory-proto v0.24.3 |
| 1018 | 2025-02-21T07:48:26.082Z | Downloaded polar-core v0.27.3 |
| 1019 | 2025-02-21T07:48:26.091Z | Downloaded nix v0.27.1 |
| 1020 | 2025-02-21T07:48:26.102Z | Downloaded chrono v0.4.39 |
| 1021 | 2025-02-21T07:48:26.108Z | Downloaded getrandom v0.2.15 |
| 1022 | 2025-02-21T07:48:26.111Z | Downloaded num-traits v0.2.19 |
| 1023 | 2025-02-21T07:48:26.116Z | Downloaded socket2 v0.5.7 |
| 1024 | 2025-02-21T07:48:26.118Z | Downloaded typify-impl v0.2.0 |
| 1025 | 2025-02-21T07:48:26.132Z | Downloaded sled v0.34.7 |
| 1026 | 2025-02-21T07:48:26.142Z | Downloaded regex-automata v0.4.8 |
| 1027 | 2025-02-21T07:48:26.159Z | Downloaded slog v2.7.0 |
| 1028 | 2025-02-21T07:48:26.162Z | Downloaded x509-cert v0.2.5 |
| 1029 | 2025-02-21T07:48:26.168Z | Downloaded bindgen v0.69.5 |
| 1030 | 2025-02-21T07:48:26.175Z | Downloaded pkcs8 v0.10.2 |
| 1031 | 2025-02-21T07:48:26.177Z | Downloaded yasna v0.5.2 |
| 1032 | 2025-02-21T07:48:26.181Z | Downloaded der v0.7.9 |
| 1033 | 2025-02-21T07:48:26.184Z | Downloaded hashbrown v0.14.5 |
| 1034 | 2025-02-21T07:48:26.189Z | Downloaded rayon v1.10.0 |
| 1035 | 2025-02-21T07:48:26.198Z | Downloaded schemars v0.8.21 |
| 1036 | 2025-02-21T07:48:26.209Z | Downloaded samael v0.0.17 |
| 1037 | 2025-02-21T07:48:26.214Z | Downloaded lzma-sys v0.1.20 |
| 1038 | 2025-02-21T07:48:26.243Z | Downloaded rand v0.8.5 |
| 1039 | 2025-02-21T07:48:26.246Z | Downloaded nom v7.1.3 |
| 1040 | 2025-02-21T07:48:26.252Z | Downloaded petgraph v0.6.5 |
| 1041 | 2025-02-21T07:48:26.269Z | Downloaded unicode-normalization v0.1.24 |
| 1042 | 2025-02-21T07:48:26.273Z | Downloaded zerovec v0.10.4 |
| 1043 | 2025-02-21T07:48:26.279Z | Downloaded libz-sys v1.1.20 |
| 1044 | 2025-02-21T07:48:26.299Z | Downloaded steno v0.4.1 |
| 1045 | 2025-02-21T07:48:26.303Z | Downloaded zip v2.1.3 |
| 1046 | 2025-02-21T07:48:26.307Z | Downloaded derive_builder_core v0.20.2 |
| 1047 | 2025-02-21T07:48:26.310Z | Downloaded libm v0.2.8 |
| 1048 | 2025-02-21T07:48:26.316Z | Downloaded itertools v0.13.0 |
| 1049 | 2025-02-21T07:48:26.323Z | Downloaded itertools v0.12.1 |
| 1050 | 2025-02-21T07:48:26.330Z | Downloaded encoding_rs v0.8.34 |
| 1051 | 2025-02-21T07:48:26.351Z | Downloaded idna v1.0.3 |
| 1052 | 2025-02-21T07:48:26.356Z | Downloaded tracing v0.1.40 |
| 1053 | 2025-02-21T07:48:26.360Z | Downloaded slog-envlogger v2.2.0 |
| 1054 | 2025-02-21T07:48:26.363Z | Downloaded parking_lot v0.11.2 |
| 1055 | 2025-02-21T07:48:26.367Z | Downloaded dirs-next v2.0.0 |
| 1056 | 2025-02-21T07:48:26.367Z | Downloaded defmt v0.3.8 |
| 1057 | 2025-02-21T07:48:26.369Z | Downloaded aho-corasick v1.1.3 |
| 1058 | 2025-02-21T07:48:26.373Z | Downloaded stable_deref_trait v1.2.0 |
| 1059 | 2025-02-21T07:48:26.376Z | Downloaded new_debug_unreachable v1.0.6 |
| 1060 | 2025-02-21T07:48:26.376Z | Downloaded ena v0.14.3 |
| 1061 | 2025-02-21T07:48:26.378Z | Downloaded structmeta-derive v0.2.0 |
| 1062 | 2025-02-21T07:48:26.378Z | Downloaded parking_lot_core v0.9.10 |
| 1063 | 2025-02-21T07:48:26.381Z | Downloaded zip v0.6.6 |
| 1064 | 2025-02-21T07:48:26.384Z | Downloaded postcard v1.0.10 |
| 1065 | 2025-02-21T07:48:26.387Z | Downloaded itertools v0.10.5 |
| 1066 | 2025-02-21T07:48:26.393Z | Downloaded zerocopy v0.6.6 |
| 1067 | 2025-02-21T07:48:26.395Z | Downloaded openssl-sys v0.9.105 |
| 1068 | 2025-02-21T07:48:26.400Z | Downloaded tokio-postgres v0.7.12 |
| 1069 | 2025-02-21T07:48:26.404Z | Downloaded multimap v0.10.0 |
| 1070 | 2025-02-21T07:48:26.407Z | Downloaded foldhash v0.1.3 |
| 1071 | 2025-02-21T07:48:26.407Z | Downloaded rustls-pemfile v2.2.0 |
| 1072 | 2025-02-21T07:48:26.410Z | Downloaded p256 v0.13.2 |
| 1073 | 2025-02-21T07:48:26.413Z | Downloaded vergen v8.3.2 |
| 1074 | 2025-02-21T07:48:26.415Z | Downloaded rcgen v0.12.1 |
| 1075 | 2025-02-21T07:48:26.418Z | Downloaded half v2.4.1 |
| 1076 | 2025-02-21T07:48:26.421Z | Downloaded utf-8 v0.7.6 |
| 1077 | 2025-02-21T07:48:26.421Z | Downloaded untrusted v0.7.1 |
| 1078 | 2025-02-21T07:48:26.424Z | Downloaded termtree v0.5.1 |
| 1079 | 2025-02-21T07:48:26.424Z | Downloaded futures v0.3.31 |
| 1080 | 2025-02-21T07:48:26.426Z | Downloaded fatfs v0.3.6 |
| 1081 | 2025-02-21T07:48:26.429Z | Downloaded ron v0.7.1 |
| 1082 | 2025-02-21T07:48:26.434Z | Downloaded rustyline v14.0.0 |
| 1083 | 2025-02-21T07:48:26.441Z | Downloaded universal-hash v0.5.1 |
| 1084 | 2025-02-21T07:48:26.444Z | Downloaded unicode-truncate v1.1.0 |
| 1085 | 2025-02-21T07:48:26.444Z | Downloaded num-bigint v0.4.6 |
| 1086 | 2025-02-21T07:48:26.446Z | Downloaded nu-ansi-term v0.50.1 |
| 1087 | 2025-02-21T07:48:26.449Z | Downloaded hashlink v0.9.1 |
| 1088 | 2025-02-21T07:48:26.449Z | Downloaded http v1.2.0 |
| 1089 | 2025-02-21T07:48:26.454Z | Downloaded pin-project-lite v0.2.14 |
| 1090 | 2025-02-21T07:48:26.459Z | Downloaded slog-stdlog v4.1.1 |
| 1091 | 2025-02-21T07:48:26.462Z | Downloaded ref-cast-impl v1.0.23 |
| 1092 | 2025-02-21T07:48:26.462Z | Downloaded difflib v0.4.0 |
| 1093 | 2025-02-21T07:48:26.462Z | Downloaded tungstenite v0.23.0 |
| 1094 | 2025-02-21T07:48:26.465Z | Downloaded which v4.4.2 |
| 1095 | 2025-02-21T07:48:26.468Z | Downloaded whoami v1.5.2 |
| 1096 | 2025-02-21T07:48:26.473Z | Downloaded num-rational v0.4.2 |
| 1097 | 2025-02-21T07:48:26.473Z | Downloaded writeable v0.5.5 |
| 1098 | 2025-02-21T07:48:26.476Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1099 | 2025-02-21T07:48:26.476Z | Downloaded stringprep v0.1.5 |
| 1100 | 2025-02-21T07:48:26.476Z | Downloaded static_assertions v1.1.0 |
| 1101 | 2025-02-21T07:48:26.476Z | Downloaded zone v0.3.0 |
| 1102 | 2025-02-21T07:48:26.476Z | Downloaded unicode-properties v0.1.3 |
| 1103 | 2025-02-21T07:48:26.479Z | Downloaded peg v0.8.4 |
| 1104 | 2025-02-21T07:48:26.482Z | Downloaded time-macros v0.2.18 |
| 1105 | 2025-02-21T07:48:26.488Z | Downloaded mockall_derive v0.13.0 |
| 1106 | 2025-02-21T07:48:26.488Z | Downloaded headers v0.4.0 |
| 1107 | 2025-02-21T07:48:26.491Z | Downloaded elliptic-curve v0.13.8 |
| 1108 | 2025-02-21T07:48:26.493Z | Downloaded pem-rfc7468 v0.7.0 |
| 1109 | 2025-02-21T07:48:26.497Z | Downloaded unicode-xid v0.2.6 |
| 1110 | 2025-02-21T07:48:26.497Z | Downloaded strum_macros v0.24.3 |
| 1111 | 2025-02-21T07:48:26.504Z | Downloaded string_cache v0.8.7 |
| 1112 | 2025-02-21T07:48:26.504Z | Downloaded newline-converter v0.3.0 |
| 1113 | 2025-02-21T07:48:26.504Z | Downloaded serde_urlencoded v0.7.1 |
| 1114 | 2025-02-21T07:48:26.504Z | Downloaded serde_plain v1.0.2 |
| 1115 | 2025-02-21T07:48:26.507Z | Downloaded serde_path_to_error v0.1.16 |
| 1116 | 2025-02-21T07:48:26.507Z | Downloaded rustls-pemfile v1.0.4 |
| 1117 | 2025-02-21T07:48:26.507Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1118 | 2025-02-21T07:48:26.510Z | Downloaded tungstenite v0.21.0 |
| 1119 | 2025-02-21T07:48:26.518Z | Downloaded env_logger v0.11.5 |
| 1120 | 2025-02-21T07:48:26.518Z | Downloaded russh-keys v0.45.0 |
| 1121 | 2025-02-21T07:48:26.521Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1122 | 2025-02-21T07:48:26.572Z | Downloaded progenitor v0.9.1 |
| 1123 | 2025-02-21T07:48:26.575Z | Downloaded quinn v0.11.5 |
| 1124 | 2025-02-21T07:48:26.578Z | Downloaded cc v1.1.30 |
| 1125 | 2025-02-21T07:48:26.581Z | Downloaded tokio-rustls v0.25.0 |
| 1126 | 2025-02-21T07:48:26.583Z | Downloaded indicatif v0.17.11 |
| 1127 | 2025-02-21T07:48:26.586Z | Downloaded synstructure v0.13.1 |
| 1128 | 2025-02-21T07:48:26.589Z | Downloaded crossbeam-channel v0.5.13 |
| 1129 | 2025-02-21T07:48:26.593Z | Downloaded num v0.4.3 |
| 1130 | 2025-02-21T07:48:26.593Z | Downloaded slog-async v2.8.0 |
| 1131 | 2025-02-21T07:48:26.593Z | Downloaded rustc_version v0.4.1 |
| 1132 | 2025-02-21T07:48:26.597Z | Downloaded rand_seeder v0.3.0 |
| 1133 | 2025-02-21T07:48:26.597Z | Downloaded des v0.8.1 |
| 1134 | 2025-02-21T07:48:26.600Z | Downloaded signal-hook v0.3.17 |
| 1135 | 2025-02-21T07:48:26.600Z | Downloaded hyper-util v0.1.10 |
| 1136 | 2025-02-21T07:48:26.604Z | Downloaded hmac v0.12.1 |
| 1137 | 2025-02-21T07:48:26.608Z | Downloaded derive-where v1.2.7 |
| 1138 | 2025-02-21T07:48:26.611Z | Downloaded tokio-rustls v0.26.0 |
| 1139 | 2025-02-21T07:48:26.611Z | Downloaded tokio-rustls v0.24.1 |
| 1140 | 2025-02-21T07:48:26.614Z | Downloaded crypto-bigint v0.5.5 |
| 1141 | 2025-02-21T07:48:26.619Z | Downloaded base64 v0.13.1 |
| 1142 | 2025-02-21T07:48:26.622Z | Downloaded walkdir v2.5.0 |
| 1143 | 2025-02-21T07:48:26.625Z | Downloaded vte v0.11.1 |
| 1144 | 2025-02-21T07:48:26.629Z | Downloaded document-features v0.2.10 |
| 1145 | 2025-02-21T07:48:26.629Z | Downloaded compact_str v0.8.0 |
| 1146 | 2025-02-21T07:48:26.633Z | Downloaded hickory-client v0.24.3 |
| 1147 | 2025-02-21T07:48:26.636Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1148 | 2025-02-21T07:48:26.636Z | Downloaded blake2 v0.10.6 |
| 1149 | 2025-02-21T07:48:26.639Z | Downloaded sec1 v0.7.3 |
| 1150 | 2025-02-21T07:48:26.642Z | Downloaded structmeta v0.3.0 |
| 1151 | 2025-02-21T07:48:26.642Z | Downloaded structmeta v0.2.0 |
| 1152 | 2025-02-21T07:48:26.642Z | Downloaded ssh-cipher v0.2.0 |
| 1153 | 2025-02-21T07:48:26.645Z | Downloaded signal-hook-registry v1.4.2 |
| 1154 | 2025-02-21T07:48:26.645Z | Downloaded signal-hook-mio v0.2.4 |
| 1155 | 2025-02-21T07:48:26.645Z | Downloaded schemars_derive v0.8.21 |
| 1156 | 2025-02-21T07:48:26.648Z | Downloaded resolv-conf v0.7.0 |
| 1157 | 2025-02-21T07:48:26.648Z | Downloaded mime_guess v2.0.5 |
| 1158 | 2025-02-21T07:48:26.651Z | Downloaded icu_locid_transform v1.5.0 |
| 1159 | 2025-02-21T07:48:26.653Z | Downloaded hyper-staticfile v0.10.1 |
| 1160 | 2025-02-21T07:48:26.655Z | Downloaded litemap v0.7.3 |
| 1161 | 2025-02-21T07:48:26.655Z | Downloaded lalrpop-util v0.19.12 |
| 1162 | 2025-02-21T07:48:26.658Z | Downloaded jobserver v0.1.32 |
| 1163 | 2025-02-21T07:48:26.658Z | Downloaded ipnet v2.10.1 |
| 1164 | 2025-02-21T07:48:26.661Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1165 | 2025-02-21T07:48:26.661Z | Downloaded crc-any v2.5.0 |
| 1166 | 2025-02-21T07:48:26.663Z | Downloaded cancel-safe-futures v0.1.5 |
| 1167 | 2025-02-21T07:48:26.666Z | Downloaded keccak v0.1.5 |
| 1168 | 2025-02-21T07:48:26.666Z | Downloaded hyper-tls v0.6.0 |
| 1169 | 2025-02-21T07:48:26.669Z | Downloaded hyper-rustls v0.27.3 |
| 1170 | 2025-02-21T07:48:26.671Z | Downloaded highway v1.2.0 |
| 1171 | 2025-02-21T07:48:26.671Z | Downloaded idna_adapter v1.2.0 |
| 1172 | 2025-02-21T07:48:26.674Z | Downloaded hostname v0.3.1 |
| 1173 | 2025-02-21T07:48:26.674Z | Downloaded crossbeam-utils v0.8.20 |
| 1174 | 2025-02-21T07:48:26.677Z | Downloaded clang-sys v1.8.1 |
| 1175 | 2025-02-21T07:48:26.679Z | Downloaded hubpack v0.1.2 |
| 1176 | 2025-02-21T07:48:26.682Z | Downloaded base64ct v1.6.0 |
| 1177 | 2025-02-21T07:48:26.682Z | Downloaded async-trait v0.1.86 |
| 1178 | 2025-02-21T07:48:26.685Z | Downloaded async-bb8-diesel v0.2.1 |
| 1179 | 2025-02-21T07:48:26.687Z | Downloaded cassowary v0.3.0 |
| 1180 | 2025-02-21T07:48:26.689Z | Downloaded instability v0.3.2 |
| 1181 | 2025-02-21T07:48:26.690Z | Downloaded const_format_proc_macros v0.2.34 |
| 1182 | 2025-02-21T07:48:26.692Z | Downloaded bzip2 v0.4.4 |
| 1183 | 2025-02-21T07:48:26.695Z | Downloaded chacha20 v0.9.1 |
| 1184 | 2025-02-21T07:48:26.695Z | Downloaded lockfree-object-pool v0.1.6 |
| 1185 | 2025-02-21T07:48:26.698Z | Downloaded internet-checksum v0.2.1 |
| 1186 | 2025-02-21T07:48:26.698Z | Downloaded convert_case v0.4.0 |
| 1187 | 2025-02-21T07:48:26.698Z | Downloaded indoc v1.0.9 |
| 1188 | 2025-02-21T07:48:26.701Z | Downloaded indent_write v2.2.0 |
| 1189 | 2025-02-21T07:48:26.704Z | Downloaded backoff v0.4.0 |
| 1190 | 2025-02-21T07:48:26.704Z | Downloaded blowfish v0.9.1 |
| 1191 | 2025-02-21T07:48:26.707Z | Downloaded async-stream v0.3.6 |
| 1192 | 2025-02-21T07:48:26.707Z | Downloaded daft v0.1.1 |
| 1193 | 2025-02-21T07:48:26.709Z | Downloaded colored v2.1.0 |
| 1194 | 2025-02-21T07:48:26.712Z | Downloaded cipher v0.4.4 |
| 1195 | 2025-02-21T07:48:26.712Z | Downloaded cbc v0.1.2 |
| 1196 | 2025-02-21T07:48:26.716Z | Downloaded bitfield-struct v0.6.2 |
| 1197 | 2025-02-21T07:48:26.716Z | Downloaded http-body-util v0.1.2 |
| 1198 | 2025-02-21T07:48:26.718Z | Downloaded home v0.5.9 |
| 1199 | 2025-02-21T07:48:26.719Z | Downloaded heck v0.3.3 |
| 1200 | 2025-02-21T07:48:26.719Z | Downloaded heapless v0.7.17 |
| 1201 | 2025-02-21T07:48:26.722Z | Downloaded http-range v0.1.5 |
| 1202 | 2025-02-21T07:48:26.923Z | Downloaded ring v0.17.8 |
| 1203 | 2025-02-21T07:48:27.022Z | Downloaded aws-lc-sys v0.22.0 |
| 1204 | 2025-02-21T07:48:27.244Z | Downloaded libsqlite3-sys v0.30.1 |
| 1205 | 2025-02-21T07:48:27.430Z | Compiling syn v2.0.96 |
| 1206 | 2025-02-21T07:48:27.449Z | Compiling serde v1.0.217 |
| 1207 | 2025-02-21T07:48:27.449Z | Compiling value-bag v1.9.0 |
| 1208 | 2025-02-21T07:48:27.449Z | Compiling lock_api v0.4.12 |
| 1209 | 2025-02-21T07:48:27.450Z | Compiling scopeguard v1.2.0 |
| 1210 | 2025-02-21T07:48:27.450Z | Compiling typenum v1.17.0 |
| 1211 | 2025-02-21T07:48:27.450Z | Compiling generic-array v0.14.7 |
| 1212 | 2025-02-21T07:48:27.450Z | Compiling getrandom v0.2.15 |
| 1213 | 2025-02-21T07:48:27.836Z | Compiling subtle v2.6.1 |
| 1214 | 2025-02-21T07:48:28.062Z | Compiling rand_core v0.6.4 |
| 1215 | 2025-02-21T07:48:28.081Z | Compiling log v0.4.22 |
| 1216 | 2025-02-21T07:48:28.193Z | Compiling shlex v1.3.0 |
| 1217 | 2025-02-21T07:48:28.215Z | Compiling jobserver v0.1.32 |
| 1218 | 2025-02-21T07:48:28.246Z | Compiling smallvec v1.13.2 |
| 1219 | 2025-02-21T07:48:28.539Z | Compiling const-oid v0.9.6 |
| 1220 | 2025-02-21T07:48:28.576Z | Compiling pin-project-lite v0.2.14 |
| 1221 | 2025-02-21T07:48:28.620Z | Compiling rustix v0.38.37 |
| 1222 | 2025-02-21T07:48:28.662Z | Compiling cc v1.1.30 |
| 1223 | 2025-02-21T07:48:28.719Z | Compiling spin v0.9.8 |
| 1224 | 2025-02-21T07:48:28.849Z | Compiling parking_lot_core v0.9.10 |
| 1225 | 2025-02-21T07:48:29.014Z | Compiling futures-core v0.3.31 |
| 1226 | 2025-02-21T07:48:29.097Z | Compiling signal-hook-registry v1.4.2 |
| 1227 | 2025-02-21T07:48:29.282Z | Compiling mio v1.0.2 |
| 1228 | 2025-02-21T07:48:29.456Z | Compiling aho-corasick v1.1.3 |
| 1229 | 2025-02-21T07:48:29.836Z | Compiling parking_lot v0.12.3 |
| 1230 | 2025-02-21T07:48:29.930Z | Compiling stable_deref_trait v1.2.0 |
| 1231 | 2025-02-21T07:48:30.058Z | Compiling cpufeatures v0.2.14 |
| 1232 | 2025-02-21T07:48:30.085Z | Compiling either v1.13.0 |
| 1233 | 2025-02-21T07:48:30.179Z | Compiling regex-syntax v0.8.5 |
| 1234 | 2025-02-21T07:48:30.376Z | Compiling glob v0.3.2 |
| 1235 | 2025-02-21T07:48:30.495Z | Compiling futures-sink v0.3.31 |
| 1236 | 2025-02-21T07:48:30.663Z | Compiling socket2 v0.5.7 |
| 1237 | 2025-02-21T07:48:30.666Z | Compiling slab v0.4.9 |
| 1238 | 2025-02-21T07:48:30.719Z | Compiling prettyplease v0.2.29 |
| 1239 | 2025-02-21T07:48:31.115Z | Compiling lazy_static v1.5.0 |
| 1240 | 2025-02-21T07:48:31.186Z | Compiling serde_json v1.0.135 |
| 1241 | 2025-02-21T07:48:31.204Z | Compiling clang-sys v1.8.1 |
| 1242 | 2025-02-21T07:48:31.254Z | Compiling minimal-lexical v0.2.1 |
| 1243 | 2025-02-21T07:48:31.610Z | Compiling libloading v0.8.5 |
| 1244 | 2025-02-21T07:48:31.811Z | Compiling nom v7.1.3 |
| 1245 | 2025-02-21T07:48:31.860Z | Compiling bindgen v0.69.5 |
| 1246 | 2025-02-21T07:48:31.970Z | Compiling home v0.5.9 |
| 1247 | 2025-02-21T07:48:32.197Z | Compiling futures-channel v0.3.31 |
| 1248 | 2025-02-21T07:48:32.327Z | Compiling itertools v0.12.1 |
| 1249 | 2025-02-21T07:48:32.638Z | Compiling rustc-hash v1.1.0 |
| 1250 | 2025-02-21T07:48:32.731Z | Compiling futures-io v0.3.31 |
| 1251 | 2025-02-21T07:48:32.808Z | Compiling pin-utils v0.1.0 |
| 1252 | 2025-02-21T07:48:32.914Z | Compiling lazycell v1.3.0 |
| 1253 | 2025-02-21T07:48:32.999Z | Compiling allocator-api2 v0.2.18 |
| 1254 | 2025-02-21T07:48:33.108Z | Compiling libm v0.2.8 |
| 1255 | 2025-02-21T07:48:33.461Z | Compiling foldhash v0.1.3 |
| 1256 | 2025-02-21T07:48:33.741Z | Compiling futures-task v0.3.31 |
| 1257 | 2025-02-21T07:48:33.765Z | Compiling hashbrown v0.15.1 |
| 1258 | 2025-02-21T07:48:34.040Z | Compiling regex-automata v0.4.8 |
| 1259 | 2025-02-21T07:48:34.115Z | Compiling cmake v0.1.51 |
| 1260 | 2025-02-21T07:48:34.961Z | Compiling cexpr v0.6.0 |
| 1261 | 2025-02-21T07:48:34.982Z | Compiling num-traits v0.2.19 |
| 1262 | 2025-02-21T07:48:35.118Z | Compiling synstructure v0.13.1 |
| 1263 | 2025-02-21T07:48:35.278Z | Compiling dunce v1.0.5 |
| 1264 | 2025-02-21T07:48:35.426Z | Compiling pkg-config v0.3.31 |
| 1265 | 2025-02-21T07:48:36.285Z | Compiling fs_extra v1.3.0 |
| 1266 | 2025-02-21T07:48:36.696Z | Compiling writeable v0.5.5 |
| 1267 | 2025-02-21T07:48:36.724Z | Compiling litemap v0.7.3 |
| 1268 | 2025-02-21T07:48:36.827Z | Compiling ring v0.17.8 |
| 1269 | 2025-02-21T07:48:37.107Z | Compiling base64ct v1.6.0 |
| 1270 | 2025-02-21T07:48:37.211Z | Compiling paste v1.0.15 |
| 1271 | 2025-02-21T07:48:37.803Z | Compiling pem-rfc7468 v0.7.0 |
| 1272 | 2025-02-21T07:48:37.910Z | Compiling httparse v1.9.5 |
| 1273 | 2025-02-21T07:48:38.080Z | Compiling icu_locid_transform_data v1.5.0 |
| 1274 | 2025-02-21T07:48:38.195Z | Compiling flagset v0.4.6 |
| 1275 | 2025-02-21T07:48:38.416Z | Compiling aws-lc-rs v1.10.0 |
| 1276 | 2025-02-21T07:48:38.665Z | Compiling tracing-core v0.1.32 |
| 1277 | 2025-02-21T07:48:38.820Z | Compiling rustls-pki-types v1.10.0 |
| 1278 | 2025-02-21T07:48:39.349Z | Compiling crossbeam-utils v0.8.20 |
| 1279 | 2025-02-21T07:48:39.430Z | Compiling percent-encoding v2.3.1 |
| 1280 | 2025-02-21T07:48:39.725Z | Compiling regex v1.11.1 |
| 1281 | 2025-02-21T07:48:39.746Z | Compiling icu_properties_data v1.5.0 |
| 1282 | 2025-02-21T07:48:39.913Z | Compiling powerfmt v0.2.0 |
| 1283 | 2025-02-21T07:48:39.978Z | Compiling time-core v0.1.2 |
| 1284 | 2025-02-21T07:48:40.167Z | Compiling mirai-annotations v1.12.0 |
| 1285 | 2025-02-21T07:48:40.216Z | Compiling serde_derive v1.0.217 |
| 1286 | 2025-02-21T07:48:40.274Z | Compiling zeroize_derive v1.4.2 |
| 1287 | 2025-02-21T07:48:40.362Z | Compiling zerocopy-derive v0.7.35 |
| 1288 | 2025-02-21T07:48:40.451Z | Compiling zerofrom-derive v0.1.4 |
| 1289 | 2025-02-21T07:48:40.625Z | Compiling tokio-macros v2.5.0 |
| 1290 | 2025-02-21T07:48:41.615Z | Compiling zeroize v1.8.1 |
| 1291 | 2025-02-21T07:48:41.980Z | Compiling yoke-derive v0.7.4 |
| 1292 | 2025-02-21T07:48:42.067Z | Compiling thiserror-impl v1.0.69 |
| 1293 | 2025-02-21T07:48:42.292Z | Compiling zerocopy v0.7.35 |
| 1294 | 2025-02-21T07:48:43.274Z | Compiling crypto-common v0.1.6 |
| 1295 | 2025-02-21T07:48:43.528Z | Compiling block-buffer v0.10.4 |
| 1296 | 2025-02-21T07:48:43.664Z | Compiling zerovec-derive v0.10.3 |
| 1297 | 2025-02-21T07:48:43.705Z | Compiling futures-macro v0.3.31 |
| 1298 | 2025-02-21T07:48:43.794Z | Compiling digest v0.10.7 |
| 1299 | 2025-02-21T07:48:43.813Z | Compiling zerofrom v0.1.4 |
| 1300 | 2025-02-21T07:48:44.039Z | Compiling displaydoc v0.2.5 |
| 1301 | 2025-02-21T07:48:44.272Z | Compiling hmac v0.12.1 |
| 1302 | 2025-02-21T07:48:44.533Z | Compiling block-padding v0.3.3 |
| 1303 | 2025-02-21T07:48:44.573Z | Compiling yoke v0.7.4 |
| 1304 | 2025-02-21T07:48:44.632Z | Compiling sha2 v0.10.8 |
| 1305 | 2025-02-21T07:48:44.793Z | Compiling inout v0.1.3 |
| 1306 | 2025-02-21T07:48:44.912Z | Compiling icu_provider_macros v1.5.0 |
| 1307 | 2025-02-21T07:48:44.933Z | Compiling thiserror v1.0.69 |
| 1308 | 2025-02-21T07:48:45.057Z | Compiling cipher v0.4.4 |
| 1309 | 2025-02-21T07:48:45.086Z | Compiling ppv-lite86 v0.2.20 |
| 1310 | 2025-02-21T07:48:45.520Z | Compiling futures-util v0.3.31 |
| 1311 | 2025-02-21T07:48:45.585Z | Compiling der_derive v0.7.3 |
| 1312 | 2025-02-21T07:48:45.588Z | Compiling tracing-attributes v0.1.27 |
| 1313 | 2025-02-21T07:48:45.835Z | Compiling rand_chacha v0.3.1 |
| 1314 | 2025-02-21T07:48:46.022Z | Compiling salsa20 v0.10.2 |
| 1315 | 2025-02-21T07:48:46.057Z | Compiling zerovec v0.10.4 |
| 1316 | 2025-02-21T07:48:46.245Z | Compiling rand v0.8.5 |
| 1317 | 2025-02-21T07:48:47.874Z | Compiling tinystr v0.7.6 |
| 1318 | 2025-02-21T07:48:48.156Z | Compiling der v0.7.9 |
| 1319 | 2025-02-21T07:48:48.177Z | Compiling icu_collections v1.5.0 |
| 1320 | 2025-02-21T07:48:48.224Z | Compiling icu_locid v1.5.0 |
| 1321 | 2025-02-21T07:48:48.262Z | Compiling pest v2.7.14 |
| 1322 | 2025-02-21T07:48:48.331Z | Compiling pbkdf2 v0.12.2 |
| 1323 | 2025-02-21T07:48:48.504Z | Compiling vcpkg v0.2.15 |
| 1324 | 2025-02-21T07:48:48.849Z | Compiling tracing v0.1.40 |
| 1325 | 2025-02-21T07:48:49.357Z | Compiling icu_provider v1.5.0 |
| 1326 | 2025-02-21T07:48:49.394Z | Compiling icu_normalizer_data v1.5.0 |
| 1327 | 2025-02-21T07:48:49.513Z | Compiling untrusted v0.9.0 |
| 1328 | 2025-02-21T07:48:49.705Z | Compiling untrusted v0.7.1 |
| 1329 | 2025-02-21T07:48:49.901Z | Compiling utf16_iter v1.0.5 |
| 1330 | 2025-02-21T07:48:50.122Z | Compiling icu_locid_transform v1.5.0 |
| 1331 | 2025-02-21T07:48:50.183Z | Compiling spki v0.7.3 |
| 1332 | 2025-02-21T07:48:50.259Z | Compiling write16 v1.0.0 |
| 1333 | 2025-02-21T07:48:50.296Z | Compiling num-conv v0.1.0 |
| 1334 | 2025-02-21T07:48:50.406Z | Compiling utf8_iter v1.0.4 |
| 1335 | 2025-02-21T07:48:50.553Z | Compiling openssl-sys v0.9.105 |
| 1336 | 2025-02-21T07:48:50.608Z | Compiling time-macros v0.2.18 |
| 1337 | 2025-02-21T07:48:50.878Z | Compiling pest_meta v2.7.14 |
| 1338 | 2025-02-21T07:48:51.075Z | Compiling scrypt v0.11.0 |
| 1339 | 2025-02-21T07:48:51.190Z | Compiling aes v0.8.4 |
| 1340 | 2025-02-21T07:48:51.569Z | Compiling icu_properties v1.5.1 |
| 1341 | 2025-02-21T07:48:51.620Z | Compiling cbc v0.1.2 |
| 1342 | 2025-02-21T07:48:51.874Z | Compiling scroll_derive v0.12.0 |
| 1343 | 2025-02-21T07:48:52.364Z | Compiling deranged v0.3.11 |
| 1344 | 2025-02-21T07:48:52.872Z | Compiling bitflags v2.6.0 |
| 1345 | 2025-02-21T07:48:53.320Z | Compiling bytes v1.9.0 |
| 1346 | 2025-02-21T07:48:53.886Z | Compiling indexmap v2.7.1 |
| 1347 | 2025-02-21T07:48:53.990Z | Compiling semver v1.0.24 |
| 1348 | 2025-02-21T07:48:54.506Z | Compiling tokio v1.43.0 |
| 1349 | 2025-02-21T07:48:54.691Z | Compiling http v1.2.0 |
| 1350 | 2025-02-21T07:48:55.075Z | Compiling rustc_version v0.4.1 |
| 1351 | 2025-02-21T07:48:55.233Z | Compiling icu_normalizer v1.5.0 |
| 1352 | 2025-02-21T07:48:55.254Z | Compiling num_threads v0.1.7 |
| 1353 | 2025-02-21T07:48:55.392Z | Compiling atomic-waker v1.1.2 |
| 1354 | 2025-02-21T07:48:55.592Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2025-02-21T07:48:55.703Z | Compiling tinyvec v1.8.0 |
| 1356 | 2025-02-21T07:48:55.744Z | Compiling time v0.3.36 |
| 1357 | 2025-02-21T07:48:56.173Z | Compiling http-body v1.0.1 |
| 1358 | 2025-02-21T07:48:56.268Z | Compiling idna_adapter v1.2.0 |
| 1359 | 2025-02-21T07:48:56.427Z | Compiling scroll v0.12.0 |
| 1360 | 2025-02-21T07:48:56.503Z | Compiling pest_generator v2.7.14 |
| 1361 | 2025-02-21T07:48:56.862Z | Compiling pkcs5 v0.7.1 |
| 1362 | 2025-02-21T07:48:57.046Z | Compiling which v4.4.2 |
| 1363 | 2025-02-21T07:48:57.085Z | Compiling form_urlencoded v1.2.1 |
| 1364 | 2025-02-21T07:48:57.172Z | Compiling try-lock v0.2.5 |
| 1365 | 2025-02-21T07:48:57.411Z | Compiling slog v2.7.0 |
| 1366 | 2025-02-21T07:48:57.602Z | Compiling pkcs8 v0.10.2 |
| 1367 | 2025-02-21T07:48:57.998Z | Compiling want v0.3.1 |
| 1368 | 2025-02-21T07:48:58.018Z | Compiling goblin v0.8.2 |
| 1369 | 2025-02-21T07:48:58.098Z | Compiling idna v1.0.3 |
| 1370 | 2025-02-21T07:48:58.203Z | Compiling uuid v1.12.0 |
| 1371 | 2025-02-21T07:48:58.294Z | Compiling iana-time-zone v0.1.61 |
| 1372 | 2025-02-21T07:48:58.350Z | Compiling pest_derive v2.7.14 |
| 1373 | 2025-02-21T07:48:58.678Z | Compiling httpdate v1.0.3 |
| 1374 | 2025-02-21T07:48:59.129Z | Compiling chrono v0.4.39 |
| 1375 | 2025-02-21T07:48:59.151Z | Compiling dtrace-parser v0.2.0 |
| 1376 | 2025-02-21T07:48:59.699Z | Compiling serde_spanned v0.6.8 |
| 1377 | 2025-02-21T07:48:59.954Z | Compiling toml_datetime v0.6.8 |
| 1378 | 2025-02-21T07:49:00.225Z | Compiling serde_tokenstream v0.2.2 |
| 1379 | 2025-02-21T07:49:00.246Z | Compiling openssl v0.10.70 |
| 1380 | 2025-02-21T07:49:00.433Z | Compiling foreign-types-shared v0.1.1 |
| 1381 | 2025-02-21T07:49:00.565Z | Compiling adler2 v2.0.0 |
| 1382 | 2025-02-21T07:49:00.689Z | Compiling rustversion v1.0.17 |
| 1383 | 2025-02-21T07:49:00.783Z | Compiling match_cfg v0.1.0 |
| 1384 | 2025-02-21T07:49:00.802Z | Compiling base64 v0.22.1 |
| 1385 | 2025-02-21T07:49:00.887Z | Compiling tower-service v0.3.3 |
| 1386 | 2025-02-21T07:49:01.002Z | Compiling hostname v0.3.1 |
| 1387 | 2025-02-21T07:49:01.039Z | Compiling miniz_oxide v0.8.0 |
| 1388 | 2025-02-21T07:49:01.253Z | Compiling foreign-types v0.3.2 |
| 1389 | 2025-02-21T07:49:01.362Z | Compiling url v2.5.3 |
| 1390 | 2025-02-21T07:49:01.502Z | Compiling async-trait v0.1.86 |
| 1391 | 2025-02-21T07:49:02.308Z | Compiling openssl-macros v0.1.1 |
| 1392 | 2025-02-21T07:49:02.434Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2025-02-21T07:49:02.723Z | Compiling tokio-util v0.7.12 |
| 1394 | 2025-02-21T07:49:03.072Z | Compiling dirs-sys-next v0.1.2 |
| 1395 | 2025-02-21T07:49:03.133Z | Compiling schemars v0.8.21 |
| 1396 | 2025-02-21T07:49:03.480Z | Compiling rustls v0.23.19 |
| 1397 | 2025-02-21T07:49:03.598Z | Compiling native-tls v0.2.12 |
| 1398 | 2025-02-21T07:49:03.782Z | Compiling h2 v0.4.6 |
| 1399 | 2025-02-21T07:49:03.919Z | Compiling dof v0.3.0 |
| 1400 | 2025-02-21T07:49:03.945Z | Compiling syn v1.0.109 |
| 1401 | 2025-02-21T07:49:03.962Z | Compiling data-encoding v2.6.0 |
| 1402 | 2025-02-21T07:49:04.555Z | Compiling rustls v0.22.4 |
| 1403 | 2025-02-21T07:49:04.726Z | Compiling usdt-impl v0.5.0 |
| 1404 | 2025-02-21T07:49:04.866Z | Compiling siphasher v0.3.11 |
| 1405 | 2025-02-21T07:49:05.288Z | Compiling schemars_derive v0.8.21 |
| 1406 | 2025-02-21T07:49:05.799Z | Compiling dirs-next v2.0.0 |
| 1407 | 2025-02-21T07:49:06.042Z | Compiling unicode-normalization v0.1.24 |
| 1408 | 2025-02-21T07:49:07.150Z | Compiling http-body-util v0.1.2 |
| 1409 | 2025-02-21T07:49:07.171Z | Compiling heapless v0.7.17 |
| 1410 | 2025-02-21T07:49:07.273Z | Compiling crossbeam-epoch v0.9.18 |
| 1411 | 2025-02-21T07:49:07.489Z | Compiling sha1 v0.10.6 |
| 1412 | 2025-02-21T07:49:07.635Z | Compiling signature v2.2.0 |
| 1413 | 2025-02-21T07:49:07.656Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1414 | 2025-02-21T07:49:07.924Z | Compiling thread_local v1.1.8 |
| 1415 | 2025-02-21T07:49:07.927Z | Compiling cookie v0.18.1 |
| 1416 | 2025-02-21T07:49:08.005Z | Compiling multer v3.1.0 |
| 1417 | 2025-02-21T07:49:08.155Z | Compiling encoding_rs v0.8.34 |
| 1418 | 2025-02-21T07:49:08.252Z | Compiling signal-hook v0.3.17 |
| 1419 | 2025-02-21T07:49:08.273Z | Compiling slog-async v2.8.0 |
| 1420 | 2025-02-21T07:49:08.340Z | Compiling rayon-core v1.12.1 |
| 1421 | 2025-02-21T07:49:08.402Z | Compiling dyn-clone v1.0.17 |
| 1422 | 2025-02-21T07:49:08.537Z | Compiling unicode-bidi v0.3.17 |
| 1423 | 2025-02-21T07:49:08.627Z | Compiling unicode-properties v0.1.3 |
| 1424 | 2025-02-21T07:49:08.652Z | Compiling gimli v0.31.1 |
| 1425 | 2025-02-21T07:49:08.763Z | Compiling ipnet v2.10.1 |
| 1426 | 2025-02-21T07:49:09.033Z | Compiling openssl-probe v0.1.5 |
| 1427 | 2025-02-21T07:49:09.353Z | Compiling mime v0.3.17 |
| 1428 | 2025-02-21T07:49:09.706Z | Compiling stringprep v0.1.5 |
| 1429 | 2025-02-21T07:49:10.021Z | Compiling toml_edit v0.22.22 |
| 1430 | 2025-02-21T07:49:12.184Z | Compiling hyper v1.5.2 |
| 1431 | 2025-02-21T07:49:12.900Z | Compiling addr2line v0.24.2 |
| 1432 | 2025-02-21T07:49:13.144Z | Compiling crossbeam-deque v0.8.5 |
| 1433 | 2025-02-21T07:49:13.507Z | Compiling usdt-macro v0.5.0 |
| 1434 | 2025-02-21T07:49:13.557Z | Compiling usdt-attr-macro v0.5.0 |
| 1435 | 2025-02-21T07:49:13.577Z | Compiling term v0.7.0 |
| 1436 | 2025-02-21T07:49:13.618Z | Compiling slog-json v2.6.1 |
| 1437 | 2025-02-21T07:49:13.976Z | Compiling serde_urlencoded v0.7.1 |
| 1438 | 2025-02-21T07:49:14.475Z | Compiling curve25519-dalek v4.1.3 |
| 1439 | 2025-02-21T07:49:15.078Z | Compiling hyper-util v0.1.10 |
| 1440 | 2025-02-21T07:49:15.100Z | Compiling crossbeam-channel v0.5.13 |
| 1441 | 2025-02-21T07:49:15.122Z | Compiling futures-executor v0.3.31 |
| 1442 | 2025-02-21T07:49:15.169Z | Compiling enum-as-inner v0.6.1 |
| 1443 | 2025-02-21T07:49:15.637Z | Compiling md-5 v0.10.6 |
| 1444 | 2025-02-21T07:49:15.734Z | Compiling async-stream-impl v0.3.6 |
| 1445 | 2025-02-21T07:49:15.907Z | Compiling rustls-pemfile v2.2.0 |
| 1446 | 2025-02-21T07:49:15.930Z | Compiling num-integer v0.1.46 |
| 1447 | 2025-02-21T07:49:16.225Z | Compiling hash32 v0.2.1 |
| 1448 | 2025-02-21T07:49:16.256Z | Compiling ff v0.13.0 |
| 1449 | 2025-02-21T07:49:16.491Z | Compiling is-terminal v0.4.13 |
| 1450 | 2025-02-21T07:49:16.570Z | Compiling object v0.36.5 |
| 1451 | 2025-02-21T07:49:16.624Z | Compiling dropshot v0.12.0 |
| 1452 | 2025-02-21T07:49:16.647Z | Compiling memoffset v0.9.1 |
| 1453 | 2025-02-21T07:49:16.964Z | Compiling linked-hash-map v0.5.6 |
| 1454 | 2025-02-21T07:49:16.987Z | Compiling num-bigint-dig v0.8.4 |
| 1455 | 2025-02-21T07:49:17.008Z | Compiling utf-8 v0.7.6 |
| 1456 | 2025-02-21T07:49:17.148Z | Compiling litrs v0.4.1 |
| 1457 | 2025-02-21T07:49:17.278Z | Compiling quick-error v1.2.3 |
| 1458 | 2025-02-21T07:49:17.299Z | Compiling smoltcp v0.9.1 |
| 1459 | 2025-02-21T07:49:17.323Z | Compiling fallible-iterator v0.2.0 |
| 1460 | 2025-02-21T07:49:17.452Z | Compiling base16ct v0.2.0 |
| 1461 | 2025-02-21T07:49:17.623Z | Compiling rustc-demangle v0.1.24 |
| 1462 | 2025-02-21T07:49:17.820Z | Compiling cfg_aliases v0.2.1 |
| 1463 | 2025-02-21T07:49:17.940Z | Compiling psl-types v2.0.11 |
| 1464 | 2025-02-21T07:49:17.992Z | Compiling anyhow v1.0.95 |
| 1465 | 2025-02-21T07:49:17.995Z | Compiling portable-atomic v1.9.0 |
| 1466 | 2025-02-21T07:49:18.140Z | Compiling take_mut v0.2.2 |
| 1467 | 2025-02-21T07:49:18.266Z | Compiling document-features v0.2.10 |
| 1468 | 2025-02-21T07:49:18.532Z | Compiling publicsuffix v2.3.0 |
| 1469 | 2025-02-21T07:49:18.884Z | Compiling nix v0.29.0 |
| 1470 | 2025-02-21T07:49:19.041Z | Compiling postgres-protocol v0.6.7 |
| 1471 | 2025-02-21T07:49:19.099Z | Compiling sec1 v0.7.3 |
| 1472 | 2025-02-21T07:49:19.279Z | Compiling resolv-conf v0.7.0 |
| 1473 | 2025-02-21T07:49:19.429Z | Compiling lru-cache v0.1.2 |
| 1474 | 2025-02-21T07:49:19.622Z | Compiling tungstenite v0.24.0 |
| 1475 | 2025-02-21T07:49:19.721Z | Compiling async-stream v0.3.6 |
| 1476 | 2025-02-21T07:49:19.878Z | Compiling slog-term v2.9.1 |
| 1477 | 2025-02-21T07:49:20.032Z | Compiling usdt v0.5.0 |
| 1478 | 2025-02-21T07:49:20.207Z | Compiling group v0.13.0 |
| 1479 | 2025-02-21T07:49:20.512Z | Compiling num-iter v0.1.45 |
| 1480 | 2025-02-21T07:49:20.534Z | Compiling hickory-proto v0.24.3 |
| 1481 | 2025-02-21T07:49:20.716Z | Compiling futures v0.3.31 |
| 1482 | 2025-02-21T07:49:20.935Z | Compiling slog-bunyan v2.5.0 |
| 1483 | 2025-02-21T07:49:20.958Z | Compiling toml v0.8.19 |
| 1484 | 2025-02-21T07:49:21.158Z | Compiling tokio-native-tls v0.3.1 |
| 1485 | 2025-02-21T07:49:22.488Z | Compiling camino v1.1.9 |
| 1486 | 2025-02-21T07:49:22.599Z | Compiling phf_shared v0.11.2 |
| 1487 | 2025-02-21T07:49:22.619Z | Compiling dropshot_endpoint v0.12.0 |
| 1488 | 2025-02-21T07:49:22.983Z | Compiling terminal_size v0.4.0 |
| 1489 | 2025-02-21T07:49:23.219Z | Compiling backtrace v0.3.74 |
| 1490 | 2025-02-21T07:49:23.308Z | Compiling waitgroup v0.1.2 |
| 1491 | 2025-02-21T07:49:23.329Z | Compiling openapiv3 v2.0.0 |
| 1492 | 2025-02-21T07:49:23.544Z | Compiling serde_path_to_error v0.1.16 |
| 1493 | 2025-02-21T07:49:23.670Z | Compiling hkdf v0.12.4 |
| 1494 | 2025-02-21T07:49:23.943Z | Compiling crypto-bigint v0.5.5 |
| 1495 | 2025-02-21T07:49:24.317Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1496 | 2025-02-21T07:49:25.420Z | Compiling hubpack_derive v0.1.1 |
| 1497 | 2025-02-21T07:49:25.742Z | Compiling zerocopy-derive v0.6.6 |
| 1498 | 2025-02-21T07:49:26.084Z | Compiling webpki-roots v0.26.6 |
| 1499 | 2025-02-21T07:49:26.282Z | Compiling hostname v0.4.0 |
| 1500 | 2025-02-21T07:49:26.316Z | Compiling ahash v0.8.11 |
| 1501 | 2025-02-21T07:49:26.503Z | Compiling fs-err v2.11.0 |
| 1502 | 2025-02-21T07:49:26.676Z | Compiling crc32fast v1.4.2 |
| 1503 | 2025-02-21T07:49:26.744Z | Compiling newtype-uuid v1.2.1 |
| 1504 | 2025-02-21T07:49:26.828Z | Compiling bitflags v1.3.2 |
| 1505 | 2025-02-21T07:49:26.946Z | Compiling debug-ignore v1.0.5 |
| 1506 | 2025-02-21T07:49:27.015Z | Compiling managed v0.8.0 |
| 1507 | 2025-02-21T07:49:27.052Z | Compiling unicode-width v0.2.0 |
| 1508 | 2025-02-21T07:49:27.116Z | Compiling winnow v0.5.40 |
| 1509 | 2025-02-21T07:49:27.357Z | Compiling clap_builder v4.5.27 |
| 1510 | 2025-02-21T07:49:27.613Z | Compiling zerocopy v0.6.6 |
| 1511 | 2025-02-21T07:49:27.643Z | Compiling console v0.15.10 |
| 1512 | 2025-02-21T07:49:28.395Z | Compiling flate2 v1.0.35 |
| 1513 | 2025-02-21T07:49:29.012Z | Compiling elliptic-curve v0.13.8 |
| 1514 | 2025-02-21T07:49:29.267Z | Compiling strum_macros v0.25.3 |
| 1515 | 2025-02-21T07:49:29.559Z | Compiling hubpack v0.1.2 |
| 1516 | 2025-02-21T07:49:29.617Z | Compiling hickory-resolver v0.24.3 |
| 1517 | 2025-02-21T07:49:29.989Z | Compiling phf v0.11.2 |
| 1518 | 2025-02-21T07:49:30.269Z | Compiling signal-hook-mio v0.2.4 |
| 1519 | 2025-02-21T07:49:30.446Z | Compiling toml_edit v0.19.15 |
| 1520 | 2025-02-21T07:49:30.611Z | Compiling cookie_store v0.21.1 |
| 1521 | 2025-02-21T07:49:30.669Z | Compiling rayon v1.10.0 |
| 1522 | 2025-02-21T07:49:32.079Z | Compiling bzip2 v0.4.4 |
| 1523 | 2025-02-21T07:49:32.475Z | Compiling hyper-tls v0.6.0 |
| 1524 | 2025-02-21T07:49:33.923Z | Compiling tokio-tungstenite v0.24.0 |
| 1525 | 2025-02-21T07:49:33.926Z | Compiling postgres-types v0.2.8 |
| 1526 | 2025-02-21T07:49:35.009Z | Compiling ed25519 v2.2.3 |
| 1527 | 2025-02-21T07:49:35.298Z | Compiling phf_shared v0.10.0 |
| 1528 | 2025-02-21T07:49:35.301Z | Compiling tokio-stream v0.1.16 |
| 1529 | 2025-02-21T07:49:35.699Z | Compiling pkcs1 v0.7.5 |
| 1530 | 2025-02-21T07:49:36.217Z | Compiling serde-big-array v0.5.1 |
| 1531 | 2025-02-21T07:49:36.308Z | Compiling clap_derive v4.5.24 |
| 1532 | 2025-02-21T07:49:36.466Z | Compiling rfc6979 v0.4.0 |
| 1533 | 2025-02-21T07:49:36.609Z | Compiling serde_repr v0.1.19 |
| 1534 | 2025-02-21T07:49:36.670Z | Compiling derive-where v1.2.7 |
| 1535 | 2025-02-21T07:49:36.826Z | Compiling bstr v1.10.0 |
| 1536 | 2025-02-21T07:49:37.465Z | Compiling float-cmp v0.10.0 |
| 1537 | 2025-02-21T07:49:37.728Z | Compiling sync_wrapper v1.0.1 |
| 1538 | 2025-02-21T07:49:37.770Z | Compiling difflib v0.4.0 |
| 1539 | 2025-02-21T07:49:37.797Z | Compiling normalize-line-endings v0.3.0 |
| 1540 | 2025-02-21T07:49:37.894Z | Compiling bit-vec v0.6.3 |
| 1541 | 2025-02-21T07:49:37.945Z | Compiling fixedbitset v0.4.2 |
| 1542 | 2025-02-21T07:49:38.325Z | Compiling whoami v1.5.2 |
| 1543 | 2025-02-21T07:49:38.378Z | Compiling static_assertions v1.1.0 |
| 1544 | 2025-02-21T07:49:38.399Z | Compiling predicates-core v1.0.8 |
| 1545 | 2025-02-21T07:49:38.489Z | Compiling number_prefix v0.4.0 |
| 1546 | 2025-02-21T07:49:38.720Z | Compiling unicode-segmentation v1.12.0 |
| 1547 | 2025-02-21T07:49:38.740Z | Compiling precomputed-hash v0.1.1 |
| 1548 | 2025-02-21T07:49:38.877Z | Compiling new_debug_unreachable v1.0.6 |
| 1549 | 2025-02-21T07:49:38.898Z | Compiling indicatif v0.17.11 |
| 1550 | 2025-02-21T07:49:38.991Z | Compiling string_cache v0.8.7 |
| 1551 | 2025-02-21T07:49:39.040Z | Compiling tokio-postgres v0.7.12 |
| 1552 | 2025-02-21T07:49:39.424Z | Compiling similar v2.6.0 |
| 1553 | 2025-02-21T07:49:39.584Z | Compiling predicates v3.1.3 |
| 1554 | 2025-02-21T07:49:39.830Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1555 | 2025-02-21T07:49:40.878Z | Compiling clap v4.5.27 |
| 1556 | 2025-02-21T07:49:40.899Z | Compiling bit-set v0.5.3 |
| 1557 | 2025-02-21T07:49:41.009Z | Compiling petgraph v0.6.5 |
| 1558 | 2025-02-21T07:49:41.057Z | Compiling ecdsa v0.16.9 |
| 1559 | 2025-02-21T07:49:41.177Z | Compiling rsa v0.9.6 |
| 1560 | 2025-02-21T07:49:41.468Z | Compiling ed25519-dalek v2.1.1 |
| 1561 | 2025-02-21T07:49:42.877Z | Compiling toml v0.7.8 |
| 1562 | 2025-02-21T07:49:43.937Z | Compiling zip v0.6.6 |
| 1563 | 2025-02-21T07:49:44.339Z | Compiling crossterm v0.28.1 |
| 1564 | 2025-02-21T07:49:45.245Z | Compiling hex v0.4.3 |
| 1565 | 2025-02-21T07:49:45.397Z | Compiling x509-cert v0.2.5 |
| 1566 | 2025-02-21T07:49:45.540Z | Compiling itertools v0.10.5 |
| 1567 | 2025-02-21T07:49:45.832Z | Compiling peg-runtime v0.8.3 |
| 1568 | 2025-02-21T07:49:46.089Z | Compiling lalrpop-util v0.19.12 |
| 1569 | 2025-02-21T07:49:46.418Z | Compiling unicode-xid v0.2.6 |
| 1570 | 2025-02-21T07:49:46.455Z | Compiling strum_macros v0.26.4 |
| 1571 | 2025-02-21T07:49:46.612Z | Compiling xattr v1.3.1 |
| 1572 | 2025-02-21T07:49:46.885Z | Compiling filetime v0.2.25 |
| 1573 | 2025-02-21T07:49:47.198Z | Compiling tar v0.4.42 |
| 1574 | 2025-02-21T07:49:51.004Z | Compiling strum v0.26.3 |
| 1575 | 2025-02-21T07:49:54.370Z | Compiling aws-lc-sys v0.22.0 |
| 1576 | 2025-02-21T07:50:22.373Z | Compiling rustls-webpki v0.102.8 |
| 1577 | 2025-02-21T07:50:25.663Z | Compiling tokio-rustls v0.25.0 |
| 1578 | 2025-02-21T07:50:27.393Z | Compiling tokio-rustls v0.26.0 |
| 1579 | 2025-02-21T07:50:27.700Z | Compiling hyper-rustls v0.27.3 |
| 1580 | 2025-02-21T07:50:28.063Z | Compiling reqwest v0.12.9 |
| 1581 | 2025-02-21T07:50:29.329Z | Compiling qorb v0.2.1 |
| 1582 | 2025-02-21T07:50:32.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1583 | 2025-02-21T07:50:32.657Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1584 | 2025-02-21T07:50:37.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1585 | 2025-02-21T07:50:37.332Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1586 | 2025-02-21T07:50:37.385Z | Feb 21 07:50:36.413 INFO Starting download, target: Clickhouse |
| 1587 | 2025-02-21T07:50:37.385Z | Feb 21 07:50:36.414 INFO Starting download, target: Cockroach |
| 1588 | 2025-02-21T07:50:37.385Z | Feb 21 07:50:36.414 INFO Starting download, target: Console |
| 1589 | 2025-02-21T07:50:37.385Z | Feb 21 07:50:36.414 INFO Starting download, target: DendriteOpenapi |
| 1590 | 2025-02-21T07:50:37.385Z | Feb 21 07:50:36.414 INFO Starting download, target: DendriteStub |
| 1591 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.414 INFO Starting download, target: MaghemiteMgd |
| 1592 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.414 INFO Starting download, target: TransceiverControl |
| 1593 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.414 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1594 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.414 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1595 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.414 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1596 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.415 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1597 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.415 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1598 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.415 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1599 | 2025-02-21T07:50:37.388Z | Feb 21 07:50:36.415 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1600 | 2025-02-21T07:50:37.516Z | Feb 21 07:50:36.538 INFO Download complete, target: DendriteOpenapi |
| 1601 | 2025-02-21T07:50:37.652Z | Feb 21 07:50:36.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1602 | 2025-02-21T07:50:37.834Z | Feb 21 07:50:36.860 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1603 | 2025-02-21T07:50:38.167Z | Feb 21 07:50:37.189 INFO Download complete, target: TransceiverControl |
| 1604 | 2025-02-21T07:50:38.181Z | Feb 21 07:50:37.201 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1605 | 2025-02-21T07:50:38.204Z | Feb 21 07:50:37.230 INFO Download complete, target: Console |
| 1606 | 2025-02-21T07:50:38.362Z | Feb 21 07:50:37.390 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1607 | 2025-02-21T07:50:38.896Z | Feb 21 07:50:37.925 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1608 | 2025-02-21T07:50:38.896Z | Feb 21 07:50:37.925 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1609 | 2025-02-21T07:50:39.257Z | Feb 21 07:50:38.285 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1610 | 2025-02-21T07:50:40.941Z | Feb 21 07:50:39.969 INFO Download complete, target: DendriteStub |
| 1611 | 2025-02-21T07:50:41.208Z | Feb 21 07:50:40.237 INFO Download complete, target: MaghemiteMgd |
| 1612 | 2025-02-21T07:50:46.122Z | Feb 21 07:50:45.150 INFO Checking that binary works, target: Cockroach |
| 1613 | 2025-02-21T07:50:46.461Z | Feb 21 07:50:45.489 INFO Download complete, target: Cockroach |
| 1614 | 2025-02-21T07:50:51.446Z | Feb 21 07:50:50.473 INFO Checking that binary works, target: Clickhouse |
| 1615 | 2025-02-21T07:50:51.628Z | Feb 21 07:50:50.655 INFO Download complete, target: Clickhouse |
| 1616 | 2025-02-21T07:50:51.648Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1617 | 2025-02-21T07:50:51.651Z | |
| 1618 | 2025-02-21T07:50:51.651Z | real 5:01.442871401 |
| 1619 | 2025-02-21T07:50:51.651Z | user 15:32.423718444 |
| 1620 | 2025-02-21T07:50:51.651Z | sys 2:06.683366142 |
| 1621 | 2025-02-21T07:50:51.651Z | trap 0.598933146 |
| 1622 | 2025-02-21T07:50:51.651Z | tflt 0.975964174 |
| 1623 | 2025-02-21T07:50:51.651Z | dflt 0.996405955 |
| 1624 | 2025-02-21T07:50:51.651Z | kflt 0.022822906 |
| 1625 | 2025-02-21T07:50:51.651Z | lock 24:18.630697908 |
| 1626 | 2025-02-21T07:50:51.651Z | slp 55:04.273882691 |
| 1627 | 2025-02-21T07:50:51.651Z | lat 59.774774925 |
| 1628 | 2025-02-21T07:50:51.651Z | stop 2:22.677920906 |
| 1629 | 2025-02-21T07:50:51.651Z | + banner hack-check |
| 1630 | 2025-02-21T07:50:51.655Z | |
| 1631 | 2025-02-21T07:50:51.655Z | # # ## #### # # #### # # ###### #### # # |
| 1632 | 2025-02-21T07:50:51.655Z | # # # # # # # # # # # # # # # # # |
| 1633 | 2025-02-21T07:50:51.655Z | ###### # # # #### ##### # ###### ##### # #### |
| 1634 | 2025-02-21T07:50:51.655Z | # # ###### # # # # # # # # # # |
| 1635 | 2025-02-21T07:50:51.655Z | # # # # # # # # # # # # # # # # # |
| 1636 | 2025-02-21T07:50:51.655Z | # # # # #### # # #### # # ###### #### # # |
| 1637 | 2025-02-21T07:50:51.655Z | |
| 1638 | 2025-02-21T07:50:51.655Z | + export CARGO_INCREMENTAL=0 |
| 1639 | 2025-02-21T07:50:51.655Z | + CARGO_INCREMENTAL=0 |
| 1640 | 2025-02-21T07:50:51.655Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1641 | 2025-02-21T07:50:52.207Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1642 | 2025-02-21T07:50:55.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 1643 | 2025-02-21T07:50:55.095Z | Running `target/debug/xtask check-features --ci` |
| 1644 | 2025-02-21T07:50:55.118Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1645 | 2025-02-21T07:50:55.118Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1646 | 2025-02-21T07:50:55.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1647 | 2025-02-21T07:50:55.607Z | Running `target/debug/xtask download cargo-hack` |
| 1648 | 2025-02-21T07:50:56.469Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1649 | 2025-02-21T07:50:56.867Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1650 | 2025-02-21T07:51:00.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
| 1651 | 2025-02-21T07:51:00.751Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1652 | 2025-02-21T07:51:00.789Z | Feb 21 07:50:59.815 INFO Starting download, target: CargoHack |
| 1653 | 2025-02-21T07:51:00.791Z | Feb 21 07:50:59.816 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1654 | 2025-02-21T07:51:01.410Z | Feb 21 07:51:00.437 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1655 | 2025-02-21T07:51:01.500Z | Feb 21 07:51:00.527 INFO Download complete, target: CargoHack |
| 1656 | 2025-02-21T07:51:01.504Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1657 | 2025-02-21T07:51:01.521Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1658 | 2025-02-21T07:51:01.703Z | info: running `cargo check --bins` on api_identity (1/199) |
| 1659 | 2025-02-21T07:51:02.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1660 | 2025-02-21T07:51:02.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1661 | 2025-02-21T07:51:02.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1662 | 2025-02-21T07:51:02.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1663 | 2025-02-21T07:51:02.326Z | |
| 1664 | 2025-02-21T07:51:02.326Z | info: running `cargo check --bins` on bootstore (2/199) |
| 1665 | 2025-02-21T07:51:02.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1666 | 2025-02-21T07:51:02.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1667 | 2025-02-21T07:51:02.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1668 | 2025-02-21T07:51:02.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1669 | 2025-02-21T07:51:02.982Z | |
| 1670 | 2025-02-21T07:51:02.983Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
| 1671 | 2025-02-21T07:51:03.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1672 | 2025-02-21T07:51:03.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1673 | 2025-02-21T07:51:03.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1674 | 2025-02-21T07:51:03.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1675 | 2025-02-21T07:51:03.632Z | |
| 1676 | 2025-02-21T07:51:03.632Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
| 1677 | 2025-02-21T07:51:04.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1678 | 2025-02-21T07:51:04.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1679 | 2025-02-21T07:51:04.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1680 | 2025-02-21T07:51:04.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1681 | 2025-02-21T07:51:04.276Z | |
| 1682 | 2025-02-21T07:51:04.276Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
| 1683 | 2025-02-21T07:51:04.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1684 | 2025-02-21T07:51:04.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1685 | 2025-02-21T07:51:04.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1686 | 2025-02-21T07:51:04.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1687 | 2025-02-21T07:51:04.729Z | |
| 1688 | 2025-02-21T07:51:04.730Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
| 1689 | 2025-02-21T07:51:05.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1690 | 2025-02-21T07:51:05.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1691 | 2025-02-21T07:51:05.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1692 | 2025-02-21T07:51:05.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1693 | 2025-02-21T07:51:05.182Z | |
| 1694 | 2025-02-21T07:51:05.182Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
| 1695 | 2025-02-21T07:51:05.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1696 | 2025-02-21T07:51:05.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1697 | 2025-02-21T07:51:05.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1698 | 2025-02-21T07:51:05.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1699 | 2025-02-21T07:51:05.633Z | |
| 1700 | 2025-02-21T07:51:05.634Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
| 1701 | 2025-02-21T07:51:06.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1702 | 2025-02-21T07:51:06.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1703 | 2025-02-21T07:51:06.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1704 | 2025-02-21T07:51:06.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1705 | 2025-02-21T07:51:06.072Z | |
| 1706 | 2025-02-21T07:51:06.072Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
| 1707 | 2025-02-21T07:51:06.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1708 | 2025-02-21T07:51:06.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1709 | 2025-02-21T07:51:06.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1710 | 2025-02-21T07:51:06.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1711 | 2025-02-21T07:51:06.516Z | |
| 1712 | 2025-02-21T07:51:06.516Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
| 1713 | 2025-02-21T07:51:06.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1714 | 2025-02-21T07:51:06.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1715 | 2025-02-21T07:51:06.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1716 | 2025-02-21T07:51:06.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1717 | 2025-02-21T07:51:06.961Z | |
| 1718 | 2025-02-21T07:51:06.961Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
| 1719 | 2025-02-21T07:51:07.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1720 | 2025-02-21T07:51:07.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1721 | 2025-02-21T07:51:07.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1722 | 2025-02-21T07:51:07.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1723 | 2025-02-21T07:51:07.407Z | |
| 1724 | 2025-02-21T07:51:07.407Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
| 1725 | 2025-02-21T07:51:07.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1726 | 2025-02-21T07:51:07.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1727 | 2025-02-21T07:51:07.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1728 | 2025-02-21T07:51:07.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1729 | 2025-02-21T07:51:07.850Z | |
| 1730 | 2025-02-21T07:51:07.850Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
| 1731 | 2025-02-21T07:51:08.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1732 | 2025-02-21T07:51:08.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1733 | 2025-02-21T07:51:08.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1734 | 2025-02-21T07:51:08.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1735 | 2025-02-21T07:51:08.293Z | |
| 1736 | 2025-02-21T07:51:08.293Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
| 1737 | 2025-02-21T07:51:08.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1738 | 2025-02-21T07:51:08.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1739 | 2025-02-21T07:51:08.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1740 | 2025-02-21T07:51:08.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1741 | 2025-02-21T07:51:08.730Z | |
| 1742 | 2025-02-21T07:51:08.730Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
| 1743 | 2025-02-21T07:51:09.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1744 | 2025-02-21T07:51:09.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1745 | 2025-02-21T07:51:09.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1746 | 2025-02-21T07:51:09.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1747 | 2025-02-21T07:51:09.176Z | |
| 1748 | 2025-02-21T07:51:09.176Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
| 1749 | 2025-02-21T07:51:09.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1750 | 2025-02-21T07:51:09.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1751 | 2025-02-21T07:51:09.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1752 | 2025-02-21T07:51:09.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1753 | 2025-02-21T07:51:09.631Z | |
| 1754 | 2025-02-21T07:51:09.631Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
| 1755 | 2025-02-21T07:51:10.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1756 | 2025-02-21T07:51:10.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1757 | 2025-02-21T07:51:10.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1758 | 2025-02-21T07:51:10.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1759 | 2025-02-21T07:51:10.079Z | |
| 1760 | 2025-02-21T07:51:10.080Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
| 1761 | 2025-02-21T07:51:10.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1762 | 2025-02-21T07:51:10.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1763 | 2025-02-21T07:51:10.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1764 | 2025-02-21T07:51:10.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1765 | 2025-02-21T07:51:10.531Z | |
| 1766 | 2025-02-21T07:51:10.531Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
| 1767 | 2025-02-21T07:51:10.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1768 | 2025-02-21T07:51:10.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1769 | 2025-02-21T07:51:10.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1770 | 2025-02-21T07:51:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1771 | 2025-02-21T07:51:10.973Z | |
| 1772 | 2025-02-21T07:51:10.973Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
| 1773 | 2025-02-21T07:51:11.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1774 | 2025-02-21T07:51:11.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1775 | 2025-02-21T07:51:11.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1776 | 2025-02-21T07:51:11.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1777 | 2025-02-21T07:51:11.419Z | |
| 1778 | 2025-02-21T07:51:11.419Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
| 1779 | 2025-02-21T07:51:11.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1780 | 2025-02-21T07:51:11.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1781 | 2025-02-21T07:51:11.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1782 | 2025-02-21T07:51:11.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1783 | 2025-02-21T07:51:11.869Z | |
| 1784 | 2025-02-21T07:51:11.869Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
| 1785 | 2025-02-21T07:51:12.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1786 | 2025-02-21T07:51:12.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1787 | 2025-02-21T07:51:12.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1788 | 2025-02-21T07:51:12.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1789 | 2025-02-21T07:51:12.317Z | |
| 1790 | 2025-02-21T07:51:12.317Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
| 1791 | 2025-02-21T07:51:12.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2025-02-21T07:51:12.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2025-02-21T07:51:12.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2025-02-21T07:51:12.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1795 | 2025-02-21T07:51:12.770Z | |
| 1796 | 2025-02-21T07:51:12.770Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
| 1797 | 2025-02-21T07:51:13.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2025-02-21T07:51:13.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2025-02-21T07:51:13.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2025-02-21T07:51:13.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1801 | 2025-02-21T07:51:13.217Z | |
| 1802 | 2025-02-21T07:51:13.217Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
| 1803 | 2025-02-21T07:51:13.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2025-02-21T07:51:13.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2025-02-21T07:51:13.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2025-02-21T07:51:13.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1807 | 2025-02-21T07:51:13.661Z | |
| 1808 | 2025-02-21T07:51:13.661Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
| 1809 | 2025-02-21T07:51:14.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2025-02-21T07:51:14.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2025-02-21T07:51:14.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2025-02-21T07:51:14.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1813 | 2025-02-21T07:51:14.098Z | |
| 1814 | 2025-02-21T07:51:14.098Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
| 1815 | 2025-02-21T07:51:14.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2025-02-21T07:51:14.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2025-02-21T07:51:14.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2025-02-21T07:51:14.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1819 | 2025-02-21T07:51:14.543Z | |
| 1820 | 2025-02-21T07:51:14.543Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
| 1821 | 2025-02-21T07:51:14.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2025-02-21T07:51:14.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2025-02-21T07:51:14.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2025-02-21T07:51:14.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1825 | 2025-02-21T07:51:14.980Z | |
| 1826 | 2025-02-21T07:51:14.981Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
| 1827 | 2025-02-21T07:51:15.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2025-02-21T07:51:15.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2025-02-21T07:51:15.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2025-02-21T07:51:15.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1831 | 2025-02-21T07:51:15.421Z | |
| 1832 | 2025-02-21T07:51:15.421Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
| 1833 | 2025-02-21T07:51:15.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2025-02-21T07:51:15.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2025-02-21T07:51:15.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2025-02-21T07:51:15.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1837 | 2025-02-21T07:51:15.859Z | |
| 1838 | 2025-02-21T07:51:15.859Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
| 1839 | 2025-02-21T07:51:16.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2025-02-21T07:51:16.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2025-02-21T07:51:16.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2025-02-21T07:51:16.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1843 | 2025-02-21T07:51:16.309Z | |
| 1844 | 2025-02-21T07:51:16.309Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
| 1845 | 2025-02-21T07:51:16.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2025-02-21T07:51:16.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2025-02-21T07:51:16.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2025-02-21T07:51:16.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1849 | 2025-02-21T07:51:16.757Z | |
| 1850 | 2025-02-21T07:51:16.757Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
| 1851 | 2025-02-21T07:51:17.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2025-02-21T07:51:17.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2025-02-21T07:51:17.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2025-02-21T07:51:17.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1855 | 2025-02-21T07:51:17.213Z | |
| 1856 | 2025-02-21T07:51:17.213Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
| 1857 | 2025-02-21T07:51:17.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2025-02-21T07:51:17.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2025-02-21T07:51:17.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2025-02-21T07:51:17.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1861 | 2025-02-21T07:51:17.659Z | |
| 1862 | 2025-02-21T07:51:17.659Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
| 1863 | 2025-02-21T07:51:18.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2025-02-21T07:51:18.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2025-02-21T07:51:18.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2025-02-21T07:51:18.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1867 | 2025-02-21T07:51:18.103Z | |
| 1868 | 2025-02-21T07:51:18.103Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
| 1869 | 2025-02-21T07:51:18.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2025-02-21T07:51:18.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2025-02-21T07:51:18.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2025-02-21T07:51:18.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1873 | 2025-02-21T07:51:18.541Z | |
| 1874 | 2025-02-21T07:51:18.541Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
| 1875 | 2025-02-21T07:51:18.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2025-02-21T07:51:18.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2025-02-21T07:51:18.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2025-02-21T07:51:18.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2025-02-21T07:51:18.996Z | |
| 1880 | 2025-02-21T07:51:18.996Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
| 1881 | 2025-02-21T07:51:19.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2025-02-21T07:51:19.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2025-02-21T07:51:19.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2025-02-21T07:51:19.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2025-02-21T07:51:20.451Z | |
| 1886 | 2025-02-21T07:51:20.451Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
| 1887 | 2025-02-21T07:51:20.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2025-02-21T07:51:20.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2025-02-21T07:51:20.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2025-02-21T07:51:20.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1891 | 2025-02-21T07:51:20.454Z | |
| 1892 | 2025-02-21T07:51:20.454Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
| 1893 | 2025-02-21T07:51:20.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2025-02-21T07:51:20.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2025-02-21T07:51:20.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2025-02-21T07:51:20.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2025-02-21T07:51:20.454Z | |
| 1898 | 2025-02-21T07:51:20.454Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
| 1899 | 2025-02-21T07:51:20.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2025-02-21T07:51:20.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2025-02-21T07:51:20.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2025-02-21T07:51:20.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1903 | 2025-02-21T07:51:20.817Z | |
| 1904 | 2025-02-21T07:51:20.817Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
| 1905 | 2025-02-21T07:51:21.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2025-02-21T07:51:21.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2025-02-21T07:51:21.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2025-02-21T07:51:21.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1909 | 2025-02-21T07:51:21.267Z | |
| 1910 | 2025-02-21T07:51:21.267Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
| 1911 | 2025-02-21T07:51:21.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2025-02-21T07:51:21.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2025-02-21T07:51:21.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2025-02-21T07:51:21.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1915 | 2025-02-21T07:51:21.727Z | |
| 1916 | 2025-02-21T07:51:21.727Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
| 1917 | 2025-02-21T07:51:22.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2025-02-21T07:51:22.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2025-02-21T07:51:22.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2025-02-21T07:51:22.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1921 | 2025-02-21T07:51:22.177Z | |
| 1922 | 2025-02-21T07:51:22.177Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
| 1923 | 2025-02-21T07:51:22.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2025-02-21T07:51:22.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2025-02-21T07:51:22.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2025-02-21T07:51:22.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1927 | 2025-02-21T07:51:22.840Z | |
| 1928 | 2025-02-21T07:51:22.840Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
| 1929 | 2025-02-21T07:51:23.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2025-02-21T07:51:23.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2025-02-21T07:51:23.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2025-02-21T07:51:23.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1933 | 2025-02-21T07:51:23.500Z | |
| 1934 | 2025-02-21T07:51:23.500Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
| 1935 | 2025-02-21T07:51:24.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2025-02-21T07:51:24.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2025-02-21T07:51:24.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2025-02-21T07:51:24.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1939 | 2025-02-21T07:51:24.165Z | |
| 1940 | 2025-02-21T07:51:24.165Z | info: running `cargo check --bins` on oxlog (48/199) |
| 1941 | 2025-02-21T07:51:24.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2025-02-21T07:51:24.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2025-02-21T07:51:24.811Z | Checking cfg-if v1.0.0 |
| 1944 | 2025-02-21T07:51:24.814Z | Checking libc v0.2.169 |
| 1945 | 2025-02-21T07:51:24.921Z | Checking serde v1.0.217 |
| 1946 | 2025-02-21T07:51:24.922Z | Checking zeroize v1.8.1 |
| 1947 | 2025-02-21T07:51:24.944Z | Checking memchr v2.7.4 |
| 1948 | 2025-02-21T07:51:24.955Z | Checking typenum v1.17.0 |
| 1949 | 2025-02-21T07:51:24.958Z | Checking subtle v2.6.1 |
| 1950 | 2025-02-21T07:51:24.969Z | Checking scopeguard v1.2.0 |
| 1951 | 2025-02-21T07:51:24.994Z | Checking value-bag v1.9.0 |
| 1952 | 2025-02-21T07:51:25.125Z | Checking lock_api v0.4.12 |
| 1953 | 2025-02-21T07:51:25.194Z | Checking smallvec v1.13.2 |
| 1954 | 2025-02-21T07:51:25.215Z | Checking itoa v1.0.11 |
| 1955 | 2025-02-21T07:51:25.398Z | Checking log v0.4.22 |
| 1956 | 2025-02-21T07:51:25.445Z | Checking const-oid v0.9.6 |
| 1957 | 2025-02-21T07:51:25.496Z | Checking pin-project-lite v0.2.14 |
| 1958 | 2025-02-21T07:51:25.516Z | Checking byteorder v1.5.0 |
| 1959 | 2025-02-21T07:51:25.627Z | Checking once_cell v1.20.2 |
| 1960 | 2025-02-21T07:51:25.825Z | Checking futures-core v0.3.31 |
| 1961 | 2025-02-21T07:51:25.906Z | Checking cpufeatures v0.2.14 |
| 1962 | 2025-02-21T07:51:25.929Z | Checking stable_deref_trait v1.2.0 |
| 1963 | 2025-02-21T07:51:25.945Z | Checking getrandom v0.2.15 |
| 1964 | 2025-02-21T07:51:25.947Z | Checking parking_lot_core v0.9.10 |
| 1965 | 2025-02-21T07:51:26.002Z | Checking signal-hook-registry v1.4.2 |
| 1966 | 2025-02-21T07:51:26.016Z | Checking mio v1.0.2 |
| 1967 | 2025-02-21T07:51:26.034Z | Checking futures-sink v0.3.31 |
| 1968 | 2025-02-21T07:51:26.049Z | Checking generic-array v0.14.7 |
| 1969 | 2025-02-21T07:51:26.179Z | Checking socket2 v0.5.7 |
| 1970 | 2025-02-21T07:51:26.197Z | Checking rand_core v0.6.4 |
| 1971 | 2025-02-21T07:51:26.240Z | Checking zerocopy v0.7.35 |
| 1972 | 2025-02-21T07:51:26.292Z | Checking parking_lot v0.12.3 |
| 1973 | 2025-02-21T07:51:26.531Z | Checking zerofrom v0.1.4 |
| 1974 | 2025-02-21T07:51:26.627Z | Checking spin v0.9.8 |
| 1975 | 2025-02-21T07:51:26.642Z | Checking slab v0.4.9 |
| 1976 | 2025-02-21T07:51:26.684Z | Checking futures-channel v0.3.31 |
| 1977 | 2025-02-21T07:51:26.733Z | Checking yoke v0.7.4 |
| 1978 | 2025-02-21T07:51:26.903Z | Checking foldhash v0.1.3 |
| 1979 | 2025-02-21T07:51:26.957Z | Checking allocator-api2 v0.2.18 |
| 1980 | 2025-02-21T07:51:27.032Z | Checking futures-task v0.3.31 |
| 1981 | 2025-02-21T07:51:27.079Z | Checking zerovec v0.10.4 |
| 1982 | 2025-02-21T07:51:27.118Z | Checking equivalent v1.0.1 |
| 1983 | 2025-02-21T07:51:27.158Z | Checking crypto-common v0.1.6 |
| 1984 | 2025-02-21T07:51:27.244Z | Checking block-buffer v0.10.4 |
| 1985 | 2025-02-21T07:51:27.261Z | Checking futures-io v0.3.31 |
| 1986 | 2025-02-21T07:51:27.330Z | Checking pin-utils v0.1.0 |
| 1987 | 2025-02-21T07:51:27.346Z | Checking block-padding v0.3.3 |
| 1988 | 2025-02-21T07:51:27.430Z | Checking ryu v1.0.18 |
| 1989 | 2025-02-21T07:51:27.447Z | Checking futures-util v0.3.31 |
| 1990 | 2025-02-21T07:51:27.464Z | Checking digest v0.10.7 |
| 1991 | 2025-02-21T07:51:27.477Z | Checking fnv v1.0.7 |
| 1992 | 2025-02-21T07:51:27.537Z | Checking hashbrown v0.15.1 |
| 1993 | 2025-02-21T07:51:27.569Z | Checking inout v0.1.3 |
| 1994 | 2025-02-21T07:51:27.605Z | Checking writeable v0.5.5 |
| 1995 | 2025-02-21T07:51:27.671Z | Checking litemap v0.7.3 |
| 1996 | 2025-02-21T07:51:27.807Z | Checking cipher v0.4.4 |
| 1997 | 2025-02-21T07:51:27.829Z | Checking hmac v0.12.1 |
| 1998 | 2025-02-21T07:51:27.930Z | Checking sha2 v0.10.8 |
| 1999 | 2025-02-21T07:51:27.995Z | Checking libm v0.2.8 |
| 2000 | 2025-02-21T07:51:28.049Z | Checking base64ct v1.6.0 |
| 2001 | 2025-02-21T07:51:28.209Z | Checking ppv-lite86 v0.2.20 |
| 2002 | 2025-02-21T07:51:28.497Z | Checking pem-rfc7468 v0.7.0 |
| 2003 | 2025-02-21T07:51:28.519Z | Checking icu_locid_transform_data v1.5.0 |
| 2004 | 2025-02-21T07:51:28.574Z | Checking flagset v0.4.6 |
| 2005 | 2025-02-21T07:51:28.625Z | Checking tracing-core v0.1.32 |
| 2006 | 2025-02-21T07:51:28.640Z | Checking tinystr v0.7.6 |
| 2007 | 2025-02-21T07:51:28.757Z | Checking icu_collections v1.5.0 |
| 2008 | 2025-02-21T07:51:28.783Z | Checking der v0.7.9 |
| 2009 | 2025-02-21T07:51:28.882Z | Checking num-traits v0.2.19 |
| 2010 | 2025-02-21T07:51:28.917Z | Checking rand_chacha v0.3.1 |
| 2011 | 2025-02-21T07:51:28.965Z | Checking icu_locid v1.5.0 |
| 2012 | 2025-02-21T07:51:29.233Z | Checking thiserror v1.0.69 |
| 2013 | 2025-02-21T07:51:29.328Z | Checking icu_properties_data v1.5.0 |
| 2014 | 2025-02-21T07:51:29.384Z | Checking percent-encoding v2.3.1 |
| 2015 | 2025-02-21T07:51:29.401Z | Checking rustls-pki-types v1.10.0 |
| 2016 | 2025-02-21T07:51:29.483Z | Checking bytes v1.9.0 |
| 2017 | 2025-02-21T07:51:29.562Z | Checking indexmap v2.7.1 |
| 2018 | 2025-02-21T07:51:29.606Z | Checking serde_json v1.0.135 |
| 2019 | 2025-02-21T07:51:29.920Z | Checking icu_provider v1.5.0 |
| 2020 | 2025-02-21T07:51:29.936Z | Checking bitflags v2.6.0 |
| 2021 | 2025-02-21T07:51:30.245Z | Checking rand v0.8.5 |
| 2022 | 2025-02-21T07:51:30.295Z | Checking tokio v1.43.0 |
| 2023 | 2025-02-21T07:51:30.386Z | Checking http v1.2.0 |
| 2024 | 2025-02-21T07:51:30.533Z | Checking spki v0.7.3 |
| 2025 | 2025-02-21T07:51:30.560Z | Checking icu_locid_transform v1.5.0 |
| 2026 | 2025-02-21T07:51:30.806Z | Checking tracing v0.1.40 |
| 2027 | 2025-02-21T07:51:30.829Z | Checking salsa20 v0.10.2 |
| 2028 | 2025-02-21T07:51:31.059Z | Checking pbkdf2 v0.12.2 |
| 2029 | 2025-02-21T07:51:31.148Z | Checking aws-lc-sys v0.22.0 |
| 2030 | 2025-02-21T07:51:31.233Z | Checking httparse v1.9.5 |
| 2031 | 2025-02-21T07:51:31.279Z | Checking untrusted v0.9.0 |
| 2032 | 2025-02-21T07:51:31.445Z | Checking utf8_iter v1.0.4 |
| 2033 | 2025-02-21T07:51:31.461Z | Checking write16 v1.0.0 |
| 2034 | 2025-02-21T07:51:31.562Z | Checking icu_properties v1.5.1 |
| 2035 | 2025-02-21T07:51:31.604Z | Checking powerfmt v0.2.0 |
| 2036 | 2025-02-21T07:51:31.649Z | Checking mirai-annotations v1.12.0 |
| 2037 | 2025-02-21T07:51:31.672Z | Checking untrusted v0.7.1 |
| 2038 | 2025-02-21T07:51:31.688Z | Checking icu_normalizer_data v1.5.0 |
| 2039 | 2025-02-21T07:51:31.792Z | Checking utf16_iter v1.0.5 |
| 2040 | 2025-02-21T07:51:31.822Z | Checking ring v0.17.8 |
| 2041 | 2025-02-21T07:51:31.838Z | Checking scrypt v0.11.0 |
| 2042 | 2025-02-21T07:51:31.855Z | Checking deranged v0.3.11 |
| 2043 | 2025-02-21T07:51:31.964Z | Checking cbc v0.1.2 |
| 2044 | 2025-02-21T07:51:31.981Z | Checking aes v0.8.4 |
| 2045 | 2025-02-21T07:51:32.057Z | Checking crossbeam-utils v0.8.20 |
| 2046 | 2025-02-21T07:51:32.169Z | Checking tinyvec_macros v0.1.1 |
| 2047 | 2025-02-21T07:51:32.265Z | Checking num_threads v0.1.7 |
| 2048 | 2025-02-21T07:51:32.392Z | Checking atomic-waker v1.1.2 |
| 2049 | 2025-02-21T07:51:32.540Z | Checking time-core v0.1.2 |
| 2050 | 2025-02-21T07:51:32.710Z | Checking num-conv v0.1.0 |
| 2051 | 2025-02-21T07:51:32.737Z | Checking tinyvec v1.8.0 |
| 2052 | 2025-02-21T07:51:32.849Z | Checking pkcs5 v0.7.1 |
| 2053 | 2025-02-21T07:51:32.957Z | Checking http-body v1.0.1 |
| 2054 | 2025-02-21T07:51:33.151Z | Checking time v0.3.36 |
| 2055 | 2025-02-21T07:51:33.178Z | Checking form_urlencoded v1.2.1 |
| 2056 | 2025-02-21T07:51:33.233Z | Checking aws-lc-rs v1.10.0 |
| 2057 | 2025-02-21T07:51:33.362Z | Checking try-lock v0.2.5 |
| 2058 | 2025-02-21T07:51:33.387Z | Checking pkcs8 v0.10.2 |
| 2059 | 2025-02-21T07:51:33.504Z | Checking want v0.3.1 |
| 2060 | 2025-02-21T07:51:33.588Z | Checking uuid v1.12.0 |
| 2061 | 2025-02-21T07:51:33.691Z | Checking httpdate v1.0.3 |
| 2062 | 2025-02-21T07:51:33.694Z | Checking unicode-ident v1.0.14 |
| 2063 | 2025-02-21T07:51:33.882Z | Checking proc-macro2 v1.0.92 |
| 2064 | 2025-02-21T07:51:33.928Z | Checking toml_datetime v0.6.8 |
| 2065 | 2025-02-21T07:51:34.086Z | Checking serde_spanned v0.6.8 |
| 2066 | 2025-02-21T07:51:34.192Z | Checking slog v2.7.0 |
| 2067 | 2025-02-21T07:51:34.236Z | Checking scroll v0.12.0 |
| 2068 | 2025-02-21T07:51:34.280Z | Checking plain v0.2.3 |
| 2069 | 2025-02-21T07:51:34.444Z | Checking iana-time-zone v0.1.61 |
| 2070 | 2025-02-21T07:51:34.568Z | Checking match_cfg v0.1.0 |
| 2071 | 2025-02-21T07:51:34.608Z | Checking adler2 v2.0.0 |
| 2072 | 2025-02-21T07:51:34.649Z | Checking base64 v0.22.1 |
| 2073 | 2025-02-21T07:51:34.669Z | Checking foreign-types-shared v0.1.1 |
| 2074 | 2025-02-21T07:51:34.688Z | Checking ucd-trie v0.1.7 |
| 2075 | 2025-02-21T07:51:34.761Z | Checking tower-service v0.3.3 |
| 2076 | 2025-02-21T07:51:34.789Z | Checking foreign-types v0.3.2 |
| 2077 | 2025-02-21T07:51:34.814Z | Checking icu_normalizer v1.5.0 |
| 2078 | 2025-02-21T07:51:34.882Z | Checking miniz_oxide v0.8.0 |
| 2079 | 2025-02-21T07:51:34.900Z | Checking goblin v0.8.2 |
| 2080 | 2025-02-21T07:51:34.902Z | Checking pest v2.7.14 |
| 2081 | 2025-02-21T07:51:34.949Z | Checking rustls-webpki v0.102.8 |
| 2082 | 2025-02-21T07:51:35.169Z | Checking hostname v0.3.1 |
| 2083 | 2025-02-21T07:51:35.312Z | Checking chrono v0.4.39 |
| 2084 | 2025-02-21T07:51:35.580Z | Checking quote v1.0.38 |
| 2085 | 2025-02-21T07:51:35.610Z | Checking idna_adapter v1.2.0 |
| 2086 | 2025-02-21T07:51:35.633Z | Checking openssl-sys v0.9.105 |
| 2087 | 2025-02-21T07:51:35.800Z | Checking errno v0.3.9 |
| 2088 | 2025-02-21T07:51:35.826Z | Checking idna v1.0.3 |
| 2089 | 2025-02-21T07:51:35.920Z | Checking dirs-sys-next v0.1.2 |
| 2090 | 2025-02-21T07:51:35.992Z | Checking aho-corasick v1.1.3 |
| 2091 | 2025-02-21T07:51:36.104Z | Checking data-encoding v2.6.0 |
| 2092 | 2025-02-21T07:51:36.311Z | Checking url v2.5.3 |
| 2093 | 2025-02-21T07:51:37.019Z | Checking regex-syntax v0.8.5 |
| 2094 | 2025-02-21T07:51:37.040Z | Compiling newtype-uuid v1.2.1 |
| 2095 | 2025-02-21T07:51:37.123Z | Checking siphasher v0.3.11 |
| 2096 | 2025-02-21T07:51:37.162Z | Checking pretty-hex v0.4.1 |
| 2097 | 2025-02-21T07:51:37.175Z | Checking tokio-util v0.7.12 |
| 2098 | 2025-02-21T07:51:37.325Z | Checking openssl v0.10.70 |
| 2099 | 2025-02-21T07:51:37.366Z | Checking dirs-next v2.0.0 |
| 2100 | 2025-02-21T07:51:37.401Z | Checking rustix v0.38.37 |
| 2101 | 2025-02-21T07:51:37.477Z | Checking dtrace-parser v0.2.0 |
| 2102 | 2025-02-21T07:51:37.494Z | Checking syn v2.0.96 |
| 2103 | 2025-02-21T07:51:37.597Z | Checking unicode-normalization v0.1.24 |
| 2104 | 2025-02-21T07:51:37.917Z | Checking http-body-util v0.1.2 |
| 2105 | 2025-02-21T07:51:37.984Z | Checking h2 v0.4.6 |
| 2106 | 2025-02-21T07:51:38.365Z | Checking crossbeam-epoch v0.9.18 |
| 2107 | 2025-02-21T07:51:38.527Z | Checking signature v2.2.0 |
| 2108 | 2025-02-21T07:51:38.734Z | Checking sha1 v0.10.6 |
| 2109 | 2025-02-21T07:51:38.768Z | Checking thread-id v4.2.2 |
| 2110 | 2025-02-21T07:51:38.882Z | Checking thread_local v1.1.8 |
| 2111 | 2025-02-21T07:51:39.028Z | Checking encoding_rs v0.8.34 |
| 2112 | 2025-02-21T07:51:39.140Z | Checking ipnet v2.10.1 |
| 2113 | 2025-02-21T07:51:39.621Z | Checking unicode-bidi v0.3.17 |
| 2114 | 2025-02-21T07:51:39.742Z | Checking dof v0.3.0 |
| 2115 | 2025-02-21T07:51:39.900Z | Checking regex-automata v0.4.8 |
| 2116 | 2025-02-21T07:51:40.276Z | Checking utf8parse v0.2.2 |
| 2117 | 2025-02-21T07:51:40.380Z | Checking either v1.13.0 |
| 2118 | 2025-02-21T07:51:40.434Z | Checking winnow v0.6.20 |
| 2119 | 2025-02-21T07:51:40.669Z | Checking anstyle v1.0.10 |
| 2120 | 2025-02-21T07:51:40.745Z | Checking unicode-properties v0.1.3 |
| 2121 | 2025-02-21T07:51:41.038Z | Checking openssl-probe v0.1.5 |
| 2122 | 2025-02-21T07:51:41.110Z | Checking mime v0.3.17 |
| 2123 | 2025-02-21T07:51:41.204Z | Checking gimli v0.31.1 |
| 2124 | 2025-02-21T07:51:41.244Z | Checking stringprep v0.1.5 |
| 2125 | 2025-02-21T07:51:41.441Z | Checking anstyle-parse v0.2.5 |
| 2126 | 2025-02-21T07:51:41.565Z | Checking crossbeam-deque v0.8.5 |
| 2127 | 2025-02-21T07:51:41.727Z | Checking term v0.7.0 |
| 2128 | 2025-02-21T07:51:41.895Z | Checking rustls v0.23.19 |
| 2129 | 2025-02-21T07:51:42.158Z | Checking rustls v0.22.4 |
| 2130 | 2025-02-21T07:51:42.443Z | Checking native-tls v0.2.12 |
| 2131 | 2025-02-21T07:51:42.770Z | Checking slog-json v2.6.1 |
| 2132 | 2025-02-21T07:51:43.025Z | Checking serde_urlencoded v0.7.1 |
| 2133 | 2025-02-21T07:51:43.171Z | Checking toml_edit v0.22.22 |
| 2134 | 2025-02-21T07:51:43.435Z | Checking usdt-impl v0.5.0 |
| 2135 | 2025-02-21T07:51:43.451Z | Checking crossbeam-channel v0.5.13 |
| 2136 | 2025-02-21T07:51:43.994Z | Checking futures-executor v0.3.31 |
| 2137 | 2025-02-21T07:51:44.186Z | Checking num-integer v0.1.46 |
| 2138 | 2025-02-21T07:51:44.245Z | Checking rustls-pemfile v2.2.0 |
| 2139 | 2025-02-21T07:51:44.296Z | Checking hyper v1.5.2 |
| 2140 | 2025-02-21T07:51:44.311Z | Checking md-5 v0.10.6 |
| 2141 | 2025-02-21T07:51:44.482Z | Checking ff v0.13.0 |
| 2142 | 2025-02-21T07:51:44.544Z | Checking is-terminal v0.4.13 |
| 2143 | 2025-02-21T07:51:44.656Z | Checking memmap v0.7.0 |
| 2144 | 2025-02-21T07:51:44.683Z | Checking hash32 v0.2.1 |
| 2145 | 2025-02-21T07:51:44.697Z | Checking object v0.36.5 |
| 2146 | 2025-02-21T07:51:44.866Z | Checking utf-8 v0.7.6 |
| 2147 | 2025-02-21T07:51:44.964Z | Checking fallible-iterator v0.2.0 |
| 2148 | 2025-02-21T07:51:45.085Z | Checking anstyle-query v1.1.1 |
| 2149 | 2025-02-21T07:51:45.102Z | Checking addr2line v0.24.2 |
| 2150 | 2025-02-21T07:51:45.220Z | Checking linked-hash-map v0.5.6 |
| 2151 | 2025-02-21T07:51:45.473Z | Checking quick-error v1.2.3 |
| 2152 | 2025-02-21T07:51:45.527Z | Checking rustc-demangle v0.1.24 |
| 2153 | 2025-02-21T07:51:45.545Z | Checking dyn-clone v1.0.17 |
| 2154 | 2025-02-21T07:51:45.603Z | Checking take_mut v0.2.2 |
| 2155 | 2025-02-21T07:51:45.619Z | Checking colorchoice v1.0.2 |
| 2156 | 2025-02-21T07:51:45.691Z | Checking is_terminal_polyfill v1.70.1 |
| 2157 | 2025-02-21T07:51:45.756Z | Checking base16ct v0.2.0 |
| 2158 | 2025-02-21T07:51:45.774Z | Checking psl-types v2.0.11 |
| 2159 | 2025-02-21T07:51:45.776Z | Checking toml v0.8.19 |
| 2160 | 2025-02-21T07:51:45.810Z | Checking anstream v0.6.15 |
| 2161 | 2025-02-21T07:51:45.959Z | Checking publicsuffix v2.3.0 |
| 2162 | 2025-02-21T07:51:45.962Z | Checking sec1 v0.7.3 |
| 2163 | 2025-02-21T07:51:45.962Z | Checking slog-async v2.8.0 |
| 2164 | 2025-02-21T07:51:46.175Z | Checking schemars v0.8.21 |
| 2165 | 2025-02-21T07:51:46.240Z | Checking resolv-conf v0.7.0 |
| 2166 | 2025-02-21T07:51:46.257Z | Checking hyper-util v0.1.10 |
| 2167 | 2025-02-21T07:51:46.281Z | Checking postgres-protocol v0.6.7 |
| 2168 | 2025-02-21T07:51:46.358Z | Checking lru-cache v0.1.2 |
| 2169 | 2025-02-21T07:51:46.479Z | Checking tokio-rustls v0.25.0 |
| 2170 | 2025-02-21T07:51:46.544Z | Checking tungstenite v0.24.0 |
| 2171 | 2025-02-21T07:51:46.602Z | Checking heapless v0.7.17 |
| 2172 | 2025-02-21T07:51:46.859Z | Checking usdt v0.5.0 |
| 2173 | 2025-02-21T07:51:46.921Z | Checking group v0.13.0 |
| 2174 | 2025-02-21T07:51:47.070Z | Checking tokio-rustls v0.26.0 |
| 2175 | 2025-02-21T07:51:47.120Z | Checking slog-term v2.9.1 |
| 2176 | 2025-02-21T07:51:47.170Z | Checking num-iter v0.1.45 |
| 2177 | 2025-02-21T07:51:47.348Z | Checking futures v0.3.31 |
| 2178 | 2025-02-21T07:51:47.404Z | Checking slog-bunyan v2.5.0 |
| 2179 | 2025-02-21T07:51:47.465Z | Checking tokio-native-tls v0.3.1 |
| 2180 | 2025-02-21T07:51:47.482Z | Checking rayon-core v1.12.1 |
| 2181 | 2025-02-21T07:51:47.499Z | Checking multer v3.1.0 |
| 2182 | 2025-02-21T07:51:47.560Z | Checking terminal_size v0.4.0 |
| 2183 | 2025-02-21T07:51:47.610Z | Checking hickory-proto v0.24.3 |
| 2184 | 2025-02-21T07:51:47.712Z | Checking phf_shared v0.11.2 |
| 2185 | 2025-02-21T07:51:47.743Z | Checking cookie v0.18.1 |
| 2186 | 2025-02-21T07:51:47.901Z | Checking async-stream v0.3.6 |
| 2187 | 2025-02-21T07:51:47.977Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2188 | 2025-02-21T07:51:47.997Z | Checking signal-hook v0.3.17 |
| 2189 | 2025-02-21T07:51:48.105Z | Checking camino v1.1.9 |
| 2190 | 2025-02-21T07:51:48.121Z | Checking waitgroup v0.1.2 |
| 2191 | 2025-02-21T07:51:48.135Z | Checking openapiv3 v2.0.0 |
| 2192 | 2025-02-21T07:51:48.169Z | Checking webpki-roots v0.26.6 |
| 2193 | 2025-02-21T07:51:48.224Z | Checking serde_path_to_error v0.1.16 |
| 2194 | 2025-02-21T07:51:48.257Z | Checking hkdf v0.12.4 |
| 2195 | 2025-02-21T07:51:48.329Z | Checking crypto-bigint v0.5.5 |
| 2196 | 2025-02-21T07:51:48.374Z | Checking lazy_static v1.5.0 |
| 2197 | 2025-02-21T07:51:48.466Z | Checking hostname v0.4.0 |
| 2198 | 2025-02-21T07:51:48.511Z | Checking crc32fast v1.4.2 |
| 2199 | 2025-02-21T07:51:48.611Z | Checking managed v0.8.0 |
| 2200 | 2025-02-21T07:51:48.614Z | Checking debug-ignore v1.0.5 |
| 2201 | 2025-02-21T07:51:48.746Z | Checking winnow v0.5.40 |
| 2202 | 2025-02-21T07:51:48.779Z | Checking unicode-width v0.2.0 |
| 2203 | 2025-02-21T07:51:48.807Z | Checking clap_lex v0.7.4 |
| 2204 | 2025-02-21T07:51:48.986Z | Checking strsim v0.11.1 |
| 2205 | 2025-02-21T07:51:49.065Z | Checking bitflags v1.3.2 |
| 2206 | 2025-02-21T07:51:49.178Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2207 | 2025-02-21T07:51:49.263Z | Checking clap_builder v4.5.27 |
| 2208 | 2025-02-21T07:51:49.286Z | Checking console v0.15.10 |
| 2209 | 2025-02-21T07:51:49.491Z | Checking smoltcp v0.9.1 |
| 2210 | 2025-02-21T07:51:49.867Z | Checking flate2 v1.0.35 |
| 2211 | 2025-02-21T07:51:50.503Z | Checking num-bigint-dig v0.8.4 |
| 2212 | 2025-02-21T07:51:50.646Z | Checking backtrace v0.3.74 |
| 2213 | 2025-02-21T07:51:50.922Z | Checking hyper-rustls v0.27.3 |
| 2214 | 2025-02-21T07:51:51.184Z | Checking elliptic-curve v0.13.8 |
| 2215 | 2025-02-21T07:51:51.217Z | Checking anyhow v1.0.95 |
| 2216 | 2025-02-21T07:51:51.259Z | Checking signal-hook-mio v0.2.4 |
| 2217 | 2025-02-21T07:51:51.306Z | Checking dropshot v0.12.0 |
| 2218 | 2025-02-21T07:51:51.415Z | Checking hyper-tls v0.6.0 |
| 2219 | 2025-02-21T07:51:51.549Z | Checking toml_edit v0.19.15 |
| 2220 | 2025-02-21T07:51:51.636Z | Checking cookie_store v0.21.1 |
| 2221 | 2025-02-21T07:51:51.706Z | Checking rayon v1.10.0 |
| 2222 | 2025-02-21T07:51:51.852Z | Checking bzip2 v0.4.4 |
| 2223 | 2025-02-21T07:51:52.151Z | Checking phf v0.11.2 |
| 2224 | 2025-02-21T07:51:52.205Z | Checking tokio-tungstenite v0.24.0 |
| 2225 | 2025-02-21T07:51:52.224Z | Checking hickory-resolver v0.24.3 |
| 2226 | 2025-02-21T07:51:52.296Z | Checking postgres-types v0.2.8 |
| 2227 | 2025-02-21T07:51:52.412Z | Checking bstr v1.10.0 |
| 2228 | 2025-02-21T07:51:52.538Z | Checking regex v1.11.1 |
| 2229 | 2025-02-21T07:51:52.665Z | Checking ed25519 v2.2.3 |
| 2230 | 2025-02-21T07:51:52.966Z | Checking tokio-stream v0.1.16 |
| 2231 | 2025-02-21T07:51:53.005Z | Checking phf_shared v0.10.0 |
| 2232 | 2025-02-21T07:51:53.135Z | Checking zerocopy v0.6.6 |
| 2233 | 2025-02-21T07:51:53.256Z | Checking curve25519-dalek v4.1.3 |
| 2234 | 2025-02-21T07:51:53.287Z | Checking hubpack v0.1.2 |
| 2235 | 2025-02-21T07:51:53.590Z | Checking memoffset v0.9.1 |
| 2236 | 2025-02-21T07:51:53.716Z | Checking portable-atomic v1.9.0 |
| 2237 | 2025-02-21T07:51:53.764Z | Checking pkcs1 v0.7.5 |
| 2238 | 2025-02-21T07:51:53.795Z | Checking float-cmp v0.10.0 |
| 2239 | 2025-02-21T07:51:53.817Z | Checking serde-big-array v0.5.1 |
| 2240 | 2025-02-21T07:51:53.960Z | Checking rfc6979 v0.4.0 |
| 2241 | 2025-02-21T07:51:53.998Z | Checking sync_wrapper v1.0.1 |
| 2242 | 2025-02-21T07:51:54.045Z | Checking new_debug_unreachable v1.0.6 |
| 2243 | 2025-02-21T07:51:54.147Z | Checking predicates-core v1.0.8 |
| 2244 | 2025-02-21T07:51:54.169Z | Checking difflib v0.4.0 |
| 2245 | 2025-02-21T07:51:54.173Z | Checking number_prefix v0.4.0 |
| 2246 | 2025-02-21T07:51:54.173Z | Checking minimal-lexical v0.2.1 |
| 2247 | 2025-02-21T07:51:54.335Z | Checking fixedbitset v0.4.2 |
| 2248 | 2025-02-21T07:51:54.384Z | Checking bit-vec v0.6.3 |
| 2249 | 2025-02-21T07:51:54.513Z | Checking normalize-line-endings v0.3.0 |
| 2250 | 2025-02-21T07:51:54.571Z | Checking unicode-segmentation v1.12.0 |
| 2251 | 2025-02-21T07:51:54.615Z | Checking whoami v1.5.2 |
| 2252 | 2025-02-21T07:51:54.642Z | Checking precomputed-hash v0.1.1 |
| 2253 | 2025-02-21T07:51:54.723Z | Checking static_assertions v1.1.0 |
| 2254 | 2025-02-21T07:51:54.739Z | Checking bit-set v0.5.3 |
| 2255 | 2025-02-21T07:51:54.755Z | Checking string_cache v0.8.7 |
| 2256 | 2025-02-21T07:51:54.758Z | Checking qorb v0.2.1 |
| 2257 | 2025-02-21T07:51:54.821Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2258 | 2025-02-21T07:51:54.908Z | Checking tokio-postgres v0.7.12 |
| 2259 | 2025-02-21T07:51:54.986Z | Checking predicates v3.1.3 |
| 2260 | 2025-02-21T07:51:55.034Z | Checking petgraph v0.6.5 |
| 2261 | 2025-02-21T07:51:55.066Z | Checking ed25519-dalek v2.1.1 |
| 2262 | 2025-02-21T07:51:55.198Z | Checking indicatif v0.17.11 |
| 2263 | 2025-02-21T07:51:55.254Z | Checking similar v2.6.0 |
| 2264 | 2025-02-21T07:51:55.465Z | Checking nom v7.1.3 |
| 2265 | 2025-02-21T07:51:55.612Z | Checking rsa v0.9.6 |
| 2266 | 2025-02-21T07:51:55.937Z | Checking reqwest v0.12.9 |
| 2267 | 2025-02-21T07:51:56.057Z | Checking ecdsa v0.16.9 |
| 2268 | 2025-02-21T07:51:56.641Z | Checking toml v0.7.8 |
| 2269 | 2025-02-21T07:51:56.788Z | Checking nix v0.29.0 |
| 2270 | 2025-02-21T07:51:57.270Z | Checking clap v4.5.27 |
| 2271 | 2025-02-21T07:51:57.317Z | Checking zip v0.6.6 |
| 2272 | 2025-02-21T07:51:57.387Z | Checking crossterm v0.28.1 |
| 2273 | 2025-02-21T07:51:57.768Z | Checking itertools v0.10.5 |
| 2274 | 2025-02-21T07:51:57.788Z | Checking itertools v0.12.1 |
| 2275 | 2025-02-21T07:51:57.972Z | Checking ahash v0.8.11 |
| 2276 | 2025-02-21T07:51:58.065Z | Checking fs-err v2.11.0 |
| 2277 | 2025-02-21T07:51:58.195Z | Checking x509-cert v0.2.5 |
| 2278 | 2025-02-21T07:51:58.323Z | Checking hex v0.4.3 |
| 2279 | 2025-02-21T07:51:58.476Z | Checking semver v1.0.24 |
| 2280 | 2025-02-21T07:51:58.605Z | Checking peg-runtime v0.8.3 |
| 2281 | 2025-02-21T07:51:58.833Z | Checking lalrpop-util v0.19.12 |
| 2282 | 2025-02-21T07:51:58.851Z | Checking sigpipe v0.1.3 |
| 2283 | 2025-02-21T07:51:59.851Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2284 | 2025-02-21T07:52:00.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.01s |
| 2285 | 2025-02-21T07:52:00.348Z | |
| 2286 | 2025-02-21T07:52:00.348Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
| 2287 | 2025-02-21T07:52:00.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2288 | 2025-02-21T07:52:00.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2289 | 2025-02-21T07:52:01.039Z | Compiling hashbrown v0.14.5 |
| 2290 | 2025-02-21T07:52:01.161Z | Checking heck v0.5.0 |
| 2291 | 2025-02-21T07:52:01.174Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2025-02-21T07:52:01.190Z | Checking ipnetwork v0.21.1 |
| 2293 | 2025-02-21T07:52:01.204Z | Compiling ident_case v1.0.1 |
| 2294 | 2025-02-21T07:52:01.215Z | Checking progenitor-client v0.8.0 |
| 2295 | 2025-02-21T07:52:01.231Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2296 | 2025-02-21T07:52:01.340Z | Compiling darling_core v0.20.10 |
| 2297 | 2025-02-21T07:52:01.382Z | Checking newtype-uuid v1.2.1 |
| 2298 | 2025-02-21T07:52:01.548Z | Checking oxnet v0.1.0 |
| 2299 | 2025-02-21T07:52:01.567Z | Compiling proc-macro-crate v1.3.1 |
| 2300 | 2025-02-21T07:52:01.623Z | Compiling structmeta-derive v0.3.0 |
| 2301 | 2025-02-21T07:52:01.648Z | Compiling thiserror v2.0.11 |
| 2302 | 2025-02-21T07:52:01.915Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2303 | 2025-02-21T07:52:02.166Z | Checking regress v0.10.1 |
| 2304 | 2025-02-21T07:52:02.311Z | Compiling lzma-sys v0.1.20 |
| 2305 | 2025-02-21T07:52:02.442Z | Compiling num_enum_derive v0.5.11 |
| 2306 | 2025-02-21T07:52:02.598Z | Compiling serde_yaml v0.9.34+deprecated |
| 2307 | 2025-02-21T07:52:02.993Z | Compiling foreign-types-macros v0.2.3 |
| 2308 | 2025-02-21T07:52:03.024Z | Compiling daft-derive v0.1.1 |
| 2309 | 2025-02-21T07:52:04.222Z | Compiling structmeta v0.3.0 |
| 2310 | 2025-02-21T07:52:04.241Z | Compiling thiserror-impl v2.0.11 |
| 2311 | 2025-02-21T07:52:04.530Z | Compiling dropshot v0.15.1 |
| 2312 | 2025-02-21T07:52:04.622Z | Checking arc-swap v1.7.1 |
| 2313 | 2025-02-21T07:52:04.734Z | Checking foreign-types-shared v0.3.1 |
| 2314 | 2025-02-21T07:52:04.868Z | Checking foreign-types v0.5.0 |
| 2315 | 2025-02-21T07:52:04.923Z | Checking num_enum v0.5.11 |
| 2316 | 2025-02-21T07:52:04.980Z | Compiling parse-display-derive v0.10.0 |
| 2317 | 2025-02-21T07:52:04.999Z | Checking slog-scope v4.4.0 |
| 2318 | 2025-02-21T07:52:05.090Z | Checking daft v0.1.1 |
| 2319 | 2025-02-21T07:52:05.246Z | Compiling proc-macro-error v1.0.4 |
| 2320 | 2025-02-21T07:52:05.567Z | Checking typify-impl v0.2.0 |
| 2321 | 2025-02-21T07:52:05.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2322 | 2025-02-21T07:52:05.968Z | Checking tungstenite v0.21.0 |
| 2323 | 2025-02-21T07:52:06.072Z | Compiling heck v0.3.3 |
| 2324 | 2025-02-21T07:52:06.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2325 | 2025-02-21T07:52:06.839Z | Compiling dropshot_endpoint v0.15.1 |
| 2326 | 2025-02-21T07:52:06.884Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2327 | 2025-02-21T07:52:07.110Z | Compiling darling_macro v0.20.10 |
| 2328 | 2025-02-21T07:52:07.315Z | Checking cstr-argument v0.1.2 |
| 2329 | 2025-02-21T07:52:07.508Z | Checking instant v0.1.13 |
| 2330 | 2025-02-21T07:52:07.562Z | Checking pretty-hex v0.2.1 |
| 2331 | 2025-02-21T07:52:07.629Z | Checking base64 v0.21.7 |
| 2332 | 2025-02-21T07:52:07.645Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2333 | 2025-02-21T07:52:07.731Z | Checking fastrand v2.1.1 |
| 2334 | 2025-02-21T07:52:07.983Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2335 | 2025-02-21T07:52:08.000Z | Compiling darling v0.20.10 |
| 2336 | 2025-02-21T07:52:08.035Z | Checking tempfile v3.13.0 |
| 2337 | 2025-02-21T07:52:08.078Z | Checking backoff v0.4.0 |
| 2338 | 2025-02-21T07:52:08.113Z | Compiling serde_with_macros v3.11.0 |
| 2339 | 2025-02-21T07:52:08.231Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2340 | 2025-02-21T07:52:08.247Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2341 | 2025-02-21T07:52:08.379Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2342 | 2025-02-21T07:52:08.382Z | Checking tokio-tungstenite v0.21.0 |
| 2343 | 2025-02-21T07:52:08.412Z | Checking strum v0.26.3 |
| 2344 | 2025-02-21T07:52:08.535Z | Compiling zone_cfg_derive v0.1.2 |
| 2345 | 2025-02-21T07:52:08.552Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2346 | 2025-02-21T07:52:08.590Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2347 | 2025-02-21T07:52:08.844Z | Checking parse-display v0.10.0 |
| 2348 | 2025-02-21T07:52:08.962Z | Checking slog-stdlog v4.1.1 |
| 2349 | 2025-02-21T07:52:09.058Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2350 | 2025-02-21T07:52:09.074Z | Checking regress v0.9.1 |
| 2351 | 2025-02-21T07:52:09.131Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2352 | 2025-02-21T07:52:09.220Z | Checking progenitor-client v0.9.1 |
| 2353 | 2025-02-21T07:52:09.285Z | Checking colored v2.1.0 |
| 2354 | 2025-02-21T07:52:09.418Z | Checking macaddr v1.0.1 |
| 2355 | 2025-02-21T07:52:09.576Z | Checking base64 v0.13.1 |
| 2356 | 2025-02-21T07:52:09.604Z | Checking unicode-width v0.1.14 |
| 2357 | 2025-02-21T07:52:09.882Z | Checking zone v0.1.8 |
| 2358 | 2025-02-21T07:52:09.990Z | Checking ron v0.7.1 |
| 2359 | 2025-02-21T07:52:10.094Z | Checking tabwriter v1.4.0 |
| 2360 | 2025-02-21T07:52:10.350Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2361 | 2025-02-21T07:52:10.524Z | Checking slog-envlogger v2.2.0 |
| 2362 | 2025-02-21T07:52:10.527Z | Checking serde_with v3.11.0 |
| 2363 | 2025-02-21T07:52:10.777Z | Checking xz2 v0.1.7 |
| 2364 | 2025-02-21T07:52:10.805Z | Checking xattr v1.3.1 |
| 2365 | 2025-02-21T07:52:11.003Z | Checking pem v3.0.4 |
| 2366 | 2025-02-21T07:52:11.064Z | Checking yasna v0.5.2 |
| 2367 | 2025-02-21T07:52:11.127Z | Checking headers-core v0.3.0 |
| 2368 | 2025-02-21T07:52:11.289Z | Checking smf v0.2.3 |
| 2369 | 2025-02-21T07:52:11.292Z | Checking filetime v0.2.25 |
| 2370 | 2025-02-21T07:52:11.570Z | Checking same-file v1.0.6 |
| 2371 | 2025-02-21T07:52:11.654Z | Checking tar v0.4.42 |
| 2372 | 2025-02-21T07:52:11.761Z | Checking walkdir v2.5.0 |
| 2373 | 2025-02-21T07:52:11.783Z | Checking headers v0.4.0 |
| 2374 | 2025-02-21T07:52:11.982Z | Checking rcgen v0.12.1 |
| 2375 | 2025-02-21T07:52:12.058Z | Checking atomicwrites v0.4.4 |
| 2376 | 2025-02-21T07:52:12.285Z | Checking camino-tempfile v1.1.1 |
| 2377 | 2025-02-21T07:52:12.503Z | Checking subprocess v0.2.9 |
| 2378 | 2025-02-21T07:52:15.024Z | Compiling typify-macro v0.2.0 |
| 2379 | 2025-02-21T07:52:16.592Z | Compiling typify v0.2.0 |
| 2380 | 2025-02-21T07:52:16.673Z | Compiling progenitor-impl v0.8.0 |
| 2381 | 2025-02-21T07:52:19.221Z | Compiling progenitor-macro v0.8.0 |
| 2382 | 2025-02-21T07:52:22.854Z | Checking progenitor v0.8.0 |
| 2383 | 2025-02-21T07:52:22.988Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2384 | 2025-02-21T07:52:22.991Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2385 | 2025-02-21T07:52:25.568Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2386 | 2025-02-21T07:52:25.888Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2025-02-21T07:52:32.201Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2388 | 2025-02-21T07:52:33.779Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2389 | 2025-02-21T07:52:35.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s |
| 2390 | 2025-02-21T07:52:35.203Z | |
| 2391 | 2025-02-21T07:52:35.204Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
| 2392 | 2025-02-21T07:52:35.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2393 | 2025-02-21T07:52:35.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2394 | 2025-02-21T07:52:35.892Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2395 | 2025-02-21T07:52:37.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 2396 | 2025-02-21T07:52:37.478Z | |
| 2397 | 2025-02-21T07:52:37.478Z | info: running `cargo check --bins` on nexus-config (51/199) |
| 2398 | 2025-02-21T07:52:38.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2399 | 2025-02-21T07:52:38.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2400 | 2025-02-21T07:52:38.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2401 | 2025-02-21T07:52:38.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2402 | 2025-02-21T07:52:38.135Z | |
| 2403 | 2025-02-21T07:52:38.135Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
| 2404 | 2025-02-21T07:52:38.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2405 | 2025-02-21T07:52:38.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2406 | 2025-02-21T07:52:38.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2407 | 2025-02-21T07:52:38.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2408 | 2025-02-21T07:52:38.762Z | |
| 2409 | 2025-02-21T07:52:38.762Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
| 2410 | 2025-02-21T07:52:39.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2411 | 2025-02-21T07:52:39.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2412 | 2025-02-21T07:52:39.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2413 | 2025-02-21T07:52:39.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2414 | 2025-02-21T07:52:39.390Z | |
| 2415 | 2025-02-21T07:52:39.390Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
| 2416 | 2025-02-21T07:52:39.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2417 | 2025-02-21T07:52:39.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2418 | 2025-02-21T07:52:39.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2419 | 2025-02-21T07:52:39.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2420 | 2025-02-21T07:52:40.035Z | |
| 2421 | 2025-02-21T07:52:40.035Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
| 2422 | 2025-02-21T07:52:40.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2423 | 2025-02-21T07:52:40.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2424 | 2025-02-21T07:52:40.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2425 | 2025-02-21T07:52:40.860Z | Compiling ipnetwork v0.21.1 |
| 2426 | 2025-02-21T07:52:40.860Z | Compiling zerocopy v0.8.10 |
| 2427 | 2025-02-21T07:52:40.863Z | Compiling progenitor-client v0.8.0 |
| 2428 | 2025-02-21T07:52:40.863Z | Compiling itertools v0.13.0 |
| 2429 | 2025-02-21T07:52:40.863Z | Compiling zerocopy-derive v0.8.10 |
| 2430 | 2025-02-21T07:52:40.863Z | Compiling heapless v0.8.0 |
| 2431 | 2025-02-21T07:52:40.863Z | Compiling thiserror v2.0.11 |
| 2432 | 2025-02-21T07:52:41.057Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2433 | 2025-02-21T07:52:41.194Z | Checking hash32 v0.3.1 |
| 2434 | 2025-02-21T07:52:41.321Z | Compiling oxnet v0.1.0 |
| 2435 | 2025-02-21T07:52:41.395Z | Compiling progenitor v0.8.0 |
| 2436 | 2025-02-21T07:52:41.604Z | Compiling instant v0.1.13 |
| 2437 | 2025-02-21T07:52:41.664Z | Compiling smoltcp v0.11.0 |
| 2438 | 2025-02-21T07:52:41.716Z | Compiling daft v0.1.1 |
| 2439 | 2025-02-21T07:52:41.754Z | Compiling backoff v0.4.0 |
| 2440 | 2025-02-21T07:52:41.757Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2441 | 2025-02-21T07:52:41.968Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2442 | 2025-02-21T07:52:42.109Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2443 | 2025-02-21T07:52:42.184Z | Compiling dropshot v0.15.1 |
| 2444 | 2025-02-21T07:52:42.319Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2445 | 2025-02-21T07:52:42.502Z | Compiling serde_with v3.11.0 |
| 2446 | 2025-02-21T07:52:42.582Z | Compiling parse-display v0.10.0 |
| 2447 | 2025-02-21T07:52:42.599Z | Checking num-rational v0.4.2 |
| 2448 | 2025-02-21T07:52:43.142Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2449 | 2025-02-21T07:52:43.227Z | Compiling progenitor-client v0.9.1 |
| 2450 | 2025-02-21T07:52:43.727Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2451 | 2025-02-21T07:52:43.766Z | Compiling regress v0.9.1 |
| 2452 | 2025-02-21T07:52:44.813Z | Compiling phf_generator v0.11.2 |
| 2453 | 2025-02-21T07:52:45.016Z | Checking num-complex v0.4.6 |
| 2454 | 2025-02-21T07:52:45.866Z | Compiling macaddr v1.0.1 |
| 2455 | 2025-02-21T07:52:46.265Z | Checking cobs v0.2.3 |
| 2456 | 2025-02-21T07:52:46.314Z | Checking num v0.4.3 |
| 2457 | 2025-02-21T07:52:46.431Z | Compiling phf_codegen v0.11.2 |
| 2458 | 2025-02-21T07:52:46.497Z | Checking postcard v1.0.10 |
| 2459 | 2025-02-21T07:52:46.768Z | Compiling parse-zoneinfo v0.3.1 |
| 2460 | 2025-02-21T07:52:47.058Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2461 | 2025-02-21T07:52:47.392Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2462 | 2025-02-21T07:52:48.427Z | Checking float-ord v0.3.2 |
| 2463 | 2025-02-21T07:52:48.606Z | Compiling convert_case v0.4.0 |
| 2464 | 2025-02-21T07:52:48.777Z | Compiling chrono-tz-build v0.4.0 |
| 2465 | 2025-02-21T07:52:49.392Z | Compiling derive_more v0.99.19 |
| 2466 | 2025-02-21T07:52:49.492Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2467 | 2025-02-21T07:52:49.614Z | Compiling crucible-workspace-hack v0.1.0 |
| 2468 | 2025-02-21T07:52:49.943Z | Checking newline-converter v0.3.0 |
| 2469 | 2025-02-21T07:52:49.977Z | Compiling chrono-tz v0.10.1 |
| 2470 | 2025-02-21T07:52:50.301Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2471 | 2025-02-21T07:52:50.319Z | Checking prettyplease v0.2.29 |
| 2472 | 2025-02-21T07:52:50.685Z | Compiling slog-dtrace v0.3.0 |
| 2473 | 2025-02-21T07:52:50.985Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2474 | 2025-02-21T07:52:51.002Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2475 | 2025-02-21T07:52:51.240Z | Checking expectorate v1.1.0 |
| 2476 | 2025-02-21T07:52:51.464Z | Compiling zone_cfg_derive v0.3.0 |
| 2477 | 2025-02-21T07:52:51.617Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2478 | 2025-02-21T07:52:52.261Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2479 | 2025-02-21T07:52:52.403Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2480 | 2025-02-21T07:52:52.577Z | Compiling const_format_proc_macros v0.2.34 |
| 2481 | 2025-02-21T07:52:52.652Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2482 | 2025-02-21T07:52:52.701Z | Compiling num-derive v0.4.2 |
| 2483 | 2025-02-21T07:52:52.766Z | Checking highway v1.2.0 |
| 2484 | 2025-02-21T07:52:53.186Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2485 | 2025-02-21T07:52:53.203Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2486 | 2025-02-21T07:52:53.549Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2487 | 2025-02-21T07:52:53.682Z | Checking zone v0.3.0 |
| 2488 | 2025-02-21T07:52:53.812Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2489 | 2025-02-21T07:52:54.445Z | Checking const_format v0.2.34 |
| 2490 | 2025-02-21T07:52:54.537Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2491 | 2025-02-21T07:52:54.877Z | Checking gethostname v0.5.0 |
| 2492 | 2025-02-21T07:52:54.919Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2493 | 2025-02-21T07:52:54.937Z | Checking bcs v0.1.6 |
| 2494 | 2025-02-21T07:52:55.014Z | Compiling async-recursion v1.1.1 |
| 2495 | 2025-02-21T07:52:55.365Z | Checking nanorand v0.7.0 |
| 2496 | 2025-02-21T07:52:55.367Z | Checking termtree v0.5.1 |
| 2497 | 2025-02-21T07:52:55.716Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2498 | 2025-02-21T07:52:55.736Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2499 | 2025-02-21T07:52:55.779Z | Checking flume v0.11.1 |
| 2500 | 2025-02-21T07:52:55.962Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2501 | 2025-02-21T07:52:56.179Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2502 | 2025-02-21T07:52:56.216Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2503 | 2025-02-21T07:52:57.996Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2504 | 2025-02-21T07:53:02.771Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2505 | 2025-02-21T07:53:06.017Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2506 | 2025-02-21T07:53:08.580Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2507 | 2025-02-21T07:53:09.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.80s |
| 2508 | 2025-02-21T07:53:10.043Z | |
| 2509 | 2025-02-21T07:53:10.043Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
| 2510 | 2025-02-21T07:53:10.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2511 | 2025-02-21T07:53:10.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2512 | 2025-02-21T07:53:10.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2513 | 2025-02-21T07:53:10.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2514 | 2025-02-21T07:53:10.705Z | |
| 2515 | 2025-02-21T07:53:10.705Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
| 2516 | 2025-02-21T07:53:11.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2517 | 2025-02-21T07:53:11.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2518 | 2025-02-21T07:53:11.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2519 | 2025-02-21T07:53:11.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2520 | 2025-02-21T07:53:11.671Z | |
| 2521 | 2025-02-21T07:53:11.671Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
| 2522 | 2025-02-21T07:53:11.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2523 | 2025-02-21T07:53:11.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2524 | 2025-02-21T07:53:12.052Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2525 | 2025-02-21T07:53:12.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 2526 | 2025-02-21T07:53:12.872Z | |
| 2527 | 2025-02-21T07:53:12.872Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
| 2528 | 2025-02-21T07:53:13.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2025-02-21T07:53:13.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2025-02-21T07:53:13.572Z | Compiling cfg_aliases v0.1.1 |
| 2531 | 2025-02-21T07:53:13.575Z | Compiling vte_generate_state_changes v0.1.2 |
| 2532 | 2025-02-21T07:53:13.575Z | Checking fd-lock v4.0.2 |
| 2533 | 2025-02-21T07:53:13.575Z | Checking nibble_vec v0.1.0 |
| 2534 | 2025-02-21T07:53:13.575Z | Checking bytecount v0.6.8 |
| 2535 | 2025-02-21T07:53:13.679Z | Checking endian-type v0.1.2 |
| 2536 | 2025-02-21T07:53:13.710Z | Compiling tabled_derive v0.7.0 |
| 2537 | 2025-02-21T07:53:13.723Z | Compiling peg-macros v0.8.4 |
| 2538 | 2025-02-21T07:53:13.768Z | Compiling nix v0.28.0 |
| 2539 | 2025-02-21T07:53:13.862Z | Checking papergrid v0.11.0 |
| 2540 | 2025-02-21T07:53:13.865Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2025-02-21T07:53:13.893Z | Compiling sqlparser_derive v0.2.2 |
| 2542 | 2025-02-21T07:53:13.908Z | Checking radix_trie v0.2.1 |
| 2543 | 2025-02-21T07:53:14.268Z | Checking vte v0.11.1 |
| 2544 | 2025-02-21T07:53:14.312Z | Checking home v0.5.9 |
| 2545 | 2025-02-21T07:53:14.475Z | Checking unicode_categories v0.1.1 |
| 2546 | 2025-02-21T07:53:14.796Z | Checking nu-ansi-term v0.50.1 |
| 2547 | 2025-02-21T07:53:14.867Z | Checking sqlformat v0.2.6 |
| 2548 | 2025-02-21T07:53:14.898Z | Checking sqlparser v0.45.0 |
| 2549 | 2025-02-21T07:53:15.226Z | Checking display-error-chain v0.2.2 |
| 2550 | 2025-02-21T07:53:15.720Z | Checking strip-ansi-escapes v0.2.0 |
| 2551 | 2025-02-21T07:53:15.874Z | Checking reedline v0.35.0 |
| 2552 | 2025-02-21T07:53:15.890Z | Checking tabled v0.15.0 |
| 2553 | 2025-02-21T07:53:16.162Z | Checking peg v0.8.4 |
| 2554 | 2025-02-21T07:53:16.822Z | Checking rustyline v14.0.0 |
| 2555 | 2025-02-21T07:53:25.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.84s |
| 2556 | 2025-02-21T07:53:25.919Z | |
| 2557 | 2025-02-21T07:53:25.919Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
| 2558 | 2025-02-21T07:53:26.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2559 | 2025-02-21T07:53:26.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2560 | 2025-02-21T07:53:26.616Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2561 | 2025-02-21T07:53:31.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s |
| 2562 | 2025-02-21T07:53:32.058Z | |
| 2563 | 2025-02-21T07:53:32.058Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
| 2564 | 2025-02-21T07:53:32.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2565 | 2025-02-21T07:53:32.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2566 | 2025-02-21T07:53:32.748Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2567 | 2025-02-21T07:53:36.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 2568 | 2025-02-21T07:53:36.535Z | |
| 2569 | 2025-02-21T07:53:36.535Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
| 2570 | 2025-02-21T07:53:37.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2571 | 2025-02-21T07:53:37.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2572 | 2025-02-21T07:53:37.221Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2573 | 2025-02-21T07:53:42.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
| 2574 | 2025-02-21T07:53:42.340Z | |
| 2575 | 2025-02-21T07:53:42.340Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
| 2576 | 2025-02-21T07:53:42.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2577 | 2025-02-21T07:53:42.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2578 | 2025-02-21T07:53:43.035Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2579 | 2025-02-21T07:53:48.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
| 2580 | 2025-02-21T07:53:48.249Z | |
| 2581 | 2025-02-21T07:53:48.250Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
| 2582 | 2025-02-21T07:53:48.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2583 | 2025-02-21T07:53:48.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2584 | 2025-02-21T07:53:48.946Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2585 | 2025-02-21T07:53:52.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 2586 | 2025-02-21T07:53:52.916Z | |
| 2587 | 2025-02-21T07:53:52.916Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
| 2588 | 2025-02-21T07:53:53.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2589 | 2025-02-21T07:53:53.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2590 | 2025-02-21T07:53:53.598Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2591 | 2025-02-21T07:53:57.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
| 2592 | 2025-02-21T07:53:57.615Z | |
| 2593 | 2025-02-21T07:53:57.615Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
| 2594 | 2025-02-21T07:53:58.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2595 | 2025-02-21T07:53:58.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2596 | 2025-02-21T07:53:58.300Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2597 | 2025-02-21T07:54:03.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
| 2598 | 2025-02-21T07:54:03.577Z | |
| 2599 | 2025-02-21T07:54:03.577Z | info: running `cargo check --bins` on oximeter (67/199) |
| 2600 | 2025-02-21T07:54:04.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2601 | 2025-02-21T07:54:04.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2602 | 2025-02-21T07:54:04.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2603 | 2025-02-21T07:54:04.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2604 | 2025-02-21T07:54:04.217Z | |
| 2605 | 2025-02-21T07:54:04.217Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
| 2606 | 2025-02-21T07:54:04.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2607 | 2025-02-21T07:54:04.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2608 | 2025-02-21T07:54:04.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2609 | 2025-02-21T07:54:04.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2610 | 2025-02-21T07:54:04.843Z | |
| 2611 | 2025-02-21T07:54:04.844Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
| 2612 | 2025-02-21T07:54:05.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2613 | 2025-02-21T07:54:05.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2614 | 2025-02-21T07:54:05.502Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2615 | 2025-02-21T07:54:07.562Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2616 | 2025-02-21T07:54:08.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s |
| 2617 | 2025-02-21T07:54:08.699Z | |
| 2618 | 2025-02-21T07:54:08.699Z | info: running `cargo check --bins` on oximeter-types (70/199) |
| 2619 | 2025-02-21T07:54:09.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2025-02-21T07:54:09.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2025-02-21T07:54:09.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2025-02-21T07:54:09.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2623 | 2025-02-21T07:54:09.351Z | |
| 2624 | 2025-02-21T07:54:09.351Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
| 2625 | 2025-02-21T07:54:09.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2025-02-21T07:54:09.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2025-02-21T07:54:09.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2025-02-21T07:54:09.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2629 | 2025-02-21T07:54:09.999Z | |
| 2630 | 2025-02-21T07:54:09.999Z | info: running `cargo check --bins` on oxql-types (72/199) |
| 2631 | 2025-02-21T07:54:10.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2025-02-21T07:54:10.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2025-02-21T07:54:10.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2025-02-21T07:54:10.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2635 | 2025-02-21T07:54:10.647Z | |
| 2636 | 2025-02-21T07:54:10.647Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
| 2637 | 2025-02-21T07:54:11.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2025-02-21T07:54:11.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2025-02-21T07:54:11.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2025-02-21T07:54:11.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2641 | 2025-02-21T07:54:11.323Z | |
| 2642 | 2025-02-21T07:54:11.323Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
| 2643 | 2025-02-21T07:54:11.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2025-02-21T07:54:11.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2025-02-21T07:54:11.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2025-02-21T07:54:11.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2647 | 2025-02-21T07:54:11.976Z | |
| 2648 | 2025-02-21T07:54:11.976Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
| 2649 | 2025-02-21T07:54:12.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2025-02-21T07:54:12.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2025-02-21T07:54:12.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2025-02-21T07:54:12.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2653 | 2025-02-21T07:54:12.645Z | |
| 2654 | 2025-02-21T07:54:12.645Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
| 2655 | 2025-02-21T07:54:13.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2025-02-21T07:54:13.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2025-02-21T07:54:13.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2025-02-21T07:54:13.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2659 | 2025-02-21T07:54:13.308Z | |
| 2660 | 2025-02-21T07:54:13.308Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
| 2661 | 2025-02-21T07:54:13.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2025-02-21T07:54:13.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2025-02-21T07:54:13.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2025-02-21T07:54:13.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2665 | 2025-02-21T07:54:13.953Z | |
| 2666 | 2025-02-21T07:54:13.953Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
| 2667 | 2025-02-21T07:54:14.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2025-02-21T07:54:14.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2025-02-21T07:54:14.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2025-02-21T07:54:14.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2671 | 2025-02-21T07:54:14.600Z | |
| 2672 | 2025-02-21T07:54:14.600Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
| 2673 | 2025-02-21T07:54:15.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2025-02-21T07:54:15.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2025-02-21T07:54:15.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2025-02-21T07:54:15.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2677 | 2025-02-21T07:54:15.230Z | |
| 2678 | 2025-02-21T07:54:15.230Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
| 2679 | 2025-02-21T07:54:15.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2025-02-21T07:54:15.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2025-02-21T07:54:15.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2682 | 2025-02-21T07:54:15.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2683 | 2025-02-21T07:54:15.885Z | |
| 2684 | 2025-02-21T07:54:15.885Z | info: running `cargo check --bins` on dns-service-client (81/199) |
| 2685 | 2025-02-21T07:54:16.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2025-02-21T07:54:16.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2025-02-21T07:54:16.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2688 | 2025-02-21T07:54:16.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2689 | 2025-02-21T07:54:16.531Z | |
| 2690 | 2025-02-21T07:54:16.531Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
| 2691 | 2025-02-21T07:54:17.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2025-02-21T07:54:17.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2025-02-21T07:54:17.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2694 | 2025-02-21T07:54:17.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2695 | 2025-02-21T07:54:17.188Z | |
| 2696 | 2025-02-21T07:54:17.188Z | info: running `cargo check --bins` on dpd-client (83/199) |
| 2697 | 2025-02-21T07:54:17.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2025-02-21T07:54:17.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2025-02-21T07:54:17.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2700 | 2025-02-21T07:54:17.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2701 | 2025-02-21T07:54:17.823Z | |
| 2702 | 2025-02-21T07:54:17.823Z | info: running `cargo check --bins` on gateway-client (84/199) |
| 2703 | 2025-02-21T07:54:18.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2025-02-21T07:54:18.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2025-02-21T07:54:18.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2706 | 2025-02-21T07:54:18.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2707 | 2025-02-21T07:54:18.451Z | |
| 2708 | 2025-02-21T07:54:18.451Z | info: running `cargo check --bins` on installinator-client (85/199) |
| 2709 | 2025-02-21T07:54:19.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2025-02-21T07:54:19.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2025-02-21T07:54:19.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2712 | 2025-02-21T07:54:19.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2713 | 2025-02-21T07:54:19.115Z | |
| 2714 | 2025-02-21T07:54:19.115Z | info: running `cargo check --bins` on installinator-common (86/199) |
| 2715 | 2025-02-21T07:54:19.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2025-02-21T07:54:19.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2025-02-21T07:54:19.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2718 | 2025-02-21T07:54:19.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2719 | 2025-02-21T07:54:19.770Z | |
| 2720 | 2025-02-21T07:54:19.770Z | info: running `cargo check --bins` on update-engine (87/199) |
| 2721 | 2025-02-21T07:54:20.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2025-02-21T07:54:20.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2025-02-21T07:54:20.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2724 | 2025-02-21T07:54:20.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2725 | 2025-02-21T07:54:20.396Z | |
| 2726 | 2025-02-21T07:54:20.396Z | info: running `cargo check --bins` on nexus-client (88/199) |
| 2727 | 2025-02-21T07:54:20.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2025-02-21T07:54:20.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2025-02-21T07:54:20.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2730 | 2025-02-21T07:54:20.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2731 | 2025-02-21T07:54:21.061Z | |
| 2732 | 2025-02-21T07:54:21.061Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
| 2733 | 2025-02-21T07:54:21.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2025-02-21T07:54:21.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2025-02-21T07:54:21.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2736 | 2025-02-21T07:54:21.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2737 | 2025-02-21T07:54:21.711Z | |
| 2738 | 2025-02-21T07:54:21.711Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
| 2739 | 2025-02-21T07:54:22.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2025-02-21T07:54:22.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2025-02-21T07:54:22.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2742 | 2025-02-21T07:54:22.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2743 | 2025-02-21T07:54:22.335Z | |
| 2744 | 2025-02-21T07:54:22.335Z | info: running `cargo check --bins` on nexus-types (91/199) |
| 2745 | 2025-02-21T07:54:22.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2025-02-21T07:54:22.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2025-02-21T07:54:22.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2025-02-21T07:54:22.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2749 | 2025-02-21T07:54:23.002Z | |
| 2750 | 2025-02-21T07:54:23.002Z | info: running `cargo check --bins` on oxide-client (92/199) |
| 2751 | 2025-02-21T07:54:23.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2025-02-21T07:54:23.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2025-02-21T07:54:23.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2754 | 2025-02-21T07:54:23.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2755 | 2025-02-21T07:54:23.625Z | |
| 2756 | 2025-02-21T07:54:23.625Z | info: running `cargo check --bins` on oximeter-client (93/199) |
| 2757 | 2025-02-21T07:54:24.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-02-21T07:54:24.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-02-21T07:54:24.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-02-21T07:54:24.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2761 | 2025-02-21T07:54:24.281Z | |
| 2762 | 2025-02-21T07:54:24.281Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
| 2763 | 2025-02-21T07:54:24.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-02-21T07:54:24.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-02-21T07:54:24.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2025-02-21T07:54:24.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2767 | 2025-02-21T07:54:24.904Z | |
| 2768 | 2025-02-21T07:54:24.904Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
| 2769 | 2025-02-21T07:54:25.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2025-02-21T07:54:25.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2025-02-21T07:54:25.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2772 | 2025-02-21T07:54:25.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2773 | 2025-02-21T07:54:25.563Z | |
| 2774 | 2025-02-21T07:54:25.563Z | info: running `cargo check --bins` on wicketd-client (96/199) |
| 2775 | 2025-02-21T07:54:26.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2025-02-21T07:54:26.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2025-02-21T07:54:26.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2025-02-21T07:54:26.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2779 | 2025-02-21T07:54:26.240Z | |
| 2780 | 2025-02-21T07:54:26.240Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
| 2781 | 2025-02-21T07:54:26.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2025-02-21T07:54:26.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2025-02-21T07:54:26.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2025-02-21T07:54:26.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2785 | 2025-02-21T07:54:26.916Z | |
| 2786 | 2025-02-21T07:54:26.916Z | info: running `cargo check --bins` on wicket-common (98/199) |
| 2787 | 2025-02-21T07:54:27.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2025-02-21T07:54:27.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2025-02-21T07:54:27.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2025-02-21T07:54:27.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2791 | 2025-02-21T07:54:27.590Z | |
| 2792 | 2025-02-21T07:54:27.590Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
| 2793 | 2025-02-21T07:54:28.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2025-02-21T07:54:28.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2025-02-21T07:54:28.270Z | Checking csv-core v0.1.11 |
| 2796 | 2025-02-21T07:54:28.270Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2797 | 2025-02-21T07:54:28.273Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2798 | 2025-02-21T07:54:28.273Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2799 | 2025-02-21T07:54:28.564Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2800 | 2025-02-21T07:54:28.578Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2801 | 2025-02-21T07:54:28.594Z | Checking csv v1.3.1 |
| 2802 | 2025-02-21T07:54:29.155Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2803 | 2025-02-21T07:54:29.527Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2804 | 2025-02-21T07:54:31.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
| 2805 | 2025-02-21T07:54:31.398Z | |
| 2806 | 2025-02-21T07:54:31.398Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
| 2807 | 2025-02-21T07:54:31.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2025-02-21T07:54:31.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2025-02-21T07:54:31.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2025-02-21T07:54:31.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2811 | 2025-02-21T07:54:32.055Z | |
| 2812 | 2025-02-21T07:54:32.055Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
| 2813 | 2025-02-21T07:54:32.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2025-02-21T07:54:32.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2025-02-21T07:54:32.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2025-02-21T07:54:32.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2817 | 2025-02-21T07:54:32.695Z | |
| 2818 | 2025-02-21T07:54:32.695Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
| 2819 | 2025-02-21T07:54:33.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2025-02-21T07:54:33.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2025-02-21T07:54:33.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2025-02-21T07:54:33.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2823 | 2025-02-21T07:54:33.460Z | |
| 2824 | 2025-02-21T07:54:33.460Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
| 2825 | 2025-02-21T07:54:34.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-02-21T07:54:34.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-02-21T07:54:34.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-02-21T07:54:34.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2829 | 2025-02-21T07:54:34.212Z | |
| 2830 | 2025-02-21T07:54:34.212Z | info: running `cargo check --bins` on dns-server (104/199) |
| 2831 | 2025-02-21T07:54:34.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-02-21T07:54:34.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-02-21T07:54:34.877Z | Compiling typify-impl v0.3.0 |
| 2834 | 2025-02-21T07:54:34.984Z | Compiling parking_lot_core v0.8.6 |
| 2835 | 2025-02-21T07:54:34.995Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2836 | 2025-02-21T07:54:35.008Z | Checking fxhash v0.2.1 |
| 2837 | 2025-02-21T07:54:35.019Z | Checking hickory-client v0.24.3 |
| 2838 | 2025-02-21T07:54:35.031Z | Checking hickory-server v0.24.3 |
| 2839 | 2025-02-21T07:54:35.700Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2840 | 2025-02-21T07:54:35.731Z | Checking parking_lot v0.11.2 |
| 2841 | 2025-02-21T07:54:36.048Z | Checking sled v0.34.7 |
| 2842 | 2025-02-21T07:54:40.594Z | Compiling typify-macro v0.3.0 |
| 2843 | 2025-02-21T07:54:42.107Z | Compiling typify v0.3.0 |
| 2844 | 2025-02-21T07:54:42.188Z | Compiling progenitor-impl v0.9.1 |
| 2845 | 2025-02-21T07:54:44.637Z | Compiling progenitor-macro v0.9.1 |
| 2846 | 2025-02-21T07:54:48.253Z | Checking progenitor v0.9.1 |
| 2847 | 2025-02-21T07:54:48.389Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2848 | 2025-02-21T07:54:48.853Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2849 | 2025-02-21T07:54:50.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.92s |
| 2850 | 2025-02-21T07:54:50.309Z | |
| 2851 | 2025-02-21T07:54:50.309Z | info: running `cargo check --bins` on dns-server-api (105/199) |
| 2852 | 2025-02-21T07:54:50.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2025-02-21T07:54:50.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2025-02-21T07:54:50.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2025-02-21T07:54:50.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2856 | 2025-02-21T07:54:50.956Z | |
| 2857 | 2025-02-21T07:54:50.956Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
| 2858 | 2025-02-21T07:54:51.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2025-02-21T07:54:51.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2025-02-21T07:54:51.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2025-02-21T07:54:51.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2862 | 2025-02-21T07:54:51.681Z | |
| 2863 | 2025-02-21T07:54:51.681Z | info: running `cargo check --bins` on gateway-types (107/199) |
| 2864 | 2025-02-21T07:54:52.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2025-02-21T07:54:52.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2025-02-21T07:54:52.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2025-02-21T07:54:52.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2868 | 2025-02-21T07:54:52.330Z | |
| 2869 | 2025-02-21T07:54:52.330Z | info: running `cargo check --bins` on ipcc (108/199) |
| 2870 | 2025-02-21T07:54:52.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2025-02-21T07:54:52.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2025-02-21T07:54:52.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2025-02-21T07:54:52.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2874 | 2025-02-21T07:54:52.972Z | |
| 2875 | 2025-02-21T07:54:52.972Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
| 2876 | 2025-02-21T07:54:53.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2025-02-21T07:54:53.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2025-02-21T07:54:53.692Z | Compiling radium v0.7.0 |
| 2879 | 2025-02-21T07:54:53.692Z | Compiling semver v0.1.20 |
| 2880 | 2025-02-21T07:54:53.800Z | Compiling maybe-uninit v2.0.0 |
| 2881 | 2025-02-21T07:54:53.804Z | Checking tap v1.0.1 |
| 2882 | 2025-02-21T07:54:53.835Z | Checking password-hash v0.5.0 |
| 2883 | 2025-02-21T07:54:53.838Z | Checking blake2 v0.10.6 |
| 2884 | 2025-02-21T07:54:53.838Z | Checking funty v2.0.0 |
| 2885 | 2025-02-21T07:54:53.838Z | Compiling cancel-safe-futures v0.1.5 |
| 2886 | 2025-02-21T07:54:53.980Z | Checking wyz v0.5.1 |
| 2887 | 2025-02-21T07:54:54.220Z | Compiling rustc_version v0.1.7 |
| 2888 | 2025-02-21T07:54:54.254Z | Compiling owo-colors v4.1.0 |
| 2889 | 2025-02-21T07:54:54.288Z | Checking crc-catalog v2.4.0 |
| 2890 | 2025-02-21T07:54:54.345Z | Compiling packed_struct v0.10.1 |
| 2891 | 2025-02-21T07:54:54.348Z | Checking argon2 v0.5.3 |
| 2892 | 2025-02-21T07:54:54.473Z | Checking crc v3.2.1 |
| 2893 | 2025-02-21T07:54:54.519Z | Compiling packed_struct_codegen v0.10.1 |
| 2894 | 2025-02-21T07:54:54.575Z | Compiling indexmap v1.9.3 |
| 2895 | 2025-02-21T07:54:54.642Z | Checking half v2.4.1 |
| 2896 | 2025-02-21T07:54:54.661Z | Compiling newtype_derive v0.1.6 |
| 2897 | 2025-02-21T07:54:54.675Z | Checking bitvec v1.0.1 |
| 2898 | 2025-02-21T07:54:54.808Z | Checking ciborium-io v0.2.2 |
| 2899 | 2025-02-21T07:54:54.882Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2900 | 2025-02-21T07:54:54.885Z | Checking nodrop v0.1.14 |
| 2901 | 2025-02-21T07:54:55.011Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2902 | 2025-02-21T07:54:55.028Z | Checking array-init v0.0.4 |
| 2903 | 2025-02-21T07:54:55.083Z | Checking ciborium-ll v0.2.2 |
| 2904 | 2025-02-21T07:54:55.172Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2905 | 2025-02-21T07:54:55.288Z | Checking smallvec v0.6.14 |
| 2906 | 2025-02-21T07:54:55.378Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2907 | 2025-02-21T07:54:55.626Z | Checking libsw v3.3.1 |
| 2908 | 2025-02-21T07:54:55.660Z | Checking indent_write v2.2.0 |
| 2909 | 2025-02-21T07:54:55.863Z | Checking linear-map v1.2.0 |
| 2910 | 2025-02-21T07:54:55.881Z | Checking hashbrown v0.12.3 |
| 2911 | 2025-02-21T07:54:55.898Z | Checking bitfield v0.14.0 |
| 2912 | 2025-02-21T07:54:55.926Z | Checking swrite v0.1.0 |
| 2913 | 2025-02-21T07:54:56.057Z | Checking termcolor v1.4.1 |
| 2914 | 2025-02-21T07:54:56.183Z | Checking ron v0.8.1 |
| 2915 | 2025-02-21T07:54:56.183Z | Checking serde-hex v0.1.0 |
| 2916 | 2025-02-21T07:54:56.335Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2917 | 2025-02-21T07:54:56.488Z | Checking env_logger v0.10.2 |
| 2918 | 2025-02-21T07:54:56.505Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2919 | 2025-02-21T07:54:56.883Z | Checking ciborium v0.2.2 |
| 2920 | 2025-02-21T07:54:57.273Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2921 | 2025-02-21T07:54:57.430Z | Checking steno v0.4.1 |
| 2922 | 2025-02-21T07:54:57.494Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2923 | 2025-02-21T07:54:57.757Z | Checking hashbrown v0.13.2 |
| 2924 | 2025-02-21T07:54:57.866Z | Checking humantime v2.1.0 |
| 2925 | 2025-02-21T07:54:57.882Z | Checking crc-any v2.5.0 |
| 2926 | 2025-02-21T07:54:58.179Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2927 | 2025-02-21T07:54:58.268Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2928 | 2025-02-21T07:54:58.550Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2929 | 2025-02-21T07:54:58.657Z | Checking object v0.30.4 |
| 2930 | 2025-02-21T07:54:58.745Z | Checking path-slash v0.1.5 |
| 2931 | 2025-02-21T07:54:59.914Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2932 | 2025-02-21T07:54:59.917Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2933 | 2025-02-21T07:54:59.917Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2934 | 2025-02-21T07:54:59.918Z | Checking nix v0.27.1 |
| 2935 | 2025-02-21T07:54:59.918Z | Checking tungstenite v0.23.0 |
| 2936 | 2025-02-21T07:54:59.918Z | Checking kstat-rs v0.2.4 |
| 2937 | 2025-02-21T07:55:00.019Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2938 | 2025-02-21T07:55:00.038Z | Checking signal-hook-tokio v0.3.1 |
| 2939 | 2025-02-21T07:55:00.414Z | Checking tokio-tungstenite v0.23.1 |
| 2940 | 2025-02-21T07:55:00.848Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2941 | 2025-02-21T07:55:01.543Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2942 | 2025-02-21T07:55:01.583Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2943 | 2025-02-21T07:55:08.365Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2944 | 2025-02-21T07:55:09.737Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2945 | 2025-02-21T07:55:12.692Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2946 | 2025-02-21T07:55:18.175Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2947 | 2025-02-21T07:55:18.852Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2948 | 2025-02-21T07:55:21.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.68s |
| 2949 | 2025-02-21T07:55:21.845Z | |
| 2950 | 2025-02-21T07:55:21.845Z | info: running `cargo check --bins` on gateway-api (110/199) |
| 2951 | 2025-02-21T07:55:22.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-02-21T07:55:22.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-02-21T07:55:22.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2025-02-21T07:55:22.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2955 | 2025-02-21T07:55:22.504Z | |
| 2956 | 2025-02-21T07:55:22.504Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
| 2957 | 2025-02-21T07:55:23.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-02-21T07:55:23.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-02-21T07:55:23.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-02-21T07:55:23.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2961 | 2025-02-21T07:55:23.146Z | |
| 2962 | 2025-02-21T07:55:23.146Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
| 2963 | 2025-02-21T07:55:23.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-02-21T07:55:23.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-02-21T07:55:23.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-02-21T07:55:23.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2967 | 2025-02-21T07:55:23.815Z | |
| 2968 | 2025-02-21T07:55:23.815Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
| 2969 | 2025-02-21T07:55:24.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-02-21T07:55:24.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-02-21T07:55:24.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-02-21T07:55:24.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2973 | 2025-02-21T07:55:24.487Z | |
| 2974 | 2025-02-21T07:55:24.487Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
| 2975 | 2025-02-21T07:55:25.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-02-21T07:55:25.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-02-21T07:55:25.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-02-21T07:55:25.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2979 | 2025-02-21T07:55:25.146Z | |
| 2980 | 2025-02-21T07:55:25.146Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
| 2981 | 2025-02-21T07:55:25.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-02-21T07:55:25.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-02-21T07:55:25.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2984 | 2025-02-21T07:55:25.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2985 | 2025-02-21T07:55:25.801Z | |
| 2986 | 2025-02-21T07:55:25.801Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
| 2987 | 2025-02-21T07:55:26.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2025-02-21T07:55:26.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2025-02-21T07:55:26.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2990 | 2025-02-21T07:55:26.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2991 | 2025-02-21T07:55:26.465Z | |
| 2992 | 2025-02-21T07:55:26.465Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
| 2993 | 2025-02-21T07:55:27.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2025-02-21T07:55:27.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2025-02-21T07:55:27.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2996 | 2025-02-21T07:55:27.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2997 | 2025-02-21T07:55:27.122Z | |
| 2998 | 2025-02-21T07:55:27.123Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
| 2999 | 2025-02-21T07:55:27.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2025-02-21T07:55:27.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2025-02-21T07:55:27.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3002 | 2025-02-21T07:55:27.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3003 | 2025-02-21T07:55:27.795Z | |
| 3004 | 2025-02-21T07:55:27.795Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
| 3005 | 2025-02-21T07:55:28.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2025-02-21T07:55:28.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2025-02-21T07:55:28.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2025-02-21T07:55:28.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3009 | 2025-02-21T07:55:28.438Z | |
| 3010 | 2025-02-21T07:55:28.438Z | info: running `cargo check --bins` on sp-sim (120/199) |
| 3011 | 2025-02-21T07:55:29.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2025-02-21T07:55:29.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2025-02-21T07:55:29.102Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3014 | 2025-02-21T07:55:29.552Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3015 | 2025-02-21T07:55:31.285Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3016 | 2025-02-21T07:55:33.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
| 3017 | 2025-02-21T07:55:33.213Z | |
| 3018 | 2025-02-21T07:55:33.214Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
| 3019 | 2025-02-21T07:55:33.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-02-21T07:55:33.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-02-21T07:55:33.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2025-02-21T07:55:33.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3023 | 2025-02-21T07:55:33.916Z | |
| 3024 | 2025-02-21T07:55:33.916Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
| 3025 | 2025-02-21T07:55:34.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2025-02-21T07:55:34.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2025-02-21T07:55:34.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2025-02-21T07:55:34.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3029 | 2025-02-21T07:55:34.637Z | |
| 3030 | 2025-02-21T07:55:34.637Z | info: running `cargo check --bins` on db-macros (123/199) |
| 3031 | 2025-02-21T07:55:35.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2025-02-21T07:55:35.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2025-02-21T07:55:35.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2025-02-21T07:55:35.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3035 | 2025-02-21T07:55:35.284Z | |
| 3036 | 2025-02-21T07:55:35.284Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
| 3037 | 2025-02-21T07:55:35.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2025-02-21T07:55:35.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2025-02-21T07:55:35.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2025-02-21T07:55:35.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3041 | 2025-02-21T07:55:35.924Z | |
| 3042 | 2025-02-21T07:55:35.924Z | info: running `cargo check --bins` on nexus-auth (125/199) |
| 3043 | 2025-02-21T07:55:36.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2025-02-21T07:55:36.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2025-02-21T07:55:36.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2025-02-21T07:55:36.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3047 | 2025-02-21T07:55:36.633Z | |
| 3048 | 2025-02-21T07:55:36.633Z | info: running `cargo check --bins` on authz-macros (126/199) |
| 3049 | 2025-02-21T07:55:37.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2025-02-21T07:55:37.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2025-02-21T07:55:37.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2025-02-21T07:55:37.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3053 | 2025-02-21T07:55:37.281Z | |
| 3054 | 2025-02-21T07:55:37.281Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
| 3055 | 2025-02-21T07:55:37.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2025-02-21T07:55:37.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2025-02-21T07:55:37.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2025-02-21T07:55:37.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3059 | 2025-02-21T07:55:37.977Z | |
| 3060 | 2025-02-21T07:55:37.977Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
| 3061 | 2025-02-21T07:55:38.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2025-02-21T07:55:38.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2025-02-21T07:55:38.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2025-02-21T07:55:38.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3065 | 2025-02-21T07:55:38.682Z | |
| 3066 | 2025-02-21T07:55:38.682Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
| 3067 | 2025-02-21T07:55:39.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2025-02-21T07:55:39.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2025-02-21T07:55:39.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2025-02-21T07:55:39.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3071 | 2025-02-21T07:55:39.346Z | |
| 3072 | 2025-02-21T07:55:39.347Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
| 3073 | 2025-02-21T07:55:39.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2025-02-21T07:55:39.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2025-02-21T07:55:39.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2025-02-21T07:55:39.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3077 | 2025-02-21T07:55:40.043Z | |
| 3078 | 2025-02-21T07:55:40.043Z | info: running `cargo check --bins` on typed-rng (131/199) |
| 3079 | 2025-02-21T07:55:40.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2025-02-21T07:55:40.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2025-02-21T07:55:40.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2025-02-21T07:55:40.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3083 | 2025-02-21T07:55:40.688Z | |
| 3084 | 2025-02-21T07:55:40.688Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
| 3085 | 2025-02-21T07:55:41.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2025-02-21T07:55:41.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2025-02-21T07:55:41.465Z | Checking keccak v0.1.5 |
| 3088 | 2025-02-21T07:55:41.576Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3089 | 2025-02-21T07:55:41.578Z | Checking secrecy v0.8.0 |
| 3090 | 2025-02-21T07:55:41.579Z | Compiling unicase v2.7.0 |
| 3091 | 2025-02-21T07:55:41.579Z | Compiling same-file v1.0.6 |
| 3092 | 2025-02-21T07:55:41.627Z | Compiling tempfile v3.13.0 |
| 3093 | 2025-02-21T07:55:41.630Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3094 | 2025-02-21T07:55:41.630Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3095 | 2025-02-21T07:55:41.763Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3096 | 2025-02-21T07:55:41.854Z | Checking sha3 v0.10.8 |
| 3097 | 2025-02-21T07:55:41.874Z | Compiling walkdir v2.5.0 |
| 3098 | 2025-02-21T07:55:41.924Z | Checking universal-hash v0.5.1 |
| 3099 | 2025-02-21T07:55:41.950Z | Compiling blake3 v1.5.4 |
| 3100 | 2025-02-21T07:55:42.108Z | Checking opaque-debug v0.3.1 |
| 3101 | 2025-02-21T07:55:42.134Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3102 | 2025-02-21T07:55:42.187Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3103 | 2025-02-21T07:55:42.218Z | Checking poly1305 v0.8.0 |
| 3104 | 2025-02-21T07:55:42.244Z | Checking chacha20 v0.9.1 |
| 3105 | 2025-02-21T07:55:42.343Z | Checking aead v0.5.2 |
| 3106 | 2025-02-21T07:55:42.448Z | Compiling memmap2 v0.9.5 |
| 3107 | 2025-02-21T07:55:42.517Z | Compiling salty v0.3.0 |
| 3108 | 2025-02-21T07:55:42.557Z | Compiling arrayvec v0.7.6 |
| 3109 | 2025-02-21T07:55:42.576Z | Compiling constant_time_eq v0.3.1 |
| 3110 | 2025-02-21T07:55:42.745Z | Compiling arrayref v0.3.9 |
| 3111 | 2025-02-21T07:55:42.766Z | Compiling libefi-sys v0.1.0 |
| 3112 | 2025-02-21T07:55:42.825Z | Checking chacha20poly1305 v0.10.1 |
| 3113 | 2025-02-21T07:55:42.874Z | Compiling toolchain_find v0.4.0 |
| 3114 | 2025-02-21T07:55:42.969Z | Compiling camino-tempfile v1.1.1 |
| 3115 | 2025-02-21T07:55:43.009Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3116 | 2025-02-21T07:55:43.084Z | Compiling bitfield-struct v0.6.2 |
| 3117 | 2025-02-21T07:55:43.326Z | Compiling topological-sort v0.2.2 |
| 3118 | 2025-02-21T07:55:43.389Z | Compiling mime_guess v2.0.5 |
| 3119 | 2025-02-21T07:55:43.421Z | Compiling rustfmt-wrapper v0.2.1 |
| 3120 | 2025-02-21T07:55:43.923Z | Compiling omicron-zone-package v0.12.0 |
| 3121 | 2025-02-21T07:55:44.000Z | Compiling progenitor v0.9.1 |
| 3122 | 2025-02-21T07:55:44.129Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3123 | 2025-02-21T07:55:44.229Z | Checking primeorder v0.13.6 |
| 3124 | 2025-02-21T07:55:44.289Z | Checking env_filter v0.1.2 |
| 3125 | 2025-02-21T07:55:44.417Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3126 | 2025-02-21T07:55:44.475Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3127 | 2025-02-21T07:55:44.495Z | Checking thiserror-no-std v2.0.2 |
| 3128 | 2025-02-21T07:55:44.530Z | Checking env_logger v0.11.5 |
| 3129 | 2025-02-21T07:55:44.594Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3130 | 2025-02-21T07:55:44.617Z | Checking vsss-rs v3.3.4 |
| 3131 | 2025-02-21T07:55:44.674Z | Checking p384 v0.13.0 |
| 3132 | 2025-02-21T07:55:44.739Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3133 | 2025-02-21T07:55:44.810Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3134 | 2025-02-21T07:55:44.991Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3135 | 2025-02-21T07:55:45.073Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 3136 | 2025-02-21T07:55:45.121Z | Checking lockfree-object-pool v0.1.6 |
| 3137 | 2025-02-21T07:55:45.155Z | Checking simd-adler32 v0.3.7 |
| 3138 | 2025-02-21T07:55:45.374Z | Compiling zip v2.1.3 |
| 3139 | 2025-02-21T07:55:45.401Z | Checking http-range v0.1.5 |
| 3140 | 2025-02-21T07:55:45.457Z | Checking bumpalo v3.16.0 |
| 3141 | 2025-02-21T07:55:45.516Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3142 | 2025-02-21T07:55:45.724Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3143 | 2025-02-21T07:55:45.797Z | Checking zopfli v0.8.1 |
| 3144 | 2025-02-21T07:55:45.800Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3145 | 2025-02-21T07:55:46.136Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3146 | 2025-02-21T07:55:46.348Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3147 | 2025-02-21T07:55:46.451Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3148 | 2025-02-21T07:55:46.515Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3149 | 2025-02-21T07:55:46.743Z | Checking atty v0.2.14 |
| 3150 | 2025-02-21T07:55:46.891Z | Checking glob v0.3.2 |
| 3151 | 2025-02-21T07:55:46.944Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3152 | 2025-02-21T07:55:46.946Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3153 | 2025-02-21T07:55:47.245Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3154 | 2025-02-21T07:55:47.623Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3155 | 2025-02-21T07:55:48.154Z | Checking hyper-staticfile v0.10.1 |
| 3156 | 2025-02-21T07:55:48.330Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3157 | 2025-02-21T07:55:48.556Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3158 | 2025-02-21T07:55:48.659Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3159 | 2025-02-21T07:55:48.697Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3160 | 2025-02-21T07:55:48.874Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3161 | 2025-02-21T07:55:49.052Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3162 | 2025-02-21T07:55:49.230Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3163 | 2025-02-21T07:55:49.495Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3164 | 2025-02-21T07:55:49.579Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3165 | 2025-02-21T07:55:49.862Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3166 | 2025-02-21T07:55:50.149Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3167 | 2025-02-21T07:55:53.165Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3168 | 2025-02-21T07:55:53.165Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3169 | 2025-02-21T07:56:01.699Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3170 | 2025-02-21T07:56:14.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.22s |
| 3171 | 2025-02-21T07:56:15.102Z | |
| 3172 | 2025-02-21T07:56:15.102Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
| 3173 | 2025-02-21T07:56:15.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3174 | 2025-02-21T07:56:15.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3175 | 2025-02-21T07:56:15.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3176 | 2025-02-21T07:56:29.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
| 3177 | 2025-02-21T07:56:29.697Z | |
| 3178 | 2025-02-21T07:56:29.698Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
| 3179 | 2025-02-21T07:56:30.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3180 | 2025-02-21T07:56:30.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3181 | 2025-02-21T07:56:30.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3182 | 2025-02-21T07:56:44.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s |
| 3183 | 2025-02-21T07:56:44.351Z | |
| 3184 | 2025-02-21T07:56:44.351Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
| 3185 | 2025-02-21T07:56:44.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3186 | 2025-02-21T07:56:44.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3187 | 2025-02-21T07:56:45.125Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3188 | 2025-02-21T07:56:58.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
| 3189 | 2025-02-21T07:56:58.873Z | |
| 3190 | 2025-02-21T07:56:58.873Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
| 3191 | 2025-02-21T07:56:59.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2025-02-21T07:56:59.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2025-02-21T07:56:59.640Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3194 | 2025-02-21T07:57:13.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
| 3195 | 2025-02-21T07:57:13.480Z | |
| 3196 | 2025-02-21T07:57:13.480Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
| 3197 | 2025-02-21T07:57:14.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2025-02-21T07:57:14.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2025-02-21T07:57:14.270Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3200 | 2025-02-21T07:57:28.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
| 3201 | 2025-02-21T07:57:28.264Z | |
| 3202 | 2025-02-21T07:57:28.264Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
| 3203 | 2025-02-21T07:57:28.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2025-02-21T07:57:28.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2025-02-21T07:57:29.054Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3206 | 2025-02-21T07:57:42.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
| 3207 | 2025-02-21T07:57:42.963Z | |
| 3208 | 2025-02-21T07:57:42.963Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
| 3209 | 2025-02-21T07:57:43.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2025-02-21T07:57:43.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2025-02-21T07:57:43.743Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3212 | 2025-02-21T07:57:57.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
| 3213 | 2025-02-21T07:57:57.699Z | |
| 3214 | 2025-02-21T07:57:57.699Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
| 3215 | 2025-02-21T07:57:58.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2025-02-21T07:57:58.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2025-02-21T07:57:58.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3218 | 2025-02-21T07:57:58.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3219 | 2025-02-21T07:57:58.381Z | |
| 3220 | 2025-02-21T07:57:58.381Z | info: running `cargo check --bins` on key-manager (141/199) |
| 3221 | 2025-02-21T07:57:58.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2025-02-21T07:57:58.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2025-02-21T07:57:58.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3224 | 2025-02-21T07:57:58.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3225 | 2025-02-21T07:57:59.042Z | |
| 3226 | 2025-02-21T07:57:59.042Z | info: running `cargo check --bins` on range-requests (142/199) |
| 3227 | 2025-02-21T07:57:59.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3228 | 2025-02-21T07:57:59.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3229 | 2025-02-21T07:57:59.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3230 | 2025-02-21T07:57:59.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3231 | 2025-02-21T07:57:59.679Z | |
| 3232 | 2025-02-21T07:57:59.679Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
| 3233 | 2025-02-21T07:58:00.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3234 | 2025-02-21T07:58:00.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3235 | 2025-02-21T07:58:00.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3236 | 2025-02-21T07:58:00.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3237 | 2025-02-21T07:58:00.336Z | |
| 3238 | 2025-02-21T07:58:00.336Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
| 3239 | 2025-02-21T07:58:00.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3240 | 2025-02-21T07:58:00.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3241 | 2025-02-21T07:58:00.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3242 | 2025-02-21T07:58:00.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3243 | 2025-02-21T07:58:01.023Z | |
| 3244 | 2025-02-21T07:58:01.023Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
| 3245 | 2025-02-21T07:58:01.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3246 | 2025-02-21T07:58:01.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3247 | 2025-02-21T07:58:01.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3248 | 2025-02-21T07:58:01.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3249 | 2025-02-21T07:58:01.670Z | |
| 3250 | 2025-02-21T07:58:01.670Z | info: running `cargo check --bins` on sled-hardware (146/199) |
| 3251 | 2025-02-21T07:58:02.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3252 | 2025-02-21T07:58:02.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3253 | 2025-02-21T07:58:02.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3254 | 2025-02-21T07:58:02.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3255 | 2025-02-21T07:58:02.345Z | |
| 3256 | 2025-02-21T07:58:02.346Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
| 3257 | 2025-02-21T07:58:02.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2025-02-21T07:58:02.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2025-02-21T07:58:02.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3260 | 2025-02-21T07:58:02.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3261 | 2025-02-21T07:58:03.028Z | |
| 3262 | 2025-02-21T07:58:03.028Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
| 3263 | 2025-02-21T07:58:03.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2025-02-21T07:58:03.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2025-02-21T07:58:03.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2025-02-21T07:58:03.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3267 | 2025-02-21T07:58:03.703Z | |
| 3268 | 2025-02-21T07:58:03.703Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
| 3269 | 2025-02-21T07:58:04.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2025-02-21T07:58:04.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2025-02-21T07:58:04.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2025-02-21T07:58:04.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3273 | 2025-02-21T07:58:04.395Z | |
| 3274 | 2025-02-21T07:58:04.395Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
| 3275 | 2025-02-21T07:58:04.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2025-02-21T07:58:05.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2025-02-21T07:58:05.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2025-02-21T07:58:05.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3279 | 2025-02-21T07:58:05.085Z | |
| 3280 | 2025-02-21T07:58:05.085Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
| 3281 | 2025-02-21T07:58:05.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2025-02-21T07:58:05.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2025-02-21T07:58:05.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2025-02-21T07:58:05.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3285 | 2025-02-21T07:58:05.768Z | |
| 3286 | 2025-02-21T07:58:05.768Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
| 3287 | 2025-02-21T07:58:06.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2025-02-21T07:58:06.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2025-02-21T07:58:06.489Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3290 | 2025-02-21T07:58:06.489Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3291 | 2025-02-21T07:58:07.388Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3292 | 2025-02-21T07:58:09.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
| 3293 | 2025-02-21T07:58:09.567Z | |
| 3294 | 2025-02-21T07:58:09.567Z | info: running `cargo check --bins` on oximeter-api (153/199) |
| 3295 | 2025-02-21T07:58:10.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-02-21T07:58:10.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-02-21T07:58:10.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2025-02-21T07:58:10.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3299 | 2025-02-21T07:58:10.213Z | |
| 3300 | 2025-02-21T07:58:10.213Z | info: running `cargo check --bins` on cert-dev (154/199) |
| 3301 | 2025-02-21T07:58:10.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-02-21T07:58:10.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-02-21T07:58:10.849Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3304 | 2025-02-21T07:58:11.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3305 | 2025-02-21T07:58:11.295Z | |
| 3306 | 2025-02-21T07:58:11.295Z | info: running `cargo check --bins` on clickana (155/199) |
| 3307 | 2025-02-21T07:58:11.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-02-21T07:58:11.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-02-21T07:58:11.970Z | Checking castaway v0.2.3 |
| 3310 | 2025-02-21T07:58:11.970Z | Checking lru v0.12.5 |
| 3311 | 2025-02-21T07:58:11.973Z | Compiling instability v0.3.2 |
| 3312 | 2025-02-21T07:58:11.973Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3313 | 2025-02-21T07:58:11.973Z | Checking unicode-truncate v1.1.0 |
| 3314 | 2025-02-21T07:58:11.973Z | Compiling indoc v2.0.5 |
| 3315 | 2025-02-21T07:58:11.973Z | Checking cassowary v0.3.0 |
| 3316 | 2025-02-21T07:58:12.191Z | Checking compact_str v0.8.0 |
| 3317 | 2025-02-21T07:58:12.849Z | Checking ratatui v0.29.0 |
| 3318 | 2025-02-21T07:58:13.786Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3319 | 2025-02-21T07:58:14.966Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3320 | 2025-02-21T07:58:15.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
| 3321 | 2025-02-21T07:58:15.990Z | |
| 3322 | 2025-02-21T07:58:15.990Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
| 3323 | 2025-02-21T07:58:16.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2025-02-21T07:58:16.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2025-02-21T07:58:16.705Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3326 | 2025-02-21T07:58:16.705Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3327 | 2025-02-21T07:58:17.732Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3328 | 2025-02-21T07:58:18.199Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3329 | 2025-02-21T07:58:18.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 3330 | 2025-02-21T07:58:18.752Z | |
| 3331 | 2025-02-21T07:58:18.752Z | info: running `cargo check --bins` on ch-dev (157/199) |
| 3332 | 2025-02-21T07:58:19.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2025-02-21T07:58:19.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2025-02-21T07:58:19.438Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3335 | 2025-02-21T07:58:20.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3336 | 2025-02-21T07:58:20.358Z | |
| 3337 | 2025-02-21T07:58:20.358Z | info: running `cargo check --bins` on crdb-seed (158/199) |
| 3338 | 2025-02-21T07:58:20.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2025-02-21T07:58:20.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2025-02-21T07:58:21.037Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3341 | 2025-02-21T07:58:21.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3342 | 2025-02-21T07:58:21.571Z | |
| 3343 | 2025-02-21T07:58:21.571Z | info: running `cargo check --bins` on db-dev (159/199) |
| 3344 | 2025-02-21T07:58:22.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2025-02-21T07:58:22.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2025-02-21T07:58:22.247Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3347 | 2025-02-21T07:58:22.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 3348 | 2025-02-21T07:58:23.175Z | |
| 3349 | 2025-02-21T07:58:23.175Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
| 3350 | 2025-02-21T07:58:23.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2025-02-21T07:58:23.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2025-02-21T07:58:23.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2025-02-21T07:58:23.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3354 | 2025-02-21T07:58:23.836Z | |
| 3355 | 2025-02-21T07:58:23.836Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
| 3356 | 2025-02-21T07:58:24.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2025-02-21T07:58:24.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2025-02-21T07:58:24.473Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3359 | 2025-02-21T07:58:25.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3360 | 2025-02-21T07:58:25.509Z | |
| 3361 | 2025-02-21T07:58:25.509Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
| 3362 | 2025-02-21T07:58:26.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2025-02-21T07:58:26.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2025-02-21T07:58:26.147Z | Checking cargo-platform v0.1.8 |
| 3365 | 2025-02-21T07:58:26.432Z | Checking cargo_metadata v0.18.1 |
| 3366 | 2025-02-21T07:58:27.388Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3367 | 2025-02-21T07:58:28.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
| 3368 | 2025-02-21T07:58:28.410Z | |
| 3369 | 2025-02-21T07:58:28.410Z | info: running `cargo check --bins` on mgs-dev (163/199) |
| 3370 | 2025-02-21T07:58:29.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2025-02-21T07:58:29.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2025-02-21T07:58:29.146Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3373 | 2025-02-21T07:58:30.630Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3374 | 2025-02-21T07:58:31.193Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3375 | 2025-02-21T07:58:31.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 3376 | 2025-02-21T07:58:31.945Z | |
| 3377 | 2025-02-21T07:58:31.945Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
| 3378 | 2025-02-21T07:58:32.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2025-02-21T07:58:32.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2025-02-21T07:58:32.754Z | Compiling crunchy v0.2.2 |
| 3381 | 2025-02-21T07:58:32.757Z | Compiling tiny-keccak v2.0.2 |
| 3382 | 2025-02-21T07:58:32.757Z | Compiling dsl_auto_type v0.1.2 |
| 3383 | 2025-02-21T07:58:32.757Z | Checking scheduled-thread-pool v0.2.7 |
| 3384 | 2025-02-21T07:58:32.757Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3385 | 2025-02-21T07:58:32.757Z | Compiling ascii-canvas v3.0.0 |
| 3386 | 2025-02-21T07:58:32.757Z | Compiling ena v0.14.3 |
| 3387 | 2025-02-21T07:58:32.870Z | Compiling regex-syntax v0.6.29 |
| 3388 | 2025-02-21T07:58:33.084Z | Checking r2d2 v0.8.10 |
| 3389 | 2025-02-21T07:58:33.215Z | Compiling diff v0.1.13 |
| 3390 | 2025-02-21T07:58:33.246Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3391 | 2025-02-21T07:58:33.322Z | Compiling ref-cast v1.0.23 |
| 3392 | 2025-02-21T07:58:33.367Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3393 | 2025-02-21T07:58:33.411Z | Compiling derive_builder_core v0.20.2 |
| 3394 | 2025-02-21T07:58:33.519Z | Compiling libxml v0.3.3 |
| 3395 | 2025-02-21T07:58:33.674Z | Compiling ref-cast-impl v1.0.23 |
| 3396 | 2025-02-21T07:58:33.734Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3397 | 2025-02-21T07:58:33.938Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3398 | 2025-02-21T07:58:33.959Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3399 | 2025-02-21T07:58:34.136Z | Compiling diesel_derives v2.2.3 |
| 3400 | 2025-02-21T07:58:34.225Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3401 | 2025-02-21T07:58:34.260Z | Compiling strum_macros v0.24.3 |
| 3402 | 2025-02-21T07:58:34.260Z | Compiling samael v0.0.17 |
| 3403 | 2025-02-21T07:58:34.609Z | Compiling indoc v1.0.9 |
| 3404 | 2025-02-21T07:58:35.455Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3405 | 2025-02-21T07:58:35.489Z | Compiling derive_builder_macro v0.20.2 |
| 3406 | 2025-02-21T07:58:35.752Z | Compiling oso-derive v0.27.3 |
| 3407 | 2025-02-21T07:58:36.388Z | Compiling lalrpop v0.19.12 |
| 3408 | 2025-02-21T07:58:36.478Z | Checking derive_builder v0.20.2 |
| 3409 | 2025-02-21T07:58:36.645Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3410 | 2025-02-21T07:58:36.727Z | Checking quick-xml v0.33.0 |
| 3411 | 2025-02-21T07:58:36.933Z | Compiling diesel-dtrace v0.4.2 |
| 3412 | 2025-02-21T07:58:37.278Z | Checking maplit v1.0.2 |
| 3413 | 2025-02-21T07:58:37.486Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3414 | 2025-02-21T07:58:37.489Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3415 | 2025-02-21T07:58:37.840Z | Checking bb8 v0.8.5 |
| 3416 | 2025-02-21T07:58:38.173Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3417 | 2025-02-21T07:58:38.217Z | Checking rand_seeder v0.3.0 |
| 3418 | 2025-02-21T07:58:38.337Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3419 | 2025-02-21T07:58:38.478Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3420 | 2025-02-21T07:58:38.527Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3421 | 2025-02-21T07:58:38.676Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3422 | 2025-02-21T07:58:38.979Z | Checking smawk v0.3.2 |
| 3423 | 2025-02-21T07:58:38.999Z | Checking is_ci v1.2.0 |
| 3424 | 2025-02-21T07:58:39.149Z | Checking unicode-linebreak v0.1.5 |
| 3425 | 2025-02-21T07:58:39.185Z | Checking supports-color v3.0.1 |
| 3426 | 2025-02-21T07:58:39.435Z | Checking multimap v0.10.0 |
| 3427 | 2025-02-21T07:58:39.606Z | Checking textwrap v0.16.1 |
| 3428 | 2025-02-21T07:58:40.713Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3429 | 2025-02-21T07:58:42.364Z | Checking diesel v2.2.7 |
| 3430 | 2025-02-21T07:59:06.622Z | Compiling polar-core v0.27.3 |
| 3431 | 2025-02-21T07:59:08.121Z | Checking async-bb8-diesel v0.2.1 |
| 3432 | 2025-02-21T07:59:14.034Z | Checking oso v0.27.3 |
| 3433 | 2025-02-21T08:00:20.454Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3434 | 2025-02-21T08:00:27.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s |
| 3435 | 2025-02-21T08:00:27.429Z | |
| 3436 | 2025-02-21T08:00:27.429Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
| 3437 | 2025-02-21T08:00:28.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2025-02-21T08:00:28.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2025-02-21T08:00:28.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2025-02-21T08:00:28.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3441 | 2025-02-21T08:00:28.161Z | |
| 3442 | 2025-02-21T08:00:28.161Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
| 3443 | 2025-02-21T08:00:28.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-02-21T08:00:28.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-02-21T08:00:28.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2025-02-21T08:00:28.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3447 | 2025-02-21T08:00:28.861Z | |
| 3448 | 2025-02-21T08:00:28.861Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
| 3449 | 2025-02-21T08:00:29.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2025-02-21T08:00:29.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2025-02-21T08:00:29.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2025-02-21T08:00:29.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3453 | 2025-02-21T08:00:29.515Z | |
| 3454 | 2025-02-21T08:00:29.515Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
| 3455 | 2025-02-21T08:00:30.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2025-02-21T08:00:30.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2025-02-21T08:00:30.356Z | Compiling libz-sys v1.1.20 |
| 3458 | 2025-02-21T08:00:30.358Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3459 | 2025-02-21T08:00:30.486Z | Compiling vergen v8.3.2 |
| 3460 | 2025-02-21T08:00:30.489Z | Compiling cargo-platform v0.1.8 |
| 3461 | 2025-02-21T08:00:30.489Z | Compiling pin-project-internal v1.1.6 |
| 3462 | 2025-02-21T08:00:30.528Z | Compiling libsqlite3-sys v0.30.1 |
| 3463 | 2025-02-21T08:00:30.528Z | Compiling snafu-derive v0.8.5 |
| 3464 | 2025-02-21T08:00:30.531Z | Compiling rustls v0.21.12 |
| 3465 | 2025-02-21T08:00:30.790Z | Compiling buf-list v1.0.3 |
| 3466 | 2025-02-21T08:00:30.856Z | Compiling cargo_metadata v0.18.1 |
| 3467 | 2025-02-21T08:00:31.045Z | Checking globset v0.4.15 |
| 3468 | 2025-02-21T08:00:31.188Z | Checking olpc-cjson v0.1.4 |
| 3469 | 2025-02-21T08:00:31.210Z | Checking sct v0.7.1 |
| 3470 | 2025-02-21T08:00:31.432Z | Checking rustls-webpki v0.101.7 |
| 3471 | 2025-02-21T08:00:31.504Z | Checking serde_plain v1.0.2 |
| 3472 | 2025-02-21T08:00:31.551Z | Checking typed-path v0.9.3 |
| 3473 | 2025-02-21T08:00:31.890Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3474 | 2025-02-21T08:00:32.159Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3475 | 2025-02-21T08:00:32.207Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3476 | 2025-02-21T08:00:32.467Z | Checking hashlink v0.9.1 |
| 3477 | 2025-02-21T08:00:32.511Z | Checking fallible-streaming-iterator v0.1.9 |
| 3478 | 2025-02-21T08:00:32.723Z | Checking parse-size v1.1.0 |
| 3479 | 2025-02-21T08:00:32.929Z | Checking fallible-iterator v0.3.0 |
| 3480 | 2025-02-21T08:00:33.103Z | Checking pin-project v1.1.6 |
| 3481 | 2025-02-21T08:00:33.130Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3482 | 2025-02-21T08:00:33.253Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3483 | 2025-02-21T08:00:33.378Z | Checking rustls-pemfile v1.0.4 |
| 3484 | 2025-02-21T08:00:33.515Z | Checking rusqlite v0.32.1 |
| 3485 | 2025-02-21T08:00:33.585Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3486 | 2025-02-21T08:00:33.873Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3487 | 2025-02-21T08:00:34.117Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3488 | 2025-02-21T08:00:34.151Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3489 | 2025-02-21T08:00:34.174Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3490 | 2025-02-21T08:00:34.249Z | Checking twox-hash v2.1.0 |
| 3491 | 2025-02-21T08:00:34.289Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3492 | 2025-02-21T08:00:34.526Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3493 | 2025-02-21T08:00:34.872Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3494 | 2025-02-21T08:00:35.111Z | Checking tokio-rustls v0.24.1 |
| 3495 | 2025-02-21T08:00:35.255Z | Checking snafu v0.8.5 |
| 3496 | 2025-02-21T08:00:35.678Z | Checking tough v0.19.0 |
| 3497 | 2025-02-21T08:00:35.853Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3498 | 2025-02-21T08:00:36.296Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3499 | 2025-02-21T08:00:36.380Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3500 | 2025-02-21T08:00:36.401Z | Checking fatfs v0.3.6 |
| 3501 | 2025-02-21T08:00:36.707Z | Checking assert_matches v1.5.0 |
| 3502 | 2025-02-21T08:00:39.835Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3503 | 2025-02-21T08:00:41.145Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3504 | 2025-02-21T08:00:43.021Z | Compiling git2 v0.19.0 |
| 3505 | 2025-02-21T08:00:47.115Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3506 | 2025-02-21T08:01:46.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 3507 | 2025-02-21T08:01:46.620Z | |
| 3508 | 2025-02-21T08:01:46.620Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
| 3509 | 2025-02-21T08:01:47.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2025-02-21T08:01:47.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2025-02-21T08:01:47.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2025-02-21T08:01:47.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3513 | 2025-02-21T08:01:47.339Z | |
| 3514 | 2025-02-21T08:01:47.339Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
| 3515 | 2025-02-21T08:01:47.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2025-02-21T08:01:47.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2025-02-21T08:01:47.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2025-02-21T08:01:47.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3519 | 2025-02-21T08:01:47.977Z | |
| 3520 | 2025-02-21T08:01:47.977Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
| 3521 | 2025-02-21T08:01:48.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2025-02-21T08:01:48.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2025-02-21T08:01:48.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2025-02-21T08:01:48.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3525 | 2025-02-21T08:01:48.665Z | |
| 3526 | 2025-02-21T08:01:48.665Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
| 3527 | 2025-02-21T08:01:49.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2025-02-21T08:01:49.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2025-02-21T08:01:49.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2025-02-21T08:01:49.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3531 | 2025-02-21T08:01:49.364Z | |
| 3532 | 2025-02-21T08:01:49.364Z | info: running `cargo check --bins` on nexus-networking (173/199) |
| 3533 | 2025-02-21T08:01:49.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2025-02-21T08:01:49.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2025-02-21T08:01:49.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2025-02-21T08:01:49.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3537 | 2025-02-21T08:01:50.062Z | |
| 3538 | 2025-02-21T08:01:50.062Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
| 3539 | 2025-02-21T08:01:50.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2025-02-21T08:01:50.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2025-02-21T08:01:50.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2025-02-21T08:01:50.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3543 | 2025-02-21T08:01:50.751Z | |
| 3544 | 2025-02-21T08:01:50.751Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
| 3545 | 2025-02-21T08:01:51.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2025-02-21T08:01:51.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2025-02-21T08:01:51.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2025-02-21T08:01:51.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3549 | 2025-02-21T08:01:51.462Z | |
| 3550 | 2025-02-21T08:01:51.462Z | info: running `cargo check --bins` on update-common (176/199) |
| 3551 | 2025-02-21T08:01:52.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2025-02-21T08:01:52.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2025-02-21T08:01:52.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2025-02-21T08:01:52.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3555 | 2025-02-21T08:01:52.137Z | |
| 3556 | 2025-02-21T08:01:52.138Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
| 3557 | 2025-02-21T08:01:53.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2025-02-21T08:01:53.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2025-02-21T08:01:53.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2025-02-21T08:01:53.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3561 | 2025-02-21T08:01:53.057Z | |
| 3562 | 2025-02-21T08:01:53.057Z | info: running `cargo check --bins` on tufaceous (178/199) |
| 3563 | 2025-02-21T08:01:53.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2025-02-21T08:01:53.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2025-02-21T08:01:53.507Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3566 | 2025-02-21T08:01:53.802Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3567 | 2025-02-21T08:01:54.844Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3568 | 2025-02-21T08:01:55.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
| 3569 | 2025-02-21T08:01:55.830Z | |
| 3570 | 2025-02-21T08:01:55.830Z | info: running `cargo check --bins` on omicron-dev (179/199) |
| 3571 | 2025-02-21T08:01:56.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2025-02-21T08:01:56.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2025-02-21T08:01:56.725Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3574 | 2025-02-21T08:01:56.728Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3575 | 2025-02-21T08:01:56.869Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3576 | 2025-02-21T08:01:56.872Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3577 | 2025-02-21T08:01:57.910Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3578 | 2025-02-21T08:02:25.835Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3579 | 2025-02-21T08:02:25.835Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3580 | 2025-02-21T08:02:25.839Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3581 | 2025-02-21T08:02:25.839Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3582 | 2025-02-21T08:02:25.839Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3583 | 2025-02-21T08:02:25.839Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3584 | 2025-02-21T08:02:26.741Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3585 | 2025-02-21T08:02:27.996Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3586 | 2025-02-21T08:03:11.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 3587 | 2025-02-21T08:03:11.681Z | |
| 3588 | 2025-02-21T08:03:11.681Z | info: running `cargo check --bins` on openapi-manager (180/199) |
| 3589 | 2025-02-21T08:03:12.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-02-21T08:03:12.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-02-21T08:03:12.422Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3592 | 2025-02-21T08:03:12.425Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3593 | 2025-02-21T08:03:12.425Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3594 | 2025-02-21T08:03:12.555Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3595 | 2025-02-21T08:03:12.558Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3596 | 2025-02-21T08:03:12.582Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3597 | 2025-02-21T08:03:12.585Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3598 | 2025-02-21T08:03:12.615Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3599 | 2025-02-21T08:03:12.753Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3600 | 2025-02-21T08:03:12.822Z | Checking heck v0.4.1 |
| 3601 | 2025-02-21T08:03:12.876Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3602 | 2025-02-21T08:03:13.057Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3603 | 2025-02-21T08:03:13.143Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3604 | 2025-02-21T08:03:13.476Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3605 | 2025-02-21T08:03:13.812Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3606 | 2025-02-21T08:03:13.972Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3607 | 2025-02-21T08:03:14.302Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3608 | 2025-02-21T08:03:15.178Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3609 | 2025-02-21T08:03:15.746Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3610 | 2025-02-21T08:03:16.083Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3611 | 2025-02-21T08:03:16.243Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3612 | 2025-02-21T08:03:18.133Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3613 | 2025-02-21T08:03:18.136Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3614 | 2025-02-21T08:03:20.124Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3615 | 2025-02-21T08:03:21.642Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3616 | 2025-02-21T08:03:27.242Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3617 | 2025-02-21T08:03:27.242Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3618 | 2025-02-21T08:03:28.575Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3619 | 2025-02-21T08:03:29.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s |
| 3620 | 2025-02-21T08:03:29.782Z | |
| 3621 | 2025-02-21T08:03:29.782Z | info: running `cargo check --bins` on installinator-api (181/199) |
| 3622 | 2025-02-21T08:03:30.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2025-02-21T08:03:30.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2025-02-21T08:03:30.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2025-02-21T08:03:30.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3626 | 2025-02-21T08:03:30.452Z | |
| 3627 | 2025-02-21T08:03:30.452Z | info: running `cargo check --bins` on wicketd-api (182/199) |
| 3628 | 2025-02-21T08:03:31.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2025-02-21T08:03:31.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2025-02-21T08:03:31.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2025-02-21T08:03:31.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3632 | 2025-02-21T08:03:31.136Z | |
| 3633 | 2025-02-21T08:03:31.136Z | info: running `cargo check --bins` on omicron-pins (183/199) |
| 3634 | 2025-02-21T08:03:31.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2025-02-21T08:03:31.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2025-02-21T08:03:31.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2025-02-21T08:03:31.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3638 | 2025-02-21T08:03:31.773Z | |
| 3639 | 2025-02-21T08:03:31.773Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
| 3640 | 2025-02-21T08:03:32.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2025-02-21T08:03:32.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2025-02-21T08:03:32.492Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3643 | 2025-02-21T08:03:32.492Z | Compiling petname v2.0.2 |
| 3644 | 2025-02-21T08:03:32.496Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3645 | 2025-02-21T08:03:32.496Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3646 | 2025-02-21T08:03:32.497Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3647 | 2025-02-21T08:03:32.497Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3648 | 2025-02-21T08:03:32.497Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3649 | 2025-02-21T08:03:32.612Z | Checking sync-ptr v0.1.1 |
| 3650 | 2025-02-21T08:03:38.030Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3651 | 2025-02-21T08:03:38.663Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3652 | 2025-02-21T08:03:39.879Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3653 | 2025-02-21T08:03:41.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.68s |
| 3654 | 2025-02-21T08:03:41.647Z | |
| 3655 | 2025-02-21T08:03:41.647Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
| 3656 | 2025-02-21T08:03:42.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2025-02-21T08:03:42.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2025-02-21T08:03:42.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2025-02-21T08:03:42.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3660 | 2025-02-21T08:03:42.357Z | |
| 3661 | 2025-02-21T08:03:42.357Z | info: running `cargo check --bins` on omicron-releng (186/199) |
| 3662 | 2025-02-21T08:03:42.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2025-02-21T08:03:42.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2025-02-21T08:03:43.070Z | Checking memmap2 v0.9.5 |
| 3665 | 2025-02-21T08:03:43.071Z | Checking arrayref v0.3.9 |
| 3666 | 2025-02-21T08:03:43.074Z | Checking arrayvec v0.7.6 |
| 3667 | 2025-02-21T08:03:43.074Z | Checking constant_time_eq v0.3.1 |
| 3668 | 2025-02-21T08:03:43.074Z | Checking topological-sort v0.2.2 |
| 3669 | 2025-02-21T08:03:43.175Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3670 | 2025-02-21T08:03:43.178Z | Checking shell-words v1.1.0 |
| 3671 | 2025-02-21T08:03:43.451Z | Checking blake3 v1.5.4 |
| 3672 | 2025-02-21T08:03:43.801Z | Checking omicron-zone-package v0.12.0 |
| 3673 | 2025-02-21T08:03:44.947Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3674 | 2025-02-21T08:03:45.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 3675 | 2025-02-21T08:03:46.081Z | |
| 3676 | 2025-02-21T08:03:46.081Z | info: running `cargo check --bins` on xtask (187/199) |
| 3677 | 2025-02-21T08:03:46.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2025-02-21T08:03:46.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2025-02-21T08:03:46.532Z | Checking bitflags v2.6.0 |
| 3680 | 2025-02-21T08:03:46.537Z | Checking serde v1.0.217 |
| 3681 | 2025-02-21T08:03:46.537Z | Checking thiserror v1.0.69 |
| 3682 | 2025-02-21T08:03:46.630Z | Checking scroll v0.12.0 |
| 3683 | 2025-02-21T08:03:46.633Z | Checking log v0.4.22 |
| 3684 | 2025-02-21T08:03:46.640Z | Checking hashbrown v0.15.1 |
| 3685 | 2025-02-21T08:03:46.650Z | Checking zerocopy v0.7.35 |
| 3686 | 2025-02-21T08:03:46.674Z | Checking syn v2.0.96 |
| 3687 | 2025-02-21T08:03:46.743Z | Checking pest v2.7.14 |
| 3688 | 2025-02-21T08:03:46.855Z | Checking rustix v0.38.37 |
| 3689 | 2025-02-21T08:03:46.893Z | Checking once_cell v1.20.2 |
| 3690 | 2025-02-21T08:03:47.083Z | Checking goblin v0.8.2 |
| 3691 | 2025-02-21T08:03:47.198Z | Checking fs-err v2.11.0 |
| 3692 | 2025-02-21T08:03:47.502Z | Checking anyhow v1.0.95 |
| 3693 | 2025-02-21T08:03:47.620Z | Checking indexmap v2.7.1 |
| 3694 | 2025-02-21T08:03:47.869Z | Checking tabled v0.15.0 |
| 3695 | 2025-02-21T08:03:48.652Z | Checking terminal_size v0.4.0 |
| 3696 | 2025-02-21T08:03:48.652Z | Checking tempfile v3.13.0 |
| 3697 | 2025-02-21T08:03:48.844Z | Checking clap_builder v4.5.27 |
| 3698 | 2025-02-21T08:03:49.254Z | Checking dtrace-parser v0.2.0 |
| 3699 | 2025-02-21T08:03:50.683Z | Checking serde_json v1.0.135 |
| 3700 | 2025-02-21T08:03:50.683Z | Checking serde_spanned v0.6.8 |
| 3701 | 2025-02-21T08:03:50.686Z | Checking toml_datetime v0.6.8 |
| 3702 | 2025-02-21T08:03:50.686Z | Checking camino v1.1.9 |
| 3703 | 2025-02-21T08:03:50.686Z | Checking semver v1.0.24 |
| 3704 | 2025-02-21T08:03:50.893Z | Checking cargo-platform v0.1.8 |
| 3705 | 2025-02-21T08:03:50.993Z | Checking toml_edit v0.22.22 |
| 3706 | 2025-02-21T08:03:51.063Z | Checking macaddr v1.0.1 |
| 3707 | 2025-02-21T08:03:51.238Z | Checking camino-tempfile v1.1.1 |
| 3708 | 2025-02-21T08:03:51.279Z | Checking clap v4.5.27 |
| 3709 | 2025-02-21T08:03:51.878Z | Checking dof v0.3.0 |
| 3710 | 2025-02-21T08:03:51.878Z | Checking cargo_metadata v0.18.1 |
| 3711 | 2025-02-21T08:03:52.292Z | Checking usdt-impl v0.5.0 |
| 3712 | 2025-02-21T08:03:52.667Z | Checking usdt v0.5.0 |
| 3713 | 2025-02-21T08:03:52.854Z | Checking toml v0.8.19 |
| 3714 | 2025-02-21T08:03:53.302Z | Checking cargo_toml v0.20.5 |
| 3715 | 2025-02-21T08:03:54.481Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3716 | 2025-02-21T08:03:55.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s |
| 3717 | 2025-02-21T08:03:55.234Z | |
| 3718 | 2025-02-21T08:03:55.235Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
| 3719 | 2025-02-21T08:03:55.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2025-02-21T08:03:55.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2025-02-21T08:03:56.049Z | Checking polyval v0.6.2 |
| 3722 | 2025-02-21T08:03:56.164Z | Checking ctr v0.9.2 |
| 3723 | 2025-02-21T08:03:56.178Z | Checking ssh-encoding v0.2.0 |
| 3724 | 2025-02-21T08:03:56.181Z | Checking blowfish v0.9.1 |
| 3725 | 2025-02-21T08:03:56.206Z | Checking password-hash v0.4.2 |
| 3726 | 2025-02-21T08:03:56.225Z | Checking p256 v0.13.2 |
| 3727 | 2025-02-21T08:03:56.227Z | Checking p521 v0.13.3 |
| 3728 | 2025-02-21T08:03:56.259Z | Checking russh-cryptovec v0.7.3 |
| 3729 | 2025-02-21T08:03:56.388Z | Checking ghash v0.5.1 |
| 3730 | 2025-02-21T08:03:56.415Z | Checking bcrypt-pbkdf v0.10.0 |
| 3731 | 2025-02-21T08:03:56.435Z | Checking md5 v0.7.0 |
| 3732 | 2025-02-21T08:03:56.479Z | Checking num-bigint v0.4.6 |
| 3733 | 2025-02-21T08:03:56.509Z | Checking des v0.8.1 |
| 3734 | 2025-02-21T08:03:56.560Z | Checking aes-gcm v0.10.3 |
| 3735 | 2025-02-21T08:03:56.626Z | Checking pbkdf2 v0.11.0 |
| 3736 | 2025-02-21T08:03:56.676Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3737 | 2025-02-21T08:03:56.714Z | Checking hex-literal v0.4.1 |
| 3738 | 2025-02-21T08:03:56.745Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3739 | 2025-02-21T08:03:56.778Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3740 | 2025-02-21T08:03:56.805Z | Checking ssh-cipher v0.2.0 |
| 3741 | 2025-02-21T08:03:56.860Z | Checking internet-checksum v0.2.1 |
| 3742 | 2025-02-21T08:03:57.103Z | Checking ssh-key v0.6.6 |
| 3743 | 2025-02-21T08:03:57.328Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3744 | 2025-02-21T08:03:58.327Z | Checking russh-keys v0.45.0 |
| 3745 | 2025-02-21T08:03:59.187Z | Checking russh v0.45.0 |
| 3746 | 2025-02-21T08:04:22.070Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3747 | 2025-02-21T08:04:22.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.21s |
| 3748 | 2025-02-21T08:04:22.112Z | |
| 3749 | 2025-02-21T08:04:22.112Z | info: running `cargo check --bins` on gateway-cli (189/199) |
| 3750 | 2025-02-21T08:04:22.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2025-02-21T08:04:22.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2025-02-21T08:04:22.112Z | Checking termios v0.3.3 |
| 3753 | 2025-02-21T08:04:22.112Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3754 | 2025-02-21T08:04:22.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 3755 | 2025-02-21T08:04:22.112Z | |
| 3756 | 2025-02-21T08:04:22.112Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
| 3757 | 2025-02-21T08:04:22.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2025-02-21T08:04:22.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2025-02-21T08:04:22.270Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3760 | 2025-02-21T08:04:22.270Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3761 | 2025-02-21T08:04:22.272Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3762 | 2025-02-21T08:04:22.272Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3763 | 2025-02-21T08:04:23.303Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3764 | 2025-02-21T08:04:24.549Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3765 | 2025-02-21T08:04:26.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 3766 | 2025-02-21T08:04:26.534Z | |
| 3767 | 2025-02-21T08:04:26.534Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
| 3768 | 2025-02-21T08:04:27.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2025-02-21T08:04:27.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2025-02-21T08:04:27.194Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3771 | 2025-02-21T08:04:27.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3772 | 2025-02-21T08:04:27.839Z | |
| 3773 | 2025-02-21T08:04:27.839Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
| 3774 | 2025-02-21T08:04:28.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2025-02-21T08:04:28.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2025-02-21T08:04:28.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2025-02-21T08:04:28.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3778 | 2025-02-21T08:04:28.470Z | |
| 3779 | 2025-02-21T08:04:28.470Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
| 3780 | 2025-02-21T08:04:29.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2025-02-21T08:04:29.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2025-02-21T08:04:29.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3783 | 2025-02-21T08:04:29.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3784 | 2025-02-21T08:04:29.099Z | |
| 3785 | 2025-02-21T08:04:29.099Z | info: running `cargo check --bins` on omicron-package (194/199) |
| 3786 | 2025-02-21T08:04:29.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2025-02-21T08:04:29.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2025-02-21T08:04:29.797Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3789 | 2025-02-21T08:04:31.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 3790 | 2025-02-21T08:04:31.350Z | |
| 3791 | 2025-02-21T08:04:31.350Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
| 3792 | 2025-02-21T08:04:31.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2025-02-21T08:04:31.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2025-02-21T08:04:32.092Z | Checking rtoolbox v0.0.2 |
| 3795 | 2025-02-21T08:04:32.098Z | Checking tui-tree-widget v0.23.0 |
| 3796 | 2025-02-21T08:04:32.098Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3797 | 2025-02-21T08:04:32.328Z | Checking rpassword v7.3.1 |
| 3798 | 2025-02-21T08:04:36.187Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3799 | 2025-02-21T08:04:39.076Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3800 | 2025-02-21T08:04:40.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s |
| 3801 | 2025-02-21T08:04:40.452Z | |
| 3802 | 2025-02-21T08:04:40.452Z | info: running `cargo check --bins` on wicket (196/199) |
| 3803 | 2025-02-21T08:04:41.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2025-02-21T08:04:41.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2025-02-21T08:04:41.181Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3806 | 2025-02-21T08:04:41.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3807 | 2025-02-21T08:04:41.793Z | |
| 3808 | 2025-02-21T08:04:41.793Z | info: running `cargo check --bins` on wicketd (197/199) |
| 3809 | 2025-02-21T08:04:42.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2025-02-21T08:04:42.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2025-02-21T08:04:42.540Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3812 | 2025-02-21T08:04:42.540Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3813 | 2025-02-21T08:04:43.400Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3814 | 2025-02-21T08:04:47.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
| 3815 | 2025-02-21T08:04:47.503Z | |
| 3816 | 2025-02-21T08:04:47.503Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
| 3817 | 2025-02-21T08:04:48.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2025-02-21T08:04:48.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2025-02-21T08:04:48.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2025-02-21T08:04:48.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3821 | 2025-02-21T08:04:48.139Z | |
| 3822 | 2025-02-21T08:04:48.139Z | info: running `cargo check --bins` on zone-setup (199/199) |
| 3823 | 2025-02-21T08:04:48.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2025-02-21T08:04:48.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2025-02-21T08:04:48.908Z | Checking uzers v0.12.1 |
| 3826 | 2025-02-21T08:04:49.266Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3827 | 2025-02-21T08:04:50.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
| 3828 | 2025-02-21T08:04:50.580Z | |
| 3829 | 2025-02-21T08:04:50.580Z | real 13:58.834878753 |
| 3830 | 2025-02-21T08:04:50.580Z | user 26:20.080896335 |
| 3831 | 2025-02-21T08:04:50.580Z | sys 4:17.783359328 |
| 3832 | 2025-02-21T08:04:50.580Z | trap 0.559665000 |
| 3833 | 2025-02-21T08:04:50.580Z | tflt 0.546226642 |
| 3834 | 2025-02-21T08:04:50.580Z | dflt 1.868382714 |
| 3835 | 2025-02-21T08:04:50.583Z | kflt 0.000979518 |
| 3836 | 2025-02-21T08:04:50.583Z | lock 47:03.393914824 |
| 3837 | 2025-02-21T08:04:50.583Z | slp 2:12:13.728386746 |
| 3838 | 2025-02-21T08:04:50.583Z | lat 1:06.663630117 |
| 3839 | 2025-02-21T08:04:50.583Z | stop 3:48.128184788 |
| 3840 | 2025-02-21T08:04:50.583Z | process exited: duration 1140428 ms, exit code 0 |
| |
| 3841 | 2025-02-21T08:04:50.589Z | found 0 output files |