|
|
|
| 1 | 2026-07-23T04:28:25.855Z | job assigned to worker 01KY6KNE0BE2KSDYWKW1FA46Y9 [factory aws, i-02019876553452d08] (queued for 51 s) |
| |
| 2 | 2026-07-23T04:28:32.388Z | starting task 0: "setup" |
| 3 | 2026-07-23T04:28:32.394Z | ++ uname -s |
| 4 | 2026-07-23T04:28:32.398Z | + kern=SunOS |
| 5 | 2026-07-23T04:28:32.398Z | + build_user=build |
| 6 | 2026-07-23T04:28:32.398Z | + build_uid=12345 |
| 7 | 2026-07-23T04:28:32.398Z | + work_dir=/work |
| 8 | 2026-07-23T04:28:32.398Z | + input_dir=/input |
| 9 | 2026-07-23T04:28:32.398Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T04:28:32.398Z | + case "$kern" in |
| 11 | 2026-07-23T04:28:32.398Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T04:28:32.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T04:28:34.415Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T04:28:34.515Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T04:28:34.520Z | + home_fs=zfs |
| 16 | 2026-07-23T04:28:34.520Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T04:28:34.521Z | + mkdir -p /home/build |
| 18 | 2026-07-23T04:28:34.521Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T04:28:36.517Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T04:28:36.521Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-07-23T04:28:36.527Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T04:28:36.534Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T04:28:36.534Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-23T04:28:36.534Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-23T04:28:36.534Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-23T04:28:36.534Z | * rust toolchain profile = "default" |
| 27 | 2026-07-23T04:28:36.534Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-23T04:28:36.538Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T04:28:36.538Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T04:28:36.608Z | info: downloading installer |
| 31 | 2026-07-23T04:28:38.140Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T04:28:38.140Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T04:28:38.140Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T04:28:38.140Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T04:28:38.152Z | info: profile set to default |
| 36 | 2026-07-23T04:28:38.152Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T04:28:38.155Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T04:28:38.293Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T04:28:38.299Z | info: downloading 6 components |
| 40 | 2026-07-23T04:28:52.917Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-23T04:28:52.917Z | |
| 42 | 2026-07-23T04:28:52.955Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T04:28:52.955Z | |
| 44 | 2026-07-23T04:28:52.955Z | |
| 45 | 2026-07-23T04:28:52.955Z | Rust is installed now. Great! |
| 46 | 2026-07-23T04:28:52.955Z | |
| 47 | 2026-07-23T04:28:52.955Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T04:28:52.955Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T04:28:52.956Z | |
| 50 | 2026-07-23T04:28:52.956Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T04:28:52.956Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T04:28:52.956Z | |
| 53 | 2026-07-23T04:28:52.956Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T04:28:52.969Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T04:28:52.969Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T04:28:52.969Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T04:28:52.971Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T04:28:52.971Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T04:28:52.971Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T04:28:52.971Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T04:28:52.971Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T04:28:53.052Z | + rustup --version |
| 63 | 2026-07-23T04:28:53.058Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T04:28:53.061Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T04:28:53.078Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T04:28:53.088Z | + cargo --version |
| 67 | 2026-07-23T04:28:53.097Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T04:28:53.116Z | + rustc --version |
| 69 | 2026-07-23T04:28:53.133Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T04:28:53.133Z | process exited: duration 16591 ms, exit code 0 |
| |
| 71 | 2026-07-23T04:28:53.166Z | starting task 2: "authentication" |
| 72 | 2026-07-23T04:28:53.194Z | process exited: duration 26 ms, exit code 0 |
| |
| 73 | 2026-07-23T04:28:53.221Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T04:28:53.231Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T04:28:53.232Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T04:28:53.260Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T04:29:02.344Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T04:29:02.344Z | + git fetch origin a51628199c25eda0468ccfd9af17053de9532a99 |
| 79 | 2026-07-23T04:29:02.621Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T04:29:02.621Z | * branch a51628199c25eda0468ccfd9af17053de9532a99 -> FETCH_HEAD |
| 81 | 2026-07-23T04:29:02.632Z | + [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]] |
| 82 | 2026-07-23T04:29:02.635Z | ++ git branch --show-current |
| 83 | 2026-07-23T04:29:02.635Z | + current=main |
| 84 | 2026-07-23T04:29:02.635Z | + [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]] |
| 85 | 2026-07-23T04:29:02.635Z | + git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document a51628199c25eda0468ccfd9af17053de9532a99 |
| 86 | 2026-07-23T04:29:02.639Z | + git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document |
| 87 | 2026-07-23T04:29:02.688Z | Switched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document' |
| 88 | 2026-07-23T04:29:02.691Z | + git reset --hard a51628199c25eda0468ccfd9af17053de9532a99 |
| 89 | 2026-07-23T04:29:02.745Z | HEAD is now at a51628199 lots more updates |
| 90 | 2026-07-23T04:29:02.748Z | process exited: duration 9526 ms, exit code 0 |
| |
| 91 | 2026-07-23T04:29:02.754Z | starting task 4: "build" |
| 92 | 2026-07-23T04:29:02.758Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-23T04:29:02.761Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-23T04:29:02.761Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-23T04:29:02.761Z | +++ uname -s |
| 96 | 2026-07-23T04:29:02.761Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-23T04:29:02.761Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-23T04:29:02.761Z | + cargo --version |
| 99 | 2026-07-23T04:29:02.770Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-23T04:29:02.773Z | + rustc --version |
| 101 | 2026-07-23T04:29:02.794Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-23T04:29:02.797Z | + source ./env.sh |
| 103 | 2026-07-23T04:29:02.797Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-07-23T04:29:02.797Z | ++ set -o xtrace |
| 105 | 2026-07-23T04:29:02.797Z | ++++ dirname ./env.sh |
| 106 | 2026-07-23T04:29:02.812Z | +++ readlink -f . |
| 107 | 2026-07-23T04:29:02.815Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-07-23T04:29:02.815Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-23T04:29:02.815Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-23T04:29:02.816Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-07-23T04:29:02.816Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-07-23T04:29:02.816Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-07-23T04:29:02.816Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-07-23T04:29:02.816Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-07-23T04:29:02.816Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-07-23T04:29:02.816Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-07-23T04:29:02.816Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-07-23T04:29:02.816Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-07-23T04:29:02.816Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-07-23T04:29:02.816Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-07-23T04:29:02.816Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-07-23T04:29:02.816Z | + banner prerequisites |
| 123 | 2026-07-23T04:29:02.819Z | |
| 124 | 2026-07-23T04:29:02.819Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-07-23T04:29:02.819Z | # # # # # # # # # # # # # # # |
| 126 | 2026-07-23T04:29:02.820Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-07-23T04:29:02.820Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-07-23T04:29:02.820Z | # # # # # # # # # # # # # # # |
| 129 | 2026-07-23T04:29:02.820Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-07-23T04:29:02.820Z | |
| 131 | 2026-07-23T04:29:02.820Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-07-23T04:29:05.005Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-07-23T04:29:05.224Z | Startup: Caching catalogs ... Done |
| 134 | 2026-07-23T04:29:06.356Z | Planning: Solver setup ... Done (1.020s) |
| 135 | 2026-07-23T04:29:06.403Z | Planning: Running solver ... Done (0.042s) |
| 136 | 2026-07-23T04:29:06.449Z | Planning: Finding local manifests ... Done (0.012s) |
| 137 | 2026-07-23T04:29:06.449Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-07-23T04:29:06.476Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-07-23T04:29:06.476Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-07-23T04:29:06.476Z | Planning: Merging actions ... Done (0.002s) |
| 141 | 2026-07-23T04:29:06.666Z | Planning: Checking for conflicting actions ... Done (0.202s) |
| 142 | 2026-07-23T04:29:06.676Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-07-23T04:29:07.867Z | Planning: Evaluating mediators ... Done (1.217s) |
| 144 | 2026-07-23T04:29:07.873Z | Planning: Planning completed in 2.61 seconds |
| 145 | 2026-07-23T04:29:07.877Z | Packages to install: 2 |
| 146 | 2026-07-23T04:29:07.878Z | Estimated space available: 156.05 GB |
| 147 | 2026-07-23T04:29:07.878Z | Estimated space to be consumed: 52.23 MB |
| 148 | 2026-07-23T04:29:07.878Z | Create boot environment: No |
| 149 | 2026-07-23T04:29:07.878Z | Create backup boot environment: No |
| 150 | 2026-07-23T04:29:07.878Z | Rebuild boot archive: No |
| 151 | 2026-07-23T04:29:07.878Z | |
| 152 | 2026-07-23T04:29:07.878Z | Changed packages: |
| 153 | 2026-07-23T04:29:07.878Z | helios |
| 154 | 2026-07-23T04:29:07.878Z | developer/build-essential |
| 155 | 2026-07-23T04:29:07.878Z | None -> 11-3.0 |
| 156 | 2026-07-23T04:29:07.879Z | library/libxmlsec1 |
| 157 | 2026-07-23T04:29:07.879Z | None -> 1.2.35-3.0 |
| 158 | 2026-07-23T04:29:07.924Z | |
| 159 | 2026-07-23T04:29:07.924Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-07-23T04:29:08.019Z | Download: Completed 1.28 MB in 0.08 seconds (16.5M/s) |
| 161 | 2026-07-23T04:29:08.078Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-07-23T04:29:08.111Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-07-23T04:29:08.135Z | Finalize: Updating package state database ... Done (0.021s) |
| 164 | 2026-07-23T04:29:08.140Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-07-23T04:29:08.188Z | Finalize: Updating image state ... Done (0.055s) |
| 166 | 2026-07-23T04:29:10.889Z | Finalize: Creating fast lookup database ... Done (2.652s) |
| 167 | 2026-07-23T04:29:10.948Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-07-23T04:29:10.973Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-07-23T04:29:11.102Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-07-23T04:29:11.451Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-07-23T04:29:11.553Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-07-23T04:29:11.591Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-07-23T04:29:11.738Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-07-23T04:29:11.766Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-07-23T04:29:11.766Z | Mediators to change: 2 |
| 176 | 2026-07-23T04:29:11.766Z | Create boot environment: No |
| 177 | 2026-07-23T04:29:11.766Z | Create backup boot environment: No |
| 178 | 2026-07-23T04:29:11.783Z | Finalize: Updating package state database ... Done |
| 179 | 2026-07-23T04:29:11.783Z | Finalize: Updating package cache ... Done |
| 180 | 2026-07-23T04:29:11.791Z | Finalize: Updating image state ... Done |
| 181 | 2026-07-23T04:29:13.746Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-07-23T04:29:13.812Z | Finalize: Reading search index ... Done |
| 183 | 2026-07-23T04:29:13.815Z | Finalize: Updating search index ... Done |
| 184 | 2026-07-23T04:29:13.892Z | Finalize: Updating package cache ... Done |
| 185 | 2026-07-23T04:29:14.180Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-07-23T04:29:14.299Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-07-23T04:29:14.306Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-07-23T04:29:14.446Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-07-23T04:29:14.451Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-07-23T04:29:14.468Z | Mediators to change: 1 |
| 191 | 2026-07-23T04:29:14.468Z | Create boot environment: No |
| 192 | 2026-07-23T04:29:14.468Z | Create backup boot environment: No |
| 193 | 2026-07-23T04:29:14.508Z | Finalize: Updating package state database ... Done |
| 194 | 2026-07-23T04:29:14.508Z | Finalize: Updating package cache ... Done |
| 195 | 2026-07-23T04:29:14.540Z | Finalize: Updating image state ... Done |
| 196 | 2026-07-23T04:29:16.520Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-07-23T04:29:16.584Z | Finalize: Reading search index ... Done |
| 198 | 2026-07-23T04:29:16.587Z | Finalize: Updating search index ... Done |
| 199 | 2026-07-23T04:29:16.645Z | Finalize: Updating package cache ... Done |
| 200 | 2026-07-23T04:29:16.958Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-07-23T04:29:16.958Z | apache system 2.4 system |
| 202 | 2026-07-23T04:29:16.958Z | clang system 15 system |
| 203 | 2026-07-23T04:29:16.958Z | csh system system illumos |
| 204 | 2026-07-23T04:29:16.958Z | ctags system system illumos |
| 205 | 2026-07-23T04:29:16.958Z | file vendor vendor darwinsys |
| 206 | 2026-07-23T04:29:16.958Z | file system system illumos |
| 207 | 2026-07-23T04:29:16.958Z | gcc vendor 14 vendor |
| 208 | 2026-07-23T04:29:16.958Z | gcc system 13 system |
| 209 | 2026-07-23T04:29:16.958Z | gcc system 10 system |
| 210 | 2026-07-23T04:29:16.958Z | go system 1.25 system |
| 211 | 2026-07-23T04:29:16.958Z | llvm system 15 system |
| 212 | 2026-07-23T04:29:16.958Z | mariadb system 11.4 system |
| 213 | 2026-07-23T04:29:16.958Z | mta vendor vendor dma |
| 214 | 2026-07-23T04:29:16.958Z | openjdk system 17 system |
| 215 | 2026-07-23T04:29:16.959Z | openjdk system 11 system |
| 216 | 2026-07-23T04:29:16.959Z | openssl vendor 3 vendor |
| 217 | 2026-07-23T04:29:16.959Z | perl system 5.40 system |
| 218 | 2026-07-23T04:29:16.959Z | postgresql system 18 system |
| 219 | 2026-07-23T04:29:16.959Z | postgresql system 17 system |
| 220 | 2026-07-23T04:29:16.959Z | python vendor 3 vendor |
| 221 | 2026-07-23T04:29:16.959Z | python system 2 system |
| 222 | 2026-07-23T04:29:16.959Z | python3 vendor 3.13 vendor |
| 223 | 2026-07-23T04:29:16.959Z | ruby system 3.4 system |
| 224 | 2026-07-23T04:29:16.959Z | ruby system 3.0 system |
| 225 | 2026-07-23T04:29:16.959Z | words vendor vendor american-english |
| 226 | 2026-07-23T04:29:16.959Z | words system system australian-english |
| 227 | 2026-07-23T04:29:16.959Z | words system system british-english |
| 228 | 2026-07-23T04:29:16.959Z | words system system canadian-english |
| 229 | 2026-07-23T04:29:16.959Z | words system system french |
| 230 | 2026-07-23T04:29:16.959Z | words system system italian |
| 231 | 2026-07-23T04:29:16.959Z | words system system ngerman |
| 232 | 2026-07-23T04:29:16.959Z | words system system ogerman |
| 233 | 2026-07-23T04:29:16.959Z | words system system spanish |
| 234 | 2026-07-23T04:29:17.213Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-07-23T04:29:17.213Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-07-23T04:29:17.615Z | FMRI IFO |
| 237 | 2026-07-23T04:29:17.615Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-07-23T04:29:17.615Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-07-23T04:29:17.615Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-07-23T04:29:17.615Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-07-23T04:29:17.616Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-07-23T04:29:17.616Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-07-23T04:29:17.616Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-07-23T04:29:17.616Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-07-23T04:29:17.616Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-07-23T04:29:17.915Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-07-23T04:29:18.170Z | Updating crates.io index |
| 248 | 2026-07-23T04:29:18.208Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-07-23T04:29:18.426Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-07-23T04:29:18.704Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-07-23T04:29:19.670Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-07-23T04:29:20.157Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-07-23T04:29:22.070Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-07-23T04:29:22.843Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-07-23T04:29:23.074Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-07-23T04:29:23.366Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-07-23T04:29:24.799Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-07-23T04:29:25.066Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-07-23T04:29:25.370Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-07-23T04:29:25.613Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-07-23T04:29:26.032Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-07-23T04:29:26.581Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-07-23T04:29:26.993Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-07-23T04:29:27.255Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-07-23T04:29:27.480Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-07-23T04:29:27.758Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-07-23T04:29:28.171Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-07-23T04:29:28.426Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-07-23T04:29:28.671Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-07-23T04:29:29.054Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-07-23T04:29:29.415Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-07-23T04:29:29.634Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-07-23T04:29:30.157Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-07-23T04:29:30.266Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-07-23T04:29:30.546Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-07-23T04:29:30.820Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-07-23T04:29:31.096Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2026-07-23T04:29:31.315Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-07-23T04:29:31.618Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 280 | 2026-07-23T04:29:31.981Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-07-23T04:29:32.427Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 282 | 2026-07-23T04:29:32.697Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-07-23T04:29:32.965Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-07-23T04:29:33.213Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-07-23T04:29:33.499Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-07-23T04:29:33.760Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-07-23T04:29:33.988Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-07-23T04:29:34.306Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-07-23T04:29:37.219Z | Downloading crates ... |
| 290 | 2026-07-23T04:29:37.282Z | Downloaded fnv v1.0.7 |
| 291 | 2026-07-23T04:29:37.290Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-07-23T04:29:37.295Z | Downloaded cpufeatures v0.2.17 |
| 293 | 2026-07-23T04:29:37.295Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-07-23T04:29:37.301Z | Downloaded digest v0.10.7 |
| 295 | 2026-07-23T04:29:37.304Z | Downloaded bytecount v0.6.9 |
| 296 | 2026-07-23T04:29:37.304Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-07-23T04:29:37.304Z | Downloaded bitflags v2.11.0 |
| 298 | 2026-07-23T04:29:37.304Z | Downloaded version_check v0.9.5 |
| 299 | 2026-07-23T04:29:37.305Z | Downloaded is_terminal_polyfill v1.70.2 |
| 300 | 2026-07-23T04:29:37.309Z | Downloaded zerocopy-derive v0.7.35 |
| 301 | 2026-07-23T04:29:37.314Z | Downloaded zmij v1.0.21 |
| 302 | 2026-07-23T04:29:37.319Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-07-23T04:29:37.322Z | Downloaded pretty-hex v0.4.1 |
| 304 | 2026-07-23T04:29:37.322Z | Downloaded memmap v0.7.0 |
| 305 | 2026-07-23T04:29:37.322Z | Downloaded zerocopy v0.7.35 |
| 306 | 2026-07-23T04:29:37.334Z | Downloaded thiserror-impl v1.0.69 |
| 307 | 2026-07-23T04:29:37.339Z | Downloaded block-buffer v0.10.4 |
| 308 | 2026-07-23T04:29:37.339Z | Downloaded usdt-impl v0.5.0 |
| 309 | 2026-07-23T04:29:37.339Z | Downloaded colorchoice v1.0.4 |
| 310 | 2026-07-23T04:29:37.342Z | Downloaded clap_derive v4.6.1 |
| 311 | 2026-07-23T04:29:37.346Z | Downloaded tabled_derive v0.7.0 |
| 312 | 2026-07-23T04:29:37.346Z | Downloaded log v0.4.29 |
| 313 | 2026-07-23T04:29:37.350Z | Downloaded itoa v1.0.17 |
| 314 | 2026-07-23T04:29:37.353Z | Downloaded crypto-common v0.1.7 |
| 315 | 2026-07-23T04:29:37.356Z | Downloaded fastrand v2.3.0 |
| 316 | 2026-07-23T04:29:37.376Z | Downloaded smawk v0.3.2 |
| 317 | 2026-07-23T04:29:37.376Z | Downloaded scroll v0.12.0 |
| 318 | 2026-07-23T04:29:37.380Z | Downloaded anstream v1.0.0 |
| 319 | 2026-07-23T04:29:37.380Z | Downloaded clap_lex v1.0.0 |
| 320 | 2026-07-23T04:29:37.380Z | Downloaded heck v0.4.1 |
| 321 | 2026-07-23T04:29:37.380Z | Downloaded usdt v0.5.0 |
| 322 | 2026-07-23T04:29:37.380Z | Downloaded ucd-trie v0.1.7 |
| 323 | 2026-07-23T04:29:37.380Z | Downloaded byteorder v1.5.0 |
| 324 | 2026-07-23T04:29:37.380Z | Downloaded proc-macro2 v1.0.106 |
| 325 | 2026-07-23T04:29:37.384Z | Downloaded terminal_size v0.4.3 |
| 326 | 2026-07-23T04:29:37.384Z | Downloaded toml_write v0.1.2 |
| 327 | 2026-07-23T04:29:37.388Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-07-23T04:29:37.388Z | Downloaded macaddr v1.0.1 |
| 329 | 2026-07-23T04:29:37.392Z | Downloaded serde_spanned v0.6.9 |
| 330 | 2026-07-23T04:29:37.392Z | Downloaded cargo-platform v0.3.2 |
| 331 | 2026-07-23T04:29:37.409Z | Downloaded dof v0.3.0 |
| 332 | 2026-07-23T04:29:37.409Z | Downloaded thread-id v4.2.2 |
| 333 | 2026-07-23T04:29:37.413Z | Downloaded heck v0.5.0 |
| 334 | 2026-07-23T04:29:37.413Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-07-23T04:29:37.422Z | Downloaded scroll_derive v0.12.1 |
| 336 | 2026-07-23T04:29:37.431Z | Downloaded errno v0.3.14 |
| 337 | 2026-07-23T04:29:37.431Z | Downloaded cfg-if v1.0.4 |
| 338 | 2026-07-23T04:29:37.435Z | Downloaded camino-tempfile v1.4.1 |
| 339 | 2026-07-23T04:29:37.438Z | Downloaded swrite v0.1.0 |
| 340 | 2026-07-23T04:29:37.438Z | Downloaded proc-macro-error-attr v1.0.4 |
| 341 | 2026-07-23T04:29:37.442Z | Downloaded strsim v0.11.1 |
| 342 | 2026-07-23T04:29:37.445Z | Downloaded plain v0.2.3 |
| 343 | 2026-07-23T04:29:37.445Z | Downloaded textwrap v0.16.2 |
| 344 | 2026-07-23T04:29:37.448Z | Downloaded anyhow v1.0.102 |
| 345 | 2026-07-23T04:29:37.452Z | Downloaded usdt-attr-macro v0.5.0 |
| 346 | 2026-07-23T04:29:37.455Z | Downloaded toml_edit v0.22.27 |
| 347 | 2026-07-23T04:29:37.455Z | Downloaded usdt-macro v0.5.0 |
| 348 | 2026-07-23T04:29:37.461Z | Downloaded toml v0.8.23 |
| 349 | 2026-07-23T04:29:37.464Z | Downloaded quote v1.0.45 |
| 350 | 2026-07-23T04:29:37.467Z | Downloaded thiserror v2.0.18 |
| 351 | 2026-07-23T04:29:37.473Z | Downloaded fs-err v3.3.0 |
| 352 | 2026-07-23T04:29:37.477Z | Downloaded proc-macro-error v1.0.4 |
| 353 | 2026-07-23T04:29:37.477Z | Downloaded camino v1.2.2 |
| 354 | 2026-07-23T04:29:37.480Z | Downloaded cargo_metadata v0.23.1 |
| 355 | 2026-07-23T04:29:37.480Z | Downloaded autocfg v1.5.0 |
| 356 | 2026-07-23T04:29:37.480Z | Downloaded anstyle v1.0.14 |
| 357 | 2026-07-23T04:29:37.483Z | Downloaded once_cell v1.21.3 |
| 358 | 2026-07-23T04:29:37.487Z | Downloaded semver v1.0.28 |
| 359 | 2026-07-23T04:29:37.491Z | Downloaded thiserror v1.0.69 |
| 360 | 2026-07-23T04:29:37.498Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-07-23T04:29:37.498Z | Downloaded serde_derive v1.0.228 |
| 362 | 2026-07-23T04:29:37.498Z | Downloaded dtrace-parser v0.2.0 |
| 363 | 2026-07-23T04:29:37.507Z | Downloaded anstyle-parse v1.0.0 |
| 364 | 2026-07-23T04:29:37.512Z | Downloaded cargo_toml v0.21.0 |
| 365 | 2026-07-23T04:29:37.515Z | Downloaded sha2 v0.10.9 |
| 366 | 2026-07-23T04:29:37.518Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-07-23T04:29:37.521Z | Downloaded getrandom v0.4.1 |
| 368 | 2026-07-23T04:29:37.524Z | Downloaded serde_tokenstream v0.2.3 |
| 369 | 2026-07-23T04:29:37.525Z | Downloaded tempfile v3.25.0 |
| 370 | 2026-07-23T04:29:37.525Z | Downloaded clap v4.6.1 |
| 371 | 2026-07-23T04:29:37.529Z | Downloaded pest_generator v2.8.6 |
| 372 | 2026-07-23T04:29:37.539Z | Downloaded papergrid v0.11.0 |
| 373 | 2026-07-23T04:29:37.543Z | Downloaded unicode-ident v1.0.24 |
| 374 | 2026-07-23T04:29:37.543Z | Downloaded pest_derive v2.8.6 |
| 375 | 2026-07-23T04:29:37.546Z | Downloaded serde v1.0.228 |
| 376 | 2026-07-23T04:29:37.562Z | Downloaded memchr v2.8.0 |
| 377 | 2026-07-23T04:29:37.573Z | Downloaded pest v2.8.6 |
| 378 | 2026-07-23T04:29:37.577Z | Downloaded indexmap v2.14.0 |
| 379 | 2026-07-23T04:29:37.590Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-07-23T04:29:37.614Z | Downloaded typenum v1.20.1 |
| 381 | 2026-07-23T04:29:37.655Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-07-23T04:29:37.658Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-07-23T04:29:37.664Z | Downloaded serde_json v1.0.150 |
| 384 | 2026-07-23T04:29:37.673Z | Downloaded winnow v0.7.14 |
| 385 | 2026-07-23T04:29:37.680Z | Downloaded goblin v0.8.2 |
| 386 | 2026-07-23T04:29:37.699Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-23T04:29:37.708Z | Downloaded tabled v0.15.0 |
| 388 | 2026-07-23T04:29:37.715Z | Downloaded syn v2.0.117 |
| 389 | 2026-07-23T04:29:37.720Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-07-23T04:29:37.723Z | Downloaded unicode-width v0.1.14 |
| 391 | 2026-07-23T04:29:37.731Z | Downloaded rustix v1.1.3 |
| 392 | 2026-07-23T04:29:37.773Z | Downloaded libc v0.2.185 |
| 393 | 2026-07-23T04:29:37.835Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-07-23T04:29:37.835Z | Compiling quote v1.0.45 |
| 395 | 2026-07-23T04:29:37.835Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-07-23T04:29:37.835Z | Compiling serde_core v1.0.228 |
| 397 | 2026-07-23T04:29:37.838Z | Compiling libc v0.2.185 |
| 398 | 2026-07-23T04:29:37.838Z | Compiling version_check v0.9.5 |
| 399 | 2026-07-23T04:29:37.838Z | Compiling memchr v2.8.0 |
| 400 | 2026-07-23T04:29:37.838Z | Compiling serde v1.0.228 |
| 401 | 2026-07-23T04:29:38.155Z | Compiling zmij v1.0.21 |
| 402 | 2026-07-23T04:29:38.386Z | Compiling thiserror v1.0.69 |
| 403 | 2026-07-23T04:29:38.646Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-07-23T04:29:38.690Z | Compiling itoa v1.0.17 |
| 405 | 2026-07-23T04:29:38.905Z | Compiling pest v2.8.6 |
| 406 | 2026-07-23T04:29:38.938Z | Compiling rustix v1.1.3 |
| 407 | 2026-07-23T04:29:38.944Z | Compiling byteorder v1.5.0 |
| 408 | 2026-07-23T04:29:39.005Z | Compiling errno v0.3.14 |
| 409 | 2026-07-23T04:29:39.155Z | Compiling bitflags v2.11.0 |
| 410 | 2026-07-23T04:29:39.174Z | Compiling serde_json v1.0.150 |
| 411 | 2026-07-23T04:29:39.418Z | Compiling thread-id v4.2.2 |
| 412 | 2026-07-23T04:29:39.500Z | Compiling syn v2.0.117 |
| 413 | 2026-07-23T04:29:39.517Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-07-23T04:29:39.550Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-07-23T04:29:39.621Z | Compiling camino v1.2.2 |
| 416 | 2026-07-23T04:29:39.726Z | Compiling syn v1.0.109 |
| 417 | 2026-07-23T04:29:39.933Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2026-07-23T04:29:39.956Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-07-23T04:29:40.131Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-07-23T04:29:40.153Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-07-23T04:29:40.171Z | Compiling log v0.4.29 |
| 422 | 2026-07-23T04:29:40.243Z | Compiling getrandom v0.4.1 |
| 423 | 2026-07-23T04:29:40.359Z | Compiling plain v0.2.3 |
| 424 | 2026-07-23T04:29:40.519Z | Compiling equivalent v1.0.2 |
| 425 | 2026-07-23T04:29:40.650Z | Compiling indexmap v2.14.0 |
| 426 | 2026-07-23T04:29:40.670Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-07-23T04:29:40.808Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-07-23T04:29:41.238Z | Compiling toml_write v0.1.2 |
| 429 | 2026-07-23T04:29:41.258Z | Compiling thiserror v2.0.18 |
| 430 | 2026-07-23T04:29:41.433Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-07-23T04:29:41.464Z | Compiling autocfg v1.5.0 |
| 432 | 2026-07-23T04:29:41.479Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-07-23T04:29:41.550Z | Compiling anstyle v1.0.14 |
| 434 | 2026-07-23T04:29:41.553Z | Compiling winnow v0.7.14 |
| 435 | 2026-07-23T04:29:41.586Z | Compiling anstyle-query v1.1.5 |
| 436 | 2026-07-23T04:29:41.605Z | Compiling pretty-hex v0.4.1 |
| 437 | 2026-07-23T04:29:41.743Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-23T04:29:41.768Z | Compiling is_terminal_polyfill v1.70.2 |
| 439 | 2026-07-23T04:29:41.869Z | Compiling anstream v1.0.0 |
| 440 | 2026-07-23T04:29:41.960Z | Compiling fs-err v3.3.0 |
| 441 | 2026-07-23T04:29:42.003Z | Compiling once_cell v1.21.3 |
| 442 | 2026-07-23T04:29:42.168Z | Compiling heck v0.5.0 |
| 443 | 2026-07-23T04:29:42.188Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-07-23T04:29:42.218Z | Compiling strsim v0.11.1 |
| 445 | 2026-07-23T04:29:42.415Z | Compiling fnv v1.0.7 |
| 446 | 2026-07-23T04:29:42.473Z | Compiling anyhow v1.0.102 |
| 447 | 2026-07-23T04:29:42.473Z | Compiling fastrand v2.3.0 |
| 448 | 2026-07-23T04:29:42.513Z | Compiling unicode-width v0.1.14 |
| 449 | 2026-07-23T04:29:42.541Z | Compiling bytecount v0.6.9 |
| 450 | 2026-07-23T04:29:42.603Z | Compiling heck v0.4.1 |
| 451 | 2026-07-23T04:29:42.676Z | Compiling tempfile v3.25.0 |
| 452 | 2026-07-23T04:29:42.735Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-23T04:29:42.784Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-07-23T04:29:42.940Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-07-23T04:29:42.963Z | Compiling semver v1.0.28 |
| 456 | 2026-07-23T04:29:43.017Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-07-23T04:29:43.049Z | Compiling memmap v0.7.0 |
| 458 | 2026-07-23T04:29:43.166Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-07-23T04:29:43.188Z | Compiling unicode-width v0.2.0 |
| 460 | 2026-07-23T04:29:43.220Z | Compiling smawk v0.3.2 |
| 461 | 2026-07-23T04:29:43.416Z | Compiling textwrap v0.16.2 |
| 462 | 2026-07-23T04:29:43.491Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-07-23T04:29:43.511Z | Compiling thiserror-impl v1.0.69 |
| 464 | 2026-07-23T04:29:43.639Z | Compiling zerocopy-derive v0.7.35 |
| 465 | 2026-07-23T04:29:43.657Z | Compiling pest_derive v2.8.6 |
| 466 | 2026-07-23T04:29:43.853Z | Compiling scroll_derive v0.12.1 |
| 467 | 2026-07-23T04:29:43.941Z | Compiling thiserror-impl v2.0.18 |
| 468 | 2026-07-23T04:29:44.124Z | Compiling clap_derive v4.6.1 |
| 469 | 2026-07-23T04:29:44.133Z | Compiling tabled v0.15.0 |
| 470 | 2026-07-23T04:29:44.490Z | Compiling zerocopy v0.7.35 |
| 471 | 2026-07-23T04:29:44.536Z | Compiling scroll v0.12.0 |
| 472 | 2026-07-23T04:29:44.811Z | Compiling goblin v0.8.2 |
| 473 | 2026-07-23T04:29:44.853Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2026-07-23T04:29:45.042Z | Compiling camino-tempfile v1.4.1 |
| 475 | 2026-07-23T04:29:45.274Z | Compiling swrite v0.1.0 |
| 476 | 2026-07-23T04:29:45.835Z | Compiling clap v4.6.1 |
| 477 | 2026-07-23T04:29:46.446Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-07-23T04:29:46.446Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-07-23T04:29:46.446Z | Compiling cargo_metadata v0.23.1 |
| 480 | 2026-07-23T04:29:46.455Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-07-23T04:29:46.456Z | Compiling macaddr v1.0.1 |
| 482 | 2026-07-23T04:29:46.538Z | Compiling dof v0.3.0 |
| 483 | 2026-07-23T04:29:46.549Z | Compiling serde_tokenstream v0.2.3 |
| 484 | 2026-07-23T04:29:46.690Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-07-23T04:29:47.320Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2026-07-23T04:29:47.321Z | Compiling usdt-macro v0.5.0 |
| 487 | 2026-07-23T04:29:47.942Z | Compiling usdt v0.5.0 |
| 488 | 2026-07-23T04:29:48.044Z | Compiling toml v0.8.23 |
| 489 | 2026-07-23T04:29:48.365Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-07-23T04:29:49.618Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-07-23T04:29:51.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s |
| 492 | 2026-07-23T04:29:51.873Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-07-23T04:29:52.342Z | Downloading crates ... |
| 494 | 2026-07-23T04:29:52.433Z | Downloaded assert_matches v1.5.0 |
| 495 | 2026-07-23T04:29:52.446Z | Downloaded arrayref v0.3.9 |
| 496 | 2026-07-23T04:29:52.446Z | Downloaded adler2 v2.0.1 |
| 497 | 2026-07-23T04:29:52.446Z | Downloaded array-init v0.0.4 |
| 498 | 2026-07-23T04:29:52.465Z | Downloaded block-padding v0.4.2 |
| 499 | 2026-07-23T04:29:52.465Z | Downloaded cobs v0.3.0 |
| 500 | 2026-07-23T04:29:52.465Z | Downloaded async-trait v0.1.89 |
| 501 | 2026-07-23T04:29:52.465Z | Downloaded argon2 v0.5.3 |
| 502 | 2026-07-23T04:29:52.465Z | Downloaded anstream v0.6.21 |
| 503 | 2026-07-23T04:29:52.466Z | Downloaded base64ct v1.8.3 |
| 504 | 2026-07-23T04:29:52.466Z | Downloaded ascii-canvas v3.0.0 |
| 505 | 2026-07-23T04:29:52.466Z | Downloaded cbc v0.2.1 |
| 506 | 2026-07-23T04:29:52.466Z | Downloaded arrayvec v0.7.6 |
| 507 | 2026-07-23T04:29:52.474Z | Downloaded bb8 v0.8.6 |
| 508 | 2026-07-23T04:29:52.474Z | Downloaded allocator-api2 v0.2.21 |
| 509 | 2026-07-23T04:29:52.474Z | Downloaded crc v3.4.0 |
| 510 | 2026-07-23T04:29:52.474Z | Downloaded cstr-argument v0.1.2 |
| 511 | 2026-07-23T04:29:52.474Z | Downloaded defmt-parser v1.0.0 |
| 512 | 2026-07-23T04:29:52.474Z | Downloaded base16ct v0.2.0 |
| 513 | 2026-07-23T04:29:52.474Z | Downloaded dunce v1.0.5 |
| 514 | 2026-07-23T04:29:52.474Z | Downloaded compact_str v0.8.1 |
| 515 | 2026-07-23T04:29:52.474Z | Downloaded crc-catalog v2.4.0 |
| 516 | 2026-07-23T04:29:52.475Z | Downloaded darling_macro v0.20.11 |
| 517 | 2026-07-23T04:29:52.529Z | Downloaded crc8 v0.1.1 |
| 518 | 2026-07-23T04:29:52.529Z | Downloaded backon v1.6.0 |
| 519 | 2026-07-23T04:29:52.529Z | Downloaded argon2 v0.6.0-rc.8 |
| 520 | 2026-07-23T04:29:52.529Z | Downloaded dirs-next v2.0.0 |
| 521 | 2026-07-23T04:29:52.529Z | Downloaded arc-swap v1.8.2 |
| 522 | 2026-07-23T04:29:52.529Z | Downloaded darling_macro v0.13.4 |
| 523 | 2026-07-23T04:29:52.529Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 524 | 2026-07-23T04:29:52.530Z | Downloaded ahash v0.8.12 |
| 525 | 2026-07-23T04:29:52.530Z | Downloaded convert_case v0.4.0 |
| 526 | 2026-07-23T04:29:52.530Z | Downloaded debug-ignore v1.0.5 |
| 527 | 2026-07-23T04:29:52.530Z | Downloaded darling_macro v0.23.0 |
| 528 | 2026-07-23T04:29:52.531Z | Downloaded async-recursion v1.1.1 |
| 529 | 2026-07-23T04:29:52.531Z | Downloaded crossbeam-deque v0.8.6 |
| 530 | 2026-07-23T04:29:52.562Z | Downloaded cpufeatures v0.3.0 |
| 531 | 2026-07-23T04:29:52.562Z | Downloaded derive_builder_macro v0.20.2 |
| 532 | 2026-07-23T04:29:52.562Z | Downloaded defmt v0.3.100 |
| 533 | 2026-07-23T04:29:52.562Z | Downloaded convert_case v0.10.0 |
| 534 | 2026-07-23T04:29:52.562Z | Downloaded bitfield-macros v0.19.4 |
| 535 | 2026-07-23T04:29:52.562Z | Downloaded async-stream v0.3.6 |
| 536 | 2026-07-23T04:29:52.562Z | Downloaded atomic-waker v1.1.2 |
| 537 | 2026-07-23T04:29:52.563Z | Downloaded critical-section v1.2.0 |
| 538 | 2026-07-23T04:29:52.563Z | Downloaded cookie v0.18.1 |
| 539 | 2026-07-23T04:29:52.565Z | Downloaded backoff v0.4.0 |
| 540 | 2026-07-23T04:29:52.566Z | Downloaded async-stream-impl v0.3.6 |
| 541 | 2026-07-23T04:29:52.566Z | Downloaded aead v0.6.1 |
| 542 | 2026-07-23T04:29:52.566Z | Downloaded base16ct v1.0.0 |
| 543 | 2026-07-23T04:29:52.566Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 544 | 2026-07-23T04:29:52.566Z | Downloaded crunchy v0.2.4 |
| 545 | 2026-07-23T04:29:52.566Z | Downloaded bit-set v0.5.3 |
| 546 | 2026-07-23T04:29:52.566Z | Downloaded ciborium-io v0.2.2 |
| 547 | 2026-07-23T04:29:52.566Z | Downloaded atomicwrites v0.4.4 |
| 548 | 2026-07-23T04:29:52.566Z | Downloaded ctr v0.10.1 |
| 549 | 2026-07-23T04:29:52.566Z | Downloaded corncobs v0.1.4 |
| 550 | 2026-07-23T04:29:52.566Z | Downloaded cfg_aliases v0.1.1 |
| 551 | 2026-07-23T04:29:52.567Z | Downloaded endian-type v0.1.2 |
| 552 | 2026-07-23T04:29:52.567Z | Downloaded castaway v0.2.4 |
| 553 | 2026-07-23T04:29:52.567Z | Downloaded dyn-clone v1.0.20 |
| 554 | 2026-07-23T04:29:52.567Z | Downloaded crypto-common v0.2.2 |
| 555 | 2026-07-23T04:29:52.567Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 556 | 2026-07-23T04:29:52.567Z | Downloaded block-buffer v0.12.1 |
| 557 | 2026-07-23T04:29:52.567Z | Downloaded atty v0.2.14 |
| 558 | 2026-07-23T04:29:52.567Z | Downloaded data-encoding v2.10.0 |
| 559 | 2026-07-23T04:29:52.567Z | Downloaded darling_macro v0.21.3 |
| 560 | 2026-07-23T04:29:52.567Z | Downloaded crucible-workspace-hack v0.1.0 |
| 561 | 2026-07-23T04:29:52.567Z | Downloaded cfg_aliases v0.2.1 |
| 562 | 2026-07-23T04:29:52.600Z | Downloaded darling v0.21.3 |
| 563 | 2026-07-23T04:29:52.600Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 564 | 2026-07-23T04:29:52.600Z | Downloaded downcast-rs v2.0.2 |
| 565 | 2026-07-23T04:29:52.600Z | Downloaded bitfield-struct v0.6.2 |
| 566 | 2026-07-23T04:29:52.600Z | Downloaded ciborium-ll v0.2.2 |
| 567 | 2026-07-23T04:29:52.600Z | Downloaded dtrace-parser v0.3.0 |
| 568 | 2026-07-23T04:29:52.600Z | Downloaded dirs-sys-next v0.1.2 |
| 569 | 2026-07-23T04:29:52.601Z | Downloaded document-features v0.2.12 |
| 570 | 2026-07-23T04:29:52.601Z | Downloaded difflib v0.4.0 |
| 571 | 2026-07-23T04:29:52.601Z | Downloaded embedded-io v0.4.0 |
| 572 | 2026-07-23T04:29:52.601Z | Downloaded cpubits v0.1.1 |
| 573 | 2026-07-23T04:29:52.601Z | Downloaded display-error-chain v0.2.2 |
| 574 | 2026-07-23T04:29:52.601Z | Downloaded cmov v0.5.4 |
| 575 | 2026-07-23T04:29:52.601Z | Downloaded csv-core v0.1.13 |
| 576 | 2026-07-23T04:29:52.601Z | Downloaded bcs v0.1.6 |
| 577 | 2026-07-23T04:29:52.601Z | Downloaded bitflags v1.3.2 |
| 578 | 2026-07-23T04:29:52.601Z | Downloaded bitfield v0.19.4 |
| 579 | 2026-07-23T04:29:52.601Z | Downloaded bit-vec v0.8.0 |
| 580 | 2026-07-23T04:29:52.601Z | Downloaded bit-set v0.8.0 |
| 581 | 2026-07-23T04:29:52.601Z | Downloaded env_filter v1.0.0 |
| 582 | 2026-07-23T04:29:52.601Z | Downloaded cookie_store v0.22.1 |
| 583 | 2026-07-23T04:29:52.601Z | Downloaded enum-as-inner v0.6.1 |
| 584 | 2026-07-23T04:29:52.601Z | Downloaded embedded-io v0.6.1 |
| 585 | 2026-07-23T04:29:52.601Z | Downloaded ed25519 v3.0.0 |
| 586 | 2026-07-23T04:29:52.601Z | Downloaded dsl_auto_type v0.2.0 |
| 587 | 2026-07-23T04:29:52.601Z | Downloaded dof v0.4.0 |
| 588 | 2026-07-23T04:29:52.601Z | Downloaded derive-ex v0.1.8 |
| 589 | 2026-07-23T04:29:52.628Z | Downloaded daft v0.1.7 |
| 590 | 2026-07-23T04:29:52.628Z | Downloaded compression-core v0.4.31 |
| 591 | 2026-07-23T04:29:52.628Z | Downloaded blake2 v0.10.6 |
| 592 | 2026-07-23T04:29:52.628Z | Downloaded float-ord v0.3.2 |
| 593 | 2026-07-23T04:29:52.629Z | Downloaded digest-io v0.1.0 |
| 594 | 2026-07-23T04:29:52.629Z | Downloaded funty v2.0.0 |
| 595 | 2026-07-23T04:29:52.629Z | Downloaded foreign-types v0.3.2 |
| 596 | 2026-07-23T04:29:52.629Z | Downloaded daft-derive v0.1.7 |
| 597 | 2026-07-23T04:29:52.629Z | Downloaded anstyle-parse v0.2.7 |
| 598 | 2026-07-23T04:29:52.629Z | Downloaded aho-corasick v1.1.4 |
| 599 | 2026-07-23T04:29:52.629Z | Downloaded darling v0.20.11 |
| 600 | 2026-07-23T04:29:52.629Z | Downloaded const_format_proc_macros v0.2.34 |
| 601 | 2026-07-23T04:29:52.629Z | Downloaded compression-codecs v0.4.37 |
| 602 | 2026-07-23T04:29:52.629Z | Downloaded buf-list v1.1.2 |
| 603 | 2026-07-23T04:29:52.629Z | Downloaded crc-any v2.5.0 |
| 604 | 2026-07-23T04:29:52.645Z | Downloaded cipher v0.5.2 |
| 605 | 2026-07-23T04:29:52.645Z | Downloaded cassowary v0.3.0 |
| 606 | 2026-07-23T04:29:52.645Z | Downloaded crossbeam-epoch v0.9.18 |
| 607 | 2026-07-23T04:29:52.645Z | Downloaded float-cmp v0.10.0 |
| 608 | 2026-07-23T04:29:52.645Z | Downloaded form_urlencoded v1.2.2 |
| 609 | 2026-07-23T04:29:52.645Z | Downloaded foreign-types-shared v0.1.1 |
| 610 | 2026-07-23T04:29:52.646Z | Downloaded flagset v0.4.7 |
| 611 | 2026-07-23T04:29:52.646Z | Downloaded constant_time_eq v0.4.2 |
| 612 | 2026-07-23T04:29:52.646Z | Downloaded cmake v0.1.57 |
| 613 | 2026-07-23T04:29:52.646Z | Downloaded camino-tempfile-ext v0.3.3 |
| 614 | 2026-07-23T04:29:52.646Z | Downloaded futures-io v0.3.32 |
| 615 | 2026-07-23T04:29:52.646Z | Downloaded fxhash v0.2.1 |
| 616 | 2026-07-23T04:29:52.646Z | Downloaded futures-core v0.3.32 |
| 617 | 2026-07-23T04:29:52.646Z | Downloaded chacha20 v0.9.1 |
| 618 | 2026-07-23T04:29:52.646Z | Downloaded foreign-types-macros v0.2.3 |
| 619 | 2026-07-23T04:29:52.646Z | Downloaded gethostname v0.5.0 |
| 620 | 2026-07-23T04:29:52.646Z | Downloaded foreign-types v0.5.0 |
| 621 | 2026-07-23T04:29:52.646Z | Downloaded fixedbitset v0.4.2 |
| 622 | 2026-07-23T04:29:52.646Z | Downloaded ghash v0.6.0 |
| 623 | 2026-07-23T04:29:52.646Z | Downloaded cexpr v0.6.0 |
| 624 | 2026-07-23T04:29:52.647Z | Downloaded ciborium v0.2.2 |
| 625 | 2026-07-23T04:29:52.647Z | Downloaded foreign-types-shared v0.3.1 |
| 626 | 2026-07-23T04:29:52.647Z | Downloaded futures-task v0.3.32 |
| 627 | 2026-07-23T04:29:52.648Z | Downloaded either v1.15.0 |
| 628 | 2026-07-23T04:29:52.648Z | Downloaded git-stub v1.0.0 |
| 629 | 2026-07-23T04:29:52.648Z | Downloaded hash32 v0.3.1 |
| 630 | 2026-07-23T04:29:52.648Z | Downloaded hash32 v0.2.1 |
| 631 | 2026-07-23T04:29:52.648Z | Downloaded ena v0.14.4 |
| 632 | 2026-07-23T04:29:52.648Z | Downloaded defmt-macros v1.0.1 |
| 633 | 2026-07-23T04:29:52.664Z | Downloaded fd-lock v4.0.4 |
| 634 | 2026-07-23T04:29:52.664Z | Downloaded foldhash v0.2.0 |
| 635 | 2026-07-23T04:29:52.664Z | Downloaded globwalk v0.9.1 |
| 636 | 2026-07-23T04:29:52.664Z | Downloaded fallible-iterator v0.2.0 |
| 637 | 2026-07-23T04:29:52.664Z | Downloaded erased-serde v0.3.31 |
| 638 | 2026-07-23T04:29:52.664Z | Downloaded enum_dispatch v0.3.13 |
| 639 | 2026-07-23T04:29:52.664Z | Downloaded diff v0.1.13 |
| 640 | 2026-07-23T04:29:52.664Z | Downloaded headers-core v0.3.0 |
| 641 | 2026-07-23T04:29:52.665Z | Downloaded ed25519 v2.2.3 |
| 642 | 2026-07-23T04:29:52.665Z | Downloaded find-msvc-tools v0.1.9 |
| 643 | 2026-07-23T04:29:52.665Z | Downloaded ecdsa v0.16.9 |
| 644 | 2026-07-23T04:29:52.665Z | Downloaded derive_builder v0.20.2 |
| 645 | 2026-07-23T04:29:52.678Z | Downloaded fixedbitset v0.5.7 |
| 646 | 2026-07-23T04:29:52.678Z | Downloaded fs-err v2.11.0 |
| 647 | 2026-07-23T04:29:52.678Z | Downloaded clang-sys v1.8.1 |
| 648 | 2026-07-23T04:29:52.678Z | Downloaded blake2 v0.11.0-rc.6 |
| 649 | 2026-07-23T04:29:52.678Z | Downloaded hex-literal v1.1.0 |
| 650 | 2026-07-23T04:29:52.678Z | Downloaded hex v0.4.3 |
| 651 | 2026-07-23T04:29:52.678Z | Downloaded home v0.5.12 |
| 652 | 2026-07-23T04:29:52.678Z | Downloaded crypto-bigint v0.5.5 |
| 653 | 2026-07-23T04:29:52.678Z | Downloaded des v0.9.0 |
| 654 | 2026-07-23T04:29:52.678Z | Downloaded const-oid v0.9.6 |
| 655 | 2026-07-23T04:29:52.678Z | Downloaded bzip2 v0.4.4 |
| 656 | 2026-07-23T04:29:52.709Z | Downloaded colored v2.2.0 |
| 657 | 2026-07-23T04:29:52.710Z | Downloaded console v0.15.11 |
| 658 | 2026-07-23T04:29:52.710Z | Downloaded ar_archive_writer v0.5.1 |
| 659 | 2026-07-23T04:29:52.710Z | Downloaded hubpack_derive v0.1.1 |
| 660 | 2026-07-23T04:29:52.710Z | Downloaded http-range v0.1.5 |
| 661 | 2026-07-23T04:29:52.710Z | Downloaded http-body v1.0.1 |
| 662 | 2026-07-23T04:29:52.710Z | Downloaded httpdate v1.0.3 |
| 663 | 2026-07-23T04:29:52.710Z | Downloaded ecdsa v0.17.0-rc.18 |
| 664 | 2026-07-23T04:29:52.710Z | Downloaded hostname v0.3.1 |
| 665 | 2026-07-23T04:29:52.710Z | Downloaded ff v0.14.0 |
| 666 | 2026-07-23T04:29:52.710Z | Downloaded futures-executor v0.3.32 |
| 667 | 2026-07-23T04:29:52.710Z | Downloaded hostname v0.4.2 |
| 668 | 2026-07-23T04:29:52.710Z | Downloaded digest v0.11.3 |
| 669 | 2026-07-23T04:29:52.710Z | Downloaded group v0.13.0 |
| 670 | 2026-07-23T04:29:52.710Z | Downloaded hubpack v0.1.2 |
| 671 | 2026-07-23T04:29:52.710Z | Downloaded glob v0.3.3 |
| 672 | 2026-07-23T04:29:52.752Z | Downloaded hyper-tls v0.6.0 |
| 673 | 2026-07-23T04:29:52.753Z | Downloaded group v0.14.0 |
| 674 | 2026-07-23T04:29:52.753Z | Downloaded env_logger v0.11.9 |
| 675 | 2026-07-23T04:29:52.753Z | Downloaded derive-where v1.6.0 |
| 676 | 2026-07-23T04:29:52.753Z | Downloaded git-stub-vcs v0.1.0 |
| 677 | 2026-07-23T04:29:52.753Z | Downloaded ff v0.13.1 |
| 678 | 2026-07-23T04:29:52.753Z | Downloaded globset v0.4.18 |
| 679 | 2026-07-23T04:29:52.753Z | Downloaded darling_core v0.13.4 |
| 680 | 2026-07-23T04:29:52.753Z | Downloaded deranged v0.5.8 |
| 681 | 2026-07-23T04:29:52.753Z | Downloaded darling v0.23.0 |
| 682 | 2026-07-23T04:29:52.753Z | Downloaded inout v0.1.4 |
| 683 | 2026-07-23T04:29:52.753Z | Downloaded indent_write v2.2.0 |
| 684 | 2026-07-23T04:29:52.753Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 685 | 2026-07-23T04:29:52.753Z | Downloaded console v0.16.2 |
| 686 | 2026-07-23T04:29:52.753Z | Downloaded chacha20 v0.10.0 |
| 687 | 2026-07-23T04:29:52.753Z | Downloaded derive_builder_core v0.20.2 |
| 688 | 2026-07-23T04:29:52.753Z | Downloaded crossbeam-channel v0.5.15 |
| 689 | 2026-07-23T04:29:52.753Z | Downloaded filetime v0.2.27 |
| 690 | 2026-07-23T04:29:52.770Z | Downloaded der_derive v0.7.3 |
| 691 | 2026-07-23T04:29:52.770Z | Downloaded delegate v0.13.5 |
| 692 | 2026-07-23T04:29:52.770Z | Downloaded idna_adapter v1.2.1 |
| 693 | 2026-07-23T04:29:52.771Z | Downloaded base64 v0.21.7 |
| 694 | 2026-07-23T04:29:52.771Z | Downloaded instability v0.3.11 |
| 695 | 2026-07-23T04:29:52.771Z | Downloaded internet-checksum v0.2.1 |
| 696 | 2026-07-23T04:29:52.771Z | Downloaded instant v0.1.13 |
| 697 | 2026-07-23T04:29:52.771Z | Downloaded indoc v1.0.9 |
| 698 | 2026-07-23T04:29:52.771Z | Downloaded kem v0.3.0 |
| 699 | 2026-07-23T04:29:52.771Z | Downloaded cancel-safe-futures v0.1.5 |
| 700 | 2026-07-23T04:29:52.772Z | Downloaded colored v3.1.1 |
| 701 | 2026-07-23T04:29:52.772Z | Downloaded cipher v0.4.4 |
| 702 | 2026-07-23T04:29:52.772Z | Downloaded async-bb8-diesel v0.2.1 |
| 703 | 2026-07-23T04:29:52.772Z | Downloaded ctutils v0.4.2 |
| 704 | 2026-07-23T04:29:52.772Z | Downloaded displaydoc v0.2.5 |
| 705 | 2026-07-23T04:29:52.772Z | Downloaded is-terminal v0.4.17 |
| 706 | 2026-07-23T04:29:52.772Z | Downloaded inout v0.2.2 |
| 707 | 2026-07-23T04:29:52.772Z | Downloaded illumos-nvpair v0.3.0 |
| 708 | 2026-07-23T04:29:52.772Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-07-23T04:29:52.772Z | Downloaded humantime v2.3.0 |
| 710 | 2026-07-23T04:29:52.772Z | Downloaded futures-channel v0.3.32 |
| 711 | 2026-07-23T04:29:52.772Z | Downloaded base64 v0.22.1 |
| 712 | 2026-07-23T04:29:52.772Z | Downloaded is_ci v1.2.0 |
| 713 | 2026-07-23T04:29:52.772Z | Downloaded http-body-util v0.1.3 |
| 714 | 2026-07-23T04:29:52.772Z | Downloaded keccak v0.1.6 |
| 715 | 2026-07-23T04:29:52.772Z | Downloaded foldhash v0.1.5 |
| 716 | 2026-07-23T04:29:52.772Z | Downloaded highway v1.3.0 |
| 717 | 2026-07-23T04:29:52.772Z | Downloaded fs_extra v1.3.0 |
| 718 | 2026-07-23T04:29:52.772Z | Downloaded diesel-dtrace v0.5.0 |
| 719 | 2026-07-23T04:29:52.772Z | Downloaded bzip2 v0.6.1 |
| 720 | 2026-07-23T04:29:52.772Z | Downloaded linked-hash-map v0.5.6 |
| 721 | 2026-07-23T04:29:52.772Z | Downloaded darling v0.13.4 |
| 722 | 2026-07-23T04:29:52.772Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 723 | 2026-07-23T04:29:52.773Z | Downloaded libscf-sys v1.1.0 |
| 724 | 2026-07-23T04:29:52.790Z | Downloaded lazy_static v1.5.0 |
| 725 | 2026-07-23T04:29:52.790Z | Downloaded lalrpop-util v0.19.12 |
| 726 | 2026-07-23T04:29:52.790Z | Downloaded derive_more v0.99.20 |
| 727 | 2026-07-23T04:29:52.790Z | Downloaded lru v0.12.5 |
| 728 | 2026-07-23T04:29:52.790Z | Downloaded maplit v1.0.2 |
| 729 | 2026-07-23T04:29:52.790Z | Downloaded md5 v0.8.0 |
| 730 | 2026-07-23T04:29:52.790Z | Downloaded lzss v0.8.2 |
| 731 | 2026-07-23T04:29:52.790Z | Downloaded lru-slab v0.1.2 |
| 732 | 2026-07-23T04:29:52.790Z | Downloaded getrandom v0.2.17 |
| 733 | 2026-07-23T04:29:52.790Z | Downloaded drift v0.2.0 |
| 734 | 2026-07-23T04:29:52.790Z | Downloaded managed v0.8.0 |
| 735 | 2026-07-23T04:29:52.790Z | Downloaded ingot-types v0.1.2 |
| 736 | 2026-07-23T04:29:52.791Z | Downloaded maybe-uninit v2.0.0 |
| 737 | 2026-07-23T04:29:52.817Z | Downloaded kstat-rs v0.2.4 |
| 738 | 2026-07-23T04:29:52.817Z | Downloaded memoffset v0.9.1 |
| 739 | 2026-07-23T04:29:52.817Z | Downloaded indoc v2.0.7 |
| 740 | 2026-07-23T04:29:52.817Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 741 | 2026-07-23T04:29:52.817Z | Downloaded crossbeam-utils v0.8.21 |
| 742 | 2026-07-23T04:29:52.817Z | Downloaded mime v0.3.17 |
| 743 | 2026-07-23T04:29:52.817Z | Downloaded md-5 v0.10.6 |
| 744 | 2026-07-23T04:29:52.818Z | Downloaded lru-cache v0.1.2 |
| 745 | 2026-07-23T04:29:52.818Z | Downloaded diesel_derives v2.3.7 |
| 746 | 2026-07-23T04:29:52.818Z | Downloaded hyper-staticfile v0.10.1 |
| 747 | 2026-07-23T04:29:52.818Z | Downloaded ipnet v2.11.0 |
| 748 | 2026-07-23T04:29:52.818Z | Downloaded fatfs v0.3.6 |
| 749 | 2026-07-23T04:29:52.818Z | Downloaded ed25519-dalek v2.2.0 |
| 750 | 2026-07-23T04:29:52.836Z | Downloaded hmac v0.12.1 |
| 751 | 2026-07-23T04:29:52.837Z | Downloaded darling_core v0.23.0 |
| 752 | 2026-07-23T04:29:52.837Z | Downloaded newtype-uuid-macros v0.1.0 |
| 753 | 2026-07-23T04:29:52.837Z | Downloaded new_debug_unreachable v1.0.6 |
| 754 | 2026-07-23T04:29:52.837Z | Downloaded const_format v0.2.35 |
| 755 | 2026-07-23T04:29:52.837Z | Downloaded nodrop v0.1.14 |
| 756 | 2026-07-23T04:29:52.837Z | Downloaded libloading v0.8.9 |
| 757 | 2026-07-23T04:29:52.837Z | Downloaded elliptic-curve v0.13.8 |
| 758 | 2026-07-23T04:29:52.837Z | Downloaded generic-array v1.4.3 |
| 759 | 2026-07-23T04:29:52.837Z | Downloaded newtype_derive v0.1.6 |
| 760 | 2026-07-23T04:29:52.837Z | Downloaded jobserver v0.1.34 |
| 761 | 2026-07-23T04:29:52.837Z | Downloaded multimap v0.10.1 |
| 762 | 2026-07-23T04:29:52.837Z | Downloaded libsw-core v0.3.2 |
| 763 | 2026-07-23T04:29:52.838Z | Downloaded ingot v0.1.1 |
| 764 | 2026-07-23T04:29:52.838Z | Downloaded chacha20poly1305 v0.10.1 |
| 765 | 2026-07-23T04:29:52.838Z | Downloaded futures v0.3.32 |
| 766 | 2026-07-23T04:29:52.848Z | Downloaded nibble_vec v0.1.0 |
| 767 | 2026-07-23T04:29:52.848Z | Downloaded newline-converter v0.3.0 |
| 768 | 2026-07-23T04:29:52.849Z | Downloaded darling_core v0.21.3 |
| 769 | 2026-07-23T04:29:52.849Z | Downloaded num-derive v0.3.3 |
| 770 | 2026-07-23T04:29:52.849Z | Downloaded keccak v0.2.0 |
| 771 | 2026-07-23T04:29:52.849Z | Downloaded num-conv v0.2.0 |
| 772 | 2026-07-23T04:29:52.849Z | Downloaded dropshot_endpoint v0.17.1 |
| 773 | 2026-07-23T04:29:52.849Z | Downloaded nonempty v0.12.0 |
| 774 | 2026-07-23T04:29:52.849Z | Downloaded hmac v0.13.0 |
| 775 | 2026-07-23T04:29:52.849Z | Downloaded num v0.4.3 |
| 776 | 2026-07-23T04:29:52.849Z | Downloaded normalize-line-endings v0.3.0 |
| 777 | 2026-07-23T04:29:52.849Z | Downloaded num-iter v0.1.45 |
| 778 | 2026-07-23T04:29:52.849Z | Downloaded match_cfg v0.1.0 |
| 779 | 2026-07-23T04:29:52.850Z | Downloaded darling_core v0.20.11 |
| 780 | 2026-07-23T04:29:52.851Z | Downloaded num-derive v0.4.2 |
| 781 | 2026-07-23T04:29:52.868Z | Downloaded num_enum_derive v0.5.11 |
| 782 | 2026-07-23T04:29:52.868Z | Downloaded libefi-sys v0.1.0 |
| 783 | 2026-07-23T04:29:52.869Z | Downloaded hyper-rustls v0.27.7 |
| 784 | 2026-07-23T04:29:52.869Z | Downloaded half v1.8.3 |
| 785 | 2026-07-23T04:29:52.869Z | Downloaded hybrid-array v0.4.13 |
| 786 | 2026-07-23T04:29:52.869Z | Downloaded getrandom v0.3.4 |
| 787 | 2026-07-23T04:29:52.869Z | Downloaded crc32fast v1.5.0 |
| 788 | 2026-07-23T04:29:52.869Z | Downloaded futures-sink v0.3.32 |
| 789 | 2026-07-23T04:29:52.869Z | Downloaded lock_api v0.4.14 |
| 790 | 2026-07-23T04:29:52.869Z | Downloaded ipnetwork v0.21.1 |
| 791 | 2026-07-23T04:29:52.869Z | Downloaded openssl-probe v0.1.6 |
| 792 | 2026-07-23T04:29:52.892Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2026-07-23T04:29:52.892Z | Downloaded openssl-probe v0.2.1 |
| 794 | 2026-07-23T04:29:52.892Z | Downloaded openssl-macros v0.1.1 |
| 795 | 2026-07-23T04:29:52.892Z | Downloaded olpc-cjson v0.1.4 |
| 796 | 2026-07-23T04:29:52.892Z | Downloaded num_threads v0.1.7 |
| 797 | 2026-07-23T04:29:52.892Z | Downloaded oso-derive v0.27.3 |
| 798 | 2026-07-23T04:29:52.892Z | Downloaded mime_guess v2.0.5 |
| 799 | 2026-07-23T04:29:52.893Z | Downloaded linear-map v1.2.0 |
| 800 | 2026-07-23T04:29:52.893Z | Downloaded iana-time-zone v0.1.65 |
| 801 | 2026-07-23T04:29:52.893Z | Downloaded der v0.7.10 |
| 802 | 2026-07-23T04:29:52.893Z | Downloaded httparse v1.10.1 |
| 803 | 2026-07-23T04:29:52.893Z | Downloaded flume v0.11.1 |
| 804 | 2026-07-23T04:29:52.893Z | Downloaded module-lattice v0.2.3 |
| 805 | 2026-07-23T04:29:52.893Z | Downloaded libsw v3.5.0 |
| 806 | 2026-07-23T04:29:52.893Z | Downloaded futures-macro v0.3.32 |
| 807 | 2026-07-23T04:29:52.893Z | Downloaded cc v1.2.56 |
| 808 | 2026-07-23T04:29:52.902Z | Downloaded packed_struct_codegen v0.10.1 |
| 809 | 2026-07-23T04:29:52.902Z | Downloaded newtype-uuid v1.3.2 |
| 810 | 2026-07-23T04:29:52.902Z | Downloaded native-tls v0.2.18 |
| 811 | 2026-07-23T04:29:52.902Z | Downloaded multer v3.1.0 |
| 812 | 2026-07-23T04:29:52.902Z | Downloaded const-oid v0.10.2 |
| 813 | 2026-07-23T04:29:52.902Z | Downloaded bytes v1.11.1 |
| 814 | 2026-07-23T04:29:52.919Z | Downloaded password-hash v0.6.1 |
| 815 | 2026-07-23T04:29:52.919Z | Downloaded parse-display v0.10.0 |
| 816 | 2026-07-23T04:29:52.920Z | Downloaded num-complex v0.4.6 |
| 817 | 2026-07-23T04:29:52.920Z | Downloaded defmt v1.0.1 |
| 818 | 2026-07-23T04:29:52.920Z | Downloaded byte-wrapper v0.1.0 |
| 819 | 2026-07-23T04:29:52.920Z | Downloaded num-integer v0.1.46 |
| 820 | 2026-07-23T04:29:52.920Z | Downloaded nu-ansi-term v0.50.3 |
| 821 | 2026-07-23T04:29:52.920Z | Downloaded ingot-macros v0.1.1 |
| 822 | 2026-07-23T04:29:52.921Z | Downloaded derive_more v2.1.1 |
| 823 | 2026-07-23T04:29:52.934Z | Downloaded percent-encoding v2.3.2 |
| 824 | 2026-07-23T04:29:52.934Z | Downloaded peg-runtime v0.8.5 |
| 825 | 2026-07-23T04:29:52.934Z | Downloaded path-slash v0.1.5 |
| 826 | 2026-07-23T04:29:52.934Z | Downloaded indexmap v1.9.3 |
| 827 | 2026-07-23T04:29:52.935Z | Downloaded num_enum_derive v0.7.6 |
| 828 | 2026-07-23T04:29:52.935Z | Downloaded half v2.7.1 |
| 829 | 2026-07-23T04:29:52.935Z | Downloaded num_enum v0.5.11 |
| 830 | 2026-07-23T04:29:52.935Z | Downloaded phf_shared v0.13.1 |
| 831 | 2026-07-23T04:29:52.935Z | Downloaded phf_shared v0.11.3 |
| 832 | 2026-07-23T04:29:52.935Z | Downloaded phf_shared v0.12.1 |
| 833 | 2026-07-23T04:29:52.935Z | Downloaded litemap v0.8.1 |
| 834 | 2026-07-23T04:29:52.965Z | Downloaded num-rational v0.4.2 |
| 835 | 2026-07-23T04:29:52.965Z | Downloaded memmap2 v0.9.10 |
| 836 | 2026-07-23T04:29:52.965Z | Downloaded icu_provider v2.1.1 |
| 837 | 2026-07-23T04:29:52.965Z | Downloaded blowfish v0.10.0 |
| 838 | 2026-07-23T04:29:52.965Z | Downloaded derive_more-impl v2.1.1 |
| 839 | 2026-07-23T04:29:52.965Z | Downloaded flate2 v1.1.9 |
| 840 | 2026-07-23T04:29:52.965Z | Downloaded bs58 v0.5.1 |
| 841 | 2026-07-23T04:29:52.965Z | Downloaded oxide-update-engine v0.1.2 |
| 842 | 2026-07-23T04:29:52.965Z | Downloaded heapless v0.7.17 |
| 843 | 2026-07-23T04:29:52.981Z | Downloaded oxide-tokio-rt v0.1.4 |
| 844 | 2026-07-23T04:29:52.981Z | Downloaded oxide-update-engine-display v0.1.2 |
| 845 | 2026-07-23T04:29:52.982Z | Downloaded async-compression v0.4.41 |
| 846 | 2026-07-23T04:29:52.982Z | Downloaded bumpalo v3.20.2 |
| 847 | 2026-07-23T04:29:52.982Z | Downloaded ml-kem v0.3.2 |
| 848 | 2026-07-23T04:29:52.982Z | Downloaded bit-vec v0.6.3 |
| 849 | 2026-07-23T04:29:52.982Z | Downloaded aead v0.5.2 |
| 850 | 2026-07-23T04:29:52.982Z | Downloaded precomputed-hash v0.1.1 |
| 851 | 2026-07-23T04:29:52.982Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-07-23T04:29:52.982Z | Downloaded potential_utf v0.1.4 |
| 853 | 2026-07-23T04:29:52.982Z | Downloaded parse-size v1.1.0 |
| 854 | 2026-07-23T04:29:52.982Z | Downloaded powerfmt v0.2.0 |
| 855 | 2026-07-23T04:29:52.982Z | Downloaded oxnet v0.1.6 |
| 856 | 2026-07-23T04:29:52.982Z | Downloaded password-hash v0.5.0 |
| 857 | 2026-07-23T04:29:52.982Z | Downloaded parking_lot_core v0.8.6 |
| 858 | 2026-07-23T04:29:52.982Z | Downloaded ignore v0.4.25 |
| 859 | 2026-07-23T04:29:53.009Z | Downloaded pbkdf2 v0.13.0 |
| 860 | 2026-07-23T04:29:53.010Z | Downloaded paste v1.0.15 |
| 861 | 2026-07-23T04:29:53.010Z | Downloaded proc-macro-crate v3.4.0 |
| 862 | 2026-07-23T04:29:53.010Z | Downloaded libbz2-rs-sys v0.2.2 |
| 863 | 2026-07-23T04:29:53.010Z | Downloaded peg-macros v0.8.5 |
| 864 | 2026-07-23T04:29:53.010Z | Downloaded peg v0.8.5 |
| 865 | 2026-07-23T04:29:53.010Z | Downloaded progenitor-client v0.14.0 |
| 866 | 2026-07-23T04:29:53.010Z | Downloaded parse-display-derive v0.10.0 |
| 867 | 2026-07-23T04:29:53.010Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-07-23T04:29:53.010Z | Downloaded headers v0.4.1 |
| 869 | 2026-07-23T04:29:53.075Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 870 | 2026-07-23T04:29:53.075Z | Downloaded psl-types v2.0.11 |
| 871 | 2026-07-23T04:29:53.075Z | Downloaded phf v0.13.1 |
| 872 | 2026-07-23T04:29:53.075Z | Downloaded phf v0.12.1 |
| 873 | 2026-07-23T04:29:53.075Z | Downloaded pem-rfc7468 v0.7.0 |
| 874 | 2026-07-23T04:29:53.075Z | Downloaded pem v3.0.6 |
| 875 | 2026-07-23T04:29:53.075Z | Downloaded phc v0.6.1 |
| 876 | 2026-07-23T04:29:53.075Z | Downloaded crossterm v0.29.0 |
| 877 | 2026-07-23T04:29:53.075Z | Downloaded hickory-resolver v0.24.4 |
| 878 | 2026-07-23T04:29:53.075Z | Downloaded pin-project-internal v1.1.11 |
| 879 | 2026-07-23T04:29:53.075Z | Downloaded der v0.8.0 |
| 880 | 2026-07-23T04:29:53.075Z | Downloaded pkcs8 v0.10.2 |
| 881 | 2026-07-23T04:29:53.075Z | Downloaded owo-colors v4.3.0 |
| 882 | 2026-07-23T04:29:53.075Z | Downloaded pin-project-lite v0.2.17 |
| 883 | 2026-07-23T04:29:53.075Z | Downloaded progenitor-macro v0.14.0 |
| 884 | 2026-07-23T04:29:53.075Z | Downloaded expectorate v1.2.0 |
| 885 | 2026-07-23T04:29:53.243Z | Downloaded polyval v0.7.1 |
| 886 | 2026-07-23T04:29:53.243Z | Downloaded parking_lot v0.12.5 |
| 887 | 2026-07-23T04:29:53.243Z | Downloaded rand_chacha v0.3.1 |
| 888 | 2026-07-23T04:29:53.243Z | Downloaded pkg-config v0.3.32 |
| 889 | 2026-07-23T04:29:53.244Z | Downloaded icu_normalizer v2.1.1 |
| 890 | 2026-07-23T04:29:53.244Z | Downloaded poly1305 v0.8.0 |
| 891 | 2026-07-23T04:29:53.244Z | Downloaded nanorand v0.7.0 |
| 892 | 2026-07-23T04:29:53.244Z | Downloaded litrs v1.0.0 |
| 893 | 2026-07-23T04:29:53.244Z | Downloaded icu_locale_core v2.1.1 |
| 894 | 2026-07-23T04:29:53.244Z | Downloaded ppv-lite86 v0.2.21 |
| 895 | 2026-07-23T04:29:53.244Z | Downloaded quick-error v1.2.3 |
| 896 | 2026-07-23T04:29:53.244Z | Downloaded port-file v0.1.0 |
| 897 | 2026-07-23T04:29:53.244Z | Downloaded icu_normalizer_data v2.1.1 |
| 898 | 2026-07-23T04:29:53.244Z | Downloaded indicatif v0.18.4 |
| 899 | 2026-07-23T04:29:53.244Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 900 | 2026-07-23T04:29:53.244Z | Downloaded hickory-resolver v0.25.2 |
| 901 | 2026-07-23T04:29:53.244Z | Downloaded predicates-tree v1.0.13 |
| 902 | 2026-07-23T04:29:53.244Z | Downloaded num_enum v0.7.6 |
| 903 | 2026-07-23T04:29:53.245Z | Downloaded rand_xorshift v0.4.0 |
| 904 | 2026-07-23T04:29:53.245Z | Downloaded parking_lot_core v0.9.12 |
| 905 | 2026-07-23T04:29:53.245Z | Downloaded pem-rfc7468 v1.0.0 |
| 906 | 2026-07-23T04:29:53.245Z | Downloaded progenitor v0.13.0 |
| 907 | 2026-07-23T04:29:53.245Z | Downloaded primeorder v0.13.6 |
| 908 | 2026-07-23T04:29:53.245Z | Downloaded aes v0.9.1 |
| 909 | 2026-07-23T04:29:53.245Z | Downloaded ref-cast-impl v1.0.25 |
| 910 | 2026-07-23T04:29:53.245Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 911 | 2026-07-23T04:29:53.245Z | Downloaded progenitor-extras v0.2.0 |
| 912 | 2026-07-23T04:29:53.245Z | Downloaded recursive v0.1.1 |
| 913 | 2026-07-23T04:29:53.245Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-07-23T04:29:53.245Z | Downloaded progenitor v0.14.0 |
| 915 | 2026-07-23T04:29:53.245Z | Downloaded primeorder v0.14.0-rc.10 |
| 916 | 2026-07-23T04:29:53.245Z | Downloaded packed_struct v0.10.1 |
| 917 | 2026-07-23T04:29:53.245Z | Downloaded ref-cast v1.0.25 |
| 918 | 2026-07-23T04:29:53.245Z | Downloaded radium v0.7.0 |
| 919 | 2026-07-23T04:29:53.246Z | Downloaded psm v0.1.30 |
| 920 | 2026-07-23T04:29:53.246Z | Downloaded rfc6979 v0.4.0 |
| 921 | 2026-07-23T04:29:53.247Z | Downloaded progenitor-client v0.13.0 |
| 922 | 2026-07-23T04:29:53.247Z | Downloaded omicron-zone-package v0.12.3 |
| 923 | 2026-07-23T04:29:53.247Z | Downloaded heapless v0.8.0 |
| 924 | 2026-07-23T04:29:53.247Z | Downloaded icu_properties v2.1.2 |
| 925 | 2026-07-23T04:29:53.247Z | Downloaded progenitor-macro v0.13.0 |
| 926 | 2026-07-23T04:29:53.248Z | Downloaded pkcs8 v0.11.0 |
| 927 | 2026-07-23T04:29:53.248Z | Downloaded postgres-protocol v0.6.10 |
| 928 | 2026-07-23T04:29:53.248Z | Downloaded poly1305 v0.9.0 |
| 929 | 2026-07-23T04:29:53.248Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 930 | 2026-07-23T04:29:53.248Z | Downloaded rustc-hash v2.1.1 |
| 931 | 2026-07-23T04:29:53.248Z | Downloaded pkcs1 v0.7.5 |
| 932 | 2026-07-23T04:29:53.248Z | Downloaded rustc_version v0.4.1 |
| 933 | 2026-07-23T04:29:53.248Z | Downloaded miniz_oxide v0.8.9 |
| 934 | 2026-07-23T04:29:53.248Z | Downloaded oxide-update-engine-types v0.1.2 |
| 935 | 2026-07-23T04:29:53.248Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-07-23T04:29:53.248Z | Downloaded hashbrown v0.13.2 |
| 937 | 2026-07-23T04:29:53.248Z | Downloaded rand_core v0.10.0 |
| 938 | 2026-07-23T04:29:53.248Z | Downloaded rand_core v0.6.4 |
| 939 | 2026-07-23T04:29:53.248Z | Downloaded oso v0.27.3 |
| 940 | 2026-07-23T04:29:53.248Z | Downloaded primefield v0.14.0 |
| 941 | 2026-07-23T04:29:53.249Z | Downloaded num-traits v0.2.19 |
| 942 | 2026-07-23T04:29:53.249Z | Downloaded papergrid v0.17.0 |
| 943 | 2026-07-23T04:29:53.249Z | Downloaded rtoolbox v0.0.3 |
| 944 | 2026-07-23T04:29:53.249Z | Downloaded russh-util v0.52.0 |
| 945 | 2026-07-23T04:29:53.249Z | Downloaded predicates v3.1.4 |
| 946 | 2026-07-23T04:29:53.249Z | Downloaded russh-cryptovec v0.61.0 |
| 947 | 2026-07-23T04:29:53.249Z | Downloaded rfc6979 v0.5.0 |
| 948 | 2026-07-23T04:29:53.249Z | Downloaded icu_collections v2.1.1 |
| 949 | 2026-07-23T04:29:53.249Z | Downloaded rand_chacha v0.9.0 |
| 950 | 2026-07-23T04:29:53.249Z | Downloaded postgres-types v0.2.12 |
| 951 | 2026-07-23T04:29:53.249Z | Downloaded rand_seeder v0.4.0 |
| 952 | 2026-07-23T04:29:53.249Z | Downloaded hashbrown v0.12.3 |
| 953 | 2026-07-23T04:29:53.249Z | Downloaded postcard v1.1.3 |
| 954 | 2026-07-23T04:29:53.249Z | Downloaded scheduled-thread-pool v0.2.7 |
| 955 | 2026-07-23T04:29:53.250Z | Downloaded rustc_version v0.1.7 |
| 956 | 2026-07-23T04:29:53.250Z | Downloaded crossterm v0.28.1 |
| 957 | 2026-07-23T04:29:53.250Z | Downloaded scopeguard v1.2.0 |
| 958 | 2026-07-23T04:29:53.250Z | Downloaded sapling-renderdag v0.1.0 |
| 959 | 2026-07-23T04:29:53.250Z | Downloaded scroll_derive v0.13.1 |
| 960 | 2026-07-23T04:29:53.250Z | Downloaded pkcs5 v0.8.1 |
| 961 | 2026-07-23T04:29:53.250Z | Downloaded resolv-conf v0.7.6 |
| 962 | 2026-07-23T04:29:53.250Z | Downloaded parking_lot v0.11.2 |
| 963 | 2026-07-23T04:29:53.250Z | Downloaded p384 v0.14.0-rc.10 |
| 964 | 2026-07-23T04:29:53.250Z | Downloaded serde-big-array v0.5.1 |
| 965 | 2026-07-23T04:29:53.250Z | Downloaded seq-macro v0.3.6 |
| 966 | 2026-07-23T04:29:53.250Z | Downloaded semver v0.1.20 |
| 967 | 2026-07-23T04:29:53.250Z | Downloaded serde_bytes v0.11.19 |
| 968 | 2026-07-23T04:29:53.250Z | Downloaded rustls-pemfile v2.2.0 |
| 969 | 2026-07-23T04:29:53.250Z | Downloaded secrecy v0.10.3 |
| 970 | 2026-07-23T04:29:53.250Z | Downloaded secrecy v0.8.0 |
| 971 | 2026-07-23T04:29:53.251Z | Downloaded jiff-static v0.2.21 |
| 972 | 2026-07-23T04:29:53.251Z | Downloaded quinn-udp v0.5.14 |
| 973 | 2026-07-23T04:29:53.251Z | Downloaded minimal-lexical v0.2.1 |
| 974 | 2026-07-23T04:29:53.251Z | Downloaded rand_core v0.9.5 |
| 975 | 2026-07-23T04:29:53.251Z | Downloaded serde_spanned v1.1.1 |
| 976 | 2026-07-23T04:29:53.251Z | Downloaded serde_plain v1.0.2 |
| 977 | 2026-07-23T04:29:53.251Z | Downloaded signal-hook-mio v0.2.5 |
| 978 | 2026-07-23T04:29:53.251Z | Downloaded serde_repr v0.1.20 |
| 979 | 2026-07-23T04:29:53.251Z | Downloaded rustls-native-certs v0.8.3 |
| 980 | 2026-07-23T04:29:53.251Z | Downloaded sha1 v0.10.6 |
| 981 | 2026-07-23T04:29:53.251Z | Downloaded serde_urlencoded v0.7.1 |
| 982 | 2026-07-23T04:29:53.251Z | Downloaded sha1 v0.11.0 |
| 983 | 2026-07-23T04:29:53.251Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-07-23T04:29:53.251Z | Downloaded sigpipe v0.1.3 |
| 985 | 2026-07-23T04:29:53.267Z | Downloaded signature v3.0.0 |
| 986 | 2026-07-23T04:29:53.267Z | Downloaded signature v2.2.0 |
| 987 | 2026-07-23T04:29:53.267Z | Downloaded progenitor-impl v0.14.0 |
| 988 | 2026-07-23T04:29:53.267Z | Downloaded dropshot-api-manager v0.7.2 |
| 989 | 2026-07-23T04:29:53.267Z | Downloaded hickory-server v0.25.2 |
| 990 | 2026-07-23T04:29:53.267Z | Downloaded pin-project v1.1.11 |
| 991 | 2026-07-23T04:29:53.267Z | Downloaded siphasher v1.0.2 |
| 992 | 2026-07-23T04:29:53.267Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2026-07-23T04:29:53.267Z | Downloaded same-file v1.0.6 |
| 994 | 2026-07-23T04:29:53.268Z | Downloaded sec1 v0.7.3 |
| 995 | 2026-07-23T04:29:53.268Z | Downloaded scrypt v0.12.0 |
| 996 | 2026-07-23T04:29:53.268Z | Downloaded slog-envlogger v2.2.0 |
| 997 | 2026-07-23T04:29:53.268Z | Downloaded schemars_derive v0.8.22 |
| 998 | 2026-07-23T04:29:53.268Z | Downloaded scroll v0.13.0 |
| 999 | 2026-07-23T04:29:53.268Z | Downloaded signal-hook-tokio v0.3.1 |
| 1000 | 2026-07-23T04:29:53.268Z | Downloaded mio v1.2.0 |
| 1001 | 2026-07-23T04:29:53.268Z | Downloaded rpassword v7.5.4 |
| 1002 | 2026-07-23T04:29:53.268Z | Downloaded aes-gcm v0.11.0 |
| 1003 | 2026-07-23T04:29:53.268Z | Downloaded serde_path_to_error v0.1.20 |
| 1004 | 2026-07-23T04:29:53.288Z | Downloaded sqlparser_derive v0.5.0 |
| 1005 | 2026-07-23T04:29:53.288Z | Downloaded num-bigint v0.4.6 |
| 1006 | 2026-07-23T04:29:53.288Z | Downloaded serde_derive_internals v0.29.1 |
| 1007 | 2026-07-23T04:29:53.288Z | Downloaded rustls-pki-types v1.14.0 |
| 1008 | 2026-07-23T04:29:53.288Z | Downloaded rustversion v1.0.22 |
| 1009 | 2026-07-23T04:29:53.288Z | Downloaded rcgen v0.12.1 |
| 1010 | 2026-07-23T04:29:53.288Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1011 | 2026-07-23T04:29:53.290Z | Downloaded simd-adler32 v0.3.8 |
| 1012 | 2026-07-23T04:29:53.465Z | Downloaded serdect v0.4.3 |
| 1013 | 2026-07-23T04:29:53.465Z | Downloaded salsa20 v0.11.0 |
| 1014 | 2026-07-23T04:29:53.465Z | Downloaded rusty-fork v0.3.1 |
| 1015 | 2026-07-23T04:29:53.465Z | Downloaded stable_deref_trait v1.2.1 |
| 1016 | 2026-07-23T04:29:53.465Z | Downloaded itertools v0.10.5 |
| 1017 | 2026-07-23T04:29:53.465Z | Downloaded slab v0.4.12 |
| 1018 | 2026-07-23T04:29:53.465Z | Downloaded serde_with_macros v1.5.2 |
| 1019 | 2026-07-23T04:29:53.466Z | Downloaded prettyplease v0.2.37 |
| 1020 | 2026-07-23T04:29:53.466Z | Downloaded progenitor-impl v0.13.0 |
| 1021 | 2026-07-23T04:29:53.466Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-07-23T04:29:53.466Z | Downloaded structmeta v0.3.0 |
| 1023 | 2026-07-23T04:29:53.466Z | Downloaded structmeta-derive v0.3.0 |
| 1024 | 2026-07-23T04:29:53.466Z | Downloaded shlex v1.3.0 |
| 1025 | 2026-07-23T04:29:53.466Z | Downloaded http v1.4.2 |
| 1026 | 2026-07-23T04:29:53.466Z | Downloaded subtle v2.6.1 |
| 1027 | 2026-07-23T04:29:53.466Z | Downloaded hashbrown v0.16.1 |
| 1028 | 2026-07-23T04:29:53.524Z | Downloaded strum v0.26.3 |
| 1029 | 2026-07-23T04:29:53.524Z | Downloaded strsim v0.10.0 |
| 1030 | 2026-07-23T04:29:53.524Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1031 | 2026-07-23T04:29:53.524Z | Downloaded slog-json v2.6.1 |
| 1032 | 2026-07-23T04:29:53.524Z | Downloaded slog-async v2.8.0 |
| 1033 | 2026-07-23T04:29:53.524Z | Downloaded crypto-primes v0.7.2 |
| 1034 | 2026-07-23T04:29:53.524Z | Downloaded slog-dtrace v0.3.0 |
| 1035 | 2026-07-23T04:29:53.524Z | Downloaded sec1 v0.8.1 |
| 1036 | 2026-07-23T04:29:53.524Z | Downloaded snafu-derive v0.8.9 |
| 1037 | 2026-07-23T04:29:53.524Z | Downloaded smf v0.2.3 |
| 1038 | 2026-07-23T04:29:53.524Z | Downloaded sync-ptr v0.1.4 |
| 1039 | 2026-07-23T04:29:53.524Z | Downloaded strum v0.27.2 |
| 1040 | 2026-07-23T04:29:53.525Z | Downloaded slog-stdlog v4.1.1 |
| 1041 | 2026-07-23T04:29:53.525Z | Downloaded tabwriter v1.4.1 |
| 1042 | 2026-07-23T04:29:53.525Z | Downloaded smallvec v0.6.14 |
| 1043 | 2026-07-23T04:29:53.525Z | Downloaded sync_wrapper v1.0.2 |
| 1044 | 2026-07-23T04:29:53.525Z | Downloaded supports-color v3.0.2 |
| 1045 | 2026-07-23T04:29:53.525Z | Downloaded spki v0.7.3 |
| 1046 | 2026-07-23T04:29:53.525Z | Downloaded ron v0.8.1 |
| 1047 | 2026-07-23T04:29:53.525Z | Downloaded serde-hex v0.1.0 |
| 1048 | 2026-07-23T04:29:53.525Z | Downloaded serde_with_macros v3.21.0 |
| 1049 | 2026-07-23T04:29:53.525Z | Downloaded libxml v0.3.3 |
| 1050 | 2026-07-23T04:29:53.525Z | Downloaded take_mut v0.2.2 |
| 1051 | 2026-07-23T04:29:53.525Z | Downloaded sqlformat v0.3.5 |
| 1052 | 2026-07-23T04:29:53.525Z | Downloaded spki v0.8.0 |
| 1053 | 2026-07-23T04:29:53.525Z | Downloaded openssl-sys v0.9.115 |
| 1054 | 2026-07-23T04:29:53.525Z | Downloaded tagptr v0.2.0 |
| 1055 | 2026-07-23T04:29:53.526Z | Downloaded hyper-util v0.1.20 |
| 1056 | 2026-07-23T04:29:53.526Z | Downloaded rayon-core v1.13.0 |
| 1057 | 2026-07-23T04:29:53.526Z | Downloaded hashbrown v0.15.5 |
| 1058 | 2026-07-23T04:29:53.526Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-07-23T04:29:53.526Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1060 | 2026-07-23T04:29:53.526Z | Downloaded testing_table v0.3.0 |
| 1061 | 2026-07-23T04:29:53.526Z | Downloaded tap v1.0.1 |
| 1062 | 2026-07-23T04:29:53.526Z | Downloaded stacker v0.1.23 |
| 1063 | 2026-07-23T04:29:53.526Z | Downloaded iri-string v0.7.10 |
| 1064 | 2026-07-23T04:29:53.526Z | Downloaded ryu v1.0.23 |
| 1065 | 2026-07-23T04:29:53.526Z | Downloaded quinn v0.11.9 |
| 1066 | 2026-07-23T04:29:53.526Z | Downloaded support-bundle-viewer v0.1.2 |
| 1067 | 2026-07-23T04:29:53.526Z | Downloaded thread-id v5.1.0 |
| 1068 | 2026-07-23T04:29:53.526Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1069 | 2026-07-23T04:29:53.526Z | Downloaded schemars v0.8.22 |
| 1070 | 2026-07-23T04:29:53.526Z | Downloaded p256 v0.14.0-rc.10 |
| 1071 | 2026-07-23T04:29:53.526Z | Downloaded stringprep v0.1.5 |
| 1072 | 2026-07-23T04:29:53.526Z | Downloaded static_assertions v1.1.0 |
| 1073 | 2026-07-23T04:29:53.526Z | Downloaded strum_macros v0.27.2 |
| 1074 | 2026-07-23T04:29:53.527Z | Downloaded tinyvec_macros v0.1.1 |
| 1075 | 2026-07-23T04:29:53.527Z | Downloaded time-core v0.1.8 |
| 1076 | 2026-07-23T04:29:53.527Z | Downloaded strum_macros v0.24.3 |
| 1077 | 2026-07-23T04:29:53.527Z | Downloaded smallvec v1.15.1 |
| 1078 | 2026-07-23T04:29:53.527Z | Downloaded slog-scope v4.4.1 |
| 1079 | 2026-07-23T04:29:53.527Z | Downloaded slog-term v2.9.2 |
| 1080 | 2026-07-23T04:29:53.527Z | Downloaded spin v0.9.8 |
| 1081 | 2026-07-23T04:29:53.527Z | Downloaded hyper v1.10.1 |
| 1082 | 2026-07-23T04:29:53.527Z | Downloaded tokio-macros v2.7.0 |
| 1083 | 2026-07-23T04:29:53.527Z | Downloaded string_cache v0.8.9 |
| 1084 | 2026-07-23T04:29:53.527Z | Downloaded qorb v0.4.1 |
| 1085 | 2026-07-23T04:29:53.527Z | Downloaded serde_cbor v0.11.2 |
| 1086 | 2026-07-23T04:29:53.527Z | Downloaded publicsuffix v2.3.0 |
| 1087 | 2026-07-23T04:29:53.527Z | Downloaded tokio-test v0.4.5 |
| 1088 | 2026-07-23T04:29:53.527Z | Downloaded tabled_derive v0.11.0 |
| 1089 | 2026-07-23T04:29:53.527Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1090 | 2026-07-23T04:29:53.527Z | Downloaded nom v7.1.3 |
| 1091 | 2026-07-23T04:29:53.528Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1092 | 2026-07-23T04:29:53.528Z | Downloaded num-bigint-dig v0.8.6 |
| 1093 | 2026-07-23T04:29:53.528Z | Downloaded synstructure v0.13.2 |
| 1094 | 2026-07-23T04:29:53.528Z | Downloaded similar v2.7.0 |
| 1095 | 2026-07-23T04:29:53.528Z | Downloaded topological-sort v0.2.2 |
| 1096 | 2026-07-23T04:29:53.528Z | Downloaded sha2 v0.11.0 |
| 1097 | 2026-07-23T04:29:53.528Z | Downloaded rand v0.8.6 |
| 1098 | 2026-07-23T04:29:53.528Z | Downloaded pretty_assertions v1.4.1 |
| 1099 | 2026-07-23T04:29:53.528Z | Downloaded signal-hook v0.3.18 |
| 1100 | 2026-07-23T04:29:53.528Z | Downloaded termios v0.3.3 |
| 1101 | 2026-07-23T04:29:53.528Z | Downloaded tower-service v0.3.3 |
| 1102 | 2026-07-23T04:29:53.528Z | Downloaded tower-layer v0.3.3 |
| 1103 | 2026-07-23T04:29:53.528Z | Downloaded idna v1.1.0 |
| 1104 | 2026-07-23T04:29:53.528Z | Downloaded try-lock v0.2.5 |
| 1105 | 2026-07-23T04:29:53.528Z | Downloaded schemars v0.9.0 |
| 1106 | 2026-07-23T04:29:53.528Z | Downloaded p521 v0.14.0-rc.10 |
| 1107 | 2026-07-23T04:29:53.528Z | Downloaded itertools v0.12.1 |
| 1108 | 2026-07-23T04:29:53.529Z | Downloaded typify-macro v0.6.2 |
| 1109 | 2026-07-23T04:29:53.529Z | Downloaded unarray v0.1.4 |
| 1110 | 2026-07-23T04:29:53.529Z | Downloaded trait-variant v0.1.2 |
| 1111 | 2026-07-23T04:29:53.529Z | Downloaded unicode-truncate v1.1.0 |
| 1112 | 2026-07-23T04:29:53.529Z | Downloaded tls_codec_derive v0.4.2 |
| 1113 | 2026-07-23T04:29:53.529Z | Downloaded thread_local v1.1.9 |
| 1114 | 2026-07-23T04:29:53.529Z | Downloaded rsa v0.9.10 |
| 1115 | 2026-07-23T04:29:53.529Z | Downloaded unicode-xid v0.2.6 |
| 1116 | 2026-07-23T04:29:53.529Z | Downloaded universal-hash v0.5.1 |
| 1117 | 2026-07-23T04:29:53.529Z | Downloaded itertools v0.13.0 |
| 1118 | 2026-07-23T04:29:53.529Z | Downloaded tinystr v0.8.2 |
| 1119 | 2026-07-23T04:29:53.530Z | Downloaded thiserror-no-std v2.0.2 |
| 1120 | 2026-07-23T04:29:53.530Z | Downloaded socket2 v0.6.3 |
| 1121 | 2026-07-23T04:29:53.530Z | Downloaded socket2 v0.5.10 |
| 1122 | 2026-07-23T04:29:53.531Z | Downloaded rand v0.9.2 |
| 1123 | 2026-07-23T04:29:53.531Z | Downloaded tls_codec v0.4.2 |
| 1124 | 2026-07-23T04:29:53.531Z | Downloaded tiny-keccak v2.0.2 |
| 1125 | 2026-07-23T04:29:53.531Z | Downloaded unit-prefix v0.5.2 |
| 1126 | 2026-07-23T04:29:53.531Z | Downloaded usdt-macro v0.6.0 |
| 1127 | 2026-07-23T04:29:53.531Z | Downloaded tokio-tungstenite v0.21.0 |
| 1128 | 2026-07-23T04:29:53.561Z | Downloaded untrusted v0.9.0 |
| 1129 | 2026-07-23T04:29:53.561Z | Downloaded untrusted v0.7.1 |
| 1130 | 2026-07-23T04:29:53.561Z | Downloaded utf8_iter v1.0.4 |
| 1131 | 2026-07-23T04:29:53.561Z | Downloaded universal-hash v0.6.1 |
| 1132 | 2026-07-23T04:29:53.561Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1133 | 2026-07-23T04:29:53.561Z | Downloaded tokio-native-tls v0.3.1 |
| 1134 | 2026-07-23T04:29:53.561Z | Downloaded tokio-dtrace v0.1.1 |
| 1135 | 2026-07-23T04:29:53.562Z | Downloaded h2 v0.4.15 |
| 1136 | 2026-07-23T04:29:53.562Z | Downloaded futures-util v0.3.32 |
| 1137 | 2026-07-23T04:29:53.562Z | Downloaded utf-8 v0.7.6 |
| 1138 | 2026-07-23T04:29:53.562Z | Downloaded usdt-attr-macro v0.6.0 |
| 1139 | 2026-07-23T04:29:53.562Z | Downloaded usdt v0.6.0 |
| 1140 | 2026-07-23T04:29:53.562Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1141 | 2026-07-23T04:29:53.562Z | Downloaded tokio-tungstenite v0.23.1 |
| 1142 | 2026-07-23T04:29:53.563Z | Downloaded rustls-webpki v0.103.13 |
| 1143 | 2026-07-23T04:29:53.563Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1144 | 2026-07-23T04:29:53.563Z | Downloaded want v0.3.1 |
| 1145 | 2026-07-23T04:29:53.563Z | Downloaded void v1.0.2 |
| 1146 | 2026-07-23T04:29:53.563Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-07-23T04:29:53.563Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1148 | 2026-07-23T04:29:53.563Z | Downloaded wait-timeout v0.2.1 |
| 1149 | 2026-07-23T04:29:53.563Z | Downloaded schemars v1.2.1 |
| 1150 | 2026-07-23T04:29:53.563Z | Downloaded tui-tree-widget v0.23.1 |
| 1151 | 2026-07-23T04:29:53.563Z | Downloaded time-macros v0.2.27 |
| 1152 | 2026-07-23T04:29:53.563Z | Downloaded strum_macros v0.26.4 |
| 1153 | 2026-07-23T04:29:53.563Z | Downloaded unicase v2.9.0 |
| 1154 | 2026-07-23T04:29:53.563Z | Downloaded prefix-trie v0.7.0 |
| 1155 | 2026-07-23T04:29:53.563Z | Downloaded hkdf v0.12.4 |
| 1156 | 2026-07-23T04:29:53.563Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-07-23T04:29:53.563Z | Downloaded samael v0.0.19 |
| 1158 | 2026-07-23T04:29:53.563Z | Downloaded tokio-stream v0.1.18 |
| 1159 | 2026-07-23T04:29:53.563Z | Downloaded slog v2.8.2 |
| 1160 | 2026-07-23T04:29:53.563Z | Downloaded term v1.2.1 |
| 1161 | 2026-07-23T04:29:53.564Z | Downloaded nom v8.0.0 |
| 1162 | 2026-07-23T04:29:53.564Z | Downloaded rand v0.10.1 |
| 1163 | 2026-07-23T04:29:53.564Z | Downloaded xattr v1.6.1 |
| 1164 | 2026-07-23T04:29:53.564Z | Downloaded zerofrom v0.1.6 |
| 1165 | 2026-07-23T04:29:53.564Z | Downloaded term v0.7.0 |
| 1166 | 2026-07-23T04:29:53.564Z | Downloaded snafu v0.8.9 |
| 1167 | 2026-07-23T04:29:53.571Z | Downloaded hkdf v0.13.0 |
| 1168 | 2026-07-23T04:29:53.571Z | Downloaded tokio-rustls v0.26.4 |
| 1169 | 2026-07-23T04:29:53.571Z | Downloaded test-strategy v0.4.5 |
| 1170 | 2026-07-23T04:29:53.571Z | Downloaded itertools v0.14.0 |
| 1171 | 2026-07-23T04:29:53.571Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1172 | 2026-07-23T04:29:53.571Z | Downloaded zeroize_derive v1.4.3 |
| 1173 | 2026-07-23T04:29:53.571Z | Downloaded zerofrom-derive v0.1.6 |
| 1174 | 2026-07-23T04:29:53.571Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-07-23T04:29:53.571Z | Downloaded blake3 v1.8.5 |
| 1176 | 2026-07-23T04:29:53.571Z | Downloaded uzers v0.12.2 |
| 1177 | 2026-07-23T04:29:53.571Z | Downloaded usdt-impl v0.6.0 |
| 1178 | 2026-07-23T04:29:53.571Z | Downloaded tracing-attributes v0.1.31 |
| 1179 | 2026-07-23T04:29:53.624Z | Downloaded zone_cfg_derive v0.3.1 |
| 1180 | 2026-07-23T04:29:53.624Z | Downloaded zone v0.3.1 |
| 1181 | 2026-07-23T04:29:53.645Z | Downloaded icu_properties_data v2.1.2 |
| 1182 | 2026-07-23T04:29:53.645Z | Downloaded writeable v0.6.2 |
| 1183 | 2026-07-23T04:29:53.645Z | Downloaded whoami v2.1.0 |
| 1184 | 2026-07-23T04:29:53.646Z | Downloaded subprocess v0.2.15 |
| 1185 | 2026-07-23T04:29:53.646Z | Downloaded wyz v0.5.1 |
| 1186 | 2026-07-23T04:29:53.646Z | Downloaded libm v0.2.16 |
| 1187 | 2026-07-23T04:29:53.646Z | Downloaded whoami v1.6.1 |
| 1188 | 2026-07-23T04:29:53.646Z | Downloaded twox-hash v2.1.2 |
| 1189 | 2026-07-23T04:29:53.646Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-07-23T04:29:53.646Z | Downloaded yoke v0.8.1 |
| 1191 | 2026-07-23T04:29:53.646Z | Downloaded tar v0.4.46 |
| 1192 | 2026-07-23T04:29:53.646Z | Downloaded toml v0.7.8 |
| 1193 | 2026-07-23T04:29:53.647Z | Downloaded tinyvec v1.10.0 |
| 1194 | 2026-07-23T04:29:53.647Z | Downloaded zerovec-derive v0.11.2 |
| 1195 | 2026-07-23T04:29:53.647Z | Downloaded yoke-derive v0.8.1 |
| 1196 | 2026-07-23T04:29:53.647Z | Downloaded vergen-git2 v9.1.0 |
| 1197 | 2026-07-23T04:29:53.647Z | Downloaded vsss-rs v3.3.4 |
| 1198 | 2026-07-23T04:29:53.647Z | Downloaded zeroize v1.8.2 |
| 1199 | 2026-07-23T04:29:53.647Z | Downloaded rustyline v14.0.0 |
| 1200 | 2026-07-23T04:29:53.679Z | Downloaded vergen-lib v9.1.0 |
| 1201 | 2026-07-23T04:29:53.679Z | Downloaded vergen v9.1.0 |
| 1202 | 2026-07-23T04:29:53.679Z | Downloaded rsa v0.10.0-rc.18 |
| 1203 | 2026-07-23T04:29:53.679Z | Downloaded typify v0.6.2 |
| 1204 | 2026-07-23T04:29:53.679Z | Downloaded zstd-safe v7.2.4 |
| 1205 | 2026-07-23T04:29:53.679Z | Downloaded vergen-lib v0.1.6 |
| 1206 | 2026-07-23T04:29:53.679Z | Downloaded iddqd v0.4.2 |
| 1207 | 2026-07-23T04:29:53.680Z | Downloaded zstd v0.13.3 |
| 1208 | 2026-07-23T04:29:53.680Z | Downloaded walkdir v2.5.0 |
| 1209 | 2026-07-23T04:29:53.680Z | Downloaded unicode-properties v0.1.4 |
| 1210 | 2026-07-23T04:29:53.680Z | Downloaded tracing-core v0.1.36 |
| 1211 | 2026-07-23T04:29:53.680Z | Downloaded unsafe-libyaml v0.2.11 |
| 1212 | 2026-07-23T04:29:53.680Z | Downloaded yasna v0.5.2 |
| 1213 | 2026-07-23T04:29:53.680Z | Downloaded unicode-bidi v0.3.18 |
| 1214 | 2026-07-23T04:29:53.702Z | Downloaded tungstenite v0.23.0 |
| 1215 | 2026-07-23T04:29:53.702Z | Downloaded git2 v0.20.4 |
| 1216 | 2026-07-23T04:29:53.702Z | Downloaded serde_with v1.14.0 |
| 1217 | 2026-07-23T04:29:53.702Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1218 | 2026-07-23T04:29:53.702Z | Downloaded zerocopy v0.6.6 |
| 1219 | 2026-07-23T04:29:53.702Z | Downloaded bitvec v1.0.1 |
| 1220 | 2026-07-23T04:29:53.721Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1221 | 2026-07-23T04:29:53.721Z | Downloaded vte v0.14.1 |
| 1222 | 2026-07-23T04:29:53.721Z | Downloaded tungstenite v0.21.0 |
| 1223 | 2026-07-23T04:29:53.722Z | Downloaded steno v0.4.1 |
| 1224 | 2026-07-23T04:29:53.743Z | Downloaded crypto-bigint v0.7.5 |
| 1225 | 2026-07-23T04:29:53.743Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-07-23T04:29:53.743Z | Downloaded bindgen v0.71.1 |
| 1227 | 2026-07-23T04:29:53.743Z | Downloaded uuid v1.23.4 |
| 1228 | 2026-07-23T04:29:53.763Z | Downloaded chrono v0.4.45 |
| 1229 | 2026-07-23T04:29:53.763Z | Downloaded toml_edit v0.19.15 |
| 1230 | 2026-07-23T04:29:53.763Z | Downloaded reqwest v0.13.2 |
| 1231 | 2026-07-23T04:29:53.764Z | Downloaded unicode_categories v0.1.1 |
| 1232 | 2026-07-23T04:29:53.764Z | Downloaded yansi v1.0.1 |
| 1233 | 2026-07-23T04:29:53.764Z | Downloaded zopfli v0.8.3 |
| 1234 | 2026-07-23T04:29:53.764Z | Downloaded reqwest v0.12.28 |
| 1235 | 2026-07-23T04:29:53.784Z | Downloaded url v2.5.8 |
| 1236 | 2026-07-23T04:29:53.784Z | Downloaded p384 v0.13.1 |
| 1237 | 2026-07-23T04:29:53.888Z | Downloaded reedline v0.40.0 |
| 1238 | 2026-07-23T04:29:53.888Z | Downloaded zip v0.6.6 |
| 1239 | 2026-07-23T04:29:53.888Z | Downloaded unicode-segmentation v1.12.0 |
| 1240 | 2026-07-23T04:29:53.889Z | Downloaded goblin v0.10.5 |
| 1241 | 2026-07-23T04:29:53.889Z | Downloaded regex v1.12.3 |
| 1242 | 2026-07-23T04:29:53.922Z | Downloaded tower v0.5.3 |
| 1243 | 2026-07-23T04:29:53.922Z | Downloaded rayon v1.11.0 |
| 1244 | 2026-07-23T04:29:53.923Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1245 | 2026-07-23T04:29:53.923Z | Downloaded zerotrie v0.2.3 |
| 1246 | 2026-07-23T04:29:53.923Z | Downloaded zerocopy-derive v0.8.40 |
| 1247 | 2026-07-23T04:29:53.923Z | Downloaded salty v0.3.0 |
| 1248 | 2026-07-23T04:29:53.923Z | Downloaded moka v0.12.13 |
| 1249 | 2026-07-23T04:29:53.923Z | Downloaded quick-xml v0.37.5 |
| 1250 | 2026-07-23T04:29:53.923Z | Downloaded typed-path v0.9.3 |
| 1251 | 2026-07-23T04:29:53.923Z | Downloaded petname v2.0.2 |
| 1252 | 2026-07-23T04:29:53.923Z | Downloaded portable-atomic v1.13.1 |
| 1253 | 2026-07-23T04:29:53.923Z | Downloaded lalrpop v0.19.12 |
| 1254 | 2026-07-23T04:29:53.923Z | Downloaded aws-lc-rs v1.16.3 |
| 1255 | 2026-07-23T04:29:53.923Z | Downloaded x509-cert v0.2.5 |
| 1256 | 2026-07-23T04:29:53.923Z | Downloaded rawzip v0.4.4 |
| 1257 | 2026-07-23T04:29:53.923Z | Downloaded unicode-normalization v0.1.25 |
| 1258 | 2026-07-23T04:29:53.923Z | Downloaded proptest v1.10.0 |
| 1259 | 2026-07-23T04:29:53.923Z | Downloaded tower-http v0.6.8 |
| 1260 | 2026-07-23T04:29:53.923Z | Downloaded curve25519-dalek v4.1.3 |
| 1261 | 2026-07-23T04:29:53.923Z | Downloaded zip v4.6.1 |
| 1262 | 2026-07-23T04:29:53.923Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1263 | 2026-07-23T04:29:53.923Z | Downloaded nix v0.27.1 |
| 1264 | 2026-07-23T04:29:53.923Z | Downloaded tough v0.22.0 |
| 1265 | 2026-07-23T04:29:53.923Z | Downloaded russh v0.61.2 |
| 1266 | 2026-07-23T04:29:53.923Z | Downloaded zerovec v0.11.5 |
| 1267 | 2026-07-23T04:29:53.923Z | Downloaded tokio-util v0.7.18 |
| 1268 | 2026-07-23T04:29:53.938Z | Downloaded object v0.30.4 |
| 1269 | 2026-07-23T04:29:53.938Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-07-23T04:29:53.960Z | Downloaded winnow v0.6.26 |
| 1271 | 2026-07-23T04:29:53.960Z | Downloaded quinn-proto v0.11.13 |
| 1272 | 2026-07-23T04:29:53.973Z | Downloaded polar-core v0.27.3 |
| 1273 | 2026-07-23T04:29:53.974Z | Downloaded nix v0.28.0 |
| 1274 | 2026-07-23T04:29:53.974Z | Downloaded winnow v0.5.40 |
| 1275 | 2026-07-23T04:29:53.974Z | Downloaded serde_with v3.21.0 |
| 1276 | 2026-07-23T04:29:53.987Z | Downloaded radix_trie v0.2.1 |
| 1277 | 2026-07-23T04:29:53.987Z | Downloaded winnow v1.0.3 |
| 1278 | 2026-07-23T04:29:54.025Z | Downloaded openssl v0.10.79 |
| 1279 | 2026-07-23T04:29:54.025Z | Downloaded dropshot v0.17.1 |
| 1280 | 2026-07-23T04:29:54.073Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-07-23T04:29:54.073Z | Downloaded time v0.3.47 |
| 1282 | 2026-07-23T04:29:54.073Z | Downloaded nix v0.31.2 |
| 1283 | 2026-07-23T04:29:54.073Z | Downloaded regex-syntax v0.6.29 |
| 1284 | 2026-07-23T04:29:54.073Z | Downloaded hickory-proto v0.24.4 |
| 1285 | 2026-07-23T04:29:54.125Z | Downloaded zlib-rs v0.6.2 |
| 1286 | 2026-07-23T04:29:54.125Z | Downloaded openapiv3 v2.2.0 |
| 1287 | 2026-07-23T04:29:54.125Z | Downloaded vcpkg v0.2.15 |
| 1288 | 2026-07-23T04:29:54.125Z | Downloaded smoltcp v0.9.1 |
| 1289 | 2026-07-23T04:29:54.126Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-07-23T04:29:54.175Z | Downloaded object v0.37.3 |
| 1291 | 2026-07-23T04:29:54.175Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-07-23T04:29:54.175Z | Downloaded zerocopy v0.8.40 |
| 1293 | 2026-07-23T04:29:54.176Z | Downloaded smoltcp v0.11.0 |
| 1294 | 2026-07-23T04:29:54.176Z | Downloaded rustls v0.23.41 |
| 1295 | 2026-07-23T04:29:54.176Z | Downloaded rustix v0.38.44 |
| 1296 | 2026-07-23T04:29:54.176Z | Downloaded regress v0.10.5 |
| 1297 | 2026-07-23T04:29:54.204Z | Downloaded regex-syntax v0.8.10 |
| 1298 | 2026-07-23T04:29:54.204Z | Downloaded regress v0.11.1 |
| 1299 | 2026-07-23T04:29:54.243Z | Downloaded fiat-crypto v0.3.0 |
| 1300 | 2026-07-23T04:29:54.243Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-07-23T04:29:54.296Z | Downloaded ratatui v0.29.0 |
| 1302 | 2026-07-23T04:29:54.296Z | Downloaded sha3 v0.11.0 |
| 1303 | 2026-07-23T04:29:54.296Z | Downloaded sqlparser v0.61.0 |
| 1304 | 2026-07-23T04:29:54.296Z | Downloaded typify-impl v0.6.2 |
| 1305 | 2026-07-23T04:29:54.296Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1306 | 2026-07-23T04:29:54.296Z | Downloaded zerocopy-derive v0.6.6 |
| 1307 | 2026-07-23T04:29:54.296Z | Downloaded sled v0.34.7 |
| 1308 | 2026-07-23T04:29:54.334Z | Downloaded jiff v0.2.21 |
| 1309 | 2026-07-23T04:29:54.334Z | Downloaded regex-automata v0.4.14 |
| 1310 | 2026-07-23T04:29:54.334Z | Downloaded petgraph v0.8.3 |
| 1311 | 2026-07-23T04:29:54.334Z | Downloaded csv v1.4.0 |
| 1312 | 2026-07-23T04:29:54.334Z | Downloaded petgraph v0.6.5 |
| 1313 | 2026-07-23T04:29:54.341Z | Downloaded chrono-tz v0.10.4 |
| 1314 | 2026-07-23T04:29:54.341Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1315 | 2026-07-23T04:29:54.378Z | Downloaded ring v0.17.14 |
| 1316 | 2026-07-23T04:29:54.401Z | Downloaded libz-sys v1.1.24 |
| 1317 | 2026-07-23T04:29:54.422Z | Downloaded sha3 v0.10.8 |
| 1318 | 2026-07-23T04:29:54.439Z | Downloaded tokio v1.52.1 |
| 1319 | 2026-07-23T04:29:54.574Z | Downloaded encoding_rs v0.8.35 |
| 1320 | 2026-07-23T04:29:54.601Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1321 | 2026-07-23T04:29:55.076Z | Downloaded aws-lc-sys v0.40.0 |
| 1322 | 2026-07-23T04:29:55.327Z | Compiling libc v0.2.185 |
| 1323 | 2026-07-23T04:29:55.327Z | Compiling serde_core v1.0.228 |
| 1324 | 2026-07-23T04:29:55.327Z | Compiling serde v1.0.228 |
| 1325 | 2026-07-23T04:29:55.332Z | Compiling log v0.4.29 |
| 1326 | 2026-07-23T04:29:55.332Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-07-23T04:29:55.475Z | Compiling shlex v1.3.0 |
| 1328 | 2026-07-23T04:29:55.482Z | Compiling find-msvc-tools v0.1.9 |
| 1329 | 2026-07-23T04:29:55.485Z | Compiling syn v2.0.117 |
| 1330 | 2026-07-23T04:29:55.674Z | Compiling subtle v2.6.1 |
| 1331 | 2026-07-23T04:29:55.687Z | Compiling scopeguard v1.2.0 |
| 1332 | 2026-07-23T04:29:55.699Z | Compiling stable_deref_trait v1.2.1 |
| 1333 | 2026-07-23T04:29:55.754Z | Compiling typenum v1.20.1 |
| 1334 | 2026-07-23T04:29:55.781Z | Compiling lock_api v0.4.14 |
| 1335 | 2026-07-23T04:29:55.807Z | Compiling serde_json v1.0.150 |
| 1336 | 2026-07-23T04:29:55.819Z | Compiling portable-atomic v1.13.1 |
| 1337 | 2026-07-23T04:29:55.832Z | Compiling zerocopy v0.8.40 |
| 1338 | 2026-07-23T04:29:56.056Z | Compiling parking_lot_core v0.9.12 |
| 1339 | 2026-07-23T04:29:56.072Z | Compiling pin-project-lite v0.2.17 |
| 1340 | 2026-07-23T04:29:56.177Z | Compiling getrandom v0.4.1 |
| 1341 | 2026-07-23T04:29:56.326Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-07-23T04:29:56.340Z | Compiling pkg-config v0.3.32 |
| 1343 | 2026-07-23T04:29:56.397Z | Compiling jobserver v0.1.34 |
| 1344 | 2026-07-23T04:29:56.430Z | Compiling errno v0.3.14 |
| 1345 | 2026-07-23T04:29:56.534Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-07-23T04:29:56.589Z | Compiling libm v0.2.16 |
| 1347 | 2026-07-23T04:29:56.639Z | Compiling cc v1.2.56 |
| 1348 | 2026-07-23T04:29:56.878Z | Compiling rand_core v0.6.4 |
| 1349 | 2026-07-23T04:29:56.909Z | Compiling signal-hook-registry v1.4.8 |
| 1350 | 2026-07-23T04:29:56.996Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-07-23T04:29:57.039Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-07-23T04:29:57.141Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-07-23T04:29:57.150Z | Compiling futures-core v0.3.32 |
| 1354 | 2026-07-23T04:29:57.211Z | Compiling parking_lot v0.12.5 |
| 1355 | 2026-07-23T04:29:57.342Z | Compiling mio v1.2.0 |
| 1356 | 2026-07-23T04:29:57.414Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-07-23T04:29:57.545Z | Compiling litemap v0.8.1 |
| 1358 | 2026-07-23T04:29:57.609Z | Compiling writeable v0.6.2 |
| 1359 | 2026-07-23T04:29:57.638Z | Compiling percent-encoding v2.3.2 |
| 1360 | 2026-07-23T04:29:57.740Z | Compiling const-oid v0.9.6 |
| 1361 | 2026-07-23T04:29:57.829Z | Compiling bitflags v2.11.0 |
| 1362 | 2026-07-23T04:29:57.843Z | Compiling semver v1.0.28 |
| 1363 | 2026-07-23T04:29:58.004Z | Compiling icu_properties_data v2.1.2 |
| 1364 | 2026-07-23T04:29:58.120Z | Compiling icu_normalizer_data v2.1.1 |
| 1365 | 2026-07-23T04:29:58.231Z | Compiling socket2 v0.6.3 |
| 1366 | 2026-07-23T04:29:58.371Z | Compiling futures-sink v0.3.32 |
| 1367 | 2026-07-23T04:29:58.523Z | Compiling synstructure v0.13.2 |
| 1368 | 2026-07-23T04:29:58.539Z | Compiling futures-channel v0.3.32 |
| 1369 | 2026-07-23T04:29:58.540Z | Compiling slab v0.4.12 |
| 1370 | 2026-07-23T04:29:58.540Z | Compiling futures-io v0.3.32 |
| 1371 | 2026-07-23T04:29:58.636Z | Compiling futures-task v0.3.32 |
| 1372 | 2026-07-23T04:29:58.660Z | Compiling utf8_iter v1.0.4 |
| 1373 | 2026-07-23T04:29:58.686Z | Compiling indexmap v2.14.0 |
| 1374 | 2026-07-23T04:29:58.747Z | Compiling form_urlencoded v1.2.2 |
| 1375 | 2026-07-23T04:29:58.805Z | Compiling rustversion v1.0.22 |
| 1376 | 2026-07-23T04:29:58.821Z | Compiling getrandom v0.3.4 |
| 1377 | 2026-07-23T04:29:58.826Z | Compiling cmake v0.1.57 |
| 1378 | 2026-07-23T04:29:58.899Z | Compiling fs_extra v1.3.0 |
| 1379 | 2026-07-23T04:29:58.980Z | Compiling dunce v1.0.5 |
| 1380 | 2026-07-23T04:29:59.104Z | Compiling rustix v1.1.3 |
| 1381 | 2026-07-23T04:29:59.149Z | Compiling iana-time-zone v0.1.65 |
| 1382 | 2026-07-23T04:29:59.223Z | Compiling ident_case v1.0.1 |
| 1383 | 2026-07-23T04:29:59.318Z | Compiling aws-lc-sys v0.40.0 |
| 1384 | 2026-07-23T04:29:59.334Z | Compiling regex-syntax v0.8.10 |
| 1385 | 2026-07-23T04:29:59.334Z | Compiling uuid v1.23.4 |
| 1386 | 2026-07-23T04:29:59.362Z | Compiling base64ct v1.8.3 |
| 1387 | 2026-07-23T04:29:59.672Z | Compiling rand_core v0.9.5 |
| 1388 | 2026-07-23T04:29:59.765Z | Compiling vcpkg v0.2.15 |
| 1389 | 2026-07-23T04:29:59.840Z | Compiling base64 v0.22.1 |
| 1390 | 2026-07-23T04:29:59.943Z | Compiling pem-rfc7468 v0.7.0 |
| 1391 | 2026-07-23T04:30:00.068Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-07-23T04:30:00.247Z | Compiling tracing-core v0.1.36 |
| 1393 | 2026-07-23T04:30:00.277Z | Compiling serde_derive v1.0.228 |
| 1394 | 2026-07-23T04:30:00.277Z | Compiling zeroize_derive v1.4.3 |
| 1395 | 2026-07-23T04:30:00.393Z | Compiling zerofrom-derive v0.1.6 |
| 1396 | 2026-07-23T04:30:00.521Z | Compiling yoke-derive v0.8.1 |
| 1397 | 2026-07-23T04:30:00.759Z | Compiling zerovec-derive v0.11.2 |
| 1398 | 2026-07-23T04:30:00.876Z | Compiling zerocopy-derive v0.8.40 |
| 1399 | 2026-07-23T04:30:00.969Z | Compiling zeroize v1.8.2 |
| 1400 | 2026-07-23T04:30:01.163Z | Compiling displaydoc v0.2.5 |
| 1401 | 2026-07-23T04:30:01.764Z | Compiling tokio-macros v2.7.0 |
| 1402 | 2026-07-23T04:30:01.862Z | Compiling zerofrom v0.1.6 |
| 1403 | 2026-07-23T04:30:01.941Z | Compiling futures-macro v0.3.32 |
| 1404 | 2026-07-23T04:30:02.035Z | Compiling openssl-sys v0.9.115 |
| 1405 | 2026-07-23T04:30:02.056Z | Compiling yoke v0.8.1 |
| 1406 | 2026-07-23T04:30:02.183Z | Compiling zerovec v0.11.5 |
| 1407 | 2026-07-23T04:30:02.274Z | Compiling zerotrie v0.2.3 |
| 1408 | 2026-07-23T04:30:02.482Z | Compiling block-buffer v0.10.4 |
| 1409 | 2026-07-23T04:30:02.482Z | Compiling crypto-common v0.1.7 |
| 1410 | 2026-07-23T04:30:02.570Z | Compiling thiserror-impl v2.0.18 |
| 1411 | 2026-07-23T04:30:02.636Z | Compiling digest v0.10.7 |
| 1412 | 2026-07-23T04:30:02.668Z | Compiling tinystr v0.8.2 |
| 1413 | 2026-07-23T04:30:02.713Z | Compiling potential_utf v0.1.4 |
| 1414 | 2026-07-23T04:30:02.751Z | Compiling futures-util v0.3.32 |
| 1415 | 2026-07-23T04:30:02.870Z | Compiling icu_locale_core v2.1.1 |
| 1416 | 2026-07-23T04:30:02.871Z | Compiling icu_collections v2.1.1 |
| 1417 | 2026-07-23T04:30:02.902Z | Compiling tracing-attributes v0.1.31 |
| 1418 | 2026-07-23T04:30:03.367Z | Compiling der_derive v0.7.3 |
| 1419 | 2026-07-23T04:30:03.757Z | Compiling bytes v1.11.1 |
| 1420 | 2026-07-23T04:30:03.773Z | Compiling icu_provider v2.1.1 |
| 1421 | 2026-07-23T04:30:03.931Z | Compiling chrono v0.4.45 |
| 1422 | 2026-07-23T04:30:04.060Z | Compiling icu_normalizer v2.1.1 |
| 1423 | 2026-07-23T04:30:04.248Z | Compiling tokio v1.52.1 |
| 1424 | 2026-07-23T04:30:04.344Z | Compiling icu_properties v2.1.2 |
| 1425 | 2026-07-23T04:30:04.371Z | Compiling http v1.4.2 |
| 1426 | 2026-07-23T04:30:04.611Z | Compiling flagset v0.4.7 |
| 1427 | 2026-07-23T04:30:04.741Z | Compiling aws-lc-rs v1.16.3 |
| 1428 | 2026-07-23T04:30:05.037Z | Compiling http-body v1.0.1 |
| 1429 | 2026-07-23T04:30:05.062Z | Compiling der v0.7.10 |
| 1430 | 2026-07-23T04:30:05.195Z | Compiling idna_adapter v1.2.1 |
| 1431 | 2026-07-23T04:30:05.246Z | Compiling ppv-lite86 v0.2.21 |
| 1432 | 2026-07-23T04:30:05.338Z | Compiling idna v1.1.0 |
| 1433 | 2026-07-23T04:30:05.351Z | Compiling tracing v0.1.44 |
| 1434 | 2026-07-23T04:30:05.397Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-07-23T04:30:05.516Z | Compiling rand_chacha v0.9.0 |
| 1436 | 2026-07-23T04:30:05.544Z | Compiling rustls-pki-types v1.14.0 |
| 1437 | 2026-07-23T04:30:05.582Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-07-23T04:30:05.606Z | Compiling schemars v0.8.22 |
| 1439 | 2026-07-23T04:30:05.822Z | Compiling url v2.5.8 |
| 1440 | 2026-07-23T04:30:05.986Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-07-23T04:30:06.017Z | Compiling dyn-clone v1.0.20 |
| 1442 | 2026-07-23T04:30:06.056Z | Compiling httparse v1.10.1 |
| 1443 | 2026-07-23T04:30:06.132Z | Compiling cmov v0.5.4 |
| 1444 | 2026-07-23T04:30:06.192Z | Compiling openssl-probe v0.2.1 |
| 1445 | 2026-07-23T04:30:06.234Z | Compiling tinyvec v1.10.0 |
| 1446 | 2026-07-23T04:30:06.340Z | Compiling ctutils v0.4.2 |
| 1447 | 2026-07-23T04:30:06.362Z | Compiling spki v0.7.3 |
| 1448 | 2026-07-23T04:30:06.467Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-07-23T04:30:06.486Z | Compiling rand v0.9.2 |
| 1450 | 2026-07-23T04:30:06.618Z | Compiling pest_generator v2.8.6 |
| 1451 | 2026-07-23T04:30:06.677Z | Compiling aho-corasick v1.1.4 |
| 1452 | 2026-07-23T04:30:06.677Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-07-23T04:30:06.677Z | Compiling untrusted v0.7.1 |
| 1454 | 2026-07-23T04:30:06.753Z | Compiling try-lock v0.2.5 |
| 1455 | 2026-07-23T04:30:06.782Z | Compiling tower-layer v0.3.3 |
| 1456 | 2026-07-23T04:30:06.853Z | Compiling tower-service v0.3.3 |
| 1457 | 2026-07-23T04:30:06.938Z | Compiling tempfile v3.25.0 |
| 1458 | 2026-07-23T04:30:06.963Z | Compiling want v0.3.1 |
| 1459 | 2026-07-23T04:30:07.118Z | Compiling hybrid-array v0.4.13 |
| 1460 | 2026-07-23T04:30:07.323Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-07-23T04:30:07.339Z | Compiling ipnet v2.11.0 |
| 1462 | 2026-07-23T04:30:07.595Z | Compiling regex-automata v0.4.14 |
| 1463 | 2026-07-23T04:30:07.733Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-23T04:30:07.818Z | Compiling darling_core v0.20.11 |
| 1465 | 2026-07-23T04:30:07.888Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-07-23T04:30:07.978Z | Compiling untrusted v0.9.0 |
| 1467 | 2026-07-23T04:30:08.145Z | Compiling tokio-util v0.7.18 |
| 1468 | 2026-07-23T04:30:08.330Z | Compiling openssl v0.10.79 |
| 1469 | 2026-07-23T04:30:08.545Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-07-23T04:30:08.549Z | Compiling rustls v0.23.41 |
| 1471 | 2026-07-23T04:30:08.751Z | Compiling cpufeatures v0.2.17 |
| 1472 | 2026-07-23T04:30:08.776Z | Compiling h2 v0.4.15 |
| 1473 | 2026-07-23T04:30:08.819Z | Compiling scroll v0.13.0 |
| 1474 | 2026-07-23T04:30:09.067Z | Compiling foreign-types v0.3.2 |
| 1475 | 2026-07-23T04:30:09.087Z | Compiling unicode-normalization v0.1.25 |
| 1476 | 2026-07-23T04:30:09.113Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-07-23T04:30:09.374Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-07-23T04:30:09.609Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1479 | 2026-07-23T04:30:09.712Z | Compiling spin v0.9.8 |
| 1480 | 2026-07-23T04:30:09.794Z | Compiling crc32fast v1.5.0 |
| 1481 | 2026-07-23T04:30:09.839Z | Compiling powerfmt v0.2.0 |
| 1482 | 2026-07-23T04:30:09.932Z | Compiling num-conv v0.2.0 |
| 1483 | 2026-07-23T04:30:10.046Z | Compiling native-tls v0.2.18 |
| 1484 | 2026-07-23T04:30:10.083Z | Compiling time-core v0.1.8 |
| 1485 | 2026-07-23T04:30:10.083Z | Compiling darling_macro v0.20.11 |
| 1486 | 2026-07-23T04:30:10.095Z | Compiling deranged v0.5.8 |
| 1487 | 2026-07-23T04:30:10.147Z | Compiling time-macros v0.2.27 |
| 1488 | 2026-07-23T04:30:10.528Z | Compiling darling v0.20.11 |
| 1489 | 2026-07-23T04:30:10.611Z | Compiling goblin v0.10.5 |
| 1490 | 2026-07-23T04:30:11.043Z | Compiling sha2 v0.10.9 |
| 1491 | 2026-07-23T04:30:11.173Z | Compiling hmac v0.12.1 |
| 1492 | 2026-07-23T04:30:11.392Z | Compiling sync_wrapper v1.0.2 |
| 1493 | 2026-07-23T04:30:11.465Z | Compiling wait-timeout v0.2.1 |
| 1494 | 2026-07-23T04:30:11.603Z | Compiling usdt-impl v0.6.0 |
| 1495 | 2026-07-23T04:30:11.741Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-07-23T04:30:11.849Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-07-23T04:30:11.988Z | Compiling hyper v1.10.1 |
| 1498 | 2026-07-23T04:30:12.016Z | Compiling syn v1.0.109 |
| 1499 | 2026-07-23T04:30:12.316Z | Compiling crossbeam-utils v0.8.21 |
| 1500 | 2026-07-23T04:30:12.481Z | Compiling simd-adler32 v0.3.8 |
| 1501 | 2026-07-23T04:30:12.587Z | Compiling bit-vec v0.8.0 |
| 1502 | 2026-07-23T04:30:12.698Z | Compiling siphasher v1.0.2 |
| 1503 | 2026-07-23T04:30:12.845Z | Compiling bit-set v0.8.0 |
| 1504 | 2026-07-23T04:30:12.994Z | Compiling time v0.3.47 |
| 1505 | 2026-07-23T04:30:13.167Z | Compiling hyper-util v0.1.20 |
| 1506 | 2026-07-23T04:30:13.192Z | Compiling rusty-fork v0.3.1 |
| 1507 | 2026-07-23T04:30:13.221Z | Compiling tower v0.5.3 |
| 1508 | 2026-07-23T04:30:13.463Z | Compiling dof v0.4.0 |
| 1509 | 2026-07-23T04:30:13.483Z | Compiling derive_builder_core v0.20.2 |
| 1510 | 2026-07-23T04:30:13.877Z | Compiling dtrace-parser v0.3.0 |
| 1511 | 2026-07-23T04:30:14.335Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-07-23T04:30:14.505Z | Compiling heapless v0.7.17 |
| 1513 | 2026-07-23T04:30:14.567Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-07-23T04:30:14.580Z | Compiling scroll_derive v0.12.1 |
| 1515 | 2026-07-23T04:30:14.580Z | Compiling slog v2.8.2 |
| 1516 | 2026-07-23T04:30:14.667Z | Compiling rand_xorshift v0.4.0 |
| 1517 | 2026-07-23T04:30:14.756Z | Compiling darling_core v0.23.0 |
| 1518 | 2026-07-23T04:30:14.782Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-07-23T04:30:14.794Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-07-23T04:30:14.846Z | Compiling cookie v0.18.1 |
| 1521 | 2026-07-23T04:30:14.881Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-07-23T04:30:15.017Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-07-23T04:30:15.061Z | Compiling unicode-properties v0.1.4 |
| 1524 | 2026-07-23T04:30:15.082Z | Compiling paste v1.0.15 |
| 1525 | 2026-07-23T04:30:15.288Z | Compiling allocator-api2 v0.2.21 |
| 1526 | 2026-07-23T04:30:15.332Z | Compiling iri-string v0.7.10 |
| 1527 | 2026-07-23T04:30:15.361Z | Compiling signal-hook v0.3.18 |
| 1528 | 2026-07-23T04:30:15.383Z | Compiling unarray v0.1.4 |
| 1529 | 2026-07-23T04:30:15.471Z | Compiling unicode-bidi v0.3.18 |
| 1530 | 2026-07-23T04:30:15.520Z | Compiling adler2 v2.0.1 |
| 1531 | 2026-07-23T04:30:15.554Z | Compiling ryu v1.0.23 |
| 1532 | 2026-07-23T04:30:15.658Z | Compiling miniz_oxide v0.8.9 |
| 1533 | 2026-07-23T04:30:15.736Z | Compiling serde_urlencoded v0.7.1 |
| 1534 | 2026-07-23T04:30:15.806Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-07-23T04:30:15.907Z | Compiling stringprep v0.1.5 |
| 1536 | 2026-07-23T04:30:16.008Z | Compiling proptest v1.10.0 |
| 1537 | 2026-07-23T04:30:16.297Z | Compiling scroll v0.12.0 |
| 1538 | 2026-07-23T04:30:16.393Z | Compiling tower-http v0.6.8 |
| 1539 | 2026-07-23T04:30:16.841Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-07-23T04:30:16.864Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-07-23T04:30:17.040Z | Compiling camino v1.2.2 |
| 1542 | 2026-07-23T04:30:17.100Z | Compiling bstr v1.12.1 |
| 1543 | 2026-07-23T04:30:17.265Z | Compiling darling_macro v0.23.0 |
| 1544 | 2026-07-23T04:30:17.293Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2026-07-23T04:30:17.446Z | Compiling block-buffer v0.12.1 |
| 1546 | 2026-07-23T04:30:17.567Z | Compiling crypto-common v0.2.2 |
| 1547 | 2026-07-23T04:30:17.608Z | Compiling block-padding v0.4.2 |
| 1548 | 2026-07-23T04:30:17.698Z | Compiling rustls-native-certs v0.8.3 |
| 1549 | 2026-07-23T04:30:17.744Z | Compiling rand_chacha v0.3.1 |
| 1550 | 2026-07-23T04:30:17.771Z | Compiling hex v0.4.3 |
| 1551 | 2026-07-23T04:30:17.787Z | Compiling serde_spanned v0.6.9 |
| 1552 | 2026-07-23T04:30:17.922Z | Compiling toml_datetime v0.6.11 |
| 1553 | 2026-07-23T04:30:17.976Z | Compiling serde_tokenstream v0.2.3 |
| 1554 | 2026-07-23T04:30:18.028Z | Compiling erased-serde v0.3.31 |
| 1555 | 2026-07-23T04:30:18.178Z | Compiling md-5 v0.10.6 |
| 1556 | 2026-07-23T04:30:18.284Z | Compiling signature v2.2.0 |
| 1557 | 2026-07-23T04:30:18.340Z | Compiling curve25519-dalek v4.1.3 |
| 1558 | 2026-07-23T04:30:18.547Z | Compiling zerocopy-derive v0.7.35 |
| 1559 | 2026-07-23T04:30:18.592Z | Compiling pin-project-internal v1.1.11 |
| 1560 | 2026-07-23T04:30:18.592Z | Compiling async-trait v0.1.89 |
| 1561 | 2026-07-23T04:30:18.720Z | Compiling vergen-lib v9.1.0 |
| 1562 | 2026-07-23T04:30:18.883Z | Compiling hash32 v0.2.1 |
| 1563 | 2026-07-23T04:30:19.076Z | Compiling num-integer v0.1.46 |
| 1564 | 2026-07-23T04:30:19.208Z | Compiling memoffset v0.9.1 |
| 1565 | 2026-07-23T04:30:19.334Z | Compiling encoding_rs v0.8.35 |
| 1566 | 2026-07-23T04:30:19.394Z | Compiling mime v0.3.17 |
| 1567 | 2026-07-23T04:30:19.426Z | Compiling fallible-iterator v0.2.0 |
| 1568 | 2026-07-23T04:30:19.537Z | Compiling cfg_aliases v0.2.1 |
| 1569 | 2026-07-23T04:30:19.631Z | Compiling litrs v1.0.0 |
| 1570 | 2026-07-23T04:30:19.646Z | Compiling psl-types v2.0.11 |
| 1571 | 2026-07-23T04:30:19.651Z | Compiling num-bigint-dig v0.8.6 |
| 1572 | 2026-07-23T04:30:19.743Z | Compiling rustix v0.38.44 |
| 1573 | 2026-07-23T04:30:19.759Z | Compiling ref-cast v1.0.25 |
| 1574 | 2026-07-23T04:30:19.851Z | Compiling smoltcp v0.9.1 |
| 1575 | 2026-07-23T04:30:20.068Z | Compiling zlib-rs v0.6.2 |
| 1576 | 2026-07-23T04:30:20.115Z | Compiling document-features v0.2.12 |
| 1577 | 2026-07-23T04:30:20.234Z | Compiling publicsuffix v2.3.0 |
| 1578 | 2026-07-23T04:30:20.253Z | Compiling postgres-protocol v0.6.10 |
| 1579 | 2026-07-23T04:30:20.406Z | Compiling pin-project v1.1.11 |
| 1580 | 2026-07-23T04:30:20.511Z | Compiling nix v0.31.2 |
| 1581 | 2026-07-23T04:30:20.677Z | Compiling hubpack_derive v0.1.1 |
| 1582 | 2026-07-23T04:30:20.804Z | Compiling zerocopy v0.7.35 |
| 1583 | 2026-07-23T04:30:20.827Z | Compiling num-iter v0.1.45 |
| 1584 | 2026-07-23T04:30:21.047Z | Compiling newtype-uuid v1.3.2 |
| 1585 | 2026-07-23T04:30:21.153Z | Compiling rand v0.8.6 |
| 1586 | 2026-07-23T04:30:21.308Z | Compiling darling v0.23.0 |
| 1587 | 2026-07-23T04:30:21.331Z | Compiling inout v0.2.2 |
| 1588 | 2026-07-23T04:30:21.345Z | Compiling oxnet v0.1.6 |
| 1589 | 2026-07-23T04:30:21.352Z | Compiling derive_builder v0.20.2 |
| 1590 | 2026-07-23T04:30:21.467Z | Compiling hyper-tls v0.6.0 |
| 1591 | 2026-07-23T04:30:21.495Z | Compiling goblin v0.8.2 |
| 1592 | 2026-07-23T04:30:22.115Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-07-23T04:30:22.243Z | Compiling regex v1.12.3 |
| 1594 | 2026-07-23T04:30:22.336Z | Compiling lazy_static v1.5.0 |
| 1595 | 2026-07-23T04:30:22.350Z | Compiling anstyle-parse v0.2.7 |
| 1596 | 2026-07-23T04:30:22.362Z | Compiling futures-executor v0.3.32 |
| 1597 | 2026-07-23T04:30:22.430Z | Compiling terminal_size v0.4.3 |
| 1598 | 2026-07-23T04:30:22.529Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1599 | 2026-07-23T04:30:22.573Z | Compiling daft-derive v0.1.7 |
| 1600 | 2026-07-23T04:30:22.620Z | Compiling strum_macros v0.27.2 |
| 1601 | 2026-07-23T04:30:22.667Z | Compiling snafu-derive v0.8.9 |
| 1602 | 2026-07-23T04:30:23.185Z | Compiling flate2 v1.1.9 |
| 1603 | 2026-07-23T04:30:23.310Z | Compiling ref-cast-impl v1.0.25 |
| 1604 | 2026-07-23T04:30:23.422Z | Compiling vergen v9.1.0 |
| 1605 | 2026-07-23T04:30:23.623Z | Compiling cargo-platform v0.3.2 |
| 1606 | 2026-07-23T04:30:23.656Z | Compiling ff v0.13.1 |
| 1607 | 2026-07-23T04:30:23.761Z | Compiling fs-err v3.3.0 |
| 1608 | 2026-07-23T04:30:23.867Z | Compiling ahash v0.8.12 |
| 1609 | 2026-07-23T04:30:23.881Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-07-23T04:30:23.994Z | Compiling bumpalo v3.20.2 |
| 1611 | 2026-07-23T04:30:24.090Z | Compiling unicode-segmentation v1.12.0 |
| 1612 | 2026-07-23T04:30:24.105Z | Compiling same-file v1.0.6 |
| 1613 | 2026-07-23T04:30:24.221Z | Compiling winnow v0.5.40 |
| 1614 | 2026-07-23T04:30:24.271Z | Compiling libbz2-rs-sys v0.2.2 |
| 1615 | 2026-07-23T04:30:24.490Z | Compiling managed v0.8.0 |
| 1616 | 2026-07-23T04:30:24.581Z | Compiling base16ct v0.2.0 |
| 1617 | 2026-07-23T04:30:24.597Z | Compiling foldhash v0.1.5 |
| 1618 | 2026-07-23T04:30:24.704Z | Compiling bitflags v1.3.2 |
| 1619 | 2026-07-23T04:30:24.753Z | Compiling object v0.37.3 |
| 1620 | 2026-07-23T04:30:24.780Z | Compiling hashbrown v0.15.5 |
| 1621 | 2026-07-23T04:30:24.964Z | Compiling sec1 v0.7.3 |
| 1622 | 2026-07-23T04:30:24.978Z | Compiling bzip2 v0.6.1 |
| 1623 | 2026-07-23T04:30:25.081Z | Compiling strum v0.27.2 |
| 1624 | 2026-07-23T04:30:25.188Z | Compiling snafu v0.8.9 |
| 1625 | 2026-07-23T04:30:25.210Z | Compiling walkdir v2.5.0 |
| 1626 | 2026-07-23T04:30:25.232Z | Compiling zopfli v0.8.3 |
| 1627 | 2026-07-23T04:30:25.364Z | Compiling hashbrown v0.16.1 |
| 1628 | 2026-07-23T04:30:25.518Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-07-23T04:30:25.561Z | Compiling clap_builder v4.6.0 |
| 1630 | 2026-07-23T04:30:25.641Z | Compiling cargo_metadata v0.23.1 |
| 1631 | 2026-07-23T04:30:25.729Z | Compiling group v0.13.0 |
| 1632 | 2026-07-23T04:30:25.895Z | Compiling dof v0.3.0 |
| 1633 | 2026-07-23T04:30:25.928Z | Compiling daft v0.1.7 |
| 1634 | 2026-07-23T04:30:26.212Z | Compiling futures v0.3.32 |
| 1635 | 2026-07-23T04:30:26.289Z | Compiling anstream v0.6.21 |
| 1636 | 2026-07-23T04:30:26.628Z | Compiling phf v0.13.1 |
| 1637 | 2026-07-23T04:30:26.808Z | Compiling signal-hook-mio v0.2.5 |
| 1638 | 2026-07-23T04:30:26.823Z | Compiling cookie_store v0.22.1 |
| 1639 | 2026-07-23T04:30:27.058Z | Compiling reqwest v0.12.28 |
| 1640 | 2026-07-23T04:30:27.294Z | Compiling zstd v0.13.3 |
| 1641 | 2026-07-23T04:30:27.480Z | Compiling bzip2 v0.4.4 |
| 1642 | 2026-07-23T04:30:27.571Z | Compiling cipher v0.5.2 |
| 1643 | 2026-07-23T04:30:27.710Z | Compiling serde_with_macros v3.21.0 |
| 1644 | 2026-07-23T04:30:27.892Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-07-23T04:30:28.204Z | Compiling postgres-types v0.2.12 |
| 1646 | 2026-07-23T04:30:28.590Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-07-23T04:30:28.755Z | Compiling usdt-macro v0.6.0 |
| 1648 | 2026-07-23T04:30:28.835Z | Compiling usdt-attr-macro v0.6.0 |
| 1649 | 2026-07-23T04:30:28.979Z | Compiling globset v0.4.18 |
| 1650 | 2026-07-23T04:30:29.354Z | Compiling dtrace-parser v0.2.0 |
| 1651 | 2026-07-23T04:30:29.490Z | Compiling phf_shared v0.11.3 |
| 1652 | 2026-07-23T04:30:29.521Z | Compiling hkdf v0.12.4 |
| 1653 | 2026-07-23T04:30:29.643Z | Compiling olpc-cjson v0.1.4 |
| 1654 | 2026-07-23T04:30:29.675Z | Compiling pkcs1 v0.7.5 |
| 1655 | 2026-07-23T04:30:29.695Z | Compiling serde_plain v1.0.2 |
| 1656 | 2026-07-23T04:30:29.695Z | Compiling serde-big-array v0.5.1 |
| 1657 | 2026-07-23T04:30:29.801Z | Compiling crypto-bigint v0.5.5 |
| 1658 | 2026-07-23T04:30:29.828Z | Compiling enum-as-inner v0.6.1 |
| 1659 | 2026-07-23T04:30:29.893Z | Compiling clap_derive v4.6.1 |
| 1660 | 2026-07-23T04:30:30.061Z | Compiling async-recursion v1.1.1 |
| 1661 | 2026-07-23T04:30:30.061Z | Compiling serde_repr v0.1.20 |
| 1662 | 2026-07-23T04:30:30.341Z | Compiling strum_macros v0.26.4 |
| 1663 | 2026-07-23T04:30:30.614Z | Compiling pem v3.0.6 |
| 1664 | 2026-07-23T04:30:30.723Z | Compiling float-cmp v0.10.0 |
| 1665 | 2026-07-23T04:30:30.773Z | Compiling memmap2 v0.9.10 |
| 1666 | 2026-07-23T04:30:30.877Z | Compiling thread-id v4.2.2 |
| 1667 | 2026-07-23T04:30:30.941Z | Compiling env_filter v1.0.0 |
| 1668 | 2026-07-23T04:30:30.961Z | Compiling fixedbitset v0.5.7 |
| 1669 | 2026-07-23T04:30:30.986Z | Compiling normalize-line-endings v0.3.0 |
| 1670 | 2026-07-23T04:30:31.087Z | Compiling difflib v0.4.0 |
| 1671 | 2026-07-23T04:30:31.242Z | Compiling fixedbitset v0.4.2 |
| 1672 | 2026-07-23T04:30:31.264Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-07-23T04:30:31.468Z | Compiling keccak v0.1.6 |
| 1674 | 2026-07-23T04:30:31.676Z | Compiling jiff v0.2.21 |
| 1675 | 2026-07-23T04:30:31.698Z | Compiling either v1.15.0 |
| 1676 | 2026-07-23T04:30:31.910Z | Compiling data-encoding v2.10.0 |
| 1677 | 2026-07-23T04:30:31.959Z | Compiling const-oid v0.10.2 |
| 1678 | 2026-07-23T04:30:32.124Z | Compiling predicates-core v1.0.10 |
| 1679 | 2026-07-23T04:30:32.174Z | Compiling whoami v2.1.0 |
| 1680 | 2026-07-23T04:30:32.273Z | Compiling precomputed-hash v0.1.1 |
| 1681 | 2026-07-23T04:30:32.292Z | Compiling new_debug_unreachable v1.0.6 |
| 1682 | 2026-07-23T04:30:32.306Z | Compiling cpufeatures v0.3.0 |
| 1683 | 2026-07-23T04:30:32.345Z | Compiling static_assertions v1.1.0 |
| 1684 | 2026-07-23T04:30:32.363Z | Compiling winnow v1.0.3 |
| 1685 | 2026-07-23T04:30:32.379Z | Compiling toml_edit v0.22.27 |
| 1686 | 2026-07-23T04:30:32.418Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1687 | 2026-07-23T04:30:32.553Z | Compiling tokio-postgres v0.7.16 |
| 1688 | 2026-07-23T04:30:32.556Z | Compiling chacha20 v0.10.0 |
| 1689 | 2026-07-23T04:30:32.608Z | Compiling string_cache v0.8.9 |
| 1690 | 2026-07-23T04:30:32.728Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1691 | 2026-07-23T04:30:32.833Z | Compiling predicates v3.1.4 |
| 1692 | 2026-07-23T04:30:32.931Z | Compiling hickory-proto v0.25.2 |
| 1693 | 2026-07-23T04:30:33.352Z | Compiling strum v0.26.3 |
| 1694 | 2026-07-23T04:30:33.483Z | Compiling digest v0.11.3 |
| 1695 | 2026-07-23T04:30:33.486Z | Compiling itertools v0.13.0 |
| 1696 | 2026-07-23T04:30:33.719Z | Compiling clap v4.6.1 |
| 1697 | 2026-07-23T04:30:33.821Z | Compiling sha3 v0.10.8 |
| 1698 | 2026-07-23T04:30:34.259Z | Compiling zip v4.6.1 |
| 1699 | 2026-07-23T04:30:34.715Z | Compiling petgraph v0.6.5 |
| 1700 | 2026-07-23T04:30:34.752Z | Compiling petgraph v0.8.3 |
| 1701 | 2026-07-23T04:30:35.110Z | Compiling env_logger v0.11.9 |
| 1702 | 2026-07-23T04:30:35.210Z | Compiling usdt-impl v0.5.0 |
| 1703 | 2026-07-23T04:30:35.216Z | Compiling usdt v0.6.0 |
| 1704 | 2026-07-23T04:30:35.462Z | Compiling elliptic-curve v0.13.8 |
| 1705 | 2026-07-23T04:30:35.486Z | Compiling rsa v0.9.10 |
| 1706 | 2026-07-23T04:30:35.799Z | Compiling crossterm v0.28.1 |
| 1707 | 2026-07-23T04:30:35.842Z | Compiling serde_with v3.21.0 |
| 1708 | 2026-07-23T04:30:35.859Z | Compiling ed25519-dalek v2.2.0 |
| 1709 | 2026-07-23T04:30:36.501Z | Compiling zip v0.6.6 |
| 1710 | 2026-07-23T04:30:37.106Z | Compiling toml v0.7.8 |
| 1711 | 2026-07-23T04:30:37.121Z | Compiling iddqd v0.4.2 |
| 1712 | 2026-07-23T04:30:37.708Z | Compiling heck v0.4.1 |
| 1713 | 2026-07-23T04:30:37.723Z | Compiling similar v2.7.0 |
| 1714 | 2026-07-23T04:30:37.783Z | Compiling byte-wrapper v0.1.0 |
| 1715 | 2026-07-23T04:30:37.929Z | Compiling crossbeam-epoch v0.9.18 |
| 1716 | 2026-07-23T04:30:37.932Z | Compiling tokio-stream v0.1.18 |
| 1717 | 2026-07-23T04:30:38.123Z | Compiling buf-list v1.1.2 |
| 1718 | 2026-07-23T04:30:38.265Z | Compiling x509-cert v0.2.5 |
| 1719 | 2026-07-23T04:30:38.396Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1720 | 2026-07-23T04:30:38.402Z | Compiling openapiv3 v2.2.0 |
| 1721 | 2026-07-23T04:30:38.426Z | Compiling peg-runtime v0.8.5 |
| 1722 | 2026-07-23T04:30:38.598Z | Compiling lalrpop-util v0.19.12 |
| 1723 | 2026-07-23T04:30:38.695Z | Compiling thread_local v1.1.9 |
| 1724 | 2026-07-23T04:30:38.712Z | Compiling slog-async v2.8.0 |
| 1725 | 2026-07-23T04:30:38.786Z | Compiling crossbeam-channel v0.5.15 |
| 1726 | 2026-07-23T04:30:38.789Z | Compiling filetime v0.2.27 |
| 1727 | 2026-07-23T04:30:38.947Z | Compiling is-terminal v0.4.17 |
| 1728 | 2026-07-23T04:30:38.973Z | Compiling term v1.2.1 |
| 1729 | 2026-07-23T04:30:39.035Z | Compiling xattr v1.6.1 |
| 1730 | 2026-07-23T04:30:39.047Z | Compiling take_mut v0.2.2 |
| 1731 | 2026-07-23T04:30:39.159Z | Compiling tar v0.4.46 |
| 1732 | 2026-07-23T04:30:39.235Z | Compiling slog-term v2.9.2 |
| 1733 | 2026-07-23T04:30:39.554Z | Compiling camino-tempfile v1.4.1 |
| 1734 | 2026-07-23T04:30:49.765Z | Compiling rustls-webpki v0.103.13 |
| 1735 | 2026-07-23T04:30:52.463Z | Compiling tokio-rustls v0.26.4 |
| 1736 | 2026-07-23T04:30:52.463Z | Compiling rustls-platform-verifier v0.6.2 |
| 1737 | 2026-07-23T04:30:52.470Z | Compiling tough v0.22.0 |
| 1738 | 2026-07-23T04:30:52.666Z | Compiling hyper-rustls v0.27.7 |
| 1739 | 2026-07-23T04:30:52.868Z | Compiling reqwest v0.13.2 |
| 1740 | 2026-07-23T04:30:55.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1741 | 2026-07-23T04:30:55.318Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1742 | 2026-07-23T04:30:58.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1743 | 2026-07-23T04:30:58.325Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1744 | 2026-07-23T04:30:58.425Z | Jul 23 04:30:57.089 INFO Starting download, target: MaghemiteMgd |
| 1745 | 2026-07-23T04:30:58.468Z | Jul 23 04:30:57.089 INFO Starting download, target: DendriteStub |
| 1746 | 2026-07-23T04:30:58.469Z | Jul 23 04:30:57.089 INFO Starting download, target: Clickhouse |
| 1747 | 2026-07-23T04:30:58.469Z | Jul 23 04:30:57.089 INFO Starting download, target: Cockroach |
| 1748 | 2026-07-23T04:30:58.469Z | Jul 23 04:30:57.089 INFO Starting download, target: MaghemiteDdmd |
| 1749 | 2026-07-23T04:30:58.469Z | Jul 23 04:30:57.090 INFO Starting download, target: Console |
| 1750 | 2026-07-23T04:30:58.469Z | Jul 23 04:30:57.090 INFO Starting download, target: TransceiverControl |
| 1751 | 2026-07-23T04:30:58.470Z | Jul 23 04:30:57.090 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1752 | 2026-07-23T04:30:58.470Z | Jul 23 04:30:57.090 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1753 | 2026-07-23T04:30:58.470Z | Jul 23 04:30:57.090 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1754 | 2026-07-23T04:30:58.470Z | Jul 23 04:30:57.090 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1755 | 2026-07-23T04:30:58.470Z | Jul 23 04:30:57.090 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1756 | 2026-07-23T04:30:58.470Z | Jul 23 04:30:57.090 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1757 | 2026-07-23T04:30:58.470Z | Jul 23 04:30:57.090 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1758 | 2026-07-23T04:30:59.288Z | Jul 23 04:30:57.969 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1759 | 2026-07-23T04:30:59.509Z | Jul 23 04:30:58.191 INFO Download complete, target: TransceiverControl |
| 1760 | 2026-07-23T04:31:00.146Z | Jul 23 04:30:58.842 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1761 | 2026-07-23T04:31:00.292Z | Jul 23 04:30:58.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1762 | 2026-07-23T04:31:00.560Z | Jul 23 04:30:59.249 INFO Download complete, target: Console |
| 1763 | 2026-07-23T04:31:00.812Z | Jul 23 04:30:59.518 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1764 | 2026-07-23T04:31:01.136Z | Jul 23 04:30:59.845 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1765 | 2026-07-23T04:31:01.767Z | Jul 23 04:31:00.482 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1766 | 2026-07-23T04:31:02.068Z | Jul 23 04:31:00.776 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1767 | 2026-07-23T04:31:02.068Z | Jul 23 04:31:00.776 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1768 | 2026-07-23T04:31:02.915Z | Jul 23 04:31:01.629 INFO Download complete, target: MaghemiteDdmd |
| 1769 | 2026-07-23T04:31:03.636Z | Jul 23 04:31:02.344 INFO Download complete, target: DendriteStub |
| 1770 | 2026-07-23T04:31:04.381Z | Jul 23 04:31:03.097 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-07-23T04:31:06.885Z | Jul 23 04:31:05.562 INFO Checking that binary works, target: Cockroach |
| 1772 | 2026-07-23T04:31:07.090Z | Jul 23 04:31:05.775 INFO Checking that binary works, target: Clickhouse |
| 1773 | 2026-07-23T04:31:07.187Z | Jul 23 04:31:05.883 INFO Download complete, target: Cockroach |
| 1774 | 2026-07-23T04:31:07.282Z | Jul 23 04:31:05.985 INFO Download complete, target: Clickhouse |
| 1775 | 2026-07-23T04:31:07.298Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1776 | 2026-07-23T04:31:07.299Z | |
| 1777 | 2026-07-23T04:31:07.299Z | real 2:04.453611821 |
| 1778 | 2026-07-23T04:31:07.299Z | user 6:39.332398452 |
| 1779 | 2026-07-23T04:31:07.299Z | sys 1:21.842684801 |
| 1780 | 2026-07-23T04:31:07.299Z | trap 0.223296242 |
| 1781 | 2026-07-23T04:31:07.299Z | tflt 0.802264878 |
| 1782 | 2026-07-23T04:31:07.299Z | dflt 1.350638259 |
| 1783 | 2026-07-23T04:31:07.299Z | kflt 0.063014215 |
| 1784 | 2026-07-23T04:31:07.299Z | lock 21:40.681104912 |
| 1785 | 2026-07-23T04:31:07.299Z | slp 20:19.030890849 |
| 1786 | 2026-07-23T04:31:07.299Z | lat 42.844576602 |
| 1787 | 2026-07-23T04:31:07.299Z | stop 1:57.650557247 |
| 1788 | 2026-07-23T04:31:07.299Z | + banner hack-check |
| 1789 | 2026-07-23T04:31:07.299Z | |
| 1790 | 2026-07-23T04:31:07.300Z | # # ## #### # # #### # # ###### #### # # |
| 1791 | 2026-07-23T04:31:07.300Z | # # # # # # # # # # # # # # # # # |
| 1792 | 2026-07-23T04:31:07.300Z | ###### # # # #### ##### # ###### ##### # #### |
| 1793 | 2026-07-23T04:31:07.300Z | # # ###### # # # # # # # # # # |
| 1794 | 2026-07-23T04:31:07.300Z | # # # # # # # # # # # # # # # # # |
| 1795 | 2026-07-23T04:31:07.300Z | # # # # #### # # #### # # ###### #### # # |
| 1796 | 2026-07-23T04:31:07.300Z | |
| 1797 | 2026-07-23T04:31:07.300Z | + export CARGO_INCREMENTAL=0 |
| 1798 | 2026-07-23T04:31:07.300Z | + CARGO_INCREMENTAL=0 |
| 1799 | 2026-07-23T04:31:07.300Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1800 | 2026-07-23T04:31:07.859Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1801 | 2026-07-23T04:31:08.113Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1802 | 2026-07-23T04:31:09.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1803 | 2026-07-23T04:31:09.863Z | Running `target/debug/xtask check-features --ci` |
| 1804 | 2026-07-23T04:31:09.889Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1805 | 2026-07-23T04:31:09.892Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1806 | 2026-07-23T04:31:10.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1807 | 2026-07-23T04:31:10.338Z | Running `target/debug/xtask download cargo-hack` |
| 1808 | 2026-07-23T04:31:11.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1809 | 2026-07-23T04:31:11.460Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1810 | 2026-07-23T04:31:13.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 1811 | 2026-07-23T04:31:14.119Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1812 | 2026-07-23T04:31:14.160Z | Jul 23 04:31:12.878 INFO Starting download, target: CargoHack |
| 1813 | 2026-07-23T04:31:14.165Z | Jul 23 04:31:12.878 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1814 | 2026-07-23T04:31:14.367Z | Jul 23 04:31:13.085 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1815 | 2026-07-23T04:31:14.422Z | Jul 23 04:31:13.136 INFO Download complete, target: CargoHack |
| 1816 | 2026-07-23T04:31:14.504Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1817 | 2026-07-23T04:31:14.522Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1818 | 2026-07-23T04:31:14.593Z | info: running `cargo check --bins` on api_identity (1/303) |
| 1819 | 2026-07-23T04:31:15.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-07-23T04:31:15.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-07-23T04:31:15.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-07-23T04:31:15.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1823 | 2026-07-23T04:31:15.112Z | |
| 1824 | 2026-07-23T04:31:15.112Z | info: running `cargo check --bins` on bootstore (2/303) |
| 1825 | 2026-07-23T04:31:15.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-07-23T04:31:15.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-07-23T04:31:15.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-07-23T04:31:15.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1829 | 2026-07-23T04:31:15.633Z | |
| 1830 | 2026-07-23T04:31:15.633Z | info: running `cargo check --bins` on omicron-ledger (3/303) |
| 1831 | 2026-07-23T04:31:16.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-07-23T04:31:16.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-07-23T04:31:16.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-07-23T04:31:16.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1835 | 2026-07-23T04:31:16.169Z | |
| 1836 | 2026-07-23T04:31:16.169Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303) |
| 1837 | 2026-07-23T04:31:16.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-07-23T04:31:16.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-07-23T04:31:16.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-07-23T04:31:16.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1841 | 2026-07-23T04:31:16.731Z | |
| 1842 | 2026-07-23T04:31:16.731Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303) |
| 1843 | 2026-07-23T04:31:17.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-07-23T04:31:17.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-07-23T04:31:17.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-07-23T04:31:17.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1847 | 2026-07-23T04:31:17.184Z | |
| 1848 | 2026-07-23T04:31:17.184Z | info: running `cargo check --bins` on omicron-certificates (6/303) |
| 1849 | 2026-07-23T04:31:17.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-07-23T04:31:17.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-07-23T04:31:17.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-07-23T04:31:17.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1853 | 2026-07-23T04:31:17.710Z | |
| 1854 | 2026-07-23T04:31:17.710Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/303) |
| 1855 | 2026-07-23T04:31:18.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-07-23T04:31:18.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-07-23T04:31:18.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-07-23T04:31:18.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1859 | 2026-07-23T04:31:18.245Z | |
| 1860 | 2026-07-23T04:31:18.245Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303) |
| 1861 | 2026-07-23T04:31:18.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-07-23T04:31:18.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-07-23T04:31:18.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-07-23T04:31:18.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1865 | 2026-07-23T04:31:18.786Z | |
| 1866 | 2026-07-23T04:31:18.786Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303) |
| 1867 | 2026-07-23T04:31:19.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-07-23T04:31:19.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-07-23T04:31:19.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-07-23T04:31:19.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1871 | 2026-07-23T04:31:19.180Z | |
| 1872 | 2026-07-23T04:31:19.180Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303) |
| 1873 | 2026-07-23T04:31:19.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-07-23T04:31:19.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-07-23T04:31:19.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-07-23T04:31:19.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1877 | 2026-07-23T04:31:19.582Z | |
| 1878 | 2026-07-23T04:31:19.582Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303) |
| 1879 | 2026-07-23T04:31:19.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-07-23T04:31:19.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-07-23T04:31:19.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-07-23T04:31:19.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1883 | 2026-07-23T04:31:19.981Z | |
| 1884 | 2026-07-23T04:31:19.982Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303) |
| 1885 | 2026-07-23T04:31:20.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-07-23T04:31:20.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-07-23T04:31:20.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-07-23T04:31:20.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1889 | 2026-07-23T04:31:20.387Z | |
| 1890 | 2026-07-23T04:31:20.387Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303) |
| 1891 | 2026-07-23T04:31:20.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-07-23T04:31:20.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-07-23T04:31:20.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-07-23T04:31:20.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1895 | 2026-07-23T04:31:20.794Z | |
| 1896 | 2026-07-23T04:31:20.794Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303) |
| 1897 | 2026-07-23T04:31:21.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-07-23T04:31:21.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-07-23T04:31:21.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-07-23T04:31:21.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1901 | 2026-07-23T04:31:21.202Z | |
| 1902 | 2026-07-23T04:31:21.202Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303) |
| 1903 | 2026-07-23T04:31:21.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-07-23T04:31:21.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-07-23T04:31:21.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-07-23T04:31:21.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1907 | 2026-07-23T04:31:21.605Z | |
| 1908 | 2026-07-23T04:31:21.605Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303) |
| 1909 | 2026-07-23T04:31:21.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-07-23T04:31:21.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-07-23T04:31:21.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-07-23T04:31:21.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1913 | 2026-07-23T04:31:22.005Z | |
| 1914 | 2026-07-23T04:31:22.005Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303) |
| 1915 | 2026-07-23T04:31:22.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-07-23T04:31:22.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-07-23T04:31:22.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-07-23T04:31:22.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1919 | 2026-07-23T04:31:22.454Z | |
| 1920 | 2026-07-23T04:31:22.454Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303) |
| 1921 | 2026-07-23T04:31:22.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-07-23T04:31:22.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-07-23T04:31:22.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-07-23T04:31:22.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1925 | 2026-07-23T04:31:22.862Z | |
| 1926 | 2026-07-23T04:31:22.862Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303) |
| 1927 | 2026-07-23T04:31:23.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-07-23T04:31:23.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-07-23T04:31:23.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-07-23T04:31:23.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1931 | 2026-07-23T04:31:23.231Z | |
| 1932 | 2026-07-23T04:31:23.231Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303) |
| 1933 | 2026-07-23T04:31:23.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-07-23T04:31:23.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-07-23T04:31:23.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-07-23T04:31:23.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1937 | 2026-07-23T04:31:23.615Z | |
| 1938 | 2026-07-23T04:31:23.615Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303) |
| 1939 | 2026-07-23T04:31:23.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-07-23T04:31:24.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-07-23T04:31:24.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-07-23T04:31:24.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1943 | 2026-07-23T04:31:24.111Z | |
| 1944 | 2026-07-23T04:31:24.111Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303) |
| 1945 | 2026-07-23T04:31:24.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-07-23T04:31:24.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-07-23T04:31:24.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-07-23T04:31:24.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1949 | 2026-07-23T04:31:24.437Z | |
| 1950 | 2026-07-23T04:31:24.438Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303) |
| 1951 | 2026-07-23T04:31:24.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-07-23T04:31:24.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-07-23T04:31:24.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-07-23T04:31:24.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1955 | 2026-07-23T04:31:24.829Z | |
| 1956 | 2026-07-23T04:31:24.829Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303) |
| 1957 | 2026-07-23T04:31:25.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-07-23T04:31:25.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-07-23T04:31:25.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-07-23T04:31:25.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1961 | 2026-07-23T04:31:25.233Z | |
| 1962 | 2026-07-23T04:31:25.233Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303) |
| 1963 | 2026-07-23T04:31:25.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-07-23T04:31:25.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-07-23T04:31:25.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-07-23T04:31:25.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1967 | 2026-07-23T04:31:25.642Z | |
| 1968 | 2026-07-23T04:31:25.642Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303) |
| 1969 | 2026-07-23T04:31:25.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-07-23T04:31:25.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-07-23T04:31:25.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-07-23T04:31:25.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1973 | 2026-07-23T04:31:26.039Z | |
| 1974 | 2026-07-23T04:31:26.039Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303) |
| 1975 | 2026-07-23T04:31:26.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-07-23T04:31:26.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-07-23T04:31:26.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-07-23T04:31:26.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1979 | 2026-07-23T04:31:26.443Z | |
| 1980 | 2026-07-23T04:31:26.443Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303) |
| 1981 | 2026-07-23T04:31:26.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-07-23T04:31:26.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-07-23T04:31:26.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-07-23T04:31:26.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1985 | 2026-07-23T04:31:26.844Z | |
| 1986 | 2026-07-23T04:31:26.844Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303) |
| 1987 | 2026-07-23T04:31:27.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-07-23T04:31:27.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-07-23T04:31:27.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-07-23T04:31:27.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1991 | 2026-07-23T04:31:27.248Z | |
| 1992 | 2026-07-23T04:31:27.248Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303) |
| 1993 | 2026-07-23T04:31:27.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-07-23T04:31:27.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-07-23T04:31:27.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-07-23T04:31:27.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1997 | 2026-07-23T04:31:27.651Z | |
| 1998 | 2026-07-23T04:31:27.651Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303) |
| 1999 | 2026-07-23T04:31:28.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-07-23T04:31:28.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-07-23T04:31:28.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-07-23T04:31:28.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2003 | 2026-07-23T04:31:28.051Z | |
| 2004 | 2026-07-23T04:31:28.051Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303) |
| 2005 | 2026-07-23T04:31:28.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-07-23T04:31:28.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-07-23T04:31:28.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-07-23T04:31:28.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2009 | 2026-07-23T04:31:28.452Z | |
| 2010 | 2026-07-23T04:31:28.453Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303) |
| 2011 | 2026-07-23T04:31:28.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-07-23T04:31:28.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-07-23T04:31:28.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-07-23T04:31:28.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2015 | 2026-07-23T04:31:28.853Z | |
| 2016 | 2026-07-23T04:31:28.853Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303) |
| 2017 | 2026-07-23T04:31:29.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-07-23T04:31:29.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-07-23T04:31:29.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-07-23T04:31:29.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2021 | 2026-07-23T04:31:29.256Z | |
| 2022 | 2026-07-23T04:31:29.256Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303) |
| 2023 | 2026-07-23T04:31:29.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-07-23T04:31:29.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-07-23T04:31:29.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-07-23T04:31:29.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2027 | 2026-07-23T04:31:29.660Z | |
| 2028 | 2026-07-23T04:31:29.660Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303) |
| 2029 | 2026-07-23T04:31:30.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-07-23T04:31:30.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-07-23T04:31:30.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-07-23T04:31:30.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2033 | 2026-07-23T04:31:30.079Z | |
| 2034 | 2026-07-23T04:31:30.079Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303) |
| 2035 | 2026-07-23T04:31:30.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-07-23T04:31:30.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-07-23T04:31:30.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-07-23T04:31:30.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2039 | 2026-07-23T04:31:30.474Z | |
| 2040 | 2026-07-23T04:31:30.474Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303) |
| 2041 | 2026-07-23T04:31:30.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-07-23T04:31:30.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-07-23T04:31:30.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-07-23T04:31:30.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2045 | 2026-07-23T04:31:30.873Z | |
| 2046 | 2026-07-23T04:31:30.873Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303) |
| 2047 | 2026-07-23T04:31:31.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-07-23T04:31:31.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-07-23T04:31:31.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-07-23T04:31:31.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2051 | 2026-07-23T04:31:31.273Z | |
| 2052 | 2026-07-23T04:31:31.273Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303) |
| 2053 | 2026-07-23T04:31:31.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-07-23T04:31:31.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-07-23T04:31:31.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-07-23T04:31:31.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2057 | 2026-07-23T04:31:31.676Z | |
| 2058 | 2026-07-23T04:31:31.676Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303) |
| 2059 | 2026-07-23T04:31:32.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-07-23T04:31:32.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-07-23T04:31:32.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-07-23T04:31:32.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2063 | 2026-07-23T04:31:32.080Z | |
| 2064 | 2026-07-23T04:31:32.080Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303) |
| 2065 | 2026-07-23T04:31:32.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-07-23T04:31:32.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-07-23T04:31:32.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-07-23T04:31:32.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2069 | 2026-07-23T04:31:32.483Z | |
| 2070 | 2026-07-23T04:31:32.483Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303) |
| 2071 | 2026-07-23T04:31:32.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-07-23T04:31:32.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-07-23T04:31:32.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-07-23T04:31:32.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2075 | 2026-07-23T04:31:32.885Z | |
| 2076 | 2026-07-23T04:31:32.885Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303) |
| 2077 | 2026-07-23T04:31:33.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-07-23T04:31:33.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-07-23T04:31:33.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-07-23T04:31:33.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2081 | 2026-07-23T04:31:33.293Z | |
| 2082 | 2026-07-23T04:31:33.293Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303) |
| 2083 | 2026-07-23T04:31:33.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-07-23T04:31:33.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-07-23T04:31:33.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-07-23T04:31:33.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2087 | 2026-07-23T04:31:33.700Z | |
| 2088 | 2026-07-23T04:31:33.700Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303) |
| 2089 | 2026-07-23T04:31:34.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-07-23T04:31:34.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-07-23T04:31:34.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-07-23T04:31:34.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2093 | 2026-07-23T04:31:34.107Z | |
| 2094 | 2026-07-23T04:31:34.107Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303) |
| 2095 | 2026-07-23T04:31:34.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-07-23T04:31:34.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-07-23T04:31:34.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-07-23T04:31:34.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2099 | 2026-07-23T04:31:34.513Z | |
| 2100 | 2026-07-23T04:31:34.513Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303) |
| 2101 | 2026-07-23T04:31:34.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-07-23T04:31:34.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-07-23T04:31:34.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-07-23T04:31:34.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2105 | 2026-07-23T04:31:34.918Z | |
| 2106 | 2026-07-23T04:31:34.918Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303) |
| 2107 | 2026-07-23T04:31:35.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-07-23T04:31:35.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-07-23T04:31:35.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-07-23T04:31:35.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2111 | 2026-07-23T04:31:35.494Z | |
| 2112 | 2026-07-23T04:31:35.495Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303) |
| 2113 | 2026-07-23T04:31:35.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-07-23T04:31:35.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-07-23T04:31:35.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-07-23T04:31:35.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2117 | 2026-07-23T04:31:36.062Z | |
| 2118 | 2026-07-23T04:31:36.062Z | info: running `cargo check --bins` on nexus-config (51/303) |
| 2119 | 2026-07-23T04:31:36.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-07-23T04:31:36.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-07-23T04:31:36.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-07-23T04:31:36.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2123 | 2026-07-23T04:31:36.630Z | |
| 2124 | 2026-07-23T04:31:36.630Z | info: running `cargo check --bins` on nexus-types (52/303) |
| 2125 | 2026-07-23T04:31:37.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-07-23T04:31:37.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-07-23T04:31:37.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-07-23T04:31:37.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2129 | 2026-07-23T04:31:37.199Z | |
| 2130 | 2026-07-23T04:31:37.199Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303) |
| 2131 | 2026-07-23T04:31:37.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-07-23T04:31:37.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-07-23T04:31:37.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-07-23T04:31:37.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2135 | 2026-07-23T04:31:37.739Z | |
| 2136 | 2026-07-23T04:31:37.739Z | info: running `cargo check --bins` on omicron-passwords (54/303) |
| 2137 | 2026-07-23T04:31:38.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-07-23T04:31:38.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-07-23T04:31:38.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-07-23T04:31:38.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2141 | 2026-07-23T04:31:38.334Z | |
| 2142 | 2026-07-23T04:31:38.334Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/303) |
| 2143 | 2026-07-23T04:31:38.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-07-23T04:31:38.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-07-23T04:31:38.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-07-23T04:31:38.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2147 | 2026-07-23T04:31:38.803Z | |
| 2148 | 2026-07-23T04:31:38.803Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303) |
| 2149 | 2026-07-23T04:31:39.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-07-23T04:31:39.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-07-23T04:31:39.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-07-23T04:31:39.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2153 | 2026-07-23T04:31:39.348Z | |
| 2154 | 2026-07-23T04:31:39.348Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303) |
| 2155 | 2026-07-23T04:31:39.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-07-23T04:31:39.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-07-23T04:31:39.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-07-23T04:31:39.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2159 | 2026-07-23T04:31:39.886Z | |
| 2160 | 2026-07-23T04:31:39.886Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303) |
| 2161 | 2026-07-23T04:31:40.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-07-23T04:31:40.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-07-23T04:31:40.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-07-23T04:31:40.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2165 | 2026-07-23T04:31:40.430Z | |
| 2166 | 2026-07-23T04:31:40.430Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303) |
| 2167 | 2026-07-23T04:31:40.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-07-23T04:31:40.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-07-23T04:31:40.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-07-23T04:31:40.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2171 | 2026-07-23T04:31:40.957Z | |
| 2172 | 2026-07-23T04:31:40.957Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303) |
| 2173 | 2026-07-23T04:31:41.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-07-23T04:31:41.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-07-23T04:31:41.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-07-23T04:31:41.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2177 | 2026-07-23T04:31:41.482Z | |
| 2178 | 2026-07-23T04:31:41.482Z | info: running `cargo check --bins --no-default-features` on gfss (61/303) |
| 2179 | 2026-07-23T04:31:41.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-07-23T04:31:41.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-07-23T04:31:41.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-07-23T04:31:41.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2183 | 2026-07-23T04:31:42.001Z | |
| 2184 | 2026-07-23T04:31:42.001Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303) |
| 2185 | 2026-07-23T04:31:42.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-07-23T04:31:42.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-07-23T04:31:42.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-07-23T04:31:42.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2189 | 2026-07-23T04:31:42.524Z | |
| 2190 | 2026-07-23T04:31:42.524Z | info: running `cargo check --bins` on clickhouse-admin-types (63/303) |
| 2191 | 2026-07-23T04:31:42.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-07-23T04:31:42.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-07-23T04:31:42.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-07-23T04:31:42.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2195 | 2026-07-23T04:31:43.057Z | |
| 2196 | 2026-07-23T04:31:43.057Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/303) |
| 2197 | 2026-07-23T04:31:43.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-07-23T04:31:43.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-07-23T04:31:43.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-07-23T04:31:43.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2201 | 2026-07-23T04:31:43.616Z | |
| 2202 | 2026-07-23T04:31:43.616Z | info: running `cargo check --bins` on cockroach-admin-types (65/303) |
| 2203 | 2026-07-23T04:31:44.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-07-23T04:31:44.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-07-23T04:31:44.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-07-23T04:31:44.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2207 | 2026-07-23T04:31:44.104Z | |
| 2208 | 2026-07-23T04:31:44.105Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/303) |
| 2209 | 2026-07-23T04:31:44.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-07-23T04:31:44.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-07-23T04:31:44.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-07-23T04:31:44.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2213 | 2026-07-23T04:31:44.623Z | |
| 2214 | 2026-07-23T04:31:44.623Z | info: running `cargo check --bins` on ereport-types (67/303) |
| 2215 | 2026-07-23T04:31:45.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-07-23T04:31:45.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-07-23T04:31:45.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-07-23T04:31:45.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2219 | 2026-07-23T04:31:45.150Z | |
| 2220 | 2026-07-23T04:31:45.150Z | info: running `cargo check --bins` on gateway-client (68/303) |
| 2221 | 2026-07-23T04:31:45.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-07-23T04:31:45.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-07-23T04:31:45.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-07-23T04:31:45.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2225 | 2026-07-23T04:31:45.678Z | |
| 2226 | 2026-07-23T04:31:45.678Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/303) |
| 2227 | 2026-07-23T04:31:46.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-07-23T04:31:46.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-07-23T04:31:46.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-07-23T04:31:46.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2231 | 2026-07-23T04:31:46.203Z | |
| 2232 | 2026-07-23T04:31:46.203Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303) |
| 2233 | 2026-07-23T04:31:46.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-07-23T04:31:46.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-07-23T04:31:46.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-07-23T04:31:46.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2237 | 2026-07-23T04:31:46.733Z | |
| 2238 | 2026-07-23T04:31:46.733Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303) |
| 2239 | 2026-07-23T04:31:47.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-07-23T04:31:47.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-07-23T04:31:47.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-07-23T04:31:47.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2243 | 2026-07-23T04:31:47.265Z | |
| 2244 | 2026-07-23T04:31:47.265Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303) |
| 2245 | 2026-07-23T04:31:47.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-07-23T04:31:47.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-07-23T04:31:47.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-07-23T04:31:47.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2249 | 2026-07-23T04:31:47.795Z | |
| 2250 | 2026-07-23T04:31:47.796Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/303) |
| 2251 | 2026-07-23T04:31:48.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-07-23T04:31:48.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-07-23T04:31:48.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2254 | 2026-07-23T04:31:48.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2255 | 2026-07-23T04:31:48.346Z | |
| 2256 | 2026-07-23T04:31:48.346Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303) |
| 2257 | 2026-07-23T04:31:48.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2258 | 2026-07-23T04:31:48.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2259 | 2026-07-23T04:31:48.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2260 | 2026-07-23T04:31:48.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2261 | 2026-07-23T04:31:48.896Z | |
| 2262 | 2026-07-23T04:31:48.896Z | info: running `cargo check --bins` on key-manager-types (75/303) |
| 2263 | 2026-07-23T04:31:49.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2264 | 2026-07-23T04:31:49.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2265 | 2026-07-23T04:31:49.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2266 | 2026-07-23T04:31:49.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2267 | 2026-07-23T04:31:49.419Z | |
| 2268 | 2026-07-23T04:31:49.419Z | info: running `cargo check --bins` on oxlog (76/303) |
| 2269 | 2026-07-23T04:31:49.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2270 | 2026-07-23T04:31:49.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2271 | 2026-07-23T04:31:49.963Z | Checking cfg-if v1.0.4 |
| 2272 | 2026-07-23T04:31:49.966Z | Checking libc v0.2.185 |
| 2273 | 2026-07-23T04:31:49.966Z | Checking serde_core v1.0.228 |
| 2274 | 2026-07-23T04:31:50.077Z | Checking memchr v2.8.0 |
| 2275 | 2026-07-23T04:31:50.080Z | Checking zeroize v1.8.2 |
| 2276 | 2026-07-23T04:31:50.102Z | Checking log v0.4.29 |
| 2277 | 2026-07-23T04:31:50.105Z | Checking smallvec v1.15.1 |
| 2278 | 2026-07-23T04:31:50.111Z | Checking itoa v1.0.17 |
| 2279 | 2026-07-23T04:31:50.121Z | Checking subtle v2.6.1 |
| 2280 | 2026-07-23T04:31:50.222Z | Checking stable_deref_trait v1.2.1 |
| 2281 | 2026-07-23T04:31:50.245Z | Checking scopeguard v1.2.0 |
| 2282 | 2026-07-23T04:31:50.257Z | Checking typenum v1.20.1 |
| 2283 | 2026-07-23T04:31:50.267Z | Checking zerofrom v0.1.6 |
| 2284 | 2026-07-23T04:31:50.282Z | Checking pin-project-lite v0.2.17 |
| 2285 | 2026-07-23T04:31:50.296Z | Checking portable-atomic v1.13.1 |
| 2286 | 2026-07-23T04:31:50.337Z | Checking lock_api v0.4.14 |
| 2287 | 2026-07-23T04:31:50.365Z | Checking zmij v1.0.21 |
| 2288 | 2026-07-23T04:31:50.376Z | Checking yoke v0.8.1 |
| 2289 | 2026-07-23T04:31:50.443Z | Checking futures-core v0.3.32 |
| 2290 | 2026-07-23T04:31:50.456Z | Checking errno v0.3.14 |
| 2291 | 2026-07-23T04:31:50.534Z | Checking getrandom v0.2.17 |
| 2292 | 2026-07-23T04:31:50.537Z | Checking zerovec v0.11.5 |
| 2293 | 2026-07-23T04:31:50.561Z | Checking parking_lot_core v0.9.12 |
| 2294 | 2026-07-23T04:31:50.572Z | Checking signal-hook-registry v1.4.8 |
| 2295 | 2026-07-23T04:31:50.575Z | Checking critical-section v1.2.0 |
| 2296 | 2026-07-23T04:31:50.661Z | Checking mio v1.2.0 |
| 2297 | 2026-07-23T04:31:50.676Z | Checking rand_core v0.6.4 |
| 2298 | 2026-07-23T04:31:50.697Z | Checking once_cell v1.21.3 |
| 2299 | 2026-07-23T04:31:50.733Z | Checking zerocopy v0.8.40 |
| 2300 | 2026-07-23T04:31:50.745Z | Checking parking_lot v0.12.5 |
| 2301 | 2026-07-23T04:31:50.843Z | Checking litemap v0.8.1 |
| 2302 | 2026-07-23T04:31:50.864Z | Checking rand_core v0.10.0 |
| 2303 | 2026-07-23T04:31:50.924Z | Checking percent-encoding v2.3.2 |
| 2304 | 2026-07-23T04:31:50.936Z | Checking const-oid v0.9.6 |
| 2305 | 2026-07-23T04:31:50.962Z | Checking tinystr v0.8.2 |
| 2306 | 2026-07-23T04:31:50.996Z | Checking writeable v0.6.2 |
| 2307 | 2026-07-23T04:31:51.000Z | Checking getrandom v0.4.1 |
| 2308 | 2026-07-23T04:31:51.018Z | Checking potential_utf v0.1.4 |
| 2309 | 2026-07-23T04:31:51.061Z | Checking zerotrie v0.2.3 |
| 2310 | 2026-07-23T04:31:51.132Z | Checking libm v0.2.16 |
| 2311 | 2026-07-23T04:31:51.144Z | Checking icu_locale_core v2.1.1 |
| 2312 | 2026-07-23T04:31:51.156Z | Checking icu_collections v2.1.1 |
| 2313 | 2026-07-23T04:31:51.167Z | Checking generic-array v0.14.7 |
| 2314 | 2026-07-23T04:31:51.295Z | Checking socket2 v0.6.3 |
| 2315 | 2026-07-23T04:31:51.453Z | Checking equivalent v1.0.2 |
| 2316 | 2026-07-23T04:31:51.529Z | Checking icu_properties_data v2.1.2 |
| 2317 | 2026-07-23T04:31:51.541Z | Checking icu_normalizer_data v2.1.1 |
| 2318 | 2026-07-23T04:31:51.551Z | Checking serde v1.0.228 |
| 2319 | 2026-07-23T04:31:51.598Z | Checking bitflags v2.11.0 |
| 2320 | 2026-07-23T04:31:51.610Z | Checking serde_json v1.0.150 |
| 2321 | 2026-07-23T04:31:51.620Z | Checking futures-sink v0.3.32 |
| 2322 | 2026-07-23T04:31:51.652Z | Checking futures-task v0.3.32 |
| 2323 | 2026-07-23T04:31:51.680Z | Checking icu_provider v2.1.1 |
| 2324 | 2026-07-23T04:31:51.719Z | Checking futures-channel v0.3.32 |
| 2325 | 2026-07-23T04:31:51.754Z | Checking slab v0.4.12 |
| 2326 | 2026-07-23T04:31:51.784Z | Checking futures-io v0.3.32 |
| 2327 | 2026-07-23T04:31:51.817Z | Checking num-traits v0.2.19 |
| 2328 | 2026-07-23T04:31:51.890Z | Checking utf8_iter v1.0.4 |
| 2329 | 2026-07-23T04:31:51.902Z | Checking hashbrown v0.17.0 |
| 2330 | 2026-07-23T04:31:51.913Z | Checking futures-util v0.3.32 |
| 2331 | 2026-07-23T04:31:51.929Z | Checking icu_normalizer v2.1.1 |
| 2332 | 2026-07-23T04:31:51.968Z | Checking bytes v1.11.1 |
| 2333 | 2026-07-23T04:31:52.005Z | Checking icu_properties v2.1.2 |
| 2334 | 2026-07-23T04:31:52.223Z | Checking crypto-common v0.1.7 |
| 2335 | 2026-07-23T04:31:52.260Z | Checking block-buffer v0.10.4 |
| 2336 | 2026-07-23T04:31:52.320Z | Checking form_urlencoded v1.2.2 |
| 2337 | 2026-07-23T04:31:52.341Z | Checking getrandom v0.3.4 |
| 2338 | 2026-07-23T04:31:52.355Z | Checking indexmap v2.14.0 |
| 2339 | 2026-07-23T04:31:52.380Z | Checking tokio v1.52.1 |
| 2340 | 2026-07-23T04:31:52.401Z | Checking digest v0.10.7 |
| 2341 | 2026-07-23T04:31:52.440Z | Checking fnv v1.0.7 |
| 2342 | 2026-07-23T04:31:52.480Z | Checking byteorder v1.5.0 |
| 2343 | 2026-07-23T04:31:52.530Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-07-23T04:31:52.576Z | Checking rand_core v0.9.5 |
| 2345 | 2026-07-23T04:31:52.633Z | Checking chrono v0.4.45 |
| 2346 | 2026-07-23T04:31:52.679Z | Checking http v1.4.2 |
| 2347 | 2026-07-23T04:31:52.755Z | Checking uuid v1.23.4 |
| 2348 | 2026-07-23T04:31:52.823Z | Checking idna_adapter v1.2.1 |
| 2349 | 2026-07-23T04:31:52.955Z | Checking base64 v0.22.1 |
| 2350 | 2026-07-23T04:31:52.973Z | Checking idna v1.1.0 |
| 2351 | 2026-07-23T04:31:53.075Z | Checking regex-syntax v0.8.10 |
| 2352 | 2026-07-23T04:31:53.138Z | Checking base64ct v1.8.3 |
| 2353 | 2026-07-23T04:31:53.176Z | Checking url v2.5.8 |
| 2354 | 2026-07-23T04:31:53.235Z | Checking rustix v1.1.3 |
| 2355 | 2026-07-23T04:31:53.366Z | Checking pem-rfc7468 v0.7.0 |
| 2356 | 2026-07-23T04:31:53.489Z | Checking tracing-core v0.1.36 |
| 2357 | 2026-07-23T04:31:53.502Z | Checking ppv-lite86 v0.2.21 |
| 2358 | 2026-07-23T04:31:53.524Z | Checking flagset v0.4.7 |
| 2359 | 2026-07-23T04:31:53.601Z | Checking http-body v1.0.1 |
| 2360 | 2026-07-23T04:31:53.635Z | Checking der v0.7.10 |
| 2361 | 2026-07-23T04:31:53.735Z | Checking rustls-pki-types v1.14.0 |
| 2362 | 2026-07-23T04:31:53.776Z | Checking rand_chacha v0.9.0 |
| 2363 | 2026-07-23T04:31:53.789Z | Checking tracing v0.1.44 |
| 2364 | 2026-07-23T04:31:53.820Z | Checking cmov v0.5.4 |
| 2365 | 2026-07-23T04:31:53.969Z | Checking openssl-probe v0.2.1 |
| 2366 | 2026-07-23T04:31:53.982Z | Checking dyn-clone v1.0.20 |
| 2367 | 2026-07-23T04:31:54.001Z | Checking tinyvec_macros v0.1.1 |
| 2368 | 2026-07-23T04:31:54.014Z | Checking ctutils v0.4.2 |
| 2369 | 2026-07-23T04:31:54.057Z | Checking rand v0.9.2 |
| 2370 | 2026-07-23T04:31:54.074Z | Checking tinyvec v1.10.0 |
| 2371 | 2026-07-23T04:31:54.081Z | Checking semver v1.0.28 |
| 2372 | 2026-07-23T04:31:54.084Z | Checking aws-lc-sys v0.40.0 |
| 2373 | 2026-07-23T04:31:54.214Z | Checking untrusted v0.7.1 |
| 2374 | 2026-07-23T04:31:54.280Z | Checking atomic-waker v1.1.2 |
| 2375 | 2026-07-23T04:31:54.323Z | Checking tower-service v0.3.3 |
| 2376 | 2026-07-23T04:31:54.351Z | Checking tower-layer v0.3.3 |
| 2377 | 2026-07-23T04:31:54.368Z | Checking try-lock v0.2.5 |
| 2378 | 2026-07-23T04:31:54.372Z | Checking spki v0.7.3 |
| 2379 | 2026-07-23T04:31:54.373Z | Checking schemars v0.8.22 |
| 2380 | 2026-07-23T04:31:54.405Z | Checking hybrid-array v0.4.13 |
| 2381 | 2026-07-23T04:31:54.462Z | Checking want v0.3.1 |
| 2382 | 2026-07-23T04:31:54.494Z | Checking ipnet v2.11.0 |
| 2383 | 2026-07-23T04:31:54.515Z | Checking httparse v1.10.1 |
| 2384 | 2026-07-23T04:31:54.598Z | Checking aho-corasick v1.1.4 |
| 2385 | 2026-07-23T04:31:54.609Z | Checking aws-lc-rs v1.16.3 |
| 2386 | 2026-07-23T04:31:54.609Z | Checking httpdate v1.0.3 |
| 2387 | 2026-07-23T04:31:54.721Z | Checking utf8parse v0.2.2 |
| 2388 | 2026-07-23T04:31:54.732Z | Checking foreign-types-shared v0.1.1 |
| 2389 | 2026-07-23T04:31:54.740Z | Checking untrusted v0.9.0 |
| 2390 | 2026-07-23T04:31:54.806Z | Checking plain v0.2.3 |
| 2391 | 2026-07-23T04:31:54.820Z | Checking cpufeatures v0.2.17 |
| 2392 | 2026-07-23T04:31:54.844Z | Checking fastrand v2.3.0 |
| 2393 | 2026-07-23T04:31:54.884Z | Checking foreign-types v0.3.2 |
| 2394 | 2026-07-23T04:31:54.904Z | Checking pkcs8 v0.10.2 |
| 2395 | 2026-07-23T04:31:54.952Z | Checking unicode-normalization v0.1.25 |
| 2396 | 2026-07-23T04:31:55.008Z | Checking openssl-sys v0.9.115 |
| 2397 | 2026-07-23T04:31:55.021Z | Checking tempfile v3.25.0 |
| 2398 | 2026-07-23T04:31:55.050Z | Checking spin v0.9.8 |
| 2399 | 2026-07-23T04:31:55.150Z | Checking anstyle v1.0.14 |
| 2400 | 2026-07-23T04:31:55.206Z | Checking ucd-trie v0.1.7 |
| 2401 | 2026-07-23T04:31:55.218Z | Checking regex-automata v0.4.14 |
| 2402 | 2026-07-23T04:31:55.233Z | Checking unicode-ident v1.0.24 |
| 2403 | 2026-07-23T04:31:55.333Z | Checking sha2 v0.10.9 |
| 2404 | 2026-07-23T04:31:55.347Z | Checking pest v2.8.6 |
| 2405 | 2026-07-23T04:31:55.347Z | Checking proc-macro2 v1.0.106 |
| 2406 | 2026-07-23T04:31:55.371Z | Checking hmac v0.12.1 |
| 2407 | 2026-07-23T04:31:55.383Z | Checking openssl v0.10.79 |
| 2408 | 2026-07-23T04:31:55.394Z | Checking rustls-webpki v0.103.13 |
| 2409 | 2026-07-23T04:31:55.499Z | Checking thiserror v2.0.18 |
| 2410 | 2026-07-23T04:31:55.591Z | Checking tokio-util v0.7.18 |
| 2411 | 2026-07-23T04:31:55.607Z | Checking sync_wrapper v1.0.2 |
| 2412 | 2026-07-23T04:31:55.607Z | Checking wait-timeout v0.2.1 |
| 2413 | 2026-07-23T04:31:55.652Z | Checking is_terminal_polyfill v1.70.2 |
| 2414 | 2026-07-23T04:31:55.709Z | Checking bit-vec v0.8.0 |
| 2415 | 2026-07-23T04:31:55.721Z | Checking colorchoice v1.0.4 |
| 2416 | 2026-07-23T04:31:55.736Z | Checking anstyle-query v1.1.5 |
| 2417 | 2026-07-23T04:31:55.806Z | Checking rustls v0.23.41 |
| 2418 | 2026-07-23T04:31:55.819Z | Checking siphasher v1.0.2 |
| 2419 | 2026-07-23T04:31:55.834Z | Checking quick-error v1.2.3 |
| 2420 | 2026-07-23T04:31:55.892Z | Checking pretty-hex v0.4.1 |
| 2421 | 2026-07-23T04:31:55.923Z | Checking simd-adler32 v0.3.8 |
| 2422 | 2026-07-23T04:31:55.968Z | Checking powerfmt v0.2.0 |
| 2423 | 2026-07-23T04:31:56.004Z | Checking rusty-fork v0.3.1 |
| 2424 | 2026-07-23T04:31:56.083Z | Checking bit-set v0.8.0 |
| 2425 | 2026-07-23T04:31:56.115Z | Checking deranged v0.5.8 |
| 2426 | 2026-07-23T04:31:56.168Z | Checking tower v0.5.3 |
| 2427 | 2026-07-23T04:31:56.189Z | Checking h2 v0.4.15 |
| 2428 | 2026-07-23T04:31:56.223Z | Checking quote v1.0.45 |
| 2429 | 2026-07-23T04:31:56.389Z | Checking http-body-util v0.1.3 |
| 2430 | 2026-07-23T04:31:56.389Z | Checking crossbeam-utils v0.8.21 |
| 2431 | 2026-07-23T04:31:56.546Z | Checking rand_xorshift v0.4.0 |
| 2432 | 2026-07-23T04:31:56.606Z | Checking crc32fast v1.5.0 |
| 2433 | 2026-07-23T04:31:56.661Z | Checking scroll v0.13.0 |
| 2434 | 2026-07-23T04:31:56.739Z | Checking num-conv v0.2.0 |
| 2435 | 2026-07-23T04:31:56.752Z | Checking unarray v0.1.4 |
| 2436 | 2026-07-23T04:31:56.849Z | Checking iri-string v0.7.10 |
| 2437 | 2026-07-23T04:31:56.861Z | Checking num_threads v0.1.7 |
| 2438 | 2026-07-23T04:31:56.883Z | Checking unicode-bidi v0.3.18 |
| 2439 | 2026-07-23T04:31:56.941Z | Checking ryu v1.0.23 |
| 2440 | 2026-07-23T04:31:57.021Z | Checking time-core v0.1.8 |
| 2441 | 2026-07-23T04:31:57.039Z | Checking allocator-api2 v0.2.21 |
| 2442 | 2026-07-23T04:31:57.071Z | Checking adler2 v2.0.1 |
| 2443 | 2026-07-23T04:31:57.158Z | Checking unicode-properties v0.1.4 |
| 2444 | 2026-07-23T04:31:57.168Z | Checking time v0.3.47 |
| 2445 | 2026-07-23T04:31:57.178Z | Checking miniz_oxide v0.8.9 |
| 2446 | 2026-07-23T04:31:57.316Z | Checking serde_urlencoded v0.7.1 |
| 2447 | 2026-07-23T04:31:57.341Z | Checking stringprep v0.1.5 |
| 2448 | 2026-07-23T04:31:57.354Z | Checking native-tls v0.2.18 |
| 2449 | 2026-07-23T04:31:57.490Z | Checking bstr v1.12.1 |
| 2450 | 2026-07-23T04:31:57.513Z | Checking goblin v0.10.5 |
| 2451 | 2026-07-23T04:31:57.526Z | Checking proptest v1.10.0 |
| 2452 | 2026-07-23T04:31:57.536Z | Checking tokio-native-tls v0.3.1 |
| 2453 | 2026-07-23T04:31:57.691Z | Checking crossbeam-epoch v0.9.18 |
| 2454 | 2026-07-23T04:31:57.880Z | Checking syn v2.0.117 |
| 2455 | 2026-07-23T04:31:57.894Z | Checking tower-http v0.6.8 |
| 2456 | 2026-07-23T04:31:57.923Z | Checking block-buffer v0.12.1 |
| 2457 | 2026-07-23T04:31:58.061Z | Checking block-padding v0.4.2 |
| 2458 | 2026-07-23T04:31:58.083Z | Checking crypto-common v0.2.2 |
| 2459 | 2026-07-23T04:31:58.166Z | Checking ipnetwork v0.21.1 |
| 2460 | 2026-07-23T04:31:58.193Z | Checking anstyle-parse v1.0.0 |
| 2461 | 2026-07-23T04:31:58.315Z | Checking rustls-native-certs v0.8.3 |
| 2462 | 2026-07-23T04:31:58.339Z | Checking rand_chacha v0.3.1 |
| 2463 | 2026-07-23T04:31:58.377Z | Checking thiserror v1.0.69 |
| 2464 | 2026-07-23T04:31:58.438Z | Checking scroll v0.12.0 |
| 2465 | 2026-07-23T04:31:58.470Z | Checking hash32 v0.2.1 |
| 2466 | 2026-07-23T04:31:58.639Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2467 | 2026-07-23T04:31:58.660Z | Checking signature v2.2.0 |
| 2468 | 2026-07-23T04:31:58.676Z | Checking md-5 v0.10.6 |
| 2469 | 2026-07-23T04:31:58.676Z | Checking num-integer v0.1.46 |
| 2470 | 2026-07-23T04:31:58.692Z | Checking toml_datetime v0.6.11 |
| 2471 | 2026-07-23T04:31:58.752Z | Checking hex v0.4.3 |
| 2472 | 2026-07-23T04:31:58.786Z | Checking serde_spanned v0.6.9 |
| 2473 | 2026-07-23T04:31:58.859Z | Checking encoding_rs v0.8.35 |
| 2474 | 2026-07-23T04:31:58.884Z | Checking psl-types v2.0.11 |
| 2475 | 2026-07-23T04:31:58.918Z | Checking fallible-iterator v0.2.0 |
| 2476 | 2026-07-23T04:31:58.966Z | Checking zlib-rs v0.6.2 |
| 2477 | 2026-07-23T04:31:58.987Z | Checking mime v0.3.17 |
| 2478 | 2026-07-23T04:31:59.027Z | Checking hyper v1.10.1 |
| 2479 | 2026-07-23T04:31:59.170Z | Checking publicsuffix v2.3.0 |
| 2480 | 2026-07-23T04:31:59.196Z | Checking postgres-protocol v0.6.10 |
| 2481 | 2026-07-23T04:31:59.326Z | Checking num-iter v0.1.45 |
| 2482 | 2026-07-23T04:31:59.382Z | Checking newtype-uuid v1.3.2 |
| 2483 | 2026-07-23T04:31:59.422Z | Checking goblin v0.8.2 |
| 2484 | 2026-07-23T04:31:59.504Z | Checking zstd-safe v7.2.4 |
| 2485 | 2026-07-23T04:31:59.554Z | Checking heapless v0.7.17 |
| 2486 | 2026-07-23T04:31:59.646Z | Checking rand v0.8.6 |
| 2487 | 2026-07-23T04:31:59.777Z | Checking oxnet v0.1.6 |
| 2488 | 2026-07-23T04:31:59.825Z | Checking dof v0.4.0 |
| 2489 | 2026-07-23T04:31:59.842Z | Checking flate2 v1.1.9 |
| 2490 | 2026-07-23T04:31:59.947Z | Checking anstream v1.0.0 |
| 2491 | 2026-07-23T04:31:59.966Z | Checking hyper-util v0.1.20 |
| 2492 | 2026-07-23T04:32:00.027Z | Checking cookie v0.18.1 |
| 2493 | 2026-07-23T04:32:00.128Z | Checking inout v0.2.2 |
| 2494 | 2026-07-23T04:32:00.138Z | Checking tokio-rustls v0.26.4 |
| 2495 | 2026-07-23T04:32:00.152Z | Checking dtrace-parser v0.3.0 |
| 2496 | 2026-07-23T04:32:00.160Z | Checking phf_shared v0.13.1 |
| 2497 | 2026-07-23T04:32:00.239Z | Checking lazy_static v1.5.0 |
| 2498 | 2026-07-23T04:32:00.255Z | Checking anstyle-parse v0.2.7 |
| 2499 | 2026-07-23T04:32:00.332Z | Checking pin-project v1.1.11 |
| 2500 | 2026-07-23T04:32:00.347Z | Checking zerocopy v0.7.35 |
| 2501 | 2026-07-23T04:32:00.362Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2502 | 2026-07-23T04:32:00.372Z | Checking signal-hook v0.3.18 |
| 2503 | 2026-07-23T04:32:00.424Z | Checking terminal_size v0.4.3 |
| 2504 | 2026-07-23T04:32:00.437Z | Checking futures-executor v0.3.32 |
| 2505 | 2026-07-23T04:32:00.451Z | Checking ff v0.13.1 |
| 2506 | 2026-07-23T04:32:00.451Z | Checking thread-id v5.1.0 |
| 2507 | 2026-07-23T04:32:00.511Z | Checking bumpalo v3.20.2 |
| 2508 | 2026-07-23T04:32:00.518Z | Checking managed v0.8.0 |
| 2509 | 2026-07-23T04:32:00.615Z | Checking foldhash v0.1.5 |
| 2510 | 2026-07-23T04:32:00.615Z | Checking winnow v0.5.40 |
| 2511 | 2026-07-23T04:32:00.631Z | Checking clap_lex v1.0.0 |
| 2512 | 2026-07-23T04:32:00.684Z | Compiling rayon-core v1.13.0 |
| 2513 | 2026-07-23T04:32:00.706Z | Checking same-file v1.0.6 |
| 2514 | 2026-07-23T04:32:00.725Z | Checking foldhash v0.2.0 |
| 2515 | 2026-07-23T04:32:00.766Z | Checking strsim v0.11.1 |
| 2516 | 2026-07-23T04:32:00.806Z | Checking base16ct v0.2.0 |
| 2517 | 2026-07-23T04:32:00.823Z | Checking libbz2-rs-sys v0.2.2 |
| 2518 | 2026-07-23T04:32:00.857Z | Checking bitflags v1.3.2 |
| 2519 | 2026-07-23T04:32:00.866Z | Checking either v1.15.0 |
| 2520 | 2026-07-23T04:32:00.877Z | Checking clap_builder v4.6.0 |
| 2521 | 2026-07-23T04:32:00.919Z | Checking smoltcp v0.9.1 |
| 2522 | 2026-07-23T04:32:00.928Z | Checking sec1 v0.7.3 |
| 2523 | 2026-07-23T04:32:01.071Z | Checking hashbrown v0.16.1 |
| 2524 | 2026-07-23T04:32:01.129Z | Checking walkdir v2.5.0 |
| 2525 | 2026-07-23T04:32:01.206Z | Checking bzip2 v0.6.1 |
| 2526 | 2026-07-23T04:32:01.216Z | Checking hyper-tls v0.6.0 |
| 2527 | 2026-07-23T04:32:01.315Z | Checking hyper-rustls v0.27.7 |
| 2528 | 2026-07-23T04:32:01.347Z | Checking dof v0.3.0 |
| 2529 | 2026-07-23T04:32:01.376Z | Checking zopfli v0.8.3 |
| 2530 | 2026-07-23T04:32:01.395Z | Checking reqwest v0.12.28 |
| 2531 | 2026-07-23T04:32:01.489Z | Checking hashbrown v0.15.5 |
| 2532 | 2026-07-23T04:32:01.505Z | Checking futures v0.3.32 |
| 2533 | 2026-07-23T04:32:01.550Z | Checking signal-hook-mio v0.2.5 |
| 2534 | 2026-07-23T04:32:01.568Z | Checking group v0.13.0 |
| 2535 | 2026-07-23T04:32:01.580Z | Checking usdt-impl v0.6.0 |
| 2536 | 2026-07-23T04:32:01.658Z | Checking bzip2 v0.4.4 |
| 2537 | 2026-07-23T04:32:01.678Z | Checking snafu v0.8.9 |
| 2538 | 2026-07-23T04:32:01.697Z | Checking toml_edit v0.19.15 |
| 2539 | 2026-07-23T04:32:01.710Z | Checking anstream v0.6.21 |
| 2540 | 2026-07-23T04:32:01.810Z | Checking phf v0.13.1 |
| 2541 | 2026-07-23T04:32:01.857Z | Checking num-bigint-dig v0.8.6 |
| 2542 | 2026-07-23T04:32:01.906Z | Checking cipher v0.5.2 |
| 2543 | 2026-07-23T04:32:01.912Z | Checking cookie_store v0.22.1 |
| 2544 | 2026-07-23T04:32:01.962Z | Checking daft v0.1.7 |
| 2545 | 2026-07-23T04:32:01.974Z | Checking zstd v0.13.3 |
| 2546 | 2026-07-23T04:32:02.098Z | Checking postgres-types v0.2.12 |
| 2547 | 2026-07-23T04:32:02.122Z | Checking ed25519 v2.2.3 |
| 2548 | 2026-07-23T04:32:02.137Z | Checking dtrace-parser v0.2.0 |
| 2549 | 2026-07-23T04:32:02.169Z | Checking rustls-platform-verifier v0.6.2 |
| 2550 | 2026-07-23T04:32:02.183Z | Checking crossbeam-deque v0.8.6 |
| 2551 | 2026-07-23T04:32:02.233Z | Checking globset v0.4.18 |
| 2552 | 2026-07-23T04:32:02.307Z | Checking regex v1.12.3 |
| 2553 | 2026-07-23T04:32:02.319Z | Checking phf_shared v0.11.3 |
| 2554 | 2026-07-23T04:32:02.373Z | Checking hkdf v0.12.4 |
| 2555 | 2026-07-23T04:32:02.387Z | Checking olpc-cjson v0.1.4 |
| 2556 | 2026-07-23T04:32:02.423Z | Checking ref-cast v1.0.25 |
| 2557 | 2026-07-23T04:32:02.441Z | Checking curve25519-dalek v4.1.3 |
| 2558 | 2026-07-23T04:32:02.479Z | Checking strum v0.27.2 |
| 2559 | 2026-07-23T04:32:02.488Z | Checking pkcs1 v0.7.5 |
| 2560 | 2026-07-23T04:32:02.500Z | Checking hubpack v0.1.2 |
| 2561 | 2026-07-23T04:32:02.511Z | Checking memoffset v0.9.1 |
| 2562 | 2026-07-23T04:32:02.567Z | Checking rustix v0.38.44 |
| 2563 | 2026-07-23T04:32:02.580Z | Checking pem v3.0.6 |
| 2564 | 2026-07-23T04:32:02.595Z | Checking float-cmp v0.10.0 |
| 2565 | 2026-07-23T04:32:02.650Z | Checking serde_plain v1.0.2 |
| 2566 | 2026-07-23T04:32:02.664Z | Checking erased-serde v0.3.31 |
| 2567 | 2026-07-23T04:32:02.731Z | Checking serde-big-array v0.5.1 |
| 2568 | 2026-07-23T04:32:02.741Z | Checking crypto-bigint v0.5.5 |
| 2569 | 2026-07-23T04:32:02.741Z | Checking thread-id v4.2.2 |
| 2570 | 2026-07-23T04:32:02.749Z | Checking memmap2 v0.9.10 |
| 2571 | 2026-07-23T04:32:02.789Z | Checking env_filter v1.0.0 |
| 2572 | 2026-07-23T04:32:02.806Z | Checking predicates-core v1.0.10 |
| 2573 | 2026-07-23T04:32:02.827Z | Checking whoami v2.1.0 |
| 2574 | 2026-07-23T04:32:02.899Z | Checking fixedbitset v0.5.7 |
| 2575 | 2026-07-23T04:32:02.922Z | Checking unicode-segmentation v1.12.0 |
| 2576 | 2026-07-23T04:32:02.926Z | Checking difflib v0.4.0 |
| 2577 | 2026-07-23T04:32:03.017Z | Checking cpufeatures v0.3.0 |
| 2578 | 2026-07-23T04:32:03.051Z | Checking winnow v0.7.14 |
| 2579 | 2026-07-23T04:32:03.085Z | Checking new_debug_unreachable v1.0.6 |
| 2580 | 2026-07-23T04:32:03.097Z | Checking winnow v1.0.3 |
| 2581 | 2026-07-23T04:32:03.108Z | Checking toml_write v0.1.2 |
| 2582 | 2026-07-23T04:32:03.149Z | Checking precomputed-hash v0.1.1 |
| 2583 | 2026-07-23T04:32:03.228Z | Checking normalize-line-endings v0.3.0 |
| 2584 | 2026-07-23T04:32:03.231Z | Checking static_assertions v1.1.0 |
| 2585 | 2026-07-23T04:32:03.231Z | Checking jiff v0.2.21 |
| 2586 | 2026-07-23T04:32:03.265Z | Checking data-encoding v2.10.0 |
| 2587 | 2026-07-23T04:32:03.309Z | Checking keccak v0.1.6 |
| 2588 | 2026-07-23T04:32:03.318Z | Checking const-oid v0.10.2 |
| 2589 | 2026-07-23T04:32:03.372Z | Checking fixedbitset v0.4.2 |
| 2590 | 2026-07-23T04:32:03.375Z | Checking typed-path v0.9.3 |
| 2591 | 2026-07-23T04:32:03.463Z | Checking sha3 v0.10.8 |
| 2592 | 2026-07-23T04:32:03.463Z | Checking digest v0.11.3 |
| 2593 | 2026-07-23T04:32:03.514Z | Checking petgraph v0.6.5 |
| 2594 | 2026-07-23T04:32:03.527Z | Checking hickory-proto v0.25.2 |
| 2595 | 2026-07-23T04:32:03.622Z | Checking elliptic-curve v0.13.8 |
| 2596 | 2026-07-23T04:32:03.637Z | Checking crossterm v0.28.1 |
| 2597 | 2026-07-23T04:32:03.669Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2598 | 2026-07-23T04:32:03.930Z | Checking predicates v3.1.4 |
| 2599 | 2026-07-23T04:32:03.990Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2600 | 2026-07-23T04:32:04.141Z | Checking tough v0.22.0 |
| 2601 | 2026-07-23T04:32:04.220Z | Checking ed25519-dalek v2.2.0 |
| 2602 | 2026-07-23T04:32:04.234Z | Checking toml_edit v0.22.27 |
| 2603 | 2026-07-23T04:32:04.332Z | Checking similar v2.7.0 |
| 2604 | 2026-07-23T04:32:04.452Z | Checking string_cache v0.8.9 |
| 2605 | 2026-07-23T04:32:04.617Z | Checking petgraph v0.8.3 |
| 2606 | 2026-07-23T04:32:04.716Z | Checking chacha20 v0.10.0 |
| 2607 | 2026-07-23T04:32:04.764Z | Checking slog v2.8.2 |
| 2608 | 2026-07-23T04:32:04.961Z | Checking tokio-postgres v0.7.16 |
| 2609 | 2026-07-23T04:32:05.027Z | Checking env_logger v0.11.9 |
| 2610 | 2026-07-23T04:32:05.216Z | Checking usdt v0.6.0 |
| 2611 | 2026-07-23T04:32:05.327Z | Checking usdt-impl v0.5.0 |
| 2612 | 2026-07-23T04:32:05.381Z | Checking toml v0.7.8 |
| 2613 | 2026-07-23T04:32:05.433Z | Checking zip v4.6.1 |
| 2614 | 2026-07-23T04:32:05.607Z | Checking rsa v0.9.10 |
| 2615 | 2026-07-23T04:32:05.686Z | Checking nix v0.31.2 |
| 2616 | 2026-07-23T04:32:05.998Z | Checking iddqd v0.4.2 |
| 2617 | 2026-07-23T04:32:06.115Z | Checking reqwest v0.13.2 |
| 2618 | 2026-07-23T04:32:06.204Z | Checking clap v4.6.1 |
| 2619 | 2026-07-23T04:32:06.222Z | Checking zip v0.6.6 |
| 2620 | 2026-07-23T04:32:06.230Z | Checking itertools v0.13.0 |
| 2621 | 2026-07-23T04:32:06.243Z | Checking byte-wrapper v0.1.0 |
| 2622 | 2026-07-23T04:32:06.256Z | Checking serde_with v3.21.0 |
| 2623 | 2026-07-23T04:32:06.397Z | Checking strum v0.26.3 |
| 2624 | 2026-07-23T04:32:06.437Z | Checking fs-err v3.3.0 |
| 2625 | 2026-07-23T04:32:06.503Z | Checking ahash v0.8.12 |
| 2626 | 2026-07-23T04:32:06.532Z | Checking tokio-stream v0.1.18 |
| 2627 | 2026-07-23T04:32:06.693Z | Checking object v0.37.3 |
| 2628 | 2026-07-23T04:32:06.727Z | Checking buf-list v1.1.2 |
| 2629 | 2026-07-23T04:32:06.870Z | Checking camino v1.2.2 |
| 2630 | 2026-07-23T04:32:06.899Z | Checking anyhow v1.0.102 |
| 2631 | 2026-07-23T04:32:06.899Z | Checking x509-cert v0.2.5 |
| 2632 | 2026-07-23T04:32:06.922Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2633 | 2026-07-23T04:32:06.948Z | Checking openapiv3 v2.2.0 |
| 2634 | 2026-07-23T04:32:07.100Z | Checking peg-runtime v0.8.5 |
| 2635 | 2026-07-23T04:32:07.113Z | Checking lalrpop-util v0.19.12 |
| 2636 | 2026-07-23T04:32:07.176Z | Checking rayon v1.11.0 |
| 2637 | 2026-07-23T04:32:07.237Z | Checking sigpipe v0.1.3 |
| 2638 | 2026-07-23T04:32:07.252Z | Checking glob v0.3.3 |
| 2639 | 2026-07-23T04:32:08.817Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2640 | 2026-07-23T04:32:08.871Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2641 | 2026-07-23T04:32:09.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.72s |
| 2642 | 2026-07-23T04:32:09.291Z | |
| 2643 | 2026-07-23T04:32:09.291Z | info: running `cargo check --bins` on internal-dns-types (77/303) |
| 2644 | 2026-07-23T04:32:09.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-07-23T04:32:09.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-07-23T04:32:09.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-07-23T04:32:09.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2648 | 2026-07-23T04:32:09.821Z | |
| 2649 | 2026-07-23T04:32:09.822Z | info: running `cargo check --bins` on internal-dns-types-versions (78/303) |
| 2650 | 2026-07-23T04:32:10.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-07-23T04:32:10.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-07-23T04:32:10.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-07-23T04:32:10.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2654 | 2026-07-23T04:32:10.357Z | |
| 2655 | 2026-07-23T04:32:10.357Z | info: running `cargo check --bins` on nexus-types-versions (79/303) |
| 2656 | 2026-07-23T04:32:10.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-07-23T04:32:10.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-07-23T04:32:10.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-07-23T04:32:10.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2660 | 2026-07-23T04:32:10.905Z | |
| 2661 | 2026-07-23T04:32:10.905Z | info: running `cargo check --bins` on oxql-types (80/303) |
| 2662 | 2026-07-23T04:32:11.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-07-23T04:32:11.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-07-23T04:32:11.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2665 | 2026-07-23T04:32:11.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2666 | 2026-07-23T04:32:11.439Z | |
| 2667 | 2026-07-23T04:32:11.439Z | info: running `cargo check --bins` on oximeter-types (81/303) |
| 2668 | 2026-07-23T04:32:11.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2026-07-23T04:32:11.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2026-07-23T04:32:11.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2026-07-23T04:32:11.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2672 | 2026-07-23T04:32:11.974Z | |
| 2673 | 2026-07-23T04:32:11.974Z | info: running `cargo check --bins` on oximeter-types-versions (82/303) |
| 2674 | 2026-07-23T04:32:12.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2026-07-23T04:32:12.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2026-07-23T04:32:12.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2677 | 2026-07-23T04:32:12.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2678 | 2026-07-23T04:32:12.507Z | |
| 2679 | 2026-07-23T04:32:12.507Z | info: running `cargo check --bins` on oximeter-macro-impl (83/303) |
| 2680 | 2026-07-23T04:32:12.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2681 | 2026-07-23T04:32:12.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2682 | 2026-07-23T04:32:12.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2683 | 2026-07-23T04:32:12.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2684 | 2026-07-23T04:32:13.035Z | |
| 2685 | 2026-07-23T04:32:13.035Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/303) |
| 2686 | 2026-07-23T04:32:13.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2687 | 2026-07-23T04:32:13.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2688 | 2026-07-23T04:32:13.654Z | Compiling structmeta-derive v0.3.0 |
| 2689 | 2026-07-23T04:32:13.770Z | Compiling multer v3.1.0 |
| 2690 | 2026-07-23T04:32:13.783Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2691 | 2026-07-23T04:32:13.802Z | Compiling async-stream-impl v0.3.6 |
| 2692 | 2026-07-23T04:32:13.802Z | Compiling dropshot v0.17.1 |
| 2693 | 2026-07-23T04:32:13.820Z | Compiling newtype-uuid-macros v0.1.0 |
| 2694 | 2026-07-23T04:32:13.824Z | Compiling dropshot_endpoint v0.17.1 |
| 2695 | 2026-07-23T04:32:13.840Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2696 | 2026-07-23T04:32:14.014Z | Checking thread_local v1.1.9 |
| 2697 | 2026-07-23T04:32:14.040Z | Checking compression-core v0.4.31 |
| 2698 | 2026-07-23T04:32:14.157Z | Checking match_cfg v0.1.0 |
| 2699 | 2026-07-23T04:32:14.172Z | Checking compression-codecs v0.4.37 |
| 2700 | 2026-07-23T04:32:14.209Z | Checking crossbeam-channel v0.5.15 |
| 2701 | 2026-07-23T04:32:14.230Z | Checking hostname v0.3.1 |
| 2702 | 2026-07-23T04:32:14.248Z | Checking atomicwrites v0.4.4 |
| 2703 | 2026-07-23T04:32:14.328Z | Checking slog-json v2.6.1 |
| 2704 | 2026-07-23T04:32:14.344Z | Checking is-terminal v0.4.17 |
| 2705 | 2026-07-23T04:32:14.358Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2706 | 2026-07-23T04:32:14.370Z | Checking serde_spanned v1.1.1 |
| 2707 | 2026-07-23T04:32:14.425Z | Checking debug-ignore v1.0.5 |
| 2708 | 2026-07-23T04:32:14.478Z | Checking term v1.2.1 |
| 2709 | 2026-07-23T04:32:14.497Z | Checking take_mut v0.2.2 |
| 2710 | 2026-07-23T04:32:14.521Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2711 | 2026-07-23T04:32:14.546Z | Checking slog-bunyan v2.5.0 |
| 2712 | 2026-07-23T04:32:14.560Z | Checking async-stream v0.3.6 |
| 2713 | 2026-07-23T04:32:14.564Z | Checking async-compression v0.4.41 |
| 2714 | 2026-07-23T04:32:14.588Z | Checking slog-async v2.8.0 |
| 2715 | 2026-07-23T04:32:14.686Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2716 | 2026-07-23T04:32:14.698Z | Checking progenitor-client v0.14.0 |
| 2717 | 2026-07-23T04:32:14.712Z | Checking slog-term v2.9.2 |
| 2718 | 2026-07-23T04:32:14.717Z | Checking toml v1.1.2+spec-1.1.0 |
| 2719 | 2026-07-23T04:32:14.783Z | Checking sha1 v0.11.0 |
| 2720 | 2026-07-23T04:32:14.844Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2721 | 2026-07-23T04:32:14.860Z | Compiling structmeta v0.3.0 |
| 2722 | 2026-07-23T04:32:14.953Z | Checking waitgroup v0.1.2 |
| 2723 | 2026-07-23T04:32:14.988Z | Checking rustls-pemfile v2.2.0 |
| 2724 | 2026-07-23T04:32:14.988Z | Checking backon v1.6.0 |
| 2725 | 2026-07-23T04:32:15.017Z | Checking serde_path_to_error v0.1.20 |
| 2726 | 2026-07-23T04:32:15.036Z | Checking hostname v0.4.2 |
| 2727 | 2026-07-23T04:32:15.056Z | Checking instant v0.1.13 |
| 2728 | 2026-07-23T04:32:15.091Z | Compiling derive-ex v0.1.8 |
| 2729 | 2026-07-23T04:32:15.135Z | Compiling parse-display-derive v0.10.0 |
| 2730 | 2026-07-23T04:32:15.179Z | Checking progenitor-extras v0.2.0 |
| 2731 | 2026-07-23T04:32:15.319Z | Checking backoff v0.4.0 |
| 2732 | 2026-07-23T04:32:15.342Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2733 | 2026-07-23T04:32:15.358Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2734 | 2026-07-23T04:32:15.392Z | Checking itertools v0.14.0 |
| 2735 | 2026-07-23T04:32:15.488Z | Checking regress v0.10.5 |
| 2736 | 2026-07-23T04:32:15.543Z | Checking macaddr v1.0.1 |
| 2737 | 2026-07-23T04:32:15.871Z | Checking humantime v2.3.0 |
| 2738 | 2026-07-23T04:32:16.768Z | Compiling test-strategy v0.4.5 |
| 2739 | 2026-07-23T04:32:16.800Z | Checking parse-display v0.10.0 |
| 2740 | 2026-07-23T04:32:17.011Z | Compiling prettyplease v0.2.37 |
| 2741 | 2026-07-23T04:32:17.289Z | Checking num-rational v0.4.2 |
| 2742 | 2026-07-23T04:32:17.551Z | Checking num-complex v0.4.6 |
| 2743 | 2026-07-23T04:32:18.062Z | Compiling num v0.4.3 |
| 2744 | 2026-07-23T04:32:18.114Z | Compiling usdt-macro v0.5.0 |
| 2745 | 2026-07-23T04:32:18.130Z | Compiling usdt-attr-macro v0.5.0 |
| 2746 | 2026-07-23T04:32:18.170Z | Checking memmap v0.7.0 |
| 2747 | 2026-07-23T04:32:18.183Z | Compiling float-ord v0.3.2 |
| 2748 | 2026-07-23T04:32:18.272Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2749 | 2026-07-23T04:32:18.399Z | Compiling convert_case v0.4.0 |
| 2750 | 2026-07-23T04:32:18.635Z | Checking unicode-width v0.2.0 |
| 2751 | 2026-07-23T04:32:18.648Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2752 | 2026-07-23T04:32:18.770Z | Compiling derive_more v0.99.20 |
| 2753 | 2026-07-23T04:32:18.855Z | Checking newline-converter v0.3.0 |
| 2754 | 2026-07-23T04:32:18.881Z | Checking console v0.15.11 |
| 2755 | 2026-07-23T04:32:18.910Z | Checking usdt v0.5.0 |
| 2756 | 2026-07-23T04:32:18.955Z | Compiling toml v0.8.23 |
| 2757 | 2026-07-23T04:32:19.074Z | Checking linked-hash-map v0.5.6 |
| 2758 | 2026-07-23T04:32:19.152Z | Compiling minimal-lexical v0.2.1 |
| 2759 | 2026-07-23T04:32:19.243Z | Checking lru-cache v0.1.2 |
| 2760 | 2026-07-23T04:32:19.362Z | Compiling nom v7.1.3 |
| 2761 | 2026-07-23T04:32:19.405Z | Checking expectorate v1.2.0 |
| 2762 | 2026-07-23T04:32:19.934Z | Checking camino-tempfile v1.4.1 |
| 2763 | 2026-07-23T04:32:19.968Z | Checking hickory-proto v0.24.4 |
| 2764 | 2026-07-23T04:32:20.043Z | Checking phf_shared v0.12.1 |
| 2765 | 2026-07-23T04:32:20.056Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-07-23T04:32:20.261Z | Compiling unicode-xid v0.2.6 |
| 2767 | 2026-07-23T04:32:20.385Z | Checking heck v0.5.0 |
| 2768 | 2026-07-23T04:32:20.511Z | Compiling chrono-tz v0.10.4 |
| 2769 | 2026-07-23T04:32:20.571Z | Checking resolv-conf v0.7.6 |
| 2770 | 2026-07-23T04:32:20.701Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2771 | 2026-07-23T04:32:20.736Z | Compiling const_format_proc_macros v0.2.34 |
| 2772 | 2026-07-23T04:32:20.804Z | Checking phf v0.12.1 |
| 2773 | 2026-07-23T04:32:20.944Z | Checking tokio-dtrace v0.1.1 |
| 2774 | 2026-07-23T04:32:21.127Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2775 | 2026-07-23T04:32:21.194Z | Compiling derive-where v1.6.0 |
| 2776 | 2026-07-23T04:32:21.550Z | Checking highway v1.3.0 |
| 2777 | 2026-07-23T04:32:21.553Z | Checking const_format v0.2.35 |
| 2778 | 2026-07-23T04:32:21.683Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2779 | 2026-07-23T04:32:21.771Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2780 | 2026-07-23T04:32:21.774Z | Checking hickory-resolver v0.24.4 |
| 2781 | 2026-07-23T04:32:21.797Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2782 | 2026-07-23T04:32:22.307Z | Checking oxide-tokio-rt v0.1.4 |
| 2783 | 2026-07-23T04:32:22.524Z | Checking qorb v0.4.1 |
| 2784 | 2026-07-23T04:32:22.764Z | Checking gethostname v0.5.0 |
| 2785 | 2026-07-23T04:32:22.786Z | Checking bcs v0.1.6 |
| 2786 | 2026-07-23T04:32:22.834Z | Checking termtree v0.5.1 |
| 2787 | 2026-07-23T04:32:23.195Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2788 | 2026-07-23T04:32:23.264Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2789 | 2026-07-23T04:32:23.430Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2790 | 2026-07-23T04:32:23.433Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2791 | 2026-07-23T04:32:26.106Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2792 | 2026-07-23T04:32:28.483Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2793 | 2026-07-23T04:32:30.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s |
| 2794 | 2026-07-23T04:32:30.724Z | |
| 2795 | 2026-07-23T04:32:30.725Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303) |
| 2796 | 2026-07-23T04:32:31.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-07-23T04:32:31.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-07-23T04:32:31.346Z | Compiling ar_archive_writer v0.5.1 |
| 2799 | 2026-07-23T04:32:31.455Z | Compiling stacker v0.1.23 |
| 2800 | 2026-07-23T04:32:31.462Z | Compiling cfg_aliases v0.1.1 |
| 2801 | 2026-07-23T04:32:31.466Z | Compiling convert_case v0.10.0 |
| 2802 | 2026-07-23T04:32:31.470Z | Checking unicode-width v0.1.14 |
| 2803 | 2026-07-23T04:32:31.480Z | Compiling proc-macro-error v1.0.4 |
| 2804 | 2026-07-23T04:32:31.492Z | Checking fd-lock v4.0.4 |
| 2805 | 2026-07-23T04:32:31.492Z | Checking nibble_vec v0.1.0 |
| 2806 | 2026-07-23T04:32:31.513Z | Compiling nix v0.28.0 |
| 2807 | 2026-07-23T04:32:31.603Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2808 | 2026-07-23T04:32:31.617Z | Checking vte v0.14.1 |
| 2809 | 2026-07-23T04:32:31.713Z | Checking endian-type v0.1.2 |
| 2810 | 2026-07-23T04:32:31.727Z | Checking bytecount v0.6.9 |
| 2811 | 2026-07-23T04:32:31.751Z | Compiling derive_more-impl v2.1.1 |
| 2812 | 2026-07-23T04:32:31.763Z | Checking strip-ansi-escapes v0.2.1 |
| 2813 | 2026-07-23T04:32:31.766Z | Compiling tabled_derive v0.7.0 |
| 2814 | 2026-07-23T04:32:31.824Z | Checking radix_trie v0.2.1 |
| 2815 | 2026-07-23T04:32:31.839Z | Checking papergrid v0.11.0 |
| 2816 | 2026-07-23T04:32:31.902Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2817 | 2026-07-23T04:32:32.007Z | Compiling peg-macros v0.8.5 |
| 2818 | 2026-07-23T04:32:32.025Z | Checking winnow v0.6.26 |
| 2819 | 2026-07-23T04:32:32.256Z | Compiling psm v0.1.30 |
| 2820 | 2026-07-23T04:32:32.380Z | Compiling sqlparser_derive v0.5.0 |
| 2821 | 2026-07-23T04:32:32.445Z | Checking nu-ansi-term v0.50.3 |
| 2822 | 2026-07-23T04:32:32.567Z | Checking derive_more v2.1.1 |
| 2823 | 2026-07-23T04:32:32.662Z | Checking home v0.5.12 |
| 2824 | 2026-07-23T04:32:32.695Z | Checking unicode_categories v0.1.1 |
| 2825 | 2026-07-23T04:32:32.767Z | Checking reedline v0.40.0 |
| 2826 | 2026-07-23T04:32:32.804Z | Checking rustyline v14.0.0 |
| 2827 | 2026-07-23T04:32:32.828Z | Checking tabled v0.15.0 |
| 2828 | 2026-07-23T04:32:32.850Z | Checking crossterm v0.29.0 |
| 2829 | 2026-07-23T04:32:33.082Z | Checking recursive v0.1.1 |
| 2830 | 2026-07-23T04:32:33.181Z | Checking sqlparser v0.61.0 |
| 2831 | 2026-07-23T04:32:33.195Z | Checking display-error-chain v0.2.2 |
| 2832 | 2026-07-23T04:32:33.207Z | Checking sqlformat v0.3.5 |
| 2833 | 2026-07-23T04:32:33.405Z | Checking peg v0.8.5 |
| 2834 | 2026-07-23T04:32:44.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s |
| 2835 | 2026-07-23T04:32:44.532Z | |
| 2836 | 2026-07-23T04:32:44.532Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303) |
| 2837 | 2026-07-23T04:32:44.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-07-23T04:32:45.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-07-23T04:32:45.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-07-23T04:32:48.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2841 | 2026-07-23T04:32:48.751Z | |
| 2842 | 2026-07-23T04:32:48.751Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303) |
| 2843 | 2026-07-23T04:32:49.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-07-23T04:32:49.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-07-23T04:32:49.365Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-07-23T04:32:51.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 2847 | 2026-07-23T04:32:51.963Z | |
| 2848 | 2026-07-23T04:32:51.963Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303) |
| 2849 | 2026-07-23T04:32:52.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-07-23T04:32:52.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-07-23T04:32:52.576Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-07-23T04:32:55.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
| 2853 | 2026-07-23T04:32:55.983Z | |
| 2854 | 2026-07-23T04:32:55.983Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303) |
| 2855 | 2026-07-23T04:32:56.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-07-23T04:32:56.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-07-23T04:32:56.602Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-07-23T04:32:59.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 2859 | 2026-07-23T04:33:00.027Z | |
| 2860 | 2026-07-23T04:33:00.027Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303) |
| 2861 | 2026-07-23T04:33:00.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-07-23T04:33:00.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-07-23T04:33:00.641Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-07-23T04:33:03.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 2865 | 2026-07-23T04:33:03.378Z | |
| 2866 | 2026-07-23T04:33:03.378Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303) |
| 2867 | 2026-07-23T04:33:03.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-07-23T04:33:03.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-07-23T04:33:03.995Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-07-23T04:33:06.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2871 | 2026-07-23T04:33:06.759Z | |
| 2872 | 2026-07-23T04:33:06.760Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303) |
| 2873 | 2026-07-23T04:33:07.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-07-23T04:33:07.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-07-23T04:33:07.381Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2876 | 2026-07-23T04:33:10.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2877 | 2026-07-23T04:33:10.974Z | |
| 2878 | 2026-07-23T04:33:10.975Z | info: running `cargo check --bins` on oximeter (93/303) |
| 2879 | 2026-07-23T04:33:11.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-07-23T04:33:11.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-07-23T04:33:11.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-07-23T04:33:11.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2883 | 2026-07-23T04:33:11.508Z | |
| 2884 | 2026-07-23T04:33:11.508Z | info: running `cargo check --bins` on oximeter-schema (94/303) |
| 2885 | 2026-07-23T04:33:11.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-07-23T04:33:11.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-07-23T04:33:12.079Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2888 | 2026-07-23T04:33:12.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2889 | 2026-07-23T04:33:12.586Z | |
| 2890 | 2026-07-23T04:33:12.586Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/303) |
| 2891 | 2026-07-23T04:33:13.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-07-23T04:33:13.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-07-23T04:33:13.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-07-23T04:33:13.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2895 | 2026-07-23T04:33:13.124Z | |
| 2896 | 2026-07-23T04:33:13.124Z | info: running `cargo check --bins` on oximeter-test-utils (96/303) |
| 2897 | 2026-07-23T04:33:13.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-07-23T04:33:13.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-07-23T04:33:13.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-07-23T04:33:13.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2901 | 2026-07-23T04:33:13.696Z | |
| 2902 | 2026-07-23T04:33:13.696Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303) |
| 2903 | 2026-07-23T04:33:14.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-07-23T04:33:14.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-07-23T04:33:14.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-07-23T04:33:14.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2907 | 2026-07-23T04:33:14.241Z | |
| 2908 | 2026-07-23T04:33:14.241Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303) |
| 2909 | 2026-07-23T04:33:14.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-07-23T04:33:14.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-07-23T04:33:14.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-07-23T04:33:14.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2913 | 2026-07-23T04:33:14.780Z | |
| 2914 | 2026-07-23T04:33:14.780Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303) |
| 2915 | 2026-07-23T04:33:15.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-07-23T04:33:15.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-07-23T04:33:15.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-07-23T04:33:15.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2919 | 2026-07-23T04:33:15.320Z | |
| 2920 | 2026-07-23T04:33:15.320Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303) |
| 2921 | 2026-07-23T04:33:15.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-07-23T04:33:15.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-07-23T04:33:15.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-07-23T04:33:15.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2925 | 2026-07-23T04:33:15.863Z | |
| 2926 | 2026-07-23T04:33:15.863Z | info: running `cargo check --bins` on trust-quorum-types (101/303) |
| 2927 | 2026-07-23T04:33:16.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-07-23T04:33:16.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-07-23T04:33:16.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-07-23T04:33:16.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2931 | 2026-07-23T04:33:16.388Z | |
| 2932 | 2026-07-23T04:33:16.388Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/303) |
| 2933 | 2026-07-23T04:33:16.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-07-23T04:33:16.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-07-23T04:33:16.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-07-23T04:33:16.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2937 | 2026-07-23T04:33:16.927Z | |
| 2938 | 2026-07-23T04:33:16.927Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/303) |
| 2939 | 2026-07-23T04:33:17.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-07-23T04:33:17.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-07-23T04:33:17.589Z | Compiling darling_core v0.21.3 |
| 2942 | 2026-07-23T04:33:17.706Z | Compiling crucible-workspace-hack v0.1.0 |
| 2943 | 2026-07-23T04:33:17.716Z | Checking secrecy v0.10.3 |
| 2944 | 2026-07-23T04:33:17.721Z | Compiling heapless v0.8.0 |
| 2945 | 2026-07-23T04:33:17.727Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2946 | 2026-07-23T04:33:17.739Z | Checking hash32 v0.3.1 |
| 2947 | 2026-07-23T04:33:17.742Z | Checking inout v0.1.4 |
| 2948 | 2026-07-23T04:33:17.758Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2949 | 2026-07-23T04:33:17.812Z | Compiling smoltcp v0.11.0 |
| 2950 | 2026-07-23T04:33:17.857Z | Checking cipher v0.4.4 |
| 2951 | 2026-07-23T04:33:17.860Z | Checking cobs v0.3.0 |
| 2952 | 2026-07-23T04:33:17.960Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2953 | 2026-07-23T04:33:17.972Z | Checking universal-hash v0.5.1 |
| 2954 | 2026-07-23T04:33:18.009Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2955 | 2026-07-23T04:33:18.020Z | Checking half v2.7.1 |
| 2956 | 2026-07-23T04:33:18.047Z | Checking ciborium-io v0.2.2 |
| 2957 | 2026-07-23T04:33:18.084Z | Checking opaque-debug v0.3.1 |
| 2958 | 2026-07-23T04:33:18.179Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2959 | 2026-07-23T04:33:18.196Z | Checking poly1305 v0.8.0 |
| 2960 | 2026-07-23T04:33:18.217Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-07-23T04:33:18.264Z | Checking ciborium-ll v0.2.2 |
| 2962 | 2026-07-23T04:33:18.376Z | Checking postcard v1.1.3 |
| 2963 | 2026-07-23T04:33:18.410Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2964 | 2026-07-23T04:33:18.434Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2965 | 2026-07-23T04:33:18.453Z | Checking password-hash v0.5.0 |
| 2966 | 2026-07-23T04:33:18.549Z | Compiling proc-macro-crate v3.4.0 |
| 2967 | 2026-07-23T04:33:18.674Z | Checking blake2 v0.10.6 |
| 2968 | 2026-07-23T04:33:18.692Z | Compiling proc-macro-crate v1.3.1 |
| 2969 | 2026-07-23T04:33:18.808Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2970 | 2026-07-23T04:33:18.905Z | Checking aead v0.5.2 |
| 2971 | 2026-07-23T04:33:19.003Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2972 | 2026-07-23T04:33:19.031Z | Compiling foreign-types-macros v0.2.3 |
| 2973 | 2026-07-23T04:33:19.044Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2974 | 2026-07-23T04:33:19.089Z | Checking foreign-types-shared v0.3.1 |
| 2975 | 2026-07-23T04:33:19.101Z | Compiling num_enum_derive v0.7.6 |
| 2976 | 2026-07-23T04:33:19.165Z | Checking thiserror-no-std v2.0.2 |
| 2977 | 2026-07-23T04:33:19.178Z | Compiling num_enum_derive v0.5.11 |
| 2978 | 2026-07-23T04:33:19.200Z | Checking chacha20poly1305 v0.10.1 |
| 2979 | 2026-07-23T04:33:19.254Z | Checking vsss-rs v3.3.4 |
| 2980 | 2026-07-23T04:33:19.287Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2981 | 2026-07-23T04:33:19.320Z | Checking argon2 v0.5.3 |
| 2982 | 2026-07-23T04:33:19.623Z | Checking foreign-types v0.5.0 |
| 2983 | 2026-07-23T04:33:19.658Z | Checking ciborium v0.2.2 |
| 2984 | 2026-07-23T04:33:19.823Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2985 | 2026-07-23T04:33:19.904Z | Checking tabwriter v1.4.1 |
| 2986 | 2026-07-23T04:33:20.048Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2987 | 2026-07-23T04:33:20.066Z | Checking cstr-argument v0.1.2 |
| 2988 | 2026-07-23T04:33:20.108Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2989 | 2026-07-23T04:33:20.130Z | Checking num_enum v0.7.6 |
| 2990 | 2026-07-23T04:33:20.135Z | Compiling darling_macro v0.21.3 |
| 2991 | 2026-07-23T04:33:20.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2992 | 2026-07-23T04:33:20.194Z | Checking num_enum v0.5.11 |
| 2993 | 2026-07-23T04:33:20.240Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2994 | 2026-07-23T04:33:20.302Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2995 | 2026-07-23T04:33:20.343Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2996 | 2026-07-23T04:33:20.388Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2997 | 2026-07-23T04:33:20.402Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2998 | 2026-07-23T04:33:20.465Z | Checking rand v0.10.1 |
| 2999 | 2026-07-23T04:33:20.480Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3000 | 2026-07-23T04:33:20.550Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3001 | 2026-07-23T04:33:20.584Z | Checking colored v3.1.1 |
| 3002 | 2026-07-23T04:33:20.598Z | Checking indent_write v2.2.0 |
| 3003 | 2026-07-23T04:33:20.641Z | Compiling darling v0.21.3 |
| 3004 | 2026-07-23T04:33:20.735Z | Compiling ingot-macros v0.1.1 |
| 3005 | 2026-07-23T04:33:20.741Z | Compiling zone_cfg_derive v0.3.1 |
| 3006 | 2026-07-23T04:33:20.754Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3007 | 2026-07-23T04:33:20.774Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3008 | 2026-07-23T04:33:20.846Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3009 | 2026-07-23T04:33:20.867Z | Checking itertools v0.12.1 |
| 3010 | 2026-07-23T04:33:20.942Z | Compiling num-derive v0.4.2 |
| 3011 | 2026-07-23T04:33:20.987Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3012 | 2026-07-23T04:33:21.014Z | Checking swrite v0.1.0 |
| 3013 | 2026-07-23T04:33:21.104Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3014 | 2026-07-23T04:33:21.257Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3015 | 2026-07-23T04:33:21.351Z | Checking dropshot-api-manager-types v0.7.2 |
| 3016 | 2026-07-23T04:33:21.367Z | Checking smf v0.2.3 |
| 3017 | 2026-07-23T04:33:21.380Z | Checking nanorand v0.7.0 |
| 3018 | 2026-07-23T04:33:21.430Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3019 | 2026-07-23T04:33:21.517Z | Checking whoami v1.6.1 |
| 3020 | 2026-07-23T04:33:21.569Z | Checking flume v0.11.1 |
| 3021 | 2026-07-23T04:33:21.593Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3022 | 2026-07-23T04:33:21.864Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3023 | 2026-07-23T04:33:21.879Z | Checking zone v0.3.1 |
| 3024 | 2026-07-23T04:33:22.845Z | Checking ingot-types v0.1.2 |
| 3025 | 2026-07-23T04:33:23.165Z | Checking ingot v0.1.1 |
| 3026 | 2026-07-23T04:33:24.557Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3027 | 2026-07-23T04:33:25.482Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3028 | 2026-07-23T04:33:26.355Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3029 | 2026-07-23T04:33:27.796Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3030 | 2026-07-23T04:33:29.842Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3031 | 2026-07-23T04:33:30.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
| 3032 | 2026-07-23T04:33:31.090Z | |
| 3033 | 2026-07-23T04:33:31.090Z | info: running `cargo check --bins` on clickhouse-admin-api (104/303) |
| 3034 | 2026-07-23T04:33:31.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-07-23T04:33:31.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-07-23T04:33:31.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-07-23T04:33:31.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3038 | 2026-07-23T04:33:31.629Z | |
| 3039 | 2026-07-23T04:33:31.629Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/303) |
| 3040 | 2026-07-23T04:33:32.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-07-23T04:33:32.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-07-23T04:33:32.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-07-23T04:33:32.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3044 | 2026-07-23T04:33:32.171Z | |
| 3045 | 2026-07-23T04:33:32.171Z | info: running `cargo check --bins` on bootstrap-agent-client (106/303) |
| 3046 | 2026-07-23T04:33:32.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-07-23T04:33:32.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-07-23T04:33:32.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-07-23T04:33:32.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3050 | 2026-07-23T04:33:32.714Z | |
| 3051 | 2026-07-23T04:33:32.714Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/303) |
| 3052 | 2026-07-23T04:33:33.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-07-23T04:33:33.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-07-23T04:33:33.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-07-23T04:33:33.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3056 | 2026-07-23T04:33:33.263Z | |
| 3057 | 2026-07-23T04:33:33.263Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/303) |
| 3058 | 2026-07-23T04:33:33.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-07-23T04:33:33.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-07-23T04:33:33.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-07-23T04:33:33.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3062 | 2026-07-23T04:33:33.803Z | |
| 3063 | 2026-07-23T04:33:33.803Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/303) |
| 3064 | 2026-07-23T04:33:34.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-07-23T04:33:34.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-07-23T04:33:34.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-07-23T04:33:34.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3068 | 2026-07-23T04:33:34.344Z | |
| 3069 | 2026-07-23T04:33:34.344Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/303) |
| 3070 | 2026-07-23T04:33:34.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-07-23T04:33:34.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-07-23T04:33:34.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-07-23T04:33:34.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3074 | 2026-07-23T04:33:34.884Z | |
| 3075 | 2026-07-23T04:33:34.884Z | info: running `cargo check --bins` on cockroach-admin-client (111/303) |
| 3076 | 2026-07-23T04:33:35.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-07-23T04:33:35.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-07-23T04:33:35.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-07-23T04:33:35.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3080 | 2026-07-23T04:33:35.409Z | |
| 3081 | 2026-07-23T04:33:35.409Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/303) |
| 3082 | 2026-07-23T04:33:35.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-07-23T04:33:35.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-07-23T04:33:35.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-07-23T04:33:35.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3086 | 2026-07-23T04:33:35.949Z | |
| 3087 | 2026-07-23T04:33:35.949Z | info: running `cargo check --bins` on dns-service-client (113/303) |
| 3088 | 2026-07-23T04:33:36.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-07-23T04:33:36.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-07-23T04:33:36.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-07-23T04:33:36.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3092 | 2026-07-23T04:33:36.490Z | |
| 3093 | 2026-07-23T04:33:36.490Z | info: running `cargo check --bins` on installinator-client (114/303) |
| 3094 | 2026-07-23T04:33:36.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-07-23T04:33:36.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-07-23T04:33:36.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-07-23T04:33:36.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3098 | 2026-07-23T04:33:37.030Z | |
| 3099 | 2026-07-23T04:33:37.031Z | info: running `cargo check --bins` on nexus-client (115/303) |
| 3100 | 2026-07-23T04:33:37.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-07-23T04:33:37.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-07-23T04:33:37.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-07-23T04:33:37.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3104 | 2026-07-23T04:33:37.605Z | |
| 3105 | 2026-07-23T04:33:37.605Z | info: running `cargo check --bins` on nexus-lockstep-client (116/303) |
| 3106 | 2026-07-23T04:33:38.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-07-23T04:33:38.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-07-23T04:33:38.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-07-23T04:33:38.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3110 | 2026-07-23T04:33:38.182Z | |
| 3111 | 2026-07-23T04:33:38.182Z | info: running `cargo check --bins` on ntp-admin-client (117/303) |
| 3112 | 2026-07-23T04:33:38.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-07-23T04:33:38.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-07-23T04:33:38.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-07-23T04:33:38.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3116 | 2026-07-23T04:33:38.701Z | |
| 3117 | 2026-07-23T04:33:38.701Z | info: running `cargo check --bins` on oxide-client (118/303) |
| 3118 | 2026-07-23T04:33:39.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-07-23T04:33:39.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-07-23T04:33:39.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-07-23T04:33:39.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3122 | 2026-07-23T04:33:39.229Z | |
| 3123 | 2026-07-23T04:33:39.229Z | info: running `cargo check --bins` on oximeter-client (119/303) |
| 3124 | 2026-07-23T04:33:39.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-07-23T04:33:39.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-07-23T04:33:39.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-07-23T04:33:39.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3128 | 2026-07-23T04:33:39.759Z | |
| 3129 | 2026-07-23T04:33:39.759Z | info: running `cargo check --bins` on repo-depot-client (120/303) |
| 3130 | 2026-07-23T04:33:40.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-07-23T04:33:40.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-07-23T04:33:40.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-07-23T04:33:40.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3134 | 2026-07-23T04:33:40.282Z | |
| 3135 | 2026-07-23T04:33:40.282Z | info: running `cargo check --bins` on sled-agent-client (121/303) |
| 3136 | 2026-07-23T04:33:40.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-07-23T04:33:40.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-07-23T04:33:40.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-07-23T04:33:40.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3140 | 2026-07-23T04:33:40.828Z | |
| 3141 | 2026-07-23T04:33:40.828Z | info: running `cargo check --bins` on wicketd-client (122/303) |
| 3142 | 2026-07-23T04:33:41.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-07-23T04:33:41.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-07-23T04:33:41.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-07-23T04:33:41.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3146 | 2026-07-23T04:33:41.392Z | |
| 3147 | 2026-07-23T04:33:41.392Z | info: running `cargo check --bins` on installinator-common (123/303) |
| 3148 | 2026-07-23T04:33:41.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-07-23T04:33:41.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-07-23T04:33:41.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-07-23T04:33:41.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3152 | 2026-07-23T04:33:41.947Z | |
| 3153 | 2026-07-23T04:33:41.947Z | info: running `cargo check --bins` on installinator-common-versions (124/303) |
| 3154 | 2026-07-23T04:33:42.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-07-23T04:33:42.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-07-23T04:33:42.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-07-23T04:33:42.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3158 | 2026-07-23T04:33:42.478Z | |
| 3159 | 2026-07-23T04:33:42.478Z | info: running `cargo check --bins` on wicket-common (125/303) |
| 3160 | 2026-07-23T04:33:42.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-07-23T04:33:42.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-07-23T04:33:42.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-07-23T04:33:42.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3164 | 2026-07-23T04:33:43.024Z | |
| 3165 | 2026-07-23T04:33:43.024Z | info: running `cargo check --bins` on wicketd-commission-types (126/303) |
| 3166 | 2026-07-23T04:33:43.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-07-23T04:33:43.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-07-23T04:33:43.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-07-23T04:33:43.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3170 | 2026-07-23T04:33:43.570Z | |
| 3171 | 2026-07-23T04:33:43.570Z | info: running `cargo check --bins` on wicketd-commission-types-versions (127/303) |
| 3172 | 2026-07-23T04:33:44.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-07-23T04:33:44.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-07-23T04:33:44.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-07-23T04:33:44.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3176 | 2026-07-23T04:33:44.112Z | |
| 3177 | 2026-07-23T04:33:44.112Z | info: running `cargo check --bins` on wicketd-commission-client (128/303) |
| 3178 | 2026-07-23T04:33:44.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-07-23T04:33:44.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-07-23T04:33:44.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2026-07-23T04:33:44.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3182 | 2026-07-23T04:33:44.656Z | |
| 3183 | 2026-07-23T04:33:44.656Z | info: running `cargo check --bins` on omicron-cockroach-admin (129/303) |
| 3184 | 2026-07-23T04:33:45.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2026-07-23T04:33:45.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2026-07-23T04:33:45.287Z | Checking csv-core v0.1.13 |
| 3187 | 2026-07-23T04:33:45.395Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3188 | 2026-07-23T04:33:45.398Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3189 | 2026-07-23T04:33:45.404Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3190 | 2026-07-23T04:33:45.530Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3191 | 2026-07-23T04:33:45.543Z | Checking csv v1.4.0 |
| 3192 | 2026-07-23T04:33:45.850Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3193 | 2026-07-23T04:33:46.178Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3194 | 2026-07-23T04:33:46.178Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3195 | 2026-07-23T04:33:47.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 3196 | 2026-07-23T04:33:47.351Z | |
| 3197 | 2026-07-23T04:33:47.351Z | info: running `cargo check --bins` on cockroach-admin-api (130/303) |
| 3198 | 2026-07-23T04:33:47.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-07-23T04:33:47.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-07-23T04:33:47.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-07-23T04:33:47.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3202 | 2026-07-23T04:33:47.889Z | |
| 3203 | 2026-07-23T04:33:47.890Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (131/303) |
| 3204 | 2026-07-23T04:33:48.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-07-23T04:33:48.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-07-23T04:33:48.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-07-23T04:33:48.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3208 | 2026-07-23T04:33:48.506Z | |
| 3209 | 2026-07-23T04:33:48.506Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/303) |
| 3210 | 2026-07-23T04:33:49.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-07-23T04:33:49.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-07-23T04:33:49.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-07-23T04:33:49.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3214 | 2026-07-23T04:33:49.122Z | |
| 3215 | 2026-07-23T04:33:49.122Z | info: running `cargo check --bins` on gateway-test-utils (133/303) |
| 3216 | 2026-07-23T04:33:49.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-07-23T04:33:49.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-07-23T04:33:49.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-07-23T04:33:49.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3220 | 2026-07-23T04:33:49.708Z | |
| 3221 | 2026-07-23T04:33:49.709Z | info: running `cargo check --bins` on omicron-gateway (134/303) |
| 3222 | 2026-07-23T04:33:50.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-07-23T04:33:50.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-07-23T04:33:50.413Z | Compiling regress v0.11.1 |
| 3225 | 2026-07-23T04:33:50.555Z | Compiling unsafe-libyaml v0.2.11 |
| 3226 | 2026-07-23T04:33:50.565Z | Compiling radium v0.7.0 |
| 3227 | 2026-07-23T04:33:50.567Z | Compiling semver v0.1.20 |
| 3228 | 2026-07-23T04:33:50.586Z | Checking nom v8.0.0 |
| 3229 | 2026-07-23T04:33:50.586Z | Checking tap v1.0.1 |
| 3230 | 2026-07-23T04:33:50.609Z | Compiling maybe-uninit v2.0.0 |
| 3231 | 2026-07-23T04:33:50.681Z | Checking wyz v0.5.1 |
| 3232 | 2026-07-23T04:33:50.836Z | Compiling rustc_version v0.1.7 |
| 3233 | 2026-07-23T04:33:50.862Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3234 | 2026-07-23T04:33:50.932Z | Compiling zerocopy-derive v0.6.6 |
| 3235 | 2026-07-23T04:33:51.014Z | Checking funty v2.0.0 |
| 3236 | 2026-07-23T04:33:51.048Z | Compiling newtype_derive v0.1.6 |
| 3237 | 2026-07-23T04:33:51.248Z | Compiling serde_yaml v0.9.34+deprecated |
| 3238 | 2026-07-23T04:33:51.295Z | Compiling packed_struct v0.10.1 |
| 3239 | 2026-07-23T04:33:51.338Z | Checking crc-catalog v2.4.0 |
| 3240 | 2026-07-23T04:33:51.434Z | Compiling cancel-safe-futures v0.1.5 |
| 3241 | 2026-07-23T04:33:51.608Z | Checking crc v3.4.0 |
| 3242 | 2026-07-23T04:33:51.681Z | Checking bitvec v1.0.1 |
| 3243 | 2026-07-23T04:33:51.777Z | Checking zerocopy v0.6.6 |
| 3244 | 2026-07-23T04:33:51.908Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3245 | 2026-07-23T04:33:51.980Z | Checking typify-impl v0.6.2 |
| 3246 | 2026-07-23T04:33:52.320Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3247 | 2026-07-23T04:33:52.425Z | Compiling packed_struct_codegen v0.10.1 |
| 3248 | 2026-07-23T04:33:52.527Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3249 | 2026-07-23T04:33:52.673Z | Compiling bitfield-macros v0.19.4 |
| 3250 | 2026-07-23T04:33:52.688Z | Compiling indexmap v1.9.3 |
| 3251 | 2026-07-23T04:33:52.898Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3252 | 2026-07-23T04:33:52.973Z | Checking nodrop v0.1.14 |
| 3253 | 2026-07-23T04:33:53.004Z | Compiling owo-colors v4.3.0 |
| 3254 | 2026-07-23T04:33:53.065Z | Checking array-init v0.0.4 |
| 3255 | 2026-07-23T04:33:53.189Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3256 | 2026-07-23T04:33:53.369Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3257 | 2026-07-23T04:33:53.387Z | Checking smallvec v0.6.14 |
| 3258 | 2026-07-23T04:33:53.414Z | Checking bitfield v0.19.4 |
| 3259 | 2026-07-23T04:33:53.592Z | Checking oxide-update-engine-types v0.1.2 |
| 3260 | 2026-07-23T04:33:53.613Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3261 | 2026-07-23T04:33:53.682Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3262 | 2026-07-23T04:33:53.722Z | Checking base64 v0.21.7 |
| 3263 | 2026-07-23T04:33:53.736Z | Checking unicode-linebreak v0.1.5 |
| 3264 | 2026-07-23T04:33:53.808Z | Checking tagptr v0.2.0 |
| 3265 | 2026-07-23T04:33:53.946Z | Checking linear-map v1.2.0 |
| 3266 | 2026-07-23T04:33:53.946Z | Checking smawk v0.3.2 |
| 3267 | 2026-07-23T04:33:53.970Z | Checking hashbrown v0.12.3 |
| 3268 | 2026-07-23T04:33:54.083Z | Checking textwrap v0.16.2 |
| 3269 | 2026-07-23T04:33:54.113Z | Checking ron v0.8.1 |
| 3270 | 2026-07-23T04:33:54.140Z | Checking moka v0.12.13 |
| 3271 | 2026-07-23T04:33:54.292Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3272 | 2026-07-23T04:33:54.479Z | Checking oxide-update-engine v0.1.2 |
| 3273 | 2026-07-23T04:33:54.576Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3274 | 2026-07-23T04:33:54.626Z | Checking steno v0.4.1 |
| 3275 | 2026-07-23T04:33:54.687Z | Checking serde-hex v0.1.0 |
| 3276 | 2026-07-23T04:33:54.895Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-07-23T04:33:55.057Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3278 | 2026-07-23T04:33:55.089Z | Checking hashbrown v0.13.2 |
| 3279 | 2026-07-23T04:33:55.327Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3280 | 2026-07-23T04:33:55.509Z | Checking crc-any v2.5.0 |
| 3281 | 2026-07-23T04:33:55.554Z | Checking object v0.30.4 |
| 3282 | 2026-07-23T04:33:55.609Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3283 | 2026-07-23T04:33:55.624Z | Checking hickory-resolver v0.25.2 |
| 3284 | 2026-07-23T04:33:55.684Z | Checking sha1 v0.10.6 |
| 3285 | 2026-07-23T04:33:55.777Z | Checking void v1.0.2 |
| 3286 | 2026-07-23T04:33:55.846Z | Checking utf-8 v0.7.6 |
| 3287 | 2026-07-23T04:33:55.881Z | Checking path-slash v0.1.5 |
| 3288 | 2026-07-23T04:33:55.987Z | Checking half v1.8.3 |
| 3289 | 2026-07-23T04:33:55.990Z | Checking tungstenite v0.23.0 |
| 3290 | 2026-07-23T04:33:56.174Z | Checking lzss v0.8.2 |
| 3291 | 2026-07-23T04:33:56.195Z | Checking serde_cbor v0.11.2 |
| 3292 | 2026-07-23T04:33:56.328Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3293 | 2026-07-23T04:33:56.401Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3294 | 2026-07-23T04:33:56.486Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3295 | 2026-07-23T04:33:56.514Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3296 | 2026-07-23T04:33:56.551Z | Checking nix v0.27.1 |
| 3297 | 2026-07-23T04:33:56.568Z | Checking kstat-rs v0.2.4 |
| 3298 | 2026-07-23T04:33:56.573Z | Compiling typify-macro v0.6.2 |
| 3299 | 2026-07-23T04:33:56.609Z | Checking fxhash v0.2.1 |
| 3300 | 2026-07-23T04:33:56.768Z | Checking serde_bytes v0.11.19 |
| 3301 | 2026-07-23T04:33:56.774Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3302 | 2026-07-23T04:33:56.774Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3303 | 2026-07-23T04:33:56.774Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3304 | 2026-07-23T04:33:56.886Z | Checking tokio-tungstenite v0.23.1 |
| 3305 | 2026-07-23T04:33:56.962Z | Checking signal-hook-tokio v0.3.1 |
| 3306 | 2026-07-23T04:33:57.574Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3307 | 2026-07-23T04:33:57.876Z | Compiling typify v0.6.2 |
| 3308 | 2026-07-23T04:33:57.956Z | Compiling progenitor-impl v0.14.0 |
| 3309 | 2026-07-23T04:33:58.493Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3310 | 2026-07-23T04:33:58.782Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3311 | 2026-07-23T04:33:59.383Z | Compiling progenitor-macro v0.14.0 |
| 3312 | 2026-07-23T04:34:01.777Z | Checking progenitor v0.14.0 |
| 3313 | 2026-07-23T04:34:01.888Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3314 | 2026-07-23T04:34:01.891Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3315 | 2026-07-23T04:34:04.605Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3316 | 2026-07-23T04:34:12.848Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3317 | 2026-07-23T04:34:19.466Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3318 | 2026-07-23T04:34:20.836Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3319 | 2026-07-23T04:34:21.320Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3320 | 2026-07-23T04:34:23.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.65s |
| 3321 | 2026-07-23T04:34:23.550Z | |
| 3322 | 2026-07-23T04:34:23.550Z | info: running `cargo check --bins` on gateway-api (135/303) |
| 3323 | 2026-07-23T04:34:24.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-07-23T04:34:24.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-07-23T04:34:24.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-07-23T04:34:24.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3327 | 2026-07-23T04:34:24.084Z | |
| 3328 | 2026-07-23T04:34:24.084Z | info: running `cargo check --bins` on ipcc (136/303) |
| 3329 | 2026-07-23T04:34:24.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-07-23T04:34:24.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-07-23T04:34:24.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-07-23T04:34:24.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3333 | 2026-07-23T04:34:24.615Z | |
| 3334 | 2026-07-23T04:34:24.615Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (137/303) |
| 3335 | 2026-07-23T04:34:25.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-07-23T04:34:25.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-07-23T04:34:25.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-07-23T04:34:25.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3339 | 2026-07-23T04:34:25.133Z | |
| 3340 | 2026-07-23T04:34:25.133Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/303) |
| 3341 | 2026-07-23T04:34:25.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-07-23T04:34:25.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-07-23T04:34:25.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-07-23T04:34:25.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3345 | 2026-07-23T04:34:25.687Z | |
| 3346 | 2026-07-23T04:34:25.687Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/303) |
| 3347 | 2026-07-23T04:34:26.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-07-23T04:34:26.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-07-23T04:34:26.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-07-23T04:34:26.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3351 | 2026-07-23T04:34:26.222Z | |
| 3352 | 2026-07-23T04:34:26.222Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/303) |
| 3353 | 2026-07-23T04:34:26.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-07-23T04:34:26.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-07-23T04:34:26.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-07-23T04:34:26.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3357 | 2026-07-23T04:34:26.754Z | |
| 3358 | 2026-07-23T04:34:26.754Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/303) |
| 3359 | 2026-07-23T04:34:27.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-07-23T04:34:27.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-07-23T04:34:27.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-07-23T04:34:27.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3363 | 2026-07-23T04:34:27.293Z | |
| 3364 | 2026-07-23T04:34:27.293Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/303) |
| 3365 | 2026-07-23T04:34:27.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-07-23T04:34:27.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-07-23T04:34:27.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-07-23T04:34:27.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3369 | 2026-07-23T04:34:27.854Z | |
| 3370 | 2026-07-23T04:34:27.854Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/303) |
| 3371 | 2026-07-23T04:34:28.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-07-23T04:34:28.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-07-23T04:34:28.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-07-23T04:34:28.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3375 | 2026-07-23T04:34:28.388Z | |
| 3376 | 2026-07-23T04:34:28.388Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/303) |
| 3377 | 2026-07-23T04:34:28.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-07-23T04:34:28.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-07-23T04:34:28.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-07-23T04:34:28.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3381 | 2026-07-23T04:34:28.927Z | |
| 3382 | 2026-07-23T04:34:28.927Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/303) |
| 3383 | 2026-07-23T04:34:29.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-07-23T04:34:29.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-07-23T04:34:29.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-07-23T04:34:29.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3387 | 2026-07-23T04:34:29.466Z | |
| 3388 | 2026-07-23T04:34:29.466Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/303) |
| 3389 | 2026-07-23T04:34:29.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-07-23T04:34:29.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-07-23T04:34:29.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-07-23T04:34:29.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3393 | 2026-07-23T04:34:30.005Z | |
| 3394 | 2026-07-23T04:34:30.006Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/303) |
| 3395 | 2026-07-23T04:34:30.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-07-23T04:34:30.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-07-23T04:34:30.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-07-23T04:34:30.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3399 | 2026-07-23T04:34:30.548Z | |
| 3400 | 2026-07-23T04:34:30.549Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/303) |
| 3401 | 2026-07-23T04:34:31.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-07-23T04:34:31.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-07-23T04:34:31.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-07-23T04:34:31.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3405 | 2026-07-23T04:34:31.087Z | |
| 3406 | 2026-07-23T04:34:31.087Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/303) |
| 3407 | 2026-07-23T04:34:31.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-07-23T04:34:31.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-07-23T04:34:31.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-07-23T04:34:31.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3411 | 2026-07-23T04:34:31.643Z | |
| 3412 | 2026-07-23T04:34:31.643Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/303) |
| 3413 | 2026-07-23T04:34:32.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-07-23T04:34:32.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-07-23T04:34:32.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-07-23T04:34:32.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3417 | 2026-07-23T04:34:32.200Z | |
| 3418 | 2026-07-23T04:34:32.200Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/303) |
| 3419 | 2026-07-23T04:34:32.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-07-23T04:34:32.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-07-23T04:34:32.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-07-23T04:34:32.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3423 | 2026-07-23T04:34:32.757Z | |
| 3424 | 2026-07-23T04:34:32.757Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/303) |
| 3425 | 2026-07-23T04:34:33.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-07-23T04:34:33.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-07-23T04:34:33.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-07-23T04:34:33.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3429 | 2026-07-23T04:34:33.314Z | |
| 3430 | 2026-07-23T04:34:33.314Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/303) |
| 3431 | 2026-07-23T04:34:33.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-07-23T04:34:33.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-07-23T04:34:33.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-07-23T04:34:33.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3435 | 2026-07-23T04:34:33.872Z | |
| 3436 | 2026-07-23T04:34:33.872Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/303) |
| 3437 | 2026-07-23T04:34:34.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-07-23T04:34:34.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-07-23T04:34:34.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-07-23T04:34:34.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3441 | 2026-07-23T04:34:34.434Z | |
| 3442 | 2026-07-23T04:34:34.434Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/303) |
| 3443 | 2026-07-23T04:34:34.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-07-23T04:34:34.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-07-23T04:34:34.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-07-23T04:34:34.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3447 | 2026-07-23T04:34:34.990Z | |
| 3448 | 2026-07-23T04:34:34.990Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/303) |
| 3449 | 2026-07-23T04:34:35.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-07-23T04:34:35.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-07-23T04:34:35.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-07-23T04:34:35.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3453 | 2026-07-23T04:34:35.549Z | |
| 3454 | 2026-07-23T04:34:35.550Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/303) |
| 3455 | 2026-07-23T04:34:36.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-07-23T04:34:36.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-07-23T04:34:36.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-07-23T04:34:36.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3459 | 2026-07-23T04:34:36.102Z | |
| 3460 | 2026-07-23T04:34:36.102Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/303) |
| 3461 | 2026-07-23T04:34:36.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-07-23T04:34:36.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-07-23T04:34:36.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-07-23T04:34:36.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3465 | 2026-07-23T04:34:36.660Z | |
| 3466 | 2026-07-23T04:34:36.660Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/303) |
| 3467 | 2026-07-23T04:34:37.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-07-23T04:34:37.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-07-23T04:34:37.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-07-23T04:34:37.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3471 | 2026-07-23T04:34:37.197Z | |
| 3472 | 2026-07-23T04:34:37.197Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/303) |
| 3473 | 2026-07-23T04:34:37.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-07-23T04:34:37.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-07-23T04:34:37.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-07-23T04:34:37.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3477 | 2026-07-23T04:34:37.735Z | |
| 3478 | 2026-07-23T04:34:37.735Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/303) |
| 3479 | 2026-07-23T04:34:38.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-07-23T04:34:38.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-07-23T04:34:38.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-07-23T04:34:38.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3483 | 2026-07-23T04:34:38.278Z | |
| 3484 | 2026-07-23T04:34:38.278Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/303) |
| 3485 | 2026-07-23T04:34:38.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-07-23T04:34:38.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-07-23T04:34:38.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-07-23T04:34:38.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3489 | 2026-07-23T04:34:38.817Z | |
| 3490 | 2026-07-23T04:34:38.817Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/303) |
| 3491 | 2026-07-23T04:34:39.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-07-23T04:34:39.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-07-23T04:34:39.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-07-23T04:34:39.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3495 | 2026-07-23T04:34:39.363Z | |
| 3496 | 2026-07-23T04:34:39.363Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/303) |
| 3497 | 2026-07-23T04:34:39.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-07-23T04:34:39.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-07-23T04:34:39.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-07-23T04:34:39.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3501 | 2026-07-23T04:34:39.908Z | |
| 3502 | 2026-07-23T04:34:39.908Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/303) |
| 3503 | 2026-07-23T04:34:40.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-07-23T04:34:40.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-07-23T04:34:40.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-07-23T04:34:40.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3507 | 2026-07-23T04:34:40.450Z | |
| 3508 | 2026-07-23T04:34:40.450Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/303) |
| 3509 | 2026-07-23T04:34:40.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-07-23T04:34:40.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-07-23T04:34:40.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-07-23T04:34:40.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3513 | 2026-07-23T04:34:40.989Z | |
| 3514 | 2026-07-23T04:34:40.989Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/303) |
| 3515 | 2026-07-23T04:34:41.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-07-23T04:34:41.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-07-23T04:34:41.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-07-23T04:34:41.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3519 | 2026-07-23T04:34:41.552Z | |
| 3520 | 2026-07-23T04:34:41.552Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/303) |
| 3521 | 2026-07-23T04:34:42.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-07-23T04:34:42.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-07-23T04:34:42.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-07-23T04:34:42.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3525 | 2026-07-23T04:34:42.113Z | |
| 3526 | 2026-07-23T04:34:42.113Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/303) |
| 3527 | 2026-07-23T04:34:42.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-07-23T04:34:42.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-07-23T04:34:42.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-07-23T04:34:42.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3531 | 2026-07-23T04:34:42.674Z | |
| 3532 | 2026-07-23T04:34:42.674Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/303) |
| 3533 | 2026-07-23T04:34:43.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-07-23T04:34:43.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-07-23T04:34:43.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-07-23T04:34:43.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3537 | 2026-07-23T04:34:43.238Z | |
| 3538 | 2026-07-23T04:34:43.238Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/303) |
| 3539 | 2026-07-23T04:34:43.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-07-23T04:34:43.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-07-23T04:34:43.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-07-23T04:34:43.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3543 | 2026-07-23T04:34:43.798Z | |
| 3544 | 2026-07-23T04:34:43.798Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/303) |
| 3545 | 2026-07-23T04:34:44.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-07-23T04:34:44.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-07-23T04:34:44.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-07-23T04:34:44.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3549 | 2026-07-23T04:34:44.357Z | |
| 3550 | 2026-07-23T04:34:44.357Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/303) |
| 3551 | 2026-07-23T04:34:44.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-07-23T04:34:44.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-07-23T04:34:44.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-07-23T04:34:44.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3555 | 2026-07-23T04:34:44.920Z | |
| 3556 | 2026-07-23T04:34:44.920Z | info: running `cargo check --bins` on oximeter-producer (174/303) |
| 3557 | 2026-07-23T04:34:45.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-07-23T04:34:45.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-07-23T04:34:45.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-07-23T04:34:45.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3561 | 2026-07-23T04:34:45.498Z | |
| 3562 | 2026-07-23T04:34:45.498Z | info: running `cargo check --bins` on internal-dns-resolver (175/303) |
| 3563 | 2026-07-23T04:34:45.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-07-23T04:34:45.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-07-23T04:34:45.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-07-23T04:34:45.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3567 | 2026-07-23T04:34:46.045Z | |
| 3568 | 2026-07-23T04:34:46.045Z | info: running `cargo check --bins` on dns-server (176/303) |
| 3569 | 2026-07-23T04:34:46.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-07-23T04:34:46.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-07-23T04:34:46.647Z | Compiling parking_lot_core v0.8.6 |
| 3572 | 2026-07-23T04:34:46.657Z | Compiling git-stub v1.0.0 |
| 3573 | 2026-07-23T04:34:46.762Z | Checking prefix-trie v0.7.0 |
| 3574 | 2026-07-23T04:34:46.765Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3575 | 2026-07-23T04:34:46.876Z | Compiling git-stub-vcs v0.1.0 |
| 3576 | 2026-07-23T04:34:47.035Z | Checking hickory-server v0.25.2 |
| 3577 | 2026-07-23T04:34:47.150Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3578 | 2026-07-23T04:34:47.159Z | Checking parking_lot v0.11.2 |
| 3579 | 2026-07-23T04:34:47.317Z | Checking sled v0.34.7 |
| 3580 | 2026-07-23T04:34:49.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 3581 | 2026-07-23T04:34:49.349Z | |
| 3582 | 2026-07-23T04:34:49.349Z | info: running `cargo check --bins` on dns-server-api (177/303) |
| 3583 | 2026-07-23T04:34:49.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-07-23T04:34:49.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-07-23T04:34:49.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-07-23T04:34:49.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3587 | 2026-07-23T04:34:49.894Z | |
| 3588 | 2026-07-23T04:34:49.894Z | info: running `cargo check --bins` on oximeter-producer-api (178/303) |
| 3589 | 2026-07-23T04:34:50.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-07-23T04:34:50.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-07-23T04:34:50.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2026-07-23T04:34:50.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3593 | 2026-07-23T04:34:50.432Z | |
| 3594 | 2026-07-23T04:34:50.432Z | info: running `cargo check --bins` on sp-sim (179/303) |
| 3595 | 2026-07-23T04:34:50.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-07-23T04:34:50.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-07-23T04:34:51.272Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3598 | 2026-07-23T04:34:52.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 3599 | 2026-07-23T04:34:53.011Z | |
| 3600 | 2026-07-23T04:34:53.011Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (180/303) |
| 3601 | 2026-07-23T04:34:53.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-07-23T04:34:53.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-07-23T04:34:53.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2026-07-23T04:34:53.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3605 | 2026-07-23T04:34:53.600Z | |
| 3606 | 2026-07-23T04:34:53.600Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/303) |
| 3607 | 2026-07-23T04:34:54.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2026-07-23T04:34:54.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2026-07-23T04:34:54.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2026-07-23T04:34:54.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3611 | 2026-07-23T04:34:54.194Z | |
| 3612 | 2026-07-23T04:34:54.195Z | info: running `cargo check --bins` on db-macros (182/303) |
| 3613 | 2026-07-23T04:34:54.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2026-07-23T04:34:54.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2026-07-23T04:34:54.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2026-07-23T04:34:54.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3617 | 2026-07-23T04:34:54.720Z | |
| 3618 | 2026-07-23T04:34:54.720Z | info: running `cargo check --bins` on nexus-macros-common (183/303) |
| 3619 | 2026-07-23T04:34:55.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2026-07-23T04:34:55.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2026-07-23T04:34:55.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3622 | 2026-07-23T04:34:55.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3623 | 2026-07-23T04:34:55.245Z | |
| 3624 | 2026-07-23T04:34:55.245Z | info: running `cargo check --bins` on nexus-auth (184/303) |
| 3625 | 2026-07-23T04:34:55.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2026-07-23T04:34:55.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2026-07-23T04:34:55.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3628 | 2026-07-23T04:34:55.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3629 | 2026-07-23T04:34:55.842Z | |
| 3630 | 2026-07-23T04:34:55.842Z | info: running `cargo check --bins` on authz-macros (185/303) |
| 3631 | 2026-07-23T04:34:56.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2026-07-23T04:34:56.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2026-07-23T04:34:56.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3634 | 2026-07-23T04:34:56.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3635 | 2026-07-23T04:34:56.360Z | |
| 3636 | 2026-07-23T04:34:56.361Z | info: running `cargo check --bins` on nexus-db-fixed-data (186/303) |
| 3637 | 2026-07-23T04:34:56.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-07-23T04:34:56.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-07-23T04:34:56.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3640 | 2026-07-23T04:34:56.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3641 | 2026-07-23T04:34:56.940Z | |
| 3642 | 2026-07-23T04:34:56.940Z | info: running `cargo check --bins` on nexus-db-model (187/303) |
| 3643 | 2026-07-23T04:34:57.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-07-23T04:34:57.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-07-23T04:34:57.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2026-07-23T04:34:57.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3647 | 2026-07-23T04:34:57.525Z | |
| 3648 | 2026-07-23T04:34:57.525Z | info: running `cargo check --bins` on nexus-db-schema (188/303) |
| 3649 | 2026-07-23T04:34:57.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-07-23T04:34:57.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-07-23T04:34:57.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3652 | 2026-07-23T04:34:57.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3653 | 2026-07-23T04:34:58.042Z | |
| 3654 | 2026-07-23T04:34:58.042Z | info: running `cargo check --bins` on omicron-rpaths (189/303) |
| 3655 | 2026-07-23T04:34:58.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-07-23T04:34:58.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-07-23T04:34:58.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3658 | 2026-07-23T04:34:58.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3659 | 2026-07-23T04:34:58.566Z | |
| 3660 | 2026-07-23T04:34:58.566Z | info: running `cargo check --bins` on nexus-defaults (190/303) |
| 3661 | 2026-07-23T04:34:59.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-07-23T04:34:59.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-07-23T04:34:59.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2026-07-23T04:34:59.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3665 | 2026-07-23T04:34:59.102Z | |
| 3666 | 2026-07-23T04:34:59.102Z | info: running `cargo check --bins` on omicron-cockroach-metrics (191/303) |
| 3667 | 2026-07-23T04:34:59.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-07-23T04:34:59.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-07-23T04:34:59.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2026-07-23T04:34:59.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3671 | 2026-07-23T04:34:59.627Z | |
| 3672 | 2026-07-23T04:34:59.627Z | info: running `cargo check --bins` on parallel-task-set (192/303) |
| 3673 | 2026-07-23T04:35:00.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-07-23T04:35:00.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-07-23T04:35:00.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-07-23T04:35:00.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3677 | 2026-07-23T04:35:00.150Z | |
| 3678 | 2026-07-23T04:35:00.150Z | info: running `cargo check --bins` on omicron-git-version (193/303) |
| 3679 | 2026-07-23T04:35:00.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-07-23T04:35:00.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-07-23T04:35:00.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-07-23T04:35:00.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3683 | 2026-07-23T04:35:00.673Z | |
| 3684 | 2026-07-23T04:35:00.673Z | info: running `cargo check --bins` on nexus-db-errors (194/303) |
| 3685 | 2026-07-23T04:35:01.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-07-23T04:35:01.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-07-23T04:35:01.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-07-23T04:35:01.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3689 | 2026-07-23T04:35:01.299Z | |
| 3690 | 2026-07-23T04:35:01.299Z | info: running `cargo check --bins` on nexus-db-lookup (195/303) |
| 3691 | 2026-07-23T04:35:01.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-07-23T04:35:01.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-07-23T04:35:01.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-07-23T04:35:01.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3695 | 2026-07-23T04:35:01.848Z | |
| 3696 | 2026-07-23T04:35:01.848Z | info: running `cargo check --bins` on nexus-inventory (196/303) |
| 3697 | 2026-07-23T04:35:02.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-07-23T04:35:02.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-07-23T04:35:02.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-07-23T04:35:02.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3701 | 2026-07-23T04:35:02.428Z | |
| 3702 | 2026-07-23T04:35:02.428Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/303) |
| 3703 | 2026-07-23T04:35:02.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-07-23T04:35:02.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-07-23T04:35:02.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-07-23T04:35:02.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3707 | 2026-07-23T04:35:02.987Z | |
| 3708 | 2026-07-23T04:35:02.987Z | info: running `cargo check --bins --no-default-features` on sled-storage (198/303) |
| 3709 | 2026-07-23T04:35:03.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-07-23T04:35:03.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-07-23T04:35:03.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-07-23T04:35:03.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3713 | 2026-07-23T04:35:03.543Z | |
| 3714 | 2026-07-23T04:35:03.543Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/303) |
| 3715 | 2026-07-23T04:35:04.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-07-23T04:35:04.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-07-23T04:35:04.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-07-23T04:35:04.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3719 | 2026-07-23T04:35:04.098Z | |
| 3720 | 2026-07-23T04:35:04.099Z | info: running `cargo check --bins` on key-manager (200/303) |
| 3721 | 2026-07-23T04:35:04.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-07-23T04:35:04.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-07-23T04:35:04.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-07-23T04:35:04.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3725 | 2026-07-23T04:35:04.640Z | |
| 3726 | 2026-07-23T04:35:04.640Z | info: running `cargo check --bins --no-default-features` on sled-hardware (201/303) |
| 3727 | 2026-07-23T04:35:05.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-07-23T04:35:05.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-07-23T04:35:05.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-07-23T04:35:05.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3731 | 2026-07-23T04:35:05.184Z | |
| 3732 | 2026-07-23T04:35:05.184Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/303) |
| 3733 | 2026-07-23T04:35:05.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-07-23T04:35:05.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-07-23T04:35:05.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-07-23T04:35:05.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3737 | 2026-07-23T04:35:05.762Z | |
| 3738 | 2026-07-23T04:35:05.762Z | info: running `cargo check --bins` on typed-rng (203/303) |
| 3739 | 2026-07-23T04:35:06.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-07-23T04:35:06.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-07-23T04:35:06.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2026-07-23T04:35:06.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3743 | 2026-07-23T04:35:06.260Z | |
| 3744 | 2026-07-23T04:35:06.260Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/303) |
| 3745 | 2026-07-23T04:35:06.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-07-23T04:35:06.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-07-23T04:35:07.041Z | Compiling libefi-sys v0.1.0 |
| 3748 | 2026-07-23T04:35:07.174Z | Compiling bitfield-struct v0.6.2 |
| 3749 | 2026-07-23T04:35:07.180Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3750 | 2026-07-23T04:35:07.187Z | Compiling xshell-macros v0.2.7 |
| 3751 | 2026-07-23T04:35:07.196Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3752 | 2026-07-23T04:35:07.207Z | Compiling salty v0.3.0 |
| 3753 | 2026-07-23T04:35:07.221Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3754 | 2026-07-23T04:35:07.235Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3755 | 2026-07-23T04:35:07.248Z | Checking rfc6979 v0.4.0 |
| 3756 | 2026-07-23T04:35:07.359Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3757 | 2026-07-23T04:35:07.377Z | Checking ecdsa v0.16.9 |
| 3758 | 2026-07-23T04:35:07.511Z | Checking primeorder v0.13.6 |
| 3759 | 2026-07-23T04:35:07.528Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3760 | 2026-07-23T04:35:07.551Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3761 | 2026-07-23T04:35:07.565Z | Checking xshell v0.2.7 |
| 3762 | 2026-07-23T04:35:07.716Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3763 | 2026-07-23T04:35:07.732Z | Checking tungstenite v0.21.0 |
| 3764 | 2026-07-23T04:35:07.740Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3765 | 2026-07-23T04:35:07.749Z | Checking p384 v0.13.1 |
| 3766 | 2026-07-23T04:35:07.749Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3767 | 2026-07-23T04:35:07.808Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3768 | 2026-07-23T04:35:07.889Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3769 | 2026-07-23T04:35:07.917Z | Compiling num-derive v0.3.3 |
| 3770 | 2026-07-23T04:35:07.931Z | Compiling proc-macro-error2 v2.0.1 |
| 3771 | 2026-07-23T04:35:08.043Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3772 | 2026-07-23T04:35:08.125Z | Checking tokio-tungstenite v0.21.0 |
| 3773 | 2026-07-23T04:35:08.159Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3774 | 2026-07-23T04:35:08.215Z | Checking papergrid v0.17.0 |
| 3775 | 2026-07-23T04:35:08.233Z | Compiling tabled_derive v0.11.0 |
| 3776 | 2026-07-23T04:35:08.258Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3777 | 2026-07-23T04:35:08.303Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3778 | 2026-07-23T04:35:08.368Z | Compiling progenitor-impl v0.13.0 |
| 3779 | 2026-07-23T04:35:08.401Z | Checking testing_table v0.3.0 |
| 3780 | 2026-07-23T04:35:08.493Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3781 | 2026-07-23T04:35:08.521Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3782 | 2026-07-23T04:35:08.535Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-07-23T04:35:08.721Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3784 | 2026-07-23T04:35:08.742Z | Compiling unicase v2.9.0 |
| 3785 | 2026-07-23T04:35:08.811Z | Checking libscf-sys v1.1.0 |
| 3786 | 2026-07-23T04:35:08.932Z | Checking corncobs v0.1.4 |
| 3787 | 2026-07-23T04:35:08.949Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3788 | 2026-07-23T04:35:08.964Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3789 | 2026-07-23T04:35:08.994Z | Compiling mime_guess v2.0.5 |
| 3790 | 2026-07-23T04:35:09.055Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3791 | 2026-07-23T04:35:09.137Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3792 | 2026-07-23T04:35:09.206Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3793 | 2026-07-23T04:35:09.221Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3794 | 2026-07-23T04:35:09.274Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3795 | 2026-07-23T04:35:09.388Z | Checking tabled v0.20.0 |
| 3796 | 2026-07-23T04:35:09.525Z | Checking progenitor-client v0.13.0 |
| 3797 | 2026-07-23T04:35:09.541Z | Checking secrecy v0.8.0 |
| 3798 | 2026-07-23T04:35:09.660Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3799 | 2026-07-23T04:35:09.788Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3800 | 2026-07-23T04:35:09.804Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3801 | 2026-07-23T04:35:10.037Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3802 | 2026-07-23T04:35:10.119Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3803 | 2026-07-23T04:35:10.134Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3804 | 2026-07-23T04:35:10.201Z | Checking filetime v0.2.27 |
| 3805 | 2026-07-23T04:35:10.249Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3806 | 2026-07-23T04:35:10.312Z | Checking crc8 v0.1.1 |
| 3807 | 2026-07-23T04:35:10.418Z | Checking http-range v0.1.5 |
| 3808 | 2026-07-23T04:35:10.467Z | Checking xattr v1.6.1 |
| 3809 | 2026-07-23T04:35:10.569Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3810 | 2026-07-23T04:35:10.595Z | Checking tar v0.4.46 |
| 3811 | 2026-07-23T04:35:10.766Z | Checking illumos-nvpair v0.3.0 |
| 3812 | 2026-07-23T04:35:10.920Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3813 | 2026-07-23T04:35:10.948Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3814 | 2026-07-23T04:35:10.957Z | Compiling progenitor-macro v0.13.0 |
| 3815 | 2026-07-23T04:35:10.977Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3816 | 2026-07-23T04:35:10.991Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3817 | 2026-07-23T04:35:11.006Z | Checking atty v0.2.14 |
| 3818 | 2026-07-23T04:35:11.104Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3819 | 2026-07-23T04:35:11.296Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3820 | 2026-07-23T04:35:11.407Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3821 | 2026-07-23T04:35:11.560Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3822 | 2026-07-23T04:35:11.621Z | Checking hyper-staticfile v0.10.1 |
| 3823 | 2026-07-23T04:35:11.634Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3824 | 2026-07-23T04:35:11.674Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3825 | 2026-07-23T04:35:11.725Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3826 | 2026-07-23T04:35:11.824Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3827 | 2026-07-23T04:35:11.929Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3828 | 2026-07-23T04:35:11.951Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3829 | 2026-07-23T04:35:12.072Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3830 | 2026-07-23T04:35:12.177Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3831 | 2026-07-23T04:35:12.348Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3832 | 2026-07-23T04:35:12.445Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3833 | 2026-07-23T04:35:12.625Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3834 | 2026-07-23T04:35:12.999Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3835 | 2026-07-23T04:35:17.333Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3836 | 2026-07-23T04:35:17.385Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3837 | 2026-07-23T04:35:17.385Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3838 | 2026-07-23T04:35:17.386Z | Checking progenitor v0.13.0 |
| 3839 | 2026-07-23T04:35:17.386Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3840 | 2026-07-23T04:35:17.386Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3841 | 2026-07-23T04:35:20.259Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3842 | 2026-07-23T04:35:31.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.87s |
| 3843 | 2026-07-23T04:35:31.343Z | |
| 3844 | 2026-07-23T04:35:31.343Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/303) |
| 3845 | 2026-07-23T04:35:31.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-07-23T04:35:31.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-07-23T04:35:32.076Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-07-23T04:35:42.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3849 | 2026-07-23T04:35:42.969Z | |
| 3850 | 2026-07-23T04:35:42.969Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/303) |
| 3851 | 2026-07-23T04:35:43.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-07-23T04:35:43.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-07-23T04:35:43.703Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-07-23T04:35:54.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3855 | 2026-07-23T04:35:54.612Z | |
| 3856 | 2026-07-23T04:35:54.612Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/303) |
| 3857 | 2026-07-23T04:35:55.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-07-23T04:35:55.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-07-23T04:35:55.346Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-07-23T04:36:06.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3861 | 2026-07-23T04:36:06.226Z | |
| 3862 | 2026-07-23T04:36:06.226Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/303) |
| 3863 | 2026-07-23T04:36:06.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-07-23T04:36:06.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-07-23T04:36:06.959Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-07-23T04:36:17.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3867 | 2026-07-23T04:36:17.818Z | |
| 3868 | 2026-07-23T04:36:17.818Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/303) |
| 3869 | 2026-07-23T04:36:18.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-07-23T04:36:18.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-07-23T04:36:18.542Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-07-23T04:36:29.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3873 | 2026-07-23T04:36:29.433Z | |
| 3874 | 2026-07-23T04:36:29.433Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/303) |
| 3875 | 2026-07-23T04:36:29.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-07-23T04:36:29.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-07-23T04:36:30.166Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-07-23T04:36:40.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3879 | 2026-07-23T04:36:41.023Z | |
| 3880 | 2026-07-23T04:36:41.023Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/303) |
| 3881 | 2026-07-23T04:36:41.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-07-23T04:36:41.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-07-23T04:36:41.757Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-07-23T04:36:52.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3885 | 2026-07-23T04:36:52.653Z | |
| 3886 | 2026-07-23T04:36:52.653Z | info: running `cargo check --bins` on bootstrap-agent-api (212/303) |
| 3887 | 2026-07-23T04:36:53.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-07-23T04:36:53.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-07-23T04:36:53.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-07-23T04:36:53.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3891 | 2026-07-23T04:36:53.190Z | |
| 3892 | 2026-07-23T04:36:53.190Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/303) |
| 3893 | 2026-07-23T04:36:53.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-07-23T04:36:53.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-07-23T04:36:53.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-07-23T04:36:53.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3897 | 2026-07-23T04:36:53.728Z | |
| 3898 | 2026-07-23T04:36:53.728Z | info: running `cargo check --bins` on range-requests (214/303) |
| 3899 | 2026-07-23T04:36:54.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-07-23T04:36:54.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-07-23T04:36:54.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-07-23T04:36:54.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3903 | 2026-07-23T04:36:54.257Z | |
| 3904 | 2026-07-23T04:36:54.257Z | info: running `cargo check --bins` on repo-depot-api (215/303) |
| 3905 | 2026-07-23T04:36:54.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-07-23T04:36:54.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-07-23T04:36:54.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-07-23T04:36:54.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3909 | 2026-07-23T04:36:54.786Z | |
| 3910 | 2026-07-23T04:36:54.786Z | info: running `cargo check --bins` on sled-agent-api (216/303) |
| 3911 | 2026-07-23T04:36:55.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-07-23T04:36:55.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-07-23T04:36:55.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-07-23T04:36:55.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3915 | 2026-07-23T04:36:55.341Z | |
| 3916 | 2026-07-23T04:36:55.341Z | info: running `cargo check --bins` on sled-diagnostics (217/303) |
| 3917 | 2026-07-23T04:36:55.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-07-23T04:36:55.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-07-23T04:36:55.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-07-23T04:36:55.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3921 | 2026-07-23T04:36:55.893Z | |
| 3922 | 2026-07-23T04:36:55.893Z | info: running `cargo check --bins` on zfs-test-harness (218/303) |
| 3923 | 2026-07-23T04:36:56.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-07-23T04:36:56.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-07-23T04:36:56.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-07-23T04:36:56.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3927 | 2026-07-23T04:36:56.450Z | |
| 3928 | 2026-07-23T04:36:56.450Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/303) |
| 3929 | 2026-07-23T04:36:56.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-07-23T04:36:56.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-07-23T04:36:56.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-07-23T04:36:56.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3933 | 2026-07-23T04:36:57.010Z | |
| 3934 | 2026-07-23T04:36:57.010Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/303) |
| 3935 | 2026-07-23T04:36:57.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-07-23T04:36:57.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-07-23T04:36:57.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-07-23T04:36:57.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3939 | 2026-07-23T04:36:57.573Z | |
| 3940 | 2026-07-23T04:36:57.573Z | info: running `cargo check --bins` on sled-agent-early-networking (221/303) |
| 3941 | 2026-07-23T04:36:58.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-07-23T04:36:58.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-07-23T04:36:58.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-07-23T04:36:58.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3945 | 2026-07-23T04:36:58.129Z | |
| 3946 | 2026-07-23T04:36:58.129Z | info: running `cargo check --bins` on sled-agent-health-monitor (222/303) |
| 3947 | 2026-07-23T04:36:58.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-07-23T04:36:58.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-07-23T04:36:58.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-07-23T04:36:58.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3951 | 2026-07-23T04:36:58.686Z | |
| 3952 | 2026-07-23T04:36:58.686Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/303) |
| 3953 | 2026-07-23T04:36:59.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-07-23T04:36:59.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-07-23T04:36:59.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-07-23T04:36:59.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3957 | 2026-07-23T04:36:59.247Z | |
| 3958 | 2026-07-23T04:36:59.247Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/303) |
| 3959 | 2026-07-23T04:36:59.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-07-23T04:36:59.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-07-23T04:36:59.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-07-23T04:36:59.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3963 | 2026-07-23T04:36:59.810Z | |
| 3964 | 2026-07-23T04:36:59.810Z | info: running `cargo check --bins` on sled-agent-resolvable-files (225/303) |
| 3965 | 2026-07-23T04:37:00.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-07-23T04:37:00.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-07-23T04:37:00.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-07-23T04:37:00.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3969 | 2026-07-23T04:37:00.370Z | |
| 3970 | 2026-07-23T04:37:00.370Z | info: running `cargo check --bins` on sled-agent-rack-setup (226/303) |
| 3971 | 2026-07-23T04:37:00.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-07-23T04:37:00.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-07-23T04:37:00.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-07-23T04:37:00.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3975 | 2026-07-23T04:37:00.951Z | |
| 3976 | 2026-07-23T04:37:00.952Z | info: running `cargo check --bins` on trust-quorum (227/303) |
| 3977 | 2026-07-23T04:37:01.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-07-23T04:37:01.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-07-23T04:37:01.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-07-23T04:37:01.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3981 | 2026-07-23T04:37:01.515Z | |
| 3982 | 2026-07-23T04:37:01.515Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (228/303) |
| 3983 | 2026-07-23T04:37:01.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-07-23T04:37:01.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-07-23T04:37:01.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-07-23T04:37:02.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3987 | 2026-07-23T04:37:02.087Z | |
| 3988 | 2026-07-23T04:37:02.087Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (229/303) |
| 3989 | 2026-07-23T04:37:02.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-07-23T04:37:02.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-07-23T04:37:02.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-07-23T04:37:02.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3993 | 2026-07-23T04:37:02.675Z | |
| 3994 | 2026-07-23T04:37:02.675Z | info: running `cargo check --bins` on update-common (230/303) |
| 3995 | 2026-07-23T04:37:03.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-07-23T04:37:03.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-07-23T04:37:03.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-07-23T04:37:03.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3999 | 2026-07-23T04:37:03.217Z | |
| 4000 | 2026-07-23T04:37:03.217Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (231/303) |
| 4001 | 2026-07-23T04:37:03.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-07-23T04:37:03.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-07-23T04:37:03.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-07-23T04:37:03.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4005 | 2026-07-23T04:37:03.808Z | |
| 4006 | 2026-07-23T04:37:03.808Z | info: running `cargo check --bins` on omicron-deployment-graph (232/303) |
| 4007 | 2026-07-23T04:37:04.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-07-23T04:37:04.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-07-23T04:37:04.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-07-23T04:37:04.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4011 | 2026-07-23T04:37:04.329Z | |
| 4012 | 2026-07-23T04:37:04.329Z | info: running `cargo check --bins` on reconfigurator-cli (233/303) |
| 4013 | 2026-07-23T04:37:04.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-07-23T04:37:04.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-07-23T04:37:05.049Z | Compiling fs-err v2.11.0 |
| 4016 | 2026-07-23T04:37:05.052Z | Checking ignore v0.4.25 |
| 4017 | 2026-07-23T04:37:05.052Z | Checking arc-swap v1.8.2 |
| 4018 | 2026-07-23T04:37:05.182Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4019 | 2026-07-23T04:37:05.182Z | Checking predicates-tree v1.0.13 |
| 4020 | 2026-07-23T04:37:05.187Z | Checking parse-size v1.1.0 |
| 4021 | 2026-07-23T04:37:05.209Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4022 | 2026-07-23T04:37:05.222Z | Checking rand_seeder v0.4.0 |
| 4023 | 2026-07-23T04:37:05.272Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4024 | 2026-07-23T04:37:05.303Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4025 | 2026-07-23T04:37:05.355Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4026 | 2026-07-23T04:37:05.379Z | Checking slog-scope v4.4.1 |
| 4027 | 2026-07-23T04:37:05.417Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4028 | 2026-07-23T04:37:05.503Z | Checking slog-stdlog v4.1.1 |
| 4029 | 2026-07-23T04:37:05.518Z | Compiling petname v2.0.2 |
| 4030 | 2026-07-23T04:37:05.534Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4031 | 2026-07-23T04:37:05.550Z | Checking globwalk v0.9.1 |
| 4032 | 2026-07-23T04:37:05.610Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4033 | 2026-07-23T04:37:05.623Z | Checking slog-envlogger v2.2.0 |
| 4034 | 2026-07-23T04:37:05.722Z | Checking camino-tempfile-ext v0.3.3 |
| 4035 | 2026-07-23T04:37:05.766Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4036 | 2026-07-23T04:37:05.794Z | Checking sapling-renderdag v0.1.0 |
| 4037 | 2026-07-23T04:37:05.911Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4038 | 2026-07-23T04:37:05.966Z | Checking subprocess v0.2.15 |
| 4039 | 2026-07-23T04:37:06.031Z | Checking sync-ptr v0.1.4 |
| 4040 | 2026-07-23T04:37:06.127Z | Checking colored v2.2.0 |
| 4041 | 2026-07-23T04:37:06.143Z | Checking assert_matches v1.5.0 |
| 4042 | 2026-07-23T04:37:06.241Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4043 | 2026-07-23T04:37:06.406Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4044 | 2026-07-23T04:37:06.408Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4045 | 2026-07-23T04:37:07.095Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4046 | 2026-07-23T04:37:08.410Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4047 | 2026-07-23T04:37:10.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s |
| 4048 | 2026-07-23T04:37:10.723Z | |
| 4049 | 2026-07-23T04:37:10.723Z | info: running `cargo check --bins` on omicron-repl-utils (234/303) |
| 4050 | 2026-07-23T04:37:11.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-07-23T04:37:11.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-07-23T04:37:11.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-07-23T04:37:11.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4054 | 2026-07-23T04:37:11.245Z | |
| 4055 | 2026-07-23T04:37:11.245Z | info: running `cargo check --bins` on transient-dns-server (235/303) |
| 4056 | 2026-07-23T04:37:11.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-07-23T04:37:11.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-07-23T04:37:11.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-07-23T04:37:11.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4060 | 2026-07-23T04:37:11.790Z | |
| 4061 | 2026-07-23T04:37:11.790Z | info: running `cargo check --bins` on nexus-test-interface (236/303) |
| 4062 | 2026-07-23T04:37:12.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-07-23T04:37:12.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-07-23T04:37:12.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-07-23T04:37:12.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4066 | 2026-07-23T04:37:12.383Z | |
| 4067 | 2026-07-23T04:37:12.383Z | info: running `cargo check --bins` on oximeter-collector (237/303) |
| 4068 | 2026-07-23T04:37:12.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-07-23T04:37:12.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-07-23T04:37:13.055Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4071 | 2026-07-23T04:37:13.056Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4072 | 2026-07-23T04:37:13.679Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4073 | 2026-07-23T04:37:15.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
| 4074 | 2026-07-23T04:37:15.458Z | |
| 4075 | 2026-07-23T04:37:15.458Z | info: running `cargo check --bins` on oximeter-api (238/303) |
| 4076 | 2026-07-23T04:37:15.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-07-23T04:37:15.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-07-23T04:37:15.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-07-23T04:37:15.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4080 | 2026-07-23T04:37:15.989Z | |
| 4081 | 2026-07-23T04:37:15.989Z | info: running `cargo check --bins` on cert-dev (239/303) |
| 4082 | 2026-07-23T04:37:16.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-07-23T04:37:16.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-07-23T04:37:16.543Z | Checking yasna v0.5.2 |
| 4085 | 2026-07-23T04:37:16.941Z | Checking rcgen v0.12.1 |
| 4086 | 2026-07-23T04:37:17.189Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4087 | 2026-07-23T04:37:17.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4088 | 2026-07-23T04:37:17.520Z | |
| 4089 | 2026-07-23T04:37:17.520Z | info: running `cargo check --bins` on clickana (240/303) |
| 4090 | 2026-07-23T04:37:17.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-07-23T04:37:17.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-07-23T04:37:18.115Z | Compiling instability v0.3.11 |
| 4093 | 2026-07-23T04:37:18.116Z | Checking castaway v0.2.4 |
| 4094 | 2026-07-23T04:37:18.118Z | Compiling indoc v2.0.7 |
| 4095 | 2026-07-23T04:37:18.118Z | Checking unicode-truncate v1.1.0 |
| 4096 | 2026-07-23T04:37:18.220Z | Checking lru v0.12.5 |
| 4097 | 2026-07-23T04:37:18.228Z | Checking cassowary v0.3.0 |
| 4098 | 2026-07-23T04:37:18.306Z | Checking compact_str v0.8.1 |
| 4099 | 2026-07-23T04:37:19.122Z | Checking ratatui v0.29.0 |
| 4100 | 2026-07-23T04:37:20.161Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4101 | 2026-07-23T04:37:20.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 4102 | 2026-07-23T04:37:20.964Z | |
| 4103 | 2026-07-23T04:37:20.964Z | info: running `cargo check --bins` on clickhouse-cluster-dev (241/303) |
| 4104 | 2026-07-23T04:37:21.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-07-23T04:37:21.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-07-23T04:37:21.638Z | Checking headers-core v0.3.0 |
| 4107 | 2026-07-23T04:37:21.641Z | Checking port-file v0.1.0 |
| 4108 | 2026-07-23T04:37:21.641Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4109 | 2026-07-23T04:37:21.829Z | Checking headers v0.4.1 |
| 4110 | 2026-07-23T04:37:22.190Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4111 | 2026-07-23T04:37:23.111Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4112 | 2026-07-23T04:37:23.577Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4113 | 2026-07-23T04:37:23.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 4114 | 2026-07-23T04:37:24.147Z | |
| 4115 | 2026-07-23T04:37:24.147Z | info: running `cargo check --bins` on ch-dev (242/303) |
| 4116 | 2026-07-23T04:37:24.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-07-23T04:37:24.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-07-23T04:37:24.817Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4119 | 2026-07-23T04:37:25.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4120 | 2026-07-23T04:37:25.726Z | |
| 4121 | 2026-07-23T04:37:25.726Z | info: running `cargo check --bins` on dev-tools-common (243/303) |
| 4122 | 2026-07-23T04:37:26.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-07-23T04:37:26.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-07-23T04:37:26.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-07-23T04:37:26.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4126 | 2026-07-23T04:37:26.132Z | |
| 4127 | 2026-07-23T04:37:26.132Z | info: running `cargo check --bins` on corpus-adjust (244/303) |
| 4128 | 2026-07-23T04:37:26.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-07-23T04:37:26.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-07-23T04:37:26.714Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4131 | 2026-07-23T04:37:27.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4132 | 2026-07-23T04:37:27.214Z | |
| 4133 | 2026-07-23T04:37:27.214Z | info: running `cargo check --bins` on crdb-seed (245/303) |
| 4134 | 2026-07-23T04:37:27.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2026-07-23T04:37:27.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2026-07-23T04:37:27.877Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4137 | 2026-07-23T04:37:28.938Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4138 | 2026-07-23T04:37:29.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4139 | 2026-07-23T04:37:29.437Z | |
| 4140 | 2026-07-23T04:37:29.437Z | info: running `cargo check --bins` on db-dev (246/303) |
| 4141 | 2026-07-23T04:37:29.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-07-23T04:37:29.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-07-23T04:37:30.103Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4144 | 2026-07-23T04:37:30.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4145 | 2026-07-23T04:37:31.031Z | |
| 4146 | 2026-07-23T04:37:31.031Z | info: running `cargo check --bins` on omicron-dev-lib (247/303) |
| 4147 | 2026-07-23T04:37:31.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-07-23T04:37:31.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-07-23T04:37:31.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4150 | 2026-07-23T04:37:31.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4151 | 2026-07-23T04:37:31.611Z | |
| 4152 | 2026-07-23T04:37:31.611Z | info: running `cargo check --bins` on xtask-downloader (248/303) |
| 4153 | 2026-07-23T04:37:32.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-07-23T04:37:32.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-07-23T04:37:32.168Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4156 | 2026-07-23T04:37:32.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4157 | 2026-07-23T04:37:33.005Z | |
| 4158 | 2026-07-23T04:37:33.005Z | info: running `cargo check --bins` on omicron-dropshot-apis (249/303) |
| 4159 | 2026-07-23T04:37:33.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4160 | 2026-07-23T04:37:33.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4161 | 2026-07-23T04:37:33.706Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4162 | 2026-07-23T04:37:33.709Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4163 | 2026-07-23T04:37:33.709Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4164 | 2026-07-23T04:37:33.824Z | Checking git-stub v1.0.0 |
| 4165 | 2026-07-23T04:37:33.831Z | Compiling trait-variant v0.1.2 |
| 4166 | 2026-07-23T04:37:33.843Z | Checking maplit v1.0.2 |
| 4167 | 2026-07-23T04:37:33.852Z | Checking is_ci v1.2.0 |
| 4168 | 2026-07-23T04:37:33.875Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4169 | 2026-07-23T04:37:33.927Z | Checking drift v0.2.0 |
| 4170 | 2026-07-23T04:37:33.952Z | Checking supports-color v3.0.2 |
| 4171 | 2026-07-23T04:37:33.982Z | Checking git-stub-vcs v0.1.0 |
| 4172 | 2026-07-23T04:37:34.055Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4173 | 2026-07-23T04:37:34.068Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4174 | 2026-07-23T04:37:34.083Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4175 | 2026-07-23T04:37:34.170Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4176 | 2026-07-23T04:37:34.266Z | Checking dropshot-api-manager v0.7.2 |
| 4177 | 2026-07-23T04:37:34.288Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4178 | 2026-07-23T04:37:34.356Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4179 | 2026-07-23T04:37:34.551Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-07-23T04:37:35.064Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4181 | 2026-07-23T04:37:35.424Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4182 | 2026-07-23T04:37:35.424Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4183 | 2026-07-23T04:37:36.028Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4184 | 2026-07-23T04:37:36.994Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4185 | 2026-07-23T04:37:37.702Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4186 | 2026-07-23T04:37:38.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 4187 | 2026-07-23T04:37:38.313Z | |
| 4188 | 2026-07-23T04:37:38.313Z | info: running `cargo check --bins` on installinator-api (250/303) |
| 4189 | 2026-07-23T04:37:38.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-07-23T04:37:38.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-07-23T04:37:38.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-07-23T04:37:38.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4193 | 2026-07-23T04:37:38.848Z | |
| 4194 | 2026-07-23T04:37:38.848Z | info: running `cargo check --bins` on nexus-external-api (251/303) |
| 4195 | 2026-07-23T04:37:39.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-07-23T04:37:39.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-07-23T04:37:39.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-07-23T04:37:39.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4199 | 2026-07-23T04:37:39.427Z | |
| 4200 | 2026-07-23T04:37:39.427Z | info: running `cargo check --bins` on nexus-internal-api (252/303) |
| 4201 | 2026-07-23T04:37:39.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-07-23T04:37:39.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-07-23T04:37:39.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-07-23T04:37:39.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4205 | 2026-07-23T04:37:40.003Z | |
| 4206 | 2026-07-23T04:37:40.003Z | info: running `cargo check --bins` on nexus-lockstep-api (253/303) |
| 4207 | 2026-07-23T04:37:40.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-07-23T04:37:40.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-07-23T04:37:40.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-07-23T04:37:40.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4211 | 2026-07-23T04:37:40.583Z | |
| 4212 | 2026-07-23T04:37:40.583Z | info: running `cargo check --bins` on ntp-admin-api (254/303) |
| 4213 | 2026-07-23T04:37:41.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-07-23T04:37:41.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-07-23T04:37:41.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-07-23T04:37:41.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4217 | 2026-07-23T04:37:41.120Z | |
| 4218 | 2026-07-23T04:37:41.120Z | info: running `cargo check --bins` on ntp-admin-types-versions (255/303) |
| 4219 | 2026-07-23T04:37:41.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-07-23T04:37:41.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-07-23T04:37:41.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-07-23T04:37:41.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4223 | 2026-07-23T04:37:41.645Z | |
| 4224 | 2026-07-23T04:37:41.645Z | info: running `cargo check --bins` on wicketd-api (256/303) |
| 4225 | 2026-07-23T04:37:42.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-07-23T04:37:42.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-07-23T04:37:42.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-07-23T04:37:42.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4229 | 2026-07-23T04:37:42.198Z | |
| 4230 | 2026-07-23T04:37:42.198Z | info: running `cargo check --bins` on wicketd-commission-api (257/303) |
| 4231 | 2026-07-23T04:37:42.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-07-23T04:37:42.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-07-23T04:37:42.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4234 | 2026-07-23T04:37:42.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4235 | 2026-07-23T04:37:42.745Z | |
| 4236 | 2026-07-23T04:37:42.745Z | info: running `cargo check --bins` on omicron-ls-apis (258/303) |
| 4237 | 2026-07-23T04:37:43.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-07-23T04:37:43.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-07-23T04:37:43.314Z | Compiling blake3 v1.8.5 |
| 4240 | 2026-07-23T04:37:43.420Z | Checking arrayvec v0.7.6 |
| 4241 | 2026-07-23T04:37:43.421Z | Checking arrayref v0.3.9 |
| 4242 | 2026-07-23T04:37:43.423Z | Checking constant_time_eq v0.4.2 |
| 4243 | 2026-07-23T04:37:43.443Z | Checking cargo-platform v0.3.2 |
| 4244 | 2026-07-23T04:37:43.443Z | Checking topological-sort v0.2.2 |
| 4245 | 2026-07-23T04:37:43.446Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4246 | 2026-07-23T04:37:43.593Z | Checking cargo_metadata v0.23.1 |
| 4247 | 2026-07-23T04:37:44.299Z | Checking omicron-zone-package v0.12.3 |
| 4248 | 2026-07-23T04:37:44.998Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4249 | 2026-07-23T04:37:45.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4250 | 2026-07-23T04:37:45.975Z | |
| 4251 | 2026-07-23T04:37:45.975Z | info: running `cargo check --bins` on mgs-dev (259/303) |
| 4252 | 2026-07-23T04:37:46.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4253 | 2026-07-23T04:37:46.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4254 | 2026-07-23T04:37:46.658Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4255 | 2026-07-23T04:37:47.254Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4256 | 2026-07-23T04:37:47.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4257 | 2026-07-23T04:37:47.919Z | |
| 4258 | 2026-07-23T04:37:47.919Z | info: running `cargo check --bins` on omicron-omdb (260/303) |
| 4259 | 2026-07-23T04:37:48.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-07-23T04:37:48.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-07-23T04:37:48.844Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4262 | 2026-07-23T04:37:48.844Z | Compiling vergen-lib v0.1.6 |
| 4263 | 2026-07-23T04:37:48.844Z | Compiling diesel_derives v2.3.7 |
| 4264 | 2026-07-23T04:37:48.847Z | Compiling dsl_auto_type v0.2.0 |
| 4265 | 2026-07-23T04:37:48.847Z | Checking scheduled-thread-pool v0.2.7 |
| 4266 | 2026-07-23T04:37:48.847Z | Compiling vergen-gitcl v1.0.8 |
| 4267 | 2026-07-23T04:37:48.847Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4268 | 2026-07-23T04:37:48.847Z | Compiling dirs-sys-next v0.1.2 |
| 4269 | 2026-07-23T04:37:49.155Z | Compiling crunchy v0.2.4 |
| 4270 | 2026-07-23T04:37:49.182Z | Compiling glob v0.3.3 |
| 4271 | 2026-07-23T04:37:49.219Z | Checking r2d2 v0.8.10 |
| 4272 | 2026-07-23T04:37:49.273Z | Compiling dirs-next v2.0.0 |
| 4273 | 2026-07-23T04:37:49.276Z | Checking downcast-rs v2.0.2 |
| 4274 | 2026-07-23T04:37:49.383Z | Compiling tiny-keccak v2.0.2 |
| 4275 | 2026-07-23T04:37:49.399Z | Compiling term v0.7.0 |
| 4276 | 2026-07-23T04:37:49.416Z | Compiling bit-vec v0.6.3 |
| 4277 | 2026-07-23T04:37:49.559Z | Compiling clang-sys v1.8.1 |
| 4278 | 2026-07-23T04:37:49.630Z | Compiling bit-set v0.5.3 |
| 4279 | 2026-07-23T04:37:49.661Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4280 | 2026-07-23T04:37:49.784Z | Compiling ascii-canvas v3.0.0 |
| 4281 | 2026-07-23T04:37:49.859Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4282 | 2026-07-23T04:37:49.941Z | Compiling itertools v0.10.5 |
| 4283 | 2026-07-23T04:37:49.957Z | Compiling ena v0.14.4 |
| 4284 | 2026-07-23T04:37:50.009Z | Compiling libloading v0.8.9 |
| 4285 | 2026-07-23T04:37:50.025Z | Compiling regex-syntax v0.6.29 |
| 4286 | 2026-07-23T04:37:50.025Z | Compiling bindgen v0.71.1 |
| 4287 | 2026-07-23T04:37:50.084Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4288 | 2026-07-23T04:37:50.161Z | Compiling diff v0.1.13 |
| 4289 | 2026-07-23T04:37:50.450Z | Compiling cexpr v0.6.0 |
| 4290 | 2026-07-23T04:37:50.488Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4291 | 2026-07-23T04:37:50.693Z | Compiling rustc-hash v2.1.1 |
| 4292 | 2026-07-23T04:37:50.847Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4293 | 2026-07-23T04:37:50.880Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4294 | 2026-07-23T04:37:50.973Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4295 | 2026-07-23T04:37:51.112Z | Compiling libxml v0.3.3 |
| 4296 | 2026-07-23T04:37:51.183Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4297 | 2026-07-23T04:37:51.223Z | Compiling strum_macros v0.24.3 |
| 4298 | 2026-07-23T04:37:51.355Z | Compiling lalrpop v0.19.12 |
| 4299 | 2026-07-23T04:37:51.425Z | Compiling indoc v1.0.9 |
| 4300 | 2026-07-23T04:37:52.158Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4301 | 2026-07-23T04:37:52.360Z | Checking derive_builder v0.20.2 |
| 4302 | 2026-07-23T04:37:52.479Z | Compiling oso-derive v0.27.3 |
| 4303 | 2026-07-23T04:37:52.577Z | Checking quick-xml v0.37.5 |
| 4304 | 2026-07-23T04:37:52.709Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4305 | 2026-07-23T04:37:53.032Z | Checking openssl-probe v0.1.6 |
| 4306 | 2026-07-23T04:37:53.175Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4307 | 2026-07-23T04:37:53.460Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4308 | 2026-07-23T04:37:53.668Z | Checking bb8 v0.8.6 |
| 4309 | 2026-07-23T04:37:53.873Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4310 | 2026-07-23T04:37:53.920Z | Checking nonempty v0.12.0 |
| 4311 | 2026-07-23T04:37:53.949Z | Compiling libz-sys v1.1.24 |
| 4312 | 2026-07-23T04:37:54.090Z | Compiling strsim v0.10.0 |
| 4313 | 2026-07-23T04:37:54.109Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4314 | 2026-07-23T04:37:54.245Z | Compiling darling_core v0.13.4 |
| 4315 | 2026-07-23T04:37:54.421Z | Compiling vergen-git2 v9.1.0 |
| 4316 | 2026-07-23T04:37:54.519Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4317 | 2026-07-23T04:37:54.654Z | Compiling base64 v0.21.7 |
| 4318 | 2026-07-23T04:37:54.750Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4319 | 2026-07-23T04:37:54.874Z | Checking diesel v2.3.7 |
| 4320 | 2026-07-23T04:37:54.971Z | Compiling ron v0.8.1 |
| 4321 | 2026-07-23T04:37:55.703Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4322 | 2026-07-23T04:37:55.929Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4323 | 2026-07-23T04:37:55.945Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4324 | 2026-07-23T04:37:56.102Z | Compiling darling_macro v0.13.4 |
| 4325 | 2026-07-23T04:37:56.144Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4326 | 2026-07-23T04:37:56.348Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4327 | 2026-07-23T04:37:56.547Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4328 | 2026-07-23T04:37:56.586Z | Compiling darling v0.13.4 |
| 4329 | 2026-07-23T04:37:56.677Z | Compiling serde_with_macros v1.5.2 |
| 4330 | 2026-07-23T04:37:56.752Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4331 | 2026-07-23T04:37:56.950Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4332 | 2026-07-23T04:37:57.155Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4333 | 2026-07-23T04:37:57.175Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4334 | 2026-07-23T04:37:57.359Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4335 | 2026-07-23T04:37:57.527Z | Compiling serde_with v1.14.0 |
| 4336 | 2026-07-23T04:37:58.726Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4337 | 2026-07-23T04:37:58.851Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4338 | 2026-07-23T04:37:59.166Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4339 | 2026-07-23T04:37:59.795Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4340 | 2026-07-23T04:38:00.053Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4341 | 2026-07-23T04:38:00.342Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4342 | 2026-07-23T04:38:00.433Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4343 | 2026-07-23T04:38:00.838Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4344 | 2026-07-23T04:38:01.167Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4345 | 2026-07-23T04:38:01.310Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4346 | 2026-07-23T04:38:01.402Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4347 | 2026-07-23T04:38:01.541Z | Checking twox-hash v2.1.2 |
| 4348 | 2026-07-23T04:38:01.607Z | Checking libsw-core v0.3.2 |
| 4349 | 2026-07-23T04:38:01.761Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4350 | 2026-07-23T04:38:01.844Z | Checking libsw v3.5.0 |
| 4351 | 2026-07-23T04:38:01.899Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4352 | 2026-07-23T04:38:01.998Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4353 | 2026-07-23T04:38:02.366Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4354 | 2026-07-23T04:38:02.522Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4355 | 2026-07-23T04:38:03.657Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4356 | 2026-07-23T04:38:03.814Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4357 | 2026-07-23T04:38:03.930Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4358 | 2026-07-23T04:38:04.305Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4359 | 2026-07-23T04:38:04.475Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4360 | 2026-07-23T04:38:04.678Z | Checking console v0.16.2 |
| 4361 | 2026-07-23T04:38:04.989Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4362 | 2026-07-23T04:38:05.134Z | Checking fatfs v0.3.6 |
| 4363 | 2026-07-23T04:38:05.270Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4364 | 2026-07-23T04:38:05.601Z | Checking unit-prefix v0.5.2 |
| 4365 | 2026-07-23T04:38:05.735Z | Compiling seq-macro v0.3.6 |
| 4366 | 2026-07-23T04:38:06.255Z | Checking indicatif v0.18.4 |
| 4367 | 2026-07-23T04:38:06.584Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4368 | 2026-07-23T04:38:06.691Z | Checking oxide-update-engine-display v0.1.2 |
| 4369 | 2026-07-23T04:38:07.001Z | Checking support-bundle-viewer v0.1.2 |
| 4370 | 2026-07-23T04:38:07.034Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4371 | 2026-07-23T04:38:07.200Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4372 | 2026-07-23T04:38:07.242Z | Checking multimap v0.10.1 |
| 4373 | 2026-07-23T04:38:12.933Z | Checking diesel-dtrace v0.5.0 |
| 4374 | 2026-07-23T04:38:13.174Z | Checking async-bb8-diesel v0.2.1 |
| 4375 | 2026-07-23T04:38:16.485Z | Compiling samael v0.0.19 |
| 4376 | 2026-07-23T04:38:21.455Z | Compiling git2 v0.20.4 |
| 4377 | 2026-07-23T04:38:22.626Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4378 | 2026-07-23T04:38:23.825Z | Compiling polar-core v0.27.3 |
| 4379 | 2026-07-23T04:38:23.942Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4380 | 2026-07-23T04:38:28.368Z | Checking oso v0.27.3 |
| 4381 | 2026-07-23T04:38:57.209Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4382 | 2026-07-23T04:40:10.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4383 | 2026-07-23T04:40:10.906Z | |
| 4384 | 2026-07-23T04:40:10.906Z | info: running `cargo check --bins` on nexus-networking (261/303) |
| 4385 | 2026-07-23T04:40:11.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4386 | 2026-07-23T04:40:11.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4387 | 2026-07-23T04:40:11.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4388 | 2026-07-23T04:40:11.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4389 | 2026-07-23T04:40:11.537Z | |
| 4390 | 2026-07-23T04:40:11.537Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (262/303) |
| 4391 | 2026-07-23T04:40:12.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-07-23T04:40:12.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-07-23T04:40:12.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4394 | 2026-07-23T04:40:12.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4395 | 2026-07-23T04:40:12.131Z | |
| 4396 | 2026-07-23T04:40:12.131Z | info: running `cargo check --bins` on nexus-saga-recovery (263/303) |
| 4397 | 2026-07-23T04:40:12.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-07-23T04:40:12.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-07-23T04:40:12.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4400 | 2026-07-23T04:40:12.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4401 | 2026-07-23T04:40:12.723Z | |
| 4402 | 2026-07-23T04:40:12.723Z | info: running `cargo check --bins` on nexus-test-utils-macros (264/303) |
| 4403 | 2026-07-23T04:40:13.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-07-23T04:40:13.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-07-23T04:40:13.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-07-23T04:40:13.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4407 | 2026-07-23T04:40:13.247Z | |
| 4408 | 2026-07-23T04:40:13.247Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (265/303) |
| 4409 | 2026-07-23T04:40:13.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-07-23T04:40:13.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-07-23T04:40:14.027Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4412 | 2026-07-23T04:40:14.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4413 | 2026-07-23T04:40:14.947Z | |
| 4414 | 2026-07-23T04:40:14.947Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/303) |
| 4415 | 2026-07-23T04:40:15.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-07-23T04:40:15.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-07-23T04:40:15.717Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4418 | 2026-07-23T04:40:53.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.31s |
| 4419 | 2026-07-23T04:40:53.476Z | |
| 4420 | 2026-07-23T04:40:53.476Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/303) |
| 4421 | 2026-07-23T04:40:53.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-07-23T04:40:53.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-07-23T04:40:53.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4424 | 2026-07-23T04:40:53.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4425 | 2026-07-23T04:40:54.008Z | |
| 4426 | 2026-07-23T04:40:54.008Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/303) |
| 4427 | 2026-07-23T04:40:54.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-07-23T04:40:54.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-07-23T04:40:54.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-07-23T04:40:54.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4431 | 2026-07-23T04:40:54.541Z | |
| 4432 | 2026-07-23T04:40:54.541Z | info: running `cargo check --bins --no-default-features` on nexus-fm (269/303) |
| 4433 | 2026-07-23T04:40:55.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-07-23T04:40:55.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-07-23T04:40:55.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-07-23T04:40:55.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4437 | 2026-07-23T04:40:55.130Z | |
| 4438 | 2026-07-23T04:40:55.130Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/303) |
| 4439 | 2026-07-23T04:40:55.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-07-23T04:40:55.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-07-23T04:40:55.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-07-23T04:40:55.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4443 | 2026-07-23T04:40:55.738Z | |
| 4444 | 2026-07-23T04:40:55.738Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (271/303) |
| 4445 | 2026-07-23T04:40:56.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-07-23T04:40:56.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-07-23T04:40:56.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-07-23T04:40:56.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4449 | 2026-07-23T04:40:56.339Z | |
| 4450 | 2026-07-23T04:40:56.340Z | info: running `cargo check --bins` on nexus-mgs-updates (272/303) |
| 4451 | 2026-07-23T04:40:56.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-07-23T04:40:56.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-07-23T04:40:56.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4454 | 2026-07-23T04:40:56.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4455 | 2026-07-23T04:40:56.928Z | |
| 4456 | 2026-07-23T04:40:56.928Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (273/303) |
| 4457 | 2026-07-23T04:40:57.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4458 | 2026-07-23T04:40:57.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4459 | 2026-07-23T04:40:57.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4460 | 2026-07-23T04:40:57.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4461 | 2026-07-23T04:40:57.532Z | |
| 4462 | 2026-07-23T04:40:57.532Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/303) |
| 4463 | 2026-07-23T04:40:58.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-07-23T04:40:58.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-07-23T04:40:58.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4466 | 2026-07-23T04:40:58.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4467 | 2026-07-23T04:40:58.131Z | |
| 4468 | 2026-07-23T04:40:58.131Z | info: running `cargo check --bins` on nexus-switch-config (275/303) |
| 4469 | 2026-07-23T04:40:58.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-07-23T04:40:58.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-07-23T04:40:58.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4472 | 2026-07-23T04:40:58.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4473 | 2026-07-23T04:40:58.715Z | |
| 4474 | 2026-07-23T04:40:58.715Z | info: running `cargo check --bins` on nexus-switch-config-preparation (276/303) |
| 4475 | 2026-07-23T04:40:59.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4476 | 2026-07-23T04:40:59.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4477 | 2026-07-23T04:40:59.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4478 | 2026-07-23T04:40:59.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4479 | 2026-07-23T04:40:59.317Z | |
| 4480 | 2026-07-23T04:40:59.317Z | info: running `cargo check --bins` on support-bundle-collection (277/303) |
| 4481 | 2026-07-23T04:40:59.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4482 | 2026-07-23T04:40:59.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4483 | 2026-07-23T04:40:59.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4484 | 2026-07-23T04:40:59.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4485 | 2026-07-23T04:40:59.915Z | |
| 4486 | 2026-07-23T04:40:59.915Z | info: running `cargo check --bins` on omicron-dev (278/303) |
| 4487 | 2026-07-23T04:41:00.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4488 | 2026-07-23T04:41:00.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4489 | 2026-07-23T04:41:00.768Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4490 | 2026-07-23T04:41:00.771Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4491 | 2026-07-23T04:41:00.948Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4492 | 2026-07-23T04:41:00.952Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4493 | 2026-07-23T04:41:00.952Z | Checking diff v0.1.13 |
| 4494 | 2026-07-23T04:41:00.952Z | Checking yansi v1.0.1 |
| 4495 | 2026-07-23T04:41:00.952Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4496 | 2026-07-23T04:41:00.952Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4497 | 2026-07-23T04:41:01.243Z | Checking pretty_assertions v1.4.1 |
| 4498 | 2026-07-23T04:41:01.968Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4499 | 2026-07-23T04:41:02.022Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4500 | 2026-07-23T04:41:26.759Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4501 | 2026-07-23T04:41:26.759Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4502 | 2026-07-23T04:41:26.764Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4503 | 2026-07-23T04:41:26.764Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4504 | 2026-07-23T04:41:26.764Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4505 | 2026-07-23T04:41:26.764Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4506 | 2026-07-23T04:41:26.764Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4507 | 2026-07-23T04:41:27.544Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4508 | 2026-07-23T04:41:27.544Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4509 | 2026-07-23T04:41:28.752Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4510 | 2026-07-23T04:42:06.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4511 | 2026-07-23T04:42:06.525Z | |
| 4512 | 2026-07-23T04:42:06.525Z | info: running `cargo check --bins` on oximeter-load-test (279/303) |
| 4513 | 2026-07-23T04:42:07.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4514 | 2026-07-23T04:42:07.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4515 | 2026-07-23T04:42:07.193Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4516 | 2026-07-23T04:42:07.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4517 | 2026-07-23T04:42:07.939Z | |
| 4518 | 2026-07-23T04:42:07.939Z | info: running `cargo check --bins` on omicron-pins (280/303) |
| 4519 | 2026-07-23T04:42:08.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4520 | 2026-07-23T04:42:08.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4521 | 2026-07-23T04:42:08.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4522 | 2026-07-23T04:42:08.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4523 | 2026-07-23T04:42:08.467Z | |
| 4524 | 2026-07-23T04:42:08.467Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/303) |
| 4525 | 2026-07-23T04:42:08.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4526 | 2026-07-23T04:42:08.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4527 | 2026-07-23T04:42:09.195Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4528 | 2026-07-23T04:42:09.317Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4529 | 2026-07-23T04:42:09.326Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4530 | 2026-07-23T04:42:36.229Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4531 | 2026-07-23T04:42:36.602Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4532 | 2026-07-23T04:42:38.325Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4533 | 2026-07-23T04:42:38.779Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4534 | 2026-07-23T04:42:41.862Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4535 | 2026-07-23T04:43:05.549Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4536 | 2026-07-23T04:43:06.233Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4537 | 2026-07-23T04:43:07.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.35s |
| 4538 | 2026-07-23T04:43:08.018Z | |
| 4539 | 2026-07-23T04:43:08.019Z | info: running `cargo check --bins` on reconfigurator-sp-updater (282/303) |
| 4540 | 2026-07-23T04:43:08.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-07-23T04:43:08.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-07-23T04:43:08.701Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4543 | 2026-07-23T04:43:09.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4544 | 2026-07-23T04:43:09.549Z | |
| 4545 | 2026-07-23T04:43:09.549Z | info: running `cargo check --bins` on omicron-releng (283/303) |
| 4546 | 2026-07-23T04:43:10.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4547 | 2026-07-23T04:43:10.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4548 | 2026-07-23T04:43:10.160Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4549 | 2026-07-23T04:43:10.267Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4550 | 2026-07-23T04:43:10.270Z | Checking sha2 v0.11.0 |
| 4551 | 2026-07-23T04:43:10.270Z | Checking digest-io v0.1.0 |
| 4552 | 2026-07-23T04:43:10.284Z | Checking rawzip v0.4.4 |
| 4553 | 2026-07-23T04:43:10.290Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4554 | 2026-07-23T04:43:10.300Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4555 | 2026-07-23T04:43:10.308Z | Checking shell-words v1.1.1 |
| 4556 | 2026-07-23T04:43:10.717Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4557 | 2026-07-23T04:43:10.928Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4558 | 2026-07-23T04:43:11.948Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4559 | 2026-07-23T04:43:13.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 4560 | 2026-07-23T04:43:13.171Z | |
| 4561 | 2026-07-23T04:43:13.171Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (284/303) |
| 4562 | 2026-07-23T04:43:13.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-07-23T04:43:13.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-07-23T04:43:13.776Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4565 | 2026-07-23T04:43:14.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4566 | 2026-07-23T04:43:14.430Z | |
| 4567 | 2026-07-23T04:43:14.430Z | info: running `cargo check --bins` on schema (285/303) |
| 4568 | 2026-07-23T04:43:14.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-07-23T04:43:14.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-07-23T04:43:15.122Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4571 | 2026-07-23T04:43:15.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4572 | 2026-07-23T04:43:15.985Z | |
| 4573 | 2026-07-23T04:43:15.986Z | info: running `cargo check --bins` on xtask (286/303) |
| 4574 | 2026-07-23T04:43:16.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-07-23T04:43:16.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-07-23T04:43:16.382Z | Checking serde_core v1.0.228 |
| 4577 | 2026-07-23T04:43:16.382Z | Checking libc v0.2.185 |
| 4578 | 2026-07-23T04:43:16.464Z | Checking bitflags v2.11.0 |
| 4579 | 2026-07-23T04:43:16.471Z | Checking scroll v0.12.0 |
| 4580 | 2026-07-23T04:43:16.475Z | Checking thiserror v1.0.69 |
| 4581 | 2026-07-23T04:43:16.484Z | Checking log v0.4.29 |
| 4582 | 2026-07-23T04:43:16.493Z | Checking zerocopy v0.7.35 |
| 4583 | 2026-07-23T04:43:16.496Z | Checking indexmap v2.14.0 |
| 4584 | 2026-07-23T04:43:16.567Z | Checking syn v2.0.117 |
| 4585 | 2026-07-23T04:43:16.605Z | Checking dtrace-parser v0.2.0 |
| 4586 | 2026-07-23T04:43:16.625Z | Checking once_cell v1.21.3 |
| 4587 | 2026-07-23T04:43:16.683Z | Checking goblin v0.8.2 |
| 4588 | 2026-07-23T04:43:16.738Z | Checking errno v0.3.14 |
| 4589 | 2026-07-23T04:43:16.795Z | Checking getrandom v0.4.1 |
| 4590 | 2026-07-23T04:43:16.833Z | Checking thread-id v4.2.2 |
| 4591 | 2026-07-23T04:43:16.853Z | Checking rustix v1.1.3 |
| 4592 | 2026-07-23T04:43:16.909Z | Checking memmap v0.7.0 |
| 4593 | 2026-07-23T04:43:16.923Z | Checking thiserror v2.0.18 |
| 4594 | 2026-07-23T04:43:16.976Z | Checking fs-err v3.3.0 |
| 4595 | 2026-07-23T04:43:17.019Z | Checking tabled v0.15.0 |
| 4596 | 2026-07-23T04:43:17.029Z | Checking anyhow v1.0.102 |
| 4597 | 2026-07-23T04:43:17.616Z | Checking terminal_size v0.4.3 |
| 4598 | 2026-07-23T04:43:17.619Z | Checking tempfile v3.25.0 |
| 4599 | 2026-07-23T04:43:17.738Z | Checking clap_builder v4.6.0 |
| 4600 | 2026-07-23T04:43:17.741Z | Checking textwrap v0.16.2 |
| 4601 | 2026-07-23T04:43:17.894Z | Checking serde v1.0.228 |
| 4602 | 2026-07-23T04:43:17.898Z | Checking serde_json v1.0.150 |
| 4603 | 2026-07-23T04:43:17.898Z | Checking camino v1.2.2 |
| 4604 | 2026-07-23T04:43:17.943Z | Checking cargo-platform v0.3.2 |
| 4605 | 2026-07-23T04:43:18.113Z | Checking semver v1.0.28 |
| 4606 | 2026-07-23T04:43:18.135Z | Checking camino-tempfile v1.4.1 |
| 4607 | 2026-07-23T04:43:18.298Z | Checking toml_datetime v0.6.11 |
| 4608 | 2026-07-23T04:43:18.302Z | Checking serde_spanned v0.6.9 |
| 4609 | 2026-07-23T04:43:18.302Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4610 | 2026-07-23T04:43:18.324Z | Checking macaddr v1.0.1 |
| 4611 | 2026-07-23T04:43:18.486Z | Checking toml_edit v0.22.27 |
| 4612 | 2026-07-23T04:43:18.499Z | Checking dof v0.3.0 |
| 4613 | 2026-07-23T04:43:18.499Z | Checking cargo_metadata v0.23.1 |
| 4614 | 2026-07-23T04:43:18.761Z | Checking usdt-impl v0.5.0 |
| 4615 | 2026-07-23T04:43:18.921Z | Checking clap v4.6.1 |
| 4616 | 2026-07-23T04:43:19.020Z | Checking usdt v0.5.0 |
| 4617 | 2026-07-23T04:43:19.456Z | Checking toml v0.8.23 |
| 4618 | 2026-07-23T04:43:19.719Z | Checking cargo_toml v0.21.0 |
| 4619 | 2026-07-23T04:43:20.355Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4620 | 2026-07-23T04:43:20.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 4621 | 2026-07-23T04:43:20.848Z | |
| 4622 | 2026-07-23T04:43:20.848Z | info: running `cargo check --bins` on dnsadm (287/303) |
| 4623 | 2026-07-23T04:43:21.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4624 | 2026-07-23T04:43:21.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4625 | 2026-07-23T04:43:21.446Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4626 | 2026-07-23T04:43:21.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4627 | 2026-07-23T04:43:22.107Z | |
| 4628 | 2026-07-23T04:43:22.107Z | info: running `cargo check --bins` on end-to-end-tests (288/303) |
| 4629 | 2026-07-23T04:43:22.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-07-23T04:43:22.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-07-23T04:43:22.870Z | Checking cpubits v0.1.1 |
| 4632 | 2026-07-23T04:43:22.873Z | Checking pem-rfc7468 v1.0.0 |
| 4633 | 2026-07-23T04:43:23.007Z | Checking hmac v0.13.0 |
| 4634 | 2026-07-23T04:43:23.007Z | Checking universal-hash v0.6.1 |
| 4635 | 2026-07-23T04:43:23.031Z | Checking ctr v0.10.1 |
| 4636 | 2026-07-23T04:43:23.032Z | Checking aead v0.6.1 |
| 4637 | 2026-07-23T04:43:23.060Z | Checking aes v0.9.1 |
| 4638 | 2026-07-23T04:43:23.064Z | Checking crypto-bigint v0.7.5 |
| 4639 | 2026-07-23T04:43:23.084Z | Checking salsa20 v0.11.0 |
| 4640 | 2026-07-23T04:43:23.128Z | Checking polyval v0.7.1 |
| 4641 | 2026-07-23T04:43:23.141Z | Checking der v0.8.0 |
| 4642 | 2026-07-23T04:43:23.151Z | Checking pbkdf2 v0.13.0 |
| 4643 | 2026-07-23T04:43:23.167Z | Checking cbc v0.2.1 |
| 4644 | 2026-07-23T04:43:23.225Z | Checking ff v0.14.0 |
| 4645 | 2026-07-23T04:43:23.228Z | Checking signature v3.0.0 |
| 4646 | 2026-07-23T04:43:23.268Z | Checking scrypt v0.12.0 |
| 4647 | 2026-07-23T04:43:23.290Z | Checking ghash v0.6.0 |
| 4648 | 2026-07-23T04:43:23.322Z | Checking base16ct v1.0.0 |
| 4649 | 2026-07-23T04:43:23.371Z | Checking group v0.14.0 |
| 4650 | 2026-07-23T04:43:23.396Z | Checking hkdf v0.13.0 |
| 4651 | 2026-07-23T04:43:23.410Z | Checking rfc6979 v0.5.0 |
| 4652 | 2026-07-23T04:43:23.428Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4653 | 2026-07-23T04:43:23.451Z | Checking poly1305 v0.9.0 |
| 4654 | 2026-07-23T04:43:23.468Z | Checking aes-gcm v0.11.0 |
| 4655 | 2026-07-23T04:43:23.508Z | Checking blowfish v0.10.0 |
| 4656 | 2026-07-23T04:43:23.524Z | Checking blake2 v0.11.0-rc.6 |
| 4657 | 2026-07-23T04:43:23.559Z | Checking keccak v0.2.0 |
| 4658 | 2026-07-23T04:43:23.618Z | Checking fiat-crypto v0.3.0 |
| 4659 | 2026-07-23T04:43:23.660Z | Checking bcrypt-pbkdf v0.11.0 |
| 4660 | 2026-07-23T04:43:23.699Z | Checking sha3 v0.11.0 |
| 4661 | 2026-07-23T04:43:23.715Z | Checking kem v0.3.0 |
| 4662 | 2026-07-23T04:43:23.770Z | Checking argon2 v0.6.0-rc.8 |
| 4663 | 2026-07-23T04:43:23.804Z | Checking module-lattice v0.2.3 |
| 4664 | 2026-07-23T04:43:23.830Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4665 | 2026-07-23T04:43:23.932Z | Checking spki v0.8.0 |
| 4666 | 2026-07-23T04:43:24.022Z | Checking sec1 v0.8.1 |
| 4667 | 2026-07-23T04:43:24.035Z | Checking ml-kem v0.3.2 |
| 4668 | 2026-07-23T04:43:24.058Z | Checking internal-russh-num-bigint v0.5.0 |
| 4669 | 2026-07-23T04:43:24.081Z | Checking num-bigint v0.4.6 |
| 4670 | 2026-07-23T04:43:24.095Z | Checking pkcs5 v0.8.1 |
| 4671 | 2026-07-23T04:43:24.234Z | Checking pkcs1 v0.8.0-rc.4 |
| 4672 | 2026-07-23T04:43:24.392Z | Checking pkcs8 v0.11.0 |
| 4673 | 2026-07-23T04:43:24.468Z | Checking generic-array v1.4.3 |
| 4674 | 2026-07-23T04:43:24.583Z | Checking ed25519 v3.0.0 |
| 4675 | 2026-07-23T04:43:24.687Z | Compiling enum_dispatch v0.3.13 |
| 4676 | 2026-07-23T04:43:24.778Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4677 | 2026-07-23T04:43:24.812Z | Checking russh-util v0.52.0 |
| 4678 | 2026-07-23T04:43:24.825Z | Compiling delegate v0.13.5 |
| 4679 | 2026-07-23T04:43:24.890Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4680 | 2026-07-23T04:43:24.922Z | Checking hex-literal v1.1.0 |
| 4681 | 2026-07-23T04:43:24.984Z | Checking md5 v0.8.0 |
| 4682 | 2026-07-23T04:43:25.025Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4683 | 2026-07-23T04:43:25.032Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4684 | 2026-07-23T04:43:25.149Z | Checking socket2 v0.5.10 |
| 4685 | 2026-07-23T04:43:25.243Z | Checking internet-checksum v0.2.1 |
| 4686 | 2026-07-23T04:43:25.284Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4687 | 2026-07-23T04:43:25.332Z | Checking primefield v0.14.0 |
| 4688 | 2026-07-23T04:43:25.360Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4689 | 2026-07-23T04:43:25.402Z | Checking crypto-primes v0.7.2 |
| 4690 | 2026-07-23T04:43:25.510Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4691 | 2026-07-23T04:43:25.576Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4692 | 2026-07-23T04:43:25.645Z | Checking russh-cryptovec v0.61.0 |
| 4693 | 2026-07-23T04:43:25.739Z | Checking primeorder v0.14.0-rc.10 |
| 4694 | 2026-07-23T04:43:25.755Z | Checking ecdsa v0.17.0-rc.18 |
| 4695 | 2026-07-23T04:43:26.103Z | Checking p256 v0.14.0-rc.10 |
| 4696 | 2026-07-23T04:43:26.103Z | Checking p521 v0.14.0-rc.10 |
| 4697 | 2026-07-23T04:43:26.354Z | Checking rsa v0.10.0-rc.18 |
| 4698 | 2026-07-23T04:43:28.425Z | Checking p384 v0.14.0-rc.10 |
| 4699 | 2026-07-23T04:43:30.328Z | Checking ssh-key v0.7.0-rc.10 |
| 4700 | 2026-07-23T04:43:31.078Z | Checking russh v0.61.2 |
| 4701 | 2026-07-23T04:43:43.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.56s |
| 4702 | 2026-07-23T04:43:43.884Z | |
| 4703 | 2026-07-23T04:43:43.884Z | info: running `cargo check --bins` on gateway-cli (289/303) |
| 4704 | 2026-07-23T04:43:44.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4705 | 2026-07-23T04:43:44.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4706 | 2026-07-23T04:43:44.487Z | Checking termios v0.3.3 |
| 4707 | 2026-07-23T04:43:44.662Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4708 | 2026-07-23T04:43:45.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4709 | 2026-07-23T04:43:45.388Z | |
| 4710 | 2026-07-23T04:43:45.388Z | info: running `cargo check --bins --no-default-features` on installinator (290/303) |
| 4711 | 2026-07-23T04:43:45.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4712 | 2026-07-23T04:43:45.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4713 | 2026-07-23T04:43:46.072Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4714 | 2026-07-23T04:43:46.785Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4715 | 2026-07-23T04:43:48.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s |
| 4716 | 2026-07-23T04:43:52.960Z | |
| 4717 | 2026-07-23T04:43:52.960Z | info: running `cargo check --bins` on internal-dns-cli (291/303) |
| 4718 | 2026-07-23T04:43:53.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4719 | 2026-07-23T04:43:53.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4720 | 2026-07-23T04:43:53.253Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4721 | 2026-07-23T04:43:53.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4722 | 2026-07-23T04:43:53.253Z | |
| 4723 | 2026-07-23T04:43:53.253Z | info: running `cargo check --bins` on omicron-live-tests (292/303) |
| 4724 | 2026-07-23T04:43:53.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-07-23T04:43:53.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-07-23T04:43:53.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-07-23T04:43:53.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4728 | 2026-07-23T04:43:53.253Z | |
| 4729 | 2026-07-23T04:43:53.253Z | info: running `cargo check --bins` on live-tests-macros (293/303) |
| 4730 | 2026-07-23T04:43:53.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-07-23T04:43:53.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-07-23T04:43:53.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-07-23T04:43:53.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4734 | 2026-07-23T04:43:53.253Z | |
| 4735 | 2026-07-23T04:43:53.253Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303) |
| 4736 | 2026-07-23T04:43:53.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-07-23T04:43:53.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-07-23T04:43:53.253Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4739 | 2026-07-23T04:43:53.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4740 | 2026-07-23T04:43:53.253Z | |
| 4741 | 2026-07-23T04:43:53.254Z | info: running `cargo check --bins` on omicron-ntp-admin (295/303) |
| 4742 | 2026-07-23T04:43:53.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-07-23T04:43:53.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-07-23T04:43:53.254Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4745 | 2026-07-23T04:43:53.254Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4746 | 2026-07-23T04:43:53.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4747 | 2026-07-23T04:43:53.873Z | |
| 4748 | 2026-07-23T04:43:53.873Z | info: running `cargo check --bins` on ntp-admin-types (296/303) |
| 4749 | 2026-07-23T04:43:54.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-07-23T04:43:54.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-07-23T04:43:54.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4752 | 2026-07-23T04:43:54.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4753 | 2026-07-23T04:43:54.409Z | |
| 4754 | 2026-07-23T04:43:54.409Z | info: running `cargo check --bins` on omicron-package (297/303) |
| 4755 | 2026-07-23T04:43:54.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4756 | 2026-07-23T04:43:54.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4757 | 2026-07-23T04:43:55.041Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4758 | 2026-07-23T04:43:56.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4759 | 2026-07-23T04:43:56.269Z | |
| 4760 | 2026-07-23T04:43:56.269Z | info: running `cargo check --bins` on tqdb (298/303) |
| 4761 | 2026-07-23T04:43:56.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4762 | 2026-07-23T04:43:56.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4763 | 2026-07-23T04:43:57.009Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4764 | 2026-07-23T04:43:57.358Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4765 | 2026-07-23T04:43:57.867Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4766 | 2026-07-23T04:43:57.870Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4767 | 2026-07-23T04:44:03.933Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4768 | 2026-07-23T04:44:03.937Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4769 | 2026-07-23T04:44:04.506Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4770 | 2026-07-23T04:44:04.506Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4771 | 2026-07-23T04:44:04.509Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4772 | 2026-07-23T04:44:04.509Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4773 | 2026-07-23T04:44:05.275Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4774 | 2026-07-23T04:44:06.258Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4775 | 2026-07-23T04:44:07.067Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4776 | 2026-07-23T04:44:07.677Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4777 | 2026-07-23T04:44:12.613Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4778 | 2026-07-23T04:44:19.301Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4779 | 2026-07-23T04:44:19.306Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4780 | 2026-07-23T04:44:19.306Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4781 | 2026-07-23T04:44:19.306Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4782 | 2026-07-23T04:44:20.780Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4783 | 2026-07-23T04:44:22.113Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4784 | 2026-07-23T04:44:22.772Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4785 | 2026-07-23T04:44:23.993Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4786 | 2026-07-23T04:44:24.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.24s |
| 4787 | 2026-07-23T04:44:24.752Z | |
| 4788 | 2026-07-23T04:44:24.752Z | info: running `cargo check --bins` on wicket-dbg (299/303) |
| 4789 | 2026-07-23T04:44:25.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4790 | 2026-07-23T04:44:25.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4791 | 2026-07-23T04:44:25.368Z | Checking rtoolbox v0.0.3 |
| 4792 | 2026-07-23T04:44:25.371Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4793 | 2026-07-23T04:44:25.371Z | Checking tui-tree-widget v0.23.1 |
| 4794 | 2026-07-23T04:44:25.579Z | Checking rpassword v7.5.4 |
| 4795 | 2026-07-23T04:44:28.621Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4796 | 2026-07-23T04:44:30.466Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4797 | 2026-07-23T04:44:31.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
| 4798 | 2026-07-23T04:44:31.527Z | |
| 4799 | 2026-07-23T04:44:31.527Z | info: running `cargo check --bins` on wicket (300/303) |
| 4800 | 2026-07-23T04:44:32.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4801 | 2026-07-23T04:44:32.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4802 | 2026-07-23T04:44:32.171Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4803 | 2026-07-23T04:44:32.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4804 | 2026-07-23T04:44:32.692Z | |
| 4805 | 2026-07-23T04:44:32.692Z | info: running `cargo check --bins` on wicketd (301/303) |
| 4806 | 2026-07-23T04:44:33.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4807 | 2026-07-23T04:44:33.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4808 | 2026-07-23T04:44:33.356Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4809 | 2026-07-23T04:44:36.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 4810 | 2026-07-23T04:44:37.009Z | |
| 4811 | 2026-07-23T04:44:37.009Z | info: running `cargo check --bins` on omicron-workspace-hack (302/303) |
| 4812 | 2026-07-23T04:44:37.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4813 | 2026-07-23T04:44:37.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4814 | 2026-07-23T04:44:37.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4815 | 2026-07-23T04:44:37.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4816 | 2026-07-23T04:44:37.540Z | |
| 4817 | 2026-07-23T04:44:37.540Z | info: running `cargo check --bins` on zone-setup (303/303) |
| 4818 | 2026-07-23T04:44:38.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4819 | 2026-07-23T04:44:38.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4820 | 2026-07-23T04:44:38.159Z | Checking uzers v0.12.2 |
| 4821 | 2026-07-23T04:44:38.422Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4822 | 2026-07-23T04:44:39.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4823 | 2026-07-23T04:44:39.345Z | |
| 4824 | 2026-07-23T04:44:39.345Z | real 13:32.050908250 |
| 4825 | 2026-07-23T04:44:39.345Z | user 20:36.264547612 |
| 4826 | 2026-07-23T04:44:39.345Z | sys 4:05.448254002 |
| 4827 | 2026-07-23T04:44:39.345Z | trap 0.314593974 |
| 4828 | 2026-07-23T04:44:39.345Z | tflt 1.263769966 |
| 4829 | 2026-07-23T04:44:39.345Z | dflt 1.545764374 |
| 4830 | 2026-07-23T04:44:39.345Z | kflt 0.035082727 |
| 4831 | 2026-07-23T04:44:39.345Z | lock 1:14:46.964859619 |
| 4832 | 2026-07-23T04:44:39.345Z | slp 1:38:13.506928196 |
| 4833 | 2026-07-23T04:44:39.346Z | lat 53.510160884 |
| 4834 | 2026-07-23T04:44:39.346Z | stop 3:27.030703358 |
| 4835 | 2026-07-23T04:44:39.350Z | process exited: duration 936585 ms, exit code 0 |
| |
| 4836 | 2026-07-23T04:44:39.358Z | found 0 output files |