|
|
|
| 1 | 2026-07-04T15:53:53.496Z | job assigned to worker 01KWPXAMDPM4JRCGHAC2D2CRM2 [factory aws, i-0d6faef42a8927e2b] (queued for 54 s) |
| |
| 2 | 2026-07-04T15:53:59.767Z | starting task 0: "setup" |
| 3 | 2026-07-04T15:53:59.772Z | ++ uname -s |
| 4 | 2026-07-04T15:53:59.775Z | + kern=SunOS |
| 5 | 2026-07-04T15:53:59.775Z | + build_user=build |
| 6 | 2026-07-04T15:53:59.776Z | + build_uid=12345 |
| 7 | 2026-07-04T15:53:59.776Z | + work_dir=/work |
| 8 | 2026-07-04T15:53:59.776Z | + input_dir=/input |
| 9 | 2026-07-04T15:53:59.776Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-04T15:53:59.776Z | + case "$kern" in |
| 11 | 2026-07-04T15:53:59.776Z | + groupadd -g 12345 build |
| 12 | 2026-07-04T15:53:59.779Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-04T15:54:01.784Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-04T15:54:01.888Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-04T15:54:01.891Z | + home_fs=zfs |
| 16 | 2026-07-04T15:54:01.891Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-04T15:54:01.891Z | + mkdir -p /home/build |
| 18 | 2026-07-04T15:54:01.891Z | + chown build:build /home/build /work |
| 19 | 2026-07-04T15:54:03.893Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-04T15:54:03.897Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-07-04T15:54:03.906Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-04T15:54:03.919Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-04T15:54:03.919Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-04T15:54:03.920Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-04T15:54:03.920Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-04T15:54:03.920Z | * rust toolchain profile = "default" |
| 27 | 2026-07-04T15:54:03.920Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-04T15:54:03.920Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-04T15:54:03.920Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-04T15:54:03.994Z | info: downloading installer |
| 31 | 2026-07-04T15:54:05.542Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-04T15:54:05.542Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-04T15:54:05.542Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-04T15:54:05.542Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-04T15:54:05.549Z | info: profile set to default |
| 36 | 2026-07-04T15:54:05.549Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-04T15:54:05.553Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-04T15:54:05.695Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-04T15:54:05.698Z | info: downloading 6 components |
| 40 | 2026-07-04T15:54:20.780Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-04T15:54:20.780Z | |
| 42 | 2026-07-04T15:54:20.817Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-04T15:54:20.818Z | |
| 44 | 2026-07-04T15:54:20.818Z | |
| 45 | 2026-07-04T15:54:20.818Z | Rust is installed now. Great! |
| 46 | 2026-07-04T15:54:20.818Z | |
| 47 | 2026-07-04T15:54:20.818Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-04T15:54:20.818Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-04T15:54:20.818Z | |
| 50 | 2026-07-04T15:54:20.818Z | To configure your current shell, you need to source |
| 51 | 2026-07-04T15:54:20.818Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-04T15:54:20.818Z | |
| 53 | 2026-07-04T15:54:20.818Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-04T15:54:20.818Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-04T15:54:20.818Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-04T15:54:20.818Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-04T15:54:20.818Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-04T15:54:20.818Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-04T15:54:20.818Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-04T15:54:20.821Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-04T15:54:20.822Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-04T15:54:20.924Z | + rustup --version |
| 63 | 2026-07-04T15:54:20.932Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-04T15:54:20.936Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-04T15:54:20.953Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-04T15:54:20.957Z | + cargo --version |
| 67 | 2026-07-04T15:54:20.971Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-04T15:54:20.974Z | + rustc --version |
| 69 | 2026-07-04T15:54:20.993Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-04T15:54:20.997Z | process exited: duration 17091 ms, exit code 0 |
| |
| 71 | 2026-07-04T15:54:21.004Z | starting task 2: "authentication" |
| 72 | 2026-07-04T15:54:21.021Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-04T15:54:21.027Z | starting task 3: "clone repository" |
| 74 | 2026-07-04T15:54:21.030Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-04T15:54:21.033Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-04T15:54:21.062Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-04T15:54:31.472Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-04T15:54:31.472Z | + git fetch origin 49c15443180d367ab2bf40f47974642cbf8f6839 |
| 79 | 2026-07-04T15:54:31.732Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-04T15:54:31.732Z | * branch 49c15443180d367ab2bf40f47974642cbf8f6839 -> FETCH_HEAD |
| 81 | 2026-07-04T15:54:31.739Z | + [[ -n check-console-api ]] |
| 82 | 2026-07-04T15:54:31.742Z | ++ git branch --show-current |
| 83 | 2026-07-04T15:54:31.742Z | + current=main |
| 84 | 2026-07-04T15:54:31.743Z | + [[ main != check-console-api ]] |
| 85 | 2026-07-04T15:54:31.743Z | + git branch -f check-console-api 49c15443180d367ab2bf40f47974642cbf8f6839 |
| 86 | 2026-07-04T15:54:31.745Z | + git checkout -f check-console-api |
| 87 | 2026-07-04T15:54:31.988Z | Switched to branch 'check-console-api' |
| 88 | 2026-07-04T15:54:31.991Z | + git reset --hard 49c15443180d367ab2bf40f47974642cbf8f6839 |
| 89 | 2026-07-04T15:54:32.004Z | HEAD is now at 49c154431 don't need error context, fs_err handles that |
| 90 | 2026-07-04T15:54:32.007Z | process exited: duration 10978 ms, exit code 0 |
| |
| 91 | 2026-07-04T15:54:32.014Z | starting task 4: "build" |
| 92 | 2026-07-04T15:54:32.017Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-04T15:54:32.017Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-04T15:54:32.017Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-04T15:54:32.017Z | +++ uname -s |
| 96 | 2026-07-04T15:54:32.020Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-04T15:54:32.020Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-04T15:54:32.020Z | + cargo --version |
| 99 | 2026-07-04T15:54:32.029Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-04T15:54:32.032Z | + rustc --version |
| 101 | 2026-07-04T15:54:32.052Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-04T15:54:32.054Z | + source ./env.sh |
| 103 | 2026-07-04T15:54:32.054Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-07-04T15:54:32.054Z | ++ set -o xtrace |
| 105 | 2026-07-04T15:54:32.057Z | ++++ dirname ./env.sh |
| 106 | 2026-07-04T15:54:32.057Z | +++ readlink -f . |
| 107 | 2026-07-04T15:54:32.060Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-07-04T15:54:32.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-04T15:54:32.060Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-04T15:54:32.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-07-04T15:54:32.060Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-07-04T15:54:32.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-07-04T15:54:32.060Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-07-04T15:54:32.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-07-04T15:54:32.060Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-07-04T15:54:32.061Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-07-04T15:54:32.061Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 118 | 2026-07-04T15:54:32.061Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-07-04T15:54:32.061Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-07-04T15:54:32.061Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 121 | 2026-07-04T15:54:32.061Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 122 | 2026-07-04T15:54:32.061Z | + banner prerequisites |
| 123 | 2026-07-04T15:54:32.064Z | |
| 124 | 2026-07-04T15:54:32.064Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-07-04T15:54:32.064Z | # # # # # # # # # # # # # # # |
| 126 | 2026-07-04T15:54:32.064Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-07-04T15:54:32.064Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-07-04T15:54:32.064Z | # # # # # # # # # # # # # # # |
| 129 | 2026-07-04T15:54:32.064Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-07-04T15:54:32.064Z | |
| 131 | 2026-07-04T15:54:32.064Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-07-04T15:54:33.553Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-07-04T15:54:33.662Z | Startup: Caching catalogs ... Done |
| 134 | 2026-07-04T15:54:34.162Z | Planning: Solver setup ... Done (0.444s) |
| 135 | 2026-07-04T15:54:34.188Z | Planning: Running solver ... Done (0.027s) |
| 136 | 2026-07-04T15:54:34.199Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-07-04T15:54:34.211Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-07-04T15:54:34.231Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-07-04T15:54:34.245Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-07-04T15:54:34.248Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-07-04T15:54:34.409Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 142 | 2026-07-04T15:54:34.412Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-07-04T15:54:35.209Z | Planning: Evaluating mediators ... Done (0.799s) |
| 144 | 2026-07-04T15:54:35.213Z | Planning: Planning completed in 1.53 seconds |
| 145 | 2026-07-04T15:54:35.220Z | Packages to install: 2 |
| 146 | 2026-07-04T15:54:35.220Z | Estimated space available: 156.06 GB |
| 147 | 2026-07-04T15:54:35.223Z | Estimated space to be consumed: 30.98 MB |
| 148 | 2026-07-04T15:54:35.223Z | Create boot environment: No |
| 149 | 2026-07-04T15:54:35.223Z | Create backup boot environment: No |
| 150 | 2026-07-04T15:54:35.223Z | Rebuild boot archive: No |
| 151 | 2026-07-04T15:54:35.223Z | |
| 152 | 2026-07-04T15:54:35.223Z | Changed packages: |
| 153 | 2026-07-04T15:54:35.223Z | helios |
| 154 | 2026-07-04T15:54:35.223Z | developer/build-essential |
| 155 | 2026-07-04T15:54:35.223Z | None -> 11-3.0 |
| 156 | 2026-07-04T15:54:35.223Z | library/libxmlsec1 |
| 157 | 2026-07-04T15:54:35.223Z | None -> 1.2.35-3.0 |
| 158 | 2026-07-04T15:54:35.242Z | |
| 159 | 2026-07-04T15:54:35.242Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-07-04T15:54:36.502Z | Download: Completed 1.28 MB in 1.26 seconds (1.0M/s) |
| 161 | 2026-07-04T15:54:36.557Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-07-04T15:54:36.594Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-07-04T15:54:36.606Z | Finalize: Updating package state database ... Done (0.010s) |
| 164 | 2026-07-04T15:54:36.606Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-07-04T15:54:36.634Z | Finalize: Updating image state ... Done (0.030s) |
| 166 | 2026-07-04T15:54:39.027Z | Finalize: Creating fast lookup database ... Done (2.368s) |
| 167 | 2026-07-04T15:54:39.096Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-07-04T15:54:39.099Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-07-04T15:54:39.185Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-07-04T15:54:39.504Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-07-04T15:54:39.609Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-07-04T15:54:39.612Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-07-04T15:54:39.766Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-07-04T15:54:39.769Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-07-04T15:54:39.790Z | Mediators to change: 2 |
| 176 | 2026-07-04T15:54:39.790Z | Create boot environment: No |
| 177 | 2026-07-04T15:54:39.790Z | Create backup boot environment: No |
| 178 | 2026-07-04T15:54:39.829Z | Finalize: Updating package state database ... Done |
| 179 | 2026-07-04T15:54:39.829Z | Finalize: Updating package cache ... Done |
| 180 | 2026-07-04T15:54:39.844Z | Finalize: Updating image state ... Done |
| 181 | 2026-07-04T15:54:41.807Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-07-04T15:54:41.867Z | Finalize: Reading search index ... Done |
| 183 | 2026-07-04T15:54:41.870Z | Finalize: Updating search index ... Done |
| 184 | 2026-07-04T15:54:41.924Z | Finalize: Updating package cache ... Done |
| 185 | 2026-07-04T15:54:42.212Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-07-04T15:54:42.319Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-07-04T15:54:42.322Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-07-04T15:54:42.478Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-07-04T15:54:42.480Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-07-04T15:54:42.502Z | Mediators to change: 1 |
| 191 | 2026-07-04T15:54:42.502Z | Create boot environment: No |
| 192 | 2026-07-04T15:54:42.502Z | Create backup boot environment: No |
| 193 | 2026-07-04T15:54:42.537Z | Finalize: Updating package state database ... Done |
| 194 | 2026-07-04T15:54:42.537Z | Finalize: Updating package cache ... Done |
| 195 | 2026-07-04T15:54:42.554Z | Finalize: Updating image state ... Done |
| 196 | 2026-07-04T15:54:44.520Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-07-04T15:54:44.583Z | Finalize: Reading search index ... Done |
| 198 | 2026-07-04T15:54:44.586Z | Finalize: Updating search index ... Done |
| 199 | 2026-07-04T15:54:44.642Z | Finalize: Updating package cache ... Done |
| 200 | 2026-07-04T15:54:44.953Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-07-04T15:54:44.953Z | apache system 2.4 system |
| 202 | 2026-07-04T15:54:44.953Z | clang system 15 system |
| 203 | 2026-07-04T15:54:44.953Z | csh system system illumos |
| 204 | 2026-07-04T15:54:44.953Z | ctags system system illumos |
| 205 | 2026-07-04T15:54:44.953Z | file vendor vendor darwinsys |
| 206 | 2026-07-04T15:54:44.953Z | file system system illumos |
| 207 | 2026-07-04T15:54:44.953Z | gcc vendor 14 vendor |
| 208 | 2026-07-04T15:54:44.953Z | gcc system 13 system |
| 209 | 2026-07-04T15:54:44.953Z | gcc system 10 system |
| 210 | 2026-07-04T15:54:44.953Z | go system 1.25 system |
| 211 | 2026-07-04T15:54:44.953Z | llvm system 15 system |
| 212 | 2026-07-04T15:54:44.953Z | mariadb system 11.4 system |
| 213 | 2026-07-04T15:54:44.953Z | mta vendor vendor dma |
| 214 | 2026-07-04T15:54:44.953Z | openjdk system 17 system |
| 215 | 2026-07-04T15:54:44.953Z | openjdk system 11 system |
| 216 | 2026-07-04T15:54:44.953Z | openssl vendor 3 vendor |
| 217 | 2026-07-04T15:54:44.953Z | perl system 5.40 system |
| 218 | 2026-07-04T15:54:44.953Z | postgresql system 18 system |
| 219 | 2026-07-04T15:54:44.953Z | postgresql system 17 system |
| 220 | 2026-07-04T15:54:44.953Z | python vendor 3 vendor |
| 221 | 2026-07-04T15:54:44.953Z | python system 2 system |
| 222 | 2026-07-04T15:54:44.953Z | python3 vendor 3.13 vendor |
| 223 | 2026-07-04T15:54:44.953Z | ruby system 3.4 system |
| 224 | 2026-07-04T15:54:44.953Z | ruby system 3.0 system |
| 225 | 2026-07-04T15:54:44.953Z | words vendor vendor american-english |
| 226 | 2026-07-04T15:54:44.953Z | words system system australian-english |
| 227 | 2026-07-04T15:54:44.953Z | words system system british-english |
| 228 | 2026-07-04T15:54:44.954Z | words system system canadian-english |
| 229 | 2026-07-04T15:54:44.954Z | words system system french |
| 230 | 2026-07-04T15:54:44.954Z | words system system italian |
| 231 | 2026-07-04T15:54:44.954Z | words system system ngerman |
| 232 | 2026-07-04T15:54:44.954Z | words system system ogerman |
| 233 | 2026-07-04T15:54:44.954Z | words system system spanish |
| 234 | 2026-07-04T15:54:45.210Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-07-04T15:54:45.210Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-07-04T15:54:45.525Z | FMRI IFO |
| 237 | 2026-07-04T15:54:45.525Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-07-04T15:54:45.525Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-07-04T15:54:45.525Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-07-04T15:54:45.526Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-07-04T15:54:45.526Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-07-04T15:54:45.526Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-07-04T15:54:45.526Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-07-04T15:54:45.526Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-07-04T15:54:45.526Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-07-04T15:54:45.781Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-07-04T15:54:46.042Z | Updating crates.io index |
| 248 | 2026-07-04T15:54:46.071Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-07-04T15:54:46.250Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-07-04T15:54:46.527Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-07-04T15:54:47.420Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-07-04T15:54:47.874Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-07-04T15:54:49.370Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-07-04T15:54:50.126Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-07-04T15:54:50.339Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-07-04T15:54:50.621Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-07-04T15:54:51.630Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-07-04T15:54:51.875Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-07-04T15:54:52.167Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-07-04T15:54:52.386Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-07-04T15:54:52.776Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-07-04T15:54:53.211Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-07-04T15:54:53.453Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-07-04T15:54:53.641Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-07-04T15:54:53.890Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-07-04T15:54:54.121Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-07-04T15:54:54.336Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-07-04T15:54:54.555Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-07-04T15:54:54.763Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-07-04T15:54:55.127Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-07-04T15:54:55.428Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-07-04T15:54:55.655Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-07-04T15:54:56.046Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-07-04T15:54:56.296Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-07-04T15:54:56.552Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-07-04T15:54:56.776Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 277 | 2026-07-04T15:54:56.997Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-07-04T15:54:57.315Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2026-07-04T15:54:57.657Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-07-04T15:54:58.041Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 281 | 2026-07-04T15:54:58.285Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-07-04T15:54:58.517Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-07-04T15:54:58.744Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-07-04T15:54:59.013Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2026-07-04T15:54:59.228Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2026-07-04T15:54:59.495Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2026-07-04T15:54:59.721Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-07-04T15:55:02.671Z | Downloading crates ... |
| 289 | 2026-07-04T15:55:02.707Z | Downloaded colorchoice v1.0.4 |
| 290 | 2026-07-04T15:55:02.717Z | Downloaded bitflags v2.11.0 |
| 291 | 2026-07-04T15:55:02.722Z | Downloaded cargo-platform v0.3.2 |
| 292 | 2026-07-04T15:55:02.722Z | Downloaded anstream v1.0.0 |
| 293 | 2026-07-04T15:55:02.722Z | Downloaded strsim v0.11.1 |
| 294 | 2026-07-04T15:55:02.726Z | Downloaded papergrid v0.11.0 |
| 295 | 2026-07-04T15:55:02.731Z | Downloaded version_check v0.9.5 |
| 296 | 2026-07-04T15:55:02.736Z | Downloaded fastrand v2.3.0 |
| 297 | 2026-07-04T15:55:02.736Z | Downloaded thiserror-impl v1.0.69 |
| 298 | 2026-07-04T15:55:02.736Z | Downloaded crypto-common v0.1.7 |
| 299 | 2026-07-04T15:55:02.740Z | Downloaded zerocopy v0.7.35 |
| 300 | 2026-07-04T15:55:02.747Z | Downloaded heck v0.5.0 |
| 301 | 2026-07-04T15:55:02.759Z | Downloaded zmij v1.0.21 |
| 302 | 2026-07-04T15:55:02.759Z | Downloaded macaddr v1.0.1 |
| 303 | 2026-07-04T15:55:02.759Z | Downloaded fnv v1.0.7 |
| 304 | 2026-07-04T15:55:02.759Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-07-04T15:55:02.759Z | Downloaded dof v0.3.0 |
| 306 | 2026-07-04T15:55:02.759Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-07-04T15:55:02.759Z | Downloaded heck v0.4.1 |
| 308 | 2026-07-04T15:55:02.759Z | Downloaded equivalent v1.0.2 |
| 309 | 2026-07-04T15:55:02.801Z | Downloaded errno v0.3.14 |
| 310 | 2026-07-04T15:55:02.801Z | Downloaded proc-macro-error v1.0.4 |
| 311 | 2026-07-04T15:55:02.801Z | Downloaded pest_meta v2.8.6 |
| 312 | 2026-07-04T15:55:02.807Z | Downloaded is_terminal_polyfill v1.70.2 |
| 313 | 2026-07-04T15:55:02.807Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-07-04T15:55:02.807Z | Downloaded cfg-if v1.0.4 |
| 315 | 2026-07-04T15:55:02.807Z | Downloaded terminal_size v0.4.3 |
| 316 | 2026-07-04T15:55:02.807Z | Downloaded block-buffer v0.10.4 |
| 317 | 2026-07-04T15:55:02.807Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2026-07-04T15:55:02.807Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2026-07-04T15:55:02.807Z | Downloaded anstyle-parse v1.0.0 |
| 320 | 2026-07-04T15:55:02.807Z | Downloaded fs-err v3.3.0 |
| 321 | 2026-07-04T15:55:02.807Z | Downloaded anstyle v1.0.14 |
| 322 | 2026-07-04T15:55:02.807Z | Downloaded once_cell v1.21.3 |
| 323 | 2026-07-04T15:55:02.807Z | Downloaded memmap v0.7.0 |
| 324 | 2026-07-04T15:55:02.807Z | Downloaded itoa v1.0.17 |
| 325 | 2026-07-04T15:55:02.813Z | Downloaded proc-macro-error-attr v1.0.4 |
| 326 | 2026-07-04T15:55:02.854Z | Downloaded pretty-hex v0.4.1 |
| 327 | 2026-07-04T15:55:02.855Z | Downloaded serde_spanned v0.6.9 |
| 328 | 2026-07-04T15:55:02.855Z | Downloaded utf8parse v0.2.2 |
| 329 | 2026-07-04T15:55:02.855Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-07-04T15:55:02.855Z | Downloaded plain v0.2.3 |
| 331 | 2026-07-04T15:55:02.855Z | Downloaded scroll_derive v0.12.1 |
| 332 | 2026-07-04T15:55:02.855Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-07-04T15:55:02.855Z | Downloaded unicode-linebreak v0.1.5 |
| 334 | 2026-07-04T15:55:02.855Z | Downloaded usdt v0.5.0 |
| 335 | 2026-07-04T15:55:02.855Z | Downloaded usdt-attr-macro v0.5.0 |
| 336 | 2026-07-04T15:55:02.855Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-07-04T15:55:02.855Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-07-04T15:55:02.855Z | Downloaded generic-array v0.14.7 |
| 339 | 2026-07-04T15:55:02.855Z | Downloaded cargo_metadata v0.23.1 |
| 340 | 2026-07-04T15:55:02.855Z | Downloaded digest v0.10.7 |
| 341 | 2026-07-04T15:55:02.855Z | Downloaded byteorder v1.5.0 |
| 342 | 2026-07-04T15:55:02.855Z | Downloaded bytecount v0.6.9 |
| 343 | 2026-07-04T15:55:02.861Z | Downloaded camino-tempfile v1.4.1 |
| 344 | 2026-07-04T15:55:02.861Z | Downloaded smawk v0.3.2 |
| 345 | 2026-07-04T15:55:02.861Z | Downloaded swrite v0.1.0 |
| 346 | 2026-07-04T15:55:02.880Z | Downloaded pest_derive v2.8.6 |
| 347 | 2026-07-04T15:55:02.882Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-07-04T15:55:02.887Z | Downloaded thiserror-impl v2.0.18 |
| 349 | 2026-07-04T15:55:02.887Z | Downloaded scroll v0.12.0 |
| 350 | 2026-07-04T15:55:02.893Z | Downloaded usdt-macro v0.5.0 |
| 351 | 2026-07-04T15:55:02.893Z | Downloaded serde_tokenstream v0.2.3 |
| 352 | 2026-07-04T15:55:02.897Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-07-04T15:55:02.900Z | Downloaded getrandom v0.4.1 |
| 354 | 2026-07-04T15:55:02.903Z | Downloaded clap v4.6.1 |
| 355 | 2026-07-04T15:55:02.906Z | Downloaded sha2 v0.10.9 |
| 356 | 2026-07-04T15:55:02.911Z | Downloaded cargo_toml v0.21.0 |
| 357 | 2026-07-04T15:55:02.920Z | Downloaded ucd-trie v0.1.7 |
| 358 | 2026-07-04T15:55:02.925Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-07-04T15:55:02.929Z | Downloaded autocfg v1.5.0 |
| 360 | 2026-07-04T15:55:02.931Z | Downloaded clap_derive v4.6.1 |
| 361 | 2026-07-04T15:55:02.931Z | Downloaded quote v1.0.45 |
| 362 | 2026-07-04T15:55:02.931Z | Downloaded toml v0.8.23 |
| 363 | 2026-07-04T15:55:02.937Z | Downloaded zerocopy-derive v0.7.35 |
| 364 | 2026-07-04T15:55:02.940Z | Downloaded camino v1.2.2 |
| 365 | 2026-07-04T15:55:02.940Z | Downloaded textwrap v0.16.2 |
| 366 | 2026-07-04T15:55:02.945Z | Downloaded anyhow v1.0.102 |
| 367 | 2026-07-04T15:55:02.948Z | Downloaded semver v1.0.28 |
| 368 | 2026-07-04T15:55:02.956Z | Downloaded log v0.4.29 |
| 369 | 2026-07-04T15:55:02.964Z | Downloaded proc-macro2 v1.0.106 |
| 370 | 2026-07-04T15:55:02.968Z | Downloaded serde_derive v1.0.228 |
| 371 | 2026-07-04T15:55:02.971Z | Downloaded tempfile v3.25.0 |
| 372 | 2026-07-04T15:55:02.977Z | Downloaded unicode-ident v1.0.24 |
| 373 | 2026-07-04T15:55:02.982Z | Downloaded memchr v2.8.0 |
| 374 | 2026-07-04T15:55:02.986Z | Downloaded toml_edit v0.22.27 |
| 375 | 2026-07-04T15:55:02.990Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-07-04T15:55:03.025Z | Downloaded serde v1.0.228 |
| 377 | 2026-07-04T15:55:03.028Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-07-04T15:55:03.028Z | Downloaded pest v2.8.6 |
| 379 | 2026-07-04T15:55:03.043Z | Downloaded typenum v1.20.1 |
| 380 | 2026-07-04T15:55:03.068Z | Downloaded hashbrown v0.17.0 |
| 381 | 2026-07-04T15:55:03.086Z | Downloaded serde_json v1.0.150 |
| 382 | 2026-07-04T15:55:03.090Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-07-04T15:55:03.102Z | Downloaded goblin v0.8.2 |
| 384 | 2026-07-04T15:55:03.111Z | Downloaded winnow v0.7.14 |
| 385 | 2026-07-04T15:55:03.118Z | Downloaded tabled v0.15.0 |
| 386 | 2026-07-04T15:55:03.126Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-04T15:55:03.147Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-07-04T15:55:03.153Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-07-04T15:55:03.157Z | Downloaded syn v2.0.117 |
| 390 | 2026-07-04T15:55:03.173Z | Downloaded rustix v1.1.3 |
| 391 | 2026-07-04T15:55:03.221Z | Downloaded libc v0.2.185 |
| 392 | 2026-07-04T15:55:03.293Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-07-04T15:55:03.293Z | Compiling quote v1.0.45 |
| 394 | 2026-07-04T15:55:03.293Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-07-04T15:55:03.297Z | Compiling serde_core v1.0.228 |
| 396 | 2026-07-04T15:55:03.297Z | Compiling libc v0.2.185 |
| 397 | 2026-07-04T15:55:03.297Z | Compiling version_check v0.9.5 |
| 398 | 2026-07-04T15:55:03.297Z | Compiling memchr v2.8.0 |
| 399 | 2026-07-04T15:55:03.297Z | Compiling serde v1.0.228 |
| 400 | 2026-07-04T15:55:03.582Z | Compiling zmij v1.0.21 |
| 401 | 2026-07-04T15:55:03.859Z | Compiling itoa v1.0.17 |
| 402 | 2026-07-04T15:55:03.863Z | Compiling thiserror v1.0.69 |
| 403 | 2026-07-04T15:55:03.942Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-07-04T15:55:04.137Z | Compiling pest v2.8.6 |
| 405 | 2026-07-04T15:55:04.224Z | Compiling rustix v1.1.3 |
| 406 | 2026-07-04T15:55:04.296Z | Compiling byteorder v1.5.0 |
| 407 | 2026-07-04T15:55:04.370Z | Compiling errno v0.3.14 |
| 408 | 2026-07-04T15:55:04.546Z | Compiling serde_json v1.0.150 |
| 409 | 2026-07-04T15:55:04.577Z | Compiling bitflags v2.11.0 |
| 410 | 2026-07-04T15:55:04.789Z | Compiling syn v2.0.117 |
| 411 | 2026-07-04T15:55:04.859Z | Compiling thread-id v4.2.2 |
| 412 | 2026-07-04T15:55:04.875Z | Compiling usdt-impl v0.5.0 |
| 413 | 2026-07-04T15:55:04.944Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-07-04T15:55:05.075Z | Compiling camino v1.2.2 |
| 415 | 2026-07-04T15:55:05.103Z | Compiling syn v1.0.109 |
| 416 | 2026-07-04T15:55:05.203Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-07-04T15:55:05.471Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2026-07-04T15:55:05.489Z | Compiling equivalent v1.0.2 |
| 419 | 2026-07-04T15:55:05.493Z | Compiling plain v0.2.3 |
| 420 | 2026-07-04T15:55:05.585Z | Compiling log v0.4.29 |
| 421 | 2026-07-04T15:55:05.620Z | Compiling utf8parse v0.2.2 |
| 422 | 2026-07-04T15:55:05.740Z | Compiling getrandom v0.4.1 |
| 423 | 2026-07-04T15:55:05.784Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-07-04T15:55:05.809Z | Compiling anstyle-parse v1.0.0 |
| 425 | 2026-07-04T15:55:05.971Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-07-04T15:55:06.306Z | Compiling indexmap v2.14.0 |
| 427 | 2026-07-04T15:55:06.786Z | Compiling thiserror v2.0.18 |
| 428 | 2026-07-04T15:55:06.790Z | Compiling winnow v0.7.14 |
| 429 | 2026-07-04T15:55:06.790Z | Compiling autocfg v1.5.0 |
| 430 | 2026-07-04T15:55:06.913Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-07-04T15:55:06.944Z | Compiling toml_write v0.1.2 |
| 432 | 2026-07-04T15:55:06.953Z | Compiling pretty-hex v0.4.1 |
| 433 | 2026-07-04T15:55:07.081Z | Compiling pest_generator v2.8.6 |
| 434 | 2026-07-04T15:55:07.098Z | Compiling anstyle v1.0.14 |
| 435 | 2026-07-04T15:55:07.136Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-07-04T15:55:07.191Z | Compiling colorchoice v1.0.4 |
| 437 | 2026-07-04T15:55:07.203Z | Compiling anstyle-query v1.1.5 |
| 438 | 2026-07-04T15:55:07.309Z | Compiling anstream v1.0.0 |
| 439 | 2026-07-04T15:55:07.327Z | Compiling fs-err v3.3.0 |
| 440 | 2026-07-04T15:55:07.605Z | Compiling strsim v0.11.1 |
| 441 | 2026-07-04T15:55:07.622Z | Compiling anyhow v1.0.102 |
| 442 | 2026-07-04T15:55:07.638Z | Compiling fastrand v2.3.0 |
| 443 | 2026-07-04T15:55:07.651Z | Compiling once_cell v1.21.3 |
| 444 | 2026-07-04T15:55:07.782Z | Compiling heck v0.4.1 |
| 445 | 2026-07-04T15:55:07.868Z | Compiling unicode-width v0.1.14 |
| 446 | 2026-07-04T15:55:07.897Z | Compiling heck v0.5.0 |
| 447 | 2026-07-04T15:55:07.940Z | Compiling bytecount v0.6.9 |
| 448 | 2026-07-04T15:55:07.958Z | Compiling clap_lex v1.0.0 |
| 449 | 2026-07-04T15:55:08.007Z | Compiling fnv v1.0.7 |
| 450 | 2026-07-04T15:55:08.120Z | Compiling papergrid v0.11.0 |
| 451 | 2026-07-04T15:55:08.133Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-07-04T15:55:08.142Z | Compiling tabled_derive v0.7.0 |
| 453 | 2026-07-04T15:55:08.166Z | Compiling tempfile v3.25.0 |
| 454 | 2026-07-04T15:55:08.236Z | Compiling semver v1.0.28 |
| 455 | 2026-07-04T15:55:08.281Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-07-04T15:55:08.299Z | Compiling memmap v0.7.0 |
| 457 | 2026-07-04T15:55:08.487Z | Compiling unicode-linebreak v0.1.5 |
| 458 | 2026-07-04T15:55:08.544Z | Compiling smawk v0.3.2 |
| 459 | 2026-07-04T15:55:08.558Z | Compiling unicode-width v0.2.0 |
| 460 | 2026-07-04T15:55:08.574Z | Compiling camino-tempfile v1.4.1 |
| 461 | 2026-07-04T15:55:08.695Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-07-04T15:55:08.727Z | Compiling thiserror-impl v1.0.69 |
| 463 | 2026-07-04T15:55:08.799Z | Compiling zerocopy-derive v0.7.35 |
| 464 | 2026-07-04T15:55:08.828Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-07-04T15:55:09.070Z | Compiling scroll_derive v0.12.1 |
| 466 | 2026-07-04T15:55:09.084Z | Compiling thiserror-impl v2.0.18 |
| 467 | 2026-07-04T15:55:09.294Z | Compiling clap_derive v4.6.1 |
| 468 | 2026-07-04T15:55:09.520Z | Compiling tabled v0.15.0 |
| 469 | 2026-07-04T15:55:09.648Z | Compiling scroll v0.12.0 |
| 470 | 2026-07-04T15:55:09.752Z | Compiling zerocopy v0.7.35 |
| 471 | 2026-07-04T15:55:09.947Z | Compiling goblin v0.8.2 |
| 472 | 2026-07-04T15:55:10.140Z | Compiling dtrace-parser v0.2.0 |
| 473 | 2026-07-04T15:55:10.315Z | Compiling textwrap v0.16.2 |
| 474 | 2026-07-04T15:55:10.795Z | Compiling swrite v0.1.0 |
| 475 | 2026-07-04T15:55:11.149Z | Compiling clap v4.6.1 |
| 476 | 2026-07-04T15:55:11.849Z | Compiling toml_datetime v0.6.11 |
| 477 | 2026-07-04T15:55:11.849Z | Compiling serde_spanned v0.6.9 |
| 478 | 2026-07-04T15:55:11.872Z | Compiling macaddr v1.0.1 |
| 479 | 2026-07-04T15:55:11.872Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-07-04T15:55:11.872Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-07-04T15:55:11.935Z | Compiling dof v0.3.0 |
| 482 | 2026-07-04T15:55:11.953Z | Compiling serde_tokenstream v0.2.3 |
| 483 | 2026-07-04T15:55:12.087Z | Compiling toml_edit v0.22.27 |
| 484 | 2026-07-04T15:55:12.794Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-07-04T15:55:12.794Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-07-04T15:55:13.332Z | Compiling usdt v0.5.0 |
| 487 | 2026-07-04T15:55:13.411Z | Compiling toml v0.8.23 |
| 488 | 2026-07-04T15:55:13.737Z | Compiling cargo_toml v0.21.0 |
| 489 | 2026-07-04T15:55:15.092Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2026-07-04T15:55:19.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.33s |
| 491 | 2026-07-04T15:55:19.507Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 492 | 2026-07-04T15:55:19.507Z | Downloading crates ... |
| 493 | 2026-07-04T15:55:19.507Z | Downloaded aead v0.5.2 |
| 494 | 2026-07-04T15:55:19.507Z | Downloaded adler2 v2.0.1 |
| 495 | 2026-07-04T15:55:19.507Z | Downloaded array-init v0.0.4 |
| 496 | 2026-07-04T15:55:19.508Z | Downloaded cpufeatures v0.3.0 |
| 497 | 2026-07-04T15:55:19.508Z | Downloaded cpubits v0.1.1 |
| 498 | 2026-07-04T15:55:19.508Z | Downloaded atty v0.2.14 |
| 499 | 2026-07-04T15:55:19.510Z | Downloaded aead v0.6.1 |
| 500 | 2026-07-04T15:55:19.510Z | Downloaded allocator-api2 v0.2.21 |
| 501 | 2026-07-04T15:55:19.510Z | Downloaded base16ct v0.2.0 |
| 502 | 2026-07-04T15:55:19.510Z | Downloaded cookie v0.18.1 |
| 503 | 2026-07-04T15:55:19.510Z | Downloaded convert_case v0.10.0 |
| 504 | 2026-07-04T15:55:19.510Z | Downloaded cstr-argument v0.1.2 |
| 505 | 2026-07-04T15:55:19.510Z | Downloaded crc v3.4.0 |
| 506 | 2026-07-04T15:55:19.510Z | Downloaded bitfield-macros v0.19.4 |
| 507 | 2026-07-04T15:55:19.510Z | Downloaded darling v0.21.3 |
| 508 | 2026-07-04T15:55:19.510Z | Downloaded corncobs v0.1.4 |
| 509 | 2026-07-04T15:55:19.510Z | Downloaded bit-set v0.8.0 |
| 510 | 2026-07-04T15:55:19.510Z | Downloaded bit-set v0.5.3 |
| 511 | 2026-07-04T15:55:19.510Z | Downloaded bb8 v0.8.6 |
| 512 | 2026-07-04T15:55:19.510Z | Downloaded base64 v0.21.7 |
| 513 | 2026-07-04T15:55:19.510Z | Downloaded darling v0.23.0 |
| 514 | 2026-07-04T15:55:19.511Z | Downloaded crossbeam-epoch v0.9.18 |
| 515 | 2026-07-04T15:55:19.511Z | Downloaded base16ct v1.0.0 |
| 516 | 2026-07-04T15:55:19.511Z | Downloaded darling_macro v0.13.4 |
| 517 | 2026-07-04T15:55:19.511Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 518 | 2026-07-04T15:55:19.511Z | Downloaded crc-catalog v2.4.0 |
| 519 | 2026-07-04T15:55:19.511Z | Downloaded assert_matches v1.5.0 |
| 520 | 2026-07-04T15:55:19.511Z | Downloaded arrayref v0.3.9 |
| 521 | 2026-07-04T15:55:19.511Z | Downloaded atomic-waker v1.1.2 |
| 522 | 2026-07-04T15:55:19.511Z | Downloaded daft v0.1.7 |
| 523 | 2026-07-04T15:55:19.511Z | Downloaded cfg_aliases v0.1.1 |
| 524 | 2026-07-04T15:55:19.511Z | Downloaded ciborium-io v0.2.2 |
| 525 | 2026-07-04T15:55:19.511Z | Downloaded crossbeam-deque v0.8.6 |
| 526 | 2026-07-04T15:55:19.511Z | Downloaded darling_macro v0.23.0 |
| 527 | 2026-07-04T15:55:19.511Z | Downloaded darling_macro v0.21.3 |
| 528 | 2026-07-04T15:55:19.511Z | Downloaded async-stream-impl v0.3.6 |
| 529 | 2026-07-04T15:55:19.511Z | Downloaded crc8 v0.1.1 |
| 530 | 2026-07-04T15:55:19.511Z | Downloaded daft-derive v0.1.7 |
| 531 | 2026-07-04T15:55:19.511Z | Downloaded bit-vec v0.6.3 |
| 532 | 2026-07-04T15:55:19.511Z | Downloaded base64ct v1.8.3 |
| 533 | 2026-07-04T15:55:19.511Z | Downloaded cfg_aliases v0.2.1 |
| 534 | 2026-07-04T15:55:19.511Z | Downloaded darling v0.13.4 |
| 535 | 2026-07-04T15:55:19.511Z | Downloaded cobs v0.3.0 |
| 536 | 2026-07-04T15:55:19.511Z | Downloaded ctutils v0.4.2 |
| 537 | 2026-07-04T15:55:19.511Z | Downloaded anstream v0.6.21 |
| 538 | 2026-07-04T15:55:19.511Z | Downloaded darling_macro v0.20.11 |
| 539 | 2026-07-04T15:55:19.511Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 540 | 2026-07-04T15:55:19.511Z | Downloaded embedded-io v0.4.0 |
| 541 | 2026-07-04T15:55:19.511Z | Downloaded embedded-io v0.6.1 |
| 542 | 2026-07-04T15:55:19.511Z | Downloaded dirs-sys-next v0.1.2 |
| 543 | 2026-07-04T15:55:19.511Z | Downloaded compression-core v0.4.31 |
| 544 | 2026-07-04T15:55:19.511Z | Downloaded dtrace-parser v0.3.0 |
| 545 | 2026-07-04T15:55:19.511Z | Downloaded async-stream v0.3.6 |
| 546 | 2026-07-04T15:55:19.511Z | Downloaded darling v0.20.11 |
| 547 | 2026-07-04T15:55:19.511Z | Downloaded csv-core v0.1.13 |
| 548 | 2026-07-04T15:55:19.511Z | Downloaded cookie_store v0.22.1 |
| 549 | 2026-07-04T15:55:19.512Z | Downloaded block-padding v0.4.2 |
| 550 | 2026-07-04T15:55:19.512Z | Downloaded backoff v0.4.0 |
| 551 | 2026-07-04T15:55:19.512Z | Downloaded async-trait v0.1.89 |
| 552 | 2026-07-04T15:55:19.512Z | Downloaded block-buffer v0.12.1 |
| 553 | 2026-07-04T15:55:19.512Z | Downloaded camino-tempfile-ext v0.3.3 |
| 554 | 2026-07-04T15:55:19.512Z | Downloaded dirs-next v2.0.0 |
| 555 | 2026-07-04T15:55:19.512Z | Downloaded crunchy v0.2.4 |
| 556 | 2026-07-04T15:55:19.512Z | Downloaded bcs v0.1.6 |
| 557 | 2026-07-04T15:55:19.512Z | Downloaded derive_builder_macro v0.20.2 |
| 558 | 2026-07-04T15:55:19.512Z | Downloaded ascii-canvas v3.0.0 |
| 559 | 2026-07-04T15:55:19.512Z | Downloaded display-error-chain v0.2.2 |
| 560 | 2026-07-04T15:55:19.512Z | Downloaded crypto-common v0.2.2 |
| 561 | 2026-07-04T15:55:19.512Z | Downloaded defmt-parser v1.0.0 |
| 562 | 2026-07-04T15:55:19.512Z | Downloaded blowfish v0.10.0 |
| 563 | 2026-07-04T15:55:19.512Z | Downloaded deranged v0.5.8 |
| 564 | 2026-07-04T15:55:19.512Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 565 | 2026-07-04T15:55:19.512Z | Downloaded compression-codecs v0.4.37 |
| 566 | 2026-07-04T15:55:19.512Z | Downloaded cassowary v0.3.0 |
| 567 | 2026-07-04T15:55:19.512Z | Downloaded atomicwrites v0.4.4 |
| 568 | 2026-07-04T15:55:19.512Z | Downloaded backon v1.6.0 |
| 569 | 2026-07-04T15:55:19.512Z | Downloaded async-bb8-diesel v0.2.1 |
| 570 | 2026-07-04T15:55:19.512Z | Downloaded castaway v0.2.4 |
| 571 | 2026-07-04T15:55:19.512Z | Downloaded argon2 v0.5.3 |
| 572 | 2026-07-04T15:55:19.512Z | Downloaded ciborium-ll v0.2.2 |
| 573 | 2026-07-04T15:55:19.512Z | Downloaded document-features v0.2.12 |
| 574 | 2026-07-04T15:55:19.512Z | Downloaded difflib v0.4.0 |
| 575 | 2026-07-04T15:55:19.512Z | Downloaded crucible-workspace-hack v0.1.0 |
| 576 | 2026-07-04T15:55:19.513Z | Downloaded debug-ignore v1.0.5 |
| 577 | 2026-07-04T15:55:19.513Z | Downloaded fixedbitset v0.4.2 |
| 578 | 2026-07-04T15:55:19.513Z | Downloaded crossbeam-utils v0.8.21 |
| 579 | 2026-07-04T15:55:19.513Z | Downloaded ed25519 v3.0.0 |
| 580 | 2026-07-04T15:55:19.513Z | Downloaded data-encoding v2.10.0 |
| 581 | 2026-07-04T15:55:19.513Z | Downloaded ctr v0.10.1 |
| 582 | 2026-07-04T15:55:19.513Z | Downloaded enum-as-inner v0.6.1 |
| 583 | 2026-07-04T15:55:19.513Z | Downloaded endian-type v0.1.2 |
| 584 | 2026-07-04T15:55:19.513Z | Downloaded dunce v1.0.5 |
| 585 | 2026-07-04T15:55:19.513Z | Downloaded dyn-clone v1.0.20 |
| 586 | 2026-07-04T15:55:19.513Z | Downloaded dsl_auto_type v0.2.0 |
| 587 | 2026-07-04T15:55:19.513Z | Downloaded convert_case v0.4.0 |
| 588 | 2026-07-04T15:55:19.513Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 589 | 2026-07-04T15:55:19.513Z | Downloaded env_filter v1.0.0 |
| 590 | 2026-07-04T15:55:19.513Z | Downloaded fd-lock v4.0.4 |
| 591 | 2026-07-04T15:55:19.534Z | Downloaded defmt v0.3.100 |
| 592 | 2026-07-04T15:55:19.534Z | Downloaded cbc v0.2.1 |
| 593 | 2026-07-04T15:55:19.534Z | Downloaded diesel-dtrace v0.5.0 |
| 594 | 2026-07-04T15:55:19.534Z | Downloaded crc-any v2.5.0 |
| 595 | 2026-07-04T15:55:19.534Z | Downloaded defmt-macros v1.0.1 |
| 596 | 2026-07-04T15:55:19.534Z | Downloaded bitfield v0.19.4 |
| 597 | 2026-07-04T15:55:19.534Z | Downloaded float-ord v0.3.2 |
| 598 | 2026-07-04T15:55:19.534Z | Downloaded foreign-types-shared v0.3.1 |
| 599 | 2026-07-04T15:55:19.534Z | Downloaded foreign-types v0.3.2 |
| 600 | 2026-07-04T15:55:19.534Z | Downloaded crossbeam-channel v0.5.15 |
| 601 | 2026-07-04T15:55:19.534Z | Downloaded anstyle-parse v0.2.7 |
| 602 | 2026-07-04T15:55:19.534Z | Downloaded cipher v0.5.2 |
| 603 | 2026-07-04T15:55:19.534Z | Downloaded flagset v0.4.7 |
| 604 | 2026-07-04T15:55:19.534Z | Downloaded either v1.15.0 |
| 605 | 2026-07-04T15:55:19.534Z | Downloaded foreign-types-macros v0.2.3 |
| 606 | 2026-07-04T15:55:19.534Z | Downloaded foreign-types v0.5.0 |
| 607 | 2026-07-04T15:55:19.534Z | Downloaded critical-section v1.2.0 |
| 608 | 2026-07-04T15:55:19.534Z | Downloaded byte-wrapper v0.1.0 |
| 609 | 2026-07-04T15:55:19.534Z | Downloaded bit-vec v0.8.0 |
| 610 | 2026-07-04T15:55:19.534Z | Downloaded futures-task v0.3.32 |
| 611 | 2026-07-04T15:55:19.534Z | Downloaded futures-core v0.3.32 |
| 612 | 2026-07-04T15:55:19.534Z | Downloaded argon2 v0.6.0-rc.8 |
| 613 | 2026-07-04T15:55:19.534Z | Downloaded ahash v0.8.12 |
| 614 | 2026-07-04T15:55:19.534Z | Downloaded async-recursion v1.1.1 |
| 615 | 2026-07-04T15:55:19.534Z | Downloaded float-cmp v0.10.0 |
| 616 | 2026-07-04T15:55:19.535Z | Downloaded bitfield-struct v0.6.2 |
| 617 | 2026-07-04T15:55:19.535Z | Downloaded foreign-types-shared v0.1.1 |
| 618 | 2026-07-04T15:55:19.535Z | Downloaded delegate v0.13.5 |
| 619 | 2026-07-04T15:55:19.535Z | Downloaded ed25519 v2.2.3 |
| 620 | 2026-07-04T15:55:19.535Z | Downloaded futures-io v0.3.32 |
| 621 | 2026-07-04T15:55:19.535Z | Downloaded funty v2.0.0 |
| 622 | 2026-07-04T15:55:19.535Z | Downloaded gethostname v0.5.0 |
| 623 | 2026-07-04T15:55:19.535Z | Downloaded git-stub v1.0.0 |
| 624 | 2026-07-04T15:55:19.535Z | Downloaded displaydoc v0.2.5 |
| 625 | 2026-07-04T15:55:19.535Z | Downloaded ghash v0.6.0 |
| 626 | 2026-07-04T15:55:19.535Z | Downloaded cipher v0.4.4 |
| 627 | 2026-07-04T15:55:19.535Z | Downloaded chacha20 v0.9.1 |
| 628 | 2026-07-04T15:55:19.535Z | Downloaded const_format_proc_macros v0.2.34 |
| 629 | 2026-07-04T15:55:19.535Z | Downloaded cexpr v0.6.0 |
| 630 | 2026-07-04T15:55:19.536Z | Downloaded downcast-rs v2.0.2 |
| 631 | 2026-07-04T15:55:19.536Z | Downloaded digest v0.11.3 |
| 632 | 2026-07-04T15:55:19.536Z | Downloaded defmt v1.0.1 |
| 633 | 2026-07-04T15:55:19.536Z | Downloaded fallible-iterator v0.2.0 |
| 634 | 2026-07-04T15:55:19.536Z | Downloaded ena v0.14.4 |
| 635 | 2026-07-04T15:55:19.536Z | Downloaded der_derive v0.7.3 |
| 636 | 2026-07-04T15:55:19.536Z | Downloaded constant_time_eq v0.4.2 |
| 637 | 2026-07-04T15:55:19.536Z | Downloaded find-msvc-tools v0.1.9 |
| 638 | 2026-07-04T15:55:19.536Z | Downloaded ecdsa v0.16.9 |
| 639 | 2026-07-04T15:55:19.536Z | Downloaded fxhash v0.2.1 |
| 640 | 2026-07-04T15:55:19.536Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-07-04T15:55:19.536Z | Downloaded hash32 v0.2.1 |
| 642 | 2026-07-04T15:55:19.536Z | Downloaded enum_dispatch v0.3.13 |
| 643 | 2026-07-04T15:55:19.536Z | Downloaded derive_builder_core v0.20.2 |
| 644 | 2026-07-04T15:55:19.536Z | Downloaded globwalk v0.9.1 |
| 645 | 2026-07-04T15:55:19.536Z | Downloaded dof v0.4.0 |
| 646 | 2026-07-04T15:55:19.536Z | Downloaded derive-ex v0.1.8 |
| 647 | 2026-07-04T15:55:19.536Z | Downloaded hash32 v0.3.1 |
| 648 | 2026-07-04T15:55:19.536Z | Downloaded foldhash v0.2.0 |
| 649 | 2026-07-04T15:55:19.536Z | Downloaded foldhash v0.1.5 |
| 650 | 2026-07-04T15:55:19.536Z | Downloaded hex-literal v1.1.0 |
| 651 | 2026-07-04T15:55:19.536Z | Downloaded buf-list v1.1.2 |
| 652 | 2026-07-04T15:55:19.536Z | Downloaded headers-core v0.3.0 |
| 653 | 2026-07-04T15:55:19.536Z | Downloaded fixedbitset v0.5.7 |
| 654 | 2026-07-04T15:55:19.536Z | Downloaded const-oid v0.9.6 |
| 655 | 2026-07-04T15:55:19.536Z | Downloaded ecdsa v0.17.0-rc.18 |
| 656 | 2026-07-04T15:55:19.536Z | Downloaded derive_builder v0.20.2 |
| 657 | 2026-07-04T15:55:19.536Z | Downloaded filetime v0.2.27 |
| 658 | 2026-07-04T15:55:19.536Z | Downloaded ff v0.13.1 |
| 659 | 2026-07-04T15:55:19.537Z | Downloaded fs-err v2.11.0 |
| 660 | 2026-07-04T15:55:19.537Z | Downloaded hex v0.4.3 |
| 661 | 2026-07-04T15:55:19.537Z | Downloaded hostname v0.3.1 |
| 662 | 2026-07-04T15:55:19.537Z | Downloaded form_urlencoded v1.2.2 |
| 663 | 2026-07-04T15:55:19.537Z | Downloaded http-body v1.0.1 |
| 664 | 2026-07-04T15:55:19.537Z | Downloaded blake2 v0.10.6 |
| 665 | 2026-07-04T15:55:19.537Z | Downloaded home v0.5.12 |
| 666 | 2026-07-04T15:55:19.537Z | Downloaded hubpack_derive v0.1.1 |
| 667 | 2026-07-04T15:55:19.537Z | Downloaded httpdate v1.0.3 |
| 668 | 2026-07-04T15:55:19.537Z | Downloaded arrayvec v0.7.6 |
| 669 | 2026-07-04T15:55:19.537Z | Downloaded hostname v0.4.2 |
| 670 | 2026-07-04T15:55:19.537Z | Downloaded crc32fast v1.5.0 |
| 671 | 2026-07-04T15:55:19.537Z | Downloaded des v0.9.0 |
| 672 | 2026-07-04T15:55:19.537Z | Downloaded colored v3.1.1 |
| 673 | 2026-07-04T15:55:19.537Z | Downloaded cmov v0.5.4 |
| 674 | 2026-07-04T15:55:19.537Z | Downloaded futures-sink v0.3.32 |
| 675 | 2026-07-04T15:55:19.537Z | Downloaded futures-executor v0.3.32 |
| 676 | 2026-07-04T15:55:19.537Z | Downloaded console v0.16.2 |
| 677 | 2026-07-04T15:55:19.537Z | Downloaded http-range v0.1.5 |
| 678 | 2026-07-04T15:55:19.537Z | Downloaded cancel-safe-futures v0.1.5 |
| 679 | 2026-07-04T15:55:19.537Z | Downloaded ident_case v1.0.1 |
| 680 | 2026-07-04T15:55:19.537Z | Downloaded bzip2 v0.4.4 |
| 681 | 2026-07-04T15:55:19.537Z | Downloaded group v0.13.0 |
| 682 | 2026-07-04T15:55:19.537Z | Downloaded clang-sys v1.8.1 |
| 683 | 2026-07-04T15:55:19.537Z | Downloaded console v0.15.11 |
| 684 | 2026-07-04T15:55:19.537Z | Downloaded bitflags v1.3.2 |
| 685 | 2026-07-04T15:55:19.537Z | Downloaded glob v0.3.3 |
| 686 | 2026-07-04T15:55:19.537Z | Downloaded chacha20 v0.10.0 |
| 687 | 2026-07-04T15:55:19.537Z | Downloaded colored v2.2.0 |
| 688 | 2026-07-04T15:55:19.537Z | Downloaded bzip2 v0.6.1 |
| 689 | 2026-07-04T15:55:19.537Z | Downloaded env_logger v0.11.9 |
| 690 | 2026-07-04T15:55:19.537Z | Downloaded ff v0.14.0 |
| 691 | 2026-07-04T15:55:19.547Z | Downloaded group v0.14.0 |
| 692 | 2026-07-04T15:55:19.547Z | Downloaded globset v0.4.18 |
| 693 | 2026-07-04T15:55:19.547Z | Downloaded erased-serde v0.3.31 |
| 694 | 2026-07-04T15:55:19.547Z | Downloaded darling_core v0.13.4 |
| 695 | 2026-07-04T15:55:19.547Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 696 | 2026-07-04T15:55:19.547Z | Downloaded illumos-nvpair v0.3.0 |
| 697 | 2026-07-04T15:55:19.547Z | Downloaded diff v0.1.13 |
| 698 | 2026-07-04T15:55:19.547Z | Downloaded indoc v1.0.9 |
| 699 | 2026-07-04T15:55:19.547Z | Downloaded indent_write v2.2.0 |
| 700 | 2026-07-04T15:55:19.548Z | Downloaded darling_core v0.20.11 |
| 701 | 2026-07-04T15:55:19.548Z | Downloaded internet-checksum v0.2.1 |
| 702 | 2026-07-04T15:55:19.548Z | Downloaded instant v0.1.13 |
| 703 | 2026-07-04T15:55:19.548Z | Downloaded is-terminal v0.4.17 |
| 704 | 2026-07-04T15:55:19.548Z | Downloaded fs_extra v1.3.0 |
| 705 | 2026-07-04T15:55:19.548Z | Downloaded is_ci v1.2.0 |
| 706 | 2026-07-04T15:55:19.548Z | Downloaded inout v0.1.4 |
| 707 | 2026-07-04T15:55:19.548Z | Downloaded derive_more v0.99.20 |
| 708 | 2026-07-04T15:55:19.548Z | Downloaded futures-channel v0.3.32 |
| 709 | 2026-07-04T15:55:19.548Z | Downloaded derive-where v1.6.0 |
| 710 | 2026-07-04T15:55:19.548Z | Downloaded getrandom v0.2.17 |
| 711 | 2026-07-04T15:55:19.548Z | Downloaded inout v0.2.2 |
| 712 | 2026-07-04T15:55:19.548Z | Downloaded idna_adapter v1.2.1 |
| 713 | 2026-07-04T15:55:19.548Z | Downloaded hubpack v0.1.2 |
| 714 | 2026-07-04T15:55:19.548Z | Downloaded cmake v0.1.57 |
| 715 | 2026-07-04T15:55:19.548Z | Downloaded ciborium v0.2.2 |
| 716 | 2026-07-04T15:55:19.548Z | Downloaded lalrpop-util v0.19.12 |
| 717 | 2026-07-04T15:55:19.548Z | Downloaded kem v0.3.0 |
| 718 | 2026-07-04T15:55:19.548Z | Downloaded highway v1.3.0 |
| 719 | 2026-07-04T15:55:19.548Z | Downloaded darling_core v0.23.0 |
| 720 | 2026-07-04T15:55:19.548Z | Downloaded hyper-staticfile v0.10.1 |
| 721 | 2026-07-04T15:55:19.548Z | Downloaded humantime v2.3.0 |
| 722 | 2026-07-04T15:55:19.548Z | Downloaded elliptic-curve v0.13.8 |
| 723 | 2026-07-04T15:55:19.548Z | Downloaded keccak v0.1.6 |
| 724 | 2026-07-04T15:55:19.548Z | Downloaded git-stub-vcs v0.1.0 |
| 725 | 2026-07-04T15:55:19.548Z | Downloaded base64 v0.22.1 |
| 726 | 2026-07-04T15:55:19.548Z | Downloaded darling_core v0.21.3 |
| 727 | 2026-07-04T15:55:19.548Z | Downloaded hyper-tls v0.6.0 |
| 728 | 2026-07-04T15:55:19.548Z | Downloaded http-body-util v0.1.3 |
| 729 | 2026-07-04T15:55:19.549Z | Downloaded lazy_static v1.5.0 |
| 730 | 2026-07-04T15:55:19.549Z | Downloaded libscf-sys v1.1.0 |
| 731 | 2026-07-04T15:55:19.549Z | Downloaded kstat-rs v0.2.4 |
| 732 | 2026-07-04T15:55:19.549Z | Downloaded lru-cache v0.1.2 |
| 733 | 2026-07-04T15:55:19.549Z | Downloaded dropshot_endpoint v0.17.1 |
| 734 | 2026-07-04T15:55:19.549Z | Downloaded blake2 v0.11.0-rc.6 |
| 735 | 2026-07-04T15:55:19.549Z | Downloaded fatfs v0.3.6 |
| 736 | 2026-07-04T15:55:19.549Z | Downloaded drift v0.2.0 |
| 737 | 2026-07-04T15:55:19.549Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-07-04T15:55:19.549Z | Downloaded maplit v1.0.2 |
| 739 | 2026-07-04T15:55:19.549Z | Downloaded managed v0.8.0 |
| 740 | 2026-07-04T15:55:19.549Z | Downloaded ingot v0.1.1 |
| 741 | 2026-07-04T15:55:19.549Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 742 | 2026-07-04T15:55:19.549Z | Downloaded md5 v0.8.0 |
| 743 | 2026-07-04T15:55:19.549Z | Downloaded mime v0.3.17 |
| 744 | 2026-07-04T15:55:19.549Z | Downloaded ipnetwork v0.21.1 |
| 745 | 2026-07-04T15:55:19.549Z | Downloaded hmac v0.12.1 |
| 746 | 2026-07-04T15:55:19.549Z | Downloaded half v1.8.3 |
| 747 | 2026-07-04T15:55:19.549Z | Downloaded multimap v0.10.1 |
| 748 | 2026-07-04T15:55:19.549Z | Downloaded lzss v0.8.2 |
| 749 | 2026-07-04T15:55:19.549Z | Downloaded match_cfg v0.1.0 |
| 750 | 2026-07-04T15:55:19.549Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-07-04T15:55:19.549Z | Downloaded maybe-uninit v2.0.0 |
| 752 | 2026-07-04T15:55:19.549Z | Downloaded lru v0.12.5 |
| 753 | 2026-07-04T15:55:19.549Z | Downloaded ingot-types v0.1.2 |
| 754 | 2026-07-04T15:55:19.549Z | Downloaded generic-array v1.4.3 |
| 755 | 2026-07-04T15:55:19.549Z | Downloaded hmac v0.13.0 |
| 756 | 2026-07-04T15:55:19.549Z | Downloaded getrandom v0.3.4 |
| 757 | 2026-07-04T15:55:19.549Z | Downloaded libefi-sys v0.1.0 |
| 758 | 2026-07-04T15:55:19.549Z | Downloaded keccak v0.2.0 |
| 759 | 2026-07-04T15:55:19.549Z | Downloaded arc-swap v1.8.2 |
| 760 | 2026-07-04T15:55:19.549Z | Downloaded nibble_vec v0.1.0 |
| 761 | 2026-07-04T15:55:19.549Z | Downloaded bumpalo v3.20.2 |
| 762 | 2026-07-04T15:55:19.551Z | Downloaded newtype_derive v0.1.6 |
| 763 | 2026-07-04T15:55:19.551Z | Downloaded linked-hash-map v0.5.6 |
| 764 | 2026-07-04T15:55:19.551Z | Downloaded indoc v2.0.7 |
| 765 | 2026-07-04T15:55:19.551Z | Downloaded instability v0.3.11 |
| 766 | 2026-07-04T15:55:19.551Z | Downloaded ar_archive_writer v0.5.1 |
| 767 | 2026-07-04T15:55:19.551Z | Downloaded ipnet v2.11.0 |
| 768 | 2026-07-04T15:55:19.551Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 769 | 2026-07-04T15:55:19.551Z | Downloaded hyper-rustls v0.27.7 |
| 770 | 2026-07-04T15:55:19.551Z | Downloaded iana-time-zone v0.1.65 |
| 771 | 2026-07-04T15:55:19.551Z | Downloaded compact_str v0.8.1 |
| 772 | 2026-07-04T15:55:19.551Z | Downloaded num v0.4.3 |
| 773 | 2026-07-04T15:55:19.551Z | Downloaded num-iter v0.1.45 |
| 774 | 2026-07-04T15:55:19.551Z | Downloaded newline-converter v0.3.0 |
| 775 | 2026-07-04T15:55:19.551Z | Downloaded normalize-line-endings v0.3.0 |
| 776 | 2026-07-04T15:55:19.551Z | Downloaded new_debug_unreachable v1.0.6 |
| 777 | 2026-07-04T15:55:19.551Z | Downloaded nonempty v0.12.0 |
| 778 | 2026-07-04T15:55:19.551Z | Downloaded libsw-core v0.3.2 |
| 779 | 2026-07-04T15:55:19.551Z | Downloaded libsw v3.5.0 |
| 780 | 2026-07-04T15:55:19.551Z | Downloaded libloading v0.8.9 |
| 781 | 2026-07-04T15:55:19.551Z | Downloaded hybrid-array v0.4.13 |
| 782 | 2026-07-04T15:55:19.551Z | Downloaded num-derive v0.3.3 |
| 783 | 2026-07-04T15:55:19.551Z | Downloaded nodrop v0.1.14 |
| 784 | 2026-07-04T15:55:19.551Z | Downloaded num-conv v0.2.0 |
| 785 | 2026-07-04T15:55:19.551Z | Downloaded openssl-macros v0.1.1 |
| 786 | 2026-07-04T15:55:19.551Z | Downloaded olpc-cjson v0.1.4 |
| 787 | 2026-07-04T15:55:19.553Z | Downloaded num_threads v0.1.7 |
| 788 | 2026-07-04T15:55:19.553Z | Downloaded num_enum_derive v0.5.11 |
| 789 | 2026-07-04T15:55:19.553Z | Downloaded const_format v0.2.35 |
| 790 | 2026-07-04T15:55:19.553Z | Downloaded httparse v1.10.1 |
| 791 | 2026-07-04T15:55:19.565Z | Downloaded oso-derive v0.27.3 |
| 792 | 2026-07-04T15:55:19.565Z | Downloaded openssl-probe v0.2.1 |
| 793 | 2026-07-04T15:55:19.565Z | Downloaded linear-map v1.2.0 |
| 794 | 2026-07-04T15:55:19.565Z | Downloaded openssl-probe v0.1.6 |
| 795 | 2026-07-04T15:55:19.565Z | Downloaded futures v0.3.32 |
| 796 | 2026-07-04T15:55:19.565Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-07-04T15:55:19.565Z | Downloaded lru-slab v0.1.2 |
| 798 | 2026-07-04T15:55:19.565Z | Downloaded lock_api v0.4.14 |
| 799 | 2026-07-04T15:55:19.565Z | Downloaded half v2.7.1 |
| 800 | 2026-07-04T15:55:19.565Z | Downloaded ingot-macros v0.1.1 |
| 801 | 2026-07-04T15:55:19.565Z | Downloaded bytes v1.11.1 |
| 802 | 2026-07-04T15:55:19.565Z | Downloaded const-oid v0.10.2 |
| 803 | 2026-07-04T15:55:19.565Z | Downloaded packed_struct_codegen v0.10.1 |
| 804 | 2026-07-04T15:55:19.565Z | Downloaded der v0.7.10 |
| 805 | 2026-07-04T15:55:19.566Z | Downloaded derive_more v2.1.1 |
| 806 | 2026-07-04T15:55:19.566Z | Downloaded module-lattice v0.2.3 |
| 807 | 2026-07-04T15:55:19.566Z | Downloaded jobserver v0.1.34 |
| 808 | 2026-07-04T15:55:19.566Z | Downloaded num-complex v0.4.6 |
| 809 | 2026-07-04T15:55:19.566Z | Downloaded nu-ansi-term v0.50.3 |
| 810 | 2026-07-04T15:55:19.566Z | Downloaded num-rational v0.4.2 |
| 811 | 2026-07-04T15:55:19.566Z | Downloaded newtype-uuid v1.3.2 |
| 812 | 2026-07-04T15:55:19.566Z | Downloaded newtype-uuid-macros v0.1.0 |
| 813 | 2026-07-04T15:55:19.566Z | Downloaded native-tls v0.2.18 |
| 814 | 2026-07-04T15:55:19.566Z | Downloaded percent-encoding v2.3.2 |
| 815 | 2026-07-04T15:55:19.566Z | Downloaded path-slash v0.1.5 |
| 816 | 2026-07-04T15:55:19.566Z | Downloaded parse-size v1.1.0 |
| 817 | 2026-07-04T15:55:19.566Z | Downloaded password-hash v0.6.1 |
| 818 | 2026-07-04T15:55:19.566Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-07-04T15:55:19.566Z | Downloaded flume v0.11.1 |
| 820 | 2026-07-04T15:55:19.566Z | Downloaded nanorand v0.7.0 |
| 821 | 2026-07-04T15:55:19.566Z | Downloaded icu_properties v2.1.2 |
| 822 | 2026-07-04T15:55:19.566Z | Downloaded multer v3.1.0 |
| 823 | 2026-07-04T15:55:19.566Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-07-04T15:55:19.566Z | Downloaded num-integer v0.1.46 |
| 825 | 2026-07-04T15:55:19.566Z | Downloaded num-derive v0.4.2 |
| 826 | 2026-07-04T15:55:19.566Z | Downloaded num_enum_derive v0.7.6 |
| 827 | 2026-07-04T15:55:19.566Z | Downloaded num_enum v0.7.6 |
| 828 | 2026-07-04T15:55:19.566Z | Downloaded heapless v0.7.17 |
| 829 | 2026-07-04T15:55:19.566Z | Downloaded mime_guess v2.0.5 |
| 830 | 2026-07-04T15:55:19.566Z | Downloaded num_enum v0.5.11 |
| 831 | 2026-07-04T15:55:19.566Z | Downloaded memmap2 v0.9.10 |
| 832 | 2026-07-04T15:55:19.566Z | Downloaded icu_provider v2.1.1 |
| 833 | 2026-07-04T15:55:19.566Z | Downloaded chacha20poly1305 v0.10.1 |
| 834 | 2026-07-04T15:55:19.566Z | Downloaded phf_shared v0.11.3 |
| 835 | 2026-07-04T15:55:19.566Z | Downloaded headers v0.4.1 |
| 836 | 2026-07-04T15:55:19.566Z | Downloaded ed25519-dalek v2.2.0 |
| 837 | 2026-07-04T15:55:19.567Z | Downloaded indexmap v1.9.3 |
| 838 | 2026-07-04T15:55:19.567Z | Downloaded phf_shared v0.13.1 |
| 839 | 2026-07-04T15:55:19.567Z | Downloaded litemap v0.8.1 |
| 840 | 2026-07-04T15:55:19.567Z | Downloaded ignore v0.4.25 |
| 841 | 2026-07-04T15:55:19.567Z | Downloaded crypto-bigint v0.5.5 |
| 842 | 2026-07-04T15:55:19.567Z | Downloaded packed_struct v0.10.1 |
| 843 | 2026-07-04T15:55:19.567Z | Downloaded flate2 v1.1.9 |
| 844 | 2026-07-04T15:55:19.567Z | Downloaded powerfmt v0.2.0 |
| 845 | 2026-07-04T15:55:19.567Z | Downloaded diesel_derives v2.3.7 |
| 846 | 2026-07-04T15:55:19.567Z | Downloaded oxnet v0.1.6 |
| 847 | 2026-07-04T15:55:19.567Z | Downloaded oxide-tokio-rt v0.1.4 |
| 848 | 2026-07-04T15:55:19.567Z | Downloaded derive_more-impl v2.1.1 |
| 849 | 2026-07-04T15:55:19.567Z | Downloaded litrs v1.0.0 |
| 850 | 2026-07-04T15:55:19.567Z | Downloaded owo-colors v4.3.0 |
| 851 | 2026-07-04T15:55:19.567Z | Downloaded precomputed-hash v0.1.1 |
| 852 | 2026-07-04T15:55:19.567Z | Downloaded potential_utf v0.1.4 |
| 853 | 2026-07-04T15:55:19.567Z | Downloaded peg v0.8.5 |
| 854 | 2026-07-04T15:55:19.567Z | Downloaded predicates-core v1.0.10 |
| 855 | 2026-07-04T15:55:19.567Z | Downloaded async-compression v0.4.41 |
| 856 | 2026-07-04T15:55:19.567Z | Downloaded proc-macro-crate v3.4.0 |
| 857 | 2026-07-04T15:55:19.567Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 858 | 2026-07-04T15:55:19.567Z | Downloaded pem v3.0.6 |
| 859 | 2026-07-04T15:55:19.567Z | Downloaded predicates-tree v1.0.13 |
| 860 | 2026-07-04T15:55:19.567Z | Downloaded icu_locale_core v2.1.1 |
| 861 | 2026-07-04T15:55:19.567Z | Downloaded icu_normalizer_data v2.1.1 |
| 862 | 2026-07-04T15:55:19.567Z | Downloaded pbkdf2 v0.13.0 |
| 863 | 2026-07-04T15:55:19.567Z | Downloaded proc-macro-crate v1.3.1 |
| 864 | 2026-07-04T15:55:19.568Z | Downloaded phc v0.6.1 |
| 865 | 2026-07-04T15:55:19.568Z | Downloaded aes v0.9.1 |
| 866 | 2026-07-04T15:55:19.568Z | Downloaded pem-rfc7468 v1.0.0 |
| 867 | 2026-07-04T15:55:19.568Z | Downloaded hickory-resolver v0.24.4 |
| 868 | 2026-07-04T15:55:19.568Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 869 | 2026-07-04T15:55:19.568Z | Downloaded phf v0.13.1 |
| 870 | 2026-07-04T15:55:19.568Z | Downloaded peg-macros v0.8.5 |
| 871 | 2026-07-04T15:55:19.568Z | Downloaded heapless v0.8.0 |
| 872 | 2026-07-04T15:55:19.568Z | Downloaded progenitor-client v0.14.0 |
| 873 | 2026-07-04T15:55:19.568Z | Downloaded parse-display-derive v0.10.0 |
| 874 | 2026-07-04T15:55:19.568Z | Downloaded ml-kem v0.3.2 |
| 875 | 2026-07-04T15:55:19.568Z | Downloaded pin-project-lite v0.2.17 |
| 876 | 2026-07-04T15:55:19.568Z | Downloaded psl-types v2.0.11 |
| 877 | 2026-07-04T15:55:19.568Z | Downloaded cc v1.2.56 |
| 878 | 2026-07-04T15:55:19.568Z | Downloaded pkcs8 v0.10.2 |
| 879 | 2026-07-04T15:55:19.568Z | Downloaded radium v0.7.0 |
| 880 | 2026-07-04T15:55:19.568Z | Downloaded quick-error v1.2.3 |
| 881 | 2026-07-04T15:55:19.568Z | Downloaded phf_shared v0.12.1 |
| 882 | 2026-07-04T15:55:19.568Z | Downloaded phf v0.12.1 |
| 883 | 2026-07-04T15:55:19.568Z | Downloaded paste v1.0.15 |
| 884 | 2026-07-04T15:55:19.568Z | Downloaded icu_normalizer v2.1.1 |
| 885 | 2026-07-04T15:55:19.568Z | Downloaded indicatif v0.18.4 |
| 886 | 2026-07-04T15:55:19.568Z | Downloaded libbz2-rs-sys v0.2.2 |
| 887 | 2026-07-04T15:55:19.568Z | Downloaded progenitor-macro v0.13.0 |
| 888 | 2026-07-04T15:55:19.568Z | Downloaded progenitor-macro v0.14.0 |
| 889 | 2026-07-04T15:55:19.568Z | Downloaded ppv-lite86 v0.2.21 |
| 890 | 2026-07-04T15:55:19.568Z | Downloaded poly1305 v0.8.0 |
| 891 | 2026-07-04T15:55:19.576Z | Downloaded rand_xorshift v0.4.0 |
| 892 | 2026-07-04T15:55:19.576Z | Downloaded parking_lot_core v0.9.12 |
| 893 | 2026-07-04T15:55:19.577Z | Downloaded der v0.8.0 |
| 894 | 2026-07-04T15:55:19.577Z | Downloaded rand_chacha v0.3.1 |
| 895 | 2026-07-04T15:55:19.577Z | Downloaded hickory-resolver v0.25.2 |
| 896 | 2026-07-04T15:55:19.577Z | Downloaded password-hash v0.5.0 |
| 897 | 2026-07-04T15:55:19.577Z | Downloaded parking_lot_core v0.8.6 |
| 898 | 2026-07-04T15:55:19.577Z | Downloaded primefield v0.14.0 |
| 899 | 2026-07-04T15:55:19.577Z | Downloaded parking_lot v0.12.5 |
| 900 | 2026-07-04T15:55:19.577Z | Downloaded primeorder v0.13.6 |
| 901 | 2026-07-04T15:55:19.577Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 902 | 2026-07-04T15:55:19.577Z | Downloaded parking_lot v0.11.2 |
| 903 | 2026-07-04T15:55:19.577Z | Downloaded polyval v0.7.1 |
| 904 | 2026-07-04T15:55:19.577Z | Downloaded pkg-config v0.3.32 |
| 905 | 2026-07-04T15:55:19.577Z | Downloaded num-traits v0.2.19 |
| 906 | 2026-07-04T15:55:19.577Z | Downloaded postgres-protocol v0.6.10 |
| 907 | 2026-07-04T15:55:19.577Z | Downloaded ref-cast-impl v1.0.25 |
| 908 | 2026-07-04T15:55:19.577Z | Downloaded crossterm v0.28.1 |
| 909 | 2026-07-04T15:55:19.577Z | Downloaded ref-cast v1.0.25 |
| 910 | 2026-07-04T15:55:19.577Z | Downloaded omicron-zone-package v0.12.3 |
| 911 | 2026-07-04T15:55:19.577Z | Downloaded recursive v0.1.1 |
| 912 | 2026-07-04T15:55:19.577Z | Downloaded rfc6979 v0.4.0 |
| 913 | 2026-07-04T15:55:19.577Z | Downloaded rfc6979 v0.5.0 |
| 914 | 2026-07-04T15:55:19.577Z | Downloaded russh-cryptovec v0.61.0 |
| 915 | 2026-07-04T15:55:19.577Z | Downloaded rtoolbox v0.0.3 |
| 916 | 2026-07-04T15:55:19.577Z | Downloaded progenitor v0.13.0 |
| 917 | 2026-07-04T15:55:19.577Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2026-07-04T15:55:19.577Z | Downloaded progenitor-extras v0.2.0 |
| 919 | 2026-07-04T15:55:19.577Z | Downloaded progenitor-client v0.13.0 |
| 920 | 2026-07-04T15:55:19.577Z | Downloaded progenitor v0.14.0 |
| 921 | 2026-07-04T15:55:19.577Z | Downloaded pem-rfc7468 v0.7.0 |
| 922 | 2026-07-04T15:55:19.577Z | Downloaded papergrid v0.17.0 |
| 923 | 2026-07-04T15:55:19.578Z | Downloaded rand_seeder v0.4.0 |
| 924 | 2026-07-04T15:55:19.578Z | Downloaded rand_core v0.10.0 |
| 925 | 2026-07-04T15:55:19.578Z | Downloaded russh-util v0.52.0 |
| 926 | 2026-07-04T15:55:19.578Z | Downloaded rand_core v0.9.5 |
| 927 | 2026-07-04T15:55:19.578Z | Downloaded pkcs1 v0.7.5 |
| 928 | 2026-07-04T15:55:19.578Z | Downloaded rand_core v0.6.4 |
| 929 | 2026-07-04T15:55:19.578Z | Downloaded psm v0.1.30 |
| 930 | 2026-07-04T15:55:19.578Z | Downloaded icu_collections v2.1.1 |
| 931 | 2026-07-04T15:55:19.578Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 932 | 2026-07-04T15:55:19.578Z | Downloaded pin-project-internal v1.1.11 |
| 933 | 2026-07-04T15:55:19.578Z | Downloaded expectorate v1.2.0 |
| 934 | 2026-07-04T15:55:19.578Z | Downloaded r2d2 v0.8.10 |
| 935 | 2026-07-04T15:55:19.578Z | Downloaded rustc_version v0.4.1 |
| 936 | 2026-07-04T15:55:19.578Z | Downloaded rustc_version v0.1.7 |
| 937 | 2026-07-04T15:55:19.578Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2026-07-04T15:55:19.578Z | Downloaded same-file v1.0.6 |
| 939 | 2026-07-04T15:55:19.578Z | Downloaded rustc-hash v2.1.1 |
| 940 | 2026-07-04T15:55:19.578Z | Downloaded rand_chacha v0.9.0 |
| 941 | 2026-07-04T15:55:19.578Z | Downloaded primeorder v0.14.0-rc.10 |
| 942 | 2026-07-04T15:55:19.578Z | Downloaded hashbrown v0.12.3 |
| 943 | 2026-07-04T15:55:19.578Z | Downloaded oso v0.27.3 |
| 944 | 2026-07-04T15:55:19.579Z | Downloaded sapling-renderdag v0.1.0 |
| 945 | 2026-07-04T15:55:19.579Z | Downloaded poly1305 v0.9.0 |
| 946 | 2026-07-04T15:55:19.579Z | Downloaded predicates v3.1.4 |
| 947 | 2026-07-04T15:55:19.579Z | Downloaded postgres-types v0.2.12 |
| 948 | 2026-07-04T15:55:19.579Z | Downloaded miniz_oxide v0.8.9 |
| 949 | 2026-07-04T15:55:19.579Z | Downloaded pkcs8 v0.11.0 |
| 950 | 2026-07-04T15:55:19.579Z | Downloaded pkcs5 v0.8.1 |
| 951 | 2026-07-04T15:55:19.579Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-07-04T15:55:19.579Z | Downloaded scroll_derive v0.13.1 |
| 953 | 2026-07-04T15:55:19.579Z | Downloaded jiff-static v0.2.21 |
| 954 | 2026-07-04T15:55:19.579Z | Downloaded semver v0.1.20 |
| 955 | 2026-07-04T15:55:19.579Z | Downloaded secrecy v0.10.3 |
| 956 | 2026-07-04T15:55:19.579Z | Downloaded serde_plain v1.0.2 |
| 957 | 2026-07-04T15:55:19.579Z | Downloaded serde_bytes v0.11.19 |
| 958 | 2026-07-04T15:55:19.579Z | Downloaded serde_spanned v1.1.1 |
| 959 | 2026-07-04T15:55:19.579Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2026-07-04T15:55:19.579Z | Downloaded aes-gcm v0.11.0 |
| 961 | 2026-07-04T15:55:19.579Z | Downloaded http v1.4.2 |
| 962 | 2026-07-04T15:55:19.579Z | Downloaded resolv-conf v0.7.6 |
| 963 | 2026-07-04T15:55:19.579Z | Downloaded serde-big-array v0.5.1 |
| 964 | 2026-07-04T15:55:19.579Z | Downloaded p384 v0.14.0-rc.10 |
| 965 | 2026-07-04T15:55:19.580Z | Downloaded rustls-pemfile v2.2.0 |
| 966 | 2026-07-04T15:55:19.580Z | Downloaded rusty-fork v0.3.1 |
| 967 | 2026-07-04T15:55:19.580Z | Downloaded serde_repr v0.1.20 |
| 968 | 2026-07-04T15:55:19.580Z | Downloaded sha1 v0.11.0 |
| 969 | 2026-07-04T15:55:19.580Z | Downloaded hyper-util v0.1.20 |
| 970 | 2026-07-04T15:55:19.580Z | Downloaded pin-project v1.1.11 |
| 971 | 2026-07-04T15:55:19.580Z | Downloaded shell-words v1.1.1 |
| 972 | 2026-07-04T15:55:19.580Z | Downloaded quinn-udp v0.5.14 |
| 973 | 2026-07-04T15:55:19.580Z | Downloaded prefix-trie v0.7.0 |
| 974 | 2026-07-04T15:55:19.580Z | Downloaded rustls-native-certs v0.8.3 |
| 975 | 2026-07-04T15:55:19.580Z | Downloaded sha1 v0.10.6 |
| 976 | 2026-07-04T15:55:19.580Z | Downloaded progenitor-impl v0.13.0 |
| 977 | 2026-07-04T15:55:19.580Z | Downloaded progenitor-impl v0.14.0 |
| 978 | 2026-07-04T15:55:19.580Z | Downloaded rustversion v1.0.22 |
| 979 | 2026-07-04T15:55:19.581Z | Downloaded openssl-sys v0.9.115 |
| 980 | 2026-07-04T15:55:19.581Z | Downloaded signature v3.0.0 |
| 981 | 2026-07-04T15:55:19.581Z | Downloaded scopeguard v1.2.0 |
| 982 | 2026-07-04T15:55:19.581Z | Downloaded postcard v1.1.3 |
| 983 | 2026-07-04T15:55:19.581Z | Downloaded minimal-lexical v0.2.1 |
| 984 | 2026-07-04T15:55:19.581Z | Downloaded schemars_derive v0.8.22 |
| 985 | 2026-07-04T15:55:19.581Z | Downloaded signal-hook-tokio v0.3.1 |
| 986 | 2026-07-04T15:55:19.581Z | Downloaded slog-envlogger v2.2.0 |
| 987 | 2026-07-04T15:55:19.581Z | Downloaded signature v2.2.0 |
| 988 | 2026-07-04T15:55:19.581Z | Downloaded siphasher v1.0.2 |
| 989 | 2026-07-04T15:55:19.581Z | Downloaded signal-hook-mio v0.2.5 |
| 990 | 2026-07-04T15:55:19.581Z | Downloaded seq-macro v0.3.6 |
| 991 | 2026-07-04T15:55:19.586Z | Downloaded hickory-server v0.25.2 |
| 992 | 2026-07-04T15:55:19.587Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-07-04T15:55:19.587Z | Downloaded sec1 v0.7.3 |
| 994 | 2026-07-04T15:55:19.587Z | Downloaded scrypt v0.12.0 |
| 995 | 2026-07-04T15:55:19.587Z | Downloaded sigpipe v0.1.3 |
| 996 | 2026-07-04T15:55:19.587Z | Downloaded itertools v0.10.5 |
| 997 | 2026-07-04T15:55:19.587Z | Downloaded slog-bunyan v2.5.0 |
| 998 | 2026-07-04T15:55:19.587Z | Downloaded scroll v0.13.0 |
| 999 | 2026-07-04T15:55:19.587Z | Downloaded crossterm v0.29.0 |
| 1000 | 2026-07-04T15:55:19.587Z | Downloaded serde_derive_internals v0.29.1 |
| 1001 | 2026-07-04T15:55:19.587Z | Downloaded sec1 v0.8.1 |
| 1002 | 2026-07-04T15:55:19.587Z | Downloaded dropshot-api-manager v0.7.2 |
| 1003 | 2026-07-04T15:55:19.587Z | Downloaded serde-hex v0.1.0 |
| 1004 | 2026-07-04T15:55:19.587Z | Downloaded serde_with_macros v1.5.2 |
| 1005 | 2026-07-04T15:55:19.587Z | Downloaded pretty_assertions v1.4.1 |
| 1006 | 2026-07-04T15:55:19.587Z | Downloaded sqlparser_derive v0.5.0 |
| 1007 | 2026-07-04T15:55:19.587Z | Downloaded stable_deref_trait v1.2.1 |
| 1008 | 2026-07-04T15:55:19.587Z | Downloaded hashbrown v0.16.1 |
| 1009 | 2026-07-04T15:55:19.587Z | Downloaded structmeta v0.3.0 |
| 1010 | 2026-07-04T15:55:19.587Z | Downloaded simd-adler32 v0.3.8 |
| 1011 | 2026-07-04T15:55:19.587Z | Downloaded serdect v0.4.3 |
| 1012 | 2026-07-04T15:55:19.587Z | Downloaded rustls-pki-types v1.14.0 |
| 1013 | 2026-07-04T15:55:19.587Z | Downloaded slab v0.4.12 |
| 1014 | 2026-07-04T15:55:19.587Z | Downloaded serde_cbor v0.11.2 |
| 1015 | 2026-07-04T15:55:19.587Z | Downloaded strum v0.27.2 |
| 1016 | 2026-07-04T15:55:19.587Z | Downloaded strum v0.26.3 |
| 1017 | 2026-07-04T15:55:19.587Z | Downloaded structmeta-derive v0.3.0 |
| 1018 | 2026-07-04T15:55:19.587Z | Downloaded subtle v2.6.1 |
| 1019 | 2026-07-04T15:55:19.587Z | Downloaded smallvec v0.6.14 |
| 1020 | 2026-07-04T15:55:19.587Z | Downloaded p256 v0.14.0-rc.10 |
| 1021 | 2026-07-04T15:55:19.587Z | Downloaded mio v1.2.0 |
| 1022 | 2026-07-04T15:55:19.587Z | Downloaded salsa20 v0.11.0 |
| 1023 | 2026-07-04T15:55:19.587Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1024 | 2026-07-04T15:55:19.587Z | Downloaded signal-hook-registry v1.4.8 |
| 1025 | 2026-07-04T15:55:19.588Z | Downloaded shlex v1.3.0 |
| 1026 | 2026-07-04T15:55:19.588Z | Downloaded strsim v0.10.0 |
| 1027 | 2026-07-04T15:55:19.588Z | Downloaded prettyplease v0.2.37 |
| 1028 | 2026-07-04T15:55:19.588Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1029 | 2026-07-04T15:55:19.588Z | Downloaded serde_with_macros v3.17.0 |
| 1030 | 2026-07-04T15:55:19.588Z | Downloaded sync_wrapper v1.0.2 |
| 1031 | 2026-07-04T15:55:19.588Z | Downloaded supports-color v3.0.2 |
| 1032 | 2026-07-04T15:55:19.588Z | Downloaded tagptr v0.2.0 |
| 1033 | 2026-07-04T15:55:19.588Z | Downloaded sync-ptr v0.1.4 |
| 1034 | 2026-07-04T15:55:19.588Z | Downloaded tabwriter v1.4.1 |
| 1035 | 2026-07-04T15:55:19.588Z | Downloaded slog-json v2.6.1 |
| 1036 | 2026-07-04T15:55:19.588Z | Downloaded slog-dtrace v0.3.0 |
| 1037 | 2026-07-04T15:55:19.588Z | Downloaded slog-async v2.8.0 |
| 1038 | 2026-07-04T15:55:19.588Z | Downloaded smf v0.2.3 |
| 1039 | 2026-07-04T15:55:19.588Z | Downloaded slog-stdlog v4.1.1 |
| 1040 | 2026-07-04T15:55:19.588Z | Downloaded sqlformat v0.3.5 |
| 1041 | 2026-07-04T15:55:19.588Z | Downloaded spki v0.8.0 |
| 1042 | 2026-07-04T15:55:19.588Z | Downloaded static_assertions v1.1.0 |
| 1043 | 2026-07-04T15:55:19.589Z | Downloaded stacker v0.1.23 |
| 1044 | 2026-07-04T15:55:19.589Z | Downloaded termtree v0.5.1 |
| 1045 | 2026-07-04T15:55:19.589Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-07-04T15:55:19.589Z | Downloaded tap v1.0.1 |
| 1047 | 2026-07-04T15:55:19.589Z | Downloaded slog-scope v4.4.1 |
| 1048 | 2026-07-04T15:55:19.589Z | Downloaded thread-id v5.1.0 |
| 1049 | 2026-07-04T15:55:19.589Z | Downloaded testing_table v0.3.0 |
| 1050 | 2026-07-04T15:55:19.589Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1051 | 2026-07-04T15:55:19.589Z | Downloaded take_mut v0.2.2 |
| 1052 | 2026-07-04T15:55:19.589Z | Downloaded tabled_derive v0.11.0 |
| 1053 | 2026-07-04T15:55:19.589Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1054 | 2026-07-04T15:55:19.589Z | Downloaded sha2 v0.11.0 |
| 1055 | 2026-07-04T15:55:19.589Z | Downloaded hashbrown v0.15.5 |
| 1056 | 2026-07-04T15:55:19.589Z | Downloaded schemars v0.8.22 |
| 1057 | 2026-07-04T15:55:19.589Z | Downloaded stringprep v0.1.5 |
| 1058 | 2026-07-04T15:55:19.589Z | Downloaded ron v0.8.1 |
| 1059 | 2026-07-04T15:55:19.589Z | Downloaded crypto-primes v0.7.2 |
| 1060 | 2026-07-04T15:55:19.589Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-07-04T15:55:19.589Z | Downloaded support-bundle-viewer v0.1.2 |
| 1062 | 2026-07-04T15:55:19.589Z | Downloaded strum_macros v0.26.4 |
| 1063 | 2026-07-04T15:55:19.589Z | Downloaded tokio-macros v2.7.0 |
| 1064 | 2026-07-04T15:55:19.589Z | Downloaded string_cache v0.8.9 |
| 1065 | 2026-07-04T15:55:19.589Z | Downloaded rand v0.8.6 |
| 1066 | 2026-07-04T15:55:19.589Z | Downloaded tinyvec_macros v0.1.1 |
| 1067 | 2026-07-04T15:55:19.590Z | Downloaded time-core v0.1.8 |
| 1068 | 2026-07-04T15:55:19.590Z | Downloaded itertools v0.13.0 |
| 1069 | 2026-07-04T15:55:19.590Z | Downloaded futures-util v0.3.32 |
| 1070 | 2026-07-04T15:55:19.590Z | Downloaded synstructure v0.13.2 |
| 1071 | 2026-07-04T15:55:19.590Z | Downloaded ryu v1.0.23 |
| 1072 | 2026-07-04T15:55:19.590Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1073 | 2026-07-04T15:55:19.590Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1074 | 2026-07-04T15:55:19.591Z | Downloaded strum_macros v0.24.3 |
| 1075 | 2026-07-04T15:55:19.591Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1076 | 2026-07-04T15:55:19.591Z | Downloaded rcgen v0.12.1 |
| 1077 | 2026-07-04T15:55:19.591Z | Downloaded rayon-core v1.13.0 |
| 1078 | 2026-07-04T15:55:19.591Z | Downloaded termios v0.3.3 |
| 1079 | 2026-07-04T15:55:19.591Z | Downloaded strum_macros v0.27.2 |
| 1080 | 2026-07-04T15:55:19.591Z | Downloaded nom v7.1.3 |
| 1081 | 2026-07-04T15:55:19.592Z | Downloaded aho-corasick v1.1.4 |
| 1082 | 2026-07-04T15:55:19.592Z | Downloaded thread_local v1.1.9 |
| 1083 | 2026-07-04T15:55:19.592Z | Downloaded spki v0.7.3 |
| 1084 | 2026-07-04T15:55:19.592Z | Downloaded libxml v0.3.3 |
| 1085 | 2026-07-04T15:55:19.592Z | Downloaded spin v0.9.8 |
| 1086 | 2026-07-04T15:55:19.592Z | Downloaded smallvec v1.15.1 |
| 1087 | 2026-07-04T15:55:19.592Z | Downloaded topological-sort v0.2.2 |
| 1088 | 2026-07-04T15:55:19.592Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-07-04T15:55:19.592Z | Downloaded tokio-test v0.4.5 |
| 1090 | 2026-07-04T15:55:19.592Z | Downloaded tiny-keccak v2.0.2 |
| 1091 | 2026-07-04T15:55:19.597Z | Downloaded similar v2.7.0 |
| 1092 | 2026-07-04T15:55:19.597Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-07-04T15:55:19.597Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-07-04T15:55:19.597Z | Downloaded tower-layer v0.3.3 |
| 1095 | 2026-07-04T15:55:19.597Z | Downloaded schemars v0.9.0 |
| 1096 | 2026-07-04T15:55:19.597Z | Downloaded unarray v0.1.4 |
| 1097 | 2026-07-04T15:55:19.597Z | Downloaded typify-macro v0.6.2 |
| 1098 | 2026-07-04T15:55:19.597Z | Downloaded tokio-native-tls v0.3.1 |
| 1099 | 2026-07-04T15:55:19.597Z | Downloaded qorb v0.4.1 |
| 1100 | 2026-07-04T15:55:19.597Z | Downloaded socket2 v0.5.10 |
| 1101 | 2026-07-04T15:55:19.597Z | Downloaded itertools v0.12.1 |
| 1102 | 2026-07-04T15:55:19.597Z | Downloaded thiserror-no-std v2.0.2 |
| 1103 | 2026-07-04T15:55:19.597Z | Downloaded time-macros v0.2.27 |
| 1104 | 2026-07-04T15:55:19.597Z | Downloaded rand v0.9.2 |
| 1105 | 2026-07-04T15:55:19.597Z | Downloaded nom v8.0.0 |
| 1106 | 2026-07-04T15:55:19.597Z | Downloaded unicode-truncate v1.1.0 |
| 1107 | 2026-07-04T15:55:19.597Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-07-04T15:55:19.597Z | Downloaded tokio-dtrace v0.1.1 |
| 1109 | 2026-07-04T15:55:19.597Z | Downloaded usdt v0.6.0 |
| 1110 | 2026-07-04T15:55:19.597Z | Downloaded tls_codec_derive v0.4.2 |
| 1111 | 2026-07-04T15:55:19.597Z | Downloaded signal-hook v0.3.18 |
| 1112 | 2026-07-04T15:55:19.597Z | Downloaded untrusted v0.7.1 |
| 1113 | 2026-07-04T15:55:19.597Z | Downloaded unicode-xid v0.2.6 |
| 1114 | 2026-07-04T15:55:19.597Z | Downloaded iri-string v0.7.10 |
| 1115 | 2026-07-04T15:55:19.598Z | Downloaded slog v2.8.2 |
| 1116 | 2026-07-04T15:55:19.598Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1117 | 2026-07-04T15:55:19.598Z | Downloaded usdt-attr-macro v0.6.0 |
| 1118 | 2026-07-04T15:55:19.598Z | Downloaded universal-hash v0.6.1 |
| 1119 | 2026-07-04T15:55:19.598Z | Downloaded universal-hash v0.5.1 |
| 1120 | 2026-07-04T15:55:19.598Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1121 | 2026-07-04T15:55:19.598Z | Downloaded tokio-tungstenite v0.23.1 |
| 1122 | 2026-07-04T15:55:19.598Z | Downloaded libm v0.2.16 |
| 1123 | 2026-07-04T15:55:19.598Z | Downloaded tokio-tungstenite v0.21.0 |
| 1124 | 2026-07-04T15:55:19.598Z | Downloaded hyper v1.10.1 |
| 1125 | 2026-07-04T15:55:19.598Z | Downloaded utf8_iter v1.0.4 |
| 1126 | 2026-07-04T15:55:19.598Z | Downloaded usdt-macro v0.6.0 |
| 1127 | 2026-07-04T15:55:19.598Z | Downloaded term v1.2.1 |
| 1128 | 2026-07-04T15:55:19.598Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1129 | 2026-07-04T15:55:19.598Z | Downloaded socket2 v0.6.3 |
| 1130 | 2026-07-04T15:55:19.598Z | Downloaded unit-prefix v0.5.2 |
| 1131 | 2026-07-04T15:55:19.598Z | Downloaded publicsuffix v2.3.0 |
| 1132 | 2026-07-04T15:55:19.598Z | Downloaded idna v1.1.0 |
| 1133 | 2026-07-04T15:55:19.598Z | Downloaded tui-tree-widget v0.23.1 |
| 1134 | 2026-07-04T15:55:19.598Z | Downloaded hashbrown v0.13.2 |
| 1135 | 2026-07-04T15:55:19.598Z | Downloaded wait-timeout v0.2.1 |
| 1136 | 2026-07-04T15:55:19.598Z | Downloaded void v1.0.2 |
| 1137 | 2026-07-04T15:55:19.598Z | Downloaded tls_codec v0.4.2 |
| 1138 | 2026-07-04T15:55:19.598Z | Downloaded num-bigint v0.4.6 |
| 1139 | 2026-07-04T15:55:19.598Z | Downloaded num-bigint-dig v0.8.6 |
| 1140 | 2026-07-04T15:55:19.598Z | Downloaded want v0.3.1 |
| 1141 | 2026-07-04T15:55:19.598Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-07-04T15:55:19.598Z | Downloaded hkdf v0.13.0 |
| 1143 | 2026-07-04T15:55:19.598Z | Downloaded quinn v0.11.9 |
| 1144 | 2026-07-04T15:55:19.599Z | Downloaded rustls-webpki v0.103.13 |
| 1145 | 2026-07-04T15:55:19.599Z | Downloaded rsa v0.9.10 |
| 1146 | 2026-07-04T15:55:19.599Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-07-04T15:55:19.599Z | Downloaded tokio-rustls v0.26.4 |
| 1148 | 2026-07-04T15:55:19.599Z | Downloaded tinystr v0.8.2 |
| 1149 | 2026-07-04T15:55:19.599Z | Downloaded icu_properties_data v2.1.2 |
| 1150 | 2026-07-04T15:55:19.599Z | Downloaded test-strategy v0.4.5 |
| 1151 | 2026-07-04T15:55:19.599Z | Downloaded p521 v0.14.0-rc.10 |
| 1152 | 2026-07-04T15:55:19.600Z | Downloaded schemars v1.2.1 |
| 1153 | 2026-07-04T15:55:19.600Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-07-04T15:55:19.600Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-07-04T15:55:19.600Z | Downloaded samael v0.0.19 |
| 1156 | 2026-07-04T15:55:19.600Z | Downloaded utf-8 v0.7.6 |
| 1157 | 2026-07-04T15:55:19.600Z | Downloaded usdt-impl v0.6.0 |
| 1158 | 2026-07-04T15:55:19.600Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1159 | 2026-07-04T15:55:19.600Z | Downloaded tinyvec v1.10.0 |
| 1160 | 2026-07-04T15:55:19.600Z | Downloaded vergen-lib v9.1.0 |
| 1161 | 2026-07-04T15:55:19.600Z | Downloaded zone_cfg_derive v0.3.1 |
| 1162 | 2026-07-04T15:55:19.600Z | Downloaded zone v0.3.1 |
| 1163 | 2026-07-04T15:55:19.600Z | Downloaded vergen-lib v0.1.6 |
| 1164 | 2026-07-04T15:55:19.600Z | Downloaded tracing-attributes v0.1.31 |
| 1165 | 2026-07-04T15:55:19.600Z | Downloaded zeroize_derive v1.4.3 |
| 1166 | 2026-07-04T15:55:19.600Z | Downloaded vsss-rs v3.3.4 |
| 1167 | 2026-07-04T15:55:19.600Z | Downloaded zerofrom-derive v0.1.6 |
| 1168 | 2026-07-04T15:55:19.600Z | Downloaded zerofrom v0.1.6 |
| 1169 | 2026-07-04T15:55:19.600Z | Downloaded term v0.7.0 |
| 1170 | 2026-07-04T15:55:19.601Z | Downloaded snafu v0.8.9 |
| 1171 | 2026-07-04T15:55:19.601Z | Downloaded walkdir v2.5.0 |
| 1172 | 2026-07-04T15:55:19.602Z | Downloaded hkdf v0.12.4 |
| 1173 | 2026-07-04T15:55:19.602Z | Downloaded vergen-gitcl v1.0.8 |
| 1174 | 2026-07-04T15:55:19.602Z | Downloaded rustyline v14.0.0 |
| 1175 | 2026-07-04T15:55:19.602Z | Downloaded vergen-git2 v9.1.0 |
| 1176 | 2026-07-04T15:55:19.602Z | Downloaded yoke-derive v0.8.1 |
| 1177 | 2026-07-04T15:55:19.602Z | Downloaded yoke v0.8.1 |
| 1178 | 2026-07-04T15:55:19.602Z | Downloaded writeable v0.6.2 |
| 1179 | 2026-07-04T15:55:19.602Z | Downloaded tokio-stream v0.1.18 |
| 1180 | 2026-07-04T15:55:19.602Z | Downloaded h2 v0.4.15 |
| 1181 | 2026-07-04T15:55:19.602Z | Downloaded twox-hash v2.1.2 |
| 1182 | 2026-07-04T15:55:19.602Z | Downloaded zerovec-derive v0.11.2 |
| 1183 | 2026-07-04T15:55:19.602Z | Downloaded whoami v2.1.0 |
| 1184 | 2026-07-04T15:55:19.602Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1185 | 2026-07-04T15:55:19.602Z | Downloaded toml v0.7.8 |
| 1186 | 2026-07-04T15:55:19.602Z | Downloaded steno v0.4.1 |
| 1187 | 2026-07-04T15:55:19.602Z | Downloaded tar v0.4.45 |
| 1188 | 2026-07-04T15:55:19.602Z | Downloaded unicode-properties v0.1.4 |
| 1189 | 2026-07-04T15:55:19.602Z | Downloaded vergen v9.1.0 |
| 1190 | 2026-07-04T15:55:19.602Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-07-04T15:55:19.605Z | Downloaded itertools v0.14.0 |
| 1192 | 2026-07-04T15:55:19.606Z | Downloaded rpassword v7.4.0 |
| 1193 | 2026-07-04T15:55:19.606Z | Downloaded subprocess v0.2.15 |
| 1194 | 2026-07-04T15:55:19.606Z | Downloaded tungstenite v0.23.0 |
| 1195 | 2026-07-04T15:55:19.606Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-07-04T15:55:19.606Z | Downloaded whoami v1.6.1 |
| 1197 | 2026-07-04T15:55:19.606Z | Downloaded tungstenite v0.21.0 |
| 1198 | 2026-07-04T15:55:19.606Z | Downloaded zeroize v1.8.2 |
| 1199 | 2026-07-04T15:55:19.606Z | Downloaded wyz v0.5.1 |
| 1200 | 2026-07-04T15:55:19.606Z | Downloaded yasna v0.5.2 |
| 1201 | 2026-07-04T15:55:19.606Z | Downloaded zerocopy v0.6.6 |
| 1202 | 2026-07-04T15:55:19.606Z | Downloaded uzers v0.12.2 |
| 1203 | 2026-07-04T15:55:19.606Z | Downloaded crypto-bigint v0.7.5 |
| 1204 | 2026-07-04T15:55:19.606Z | Downloaded vte v0.14.1 |
| 1205 | 2026-07-04T15:55:19.606Z | Downloaded rsa v0.10.0-rc.18 |
| 1206 | 2026-07-04T15:55:19.606Z | Downloaded rand v0.10.1 |
| 1207 | 2026-07-04T15:55:19.606Z | Downloaded p384 v0.13.1 |
| 1208 | 2026-07-04T15:55:19.606Z | Downloaded tokio-postgres v0.7.16 |
| 1209 | 2026-07-04T15:55:19.606Z | Downloaded unicode-bidi v0.3.18 |
| 1210 | 2026-07-04T15:55:19.606Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-07-04T15:55:19.606Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-07-04T15:55:19.606Z | Downloaded tracing-core v0.1.36 |
| 1213 | 2026-07-04T15:55:19.606Z | Downloaded zstd v0.13.3 |
| 1214 | 2026-07-04T15:55:19.606Z | Downloaded blake3 v1.8.5 |
| 1215 | 2026-07-04T15:55:19.606Z | Downloaded aws-lc-rs v1.16.3 |
| 1216 | 2026-07-04T15:55:19.606Z | Downloaded zerotrie v0.2.3 |
| 1217 | 2026-07-04T15:55:19.606Z | Downloaded goblin v0.10.5 |
| 1218 | 2026-07-04T15:55:19.606Z | Downloaded bindgen v0.71.1 |
| 1219 | 2026-07-04T15:55:19.606Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-07-04T15:55:19.606Z | Downloaded uuid v1.23.4 |
| 1221 | 2026-07-04T15:55:19.606Z | Downloaded reedline v0.40.0 |
| 1222 | 2026-07-04T15:55:19.606Z | Downloaded serde_with v1.14.0 |
| 1223 | 2026-07-04T15:55:19.607Z | Downloaded zip v0.6.6 |
| 1224 | 2026-07-04T15:55:19.607Z | Downloaded lalrpop v0.19.12 |
| 1225 | 2026-07-04T15:55:19.607Z | Downloaded zopfli v0.8.3 |
| 1226 | 2026-07-04T15:55:19.607Z | Downloaded bitvec v1.0.1 |
| 1227 | 2026-07-04T15:55:19.607Z | Downloaded git2 v0.20.4 |
| 1228 | 2026-07-04T15:55:19.607Z | Downloaded chrono v0.4.44 |
| 1229 | 2026-07-04T15:55:19.607Z | Downloaded yansi v1.0.1 |
| 1230 | 2026-07-04T15:55:19.607Z | Downloaded url v2.5.8 |
| 1231 | 2026-07-04T15:55:19.607Z | Downloaded iddqd v0.4.2 |
| 1232 | 2026-07-04T15:55:19.607Z | Downloaded unicode-segmentation v1.12.0 |
| 1233 | 2026-07-04T15:55:19.607Z | Downloaded regex v1.12.3 |
| 1234 | 2026-07-04T15:55:19.607Z | Downloaded curve25519-dalek v4.1.3 |
| 1235 | 2026-07-04T15:55:19.607Z | Downloaded reqwest v0.13.2 |
| 1236 | 2026-07-04T15:55:19.607Z | Downloaded reqwest v0.12.28 |
| 1237 | 2026-07-04T15:55:19.607Z | Downloaded petname v2.0.2 |
| 1238 | 2026-07-04T15:55:19.607Z | Downloaded unicode_categories v0.1.1 |
| 1239 | 2026-07-04T15:55:19.607Z | Downloaded typify v0.6.2 |
| 1240 | 2026-07-04T15:55:19.607Z | Downloaded rayon v1.11.0 |
| 1241 | 2026-07-04T15:55:19.607Z | Downloaded typed-path v0.9.3 |
| 1242 | 2026-07-04T15:55:19.607Z | Downloaded unicode-normalization v0.1.25 |
| 1243 | 2026-07-04T15:55:19.607Z | Downloaded tokio-util v0.7.18 |
| 1244 | 2026-07-04T15:55:19.607Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1245 | 2026-07-04T15:55:19.607Z | Downloaded zerocopy-derive v0.8.40 |
| 1246 | 2026-07-04T15:55:19.611Z | Downloaded proptest v1.10.0 |
| 1247 | 2026-07-04T15:55:19.630Z | Downloaded zip v4.6.1 |
| 1248 | 2026-07-04T15:55:19.635Z | Downloaded zerovec v0.11.5 |
| 1249 | 2026-07-04T15:55:19.638Z | Downloaded radix_trie v0.2.1 |
| 1250 | 2026-07-04T15:55:19.644Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1251 | 2026-07-04T15:55:19.647Z | Downloaded object v0.30.4 |
| 1252 | 2026-07-04T15:55:19.651Z | Downloaded x509-cert v0.2.5 |
| 1253 | 2026-07-04T15:55:19.655Z | Downloaded portable-atomic v1.13.1 |
| 1254 | 2026-07-04T15:55:19.659Z | Downloaded nix v0.27.1 |
| 1255 | 2026-07-04T15:55:19.666Z | Downloaded tower v0.5.3 |
| 1256 | 2026-07-04T15:55:19.672Z | Downloaded quick-xml v0.37.5 |
| 1257 | 2026-07-04T15:55:19.676Z | Downloaded dropshot v0.17.1 |
| 1258 | 2026-07-04T15:55:19.689Z | Downloaded serde_with v3.17.0 |
| 1259 | 2026-07-04T15:55:19.696Z | Downloaded tower-http v0.6.8 |
| 1260 | 2026-07-04T15:55:19.700Z | Downloaded tough v0.22.0 |
| 1261 | 2026-07-04T15:55:19.705Z | Downloaded openssl v0.10.79 |
| 1262 | 2026-07-04T15:55:19.712Z | Downloaded salty v0.3.0 |
| 1263 | 2026-07-04T15:55:19.717Z | Downloaded russh v0.61.2 |
| 1264 | 2026-07-04T15:55:19.722Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-07-04T15:55:19.740Z | Downloaded smoltcp v0.9.1 |
| 1266 | 2026-07-04T15:55:19.752Z | Downloaded moka v0.12.13 |
| 1267 | 2026-07-04T15:55:19.756Z | Downloaded object v0.37.3 |
| 1268 | 2026-07-04T15:55:19.773Z | Downloaded winnow v0.5.40 |
| 1269 | 2026-07-04T15:55:19.776Z | Downloaded quinn-proto v0.11.13 |
| 1270 | 2026-07-04T15:55:19.785Z | Downloaded vcpkg v0.2.15 |
| 1271 | 2026-07-04T15:55:19.806Z | Downloaded openapiv3 v2.2.0 |
| 1272 | 2026-07-04T15:55:19.812Z | Downloaded bstr v1.12.1 |
| 1273 | 2026-07-04T15:55:19.822Z | Downloaded diesel v2.3.7 |
| 1274 | 2026-07-04T15:55:19.834Z | Downloaded winnow v0.6.26 |
| 1275 | 2026-07-04T15:55:19.838Z | Downloaded polar-core v0.27.3 |
| 1276 | 2026-07-04T15:55:19.841Z | Downloaded regress v0.10.5 |
| 1277 | 2026-07-04T15:55:19.846Z | Downloaded regress v0.11.1 |
| 1278 | 2026-07-04T15:55:19.850Z | Downloaded smoltcp v0.11.0 |
| 1279 | 2026-07-04T15:55:19.857Z | Downloaded nix v0.28.0 |
| 1280 | 2026-07-04T15:55:19.864Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-07-04T15:55:19.873Z | Downloaded time v0.3.47 |
| 1282 | 2026-07-04T15:55:19.880Z | Downloaded rustix v0.38.44 |
| 1283 | 2026-07-04T15:55:19.893Z | Downloaded winnow v1.0.3 |
| 1284 | 2026-07-04T15:55:19.897Z | Downloaded hickory-proto v0.24.4 |
| 1285 | 2026-07-04T15:55:19.924Z | Downloaded zlib-rs v0.6.2 |
| 1286 | 2026-07-04T15:55:19.944Z | Downloaded sqlparser v0.61.0 |
| 1287 | 2026-07-04T15:55:19.950Z | Downloaded nix v0.31.2 |
| 1288 | 2026-07-04T15:55:19.968Z | Downloaded zerocopy v0.8.40 |
| 1289 | 2026-07-04T15:55:19.973Z | Downloaded sled v0.34.7 |
| 1290 | 2026-07-04T15:55:19.979Z | Downloaded regex-syntax v0.8.10 |
| 1291 | 2026-07-04T15:55:19.983Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-07-04T15:55:19.993Z | Downloaded ratatui v0.29.0 |
| 1293 | 2026-07-04T15:55:20.004Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-07-04T15:55:20.013Z | Downloaded rustls v0.23.41 |
| 1295 | 2026-07-04T15:55:20.020Z | Downloaded sha3 v0.11.0 |
| 1296 | 2026-07-04T15:55:20.023Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-07-04T15:55:20.059Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-07-04T15:55:20.343Z | Downloaded petgraph v0.8.3 |
| 1299 | 2026-07-04T15:55:20.358Z | Downloaded csv v1.4.0 |
| 1300 | 2026-07-04T15:55:20.358Z | Downloaded fiat-crypto v0.3.0 |
| 1301 | 2026-07-04T15:55:20.358Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1302 | 2026-07-04T15:55:20.358Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-07-04T15:55:20.358Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-07-04T15:55:20.358Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1305 | 2026-07-04T15:55:20.358Z | Downloaded zerocopy-derive v0.6.6 |
| 1306 | 2026-07-04T15:55:20.358Z | Downloaded regex-automata v0.4.14 |
| 1307 | 2026-07-04T15:55:20.359Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-07-04T15:55:20.359Z | Downloaded jiff v0.2.21 |
| 1309 | 2026-07-04T15:55:20.359Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-07-04T15:55:20.482Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-07-04T15:55:20.533Z | Downloaded ring v0.17.14 |
| 1312 | 2026-07-04T15:55:20.574Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-07-04T15:55:21.258Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-07-04T15:55:21.520Z | Compiling libc v0.2.185 |
| 1315 | 2026-07-04T15:55:21.520Z | Compiling serde_core v1.0.228 |
| 1316 | 2026-07-04T15:55:21.520Z | Compiling serde v1.0.228 |
| 1317 | 2026-07-04T15:55:21.522Z | Compiling log v0.4.29 |
| 1318 | 2026-07-04T15:55:21.522Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-07-04T15:55:21.523Z | Compiling shlex v1.3.0 |
| 1320 | 2026-07-04T15:55:21.661Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-07-04T15:55:21.665Z | Compiling syn v2.0.117 |
| 1322 | 2026-07-04T15:55:21.875Z | Compiling subtle v2.6.1 |
| 1323 | 2026-07-04T15:55:21.896Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-07-04T15:55:21.918Z | Compiling stable_deref_trait v1.2.1 |
| 1325 | 2026-07-04T15:55:21.977Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-07-04T15:55:21.992Z | Compiling typenum v1.20.1 |
| 1327 | 2026-07-04T15:55:22.006Z | Compiling serde_json v1.0.150 |
| 1328 | 2026-07-04T15:55:22.019Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-07-04T15:55:22.044Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-07-04T15:55:22.201Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-07-04T15:55:22.232Z | Compiling pin-project-lite v0.2.17 |
| 1332 | 2026-07-04T15:55:22.327Z | Compiling critical-section v1.2.0 |
| 1333 | 2026-07-04T15:55:22.440Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-07-04T15:55:22.483Z | Compiling getrandom v0.4.1 |
| 1335 | 2026-07-04T15:55:22.494Z | Compiling libm v0.2.16 |
| 1336 | 2026-07-04T15:55:22.515Z | Compiling jobserver v0.1.34 |
| 1337 | 2026-07-04T15:55:22.579Z | Compiling errno v0.3.14 |
| 1338 | 2026-07-04T15:55:22.725Z | Compiling cc v1.2.56 |
| 1339 | 2026-07-04T15:55:22.793Z | Compiling getrandom v0.2.17 |
| 1340 | 2026-07-04T15:55:22.828Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-07-04T15:55:22.987Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-07-04T15:55:23.014Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-07-04T15:55:23.096Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-07-04T15:55:23.202Z | Compiling mio v1.2.0 |
| 1345 | 2026-07-04T15:55:23.216Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-07-04T15:55:23.274Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-07-04T15:55:23.371Z | Compiling generic-array v0.14.7 |
| 1348 | 2026-07-04T15:55:23.413Z | Compiling const-oid v0.9.6 |
| 1349 | 2026-07-04T15:55:23.476Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-07-04T15:55:23.655Z | Compiling writeable v0.6.2 |
| 1351 | 2026-07-04T15:55:23.668Z | Compiling litemap v0.8.1 |
| 1352 | 2026-07-04T15:55:23.854Z | Compiling bitflags v2.11.0 |
| 1353 | 2026-07-04T15:55:23.857Z | Compiling percent-encoding v2.3.2 |
| 1354 | 2026-07-04T15:55:23.895Z | Compiling semver v1.0.28 |
| 1355 | 2026-07-04T15:55:24.048Z | Compiling socket2 v0.6.3 |
| 1356 | 2026-07-04T15:55:24.074Z | Compiling icu_properties_data v2.1.2 |
| 1357 | 2026-07-04T15:55:24.140Z | Compiling icu_normalizer_data v2.1.1 |
| 1358 | 2026-07-04T15:55:24.211Z | Compiling futures-sink v0.3.32 |
| 1359 | 2026-07-04T15:55:24.272Z | Compiling futures-io v0.3.32 |
| 1360 | 2026-07-04T15:55:24.315Z | Compiling futures-channel v0.3.32 |
| 1361 | 2026-07-04T15:55:24.433Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-07-04T15:55:24.448Z | Compiling futures-task v0.3.32 |
| 1363 | 2026-07-04T15:55:24.524Z | Compiling slab v0.4.12 |
| 1364 | 2026-07-04T15:55:24.537Z | Compiling indexmap v2.14.0 |
| 1365 | 2026-07-04T15:55:24.665Z | Compiling utf8_iter v1.0.4 |
| 1366 | 2026-07-04T15:55:24.773Z | Compiling getrandom v0.3.4 |
| 1367 | 2026-07-04T15:55:24.786Z | Compiling rustversion v1.0.22 |
| 1368 | 2026-07-04T15:55:24.853Z | Compiling form_urlencoded v1.2.2 |
| 1369 | 2026-07-04T15:55:25.003Z | Compiling cmake v0.1.57 |
| 1370 | 2026-07-04T15:55:25.032Z | Compiling dunce v1.0.5 |
| 1371 | 2026-07-04T15:55:25.068Z | Compiling ident_case v1.0.1 |
| 1372 | 2026-07-04T15:55:25.085Z | Compiling rustix v1.1.3 |
| 1373 | 2026-07-04T15:55:25.127Z | Compiling fs_extra v1.3.0 |
| 1374 | 2026-07-04T15:55:25.199Z | Compiling iana-time-zone v0.1.65 |
| 1375 | 2026-07-04T15:55:25.253Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-07-04T15:55:25.393Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-07-04T15:55:25.396Z | Compiling base64ct v1.8.3 |
| 1378 | 2026-07-04T15:55:25.421Z | Compiling aws-lc-sys v0.40.0 |
| 1379 | 2026-07-04T15:55:25.703Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-07-04T15:55:25.716Z | Compiling pem-rfc7468 v0.7.0 |
| 1381 | 2026-07-04T15:55:25.796Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-07-04T15:55:25.985Z | Compiling uuid v1.23.4 |
| 1383 | 2026-07-04T15:55:26.031Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-07-04T15:55:26.132Z | Compiling aws-lc-rs v1.16.3 |
| 1385 | 2026-07-04T15:55:26.153Z | Compiling openssl-sys v0.9.115 |
| 1386 | 2026-07-04T15:55:26.242Z | Compiling serde_derive v1.0.228 |
| 1387 | 2026-07-04T15:55:26.442Z | Compiling zeroize_derive v1.4.3 |
| 1388 | 2026-07-04T15:55:26.603Z | Compiling zerofrom-derive v0.1.6 |
| 1389 | 2026-07-04T15:55:26.706Z | Compiling yoke-derive v0.8.1 |
| 1390 | 2026-07-04T15:55:26.730Z | Compiling zerocopy-derive v0.8.40 |
| 1391 | 2026-07-04T15:55:26.833Z | Compiling zerovec-derive v0.11.2 |
| 1392 | 2026-07-04T15:55:27.139Z | Compiling zeroize v1.8.2 |
| 1393 | 2026-07-04T15:55:27.348Z | Compiling displaydoc v0.2.5 |
| 1394 | 2026-07-04T15:55:27.914Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-07-04T15:55:27.991Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-07-04T15:55:28.018Z | Compiling zerofrom v0.1.6 |
| 1397 | 2026-07-04T15:55:28.142Z | Compiling yoke v0.8.1 |
| 1398 | 2026-07-04T15:55:28.156Z | Compiling der_derive v0.7.3 |
| 1399 | 2026-07-04T15:55:28.235Z | Compiling block-buffer v0.10.4 |
| 1400 | 2026-07-04T15:55:28.325Z | Compiling zerovec v0.11.5 |
| 1401 | 2026-07-04T15:55:28.402Z | Compiling zerotrie v0.2.3 |
| 1402 | 2026-07-04T15:55:28.645Z | Compiling crypto-common v0.1.7 |
| 1403 | 2026-07-04T15:55:28.702Z | Compiling thiserror-impl v2.0.18 |
| 1404 | 2026-07-04T15:55:28.794Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-07-04T15:55:28.807Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-07-04T15:55:28.834Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-07-04T15:55:28.964Z | Compiling icu_locale_core v2.1.1 |
| 1408 | 2026-07-04T15:55:29.029Z | Compiling icu_collections v2.1.1 |
| 1409 | 2026-07-04T15:55:29.129Z | Compiling digest v0.10.7 |
| 1410 | 2026-07-04T15:55:29.433Z | Compiling tracing-attributes v0.1.31 |
| 1411 | 2026-07-04T15:55:29.510Z | Compiling base64 v0.22.1 |
| 1412 | 2026-07-04T15:55:29.886Z | Compiling bytes v1.11.1 |
| 1413 | 2026-07-04T15:55:29.973Z | Compiling icu_provider v2.1.1 |
| 1414 | 2026-07-04T15:55:29.974Z | Compiling chrono v0.4.44 |
| 1415 | 2026-07-04T15:55:30.183Z | Compiling flagset v0.4.7 |
| 1416 | 2026-07-04T15:55:30.264Z | Compiling icu_normalizer v2.1.1 |
| 1417 | 2026-07-04T15:55:30.264Z | Compiling icu_properties v2.1.2 |
| 1418 | 2026-07-04T15:55:30.450Z | Compiling tokio v1.52.1 |
| 1419 | 2026-07-04T15:55:30.729Z | Compiling http v1.4.2 |
| 1420 | 2026-07-04T15:55:30.781Z | Compiling tracing v0.1.44 |
| 1421 | 2026-07-04T15:55:31.054Z | Compiling der v0.7.10 |
| 1422 | 2026-07-04T15:55:31.250Z | Compiling idna_adapter v1.2.1 |
| 1423 | 2026-07-04T15:55:31.299Z | Compiling ppv-lite86 v0.2.21 |
| 1424 | 2026-07-04T15:55:31.317Z | Compiling thiserror v2.0.18 |
| 1425 | 2026-07-04T15:55:31.372Z | Compiling idna v1.1.0 |
| 1426 | 2026-07-04T15:55:31.386Z | Compiling http-body v1.0.1 |
| 1427 | 2026-07-04T15:55:31.419Z | Compiling rustls-pki-types v1.14.0 |
| 1428 | 2026-07-04T15:55:31.601Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-07-04T15:55:31.616Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-07-04T15:55:31.646Z | Compiling url v2.5.8 |
| 1431 | 2026-07-04T15:55:31.785Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2026-07-04T15:55:31.854Z | Compiling httparse v1.10.1 |
| 1433 | 2026-07-04T15:55:31.868Z | Compiling cmov v0.5.4 |
| 1434 | 2026-07-04T15:55:32.026Z | Compiling spki v0.7.3 |
| 1435 | 2026-07-04T15:55:32.074Z | Compiling ctutils v0.4.2 |
| 1436 | 2026-07-04T15:55:32.221Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-07-04T15:55:32.248Z | Compiling rand v0.9.2 |
| 1438 | 2026-07-04T15:55:32.276Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-07-04T15:55:32.319Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2026-07-04T15:55:32.320Z | Compiling aho-corasick v1.1.4 |
| 1441 | 2026-07-04T15:55:32.435Z | Compiling untrusted v0.7.1 |
| 1442 | 2026-07-04T15:55:32.563Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-07-04T15:55:32.581Z | Compiling tower-service v0.3.3 |
| 1444 | 2026-07-04T15:55:32.666Z | Compiling try-lock v0.2.5 |
| 1445 | 2026-07-04T15:55:32.740Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-07-04T15:55:32.758Z | Compiling schemars v0.8.22 |
| 1447 | 2026-07-04T15:55:32.848Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-07-04T15:55:32.933Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-07-04T15:55:32.982Z | Compiling want v0.3.1 |
| 1450 | 2026-07-04T15:55:32.997Z | Compiling tempfile v3.25.0 |
| 1451 | 2026-07-04T15:55:33.031Z | Compiling hybrid-array v0.4.13 |
| 1452 | 2026-07-04T15:55:33.136Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-07-04T15:55:33.151Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-07-04T15:55:33.374Z | Compiling ipnet v2.11.0 |
| 1455 | 2026-07-04T15:55:33.654Z | Compiling scroll_derive v0.13.1 |
| 1456 | 2026-07-04T15:55:33.803Z | Compiling darling_core v0.20.11 |
| 1457 | 2026-07-04T15:55:33.858Z | Compiling rustls v0.23.41 |
| 1458 | 2026-07-04T15:55:33.955Z | Compiling untrusted v0.9.0 |
| 1459 | 2026-07-04T15:55:34.043Z | Compiling httpdate v1.0.3 |
| 1460 | 2026-07-04T15:55:34.077Z | Compiling foreign-types-shared v0.1.1 |
| 1461 | 2026-07-04T15:55:34.165Z | Compiling cpufeatures v0.2.17 |
| 1462 | 2026-07-04T15:55:34.240Z | Compiling tokio-util v0.7.18 |
| 1463 | 2026-07-04T15:55:34.269Z | Compiling openssl v0.10.79 |
| 1464 | 2026-07-04T15:55:34.463Z | Compiling scroll v0.13.0 |
| 1465 | 2026-07-04T15:55:34.533Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-07-04T15:55:34.605Z | Compiling unicode-normalization v0.1.25 |
| 1467 | 2026-07-04T15:55:34.765Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-07-04T15:55:35.025Z | Compiling h2 v0.4.15 |
| 1469 | 2026-07-04T15:55:35.292Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-07-04T15:55:35.516Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-07-04T15:55:35.683Z | Compiling spin v0.9.8 |
| 1472 | 2026-07-04T15:55:35.697Z | Compiling time-core v0.1.8 |
| 1473 | 2026-07-04T15:55:35.841Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-07-04T15:55:35.894Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-07-04T15:55:35.919Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-07-04T15:55:36.055Z | Compiling num-conv v0.2.0 |
| 1477 | 2026-07-04T15:55:36.090Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-07-04T15:55:36.119Z | Compiling deranged v0.5.8 |
| 1479 | 2026-07-04T15:55:36.184Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-07-04T15:55:36.559Z | Compiling darling v0.20.11 |
| 1481 | 2026-07-04T15:55:36.642Z | Compiling goblin v0.10.5 |
| 1482 | 2026-07-04T15:55:37.082Z | Compiling sha2 v0.10.9 |
| 1483 | 2026-07-04T15:55:37.241Z | Compiling hmac v0.12.1 |
| 1484 | 2026-07-04T15:55:37.264Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-07-04T15:55:37.372Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-07-04T15:55:37.395Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-07-04T15:55:37.626Z | Compiling bit-vec v0.8.0 |
| 1488 | 2026-07-04T15:55:37.686Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-07-04T15:55:37.783Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-07-04T15:55:37.853Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-07-04T15:55:37.887Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-07-04T15:55:38.035Z | Compiling syn v1.0.109 |
| 1493 | 2026-07-04T15:55:38.124Z | Compiling hyper v1.10.1 |
| 1494 | 2026-07-04T15:55:38.352Z | Compiling usdt-impl v0.6.0 |
| 1495 | 2026-07-04T15:55:38.638Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-07-04T15:55:38.754Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-07-04T15:55:38.917Z | Compiling time v0.3.47 |
| 1498 | 2026-07-04T15:55:38.969Z | Compiling tower v0.5.3 |
| 1499 | 2026-07-04T15:55:39.108Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-07-04T15:55:39.341Z | Compiling hyper-util v0.1.20 |
| 1501 | 2026-07-04T15:55:39.432Z | Compiling dof v0.4.0 |
| 1502 | 2026-07-04T15:55:39.752Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-07-04T15:55:40.022Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-07-04T15:55:40.264Z | Compiling thiserror-impl v1.0.69 |
| 1505 | 2026-07-04T15:55:40.492Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-07-04T15:55:40.546Z | Compiling heapless v0.7.17 |
| 1507 | 2026-07-04T15:55:40.651Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-07-04T15:55:40.802Z | Compiling slog v2.8.2 |
| 1509 | 2026-07-04T15:55:40.816Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-07-04T15:55:40.819Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-07-04T15:55:41.005Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-07-04T15:55:41.088Z | Compiling cookie v0.18.1 |
| 1513 | 2026-07-04T15:55:41.116Z | Compiling unarray v0.1.4 |
| 1514 | 2026-07-04T15:55:41.130Z | Compiling ryu v1.0.23 |
| 1515 | 2026-07-04T15:55:41.165Z | Compiling paste v1.0.15 |
| 1516 | 2026-07-04T15:55:41.222Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-07-04T15:55:41.280Z | Compiling iri-string v0.7.10 |
| 1518 | 2026-07-04T15:55:41.302Z | Compiling zstd-safe v7.2.4 |
| 1519 | 2026-07-04T15:55:41.439Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-07-04T15:55:41.509Z | Compiling allocator-api2 v0.2.21 |
| 1521 | 2026-07-04T15:55:41.535Z | Compiling adler2 v2.0.1 |
| 1522 | 2026-07-04T15:55:41.549Z | Compiling signal-hook v0.3.18 |
| 1523 | 2026-07-04T15:55:41.665Z | Compiling unicode-properties v0.1.4 |
| 1524 | 2026-07-04T15:55:41.750Z | Compiling miniz_oxide v0.8.9 |
| 1525 | 2026-07-04T15:55:41.831Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-07-04T15:55:41.961Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-07-04T15:55:42.108Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-07-04T15:55:42.123Z | Compiling proptest v1.10.0 |
| 1529 | 2026-07-04T15:55:42.267Z | Compiling scroll v0.12.0 |
| 1530 | 2026-07-04T15:55:42.527Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-07-04T15:55:42.830Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-07-04T15:55:42.861Z | Compiling camino v1.2.2 |
| 1533 | 2026-07-04T15:55:43.096Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-07-04T15:55:43.231Z | Compiling bstr v1.12.1 |
| 1535 | 2026-07-04T15:55:43.266Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-07-04T15:55:43.287Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-07-04T15:55:43.302Z | Compiling block-buffer v0.12.1 |
| 1538 | 2026-07-04T15:55:43.392Z | Compiling crypto-common v0.2.2 |
| 1539 | 2026-07-04T15:55:43.490Z | Compiling block-padding v0.4.2 |
| 1540 | 2026-07-04T15:55:43.641Z | Compiling rustls-native-certs v0.8.3 |
| 1541 | 2026-07-04T15:55:43.655Z | Compiling rand_chacha v0.3.1 |
| 1542 | 2026-07-04T15:55:43.775Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-07-04T15:55:43.859Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-07-04T15:55:43.927Z | Compiling erased-serde v0.3.31 |
| 1545 | 2026-07-04T15:55:44.002Z | Compiling serde_tokenstream v0.2.3 |
| 1546 | 2026-07-04T15:55:44.025Z | Compiling signature v2.2.0 |
| 1547 | 2026-07-04T15:55:44.201Z | Compiling md-5 v0.10.6 |
| 1548 | 2026-07-04T15:55:44.309Z | Compiling async-trait v0.1.89 |
| 1549 | 2026-07-04T15:55:44.365Z | Compiling pin-project-internal v1.1.11 |
| 1550 | 2026-07-04T15:55:44.404Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-07-04T15:55:44.438Z | Compiling curve25519-dalek v4.1.3 |
| 1552 | 2026-07-04T15:55:44.846Z | Compiling vergen-lib v9.1.0 |
| 1553 | 2026-07-04T15:55:45.045Z | Compiling num-integer v0.1.46 |
| 1554 | 2026-07-04T15:55:45.120Z | Compiling hash32 v0.2.1 |
| 1555 | 2026-07-04T15:55:45.318Z | Compiling memoffset v0.9.1 |
| 1556 | 2026-07-04T15:55:45.332Z | Compiling encoding_rs v0.8.35 |
| 1557 | 2026-07-04T15:55:45.372Z | Compiling cfg_aliases v0.2.1 |
| 1558 | 2026-07-04T15:55:45.394Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-07-04T15:55:45.447Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-07-04T15:55:45.517Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-07-04T15:55:45.532Z | Compiling litrs v1.0.0 |
| 1562 | 2026-07-04T15:55:45.714Z | Compiling psl-types v2.0.11 |
| 1563 | 2026-07-04T15:55:45.728Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-07-04T15:55:45.792Z | Compiling rustix v0.38.44 |
| 1565 | 2026-07-04T15:55:45.839Z | Compiling fallible-iterator v0.2.0 |
| 1566 | 2026-07-04T15:55:46.045Z | Compiling mime v0.3.17 |
| 1567 | 2026-07-04T15:55:46.151Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-07-04T15:55:46.250Z | Compiling document-features v0.2.12 |
| 1569 | 2026-07-04T15:55:46.298Z | Compiling publicsuffix v2.3.0 |
| 1570 | 2026-07-04T15:55:46.670Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-07-04T15:55:46.694Z | Compiling nix v0.31.2 |
| 1572 | 2026-07-04T15:55:46.766Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-07-04T15:55:46.788Z | Compiling hubpack_derive v0.1.1 |
| 1574 | 2026-07-04T15:55:46.814Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-07-04T15:55:47.027Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-07-04T15:55:47.237Z | Compiling rand v0.8.6 |
| 1577 | 2026-07-04T15:55:47.309Z | Compiling darling v0.21.3 |
| 1578 | 2026-07-04T15:55:47.323Z | Compiling inout v0.2.2 |
| 1579 | 2026-07-04T15:55:47.346Z | Compiling oxnet v0.1.6 |
| 1580 | 2026-07-04T15:55:47.389Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-07-04T15:55:47.447Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-07-04T15:55:47.587Z | Compiling goblin v0.8.2 |
| 1583 | 2026-07-04T15:55:48.102Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-07-04T15:55:48.177Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-07-04T15:55:48.246Z | Compiling regex v1.12.3 |
| 1586 | 2026-07-04T15:55:48.270Z | Compiling anstyle-parse v0.2.7 |
| 1587 | 2026-07-04T15:55:48.334Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-07-04T15:55:48.354Z | Compiling hex v0.4.3 |
| 1589 | 2026-07-04T15:55:48.446Z | Compiling terminal_size v0.4.3 |
| 1590 | 2026-07-04T15:55:48.583Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1591 | 2026-07-04T15:55:48.586Z | Compiling daft-derive v0.1.7 |
| 1592 | 2026-07-04T15:55:48.615Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-07-04T15:55:48.668Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-07-04T15:55:48.985Z | Compiling strum_macros v0.27.2 |
| 1595 | 2026-07-04T15:55:49.017Z | Compiling snafu-derive v0.8.9 |
| 1596 | 2026-07-04T15:55:49.225Z | Compiling vergen v9.1.0 |
| 1597 | 2026-07-04T15:55:49.243Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-07-04T15:55:49.311Z | Compiling ff v0.13.1 |
| 1599 | 2026-07-04T15:55:49.422Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-07-04T15:55:49.451Z | Compiling ahash v0.8.12 |
| 1601 | 2026-07-04T15:55:49.510Z | Compiling winnow v0.5.40 |
| 1602 | 2026-07-04T15:55:49.695Z | Compiling object v0.37.3 |
| 1603 | 2026-07-04T15:55:49.715Z | Compiling unicode-segmentation v1.12.0 |
| 1604 | 2026-07-04T15:55:49.981Z | Compiling base16ct v0.2.0 |
| 1605 | 2026-07-04T15:55:50.105Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-07-04T15:55:50.167Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-07-04T15:55:50.362Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-07-04T15:55:50.440Z | Compiling managed v0.8.0 |
| 1609 | 2026-07-04T15:55:50.662Z | Compiling same-file v1.0.6 |
| 1610 | 2026-07-04T15:55:50.843Z | Compiling foldhash v0.2.0 |
| 1611 | 2026-07-04T15:55:50.874Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-07-04T15:55:50.989Z | Compiling clap_builder v4.6.0 |
| 1613 | 2026-07-04T15:55:51.012Z | Compiling snafu v0.8.9 |
| 1614 | 2026-07-04T15:55:51.047Z | Compiling hashbrown v0.16.1 |
| 1615 | 2026-07-04T15:55:51.062Z | Compiling strum v0.27.2 |
| 1616 | 2026-07-04T15:55:51.065Z | Compiling hashbrown v0.15.5 |
| 1617 | 2026-07-04T15:55:51.065Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-07-04T15:55:51.182Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-07-04T15:55:51.487Z | Compiling bzip2 v0.6.1 |
| 1620 | 2026-07-04T15:55:51.616Z | Compiling zopfli v0.8.3 |
| 1621 | 2026-07-04T15:55:51.630Z | Compiling sec1 v0.7.3 |
| 1622 | 2026-07-04T15:55:51.740Z | Compiling dof v0.3.0 |
| 1623 | 2026-07-04T15:55:52.071Z | Compiling group v0.13.0 |
| 1624 | 2026-07-04T15:55:52.135Z | Compiling cargo_metadata v0.23.1 |
| 1625 | 2026-07-04T15:55:52.248Z | Compiling daft v0.1.7 |
| 1626 | 2026-07-04T15:55:52.522Z | Compiling futures v0.3.32 |
| 1627 | 2026-07-04T15:55:52.542Z | Compiling anstream v0.6.21 |
| 1628 | 2026-07-04T15:55:52.602Z | Compiling phf v0.13.1 |
| 1629 | 2026-07-04T15:55:52.763Z | Compiling signal-hook-mio v0.2.5 |
| 1630 | 2026-07-04T15:55:53.079Z | Compiling cookie_store v0.22.1 |
| 1631 | 2026-07-04T15:55:53.234Z | Compiling zstd v0.13.3 |
| 1632 | 2026-07-04T15:55:53.488Z | Compiling reqwest v0.12.28 |
| 1633 | 2026-07-04T15:55:53.507Z | Compiling bzip2 v0.4.4 |
| 1634 | 2026-07-04T15:55:53.717Z | Compiling cipher v0.5.2 |
| 1635 | 2026-07-04T15:55:53.726Z | Compiling serde_with_macros v3.17.0 |
| 1636 | 2026-07-04T15:55:53.800Z | Compiling hubpack v0.1.2 |
| 1637 | 2026-07-04T15:55:53.970Z | Compiling postgres-types v0.2.12 |
| 1638 | 2026-07-04T15:55:54.041Z | Compiling usdt-attr-macro v0.6.0 |
| 1639 | 2026-07-04T15:55:54.517Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-07-04T15:55:54.889Z | Compiling ed25519 v2.2.3 |
| 1641 | 2026-07-04T15:55:54.929Z | Compiling globset v0.4.18 |
| 1642 | 2026-07-04T15:55:55.146Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-07-04T15:55:55.311Z | Compiling phf_shared v0.11.3 |
| 1644 | 2026-07-04T15:55:55.363Z | Compiling hkdf v0.12.4 |
| 1645 | 2026-07-04T15:55:55.474Z | Compiling olpc-cjson v0.1.4 |
| 1646 | 2026-07-04T15:55:55.484Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-07-04T15:55:55.586Z | Compiling serde-big-array v0.5.1 |
| 1648 | 2026-07-04T15:55:55.640Z | Compiling serde_plain v1.0.2 |
| 1649 | 2026-07-04T15:55:55.730Z | Compiling pem v3.0.6 |
| 1650 | 2026-07-04T15:55:55.807Z | Compiling crypto-bigint v0.5.5 |
| 1651 | 2026-07-04T15:55:55.854Z | Compiling clap_derive v4.6.1 |
| 1652 | 2026-07-04T15:55:55.883Z | Compiling serde_repr v0.1.20 |
| 1653 | 2026-07-04T15:55:55.911Z | Compiling enum-as-inner v0.6.1 |
| 1654 | 2026-07-04T15:55:56.080Z | Compiling strum_macros v0.26.4 |
| 1655 | 2026-07-04T15:55:56.394Z | Compiling async-recursion v1.1.1 |
| 1656 | 2026-07-04T15:55:56.442Z | Compiling float-cmp v0.10.0 |
| 1657 | 2026-07-04T15:55:56.586Z | Compiling memmap2 v0.9.10 |
| 1658 | 2026-07-04T15:55:56.801Z | Compiling thread-id v4.2.2 |
| 1659 | 2026-07-04T15:55:56.882Z | Compiling env_filter v1.0.0 |
| 1660 | 2026-07-04T15:55:57.045Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-07-04T15:55:57.119Z | Compiling const-oid v0.10.2 |
| 1662 | 2026-07-04T15:55:57.184Z | Compiling difflib v0.4.0 |
| 1663 | 2026-07-04T15:55:57.201Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-07-04T15:55:57.289Z | Compiling new_debug_unreachable v1.0.6 |
| 1665 | 2026-07-04T15:55:57.324Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-07-04T15:55:57.360Z | Compiling fixedbitset v0.4.2 |
| 1667 | 2026-07-04T15:55:57.579Z | Compiling either v1.15.0 |
| 1668 | 2026-07-04T15:55:57.594Z | Compiling whoami v2.1.0 |
| 1669 | 2026-07-04T15:55:57.625Z | Compiling keccak v0.1.6 |
| 1670 | 2026-07-04T15:55:57.736Z | Compiling normalize-line-endings v0.3.0 |
| 1671 | 2026-07-04T15:55:57.786Z | Compiling data-encoding v2.10.0 |
| 1672 | 2026-07-04T15:55:57.799Z | Compiling winnow v1.0.3 |
| 1673 | 2026-07-04T15:55:57.832Z | Compiling typed-path v0.9.3 |
| 1674 | 2026-07-04T15:55:57.895Z | Compiling jiff v0.2.21 |
| 1675 | 2026-07-04T15:55:57.968Z | Compiling predicates-core v1.0.10 |
| 1676 | 2026-07-04T15:55:58.135Z | Compiling cpufeatures v0.3.0 |
| 1677 | 2026-07-04T15:55:58.150Z | Compiling predicates v3.1.4 |
| 1678 | 2026-07-04T15:55:58.217Z | Compiling chacha20 v0.10.0 |
| 1679 | 2026-07-04T15:55:58.350Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1680 | 2026-07-04T15:55:58.461Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-07-04T15:55:58.490Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-07-04T15:55:58.573Z | Compiling strum v0.26.3 |
| 1683 | 2026-07-04T15:55:58.703Z | Compiling toml_edit v0.22.27 |
| 1684 | 2026-07-04T15:55:58.785Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-07-04T15:55:58.976Z | Compiling itertools v0.13.0 |
| 1686 | 2026-07-04T15:55:59.040Z | Compiling clap v4.6.1 |
| 1687 | 2026-07-04T15:55:59.124Z | Compiling petgraph v0.8.3 |
| 1688 | 2026-07-04T15:55:59.236Z | Compiling petgraph v0.6.5 |
| 1689 | 2026-07-04T15:56:00.258Z | Compiling string_cache v0.8.9 |
| 1690 | 2026-07-04T15:56:00.497Z | Compiling digest v0.11.3 |
| 1691 | 2026-07-04T15:56:00.718Z | Compiling zip v4.6.1 |
| 1692 | 2026-07-04T15:56:00.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1693 | 2026-07-04T15:56:00.753Z | Compiling env_logger v0.11.9 |
| 1694 | 2026-07-04T15:56:01.109Z | Compiling usdt-impl v0.5.0 |
| 1695 | 2026-07-04T15:56:01.130Z | Compiling elliptic-curve v0.13.8 |
| 1696 | 2026-07-04T15:56:01.441Z | Compiling usdt v0.6.0 |
| 1697 | 2026-07-04T15:56:01.529Z | Compiling rsa v0.9.10 |
| 1698 | 2026-07-04T15:56:01.687Z | Compiling ed25519-dalek v2.2.0 |
| 1699 | 2026-07-04T15:56:01.701Z | Compiling serde_with v3.17.0 |
| 1700 | 2026-07-04T15:56:01.715Z | Compiling crossterm v0.28.1 |
| 1701 | 2026-07-04T15:56:02.334Z | Compiling zip v0.6.6 |
| 1702 | 2026-07-04T15:56:03.005Z | Compiling iddqd v0.4.2 |
| 1703 | 2026-07-04T15:56:03.190Z | Compiling toml v0.7.8 |
| 1704 | 2026-07-04T15:56:03.657Z | Compiling similar v2.7.0 |
| 1705 | 2026-07-04T15:56:03.722Z | Compiling heck v0.4.1 |
| 1706 | 2026-07-04T15:56:03.793Z | Compiling crossbeam-epoch v0.9.18 |
| 1707 | 2026-07-04T15:56:03.879Z | Compiling tokio-stream v0.1.18 |
| 1708 | 2026-07-04T15:56:03.947Z | Compiling buf-list v1.1.2 |
| 1709 | 2026-07-04T15:56:04.120Z | Compiling x509-cert v0.2.5 |
| 1710 | 2026-07-04T15:56:04.223Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1711 | 2026-07-04T15:56:04.286Z | Compiling openapiv3 v2.2.0 |
| 1712 | 2026-07-04T15:56:04.342Z | Compiling peg-runtime v0.8.5 |
| 1713 | 2026-07-04T15:56:04.524Z | Compiling lalrpop-util v0.19.12 |
| 1714 | 2026-07-04T15:56:04.527Z | Compiling thread_local v1.1.9 |
| 1715 | 2026-07-04T15:56:04.676Z | Compiling slog-async v2.8.0 |
| 1716 | 2026-07-04T15:56:04.745Z | Compiling crossbeam-channel v0.5.15 |
| 1717 | 2026-07-04T15:56:04.797Z | Compiling filetime v0.2.27 |
| 1718 | 2026-07-04T15:56:04.863Z | Compiling is-terminal v0.4.17 |
| 1719 | 2026-07-04T15:56:04.942Z | Compiling take_mut v0.2.2 |
| 1720 | 2026-07-04T15:56:04.974Z | Compiling xattr v1.6.1 |
| 1721 | 2026-07-04T15:56:05.006Z | Compiling term v1.2.1 |
| 1722 | 2026-07-04T15:56:05.051Z | Compiling camino-tempfile v1.4.1 |
| 1723 | 2026-07-04T15:56:05.212Z | Compiling tar v0.4.45 |
| 1724 | 2026-07-04T15:56:05.278Z | Compiling slog-term v2.9.2 |
| 1725 | 2026-07-04T15:56:15.523Z | Compiling rustls-webpki v0.103.13 |
| 1726 | 2026-07-04T15:56:18.195Z | Compiling tokio-rustls v0.26.4 |
| 1727 | 2026-07-04T15:56:18.195Z | Compiling rustls-platform-verifier v0.6.2 |
| 1728 | 2026-07-04T15:56:18.195Z | Compiling tough v0.22.0 |
| 1729 | 2026-07-04T15:56:18.398Z | Compiling hyper-rustls v0.27.7 |
| 1730 | 2026-07-04T15:56:18.592Z | Compiling reqwest v0.13.2 |
| 1731 | 2026-07-04T15:56:20.831Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1732 | 2026-07-04T15:56:21.057Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1733 | 2026-07-04T15:56:23.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1734 | 2026-07-04T15:56:24.034Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1735 | 2026-07-04T15:56:24.084Z | Jul 04 15:56:22.596 INFO Starting download, target: Clickhouse |
| 1736 | 2026-07-04T15:56:24.084Z | Jul 04 15:56:22.596 INFO Starting download, target: Cockroach |
| 1737 | 2026-07-04T15:56:24.084Z | Jul 04 15:56:22.596 INFO Starting download, target: DendriteStub |
| 1738 | 2026-07-04T15:56:24.084Z | Jul 04 15:56:22.596 INFO Starting download, target: Console |
| 1739 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Starting download, target: MaghemiteMgd |
| 1740 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Starting download, target: MaghemiteDdmd |
| 1741 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Starting download, target: TransceiverControl |
| 1742 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1743 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1744 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1745 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1746 | 2026-07-04T15:56:24.088Z | Jul 04 15:56:22.596 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1747 | 2026-07-04T15:56:24.089Z | Jul 04 15:56:22.596 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1748 | 2026-07-04T15:56:24.089Z | Jul 04 15:56:22.596 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1749 | 2026-07-04T15:56:24.757Z | Jul 04 15:56:23.266 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1750 | 2026-07-04T15:56:25.009Z | Jul 04 15:56:23.488 INFO Download complete, target: TransceiverControl |
| 1751 | 2026-07-04T15:56:25.846Z | Jul 04 15:56:24.357 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1752 | 2026-07-04T15:56:25.880Z | Jul 04 15:56:24.377 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1753 | 2026-07-04T15:56:26.127Z | Jul 04 15:56:24.631 INFO Download complete, target: Console |
| 1754 | 2026-07-04T15:56:26.218Z | Jul 04 15:56:24.730 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1755 | 2026-07-04T15:56:27.065Z | Jul 04 15:56:25.570 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1756 | 2026-07-04T15:56:28.516Z | Jul 04 15:56:27.029 INFO Download complete, target: DendriteStub |
| 1757 | 2026-07-04T15:56:28.848Z | Jul 04 15:56:27.361 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-07-04T15:56:31.193Z | Jul 04 15:56:29.702 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1759 | 2026-07-04T15:56:31.424Z | Jul 04 15:56:29.930 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1760 | 2026-07-04T15:56:31.424Z | Jul 04 15:56:29.930 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1761 | 2026-07-04T15:56:32.569Z | Jul 04 15:56:31.080 INFO Checking that binary works, target: Clickhouse |
| 1762 | 2026-07-04T15:56:32.655Z | Jul 04 15:56:31.166 INFO Download complete, target: Clickhouse |
| 1763 | 2026-07-04T15:56:33.562Z | Jul 04 15:56:32.074 INFO Download complete, target: MaghemiteMgd |
| 1764 | 2026-07-04T15:56:35.943Z | Jul 04 15:56:34.455 INFO Checking that binary works, target: Cockroach |
| 1765 | 2026-07-04T15:56:36.052Z | Jul 04 15:56:34.564 INFO Download complete, target: Cockroach |
| 1766 | 2026-07-04T15:56:36.068Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1767 | 2026-07-04T15:56:36.072Z | |
| 1768 | 2026-07-04T15:56:36.072Z | real 2:04.003161548 |
| 1769 | 2026-07-04T15:56:36.072Z | user 6:38.239900282 |
| 1770 | 2026-07-04T15:56:36.072Z | sys 1:20.979436266 |
| 1771 | 2026-07-04T15:56:36.072Z | trap 0.218234540 |
| 1772 | 2026-07-04T15:56:36.072Z | tflt 0.545813582 |
| 1773 | 2026-07-04T15:56:36.072Z | dflt 0.829915412 |
| 1774 | 2026-07-04T15:56:36.072Z | kflt 0.024616532 |
| 1775 | 2026-07-04T15:56:36.072Z | lock 22:31.406975884 |
| 1776 | 2026-07-04T15:56:36.072Z | slp 20:17.029184953 |
| 1777 | 2026-07-04T15:56:36.072Z | lat 42.058868973 |
| 1778 | 2026-07-04T15:56:36.072Z | stop 1:54.245303666 |
| 1779 | 2026-07-04T15:56:36.072Z | + banner hack-check |
| 1780 | 2026-07-04T15:56:36.072Z | |
| 1781 | 2026-07-04T15:56:36.073Z | # # ## #### # # #### # # ###### #### # # |
| 1782 | 2026-07-04T15:56:36.073Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-07-04T15:56:36.073Z | ###### # # # #### ##### # ###### ##### # #### |
| 1784 | 2026-07-04T15:56:36.073Z | # # ###### # # # # # # # # # # |
| 1785 | 2026-07-04T15:56:36.073Z | # # # # # # # # # # # # # # # # # |
| 1786 | 2026-07-04T15:56:36.073Z | # # # # #### # # #### # # ###### #### # # |
| 1787 | 2026-07-04T15:56:36.073Z | |
| 1788 | 2026-07-04T15:56:36.073Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-07-04T15:56:36.073Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-07-04T15:56:36.073Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1791 | 2026-07-04T15:56:36.530Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1792 | 2026-07-04T15:56:36.867Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1793 | 2026-07-04T15:56:38.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 1794 | 2026-07-04T15:56:38.622Z | Running `target/debug/xtask check-features --ci` |
| 1795 | 2026-07-04T15:56:38.648Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1796 | 2026-07-04T15:56:38.651Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1797 | 2026-07-04T15:56:39.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1798 | 2026-07-04T15:56:39.082Z | Running `target/debug/xtask download cargo-hack` |
| 1799 | 2026-07-04T15:56:40.350Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-07-04T15:56:40.350Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-07-04T15:56:42.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
| 1802 | 2026-07-04T15:56:42.853Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1803 | 2026-07-04T15:56:42.897Z | Jul 04 15:56:41.408 INFO Starting download, target: CargoHack |
| 1804 | 2026-07-04T15:56:42.899Z | Jul 04 15:56:41.409 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1805 | 2026-07-04T15:56:43.254Z | Jul 04 15:56:41.767 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1806 | 2026-07-04T15:56:43.301Z | Jul 04 15:56:41.814 INFO Download complete, target: CargoHack |
| 1807 | 2026-07-04T15:56:43.304Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1808 | 2026-07-04T15:56:43.317Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1809 | 2026-07-04T15:56:43.476Z | info: running `cargo check --bins` on api_identity (1/299) |
| 1810 | 2026-07-04T15:56:43.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2026-07-04T15:56:43.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2026-07-04T15:56:43.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2026-07-04T15:56:43.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1814 | 2026-07-04T15:56:43.997Z | |
| 1815 | 2026-07-04T15:56:43.997Z | info: running `cargo check --bins` on bootstore (2/299) |
| 1816 | 2026-07-04T15:56:44.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2026-07-04T15:56:44.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2026-07-04T15:56:44.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2026-07-04T15:56:44.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1820 | 2026-07-04T15:56:44.511Z | |
| 1821 | 2026-07-04T15:56:44.511Z | info: running `cargo check --bins` on omicron-ledger (3/299) |
| 1822 | 2026-07-04T15:56:44.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-07-04T15:56:44.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-07-04T15:56:44.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-07-04T15:56:44.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1826 | 2026-07-04T15:56:45.022Z | |
| 1827 | 2026-07-04T15:56:45.022Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299) |
| 1828 | 2026-07-04T15:56:45.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-07-04T15:56:45.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-07-04T15:56:45.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-07-04T15:56:45.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1832 | 2026-07-04T15:56:45.546Z | |
| 1833 | 2026-07-04T15:56:45.546Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299) |
| 1834 | 2026-07-04T15:56:45.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-07-04T15:56:45.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-07-04T15:56:45.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-07-04T15:56:45.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1838 | 2026-07-04T15:56:46.067Z | |
| 1839 | 2026-07-04T15:56:46.067Z | info: running `cargo check --bins` on omicron-certificates (6/299) |
| 1840 | 2026-07-04T15:56:46.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-07-04T15:56:46.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-07-04T15:56:46.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-07-04T15:56:46.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1844 | 2026-07-04T15:56:46.599Z | |
| 1845 | 2026-07-04T15:56:46.599Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/299) |
| 1846 | 2026-07-04T15:56:47.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-07-04T15:56:47.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-07-04T15:56:47.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-07-04T15:56:47.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1850 | 2026-07-04T15:56:47.135Z | |
| 1851 | 2026-07-04T15:56:47.135Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299) |
| 1852 | 2026-07-04T15:56:47.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-07-04T15:56:47.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-07-04T15:56:47.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-07-04T15:56:47.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1856 | 2026-07-04T15:56:47.674Z | |
| 1857 | 2026-07-04T15:56:47.674Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299) |
| 1858 | 2026-07-04T15:56:48.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-07-04T15:56:48.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-07-04T15:56:48.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-07-04T15:56:48.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1862 | 2026-07-04T15:56:48.075Z | |
| 1863 | 2026-07-04T15:56:48.075Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299) |
| 1864 | 2026-07-04T15:56:48.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-07-04T15:56:48.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-07-04T15:56:48.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-07-04T15:56:48.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1868 | 2026-07-04T15:56:48.479Z | |
| 1869 | 2026-07-04T15:56:48.479Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299) |
| 1870 | 2026-07-04T15:56:48.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-07-04T15:56:48.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-07-04T15:56:48.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-07-04T15:56:48.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1874 | 2026-07-04T15:56:48.879Z | |
| 1875 | 2026-07-04T15:56:48.879Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299) |
| 1876 | 2026-07-04T15:56:49.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-07-04T15:56:49.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-07-04T15:56:49.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-07-04T15:56:49.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1880 | 2026-07-04T15:56:49.279Z | |
| 1881 | 2026-07-04T15:56:49.279Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299) |
| 1882 | 2026-07-04T15:56:49.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-07-04T15:56:49.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-07-04T15:56:49.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-07-04T15:56:49.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1886 | 2026-07-04T15:56:49.681Z | |
| 1887 | 2026-07-04T15:56:49.681Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299) |
| 1888 | 2026-07-04T15:56:50.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-07-04T15:56:50.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-07-04T15:56:50.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-07-04T15:56:50.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1892 | 2026-07-04T15:56:50.076Z | |
| 1893 | 2026-07-04T15:56:50.076Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299) |
| 1894 | 2026-07-04T15:56:50.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-07-04T15:56:50.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-07-04T15:56:50.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-07-04T15:56:50.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1898 | 2026-07-04T15:56:50.480Z | |
| 1899 | 2026-07-04T15:56:50.480Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299) |
| 1900 | 2026-07-04T15:56:50.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-07-04T15:56:50.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-07-04T15:56:50.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-07-04T15:56:50.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1904 | 2026-07-04T15:56:50.883Z | |
| 1905 | 2026-07-04T15:56:50.883Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299) |
| 1906 | 2026-07-04T15:56:51.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-07-04T15:56:51.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-07-04T15:56:51.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-07-04T15:56:51.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1910 | 2026-07-04T15:56:51.286Z | |
| 1911 | 2026-07-04T15:56:51.286Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299) |
| 1912 | 2026-07-04T15:56:51.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-07-04T15:56:51.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-07-04T15:56:51.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-07-04T15:56:51.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1916 | 2026-07-04T15:56:51.693Z | |
| 1917 | 2026-07-04T15:56:51.693Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299) |
| 1918 | 2026-07-04T15:56:52.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-07-04T15:56:52.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-07-04T15:56:52.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-07-04T15:56:52.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1922 | 2026-07-04T15:56:52.095Z | |
| 1923 | 2026-07-04T15:56:52.095Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299) |
| 1924 | 2026-07-04T15:56:52.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-07-04T15:56:52.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-07-04T15:56:52.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-07-04T15:56:52.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1928 | 2026-07-04T15:56:52.502Z | |
| 1929 | 2026-07-04T15:56:52.502Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299) |
| 1930 | 2026-07-04T15:56:52.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-07-04T15:56:52.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-07-04T15:56:52.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-07-04T15:56:52.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1934 | 2026-07-04T15:56:52.905Z | |
| 1935 | 2026-07-04T15:56:52.905Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299) |
| 1936 | 2026-07-04T15:56:53.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-07-04T15:56:53.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-07-04T15:56:53.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-07-04T15:56:53.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1940 | 2026-07-04T15:56:53.307Z | |
| 1941 | 2026-07-04T15:56:53.307Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299) |
| 1942 | 2026-07-04T15:56:53.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-07-04T15:56:53.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-07-04T15:56:53.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-07-04T15:56:53.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1946 | 2026-07-04T15:56:53.709Z | |
| 1947 | 2026-07-04T15:56:53.709Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299) |
| 1948 | 2026-07-04T15:56:54.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-07-04T15:56:54.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-07-04T15:56:54.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-07-04T15:56:54.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1952 | 2026-07-04T15:56:54.112Z | |
| 1953 | 2026-07-04T15:56:54.112Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299) |
| 1954 | 2026-07-04T15:56:54.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-07-04T15:56:54.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-07-04T15:56:54.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-07-04T15:56:54.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1958 | 2026-07-04T15:56:54.513Z | |
| 1959 | 2026-07-04T15:56:54.513Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299) |
| 1960 | 2026-07-04T15:56:54.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-07-04T15:56:54.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-07-04T15:56:54.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-07-04T15:56:54.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1964 | 2026-07-04T15:56:54.914Z | |
| 1965 | 2026-07-04T15:56:54.914Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299) |
| 1966 | 2026-07-04T15:56:55.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-07-04T15:56:55.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-07-04T15:56:55.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-07-04T15:56:55.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1970 | 2026-07-04T15:56:55.320Z | |
| 1971 | 2026-07-04T15:56:55.321Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299) |
| 1972 | 2026-07-04T15:56:55.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-07-04T15:56:55.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-07-04T15:56:55.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-07-04T15:56:55.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1976 | 2026-07-04T15:56:55.727Z | |
| 1977 | 2026-07-04T15:56:55.727Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299) |
| 1978 | 2026-07-04T15:56:56.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-07-04T15:56:56.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-07-04T15:56:56.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-07-04T15:56:56.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1982 | 2026-07-04T15:56:56.133Z | |
| 1983 | 2026-07-04T15:56:56.133Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299) |
| 1984 | 2026-07-04T15:56:56.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-07-04T15:56:56.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-07-04T15:56:56.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-07-04T15:56:56.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1988 | 2026-07-04T15:56:56.540Z | |
| 1989 | 2026-07-04T15:56:56.540Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299) |
| 1990 | 2026-07-04T15:56:56.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-07-04T15:56:56.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-07-04T15:56:56.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-07-04T15:56:56.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1994 | 2026-07-04T15:56:56.944Z | |
| 1995 | 2026-07-04T15:56:56.944Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299) |
| 1996 | 2026-07-04T15:56:57.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-07-04T15:56:57.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-07-04T15:56:57.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-07-04T15:56:57.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2000 | 2026-07-04T15:56:57.349Z | |
| 2001 | 2026-07-04T15:56:57.349Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299) |
| 2002 | 2026-07-04T15:56:57.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-07-04T15:56:57.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-07-04T15:56:57.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-07-04T15:56:57.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2006 | 2026-07-04T15:56:57.754Z | |
| 2007 | 2026-07-04T15:56:57.754Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299) |
| 2008 | 2026-07-04T15:56:58.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-07-04T15:56:58.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-07-04T15:56:58.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-07-04T15:56:58.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2012 | 2026-07-04T15:56:58.159Z | |
| 2013 | 2026-07-04T15:56:58.159Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299) |
| 2014 | 2026-07-04T15:56:58.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-07-04T15:56:58.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-07-04T15:56:58.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-07-04T15:56:58.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2018 | 2026-07-04T15:56:58.563Z | |
| 2019 | 2026-07-04T15:56:58.563Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299) |
| 2020 | 2026-07-04T15:56:58.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-07-04T15:56:58.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-07-04T15:56:58.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-07-04T15:56:58.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2024 | 2026-07-04T15:56:58.962Z | |
| 2025 | 2026-07-04T15:56:58.962Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299) |
| 2026 | 2026-07-04T15:56:59.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-07-04T15:56:59.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-07-04T15:56:59.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-07-04T15:56:59.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2030 | 2026-07-04T15:56:59.370Z | |
| 2031 | 2026-07-04T15:56:59.370Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299) |
| 2032 | 2026-07-04T15:56:59.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-07-04T15:56:59.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-07-04T15:56:59.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-07-04T15:56:59.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2036 | 2026-07-04T15:56:59.776Z | |
| 2037 | 2026-07-04T15:56:59.776Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299) |
| 2038 | 2026-07-04T15:57:00.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-07-04T15:57:00.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-07-04T15:57:00.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-07-04T15:57:00.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2042 | 2026-07-04T15:57:00.181Z | |
| 2043 | 2026-07-04T15:57:00.181Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299) |
| 2044 | 2026-07-04T15:57:00.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-07-04T15:57:00.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-07-04T15:57:00.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-07-04T15:57:00.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2048 | 2026-07-04T15:57:00.611Z | |
| 2049 | 2026-07-04T15:57:00.611Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299) |
| 2050 | 2026-07-04T15:57:00.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-07-04T15:57:00.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-07-04T15:57:00.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-07-04T15:57:00.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2054 | 2026-07-04T15:57:00.989Z | |
| 2055 | 2026-07-04T15:57:00.989Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299) |
| 2056 | 2026-07-04T15:57:01.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-07-04T15:57:01.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-07-04T15:57:01.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-07-04T15:57:01.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2060 | 2026-07-04T15:57:01.397Z | |
| 2061 | 2026-07-04T15:57:01.397Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299) |
| 2062 | 2026-07-04T15:57:01.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-07-04T15:57:01.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-07-04T15:57:01.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-07-04T15:57:01.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2066 | 2026-07-04T15:57:01.803Z | |
| 2067 | 2026-07-04T15:57:01.803Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299) |
| 2068 | 2026-07-04T15:57:02.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-07-04T15:57:02.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-07-04T15:57:02.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-07-04T15:57:02.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2072 | 2026-07-04T15:57:02.209Z | |
| 2073 | 2026-07-04T15:57:02.209Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299) |
| 2074 | 2026-07-04T15:57:02.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-07-04T15:57:02.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-07-04T15:57:02.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-07-04T15:57:02.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2078 | 2026-07-04T15:57:02.617Z | |
| 2079 | 2026-07-04T15:57:02.617Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299) |
| 2080 | 2026-07-04T15:57:02.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-07-04T15:57:02.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-07-04T15:57:02.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-07-04T15:57:02.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2084 | 2026-07-04T15:57:03.026Z | |
| 2085 | 2026-07-04T15:57:03.026Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299) |
| 2086 | 2026-07-04T15:57:03.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-07-04T15:57:03.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-07-04T15:57:03.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-07-04T15:57:03.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2090 | 2026-07-04T15:57:03.433Z | |
| 2091 | 2026-07-04T15:57:03.433Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299) |
| 2092 | 2026-07-04T15:57:03.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-07-04T15:57:03.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-07-04T15:57:03.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-07-04T15:57:03.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2096 | 2026-07-04T15:57:03.839Z | |
| 2097 | 2026-07-04T15:57:03.839Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299) |
| 2098 | 2026-07-04T15:57:04.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-07-04T15:57:04.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-07-04T15:57:04.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-07-04T15:57:04.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2102 | 2026-07-04T15:57:04.415Z | |
| 2103 | 2026-07-04T15:57:04.415Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299) |
| 2104 | 2026-07-04T15:57:04.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-07-04T15:57:04.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-07-04T15:57:04.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-07-04T15:57:04.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2108 | 2026-07-04T15:57:04.987Z | |
| 2109 | 2026-07-04T15:57:04.987Z | info: running `cargo check --bins` on nexus-config (51/299) |
| 2110 | 2026-07-04T15:57:05.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-07-04T15:57:05.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-07-04T15:57:05.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-07-04T15:57:05.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2114 | 2026-07-04T15:57:05.563Z | |
| 2115 | 2026-07-04T15:57:05.563Z | info: running `cargo check --bins` on nexus-types (52/299) |
| 2116 | 2026-07-04T15:57:06.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-07-04T15:57:06.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-07-04T15:57:06.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-07-04T15:57:06.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2120 | 2026-07-04T15:57:06.139Z | |
| 2121 | 2026-07-04T15:57:06.139Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299) |
| 2122 | 2026-07-04T15:57:06.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-07-04T15:57:06.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-07-04T15:57:06.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-07-04T15:57:06.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2126 | 2026-07-04T15:57:06.683Z | |
| 2127 | 2026-07-04T15:57:06.683Z | info: running `cargo check --bins` on omicron-passwords (54/299) |
| 2128 | 2026-07-04T15:57:07.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-07-04T15:57:07.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-07-04T15:57:07.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-07-04T15:57:07.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2132 | 2026-07-04T15:57:07.206Z | |
| 2133 | 2026-07-04T15:57:07.206Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/299) |
| 2134 | 2026-07-04T15:57:07.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-07-04T15:57:07.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-07-04T15:57:07.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-07-04T15:57:07.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2138 | 2026-07-04T15:57:07.748Z | |
| 2139 | 2026-07-04T15:57:07.748Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299) |
| 2140 | 2026-07-04T15:57:08.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-07-04T15:57:08.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-07-04T15:57:08.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-07-04T15:57:08.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2144 | 2026-07-04T15:57:08.292Z | |
| 2145 | 2026-07-04T15:57:08.292Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299) |
| 2146 | 2026-07-04T15:57:08.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-07-04T15:57:08.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-07-04T15:57:08.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-07-04T15:57:08.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2150 | 2026-07-04T15:57:08.837Z | |
| 2151 | 2026-07-04T15:57:08.837Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299) |
| 2152 | 2026-07-04T15:57:09.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-07-04T15:57:09.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-07-04T15:57:09.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-07-04T15:57:09.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2156 | 2026-07-04T15:57:09.380Z | |
| 2157 | 2026-07-04T15:57:09.380Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299) |
| 2158 | 2026-07-04T15:57:09.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-07-04T15:57:09.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-07-04T15:57:09.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-07-04T15:57:09.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2162 | 2026-07-04T15:57:09.906Z | |
| 2163 | 2026-07-04T15:57:09.906Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299) |
| 2164 | 2026-07-04T15:57:10.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-07-04T15:57:10.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-07-04T15:57:10.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-07-04T15:57:10.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2168 | 2026-07-04T15:57:10.432Z | |
| 2169 | 2026-07-04T15:57:10.432Z | info: running `cargo check --bins --no-default-features` on gfss (61/299) |
| 2170 | 2026-07-04T15:57:10.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-07-04T15:57:10.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-07-04T15:57:10.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-07-04T15:57:10.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2174 | 2026-07-04T15:57:10.952Z | |
| 2175 | 2026-07-04T15:57:10.952Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299) |
| 2176 | 2026-07-04T15:57:11.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-07-04T15:57:11.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-07-04T15:57:11.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-07-04T15:57:11.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2180 | 2026-07-04T15:57:11.473Z | |
| 2181 | 2026-07-04T15:57:11.473Z | info: running `cargo check --bins` on clickhouse-admin-types (63/299) |
| 2182 | 2026-07-04T15:57:11.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-07-04T15:57:11.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-07-04T15:57:11.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-07-04T15:57:11.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2186 | 2026-07-04T15:57:12.014Z | |
| 2187 | 2026-07-04T15:57:12.014Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/299) |
| 2188 | 2026-07-04T15:57:12.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-07-04T15:57:12.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-07-04T15:57:12.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-07-04T15:57:12.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2192 | 2026-07-04T15:57:12.540Z | |
| 2193 | 2026-07-04T15:57:12.540Z | info: running `cargo check --bins` on cockroach-admin-types (65/299) |
| 2194 | 2026-07-04T15:57:12.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-07-04T15:57:12.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-07-04T15:57:12.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-07-04T15:57:12.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2198 | 2026-07-04T15:57:13.062Z | |
| 2199 | 2026-07-04T15:57:13.062Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/299) |
| 2200 | 2026-07-04T15:57:13.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-07-04T15:57:13.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-07-04T15:57:13.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-07-04T15:57:13.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2204 | 2026-07-04T15:57:13.593Z | |
| 2205 | 2026-07-04T15:57:13.593Z | info: running `cargo check --bins` on ereport-types (67/299) |
| 2206 | 2026-07-04T15:57:14.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-07-04T15:57:14.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-07-04T15:57:14.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-07-04T15:57:14.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2210 | 2026-07-04T15:57:14.110Z | |
| 2211 | 2026-07-04T15:57:14.110Z | info: running `cargo check --bins` on gateway-client (68/299) |
| 2212 | 2026-07-04T15:57:14.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-07-04T15:57:14.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-07-04T15:57:14.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-07-04T15:57:14.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2216 | 2026-07-04T15:57:14.636Z | |
| 2217 | 2026-07-04T15:57:14.636Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/299) |
| 2218 | 2026-07-04T15:57:15.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-07-04T15:57:15.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-07-04T15:57:15.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-07-04T15:57:15.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2222 | 2026-07-04T15:57:15.162Z | |
| 2223 | 2026-07-04T15:57:15.162Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299) |
| 2224 | 2026-07-04T15:57:15.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-07-04T15:57:15.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-07-04T15:57:15.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-07-04T15:57:15.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2228 | 2026-07-04T15:57:15.682Z | |
| 2229 | 2026-07-04T15:57:15.682Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299) |
| 2230 | 2026-07-04T15:57:16.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-07-04T15:57:16.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-07-04T15:57:16.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-07-04T15:57:16.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2234 | 2026-07-04T15:57:16.205Z | |
| 2235 | 2026-07-04T15:57:16.205Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299) |
| 2236 | 2026-07-04T15:57:16.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-07-04T15:57:16.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-07-04T15:57:16.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-07-04T15:57:16.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2240 | 2026-07-04T15:57:16.733Z | |
| 2241 | 2026-07-04T15:57:16.733Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/299) |
| 2242 | 2026-07-04T15:57:17.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-07-04T15:57:17.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-07-04T15:57:17.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-07-04T15:57:17.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2246 | 2026-07-04T15:57:17.279Z | |
| 2247 | 2026-07-04T15:57:17.279Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299) |
| 2248 | 2026-07-04T15:57:17.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-07-04T15:57:17.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-07-04T15:57:17.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-07-04T15:57:17.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2252 | 2026-07-04T15:57:17.825Z | |
| 2253 | 2026-07-04T15:57:17.825Z | info: running `cargo check --bins` on key-manager-types (75/299) |
| 2254 | 2026-07-04T15:57:18.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-07-04T15:57:18.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-07-04T15:57:18.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-07-04T15:57:18.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2258 | 2026-07-04T15:57:18.339Z | |
| 2259 | 2026-07-04T15:57:18.339Z | info: running `cargo check --bins` on oxlog (76/299) |
| 2260 | 2026-07-04T15:57:18.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-07-04T15:57:18.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-07-04T15:57:18.891Z | Checking cfg-if v1.0.4 |
| 2263 | 2026-07-04T15:57:18.894Z | Checking libc v0.2.185 |
| 2264 | 2026-07-04T15:57:18.894Z | Checking serde_core v1.0.228 |
| 2265 | 2026-07-04T15:57:19.006Z | Checking memchr v2.8.0 |
| 2266 | 2026-07-04T15:57:19.006Z | Checking zeroize v1.8.2 |
| 2267 | 2026-07-04T15:57:19.020Z | Checking log v0.4.29 |
| 2268 | 2026-07-04T15:57:19.029Z | Checking smallvec v1.15.1 |
| 2269 | 2026-07-04T15:57:19.038Z | Checking subtle v2.6.1 |
| 2270 | 2026-07-04T15:57:19.049Z | Checking itoa v1.0.17 |
| 2271 | 2026-07-04T15:57:19.154Z | Checking scopeguard v1.2.0 |
| 2272 | 2026-07-04T15:57:19.173Z | Checking typenum v1.20.1 |
| 2273 | 2026-07-04T15:57:19.184Z | Checking stable_deref_trait v1.2.1 |
| 2274 | 2026-07-04T15:57:19.195Z | Checking zerofrom v0.1.6 |
| 2275 | 2026-07-04T15:57:19.208Z | Checking pin-project-lite v0.2.17 |
| 2276 | 2026-07-04T15:57:19.249Z | Checking lock_api v0.4.14 |
| 2277 | 2026-07-04T15:57:19.261Z | Checking portable-atomic v1.13.1 |
| 2278 | 2026-07-04T15:57:19.293Z | Checking critical-section v1.2.0 |
| 2279 | 2026-07-04T15:57:19.305Z | Checking yoke v0.8.1 |
| 2280 | 2026-07-04T15:57:19.379Z | Checking futures-core v0.3.32 |
| 2281 | 2026-07-04T15:57:19.393Z | Checking errno v0.3.14 |
| 2282 | 2026-07-04T15:57:19.393Z | Checking getrandom v0.2.17 |
| 2283 | 2026-07-04T15:57:19.446Z | Checking parking_lot_core v0.9.12 |
| 2284 | 2026-07-04T15:57:19.465Z | Checking zerovec v0.11.5 |
| 2285 | 2026-07-04T15:57:19.526Z | Checking mio v1.2.0 |
| 2286 | 2026-07-04T15:57:19.545Z | Checking signal-hook-registry v1.4.8 |
| 2287 | 2026-07-04T15:57:19.562Z | Checking rand_core v0.6.4 |
| 2288 | 2026-07-04T15:57:19.627Z | Checking parking_lot v0.12.5 |
| 2289 | 2026-07-04T15:57:19.665Z | Checking once_cell v1.21.3 |
| 2290 | 2026-07-04T15:57:19.699Z | Checking zerocopy v0.8.40 |
| 2291 | 2026-07-04T15:57:19.732Z | Checking const-oid v0.9.6 |
| 2292 | 2026-07-04T15:57:19.800Z | Checking zmij v1.0.21 |
| 2293 | 2026-07-04T15:57:19.812Z | Checking rand_core v0.10.0 |
| 2294 | 2026-07-04T15:57:19.834Z | Checking socket2 v0.6.3 |
| 2295 | 2026-07-04T15:57:19.892Z | Checking tinystr v0.8.2 |
| 2296 | 2026-07-04T15:57:19.929Z | Checking generic-array v0.14.7 |
| 2297 | 2026-07-04T15:57:19.943Z | Checking getrandom v0.4.1 |
| 2298 | 2026-07-04T15:57:20.004Z | Checking libm v0.2.16 |
| 2299 | 2026-07-04T15:57:20.060Z | Checking equivalent v1.0.2 |
| 2300 | 2026-07-04T15:57:20.071Z | Checking writeable v0.6.2 |
| 2301 | 2026-07-04T15:57:20.091Z | Checking percent-encoding v2.3.2 |
| 2302 | 2026-07-04T15:57:20.139Z | Checking litemap v0.8.1 |
| 2303 | 2026-07-04T15:57:20.231Z | Checking potential_utf v0.1.4 |
| 2304 | 2026-07-04T15:57:20.235Z | Checking zerotrie v0.2.3 |
| 2305 | 2026-07-04T15:57:20.314Z | Checking icu_locale_core v2.1.1 |
| 2306 | 2026-07-04T15:57:20.370Z | Checking futures-sink v0.3.32 |
| 2307 | 2026-07-04T15:57:20.391Z | Checking icu_collections v2.1.1 |
| 2308 | 2026-07-04T15:57:20.434Z | Checking futures-io v0.3.32 |
| 2309 | 2026-07-04T15:57:20.465Z | Checking futures-channel v0.3.32 |
| 2310 | 2026-07-04T15:57:20.492Z | Checking futures-task v0.3.32 |
| 2311 | 2026-07-04T15:57:20.522Z | Checking serde v1.0.228 |
| 2312 | 2026-07-04T15:57:20.540Z | Checking bitflags v2.11.0 |
| 2313 | 2026-07-04T15:57:20.624Z | Checking serde_json v1.0.150 |
| 2314 | 2026-07-04T15:57:20.653Z | Checking slab v0.4.12 |
| 2315 | 2026-07-04T15:57:20.690Z | Checking icu_properties_data v2.1.2 |
| 2316 | 2026-07-04T15:57:20.702Z | Checking icu_normalizer_data v2.1.1 |
| 2317 | 2026-07-04T15:57:20.713Z | Checking num-traits v0.2.19 |
| 2318 | 2026-07-04T15:57:20.769Z | Checking hashbrown v0.17.0 |
| 2319 | 2026-07-04T15:57:20.804Z | Checking futures-util v0.3.32 |
| 2320 | 2026-07-04T15:57:20.818Z | Checking block-buffer v0.10.4 |
| 2321 | 2026-07-04T15:57:20.869Z | Checking icu_provider v2.1.1 |
| 2322 | 2026-07-04T15:57:20.926Z | Checking bytes v1.11.1 |
| 2323 | 2026-07-04T15:57:20.950Z | Checking crypto-common v0.1.7 |
| 2324 | 2026-07-04T15:57:21.069Z | Checking digest v0.10.7 |
| 2325 | 2026-07-04T15:57:21.092Z | Checking icu_normalizer v2.1.1 |
| 2326 | 2026-07-04T15:57:21.227Z | Checking icu_properties v2.1.2 |
| 2327 | 2026-07-04T15:57:21.237Z | Checking indexmap v2.14.0 |
| 2328 | 2026-07-04T15:57:21.259Z | Checking utf8_iter v1.0.4 |
| 2329 | 2026-07-04T15:57:21.276Z | Checking form_urlencoded v1.2.2 |
| 2330 | 2026-07-04T15:57:21.362Z | Checking tokio v1.52.1 |
| 2331 | 2026-07-04T15:57:21.378Z | Checking getrandom v0.3.4 |
| 2332 | 2026-07-04T15:57:21.396Z | Checking byteorder v1.5.0 |
| 2333 | 2026-07-04T15:57:21.409Z | Checking fnv v1.0.7 |
| 2334 | 2026-07-04T15:57:21.500Z | Checking http v1.4.2 |
| 2335 | 2026-07-04T15:57:21.516Z | Checking rand_core v0.9.5 |
| 2336 | 2026-07-04T15:57:21.592Z | Checking base64ct v1.8.3 |
| 2337 | 2026-07-04T15:57:21.685Z | Checking regex-syntax v0.8.10 |
| 2338 | 2026-07-04T15:57:21.790Z | Checking rustix v1.1.3 |
| 2339 | 2026-07-04T15:57:21.819Z | Checking pem-rfc7468 v0.7.0 |
| 2340 | 2026-07-04T15:57:21.977Z | Checking uuid v1.23.4 |
| 2341 | 2026-07-04T15:57:22.036Z | Checking idna_adapter v1.2.1 |
| 2342 | 2026-07-04T15:57:22.055Z | Checking tracing-core v0.1.36 |
| 2343 | 2026-07-04T15:57:22.150Z | Checking idna v1.1.0 |
| 2344 | 2026-07-04T15:57:22.290Z | Checking flagset v0.4.7 |
| 2345 | 2026-07-04T15:57:22.354Z | Checking base64 v0.22.1 |
| 2346 | 2026-07-04T15:57:22.393Z | Checking url v2.5.8 |
| 2347 | 2026-07-04T15:57:22.411Z | Checking iana-time-zone v0.1.65 |
| 2348 | 2026-07-04T15:57:22.493Z | Checking ppv-lite86 v0.2.21 |
| 2349 | 2026-07-04T15:57:22.515Z | Checking chrono v0.4.44 |
| 2350 | 2026-07-04T15:57:22.595Z | Checking der v0.7.10 |
| 2351 | 2026-07-04T15:57:22.617Z | Checking tracing v0.1.44 |
| 2352 | 2026-07-04T15:57:22.721Z | Checking http-body v1.0.1 |
| 2353 | 2026-07-04T15:57:22.899Z | Checking rand_chacha v0.9.0 |
| 2354 | 2026-07-04T15:57:22.907Z | Checking rustls-pki-types v1.14.0 |
| 2355 | 2026-07-04T15:57:22.907Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-07-04T15:57:22.907Z | Checking cmov v0.5.4 |
| 2357 | 2026-07-04T15:57:22.907Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-07-04T15:57:22.989Z | Checking rand v0.9.2 |
| 2359 | 2026-07-04T15:57:23.002Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-07-04T15:57:23.015Z | Checking aws-lc-sys v0.40.0 |
| 2361 | 2026-07-04T15:57:23.032Z | Checking ctutils v0.4.2 |
| 2362 | 2026-07-04T15:57:23.105Z | Checking untrusted v0.7.1 |
| 2363 | 2026-07-04T15:57:23.217Z | Checking try-lock v0.2.5 |
| 2364 | 2026-07-04T15:57:23.237Z | Checking tower-layer v0.3.3 |
| 2365 | 2026-07-04T15:57:23.302Z | Checking tower-service v0.3.3 |
| 2366 | 2026-07-04T15:57:23.314Z | Checking atomic-waker v1.1.2 |
| 2367 | 2026-07-04T15:57:23.325Z | Checking spki v0.7.3 |
| 2368 | 2026-07-04T15:57:23.366Z | Checking want v0.3.1 |
| 2369 | 2026-07-04T15:57:23.380Z | Checking hybrid-array v0.4.13 |
| 2370 | 2026-07-04T15:57:23.392Z | Checking ipnet v2.11.0 |
| 2371 | 2026-07-04T15:57:23.405Z | Checking httparse v1.10.1 |
| 2372 | 2026-07-04T15:57:23.457Z | Checking aho-corasick v1.1.4 |
| 2373 | 2026-07-04T15:57:23.481Z | Checking fastrand v2.3.0 |
| 2374 | 2026-07-04T15:57:23.494Z | Checking httpdate v1.0.3 |
| 2375 | 2026-07-04T15:57:23.509Z | Checking aws-lc-rs v1.16.3 |
| 2376 | 2026-07-04T15:57:23.608Z | Checking dyn-clone v1.0.20 |
| 2377 | 2026-07-04T15:57:23.637Z | Checking cpufeatures v0.2.17 |
| 2378 | 2026-07-04T15:57:23.643Z | Checking untrusted v0.9.0 |
| 2379 | 2026-07-04T15:57:23.654Z | Checking utf8parse v0.2.2 |
| 2380 | 2026-07-04T15:57:23.697Z | Checking foreign-types-shared v0.1.1 |
| 2381 | 2026-07-04T15:57:23.710Z | Checking plain v0.2.3 |
| 2382 | 2026-07-04T15:57:23.746Z | Checking tempfile v3.25.0 |
| 2383 | 2026-07-04T15:57:23.758Z | Checking pkcs8 v0.10.2 |
| 2384 | 2026-07-04T15:57:23.777Z | Checking foreign-types v0.3.2 |
| 2385 | 2026-07-04T15:57:23.804Z | Checking unicode-normalization v0.1.25 |
| 2386 | 2026-07-04T15:57:23.840Z | Checking semver v1.0.28 |
| 2387 | 2026-07-04T15:57:23.904Z | Checking openssl-sys v0.9.115 |
| 2388 | 2026-07-04T15:57:23.934Z | Checking spin v0.9.8 |
| 2389 | 2026-07-04T15:57:24.043Z | Checking ucd-trie v0.1.7 |
| 2390 | 2026-07-04T15:57:24.115Z | Checking anstyle v1.0.14 |
| 2391 | 2026-07-04T15:57:24.130Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-07-04T15:57:24.142Z | Checking unicode-ident v1.0.24 |
| 2393 | 2026-07-04T15:57:24.177Z | Checking pest v2.8.6 |
| 2394 | 2026-07-04T15:57:24.193Z | Checking schemars v0.8.22 |
| 2395 | 2026-07-04T15:57:24.243Z | Checking proc-macro2 v1.0.106 |
| 2396 | 2026-07-04T15:57:24.274Z | Checking openssl v0.10.79 |
| 2397 | 2026-07-04T15:57:24.292Z | Checking sha2 v0.10.9 |
| 2398 | 2026-07-04T15:57:24.350Z | Checking rustls-webpki v0.103.13 |
| 2399 | 2026-07-04T15:57:24.555Z | Checking hmac v0.12.1 |
| 2400 | 2026-07-04T15:57:24.569Z | Checking thiserror v2.0.18 |
| 2401 | 2026-07-04T15:57:24.612Z | Checking tokio-util v0.7.18 |
| 2402 | 2026-07-04T15:57:24.662Z | Checking sync_wrapper v1.0.2 |
| 2403 | 2026-07-04T15:57:24.683Z | Checking wait-timeout v0.2.1 |
| 2404 | 2026-07-04T15:57:24.760Z | Checking rustls v0.23.41 |
| 2405 | 2026-07-04T15:57:24.774Z | Checking colorchoice v1.0.4 |
| 2406 | 2026-07-04T15:57:24.803Z | Checking powerfmt v0.2.0 |
| 2407 | 2026-07-04T15:57:24.842Z | Checking simd-adler32 v0.3.8 |
| 2408 | 2026-07-04T15:57:24.867Z | Checking siphasher v1.0.2 |
| 2409 | 2026-07-04T15:57:24.949Z | Checking bit-vec v0.8.0 |
| 2410 | 2026-07-04T15:57:25.006Z | Checking pretty-hex v0.4.1 |
| 2411 | 2026-07-04T15:57:25.020Z | Checking quick-error v1.2.3 |
| 2412 | 2026-07-04T15:57:25.122Z | Checking is_terminal_polyfill v1.70.2 |
| 2413 | 2026-07-04T15:57:25.134Z | Checking anstyle-query v1.1.5 |
| 2414 | 2026-07-04T15:57:25.162Z | Checking bit-set v0.8.0 |
| 2415 | 2026-07-04T15:57:25.208Z | Checking rusty-fork v0.3.1 |
| 2416 | 2026-07-04T15:57:25.222Z | Checking deranged v0.5.8 |
| 2417 | 2026-07-04T15:57:25.234Z | Checking h2 v0.4.15 |
| 2418 | 2026-07-04T15:57:25.248Z | Checking tower v0.5.3 |
| 2419 | 2026-07-04T15:57:25.307Z | Checking quote v1.0.45 |
| 2420 | 2026-07-04T15:57:25.382Z | Compiling newtype-uuid v1.3.2 |
| 2421 | 2026-07-04T15:57:25.476Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-07-04T15:57:25.564Z | Checking crossbeam-utils v0.8.21 |
| 2423 | 2026-07-04T15:57:25.638Z | Checking rand_xorshift v0.4.0 |
| 2424 | 2026-07-04T15:57:25.696Z | Checking crc32fast v1.5.0 |
| 2425 | 2026-07-04T15:57:25.755Z | Checking scroll v0.13.0 |
| 2426 | 2026-07-04T15:57:25.836Z | Checking iri-string v0.7.10 |
| 2427 | 2026-07-04T15:57:25.896Z | Checking unarray v0.1.4 |
| 2428 | 2026-07-04T15:57:25.980Z | Checking unicode-properties v0.1.4 |
| 2429 | 2026-07-04T15:57:25.997Z | Checking num_threads v0.1.7 |
| 2430 | 2026-07-04T15:57:26.009Z | Checking allocator-api2 v0.2.21 |
| 2431 | 2026-07-04T15:57:26.079Z | Checking num-conv v0.2.0 |
| 2432 | 2026-07-04T15:57:26.151Z | Checking adler2 v2.0.1 |
| 2433 | 2026-07-04T15:57:26.165Z | Checking unicode-bidi v0.3.18 |
| 2434 | 2026-07-04T15:57:26.191Z | Checking ryu v1.0.23 |
| 2435 | 2026-07-04T15:57:26.257Z | Checking time-core v0.1.8 |
| 2436 | 2026-07-04T15:57:26.287Z | Checking miniz_oxide v0.8.9 |
| 2437 | 2026-07-04T15:57:26.323Z | Checking serde_urlencoded v0.7.1 |
| 2438 | 2026-07-04T15:57:26.336Z | Checking native-tls v0.2.18 |
| 2439 | 2026-07-04T15:57:26.393Z | Checking time v0.3.47 |
| 2440 | 2026-07-04T15:57:26.446Z | Checking stringprep v0.1.5 |
| 2441 | 2026-07-04T15:57:26.514Z | Checking tokio-native-tls v0.3.1 |
| 2442 | 2026-07-04T15:57:26.529Z | Checking bstr v1.12.1 |
| 2443 | 2026-07-04T15:57:26.599Z | Checking proptest v1.10.0 |
| 2444 | 2026-07-04T15:57:26.630Z | Checking goblin v0.10.5 |
| 2445 | 2026-07-04T15:57:26.674Z | Checking crossbeam-epoch v0.9.18 |
| 2446 | 2026-07-04T15:57:26.864Z | Checking tower-http v0.6.8 |
| 2447 | 2026-07-04T15:57:26.898Z | Compiling daft v0.1.7 |
| 2448 | 2026-07-04T15:57:26.915Z | Checking syn v2.0.117 |
| 2449 | 2026-07-04T15:57:27.115Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-07-04T15:57:27.139Z | Checking block-padding v0.4.2 |
| 2451 | 2026-07-04T15:57:27.177Z | Checking crypto-common v0.2.2 |
| 2452 | 2026-07-04T15:57:27.267Z | Checking block-buffer v0.12.1 |
| 2453 | 2026-07-04T15:57:27.281Z | Checking anstyle-parse v1.0.0 |
| 2454 | 2026-07-04T15:57:27.427Z | Checking rustls-native-certs v0.8.3 |
| 2455 | 2026-07-04T15:57:27.440Z | Checking rand_chacha v0.3.1 |
| 2456 | 2026-07-04T15:57:27.509Z | Checking thiserror v1.0.69 |
| 2457 | 2026-07-04T15:57:27.556Z | Checking scroll v0.12.0 |
| 2458 | 2026-07-04T15:57:27.606Z | Checking hash32 v0.2.1 |
| 2459 | 2026-07-04T15:57:27.642Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2460 | 2026-07-04T15:57:27.754Z | Checking md-5 v0.10.6 |
| 2461 | 2026-07-04T15:57:27.765Z | Checking signature v2.2.0 |
| 2462 | 2026-07-04T15:57:27.776Z | Checking num-integer v0.1.46 |
| 2463 | 2026-07-04T15:57:27.787Z | Checking serde_spanned v0.6.9 |
| 2464 | 2026-07-04T15:57:27.886Z | Checking toml_datetime v0.6.11 |
| 2465 | 2026-07-04T15:57:27.899Z | Checking encoding_rs v0.8.35 |
| 2466 | 2026-07-04T15:57:27.912Z | Checking psl-types v2.0.11 |
| 2467 | 2026-07-04T15:57:27.995Z | Checking fallible-iterator v0.2.0 |
| 2468 | 2026-07-04T15:57:28.026Z | Checking zlib-rs v0.6.2 |
| 2469 | 2026-07-04T15:57:28.066Z | Checking mime v0.3.17 |
| 2470 | 2026-07-04T15:57:28.079Z | Checking hyper v1.10.1 |
| 2471 | 2026-07-04T15:57:28.242Z | Checking publicsuffix v2.3.0 |
| 2472 | 2026-07-04T15:57:28.265Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-07-04T15:57:28.398Z | Checking num-iter v0.1.45 |
| 2474 | 2026-07-04T15:57:28.510Z | Checking goblin v0.8.2 |
| 2475 | 2026-07-04T15:57:28.556Z | Checking heapless v0.7.17 |
| 2476 | 2026-07-04T15:57:28.578Z | Checking zstd-safe v7.2.4 |
| 2477 | 2026-07-04T15:57:28.741Z | Checking rand v0.8.6 |
| 2478 | 2026-07-04T15:57:28.833Z | Checking cookie v0.18.1 |
| 2479 | 2026-07-04T15:57:28.916Z | Checking flate2 v1.1.9 |
| 2480 | 2026-07-04T15:57:28.967Z | Checking dof v0.4.0 |
| 2481 | 2026-07-04T15:57:28.967Z | Checking anstream v1.0.0 |
| 2482 | 2026-07-04T15:57:29.018Z | Checking hyper-util v0.1.20 |
| 2483 | 2026-07-04T15:57:29.063Z | Compiling iddqd v0.4.2 |
| 2484 | 2026-07-04T15:57:29.161Z | Checking oxnet v0.1.6 |
| 2485 | 2026-07-04T15:57:29.193Z | Checking inout v0.2.2 |
| 2486 | 2026-07-04T15:57:29.206Z | Checking tokio-rustls v0.26.4 |
| 2487 | 2026-07-04T15:57:29.259Z | Checking dtrace-parser v0.3.0 |
| 2488 | 2026-07-04T15:57:29.337Z | Checking phf_shared v0.13.1 |
| 2489 | 2026-07-04T15:57:29.417Z | Checking lazy_static v1.5.0 |
| 2490 | 2026-07-04T15:57:29.428Z | Checking anstyle-parse v0.2.7 |
| 2491 | 2026-07-04T15:57:29.502Z | Checking zerocopy v0.7.35 |
| 2492 | 2026-07-04T15:57:29.502Z | Checking pin-project v1.1.11 |
| 2493 | 2026-07-04T15:57:29.533Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2494 | 2026-07-04T15:57:29.571Z | Checking signal-hook v0.3.18 |
| 2495 | 2026-07-04T15:57:29.597Z | Checking futures-executor v0.3.32 |
| 2496 | 2026-07-04T15:57:29.608Z | Checking terminal_size v0.4.3 |
| 2497 | 2026-07-04T15:57:29.621Z | Checking hex v0.4.3 |
| 2498 | 2026-07-04T15:57:29.717Z | Checking ff v0.13.1 |
| 2499 | 2026-07-04T15:57:29.745Z | Checking thread-id v5.1.0 |
| 2500 | 2026-07-04T15:57:29.755Z | Checking same-file v1.0.6 |
| 2501 | 2026-07-04T15:57:29.821Z | Checking bitflags v1.3.2 |
| 2502 | 2026-07-04T15:57:29.839Z | Checking clap_lex v1.0.0 |
| 2503 | 2026-07-04T15:57:29.851Z | Checking strsim v0.11.1 |
| 2504 | 2026-07-04T15:57:29.866Z | Compiling rayon-core v1.13.0 |
| 2505 | 2026-07-04T15:57:29.890Z | Checking libbz2-rs-sys v0.2.2 |
| 2506 | 2026-07-04T15:57:29.989Z | Checking winnow v0.5.40 |
| 2507 | 2026-07-04T15:57:30.002Z | Checking bumpalo v3.20.2 |
| 2508 | 2026-07-04T15:57:30.014Z | Checking base16ct v0.2.0 |
| 2509 | 2026-07-04T15:57:30.059Z | Checking either v1.15.0 |
| 2510 | 2026-07-04T15:57:30.156Z | Checking foldhash v0.2.0 |
| 2511 | 2026-07-04T15:57:30.215Z | Checking foldhash v0.1.5 |
| 2512 | 2026-07-04T15:57:30.252Z | Checking managed v0.8.0 |
| 2513 | 2026-07-04T15:57:30.305Z | Checking bzip2 v0.6.1 |
| 2514 | 2026-07-04T15:57:30.309Z | Checking hyper-tls v0.6.0 |
| 2515 | 2026-07-04T15:57:30.319Z | Checking hashbrown v0.16.1 |
| 2516 | 2026-07-04T15:57:30.348Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2517 | 2026-07-04T15:57:30.358Z | Checking hashbrown v0.15.5 |
| 2518 | 2026-07-04T15:57:30.439Z | Checking smoltcp v0.9.1 |
| 2519 | 2026-07-04T15:57:30.453Z | Checking dof v0.3.0 |
| 2520 | 2026-07-04T15:57:30.467Z | Checking hyper-rustls v0.27.7 |
| 2521 | 2026-07-04T15:57:30.494Z | Checking reqwest v0.12.28 |
| 2522 | 2026-07-04T15:57:30.547Z | Checking zopfli v0.8.3 |
| 2523 | 2026-07-04T15:57:30.666Z | Checking sec1 v0.7.3 |
| 2524 | 2026-07-04T15:57:30.781Z | Checking clap_builder v4.6.0 |
| 2525 | 2026-07-04T15:57:30.832Z | Checking walkdir v2.5.0 |
| 2526 | 2026-07-04T15:57:30.845Z | Checking group v0.13.0 |
| 2527 | 2026-07-04T15:57:30.869Z | Checking usdt-impl v0.6.0 |
| 2528 | 2026-07-04T15:57:30.873Z | Checking signal-hook-mio v0.2.5 |
| 2529 | 2026-07-04T15:57:30.972Z | Checking futures v0.3.32 |
| 2530 | 2026-07-04T15:57:30.986Z | Checking bzip2 v0.4.4 |
| 2531 | 2026-07-04T15:57:30.990Z | Checking snafu v0.8.9 |
| 2532 | 2026-07-04T15:57:31.031Z | Checking anstream v0.6.21 |
| 2533 | 2026-07-04T15:57:31.045Z | Checking phf v0.13.1 |
| 2534 | 2026-07-04T15:57:31.146Z | Checking num-bigint-dig v0.8.6 |
| 2535 | 2026-07-04T15:57:31.172Z | Checking toml_edit v0.19.15 |
| 2536 | 2026-07-04T15:57:31.188Z | Checking cipher v0.5.2 |
| 2537 | 2026-07-04T15:57:31.222Z | Checking cookie_store v0.22.1 |
| 2538 | 2026-07-04T15:57:31.234Z | Checking zstd v0.13.3 |
| 2539 | 2026-07-04T15:57:31.248Z | Checking postgres-types v0.2.12 |
| 2540 | 2026-07-04T15:57:31.397Z | Checking ed25519 v2.2.3 |
| 2541 | 2026-07-04T15:57:31.417Z | Checking dtrace-parser v0.2.0 |
| 2542 | 2026-07-04T15:57:31.420Z | Checking rustls-platform-verifier v0.6.2 |
| 2543 | 2026-07-04T15:57:31.551Z | Checking globset v0.4.18 |
| 2544 | 2026-07-04T15:57:31.564Z | Checking crossbeam-deque v0.8.6 |
| 2545 | 2026-07-04T15:57:31.567Z | Checking regex v1.12.3 |
| 2546 | 2026-07-04T15:57:31.586Z | Checking phf_shared v0.11.3 |
| 2547 | 2026-07-04T15:57:31.649Z | Checking hkdf v0.12.4 |
| 2548 | 2026-07-04T15:57:31.725Z | Checking olpc-cjson v0.1.4 |
| 2549 | 2026-07-04T15:57:31.737Z | Checking ref-cast v1.0.25 |
| 2550 | 2026-07-04T15:57:31.776Z | Checking curve25519-dalek v4.1.3 |
| 2551 | 2026-07-04T15:57:31.800Z | Checking strum v0.27.2 |
| 2552 | 2026-07-04T15:57:31.828Z | Checking pkcs1 v0.7.5 |
| 2553 | 2026-07-04T15:57:31.845Z | Checking hubpack v0.1.2 |
| 2554 | 2026-07-04T15:57:31.857Z | Checking memoffset v0.9.1 |
| 2555 | 2026-07-04T15:57:31.906Z | Checking rustix v0.38.44 |
| 2556 | 2026-07-04T15:57:31.931Z | Checking pem v3.0.6 |
| 2557 | 2026-07-04T15:57:31.954Z | Checking float-cmp v0.10.0 |
| 2558 | 2026-07-04T15:57:32.003Z | Checking serde-big-array v0.5.1 |
| 2559 | 2026-07-04T15:57:32.015Z | Checking erased-serde v0.3.31 |
| 2560 | 2026-07-04T15:57:32.031Z | Checking serde_plain v1.0.2 |
| 2561 | 2026-07-04T15:57:32.076Z | Checking crypto-bigint v0.5.5 |
| 2562 | 2026-07-04T15:57:32.089Z | Checking thread-id v4.2.2 |
| 2563 | 2026-07-04T15:57:32.135Z | Checking memmap2 v0.9.10 |
| 2564 | 2026-07-04T15:57:32.162Z | Checking env_filter v1.0.0 |
| 2565 | 2026-07-04T15:57:32.174Z | Checking normalize-line-endings v0.3.0 |
| 2566 | 2026-07-04T15:57:32.224Z | Checking const-oid v0.10.2 |
| 2567 | 2026-07-04T15:57:32.258Z | Checking fixedbitset v0.4.2 |
| 2568 | 2026-07-04T15:57:32.289Z | Checking difflib v0.4.0 |
| 2569 | 2026-07-04T15:57:32.301Z | Checking toml_write v0.1.2 |
| 2570 | 2026-07-04T15:57:32.378Z | Checking keccak v0.1.6 |
| 2571 | 2026-07-04T15:57:32.395Z | Checking typed-path v0.9.3 |
| 2572 | 2026-07-04T15:57:32.406Z | Checking static_assertions v1.1.0 |
| 2573 | 2026-07-04T15:57:32.457Z | Checking predicates-core v1.0.10 |
| 2574 | 2026-07-04T15:57:32.469Z | Checking fixedbitset v0.5.7 |
| 2575 | 2026-07-04T15:57:32.472Z | Checking winnow v0.7.14 |
| 2576 | 2026-07-04T15:57:32.542Z | Checking cpufeatures v0.3.0 |
| 2577 | 2026-07-04T15:57:32.554Z | Checking precomputed-hash v0.1.1 |
| 2578 | 2026-07-04T15:57:32.577Z | Checking unicode-segmentation v1.12.0 |
| 2579 | 2026-07-04T15:57:32.610Z | Checking new_debug_unreachable v1.0.6 |
| 2580 | 2026-07-04T15:57:32.633Z | Checking whoami v2.1.0 |
| 2581 | 2026-07-04T15:57:32.659Z | Checking winnow v1.0.3 |
| 2582 | 2026-07-04T15:57:32.675Z | Checking data-encoding v2.10.0 |
| 2583 | 2026-07-04T15:57:32.703Z | Checking jiff v0.2.21 |
| 2584 | 2026-07-04T15:57:32.827Z | Checking tokio-postgres v0.7.16 |
| 2585 | 2026-07-04T15:57:32.887Z | Checking similar v2.7.0 |
| 2586 | 2026-07-04T15:57:32.942Z | Checking hickory-proto v0.25.2 |
| 2587 | 2026-07-04T15:57:32.954Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2588 | 2026-07-04T15:57:32.975Z | Checking elliptic-curve v0.13.8 |
| 2589 | 2026-07-04T15:57:33.168Z | Checking tough v0.22.0 |
| 2590 | 2026-07-04T15:57:33.272Z | Checking crossterm v0.28.1 |
| 2591 | 2026-07-04T15:57:33.284Z | Checking string_cache v0.8.9 |
| 2592 | 2026-07-04T15:57:33.284Z | Checking petgraph v0.8.3 |
| 2593 | 2026-07-04T15:57:33.450Z | Checking chacha20 v0.10.0 |
| 2594 | 2026-07-04T15:57:33.677Z | Checking toml_edit v0.22.27 |
| 2595 | 2026-07-04T15:57:33.710Z | Checking predicates v3.1.4 |
| 2596 | 2026-07-04T15:57:33.974Z | Checking ed25519-dalek v2.2.0 |
| 2597 | 2026-07-04T15:57:34.004Z | Checking sha3 v0.10.8 |
| 2598 | 2026-07-04T15:57:34.118Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2599 | 2026-07-04T15:57:34.201Z | Checking petgraph v0.6.5 |
| 2600 | 2026-07-04T15:57:34.214Z | Checking slog v2.8.2 |
| 2601 | 2026-07-04T15:57:34.477Z | Checking digest v0.11.3 |
| 2602 | 2026-07-04T15:57:34.737Z | Checking env_logger v0.11.9 |
| 2603 | 2026-07-04T15:57:34.781Z | Checking usdt v0.6.0 |
| 2604 | 2026-07-04T15:57:34.847Z | Checking toml v0.7.8 |
| 2605 | 2026-07-04T15:57:34.860Z | Checking usdt-impl v0.5.0 |
| 2606 | 2026-07-04T15:57:34.947Z | Checking rsa v0.9.10 |
| 2607 | 2026-07-04T15:57:34.959Z | Checking zip v4.6.1 |
| 2608 | 2026-07-04T15:57:35.134Z | Checking clap v4.6.1 |
| 2609 | 2026-07-04T15:57:35.169Z | Checking nix v0.31.2 |
| 2610 | 2026-07-04T15:57:35.439Z | Checking reqwest v0.13.2 |
| 2611 | 2026-07-04T15:57:35.477Z | Checking zip v0.6.6 |
| 2612 | 2026-07-04T15:57:35.561Z | Checking itertools v0.13.0 |
| 2613 | 2026-07-04T15:57:35.576Z | Checking serde_with v3.17.0 |
| 2614 | 2026-07-04T15:57:35.770Z | Checking strum v0.26.3 |
| 2615 | 2026-07-04T15:57:35.795Z | Checking fs-err v3.3.0 |
| 2616 | 2026-07-04T15:57:35.879Z | Checking ahash v0.8.12 |
| 2617 | 2026-07-04T15:57:36.072Z | Checking tokio-stream v0.1.18 |
| 2618 | 2026-07-04T15:57:36.091Z | Checking object v0.37.3 |
| 2619 | 2026-07-04T15:57:36.117Z | Checking buf-list v1.1.2 |
| 2620 | 2026-07-04T15:57:36.278Z | Checking anyhow v1.0.102 |
| 2621 | 2026-07-04T15:57:36.299Z | Checking camino v1.2.2 |
| 2622 | 2026-07-04T15:57:36.376Z | Checking x509-cert v0.2.5 |
| 2623 | 2026-07-04T15:57:36.398Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2624 | 2026-07-04T15:57:36.445Z | Checking openapiv3 v2.2.0 |
| 2625 | 2026-07-04T15:57:36.478Z | Checking lalrpop-util v0.19.12 |
| 2626 | 2026-07-04T15:57:36.553Z | Checking peg-runtime v0.8.5 |
| 2627 | 2026-07-04T15:57:36.603Z | Checking rayon v1.11.0 |
| 2628 | 2026-07-04T15:57:36.638Z | Checking sigpipe v0.1.3 |
| 2629 | 2026-07-04T15:57:36.656Z | Checking glob v0.3.3 |
| 2630 | 2026-07-04T15:57:38.280Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2631 | 2026-07-04T15:57:38.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.21s |
| 2632 | 2026-07-04T15:57:38.705Z | |
| 2633 | 2026-07-04T15:57:38.705Z | info: running `cargo check --bins` on internal-dns-types (77/299) |
| 2634 | 2026-07-04T15:57:39.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-07-04T15:57:39.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-07-04T15:57:39.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-07-04T15:57:39.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2638 | 2026-07-04T15:57:39.236Z | |
| 2639 | 2026-07-04T15:57:39.236Z | info: running `cargo check --bins` on internal-dns-types-versions (78/299) |
| 2640 | 2026-07-04T15:57:39.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-07-04T15:57:39.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-07-04T15:57:39.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-07-04T15:57:39.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2644 | 2026-07-04T15:57:39.773Z | |
| 2645 | 2026-07-04T15:57:39.773Z | info: running `cargo check --bins` on nexus-types-versions (79/299) |
| 2646 | 2026-07-04T15:57:40.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-07-04T15:57:40.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-07-04T15:57:40.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-07-04T15:57:40.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2650 | 2026-07-04T15:57:40.325Z | |
| 2651 | 2026-07-04T15:57:40.325Z | info: running `cargo check --bins` on oxql-types (80/299) |
| 2652 | 2026-07-04T15:57:40.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-07-04T15:57:40.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-07-04T15:57:40.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-07-04T15:57:40.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2656 | 2026-07-04T15:57:40.857Z | |
| 2657 | 2026-07-04T15:57:40.857Z | info: running `cargo check --bins` on oximeter-types (81/299) |
| 2658 | 2026-07-04T15:57:41.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-07-04T15:57:41.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-07-04T15:57:41.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-07-04T15:57:41.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2662 | 2026-07-04T15:57:41.389Z | |
| 2663 | 2026-07-04T15:57:41.389Z | info: running `cargo check --bins` on oximeter-types-versions (82/299) |
| 2664 | 2026-07-04T15:57:41.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-07-04T15:57:41.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-07-04T15:57:41.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-07-04T15:57:41.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2668 | 2026-07-04T15:57:41.923Z | |
| 2669 | 2026-07-04T15:57:41.923Z | info: running `cargo check --bins` on oximeter-macro-impl (83/299) |
| 2670 | 2026-07-04T15:57:42.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-07-04T15:57:42.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-07-04T15:57:42.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2026-07-04T15:57:42.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2674 | 2026-07-04T15:57:42.439Z | |
| 2675 | 2026-07-04T15:57:42.439Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/299) |
| 2676 | 2026-07-04T15:57:42.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2026-07-04T15:57:42.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2026-07-04T15:57:43.072Z | Compiling structmeta-derive v0.3.0 |
| 2679 | 2026-07-04T15:57:43.190Z | Compiling multer v3.1.0 |
| 2680 | 2026-07-04T15:57:43.201Z | Compiling async-stream-impl v0.3.6 |
| 2681 | 2026-07-04T15:57:43.204Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2682 | 2026-07-04T15:57:43.219Z | Compiling dropshot v0.17.1 |
| 2683 | 2026-07-04T15:57:43.234Z | Compiling dropshot_endpoint v0.17.1 |
| 2684 | 2026-07-04T15:57:43.235Z | Compiling newtype-uuid-macros v0.1.0 |
| 2685 | 2026-07-04T15:57:43.260Z | Checking newtype-uuid v1.3.2 |
| 2686 | 2026-07-04T15:57:43.430Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2687 | 2026-07-04T15:57:43.449Z | Checking daft v0.1.7 |
| 2688 | 2026-07-04T15:57:43.496Z | Checking thread_local v1.1.9 |
| 2689 | 2026-07-04T15:57:43.596Z | Checking compression-core v0.4.31 |
| 2690 | 2026-07-04T15:57:43.669Z | Checking match_cfg v0.1.0 |
| 2691 | 2026-07-04T15:57:43.686Z | Checking iddqd v0.4.2 |
| 2692 | 2026-07-04T15:57:43.721Z | Checking compression-codecs v0.4.37 |
| 2693 | 2026-07-04T15:57:43.735Z | Checking hostname v0.3.1 |
| 2694 | 2026-07-04T15:57:43.782Z | Checking crossbeam-channel v0.5.15 |
| 2695 | 2026-07-04T15:57:43.827Z | Checking atomicwrites v0.4.4 |
| 2696 | 2026-07-04T15:57:43.842Z | Checking slog-json v2.6.1 |
| 2697 | 2026-07-04T15:57:43.885Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2698 | 2026-07-04T15:57:43.950Z | Checking serde_spanned v1.1.1 |
| 2699 | 2026-07-04T15:57:43.996Z | Checking is-terminal v0.4.17 |
| 2700 | 2026-07-04T15:57:44.010Z | Checking take_mut v0.2.2 |
| 2701 | 2026-07-04T15:57:44.078Z | Checking term v1.2.1 |
| 2702 | 2026-07-04T15:57:44.081Z | Checking debug-ignore v1.0.5 |
| 2703 | 2026-07-04T15:57:44.103Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2704 | 2026-07-04T15:57:44.115Z | Checking slog-bunyan v2.5.0 |
| 2705 | 2026-07-04T15:57:44.118Z | Checking slog-async v2.8.0 |
| 2706 | 2026-07-04T15:57:44.184Z | Checking async-compression v0.4.41 |
| 2707 | 2026-07-04T15:57:44.226Z | Checking async-stream v0.3.6 |
| 2708 | 2026-07-04T15:57:44.259Z | Compiling structmeta v0.3.0 |
| 2709 | 2026-07-04T15:57:44.275Z | Checking toml v1.1.2+spec-1.1.0 |
| 2710 | 2026-07-04T15:57:44.291Z | Checking slog-term v2.9.2 |
| 2711 | 2026-07-04T15:57:44.304Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2712 | 2026-07-04T15:57:44.350Z | Checking progenitor-client v0.14.0 |
| 2713 | 2026-07-04T15:57:44.407Z | Checking sha1 v0.11.0 |
| 2714 | 2026-07-04T15:57:44.424Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2715 | 2026-07-04T15:57:44.466Z | Compiling derive-ex v0.1.8 |
| 2716 | 2026-07-04T15:57:44.546Z | Compiling parse-display-derive v0.10.0 |
| 2717 | 2026-07-04T15:57:44.578Z | Checking waitgroup v0.1.2 |
| 2718 | 2026-07-04T15:57:44.590Z | Checking rustls-pemfile v2.2.0 |
| 2719 | 2026-07-04T15:57:44.603Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2720 | 2026-07-04T15:57:44.714Z | Checking backon v1.6.0 |
| 2721 | 2026-07-04T15:57:44.720Z | Checking serde_path_to_error v0.1.20 |
| 2722 | 2026-07-04T15:57:44.725Z | Checking hostname v0.4.2 |
| 2723 | 2026-07-04T15:57:44.773Z | Checking instant v0.1.13 |
| 2724 | 2026-07-04T15:57:44.852Z | Checking backoff v0.4.0 |
| 2725 | 2026-07-04T15:57:44.855Z | Checking progenitor-extras v0.2.0 |
| 2726 | 2026-07-04T15:57:44.983Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2727 | 2026-07-04T15:57:45.030Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2728 | 2026-07-04T15:57:45.033Z | Checking itertools v0.14.0 |
| 2729 | 2026-07-04T15:57:45.111Z | Checking regress v0.10.5 |
| 2730 | 2026-07-04T15:57:45.232Z | Checking macaddr v1.0.1 |
| 2731 | 2026-07-04T15:57:45.431Z | Checking humantime v2.3.0 |
| 2732 | 2026-07-04T15:57:46.188Z | Compiling test-strategy v0.4.5 |
| 2733 | 2026-07-04T15:57:46.269Z | Checking parse-display v0.10.0 |
| 2734 | 2026-07-04T15:57:46.704Z | Compiling prettyplease v0.2.37 |
| 2735 | 2026-07-04T15:57:46.971Z | Checking num-rational v0.4.2 |
| 2736 | 2026-07-04T15:57:47.172Z | Checking num-complex v0.4.6 |
| 2737 | 2026-07-04T15:57:47.620Z | Compiling num v0.4.3 |
| 2738 | 2026-07-04T15:57:47.687Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2739 | 2026-07-04T15:57:47.711Z | Compiling usdt-attr-macro v0.5.0 |
| 2740 | 2026-07-04T15:57:47.724Z | Compiling usdt-macro v0.5.0 |
| 2741 | 2026-07-04T15:57:47.839Z | Checking memmap v0.7.0 |
| 2742 | 2026-07-04T15:57:47.972Z | Checking float-ord v0.3.2 |
| 2743 | 2026-07-04T15:57:48.051Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2744 | 2026-07-04T15:57:48.191Z | Compiling convert_case v0.4.0 |
| 2745 | 2026-07-04T15:57:48.231Z | Checking unicode-width v0.2.0 |
| 2746 | 2026-07-04T15:57:48.449Z | Checking newline-converter v0.3.0 |
| 2747 | 2026-07-04T15:57:48.482Z | Checking console v0.15.11 |
| 2748 | 2026-07-04T15:57:48.495Z | Checking usdt v0.5.0 |
| 2749 | 2026-07-04T15:57:48.557Z | Compiling toml v0.8.23 |
| 2750 | 2026-07-04T15:57:48.570Z | Compiling derive_more v0.99.20 |
| 2751 | 2026-07-04T15:57:48.659Z | Checking linked-hash-map v0.5.6 |
| 2752 | 2026-07-04T15:57:48.758Z | Compiling minimal-lexical v0.2.1 |
| 2753 | 2026-07-04T15:57:48.828Z | Checking lru-cache v0.1.2 |
| 2754 | 2026-07-04T15:57:48.948Z | Compiling nom v7.1.3 |
| 2755 | 2026-07-04T15:57:49.010Z | Checking expectorate v1.2.0 |
| 2756 | 2026-07-04T15:57:49.453Z | Checking camino-tempfile v1.4.1 |
| 2757 | 2026-07-04T15:57:49.502Z | Checking hickory-proto v0.24.4 |
| 2758 | 2026-07-04T15:57:49.618Z | Checking phf_shared v0.12.1 |
| 2759 | 2026-07-04T15:57:49.663Z | Compiling slog-dtrace v0.3.0 |
| 2760 | 2026-07-04T15:57:49.761Z | Checking resolv-conf v0.7.6 |
| 2761 | 2026-07-04T15:57:49.961Z | Compiling unicode-xid v0.2.6 |
| 2762 | 2026-07-04T15:57:50.136Z | Compiling chrono-tz v0.10.4 |
| 2763 | 2026-07-04T15:57:50.268Z | Checking heck v0.5.0 |
| 2764 | 2026-07-04T15:57:50.338Z | Compiling const_format_proc_macros v0.2.34 |
| 2765 | 2026-07-04T15:57:50.364Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2766 | 2026-07-04T15:57:50.425Z | Checking phf v0.12.1 |
| 2767 | 2026-07-04T15:57:50.573Z | Checking tokio-dtrace v0.1.1 |
| 2768 | 2026-07-04T15:57:50.764Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2769 | 2026-07-04T15:57:50.878Z | Compiling derive-where v1.6.0 |
| 2770 | 2026-07-04T15:57:51.207Z | Checking highway v1.3.0 |
| 2771 | 2026-07-04T15:57:51.272Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2772 | 2026-07-04T15:57:51.306Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2773 | 2026-07-04T15:57:51.380Z | Checking hickory-resolver v0.24.4 |
| 2774 | 2026-07-04T15:57:51.432Z | Checking const_format v0.2.35 |
| 2775 | 2026-07-04T15:57:51.663Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2776 | 2026-07-04T15:57:52.140Z | Checking oxide-tokio-rt v0.1.4 |
| 2777 | 2026-07-04T15:57:52.210Z | Checking qorb v0.4.1 |
| 2778 | 2026-07-04T15:57:52.435Z | Checking gethostname v0.5.0 |
| 2779 | 2026-07-04T15:57:52.468Z | Checking bcs v0.1.6 |
| 2780 | 2026-07-04T15:57:52.524Z | Checking termtree v0.5.1 |
| 2781 | 2026-07-04T15:57:52.771Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2782 | 2026-07-04T15:57:52.788Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2783 | 2026-07-04T15:57:53.005Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2784 | 2026-07-04T15:57:53.005Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2785 | 2026-07-04T15:57:55.926Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2786 | 2026-07-04T15:57:58.357Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2787 | 2026-07-04T15:58:00.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.03s |
| 2788 | 2026-07-04T15:58:00.642Z | |
| 2789 | 2026-07-04T15:58:00.642Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299) |
| 2790 | 2026-07-04T15:58:01.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-07-04T15:58:01.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-07-04T15:58:01.276Z | Compiling ar_archive_writer v0.5.1 |
| 2793 | 2026-07-04T15:58:01.385Z | Compiling stacker v0.1.23 |
| 2794 | 2026-07-04T15:58:01.393Z | Compiling cfg_aliases v0.1.1 |
| 2795 | 2026-07-04T15:58:01.397Z | Compiling convert_case v0.10.0 |
| 2796 | 2026-07-04T15:58:01.400Z | Checking unicode-width v0.1.14 |
| 2797 | 2026-07-04T15:58:01.411Z | Compiling proc-macro-error v1.0.4 |
| 2798 | 2026-07-04T15:58:01.422Z | Checking fd-lock v4.0.4 |
| 2799 | 2026-07-04T15:58:01.425Z | Checking nibble_vec v0.1.0 |
| 2800 | 2026-07-04T15:58:01.445Z | Compiling nix v0.28.0 |
| 2801 | 2026-07-04T15:58:01.535Z | Checking vte v0.14.1 |
| 2802 | 2026-07-04T15:58:01.548Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2803 | 2026-07-04T15:58:01.651Z | Checking bytecount v0.6.9 |
| 2804 | 2026-07-04T15:58:01.668Z | Checking endian-type v0.1.2 |
| 2805 | 2026-07-04T15:58:01.682Z | Compiling derive_more-impl v2.1.1 |
| 2806 | 2026-07-04T15:58:01.694Z | Checking strip-ansi-escapes v0.2.1 |
| 2807 | 2026-07-04T15:58:01.698Z | Compiling tabled_derive v0.7.0 |
| 2808 | 2026-07-04T15:58:01.745Z | Checking papergrid v0.11.0 |
| 2809 | 2026-07-04T15:58:01.784Z | Checking radix_trie v0.2.1 |
| 2810 | 2026-07-04T15:58:01.812Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2811 | 2026-07-04T15:58:01.957Z | Compiling peg-macros v0.8.5 |
| 2812 | 2026-07-04T15:58:01.990Z | Compiling sqlparser_derive v0.5.0 |
| 2813 | 2026-07-04T15:58:02.212Z | Compiling psm v0.1.30 |
| 2814 | 2026-07-04T15:58:02.331Z | Checking winnow v0.6.26 |
| 2815 | 2026-07-04T15:58:02.345Z | Checking nu-ansi-term v0.50.3 |
| 2816 | 2026-07-04T15:58:02.495Z | Checking derive_more v2.1.1 |
| 2817 | 2026-07-04T15:58:02.554Z | Checking home v0.5.12 |
| 2818 | 2026-07-04T15:58:02.573Z | Checking unicode_categories v0.1.1 |
| 2819 | 2026-07-04T15:58:02.659Z | Checking crossterm v0.29.0 |
| 2820 | 2026-07-04T15:58:02.673Z | Checking tabled v0.15.0 |
| 2821 | 2026-07-04T15:58:02.732Z | Checking reedline v0.40.0 |
| 2822 | 2026-07-04T15:58:02.782Z | Checking display-error-chain v0.2.2 |
| 2823 | 2026-07-04T15:58:02.796Z | Checking rustyline v14.0.0 |
| 2824 | 2026-07-04T15:58:02.990Z | Checking recursive v0.1.1 |
| 2825 | 2026-07-04T15:58:03.082Z | Checking sqlparser v0.61.0 |
| 2826 | 2026-07-04T15:58:03.252Z | Checking peg v0.8.5 |
| 2827 | 2026-07-04T15:58:03.453Z | Checking sqlformat v0.3.5 |
| 2828 | 2026-07-04T15:58:14.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s |
| 2829 | 2026-07-04T15:58:14.578Z | |
| 2830 | 2026-07-04T15:58:14.578Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299) |
| 2831 | 2026-07-04T15:58:15.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2026-07-04T15:58:15.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2026-07-04T15:58:15.207Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2834 | 2026-07-04T15:58:18.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 2835 | 2026-07-04T15:58:18.819Z | |
| 2836 | 2026-07-04T15:58:18.819Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299) |
| 2837 | 2026-07-04T15:58:19.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-07-04T15:58:19.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-07-04T15:58:19.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-07-04T15:58:21.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 2841 | 2026-07-04T15:58:22.068Z | |
| 2842 | 2026-07-04T15:58:22.068Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299) |
| 2843 | 2026-07-04T15:58:22.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-07-04T15:58:22.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-07-04T15:58:22.694Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-07-04T15:58:25.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2847 | 2026-07-04T15:58:26.134Z | |
| 2848 | 2026-07-04T15:58:26.134Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299) |
| 2849 | 2026-07-04T15:58:26.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-07-04T15:58:26.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-07-04T15:58:26.764Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-07-04T15:58:30.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2853 | 2026-07-04T15:58:30.233Z | |
| 2854 | 2026-07-04T15:58:30.233Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299) |
| 2855 | 2026-07-04T15:58:30.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-07-04T15:58:30.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-07-04T15:58:30.858Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-07-04T15:58:33.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2859 | 2026-07-04T15:58:33.618Z | |
| 2860 | 2026-07-04T15:58:33.618Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299) |
| 2861 | 2026-07-04T15:58:34.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-07-04T15:58:34.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-07-04T15:58:34.246Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-07-04T15:58:36.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2865 | 2026-07-04T15:58:37.045Z | |
| 2866 | 2026-07-04T15:58:37.045Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299) |
| 2867 | 2026-07-04T15:58:37.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-07-04T15:58:37.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-07-04T15:58:37.670Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-07-04T15:58:41.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2871 | 2026-07-04T15:58:41.281Z | |
| 2872 | 2026-07-04T15:58:41.282Z | info: running `cargo check --bins` on oximeter (93/299) |
| 2873 | 2026-07-04T15:58:41.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-07-04T15:58:41.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-07-04T15:58:41.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2026-07-04T15:58:41.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2877 | 2026-07-04T15:58:41.820Z | |
| 2878 | 2026-07-04T15:58:41.820Z | info: running `cargo check --bins` on oximeter-schema (94/299) |
| 2879 | 2026-07-04T15:58:42.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-07-04T15:58:42.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-07-04T15:58:42.405Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2882 | 2026-07-04T15:58:42.563Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2883 | 2026-07-04T15:58:42.566Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2884 | 2026-07-04T15:58:42.915Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2885 | 2026-07-04T15:58:45.437Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2886 | 2026-07-04T15:58:46.647Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2887 | 2026-07-04T15:58:46.847Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2888 | 2026-07-04T15:58:47.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
| 2889 | 2026-07-04T15:58:47.668Z | |
| 2890 | 2026-07-04T15:58:47.668Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/299) |
| 2891 | 2026-07-04T15:58:48.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-07-04T15:58:48.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-07-04T15:58:48.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-07-04T15:58:48.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2895 | 2026-07-04T15:58:48.209Z | |
| 2896 | 2026-07-04T15:58:48.209Z | info: running `cargo check --bins` on oximeter-test-utils (96/299) |
| 2897 | 2026-07-04T15:58:48.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-07-04T15:58:48.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-07-04T15:58:48.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-07-04T15:58:48.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2901 | 2026-07-04T15:58:48.784Z | |
| 2902 | 2026-07-04T15:58:48.784Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299) |
| 2903 | 2026-07-04T15:58:49.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-07-04T15:58:49.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-07-04T15:58:49.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-07-04T15:58:49.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2907 | 2026-07-04T15:58:49.327Z | |
| 2908 | 2026-07-04T15:58:49.327Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299) |
| 2909 | 2026-07-04T15:58:49.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-07-04T15:58:49.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-07-04T15:58:49.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-07-04T15:58:49.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2913 | 2026-07-04T15:58:49.867Z | |
| 2914 | 2026-07-04T15:58:49.867Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299) |
| 2915 | 2026-07-04T15:58:50.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-07-04T15:58:50.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-07-04T15:58:50.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-07-04T15:58:50.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2919 | 2026-07-04T15:58:50.410Z | |
| 2920 | 2026-07-04T15:58:50.411Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299) |
| 2921 | 2026-07-04T15:58:50.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-07-04T15:58:50.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-07-04T15:58:50.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-07-04T15:58:50.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2925 | 2026-07-04T15:58:50.951Z | |
| 2926 | 2026-07-04T15:58:50.952Z | info: running `cargo check --bins` on trust-quorum-types (101/299) |
| 2927 | 2026-07-04T15:58:51.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-07-04T15:58:51.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-07-04T15:58:51.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-07-04T15:58:51.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2931 | 2026-07-04T15:58:51.475Z | |
| 2932 | 2026-07-04T15:58:51.475Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/299) |
| 2933 | 2026-07-04T15:58:51.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-07-04T15:58:51.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-07-04T15:58:51.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-07-04T15:58:51.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2937 | 2026-07-04T15:58:52.017Z | |
| 2938 | 2026-07-04T15:58:52.017Z | info: running `cargo check --bins` on update-engine (103/299) |
| 2939 | 2026-07-04T15:58:52.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-07-04T15:58:52.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-07-04T15:58:52.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-07-04T15:58:52.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2943 | 2026-07-04T15:58:52.539Z | |
| 2944 | 2026-07-04T15:58:52.539Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/299) |
| 2945 | 2026-07-04T15:58:53.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-07-04T15:58:53.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-07-04T15:58:53.213Z | Compiling crucible-workspace-hack v0.1.0 |
| 2948 | 2026-07-04T15:58:53.323Z | Checking secrecy v0.10.3 |
| 2949 | 2026-07-04T15:58:53.329Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2950 | 2026-07-04T15:58:53.334Z | Compiling heapless v0.8.0 |
| 2951 | 2026-07-04T15:58:53.340Z | Compiling ingot-macros v0.1.1 |
| 2952 | 2026-07-04T15:58:53.349Z | Checking hash32 v0.3.1 |
| 2953 | 2026-07-04T15:58:53.352Z | Checking inout v0.1.4 |
| 2954 | 2026-07-04T15:58:53.372Z | Compiling smoltcp v0.11.0 |
| 2955 | 2026-07-04T15:58:53.420Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2956 | 2026-07-04T15:58:53.473Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2957 | 2026-07-04T15:58:53.476Z | Checking cipher v0.4.4 |
| 2958 | 2026-07-04T15:58:53.550Z | Checking cobs v0.3.0 |
| 2959 | 2026-07-04T15:58:53.583Z | Checking universal-hash v0.5.1 |
| 2960 | 2026-07-04T15:58:53.653Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2961 | 2026-07-04T15:58:53.680Z | Checking half v2.7.1 |
| 2962 | 2026-07-04T15:58:53.692Z | Checking ciborium-io v0.2.2 |
| 2963 | 2026-07-04T15:58:53.707Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2964 | 2026-07-04T15:58:53.737Z | Checking opaque-debug v0.3.1 |
| 2965 | 2026-07-04T15:58:53.782Z | Checking postcard v1.1.3 |
| 2966 | 2026-07-04T15:58:53.807Z | Checking poly1305 v0.8.0 |
| 2967 | 2026-07-04T15:58:53.917Z | Checking chacha20 v0.9.1 |
| 2968 | 2026-07-04T15:58:53.931Z | Checking ciborium-ll v0.2.2 |
| 2969 | 2026-07-04T15:58:54.062Z | Compiling proc-macro-crate v3.4.0 |
| 2970 | 2026-07-04T15:58:54.075Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2971 | 2026-07-04T15:58:54.101Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2972 | 2026-07-04T15:58:54.115Z | Checking password-hash v0.5.0 |
| 2973 | 2026-07-04T15:58:54.340Z | Checking blake2 v0.10.6 |
| 2974 | 2026-07-04T15:58:54.364Z | Compiling proc-macro-crate v1.3.1 |
| 2975 | 2026-07-04T15:58:54.478Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2976 | 2026-07-04T15:58:54.528Z | Checking aead v0.5.2 |
| 2977 | 2026-07-04T15:58:54.582Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2978 | 2026-07-04T15:58:54.605Z | Compiling num_enum_derive v0.7.6 |
| 2979 | 2026-07-04T15:58:54.669Z | Compiling foreign-types-macros v0.2.3 |
| 2980 | 2026-07-04T15:58:54.705Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2981 | 2026-07-04T15:58:54.777Z | Checking foreign-types-shared v0.3.1 |
| 2982 | 2026-07-04T15:58:54.791Z | Compiling num_enum_derive v0.5.11 |
| 2983 | 2026-07-04T15:58:54.826Z | Checking thiserror-no-std v2.0.2 |
| 2984 | 2026-07-04T15:58:54.867Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2985 | 2026-07-04T15:58:54.910Z | Checking vsss-rs v3.3.4 |
| 2986 | 2026-07-04T15:58:54.972Z | Checking chacha20poly1305 v0.10.1 |
| 2987 | 2026-07-04T15:58:55.120Z | Checking argon2 v0.5.3 |
| 2988 | 2026-07-04T15:58:55.269Z | Checking foreign-types v0.5.0 |
| 2989 | 2026-07-04T15:58:55.349Z | Checking ciborium v0.2.2 |
| 2990 | 2026-07-04T15:58:55.480Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2991 | 2026-07-04T15:58:55.575Z | Checking tabwriter v1.4.1 |
| 2992 | 2026-07-04T15:58:55.689Z | Checking num_enum v0.7.6 |
| 2993 | 2026-07-04T15:58:55.723Z | Checking byte-wrapper v0.1.0 |
| 2994 | 2026-07-04T15:58:55.761Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-07-04T15:58:55.783Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2996 | 2026-07-04T15:58:55.801Z | Checking cstr-argument v0.1.2 |
| 2997 | 2026-07-04T15:58:55.835Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2998 | 2026-07-04T15:58:55.917Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2999 | 2026-07-04T15:58:55.932Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3000 | 2026-07-04T15:58:56.047Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3001 | 2026-07-04T15:58:56.061Z | Checking num_enum v0.5.11 |
| 3002 | 2026-07-04T15:58:56.082Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3003 | 2026-07-04T15:58:56.172Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3004 | 2026-07-04T15:58:56.197Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3005 | 2026-07-04T15:58:56.211Z | Checking ingot-types v0.1.2 |
| 3006 | 2026-07-04T15:58:56.234Z | Checking rand v0.10.1 |
| 3007 | 2026-07-04T15:58:56.248Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3008 | 2026-07-04T15:58:56.301Z | Checking colored v3.1.1 |
| 3009 | 2026-07-04T15:58:56.355Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3010 | 2026-07-04T15:58:56.372Z | Checking indent_write v2.2.0 |
| 3011 | 2026-07-04T15:58:56.454Z | Compiling zone_cfg_derive v0.3.1 |
| 3012 | 2026-07-04T15:58:56.496Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3013 | 2026-07-04T15:58:56.521Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3014 | 2026-07-04T15:58:56.549Z | Checking itertools v0.12.1 |
| 3015 | 2026-07-04T15:58:56.565Z | Checking ingot v0.1.1 |
| 3016 | 2026-07-04T15:58:56.578Z | Compiling num-derive v0.4.2 |
| 3017 | 2026-07-04T15:58:56.665Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3018 | 2026-07-04T15:58:56.688Z | Checking swrite v0.1.0 |
| 3019 | 2026-07-04T15:58:56.830Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3020 | 2026-07-04T15:58:56.881Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3021 | 2026-07-04T15:58:57.038Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3022 | 2026-07-04T15:58:57.092Z | Checking dropshot-api-manager-types v0.7.2 |
| 3023 | 2026-07-04T15:58:57.106Z | Checking smf v0.2.3 |
| 3024 | 2026-07-04T15:58:57.146Z | Checking nanorand v0.7.0 |
| 3025 | 2026-07-04T15:58:57.181Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3026 | 2026-07-04T15:58:57.257Z | Checking whoami v1.6.1 |
| 3027 | 2026-07-04T15:58:57.335Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3028 | 2026-07-04T15:58:57.349Z | Checking flume v0.11.1 |
| 3029 | 2026-07-04T15:58:57.524Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3030 | 2026-07-04T15:58:57.574Z | Checking zone v0.3.1 |
| 3031 | 2026-07-04T15:58:58.126Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3032 | 2026-07-04T15:58:59.095Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3033 | 2026-07-04T15:58:59.986Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3034 | 2026-07-04T15:59:03.492Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3035 | 2026-07-04T15:59:05.559Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3036 | 2026-07-04T15:59:06.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s |
| 3037 | 2026-07-04T15:59:06.831Z | |
| 3038 | 2026-07-04T15:59:06.831Z | info: running `cargo check --bins` on clickhouse-admin-api (105/299) |
| 3039 | 2026-07-04T15:59:07.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-07-04T15:59:07.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-07-04T15:59:07.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-07-04T15:59:07.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3043 | 2026-07-04T15:59:07.372Z | |
| 3044 | 2026-07-04T15:59:07.372Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/299) |
| 3045 | 2026-07-04T15:59:07.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-07-04T15:59:07.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-07-04T15:59:07.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-07-04T15:59:07.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3049 | 2026-07-04T15:59:07.913Z | |
| 3050 | 2026-07-04T15:59:07.913Z | info: running `cargo check --bins` on bootstrap-agent-client (107/299) |
| 3051 | 2026-07-04T15:59:08.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-07-04T15:59:08.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-07-04T15:59:08.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-07-04T15:59:08.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3055 | 2026-07-04T15:59:08.461Z | |
| 3056 | 2026-07-04T15:59:08.462Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299) |
| 3057 | 2026-07-04T15:59:08.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-07-04T15:59:08.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-07-04T15:59:08.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-07-04T15:59:08.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3061 | 2026-07-04T15:59:09.010Z | |
| 3062 | 2026-07-04T15:59:09.010Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299) |
| 3063 | 2026-07-04T15:59:09.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-07-04T15:59:09.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-07-04T15:59:09.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-07-04T15:59:09.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3067 | 2026-07-04T15:59:09.551Z | |
| 3068 | 2026-07-04T15:59:09.551Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/299) |
| 3069 | 2026-07-04T15:59:10.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-07-04T15:59:10.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-07-04T15:59:10.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-07-04T15:59:10.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3073 | 2026-07-04T15:59:10.098Z | |
| 3074 | 2026-07-04T15:59:10.098Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/299) |
| 3075 | 2026-07-04T15:59:10.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-07-04T15:59:10.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-07-04T15:59:10.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-07-04T15:59:10.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3079 | 2026-07-04T15:59:10.646Z | |
| 3080 | 2026-07-04T15:59:10.647Z | info: running `cargo check --bins` on cockroach-admin-client (112/299) |
| 3081 | 2026-07-04T15:59:11.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-07-04T15:59:11.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-07-04T15:59:11.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-07-04T15:59:11.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3085 | 2026-07-04T15:59:11.177Z | |
| 3086 | 2026-07-04T15:59:11.177Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/299) |
| 3087 | 2026-07-04T15:59:11.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-07-04T15:59:11.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-07-04T15:59:11.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-07-04T15:59:11.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3091 | 2026-07-04T15:59:11.714Z | |
| 3092 | 2026-07-04T15:59:11.714Z | info: running `cargo check --bins` on dns-service-client (114/299) |
| 3093 | 2026-07-04T15:59:12.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-07-04T15:59:12.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-07-04T15:59:12.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-07-04T15:59:12.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3097 | 2026-07-04T15:59:12.252Z | |
| 3098 | 2026-07-04T15:59:12.252Z | info: running `cargo check --bins` on installinator-client (115/299) |
| 3099 | 2026-07-04T15:59:12.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-07-04T15:59:12.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-07-04T15:59:12.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-07-04T15:59:12.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3103 | 2026-07-04T15:59:12.792Z | |
| 3104 | 2026-07-04T15:59:12.792Z | info: running `cargo check --bins` on nexus-client (116/299) |
| 3105 | 2026-07-04T15:59:13.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-07-04T15:59:13.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-07-04T15:59:13.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-07-04T15:59:13.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3109 | 2026-07-04T15:59:13.362Z | |
| 3110 | 2026-07-04T15:59:13.362Z | info: running `cargo check --bins` on nexus-lockstep-client (117/299) |
| 3111 | 2026-07-04T15:59:13.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-07-04T15:59:13.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-07-04T15:59:13.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-07-04T15:59:13.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3115 | 2026-07-04T15:59:13.938Z | |
| 3116 | 2026-07-04T15:59:13.938Z | info: running `cargo check --bins` on ntp-admin-client (118/299) |
| 3117 | 2026-07-04T15:59:14.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-07-04T15:59:14.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-07-04T15:59:14.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-07-04T15:59:14.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3121 | 2026-07-04T15:59:14.467Z | |
| 3122 | 2026-07-04T15:59:14.467Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/299) |
| 3123 | 2026-07-04T15:59:14.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-07-04T15:59:14.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-07-04T15:59:14.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-07-04T15:59:14.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3127 | 2026-07-04T15:59:14.996Z | |
| 3128 | 2026-07-04T15:59:14.996Z | info: running `cargo check --bins` on oxide-client (120/299) |
| 3129 | 2026-07-04T15:59:15.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-07-04T15:59:15.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-07-04T15:59:15.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-07-04T15:59:15.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3133 | 2026-07-04T15:59:15.523Z | |
| 3134 | 2026-07-04T15:59:15.523Z | info: running `cargo check --bins` on oximeter-client (121/299) |
| 3135 | 2026-07-04T15:59:15.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-07-04T15:59:15.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-07-04T15:59:15.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-07-04T15:59:15.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3139 | 2026-07-04T15:59:16.061Z | |
| 3140 | 2026-07-04T15:59:16.061Z | info: running `cargo check --bins` on repo-depot-client (122/299) |
| 3141 | 2026-07-04T15:59:16.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-07-04T15:59:16.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-07-04T15:59:16.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-07-04T15:59:16.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3145 | 2026-07-04T15:59:16.584Z | |
| 3146 | 2026-07-04T15:59:16.584Z | info: running `cargo check --bins` on sled-agent-client (123/299) |
| 3147 | 2026-07-04T15:59:17.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-07-04T15:59:17.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-07-04T15:59:17.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-07-04T15:59:17.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3151 | 2026-07-04T15:59:17.135Z | |
| 3152 | 2026-07-04T15:59:17.135Z | info: running `cargo check --bins` on wicketd-client (124/299) |
| 3153 | 2026-07-04T15:59:17.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-07-04T15:59:17.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-07-04T15:59:17.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-07-04T15:59:17.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3157 | 2026-07-04T15:59:17.710Z | |
| 3158 | 2026-07-04T15:59:17.710Z | info: running `cargo check --bins` on installinator-common (125/299) |
| 3159 | 2026-07-04T15:59:18.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-07-04T15:59:18.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-07-04T15:59:18.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-07-04T15:59:18.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3163 | 2026-07-04T15:59:18.271Z | |
| 3164 | 2026-07-04T15:59:18.271Z | info: running `cargo check --bins` on installinator-common-versions (126/299) |
| 3165 | 2026-07-04T15:59:18.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-07-04T15:59:18.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-07-04T15:59:18.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-07-04T15:59:18.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3169 | 2026-07-04T15:59:18.801Z | |
| 3170 | 2026-07-04T15:59:18.801Z | info: running `cargo check --bins` on wicket-common (127/299) |
| 3171 | 2026-07-04T15:59:19.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-07-04T15:59:19.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-07-04T15:59:19.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-07-04T15:59:19.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3175 | 2026-07-04T15:59:19.357Z | |
| 3176 | 2026-07-04T15:59:19.357Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/299) |
| 3177 | 2026-07-04T15:59:19.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-07-04T15:59:19.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-07-04T15:59:20.002Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3180 | 2026-07-04T15:59:20.115Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3181 | 2026-07-04T15:59:20.123Z | Checking csv-core v0.1.13 |
| 3182 | 2026-07-04T15:59:20.131Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3183 | 2026-07-04T15:59:20.139Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3184 | 2026-07-04T15:59:20.142Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3185 | 2026-07-04T15:59:20.158Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3186 | 2026-07-04T15:59:20.192Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-07-04T15:59:20.277Z | Checking csv v1.4.0 |
| 3188 | 2026-07-04T15:59:20.309Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3189 | 2026-07-04T15:59:20.314Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3190 | 2026-07-04T15:59:20.351Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3191 | 2026-07-04T15:59:20.378Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3192 | 2026-07-04T15:59:20.613Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3193 | 2026-07-04T15:59:20.978Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3194 | 2026-07-04T15:59:20.978Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3195 | 2026-07-04T15:59:21.341Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3196 | 2026-07-04T15:59:27.425Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3197 | 2026-07-04T15:59:27.947Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3198 | 2026-07-04T15:59:30.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s |
| 3199 | 2026-07-04T15:59:30.479Z | |
| 3200 | 2026-07-04T15:59:30.479Z | info: running `cargo check --bins` on cockroach-admin-api (129/299) |
| 3201 | 2026-07-04T15:59:30.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-07-04T15:59:30.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-07-04T15:59:30.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-07-04T15:59:30.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3205 | 2026-07-04T15:59:31.020Z | |
| 3206 | 2026-07-04T15:59:31.020Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299) |
| 3207 | 2026-07-04T15:59:31.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-07-04T15:59:31.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-07-04T15:59:31.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-07-04T15:59:31.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3211 | 2026-07-04T15:59:31.646Z | |
| 3212 | 2026-07-04T15:59:31.646Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299) |
| 3213 | 2026-07-04T15:59:32.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-07-04T15:59:32.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-07-04T15:59:32.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-07-04T15:59:32.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3217 | 2026-07-04T15:59:32.270Z | |
| 3218 | 2026-07-04T15:59:32.270Z | info: running `cargo check --bins` on gateway-test-utils (132/299) |
| 3219 | 2026-07-04T15:59:32.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-07-04T15:59:32.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-07-04T15:59:32.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-07-04T15:59:32.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3223 | 2026-07-04T15:59:32.859Z | |
| 3224 | 2026-07-04T15:59:32.859Z | info: running `cargo check --bins` on omicron-gateway (133/299) |
| 3225 | 2026-07-04T15:59:33.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-07-04T15:59:33.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-07-04T15:59:33.571Z | Compiling regress v0.11.1 |
| 3228 | 2026-07-04T15:59:33.712Z | Compiling unsafe-libyaml v0.2.11 |
| 3229 | 2026-07-04T15:59:33.722Z | Compiling semver v0.1.20 |
| 3230 | 2026-07-04T15:59:33.722Z | Compiling radium v0.7.0 |
| 3231 | 2026-07-04T15:59:33.743Z | Checking nom v8.0.0 |
| 3232 | 2026-07-04T15:59:33.746Z | Compiling maybe-uninit v2.0.0 |
| 3233 | 2026-07-04T15:59:33.746Z | Checking tap v1.0.1 |
| 3234 | 2026-07-04T15:59:33.868Z | Checking wyz v0.5.1 |
| 3235 | 2026-07-04T15:59:33.990Z | Compiling rustc_version v0.1.7 |
| 3236 | 2026-07-04T15:59:34.050Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3237 | 2026-07-04T15:59:34.082Z | Compiling zerocopy-derive v0.6.6 |
| 3238 | 2026-07-04T15:59:34.190Z | Compiling owo-colors v4.3.0 |
| 3239 | 2026-07-04T15:59:34.215Z | Compiling newtype_derive v0.1.6 |
| 3240 | 2026-07-04T15:59:34.422Z | Compiling serde_yaml v0.9.34+deprecated |
| 3241 | 2026-07-04T15:59:34.444Z | Compiling cancel-safe-futures v0.1.5 |
| 3242 | 2026-07-04T15:59:34.520Z | Checking crc-catalog v2.4.0 |
| 3243 | 2026-07-04T15:59:34.614Z | Checking funty v2.0.0 |
| 3244 | 2026-07-04T15:59:34.666Z | Compiling packed_struct v0.10.1 |
| 3245 | 2026-07-04T15:59:34.934Z | Checking bitvec v1.0.1 |
| 3246 | 2026-07-04T15:59:34.983Z | Checking zerocopy v0.6.6 |
| 3247 | 2026-07-04T15:59:34.996Z | Checking crc v3.4.0 |
| 3248 | 2026-07-04T15:59:35.185Z | Checking typify-impl v0.6.2 |
| 3249 | 2026-07-04T15:59:35.361Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3250 | 2026-07-04T15:59:35.565Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3251 | 2026-07-04T15:59:35.726Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3252 | 2026-07-04T15:59:35.896Z | Compiling packed_struct_codegen v0.10.1 |
| 3253 | 2026-07-04T15:59:35.909Z | Checking libsw-core v0.3.2 |
| 3254 | 2026-07-04T15:59:35.924Z | Compiling bitfield-macros v0.19.4 |
| 3255 | 2026-07-04T15:59:36.061Z | Compiling indexmap v1.9.3 |
| 3256 | 2026-07-04T15:59:36.268Z | Checking nodrop v0.1.14 |
| 3257 | 2026-07-04T15:59:36.294Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3258 | 2026-07-04T15:59:36.359Z | Checking array-init v0.0.4 |
| 3259 | 2026-07-04T15:59:36.373Z | Checking libsw v3.5.0 |
| 3260 | 2026-07-04T15:59:36.407Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3261 | 2026-07-04T15:59:36.525Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3262 | 2026-07-04T15:59:36.648Z | Checking bitfield v0.19.4 |
| 3263 | 2026-07-04T15:59:36.662Z | Checking smallvec v0.6.14 |
| 3264 | 2026-07-04T15:59:36.706Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3265 | 2026-07-04T15:59:36.919Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3266 | 2026-07-04T15:59:36.941Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3267 | 2026-07-04T15:59:37.040Z | Checking linear-map v1.2.0 |
| 3268 | 2026-07-04T15:59:37.115Z | Checking unicode-linebreak v0.1.5 |
| 3269 | 2026-07-04T15:59:37.129Z | Checking hashbrown v0.12.3 |
| 3270 | 2026-07-04T15:59:37.208Z | Checking smawk v0.3.2 |
| 3271 | 2026-07-04T15:59:37.327Z | Checking base64 v0.21.7 |
| 3272 | 2026-07-04T15:59:37.341Z | Checking tagptr v0.2.0 |
| 3273 | 2026-07-04T15:59:37.409Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3274 | 2026-07-04T15:59:37.412Z | Checking textwrap v0.16.2 |
| 3275 | 2026-07-04T15:59:37.476Z | Checking moka v0.12.13 |
| 3276 | 2026-07-04T15:59:37.561Z | Checking ron v0.8.1 |
| 3277 | 2026-07-04T15:59:37.636Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3278 | 2026-07-04T15:59:37.806Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3279 | 2026-07-04T15:59:37.861Z | Checking steno v0.4.1 |
| 3280 | 2026-07-04T15:59:38.027Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3281 | 2026-07-04T15:59:38.084Z | Checking serde-hex v0.1.0 |
| 3282 | 2026-07-04T15:59:38.114Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3283 | 2026-07-04T15:59:38.276Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3284 | 2026-07-04T15:59:38.613Z | Checking hashbrown v0.13.2 |
| 3285 | 2026-07-04T15:59:38.686Z | Checking crc-any v2.5.0 |
| 3286 | 2026-07-04T15:59:38.855Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3287 | 2026-07-04T15:59:38.870Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3288 | 2026-07-04T15:59:38.873Z | Checking hickory-resolver v0.25.2 |
| 3289 | 2026-07-04T15:59:39.034Z | Checking sha1 v0.10.6 |
| 3290 | 2026-07-04T15:59:39.048Z | Checking object v0.30.4 |
| 3291 | 2026-07-04T15:59:39.080Z | Checking utf-8 v0.7.6 |
| 3292 | 2026-07-04T15:59:39.201Z | Checking half v1.8.3 |
| 3293 | 2026-07-04T15:59:39.215Z | Checking path-slash v0.1.5 |
| 3294 | 2026-07-04T15:59:39.319Z | Checking void v1.0.2 |
| 3295 | 2026-07-04T15:59:39.397Z | Checking serde_cbor v0.11.2 |
| 3296 | 2026-07-04T15:59:39.425Z | Checking lzss v0.8.2 |
| 3297 | 2026-07-04T15:59:39.590Z | Checking tungstenite v0.23.0 |
| 3298 | 2026-07-04T15:59:39.604Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3299 | 2026-07-04T15:59:39.748Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3300 | 2026-07-04T15:59:39.773Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3301 | 2026-07-04T15:59:39.773Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3302 | 2026-07-04T15:59:39.799Z | Compiling typify-macro v0.6.2 |
| 3303 | 2026-07-04T15:59:39.881Z | Checking nix v0.27.1 |
| 3304 | 2026-07-04T15:59:39.900Z | Checking kstat-rs v0.2.4 |
| 3305 | 2026-07-04T15:59:40.005Z | Checking fxhash v0.2.1 |
| 3306 | 2026-07-04T15:59:40.021Z | Checking serde_bytes v0.11.19 |
| 3307 | 2026-07-04T15:59:40.024Z | Checking tokio-tungstenite v0.23.1 |
| 3308 | 2026-07-04T15:59:40.085Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3309 | 2026-07-04T15:59:40.143Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3310 | 2026-07-04T15:59:40.196Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3311 | 2026-07-04T15:59:40.320Z | Checking signal-hook-tokio v0.3.1 |
| 3312 | 2026-07-04T15:59:41.104Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3313 | 2026-07-04T15:59:41.220Z | Compiling typify v0.6.2 |
| 3314 | 2026-07-04T15:59:41.300Z | Compiling progenitor-impl v0.14.0 |
| 3315 | 2026-07-04T15:59:42.011Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3316 | 2026-07-04T15:59:42.308Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3317 | 2026-07-04T15:59:42.744Z | Compiling progenitor-macro v0.14.0 |
| 3318 | 2026-07-04T15:59:45.081Z | Checking progenitor v0.14.0 |
| 3319 | 2026-07-04T15:59:45.193Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3320 | 2026-07-04T15:59:45.196Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3321 | 2026-07-04T15:59:47.868Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3322 | 2026-07-04T15:59:56.191Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3323 | 2026-07-04T16:00:02.862Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3324 | 2026-07-04T16:00:04.263Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3325 | 2026-07-04T16:00:04.752Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3326 | 2026-07-04T16:00:06.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.99s |
| 3327 | 2026-07-04T16:00:07.036Z | |
| 3328 | 2026-07-04T16:00:07.036Z | info: running `cargo check --bins` on gateway-api (134/299) |
| 3329 | 2026-07-04T16:00:07.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-07-04T16:00:07.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-07-04T16:00:07.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-07-04T16:00:07.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3333 | 2026-07-04T16:00:07.577Z | |
| 3334 | 2026-07-04T16:00:07.577Z | info: running `cargo check --bins` on ipcc (135/299) |
| 3335 | 2026-07-04T16:00:08.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-07-04T16:00:08.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-07-04T16:00:08.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-07-04T16:00:08.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3339 | 2026-07-04T16:00:08.106Z | |
| 3340 | 2026-07-04T16:00:08.106Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299) |
| 3341 | 2026-07-04T16:00:08.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-07-04T16:00:08.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-07-04T16:00:08.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-07-04T16:00:08.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3345 | 2026-07-04T16:00:08.630Z | |
| 3346 | 2026-07-04T16:00:08.631Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299) |
| 3347 | 2026-07-04T16:00:09.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-07-04T16:00:09.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-07-04T16:00:09.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-07-04T16:00:09.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3351 | 2026-07-04T16:00:09.191Z | |
| 3352 | 2026-07-04T16:00:09.191Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299) |
| 3353 | 2026-07-04T16:00:09.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-07-04T16:00:09.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-07-04T16:00:09.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-07-04T16:00:09.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3357 | 2026-07-04T16:00:09.736Z | |
| 3358 | 2026-07-04T16:00:09.736Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299) |
| 3359 | 2026-07-04T16:00:10.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-07-04T16:00:10.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-07-04T16:00:10.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-07-04T16:00:10.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3363 | 2026-07-04T16:00:10.285Z | |
| 3364 | 2026-07-04T16:00:10.285Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299) |
| 3365 | 2026-07-04T16:00:10.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-07-04T16:00:10.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-07-04T16:00:10.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-07-04T16:00:10.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3369 | 2026-07-04T16:00:10.826Z | |
| 3370 | 2026-07-04T16:00:10.826Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299) |
| 3371 | 2026-07-04T16:00:11.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-07-04T16:00:11.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-07-04T16:00:11.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-07-04T16:00:11.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3375 | 2026-07-04T16:00:11.391Z | |
| 3376 | 2026-07-04T16:00:11.391Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299) |
| 3377 | 2026-07-04T16:00:11.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-07-04T16:00:11.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-07-04T16:00:11.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-07-04T16:00:11.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3381 | 2026-07-04T16:00:11.937Z | |
| 3382 | 2026-07-04T16:00:11.937Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299) |
| 3383 | 2026-07-04T16:00:12.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-07-04T16:00:12.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-07-04T16:00:12.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-07-04T16:00:12.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3387 | 2026-07-04T16:00:12.480Z | |
| 3388 | 2026-07-04T16:00:12.480Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299) |
| 3389 | 2026-07-04T16:00:12.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-07-04T16:00:12.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-07-04T16:00:12.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-07-04T16:00:12.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3393 | 2026-07-04T16:00:13.024Z | |
| 3394 | 2026-07-04T16:00:13.024Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299) |
| 3395 | 2026-07-04T16:00:13.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-07-04T16:00:13.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-07-04T16:00:13.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-07-04T16:00:13.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3399 | 2026-07-04T16:00:13.573Z | |
| 3400 | 2026-07-04T16:00:13.573Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299) |
| 3401 | 2026-07-04T16:00:14.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-07-04T16:00:14.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-07-04T16:00:14.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-07-04T16:00:14.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3405 | 2026-07-04T16:00:14.114Z | |
| 3406 | 2026-07-04T16:00:14.114Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299) |
| 3407 | 2026-07-04T16:00:14.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-07-04T16:00:14.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-07-04T16:00:14.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-07-04T16:00:14.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3411 | 2026-07-04T16:00:14.654Z | |
| 3412 | 2026-07-04T16:00:14.654Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299) |
| 3413 | 2026-07-04T16:00:15.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-07-04T16:00:15.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-07-04T16:00:15.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-07-04T16:00:15.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3417 | 2026-07-04T16:00:15.211Z | |
| 3418 | 2026-07-04T16:00:15.211Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299) |
| 3419 | 2026-07-04T16:00:15.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-07-04T16:00:15.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-07-04T16:00:15.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-07-04T16:00:15.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3423 | 2026-07-04T16:00:15.767Z | |
| 3424 | 2026-07-04T16:00:15.767Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299) |
| 3425 | 2026-07-04T16:00:16.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-07-04T16:00:16.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-07-04T16:00:16.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-07-04T16:00:16.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3429 | 2026-07-04T16:00:16.323Z | |
| 3430 | 2026-07-04T16:00:16.323Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299) |
| 3431 | 2026-07-04T16:00:16.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-07-04T16:00:16.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-07-04T16:00:16.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-07-04T16:00:16.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3435 | 2026-07-04T16:00:16.883Z | |
| 3436 | 2026-07-04T16:00:16.883Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299) |
| 3437 | 2026-07-04T16:00:17.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-07-04T16:00:17.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-07-04T16:00:17.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-07-04T16:00:17.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3441 | 2026-07-04T16:00:17.445Z | |
| 3442 | 2026-07-04T16:00:17.445Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299) |
| 3443 | 2026-07-04T16:00:17.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-07-04T16:00:17.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-07-04T16:00:17.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-07-04T16:00:17.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3447 | 2026-07-04T16:00:18.010Z | |
| 3448 | 2026-07-04T16:00:18.010Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299) |
| 3449 | 2026-07-04T16:00:18.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-07-04T16:00:18.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-07-04T16:00:18.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-07-04T16:00:18.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3453 | 2026-07-04T16:00:18.579Z | |
| 3454 | 2026-07-04T16:00:18.579Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299) |
| 3455 | 2026-07-04T16:00:19.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-07-04T16:00:19.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-07-04T16:00:19.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-07-04T16:00:19.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3459 | 2026-07-04T16:00:19.135Z | |
| 3460 | 2026-07-04T16:00:19.135Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299) |
| 3461 | 2026-07-04T16:00:19.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-07-04T16:00:19.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-07-04T16:00:19.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-07-04T16:00:19.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3465 | 2026-07-04T16:00:19.696Z | |
| 3466 | 2026-07-04T16:00:19.696Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299) |
| 3467 | 2026-07-04T16:00:20.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-07-04T16:00:20.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-07-04T16:00:20.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-07-04T16:00:20.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3471 | 2026-07-04T16:00:20.261Z | |
| 3472 | 2026-07-04T16:00:20.261Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299) |
| 3473 | 2026-07-04T16:00:20.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-07-04T16:00:20.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-07-04T16:00:20.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-07-04T16:00:20.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3477 | 2026-07-04T16:00:20.799Z | |
| 3478 | 2026-07-04T16:00:20.799Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299) |
| 3479 | 2026-07-04T16:00:21.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-07-04T16:00:21.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-07-04T16:00:21.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-07-04T16:00:21.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3483 | 2026-07-04T16:00:21.339Z | |
| 3484 | 2026-07-04T16:00:21.339Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299) |
| 3485 | 2026-07-04T16:00:21.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-07-04T16:00:21.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-07-04T16:00:21.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-07-04T16:00:21.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3489 | 2026-07-04T16:00:21.881Z | |
| 3490 | 2026-07-04T16:00:21.881Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299) |
| 3491 | 2026-07-04T16:00:22.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-07-04T16:00:22.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-07-04T16:00:22.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-07-04T16:00:22.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3495 | 2026-07-04T16:00:22.421Z | |
| 3496 | 2026-07-04T16:00:22.421Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299) |
| 3497 | 2026-07-04T16:00:22.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-07-04T16:00:22.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-07-04T16:00:22.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-07-04T16:00:22.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3501 | 2026-07-04T16:00:22.965Z | |
| 3502 | 2026-07-04T16:00:22.965Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299) |
| 3503 | 2026-07-04T16:00:23.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-07-04T16:00:23.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-07-04T16:00:23.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-07-04T16:00:23.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3507 | 2026-07-04T16:00:23.509Z | |
| 3508 | 2026-07-04T16:00:23.509Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299) |
| 3509 | 2026-07-04T16:00:23.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-07-04T16:00:23.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-07-04T16:00:23.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-07-04T16:00:23.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3513 | 2026-07-04T16:00:24.052Z | |
| 3514 | 2026-07-04T16:00:24.052Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299) |
| 3515 | 2026-07-04T16:00:24.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-07-04T16:00:24.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-07-04T16:00:24.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-07-04T16:00:24.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3519 | 2026-07-04T16:00:24.596Z | |
| 3520 | 2026-07-04T16:00:24.596Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299) |
| 3521 | 2026-07-04T16:00:25.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-07-04T16:00:25.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-07-04T16:00:25.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-07-04T16:00:25.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3525 | 2026-07-04T16:00:25.158Z | |
| 3526 | 2026-07-04T16:00:25.158Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299) |
| 3527 | 2026-07-04T16:00:25.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-07-04T16:00:25.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-07-04T16:00:25.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-07-04T16:00:25.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3531 | 2026-07-04T16:00:25.705Z | |
| 3532 | 2026-07-04T16:00:25.705Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299) |
| 3533 | 2026-07-04T16:00:26.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-07-04T16:00:26.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-07-04T16:00:26.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-07-04T16:00:26.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3537 | 2026-07-04T16:00:26.259Z | |
| 3538 | 2026-07-04T16:00:26.259Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299) |
| 3539 | 2026-07-04T16:00:26.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-07-04T16:00:26.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-07-04T16:00:26.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-07-04T16:00:26.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3543 | 2026-07-04T16:00:26.814Z | |
| 3544 | 2026-07-04T16:00:26.814Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299) |
| 3545 | 2026-07-04T16:00:27.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-07-04T16:00:27.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-07-04T16:00:27.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-07-04T16:00:27.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3549 | 2026-07-04T16:00:27.370Z | |
| 3550 | 2026-07-04T16:00:27.370Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299) |
| 3551 | 2026-07-04T16:00:27.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-07-04T16:00:27.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-07-04T16:00:27.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-07-04T16:00:27.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3555 | 2026-07-04T16:00:27.917Z | |
| 3556 | 2026-07-04T16:00:27.917Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299) |
| 3557 | 2026-07-04T16:00:28.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-07-04T16:00:28.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-07-04T16:00:28.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-07-04T16:00:28.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3561 | 2026-07-04T16:00:28.468Z | |
| 3562 | 2026-07-04T16:00:28.468Z | info: running `cargo check --bins` on oximeter-producer (173/299) |
| 3563 | 2026-07-04T16:00:28.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-07-04T16:00:28.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-07-04T16:00:28.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-07-04T16:00:28.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3567 | 2026-07-04T16:00:29.045Z | |
| 3568 | 2026-07-04T16:00:29.046Z | info: running `cargo check --bins` on internal-dns-resolver (174/299) |
| 3569 | 2026-07-04T16:00:29.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-07-04T16:00:29.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-07-04T16:00:29.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-07-04T16:00:29.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3573 | 2026-07-04T16:00:29.585Z | |
| 3574 | 2026-07-04T16:00:29.586Z | info: running `cargo check --bins` on dns-server (175/299) |
| 3575 | 2026-07-04T16:00:30.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-07-04T16:00:30.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-07-04T16:00:30.189Z | Compiling parking_lot_core v0.8.6 |
| 3578 | 2026-07-04T16:00:30.193Z | Compiling git-stub v1.0.0 |
| 3579 | 2026-07-04T16:00:30.193Z | Checking prefix-trie v0.7.0 |
| 3580 | 2026-07-04T16:00:30.193Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3581 | 2026-07-04T16:00:30.416Z | Compiling git-stub-vcs v0.1.0 |
| 3582 | 2026-07-04T16:00:30.587Z | Checking hickory-server v0.25.2 |
| 3583 | 2026-07-04T16:00:30.693Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3584 | 2026-07-04T16:00:30.707Z | Checking parking_lot v0.11.2 |
| 3585 | 2026-07-04T16:00:30.753Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3586 | 2026-07-04T16:00:30.756Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3587 | 2026-07-04T16:00:30.877Z | Checking sled v0.34.7 |
| 3588 | 2026-07-04T16:00:32.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3589 | 2026-07-04T16:00:32.948Z | |
| 3590 | 2026-07-04T16:00:32.948Z | info: running `cargo check --bins` on dns-server-api (176/299) |
| 3591 | 2026-07-04T16:00:33.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-07-04T16:00:33.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-07-04T16:00:33.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-07-04T16:00:33.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3595 | 2026-07-04T16:00:33.481Z | |
| 3596 | 2026-07-04T16:00:33.482Z | info: running `cargo check --bins` on oximeter-producer-api (177/299) |
| 3597 | 2026-07-04T16:00:33.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-07-04T16:00:33.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-07-04T16:00:33.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-07-04T16:00:33.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3601 | 2026-07-04T16:00:34.018Z | |
| 3602 | 2026-07-04T16:00:34.018Z | info: running `cargo check --bins` on sp-sim (178/299) |
| 3603 | 2026-07-04T16:00:34.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-07-04T16:00:34.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-07-04T16:00:34.687Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3606 | 2026-07-04T16:00:36.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
| 3607 | 2026-07-04T16:00:36.639Z | |
| 3608 | 2026-07-04T16:00:36.639Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299) |
| 3609 | 2026-07-04T16:00:37.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-07-04T16:00:37.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-07-04T16:00:37.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2026-07-04T16:00:37.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3613 | 2026-07-04T16:00:37.232Z | |
| 3614 | 2026-07-04T16:00:37.232Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299) |
| 3615 | 2026-07-04T16:00:37.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2026-07-04T16:00:37.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2026-07-04T16:00:37.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2026-07-04T16:00:37.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3619 | 2026-07-04T16:00:37.825Z | |
| 3620 | 2026-07-04T16:00:37.825Z | info: running `cargo check --bins` on db-macros (181/299) |
| 3621 | 2026-07-04T16:00:38.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2026-07-04T16:00:38.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2026-07-04T16:00:38.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2026-07-04T16:00:38.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3625 | 2026-07-04T16:00:38.349Z | |
| 3626 | 2026-07-04T16:00:38.349Z | info: running `cargo check --bins` on nexus-macros-common (182/299) |
| 3627 | 2026-07-04T16:00:38.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2026-07-04T16:00:38.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2026-07-04T16:00:38.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3630 | 2026-07-04T16:00:38.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3631 | 2026-07-04T16:00:38.876Z | |
| 3632 | 2026-07-04T16:00:38.876Z | info: running `cargo check --bins` on nexus-auth (183/299) |
| 3633 | 2026-07-04T16:00:39.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2026-07-04T16:00:39.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2026-07-04T16:00:39.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3636 | 2026-07-04T16:00:39.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3637 | 2026-07-04T16:00:39.465Z | |
| 3638 | 2026-07-04T16:00:39.465Z | info: running `cargo check --bins` on authz-macros (184/299) |
| 3639 | 2026-07-04T16:00:39.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2026-07-04T16:00:39.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2026-07-04T16:00:39.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2026-07-04T16:00:39.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3643 | 2026-07-04T16:00:39.992Z | |
| 3644 | 2026-07-04T16:00:39.992Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/299) |
| 3645 | 2026-07-04T16:00:40.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2026-07-04T16:00:40.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2026-07-04T16:00:40.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3648 | 2026-07-04T16:00:40.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3649 | 2026-07-04T16:00:40.578Z | |
| 3650 | 2026-07-04T16:00:40.578Z | info: running `cargo check --bins` on nexus-db-model (186/299) |
| 3651 | 2026-07-04T16:00:41.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2026-07-04T16:00:41.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2026-07-04T16:00:41.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3654 | 2026-07-04T16:00:41.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3655 | 2026-07-04T16:00:41.163Z | |
| 3656 | 2026-07-04T16:00:41.163Z | info: running `cargo check --bins` on nexus-db-schema (187/299) |
| 3657 | 2026-07-04T16:00:41.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2026-07-04T16:00:41.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2026-07-04T16:00:41.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2026-07-04T16:00:41.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3661 | 2026-07-04T16:00:41.702Z | |
| 3662 | 2026-07-04T16:00:41.702Z | info: running `cargo check --bins` on omicron-rpaths (188/299) |
| 3663 | 2026-07-04T16:00:42.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2026-07-04T16:00:42.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2026-07-04T16:00:42.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3666 | 2026-07-04T16:00:42.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3667 | 2026-07-04T16:00:42.233Z | |
| 3668 | 2026-07-04T16:00:42.233Z | info: running `cargo check --bins` on nexus-defaults (189/299) |
| 3669 | 2026-07-04T16:00:42.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2026-07-04T16:00:42.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2026-07-04T16:00:42.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3672 | 2026-07-04T16:00:42.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3673 | 2026-07-04T16:00:42.782Z | |
| 3674 | 2026-07-04T16:00:42.782Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/299) |
| 3675 | 2026-07-04T16:00:43.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3676 | 2026-07-04T16:00:43.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3677 | 2026-07-04T16:00:43.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3678 | 2026-07-04T16:00:43.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3679 | 2026-07-04T16:00:43.319Z | |
| 3680 | 2026-07-04T16:00:43.319Z | info: running `cargo check --bins` on parallel-task-set (191/299) |
| 3681 | 2026-07-04T16:00:43.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3682 | 2026-07-04T16:00:43.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3683 | 2026-07-04T16:00:43.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3684 | 2026-07-04T16:00:43.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3685 | 2026-07-04T16:00:43.850Z | |
| 3686 | 2026-07-04T16:00:43.850Z | info: running `cargo check --bins` on omicron-git-version (192/299) |
| 3687 | 2026-07-04T16:00:44.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2026-07-04T16:00:44.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2026-07-04T16:00:44.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2026-07-04T16:00:44.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3691 | 2026-07-04T16:00:44.375Z | |
| 3692 | 2026-07-04T16:00:44.375Z | info: running `cargo check --bins` on nexus-db-errors (193/299) |
| 3693 | 2026-07-04T16:00:44.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2026-07-04T16:00:44.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2026-07-04T16:00:44.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2026-07-04T16:00:44.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3697 | 2026-07-04T16:00:44.970Z | |
| 3698 | 2026-07-04T16:00:44.970Z | info: running `cargo check --bins` on nexus-db-lookup (194/299) |
| 3699 | 2026-07-04T16:00:45.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2026-07-04T16:00:45.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2026-07-04T16:00:45.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2026-07-04T16:00:45.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3703 | 2026-07-04T16:00:45.571Z | |
| 3704 | 2026-07-04T16:00:45.571Z | info: running `cargo check --bins` on nexus-inventory (195/299) |
| 3705 | 2026-07-04T16:00:46.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2026-07-04T16:00:46.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2026-07-04T16:00:46.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3708 | 2026-07-04T16:00:46.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3709 | 2026-07-04T16:00:46.163Z | |
| 3710 | 2026-07-04T16:00:46.163Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299) |
| 3711 | 2026-07-04T16:00:46.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3712 | 2026-07-04T16:00:46.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3713 | 2026-07-04T16:00:46.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3714 | 2026-07-04T16:00:46.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3715 | 2026-07-04T16:00:46.732Z | |
| 3716 | 2026-07-04T16:00:46.732Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/299) |
| 3717 | 2026-07-04T16:00:47.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-07-04T16:00:47.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-07-04T16:00:47.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3720 | 2026-07-04T16:00:47.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3721 | 2026-07-04T16:00:47.296Z | |
| 3722 | 2026-07-04T16:00:47.296Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299) |
| 3723 | 2026-07-04T16:00:47.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-07-04T16:00:47.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-07-04T16:00:47.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3726 | 2026-07-04T16:00:47.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3727 | 2026-07-04T16:00:47.863Z | |
| 3728 | 2026-07-04T16:00:47.863Z | info: running `cargo check --bins` on key-manager (199/299) |
| 3729 | 2026-07-04T16:00:48.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-07-04T16:00:48.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-07-04T16:00:48.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3732 | 2026-07-04T16:00:48.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3733 | 2026-07-04T16:00:48.409Z | |
| 3734 | 2026-07-04T16:00:48.409Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/299) |
| 3735 | 2026-07-04T16:00:48.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-07-04T16:00:48.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-07-04T16:00:48.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3738 | 2026-07-04T16:00:48.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3739 | 2026-07-04T16:00:48.973Z | |
| 3740 | 2026-07-04T16:00:48.973Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299) |
| 3741 | 2026-07-04T16:00:49.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-07-04T16:00:49.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-07-04T16:00:49.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3744 | 2026-07-04T16:00:49.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3745 | 2026-07-04T16:00:49.536Z | |
| 3746 | 2026-07-04T16:00:49.536Z | info: running `cargo check --bins` on typed-rng (202/299) |
| 3747 | 2026-07-04T16:00:49.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-07-04T16:00:49.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-07-04T16:00:49.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3750 | 2026-07-04T16:00:49.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3751 | 2026-07-04T16:00:50.068Z | |
| 3752 | 2026-07-04T16:00:50.068Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299) |
| 3753 | 2026-07-04T16:00:50.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-07-04T16:00:50.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-07-04T16:00:50.873Z | Compiling libefi-sys v0.1.0 |
| 3756 | 2026-07-04T16:00:50.876Z | Compiling bitfield-struct v0.6.2 |
| 3757 | 2026-07-04T16:00:51.015Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3758 | 2026-07-04T16:00:51.025Z | Compiling xshell-macros v0.2.7 |
| 3759 | 2026-07-04T16:00:51.035Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3760 | 2026-07-04T16:00:51.096Z | Compiling salty v0.3.0 |
| 3761 | 2026-07-04T16:00:51.100Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3762 | 2026-07-04T16:00:51.100Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3763 | 2026-07-04T16:00:51.102Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3764 | 2026-07-04T16:00:51.197Z | Checking rfc6979 v0.4.0 |
| 3765 | 2026-07-04T16:00:51.323Z | Checking ecdsa v0.16.9 |
| 3766 | 2026-07-04T16:00:51.350Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3767 | 2026-07-04T16:00:51.386Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3768 | 2026-07-04T16:00:51.404Z | Checking xshell v0.2.7 |
| 3769 | 2026-07-04T16:00:51.515Z | Checking primeorder v0.13.6 |
| 3770 | 2026-07-04T16:00:51.533Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3771 | 2026-07-04T16:00:51.573Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3772 | 2026-07-04T16:00:51.600Z | Checking tungstenite v0.21.0 |
| 3773 | 2026-07-04T16:00:51.629Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3774 | 2026-07-04T16:00:51.656Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3775 | 2026-07-04T16:00:51.751Z | Checking p384 v0.13.1 |
| 3776 | 2026-07-04T16:00:51.766Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3777 | 2026-07-04T16:00:51.801Z | Compiling num-derive v0.3.3 |
| 3778 | 2026-07-04T16:00:51.861Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3779 | 2026-07-04T16:00:51.933Z | Compiling proc-macro-error2 v2.0.1 |
| 3780 | 2026-07-04T16:00:52.023Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3781 | 2026-07-04T16:00:52.026Z | Checking tokio-tungstenite v0.21.0 |
| 3782 | 2026-07-04T16:00:52.090Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3783 | 2026-07-04T16:00:52.126Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3784 | 2026-07-04T16:00:52.159Z | Checking papergrid v0.17.0 |
| 3785 | 2026-07-04T16:00:52.238Z | Compiling tabled_derive v0.11.0 |
| 3786 | 2026-07-04T16:00:52.295Z | Compiling progenitor-impl v0.13.0 |
| 3787 | 2026-07-04T16:00:52.315Z | Checking testing_table v0.3.0 |
| 3788 | 2026-07-04T16:00:52.400Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-07-04T16:00:52.415Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3790 | 2026-07-04T16:00:52.418Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3791 | 2026-07-04T16:00:52.619Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3792 | 2026-07-04T16:00:52.642Z | Compiling unicase v2.9.0 |
| 3793 | 2026-07-04T16:00:52.717Z | Checking libscf-sys v1.1.0 |
| 3794 | 2026-07-04T16:00:52.830Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3795 | 2026-07-04T16:00:52.845Z | Checking corncobs v0.1.4 |
| 3796 | 2026-07-04T16:00:52.859Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3797 | 2026-07-04T16:00:52.953Z | Compiling mime_guess v2.0.5 |
| 3798 | 2026-07-04T16:00:52.968Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3799 | 2026-07-04T16:00:52.983Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3800 | 2026-07-04T16:00:53.087Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3801 | 2026-07-04T16:00:53.103Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3802 | 2026-07-04T16:00:53.176Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3803 | 2026-07-04T16:00:53.417Z | Checking tabled v0.20.0 |
| 3804 | 2026-07-04T16:00:53.432Z | Checking progenitor-client v0.13.0 |
| 3805 | 2026-07-04T16:00:53.517Z | Checking secrecy v0.8.0 |
| 3806 | 2026-07-04T16:00:53.641Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3807 | 2026-07-04T16:00:53.656Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3808 | 2026-07-04T16:00:53.671Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3809 | 2026-07-04T16:00:53.897Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3810 | 2026-07-04T16:00:54.048Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3811 | 2026-07-04T16:00:54.111Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3812 | 2026-07-04T16:00:54.127Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3813 | 2026-07-04T16:00:54.142Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3814 | 2026-07-04T16:00:54.249Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3815 | 2026-07-04T16:00:54.374Z | Checking filetime v0.2.27 |
| 3816 | 2026-07-04T16:00:54.418Z | Checking xattr v1.6.1 |
| 3817 | 2026-07-04T16:00:54.553Z | Checking http-range v0.1.5 |
| 3818 | 2026-07-04T16:00:54.569Z | Checking crc8 v0.1.1 |
| 3819 | 2026-07-04T16:00:54.668Z | Checking tar v0.4.45 |
| 3820 | 2026-07-04T16:00:54.685Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3821 | 2026-07-04T16:00:54.838Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3822 | 2026-07-04T16:00:54.866Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3823 | 2026-07-04T16:00:54.896Z | Compiling progenitor-macro v0.13.0 |
| 3824 | 2026-07-04T16:00:54.899Z | Checking illumos-nvpair v0.3.0 |
| 3825 | 2026-07-04T16:00:55.062Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3826 | 2026-07-04T16:00:55.115Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3827 | 2026-07-04T16:00:55.171Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3828 | 2026-07-04T16:00:55.497Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3829 | 2026-07-04T16:00:55.519Z | Checking atty v0.2.14 |
| 3830 | 2026-07-04T16:00:55.547Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3831 | 2026-07-04T16:00:55.547Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3832 | 2026-07-04T16:00:55.597Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3833 | 2026-07-04T16:00:55.614Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3834 | 2026-07-04T16:00:55.828Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3835 | 2026-07-04T16:00:55.880Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3836 | 2026-07-04T16:00:55.896Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3837 | 2026-07-04T16:00:56.070Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3838 | 2026-07-04T16:00:56.088Z | Checking hyper-staticfile v0.10.1 |
| 3839 | 2026-07-04T16:00:56.271Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3840 | 2026-07-04T16:00:56.293Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3841 | 2026-07-04T16:00:56.382Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3842 | 2026-07-04T16:00:56.527Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3843 | 2026-07-04T16:00:56.653Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3844 | 2026-07-04T16:00:56.806Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3845 | 2026-07-04T16:00:56.947Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3846 | 2026-07-04T16:00:57.336Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3847 | 2026-07-04T16:00:57.787Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3848 | 2026-07-04T16:00:58.262Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3849 | 2026-07-04T16:00:58.667Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3850 | 2026-07-04T16:00:59.121Z | Checking progenitor v0.13.0 |
| 3851 | 2026-07-04T16:00:59.255Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3852 | 2026-07-04T16:01:01.183Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3853 | 2026-07-04T16:01:04.610Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3854 | 2026-07-04T16:01:15.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.51s |
| 3855 | 2026-07-04T16:01:15.780Z | |
| 3856 | 2026-07-04T16:01:15.780Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299) |
| 3857 | 2026-07-04T16:01:16.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-07-04T16:01:16.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-07-04T16:01:16.518Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-07-04T16:01:27.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s |
| 3861 | 2026-07-04T16:01:27.539Z | |
| 3862 | 2026-07-04T16:01:27.539Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299) |
| 3863 | 2026-07-04T16:01:28.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-07-04T16:01:28.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-07-04T16:01:28.277Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-07-04T16:01:39.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3867 | 2026-07-04T16:01:39.242Z | |
| 3868 | 2026-07-04T16:01:39.242Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299) |
| 3869 | 2026-07-04T16:01:39.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-07-04T16:01:39.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-07-04T16:01:39.990Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-07-04T16:01:50.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3873 | 2026-07-04T16:01:50.972Z | |
| 3874 | 2026-07-04T16:01:50.972Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299) |
| 3875 | 2026-07-04T16:01:51.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-07-04T16:01:51.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-07-04T16:01:51.704Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-07-04T16:02:02.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s |
| 3879 | 2026-07-04T16:02:02.738Z | |
| 3880 | 2026-07-04T16:02:02.738Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299) |
| 3881 | 2026-07-04T16:02:03.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-07-04T16:02:03.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-07-04T16:02:03.479Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-07-04T16:02:14.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3885 | 2026-07-04T16:02:14.456Z | |
| 3886 | 2026-07-04T16:02:14.456Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299) |
| 3887 | 2026-07-04T16:02:14.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-07-04T16:02:14.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-07-04T16:02:15.184Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3890 | 2026-07-04T16:02:25.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3891 | 2026-07-04T16:02:26.143Z | |
| 3892 | 2026-07-04T16:02:26.143Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299) |
| 3893 | 2026-07-04T16:02:26.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-07-04T16:02:26.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-07-04T16:02:26.882Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3896 | 2026-07-04T16:02:37.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3897 | 2026-07-04T16:02:37.827Z | |
| 3898 | 2026-07-04T16:02:37.827Z | info: running `cargo check --bins` on bootstrap-agent-api (211/299) |
| 3899 | 2026-07-04T16:02:38.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-07-04T16:02:38.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-07-04T16:02:38.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-07-04T16:02:38.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3903 | 2026-07-04T16:02:38.378Z | |
| 3904 | 2026-07-04T16:02:38.378Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299) |
| 3905 | 2026-07-04T16:02:38.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-07-04T16:02:38.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-07-04T16:02:38.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-07-04T16:02:38.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3909 | 2026-07-04T16:02:38.923Z | |
| 3910 | 2026-07-04T16:02:38.923Z | info: running `cargo check --bins` on range-requests (213/299) |
| 3911 | 2026-07-04T16:02:39.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-07-04T16:02:39.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-07-04T16:02:39.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-07-04T16:02:39.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3915 | 2026-07-04T16:02:39.454Z | |
| 3916 | 2026-07-04T16:02:39.454Z | info: running `cargo check --bins` on repo-depot-api (214/299) |
| 3917 | 2026-07-04T16:02:39.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-07-04T16:02:39.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-07-04T16:02:39.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-07-04T16:02:39.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3921 | 2026-07-04T16:02:39.992Z | |
| 3922 | 2026-07-04T16:02:39.993Z | info: running `cargo check --bins` on sled-agent-api (215/299) |
| 3923 | 2026-07-04T16:02:40.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-07-04T16:02:40.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-07-04T16:02:40.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-07-04T16:02:40.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3927 | 2026-07-04T16:02:40.553Z | |
| 3928 | 2026-07-04T16:02:40.553Z | info: running `cargo check --bins` on sled-diagnostics (216/299) |
| 3929 | 2026-07-04T16:02:41.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-07-04T16:02:41.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-07-04T16:02:41.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-07-04T16:02:41.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3933 | 2026-07-04T16:02:41.114Z | |
| 3934 | 2026-07-04T16:02:41.114Z | info: running `cargo check --bins` on zfs-test-harness (217/299) |
| 3935 | 2026-07-04T16:02:41.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-07-04T16:02:41.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-07-04T16:02:41.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-07-04T16:02:41.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3939 | 2026-07-04T16:02:41.679Z | |
| 3940 | 2026-07-04T16:02:41.679Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299) |
| 3941 | 2026-07-04T16:02:42.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-07-04T16:02:42.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-07-04T16:02:42.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-07-04T16:02:42.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3945 | 2026-07-04T16:02:42.245Z | |
| 3946 | 2026-07-04T16:02:42.245Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299) |
| 3947 | 2026-07-04T16:02:42.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-07-04T16:02:42.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-07-04T16:02:42.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-07-04T16:02:42.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3951 | 2026-07-04T16:02:42.811Z | |
| 3952 | 2026-07-04T16:02:42.811Z | info: running `cargo check --bins` on sled-agent-early-networking (220/299) |
| 3953 | 2026-07-04T16:02:43.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-07-04T16:02:43.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-07-04T16:02:43.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-07-04T16:02:43.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3957 | 2026-07-04T16:02:43.375Z | |
| 3958 | 2026-07-04T16:02:43.375Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/299) |
| 3959 | 2026-07-04T16:02:43.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-07-04T16:02:43.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-07-04T16:02:43.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-07-04T16:02:43.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3963 | 2026-07-04T16:02:43.933Z | |
| 3964 | 2026-07-04T16:02:43.933Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299) |
| 3965 | 2026-07-04T16:02:44.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-07-04T16:02:44.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-07-04T16:02:44.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-07-04T16:02:44.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3969 | 2026-07-04T16:02:44.501Z | |
| 3970 | 2026-07-04T16:02:44.501Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299) |
| 3971 | 2026-07-04T16:02:44.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-07-04T16:02:44.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-07-04T16:02:44.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-07-04T16:02:44.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3975 | 2026-07-04T16:02:45.064Z | |
| 3976 | 2026-07-04T16:02:45.065Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/299) |
| 3977 | 2026-07-04T16:02:45.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-07-04T16:02:45.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-07-04T16:02:45.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-07-04T16:02:45.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3981 | 2026-07-04T16:02:45.626Z | |
| 3982 | 2026-07-04T16:02:45.626Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/299) |
| 3983 | 2026-07-04T16:02:46.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-07-04T16:02:46.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-07-04T16:02:46.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-07-04T16:02:46.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3987 | 2026-07-04T16:02:46.215Z | |
| 3988 | 2026-07-04T16:02:46.215Z | info: running `cargo check --bins` on trust-quorum (226/299) |
| 3989 | 2026-07-04T16:02:46.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-07-04T16:02:46.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-07-04T16:02:46.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-07-04T16:02:46.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3993 | 2026-07-04T16:02:46.787Z | |
| 3994 | 2026-07-04T16:02:46.787Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299) |
| 3995 | 2026-07-04T16:02:47.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-07-04T16:02:47.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-07-04T16:02:47.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-07-04T16:02:47.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3999 | 2026-07-04T16:02:47.363Z | |
| 4000 | 2026-07-04T16:02:47.363Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/299) |
| 4001 | 2026-07-04T16:02:47.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-07-04T16:02:47.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-07-04T16:02:47.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-07-04T16:02:47.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4005 | 2026-07-04T16:02:47.963Z | |
| 4006 | 2026-07-04T16:02:47.963Z | info: running `cargo check --bins` on update-common (229/299) |
| 4007 | 2026-07-04T16:02:48.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-07-04T16:02:48.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-07-04T16:02:48.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-07-04T16:02:48.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4011 | 2026-07-04T16:02:48.512Z | |
| 4012 | 2026-07-04T16:02:48.512Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299) |
| 4013 | 2026-07-04T16:02:49.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-07-04T16:02:49.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-07-04T16:02:49.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-07-04T16:02:49.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4017 | 2026-07-04T16:02:49.101Z | |
| 4018 | 2026-07-04T16:02:49.101Z | info: running `cargo check --bins` on omicron-deployment-graph (231/299) |
| 4019 | 2026-07-04T16:02:49.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-07-04T16:02:49.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-07-04T16:02:49.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-07-04T16:02:49.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4023 | 2026-07-04T16:02:49.622Z | |
| 4024 | 2026-07-04T16:02:49.622Z | info: running `cargo check --bins` on reconfigurator-cli (232/299) |
| 4025 | 2026-07-04T16:02:50.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-07-04T16:02:50.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-07-04T16:02:50.346Z | Compiling fs-err v2.11.0 |
| 4028 | 2026-07-04T16:02:50.349Z | Checking ignore v0.4.25 |
| 4029 | 2026-07-04T16:02:50.349Z | Checking arc-swap v1.8.2 |
| 4030 | 2026-07-04T16:02:50.480Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4031 | 2026-07-04T16:02:50.480Z | Checking predicates-tree v1.0.13 |
| 4032 | 2026-07-04T16:02:50.486Z | Checking parse-size v1.1.0 |
| 4033 | 2026-07-04T16:02:50.509Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4034 | 2026-07-04T16:02:50.521Z | Checking rand_seeder v0.4.0 |
| 4035 | 2026-07-04T16:02:50.573Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4036 | 2026-07-04T16:02:50.606Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4037 | 2026-07-04T16:02:50.665Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4038 | 2026-07-04T16:02:50.677Z | Checking slog-scope v4.4.1 |
| 4039 | 2026-07-04T16:02:50.720Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4040 | 2026-07-04T16:02:50.802Z | Checking slog-stdlog v4.1.1 |
| 4041 | 2026-07-04T16:02:50.836Z | Compiling petname v2.0.2 |
| 4042 | 2026-07-04T16:02:50.836Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4043 | 2026-07-04T16:02:50.857Z | Checking globwalk v0.9.1 |
| 4044 | 2026-07-04T16:02:50.913Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4045 | 2026-07-04T16:02:50.926Z | Checking slog-envlogger v2.2.0 |
| 4046 | 2026-07-04T16:02:51.035Z | Checking camino-tempfile-ext v0.3.3 |
| 4047 | 2026-07-04T16:02:51.075Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4048 | 2026-07-04T16:02:51.095Z | Checking sapling-renderdag v0.1.0 |
| 4049 | 2026-07-04T16:02:51.224Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4050 | 2026-07-04T16:02:51.277Z | Checking subprocess v0.2.15 |
| 4051 | 2026-07-04T16:02:51.329Z | Checking sync-ptr v0.1.4 |
| 4052 | 2026-07-04T16:02:51.427Z | Checking colored v2.2.0 |
| 4053 | 2026-07-04T16:02:51.440Z | Checking assert_matches v1.5.0 |
| 4054 | 2026-07-04T16:02:51.559Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4055 | 2026-07-04T16:02:51.711Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4056 | 2026-07-04T16:02:51.714Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4057 | 2026-07-04T16:02:52.356Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4058 | 2026-07-04T16:02:53.653Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4059 | 2026-07-04T16:02:55.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
| 4060 | 2026-07-04T16:02:56.004Z | |
| 4061 | 2026-07-04T16:02:56.004Z | info: running `cargo check --bins` on omicron-repl-utils (233/299) |
| 4062 | 2026-07-04T16:02:56.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-07-04T16:02:56.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-07-04T16:02:56.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-07-04T16:02:56.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4066 | 2026-07-04T16:02:56.528Z | |
| 4067 | 2026-07-04T16:02:56.528Z | info: running `cargo check --bins` on transient-dns-server (234/299) |
| 4068 | 2026-07-04T16:02:56.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-07-04T16:02:56.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-07-04T16:02:56.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4071 | 2026-07-04T16:02:56.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4072 | 2026-07-04T16:02:57.072Z | |
| 4073 | 2026-07-04T16:02:57.072Z | info: running `cargo check --bins` on nexus-test-interface (235/299) |
| 4074 | 2026-07-04T16:02:57.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-07-04T16:02:57.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-07-04T16:02:57.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4077 | 2026-07-04T16:02:57.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4078 | 2026-07-04T16:02:57.659Z | |
| 4079 | 2026-07-04T16:02:57.659Z | info: running `cargo check --bins` on oximeter-collector (236/299) |
| 4080 | 2026-07-04T16:02:58.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-07-04T16:02:58.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-07-04T16:02:58.330Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4083 | 2026-07-04T16:02:58.330Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4084 | 2026-07-04T16:02:58.965Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4085 | 2026-07-04T16:03:00.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s |
| 4086 | 2026-07-04T16:03:00.697Z | |
| 4087 | 2026-07-04T16:03:00.697Z | info: running `cargo check --bins` on oximeter-api (237/299) |
| 4088 | 2026-07-04T16:03:01.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2026-07-04T16:03:01.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2026-07-04T16:03:01.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4091 | 2026-07-04T16:03:01.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4092 | 2026-07-04T16:03:01.232Z | |
| 4093 | 2026-07-04T16:03:01.232Z | info: running `cargo check --bins` on cert-dev (238/299) |
| 4094 | 2026-07-04T16:03:01.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2026-07-04T16:03:01.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2026-07-04T16:03:01.791Z | Checking yasna v0.5.2 |
| 4097 | 2026-07-04T16:03:02.197Z | Checking rcgen v0.12.1 |
| 4098 | 2026-07-04T16:03:02.444Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4099 | 2026-07-04T16:03:02.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4100 | 2026-07-04T16:03:02.778Z | |
| 4101 | 2026-07-04T16:03:02.778Z | info: running `cargo check --bins` on clickana (239/299) |
| 4102 | 2026-07-04T16:03:03.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-07-04T16:03:03.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-07-04T16:03:03.370Z | Compiling darling_core v0.23.0 |
| 4105 | 2026-07-04T16:03:03.476Z | Compiling instability v0.3.11 |
| 4106 | 2026-07-04T16:03:03.482Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4107 | 2026-07-04T16:03:03.486Z | Checking castaway v0.2.4 |
| 4108 | 2026-07-04T16:03:03.486Z | Compiling indoc v2.0.7 |
| 4109 | 2026-07-04T16:03:03.504Z | Checking unicode-truncate v1.1.0 |
| 4110 | 2026-07-04T16:03:03.507Z | Checking lru v0.12.5 |
| 4111 | 2026-07-04T16:03:03.508Z | Checking cassowary v0.3.0 |
| 4112 | 2026-07-04T16:03:03.568Z | Checking compact_str v0.8.1 |
| 4113 | 2026-07-04T16:03:04.803Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4114 | 2026-07-04T16:03:04.897Z | Compiling darling_macro v0.23.0 |
| 4115 | 2026-07-04T16:03:04.973Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4116 | 2026-07-04T16:03:05.323Z | Compiling darling v0.23.0 |
| 4117 | 2026-07-04T16:03:05.955Z | Checking ratatui v0.29.0 |
| 4118 | 2026-07-04T16:03:07.015Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4119 | 2026-07-04T16:03:07.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
| 4120 | 2026-07-04T16:03:07.827Z | |
| 4121 | 2026-07-04T16:03:07.827Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/299) |
| 4122 | 2026-07-04T16:03:08.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-07-04T16:03:08.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-07-04T16:03:08.492Z | Checking headers-core v0.3.0 |
| 4125 | 2026-07-04T16:03:08.495Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4126 | 2026-07-04T16:03:08.682Z | Checking headers v0.4.1 |
| 4127 | 2026-07-04T16:03:09.046Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4128 | 2026-07-04T16:03:09.984Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4129 | 2026-07-04T16:03:10.461Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4130 | 2026-07-04T16:03:10.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4131 | 2026-07-04T16:03:11.041Z | |
| 4132 | 2026-07-04T16:03:11.041Z | info: running `cargo check --bins` on ch-dev (241/299) |
| 4133 | 2026-07-04T16:03:11.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-07-04T16:03:11.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-07-04T16:03:11.714Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4136 | 2026-07-04T16:03:12.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4137 | 2026-07-04T16:03:12.629Z | |
| 4138 | 2026-07-04T16:03:12.629Z | info: running `cargo check --bins` on dev-tools-common (242/299) |
| 4139 | 2026-07-04T16:03:12.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4140 | 2026-07-04T16:03:12.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4141 | 2026-07-04T16:03:12.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4142 | 2026-07-04T16:03:12.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 4143 | 2026-07-04T16:03:13.030Z | |
| 4144 | 2026-07-04T16:03:13.030Z | info: running `cargo check --bins` on crdb-seed (243/299) |
| 4145 | 2026-07-04T16:03:13.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-07-04T16:03:13.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-07-04T16:03:13.693Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4148 | 2026-07-04T16:03:14.767Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4149 | 2026-07-04T16:03:15.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4150 | 2026-07-04T16:03:15.275Z | |
| 4151 | 2026-07-04T16:03:15.275Z | info: running `cargo check --bins` on db-dev (244/299) |
| 4152 | 2026-07-04T16:03:15.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-07-04T16:03:15.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-07-04T16:03:15.937Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4155 | 2026-07-04T16:03:16.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4156 | 2026-07-04T16:03:16.864Z | |
| 4157 | 2026-07-04T16:03:16.864Z | info: running `cargo check --bins` on omicron-dev-lib (245/299) |
| 4158 | 2026-07-04T16:03:17.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-07-04T16:03:17.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-07-04T16:03:17.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4161 | 2026-07-04T16:03:17.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4162 | 2026-07-04T16:03:17.435Z | |
| 4163 | 2026-07-04T16:03:17.435Z | info: running `cargo check --bins` on xtask-downloader (246/299) |
| 4164 | 2026-07-04T16:03:17.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4165 | 2026-07-04T16:03:17.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4166 | 2026-07-04T16:03:17.996Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4167 | 2026-07-04T16:03:18.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 4168 | 2026-07-04T16:03:18.841Z | |
| 4169 | 2026-07-04T16:03:18.841Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/299) |
| 4170 | 2026-07-04T16:03:19.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2026-07-04T16:03:19.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2026-07-04T16:03:19.537Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4173 | 2026-07-04T16:03:19.537Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4174 | 2026-07-04T16:03:19.540Z | Checking git-stub v1.0.0 |
| 4175 | 2026-07-04T16:03:19.540Z | Compiling trait-variant v0.1.2 |
| 4176 | 2026-07-04T16:03:19.671Z | Checking maplit v1.0.2 |
| 4177 | 2026-07-04T16:03:19.671Z | Checking is_ci v1.2.0 |
| 4178 | 2026-07-04T16:03:19.679Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4179 | 2026-07-04T16:03:19.690Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4180 | 2026-07-04T16:03:19.741Z | Checking drift v0.2.0 |
| 4181 | 2026-07-04T16:03:19.767Z | Checking supports-color v3.0.2 |
| 4182 | 2026-07-04T16:03:19.797Z | Checking git-stub-vcs v0.1.0 |
| 4183 | 2026-07-04T16:03:19.883Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4184 | 2026-07-04T16:03:19.900Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4185 | 2026-07-04T16:03:19.912Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4186 | 2026-07-04T16:03:19.988Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4187 | 2026-07-04T16:03:20.097Z | Checking dropshot-api-manager v0.7.2 |
| 4188 | 2026-07-04T16:03:20.121Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4189 | 2026-07-04T16:03:20.166Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4190 | 2026-07-04T16:03:20.188Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4191 | 2026-07-04T16:03:20.400Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4192 | 2026-07-04T16:03:20.921Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4193 | 2026-07-04T16:03:21.857Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4194 | 2026-07-04T16:03:23.062Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4195 | 2026-07-04T16:03:23.658Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4196 | 2026-07-04T16:03:24.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4197 | 2026-07-04T16:03:24.275Z | |
| 4198 | 2026-07-04T16:03:24.275Z | info: running `cargo check --bins` on installinator-api (248/299) |
| 4199 | 2026-07-04T16:03:24.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-07-04T16:03:24.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-07-04T16:03:24.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4202 | 2026-07-04T16:03:24.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4203 | 2026-07-04T16:03:24.810Z | |
| 4204 | 2026-07-04T16:03:24.810Z | info: running `cargo check --bins` on nexus-external-api (249/299) |
| 4205 | 2026-07-04T16:03:25.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-07-04T16:03:25.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-07-04T16:03:25.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4208 | 2026-07-04T16:03:25.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4209 | 2026-07-04T16:03:25.398Z | |
| 4210 | 2026-07-04T16:03:25.398Z | info: running `cargo check --bins` on nexus-internal-api (250/299) |
| 4211 | 2026-07-04T16:03:25.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-07-04T16:03:25.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-07-04T16:03:25.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4214 | 2026-07-04T16:03:25.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4215 | 2026-07-04T16:03:25.968Z | |
| 4216 | 2026-07-04T16:03:25.968Z | info: running `cargo check --bins` on nexus-lockstep-api (251/299) |
| 4217 | 2026-07-04T16:03:26.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4218 | 2026-07-04T16:03:26.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4219 | 2026-07-04T16:03:26.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4220 | 2026-07-04T16:03:26.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4221 | 2026-07-04T16:03:26.539Z | |
| 4222 | 2026-07-04T16:03:26.539Z | info: running `cargo check --bins` on ntp-admin-api (252/299) |
| 4223 | 2026-07-04T16:03:26.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-07-04T16:03:26.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-07-04T16:03:26.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-07-04T16:03:26.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4227 | 2026-07-04T16:03:27.078Z | |
| 4228 | 2026-07-04T16:03:27.078Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/299) |
| 4229 | 2026-07-04T16:03:27.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-07-04T16:03:27.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-07-04T16:03:27.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-07-04T16:03:27.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4233 | 2026-07-04T16:03:27.604Z | |
| 4234 | 2026-07-04T16:03:27.604Z | info: running `cargo check --bins` on wicketd-api (254/299) |
| 4235 | 2026-07-04T16:03:28.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-07-04T16:03:28.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-07-04T16:03:28.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-07-04T16:03:28.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4239 | 2026-07-04T16:03:28.158Z | |
| 4240 | 2026-07-04T16:03:28.158Z | info: running `cargo check --bins` on omicron-ls-apis (255/299) |
| 4241 | 2026-07-04T16:03:28.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-07-04T16:03:28.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-07-04T16:03:28.722Z | Checking cargo-platform v0.3.2 |
| 4244 | 2026-07-04T16:03:28.725Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4245 | 2026-07-04T16:03:28.960Z | Checking cargo_metadata v0.23.1 |
| 4246 | 2026-07-04T16:03:29.553Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4247 | 2026-07-04T16:03:30.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
| 4248 | 2026-07-04T16:03:30.443Z | |
| 4249 | 2026-07-04T16:03:30.443Z | info: running `cargo check --bins` on mgs-dev (256/299) |
| 4250 | 2026-07-04T16:03:30.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-07-04T16:03:30.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-07-04T16:03:31.126Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4253 | 2026-07-04T16:03:31.725Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4254 | 2026-07-04T16:03:32.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4255 | 2026-07-04T16:03:32.397Z | |
| 4256 | 2026-07-04T16:03:32.397Z | info: running `cargo check --bins` on omicron-omdb (257/299) |
| 4257 | 2026-07-04T16:03:32.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-07-04T16:03:32.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-07-04T16:03:33.313Z | Compiling vergen-lib v0.1.6 |
| 4260 | 2026-07-04T16:03:33.313Z | Compiling diesel_derives v2.3.7 |
| 4261 | 2026-07-04T16:03:33.313Z | Compiling dsl_auto_type v0.2.0 |
| 4262 | 2026-07-04T16:03:33.317Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4263 | 2026-07-04T16:03:33.317Z | Checking scheduled-thread-pool v0.2.7 |
| 4264 | 2026-07-04T16:03:33.317Z | Compiling vergen-gitcl v1.0.8 |
| 4265 | 2026-07-04T16:03:33.317Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4266 | 2026-07-04T16:03:33.476Z | Compiling dirs-sys-next v0.1.2 |
| 4267 | 2026-07-04T16:03:33.623Z | Compiling glob v0.3.3 |
| 4268 | 2026-07-04T16:03:33.655Z | Compiling crunchy v0.2.4 |
| 4269 | 2026-07-04T16:03:33.684Z | Compiling dirs-next v2.0.0 |
| 4270 | 2026-07-04T16:03:33.714Z | Checking r2d2 v0.8.10 |
| 4271 | 2026-07-04T16:03:33.791Z | Compiling tiny-keccak v2.0.2 |
| 4272 | 2026-07-04T16:03:33.807Z | Checking downcast-rs v2.0.2 |
| 4273 | 2026-07-04T16:03:33.893Z | Compiling term v0.7.0 |
| 4274 | 2026-07-04T16:03:33.997Z | Compiling clang-sys v1.8.1 |
| 4275 | 2026-07-04T16:03:34.029Z | Compiling bit-vec v0.6.3 |
| 4276 | 2026-07-04T16:03:34.093Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4277 | 2026-07-04T16:03:34.246Z | Compiling bit-set v0.5.3 |
| 4278 | 2026-07-04T16:03:34.295Z | Compiling ascii-canvas v3.0.0 |
| 4279 | 2026-07-04T16:03:34.388Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4280 | 2026-07-04T16:03:34.406Z | Compiling itertools v0.10.5 |
| 4281 | 2026-07-04T16:03:34.438Z | Compiling ena v0.14.4 |
| 4282 | 2026-07-04T16:03:34.460Z | Compiling libloading v0.8.9 |
| 4283 | 2026-07-04T16:03:34.476Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4284 | 2026-07-04T16:03:34.534Z | Compiling regex-syntax v0.6.29 |
| 4285 | 2026-07-04T16:03:34.551Z | Compiling bindgen v0.71.1 |
| 4286 | 2026-07-04T16:03:34.649Z | Compiling diff v0.1.13 |
| 4287 | 2026-07-04T16:03:34.936Z | Compiling cexpr v0.6.0 |
| 4288 | 2026-07-04T16:03:35.030Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4289 | 2026-07-04T16:03:35.103Z | Compiling rustc-hash v2.1.1 |
| 4290 | 2026-07-04T16:03:35.289Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4291 | 2026-07-04T16:03:35.411Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4292 | 2026-07-04T16:03:35.497Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4293 | 2026-07-04T16:03:35.621Z | Compiling libxml v0.3.3 |
| 4294 | 2026-07-04T16:03:35.728Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4295 | 2026-07-04T16:03:35.753Z | Compiling strum_macros v0.24.3 |
| 4296 | 2026-07-04T16:03:35.895Z | Compiling indoc v1.0.9 |
| 4297 | 2026-07-04T16:03:35.937Z | Compiling lalrpop v0.19.12 |
| 4298 | 2026-07-04T16:03:36.679Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4299 | 2026-07-04T16:03:36.887Z | Checking derive_builder v0.20.2 |
| 4300 | 2026-07-04T16:03:37.009Z | Compiling oso-derive v0.27.3 |
| 4301 | 2026-07-04T16:03:37.110Z | Checking quick-xml v0.37.5 |
| 4302 | 2026-07-04T16:03:37.190Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4303 | 2026-07-04T16:03:37.521Z | Checking openssl-probe v0.1.6 |
| 4304 | 2026-07-04T16:03:37.666Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4305 | 2026-07-04T16:03:37.985Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4306 | 2026-07-04T16:03:38.202Z | Checking bb8 v0.8.6 |
| 4307 | 2026-07-04T16:03:38.360Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4308 | 2026-07-04T16:03:38.410Z | Checking nonempty v0.12.0 |
| 4309 | 2026-07-04T16:03:38.488Z | Compiling libz-sys v1.1.24 |
| 4310 | 2026-07-04T16:03:38.582Z | Compiling strsim v0.10.0 |
| 4311 | 2026-07-04T16:03:38.601Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4312 | 2026-07-04T16:03:38.753Z | Compiling darling_core v0.13.4 |
| 4313 | 2026-07-04T16:03:38.905Z | Compiling vergen-git2 v9.1.0 |
| 4314 | 2026-07-04T16:03:39.075Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4315 | 2026-07-04T16:03:39.144Z | Compiling base64 v0.21.7 |
| 4316 | 2026-07-04T16:03:39.310Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4317 | 2026-07-04T16:03:39.470Z | Compiling ron v0.8.1 |
| 4318 | 2026-07-04T16:03:39.488Z | Checking diesel v2.3.7 |
| 4319 | 2026-07-04T16:03:40.344Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4320 | 2026-07-04T16:03:40.463Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4321 | 2026-07-04T16:03:40.579Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4322 | 2026-07-04T16:03:40.719Z | Compiling darling_macro v0.13.4 |
| 4323 | 2026-07-04T16:03:40.789Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4324 | 2026-07-04T16:03:40.996Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4325 | 2026-07-04T16:03:41.206Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4326 | 2026-07-04T16:03:41.222Z | Compiling darling v0.13.4 |
| 4327 | 2026-07-04T16:03:41.315Z | Compiling serde_with_macros v1.5.2 |
| 4328 | 2026-07-04T16:03:41.414Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4329 | 2026-07-04T16:03:41.618Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4330 | 2026-07-04T16:03:41.638Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4331 | 2026-07-04T16:03:41.821Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4332 | 2026-07-04T16:03:42.178Z | Compiling serde_with v1.14.0 |
| 4333 | 2026-07-04T16:03:43.315Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4334 | 2026-07-04T16:03:43.333Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4335 | 2026-07-04T16:03:43.556Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4336 | 2026-07-04T16:03:44.201Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4337 | 2026-07-04T16:03:44.413Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4338 | 2026-07-04T16:03:44.696Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4339 | 2026-07-04T16:03:44.917Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4340 | 2026-07-04T16:03:44.947Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4341 | 2026-07-04T16:03:45.459Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4342 | 2026-07-04T16:03:45.839Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4343 | 2026-07-04T16:03:45.860Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4344 | 2026-07-04T16:03:46.080Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4345 | 2026-07-04T16:03:46.216Z | Checking twox-hash v2.1.2 |
| 4346 | 2026-07-04T16:03:46.290Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4347 | 2026-07-04T16:03:46.461Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4348 | 2026-07-04T16:03:46.523Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4349 | 2026-07-04T16:03:46.952Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4350 | 2026-07-04T16:03:47.112Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4351 | 2026-07-04T16:03:48.191Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4352 | 2026-07-04T16:03:48.398Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4353 | 2026-07-04T16:03:48.483Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4354 | 2026-07-04T16:03:49.052Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4355 | 2026-07-04T16:03:49.160Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4356 | 2026-07-04T16:03:49.368Z | Checking console v0.16.2 |
| 4357 | 2026-07-04T16:03:49.681Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4358 | 2026-07-04T16:03:49.832Z | Checking fatfs v0.3.6 |
| 4359 | 2026-07-04T16:03:50.019Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4360 | 2026-07-04T16:03:50.310Z | Compiling seq-macro v0.3.6 |
| 4361 | 2026-07-04T16:03:50.839Z | Checking unit-prefix v0.5.2 |
| 4362 | 2026-07-04T16:03:50.982Z | Checking indicatif v0.18.4 |
| 4363 | 2026-07-04T16:03:51.331Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4364 | 2026-07-04T16:03:51.347Z | Checking support-bundle-viewer v0.1.2 |
| 4365 | 2026-07-04T16:03:51.382Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4366 | 2026-07-04T16:03:51.598Z | Checking multimap v0.10.1 |
| 4367 | 2026-07-04T16:03:57.335Z | Checking diesel-dtrace v0.5.0 |
| 4368 | 2026-07-04T16:03:57.593Z | Checking async-bb8-diesel v0.2.1 |
| 4369 | 2026-07-04T16:04:00.188Z | Compiling samael v0.0.19 |
| 4370 | 2026-07-04T16:04:05.673Z | Compiling git2 v0.20.4 |
| 4371 | 2026-07-04T16:04:07.242Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4372 | 2026-07-04T16:04:08.185Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4373 | 2026-07-04T16:04:08.340Z | Compiling polar-core v0.27.3 |
| 4374 | 2026-07-04T16:04:12.916Z | Checking oso v0.27.3 |
| 4375 | 2026-07-04T16:04:42.748Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4376 | 2026-07-04T16:05:56.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 4377 | 2026-07-04T16:05:56.315Z | |
| 4378 | 2026-07-04T16:05:56.315Z | info: running `cargo check --bins` on nexus-networking (258/299) |
| 4379 | 2026-07-04T16:05:56.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4380 | 2026-07-04T16:05:56.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4381 | 2026-07-04T16:05:56.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4382 | 2026-07-04T16:05:56.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4383 | 2026-07-04T16:05:56.943Z | |
| 4384 | 2026-07-04T16:05:56.943Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299) |
| 4385 | 2026-07-04T16:05:57.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4386 | 2026-07-04T16:05:57.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4387 | 2026-07-04T16:05:57.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4388 | 2026-07-04T16:05:57.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4389 | 2026-07-04T16:05:57.538Z | |
| 4390 | 2026-07-04T16:05:57.538Z | info: running `cargo check --bins` on nexus-saga-recovery (260/299) |
| 4391 | 2026-07-04T16:05:58.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-07-04T16:05:58.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-07-04T16:05:58.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4394 | 2026-07-04T16:05:58.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4395 | 2026-07-04T16:05:58.136Z | |
| 4396 | 2026-07-04T16:05:58.136Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/299) |
| 4397 | 2026-07-04T16:05:58.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-07-04T16:05:58.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-07-04T16:05:58.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4400 | 2026-07-04T16:05:58.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4401 | 2026-07-04T16:05:58.661Z | |
| 4402 | 2026-07-04T16:05:58.661Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/299) |
| 4403 | 2026-07-04T16:05:59.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-07-04T16:05:59.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-07-04T16:05:59.454Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4406 | 2026-07-04T16:06:00.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4407 | 2026-07-04T16:06:00.392Z | |
| 4408 | 2026-07-04T16:06:00.392Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299) |
| 4409 | 2026-07-04T16:06:00.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-07-04T16:06:00.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-07-04T16:06:01.179Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4412 | 2026-07-04T16:06:38.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s |
| 4413 | 2026-07-04T16:06:39.070Z | |
| 4414 | 2026-07-04T16:06:39.070Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299) |
| 4415 | 2026-07-04T16:06:39.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-07-04T16:06:39.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-07-04T16:06:39.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4418 | 2026-07-04T16:06:39.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4419 | 2026-07-04T16:06:39.599Z | |
| 4420 | 2026-07-04T16:06:39.599Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299) |
| 4421 | 2026-07-04T16:06:40.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-07-04T16:06:40.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-07-04T16:06:40.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4424 | 2026-07-04T16:06:40.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4425 | 2026-07-04T16:06:40.138Z | |
| 4426 | 2026-07-04T16:06:40.138Z | info: running `cargo check --bins --no-default-features` on nexus-fm (266/299) |
| 4427 | 2026-07-04T16:06:40.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-07-04T16:06:40.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-07-04T16:06:40.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-07-04T16:06:40.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4431 | 2026-07-04T16:06:40.731Z | |
| 4432 | 2026-07-04T16:06:40.731Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299) |
| 4433 | 2026-07-04T16:06:41.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-07-04T16:06:41.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-07-04T16:06:41.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-07-04T16:06:41.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4437 | 2026-07-04T16:06:41.338Z | |
| 4438 | 2026-07-04T16:06:41.338Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (268/299) |
| 4439 | 2026-07-04T16:06:41.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-07-04T16:06:41.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-07-04T16:06:41.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-07-04T16:06:41.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4443 | 2026-07-04T16:06:41.945Z | |
| 4444 | 2026-07-04T16:06:41.945Z | info: running `cargo check --bins` on nexus-mgs-updates (269/299) |
| 4445 | 2026-07-04T16:06:42.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-07-04T16:06:42.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-07-04T16:06:42.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-07-04T16:06:42.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4449 | 2026-07-04T16:06:42.540Z | |
| 4450 | 2026-07-04T16:06:42.540Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (270/299) |
| 4451 | 2026-07-04T16:06:43.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-07-04T16:06:43.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-07-04T16:06:43.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4454 | 2026-07-04T16:06:43.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4455 | 2026-07-04T16:06:43.147Z | |
| 4456 | 2026-07-04T16:06:43.147Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299) |
| 4457 | 2026-07-04T16:06:43.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4458 | 2026-07-04T16:06:43.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4459 | 2026-07-04T16:06:43.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4460 | 2026-07-04T16:06:43.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4461 | 2026-07-04T16:06:43.754Z | |
| 4462 | 2026-07-04T16:06:43.755Z | info: running `cargo check --bins` on nexus-switch-config (272/299) |
| 4463 | 2026-07-04T16:06:44.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-07-04T16:06:44.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-07-04T16:06:44.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4466 | 2026-07-04T16:06:44.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4467 | 2026-07-04T16:06:44.348Z | |
| 4468 | 2026-07-04T16:06:44.348Z | info: running `cargo check --bins` on nexus-switch-config-preparation (273/299) |
| 4469 | 2026-07-04T16:06:44.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-07-04T16:06:44.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-07-04T16:06:44.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4472 | 2026-07-04T16:06:44.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4473 | 2026-07-04T16:06:44.960Z | |
| 4474 | 2026-07-04T16:06:44.960Z | info: running `cargo check --bins` on support-bundle-collection (274/299) |
| 4475 | 2026-07-04T16:06:45.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4476 | 2026-07-04T16:06:45.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4477 | 2026-07-04T16:06:45.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4478 | 2026-07-04T16:06:45.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4479 | 2026-07-04T16:06:45.570Z | |
| 4480 | 2026-07-04T16:06:45.570Z | info: running `cargo check --bins` on omicron-dev (275/299) |
| 4481 | 2026-07-04T16:06:46.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4482 | 2026-07-04T16:06:46.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4483 | 2026-07-04T16:06:46.434Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4484 | 2026-07-04T16:06:46.437Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4485 | 2026-07-04T16:06:46.621Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4486 | 2026-07-04T16:06:46.649Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4487 | 2026-07-04T16:06:46.668Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4488 | 2026-07-04T16:06:46.671Z | Checking diff v0.1.13 |
| 4489 | 2026-07-04T16:06:46.671Z | Checking yansi v1.0.1 |
| 4490 | 2026-07-04T16:06:46.714Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4491 | 2026-07-04T16:06:46.778Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4492 | 2026-07-04T16:06:46.951Z | Checking pretty_assertions v1.4.1 |
| 4493 | 2026-07-04T16:06:47.694Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4494 | 2026-07-04T16:06:47.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4495 | 2026-07-04T16:07:12.344Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4496 | 2026-07-04T16:07:12.344Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4497 | 2026-07-04T16:07:12.347Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4498 | 2026-07-04T16:07:12.347Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4499 | 2026-07-04T16:07:12.347Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4500 | 2026-07-04T16:07:12.347Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4501 | 2026-07-04T16:07:12.347Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4502 | 2026-07-04T16:07:13.149Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4503 | 2026-07-04T16:07:13.152Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4504 | 2026-07-04T16:07:14.375Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4505 | 2026-07-04T16:07:52.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4506 | 2026-07-04T16:07:52.304Z | |
| 4507 | 2026-07-04T16:07:52.304Z | info: running `cargo check --bins` on omicron-pins (276/299) |
| 4508 | 2026-07-04T16:07:52.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-07-04T16:07:52.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-07-04T16:07:52.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4511 | 2026-07-04T16:07:52.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4512 | 2026-07-04T16:07:52.837Z | |
| 4513 | 2026-07-04T16:07:52.838Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299) |
| 4514 | 2026-07-04T16:07:53.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-07-04T16:07:53.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-07-04T16:07:53.573Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4517 | 2026-07-04T16:07:53.694Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4518 | 2026-07-04T16:07:53.697Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4519 | 2026-07-04T16:08:20.719Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4520 | 2026-07-04T16:08:21.091Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4521 | 2026-07-04T16:08:22.812Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4522 | 2026-07-04T16:08:23.249Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4523 | 2026-07-04T16:08:26.379Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4524 | 2026-07-04T16:08:49.985Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4525 | 2026-07-04T16:08:50.675Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4526 | 2026-07-04T16:08:52.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.43s |
| 4527 | 2026-07-04T16:08:52.471Z | |
| 4528 | 2026-07-04T16:08:52.471Z | info: running `cargo check --bins` on reconfigurator-sp-updater (278/299) |
| 4529 | 2026-07-04T16:08:52.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-07-04T16:08:52.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-07-04T16:08:53.148Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4532 | 2026-07-04T16:08:53.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4533 | 2026-07-04T16:08:53.994Z | |
| 4534 | 2026-07-04T16:08:53.994Z | info: running `cargo check --bins` on omicron-releng (279/299) |
| 4535 | 2026-07-04T16:08:54.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-07-04T16:08:54.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-07-04T16:08:54.600Z | Compiling blake3 v1.8.5 |
| 4538 | 2026-07-04T16:08:54.708Z | Checking constant_time_eq v0.4.2 |
| 4539 | 2026-07-04T16:08:54.711Z | Checking arrayref v0.3.9 |
| 4540 | 2026-07-04T16:08:54.711Z | Checking arrayvec v0.7.6 |
| 4541 | 2026-07-04T16:08:54.727Z | Checking topological-sort v0.2.2 |
| 4542 | 2026-07-04T16:08:54.727Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4543 | 2026-07-04T16:08:54.730Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4544 | 2026-07-04T16:08:54.730Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4545 | 2026-07-04T16:08:54.767Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4546 | 2026-07-04T16:08:54.824Z | Checking shell-words v1.1.1 |
| 4547 | 2026-07-04T16:08:55.617Z | Checking omicron-zone-package v0.12.3 |
| 4548 | 2026-07-04T16:08:56.332Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4549 | 2026-07-04T16:08:57.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 4550 | 2026-07-04T16:08:57.411Z | |
| 4551 | 2026-07-04T16:08:57.411Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (280/299) |
| 4552 | 2026-07-04T16:08:57.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4553 | 2026-07-04T16:08:57.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4554 | 2026-07-04T16:08:58.018Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4555 | 2026-07-04T16:08:58.331Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4556 | 2026-07-04T16:08:58.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4557 | 2026-07-04T16:08:58.892Z | |
| 4558 | 2026-07-04T16:08:58.892Z | info: running `cargo check --bins` on schema (281/299) |
| 4559 | 2026-07-04T16:08:59.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-07-04T16:08:59.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-07-04T16:08:59.578Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4562 | 2026-07-04T16:09:00.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4563 | 2026-07-04T16:09:00.449Z | |
| 4564 | 2026-07-04T16:09:00.449Z | info: running `cargo check --bins` on xtask (282/299) |
| 4565 | 2026-07-04T16:09:00.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-07-04T16:09:00.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-07-04T16:09:00.843Z | Checking serde_core v1.0.228 |
| 4568 | 2026-07-04T16:09:00.844Z | Checking libc v0.2.185 |
| 4569 | 2026-07-04T16:09:00.922Z | Checking bitflags v2.11.0 |
| 4570 | 2026-07-04T16:09:00.928Z | Checking scroll v0.12.0 |
| 4571 | 2026-07-04T16:09:00.931Z | Checking thiserror v1.0.69 |
| 4572 | 2026-07-04T16:09:00.939Z | Checking log v0.4.29 |
| 4573 | 2026-07-04T16:09:00.946Z | Checking indexmap v2.14.0 |
| 4574 | 2026-07-04T16:09:00.946Z | Checking zerocopy v0.7.35 |
| 4575 | 2026-07-04T16:09:01.019Z | Checking syn v2.0.117 |
| 4576 | 2026-07-04T16:09:01.059Z | Checking dtrace-parser v0.2.0 |
| 4577 | 2026-07-04T16:09:01.077Z | Checking once_cell v1.21.3 |
| 4578 | 2026-07-04T16:09:01.136Z | Checking goblin v0.8.2 |
| 4579 | 2026-07-04T16:09:01.199Z | Checking errno v0.3.14 |
| 4580 | 2026-07-04T16:09:01.245Z | Checking thread-id v4.2.2 |
| 4581 | 2026-07-04T16:09:01.287Z | Checking getrandom v0.4.1 |
| 4582 | 2026-07-04T16:09:01.314Z | Checking rustix v1.1.3 |
| 4583 | 2026-07-04T16:09:01.324Z | Checking memmap v0.7.0 |
| 4584 | 2026-07-04T16:09:01.417Z | Checking thiserror v2.0.18 |
| 4585 | 2026-07-04T16:09:01.437Z | Checking fs-err v3.3.0 |
| 4586 | 2026-07-04T16:09:01.447Z | Checking tabled v0.15.0 |
| 4587 | 2026-07-04T16:09:01.472Z | Checking anyhow v1.0.102 |
| 4588 | 2026-07-04T16:09:02.087Z | Checking terminal_size v0.4.3 |
| 4589 | 2026-07-04T16:09:02.087Z | Checking tempfile v3.25.0 |
| 4590 | 2026-07-04T16:09:02.212Z | Checking clap_builder v4.6.0 |
| 4591 | 2026-07-04T16:09:02.212Z | Checking textwrap v0.16.2 |
| 4592 | 2026-07-04T16:09:02.366Z | Checking serde v1.0.228 |
| 4593 | 2026-07-04T16:09:02.370Z | Checking serde_json v1.0.150 |
| 4594 | 2026-07-04T16:09:02.370Z | Checking camino v1.2.2 |
| 4595 | 2026-07-04T16:09:02.423Z | Checking semver v1.0.28 |
| 4596 | 2026-07-04T16:09:02.532Z | Checking cargo-platform v0.3.2 |
| 4597 | 2026-07-04T16:09:02.628Z | Checking camino-tempfile v1.4.1 |
| 4598 | 2026-07-04T16:09:02.767Z | Checking toml_datetime v0.6.11 |
| 4599 | 2026-07-04T16:09:02.767Z | Checking serde_spanned v0.6.9 |
| 4600 | 2026-07-04T16:09:02.771Z | Checking macaddr v1.0.1 |
| 4601 | 2026-07-04T16:09:02.794Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4602 | 2026-07-04T16:09:02.937Z | Checking toml_edit v0.22.27 |
| 4603 | 2026-07-04T16:09:02.974Z | Checking cargo_metadata v0.23.1 |
| 4604 | 2026-07-04T16:09:02.984Z | Checking dof v0.3.0 |
| 4605 | 2026-07-04T16:09:03.238Z | Checking usdt-impl v0.5.0 |
| 4606 | 2026-07-04T16:09:03.394Z | Checking clap v4.6.1 |
| 4607 | 2026-07-04T16:09:03.495Z | Checking usdt v0.5.0 |
| 4608 | 2026-07-04T16:09:03.923Z | Checking toml v0.8.23 |
| 4609 | 2026-07-04T16:09:04.183Z | Checking cargo_toml v0.21.0 |
| 4610 | 2026-07-04T16:09:04.829Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4611 | 2026-07-04T16:09:05.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
| 4612 | 2026-07-04T16:09:05.322Z | |
| 4613 | 2026-07-04T16:09:05.322Z | info: running `cargo check --bins` on dnsadm (283/299) |
| 4614 | 2026-07-04T16:09:05.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4615 | 2026-07-04T16:09:05.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4616 | 2026-07-04T16:09:05.918Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4617 | 2026-07-04T16:09:06.371Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4618 | 2026-07-04T16:09:06.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4619 | 2026-07-04T16:09:06.923Z | |
| 4620 | 2026-07-04T16:09:06.923Z | info: running `cargo check --bins` on end-to-end-tests (284/299) |
| 4621 | 2026-07-04T16:09:07.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-07-04T16:09:07.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-07-04T16:09:07.700Z | Checking cpubits v0.1.1 |
| 4624 | 2026-07-04T16:09:07.824Z | Checking pem-rfc7468 v1.0.0 |
| 4625 | 2026-07-04T16:09:07.837Z | Checking hmac v0.13.0 |
| 4626 | 2026-07-04T16:09:07.841Z | Checking universal-hash v0.6.1 |
| 4627 | 2026-07-04T16:09:07.859Z | Checking ctr v0.10.1 |
| 4628 | 2026-07-04T16:09:07.859Z | Checking aead v0.6.1 |
| 4629 | 2026-07-04T16:09:07.863Z | Checking sha2 v0.11.0 |
| 4630 | 2026-07-04T16:09:07.900Z | Checking aes v0.9.1 |
| 4631 | 2026-07-04T16:09:07.900Z | Checking crypto-bigint v0.7.5 |
| 4632 | 2026-07-04T16:09:07.956Z | Checking polyval v0.7.1 |
| 4633 | 2026-07-04T16:09:07.970Z | Checking der v0.8.0 |
| 4634 | 2026-07-04T16:09:07.984Z | Checking pbkdf2 v0.13.0 |
| 4635 | 2026-07-04T16:09:08.002Z | Checking cbc v0.2.1 |
| 4636 | 2026-07-04T16:09:08.026Z | Checking salsa20 v0.11.0 |
| 4637 | 2026-07-04T16:09:08.097Z | Checking ff v0.14.0 |
| 4638 | 2026-07-04T16:09:08.120Z | Checking ghash v0.6.0 |
| 4639 | 2026-07-04T16:09:08.173Z | Checking signature v3.0.0 |
| 4640 | 2026-07-04T16:09:08.193Z | Checking base16ct v1.0.0 |
| 4641 | 2026-07-04T16:09:08.229Z | Checking group v0.14.0 |
| 4642 | 2026-07-04T16:09:08.245Z | Checking hkdf v0.13.0 |
| 4643 | 2026-07-04T16:09:08.296Z | Checking aes-gcm v0.11.0 |
| 4644 | 2026-07-04T16:09:08.319Z | Checking rfc6979 v0.5.0 |
| 4645 | 2026-07-04T16:09:08.338Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4646 | 2026-07-04T16:09:08.377Z | Checking poly1305 v0.9.0 |
| 4647 | 2026-07-04T16:09:08.377Z | Checking blowfish v0.10.0 |
| 4648 | 2026-07-04T16:09:08.451Z | Checking blake2 v0.11.0-rc.6 |
| 4649 | 2026-07-04T16:09:08.466Z | Checking keccak v0.2.0 |
| 4650 | 2026-07-04T16:09:08.527Z | Checking fiat-crypto v0.3.0 |
| 4651 | 2026-07-04T16:09:08.602Z | Checking scrypt v0.12.0 |
| 4652 | 2026-07-04T16:09:08.620Z | Checking sha3 v0.11.0 |
| 4653 | 2026-07-04T16:09:08.660Z | Checking bcrypt-pbkdf v0.11.0 |
| 4654 | 2026-07-04T16:09:08.714Z | Checking argon2 v0.6.0-rc.8 |
| 4655 | 2026-07-04T16:09:08.759Z | Checking spki v0.8.0 |
| 4656 | 2026-07-04T16:09:08.759Z | Checking sec1 v0.8.1 |
| 4657 | 2026-07-04T16:09:08.810Z | Checking kem v0.3.0 |
| 4658 | 2026-07-04T16:09:08.923Z | Checking pkcs5 v0.8.1 |
| 4659 | 2026-07-04T16:09:08.924Z | Checking pkcs1 v0.8.0-rc.4 |
| 4660 | 2026-07-04T16:09:08.962Z | Checking module-lattice v0.2.3 |
| 4661 | 2026-07-04T16:09:08.979Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4662 | 2026-07-04T16:09:09.017Z | Checking internal-russh-num-bigint v0.5.0 |
| 4663 | 2026-07-04T16:09:09.130Z | Checking num-bigint v0.4.6 |
| 4664 | 2026-07-04T16:09:09.177Z | Checking ml-kem v0.3.2 |
| 4665 | 2026-07-04T16:09:09.195Z | Checking generic-array v1.4.3 |
| 4666 | 2026-07-04T16:09:09.224Z | Checking pkcs8 v0.11.0 |
| 4667 | 2026-07-04T16:09:09.423Z | Checking ed25519 v3.0.0 |
| 4668 | 2026-07-04T16:09:09.600Z | Checking russh-util v0.52.0 |
| 4669 | 2026-07-04T16:09:09.604Z | Compiling enum_dispatch v0.3.13 |
| 4670 | 2026-07-04T16:09:09.629Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4671 | 2026-07-04T16:09:09.723Z | Compiling delegate v0.13.5 |
| 4672 | 2026-07-04T16:09:09.850Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4673 | 2026-07-04T16:09:09.865Z | Checking hex-literal v1.1.0 |
| 4674 | 2026-07-04T16:09:09.967Z | Checking md5 v0.8.0 |
| 4675 | 2026-07-04T16:09:10.003Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4676 | 2026-07-04T16:09:10.066Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4677 | 2026-07-04T16:09:10.128Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4678 | 2026-07-04T16:09:10.149Z | Checking primefield v0.14.0 |
| 4679 | 2026-07-04T16:09:10.265Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4680 | 2026-07-04T16:09:10.282Z | Checking crypto-primes v0.7.2 |
| 4681 | 2026-07-04T16:09:10.357Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4682 | 2026-07-04T16:09:10.489Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4683 | 2026-07-04T16:09:10.599Z | Checking primeorder v0.14.0-rc.10 |
| 4684 | 2026-07-04T16:09:10.614Z | Checking ecdsa v0.17.0-rc.18 |
| 4685 | 2026-07-04T16:09:10.696Z | Checking russh-cryptovec v0.61.0 |
| 4686 | 2026-07-04T16:09:10.700Z | Checking socket2 v0.5.10 |
| 4687 | 2026-07-04T16:09:10.865Z | Checking internet-checksum v0.2.1 |
| 4688 | 2026-07-04T16:09:10.965Z | Checking p521 v0.14.0-rc.10 |
| 4689 | 2026-07-04T16:09:10.965Z | Checking p256 v0.14.0-rc.10 |
| 4690 | 2026-07-04T16:09:11.229Z | Checking rsa v0.10.0-rc.18 |
| 4691 | 2026-07-04T16:09:13.401Z | Checking p384 v0.14.0-rc.10 |
| 4692 | 2026-07-04T16:09:15.303Z | Checking ssh-key v0.7.0-rc.10 |
| 4693 | 2026-07-04T16:09:16.060Z | Checking russh v0.61.2 |
| 4694 | 2026-07-04T16:09:28.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.75s |
| 4695 | 2026-07-04T16:09:28.880Z | |
| 4696 | 2026-07-04T16:09:28.880Z | info: running `cargo check --bins` on gateway-cli (285/299) |
| 4697 | 2026-07-04T16:09:29.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-07-04T16:09:29.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-07-04T16:09:29.479Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4700 | 2026-07-04T16:09:29.587Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4701 | 2026-07-04T16:09:29.594Z | Checking termios v0.3.3 |
| 4702 | 2026-07-04T16:09:30.820Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4703 | 2026-07-04T16:09:30.967Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4704 | 2026-07-04T16:09:32.629Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4705 | 2026-07-04T16:09:33.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 4706 | 2026-07-04T16:09:33.366Z | |
| 4707 | 2026-07-04T16:09:33.366Z | info: running `cargo check --bins --no-default-features` on installinator (286/299) |
| 4708 | 2026-07-04T16:09:33.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4709 | 2026-07-04T16:09:33.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4710 | 2026-07-04T16:09:34.035Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4711 | 2026-07-04T16:09:34.039Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4712 | 2026-07-04T16:09:34.160Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4713 | 2026-07-04T16:09:34.160Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4714 | 2026-07-04T16:09:34.173Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4715 | 2026-07-04T16:09:34.176Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4716 | 2026-07-04T16:09:34.906Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4717 | 2026-07-04T16:09:35.247Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4718 | 2026-07-04T16:09:35.247Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4719 | 2026-07-04T16:09:35.877Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4720 | 2026-07-04T16:09:37.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 4721 | 2026-07-04T16:09:37.701Z | |
| 4722 | 2026-07-04T16:09:37.701Z | info: running `cargo check --bins` on internal-dns-cli (287/299) |
| 4723 | 2026-07-04T16:09:38.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-07-04T16:09:38.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-07-04T16:09:38.298Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4726 | 2026-07-04T16:09:38.738Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4727 | 2026-07-04T16:09:39.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4728 | 2026-07-04T16:09:39.215Z | |
| 4729 | 2026-07-04T16:09:39.215Z | info: running `cargo check --bins` on omicron-live-tests (288/299) |
| 4730 | 2026-07-04T16:09:39.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-07-04T16:09:39.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-07-04T16:09:39.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-07-04T16:09:39.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4734 | 2026-07-04T16:09:39.754Z | |
| 4735 | 2026-07-04T16:09:39.754Z | info: running `cargo check --bins` on live-tests-macros (289/299) |
| 4736 | 2026-07-04T16:09:40.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-07-04T16:09:40.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-07-04T16:09:40.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-07-04T16:09:40.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4740 | 2026-07-04T16:09:40.289Z | |
| 4741 | 2026-07-04T16:09:40.289Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299) |
| 4742 | 2026-07-04T16:09:40.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-07-04T16:09:40.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-07-04T16:09:41.005Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4745 | 2026-07-04T16:09:41.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4746 | 2026-07-04T16:09:41.775Z | |
| 4747 | 2026-07-04T16:09:41.775Z | info: running `cargo check --bins` on omicron-ntp-admin (291/299) |
| 4748 | 2026-07-04T16:09:42.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-07-04T16:09:42.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-07-04T16:09:42.380Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4751 | 2026-07-04T16:09:42.384Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4752 | 2026-07-04T16:09:42.648Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4753 | 2026-07-04T16:09:42.648Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4754 | 2026-07-04T16:09:43.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4755 | 2026-07-04T16:09:43.613Z | |
| 4756 | 2026-07-04T16:09:43.613Z | info: running `cargo check --bins` on ntp-admin-types (292/299) |
| 4757 | 2026-07-04T16:09:44.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4758 | 2026-07-04T16:09:44.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4759 | 2026-07-04T16:09:44.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4760 | 2026-07-04T16:09:44.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4761 | 2026-07-04T16:09:44.145Z | |
| 4762 | 2026-07-04T16:09:44.145Z | info: running `cargo check --bins` on omicron-package (293/299) |
| 4763 | 2026-07-04T16:09:44.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4764 | 2026-07-04T16:09:44.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4765 | 2026-07-04T16:09:44.783Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4766 | 2026-07-04T16:09:45.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4767 | 2026-07-04T16:09:46.016Z | |
| 4768 | 2026-07-04T16:09:46.016Z | info: running `cargo check --bins` on tqdb (294/299) |
| 4769 | 2026-07-04T16:09:46.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4770 | 2026-07-04T16:09:46.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4771 | 2026-07-04T16:09:46.747Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4772 | 2026-07-04T16:09:47.092Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4773 | 2026-07-04T16:09:47.600Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4774 | 2026-07-04T16:09:47.600Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4775 | 2026-07-04T16:09:53.707Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4776 | 2026-07-04T16:09:53.710Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4777 | 2026-07-04T16:09:54.273Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4778 | 2026-07-04T16:09:54.273Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4779 | 2026-07-04T16:09:54.277Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4780 | 2026-07-04T16:09:54.277Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4781 | 2026-07-04T16:09:55.035Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4782 | 2026-07-04T16:09:56.072Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4783 | 2026-07-04T16:09:56.865Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4784 | 2026-07-04T16:09:57.477Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4785 | 2026-07-04T16:10:02.366Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4786 | 2026-07-04T16:10:09.020Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4787 | 2026-07-04T16:10:09.025Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4788 | 2026-07-04T16:10:09.025Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4789 | 2026-07-04T16:10:09.025Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4790 | 2026-07-04T16:10:10.488Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4791 | 2026-07-04T16:10:11.818Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4792 | 2026-07-04T16:10:12.480Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4793 | 2026-07-04T16:10:13.702Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4794 | 2026-07-04T16:10:14.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.21s |
| 4795 | 2026-07-04T16:10:14.431Z | |
| 4796 | 2026-07-04T16:10:14.431Z | info: running `cargo check --bins` on wicket-dbg (295/299) |
| 4797 | 2026-07-04T16:10:14.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4798 | 2026-07-04T16:10:14.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4799 | 2026-07-04T16:10:15.103Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4800 | 2026-07-04T16:10:15.107Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4801 | 2026-07-04T16:10:15.107Z | Checking rtoolbox v0.0.3 |
| 4802 | 2026-07-04T16:10:15.231Z | Checking tui-tree-widget v0.23.1 |
| 4803 | 2026-07-04T16:10:15.325Z | Checking rpassword v7.4.0 |
| 4804 | 2026-07-04T16:10:16.405Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4805 | 2026-07-04T16:10:19.488Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4806 | 2026-07-04T16:10:21.340Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4807 | 2026-07-04T16:10:22.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 4808 | 2026-07-04T16:10:22.407Z | |
| 4809 | 2026-07-04T16:10:22.407Z | info: running `cargo check --bins` on wicket (296/299) |
| 4810 | 2026-07-04T16:10:22.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4811 | 2026-07-04T16:10:22.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4812 | 2026-07-04T16:10:23.051Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4813 | 2026-07-04T16:10:23.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4814 | 2026-07-04T16:10:23.573Z | |
| 4815 | 2026-07-04T16:10:23.573Z | info: running `cargo check --bins` on wicketd (297/299) |
| 4816 | 2026-07-04T16:10:24.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4817 | 2026-07-04T16:10:24.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4818 | 2026-07-04T16:10:24.244Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4819 | 2026-07-04T16:10:24.247Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4820 | 2026-07-04T16:10:24.248Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4821 | 2026-07-04T16:10:24.248Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4822 | 2026-07-04T16:10:25.223Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4823 | 2026-07-04T16:10:25.784Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4824 | 2026-07-04T16:10:28.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4825 | 2026-07-04T16:10:28.998Z | |
| 4826 | 2026-07-04T16:10:28.998Z | info: running `cargo check --bins` on omicron-workspace-hack (298/299) |
| 4827 | 2026-07-04T16:10:29.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4828 | 2026-07-04T16:10:29.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4829 | 2026-07-04T16:10:29.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4830 | 2026-07-04T16:10:29.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4831 | 2026-07-04T16:10:29.535Z | |
| 4832 | 2026-07-04T16:10:29.535Z | info: running `cargo check --bins` on zone-setup (299/299) |
| 4833 | 2026-07-04T16:10:30.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4834 | 2026-07-04T16:10:30.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4835 | 2026-07-04T16:10:30.169Z | Checking uzers v0.12.2 |
| 4836 | 2026-07-04T16:10:30.437Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4837 | 2026-07-04T16:10:31.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 4838 | 2026-07-04T16:10:31.369Z | |
| 4839 | 2026-07-04T16:10:31.369Z | real 13:55.290963607 |
| 4840 | 2026-07-04T16:10:31.369Z | user 21:08.682659417 |
| 4841 | 2026-07-04T16:10:31.369Z | sys 4:13.324705199 |
| 4842 | 2026-07-04T16:10:31.369Z | trap 0.340068131 |
| 4843 | 2026-07-04T16:10:31.369Z | tflt 0.667009646 |
| 4844 | 2026-07-04T16:10:31.369Z | dflt 1.183379812 |
| 4845 | 2026-07-04T16:10:31.369Z | kflt 0.004922103 |
| 4846 | 2026-07-04T16:10:31.369Z | lock 1:17:15.176192562 |
| 4847 | 2026-07-04T16:10:31.369Z | slp 1:41:04.027589630 |
| 4848 | 2026-07-04T16:10:31.372Z | lat 54.836929766 |
| 4849 | 2026-07-04T16:10:31.372Z | stop 3:32.335134101 |
| 4850 | 2026-07-04T16:10:31.372Z | process exited: duration 959350 ms, exit code 0 |
| |
| 4851 | 2026-07-04T16:10:31.379Z | found 0 output files |