|
|
|
| 1 | 2025-04-30T20:08:12.551Z | job assigned to worker 01JT44ZR13FKCE4XFQPYGAQPWE [factory gimlet-EVT22200007-propolis, EVT22200007/25861] (queued for 35 s) |
| |
| 2 | 2025-04-30T20:08:20.159Z | starting task 0: "setup" |
| 3 | 2025-04-30T20:08:20.198Z | ++ uname -s |
| 4 | 2025-04-30T20:08:20.199Z | + kern=SunOS |
| 5 | 2025-04-30T20:08:20.199Z | + build_user=build |
| 6 | 2025-04-30T20:08:20.199Z | + build_uid=12345 |
| 7 | 2025-04-30T20:08:20.199Z | + work_dir=/work |
| 8 | 2025-04-30T20:08:20.199Z | + input_dir=/input |
| 9 | 2025-04-30T20:08:20.199Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-30T20:08:20.199Z | + case "$kern" in |
| 11 | 2025-04-30T20:08:20.199Z | + groupadd -g 12345 build |
| 12 | 2025-04-30T20:08:20.199Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-30T20:08:22.184Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-30T20:08:22.223Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-30T20:08:22.263Z | + home_fs=zfs |
| 16 | 2025-04-30T20:08:22.263Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-30T20:08:22.263Z | + mkdir -p /home/build |
| 18 | 2025-04-30T20:08:22.263Z | + chown build:build /home/build /work |
| 19 | 2025-04-30T20:08:24.231Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-30T20:08:24.271Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2025-04-30T20:08:24.353Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-30T20:08:24.393Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-30T20:08:24.393Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-04-30T20:08:24.393Z | * rust toolchain profile = "default" |
| 25 | 2025-04-30T20:08:24.393Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-04-30T20:08:24.393Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-30T20:08:24.393Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-30T20:08:24.393Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-30T20:08:24.393Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-30T20:08:24.498Z | info: downloading installer |
| 31 | 2025-04-30T20:08:24.927Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-30T20:08:24.927Z | warn: /opt/ooce/bin |
| 33 | 2025-04-30T20:08:24.927Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-30T20:08:24.927Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-30T20:08:24.927Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-30T20:08:24.927Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-30T20:08:24.927Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-30T20:08:24.927Z | error: cannot install while Rust is installed |
| 39 | 2025-04-30T20:08:24.927Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-30T20:08:24.967Z | info: profile set to 'default' |
| 41 | 2025-04-30T20:08:24.967Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-30T20:08:24.967Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-30T20:08:25.044Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-30T20:08:25.044Z | info: downloading component 'cargo' |
| 45 | 2025-04-30T20:08:25.417Z | info: downloading component 'clippy' |
| 46 | 2025-04-30T20:08:25.507Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-30T20:08:25.776Z | info: downloading component 'rust-std' |
| 48 | 2025-04-30T20:08:26.093Z | info: downloading component 'rustc' |
| 49 | 2025-04-30T20:08:27.305Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-30T20:08:27.360Z | info: installing component 'cargo' |
| 51 | 2025-04-30T20:08:28.480Z | info: installing component 'clippy' |
| 52 | 2025-04-30T20:08:28.942Z | info: installing component 'rust-docs' |
| 53 | 2025-04-30T20:08:32.046Z | info: installing component 'rust-std' |
| 54 | 2025-04-30T20:08:34.065Z | info: installing component 'rustc' |
| 55 | 2025-04-30T20:08:41.970Z | info: installing component 'rustfmt' |
| 56 | 2025-04-30T20:08:42.354Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-30T20:08:42.354Z | |
| 58 | 2025-04-30T20:08:42.510Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-30T20:08:42.510Z | |
| 60 | 2025-04-30T20:08:42.510Z | |
| 61 | 2025-04-30T20:08:42.510Z | Rust is installed now. Great! |
| 62 | 2025-04-30T20:08:42.510Z | |
| 63 | 2025-04-30T20:08:42.550Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-30T20:08:42.550Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-30T20:08:42.550Z | |
| 66 | 2025-04-30T20:08:42.550Z | To configure your current shell, you need to source |
| 67 | 2025-04-30T20:08:42.550Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-30T20:08:42.550Z | |
| 69 | 2025-04-30T20:08:42.550Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-30T20:08:42.550Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-30T20:08:42.550Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-30T20:08:42.550Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-30T20:08:42.611Z | + rustup --version |
| 74 | 2025-04-30T20:08:42.651Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-30T20:08:42.651Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-30T20:08:42.690Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-30T20:08:42.690Z | + cargo --version |
| 78 | 2025-04-30T20:08:42.730Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-30T20:08:42.730Z | + rustc --version |
| 80 | 2025-04-30T20:08:42.769Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-30T20:08:42.769Z | process exited: duration 18392 ms, exit code 0 |
| |
| 82 | 2025-04-30T20:08:42.849Z | starting task 2: "authentication" |
| 83 | 2025-04-30T20:08:42.940Z | process exited: duration 90 ms, exit code 0 |
| |
| 84 | 2025-04-30T20:08:43.019Z | starting task 3: "clone repository" |
| 85 | 2025-04-30T20:08:43.059Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-30T20:08:43.059Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-30T20:08:43.059Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-30T20:08:50.405Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-30T20:08:50.405Z | + git fetch origin 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 90 | 2025-04-30T20:08:50.880Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-30T20:08:50.880Z | * branch 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 -> FETCH_HEAD |
| 92 | 2025-04-30T20:08:50.920Z | + [[ -n john/sled-agent-config-reconciler-1 ]] |
| 93 | 2025-04-30T20:08:50.920Z | ++ git branch --show-current |
| 94 | 2025-04-30T20:08:50.920Z | + current=main |
| 95 | 2025-04-30T20:08:50.922Z | + [[ main != john/sled-agent-config-reconciler-1 ]] |
| 96 | 2025-04-30T20:08:50.922Z | + git branch -f john/sled-agent-config-reconciler-1 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 97 | 2025-04-30T20:08:50.922Z | + git checkout -f john/sled-agent-config-reconciler-1 |
| 98 | 2025-04-30T20:08:51.165Z | Switched to branch 'john/sled-agent-config-reconciler-1' |
| 99 | 2025-04-30T20:08:51.204Z | + git reset --hard 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 100 | 2025-04-30T20:08:51.204Z | HEAD is now at 16a4c5675 make trait futures Send |
| 101 | 2025-04-30T20:08:51.204Z | process exited: duration 8178 ms, exit code 0 |
| |
| 102 | 2025-04-30T20:08:51.284Z | starting task 4: "build" |
| 103 | 2025-04-30T20:08:51.323Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-30T20:08:51.323Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-30T20:08:51.323Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-30T20:08:51.323Z | + cargo --version |
| 107 | 2025-04-30T20:08:51.366Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-04-30T20:08:51.406Z | + rustc --version |
| 109 | 2025-04-30T20:08:51.468Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-04-30T20:08:51.508Z | + source ./env.sh |
| 111 | 2025-04-30T20:08:51.508Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-04-30T20:08:51.508Z | ++ set -o xtrace |
| 113 | 2025-04-30T20:08:51.508Z | ++++ dirname ./env.sh |
| 114 | 2025-04-30T20:08:51.509Z | +++ readlink -f . |
| 115 | 2025-04-30T20:08:51.509Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-04-30T20:08:51.509Z | ++ export 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-04-30T20:08:51.509Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-04-30T20:08:51.509Z | ++ 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 |
| 119 | 2025-04-30T20:08:51.509Z | ++ 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 |
| 120 | 2025-04-30T20:08:51.509Z | ++ 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 |
| 121 | 2025-04-30T20:08:51.509Z | ++ 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 |
| 122 | 2025-04-30T20:08:51.509Z | ++ 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 |
| 123 | 2025-04-30T20:08:51.509Z | ++ 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 |
| 124 | 2025-04-30T20:08:51.509Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-04-30T20:08:51.509Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-04-30T20:08:51.509Z | + 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 |
| 127 | 2025-04-30T20:08:51.510Z | + 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 |
| 128 | 2025-04-30T20:08:51.510Z | + banner prerequisites |
| 129 | 2025-04-30T20:08:51.510Z | |
| 130 | 2025-04-30T20:08:51.510Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-04-30T20:08:51.510Z | # # # # # # # # # # # # # # # |
| 132 | 2025-04-30T20:08:51.510Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-04-30T20:08:51.510Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-04-30T20:08:51.510Z | # # # # # # # # # # # # # # # |
| 135 | 2025-04-30T20:08:51.510Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-04-30T20:08:51.510Z | |
| 137 | 2025-04-30T20:08:51.510Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-04-30T20:08:52.815Z | pkg list: illegal option -- F |
| 139 | 2025-04-30T20:08:52.815Z | Usage: |
| 140 | 2025-04-30T20:08:52.815Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 141 | 2025-04-30T20:08:52.815Z | [pkg_fmri_pattern ...] |
| 142 | 2025-04-30T20:08:53.841Z | pkg list: illegal option -- F |
| 143 | 2025-04-30T20:08:53.841Z | Usage: |
| 144 | 2025-04-30T20:08:53.841Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 145 | 2025-04-30T20:08:53.841Z | [pkg_fmri_pattern ...] |
| 146 | 2025-04-30T20:09:07.764Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 147 | 2025-04-30T20:09:14.319Z | Startup: Caching catalogs ... Done |
| 148 | 2025-04-30T20:09:39.863Z | Planning: Solver setup ... Done (24.125s) |
| 149 | 2025-04-30T20:09:40.104Z | Planning: Running solver ... Done (0.240s) |
| 150 | 2025-04-30T20:09:40.275Z | Planning: Finding local manifests ... Done (0.003s) |
| 151 | 2025-04-30T20:09:40.414Z | Planning: Fetching manifests: 0/7 0% complete |
| 152 | 2025-04-30T20:09:41.031Z | Planning: Fetching manifests: 7/7 100% complete |
| 153 | 2025-04-30T20:09:41.162Z | Planning: Package planning ... Done (0.132s) |
| 154 | 2025-04-30T20:09:41.235Z | Planning: Merging actions ... Done (0.070s) |
| 155 | 2025-04-30T20:09:41.479Z | Planning: Checking for conflicting actions ... Done (0.246s) |
| 156 | 2025-04-30T20:09:42.579Z | Planning: Consolidating action changes ... Done (1.098s) |
| 157 | 2025-04-30T20:09:42.980Z | Planning: Evaluating mediators ... Done (0.402s) |
| 158 | 2025-04-30T20:09:43.075Z | Planning: Planning completed in 28.66 seconds |
| 159 | 2025-04-30T20:09:43.115Z | Packages to install: 4 |
| 160 | 2025-04-30T20:09:43.115Z | Packages to update: 3 |
| 161 | 2025-04-30T20:09:43.115Z | Mediators to change: 2 |
| 162 | 2025-04-30T20:09:43.115Z | Services to change: 1 |
| 163 | 2025-04-30T20:09:43.115Z | Estimated space available: 155.09 GB |
| 164 | 2025-04-30T20:09:43.115Z | Estimated space to be consumed: 1.71 GB |
| 165 | 2025-04-30T20:09:43.115Z | Create boot environment: No |
| 166 | 2025-04-30T20:09:43.115Z | Create backup boot environment: Yes |
| 167 | 2025-04-30T20:09:43.115Z | Rebuild boot archive: No |
| 168 | 2025-04-30T20:09:43.115Z | |
| 169 | 2025-04-30T20:09:43.115Z | Changed mediators: |
| 170 | 2025-04-30T20:09:43.115Z | mediator clang: |
| 171 | 2025-04-30T20:09:43.115Z | version: None -> 15 (system default) |
| 172 | 2025-04-30T20:09:43.116Z | |
| 173 | 2025-04-30T20:09:43.116Z | mediator llvm: |
| 174 | 2025-04-30T20:09:43.116Z | version: 14 (system default) -> 15 (system default) |
| 175 | 2025-04-30T20:09:43.116Z | |
| 176 | 2025-04-30T20:09:43.116Z | Changed packages: |
| 177 | 2025-04-30T20:09:43.116Z | helios-dev |
| 178 | 2025-04-30T20:09:43.116Z | developer/build-essential |
| 179 | 2025-04-30T20:09:43.117Z | None -> 11-2.0 |
| 180 | 2025-04-30T20:09:43.117Z | library/libxmlsec1 |
| 181 | 2025-04-30T20:09:43.117Z | None -> 1.2.35-2.0 |
| 182 | 2025-04-30T20:09:43.117Z | ooce/developer/clang-15 |
| 183 | 2025-04-30T20:09:43.117Z | None -> 15.0.7-2.0 |
| 184 | 2025-04-30T20:09:43.117Z | ooce/developer/llvm-15 |
| 185 | 2025-04-30T20:09:43.117Z | None -> 15.0.7-2.0 |
| 186 | 2025-04-30T20:09:43.117Z | package/pkg |
| 187 | 2025-04-30T20:09:43.117Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 188 | 2025-04-30T20:09:43.117Z | system/library/g++-runtime |
| 189 | 2025-04-30T20:09:43.117Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-04-30T20:09:43.117Z | system/library/gcc-runtime |
| 191 | 2025-04-30T20:09:43.117Z | 13-2.0 -> 14-2.0 |
| 192 | 2025-04-30T20:09:43.117Z | |
| 193 | 2025-04-30T20:09:43.117Z | Services: |
| 194 | 2025-04-30T20:09:43.117Z | restart_fmri: |
| 195 | 2025-04-30T20:09:43.117Z | svc:/system/update-man-index:default |
| 196 | 2025-04-30T20:09:43.117Z | |
| 197 | 2025-04-30T20:09:43.117Z | Editable files to change: |
| 198 | 2025-04-30T20:09:43.117Z | Update: |
| 199 | 2025-04-30T20:09:43.117Z | usr/share/lib/pkg/web/config.shtml |
| 200 | 2025-04-30T20:09:43.166Z | |
| 201 | 2025-04-30T20:09:43.166Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 202 | 2025-04-30T20:09:48.168Z | Download: 1060/4301 items 19.7/225.4MB 8% complete (4.0M/s) |
| 203 | 2025-04-30T20:09:53.169Z | Download: 1445/4301 items 110.6/225.4MB 49% complete (11.1M/s) |
| 204 | 2025-04-30T20:09:58.169Z | Download: 3109/4301 items 124.0/225.4MB 55% complete (10.4M/s) |
| 205 | 2025-04-30T20:10:03.171Z | Download: 3247/4301 items 195.7/225.4MB 86% complete (8.5M/s) |
| 206 | 2025-04-30T20:10:08.193Z | Download: 4283/4301 items 223.5/225.4MB 99% complete (10.0M/s) |
| 207 | 2025-04-30T20:10:08.704Z | Download: Completed 225.42 MB in 25.54 seconds (8.8M/s) |
| 208 | 2025-04-30T20:10:10.196Z | Actions: 1/5122 actions (Removing old actions) |
| 209 | 2025-04-30T20:10:10.235Z | Actions: 194/5122 actions (Installing new actions) |
| 210 | 2025-04-30T20:10:15.625Z | Actions: 3858/5122 actions (Installing new actions) |
| 211 | 2025-04-30T20:10:16.075Z | Actions: 4267/5122 actions (Updating modified actions) |
| 212 | 2025-04-30T20:10:16.500Z | Actions: Completed 5122 actions in 6.31 seconds. |
| 213 | 2025-04-30T20:10:16.868Z | Done (0.360s) |
| 214 | 2025-04-30T20:10:16.908Z | Done (0.001s) |
| 215 | 2025-04-30T20:10:17.747Z | Done (0.876s) |
| 216 | 2025-04-30T20:10:22.889Z | Done (4.939s) |
| 217 | 2025-04-30T20:10:22.994Z | Done (0.019s) |
| 218 | 2025-04-30T20:10:23.034Z | Done (0.000s) |
| 219 | 2025-04-30T20:10:23.156Z | Done (0.000s) |
| 220 | 2025-04-30T20:10:24.003Z | Planning: Evaluating mediator changes ... Done |
| 221 | 2025-04-30T20:10:24.201Z | Planning: Checking for conflicting actions ... Done |
| 222 | 2025-04-30T20:10:24.241Z | Planning: Consolidating action changes ... Done |
| 223 | 2025-04-30T20:10:24.522Z | Planning: Evaluating mediators ... Done |
| 224 | 2025-04-30T20:10:24.563Z | Planning: Planning completed in 0.52 seconds |
| 225 | 2025-04-30T20:10:24.606Z | Mediators to change: 2 |
| 226 | 2025-04-30T20:10:24.606Z | Create boot environment: No |
| 227 | 2025-04-30T20:10:24.606Z | Create backup boot environment: No |
| 228 | 2025-04-30T20:10:24.645Z | Done |
| 229 | 2025-04-30T20:10:24.646Z | Done |
| 230 | 2025-04-30T20:10:25.229Z | Done |
| 231 | 2025-04-30T20:10:29.833Z | Done |
| 232 | 2025-04-30T20:10:29.939Z | Done |
| 233 | 2025-04-30T20:10:29.939Z | Done |
| 234 | 2025-04-30T20:10:29.990Z | Done |
| 235 | 2025-04-30T20:10:30.749Z | Planning: Evaluating mediator changes ... Done |
| 236 | 2025-04-30T20:10:30.789Z | Planning: Merging actions ... Done |
| 237 | 2025-04-30T20:10:30.984Z | Planning: Checking for conflicting actions ... Done |
| 238 | 2025-04-30T20:10:31.023Z | Planning: Consolidating action changes ... Done |
| 239 | 2025-04-30T20:10:31.313Z | Planning: Evaluating mediators ... Done |
| 240 | 2025-04-30T20:10:31.383Z | Planning: Planning completed in 0.94 seconds |
| 241 | 2025-04-30T20:10:31.432Z | Packages to change: 1 |
| 242 | 2025-04-30T20:10:31.432Z | Mediators to change: 1 |
| 243 | 2025-04-30T20:10:31.432Z | Services to change: 1 |
| 244 | 2025-04-30T20:10:31.432Z | Create boot environment: No |
| 245 | 2025-04-30T20:10:31.432Z | Create backup boot environment: Yes |
| 246 | 2025-04-30T20:10:33.219Z | Actions: 1/6 actions (Updating modified actions) |
| 247 | 2025-04-30T20:10:33.258Z | Actions: Completed 6 actions in 0.00 seconds. |
| 248 | 2025-04-30T20:10:33.258Z | Done |
| 249 | 2025-04-30T20:10:33.258Z | Done |
| 250 | 2025-04-30T20:10:33.395Z | Done |
| 251 | 2025-04-30T20:10:38.126Z | Done |
| 252 | 2025-04-30T20:10:38.232Z | Done |
| 253 | 2025-04-30T20:10:38.272Z | Done |
| 254 | 2025-04-30T20:10:38.311Z | Done |
| 255 | 2025-04-30T20:10:38.807Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 256 | 2025-04-30T20:10:38.807Z | clang system 15 system |
| 257 | 2025-04-30T20:10:38.807Z | csh system system illumos |
| 258 | 2025-04-30T20:10:38.807Z | ctags system system illumos |
| 259 | 2025-04-30T20:10:38.807Z | gcc vendor 12 vendor |
| 260 | 2025-04-30T20:10:38.807Z | gcc system 10 system |
| 261 | 2025-04-30T20:10:38.807Z | gcc system 7 system |
| 262 | 2025-04-30T20:10:38.807Z | go system 1.20 system |
| 263 | 2025-04-30T20:10:38.807Z | go system 1.19 system |
| 264 | 2025-04-30T20:10:38.807Z | llvm system 15 system |
| 265 | 2025-04-30T20:10:38.807Z | llvm system 14 system |
| 266 | 2025-04-30T20:10:38.807Z | mariadb system 10.6 system |
| 267 | 2025-04-30T20:10:38.807Z | mta vendor vendor dma |
| 268 | 2025-04-30T20:10:38.807Z | openjdk system 17 system |
| 269 | 2025-04-30T20:10:38.807Z | openjdk system 11 system |
| 270 | 2025-04-30T20:10:38.807Z | openjdk system 1.8 system |
| 271 | 2025-04-30T20:10:38.808Z | openssl vendor 3 vendor |
| 272 | 2025-04-30T20:10:38.808Z | perl system 5.36 system |
| 273 | 2025-04-30T20:10:38.808Z | postgresql system 15 system |
| 274 | 2025-04-30T20:10:38.808Z | postgresql system 13 system |
| 275 | 2025-04-30T20:10:38.808Z | python vendor 3 vendor |
| 276 | 2025-04-30T20:10:38.808Z | python system 2 system |
| 277 | 2025-04-30T20:10:38.808Z | python3 system 3.11 system |
| 278 | 2025-04-30T20:10:38.808Z | ruby system 3.0 system |
| 279 | 2025-04-30T20:10:38.808Z | words vendor vendor american-english |
| 280 | 2025-04-30T20:10:38.808Z | words system system australian-english |
| 281 | 2025-04-30T20:10:38.808Z | words system system british-english |
| 282 | 2025-04-30T20:10:38.808Z | words system system canadian-english |
| 283 | 2025-04-30T20:10:38.808Z | words system system french |
| 284 | 2025-04-30T20:10:38.808Z | words system system italian |
| 285 | 2025-04-30T20:10:38.808Z | words system system ngerman |
| 286 | 2025-04-30T20:10:38.809Z | words system system ogerman |
| 287 | 2025-04-30T20:10:38.809Z | words system system spanish |
| 288 | 2025-04-30T20:10:39.214Z | PUBLISHER TYPE STATUS P LOCATION |
| 289 | 2025-04-30T20:10:39.214Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 290 | 2025-04-30T20:10:43.677Z | FMRI IFO |
| 291 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 292 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 293 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 294 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 295 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 296 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 297 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 298 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 299 | 2025-04-30T20:10:43.677Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 300 | 2025-04-30T20:10:43.678Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 301 | 2025-04-30T20:10:43.678Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 302 | 2025-04-30T20:10:43.678Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 303 | 2025-04-30T20:10:43.678Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 304 | 2025-04-30T20:10:43.678Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 305 | 2025-04-30T20:10:43.678Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 306 | 2025-04-30T20:10:44.707Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 307 | 2025-04-30T20:10:45.152Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
| 308 | 2025-04-30T20:10:45.997Z | Updating crates.io index |
| 309 | 2025-04-30T20:10:46.053Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 310 | 2025-04-30T20:10:46.449Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 311 | 2025-04-30T20:10:47.188Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 312 | 2025-04-30T20:10:47.548Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 313 | 2025-04-30T20:10:47.936Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 314 | 2025-04-30T20:10:48.330Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 315 | 2025-04-30T20:10:49.592Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 316 | 2025-04-30T20:10:51.772Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 317 | 2025-04-30T20:10:52.701Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 318 | 2025-04-30T20:10:53.538Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 319 | 2025-04-30T20:10:53.872Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 320 | 2025-04-30T20:10:54.309Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 321 | 2025-04-30T20:10:55.051Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 322 | 2025-04-30T20:10:55.562Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 323 | 2025-04-30T20:10:56.161Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 324 | 2025-04-30T20:10:56.571Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 325 | 2025-04-30T20:10:56.993Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 326 | 2025-04-30T20:10:57.479Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 327 | 2025-04-30T20:10:57.909Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 328 | 2025-04-30T20:10:58.278Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 329 | 2025-04-30T20:10:58.611Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 330 | 2025-04-30T20:10:59.043Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 331 | 2025-04-30T20:10:59.478Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 332 | 2025-04-30T20:11:00.284Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 333 | 2025-04-30T20:11:00.323Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 334 | 2025-04-30T20:11:00.926Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 335 | 2025-04-30T20:11:01.436Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 336 | 2025-04-30T20:11:01.813Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 337 | 2025-04-30T20:11:02.277Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 338 | 2025-04-30T20:11:02.948Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 339 | 2025-04-30T20:11:03.320Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 340 | 2025-04-30T20:11:03.670Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 341 | 2025-04-30T20:11:04.080Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 342 | 2025-04-30T20:11:04.461Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 343 | 2025-04-30T20:11:13.803Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 344 | 2025-04-30T20:11:15.394Z | Downloading crates ... |
| 345 | 2025-04-30T20:11:15.462Z | Downloaded equivalent v1.0.1 |
| 346 | 2025-04-30T20:11:15.502Z | Downloaded swrite v0.1.0 |
| 347 | 2025-04-30T20:11:15.502Z | Downloaded usdt-macro v0.5.0 |
| 348 | 2025-04-30T20:11:15.502Z | Downloaded scroll_derive v0.12.0 |
| 349 | 2025-04-30T20:11:15.502Z | Downloaded pretty-hex v0.4.1 |
| 350 | 2025-04-30T20:11:15.502Z | Downloaded clap_lex v0.7.4 |
| 351 | 2025-04-30T20:11:15.502Z | Downloaded proc-macro-error-attr v1.0.4 |
| 352 | 2025-04-30T20:11:15.502Z | Downloaded plain v0.2.3 |
| 353 | 2025-04-30T20:11:15.503Z | Downloaded winnow v0.7.3 |
| 354 | 2025-04-30T20:11:15.542Z | Downloaded version_check v0.9.5 |
| 355 | 2025-04-30T20:11:15.542Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2025-04-30T20:11:15.542Z | Downloaded unicode-linebreak v0.1.5 |
| 357 | 2025-04-30T20:11:15.542Z | Downloaded io-lifetimes v1.0.11 |
| 358 | 2025-04-30T20:11:15.542Z | Downloaded sha2 v0.10.8 |
| 359 | 2025-04-30T20:11:15.542Z | Downloaded thiserror-impl v2.0.12 |
| 360 | 2025-04-30T20:11:15.543Z | Downloaded digest v0.10.7 |
| 361 | 2025-04-30T20:11:15.543Z | Downloaded colorchoice v1.0.2 |
| 362 | 2025-04-30T20:11:15.543Z | Downloaded pest_meta v2.7.14 |
| 363 | 2025-04-30T20:11:15.543Z | Downloaded proc-macro2 v1.0.94 |
| 364 | 2025-04-30T20:11:15.543Z | Downloaded unicode-ident v1.0.14 |
| 365 | 2025-04-30T20:11:15.543Z | Downloaded ryu v1.0.18 |
| 366 | 2025-04-30T20:11:15.582Z | Downloaded typenum v1.17.0 |
| 367 | 2025-04-30T20:11:15.583Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2025-04-30T20:11:15.583Z | Downloaded fs-err v3.1.0 |
| 369 | 2025-04-30T20:11:15.583Z | Downloaded serde v1.0.219 |
| 370 | 2025-04-30T20:11:15.583Z | Downloaded thiserror-impl v1.0.69 |
| 371 | 2025-04-30T20:11:15.583Z | Downloaded indexmap v2.7.1 |
| 372 | 2025-04-30T20:11:15.583Z | Downloaded toml_edit v0.22.24 |
| 373 | 2025-04-30T20:11:15.622Z | Downloaded clap v4.5.35 |
| 374 | 2025-04-30T20:11:15.623Z | Downloaded memchr v2.7.4 |
| 375 | 2025-04-30T20:11:15.623Z | Downloaded hashbrown v0.15.1 |
| 376 | 2025-04-30T20:11:15.623Z | Downloaded zerocopy v0.7.35 |
| 377 | 2025-04-30T20:11:15.664Z | Downloaded serde_json v1.0.140 |
| 378 | 2025-04-30T20:11:15.665Z | Downloaded goblin v0.8.2 |
| 379 | 2025-04-30T20:11:15.665Z | Downloaded tabled v0.15.0 |
| 380 | 2025-04-30T20:11:15.704Z | Downloaded pest v2.7.14 |
| 381 | 2025-04-30T20:11:15.704Z | Downloaded clap_builder v4.5.35 |
| 382 | 2025-04-30T20:11:15.704Z | Downloaded syn v1.0.109 |
| 383 | 2025-04-30T20:11:15.704Z | Downloaded unicode-width v0.1.14 |
| 384 | 2025-04-30T20:11:15.704Z | Downloaded syn v2.0.98 |
| 385 | 2025-04-30T20:11:15.744Z | Downloaded textwrap v0.16.1 |
| 386 | 2025-04-30T20:11:15.744Z | Downloaded bitflags v2.9.0 |
| 387 | 2025-04-30T20:11:15.744Z | Downloaded serde_derive v1.0.219 |
| 388 | 2025-04-30T20:11:15.745Z | Downloaded rustix v0.37.28 |
| 389 | 2025-04-30T20:11:15.784Z | Downloaded quote v1.0.39 |
| 390 | 2025-04-30T20:11:15.784Z | Downloaded rustix v0.38.37 |
| 391 | 2025-04-30T20:11:15.784Z | Downloaded log v0.4.22 |
| 392 | 2025-04-30T20:11:15.784Z | Downloaded ucd-trie v0.1.7 |
| 393 | 2025-04-30T20:11:15.784Z | Downloaded toml v0.8.20 |
| 394 | 2025-04-30T20:11:15.824Z | Downloaded tempfile v3.13.0 |
| 395 | 2025-04-30T20:11:15.824Z | Downloaded smawk v0.3.2 |
| 396 | 2025-04-30T20:11:15.824Z | Downloaded papergrid v0.11.0 |
| 397 | 2025-04-30T20:11:15.824Z | Downloaded anyhow v1.0.98 |
| 398 | 2025-04-30T20:11:15.824Z | Downloaded thiserror v2.0.12 |
| 399 | 2025-04-30T20:11:15.824Z | Downloaded strsim v0.11.1 |
| 400 | 2025-04-30T20:11:15.824Z | Downloaded semver v1.0.25 |
| 401 | 2025-04-30T20:11:15.824Z | Downloaded scroll v0.12.0 |
| 402 | 2025-04-30T20:11:15.824Z | Downloaded proc-macro-error v1.0.4 |
| 403 | 2025-04-30T20:11:15.824Z | Downloaded pest_derive v2.7.14 |
| 404 | 2025-04-30T20:11:15.824Z | Downloaded once_cell v1.21.3 |
| 405 | 2025-04-30T20:11:15.824Z | Downloaded cargo_metadata v0.19.2 |
| 406 | 2025-04-30T20:11:15.824Z | Downloaded camino v1.1.9 |
| 407 | 2025-04-30T20:11:15.824Z | Downloaded anstream v0.6.15 |
| 408 | 2025-04-30T20:11:15.864Z | Downloaded utf8parse v0.2.2 |
| 409 | 2025-04-30T20:11:15.864Z | Downloaded terminal_size v0.4.0 |
| 410 | 2025-04-30T20:11:15.865Z | Downloaded heck v0.4.1 |
| 411 | 2025-04-30T20:11:15.865Z | Downloaded errno v0.3.9 |
| 412 | 2025-04-30T20:11:15.865Z | Downloaded crypto-common v0.1.6 |
| 413 | 2025-04-30T20:11:15.865Z | Downloaded clap_derive v4.5.32 |
| 414 | 2025-04-30T20:11:15.865Z | Downloaded cargo_toml v0.21.0 |
| 415 | 2025-04-30T20:11:15.865Z | Downloaded camino-tempfile v1.1.1 |
| 416 | 2025-04-30T20:11:15.865Z | Downloaded libc v0.2.171 |
| 417 | 2025-04-30T20:11:15.905Z | Downloaded byteorder v1.5.0 |
| 418 | 2025-04-30T20:11:15.905Z | Downloaded usdt-attr-macro v0.5.0 |
| 419 | 2025-04-30T20:11:15.905Z | Downloaded usdt v0.5.0 |
| 420 | 2025-04-30T20:11:15.905Z | Downloaded toml_datetime v0.6.8 |
| 421 | 2025-04-30T20:11:15.905Z | Downloaded thread-id v4.2.2 |
| 422 | 2025-04-30T20:11:15.905Z | Downloaded thiserror v1.0.69 |
| 423 | 2025-04-30T20:11:15.905Z | Downloaded terminal_size v0.2.6 |
| 424 | 2025-04-30T20:11:15.905Z | Downloaded tabled_derive v0.7.0 |
| 425 | 2025-04-30T20:11:15.905Z | Downloaded serde_tokenstream v0.2.2 |
| 426 | 2025-04-30T20:11:15.905Z | Downloaded serde_spanned v0.6.8 |
| 427 | 2025-04-30T20:11:15.905Z | Downloaded pest_generator v2.7.14 |
| 428 | 2025-04-30T20:11:15.905Z | Downloaded memmap v0.7.0 |
| 429 | 2025-04-30T20:11:15.905Z | Downloaded macaddr v1.0.1 |
| 430 | 2025-04-30T20:11:15.905Z | Downloaded itoa v1.0.11 |
| 431 | 2025-04-30T20:11:15.905Z | Downloaded heck v0.5.0 |
| 432 | 2025-04-30T20:11:15.905Z | Downloaded generic-array v0.14.7 |
| 433 | 2025-04-30T20:11:15.906Z | Downloaded fnv v1.0.7 |
| 434 | 2025-04-30T20:11:15.906Z | Downloaded cfg-if v1.0.0 |
| 435 | 2025-04-30T20:11:15.906Z | Downloaded block-buffer v0.10.4 |
| 436 | 2025-04-30T20:11:15.906Z | Downloaded dof v0.3.0 |
| 437 | 2025-04-30T20:11:15.906Z | Downloaded cpufeatures v0.2.14 |
| 438 | 2025-04-30T20:11:15.906Z | Downloaded anstyle v1.0.10 |
| 439 | 2025-04-30T20:11:15.906Z | Downloaded fastrand v2.1.1 |
| 440 | 2025-04-30T20:11:15.906Z | Downloaded cargo-platform v0.1.8 |
| 441 | 2025-04-30T20:11:15.906Z | Downloaded bytecount v0.6.8 |
| 442 | 2025-04-30T20:11:15.946Z | Downloaded bitflags v1.3.2 |
| 443 | 2025-04-30T20:11:15.946Z | Downloaded autocfg v1.4.0 |
| 444 | 2025-04-30T20:11:15.946Z | Downloaded anstyle-query v1.1.1 |
| 445 | 2025-04-30T20:11:15.946Z | Downloaded anstyle-parse v0.2.5 |
| 446 | 2025-04-30T20:11:15.946Z | Downloaded is_terminal_polyfill v1.70.1 |
| 447 | 2025-04-30T20:11:15.946Z | Downloaded dtrace-parser v0.2.0 |
| 448 | 2025-04-30T20:11:16.026Z | Compiling proc-macro2 v1.0.94 |
| 449 | 2025-04-30T20:11:16.026Z | Compiling unicode-ident v1.0.14 |
| 450 | 2025-04-30T20:11:16.066Z | Compiling libc v0.2.171 |
| 451 | 2025-04-30T20:11:16.066Z | Compiling serde v1.0.219 |
| 452 | 2025-04-30T20:11:16.066Z | Compiling version_check v0.9.5 |
| 453 | 2025-04-30T20:11:16.066Z | Compiling memchr v2.7.4 |
| 454 | 2025-04-30T20:11:16.066Z | Compiling thiserror v1.0.69 |
| 455 | 2025-04-30T20:11:16.066Z | Compiling itoa v1.0.11 |
| 456 | 2025-04-30T20:11:16.319Z | Compiling ryu v1.0.18 |
| 457 | 2025-04-30T20:11:16.399Z | Compiling ucd-trie v0.1.7 |
| 458 | 2025-04-30T20:11:16.682Z | Compiling once_cell v1.21.3 |
| 459 | 2025-04-30T20:11:16.837Z | Compiling byteorder v1.5.0 |
| 460 | 2025-04-30T20:11:17.064Z | Compiling serde_json v1.0.140 |
| 461 | 2025-04-30T20:11:17.131Z | Compiling rustix v0.38.37 |
| 462 | 2025-04-30T20:11:17.323Z | Compiling bitflags v2.9.0 |
| 463 | 2025-04-30T20:11:17.445Z | Compiling proc-macro-error-attr v1.0.4 |
| 464 | 2025-04-30T20:11:17.550Z | Compiling usdt-impl v0.5.0 |
| 465 | 2025-04-30T20:11:17.772Z | Compiling io-lifetimes v1.0.11 |
| 466 | 2025-04-30T20:11:17.829Z | Compiling quote v1.0.39 |
| 467 | 2025-04-30T20:11:17.869Z | Compiling syn v1.0.109 |
| 468 | 2025-04-30T20:11:17.925Z | Compiling errno v0.3.9 |
| 469 | 2025-04-30T20:11:18.171Z | Compiling thread-id v4.2.2 |
| 470 | 2025-04-30T20:11:18.210Z | Compiling syn v2.0.98 |
| 471 | 2025-04-30T20:11:18.249Z | Compiling proc-macro-error v1.0.4 |
| 472 | 2025-04-30T20:11:18.454Z | Compiling camino v1.1.9 |
| 473 | 2025-04-30T20:11:18.545Z | Compiling log v0.4.22 |
| 474 | 2025-04-30T20:11:18.585Z | Compiling utf8parse v0.2.2 |
| 475 | 2025-04-30T20:11:18.585Z | Compiling plain v0.2.3 |
| 476 | 2025-04-30T20:11:18.670Z | Compiling hashbrown v0.15.1 |
| 477 | 2025-04-30T20:11:18.787Z | Compiling equivalent v1.0.1 |
| 478 | 2025-04-30T20:11:18.827Z | Compiling rustix v0.37.28 |
| 479 | 2025-04-30T20:11:18.900Z | Compiling anstyle-parse v0.2.5 |
| 480 | 2025-04-30T20:11:19.307Z | Compiling thiserror v2.0.12 |
| 481 | 2025-04-30T20:11:19.513Z | Compiling colorchoice v1.0.2 |
| 482 | 2025-04-30T20:11:19.716Z | Compiling indexmap v2.7.1 |
| 483 | 2025-04-30T20:11:19.755Z | Compiling unicode-width v0.1.14 |
| 484 | 2025-04-30T20:11:19.755Z | Compiling anstyle v1.0.10 |
| 485 | 2025-04-30T20:11:19.848Z | Compiling is_terminal_polyfill v1.70.1 |
| 486 | 2025-04-30T20:11:19.888Z | Compiling winnow v0.7.3 |
| 487 | 2025-04-30T20:11:20.012Z | Compiling semver v1.0.25 |
| 488 | 2025-04-30T20:11:20.195Z | Compiling bitflags v1.3.2 |
| 489 | 2025-04-30T20:11:20.240Z | Compiling pretty-hex v0.4.1 |
| 490 | 2025-04-30T20:11:20.297Z | Compiling autocfg v1.4.0 |
| 491 | 2025-04-30T20:11:20.483Z | Compiling anstyle-query v1.1.1 |
| 492 | 2025-04-30T20:11:20.616Z | Compiling anstream v0.6.15 |
| 493 | 2025-04-30T20:11:20.656Z | Compiling terminal_size v0.4.0 |
| 494 | 2025-04-30T20:11:21.122Z | Compiling heck v0.5.0 |
| 495 | 2025-04-30T20:11:21.161Z | Compiling fs-err v3.1.0 |
| 496 | 2025-04-30T20:11:21.201Z | Compiling heck v0.4.1 |
| 497 | 2025-04-30T20:11:21.201Z | Compiling bytecount v0.6.8 |
| 498 | 2025-04-30T20:11:21.415Z | Compiling clap_lex v0.7.4 |
| 499 | 2025-04-30T20:11:21.455Z | Compiling anyhow v1.0.98 |
| 500 | 2025-04-30T20:11:21.683Z | Compiling cfg-if v1.0.0 |
| 501 | 2025-04-30T20:11:21.805Z | Compiling fnv v1.0.7 |
| 502 | 2025-04-30T20:11:21.845Z | Compiling fastrand v2.1.1 |
| 503 | 2025-04-30T20:11:21.980Z | Compiling strsim v0.11.1 |
| 504 | 2025-04-30T20:11:22.020Z | Compiling papergrid v0.11.0 |
| 505 | 2025-04-30T20:11:22.118Z | Compiling terminal_size v0.2.6 |
| 506 | 2025-04-30T20:11:22.335Z | Compiling tempfile v3.13.0 |
| 507 | 2025-04-30T20:11:22.375Z | Compiling clap_builder v4.5.35 |
| 508 | 2025-04-30T20:11:22.573Z | Compiling memmap v0.7.0 |
| 509 | 2025-04-30T20:11:22.689Z | Compiling unicode-linebreak v0.1.5 |
| 510 | 2025-04-30T20:11:22.908Z | Compiling smawk v0.3.2 |
| 511 | 2025-04-30T20:11:23.141Z | Compiling textwrap v0.16.1 |
| 512 | 2025-04-30T20:11:23.181Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 513 | 2025-04-30T20:11:23.479Z | Compiling swrite v0.1.0 |
| 514 | 2025-04-30T20:11:23.747Z | Compiling tabled_derive v0.7.0 |
| 515 | 2025-04-30T20:11:24.964Z | Compiling tabled v0.15.0 |
| 516 | 2025-04-30T20:11:25.090Z | Compiling serde_derive v1.0.219 |
| 517 | 2025-04-30T20:11:25.090Z | Compiling thiserror-impl v1.0.69 |
| 518 | 2025-04-30T20:11:25.132Z | Compiling zerocopy-derive v0.7.35 |
| 519 | 2025-04-30T20:11:25.132Z | Compiling scroll_derive v0.12.0 |
| 520 | 2025-04-30T20:11:25.132Z | Compiling thiserror-impl v2.0.12 |
| 521 | 2025-04-30T20:11:25.132Z | Compiling clap_derive v4.5.32 |
| 522 | 2025-04-30T20:11:26.392Z | Compiling scroll v0.12.0 |
| 523 | 2025-04-30T20:11:26.949Z | Compiling zerocopy v0.7.35 |
| 524 | 2025-04-30T20:11:26.989Z | Compiling goblin v0.8.2 |
| 525 | 2025-04-30T20:11:27.950Z | Compiling pest v2.7.14 |
| 526 | 2025-04-30T20:11:28.922Z | Compiling clap v4.5.35 |
| 527 | 2025-04-30T20:11:30.143Z | Compiling pest_meta v2.7.14 |
| 528 | 2025-04-30T20:11:31.215Z | Compiling pest_generator v2.7.14 |
| 529 | 2025-04-30T20:11:32.353Z | Compiling pest_derive v2.7.14 |
| 530 | 2025-04-30T20:11:32.972Z | Compiling dtrace-parser v0.2.0 |
| 531 | 2025-04-30T20:11:33.916Z | Compiling toml_datetime v0.6.8 |
| 532 | 2025-04-30T20:11:33.916Z | Compiling serde_spanned v0.6.8 |
| 533 | 2025-04-30T20:11:34.034Z | Compiling cargo-platform v0.1.8 |
| 534 | 2025-04-30T20:11:34.288Z | Compiling serde_tokenstream v0.2.2 |
| 535 | 2025-04-30T20:11:34.423Z | Compiling toml_edit v0.22.24 |
| 536 | 2025-04-30T20:11:34.463Z | Compiling macaddr v1.0.1 |
| 537 | 2025-04-30T20:11:34.577Z | Compiling camino-tempfile v1.1.1 |
| 538 | 2025-04-30T20:11:35.333Z | Compiling dof v0.3.0 |
| 539 | 2025-04-30T20:11:35.333Z | Compiling cargo_metadata v0.19.2 |
| 540 | 2025-04-30T20:11:36.881Z | Compiling usdt-macro v0.5.0 |
| 541 | 2025-04-30T20:11:36.881Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2025-04-30T20:11:37.128Z | Compiling toml v0.8.20 |
| 543 | 2025-04-30T20:11:37.849Z | Compiling cargo_toml v0.21.0 |
| 544 | 2025-04-30T20:11:37.931Z | Compiling usdt v0.5.0 |
| 545 | 2025-04-30T20:11:40.977Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 546 | 2025-04-30T20:11:44.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 547 | 2025-04-30T20:11:45.139Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 548 | 2025-04-30T20:11:45.992Z | Downloading crates ... |
| 549 | 2025-04-30T20:11:46.147Z | Downloaded addr2line v0.24.2 |
| 550 | 2025-04-30T20:11:46.189Z | Downloaded atomicwrites v0.4.4 |
| 551 | 2025-04-30T20:11:46.189Z | Downloaded argon2 v0.5.3 |
| 552 | 2025-04-30T20:11:46.189Z | Downloaded crc8 v0.1.1 |
| 553 | 2025-04-30T20:11:46.189Z | Downloaded ciborium-io v0.2.2 |
| 554 | 2025-04-30T20:11:46.189Z | Downloaded cfg_aliases v0.2.1 |
| 555 | 2025-04-30T20:11:46.189Z | Downloaded cfg_aliases v0.1.1 |
| 556 | 2025-04-30T20:11:46.189Z | Downloaded atty v0.2.14 |
| 557 | 2025-04-30T20:11:46.189Z | Downloaded crunchy v0.2.2 |
| 558 | 2025-04-30T20:11:46.189Z | Downloaded async-stream-impl v0.3.6 |
| 559 | 2025-04-30T20:11:46.189Z | Downloaded bit-vec v0.8.0 |
| 560 | 2025-04-30T20:11:46.189Z | Downloaded hubpack_derive v0.1.1 |
| 561 | 2025-04-30T20:11:46.189Z | Downloaded is_ci v1.2.0 |
| 562 | 2025-04-30T20:11:46.189Z | Downloaded cexpr v0.6.0 |
| 563 | 2025-04-30T20:11:46.229Z | Downloaded icu_provider_macros v1.5.0 |
| 564 | 2025-04-30T20:11:46.229Z | Downloaded aead v0.5.2 |
| 565 | 2025-04-30T20:11:46.229Z | Downloaded http-body v1.0.1 |
| 566 | 2025-04-30T20:11:46.230Z | Downloaded cstr-argument v0.1.2 |
| 567 | 2025-04-30T20:11:46.230Z | Downloaded match_cfg v0.1.0 |
| 568 | 2025-04-30T20:11:46.230Z | Downloaded humantime v2.1.0 |
| 569 | 2025-04-30T20:11:46.230Z | Downloaded new_debug_unreachable v1.0.6 |
| 570 | 2025-04-30T20:11:46.230Z | Downloaded md-5 v0.10.6 |
| 571 | 2025-04-30T20:11:46.271Z | Downloaded newline-converter v0.3.0 |
| 572 | 2025-04-30T20:11:46.271Z | Downloaded indent_write v2.2.0 |
| 573 | 2025-04-30T20:11:46.271Z | Downloaded libsw v3.4.0 |
| 574 | 2025-04-30T20:11:46.271Z | Downloaded rtoolbox v0.0.2 |
| 575 | 2025-04-30T20:11:46.271Z | Downloaded libloading v0.8.5 |
| 576 | 2025-04-30T20:11:46.271Z | Downloaded memmap2 v0.9.5 |
| 577 | 2025-04-30T20:11:46.271Z | Downloaded sqlparser_derive v0.2.2 |
| 578 | 2025-04-30T20:11:46.271Z | Downloaded icu_provider v1.5.0 |
| 579 | 2025-04-30T20:11:46.311Z | Downloaded time-core v0.1.2 |
| 580 | 2025-04-30T20:11:46.311Z | Downloaded tower-service v0.3.3 |
| 581 | 2025-04-30T20:11:46.311Z | Downloaded lru v0.12.5 |
| 582 | 2025-04-30T20:11:46.311Z | Downloaded base64 v0.22.1 |
| 583 | 2025-04-30T20:11:46.311Z | Downloaded spki v0.7.3 |
| 584 | 2025-04-30T20:11:46.311Z | Downloaded try-lock v0.2.5 |
| 585 | 2025-04-30T20:11:46.311Z | Downloaded zone_cfg_derive v0.1.2 |
| 586 | 2025-04-30T20:11:46.312Z | Downloaded waitgroup v0.1.2 |
| 587 | 2025-04-30T20:11:46.312Z | Downloaded zone_cfg_derive v0.3.0 |
| 588 | 2025-04-30T20:11:46.312Z | Downloaded hyper-util v0.1.11 |
| 589 | 2025-04-30T20:11:46.353Z | Downloaded defmt-parser v0.3.4 |
| 590 | 2025-04-30T20:11:46.353Z | Downloaded typify v0.2.0 |
| 591 | 2025-04-30T20:11:46.353Z | Downloaded foreign-types-shared v0.3.1 |
| 592 | 2025-04-30T20:11:46.353Z | Downloaded dirs-next v2.0.0 |
| 593 | 2025-04-30T20:11:46.353Z | Downloaded normalize-line-endings v0.3.0 |
| 594 | 2025-04-30T20:11:46.353Z | Downloaded fxhash v0.2.1 |
| 595 | 2025-04-30T20:11:46.353Z | Downloaded either v1.14.0 |
| 596 | 2025-04-30T20:11:46.353Z | Downloaded twox-hash v2.1.0 |
| 597 | 2025-04-30T20:11:46.353Z | Downloaded oso-derive v0.27.3 |
| 598 | 2025-04-30T20:11:46.353Z | Downloaded ff v0.13.0 |
| 599 | 2025-04-30T20:11:46.393Z | Downloaded cookie_store v0.21.1 |
| 600 | 2025-04-30T20:11:46.393Z | Downloaded ghash v0.5.1 |
| 601 | 2025-04-30T20:11:46.393Z | Downloaded gethostname v0.5.0 |
| 602 | 2025-04-30T20:11:46.393Z | Downloaded zone v0.3.1 |
| 603 | 2025-04-30T20:11:46.393Z | Downloaded precomputed-hash v0.1.1 |
| 604 | 2025-04-30T20:11:46.393Z | Downloaded num v0.4.3 |
| 605 | 2025-04-30T20:11:46.393Z | Downloaded r2d2 v0.8.10 |
| 606 | 2025-04-30T20:11:46.394Z | Downloaded socket2 v0.5.9 |
| 607 | 2025-04-30T20:11:46.394Z | Downloaded packed_struct_codegen v0.10.1 |
| 608 | 2025-04-30T20:11:46.394Z | Downloaded pretty-hex v0.2.1 |
| 609 | 2025-04-30T20:11:46.394Z | Downloaded schemars_derive v0.8.22 |
| 610 | 2025-04-30T20:11:46.394Z | Downloaded progenitor-impl v0.9.1 |
| 611 | 2025-04-30T20:11:46.394Z | Downloaded phf_shared v0.11.2 |
| 612 | 2025-04-30T20:11:46.433Z | Downloaded sigpipe v0.1.3 |
| 613 | 2025-04-30T20:11:46.433Z | Downloaded foreign-types-shared v0.1.1 |
| 614 | 2025-04-30T20:11:46.433Z | Downloaded futures-macro v0.3.31 |
| 615 | 2025-04-30T20:11:46.434Z | Downloaded nu-ansi-term v0.50.1 |
| 616 | 2025-04-30T20:11:46.434Z | Downloaded take_mut v0.2.2 |
| 617 | 2025-04-30T20:11:46.434Z | Downloaded num-complex v0.4.6 |
| 618 | 2025-04-30T20:11:46.434Z | Downloaded tungstenite v0.21.0 |
| 619 | 2025-04-30T20:11:46.436Z | Downloaded zerofrom v0.1.4 |
| 620 | 2025-04-30T20:11:46.436Z | Downloaded rusty-fork v0.3.0 |
| 621 | 2025-04-30T20:11:46.436Z | Downloaded phf_codegen v0.11.2 |
| 622 | 2025-04-30T20:11:46.436Z | Downloaded darling_macro v0.20.10 |
| 623 | 2025-04-30T20:11:46.436Z | Downloaded endian-type v0.1.2 |
| 624 | 2025-04-30T20:11:46.436Z | Downloaded siphasher v0.3.11 |
| 625 | 2025-04-30T20:11:46.476Z | Downloaded foreign-types v0.3.2 |
| 626 | 2025-04-30T20:11:46.476Z | Downloaded strip-ansi-escapes v0.2.0 |
| 627 | 2025-04-30T20:11:46.476Z | Downloaded openssl-macros v0.1.1 |
| 628 | 2025-04-30T20:11:46.476Z | Downloaded structmeta v0.3.0 |
| 629 | 2025-04-30T20:11:46.476Z | Downloaded newtype_derive v0.1.6 |
| 630 | 2025-04-30T20:11:46.476Z | Downloaded universal-hash v0.5.1 |
| 631 | 2025-04-30T20:11:46.476Z | Downloaded tokio-tungstenite v0.21.0 |
| 632 | 2025-04-30T20:11:46.476Z | Downloaded zeroize v1.8.1 |
| 633 | 2025-04-30T20:11:46.476Z | Downloaded same-file v1.0.6 |
| 634 | 2025-04-30T20:11:46.477Z | Downloaded progenitor-client v0.9.1 |
| 635 | 2025-04-30T20:11:46.477Z | Downloaded serde-big-array v0.5.1 |
| 636 | 2025-04-30T20:11:46.477Z | Downloaded ena v0.14.3 |
| 637 | 2025-04-30T20:11:46.517Z | Downloaded russh-cryptovec v0.7.3 |
| 638 | 2025-04-30T20:11:46.517Z | Downloaded newtype-uuid v1.2.1 |
| 639 | 2025-04-30T20:11:46.517Z | Downloaded der v0.7.9 |
| 640 | 2025-04-30T20:11:46.517Z | Downloaded num_enum v0.5.11 |
| 641 | 2025-04-30T20:11:46.517Z | Downloaded pkg-config v0.3.31 |
| 642 | 2025-04-30T20:11:46.517Z | Downloaded embedded-io v0.4.0 |
| 643 | 2025-04-30T20:11:46.517Z | Downloaded foreign-types v0.5.0 |
| 644 | 2025-04-30T20:11:46.517Z | Downloaded serde_path_to_error v0.1.16 |
| 645 | 2025-04-30T20:11:46.557Z | Downloaded path-slash v0.1.5 |
| 646 | 2025-04-30T20:11:46.557Z | Downloaded unicase v2.7.0 |
| 647 | 2025-04-30T20:11:46.557Z | Downloaded writeable v0.5.5 |
| 648 | 2025-04-30T20:11:46.557Z | Downloaded postgres-protocol v0.6.8 |
| 649 | 2025-04-30T20:11:46.557Z | Downloaded stable_deref_trait v1.2.0 |
| 650 | 2025-04-30T20:11:46.557Z | Downloaded num-integer v0.1.46 |
| 651 | 2025-04-30T20:11:46.557Z | Downloaded pbkdf2 v0.11.0 |
| 652 | 2025-04-30T20:11:46.557Z | Downloaded number_prefix v0.4.0 |
| 653 | 2025-04-30T20:11:46.557Z | Downloaded rustc_version v0.4.1 |
| 654 | 2025-04-30T20:11:46.557Z | Downloaded slog-async v2.8.0 |
| 655 | 2025-04-30T20:11:46.597Z | Downloaded supports-color v3.0.2 |
| 656 | 2025-04-30T20:11:46.597Z | Downloaded uzers v0.12.1 |
| 657 | 2025-04-30T20:11:46.597Z | Downloaded sync_wrapper v1.0.1 |
| 658 | 2025-04-30T20:11:46.597Z | Downloaded untrusted v0.9.0 |
| 659 | 2025-04-30T20:11:46.597Z | Downloaded funty v2.0.0 |
| 660 | 2025-04-30T20:11:46.597Z | Downloaded olpc-cjson v0.1.4 |
| 661 | 2025-04-30T20:11:46.598Z | Downloaded openssl-probe v0.1.5 |
| 662 | 2025-04-30T20:11:46.598Z | Downloaded pkcs8 v0.10.2 |
| 663 | 2025-04-30T20:11:46.598Z | Downloaded vergen v8.3.2 |
| 664 | 2025-04-30T20:11:46.598Z | Downloaded xshell-macros v0.2.7 |
| 665 | 2025-04-30T20:11:46.638Z | Downloaded slog-stdlog v4.1.1 |
| 666 | 2025-04-30T20:11:46.638Z | Downloaded ctr v0.9.2 |
| 667 | 2025-04-30T20:11:46.638Z | Downloaded float-ord v0.3.2 |
| 668 | 2025-04-30T20:11:46.638Z | Downloaded dunce v1.0.5 |
| 669 | 2025-04-30T20:11:46.638Z | Downloaded serde_plain v1.0.2 |
| 670 | 2025-04-30T20:11:46.638Z | Downloaded serde_urlencoded v0.7.1 |
| 671 | 2025-04-30T20:11:46.638Z | Downloaded tabled_derive v0.10.0 |
| 672 | 2025-04-30T20:11:46.638Z | Downloaded hex-literal v0.4.1 |
| 673 | 2025-04-30T20:11:46.638Z | Downloaded qorb v0.3.1 |
| 674 | 2025-04-30T20:11:46.638Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 675 | 2025-04-30T20:11:46.639Z | Downloaded pem v3.0.5 |
| 676 | 2025-04-30T20:11:46.679Z | Downloaded proc-macro-crate v1.3.1 |
| 677 | 2025-04-30T20:11:46.679Z | Downloaded document-features v0.2.10 |
| 678 | 2025-04-30T20:11:46.679Z | Downloaded rustc-hash v1.1.0 |
| 679 | 2025-04-30T20:11:46.679Z | Downloaded derive_more v0.99.19 |
| 680 | 2025-04-30T20:11:46.679Z | Downloaded tls_codec v0.4.1 |
| 681 | 2025-04-30T20:11:46.679Z | Downloaded fixedbitset v0.4.2 |
| 682 | 2025-04-30T20:11:46.679Z | Downloaded rustc-demangle v0.1.24 |
| 683 | 2025-04-30T20:11:46.679Z | Downloaded tokio-macros v2.5.0 |
| 684 | 2025-04-30T20:11:46.679Z | Downloaded proc-macro-error2 v2.0.1 |
| 685 | 2025-04-30T20:11:46.679Z | Downloaded env_logger v0.10.2 |
| 686 | 2025-04-30T20:11:46.679Z | Downloaded toml v0.7.8 |
| 687 | 2025-04-30T20:11:46.719Z | Downloaded phf v0.11.2 |
| 688 | 2025-04-30T20:11:46.719Z | Downloaded tabwriter v1.4.0 |
| 689 | 2025-04-30T20:11:46.719Z | Downloaded parking_lot v0.12.3 |
| 690 | 2025-04-30T20:11:46.719Z | Downloaded display-error-chain v0.2.2 |
| 691 | 2025-04-30T20:11:46.719Z | Downloaded rustls-pemfile v1.0.4 |
| 692 | 2025-04-30T20:11:46.719Z | Downloaded rustls-pki-types v1.10.0 |
| 693 | 2025-04-30T20:11:46.719Z | Downloaded rayon v1.10.0 |
| 694 | 2025-04-30T20:11:46.719Z | Downloaded unicode-bidi v0.3.17 |
| 695 | 2025-04-30T20:11:46.761Z | Downloaded ssh-key v0.6.6 |
| 696 | 2025-04-30T20:11:46.761Z | Downloaded bindgen v0.71.1 |
| 697 | 2025-04-30T20:11:46.761Z | Downloaded tokio-util v0.7.13 |
| 698 | 2025-04-30T20:11:46.761Z | Downloaded hashbrown v0.12.3 |
| 699 | 2025-04-30T20:11:46.801Z | Downloaded unicode-normalization v0.1.24 |
| 700 | 2025-04-30T20:11:46.801Z | Downloaded portable-atomic v1.11.0 |
| 701 | 2025-04-30T20:11:46.801Z | Downloaded rustls-webpki v0.101.7 |
| 702 | 2025-04-30T20:11:46.801Z | Downloaded gimli v0.31.1 |
| 703 | 2025-04-30T20:11:46.841Z | Downloaded quinn-proto v0.11.8 |
| 704 | 2025-04-30T20:11:46.841Z | Downloaded git2 v0.19.0 |
| 705 | 2025-04-30T20:11:46.841Z | Downloaded tabled v0.18.0 |
| 706 | 2025-04-30T20:11:46.882Z | Downloaded petname v2.0.2 |
| 707 | 2025-04-30T20:11:46.882Z | Downloaded zerocopy v0.8.10 |
| 708 | 2025-04-30T20:11:46.923Z | Downloaded curve25519-dalek v4.1.3 |
| 709 | 2025-04-30T20:11:46.923Z | Downloaded diesel v2.2.9 |
| 710 | 2025-04-30T20:11:46.964Z | Downloaded regex-syntax v0.6.29 |
| 711 | 2025-04-30T20:11:46.964Z | Downloaded object v0.36.5 |
| 712 | 2025-04-30T20:11:46.965Z | Downloaded dropshot v0.16.0 |
| 713 | 2025-04-30T20:11:47.004Z | Downloaded hickory-proto v0.24.4 |
| 714 | 2025-04-30T20:11:47.004Z | Downloaded regex-syntax v0.8.5 |
| 715 | 2025-04-30T20:11:47.069Z | Downloaded nix v0.29.0 |
| 716 | 2025-04-30T20:11:47.069Z | Downloaded nix v0.28.0 |
| 717 | 2025-04-30T20:11:47.069Z | Downloaded typify-impl v0.3.0 |
| 718 | 2025-04-30T20:11:47.109Z | Downloaded polar-core v0.27.3 |
| 719 | 2025-04-30T20:11:47.109Z | Downloaded sled v0.34.7 |
| 720 | 2025-04-30T20:11:47.109Z | Downloaded ratatui v0.29.0 |
| 721 | 2025-04-30T20:11:47.109Z | Downloaded typify-impl v0.2.0 |
| 722 | 2025-04-30T20:11:47.149Z | Downloaded zerocopy-derive v0.6.6 |
| 723 | 2025-04-30T20:11:47.149Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 724 | 2025-04-30T20:11:47.190Z | Downloaded jiff v0.2.10 |
| 725 | 2025-04-30T20:11:47.190Z | Downloaded regress v0.10.3 |
| 726 | 2025-04-30T20:11:47.190Z | Downloaded openssl v0.10.72 |
| 727 | 2025-04-30T20:11:47.231Z | Downloaded regex-automata v0.4.8 |
| 728 | 2025-04-30T20:11:47.231Z | Downloaded regex v1.11.1 |
| 729 | 2025-04-30T20:11:47.767Z | Downloaded radix_trie v0.2.1 |
| 730 | 2025-04-30T20:11:47.767Z | Downloaded rustls v0.21.12 |
| 731 | 2025-04-30T20:11:47.767Z | Downloaded lzma-sys v0.1.20 |
| 732 | 2025-04-30T20:11:47.807Z | Downloaded csv v1.3.1 |
| 733 | 2025-04-30T20:11:47.807Z | Downloaded petgraph v0.6.5 |
| 734 | 2025-04-30T20:11:47.807Z | Downloaded petgraph v0.7.1 |
| 735 | 2025-04-30T20:11:47.807Z | Downloaded sha3 v0.10.8 |
| 736 | 2025-04-30T20:11:47.807Z | Downloaded libz-sys v1.1.20 |
| 737 | 2025-04-30T20:11:47.807Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 738 | 2025-04-30T20:11:47.807Z | Downloaded nix v0.27.1 |
| 739 | 2025-04-30T20:11:47.807Z | Downloaded openapiv3 v2.0.0 |
| 740 | 2025-04-30T20:11:47.807Z | Downloaded chrono-tz v0.10.3 |
| 741 | 2025-04-30T20:11:47.807Z | Downloaded bstr v1.10.0 |
| 742 | 2025-04-30T20:11:47.807Z | Downloaded object v0.30.4 |
| 743 | 2025-04-30T20:11:47.807Z | Downloaded rustls v0.22.4 |
| 744 | 2025-04-30T20:11:47.807Z | Downloaded tokio v1.43.1 |
| 745 | 2025-04-30T20:11:47.807Z | Downloaded p384 v0.13.0 |
| 746 | 2025-04-30T20:11:47.807Z | Downloaded vcpkg v0.2.15 |
| 747 | 2025-04-30T20:11:47.807Z | Downloaded unicode-width v0.2.0 |
| 748 | 2025-04-30T20:11:47.807Z | Downloaded rustls v0.23.19 |
| 749 | 2025-04-30T20:11:47.807Z | Downloaded smoltcp v0.11.0 |
| 750 | 2025-04-30T20:11:47.807Z | Downloaded serde_with v3.12.0 |
| 751 | 2025-04-30T20:11:47.808Z | Downloaded rustls-webpki v0.102.8 |
| 752 | 2025-04-30T20:11:47.808Z | Downloaded bitvec v1.0.1 |
| 753 | 2025-04-30T20:11:47.808Z | Downloaded webpki-roots v0.26.6 |
| 754 | 2025-04-30T20:11:47.808Z | Downloaded smoltcp v0.9.1 |
| 755 | 2025-04-30T20:11:47.808Z | Downloaded proptest v1.6.0 |
| 756 | 2025-04-30T20:11:47.808Z | Downloaded chrono v0.4.40 |
| 757 | 2025-04-30T20:11:47.808Z | Downloaded bindgen v0.69.5 |
| 758 | 2025-04-30T20:11:47.808Z | Downloaded aws-lc-rs v1.12.4 |
| 759 | 2025-04-30T20:11:47.808Z | Downloaded dsl_auto_type v0.1.2 |
| 760 | 2025-04-30T20:11:47.808Z | Downloaded toml_edit v0.19.15 |
| 761 | 2025-04-30T20:11:47.808Z | Downloaded ron v0.8.1 |
| 762 | 2025-04-30T20:11:47.808Z | Downloaded headers v0.4.0 |
| 763 | 2025-04-30T20:11:47.808Z | Downloaded encoding_rs v0.8.34 |
| 764 | 2025-04-30T20:11:47.808Z | Downloaded hashbrown v0.13.2 |
| 765 | 2025-04-30T20:11:47.848Z | Downloaded x509-cert v0.2.5 |
| 766 | 2025-04-30T20:11:47.848Z | Downloaded hickory-resolver v0.24.4 |
| 767 | 2025-04-30T20:11:47.848Z | Downloaded unicode-segmentation v1.12.0 |
| 768 | 2025-04-30T20:11:47.848Z | Downloaded h2 v0.4.6 |
| 769 | 2025-04-30T20:11:47.848Z | Downloaded pkcs1 v0.7.5 |
| 770 | 2025-04-30T20:11:47.848Z | Downloaded openssl-sys v0.9.107 |
| 771 | 2025-04-30T20:11:47.848Z | Downloaded zerocopy v0.6.6 |
| 772 | 2025-04-30T20:11:47.848Z | Downloaded dropshot_endpoint v0.16.0 |
| 773 | 2025-04-30T20:11:47.888Z | Downloaded ring v0.17.11 |
| 774 | 2025-04-30T20:11:47.929Z | Downloaded yoke v0.7.4 |
| 775 | 2025-04-30T20:11:47.929Z | Downloaded pkcs5 v0.7.1 |
| 776 | 2025-04-30T20:11:47.929Z | Downloaded flate2 v1.1.1 |
| 777 | 2025-04-30T20:11:47.929Z | Downloaded steno v0.4.1 |
| 778 | 2025-04-30T20:11:47.929Z | Downloaded russh v0.45.0 |
| 779 | 2025-04-30T20:11:47.929Z | Downloaded p521 v0.13.3 |
| 780 | 2025-04-30T20:11:47.968Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 781 | 2025-04-30T20:11:48.009Z | Downloaded quick-xml v0.37.2 |
| 782 | 2025-04-30T20:11:48.009Z | Downloaded fixedbitset v0.5.7 |
| 783 | 2025-04-30T20:11:48.051Z | Downloaded russh-keys v0.45.0 |
| 784 | 2025-04-30T20:11:48.051Z | Downloaded env_logger v0.11.5 |
| 785 | 2025-04-30T20:11:48.051Z | Downloaded displaydoc v0.2.5 |
| 786 | 2025-04-30T20:11:48.051Z | Downloaded tokio-native-tls v0.3.1 |
| 787 | 2025-04-30T20:11:48.051Z | Downloaded ron v0.7.1 |
| 788 | 2025-04-30T20:11:48.051Z | Downloaded yansi v1.0.1 |
| 789 | 2025-04-30T20:11:48.051Z | Downloaded papergrid v0.14.0 |
| 790 | 2025-04-30T20:11:48.051Z | Downloaded prettyplease v0.2.30 |
| 791 | 2025-04-30T20:11:48.051Z | Downloaded salty v0.3.0 |
| 792 | 2025-04-30T20:11:48.051Z | Downloaded unicode-properties v0.1.3 |
| 793 | 2025-04-30T20:11:48.091Z | Downloaded rand v0.8.5 |
| 794 | 2025-04-30T20:11:48.091Z | Downloaded password-hash v0.5.0 |
| 795 | 2025-04-30T20:11:48.091Z | Downloaded typify v0.3.0 |
| 796 | 2025-04-30T20:11:48.091Z | Downloaded parking_lot v0.11.2 |
| 797 | 2025-04-30T20:11:48.091Z | Downloaded oso v0.27.3 |
| 798 | 2025-04-30T20:11:48.091Z | Downloaded hickory-server v0.24.4 |
| 799 | 2025-04-30T20:11:48.091Z | Downloaded futures-util v0.3.31 |
| 800 | 2025-04-30T20:11:48.091Z | Downloaded crossterm v0.28.1 |
| 801 | 2025-04-30T20:11:48.132Z | Downloaded hickory-client v0.24.4 |
| 802 | 2025-04-30T20:11:48.132Z | Downloaded omicron-zone-package v0.12.0 |
| 803 | 2025-04-30T20:11:48.132Z | Downloaded tls_codec_derive v0.4.1 |
| 804 | 2025-04-30T20:11:48.132Z | Downloaded yoke-derive v0.7.4 |
| 805 | 2025-04-30T20:11:48.132Z | Downloaded url v2.5.3 |
| 806 | 2025-04-30T20:11:48.132Z | Downloaded aho-corasick v1.1.3 |
| 807 | 2025-04-30T20:11:48.132Z | Downloaded unsafe-libyaml v0.2.11 |
| 808 | 2025-04-30T20:11:48.132Z | Downloaded filetime v0.2.25 |
| 809 | 2025-04-30T20:11:48.132Z | Downloaded flagset v0.4.6 |
| 810 | 2025-04-30T20:11:48.132Z | Downloaded progenitor v0.9.1 |
| 811 | 2025-04-30T20:11:48.132Z | Downloaded progenitor v0.8.0 |
| 812 | 2025-04-30T20:11:48.132Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 813 | 2025-04-30T20:11:48.132Z | Downloaded nom v7.1.3 |
| 814 | 2025-04-30T20:11:48.172Z | Downloaded tough v0.20.0 |
| 815 | 2025-04-30T20:11:48.172Z | Downloaded blake3 v1.5.4 |
| 816 | 2025-04-30T20:11:48.172Z | Downloaded derive-where v1.2.7 |
| 817 | 2025-04-30T20:11:48.172Z | Downloaded flume v0.11.1 |
| 818 | 2025-04-30T20:11:48.172Z | Downloaded term v0.7.0 |
| 819 | 2025-04-30T20:11:48.172Z | Downloaded yasna v0.5.2 |
| 820 | 2025-04-30T20:11:48.172Z | Downloaded xshell v0.2.7 |
| 821 | 2025-04-30T20:11:48.172Z | Downloaded zerovec v0.10.4 |
| 822 | 2025-04-30T20:11:48.212Z | Downloaded winnow v0.6.20 |
| 823 | 2025-04-30T20:11:48.212Z | Downloaded num-rational v0.4.2 |
| 824 | 2025-04-30T20:11:48.212Z | Downloaded csv-core v0.1.11 |
| 825 | 2025-04-30T20:11:48.212Z | Downloaded ssh-cipher v0.2.0 |
| 826 | 2025-04-30T20:11:48.212Z | Downloaded aes-gcm v0.10.3 |
| 827 | 2025-04-30T20:11:48.213Z | Downloaded heck v0.3.3 |
| 828 | 2025-04-30T20:11:48.213Z | Downloaded xattr v1.3.1 |
| 829 | 2025-04-30T20:11:48.213Z | Downloaded slog-envlogger v2.2.0 |
| 830 | 2025-04-30T20:11:48.213Z | Downloaded slog v2.7.0 |
| 831 | 2025-04-30T20:11:48.213Z | Downloaded publicsuffix v2.3.0 |
| 832 | 2025-04-30T20:11:48.213Z | Downloaded hex v0.4.3 |
| 833 | 2025-04-30T20:11:48.213Z | Downloaded xz2 v0.1.7 |
| 834 | 2025-04-30T20:11:48.213Z | Downloaded ssh-encoding v0.2.0 |
| 835 | 2025-04-30T20:11:48.213Z | Downloaded zerocopy-derive v0.8.10 |
| 836 | 2025-04-30T20:11:48.253Z | Downloaded zip v2.6.1 |
| 837 | 2025-04-30T20:11:48.253Z | Downloaded lalrpop v0.19.12 |
| 838 | 2025-04-30T20:11:48.253Z | Downloaded tar v0.4.44 |
| 839 | 2025-04-30T20:11:48.253Z | Downloaded tokio-postgres v0.7.13 |
| 840 | 2025-04-30T20:11:48.253Z | Downloaded reedline v0.38.0 |
| 841 | 2025-04-30T20:11:48.294Z | Downloaded scheduled-thread-pool v0.2.7 |
| 842 | 2025-04-30T20:11:48.294Z | Downloaded num-iter v0.1.45 |
| 843 | 2025-04-30T20:11:48.294Z | Downloaded daft-derive v0.1.3 |
| 844 | 2025-04-30T20:11:48.294Z | Downloaded float-cmp v0.10.0 |
| 845 | 2025-04-30T20:11:48.294Z | Downloaded darling v0.20.10 |
| 846 | 2025-04-30T20:11:48.294Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 847 | 2025-04-30T20:11:48.295Z | Downloaded subprocess v0.2.9 |
| 848 | 2025-04-30T20:11:48.295Z | Downloaded schemars v0.8.22 |
| 849 | 2025-04-30T20:11:48.334Z | Downloaded tower v0.5.2 |
| 850 | 2025-04-30T20:11:48.334Z | Downloaded serde_repr v0.1.19 |
| 851 | 2025-04-30T20:11:48.374Z | Downloaded packed_struct v0.10.1 |
| 852 | 2025-04-30T20:11:48.374Z | Downloaded rand v0.9.0 |
| 853 | 2025-04-30T20:11:48.374Z | Downloaded slog-scope v4.4.0 |
| 854 | 2025-04-30T20:11:48.374Z | Downloaded slog-dtrace v0.3.0 |
| 855 | 2025-04-30T20:11:48.374Z | Downloaded slog-bunyan v2.5.0 |
| 856 | 2025-04-30T20:11:48.374Z | Downloaded quinn-udp v0.5.5 |
| 857 | 2025-04-30T20:11:48.374Z | Downloaded futures-channel v0.3.31 |
| 858 | 2025-04-30T20:11:48.374Z | Downloaded fs_extra v1.3.0 |
| 859 | 2025-04-30T20:11:48.374Z | Downloaded num-bigint-dig v0.8.4 |
| 860 | 2025-04-30T20:11:48.374Z | Downloaded rustyline v14.0.0 |
| 861 | 2025-04-30T20:11:48.374Z | Downloaded slog-json v2.6.1 |
| 862 | 2025-04-30T20:11:48.414Z | Downloaded radium v0.7.0 |
| 863 | 2025-04-30T20:11:48.414Z | Downloaded zopfli v0.8.1 |
| 864 | 2025-04-30T20:11:48.414Z | Downloaded uuid v1.16.0 |
| 865 | 2025-04-30T20:11:48.414Z | Downloaded derive_builder v0.20.2 |
| 866 | 2025-04-30T20:11:48.414Z | Downloaded deranged v0.3.11 |
| 867 | 2025-04-30T20:11:48.414Z | Downloaded icu_properties_data v1.5.0 |
| 868 | 2025-04-30T20:11:48.414Z | Downloaded percent-encoding v2.3.1 |
| 869 | 2025-04-30T20:11:48.414Z | Downloaded pem-rfc7468 v0.7.0 |
| 870 | 2025-04-30T20:11:48.414Z | Downloaded sqlparser v0.45.0 |
| 871 | 2025-04-30T20:11:48.414Z | Downloaded winnow v0.5.40 |
| 872 | 2025-04-30T20:11:48.454Z | Downloaded fs-err v2.11.0 |
| 873 | 2025-04-30T20:11:48.454Z | Downloaded form_urlencoded v1.2.1 |
| 874 | 2025-04-30T20:11:48.454Z | Downloaded debug-ignore v1.0.5 |
| 875 | 2025-04-30T20:11:48.454Z | Downloaded poly1305 v0.8.0 |
| 876 | 2025-04-30T20:11:48.454Z | Downloaded unicode_categories v0.1.1 |
| 877 | 2025-04-30T20:11:48.454Z | Downloaded daft v0.1.3 |
| 878 | 2025-04-30T20:11:48.454Z | Downloaded quinn v0.11.5 |
| 879 | 2025-04-30T20:11:48.454Z | Downloaded progenitor-impl v0.8.0 |
| 880 | 2025-04-30T20:11:48.454Z | Downloaded diesel_derives v2.2.3 |
| 881 | 2025-04-30T20:11:48.455Z | Downloaded cc v1.2.15 |
| 882 | 2025-04-30T20:11:48.495Z | Downloaded unicode-truncate v1.1.0 |
| 883 | 2025-04-30T20:11:48.495Z | Downloaded rfc6979 v0.4.0 |
| 884 | 2025-04-30T20:11:48.495Z | Downloaded polyval v0.6.2 |
| 885 | 2025-04-30T20:11:48.495Z | Downloaded p256 v0.13.2 |
| 886 | 2025-04-30T20:11:48.495Z | Downloaded sync-ptr v0.1.1 |
| 887 | 2025-04-30T20:11:48.495Z | Downloaded progenitor-client v0.8.0 |
| 888 | 2025-04-30T20:11:48.495Z | Downloaded wyz v0.5.1 |
| 889 | 2025-04-30T20:11:48.495Z | Downloaded paste v1.0.15 |
| 890 | 2025-04-30T20:11:48.495Z | Downloaded derive_builder_core v0.20.2 |
| 891 | 2025-04-30T20:11:48.495Z | Downloaded zstd-safe v7.2.3 |
| 892 | 2025-04-30T20:11:48.495Z | Downloaded zstd v0.13.3 |
| 893 | 2025-04-30T20:11:48.496Z | Downloaded darling_core v0.20.10 |
| 894 | 2025-04-30T20:11:48.496Z | Downloaded expectorate v1.1.0 |
| 895 | 2025-04-30T20:11:48.496Z | Downloaded subtle v2.6.1 |
| 896 | 2025-04-30T20:11:48.536Z | Downloaded stringprep v0.1.5 |
| 897 | 2025-04-30T20:11:48.536Z | Downloaded string_cache v0.8.9 |
| 898 | 2025-04-30T20:11:48.537Z | Downloaded ecdsa v0.16.9 |
| 899 | 2025-04-30T20:11:48.537Z | Downloaded num-traits v0.2.19 |
| 900 | 2025-04-30T20:11:48.537Z | Downloaded pin-project v1.1.6 |
| 901 | 2025-04-30T20:11:48.537Z | Downloaded rustc_version v0.1.7 |
| 902 | 2025-04-30T20:11:48.537Z | Downloaded nibble_vec v0.1.0 |
| 903 | 2025-04-30T20:11:48.537Z | Downloaded strum_macros v0.26.4 |
| 904 | 2025-04-30T20:11:48.537Z | Downloaded num_threads v0.1.7 |
| 905 | 2025-04-30T20:11:48.577Z | Downloaded untrusted v0.7.1 |
| 906 | 2025-04-30T20:11:48.577Z | Downloaded primeorder v0.13.6 |
| 907 | 2025-04-30T20:11:48.577Z | Downloaded powerfmt v0.2.0 |
| 908 | 2025-04-30T20:11:48.577Z | Downloaded pbkdf2 v0.12.2 |
| 909 | 2025-04-30T20:11:48.577Z | Downloaded num-derive v0.3.3 |
| 910 | 2025-04-30T20:11:48.577Z | Downloaded hash32 v0.2.1 |
| 911 | 2025-04-30T20:11:48.577Z | Downloaded futures-core v0.3.31 |
| 912 | 2025-04-30T20:11:48.577Z | Downloaded futures v0.3.31 |
| 913 | 2025-04-30T20:11:48.578Z | Downloaded data-encoding v2.6.0 |
| 914 | 2025-04-30T20:11:48.578Z | Downloaded similar v2.7.0 |
| 915 | 2025-04-30T20:11:48.578Z | Downloaded typed-path v0.9.3 |
| 916 | 2025-04-30T20:11:48.578Z | Downloaded time v0.3.36 |
| 917 | 2025-04-30T20:11:48.618Z | Downloaded nodrop v0.1.14 |
| 918 | 2025-04-30T20:11:48.618Z | Downloaded hash32 v0.3.1 |
| 919 | 2025-04-30T20:11:48.618Z | Downloaded postcard v1.0.10 |
| 920 | 2025-04-30T20:11:48.618Z | Downloaded vte v0.11.1 |
| 921 | 2025-04-30T20:11:48.618Z | Downloaded parse-zoneinfo v0.3.1 |
| 922 | 2025-04-30T20:11:48.618Z | Downloaded env_filter v0.1.2 |
| 923 | 2025-04-30T20:11:48.618Z | Downloaded dyn-clone v1.0.19 |
| 924 | 2025-04-30T20:11:48.618Z | Downloaded utf8_iter v1.0.4 |
| 925 | 2025-04-30T20:11:48.618Z | Downloaded utf16_iter v1.0.5 |
| 926 | 2025-04-30T20:11:48.618Z | Downloaded serde_derive_internals v0.29.1 |
| 927 | 2025-04-30T20:11:48.618Z | Downloaded rustls-pemfile v2.2.0 |
| 928 | 2025-04-30T20:11:48.618Z | Downloaded peg-macros v0.8.5 |
| 929 | 2025-04-30T20:11:48.618Z | Downloaded half v2.4.1 |
| 930 | 2025-04-30T20:11:48.618Z | Downloaded value-bag v1.9.0 |
| 931 | 2025-04-30T20:11:48.618Z | Downloaded num-bigint v0.4.6 |
| 932 | 2025-04-30T20:11:48.618Z | Downloaded tinyvec v1.8.0 |
| 933 | 2025-04-30T20:11:48.658Z | Downloaded rayon-core v1.12.1 |
| 934 | 2025-04-30T20:11:48.658Z | Downloaded utf-8 v0.7.6 |
| 935 | 2025-04-30T20:11:48.658Z | Downloaded typify-macro v0.3.0 |
| 936 | 2025-04-30T20:11:48.658Z | Downloaded typify-macro v0.2.0 |
| 937 | 2025-04-30T20:11:48.658Z | Downloaded globset v0.4.15 |
| 938 | 2025-04-30T20:11:48.658Z | Downloaded rand_core v0.9.2 |
| 939 | 2025-04-30T20:11:48.658Z | Downloaded unarray v0.1.4 |
| 940 | 2025-04-30T20:11:48.658Z | Downloaded tinystr v0.7.6 |
| 941 | 2025-04-30T20:11:48.658Z | Downloaded tiny-keccak v2.0.2 |
| 942 | 2025-04-30T20:11:48.658Z | Downloaded termcolor v1.4.1 |
| 943 | 2025-04-30T20:11:48.658Z | Downloaded synstructure v0.13.1 |
| 944 | 2025-04-30T20:11:48.658Z | Downloaded static_assertions v1.1.0 |
| 945 | 2025-04-30T20:11:48.658Z | Downloaded semver v0.1.20 |
| 946 | 2025-04-30T20:11:48.658Z | Downloaded psl-types v2.0.11 |
| 947 | 2025-04-30T20:11:48.658Z | Downloaded postgres-types v0.2.9 |
| 948 | 2025-04-30T20:11:48.658Z | Downloaded group v0.13.0 |
| 949 | 2025-04-30T20:11:48.658Z | Downloaded pretty_assertions v1.4.1 |
| 950 | 2025-04-30T20:11:48.658Z | Downloaded num-conv v0.1.0 |
| 951 | 2025-04-30T20:11:48.658Z | Downloaded strum_macros v0.25.3 |
| 952 | 2025-04-30T20:11:48.658Z | Downloaded secrecy v0.10.3 |
| 953 | 2025-04-30T20:11:48.698Z | Downloaded secrecy v0.8.0 |
| 954 | 2025-04-30T20:11:48.698Z | Downloaded samael v0.0.18 |
| 955 | 2025-04-30T20:11:48.698Z | Downloaded rcgen v0.12.1 |
| 956 | 2025-04-30T20:11:48.698Z | Downloaded serde_yaml v0.9.34+deprecated |
| 957 | 2025-04-30T20:11:48.698Z | Downloaded itertools v0.10.5 |
| 958 | 2025-04-30T20:11:48.698Z | Downloaded aes v0.8.4 |
| 959 | 2025-04-30T20:11:48.698Z | Downloaded rpassword v7.3.1 |
| 960 | 2025-04-30T20:11:48.698Z | Downloaded tokio-stream v0.1.17 |
| 961 | 2025-04-30T20:11:48.698Z | Downloaded tokio-rustls v0.25.0 |
| 962 | 2025-04-30T20:11:48.698Z | Downloaded walkdir v2.5.0 |
| 963 | 2025-04-30T20:11:48.698Z | Downloaded derive_builder_macro v0.20.2 |
| 964 | 2025-04-30T20:11:48.698Z | Downloaded serde-hex v0.1.0 |
| 965 | 2025-04-30T20:11:48.698Z | Downloaded num_enum_derive v0.5.11 |
| 966 | 2025-04-30T20:11:48.698Z | Downloaded vsss-rs v3.3.4 |
| 967 | 2025-04-30T20:11:48.739Z | Downloaded pin-utils v0.1.0 |
| 968 | 2025-04-30T20:11:48.739Z | Downloaded peg v0.8.5 |
| 969 | 2025-04-30T20:11:48.739Z | Downloaded oxnet v0.1.1 |
| 970 | 2025-04-30T20:11:48.739Z | Downloaded des v0.8.1 |
| 971 | 2025-04-30T20:11:48.739Z | Downloaded signal-hook v0.3.17 |
| 972 | 2025-04-30T20:11:48.739Z | Downloaded itertools v0.13.0 |
| 973 | 2025-04-30T20:11:48.739Z | Downloaded heapless v0.8.0 |
| 974 | 2025-04-30T20:11:48.739Z | Downloaded num-derive v0.4.2 |
| 975 | 2025-04-30T20:11:48.739Z | Downloaded glob v0.3.2 |
| 976 | 2025-04-30T20:11:48.739Z | Downloaded tokio-tungstenite v0.23.1 |
| 977 | 2025-04-30T20:11:48.739Z | Downloaded tokio-rustls v0.24.1 |
| 978 | 2025-04-30T20:11:48.741Z | Downloaded pin-project-lite v0.2.14 |
| 979 | 2025-04-30T20:11:48.780Z | Downloaded zip v0.6.6 |
| 980 | 2025-04-30T20:11:48.780Z | Downloaded enum-as-inner v0.6.1 |
| 981 | 2025-04-30T20:11:48.780Z | Downloaded tokio-rustls v0.26.0 |
| 982 | 2025-04-30T20:11:48.780Z | Downloaded tap v1.0.1 |
| 983 | 2025-04-30T20:11:48.780Z | Downloaded owo-colors v4.2.0 |
| 984 | 2025-04-30T20:11:48.780Z | Downloaded ed25519-dalek v2.1.1 |
| 985 | 2025-04-30T20:11:48.780Z | Downloaded hkdf v0.12.4 |
| 986 | 2025-04-30T20:11:48.780Z | Downloaded foldhash v0.1.3 |
| 987 | 2025-04-30T20:11:48.781Z | Downloaded embedded-io v0.6.1 |
| 988 | 2025-04-30T20:11:48.781Z | Downloaded heapless v0.7.17 |
| 989 | 2025-04-30T20:11:48.781Z | Downloaded strum_macros v0.24.3 |
| 990 | 2025-04-30T20:11:48.781Z | Downloaded rand_seeder v0.3.0 |
| 991 | 2025-04-30T20:11:48.781Z | Downloaded idna v1.0.3 |
| 992 | 2025-04-30T20:11:48.781Z | Downloaded peg-runtime v0.8.5 |
| 993 | 2025-04-30T20:11:48.781Z | Downloaded diesel-dtrace v0.4.2 |
| 994 | 2025-04-30T20:11:48.781Z | Downloaded write16 v1.0.0 |
| 995 | 2025-04-30T20:11:48.782Z | Downloaded tinyvec_macros v0.1.1 |
| 996 | 2025-04-30T20:11:48.782Z | Downloaded predicates v3.1.3 |
| 997 | 2025-04-30T20:11:48.782Z | Downloaded dirs-sys-next v0.1.2 |
| 998 | 2025-04-30T20:11:48.821Z | Downloaded predicates-core v1.0.8 |
| 999 | 2025-04-30T20:11:48.822Z | Downloaded diff v0.1.13 |
| 1000 | 2025-04-30T20:11:48.822Z | Downloaded der_derive v0.7.3 |
| 1001 | 2025-04-30T20:11:48.822Z | Downloaded parking_lot_core v0.9.10 |
| 1002 | 2025-04-30T20:11:48.822Z | Downloaded tracing-core v0.1.32 |
| 1003 | 2025-04-30T20:11:48.822Z | Downloaded tracing v0.1.40 |
| 1004 | 2025-04-30T20:11:48.822Z | Downloaded rsa v0.9.6 |
| 1005 | 2025-04-30T20:11:48.822Z | Downloaded itertools v0.12.1 |
| 1006 | 2025-04-30T20:11:48.822Z | Downloaded const_format v0.2.34 |
| 1007 | 2025-04-30T20:11:48.822Z | Downloaded arc-swap v1.7.1 |
| 1008 | 2025-04-30T20:11:48.822Z | Downloaded rustversion v1.0.17 |
| 1009 | 2025-04-30T20:11:48.862Z | Downloaded elliptic-curve v0.13.8 |
| 1010 | 2025-04-30T20:11:48.862Z | Downloaded crossbeam-channel v0.5.15 |
| 1011 | 2025-04-30T20:11:48.862Z | Downloaded parking_lot_core v0.8.6 |
| 1012 | 2025-04-30T20:11:48.862Z | Downloaded structmeta-derive v0.3.0 |
| 1013 | 2025-04-30T20:11:48.862Z | Downloaded simd-adler32 v0.3.7 |
| 1014 | 2025-04-30T20:11:48.862Z | Downloaded itertools v0.14.0 |
| 1015 | 2025-04-30T20:11:48.862Z | Downloaded bumpalo v3.16.0 |
| 1016 | 2025-04-30T20:11:48.862Z | Downloaded signature v2.2.0 |
| 1017 | 2025-04-30T20:11:48.862Z | Downloaded signal-hook-tokio v0.3.1 |
| 1018 | 2025-04-30T20:11:48.862Z | Downloaded signal-hook-registry v1.4.2 |
| 1019 | 2025-04-30T20:11:48.862Z | Downloaded libm v0.2.8 |
| 1020 | 2025-04-30T20:11:48.862Z | Downloaded slab v0.4.9 |
| 1021 | 2025-04-30T20:11:48.902Z | Downloaded rand_chacha v0.9.0 |
| 1022 | 2025-04-30T20:11:48.902Z | Downloaded getrandom v0.3.1 |
| 1023 | 2025-04-30T20:11:48.902Z | Downloaded test-strategy v0.4.0 |
| 1024 | 2025-04-30T20:11:48.902Z | Downloaded base64 v0.13.1 |
| 1025 | 2025-04-30T20:11:48.903Z | Downloaded pin-project-internal v1.1.6 |
| 1026 | 2025-04-30T20:11:48.903Z | Downloaded fatfs v0.3.6 |
| 1027 | 2025-04-30T20:11:48.903Z | Downloaded hyper v1.6.0 |
| 1028 | 2025-04-30T20:11:48.903Z | Downloaded zeroize_derive v1.4.2 |
| 1029 | 2025-04-30T20:11:48.903Z | Downloaded zerofrom-derive v0.1.4 |
| 1030 | 2025-04-30T20:11:48.903Z | Downloaded ref-cast-impl v1.0.23 |
| 1031 | 2025-04-30T20:11:48.903Z | Downloaded rand_core v0.6.4 |
| 1032 | 2025-04-30T20:11:48.903Z | Downloaded bytes v1.10.1 |
| 1033 | 2025-04-30T20:11:48.903Z | Downloaded void v1.0.2 |
| 1034 | 2025-04-30T20:11:48.903Z | Downloaded unicode-xid v0.2.6 |
| 1035 | 2025-04-30T20:11:48.903Z | Downloaded ppv-lite86 v0.2.20 |
| 1036 | 2025-04-30T20:11:48.903Z | Downloaded password-hash v0.4.2 |
| 1037 | 2025-04-30T20:11:48.943Z | Downloaded parse-display-derive v0.10.0 |
| 1038 | 2025-04-30T20:11:48.943Z | Downloaded parse-display v0.10.0 |
| 1039 | 2025-04-30T20:11:48.943Z | Downloaded mio v1.0.2 |
| 1040 | 2025-04-30T20:11:48.943Z | Downloaded tungstenite v0.23.0 |
| 1041 | 2025-04-30T20:11:48.943Z | Downloaded crypto-bigint v0.5.5 |
| 1042 | 2025-04-30T20:11:48.943Z | Downloaded strum v0.26.3 |
| 1043 | 2025-04-30T20:11:48.943Z | Downloaded defmt v0.3.8 |
| 1044 | 2025-04-30T20:11:48.943Z | Downloaded hyper-staticfile v0.10.1 |
| 1045 | 2025-04-30T20:11:48.943Z | Downloaded crossbeam-epoch v0.9.18 |
| 1046 | 2025-04-30T20:11:48.943Z | Downloaded base64 v0.21.7 |
| 1047 | 2025-04-30T20:11:48.943Z | Downloaded getrandom v0.2.15 |
| 1048 | 2025-04-30T20:11:48.943Z | Downloaded futures-io v0.3.31 |
| 1049 | 2025-04-30T20:11:48.943Z | Downloaded futures-executor v0.3.31 |
| 1050 | 2025-04-30T20:11:48.943Z | Downloaded quick-error v1.2.3 |
| 1051 | 2025-04-30T20:11:48.983Z | Downloaded want v0.3.1 |
| 1052 | 2025-04-30T20:11:48.983Z | Downloaded shlex v1.3.0 |
| 1053 | 2025-04-30T20:11:48.983Z | Downloaded libxml v0.3.3 |
| 1054 | 2025-04-30T20:11:48.983Z | Downloaded cancel-safe-futures v0.1.5 |
| 1055 | 2025-04-30T20:11:48.983Z | Downloaded http v1.2.0 |
| 1056 | 2025-04-30T20:11:48.983Z | Downloaded compact_str v0.8.0 |
| 1057 | 2025-04-30T20:11:48.983Z | Downloaded minimal-lexical v0.2.1 |
| 1058 | 2025-04-30T20:11:48.983Z | Downloaded backtrace v0.3.74 |
| 1059 | 2025-04-30T20:11:48.983Z | Downloaded snafu v0.8.5 |
| 1060 | 2025-04-30T20:11:48.983Z | Downloaded slog-term v2.9.1 |
| 1061 | 2025-04-30T20:11:49.023Z | Downloaded serde_with_macros v3.12.0 |
| 1062 | 2025-04-30T20:11:49.023Z | Downloaded chacha20poly1305 v0.10.1 |
| 1063 | 2025-04-30T20:11:49.023Z | Downloaded crc-any v2.5.0 |
| 1064 | 2025-04-30T20:11:49.023Z | Downloaded phf_generator v0.11.2 |
| 1065 | 2025-04-30T20:11:49.023Z | Downloaded parse-size v1.1.0 |
| 1066 | 2025-04-30T20:11:49.023Z | Downloaded opaque-debug v0.3.1 |
| 1067 | 2025-04-30T20:11:49.023Z | Downloaded futures-task v0.3.31 |
| 1068 | 2025-04-30T20:11:49.023Z | Downloaded native-tls v0.2.12 |
| 1069 | 2025-04-30T20:11:49.023Z | Downloaded ciborium-ll v0.2.2 |
| 1070 | 2025-04-30T20:11:49.023Z | Downloaded bb8 v0.8.5 |
| 1071 | 2025-04-30T20:11:49.023Z | Downloaded fd-lock v4.0.2 |
| 1072 | 2025-04-30T20:11:49.023Z | Downloaded fallible-iterator v0.2.0 |
| 1073 | 2025-04-30T20:11:49.023Z | Downloaded zone v0.1.8 |
| 1074 | 2025-04-30T20:11:49.023Z | Downloaded zerovec-derive v0.10.3 |
| 1075 | 2025-04-30T20:11:49.023Z | Downloaded futures-sink v0.3.31 |
| 1076 | 2025-04-30T20:11:49.023Z | Downloaded foreign-types-macros v0.2.3 |
| 1077 | 2025-04-30T20:11:49.023Z | Downloaded wait-timeout v0.2.0 |
| 1078 | 2025-04-30T20:11:49.023Z | Downloaded topological-sort v0.2.2 |
| 1079 | 2025-04-30T20:11:49.023Z | Downloaded termtree v0.5.1 |
| 1080 | 2025-04-30T20:11:49.023Z | Downloaded bzip2 v0.5.2 |
| 1081 | 2025-04-30T20:11:49.023Z | Downloaded tracing-attributes v0.1.27 |
| 1082 | 2025-04-30T20:11:49.023Z | Downloaded sct v0.7.1 |
| 1083 | 2025-04-30T20:11:49.064Z | Downloaded clang-sys v1.8.1 |
| 1084 | 2025-04-30T20:11:49.064Z | Downloaded ed25519 v2.2.3 |
| 1085 | 2025-04-30T20:11:49.064Z | Downloaded difflib v0.4.0 |
| 1086 | 2025-04-30T20:11:49.064Z | Downloaded termios v0.3.3 |
| 1087 | 2025-04-30T20:11:49.064Z | Downloaded shell-words v1.1.0 |
| 1088 | 2025-04-30T20:11:49.064Z | Downloaded crossbeam-utils v0.8.21 |
| 1089 | 2025-04-30T20:11:49.064Z | Downloaded adler2 v2.0.0 |
| 1090 | 2025-04-30T20:11:49.064Z | Downloaded smallvec v0.6.14 |
| 1091 | 2025-04-30T20:11:49.064Z | Downloaded thread_local v1.1.8 |
| 1092 | 2025-04-30T20:11:49.064Z | Downloaded defmt-macros v0.3.9 |
| 1093 | 2025-04-30T20:11:49.064Z | Downloaded sha1 v0.10.6 |
| 1094 | 2025-04-30T20:11:49.064Z | Downloaded icu_collections v1.5.0 |
| 1095 | 2025-04-30T20:11:49.064Z | Downloaded blake2 v0.10.6 |
| 1096 | 2025-04-30T20:11:49.064Z | Downloaded whoami v1.5.2 |
| 1097 | 2025-04-30T20:11:49.064Z | Downloaded which v4.4.2 |
| 1098 | 2025-04-30T20:11:49.064Z | Downloaded thiserror-no-std v2.0.2 |
| 1099 | 2025-04-30T20:11:49.064Z | Downloaded salsa20 v0.10.2 |
| 1100 | 2025-04-30T20:11:49.066Z | Downloaded const-oid v0.9.6 |
| 1101 | 2025-04-30T20:11:49.106Z | Downloaded allocator-api2 v0.2.18 |
| 1102 | 2025-04-30T20:11:49.106Z | Downloaded ahash v0.8.11 |
| 1103 | 2025-04-30T20:11:49.106Z | Downloaded time-macros v0.2.18 |
| 1104 | 2025-04-30T20:11:49.106Z | Downloaded sqlformat v0.2.6 |
| 1105 | 2025-04-30T20:11:49.106Z | Downloaded spin v0.9.8 |
| 1106 | 2025-04-30T20:11:49.106Z | Downloaded miniz_oxide v0.8.5 |
| 1107 | 2025-04-30T20:11:49.106Z | Downloaded cookie v0.18.1 |
| 1108 | 2025-04-30T20:11:49.106Z | Downloaded tui-tree-widget v0.23.0 |
| 1109 | 2025-04-30T20:11:49.106Z | Downloaded snafu-derive v0.8.5 |
| 1110 | 2025-04-30T20:11:49.106Z | Downloaded smallvec v1.14.0 |
| 1111 | 2025-04-30T20:11:49.106Z | Downloaded rustc-hash v2.1.1 |
| 1112 | 2025-04-30T20:11:49.106Z | Downloaded progenitor-macro v0.9.1 |
| 1113 | 2025-04-30T20:11:49.107Z | Downloaded lzss v0.8.2 |
| 1114 | 2025-04-30T20:11:49.107Z | Downloaded const_format_proc_macros v0.2.34 |
| 1115 | 2025-04-30T20:11:49.107Z | Downloaded console v0.15.10 |
| 1116 | 2025-04-30T20:11:49.107Z | Downloaded ciborium v0.2.2 |
| 1117 | 2025-04-30T20:11:49.107Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1118 | 2025-04-30T20:11:49.107Z | Downloaded tower-layer v0.3.3 |
| 1119 | 2025-04-30T20:11:49.107Z | Downloaded jiff-static v0.2.10 |
| 1120 | 2025-04-30T20:11:49.150Z | Downloaded bit-set v0.8.0 |
| 1121 | 2025-04-30T20:11:49.150Z | Downloaded async-stream v0.3.6 |
| 1122 | 2025-04-30T20:11:49.150Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1123 | 2025-04-30T20:11:49.150Z | Downloaded smf v0.2.3 |
| 1124 | 2025-04-30T20:11:49.150Z | Downloaded ref-cast v1.0.23 |
| 1125 | 2025-04-30T20:11:49.150Z | Downloaded rand_chacha v0.3.1 |
| 1126 | 2025-04-30T20:11:49.150Z | Downloaded libscf-sys v1.1.0 |
| 1127 | 2025-04-30T20:11:49.150Z | Downloaded rand_xorshift v0.3.0 |
| 1128 | 2025-04-30T20:11:49.150Z | Downloaded progenitor-macro v0.8.0 |
| 1129 | 2025-04-30T20:11:49.150Z | Downloaded icu_normalizer v1.5.0 |
| 1130 | 2025-04-30T20:11:49.150Z | Downloaded constant_time_eq v0.3.1 |
| 1131 | 2025-04-30T20:11:49.150Z | Downloaded cmake v0.1.51 |
| 1132 | 2025-04-30T20:11:49.150Z | Downloaded bit-vec v0.6.3 |
| 1133 | 2025-04-30T20:11:49.150Z | Downloaded arrayvec v0.7.6 |
| 1134 | 2025-04-30T20:11:49.152Z | Downloaded colored v2.2.0 |
| 1135 | 2025-04-30T20:11:49.152Z | Downloaded signal-hook-mio v0.2.4 |
| 1136 | 2025-04-30T20:11:49.152Z | Downloaded sec1 v0.7.3 |
| 1137 | 2025-04-30T20:11:49.152Z | Downloaded scrypt v0.11.0 |
| 1138 | 2025-04-30T20:11:49.152Z | Downloaded scopeguard v1.2.0 |
| 1139 | 2025-04-30T20:11:49.152Z | Downloaded indicatif v0.17.11 |
| 1140 | 2025-04-30T20:11:49.152Z | Downloaded crc32fast v1.4.2 |
| 1141 | 2025-04-30T20:11:49.152Z | Downloaded multer v3.1.0 |
| 1142 | 2025-04-30T20:11:49.196Z | Downloaded mime_guess v2.0.5 |
| 1143 | 2025-04-30T20:11:49.196Z | Downloaded lockfree-object-pool v0.1.6 |
| 1144 | 2025-04-30T20:11:49.196Z | Downloaded litrs v0.4.1 |
| 1145 | 2025-04-30T20:11:49.196Z | Downloaded indoc v1.0.9 |
| 1146 | 2025-04-30T20:11:49.196Z | Downloaded icu_properties v1.5.1 |
| 1147 | 2025-04-30T20:11:49.196Z | Downloaded icu_normalizer_data v1.5.0 |
| 1148 | 2025-04-30T20:11:49.196Z | Downloaded chacha20 v0.9.1 |
| 1149 | 2025-04-30T20:11:49.196Z | Downloaded castaway v0.2.3 |
| 1150 | 2025-04-30T20:11:49.196Z | Downloaded cargo_metadata v0.18.1 |
| 1151 | 2025-04-30T20:11:49.196Z | Downloaded async-bb8-diesel v0.2.1 |
| 1152 | 2025-04-30T20:11:49.196Z | Downloaded bzip2 v0.4.4 |
| 1153 | 2025-04-30T20:11:49.196Z | Downloaded block-padding v0.3.3 |
| 1154 | 2025-04-30T20:11:49.196Z | Downloaded resolv-conf v0.7.0 |
| 1155 | 2025-04-30T20:11:49.196Z | Downloaded indexmap v1.9.3 |
| 1156 | 2025-04-30T20:11:49.196Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1157 | 2025-04-30T20:11:49.196Z | Downloaded backoff v0.4.0 |
| 1158 | 2025-04-30T20:11:49.196Z | Downloaded maybe-uninit v2.0.0 |
| 1159 | 2025-04-30T20:11:49.196Z | Downloaded managed v0.8.0 |
| 1160 | 2025-04-30T20:11:49.196Z | Downloaded lock_api v0.4.12 |
| 1161 | 2025-04-30T20:11:49.196Z | Downloaded is-terminal v0.4.13 |
| 1162 | 2025-04-30T20:11:49.197Z | Downloaded indoc v2.0.6 |
| 1163 | 2025-04-30T20:11:49.237Z | Downloaded buf-list v1.0.3 |
| 1164 | 2025-04-30T20:11:49.237Z | Downloaded mime v0.3.17 |
| 1165 | 2025-04-30T20:11:49.237Z | Downloaded maplit v1.0.2 |
| 1166 | 2025-04-30T20:11:49.237Z | Downloaded libsw-core v0.3.1 |
| 1167 | 2025-04-30T20:11:49.237Z | Downloaded assert_matches v1.5.0 |
| 1168 | 2025-04-30T20:11:49.237Z | Downloaded http-range v0.1.5 |
| 1169 | 2025-04-30T20:11:49.237Z | Downloaded hmac v0.12.1 |
| 1170 | 2025-04-30T20:11:49.237Z | Downloaded crossbeam-deque v0.8.5 |
| 1171 | 2025-04-30T20:11:49.237Z | Downloaded chrono-tz-build v0.4.0 |
| 1172 | 2025-04-30T20:11:49.237Z | Downloaded bitfield-struct v0.6.2 |
| 1173 | 2025-04-30T20:11:49.237Z | Downloaded ascii-canvas v3.0.0 |
| 1174 | 2025-04-30T20:11:49.237Z | Downloaded icu_locid_transform v1.5.0 |
| 1175 | 2025-04-30T20:11:49.237Z | Downloaded icu_locid v1.5.0 |
| 1176 | 2025-04-30T20:11:49.237Z | Downloaded httparse v1.9.5 |
| 1177 | 2025-04-30T20:11:49.238Z | Downloaded home v0.5.9 |
| 1178 | 2025-04-30T20:11:49.238Z | Downloaded convert_case v0.4.0 |
| 1179 | 2025-04-30T20:11:49.238Z | Downloaded aws-lc-sys v0.26.0 |
| 1180 | 2025-04-30T20:11:49.468Z | Downloaded cipher v0.4.4 |
| 1181 | 2025-04-30T20:11:49.509Z | Downloaded bcs v0.1.6 |
| 1182 | 2025-04-30T20:11:49.509Z | Downloaded base64ct v1.6.0 |
| 1183 | 2025-04-30T20:11:49.509Z | Downloaded async-trait v0.1.88 |
| 1184 | 2025-04-30T20:11:49.509Z | Downloaded multimap v0.10.0 |
| 1185 | 2025-04-30T20:11:49.509Z | Downloaded md5 v0.7.0 |
| 1186 | 2025-04-30T20:11:49.509Z | Downloaded litemap v0.7.3 |
| 1187 | 2025-04-30T20:11:49.509Z | Downloaded libefi-sys v0.1.0 |
| 1188 | 2025-04-30T20:11:49.510Z | Downloaded lazy_static v1.5.0 |
| 1189 | 2025-04-30T20:11:49.510Z | Downloaded jobserver v0.1.32 |
| 1190 | 2025-04-30T20:11:49.510Z | Downloaded ipnet v2.11.0 |
| 1191 | 2025-04-30T20:11:49.510Z | Downloaded idna_adapter v1.2.0 |
| 1192 | 2025-04-30T20:11:49.510Z | Downloaded iana-time-zone v0.1.63 |
| 1193 | 2025-04-30T20:11:49.510Z | Downloaded hyper-rustls v0.27.3 |
| 1194 | 2025-04-30T20:11:49.510Z | Downloaded crc-catalog v2.4.0 |
| 1195 | 2025-04-30T20:11:49.510Z | Downloaded crc v3.2.1 |
| 1196 | 2025-04-30T20:11:49.510Z | Downloaded bitfield v0.14.0 |
| 1197 | 2025-04-30T20:11:49.510Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1198 | 2025-04-30T20:11:49.510Z | Downloaded lru-cache v0.1.2 |
| 1199 | 2025-04-30T20:11:49.510Z | Downloaded lazycell v1.3.0 |
| 1200 | 2025-04-30T20:11:49.510Z | Downloaded keccak v0.1.5 |
| 1201 | 2025-04-30T20:11:49.510Z | Downloaded instability v0.3.2 |
| 1202 | 2025-04-30T20:11:49.510Z | Downloaded httpdate v1.0.3 |
| 1203 | 2025-04-30T20:11:49.550Z | Downloaded blowfish v0.9.1 |
| 1204 | 2025-04-30T20:11:49.550Z | Downloaded base16ct v0.2.0 |
| 1205 | 2025-04-30T20:11:49.550Z | Downloaded arrayref v0.3.9 |
| 1206 | 2025-04-30T20:11:49.550Z | Downloaded nanorand v0.7.0 |
| 1207 | 2025-04-30T20:11:49.550Z | Downloaded memoffset v0.9.1 |
| 1208 | 2025-04-30T20:11:49.550Z | Downloaded linked-hash-map v0.5.6 |
| 1209 | 2025-04-30T20:11:49.550Z | Downloaded lalrpop-util v0.19.12 |
| 1210 | 2025-04-30T20:11:49.550Z | Downloaded kstat-rs v0.2.4 |
| 1211 | 2025-04-30T20:11:49.550Z | Downloaded ipnetwork v0.21.1 |
| 1212 | 2025-04-30T20:11:49.550Z | Downloaded internet-checksum v0.2.1 |
| 1213 | 2025-04-30T20:11:49.552Z | Downloaded inout v0.1.3 |
| 1214 | 2025-04-30T20:11:49.552Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1215 | 2025-04-30T20:11:49.552Z | Downloaded ident_case v1.0.1 |
| 1216 | 2025-04-30T20:11:49.552Z | Downloaded http-body-util v0.1.3 |
| 1217 | 2025-04-30T20:11:49.552Z | Downloaded hostname v0.3.1 |
| 1218 | 2025-04-30T20:11:49.552Z | Downloaded cassowary v0.3.0 |
| 1219 | 2025-04-30T20:11:49.552Z | Downloaded hubpack v0.1.2 |
| 1220 | 2025-04-30T20:11:49.552Z | Downloaded hostname v0.4.0 |
| 1221 | 2025-04-30T20:11:49.552Z | Downloaded highway v1.3.0 |
| 1222 | 2025-04-30T20:11:49.552Z | Downloaded cobs v0.2.3 |
| 1223 | 2025-04-30T20:11:49.552Z | Downloaded cbc v0.1.2 |
| 1224 | 2025-04-30T20:11:49.552Z | Downloaded atomic-waker v1.1.2 |
| 1225 | 2025-04-30T20:11:49.552Z | Downloaded array-init v0.0.4 |
| 1226 | 2025-04-30T20:11:49.552Z | Downloaded linear-map v1.2.0 |
| 1227 | 2025-04-30T20:11:49.553Z | Downloaded instant v0.1.13 |
| 1228 | 2025-04-30T20:11:49.553Z | Downloaded hyper-tls v0.6.0 |
| 1229 | 2025-04-30T20:11:49.553Z | Downloaded headers-core v0.3.0 |
| 1230 | 2025-04-30T20:11:49.553Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1231 | 2025-04-30T20:11:49.553Z | Downloaded async-recursion v1.1.1 |
| 1232 | 2025-04-30T20:11:49.593Z | Downloaded bit-set v0.5.3 |
| 1233 | 2025-04-30T20:11:49.688Z | Compiling serde v1.0.219 |
| 1234 | 2025-04-30T20:11:49.728Z | Compiling value-bag v1.9.0 |
| 1235 | 2025-04-30T20:11:49.728Z | Compiling shlex v1.3.0 |
| 1236 | 2025-04-30T20:11:49.728Z | Compiling lock_api v0.4.12 |
| 1237 | 2025-04-30T20:11:49.728Z | Compiling scopeguard v1.2.0 |
| 1238 | 2025-04-30T20:11:49.728Z | Compiling typenum v1.17.0 |
| 1239 | 2025-04-30T20:11:49.768Z | Compiling syn v2.0.98 |
| 1240 | 2025-04-30T20:11:49.768Z | Compiling getrandom v0.2.15 |
| 1241 | 2025-04-30T20:11:49.931Z | Compiling jobserver v0.1.32 |
| 1242 | 2025-04-30T20:11:50.078Z | Compiling rand_core v0.6.4 |
| 1243 | 2025-04-30T20:11:50.120Z | Compiling log v0.4.22 |
| 1244 | 2025-04-30T20:11:50.244Z | Compiling generic-array v0.14.7 |
| 1245 | 2025-04-30T20:11:50.284Z | Compiling smallvec v1.14.0 |
| 1246 | 2025-04-30T20:11:50.377Z | Compiling cc v1.2.15 |
| 1247 | 2025-04-30T20:11:50.662Z | Compiling subtle v2.6.1 |
| 1248 | 2025-04-30T20:11:50.703Z | Compiling const-oid v0.9.6 |
| 1249 | 2025-04-30T20:11:50.703Z | Compiling stable_deref_trait v1.2.0 |
| 1250 | 2025-04-30T20:11:50.788Z | Compiling pkg-config v0.3.31 |
| 1251 | 2025-04-30T20:11:50.828Z | Compiling parking_lot_core v0.9.10 |
| 1252 | 2025-04-30T20:11:50.925Z | Compiling pin-project-lite v0.2.14 |
| 1253 | 2025-04-30T20:11:50.965Z | Compiling rustix v0.38.37 |
| 1254 | 2025-04-30T20:11:51.073Z | Compiling signal-hook-registry v1.4.2 |
| 1255 | 2025-04-30T20:11:51.694Z | Compiling parking_lot v0.12.3 |
| 1256 | 2025-04-30T20:11:51.735Z | Compiling spin v0.9.8 |
| 1257 | 2025-04-30T20:11:51.735Z | Compiling mio v1.0.2 |
| 1258 | 2025-04-30T20:11:51.775Z | Compiling futures-core v0.3.31 |
| 1259 | 2025-04-30T20:11:51.906Z | Compiling aho-corasick v1.1.3 |
| 1260 | 2025-04-30T20:11:52.017Z | Compiling serde_json v1.0.140 |
| 1261 | 2025-04-30T20:11:52.078Z | Compiling either v1.14.0 |
| 1262 | 2025-04-30T20:11:52.252Z | Compiling libm v0.2.8 |
| 1263 | 2025-04-30T20:11:52.308Z | Compiling cpufeatures v0.2.14 |
| 1264 | 2025-04-30T20:11:52.421Z | Compiling regex-syntax v0.8.5 |
| 1265 | 2025-04-30T20:11:52.461Z | Compiling writeable v0.5.5 |
| 1266 | 2025-04-30T20:11:52.461Z | Compiling litemap v0.7.3 |
| 1267 | 2025-04-30T20:11:52.603Z | Compiling socket2 v0.5.9 |
| 1268 | 2025-04-30T20:11:52.676Z | Compiling slab v0.4.9 |
| 1269 | 2025-04-30T20:11:52.824Z | Compiling num-traits v0.2.19 |
| 1270 | 2025-04-30T20:11:52.941Z | Compiling glob v0.3.2 |
| 1271 | 2025-04-30T20:11:53.557Z | Compiling futures-sink v0.3.31 |
| 1272 | 2025-04-30T20:11:53.597Z | Compiling getrandom v0.3.1 |
| 1273 | 2025-04-30T20:11:53.723Z | Compiling prettyplease v0.2.30 |
| 1274 | 2025-04-30T20:11:53.784Z | Compiling icu_locid_transform_data v1.5.0 |
| 1275 | 2025-04-30T20:11:53.863Z | Compiling clang-sys v1.8.1 |
| 1276 | 2025-04-30T20:11:54.042Z | Compiling lazy_static v1.5.0 |
| 1277 | 2025-04-30T20:11:54.195Z | Compiling minimal-lexical v0.2.1 |
| 1278 | 2025-04-30T20:11:54.235Z | Compiling foldhash v0.1.3 |
| 1279 | 2025-04-30T20:11:54.427Z | Compiling icu_properties_data v1.5.0 |
| 1280 | 2025-04-30T20:11:54.497Z | Compiling allocator-api2 v0.2.18 |
| 1281 | 2025-04-30T20:11:54.642Z | Compiling nom v7.1.3 |
| 1282 | 2025-04-30T20:11:54.682Z | Compiling libloading v0.8.5 |
| 1283 | 2025-04-30T20:11:54.910Z | Compiling bindgen v0.69.5 |
| 1284 | 2025-04-30T20:11:55.005Z | Compiling utf16_iter v1.0.5 |
| 1285 | 2025-04-30T20:11:55.151Z | Compiling hashbrown v0.15.1 |
| 1286 | 2025-04-30T20:11:55.238Z | Compiling home v0.5.9 |
| 1287 | 2025-04-30T20:11:55.484Z | Compiling base64ct v1.6.0 |
| 1288 | 2025-04-30T20:11:55.633Z | Compiling regex-automata v0.4.8 |
| 1289 | 2025-04-30T20:11:55.727Z | Compiling utf8_iter v1.0.4 |
| 1290 | 2025-04-30T20:11:55.841Z | Compiling percent-encoding v2.3.1 |
| 1291 | 2025-04-30T20:11:55.998Z | Compiling write16 v1.0.0 |
| 1292 | 2025-04-30T20:11:56.070Z | Compiling icu_normalizer_data v1.5.0 |
| 1293 | 2025-04-30T20:11:56.178Z | Compiling synstructure v0.13.1 |
| 1294 | 2025-04-30T20:11:56.228Z | Compiling pem-rfc7468 v0.7.0 |
| 1295 | 2025-04-30T20:11:56.903Z | Compiling itertools v0.12.1 |
| 1296 | 2025-04-30T20:11:57.477Z | Compiling cexpr v0.6.0 |
| 1297 | 2025-04-30T20:11:57.517Z | Compiling lazycell v1.3.0 |
| 1298 | 2025-04-30T20:11:57.596Z | Compiling flagset v0.4.6 |
| 1299 | 2025-04-30T20:11:57.697Z | Compiling rustc-hash v1.1.0 |
| 1300 | 2025-04-30T20:11:57.813Z | Compiling futures-channel v0.3.31 |
| 1301 | 2025-04-30T20:11:57.853Z | Compiling cmake v0.1.51 |
| 1302 | 2025-04-30T20:11:58.191Z | Compiling fs_extra v1.3.0 |
| 1303 | 2025-04-30T20:11:58.597Z | Compiling futures-io v0.3.31 |
| 1304 | 2025-04-30T20:11:58.701Z | Compiling pin-utils v0.1.0 |
| 1305 | 2025-04-30T20:11:58.749Z | Compiling dunce v1.0.5 |
| 1306 | 2025-04-30T20:11:58.810Z | Compiling futures-task v0.3.31 |
| 1307 | 2025-04-30T20:11:58.856Z | Compiling form_urlencoded v1.2.1 |
| 1308 | 2025-04-30T20:11:58.895Z | Compiling paste v1.0.15 |
| 1309 | 2025-04-30T20:11:58.935Z | Compiling vcpkg v0.2.15 |
| 1310 | 2025-04-30T20:11:59.083Z | Compiling crossbeam-utils v0.8.21 |
| 1311 | 2025-04-30T20:11:59.157Z | Compiling ring v0.17.11 |
| 1312 | 2025-04-30T20:11:59.430Z | Compiling tracing-core v0.1.32 |
| 1313 | 2025-04-30T20:11:59.581Z | Compiling aws-lc-rs v1.12.4 |
| 1314 | 2025-04-30T20:11:59.957Z | Compiling regex v1.11.1 |
| 1315 | 2025-04-30T20:12:00.063Z | Compiling zerocopy v0.8.10 |
| 1316 | 2025-04-30T20:12:00.294Z | Compiling iana-time-zone v0.1.63 |
| 1317 | 2025-04-30T20:12:00.365Z | Compiling openssl-sys v0.9.107 |
| 1318 | 2025-04-30T20:12:00.518Z | Compiling serde_derive v1.0.219 |
| 1319 | 2025-04-30T20:12:00.637Z | Compiling zeroize_derive v1.4.2 |
| 1320 | 2025-04-30T20:12:00.735Z | Compiling zerofrom-derive v0.1.4 |
| 1321 | 2025-04-30T20:12:00.805Z | Compiling yoke-derive v0.7.4 |
| 1322 | 2025-04-30T20:12:01.280Z | Compiling zerovec-derive v0.10.3 |
| 1323 | 2025-04-30T20:12:01.831Z | Compiling zeroize v1.8.1 |
| 1324 | 2025-04-30T20:12:02.989Z | Compiling displaydoc v0.2.5 |
| 1325 | 2025-04-30T20:12:03.146Z | Compiling zerocopy-derive v0.7.35 |
| 1326 | 2025-04-30T20:12:03.265Z | Compiling crypto-common v0.1.6 |
| 1327 | 2025-04-30T20:12:03.304Z | Compiling block-buffer v0.10.4 |
| 1328 | 2025-04-30T20:12:03.554Z | Compiling tokio-macros v2.5.0 |
| 1329 | 2025-04-30T20:12:03.618Z | Compiling digest v0.10.7 |
| 1330 | 2025-04-30T20:12:03.682Z | Compiling zerofrom v0.1.4 |
| 1331 | 2025-04-30T20:12:03.896Z | Compiling yoke v0.7.4 |
| 1332 | 2025-04-30T20:12:04.044Z | Compiling hmac v0.12.1 |
| 1333 | 2025-04-30T20:12:04.240Z | Compiling zerovec v0.10.4 |
| 1334 | 2025-04-30T20:12:04.301Z | Compiling icu_provider_macros v1.5.0 |
| 1335 | 2025-04-30T20:12:04.350Z | Compiling block-padding v0.3.3 |
| 1336 | 2025-04-30T20:12:04.603Z | Compiling inout v0.1.3 |
| 1337 | 2025-04-30T20:12:04.813Z | Compiling sha2 v0.10.8 |
| 1338 | 2025-04-30T20:12:04.861Z | Compiling zerocopy v0.7.35 |
| 1339 | 2025-04-30T20:12:04.900Z | Compiling cipher v0.4.4 |
| 1340 | 2025-04-30T20:12:05.195Z | Compiling der_derive v0.7.3 |
| 1341 | 2025-04-30T20:12:05.195Z | Compiling thiserror-impl v1.0.69 |
| 1342 | 2025-04-30T20:12:05.234Z | Compiling futures-macro v0.3.31 |
| 1343 | 2025-04-30T20:12:05.362Z | Compiling salsa20 v0.10.2 |
| 1344 | 2025-04-30T20:12:05.576Z | Compiling pbkdf2 v0.12.2 |
| 1345 | 2025-04-30T20:12:05.742Z | Compiling tinystr v0.7.6 |
| 1346 | 2025-04-30T20:12:05.981Z | Compiling icu_collections v1.5.0 |
| 1347 | 2025-04-30T20:12:06.021Z | Compiling ppv-lite86 v0.2.20 |
| 1348 | 2025-04-30T20:12:06.091Z | Compiling icu_locid v1.5.0 |
| 1349 | 2025-04-30T20:12:06.665Z | Compiling scrypt v0.11.0 |
| 1350 | 2025-04-30T20:12:06.718Z | Compiling futures-util v0.3.31 |
| 1351 | 2025-04-30T20:12:07.008Z | Compiling der v0.7.9 |
| 1352 | 2025-04-30T20:12:07.104Z | Compiling icu_provider v1.5.0 |
| 1353 | 2025-04-30T20:12:07.143Z | Compiling cbc v0.1.2 |
| 1354 | 2025-04-30T20:12:07.355Z | Compiling aes v0.8.4 |
| 1355 | 2025-04-30T20:12:07.531Z | Compiling tracing-attributes v0.1.27 |
| 1356 | 2025-04-30T20:12:07.598Z | Compiling thiserror v1.0.69 |
| 1357 | 2025-04-30T20:12:07.750Z | Compiling icu_locid_transform v1.5.0 |
| 1358 | 2025-04-30T20:12:07.825Z | Compiling pest v2.7.14 |
| 1359 | 2025-04-30T20:12:08.000Z | Compiling zerocopy-derive v0.8.10 |
| 1360 | 2025-04-30T20:12:09.462Z | Compiling icu_properties v1.5.1 |
| 1361 | 2025-04-30T20:12:09.561Z | Compiling spki v0.7.3 |
| 1362 | 2025-04-30T20:12:09.717Z | Compiling scroll_derive v0.12.0 |
| 1363 | 2025-04-30T20:12:09.896Z | Compiling pkcs5 v0.7.1 |
| 1364 | 2025-04-30T20:12:10.123Z | Compiling pest_meta v2.7.14 |
| 1365 | 2025-04-30T20:12:10.196Z | Compiling tracing v0.1.40 |
| 1366 | 2025-04-30T20:12:10.636Z | Compiling pkcs8 v0.10.2 |
| 1367 | 2025-04-30T20:12:10.797Z | Compiling rustls-pki-types v1.10.0 |
| 1368 | 2025-04-30T20:12:10.838Z | Compiling httparse v1.9.5 |
| 1369 | 2025-04-30T20:12:11.142Z | Compiling bitflags v2.9.0 |
| 1370 | 2025-04-30T20:12:11.184Z | Compiling bytes v1.10.1 |
| 1371 | 2025-04-30T20:12:11.262Z | Compiling semver v1.0.25 |
| 1372 | 2025-04-30T20:12:11.537Z | Compiling indexmap v2.7.1 |
| 1373 | 2025-04-30T20:12:11.623Z | Compiling uuid v1.16.0 |
| 1374 | 2025-04-30T20:12:11.865Z | Compiling rustc_version v0.4.1 |
| 1375 | 2025-04-30T20:12:12.432Z | Compiling tokio v1.43.1 |
| 1376 | 2025-04-30T20:12:12.474Z | Compiling http v1.2.0 |
| 1377 | 2025-04-30T20:12:12.662Z | Compiling icu_normalizer v1.5.0 |
| 1378 | 2025-04-30T20:12:12.840Z | Compiling chrono v0.4.40 |
| 1379 | 2025-04-30T20:12:13.304Z | Compiling tinyvec_macros v0.1.1 |
| 1380 | 2025-04-30T20:12:13.441Z | Compiling idna_adapter v1.2.0 |
| 1381 | 2025-04-30T20:12:13.658Z | Compiling idna v1.0.3 |
| 1382 | 2025-04-30T20:12:13.739Z | Compiling http-body v1.0.1 |
| 1383 | 2025-04-30T20:12:13.806Z | Compiling tinyvec v1.8.0 |
| 1384 | 2025-04-30T20:12:14.040Z | Compiling pest_generator v2.7.14 |
| 1385 | 2025-04-30T20:12:14.125Z | Compiling scroll v0.12.0 |
| 1386 | 2025-04-30T20:12:14.340Z | Compiling url v2.5.3 |
| 1387 | 2025-04-30T20:12:14.599Z | Compiling which v4.4.2 |
| 1388 | 2025-04-30T20:12:15.093Z | Compiling serde_derive_internals v0.29.1 |
| 1389 | 2025-04-30T20:12:15.284Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1390 | 2025-04-30T20:12:15.469Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1391 | 2025-04-30T20:12:15.619Z | Compiling foreign-types-shared v0.1.1 |
| 1392 | 2025-04-30T20:12:15.720Z | Compiling try-lock v0.2.5 |
| 1393 | 2025-04-30T20:12:15.762Z | Compiling num-conv v0.1.0 |
| 1394 | 2025-04-30T20:12:15.829Z | Compiling untrusted v0.9.0 |
| 1395 | 2025-04-30T20:12:15.891Z | Compiling powerfmt v0.2.0 |
| 1396 | 2025-04-30T20:12:16.027Z | Compiling schemars v0.8.22 |
| 1397 | 2025-04-30T20:12:16.067Z | Compiling adler2 v2.0.0 |
| 1398 | 2025-04-30T20:12:16.125Z | Compiling untrusted v0.7.1 |
| 1399 | 2025-04-30T20:12:16.259Z | Compiling rustversion v1.0.17 |
| 1400 | 2025-04-30T20:12:16.300Z | Compiling openssl v0.10.72 |
| 1401 | 2025-04-30T20:12:16.339Z | Compiling time-core v0.1.2 |
| 1402 | 2025-04-30T20:12:16.379Z | Compiling atomic-waker v1.1.2 |
| 1403 | 2025-04-30T20:12:16.511Z | Compiling time-macros v0.2.18 |
| 1404 | 2025-04-30T20:12:16.571Z | Compiling goblin v0.8.2 |
| 1405 | 2025-04-30T20:12:16.695Z | Compiling miniz_oxide v0.8.5 |
| 1406 | 2025-04-30T20:12:16.931Z | Compiling deranged v0.3.11 |
| 1407 | 2025-04-30T20:12:16.984Z | Compiling schemars_derive v0.8.22 |
| 1408 | 2025-04-30T20:12:17.589Z | Compiling rand_core v0.9.2 |
| 1409 | 2025-04-30T20:12:18.080Z | Compiling want v0.3.1 |
| 1410 | 2025-04-30T20:12:18.361Z | Compiling foreign-types v0.3.2 |
| 1411 | 2025-04-30T20:12:18.834Z | Compiling pest_derive v2.7.14 |
| 1412 | 2025-04-30T20:12:19.428Z | Compiling tokio-util v0.7.13 |
| 1413 | 2025-04-30T20:12:20.037Z | Compiling openssl-macros v0.1.1 |
| 1414 | 2025-04-30T20:12:20.661Z | Compiling h2 v0.4.6 |
| 1415 | 2025-04-30T20:12:20.736Z | Compiling num_threads v0.1.7 |
| 1416 | 2025-04-30T20:12:20.900Z | Compiling syn v1.0.109 |
| 1417 | 2025-04-30T20:12:20.980Z | Compiling tower-service v0.3.3 |
| 1418 | 2025-04-30T20:12:21.153Z | Compiling httpdate v1.0.3 |
| 1419 | 2025-04-30T20:12:21.480Z | Compiling rustls v0.23.19 |
| 1420 | 2025-04-30T20:12:21.617Z | Compiling dyn-clone v1.0.19 |
| 1421 | 2025-04-30T20:12:21.708Z | Compiling native-tls v0.2.12 |
| 1422 | 2025-04-30T20:12:21.831Z | Compiling dof v0.3.0 |
| 1423 | 2025-04-30T20:12:22.225Z | Compiling time v0.3.36 |
| 1424 | 2025-04-30T20:12:23.756Z | Compiling dtrace-parser v0.2.0 |
| 1425 | 2025-04-30T20:12:24.230Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2025-04-30T20:12:25.292Z | Compiling unicode-normalization v0.1.24 |
| 1427 | 2025-04-30T20:12:25.675Z | Compiling heapless v0.7.17 |
| 1428 | 2025-04-30T20:12:25.746Z | Compiling crossbeam-epoch v0.9.18 |
| 1429 | 2025-04-30T20:12:26.026Z | Compiling rand_chacha v0.3.1 |
| 1430 | 2025-04-30T20:12:26.067Z | Compiling signature v2.2.0 |
| 1431 | 2025-04-30T20:12:26.116Z | Compiling crc32fast v1.4.2 |
| 1432 | 2025-04-30T20:12:26.358Z | Compiling cookie v0.18.1 |
| 1433 | 2025-04-30T20:12:26.398Z | Compiling base64 v0.22.1 |
| 1434 | 2025-04-30T20:12:26.440Z | Compiling unicode-bidi v0.3.17 |
| 1435 | 2025-04-30T20:12:26.650Z | Compiling hyper v1.6.0 |
| 1436 | 2025-04-30T20:12:26.981Z | Compiling zstd-safe v7.2.3 |
| 1437 | 2025-04-30T20:12:27.279Z | Compiling openssl-probe v0.1.5 |
| 1438 | 2025-04-30T20:12:27.458Z | Compiling siphasher v0.3.11 |
| 1439 | 2025-04-30T20:12:27.576Z | Compiling unicode-properties v0.1.3 |
| 1440 | 2025-04-30T20:12:27.783Z | Compiling slog v2.7.0 |
| 1441 | 2025-04-30T20:12:27.823Z | Compiling signal-hook v0.3.17 |
| 1442 | 2025-04-30T20:12:27.930Z | Compiling rayon-core v1.12.1 |
| 1443 | 2025-04-30T20:12:28.219Z | Compiling stringprep v0.1.5 |
| 1444 | 2025-04-30T20:12:28.357Z | Compiling phf_shared v0.11.2 |
| 1445 | 2025-04-30T20:12:28.690Z | Compiling rand v0.8.5 |
| 1446 | 2025-04-30T20:12:28.772Z | Compiling hyper-util v0.1.11 |
| 1447 | 2025-04-30T20:12:28.829Z | Compiling crossbeam-deque v0.8.5 |
| 1448 | 2025-04-30T20:12:29.141Z | Compiling usdt-impl v0.5.0 |
| 1449 | 2025-04-30T20:12:29.241Z | Compiling rand v0.9.0 |
| 1450 | 2025-04-30T20:12:29.827Z | Compiling curve25519-dalek v4.1.3 |
| 1451 | 2025-04-30T20:12:29.867Z | Compiling toml_datetime v0.6.8 |
| 1452 | 2025-04-30T20:12:30.276Z | Compiling serde_spanned v0.6.8 |
| 1453 | 2025-04-30T20:12:30.316Z | Compiling serde_tokenstream v0.2.2 |
| 1454 | 2025-04-30T20:12:30.426Z | Compiling md-5 v0.10.6 |
| 1455 | 2025-04-30T20:12:30.470Z | Compiling num-integer v0.1.46 |
| 1456 | 2025-04-30T20:12:30.528Z | Compiling ff v0.13.0 |
| 1457 | 2025-04-30T20:12:30.689Z | Compiling hash32 v0.2.1 |
| 1458 | 2025-04-30T20:12:30.729Z | Compiling memoffset v0.9.1 |
| 1459 | 2025-04-30T20:12:30.768Z | Compiling cfg_aliases v0.2.1 |
| 1460 | 2025-04-30T20:12:30.820Z | Compiling fallible-iterator v0.2.0 |
| 1461 | 2025-04-30T20:12:30.878Z | Compiling gimli v0.31.1 |
| 1462 | 2025-04-30T20:12:30.988Z | Compiling litrs v0.4.1 |
| 1463 | 2025-04-30T20:12:31.028Z | Compiling smoltcp v0.9.1 |
| 1464 | 2025-04-30T20:12:31.101Z | Compiling num-bigint-dig v0.8.4 |
| 1465 | 2025-04-30T20:12:31.192Z | Compiling portable-atomic v1.11.0 |
| 1466 | 2025-04-30T20:12:31.392Z | Compiling psl-types v2.0.11 |
| 1467 | 2025-04-30T20:12:31.432Z | Compiling newtype-uuid v1.2.1 |
| 1468 | 2025-04-30T20:12:31.560Z | Compiling base16ct v0.2.0 |
| 1469 | 2025-04-30T20:12:31.630Z | Compiling publicsuffix v2.3.0 |
| 1470 | 2025-04-30T20:12:31.766Z | Compiling postgres-protocol v0.6.8 |
| 1471 | 2025-04-30T20:12:31.876Z | Compiling sec1 v0.7.3 |
| 1472 | 2025-04-30T20:12:31.938Z | Compiling document-features v0.2.10 |
| 1473 | 2025-04-30T20:12:32.129Z | Compiling num-iter v0.1.45 |
| 1474 | 2025-04-30T20:12:32.326Z | Compiling nix v0.29.0 |
| 1475 | 2025-04-30T20:12:32.387Z | Compiling group v0.13.0 |
| 1476 | 2025-04-30T20:12:33.012Z | Compiling tokio-native-tls v0.3.1 |
| 1477 | 2025-04-30T20:12:33.321Z | Compiling flate2 v1.1.1 |
| 1478 | 2025-04-30T20:12:33.710Z | Compiling ipnetwork v0.21.1 |
| 1479 | 2025-04-30T20:12:33.799Z | Compiling terminal_size v0.4.0 |
| 1480 | 2025-04-30T20:12:33.981Z | Compiling http-body-util v0.1.3 |
| 1481 | 2025-04-30T20:12:34.021Z | Compiling webpki-roots v0.26.6 |
| 1482 | 2025-04-30T20:12:34.079Z | Compiling hkdf v0.12.4 |
| 1483 | 2025-04-30T20:12:34.148Z | Compiling crypto-bigint v0.5.5 |
| 1484 | 2025-04-30T20:12:34.218Z | Compiling async-trait v0.1.88 |
| 1485 | 2025-04-30T20:12:34.357Z | Compiling addr2line v0.24.2 |
| 1486 | 2025-04-30T20:12:34.429Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1487 | 2025-04-30T20:12:34.470Z | Compiling zerocopy-derive v0.6.6 |
| 1488 | 2025-04-30T20:12:35.279Z | Compiling sync_wrapper v1.0.1 |
| 1489 | 2025-04-30T20:12:35.319Z | Compiling object v0.36.5 |
| 1490 | 2025-04-30T20:12:35.319Z | Compiling fs-err v3.1.0 |
| 1491 | 2025-04-30T20:12:35.358Z | Compiling ahash v0.8.11 |
| 1492 | 2025-04-30T20:12:35.597Z | Compiling buf-list v1.0.3 |
| 1493 | 2025-04-30T20:12:35.636Z | Compiling simd-adler32 v0.3.7 |
| 1494 | 2025-04-30T20:12:36.012Z | Compiling managed v0.8.0 |
| 1495 | 2025-04-30T20:12:36.115Z | Compiling rustc-demangle v0.1.24 |
| 1496 | 2025-04-30T20:12:36.155Z | Compiling lockfree-object-pool v0.1.6 |
| 1497 | 2025-04-30T20:12:36.282Z | Compiling bumpalo v3.16.0 |
| 1498 | 2025-04-30T20:12:36.375Z | Compiling ipnet v2.11.0 |
| 1499 | 2025-04-30T20:12:36.420Z | Compiling winnow v0.5.40 |
| 1500 | 2025-04-30T20:12:36.710Z | Compiling unicode-width v0.2.0 |
| 1501 | 2025-04-30T20:12:36.927Z | Compiling zip v2.6.1 |
| 1502 | 2025-04-30T20:12:37.178Z | Compiling tower-layer v0.3.3 |
| 1503 | 2025-04-30T20:12:37.218Z | Compiling anyhow v1.0.98 |
| 1504 | 2025-04-30T20:12:37.440Z | Compiling tower v0.5.2 |
| 1505 | 2025-04-30T20:12:38.085Z | Compiling clap_builder v4.5.35 |
| 1506 | 2025-04-30T20:12:38.213Z | Compiling strum_macros v0.25.3 |
| 1507 | 2025-04-30T20:12:38.936Z | Compiling console v0.15.10 |
| 1508 | 2025-04-30T20:12:38.976Z | Compiling zopfli v0.8.1 |
| 1509 | 2025-04-30T20:12:39.282Z | Compiling toml_edit v0.19.15 |
| 1510 | 2025-04-30T20:12:39.868Z | Compiling hubpack_derive v0.1.1 |
| 1511 | 2025-04-30T20:12:40.067Z | Compiling elliptic-curve v0.13.8 |
| 1512 | 2025-04-30T20:12:40.387Z | Compiling zerocopy v0.6.6 |
| 1513 | 2025-04-30T20:12:40.586Z | Compiling hubpack v0.1.2 |
| 1514 | 2025-04-30T20:12:40.769Z | Compiling backtrace v0.3.74 |
| 1515 | 2025-04-30T20:12:41.067Z | Compiling hyper-tls v0.6.0 |
| 1516 | 2025-04-30T20:12:41.165Z | Compiling oxnet v0.1.1 |
| 1517 | 2025-04-30T20:12:41.210Z | Compiling signal-hook-mio v0.2.4 |
| 1518 | 2025-04-30T20:12:41.369Z | Compiling rayon v1.10.0 |
| 1519 | 2025-04-30T20:12:41.422Z | Compiling cookie_store v0.21.1 |
| 1520 | 2025-04-30T20:12:41.811Z | Compiling zstd v0.13.3 |
| 1521 | 2025-04-30T20:12:42.298Z | Compiling postgres-types v0.2.9 |
| 1522 | 2025-04-30T20:12:43.727Z | Compiling usdt-macro v0.5.0 |
| 1523 | 2025-04-30T20:12:44.357Z | Compiling usdt-attr-macro v0.5.0 |
| 1524 | 2025-04-30T20:12:44.641Z | Compiling phf v0.11.2 |
| 1525 | 2025-04-30T20:12:44.846Z | Compiling ed25519 v2.2.3 |
| 1526 | 2025-04-30T20:12:44.892Z | Compiling strum_macros v0.26.4 |
| 1527 | 2025-04-30T20:12:45.113Z | Compiling bzip2 v0.5.2 |
| 1528 | 2025-04-30T20:12:45.152Z | Compiling bzip2 v0.4.4 |
| 1529 | 2025-04-30T20:12:45.461Z | Compiling clap_derive v4.5.32 |
| 1530 | 2025-04-30T20:12:45.500Z | Compiling enum-as-inner v0.6.1 |
| 1531 | 2025-04-30T20:12:45.604Z | Compiling rustls-pemfile v2.2.0 |
| 1532 | 2025-04-30T20:12:45.916Z | Compiling futures-executor v0.3.31 |
| 1533 | 2025-04-30T20:12:46.301Z | Compiling pkcs1 v0.7.5 |
| 1534 | 2025-04-30T20:12:46.362Z | Compiling serde_urlencoded v0.7.1 |
| 1535 | 2025-04-30T20:12:46.401Z | Compiling serde-big-array v0.5.1 |
| 1536 | 2025-04-30T20:12:46.604Z | Compiling rfc6979 v0.4.0 |
| 1537 | 2025-04-30T20:12:46.789Z | Compiling daft-derive v0.1.3 |
| 1538 | 2025-04-30T20:12:46.829Z | Compiling serde_repr v0.1.19 |
| 1539 | 2025-04-30T20:12:46.997Z | Compiling bstr v1.10.0 |
| 1540 | 2025-04-30T20:12:47.045Z | Compiling float-cmp v0.10.0 |
| 1541 | 2025-04-30T20:12:47.272Z | Compiling encoding_rs v0.8.34 |
| 1542 | 2025-04-30T20:12:47.683Z | Compiling difflib v0.4.0 |
| 1543 | 2025-04-30T20:12:48.072Z | Compiling mime v0.3.17 |
| 1544 | 2025-04-30T20:12:48.323Z | Compiling number_prefix v0.4.0 |
| 1545 | 2025-04-30T20:12:48.396Z | Compiling data-encoding v2.6.0 |
| 1546 | 2025-04-30T20:12:48.546Z | Compiling whoami v1.5.2 |
| 1547 | 2025-04-30T20:12:48.606Z | Compiling normalize-line-endings v0.3.0 |
| 1548 | 2025-04-30T20:12:48.754Z | Compiling static_assertions v1.1.0 |
| 1549 | 2025-04-30T20:12:48.859Z | Compiling unicode-segmentation v1.12.0 |
| 1550 | 2025-04-30T20:12:48.898Z | Compiling new_debug_unreachable v1.0.6 |
| 1551 | 2025-04-30T20:12:48.938Z | Compiling fixedbitset v0.4.2 |
| 1552 | 2025-04-30T20:12:48.999Z | Compiling precomputed-hash v0.1.1 |
| 1553 | 2025-04-30T20:12:49.070Z | Compiling predicates-core v1.0.8 |
| 1554 | 2025-04-30T20:12:49.148Z | Compiling string_cache v0.8.9 |
| 1555 | 2025-04-30T20:12:49.298Z | Compiling predicates v3.1.3 |
| 1556 | 2025-04-30T20:12:49.371Z | Compiling petgraph v0.6.5 |
| 1557 | 2025-04-30T20:12:49.559Z | Compiling similar v2.7.0 |
| 1558 | 2025-04-30T20:12:49.598Z | Compiling clap v4.5.35 |
| 1559 | 2025-04-30T20:12:49.705Z | Compiling hickory-proto v0.24.4 |
| 1560 | 2025-04-30T20:12:49.956Z | Compiling tokio-postgres v0.7.13 |
| 1561 | 2025-04-30T20:12:50.465Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1562 | 2025-04-30T20:12:50.538Z | Compiling indicatif v0.17.11 |
| 1563 | 2025-04-30T20:12:51.288Z | Compiling strum v0.26.3 |
| 1564 | 2025-04-30T20:12:51.470Z | Compiling daft v0.1.3 |
| 1565 | 2025-04-30T20:12:51.919Z | Compiling toml_edit v0.22.24 |
| 1566 | 2025-04-30T20:12:52.175Z | Compiling usdt v0.5.0 |
| 1567 | 2025-04-30T20:12:52.386Z | Compiling ecdsa v0.16.9 |
| 1568 | 2025-04-30T20:12:52.596Z | Compiling rsa v0.9.6 |
| 1569 | 2025-04-30T20:12:53.073Z | Compiling futures v0.3.31 |
| 1570 | 2025-04-30T20:12:53.187Z | Compiling zip v0.6.6 |
| 1571 | 2025-04-30T20:12:54.286Z | Compiling ed25519-dalek v2.1.1 |
| 1572 | 2025-04-30T20:12:55.459Z | Compiling toml v0.7.8 |
| 1573 | 2025-04-30T20:12:55.729Z | Compiling crossterm v0.28.1 |
| 1574 | 2025-04-30T20:12:56.717Z | Compiling tokio-stream v0.1.17 |
| 1575 | 2025-04-30T20:12:56.841Z | Compiling openapiv3 v2.0.0 |
| 1576 | 2025-04-30T20:12:57.026Z | Compiling x509-cert v0.2.5 |
| 1577 | 2025-04-30T20:12:57.131Z | Compiling sha1 v0.10.6 |
| 1578 | 2025-04-30T20:12:57.498Z | Compiling itertools v0.10.5 |
| 1579 | 2025-04-30T20:12:57.538Z | Compiling dirs-sys-next v0.1.2 |
| 1580 | 2025-04-30T20:12:57.833Z | Compiling unicode-xid v0.2.6 |
| 1581 | 2025-04-30T20:12:58.008Z | Compiling peg-runtime v0.8.5 |
| 1582 | 2025-04-30T20:12:58.049Z | Compiling lalrpop-util v0.19.12 |
| 1583 | 2025-04-30T20:12:58.418Z | Compiling dirs-next v2.0.0 |
| 1584 | 2025-04-30T20:12:58.457Z | Compiling thread_local v1.1.8 |
| 1585 | 2025-04-30T20:12:58.525Z | Compiling slog-async v2.8.0 |
| 1586 | 2025-04-30T20:12:58.612Z | Compiling term v0.7.0 |
| 1587 | 2025-04-30T20:12:58.844Z | Compiling xattr v1.3.1 |
| 1588 | 2025-04-30T20:12:58.887Z | Compiling crossbeam-channel v0.5.15 |
| 1589 | 2025-04-30T20:12:59.026Z | Compiling filetime v0.2.25 |
| 1590 | 2025-04-30T20:12:59.109Z | Compiling is-terminal v0.4.13 |
| 1591 | 2025-04-30T20:12:59.247Z | Compiling take_mut v0.2.2 |
| 1592 | 2025-04-30T20:12:59.305Z | Compiling slog-term v2.9.1 |
| 1593 | 2025-04-30T20:12:59.404Z | Compiling tar v0.4.44 |
| 1594 | 2025-04-30T20:12:59.676Z | Compiling camino v1.1.9 |
| 1595 | 2025-04-30T20:13:04.909Z | Compiling aws-lc-sys v0.26.0 |
| 1596 | 2025-04-30T20:13:37.626Z | Compiling rustls-webpki v0.102.8 |
| 1597 | 2025-04-30T20:13:43.756Z | Compiling tokio-rustls v0.26.0 |
| 1598 | 2025-04-30T20:13:44.107Z | Compiling hyper-rustls v0.27.3 |
| 1599 | 2025-04-30T20:13:44.464Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 1600 | 2025-04-30T20:13:49.038Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1601 | 2025-04-30T20:13:49.440Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1602 | 2025-04-30T20:13:55.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 1603 | 2025-04-30T20:13:55.308Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1604 | 2025-04-30T20:13:55.379Z | Apr 30 20:13:54.406 INFO Starting download, target: Console |
| 1605 | 2025-04-30T20:13:55.379Z | Apr 30 20:13:54.407 INFO Starting download, target: Clickhouse |
| 1606 | 2025-04-30T20:13:55.379Z | Apr 30 20:13:54.407 INFO Starting download, target: DendriteStub |
| 1607 | 2025-04-30T20:13:55.379Z | Apr 30 20:13:54.407 INFO Starting download, target: Cockroach |
| 1608 | 2025-04-30T20:13:55.379Z | Apr 30 20:13:54.407 INFO Starting download, target: MaghemiteMgd |
| 1609 | 2025-04-30T20:13:55.379Z | Apr 30 20:13:54.407 INFO Starting download, target: TransceiverControl |
| 1610 | 2025-04-30T20:13:55.419Z | Apr 30 20:13:54.409 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1611 | 2025-04-30T20:13:55.419Z | Apr 30 20:13:54.409 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1612 | 2025-04-30T20:13:55.419Z | Apr 30 20:13:54.409 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1613 | 2025-04-30T20:13:55.419Z | Apr 30 20:13:54.410 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1614 | 2025-04-30T20:13:55.419Z | Apr 30 20:13:54.410 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1615 | 2025-04-30T20:13:55.419Z | Apr 30 20:13:54.410 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1616 | 2025-04-30T20:13:55.686Z | Apr 30 20:13:54.714 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1617 | 2025-04-30T20:13:56.074Z | Apr 30 20:13:55.087 INFO Download complete, target: Console |
| 1618 | 2025-04-30T20:13:56.432Z | Apr 30 20:13:55.448 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1619 | 2025-04-30T20:13:56.836Z | Apr 30 20:13:55.836 INFO Download complete, target: TransceiverControl |
| 1620 | 2025-04-30T20:13:59.190Z | Apr 30 20:13:58.218 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1621 | 2025-04-30T20:14:02.329Z | Apr 30 20:14:01.357 INFO Download complete, target: DendriteStub |
| 1622 | 2025-04-30T20:14:03.532Z | Apr 30 20:14:02.560 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1623 | 2025-04-30T20:14:03.532Z | Apr 30 20:14:02.560 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1624 | 2025-04-30T20:14:03.572Z | Apr 30 20:14:02.564 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1625 | 2025-04-30T20:14:07.177Z | Apr 30 20:14:06.205 INFO Download complete, target: MaghemiteMgd |
| 1626 | 2025-04-30T20:14:11.313Z | Apr 30 20:14:10.342 INFO Checking that binary works, target: Cockroach |
| 1627 | 2025-04-30T20:14:11.583Z | Apr 30 20:14:10.611 INFO Download complete, target: Cockroach |
| 1628 | 2025-04-30T20:14:16.834Z | Apr 30 20:14:15.863 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1629 | 2025-04-30T20:14:28.610Z | Apr 30 20:14:27.634 INFO Checking that binary works, target: Clickhouse |
| 1630 | 2025-04-30T20:14:28.813Z | Apr 30 20:14:27.840 INFO Download complete, target: Clickhouse |
| 1631 | 2025-04-30T20:14:28.859Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1632 | 2025-04-30T20:14:28.859Z | |
| 1633 | 2025-04-30T20:14:28.860Z | real 5:37.357243415 |
| 1634 | 2025-04-30T20:14:28.861Z | user 14:02.621606374 |
| 1635 | 2025-04-30T20:14:28.861Z | sys 2:23.664721185 |
| 1636 | 2025-04-30T20:14:28.861Z | trap 0.477587191 |
| 1637 | 2025-04-30T20:14:28.861Z | tflt 0.508522761 |
| 1638 | 2025-04-30T20:14:28.862Z | dflt 1.061405637 |
| 1639 | 2025-04-30T20:14:28.862Z | kflt 0.008917412 |
| 1640 | 2025-04-30T20:14:28.862Z | lock 26:20.816448206 |
| 1641 | 2025-04-30T20:14:28.862Z | slp 50:43.176698739 |
| 1642 | 2025-04-30T20:14:28.863Z | lat 1:01.390408356 |
| 1643 | 2025-04-30T20:14:28.863Z | stop 2:22.041535441 |
| 1644 | 2025-04-30T20:14:28.863Z | + banner hack-check |
| 1645 | 2025-04-30T20:14:28.863Z | |
| 1646 | 2025-04-30T20:14:28.863Z | # # ## #### # # #### # # ###### #### # # |
| 1647 | 2025-04-30T20:14:28.863Z | # # # # # # # # # # # # # # # # # |
| 1648 | 2025-04-30T20:14:28.863Z | ###### # # # #### ##### # ###### ##### # #### |
| 1649 | 2025-04-30T20:14:28.864Z | # # ###### # # # # # # # # # # |
| 1650 | 2025-04-30T20:14:28.864Z | # # # # # # # # # # # # # # # # # |
| 1651 | 2025-04-30T20:14:28.864Z | # # # # #### # # #### # # ###### #### # # |
| 1652 | 2025-04-30T20:14:28.864Z | |
| 1653 | 2025-04-30T20:14:28.864Z | + export CARGO_INCREMENTAL=0 |
| 1654 | 2025-04-30T20:14:28.864Z | + CARGO_INCREMENTAL=0 |
| 1655 | 2025-04-30T20:14:28.864Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1656 | 2025-04-30T20:14:29.910Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1657 | 2025-04-30T20:14:30.307Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1658 | 2025-04-30T20:14:33.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 1659 | 2025-04-30T20:14:33.756Z | Running `target/debug/xtask check-features --ci` |
| 1660 | 2025-04-30T20:14:33.797Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1661 | 2025-04-30T20:14:33.797Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1662 | 2025-04-30T20:14:34.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1663 | 2025-04-30T20:14:34.700Z | Running `target/debug/xtask download cargo-hack` |
| 1664 | 2025-04-30T20:14:36.110Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1665 | 2025-04-30T20:14:36.457Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1666 | 2025-04-30T20:14:40.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
| 1667 | 2025-04-30T20:14:40.982Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1668 | 2025-04-30T20:14:41.033Z | Apr 30 20:14:40.062 INFO Starting download, target: CargoHack |
| 1669 | 2025-04-30T20:14:41.073Z | Apr 30 20:14:40.064 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1670 | 2025-04-30T20:14:41.627Z | Apr 30 20:14:40.656 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1671 | 2025-04-30T20:14:41.715Z | Apr 30 20:14:40.744 INFO Download complete, target: CargoHack |
| 1672 | 2025-04-30T20:14:41.754Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1673 | 2025-04-30T20:14:41.755Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1674 | 2025-04-30T20:14:41.998Z | info: running `cargo check --bins` on api_identity (1/214) |
| 1675 | 2025-04-30T20:14:42.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1676 | 2025-04-30T20:14:42.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1677 | 2025-04-30T20:14:42.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1678 | 2025-04-30T20:14:42.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1679 | 2025-04-30T20:14:42.913Z | |
| 1680 | 2025-04-30T20:14:42.913Z | info: running `cargo check --bins` on bootstore (2/214) |
| 1681 | 2025-04-30T20:14:43.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1682 | 2025-04-30T20:14:43.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1683 | 2025-04-30T20:14:43.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1684 | 2025-04-30T20:14:43.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1685 | 2025-04-30T20:14:43.883Z | |
| 1686 | 2025-04-30T20:14:43.883Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/214) |
| 1687 | 2025-04-30T20:14:44.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1688 | 2025-04-30T20:14:44.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1689 | 2025-04-30T20:14:44.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1690 | 2025-04-30T20:14:44.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1691 | 2025-04-30T20:14:44.818Z | |
| 1692 | 2025-04-30T20:14:44.819Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/214) |
| 1693 | 2025-04-30T20:14:45.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1694 | 2025-04-30T20:14:45.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1695 | 2025-04-30T20:14:45.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1696 | 2025-04-30T20:14:45.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1697 | 2025-04-30T20:14:45.759Z | |
| 1698 | 2025-04-30T20:14:45.759Z | info: running `cargo check --bins` on id-map (5/214) |
| 1699 | 2025-04-30T20:14:46.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1700 | 2025-04-30T20:14:46.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1701 | 2025-04-30T20:14:46.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1702 | 2025-04-30T20:14:46.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1703 | 2025-04-30T20:14:46.663Z | |
| 1704 | 2025-04-30T20:14:46.663Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/214) |
| 1705 | 2025-04-30T20:14:47.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1706 | 2025-04-30T20:14:47.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1707 | 2025-04-30T20:14:47.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1708 | 2025-04-30T20:14:47.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1709 | 2025-04-30T20:14:47.375Z | |
| 1710 | 2025-04-30T20:14:47.375Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/214) |
| 1711 | 2025-04-30T20:14:48.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1712 | 2025-04-30T20:14:48.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1713 | 2025-04-30T20:14:48.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1714 | 2025-04-30T20:14:48.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1715 | 2025-04-30T20:14:48.102Z | |
| 1716 | 2025-04-30T20:14:48.102Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/214) |
| 1717 | 2025-04-30T20:14:48.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1718 | 2025-04-30T20:14:48.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1719 | 2025-04-30T20:14:48.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1720 | 2025-04-30T20:14:48.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1721 | 2025-04-30T20:14:48.851Z | |
| 1722 | 2025-04-30T20:14:48.851Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/214) |
| 1723 | 2025-04-30T20:14:49.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1724 | 2025-04-30T20:14:49.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1725 | 2025-04-30T20:14:49.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1726 | 2025-04-30T20:14:49.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1727 | 2025-04-30T20:14:49.575Z | |
| 1728 | 2025-04-30T20:14:49.575Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/214) |
| 1729 | 2025-04-30T20:14:50.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1730 | 2025-04-30T20:14:50.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1731 | 2025-04-30T20:14:50.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1732 | 2025-04-30T20:14:50.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1733 | 2025-04-30T20:14:50.286Z | |
| 1734 | 2025-04-30T20:14:50.286Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/214) |
| 1735 | 2025-04-30T20:14:50.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1736 | 2025-04-30T20:14:50.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1737 | 2025-04-30T20:14:50.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1738 | 2025-04-30T20:14:50.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1739 | 2025-04-30T20:14:50.972Z | |
| 1740 | 2025-04-30T20:14:50.972Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/214) |
| 1741 | 2025-04-30T20:14:51.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1742 | 2025-04-30T20:14:51.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1743 | 2025-04-30T20:14:51.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1744 | 2025-04-30T20:14:51.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1745 | 2025-04-30T20:14:51.669Z | |
| 1746 | 2025-04-30T20:14:51.669Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/214) |
| 1747 | 2025-04-30T20:14:52.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1748 | 2025-04-30T20:14:52.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1749 | 2025-04-30T20:14:52.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1750 | 2025-04-30T20:14:52.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1751 | 2025-04-30T20:14:52.393Z | |
| 1752 | 2025-04-30T20:14:52.393Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/214) |
| 1753 | 2025-04-30T20:14:53.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1754 | 2025-04-30T20:14:53.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1755 | 2025-04-30T20:14:53.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1756 | 2025-04-30T20:14:53.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1757 | 2025-04-30T20:14:53.093Z | |
| 1758 | 2025-04-30T20:14:53.093Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/214) |
| 1759 | 2025-04-30T20:14:53.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1760 | 2025-04-30T20:14:53.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1761 | 2025-04-30T20:14:53.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1762 | 2025-04-30T20:14:53.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1763 | 2025-04-30T20:14:53.793Z | |
| 1764 | 2025-04-30T20:14:53.793Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/214) |
| 1765 | 2025-04-30T20:14:54.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1766 | 2025-04-30T20:14:54.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1767 | 2025-04-30T20:14:54.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1768 | 2025-04-30T20:14:54.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1769 | 2025-04-30T20:14:54.512Z | |
| 1770 | 2025-04-30T20:14:54.513Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/214) |
| 1771 | 2025-04-30T20:14:55.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1772 | 2025-04-30T20:14:55.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1773 | 2025-04-30T20:14:55.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1774 | 2025-04-30T20:14:55.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1775 | 2025-04-30T20:14:55.234Z | |
| 1776 | 2025-04-30T20:14:55.234Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/214) |
| 1777 | 2025-04-30T20:14:55.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1778 | 2025-04-30T20:14:55.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1779 | 2025-04-30T20:14:55.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1780 | 2025-04-30T20:14:55.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1781 | 2025-04-30T20:14:55.880Z | |
| 1782 | 2025-04-30T20:14:55.880Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/214) |
| 1783 | 2025-04-30T20:14:56.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1784 | 2025-04-30T20:14:56.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1785 | 2025-04-30T20:14:56.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1786 | 2025-04-30T20:14:56.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1787 | 2025-04-30T20:14:56.597Z | |
| 1788 | 2025-04-30T20:14:56.597Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/214) |
| 1789 | 2025-04-30T20:14:57.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1790 | 2025-04-30T20:14:57.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1791 | 2025-04-30T20:14:57.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1792 | 2025-04-30T20:14:57.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1793 | 2025-04-30T20:14:57.278Z | |
| 1794 | 2025-04-30T20:14:57.279Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/214) |
| 1795 | 2025-04-30T20:14:57.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1796 | 2025-04-30T20:14:57.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1797 | 2025-04-30T20:14:57.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1798 | 2025-04-30T20:14:57.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1799 | 2025-04-30T20:14:57.976Z | |
| 1800 | 2025-04-30T20:14:57.976Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/214) |
| 1801 | 2025-04-30T20:14:58.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2025-04-30T20:14:58.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2025-04-30T20:14:58.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2025-04-30T20:14:58.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1805 | 2025-04-30T20:14:58.681Z | |
| 1806 | 2025-04-30T20:14:58.681Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/214) |
| 1807 | 2025-04-30T20:14:59.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2025-04-30T20:14:59.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2025-04-30T20:14:59.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2025-04-30T20:14:59.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1811 | 2025-04-30T20:14:59.384Z | |
| 1812 | 2025-04-30T20:14:59.384Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/214) |
| 1813 | 2025-04-30T20:15:00.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2025-04-30T20:15:00.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2025-04-30T20:15:00.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2025-04-30T20:15:00.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1817 | 2025-04-30T20:15:00.081Z | |
| 1818 | 2025-04-30T20:15:00.081Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/214) |
| 1819 | 2025-04-30T20:15:00.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2025-04-30T20:15:00.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2025-04-30T20:15:00.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2025-04-30T20:15:00.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1823 | 2025-04-30T20:15:00.775Z | |
| 1824 | 2025-04-30T20:15:00.775Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/214) |
| 1825 | 2025-04-30T20:15:01.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2025-04-30T20:15:01.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2025-04-30T20:15:01.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2025-04-30T20:15:01.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1829 | 2025-04-30T20:15:01.463Z | |
| 1830 | 2025-04-30T20:15:01.463Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/214) |
| 1831 | 2025-04-30T20:15:02.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2025-04-30T20:15:02.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2025-04-30T20:15:02.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2025-04-30T20:15:02.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1835 | 2025-04-30T20:15:02.146Z | |
| 1836 | 2025-04-30T20:15:02.147Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/214) |
| 1837 | 2025-04-30T20:15:02.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2025-04-30T20:15:02.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2025-04-30T20:15:02.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2025-04-30T20:15:02.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1841 | 2025-04-30T20:15:02.847Z | |
| 1842 | 2025-04-30T20:15:02.847Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/214) |
| 1843 | 2025-04-30T20:15:03.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2025-04-30T20:15:03.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2025-04-30T20:15:03.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2025-04-30T20:15:03.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1847 | 2025-04-30T20:15:03.556Z | |
| 1848 | 2025-04-30T20:15:03.556Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/214) |
| 1849 | 2025-04-30T20:15:04.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2025-04-30T20:15:04.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2025-04-30T20:15:04.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2025-04-30T20:15:04.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1853 | 2025-04-30T20:15:04.263Z | |
| 1854 | 2025-04-30T20:15:04.263Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/214) |
| 1855 | 2025-04-30T20:15:04.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2025-04-30T20:15:04.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2025-04-30T20:15:04.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2025-04-30T20:15:04.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1859 | 2025-04-30T20:15:04.978Z | |
| 1860 | 2025-04-30T20:15:04.979Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/214) |
| 1861 | 2025-04-30T20:15:05.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2025-04-30T20:15:05.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2025-04-30T20:15:05.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2025-04-30T20:15:05.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1865 | 2025-04-30T20:15:05.664Z | |
| 1866 | 2025-04-30T20:15:05.664Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/214) |
| 1867 | 2025-04-30T20:15:06.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2025-04-30T20:15:06.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2025-04-30T20:15:06.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2025-04-30T20:15:06.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1871 | 2025-04-30T20:15:06.359Z | |
| 1872 | 2025-04-30T20:15:06.359Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/214) |
| 1873 | 2025-04-30T20:15:06.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2025-04-30T20:15:07.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2025-04-30T20:15:07.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2025-04-30T20:15:07.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1877 | 2025-04-30T20:15:07.079Z | |
| 1878 | 2025-04-30T20:15:07.079Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/214) |
| 1879 | 2025-04-30T20:15:07.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2025-04-30T20:15:07.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2025-04-30T20:15:07.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2025-04-30T20:15:07.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1883 | 2025-04-30T20:15:07.782Z | |
| 1884 | 2025-04-30T20:15:07.782Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/214) |
| 1885 | 2025-04-30T20:15:08.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2025-04-30T20:15:08.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2025-04-30T20:15:08.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2025-04-30T20:15:08.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1889 | 2025-04-30T20:15:08.468Z | |
| 1890 | 2025-04-30T20:15:08.468Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/214) |
| 1891 | 2025-04-30T20:15:09.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2025-04-30T20:15:09.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2025-04-30T20:15:09.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2025-04-30T20:15:09.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1895 | 2025-04-30T20:15:09.230Z | |
| 1896 | 2025-04-30T20:15:09.230Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/214) |
| 1897 | 2025-04-30T20:15:09.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2025-04-30T20:15:09.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2025-04-30T20:15:09.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2025-04-30T20:15:09.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1901 | 2025-04-30T20:15:09.956Z | |
| 1902 | 2025-04-30T20:15:09.956Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/214) |
| 1903 | 2025-04-30T20:15:10.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2025-04-30T20:15:10.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2025-04-30T20:15:10.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2025-04-30T20:15:10.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1907 | 2025-04-30T20:15:10.644Z | |
| 1908 | 2025-04-30T20:15:10.644Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/214) |
| 1909 | 2025-04-30T20:15:11.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2025-04-30T20:15:11.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2025-04-30T20:15:11.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2025-04-30T20:15:11.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1913 | 2025-04-30T20:15:11.358Z | |
| 1914 | 2025-04-30T20:15:11.358Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/214) |
| 1915 | 2025-04-30T20:15:11.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2025-04-30T20:15:12.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2025-04-30T20:15:12.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2025-04-30T20:15:12.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1919 | 2025-04-30T20:15:12.069Z | |
| 1920 | 2025-04-30T20:15:12.069Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/214) |
| 1921 | 2025-04-30T20:15:12.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2025-04-30T20:15:12.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2025-04-30T20:15:12.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2025-04-30T20:15:12.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1925 | 2025-04-30T20:15:12.802Z | |
| 1926 | 2025-04-30T20:15:12.802Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/214) |
| 1927 | 2025-04-30T20:15:13.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2025-04-30T20:15:13.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2025-04-30T20:15:13.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2025-04-30T20:15:13.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1931 | 2025-04-30T20:15:13.531Z | |
| 1932 | 2025-04-30T20:15:13.531Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/214) |
| 1933 | 2025-04-30T20:15:14.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2025-04-30T20:15:14.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2025-04-30T20:15:14.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2025-04-30T20:15:14.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1937 | 2025-04-30T20:15:14.288Z | |
| 1938 | 2025-04-30T20:15:14.288Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/214) |
| 1939 | 2025-04-30T20:15:14.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2025-04-30T20:15:15.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2025-04-30T20:15:15.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2025-04-30T20:15:15.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1943 | 2025-04-30T20:15:15.049Z | |
| 1944 | 2025-04-30T20:15:15.049Z | info: running `cargo check --bins` on sled-hardware-types (46/214) |
| 1945 | 2025-04-30T20:15:15.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2025-04-30T20:15:16.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2025-04-30T20:15:16.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2025-04-30T20:15:16.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 1949 | 2025-04-30T20:15:16.083Z | |
| 1950 | 2025-04-30T20:15:16.083Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/214) |
| 1951 | 2025-04-30T20:15:16.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2025-04-30T20:15:17.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2025-04-30T20:15:17.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2025-04-30T20:15:17.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 1955 | 2025-04-30T20:15:17.093Z | |
| 1956 | 2025-04-30T20:15:17.094Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/214) |
| 1957 | 2025-04-30T20:15:17.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2025-04-30T20:15:18.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2025-04-30T20:15:18.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2025-04-30T20:15:18.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 1961 | 2025-04-30T20:15:18.110Z | |
| 1962 | 2025-04-30T20:15:18.110Z | info: running `cargo check --bins` on oxlog (49/214) |
| 1963 | 2025-04-30T20:15:18.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2025-04-30T20:15:18.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2025-04-30T20:15:19.074Z | Checking cfg-if v1.0.0 |
| 1966 | 2025-04-30T20:15:19.114Z | Checking libc v0.2.171 |
| 1967 | 2025-04-30T20:15:19.154Z | Checking serde v1.0.219 |
| 1968 | 2025-04-30T20:15:19.154Z | Checking zeroize v1.8.1 |
| 1969 | 2025-04-30T20:15:19.154Z | Checking memchr v2.7.4 |
| 1970 | 2025-04-30T20:15:19.154Z | Checking typenum v1.17.0 |
| 1971 | 2025-04-30T20:15:19.194Z | Checking smallvec v1.14.0 |
| 1972 | 2025-04-30T20:15:19.194Z | Checking value-bag v1.9.0 |
| 1973 | 2025-04-30T20:15:19.247Z | Checking subtle v2.6.1 |
| 1974 | 2025-04-30T20:15:19.378Z | Checking scopeguard v1.2.0 |
| 1975 | 2025-04-30T20:15:19.517Z | Checking const-oid v0.9.6 |
| 1976 | 2025-04-30T20:15:19.558Z | Checking lock_api v0.4.12 |
| 1977 | 2025-04-30T20:15:19.558Z | Checking itoa v1.0.11 |
| 1978 | 2025-04-30T20:15:19.600Z | Checking log v0.4.22 |
| 1979 | 2025-04-30T20:15:19.773Z | Checking stable_deref_trait v1.2.0 |
| 1980 | 2025-04-30T20:15:19.879Z | Checking byteorder v1.5.0 |
| 1981 | 2025-04-30T20:15:19.919Z | Checking pin-project-lite v0.2.14 |
| 1982 | 2025-04-30T20:15:19.964Z | Checking zerofrom v0.1.4 |
| 1983 | 2025-04-30T20:15:20.035Z | Checking getrandom v0.2.15 |
| 1984 | 2025-04-30T20:15:20.074Z | Checking parking_lot_core v0.9.10 |
| 1985 | 2025-04-30T20:15:20.114Z | Checking signal-hook-registry v1.4.2 |
| 1986 | 2025-04-30T20:15:20.154Z | Checking generic-array v0.14.7 |
| 1987 | 2025-04-30T20:15:20.154Z | Checking yoke v0.7.4 |
| 1988 | 2025-04-30T20:15:20.260Z | Checking rand_core v0.6.4 |
| 1989 | 2025-04-30T20:15:20.302Z | Checking once_cell v1.21.3 |
| 1990 | 2025-04-30T20:15:20.343Z | Checking mio v1.0.2 |
| 1991 | 2025-04-30T20:15:20.384Z | Checking parking_lot v0.12.3 |
| 1992 | 2025-04-30T20:15:20.455Z | Checking zerovec v0.10.4 |
| 1993 | 2025-04-30T20:15:20.559Z | Checking futures-core v0.3.31 |
| 1994 | 2025-04-30T20:15:20.599Z | Checking cpufeatures v0.2.14 |
| 1995 | 2025-04-30T20:15:20.681Z | Checking socket2 v0.5.9 |
| 1996 | 2025-04-30T20:15:20.724Z | Checking litemap v0.7.3 |
| 1997 | 2025-04-30T20:15:20.764Z | Checking writeable v0.5.5 |
| 1998 | 2025-04-30T20:15:20.875Z | Checking zerocopy v0.7.35 |
| 1999 | 2025-04-30T20:15:20.991Z | Checking futures-sink v0.3.31 |
| 2000 | 2025-04-30T20:15:21.044Z | Checking slab v0.4.9 |
| 2001 | 2025-04-30T20:15:21.086Z | Checking libm v0.2.8 |
| 2002 | 2025-04-30T20:15:21.127Z | Checking crypto-common v0.1.6 |
| 2003 | 2025-04-30T20:15:21.167Z | Checking block-buffer v0.10.4 |
| 2004 | 2025-04-30T20:15:21.167Z | Checking block-padding v0.3.3 |
| 2005 | 2025-04-30T20:15:21.300Z | Checking allocator-api2 v0.2.18 |
| 2006 | 2025-04-30T20:15:21.341Z | Checking ryu v1.0.18 |
| 2007 | 2025-04-30T20:15:21.381Z | Checking inout v0.1.3 |
| 2008 | 2025-04-30T20:15:21.422Z | Checking digest v0.10.7 |
| 2009 | 2025-04-30T20:15:21.554Z | Checking foldhash v0.1.3 |
| 2010 | 2025-04-30T20:15:21.594Z | Checking icu_locid_transform_data v1.5.0 |
| 2011 | 2025-04-30T20:15:21.696Z | Checking equivalent v1.0.1 |
| 2012 | 2025-04-30T20:15:21.737Z | Checking hmac v0.12.1 |
| 2013 | 2025-04-30T20:15:21.777Z | Checking sha2 v0.10.8 |
| 2014 | 2025-04-30T20:15:21.823Z | Checking cipher v0.4.4 |
| 2015 | 2025-04-30T20:15:21.864Z | Checking num-traits v0.2.19 |
| 2016 | 2025-04-30T20:15:21.864Z | Checking hashbrown v0.15.1 |
| 2017 | 2025-04-30T20:15:21.904Z | Checking tinystr v0.7.6 |
| 2018 | 2025-04-30T20:15:21.951Z | Checking icu_collections v1.5.0 |
| 2019 | 2025-04-30T20:15:21.991Z | Checking getrandom v0.3.1 |
| 2020 | 2025-04-30T20:15:22.208Z | Checking icu_properties_data v1.5.0 |
| 2021 | 2025-04-30T20:15:22.248Z | Checking base64ct v1.6.0 |
| 2022 | 2025-04-30T20:15:22.249Z | Checking icu_locid v1.5.0 |
| 2023 | 2025-04-30T20:15:22.289Z | Checking utf8_iter v1.0.4 |
| 2024 | 2025-04-30T20:15:22.429Z | Checking utf16_iter v1.0.5 |
| 2025 | 2025-04-30T20:15:22.469Z | Checking flagset v0.4.6 |
| 2026 | 2025-04-30T20:15:22.542Z | Checking percent-encoding v2.3.1 |
| 2027 | 2025-04-30T20:15:22.607Z | Checking icu_normalizer_data v1.5.0 |
| 2028 | 2025-04-30T20:15:22.665Z | Checking write16 v1.0.0 |
| 2029 | 2025-04-30T20:15:22.705Z | Checking pem-rfc7468 v0.7.0 |
| 2030 | 2025-04-30T20:15:22.747Z | Checking futures-channel v0.3.31 |
| 2031 | 2025-04-30T20:15:22.794Z | Checking futures-io v0.3.31 |
| 2032 | 2025-04-30T20:15:22.834Z | Checking pin-utils v0.1.0 |
| 2033 | 2025-04-30T20:15:22.874Z | Checking futures-task v0.3.31 |
| 2034 | 2025-04-30T20:15:22.919Z | Checking salsa20 v0.10.2 |
| 2035 | 2025-04-30T20:15:22.962Z | Checking ppv-lite86 v0.2.20 |
| 2036 | 2025-04-30T20:15:23.003Z | Checking der v0.7.9 |
| 2037 | 2025-04-30T20:15:23.066Z | Checking pbkdf2 v0.12.2 |
| 2038 | 2025-04-30T20:15:23.107Z | Checking futures-util v0.3.31 |
| 2039 | 2025-04-30T20:15:23.147Z | Checking bytes v1.10.1 |
| 2040 | 2025-04-30T20:15:23.148Z | Checking icu_provider v1.5.0 |
| 2041 | 2025-04-30T20:15:23.148Z | Checking bitflags v2.9.0 |
| 2042 | 2025-04-30T20:15:23.198Z | Checking indexmap v2.7.1 |
| 2043 | 2025-04-30T20:15:23.238Z | Checking serde_json v1.0.140 |
| 2044 | 2025-04-30T20:15:23.440Z | Checking scrypt v0.11.0 |
| 2045 | 2025-04-30T20:15:23.624Z | Checking form_urlencoded v1.2.1 |
| 2046 | 2025-04-30T20:15:23.665Z | Checking cbc v0.1.2 |
| 2047 | 2025-04-30T20:15:23.764Z | Checking icu_locid_transform v1.5.0 |
| 2048 | 2025-04-30T20:15:23.839Z | Checking aes v0.8.4 |
| 2049 | 2025-04-30T20:15:23.879Z | Checking fnv v1.0.7 |
| 2050 | 2025-04-30T20:15:23.993Z | Checking uuid v1.16.0 |
| 2051 | 2025-04-30T20:15:24.087Z | Checking tokio v1.43.1 |
| 2052 | 2025-04-30T20:15:24.324Z | Checking http v1.2.0 |
| 2053 | 2025-04-30T20:15:24.539Z | Checking spki v0.7.3 |
| 2054 | 2025-04-30T20:15:24.580Z | Checking tracing-core v0.1.32 |
| 2055 | 2025-04-30T20:15:24.620Z | Checking rustls-pki-types v1.10.0 |
| 2056 | 2025-04-30T20:15:24.661Z | Checking icu_properties v1.5.1 |
| 2057 | 2025-04-30T20:15:24.701Z | Checking iana-time-zone v0.1.63 |
| 2058 | 2025-04-30T20:15:24.819Z | Checking pkcs5 v0.7.1 |
| 2059 | 2025-04-30T20:15:24.861Z | Compiling newtype-uuid v1.2.1 |
| 2060 | 2025-04-30T20:15:25.074Z | Checking tinyvec_macros v0.1.1 |
| 2061 | 2025-04-30T20:15:25.116Z | Checking chrono v0.4.40 |
| 2062 | 2025-04-30T20:15:25.192Z | Checking tinyvec v1.8.0 |
| 2063 | 2025-04-30T20:15:25.192Z | Checking tracing v0.1.40 |
| 2064 | 2025-04-30T20:15:25.276Z | Checking pkcs8 v0.10.2 |
| 2065 | 2025-04-30T20:15:25.453Z | Checking http-body v1.0.1 |
| 2066 | 2025-04-30T20:15:25.520Z | Checking zerocopy v0.8.10 |
| 2067 | 2025-04-30T20:15:25.569Z | Checking aws-lc-sys v0.26.0 |
| 2068 | 2025-04-30T20:15:25.653Z | Checking thiserror v1.0.69 |
| 2069 | 2025-04-30T20:15:25.806Z | Checking spin v0.9.8 |
| 2070 | 2025-04-30T20:15:26.153Z | Checking atomic-waker v1.1.2 |
| 2071 | 2025-04-30T20:15:26.288Z | Checking try-lock v0.2.5 |
| 2072 | 2025-04-30T20:15:26.328Z | Checking foreign-types-shared v0.1.1 |
| 2073 | 2025-04-30T20:15:26.418Z | Checking untrusted v0.9.0 |
| 2074 | 2025-04-30T20:15:26.457Z | Checking adler2 v2.0.0 |
| 2075 | 2025-04-30T20:15:26.602Z | Checking untrusted v0.7.1 |
| 2076 | 2025-04-30T20:15:26.643Z | Checking ring v0.17.11 |
| 2077 | 2025-04-30T20:15:26.791Z | Checking miniz_oxide v0.8.5 |
| 2078 | 2025-04-30T20:15:26.882Z | Checking want v0.3.1 |
| 2079 | 2025-04-30T20:15:27.067Z | Checking foreign-types v0.3.2 |
| 2080 | 2025-04-30T20:15:27.170Z | Checking crossbeam-utils v0.8.21 |
| 2081 | 2025-04-30T20:15:27.210Z | Checking httparse v1.9.5 |
| 2082 | 2025-04-30T20:15:27.423Z | Checking aws-lc-rs v1.12.4 |
| 2083 | 2025-04-30T20:15:27.483Z | Checking openssl-sys v0.9.107 |
| 2084 | 2025-04-30T20:15:27.576Z | Checking icu_normalizer v1.5.0 |
| 2085 | 2025-04-30T20:15:27.615Z | Checking errno v0.3.9 |
| 2086 | 2025-04-30T20:15:27.773Z | Checking aho-corasick v1.1.3 |
| 2087 | 2025-04-30T20:15:27.812Z | Checking tower-service v0.3.3 |
| 2088 | 2025-04-30T20:15:27.940Z | Checking httpdate v1.0.3 |
| 2089 | 2025-04-30T20:15:28.040Z | Checking rand_core v0.9.2 |
| 2090 | 2025-04-30T20:15:28.180Z | Checking powerfmt v0.2.0 |
| 2091 | 2025-04-30T20:15:28.292Z | Checking idna_adapter v1.2.0 |
| 2092 | 2025-04-30T20:15:28.384Z | Checking regex-syntax v0.8.5 |
| 2093 | 2025-04-30T20:15:28.468Z | Checking unicode-ident v1.0.14 |
| 2094 | 2025-04-30T20:15:28.507Z | Checking openssl v0.10.72 |
| 2095 | 2025-04-30T20:15:28.507Z | Checking idna v1.0.3 |
| 2096 | 2025-04-30T20:15:28.653Z | Checking proc-macro2 v1.0.94 |
| 2097 | 2025-04-30T20:15:28.764Z | Checking deranged v0.3.11 |
| 2098 | 2025-04-30T20:15:28.970Z | Checking url v2.5.3 |
| 2099 | 2025-04-30T20:15:29.117Z | Checking rustls-webpki v0.102.8 |
| 2100 | 2025-04-30T20:15:29.246Z | Checking rand_chacha v0.9.0 |
| 2101 | 2025-04-30T20:15:29.286Z | Checking crossbeam-epoch v0.9.18 |
| 2102 | 2025-04-30T20:15:29.600Z | Checking rustix v0.38.37 |
| 2103 | 2025-04-30T20:15:29.661Z | Checking unicode-normalization v0.1.24 |
| 2104 | 2025-04-30T20:15:29.810Z | Checking rand_chacha v0.3.1 |
| 2105 | 2025-04-30T20:15:29.850Z | Checking semver v1.0.25 |
| 2106 | 2025-04-30T20:15:29.943Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2107 | 2025-04-30T20:15:30.074Z | Checking signature v2.2.0 |
| 2108 | 2025-04-30T20:15:30.192Z | Checking scroll v0.12.0 |
| 2109 | 2025-04-30T20:15:30.235Z | Checking crc32fast v1.4.2 |
| 2110 | 2025-04-30T20:15:30.279Z | Checking tokio-util v0.7.13 |
| 2111 | 2025-04-30T20:15:30.319Z | Checking utf8parse v0.2.2 |
| 2112 | 2025-04-30T20:15:30.461Z | Checking anstyle v1.0.10 |
| 2113 | 2025-04-30T20:15:30.502Z | Checking siphasher v0.3.11 |
| 2114 | 2025-04-30T20:15:30.502Z | Checking time-core v0.1.2 |
| 2115 | 2025-04-30T20:15:30.628Z | Checking base64 v0.22.1 |
| 2116 | 2025-04-30T20:15:30.668Z | Checking either v1.14.0 |
| 2117 | 2025-04-30T20:15:30.762Z | Checking ucd-trie v0.1.7 |
| 2118 | 2025-04-30T20:15:30.801Z | Checking num-conv v0.1.0 |
| 2119 | 2025-04-30T20:15:30.965Z | Checking plain v0.2.3 |
| 2120 | 2025-04-30T20:15:31.007Z | Checking unicode-bidi v0.3.17 |
| 2121 | 2025-04-30T20:15:31.047Z | Checking openssl-probe v0.1.5 |
| 2122 | 2025-04-30T20:15:31.102Z | Checking num_threads v0.1.7 |
| 2123 | 2025-04-30T20:15:31.142Z | Checking dyn-clone v1.0.19 |
| 2124 | 2025-04-30T20:15:31.181Z | Checking regex-automata v0.4.8 |
| 2125 | 2025-04-30T20:15:31.220Z | Checking unicode-properties v0.1.3 |
| 2126 | 2025-04-30T20:15:31.260Z | Checking time v0.3.36 |
| 2127 | 2025-04-30T20:15:31.260Z | Checking h2 v0.4.6 |
| 2128 | 2025-04-30T20:15:31.299Z | Checking schemars v0.8.22 |
| 2129 | 2025-04-30T20:15:31.501Z | Checking goblin v0.8.2 |
| 2130 | 2025-04-30T20:15:31.550Z | Checking stringprep v0.1.5 |
| 2131 | 2025-04-30T20:15:31.793Z | Checking pest v2.7.14 |
| 2132 | 2025-04-30T20:15:32.481Z | Checking phf_shared v0.11.2 |
| 2133 | 2025-04-30T20:15:32.641Z | Checking anstyle-parse v0.2.5 |
| 2134 | 2025-04-30T20:15:32.738Z | Checking rand v0.8.5 |
| 2135 | 2025-04-30T20:15:32.897Z | Checking rustls v0.23.19 |
| 2136 | 2025-04-30T20:15:32.991Z | Checking native-tls v0.2.12 |
| 2137 | 2025-04-30T20:15:33.287Z | Checking crossbeam-deque v0.8.5 |
| 2138 | 2025-04-30T20:15:33.372Z | Checking rand v0.9.0 |
| 2139 | 2025-04-30T20:15:33.596Z | Checking quote v1.0.39 |
| 2140 | 2025-04-30T20:15:33.915Z | Checking num-integer v0.1.46 |
| 2141 | 2025-04-30T20:15:34.031Z | Checking serde_spanned v0.6.8 |
| 2142 | 2025-04-30T20:15:34.154Z | Checking toml_datetime v0.6.8 |
| 2143 | 2025-04-30T20:15:34.230Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2144 | 2025-04-30T20:15:34.332Z | Checking md-5 v0.10.6 |
| 2145 | 2025-04-30T20:15:34.372Z | Checking ff v0.13.0 |
| 2146 | 2025-04-30T20:15:34.434Z | Checking hash32 v0.2.1 |
| 2147 | 2025-04-30T20:15:34.474Z | Checking colorchoice v1.0.2 |
| 2148 | 2025-04-30T20:15:34.557Z | Checking is_terminal_polyfill v1.70.1 |
| 2149 | 2025-04-30T20:15:34.596Z | Checking pretty-hex v0.4.1 |
| 2150 | 2025-04-30T20:15:34.636Z | Checking base16ct v0.2.0 |
| 2151 | 2025-04-30T20:15:34.693Z | Checking anstyle-query v1.1.1 |
| 2152 | 2025-04-30T20:15:34.736Z | Checking psl-types v2.0.11 |
| 2153 | 2025-04-30T20:15:34.783Z | Checking gimli v0.31.1 |
| 2154 | 2025-04-30T20:15:34.822Z | Checking fallible-iterator v0.2.0 |
| 2155 | 2025-04-30T20:15:34.863Z | Checking sec1 v0.7.3 |
| 2156 | 2025-04-30T20:15:34.863Z | Checking anstream v0.6.15 |
| 2157 | 2025-04-30T20:15:34.932Z | Checking publicsuffix v2.3.0 |
| 2158 | 2025-04-30T20:15:35.199Z | Checking heapless v0.7.17 |
| 2159 | 2025-04-30T20:15:35.239Z | Checking group v0.13.0 |
| 2160 | 2025-04-30T20:15:35.239Z | Checking zstd-safe v7.2.3 |
| 2161 | 2025-04-30T20:15:35.338Z | Checking postgres-protocol v0.6.8 |
| 2162 | 2025-04-30T20:15:35.486Z | Checking num-iter v0.1.45 |
| 2163 | 2025-04-30T20:15:35.525Z | Compiling daft v0.1.3 |
| 2164 | 2025-04-30T20:15:35.666Z | Checking dtrace-parser v0.2.0 |
| 2165 | 2025-04-30T20:15:35.882Z | Checking dof v0.3.0 |
| 2166 | 2025-04-30T20:15:35.946Z | Checking syn v2.0.98 |
| 2167 | 2025-04-30T20:15:35.993Z | Checking rayon-core v1.12.1 |
| 2168 | 2025-04-30T20:15:36.073Z | Checking cookie v0.18.1 |
| 2169 | 2025-04-30T20:15:36.113Z | Checking tokio-native-tls v0.3.1 |
| 2170 | 2025-04-30T20:15:36.346Z | Checking ipnetwork v0.21.1 |
| 2171 | 2025-04-30T20:15:36.416Z | Checking terminal_size v0.4.0 |
| 2172 | 2025-04-30T20:15:36.499Z | Checking flate2 v1.1.1 |
| 2173 | 2025-04-30T20:15:36.601Z | Checking lazy_static v1.5.0 |
| 2174 | 2025-04-30T20:15:36.641Z | Checking http-body-util v0.1.3 |
| 2175 | 2025-04-30T20:15:36.737Z | Checking webpki-roots v0.26.6 |
| 2176 | 2025-04-30T20:15:36.777Z | Checking signal-hook v0.3.17 |
| 2177 | 2025-04-30T20:15:36.816Z | Checking hyper v1.6.0 |
| 2178 | 2025-04-30T20:15:36.934Z | Checking hkdf v0.12.4 |
| 2179 | 2025-04-30T20:15:37.025Z | Checking crypto-bigint v0.5.5 |
| 2180 | 2025-04-30T20:15:37.067Z | Checking sync_wrapper v1.0.1 |
| 2181 | 2025-04-30T20:15:37.107Z | Checking thread-id v4.2.2 |
| 2182 | 2025-04-30T20:15:37.150Z | Checking object v0.36.5 |
| 2183 | 2025-04-30T20:15:37.201Z | Checking tower-layer v0.3.3 |
| 2184 | 2025-04-30T20:15:37.240Z | Checking lockfree-object-pool v0.1.6 |
| 2185 | 2025-04-30T20:15:37.444Z | Checking managed v0.8.0 |
| 2186 | 2025-04-30T20:15:37.484Z | Checking clap_lex v0.7.4 |
| 2187 | 2025-04-30T20:15:37.623Z | Checking tokio-rustls v0.26.0 |
| 2188 | 2025-04-30T20:15:37.718Z | Checking simd-adler32 v0.3.7 |
| 2189 | 2025-04-30T20:15:37.808Z | Checking bumpalo v3.16.0 |
| 2190 | 2025-04-30T20:15:37.997Z | Checking bitflags v1.3.2 |
| 2191 | 2025-04-30T20:15:38.037Z | Checking strsim v0.11.1 |
| 2192 | 2025-04-30T20:15:38.077Z | Checking addr2line v0.24.2 |
| 2193 | 2025-04-30T20:15:38.127Z | Checking ipnet v2.11.0 |
| 2194 | 2025-04-30T20:15:38.166Z | Checking rustc-demangle v0.1.24 |
| 2195 | 2025-04-30T20:15:38.312Z | Checking unicode-width v0.2.0 |
| 2196 | 2025-04-30T20:15:38.544Z | Checking winnow v0.5.40 |
| 2197 | 2025-04-30T20:15:38.584Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2198 | 2025-04-30T20:15:38.623Z | Checking clap_builder v4.5.35 |
| 2199 | 2025-04-30T20:15:38.674Z | Checking hyper-util v0.1.11 |
| 2200 | 2025-04-30T20:15:38.741Z | Checking console v0.15.10 |
| 2201 | 2025-04-30T20:15:38.876Z | Checking zopfli v0.8.1 |
| 2202 | 2025-04-30T20:15:39.272Z | Checking smoltcp v0.9.1 |
| 2203 | 2025-04-30T20:15:39.405Z | Checking elliptic-curve v0.13.8 |
| 2204 | 2025-04-30T20:15:39.468Z | Checking tower v0.5.2 |
| 2205 | 2025-04-30T20:15:39.947Z | Checking signal-hook-mio v0.2.4 |
| 2206 | 2025-04-30T20:15:40.080Z | Checking num-bigint-dig v0.8.4 |
| 2207 | 2025-04-30T20:15:40.120Z | Checking oxnet v0.1.1 |
| 2208 | 2025-04-30T20:15:40.451Z | Checking rayon v1.10.0 |
| 2209 | 2025-04-30T20:15:40.491Z | Checking cookie_store v0.21.1 |
| 2210 | 2025-04-30T20:15:40.531Z | Checking hyper-rustls v0.27.3 |
| 2211 | 2025-04-30T20:15:40.797Z | Checking hyper-tls v0.6.0 |
| 2212 | 2025-04-30T20:15:40.877Z | Checking toml_edit v0.19.15 |
| 2213 | 2025-04-30T20:15:41.077Z | Checking postgres-types v0.2.9 |
| 2214 | 2025-04-30T20:15:41.118Z | Checking zstd v0.13.3 |
| 2215 | 2025-04-30T20:15:41.157Z | Checking regex v1.11.1 |
| 2216 | 2025-04-30T20:15:41.198Z | Checking usdt-impl v0.5.0 |
| 2217 | 2025-04-30T20:15:41.438Z | Checking bstr v1.10.0 |
| 2218 | 2025-04-30T20:15:41.633Z | Checking phf v0.11.2 |
| 2219 | 2025-04-30T20:15:41.673Z | Checking ed25519 v2.2.3 |
| 2220 | 2025-04-30T20:15:41.713Z | Checking bzip2 v0.5.2 |
| 2221 | 2025-04-30T20:15:41.774Z | Checking bzip2 v0.4.4 |
| 2222 | 2025-04-30T20:15:41.887Z | Checking futures-executor v0.3.31 |
| 2223 | 2025-04-30T20:15:41.965Z | Checking zerocopy v0.6.6 |
| 2224 | 2025-04-30T20:15:42.005Z | Checking curve25519-dalek v4.1.3 |
| 2225 | 2025-04-30T20:15:42.045Z | Checking pkcs1 v0.7.5 |
| 2226 | 2025-04-30T20:15:42.113Z | Checking hubpack v0.1.2 |
| 2227 | 2025-04-30T20:15:42.236Z | Checking memoffset v0.9.1 |
| 2228 | 2025-04-30T20:15:42.276Z | Checking backtrace v0.3.74 |
| 2229 | 2025-04-30T20:15:42.353Z | Checking portable-atomic v1.11.0 |
| 2230 | 2025-04-30T20:15:42.417Z | Checking rustls-pemfile v2.2.0 |
| 2231 | 2025-04-30T20:15:42.557Z | Checking serde_urlencoded v0.7.1 |
| 2232 | 2025-04-30T20:15:42.609Z | Checking float-cmp v0.10.0 |
| 2233 | 2025-04-30T20:15:42.649Z | Checking serde-big-array v0.5.1 |
| 2234 | 2025-04-30T20:15:42.772Z | Checking rfc6979 v0.4.0 |
| 2235 | 2025-04-30T20:15:42.812Z | Checking memmap v0.7.0 |
| 2236 | 2025-04-30T20:15:42.852Z | Checking encoding_rs v0.8.34 |
| 2237 | 2025-04-30T20:15:42.931Z | Checking difflib v0.4.0 |
| 2238 | 2025-04-30T20:15:42.971Z | Checking data-encoding v2.6.0 |
| 2239 | 2025-04-30T20:15:43.014Z | Checking static_assertions v1.1.0 |
| 2240 | 2025-04-30T20:15:43.054Z | Checking new_debug_unreachable v1.0.6 |
| 2241 | 2025-04-30T20:15:43.130Z | Checking fixedbitset v0.4.2 |
| 2242 | 2025-04-30T20:15:43.170Z | Checking unicode-segmentation v1.12.0 |
| 2243 | 2025-04-30T20:15:43.235Z | Checking minimal-lexical v0.2.1 |
| 2244 | 2025-04-30T20:15:43.275Z | Checking predicates-core v1.0.8 |
| 2245 | 2025-04-30T20:15:43.395Z | Checking mime v0.3.17 |
| 2246 | 2025-04-30T20:15:43.442Z | Checking winnow v0.7.3 |
| 2247 | 2025-04-30T20:15:43.482Z | Checking number_prefix v0.4.0 |
| 2248 | 2025-04-30T20:15:43.482Z | Checking whoami v1.5.2 |
| 2249 | 2025-04-30T20:15:43.529Z | Checking normalize-line-endings v0.3.0 |
| 2250 | 2025-04-30T20:15:43.614Z | Checking precomputed-hash v0.1.1 |
| 2251 | 2025-04-30T20:15:43.661Z | Checking indicatif v0.17.11 |
| 2252 | 2025-04-30T20:15:43.704Z | Checking predicates v3.1.3 |
| 2253 | 2025-04-30T20:15:43.744Z | Checking nom v7.1.3 |
| 2254 | 2025-04-30T20:15:43.784Z | Checking similar v2.7.0 |
| 2255 | 2025-04-30T20:15:43.784Z | Checking string_cache v0.8.9 |
| 2256 | 2025-04-30T20:15:43.824Z | Checking tokio-postgres v0.7.13 |
| 2257 | 2025-04-30T20:15:44.036Z | Checking ed25519-dalek v2.1.1 |
| 2258 | 2025-04-30T20:15:44.242Z | Checking hickory-proto v0.24.4 |
| 2259 | 2025-04-30T20:15:44.342Z | Checking petgraph v0.6.5 |
| 2260 | 2025-04-30T20:15:44.411Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2261 | 2025-04-30T20:15:44.487Z | Checking usdt v0.5.0 |
| 2262 | 2025-04-30T20:15:44.688Z | Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 2263 | 2025-04-30T20:15:44.728Z | Checking toml v0.7.8 |
| 2264 | 2025-04-30T20:15:45.453Z | Checking ecdsa v0.16.9 |
| 2265 | 2025-04-30T20:15:45.737Z | Checking toml_edit v0.22.24 |
| 2266 | 2025-04-30T20:15:45.850Z | Checking anyhow v1.0.98 |
| 2267 | 2025-04-30T20:15:46.117Z | Checking rsa v0.9.6 |
| 2268 | 2025-04-30T20:15:46.196Z | Checking nix v0.29.0 |
| 2269 | 2025-04-30T20:15:46.274Z | Checking futures v0.3.31 |
| 2270 | 2025-04-30T20:15:46.314Z | Checking zip v0.6.6 |
| 2271 | 2025-04-30T20:15:46.388Z | Checking zip v2.6.1 |
| 2272 | 2025-04-30T20:15:46.903Z | Checking clap v4.5.35 |
| 2273 | 2025-04-30T20:15:46.942Z | Checking crossterm v0.28.1 |
| 2274 | 2025-04-30T20:15:47.002Z | Checking tokio-stream v0.1.17 |
| 2275 | 2025-04-30T20:15:47.042Z | Checking itertools v0.10.5 |
| 2276 | 2025-04-30T20:15:47.379Z | Checking itertools v0.12.1 |
| 2277 | 2025-04-30T20:15:47.455Z | Checking fs-err v3.1.0 |
| 2278 | 2025-04-30T20:15:47.693Z | Checking buf-list v1.0.3 |
| 2279 | 2025-04-30T20:15:47.948Z | Checking strum v0.26.3 |
| 2280 | 2025-04-30T20:15:47.988Z | Checking ahash v0.8.11 |
| 2281 | 2025-04-30T20:15:48.039Z | Checking slog v2.7.0 |
| 2282 | 2025-04-30T20:15:48.126Z | Checking x509-cert v0.2.5 |
| 2283 | 2025-04-30T20:15:48.229Z | Checking openapiv3 v2.0.0 |
| 2284 | 2025-04-30T20:15:48.386Z | Checking sha1 v0.10.6 |
| 2285 | 2025-04-30T20:15:48.427Z | Checking peg-runtime v0.8.5 |
| 2286 | 2025-04-30T20:15:48.483Z | Checking lalrpop-util v0.19.12 |
| 2287 | 2025-04-30T20:15:48.649Z | Checking camino v1.1.9 |
| 2288 | 2025-04-30T20:15:48.690Z | Checking sigpipe v0.1.3 |
| 2289 | 2025-04-30T20:15:48.774Z | Checking jiff v0.2.10 |
| 2290 | 2025-04-30T20:15:53.665Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2291 | 2025-04-30T20:15:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.03s |
| 2292 | 2025-04-30T20:15:54.303Z | |
| 2293 | 2025-04-30T20:15:54.303Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/214) |
| 2294 | 2025-04-30T20:15:55.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2025-04-30T20:15:55.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2025-04-30T20:15:55.321Z | Compiling regress v0.10.3 |
| 2297 | 2025-04-30T20:15:55.361Z | Compiling thiserror-impl v2.0.12 |
| 2298 | 2025-04-30T20:15:55.361Z | Checking heck v0.5.0 |
| 2299 | 2025-04-30T20:15:55.416Z | Compiling unsafe-libyaml v0.2.11 |
| 2300 | 2025-04-30T20:15:55.456Z | Checking dirs-sys-next v0.1.2 |
| 2301 | 2025-04-30T20:15:55.456Z | Checking fastrand v2.1.1 |
| 2302 | 2025-04-30T20:15:55.456Z | Checking newtype-uuid v1.2.1 |
| 2303 | 2025-04-30T20:15:55.587Z | Checking thread_local v1.1.8 |
| 2304 | 2025-04-30T20:15:55.630Z | Checking dirs-next v2.0.0 |
| 2305 | 2025-04-30T20:15:55.726Z | Compiling structmeta-derive v0.3.0 |
| 2306 | 2025-04-30T20:15:55.766Z | Compiling ident_case v1.0.1 |
| 2307 | 2025-04-30T20:15:55.806Z | Checking tempfile v3.13.0 |
| 2308 | 2025-04-30T20:15:55.862Z | Checking term v0.7.0 |
| 2309 | 2025-04-30T20:15:55.953Z | Compiling darling_core v0.20.10 |
| 2310 | 2025-04-30T20:15:56.126Z | Checking daft v0.1.3 |
| 2311 | 2025-04-30T20:15:56.267Z | Checking crossbeam-channel v0.5.15 |
| 2312 | 2025-04-30T20:15:56.513Z | Compiling serde_yaml v0.9.34+deprecated |
| 2313 | 2025-04-30T20:15:56.844Z | Checking is-terminal v0.4.13 |
| 2314 | 2025-04-30T20:15:56.892Z | Checking take_mut v0.2.2 |
| 2315 | 2025-04-30T20:15:56.984Z | Compiling rustls v0.22.4 |
| 2316 | 2025-04-30T20:15:57.040Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2025-04-30T20:15:57.267Z | Checking slog-async v2.8.0 |
| 2318 | 2025-04-30T20:15:57.374Z | Checking slog-term v2.9.1 |
| 2319 | 2025-04-30T20:15:57.547Z | Compiling proc-macro-crate v1.3.1 |
| 2320 | 2025-04-30T20:15:57.844Z | Compiling structmeta v0.3.0 |
| 2321 | 2025-04-30T20:15:57.886Z | Checking wait-timeout v0.2.0 |
| 2322 | 2025-04-30T20:15:58.010Z | Compiling thiserror v2.0.12 |
| 2323 | 2025-04-30T20:15:58.137Z | Checking typify-impl v0.2.0 |
| 2324 | 2025-04-30T20:15:58.195Z | Compiling typify-impl v0.3.0 |
| 2325 | 2025-04-30T20:15:58.469Z | Compiling multer v3.1.0 |
| 2326 | 2025-04-30T20:15:58.811Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2327 | 2025-04-30T20:15:59.143Z | Checking match_cfg v0.1.0 |
| 2328 | 2025-04-30T20:15:59.184Z | Checking bit-vec v0.8.0 |
| 2329 | 2025-04-30T20:15:59.265Z | Checking quick-error v1.2.3 |
| 2330 | 2025-04-30T20:15:59.445Z | Checking rusty-fork v0.3.0 |
| 2331 | 2025-04-30T20:15:59.556Z | Checking bit-set v0.8.0 |
| 2332 | 2025-04-30T20:15:59.661Z | Checking hostname v0.3.1 |
| 2333 | 2025-04-30T20:15:59.814Z | Compiling num_enum_derive v0.5.11 |
| 2334 | 2025-04-30T20:15:59.872Z | Checking progenitor-client v0.9.1 |
| 2335 | 2025-04-30T20:16:00.232Z | Checking slog-json v2.6.1 |
| 2336 | 2025-04-30T20:16:00.445Z | Checking rand_xorshift v0.3.0 |
| 2337 | 2025-04-30T20:16:00.485Z | Compiling lzma-sys v0.1.20 |
| 2338 | 2025-04-30T20:16:00.544Z | Checking hex v0.4.3 |
| 2339 | 2025-04-30T20:16:00.625Z | Compiling async-stream-impl v0.3.6 |
| 2340 | 2025-04-30T20:16:00.887Z | Compiling darling_macro v0.20.10 |
| 2341 | 2025-04-30T20:16:00.988Z | Compiling foreign-types-macros v0.2.3 |
| 2342 | 2025-04-30T20:16:01.102Z | Compiling dropshot v0.16.0 |
| 2343 | 2025-04-30T20:16:01.390Z | Checking foreign-types-shared v0.3.1 |
| 2344 | 2025-04-30T20:16:01.521Z | Checking unarray v0.1.4 |
| 2345 | 2025-04-30T20:16:01.635Z | Compiling darling v0.20.10 |
| 2346 | 2025-04-30T20:16:01.691Z | Checking utf-8 v0.7.6 |
| 2347 | 2025-04-30T20:16:01.732Z | Checking arc-swap v1.7.1 |
| 2348 | 2025-04-30T20:16:01.774Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2349 | 2025-04-30T20:16:01.774Z | Compiling serde_with_macros v3.12.0 |
| 2350 | 2025-04-30T20:16:01.865Z | Checking num_enum v0.5.11 |
| 2351 | 2025-04-30T20:16:01.913Z | Checking tungstenite v0.21.0 |
| 2352 | 2025-04-30T20:16:02.012Z | Checking foreign-types v0.5.0 |
| 2353 | 2025-04-30T20:16:02.053Z | Checking async-stream v0.3.6 |
| 2354 | 2025-04-30T20:16:02.094Z | Checking slog-scope v4.4.0 |
| 2355 | 2025-04-30T20:16:02.138Z | Checking proptest v1.6.0 |
| 2356 | 2025-04-30T20:16:02.299Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2357 | 2025-04-30T20:16:02.341Z | Checking slog-bunyan v2.5.0 |
| 2358 | 2025-04-30T20:16:02.485Z | Compiling proc-macro-error v1.0.4 |
| 2359 | 2025-04-30T20:16:02.824Z | Compiling test-strategy v0.4.0 |
| 2360 | 2025-04-30T20:16:02.865Z | Compiling parse-display-derive v0.10.0 |
| 2361 | 2025-04-30T20:16:02.906Z | Checking tokio-rustls v0.25.0 |
| 2362 | 2025-04-30T20:16:03.222Z | Checking toml v0.8.20 |
| 2363 | 2025-04-30T20:16:03.403Z | Checking progenitor-client v0.8.0 |
| 2364 | 2025-04-30T20:16:03.746Z | Compiling heck v0.3.3 |
| 2365 | 2025-04-30T20:16:03.935Z | Checking waitgroup v0.1.2 |
| 2366 | 2025-04-30T20:16:03.978Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2367 | 2025-04-30T20:16:04.076Z | Compiling dropshot_endpoint v0.16.0 |
| 2368 | 2025-04-30T20:16:04.118Z | Checking serde_path_to_error v0.1.16 |
| 2369 | 2025-04-30T20:16:04.600Z | Checking cstr-argument v0.1.2 |
| 2370 | 2025-04-30T20:16:04.640Z | Compiling derive-where v1.2.7 |
| 2371 | 2025-04-30T20:16:04.796Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2372 | 2025-04-30T20:16:05.407Z | Checking hostname v0.4.0 |
| 2373 | 2025-04-30T20:16:05.555Z | Checking instant v0.1.13 |
| 2374 | 2025-04-30T20:16:05.689Z | Checking debug-ignore v1.0.5 |
| 2375 | 2025-04-30T20:16:05.729Z | Checking base64 v0.21.7 |
| 2376 | 2025-04-30T20:16:05.851Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2377 | 2025-04-30T20:16:06.127Z | Checking pretty-hex v0.2.1 |
| 2378 | 2025-04-30T20:16:06.168Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2379 | 2025-04-30T20:16:06.225Z | Checking backoff v0.4.0 |
| 2380 | 2025-04-30T20:16:06.265Z | Checking parse-display v0.10.0 |
| 2381 | 2025-04-30T20:16:06.313Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2382 | 2025-04-30T20:16:06.483Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2383 | 2025-04-30T20:16:06.524Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2384 | 2025-04-30T20:16:06.584Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2385 | 2025-04-30T20:16:06.642Z | Compiling zone_cfg_derive v0.1.2 |
| 2386 | 2025-04-30T20:16:06.756Z | Checking serde_with v3.12.0 |
| 2387 | 2025-04-30T20:16:06.800Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2388 | 2025-04-30T20:16:06.840Z | Checking tokio-tungstenite v0.21.0 |
| 2389 | 2025-04-30T20:16:07.278Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2390 | 2025-04-30T20:16:07.434Z | Checking slog-stdlog v4.1.1 |
| 2391 | 2025-04-30T20:16:07.474Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2392 | 2025-04-30T20:16:07.587Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2393 | 2025-04-30T20:16:07.627Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2394 | 2025-04-30T20:16:07.806Z | Checking colored v2.2.0 |
| 2395 | 2025-04-30T20:16:07.876Z | Checking macaddr v1.0.1 |
| 2396 | 2025-04-30T20:16:07.917Z | Checking winnow v0.6.20 |
| 2397 | 2025-04-30T20:16:08.151Z | Checking unicode-width v0.1.14 |
| 2398 | 2025-04-30T20:16:08.191Z | Checking base64 v0.13.1 |
| 2399 | 2025-04-30T20:16:08.562Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2400 | 2025-04-30T20:16:08.618Z | Checking ron v0.7.1 |
| 2401 | 2025-04-30T20:16:08.658Z | Checking tabwriter v1.4.0 |
| 2402 | 2025-04-30T20:16:08.874Z | Checking zone v0.1.8 |
| 2403 | 2025-04-30T20:16:08.969Z | Checking slog-envlogger v2.2.0 |
| 2404 | 2025-04-30T20:16:09.171Z | Checking xz2 v0.1.7 |
| 2405 | 2025-04-30T20:16:09.456Z | Checking xattr v1.3.1 |
| 2406 | 2025-04-30T20:16:09.496Z | Checking pem v3.0.5 |
| 2407 | 2025-04-30T20:16:09.536Z | Checking yasna v0.5.2 |
| 2408 | 2025-04-30T20:16:09.609Z | Checking smf v0.2.3 |
| 2409 | 2025-04-30T20:16:09.650Z | Checking headers-core v0.3.0 |
| 2410 | 2025-04-30T20:16:09.737Z | Checking filetime v0.2.25 |
| 2411 | 2025-04-30T20:16:09.807Z | Checking same-file v1.0.6 |
| 2412 | 2025-04-30T20:16:09.940Z | Checking tar v0.4.44 |
| 2413 | 2025-04-30T20:16:09.980Z | Checking walkdir v2.5.0 |
| 2414 | 2025-04-30T20:16:10.039Z | Checking headers v0.4.0 |
| 2415 | 2025-04-30T20:16:10.216Z | Compiling typify-macro v0.2.0 |
| 2416 | 2025-04-30T20:16:10.256Z | Checking camino-tempfile v1.1.1 |
| 2417 | 2025-04-30T20:16:10.297Z | Checking rcgen v0.12.1 |
| 2418 | 2025-04-30T20:16:10.356Z | Compiling typify-macro v0.3.0 |
| 2419 | 2025-04-30T20:16:10.535Z | Checking atomicwrites v0.4.4 |
| 2420 | 2025-04-30T20:16:10.718Z | Checking subprocess v0.2.9 |
| 2421 | 2025-04-30T20:16:12.471Z | Compiling typify v0.2.0 |
| 2422 | 2025-04-30T20:16:12.555Z | Compiling typify v0.3.0 |
| 2423 | 2025-04-30T20:16:12.595Z | Compiling progenitor-impl v0.8.0 |
| 2424 | 2025-04-30T20:16:12.682Z | Compiling progenitor-impl v0.9.1 |
| 2425 | 2025-04-30T20:16:16.044Z | Compiling progenitor-macro v0.8.0 |
| 2426 | 2025-04-30T20:16:16.142Z | Compiling progenitor-macro v0.9.1 |
| 2427 | 2025-04-30T20:16:21.167Z | Checking progenitor v0.9.1 |
| 2428 | 2025-04-30T20:16:21.207Z | Checking progenitor v0.8.0 |
| 2429 | 2025-04-30T20:16:21.390Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2430 | 2025-04-30T20:16:21.430Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2431 | 2025-04-30T20:16:24.974Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2432 | 2025-04-30T20:16:25.401Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2433 | 2025-04-30T20:16:33.579Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2434 | 2025-04-30T20:16:35.744Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2435 | 2025-04-30T20:16:37.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.15s |
| 2436 | 2025-04-30T20:16:37.630Z | |
| 2437 | 2025-04-30T20:16:37.630Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/214) |
| 2438 | 2025-04-30T20:16:38.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2439 | 2025-04-30T20:16:38.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2440 | 2025-04-30T20:16:38.646Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2441 | 2025-04-30T20:16:40.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
| 2442 | 2025-04-30T20:16:40.626Z | |
| 2443 | 2025-04-30T20:16:40.627Z | info: running `cargo check --bins` on nexus-config (52/214) |
| 2444 | 2025-04-30T20:16:41.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2445 | 2025-04-30T20:16:41.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2446 | 2025-04-30T20:16:41.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2447 | 2025-04-30T20:16:41.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2448 | 2025-04-30T20:16:41.572Z | |
| 2449 | 2025-04-30T20:16:41.572Z | info: running `cargo check --bins` on omicron-rpaths (53/214) |
| 2450 | 2025-04-30T20:16:42.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2451 | 2025-04-30T20:16:42.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2452 | 2025-04-30T20:16:42.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2453 | 2025-04-30T20:16:42.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2454 | 2025-04-30T20:16:42.493Z | |
| 2455 | 2025-04-30T20:16:42.493Z | info: running `cargo check --bins` on omicron-certificates (54/214) |
| 2456 | 2025-04-30T20:16:43.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2457 | 2025-04-30T20:16:43.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2458 | 2025-04-30T20:16:43.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2459 | 2025-04-30T20:16:43.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2460 | 2025-04-30T20:16:43.446Z | |
| 2461 | 2025-04-30T20:16:43.446Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/214) |
| 2462 | 2025-04-30T20:16:44.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2463 | 2025-04-30T20:16:44.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2464 | 2025-04-30T20:16:44.517Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2465 | 2025-04-30T20:16:44.558Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2466 | 2025-04-30T20:16:44.602Z | Compiling tempfile v3.13.0 |
| 2467 | 2025-04-30T20:16:44.602Z | Compiling wait-timeout v0.2.0 |
| 2468 | 2025-04-30T20:16:44.602Z | Compiling bit-vec v0.8.0 |
| 2469 | 2025-04-30T20:16:44.602Z | Compiling match_cfg v0.1.0 |
| 2470 | 2025-04-30T20:16:44.602Z | Compiling quick-error v1.2.3 |
| 2471 | 2025-04-30T20:16:44.602Z | Compiling rustls v0.22.4 |
| 2472 | 2025-04-30T20:16:44.674Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2473 | 2025-04-30T20:16:44.724Z | Compiling hostname v0.3.1 |
| 2474 | 2025-04-30T20:16:44.783Z | Compiling progenitor-client v0.9.1 |
| 2475 | 2025-04-30T20:16:44.917Z | Compiling slog-json v2.6.1 |
| 2476 | 2025-04-30T20:16:44.983Z | Compiling rusty-fork v0.3.0 |
| 2477 | 2025-04-30T20:16:45.025Z | Compiling bit-set v0.8.0 |
| 2478 | 2025-04-30T20:16:45.115Z | Compiling rand_xorshift v0.3.0 |
| 2479 | 2025-04-30T20:16:45.192Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2480 | 2025-04-30T20:16:45.269Z | Compiling itertools v0.13.0 |
| 2481 | 2025-04-30T20:16:45.310Z | Compiling hex v0.4.3 |
| 2482 | 2025-04-30T20:16:45.310Z | Compiling heapless v0.8.0 |
| 2483 | 2025-04-30T20:16:45.354Z | Compiling unarray v0.1.4 |
| 2484 | 2025-04-30T20:16:45.452Z | Compiling progenitor v0.9.1 |
| 2485 | 2025-04-30T20:16:45.503Z | Compiling proptest v1.6.0 |
| 2486 | 2025-04-30T20:16:45.588Z | Compiling slog-bunyan v2.5.0 |
| 2487 | 2025-04-30T20:16:45.662Z | Compiling async-stream v0.3.6 |
| 2488 | 2025-04-30T20:16:45.811Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2489 | 2025-04-30T20:16:45.853Z | Compiling multer v3.1.0 |
| 2490 | 2025-04-30T20:16:45.938Z | Compiling toml v0.8.20 |
| 2491 | 2025-04-30T20:16:45.997Z | Compiling waitgroup v0.1.2 |
| 2492 | 2025-04-30T20:16:46.096Z | Checking hash32 v0.3.1 |
| 2493 | 2025-04-30T20:16:46.215Z | Compiling serde_path_to_error v0.1.16 |
| 2494 | 2025-04-30T20:16:46.277Z | Compiling hostname v0.4.0 |
| 2495 | 2025-04-30T20:16:46.538Z | Compiling instant v0.1.13 |
| 2496 | 2025-04-30T20:16:46.654Z | Compiling smoltcp v0.11.0 |
| 2497 | 2025-04-30T20:16:46.707Z | Compiling debug-ignore v1.0.5 |
| 2498 | 2025-04-30T20:16:46.858Z | Compiling backoff v0.4.0 |
| 2499 | 2025-04-30T20:16:47.205Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2500 | 2025-04-30T20:16:47.245Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2501 | 2025-04-30T20:16:47.287Z | Compiling parse-display v0.10.0 |
| 2502 | 2025-04-30T20:16:47.440Z | Compiling serde_with v3.12.0 |
| 2503 | 2025-04-30T20:16:47.772Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2504 | 2025-04-30T20:16:47.816Z | Checking num-rational v0.4.2 |
| 2505 | 2025-04-30T20:16:47.959Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2506 | 2025-04-30T20:16:48.366Z | Compiling tokio-rustls v0.25.0 |
| 2507 | 2025-04-30T20:16:48.517Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2508 | 2025-04-30T20:16:48.739Z | Compiling dropshot v0.16.0 |
| 2509 | 2025-04-30T20:16:50.472Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2510 | 2025-04-30T20:16:51.346Z | Compiling phf_generator v0.11.2 |
| 2511 | 2025-04-30T20:16:51.511Z | Checking num-complex v0.4.6 |
| 2512 | 2025-04-30T20:16:51.826Z | Compiling macaddr v1.0.1 |
| 2513 | 2025-04-30T20:16:52.214Z | Checking cobs v0.2.3 |
| 2514 | 2025-04-30T20:16:52.254Z | Checking num v0.4.3 |
| 2515 | 2025-04-30T20:16:52.349Z | Compiling phf_codegen v0.11.2 |
| 2516 | 2025-04-30T20:16:52.406Z | Checking postcard v1.0.10 |
| 2517 | 2025-04-30T20:16:52.543Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2518 | 2025-04-30T20:16:52.797Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2519 | 2025-04-30T20:16:52.883Z | Compiling parse-zoneinfo v0.3.1 |
| 2520 | 2025-04-30T20:16:52.930Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2521 | 2025-04-30T20:16:53.231Z | Compiling convert_case v0.4.0 |
| 2522 | 2025-04-30T20:16:53.424Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2523 | 2025-04-30T20:16:53.787Z | Checking float-ord v0.3.2 |
| 2524 | 2025-04-30T20:16:54.001Z | Compiling derive_more v0.99.19 |
| 2525 | 2025-04-30T20:16:54.118Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2526 | 2025-04-30T20:16:54.353Z | Compiling chrono-tz-build v0.4.0 |
| 2527 | 2025-04-30T20:16:55.065Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2528 | 2025-04-30T20:16:55.202Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2529 | 2025-04-30T20:16:55.379Z | Compiling crucible-workspace-hack v0.1.0 |
| 2530 | 2025-04-30T20:16:55.639Z | Checking linked-hash-map v0.5.6 |
| 2531 | 2025-04-30T20:16:55.815Z | Compiling chrono-tz v0.10.3 |
| 2532 | 2025-04-30T20:16:55.937Z | Checking lru-cache v0.1.2 |
| 2533 | 2025-04-30T20:16:56.138Z | Checking resolv-conf v0.7.0 |
| 2534 | 2025-04-30T20:16:56.313Z | Checking newline-converter v0.3.0 |
| 2535 | 2025-04-30T20:16:56.355Z | Checking itertools v0.14.0 |
| 2536 | 2025-04-30T20:16:56.411Z | Checking prettyplease v0.2.30 |
| 2537 | 2025-04-30T20:16:56.455Z | Compiling slog-dtrace v0.3.0 |
| 2538 | 2025-04-30T20:16:56.495Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2539 | 2025-04-30T20:16:56.718Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2540 | 2025-04-30T20:16:56.824Z | Checking expectorate v1.1.0 |
| 2541 | 2025-04-30T20:16:56.897Z | Checking hickory-resolver v0.24.4 |
| 2542 | 2025-04-30T20:16:57.363Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2543 | 2025-04-30T20:16:57.731Z | Compiling zone_cfg_derive v0.3.0 |
| 2544 | 2025-04-30T20:16:58.219Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2545 | 2025-04-30T20:16:58.259Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2546 | 2025-04-30T20:16:58.302Z | Compiling const_format_proc_macros v0.2.34 |
| 2547 | 2025-04-30T20:16:58.549Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2548 | 2025-04-30T20:16:58.598Z | Compiling num-derive v0.4.2 |
| 2549 | 2025-04-30T20:16:58.889Z | Checking highway v1.3.0 |
| 2550 | 2025-04-30T20:16:59.162Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2551 | 2025-04-30T20:16:59.333Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2552 | 2025-04-30T20:16:59.373Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2553 | 2025-04-30T20:16:59.443Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2554 | 2025-04-30T20:16:59.510Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2555 | 2025-04-30T20:16:59.561Z | Checking zone v0.3.1 |
| 2556 | 2025-04-30T20:16:59.880Z | Checking const_format v0.2.34 |
| 2557 | 2025-04-30T20:17:00.221Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2558 | 2025-04-30T20:17:00.287Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2559 | 2025-04-30T20:17:00.329Z | Checking qorb v0.3.1 |
| 2560 | 2025-04-30T20:17:00.371Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2561 | 2025-04-30T20:17:00.722Z | Checking gethostname v0.5.0 |
| 2562 | 2025-04-30T20:17:00.766Z | Checking bcs v0.1.6 |
| 2563 | 2025-04-30T20:17:00.855Z | Checking nanorand v0.7.0 |
| 2564 | 2025-04-30T20:17:01.092Z | Compiling async-recursion v1.1.1 |
| 2565 | 2025-04-30T20:17:01.188Z | Checking termtree v0.5.1 |
| 2566 | 2025-04-30T20:17:01.229Z | Checking flume v0.11.1 |
| 2567 | 2025-04-30T20:17:01.458Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2568 | 2025-04-30T20:17:07.765Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2569 | 2025-04-30T20:17:14.207Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2570 | 2025-04-30T20:17:14.954Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2571 | 2025-04-30T20:17:16.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.22s |
| 2572 | 2025-04-30T20:17:16.837Z | |
| 2573 | 2025-04-30T20:17:16.837Z | info: running `cargo check --bins` on clickhouse-admin-api (56/214) |
| 2574 | 2025-04-30T20:17:17.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2575 | 2025-04-30T20:17:17.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2576 | 2025-04-30T20:17:17.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2577 | 2025-04-30T20:17:17.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2578 | 2025-04-30T20:17:17.827Z | |
| 2579 | 2025-04-30T20:17:17.827Z | info: running `cargo check --bins` on clickhouse-admin-types (57/214) |
| 2580 | 2025-04-30T20:17:18.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2581 | 2025-04-30T20:17:18.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2582 | 2025-04-30T20:17:18.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2583 | 2025-04-30T20:17:18.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2584 | 2025-04-30T20:17:18.806Z | |
| 2585 | 2025-04-30T20:17:18.806Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/214) |
| 2586 | 2025-04-30T20:17:19.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2587 | 2025-04-30T20:17:19.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2588 | 2025-04-30T20:17:19.811Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2589 | 2025-04-30T20:17:22.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 2590 | 2025-04-30T20:17:22.030Z | |
| 2591 | 2025-04-30T20:17:22.030Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/214) |
| 2592 | 2025-04-30T20:17:22.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2593 | 2025-04-30T20:17:22.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2594 | 2025-04-30T20:17:22.031Z | Compiling cfg_aliases v0.1.1 |
| 2595 | 2025-04-30T20:17:22.031Z | Compiling vte_generate_state_changes v0.1.2 |
| 2596 | 2025-04-30T20:17:22.031Z | Checking fd-lock v4.0.2 |
| 2597 | 2025-04-30T20:17:22.031Z | Checking nibble_vec v0.1.0 |
| 2598 | 2025-04-30T20:17:22.031Z | Checking bytecount v0.6.8 |
| 2599 | 2025-04-30T20:17:22.031Z | Checking endian-type v0.1.2 |
| 2600 | 2025-04-30T20:17:22.031Z | Compiling tabled_derive v0.7.0 |
| 2601 | 2025-04-30T20:17:22.031Z | Compiling peg-macros v0.8.5 |
| 2602 | 2025-04-30T20:17:22.031Z | Compiling nix v0.28.0 |
| 2603 | 2025-04-30T20:17:22.031Z | Checking papergrid v0.11.0 |
| 2604 | 2025-04-30T20:17:22.072Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2605 | 2025-04-30T20:17:22.112Z | Checking radix_trie v0.2.1 |
| 2606 | 2025-04-30T20:17:22.157Z | Compiling sqlparser_derive v0.2.2 |
| 2607 | 2025-04-30T20:17:22.353Z | Checking vte v0.11.1 |
| 2608 | 2025-04-30T20:17:22.457Z | Checking unicode_categories v0.1.1 |
| 2609 | 2025-04-30T20:17:22.742Z | Checking home v0.5.9 |
| 2610 | 2025-04-30T20:17:22.897Z | Checking nu-ansi-term v0.50.1 |
| 2611 | 2025-04-30T20:17:22.954Z | Checking sqlformat v0.2.6 |
| 2612 | 2025-04-30T20:17:23.043Z | Checking sqlparser v0.45.0 |
| 2613 | 2025-04-30T20:17:23.238Z | Checking display-error-chain v0.2.2 |
| 2614 | 2025-04-30T20:17:23.472Z | Checking strip-ansi-escapes v0.2.0 |
| 2615 | 2025-04-30T20:17:23.626Z | Checking reedline v0.38.0 |
| 2616 | 2025-04-30T20:17:23.738Z | Checking tabled v0.15.0 |
| 2617 | 2025-04-30T20:17:24.065Z | Checking peg v0.8.5 |
| 2618 | 2025-04-30T20:17:24.788Z | Checking rustyline v14.0.0 |
| 2619 | 2025-04-30T20:17:36.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s |
| 2620 | 2025-04-30T20:17:36.474Z | |
| 2621 | 2025-04-30T20:17:36.474Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/214) |
| 2622 | 2025-04-30T20:17:37.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2025-04-30T20:17:37.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2025-04-30T20:17:37.572Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2625 | 2025-04-30T20:17:44.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s |
| 2626 | 2025-04-30T20:17:44.559Z | |
| 2627 | 2025-04-30T20:17:44.560Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/214) |
| 2628 | 2025-04-30T20:17:45.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2025-04-30T20:17:45.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2025-04-30T20:17:45.567Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2631 | 2025-04-30T20:17:50.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
| 2632 | 2025-04-30T20:17:50.349Z | |
| 2633 | 2025-04-30T20:17:50.349Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/214) |
| 2634 | 2025-04-30T20:17:51.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2025-04-30T20:17:51.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2025-04-30T20:17:51.394Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2637 | 2025-04-30T20:17:57.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s |
| 2638 | 2025-04-30T20:17:57.922Z | |
| 2639 | 2025-04-30T20:17:57.922Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/214) |
| 2640 | 2025-04-30T20:17:58.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2025-04-30T20:17:58.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2025-04-30T20:17:59.003Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2643 | 2025-04-30T20:18:05.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s |
| 2644 | 2025-04-30T20:18:05.729Z | |
| 2645 | 2025-04-30T20:18:05.729Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/214) |
| 2646 | 2025-04-30T20:18:06.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2025-04-30T20:18:06.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2025-04-30T20:18:06.744Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2649 | 2025-04-30T20:18:11.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
| 2650 | 2025-04-30T20:18:11.982Z | |
| 2651 | 2025-04-30T20:18:11.982Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/214) |
| 2652 | 2025-04-30T20:18:12.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2025-04-30T20:18:13.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2025-04-30T20:18:13.173Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2655 | 2025-04-30T20:18:18.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s |
| 2656 | 2025-04-30T20:18:18.787Z | |
| 2657 | 2025-04-30T20:18:18.787Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/214) |
| 2658 | 2025-04-30T20:18:19.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2025-04-30T20:18:19.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2025-04-30T20:18:19.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2661 | 2025-04-30T20:18:26.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.91s |
| 2662 | 2025-04-30T20:18:26.893Z | |
| 2663 | 2025-04-30T20:18:26.894Z | info: running `cargo check --bins` on oximeter (67/214) |
| 2664 | 2025-04-30T20:18:29.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-04-30T20:18:29.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-04-30T20:18:29.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2025-04-30T20:18:29.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2668 | 2025-04-30T20:18:29.901Z | |
| 2669 | 2025-04-30T20:18:29.902Z | info: running `cargo check --bins` on oximeter-macro-impl (68/214) |
| 2670 | 2025-04-30T20:18:29.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2025-04-30T20:18:29.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2025-04-30T20:18:29.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2025-04-30T20:18:29.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2674 | 2025-04-30T20:18:29.902Z | |
| 2675 | 2025-04-30T20:18:29.902Z | info: running `cargo check --bins` on oximeter-schema (69/214) |
| 2676 | 2025-04-30T20:18:29.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2025-04-30T20:18:29.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2025-04-30T20:18:29.902Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2679 | 2025-04-30T20:18:32.345Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2680 | 2025-04-30T20:18:33.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
| 2681 | 2025-04-30T20:18:33.790Z | |
| 2682 | 2025-04-30T20:18:33.790Z | info: running `cargo check --bins` on oximeter-types (70/214) |
| 2683 | 2025-04-30T20:18:34.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2684 | 2025-04-30T20:18:34.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2685 | 2025-04-30T20:18:34.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2686 | 2025-04-30T20:18:34.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2687 | 2025-04-30T20:18:34.743Z | |
| 2688 | 2025-04-30T20:18:34.743Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/214) |
| 2689 | 2025-04-30T20:18:35.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2690 | 2025-04-30T20:18:35.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2691 | 2025-04-30T20:18:35.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2692 | 2025-04-30T20:18:35.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2693 | 2025-04-30T20:18:35.738Z | |
| 2694 | 2025-04-30T20:18:35.738Z | info: running `cargo check --bins` on oxql-types (72/214) |
| 2695 | 2025-04-30T20:18:36.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2696 | 2025-04-30T20:18:36.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2697 | 2025-04-30T20:18:36.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2698 | 2025-04-30T20:18:36.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2699 | 2025-04-30T20:18:36.685Z | |
| 2700 | 2025-04-30T20:18:36.685Z | info: running `cargo check --bins` on oximeter-test-utils (73/214) |
| 2701 | 2025-04-30T20:18:37.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2702 | 2025-04-30T20:18:37.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2703 | 2025-04-30T20:18:37.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2704 | 2025-04-30T20:18:37.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2705 | 2025-04-30T20:18:37.686Z | |
| 2706 | 2025-04-30T20:18:37.686Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/214) |
| 2707 | 2025-04-30T20:18:38.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2708 | 2025-04-30T20:18:38.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2709 | 2025-04-30T20:18:38.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2710 | 2025-04-30T20:18:38.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2711 | 2025-04-30T20:18:38.661Z | |
| 2712 | 2025-04-30T20:18:38.661Z | info: running `cargo check --bins` on bootstrap-agent-client (75/214) |
| 2713 | 2025-04-30T20:18:39.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2714 | 2025-04-30T20:18:39.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2715 | 2025-04-30T20:18:39.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2716 | 2025-04-30T20:18:39.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2717 | 2025-04-30T20:18:39.645Z | |
| 2718 | 2025-04-30T20:18:39.645Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/214) |
| 2719 | 2025-04-30T20:18:40.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2720 | 2025-04-30T20:18:40.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2721 | 2025-04-30T20:18:40.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2722 | 2025-04-30T20:18:40.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2723 | 2025-04-30T20:18:40.618Z | |
| 2724 | 2025-04-30T20:18:40.618Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/214) |
| 2725 | 2025-04-30T20:18:41.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2726 | 2025-04-30T20:18:41.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2727 | 2025-04-30T20:18:41.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2728 | 2025-04-30T20:18:41.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2729 | 2025-04-30T20:18:41.590Z | |
| 2730 | 2025-04-30T20:18:41.590Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/214) |
| 2731 | 2025-04-30T20:18:42.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2732 | 2025-04-30T20:18:42.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2733 | 2025-04-30T20:18:42.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2734 | 2025-04-30T20:18:42.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2735 | 2025-04-30T20:18:42.566Z | |
| 2736 | 2025-04-30T20:18:42.566Z | info: running `cargo check --bins` on cockroach-admin-client (79/214) |
| 2737 | 2025-04-30T20:18:43.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2738 | 2025-04-30T20:18:43.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2739 | 2025-04-30T20:18:43.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2740 | 2025-04-30T20:18:43.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2741 | 2025-04-30T20:18:43.515Z | |
| 2742 | 2025-04-30T20:18:43.515Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/214) |
| 2743 | 2025-04-30T20:18:44.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2744 | 2025-04-30T20:18:44.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2745 | 2025-04-30T20:18:44.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2746 | 2025-04-30T20:18:44.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2747 | 2025-04-30T20:18:44.547Z | |
| 2748 | 2025-04-30T20:18:44.547Z | info: running `cargo check --bins` on dns-service-client (81/214) |
| 2749 | 2025-04-30T20:18:45.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2750 | 2025-04-30T20:18:45.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2751 | 2025-04-30T20:18:45.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2752 | 2025-04-30T20:18:45.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2753 | 2025-04-30T20:18:45.490Z | |
| 2754 | 2025-04-30T20:18:45.490Z | info: running `cargo check --bins` on internal-dns-types (82/214) |
| 2755 | 2025-04-30T20:18:46.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2025-04-30T20:18:46.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2025-04-30T20:18:46.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2758 | 2025-04-30T20:18:46.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2759 | 2025-04-30T20:18:46.449Z | |
| 2760 | 2025-04-30T20:18:46.449Z | info: running `cargo check --bins` on ereport-client (83/214) |
| 2761 | 2025-04-30T20:18:47.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2762 | 2025-04-30T20:18:47.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2763 | 2025-04-30T20:18:47.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2764 | 2025-04-30T20:18:47.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2765 | 2025-04-30T20:18:47.384Z | |
| 2766 | 2025-04-30T20:18:47.384Z | info: running `cargo check --bins` on ereport-types (84/214) |
| 2767 | 2025-04-30T20:18:48.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2025-04-30T20:18:48.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2025-04-30T20:18:48.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2770 | 2025-04-30T20:18:48.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2771 | 2025-04-30T20:18:48.329Z | |
| 2772 | 2025-04-30T20:18:48.329Z | info: running `cargo check --bins` on gateway-client (85/214) |
| 2773 | 2025-04-30T20:18:49.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2025-04-30T20:18:49.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2025-04-30T20:18:49.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2025-04-30T20:18:49.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2777 | 2025-04-30T20:18:49.314Z | |
| 2778 | 2025-04-30T20:18:49.314Z | info: running `cargo check --bins` on installinator-client (86/214) |
| 2779 | 2025-04-30T20:18:50.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2025-04-30T20:18:50.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2025-04-30T20:18:50.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2025-04-30T20:18:50.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2783 | 2025-04-30T20:18:50.314Z | |
| 2784 | 2025-04-30T20:18:50.314Z | info: running `cargo check --bins` on installinator-common (87/214) |
| 2785 | 2025-04-30T20:18:51.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2025-04-30T20:18:51.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2025-04-30T20:18:51.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2025-04-30T20:18:51.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2789 | 2025-04-30T20:18:51.518Z | |
| 2790 | 2025-04-30T20:18:51.519Z | info: running `cargo check --bins` on update-engine (88/214) |
| 2791 | 2025-04-30T20:18:52.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2025-04-30T20:18:52.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2025-04-30T20:18:52.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2025-04-30T20:18:52.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2795 | 2025-04-30T20:18:52.296Z | |
| 2796 | 2025-04-30T20:18:52.296Z | info: running `cargo check --bins` on nexus-client (89/214) |
| 2797 | 2025-04-30T20:18:53.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2025-04-30T20:18:53.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2025-04-30T20:18:53.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2025-04-30T20:18:53.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2801 | 2025-04-30T20:18:53.307Z | |
| 2802 | 2025-04-30T20:18:53.308Z | info: running `cargo check --bins` on nexus-sled-agent-shared (90/214) |
| 2803 | 2025-04-30T20:18:54.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2025-04-30T20:18:54.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2025-04-30T20:18:54.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2025-04-30T20:18:54.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2807 | 2025-04-30T20:18:54.286Z | |
| 2808 | 2025-04-30T20:18:54.286Z | info: running `cargo check --bins` on omicron-passwords (91/214) |
| 2809 | 2025-04-30T20:18:55.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2025-04-30T20:18:55.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2025-04-30T20:18:55.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2025-04-30T20:18:55.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2813 | 2025-04-30T20:18:55.245Z | |
| 2814 | 2025-04-30T20:18:55.245Z | info: running `cargo check --bins` on nexus-types (92/214) |
| 2815 | 2025-04-30T20:18:56.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2025-04-30T20:18:56.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2025-04-30T20:18:56.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2025-04-30T20:18:56.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2819 | 2025-04-30T20:18:56.195Z | |
| 2820 | 2025-04-30T20:18:56.195Z | info: running `cargo check --bins` on oxide-client (93/214) |
| 2821 | 2025-04-30T20:18:57.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2025-04-30T20:18:57.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2025-04-30T20:18:57.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2025-04-30T20:18:57.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2825 | 2025-04-30T20:18:57.110Z | |
| 2826 | 2025-04-30T20:18:57.110Z | info: running `cargo check --bins` on oximeter-client (94/214) |
| 2827 | 2025-04-30T20:18:59.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2025-04-30T20:18:59.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2025-04-30T20:18:59.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2025-04-30T20:18:59.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2831 | 2025-04-30T20:18:59.155Z | |
| 2832 | 2025-04-30T20:18:59.155Z | info: running `cargo check --bins` on repo-depot-client (95/214) |
| 2833 | 2025-04-30T20:18:59.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2025-04-30T20:18:59.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2025-04-30T20:18:59.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2025-04-30T20:18:59.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2837 | 2025-04-30T20:18:59.158Z | |
| 2838 | 2025-04-30T20:18:59.158Z | info: running `cargo check --bins` on sled-agent-client (96/214) |
| 2839 | 2025-04-30T20:18:59.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2025-04-30T20:18:59.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2025-04-30T20:18:59.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2025-04-30T20:18:59.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2843 | 2025-04-30T20:19:00.002Z | |
| 2844 | 2025-04-30T20:19:00.002Z | info: running `cargo check --bins` on sled-agent-types (97/214) |
| 2845 | 2025-04-30T20:19:00.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2025-04-30T20:19:00.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2025-04-30T20:19:00.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2025-04-30T20:19:00.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2849 | 2025-04-30T20:19:00.999Z | |
| 2850 | 2025-04-30T20:19:00.999Z | info: running `cargo check --bins` on wicketd-client (98/214) |
| 2851 | 2025-04-30T20:19:01.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2025-04-30T20:19:01.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2025-04-30T20:19:01.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2025-04-30T20:19:01.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2855 | 2025-04-30T20:19:02.034Z | |
| 2856 | 2025-04-30T20:19:02.034Z | info: running `cargo check --bins` on wicket-common (99/214) |
| 2857 | 2025-04-30T20:19:02.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2025-04-30T20:19:02.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2025-04-30T20:19:02.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2025-04-30T20:19:02.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2861 | 2025-04-30T20:19:03.025Z | |
| 2862 | 2025-04-30T20:19:03.025Z | info: running `cargo check --bins` on omicron-cockroach-admin (100/214) |
| 2863 | 2025-04-30T20:19:03.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2025-04-30T20:19:03.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2025-04-30T20:19:04.078Z | Checking csv-core v0.1.11 |
| 2866 | 2025-04-30T20:19:04.078Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2867 | 2025-04-30T20:19:04.078Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2868 | 2025-04-30T20:19:04.119Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2869 | 2025-04-30T20:19:04.375Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2870 | 2025-04-30T20:19:04.418Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2871 | 2025-04-30T20:19:04.458Z | Checking csv v1.3.1 |
| 2872 | 2025-04-30T20:19:05.190Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2873 | 2025-04-30T20:19:05.645Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2874 | 2025-04-30T20:19:08.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 2875 | 2025-04-30T20:19:08.317Z | |
| 2876 | 2025-04-30T20:19:08.317Z | info: running `cargo check --bins` on cockroach-admin-api (101/214) |
| 2877 | 2025-04-30T20:19:09.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2025-04-30T20:19:09.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2025-04-30T20:19:09.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2025-04-30T20:19:09.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2881 | 2025-04-30T20:19:09.353Z | |
| 2882 | 2025-04-30T20:19:09.353Z | info: running `cargo check --bins` on cockroach-admin-types (102/214) |
| 2883 | 2025-04-30T20:19:10.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2025-04-30T20:19:10.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2025-04-30T20:19:10.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2025-04-30T20:19:10.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2887 | 2025-04-30T20:19:10.310Z | |
| 2888 | 2025-04-30T20:19:10.310Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (103/214) |
| 2889 | 2025-04-30T20:19:11.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2025-04-30T20:19:11.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2025-04-30T20:19:11.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2025-04-30T20:19:11.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2893 | 2025-04-30T20:19:11.448Z | |
| 2894 | 2025-04-30T20:19:11.448Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/214) |
| 2895 | 2025-04-30T20:19:12.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2025-04-30T20:19:12.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2025-04-30T20:19:12.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2025-04-30T20:19:12.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2899 | 2025-04-30T20:19:12.583Z | |
| 2900 | 2025-04-30T20:19:12.584Z | info: running `cargo check --bins` on dns-server (105/214) |
| 2901 | 2025-04-30T20:19:13.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2025-04-30T20:19:13.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2025-04-30T20:19:13.585Z | Compiling parking_lot_core v0.8.6 |
| 2904 | 2025-04-30T20:19:13.586Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2905 | 2025-04-30T20:19:13.586Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2906 | 2025-04-30T20:19:13.626Z | Checking fxhash v0.2.1 |
| 2907 | 2025-04-30T20:19:13.626Z | Checking hickory-client v0.24.4 |
| 2908 | 2025-04-30T20:19:13.626Z | Checking hickory-server v0.24.4 |
| 2909 | 2025-04-30T20:19:14.333Z | Checking parking_lot v0.11.2 |
| 2910 | 2025-04-30T20:19:14.536Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2911 | 2025-04-30T20:19:14.536Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2912 | 2025-04-30T20:19:14.651Z | Checking sled v0.34.7 |
| 2913 | 2025-04-30T20:19:17.012Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2914 | 2025-04-30T20:19:18.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s |
| 2915 | 2025-04-30T20:19:18.964Z | |
| 2916 | 2025-04-30T20:19:18.965Z | info: running `cargo check --bins` on dns-server-api (106/214) |
| 2917 | 2025-04-30T20:19:19.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2025-04-30T20:19:19.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2025-04-30T20:19:19.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2025-04-30T20:19:19.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2921 | 2025-04-30T20:19:19.980Z | |
| 2922 | 2025-04-30T20:19:19.980Z | info: running `cargo check --bins` on openapi-manager-types (107/214) |
| 2923 | 2025-04-30T20:19:20.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2025-04-30T20:19:20.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2025-04-30T20:19:20.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2025-04-30T20:19:20.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2927 | 2025-04-30T20:19:20.959Z | |
| 2928 | 2025-04-30T20:19:20.960Z | info: running `cargo check --bins` on gateway-test-utils (108/214) |
| 2929 | 2025-04-30T20:19:21.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2025-04-30T20:19:21.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2025-04-30T20:19:21.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2025-04-30T20:19:21.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2933 | 2025-04-30T20:19:22.090Z | |
| 2934 | 2025-04-30T20:19:22.090Z | info: running `cargo check --bins` on gateway-types (109/214) |
| 2935 | 2025-04-30T20:19:22.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2025-04-30T20:19:23.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2025-04-30T20:19:23.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2025-04-30T20:19:23.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2939 | 2025-04-30T20:19:23.099Z | |
| 2940 | 2025-04-30T20:19:23.099Z | info: running `cargo check --bins` on ipcc (110/214) |
| 2941 | 2025-04-30T20:19:23.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2025-04-30T20:19:24.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2025-04-30T20:19:24.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2944 | 2025-04-30T20:19:24.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2945 | 2025-04-30T20:19:24.108Z | |
| 2946 | 2025-04-30T20:19:24.108Z | info: running `cargo check --bins` on omicron-gateway (111/214) |
| 2947 | 2025-04-30T20:19:25.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2025-04-30T20:19:25.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2025-04-30T20:19:25.231Z | Compiling semver v0.1.20 |
| 2950 | 2025-04-30T20:19:25.231Z | Compiling radium v0.7.0 |
| 2951 | 2025-04-30T20:19:25.272Z | Compiling maybe-uninit v2.0.0 |
| 2952 | 2025-04-30T20:19:25.272Z | Checking tap v1.0.1 |
| 2953 | 2025-04-30T20:19:25.316Z | Checking password-hash v0.5.0 |
| 2954 | 2025-04-30T20:19:25.357Z | Checking blake2 v0.10.6 |
| 2955 | 2025-04-30T20:19:25.357Z | Compiling cancel-safe-futures v0.1.5 |
| 2956 | 2025-04-30T20:19:25.357Z | Checking crc-catalog v2.4.0 |
| 2957 | 2025-04-30T20:19:25.455Z | Checking wyz v0.5.1 |
| 2958 | 2025-04-30T20:19:25.523Z | Compiling packed_struct v0.10.1 |
| 2959 | 2025-04-30T20:19:25.683Z | Compiling rustc_version v0.1.7 |
| 2960 | 2025-04-30T20:19:25.777Z | Checking funty v2.0.0 |
| 2961 | 2025-04-30T20:19:25.818Z | Compiling owo-colors v4.2.0 |
| 2962 | 2025-04-30T20:19:25.859Z | Checking argon2 v0.5.3 |
| 2963 | 2025-04-30T20:19:25.901Z | Checking crc v3.2.1 |
| 2964 | 2025-04-30T20:19:25.990Z | Compiling packed_struct_codegen v0.10.1 |
| 2965 | 2025-04-30T20:19:26.031Z | Checking libsw-core v0.3.1 |
| 2966 | 2025-04-30T20:19:26.095Z | Compiling newtype_derive v0.1.6 |
| 2967 | 2025-04-30T20:19:26.136Z | Checking half v2.4.1 |
| 2968 | 2025-04-30T20:19:26.272Z | Compiling indexmap v1.9.3 |
| 2969 | 2025-04-30T20:19:26.316Z | Checking nodrop v0.1.14 |
| 2970 | 2025-04-30T20:19:26.448Z | Checking ciborium-io v0.2.2 |
| 2971 | 2025-04-30T20:19:26.489Z | Checking fixedbitset v0.5.7 |
| 2972 | 2025-04-30T20:19:26.532Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2973 | 2025-04-30T20:19:26.532Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2974 | 2025-04-30T20:19:26.573Z | Checking bitvec v1.0.1 |
| 2975 | 2025-04-30T20:19:26.615Z | Checking ciborium-ll v0.2.2 |
| 2976 | 2025-04-30T20:19:26.657Z | Checking array-init v0.0.4 |
| 2977 | 2025-04-30T20:19:26.826Z | Checking libsw v3.4.0 |
| 2978 | 2025-04-30T20:19:26.867Z | Checking smallvec v0.6.14 |
| 2979 | 2025-04-30T20:19:26.867Z | Checking petgraph v0.7.1 |
| 2980 | 2025-04-30T20:19:26.919Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2981 | 2025-04-30T20:19:27.235Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2982 | 2025-04-30T20:19:27.410Z | Checking termcolor v1.4.1 |
| 2983 | 2025-04-30T20:19:27.512Z | Checking bitfield v0.14.0 |
| 2984 | 2025-04-30T20:19:27.592Z | Checking linear-map v1.2.0 |
| 2985 | 2025-04-30T20:19:27.775Z | Checking indent_write v2.2.0 |
| 2986 | 2025-04-30T20:19:27.816Z | Checking hashbrown v0.12.3 |
| 2987 | 2025-04-30T20:19:27.906Z | Checking swrite v0.1.0 |
| 2988 | 2025-04-30T20:19:27.984Z | Checking ron v0.8.1 |
| 2989 | 2025-04-30T20:19:28.053Z | Checking env_logger v0.10.2 |
| 2990 | 2025-04-30T20:19:28.094Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2991 | 2025-04-30T20:19:28.135Z | Checking serde-hex v0.1.0 |
| 2992 | 2025-04-30T20:19:28.179Z | Checking ciborium v0.2.2 |
| 2993 | 2025-04-30T20:19:28.721Z | Checking steno v0.4.1 |
| 2994 | 2025-04-30T20:19:29.096Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2995 | 2025-04-30T20:19:29.137Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2996 | 2025-04-30T20:19:29.369Z | Checking hashbrown v0.13.2 |
| 2997 | 2025-04-30T20:19:29.410Z | Checking humantime v2.1.0 |
| 2998 | 2025-04-30T20:19:29.596Z | Checking crc-any v2.5.0 |
| 2999 | 2025-04-30T20:19:29.670Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3000 | 2025-04-30T20:19:29.711Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3001 | 2025-04-30T20:19:29.929Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3002 | 2025-04-30T20:19:29.971Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 3003 | 2025-04-30T20:19:30.250Z | Checking path-slash v0.1.5 |
| 3004 | 2025-04-30T20:19:30.292Z | Checking object v0.30.4 |
| 3005 | 2025-04-30T20:19:30.333Z | Checking void v1.0.2 |
| 3006 | 2025-04-30T20:19:30.415Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3007 | 2025-04-30T20:19:30.470Z | Checking lzss v0.8.2 |
| 3008 | 2025-04-30T20:19:30.698Z | Checking tungstenite v0.23.0 |
| 3009 | 2025-04-30T20:19:30.882Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3010 | 2025-04-30T20:19:31.415Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3011 | 2025-04-30T20:19:31.489Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3012 | 2025-04-30T20:19:31.539Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3013 | 2025-04-30T20:19:31.668Z | Checking nix v0.27.1 |
| 3014 | 2025-04-30T20:19:31.726Z | Checking kstat-rs v0.2.4 |
| 3015 | 2025-04-30T20:19:31.900Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3016 | 2025-04-30T20:19:31.943Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3017 | 2025-04-30T20:19:32.048Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3018 | 2025-04-30T20:19:32.216Z | Checking tokio-tungstenite v0.23.1 |
| 3019 | 2025-04-30T20:19:32.409Z | Checking signal-hook-tokio v0.3.1 |
| 3020 | 2025-04-30T20:19:32.706Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3021 | 2025-04-30T20:19:33.084Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3022 | 2025-04-30T20:19:41.542Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3023 | 2025-04-30T20:19:43.230Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 3024 | 2025-04-30T20:19:49.488Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3025 | 2025-04-30T20:19:57.770Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3026 | 2025-04-30T20:19:58.636Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3027 | 2025-04-30T20:20:02.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.27s |
| 3028 | 2025-04-30T20:20:02.592Z | |
| 3029 | 2025-04-30T20:20:02.592Z | info: running `cargo check --bins` on ereport-api (112/214) |
| 3030 | 2025-04-30T20:20:03.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2025-04-30T20:20:03.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2025-04-30T20:20:03.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3033 | 2025-04-30T20:20:03.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3034 | 2025-04-30T20:20:03.559Z | |
| 3035 | 2025-04-30T20:20:03.559Z | info: running `cargo check --bins` on gateway-api (113/214) |
| 3036 | 2025-04-30T20:20:04.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2025-04-30T20:20:04.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2025-04-30T20:20:04.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2025-04-30T20:20:04.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3040 | 2025-04-30T20:20:04.598Z | |
| 3041 | 2025-04-30T20:20:04.598Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (114/214) |
| 3042 | 2025-04-30T20:20:05.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2025-04-30T20:20:05.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2025-04-30T20:20:05.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2025-04-30T20:20:05.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3046 | 2025-04-30T20:20:05.578Z | |
| 3047 | 2025-04-30T20:20:05.578Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/214) |
| 3048 | 2025-04-30T20:20:06.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2025-04-30T20:20:06.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2025-04-30T20:20:06.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2025-04-30T20:20:06.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3052 | 2025-04-30T20:20:06.582Z | |
| 3053 | 2025-04-30T20:20:06.582Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/214) |
| 3054 | 2025-04-30T20:20:07.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2025-04-30T20:20:07.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2025-04-30T20:20:07.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2025-04-30T20:20:07.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3058 | 2025-04-30T20:20:07.579Z | |
| 3059 | 2025-04-30T20:20:07.579Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/214) |
| 3060 | 2025-04-30T20:20:08.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2025-04-30T20:20:08.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2025-04-30T20:20:08.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2025-04-30T20:20:08.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3064 | 2025-04-30T20:20:08.596Z | |
| 3065 | 2025-04-30T20:20:08.596Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/214) |
| 3066 | 2025-04-30T20:20:09.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2025-04-30T20:20:09.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2025-04-30T20:20:09.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2025-04-30T20:20:09.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3070 | 2025-04-30T20:20:09.620Z | |
| 3071 | 2025-04-30T20:20:09.621Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/214) |
| 3072 | 2025-04-30T20:20:10.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2025-04-30T20:20:10.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2025-04-30T20:20:10.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2025-04-30T20:20:10.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3076 | 2025-04-30T20:20:10.632Z | |
| 3077 | 2025-04-30T20:20:10.632Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/214) |
| 3078 | 2025-04-30T20:20:11.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2025-04-30T20:20:11.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2025-04-30T20:20:11.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2025-04-30T20:20:11.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3082 | 2025-04-30T20:20:11.608Z | |
| 3083 | 2025-04-30T20:20:11.608Z | info: running `cargo check --bins` on oximeter-producer (121/214) |
| 3084 | 2025-04-30T20:20:12.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2025-04-30T20:20:12.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2025-04-30T20:20:12.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2025-04-30T20:20:12.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3088 | 2025-04-30T20:20:12.657Z | |
| 3089 | 2025-04-30T20:20:12.657Z | info: running `cargo check --bins` on internal-dns-resolver (122/214) |
| 3090 | 2025-04-30T20:20:13.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2025-04-30T20:20:13.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2025-04-30T20:20:13.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2025-04-30T20:20:13.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3094 | 2025-04-30T20:20:13.667Z | |
| 3095 | 2025-04-30T20:20:13.667Z | info: running `cargo check --bins` on sp-sim (123/214) |
| 3096 | 2025-04-30T20:20:14.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2025-04-30T20:20:14.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2025-04-30T20:20:14.719Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3099 | 2025-04-30T20:20:15.037Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3100 | 2025-04-30T20:20:17.238Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3101 | 2025-04-30T20:20:19.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
| 3102 | 2025-04-30T20:20:19.793Z | |
| 3103 | 2025-04-30T20:20:19.793Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (124/214) |
| 3104 | 2025-04-30T20:20:20.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2025-04-30T20:20:20.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2025-04-30T20:20:20.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2025-04-30T20:20:20.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3108 | 2025-04-30T20:20:20.891Z | |
| 3109 | 2025-04-30T20:20:20.891Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/214) |
| 3110 | 2025-04-30T20:20:21.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2025-04-30T20:20:21.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2025-04-30T20:20:21.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2025-04-30T20:20:21.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3114 | 2025-04-30T20:20:21.997Z | |
| 3115 | 2025-04-30T20:20:21.997Z | info: running `cargo check --bins` on db-macros (126/214) |
| 3116 | 2025-04-30T20:20:22.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2025-04-30T20:20:22.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2025-04-30T20:20:22.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2025-04-30T20:20:22.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3120 | 2025-04-30T20:20:22.963Z | |
| 3121 | 2025-04-30T20:20:22.963Z | info: running `cargo check --bins` on nexus-macros-common (127/214) |
| 3122 | 2025-04-30T20:20:23.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2025-04-30T20:20:23.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2025-04-30T20:20:23.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2025-04-30T20:20:23.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3126 | 2025-04-30T20:20:23.942Z | |
| 3127 | 2025-04-30T20:20:23.943Z | info: running `cargo check --bins` on nexus-auth (128/214) |
| 3128 | 2025-04-30T20:20:24.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2025-04-30T20:20:24.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2025-04-30T20:20:24.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2025-04-30T20:20:24.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3132 | 2025-04-30T20:20:25.066Z | |
| 3133 | 2025-04-30T20:20:25.066Z | info: running `cargo check --bins` on authz-macros (129/214) |
| 3134 | 2025-04-30T20:20:25.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2025-04-30T20:20:25.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2025-04-30T20:20:25.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2025-04-30T20:20:25.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3138 | 2025-04-30T20:20:26.058Z | |
| 3139 | 2025-04-30T20:20:26.058Z | info: running `cargo check --bins` on nexus-db-fixed-data (130/214) |
| 3140 | 2025-04-30T20:20:27.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2025-04-30T20:20:27.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2025-04-30T20:20:27.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2025-04-30T20:20:27.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3144 | 2025-04-30T20:20:27.130Z | |
| 3145 | 2025-04-30T20:20:27.130Z | info: running `cargo check --bins` on nexus-db-model (131/214) |
| 3146 | 2025-04-30T20:20:28.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2025-04-30T20:20:28.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2025-04-30T20:20:28.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2025-04-30T20:20:28.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3150 | 2025-04-30T20:20:28.173Z | |
| 3151 | 2025-04-30T20:20:28.173Z | info: running `cargo check --bins` on nexus-db-schema (132/214) |
| 3152 | 2025-04-30T20:20:29.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2025-04-30T20:20:29.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2025-04-30T20:20:29.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2025-04-30T20:20:29.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3156 | 2025-04-30T20:20:29.209Z | |
| 3157 | 2025-04-30T20:20:29.209Z | info: running `cargo check --bins` on nexus-defaults (133/214) |
| 3158 | 2025-04-30T20:20:30.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2025-04-30T20:20:30.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2025-04-30T20:20:30.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2025-04-30T20:20:30.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3162 | 2025-04-30T20:20:30.199Z | |
| 3163 | 2025-04-30T20:20:30.199Z | info: running `cargo check --bins` on nexus-db-errors (134/214) |
| 3164 | 2025-04-30T20:20:31.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2025-04-30T20:20:31.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2025-04-30T20:20:31.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2025-04-30T20:20:31.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3168 | 2025-04-30T20:20:31.247Z | |
| 3169 | 2025-04-30T20:20:31.248Z | info: running `cargo check --bins` on nexus-db-lookup (135/214) |
| 3170 | 2025-04-30T20:20:32.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2025-04-30T20:20:32.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2025-04-30T20:20:32.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2025-04-30T20:20:32.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3174 | 2025-04-30T20:20:32.306Z | |
| 3175 | 2025-04-30T20:20:32.306Z | info: running `cargo check --bins` on nexus-inventory (136/214) |
| 3176 | 2025-04-30T20:20:33.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2025-04-30T20:20:33.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2025-04-30T20:20:33.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2025-04-30T20:20:33.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3180 | 2025-04-30T20:20:33.343Z | |
| 3181 | 2025-04-30T20:20:33.343Z | info: running `cargo check --bins` on typed-rng (137/214) |
| 3182 | 2025-04-30T20:20:34.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2025-04-30T20:20:34.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2025-04-30T20:20:34.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2025-04-30T20:20:34.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3186 | 2025-04-30T20:20:34.324Z | |
| 3187 | 2025-04-30T20:20:34.324Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (138/214) |
| 3188 | 2025-04-30T20:20:35.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2025-04-30T20:20:35.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2025-04-30T20:20:35.517Z | Checking keccak v0.1.5 |
| 3191 | 2025-04-30T20:20:35.558Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 3192 | 2025-04-30T20:20:35.558Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3193 | 2025-04-30T20:20:35.558Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 3194 | 2025-04-30T20:20:35.598Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3195 | 2025-04-30T20:20:35.598Z | Checking universal-hash v0.5.1 |
| 3196 | 2025-04-30T20:20:35.598Z | Checking secrecy v0.10.3 |
| 3197 | 2025-04-30T20:20:35.638Z | Checking opaque-debug v0.3.1 |
| 3198 | 2025-04-30T20:20:35.769Z | Checking chacha20 v0.9.1 |
| 3199 | 2025-04-30T20:20:35.821Z | Checking aead v0.5.2 |
| 3200 | 2025-04-30T20:20:35.861Z | Checking sha3 v0.10.8 |
| 3201 | 2025-04-30T20:20:35.861Z | Checking poly1305 v0.8.0 |
| 3202 | 2025-04-30T20:20:35.901Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3203 | 2025-04-30T20:20:36.019Z | Compiling unicase v2.7.0 |
| 3204 | 2025-04-30T20:20:36.065Z | Compiling libefi-sys v0.1.0 |
| 3205 | 2025-04-30T20:20:36.105Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 3206 | 2025-04-30T20:20:36.145Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3207 | 2025-04-30T20:20:36.232Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3208 | 2025-04-30T20:20:36.272Z | Compiling bitfield-struct v0.6.2 |
| 3209 | 2025-04-30T20:20:36.362Z | Checking chacha20poly1305 v0.10.1 |
| 3210 | 2025-04-30T20:20:36.410Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3211 | 2025-04-30T20:20:36.568Z | Compiling salty v0.3.0 |
| 3212 | 2025-04-30T20:20:37.010Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3213 | 2025-04-30T20:20:37.091Z | Compiling num-derive v0.3.3 |
| 3214 | 2025-04-30T20:20:37.131Z | Compiling proc-macro-error2 v2.0.1 |
| 3215 | 2025-04-30T20:20:37.310Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2025-04-30T20:20:37.438Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3217 | 2025-04-30T20:20:37.478Z | Checking papergrid v0.14.0 |
| 3218 | 2025-04-30T20:20:37.709Z | Compiling tabled_derive v0.10.0 |
| 3219 | 2025-04-30T20:20:37.952Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3220 | 2025-04-30T20:20:38.001Z | Checking thiserror-no-std v2.0.2 |
| 3221 | 2025-04-30T20:20:38.135Z | Checking vsss-rs v3.3.4 |
| 3222 | 2025-04-30T20:20:38.524Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 3223 | 2025-04-30T20:20:38.680Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3224 | 2025-04-30T20:20:38.822Z | Checking libscf-sys v1.1.0 |
| 3225 | 2025-04-30T20:20:38.935Z | Compiling mime_guess v2.0.5 |
| 3226 | 2025-04-30T20:20:39.038Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3227 | 2025-04-30T20:20:39.364Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3228 | 2025-04-30T20:20:39.926Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3229 | 2025-04-30T20:20:40.050Z | Checking primeorder v0.13.6 |
| 3230 | 2025-04-30T20:20:40.110Z | Checking env_filter v0.1.2 |
| 3231 | 2025-04-30T20:20:40.350Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3232 | 2025-04-30T20:20:40.493Z | Compiling xshell-macros v0.2.7 |
| 3233 | 2025-04-30T20:20:40.704Z | Checking p384 v0.13.0 |
| 3234 | 2025-04-30T20:20:40.886Z | Checking env_logger v0.11.5 |
| 3235 | 2025-04-30T20:20:41.027Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3236 | 2025-04-30T20:20:41.144Z | Checking xshell v0.2.7 |
| 3237 | 2025-04-30T20:20:41.217Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3238 | 2025-04-30T20:20:41.465Z | Checking tabled v0.18.0 |
| 3239 | 2025-04-30T20:20:41.700Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3240 | 2025-04-30T20:20:41.824Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3241 | 2025-04-30T20:20:42.153Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3242 | 2025-04-30T20:20:42.200Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3243 | 2025-04-30T20:20:42.245Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3244 | 2025-04-30T20:20:42.512Z | Checking http-range v0.1.5 |
| 3245 | 2025-04-30T20:20:42.552Z | Checking glob v0.3.2 |
| 3246 | 2025-04-30T20:20:42.746Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3247 | 2025-04-30T20:20:42.864Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3248 | 2025-04-30T20:20:42.905Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3249 | 2025-04-30T20:20:42.945Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3250 | 2025-04-30T20:20:43.066Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3251 | 2025-04-30T20:20:43.222Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3252 | 2025-04-30T20:20:43.263Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 3253 | 2025-04-30T20:20:43.315Z | Checking secrecy v0.8.0 |
| 3254 | 2025-04-30T20:20:43.492Z | Checking atty v0.2.14 |
| 3255 | 2025-04-30T20:20:43.533Z | Checking crc8 v0.1.1 |
| 3256 | 2025-04-30T20:20:43.646Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 3257 | 2025-04-30T20:20:43.843Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3258 | 2025-04-30T20:20:44.425Z | Checking hyper-staticfile v0.10.1 |
| 3259 | 2025-04-30T20:20:44.466Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3260 | 2025-04-30T20:20:44.977Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3261 | 2025-04-30T20:20:45.018Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3262 | 2025-04-30T20:20:45.079Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3263 | 2025-04-30T20:20:45.120Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3264 | 2025-04-30T20:20:45.383Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 3265 | 2025-04-30T20:20:45.472Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3266 | 2025-04-30T20:20:45.892Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3267 | 2025-04-30T20:20:46.230Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3268 | 2025-04-30T20:20:46.289Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3269 | 2025-04-30T20:20:46.434Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3270 | 2025-04-30T20:20:46.434Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3271 | 2025-04-30T20:20:46.810Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3272 | 2025-04-30T20:20:47.749Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3273 | 2025-04-30T20:20:47.807Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3274 | 2025-04-30T20:20:48.120Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3275 | 2025-04-30T20:20:49.989Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3276 | 2025-04-30T20:20:58.615Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3277 | 2025-04-30T20:21:18.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.41s |
| 3278 | 2025-04-30T20:21:18.951Z | |
| 3279 | 2025-04-30T20:21:18.951Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (139/214) |
| 3280 | 2025-04-30T20:21:19.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2025-04-30T20:21:19.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2025-04-30T20:21:20.187Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3283 | 2025-04-30T20:21:40.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s |
| 3284 | 2025-04-30T20:21:40.220Z | |
| 3285 | 2025-04-30T20:21:40.220Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (140/214) |
| 3286 | 2025-04-30T20:21:41.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2025-04-30T20:21:41.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2025-04-30T20:21:41.486Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3289 | 2025-04-30T20:22:01.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s |
| 3290 | 2025-04-30T20:22:01.739Z | |
| 3291 | 2025-04-30T20:22:01.739Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (141/214) |
| 3292 | 2025-04-30T20:22:02.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2025-04-30T20:22:02.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2025-04-30T20:22:02.936Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3295 | 2025-04-30T20:22:24.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.68s |
| 3296 | 2025-04-30T20:22:24.971Z | |
| 3297 | 2025-04-30T20:22:24.971Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (142/214) |
| 3298 | 2025-04-30T20:22:24.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2025-04-30T20:22:24.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2025-04-30T20:22:24.972Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3301 | 2025-04-30T20:22:43.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s |
| 3302 | 2025-04-30T20:22:44.069Z | |
| 3303 | 2025-04-30T20:22:44.069Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (143/214) |
| 3304 | 2025-04-30T20:22:45.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2025-04-30T20:22:45.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2025-04-30T20:22:45.236Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3307 | 2025-04-30T20:23:04.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.68s |
| 3308 | 2025-04-30T20:23:04.964Z | |
| 3309 | 2025-04-30T20:23:04.964Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (144/214) |
| 3310 | 2025-04-30T20:23:05.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2025-04-30T20:23:05.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2025-04-30T20:23:06.166Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3313 | 2025-04-30T20:23:25.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.89s |
| 3314 | 2025-04-30T20:23:26.084Z | |
| 3315 | 2025-04-30T20:23:26.084Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (145/214) |
| 3316 | 2025-04-30T20:23:27.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2025-04-30T20:23:27.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2025-04-30T20:23:27.350Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3319 | 2025-04-30T20:23:46.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.88s |
| 3320 | 2025-04-30T20:23:47.179Z | |
| 3321 | 2025-04-30T20:23:47.179Z | info: running `cargo check --bins` on bootstrap-agent-api (146/214) |
| 3322 | 2025-04-30T20:23:48.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2025-04-30T20:23:48.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2025-04-30T20:23:48.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2025-04-30T20:23:48.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3326 | 2025-04-30T20:23:48.218Z | |
| 3327 | 2025-04-30T20:23:48.218Z | info: running `cargo check --bins` on key-manager (147/214) |
| 3328 | 2025-04-30T20:23:49.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2025-04-30T20:23:49.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2025-04-30T20:23:49.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2025-04-30T20:23:49.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3332 | 2025-04-30T20:23:49.207Z | |
| 3333 | 2025-04-30T20:23:49.207Z | info: running `cargo check --bins` on range-requests (148/214) |
| 3334 | 2025-04-30T20:23:50.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2025-04-30T20:23:50.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2025-04-30T20:23:50.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2025-04-30T20:23:50.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3338 | 2025-04-30T20:23:50.191Z | |
| 3339 | 2025-04-30T20:23:50.191Z | info: running `cargo check --bins` on repo-depot-api (149/214) |
| 3340 | 2025-04-30T20:23:51.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2025-04-30T20:23:51.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2025-04-30T20:23:51.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2025-04-30T20:23:51.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3344 | 2025-04-30T20:23:51.207Z | |
| 3345 | 2025-04-30T20:23:51.207Z | info: running `cargo check --bins` on sled-agent-api (150/214) |
| 3346 | 2025-04-30T20:23:52.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2025-04-30T20:23:52.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2025-04-30T20:23:52.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2025-04-30T20:23:52.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3350 | 2025-04-30T20:23:52.224Z | |
| 3351 | 2025-04-30T20:23:52.224Z | info: running `cargo check --bins` on sled-diagnostics (151/214) |
| 3352 | 2025-04-30T20:23:53.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2025-04-30T20:23:53.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2025-04-30T20:23:53.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2025-04-30T20:23:53.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3356 | 2025-04-30T20:23:53.216Z | |
| 3357 | 2025-04-30T20:23:53.216Z | info: running `cargo check --bins --no-default-features` on sled-storage (152/214) |
| 3358 | 2025-04-30T20:23:54.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2025-04-30T20:23:54.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2025-04-30T20:23:54.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2025-04-30T20:23:54.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3362 | 2025-04-30T20:23:54.216Z | |
| 3363 | 2025-04-30T20:23:54.216Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (153/214) |
| 3364 | 2025-04-30T20:23:55.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2025-04-30T20:23:55.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2025-04-30T20:23:55.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2025-04-30T20:23:55.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3368 | 2025-04-30T20:23:55.239Z | |
| 3369 | 2025-04-30T20:23:55.239Z | info: running `cargo check --bins` on sled-hardware (154/214) |
| 3370 | 2025-04-30T20:23:56.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2025-04-30T20:23:56.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2025-04-30T20:23:56.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2025-04-30T20:23:56.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3374 | 2025-04-30T20:23:56.284Z | |
| 3375 | 2025-04-30T20:23:56.284Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (155/214) |
| 3376 | 2025-04-30T20:23:57.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2025-04-30T20:23:57.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2025-04-30T20:23:57.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2025-04-30T20:23:57.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3380 | 2025-04-30T20:23:57.337Z | |
| 3381 | 2025-04-30T20:23:57.337Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (156/214) |
| 3382 | 2025-04-30T20:23:58.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2025-04-30T20:23:58.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2025-04-30T20:23:58.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2025-04-30T20:23:58.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3386 | 2025-04-30T20:23:58.388Z | |
| 3387 | 2025-04-30T20:23:58.388Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (157/214) |
| 3388 | 2025-04-30T20:23:59.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2025-04-30T20:23:59.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2025-04-30T20:23:59.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2025-04-30T20:23:59.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3392 | 2025-04-30T20:23:59.414Z | |
| 3393 | 2025-04-30T20:23:59.414Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (158/214) |
| 3394 | 2025-04-30T20:24:00.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2025-04-30T20:24:00.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2025-04-30T20:24:00.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2025-04-30T20:24:00.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3398 | 2025-04-30T20:24:00.473Z | |
| 3399 | 2025-04-30T20:24:00.473Z | info: running `cargo check --bins` on nexus-test-interface (159/214) |
| 3400 | 2025-04-30T20:24:01.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2025-04-30T20:24:01.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2025-04-30T20:24:01.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2025-04-30T20:24:01.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3404 | 2025-04-30T20:24:01.575Z | |
| 3405 | 2025-04-30T20:24:01.575Z | info: running `cargo check --bins` on oximeter-collector (160/214) |
| 3406 | 2025-04-30T20:24:02.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2025-04-30T20:24:02.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2025-04-30T20:24:02.684Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3409 | 2025-04-30T20:24:02.685Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3410 | 2025-04-30T20:24:03.697Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3411 | 2025-04-30T20:24:06.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
| 3412 | 2025-04-30T20:24:06.636Z | |
| 3413 | 2025-04-30T20:24:06.636Z | info: running `cargo check --bins` on oximeter-api (161/214) |
| 3414 | 2025-04-30T20:24:07.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2025-04-30T20:24:07.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2025-04-30T20:24:07.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2025-04-30T20:24:07.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3418 | 2025-04-30T20:24:07.649Z | |
| 3419 | 2025-04-30T20:24:07.650Z | info: running `cargo check --bins` on cert-dev (162/214) |
| 3420 | 2025-04-30T20:24:08.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2025-04-30T20:24:08.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2025-04-30T20:24:08.598Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3423 | 2025-04-30T20:24:08.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3424 | 2025-04-30T20:24:09.062Z | |
| 3425 | 2025-04-30T20:24:09.063Z | info: running `cargo check --bins` on clickana (163/214) |
| 3426 | 2025-04-30T20:24:09.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2025-04-30T20:24:09.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2025-04-30T20:24:10.071Z | Checking itertools v0.13.0 |
| 3429 | 2025-04-30T20:24:10.071Z | Checking castaway v0.2.3 |
| 3430 | 2025-04-30T20:24:10.119Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3431 | 2025-04-30T20:24:10.119Z | Checking lru v0.12.5 |
| 3432 | 2025-04-30T20:24:10.119Z | Compiling instability v0.3.2 |
| 3433 | 2025-04-30T20:24:10.119Z | Compiling indoc v2.0.6 |
| 3434 | 2025-04-30T20:24:10.119Z | Checking cassowary v0.3.0 |
| 3435 | 2025-04-30T20:24:10.271Z | Checking compact_str v0.8.0 |
| 3436 | 2025-04-30T20:24:12.210Z | Checking unicode-truncate v1.1.0 |
| 3437 | 2025-04-30T20:24:12.396Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3438 | 2025-04-30T20:24:12.451Z | Checking ratatui v0.29.0 |
| 3439 | 2025-04-30T20:24:15.018Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3440 | 2025-04-30T20:24:16.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s |
| 3441 | 2025-04-30T20:24:16.298Z | |
| 3442 | 2025-04-30T20:24:16.298Z | info: running `cargo check --bins` on clickhouse-cluster-dev (164/214) |
| 3443 | 2025-04-30T20:24:17.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-04-30T20:24:17.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-04-30T20:24:17.415Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3446 | 2025-04-30T20:24:17.415Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3447 | 2025-04-30T20:24:18.796Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3448 | 2025-04-30T20:24:19.447Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3449 | 2025-04-30T20:24:19.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 3450 | 2025-04-30T20:24:20.188Z | |
| 3451 | 2025-04-30T20:24:20.188Z | info: running `cargo check --bins` on ch-dev (165/214) |
| 3452 | 2025-04-30T20:24:21.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2025-04-30T20:24:21.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2025-04-30T20:24:21.225Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3455 | 2025-04-30T20:24:22.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
| 3456 | 2025-04-30T20:24:22.354Z | |
| 3457 | 2025-04-30T20:24:22.355Z | info: running `cargo check --bins` on dev-tools-common (166/214) |
| 3458 | 2025-04-30T20:24:23.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2025-04-30T20:24:23.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2025-04-30T20:24:23.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2025-04-30T20:24:23.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3462 | 2025-04-30T20:24:23.115Z | |
| 3463 | 2025-04-30T20:24:23.115Z | info: running `cargo check --bins` on crdb-seed (167/214) |
| 3464 | 2025-04-30T20:24:23.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2025-04-30T20:24:24.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2025-04-30T20:24:24.146Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3467 | 2025-04-30T20:24:24.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3468 | 2025-04-30T20:24:24.704Z | |
| 3469 | 2025-04-30T20:24:24.704Z | info: running `cargo check --bins` on db-dev (168/214) |
| 3470 | 2025-04-30T20:24:25.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2025-04-30T20:24:25.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2025-04-30T20:24:25.813Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3473 | 2025-04-30T20:24:26.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 3474 | 2025-04-30T20:24:26.960Z | |
| 3475 | 2025-04-30T20:24:26.960Z | info: running `cargo check --bins` on omicron-dev-lib (169/214) |
| 3476 | 2025-04-30T20:24:27.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2025-04-30T20:24:27.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2025-04-30T20:24:27.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2025-04-30T20:24:27.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3480 | 2025-04-30T20:24:28.023Z | |
| 3481 | 2025-04-30T20:24:28.023Z | info: running `cargo check --bins` on xtask-downloader (170/214) |
| 3482 | 2025-04-30T20:24:28.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2025-04-30T20:24:28.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2025-04-30T20:24:29.398Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3485 | 2025-04-30T20:24:30.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
| 3486 | 2025-04-30T20:24:30.207Z | |
| 3487 | 2025-04-30T20:24:30.207Z | info: running `cargo check --bins` on omicron-ls-apis (171/214) |
| 3488 | 2025-04-30T20:24:31.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2025-04-30T20:24:31.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2025-04-30T20:24:31.165Z | Checking cargo-platform v0.1.8 |
| 3491 | 2025-04-30T20:24:31.453Z | Checking cargo_metadata v0.19.2 |
| 3492 | 2025-04-30T20:24:32.866Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3493 | 2025-04-30T20:24:34.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
| 3494 | 2025-04-30T20:24:34.207Z | |
| 3495 | 2025-04-30T20:24:34.207Z | info: running `cargo check --bins` on mgs-dev (172/214) |
| 3496 | 2025-04-30T20:24:35.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2025-04-30T20:24:35.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2025-04-30T20:24:35.363Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3499 | 2025-04-30T20:24:37.221Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3500 | 2025-04-30T20:24:37.943Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3501 | 2025-04-30T20:24:38.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3502 | 2025-04-30T20:24:38.927Z | |
| 3503 | 2025-04-30T20:24:38.928Z | info: running `cargo check --bins` on omicron-omdb (173/214) |
| 3504 | 2025-04-30T20:24:39.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2025-04-30T20:24:39.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2025-04-30T20:24:40.085Z | Compiling crunchy v0.2.2 |
| 3507 | 2025-04-30T20:24:40.136Z | Compiling dsl_auto_type v0.1.2 |
| 3508 | 2025-04-30T20:24:40.136Z | Checking scheduled-thread-pool v0.2.7 |
| 3509 | 2025-04-30T20:24:40.136Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3510 | 2025-04-30T20:24:40.137Z | Compiling tiny-keccak v2.0.2 |
| 3511 | 2025-04-30T20:24:40.137Z | Compiling bit-vec v0.6.3 |
| 3512 | 2025-04-30T20:24:40.198Z | Compiling ascii-canvas v3.0.0 |
| 3513 | 2025-04-30T20:24:40.241Z | Compiling ena v0.14.3 |
| 3514 | 2025-04-30T20:24:40.374Z | Checking r2d2 v0.8.10 |
| 3515 | 2025-04-30T20:24:40.527Z | Compiling bit-set v0.5.3 |
| 3516 | 2025-04-30T20:24:40.591Z | Compiling diff v0.1.13 |
| 3517 | 2025-04-30T20:24:40.652Z | Compiling regex-syntax v0.6.29 |
| 3518 | 2025-04-30T20:24:40.652Z | Compiling bindgen v0.71.1 |
| 3519 | 2025-04-30T20:24:40.699Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3520 | 2025-04-30T20:24:40.699Z | Compiling rustc-hash v2.1.1 |
| 3521 | 2025-04-30T20:24:40.805Z | Compiling ref-cast v1.0.23 |
| 3522 | 2025-04-30T20:24:40.906Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3523 | 2025-04-30T20:24:40.965Z | Compiling derive_builder_core v0.20.2 |
| 3524 | 2025-04-30T20:24:41.061Z | Compiling libxml v0.3.3 |
| 3525 | 2025-04-30T20:24:41.181Z | Compiling ref-cast-impl v1.0.23 |
| 3526 | 2025-04-30T20:24:41.347Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3527 | 2025-04-30T20:24:41.457Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3528 | 2025-04-30T20:24:41.545Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3529 | 2025-04-30T20:24:41.557Z | Compiling diesel_derives v2.2.3 |
| 3530 | 2025-04-30T20:24:41.824Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3531 | 2025-04-30T20:24:41.897Z | Compiling strum_macros v0.24.3 |
| 3532 | 2025-04-30T20:24:42.124Z | Compiling indoc v1.0.9 |
| 3533 | 2025-04-30T20:24:42.727Z | Compiling derive_builder_macro v0.20.2 |
| 3534 | 2025-04-30T20:24:42.904Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3535 | 2025-04-30T20:24:43.259Z | Compiling oso-derive v0.27.3 |
| 3536 | 2025-04-30T20:24:43.504Z | Compiling lalrpop v0.19.12 |
| 3537 | 2025-04-30T20:24:43.684Z | Checking derive_builder v0.20.2 |
| 3538 | 2025-04-30T20:24:43.830Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3539 | 2025-04-30T20:24:44.021Z | Checking quick-xml v0.37.2 |
| 3540 | 2025-04-30T20:24:44.115Z | Checking maplit v1.0.2 |
| 3541 | 2025-04-30T20:24:44.275Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3542 | 2025-04-30T20:24:44.631Z | Compiling diesel-dtrace v0.4.2 |
| 3543 | 2025-04-30T20:24:48.390Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3544 | 2025-04-30T20:24:48.530Z | Checking bb8 v0.8.5 |
| 3545 | 2025-04-30T20:24:48.530Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3546 | 2025-04-30T20:24:48.530Z | Checking io-lifetimes v1.0.11 |
| 3547 | 2025-04-30T20:24:48.531Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3548 | 2025-04-30T20:24:48.531Z | Checking rand_seeder v0.3.0 |
| 3549 | 2025-04-30T20:24:48.531Z | Checking rustix v0.37.28 |
| 3550 | 2025-04-30T20:24:48.531Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3551 | 2025-04-30T20:24:48.531Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3552 | 2025-04-30T20:24:48.531Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3553 | 2025-04-30T20:24:48.531Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3554 | 2025-04-30T20:24:48.533Z | Checking smawk v0.3.2 |
| 3555 | 2025-04-30T20:24:48.533Z | Checking is_ci v1.2.0 |
| 3556 | 2025-04-30T20:24:48.533Z | Checking terminal_size v0.2.6 |
| 3557 | 2025-04-30T20:24:48.533Z | Checking unicode-linebreak v0.1.5 |
| 3558 | 2025-04-30T20:24:48.533Z | Checking supports-color v3.0.2 |
| 3559 | 2025-04-30T20:24:48.533Z | Checking multimap v0.10.0 |
| 3560 | 2025-04-30T20:24:48.533Z | Checking textwrap v0.16.1 |
| 3561 | 2025-04-30T20:24:48.534Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3562 | 2025-04-30T20:24:49.405Z | Checking diesel v2.2.9 |
| 3563 | 2025-04-30T20:25:04.235Z | Compiling samael v0.0.18 |
| 3564 | 2025-04-30T20:25:16.305Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3565 | 2025-04-30T20:25:19.323Z | Checking async-bb8-diesel v0.2.1 |
| 3566 | 2025-04-30T20:25:21.317Z | Compiling polar-core v0.27.3 |
| 3567 | 2025-04-30T20:25:30.478Z | Checking oso v0.27.3 |
| 3568 | 2025-04-30T20:26:23.222Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3569 | 2025-04-30T20:27:14.086Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3570 | 2025-04-30T20:27:27.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s |
| 3571 | 2025-04-30T20:27:27.867Z | |
| 3572 | 2025-04-30T20:27:27.867Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (174/214) |
| 3573 | 2025-04-30T20:27:28.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2025-04-30T20:27:28.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2025-04-30T20:27:28.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2025-04-30T20:27:28.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3577 | 2025-04-30T20:27:29.030Z | |
| 3578 | 2025-04-30T20:27:29.030Z | info: running `cargo check --bins` on nexus-saga-recovery (175/214) |
| 3579 | 2025-04-30T20:27:30.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2025-04-30T20:27:30.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2025-04-30T20:27:30.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2025-04-30T20:27:30.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3583 | 2025-04-30T20:27:30.188Z | |
| 3584 | 2025-04-30T20:27:30.189Z | info: running `cargo check --bins` on nexus-test-utils-macros (176/214) |
| 3585 | 2025-04-30T20:27:31.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2025-04-30T20:27:31.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2025-04-30T20:27:31.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2025-04-30T20:27:31.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3589 | 2025-04-30T20:27:31.166Z | |
| 3590 | 2025-04-30T20:27:31.166Z | info: running `cargo check --bins` on omicron-nexus (177/214) |
| 3591 | 2025-04-30T20:27:32.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2025-04-30T20:27:32.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2025-04-30T20:27:32.538Z | Compiling libz-sys v1.1.20 |
| 3594 | 2025-04-30T20:27:32.579Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3595 | 2025-04-30T20:27:32.620Z | Compiling vergen v8.3.2 |
| 3596 | 2025-04-30T20:27:32.620Z | Compiling cargo-platform v0.1.8 |
| 3597 | 2025-04-30T20:27:32.620Z | Compiling pin-project-internal v1.1.6 |
| 3598 | 2025-04-30T20:27:32.660Z | Compiling snafu-derive v0.8.5 |
| 3599 | 2025-04-30T20:27:32.660Z | Compiling fs-err v2.11.0 |
| 3600 | 2025-04-30T20:27:32.660Z | Compiling rustls v0.21.12 |
| 3601 | 2025-04-30T20:27:32.928Z | Compiling cargo_metadata v0.18.1 |
| 3602 | 2025-04-30T20:27:33.025Z | Checking globset v0.4.15 |
| 3603 | 2025-04-30T20:27:33.115Z | Checking olpc-cjson v0.1.4 |
| 3604 | 2025-04-30T20:27:33.163Z | Checking rustls-webpki v0.101.7 |
| 3605 | 2025-04-30T20:27:33.289Z | Checking sct v0.7.1 |
| 3606 | 2025-04-30T20:27:33.513Z | Checking serde_plain v1.0.2 |
| 3607 | 2025-04-30T20:27:33.555Z | Checking typed-path v0.9.3 |
| 3608 | 2025-04-30T20:27:33.771Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3609 | 2025-04-30T20:27:33.888Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3610 | 2025-04-30T20:27:34.071Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3611 | 2025-04-30T20:27:34.180Z | Checking parse-size v1.1.0 |
| 3612 | 2025-04-30T20:27:34.380Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3613 | 2025-04-30T20:27:34.477Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3614 | 2025-04-30T20:27:34.735Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3615 | 2025-04-30T20:27:34.943Z | Checking pin-project v1.1.6 |
| 3616 | 2025-04-30T20:27:35.092Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3617 | 2025-04-30T20:27:35.267Z | Checking rustls-pemfile v1.0.4 |
| 3618 | 2025-04-30T20:27:35.487Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3619 | 2025-04-30T20:27:35.691Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3620 | 2025-04-30T20:27:35.836Z | Checking twox-hash v2.1.0 |
| 3621 | 2025-04-30T20:27:35.877Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3622 | 2025-04-30T20:27:35.918Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3623 | 2025-04-30T20:27:36.037Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 3624 | 2025-04-30T20:27:36.581Z | Checking tokio-rustls v0.24.1 |
| 3625 | 2025-04-30T20:27:36.780Z | Checking snafu v0.8.5 |
| 3626 | 2025-04-30T20:27:36.820Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3627 | 2025-04-30T20:27:37.228Z | Checking tough v0.20.0 |
| 3628 | 2025-04-30T20:27:37.347Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3629 | 2025-04-30T20:27:37.709Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3630 | 2025-04-30T20:27:37.751Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 3631 | 2025-04-30T20:27:37.806Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3632 | 2025-04-30T20:27:37.847Z | Checking fatfs v0.3.6 |
| 3633 | 2025-04-30T20:27:38.005Z | Checking assert_matches v1.5.0 |
| 3634 | 2025-04-30T20:27:41.387Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3635 | 2025-04-30T20:27:42.875Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3636 | 2025-04-30T20:27:45.184Z | Compiling git2 v0.19.0 |
| 3637 | 2025-04-30T20:27:50.919Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 3638 | 2025-04-30T20:29:25.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s |
| 3639 | 2025-04-30T20:29:25.821Z | |
| 3640 | 2025-04-30T20:29:25.821Z | info: running `cargo check --bins` on nexus-background-task-interface (178/214) |
| 3641 | 2025-04-30T20:29:26.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2025-04-30T20:29:26.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2025-04-30T20:29:26.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2025-04-30T20:29:26.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3645 | 2025-04-30T20:29:26.960Z | |
| 3646 | 2025-04-30T20:29:26.961Z | info: running `cargo check --bins` on nexus-external-api (179/214) |
| 3647 | 2025-04-30T20:29:27.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2025-04-30T20:29:27.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2025-04-30T20:29:27.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2025-04-30T20:29:27.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3651 | 2025-04-30T20:29:28.070Z | |
| 3652 | 2025-04-30T20:29:28.070Z | info: running `cargo check --bins` on nexus-internal-api (180/214) |
| 3653 | 2025-04-30T20:29:29.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2025-04-30T20:29:29.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2025-04-30T20:29:29.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2025-04-30T20:29:29.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3657 | 2025-04-30T20:29:29.144Z | |
| 3658 | 2025-04-30T20:29:29.144Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (181/214) |
| 3659 | 2025-04-30T20:29:30.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2025-04-30T20:29:30.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2025-04-30T20:29:30.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2025-04-30T20:29:30.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3663 | 2025-04-30T20:29:30.284Z | |
| 3664 | 2025-04-30T20:29:30.284Z | info: running `cargo check --bins` on nexus-mgs-updates (182/214) |
| 3665 | 2025-04-30T20:29:31.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2025-04-30T20:29:31.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2025-04-30T20:29:31.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2025-04-30T20:29:31.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3669 | 2025-04-30T20:29:31.405Z | |
| 3670 | 2025-04-30T20:29:31.405Z | info: running `cargo check --bins` on nexus-networking (183/214) |
| 3671 | 2025-04-30T20:29:32.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2025-04-30T20:29:32.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2025-04-30T20:29:32.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2025-04-30T20:29:32.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3675 | 2025-04-30T20:29:32.549Z | |
| 3676 | 2025-04-30T20:29:32.549Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (184/214) |
| 3677 | 2025-04-30T20:29:33.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2025-04-30T20:29:33.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2025-04-30T20:29:33.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2025-04-30T20:29:33.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3681 | 2025-04-30T20:29:33.655Z | |
| 3682 | 2025-04-30T20:29:33.655Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (185/214) |
| 3683 | 2025-04-30T20:29:34.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2025-04-30T20:29:34.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2025-04-30T20:29:34.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2025-04-30T20:29:34.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3687 | 2025-04-30T20:29:34.778Z | |
| 3688 | 2025-04-30T20:29:34.779Z | info: running `cargo check --bins` on update-common (186/214) |
| 3689 | 2025-04-30T20:29:35.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2025-04-30T20:29:35.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2025-04-30T20:29:35.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2025-04-30T20:29:35.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3693 | 2025-04-30T20:29:35.873Z | |
| 3694 | 2025-04-30T20:29:35.873Z | info: running `cargo check --bins` on omicron-dev (187/214) |
| 3695 | 2025-04-30T20:29:36.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2025-04-30T20:29:37.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2025-04-30T20:29:37.286Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3698 | 2025-04-30T20:29:37.286Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3699 | 2025-04-30T20:29:37.349Z | Checking yansi v1.0.1 |
| 3700 | 2025-04-30T20:29:37.349Z | Checking diff v0.1.13 |
| 3701 | 2025-04-30T20:29:37.390Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3702 | 2025-04-30T20:29:37.390Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3703 | 2025-04-30T20:29:37.859Z | Checking pretty_assertions v1.4.1 |
| 3704 | 2025-04-30T20:29:38.813Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3705 | 2025-04-30T20:30:21.850Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3706 | 2025-04-30T20:30:21.850Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3707 | 2025-04-30T20:30:21.891Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3708 | 2025-04-30T20:30:21.891Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3709 | 2025-04-30T20:30:21.891Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3710 | 2025-04-30T20:30:21.891Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3711 | 2025-04-30T20:30:23.060Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3712 | 2025-04-30T20:30:24.894Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3713 | 2025-04-30T20:31:40.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 3714 | 2025-04-30T20:31:40.928Z | |
| 3715 | 2025-04-30T20:31:40.928Z | info: running `cargo check --bins` on openapi-manager (188/214) |
| 3716 | 2025-04-30T20:31:41.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2025-04-30T20:31:41.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2025-04-30T20:31:42.111Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3719 | 2025-04-30T20:31:42.111Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3720 | 2025-04-30T20:31:42.151Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3721 | 2025-04-30T20:31:42.151Z | Checking heck v0.4.1 |
| 3722 | 2025-04-30T20:31:42.151Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3723 | 2025-04-30T20:31:42.445Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3724 | 2025-04-30T20:31:42.727Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3725 | 2025-04-30T20:31:43.674Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3726 | 2025-04-30T20:31:46.845Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3727 | 2025-04-30T20:31:48.971Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3728 | 2025-04-30T20:31:50.108Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3729 | 2025-04-30T20:31:52.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s |
| 3730 | 2025-04-30T20:31:52.328Z | |
| 3731 | 2025-04-30T20:31:52.328Z | info: running `cargo check --bins` on installinator-api (189/214) |
| 3732 | 2025-04-30T20:31:53.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2025-04-30T20:31:53.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2025-04-30T20:31:53.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2025-04-30T20:31:53.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3736 | 2025-04-30T20:31:53.458Z | |
| 3737 | 2025-04-30T20:31:53.458Z | info: running `cargo check --bins` on wicketd-api (190/214) |
| 3738 | 2025-04-30T20:31:54.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2025-04-30T20:31:54.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2025-04-30T20:31:54.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2025-04-30T20:31:54.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3742 | 2025-04-30T20:31:54.591Z | |
| 3743 | 2025-04-30T20:31:54.591Z | info: running `cargo check --bins` on omicron-pins (191/214) |
| 3744 | 2025-04-30T20:31:55.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2025-04-30T20:31:55.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2025-04-30T20:31:55.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2025-04-30T20:31:55.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3748 | 2025-04-30T20:31:55.613Z | |
| 3749 | 2025-04-30T20:31:55.613Z | info: running `cargo check --bins` on reconfigurator-cli (192/214) |
| 3750 | 2025-04-30T20:31:56.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2025-04-30T20:31:56.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2025-04-30T20:31:56.841Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3753 | 2025-04-30T20:31:56.881Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3754 | 2025-04-30T20:31:56.882Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3755 | 2025-04-30T20:31:56.922Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3756 | 2025-04-30T20:31:56.922Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3757 | 2025-04-30T20:31:56.922Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3758 | 2025-04-30T20:31:56.922Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3759 | 2025-04-30T20:31:56.922Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3760 | 2025-04-30T20:31:57.235Z | Compiling petname v2.0.2 |
| 3761 | 2025-04-30T20:31:57.235Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3762 | 2025-04-30T20:31:57.290Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3763 | 2025-04-30T20:31:57.558Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3764 | 2025-04-30T20:31:58.009Z | Checking sync-ptr v0.1.1 |
| 3765 | 2025-04-30T20:31:58.281Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3766 | 2025-04-30T20:32:00.000Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3767 | 2025-04-30T20:32:00.978Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3768 | 2025-04-30T20:32:03.201Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3769 | 2025-04-30T20:32:18.262Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3770 | 2025-04-30T20:32:18.262Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3771 | 2025-04-30T20:32:19.204Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3772 | 2025-04-30T20:32:20.950Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3773 | 2025-04-30T20:32:23.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.01s |
| 3774 | 2025-04-30T20:32:23.828Z | |
| 3775 | 2025-04-30T20:32:23.829Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (193/214) |
| 3776 | 2025-04-30T20:32:24.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2025-04-30T20:32:24.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2025-04-30T20:32:24.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2025-04-30T20:32:24.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3780 | 2025-04-30T20:32:24.974Z | |
| 3781 | 2025-04-30T20:32:24.974Z | info: running `cargo check --bins` on omicron-repl-utils (194/214) |
| 3782 | 2025-04-30T20:32:25.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2025-04-30T20:32:25.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2025-04-30T20:32:25.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2025-04-30T20:32:25.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3786 | 2025-04-30T20:32:25.998Z | |
| 3787 | 2025-04-30T20:32:25.998Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (195/214) |
| 3788 | 2025-04-30T20:32:27.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2025-04-30T20:32:27.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2025-04-30T20:32:27.327Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3791 | 2025-04-30T20:32:28.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 3792 | 2025-04-30T20:32:28.852Z | |
| 3793 | 2025-04-30T20:32:28.852Z | info: running `cargo check --bins` on reconfigurator-sp-updater (196/214) |
| 3794 | 2025-04-30T20:32:29.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2025-04-30T20:32:29.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2025-04-30T20:32:30.010Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3797 | 2025-04-30T20:32:30.470Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3798 | 2025-04-30T20:32:31.921Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3799 | 2025-04-30T20:32:32.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 3800 | 2025-04-30T20:32:33.002Z | |
| 3801 | 2025-04-30T20:32:33.002Z | info: running `cargo check --bins` on omicron-releng (197/214) |
| 3802 | 2025-04-30T20:32:33.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-04-30T20:32:33.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-04-30T20:32:34.113Z | Compiling blake3 v1.5.4 |
| 3805 | 2025-04-30T20:32:34.153Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3806 | 2025-04-30T20:32:34.194Z | Checking memmap2 v0.9.5 |
| 3807 | 2025-04-30T20:32:34.194Z | Checking constant_time_eq v0.3.1 |
| 3808 | 2025-04-30T20:32:34.194Z | Checking arrayvec v0.7.6 |
| 3809 | 2025-04-30T20:32:34.194Z | Checking arrayref v0.3.9 |
| 3810 | 2025-04-30T20:32:34.247Z | Checking topological-sort v0.2.2 |
| 3811 | 2025-04-30T20:32:34.287Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3812 | 2025-04-30T20:32:34.327Z | Checking shell-words v1.1.0 |
| 3813 | 2025-04-30T20:32:34.799Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3814 | 2025-04-30T20:32:35.178Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3815 | 2025-04-30T20:32:35.759Z | Checking omicron-zone-package v0.12.0 |
| 3816 | 2025-04-30T20:32:37.505Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3817 | 2025-04-30T20:32:38.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
| 3818 | 2025-04-30T20:32:38.995Z | |
| 3819 | 2025-04-30T20:32:38.995Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (198/214) |
| 3820 | 2025-04-30T20:32:39.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2025-04-30T20:32:39.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2025-04-30T20:32:40.097Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3823 | 2025-04-30T20:32:40.486Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3824 | 2025-04-30T20:32:41.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 3825 | 2025-04-30T20:32:41.278Z | |
| 3826 | 2025-04-30T20:32:41.278Z | info: running `cargo check --bins` on xtask (199/214) |
| 3827 | 2025-04-30T20:32:42.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2025-04-30T20:32:42.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2025-04-30T20:32:42.095Z | Checking bitflags v2.9.0 |
| 3830 | 2025-04-30T20:32:42.095Z | Checking serde v1.0.219 |
| 3831 | 2025-04-30T20:32:42.095Z | Checking thiserror v1.0.69 |
| 3832 | 2025-04-30T20:32:42.095Z | Checking scroll v0.12.0 |
| 3833 | 2025-04-30T20:32:42.142Z | Checking log v0.4.22 |
| 3834 | 2025-04-30T20:32:42.182Z | Checking hashbrown v0.15.1 |
| 3835 | 2025-04-30T20:32:42.182Z | Checking zerocopy v0.7.35 |
| 3836 | 2025-04-30T20:32:42.223Z | Checking syn v2.0.98 |
| 3837 | 2025-04-30T20:32:42.298Z | Checking pest v2.7.14 |
| 3838 | 2025-04-30T20:32:42.403Z | Checking rustix v0.38.37 |
| 3839 | 2025-04-30T20:32:42.444Z | Checking once_cell v1.21.3 |
| 3840 | 2025-04-30T20:32:42.623Z | Checking goblin v0.8.2 |
| 3841 | 2025-04-30T20:32:42.777Z | Checking thiserror v2.0.12 |
| 3842 | 2025-04-30T20:32:42.947Z | Checking fs-err v3.1.0 |
| 3843 | 2025-04-30T20:32:43.163Z | Checking indexmap v2.7.1 |
| 3844 | 2025-04-30T20:32:43.287Z | Checking tabled v0.15.0 |
| 3845 | 2025-04-30T20:32:43.366Z | Checking anyhow v1.0.98 |
| 3846 | 2025-04-30T20:32:43.755Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3847 | 2025-04-30T20:32:44.167Z | Checking terminal_size v0.4.0 |
| 3848 | 2025-04-30T20:32:44.167Z | Checking tempfile v3.13.0 |
| 3849 | 2025-04-30T20:32:44.371Z | Checking clap_builder v4.5.35 |
| 3850 | 2025-04-30T20:32:44.533Z | Checking dtrace-parser v0.2.0 |
| 3851 | 2025-04-30T20:32:46.321Z | Checking serde_json v1.0.140 |
| 3852 | 2025-04-30T20:32:46.321Z | Checking toml_datetime v0.6.8 |
| 3853 | 2025-04-30T20:32:46.362Z | Checking serde_spanned v0.6.8 |
| 3854 | 2025-04-30T20:32:46.362Z | Checking camino v1.1.9 |
| 3855 | 2025-04-30T20:32:46.362Z | Checking cargo-platform v0.1.8 |
| 3856 | 2025-04-30T20:32:46.561Z | Checking semver v1.0.25 |
| 3857 | 2025-04-30T20:32:46.626Z | Checking macaddr v1.0.1 |
| 3858 | 2025-04-30T20:32:46.668Z | Checking toml_edit v0.22.24 |
| 3859 | 2025-04-30T20:32:46.917Z | Checking camino-tempfile v1.1.1 |
| 3860 | 2025-04-30T20:32:47.117Z | Checking clap v4.5.35 |
| 3861 | 2025-04-30T20:32:47.641Z | Checking dof v0.3.0 |
| 3862 | 2025-04-30T20:32:47.642Z | Checking cargo_metadata v0.19.2 |
| 3863 | 2025-04-30T20:32:48.270Z | Checking usdt-impl v0.5.0 |
| 3864 | 2025-04-30T20:32:48.745Z | Checking usdt v0.5.0 |
| 3865 | 2025-04-30T20:32:49.072Z | Checking toml v0.8.20 |
| 3866 | 2025-04-30T20:32:49.720Z | Checking cargo_toml v0.21.0 |
| 3867 | 2025-04-30T20:32:51.455Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3868 | 2025-04-30T20:32:52.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s |
| 3869 | 2025-04-30T20:32:52.522Z | |
| 3870 | 2025-04-30T20:32:52.522Z | info: running `cargo check --bins` on end-to-end-tests (200/214) |
| 3871 | 2025-04-30T20:32:53.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2025-04-30T20:32:53.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2025-04-30T20:32:53.829Z | Checking polyval v0.6.2 |
| 3874 | 2025-04-30T20:32:53.870Z | Checking ctr v0.9.2 |
| 3875 | 2025-04-30T20:32:53.910Z | Checking ssh-encoding v0.2.0 |
| 3876 | 2025-04-30T20:32:53.910Z | Checking blowfish v0.9.1 |
| 3877 | 2025-04-30T20:32:53.950Z | Checking password-hash v0.4.2 |
| 3878 | 2025-04-30T20:32:53.950Z | Checking p521 v0.13.3 |
| 3879 | 2025-04-30T20:32:53.950Z | Checking p256 v0.13.2 |
| 3880 | 2025-04-30T20:32:53.991Z | Checking russh-cryptovec v0.7.3 |
| 3881 | 2025-04-30T20:32:54.146Z | Checking bcrypt-pbkdf v0.10.0 |
| 3882 | 2025-04-30T20:32:54.186Z | Checking ghash v0.5.1 |
| 3883 | 2025-04-30T20:32:54.226Z | Checking md5 v0.7.0 |
| 3884 | 2025-04-30T20:32:54.226Z | Checking num-bigint v0.4.6 |
| 3885 | 2025-04-30T20:32:54.266Z | Checking des v0.8.1 |
| 3886 | 2025-04-30T20:32:54.358Z | Checking aes-gcm v0.10.3 |
| 3887 | 2025-04-30T20:32:54.399Z | Checking pbkdf2 v0.11.0 |
| 3888 | 2025-04-30T20:32:54.440Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3889 | 2025-04-30T20:32:54.480Z | Checking hex-literal v0.4.1 |
| 3890 | 2025-04-30T20:32:54.521Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3891 | 2025-04-30T20:32:54.522Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3892 | 2025-04-30T20:32:54.602Z | Checking ssh-cipher v0.2.0 |
| 3893 | 2025-04-30T20:32:54.643Z | Checking internet-checksum v0.2.1 |
| 3894 | 2025-04-30T20:32:54.888Z | Checking ssh-key v0.6.6 |
| 3895 | 2025-04-30T20:32:55.088Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3896 | 2025-04-30T20:32:56.402Z | Checking russh-keys v0.45.0 |
| 3897 | 2025-04-30T20:32:57.659Z | Checking russh v0.45.0 |
| 3898 | 2025-04-30T20:33:26.059Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3899 | 2025-04-30T20:33:27.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.40s |
| 3900 | 2025-04-30T20:33:28.140Z | |
| 3901 | 2025-04-30T20:33:28.140Z | info: running `cargo check --bins` on gateway-cli (201/214) |
| 3902 | 2025-04-30T20:33:29.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2025-04-30T20:33:29.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2025-04-30T20:33:29.144Z | Checking termios v0.3.3 |
| 3905 | 2025-04-30T20:33:29.343Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3906 | 2025-04-30T20:33:30.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 3907 | 2025-04-30T20:33:30.599Z | |
| 3908 | 2025-04-30T20:33:30.599Z | info: running `cargo check --bins --no-default-features` on installinator (202/214) |
| 3909 | 2025-04-30T20:33:31.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2025-04-30T20:33:31.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2025-04-30T20:33:31.796Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3912 | 2025-04-30T20:33:31.796Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3913 | 2025-04-30T20:33:31.843Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3914 | 2025-04-30T20:33:31.843Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3915 | 2025-04-30T20:33:32.843Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3916 | 2025-04-30T20:33:33.184Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3917 | 2025-04-30T20:33:35.435Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3918 | 2025-04-30T20:33:38.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s |
| 3919 | 2025-04-30T20:33:38.469Z | |
| 3920 | 2025-04-30T20:33:38.469Z | info: running `cargo check --bins` on internal-dns-cli (203/214) |
| 3921 | 2025-04-30T20:33:39.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2025-04-30T20:33:39.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2025-04-30T20:33:39.554Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3924 | 2025-04-30T20:33:40.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 3925 | 2025-04-30T20:33:40.304Z | |
| 3926 | 2025-04-30T20:33:40.304Z | info: running `cargo check --bins` on omicron-live-tests (204/214) |
| 3927 | 2025-04-30T20:33:41.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2025-04-30T20:33:41.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2025-04-30T20:33:41.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2025-04-30T20:33:41.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3931 | 2025-04-30T20:33:41.311Z | |
| 3932 | 2025-04-30T20:33:41.311Z | info: running `cargo check --bins` on live-tests-macros (205/214) |
| 3933 | 2025-04-30T20:33:42.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2025-04-30T20:33:42.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2025-04-30T20:33:42.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2025-04-30T20:33:42.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3937 | 2025-04-30T20:33:42.357Z | |
| 3938 | 2025-04-30T20:33:42.357Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (206/214) |
| 3939 | 2025-04-30T20:33:43.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2025-04-30T20:33:43.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2025-04-30T20:33:43.548Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3942 | 2025-04-30T20:33:44.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 3943 | 2025-04-30T20:33:44.448Z | |
| 3944 | 2025-04-30T20:33:44.448Z | info: running `cargo check --bins` on omicron-package (207/214) |
| 3945 | 2025-04-30T20:33:45.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2025-04-30T20:33:45.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2025-04-30T20:33:45.591Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3948 | 2025-04-30T20:33:47.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 3949 | 2025-04-30T20:33:47.703Z | |
| 3950 | 2025-04-30T20:33:47.703Z | info: running `cargo check --bins` on trust-quorum (208/214) |
| 3951 | 2025-04-30T20:33:48.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2025-04-30T20:33:48.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2025-04-30T20:33:48.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2025-04-30T20:33:48.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3955 | 2025-04-30T20:33:48.804Z | |
| 3956 | 2025-04-30T20:33:48.805Z | info: running `cargo check --bins` on gfss (209/214) |
| 3957 | 2025-04-30T20:33:49.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2025-04-30T20:33:49.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2025-04-30T20:33:49.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2025-04-30T20:33:49.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3961 | 2025-04-30T20:33:49.832Z | |
| 3962 | 2025-04-30T20:33:49.833Z | info: running `cargo check --bins` on wicket-dbg (210/214) |
| 3963 | 2025-04-30T20:33:50.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2025-04-30T20:33:50.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2025-04-30T20:33:51.044Z | Checking rtoolbox v0.0.2 |
| 3966 | 2025-04-30T20:33:51.044Z | Checking tui-tree-widget v0.23.0 |
| 3967 | 2025-04-30T20:33:51.085Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3968 | 2025-04-30T20:33:51.277Z | Checking rpassword v7.3.1 |
| 3969 | 2025-04-30T20:33:57.770Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3970 | 2025-04-30T20:34:01.972Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3971 | 2025-04-30T20:34:03.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
| 3972 | 2025-04-30T20:34:03.767Z | |
| 3973 | 2025-04-30T20:34:03.767Z | info: running `cargo check --bins` on wicket (211/214) |
| 3974 | 2025-04-30T20:34:04.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2025-04-30T20:34:04.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2025-04-30T20:34:04.936Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3977 | 2025-04-30T20:34:05.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 3978 | 2025-04-30T20:34:05.554Z | |
| 3979 | 2025-04-30T20:34:05.554Z | info: running `cargo check --bins` on wicketd (212/214) |
| 3980 | 2025-04-30T20:34:06.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2025-04-30T20:34:06.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2025-04-30T20:34:06.822Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3983 | 2025-04-30T20:34:12.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.03s |
| 3984 | 2025-04-30T20:34:12.800Z | |
| 3985 | 2025-04-30T20:34:12.800Z | info: running `cargo check --bins` on omicron-workspace-hack (213/214) |
| 3986 | 2025-04-30T20:34:13.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2025-04-30T20:34:13.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2025-04-30T20:34:13.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2025-04-30T20:34:13.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3990 | 2025-04-30T20:34:13.786Z | |
| 3991 | 2025-04-30T20:34:13.787Z | info: running `cargo check --bins` on zone-setup (214/214) |
| 3992 | 2025-04-30T20:34:14.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2025-04-30T20:34:14.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2025-04-30T20:34:14.908Z | Checking uzers v0.12.1 |
| 3995 | 2025-04-30T20:34:15.304Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3996 | 2025-04-30T20:34:16.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s |
| 3997 | 2025-04-30T20:34:16.918Z | |
| 3998 | 2025-04-30T20:34:16.918Z | real 19:48.087281355 |
| 3999 | 2025-04-30T20:34:16.918Z | user 32:32.145440229 |
| 4000 | 2025-04-30T20:34:16.918Z | sys 5:36.553132865 |
| 4001 | 2025-04-30T20:34:16.919Z | trap 0.854011696 |
| 4002 | 2025-04-30T20:34:16.919Z | tflt 0.419091235 |
| 4003 | 2025-04-30T20:34:16.919Z | dflt 1.280588556 |
| 4004 | 2025-04-30T20:34:16.959Z | kflt 0.000924827 |
| 4005 | 2025-04-30T20:34:16.959Z | lock 59:28.028275589 |
| 4006 | 2025-04-30T20:34:16.959Z | slp 2:53:03.276050720 |
| 4007 | 2025-04-30T20:34:16.959Z | lat 1:10.584185092 |
| 4008 | 2025-04-30T20:34:16.959Z | stop 3:42.357799183 |
| 4009 | 2025-04-30T20:34:16.959Z | process exited: duration 1525657 ms, exit code 0 |
| |
| 4010 | 2025-04-30T20:34:17.042Z | found 0 output files |