|
|
|
| 1 | 2026-04-10T02:43:11.479Z | job assigned to worker 01KNTMA146196FZD5R5C3AQXAD [factory aws, i-0c4831b6d27c865ef] (queued for 47 s) |
| |
| 2 | 2026-04-10T02:43:18.576Z | starting task 0: "setup" |
| 3 | 2026-04-10T02:43:18.580Z | ++ uname -s |
| 4 | 2026-04-10T02:43:18.580Z | + kern=SunOS |
| 5 | 2026-04-10T02:43:18.580Z | + build_user=build |
| 6 | 2026-04-10T02:43:18.580Z | + build_uid=12345 |
| 7 | 2026-04-10T02:43:18.580Z | + work_dir=/work |
| 8 | 2026-04-10T02:43:18.580Z | + input_dir=/input |
| 9 | 2026-04-10T02:43:18.580Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-10T02:43:18.580Z | + case "$kern" in |
| 11 | 2026-04-10T02:43:18.580Z | + groupadd -g 12345 build |
| 12 | 2026-04-10T02:43:18.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-10T02:43:20.587Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-10T02:43:20.693Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-10T02:43:20.700Z | + home_fs=zfs |
| 16 | 2026-04-10T02:43:20.700Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-10T02:43:20.700Z | + mkdir -p /home/build |
| 18 | 2026-04-10T02:43:20.700Z | + chown build:build /home/build /work |
| 19 | 2026-04-10T02:43:21.697Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-10T02:43:21.705Z | process exited: duration 3128 ms, exit code 0 |
| |
| 21 | 2026-04-10T02:43:21.712Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-10T02:43:21.718Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-10T02:43:21.718Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-10T02:43:21.718Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-04-10T02:43:21.718Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-04-10T02:43:21.718Z | * rust toolchain profile = "default" |
| 27 | 2026-04-10T02:43:21.718Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-10T02:43:21.718Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-10T02:43:21.723Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-10T02:43:21.803Z | info: downloading installer |
| 31 | 2026-04-10T02:43:23.134Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-10T02:43:23.134Z | warn: /opt/ooce/bin |
| 33 | 2026-04-10T02:43:23.134Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-10T02:43:23.134Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-10T02:43:23.135Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-10T02:43:23.135Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-10T02:43:23.135Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-10T02:43:23.135Z | error: cannot install while Rust is installed |
| 39 | 2026-04-10T02:43:23.135Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-10T02:43:23.135Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-10T02:43:23.135Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-10T02:43:23.135Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-10T02:43:23.135Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-10T02:43:23.144Z | info: profile set to default |
| 45 | 2026-04-10T02:43:23.144Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-10T02:43:23.144Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-10T02:43:23.259Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-10T02:43:23.266Z | info: downloading 6 components |
| 49 | 2026-04-10T02:43:37.410Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-10T02:43:37.410Z | |
| 51 | 2026-04-10T02:43:37.439Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-10T02:43:37.439Z | |
| 53 | 2026-04-10T02:43:37.439Z | |
| 54 | 2026-04-10T02:43:37.439Z | Rust is installed now. Great! |
| 55 | 2026-04-10T02:43:37.439Z | |
| 56 | 2026-04-10T02:43:37.445Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-10T02:43:37.445Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-10T02:43:37.445Z | |
| 59 | 2026-04-10T02:43:37.446Z | To configure your current shell, you need to source |
| 60 | 2026-04-10T02:43:37.446Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-10T02:43:37.446Z | |
| 62 | 2026-04-10T02:43:37.446Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-10T02:43:37.446Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-10T02:43:37.446Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-10T02:43:37.446Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-10T02:43:37.446Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-10T02:43:37.446Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-10T02:43:37.446Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-10T02:43:37.446Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-10T02:43:37.446Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-10T02:43:37.529Z | + rustup --version |
| 72 | 2026-04-10T02:43:37.537Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-10T02:43:37.542Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-10T02:43:37.559Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-10T02:43:37.563Z | + cargo --version |
| 76 | 2026-04-10T02:43:37.575Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-10T02:43:37.578Z | + rustc --version |
| 78 | 2026-04-10T02:43:37.600Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-10T02:43:37.611Z | process exited: duration 15884 ms, exit code 0 |
| |
| 80 | 2026-04-10T02:43:37.628Z | starting task 2: "authentication" |
| 81 | 2026-04-10T02:43:37.645Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-04-10T02:43:37.651Z | starting task 3: "clone repository" |
| 83 | 2026-04-10T02:43:37.654Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-10T02:43:37.657Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-10T02:43:37.686Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-10T02:43:48.184Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-10T02:43:48.184Z | + git fetch origin db85656facb20131c449e0cfe4860cf993b4a93c |
| 88 | 2026-04-10T02:43:48.474Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-10T02:43:48.474Z | * branch db85656facb20131c449e0cfe4860cf993b4a93c -> FETCH_HEAD |
| 90 | 2026-04-10T02:43:48.483Z | + [[ -n '' ]] |
| 91 | 2026-04-10T02:43:48.483Z | + git reset --hard db85656facb20131c449e0cfe4860cf993b4a93c |
| 92 | 2026-04-10T02:43:48.717Z | HEAD is now at db85656fa hakari |
| 93 | 2026-04-10T02:43:48.727Z | process exited: duration 11067 ms, exit code 0 |
| |
| 94 | 2026-04-10T02:43:48.733Z | starting task 4: "build" |
| 95 | 2026-04-10T02:43:48.738Z | + source .github/buildomat/ci-env.sh |
| 96 | 2026-04-10T02:43:48.738Z | ++ export CARGO_TERM_COLOR=always |
| 97 | 2026-04-10T02:43:48.740Z | ++ CARGO_TERM_COLOR=always |
| 98 | 2026-04-10T02:43:48.740Z | + cargo --version |
| 99 | 2026-04-10T02:43:48.748Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 100 | 2026-04-10T02:43:48.751Z | + rustc --version |
| 101 | 2026-04-10T02:43:48.771Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 102 | 2026-04-10T02:43:48.773Z | + source ./env.sh |
| 103 | 2026-04-10T02:43:48.773Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-04-10T02:43:48.773Z | ++ set -o xtrace |
| 105 | 2026-04-10T02:43:48.776Z | ++++ dirname ./env.sh |
| 106 | 2026-04-10T02:43:48.776Z | +++ readlink -f . |
| 107 | 2026-04-10T02:43:48.779Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ 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-04-10T02:43:48.782Z | ++ export PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-04-10T02:43:48.783Z | ++ PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-04-10T02:43:48.783Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-04-10T02:43:48.783Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-04-10T02:43:48.783Z | + export PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-04-10T02:43:48.783Z | + PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-04-10T02:43:48.783Z | + banner prerequisites |
| 123 | 2026-04-10T02:43:48.783Z | |
| 124 | 2026-04-10T02:43:48.783Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-04-10T02:43:48.783Z | # # # # # # # # # # # # # # # |
| 126 | 2026-04-10T02:43:48.783Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-04-10T02:43:48.783Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-04-10T02:43:48.783Z | # # # # # # # # # # # # # # # |
| 129 | 2026-04-10T02:43:48.783Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-04-10T02:43:48.783Z | |
| 131 | 2026-04-10T02:43:48.783Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-04-10T02:43:57.395Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 133 | 2026-04-10T02:44:04.526Z | Startup: Caching catalogs ... Done |
| 134 | 2026-04-10T02:44:09.548Z | Planning: Solver setup ... Done (3.514s) |
| 135 | 2026-04-10T02:44:09.571Z | Planning: Running solver ... Done (0.023s) |
| 136 | 2026-04-10T02:44:09.694Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-04-10T02:44:09.707Z | Planning: Fetching manifests: 0/4 0% complete |
| 138 | 2026-04-10T02:44:09.796Z | Planning: Fetching manifests: 4/4 100% complete |
| 139 | 2026-04-10T02:44:09.827Z | Planning: Package planning ... Done (0.031s) |
| 140 | 2026-04-10T02:44:09.855Z | Planning: Merging actions ... Done (0.028s) |
| 141 | 2026-04-10T02:44:10.033Z | Planning: Checking for conflicting actions ... Done (0.178s) |
| 142 | 2026-04-10T02:44:10.040Z | Planning: Consolidating action changes ... Done (0.007s) |
| 143 | 2026-04-10T02:44:10.821Z | Planning: Evaluating mediators ... Done (0.780s) |
| 144 | 2026-04-10T02:44:10.827Z | Planning: Planning completed in 6.14 seconds |
| 145 | 2026-04-10T02:44:10.840Z | Packages to install: 4 |
| 146 | 2026-04-10T02:44:10.840Z | Mediators to change: 2 |
| 147 | 2026-04-10T02:44:10.843Z | Services to change: 1 |
| 148 | 2026-04-10T02:44:10.843Z | Estimated space available: 155.35 GB |
| 149 | 2026-04-10T02:44:10.843Z | Estimated space to be consumed: 1.84 GB |
| 150 | 2026-04-10T02:44:10.843Z | Create boot environment: No |
| 151 | 2026-04-10T02:44:10.843Z | Create backup boot environment: No |
| 152 | 2026-04-10T02:44:10.843Z | Rebuild boot archive: No |
| 153 | 2026-04-10T02:44:10.843Z | |
| 154 | 2026-04-10T02:44:10.843Z | Changed mediators: |
| 155 | 2026-04-10T02:44:10.843Z | mediator clang: |
| 156 | 2026-04-10T02:44:10.843Z | version: None -> 15 (system default) |
| 157 | 2026-04-10T02:44:10.843Z | |
| 158 | 2026-04-10T02:44:10.843Z | mediator llvm: |
| 159 | 2026-04-10T02:44:10.843Z | version: 14 (system default) -> 15 (system default) |
| 160 | 2026-04-10T02:44:10.843Z | |
| 161 | 2026-04-10T02:44:10.843Z | Changed packages: |
| 162 | 2026-04-10T02:44:10.843Z | helios-dev |
| 163 | 2026-04-10T02:44:10.843Z | developer/build-essential |
| 164 | 2026-04-10T02:44:10.843Z | None -> 11-2.0 |
| 165 | 2026-04-10T02:44:10.843Z | library/libxmlsec1 |
| 166 | 2026-04-10T02:44:10.843Z | None -> 1.2.35-2.0 |
| 167 | 2026-04-10T02:44:10.843Z | ooce/developer/clang-15 |
| 168 | 2026-04-10T02:44:10.843Z | None -> 15.0.7-2.0 |
| 169 | 2026-04-10T02:44:10.843Z | ooce/developer/llvm-15 |
| 170 | 2026-04-10T02:44:10.844Z | None -> 15.0.7-2.0 |
| 171 | 2026-04-10T02:44:10.844Z | |
| 172 | 2026-04-10T02:44:10.844Z | Services: |
| 173 | 2026-04-10T02:44:10.844Z | restart_fmri: |
| 174 | 2026-04-10T02:44:10.844Z | svc:/system/update-man-index:default |
| 175 | 2026-04-10T02:44:10.881Z | |
| 176 | 2026-04-10T02:44:10.881Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 177 | 2026-04-10T02:44:15.885Z | Download: 1491/3290 items 110.5/212.6MB 51% complete (23.3M/s) |
| 178 | 2026-04-10T02:44:32.970Z | Download: 2223/3290 items 119.0/212.6MB 55% complete |
| 179 | 2026-04-10T02:44:38.143Z | Download: 3274/3290 items 208.4/212.6MB 98% complete (19.1M/s) |
| 180 | 2026-04-10T02:44:41.778Z | Download: Completed 212.60 MB in 30.89 seconds (6.9M/s) |
| 181 | 2026-04-10T02:44:41.904Z | Actions: 1/3689 actions (Installing new actions) |
| 182 | 2026-04-10T02:44:45.076Z | Actions: Completed 3689 actions in 3.17 seconds. |
| 183 | 2026-04-10T02:44:45.423Z | Done (0.299s) |
| 184 | 2026-04-10T02:44:45.423Z | Done (0.000s) |
| 185 | 2026-04-10T02:44:46.168Z | Done (0.700s) |
| 186 | 2026-04-10T02:44:49.151Z | Done (2.732s) |
| 187 | 2026-04-10T02:44:49.233Z | Done (0.014s) |
| 188 | 2026-04-10T02:44:49.237Z | Done (0.000s) |
| 189 | 2026-04-10T02:44:49.530Z | Done (0.000s) |
| 190 | 2026-04-10T02:44:50.369Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2026-04-10T02:44:50.477Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-04-10T02:44:50.480Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-04-10T02:44:50.637Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-04-10T02:44:50.640Z | Planning: Planning completed in 0.27 seconds |
| 195 | 2026-04-10T02:44:50.658Z | Mediators to change: 2 |
| 196 | 2026-04-10T02:44:50.658Z | Create boot environment: No |
| 197 | 2026-04-10T02:44:50.658Z | Create backup boot environment: No |
| 198 | 2026-04-10T02:44:50.716Z | Done |
| 199 | 2026-04-10T02:44:50.716Z | Done |
| 200 | 2026-04-10T02:44:51.330Z | Done |
| 201 | 2026-04-10T02:44:53.833Z | Done |
| 202 | 2026-04-10T02:44:53.906Z | Done |
| 203 | 2026-04-10T02:44:53.909Z | Done |
| 204 | 2026-04-10T02:44:54.060Z | Done |
| 205 | 2026-04-10T02:44:54.459Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2026-04-10T02:44:54.462Z | Planning: Merging actions ... Done |
| 207 | 2026-04-10T02:44:54.600Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-04-10T02:44:54.603Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-04-10T02:44:54.739Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-04-10T02:44:54.768Z | Planning: Planning completed in 0.45 seconds |
| 211 | 2026-04-10T02:44:54.790Z | Packages to change: 1 |
| 212 | 2026-04-10T02:44:54.790Z | Mediators to change: 1 |
| 213 | 2026-04-10T02:44:54.790Z | Services to change: 1 |
| 214 | 2026-04-10T02:44:54.790Z | Create boot environment: No |
| 215 | 2026-04-10T02:44:54.790Z | Create backup boot environment: Yes |
| 216 | 2026-04-10T02:44:57.125Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2026-04-10T02:44:57.128Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2026-04-10T02:44:57.128Z | Done |
| 219 | 2026-04-10T02:44:57.128Z | Done |
| 220 | 2026-04-10T02:44:57.269Z | Done |
| 221 | 2026-04-10T02:44:59.702Z | Done |
| 222 | 2026-04-10T02:44:59.774Z | Done |
| 223 | 2026-04-10T02:44:59.777Z | Done |
| 224 | 2026-04-10T02:44:59.930Z | Done |
| 225 | 2026-04-10T02:45:00.215Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2026-04-10T02:45:00.215Z | clang system 15 system |
| 227 | 2026-04-10T02:45:00.215Z | csh system system illumos |
| 228 | 2026-04-10T02:45:00.215Z | ctags system system illumos |
| 229 | 2026-04-10T02:45:00.215Z | file system system illumos |
| 230 | 2026-04-10T02:45:00.215Z | gcc vendor 12 vendor |
| 231 | 2026-04-10T02:45:00.215Z | gcc system 14 system |
| 232 | 2026-04-10T02:45:00.215Z | gcc system 10 system |
| 233 | 2026-04-10T02:45:00.215Z | go system 1.20 system |
| 234 | 2026-04-10T02:45:00.215Z | go system 1.19 system |
| 235 | 2026-04-10T02:45:00.215Z | llvm system 15 system |
| 236 | 2026-04-10T02:45:00.215Z | llvm system 14 system |
| 237 | 2026-04-10T02:45:00.215Z | mariadb system 10.6 system |
| 238 | 2026-04-10T02:45:00.215Z | mta vendor vendor dma |
| 239 | 2026-04-10T02:45:00.215Z | openjdk system 17 system |
| 240 | 2026-04-10T02:45:00.215Z | openjdk system 11 system |
| 241 | 2026-04-10T02:45:00.215Z | openjdk system 1.8 system |
| 242 | 2026-04-10T02:45:00.215Z | openssl vendor 3 vendor |
| 243 | 2026-04-10T02:45:00.215Z | perl system 5.36 system |
| 244 | 2026-04-10T02:45:00.215Z | postgresql system 15 system |
| 245 | 2026-04-10T02:45:00.215Z | postgresql system 13 system |
| 246 | 2026-04-10T02:45:00.215Z | python vendor 3 vendor |
| 247 | 2026-04-10T02:45:00.215Z | python system 2 system |
| 248 | 2026-04-10T02:45:00.215Z | python3 system 3.11 system |
| 249 | 2026-04-10T02:45:00.215Z | ruby system 3.0 system |
| 250 | 2026-04-10T02:45:00.215Z | words vendor vendor american-english |
| 251 | 2026-04-10T02:45:00.215Z | words system system australian-english |
| 252 | 2026-04-10T02:45:00.215Z | words system system british-english |
| 253 | 2026-04-10T02:45:00.215Z | words system system canadian-english |
| 254 | 2026-04-10T02:45:00.215Z | words system system french |
| 255 | 2026-04-10T02:45:00.215Z | words system system italian |
| 256 | 2026-04-10T02:45:00.215Z | words system system ngerman |
| 257 | 2026-04-10T02:45:00.215Z | words system system ogerman |
| 258 | 2026-04-10T02:45:00.216Z | words system system spanish |
| 259 | 2026-04-10T02:45:00.438Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2026-04-10T02:45:00.438Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2026-04-10T02:45:04.804Z | FMRI IFO |
| 262 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 268 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 270 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 273 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 276 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2026-04-10T02:45:04.804Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2026-04-10T02:45:05.889Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2026-04-10T02:45:06.139Z | Updating crates.io index |
| 280 | 2026-04-10T02:45:06.142Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2026-04-10T02:45:06.409Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 282 | 2026-04-10T02:45:07.572Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 283 | 2026-04-10T02:45:07.946Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 284 | 2026-04-10T02:45:09.671Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 285 | 2026-04-10T02:45:10.144Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 286 | 2026-04-10T02:45:11.495Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 287 | 2026-04-10T02:45:12.116Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 288 | 2026-04-10T02:45:12.498Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2026-04-10T02:45:13.388Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 290 | 2026-04-10T02:45:13.596Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2026-04-10T02:45:14.056Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 292 | 2026-04-10T02:45:14.352Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 293 | 2026-04-10T02:45:15.397Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 294 | 2026-04-10T02:45:15.862Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2026-04-10T02:45:16.225Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 296 | 2026-04-10T02:45:16.566Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 297 | 2026-04-10T02:45:17.037Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 298 | 2026-04-10T02:45:17.260Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 299 | 2026-04-10T02:45:17.473Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 300 | 2026-04-10T02:45:17.695Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 301 | 2026-04-10T02:45:18.090Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2026-04-10T02:45:18.442Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 303 | 2026-04-10T02:45:18.952Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 304 | 2026-04-10T02:45:19.286Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 305 | 2026-04-10T02:45:19.574Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 306 | 2026-04-10T02:45:19.863Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 307 | 2026-04-10T02:45:20.916Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 308 | 2026-04-10T02:45:21.701Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2026-04-10T02:45:22.131Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2026-04-10T02:45:22.348Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2026-04-10T02:45:22.662Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 312 | 2026-04-10T02:45:22.975Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 313 | 2026-04-10T02:45:23.301Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2026-04-10T02:45:23.835Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2026-04-10T02:45:24.065Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2026-04-10T02:45:24.294Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 317 | 2026-04-10T02:45:24.620Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2026-04-10T02:45:36.319Z | Downloading crates ... |
| 319 | 2026-04-10T02:45:36.371Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2026-04-10T02:45:36.379Z | Downloaded bytecount v0.6.9 |
| 321 | 2026-04-10T02:45:36.382Z | Downloaded autocfg v1.5.0 |
| 322 | 2026-04-10T02:45:36.382Z | Downloaded anstyle-query v1.1.5 |
| 323 | 2026-04-10T02:45:36.385Z | Downloaded thiserror v2.0.18 |
| 324 | 2026-04-10T02:45:36.388Z | Downloaded zerofrom-derive v0.1.6 |
| 325 | 2026-04-10T02:45:36.391Z | Downloaded clap v4.5.60 |
| 326 | 2026-04-10T02:45:36.394Z | Downloaded clap_lex v1.0.0 |
| 327 | 2026-04-10T02:45:36.397Z | Downloaded cfg-if v1.0.4 |
| 328 | 2026-04-10T02:45:36.397Z | Downloaded block-buffer v0.10.4 |
| 329 | 2026-04-10T02:45:36.397Z | Downloaded bitflags v2.11.0 |
| 330 | 2026-04-10T02:45:36.400Z | Downloaded usdt-macro v0.5.0 |
| 331 | 2026-04-10T02:45:36.400Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2026-04-10T02:45:36.400Z | Downloaded clap_derive v4.5.55 |
| 333 | 2026-04-10T02:45:36.401Z | Downloaded unicode-xid v0.2.6 |
| 334 | 2026-04-10T02:45:36.403Z | Downloaded camino-tempfile v1.4.1 |
| 335 | 2026-04-10T02:45:36.403Z | Downloaded cargo_toml v0.21.0 |
| 336 | 2026-04-10T02:45:36.403Z | Downloaded cargo_metadata v0.21.0 |
| 337 | 2026-04-10T02:45:36.406Z | Downloaded camino v1.2.2 |
| 338 | 2026-04-10T02:45:36.406Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-04-10T02:45:36.406Z | Downloaded cargo-util-schemas v0.8.2 |
| 340 | 2026-04-10T02:45:36.409Z | Downloaded byteorder v1.5.0 |
| 341 | 2026-04-10T02:45:36.409Z | Downloaded heck v0.5.0 |
| 342 | 2026-04-10T02:45:36.411Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-04-10T02:45:36.414Z | Downloaded equivalent v1.0.2 |
| 344 | 2026-04-10T02:45:36.414Z | Downloaded anstyle-parse v0.2.7 |
| 345 | 2026-04-10T02:45:36.417Z | Downloaded anstream v0.6.21 |
| 346 | 2026-04-10T02:45:36.417Z | Downloaded pest_derive v2.8.6 |
| 347 | 2026-04-10T02:45:36.421Z | Downloaded toml_write v0.1.2 |
| 348 | 2026-04-10T02:45:36.424Z | Downloaded yoke v0.8.1 |
| 349 | 2026-04-10T02:45:36.424Z | Downloaded pest_generator v2.8.6 |
| 350 | 2026-04-10T02:45:36.424Z | Downloaded fastrand v2.3.0 |
| 351 | 2026-04-10T02:45:36.424Z | Downloaded usdt-impl v0.5.0 |
| 352 | 2026-04-10T02:45:36.424Z | Downloaded usdt v0.5.0 |
| 353 | 2026-04-10T02:45:36.427Z | Downloaded thiserror v1.0.69 |
| 354 | 2026-04-10T02:45:36.427Z | Downloaded version_check v0.9.5 |
| 355 | 2026-04-10T02:45:36.430Z | Downloaded usdt-attr-macro v0.5.0 |
| 356 | 2026-04-10T02:45:36.430Z | Downloaded serde_tokenstream v0.2.3 |
| 357 | 2026-04-10T02:45:36.430Z | Downloaded strsim v0.11.1 |
| 358 | 2026-04-10T02:45:36.430Z | Downloaded anstyle v1.0.13 |
| 359 | 2026-04-10T02:45:36.433Z | Downloaded thiserror-impl v2.0.18 |
| 360 | 2026-04-10T02:45:36.433Z | Downloaded ordered-float v2.10.1 |
| 361 | 2026-04-10T02:45:36.433Z | Downloaded erased-serde v0.4.9 |
| 362 | 2026-04-10T02:45:36.436Z | Downloaded yoke-derive v0.8.1 |
| 363 | 2026-04-10T02:45:36.436Z | Downloaded thread-id v4.2.2 |
| 364 | 2026-04-10T02:45:36.436Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-04-10T02:45:36.438Z | Downloaded serde_spanned v0.6.9 |
| 366 | 2026-04-10T02:45:36.441Z | Downloaded zerovec-derive v0.11.2 |
| 367 | 2026-04-10T02:45:36.441Z | Downloaded zerocopy-derive v0.7.35 |
| 368 | 2026-04-10T02:45:36.444Z | Downloaded thiserror-impl v1.0.69 |
| 369 | 2026-04-10T02:45:36.444Z | Downloaded textwrap v0.16.2 |
| 370 | 2026-04-10T02:45:36.446Z | Downloaded typenum v1.19.0 |
| 371 | 2026-04-10T02:45:36.446Z | Downloaded typeid v1.0.3 |
| 372 | 2026-04-10T02:45:36.449Z | Downloaded utf8_iter v1.0.4 |
| 373 | 2026-04-10T02:45:36.449Z | Downloaded swrite v0.1.0 |
| 374 | 2026-04-10T02:45:36.449Z | Downloaded macaddr v1.0.1 |
| 375 | 2026-04-10T02:45:36.449Z | Downloaded memmap v0.7.0 |
| 376 | 2026-04-10T02:45:36.452Z | Downloaded writeable v0.6.2 |
| 377 | 2026-04-10T02:45:36.452Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-04-10T02:45:36.464Z | Downloaded zerofrom v0.1.6 |
| 379 | 2026-04-10T02:45:36.464Z | Downloaded url v2.5.8 |
| 380 | 2026-04-10T02:45:36.464Z | Downloaded generic-array v0.14.7 |
| 381 | 2026-04-10T02:45:36.464Z | Downloaded toml_datetime v0.6.11 |
| 382 | 2026-04-10T02:45:36.464Z | Downloaded dof v0.3.0 |
| 383 | 2026-04-10T02:45:36.464Z | Downloaded toml v0.8.23 |
| 384 | 2026-04-10T02:45:36.464Z | Downloaded form_urlencoded v1.2.2 |
| 385 | 2026-04-10T02:45:36.468Z | Downloaded crypto-common v0.1.7 |
| 386 | 2026-04-10T02:45:36.468Z | Downloaded zmij v1.0.21 |
| 387 | 2026-04-10T02:45:36.468Z | Downloaded tinystr v0.8.2 |
| 388 | 2026-04-10T02:45:36.468Z | Downloaded zerotrie v0.2.3 |
| 389 | 2026-04-10T02:45:36.468Z | Downloaded idna_adapter v1.2.1 |
| 390 | 2026-04-10T02:45:36.472Z | Downloaded cpufeatures v0.2.17 |
| 391 | 2026-04-10T02:45:36.472Z | Downloaded terminal_size v0.4.3 |
| 392 | 2026-04-10T02:45:36.472Z | Downloaded unicode-ident v1.0.24 |
| 393 | 2026-04-10T02:45:36.474Z | Downloaded errno v0.3.14 |
| 394 | 2026-04-10T02:45:36.474Z | Downloaded itoa v1.0.17 |
| 395 | 2026-04-10T02:45:36.475Z | Downloaded stable_deref_trait v1.2.1 |
| 396 | 2026-04-10T02:45:36.475Z | Downloaded heck v0.4.1 |
| 397 | 2026-04-10T02:45:36.477Z | Downloaded dtrace-parser v0.2.0 |
| 398 | 2026-04-10T02:45:36.477Z | Downloaded percent-encoding v2.3.2 |
| 399 | 2026-04-10T02:45:36.480Z | Downloaded smawk v0.3.2 |
| 400 | 2026-04-10T02:45:36.483Z | Downloaded plain v0.2.3 |
| 401 | 2026-04-10T02:45:36.485Z | Downloaded proc-macro-error v1.0.4 |
| 402 | 2026-04-10T02:45:36.488Z | Downloaded sha2 v0.10.9 |
| 403 | 2026-04-10T02:45:36.488Z | Downloaded unicode-width v0.1.14 |
| 404 | 2026-04-10T02:45:36.493Z | Downloaded scroll_derive v0.12.1 |
| 405 | 2026-04-10T02:45:36.496Z | Downloaded proc-macro-error-attr v1.0.4 |
| 406 | 2026-04-10T02:45:36.498Z | Downloaded fnv v1.0.7 |
| 407 | 2026-04-10T02:45:36.501Z | Downloaded zerovec v0.11.5 |
| 408 | 2026-04-10T02:45:36.504Z | Downloaded tabled_derive v0.7.0 |
| 409 | 2026-04-10T02:45:36.504Z | Downloaded pretty-hex v0.4.1 |
| 410 | 2026-04-10T02:45:36.504Z | Downloaded is_terminal_polyfill v1.70.2 |
| 411 | 2026-04-10T02:45:36.504Z | Downloaded colorchoice v1.0.4 |
| 412 | 2026-04-10T02:45:36.506Z | Downloaded zerocopy v0.7.35 |
| 413 | 2026-04-10T02:45:36.513Z | Downloaded icu_locale_core v2.1.1 |
| 414 | 2026-04-10T02:45:36.516Z | Downloaded scroll v0.12.0 |
| 415 | 2026-04-10T02:45:36.518Z | Downloaded winnow v0.7.14 |
| 416 | 2026-04-10T02:45:36.521Z | Downloaded serde-value v0.7.0 |
| 417 | 2026-04-10T02:45:36.524Z | Downloaded fs-err v3.3.0 |
| 418 | 2026-04-10T02:45:36.524Z | Downloaded digest v0.10.7 |
| 419 | 2026-04-10T02:45:36.524Z | Downloaded semver v1.0.27 |
| 420 | 2026-04-10T02:45:36.527Z | Downloaded unicode-width v0.2.0 |
| 421 | 2026-04-10T02:45:36.529Z | Downloaded serde_derive v1.0.228 |
| 422 | 2026-04-10T02:45:36.530Z | Downloaded quote v1.0.44 |
| 423 | 2026-04-10T02:45:36.532Z | Downloaded displaydoc v0.2.5 |
| 424 | 2026-04-10T02:45:36.535Z | Downloaded serde-untagged v0.1.9 |
| 425 | 2026-04-10T02:45:36.536Z | Downloaded synstructure v0.13.2 |
| 426 | 2026-04-10T02:45:36.536Z | Downloaded potential_utf v0.1.4 |
| 427 | 2026-04-10T02:45:36.541Z | Downloaded smallvec v1.15.1 |
| 428 | 2026-04-10T02:45:36.551Z | Downloaded once_cell v1.21.3 |
| 429 | 2026-04-10T02:45:36.554Z | Downloaded getrandom v0.3.4 |
| 430 | 2026-04-10T02:45:36.561Z | Downloaded litemap v0.8.1 |
| 431 | 2026-04-10T02:45:36.574Z | Downloaded serde_core v1.0.228 |
| 432 | 2026-04-10T02:45:36.577Z | Downloaded num-traits v0.2.19 |
| 433 | 2026-04-10T02:45:36.582Z | Downloaded papergrid v0.11.0 |
| 434 | 2026-04-10T02:45:36.584Z | Downloaded memchr v2.8.0 |
| 435 | 2026-04-10T02:45:36.589Z | Downloaded tempfile v3.25.0 |
| 436 | 2026-04-10T02:45:36.594Z | Downloaded icu_provider v2.1.1 |
| 437 | 2026-04-10T02:45:36.598Z | Downloaded icu_properties v2.1.2 |
| 438 | 2026-04-10T02:45:36.602Z | Downloaded pest v2.8.6 |
| 439 | 2026-04-10T02:45:36.606Z | Downloaded icu_normalizer v2.1.1 |
| 440 | 2026-04-10T02:45:36.609Z | Downloaded log v0.4.29 |
| 441 | 2026-04-10T02:45:36.611Z | Downloaded proc-macro2 v1.0.106 |
| 442 | 2026-04-10T02:45:36.612Z | Downloaded pest_meta v2.8.6 |
| 443 | 2026-04-10T02:45:36.612Z | Downloaded icu_normalizer_data v2.1.1 |
| 444 | 2026-04-10T02:45:36.616Z | Downloaded icu_collections v2.1.1 |
| 445 | 2026-04-10T02:45:36.626Z | Downloaded serde v1.0.228 |
| 446 | 2026-04-10T02:45:36.628Z | Downloaded clap_builder v4.5.60 |
| 447 | 2026-04-10T02:45:36.631Z | Downloaded hashbrown v0.16.1 |
| 448 | 2026-04-10T02:45:36.641Z | Downloaded indexmap v2.13.0 |
| 449 | 2026-04-10T02:45:36.649Z | Downloaded idna v1.1.0 |
| 450 | 2026-04-10T02:45:36.663Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-04-10T02:45:36.669Z | Downloaded icu_properties_data v2.1.2 |
| 452 | 2026-04-10T02:45:36.673Z | Downloaded goblin v0.8.2 |
| 453 | 2026-04-10T02:45:36.679Z | Downloaded tabled v0.15.0 |
| 454 | 2026-04-10T02:45:36.703Z | Downloaded syn v1.0.109 |
| 455 | 2026-04-10T02:45:36.709Z | Downloaded syn v2.0.117 |
| 456 | 2026-04-10T02:45:36.721Z | Downloaded rustix v1.1.3 |
| 457 | 2026-04-10T02:45:36.745Z | Downloaded libc v0.2.180 |
| 458 | 2026-04-10T02:45:36.812Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-04-10T02:45:36.812Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-04-10T02:45:36.812Z | Compiling quote v1.0.44 |
| 461 | 2026-04-10T02:45:36.816Z | Compiling serde_core v1.0.228 |
| 462 | 2026-04-10T02:45:36.816Z | Compiling libc v0.2.180 |
| 463 | 2026-04-10T02:45:36.816Z | Compiling version_check v0.9.5 |
| 464 | 2026-04-10T02:45:36.816Z | Compiling serde v1.0.228 |
| 465 | 2026-04-10T02:45:36.816Z | Compiling stable_deref_trait v1.2.1 |
| 466 | 2026-04-10T02:45:37.149Z | Compiling memchr v2.8.0 |
| 467 | 2026-04-10T02:45:37.167Z | Compiling zmij v1.0.21 |
| 468 | 2026-04-10T02:45:37.365Z | Compiling thiserror v1.0.69 |
| 469 | 2026-04-10T02:45:37.461Z | Compiling autocfg v1.5.0 |
| 470 | 2026-04-10T02:45:37.657Z | Compiling itoa v1.0.17 |
| 471 | 2026-04-10T02:45:37.692Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-04-10T02:45:37.844Z | Compiling writeable v0.6.2 |
| 473 | 2026-04-10T02:45:37.862Z | Compiling pest v2.8.6 |
| 474 | 2026-04-10T02:45:37.879Z | Compiling litemap v0.8.1 |
| 475 | 2026-04-10T02:45:37.993Z | Compiling icu_normalizer_data v2.1.1 |
| 476 | 2026-04-10T02:45:38.009Z | Compiling byteorder v1.5.0 |
| 477 | 2026-04-10T02:45:38.072Z | Compiling icu_properties_data v2.1.2 |
| 478 | 2026-04-10T02:45:38.242Z | Compiling syn v2.0.117 |
| 479 | 2026-04-10T02:45:38.261Z | Compiling rustix v1.1.3 |
| 480 | 2026-04-10T02:45:38.342Z | Compiling errno v0.3.14 |
| 481 | 2026-04-10T02:45:38.360Z | Compiling bitflags v2.11.0 |
| 482 | 2026-04-10T02:45:38.501Z | Compiling serde_json v1.0.149 |
| 483 | 2026-04-10T02:45:38.627Z | Compiling num-traits v0.2.19 |
| 484 | 2026-04-10T02:45:38.716Z | Compiling typeid v1.0.3 |
| 485 | 2026-04-10T02:45:38.808Z | Compiling smallvec v1.15.1 |
| 486 | 2026-04-10T02:45:38.922Z | Compiling pest_meta v2.8.6 |
| 487 | 2026-04-10T02:45:38.981Z | Compiling hashbrown v0.16.1 |
| 488 | 2026-04-10T02:45:39.020Z | Compiling equivalent v1.0.2 |
| 489 | 2026-04-10T02:45:39.155Z | Compiling thread-id v4.2.2 |
| 490 | 2026-04-10T02:45:39.239Z | Compiling usdt-impl v0.5.0 |
| 491 | 2026-04-10T02:45:39.265Z | Compiling proc-macro-error-attr v1.0.4 |
| 492 | 2026-04-10T02:45:39.302Z | Compiling winnow v0.7.14 |
| 493 | 2026-04-10T02:45:39.451Z | Compiling indexmap v2.13.0 |
| 494 | 2026-04-10T02:45:39.454Z | Compiling erased-serde v0.4.9 |
| 495 | 2026-04-10T02:45:39.503Z | Compiling syn v1.0.109 |
| 496 | 2026-04-10T02:45:39.737Z | Compiling toml_write v0.1.2 |
| 497 | 2026-04-10T02:45:40.132Z | Compiling proc-macro-error v1.0.4 |
| 498 | 2026-04-10T02:45:40.153Z | Compiling log v0.4.29 |
| 499 | 2026-04-10T02:45:40.329Z | Compiling camino v1.2.2 |
| 500 | 2026-04-10T02:45:40.346Z | Compiling plain v0.2.3 |
| 501 | 2026-04-10T02:45:40.464Z | Compiling utf8parse v0.2.2 |
| 502 | 2026-04-10T02:45:40.579Z | Compiling utf8_iter v1.0.4 |
| 503 | 2026-04-10T02:45:40.598Z | Compiling thiserror v2.0.18 |
| 504 | 2026-04-10T02:45:40.631Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-04-10T02:45:40.654Z | Compiling getrandom v0.3.4 |
| 506 | 2026-04-10T02:45:40.794Z | Compiling form_urlencoded v1.2.2 |
| 507 | 2026-04-10T02:45:40.812Z | Compiling anstyle-parse v0.2.7 |
| 508 | 2026-04-10T02:45:40.830Z | Compiling ordered-float v2.10.1 |
| 509 | 2026-04-10T02:45:40.954Z | Compiling synstructure v0.13.2 |
| 510 | 2026-04-10T02:45:40.981Z | Compiling pest_generator v2.8.6 |
| 511 | 2026-04-10T02:45:41.219Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-04-10T02:45:41.424Z | Compiling anstyle v1.0.13 |
| 513 | 2026-04-10T02:45:41.499Z | Compiling colorchoice v1.0.4 |
| 514 | 2026-04-10T02:45:41.521Z | Compiling pretty-hex v0.4.1 |
| 515 | 2026-04-10T02:45:41.572Z | Compiling is_terminal_polyfill v1.70.2 |
| 516 | 2026-04-10T02:45:41.591Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-04-10T02:45:41.620Z | Compiling anstyle-query v1.1.5 |
| 518 | 2026-04-10T02:45:41.690Z | Compiling serde-untagged v0.1.9 |
| 519 | 2026-04-10T02:45:41.695Z | Compiling semver v1.0.27 |
| 520 | 2026-04-10T02:45:41.741Z | Compiling anstream v0.6.21 |
| 521 | 2026-04-10T02:45:41.826Z | Compiling fs-err v3.3.0 |
| 522 | 2026-04-10T02:45:41.928Z | Compiling heck v0.4.1 |
| 523 | 2026-04-10T02:45:42.019Z | Compiling fnv v1.0.7 |
| 524 | 2026-04-10T02:45:42.042Z | Compiling fastrand v2.3.0 |
| 525 | 2026-04-10T02:45:42.063Z | Compiling unicode-xid v0.2.6 |
| 526 | 2026-04-10T02:45:42.078Z | Compiling heck v0.5.0 |
| 527 | 2026-04-10T02:45:42.124Z | Compiling bytecount v0.6.9 |
| 528 | 2026-04-10T02:45:42.159Z | Compiling clap_lex v1.0.0 |
| 529 | 2026-04-10T02:45:42.183Z | Compiling strsim v0.11.1 |
| 530 | 2026-04-10T02:45:42.303Z | Compiling anyhow v1.0.102 |
| 531 | 2026-04-10T02:45:42.322Z | Compiling unicode-width v0.1.14 |
| 532 | 2026-04-10T02:45:42.393Z | Compiling once_cell v1.21.3 |
| 533 | 2026-04-10T02:45:42.532Z | Compiling clap_builder v4.5.60 |
| 534 | 2026-04-10T02:45:42.572Z | Compiling tempfile v3.25.0 |
| 535 | 2026-04-10T02:45:42.591Z | Compiling serde_derive v1.0.228 |
| 536 | 2026-04-10T02:45:42.607Z | Compiling zerofrom-derive v0.1.6 |
| 537 | 2026-04-10T02:45:42.612Z | Compiling yoke-derive v0.8.1 |
| 538 | 2026-04-10T02:45:42.612Z | Compiling zerovec-derive v0.11.2 |
| 539 | 2026-04-10T02:45:42.947Z | Compiling displaydoc v0.2.5 |
| 540 | 2026-04-10T02:45:43.158Z | Compiling thiserror-impl v1.0.69 |
| 541 | 2026-04-10T02:45:43.679Z | Compiling zerocopy-derive v0.7.35 |
| 542 | 2026-04-10T02:45:43.730Z | Compiling pest_derive v2.8.6 |
| 543 | 2026-04-10T02:45:43.746Z | Compiling scroll_derive v0.12.1 |
| 544 | 2026-04-10T02:45:43.988Z | Compiling zerofrom v0.1.6 |
| 545 | 2026-04-10T02:45:44.124Z | Compiling yoke v0.8.1 |
| 546 | 2026-04-10T02:45:44.149Z | Compiling thiserror-impl v2.0.18 |
| 547 | 2026-04-10T02:45:44.317Z | Compiling zerovec v0.11.5 |
| 548 | 2026-04-10T02:45:44.420Z | Compiling zerotrie v0.2.3 |
| 549 | 2026-04-10T02:45:44.514Z | Compiling dtrace-parser v0.2.0 |
| 550 | 2026-04-10T02:45:44.532Z | Compiling zerocopy v0.7.35 |
| 551 | 2026-04-10T02:45:44.721Z | Compiling scroll v0.12.0 |
| 552 | 2026-04-10T02:45:44.824Z | Compiling tinystr v0.8.2 |
| 553 | 2026-04-10T02:45:45.037Z | Compiling icu_locale_core v2.1.1 |
| 554 | 2026-04-10T02:45:45.056Z | Compiling potential_utf v0.1.4 |
| 555 | 2026-04-10T02:45:45.140Z | Compiling goblin v0.8.2 |
| 556 | 2026-04-10T02:45:45.228Z | Compiling icu_collections v2.1.1 |
| 557 | 2026-04-10T02:45:45.328Z | Compiling tabled_derive v0.7.0 |
| 558 | 2026-04-10T02:45:45.663Z | Compiling icu_provider v2.1.1 |
| 559 | 2026-04-10T02:45:45.710Z | Compiling clap_derive v4.5.55 |
| 560 | 2026-04-10T02:45:45.908Z | Compiling icu_properties v2.1.2 |
| 561 | 2026-04-10T02:45:45.925Z | Compiling icu_normalizer v2.1.1 |
| 562 | 2026-04-10T02:45:45.962Z | Compiling toml_datetime v0.6.11 |
| 563 | 2026-04-10T02:45:46.019Z | Compiling serde_spanned v0.6.9 |
| 564 | 2026-04-10T02:45:46.080Z | Compiling dof v0.3.0 |
| 565 | 2026-04-10T02:45:46.175Z | Compiling toml_edit v0.22.27 |
| 566 | 2026-04-10T02:45:46.234Z | Compiling serde_tokenstream v0.2.3 |
| 567 | 2026-04-10T02:45:46.253Z | Compiling serde-value v0.7.0 |
| 568 | 2026-04-10T02:45:46.489Z | Compiling cargo-platform v0.2.0 |
| 569 | 2026-04-10T02:45:46.563Z | Compiling papergrid v0.11.0 |
| 570 | 2026-04-10T02:45:46.728Z | Compiling memmap v0.7.0 |
| 571 | 2026-04-10T02:45:46.765Z | Compiling idna_adapter v1.2.1 |
| 572 | 2026-04-10T02:45:46.921Z | Compiling idna v1.1.0 |
| 573 | 2026-04-10T02:45:46.942Z | Compiling unicode-width v0.2.0 |
| 574 | 2026-04-10T02:45:47.002Z | Compiling unicode-linebreak v0.1.5 |
| 575 | 2026-04-10T02:45:47.113Z | Compiling usdt-attr-macro v0.5.0 |
| 576 | 2026-04-10T02:45:47.214Z | Compiling url v2.5.8 |
| 577 | 2026-04-10T02:45:47.251Z | Compiling usdt-macro v0.5.0 |
| 578 | 2026-04-10T02:45:47.574Z | Compiling toml v0.8.23 |
| 579 | 2026-04-10T02:45:47.783Z | Compiling smawk v0.3.2 |
| 580 | 2026-04-10T02:45:47.930Z | Compiling textwrap v0.16.2 |
| 581 | 2026-04-10T02:45:47.973Z | Compiling cargo-util-schemas v0.8.2 |
| 582 | 2026-04-10T02:45:47.976Z | Compiling cargo_toml v0.21.0 |
| 583 | 2026-04-10T02:45:48.162Z | Compiling clap v4.5.60 |
| 584 | 2026-04-10T02:45:48.195Z | Compiling tabled v0.15.0 |
| 585 | 2026-04-10T02:45:48.252Z | Compiling usdt v0.5.0 |
| 586 | 2026-04-10T02:45:48.464Z | Compiling macaddr v1.0.1 |
| 587 | 2026-04-10T02:45:48.596Z | Compiling camino-tempfile v1.4.1 |
| 588 | 2026-04-10T02:45:48.677Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 589 | 2026-04-10T02:45:48.699Z | Compiling swrite v0.1.0 |
| 590 | 2026-04-10T02:45:48.910Z | Compiling cargo_metadata v0.21.0 |
| 591 | 2026-04-10T02:45:49.882Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 592 | 2026-04-10T02:45:51.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.28s |
| 593 | 2026-04-10T02:45:52.237Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control` |
| 594 | 2026-04-10T02:45:52.799Z | Downloading crates ... |
| 595 | 2026-04-10T02:45:52.895Z | Downloaded ascii-canvas v3.0.0 |
| 596 | 2026-04-10T02:45:52.898Z | Downloaded argon2 v0.5.3 |
| 597 | 2026-04-10T02:45:52.907Z | Downloaded bit-set v0.5.3 |
| 598 | 2026-04-10T02:45:52.915Z | Downloaded arrayref v0.3.9 |
| 599 | 2026-04-10T02:45:52.919Z | Downloaded castaway v0.2.4 |
| 600 | 2026-04-10T02:45:52.923Z | Downloaded cobs v0.3.0 |
| 601 | 2026-04-10T02:45:52.923Z | Downloaded difflib v0.4.0 |
| 602 | 2026-04-10T02:45:52.928Z | Downloaded base16ct v0.2.0 |
| 603 | 2026-04-10T02:45:52.928Z | Downloaded const_format_proc_macros v0.2.34 |
| 604 | 2026-04-10T02:45:52.928Z | Downloaded ciborium-io v0.2.2 |
| 605 | 2026-04-10T02:45:52.928Z | Downloaded darling_macro v0.21.3 |
| 606 | 2026-04-10T02:45:52.928Z | Downloaded array-init v0.0.4 |
| 607 | 2026-04-10T02:45:52.931Z | Downloaded base64ct v1.8.3 |
| 608 | 2026-04-10T02:45:52.931Z | Downloaded bitfield-struct v0.6.2 |
| 609 | 2026-04-10T02:45:52.931Z | Downloaded chacha20 v0.9.1 |
| 610 | 2026-04-10T02:45:52.931Z | Downloaded camino-tempfile-ext v0.3.3 |
| 611 | 2026-04-10T02:45:52.934Z | Downloaded bcs v0.1.6 |
| 612 | 2026-04-10T02:45:52.937Z | Downloaded ena v0.14.4 |
| 613 | 2026-04-10T02:45:52.937Z | Downloaded ed25519 v2.2.3 |
| 614 | 2026-04-10T02:45:52.937Z | Downloaded darling v0.23.0 |
| 615 | 2026-04-10T02:45:52.941Z | Downloaded cargo_metadata v0.19.2 |
| 616 | 2026-04-10T02:45:52.944Z | Downloaded console v0.16.2 |
| 617 | 2026-04-10T02:45:52.944Z | Downloaded atomic-waker v1.1.2 |
| 618 | 2026-04-10T02:45:52.944Z | Downloaded derive-ex v0.1.8 |
| 619 | 2026-04-10T02:45:52.944Z | Downloaded cpufeatures v0.3.0 |
| 620 | 2026-04-10T02:45:52.947Z | Downloaded cexpr v0.6.0 |
| 621 | 2026-04-10T02:45:52.947Z | Downloaded bzip2 v0.4.4 |
| 622 | 2026-04-10T02:45:52.950Z | Downloaded bit-vec v0.8.0 |
| 623 | 2026-04-10T02:45:52.950Z | Downloaded adler2 v2.0.1 |
| 624 | 2026-04-10T02:45:52.950Z | Downloaded elliptic-curve v0.13.8 |
| 625 | 2026-04-10T02:45:52.952Z | Downloaded dropshot_endpoint v0.17.0 |
| 626 | 2026-04-10T02:45:52.955Z | Downloaded arrayvec v0.7.6 |
| 627 | 2026-04-10T02:45:52.955Z | Downloaded crc-catalog v2.4.0 |
| 628 | 2026-04-10T02:45:52.958Z | Downloaded debug-ignore v1.0.5 |
| 629 | 2026-04-10T02:45:52.960Z | Downloaded arc-swap v1.8.2 |
| 630 | 2026-04-10T02:45:52.964Z | Downloaded diesel_derives v2.3.7 |
| 631 | 2026-04-10T02:45:52.967Z | Downloaded foreign-types-macros v0.2.3 |
| 632 | 2026-04-10T02:45:52.967Z | Downloaded async-compression v0.4.41 |
| 633 | 2026-04-10T02:45:52.970Z | Downloaded downcast-rs v2.0.2 |
| 634 | 2026-04-10T02:45:52.970Z | Downloaded assert_matches v1.5.0 |
| 635 | 2026-04-10T02:45:52.973Z | Downloaded ar_archive_writer v0.5.1 |
| 636 | 2026-04-10T02:45:52.973Z | Downloaded bb8 v0.8.6 |
| 637 | 2026-04-10T02:45:52.976Z | Downloaded ciborium-ll v0.2.2 |
| 638 | 2026-04-10T02:45:52.976Z | Downloaded async-stream v0.3.6 |
| 639 | 2026-04-10T02:45:52.984Z | Downloaded compression-core v0.4.31 |
| 640 | 2026-04-10T02:45:52.987Z | Downloaded curve25519-dalek v4.1.3 |
| 641 | 2026-04-10T02:45:52.990Z | Downloaded crc32fast v1.5.0 |
| 642 | 2026-04-10T02:45:52.993Z | Downloaded cfg_aliases v0.2.1 |
| 643 | 2026-04-10T02:45:52.993Z | Downloaded atty v0.2.14 |
| 644 | 2026-04-10T02:45:52.999Z | Downloaded der_derive v0.7.3 |
| 645 | 2026-04-10T02:45:53.002Z | Downloaded dropshot v0.17.0 |
| 646 | 2026-04-10T02:45:53.012Z | Downloaded futures-sink v0.3.32 |
| 647 | 2026-04-10T02:45:53.015Z | Downloaded aead v0.5.2 |
| 648 | 2026-04-10T02:45:53.015Z | Downloaded crc v3.4.0 |
| 649 | 2026-04-10T02:45:53.015Z | Downloaded bitfield-macros v0.19.4 |
| 650 | 2026-04-10T02:45:53.019Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 651 | 2026-04-10T02:45:53.019Z | Downloaded cfg_aliases v0.1.1 |
| 652 | 2026-04-10T02:45:53.019Z | Downloaded compression-codecs v0.4.37 |
| 653 | 2026-04-10T02:45:53.022Z | Downloaded block-padding v0.3.3 |
| 654 | 2026-04-10T02:45:53.022Z | Downloaded convert_case v0.4.0 |
| 655 | 2026-04-10T02:45:53.022Z | Downloaded bit-set v0.8.0 |
| 656 | 2026-04-10T02:45:53.025Z | Downloaded bumpalo v3.20.2 |
| 657 | 2026-04-10T02:45:53.025Z | Downloaded enum-as-inner v0.6.1 |
| 658 | 2026-04-10T02:45:53.027Z | Downloaded defmt-parser v1.0.0 |
| 659 | 2026-04-10T02:45:53.028Z | Downloaded darling_macro v0.23.0 |
| 660 | 2026-04-10T02:45:53.028Z | Downloaded cipher v0.4.4 |
| 661 | 2026-04-10T02:45:53.028Z | Downloaded cbc v0.1.2 |
| 662 | 2026-04-10T02:45:53.032Z | Downloaded ghash v0.5.1 |
| 663 | 2026-04-10T02:45:53.035Z | Downloaded dtrace-parser v0.3.0 |
| 664 | 2026-04-10T02:45:53.035Z | Downloaded foreign-types v0.5.0 |
| 665 | 2026-04-10T02:45:53.035Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 666 | 2026-04-10T02:45:53.038Z | Downloaded async-recursion v1.1.1 |
| 667 | 2026-04-10T02:45:53.038Z | Downloaded derive_builder_macro v0.20.2 |
| 668 | 2026-04-10T02:45:53.041Z | Downloaded crc8 v0.1.1 |
| 669 | 2026-04-10T02:45:53.041Z | Downloaded fxhash v0.2.1 |
| 670 | 2026-04-10T02:45:53.041Z | Downloaded gethostname v0.5.0 |
| 671 | 2026-04-10T02:45:53.047Z | Downloaded defmt v0.3.100 |
| 672 | 2026-04-10T02:45:53.047Z | Downloaded crunchy v0.2.4 |
| 673 | 2026-04-10T02:45:53.047Z | Downloaded foreign-types v0.3.2 |
| 674 | 2026-04-10T02:45:53.047Z | Downloaded cargo-platform v0.1.9 |
| 675 | 2026-04-10T02:45:53.047Z | Downloaded async-stream-impl v0.3.6 |
| 676 | 2026-04-10T02:45:53.050Z | Downloaded cmake v0.1.57 |
| 677 | 2026-04-10T02:45:53.050Z | Downloaded byte-wrapper v0.1.0 |
| 678 | 2026-04-10T02:45:53.050Z | Downloaded darling_macro v0.20.11 |
| 679 | 2026-04-10T02:45:53.050Z | Downloaded atomicwrites v0.4.4 |
| 680 | 2026-04-10T02:45:53.051Z | Downloaded backoff v0.4.0 |
| 681 | 2026-04-10T02:45:53.051Z | Downloaded futures-core v0.3.32 |
| 682 | 2026-04-10T02:45:53.054Z | Downloaded funty v2.0.0 |
| 683 | 2026-04-10T02:45:53.054Z | Downloaded dunce v1.0.5 |
| 684 | 2026-04-10T02:45:53.054Z | Downloaded hash32 v0.3.1 |
| 685 | 2026-04-10T02:45:53.054Z | Downloaded futures-task v0.3.32 |
| 686 | 2026-04-10T02:45:53.058Z | Downloaded futures-io v0.3.32 |
| 687 | 2026-04-10T02:45:53.058Z | Downloaded foreign-types-shared v0.1.1 |
| 688 | 2026-04-10T02:45:53.058Z | Downloaded dof v0.4.0 |
| 689 | 2026-04-10T02:45:53.058Z | Downloaded dirs-sys-next v0.1.2 |
| 690 | 2026-04-10T02:45:53.058Z | Downloaded document-features v0.2.12 |
| 691 | 2026-04-10T02:45:53.063Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 692 | 2026-04-10T02:45:53.063Z | Downloaded crucible-workspace-hack v0.1.0 |
| 693 | 2026-04-10T02:45:53.063Z | Downloaded bitflags v1.3.2 |
| 694 | 2026-04-10T02:45:53.063Z | Downloaded bit-vec v0.6.3 |
| 695 | 2026-04-10T02:45:53.066Z | Downloaded aho-corasick v1.1.4 |
| 696 | 2026-04-10T02:45:53.066Z | Downloaded float-cmp v0.10.0 |
| 697 | 2026-04-10T02:45:53.066Z | Downloaded flagset v0.4.7 |
| 698 | 2026-04-10T02:45:53.069Z | Downloaded endian-type v0.1.2 |
| 699 | 2026-04-10T02:45:53.069Z | Downloaded env_filter v1.0.0 |
| 700 | 2026-04-10T02:45:53.069Z | Downloaded cassowary v0.3.0 |
| 701 | 2026-04-10T02:45:53.069Z | Downloaded float-ord v0.3.2 |
| 702 | 2026-04-10T02:45:53.073Z | Downloaded embedded-io v0.6.1 |
| 703 | 2026-04-10T02:45:53.073Z | Downloaded fixedbitset v0.4.2 |
| 704 | 2026-04-10T02:45:53.073Z | Downloaded display-error-chain v0.2.2 |
| 705 | 2026-04-10T02:45:53.076Z | Downloaded cstr-argument v0.1.2 |
| 706 | 2026-04-10T02:45:53.076Z | Downloaded backon v1.6.0 |
| 707 | 2026-04-10T02:45:53.080Z | Downloaded dyn-clone v1.0.20 |
| 708 | 2026-04-10T02:45:53.080Z | Downloaded ahash v0.8.12 |
| 709 | 2026-04-10T02:45:53.084Z | Downloaded dsl_auto_type v0.2.0 |
| 710 | 2026-04-10T02:45:53.085Z | Downloaded fd-lock v4.0.4 |
| 711 | 2026-04-10T02:45:53.087Z | Downloaded embedded-io v0.4.0 |
| 712 | 2026-04-10T02:45:53.087Z | Downloaded git-stub v1.0.0 |
| 713 | 2026-04-10T02:45:53.087Z | Downloaded hash32 v0.2.1 |
| 714 | 2026-04-10T02:45:53.087Z | Downloaded foreign-types-shared v0.3.1 |
| 715 | 2026-04-10T02:45:53.093Z | Downloaded futures-macro v0.3.32 |
| 716 | 2026-04-10T02:45:53.093Z | Downloaded constant_time_eq v0.4.2 |
| 717 | 2026-04-10T02:45:53.097Z | Downloaded dirs-next v2.0.0 |
| 718 | 2026-04-10T02:45:53.097Z | Downloaded buf-list v1.1.2 |
| 719 | 2026-04-10T02:45:53.097Z | Downloaded headers-core v0.3.0 |
| 720 | 2026-04-10T02:45:53.098Z | Downloaded corncobs v0.1.4 |
| 721 | 2026-04-10T02:45:53.098Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 722 | 2026-04-10T02:45:53.101Z | Downloaded async-trait v0.1.89 |
| 723 | 2026-04-10T02:45:53.101Z | Downloaded hex-literal v0.4.1 |
| 724 | 2026-04-10T02:45:53.101Z | Downloaded crossbeam-deque v0.8.6 |
| 725 | 2026-04-10T02:45:53.104Z | Downloaded foldhash v0.2.0 |
| 726 | 2026-04-10T02:45:53.104Z | Downloaded convert_case v0.10.0 |
| 727 | 2026-04-10T02:45:53.107Z | Downloaded hostname v0.3.1 |
| 728 | 2026-04-10T02:45:53.109Z | Downloaded defmt v1.0.1 |
| 729 | 2026-04-10T02:45:53.109Z | Downloaded httpdate v1.0.3 |
| 730 | 2026-04-10T02:45:53.112Z | Downloaded fixedbitset v0.5.7 |
| 731 | 2026-04-10T02:45:53.112Z | Downloaded globwalk v0.9.1 |
| 732 | 2026-04-10T02:45:53.115Z | Downloaded fs-err v2.11.0 |
| 733 | 2026-04-10T02:45:53.115Z | Downloaded cookie_store v0.22.1 |
| 734 | 2026-04-10T02:45:53.117Z | Downloaded cancel-safe-futures v0.1.5 |
| 735 | 2026-04-10T02:45:53.121Z | Downloaded ctr v0.9.2 |
| 736 | 2026-04-10T02:45:53.121Z | Downloaded console v0.15.11 |
| 737 | 2026-04-10T02:45:53.124Z | Downloaded hubpack_derive v0.1.1 |
| 738 | 2026-04-10T02:45:53.124Z | Downloaded csv-core v0.1.13 |
| 739 | 2026-04-10T02:45:53.124Z | Downloaded daft-derive v0.1.5 |
| 740 | 2026-04-10T02:45:53.127Z | Downloaded erased-serde v0.3.31 |
| 741 | 2026-04-10T02:45:53.131Z | Downloaded ecdsa v0.16.9 |
| 742 | 2026-04-10T02:45:53.134Z | Downloaded filetime v0.2.27 |
| 743 | 2026-04-10T02:45:53.134Z | Downloaded fallible-iterator v0.2.0 |
| 744 | 2026-04-10T02:45:53.134Z | Downloaded drift v0.1.3 |
| 745 | 2026-04-10T02:45:53.136Z | Downloaded hyper-tls v0.6.0 |
| 746 | 2026-04-10T02:45:53.139Z | Downloaded indent_write v2.2.0 |
| 747 | 2026-04-10T02:45:53.139Z | Downloaded deranged v0.5.8 |
| 748 | 2026-04-10T02:45:53.141Z | Downloaded bitfield v0.19.4 |
| 749 | 2026-04-10T02:45:53.141Z | Downloaded critical-section v1.2.0 |
| 750 | 2026-04-10T02:45:53.144Z | Downloaded lazy_static v1.5.0 |
| 751 | 2026-04-10T02:45:53.144Z | Downloaded glob v0.3.3 |
| 752 | 2026-04-10T02:45:53.147Z | Downloaded blake2 v0.10.6 |
| 753 | 2026-04-10T02:45:53.147Z | Downloaded allocator-api2 v0.2.21 |
| 754 | 2026-04-10T02:45:53.150Z | Downloaded ciborium v0.2.2 |
| 755 | 2026-04-10T02:45:53.152Z | Downloaded indoc v1.0.9 |
| 756 | 2026-04-10T02:45:53.152Z | Downloaded http-range v0.1.5 |
| 757 | 2026-04-10T02:45:53.155Z | Downloaded futures-executor v0.3.32 |
| 758 | 2026-04-10T02:45:53.155Z | Downloaded is_ci v1.2.0 |
| 759 | 2026-04-10T02:45:53.155Z | Downloaded compact_str v0.8.1 |
| 760 | 2026-04-10T02:45:53.157Z | Downloaded ident_case v1.0.1 |
| 761 | 2026-04-10T02:45:53.160Z | Downloaded globset v0.4.18 |
| 762 | 2026-04-10T02:45:53.160Z | Downloaded bzip2 v0.6.1 |
| 763 | 2026-04-10T02:45:53.165Z | Downloaded hex v0.4.3 |
| 764 | 2026-04-10T02:45:53.165Z | Downloaded highway v1.3.0 |
| 765 | 2026-04-10T02:45:53.169Z | Downloaded hubpack v0.1.2 |
| 766 | 2026-04-10T02:45:53.169Z | Downloaded find-msvc-tools v0.1.9 |
| 767 | 2026-04-10T02:45:53.169Z | Downloaded derive_builder_core v0.20.2 |
| 768 | 2026-04-10T02:45:53.169Z | Downloaded instant v0.1.13 |
| 769 | 2026-04-10T02:45:53.172Z | Downloaded crossbeam-utils v0.8.21 |
| 770 | 2026-04-10T02:45:53.172Z | Downloaded git-stub-vcs v0.1.0 |
| 771 | 2026-04-10T02:45:53.172Z | Downloaded http-body-util v0.1.3 |
| 772 | 2026-04-10T02:45:53.175Z | Downloaded getrandom v0.2.17 |
| 773 | 2026-04-10T02:45:53.175Z | Downloaded derive_builder v0.20.2 |
| 774 | 2026-04-10T02:45:53.178Z | Downloaded fs_extra v1.3.0 |
| 775 | 2026-04-10T02:45:53.180Z | Downloaded daft v0.1.5 |
| 776 | 2026-04-10T02:45:53.183Z | Downloaded crossbeam-epoch v0.9.18 |
| 777 | 2026-04-10T02:45:53.183Z | Downloaded futures-channel v0.3.32 |
| 778 | 2026-04-10T02:45:53.186Z | Downloaded either v1.15.0 |
| 779 | 2026-04-10T02:45:53.186Z | Downloaded managed v0.8.0 |
| 780 | 2026-04-10T02:45:53.189Z | Downloaded foldhash v0.1.5 |
| 781 | 2026-04-10T02:45:53.189Z | Downloaded maplit v1.0.2 |
| 782 | 2026-04-10T02:45:53.189Z | Downloaded lru v0.12.5 |
| 783 | 2026-04-10T02:45:53.191Z | Downloaded keccak v0.1.6 |
| 784 | 2026-04-10T02:45:53.191Z | Downloaded darling v0.21.3 |
| 785 | 2026-04-10T02:45:53.194Z | Downloaded memoffset v0.9.1 |
| 786 | 2026-04-10T02:45:53.198Z | Downloaded match_cfg v0.1.0 |
| 787 | 2026-04-10T02:45:53.198Z | Downloaded lru-cache v0.1.2 |
| 788 | 2026-04-10T02:45:53.198Z | Downloaded crc-any v2.5.0 |
| 789 | 2026-04-10T02:45:53.202Z | Downloaded colored v3.1.1 |
| 790 | 2026-04-10T02:45:53.202Z | Downloaded lru-slab v0.1.2 |
| 791 | 2026-04-10T02:45:53.202Z | Downloaded kstat-rs v0.2.4 |
| 792 | 2026-04-10T02:45:53.202Z | Downloaded half v1.8.3 |
| 793 | 2026-04-10T02:45:53.205Z | Downloaded inout v0.1.4 |
| 794 | 2026-04-10T02:45:53.205Z | Downloaded linked-hash-map v0.5.6 |
| 795 | 2026-04-10T02:45:53.205Z | Downloaded libscf-sys v1.1.0 |
| 796 | 2026-04-10T02:45:53.208Z | Downloaded is-terminal v0.4.17 |
| 797 | 2026-04-10T02:45:53.208Z | Downloaded newtype-uuid-macros v0.1.0 |
| 798 | 2026-04-10T02:45:53.208Z | Downloaded darling v0.20.11 |
| 799 | 2026-04-10T02:45:53.211Z | Downloaded instability v0.3.11 |
| 800 | 2026-04-10T02:45:53.214Z | Downloaded multimap v0.10.1 |
| 801 | 2026-04-10T02:45:53.214Z | Downloaded newtype_derive v0.1.6 |
| 802 | 2026-04-10T02:45:53.217Z | Downloaded ingot v0.1.1 |
| 803 | 2026-04-10T02:45:53.217Z | Downloaded hyper-staticfile v0.10.1 |
| 804 | 2026-04-10T02:45:53.217Z | Downloaded lzss v0.8.2 |
| 805 | 2026-04-10T02:45:53.220Z | Downloaded md-5 v0.10.6 |
| 806 | 2026-04-10T02:45:53.221Z | Downloaded new_debug_unreachable v1.0.6 |
| 807 | 2026-04-10T02:45:53.224Z | Downloaded ipnet v2.11.0 |
| 808 | 2026-04-10T02:45:53.224Z | Downloaded maybe-uninit v2.0.0 |
| 809 | 2026-04-10T02:45:53.224Z | Downloaded env_logger v0.11.9 |
| 810 | 2026-04-10T02:45:53.227Z | Downloaded futures v0.3.32 |
| 811 | 2026-04-10T02:45:53.229Z | Downloaded ingot-macros v0.1.1 |
| 812 | 2026-04-10T02:45:53.229Z | Downloaded nibble_vec v0.1.0 |
| 813 | 2026-04-10T02:45:53.232Z | Downloaded mime v0.3.17 |
| 814 | 2026-04-10T02:45:53.232Z | Downloaded normalize-line-endings v0.3.0 |
| 815 | 2026-04-10T02:45:53.232Z | Downloaded nodrop v0.1.14 |
| 816 | 2026-04-10T02:45:53.235Z | Downloaded des v0.8.1 |
| 817 | 2026-04-10T02:45:53.235Z | Downloaded nonempty v0.12.0 |
| 818 | 2026-04-10T02:45:53.235Z | Downloaded defmt-macros v1.0.1 |
| 819 | 2026-04-10T02:45:53.238Z | Downloaded indoc v2.0.7 |
| 820 | 2026-04-10T02:45:53.241Z | Downloaded fatfs v0.3.6 |
| 821 | 2026-04-10T02:45:53.244Z | Downloaded iana-time-zone v0.1.65 |
| 822 | 2026-04-10T02:45:53.244Z | Downloaded diff v0.1.13 |
| 823 | 2026-04-10T02:45:53.246Z | Downloaded num-derive v0.4.2 |
| 824 | 2026-04-10T02:45:53.246Z | Downloaded num-iter v0.1.45 |
| 825 | 2026-04-10T02:45:53.249Z | Downloaded libsw v3.5.0 |
| 826 | 2026-04-10T02:45:53.249Z | Downloaded libefi-sys v0.1.0 |
| 827 | 2026-04-10T02:45:53.249Z | Downloaded num-conv v0.2.0 |
| 828 | 2026-04-10T02:45:53.254Z | Downloaded libloading v0.8.9 |
| 829 | 2026-04-10T02:45:53.254Z | Downloaded num_enum_derive v0.5.11 |
| 830 | 2026-04-10T02:45:53.257Z | Downloaded num v0.4.3 |
| 831 | 2026-04-10T02:45:53.257Z | Downloaded chacha20poly1305 v0.10.1 |
| 832 | 2026-04-10T02:45:53.257Z | Downloaded lalrpop-util v0.19.12 |
| 833 | 2026-04-10T02:45:53.257Z | Downloaded num-derive v0.3.3 |
| 834 | 2026-04-10T02:45:53.260Z | Downloaded md5 v0.7.0 |
| 835 | 2026-04-10T02:45:53.260Z | Downloaded humantime v2.3.0 |
| 836 | 2026-04-10T02:45:53.260Z | Downloaded openssl-probe v0.1.6 |
| 837 | 2026-04-10T02:45:53.263Z | Downloaded lock_api v0.4.14 |
| 838 | 2026-04-10T02:45:53.263Z | Downloaded linear-map v1.2.0 |
| 839 | 2026-04-10T02:45:53.263Z | Downloaded libsw-core v0.3.2 |
| 840 | 2026-04-10T02:45:53.266Z | Downloaded olpc-cjson v0.1.4 |
| 841 | 2026-04-10T02:45:53.266Z | Downloaded num_threads v0.1.7 |
| 842 | 2026-04-10T02:45:53.266Z | Downloaded internet-checksum v0.2.1 |
| 843 | 2026-04-10T02:45:53.269Z | Downloaded ingot-types v0.1.2 |
| 844 | 2026-04-10T02:45:53.269Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 845 | 2026-04-10T02:45:53.272Z | Downloaded hyper-rustls v0.27.7 |
| 846 | 2026-04-10T02:45:53.272Z | Downloaded getrandom v0.4.1 |
| 847 | 2026-04-10T02:45:53.275Z | Downloaded packed_struct_codegen v0.10.1 |
| 848 | 2026-04-10T02:45:53.278Z | Downloaded oso-derive v0.27.3 |
| 849 | 2026-04-10T02:45:53.278Z | Downloaded openssl-probe v0.2.1 |
| 850 | 2026-04-10T02:45:53.278Z | Downloaded openssl-macros v0.1.1 |
| 851 | 2026-04-10T02:45:53.281Z | Downloaded dropshot_endpoint v0.16.7 |
| 852 | 2026-04-10T02:45:53.281Z | Downloaded derive_more v0.99.20 |
| 853 | 2026-04-10T02:45:53.285Z | Downloaded nanorand v0.7.0 |
| 854 | 2026-04-10T02:45:53.289Z | Downloaded multer v3.1.0 |
| 855 | 2026-04-10T02:45:53.289Z | Downloaded headers v0.4.1 |
| 856 | 2026-04-10T02:45:53.292Z | Downloaded darling_core v0.21.3 |
| 857 | 2026-04-10T02:45:53.295Z | Downloaded jobserver v0.1.34 |
| 858 | 2026-04-10T02:45:53.301Z | Downloaded darling_core v0.20.11 |
| 859 | 2026-04-10T02:45:53.301Z | Downloaded mime_guess v2.0.5 |
| 860 | 2026-04-10T02:45:53.301Z | Downloaded phf_shared v0.12.1 |
| 861 | 2026-04-10T02:45:53.301Z | Downloaded peg-runtime v0.8.5 |
| 862 | 2026-04-10T02:45:53.306Z | Downloaded bytes v1.11.1 |
| 863 | 2026-04-10T02:45:53.306Z | Downloaded path-slash v0.1.5 |
| 864 | 2026-04-10T02:45:53.324Z | Downloaded phf_shared v0.11.3 |
| 865 | 2026-04-10T02:45:53.330Z | Downloaded num_enum_derive v0.7.5 |
| 866 | 2026-04-10T02:45:53.331Z | Downloaded num_enum v0.7.5 |
| 867 | 2026-04-10T02:45:53.331Z | Downloaded num_enum v0.5.11 |
| 868 | 2026-04-10T02:45:53.333Z | Downloaded opaque-debug v0.3.1 |
| 869 | 2026-04-10T02:45:53.333Z | Downloaded memmap2 v0.9.10 |
| 870 | 2026-04-10T02:45:53.333Z | Downloaded httparse v1.10.1 |
| 871 | 2026-04-10T02:45:53.337Z | Downloaded half v2.7.1 |
| 872 | 2026-04-10T02:45:53.337Z | Downloaded predicates-core v1.0.10 |
| 873 | 2026-04-10T02:45:53.340Z | Downloaded parse-size v1.1.0 |
| 874 | 2026-04-10T02:45:53.340Z | Downloaded oxide-tokio-rt v0.1.3 |
| 875 | 2026-04-10T02:45:53.340Z | Downloaded native-tls v0.2.18 |
| 876 | 2026-04-10T02:45:53.343Z | Downloaded ipnetwork v0.21.1 |
| 877 | 2026-04-10T02:45:53.343Z | Downloaded indexmap v1.9.3 |
| 878 | 2026-04-10T02:45:53.346Z | Downloaded precomputed-hash v0.1.1 |
| 879 | 2026-04-10T02:45:53.346Z | Downloaded pin-utils v0.1.0 |
| 880 | 2026-04-10T02:45:53.352Z | Downloaded packed_struct v0.10.1 |
| 881 | 2026-04-10T02:45:53.352Z | Downloaded oxnet v0.1.4 |
| 882 | 2026-04-10T02:45:53.352Z | Downloaded owo-colors v4.3.0 |
| 883 | 2026-04-10T02:45:53.355Z | Downloaded proc-macro-crate v1.3.1 |
| 884 | 2026-04-10T02:45:53.355Z | Downloaded predicates-tree v1.0.13 |
| 885 | 2026-04-10T02:45:53.355Z | Downloaded derive_more v2.1.1 |
| 886 | 2026-04-10T02:45:53.360Z | Downloaded pbkdf2 v0.12.2 |
| 887 | 2026-04-10T02:45:53.365Z | Downloaded pbkdf2 v0.11.0 |
| 888 | 2026-04-10T02:45:53.365Z | Downloaded parking_lot_core v0.8.6 |
| 889 | 2026-04-10T02:45:53.369Z | Downloaded proc-macro-crate v3.4.0 |
| 890 | 2026-04-10T02:45:53.370Z | Downloaded password-hash v0.4.2 |
| 891 | 2026-04-10T02:45:53.370Z | Downloaded parse-display-derive v0.10.0 |
| 892 | 2026-04-10T02:45:53.370Z | Downloaded libbz2-rs-sys v0.2.2 |
| 893 | 2026-04-10T02:45:53.373Z | Downloaded powerfmt v0.2.0 |
| 894 | 2026-04-10T02:45:53.373Z | Downloaded paste v1.0.15 |
| 895 | 2026-04-10T02:45:53.373Z | Downloaded progenitor-macro v0.10.0 |
| 896 | 2026-04-10T02:45:53.373Z | Downloaded phf v0.12.1 |
| 897 | 2026-04-10T02:45:53.376Z | Downloaded num-complex v0.4.6 |
| 898 | 2026-04-10T02:45:53.376Z | Downloaded cc v1.2.56 |
| 899 | 2026-04-10T02:45:53.379Z | Downloaded progenitor-client v0.11.2 |
| 900 | 2026-04-10T02:45:53.379Z | Downloaded peg-macros v0.8.5 |
| 901 | 2026-04-10T02:45:53.382Z | Downloaded psl-types v2.0.11 |
| 902 | 2026-04-10T02:45:53.382Z | Downloaded progenitor-macro v0.11.2 |
| 903 | 2026-04-10T02:45:53.382Z | Downloaded progenitor-client v0.10.0 |
| 904 | 2026-04-10T02:45:53.382Z | Downloaded phf_shared v0.13.1 |
| 905 | 2026-04-10T02:45:53.385Z | Downloaded base64 v0.22.1 |
| 906 | 2026-04-10T02:45:53.388Z | Downloaded radium v0.7.0 |
| 907 | 2026-04-10T02:45:53.388Z | Downloaded quick-error v1.2.3 |
| 908 | 2026-04-10T02:45:53.388Z | Downloaded der v0.7.10 |
| 909 | 2026-04-10T02:45:53.391Z | Downloaded peg v0.8.5 |
| 910 | 2026-04-10T02:45:53.394Z | Downloaded nu-ansi-term v0.50.3 |
| 911 | 2026-04-10T02:45:53.398Z | Downloaded darling_core v0.23.0 |
| 912 | 2026-04-10T02:45:53.401Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 913 | 2026-04-10T02:45:53.401Z | Downloaded poly1305 v0.8.0 |
| 914 | 2026-04-10T02:45:53.401Z | Downloaded pin-project-internal v1.1.11 |
| 915 | 2026-04-10T02:45:53.404Z | Downloaded parking_lot v0.12.5 |
| 916 | 2026-04-10T02:45:53.404Z | Downloaded progenitor v0.10.0 |
| 917 | 2026-04-10T02:45:53.407Z | Downloaded expectorate v1.2.0 |
| 918 | 2026-04-10T02:45:53.407Z | Downloaded dropshot-api-manager v0.6.0 |
| 919 | 2026-04-10T02:45:53.410Z | Downloaded omicron-zone-package v0.12.2 |
| 920 | 2026-04-10T02:45:53.413Z | Downloaded pkg-config v0.3.32 |
| 921 | 2026-04-10T02:45:53.413Z | Downloaded crypto-bigint v0.5.5 |
| 922 | 2026-04-10T02:45:53.417Z | Downloaded rand_xorshift v0.4.0 |
| 923 | 2026-04-10T02:45:53.419Z | Downloaded russh-cryptovec v0.7.3 |
| 924 | 2026-04-10T02:45:53.420Z | Downloaded rand_chacha v0.3.1 |
| 925 | 2026-04-10T02:45:53.420Z | Downloaded proc-macro-error2 v2.0.1 |
| 926 | 2026-04-10T02:45:53.422Z | Downloaded primeorder v0.13.6 |
| 927 | 2026-04-10T02:45:53.425Z | Downloaded polyval v0.6.2 |
| 928 | 2026-04-10T02:45:53.425Z | Downloaded ppv-lite86 v0.2.21 |
| 929 | 2026-04-10T02:45:53.425Z | Downloaded pkcs8 v0.10.2 |
| 930 | 2026-04-10T02:45:53.429Z | Downloaded pem-rfc7468 v0.7.0 |
| 931 | 2026-04-10T02:45:53.429Z | Downloaded parking_lot_core v0.9.12 |
| 932 | 2026-04-10T02:45:53.432Z | Downloaded parking_lot v0.11.2 |
| 933 | 2026-04-10T02:45:53.434Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 934 | 2026-04-10T02:45:53.434Z | Downloaded recursive v0.1.1 |
| 935 | 2026-04-10T02:45:53.434Z | Downloaded progenitor v0.13.0 |
| 936 | 2026-04-10T02:45:53.434Z | Downloaded progenitor v0.11.2 |
| 937 | 2026-04-10T02:45:53.437Z | Downloaded ref-cast-impl v1.0.25 |
| 938 | 2026-04-10T02:45:53.437Z | Downloaded postgres-protocol v0.6.10 |
| 939 | 2026-04-10T02:45:53.440Z | Downloaded rfc6979 v0.4.0 |
| 940 | 2026-04-10T02:45:53.440Z | Downloaded heapless v0.7.17 |
| 941 | 2026-04-10T02:45:53.445Z | Downloaded r2d2 v0.8.10 |
| 942 | 2026-04-10T02:45:53.449Z | Downloaded psm v0.1.30 |
| 943 | 2026-04-10T02:45:53.449Z | Downloaded progenitor-extras v0.1.1 |
| 944 | 2026-04-10T02:45:53.449Z | Downloaded progenitor-client v0.13.0 |
| 945 | 2026-04-10T02:45:53.449Z | Downloaded hickory-resolver v0.24.4 |
| 946 | 2026-04-10T02:45:53.452Z | Downloaded rustc-hash v2.1.1 |
| 947 | 2026-04-10T02:45:53.452Z | Downloaded rtoolbox v0.0.3 |
| 948 | 2026-04-10T02:45:53.455Z | Downloaded ref-cast v1.0.25 |
| 949 | 2026-04-10T02:45:53.455Z | Downloaded pem v3.0.6 |
| 950 | 2026-04-10T02:45:53.455Z | Downloaded password-hash v0.5.0 |
| 951 | 2026-04-10T02:45:53.460Z | Downloaded pkcs5 v0.7.1 |
| 952 | 2026-04-10T02:45:53.463Z | Downloaded rand_core v0.6.4 |
| 953 | 2026-04-10T02:45:53.463Z | Downloaded pin-project-lite v0.2.17 |
| 954 | 2026-04-10T02:45:53.465Z | Downloaded progenitor-macro v0.13.0 |
| 955 | 2026-04-10T02:45:53.465Z | Downloaded flate2 v1.1.9 |
| 956 | 2026-04-10T02:45:53.468Z | Downloaded rustc_version v0.4.1 |
| 957 | 2026-04-10T02:45:53.471Z | Downloaded rand_chacha v0.9.0 |
| 958 | 2026-04-10T02:45:53.471Z | Downloaded postcard v1.1.3 |
| 959 | 2026-04-10T02:45:53.474Z | Downloaded scrypt v0.11.0 |
| 960 | 2026-04-10T02:45:53.474Z | Downloaded p256 v0.13.2 |
| 961 | 2026-04-10T02:45:53.477Z | Downloaded oso v0.27.3 |
| 962 | 2026-04-10T02:45:53.480Z | Downloaded rustc_version v0.1.7 |
| 963 | 2026-04-10T02:45:53.480Z | Downloaded rand_core v0.9.5 |
| 964 | 2026-04-10T02:45:53.483Z | Downloaded rand_core v0.10.0 |
| 965 | 2026-04-10T02:45:53.483Z | Downloaded aes v0.8.4 |
| 966 | 2026-04-10T02:45:53.486Z | Downloaded predicates v3.1.4 |
| 967 | 2026-04-10T02:45:53.486Z | Downloaded postgres-types v0.2.12 |
| 968 | 2026-04-10T02:45:53.489Z | Downloaded scopeguard v1.2.0 |
| 969 | 2026-04-10T02:45:53.489Z | Downloaded miniz_oxide v0.8.9 |
| 970 | 2026-04-10T02:45:53.492Z | Downloaded hickory-resolver v0.25.2 |
| 971 | 2026-04-10T02:45:53.495Z | Downloaded papergrid v0.17.0 |
| 972 | 2026-04-10T02:45:53.499Z | Downloaded same-file v1.0.6 |
| 973 | 2026-04-10T02:45:53.499Z | Downloaded scroll_derive v0.13.1 |
| 974 | 2026-04-10T02:45:53.502Z | Downloaded hashbrown v0.13.2 |
| 975 | 2026-04-10T02:45:53.502Z | Downloaded serde_bytes v0.11.19 |
| 976 | 2026-04-10T02:45:53.505Z | Downloaded aws-lc-rs v1.16.0 |
| 977 | 2026-04-10T02:45:53.508Z | Downloaded shell-words v1.1.1 |
| 978 | 2026-04-10T02:45:53.511Z | Downloaded secrecy v0.10.3 |
| 979 | 2026-04-10T02:45:53.511Z | Downloaded secrecy v0.8.0 |
| 980 | 2026-04-10T02:45:53.511Z | Downloaded quinn-udp v0.5.14 |
| 981 | 2026-04-10T02:45:53.514Z | Downloaded serde-big-array v0.5.1 |
| 982 | 2026-04-10T02:45:53.514Z | Downloaded rustversion v1.0.22 |
| 983 | 2026-04-10T02:45:53.517Z | Downloaded salsa20 v0.10.2 |
| 984 | 2026-04-10T02:45:53.517Z | Downloaded sapling-renderdag v0.1.0 |
| 985 | 2026-04-10T02:45:53.520Z | Downloaded hashbrown v0.12.3 |
| 986 | 2026-04-10T02:45:53.522Z | Downloaded derive_more-impl v2.1.1 |
| 987 | 2026-04-10T02:45:53.525Z | Downloaded rand_seeder v0.4.0 |
| 988 | 2026-04-10T02:45:53.525Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-04-10T02:45:53.528Z | Downloaded serde_repr v0.1.20 |
| 990 | 2026-04-10T02:45:53.528Z | Downloaded scheduled-thread-pool v0.2.7 |
| 991 | 2026-04-10T02:45:53.531Z | Downloaded rustls-native-certs v0.8.3 |
| 992 | 2026-04-10T02:45:53.531Z | Downloaded resolv-conf v0.7.6 |
| 993 | 2026-04-10T02:45:53.534Z | Downloaded jiff-static v0.2.21 |
| 994 | 2026-04-10T02:45:53.534Z | Downloaded siphasher v1.0.2 |
| 995 | 2026-04-10T02:45:53.539Z | Downloaded openssl-sys v0.9.111 |
| 996 | 2026-04-10T02:45:53.543Z | Downloaded aes-gcm v0.10.3 |
| 997 | 2026-04-10T02:45:53.543Z | Downloaded signal-hook-tokio v0.3.1 |
| 998 | 2026-04-10T02:45:53.543Z | Downloaded serde_plain v1.0.2 |
| 999 | 2026-04-10T02:45:53.548Z | Downloaded crossterm v0.28.1 |
| 1000 | 2026-04-10T02:45:53.548Z | Downloaded pin-project v1.1.11 |
| 1001 | 2026-04-10T02:45:53.553Z | Downloaded slog-envlogger v2.2.0 |
| 1002 | 2026-04-10T02:45:53.556Z | Downloaded hyper-util v0.1.20 |
| 1003 | 2026-04-10T02:45:53.558Z | Downloaded sigpipe v0.1.3 |
| 1004 | 2026-04-10T02:45:53.561Z | Downloaded signature v2.2.0 |
| 1005 | 2026-04-10T02:45:53.561Z | Downloaded sqlparser_derive v0.5.0 |
| 1006 | 2026-04-10T02:45:53.564Z | Downloaded serde_path_to_error v0.1.20 |
| 1007 | 2026-04-10T02:45:53.564Z | Downloaded rustls-pemfile v2.2.0 |
| 1008 | 2026-04-10T02:45:53.564Z | Downloaded indicatif v0.18.4 |
| 1009 | 2026-04-10T02:45:53.567Z | Downloaded http v1.4.0 |
| 1010 | 2026-04-10T02:45:53.570Z | Downloaded rcgen v0.12.1 |
| 1011 | 2026-04-10T02:45:53.573Z | Downloaded crossterm v0.29.0 |
| 1012 | 2026-04-10T02:45:53.577Z | Downloaded ssh-encoding v0.2.0 |
| 1013 | 2026-04-10T02:45:53.577Z | Downloaded ssh-cipher v0.2.0 |
| 1014 | 2026-04-10T02:45:53.581Z | Downloaded sha1 v0.10.6 |
| 1015 | 2026-04-10T02:45:53.581Z | Downloaded sct v0.7.1 |
| 1016 | 2026-04-10T02:45:53.583Z | Downloaded structmeta-derive v0.3.0 |
| 1017 | 2026-04-10T02:45:53.583Z | Downloaded rustls-pemfile v1.0.4 |
| 1018 | 2026-04-10T02:45:53.583Z | Downloaded pkcs1 v0.7.5 |
| 1019 | 2026-04-10T02:45:53.586Z | Downloaded slog-bunyan v2.5.0 |
| 1020 | 2026-04-10T02:45:53.586Z | Downloaded crossbeam-channel v0.5.15 |
| 1021 | 2026-04-10T02:45:53.589Z | Downloaded num-bigint v0.4.6 |
| 1022 | 2026-04-10T02:45:53.595Z | Downloaded progenitor-impl v0.13.0 |
| 1023 | 2026-04-10T02:45:53.595Z | Downloaded ignore v0.4.25 |
| 1024 | 2026-04-10T02:45:53.595Z | Downloaded heapless v0.8.0 |
| 1025 | 2026-04-10T02:45:53.601Z | Downloaded phf v0.13.1 |
| 1026 | 2026-04-10T02:45:53.601Z | Downloaded litrs v1.0.0 |
| 1027 | 2026-04-10T02:45:53.606Z | Downloaded sync_wrapper v1.0.2 |
| 1028 | 2026-04-10T02:45:53.606Z | Downloaded serde_urlencoded v0.7.1 |
| 1029 | 2026-04-10T02:45:53.606Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1030 | 2026-04-10T02:45:53.609Z | Downloaded serde_spanned v1.0.4 |
| 1031 | 2026-04-10T02:45:53.609Z | Downloaded prettyplease v0.2.37 |
| 1032 | 2026-04-10T02:45:53.609Z | Downloaded serde-hex v0.1.0 |
| 1033 | 2026-04-10T02:45:53.609Z | Downloaded rustls-pki-types v1.14.0 |
| 1034 | 2026-04-10T02:45:53.613Z | Downloaded itertools v0.10.5 |
| 1035 | 2026-04-10T02:45:53.617Z | Downloaded pretty_assertions v1.4.1 |
| 1036 | 2026-04-10T02:45:53.621Z | Downloaded semver v0.1.20 |
| 1037 | 2026-04-10T02:45:53.621Z | Downloaded schemars_derive v0.8.22 |
| 1038 | 2026-04-10T02:45:53.621Z | Downloaded slog-scope v4.4.1 |
| 1039 | 2026-04-10T02:45:53.621Z | Downloaded sec1 v0.7.3 |
| 1040 | 2026-04-10T02:45:53.622Z | Downloaded serde_cbor v0.11.2 |
| 1041 | 2026-04-10T02:45:53.626Z | Downloaded ed25519-dalek v2.2.0 |
| 1042 | 2026-04-10T02:45:53.629Z | Downloaded hickory-server v0.25.2 |
| 1043 | 2026-04-10T02:45:53.632Z | Downloaded structmeta v0.3.0 |
| 1044 | 2026-04-10T02:45:53.632Z | Downloaded hmac v0.12.1 |
| 1045 | 2026-04-10T02:45:53.632Z | Downloaded num-rational v0.4.2 |
| 1046 | 2026-04-10T02:45:53.635Z | Downloaded strum v0.27.2 |
| 1047 | 2026-04-10T02:45:53.635Z | Downloaded strum v0.26.3 |
| 1048 | 2026-04-10T02:45:53.635Z | Downloaded sqlformat v0.3.5 |
| 1049 | 2026-04-10T02:45:53.637Z | Downloaded sync-ptr v0.1.4 |
| 1050 | 2026-04-10T02:45:53.637Z | Downloaded smallvec v0.6.14 |
| 1051 | 2026-04-10T02:45:53.637Z | Downloaded num-integer v0.1.46 |
| 1052 | 2026-04-10T02:45:53.640Z | Downloaded newtype-uuid v1.3.2 |
| 1053 | 2026-04-10T02:45:53.640Z | Downloaded progenitor-impl v0.10.0 |
| 1054 | 2026-04-10T02:45:53.644Z | Downloaded signal-hook-registry v1.4.8 |
| 1055 | 2026-04-10T02:45:53.644Z | Downloaded tagptr v0.2.0 |
| 1056 | 2026-04-10T02:45:53.644Z | Downloaded shlex v1.3.0 |
| 1057 | 2026-04-10T02:45:53.647Z | Downloaded subtle v2.6.1 |
| 1058 | 2026-04-10T02:45:53.647Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1059 | 2026-04-10T02:45:53.647Z | Downloaded tabled_derive v0.11.0 |
| 1060 | 2026-04-10T02:45:53.650Z | Downloaded thread-id v5.1.0 |
| 1061 | 2026-04-10T02:45:53.650Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-04-10T02:45:53.650Z | Downloaded slog-stdlog v4.1.1 |
| 1063 | 2026-04-10T02:45:53.654Z | Downloaded string_cache v0.8.9 |
| 1064 | 2026-04-10T02:45:53.654Z | Downloaded rusty-fork v0.3.1 |
| 1065 | 2026-04-10T02:45:53.654Z | Downloaded slog-dtrace v0.3.0 |
| 1066 | 2026-04-10T02:45:53.654Z | Downloaded publicsuffix v2.3.0 |
| 1067 | 2026-04-10T02:45:53.657Z | Downloaded ron v0.8.1 |
| 1068 | 2026-04-10T02:45:53.660Z | Downloaded strum_macros v0.24.3 |
| 1069 | 2026-04-10T02:45:53.664Z | Downloaded tabwriter v1.4.1 |
| 1070 | 2026-04-10T02:45:53.664Z | Downloaded stringprep v0.1.5 |
| 1071 | 2026-04-10T02:45:53.666Z | Downloaded slog-term v2.9.2 |
| 1072 | 2026-04-10T02:45:53.666Z | Downloaded serde_derive_internals v0.29.1 |
| 1073 | 2026-04-10T02:45:53.667Z | Downloaded russh-keys v0.45.0 |
| 1074 | 2026-04-10T02:45:53.669Z | Downloaded static_assertions v1.1.0 |
| 1075 | 2026-04-10T02:45:53.669Z | Downloaded prefix-trie v0.7.0 |
| 1076 | 2026-04-10T02:45:53.672Z | Downloaded minimal-lexical v0.2.1 |
| 1077 | 2026-04-10T02:45:53.675Z | Downloaded smf v0.2.3 |
| 1078 | 2026-04-10T02:45:53.677Z | Downloaded time-core v0.1.8 |
| 1079 | 2026-04-10T02:45:53.677Z | Downloaded take_mut v0.2.2 |
| 1080 | 2026-04-10T02:45:53.681Z | Downloaded supports-color v3.0.2 |
| 1081 | 2026-04-10T02:45:53.681Z | Downloaded slog-json v2.6.1 |
| 1082 | 2026-04-10T02:45:53.681Z | Downloaded slab v0.4.12 |
| 1083 | 2026-04-10T02:45:53.684Z | Downloaded spki v0.7.3 |
| 1084 | 2026-04-10T02:45:53.684Z | Downloaded slog-async v2.8.0 |
| 1085 | 2026-04-10T02:45:53.684Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-04-10T02:45:53.687Z | Downloaded hashbrown v0.15.5 |
| 1087 | 2026-04-10T02:45:53.690Z | Downloaded strum_macros v0.26.4 |
| 1088 | 2026-04-10T02:45:53.693Z | Downloaded schemars v0.8.22 |
| 1089 | 2026-04-10T02:45:53.699Z | Downloaded termtree v0.5.1 |
| 1090 | 2026-04-10T02:45:53.704Z | Downloaded seq-macro v0.3.6 |
| 1091 | 2026-04-10T02:45:53.704Z | Downloaded progenitor-impl v0.11.2 |
| 1092 | 2026-04-10T02:45:53.707Z | Downloaded rayon-core v1.13.0 |
| 1093 | 2026-04-10T02:45:53.707Z | Downloaded simd-adler32 v0.3.8 |
| 1094 | 2026-04-10T02:45:53.710Z | Downloaded thread_local v1.1.9 |
| 1095 | 2026-04-10T02:45:53.710Z | Downloaded newline-converter v0.3.0 |
| 1096 | 2026-04-10T02:45:53.713Z | Downloaded strum_macros v0.27.2 |
| 1097 | 2026-04-10T02:45:53.713Z | Downloaded flume v0.11.1 |
| 1098 | 2026-04-10T02:45:53.716Z | Downloaded itertools v0.12.1 |
| 1099 | 2026-04-10T02:45:53.719Z | Downloaded snafu-derive v0.8.9 |
| 1100 | 2026-04-10T02:45:53.722Z | Downloaded serde_with_macros v3.17.0 |
| 1101 | 2026-04-10T02:45:53.724Z | Downloaded tls_codec_derive v0.4.2 |
| 1102 | 2026-04-10T02:45:53.724Z | Downloaded stacker v0.1.23 |
| 1103 | 2026-04-10T02:45:53.728Z | Downloaded ryu v1.0.23 |
| 1104 | 2026-04-10T02:45:53.728Z | Downloaded tiny-keccak v2.0.2 |
| 1105 | 2026-04-10T02:45:53.731Z | Downloaded mio v1.1.1 |
| 1106 | 2026-04-10T02:45:53.736Z | Downloaded thiserror-no-std v2.0.2 |
| 1107 | 2026-04-10T02:45:53.739Z | Downloaded tokio-macros v2.6.0 |
| 1108 | 2026-04-10T02:45:53.739Z | Downloaded termios v0.3.3 |
| 1109 | 2026-04-10T02:45:53.739Z | Downloaded hyper v1.8.1 |
| 1110 | 2026-04-10T02:45:53.742Z | Downloaded libxml v0.3.3 |
| 1111 | 2026-04-10T02:45:53.746Z | Downloaded rustls-webpki v0.103.9 |
| 1112 | 2026-04-10T02:45:53.749Z | Downloaded base64 v0.21.7 |
| 1113 | 2026-04-10T02:45:53.752Z | Downloaded tokio-rustls v0.25.0 |
| 1114 | 2026-04-10T02:45:53.755Z | Downloaded tinyvec_macros v0.1.1 |
| 1115 | 2026-04-10T02:45:53.755Z | Downloaded rand v0.8.5 |
| 1116 | 2026-04-10T02:45:53.758Z | Downloaded nom v7.1.3 |
| 1117 | 2026-04-10T02:45:53.760Z | Downloaded unicode-truncate v1.1.0 |
| 1118 | 2026-04-10T02:45:53.763Z | Downloaded tokio-dtrace v0.1.1 |
| 1119 | 2026-04-10T02:45:53.763Z | Downloaded rand v0.10.0 |
| 1120 | 2026-04-10T02:45:53.766Z | Downloaded trait-variant v0.1.2 |
| 1121 | 2026-04-10T02:45:53.766Z | Downloaded time-macros v0.2.27 |
| 1122 | 2026-04-10T02:45:53.769Z | Downloaded unarray v0.1.4 |
| 1123 | 2026-04-10T02:45:53.769Z | Downloaded futures-util v0.3.32 |
| 1124 | 2026-04-10T02:45:53.775Z | Downloaded untrusted v0.9.0 |
| 1125 | 2026-04-10T02:45:53.778Z | Downloaded tower-service v0.3.3 |
| 1126 | 2026-04-10T02:45:53.778Z | Downloaded rsa v0.9.10 |
| 1127 | 2026-04-10T02:45:53.781Z | Downloaded usdt-macro v0.6.0 |
| 1128 | 2026-04-10T02:45:53.783Z | Downloaded itertools v0.13.0 |
| 1129 | 2026-04-10T02:45:53.786Z | Downloaded tls_codec v0.4.2 |
| 1130 | 2026-04-10T02:45:53.788Z | Downloaded term v0.7.0 |
| 1131 | 2026-04-10T02:45:53.791Z | Downloaded spin v0.9.8 |
| 1132 | 2026-04-10T02:45:53.791Z | Downloaded tower-layer v0.3.3 |
| 1133 | 2026-04-10T02:45:53.794Z | Downloaded topological-sort v0.2.2 |
| 1134 | 2026-04-10T02:45:53.794Z | Downloaded similar v2.7.0 |
| 1135 | 2026-04-10T02:45:53.797Z | Downloaded usdt-attr-macro v0.6.0 |
| 1136 | 2026-04-10T02:45:53.797Z | Downloaded untrusted v0.7.1 |
| 1137 | 2026-04-10T02:45:53.799Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-04-10T02:45:53.799Z | Downloaded void v1.0.2 |
| 1139 | 2026-04-10T02:45:53.799Z | Downloaded tokio-rustls v0.24.1 |
| 1140 | 2026-04-10T02:45:53.802Z | Downloaded tokio-native-tls v0.3.1 |
| 1141 | 2026-04-10T02:45:53.802Z | Downloaded signal-hook v0.3.18 |
| 1142 | 2026-04-10T02:45:53.805Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1143 | 2026-04-10T02:45:53.807Z | Downloaded scroll v0.13.0 |
| 1144 | 2026-04-10T02:45:53.807Z | Downloaded itertools v0.14.0 |
| 1145 | 2026-04-10T02:45:53.813Z | Downloaded universal-hash v0.5.1 |
| 1146 | 2026-04-10T02:45:53.817Z | Downloaded quinn v0.11.9 |
| 1147 | 2026-04-10T02:45:53.817Z | Downloaded iri-string v0.7.10 |
| 1148 | 2026-04-10T02:45:53.820Z | Downloaded waitgroup v0.1.2 |
| 1149 | 2026-04-10T02:45:53.820Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1150 | 2026-04-10T02:45:53.823Z | Downloaded tokio-tungstenite v0.23.1 |
| 1151 | 2026-04-10T02:45:53.823Z | Downloaded test-strategy v0.4.5 |
| 1152 | 2026-04-10T02:45:53.826Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-04-10T02:45:53.828Z | Downloaded blake3 v1.8.3 |
| 1154 | 2026-04-10T02:45:53.832Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1155 | 2026-04-10T02:45:53.834Z | Downloaded num-bigint-dig v0.8.6 |
| 1156 | 2026-04-10T02:45:53.837Z | Downloaded socket2 v0.5.10 |
| 1157 | 2026-04-10T02:45:53.840Z | Downloaded schemars v0.9.0 |
| 1158 | 2026-04-10T02:45:53.844Z | Downloaded want v0.3.1 |
| 1159 | 2026-04-10T02:45:53.847Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1160 | 2026-04-10T02:45:53.850Z | Downloaded snafu v0.8.9 |
| 1161 | 2026-04-10T02:45:53.853Z | Downloaded tokio-stream v0.1.18 |
| 1162 | 2026-04-10T02:45:53.855Z | Downloaded support-bundle-viewer v0.1.2 |
| 1163 | 2026-04-10T02:45:53.855Z | Downloaded p521 v0.13.3 |
| 1164 | 2026-04-10T02:45:53.858Z | Downloaded zeroize_derive v1.4.3 |
| 1165 | 2026-04-10T02:45:53.861Z | Downloaded russh v0.45.0 |
| 1166 | 2026-04-10T02:45:53.863Z | Downloaded xshell-macros v0.2.7 |
| 1167 | 2026-04-10T02:45:53.863Z | Downloaded libm v0.2.16 |
| 1168 | 2026-04-10T02:45:53.868Z | Downloaded usdt-impl v0.6.0 |
| 1169 | 2026-04-10T02:45:53.870Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1170 | 2026-04-10T02:45:53.873Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-04-10T02:45:53.873Z | Downloaded whoami v2.1.0 |
| 1172 | 2026-04-10T02:45:53.873Z | Downloaded tokio-tungstenite v0.21.0 |
| 1173 | 2026-04-10T02:45:53.876Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-04-10T02:45:53.876Z | Downloaded h2 v0.4.13 |
| 1175 | 2026-04-10T02:45:53.880Z | Downloaded utf-8 v0.7.6 |
| 1176 | 2026-04-10T02:45:53.883Z | Downloaded twox-hash v2.1.2 |
| 1177 | 2026-04-10T02:45:53.883Z | Downloaded tap v1.0.1 |
| 1178 | 2026-04-10T02:45:53.885Z | Downloaded vergen-git2 v1.0.7 |
| 1179 | 2026-04-10T02:45:53.885Z | Downloaded subprocess v0.2.15 |
| 1180 | 2026-04-10T02:45:53.889Z | Downloaded vergen-gitcl v1.0.8 |
| 1181 | 2026-04-10T02:45:53.889Z | Downloaded toml v0.7.8 |
| 1182 | 2026-04-10T02:45:53.892Z | Downloaded socket2 v0.6.2 |
| 1183 | 2026-04-10T02:45:53.892Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1184 | 2026-04-10T02:45:53.894Z | Downloaded zone v0.3.1 |
| 1185 | 2026-04-10T02:45:53.894Z | Downloaded usdt v0.6.0 |
| 1186 | 2026-04-10T02:45:53.897Z | Downloaded vergen-lib v0.1.6 |
| 1187 | 2026-04-10T02:45:53.897Z | Downloaded tracing-attributes v0.1.31 |
| 1188 | 2026-04-10T02:45:53.900Z | Downloaded tui-tree-widget v0.23.1 |
| 1189 | 2026-04-10T02:45:53.900Z | Downloaded samael v0.0.19 |
| 1190 | 2026-04-10T02:45:53.902Z | Downloaded vsss-rs v3.3.4 |
| 1191 | 2026-04-10T02:45:53.905Z | Downloaded unicase v2.9.0 |
| 1192 | 2026-04-10T02:45:53.905Z | Downloaded rustyline v14.0.0 |
| 1193 | 2026-04-10T02:45:53.908Z | Downloaded rpassword v7.4.0 |
| 1194 | 2026-04-10T02:45:53.911Z | Downloaded tar v0.4.45 |
| 1195 | 2026-04-10T02:45:53.914Z | Downloaded wyz v0.5.1 |
| 1196 | 2026-04-10T02:45:53.914Z | Downloaded walkdir v2.5.0 |
| 1197 | 2026-04-10T02:45:53.914Z | Downloaded xshell v0.2.7 |
| 1198 | 2026-04-10T02:45:53.914Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1199 | 2026-04-10T02:45:53.917Z | Downloaded zstd v0.13.3 |
| 1200 | 2026-04-10T02:45:53.920Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1201 | 2026-04-10T02:45:53.924Z | Downloaded uzers v0.12.2 |
| 1202 | 2026-04-10T02:45:53.924Z | Downloaded schemars v1.2.1 |
| 1203 | 2026-04-10T02:45:53.931Z | Downloaded zeroize v1.8.2 |
| 1204 | 2026-04-10T02:45:53.934Z | Downloaded bitvec v1.0.1 |
| 1205 | 2026-04-10T02:45:53.941Z | Downloaded tracing-core v0.1.36 |
| 1206 | 2026-04-10T02:45:53.943Z | Downloaded unicode-properties v0.1.4 |
| 1207 | 2026-04-10T02:45:53.946Z | Downloaded term v1.2.1 |
| 1208 | 2026-04-10T02:45:53.946Z | Downloaded hkdf v0.12.4 |
| 1209 | 2026-04-10T02:45:53.949Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-04-10T02:45:53.951Z | Downloaded vergen v9.0.6 |
| 1211 | 2026-04-10T02:45:53.951Z | Downloaded slog v2.8.2 |
| 1212 | 2026-04-10T02:45:53.954Z | Downloaded unit-prefix v0.5.2 |
| 1213 | 2026-04-10T02:45:53.954Z | Downloaded typify-macro v0.6.1 |
| 1214 | 2026-04-10T02:45:53.957Z | Downloaded typify-macro v0.4.3 |
| 1215 | 2026-04-10T02:45:53.957Z | Downloaded zstd-safe v7.2.4 |
| 1216 | 2026-04-10T02:45:53.957Z | Downloaded tungstenite v0.23.0 |
| 1217 | 2026-04-10T02:45:53.960Z | Downloaded tungstenite v0.21.0 |
| 1218 | 2026-04-10T02:45:53.963Z | Downloaded typify v0.4.3 |
| 1219 | 2026-04-10T02:45:53.963Z | Downloaded uuid v1.23.0 |
| 1220 | 2026-04-10T02:45:53.965Z | Downloaded try-lock v0.2.5 |
| 1221 | 2026-04-10T02:45:53.965Z | Downloaded unicode-bidi v0.3.18 |
| 1222 | 2026-04-10T02:45:53.968Z | Downloaded rand v0.9.2 |
| 1223 | 2026-04-10T02:45:53.970Z | Downloaded iddqd v0.3.17 |
| 1224 | 2026-04-10T02:45:53.973Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1225 | 2026-04-10T02:45:53.977Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-04-10T02:45:53.980Z | Downloaded yasna v0.5.2 |
| 1227 | 2026-04-10T02:45:53.984Z | Downloaded parse-display v0.10.0 |
| 1228 | 2026-04-10T02:45:53.984Z | Downloaded derive-where v1.6.0 |
| 1229 | 2026-04-10T02:45:53.989Z | Downloaded data-encoding v2.10.0 |
| 1230 | 2026-04-10T02:45:53.989Z | Downloaded http-body v1.0.1 |
| 1231 | 2026-04-10T02:45:53.989Z | Downloaded steno v0.4.1 |
| 1232 | 2026-04-10T02:45:53.991Z | Downloaded hostname v0.4.2 |
| 1233 | 2026-04-10T02:45:53.991Z | Downloaded const_format v0.2.35 |
| 1234 | 2026-04-10T02:45:53.994Z | Downloaded home v0.5.12 |
| 1235 | 2026-04-10T02:45:53.994Z | Downloaded zerocopy v0.6.6 |
| 1236 | 2026-04-10T02:45:53.994Z | Downloaded vte v0.14.1 |
| 1237 | 2026-04-10T02:45:53.997Z | Downloaded reedline v0.40.0 |
| 1238 | 2026-04-10T02:45:54.000Z | Downloaded typify v0.6.1 |
| 1239 | 2026-04-10T02:45:54.004Z | Downloaded chrono v0.4.44 |
| 1240 | 2026-04-10T02:45:54.006Z | Downloaded clang-sys v1.8.1 |
| 1241 | 2026-04-10T02:45:54.009Z | Downloaded async-bb8-diesel v0.2.1 |
| 1242 | 2026-04-10T02:45:54.011Z | Downloaded chacha20 v0.10.0 |
| 1243 | 2026-04-10T02:45:54.012Z | Downloaded cookie v0.18.1 |
| 1244 | 2026-04-10T02:45:54.015Z | Downloaded const-oid v0.9.6 |
| 1245 | 2026-04-10T02:45:54.015Z | Downloaded colored v2.2.0 |
| 1246 | 2026-04-10T02:45:54.018Z | Downloaded zopfli v0.8.3 |
| 1247 | 2026-04-10T02:45:54.018Z | Downloaded ssh-key v0.6.7 |
| 1248 | 2026-04-10T02:45:54.021Z | Downloaded bindgen v0.71.1 |
| 1249 | 2026-04-10T02:45:54.029Z | Downloaded portable-atomic v1.13.1 |
| 1250 | 2026-04-10T02:45:54.031Z | Downloaded wait-timeout v0.2.1 |
| 1251 | 2026-04-10T02:45:54.031Z | Downloaded unicode_categories v0.1.1 |
| 1252 | 2026-04-10T02:45:54.034Z | Downloaded ff v0.13.1 |
| 1253 | 2026-04-10T02:45:54.034Z | Downloaded diesel-dtrace v0.5.0 |
| 1254 | 2026-04-10T02:45:54.036Z | Downloaded regex v1.12.3 |
| 1255 | 2026-04-10T02:45:54.039Z | Downloaded zip v0.6.6 |
| 1256 | 2026-04-10T02:45:54.042Z | Downloaded goblin v0.10.5 |
| 1257 | 2026-04-10T02:45:54.045Z | Downloaded blowfish v0.9.1 |
| 1258 | 2026-04-10T02:45:54.048Z | Downloaded group v0.13.0 |
| 1259 | 2026-04-10T02:45:54.051Z | Downloaded toml_edit v0.19.15 |
| 1260 | 2026-04-10T02:45:54.059Z | Downloaded yansi v1.0.1 |
| 1261 | 2026-04-10T02:45:54.063Z | Downloaded rustls-webpki v0.101.7 |
| 1262 | 2026-04-10T02:45:54.069Z | Downloaded reqwest v0.12.28 |
| 1263 | 2026-04-10T02:45:54.072Z | Downloaded p384 v0.13.1 |
| 1264 | 2026-04-10T02:45:54.076Z | Downloaded unicode-segmentation v1.12.0 |
| 1265 | 2026-04-10T02:45:54.078Z | Downloaded tower v0.5.3 |
| 1266 | 2026-04-10T02:45:54.083Z | Downloaded zerocopy-derive v0.8.40 |
| 1267 | 2026-04-10T02:45:54.088Z | Downloaded typed-path v0.9.3 |
| 1268 | 2026-04-10T02:45:54.092Z | Downloaded rayon v1.11.0 |
| 1269 | 2026-04-10T02:45:54.097Z | Downloaded salty v0.3.0 |
| 1270 | 2026-04-10T02:45:54.101Z | Downloaded quick-xml v0.37.5 |
| 1271 | 2026-04-10T02:45:54.105Z | Downloaded git2 v0.20.4 |
| 1272 | 2026-04-10T02:45:54.110Z | Downloaded reqwest v0.13.2 |
| 1273 | 2026-04-10T02:45:54.113Z | Downloaded x509-cert v0.2.5 |
| 1274 | 2026-04-10T02:45:54.120Z | Downloaded lalrpop v0.19.12 |
| 1275 | 2026-04-10T02:45:54.130Z | Downloaded unicode-normalization v0.1.25 |
| 1276 | 2026-04-10T02:45:54.136Z | Downloaded moka v0.12.13 |
| 1277 | 2026-04-10T02:45:54.148Z | Downloaded serde_with v3.17.0 |
| 1278 | 2026-04-10T02:45:54.152Z | Downloaded zip v4.6.1 |
| 1279 | 2026-04-10T02:45:54.160Z | Downloaded tokio-util v0.7.18 |
| 1280 | 2026-04-10T02:45:54.171Z | Downloaded nix v0.27.1 |
| 1281 | 2026-04-10T02:45:54.179Z | Downloaded rustls-webpki v0.102.8 |
| 1282 | 2026-04-10T02:45:54.190Z | Downloaded whoami v1.6.1 |
| 1283 | 2026-04-10T02:45:54.192Z | Downloaded tower-http v0.6.8 |
| 1284 | 2026-04-10T02:45:54.195Z | Downloaded tough v0.20.0 |
| 1285 | 2026-04-10T02:45:54.200Z | Downloaded openssl v0.10.75 |
| 1286 | 2026-04-10T02:45:54.206Z | Downloaded winnow v0.5.40 |
| 1287 | 2026-04-10T02:45:54.211Z | Downloaded polar-core v0.27.3 |
| 1288 | 2026-04-10T02:45:54.216Z | Downloaded bstr v1.12.1 |
| 1289 | 2026-04-10T02:45:54.223Z | Downloaded radix_trie v0.2.1 |
| 1290 | 2026-04-10T02:45:54.226Z | Downloaded quinn-proto v0.11.13 |
| 1291 | 2026-04-10T02:45:54.230Z | Downloaded winnow v0.6.26 |
| 1292 | 2026-04-10T02:45:54.236Z | Downloaded nix v0.29.0 |
| 1293 | 2026-04-10T02:45:54.243Z | Downloaded proptest v1.10.0 |
| 1294 | 2026-04-10T02:45:54.248Z | Downloaded petname v2.0.2 |
| 1295 | 2026-04-10T02:45:54.254Z | Downloaded object v0.30.4 |
| 1296 | 2026-04-10T02:45:54.258Z | Downloaded dropshot v0.16.7 |
| 1297 | 2026-04-10T02:45:54.272Z | Downloaded time v0.3.47 |
| 1298 | 2026-04-10T02:45:54.277Z | Downloaded tabled v0.20.0 |
| 1299 | 2026-04-10T02:45:54.288Z | Downloaded smoltcp v0.9.1 |
| 1300 | 2026-04-10T02:45:54.295Z | Downloaded nix v0.28.0 |
| 1301 | 2026-04-10T02:45:54.301Z | Downloaded zlib-rs v0.6.2 |
| 1302 | 2026-04-10T02:45:54.304Z | Downloaded openapiv3 v2.2.0 |
| 1303 | 2026-04-10T02:45:54.313Z | Downloaded object v0.37.3 |
| 1304 | 2026-04-10T02:45:54.318Z | Downloaded nix v0.31.1 |
| 1305 | 2026-04-10T02:45:54.326Z | Downloaded smoltcp v0.11.0 |
| 1306 | 2026-04-10T02:45:54.334Z | Downloaded rustls v0.21.12 |
| 1307 | 2026-04-10T02:45:54.340Z | Downloaded rustls v0.23.37 |
| 1308 | 2026-04-10T02:45:54.348Z | Downloaded vcpkg v0.2.15 |
| 1309 | 2026-04-10T02:45:54.371Z | Downloaded regex-syntax v0.8.10 |
| 1310 | 2026-04-10T02:45:54.376Z | Downloaded regress v0.10.5 |
| 1311 | 2026-04-10T02:45:54.381Z | Downloaded hickory-proto v0.25.2 |
| 1312 | 2026-04-10T02:45:54.393Z | Downloaded webpki-roots v1.0.6 |
| 1313 | 2026-04-10T02:45:54.398Z | Downloaded rustls v0.22.4 |
| 1314 | 2026-04-10T02:45:54.404Z | Downloaded zerocopy v0.8.40 |
| 1315 | 2026-04-10T02:45:54.409Z | Downloaded rustix v0.38.44 |
| 1316 | 2026-04-10T02:45:54.423Z | Downloaded diesel v2.3.7 |
| 1317 | 2026-04-10T02:45:54.437Z | Downloaded regex-syntax v0.6.29 |
| 1318 | 2026-04-10T02:45:54.440Z | Downloaded tracing v0.1.44 |
| 1319 | 2026-04-10T02:45:54.453Z | Downloaded ratatui v0.29.0 |
| 1320 | 2026-04-10T02:45:54.465Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1321 | 2026-04-10T02:45:54.472Z | Downloaded hickory-proto v0.24.4 |
| 1322 | 2026-04-10T02:45:54.484Z | Downloaded sqlparser v0.61.0 |
| 1323 | 2026-04-10T02:45:54.504Z | Downloaded petgraph v0.6.5 |
| 1324 | 2026-04-10T02:45:54.515Z | Downloaded jiff v0.2.21 |
| 1325 | 2026-04-10T02:45:54.527Z | Downloaded typify-impl v0.6.1 |
| 1326 | 2026-04-10T02:45:54.537Z | Downloaded typify-impl v0.4.3 |
| 1327 | 2026-04-10T02:45:54.545Z | Downloaded sled v0.34.7 |
| 1328 | 2026-04-10T02:45:54.551Z | Downloaded chrono-tz v0.10.4 |
| 1329 | 2026-04-10T02:45:54.562Z | Downloaded petgraph v0.8.3 |
| 1330 | 2026-04-10T02:45:54.582Z | Downloaded regex-automata v0.4.14 |
| 1331 | 2026-04-10T02:45:54.615Z | Downloaded zerocopy-derive v0.6.6 |
| 1332 | 2026-04-10T02:45:54.652Z | Downloaded ring v0.17.14 |
| 1333 | 2026-04-10T02:45:54.685Z | Downloaded csv v1.4.0 |
| 1334 | 2026-04-10T02:45:54.695Z | Downloaded sha3 v0.10.8 |
| 1335 | 2026-04-10T02:45:54.699Z | Downloaded libz-sys v1.1.24 |
| 1336 | 2026-04-10T02:45:54.710Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1337 | 2026-04-10T02:45:54.720Z | Downloaded tokio v1.50.0 |
| 1338 | 2026-04-10T02:45:54.772Z | Downloaded encoding_rs v0.8.35 |
| 1339 | 2026-04-10T02:45:54.830Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1340 | 2026-04-10T02:45:55.237Z | Downloaded aws-lc-sys v0.37.1 |
| 1341 | 2026-04-10T02:45:55.474Z | Compiling libc v0.2.180 |
| 1342 | 2026-04-10T02:45:55.474Z | Compiling serde v1.0.228 |
| 1343 | 2026-04-10T02:45:55.477Z | Compiling find-msvc-tools v0.1.9 |
| 1344 | 2026-04-10T02:45:55.477Z | Compiling log v0.4.29 |
| 1345 | 2026-04-10T02:45:55.477Z | Compiling shlex v1.3.0 |
| 1346 | 2026-04-10T02:45:55.477Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-04-10T02:45:55.631Z | Compiling syn v2.0.117 |
| 1348 | 2026-04-10T02:45:55.649Z | Compiling typenum v1.19.0 |
| 1349 | 2026-04-10T02:45:55.824Z | Compiling generic-array v0.14.7 |
| 1350 | 2026-04-10T02:45:55.839Z | Compiling subtle v2.6.1 |
| 1351 | 2026-04-10T02:45:55.858Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-04-10T02:45:55.888Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-04-10T02:45:55.950Z | Compiling portable-atomic v1.13.1 |
| 1354 | 2026-04-10T02:45:55.968Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-04-10T02:45:56.023Z | Compiling zerocopy v0.8.40 |
| 1356 | 2026-04-10T02:45:56.110Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-04-10T02:45:56.204Z | Compiling serde_json v1.0.149 |
| 1358 | 2026-04-10T02:45:56.228Z | Compiling pin-project-lite v0.2.17 |
| 1359 | 2026-04-10T02:45:56.328Z | Compiling parking_lot_core v0.9.12 |
| 1360 | 2026-04-10T02:45:56.471Z | Compiling getrandom v0.2.17 |
| 1361 | 2026-04-10T02:45:56.486Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-04-10T02:45:56.536Z | Compiling errno v0.3.14 |
| 1363 | 2026-04-10T02:45:56.630Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-04-10T02:45:56.671Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-04-10T02:45:56.690Z | Compiling cc v1.2.56 |
| 1366 | 2026-04-10T02:45:56.873Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-04-10T02:45:56.912Z | Compiling bitflags v2.11.0 |
| 1368 | 2026-04-10T02:45:56.991Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-04-10T02:45:57.078Z | Compiling libm v0.2.16 |
| 1370 | 2026-04-10T02:45:57.144Z | Compiling parking_lot v0.12.5 |
| 1371 | 2026-04-10T02:45:57.158Z | Compiling mio v1.1.1 |
| 1372 | 2026-04-10T02:45:57.209Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-04-10T02:45:57.237Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-04-10T02:45:57.409Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-04-10T02:45:57.514Z | Compiling socket2 v0.6.2 |
| 1376 | 2026-04-10T02:45:57.555Z | Compiling allocator-api2 v0.2.21 |
| 1377 | 2026-04-10T02:45:57.558Z | Compiling cpufeatures v0.2.17 |
| 1378 | 2026-04-10T02:45:57.607Z | Compiling foldhash v0.2.0 |
| 1379 | 2026-04-10T02:45:57.610Z | Compiling futures-sink v0.3.32 |
| 1380 | 2026-04-10T02:45:57.645Z | Compiling getrandom v0.3.4 |
| 1381 | 2026-04-10T02:45:57.726Z | Compiling futures-channel v0.3.32 |
| 1382 | 2026-04-10T02:45:57.833Z | Compiling slab v0.4.12 |
| 1383 | 2026-04-10T02:45:57.888Z | Compiling hashbrown v0.16.1 |
| 1384 | 2026-04-10T02:45:57.918Z | Compiling futures-io v0.3.32 |
| 1385 | 2026-04-10T02:45:57.959Z | Compiling futures-task v0.3.32 |
| 1386 | 2026-04-10T02:45:58.017Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-04-10T02:45:58.076Z | Compiling form_urlencoded v1.2.2 |
| 1388 | 2026-04-10T02:45:58.136Z | Compiling cmake v0.1.57 |
| 1389 | 2026-04-10T02:45:58.262Z | Compiling fs_extra v1.3.0 |
| 1390 | 2026-04-10T02:45:58.484Z | Compiling synstructure v0.13.2 |
| 1391 | 2026-04-10T02:45:58.526Z | Compiling indexmap v2.13.0 |
| 1392 | 2026-04-10T02:45:58.541Z | Compiling base64ct v1.8.3 |
| 1393 | 2026-04-10T02:45:58.554Z | Compiling getrandom v0.4.1 |
| 1394 | 2026-04-10T02:45:58.616Z | Compiling ident_case v1.0.1 |
| 1395 | 2026-04-10T02:45:58.745Z | Compiling dunce v1.0.5 |
| 1396 | 2026-04-10T02:45:58.827Z | Compiling pem-rfc7468 v0.7.0 |
| 1397 | 2026-04-10T02:45:58.844Z | Compiling aws-lc-sys v0.37.1 |
| 1398 | 2026-04-10T02:45:58.859Z | Compiling flagset v0.4.7 |
| 1399 | 2026-04-10T02:45:58.904Z | Compiling rand_core v0.10.0 |
| 1400 | 2026-04-10T02:45:59.013Z | Compiling rand_core v0.9.5 |
| 1401 | 2026-04-10T02:45:59.028Z | Compiling rustix v1.1.3 |
| 1402 | 2026-04-10T02:45:59.108Z | Compiling iana-time-zone v0.1.65 |
| 1403 | 2026-04-10T02:45:59.163Z | Compiling ring v0.17.14 |
| 1404 | 2026-04-10T02:45:59.163Z | Compiling rustc_version v0.4.1 |
| 1405 | 2026-04-10T02:45:59.288Z | Compiling uuid v1.23.0 |
| 1406 | 2026-04-10T02:45:59.304Z | Compiling aws-lc-rs v1.16.0 |
| 1407 | 2026-04-10T02:45:59.318Z | Compiling regex-syntax v0.8.10 |
| 1408 | 2026-04-10T02:45:59.492Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-04-10T02:45:59.577Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-04-10T02:46:00.002Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-04-10T02:46:00.167Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-04-10T02:46:00.226Z | Compiling serde_derive v1.0.228 |
| 1413 | 2026-04-10T02:46:00.267Z | Compiling zeroize_derive v1.4.3 |
| 1414 | 2026-04-10T02:46:00.707Z | Compiling zerofrom-derive v0.1.6 |
| 1415 | 2026-04-10T02:46:00.798Z | Compiling yoke-derive v0.8.1 |
| 1416 | 2026-04-10T02:46:00.913Z | Compiling zeroize v1.8.2 |
| 1417 | 2026-04-10T02:46:01.114Z | Compiling zerocopy-derive v0.8.40 |
| 1418 | 2026-04-10T02:46:01.638Z | Compiling crypto-common v0.1.7 |
| 1419 | 2026-04-10T02:46:01.689Z | Compiling block-buffer v0.10.4 |
| 1420 | 2026-04-10T02:46:01.784Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-04-10T02:46:01.860Z | Compiling digest v0.10.7 |
| 1422 | 2026-04-10T02:46:01.953Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-04-10T02:46:02.099Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-04-10T02:46:02.115Z | Compiling tokio-macros v2.6.0 |
| 1425 | 2026-04-10T02:46:02.224Z | Compiling yoke v0.8.1 |
| 1426 | 2026-04-10T02:46:02.407Z | Compiling hmac v0.12.1 |
| 1427 | 2026-04-10T02:46:02.564Z | Compiling futures-macro v0.3.32 |
| 1428 | 2026-04-10T02:46:02.679Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-04-10T02:46:02.822Z | Compiling block-padding v0.3.3 |
| 1430 | 2026-04-10T02:46:02.870Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-04-10T02:46:02.970Z | Compiling inout v0.1.4 |
| 1432 | 2026-04-10T02:46:02.985Z | Compiling sha2 v0.10.9 |
| 1433 | 2026-04-10T02:46:03.136Z | Compiling cipher v0.4.4 |
| 1434 | 2026-04-10T02:46:03.355Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-04-10T02:46:03.370Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-04-10T02:46:03.397Z | Compiling futures-util v0.3.32 |
| 1437 | 2026-04-10T02:46:03.528Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-04-10T02:46:03.555Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-04-10T02:46:03.649Z | Compiling bytes v1.11.1 |
| 1440 | 2026-04-10T02:46:03.868Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-04-10T02:46:04.031Z | Compiling chrono v0.4.44 |
| 1442 | 2026-04-10T02:46:04.253Z | Compiling tokio v1.50.0 |
| 1443 | 2026-04-10T02:46:04.347Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-04-10T02:46:04.382Z | Compiling http v1.4.0 |
| 1445 | 2026-04-10T02:46:04.629Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-04-10T02:46:04.798Z | Compiling icu_normalizer v2.1.1 |
| 1447 | 2026-04-10T02:46:05.290Z | Compiling der v0.7.10 |
| 1448 | 2026-04-10T02:46:05.393Z | Compiling ppv-lite86 v0.2.21 |
| 1449 | 2026-04-10T02:46:05.436Z | Compiling salsa20 v0.10.2 |
| 1450 | 2026-04-10T02:46:05.521Z | Compiling idna_adapter v1.2.1 |
| 1451 | 2026-04-10T02:46:05.574Z | Compiling pbkdf2 v0.12.2 |
| 1452 | 2026-04-10T02:46:05.658Z | Compiling idna v1.1.0 |
| 1453 | 2026-04-10T02:46:05.689Z | Compiling thiserror-impl v2.0.18 |
| 1454 | 2026-04-10T02:46:05.704Z | Compiling scrypt v0.11.0 |
| 1455 | 2026-04-10T02:46:05.719Z | Compiling rand_chacha v0.9.0 |
| 1456 | 2026-04-10T02:46:05.756Z | Compiling aes v0.8.4 |
| 1457 | 2026-04-10T02:46:05.950Z | Compiling url v2.5.8 |
| 1458 | 2026-04-10T02:46:06.299Z | Compiling spki v0.7.3 |
| 1459 | 2026-04-10T02:46:06.411Z | Compiling cbc v0.1.2 |
| 1460 | 2026-04-10T02:46:06.474Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-04-10T02:46:06.501Z | Compiling openssl-sys v0.9.111 |
| 1462 | 2026-04-10T02:46:06.556Z | Compiling tracing-attributes v0.1.31 |
| 1463 | 2026-04-10T02:46:06.733Z | Compiling pkcs5 v0.7.1 |
| 1464 | 2026-04-10T02:46:06.798Z | Compiling rand v0.9.2 |
| 1465 | 2026-04-10T02:46:06.914Z | Compiling http-body v1.0.1 |
| 1466 | 2026-04-10T02:46:06.999Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-04-10T02:46:07.063Z | Compiling schemars v0.8.22 |
| 1468 | 2026-04-10T02:46:07.079Z | Compiling openssl-probe v0.2.1 |
| 1469 | 2026-04-10T02:46:07.102Z | Compiling base64 v0.22.1 |
| 1470 | 2026-04-10T02:46:07.198Z | Compiling untrusted v0.9.0 |
| 1471 | 2026-04-10T02:46:07.246Z | Compiling untrusted v0.7.1 |
| 1472 | 2026-04-10T02:46:07.262Z | Compiling httparse v1.10.1 |
| 1473 | 2026-04-10T02:46:07.391Z | Compiling pkcs8 v0.10.2 |
| 1474 | 2026-04-10T02:46:07.412Z | Compiling schemars_derive v0.8.22 |
| 1475 | 2026-04-10T02:46:07.570Z | Compiling pest_derive v2.8.6 |
| 1476 | 2026-04-10T02:46:07.636Z | Compiling scroll_derive v0.13.1 |
| 1477 | 2026-04-10T02:46:07.693Z | Compiling darling_core v0.20.11 |
| 1478 | 2026-04-10T02:46:07.845Z | Compiling tracing v0.1.44 |
| 1479 | 2026-04-10T02:46:07.989Z | Compiling tokio-util v0.7.18 |
| 1480 | 2026-04-10T02:46:08.111Z | Compiling dyn-clone v1.0.20 |
| 1481 | 2026-04-10T02:46:08.250Z | Compiling rustls v0.23.37 |
| 1482 | 2026-04-10T02:46:08.419Z | Compiling tinyvec_macros v0.1.1 |
| 1483 | 2026-04-10T02:46:08.422Z | Compiling atomic-waker v1.1.2 |
| 1484 | 2026-04-10T02:46:08.493Z | Compiling tower-service v0.3.3 |
| 1485 | 2026-04-10T02:46:08.559Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-04-10T02:46:08.594Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-04-10T02:46:08.697Z | Compiling want v0.3.1 |
| 1488 | 2026-04-10T02:46:08.720Z | Compiling h2 v0.4.13 |
| 1489 | 2026-04-10T02:46:08.861Z | Compiling tinyvec v1.10.0 |
| 1490 | 2026-04-10T02:46:09.002Z | Compiling scroll v0.13.0 |
| 1491 | 2026-04-10T02:46:09.205Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-04-10T02:46:09.263Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1493 | 2026-04-10T02:46:09.324Z | Compiling spin v0.9.8 |
| 1494 | 2026-04-10T02:46:09.528Z | Compiling aho-corasick v1.1.4 |
| 1495 | 2026-04-10T02:46:09.643Z | Compiling pin-utils v0.1.0 |
| 1496 | 2026-04-10T02:46:09.695Z | Compiling powerfmt v0.2.0 |
| 1497 | 2026-04-10T02:46:09.717Z | Compiling time-core v0.1.8 |
| 1498 | 2026-04-10T02:46:09.852Z | Compiling foreign-types-shared v0.1.1 |
| 1499 | 2026-04-10T02:46:09.911Z | Compiling crc32fast v1.5.0 |
| 1500 | 2026-04-10T02:46:09.939Z | Compiling openssl v0.10.75 |
| 1501 | 2026-04-10T02:46:09.955Z | Compiling darling_macro v0.20.11 |
| 1502 | 2026-04-10T02:46:09.958Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-04-10T02:46:09.981Z | Compiling num-conv v0.2.0 |
| 1504 | 2026-04-10T02:46:10.108Z | Compiling tempfile v3.25.0 |
| 1505 | 2026-04-10T02:46:10.192Z | Compiling time-macros v0.2.27 |
| 1506 | 2026-04-10T02:46:10.205Z | Compiling foreign-types v0.3.2 |
| 1507 | 2026-04-10T02:46:10.224Z | Compiling deranged v0.5.8 |
| 1508 | 2026-04-10T02:46:10.416Z | Compiling darling v0.20.11 |
| 1509 | 2026-04-10T02:46:10.477Z | Compiling regex-automata v0.4.14 |
| 1510 | 2026-04-10T02:46:10.499Z | Compiling goblin v0.10.5 |
| 1511 | 2026-04-10T02:46:11.245Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-04-10T02:46:11.276Z | Compiling wait-timeout v0.2.1 |
| 1513 | 2026-04-10T02:46:11.541Z | Compiling socket2 v0.5.10 |
| 1514 | 2026-04-10T02:46:11.629Z | Compiling usdt-impl v0.6.0 |
| 1515 | 2026-04-10T02:46:11.689Z | Compiling hyper v1.8.1 |
| 1516 | 2026-04-10T02:46:11.832Z | Compiling native-tls v0.2.18 |
| 1517 | 2026-04-10T02:46:11.940Z | Compiling quick-error v1.2.3 |
| 1518 | 2026-04-10T02:46:12.030Z | Compiling simd-adler32 v0.3.8 |
| 1519 | 2026-04-10T02:46:12.046Z | Compiling syn v1.0.109 |
| 1520 | 2026-04-10T02:46:12.267Z | Compiling siphasher v1.0.2 |
| 1521 | 2026-04-10T02:46:12.340Z | Compiling bit-vec v0.8.0 |
| 1522 | 2026-04-10T02:46:12.449Z | Compiling crossbeam-utils v0.8.21 |
| 1523 | 2026-04-10T02:46:12.569Z | Compiling num_threads v0.1.7 |
| 1524 | 2026-04-10T02:46:12.654Z | Compiling time v0.3.47 |
| 1525 | 2026-04-10T02:46:12.668Z | Compiling bit-set v0.8.0 |
| 1526 | 2026-04-10T02:46:12.759Z | Compiling hyper-util v0.1.20 |
| 1527 | 2026-04-10T02:46:12.894Z | Compiling rusty-fork v0.3.1 |
| 1528 | 2026-04-10T02:46:13.201Z | Compiling dof v0.4.0 |
| 1529 | 2026-04-10T02:46:14.208Z | Compiling derive_builder_core v0.20.2 |
| 1530 | 2026-04-10T02:46:14.436Z | Compiling unicode-normalization v0.1.25 |
| 1531 | 2026-04-10T02:46:14.507Z | Compiling dtrace-parser v0.3.0 |
| 1532 | 2026-04-10T02:46:14.522Z | Compiling rustls-native-certs v0.8.3 |
| 1533 | 2026-04-10T02:46:14.664Z | Compiling signature v2.2.0 |
| 1534 | 2026-04-10T02:46:14.804Z | Compiling thiserror-impl v1.0.69 |
| 1535 | 2026-04-10T02:46:14.901Z | Compiling scroll_derive v0.12.1 |
| 1536 | 2026-04-10T02:46:14.918Z | Compiling heapless v0.7.17 |
| 1537 | 2026-04-10T02:46:15.111Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-04-10T02:46:15.156Z | Compiling slog v2.8.2 |
| 1539 | 2026-04-10T02:46:15.279Z | Compiling darling_core v0.21.3 |
| 1540 | 2026-04-10T02:46:15.293Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1541 | 2026-04-10T02:46:15.338Z | Compiling sync_wrapper v1.0.2 |
| 1542 | 2026-04-10T02:46:15.444Z | Compiling thread-id v5.1.0 |
| 1543 | 2026-04-10T02:46:15.531Z | Compiling cookie v0.18.1 |
| 1544 | 2026-04-10T02:46:15.560Z | Compiling adler2 v2.0.1 |
| 1545 | 2026-04-10T02:46:15.563Z | Compiling unicode-properties v0.1.4 |
| 1546 | 2026-04-10T02:46:15.707Z | Compiling unicode-bidi v0.3.18 |
| 1547 | 2026-04-10T02:46:15.707Z | Compiling unarray v0.1.4 |
| 1548 | 2026-04-10T02:46:15.769Z | Compiling paste v1.0.15 |
| 1549 | 2026-04-10T02:46:15.829Z | Compiling anyhow v1.0.102 |
| 1550 | 2026-04-10T02:46:16.034Z | Compiling signal-hook v0.3.18 |
| 1551 | 2026-04-10T02:46:16.090Z | Compiling zstd-safe v7.2.4 |
| 1552 | 2026-04-10T02:46:16.132Z | Compiling thiserror v1.0.69 |
| 1553 | 2026-04-10T02:46:16.235Z | Compiling stringprep v0.1.5 |
| 1554 | 2026-04-10T02:46:16.249Z | Compiling proptest v1.10.0 |
| 1555 | 2026-04-10T02:46:16.278Z | Compiling miniz_oxide v0.8.9 |
| 1556 | 2026-04-10T02:46:16.338Z | Compiling scroll v0.12.0 |
| 1557 | 2026-04-10T02:46:16.661Z | Compiling tower v0.5.3 |
| 1558 | 2026-04-10T02:46:16.933Z | Compiling derive_builder_macro v0.20.2 |
| 1559 | 2026-04-10T02:46:17.116Z | Compiling ipnetwork v0.21.1 |
| 1560 | 2026-04-10T02:46:17.154Z | Compiling http-body-util v0.1.3 |
| 1561 | 2026-04-10T02:46:17.380Z | Compiling webpki-roots v1.0.6 |
| 1562 | 2026-04-10T02:46:17.397Z | Compiling rand_chacha v0.3.1 |
| 1563 | 2026-04-10T02:46:17.499Z | Compiling erased-serde v0.3.31 |
| 1564 | 2026-04-10T02:46:17.502Z | Compiling serde_tokenstream v0.2.3 |
| 1565 | 2026-04-10T02:46:17.524Z | Compiling toml_datetime v0.6.11 |
| 1566 | 2026-04-10T02:46:17.766Z | Compiling darling_macro v0.21.3 |
| 1567 | 2026-04-10T02:46:17.782Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-04-10T02:46:17.812Z | Compiling md-5 v0.10.6 |
| 1569 | 2026-04-10T02:46:17.922Z | Compiling zerocopy-derive v0.7.35 |
| 1570 | 2026-04-10T02:46:17.977Z | Compiling curve25519-dalek v4.1.3 |
| 1571 | 2026-04-10T02:46:17.992Z | Compiling vergen-lib v0.1.6 |
| 1572 | 2026-04-10T02:46:18.171Z | Compiling num-integer v0.1.46 |
| 1573 | 2026-04-10T02:46:18.194Z | Compiling hash32 v0.2.1 |
| 1574 | 2026-04-10T02:46:18.233Z | Compiling ff v0.13.1 |
| 1575 | 2026-04-10T02:46:18.308Z | Compiling memoffset v0.9.1 |
| 1576 | 2026-04-10T02:46:18.371Z | Compiling ref-cast v1.0.25 |
| 1577 | 2026-04-10T02:46:18.385Z | Compiling base16ct v0.2.0 |
| 1578 | 2026-04-10T02:46:18.488Z | Compiling zlib-rs v0.6.2 |
| 1579 | 2026-04-10T02:46:18.502Z | Compiling smoltcp v0.9.1 |
| 1580 | 2026-04-10T02:46:18.557Z | Compiling ryu v1.0.23 |
| 1581 | 2026-04-10T02:46:18.667Z | Compiling psl-types v2.0.11 |
| 1582 | 2026-04-10T02:46:18.750Z | Compiling iri-string v0.7.10 |
| 1583 | 2026-04-10T02:46:18.791Z | Compiling cfg_aliases v0.2.1 |
| 1584 | 2026-04-10T02:46:18.794Z | Compiling litrs v1.0.0 |
| 1585 | 2026-04-10T02:46:18.842Z | Compiling num-bigint-dig v0.8.6 |
| 1586 | 2026-04-10T02:46:18.864Z | Compiling fallible-iterator v0.2.0 |
| 1587 | 2026-04-10T02:46:19.032Z | Compiling rustix v0.38.44 |
| 1588 | 2026-04-10T02:46:19.167Z | Compiling postgres-protocol v0.6.10 |
| 1589 | 2026-04-10T02:46:19.303Z | Compiling document-features v0.2.12 |
| 1590 | 2026-04-10T02:46:19.488Z | Compiling nix v0.31.1 |
| 1591 | 2026-04-10T02:46:19.725Z | Compiling zerocopy v0.7.35 |
| 1592 | 2026-04-10T02:46:19.884Z | Compiling publicsuffix v2.3.0 |
| 1593 | 2026-04-10T02:46:19.919Z | Compiling tower-http v0.6.8 |
| 1594 | 2026-04-10T02:46:20.056Z | Compiling serde_urlencoded v0.7.1 |
| 1595 | 2026-04-10T02:46:20.307Z | Compiling sec1 v0.7.3 |
| 1596 | 2026-04-10T02:46:20.320Z | Compiling newtype-uuid v1.3.2 |
| 1597 | 2026-04-10T02:46:20.333Z | Compiling num-iter v0.1.45 |
| 1598 | 2026-04-10T02:46:20.385Z | Compiling group v0.13.0 |
| 1599 | 2026-04-10T02:46:20.593Z | Compiling darling v0.21.3 |
| 1600 | 2026-04-10T02:46:20.669Z | Compiling rand v0.8.5 |
| 1601 | 2026-04-10T02:46:20.681Z | Compiling derive_builder v0.20.2 |
| 1602 | 2026-04-10T02:46:20.794Z | Compiling hubpack_derive v0.1.1 |
| 1603 | 2026-04-10T02:46:20.802Z | Compiling oxnet v0.1.4 |
| 1604 | 2026-04-10T02:46:21.024Z | Compiling tokio-native-tls v0.3.1 |
| 1605 | 2026-04-10T02:46:21.198Z | Compiling goblin v0.8.2 |
| 1606 | 2026-04-10T02:46:21.513Z | Compiling flate2 v1.1.9 |
| 1607 | 2026-04-10T02:46:21.734Z | Compiling regex v1.12.3 |
| 1608 | 2026-04-10T02:46:21.746Z | Compiling phf_shared v0.13.1 |
| 1609 | 2026-04-10T02:46:21.753Z | Compiling lazy_static v1.5.0 |
| 1610 | 2026-04-10T02:46:21.845Z | Compiling cargo-platform v0.1.9 |
| 1611 | 2026-04-10T02:46:21.857Z | Compiling hkdf v0.12.4 |
| 1612 | 2026-04-10T02:46:21.903Z | Compiling crypto-bigint v0.5.5 |
| 1613 | 2026-04-10T02:46:21.984Z | Compiling terminal_size v0.4.3 |
| 1614 | 2026-04-10T02:46:22.017Z | Compiling daft-derive v0.1.5 |
| 1615 | 2026-04-10T02:46:22.088Z | Compiling strum_macros v0.27.2 |
| 1616 | 2026-04-10T02:46:22.122Z | Compiling ref-cast-impl v1.0.25 |
| 1617 | 2026-04-10T02:46:22.153Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-04-10T02:46:22.651Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1619 | 2026-04-10T02:46:22.717Z | Compiling vergen v9.0.6 |
| 1620 | 2026-04-10T02:46:22.899Z | Compiling fs-err v3.3.0 |
| 1621 | 2026-04-10T02:46:23.090Z | Compiling ahash v0.8.12 |
| 1622 | 2026-04-10T02:46:23.160Z | Compiling encoding_rs v0.8.35 |
| 1623 | 2026-04-10T02:46:23.290Z | Compiling managed v0.8.0 |
| 1624 | 2026-04-10T02:46:23.293Z | Compiling object v0.37.3 |
| 1625 | 2026-04-10T02:46:23.506Z | Compiling mime v0.3.17 |
| 1626 | 2026-04-10T02:46:23.569Z | Compiling libbz2-rs-sys v0.2.2 |
| 1627 | 2026-04-10T02:46:23.768Z | Compiling bumpalo v3.20.2 |
| 1628 | 2026-04-10T02:46:23.975Z | Compiling bitflags v1.3.2 |
| 1629 | 2026-04-10T02:46:24.028Z | Compiling unicode-segmentation v1.12.0 |
| 1630 | 2026-04-10T02:46:24.049Z | Compiling foldhash v0.1.5 |
| 1631 | 2026-04-10T02:46:24.064Z | Compiling winnow v0.5.40 |
| 1632 | 2026-04-10T02:46:24.220Z | Compiling hashbrown v0.15.5 |
| 1633 | 2026-04-10T02:46:24.251Z | Compiling strum v0.27.2 |
| 1634 | 2026-04-10T02:46:24.410Z | Compiling bzip2 v0.6.1 |
| 1635 | 2026-04-10T02:46:24.618Z | Compiling clap_builder v4.5.60 |
| 1636 | 2026-04-10T02:46:24.645Z | Compiling zopfli v0.8.3 |
| 1637 | 2026-04-10T02:46:24.708Z | Compiling dof v0.3.0 |
| 1638 | 2026-04-10T02:46:25.310Z | Compiling elliptic-curve v0.13.8 |
| 1639 | 2026-04-10T02:46:25.352Z | Compiling daft v0.1.5 |
| 1640 | 2026-04-10T02:46:25.439Z | Compiling toml_edit v0.19.15 |
| 1641 | 2026-04-10T02:46:25.613Z | Compiling cargo_metadata v0.19.2 |
| 1642 | 2026-04-10T02:46:25.631Z | Compiling phf v0.13.1 |
| 1643 | 2026-04-10T02:46:25.794Z | Compiling signal-hook-mio v0.2.5 |
| 1644 | 2026-04-10T02:46:25.915Z | Compiling cookie_store v0.22.1 |
| 1645 | 2026-04-10T02:46:26.926Z | Compiling hubpack v0.1.2 |
| 1646 | 2026-04-10T02:46:26.942Z | Compiling zstd v0.13.3 |
| 1647 | 2026-04-10T02:46:27.144Z | Compiling hyper-tls v0.6.0 |
| 1648 | 2026-04-10T02:46:27.191Z | Compiling bzip2 v0.4.4 |
| 1649 | 2026-04-10T02:46:27.206Z | Compiling serde_with_macros v3.17.0 |
| 1650 | 2026-04-10T02:46:27.418Z | Compiling postgres-types v0.2.12 |
| 1651 | 2026-04-10T02:46:27.621Z | Compiling usdt-attr-macro v0.6.0 |
| 1652 | 2026-04-10T02:46:27.841Z | Compiling usdt-macro v0.6.0 |
| 1653 | 2026-04-10T02:46:27.972Z | Compiling dtrace-parser v0.2.0 |
| 1654 | 2026-04-10T02:46:28.057Z | Compiling ed25519 v2.2.3 |
| 1655 | 2026-04-10T02:46:28.307Z | Compiling bstr v1.12.1 |
| 1656 | 2026-04-10T02:46:28.415Z | Compiling phf_shared v0.11.3 |
| 1657 | 2026-04-10T02:46:28.549Z | Compiling pkcs1 v0.7.5 |
| 1658 | 2026-04-10T02:46:28.564Z | Compiling hex v0.4.3 |
| 1659 | 2026-04-10T02:46:28.599Z | Compiling serde-big-array v0.5.1 |
| 1660 | 2026-04-10T02:46:28.714Z | Compiling rfc6979 v0.4.0 |
| 1661 | 2026-04-10T02:46:28.740Z | Compiling clap_derive v4.5.55 |
| 1662 | 2026-04-10T02:46:28.828Z | Compiling serde_repr v0.1.20 |
| 1663 | 2026-04-10T02:46:28.842Z | Compiling strum_macros v0.26.4 |
| 1664 | 2026-04-10T02:46:28.948Z | Compiling enum-as-inner v0.6.1 |
| 1665 | 2026-04-10T02:46:28.963Z | Compiling float-cmp v0.10.0 |
| 1666 | 2026-04-10T02:46:28.966Z | Compiling thread-id v4.2.2 |
| 1667 | 2026-04-10T02:46:29.059Z | Compiling memmap2 v0.9.10 |
| 1668 | 2026-04-10T02:46:29.107Z | Compiling env_filter v1.0.0 |
| 1669 | 2026-04-10T02:46:29.272Z | Compiling rustc-hash v2.1.1 |
| 1670 | 2026-04-10T02:46:29.345Z | Compiling keccak v0.1.6 |
| 1671 | 2026-04-10T02:46:29.400Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-04-10T02:46:29.415Z | Compiling precomputed-hash v0.1.1 |
| 1673 | 2026-04-10T02:46:29.439Z | Compiling new_debug_unreachable v1.0.6 |
| 1674 | 2026-04-10T02:46:29.476Z | Compiling normalize-line-endings v0.3.0 |
| 1675 | 2026-04-10T02:46:29.504Z | Compiling jiff v0.2.21 |
| 1676 | 2026-04-10T02:46:29.518Z | Compiling either v1.15.0 |
| 1677 | 2026-04-10T02:46:29.571Z | Compiling data-encoding v2.10.0 |
| 1678 | 2026-04-10T02:46:29.720Z | Compiling difflib v0.4.0 |
| 1679 | 2026-04-10T02:46:30.206Z | Compiling fixedbitset v0.5.7 |
| 1680 | 2026-04-10T02:46:30.327Z | Compiling predicates-core v1.0.10 |
| 1681 | 2026-04-10T02:46:30.342Z | Compiling whoami v2.1.0 |
| 1682 | 2026-04-10T02:46:30.504Z | Compiling fixedbitset v0.4.2 |
| 1683 | 2026-04-10T02:46:30.520Z | Compiling clap v4.5.60 |
| 1684 | 2026-04-10T02:46:30.524Z | Compiling predicates v3.1.4 |
| 1685 | 2026-04-10T02:46:30.579Z | Compiling strum v0.26.3 |
| 1686 | 2026-04-10T02:46:30.615Z | Compiling tokio-postgres v0.7.16 |
| 1687 | 2026-04-10T02:46:30.713Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-04-10T02:46:30.729Z | Compiling petgraph v0.8.3 |
| 1689 | 2026-04-10T02:46:30.729Z | Compiling hickory-proto v0.25.2 |
| 1690 | 2026-04-10T02:46:31.189Z | Compiling itertools v0.13.0 |
| 1691 | 2026-04-10T02:46:31.271Z | Compiling string_cache v0.8.9 |
| 1692 | 2026-04-10T02:46:31.504Z | Compiling sha3 v0.10.8 |
| 1693 | 2026-04-10T02:46:31.940Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1694 | 2026-04-10T02:46:32.180Z | Compiling zip v4.6.1 |
| 1695 | 2026-04-10T02:46:32.387Z | Compiling toml_edit v0.22.27 |
| 1696 | 2026-04-10T02:46:32.647Z | Compiling iddqd v0.3.17 |
| 1697 | 2026-04-10T02:46:32.797Z | Compiling env_logger v0.11.9 |
| 1698 | 2026-04-10T02:46:33.148Z | Compiling usdt v0.6.0 |
| 1699 | 2026-04-10T02:46:33.165Z | Compiling usdt-impl v0.5.0 |
| 1700 | 2026-04-10T02:46:33.408Z | Compiling ecdsa v0.16.9 |
| 1701 | 2026-04-10T02:46:33.704Z | Compiling serde_with v3.17.0 |
| 1702 | 2026-04-10T02:46:33.741Z | Compiling rsa v0.9.10 |
| 1703 | 2026-04-10T02:46:33.774Z | Compiling similar v2.7.0 |
| 1704 | 2026-04-10T02:46:33.794Z | Compiling crossterm v0.28.1 |
| 1705 | 2026-04-10T02:46:34.638Z | Compiling ed25519-dalek v2.2.0 |
| 1706 | 2026-04-10T02:46:35.102Z | Compiling zip v0.6.6 |
| 1707 | 2026-04-10T02:46:35.145Z | Compiling toml v0.7.8 |
| 1708 | 2026-04-10T02:46:35.688Z | Compiling heck v0.4.1 |
| 1709 | 2026-04-10T02:46:35.736Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1710 | 2026-04-10T02:46:35.755Z | Compiling crossbeam-epoch v0.9.18 |
| 1711 | 2026-04-10T02:46:35.826Z | Compiling tokio-stream v0.1.18 |
| 1712 | 2026-04-10T02:46:35.913Z | Compiling buf-list v1.1.2 |
| 1713 | 2026-04-10T02:46:36.080Z | Compiling x509-cert v0.2.5 |
| 1714 | 2026-04-10T02:46:36.154Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1715 | 2026-04-10T02:46:36.190Z | Compiling openapiv3 v2.2.0 |
| 1716 | 2026-04-10T02:46:36.296Z | Compiling sha1 v0.10.6 |
| 1717 | 2026-04-10T02:46:36.365Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1718 | 2026-04-10T02:46:36.455Z | Compiling lalrpop-util v0.19.12 |
| 1719 | 2026-04-10T02:46:36.517Z | Compiling peg-runtime v0.8.5 |
| 1720 | 2026-04-10T02:46:36.649Z | Compiling thread_local v1.1.9 |
| 1721 | 2026-04-10T02:46:36.664Z | Compiling slog-async v2.8.0 |
| 1722 | 2026-04-10T02:46:36.805Z | Compiling crossbeam-channel v0.5.15 |
| 1723 | 2026-04-10T02:46:36.906Z | Compiling futures-executor v0.3.32 |
| 1724 | 2026-04-10T02:46:36.985Z | Compiling is-terminal v0.4.17 |
| 1725 | 2026-04-10T02:46:37.084Z | Compiling filetime v0.2.27 |
| 1726 | 2026-04-10T02:46:37.087Z | Compiling xattr v1.6.1 |
| 1727 | 2026-04-10T02:46:37.165Z | Compiling term v1.2.1 |
| 1728 | 2026-04-10T02:46:37.255Z | Compiling take_mut v0.2.2 |
| 1729 | 2026-04-10T02:46:37.258Z | Compiling tar v0.4.45 |
| 1730 | 2026-04-10T02:46:37.285Z | Compiling futures v0.3.32 |
| 1731 | 2026-04-10T02:46:37.692Z | Compiling slog-term v2.9.2 |
| 1732 | 2026-04-10T02:46:44.631Z | Compiling rustls-webpki v0.103.9 |
| 1733 | 2026-04-10T02:46:47.427Z | Compiling tokio-rustls v0.26.4 |
| 1734 | 2026-04-10T02:46:47.427Z | Compiling rustls-platform-verifier v0.6.2 |
| 1735 | 2026-04-10T02:46:47.631Z | Compiling hyper-rustls v0.27.7 |
| 1736 | 2026-04-10T02:46:47.833Z | Compiling reqwest v0.12.28 |
| 1737 | 2026-04-10T02:46:47.833Z | Compiling reqwest v0.13.2 |
| 1738 | 2026-04-10T02:46:49.941Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2026-04-10T02:46:50.157Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1740 | 2026-04-10T02:46:53.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 1741 | 2026-04-10T02:46:53.154Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control` |
| 1742 | 2026-04-10T02:46:53.210Z | Apr 10 02:46:51.516 INFO Starting download, target: Cockroach |
| 1743 | 2026-04-10T02:46:53.210Z | Apr 10 02:46:51.517 INFO Starting download, target: Clickhouse |
| 1744 | 2026-04-10T02:46:53.210Z | Apr 10 02:46:51.517 INFO Starting download, target: Console |
| 1745 | 2026-04-10T02:46:53.214Z | Apr 10 02:46:51.517 INFO Starting download, target: DendriteStub |
| 1746 | 2026-04-10T02:46:53.214Z | Apr 10 02:46:51.517 INFO Starting download, target: MaghemiteMgd |
| 1747 | 2026-04-10T02:46:53.214Z | Apr 10 02:46:51.517 INFO Starting download, target: TransceiverControl |
| 1748 | 2026-04-10T02:46:53.214Z | Apr 10 02:46:51.517 INFO Starting download, target: LLDP |
| 1749 | 2026-04-10T02:46:53.214Z | Apr 10 02:46:51.517 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1750 | 2026-04-10T02:46:53.214Z | Apr 10 02:46:51.517 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1751 | 2026-04-10T02:46:53.215Z | Apr 10 02:46:51.517 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1752 | 2026-04-10T02:46:53.215Z | Apr 10 02:46:51.517 INFO Downloading out/downloads/lldp.tar.gz (attempt 1/3), target: LLDP |
| 1753 | 2026-04-10T02:46:53.215Z | Apr 10 02:46:51.517 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1754 | 2026-04-10T02:46:53.215Z | Apr 10 02:46:51.517 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1755 | 2026-04-10T02:46:53.215Z | Apr 10 02:46:51.517 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1756 | 2026-04-10T02:46:53.668Z | Apr 10 02:46:51.957 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1757 | 2026-04-10T02:46:53.876Z | Apr 10 02:46:52.175 INFO Download complete, target: TransceiverControl |
| 1758 | 2026-04-10T02:46:54.202Z | Apr 10 02:46:52.507 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1759 | 2026-04-10T02:46:54.416Z | Apr 10 02:46:52.713 INFO Unpacking out/downloads/lldp.tar.gz to out/downloads, target: LLDP |
| 1760 | 2026-04-10T02:46:54.439Z | Apr 10 02:46:52.745 INFO Download complete, target: Console |
| 1761 | 2026-04-10T02:46:54.767Z | Apr 10 02:46:53.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1762 | 2026-04-10T02:46:55.119Z | Apr 10 02:46:53.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1763 | 2026-04-10T02:46:55.424Z | Apr 10 02:46:53.730 INFO Download complete, target: LLDP |
| 1764 | 2026-04-10T02:46:55.439Z | Apr 10 02:46:53.745 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1765 | 2026-04-10T02:46:55.439Z | Apr 10 02:46:53.745 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1766 | 2026-04-10T02:46:55.529Z | Apr 10 02:46:53.835 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1767 | 2026-04-10T02:46:57.252Z | Apr 10 02:46:55.558 INFO Download complete, target: DendriteStub |
| 1768 | 2026-04-10T02:46:57.653Z | Apr 10 02:46:55.959 INFO Download complete, target: MaghemiteMgd |
| 1769 | 2026-04-10T02:47:00.133Z | Apr 10 02:46:58.439 INFO Checking that binary works, target: Cockroach |
| 1770 | 2026-04-10T02:47:00.227Z | Apr 10 02:46:58.533 INFO Download complete, target: Cockroach |
| 1771 | 2026-04-10T02:47:02.431Z | Apr 10 02:47:00.736 INFO Checking that binary works, target: Clickhouse |
| 1772 | 2026-04-10T02:47:02.559Z | Apr 10 02:47:00.864 INFO Download complete, target: Clickhouse |
| 1773 | 2026-04-10T02:47:02.576Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1774 | 2026-04-10T02:47:02.579Z | |
| 1775 | 2026-04-10T02:47:02.579Z | real 3:13.769442985 |
| 1776 | 2026-04-10T02:47:02.579Z | user 7:13.946441720 |
| 1777 | 2026-04-10T02:47:02.579Z | sys 1:25.046850551 |
| 1778 | 2026-04-10T02:47:02.579Z | trap 0.212315711 |
| 1779 | 2026-04-10T02:47:02.579Z | tflt 0.658232885 |
| 1780 | 2026-04-10T02:47:02.579Z | dflt 0.462041653 |
| 1781 | 2026-04-10T02:47:02.579Z | kflt 0.023839657 |
| 1782 | 2026-04-10T02:47:02.579Z | lock 21:11.287555254 |
| 1783 | 2026-04-10T02:47:02.579Z | slp 21:55.503550463 |
| 1784 | 2026-04-10T02:47:02.579Z | lat 42.584247741 |
| 1785 | 2026-04-10T02:47:02.579Z | stop 2:04.041919644 |
| 1786 | 2026-04-10T02:47:02.580Z | + banner hack-check |
| 1787 | 2026-04-10T02:47:02.580Z | |
| 1788 | 2026-04-10T02:47:02.580Z | # # ## #### # # #### # # ###### #### # # |
| 1789 | 2026-04-10T02:47:02.580Z | # # # # # # # # # # # # # # # # # |
| 1790 | 2026-04-10T02:47:02.580Z | ###### # # # #### ##### # ###### ##### # #### |
| 1791 | 2026-04-10T02:47:02.580Z | # # ###### # # # # # # # # # # |
| 1792 | 2026-04-10T02:47:02.580Z | # # # # # # # # # # # # # # # # # |
| 1793 | 2026-04-10T02:47:02.580Z | # # # # #### # # #### # # ###### #### # # |
| 1794 | 2026-04-10T02:47:02.580Z | |
| 1795 | 2026-04-10T02:47:02.580Z | + export CARGO_INCREMENTAL=0 |
| 1796 | 2026-04-10T02:47:02.580Z | + CARGO_INCREMENTAL=0 |
| 1797 | 2026-04-10T02:47:02.580Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1798 | 2026-04-10T02:47:03.102Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1799 | 2026-04-10T02:47:03.321Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1800 | 2026-04-10T02:47:05.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1801 | 2026-04-10T02:47:05.257Z | Running `target/debug/xtask check-features --ci` |
| 1802 | 2026-04-10T02:47:05.285Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1803 | 2026-04-10T02:47:05.288Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1804 | 2026-04-10T02:47:05.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1805 | 2026-04-10T02:47:05.797Z | Running `target/debug/xtask download cargo-hack` |
| 1806 | 2026-04-10T02:47:06.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1807 | 2026-04-10T02:47:06.893Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1808 | 2026-04-10T02:47:09.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
| 1809 | 2026-04-10T02:47:09.561Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1810 | 2026-04-10T02:47:09.604Z | Apr 10 02:47:07.908 INFO Starting download, target: CargoHack |
| 1811 | 2026-04-10T02:47:09.607Z | Apr 10 02:47:07.909 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1812 | 2026-04-10T02:47:10.191Z | Apr 10 02:47:08.496 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1813 | 2026-04-10T02:47:10.241Z | Apr 10 02:47:08.546 INFO Download complete, target: CargoHack |
| 1814 | 2026-04-10T02:47:10.243Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1815 | 2026-04-10T02:47:10.257Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1816 | 2026-04-10T02:47:10.405Z | info: running `cargo check --bins` on api_identity (1/271) |
| 1817 | 2026-04-10T02:47:10.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2026-04-10T02:47:10.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2026-04-10T02:47:10.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2026-04-10T02:47:10.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1821 | 2026-04-10T02:47:10.976Z | |
| 1822 | 2026-04-10T02:47:10.976Z | info: running `cargo check --bins` on bootstore (2/271) |
| 1823 | 2026-04-10T02:47:11.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-04-10T02:47:11.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-04-10T02:47:11.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-04-10T02:47:11.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1827 | 2026-04-10T02:47:11.547Z | |
| 1828 | 2026-04-10T02:47:11.547Z | info: running `cargo check --bins` on omicron-ledger (3/271) |
| 1829 | 2026-04-10T02:47:12.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-04-10T02:47:12.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-04-10T02:47:12.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-04-10T02:47:12.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1833 | 2026-04-10T02:47:12.109Z | |
| 1834 | 2026-04-10T02:47:12.109Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/271) |
| 1835 | 2026-04-10T02:47:12.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-04-10T02:47:12.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-04-10T02:47:12.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-04-10T02:47:12.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1839 | 2026-04-10T02:47:12.682Z | |
| 1840 | 2026-04-10T02:47:12.682Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/271) |
| 1841 | 2026-04-10T02:47:13.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-04-10T02:47:13.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-04-10T02:47:13.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-04-10T02:47:13.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1845 | 2026-04-10T02:47:13.246Z | |
| 1846 | 2026-04-10T02:47:13.246Z | info: running `cargo check --bins` on omicron-certificates (6/271) |
| 1847 | 2026-04-10T02:47:13.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-04-10T02:47:13.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-04-10T02:47:13.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-04-10T02:47:13.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1851 | 2026-04-10T02:47:13.828Z | |
| 1852 | 2026-04-10T02:47:13.828Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/271) |
| 1853 | 2026-04-10T02:47:14.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-04-10T02:47:14.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-04-10T02:47:14.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-04-10T02:47:14.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1857 | 2026-04-10T02:47:14.407Z | |
| 1858 | 2026-04-10T02:47:14.407Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/271) |
| 1859 | 2026-04-10T02:47:14.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-04-10T02:47:14.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-04-10T02:47:14.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-04-10T02:47:14.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1863 | 2026-04-10T02:47:14.992Z | |
| 1864 | 2026-04-10T02:47:14.992Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/271) |
| 1865 | 2026-04-10T02:47:15.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-04-10T02:47:15.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-04-10T02:47:15.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-04-10T02:47:15.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1869 | 2026-04-10T02:47:15.454Z | |
| 1870 | 2026-04-10T02:47:15.455Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/271) |
| 1871 | 2026-04-10T02:47:15.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-04-10T02:47:15.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-04-10T02:47:15.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-04-10T02:47:15.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1875 | 2026-04-10T02:47:15.918Z | |
| 1876 | 2026-04-10T02:47:15.919Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/271) |
| 1877 | 2026-04-10T02:47:16.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-04-10T02:47:16.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-04-10T02:47:16.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-04-10T02:47:16.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1881 | 2026-04-10T02:47:16.379Z | |
| 1882 | 2026-04-10T02:47:16.380Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/271) |
| 1883 | 2026-04-10T02:47:16.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-04-10T02:47:16.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-04-10T02:47:16.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-04-10T02:47:16.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1887 | 2026-04-10T02:47:16.844Z | |
| 1888 | 2026-04-10T02:47:16.844Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/271) |
| 1889 | 2026-04-10T02:47:17.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-04-10T02:47:17.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-04-10T02:47:17.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-04-10T02:47:17.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1893 | 2026-04-10T02:47:17.305Z | |
| 1894 | 2026-04-10T02:47:17.305Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/271) |
| 1895 | 2026-04-10T02:47:17.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-04-10T02:47:17.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-04-10T02:47:17.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-04-10T02:47:17.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1899 | 2026-04-10T02:47:17.766Z | |
| 1900 | 2026-04-10T02:47:17.766Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/271) |
| 1901 | 2026-04-10T02:47:18.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-04-10T02:47:18.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-04-10T02:47:18.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-04-10T02:47:18.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1905 | 2026-04-10T02:47:18.229Z | |
| 1906 | 2026-04-10T02:47:18.229Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/271) |
| 1907 | 2026-04-10T02:47:18.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-04-10T02:47:18.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-04-10T02:47:18.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-04-10T02:47:18.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1911 | 2026-04-10T02:47:18.694Z | |
| 1912 | 2026-04-10T02:47:18.694Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/271) |
| 1913 | 2026-04-10T02:47:19.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-04-10T02:47:19.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-04-10T02:47:19.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-04-10T02:47:19.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1917 | 2026-04-10T02:47:19.160Z | |
| 1918 | 2026-04-10T02:47:19.160Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/271) |
| 1919 | 2026-04-10T02:47:19.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-04-10T02:47:19.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-04-10T02:47:19.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-04-10T02:47:19.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1923 | 2026-04-10T02:47:19.620Z | |
| 1924 | 2026-04-10T02:47:19.620Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/271) |
| 1925 | 2026-04-10T02:47:20.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-04-10T02:47:20.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-04-10T02:47:20.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-04-10T02:47:20.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1929 | 2026-04-10T02:47:20.083Z | |
| 1930 | 2026-04-10T02:47:20.083Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/271) |
| 1931 | 2026-04-10T02:47:20.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-04-10T02:47:20.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-04-10T02:47:20.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-04-10T02:47:20.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1935 | 2026-04-10T02:47:20.543Z | |
| 1936 | 2026-04-10T02:47:20.543Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/271) |
| 1937 | 2026-04-10T02:47:20.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-04-10T02:47:20.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-04-10T02:47:20.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-04-10T02:47:20.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1941 | 2026-04-10T02:47:21.006Z | |
| 1942 | 2026-04-10T02:47:21.006Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/271) |
| 1943 | 2026-04-10T02:47:21.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-04-10T02:47:21.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-04-10T02:47:21.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-04-10T02:47:21.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1947 | 2026-04-10T02:47:21.466Z | |
| 1948 | 2026-04-10T02:47:21.466Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/271) |
| 1949 | 2026-04-10T02:47:21.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-04-10T02:47:21.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-04-10T02:47:21.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-04-10T02:47:21.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1953 | 2026-04-10T02:47:21.930Z | |
| 1954 | 2026-04-10T02:47:21.930Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/271) |
| 1955 | 2026-04-10T02:47:22.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-04-10T02:47:22.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-04-10T02:47:22.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-04-10T02:47:22.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1959 | 2026-04-10T02:47:22.394Z | |
| 1960 | 2026-04-10T02:47:22.394Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/271) |
| 1961 | 2026-04-10T02:47:22.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-04-10T02:47:22.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-04-10T02:47:22.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-04-10T02:47:22.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1965 | 2026-04-10T02:47:22.861Z | |
| 1966 | 2026-04-10T02:47:22.861Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/271) |
| 1967 | 2026-04-10T02:47:23.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-04-10T02:47:23.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-04-10T02:47:23.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-04-10T02:47:23.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1971 | 2026-04-10T02:47:23.322Z | |
| 1972 | 2026-04-10T02:47:23.322Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/271) |
| 1973 | 2026-04-10T02:47:23.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-04-10T02:47:23.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-04-10T02:47:23.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-04-10T02:47:23.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1977 | 2026-04-10T02:47:23.794Z | |
| 1978 | 2026-04-10T02:47:23.794Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/271) |
| 1979 | 2026-04-10T02:47:24.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-04-10T02:47:24.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-04-10T02:47:24.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-04-10T02:47:24.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1983 | 2026-04-10T02:47:24.264Z | |
| 1984 | 2026-04-10T02:47:24.264Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/271) |
| 1985 | 2026-04-10T02:47:24.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-04-10T02:47:24.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-04-10T02:47:24.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-04-10T02:47:24.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1989 | 2026-04-10T02:47:24.723Z | |
| 1990 | 2026-04-10T02:47:24.723Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/271) |
| 1991 | 2026-04-10T02:47:25.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-04-10T02:47:25.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-04-10T02:47:25.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-04-10T02:47:25.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1995 | 2026-04-10T02:47:25.180Z | |
| 1996 | 2026-04-10T02:47:25.180Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/271) |
| 1997 | 2026-04-10T02:47:25.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-04-10T02:47:25.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-04-10T02:47:25.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-04-10T02:47:25.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2001 | 2026-04-10T02:47:25.638Z | |
| 2002 | 2026-04-10T02:47:25.638Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/271) |
| 2003 | 2026-04-10T02:47:26.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-04-10T02:47:26.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-04-10T02:47:26.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-04-10T02:47:26.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2007 | 2026-04-10T02:47:26.099Z | |
| 2008 | 2026-04-10T02:47:26.099Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/271) |
| 2009 | 2026-04-10T02:47:26.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-04-10T02:47:26.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-04-10T02:47:26.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-04-10T02:47:26.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2013 | 2026-04-10T02:47:26.560Z | |
| 2014 | 2026-04-10T02:47:26.560Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/271) |
| 2015 | 2026-04-10T02:47:26.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-04-10T02:47:26.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-04-10T02:47:26.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-04-10T02:47:26.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2019 | 2026-04-10T02:47:27.023Z | |
| 2020 | 2026-04-10T02:47:27.023Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/271) |
| 2021 | 2026-04-10T02:47:27.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-04-10T02:47:27.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-04-10T02:47:27.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-04-10T02:47:27.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2025 | 2026-04-10T02:47:27.482Z | |
| 2026 | 2026-04-10T02:47:27.482Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/271) |
| 2027 | 2026-04-10T02:47:27.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-04-10T02:47:27.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-04-10T02:47:27.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-04-10T02:47:27.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2031 | 2026-04-10T02:47:27.943Z | |
| 2032 | 2026-04-10T02:47:27.944Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/271) |
| 2033 | 2026-04-10T02:47:28.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-04-10T02:47:28.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-04-10T02:47:28.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-04-10T02:47:28.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2037 | 2026-04-10T02:47:28.402Z | |
| 2038 | 2026-04-10T02:47:28.403Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/271) |
| 2039 | 2026-04-10T02:47:28.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-04-10T02:47:28.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-04-10T02:47:28.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-04-10T02:47:28.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2043 | 2026-04-10T02:47:28.871Z | |
| 2044 | 2026-04-10T02:47:28.871Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/271) |
| 2045 | 2026-04-10T02:47:29.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-04-10T02:47:29.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-04-10T02:47:29.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-04-10T02:47:29.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2049 | 2026-04-10T02:47:29.337Z | |
| 2050 | 2026-04-10T02:47:29.337Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/271) |
| 2051 | 2026-04-10T02:47:29.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-04-10T02:47:29.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-04-10T02:47:29.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-04-10T02:47:29.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2055 | 2026-04-10T02:47:29.802Z | |
| 2056 | 2026-04-10T02:47:29.802Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/271) |
| 2057 | 2026-04-10T02:47:30.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-04-10T02:47:30.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-04-10T02:47:30.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-04-10T02:47:30.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2061 | 2026-04-10T02:47:30.264Z | |
| 2062 | 2026-04-10T02:47:30.264Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/271) |
| 2063 | 2026-04-10T02:47:30.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-04-10T02:47:30.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-04-10T02:47:30.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-04-10T02:47:30.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2067 | 2026-04-10T02:47:30.724Z | |
| 2068 | 2026-04-10T02:47:30.724Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/271) |
| 2069 | 2026-04-10T02:47:31.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-04-10T02:47:31.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-04-10T02:47:31.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-04-10T02:47:31.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2073 | 2026-04-10T02:47:31.186Z | |
| 2074 | 2026-04-10T02:47:31.186Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/271) |
| 2075 | 2026-04-10T02:47:31.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-04-10T02:47:31.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-04-10T02:47:31.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-04-10T02:47:31.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2079 | 2026-04-10T02:47:31.647Z | |
| 2080 | 2026-04-10T02:47:31.648Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/271) |
| 2081 | 2026-04-10T02:47:32.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-04-10T02:47:32.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-04-10T02:47:32.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-04-10T02:47:32.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2085 | 2026-04-10T02:47:32.108Z | |
| 2086 | 2026-04-10T02:47:32.108Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/271) |
| 2087 | 2026-04-10T02:47:32.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-04-10T02:47:32.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-04-10T02:47:32.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-04-10T02:47:32.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2091 | 2026-04-10T02:47:32.568Z | |
| 2092 | 2026-04-10T02:47:32.568Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/271) |
| 2093 | 2026-04-10T02:47:32.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-04-10T02:47:32.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-04-10T02:47:32.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-04-10T02:47:32.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2097 | 2026-04-10T02:47:33.028Z | |
| 2098 | 2026-04-10T02:47:33.028Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/271) |
| 2099 | 2026-04-10T02:47:33.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-04-10T02:47:33.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-04-10T02:47:33.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-04-10T02:47:33.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2103 | 2026-04-10T02:47:33.487Z | |
| 2104 | 2026-04-10T02:47:33.487Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/271) |
| 2105 | 2026-04-10T02:47:34.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-04-10T02:47:34.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-04-10T02:47:34.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-04-10T02:47:34.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2109 | 2026-04-10T02:47:34.112Z | |
| 2110 | 2026-04-10T02:47:34.112Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/271) |
| 2111 | 2026-04-10T02:47:34.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-04-10T02:47:34.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-04-10T02:47:34.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-04-10T02:47:34.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2115 | 2026-04-10T02:47:34.730Z | |
| 2116 | 2026-04-10T02:47:34.730Z | info: running `cargo check --bins` on nexus-config (51/271) |
| 2117 | 2026-04-10T02:47:35.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-04-10T02:47:35.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-04-10T02:47:35.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-04-10T02:47:35.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2121 | 2026-04-10T02:47:35.351Z | |
| 2122 | 2026-04-10T02:47:35.351Z | info: running `cargo check --bins` on nexus-types (52/271) |
| 2123 | 2026-04-10T02:47:35.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-04-10T02:47:35.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-04-10T02:47:35.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-04-10T02:47:35.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2127 | 2026-04-10T02:47:35.968Z | |
| 2128 | 2026-04-10T02:47:35.968Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/271) |
| 2129 | 2026-04-10T02:47:36.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-04-10T02:47:36.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-04-10T02:47:36.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-04-10T02:47:36.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2133 | 2026-04-10T02:47:36.557Z | |
| 2134 | 2026-04-10T02:47:36.557Z | info: running `cargo check --bins` on omicron-passwords (54/271) |
| 2135 | 2026-04-10T02:47:37.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-04-10T02:47:37.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-04-10T02:47:37.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-04-10T02:47:37.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2139 | 2026-04-10T02:47:37.122Z | |
| 2140 | 2026-04-10T02:47:37.122Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/271) |
| 2141 | 2026-04-10T02:47:37.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-04-10T02:47:37.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-04-10T02:47:37.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-04-10T02:47:37.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2145 | 2026-04-10T02:47:37.712Z | |
| 2146 | 2026-04-10T02:47:37.712Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/271) |
| 2147 | 2026-04-10T02:47:38.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-04-10T02:47:38.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-04-10T02:47:38.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-04-10T02:47:38.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2151 | 2026-04-10T02:47:38.299Z | |
| 2152 | 2026-04-10T02:47:38.299Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/271) |
| 2153 | 2026-04-10T02:47:38.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-04-10T02:47:38.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-04-10T02:47:38.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-04-10T02:47:38.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2157 | 2026-04-10T02:47:38.890Z | |
| 2158 | 2026-04-10T02:47:38.890Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/271) |
| 2159 | 2026-04-10T02:47:39.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-04-10T02:47:39.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-04-10T02:47:39.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-04-10T02:47:39.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2163 | 2026-04-10T02:47:39.481Z | |
| 2164 | 2026-04-10T02:47:39.482Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/271) |
| 2165 | 2026-04-10T02:47:39.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-04-10T02:47:39.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-04-10T02:47:39.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-04-10T02:47:39.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2169 | 2026-04-10T02:47:40.055Z | |
| 2170 | 2026-04-10T02:47:40.055Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/271) |
| 2171 | 2026-04-10T02:47:40.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-04-10T02:47:40.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-04-10T02:47:40.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-04-10T02:47:40.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2175 | 2026-04-10T02:47:40.633Z | |
| 2176 | 2026-04-10T02:47:40.633Z | info: running `cargo check --bins --no-default-features` on gfss (61/271) |
| 2177 | 2026-04-10T02:47:41.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-04-10T02:47:41.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-04-10T02:47:41.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-04-10T02:47:41.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2181 | 2026-04-10T02:47:41.203Z | |
| 2182 | 2026-04-10T02:47:41.203Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/271) |
| 2183 | 2026-04-10T02:47:41.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-04-10T02:47:41.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-04-10T02:47:41.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-04-10T02:47:41.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2187 | 2026-04-10T02:47:41.773Z | |
| 2188 | 2026-04-10T02:47:41.773Z | info: running `cargo check --bins` on clickhouse-admin-types (63/271) |
| 2189 | 2026-04-10T02:47:42.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-04-10T02:47:42.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-04-10T02:47:42.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-04-10T02:47:42.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2193 | 2026-04-10T02:47:42.357Z | |
| 2194 | 2026-04-10T02:47:42.357Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/271) |
| 2195 | 2026-04-10T02:47:42.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-04-10T02:47:42.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-04-10T02:47:42.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-04-10T02:47:42.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2199 | 2026-04-10T02:47:42.942Z | |
| 2200 | 2026-04-10T02:47:42.943Z | info: running `cargo check --bins` on cockroach-admin-types (65/271) |
| 2201 | 2026-04-10T02:47:43.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-04-10T02:47:43.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-04-10T02:47:43.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-04-10T02:47:43.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2205 | 2026-04-10T02:47:43.512Z | |
| 2206 | 2026-04-10T02:47:43.512Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/271) |
| 2207 | 2026-04-10T02:47:43.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-04-10T02:47:44.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-04-10T02:47:44.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-04-10T02:47:44.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2211 | 2026-04-10T02:47:44.087Z | |
| 2212 | 2026-04-10T02:47:44.087Z | info: running `cargo check --bins` on ereport-types (67/271) |
| 2213 | 2026-04-10T02:47:44.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-04-10T02:47:44.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-04-10T02:47:44.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-04-10T02:47:44.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2217 | 2026-04-10T02:47:44.664Z | |
| 2218 | 2026-04-10T02:47:44.664Z | info: running `cargo check --bins` on gateway-client (68/271) |
| 2219 | 2026-04-10T02:47:45.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-04-10T02:47:45.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-04-10T02:47:45.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-04-10T02:47:45.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2223 | 2026-04-10T02:47:45.243Z | |
| 2224 | 2026-04-10T02:47:45.243Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/271) |
| 2225 | 2026-04-10T02:47:45.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-04-10T02:47:45.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-04-10T02:47:45.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-04-10T02:47:45.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2229 | 2026-04-10T02:47:45.817Z | |
| 2230 | 2026-04-10T02:47:45.817Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/271) |
| 2231 | 2026-04-10T02:47:46.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-04-10T02:47:46.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-04-10T02:47:46.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-04-10T02:47:46.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2235 | 2026-04-10T02:47:46.394Z | |
| 2236 | 2026-04-10T02:47:46.395Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/271) |
| 2237 | 2026-04-10T02:47:46.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-04-10T02:47:46.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-04-10T02:47:46.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-04-10T02:47:46.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2241 | 2026-04-10T02:47:46.975Z | |
| 2242 | 2026-04-10T02:47:46.975Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/271) |
| 2243 | 2026-04-10T02:47:47.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-04-10T02:47:47.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-04-10T02:47:47.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-04-10T02:47:47.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2247 | 2026-04-10T02:47:47.552Z | |
| 2248 | 2026-04-10T02:47:47.552Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/271) |
| 2249 | 2026-04-10T02:47:48.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-04-10T02:47:48.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-04-10T02:47:48.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-04-10T02:47:48.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2253 | 2026-04-10T02:47:48.150Z | |
| 2254 | 2026-04-10T02:47:48.150Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/271) |
| 2255 | 2026-04-10T02:47:48.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-04-10T02:47:48.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-04-10T02:47:48.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-04-10T02:47:48.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2259 | 2026-04-10T02:47:48.749Z | |
| 2260 | 2026-04-10T02:47:48.749Z | info: running `cargo check --bins` on key-manager-types (75/271) |
| 2261 | 2026-04-10T02:47:49.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-04-10T02:47:49.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-04-10T02:47:49.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-04-10T02:47:49.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2265 | 2026-04-10T02:47:49.322Z | |
| 2266 | 2026-04-10T02:47:49.322Z | info: running `cargo check --bins` on oxlog (76/271) |
| 2267 | 2026-04-10T02:47:49.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-04-10T02:47:49.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-04-10T02:47:49.922Z | Checking cfg-if v1.0.4 |
| 2270 | 2026-04-10T02:47:49.925Z | Checking libc v0.2.180 |
| 2271 | 2026-04-10T02:47:49.925Z | Checking serde_core v1.0.228 |
| 2272 | 2026-04-10T02:47:50.039Z | Checking zeroize v1.8.2 |
| 2273 | 2026-04-10T02:47:50.048Z | Checking memchr v2.8.0 |
| 2274 | 2026-04-10T02:47:50.056Z | Checking log v0.4.29 |
| 2275 | 2026-04-10T02:47:50.065Z | Checking smallvec v1.15.1 |
| 2276 | 2026-04-10T02:47:50.076Z | Checking typenum v1.19.0 |
| 2277 | 2026-04-10T02:47:50.076Z | Checking subtle v2.6.1 |
| 2278 | 2026-04-10T02:47:50.180Z | Checking itoa v1.0.17 |
| 2279 | 2026-04-10T02:47:50.210Z | Checking scopeguard v1.2.0 |
| 2280 | 2026-04-10T02:47:50.229Z | Checking stable_deref_trait v1.2.1 |
| 2281 | 2026-04-10T02:47:50.240Z | Checking const-oid v0.9.6 |
| 2282 | 2026-04-10T02:47:50.301Z | Checking portable-atomic v1.13.1 |
| 2283 | 2026-04-10T02:47:50.314Z | Checking lock_api v0.4.14 |
| 2284 | 2026-04-10T02:47:50.324Z | Checking zerofrom v0.1.6 |
| 2285 | 2026-04-10T02:47:50.415Z | Checking critical-section v1.2.0 |
| 2286 | 2026-04-10T02:47:50.433Z | Checking getrandom v0.2.17 |
| 2287 | 2026-04-10T02:47:50.433Z | Checking errno v0.3.14 |
| 2288 | 2026-04-10T02:47:50.506Z | Checking yoke v0.8.1 |
| 2289 | 2026-04-10T02:47:50.521Z | Checking parking_lot_core v0.9.12 |
| 2290 | 2026-04-10T02:47:50.555Z | Checking signal-hook-registry v1.4.8 |
| 2291 | 2026-04-10T02:47:50.576Z | Checking rand_core v0.6.4 |
| 2292 | 2026-04-10T02:47:50.588Z | Checking generic-array v0.14.7 |
| 2293 | 2026-04-10T02:47:50.669Z | Checking zerovec v0.11.5 |
| 2294 | 2026-04-10T02:47:50.688Z | Checking once_cell v1.21.3 |
| 2295 | 2026-04-10T02:47:50.700Z | Checking zerocopy v0.8.40 |
| 2296 | 2026-04-10T02:47:50.715Z | Checking pin-project-lite v0.2.17 |
| 2297 | 2026-04-10T02:47:50.751Z | Checking parking_lot v0.12.5 |
| 2298 | 2026-04-10T02:47:50.801Z | Checking mio v1.1.1 |
| 2299 | 2026-04-10T02:47:50.858Z | Checking socket2 v0.6.2 |
| 2300 | 2026-04-10T02:47:50.903Z | Checking libm v0.2.16 |
| 2301 | 2026-04-10T02:47:50.933Z | Checking zmij v1.0.21 |
| 2302 | 2026-04-10T02:47:51.026Z | Checking crypto-common v0.1.7 |
| 2303 | 2026-04-10T02:47:51.076Z | Checking block-buffer v0.10.4 |
| 2304 | 2026-04-10T02:47:51.091Z | Checking tinystr v0.8.2 |
| 2305 | 2026-04-10T02:47:51.126Z | Checking allocator-api2 v0.2.21 |
| 2306 | 2026-04-10T02:47:51.142Z | Checking litemap v0.8.1 |
| 2307 | 2026-04-10T02:47:51.154Z | Checking equivalent v1.0.2 |
| 2308 | 2026-04-10T02:47:51.210Z | Checking digest v0.10.7 |
| 2309 | 2026-04-10T02:47:51.232Z | Checking writeable v0.6.2 |
| 2310 | 2026-04-10T02:47:51.263Z | Checking percent-encoding v2.3.2 |
| 2311 | 2026-04-10T02:47:51.310Z | Checking futures-core v0.3.32 |
| 2312 | 2026-04-10T02:47:51.388Z | Checking icu_locale_core v2.1.1 |
| 2313 | 2026-04-10T02:47:51.400Z | Checking potential_utf v0.1.4 |
| 2314 | 2026-04-10T02:47:51.401Z | Checking zerotrie v0.2.3 |
| 2315 | 2026-04-10T02:47:51.423Z | Checking cpufeatures v0.2.17 |
| 2316 | 2026-04-10T02:47:51.433Z | Checking foldhash v0.2.0 |
| 2317 | 2026-04-10T02:47:51.483Z | Checking serde v1.0.228 |
| 2318 | 2026-04-10T02:47:51.495Z | Checking bitflags v2.11.0 |
| 2319 | 2026-04-10T02:47:51.521Z | Checking serde_json v1.0.149 |
| 2320 | 2026-04-10T02:47:51.582Z | Checking hashbrown v0.16.1 |
| 2321 | 2026-04-10T02:47:51.594Z | Checking num-traits v0.2.19 |
| 2322 | 2026-04-10T02:47:51.646Z | Checking icu_collections v2.1.1 |
| 2323 | 2026-04-10T02:47:51.660Z | Checking hmac v0.12.1 |
| 2324 | 2026-04-10T02:47:51.788Z | Checking block-padding v0.3.3 |
| 2325 | 2026-04-10T02:47:51.880Z | Checking bytes v1.11.1 |
| 2326 | 2026-04-10T02:47:51.917Z | Checking getrandom v0.3.4 |
| 2327 | 2026-04-10T02:47:51.933Z | Checking icu_provider v2.1.1 |
| 2328 | 2026-04-10T02:47:51.945Z | Checking icu_normalizer_data v2.1.1 |
| 2329 | 2026-04-10T02:47:52.013Z | Checking icu_properties_data v2.1.2 |
| 2330 | 2026-04-10T02:47:52.058Z | Checking futures-sink v0.3.32 |
| 2331 | 2026-04-10T02:47:52.071Z | Checking indexmap v2.13.0 |
| 2332 | 2026-04-10T02:47:52.104Z | Checking inout v0.1.4 |
| 2333 | 2026-04-10T02:47:52.140Z | Checking slab v0.4.12 |
| 2334 | 2026-04-10T02:47:52.154Z | Checking futures-channel v0.3.32 |
| 2335 | 2026-04-10T02:47:52.176Z | Checking icu_normalizer v2.1.1 |
| 2336 | 2026-04-10T02:47:52.189Z | Checking icu_properties v2.1.2 |
| 2337 | 2026-04-10T02:47:52.239Z | Checking futures-io v0.3.32 |
| 2338 | 2026-04-10T02:47:52.300Z | Checking futures-task v0.3.32 |
| 2339 | 2026-04-10T02:47:52.335Z | Checking tokio v1.50.0 |
| 2340 | 2026-04-10T02:47:52.347Z | Checking cipher v0.4.4 |
| 2341 | 2026-04-10T02:47:52.359Z | Checking sha2 v0.10.9 |
| 2342 | 2026-04-10T02:47:52.437Z | Checking futures-util v0.3.32 |
| 2343 | 2026-04-10T02:47:52.486Z | Checking byteorder v1.5.0 |
| 2344 | 2026-04-10T02:47:52.551Z | Checking base64ct v1.8.3 |
| 2345 | 2026-04-10T02:47:52.626Z | Checking utf8_iter v1.0.4 |
| 2346 | 2026-04-10T02:47:52.640Z | Checking form_urlencoded v1.2.2 |
| 2347 | 2026-04-10T02:47:52.685Z | Checking rand_core v0.10.0 |
| 2348 | 2026-04-10T02:47:52.745Z | Checking fnv v1.0.7 |
| 2349 | 2026-04-10T02:47:52.767Z | Checking flagset v0.4.7 |
| 2350 | 2026-04-10T02:47:52.781Z | Checking pem-rfc7468 v0.7.0 |
| 2351 | 2026-04-10T02:47:52.821Z | Checking getrandom v0.4.1 |
| 2352 | 2026-04-10T02:47:52.837Z | Checking rand_core v0.9.5 |
| 2353 | 2026-04-10T02:47:52.889Z | Checking salsa20 v0.10.2 |
| 2354 | 2026-04-10T02:47:52.934Z | Checking der v0.7.10 |
| 2355 | 2026-04-10T02:47:52.965Z | Checking uuid v1.23.0 |
| 2356 | 2026-04-10T02:47:53.010Z | Checking http v1.4.0 |
| 2357 | 2026-04-10T02:47:53.022Z | Checking pbkdf2 v0.12.2 |
| 2358 | 2026-04-10T02:47:53.025Z | Checking idna_adapter v1.2.1 |
| 2359 | 2026-04-10T02:47:53.134Z | Checking scrypt v0.11.0 |
| 2360 | 2026-04-10T02:47:53.151Z | Checking idna v1.1.0 |
| 2361 | 2026-04-10T02:47:53.269Z | Checking aes v0.8.4 |
| 2362 | 2026-04-10T02:47:53.281Z | Checking cbc v0.1.2 |
| 2363 | 2026-04-10T02:47:53.387Z | Checking url v2.5.8 |
| 2364 | 2026-04-10T02:47:53.406Z | Checking rustix v1.1.3 |
| 2365 | 2026-04-10T02:47:53.453Z | Checking ppv-lite86 v0.2.21 |
| 2366 | 2026-04-10T02:47:53.578Z | Checking tracing-core v0.1.36 |
| 2367 | 2026-04-10T02:47:53.652Z | Checking rustls-pki-types v1.14.0 |
| 2368 | 2026-04-10T02:47:53.667Z | Checking spki v0.7.3 |
| 2369 | 2026-04-10T02:47:53.743Z | Checking rand_chacha v0.9.0 |
| 2370 | 2026-04-10T02:47:53.813Z | Checking iana-time-zone v0.1.65 |
| 2371 | 2026-04-10T02:47:53.830Z | Checking regex-syntax v0.8.10 |
| 2372 | 2026-04-10T02:47:53.878Z | Checking tracing v0.1.44 |
| 2373 | 2026-04-10T02:47:53.918Z | Checking chrono v0.4.44 |
| 2374 | 2026-04-10T02:47:53.931Z | Checking pkcs5 v0.7.1 |
| 2375 | 2026-04-10T02:47:53.941Z | Checking rand v0.9.2 |
| 2376 | 2026-04-10T02:47:54.080Z | Checking http-body v1.0.1 |
| 2377 | 2026-04-10T02:47:54.182Z | Checking aws-lc-sys v0.37.1 |
| 2378 | 2026-04-10T02:47:54.210Z | Checking untrusted v0.9.0 |
| 2379 | 2026-04-10T02:47:54.225Z | Checking untrusted v0.7.1 |
| 2380 | 2026-04-10T02:47:54.318Z | Checking base64 v0.22.1 |
| 2381 | 2026-04-10T02:47:54.331Z | Checking openssl-probe v0.2.1 |
| 2382 | 2026-04-10T02:47:54.343Z | Checking ring v0.17.14 |
| 2383 | 2026-04-10T02:47:54.406Z | Checking pkcs8 v0.10.2 |
| 2384 | 2026-04-10T02:47:54.433Z | Checking atomic-waker v1.1.2 |
| 2385 | 2026-04-10T02:47:54.532Z | Checking plain v0.2.3 |
| 2386 | 2026-04-10T02:47:54.556Z | Checking tinyvec_macros v0.1.1 |
| 2387 | 2026-04-10T02:47:54.579Z | Checking tower-layer v0.3.3 |
| 2388 | 2026-04-10T02:47:54.625Z | Checking try-lock v0.2.5 |
| 2389 | 2026-04-10T02:47:54.637Z | Checking tower-service v0.3.3 |
| 2390 | 2026-04-10T02:47:54.681Z | Checking aws-lc-rs v1.16.0 |
| 2391 | 2026-04-10T02:47:54.721Z | Checking want v0.3.1 |
| 2392 | 2026-04-10T02:47:54.735Z | Checking tinyvec v1.10.0 |
| 2393 | 2026-04-10T02:47:54.747Z | Checking ipnet v2.11.0 |
| 2394 | 2026-04-10T02:47:54.761Z | Checking httparse v1.10.1 |
| 2395 | 2026-04-10T02:47:54.849Z | Checking semver v1.0.27 |
| 2396 | 2026-04-10T02:47:54.966Z | Checking spin v0.9.8 |
| 2397 | 2026-04-10T02:47:54.997Z | Checking ucd-trie v0.1.7 |
| 2398 | 2026-04-10T02:47:55.040Z | Checking httpdate v1.0.3 |
| 2399 | 2026-04-10T02:47:55.053Z | Checking dyn-clone v1.0.20 |
| 2400 | 2026-04-10T02:47:55.121Z | Checking fastrand v2.3.0 |
| 2401 | 2026-04-10T02:47:55.134Z | Checking foreign-types-shared v0.1.1 |
| 2402 | 2026-04-10T02:47:55.146Z | Checking unicode-ident v1.0.24 |
| 2403 | 2026-04-10T02:47:55.161Z | Checking pin-utils v0.1.0 |
| 2404 | 2026-04-10T02:47:55.182Z | Checking schemars v0.8.22 |
| 2405 | 2026-04-10T02:47:55.210Z | Checking foreign-types v0.3.2 |
| 2406 | 2026-04-10T02:47:55.223Z | Checking pest v2.8.6 |
| 2407 | 2026-04-10T02:47:55.251Z | Checking proc-macro2 v1.0.106 |
| 2408 | 2026-04-10T02:47:55.278Z | Checking openssl-sys v0.9.111 |
| 2409 | 2026-04-10T02:47:55.300Z | Checking tempfile v3.25.0 |
| 2410 | 2026-04-10T02:47:55.332Z | Checking thiserror v2.0.18 |
| 2411 | 2026-04-10T02:47:55.436Z | Checking wait-timeout v0.2.1 |
| 2412 | 2026-04-10T02:47:55.487Z | Checking socket2 v0.5.10 |
| 2413 | 2026-04-10T02:47:55.505Z | Checking tokio-util v0.7.18 |
| 2414 | 2026-04-10T02:47:55.518Z | Checking rustls-webpki v0.103.9 |
| 2415 | 2026-04-10T02:47:55.556Z | Checking aho-corasick v1.1.4 |
| 2416 | 2026-04-10T02:47:55.569Z | Checking siphasher v1.0.2 |
| 2417 | 2026-04-10T02:47:55.724Z | Checking quick-error v1.2.3 |
| 2418 | 2026-04-10T02:47:55.727Z | Checking pretty-hex v0.4.1 |
| 2419 | 2026-04-10T02:47:55.759Z | Checking utf8parse v0.2.2 |
| 2420 | 2026-04-10T02:47:55.822Z | Checking anstyle v1.0.13 |
| 2421 | 2026-04-10T02:47:55.836Z | Checking bit-vec v0.8.0 |
| 2422 | 2026-04-10T02:47:55.847Z | Checking powerfmt v0.2.0 |
| 2423 | 2026-04-10T02:47:55.859Z | Checking simd-adler32 v0.3.8 |
| 2424 | 2026-04-10T02:47:55.937Z | Checking rustls v0.23.37 |
| 2425 | 2026-04-10T02:47:55.994Z | Checking deranged v0.5.8 |
| 2426 | 2026-04-10T02:47:56.007Z | Checking anstyle-parse v0.2.7 |
| 2427 | 2026-04-10T02:47:56.021Z | Checking bit-set v0.8.0 |
| 2428 | 2026-04-10T02:47:56.034Z | Checking rusty-fork v0.3.1 |
| 2429 | 2026-04-10T02:47:56.110Z | Checking h2 v0.4.13 |
| 2430 | 2026-04-10T02:47:56.153Z | Checking openssl v0.10.75 |
| 2431 | 2026-04-10T02:47:56.167Z | Checking quote v1.0.44 |
| 2432 | 2026-04-10T02:47:56.200Z | Compiling newtype-uuid v1.3.2 |
| 2433 | 2026-04-10T02:47:56.226Z | Checking regex-automata v0.4.14 |
| 2434 | 2026-04-10T02:47:56.270Z | Checking unicode-normalization v0.1.25 |
| 2435 | 2026-04-10T02:47:56.324Z | Checking rustls-native-certs v0.8.3 |
| 2436 | 2026-04-10T02:47:56.375Z | Checking crossbeam-utils v0.8.21 |
| 2437 | 2026-04-10T02:47:56.449Z | Checking rand_xorshift v0.4.0 |
| 2438 | 2026-04-10T02:47:56.569Z | Checking crc32fast v1.5.0 |
| 2439 | 2026-04-10T02:47:56.666Z | Checking scroll v0.13.0 |
| 2440 | 2026-04-10T02:47:56.705Z | Checking sync_wrapper v1.0.2 |
| 2441 | 2026-04-10T02:47:56.717Z | Checking signature v2.2.0 |
| 2442 | 2026-04-10T02:47:56.806Z | Checking colorchoice v1.0.4 |
| 2443 | 2026-04-10T02:47:56.841Z | Checking anstyle-query v1.1.5 |
| 2444 | 2026-04-10T02:47:56.891Z | Checking is_terminal_polyfill v1.70.2 |
| 2445 | 2026-04-10T02:47:56.905Z | Checking unarray v0.1.4 |
| 2446 | 2026-04-10T02:47:56.905Z | Checking unicode-properties v0.1.4 |
| 2447 | 2026-04-10T02:47:56.930Z | Checking num_threads v0.1.7 |
| 2448 | 2026-04-10T02:47:56.976Z | Checking unicode-bidi v0.3.18 |
| 2449 | 2026-04-10T02:47:57.004Z | Checking num-conv v0.2.0 |
| 2450 | 2026-04-10T02:47:57.016Z | Checking adler2 v2.0.1 |
| 2451 | 2026-04-10T02:47:57.113Z | Checking time-core v0.1.8 |
| 2452 | 2026-04-10T02:47:57.139Z | Checking miniz_oxide v0.8.9 |
| 2453 | 2026-04-10T02:47:57.152Z | Checking proptest v1.10.0 |
| 2454 | 2026-04-10T02:47:57.255Z | Checking time v0.3.47 |
| 2455 | 2026-04-10T02:47:57.275Z | Checking stringprep v0.1.5 |
| 2456 | 2026-04-10T02:47:57.429Z | Checking anstream v0.6.21 |
| 2457 | 2026-04-10T02:47:57.494Z | Checking goblin v0.10.5 |
| 2458 | 2026-04-10T02:47:57.625Z | Checking tower v0.5.3 |
| 2459 | 2026-04-10T02:47:58.009Z | Checking crossbeam-epoch v0.9.18 |
| 2460 | 2026-04-10T02:47:58.042Z | Compiling daft v0.1.5 |
| 2461 | 2026-04-10T02:47:58.136Z | Checking native-tls v0.2.18 |
| 2462 | 2026-04-10T02:47:58.228Z | Checking syn v2.0.117 |
| 2463 | 2026-04-10T02:47:58.302Z | Checking tokio-rustls v0.26.4 |
| 2464 | 2026-04-10T02:47:58.317Z | Checking ipnetwork v0.21.1 |
| 2465 | 2026-04-10T02:47:58.332Z | Checking http-body-util v0.1.3 |
| 2466 | 2026-04-10T02:47:58.388Z | Checking webpki-roots v1.0.6 |
| 2467 | 2026-04-10T02:47:58.506Z | Checking rand_chacha v0.3.1 |
| 2468 | 2026-04-10T02:47:58.526Z | Checking thiserror v1.0.69 |
| 2469 | 2026-04-10T02:47:58.526Z | Checking scroll v0.12.0 |
| 2470 | 2026-04-10T02:47:58.550Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2471 | 2026-04-10T02:47:58.624Z | Checking hash32 v0.2.1 |
| 2472 | 2026-04-10T02:47:58.659Z | Checking num-integer v0.1.46 |
| 2473 | 2026-04-10T02:47:58.714Z | Checking serde_spanned v0.6.9 |
| 2474 | 2026-04-10T02:47:58.752Z | Checking hyper v1.8.1 |
| 2475 | 2026-04-10T02:47:58.765Z | Checking toml_datetime v0.6.11 |
| 2476 | 2026-04-10T02:47:58.779Z | Checking md-5 v0.10.6 |
| 2477 | 2026-04-10T02:47:58.836Z | Checking ff v0.13.1 |
| 2478 | 2026-04-10T02:47:58.881Z | Checking iri-string v0.7.10 |
| 2479 | 2026-04-10T02:47:58.913Z | Checking ryu v1.0.23 |
| 2480 | 2026-04-10T02:47:58.926Z | Checking base16ct v0.2.0 |
| 2481 | 2026-04-10T02:47:58.940Z | Checking zlib-rs v0.6.2 |
| 2482 | 2026-04-10T02:47:58.962Z | Checking psl-types v2.0.11 |
| 2483 | 2026-04-10T02:47:59.047Z | Checking fallible-iterator v0.2.0 |
| 2484 | 2026-04-10T02:47:59.061Z | Checking serde_urlencoded v0.7.1 |
| 2485 | 2026-04-10T02:47:59.077Z | Checking publicsuffix v2.3.0 |
| 2486 | 2026-04-10T02:47:59.233Z | Checking sec1 v0.7.3 |
| 2487 | 2026-04-10T02:47:59.263Z | Compiling iddqd v0.3.17 |
| 2488 | 2026-04-10T02:47:59.317Z | Checking postgres-protocol v0.6.10 |
| 2489 | 2026-04-10T02:47:59.431Z | Checking group v0.13.0 |
| 2490 | 2026-04-10T02:47:59.632Z | Checking num-iter v0.1.45 |
| 2491 | 2026-04-10T02:47:59.646Z | Checking hyper-util v0.1.20 |
| 2492 | 2026-04-10T02:47:59.732Z | Checking heapless v0.7.17 |
| 2493 | 2026-04-10T02:47:59.744Z | Checking goblin v0.8.2 |
| 2494 | 2026-04-10T02:47:59.807Z | Checking flate2 v1.1.9 |
| 2495 | 2026-04-10T02:47:59.820Z | Checking dof v0.4.0 |
| 2496 | 2026-04-10T02:47:59.872Z | Checking tower-http v0.6.8 |
| 2497 | 2026-04-10T02:48:00.092Z | Checking rand v0.8.5 |
| 2498 | 2026-04-10T02:48:00.134Z | Checking zstd-safe v7.2.4 |
| 2499 | 2026-04-10T02:48:00.149Z | Checking oxnet v0.1.4 |
| 2500 | 2026-04-10T02:48:00.302Z | Checking cookie v0.18.1 |
| 2501 | 2026-04-10T02:48:00.366Z | Checking tokio-native-tls v0.3.1 |
| 2502 | 2026-04-10T02:48:00.389Z | Checking dtrace-parser v0.3.0 |
| 2503 | 2026-04-10T02:48:00.444Z | Checking phf_shared v0.13.1 |
| 2504 | 2026-04-10T02:48:00.482Z | Checking lazy_static v1.5.0 |
| 2505 | 2026-04-10T02:48:00.519Z | Checking terminal_size v0.4.3 |
| 2506 | 2026-04-10T02:48:00.532Z | Checking zerocopy v0.7.35 |
| 2507 | 2026-04-10T02:48:00.569Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2508 | 2026-04-10T02:48:00.605Z | Checking signal-hook v0.3.18 |
| 2509 | 2026-04-10T02:48:00.624Z | Checking hkdf v0.12.4 |
| 2510 | 2026-04-10T02:48:00.637Z | Checking crypto-bigint v0.5.5 |
| 2511 | 2026-04-10T02:48:00.647Z | Checking thread-id v5.1.0 |
| 2512 | 2026-04-10T02:48:00.659Z | Checking encoding_rs v0.8.35 |
| 2513 | 2026-04-10T02:48:00.725Z | Compiling rayon-core v1.13.0 |
| 2514 | 2026-04-10T02:48:00.753Z | Checking strsim v0.11.1 |
| 2515 | 2026-04-10T02:48:00.790Z | Checking bumpalo v3.20.2 |
| 2516 | 2026-04-10T02:48:00.886Z | Checking hyper-rustls v0.27.7 |
| 2517 | 2026-04-10T02:48:00.900Z | Checking managed v0.8.0 |
| 2518 | 2026-04-10T02:48:00.910Z | Checking either v1.15.0 |
| 2519 | 2026-04-10T02:48:00.988Z | Checking mime v0.3.17 |
| 2520 | 2026-04-10T02:48:01.011Z | Checking libbz2-rs-sys v0.2.2 |
| 2521 | 2026-04-10T02:48:01.088Z | Checking winnow v0.5.40 |
| 2522 | 2026-04-10T02:48:01.113Z | Checking foldhash v0.1.5 |
| 2523 | 2026-04-10T02:48:01.116Z | Checking clap_lex v1.0.0 |
| 2524 | 2026-04-10T02:48:01.157Z | Checking winnow v0.7.14 |
| 2525 | 2026-04-10T02:48:01.244Z | Checking bitflags v1.3.2 |
| 2526 | 2026-04-10T02:48:01.270Z | Checking clap_builder v4.5.60 |
| 2527 | 2026-04-10T02:48:01.314Z | Checking smoltcp v0.9.1 |
| 2528 | 2026-04-10T02:48:01.397Z | Checking bzip2 v0.6.1 |
| 2529 | 2026-04-10T02:48:01.521Z | Checking elliptic-curve v0.13.8 |
| 2530 | 2026-04-10T02:48:01.560Z | Checking hashbrown v0.15.5 |
| 2531 | 2026-04-10T02:48:01.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2532 | 2026-04-10T02:48:01.614Z | Checking dof v0.3.0 |
| 2533 | 2026-04-10T02:48:01.774Z | Checking zopfli v0.8.3 |
| 2534 | 2026-04-10T02:48:01.843Z | Checking hyper-tls v0.6.0 |
| 2535 | 2026-04-10T02:48:01.892Z | Checking signal-hook-mio v0.2.5 |
| 2536 | 2026-04-10T02:48:01.905Z | Checking usdt-impl v0.6.0 |
| 2537 | 2026-04-10T02:48:01.992Z | Checking bzip2 v0.4.4 |
| 2538 | 2026-04-10T02:48:02.008Z | Checking phf v0.13.1 |
| 2539 | 2026-04-10T02:48:02.020Z | Checking num-bigint-dig v0.8.6 |
| 2540 | 2026-04-10T02:48:02.098Z | Checking cookie_store v0.22.1 |
| 2541 | 2026-04-10T02:48:02.169Z | Checking zstd v0.13.3 |
| 2542 | 2026-04-10T02:48:02.193Z | Checking postgres-types v0.2.12 |
| 2543 | 2026-04-10T02:48:02.251Z | Checking toml_edit v0.19.15 |
| 2544 | 2026-04-10T02:48:02.315Z | Checking dtrace-parser v0.2.0 |
| 2545 | 2026-04-10T02:48:02.365Z | Checking rustls-platform-verifier v0.6.2 |
| 2546 | 2026-04-10T02:48:02.409Z | Checking crossbeam-deque v0.8.6 |
| 2547 | 2026-04-10T02:48:02.440Z | Checking regex v1.12.3 |
| 2548 | 2026-04-10T02:48:02.501Z | Checking bstr v1.12.1 |
| 2549 | 2026-04-10T02:48:02.515Z | Checking ed25519 v2.2.3 |
| 2550 | 2026-04-10T02:48:02.518Z | Checking phf_shared v0.11.3 |
| 2551 | 2026-04-10T02:48:02.546Z | Checking ref-cast v1.0.25 |
| 2552 | 2026-04-10T02:48:02.585Z | Checking curve25519-dalek v4.1.3 |
| 2553 | 2026-04-10T02:48:02.643Z | Checking strum v0.27.2 |
| 2554 | 2026-04-10T02:48:02.666Z | Checking hubpack v0.1.2 |
| 2555 | 2026-04-10T02:48:02.695Z | Checking memoffset v0.9.1 |
| 2556 | 2026-04-10T02:48:02.715Z | Checking rustix v0.38.44 |
| 2557 | 2026-04-10T02:48:02.753Z | Checking pkcs1 v0.7.5 |
| 2558 | 2026-04-10T02:48:02.771Z | Checking float-cmp v0.10.0 |
| 2559 | 2026-04-10T02:48:02.831Z | Checking hex v0.4.3 |
| 2560 | 2026-04-10T02:48:02.844Z | Checking serde-big-array v0.5.1 |
| 2561 | 2026-04-10T02:48:02.889Z | Checking erased-serde v0.3.31 |
| 2562 | 2026-04-10T02:48:02.902Z | Checking rfc6979 v0.4.0 |
| 2563 | 2026-04-10T02:48:02.959Z | Checking thread-id v4.2.2 |
| 2564 | 2026-04-10T02:48:02.972Z | Checking memmap2 v0.9.10 |
| 2565 | 2026-04-10T02:48:03.012Z | Checking env_filter v1.0.0 |
| 2566 | 2026-04-10T02:48:03.035Z | Checking jiff v0.2.21 |
| 2567 | 2026-04-10T02:48:03.049Z | Checking precomputed-hash v0.1.1 |
| 2568 | 2026-04-10T02:48:03.127Z | Checking rustc-hash v2.1.1 |
| 2569 | 2026-04-10T02:48:03.137Z | Checking keccak v0.1.6 |
| 2570 | 2026-04-10T02:48:03.152Z | Checking predicates-core v1.0.10 |
| 2571 | 2026-04-10T02:48:03.236Z | Checking whoami v2.1.0 |
| 2572 | 2026-04-10T02:48:03.264Z | Checking static_assertions v1.1.0 |
| 2573 | 2026-04-10T02:48:03.276Z | Checking fixedbitset v0.5.7 |
| 2574 | 2026-04-10T02:48:03.279Z | Checking fixedbitset v0.4.2 |
| 2575 | 2026-04-10T02:48:03.300Z | Checking normalize-line-endings v0.3.0 |
| 2576 | 2026-04-10T02:48:03.330Z | Checking new_debug_unreachable v1.0.6 |
| 2577 | 2026-04-10T02:48:03.352Z | Checking toml_write v0.1.2 |
| 2578 | 2026-04-10T02:48:03.381Z | Checking unicode-segmentation v1.12.0 |
| 2579 | 2026-04-10T02:48:03.399Z | Checking data-encoding v2.10.0 |
| 2580 | 2026-04-10T02:48:03.427Z | Checking difflib v0.4.0 |
| 2581 | 2026-04-10T02:48:03.441Z | Checking petgraph v0.6.5 |
| 2582 | 2026-04-10T02:48:03.461Z | Checking petgraph v0.8.3 |
| 2583 | 2026-04-10T02:48:03.499Z | Checking crossterm v0.28.1 |
| 2584 | 2026-04-10T02:48:03.514Z | Checking toml_edit v0.22.27 |
| 2585 | 2026-04-10T02:48:03.601Z | Checking predicates v3.1.4 |
| 2586 | 2026-04-10T02:48:03.664Z | Checking hickory-proto v0.25.2 |
| 2587 | 2026-04-10T02:48:03.685Z | Checking similar v2.7.0 |
| 2588 | 2026-04-10T02:48:03.896Z | Checking tokio-postgres v0.7.16 |
| 2589 | 2026-04-10T02:48:04.059Z | Checking string_cache v0.8.9 |
| 2590 | 2026-04-10T02:48:04.187Z | Checking ed25519-dalek v2.2.0 |
| 2591 | 2026-04-10T02:48:04.226Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2592 | 2026-04-10T02:48:04.414Z | Checking sha3 v0.10.8 |
| 2593 | 2026-04-10T02:48:04.580Z | Checking toml v0.7.8 |
| 2594 | 2026-04-10T02:48:04.618Z | Checking slog v2.8.2 |
| 2595 | 2026-04-10T02:48:04.880Z | Checking env_logger v0.11.9 |
| 2596 | 2026-04-10T02:48:04.899Z | Checking usdt v0.6.0 |
| 2597 | 2026-04-10T02:48:05.007Z | Checking serde_with v3.17.0 |
| 2598 | 2026-04-10T02:48:05.062Z | Checking usdt-impl v0.5.0 |
| 2599 | 2026-04-10T02:48:05.072Z | Checking ecdsa v0.16.9 |
| 2600 | 2026-04-10T02:48:05.143Z | Checking rsa v0.9.10 |
| 2601 | 2026-04-10T02:48:05.236Z | Checking zip v4.6.1 |
| 2602 | 2026-04-10T02:48:05.331Z | Checking nix v0.31.1 |
| 2603 | 2026-04-10T02:48:05.527Z | Checking clap v4.5.60 |
| 2604 | 2026-04-10T02:48:05.608Z | Checking reqwest v0.13.2 |
| 2605 | 2026-04-10T02:48:05.613Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2606 | 2026-04-10T02:48:05.722Z | Checking zip v0.6.6 |
| 2607 | 2026-04-10T02:48:05.795Z | Checking reqwest v0.12.28 |
| 2608 | 2026-04-10T02:48:05.959Z | Checking itertools v0.13.0 |
| 2609 | 2026-04-10T02:48:06.060Z | Checking strum v0.26.3 |
| 2610 | 2026-04-10T02:48:06.157Z | Checking fs-err v3.3.0 |
| 2611 | 2026-04-10T02:48:06.329Z | Checking ahash v0.8.12 |
| 2612 | 2026-04-10T02:48:06.412Z | Checking tokio-stream v0.1.18 |
| 2613 | 2026-04-10T02:48:06.420Z | Checking object v0.37.3 |
| 2614 | 2026-04-10T02:48:06.427Z | Checking buf-list v1.1.2 |
| 2615 | 2026-04-10T02:48:06.461Z | Checking camino v1.2.2 |
| 2616 | 2026-04-10T02:48:06.471Z | Checking anyhow v1.0.102 |
| 2617 | 2026-04-10T02:48:06.516Z | Checking x509-cert v0.2.5 |
| 2618 | 2026-04-10T02:48:06.595Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2619 | 2026-04-10T02:48:06.631Z | Checking openapiv3 v2.2.0 |
| 2620 | 2026-04-10T02:48:06.647Z | Checking sha1 v0.10.6 |
| 2621 | 2026-04-10T02:48:06.682Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2622 | 2026-04-10T02:48:06.779Z | Checking lalrpop-util v0.19.12 |
| 2623 | 2026-04-10T02:48:06.802Z | Checking peg-runtime v0.8.5 |
| 2624 | 2026-04-10T02:48:06.865Z | Checking rayon v1.11.0 |
| 2625 | 2026-04-10T02:48:06.871Z | Checking sigpipe v0.1.3 |
| 2626 | 2026-04-10T02:48:06.958Z | Checking glob v0.3.3 |
| 2627 | 2026-04-10T02:48:08.577Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2628 | 2026-04-10T02:48:08.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.52s |
| 2629 | 2026-04-10T02:48:09.015Z | |
| 2630 | 2026-04-10T02:48:09.015Z | info: running `cargo check --bins` on internal-dns-types (77/271) |
| 2631 | 2026-04-10T02:48:09.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-04-10T02:48:09.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-04-10T02:48:09.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2026-04-10T02:48:09.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2635 | 2026-04-10T02:48:09.597Z | |
| 2636 | 2026-04-10T02:48:09.597Z | info: running `cargo check --bins` on internal-dns-types-versions (78/271) |
| 2637 | 2026-04-10T02:48:10.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-04-10T02:48:10.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-04-10T02:48:10.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-04-10T02:48:10.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2641 | 2026-04-10T02:48:10.188Z | |
| 2642 | 2026-04-10T02:48:10.188Z | info: running `cargo check --bins` on nexus-types-versions (79/271) |
| 2643 | 2026-04-10T02:48:10.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-04-10T02:48:10.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-04-10T02:48:10.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-04-10T02:48:10.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2647 | 2026-04-10T02:48:10.793Z | |
| 2648 | 2026-04-10T02:48:10.793Z | info: running `cargo check --bins` on oxql-types (80/271) |
| 2649 | 2026-04-10T02:48:11.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-04-10T02:48:11.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-04-10T02:48:11.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-04-10T02:48:11.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2653 | 2026-04-10T02:48:11.379Z | |
| 2654 | 2026-04-10T02:48:11.379Z | info: running `cargo check --bins` on oximeter-types (81/271) |
| 2655 | 2026-04-10T02:48:11.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-04-10T02:48:11.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-04-10T02:48:11.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-04-10T02:48:11.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2659 | 2026-04-10T02:48:11.968Z | |
| 2660 | 2026-04-10T02:48:11.968Z | info: running `cargo check --bins` on oximeter-types-versions (82/271) |
| 2661 | 2026-04-10T02:48:12.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-04-10T02:48:12.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-04-10T02:48:12.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-04-10T02:48:12.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2665 | 2026-04-10T02:48:12.564Z | |
| 2666 | 2026-04-10T02:48:12.564Z | info: running `cargo check --bins` on oximeter-macro-impl (83/271) |
| 2667 | 2026-04-10T02:48:13.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-04-10T02:48:13.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-04-10T02:48:13.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2026-04-10T02:48:13.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2671 | 2026-04-10T02:48:13.135Z | |
| 2672 | 2026-04-10T02:48:13.135Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/271) |
| 2673 | 2026-04-10T02:48:13.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2026-04-10T02:48:13.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2026-04-10T02:48:13.813Z | Compiling structmeta-derive v0.3.0 |
| 2676 | 2026-04-10T02:48:13.927Z | Compiling rustls v0.22.4 |
| 2677 | 2026-04-10T02:48:13.937Z | Compiling multer v3.1.0 |
| 2678 | 2026-04-10T02:48:13.945Z | Compiling async-stream-impl v0.3.6 |
| 2679 | 2026-04-10T02:48:13.948Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2680 | 2026-04-10T02:48:13.965Z | Compiling dropshot v0.16.7 |
| 2681 | 2026-04-10T02:48:13.980Z | Compiling newtype-uuid-macros v0.1.0 |
| 2682 | 2026-04-10T02:48:13.980Z | Compiling dropshot_endpoint v0.16.7 |
| 2683 | 2026-04-10T02:48:14.103Z | Checking newtype-uuid v1.3.2 |
| 2684 | 2026-04-10T02:48:14.163Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2685 | 2026-04-10T02:48:14.196Z | Checking rustls-webpki v0.102.8 |
| 2686 | 2026-04-10T02:48:14.298Z | Checking daft v0.1.5 |
| 2687 | 2026-04-10T02:48:14.330Z | Checking futures-executor v0.3.32 |
| 2688 | 2026-04-10T02:48:14.515Z | Checking thread_local v1.1.9 |
| 2689 | 2026-04-10T02:48:14.530Z | Compiling match_cfg v0.1.0 |
| 2690 | 2026-04-10T02:48:14.586Z | Checking iddqd v0.3.17 |
| 2691 | 2026-04-10T02:48:14.624Z | Checking hostname v0.3.1 |
| 2692 | 2026-04-10T02:48:14.720Z | Checking futures v0.3.32 |
| 2693 | 2026-04-10T02:48:14.744Z | Checking crossbeam-channel v0.5.15 |
| 2694 | 2026-04-10T02:48:14.799Z | Checking slog-json v2.6.1 |
| 2695 | 2026-04-10T02:48:14.970Z | Compiling structmeta v0.3.0 |
| 2696 | 2026-04-10T02:48:15.018Z | Compiling serde_spanned v1.0.4 |
| 2697 | 2026-04-10T02:48:15.167Z | Checking is-terminal v0.4.17 |
| 2698 | 2026-04-10T02:48:15.180Z | Compiling derive-ex v0.1.8 |
| 2699 | 2026-04-10T02:48:15.204Z | Compiling parse-display-derive v0.10.0 |
| 2700 | 2026-04-10T02:48:15.244Z | Checking take_mut v0.2.2 |
| 2701 | 2026-04-10T02:48:15.257Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2702 | 2026-04-10T02:48:15.347Z | Checking term v1.2.1 |
| 2703 | 2026-04-10T02:48:15.431Z | Checking debug-ignore v1.0.5 |
| 2704 | 2026-04-10T02:48:15.529Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2705 | 2026-04-10T02:48:15.563Z | Checking slog-term v2.9.2 |
| 2706 | 2026-04-10T02:48:15.603Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2707 | 2026-04-10T02:48:15.718Z | Checking slog-async v2.8.0 |
| 2708 | 2026-04-10T02:48:15.818Z | Compiling slog-bunyan v2.5.0 |
| 2709 | 2026-04-10T02:48:15.955Z | Compiling async-stream v0.3.6 |
| 2710 | 2026-04-10T02:48:16.030Z | Checking tokio-rustls v0.25.0 |
| 2711 | 2026-04-10T02:48:16.124Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2712 | 2026-04-10T02:48:16.205Z | Checking progenitor-client v0.13.0 |
| 2713 | 2026-04-10T02:48:16.223Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2714 | 2026-04-10T02:48:16.362Z | Checking backon v1.6.0 |
| 2715 | 2026-04-10T02:48:16.434Z | Checking waitgroup v0.1.2 |
| 2716 | 2026-04-10T02:48:16.540Z | Checking rustls-pemfile v2.2.0 |
| 2717 | 2026-04-10T02:48:16.831Z | Checking serde_path_to_error v0.1.20 |
| 2718 | 2026-04-10T02:48:16.857Z | Compiling test-strategy v0.4.5 |
| 2719 | 2026-04-10T02:48:16.880Z | Checking hostname v0.4.2 |
| 2720 | 2026-04-10T02:48:16.915Z | Checking instant v0.1.13 |
| 2721 | 2026-04-10T02:48:17.000Z | Compiling prettyplease v0.2.37 |
| 2722 | 2026-04-10T02:48:17.037Z | Checking backoff v0.4.0 |
| 2723 | 2026-04-10T02:48:17.092Z | Checking parse-display v0.10.0 |
| 2724 | 2026-04-10T02:48:17.252Z | Compiling progenitor-extras v0.1.1 |
| 2725 | 2026-04-10T02:48:17.316Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2726 | 2026-04-10T02:48:17.500Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2727 | 2026-04-10T02:48:17.547Z | Checking progenitor-client v0.10.0 |
| 2728 | 2026-04-10T02:48:17.754Z | Checking itertools v0.14.0 |
| 2729 | 2026-04-10T02:48:17.777Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 2730 | 2026-04-10T02:48:18.259Z | Checking regress v0.10.5 |
| 2731 | 2026-04-10T02:48:18.363Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2732 | 2026-04-10T02:48:18.897Z | Compiling macaddr v1.0.1 |
| 2733 | 2026-04-10T02:48:19.023Z | Checking num-rational v0.4.2 |
| 2734 | 2026-04-10T02:48:19.179Z | Compiling usdt-macro v0.5.0 |
| 2735 | 2026-04-10T02:48:19.193Z | Compiling usdt-attr-macro v0.5.0 |
| 2736 | 2026-04-10T02:48:19.300Z | Checking num-complex v0.4.6 |
| 2737 | 2026-04-10T02:48:19.635Z | Checking memmap v0.7.0 |
| 2738 | 2026-04-10T02:48:19.656Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2739 | 2026-04-10T02:48:19.691Z | Checking num v0.4.3 |
| 2740 | 2026-04-10T02:48:19.766Z | Checking float-ord v0.3.2 |
| 2741 | 2026-04-10T02:48:19.871Z | Compiling toml v0.8.23 |
| 2742 | 2026-04-10T02:48:19.893Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-04-10T02:48:19.962Z | Checking usdt v0.5.0 |
| 2744 | 2026-04-10T02:48:20.132Z | Checking linked-hash-map v0.5.6 |
| 2745 | 2026-04-10T02:48:20.149Z | Compiling nom v7.1.3 |
| 2746 | 2026-04-10T02:48:20.307Z | Checking lru-cache v0.1.2 |
| 2747 | 2026-04-10T02:48:20.822Z | Checking hickory-proto v0.24.4 |
| 2748 | 2026-04-10T02:48:20.952Z | Checking phf_shared v0.12.1 |
| 2749 | 2026-04-10T02:48:20.955Z | Compiling slog-dtrace v0.3.0 |
| 2750 | 2026-04-10T02:48:21.093Z | Checking heck v0.5.0 |
| 2751 | 2026-04-10T02:48:21.154Z | Checking resolv-conf v0.7.6 |
| 2752 | 2026-04-10T02:48:21.219Z | Compiling convert_case v0.4.0 |
| 2753 | 2026-04-10T02:48:21.340Z | Compiling chrono-tz v0.10.4 |
| 2754 | 2026-04-10T02:48:21.432Z | Compiling const_format_proc_macros v0.2.34 |
| 2755 | 2026-04-10T02:48:21.498Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2026-04-10T02:48:21.583Z | Checking phf v0.12.1 |
| 2757 | 2026-04-10T02:48:21.596Z | Compiling derive_more v0.99.20 |
| 2758 | 2026-04-10T02:48:21.727Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-04-10T02:48:21.913Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-04-10T02:48:21.971Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-04-10T02:48:22.448Z | Checking highway v1.3.0 |
| 2762 | 2026-04-10T02:48:22.523Z | Checking const_format v0.2.35 |
| 2763 | 2026-04-10T02:48:22.629Z | Checking hickory-resolver v0.24.4 |
| 2764 | 2026-04-10T02:48:22.698Z | Checking oxide-tokio-rt v0.1.3 |
| 2765 | 2026-04-10T02:48:23.099Z | Checking gethostname v0.5.0 |
| 2766 | 2026-04-10T02:48:23.193Z | Checking bcs v0.1.6 |
| 2767 | 2026-04-10T02:48:23.332Z | Compiling async-recursion v1.1.1 |
| 2768 | 2026-04-10T02:48:23.365Z | Checking qorb v0.4.1 |
| 2769 | 2026-04-10T02:48:23.425Z | Checking termtree v0.5.1 |
| 2770 | 2026-04-10T02:48:23.877Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2771 | 2026-04-10T02:48:24.077Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2772 | 2026-04-10T02:48:24.257Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2773 | 2026-04-10T02:48:25.534Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2774 | 2026-04-10T02:48:25.537Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2775 | 2026-04-10T02:48:27.269Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-04-10T02:48:29.946Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-04-10T02:48:32.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s |
| 2778 | 2026-04-10T02:48:32.189Z | |
| 2779 | 2026-04-10T02:48:32.190Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/271) |
| 2780 | 2026-04-10T02:48:32.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-04-10T02:48:32.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-04-10T02:48:32.876Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-04-10T02:48:32.985Z | Compiling stacker v0.1.23 |
| 2784 | 2026-04-10T02:48:32.993Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-04-10T02:48:32.999Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-04-10T02:48:33.005Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-04-10T02:48:33.013Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-04-10T02:48:33.023Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-04-10T02:48:33.026Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-04-10T02:48:33.050Z | Compiling nix v0.28.0 |
| 2791 | 2026-04-10T02:48:33.133Z | Checking vte v0.14.1 |
| 2792 | 2026-04-10T02:48:33.153Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-04-10T02:48:33.239Z | Checking endian-type v0.1.2 |
| 2794 | 2026-04-10T02:48:33.242Z | Checking bytecount v0.6.9 |
| 2795 | 2026-04-10T02:48:33.279Z | Checking strip-ansi-escapes v0.2.1 |
| 2796 | 2026-04-10T02:48:33.291Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-04-10T02:48:33.303Z | Compiling tabled_derive v0.7.0 |
| 2798 | 2026-04-10T02:48:33.335Z | Checking papergrid v0.11.0 |
| 2799 | 2026-04-10T02:48:33.371Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-04-10T02:48:33.384Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-04-10T02:48:33.548Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-04-10T02:48:33.573Z | Checking winnow v0.6.26 |
| 2803 | 2026-04-10T02:48:33.802Z | Compiling psm v0.1.30 |
| 2804 | 2026-04-10T02:48:33.844Z | Compiling sqlparser_derive v0.5.0 |
| 2805 | 2026-04-10T02:48:33.939Z | Checking nu-ansi-term v0.50.3 |
| 2806 | 2026-04-10T02:48:34.094Z | Checking derive_more v2.1.1 |
| 2807 | 2026-04-10T02:48:34.148Z | Checking unicode-width v0.2.0 |
| 2808 | 2026-04-10T02:48:34.173Z | Checking home v0.5.12 |
| 2809 | 2026-04-10T02:48:34.251Z | Checking unicode_categories v0.1.1 |
| 2810 | 2026-04-10T02:48:34.276Z | Checking tabled v0.15.0 |
| 2811 | 2026-04-10T02:48:34.332Z | Checking rustyline v14.0.0 |
| 2812 | 2026-04-10T02:48:34.395Z | Checking reedline v0.40.0 |
| 2813 | 2026-04-10T02:48:34.407Z | Checking crossterm v0.29.0 |
| 2814 | 2026-04-10T02:48:34.566Z | Checking recursive v0.1.1 |
| 2815 | 2026-04-10T02:48:34.648Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-04-10T02:48:34.663Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-04-10T02:48:34.703Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-04-10T02:48:34.906Z | Checking peg v0.8.5 |
| 2819 | 2026-04-10T02:48:45.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2820 | 2026-04-10T02:48:45.929Z | |
| 2821 | 2026-04-10T02:48:45.929Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/271) |
| 2822 | 2026-04-10T02:48:46.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-04-10T02:48:46.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-04-10T02:48:46.591Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-04-10T02:48:49.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 2826 | 2026-04-10T02:48:50.166Z | |
| 2827 | 2026-04-10T02:48:50.166Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/271) |
| 2828 | 2026-04-10T02:48:50.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-04-10T02:48:50.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-04-10T02:48:50.826Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-04-10T02:48:53.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 2832 | 2026-04-10T02:48:53.423Z | |
| 2833 | 2026-04-10T02:48:53.424Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/271) |
| 2834 | 2026-04-10T02:48:53.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-04-10T02:48:53.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-04-10T02:48:54.076Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-04-10T02:48:57.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
| 2838 | 2026-04-10T02:48:57.440Z | |
| 2839 | 2026-04-10T02:48:57.440Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/271) |
| 2840 | 2026-04-10T02:48:57.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-04-10T02:48:57.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-04-10T02:48:58.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-04-10T02:49:01.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2844 | 2026-04-10T02:49:01.488Z | |
| 2845 | 2026-04-10T02:49:01.488Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/271) |
| 2846 | 2026-04-10T02:49:01.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-04-10T02:49:02.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-04-10T02:49:02.151Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-04-10T02:49:04.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 2850 | 2026-04-10T02:49:04.856Z | |
| 2851 | 2026-04-10T02:49:04.856Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/271) |
| 2852 | 2026-04-10T02:49:05.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-04-10T02:49:05.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-04-10T02:49:05.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-04-10T02:49:08.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 2856 | 2026-04-10T02:49:08.299Z | |
| 2857 | 2026-04-10T02:49:08.299Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/271) |
| 2858 | 2026-04-10T02:49:08.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-04-10T02:49:08.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-04-10T02:49:08.960Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-04-10T02:49:12.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 2862 | 2026-04-10T02:49:12.542Z | |
| 2863 | 2026-04-10T02:49:12.542Z | info: running `cargo check --bins` on oximeter (93/271) |
| 2864 | 2026-04-10T02:49:13.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-04-10T02:49:13.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-04-10T02:49:13.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-04-10T02:49:13.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2868 | 2026-04-10T02:49:13.135Z | |
| 2869 | 2026-04-10T02:49:13.135Z | info: running `cargo check --bins` on oximeter-schema (94/271) |
| 2870 | 2026-04-10T02:49:13.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-04-10T02:49:13.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-04-10T02:49:13.759Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-04-10T02:49:13.920Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-04-10T02:49:13.935Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2875 | 2026-04-10T02:49:14.257Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-04-10T02:49:17.679Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-04-10T02:49:17.997Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-04-10T02:49:19.080Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-04-10T02:49:19.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s |
| 2880 | 2026-04-10T02:49:19.935Z | |
| 2881 | 2026-04-10T02:49:19.935Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/271) |
| 2882 | 2026-04-10T02:49:20.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-04-10T02:49:20.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-04-10T02:49:20.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-04-10T02:49:20.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2886 | 2026-04-10T02:49:20.520Z | |
| 2887 | 2026-04-10T02:49:20.520Z | info: running `cargo check --bins` on oximeter-test-utils (96/271) |
| 2888 | 2026-04-10T02:49:21.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-04-10T02:49:21.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-04-10T02:49:21.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-04-10T02:49:21.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2892 | 2026-04-10T02:49:21.150Z | |
| 2893 | 2026-04-10T02:49:21.150Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/271) |
| 2894 | 2026-04-10T02:49:21.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-04-10T02:49:21.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-04-10T02:49:21.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-04-10T02:49:21.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2898 | 2026-04-10T02:49:21.748Z | |
| 2899 | 2026-04-10T02:49:21.748Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/271) |
| 2900 | 2026-04-10T02:49:22.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-04-10T02:49:22.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-04-10T02:49:22.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-04-10T02:49:22.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2904 | 2026-04-10T02:49:22.347Z | |
| 2905 | 2026-04-10T02:49:22.347Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/271) |
| 2906 | 2026-04-10T02:49:22.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-04-10T02:49:22.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-04-10T02:49:22.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-04-10T02:49:22.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2910 | 2026-04-10T02:49:22.943Z | |
| 2911 | 2026-04-10T02:49:22.943Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/271) |
| 2912 | 2026-04-10T02:49:23.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-04-10T02:49:23.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-04-10T02:49:23.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-04-10T02:49:23.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2916 | 2026-04-10T02:49:23.539Z | |
| 2917 | 2026-04-10T02:49:23.539Z | info: running `cargo check --bins` on trust-quorum-types (101/271) |
| 2918 | 2026-04-10T02:49:24.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-04-10T02:49:24.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-04-10T02:49:24.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-04-10T02:49:24.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2922 | 2026-04-10T02:49:24.120Z | |
| 2923 | 2026-04-10T02:49:24.120Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/271) |
| 2924 | 2026-04-10T02:49:24.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-04-10T02:49:24.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-04-10T02:49:24.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-04-10T02:49:24.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2928 | 2026-04-10T02:49:24.718Z | |
| 2929 | 2026-04-10T02:49:24.718Z | info: running `cargo check --bins` on update-engine (103/271) |
| 2930 | 2026-04-10T02:49:25.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-04-10T02:49:25.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-04-10T02:49:25.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-04-10T02:49:25.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2934 | 2026-04-10T02:49:25.296Z | |
| 2935 | 2026-04-10T02:49:25.296Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/271) |
| 2936 | 2026-04-10T02:49:25.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-04-10T02:49:25.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-04-10T02:49:26.007Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-04-10T02:49:26.123Z | Checking secrecy v0.10.3 |
| 2940 | 2026-04-10T02:49:26.131Z | Compiling heapless v0.8.0 |
| 2941 | 2026-04-10T02:49:26.138Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-04-10T02:49:26.144Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2943 | 2026-04-10T02:49:26.144Z | Checking hash32 v0.3.1 |
| 2944 | 2026-04-10T02:49:26.153Z | Compiling smoltcp v0.11.0 |
| 2945 | 2026-04-10T02:49:26.164Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2946 | 2026-04-10T02:49:26.225Z | Checking cobs v0.3.0 |
| 2947 | 2026-04-10T02:49:26.271Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2948 | 2026-04-10T02:49:26.366Z | Checking half v2.7.1 |
| 2949 | 2026-04-10T02:49:26.378Z | Checking universal-hash v0.5.1 |
| 2950 | 2026-04-10T02:49:26.412Z | Checking opaque-debug v0.3.1 |
| 2951 | 2026-04-10T02:49:26.481Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-04-10T02:49:26.510Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2953 | 2026-04-10T02:49:26.526Z | Checking poly1305 v0.8.0 |
| 2954 | 2026-04-10T02:49:26.574Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2955 | 2026-04-10T02:49:26.621Z | Checking ciborium-ll v0.2.2 |
| 2956 | 2026-04-10T02:49:26.683Z | Compiling proc-macro-crate v3.4.0 |
| 2957 | 2026-04-10T02:49:26.802Z | Checking postcard v1.1.3 |
| 2958 | 2026-04-10T02:49:26.818Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2959 | 2026-04-10T02:49:26.891Z | Checking password-hash v0.5.0 |
| 2960 | 2026-04-10T02:49:27.083Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-04-10T02:49:27.098Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-04-10T02:49:27.119Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2963 | 2026-04-10T02:49:27.180Z | Checking blake2 v0.10.6 |
| 2964 | 2026-04-10T02:49:27.240Z | Compiling num_enum_derive v0.7.5 |
| 2965 | 2026-04-10T02:49:27.283Z | Checking aead v0.5.2 |
| 2966 | 2026-04-10T02:49:27.359Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2967 | 2026-04-10T02:49:27.421Z | Compiling foreign-types-macros v0.2.3 |
| 2968 | 2026-04-10T02:49:27.434Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2969 | 2026-04-10T02:49:27.446Z | Checking thiserror-no-std v2.0.2 |
| 2970 | 2026-04-10T02:49:27.526Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-04-10T02:49:27.540Z | Checking foreign-types-shared v0.3.1 |
| 2972 | 2026-04-10T02:49:27.566Z | Checking vsss-rs v3.3.4 |
| 2973 | 2026-04-10T02:49:27.601Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-04-10T02:49:27.635Z | Compiling num_enum_derive v0.5.11 |
| 2975 | 2026-04-10T02:49:27.669Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-04-10T02:49:27.796Z | Checking argon2 v0.5.3 |
| 2977 | 2026-04-10T02:49:27.815Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2978 | 2026-04-10T02:49:28.006Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-04-10T02:49:28.126Z | Checking ciborium v0.2.2 |
| 2980 | 2026-04-10T02:49:28.190Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2981 | 2026-04-10T02:49:28.250Z | Checking console v0.15.11 |
| 2982 | 2026-04-10T02:49:28.293Z | Checking num_enum v0.7.5 |
| 2983 | 2026-04-10T02:49:28.410Z | Checking tabwriter v1.4.1 |
| 2984 | 2026-04-10T02:49:28.469Z | Checking newline-converter v0.3.0 |
| 2985 | 2026-04-10T02:49:28.526Z | Checking camino-tempfile v1.4.1 |
| 2986 | 2026-04-10T02:49:28.540Z | Checking atomicwrites v0.4.4 |
| 2987 | 2026-04-10T02:49:28.555Z | Checking byte-wrapper v0.1.0 |
| 2988 | 2026-04-10T02:49:28.578Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2989 | 2026-04-10T02:49:28.656Z | Checking cstr-argument v0.1.2 |
| 2990 | 2026-04-10T02:49:28.671Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2991 | 2026-04-10T02:49:28.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2992 | 2026-04-10T02:49:28.697Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2993 | 2026-04-10T02:49:28.763Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2994 | 2026-04-10T02:49:28.778Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2995 | 2026-04-10T02:49:28.884Z | Checking expectorate v1.2.0 |
| 2996 | 2026-04-10T02:49:28.946Z | Checking num_enum v0.5.11 |
| 2997 | 2026-04-10T02:49:28.959Z | Checking ingot-types v0.1.2 |
| 2998 | 2026-04-10T02:49:28.993Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-04-10T02:49:29.014Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3000 | 2026-04-10T02:49:29.059Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3001 | 2026-04-10T02:49:29.098Z | Checking rand v0.10.0 |
| 3002 | 2026-04-10T02:49:29.112Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3003 | 2026-04-10T02:49:29.174Z | Checking indent_write v2.2.0 |
| 3004 | 2026-04-10T02:49:29.255Z | Checking colored v3.1.1 |
| 3005 | 2026-04-10T02:49:29.269Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3006 | 2026-04-10T02:49:29.303Z | Compiling zone_cfg_derive v0.3.1 |
| 3007 | 2026-04-10T02:49:29.317Z | Checking ingot v0.1.1 |
| 3008 | 2026-04-10T02:49:29.366Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3009 | 2026-04-10T02:49:29.381Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3010 | 2026-04-10T02:49:29.415Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3011 | 2026-04-10T02:49:29.453Z | Checking itertools v0.12.1 |
| 3012 | 2026-04-10T02:49:29.535Z | Compiling num-derive v0.4.2 |
| 3013 | 2026-04-10T02:49:29.588Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3014 | 2026-04-10T02:49:29.775Z | Checking swrite v0.1.0 |
| 3015 | 2026-04-10T02:49:29.792Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3016 | 2026-04-10T02:49:29.888Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3017 | 2026-04-10T02:49:29.932Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3018 | 2026-04-10T02:49:30.088Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3019 | 2026-04-10T02:49:30.201Z | Checking dropshot-api-manager-types v0.6.0 |
| 3020 | 2026-04-10T02:49:30.216Z | Checking smf v0.2.3 |
| 3021 | 2026-04-10T02:49:30.373Z | Checking nanorand v0.7.0 |
| 3022 | 2026-04-10T02:49:30.387Z | Checking whoami v1.6.1 |
| 3023 | 2026-04-10T02:49:30.443Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3024 | 2026-04-10T02:49:30.458Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3025 | 2026-04-10T02:49:30.461Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3026 | 2026-04-10T02:49:30.461Z | Checking zone v0.3.1 |
| 3027 | 2026-04-10T02:49:30.563Z | Checking flume v0.11.1 |
| 3028 | 2026-04-10T02:49:30.896Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3029 | 2026-04-10T02:49:31.866Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3030 | 2026-04-10T02:49:32.705Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3031 | 2026-04-10T02:49:35.118Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3032 | 2026-04-10T02:49:37.127Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3033 | 2026-04-10T02:49:38.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.85s |
| 3034 | 2026-04-10T02:49:38.336Z | |
| 3035 | 2026-04-10T02:49:38.337Z | info: running `cargo check --bins` on clickhouse-admin-api (105/271) |
| 3036 | 2026-04-10T02:49:38.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-04-10T02:49:38.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-04-10T02:49:38.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-04-10T02:49:38.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3040 | 2026-04-10T02:49:38.932Z | |
| 3041 | 2026-04-10T02:49:38.932Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/271) |
| 3042 | 2026-04-10T02:49:39.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-04-10T02:49:39.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-04-10T02:49:39.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-04-10T02:49:39.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3046 | 2026-04-10T02:49:39.529Z | |
| 3047 | 2026-04-10T02:49:39.529Z | info: running `cargo check --bins` on bootstrap-agent-client (107/271) |
| 3048 | 2026-04-10T02:49:40.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-04-10T02:49:40.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-04-10T02:49:40.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-04-10T02:49:40.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3052 | 2026-04-10T02:49:40.133Z | |
| 3053 | 2026-04-10T02:49:40.133Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/271) |
| 3054 | 2026-04-10T02:49:40.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-04-10T02:49:40.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-04-10T02:49:40.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-04-10T02:49:40.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3058 | 2026-04-10T02:49:40.735Z | |
| 3059 | 2026-04-10T02:49:40.735Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/271) |
| 3060 | 2026-04-10T02:49:41.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-04-10T02:49:41.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-04-10T02:49:41.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-04-10T02:49:41.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3064 | 2026-04-10T02:49:41.326Z | |
| 3065 | 2026-04-10T02:49:41.326Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/271) |
| 3066 | 2026-04-10T02:49:41.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-04-10T02:49:41.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-04-10T02:49:41.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-04-10T02:49:41.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3070 | 2026-04-10T02:49:41.920Z | |
| 3071 | 2026-04-10T02:49:41.920Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/271) |
| 3072 | 2026-04-10T02:49:42.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-04-10T02:49:42.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-04-10T02:49:42.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-04-10T02:49:42.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3076 | 2026-04-10T02:49:42.520Z | |
| 3077 | 2026-04-10T02:49:42.520Z | info: running `cargo check --bins` on cockroach-admin-client (112/271) |
| 3078 | 2026-04-10T02:49:43.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-04-10T02:49:43.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-04-10T02:49:43.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-04-10T02:49:43.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3082 | 2026-04-10T02:49:43.100Z | |
| 3083 | 2026-04-10T02:49:43.100Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/271) |
| 3084 | 2026-04-10T02:49:43.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-04-10T02:49:43.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-04-10T02:49:43.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-04-10T02:49:43.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3088 | 2026-04-10T02:49:43.696Z | |
| 3089 | 2026-04-10T02:49:43.696Z | info: running `cargo check --bins` on dns-service-client (114/271) |
| 3090 | 2026-04-10T02:49:44.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-04-10T02:49:44.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-04-10T02:49:44.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-04-10T02:49:44.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3094 | 2026-04-10T02:49:44.295Z | |
| 3095 | 2026-04-10T02:49:44.295Z | info: running `cargo check --bins` on installinator-client (115/271) |
| 3096 | 2026-04-10T02:49:44.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-04-10T02:49:44.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-04-10T02:49:44.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-04-10T02:49:44.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3100 | 2026-04-10T02:49:44.893Z | |
| 3101 | 2026-04-10T02:49:44.894Z | info: running `cargo check --bins` on nexus-client (116/271) |
| 3102 | 2026-04-10T02:49:45.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-04-10T02:49:45.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-04-10T02:49:45.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-04-10T02:49:45.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3106 | 2026-04-10T02:49:45.524Z | |
| 3107 | 2026-04-10T02:49:45.524Z | info: running `cargo check --bins` on nexus-lockstep-client (117/271) |
| 3108 | 2026-04-10T02:49:46.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-04-10T02:49:46.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-04-10T02:49:46.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-04-10T02:49:46.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3112 | 2026-04-10T02:49:46.155Z | |
| 3113 | 2026-04-10T02:49:46.155Z | info: running `cargo check --bins` on ntp-admin-client (118/271) |
| 3114 | 2026-04-10T02:49:46.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-04-10T02:49:46.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-04-10T02:49:46.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-04-10T02:49:46.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3118 | 2026-04-10T02:49:46.735Z | |
| 3119 | 2026-04-10T02:49:46.735Z | info: running `cargo check --bins` on oxide-client (119/271) |
| 3120 | 2026-04-10T02:49:47.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-04-10T02:49:47.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-04-10T02:49:47.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-04-10T02:49:47.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3124 | 2026-04-10T02:49:47.315Z | |
| 3125 | 2026-04-10T02:49:47.315Z | info: running `cargo check --bins` on oximeter-client (120/271) |
| 3126 | 2026-04-10T02:49:47.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-04-10T02:49:47.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-04-10T02:49:47.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-04-10T02:49:47.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3130 | 2026-04-10T02:49:47.908Z | |
| 3131 | 2026-04-10T02:49:47.908Z | info: running `cargo check --bins` on repo-depot-client (121/271) |
| 3132 | 2026-04-10T02:49:48.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-04-10T02:49:48.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-04-10T02:49:48.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-04-10T02:49:48.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3136 | 2026-04-10T02:49:48.492Z | |
| 3137 | 2026-04-10T02:49:48.492Z | info: running `cargo check --bins` on sled-agent-client (122/271) |
| 3138 | 2026-04-10T02:49:48.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-04-10T02:49:49.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-04-10T02:49:49.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-04-10T02:49:49.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3142 | 2026-04-10T02:49:49.091Z | |
| 3143 | 2026-04-10T02:49:49.091Z | info: running `cargo check --bins` on wicketd-client (123/271) |
| 3144 | 2026-04-10T02:49:49.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-04-10T02:49:49.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-04-10T02:49:49.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-04-10T02:49:49.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3148 | 2026-04-10T02:49:49.702Z | |
| 3149 | 2026-04-10T02:49:49.703Z | info: running `cargo check --bins` on installinator-common (124/271) |
| 3150 | 2026-04-10T02:49:50.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-04-10T02:49:50.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-04-10T02:49:50.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-04-10T02:49:50.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3154 | 2026-04-10T02:49:50.313Z | |
| 3155 | 2026-04-10T02:49:50.313Z | info: running `cargo check --bins` on installinator-common-versions (125/271) |
| 3156 | 2026-04-10T02:49:50.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-04-10T02:49:50.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-04-10T02:49:50.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-04-10T02:49:50.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3160 | 2026-04-10T02:49:50.895Z | |
| 3161 | 2026-04-10T02:49:50.895Z | info: running `cargo check --bins` on wicket-common (126/271) |
| 3162 | 2026-04-10T02:49:51.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-04-10T02:49:51.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-04-10T02:49:51.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-04-10T02:49:51.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3166 | 2026-04-10T02:49:51.497Z | |
| 3167 | 2026-04-10T02:49:51.497Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/271) |
| 3168 | 2026-04-10T02:49:52.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-04-10T02:49:52.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-04-10T02:49:52.177Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3171 | 2026-04-10T02:49:52.292Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3172 | 2026-04-10T02:49:52.300Z | Checking csv-core v0.1.13 |
| 3173 | 2026-04-10T02:49:52.307Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3174 | 2026-04-10T02:49:52.314Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3175 | 2026-04-10T02:49:52.324Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-04-10T02:49:52.336Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-04-10T02:49:52.346Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3178 | 2026-04-10T02:49:52.454Z | Checking csv v1.4.0 |
| 3179 | 2026-04-10T02:49:52.469Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3180 | 2026-04-10T02:49:52.522Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-04-10T02:49:52.553Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-04-10T02:49:52.782Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-04-10T02:49:53.143Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2026-04-10T02:49:53.146Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3185 | 2026-04-10T02:49:53.474Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-04-10T02:49:58.538Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-04-10T02:49:59.058Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-04-10T02:50:01.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.88s |
| 3189 | 2026-04-10T02:50:01.570Z | |
| 3190 | 2026-04-10T02:50:01.571Z | info: running `cargo check --bins` on cockroach-admin-api (128/271) |
| 3191 | 2026-04-10T02:50:02.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-04-10T02:50:02.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-04-10T02:50:02.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-04-10T02:50:02.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3195 | 2026-04-10T02:50:02.168Z | |
| 3196 | 2026-04-10T02:50:02.168Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/271) |
| 3197 | 2026-04-10T02:50:02.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-04-10T02:50:02.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-04-10T02:50:02.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-04-10T02:50:02.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-04-10T02:50:02.849Z | |
| 3202 | 2026-04-10T02:50:02.849Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/271) |
| 3203 | 2026-04-10T02:50:03.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-04-10T02:50:03.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-04-10T02:50:03.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-04-10T02:50:03.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3207 | 2026-04-10T02:50:03.528Z | |
| 3208 | 2026-04-10T02:50:03.528Z | info: running `cargo check --bins` on gateway-test-utils (131/271) |
| 3209 | 2026-04-10T02:50:04.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-04-10T02:50:04.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-04-10T02:50:04.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-04-10T02:50:04.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3213 | 2026-04-10T02:50:04.173Z | |
| 3214 | 2026-04-10T02:50:04.173Z | info: running `cargo check --bins` on omicron-gateway (132/271) |
| 3215 | 2026-04-10T02:50:04.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-04-10T02:50:04.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-04-10T02:50:04.925Z | Compiling typify-impl v0.6.1 |
| 3218 | 2026-04-10T02:50:05.063Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-04-10T02:50:05.073Z | Compiling semver v0.1.20 |
| 3220 | 2026-04-10T02:50:05.076Z | Compiling radium v0.7.0 |
| 3221 | 2026-04-10T02:50:05.095Z | Compiling pin-project-internal v1.1.11 |
| 3222 | 2026-04-10T02:50:05.098Z | Compiling maybe-uninit v2.0.0 |
| 3223 | 2026-04-10T02:50:05.098Z | Checking tap v1.0.1 |
| 3224 | 2026-04-10T02:50:05.220Z | Checking wyz v0.5.1 |
| 3225 | 2026-04-10T02:50:05.342Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-04-10T02:50:05.396Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3227 | 2026-04-10T02:50:05.417Z | Compiling snafu-derive v0.8.9 |
| 3228 | 2026-04-10T02:50:05.527Z | Compiling zerocopy-derive v0.6.6 |
| 3229 | 2026-04-10T02:50:05.560Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-04-10T02:50:05.777Z | Compiling newtype_derive v0.1.6 |
| 3231 | 2026-04-10T02:50:05.967Z | Compiling owo-colors v4.3.0 |
| 3232 | 2026-04-10T02:50:06.176Z | Checking funty v2.0.0 |
| 3233 | 2026-04-10T02:50:06.201Z | Checking pin-project v1.1.11 |
| 3234 | 2026-04-10T02:50:06.287Z | Checking same-file v1.0.6 |
| 3235 | 2026-04-10T02:50:06.301Z | Compiling packed_struct v0.10.1 |
| 3236 | 2026-04-10T02:50:06.365Z | Compiling cancel-safe-futures v0.1.5 |
| 3237 | 2026-04-10T02:50:06.405Z | Checking crc-catalog v2.4.0 |
| 3238 | 2026-04-10T02:50:06.496Z | Checking crc v3.4.0 |
| 3239 | 2026-04-10T02:50:06.499Z | Checking bitvec v1.0.1 |
| 3240 | 2026-04-10T02:50:06.565Z | Checking walkdir v2.5.0 |
| 3241 | 2026-04-10T02:50:06.597Z | Checking zerocopy v0.6.6 |
| 3242 | 2026-04-10T02:50:06.790Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3243 | 2026-04-10T02:50:06.825Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3244 | 2026-04-10T02:50:06.855Z | Checking globset v0.4.18 |
| 3245 | 2026-04-10T02:50:06.900Z | Checking olpc-cjson v0.1.4 |
| 3246 | 2026-04-10T02:50:06.989Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 3247 | 2026-04-10T02:50:07.035Z | Checking pem v3.0.6 |
| 3248 | 2026-04-10T02:50:07.136Z | Compiling packed_struct_codegen v0.10.1 |
| 3249 | 2026-04-10T02:50:07.168Z | Checking libsw-core v0.3.2 |
| 3250 | 2026-04-10T02:50:07.218Z | Checking serde_plain v1.0.2 |
| 3251 | 2026-04-10T02:50:07.245Z | Compiling bitfield-macros v0.19.4 |
| 3252 | 2026-04-10T02:50:07.316Z | Compiling indexmap v1.9.3 |
| 3253 | 2026-04-10T02:50:07.330Z | Checking snafu v0.8.9 |
| 3254 | 2026-04-10T02:50:07.357Z | Checking nodrop v0.1.14 |
| 3255 | 2026-04-10T02:50:07.372Z | Checking typed-path v0.9.3 |
| 3256 | 2026-04-10T02:50:07.451Z | Checking array-init v0.0.4 |
| 3257 | 2026-04-10T02:50:07.529Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3258 | 2026-04-10T02:50:07.570Z | Checking libsw v3.5.0 |
| 3259 | 2026-04-10T02:50:07.723Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3260 | 2026-04-10T02:50:07.758Z | Checking smallvec v0.6.14 |
| 3261 | 2026-04-10T02:50:07.900Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3262 | 2026-04-10T02:50:07.950Z | Checking bitfield v0.19.4 |
| 3263 | 2026-04-10T02:50:07.953Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3264 | 2026-04-10T02:50:08.090Z | Checking linear-map v1.2.0 |
| 3265 | 2026-04-10T02:50:08.146Z | Checking tough v0.20.0 |
| 3266 | 2026-04-10T02:50:08.161Z | Checking smawk v0.3.2 |
| 3267 | 2026-04-10T02:50:08.222Z | Checking hashbrown v0.12.3 |
| 3268 | 2026-04-10T02:50:08.260Z | Checking unicode-linebreak v0.1.5 |
| 3269 | 2026-04-10T02:50:08.286Z | Checking tagptr v0.2.0 |
| 3270 | 2026-04-10T02:50:08.307Z | Checking base64 v0.21.7 |
| 3271 | 2026-04-10T02:50:08.426Z | Checking moka v0.12.13 |
| 3272 | 2026-04-10T02:50:08.472Z | Checking textwrap v0.16.2 |
| 3273 | 2026-04-10T02:50:08.486Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3274 | 2026-04-10T02:50:08.549Z | Checking ron v0.8.1 |
| 3275 | 2026-04-10T02:50:08.686Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3276 | 2026-04-10T02:50:08.859Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3277 | 2026-04-10T02:50:08.948Z | Checking serde-hex v0.1.0 |
| 3278 | 2026-04-10T02:50:09.044Z | Checking steno v0.4.1 |
| 3279 | 2026-04-10T02:50:09.071Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3280 | 2026-04-10T02:50:09.238Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3281 | 2026-04-10T02:50:09.241Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3282 | 2026-04-10T02:50:09.495Z | Compiling typify-macro v0.6.1 |
| 3283 | 2026-04-10T02:50:09.667Z | Checking hashbrown v0.13.2 |
| 3284 | 2026-04-10T02:50:09.739Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3285 | 2026-04-10T02:50:09.795Z | Checking crc-any v2.5.0 |
| 3286 | 2026-04-10T02:50:09.929Z | Checking humantime v2.3.0 |
| 3287 | 2026-04-10T02:50:09.995Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3288 | 2026-04-10T02:50:10.025Z | Checking hickory-resolver v0.25.2 |
| 3289 | 2026-04-10T02:50:10.091Z | Checking object v0.30.4 |
| 3290 | 2026-04-10T02:50:10.105Z | Checking path-slash v0.1.5 |
| 3291 | 2026-04-10T02:50:10.118Z | Checking half v1.8.3 |
| 3292 | 2026-04-10T02:50:10.154Z | Checking utf-8 v0.7.6 |
| 3293 | 2026-04-10T02:50:10.205Z | Checking void v1.0.2 |
| 3294 | 2026-04-10T02:50:10.287Z | Checking tungstenite v0.23.0 |
| 3295 | 2026-04-10T02:50:10.308Z | Checking lzss v0.8.2 |
| 3296 | 2026-04-10T02:50:10.311Z | Checking serde_cbor v0.11.2 |
| 3297 | 2026-04-10T02:50:10.494Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3298 | 2026-04-10T02:50:10.552Z | Checking nix v0.27.1 |
| 3299 | 2026-04-10T02:50:10.651Z | Checking kstat-rs v0.2.4 |
| 3300 | 2026-04-10T02:50:10.696Z | Checking fxhash v0.2.1 |
| 3301 | 2026-04-10T02:50:10.711Z | Checking serde_bytes v0.11.19 |
| 3302 | 2026-04-10T02:50:10.724Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3303 | 2026-04-10T02:50:10.814Z | Checking tokio-tungstenite v0.23.1 |
| 3304 | 2026-04-10T02:50:10.839Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3305 | 2026-04-10T02:50:10.878Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3306 | 2026-04-10T02:50:11.066Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3307 | 2026-04-10T02:50:11.084Z | Checking signal-hook-tokio v0.3.1 |
| 3308 | 2026-04-10T02:50:11.225Z | Compiling typify v0.6.1 |
| 3309 | 2026-04-10T02:50:11.319Z | Compiling progenitor-impl v0.13.0 |
| 3310 | 2026-04-10T02:50:12.178Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3311 | 2026-04-10T02:50:12.847Z | Compiling progenitor-macro v0.13.0 |
| 3312 | 2026-04-10T02:50:13.082Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3313 | 2026-04-10T02:50:13.376Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3314 | 2026-04-10T02:50:15.120Z | Checking progenitor v0.13.0 |
| 3315 | 2026-04-10T02:50:15.234Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 3316 | 2026-04-10T02:50:15.237Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3317 | 2026-04-10T02:50:18.258Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3318 | 2026-04-10T02:50:25.566Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3319 | 2026-04-10T02:50:31.646Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3320 | 2026-04-10T02:50:32.998Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3321 | 2026-04-10T02:50:33.565Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3322 | 2026-04-10T02:50:35.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.41s |
| 3323 | 2026-04-10T02:50:35.789Z | |
| 3324 | 2026-04-10T02:50:35.789Z | info: running `cargo check --bins` on gateway-api (133/271) |
| 3325 | 2026-04-10T02:50:36.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-04-10T02:50:36.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-04-10T02:50:36.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-04-10T02:50:36.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3329 | 2026-04-10T02:50:36.383Z | |
| 3330 | 2026-04-10T02:50:36.383Z | info: running `cargo check --bins` on ipcc (134/271) |
| 3331 | 2026-04-10T02:50:36.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-04-10T02:50:36.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-04-10T02:50:36.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-04-10T02:50:36.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3335 | 2026-04-10T02:50:36.977Z | |
| 3336 | 2026-04-10T02:50:36.977Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/271) |
| 3337 | 2026-04-10T02:50:37.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-04-10T02:50:37.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-04-10T02:50:37.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-04-10T02:50:37.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3341 | 2026-04-10T02:50:37.553Z | |
| 3342 | 2026-04-10T02:50:37.553Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/271) |
| 3343 | 2026-04-10T02:50:38.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-04-10T02:50:38.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-04-10T02:50:38.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-04-10T02:50:38.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3347 | 2026-04-10T02:50:38.146Z | |
| 3348 | 2026-04-10T02:50:38.147Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/271) |
| 3349 | 2026-04-10T02:50:38.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-04-10T02:50:38.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-04-10T02:50:38.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-04-10T02:50:38.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3353 | 2026-04-10T02:50:38.740Z | |
| 3354 | 2026-04-10T02:50:38.740Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/271) |
| 3355 | 2026-04-10T02:50:39.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-04-10T02:50:39.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-04-10T02:50:39.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-04-10T02:50:39.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3359 | 2026-04-10T02:50:39.336Z | |
| 3360 | 2026-04-10T02:50:39.336Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/271) |
| 3361 | 2026-04-10T02:50:39.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-04-10T02:50:39.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-04-10T02:50:39.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-04-10T02:50:39.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3365 | 2026-04-10T02:50:39.934Z | |
| 3366 | 2026-04-10T02:50:39.934Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/271) |
| 3367 | 2026-04-10T02:50:40.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-04-10T02:50:40.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-04-10T02:50:40.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-04-10T02:50:40.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3371 | 2026-04-10T02:50:40.530Z | |
| 3372 | 2026-04-10T02:50:40.530Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/271) |
| 3373 | 2026-04-10T02:50:41.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-04-10T02:50:41.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-04-10T02:50:41.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-04-10T02:50:41.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3377 | 2026-04-10T02:50:41.126Z | |
| 3378 | 2026-04-10T02:50:41.126Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/271) |
| 3379 | 2026-04-10T02:50:41.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-04-10T02:50:41.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-04-10T02:50:41.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-04-10T02:50:41.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3383 | 2026-04-10T02:50:41.721Z | |
| 3384 | 2026-04-10T02:50:41.721Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/271) |
| 3385 | 2026-04-10T02:50:42.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-04-10T02:50:42.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-04-10T02:50:42.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-04-10T02:50:42.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3389 | 2026-04-10T02:50:42.319Z | |
| 3390 | 2026-04-10T02:50:42.319Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/271) |
| 3391 | 2026-04-10T02:50:42.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-04-10T02:50:42.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-04-10T02:50:42.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-04-10T02:50:42.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3395 | 2026-04-10T02:50:42.913Z | |
| 3396 | 2026-04-10T02:50:42.913Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/271) |
| 3397 | 2026-04-10T02:50:43.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-04-10T02:50:43.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-04-10T02:50:43.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-04-10T02:50:43.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3401 | 2026-04-10T02:50:43.508Z | |
| 3402 | 2026-04-10T02:50:43.508Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/271) |
| 3403 | 2026-04-10T02:50:44.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-04-10T02:50:44.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-04-10T02:50:44.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-04-10T02:50:44.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3407 | 2026-04-10T02:50:44.104Z | |
| 3408 | 2026-04-10T02:50:44.104Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/271) |
| 3409 | 2026-04-10T02:50:44.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-04-10T02:50:44.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-04-10T02:50:44.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-04-10T02:50:44.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3413 | 2026-04-10T02:50:44.702Z | |
| 3414 | 2026-04-10T02:50:44.702Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/271) |
| 3415 | 2026-04-10T02:50:45.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-04-10T02:50:45.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-04-10T02:50:45.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-04-10T02:50:45.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3419 | 2026-04-10T02:50:45.298Z | |
| 3420 | 2026-04-10T02:50:45.299Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/271) |
| 3421 | 2026-04-10T02:50:45.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-04-10T02:50:45.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-04-10T02:50:45.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-04-10T02:50:45.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3425 | 2026-04-10T02:50:45.897Z | |
| 3426 | 2026-04-10T02:50:45.897Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/271) |
| 3427 | 2026-04-10T02:50:46.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-04-10T02:50:46.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-04-10T02:50:46.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-04-10T02:50:46.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3431 | 2026-04-10T02:50:46.493Z | |
| 3432 | 2026-04-10T02:50:46.493Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/271) |
| 3433 | 2026-04-10T02:50:46.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-04-10T02:50:46.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-04-10T02:50:46.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-04-10T02:50:47.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3437 | 2026-04-10T02:50:47.088Z | |
| 3438 | 2026-04-10T02:50:47.088Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/271) |
| 3439 | 2026-04-10T02:50:47.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-04-10T02:50:47.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-04-10T02:50:47.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-04-10T02:50:47.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3443 | 2026-04-10T02:50:47.683Z | |
| 3444 | 2026-04-10T02:50:47.683Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/271) |
| 3445 | 2026-04-10T02:50:48.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-04-10T02:50:48.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-04-10T02:50:48.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-04-10T02:50:48.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3449 | 2026-04-10T02:50:48.279Z | |
| 3450 | 2026-04-10T02:50:48.279Z | info: running `cargo check --bins` on oximeter-producer (154/271) |
| 3451 | 2026-04-10T02:50:48.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-04-10T02:50:48.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-04-10T02:50:48.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-04-10T02:50:48.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3455 | 2026-04-10T02:50:48.908Z | |
| 3456 | 2026-04-10T02:50:48.908Z | info: running `cargo check --bins` on internal-dns-resolver (155/271) |
| 3457 | 2026-04-10T02:50:49.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-04-10T02:50:49.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-04-10T02:50:49.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3460 | 2026-04-10T02:50:49.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3461 | 2026-04-10T02:50:49.503Z | |
| 3462 | 2026-04-10T02:50:49.503Z | info: running `cargo check --bins` on dns-server (156/271) |
| 3463 | 2026-04-10T02:50:50.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-04-10T02:50:50.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-04-10T02:50:50.148Z | Compiling parking_lot_core v0.8.6 |
| 3466 | 2026-04-10T02:50:50.148Z | Compiling atomicwrites v0.4.4 |
| 3467 | 2026-04-10T02:50:50.148Z | Compiling git-stub v1.0.0 |
| 3468 | 2026-04-10T02:50:50.151Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3469 | 2026-04-10T02:50:50.151Z | Checking prefix-trie v0.7.0 |
| 3470 | 2026-04-10T02:50:50.383Z | Compiling git-stub-vcs v0.1.0 |
| 3471 | 2026-04-10T02:50:50.548Z | Checking hickory-server v0.25.2 |
| 3472 | 2026-04-10T02:50:50.653Z | Checking parking_lot v0.11.2 |
| 3473 | 2026-04-10T02:50:50.656Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3474 | 2026-04-10T02:50:50.736Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3475 | 2026-04-10T02:50:50.737Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3476 | 2026-04-10T02:50:50.822Z | Checking sled v0.34.7 |
| 3477 | 2026-04-10T02:50:52.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3478 | 2026-04-10T02:50:52.885Z | |
| 3479 | 2026-04-10T02:50:52.885Z | info: running `cargo check --bins` on dns-server-api (157/271) |
| 3480 | 2026-04-10T02:50:53.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-04-10T02:50:53.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-04-10T02:50:53.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-04-10T02:50:53.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3484 | 2026-04-10T02:50:53.479Z | |
| 3485 | 2026-04-10T02:50:53.479Z | info: running `cargo check --bins` on sp-sim (158/271) |
| 3486 | 2026-04-10T02:50:54.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-04-10T02:50:54.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-04-10T02:50:54.200Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3489 | 2026-04-10T02:50:55.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
| 3490 | 2026-04-10T02:50:56.123Z | |
| 3491 | 2026-04-10T02:50:56.123Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (159/271) |
| 3492 | 2026-04-10T02:50:56.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-04-10T02:50:56.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-04-10T02:50:56.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-04-10T02:50:56.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3496 | 2026-04-10T02:50:56.775Z | |
| 3497 | 2026-04-10T02:50:56.775Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/271) |
| 3498 | 2026-04-10T02:50:57.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-04-10T02:50:57.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-04-10T02:50:57.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-04-10T02:50:57.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3502 | 2026-04-10T02:50:57.431Z | |
| 3503 | 2026-04-10T02:50:57.431Z | info: running `cargo check --bins` on db-macros (161/271) |
| 3504 | 2026-04-10T02:50:57.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-04-10T02:50:57.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-04-10T02:50:57.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-04-10T02:50:57.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3508 | 2026-04-10T02:50:58.008Z | |
| 3509 | 2026-04-10T02:50:58.008Z | info: running `cargo check --bins` on nexus-macros-common (162/271) |
| 3510 | 2026-04-10T02:50:58.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-04-10T02:50:58.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-04-10T02:50:58.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-04-10T02:50:58.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3514 | 2026-04-10T02:50:58.588Z | |
| 3515 | 2026-04-10T02:50:58.588Z | info: running `cargo check --bins` on nexus-auth (163/271) |
| 3516 | 2026-04-10T02:50:59.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-04-10T02:50:59.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-04-10T02:50:59.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-04-10T02:50:59.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3520 | 2026-04-10T02:50:59.238Z | |
| 3521 | 2026-04-10T02:50:59.238Z | info: running `cargo check --bins` on authz-macros (164/271) |
| 3522 | 2026-04-10T02:50:59.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-04-10T02:50:59.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-04-10T02:50:59.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-04-10T02:50:59.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3526 | 2026-04-10T02:50:59.822Z | |
| 3527 | 2026-04-10T02:50:59.822Z | info: running `cargo check --bins` on nexus-db-fixed-data (165/271) |
| 3528 | 2026-04-10T02:51:00.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-04-10T02:51:00.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-04-10T02:51:00.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-04-10T02:51:00.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3532 | 2026-04-10T02:51:00.465Z | |
| 3533 | 2026-04-10T02:51:00.465Z | info: running `cargo check --bins` on nexus-db-model (166/271) |
| 3534 | 2026-04-10T02:51:01.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-04-10T02:51:01.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-04-10T02:51:01.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-04-10T02:51:01.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3538 | 2026-04-10T02:51:01.107Z | |
| 3539 | 2026-04-10T02:51:01.107Z | info: running `cargo check --bins` on nexus-db-schema (167/271) |
| 3540 | 2026-04-10T02:51:01.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-04-10T02:51:01.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-04-10T02:51:01.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-04-10T02:51:01.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3544 | 2026-04-10T02:51:01.684Z | |
| 3545 | 2026-04-10T02:51:01.684Z | info: running `cargo check --bins` on omicron-rpaths (168/271) |
| 3546 | 2026-04-10T02:51:02.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-04-10T02:51:02.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-04-10T02:51:02.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-04-10T02:51:02.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3550 | 2026-04-10T02:51:02.272Z | |
| 3551 | 2026-04-10T02:51:02.272Z | info: running `cargo check --bins` on nexus-defaults (169/271) |
| 3552 | 2026-04-10T02:51:02.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-04-10T02:51:02.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-04-10T02:51:02.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-04-10T02:51:02.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3556 | 2026-04-10T02:51:02.875Z | |
| 3557 | 2026-04-10T02:51:02.875Z | info: running `cargo check --bins` on omicron-cockroach-metrics (170/271) |
| 3558 | 2026-04-10T02:51:03.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-04-10T02:51:03.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-04-10T02:51:03.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-04-10T02:51:03.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3562 | 2026-04-10T02:51:03.466Z | |
| 3563 | 2026-04-10T02:51:03.467Z | info: running `cargo check --bins` on parallel-task-set (171/271) |
| 3564 | 2026-04-10T02:51:03.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-04-10T02:51:03.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-04-10T02:51:03.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-04-10T02:51:03.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-04-10T02:51:04.061Z | |
| 3569 | 2026-04-10T02:51:04.061Z | info: running `cargo check --bins` on nexus-db-errors (172/271) |
| 3570 | 2026-04-10T02:51:04.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-04-10T02:51:04.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-04-10T02:51:04.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-04-10T02:51:04.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3574 | 2026-04-10T02:51:04.721Z | |
| 3575 | 2026-04-10T02:51:04.721Z | info: running `cargo check --bins` on nexus-db-lookup (173/271) |
| 3576 | 2026-04-10T02:51:05.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-04-10T02:51:05.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-04-10T02:51:05.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-04-10T02:51:05.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3580 | 2026-04-10T02:51:05.378Z | |
| 3581 | 2026-04-10T02:51:05.379Z | info: running `cargo check --bins` on nexus-inventory (174/271) |
| 3582 | 2026-04-10T02:51:05.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-04-10T02:51:05.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-04-10T02:51:05.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-04-10T02:51:05.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3586 | 2026-04-10T02:51:06.027Z | |
| 3587 | 2026-04-10T02:51:06.027Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/271) |
| 3588 | 2026-04-10T02:51:06.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-04-10T02:51:06.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-04-10T02:51:06.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-04-10T02:51:06.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3592 | 2026-04-10T02:51:06.653Z | |
| 3593 | 2026-04-10T02:51:06.653Z | info: running `cargo check --bins --no-default-features` on sled-storage (176/271) |
| 3594 | 2026-04-10T02:51:07.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-04-10T02:51:07.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-04-10T02:51:07.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-04-10T02:51:07.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3598 | 2026-04-10T02:51:07.282Z | |
| 3599 | 2026-04-10T02:51:07.282Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/271) |
| 3600 | 2026-04-10T02:51:07.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-04-10T02:51:07.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-04-10T02:51:07.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-04-10T02:51:07.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3604 | 2026-04-10T02:51:07.910Z | |
| 3605 | 2026-04-10T02:51:07.910Z | info: running `cargo check --bins` on key-manager (178/271) |
| 3606 | 2026-04-10T02:51:08.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-04-10T02:51:08.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-04-10T02:51:08.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-04-10T02:51:08.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3610 | 2026-04-10T02:51:08.512Z | |
| 3611 | 2026-04-10T02:51:08.512Z | info: running `cargo check --bins --no-default-features` on sled-hardware (179/271) |
| 3612 | 2026-04-10T02:51:09.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-04-10T02:51:09.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-04-10T02:51:09.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-04-10T02:51:09.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3616 | 2026-04-10T02:51:09.136Z | |
| 3617 | 2026-04-10T02:51:09.136Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/271) |
| 3618 | 2026-04-10T02:51:09.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-04-10T02:51:09.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-04-10T02:51:09.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-04-10T02:51:09.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3622 | 2026-04-10T02:51:09.759Z | |
| 3623 | 2026-04-10T02:51:09.759Z | info: running `cargo check --bins` on typed-rng (181/271) |
| 3624 | 2026-04-10T02:51:10.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-04-10T02:51:10.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-04-10T02:51:10.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-04-10T02:51:10.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3628 | 2026-04-10T02:51:10.347Z | |
| 3629 | 2026-04-10T02:51:10.347Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/271) |
| 3630 | 2026-04-10T02:51:10.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-04-10T02:51:10.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-04-10T02:51:11.204Z | Compiling typify-impl v0.4.3 |
| 3633 | 2026-04-10T02:51:11.208Z | Compiling libefi-sys v0.1.0 |
| 3634 | 2026-04-10T02:51:11.208Z | Compiling bitfield-struct v0.6.2 |
| 3635 | 2026-04-10T02:51:11.355Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3636 | 2026-04-10T02:51:11.363Z | Compiling xshell-macros v0.2.7 |
| 3637 | 2026-04-10T02:51:11.376Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3638 | 2026-04-10T02:51:11.408Z | Compiling salty v0.3.0 |
| 3639 | 2026-04-10T02:51:11.418Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3640 | 2026-04-10T02:51:11.575Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3641 | 2026-04-10T02:51:11.697Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3642 | 2026-04-10T02:51:11.711Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3643 | 2026-04-10T02:51:11.726Z | Checking xshell v0.2.7 |
| 3644 | 2026-04-10T02:51:11.909Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3645 | 2026-04-10T02:51:11.936Z | Checking primeorder v0.13.6 |
| 3646 | 2026-04-10T02:51:11.951Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3647 | 2026-04-10T02:51:12.076Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3648 | 2026-04-10T02:51:12.096Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3649 | 2026-04-10T02:51:12.183Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3650 | 2026-04-10T02:51:12.198Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3651 | 2026-04-10T02:51:12.237Z | Checking tungstenite v0.21.0 |
| 3652 | 2026-04-10T02:51:12.395Z | Checking p384 v0.13.1 |
| 3653 | 2026-04-10T02:51:12.433Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3654 | 2026-04-10T02:51:12.494Z | Compiling proc-macro-error2 v2.0.1 |
| 3655 | 2026-04-10T02:51:12.579Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3656 | 2026-04-10T02:51:12.669Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3657 | 2026-04-10T02:51:12.805Z | Compiling num-derive v0.3.3 |
| 3658 | 2026-04-10T02:51:12.822Z | Compiling unicase v2.9.0 |
| 3659 | 2026-04-10T02:51:12.995Z | Checking compression-core v0.4.31 |
| 3660 | 2026-04-10T02:51:13.034Z | Compiling mime_guess v2.0.5 |
| 3661 | 2026-04-10T02:51:13.132Z | Checking compression-codecs v0.4.37 |
| 3662 | 2026-04-10T02:51:13.228Z | Compiling tabled_derive v0.11.0 |
| 3663 | 2026-04-10T02:51:13.290Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3664 | 2026-04-10T02:51:13.307Z | Checking tokio-tungstenite v0.21.0 |
| 3665 | 2026-04-10T02:51:13.596Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3666 | 2026-04-10T02:51:13.678Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3667 | 2026-04-10T02:51:13.715Z | Checking libscf-sys v1.1.0 |
| 3668 | 2026-04-10T02:51:13.843Z | Checking papergrid v0.17.0 |
| 3669 | 2026-04-10T02:51:13.988Z | Checking testing_table v0.3.0 |
| 3670 | 2026-04-10T02:51:13.999Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3671 | 2026-04-10T02:51:14.073Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3672 | 2026-04-10T02:51:14.198Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3673 | 2026-04-10T02:51:14.384Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3674 | 2026-04-10T02:51:14.463Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3675 | 2026-04-10T02:51:14.595Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3676 | 2026-04-10T02:51:14.612Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 3677 | 2026-04-10T02:51:14.626Z | Compiling dropshot v0.17.0 |
| 3678 | 2026-04-10T02:51:14.665Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3679 | 2026-04-10T02:51:14.793Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3680 | 2026-04-10T02:51:14.814Z | Checking corncobs v0.1.4 |
| 3681 | 2026-04-10T02:51:14.829Z | Checking toml v1.0.6+spec-1.1.0 |
| 3682 | 2026-04-10T02:51:14.946Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3683 | 2026-04-10T02:51:14.962Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3684 | 2026-04-10T02:51:14.962Z | Checking tabled v0.20.0 |
| 3685 | 2026-04-10T02:51:15.035Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3686 | 2026-04-10T02:51:15.083Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3687 | 2026-04-10T02:51:15.142Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3688 | 2026-04-10T02:51:15.197Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3689 | 2026-04-10T02:51:15.391Z | Checking async-compression v0.4.41 |
| 3690 | 2026-04-10T02:51:15.406Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3691 | 2026-04-10T02:51:15.412Z | Checking progenitor-client v0.11.2 |
| 3692 | 2026-04-10T02:51:15.638Z | Compiling dropshot_endpoint v0.17.0 |
| 3693 | 2026-04-10T02:51:15.642Z | Checking secrecy v0.8.0 |
| 3694 | 2026-04-10T02:51:15.700Z | Checking filetime v0.2.27 |
| 3695 | 2026-04-10T02:51:15.737Z | Compiling typify-macro v0.4.3 |
| 3696 | 2026-04-10T02:51:15.774Z | Checking http-range v0.1.5 |
| 3697 | 2026-04-10T02:51:15.819Z | Checking xattr v1.6.1 |
| 3698 | 2026-04-10T02:51:15.866Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3699 | 2026-04-10T02:51:15.944Z | Checking tar v0.4.45 |
| 3700 | 2026-04-10T02:51:16.314Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3701 | 2026-04-10T02:51:16.453Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3702 | 2026-04-10T02:51:16.472Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3703 | 2026-04-10T02:51:16.879Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3704 | 2026-04-10T02:51:16.991Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 3705 | 2026-04-10T02:51:17.007Z | Checking atty v0.2.14 |
| 3706 | 2026-04-10T02:51:17.106Z | Checking crc8 v0.1.1 |
| 3707 | 2026-04-10T02:51:17.221Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3708 | 2026-04-10T02:51:17.367Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3709 | 2026-04-10T02:51:17.434Z | Compiling typify v0.4.3 |
| 3710 | 2026-04-10T02:51:17.580Z | Compiling progenitor-impl v0.10.0 |
| 3711 | 2026-04-10T02:51:17.668Z | Compiling progenitor-impl v0.11.2 |
| 3712 | 2026-04-10T02:51:18.033Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3713 | 2026-04-10T02:51:18.059Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3714 | 2026-04-10T02:51:18.078Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3715 | 2026-04-10T02:51:18.306Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3716 | 2026-04-10T02:51:18.537Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3717 | 2026-04-10T02:51:18.557Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3718 | 2026-04-10T02:51:18.578Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3719 | 2026-04-10T02:51:18.799Z | Checking hyper-staticfile v0.10.1 |
| 3720 | 2026-04-10T02:51:18.831Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3721 | 2026-04-10T02:51:18.967Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3722 | 2026-04-10T02:51:19.090Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3723 | 2026-04-10T02:51:19.105Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3724 | 2026-04-10T02:51:19.187Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3725 | 2026-04-10T02:51:19.270Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3726 | 2026-04-10T02:51:19.448Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3727 | 2026-04-10T02:51:19.720Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3728 | 2026-04-10T02:51:19.996Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3729 | 2026-04-10T02:51:20.072Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3730 | 2026-04-10T02:51:20.171Z | Compiling progenitor-macro v0.10.0 |
| 3731 | 2026-04-10T02:51:20.281Z | Compiling progenitor-macro v0.11.2 |
| 3732 | 2026-04-10T02:51:20.299Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3733 | 2026-04-10T02:51:20.647Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3734 | 2026-04-10T02:51:23.095Z | Checking progenitor v0.10.0 |
| 3735 | 2026-04-10T02:51:23.175Z | Checking progenitor v0.11.2 |
| 3736 | 2026-04-10T02:51:23.240Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3737 | 2026-04-10T02:51:23.309Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3738 | 2026-04-10T02:51:27.984Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3739 | 2026-04-10T02:51:38.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s |
| 3740 | 2026-04-10T02:51:39.133Z | |
| 3741 | 2026-04-10T02:51:39.133Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/271) |
| 3742 | 2026-04-10T02:51:39.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-04-10T02:51:39.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-04-10T02:51:39.926Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-04-10T02:51:50.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s |
| 3746 | 2026-04-10T02:51:51.213Z | |
| 3747 | 2026-04-10T02:51:51.213Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/271) |
| 3748 | 2026-04-10T02:51:51.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-04-10T02:51:51.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-04-10T02:51:52.006Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-04-10T02:52:03.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s |
| 3752 | 2026-04-10T02:52:03.326Z | |
| 3753 | 2026-04-10T02:52:03.326Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/271) |
| 3754 | 2026-04-10T02:52:03.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-04-10T02:52:03.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-04-10T02:52:04.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-04-10T02:52:15.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s |
| 3758 | 2026-04-10T02:52:15.353Z | |
| 3759 | 2026-04-10T02:52:15.353Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/271) |
| 3760 | 2026-04-10T02:52:15.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-04-10T02:52:15.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-04-10T02:52:16.137Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-04-10T02:52:27.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s |
| 3764 | 2026-04-10T02:52:27.345Z | |
| 3765 | 2026-04-10T02:52:27.345Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/271) |
| 3766 | 2026-04-10T02:52:27.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-04-10T02:52:27.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-04-10T02:52:28.123Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-04-10T02:52:39.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s |
| 3770 | 2026-04-10T02:52:39.328Z | |
| 3771 | 2026-04-10T02:52:39.328Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/271) |
| 3772 | 2026-04-10T02:52:39.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-04-10T02:52:39.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-04-10T02:52:40.110Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-04-10T02:52:51.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s |
| 3776 | 2026-04-10T02:52:51.397Z | |
| 3777 | 2026-04-10T02:52:51.397Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/271) |
| 3778 | 2026-04-10T02:52:51.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-04-10T02:52:51.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-04-10T02:52:52.176Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3781 | 2026-04-10T02:53:03.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s |
| 3782 | 2026-04-10T02:53:03.417Z | |
| 3783 | 2026-04-10T02:53:03.417Z | info: running `cargo check --bins` on bootstrap-agent-api (190/271) |
| 3784 | 2026-04-10T02:53:03.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-04-10T02:53:03.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-04-10T02:53:03.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-04-10T02:53:03.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3788 | 2026-04-10T02:53:04.020Z | |
| 3789 | 2026-04-10T02:53:04.020Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (191/271) |
| 3790 | 2026-04-10T02:53:04.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-04-10T02:53:04.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-04-10T02:53:04.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-04-10T02:53:04.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3794 | 2026-04-10T02:53:04.625Z | |
| 3795 | 2026-04-10T02:53:04.625Z | info: running `cargo check --bins` on range-requests (192/271) |
| 3796 | 2026-04-10T02:53:05.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-04-10T02:53:05.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-04-10T02:53:05.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-04-10T02:53:05.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-04-10T02:53:05.221Z | |
| 3801 | 2026-04-10T02:53:05.221Z | info: running `cargo check --bins` on repo-depot-api (193/271) |
| 3802 | 2026-04-10T02:53:05.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-04-10T02:53:05.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-04-10T02:53:05.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-04-10T02:53:05.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3806 | 2026-04-10T02:53:05.821Z | |
| 3807 | 2026-04-10T02:53:05.821Z | info: running `cargo check --bins` on sled-agent-api (194/271) |
| 3808 | 2026-04-10T02:53:06.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-04-10T02:53:06.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-04-10T02:53:06.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-04-10T02:53:06.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3812 | 2026-04-10T02:53:06.441Z | |
| 3813 | 2026-04-10T02:53:06.441Z | info: running `cargo check --bins` on sled-diagnostics (195/271) |
| 3814 | 2026-04-10T02:53:06.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-04-10T02:53:06.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-04-10T02:53:06.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-04-10T02:53:06.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3818 | 2026-04-10T02:53:07.062Z | |
| 3819 | 2026-04-10T02:53:07.062Z | info: running `cargo check --bins` on zfs-test-harness (196/271) |
| 3820 | 2026-04-10T02:53:07.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-04-10T02:53:07.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-04-10T02:53:07.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-04-10T02:53:07.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3824 | 2026-04-10T02:53:07.669Z | |
| 3825 | 2026-04-10T02:53:07.669Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (197/271) |
| 3826 | 2026-04-10T02:53:08.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-04-10T02:53:08.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-04-10T02:53:08.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-04-10T02:53:08.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3830 | 2026-04-10T02:53:08.287Z | |
| 3831 | 2026-04-10T02:53:08.287Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (198/271) |
| 3832 | 2026-04-10T02:53:08.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-04-10T02:53:08.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-04-10T02:53:08.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-04-10T02:53:08.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3836 | 2026-04-10T02:53:08.911Z | |
| 3837 | 2026-04-10T02:53:08.911Z | info: running `cargo check --bins` on sled-agent-health-monitor (199/271) |
| 3838 | 2026-04-10T02:53:09.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-04-10T02:53:09.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-04-10T02:53:09.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-04-10T02:53:09.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3842 | 2026-04-10T02:53:09.516Z | |
| 3843 | 2026-04-10T02:53:09.516Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (200/271) |
| 3844 | 2026-04-10T02:53:10.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-04-10T02:53:10.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-04-10T02:53:10.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-04-10T02:53:10.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3848 | 2026-04-10T02:53:10.130Z | |
| 3849 | 2026-04-10T02:53:10.131Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (201/271) |
| 3850 | 2026-04-10T02:53:10.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-04-10T02:53:10.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-04-10T02:53:10.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-04-10T02:53:10.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3854 | 2026-04-10T02:53:10.748Z | |
| 3855 | 2026-04-10T02:53:10.748Z | info: running `cargo check --bins` on sled-agent-resolvable-files (202/271) |
| 3856 | 2026-04-10T02:53:11.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-04-10T02:53:11.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-04-10T02:53:11.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-04-10T02:53:11.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3860 | 2026-04-10T02:53:11.362Z | |
| 3861 | 2026-04-10T02:53:11.362Z | info: running `cargo check --bins` on transient-dns-server (203/271) |
| 3862 | 2026-04-10T02:53:11.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-04-10T02:53:11.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-04-10T02:53:11.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-04-10T02:53:11.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3866 | 2026-04-10T02:53:11.963Z | |
| 3867 | 2026-04-10T02:53:11.963Z | info: running `cargo check --bins` on trust-quorum (204/271) |
| 3868 | 2026-04-10T02:53:12.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-04-10T02:53:12.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-04-10T02:53:12.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-04-10T02:53:12.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3872 | 2026-04-10T02:53:12.579Z | |
| 3873 | 2026-04-10T02:53:12.579Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (205/271) |
| 3874 | 2026-04-10T02:53:13.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-04-10T02:53:13.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-04-10T02:53:13.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-04-10T02:53:13.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3878 | 2026-04-10T02:53:13.213Z | |
| 3879 | 2026-04-10T02:53:13.213Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (206/271) |
| 3880 | 2026-04-10T02:53:13.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-04-10T02:53:13.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-04-10T02:53:13.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-04-10T02:53:13.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3884 | 2026-04-10T02:53:13.852Z | |
| 3885 | 2026-04-10T02:53:13.852Z | info: running `cargo check --bins` on update-common (207/271) |
| 3886 | 2026-04-10T02:53:14.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-04-10T02:53:14.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-04-10T02:53:14.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-04-10T02:53:14.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3890 | 2026-04-10T02:53:14.453Z | |
| 3891 | 2026-04-10T02:53:14.453Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (208/271) |
| 3892 | 2026-04-10T02:53:14.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-04-10T02:53:14.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-04-10T02:53:14.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-04-10T02:53:15.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3896 | 2026-04-10T02:53:15.099Z | |
| 3897 | 2026-04-10T02:53:15.099Z | info: running `cargo check --bins` on reconfigurator-cli (209/271) |
| 3898 | 2026-04-10T02:53:15.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-04-10T02:53:15.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-04-10T02:53:15.862Z | Compiling fs-err v2.11.0 |
| 3901 | 2026-04-10T02:53:15.865Z | Checking ignore v0.4.25 |
| 3902 | 2026-04-10T02:53:15.865Z | Checking arc-swap v1.8.2 |
| 3903 | 2026-04-10T02:53:15.981Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3904 | 2026-04-10T02:53:16.006Z | Checking predicates-tree v1.0.13 |
| 3905 | 2026-04-10T02:53:16.009Z | Checking parse-size v1.1.0 |
| 3906 | 2026-04-10T02:53:16.029Z | Checking rand_seeder v0.4.0 |
| 3907 | 2026-04-10T02:53:16.041Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3908 | 2026-04-10T02:53:16.106Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3909 | 2026-04-10T02:53:16.127Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3910 | 2026-04-10T02:53:16.166Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3911 | 2026-04-10T02:53:16.191Z | Checking slog-scope v4.4.1 |
| 3912 | 2026-04-10T02:53:16.310Z | Compiling petname v2.0.2 |
| 3913 | 2026-04-10T02:53:16.324Z | Checking slog-stdlog v4.1.1 |
| 3914 | 2026-04-10T02:53:16.340Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3915 | 2026-04-10T02:53:16.354Z | Checking globwalk v0.9.1 |
| 3916 | 2026-04-10T02:53:16.413Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3917 | 2026-04-10T02:53:16.439Z | Checking slog-envlogger v2.2.0 |
| 3918 | 2026-04-10T02:53:16.528Z | Checking camino-tempfile-ext v0.3.3 |
| 3919 | 2026-04-10T02:53:16.557Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3920 | 2026-04-10T02:53:16.588Z | Checking sapling-renderdag v0.1.0 |
| 3921 | 2026-04-10T02:53:16.720Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3922 | 2026-04-10T02:53:16.723Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3923 | 2026-04-10T02:53:16.826Z | Checking subprocess v0.2.15 |
| 3924 | 2026-04-10T02:53:16.898Z | Checking sync-ptr v0.1.4 |
| 3925 | 2026-04-10T02:53:16.947Z | Checking colored v2.2.0 |
| 3926 | 2026-04-10T02:53:16.997Z | Checking assert_matches v1.5.0 |
| 3927 | 2026-04-10T02:53:17.097Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3928 | 2026-04-10T02:53:17.115Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3929 | 2026-04-10T02:53:17.211Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3930 | 2026-04-10T02:53:17.215Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3931 | 2026-04-10T02:53:17.803Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3932 | 2026-04-10T02:53:19.084Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3933 | 2026-04-10T02:53:21.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 3934 | 2026-04-10T02:53:21.443Z | |
| 3935 | 2026-04-10T02:53:21.443Z | info: running `cargo check --bins` on omicron-repl-utils (210/271) |
| 3936 | 2026-04-10T02:53:21.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-04-10T02:53:21.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-04-10T02:53:21.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-04-10T02:53:21.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3940 | 2026-04-10T02:53:22.015Z | |
| 3941 | 2026-04-10T02:53:22.015Z | info: running `cargo check --bins` on nexus-test-interface (211/271) |
| 3942 | 2026-04-10T02:53:22.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-04-10T02:53:22.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-04-10T02:53:22.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3945 | 2026-04-10T02:53:22.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3946 | 2026-04-10T02:53:22.664Z | |
| 3947 | 2026-04-10T02:53:22.664Z | info: running `cargo check --bins` on oximeter-collector (212/271) |
| 3948 | 2026-04-10T02:53:23.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-04-10T02:53:23.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-04-10T02:53:23.375Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3951 | 2026-04-10T02:53:23.375Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3952 | 2026-04-10T02:53:24.020Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3953 | 2026-04-10T02:53:25.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s |
| 3954 | 2026-04-10T02:53:25.772Z | |
| 3955 | 2026-04-10T02:53:25.772Z | info: running `cargo check --bins` on oximeter-api (213/271) |
| 3956 | 2026-04-10T02:53:26.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-04-10T02:53:26.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-04-10T02:53:26.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-04-10T02:53:26.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3960 | 2026-04-10T02:53:26.361Z | |
| 3961 | 2026-04-10T02:53:26.361Z | info: running `cargo check --bins` on cert-dev (214/271) |
| 3962 | 2026-04-10T02:53:26.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-04-10T02:53:26.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-04-10T02:53:26.962Z | Checking yasna v0.5.2 |
| 3965 | 2026-04-10T02:53:27.365Z | Checking rcgen v0.12.1 |
| 3966 | 2026-04-10T02:53:27.646Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3967 | 2026-04-10T02:53:27.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 3968 | 2026-04-10T02:53:27.989Z | |
| 3969 | 2026-04-10T02:53:27.989Z | info: running `cargo check --bins` on clickana (215/271) |
| 3970 | 2026-04-10T02:53:28.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-04-10T02:53:28.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-04-10T02:53:28.627Z | Compiling darling_core v0.23.0 |
| 3973 | 2026-04-10T02:53:28.630Z | Compiling instability v0.3.11 |
| 3974 | 2026-04-10T02:53:28.741Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3975 | 2026-04-10T02:53:28.744Z | Checking castaway v0.2.4 |
| 3976 | 2026-04-10T02:53:28.757Z | Compiling indoc v2.0.7 |
| 3977 | 2026-04-10T02:53:28.765Z | Checking unicode-truncate v1.1.0 |
| 3978 | 2026-04-10T02:53:28.768Z | Checking lru v0.12.5 |
| 3979 | 2026-04-10T02:53:28.768Z | Checking cassowary v0.3.0 |
| 3980 | 2026-04-10T02:53:28.843Z | Checking compact_str v0.8.1 |
| 3981 | 2026-04-10T02:53:29.682Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3982 | 2026-04-10T02:53:29.863Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3983 | 2026-04-10T02:53:30.146Z | Compiling darling_macro v0.23.0 |
| 3984 | 2026-04-10T02:53:30.556Z | Compiling darling v0.23.0 |
| 3985 | 2026-04-10T02:53:31.152Z | Checking ratatui v0.29.0 |
| 3986 | 2026-04-10T02:53:32.205Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3987 | 2026-04-10T02:53:32.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
| 3988 | 2026-04-10T02:53:33.057Z | |
| 3989 | 2026-04-10T02:53:33.057Z | info: running `cargo check --bins` on clickhouse-cluster-dev (216/271) |
| 3990 | 2026-04-10T02:53:33.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2026-04-10T02:53:33.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2026-04-10T02:53:33.769Z | Checking headers-core v0.3.0 |
| 3993 | 2026-04-10T02:53:33.772Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3994 | 2026-04-10T02:53:33.965Z | Checking headers v0.4.1 |
| 3995 | 2026-04-10T02:53:34.325Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3996 | 2026-04-10T02:53:35.173Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3997 | 2026-04-10T02:53:35.657Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3998 | 2026-04-10T02:53:36.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 3999 | 2026-04-10T02:53:36.261Z | |
| 4000 | 2026-04-10T02:53:36.261Z | info: running `cargo check --bins` on ch-dev (217/271) |
| 4001 | 2026-04-10T02:53:36.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-04-10T02:53:36.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-04-10T02:53:36.968Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4004 | 2026-04-10T02:53:37.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4005 | 2026-04-10T02:53:37.904Z | |
| 4006 | 2026-04-10T02:53:37.904Z | info: running `cargo check --bins` on dev-tools-common (218/271) |
| 4007 | 2026-04-10T02:53:38.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-04-10T02:53:38.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-04-10T02:53:38.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-04-10T02:53:38.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4011 | 2026-04-10T02:53:38.372Z | |
| 4012 | 2026-04-10T02:53:38.372Z | info: running `cargo check --bins` on crdb-seed (219/271) |
| 4013 | 2026-04-10T02:53:38.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-04-10T02:53:38.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-04-10T02:53:39.082Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4016 | 2026-04-10T02:53:40.069Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4017 | 2026-04-10T02:53:40.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
| 4018 | 2026-04-10T02:53:40.592Z | |
| 4019 | 2026-04-10T02:53:40.592Z | info: running `cargo check --bins` on db-dev (220/271) |
| 4020 | 2026-04-10T02:53:41.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4021 | 2026-04-10T02:53:41.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4022 | 2026-04-10T02:53:41.301Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4023 | 2026-04-10T02:53:42.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4024 | 2026-04-10T02:53:42.260Z | |
| 4025 | 2026-04-10T02:53:42.260Z | info: running `cargo check --bins` on omicron-dev-lib (221/271) |
| 4026 | 2026-04-10T02:53:42.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4027 | 2026-04-10T02:53:42.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4028 | 2026-04-10T02:53:42.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4029 | 2026-04-10T02:53:42.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4030 | 2026-04-10T02:53:42.893Z | |
| 4031 | 2026-04-10T02:53:42.893Z | info: running `cargo check --bins` on xtask-downloader (222/271) |
| 4032 | 2026-04-10T02:53:43.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4033 | 2026-04-10T02:53:43.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4034 | 2026-04-10T02:53:43.496Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4035 | 2026-04-10T02:53:44.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4036 | 2026-04-10T02:53:44.351Z | |
| 4037 | 2026-04-10T02:53:44.351Z | info: running `cargo check --bins` on omicron-dropshot-apis (223/271) |
| 4038 | 2026-04-10T02:53:44.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4039 | 2026-04-10T02:53:44.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4040 | 2026-04-10T02:53:45.098Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4041 | 2026-04-10T02:53:45.098Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4042 | 2026-04-10T02:53:45.098Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4043 | 2026-04-10T02:53:45.101Z | Checking git-stub v1.0.0 |
| 4044 | 2026-04-10T02:53:45.101Z | Compiling trait-variant v0.1.2 |
| 4045 | 2026-04-10T02:53:45.101Z | Checking maplit v1.0.2 |
| 4046 | 2026-04-10T02:53:45.101Z | Checking is_ci v1.2.0 |
| 4047 | 2026-04-10T02:53:45.101Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4048 | 2026-04-10T02:53:45.297Z | Checking supports-color v3.0.2 |
| 4049 | 2026-04-10T02:53:45.309Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4050 | 2026-04-10T02:53:45.355Z | Checking git-stub-vcs v0.1.0 |
| 4051 | 2026-04-10T02:53:45.416Z | Checking drift v0.1.3 |
| 4052 | 2026-04-10T02:53:45.479Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4053 | 2026-04-10T02:53:45.496Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4054 | 2026-04-10T02:53:45.549Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4055 | 2026-04-10T02:53:45.675Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4056 | 2026-04-10T02:53:45.702Z | Checking dropshot-api-manager v0.6.0 |
| 4057 | 2026-04-10T02:53:45.768Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4058 | 2026-04-10T02:53:45.783Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4059 | 2026-04-10T02:53:45.941Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4060 | 2026-04-10T02:53:45.996Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4061 | 2026-04-10T02:53:46.189Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4062 | 2026-04-10T02:53:46.490Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4063 | 2026-04-10T02:53:51.378Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4064 | 2026-04-10T02:53:52.369Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4065 | 2026-04-10T02:53:52.913Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4066 | 2026-04-10T02:53:53.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s |
| 4067 | 2026-04-10T02:53:53.531Z | |
| 4068 | 2026-04-10T02:53:53.532Z | info: running `cargo check --bins` on installinator-api (224/271) |
| 4069 | 2026-04-10T02:53:54.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-04-10T02:53:54.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-04-10T02:53:54.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2026-04-10T02:53:54.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4073 | 2026-04-10T02:53:54.121Z | |
| 4074 | 2026-04-10T02:53:54.121Z | info: running `cargo check --bins` on nexus-external-api (225/271) |
| 4075 | 2026-04-10T02:53:54.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-04-10T02:53:54.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-04-10T02:53:54.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4078 | 2026-04-10T02:53:54.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4079 | 2026-04-10T02:53:54.755Z | |
| 4080 | 2026-04-10T02:53:54.755Z | info: running `cargo check --bins` on nexus-internal-api (226/271) |
| 4081 | 2026-04-10T02:53:55.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-04-10T02:53:55.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-04-10T02:53:55.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-04-10T02:53:55.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4085 | 2026-04-10T02:53:55.388Z | |
| 4086 | 2026-04-10T02:53:55.388Z | info: running `cargo check --bins` on nexus-lockstep-api (227/271) |
| 4087 | 2026-04-10T02:53:55.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-04-10T02:53:55.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-04-10T02:53:55.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-04-10T02:53:55.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4091 | 2026-04-10T02:53:56.018Z | |
| 4092 | 2026-04-10T02:53:56.019Z | info: running `cargo check --bins` on ntp-admin-api (228/271) |
| 4093 | 2026-04-10T02:53:56.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-04-10T02:53:56.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-04-10T02:53:56.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-04-10T02:53:56.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4097 | 2026-04-10T02:53:56.608Z | |
| 4098 | 2026-04-10T02:53:56.608Z | info: running `cargo check --bins` on ntp-admin-types-versions (229/271) |
| 4099 | 2026-04-10T02:53:57.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-04-10T02:53:57.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-04-10T02:53:57.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4102 | 2026-04-10T02:53:57.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4103 | 2026-04-10T02:53:57.192Z | |
| 4104 | 2026-04-10T02:53:57.192Z | info: running `cargo check --bins` on wicketd-api (230/271) |
| 4105 | 2026-04-10T02:53:57.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-04-10T02:53:57.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-04-10T02:53:57.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4108 | 2026-04-10T02:53:57.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4109 | 2026-04-10T02:53:57.801Z | |
| 4110 | 2026-04-10T02:53:57.801Z | info: running `cargo check --bins` on omicron-ls-apis (231/271) |
| 4111 | 2026-04-10T02:53:58.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4112 | 2026-04-10T02:53:58.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4113 | 2026-04-10T02:53:58.399Z | Checking typeid v1.0.3 |
| 4114 | 2026-04-10T02:53:58.512Z | Checking ordered-float v2.10.1 |
| 4115 | 2026-04-10T02:53:58.533Z | Checking unicode-xid v0.2.6 |
| 4116 | 2026-04-10T02:53:58.553Z | Checking cargo-platform v0.2.0 |
| 4117 | 2026-04-10T02:53:58.577Z | Checking erased-serde v0.4.9 |
| 4118 | 2026-04-10T02:53:58.714Z | Checking serde-value v0.7.0 |
| 4119 | 2026-04-10T02:53:58.882Z | Checking serde-untagged v0.1.9 |
| 4120 | 2026-04-10T02:53:59.034Z | Checking cargo-util-schemas v0.8.2 |
| 4121 | 2026-04-10T02:53:59.707Z | Checking cargo_metadata v0.21.0 |
| 4122 | 2026-04-10T02:54:00.306Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4123 | 2026-04-10T02:54:00.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4124 | 2026-04-10T02:54:01.175Z | |
| 4125 | 2026-04-10T02:54:01.175Z | info: running `cargo check --bins` on mgs-dev (232/271) |
| 4126 | 2026-04-10T02:54:01.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-04-10T02:54:01.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-04-10T02:54:01.902Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4129 | 2026-04-10T02:54:02.514Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4130 | 2026-04-10T02:54:03.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4131 | 2026-04-10T02:54:03.226Z | |
| 4132 | 2026-04-10T02:54:03.226Z | info: running `cargo check --bins` on omicron-omdb (233/271) |
| 4133 | 2026-04-10T02:54:03.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-04-10T02:54:03.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-04-10T02:54:04.069Z | Compiling vergen-gitcl v1.0.8 |
| 4136 | 2026-04-10T02:54:04.069Z | Compiling dirs-sys-next v0.1.2 |
| 4137 | 2026-04-10T02:54:04.069Z | Compiling diesel_derives v2.3.7 |
| 4138 | 2026-04-10T02:54:04.069Z | Compiling glob v0.3.3 |
| 4139 | 2026-04-10T02:54:04.069Z | Compiling crunchy v0.2.4 |
| 4140 | 2026-04-10T02:54:04.069Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4141 | 2026-04-10T02:54:04.072Z | Compiling dsl_auto_type v0.2.0 |
| 4142 | 2026-04-10T02:54:04.072Z | Checking scheduled-thread-pool v0.2.7 |
| 4143 | 2026-04-10T02:54:04.332Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4144 | 2026-04-10T02:54:04.383Z | Compiling tiny-keccak v2.0.2 |
| 4145 | 2026-04-10T02:54:04.441Z | Compiling dirs-next v2.0.0 |
| 4146 | 2026-04-10T02:54:04.533Z | Checking r2d2 v0.8.10 |
| 4147 | 2026-04-10T02:54:04.561Z | Compiling term v0.7.0 |
| 4148 | 2026-04-10T02:54:04.575Z | Compiling clang-sys v1.8.1 |
| 4149 | 2026-04-10T02:54:04.602Z | Checking downcast-rs v2.0.2 |
| 4150 | 2026-04-10T02:54:04.616Z | Compiling bit-vec v0.6.3 |
| 4151 | 2026-04-10T02:54:04.713Z | Compiling itertools v0.10.5 |
| 4152 | 2026-04-10T02:54:04.829Z | Compiling ascii-canvas v3.0.0 |
| 4153 | 2026-04-10T02:54:04.959Z | Compiling bit-set v0.5.3 |
| 4154 | 2026-04-10T02:54:05.076Z | Compiling ena v0.14.4 |
| 4155 | 2026-04-10T02:54:05.103Z | Compiling libloading v0.8.9 |
| 4156 | 2026-04-10T02:54:05.106Z | Compiling diff v0.1.13 |
| 4157 | 2026-04-10T02:54:05.132Z | Compiling regex-syntax v0.6.29 |
| 4158 | 2026-04-10T02:54:05.133Z | Compiling bindgen v0.71.1 |
| 4159 | 2026-04-10T02:54:05.324Z | Compiling cexpr v0.6.0 |
| 4160 | 2026-04-10T02:54:05.364Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4161 | 2026-04-10T02:54:05.562Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4162 | 2026-04-10T02:54:05.605Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4163 | 2026-04-10T02:54:05.715Z | Compiling libxml v0.3.3 |
| 4164 | 2026-04-10T02:54:05.815Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4165 | 2026-04-10T02:54:05.964Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4166 | 2026-04-10T02:54:05.986Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4167 | 2026-04-10T02:54:06.132Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4168 | 2026-04-10T02:54:06.174Z | Compiling strum_macros v0.24.3 |
| 4169 | 2026-04-10T02:54:06.192Z | Compiling indoc v1.0.9 |
| 4170 | 2026-04-10T02:54:06.628Z | Compiling lalrpop v0.19.12 |
| 4171 | 2026-04-10T02:54:07.231Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4172 | 2026-04-10T02:54:07.251Z | Checking derive_builder v0.20.2 |
| 4173 | 2026-04-10T02:54:07.370Z | Compiling oso-derive v0.27.3 |
| 4174 | 2026-04-10T02:54:07.425Z | Checking quick-xml v0.37.5 |
| 4175 | 2026-04-10T02:54:07.543Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4176 | 2026-04-10T02:54:07.872Z | Checking openssl-probe v0.1.6 |
| 4177 | 2026-04-10T02:54:08.016Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4178 | 2026-04-10T02:54:08.309Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4179 | 2026-04-10T02:54:08.505Z | Checking bb8 v0.8.6 |
| 4180 | 2026-04-10T02:54:08.766Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4181 | 2026-04-10T02:54:08.795Z | Checking nonempty v0.12.0 |
| 4182 | 2026-04-10T02:54:08.975Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4183 | 2026-04-10T02:54:08.975Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4184 | 2026-04-10T02:54:09.007Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4185 | 2026-04-10T02:54:09.082Z | Checking console v0.16.2 |
| 4186 | 2026-04-10T02:54:09.199Z | Checking unit-prefix v0.5.2 |
| 4187 | 2026-04-10T02:54:09.214Z | Checking support-bundle-viewer v0.1.2 |
| 4188 | 2026-04-10T02:54:09.337Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4189 | 2026-04-10T02:54:09.388Z | Checking indicatif v0.18.4 |
| 4190 | 2026-04-10T02:54:09.460Z | Checking multimap v0.10.1 |
| 4191 | 2026-04-10T02:54:10.052Z | Checking diesel v2.3.7 |
| 4192 | 2026-04-10T02:54:11.617Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4193 | 2026-04-10T02:54:12.477Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4194 | 2026-04-10T02:54:12.771Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4195 | 2026-04-10T02:54:13.335Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4196 | 2026-04-10T02:54:14.254Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4197 | 2026-04-10T02:54:14.324Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4198 | 2026-04-10T02:54:14.400Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4199 | 2026-04-10T02:54:14.967Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4200 | 2026-04-10T02:54:16.975Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4201 | 2026-04-10T02:54:21.929Z | Compiling samael v0.0.19 |
| 4202 | 2026-04-10T02:54:25.542Z | Checking async-bb8-diesel v0.2.1 |
| 4203 | 2026-04-10T02:54:25.893Z | Checking diesel-dtrace v0.5.0 |
| 4204 | 2026-04-10T02:54:26.828Z | Compiling polar-core v0.27.3 |
| 4205 | 2026-04-10T02:54:31.223Z | Checking oso v0.27.3 |
| 4206 | 2026-04-10T02:55:07.220Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4207 | 2026-04-10T02:55:39.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s |
| 4208 | 2026-04-10T02:55:39.956Z | |
| 4209 | 2026-04-10T02:55:39.956Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (234/271) |
| 4210 | 2026-04-10T02:55:40.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-04-10T02:55:40.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-04-10T02:55:40.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-04-10T02:55:40.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4214 | 2026-04-10T02:55:40.613Z | |
| 4215 | 2026-04-10T02:55:40.613Z | info: running `cargo check --bins` on nexus-saga-recovery (235/271) |
| 4216 | 2026-04-10T02:55:41.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-04-10T02:55:41.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-04-10T02:55:41.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2026-04-10T02:55:41.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4220 | 2026-04-10T02:55:41.264Z | |
| 4221 | 2026-04-10T02:55:41.264Z | info: running `cargo check --bins` on nexus-test-utils-macros (236/271) |
| 4222 | 2026-04-10T02:55:41.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2026-04-10T02:55:41.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2026-04-10T02:55:41.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2026-04-10T02:55:41.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4226 | 2026-04-10T02:55:41.848Z | |
| 4227 | 2026-04-10T02:55:41.848Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (237/271) |
| 4228 | 2026-04-10T02:55:42.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-04-10T02:55:42.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-04-10T02:55:42.705Z | Compiling libz-sys v1.1.24 |
| 4231 | 2026-04-10T02:55:42.836Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4232 | 2026-04-10T02:55:42.847Z | Compiling vergen-git2 v1.0.7 |
| 4233 | 2026-04-10T02:55:42.856Z | Compiling rustls v0.21.12 |
| 4234 | 2026-04-10T02:55:42.866Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4235 | 2026-04-10T02:55:42.876Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4236 | 2026-04-10T02:55:42.879Z | Checking rustls-webpki v0.101.7 |
| 4237 | 2026-04-10T02:55:42.879Z | Checking sct v0.7.1 |
| 4238 | 2026-04-10T02:55:43.016Z | Compiling nix v0.29.0 |
| 4239 | 2026-04-10T02:55:43.101Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4240 | 2026-04-10T02:55:43.119Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4241 | 2026-04-10T02:55:43.151Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4242 | 2026-04-10T02:55:43.215Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4243 | 2026-04-10T02:55:43.375Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4244 | 2026-04-10T02:55:43.391Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4245 | 2026-04-10T02:55:43.424Z | Checking rustls-pemfile v1.0.4 |
| 4246 | 2026-04-10T02:55:43.555Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4247 | 2026-04-10T02:55:43.692Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4248 | 2026-04-10T02:55:43.753Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4249 | 2026-04-10T02:55:43.883Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 4250 | 2026-04-10T02:55:43.939Z | Checking twox-hash v2.1.2 |
| 4251 | 2026-04-10T02:55:43.959Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4252 | 2026-04-10T02:55:44.447Z | Checking tokio-rustls v0.24.1 |
| 4253 | 2026-04-10T02:55:44.647Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4254 | 2026-04-10T02:55:44.673Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4255 | 2026-04-10T02:55:44.746Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4256 | 2026-04-10T02:55:44.815Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4257 | 2026-04-10T02:55:45.231Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4258 | 2026-04-10T02:55:45.293Z | Checking fatfs v0.3.6 |
| 4259 | 2026-04-10T02:55:45.375Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4260 | 2026-04-10T02:55:45.466Z | Compiling seq-macro v0.3.6 |
| 4261 | 2026-04-10T02:55:49.429Z | Compiling git2 v0.20.4 |
| 4262 | 2026-04-10T02:55:49.519Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 4263 | 2026-04-10T02:55:49.644Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 4264 | 2026-04-10T02:55:51.622Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4265 | 2026-04-10T02:56:38.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.81s |
| 4266 | 2026-04-10T02:56:38.886Z | |
| 4267 | 2026-04-10T02:56:38.886Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (238/271) |
| 4268 | 2026-04-10T02:56:39.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-04-10T02:56:39.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-04-10T02:56:39.757Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4271 | 2026-04-10T02:57:18.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s |
| 4272 | 2026-04-10T02:57:18.576Z | |
| 4273 | 2026-04-10T02:57:18.576Z | info: running `cargo check --bins` on nexus-background-task-interface (239/271) |
| 4274 | 2026-04-10T02:57:19.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-04-10T02:57:19.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-04-10T02:57:19.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4277 | 2026-04-10T02:57:19.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4278 | 2026-04-10T02:57:19.162Z | |
| 4279 | 2026-04-10T02:57:19.162Z | info: running `cargo check --bins --no-default-features` on nexus-fm (240/271) |
| 4280 | 2026-04-10T02:57:19.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4281 | 2026-04-10T02:57:19.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4282 | 2026-04-10T02:57:19.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4283 | 2026-04-10T02:57:19.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4284 | 2026-04-10T02:57:19.800Z | |
| 4285 | 2026-04-10T02:57:19.800Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (241/271) |
| 4286 | 2026-04-10T02:57:20.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-04-10T02:57:20.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-04-10T02:57:20.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-04-10T02:57:20.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4290 | 2026-04-10T02:57:20.458Z | |
| 4291 | 2026-04-10T02:57:20.458Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (242/271) |
| 4292 | 2026-04-10T02:57:21.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-04-10T02:57:21.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-04-10T02:57:21.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-04-10T02:57:21.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4296 | 2026-04-10T02:57:21.120Z | |
| 4297 | 2026-04-10T02:57:21.121Z | info: running `cargo check --bins` on nexus-mgs-updates (243/271) |
| 4298 | 2026-04-10T02:57:21.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-04-10T02:57:21.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-04-10T02:57:21.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-04-10T02:57:21.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4302 | 2026-04-10T02:57:21.756Z | |
| 4303 | 2026-04-10T02:57:21.756Z | info: running `cargo check --bins` on nexus-networking (244/271) |
| 4304 | 2026-04-10T02:57:22.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-04-10T02:57:22.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-04-10T02:57:22.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-04-10T02:57:22.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4308 | 2026-04-10T02:57:22.405Z | |
| 4309 | 2026-04-10T02:57:22.405Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (245/271) |
| 4310 | 2026-04-10T02:57:22.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-04-10T02:57:22.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-04-10T02:57:22.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4313 | 2026-04-10T02:57:22.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4314 | 2026-04-10T02:57:23.057Z | |
| 4315 | 2026-04-10T02:57:23.057Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (246/271) |
| 4316 | 2026-04-10T02:57:23.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-04-10T02:57:23.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-04-10T02:57:23.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4319 | 2026-04-10T02:57:23.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4320 | 2026-04-10T02:57:23.710Z | |
| 4321 | 2026-04-10T02:57:23.710Z | info: running `cargo check --bins` on omicron-dev (247/271) |
| 4322 | 2026-04-10T02:57:24.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4323 | 2026-04-10T02:57:24.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4324 | 2026-04-10T02:57:24.598Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4325 | 2026-04-10T02:57:24.599Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4326 | 2026-04-10T02:57:24.786Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4327 | 2026-04-10T02:57:24.820Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4328 | 2026-04-10T02:57:24.836Z | Checking yansi v1.0.1 |
| 4329 | 2026-04-10T02:57:24.839Z | Checking diff v0.1.13 |
| 4330 | 2026-04-10T02:57:24.840Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4331 | 2026-04-10T02:57:24.864Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4332 | 2026-04-10T02:57:24.919Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4333 | 2026-04-10T02:57:25.080Z | Checking pretty_assertions v1.4.1 |
| 4334 | 2026-04-10T02:57:25.751Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4335 | 2026-04-10T02:57:48.912Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4336 | 2026-04-10T02:57:48.912Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4337 | 2026-04-10T02:57:48.916Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4338 | 2026-04-10T02:57:48.916Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4339 | 2026-04-10T02:57:48.916Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4340 | 2026-04-10T02:57:48.916Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4341 | 2026-04-10T02:57:49.609Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4342 | 2026-04-10T02:57:50.697Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4343 | 2026-04-10T02:58:29.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4344 | 2026-04-10T02:58:29.676Z | |
| 4345 | 2026-04-10T02:58:29.676Z | info: running `cargo check --bins` on omicron-pins (248/271) |
| 4346 | 2026-04-10T02:58:30.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4347 | 2026-04-10T02:58:30.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4348 | 2026-04-10T02:58:30.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4349 | 2026-04-10T02:58:30.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4350 | 2026-04-10T02:58:30.266Z | |
| 4351 | 2026-04-10T02:58:30.266Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (249/271) |
| 4352 | 2026-04-10T02:58:30.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4353 | 2026-04-10T02:58:30.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4354 | 2026-04-10T02:58:31.048Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4355 | 2026-04-10T02:58:31.169Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4356 | 2026-04-10T02:58:31.173Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4357 | 2026-04-10T02:58:56.421Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4358 | 2026-04-10T02:58:56.793Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4359 | 2026-04-10T02:58:58.465Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4360 | 2026-04-10T02:58:58.912Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4361 | 2026-04-10T02:59:01.829Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4362 | 2026-04-10T02:59:24.076Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4363 | 2026-04-10T02:59:24.699Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4364 | 2026-04-10T02:59:26.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.02s |
| 4365 | 2026-04-10T02:59:26.512Z | |
| 4366 | 2026-04-10T02:59:26.512Z | info: running `cargo check --bins` on reconfigurator-sp-updater (250/271) |
| 4367 | 2026-04-10T02:59:27.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-04-10T02:59:27.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-04-10T02:59:27.228Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4370 | 2026-04-10T02:59:27.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4371 | 2026-04-10T02:59:28.099Z | |
| 4372 | 2026-04-10T02:59:28.099Z | info: running `cargo check --bins` on omicron-releng (251/271) |
| 4373 | 2026-04-10T02:59:28.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-04-10T02:59:28.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-04-10T02:59:28.748Z | Compiling blake3 v1.8.3 |
| 4376 | 2026-04-10T02:59:28.856Z | Checking constant_time_eq v0.4.2 |
| 4377 | 2026-04-10T02:59:28.857Z | Checking arrayref v0.3.9 |
| 4378 | 2026-04-10T02:59:28.857Z | Checking arrayvec v0.7.6 |
| 4379 | 2026-04-10T02:59:28.878Z | Checking topological-sort v0.2.2 |
| 4380 | 2026-04-10T02:59:28.878Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4381 | 2026-04-10T02:59:28.880Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4382 | 2026-04-10T02:59:28.881Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4383 | 2026-04-10T02:59:28.929Z | Checking shell-words v1.1.1 |
| 4384 | 2026-04-10T02:59:29.725Z | Checking omicron-zone-package v0.12.2 |
| 4385 | 2026-04-10T02:59:30.430Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4386 | 2026-04-10T02:59:31.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 4387 | 2026-04-10T02:59:31.431Z | |
| 4388 | 2026-04-10T02:59:31.431Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (252/271) |
| 4389 | 2026-04-10T02:59:31.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-04-10T02:59:31.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-04-10T02:59:32.075Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4392 | 2026-04-10T02:59:32.392Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4393 | 2026-04-10T02:59:32.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4394 | 2026-04-10T02:59:32.984Z | |
| 4395 | 2026-04-10T02:59:32.984Z | info: running `cargo check --bins` on schema (253/271) |
| 4396 | 2026-04-10T02:59:33.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-04-10T02:59:33.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-04-10T02:59:33.713Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4399 | 2026-04-10T02:59:34.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4400 | 2026-04-10T02:59:34.585Z | |
| 4401 | 2026-04-10T02:59:34.585Z | info: running `cargo check --bins` on xtask (254/271) |
| 4402 | 2026-04-10T02:59:35.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-04-10T02:59:35.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-04-10T02:59:35.039Z | Checking libc v0.2.180 |
| 4405 | 2026-04-10T02:59:35.042Z | Checking serde v1.0.228 |
| 4406 | 2026-04-10T02:59:35.125Z | Checking zerofrom v0.1.6 |
| 4407 | 2026-04-10T02:59:35.129Z | Checking bitflags v2.11.0 |
| 4408 | 2026-04-10T02:59:35.135Z | Checking smallvec v1.15.1 |
| 4409 | 2026-04-10T02:59:35.140Z | Checking hashbrown v0.16.1 |
| 4410 | 2026-04-10T02:59:35.150Z | Checking serde_json v1.0.149 |
| 4411 | 2026-04-10T02:59:35.152Z | Checking num-traits v0.2.19 |
| 4412 | 2026-04-10T02:59:35.219Z | Checking yoke v0.8.1 |
| 4413 | 2026-04-10T02:59:35.269Z | Checking scroll v0.12.0 |
| 4414 | 2026-04-10T02:59:35.305Z | Checking thiserror v1.0.69 |
| 4415 | 2026-04-10T02:59:35.383Z | Checking zerovec v0.11.5 |
| 4416 | 2026-04-10T02:59:35.399Z | Checking zerotrie v0.2.3 |
| 4417 | 2026-04-10T02:59:35.410Z | Checking errno v0.3.14 |
| 4418 | 2026-04-10T02:59:35.495Z | Checking percent-encoding v2.3.2 |
| 4419 | 2026-04-10T02:59:35.513Z | Checking toml_datetime v0.6.11 |
| 4420 | 2026-04-10T02:59:35.526Z | Checking rustix v1.1.3 |
| 4421 | 2026-04-10T02:59:35.584Z | Checking indexmap v2.13.0 |
| 4422 | 2026-04-10T02:59:35.637Z | Checking serde_spanned v0.6.9 |
| 4423 | 2026-04-10T02:59:35.656Z | Checking log v0.4.29 |
| 4424 | 2026-04-10T02:59:35.674Z | Checking ordered-float v2.10.1 |
| 4425 | 2026-04-10T02:59:35.692Z | Checking form_urlencoded v1.2.2 |
| 4426 | 2026-04-10T02:59:35.751Z | Checking zerocopy v0.7.35 |
| 4427 | 2026-04-10T02:59:35.764Z | Checking getrandom v0.3.4 |
| 4428 | 2026-04-10T02:59:35.791Z | Checking goblin v0.8.2 |
| 4429 | 2026-04-10T02:59:35.816Z | Checking thiserror v2.0.18 |
| 4430 | 2026-04-10T02:59:35.819Z | Checking tinystr v0.8.2 |
| 4431 | 2026-04-10T02:59:35.889Z | Checking potential_utf v0.1.4 |
| 4432 | 2026-04-10T02:59:35.900Z | Checking serde-value v0.7.0 |
| 4433 | 2026-04-10T02:59:35.914Z | Checking syn v2.0.117 |
| 4434 | 2026-04-10T02:59:36.002Z | Checking icu_locale_core v2.1.1 |
| 4435 | 2026-04-10T02:59:36.017Z | Checking icu_collections v2.1.1 |
| 4436 | 2026-04-10T02:59:36.092Z | Checking dtrace-parser v0.2.0 |
| 4437 | 2026-04-10T02:59:36.121Z | Checking toml_edit v0.22.27 |
| 4438 | 2026-04-10T02:59:36.237Z | Checking thread-id v4.2.2 |
| 4439 | 2026-04-10T02:59:36.317Z | Checking once_cell v1.21.3 |
| 4440 | 2026-04-10T02:59:36.331Z | Checking cargo-platform v0.2.0 |
| 4441 | 2026-04-10T02:59:36.331Z | Checking terminal_size v0.4.3 |
| 4442 | 2026-04-10T02:59:36.331Z | Checking memmap v0.7.0 |
| 4443 | 2026-04-10T02:59:36.449Z | Checking clap_builder v4.5.60 |
| 4444 | 2026-04-10T02:59:36.460Z | Checking textwrap v0.16.2 |
| 4445 | 2026-04-10T02:59:36.485Z | Checking tempfile v3.25.0 |
| 4446 | 2026-04-10T02:59:36.521Z | Checking fs-err v3.3.0 |
| 4447 | 2026-04-10T02:59:36.547Z | Checking icu_provider v2.1.1 |
| 4448 | 2026-04-10T02:59:36.666Z | Checking anyhow v1.0.102 |
| 4449 | 2026-04-10T02:59:36.677Z | Checking camino-tempfile v1.4.1 |
| 4450 | 2026-04-10T02:59:36.697Z | Checking tabled v0.15.0 |
| 4451 | 2026-04-10T02:59:36.783Z | Checking icu_normalizer v2.1.1 |
| 4452 | 2026-04-10T02:59:36.828Z | Checking icu_properties v2.1.2 |
| 4453 | 2026-04-10T02:59:36.857Z | Checking macaddr v1.0.1 |
| 4454 | 2026-04-10T02:59:37.041Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4455 | 2026-04-10T02:59:37.211Z | Checking toml v0.8.23 |
| 4456 | 2026-04-10T02:59:37.514Z | Checking cargo_toml v0.21.0 |
| 4457 | 2026-04-10T02:59:37.614Z | Checking idna_adapter v1.2.1 |
| 4458 | 2026-04-10T02:59:37.629Z | Checking dof v0.3.0 |
| 4459 | 2026-04-10T02:59:37.641Z | Checking clap v4.5.60 |
| 4460 | 2026-04-10T02:59:37.725Z | Checking idna v1.1.0 |
| 4461 | 2026-04-10T02:59:37.888Z | Checking usdt-impl v0.5.0 |
| 4462 | 2026-04-10T02:59:37.952Z | Checking url v2.5.8 |
| 4463 | 2026-04-10T02:59:38.144Z | Checking usdt v0.5.0 |
| 4464 | 2026-04-10T02:59:38.288Z | Checking cargo-util-schemas v0.8.2 |
| 4465 | 2026-04-10T02:59:38.965Z | Checking cargo_metadata v0.21.0 |
| 4466 | 2026-04-10T02:59:39.564Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4467 | 2026-04-10T02:59:39.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
| 4468 | 2026-04-10T02:59:40.098Z | |
| 4469 | 2026-04-10T02:59:40.098Z | info: running `cargo check --bins` on dnsadm (255/271) |
| 4470 | 2026-04-10T02:59:40.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-04-10T02:59:40.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-04-10T02:59:40.738Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4473 | 2026-04-10T02:59:41.209Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4474 | 2026-04-10T02:59:41.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4475 | 2026-04-10T02:59:41.801Z | |
| 4476 | 2026-04-10T02:59:41.801Z | info: running `cargo check --bins` on end-to-end-tests (256/271) |
| 4477 | 2026-04-10T02:59:42.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4478 | 2026-04-10T02:59:42.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4479 | 2026-04-10T02:59:42.596Z | Checking polyval v0.6.2 |
| 4480 | 2026-04-10T02:59:42.720Z | Checking ctr v0.9.2 |
| 4481 | 2026-04-10T02:59:42.731Z | Checking ssh-encoding v0.2.0 |
| 4482 | 2026-04-10T02:59:42.732Z | Checking blowfish v0.9.1 |
| 4483 | 2026-04-10T02:59:42.754Z | Checking password-hash v0.4.2 |
| 4484 | 2026-04-10T02:59:42.770Z | Checking p256 v0.13.2 |
| 4485 | 2026-04-10T02:59:42.773Z | Checking p521 v0.13.3 |
| 4486 | 2026-04-10T02:59:42.798Z | Checking russh-cryptovec v0.7.3 |
| 4487 | 2026-04-10T02:59:42.864Z | Checking ghash v0.5.1 |
| 4488 | 2026-04-10T02:59:42.867Z | Checking md5 v0.7.0 |
| 4489 | 2026-04-10T02:59:42.891Z | Checking bcrypt-pbkdf v0.10.0 |
| 4490 | 2026-04-10T02:59:42.921Z | Checking num-bigint v0.4.6 |
| 4491 | 2026-04-10T02:59:42.921Z | Checking des v0.8.1 |
| 4492 | 2026-04-10T02:59:42.975Z | Checking aes-gcm v0.10.3 |
| 4493 | 2026-04-10T02:59:42.978Z | Checking pbkdf2 v0.11.0 |
| 4494 | 2026-04-10T02:59:43.009Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4495 | 2026-04-10T02:59:43.041Z | Checking hex-literal v0.4.1 |
| 4496 | 2026-04-10T02:59:43.088Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4497 | 2026-04-10T02:59:43.105Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4498 | 2026-04-10T02:59:43.126Z | Checking ssh-cipher v0.2.0 |
| 4499 | 2026-04-10T02:59:43.140Z | Checking internet-checksum v0.2.1 |
| 4500 | 2026-04-10T02:59:43.288Z | Checking ssh-key v0.6.7 |
| 4501 | 2026-04-10T02:59:43.361Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4502 | 2026-04-10T02:59:43.911Z | Checking russh-keys v0.45.0 |
| 4503 | 2026-04-10T02:59:44.451Z | Checking russh v0.45.0 |
| 4504 | 2026-04-10T02:59:59.275Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4505 | 2026-04-10T03:00:00.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s |
| 4506 | 2026-04-10T03:00:00.668Z | |
| 4507 | 2026-04-10T03:00:00.668Z | info: running `cargo check --bins` on gateway-cli (257/271) |
| 4508 | 2026-04-10T03:00:01.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-04-10T03:00:01.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-04-10T03:00:01.301Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4511 | 2026-04-10T03:00:01.403Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4512 | 2026-04-10T03:00:01.411Z | Checking termios v0.3.3 |
| 4513 | 2026-04-10T03:00:02.593Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4514 | 2026-04-10T03:00:02.738Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4515 | 2026-04-10T03:00:04.508Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4516 | 2026-04-10T03:00:05.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
| 4517 | 2026-04-10T03:00:05.259Z | |
| 4518 | 2026-04-10T03:00:05.259Z | info: running `cargo check --bins --no-default-features` on installinator (258/271) |
| 4519 | 2026-04-10T03:00:05.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4520 | 2026-04-10T03:00:05.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4521 | 2026-04-10T03:00:05.972Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4522 | 2026-04-10T03:00:05.981Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4523 | 2026-04-10T03:00:06.097Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4524 | 2026-04-10T03:00:06.097Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4525 | 2026-04-10T03:00:06.106Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4526 | 2026-04-10T03:00:06.109Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4527 | 2026-04-10T03:00:06.820Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4528 | 2026-04-10T03:00:07.176Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4529 | 2026-04-10T03:00:07.180Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4530 | 2026-04-10T03:00:07.800Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4531 | 2026-04-10T03:00:09.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 4532 | 2026-04-10T03:00:09.586Z | |
| 4533 | 2026-04-10T03:00:09.586Z | info: running `cargo check --bins` on internal-dns-cli (259/271) |
| 4534 | 2026-04-10T03:00:10.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-04-10T03:00:10.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-04-10T03:00:10.219Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4537 | 2026-04-10T03:00:10.667Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4538 | 2026-04-10T03:00:10.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4539 | 2026-04-10T03:00:11.183Z | |
| 4540 | 2026-04-10T03:00:11.183Z | info: running `cargo check --bins` on omicron-live-tests (260/271) |
| 4541 | 2026-04-10T03:00:11.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-04-10T03:00:11.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-04-10T03:00:11.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-04-10T03:00:11.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4545 | 2026-04-10T03:00:11.769Z | |
| 4546 | 2026-04-10T03:00:11.769Z | info: running `cargo check --bins` on live-tests-macros (261/271) |
| 4547 | 2026-04-10T03:00:12.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-04-10T03:00:12.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-04-10T03:00:12.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-04-10T03:00:12.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4551 | 2026-04-10T03:00:12.357Z | |
| 4552 | 2026-04-10T03:00:12.364Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (262/271) |
| 4553 | 2026-04-10T03:00:12.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-04-10T03:00:12.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-04-10T03:00:13.109Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4556 | 2026-04-10T03:00:13.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4557 | 2026-04-10T03:00:13.893Z | |
| 4558 | 2026-04-10T03:00:13.893Z | info: running `cargo check --bins` on omicron-ntp-admin (263/271) |
| 4559 | 2026-04-10T03:00:14.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-04-10T03:00:14.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-04-10T03:00:14.538Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4562 | 2026-04-10T03:00:14.545Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4563 | 2026-04-10T03:00:14.790Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4564 | 2026-04-10T03:00:14.790Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4565 | 2026-04-10T03:00:15.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4566 | 2026-04-10T03:00:15.755Z | |
| 4567 | 2026-04-10T03:00:15.756Z | info: running `cargo check --bins` on ntp-admin-types (264/271) |
| 4568 | 2026-04-10T03:00:16.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-04-10T03:00:16.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-04-10T03:00:16.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4571 | 2026-04-10T03:00:16.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4572 | 2026-04-10T03:00:16.346Z | |
| 4573 | 2026-04-10T03:00:16.346Z | info: running `cargo check --bins` on omicron-package (265/271) |
| 4574 | 2026-04-10T03:00:16.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-04-10T03:00:21.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-04-10T03:00:21.898Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4577 | 2026-04-10T03:00:21.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4578 | 2026-04-10T03:00:21.898Z | |
| 4579 | 2026-04-10T03:00:21.898Z | info: running `cargo check --bins` on tqdb (266/271) |
| 4580 | 2026-04-10T03:00:21.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4581 | 2026-04-10T03:00:21.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4582 | 2026-04-10T03:00:21.941Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4583 | 2026-04-10T03:00:21.941Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4584 | 2026-04-10T03:00:21.941Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4585 | 2026-04-10T03:00:21.941Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4586 | 2026-04-10T03:00:24.996Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4587 | 2026-04-10T03:00:25.526Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4588 | 2026-04-10T03:00:25.527Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4589 | 2026-04-10T03:00:25.530Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4590 | 2026-04-10T03:00:25.530Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4591 | 2026-04-10T03:00:25.530Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4592 | 2026-04-10T03:00:26.300Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4593 | 2026-04-10T03:00:27.246Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4594 | 2026-04-10T03:00:28.016Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4595 | 2026-04-10T03:00:28.640Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4596 | 2026-04-10T03:00:33.096Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4597 | 2026-04-10T03:00:39.170Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4598 | 2026-04-10T03:00:39.173Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4599 | 2026-04-10T03:00:39.173Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4600 | 2026-04-10T03:00:39.173Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4601 | 2026-04-10T03:00:40.634Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4602 | 2026-04-10T03:00:41.936Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4603 | 2026-04-10T03:00:42.603Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4604 | 2026-04-10T03:00:43.831Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4605 | 2026-04-10T03:00:44.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.06s |
| 4606 | 2026-04-10T03:00:44.569Z | |
| 4607 | 2026-04-10T03:00:44.569Z | info: running `cargo check --bins` on wicket-dbg (267/271) |
| 4608 | 2026-04-10T03:00:45.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4609 | 2026-04-10T03:00:45.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4610 | 2026-04-10T03:00:45.280Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4611 | 2026-04-10T03:00:45.283Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4612 | 2026-04-10T03:00:45.283Z | Checking rtoolbox v0.0.3 |
| 4613 | 2026-04-10T03:00:45.403Z | Checking tui-tree-widget v0.23.1 |
| 4614 | 2026-04-10T03:00:45.507Z | Checking rpassword v7.4.0 |
| 4615 | 2026-04-10T03:00:46.421Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4616 | 2026-04-10T03:00:49.346Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4617 | 2026-04-10T03:00:51.110Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4618 | 2026-04-10T03:00:51.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s |
| 4619 | 2026-04-10T03:00:52.170Z | |
| 4620 | 2026-04-10T03:00:52.170Z | info: running `cargo check --bins` on wicket (268/271) |
| 4621 | 2026-04-10T03:00:52.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-04-10T03:00:52.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-04-10T03:00:52.865Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4624 | 2026-04-10T03:00:53.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 4625 | 2026-04-10T03:00:53.411Z | |
| 4626 | 2026-04-10T03:00:53.411Z | info: running `cargo check --bins` on wicketd (269/271) |
| 4627 | 2026-04-10T03:00:53.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4628 | 2026-04-10T03:00:53.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4629 | 2026-04-10T03:00:54.129Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4630 | 2026-04-10T03:00:54.132Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4631 | 2026-04-10T03:00:54.132Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4632 | 2026-04-10T03:00:54.244Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4633 | 2026-04-10T03:00:55.107Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4634 | 2026-04-10T03:00:55.661Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4635 | 2026-04-10T03:00:58.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
| 4636 | 2026-04-10T03:00:58.783Z | |
| 4637 | 2026-04-10T03:00:58.783Z | info: running `cargo check --bins` on omicron-workspace-hack (270/271) |
| 4638 | 2026-04-10T03:00:59.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4639 | 2026-04-10T03:00:59.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4640 | 2026-04-10T03:00:59.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4641 | 2026-04-10T03:00:59.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4642 | 2026-04-10T03:00:59.379Z | |
| 4643 | 2026-04-10T03:00:59.379Z | info: running `cargo check --bins` on zone-setup (271/271) |
| 4644 | 2026-04-10T03:00:59.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4645 | 2026-04-10T03:00:59.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4646 | 2026-04-10T03:01:00.050Z | Checking uzers v0.12.2 |
| 4647 | 2026-04-10T03:01:00.316Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4648 | 2026-04-10T03:01:01.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4649 | 2026-04-10T03:01:01.264Z | |
| 4650 | 2026-04-10T03:01:01.264Z | real 13:58.584274990 |
| 4651 | 2026-04-10T03:01:01.264Z | user 20:14.734239003 |
| 4652 | 2026-04-10T03:01:01.264Z | sys 4:10.155016651 |
| 4653 | 2026-04-10T03:01:01.264Z | trap 0.310667667 |
| 4654 | 2026-04-10T03:01:01.264Z | tflt 0.309945223 |
| 4655 | 2026-04-10T03:01:01.264Z | dflt 0.864341865 |
| 4656 | 2026-04-10T03:01:01.264Z | kflt 0.001029461 |
| 4657 | 2026-04-10T03:01:01.264Z | lock 1:15:45.546562039 |
| 4658 | 2026-04-10T03:01:01.264Z | slp 1:36:59.862616233 |
| 4659 | 2026-04-10T03:01:01.264Z | lat 54.767798872 |
| 4660 | 2026-04-10T03:01:01.264Z | stop 3:30.220962496 |
| 4661 | 2026-04-10T03:01:01.268Z | process exited: duration 1032409 ms, exit code 0 |
| |
| 4662 | 2026-04-10T03:01:01.274Z | found 0 output files |