|
|
|
| 1 | 2026-06-20T21:38:28.433Z | job assigned to worker 01KVKFFFEWXB3DTQAFDY3EHR2B [factory aws, i-01d11d01534d4c3f3] (queued for 56 s) |
| |
| 2 | 2026-06-20T21:38:34.457Z | starting task 0: "setup" |
| 3 | 2026-06-20T21:38:34.504Z | ++ uname -s |
| 4 | 2026-06-20T21:38:34.504Z | + kern=SunOS |
| 5 | 2026-06-20T21:38:34.504Z | + build_user=build |
| 6 | 2026-06-20T21:38:34.504Z | + build_uid=12345 |
| 7 | 2026-06-20T21:38:34.504Z | + work_dir=/work |
| 8 | 2026-06-20T21:38:34.504Z | + input_dir=/input |
| 9 | 2026-06-20T21:38:34.504Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-20T21:38:34.504Z | + case "$kern" in |
| 11 | 2026-06-20T21:38:34.504Z | + groupadd -g 12345 build |
| 12 | 2026-06-20T21:38:34.504Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-20T21:38:36.435Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-20T21:38:36.537Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-20T21:38:36.578Z | + home_fs=zfs |
| 16 | 2026-06-20T21:38:36.578Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-20T21:38:36.578Z | + mkdir -p /home/build |
| 18 | 2026-06-20T21:38:36.578Z | + chown build:build /home/build /work |
| 19 | 2026-06-20T21:38:38.501Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-20T21:38:38.517Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-06-20T21:38:38.536Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-20T21:38:38.558Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-20T21:38:38.558Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-20T21:38:38.558Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-20T21:38:38.558Z | * rust toolchain profile = "default" |
| 26 | 2026-06-20T21:38:38.558Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-20T21:38:38.558Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-20T21:38:38.558Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-20T21:38:38.558Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-20T21:38:38.618Z | info: downloading installer |
| 31 | 2026-06-20T21:38:39.960Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-20T21:38:39.960Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-20T21:38:39.961Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-20T21:38:39.961Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-20T21:38:39.972Z | info: profile set to default |
| 36 | 2026-06-20T21:38:39.973Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-20T21:38:39.976Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-20T21:38:40.144Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-20T21:38:40.147Z | info: downloading 6 components |
| 40 | 2026-06-20T21:38:55.545Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-20T21:38:55.545Z | |
| 42 | 2026-06-20T21:38:55.573Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-20T21:38:55.573Z | |
| 44 | 2026-06-20T21:38:55.573Z | |
| 45 | 2026-06-20T21:38:55.573Z | Rust is installed now. Great! |
| 46 | 2026-06-20T21:38:55.574Z | |
| 47 | 2026-06-20T21:38:55.574Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-20T21:38:55.574Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-20T21:38:55.574Z | |
| 50 | 2026-06-20T21:38:55.574Z | To configure your current shell, you need to source |
| 51 | 2026-06-20T21:38:55.574Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-20T21:38:55.574Z | |
| 53 | 2026-06-20T21:38:55.574Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-20T21:38:55.574Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-20T21:38:55.574Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-20T21:38:55.574Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-20T21:38:55.574Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-20T21:38:55.574Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-20T21:38:55.574Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-20T21:38:55.574Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-20T21:38:55.575Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-20T21:38:55.668Z | + rustup --version |
| 63 | 2026-06-20T21:38:55.714Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-20T21:38:55.715Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-20T21:38:55.715Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-20T21:38:55.715Z | + cargo --version |
| 67 | 2026-06-20T21:38:55.787Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-20T21:38:55.787Z | + rustc --version |
| 69 | 2026-06-20T21:38:55.787Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-20T21:38:55.787Z | process exited: duration 17186 ms, exit code 0 |
| |
| 71 | 2026-06-20T21:38:55.836Z | starting task 2: "authentication" |
| 72 | 2026-06-20T21:38:55.893Z | process exited: duration 33 ms, exit code 0 |
| |
| 73 | 2026-06-20T21:38:55.950Z | starting task 3: "clone repository" |
| 74 | 2026-06-20T21:38:55.959Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-20T21:38:55.959Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-20T21:38:55.983Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-20T21:39:05.706Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-20T21:39:05.706Z | + git fetch origin 3593d83135362b867145689fc149371f4cbc6b57 |
| 79 | 2026-06-20T21:39:05.978Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-20T21:39:05.978Z | * branch 3593d83135362b867145689fc149371f4cbc6b57 -> FETCH_HEAD |
| 81 | 2026-06-20T21:39:05.988Z | + [[ -n sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure ]] |
| 82 | 2026-06-20T21:39:05.991Z | ++ git branch --show-current |
| 83 | 2026-06-20T21:39:05.991Z | + current=main |
| 84 | 2026-06-20T21:39:05.991Z | + [[ main != sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure ]] |
| 85 | 2026-06-20T21:39:05.991Z | + git branch -f sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure 3593d83135362b867145689fc149371f4cbc6b57 |
| 86 | 2026-06-20T21:39:05.994Z | + git checkout -f sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure |
| 87 | 2026-06-20T21:39:06.236Z | Switched to branch 'sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure' |
| 88 | 2026-06-20T21:39:06.241Z | + git reset --hard 3593d83135362b867145689fc149371f4cbc6b57 |
| 89 | 2026-06-20T21:39:06.251Z | HEAD is now at 3593d8313 rebase |
| 90 | 2026-06-20T21:39:06.254Z | process exited: duration 10316 ms, exit code 0 |
| |
| 91 | 2026-06-20T21:39:06.261Z | starting task 4: "build" |
| 92 | 2026-06-20T21:39:06.264Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-20T21:39:06.264Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-20T21:39:06.264Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-20T21:39:06.264Z | + cargo --version |
| 96 | 2026-06-20T21:39:06.275Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-20T21:39:06.278Z | + rustc --version |
| 98 | 2026-06-20T21:39:06.296Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-20T21:39:06.299Z | + source ./env.sh |
| 100 | 2026-06-20T21:39:06.299Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-20T21:39:06.299Z | ++ set -o xtrace |
| 102 | 2026-06-20T21:39:06.302Z | ++++ dirname ./env.sh |
| 103 | 2026-06-20T21:39:06.302Z | +++ readlink -f . |
| 104 | 2026-06-20T21:39:06.307Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-20T21:39:06.307Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-20T21:39:06.307Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 108 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 109 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 110 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 111 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 112 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 113 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 114 | 2026-06-20T21:39:06.307Z | ++ 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 |
| 115 | 2026-06-20T21:39:06.307Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-06-20T21:39:06.307Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-06-20T21:39:06.307Z | + 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 |
| 118 | 2026-06-20T21:39:06.307Z | + 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 |
| 119 | 2026-06-20T21:39:06.307Z | + banner prerequisites |
| 120 | 2026-06-20T21:39:06.311Z | |
| 121 | 2026-06-20T21:39:06.311Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-06-20T21:39:06.311Z | # # # # # # # # # # # # # # # |
| 123 | 2026-06-20T21:39:06.311Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-06-20T21:39:06.311Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-06-20T21:39:06.311Z | # # # # # # # # # # # # # # # |
| 126 | 2026-06-20T21:39:06.311Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-06-20T21:39:06.311Z | |
| 128 | 2026-06-20T21:39:06.311Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-06-20T21:39:07.816Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-06-20T21:39:07.921Z | Startup: Caching catalogs ... Done |
| 131 | 2026-06-20T21:39:08.242Z | Planning: Solver setup ... Done (0.323s) |
| 132 | 2026-06-20T21:39:08.267Z | Planning: Running solver ... Done (0.022s) |
| 133 | 2026-06-20T21:39:08.272Z | Planning: Finding local manifests ... Done (0.002s) |
| 134 | 2026-06-20T21:39:08.285Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-06-20T21:39:08.299Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-06-20T21:39:08.312Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-06-20T21:39:08.316Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-06-20T21:39:08.506Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 139 | 2026-06-20T21:39:08.510Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-06-20T21:39:09.304Z | Planning: Evaluating mediators ... Done (0.783s) |
| 141 | 2026-06-20T21:39:09.316Z | Planning: Planning completed in 1.39 seconds |
| 142 | 2026-06-20T21:39:09.316Z | Packages to install: 2 |
| 143 | 2026-06-20T21:39:09.316Z | Estimated space available: 156.07 GB |
| 144 | 2026-06-20T21:39:09.316Z | Estimated space to be consumed: 26.78 MB |
| 145 | 2026-06-20T21:39:09.316Z | Create boot environment: No |
| 146 | 2026-06-20T21:39:09.316Z | Create backup boot environment: No |
| 147 | 2026-06-20T21:39:09.316Z | Rebuild boot archive: No |
| 148 | 2026-06-20T21:39:09.316Z | |
| 149 | 2026-06-20T21:39:09.316Z | Changed packages: |
| 150 | 2026-06-20T21:39:09.316Z | helios |
| 151 | 2026-06-20T21:39:09.316Z | developer/build-essential |
| 152 | 2026-06-20T21:39:09.317Z | None -> 11-3.0 |
| 153 | 2026-06-20T21:39:09.317Z | library/libxmlsec1 |
| 154 | 2026-06-20T21:39:09.317Z | None -> 1.2.35-3.0 |
| 155 | 2026-06-20T21:39:09.326Z | |
| 156 | 2026-06-20T21:39:09.326Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-06-20T21:39:10.717Z | Download: Completed 1.28 MB in 1.39 seconds (942k/s) |
| 158 | 2026-06-20T21:39:10.783Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-06-20T21:39:10.819Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-06-20T21:39:10.833Z | Finalize: Updating package state database ... Done (0.008s) |
| 161 | 2026-06-20T21:39:10.833Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-06-20T21:39:10.856Z | Finalize: Updating image state ... Done (0.024s) |
| 163 | 2026-06-20T21:39:13.198Z | Finalize: Creating fast lookup database ... Done (2.323s) |
| 164 | 2026-06-20T21:39:13.262Z | Finalize: Reading search index ... Done (0.012s) |
| 165 | 2026-06-20T21:39:13.265Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-06-20T21:39:13.366Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-06-20T21:39:13.670Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-06-20T21:39:13.777Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-06-20T21:39:13.783Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-06-20T21:39:13.935Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-06-20T21:39:13.938Z | Planning: Planning completed in 0.27 seconds |
| 172 | 2026-06-20T21:39:13.961Z | Mediators to change: 2 |
| 173 | 2026-06-20T21:39:13.961Z | Create boot environment: No |
| 174 | 2026-06-20T21:39:13.966Z | Create backup boot environment: No |
| 175 | 2026-06-20T21:39:14.021Z | Finalize: Updating package state database ... Done |
| 176 | 2026-06-20T21:39:14.021Z | Finalize: Updating package cache ... Done |
| 177 | 2026-06-20T21:39:14.034Z | Finalize: Updating image state ... Done |
| 178 | 2026-06-20T21:39:15.977Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-06-20T21:39:16.037Z | Finalize: Reading search index ... Done |
| 180 | 2026-06-20T21:39:16.042Z | Finalize: Updating search index ... Done |
| 181 | 2026-06-20T21:39:16.136Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-20T21:39:16.419Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-06-20T21:39:16.533Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-06-20T21:39:16.536Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-06-20T21:39:16.686Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-06-20T21:39:16.693Z | Planning: Planning completed in 0.27 seconds |
| 187 | 2026-06-20T21:39:16.707Z | Mediators to change: 1 |
| 188 | 2026-06-20T21:39:16.707Z | Create boot environment: No |
| 189 | 2026-06-20T21:39:16.710Z | Create backup boot environment: No |
| 190 | 2026-06-20T21:39:16.762Z | Finalize: Updating package state database ... Done |
| 191 | 2026-06-20T21:39:16.762Z | Finalize: Updating package cache ... Done |
| 192 | 2026-06-20T21:39:16.773Z | Finalize: Updating image state ... Done |
| 193 | 2026-06-20T21:40:26.380Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-06-20T21:40:26.463Z | Finalize: Reading search index ... Done |
| 195 | 2026-06-20T21:40:26.463Z | Finalize: Updating search index ... Done |
| 196 | 2026-06-20T21:40:26.463Z | Finalize: Updating package cache ... Done |
| 197 | 2026-06-20T21:40:26.463Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-06-20T21:40:26.463Z | apache system 2.4 system |
| 199 | 2026-06-20T21:40:26.463Z | clang system 15 system |
| 200 | 2026-06-20T21:40:26.463Z | csh system system illumos |
| 201 | 2026-06-20T21:40:26.463Z | ctags system system illumos |
| 202 | 2026-06-20T21:40:26.463Z | file vendor vendor darwinsys |
| 203 | 2026-06-20T21:40:26.463Z | file system system illumos |
| 204 | 2026-06-20T21:40:26.463Z | gcc vendor 14 vendor |
| 205 | 2026-06-20T21:40:26.463Z | gcc system 13 system |
| 206 | 2026-06-20T21:40:26.463Z | gcc system 10 system |
| 207 | 2026-06-20T21:40:26.463Z | go system 1.25 system |
| 208 | 2026-06-20T21:40:26.463Z | llvm system 15 system |
| 209 | 2026-06-20T21:40:26.463Z | mariadb system 11.4 system |
| 210 | 2026-06-20T21:40:26.463Z | mta vendor vendor dma |
| 211 | 2026-06-20T21:40:26.463Z | openjdk system 17 system |
| 212 | 2026-06-20T21:40:26.463Z | openjdk system 11 system |
| 213 | 2026-06-20T21:40:26.463Z | openssl vendor 3 vendor |
| 214 | 2026-06-20T21:40:26.463Z | perl system 5.40 system |
| 215 | 2026-06-20T21:40:26.463Z | postgresql system 18 system |
| 216 | 2026-06-20T21:40:26.464Z | postgresql system 17 system |
| 217 | 2026-06-20T21:40:26.464Z | python vendor 3 vendor |
| 218 | 2026-06-20T21:40:26.464Z | python system 2 system |
| 219 | 2026-06-20T21:40:26.464Z | python3 vendor 3.13 vendor |
| 220 | 2026-06-20T21:40:26.464Z | ruby system 3.4 system |
| 221 | 2026-06-20T21:40:26.464Z | ruby system 3.0 system |
| 222 | 2026-06-20T21:40:26.464Z | words vendor vendor american-english |
| 223 | 2026-06-20T21:40:26.464Z | words system system australian-english |
| 224 | 2026-06-20T21:40:26.464Z | words system system british-english |
| 225 | 2026-06-20T21:40:26.464Z | words system system canadian-english |
| 226 | 2026-06-20T21:40:26.464Z | words system system french |
| 227 | 2026-06-20T21:40:26.464Z | words system system italian |
| 228 | 2026-06-20T21:40:26.464Z | words system system ngerman |
| 229 | 2026-06-20T21:40:26.464Z | words system system ogerman |
| 230 | 2026-06-20T21:40:26.464Z | words system system spanish |
| 231 | 2026-06-20T21:40:26.618Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-06-20T21:40:26.618Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-06-20T21:40:26.619Z | FMRI IFO |
| 234 | 2026-06-20T21:40:26.619Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-06-20T21:40:26.619Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-06-20T21:40:26.619Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-06-20T21:40:26.619Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-06-20T21:40:26.619Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-06-20T21:40:26.619Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-06-20T21:40:26.619Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-06-20T21:40:26.619Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-06-20T21:40:26.619Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-06-20T21:40:26.619Z | Updating crates.io index |
| 245 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-06-20T21:40:26.619Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-20T21:40:26.620Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-20T21:40:26.620Z | Downloading crates ... |
| 286 | 2026-06-20T21:40:26.620Z | Downloaded memmap v0.7.0 |
| 287 | 2026-06-20T21:40:26.620Z | Downloaded displaydoc v0.2.5 |
| 288 | 2026-06-20T21:40:26.620Z | Downloaded getrandom v0.4.1 |
| 289 | 2026-06-20T21:40:26.620Z | Downloaded anstyle-query v1.1.5 |
| 290 | 2026-06-20T21:40:26.620Z | Downloaded bytecount v0.6.9 |
| 291 | 2026-06-20T21:40:26.620Z | Downloaded heck v0.5.0 |
| 292 | 2026-06-20T21:40:26.620Z | Downloaded quote v1.0.45 |
| 293 | 2026-06-20T21:40:26.620Z | Downloaded form_urlencoded v1.2.2 |
| 294 | 2026-06-20T21:40:26.620Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-06-20T21:40:26.620Z | Downloaded cpufeatures v0.2.17 |
| 296 | 2026-06-20T21:40:26.620Z | Downloaded cargo-platform v0.2.0 |
| 297 | 2026-06-20T21:40:26.620Z | Downloaded dof v0.3.0 |
| 298 | 2026-06-20T21:40:26.620Z | Downloaded icu_provider v2.1.1 |
| 299 | 2026-06-20T21:40:26.620Z | Downloaded toml v0.8.23 |
| 300 | 2026-06-20T21:40:26.620Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-06-20T21:40:26.620Z | Downloaded errno v0.3.14 |
| 302 | 2026-06-20T21:40:26.620Z | Downloaded colorchoice v1.0.4 |
| 303 | 2026-06-20T21:40:26.620Z | Downloaded is_terminal_polyfill v1.70.2 |
| 304 | 2026-06-20T21:40:26.620Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-06-20T21:40:26.620Z | Downloaded clap_derive v4.6.1 |
| 306 | 2026-06-20T21:40:26.620Z | Downloaded crypto-common v0.1.7 |
| 307 | 2026-06-20T21:40:26.620Z | Downloaded unicode-xid v0.2.6 |
| 308 | 2026-06-20T21:40:26.620Z | Downloaded utf8_iter v1.0.4 |
| 309 | 2026-06-20T21:40:26.620Z | Downloaded toml_datetime v0.6.11 |
| 310 | 2026-06-20T21:40:26.621Z | Downloaded equivalent v1.0.2 |
| 311 | 2026-06-20T21:40:26.621Z | Downloaded heck v0.4.1 |
| 312 | 2026-06-20T21:40:26.621Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-06-20T21:40:26.621Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-06-20T21:40:26.621Z | Downloaded dtrace-parser v0.2.0 |
| 315 | 2026-06-20T21:40:26.621Z | Downloaded cfg-if v1.0.4 |
| 316 | 2026-06-20T21:40:26.621Z | Downloaded usdt v0.5.0 |
| 317 | 2026-06-20T21:40:26.621Z | Downloaded typeid v1.0.3 |
| 318 | 2026-06-20T21:40:26.621Z | Downloaded cargo_metadata v0.21.0 |
| 319 | 2026-06-20T21:40:26.621Z | Downloaded version_check v0.9.5 |
| 320 | 2026-06-20T21:40:26.621Z | Downloaded thread-id v4.2.2 |
| 321 | 2026-06-20T21:40:26.621Z | Downloaded fs-err v3.3.0 |
| 322 | 2026-06-20T21:40:26.621Z | Downloaded zerofrom-derive v0.1.6 |
| 323 | 2026-06-20T21:40:26.621Z | Downloaded anstyle-parse v1.0.0 |
| 324 | 2026-06-20T21:40:26.621Z | Downloaded bitflags v2.11.0 |
| 325 | 2026-06-20T21:40:26.621Z | Downloaded block-buffer v0.10.4 |
| 326 | 2026-06-20T21:40:26.621Z | Downloaded utf8parse v0.2.2 |
| 327 | 2026-06-20T21:40:26.621Z | Downloaded zerovec-derive v0.11.2 |
| 328 | 2026-06-20T21:40:26.621Z | Downloaded tinystr v0.8.2 |
| 329 | 2026-06-20T21:40:26.621Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-06-20T21:40:26.621Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-06-20T21:40:26.719Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-06-20T21:40:26.719Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-06-20T21:40:26.719Z | Downloaded yoke v0.8.1 |
| 334 | 2026-06-20T21:40:26.719Z | Downloaded thiserror v1.0.69 |
| 335 | 2026-06-20T21:40:26.719Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2026-06-20T21:40:26.719Z | Downloaded url v2.5.8 |
| 337 | 2026-06-20T21:40:26.719Z | Downloaded byteorder v1.5.0 |
| 338 | 2026-06-20T21:40:26.719Z | Downloaded zmij v1.0.21 |
| 339 | 2026-06-20T21:40:26.719Z | Downloaded thiserror-impl v1.0.69 |
| 340 | 2026-06-20T21:40:26.719Z | Downloaded writeable v0.6.2 |
| 341 | 2026-06-20T21:40:26.719Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-06-20T21:40:26.719Z | Downloaded stable_deref_trait v1.2.1 |
| 343 | 2026-06-20T21:40:26.720Z | Downloaded smawk v0.3.2 |
| 344 | 2026-06-20T21:40:26.720Z | Downloaded itoa v1.0.17 |
| 345 | 2026-06-20T21:40:26.720Z | Downloaded unicode-linebreak v0.1.5 |
| 346 | 2026-06-20T21:40:26.720Z | Downloaded toml_write v0.1.2 |
| 347 | 2026-06-20T21:40:26.720Z | Downloaded ucd-trie v0.1.7 |
| 348 | 2026-06-20T21:40:26.720Z | Downloaded serde-value v0.7.0 |
| 349 | 2026-06-20T21:40:26.720Z | Downloaded percent-encoding v2.3.2 |
| 350 | 2026-06-20T21:40:26.720Z | Downloaded strsim v0.11.1 |
| 351 | 2026-06-20T21:40:26.720Z | Downloaded anyhow v1.0.102 |
| 352 | 2026-06-20T21:40:26.720Z | Downloaded unicode-ident v1.0.24 |
| 353 | 2026-06-20T21:40:26.720Z | Downloaded textwrap v0.16.2 |
| 354 | 2026-06-20T21:40:26.720Z | Downloaded zerocopy-derive v0.7.35 |
| 355 | 2026-06-20T21:40:26.720Z | Downloaded zerotrie v0.2.3 |
| 356 | 2026-06-20T21:40:26.720Z | Downloaded typenum v1.19.0 |
| 357 | 2026-06-20T21:40:26.720Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-06-20T21:40:26.720Z | Downloaded clap_lex v1.0.0 |
| 359 | 2026-06-20T21:40:26.720Z | Downloaded generic-array v0.14.7 |
| 360 | 2026-06-20T21:40:26.720Z | Downloaded tabled_derive v0.7.0 |
| 361 | 2026-06-20T21:40:26.720Z | Downloaded idna_adapter v1.2.1 |
| 362 | 2026-06-20T21:40:26.720Z | Downloaded scroll_derive v0.12.1 |
| 363 | 2026-06-20T21:40:26.720Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-06-20T21:40:26.720Z | Downloaded pretty-hex v0.4.1 |
| 365 | 2026-06-20T21:40:26.720Z | Downloaded sha2 v0.10.9 |
| 366 | 2026-06-20T21:40:26.720Z | Downloaded autocfg v1.5.0 |
| 367 | 2026-06-20T21:40:26.720Z | Downloaded log v0.4.29 |
| 368 | 2026-06-20T21:40:26.720Z | Downloaded potential_utf v0.1.4 |
| 369 | 2026-06-20T21:40:26.720Z | Downloaded plain v0.2.3 |
| 370 | 2026-06-20T21:40:26.720Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-06-20T21:40:26.720Z | Downloaded serde-untagged v0.1.9 |
| 372 | 2026-06-20T21:40:26.720Z | Downloaded winnow v0.7.14 |
| 373 | 2026-06-20T21:40:26.720Z | Downloaded serde_tokenstream v0.2.3 |
| 374 | 2026-06-20T21:40:26.720Z | Downloaded ordered-float v2.10.1 |
| 375 | 2026-06-20T21:40:26.720Z | Downloaded unicode-width v0.2.0 |
| 376 | 2026-06-20T21:40:26.720Z | Downloaded swrite v0.1.0 |
| 377 | 2026-06-20T21:40:26.720Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-06-20T21:40:26.720Z | Downloaded anstyle v1.0.14 |
| 379 | 2026-06-20T21:40:26.720Z | Downloaded camino v1.2.2 |
| 380 | 2026-06-20T21:40:26.720Z | Downloaded proc-macro-error v1.0.4 |
| 381 | 2026-06-20T21:40:26.720Z | Downloaded digest v0.10.7 |
| 382 | 2026-06-20T21:40:26.721Z | Downloaded camino-tempfile v1.4.1 |
| 383 | 2026-06-20T21:40:26.721Z | Downloaded fnv v1.0.7 |
| 384 | 2026-06-20T21:40:26.721Z | Downloaded cargo_toml v0.21.0 |
| 385 | 2026-06-20T21:40:26.721Z | Downloaded scroll v0.12.0 |
| 386 | 2026-06-20T21:40:26.721Z | Downloaded cargo-util-schemas v0.8.2 |
| 387 | 2026-06-20T21:40:26.721Z | Downloaded synstructure v0.13.2 |
| 388 | 2026-06-20T21:40:26.721Z | Downloaded icu_locale_core v2.1.1 |
| 389 | 2026-06-20T21:40:26.721Z | Downloaded macaddr v1.0.1 |
| 390 | 2026-06-20T21:40:26.721Z | Downloaded anstream v1.0.0 |
| 391 | 2026-06-20T21:40:26.721Z | Downloaded tempfile v3.25.0 |
| 392 | 2026-06-20T21:40:26.721Z | Downloaded litemap v0.8.1 |
| 393 | 2026-06-20T21:40:26.721Z | Downloaded semver v1.0.28 |
| 394 | 2026-06-20T21:40:26.721Z | Downloaded pest_derive v2.8.6 |
| 395 | 2026-06-20T21:40:26.721Z | Downloaded smallvec v1.15.1 |
| 396 | 2026-06-20T21:40:26.721Z | Downloaded erased-serde v0.4.9 |
| 397 | 2026-06-20T21:40:26.721Z | Downloaded once_cell v1.21.3 |
| 398 | 2026-06-20T21:40:26.721Z | Downloaded clap v4.6.1 |
| 399 | 2026-06-20T21:40:26.721Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-06-20T21:40:26.721Z | Downloaded pest_generator v2.8.6 |
| 401 | 2026-06-20T21:40:26.721Z | Downloaded icu_properties v2.1.2 |
| 402 | 2026-06-20T21:40:26.721Z | Downloaded memchr v2.8.0 |
| 403 | 2026-06-20T21:40:26.721Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-06-20T21:40:26.721Z | Downloaded icu_collections v2.1.1 |
| 405 | 2026-06-20T21:40:26.721Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-06-20T21:40:26.721Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-06-20T21:40:26.721Z | Downloaded serde_derive v1.0.228 |
| 408 | 2026-06-20T21:40:26.721Z | Downloaded num-traits v0.2.19 |
| 409 | 2026-06-20T21:40:26.721Z | Downloaded pest_meta v2.8.6 |
| 410 | 2026-06-20T21:40:26.721Z | Downloaded serde v1.0.228 |
| 411 | 2026-06-20T21:40:26.721Z | Downloaded icu_normalizer v2.1.1 |
| 412 | 2026-06-20T21:40:26.721Z | Downloaded indexmap v2.14.0 |
| 413 | 2026-06-20T21:40:26.721Z | Downloaded pest v2.8.6 |
| 414 | 2026-06-20T21:40:26.721Z | Downloaded hashbrown v0.17.0 |
| 415 | 2026-06-20T21:40:26.721Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-06-20T21:40:26.721Z | Downloaded idna v1.1.0 |
| 417 | 2026-06-20T21:40:26.721Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-20T21:40:26.721Z | Downloaded serde_json v1.0.149 |
| 419 | 2026-06-20T21:40:26.722Z | Downloaded clap_builder v4.6.0 |
| 420 | 2026-06-20T21:40:26.722Z | Downloaded tabled v0.15.0 |
| 421 | 2026-06-20T21:40:26.722Z | Downloaded syn v1.0.109 |
| 422 | 2026-06-20T21:40:26.722Z | Downloaded syn v2.0.117 |
| 423 | 2026-06-20T21:40:26.722Z | Downloaded rustix v1.1.3 |
| 424 | 2026-06-20T21:40:26.722Z | Downloaded libc v0.2.185 |
| 425 | 2026-06-20T21:40:26.722Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-06-20T21:40:26.722Z | Compiling quote v1.0.45 |
| 427 | 2026-06-20T21:40:26.722Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-06-20T21:40:26.722Z | Compiling serde_core v1.0.228 |
| 429 | 2026-06-20T21:40:26.722Z | Compiling libc v0.2.185 |
| 430 | 2026-06-20T21:40:26.722Z | Compiling version_check v0.9.5 |
| 431 | 2026-06-20T21:40:27.021Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-20T21:40:27.021Z | Compiling serde v1.0.228 |
| 433 | 2026-06-20T21:40:27.021Z | Compiling stable_deref_trait v1.2.1 |
| 434 | 2026-06-20T21:40:27.021Z | Compiling zmij v1.0.21 |
| 435 | 2026-06-20T21:40:27.021Z | Compiling itoa v1.0.17 |
| 436 | 2026-06-20T21:40:27.021Z | Compiling autocfg v1.5.0 |
| 437 | 2026-06-20T21:40:27.021Z | Compiling ucd-trie v0.1.7 |
| 438 | 2026-06-20T21:40:27.022Z | Compiling thiserror v1.0.69 |
| 439 | 2026-06-20T21:40:27.022Z | Compiling pest v2.8.6 |
| 440 | 2026-06-20T21:40:27.022Z | Compiling writeable v0.6.2 |
| 441 | 2026-06-20T21:40:27.022Z | Compiling litemap v0.8.1 |
| 442 | 2026-06-20T21:40:27.022Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-06-20T21:40:27.022Z | Compiling byteorder v1.5.0 |
| 444 | 2026-06-20T21:40:27.022Z | Compiling rustix v1.1.3 |
| 445 | 2026-06-20T21:40:27.022Z | Compiling syn v2.0.117 |
| 446 | 2026-06-20T21:40:27.022Z | Compiling icu_properties_data v2.1.2 |
| 447 | 2026-06-20T21:40:27.022Z | Compiling errno v0.3.14 |
| 448 | 2026-06-20T21:40:27.022Z | Compiling bitflags v2.11.0 |
| 449 | 2026-06-20T21:40:27.022Z | Compiling serde_json v1.0.149 |
| 450 | 2026-06-20T21:40:27.022Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-06-20T21:40:27.022Z | Compiling num-traits v0.2.19 |
| 452 | 2026-06-20T21:40:27.022Z | Compiling typeid v1.0.3 |
| 453 | 2026-06-20T21:40:27.022Z | Compiling hashbrown v0.17.0 |
| 454 | 2026-06-20T21:40:27.022Z | Compiling equivalent v1.0.2 |
| 455 | 2026-06-20T21:40:27.022Z | Compiling smallvec v1.15.1 |
| 456 | 2026-06-20T21:40:27.022Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-20T21:40:27.022Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-20T21:40:27.022Z | Compiling proc-macro-error-attr v1.0.4 |
| 459 | 2026-06-20T21:40:27.022Z | Compiling indexmap v2.14.0 |
| 460 | 2026-06-20T21:40:27.022Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-06-20T21:40:27.022Z | Compiling toml_write v0.1.2 |
| 462 | 2026-06-20T21:40:27.023Z | Compiling syn v1.0.109 |
| 463 | 2026-06-20T21:40:27.023Z | Compiling winnow v0.7.14 |
| 464 | 2026-06-20T21:40:27.023Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2026-06-20T21:40:27.023Z | Compiling utf8parse v0.2.2 |
| 466 | 2026-06-20T21:40:27.023Z | Compiling plain v0.2.3 |
| 467 | 2026-06-20T21:40:27.023Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-06-20T21:40:27.023Z | Compiling thiserror v2.0.18 |
| 469 | 2026-06-20T21:40:27.023Z | Compiling getrandom v0.4.1 |
| 470 | 2026-06-20T21:40:27.023Z | Compiling log v0.4.29 |
| 471 | 2026-06-20T21:40:27.023Z | Compiling utf8_iter v1.0.4 |
| 472 | 2026-06-20T21:40:27.023Z | Compiling camino v1.2.2 |
| 473 | 2026-06-20T21:40:27.023Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-06-20T21:40:27.023Z | Compiling form_urlencoded v1.2.2 |
| 475 | 2026-06-20T21:40:27.023Z | Compiling synstructure v0.13.2 |
| 476 | 2026-06-20T21:40:27.023Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-06-20T21:40:27.023Z | Compiling anstyle-parse v1.0.0 |
| 478 | 2026-06-20T21:40:27.023Z | Compiling terminal_size v0.4.3 |
| 479 | 2026-06-20T21:40:27.023Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-06-20T21:40:27.023Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-06-20T21:40:27.023Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-06-20T21:40:27.023Z | Compiling pretty-hex v0.4.1 |
| 483 | 2026-06-20T21:40:27.023Z | Compiling colorchoice v1.0.4 |
| 484 | 2026-06-20T21:40:27.023Z | Compiling anstyle v1.0.14 |
| 485 | 2026-06-20T21:40:27.023Z | Compiling serde-untagged v0.1.9 |
| 486 | 2026-06-20T21:40:27.023Z | Compiling semver v1.0.28 |
| 487 | 2026-06-20T21:40:27.023Z | Compiling anstream v1.0.0 |
| 488 | 2026-06-20T21:40:27.024Z | Compiling fs-err v3.3.0 |
| 489 | 2026-06-20T21:40:27.024Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-06-20T21:40:27.024Z | Compiling bytecount v0.6.9 |
| 491 | 2026-06-20T21:40:27.024Z | Compiling fastrand v2.3.0 |
| 492 | 2026-06-20T21:40:27.024Z | Compiling anyhow v1.0.102 |
| 493 | 2026-06-20T21:40:27.024Z | Compiling clap_lex v1.0.0 |
| 494 | 2026-06-20T21:40:27.024Z | Compiling heck v0.4.1 |
| 495 | 2026-06-20T21:40:27.024Z | Compiling strsim v0.11.1 |
| 496 | 2026-06-20T21:40:27.024Z | Compiling fnv v1.0.7 |
| 497 | 2026-06-20T21:40:27.024Z | Compiling unicode-width v0.1.14 |
| 498 | 2026-06-20T21:40:27.024Z | Compiling once_cell v1.21.3 |
| 499 | 2026-06-20T21:40:27.024Z | Compiling heck v0.5.0 |
| 500 | 2026-06-20T21:40:27.024Z | Compiling tempfile v3.25.0 |
| 501 | 2026-06-20T21:40:27.024Z | Compiling papergrid v0.11.0 |
| 502 | 2026-06-20T21:40:27.024Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-20T21:40:27.024Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-06-20T21:40:27.024Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-06-20T21:40:27.024Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-06-20T21:40:27.024Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-06-20T21:40:27.024Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-06-20T21:40:27.024Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-06-20T21:40:27.024Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-06-20T21:40:27.024Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-06-20T21:40:27.024Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-06-20T21:40:27.024Z | Compiling zerofrom v0.1.6 |
| 513 | 2026-06-20T21:40:27.025Z | Compiling yoke v0.8.1 |
| 514 | 2026-06-20T21:40:27.025Z | Compiling zerovec v0.11.5 |
| 515 | 2026-06-20T21:40:27.025Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-06-20T21:40:27.025Z | Compiling scroll v0.12.0 |
| 517 | 2026-06-20T21:40:27.025Z | Compiling thiserror-impl v2.0.18 |
| 518 | 2026-06-20T21:40:27.025Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-06-20T21:40:27.025Z | Compiling tinystr v0.8.2 |
| 520 | 2026-06-20T21:40:27.025Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-06-20T21:40:27.025Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-06-20T21:40:27.025Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-06-20T21:40:27.025Z | Compiling dtrace-parser v0.2.0 |
| 524 | 2026-06-20T21:40:27.025Z | Compiling goblin v0.8.2 |
| 525 | 2026-06-20T21:40:27.025Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-06-20T21:40:27.025Z | Compiling clap_derive v4.6.1 |
| 527 | 2026-06-20T21:40:27.025Z | Compiling icu_provider v2.1.1 |
| 528 | 2026-06-20T21:40:27.025Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-06-20T21:40:27.025Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-06-20T21:40:27.025Z | Compiling dof v0.3.0 |
| 531 | 2026-06-20T21:40:27.153Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-06-20T21:40:27.153Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-06-20T21:40:27.153Z | Compiling icu_properties v2.1.2 |
| 534 | 2026-06-20T21:40:27.153Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-06-20T21:40:27.153Z | Compiling serde-value v0.7.0 |
| 536 | 2026-06-20T21:40:27.153Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-06-20T21:40:27.153Z | Compiling memmap v0.7.0 |
| 538 | 2026-06-20T21:40:27.153Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-06-20T21:40:27.153Z | Compiling smawk v0.3.2 |
| 540 | 2026-06-20T21:40:27.153Z | Compiling unicode-width v0.2.0 |
| 541 | 2026-06-20T21:40:27.153Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-06-20T21:40:27.153Z | Compiling idna_adapter v1.2.1 |
| 543 | 2026-06-20T21:40:27.153Z | Compiling idna v1.1.0 |
| 544 | 2026-06-20T21:40:27.153Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-06-20T21:40:27.153Z | Compiling textwrap v0.16.2 |
| 546 | 2026-06-20T21:40:27.153Z | Compiling tabled v0.15.0 |
| 547 | 2026-06-20T21:40:27.153Z | Compiling clap v4.6.1 |
| 548 | 2026-06-20T21:40:27.153Z | Compiling url v2.5.8 |
| 549 | 2026-06-20T21:40:27.153Z | Compiling toml v0.8.23 |
| 550 | 2026-06-20T21:40:27.153Z | Compiling macaddr v1.0.1 |
| 551 | 2026-06-20T21:40:27.154Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-06-20T21:40:27.154Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-06-20T21:40:27.154Z | Compiling usdt v0.5.0 |
| 554 | 2026-06-20T21:40:27.154Z | Compiling camino-tempfile v1.4.1 |
| 555 | 2026-06-20T21:40:27.154Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 556 | 2026-06-20T21:40:27.154Z | Compiling swrite v0.1.0 |
| 557 | 2026-06-20T21:40:27.154Z | Compiling cargo_metadata v0.21.0 |
| 558 | 2026-06-20T21:40:27.154Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 559 | 2026-06-20T21:40:27.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.66s |
| 560 | 2026-06-20T21:40:27.154Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 561 | 2026-06-20T21:40:27.154Z | Downloading crates ... |
| 562 | 2026-06-20T21:40:27.154Z | Downloaded async-stream v0.3.6 |
| 563 | 2026-06-20T21:40:27.154Z | Downloaded async-bb8-diesel v0.2.1 |
| 564 | 2026-06-20T21:40:27.154Z | Downloaded darling v0.13.4 |
| 565 | 2026-06-20T21:40:27.154Z | Downloaded bit-vec v0.8.0 |
| 566 | 2026-06-20T21:40:27.154Z | Downloaded aead v0.5.2 |
| 567 | 2026-06-20T21:40:27.154Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 568 | 2026-06-20T21:40:27.154Z | Downloaded adler2 v2.0.1 |
| 569 | 2026-06-20T21:40:27.154Z | Downloaded daft-derive v0.1.7 |
| 570 | 2026-06-20T21:40:27.154Z | Downloaded darling v0.20.11 |
| 571 | 2026-06-20T21:40:27.154Z | Downloaded daft v0.1.7 |
| 572 | 2026-06-20T21:40:27.154Z | Downloaded crypto-bigint v0.5.5 |
| 573 | 2026-06-20T21:40:27.154Z | Downloaded derive_builder_macro v0.20.2 |
| 574 | 2026-06-20T21:40:27.154Z | Downloaded bit-vec v0.6.3 |
| 575 | 2026-06-20T21:40:27.154Z | Downloaded backoff v0.4.0 |
| 576 | 2026-06-20T21:40:27.155Z | Downloaded darling_macro v0.23.0 |
| 577 | 2026-06-20T21:40:27.155Z | Downloaded darling v0.21.3 |
| 578 | 2026-06-20T21:40:27.155Z | Downloaded defmt-macros v1.0.1 |
| 579 | 2026-06-20T21:40:27.155Z | Downloaded fallible-iterator v0.2.0 |
| 580 | 2026-06-20T21:40:27.155Z | Downloaded ciborium-ll v0.2.2 |
| 581 | 2026-06-20T21:40:27.155Z | Downloaded arrayref v0.3.9 |
| 582 | 2026-06-20T21:40:27.155Z | Downloaded array-init v0.0.4 |
| 583 | 2026-06-20T21:40:27.155Z | Downloaded bit-set v0.8.0 |
| 584 | 2026-06-20T21:40:27.155Z | Downloaded crc-any v2.5.0 |
| 585 | 2026-06-20T21:40:27.155Z | Downloaded bcs v0.1.6 |
| 586 | 2026-06-20T21:40:27.155Z | Downloaded ena v0.14.4 |
| 587 | 2026-06-20T21:40:27.155Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 588 | 2026-06-20T21:40:27.155Z | Downloaded data-encoding v2.10.0 |
| 589 | 2026-06-20T21:40:27.155Z | Downloaded async-trait v0.1.89 |
| 590 | 2026-06-20T21:40:27.155Z | Downloaded cstr-argument v0.1.2 |
| 591 | 2026-06-20T21:40:27.155Z | Downloaded cfg_aliases v0.1.1 |
| 592 | 2026-06-20T21:40:27.155Z | Downloaded bb8 v0.8.6 |
| 593 | 2026-06-20T21:40:27.155Z | Downloaded base16ct v0.2.0 |
| 594 | 2026-06-20T21:40:27.155Z | Downloaded async-recursion v1.1.1 |
| 595 | 2026-06-20T21:40:27.155Z | Downloaded env_filter v1.0.0 |
| 596 | 2026-06-20T21:40:27.155Z | Downloaded dirs-next v2.0.0 |
| 597 | 2026-06-20T21:40:27.155Z | Downloaded cfg_aliases v0.2.1 |
| 598 | 2026-06-20T21:40:27.155Z | Downloaded derive_builder v0.20.2 |
| 599 | 2026-06-20T21:40:27.155Z | Downloaded crunchy v0.2.4 |
| 600 | 2026-06-20T21:40:27.155Z | Downloaded anstream v0.6.21 |
| 601 | 2026-06-20T21:40:27.156Z | Downloaded crc32fast v1.5.0 |
| 602 | 2026-06-20T21:40:27.156Z | Downloaded cmake v0.1.57 |
| 603 | 2026-06-20T21:40:27.156Z | Downloaded chacha20 v0.10.0 |
| 604 | 2026-06-20T21:40:27.156Z | Downloaded bitfield-struct v0.6.2 |
| 605 | 2026-06-20T21:40:27.156Z | Downloaded base64ct v1.8.3 |
| 606 | 2026-06-20T21:40:27.156Z | Downloaded defmt-parser v1.0.0 |
| 607 | 2026-06-20T21:40:27.156Z | Downloaded dyn-clone v1.0.20 |
| 608 | 2026-06-20T21:40:27.162Z | Downloaded crc-catalog v2.4.0 |
| 609 | 2026-06-20T21:40:27.162Z | Downloaded convert_case v0.4.0 |
| 610 | 2026-06-20T21:40:27.162Z | Downloaded cargo-platform v0.3.2 |
| 611 | 2026-06-20T21:40:27.162Z | Downloaded block-padding v0.3.3 |
| 612 | 2026-06-20T21:40:27.162Z | Downloaded crc8 v0.1.1 |
| 613 | 2026-06-20T21:40:27.162Z | Downloaded compression-core v0.4.31 |
| 614 | 2026-06-20T21:40:27.162Z | Downloaded defmt v0.3.100 |
| 615 | 2026-06-20T21:40:27.162Z | Downloaded dof v0.4.0 |
| 616 | 2026-06-20T21:40:27.162Z | Downloaded backon v1.6.0 |
| 617 | 2026-06-20T21:40:27.162Z | Downloaded dsl_auto_type v0.2.0 |
| 618 | 2026-06-20T21:40:27.162Z | Downloaded difflib v0.4.0 |
| 619 | 2026-06-20T21:40:27.162Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 620 | 2026-06-20T21:40:27.162Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 621 | 2026-06-20T21:40:27.162Z | Downloaded dirs-sys-next v0.1.2 |
| 622 | 2026-06-20T21:40:27.162Z | Downloaded darling_macro v0.20.11 |
| 623 | 2026-06-20T21:40:27.162Z | Downloaded enum-as-inner v0.6.1 |
| 624 | 2026-06-20T21:40:27.163Z | Downloaded atomicwrites v0.4.4 |
| 625 | 2026-06-20T21:40:27.163Z | Downloaded bit-set v0.5.3 |
| 626 | 2026-06-20T21:40:27.163Z | Downloaded ascii-canvas v3.0.0 |
| 627 | 2026-06-20T21:40:27.163Z | Downloaded crucible-workspace-hack v0.1.0 |
| 628 | 2026-06-20T21:40:27.163Z | Downloaded darling_macro v0.13.4 |
| 629 | 2026-06-20T21:40:27.163Z | Downloaded bitfield-macros v0.19.4 |
| 630 | 2026-06-20T21:40:27.163Z | Downloaded embedded-io v0.6.1 |
| 631 | 2026-06-20T21:40:27.230Z | Downloaded fd-lock v4.0.4 |
| 632 | 2026-06-20T21:40:27.230Z | Downloaded darling_macro v0.21.3 |
| 633 | 2026-06-20T21:40:27.230Z | Downloaded cobs v0.3.0 |
| 634 | 2026-06-20T21:40:27.230Z | Downloaded bitfield v0.19.4 |
| 635 | 2026-06-20T21:40:27.231Z | Downloaded dunce v1.0.5 |
| 636 | 2026-06-20T21:40:27.231Z | Downloaded flagset v0.4.7 |
| 637 | 2026-06-20T21:40:27.231Z | Downloaded endian-type v0.1.2 |
| 638 | 2026-06-20T21:40:27.231Z | Downloaded downcast-rs v2.0.2 |
| 639 | 2026-06-20T21:40:27.231Z | Downloaded float-ord v0.3.2 |
| 640 | 2026-06-20T21:40:27.231Z | Downloaded crc v3.4.0 |
| 641 | 2026-06-20T21:40:27.231Z | Downloaded document-features v0.2.12 |
| 642 | 2026-06-20T21:40:27.231Z | Downloaded display-error-chain v0.2.2 |
| 643 | 2026-06-20T21:40:27.231Z | Downloaded foreign-types v0.3.2 |
| 644 | 2026-06-20T21:40:27.231Z | Downloaded debug-ignore v1.0.5 |
| 645 | 2026-06-20T21:40:27.231Z | Downloaded atty v0.2.14 |
| 646 | 2026-06-20T21:40:27.231Z | Downloaded castaway v0.2.4 |
| 647 | 2026-06-20T21:40:27.231Z | Downloaded assert_matches v1.5.0 |
| 648 | 2026-06-20T21:40:27.231Z | Downloaded env_logger v0.11.9 |
| 649 | 2026-06-20T21:40:27.231Z | Downloaded csv-core v0.1.13 |
| 650 | 2026-06-20T21:40:27.231Z | Downloaded const_format_proc_macros v0.2.34 |
| 651 | 2026-06-20T21:40:27.231Z | Downloaded ecdsa v0.16.9 |
| 652 | 2026-06-20T21:40:27.231Z | Downloaded darling_core v0.21.3 |
| 653 | 2026-06-20T21:40:27.231Z | Downloaded ciborium-io v0.2.2 |
| 654 | 2026-06-20T21:40:27.231Z | Downloaded crossbeam-utils v0.8.21 |
| 655 | 2026-06-20T21:40:27.231Z | Downloaded arrayvec v0.7.6 |
| 656 | 2026-06-20T21:40:27.231Z | Downloaded futures-core v0.3.32 |
| 657 | 2026-06-20T21:40:27.231Z | Downloaded foreign-types v0.5.0 |
| 658 | 2026-06-20T21:40:27.231Z | Downloaded fxhash v0.2.1 |
| 659 | 2026-06-20T21:40:27.231Z | Downloaded futures-sink v0.3.32 |
| 660 | 2026-06-20T21:40:27.232Z | Downloaded gethostname v0.5.0 |
| 661 | 2026-06-20T21:40:27.232Z | Downloaded futures-macro v0.3.32 |
| 662 | 2026-06-20T21:40:27.232Z | Downloaded foreign-types-shared v0.3.1 |
| 663 | 2026-06-20T21:40:27.232Z | Downloaded foreign-types-shared v0.1.1 |
| 664 | 2026-06-20T21:40:27.232Z | Downloaded foreign-types-macros v0.2.3 |
| 665 | 2026-06-20T21:40:27.232Z | Downloaded globwalk v0.9.1 |
| 666 | 2026-06-20T21:40:27.232Z | Downloaded embedded-io v0.4.0 |
| 667 | 2026-06-20T21:40:27.232Z | Downloaded atomic-waker v1.1.2 |
| 668 | 2026-06-20T21:40:27.232Z | Downloaded funty v2.0.0 |
| 669 | 2026-06-20T21:40:27.232Z | Downloaded hash32 v0.3.1 |
| 670 | 2026-06-20T21:40:27.232Z | Downloaded async-stream-impl v0.3.6 |
| 671 | 2026-06-20T21:40:27.232Z | Downloaded hex v0.4.3 |
| 672 | 2026-06-20T21:40:27.232Z | Downloaded futures-io v0.3.32 |
| 673 | 2026-06-20T21:40:27.232Z | Downloaded futures-task v0.3.32 |
| 674 | 2026-06-20T21:40:27.232Z | Downloaded ghash v0.5.1 |
| 675 | 2026-06-20T21:40:27.232Z | Downloaded dtrace-parser v0.3.0 |
| 676 | 2026-06-20T21:40:27.232Z | Downloaded crossbeam-deque v0.8.6 |
| 677 | 2026-06-20T21:40:27.232Z | Downloaded cexpr v0.6.0 |
| 678 | 2026-06-20T21:40:27.232Z | Downloaded cpufeatures v0.3.0 |
| 679 | 2026-06-20T21:40:27.232Z | Downloaded cassowary v0.3.0 |
| 680 | 2026-06-20T21:40:27.232Z | Downloaded buf-list v1.1.2 |
| 681 | 2026-06-20T21:40:27.232Z | Downloaded critical-section v1.2.0 |
| 682 | 2026-06-20T21:40:27.232Z | Downloaded find-msvc-tools v0.1.9 |
| 683 | 2026-06-20T21:40:27.233Z | Downloaded cipher v0.4.4 |
| 684 | 2026-06-20T21:40:27.233Z | Downloaded anstyle-parse v0.2.7 |
| 685 | 2026-06-20T21:40:27.233Z | Downloaded deranged v0.5.8 |
| 686 | 2026-06-20T21:40:27.233Z | Downloaded ed25519 v2.2.3 |
| 687 | 2026-06-20T21:40:27.233Z | Downloaded either v1.15.0 |
| 688 | 2026-06-20T21:40:27.233Z | Downloaded derive-ex v0.1.8 |
| 689 | 2026-06-20T21:40:27.233Z | Downloaded defmt v1.0.1 |
| 690 | 2026-06-20T21:40:27.233Z | Downloaded git-stub v1.0.0 |
| 691 | 2026-06-20T21:40:27.233Z | Downloaded fixedbitset v0.4.2 |
| 692 | 2026-06-20T21:40:27.233Z | Downloaded diesel-dtrace v0.5.0 |
| 693 | 2026-06-20T21:40:27.233Z | Downloaded float-cmp v0.10.0 |
| 694 | 2026-06-20T21:40:27.233Z | Downloaded filetime v0.2.27 |
| 695 | 2026-06-20T21:40:27.233Z | Downloaded constant_time_eq v0.4.2 |
| 696 | 2026-06-20T21:40:27.233Z | Downloaded compression-codecs v0.4.37 |
| 697 | 2026-06-20T21:40:27.233Z | Downloaded hubpack_derive v0.1.1 |
| 698 | 2026-06-20T21:40:27.233Z | Downloaded ctr v0.9.2 |
| 699 | 2026-06-20T21:40:27.233Z | Downloaded hubpack v0.1.2 |
| 700 | 2026-06-20T21:40:27.233Z | Downloaded http-body v1.0.1 |
| 701 | 2026-06-20T21:40:27.233Z | Downloaded hostname v0.4.2 |
| 702 | 2026-06-20T21:40:27.233Z | Downloaded hostname v0.3.1 |
| 703 | 2026-06-20T21:40:27.233Z | Downloaded home v0.5.12 |
| 704 | 2026-06-20T21:40:27.233Z | Downloaded hex-literal v0.4.1 |
| 705 | 2026-06-20T21:40:27.233Z | Downloaded glob v0.3.3 |
| 706 | 2026-06-20T21:40:27.233Z | Downloaded hash32 v0.2.1 |
| 707 | 2026-06-20T21:40:27.234Z | Downloaded http-range v0.1.5 |
| 708 | 2026-06-20T21:40:27.234Z | Downloaded httpdate v1.0.3 |
| 709 | 2026-06-20T21:40:27.234Z | Downloaded globset v0.4.18 |
| 710 | 2026-06-20T21:40:27.234Z | Downloaded futures-executor v0.3.32 |
| 711 | 2026-06-20T21:40:27.234Z | Downloaded headers-core v0.3.0 |
| 712 | 2026-06-20T21:40:27.234Z | Downloaded fixedbitset v0.5.7 |
| 713 | 2026-06-20T21:40:27.234Z | Downloaded ff v0.13.1 |
| 714 | 2026-06-20T21:40:27.234Z | Downloaded derive_builder_core v0.20.2 |
| 715 | 2026-06-20T21:40:27.234Z | Downloaded ident_case v1.0.1 |
| 716 | 2026-06-20T21:40:27.234Z | Downloaded ciborium v0.2.2 |
| 717 | 2026-06-20T21:40:27.234Z | Downloaded cargo_metadata v0.23.1 |
| 718 | 2026-06-20T21:40:27.234Z | Downloaded foldhash v0.1.5 |
| 719 | 2026-06-20T21:40:27.234Z | Downloaded blowfish v0.9.1 |
| 720 | 2026-06-20T21:40:27.234Z | Downloaded der v0.7.10 |
| 721 | 2026-06-20T21:40:27.234Z | Downloaded inout v0.1.4 |
| 722 | 2026-06-20T21:40:27.234Z | Downloaded convert_case v0.10.0 |
| 723 | 2026-06-20T21:40:27.234Z | Downloaded corncobs v0.1.4 |
| 724 | 2026-06-20T21:40:27.234Z | Downloaded fs_extra v1.3.0 |
| 725 | 2026-06-20T21:40:27.234Z | Downloaded fs-err v2.11.0 |
| 726 | 2026-06-20T21:40:27.234Z | Downloaded byte-wrapper v0.1.0 |
| 727 | 2026-06-20T21:40:27.234Z | Downloaded des v0.8.1 |
| 728 | 2026-06-20T21:40:27.234Z | Downloaded clang-sys v1.8.1 |
| 729 | 2026-06-20T21:40:27.234Z | Downloaded derive_more v2.1.1 |
| 730 | 2026-06-20T21:40:27.234Z | Downloaded git-stub-vcs v0.1.0 |
| 731 | 2026-06-20T21:40:27.307Z | Downloaded erased-serde v0.3.31 |
| 732 | 2026-06-20T21:40:27.307Z | Downloaded ed25519-dalek v2.2.0 |
| 733 | 2026-06-20T21:40:27.307Z | Downloaded indent_write v2.2.0 |
| 734 | 2026-06-20T21:40:27.307Z | Downloaded der_derive v0.7.3 |
| 735 | 2026-06-20T21:40:27.307Z | Downloaded darling v0.23.0 |
| 736 | 2026-06-20T21:40:27.307Z | Downloaded bitflags v1.3.2 |
| 737 | 2026-06-20T21:40:27.307Z | Downloaded group v0.13.0 |
| 738 | 2026-06-20T21:40:27.307Z | Downloaded instability v0.3.11 |
| 739 | 2026-06-20T21:40:27.308Z | Downloaded dropshot_endpoint v0.17.0 |
| 740 | 2026-06-20T21:40:27.308Z | Downloaded diff v0.1.13 |
| 741 | 2026-06-20T21:40:27.308Z | Downloaded bzip2 v0.6.1 |
| 742 | 2026-06-20T21:40:27.308Z | Downloaded keccak v0.1.6 |
| 743 | 2026-06-20T21:40:27.308Z | Downloaded is-terminal v0.4.17 |
| 744 | 2026-06-20T21:40:27.308Z | Downloaded lalrpop-util v0.19.12 |
| 745 | 2026-06-20T21:40:27.308Z | Downloaded is_ci v1.2.0 |
| 746 | 2026-06-20T21:40:27.308Z | Downloaded instant v0.1.13 |
| 747 | 2026-06-20T21:40:27.308Z | Downloaded kstat-rs v0.2.4 |
| 748 | 2026-06-20T21:40:27.308Z | Downloaded console v0.15.11 |
| 749 | 2026-06-20T21:40:27.308Z | Downloaded colored v3.1.1 |
| 750 | 2026-06-20T21:40:27.308Z | Downloaded chacha20 v0.9.1 |
| 751 | 2026-06-20T21:40:27.308Z | Downloaded bzip2 v0.4.4 |
| 752 | 2026-06-20T21:40:27.308Z | Downloaded lazy_static v1.5.0 |
| 753 | 2026-06-20T21:40:27.308Z | Downloaded http-body-util v0.1.3 |
| 754 | 2026-06-20T21:40:27.308Z | Downloaded cancel-safe-futures v0.1.5 |
| 755 | 2026-06-20T21:40:27.308Z | Downloaded getrandom v0.2.17 |
| 756 | 2026-06-20T21:40:27.308Z | Downloaded foldhash v0.2.0 |
| 757 | 2026-06-20T21:40:27.308Z | Downloaded indoc v1.0.9 |
| 758 | 2026-06-20T21:40:27.308Z | Downloaded highway v1.3.0 |
| 759 | 2026-06-20T21:40:27.308Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 760 | 2026-06-20T21:40:27.308Z | Downloaded illumos-nvpair v0.3.0 |
| 761 | 2026-06-20T21:40:27.309Z | Downloaded colored v2.2.0 |
| 762 | 2026-06-20T21:40:27.309Z | Downloaded cbc v0.1.2 |
| 763 | 2026-06-20T21:40:27.309Z | Downloaded humantime v2.3.0 |
| 764 | 2026-06-20T21:40:27.309Z | Downloaded hyper-staticfile v0.10.1 |
| 765 | 2026-06-20T21:40:27.309Z | Downloaded camino-tempfile-ext v0.3.3 |
| 766 | 2026-06-20T21:40:27.309Z | Downloaded async-compression v0.4.41 |
| 767 | 2026-06-20T21:40:27.309Z | Downloaded maplit v1.0.2 |
| 768 | 2026-06-20T21:40:27.309Z | Downloaded libscf-sys v1.1.0 |
| 769 | 2026-06-20T21:40:27.309Z | Downloaded cookie_store v0.22.1 |
| 770 | 2026-06-20T21:40:27.309Z | Downloaded lru-cache v0.1.2 |
| 771 | 2026-06-20T21:40:27.309Z | Downloaded console v0.16.2 |
| 772 | 2026-06-20T21:40:27.309Z | Downloaded linked-hash-map v0.5.6 |
| 773 | 2026-06-20T21:40:27.309Z | Downloaded match_cfg v0.1.0 |
| 774 | 2026-06-20T21:40:27.309Z | Downloaded lzss v0.8.2 |
| 775 | 2026-06-20T21:40:27.309Z | Downloaded maybe-uninit v2.0.0 |
| 776 | 2026-06-20T21:40:27.309Z | Downloaded managed v0.8.0 |
| 777 | 2026-06-20T21:40:27.309Z | Downloaded lru-slab v0.1.2 |
| 778 | 2026-06-20T21:40:27.309Z | Downloaded ingot-types v0.1.2 |
| 779 | 2026-06-20T21:40:27.309Z | Downloaded hyper-tls v0.6.0 |
| 780 | 2026-06-20T21:40:27.309Z | Downloaded memoffset v0.9.1 |
| 781 | 2026-06-20T21:40:27.309Z | Downloaded md-5 v0.10.6 |
| 782 | 2026-06-20T21:40:27.310Z | Downloaded const-oid v0.9.6 |
| 783 | 2026-06-20T21:40:27.310Z | Downloaded elliptic-curve v0.13.8 |
| 784 | 2026-06-20T21:40:27.310Z | Downloaded derive-where v1.6.0 |
| 785 | 2026-06-20T21:40:27.310Z | Downloaded cookie v0.18.1 |
| 786 | 2026-06-20T21:40:27.310Z | Downloaded derive_more v0.99.20 |
| 787 | 2026-06-20T21:40:27.310Z | Downloaded multimap v0.10.1 |
| 788 | 2026-06-20T21:40:27.310Z | Downloaded darling_core v0.13.4 |
| 789 | 2026-06-20T21:40:27.310Z | Downloaded crossbeam-epoch v0.9.18 |
| 790 | 2026-06-20T21:40:27.310Z | Downloaded futures v0.3.32 |
| 791 | 2026-06-20T21:40:27.310Z | Downloaded md5 v0.7.0 |
| 792 | 2026-06-20T21:40:27.310Z | Downloaded internet-checksum v0.2.1 |
| 793 | 2026-06-20T21:40:27.310Z | Downloaded ipnetwork v0.21.1 |
| 794 | 2026-06-20T21:40:27.310Z | Downloaded ingot v0.1.1 |
| 795 | 2026-06-20T21:40:27.310Z | Downloaded allocator-api2 v0.2.21 |
| 796 | 2026-06-20T21:40:27.310Z | Downloaded fatfs v0.3.6 |
| 797 | 2026-06-20T21:40:27.310Z | Downloaded drift v0.2.0 |
| 798 | 2026-06-20T21:40:27.310Z | Downloaded jobserver v0.1.34 |
| 799 | 2026-06-20T21:40:27.310Z | Downloaded normalize-line-endings v0.3.0 |
| 800 | 2026-06-20T21:40:27.310Z | Downloaded hmac v0.12.1 |
| 801 | 2026-06-20T21:40:27.310Z | Downloaded num-conv v0.2.0 |
| 802 | 2026-06-20T21:40:27.310Z | Downloaded nibble_vec v0.1.0 |
| 803 | 2026-06-20T21:40:27.311Z | Downloaded new_debug_unreachable v1.0.6 |
| 804 | 2026-06-20T21:40:27.311Z | Downloaded ipnet v2.11.0 |
| 805 | 2026-06-20T21:40:27.311Z | Downloaded blake2 v0.10.6 |
| 806 | 2026-06-20T21:40:27.311Z | Downloaded num v0.4.3 |
| 807 | 2026-06-20T21:40:27.311Z | Downloaded newtype_derive v0.1.6 |
| 808 | 2026-06-20T21:40:27.311Z | Downloaded nonempty v0.12.0 |
| 809 | 2026-06-20T21:40:27.311Z | Downloaded newline-converter v0.3.0 |
| 810 | 2026-06-20T21:40:27.311Z | Downloaded newtype-uuid-macros v0.1.0 |
| 811 | 2026-06-20T21:40:27.311Z | Downloaded libsw-core v0.3.2 |
| 812 | 2026-06-20T21:40:27.311Z | Downloaded libloading v0.8.9 |
| 813 | 2026-06-20T21:40:27.311Z | Downloaded nodrop v0.1.14 |
| 814 | 2026-06-20T21:40:27.311Z | Downloaded indoc v2.0.7 |
| 815 | 2026-06-20T21:40:27.311Z | Downloaded half v2.7.1 |
| 816 | 2026-06-20T21:40:27.311Z | Downloaded half v1.8.3 |
| 817 | 2026-06-20T21:40:27.311Z | Downloaded httparse v1.10.1 |
| 818 | 2026-06-20T21:40:27.311Z | Downloaded futures-channel v0.3.32 |
| 819 | 2026-06-20T21:40:27.311Z | Downloaded hyper-rustls v0.27.7 |
| 820 | 2026-06-20T21:40:27.311Z | Downloaded libefi-sys v0.1.0 |
| 821 | 2026-06-20T21:40:27.311Z | Downloaded base64 v0.21.7 |
| 822 | 2026-06-20T21:40:27.311Z | Downloaded lru v0.12.5 |
| 823 | 2026-06-20T21:40:27.311Z | Downloaded linear-map v1.2.0 |
| 824 | 2026-06-20T21:40:27.312Z | Downloaded lock_api v0.4.14 |
| 825 | 2026-06-20T21:40:27.312Z | Downloaded num-iter v0.1.45 |
| 826 | 2026-06-20T21:40:27.312Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 827 | 2026-06-20T21:40:27.312Z | Downloaded libsw v3.5.0 |
| 828 | 2026-06-20T21:40:27.312Z | Downloaded num_enum_derive v0.5.11 |
| 829 | 2026-06-20T21:40:27.312Z | Downloaded ahash v0.8.12 |
| 830 | 2026-06-20T21:40:27.312Z | Downloaded openssl-probe v0.2.1 |
| 831 | 2026-06-20T21:40:27.517Z | Downloaded openssl-probe v0.1.6 |
| 832 | 2026-06-20T21:40:27.518Z | Downloaded ingot-macros v0.1.1 |
| 833 | 2026-06-20T21:40:27.518Z | Downloaded openssl-macros v0.1.1 |
| 834 | 2026-06-20T21:40:27.518Z | Downloaded num_threads v0.1.7 |
| 835 | 2026-06-20T21:40:27.518Z | Downloaded num-derive v0.3.3 |
| 836 | 2026-06-20T21:40:27.518Z | Downloaded compact_str v0.8.1 |
| 837 | 2026-06-20T21:40:27.518Z | Downloaded olpc-cjson v0.1.4 |
| 838 | 2026-06-20T21:40:27.518Z | Downloaded argon2 v0.5.3 |
| 839 | 2026-06-20T21:40:27.518Z | Downloaded opaque-debug v0.3.1 |
| 840 | 2026-06-20T21:40:27.518Z | Downloaded darling_core v0.23.0 |
| 841 | 2026-06-20T21:40:27.518Z | Downloaded oso-derive v0.27.3 |
| 842 | 2026-06-20T21:40:27.518Z | Downloaded darling_core v0.20.11 |
| 843 | 2026-06-20T21:40:27.518Z | Downloaded packed_struct_codegen v0.10.1 |
| 844 | 2026-06-20T21:40:27.518Z | Downloaded getrandom v0.3.4 |
| 845 | 2026-06-20T21:40:27.518Z | Downloaded base64 v0.22.1 |
| 846 | 2026-06-20T21:40:27.518Z | Downloaded mime v0.3.17 |
| 847 | 2026-06-20T21:40:27.518Z | Downloaded parse-display v0.10.0 |
| 848 | 2026-06-20T21:40:27.518Z | Downloaded parse-size v1.1.0 |
| 849 | 2026-06-20T21:40:27.518Z | Downloaded native-tls v0.2.18 |
| 850 | 2026-06-20T21:40:27.518Z | Downloaded nanorand v0.7.0 |
| 851 | 2026-06-20T21:40:27.518Z | Downloaded pbkdf2 v0.12.2 |
| 852 | 2026-06-20T21:40:27.518Z | Downloaded mime_guess v2.0.5 |
| 853 | 2026-06-20T21:40:27.518Z | Downloaded multer v3.1.0 |
| 854 | 2026-06-20T21:40:27.518Z | Downloaded phf_shared v0.13.1 |
| 855 | 2026-06-20T21:40:27.518Z | Downloaded phf_shared v0.12.1 |
| 856 | 2026-06-20T21:40:27.518Z | Downloaded iana-time-zone v0.1.65 |
| 857 | 2026-06-20T21:40:27.518Z | Downloaded pbkdf2 v0.11.0 |
| 858 | 2026-06-20T21:40:27.518Z | Downloaded path-slash v0.1.5 |
| 859 | 2026-06-20T21:40:27.518Z | Downloaded peg-runtime v0.8.5 |
| 860 | 2026-06-20T21:40:27.518Z | Downloaded ignore v0.4.25 |
| 861 | 2026-06-20T21:40:27.518Z | Downloaded num-integer v0.1.46 |
| 862 | 2026-06-20T21:40:27.518Z | Downloaded num_enum v0.7.6 |
| 863 | 2026-06-20T21:40:27.519Z | Downloaded num-rational v0.4.2 |
| 864 | 2026-06-20T21:40:27.519Z | Downloaded arc-swap v1.8.2 |
| 865 | 2026-06-20T21:40:27.519Z | Downloaded phf_shared v0.11.3 |
| 866 | 2026-06-20T21:40:27.519Z | Downloaded pin-utils v0.1.0 |
| 867 | 2026-06-20T21:40:27.519Z | Downloaded const_format v0.2.35 |
| 868 | 2026-06-20T21:40:27.519Z | Downloaded bytes v1.11.1 |
| 869 | 2026-06-20T21:40:27.519Z | Downloaded num-complex v0.4.6 |
| 870 | 2026-06-20T21:40:27.519Z | Downloaded derive_more-impl v2.1.1 |
| 871 | 2026-06-20T21:40:27.519Z | Downloaded num-derive v0.4.2 |
| 872 | 2026-06-20T21:40:27.519Z | Downloaded num_enum_derive v0.7.6 |
| 873 | 2026-06-20T21:40:27.519Z | Downloaded num_enum v0.5.11 |
| 874 | 2026-06-20T21:40:27.519Z | Downloaded litrs v1.0.0 |
| 875 | 2026-06-20T21:40:27.519Z | Downloaded chacha20poly1305 v0.10.1 |
| 876 | 2026-06-20T21:40:27.519Z | Downloaded flume v0.11.1 |
| 877 | 2026-06-20T21:40:27.519Z | Downloaded powerfmt v0.2.0 |
| 878 | 2026-06-20T21:40:27.519Z | Downloaded owo-colors v4.3.0 |
| 879 | 2026-06-20T21:40:27.519Z | Downloaded predicates-tree v1.0.13 |
| 880 | 2026-06-20T21:40:27.519Z | Downloaded precomputed-hash v0.1.1 |
| 881 | 2026-06-20T21:40:27.519Z | Downloaded proc-macro-crate v1.3.1 |
| 882 | 2026-06-20T21:40:27.519Z | Downloaded predicates-core v1.0.10 |
| 883 | 2026-06-20T21:40:27.519Z | Downloaded oxide-tokio-rt v0.1.4 |
| 884 | 2026-06-20T21:40:27.519Z | Downloaded ar_archive_writer v0.5.1 |
| 885 | 2026-06-20T21:40:27.519Z | Downloaded proc-macro-crate v3.4.0 |
| 886 | 2026-06-20T21:40:27.519Z | Downloaded parse-display-derive v0.10.0 |
| 887 | 2026-06-20T21:40:27.519Z | Downloaded bumpalo v3.20.2 |
| 888 | 2026-06-20T21:40:27.519Z | Downloaded newtype-uuid v1.3.2 |
| 889 | 2026-06-20T21:40:27.519Z | Downloaded packed_struct v0.10.1 |
| 890 | 2026-06-20T21:40:27.519Z | Downloaded peg v0.8.5 |
| 891 | 2026-06-20T21:40:27.519Z | Downloaded psl-types v2.0.11 |
| 892 | 2026-06-20T21:40:27.519Z | Downloaded progenitor-macro v0.13.0 |
| 893 | 2026-06-20T21:40:27.519Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 894 | 2026-06-20T21:40:27.519Z | Downloaded paste v1.0.15 |
| 895 | 2026-06-20T21:40:27.519Z | Downloaded indexmap v1.9.3 |
| 896 | 2026-06-20T21:40:27.519Z | Downloaded progenitor-client v0.14.0 |
| 897 | 2026-06-20T21:40:27.520Z | Downloaded phf v0.12.1 |
| 898 | 2026-06-20T21:40:27.520Z | Downloaded memmap2 v0.9.10 |
| 899 | 2026-06-20T21:40:27.520Z | Downloaded phf v0.13.1 |
| 900 | 2026-06-20T21:40:27.520Z | Downloaded password-hash v0.4.2 |
| 901 | 2026-06-20T21:40:27.520Z | Downloaded peg-macros v0.8.5 |
| 902 | 2026-06-20T21:40:27.520Z | Downloaded nu-ansi-term v0.50.3 |
| 903 | 2026-06-20T21:40:27.520Z | Downloaded heapless v0.8.0 |
| 904 | 2026-06-20T21:40:27.520Z | Downloaded radium v0.7.0 |
| 905 | 2026-06-20T21:40:27.520Z | Downloaded progenitor-macro v0.14.0 |
| 906 | 2026-06-20T21:40:27.520Z | Downloaded quick-error v1.2.3 |
| 907 | 2026-06-20T21:40:27.520Z | Downloaded libbz2-rs-sys v0.2.2 |
| 908 | 2026-06-20T21:40:27.520Z | Downloaded rand_chacha v0.3.1 |
| 909 | 2026-06-20T21:40:27.520Z | Downloaded rand_xorshift v0.4.0 |
| 910 | 2026-06-20T21:40:27.520Z | Downloaded pem v3.0.6 |
| 911 | 2026-06-20T21:40:27.520Z | Downloaded poly1305 v0.8.0 |
| 912 | 2026-06-20T21:40:27.520Z | Downloaded hickory-resolver v0.24.4 |
| 913 | 2026-06-20T21:40:27.520Z | Downloaded headers v0.4.1 |
| 914 | 2026-06-20T21:40:27.520Z | Downloaded crossbeam-channel v0.5.15 |
| 915 | 2026-06-20T21:40:27.520Z | Downloaded flate2 v1.1.9 |
| 916 | 2026-06-20T21:40:27.520Z | Downloaded polyval v0.6.2 |
| 917 | 2026-06-20T21:40:27.520Z | Downloaded pkg-config v0.3.32 |
| 918 | 2026-06-20T21:40:27.520Z | Downloaded pin-project-lite v0.2.17 |
| 919 | 2026-06-20T21:40:27.520Z | Downloaded pkcs8 v0.10.2 |
| 920 | 2026-06-20T21:40:27.520Z | Downloaded expectorate v1.2.0 |
| 921 | 2026-06-20T21:40:27.520Z | Downloaded parking_lot_core v0.9.12 |
| 922 | 2026-06-20T21:40:27.520Z | Downloaded diesel_derives v2.3.7 |
| 923 | 2026-06-20T21:40:27.520Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 924 | 2026-06-20T21:40:27.520Z | Downloaded omicron-zone-package v0.12.2 |
| 925 | 2026-06-20T21:40:27.520Z | Downloaded oxnet v0.1.6 |
| 926 | 2026-06-20T21:40:27.520Z | Downloaded recursive v0.1.1 |
| 927 | 2026-06-20T21:40:27.520Z | Downloaded postgres-protocol v0.6.10 |
| 928 | 2026-06-20T21:40:27.520Z | Downloaded predicates v3.1.4 |
| 929 | 2026-06-20T21:40:27.520Z | Downloaded parking_lot v0.12.5 |
| 930 | 2026-06-20T21:40:27.521Z | Downloaded rfc6979 v0.4.0 |
| 931 | 2026-06-20T21:40:27.674Z | Downloaded primeorder v0.13.6 |
| 932 | 2026-06-20T21:40:27.674Z | Downloaded pem-rfc7468 v0.7.0 |
| 933 | 2026-06-20T21:40:27.674Z | Downloaded progenitor-extras v0.2.0 |
| 934 | 2026-06-20T21:40:27.674Z | Downloaded progenitor v0.14.0 |
| 935 | 2026-06-20T21:40:27.674Z | Downloaded indicatif v0.18.4 |
| 936 | 2026-06-20T21:40:27.674Z | Downloaded parking_lot_core v0.8.6 |
| 937 | 2026-06-20T21:40:27.674Z | Downloaded progenitor v0.13.0 |
| 938 | 2026-06-20T21:40:27.674Z | Downloaded rustc-hash v2.1.1 |
| 939 | 2026-06-20T21:40:27.674Z | Downloaded russh-cryptovec v0.7.3 |
| 940 | 2026-06-20T21:40:27.674Z | Downloaded rtoolbox v0.0.3 |
| 941 | 2026-06-20T21:40:27.674Z | Downloaded rustc_version v0.4.1 |
| 942 | 2026-06-20T21:40:27.675Z | Downloaded pkcs5 v0.7.1 |
| 943 | 2026-06-20T21:40:27.675Z | Downloaded r2d2 v0.8.10 |
| 944 | 2026-06-20T21:40:27.675Z | Downloaded rand_chacha v0.9.0 |
| 945 | 2026-06-20T21:40:27.675Z | Downloaded password-hash v0.5.0 |
| 946 | 2026-06-20T21:40:27.675Z | Downloaded pkcs1 v0.7.5 |
| 947 | 2026-06-20T21:40:27.675Z | Downloaded rand_core v0.9.5 |
| 948 | 2026-06-20T21:40:27.675Z | Downloaded rand_core v0.10.0 |
| 949 | 2026-06-20T21:40:27.675Z | Downloaded psm v0.1.30 |
| 950 | 2026-06-20T21:40:27.675Z | Downloaded postcard v1.1.3 |
| 951 | 2026-06-20T21:40:27.675Z | Downloaded rustc_version v0.1.7 |
| 952 | 2026-06-20T21:40:27.675Z | Downloaded rand_seeder v0.4.0 |
| 953 | 2026-06-20T21:40:27.675Z | Downloaded rand_core v0.6.4 |
| 954 | 2026-06-20T21:40:27.675Z | Downloaded oso v0.27.3 |
| 955 | 2026-06-20T21:40:27.675Z | Downloaded ppv-lite86 v0.2.21 |
| 956 | 2026-06-20T21:40:27.675Z | Downloaded ref-cast-impl v1.0.25 |
| 957 | 2026-06-20T21:40:27.675Z | Downloaded hickory-resolver v0.25.2 |
| 958 | 2026-06-20T21:40:27.675Z | Downloaded sapling-renderdag v0.1.0 |
| 959 | 2026-06-20T21:40:27.675Z | Downloaded pin-project-internal v1.1.11 |
| 960 | 2026-06-20T21:40:27.675Z | Downloaded proc-macro-error2 v2.0.1 |
| 961 | 2026-06-20T21:40:27.675Z | Downloaded salsa20 v0.10.2 |
| 962 | 2026-06-20T21:40:27.675Z | Downloaded scheduled-thread-pool v0.2.7 |
| 963 | 2026-06-20T21:40:27.675Z | Downloaded same-file v1.0.6 |
| 964 | 2026-06-20T21:40:27.675Z | Downloaded postgres-types v0.2.12 |
| 965 | 2026-06-20T21:40:27.675Z | Downloaded resolv-conf v0.7.6 |
| 966 | 2026-06-20T21:40:27.675Z | Downloaded ref-cast v1.0.25 |
| 967 | 2026-06-20T21:40:27.675Z | Downloaded scroll_derive v0.13.1 |
| 968 | 2026-06-20T21:40:27.675Z | Downloaded scopeguard v1.2.0 |
| 969 | 2026-06-20T21:40:27.675Z | Downloaded secrecy v0.10.3 |
| 970 | 2026-06-20T21:40:27.675Z | Downloaded hashbrown v0.12.3 |
| 971 | 2026-06-20T21:40:27.675Z | Downloaded progenitor-client v0.13.0 |
| 972 | 2026-06-20T21:40:27.675Z | Downloaded pin-project v1.1.11 |
| 973 | 2026-06-20T21:40:27.675Z | Downloaded quinn-udp v0.5.14 |
| 974 | 2026-06-20T21:40:27.675Z | Downloaded papergrid v0.17.0 |
| 975 | 2026-06-20T21:40:27.676Z | Downloaded scrypt v0.11.0 |
| 976 | 2026-06-20T21:40:27.676Z | Downloaded secrecy v0.8.0 |
| 977 | 2026-06-20T21:40:27.676Z | Downloaded seq-macro v0.3.6 |
| 978 | 2026-06-20T21:40:27.676Z | Downloaded crossterm v0.28.1 |
| 979 | 2026-06-20T21:40:27.676Z | Downloaded serde_urlencoded v0.7.1 |
| 980 | 2026-06-20T21:40:27.676Z | Downloaded serde_plain v1.0.2 |
| 981 | 2026-06-20T21:40:27.676Z | Downloaded rustls-native-certs v0.8.3 |
| 982 | 2026-06-20T21:40:27.676Z | Downloaded parking_lot v0.11.2 |
| 983 | 2026-06-20T21:40:27.676Z | Downloaded serde-big-array v0.5.1 |
| 984 | 2026-06-20T21:40:27.676Z | Downloaded miniz_oxide v0.8.9 |
| 985 | 2026-06-20T21:40:27.676Z | Downloaded aes v0.8.4 |
| 986 | 2026-06-20T21:40:27.676Z | Downloaded serde_spanned v1.0.4 |
| 987 | 2026-06-20T21:40:27.676Z | Downloaded serde_repr v0.1.20 |
| 988 | 2026-06-20T21:40:27.676Z | Downloaded serde_bytes v0.11.19 |
| 989 | 2026-06-20T21:40:27.676Z | Downloaded jiff-static v0.2.21 |
| 990 | 2026-06-20T21:40:27.676Z | Downloaded p256 v0.13.2 |
| 991 | 2026-06-20T21:40:27.676Z | Downloaded sha1 v0.10.6 |
| 992 | 2026-06-20T21:40:27.676Z | Downloaded sigpipe v0.1.3 |
| 993 | 2026-06-20T21:40:27.676Z | Downloaded signal-hook-tokio v0.3.1 |
| 994 | 2026-06-20T21:40:27.676Z | Downloaded cc v1.2.56 |
| 995 | 2026-06-20T21:40:27.676Z | Downloaded rustversion v1.0.22 |
| 996 | 2026-06-20T21:40:27.676Z | Downloaded signal-hook-mio v0.2.5 |
| 997 | 2026-06-20T21:40:27.676Z | Downloaded shell-words v1.1.1 |
| 998 | 2026-06-20T21:40:27.676Z | Downloaded heapless v0.7.17 |
| 999 | 2026-06-20T21:40:27.676Z | Downloaded http v1.4.0 |
| 1000 | 2026-06-20T21:40:27.676Z | Downloaded siphasher v1.0.2 |
| 1001 | 2026-06-20T21:40:27.676Z | Downloaded signature v2.2.0 |
| 1002 | 2026-06-20T21:40:27.676Z | Downloaded progenitor-impl v0.14.0 |
| 1003 | 2026-06-20T21:40:27.676Z | Downloaded progenitor-impl v0.13.0 |
| 1004 | 2026-06-20T21:40:27.676Z | Downloaded schemars_derive v0.8.22 |
| 1005 | 2026-06-20T21:40:27.676Z | Downloaded scroll v0.13.0 |
| 1006 | 2026-06-20T21:40:27.676Z | Downloaded openssl-sys v0.9.115 |
| 1007 | 2026-06-20T21:40:27.676Z | Downloaded sec1 v0.7.3 |
| 1008 | 2026-06-20T21:40:27.676Z | Downloaded sct v0.7.1 |
| 1009 | 2026-06-20T21:40:27.676Z | Downloaded slog-bunyan v2.5.0 |
| 1010 | 2026-06-20T21:40:27.676Z | Downloaded semver v0.1.20 |
| 1011 | 2026-06-20T21:40:27.676Z | Downloaded russh-keys v0.45.0 |
| 1012 | 2026-06-20T21:40:27.676Z | Downloaded ssh-encoding v0.2.0 |
| 1013 | 2026-06-20T21:40:27.676Z | Downloaded slog-envlogger v2.2.0 |
| 1014 | 2026-06-20T21:40:27.677Z | Downloaded serde-hex v0.1.0 |
| 1015 | 2026-06-20T21:40:27.677Z | Downloaded rustls-pemfile v2.2.0 |
| 1016 | 2026-06-20T21:40:27.677Z | Downloaded dropshot-api-manager v0.7.2 |
| 1017 | 2026-06-20T21:40:27.677Z | Downloaded serde_path_to_error v0.1.20 |
| 1018 | 2026-06-20T21:40:27.677Z | Downloaded serde_derive_internals v0.29.1 |
| 1019 | 2026-06-20T21:40:27.677Z | Downloaded minimal-lexical v0.2.1 |
| 1020 | 2026-06-20T21:40:27.677Z | Downloaded prefix-trie v0.7.0 |
| 1021 | 2026-06-20T21:40:27.677Z | Downloaded rcgen v0.12.1 |
| 1022 | 2026-06-20T21:40:27.677Z | Downloaded rustls-pki-types v1.14.0 |
| 1023 | 2026-06-20T21:40:27.677Z | Downloaded shlex v1.3.0 |
| 1024 | 2026-06-20T21:40:27.677Z | Downloaded rustls-pemfile v1.0.4 |
| 1025 | 2026-06-20T21:40:27.677Z | Downloaded serde_with_macros v1.5.2 |
| 1026 | 2026-06-20T21:40:27.677Z | Downloaded prettyplease v0.2.37 |
| 1027 | 2026-06-20T21:40:27.677Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1028 | 2026-06-20T21:40:27.677Z | Downloaded sqlparser_derive v0.5.0 |
| 1029 | 2026-06-20T21:40:27.677Z | Downloaded slab v0.4.12 |
| 1030 | 2026-06-20T21:40:27.677Z | Downloaded simd-adler32 v0.3.8 |
| 1031 | 2026-06-20T21:40:27.699Z | Downloaded rusty-fork v0.3.1 |
| 1032 | 2026-06-20T21:40:27.699Z | Downloaded strum v0.26.3 |
| 1033 | 2026-06-20T21:40:27.699Z | Downloaded strsim v0.10.0 |
| 1034 | 2026-06-20T21:40:27.699Z | Downloaded structmeta v0.3.0 |
| 1035 | 2026-06-20T21:40:27.699Z | Downloaded hickory-server v0.25.2 |
| 1036 | 2026-06-20T21:40:27.699Z | Downloaded sync_wrapper v1.0.2 |
| 1037 | 2026-06-20T21:40:27.699Z | Downloaded subtle v2.6.1 |
| 1038 | 2026-06-20T21:40:27.699Z | Downloaded strum v0.27.2 |
| 1039 | 2026-06-20T21:40:27.699Z | Downloaded hashbrown v0.13.2 |
| 1040 | 2026-06-20T21:40:27.699Z | Downloaded slog-async v2.8.0 |
| 1041 | 2026-06-20T21:40:27.699Z | Downloaded signal-hook-registry v1.4.8 |
| 1042 | 2026-06-20T21:40:27.699Z | Downloaded crossterm v0.29.0 |
| 1043 | 2026-06-20T21:40:27.699Z | Downloaded smallvec v0.6.14 |
| 1044 | 2026-06-20T21:40:27.700Z | Downloaded slog-dtrace v0.3.0 |
| 1045 | 2026-06-20T21:40:27.700Z | Downloaded sync-ptr v0.1.4 |
| 1046 | 2026-06-20T21:40:27.700Z | Downloaded smf v0.2.3 |
| 1047 | 2026-06-20T21:40:27.700Z | Downloaded hyper-util v0.1.20 |
| 1048 | 2026-06-20T21:40:27.700Z | Downloaded ron v0.8.1 |
| 1049 | 2026-06-20T21:40:27.700Z | Downloaded pretty_assertions v1.4.1 |
| 1050 | 2026-06-20T21:40:27.700Z | Downloaded tabled_derive v0.11.0 |
| 1051 | 2026-06-20T21:40:27.700Z | Downloaded slog-stdlog v4.1.1 |
| 1052 | 2026-06-20T21:40:27.700Z | Downloaded slog-json v2.6.1 |
| 1053 | 2026-06-20T21:40:27.700Z | Downloaded serde_cbor v0.11.2 |
| 1054 | 2026-06-20T21:40:27.700Z | Downloaded snafu-derive v0.8.9 |
| 1055 | 2026-06-20T21:40:27.700Z | Downloaded take_mut v0.2.2 |
| 1056 | 2026-06-20T21:40:27.700Z | Downloaded sqlformat v0.3.5 |
| 1057 | 2026-06-20T21:40:27.700Z | Downloaded tap v1.0.1 |
| 1058 | 2026-06-20T21:40:27.700Z | Downloaded tabwriter v1.4.1 |
| 1059 | 2026-06-20T21:40:27.700Z | Downloaded testing_table v0.3.0 |
| 1060 | 2026-06-20T21:40:27.700Z | Downloaded termtree v0.5.1 |
| 1061 | 2026-06-20T21:40:27.700Z | Downloaded tagptr v0.2.0 |
| 1062 | 2026-06-20T21:40:27.700Z | Downloaded slog-term v2.9.2 |
| 1063 | 2026-06-20T21:40:27.700Z | Downloaded slog-scope v4.4.1 |
| 1064 | 2026-06-20T21:40:27.700Z | Downloaded time-core v0.1.8 |
| 1065 | 2026-06-20T21:40:27.700Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1066 | 2026-06-20T21:40:27.700Z | Downloaded ssh-cipher v0.2.0 |
| 1067 | 2026-06-20T21:40:27.700Z | Downloaded spki v0.7.3 |
| 1068 | 2026-06-20T21:40:27.700Z | Downloaded thread-id v5.1.0 |
| 1069 | 2026-06-20T21:40:27.700Z | Downloaded nom v7.1.3 |
| 1070 | 2026-06-20T21:40:27.700Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2026-06-20T21:40:27.700Z | Downloaded static_assertions v1.1.0 |
| 1072 | 2026-06-20T21:40:27.700Z | Downloaded stacker v0.1.23 |
| 1073 | 2026-06-20T21:40:27.700Z | Downloaded tinyvec_macros v0.1.1 |
| 1074 | 2026-06-20T21:40:27.700Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-06-20T21:40:27.700Z | Downloaded structmeta-derive v0.3.0 |
| 1076 | 2026-06-20T21:40:27.700Z | Downloaded string_cache v0.8.9 |
| 1077 | 2026-06-20T21:40:27.700Z | Downloaded tokio-macros v2.7.0 |
| 1078 | 2026-06-20T21:40:27.700Z | Downloaded ryu v1.0.23 |
| 1079 | 2026-06-20T21:40:27.700Z | Downloaded strum_macros v0.27.2 |
| 1080 | 2026-06-20T21:40:27.700Z | Downloaded strum_macros v0.24.3 |
| 1081 | 2026-06-20T21:40:27.700Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2026-06-20T21:40:27.701Z | Downloaded rand v0.8.6 |
| 1083 | 2026-06-20T21:40:27.701Z | Downloaded qorb v0.4.1 |
| 1084 | 2026-06-20T21:40:27.701Z | Downloaded supports-color v3.0.2 |
| 1085 | 2026-06-20T21:40:27.701Z | Downloaded support-bundle-viewer v0.1.2 |
| 1086 | 2026-06-20T21:40:27.701Z | Downloaded iri-string v0.7.10 |
| 1087 | 2026-06-20T21:40:27.701Z | Downloaded spin v0.9.8 |
| 1088 | 2026-06-20T21:40:27.701Z | Downloaded termios v0.3.3 |
| 1089 | 2026-06-20T21:40:27.701Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-06-20T21:40:27.701Z | Downloaded topological-sort v0.2.2 |
| 1091 | 2026-06-20T21:40:27.701Z | Downloaded tower-service v0.3.3 |
| 1092 | 2026-06-20T21:40:27.701Z | Downloaded time-macros v0.2.27 |
| 1093 | 2026-06-20T21:40:27.701Z | Downloaded serde_with_macros v3.17.0 |
| 1094 | 2026-06-20T21:40:27.701Z | Downloaded hashbrown v0.16.1 |
| 1095 | 2026-06-20T21:40:27.701Z | Downloaded itertools v0.10.5 |
| 1096 | 2026-06-20T21:40:27.701Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-06-20T21:40:27.701Z | Downloaded quinn v0.11.9 |
| 1098 | 2026-06-20T21:40:27.701Z | Downloaded tower-layer v0.3.3 |
| 1099 | 2026-06-20T21:40:27.701Z | Downloaded thread_local v1.1.9 |
| 1100 | 2026-06-20T21:40:27.701Z | Downloaded mio v1.2.0 |
| 1101 | 2026-06-20T21:40:27.701Z | Downloaded signal-hook v0.3.18 |
| 1102 | 2026-06-20T21:40:27.701Z | Downloaded tokio-native-tls v0.3.1 |
| 1103 | 2026-06-20T21:40:27.701Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-06-20T21:40:27.701Z | Downloaded trait-variant v0.1.2 |
| 1105 | 2026-06-20T21:40:27.701Z | Downloaded schemars v0.9.0 |
| 1106 | 2026-06-20T21:40:27.701Z | Downloaded unit-prefix v0.5.2 |
| 1107 | 2026-06-20T21:40:27.701Z | Downloaded tiny-keccak v2.0.2 |
| 1108 | 2026-06-20T21:40:27.701Z | Downloaded rayon-core v1.13.0 |
| 1109 | 2026-06-20T21:40:27.701Z | Downloaded hyper v1.8.1 |
| 1110 | 2026-06-20T21:40:27.701Z | Downloaded stringprep v0.1.5 |
| 1111 | 2026-06-20T21:40:27.701Z | Downloaded slog v2.8.2 |
| 1112 | 2026-06-20T21:40:27.701Z | Downloaded unarray v0.1.4 |
| 1113 | 2026-06-20T21:40:27.701Z | Downloaded tokio-rustls v0.25.0 |
| 1114 | 2026-06-20T21:40:27.701Z | Downloaded similar v2.7.0 |
| 1115 | 2026-06-20T21:40:27.701Z | Downloaded untrusted v0.9.0 |
| 1116 | 2026-06-20T21:40:27.702Z | Downloaded tls_codec_derive v0.4.2 |
| 1117 | 2026-06-20T21:40:27.702Z | Downloaded libxml v0.3.3 |
| 1118 | 2026-06-20T21:40:27.702Z | Downloaded usdt-attr-macro v0.6.0 |
| 1119 | 2026-06-20T21:40:27.702Z | Downloaded usdt v0.6.0 |
| 1120 | 2026-06-20T21:40:27.702Z | Downloaded tokio-tungstenite v0.21.0 |
| 1121 | 2026-06-20T21:40:27.702Z | Downloaded unicode-truncate v1.1.0 |
| 1122 | 2026-06-20T21:40:27.702Z | Downloaded tokio-dtrace v0.1.1 |
| 1123 | 2026-06-20T21:40:27.702Z | Downloaded rand v0.9.2 |
| 1124 | 2026-06-20T21:40:27.702Z | Downloaded untrusted v0.7.1 |
| 1125 | 2026-06-20T21:40:27.702Z | Downloaded universal-hash v0.5.1 |
| 1126 | 2026-06-20T21:40:27.702Z | Downloaded h2 v0.4.13 |
| 1127 | 2026-06-20T21:40:27.702Z | Downloaded utf-8 v0.7.6 |
| 1128 | 2026-06-20T21:40:27.702Z | Downloaded usdt-macro v0.6.0 |
| 1129 | 2026-06-20T21:40:27.702Z | Downloaded tokio-tungstenite v0.23.1 |
| 1130 | 2026-06-20T21:40:27.702Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1131 | 2026-06-20T21:40:27.800Z | Downloaded rustls-webpki v0.103.9 |
| 1132 | 2026-06-20T21:40:27.800Z | Downloaded itertools v0.14.0 |
| 1133 | 2026-06-20T21:40:27.800Z | Downloaded tls_codec v0.4.2 |
| 1134 | 2026-06-20T21:40:27.800Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1135 | 2026-06-20T21:40:27.800Z | Downloaded samael v0.0.19 |
| 1136 | 2026-06-20T21:40:27.800Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1137 | 2026-06-20T21:40:27.800Z | Downloaded schemars v0.8.22 |
| 1138 | 2026-06-20T21:40:27.800Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1139 | 2026-06-20T21:40:27.801Z | Downloaded wait-timeout v0.2.1 |
| 1140 | 2026-06-20T21:40:27.801Z | Downloaded void v1.0.2 |
| 1141 | 2026-06-20T21:40:27.801Z | Downloaded term v1.2.1 |
| 1142 | 2026-06-20T21:40:27.801Z | Downloaded hkdf v0.12.4 |
| 1143 | 2026-06-20T21:40:27.801Z | Downloaded tui-tree-widget v0.23.1 |
| 1144 | 2026-06-20T21:40:27.801Z | Downloaded rsa v0.9.10 |
| 1145 | 2026-06-20T21:40:27.801Z | Downloaded num-bigint-dig v0.8.6 |
| 1146 | 2026-06-20T21:40:27.801Z | Downloaded tokio-rustls v0.24.1 |
| 1147 | 2026-06-20T21:40:27.801Z | Downloaded want v0.3.1 |
| 1148 | 2026-06-20T21:40:27.801Z | Downloaded waitgroup v0.1.2 |
| 1149 | 2026-06-20T21:40:27.801Z | Downloaded schemars v1.2.1 |
| 1150 | 2026-06-20T21:40:27.801Z | Downloaded libm v0.2.16 |
| 1151 | 2026-06-20T21:40:27.801Z | Downloaded aes-gcm v0.10.3 |
| 1152 | 2026-06-20T21:40:27.802Z | Downloaded subprocess v0.2.15 |
| 1153 | 2026-06-20T21:40:27.802Z | Downloaded tokio-stream v0.1.18 |
| 1154 | 2026-06-20T21:40:27.802Z | Downloaded unicase v2.9.0 |
| 1155 | 2026-06-20T21:40:27.802Z | Downloaded test-strategy v0.4.5 |
| 1156 | 2026-06-20T21:40:27.802Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-06-20T21:40:27.802Z | Downloaded usdt-impl v0.6.0 |
| 1158 | 2026-06-20T21:40:27.802Z | Downloaded xattr v1.6.1 |
| 1159 | 2026-06-20T21:40:27.802Z | Downloaded tokio-rustls v0.26.4 |
| 1160 | 2026-06-20T21:40:27.802Z | Downloaded socket2 v0.6.3 |
| 1161 | 2026-06-20T21:40:27.802Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1162 | 2026-06-20T21:40:27.802Z | Downloaded uzers v0.12.2 |
| 1163 | 2026-06-20T21:40:27.802Z | Downloaded vergen-lib v9.1.0 |
| 1164 | 2026-06-20T21:40:27.803Z | Downloaded vergen-lib v0.1.6 |
| 1165 | 2026-06-20T21:40:27.803Z | Downloaded vergen-git2 v9.1.0 |
| 1166 | 2026-06-20T21:40:27.803Z | Downloaded zone v0.3.1 |
| 1167 | 2026-06-20T21:40:27.803Z | Downloaded zeroize_derive v1.4.3 |
| 1168 | 2026-06-20T21:40:27.803Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1169 | 2026-06-20T21:40:27.803Z | Downloaded aho-corasick v1.1.4 |
| 1170 | 2026-06-20T21:40:27.803Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-06-20T21:40:27.803Z | Downloaded tracing-attributes v0.1.31 |
| 1172 | 2026-06-20T21:40:27.803Z | Downloaded term v0.7.0 |
| 1173 | 2026-06-20T21:40:27.803Z | Downloaded socket2 v0.5.10 |
| 1174 | 2026-06-20T21:40:27.803Z | Downloaded tinyvec v1.10.0 |
| 1175 | 2026-06-20T21:40:27.803Z | Downloaded russh v0.45.0 |
| 1176 | 2026-06-20T21:40:27.803Z | Downloaded vsss-rs v3.3.4 |
| 1177 | 2026-06-20T21:40:27.803Z | Downloaded iddqd v0.4.2 |
| 1178 | 2026-06-20T21:40:27.803Z | Downloaded whoami v2.1.0 |
| 1179 | 2026-06-20T21:40:27.803Z | Downloaded whoami v1.6.1 |
| 1180 | 2026-06-20T21:40:27.803Z | Downloaded nom v8.0.0 |
| 1181 | 2026-06-20T21:40:27.804Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-06-20T21:40:27.804Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1183 | 2026-06-20T21:40:27.804Z | Downloaded twox-hash v2.1.2 |
| 1184 | 2026-06-20T21:40:27.804Z | Downloaded itertools v0.13.0 |
| 1185 | 2026-06-20T21:40:27.804Z | Downloaded hashbrown v0.15.5 |
| 1186 | 2026-06-20T21:40:27.804Z | Downloaded rustyline v14.0.0 |
| 1187 | 2026-06-20T21:40:27.804Z | Downloaded vergen-gitcl v1.0.8 |
| 1188 | 2026-06-20T21:40:27.804Z | Downloaded wyz v0.5.1 |
| 1189 | 2026-06-20T21:40:27.804Z | Downloaded zstd-safe v7.2.4 |
| 1190 | 2026-06-20T21:40:27.804Z | Downloaded tracing-core v0.1.36 |
| 1191 | 2026-06-20T21:40:27.804Z | Downloaded zstd v0.13.3 |
| 1192 | 2026-06-20T21:40:27.804Z | Downloaded walkdir v2.5.0 |
| 1193 | 2026-06-20T21:40:27.804Z | Downloaded toml v0.7.8 |
| 1194 | 2026-06-20T21:40:27.804Z | Downloaded zeroize v1.8.2 |
| 1195 | 2026-06-20T21:40:27.804Z | Downloaded vergen v9.1.0 |
| 1196 | 2026-06-20T21:40:27.804Z | Downloaded blake3 v1.8.3 |
| 1197 | 2026-06-20T21:40:27.805Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-06-20T21:40:27.805Z | Downloaded tar v0.4.45 |
| 1199 | 2026-06-20T21:40:27.805Z | Downloaded serde_with v1.14.0 |
| 1200 | 2026-06-20T21:40:27.805Z | Downloaded p521 v0.13.3 |
| 1201 | 2026-06-20T21:40:27.805Z | Downloaded futures-util v0.3.32 |
| 1202 | 2026-06-20T21:40:27.805Z | Downloaded itertools v0.12.1 |
| 1203 | 2026-06-20T21:40:27.805Z | Downloaded rand v0.10.0 |
| 1204 | 2026-06-20T21:40:27.805Z | Downloaded steno v0.4.1 |
| 1205 | 2026-06-20T21:40:27.805Z | Downloaded tungstenite v0.23.0 |
| 1206 | 2026-06-20T21:40:27.805Z | Downloaded typify v0.6.2 |
| 1207 | 2026-06-20T21:40:27.805Z | Downloaded tungstenite v0.21.0 |
| 1208 | 2026-06-20T21:40:27.805Z | Downloaded snafu v0.8.9 |
| 1209 | 2026-06-20T21:40:27.805Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-06-20T21:40:27.805Z | Downloaded p384 v0.13.1 |
| 1211 | 2026-06-20T21:40:27.805Z | Downloaded toml_edit v0.19.15 |
| 1212 | 2026-06-20T21:40:27.805Z | Downloaded zerocopy v0.6.6 |
| 1213 | 2026-06-20T21:40:27.806Z | Downloaded yasna v0.5.2 |
| 1214 | 2026-06-20T21:40:27.806Z | Downloaded xshell v0.2.7 |
| 1215 | 2026-06-20T21:40:27.806Z | Downloaded uuid v1.23.0 |
| 1216 | 2026-06-20T21:40:27.806Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1217 | 2026-06-20T21:40:27.806Z | Downloaded rpassword v7.4.0 |
| 1218 | 2026-06-20T21:40:27.806Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-06-20T21:40:27.806Z | Downloaded reqwest v0.13.2 |
| 1220 | 2026-06-20T21:40:27.806Z | Downloaded vte v0.14.1 |
| 1221 | 2026-06-20T21:40:27.806Z | Downloaded regex v1.12.3 |
| 1222 | 2026-06-20T21:40:27.806Z | Downloaded reqwest v0.12.28 |
| 1223 | 2026-06-20T21:40:27.806Z | Downloaded unicode-segmentation v1.12.0 |
| 1224 | 2026-06-20T21:40:27.806Z | Downloaded quick-xml v0.37.5 |
| 1225 | 2026-06-20T21:40:27.806Z | Downloaded salty v0.3.0 |
| 1226 | 2026-06-20T21:40:27.806Z | Downloaded rustls-webpki v0.101.7 |
| 1227 | 2026-06-20T21:40:27.806Z | Downloaded zopfli v0.8.3 |
| 1228 | 2026-06-20T21:40:27.806Z | Downloaded ssh-key v0.6.7 |
| 1229 | 2026-06-20T21:40:27.806Z | Downloaded goblin v0.10.5 |
| 1230 | 2026-06-20T21:40:27.807Z | Downloaded unicode_categories v0.1.1 |
| 1231 | 2026-06-20T21:40:27.848Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-06-20T21:40:27.848Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-06-20T21:40:27.848Z | Downloaded yansi v1.0.1 |
| 1234 | 2026-06-20T21:40:27.849Z | Downloaded zip v0.6.6 |
| 1235 | 2026-06-20T21:40:27.849Z | Downloaded reedline v0.40.0 |
| 1236 | 2026-06-20T21:40:27.849Z | Downloaded rustls-webpki v0.102.8 |
| 1237 | 2026-06-20T21:40:27.849Z | Downloaded zip v4.6.1 |
| 1238 | 2026-06-20T21:40:27.849Z | Downloaded serde_with v3.17.0 |
| 1239 | 2026-06-20T21:40:27.849Z | Downloaded bindgen v0.71.1 |
| 1240 | 2026-06-20T21:40:27.849Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-06-20T21:40:27.849Z | Downloaded portable-atomic v1.13.1 |
| 1242 | 2026-06-20T21:40:27.849Z | Downloaded unicode-normalization v0.1.25 |
| 1243 | 2026-06-20T21:40:27.849Z | Downloaded tower-http v0.6.8 |
| 1244 | 2026-06-20T21:40:27.849Z | Downloaded object v0.30.4 |
| 1245 | 2026-06-20T21:40:27.849Z | Downloaded tower v0.5.3 |
| 1246 | 2026-06-20T21:40:27.849Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-06-20T21:40:27.849Z | Downloaded aws-lc-rs v1.16.3 |
| 1248 | 2026-06-20T21:40:27.849Z | Downloaded lalrpop v0.19.12 |
| 1249 | 2026-06-20T21:40:27.849Z | Downloaded x509-cert v0.2.5 |
| 1250 | 2026-06-20T21:40:27.849Z | Downloaded bitvec v1.0.1 |
| 1251 | 2026-06-20T21:40:27.849Z | Downloaded radix_trie v0.2.1 |
| 1252 | 2026-06-20T21:40:27.850Z | Downloaded nix v0.27.1 |
| 1253 | 2026-06-20T21:40:27.850Z | Downloaded moka v0.12.13 |
| 1254 | 2026-06-20T21:40:27.850Z | Downloaded nix v0.28.0 |
| 1255 | 2026-06-20T21:40:27.850Z | Downloaded git2 v0.20.4 |
| 1256 | 2026-06-20T21:40:27.850Z | Downloaded time v0.3.47 |
| 1257 | 2026-06-20T21:40:27.850Z | Downloaded tabled v0.20.0 |
| 1258 | 2026-06-20T21:40:27.850Z | Downloaded tough v0.22.0 |
| 1259 | 2026-06-20T21:40:27.850Z | Downloaded proptest v1.10.0 |
| 1260 | 2026-06-20T21:40:27.850Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-06-20T21:40:27.892Z | Downloaded dropshot v0.17.0 |
| 1262 | 2026-06-20T21:40:27.892Z | Downloaded tokio-util v0.7.18 |
| 1263 | 2026-06-20T21:40:27.893Z | Downloaded rustls v0.21.12 |
| 1264 | 2026-06-20T21:40:27.893Z | Downloaded nix v0.31.2 |
| 1265 | 2026-06-20T21:40:27.893Z | Downloaded hickory-proto v0.25.2 |
| 1266 | 2026-06-20T21:40:27.932Z | Downloaded zerocopy v0.8.40 |
| 1267 | 2026-06-20T21:40:27.932Z | Downloaded quinn-proto v0.11.13 |
| 1268 | 2026-06-20T21:40:27.932Z | Downloaded diesel v2.3.7 |
| 1269 | 2026-06-20T21:40:27.932Z | Downloaded regress v0.11.1 |
| 1270 | 2026-06-20T21:40:27.932Z | Downloaded chrono v0.4.44 |
| 1271 | 2026-06-20T21:40:27.932Z | Downloaded winnow v0.5.40 |
| 1272 | 2026-06-20T21:40:27.984Z | Downloaded petname v2.0.2 |
| 1273 | 2026-06-20T21:40:27.984Z | Downloaded winnow v0.6.26 |
| 1274 | 2026-06-20T21:40:28.024Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-06-20T21:40:28.024Z | Downloaded bstr v1.12.1 |
| 1276 | 2026-06-20T21:40:28.024Z | Downloaded openssl v0.10.79 |
| 1277 | 2026-06-20T21:40:28.024Z | Downloaded smoltcp v0.9.1 |
| 1278 | 2026-06-20T21:40:28.062Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-06-20T21:40:28.062Z | Downloaded regex-syntax v0.6.29 |
| 1280 | 2026-06-20T21:40:28.062Z | Downloaded regex-automata v0.4.14 |
| 1281 | 2026-06-20T21:40:28.062Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-06-20T21:40:28.072Z | Downloaded zerocopy-derive v0.6.6 |
| 1283 | 2026-06-20T21:40:28.072Z | Downloaded petgraph v0.6.5 |
| 1284 | 2026-06-20T21:40:28.097Z | Downloaded webpki-roots v1.0.6 |
| 1285 | 2026-06-20T21:40:28.097Z | Downloaded object v0.37.3 |
| 1286 | 2026-06-20T21:40:28.123Z | Downloaded jiff v0.2.21 |
| 1287 | 2026-06-20T21:40:28.123Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-06-20T21:40:28.149Z | Downloaded regress v0.10.5 |
| 1289 | 2026-06-20T21:40:28.149Z | Downloaded rustls v0.22.4 |
| 1290 | 2026-06-20T21:40:28.149Z | Downloaded csv v1.4.0 |
| 1291 | 2026-06-20T21:40:28.242Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-06-20T21:40:28.242Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-06-20T21:40:28.243Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1294 | 2026-06-20T21:40:28.264Z | Downloaded rustls v0.23.37 |
| 1295 | 2026-06-20T21:40:28.265Z | Downloaded sha3 v0.10.8 |
| 1296 | 2026-06-20T21:40:28.265Z | Downloaded openapiv3 v2.2.0 |
| 1297 | 2026-06-20T21:40:28.265Z | Downloaded encoding_rs v0.8.35 |
| 1298 | 2026-06-20T21:40:28.265Z | Downloaded sqlparser v0.61.0 |
| 1299 | 2026-06-20T21:40:28.265Z | Downloaded sled v0.34.7 |
| 1300 | 2026-06-20T21:40:28.302Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-06-20T21:40:28.335Z | Downloaded typify-impl v0.6.2 |
| 1302 | 2026-06-20T21:40:28.335Z | Downloaded ratatui v0.29.0 |
| 1303 | 2026-06-20T21:40:28.335Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-06-20T21:40:28.379Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-06-20T21:40:28.421Z | Downloaded petgraph v0.8.3 |
| 1306 | 2026-06-20T21:40:28.492Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-06-20T21:40:28.502Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-06-20T21:40:28.613Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-20T21:40:28.673Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-06-20T21:40:29.382Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-06-20T21:40:29.542Z | Compiling libc v0.2.185 |
| 1312 | 2026-06-20T21:40:29.542Z | Compiling serde v1.0.228 |
| 1313 | 2026-06-20T21:40:29.565Z | Compiling log v0.4.29 |
| 1314 | 2026-06-20T21:40:29.565Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-20T21:40:29.723Z | Compiling shlex v1.3.0 |
| 1316 | 2026-06-20T21:40:29.723Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-06-20T21:40:29.869Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-20T21:40:29.869Z | Compiling typenum v1.19.0 |
| 1319 | 2026-06-20T21:40:29.987Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-06-20T21:40:29.987Z | Compiling subtle v2.6.1 |
| 1321 | 2026-06-20T21:40:29.987Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-20T21:40:29.987Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-06-20T21:40:30.004Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-06-20T21:40:30.004Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-06-20T21:40:30.128Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-06-20T21:40:30.150Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-06-20T21:40:30.214Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-06-20T21:40:30.405Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-06-20T21:40:30.493Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-20T21:40:30.538Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-20T21:40:30.572Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-20T21:40:30.666Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-06-20T21:40:30.714Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-06-20T21:40:30.741Z | Compiling cc v1.2.56 |
| 1335 | 2026-06-20T21:40:30.741Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-06-20T21:40:30.935Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-06-20T21:40:31.016Z | Compiling futures-core v0.3.32 |
| 1338 | 2026-06-20T21:40:31.147Z | Compiling libm v0.2.16 |
| 1339 | 2026-06-20T21:40:31.166Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-06-20T21:40:31.179Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-06-20T21:40:31.194Z | Compiling mio v1.2.0 |
| 1342 | 2026-06-20T21:40:31.225Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-06-20T21:40:31.280Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-06-20T21:40:31.379Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-06-20T21:40:32.212Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-06-20T21:40:32.248Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-20T21:40:32.248Z | Compiling futures-io v0.3.32 |
| 1348 | 2026-06-20T21:40:32.248Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-06-20T21:40:32.248Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-06-20T21:40:32.248Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-06-20T21:40:32.248Z | Compiling getrandom v0.4.1 |
| 1352 | 2026-06-20T21:40:32.248Z | Compiling slab v0.4.12 |
| 1353 | 2026-06-20T21:40:32.248Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-06-20T21:40:32.249Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-06-20T21:40:32.249Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-06-20T21:40:32.249Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-06-20T21:40:32.249Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-06-20T21:40:32.249Z | Compiling cmake v0.1.57 |
| 1359 | 2026-06-20T21:40:32.291Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-06-20T21:40:32.313Z | Compiling dunce v1.0.5 |
| 1361 | 2026-06-20T21:40:32.599Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-06-20T21:40:32.739Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-06-20T21:40:32.739Z | Compiling aws-lc-sys v0.40.0 |
| 1364 | 2026-06-20T21:40:32.739Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-06-20T21:40:32.827Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-06-20T21:40:32.963Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-20T21:40:32.964Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-06-20T21:40:33.082Z | Compiling flagset v0.4.7 |
| 1369 | 2026-06-20T21:40:33.082Z | Compiling rustix v1.1.3 |
| 1370 | 2026-06-20T21:40:33.082Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-06-20T21:40:33.082Z | Compiling ring v0.17.14 |
| 1372 | 2026-06-20T21:40:33.199Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-06-20T21:40:33.209Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-06-20T21:40:33.261Z | Compiling uuid v1.23.0 |
| 1375 | 2026-06-20T21:40:33.384Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-06-20T21:40:33.752Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-06-20T21:40:33.839Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-06-20T21:40:34.058Z | Compiling base64 v0.22.1 |
| 1379 | 2026-06-20T21:40:34.263Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-20T21:40:34.278Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-20T21:40:34.294Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-20T21:40:34.371Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-20T21:40:34.733Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-06-20T21:40:35.046Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-06-20T21:40:35.195Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-06-20T21:40:35.698Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-20T21:40:36.298Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-20T21:40:36.298Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-20T21:40:36.298Z | Compiling yoke v0.8.1 |
| 1390 | 2026-06-20T21:40:36.298Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-06-20T21:40:37.590Z | Compiling digest v0.10.7 |
| 1392 | 2026-06-20T21:40:37.590Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-06-20T21:40:37.590Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-06-20T21:40:37.591Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-06-20T21:40:37.591Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-06-20T21:40:37.991Z | Compiling hmac v0.12.1 |
| 1397 | 2026-06-20T21:40:37.991Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-06-20T21:40:37.991Z | Compiling sha2 v0.10.9 |
| 1399 | 2026-06-20T21:40:37.991Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-06-20T21:40:37.992Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-06-20T21:40:37.992Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-06-20T21:40:37.992Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-06-20T21:40:37.992Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-20T21:40:37.992Z | Compiling inout v0.1.4 |
| 1405 | 2026-06-20T21:40:37.992Z | Compiling bytes v1.11.1 |
| 1406 | 2026-06-20T21:40:37.992Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-06-20T21:40:38.343Z | Compiling cipher v0.4.4 |
| 1408 | 2026-06-20T21:40:38.343Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-06-20T21:40:38.343Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-06-20T21:40:38.343Z | Compiling der_derive v0.7.3 |
| 1411 | 2026-06-20T21:40:38.343Z | Compiling tokio v1.52.1 |
| 1412 | 2026-06-20T21:40:38.561Z | Compiling http v1.4.0 |
| 1413 | 2026-06-20T21:40:38.561Z | Compiling chrono v0.4.44 |
| 1414 | 2026-06-20T21:40:39.237Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-06-20T21:40:39.279Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-06-20T21:40:39.280Z | Compiling der v0.7.10 |
| 1417 | 2026-06-20T21:40:39.280Z | Compiling idna v1.1.0 |
| 1418 | 2026-06-20T21:40:39.280Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-06-20T21:40:39.315Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-06-20T21:40:39.331Z | Compiling rustls-pki-types v1.14.0 |
| 1421 | 2026-06-20T21:40:39.352Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-06-20T21:40:39.828Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-06-20T21:40:40.300Z | Compiling url v2.5.8 |
| 1424 | 2026-06-20T21:40:40.300Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-06-20T21:40:40.300Z | Compiling spki v0.7.3 |
| 1426 | 2026-06-20T21:40:40.889Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-20T21:40:40.890Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-20T21:40:40.890Z | Compiling cbc v0.1.2 |
| 1429 | 2026-06-20T21:40:40.890Z | Compiling aes v0.8.4 |
| 1430 | 2026-06-20T21:40:41.984Z | Compiling httparse v1.10.1 |
| 1431 | 2026-06-20T21:40:41.984Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-06-20T21:40:41.984Z | Compiling thiserror v2.0.18 |
| 1433 | 2026-06-20T21:40:41.984Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-06-20T21:40:41.984Z | Compiling tracing v0.1.44 |
| 1435 | 2026-06-20T21:40:41.984Z | Compiling openssl-probe v0.2.1 |
| 1436 | 2026-06-20T21:40:41.984Z | Compiling tinyvec_macros v0.1.1 |
| 1437 | 2026-06-20T21:40:41.984Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-06-20T21:40:41.984Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-06-20T21:40:41.984Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-06-20T21:40:41.984Z | Compiling rand v0.9.2 |
| 1441 | 2026-06-20T21:40:42.305Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-06-20T21:40:42.305Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-06-20T21:40:42.305Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-06-20T21:40:42.306Z | Compiling schemars v0.8.22 |
| 1445 | 2026-06-20T21:40:42.306Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-06-20T21:40:42.306Z | Compiling rustls v0.23.37 |
| 1447 | 2026-06-20T21:40:42.306Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-06-20T21:40:42.306Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-06-20T21:40:42.306Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-06-20T21:40:42.306Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-06-20T21:40:42.306Z | Compiling want v0.3.1 |
| 1452 | 2026-06-20T21:40:42.306Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-06-20T21:40:42.306Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-06-20T21:40:42.306Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-06-20T21:40:42.407Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-06-20T21:40:42.567Z | Compiling h2 v0.4.13 |
| 1457 | 2026-06-20T21:40:42.782Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-06-20T21:40:43.565Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-06-20T21:40:43.579Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-20T21:40:43.579Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-06-20T21:40:43.579Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-06-20T21:40:43.580Z | Compiling openssl v0.10.79 |
| 1463 | 2026-06-20T21:40:43.580Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-06-20T21:40:43.580Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-06-20T21:40:43.595Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-06-20T21:40:43.753Z | Compiling scroll v0.13.0 |
| 1467 | 2026-06-20T21:40:43.843Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-06-20T21:40:43.998Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-06-20T21:40:44.201Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-06-20T21:40:44.343Z | Compiling socket2 v0.5.10 |
| 1471 | 2026-06-20T21:40:44.364Z | Compiling spin v0.9.8 |
| 1472 | 2026-06-20T21:40:44.595Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-06-20T21:40:44.745Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-06-20T21:40:44.828Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-06-20T21:40:44.828Z | Compiling time-core v0.1.8 |
| 1476 | 2026-06-20T21:40:45.585Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-06-20T21:40:45.652Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-06-20T21:40:45.652Z | Compiling deranged v0.5.8 |
| 1479 | 2026-06-20T21:40:45.652Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-06-20T21:40:45.739Z | Compiling hyper v1.8.1 |
| 1481 | 2026-06-20T21:40:45.981Z | Compiling darling v0.20.11 |
| 1482 | 2026-06-20T21:40:46.110Z | Compiling goblin v0.10.5 |
| 1483 | 2026-06-20T21:40:46.110Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-06-20T21:40:46.163Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-06-20T21:40:46.212Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-06-20T21:40:46.274Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-06-20T21:40:46.416Z | Compiling bit-vec v0.8.0 |
| 1488 | 2026-06-20T21:40:46.459Z | Compiling unicode-segmentation v1.12.0 |
| 1489 | 2026-06-20T21:40:46.566Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-06-20T21:40:46.644Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-06-20T21:40:46.762Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-06-20T21:40:46.836Z | Compiling syn v1.0.109 |
| 1493 | 2026-06-20T21:40:46.994Z | Compiling siphasher v1.0.2 |
| 1494 | 2026-06-20T21:40:47.134Z | Compiling num_threads v0.1.7 |
| 1495 | 2026-06-20T21:40:47.164Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-06-20T21:40:47.242Z | Compiling time v0.3.47 |
| 1497 | 2026-06-20T21:40:47.260Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-06-20T21:40:47.600Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-06-20T21:40:47.677Z | Compiling tower v0.5.3 |
| 1500 | 2026-06-20T21:40:48.420Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-06-20T21:40:48.434Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-06-20T21:40:48.435Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-06-20T21:40:48.435Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-06-20T21:40:48.435Z | Compiling signature v2.2.0 |
| 1505 | 2026-06-20T21:40:48.444Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-06-20T21:40:48.539Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-06-20T21:40:48.568Z | Compiling dof v0.4.0 |
| 1508 | 2026-06-20T21:40:48.849Z | Compiling heapless v0.7.17 |
| 1509 | 2026-06-20T21:40:48.920Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-06-20T21:40:49.151Z | Compiling slog v2.8.2 |
| 1511 | 2026-06-20T21:40:49.205Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-06-20T21:40:49.205Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-06-20T21:40:49.221Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-06-20T21:40:49.425Z | Compiling cookie v0.18.1 |
| 1515 | 2026-06-20T21:40:50.488Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-06-20T21:40:50.488Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-06-20T21:40:50.488Z | Compiling allocator-api2 v0.2.21 |
| 1518 | 2026-06-20T21:40:50.662Z | Compiling adler2 v2.0.1 |
| 1519 | 2026-06-20T21:40:50.662Z | Compiling unicode-properties v0.1.4 |
| 1520 | 2026-06-20T21:40:50.662Z | Compiling ryu v1.0.23 |
| 1521 | 2026-06-20T21:40:50.662Z | Compiling anyhow v1.0.102 |
| 1522 | 2026-06-20T21:40:50.662Z | Compiling paste v1.0.15 |
| 1523 | 2026-06-20T21:40:50.662Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-06-20T21:40:50.662Z | Compiling unarray v0.1.4 |
| 1525 | 2026-06-20T21:40:50.662Z | Compiling zstd-safe v7.2.4 |
| 1526 | 2026-06-20T21:40:50.663Z | Compiling proptest v1.10.0 |
| 1527 | 2026-06-20T21:40:50.663Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-06-20T21:40:50.663Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-06-20T21:40:50.663Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-06-20T21:40:50.764Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-06-20T21:40:51.101Z | Compiling scroll v0.12.0 |
| 1532 | 2026-06-20T21:40:51.351Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-06-20T21:40:51.497Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-06-20T21:40:51.529Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-06-20T21:40:51.529Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-06-20T21:40:51.613Z | Compiling heck v0.4.1 |
| 1537 | 2026-06-20T21:40:51.694Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-06-20T21:40:51.794Z | Compiling bstr v1.12.1 |
| 1539 | 2026-06-20T21:40:51.914Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-06-20T21:40:52.003Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-06-20T21:40:52.003Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-06-20T21:40:52.095Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-06-20T21:40:52.136Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-06-20T21:40:52.207Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-06-20T21:40:52.310Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-06-20T21:40:52.447Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-06-20T21:40:52.540Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-06-20T21:40:52.601Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-06-20T21:40:53.324Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-06-20T21:40:53.392Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-06-20T21:40:53.392Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-06-20T21:40:53.392Z | Compiling ff v0.13.1 |
| 1553 | 2026-06-20T21:40:53.392Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-06-20T21:40:53.393Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-06-20T21:40:53.393Z | Compiling mime v0.3.17 |
| 1556 | 2026-06-20T21:40:53.393Z | Compiling fallible-iterator v0.2.0 |
| 1557 | 2026-06-20T21:40:53.422Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-06-20T21:40:53.440Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-06-20T21:40:53.490Z | Compiling rustix v0.38.44 |
| 1560 | 2026-06-20T21:40:53.541Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-06-20T21:40:53.597Z | Compiling num-bigint-dig v0.8.6 |
| 1562 | 2026-06-20T21:40:54.351Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-06-20T21:40:54.364Z | Compiling smoltcp v0.9.1 |
| 1564 | 2026-06-20T21:40:54.364Z | Compiling litrs v1.0.0 |
| 1565 | 2026-06-20T21:40:54.364Z | Compiling zlib-rs v0.6.2 |
| 1566 | 2026-06-20T21:40:54.364Z | Compiling nix v0.31.2 |
| 1567 | 2026-06-20T21:40:54.364Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-06-20T21:40:54.364Z | Compiling document-features v0.2.12 |
| 1569 | 2026-06-20T21:40:54.365Z | Compiling postgres-protocol v0.6.10 |
| 1570 | 2026-06-20T21:40:54.365Z | Compiling sec1 v0.7.3 |
| 1571 | 2026-06-20T21:40:54.643Z | Compiling pin-project v1.1.11 |
| 1572 | 2026-06-20T21:40:54.910Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-20T21:40:55.510Z | Compiling group v0.13.0 |
| 1574 | 2026-06-20T21:40:55.510Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-06-20T21:40:56.426Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-20T21:40:56.426Z | Compiling rand v0.8.6 |
| 1577 | 2026-06-20T21:40:56.427Z | Compiling darling v0.21.3 |
| 1578 | 2026-06-20T21:40:56.427Z | Compiling oxnet v0.1.6 |
| 1579 | 2026-06-20T21:40:56.427Z | Compiling snafu-derive v0.8.9 |
| 1580 | 2026-06-20T21:40:56.427Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-06-20T21:40:56.427Z | Compiling hubpack_derive v0.1.1 |
| 1582 | 2026-06-20T21:40:56.427Z | Compiling hyper-tls v0.6.0 |
| 1583 | 2026-06-20T21:40:56.814Z | Compiling goblin v0.8.2 |
| 1584 | 2026-06-20T21:40:56.831Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-06-20T21:40:56.831Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-06-20T21:40:57.234Z | Compiling regex v1.12.3 |
| 1587 | 2026-06-20T21:40:57.234Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-06-20T21:40:57.234Z | Compiling anstyle-parse v0.2.7 |
| 1589 | 2026-06-20T21:40:57.467Z | Compiling strum_macros v0.27.2 |
| 1590 | 2026-06-20T21:40:57.467Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-06-20T21:40:57.467Z | Compiling hex v0.4.3 |
| 1592 | 2026-06-20T21:40:57.467Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-06-20T21:40:57.467Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-06-20T21:40:57.467Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-06-20T21:40:57.467Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-06-20T21:40:57.468Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-06-20T21:40:57.765Z | Compiling ref-cast-impl v1.0.25 |
| 1598 | 2026-06-20T21:40:57.995Z | Compiling vergen v9.1.0 |
| 1599 | 2026-06-20T21:40:58.256Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-06-20T21:40:58.257Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-06-20T21:40:58.257Z | Compiling ahash v0.8.12 |
| 1602 | 2026-06-20T21:40:58.257Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-06-20T21:40:58.285Z | Compiling object v0.37.3 |
| 1604 | 2026-06-20T21:40:58.285Z | Compiling same-file v1.0.6 |
| 1605 | 2026-06-20T21:40:58.300Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-06-20T21:40:58.425Z | Compiling winnow v0.5.40 |
| 1607 | 2026-06-20T21:40:58.537Z | Compiling foldhash v0.2.0 |
| 1608 | 2026-06-20T21:40:58.674Z | Compiling libbz2-rs-sys v0.2.2 |
| 1609 | 2026-06-20T21:40:58.866Z | Compiling managed v0.8.0 |
| 1610 | 2026-06-20T21:40:59.005Z | Compiling foldhash v0.1.5 |
| 1611 | 2026-06-20T21:40:59.120Z | Compiling strum v0.27.2 |
| 1612 | 2026-06-20T21:40:59.261Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-06-20T21:40:59.261Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-06-20T21:40:59.506Z | Compiling hashbrown v0.16.1 |
| 1615 | 2026-06-20T21:40:59.506Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-06-20T21:40:59.615Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-06-20T21:40:59.839Z | Compiling walkdir v2.5.0 |
| 1618 | 2026-06-20T21:41:00.087Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-06-20T21:41:00.087Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-06-20T21:41:00.226Z | Compiling cargo_metadata v0.23.1 |
| 1621 | 2026-06-20T21:41:00.226Z | Compiling dof v0.3.0 |
| 1622 | 2026-06-20T21:41:00.226Z | Compiling daft v0.1.7 |
| 1623 | 2026-06-20T21:41:02.616Z | Compiling snafu v0.8.9 |
| 1624 | 2026-06-20T21:41:02.636Z | Compiling futures v0.3.32 |
| 1625 | 2026-06-20T21:41:02.636Z | Compiling anstream v0.6.21 |
| 1626 | 2026-06-20T21:41:02.636Z | Compiling phf v0.13.1 |
| 1627 | 2026-06-20T21:41:02.636Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-06-20T21:41:02.636Z | Compiling signal-hook-mio v0.2.5 |
| 1629 | 2026-06-20T21:41:02.636Z | Compiling zstd v0.13.3 |
| 1630 | 2026-06-20T21:41:02.636Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-06-20T21:41:02.636Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-06-20T21:41:02.636Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-06-20T21:41:02.636Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-06-20T21:41:02.636Z | Compiling globset v0.4.18 |
| 1635 | 2026-06-20T21:41:02.636Z | Compiling usdt-macro v0.6.0 |
| 1636 | 2026-06-20T21:41:02.637Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-06-20T21:41:02.796Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-06-20T21:41:02.925Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-06-20T21:41:02.982Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-06-20T21:41:03.127Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-06-20T21:41:03.190Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-06-20T21:41:03.212Z | Compiling clap_derive v4.6.1 |
| 1643 | 2026-06-20T21:41:03.319Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-06-20T21:41:03.347Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-06-20T21:41:03.602Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-06-20T21:41:03.628Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-06-20T21:41:03.711Z | Compiling rfc6979 v0.4.0 |
| 1648 | 2026-06-20T21:41:03.793Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-06-20T21:41:03.812Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-06-20T21:41:03.856Z | Compiling pem v3.0.6 |
| 1651 | 2026-06-20T21:41:03.861Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-06-20T21:41:04.000Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-06-20T21:41:04.087Z | Compiling memmap2 v0.9.10 |
| 1654 | 2026-06-20T21:41:04.117Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-06-20T21:41:04.301Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-06-20T21:41:04.314Z | Compiling typed-path v0.9.3 |
| 1657 | 2026-06-20T21:41:04.415Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-06-20T21:41:04.432Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-06-20T21:41:04.490Z | Compiling keccak v0.1.6 |
| 1660 | 2026-06-20T21:41:04.527Z | Compiling jiff v0.2.21 |
| 1661 | 2026-06-20T21:41:04.987Z | Compiling difflib v0.4.0 |
| 1662 | 2026-06-20T21:41:05.002Z | Compiling either v1.15.0 |
| 1663 | 2026-06-20T21:41:05.085Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-06-20T21:41:05.176Z | Compiling predicates-core v1.0.10 |
| 1665 | 2026-06-20T21:41:05.202Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-06-20T21:41:05.296Z | Compiling fixedbitset v0.4.2 |
| 1667 | 2026-06-20T21:41:05.348Z | Compiling new_debug_unreachable v1.0.6 |
| 1668 | 2026-06-20T21:41:05.450Z | Compiling whoami v2.1.0 |
| 1669 | 2026-06-20T21:41:05.558Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-06-20T21:41:05.598Z | Compiling string_cache v0.8.9 |
| 1671 | 2026-06-20T21:41:05.598Z | Compiling petgraph v0.8.3 |
| 1672 | 2026-06-20T21:41:05.598Z | Compiling predicates v3.1.4 |
| 1673 | 2026-06-20T21:41:05.817Z | Compiling tokio-postgres v0.7.16 |
| 1674 | 2026-06-20T21:41:06.047Z | Compiling itertools v0.13.0 |
| 1675 | 2026-06-20T21:41:06.316Z | Compiling strum v0.26.3 |
| 1676 | 2026-06-20T21:41:06.641Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-06-20T21:41:06.980Z | Compiling clap v4.6.1 |
| 1678 | 2026-06-20T21:41:06.980Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-06-20T21:41:07.262Z | Compiling hickory-proto v0.25.2 |
| 1680 | 2026-06-20T21:41:07.262Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1681 | 2026-06-20T21:41:07.457Z | Compiling zip v4.6.1 |
| 1682 | 2026-06-20T21:41:07.630Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-06-20T21:41:08.019Z | Compiling usdt v0.6.0 |
| 1684 | 2026-06-20T21:41:08.231Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-06-20T21:41:08.232Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-06-20T21:41:08.388Z | Compiling rsa v0.9.10 |
| 1687 | 2026-06-20T21:41:08.432Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-06-20T21:41:08.515Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-06-20T21:41:08.714Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-06-20T21:41:09.143Z | Compiling zip v0.6.6 |
| 1691 | 2026-06-20T21:41:10.727Z | Compiling toml v0.7.8 |
| 1692 | 2026-06-20T21:41:10.975Z | Compiling iddqd v0.4.2 |
| 1693 | 2026-06-20T21:41:10.975Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-06-20T21:41:10.976Z | Compiling similar v2.7.0 |
| 1695 | 2026-06-20T21:41:10.976Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-06-20T21:41:11.198Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-06-20T21:41:11.308Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-06-20T21:41:11.483Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-06-20T21:41:11.483Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-06-20T21:41:11.483Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-06-20T21:41:11.484Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-06-20T21:41:11.484Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-06-20T21:41:11.675Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-06-20T21:41:11.675Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-06-20T21:41:11.801Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-06-20T21:41:11.801Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-06-20T21:41:11.949Z | Compiling filetime v0.2.27 |
| 1708 | 2026-06-20T21:41:12.036Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-06-20T21:41:12.036Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-06-20T21:41:12.036Z | Compiling xattr v1.6.1 |
| 1711 | 2026-06-20T21:41:12.138Z | Compiling term v1.2.1 |
| 1712 | 2026-06-20T21:41:12.138Z | Compiling tar v0.4.45 |
| 1713 | 2026-06-20T21:41:12.519Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-06-20T21:41:22.309Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-06-20T21:41:25.097Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-06-20T21:41:25.097Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-06-20T21:41:25.301Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-06-20T21:41:25.456Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-06-20T21:41:25.519Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-06-20T21:41:26.679Z | Compiling tough v0.22.0 |
| 1721 | 2026-06-20T21:41:29.205Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-06-20T21:41:29.427Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-06-20T21:41:32.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
| 1724 | 2026-06-20T21:41:32.373Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1725 | 2026-06-20T21:41:32.475Z | Jun 20 21:41:31.274 INFO Starting download, target: Clickhouse |
| 1726 | 2026-06-20T21:41:32.475Z | Jun 20 21:41:31.275 INFO Starting download, target: Console |
| 1727 | 2026-06-20T21:41:32.475Z | Jun 20 21:41:31.275 INFO Starting download, target: Cockroach |
| 1728 | 2026-06-20T21:41:32.499Z | Jun 20 21:41:31.275 INFO Starting download, target: DendriteStub |
| 1729 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Starting download, target: MaghemiteDdmd |
| 1731 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1734 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1735 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-06-20T21:41:32.500Z | Jun 20 21:41:31.275 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-06-20T21:41:33.431Z | Jun 20 21:41:32.246 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-06-20T21:41:33.633Z | Jun 20 21:41:32.479 INFO Download complete, target: Console |
| 1741 | 2026-06-20T21:41:34.301Z | Jun 20 21:41:33.023 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-06-20T21:41:34.501Z | Jun 20 21:41:33.222 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1743 | 2026-06-20T21:41:34.651Z | Jun 20 21:41:33.431 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-06-20T21:41:39.214Z | Jun 20 21:41:37.980 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1745 | 2026-06-20T21:41:39.663Z | Jun 20 21:41:38.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-06-20T21:41:39.740Z | Jun 20 21:41:38.560 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-06-20T21:41:40.876Z | Jun 20 21:41:39.724 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1748 | 2026-06-20T21:41:40.876Z | Jun 20 21:41:39.724 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1749 | 2026-06-20T21:41:40.948Z | Jun 20 21:41:39.783 INFO Download complete, target: MaghemiteDdmd |
| 1750 | 2026-06-20T21:41:41.004Z | Jun 20 21:41:39.841 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-06-20T21:41:41.099Z | Jun 20 21:41:39.941 INFO Download complete, target: Clickhouse |
| 1752 | 2026-06-20T21:41:42.062Z | Jun 20 21:41:40.912 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-06-20T21:41:42.188Z | Jun 20 21:41:41.040 INFO Download complete, target: DendriteStub |
| 1754 | 2026-06-20T21:41:45.460Z | Jun 20 21:41:44.312 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-06-20T21:41:45.574Z | Jun 20 21:41:44.421 INFO Download complete, target: Cockroach |
| 1756 | 2026-06-20T21:41:45.585Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-06-20T21:41:45.588Z | |
| 1758 | 2026-06-20T21:41:45.588Z | real 2:39.274606222 |
| 1759 | 2026-06-20T21:41:45.588Z | user 6:48.700141040 |
| 1760 | 2026-06-20T21:41:45.588Z | sys 1:22.057593298 |
| 1761 | 2026-06-20T21:41:45.588Z | trap 0.220243687 |
| 1762 | 2026-06-20T21:41:45.588Z | tflt 0.638588409 |
| 1763 | 2026-06-20T21:41:45.589Z | dflt 0.525157403 |
| 1764 | 2026-06-20T21:41:45.589Z | kflt 0.026631357 |
| 1765 | 2026-06-20T21:41:45.589Z | lock 22:38.507230139 |
| 1766 | 2026-06-20T21:41:45.589Z | slp 22:13.058570205 |
| 1767 | 2026-06-20T21:41:45.589Z | lat 40.220797036 |
| 1768 | 2026-06-20T21:41:45.589Z | stop 1:49.341723501 |
| 1769 | 2026-06-20T21:41:45.589Z | + banner hack-check |
| 1770 | 2026-06-20T21:41:45.589Z | |
| 1771 | 2026-06-20T21:41:45.589Z | # # ## #### # # #### # # ###### #### # # |
| 1772 | 2026-06-20T21:41:45.589Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-06-20T21:41:45.589Z | ###### # # # #### ##### # ###### ##### # #### |
| 1774 | 2026-06-20T21:41:45.589Z | # # ###### # # # # # # # # # # |
| 1775 | 2026-06-20T21:41:45.589Z | # # # # # # # # # # # # # # # # # |
| 1776 | 2026-06-20T21:41:45.589Z | # # # # #### # # #### # # ###### #### # # |
| 1777 | 2026-06-20T21:41:45.589Z | |
| 1778 | 2026-06-20T21:41:45.589Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-06-20T21:41:45.589Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-06-20T21:41:45.589Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1781 | 2026-06-20T21:41:46.047Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-06-20T21:41:46.255Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-06-20T21:41:48.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1784 | 2026-06-20T21:41:48.294Z | Running `target/debug/xtask check-features --ci` |
| 1785 | 2026-06-20T21:41:48.294Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1786 | 2026-06-20T21:41:48.295Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1787 | 2026-06-20T21:41:48.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1788 | 2026-06-20T21:41:48.691Z | Running `target/debug/xtask download cargo-hack` |
| 1789 | 2026-06-20T21:41:49.441Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1790 | 2026-06-20T21:41:49.702Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1791 | 2026-06-20T21:41:52.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1792 | 2026-06-20T21:41:52.376Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1793 | 2026-06-20T21:41:52.415Z | Jun 20 21:41:51.262 INFO Starting download, target: CargoHack |
| 1794 | 2026-06-20T21:41:52.423Z | Jun 20 21:41:51.263 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1795 | 2026-06-20T21:41:52.762Z | Jun 20 21:41:51.612 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1796 | 2026-06-20T21:41:52.809Z | Jun 20 21:41:51.661 INFO Download complete, target: CargoHack |
| 1797 | 2026-06-20T21:41:52.813Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1798 | 2026-06-20T21:41:52.825Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1799 | 2026-06-20T21:41:52.981Z | info: running `cargo check --bins` on api_identity (1/297) |
| 1800 | 2026-06-20T21:41:53.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-06-20T21:41:53.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-06-20T21:41:53.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-06-20T21:41:53.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1804 | 2026-06-20T21:41:53.499Z | |
| 1805 | 2026-06-20T21:41:53.499Z | info: running `cargo check --bins` on bootstore (2/297) |
| 1806 | 2026-06-20T21:41:53.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-06-20T21:41:53.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-06-20T21:41:53.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-06-20T21:41:53.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1810 | 2026-06-20T21:41:53.983Z | |
| 1811 | 2026-06-20T21:41:53.983Z | info: running `cargo check --bins` on omicron-ledger (3/297) |
| 1812 | 2026-06-20T21:41:54.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-06-20T21:41:54.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-06-20T21:41:54.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-06-20T21:41:54.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1816 | 2026-06-20T21:41:54.480Z | |
| 1817 | 2026-06-20T21:41:54.480Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297) |
| 1818 | 2026-06-20T21:41:54.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-06-20T21:41:54.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-06-20T21:41:54.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-06-20T21:41:54.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1822 | 2026-06-20T21:41:54.976Z | |
| 1823 | 2026-06-20T21:41:54.976Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297) |
| 1824 | 2026-06-20T21:41:55.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-06-20T21:41:55.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-06-20T21:41:55.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-06-20T21:41:55.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1828 | 2026-06-20T21:41:55.464Z | |
| 1829 | 2026-06-20T21:41:55.464Z | info: running `cargo check --bins` on omicron-certificates (6/297) |
| 1830 | 2026-06-20T21:41:55.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-06-20T21:41:55.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-06-20T21:41:55.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-06-20T21:41:55.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1834 | 2026-06-20T21:41:55.968Z | |
| 1835 | 2026-06-20T21:41:55.968Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/297) |
| 1836 | 2026-06-20T21:41:56.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-06-20T21:41:56.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-06-20T21:41:56.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-06-20T21:41:56.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1840 | 2026-06-20T21:41:56.477Z | |
| 1841 | 2026-06-20T21:41:56.478Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297) |
| 1842 | 2026-06-20T21:41:56.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-06-20T21:41:56.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-06-20T21:41:56.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-06-20T21:41:56.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1846 | 2026-06-20T21:41:56.984Z | |
| 1847 | 2026-06-20T21:41:56.984Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297) |
| 1848 | 2026-06-20T21:41:57.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-06-20T21:41:57.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-06-20T21:41:57.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-06-20T21:41:57.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1852 | 2026-06-20T21:41:57.375Z | |
| 1853 | 2026-06-20T21:41:57.375Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297) |
| 1854 | 2026-06-20T21:41:57.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-06-20T21:41:57.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-06-20T21:41:57.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-06-20T21:41:57.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1858 | 2026-06-20T21:41:57.759Z | |
| 1859 | 2026-06-20T21:41:57.759Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297) |
| 1860 | 2026-06-20T21:41:58.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-06-20T21:41:58.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-06-20T21:41:58.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-06-20T21:41:58.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1864 | 2026-06-20T21:41:58.137Z | |
| 1865 | 2026-06-20T21:41:58.137Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297) |
| 1866 | 2026-06-20T21:41:58.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-06-20T21:41:58.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-06-20T21:41:58.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-06-20T21:41:58.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1870 | 2026-06-20T21:41:58.519Z | |
| 1871 | 2026-06-20T21:41:58.519Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297) |
| 1872 | 2026-06-20T21:41:58.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-06-20T21:41:58.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-06-20T21:41:58.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-06-20T21:41:58.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1876 | 2026-06-20T21:41:58.902Z | |
| 1877 | 2026-06-20T21:41:58.902Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297) |
| 1878 | 2026-06-20T21:41:59.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-06-20T21:41:59.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-06-20T21:41:59.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-06-20T21:41:59.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1882 | 2026-06-20T21:41:59.287Z | |
| 1883 | 2026-06-20T21:41:59.287Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297) |
| 1884 | 2026-06-20T21:41:59.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-06-20T21:41:59.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-06-20T21:41:59.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-06-20T21:41:59.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1888 | 2026-06-20T21:41:59.682Z | |
| 1889 | 2026-06-20T21:41:59.682Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297) |
| 1890 | 2026-06-20T21:42:00.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-06-20T21:42:00.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-06-20T21:42:00.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-06-20T21:42:00.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1894 | 2026-06-20T21:42:00.069Z | |
| 1895 | 2026-06-20T21:42:00.069Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297) |
| 1896 | 2026-06-20T21:42:00.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-06-20T21:42:00.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-06-20T21:42:00.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-06-20T21:42:00.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1900 | 2026-06-20T21:42:00.447Z | |
| 1901 | 2026-06-20T21:42:00.447Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297) |
| 1902 | 2026-06-20T21:42:00.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-06-20T21:42:00.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-06-20T21:42:00.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-06-20T21:42:00.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1906 | 2026-06-20T21:42:00.834Z | |
| 1907 | 2026-06-20T21:42:00.834Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297) |
| 1908 | 2026-06-20T21:42:01.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-06-20T21:42:01.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-06-20T21:42:01.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-06-20T21:42:01.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1912 | 2026-06-20T21:42:01.218Z | |
| 1913 | 2026-06-20T21:42:01.218Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297) |
| 1914 | 2026-06-20T21:42:01.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-06-20T21:42:01.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-06-20T21:42:01.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-06-20T21:42:01.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1918 | 2026-06-20T21:42:01.603Z | |
| 1919 | 2026-06-20T21:42:01.603Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297) |
| 1920 | 2026-06-20T21:42:01.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-06-20T21:42:01.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-06-20T21:42:01.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-06-20T21:42:01.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1924 | 2026-06-20T21:42:01.988Z | |
| 1925 | 2026-06-20T21:42:01.988Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297) |
| 1926 | 2026-06-20T21:42:02.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-06-20T21:42:02.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-06-20T21:42:02.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-06-20T21:42:02.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1930 | 2026-06-20T21:42:02.372Z | |
| 1931 | 2026-06-20T21:42:02.372Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297) |
| 1932 | 2026-06-20T21:42:02.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-06-20T21:42:02.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-06-20T21:42:02.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-06-20T21:42:02.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1936 | 2026-06-20T21:42:02.761Z | |
| 1937 | 2026-06-20T21:42:02.761Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297) |
| 1938 | 2026-06-20T21:42:03.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-06-20T21:42:03.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-06-20T21:42:03.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-06-20T21:42:03.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1942 | 2026-06-20T21:42:03.150Z | |
| 1943 | 2026-06-20T21:42:03.150Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297) |
| 1944 | 2026-06-20T21:42:03.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-06-20T21:42:03.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-06-20T21:42:03.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-06-20T21:42:03.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1948 | 2026-06-20T21:42:03.536Z | |
| 1949 | 2026-06-20T21:42:03.536Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297) |
| 1950 | 2026-06-20T21:42:03.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-06-20T21:42:03.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-06-20T21:42:03.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-06-20T21:42:03.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1954 | 2026-06-20T21:42:03.929Z | |
| 1955 | 2026-06-20T21:42:03.929Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297) |
| 1956 | 2026-06-20T21:42:04.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-06-20T21:42:04.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-06-20T21:42:04.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-06-20T21:42:04.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1960 | 2026-06-20T21:42:04.304Z | |
| 1961 | 2026-06-20T21:42:04.304Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297) |
| 1962 | 2026-06-20T21:42:04.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-06-20T21:42:04.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-06-20T21:42:04.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-06-20T21:42:04.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1966 | 2026-06-20T21:42:04.698Z | |
| 1967 | 2026-06-20T21:42:04.698Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297) |
| 1968 | 2026-06-20T21:42:05.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-06-20T21:42:05.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-06-20T21:42:05.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-06-20T21:42:05.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1972 | 2026-06-20T21:42:05.088Z | |
| 1973 | 2026-06-20T21:42:05.088Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297) |
| 1974 | 2026-06-20T21:42:05.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-06-20T21:42:05.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-06-20T21:42:05.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-06-20T21:42:05.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1978 | 2026-06-20T21:42:05.465Z | |
| 1979 | 2026-06-20T21:42:05.465Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297) |
| 1980 | 2026-06-20T21:42:05.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-06-20T21:42:05.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-06-20T21:42:05.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-06-20T21:42:05.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1984 | 2026-06-20T21:42:05.855Z | |
| 1985 | 2026-06-20T21:42:05.855Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297) |
| 1986 | 2026-06-20T21:42:06.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-06-20T21:42:06.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-06-20T21:42:06.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-06-20T21:42:06.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1990 | 2026-06-20T21:42:06.250Z | |
| 1991 | 2026-06-20T21:42:06.250Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297) |
| 1992 | 2026-06-20T21:42:06.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-06-20T21:42:06.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-06-20T21:42:06.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-06-20T21:42:06.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1996 | 2026-06-20T21:42:06.637Z | |
| 1997 | 2026-06-20T21:42:06.637Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297) |
| 1998 | 2026-06-20T21:42:06.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-06-20T21:42:06.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-06-20T21:42:06.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-06-20T21:42:06.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2002 | 2026-06-20T21:42:07.015Z | |
| 2003 | 2026-06-20T21:42:07.015Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297) |
| 2004 | 2026-06-20T21:42:07.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-06-20T21:42:07.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-06-20T21:42:07.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-06-20T21:42:07.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2008 | 2026-06-20T21:42:07.401Z | |
| 2009 | 2026-06-20T21:42:07.401Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297) |
| 2010 | 2026-06-20T21:42:07.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-06-20T21:42:07.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-06-20T21:42:07.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-06-20T21:42:07.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2014 | 2026-06-20T21:42:07.787Z | |
| 2015 | 2026-06-20T21:42:07.787Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297) |
| 2016 | 2026-06-20T21:42:08.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-06-20T21:42:08.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-06-20T21:42:08.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-06-20T21:42:08.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2020 | 2026-06-20T21:42:08.170Z | |
| 2021 | 2026-06-20T21:42:08.170Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297) |
| 2022 | 2026-06-20T21:42:08.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-06-20T21:42:08.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-06-20T21:42:08.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-06-20T21:42:08.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2026 | 2026-06-20T21:42:08.552Z | |
| 2027 | 2026-06-20T21:42:08.552Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297) |
| 2028 | 2026-06-20T21:42:08.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-06-20T21:42:08.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-06-20T21:42:08.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-06-20T21:42:08.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2032 | 2026-06-20T21:42:08.940Z | |
| 2033 | 2026-06-20T21:42:08.940Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297) |
| 2034 | 2026-06-20T21:42:09.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-06-20T21:42:09.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-06-20T21:42:09.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-06-20T21:42:09.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2038 | 2026-06-20T21:42:09.324Z | |
| 2039 | 2026-06-20T21:42:09.324Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297) |
| 2040 | 2026-06-20T21:42:09.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-06-20T21:42:09.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-06-20T21:42:09.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-06-20T21:42:09.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2044 | 2026-06-20T21:42:09.712Z | |
| 2045 | 2026-06-20T21:42:09.712Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297) |
| 2046 | 2026-06-20T21:42:10.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-06-20T21:42:10.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-06-20T21:42:10.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-06-20T21:42:10.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2050 | 2026-06-20T21:42:10.102Z | |
| 2051 | 2026-06-20T21:42:10.102Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297) |
| 2052 | 2026-06-20T21:42:10.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-06-20T21:42:10.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-06-20T21:42:10.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-06-20T21:42:10.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2056 | 2026-06-20T21:42:10.499Z | |
| 2057 | 2026-06-20T21:42:10.499Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297) |
| 2058 | 2026-06-20T21:42:10.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-06-20T21:42:10.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-06-20T21:42:10.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-06-20T21:42:10.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2062 | 2026-06-20T21:42:10.877Z | |
| 2063 | 2026-06-20T21:42:10.877Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297) |
| 2064 | 2026-06-20T21:42:11.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-06-20T21:42:11.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-06-20T21:42:11.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-06-20T21:42:11.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2068 | 2026-06-20T21:42:11.270Z | |
| 2069 | 2026-06-20T21:42:11.270Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297) |
| 2070 | 2026-06-20T21:42:11.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-06-20T21:42:11.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-06-20T21:42:11.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-06-20T21:42:11.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2074 | 2026-06-20T21:42:11.650Z | |
| 2075 | 2026-06-20T21:42:11.650Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297) |
| 2076 | 2026-06-20T21:42:11.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-06-20T21:42:11.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-06-20T21:42:11.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-06-20T21:42:11.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2080 | 2026-06-20T21:42:12.034Z | |
| 2081 | 2026-06-20T21:42:12.035Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297) |
| 2082 | 2026-06-20T21:42:12.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-06-20T21:42:12.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-06-20T21:42:12.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-06-20T21:42:12.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2086 | 2026-06-20T21:42:12.420Z | |
| 2087 | 2026-06-20T21:42:12.420Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297) |
| 2088 | 2026-06-20T21:42:12.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-06-20T21:42:12.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-06-20T21:42:12.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-06-20T21:42:12.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2092 | 2026-06-20T21:42:12.968Z | |
| 2093 | 2026-06-20T21:42:12.968Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297) |
| 2094 | 2026-06-20T21:42:13.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-06-20T21:42:13.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-06-20T21:42:13.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-06-20T21:42:13.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2098 | 2026-06-20T21:42:13.514Z | |
| 2099 | 2026-06-20T21:42:13.514Z | info: running `cargo check --bins` on nexus-config (51/297) |
| 2100 | 2026-06-20T21:42:13.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-06-20T21:42:13.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-06-20T21:42:13.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-06-20T21:42:13.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2104 | 2026-06-20T21:42:14.067Z | |
| 2105 | 2026-06-20T21:42:14.067Z | info: running `cargo check --bins` on nexus-types (52/297) |
| 2106 | 2026-06-20T21:42:14.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-06-20T21:42:14.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-06-20T21:42:14.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-06-20T21:42:14.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2110 | 2026-06-20T21:42:14.615Z | |
| 2111 | 2026-06-20T21:42:14.615Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297) |
| 2112 | 2026-06-20T21:42:15.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-06-20T21:42:15.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-06-20T21:42:15.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-06-20T21:42:15.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2116 | 2026-06-20T21:42:15.133Z | |
| 2117 | 2026-06-20T21:42:15.133Z | info: running `cargo check --bins` on omicron-passwords (54/297) |
| 2118 | 2026-06-20T21:42:15.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-06-20T21:42:15.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-06-20T21:42:15.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-06-20T21:42:15.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2122 | 2026-06-20T21:42:15.628Z | |
| 2123 | 2026-06-20T21:42:15.628Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/297) |
| 2124 | 2026-06-20T21:42:16.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-06-20T21:42:16.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-06-20T21:42:16.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-06-20T21:42:16.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2128 | 2026-06-20T21:42:16.153Z | |
| 2129 | 2026-06-20T21:42:16.153Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297) |
| 2130 | 2026-06-20T21:42:16.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-06-20T21:42:16.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-06-20T21:42:16.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-06-20T21:42:16.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2134 | 2026-06-20T21:42:16.663Z | |
| 2135 | 2026-06-20T21:42:16.663Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297) |
| 2136 | 2026-06-20T21:42:17.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-06-20T21:42:17.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-06-20T21:42:17.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-06-20T21:42:17.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2140 | 2026-06-20T21:42:17.184Z | |
| 2141 | 2026-06-20T21:42:17.184Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297) |
| 2142 | 2026-06-20T21:42:17.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-06-20T21:42:17.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-06-20T21:42:17.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-06-20T21:42:17.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2146 | 2026-06-20T21:42:17.705Z | |
| 2147 | 2026-06-20T21:42:17.705Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297) |
| 2148 | 2026-06-20T21:42:18.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-06-20T21:42:18.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-06-20T21:42:18.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-06-20T21:42:18.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2152 | 2026-06-20T21:42:18.208Z | |
| 2153 | 2026-06-20T21:42:18.208Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297) |
| 2154 | 2026-06-20T21:42:18.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-06-20T21:42:18.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-06-20T21:42:18.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-06-20T21:42:18.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2158 | 2026-06-20T21:42:18.718Z | |
| 2159 | 2026-06-20T21:42:18.719Z | info: running `cargo check --bins --no-default-features` on gfss (61/297) |
| 2160 | 2026-06-20T21:42:19.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-06-20T21:42:19.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-06-20T21:42:19.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-06-20T21:42:19.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2164 | 2026-06-20T21:42:19.207Z | |
| 2165 | 2026-06-20T21:42:19.207Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297) |
| 2166 | 2026-06-20T21:42:19.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-06-20T21:42:19.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-06-20T21:42:19.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-06-20T21:42:19.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2170 | 2026-06-20T21:42:19.710Z | |
| 2171 | 2026-06-20T21:42:19.710Z | info: running `cargo check --bins` on clickhouse-admin-types (63/297) |
| 2172 | 2026-06-20T21:42:20.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-06-20T21:42:20.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-06-20T21:42:20.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-06-20T21:42:20.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2176 | 2026-06-20T21:42:20.218Z | |
| 2177 | 2026-06-20T21:42:20.218Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/297) |
| 2178 | 2026-06-20T21:42:20.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-06-20T21:42:20.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-06-20T21:42:20.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-06-20T21:42:20.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2182 | 2026-06-20T21:42:20.734Z | |
| 2183 | 2026-06-20T21:42:20.734Z | info: running `cargo check --bins` on cockroach-admin-types (65/297) |
| 2184 | 2026-06-20T21:42:21.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-06-20T21:42:21.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-06-20T21:42:21.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-06-20T21:42:21.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2188 | 2026-06-20T21:42:21.241Z | |
| 2189 | 2026-06-20T21:42:21.241Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/297) |
| 2190 | 2026-06-20T21:42:21.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-06-20T21:42:21.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-06-20T21:42:21.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-06-20T21:42:21.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2194 | 2026-06-20T21:42:21.734Z | |
| 2195 | 2026-06-20T21:42:21.734Z | info: running `cargo check --bins` on ereport-types (67/297) |
| 2196 | 2026-06-20T21:42:22.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-06-20T21:42:22.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-06-20T21:42:22.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-06-20T21:42:22.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2200 | 2026-06-20T21:42:22.240Z | |
| 2201 | 2026-06-20T21:42:22.240Z | info: running `cargo check --bins` on gateway-client (68/297) |
| 2202 | 2026-06-20T21:42:22.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-06-20T21:42:22.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-06-20T21:42:22.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-06-20T21:42:22.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2206 | 2026-06-20T21:42:22.739Z | |
| 2207 | 2026-06-20T21:42:22.739Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/297) |
| 2208 | 2026-06-20T21:42:23.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-06-20T21:42:23.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-06-20T21:42:23.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-06-20T21:42:23.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2212 | 2026-06-20T21:42:23.244Z | |
| 2213 | 2026-06-20T21:42:23.244Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297) |
| 2214 | 2026-06-20T21:42:23.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-06-20T21:42:23.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-06-20T21:42:23.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-06-20T21:42:23.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2218 | 2026-06-20T21:42:23.751Z | |
| 2219 | 2026-06-20T21:42:23.751Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297) |
| 2220 | 2026-06-20T21:42:24.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-06-20T21:42:24.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-06-20T21:42:24.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-06-20T21:42:24.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2224 | 2026-06-20T21:42:24.259Z | |
| 2225 | 2026-06-20T21:42:24.259Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297) |
| 2226 | 2026-06-20T21:42:24.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-06-20T21:42:24.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-06-20T21:42:24.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-06-20T21:42:24.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2230 | 2026-06-20T21:42:24.767Z | |
| 2231 | 2026-06-20T21:42:24.767Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/297) |
| 2232 | 2026-06-20T21:42:25.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-06-20T21:42:25.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-06-20T21:42:25.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-06-20T21:42:25.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2236 | 2026-06-20T21:42:25.296Z | |
| 2237 | 2026-06-20T21:42:25.297Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297) |
| 2238 | 2026-06-20T21:42:25.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-06-20T21:42:25.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-06-20T21:42:25.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-06-20T21:42:25.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2242 | 2026-06-20T21:42:25.833Z | |
| 2243 | 2026-06-20T21:42:25.833Z | info: running `cargo check --bins` on key-manager-types (75/297) |
| 2244 | 2026-06-20T21:42:26.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-06-20T21:42:26.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-06-20T21:42:26.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-06-20T21:42:26.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2248 | 2026-06-20T21:42:26.326Z | |
| 2249 | 2026-06-20T21:42:26.326Z | info: running `cargo check --bins` on oxlog (76/297) |
| 2250 | 2026-06-20T21:42:26.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-06-20T21:42:26.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-06-20T21:42:26.866Z | Checking cfg-if v1.0.4 |
| 2253 | 2026-06-20T21:42:26.869Z | Checking libc v0.2.185 |
| 2254 | 2026-06-20T21:42:26.869Z | Checking serde_core v1.0.228 |
| 2255 | 2026-06-20T21:42:26.978Z | Checking zeroize v1.8.2 |
| 2256 | 2026-06-20T21:42:26.987Z | Checking memchr v2.8.0 |
| 2257 | 2026-06-20T21:42:26.996Z | Checking log v0.4.29 |
| 2258 | 2026-06-20T21:42:27.005Z | Checking smallvec v1.15.1 |
| 2259 | 2026-06-20T21:42:27.017Z | Checking typenum v1.19.0 |
| 2260 | 2026-06-20T21:42:27.017Z | Checking subtle v2.6.1 |
| 2261 | 2026-06-20T21:43:23.251Z | Checking itoa v1.0.17 |
| 2262 | 2026-06-20T21:43:23.497Z | Checking scopeguard v1.2.0 |
| 2263 | 2026-06-20T21:43:23.497Z | Checking stable_deref_trait v1.2.1 |
| 2264 | 2026-06-20T21:43:23.497Z | Checking const-oid v0.9.6 |
| 2265 | 2026-06-20T21:43:23.497Z | Checking zerofrom v0.1.6 |
| 2266 | 2026-06-20T21:43:23.497Z | Checking lock_api v0.4.14 |
| 2267 | 2026-06-20T21:43:23.497Z | Checking pin-project-lite v0.2.17 |
| 2268 | 2026-06-20T21:43:23.497Z | Checking yoke v0.8.1 |
| 2269 | 2026-06-20T21:43:23.497Z | Checking portable-atomic v1.13.1 |
| 2270 | 2026-06-20T21:43:23.497Z | Checking futures-core v0.3.32 |
| 2271 | 2026-06-20T21:43:23.497Z | Checking getrandom v0.2.17 |
| 2272 | 2026-06-20T21:43:23.497Z | Checking errno v0.3.14 |
| 2273 | 2026-06-20T21:43:23.497Z | Checking parking_lot_core v0.9.12 |
| 2274 | 2026-06-20T21:43:23.497Z | Checking zerovec v0.11.5 |
| 2275 | 2026-06-20T21:43:23.497Z | Checking rand_core v0.6.4 |
| 2276 | 2026-06-20T21:43:23.497Z | Checking generic-array v0.14.7 |
| 2277 | 2026-06-20T21:43:23.497Z | Checking signal-hook-registry v1.4.8 |
| 2278 | 2026-06-20T21:43:23.497Z | Checking critical-section v1.2.0 |
| 2279 | 2026-06-20T21:43:23.497Z | Checking parking_lot v0.12.5 |
| 2280 | 2026-06-20T21:43:23.497Z | Checking mio v1.2.0 |
| 2281 | 2026-06-20T21:43:23.497Z | Checking once_cell v1.21.3 |
| 2282 | 2026-06-20T21:43:23.497Z | Checking zerocopy v0.8.40 |
| 2283 | 2026-06-20T21:43:23.497Z | Checking zmij v1.0.21 |
| 2284 | 2026-06-20T21:43:23.498Z | Checking socket2 v0.6.3 |
| 2285 | 2026-06-20T21:43:23.498Z | Checking libm v0.2.16 |
| 2286 | 2026-06-20T21:43:23.498Z | Checking tinystr v0.8.2 |
| 2287 | 2026-06-20T21:43:23.498Z | Checking crypto-common v0.1.7 |
| 2288 | 2026-06-20T21:43:23.498Z | Checking block-buffer v0.10.4 |
| 2289 | 2026-06-20T21:43:23.498Z | Checking writeable v0.6.2 |
| 2290 | 2026-06-20T21:43:23.498Z | Checking percent-encoding v2.3.2 |
| 2291 | 2026-06-20T21:43:23.498Z | Checking equivalent v1.0.2 |
| 2292 | 2026-06-20T21:43:23.498Z | Checking litemap v0.8.1 |
| 2293 | 2026-06-20T21:43:23.498Z | Checking digest v0.10.7 |
| 2294 | 2026-06-20T21:43:23.498Z | Checking potential_utf v0.1.4 |
| 2295 | 2026-06-20T21:43:23.498Z | Checking zerotrie v0.2.3 |
| 2296 | 2026-06-20T21:43:23.498Z | Checking futures-sink v0.3.32 |
| 2297 | 2026-06-20T21:43:23.498Z | Checking icu_locale_core v2.1.1 |
| 2298 | 2026-06-20T21:43:23.498Z | Checking icu_collections v2.1.1 |
| 2299 | 2026-06-20T21:43:23.498Z | Checking futures-io v0.3.32 |
| 2300 | 2026-06-20T21:43:23.498Z | Checking futures-channel v0.3.32 |
| 2301 | 2026-06-20T21:43:23.498Z | Checking serde v1.0.228 |
| 2302 | 2026-06-20T21:43:23.498Z | Checking bitflags v2.11.0 |
| 2303 | 2026-06-20T21:43:23.498Z | Checking serde_json v1.0.149 |
| 2304 | 2026-06-20T21:43:23.498Z | Checking cpufeatures v0.2.17 |
| 2305 | 2026-06-20T21:43:23.498Z | Checking futures-task v0.3.32 |
| 2306 | 2026-06-20T21:43:23.498Z | Checking slab v0.4.12 |
| 2307 | 2026-06-20T21:43:23.498Z | Checking num-traits v0.2.19 |
| 2308 | 2026-06-20T21:43:23.498Z | Checking hmac v0.12.1 |
| 2309 | 2026-06-20T21:43:23.499Z | Checking icu_properties_data v2.1.2 |
| 2310 | 2026-06-20T21:43:23.499Z | Checking futures-util v0.3.32 |
| 2311 | 2026-06-20T21:43:23.499Z | Checking icu_normalizer_data v2.1.1 |
| 2312 | 2026-06-20T21:43:23.499Z | Checking icu_provider v2.1.1 |
| 2313 | 2026-06-20T21:43:23.499Z | Checking bytes v1.11.1 |
| 2314 | 2026-06-20T21:43:23.499Z | Checking hashbrown v0.17.0 |
| 2315 | 2026-06-20T21:43:23.499Z | Checking rand_core v0.10.0 |
| 2316 | 2026-06-20T21:43:23.499Z | Checking getrandom v0.4.1 |
| 2317 | 2026-06-20T21:43:23.499Z | Checking icu_normalizer v2.1.1 |
| 2318 | 2026-06-20T21:43:23.499Z | Checking icu_properties v2.1.2 |
| 2319 | 2026-06-20T21:43:23.499Z | Checking block-padding v0.3.3 |
| 2320 | 2026-06-20T21:43:23.499Z | Checking utf8_iter v1.0.4 |
| 2321 | 2026-06-20T21:43:23.499Z | Checking inout v0.1.4 |
| 2322 | 2026-06-20T21:43:23.499Z | Checking tokio v1.52.1 |
| 2323 | 2026-06-20T21:43:23.499Z | Checking sha2 v0.10.9 |
| 2324 | 2026-06-20T21:43:23.499Z | Checking indexmap v2.14.0 |
| 2325 | 2026-06-20T21:43:23.499Z | Checking form_urlencoded v1.2.2 |
| 2326 | 2026-06-20T21:43:23.499Z | Checking cipher v0.4.4 |
| 2327 | 2026-06-20T21:43:23.696Z | Checking getrandom v0.3.4 |
| 2328 | 2026-06-20T21:43:23.696Z | Checking base64ct v1.8.3 |
| 2329 | 2026-06-20T21:43:23.696Z | Checking fnv v1.0.7 |
| 2330 | 2026-06-20T21:43:23.696Z | Checking byteorder v1.5.0 |
| 2331 | 2026-06-20T21:43:23.696Z | Checking flagset v0.4.7 |
| 2332 | 2026-06-20T21:43:23.696Z | Checking pem-rfc7468 v0.7.0 |
| 2333 | 2026-06-20T21:43:23.696Z | Checking rand_core v0.9.5 |
| 2334 | 2026-06-20T21:43:23.696Z | Checking http v1.4.0 |
| 2335 | 2026-06-20T21:43:23.696Z | Checking regex-syntax v0.8.10 |
| 2336 | 2026-06-20T21:43:23.696Z | Checking der v0.7.10 |
| 2337 | 2026-06-20T21:43:23.696Z | Checking idna_adapter v1.2.1 |
| 2338 | 2026-06-20T21:43:23.696Z | Checking salsa20 v0.10.2 |
| 2339 | 2026-06-20T21:43:23.696Z | Checking idna v1.1.0 |
| 2340 | 2026-06-20T21:43:23.696Z | Checking uuid v1.23.0 |
| 2341 | 2026-06-20T21:43:23.696Z | Checking url v2.5.8 |
| 2342 | 2026-06-20T21:43:23.696Z | Checking pbkdf2 v0.12.2 |
| 2343 | 2026-06-20T21:43:23.696Z | Checking rustix v1.1.3 |
| 2344 | 2026-06-20T21:43:23.696Z | Checking tracing-core v0.1.36 |
| 2345 | 2026-06-20T21:43:23.696Z | Checking ppv-lite86 v0.2.21 |
| 2346 | 2026-06-20T21:43:23.696Z | Checking spki v0.7.3 |
| 2347 | 2026-06-20T21:43:23.697Z | Checking rustls-pki-types v1.14.0 |
| 2348 | 2026-06-20T21:43:23.697Z | Checking base64 v0.22.1 |
| 2349 | 2026-06-20T21:43:23.697Z | Checking iana-time-zone v0.1.65 |
| 2350 | 2026-06-20T21:43:23.697Z | Checking rand_chacha v0.9.0 |
| 2351 | 2026-06-20T21:43:23.697Z | Checking tracing v0.1.44 |
| 2352 | 2026-06-20T21:43:23.697Z | Checking chrono v0.4.44 |
| 2353 | 2026-06-20T21:43:23.697Z | Checking scrypt v0.11.0 |
| 2354 | 2026-06-20T21:43:23.697Z | Checking http-body v1.0.1 |
| 2355 | 2026-06-20T21:43:23.697Z | Checking cbc v0.1.2 |
| 2356 | 2026-06-20T21:43:23.697Z | Checking aes v0.8.4 |
| 2357 | 2026-06-20T21:43:23.697Z | Checking aws-lc-sys v0.40.0 |
| 2358 | 2026-06-20T21:43:23.697Z | Checking untrusted v0.7.1 |
| 2359 | 2026-06-20T21:43:23.697Z | Checking tinyvec_macros v0.1.1 |
| 2360 | 2026-06-20T21:43:23.697Z | Checking untrusted v0.9.0 |
| 2361 | 2026-06-20T21:43:23.697Z | Checking openssl-probe v0.2.1 |
| 2362 | 2026-06-20T21:43:23.697Z | Checking tinyvec v1.10.0 |
| 2363 | 2026-06-20T21:43:23.697Z | Checking ring v0.17.14 |
| 2364 | 2026-06-20T21:43:23.697Z | Checking rand v0.9.2 |
| 2365 | 2026-06-20T21:43:23.697Z | Checking tower-service v0.3.3 |
| 2366 | 2026-06-20T21:43:23.697Z | Checking try-lock v0.2.5 |
| 2367 | 2026-06-20T21:43:23.697Z | Checking pkcs5 v0.7.1 |
| 2368 | 2026-06-20T21:43:23.697Z | Checking tower-layer v0.3.3 |
| 2369 | 2026-06-20T21:43:23.697Z | Checking atomic-waker v1.1.2 |
| 2370 | 2026-06-20T21:43:23.697Z | Checking aws-lc-rs v1.16.3 |
| 2371 | 2026-06-20T21:43:23.697Z | Checking want v0.3.1 |
| 2372 | 2026-06-20T21:43:23.697Z | Checking ipnet v2.11.0 |
| 2373 | 2026-06-20T21:43:23.988Z | Checking pkcs8 v0.10.2 |
| 2374 | 2026-06-20T21:43:23.988Z | Checking httparse v1.10.1 |
| 2375 | 2026-06-20T21:43:23.988Z | Checking aho-corasick v1.1.4 |
| 2376 | 2026-06-20T21:43:23.988Z | Checking utf8parse v0.2.2 |
| 2377 | 2026-06-20T21:43:23.988Z | Checking foreign-types-shared v0.1.1 |
| 2378 | 2026-06-20T21:43:23.988Z | Checking plain v0.2.3 |
| 2379 | 2026-06-20T21:43:23.988Z | Checking dyn-clone v1.0.20 |
| 2380 | 2026-06-20T21:43:23.988Z | Checking fastrand v2.3.0 |
| 2381 | 2026-06-20T21:43:23.988Z | Checking pin-utils v0.1.0 |
| 2382 | 2026-06-20T21:43:23.988Z | Checking httpdate v1.0.3 |
| 2383 | 2026-06-20T21:43:23.988Z | Checking foreign-types v0.3.2 |
| 2384 | 2026-06-20T21:43:23.988Z | Checking unicode-normalization v0.1.25 |
| 2385 | 2026-06-20T21:43:23.988Z | Checking semver v1.0.28 |
| 2386 | 2026-06-20T21:43:23.988Z | Checking openssl-sys v0.9.115 |
| 2387 | 2026-06-20T21:43:23.988Z | Checking tempfile v3.25.0 |
| 2388 | 2026-06-20T21:43:23.988Z | Checking spin v0.9.8 |
| 2389 | 2026-06-20T21:43:23.988Z | Checking socket2 v0.5.10 |
| 2390 | 2026-06-20T21:43:23.988Z | Checking ucd-trie v0.1.7 |
| 2391 | 2026-06-20T21:43:23.989Z | Checking anstyle v1.0.14 |
| 2392 | 2026-06-20T21:43:23.989Z | Checking unicode-ident v1.0.24 |
| 2393 | 2026-06-20T21:43:23.989Z | Checking regex-automata v0.4.14 |
| 2394 | 2026-06-20T21:43:23.989Z | Checking pest v2.8.6 |
| 2395 | 2026-06-20T21:43:23.989Z | Checking rustls-webpki v0.103.9 |
| 2396 | 2026-06-20T21:43:23.989Z | Checking openssl v0.10.79 |
| 2397 | 2026-06-20T21:43:23.989Z | Checking tokio-util v0.7.18 |
| 2398 | 2026-06-20T21:43:23.989Z | Checking proc-macro2 v1.0.106 |
| 2399 | 2026-06-20T21:43:23.989Z | Checking schemars v0.8.22 |
| 2400 | 2026-06-20T21:43:23.989Z | Checking rustls-native-certs v0.8.3 |
| 2401 | 2026-06-20T21:43:23.989Z | Checking thiserror v2.0.18 |
| 2402 | 2026-06-20T21:43:23.989Z | Checking sync_wrapper v1.0.2 |
| 2403 | 2026-06-20T21:43:23.989Z | Checking wait-timeout v0.2.1 |
| 2404 | 2026-06-20T21:43:23.989Z | Checking rustls v0.23.37 |
| 2405 | 2026-06-20T21:43:23.989Z | Checking powerfmt v0.2.0 |
| 2406 | 2026-06-20T21:43:23.989Z | Checking is_terminal_polyfill v1.70.2 |
| 2407 | 2026-06-20T21:43:23.989Z | Checking quick-error v1.2.3 |
| 2408 | 2026-06-20T21:43:23.989Z | Checking bit-vec v0.8.0 |
| 2409 | 2026-06-20T21:43:23.989Z | Checking h2 v0.4.13 |
| 2410 | 2026-06-20T21:43:23.989Z | Checking siphasher v1.0.2 |
| 2411 | 2026-06-20T21:43:23.989Z | Checking colorchoice v1.0.4 |
| 2412 | 2026-06-20T21:43:23.989Z | Checking anstyle-query v1.1.5 |
| 2413 | 2026-06-20T21:43:23.989Z | Checking simd-adler32 v0.3.8 |
| 2414 | 2026-06-20T21:43:23.989Z | Checking pretty-hex v0.4.1 |
| 2415 | 2026-06-20T21:43:23.989Z | Checking bit-set v0.8.0 |
| 2416 | 2026-06-20T21:43:23.989Z | Checking rusty-fork v0.3.1 |
| 2417 | 2026-06-20T21:43:23.989Z | Checking deranged v0.5.8 |
| 2418 | 2026-06-20T21:43:23.989Z | Checking tower v0.5.3 |
| 2419 | 2026-06-20T21:43:23.989Z | Checking quote v1.0.45 |
| 2420 | 2026-06-20T21:43:23.990Z | Compiling newtype-uuid v1.3.2 |
| 2421 | 2026-06-20T21:43:23.990Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-06-20T21:43:23.990Z | Checking webpki-roots v1.0.6 |
| 2423 | 2026-06-20T21:43:23.990Z | Checking crossbeam-utils v0.8.21 |
| 2424 | 2026-06-20T21:43:23.990Z | Checking rand_xorshift v0.4.0 |
| 2425 | 2026-06-20T21:43:23.990Z | Checking crc32fast v1.5.0 |
| 2426 | 2026-06-20T21:43:23.990Z | Checking scroll v0.13.0 |
| 2427 | 2026-06-20T21:43:23.990Z | Checking signature v2.2.0 |
| 2428 | 2026-06-20T21:43:23.990Z | Checking adler2 v2.0.1 |
| 2429 | 2026-06-20T21:43:23.990Z | Checking num_threads v0.1.7 |
| 2430 | 2026-06-20T21:43:23.990Z | Checking time-core v0.1.8 |
| 2431 | 2026-06-20T21:43:23.990Z | Checking unicode-bidi v0.3.18 |
| 2432 | 2026-06-20T21:43:23.990Z | Checking ryu v1.0.23 |
| 2433 | 2026-06-20T21:43:23.990Z | Checking unicode-properties v0.1.4 |
| 2434 | 2026-06-20T21:43:23.990Z | Checking allocator-api2 v0.2.21 |
| 2435 | 2026-06-20T21:43:23.990Z | Checking num-conv v0.2.0 |
| 2436 | 2026-06-20T21:43:23.990Z | Checking iri-string v0.7.10 |
| 2437 | 2026-06-20T21:43:23.990Z | Checking unarray v0.1.4 |
| 2438 | 2026-06-20T21:43:23.990Z | Checking time v0.3.47 |
| 2439 | 2026-06-20T21:43:23.990Z | Checking native-tls v0.2.18 |
| 2440 | 2026-06-20T21:43:23.990Z | Checking stringprep v0.1.5 |
| 2441 | 2026-06-20T21:43:23.990Z | Checking proptest v1.10.0 |
| 2442 | 2026-06-20T21:43:23.990Z | Checking serde_urlencoded v0.7.1 |
| 2443 | 2026-06-20T21:43:23.990Z | Checking tokio-native-tls v0.3.1 |
| 2444 | 2026-06-20T21:43:23.990Z | Checking bstr v1.12.1 |
| 2445 | 2026-06-20T21:43:23.990Z | Checking miniz_oxide v0.8.9 |
| 2446 | 2026-06-20T21:43:23.990Z | Checking goblin v0.10.5 |
| 2447 | 2026-06-20T21:43:23.990Z | Checking crossbeam-epoch v0.9.18 |
| 2448 | 2026-06-20T21:43:23.990Z | Compiling daft v0.1.7 |
| 2449 | 2026-06-20T21:43:23.990Z | Checking tokio-rustls v0.26.4 |
| 2450 | 2026-06-20T21:43:23.990Z | Checking syn v2.0.117 |
| 2451 | 2026-06-20T21:43:23.990Z | Checking tower-http v0.6.8 |
| 2452 | 2026-06-20T21:43:23.990Z | Checking ipnetwork v0.21.1 |
| 2453 | 2026-06-20T21:43:23.990Z | Checking anstyle-parse v1.0.0 |
| 2454 | 2026-06-20T21:43:23.990Z | Checking rand_chacha v0.3.1 |
| 2455 | 2026-06-20T21:43:23.990Z | Checking scroll v0.12.0 |
| 2456 | 2026-06-20T21:43:23.990Z | Checking thiserror v1.0.69 |
| 2457 | 2026-06-20T21:43:23.991Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2458 | 2026-06-20T21:43:23.991Z | Checking hash32 v0.2.1 |
| 2459 | 2026-06-20T21:43:23.991Z | Checking num-integer v0.1.46 |
| 2460 | 2026-06-20T21:43:23.991Z | Checking hyper v1.8.1 |
| 2461 | 2026-06-20T21:43:23.991Z | Checking toml_datetime v0.6.11 |
| 2462 | 2026-06-20T21:43:23.991Z | Checking serde_spanned v0.6.9 |
| 2463 | 2026-06-20T21:43:23.991Z | Checking md-5 v0.10.6 |
| 2464 | 2026-06-20T21:43:23.991Z | Checking ff v0.13.1 |
| 2465 | 2026-06-20T21:43:23.991Z | Checking encoding_rs v0.8.35 |
| 2466 | 2026-06-20T21:43:23.991Z | Checking psl-types v2.0.11 |
| 2467 | 2026-06-20T21:43:23.991Z | Checking fallible-iterator v0.2.0 |
| 2468 | 2026-06-20T21:43:23.991Z | Checking mime v0.3.17 |
| 2469 | 2026-06-20T21:43:23.991Z | Checking base16ct v0.2.0 |
| 2470 | 2026-06-20T21:43:23.991Z | Checking zlib-rs v0.6.2 |
| 2471 | 2026-06-20T21:43:23.991Z | Checking sec1 v0.7.3 |
| 2472 | 2026-06-20T21:43:23.991Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-06-20T21:43:24.164Z | Checking publicsuffix v2.3.0 |
| 2474 | 2026-06-20T21:43:24.164Z | Checking group v0.13.0 |
| 2475 | 2026-06-20T21:43:24.164Z | Checking num-iter v0.1.45 |
| 2476 | 2026-06-20T21:43:24.164Z | Checking heapless v0.7.17 |
| 2477 | 2026-06-20T21:43:24.164Z | Checking goblin v0.8.2 |
| 2478 | 2026-06-20T21:43:24.164Z | Checking hyper-util v0.1.20 |
| 2479 | 2026-06-20T21:43:24.165Z | Checking rand v0.8.6 |
| 2480 | 2026-06-20T21:43:24.165Z | Checking zstd-safe v7.2.4 |
| 2481 | 2026-06-20T21:43:24.165Z | Checking oxnet v0.1.6 |
| 2482 | 2026-06-20T21:43:24.165Z | Checking anstream v1.0.0 |
| 2483 | 2026-06-20T21:43:24.165Z | Checking flate2 v1.1.9 |
| 2484 | 2026-06-20T21:43:24.165Z | Checking dof v0.4.0 |
| 2485 | 2026-06-20T21:43:24.165Z | Checking cookie v0.18.1 |
| 2486 | 2026-06-20T21:43:24.165Z | Compiling iddqd v0.4.2 |
| 2487 | 2026-06-20T21:43:24.165Z | Checking dtrace-parser v0.3.0 |
| 2488 | 2026-06-20T21:43:24.165Z | Checking phf_shared v0.13.1 |
| 2489 | 2026-06-20T21:43:24.170Z | Checking lazy_static v1.5.0 |
| 2490 | 2026-06-20T21:43:24.170Z | Checking anstyle-parse v0.2.7 |
| 2491 | 2026-06-20T21:43:24.170Z | Checking zerocopy v0.7.35 |
| 2492 | 2026-06-20T21:43:24.170Z | Checking pin-project v1.1.11 |
| 2493 | 2026-06-20T21:43:24.170Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2494 | 2026-06-20T21:43:24.170Z | Checking terminal_size v0.4.3 |
| 2495 | 2026-06-20T21:43:24.170Z | Checking signal-hook v0.3.18 |
| 2496 | 2026-06-20T21:43:24.170Z | Checking futures-executor v0.3.32 |
| 2497 | 2026-06-20T21:43:24.170Z | Checking hex v0.4.3 |
| 2498 | 2026-06-20T21:43:24.170Z | Checking hkdf v0.12.4 |
| 2499 | 2026-06-20T21:43:24.170Z | Checking crypto-bigint v0.5.5 |
| 2500 | 2026-06-20T21:43:24.170Z | Checking thread-id v5.1.0 |
| 2501 | 2026-06-20T21:43:24.170Z | Checking winnow v0.5.40 |
| 2502 | 2026-06-20T21:43:24.170Z | Checking foldhash v0.1.5 |
| 2503 | 2026-06-20T21:43:24.170Z | Checking hyper-rustls v0.27.7 |
| 2504 | 2026-06-20T21:43:24.171Z | Checking hyper-tls v0.6.0 |
| 2505 | 2026-06-20T21:43:24.171Z | Compiling rayon-core v1.13.0 |
| 2506 | 2026-06-20T21:43:24.171Z | Checking managed v0.8.0 |
| 2507 | 2026-06-20T21:43:24.171Z | Checking either v1.15.0 |
| 2508 | 2026-06-20T21:43:24.171Z | Checking libbz2-rs-sys v0.2.2 |
| 2509 | 2026-06-20T21:43:24.171Z | Checking bumpalo v3.20.2 |
| 2510 | 2026-06-20T21:43:24.171Z | Checking bitflags v1.3.2 |
| 2511 | 2026-06-20T21:43:24.171Z | Checking strsim v0.11.1 |
| 2512 | 2026-06-20T21:43:24.171Z | Checking clap_lex v1.0.0 |
| 2513 | 2026-06-20T21:43:24.171Z | Checking winnow v0.7.14 |
| 2514 | 2026-06-20T21:43:24.171Z | Checking same-file v1.0.6 |
| 2515 | 2026-06-20T21:43:24.171Z | Checking foldhash v0.2.0 |
| 2516 | 2026-06-20T21:43:24.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2517 | 2026-06-20T21:43:24.171Z | Checking dof v0.3.0 |
| 2518 | 2026-06-20T21:43:24.171Z | Checking bzip2 v0.6.1 |
| 2519 | 2026-06-20T21:43:24.171Z | Checking walkdir v2.5.0 |
| 2520 | 2026-06-20T21:43:24.171Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-06-20T21:43:24.171Z | Checking clap_builder v4.6.0 |
| 2522 | 2026-06-20T21:43:24.171Z | Checking zopfli v0.8.3 |
| 2523 | 2026-06-20T21:43:24.171Z | Checking elliptic-curve v0.13.8 |
| 2524 | 2026-06-20T21:43:24.171Z | Checking smoltcp v0.9.1 |
| 2525 | 2026-06-20T21:43:24.171Z | Checking reqwest v0.12.28 |
| 2526 | 2026-06-20T21:43:24.172Z | Checking hashbrown v0.15.5 |
| 2527 | 2026-06-20T21:43:24.172Z | Checking usdt-impl v0.6.0 |
| 2528 | 2026-06-20T21:43:24.172Z | Checking toml_edit v0.19.15 |
| 2529 | 2026-06-20T21:43:24.172Z | Checking signal-hook-mio v0.2.5 |
| 2530 | 2026-06-20T21:43:24.172Z | Checking futures v0.3.32 |
| 2531 | 2026-06-20T21:43:24.172Z | Checking snafu v0.8.9 |
| 2532 | 2026-06-20T21:43:24.172Z | Checking bzip2 v0.4.4 |
| 2533 | 2026-06-20T21:43:24.172Z | Checking anstream v0.6.21 |
| 2534 | 2026-06-20T21:43:24.172Z | Checking phf v0.13.1 |
| 2535 | 2026-06-20T21:43:24.172Z | Checking num-bigint-dig v0.8.6 |
| 2536 | 2026-06-20T21:43:24.172Z | Checking cookie_store v0.22.1 |
| 2537 | 2026-06-20T21:43:24.172Z | Checking zstd v0.13.3 |
| 2538 | 2026-06-20T21:43:24.172Z | Checking postgres-types v0.2.12 |
| 2539 | 2026-06-20T21:43:24.172Z | Checking dtrace-parser v0.2.0 |
| 2540 | 2026-06-20T21:43:24.172Z | Checking crossbeam-deque v0.8.6 |
| 2541 | 2026-06-20T21:43:24.172Z | Checking rustls-platform-verifier v0.6.2 |
| 2542 | 2026-06-20T21:43:24.172Z | Checking globset v0.4.18 |
| 2543 | 2026-06-20T21:43:24.172Z | Checking regex v1.12.3 |
| 2544 | 2026-06-20T21:43:24.173Z | Checking ed25519 v2.2.3 |
| 2545 | 2026-06-20T21:43:24.173Z | Checking phf_shared v0.11.3 |
| 2546 | 2026-06-20T21:43:24.173Z | Checking olpc-cjson v0.1.4 |
| 2547 | 2026-06-20T21:43:24.173Z | Checking curve25519-dalek v4.1.3 |
| 2548 | 2026-06-20T21:43:24.173Z | Checking ref-cast v1.0.25 |
| 2549 | 2026-06-20T21:43:24.173Z | Checking strum v0.27.2 |
| 2550 | 2026-06-20T21:43:24.173Z | Checking hubpack v0.1.2 |
| 2551 | 2026-06-20T21:43:24.173Z | Checking memoffset v0.9.1 |
| 2552 | 2026-06-20T21:43:24.173Z | Checking rustix v0.38.44 |
| 2553 | 2026-06-20T21:43:24.173Z | Checking pkcs1 v0.7.5 |
| 2554 | 2026-06-20T21:43:24.173Z | Checking pem v3.0.6 |
| 2555 | 2026-06-20T21:43:24.173Z | Checking float-cmp v0.10.0 |
| 2556 | 2026-06-20T21:43:24.173Z | Checking serde_plain v1.0.2 |
| 2557 | 2026-06-20T21:43:24.173Z | Checking erased-serde v0.3.31 |
| 2558 | 2026-06-20T21:43:24.173Z | Checking serde-big-array v0.5.1 |
| 2559 | 2026-06-20T21:43:24.173Z | Checking rfc6979 v0.4.0 |
| 2560 | 2026-06-20T21:43:24.173Z | Checking thread-id v4.2.2 |
| 2561 | 2026-06-20T21:43:24.176Z | Checking memmap2 v0.9.10 |
| 2562 | 2026-06-20T21:43:24.177Z | Checking env_filter v1.0.0 |
| 2563 | 2026-06-20T21:43:24.177Z | Checking fixedbitset v0.4.2 |
| 2564 | 2026-06-20T21:43:24.177Z | Checking predicates-core v1.0.10 |
| 2565 | 2026-06-20T21:43:24.177Z | Checking fixedbitset v0.5.7 |
| 2566 | 2026-06-20T21:43:24.177Z | Checking unicode-segmentation v1.12.0 |
| 2567 | 2026-06-20T21:43:24.177Z | Checking whoami v2.1.0 |
| 2568 | 2026-06-20T21:43:24.177Z | Checking precomputed-hash v0.1.1 |
| 2569 | 2026-06-20T21:43:24.177Z | Checking new_debug_unreachable v1.0.6 |
| 2570 | 2026-06-20T21:43:24.184Z | Checking keccak v0.1.6 |
| 2571 | 2026-06-20T21:43:24.184Z | Checking toml_write v0.1.2 |
| 2572 | 2026-06-20T21:43:24.184Z | Checking typed-path v0.9.3 |
| 2573 | 2026-06-20T21:43:24.529Z | Checking difflib v0.4.0 |
| 2574 | 2026-06-20T21:43:24.529Z | Checking normalize-line-endings v0.3.0 |
| 2575 | 2026-06-20T21:43:24.529Z | Checking jiff v0.2.21 |
| 2576 | 2026-06-20T21:43:24.529Z | Checking static_assertions v1.1.0 |
| 2577 | 2026-06-20T21:43:24.529Z | Checking data-encoding v2.10.0 |
| 2578 | 2026-06-20T21:43:24.529Z | Checking similar v2.7.0 |
| 2579 | 2026-06-20T21:43:24.529Z | Checking predicates v3.1.4 |
| 2580 | 2026-06-20T21:43:24.529Z | Checking toml_edit v0.22.27 |
| 2581 | 2026-06-20T21:43:24.529Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2582 | 2026-06-20T21:43:24.529Z | Checking crossterm v0.28.1 |
| 2583 | 2026-06-20T21:43:24.529Z | Checking hickory-proto v0.25.2 |
| 2584 | 2026-06-20T21:43:24.529Z | Checking sha3 v0.10.8 |
| 2585 | 2026-06-20T21:43:24.529Z | Checking ed25519-dalek v2.2.0 |
| 2586 | 2026-06-20T21:43:24.529Z | Checking tokio-postgres v0.7.16 |
| 2587 | 2026-06-20T21:43:24.529Z | Checking slog v2.8.2 |
| 2588 | 2026-06-20T21:43:24.529Z | Checking tough v0.22.0 |
| 2589 | 2026-06-20T21:43:24.529Z | Checking string_cache v0.8.9 |
| 2590 | 2026-06-20T21:43:24.529Z | Checking petgraph v0.8.3 |
| 2591 | 2026-06-20T21:43:24.529Z | Checking petgraph v0.6.5 |
| 2592 | 2026-06-20T21:43:24.529Z | Checking env_logger v0.11.9 |
| 2593 | 2026-06-20T21:43:24.529Z | Checking usdt v0.6.0 |
| 2594 | 2026-06-20T21:43:24.529Z | Checking ecdsa v0.16.9 |
| 2595 | 2026-06-20T21:43:24.529Z | Checking usdt-impl v0.5.0 |
| 2596 | 2026-06-20T21:43:24.529Z | Checking rsa v0.9.10 |
| 2597 | 2026-06-20T21:43:24.529Z | Checking nix v0.31.2 |
| 2598 | 2026-06-20T21:43:24.529Z | Checking zip v4.6.1 |
| 2599 | 2026-06-20T21:43:24.530Z | Checking toml v0.7.8 |
| 2600 | 2026-06-20T21:43:24.530Z | Checking clap v4.6.1 |
| 2601 | 2026-06-20T21:43:24.530Z | Checking reqwest v0.13.2 |
| 2602 | 2026-06-20T21:43:24.530Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2603 | 2026-06-20T21:43:24.530Z | Checking zip v0.6.6 |
| 2604 | 2026-06-20T21:43:24.530Z | Checking itertools v0.13.0 |
| 2605 | 2026-06-20T21:43:24.530Z | Checking serde_with v3.17.0 |
| 2606 | 2026-06-20T21:43:24.530Z | Checking strum v0.26.3 |
| 2607 | 2026-06-20T21:43:24.530Z | Checking fs-err v3.3.0 |
| 2608 | 2026-06-20T21:43:24.530Z | Checking ahash v0.8.12 |
| 2609 | 2026-06-20T21:43:24.530Z | Checking object v0.37.3 |
| 2610 | 2026-06-20T21:43:24.530Z | Checking tokio-stream v0.1.18 |
| 2611 | 2026-06-20T21:43:24.530Z | Checking buf-list v1.1.2 |
| 2612 | 2026-06-20T21:43:24.530Z | Checking camino v1.2.2 |
| 2613 | 2026-06-20T21:43:24.530Z | Checking anyhow v1.0.102 |
| 2614 | 2026-06-20T21:43:24.530Z | Checking x509-cert v0.2.5 |
| 2615 | 2026-06-20T21:43:24.530Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2616 | 2026-06-20T21:43:24.530Z | Checking openapiv3 v2.2.0 |
| 2617 | 2026-06-20T21:43:24.530Z | Checking sha1 v0.10.6 |
| 2618 | 2026-06-20T21:43:24.530Z | Checking lalrpop-util v0.19.12 |
| 2619 | 2026-06-20T21:43:24.530Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-06-20T21:43:24.530Z | Checking rayon v1.11.0 |
| 2621 | 2026-06-20T21:43:24.530Z | Checking sigpipe v0.1.3 |
| 2622 | 2026-06-20T21:43:24.530Z | Checking glob v0.3.3 |
| 2623 | 2026-06-20T21:43:24.530Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2624 | 2026-06-20T21:43:24.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.79s |
| 2625 | 2026-06-20T21:43:24.530Z | |
| 2626 | 2026-06-20T21:43:24.530Z | info: running `cargo check --bins` on internal-dns-types (77/297) |
| 2627 | 2026-06-20T21:43:24.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-06-20T21:43:24.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-06-20T21:43:24.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-06-20T21:43:24.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2631 | 2026-06-20T21:43:24.530Z | |
| 2632 | 2026-06-20T21:43:24.530Z | info: running `cargo check --bins` on internal-dns-types-versions (78/297) |
| 2633 | 2026-06-20T21:43:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-06-20T21:43:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-06-20T21:43:24.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-06-20T21:43:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2637 | 2026-06-20T21:43:24.531Z | |
| 2638 | 2026-06-20T21:43:24.531Z | info: running `cargo check --bins` on nexus-types-versions (79/297) |
| 2639 | 2026-06-20T21:43:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-06-20T21:43:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-06-20T21:43:24.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-06-20T21:43:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2643 | 2026-06-20T21:43:24.531Z | |
| 2644 | 2026-06-20T21:43:24.531Z | info: running `cargo check --bins` on oxql-types (80/297) |
| 2645 | 2026-06-20T21:43:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-06-20T21:43:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-06-20T21:43:24.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-06-20T21:43:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2649 | 2026-06-20T21:43:24.531Z | |
| 2650 | 2026-06-20T21:43:24.531Z | info: running `cargo check --bins` on oximeter-types (81/297) |
| 2651 | 2026-06-20T21:43:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-06-20T21:43:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-06-20T21:43:24.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-06-20T21:43:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2655 | 2026-06-20T21:43:24.531Z | |
| 2656 | 2026-06-20T21:43:24.531Z | info: running `cargo check --bins` on oximeter-types-versions (82/297) |
| 2657 | 2026-06-20T21:43:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-06-20T21:43:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-06-20T21:43:24.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-06-20T21:43:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2661 | 2026-06-20T21:43:24.531Z | |
| 2662 | 2026-06-20T21:43:24.531Z | info: running `cargo check --bins` on oximeter-macro-impl (83/297) |
| 2663 | 2026-06-20T21:43:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-06-20T21:43:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-06-20T21:43:24.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2026-06-20T21:43:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2667 | 2026-06-20T21:43:24.531Z | |
| 2668 | 2026-06-20T21:43:24.531Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/297) |
| 2669 | 2026-06-20T21:43:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2026-06-20T21:43:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2026-06-20T21:43:24.531Z | Compiling structmeta-derive v0.3.0 |
| 2672 | 2026-06-20T21:43:24.532Z | Compiling rustls v0.22.4 |
| 2673 | 2026-06-20T21:43:24.706Z | Compiling multer v3.1.0 |
| 2674 | 2026-06-20T21:43:24.706Z | Compiling async-stream-impl v0.3.6 |
| 2675 | 2026-06-20T21:43:24.706Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-06-20T21:43:24.706Z | Compiling dropshot v0.17.0 |
| 2677 | 2026-06-20T21:43:24.706Z | Compiling dropshot_endpoint v0.17.0 |
| 2678 | 2026-06-20T21:43:24.706Z | Compiling newtype-uuid-macros v0.1.0 |
| 2679 | 2026-06-20T21:43:24.706Z | Checking newtype-uuid v1.3.2 |
| 2680 | 2026-06-20T21:43:24.706Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2681 | 2026-06-20T21:43:24.706Z | Checking rustls-webpki v0.102.8 |
| 2682 | 2026-06-20T21:43:24.706Z | Checking daft v0.1.7 |
| 2683 | 2026-06-20T21:43:24.706Z | Checking thread_local v1.1.9 |
| 2684 | 2026-06-20T21:43:24.706Z | Checking match_cfg v0.1.0 |
| 2685 | 2026-06-20T21:43:24.706Z | Checking compression-core v0.4.31 |
| 2686 | 2026-06-20T21:43:24.706Z | Checking hostname v0.3.1 |
| 2687 | 2026-06-20T21:43:24.707Z | Checking iddqd v0.4.2 |
| 2688 | 2026-06-20T21:43:24.707Z | Checking crossbeam-channel v0.5.15 |
| 2689 | 2026-06-20T21:43:24.707Z | Checking compression-codecs v0.4.37 |
| 2690 | 2026-06-20T21:43:24.707Z | Checking atomicwrites v0.4.4 |
| 2691 | 2026-06-20T21:43:24.707Z | Checking slog-json v2.6.1 |
| 2692 | 2026-06-20T21:43:24.707Z | Checking is-terminal v0.4.17 |
| 2693 | 2026-06-20T21:43:24.707Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2694 | 2026-06-20T21:43:24.707Z | Checking serde_spanned v1.0.4 |
| 2695 | 2026-06-20T21:43:24.707Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2696 | 2026-06-20T21:43:24.707Z | Checking debug-ignore v1.0.5 |
| 2697 | 2026-06-20T21:43:24.707Z | Compiling structmeta v0.3.0 |
| 2698 | 2026-06-20T21:43:24.707Z | Checking term v1.2.1 |
| 2699 | 2026-06-20T21:43:24.707Z | Checking take_mut v0.2.2 |
| 2700 | 2026-06-20T21:43:24.707Z | Checking slog-bunyan v2.5.0 |
| 2701 | 2026-06-20T21:43:24.707Z | Checking toml v1.0.6+spec-1.1.0 |
| 2702 | 2026-06-20T21:43:24.707Z | Checking slog-async v2.8.0 |
| 2703 | 2026-06-20T21:43:24.707Z | Checking async-compression v0.4.41 |
| 2704 | 2026-06-20T21:43:24.707Z | Compiling derive-ex v0.1.8 |
| 2705 | 2026-06-20T21:43:24.707Z | Compiling parse-display-derive v0.10.0 |
| 2706 | 2026-06-20T21:43:24.707Z | Checking slog-term v2.9.2 |
| 2707 | 2026-06-20T21:43:24.707Z | Checking async-stream v0.3.6 |
| 2708 | 2026-06-20T21:43:24.707Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2709 | 2026-06-20T21:43:24.707Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2710 | 2026-06-20T21:43:24.707Z | Checking progenitor-client v0.14.0 |
| 2711 | 2026-06-20T21:43:24.707Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-06-20T21:43:24.707Z | Checking waitgroup v0.1.2 |
| 2713 | 2026-06-20T21:43:24.707Z | Checking backon v1.6.0 |
| 2714 | 2026-06-20T21:43:24.707Z | Checking rustls-pemfile v2.2.0 |
| 2715 | 2026-06-20T21:43:24.707Z | Checking serde_path_to_error v0.1.20 |
| 2716 | 2026-06-20T21:43:24.707Z | Checking hostname v0.4.2 |
| 2717 | 2026-06-20T21:43:24.707Z | Checking instant v0.1.13 |
| 2718 | 2026-06-20T21:43:24.707Z | Checking backoff v0.4.0 |
| 2719 | 2026-06-20T21:43:24.707Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-06-20T21:43:24.707Z | Checking tokio-rustls v0.25.0 |
| 2721 | 2026-06-20T21:43:24.707Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2722 | 2026-06-20T21:43:24.708Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2723 | 2026-06-20T21:43:24.708Z | Checking itertools v0.14.0 |
| 2724 | 2026-06-20T21:43:24.708Z | Checking regress v0.10.5 |
| 2725 | 2026-06-20T21:43:24.708Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2726 | 2026-06-20T21:43:24.708Z | Checking macaddr v1.0.1 |
| 2727 | 2026-06-20T21:43:24.708Z | Compiling test-strategy v0.4.5 |
| 2728 | 2026-06-20T21:43:24.708Z | Checking parse-display v0.10.0 |
| 2729 | 2026-06-20T21:43:24.708Z | Checking humantime v2.3.0 |
| 2730 | 2026-06-20T21:43:24.708Z | Compiling prettyplease v0.2.37 |
| 2731 | 2026-06-20T21:43:24.708Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-06-20T21:43:24.708Z | Checking num-rational v0.4.2 |
| 2733 | 2026-06-20T21:43:24.708Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2734 | 2026-06-20T21:43:24.708Z | Checking num-complex v0.4.6 |
| 2735 | 2026-06-20T21:43:24.708Z | Checking num v0.4.3 |
| 2736 | 2026-06-20T21:43:24.708Z | Compiling usdt-macro v0.5.0 |
| 2737 | 2026-06-20T21:43:24.708Z | Compiling usdt-attr-macro v0.5.0 |
| 2738 | 2026-06-20T21:43:24.708Z | Checking memmap v0.7.0 |
| 2739 | 2026-06-20T21:43:24.708Z | Compiling float-ord v0.3.2 |
| 2740 | 2026-06-20T21:43:24.708Z | Compiling convert_case v0.4.0 |
| 2741 | 2026-06-20T21:43:24.708Z | Checking unicode-width v0.2.0 |
| 2742 | 2026-06-20T21:43:24.708Z | Checking console v0.15.11 |
| 2743 | 2026-06-20T21:43:24.708Z | Checking usdt v0.5.0 |
| 2744 | 2026-06-20T21:43:24.708Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2745 | 2026-06-20T21:43:24.708Z | Compiling derive_more v0.99.20 |
| 2746 | 2026-06-20T21:43:24.708Z | Checking newline-converter v0.3.0 |
| 2747 | 2026-06-20T21:43:24.708Z | Compiling toml v0.8.23 |
| 2748 | 2026-06-20T21:43:24.708Z | Checking linked-hash-map v0.5.6 |
| 2749 | 2026-06-20T21:43:24.708Z | Compiling minimal-lexical v0.2.1 |
| 2750 | 2026-06-20T21:43:24.708Z | Checking lru-cache v0.1.2 |
| 2751 | 2026-06-20T21:43:24.708Z | Checking expectorate v1.2.0 |
| 2752 | 2026-06-20T21:43:24.708Z | Compiling nom v7.1.3 |
| 2753 | 2026-06-20T21:43:24.708Z | Checking camino-tempfile v1.4.1 |
| 2754 | 2026-06-20T21:43:24.708Z | Checking hickory-proto v0.24.4 |
| 2755 | 2026-06-20T21:43:24.708Z | Checking phf_shared v0.12.1 |
| 2756 | 2026-06-20T21:43:24.708Z | Compiling slog-dtrace v0.3.0 |
| 2757 | 2026-06-20T21:43:24.708Z | Checking heck v0.5.0 |
| 2758 | 2026-06-20T21:43:24.708Z | Compiling chrono-tz v0.10.4 |
| 2759 | 2026-06-20T21:43:24.708Z | Checking resolv-conf v0.7.6 |
| 2760 | 2026-06-20T21:43:24.709Z | Compiling const_format_proc_macros v0.2.34 |
| 2761 | 2026-06-20T21:43:24.709Z | Checking phf v0.12.1 |
| 2762 | 2026-06-20T21:43:24.709Z | Checking tokio-dtrace v0.1.1 |
| 2763 | 2026-06-20T21:43:25.156Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2764 | 2026-06-20T21:43:25.156Z | Compiling derive-where v1.6.0 |
| 2765 | 2026-06-20T21:43:25.263Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2766 | 2026-06-20T21:43:25.263Z | Checking highway v1.3.0 |
| 2767 | 2026-06-20T21:43:25.460Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2768 | 2026-06-20T21:43:25.528Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2769 | 2026-06-20T21:43:25.528Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2770 | 2026-06-20T21:43:25.788Z | Checking const_format v0.2.35 |
| 2771 | 2026-06-20T21:43:25.832Z | Checking oxide-tokio-rt v0.1.4 |
| 2772 | 2026-06-20T21:43:25.923Z | Checking hickory-resolver v0.24.4 |
| 2773 | 2026-06-20T21:43:26.045Z | Checking gethostname v0.5.0 |
| 2774 | 2026-06-20T21:43:26.091Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2775 | 2026-06-20T21:43:26.127Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2776 | 2026-06-20T21:43:26.127Z | Checking bcs v0.1.6 |
| 2777 | 2026-06-20T21:43:26.187Z | Checking termtree v0.5.1 |
| 2778 | 2026-06-20T21:43:26.594Z | Checking qorb v0.4.1 |
| 2779 | 2026-06-20T21:43:27.461Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2780 | 2026-06-20T21:43:29.681Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2781 | 2026-06-20T21:43:32.276Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2782 | 2026-06-20T21:43:34.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.34s |
| 2783 | 2026-06-20T21:43:34.741Z | |
| 2784 | 2026-06-20T21:43:34.741Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297) |
| 2785 | 2026-06-20T21:43:34.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2026-06-20T21:43:34.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2026-06-20T21:43:35.043Z | Compiling ar_archive_writer v0.5.1 |
| 2788 | 2026-06-20T21:43:35.246Z | Compiling stacker v0.1.23 |
| 2789 | 2026-06-20T21:43:35.450Z | Compiling cfg_aliases v0.1.1 |
| 2790 | 2026-06-20T21:43:35.450Z | Compiling convert_case v0.10.0 |
| 2791 | 2026-06-20T21:43:35.450Z | Checking unicode-width v0.1.14 |
| 2792 | 2026-06-20T21:43:35.450Z | Compiling proc-macro-error v1.0.4 |
| 2793 | 2026-06-20T21:43:35.451Z | Checking fd-lock v4.0.4 |
| 2794 | 2026-06-20T21:43:35.451Z | Checking nibble_vec v0.1.0 |
| 2795 | 2026-06-20T21:43:35.451Z | Compiling nix v0.28.0 |
| 2796 | 2026-06-20T21:43:35.451Z | Checking vte v0.14.1 |
| 2797 | 2026-06-20T21:43:35.451Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2798 | 2026-06-20T21:43:35.585Z | Checking bytecount v0.6.9 |
| 2799 | 2026-06-20T21:43:35.585Z | Checking endian-type v0.1.2 |
| 2800 | 2026-06-20T21:43:35.585Z | Checking strip-ansi-escapes v0.2.1 |
| 2801 | 2026-06-20T21:43:35.585Z | Compiling derive_more-impl v2.1.1 |
| 2802 | 2026-06-20T21:43:35.585Z | Compiling tabled_derive v0.7.0 |
| 2803 | 2026-06-20T21:43:35.585Z | Checking papergrid v0.11.0 |
| 2804 | 2026-06-20T21:43:35.586Z | Checking radix_trie v0.2.1 |
| 2805 | 2026-06-20T21:43:35.699Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2806 | 2026-06-20T21:43:35.884Z | Compiling peg-macros v0.8.5 |
| 2807 | 2026-06-20T21:43:35.884Z | Checking winnow v0.6.26 |
| 2808 | 2026-06-20T21:43:36.028Z | Compiling psm v0.1.30 |
| 2809 | 2026-06-20T21:43:36.166Z | Compiling sqlparser_derive v0.5.0 |
| 2810 | 2026-06-20T21:43:36.234Z | Checking unicode_categories v0.1.1 |
| 2811 | 2026-06-20T21:43:36.382Z | Checking derive_more v2.1.1 |
| 2812 | 2026-06-20T21:43:36.382Z | Checking home v0.5.12 |
| 2813 | 2026-06-20T21:43:36.506Z | Checking nu-ansi-term v0.50.3 |
| 2814 | 2026-06-20T21:43:36.506Z | Checking crossterm v0.29.0 |
| 2815 | 2026-06-20T21:43:36.506Z | Checking tabled v0.15.0 |
| 2816 | 2026-06-20T21:43:36.557Z | Checking rustyline v14.0.0 |
| 2817 | 2026-06-20T21:43:36.557Z | Checking reedline v0.40.0 |
| 2818 | 2026-06-20T21:43:36.945Z | Checking recursive v0.1.1 |
| 2819 | 2026-06-20T21:43:37.021Z | Checking display-error-chain v0.2.2 |
| 2820 | 2026-06-20T21:43:37.021Z | Checking sqlparser v0.61.0 |
| 2821 | 2026-06-20T21:43:37.021Z | Checking sqlformat v0.3.5 |
| 2822 | 2026-06-20T21:43:37.057Z | Checking peg v0.8.5 |
| 2823 | 2026-06-20T21:43:47.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s |
| 2824 | 2026-06-20T21:43:48.004Z | |
| 2825 | 2026-06-20T21:43:48.004Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297) |
| 2826 | 2026-06-20T21:43:48.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-06-20T21:43:48.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-06-20T21:43:48.615Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-06-20T21:43:51.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 2830 | 2026-06-20T21:43:52.151Z | |
| 2831 | 2026-06-20T21:43:52.151Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297) |
| 2832 | 2026-06-20T21:43:52.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-06-20T21:43:52.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-06-20T21:43:52.758Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-06-20T21:43:55.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 2836 | 2026-06-20T21:43:55.320Z | |
| 2837 | 2026-06-20T21:43:55.320Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297) |
| 2838 | 2026-06-20T21:43:55.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-06-20T21:43:55.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-06-20T21:43:55.919Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-06-20T21:43:59.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
| 2842 | 2026-06-20T21:43:59.244Z | |
| 2843 | 2026-06-20T21:43:59.244Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297) |
| 2844 | 2026-06-20T21:43:59.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-06-20T21:43:59.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-06-20T21:43:59.862Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-06-20T21:44:03.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
| 2848 | 2026-06-20T21:44:03.234Z | |
| 2849 | 2026-06-20T21:44:03.235Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297) |
| 2850 | 2026-06-20T21:44:03.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-06-20T21:44:03.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-06-20T21:44:03.844Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-06-20T21:44:06.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 2854 | 2026-06-20T21:44:06.580Z | |
| 2855 | 2026-06-20T21:44:06.580Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297) |
| 2856 | 2026-06-20T21:44:07.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-06-20T21:44:07.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-06-20T21:44:07.287Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-06-20T21:44:09.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 2860 | 2026-06-20T21:44:09.926Z | |
| 2861 | 2026-06-20T21:44:09.926Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297) |
| 2862 | 2026-06-20T21:44:10.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-06-20T21:44:10.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-06-20T21:44:10.565Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2865 | 2026-06-20T21:44:13.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2866 | 2026-06-20T21:44:13.995Z | |
| 2867 | 2026-06-20T21:44:13.995Z | info: running `cargo check --bins` on oximeter (93/297) |
| 2868 | 2026-06-20T21:44:14.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-06-20T21:44:14.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-06-20T21:44:14.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2026-06-20T21:44:14.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2872 | 2026-06-20T21:44:14.497Z | |
| 2873 | 2026-06-20T21:44:14.497Z | info: running `cargo check --bins` on oximeter-schema (94/297) |
| 2874 | 2026-06-20T21:44:14.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2026-06-20T21:44:14.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2026-06-20T21:44:15.118Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2877 | 2026-06-20T21:44:15.263Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2878 | 2026-06-20T21:44:15.318Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2879 | 2026-06-20T21:44:15.585Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2880 | 2026-06-20T21:44:18.243Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2881 | 2026-06-20T21:44:19.445Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2882 | 2026-06-20T21:44:19.633Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2883 | 2026-06-20T21:44:20.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
| 2884 | 2026-06-20T21:44:20.454Z | |
| 2885 | 2026-06-20T21:44:20.454Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/297) |
| 2886 | 2026-06-20T21:44:20.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-06-20T21:44:20.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-06-20T21:44:20.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-06-20T21:44:20.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2890 | 2026-06-20T21:44:20.983Z | |
| 2891 | 2026-06-20T21:44:20.983Z | info: running `cargo check --bins` on oximeter-test-utils (96/297) |
| 2892 | 2026-06-20T21:44:21.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-06-20T21:44:21.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-06-20T21:44:21.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-06-20T21:44:21.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2896 | 2026-06-20T21:44:21.517Z | |
| 2897 | 2026-06-20T21:44:21.517Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297) |
| 2898 | 2026-06-20T21:44:21.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-06-20T21:44:21.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-06-20T21:44:21.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-06-20T21:44:21.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2902 | 2026-06-20T21:44:22.046Z | |
| 2903 | 2026-06-20T21:44:22.046Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297) |
| 2904 | 2026-06-20T21:44:22.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-06-20T21:44:22.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-06-20T21:44:22.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-06-20T21:44:22.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2908 | 2026-06-20T21:44:22.566Z | |
| 2909 | 2026-06-20T21:44:22.566Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297) |
| 2910 | 2026-06-20T21:44:23.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-06-20T21:44:23.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-06-20T21:44:23.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-06-20T21:44:23.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2914 | 2026-06-20T21:44:23.103Z | |
| 2915 | 2026-06-20T21:44:23.103Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297) |
| 2916 | 2026-06-20T21:44:23.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-06-20T21:44:23.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-06-20T21:44:23.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-06-20T21:44:23.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2920 | 2026-06-20T21:44:23.619Z | |
| 2921 | 2026-06-20T21:44:23.619Z | info: running `cargo check --bins` on trust-quorum-types (101/297) |
| 2922 | 2026-06-20T21:44:24.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-06-20T21:44:24.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-06-20T21:44:24.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-06-20T21:44:24.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2926 | 2026-06-20T21:44:24.124Z | |
| 2927 | 2026-06-20T21:44:24.124Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/297) |
| 2928 | 2026-06-20T21:44:24.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-06-20T21:44:24.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-06-20T21:44:24.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-06-20T21:44:24.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2932 | 2026-06-20T21:44:24.650Z | |
| 2933 | 2026-06-20T21:44:24.650Z | info: running `cargo check --bins` on update-engine (103/297) |
| 2934 | 2026-06-20T21:44:25.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-06-20T21:44:25.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-06-20T21:44:25.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2026-06-20T21:44:25.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2938 | 2026-06-20T21:44:25.155Z | |
| 2939 | 2026-06-20T21:44:25.155Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/297) |
| 2940 | 2026-06-20T21:44:25.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2026-06-20T21:44:25.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2026-06-20T21:44:25.803Z | Compiling crucible-workspace-hack v0.1.0 |
| 2943 | 2026-06-20T21:44:25.913Z | Checking secrecy v0.10.3 |
| 2944 | 2026-06-20T21:44:25.919Z | Compiling heapless v0.8.0 |
| 2945 | 2026-06-20T21:44:25.924Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2946 | 2026-06-20T21:44:25.931Z | Compiling ingot-macros v0.1.1 |
| 2947 | 2026-06-20T21:44:25.938Z | Checking hash32 v0.3.1 |
| 2948 | 2026-06-20T21:44:25.951Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2949 | 2026-06-20T21:44:26.505Z | Compiling smoltcp v0.11.0 |
| 2950 | 2026-06-20T21:44:26.509Z | Checking cobs v0.3.0 |
| 2951 | 2026-06-20T21:44:26.509Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2952 | 2026-06-20T21:44:26.509Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2953 | 2026-06-20T21:44:26.509Z | Checking universal-hash v0.5.1 |
| 2954 | 2026-06-20T21:44:26.509Z | Checking half v2.7.1 |
| 2955 | 2026-06-20T21:44:26.509Z | Checking opaque-debug v0.3.1 |
| 2956 | 2026-06-20T21:44:26.509Z | Checking ciborium-io v0.2.2 |
| 2957 | 2026-06-20T21:44:26.509Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2958 | 2026-06-20T21:44:26.509Z | Checking poly1305 v0.8.0 |
| 2959 | 2026-06-20T21:44:26.509Z | Checking postcard v1.1.3 |
| 2960 | 2026-06-20T21:44:26.509Z | Checking ciborium-ll v0.2.2 |
| 2961 | 2026-06-20T21:44:26.510Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2962 | 2026-06-20T21:44:26.569Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2963 | 2026-06-20T21:44:26.597Z | Checking password-hash v0.5.0 |
| 2964 | 2026-06-20T21:44:26.631Z | Checking chacha20 v0.9.1 |
| 2965 | 2026-06-20T21:44:26.732Z | Compiling proc-macro-crate v3.4.0 |
| 2966 | 2026-06-20T21:44:26.822Z | Compiling proc-macro-crate v1.3.1 |
| 2967 | 2026-06-20T21:44:26.848Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2968 | 2026-06-20T21:44:26.888Z | Checking blake2 v0.10.6 |
| 2969 | 2026-06-20T21:44:27.131Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2970 | 2026-06-20T21:44:27.149Z | Checking aead v0.5.2 |
| 2971 | 2026-06-20T21:44:27.212Z | Compiling foreign-types-macros v0.2.3 |
| 2972 | 2026-06-20T21:44:27.229Z | Checking thiserror-no-std v2.0.2 |
| 2973 | 2026-06-20T21:44:27.270Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2974 | 2026-06-20T21:44:27.293Z | Compiling num_enum_derive v0.7.6 |
| 2975 | 2026-06-20T21:44:27.304Z | Checking cpufeatures v0.3.0 |
| 2976 | 2026-06-20T21:44:27.315Z | Checking foreign-types-shared v0.3.1 |
| 2977 | 2026-06-20T21:44:27.326Z | Checking vsss-rs v3.3.4 |
| 2978 | 2026-06-20T21:44:27.376Z | Checking chacha20 v0.10.0 |
| 2979 | 2026-06-20T21:44:27.416Z | Compiling num_enum_derive v0.5.11 |
| 2980 | 2026-06-20T21:44:27.511Z | Checking chacha20poly1305 v0.10.1 |
| 2981 | 2026-06-20T21:44:27.580Z | Checking argon2 v0.5.3 |
| 2982 | 2026-06-20T21:44:27.637Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2983 | 2026-06-20T21:44:27.794Z | Checking foreign-types v0.5.0 |
| 2984 | 2026-06-20T21:44:27.879Z | Checking ciborium v0.2.2 |
| 2985 | 2026-06-20T21:44:28.027Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2986 | 2026-06-20T21:44:28.106Z | Checking tabwriter v1.4.1 |
| 2987 | 2026-06-20T21:44:28.251Z | Checking byte-wrapper v0.1.0 |
| 2988 | 2026-06-20T21:44:28.278Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2989 | 2026-06-20T21:44:28.291Z | Checking cstr-argument v0.1.2 |
| 2990 | 2026-06-20T21:44:28.314Z | Checking num_enum v0.7.6 |
| 2991 | 2026-06-20T21:44:28.400Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2992 | 2026-06-20T21:44:28.414Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2993 | 2026-06-20T21:44:28.425Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2994 | 2026-06-20T21:44:28.432Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2995 | 2026-06-20T21:44:28.451Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2996 | 2026-06-20T21:44:28.584Z | Checking num_enum v0.5.11 |
| 2997 | 2026-06-20T21:44:28.618Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2998 | 2026-06-20T21:44:28.692Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-06-20T21:44:28.706Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3000 | 2026-06-20T21:44:28.740Z | Checking ingot-types v0.1.2 |
| 3001 | 2026-06-20T21:44:28.818Z | Checking rand v0.10.0 |
| 3002 | 2026-06-20T21:44:28.846Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3003 | 2026-06-20T21:44:28.867Z | Checking indent_write v2.2.0 |
| 3004 | 2026-06-20T21:44:28.915Z | Checking colored v3.1.1 |
| 3005 | 2026-06-20T21:44:28.978Z | Compiling zone_cfg_derive v0.3.1 |
| 3006 | 2026-06-20T21:44:29.178Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3007 | 2026-06-20T21:44:29.235Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3008 | 2026-06-20T21:44:29.235Z | Checking ingot v0.1.1 |
| 3009 | 2026-06-20T21:44:29.235Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3010 | 2026-06-20T21:44:29.235Z | Checking itertools v0.12.1 |
| 3011 | 2026-06-20T21:44:29.235Z | Compiling num-derive v0.4.2 |
| 3012 | 2026-06-20T21:44:29.242Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3013 | 2026-06-20T21:44:29.284Z | Checking swrite v0.1.0 |
| 3014 | 2026-06-20T21:44:29.398Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3015 | 2026-06-20T21:44:29.602Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3016 | 2026-06-20T21:44:29.602Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3017 | 2026-06-20T21:44:29.602Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3018 | 2026-06-20T21:44:29.634Z | Checking dropshot-api-manager-types v0.7.2 |
| 3019 | 2026-06-20T21:44:29.663Z | Checking smf v0.2.3 |
| 3020 | 2026-06-20T21:44:29.701Z | Checking nanorand v0.7.0 |
| 3021 | 2026-06-20T21:44:29.811Z | Checking whoami v1.6.1 |
| 3022 | 2026-06-20T21:44:29.925Z | Checking flume v0.11.1 |
| 3023 | 2026-06-20T21:44:29.925Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3024 | 2026-06-20T21:44:30.170Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3025 | 2026-06-20T21:44:30.467Z | Checking zone v0.3.1 |
| 3026 | 2026-06-20T21:44:30.695Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3027 | 2026-06-20T21:44:31.770Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3028 | 2026-06-20T21:44:32.522Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3029 | 2026-06-20T21:44:35.784Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3030 | 2026-06-20T21:44:37.782Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3031 | 2026-06-20T21:44:38.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
| 3032 | 2026-06-20T21:44:38.971Z | |
| 3033 | 2026-06-20T21:44:38.971Z | info: running `cargo check --bins` on clickhouse-admin-api (105/297) |
| 3034 | 2026-06-20T21:44:39.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-06-20T21:44:39.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-06-20T21:44:39.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-06-20T21:44:39.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3038 | 2026-06-20T21:44:39.626Z | |
| 3039 | 2026-06-20T21:44:39.626Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/297) |
| 3040 | 2026-06-20T21:44:40.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-06-20T21:44:40.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-06-20T21:44:40.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-06-20T21:44:40.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3044 | 2026-06-20T21:44:40.044Z | |
| 3045 | 2026-06-20T21:44:40.044Z | info: running `cargo check --bins` on bootstrap-agent-client (107/297) |
| 3046 | 2026-06-20T21:44:40.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-06-20T21:44:40.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-06-20T21:44:40.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-06-20T21:44:40.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3050 | 2026-06-20T21:44:40.627Z | |
| 3051 | 2026-06-20T21:44:40.627Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297) |
| 3052 | 2026-06-20T21:44:40.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-06-20T21:44:41.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-06-20T21:44:41.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-06-20T21:44:41.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3056 | 2026-06-20T21:44:41.293Z | |
| 3057 | 2026-06-20T21:44:41.294Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297) |
| 3058 | 2026-06-20T21:44:41.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-06-20T21:44:41.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-06-20T21:44:41.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-06-20T21:44:41.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3062 | 2026-06-20T21:44:41.895Z | |
| 3063 | 2026-06-20T21:44:41.895Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/297) |
| 3064 | 2026-06-20T21:44:42.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-06-20T21:44:42.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-06-20T21:44:42.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-06-20T21:44:42.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3068 | 2026-06-20T21:44:42.115Z | |
| 3069 | 2026-06-20T21:44:42.115Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/297) |
| 3070 | 2026-06-20T21:44:42.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-06-20T21:44:42.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-06-20T21:44:42.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-06-20T21:44:42.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3074 | 2026-06-20T21:44:42.703Z | |
| 3075 | 2026-06-20T21:44:42.703Z | info: running `cargo check --bins` on cockroach-admin-client (112/297) |
| 3076 | 2026-06-20T21:44:43.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-06-20T21:44:43.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-06-20T21:44:43.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-06-20T21:44:43.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3080 | 2026-06-20T21:44:43.199Z | |
| 3081 | 2026-06-20T21:44:43.199Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/297) |
| 3082 | 2026-06-20T21:44:43.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-06-20T21:44:43.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-06-20T21:44:43.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-06-20T21:44:43.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3086 | 2026-06-20T21:44:43.771Z | |
| 3087 | 2026-06-20T21:44:43.771Z | info: running `cargo check --bins` on dns-service-client (114/297) |
| 3088 | 2026-06-20T21:44:44.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-06-20T21:44:44.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-06-20T21:44:44.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-06-20T21:44:44.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3092 | 2026-06-20T21:44:44.226Z | |
| 3093 | 2026-06-20T21:44:44.226Z | info: running `cargo check --bins` on installinator-client (115/297) |
| 3094 | 2026-06-20T21:44:44.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-06-20T21:44:44.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-06-20T21:44:44.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-06-20T21:44:44.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3098 | 2026-06-20T21:44:44.742Z | |
| 3099 | 2026-06-20T21:44:44.742Z | info: running `cargo check --bins` on nexus-client (116/297) |
| 3100 | 2026-06-20T21:44:45.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-06-20T21:44:45.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-06-20T21:44:45.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-06-20T21:44:45.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3104 | 2026-06-20T21:44:45.249Z | |
| 3105 | 2026-06-20T21:44:45.249Z | info: running `cargo check --bins` on nexus-lockstep-client (117/297) |
| 3106 | 2026-06-20T21:44:45.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-06-20T21:44:45.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-06-20T21:44:45.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-06-20T21:44:45.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3110 | 2026-06-20T21:44:45.852Z | |
| 3111 | 2026-06-20T21:44:45.852Z | info: running `cargo check --bins` on ntp-admin-client (118/297) |
| 3112 | 2026-06-20T21:44:46.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-06-20T21:44:46.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-06-20T21:44:46.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-06-20T21:44:46.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3116 | 2026-06-20T21:44:46.311Z | |
| 3117 | 2026-06-20T21:44:46.311Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/297) |
| 3118 | 2026-06-20T21:44:46.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-06-20T21:44:46.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-06-20T21:44:46.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-06-20T21:44:46.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3122 | 2026-06-20T21:44:46.840Z | |
| 3123 | 2026-06-20T21:44:46.840Z | info: running `cargo check --bins` on oxide-client (120/297) |
| 3124 | 2026-06-20T21:44:47.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-06-20T21:44:47.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-06-20T21:44:47.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-06-20T21:44:47.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3128 | 2026-06-20T21:44:47.331Z | |
| 3129 | 2026-06-20T21:44:47.331Z | info: running `cargo check --bins` on oximeter-client (121/297) |
| 3130 | 2026-06-20T21:44:47.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-06-20T21:44:47.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-06-20T21:44:47.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-06-20T21:44:47.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3134 | 2026-06-20T21:44:47.854Z | |
| 3135 | 2026-06-20T21:44:47.854Z | info: running `cargo check --bins` on repo-depot-client (122/297) |
| 3136 | 2026-06-20T21:44:48.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-06-20T21:44:48.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-06-20T21:44:48.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-06-20T21:44:48.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3140 | 2026-06-20T21:44:48.357Z | |
| 3141 | 2026-06-20T21:44:48.357Z | info: running `cargo check --bins` on sled-agent-client (123/297) |
| 3142 | 2026-06-20T21:44:48.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-06-20T21:44:48.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-06-20T21:44:48.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-06-20T21:44:48.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3146 | 2026-06-20T21:44:48.886Z | |
| 3147 | 2026-06-20T21:44:48.886Z | info: running `cargo check --bins` on wicketd-client (124/297) |
| 3148 | 2026-06-20T21:44:49.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-06-20T21:44:49.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-06-20T21:44:49.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-06-20T21:44:49.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3152 | 2026-06-20T21:44:49.434Z | |
| 3153 | 2026-06-20T21:44:49.434Z | info: running `cargo check --bins` on installinator-common (125/297) |
| 3154 | 2026-06-20T21:44:49.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-06-20T21:44:49.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-06-20T21:44:49.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-06-20T21:44:49.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3158 | 2026-06-20T21:44:49.973Z | |
| 3159 | 2026-06-20T21:44:49.973Z | info: running `cargo check --bins` on installinator-common-versions (126/297) |
| 3160 | 2026-06-20T21:44:50.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-06-20T21:44:50.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-06-20T21:44:50.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-06-20T21:44:50.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3164 | 2026-06-20T21:44:50.480Z | |
| 3165 | 2026-06-20T21:44:50.480Z | info: running `cargo check --bins` on wicket-common (127/297) |
| 3166 | 2026-06-20T21:44:50.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-06-20T21:44:50.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-06-20T21:44:50.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-06-20T21:44:50.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3170 | 2026-06-20T21:44:51.016Z | |
| 3171 | 2026-06-20T21:44:51.016Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/297) |
| 3172 | 2026-06-20T21:44:51.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-06-20T21:44:51.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-06-20T21:44:51.642Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3175 | 2026-06-20T21:44:51.751Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3176 | 2026-06-20T21:44:51.760Z | Checking csv-core v0.1.13 |
| 3177 | 2026-06-20T21:44:51.766Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3178 | 2026-06-20T21:44:51.774Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3179 | 2026-06-20T21:44:51.780Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3180 | 2026-06-20T21:44:51.791Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3181 | 2026-06-20T21:44:51.802Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3182 | 2026-06-20T21:44:51.914Z | Checking csv v1.4.0 |
| 3183 | 2026-06-20T21:44:51.953Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3184 | 2026-06-20T21:44:51.968Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3185 | 2026-06-20T21:44:51.992Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3186 | 2026-06-20T21:44:52.008Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3187 | 2026-06-20T21:44:52.253Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3188 | 2026-06-20T21:44:52.643Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3189 | 2026-06-20T21:44:52.648Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3190 | 2026-06-20T21:44:52.944Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3191 | 2026-06-20T21:44:58.833Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3192 | 2026-06-20T21:44:59.387Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3193 | 2026-06-20T21:45:01.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s |
| 3194 | 2026-06-20T21:45:01.863Z | |
| 3195 | 2026-06-20T21:45:01.863Z | info: running `cargo check --bins` on cockroach-admin-api (129/297) |
| 3196 | 2026-06-20T21:45:02.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-06-20T21:45:02.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-06-20T21:45:02.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-06-20T21:45:02.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3200 | 2026-06-20T21:45:02.388Z | |
| 3201 | 2026-06-20T21:45:02.388Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297) |
| 3202 | 2026-06-20T21:45:02.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-06-20T21:45:02.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-06-20T21:45:02.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-06-20T21:45:02.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3206 | 2026-06-20T21:45:02.985Z | |
| 3207 | 2026-06-20T21:45:02.985Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297) |
| 3208 | 2026-06-20T21:45:03.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-06-20T21:45:03.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-06-20T21:45:03.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-06-20T21:45:03.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3212 | 2026-06-20T21:45:03.577Z | |
| 3213 | 2026-06-20T21:45:03.577Z | info: running `cargo check --bins` on gateway-test-utils (132/297) |
| 3214 | 2026-06-20T21:45:04.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-06-20T21:45:04.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-06-20T21:45:04.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2026-06-20T21:45:04.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3218 | 2026-06-20T21:45:04.145Z | |
| 3219 | 2026-06-20T21:45:04.146Z | info: running `cargo check --bins` on omicron-gateway (133/297) |
| 3220 | 2026-06-20T21:45:04.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2026-06-20T21:45:04.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2026-06-20T21:45:04.837Z | Compiling regress v0.11.1 |
| 3223 | 2026-06-20T21:45:04.975Z | Compiling unsafe-libyaml v0.2.11 |
| 3224 | 2026-06-20T21:45:04.983Z | Compiling semver v0.1.20 |
| 3225 | 2026-06-20T21:45:04.987Z | Compiling radium v0.7.0 |
| 3226 | 2026-06-20T21:45:05.002Z | Checking nom v8.0.0 |
| 3227 | 2026-06-20T21:45:05.005Z | Compiling maybe-uninit v2.0.0 |
| 3228 | 2026-06-20T21:45:05.005Z | Checking tap v1.0.1 |
| 3229 | 2026-06-20T21:45:05.111Z | Checking wyz v0.5.1 |
| 3230 | 2026-06-20T21:45:05.245Z | Compiling rustc_version v0.1.7 |
| 3231 | 2026-06-20T21:45:05.352Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3232 | 2026-06-20T21:45:05.365Z | Compiling zerocopy-derive v0.6.6 |
| 3233 | 2026-06-20T21:45:05.428Z | Compiling packed_struct v0.10.1 |
| 3234 | 2026-06-20T21:45:05.456Z | Compiling newtype_derive v0.1.6 |
| 3235 | 2026-06-20T21:45:05.641Z | Compiling serde_yaml v0.9.34+deprecated |
| 3236 | 2026-06-20T21:45:05.673Z | Checking funty v2.0.0 |
| 3237 | 2026-06-20T21:45:05.705Z | Compiling owo-colors v4.3.0 |
| 3238 | 2026-06-20T21:45:05.989Z | Checking crc-catalog v2.4.0 |
| 3239 | 2026-06-20T21:45:06.024Z | Compiling cancel-safe-futures v0.1.5 |
| 3240 | 2026-06-20T21:45:06.080Z | Checking crc v3.4.0 |
| 3241 | 2026-06-20T21:45:06.178Z | Checking zerocopy v0.6.6 |
| 3242 | 2026-06-20T21:45:06.255Z | Checking bitvec v1.0.1 |
| 3243 | 2026-06-20T21:45:06.387Z | Checking typify-impl v0.6.2 |
| 3244 | 2026-06-20T21:45:06.426Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3245 | 2026-06-20T21:45:06.802Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3246 | 2026-06-20T21:45:06.901Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3247 | 2026-06-20T21:45:06.979Z | Compiling packed_struct_codegen v0.10.1 |
| 3248 | 2026-06-20T21:45:07.088Z | Checking libsw-core v0.3.2 |
| 3249 | 2026-06-20T21:45:07.160Z | Compiling bitfield-macros v0.19.4 |
| 3250 | 2026-06-20T21:45:07.235Z | Compiling indexmap v1.9.3 |
| 3251 | 2026-06-20T21:45:07.462Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3252 | 2026-06-20T21:45:07.509Z | Checking nodrop v0.1.14 |
| 3253 | 2026-06-20T21:45:07.559Z | Checking libsw v3.5.0 |
| 3254 | 2026-06-20T21:45:07.574Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3255 | 2026-06-20T21:45:07.598Z | Checking array-init v0.0.4 |
| 3256 | 2026-06-20T21:45:07.709Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3257 | 2026-06-20T21:45:07.875Z | Checking bitfield v0.19.4 |
| 3258 | 2026-06-20T21:45:07.891Z | Checking smallvec v0.6.14 |
| 3259 | 2026-06-20T21:45:07.903Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3260 | 2026-06-20T21:45:08.142Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3261 | 2026-06-20T21:45:08.155Z | Checking unicode-linebreak v0.1.5 |
| 3262 | 2026-06-20T21:45:08.269Z | Checking hashbrown v0.12.3 |
| 3263 | 2026-06-20T21:45:08.313Z | Checking smawk v0.3.2 |
| 3264 | 2026-06-20T21:45:08.326Z | Checking tagptr v0.2.0 |
| 3265 | 2026-06-20T21:45:08.361Z | Checking base64 v0.21.7 |
| 3266 | 2026-06-20T21:45:08.438Z | Checking linear-map v1.2.0 |
| 3267 | 2026-06-20T21:45:08.493Z | Checking moka v0.12.13 |
| 3268 | 2026-06-20T21:45:08.594Z | Checking textwrap v0.16.2 |
| 3269 | 2026-06-20T21:45:08.598Z | Checking ron v0.8.1 |
| 3270 | 2026-06-20T21:45:08.619Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3271 | 2026-06-20T21:45:08.806Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3272 | 2026-06-20T21:45:08.976Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3273 | 2026-06-20T21:45:08.990Z | Checking serde-hex v0.1.0 |
| 3274 | 2026-06-20T21:45:09.087Z | Checking steno v0.4.1 |
| 3275 | 2026-06-20T21:45:09.104Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3276 | 2026-06-20T21:45:09.123Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-06-20T21:45:09.281Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3278 | 2026-06-20T21:45:09.761Z | Checking hashbrown v0.13.2 |
| 3279 | 2026-06-20T21:45:09.862Z | Checking crc-any v2.5.0 |
| 3280 | 2026-06-20T21:45:09.877Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3281 | 2026-06-20T21:45:10.043Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3282 | 2026-06-20T21:45:10.055Z | Checking hickory-resolver v0.25.2 |
| 3283 | 2026-06-20T21:45:10.085Z | Checking path-slash v0.1.5 |
| 3284 | 2026-06-20T21:45:10.183Z | Checking object v0.30.4 |
| 3285 | 2026-06-20T21:45:10.196Z | Checking half v1.8.3 |
| 3286 | 2026-06-20T21:45:10.209Z | Checking void v1.0.2 |
| 3287 | 2026-06-20T21:45:10.309Z | Checking utf-8 v0.7.6 |
| 3288 | 2026-06-20T21:45:10.383Z | Checking serde_cbor v0.11.2 |
| 3289 | 2026-06-20T21:45:10.447Z | Checking tungstenite v0.23.0 |
| 3290 | 2026-06-20T21:45:10.460Z | Checking lzss v0.8.2 |
| 3291 | 2026-06-20T21:45:10.806Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3292 | 2026-06-20T21:45:10.820Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3293 | 2026-06-20T21:45:10.820Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3294 | 2026-06-20T21:45:10.845Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3295 | 2026-06-20T21:45:10.858Z | Checking nix v0.27.1 |
| 3296 | 2026-06-20T21:45:10.921Z | Checking kstat-rs v0.2.4 |
| 3297 | 2026-06-20T21:45:10.945Z | Checking fxhash v0.2.1 |
| 3298 | 2026-06-20T21:45:10.962Z | Compiling typify-macro v0.6.2 |
| 3299 | 2026-06-20T21:45:11.011Z | Checking serde_bytes v0.11.19 |
| 3300 | 2026-06-20T21:45:11.060Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3301 | 2026-06-20T21:45:11.099Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3302 | 2026-06-20T21:45:11.164Z | Checking tokio-tungstenite v0.23.1 |
| 3303 | 2026-06-20T21:45:11.183Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3304 | 2026-06-20T21:45:11.357Z | Checking signal-hook-tokio v0.3.1 |
| 3305 | 2026-06-20T21:45:12.090Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3306 | 2026-06-20T21:45:12.216Z | Compiling typify v0.6.2 |
| 3307 | 2026-06-20T21:45:12.294Z | Compiling progenitor-impl v0.14.0 |
| 3308 | 2026-06-20T21:45:12.990Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3309 | 2026-06-20T21:45:13.290Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3310 | 2026-06-20T21:45:13.712Z | Compiling progenitor-macro v0.14.0 |
| 3311 | 2026-06-20T21:45:15.994Z | Checking progenitor v0.14.0 |
| 3312 | 2026-06-20T21:45:16.115Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3313 | 2026-06-20T21:45:16.118Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3314 | 2026-06-20T21:45:18.732Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3315 | 2026-06-20T21:46:14.341Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3316 | 2026-06-20T21:46:14.341Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3317 | 2026-06-20T21:46:14.341Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3318 | 2026-06-20T21:46:14.341Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3319 | 2026-06-20T21:46:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.86s |
| 3320 | 2026-06-20T21:46:14.341Z | |
| 3321 | 2026-06-20T21:46:14.341Z | info: running `cargo check --bins` on gateway-api (134/297) |
| 3322 | 2026-06-20T21:46:14.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-06-20T21:46:14.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-06-20T21:46:14.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-06-20T21:46:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3326 | 2026-06-20T21:46:14.341Z | |
| 3327 | 2026-06-20T21:46:14.341Z | info: running `cargo check --bins` on ipcc (135/297) |
| 3328 | 2026-06-20T21:46:14.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-06-20T21:46:14.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-06-20T21:46:14.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-06-20T21:46:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3332 | 2026-06-20T21:46:14.341Z | |
| 3333 | 2026-06-20T21:46:14.341Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297) |
| 3334 | 2026-06-20T21:46:14.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-06-20T21:46:14.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-06-20T21:46:14.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-06-20T21:46:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3338 | 2026-06-20T21:46:14.341Z | |
| 3339 | 2026-06-20T21:46:14.341Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297) |
| 3340 | 2026-06-20T21:46:14.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-06-20T21:46:14.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-06-20T21:46:14.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-06-20T21:46:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3344 | 2026-06-20T21:46:14.341Z | |
| 3345 | 2026-06-20T21:46:14.341Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297) |
| 3346 | 2026-06-20T21:46:14.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-06-20T21:46:14.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-06-20T21:46:14.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-06-20T21:46:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3350 | 2026-06-20T21:46:14.341Z | |
| 3351 | 2026-06-20T21:46:14.341Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297) |
| 3352 | 2026-06-20T21:46:14.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-06-20T21:46:14.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-06-20T21:46:14.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-06-20T21:46:14.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3356 | 2026-06-20T21:46:14.342Z | |
| 3357 | 2026-06-20T21:46:14.342Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297) |
| 3358 | 2026-06-20T21:46:14.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-06-20T21:46:14.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-06-20T21:46:14.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-06-20T21:46:14.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3362 | 2026-06-20T21:46:14.687Z | |
| 3363 | 2026-06-20T21:46:14.687Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297) |
| 3364 | 2026-06-20T21:46:14.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-06-20T21:46:14.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-06-20T21:46:14.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-06-20T21:46:14.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3368 | 2026-06-20T21:46:14.687Z | |
| 3369 | 2026-06-20T21:46:14.687Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297) |
| 3370 | 2026-06-20T21:46:14.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-06-20T21:46:14.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-06-20T21:46:14.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-06-20T21:46:14.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3374 | 2026-06-20T21:46:14.687Z | |
| 3375 | 2026-06-20T21:46:14.687Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297) |
| 3376 | 2026-06-20T21:46:14.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-06-20T21:46:14.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-06-20T21:46:14.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-06-20T21:46:14.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3380 | 2026-06-20T21:46:14.688Z | |
| 3381 | 2026-06-20T21:46:14.688Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297) |
| 3382 | 2026-06-20T21:46:14.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-06-20T21:46:14.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-06-20T21:46:14.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-06-20T21:46:14.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3386 | 2026-06-20T21:46:14.688Z | |
| 3387 | 2026-06-20T21:46:14.688Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297) |
| 3388 | 2026-06-20T21:46:14.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-06-20T21:46:14.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-06-20T21:46:14.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-06-20T21:46:14.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3392 | 2026-06-20T21:46:14.688Z | |
| 3393 | 2026-06-20T21:46:14.688Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297) |
| 3394 | 2026-06-20T21:46:14.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-06-20T21:46:14.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-06-20T21:46:14.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-06-20T21:46:14.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3398 | 2026-06-20T21:46:14.688Z | |
| 3399 | 2026-06-20T21:46:14.688Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297) |
| 3400 | 2026-06-20T21:46:14.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-06-20T21:46:14.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-06-20T21:46:14.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-06-20T21:46:14.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3404 | 2026-06-20T21:46:14.688Z | |
| 3405 | 2026-06-20T21:46:14.688Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297) |
| 3406 | 2026-06-20T21:46:14.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-06-20T21:46:14.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-06-20T21:46:14.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-06-20T21:46:14.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3410 | 2026-06-20T21:46:14.688Z | |
| 3411 | 2026-06-20T21:46:14.688Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297) |
| 3412 | 2026-06-20T21:46:14.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-06-20T21:46:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-06-20T21:46:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-06-20T21:46:14.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3416 | 2026-06-20T21:46:14.689Z | |
| 3417 | 2026-06-20T21:46:14.689Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297) |
| 3418 | 2026-06-20T21:46:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-06-20T21:46:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-06-20T21:46:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-06-20T21:46:14.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3422 | 2026-06-20T21:46:14.689Z | |
| 3423 | 2026-06-20T21:46:14.689Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297) |
| 3424 | 2026-06-20T21:46:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-06-20T21:46:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-06-20T21:46:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-06-20T21:46:14.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3428 | 2026-06-20T21:46:14.689Z | |
| 3429 | 2026-06-20T21:46:14.689Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297) |
| 3430 | 2026-06-20T21:46:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-06-20T21:46:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-06-20T21:46:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-06-20T21:46:14.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3434 | 2026-06-20T21:46:14.689Z | |
| 3435 | 2026-06-20T21:46:14.689Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297) |
| 3436 | 2026-06-20T21:46:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-06-20T21:46:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-06-20T21:46:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-06-20T21:46:14.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3440 | 2026-06-20T21:46:14.689Z | |
| 3441 | 2026-06-20T21:46:14.689Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297) |
| 3442 | 2026-06-20T21:46:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-06-20T21:46:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-06-20T21:46:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-06-20T21:46:14.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3446 | 2026-06-20T21:46:14.689Z | |
| 3447 | 2026-06-20T21:46:14.689Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297) |
| 3448 | 2026-06-20T21:46:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-06-20T21:46:14.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-06-20T21:46:14.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-06-20T21:46:14.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3452 | 2026-06-20T21:46:14.690Z | |
| 3453 | 2026-06-20T21:46:14.690Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297) |
| 3454 | 2026-06-20T21:46:14.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-06-20T21:46:14.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-06-20T21:46:14.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-06-20T21:46:14.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3458 | 2026-06-20T21:46:14.690Z | |
| 3459 | 2026-06-20T21:46:15.174Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297) |
| 3460 | 2026-06-20T21:46:15.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-06-20T21:46:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-06-20T21:46:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-06-20T21:46:15.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3464 | 2026-06-20T21:46:15.174Z | |
| 3465 | 2026-06-20T21:46:15.174Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297) |
| 3466 | 2026-06-20T21:46:15.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-06-20T21:46:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-06-20T21:46:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-06-20T21:46:15.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3470 | 2026-06-20T21:46:15.174Z | |
| 3471 | 2026-06-20T21:46:15.174Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297) |
| 3472 | 2026-06-20T21:46:15.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-06-20T21:46:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-06-20T21:46:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-06-20T21:46:15.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3476 | 2026-06-20T21:46:15.174Z | |
| 3477 | 2026-06-20T21:46:15.174Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297) |
| 3478 | 2026-06-20T21:46:15.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-06-20T21:46:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-06-20T21:46:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-06-20T21:46:15.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3482 | 2026-06-20T21:46:15.174Z | |
| 3483 | 2026-06-20T21:46:15.174Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297) |
| 3484 | 2026-06-20T21:46:15.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-06-20T21:46:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-06-20T21:46:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-06-20T21:46:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3488 | 2026-06-20T21:46:15.175Z | |
| 3489 | 2026-06-20T21:46:15.175Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297) |
| 3490 | 2026-06-20T21:46:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-06-20T21:46:15.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-06-20T21:46:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-06-20T21:46:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3494 | 2026-06-20T21:46:15.175Z | |
| 3495 | 2026-06-20T21:46:15.175Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297) |
| 3496 | 2026-06-20T21:46:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-06-20T21:46:15.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-06-20T21:46:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-06-20T21:46:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3500 | 2026-06-20T21:46:15.175Z | |
| 3501 | 2026-06-20T21:46:15.175Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297) |
| 3502 | 2026-06-20T21:46:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-06-20T21:46:15.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-06-20T21:46:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-06-20T21:46:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3506 | 2026-06-20T21:46:15.175Z | |
| 3507 | 2026-06-20T21:46:15.175Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297) |
| 3508 | 2026-06-20T21:46:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-06-20T21:46:15.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-06-20T21:46:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-06-20T21:46:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3512 | 2026-06-20T21:46:15.175Z | |
| 3513 | 2026-06-20T21:46:15.175Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297) |
| 3514 | 2026-06-20T21:46:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-06-20T21:46:15.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-06-20T21:46:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-06-20T21:46:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3518 | 2026-06-20T21:46:15.175Z | |
| 3519 | 2026-06-20T21:46:15.175Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297) |
| 3520 | 2026-06-20T21:46:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-06-20T21:46:15.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-06-20T21:46:15.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-06-20T21:46:15.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3524 | 2026-06-20T21:46:15.176Z | |
| 3525 | 2026-06-20T21:46:15.176Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297) |
| 3526 | 2026-06-20T21:46:15.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-06-20T21:46:15.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-06-20T21:46:15.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-06-20T21:46:15.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3530 | 2026-06-20T21:46:15.176Z | |
| 3531 | 2026-06-20T21:46:15.176Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297) |
| 3532 | 2026-06-20T21:46:15.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-06-20T21:46:15.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-06-20T21:46:15.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-06-20T21:46:15.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3536 | 2026-06-20T21:46:15.176Z | |
| 3537 | 2026-06-20T21:46:15.176Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297) |
| 3538 | 2026-06-20T21:46:15.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-06-20T21:46:15.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-06-20T21:46:15.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-06-20T21:46:15.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3542 | 2026-06-20T21:46:15.176Z | |
| 3543 | 2026-06-20T21:46:15.176Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297) |
| 3544 | 2026-06-20T21:46:15.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-06-20T21:46:15.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-06-20T21:46:15.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-06-20T21:46:15.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3548 | 2026-06-20T21:46:15.176Z | |
| 3549 | 2026-06-20T21:46:15.176Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297) |
| 3550 | 2026-06-20T21:46:15.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-06-20T21:46:15.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-06-20T21:46:15.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-06-20T21:46:15.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3554 | 2026-06-20T21:46:15.176Z | |
| 3555 | 2026-06-20T21:46:15.176Z | info: running `cargo check --bins` on oximeter-producer (173/297) |
| 3556 | 2026-06-20T21:46:15.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-06-20T21:46:15.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-06-20T21:46:15.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-06-20T21:46:15.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3560 | 2026-06-20T21:46:15.704Z | |
| 3561 | 2026-06-20T21:46:15.704Z | info: running `cargo check --bins` on internal-dns-resolver (174/297) |
| 3562 | 2026-06-20T21:46:15.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-06-20T21:46:15.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-06-20T21:46:15.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-06-20T21:46:15.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3566 | 2026-06-20T21:46:15.704Z | |
| 3567 | 2026-06-20T21:46:15.704Z | info: running `cargo check --bins` on dns-server (175/297) |
| 3568 | 2026-06-20T21:46:15.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-06-20T21:46:15.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-06-20T21:46:15.704Z | Compiling parking_lot_core v0.8.6 |
| 3571 | 2026-06-20T21:46:15.704Z | Compiling git-stub v1.0.0 |
| 3572 | 2026-06-20T21:46:15.704Z | Checking prefix-trie v0.7.0 |
| 3573 | 2026-06-20T21:46:15.704Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3574 | 2026-06-20T21:46:15.704Z | Compiling git-stub-vcs v0.1.0 |
| 3575 | 2026-06-20T21:46:15.704Z | Checking hickory-server v0.25.2 |
| 3576 | 2026-06-20T21:46:15.704Z | Checking parking_lot v0.11.2 |
| 3577 | 2026-06-20T21:46:15.704Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3578 | 2026-06-20T21:46:15.704Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3579 | 2026-06-20T21:46:15.704Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3580 | 2026-06-20T21:46:15.704Z | Checking sled v0.34.7 |
| 3581 | 2026-06-20T21:46:15.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 3582 | 2026-06-20T21:46:15.704Z | |
| 3583 | 2026-06-20T21:46:15.705Z | info: running `cargo check --bins` on dns-server-api (176/297) |
| 3584 | 2026-06-20T21:46:15.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-06-20T21:46:15.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-06-20T21:46:15.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-06-20T21:46:15.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3588 | 2026-06-20T21:46:15.705Z | |
| 3589 | 2026-06-20T21:46:15.705Z | info: running `cargo check --bins` on oximeter-producer-api (177/297) |
| 3590 | 2026-06-20T21:46:15.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-06-20T21:46:15.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-06-20T21:46:15.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-06-20T21:46:15.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3594 | 2026-06-20T21:46:15.705Z | |
| 3595 | 2026-06-20T21:46:15.705Z | info: running `cargo check --bins` on sp-sim (178/297) |
| 3596 | 2026-06-20T21:46:15.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-06-20T21:46:15.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-06-20T21:46:15.705Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3599 | 2026-06-20T21:46:15.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s |
| 3600 | 2026-06-20T21:46:15.705Z | |
| 3601 | 2026-06-20T21:46:15.705Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297) |
| 3602 | 2026-06-20T21:46:15.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-06-20T21:46:15.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-06-20T21:46:15.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-06-20T21:46:15.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3606 | 2026-06-20T21:46:15.705Z | |
| 3607 | 2026-06-20T21:46:15.705Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297) |
| 3608 | 2026-06-20T21:46:15.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-06-20T21:46:15.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-06-20T21:46:15.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-06-20T21:46:15.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3612 | 2026-06-20T21:46:15.705Z | |
| 3613 | 2026-06-20T21:46:15.705Z | info: running `cargo check --bins` on db-macros (181/297) |
| 3614 | 2026-06-20T21:46:15.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-06-20T21:46:15.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-06-20T21:46:15.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-06-20T21:46:15.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3618 | 2026-06-20T21:46:15.705Z | |
| 3619 | 2026-06-20T21:46:15.705Z | info: running `cargo check --bins` on nexus-macros-common (182/297) |
| 3620 | 2026-06-20T21:46:15.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-06-20T21:46:15.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-06-20T21:46:15.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-06-20T21:46:15.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3624 | 2026-06-20T21:46:15.706Z | |
| 3625 | 2026-06-20T21:46:15.706Z | info: running `cargo check --bins` on nexus-auth (183/297) |
| 3626 | 2026-06-20T21:46:15.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-06-20T21:46:15.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-06-20T21:46:15.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-06-20T21:46:15.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3630 | 2026-06-20T21:46:16.216Z | |
| 3631 | 2026-06-20T21:46:16.216Z | info: running `cargo check --bins` on authz-macros (184/297) |
| 3632 | 2026-06-20T21:46:16.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-06-20T21:46:16.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-06-20T21:46:16.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-06-20T21:46:16.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3636 | 2026-06-20T21:46:16.473Z | |
| 3637 | 2026-06-20T21:46:16.473Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/297) |
| 3638 | 2026-06-20T21:46:16.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-06-20T21:46:16.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-06-20T21:46:16.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-06-20T21:46:16.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3642 | 2026-06-20T21:46:17.060Z | |
| 3643 | 2026-06-20T21:46:17.060Z | info: running `cargo check --bins` on nexus-db-model (186/297) |
| 3644 | 2026-06-20T21:46:17.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-06-20T21:46:17.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-06-20T21:46:17.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-06-20T21:46:17.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3648 | 2026-06-20T21:46:17.558Z | |
| 3649 | 2026-06-20T21:46:17.558Z | info: running `cargo check --bins` on nexus-db-schema (187/297) |
| 3650 | 2026-06-20T21:46:18.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-06-20T21:46:18.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-06-20T21:46:18.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-06-20T21:46:18.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3654 | 2026-06-20T21:46:18.079Z | |
| 3655 | 2026-06-20T21:46:18.079Z | info: running `cargo check --bins` on omicron-rpaths (188/297) |
| 3656 | 2026-06-20T21:46:18.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-06-20T21:46:18.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-06-20T21:46:18.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-06-20T21:46:18.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3660 | 2026-06-20T21:46:18.584Z | |
| 3661 | 2026-06-20T21:46:18.584Z | info: running `cargo check --bins` on nexus-defaults (189/297) |
| 3662 | 2026-06-20T21:46:19.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-06-20T21:46:19.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-06-20T21:46:19.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-06-20T21:46:19.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3666 | 2026-06-20T21:46:19.096Z | |
| 3667 | 2026-06-20T21:46:19.097Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/297) |
| 3668 | 2026-06-20T21:46:19.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-06-20T21:46:19.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-06-20T21:46:19.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-06-20T21:46:19.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3672 | 2026-06-20T21:46:19.612Z | |
| 3673 | 2026-06-20T21:46:19.612Z | info: running `cargo check --bins` on parallel-task-set (191/297) |
| 3674 | 2026-06-20T21:46:20.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-06-20T21:46:20.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-06-20T21:46:20.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-06-20T21:46:20.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3678 | 2026-06-20T21:46:20.108Z | |
| 3679 | 2026-06-20T21:46:20.108Z | info: running `cargo check --bins` on omicron-git-version (192/297) |
| 3680 | 2026-06-20T21:46:20.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-06-20T21:46:20.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-06-20T21:46:20.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-06-20T21:46:20.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3684 | 2026-06-20T21:46:20.625Z | |
| 3685 | 2026-06-20T21:46:20.625Z | info: running `cargo check --bins` on nexus-db-errors (193/297) |
| 3686 | 2026-06-20T21:46:21.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-06-20T21:46:21.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-06-20T21:46:21.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-06-20T21:46:21.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3690 | 2026-06-20T21:46:21.191Z | |
| 3691 | 2026-06-20T21:46:21.191Z | info: running `cargo check --bins` on nexus-db-lookup (194/297) |
| 3692 | 2026-06-20T21:46:21.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-06-20T21:46:21.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-06-20T21:46:21.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-06-20T21:46:21.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3696 | 2026-06-20T21:46:21.754Z | |
| 3697 | 2026-06-20T21:46:21.754Z | info: running `cargo check --bins` on nexus-inventory (195/297) |
| 3698 | 2026-06-20T21:46:22.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-06-20T21:46:22.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-06-20T21:46:22.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-06-20T21:46:22.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3702 | 2026-06-20T21:46:22.317Z | |
| 3703 | 2026-06-20T21:46:22.317Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/297) |
| 3704 | 2026-06-20T21:46:22.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-06-20T21:46:22.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-06-20T21:46:22.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-06-20T21:46:22.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3708 | 2026-06-20T21:46:22.862Z | |
| 3709 | 2026-06-20T21:46:22.862Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/297) |
| 3710 | 2026-06-20T21:46:23.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-06-20T21:46:23.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-06-20T21:46:23.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-06-20T21:46:23.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3714 | 2026-06-20T21:46:23.403Z | |
| 3715 | 2026-06-20T21:46:23.403Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/297) |
| 3716 | 2026-06-20T21:46:23.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-06-20T21:46:23.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-06-20T21:46:23.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-06-20T21:46:23.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3720 | 2026-06-20T21:46:23.949Z | |
| 3721 | 2026-06-20T21:46:23.949Z | info: running `cargo check --bins` on key-manager (199/297) |
| 3722 | 2026-06-20T21:46:24.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-06-20T21:46:24.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-06-20T21:46:24.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-06-20T21:46:24.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3726 | 2026-06-20T21:46:24.466Z | |
| 3727 | 2026-06-20T21:46:24.466Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/297) |
| 3728 | 2026-06-20T21:46:24.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-06-20T21:46:24.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-06-20T21:46:24.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-06-20T21:46:24.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3732 | 2026-06-20T21:46:25.027Z | |
| 3733 | 2026-06-20T21:46:25.027Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/297) |
| 3734 | 2026-06-20T21:46:25.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-06-20T21:46:25.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-06-20T21:46:25.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-06-20T21:46:25.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3738 | 2026-06-20T21:46:25.540Z | |
| 3739 | 2026-06-20T21:46:25.540Z | info: running `cargo check --bins` on typed-rng (202/297) |
| 3740 | 2026-06-20T21:46:25.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-06-20T21:46:25.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-06-20T21:46:25.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-06-20T21:46:25.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3744 | 2026-06-20T21:46:26.042Z | |
| 3745 | 2026-06-20T21:46:26.042Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/297) |
| 3746 | 2026-06-20T21:46:26.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-06-20T21:46:26.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-06-20T21:46:26.811Z | Compiling libefi-sys v0.1.0 |
| 3749 | 2026-06-20T21:46:26.814Z | Compiling bitfield-struct v0.6.2 |
| 3750 | 2026-06-20T21:46:26.950Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3751 | 2026-06-20T21:46:26.962Z | Compiling xshell-macros v0.2.7 |
| 3752 | 2026-06-20T21:46:26.969Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3753 | 2026-06-20T21:46:26.982Z | Compiling salty v0.3.0 |
| 3754 | 2026-06-20T21:46:26.996Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3755 | 2026-06-20T21:46:27.011Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3756 | 2026-06-20T21:46:27.023Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3757 | 2026-06-20T21:46:27.155Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3758 | 2026-06-20T21:46:27.285Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3759 | 2026-06-20T21:46:27.301Z | Checking primeorder v0.13.6 |
| 3760 | 2026-06-20T21:46:27.316Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3761 | 2026-06-20T21:46:27.330Z | Checking xshell v0.2.7 |
| 3762 | 2026-06-20T21:46:27.436Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3763 | 2026-06-20T21:46:27.475Z | Checking tungstenite v0.21.0 |
| 3764 | 2026-06-20T21:46:27.512Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3765 | 2026-06-20T21:46:27.533Z | Checking p384 v0.13.1 |
| 3766 | 2026-06-20T21:46:27.551Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3767 | 2026-06-20T21:46:27.636Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3768 | 2026-06-20T21:46:27.651Z | Compiling num-derive v0.3.3 |
| 3769 | 2026-06-20T21:46:27.695Z | Compiling proc-macro-error2 v2.0.1 |
| 3770 | 2026-06-20T21:46:27.769Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3771 | 2026-06-20T21:46:27.784Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3772 | 2026-06-20T21:46:27.884Z | Checking tokio-tungstenite v0.21.0 |
| 3773 | 2026-06-20T21:46:27.996Z | Compiling tabled_derive v0.11.0 |
| 3774 | 2026-06-20T21:46:27.996Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3775 | 2026-06-20T21:46:28.023Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3776 | 2026-06-20T21:46:28.066Z | Checking papergrid v0.17.0 |
| 3777 | 2026-06-20T21:46:28.136Z | Compiling progenitor-impl v0.13.0 |
| 3778 | 2026-06-20T21:46:28.174Z | Checking testing_table v0.3.0 |
| 3779 | 2026-06-20T21:46:28.186Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3780 | 2026-06-20T21:46:28.244Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3781 | 2026-06-20T21:46:28.290Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3782 | 2026-06-20T21:46:28.449Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3783 | 2026-06-20T21:46:28.481Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3784 | 2026-06-20T21:46:28.526Z | Checking libscf-sys v1.1.0 |
| 3785 | 2026-06-20T21:46:28.638Z | Compiling unicase v2.9.0 |
| 3786 | 2026-06-20T21:46:28.654Z | Checking corncobs v0.1.4 |
| 3787 | 2026-06-20T21:46:28.687Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3788 | 2026-06-20T21:46:28.779Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3789 | 2026-06-20T21:46:28.836Z | Compiling mime_guess v2.0.5 |
| 3790 | 2026-06-20T21:46:28.867Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3791 | 2026-06-20T21:46:28.900Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3792 | 2026-06-20T21:46:28.917Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3793 | 2026-06-20T21:46:28.930Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3794 | 2026-06-20T21:46:29.138Z | Checking tabled v0.20.0 |
| 3795 | 2026-06-20T21:46:29.244Z | Checking progenitor-client v0.13.0 |
| 3796 | 2026-06-20T21:46:29.372Z | Checking secrecy v0.8.0 |
| 3797 | 2026-06-20T21:46:29.457Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3798 | 2026-06-20T21:46:29.474Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3799 | 2026-06-20T21:46:29.525Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3800 | 2026-06-20T21:46:29.690Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3801 | 2026-06-20T21:46:29.818Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3802 | 2026-06-20T21:46:29.899Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3803 | 2026-06-20T21:46:29.914Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3804 | 2026-06-20T21:46:29.977Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3805 | 2026-06-20T21:46:30.044Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3806 | 2026-06-20T21:46:30.161Z | Checking filetime v0.2.27 |
| 3807 | 2026-06-20T21:46:30.298Z | Checking crc8 v0.1.1 |
| 3808 | 2026-06-20T21:46:30.354Z | Checking xattr v1.6.1 |
| 3809 | 2026-06-20T21:46:30.369Z | Checking http-range v0.1.5 |
| 3810 | 2026-06-20T21:46:30.482Z | Checking tar v0.4.45 |
| 3811 | 2026-06-20T21:46:30.496Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3812 | 2026-06-20T21:46:30.652Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3813 | 2026-06-20T21:46:30.667Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3814 | 2026-06-20T21:46:30.680Z | Checking illumos-nvpair v0.3.0 |
| 3815 | 2026-06-20T21:46:30.733Z | Compiling progenitor-macro v0.13.0 |
| 3816 | 2026-06-20T21:46:30.830Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3817 | 2026-06-20T21:46:30.849Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3818 | 2026-06-20T21:46:30.863Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3819 | 2026-06-20T21:46:31.166Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3820 | 2026-06-20T21:46:31.205Z | Checking atty v0.2.14 |
| 3821 | 2026-06-20T21:46:31.293Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3822 | 2026-06-20T21:46:31.301Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3823 | 2026-06-20T21:46:31.378Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3824 | 2026-06-20T21:46:31.433Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3825 | 2026-06-20T21:46:31.503Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3826 | 2026-06-20T21:46:31.517Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3827 | 2026-06-20T21:46:31.601Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3828 | 2026-06-20T21:46:31.774Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3829 | 2026-06-20T21:46:31.810Z | Checking hyper-staticfile v0.10.1 |
| 3830 | 2026-06-20T21:46:31.861Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3831 | 2026-06-20T21:46:31.985Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3832 | 2026-06-20T21:46:32.128Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3833 | 2026-06-20T21:46:32.147Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-06-20T21:46:32.392Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3835 | 2026-06-20T21:46:32.431Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3836 | 2026-06-20T21:46:32.670Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3837 | 2026-06-20T21:46:32.968Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3838 | 2026-06-20T21:46:33.525Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3839 | 2026-06-20T21:46:34.000Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3840 | 2026-06-20T21:46:34.403Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3841 | 2026-06-20T21:46:34.752Z | Checking progenitor v0.13.0 |
| 3842 | 2026-06-20T21:46:34.890Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3843 | 2026-06-20T21:46:36.726Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3844 | 2026-06-20T21:46:40.149Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3845 | 2026-06-20T21:46:50.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.91s |
| 3846 | 2026-06-20T21:46:51.158Z | |
| 3847 | 2026-06-20T21:46:51.158Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/297) |
| 3848 | 2026-06-20T21:46:51.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-06-20T21:46:51.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-06-20T21:46:51.864Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-06-20T21:47:02.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3852 | 2026-06-20T21:47:02.579Z | |
| 3853 | 2026-06-20T21:47:02.579Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/297) |
| 3854 | 2026-06-20T21:47:03.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-06-20T21:47:03.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-06-20T21:47:03.297Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-06-20T21:48:07.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 3858 | 2026-06-20T21:48:07.273Z | |
| 3859 | 2026-06-20T21:48:07.273Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/297) |
| 3860 | 2026-06-20T21:48:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-06-20T21:48:07.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-06-20T21:48:07.273Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-06-20T21:48:07.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 3864 | 2026-06-20T21:48:07.273Z | |
| 3865 | 2026-06-20T21:48:07.273Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/297) |
| 3866 | 2026-06-20T21:48:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-06-20T21:48:07.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-06-20T21:48:07.273Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-06-20T21:48:07.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3870 | 2026-06-20T21:48:07.273Z | |
| 3871 | 2026-06-20T21:48:07.273Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/297) |
| 3872 | 2026-06-20T21:48:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-06-20T21:48:07.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-06-20T21:48:07.273Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-06-20T21:48:07.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3876 | 2026-06-20T21:48:07.273Z | |
| 3877 | 2026-06-20T21:48:07.273Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/297) |
| 3878 | 2026-06-20T21:48:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-06-20T21:48:07.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-06-20T21:48:07.273Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-06-20T21:48:07.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3882 | 2026-06-20T21:48:07.273Z | |
| 3883 | 2026-06-20T21:48:07.273Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/297) |
| 3884 | 2026-06-20T21:48:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-06-20T21:48:07.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-06-20T21:48:07.273Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-06-20T21:48:11.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3888 | 2026-06-20T21:48:11.711Z | |
| 3889 | 2026-06-20T21:48:11.711Z | info: running `cargo check --bins` on bootstrap-agent-api (211/297) |
| 3890 | 2026-06-20T21:48:12.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-06-20T21:48:12.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-06-20T21:48:12.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-06-20T21:48:12.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3894 | 2026-06-20T21:48:12.219Z | |
| 3895 | 2026-06-20T21:48:12.219Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/297) |
| 3896 | 2026-06-20T21:48:12.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-06-20T21:48:12.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-06-20T21:48:12.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-06-20T21:48:12.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3900 | 2026-06-20T21:48:12.743Z | |
| 3901 | 2026-06-20T21:48:12.743Z | info: running `cargo check --bins` on range-requests (213/297) |
| 3902 | 2026-06-20T21:48:13.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-06-20T21:48:13.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-06-20T21:48:13.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-06-20T21:48:13.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3906 | 2026-06-20T21:48:13.342Z | |
| 3907 | 2026-06-20T21:48:13.342Z | info: running `cargo check --bins` on repo-depot-api (214/297) |
| 3908 | 2026-06-20T21:48:13.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-06-20T21:48:13.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-06-20T21:48:13.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-06-20T21:48:13.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3912 | 2026-06-20T21:48:13.766Z | |
| 3913 | 2026-06-20T21:48:13.766Z | info: running `cargo check --bins` on sled-agent-api (215/297) |
| 3914 | 2026-06-20T21:48:14.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-06-20T21:48:14.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-06-20T21:48:14.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-06-20T21:48:14.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3918 | 2026-06-20T21:48:14.310Z | |
| 3919 | 2026-06-20T21:48:14.310Z | info: running `cargo check --bins` on sled-diagnostics (216/297) |
| 3920 | 2026-06-20T21:48:14.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-06-20T21:48:14.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-06-20T21:48:14.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-06-20T21:48:14.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3924 | 2026-06-20T21:48:14.853Z | |
| 3925 | 2026-06-20T21:48:14.853Z | info: running `cargo check --bins` on zfs-test-harness (217/297) |
| 3926 | 2026-06-20T21:48:15.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-06-20T21:48:15.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-06-20T21:48:15.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-06-20T21:48:15.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3930 | 2026-06-20T21:48:15.398Z | |
| 3931 | 2026-06-20T21:48:15.398Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/297) |
| 3932 | 2026-06-20T21:48:15.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-06-20T21:48:15.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-06-20T21:48:15.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-06-20T21:48:15.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3936 | 2026-06-20T21:48:15.947Z | |
| 3937 | 2026-06-20T21:48:15.947Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/297) |
| 3938 | 2026-06-20T21:48:16.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-06-20T21:48:16.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-06-20T21:48:16.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-06-20T21:48:16.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3942 | 2026-06-20T21:48:16.495Z | |
| 3943 | 2026-06-20T21:48:16.495Z | info: running `cargo check --bins` on sled-agent-early-networking (220/297) |
| 3944 | 2026-06-20T21:48:16.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-06-20T21:48:16.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-06-20T21:48:16.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-06-20T21:48:16.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3948 | 2026-06-20T21:48:17.042Z | |
| 3949 | 2026-06-20T21:48:17.042Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/297) |
| 3950 | 2026-06-20T21:48:17.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-06-20T21:48:17.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-06-20T21:48:17.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-06-20T21:48:17.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3954 | 2026-06-20T21:48:17.589Z | |
| 3955 | 2026-06-20T21:48:17.589Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/297) |
| 3956 | 2026-06-20T21:48:18.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-06-20T21:48:18.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-06-20T21:48:18.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-06-20T21:48:18.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3960 | 2026-06-20T21:48:18.138Z | |
| 3961 | 2026-06-20T21:48:18.138Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/297) |
| 3962 | 2026-06-20T21:48:18.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-06-20T21:48:18.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-06-20T21:48:18.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-06-20T21:48:18.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3966 | 2026-06-20T21:48:18.681Z | |
| 3967 | 2026-06-20T21:48:18.681Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/297) |
| 3968 | 2026-06-20T21:48:19.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-06-20T21:48:19.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-06-20T21:48:19.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-06-20T21:48:19.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3972 | 2026-06-20T21:48:19.233Z | |
| 3973 | 2026-06-20T21:48:19.233Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/297) |
| 3974 | 2026-06-20T21:48:19.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-06-20T21:48:19.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-06-20T21:48:19.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-06-20T21:48:19.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3978 | 2026-06-20T21:48:19.793Z | |
| 3979 | 2026-06-20T21:48:19.793Z | info: running `cargo check --bins` on trust-quorum (226/297) |
| 3980 | 2026-06-20T21:48:20.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-06-20T21:48:20.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-06-20T21:48:20.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-06-20T21:48:20.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3984 | 2026-06-20T21:48:20.349Z | |
| 3985 | 2026-06-20T21:48:20.349Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/297) |
| 3986 | 2026-06-20T21:48:20.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-06-20T21:48:20.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-06-20T21:48:20.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-06-20T21:48:20.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3990 | 2026-06-20T21:48:20.913Z | |
| 3991 | 2026-06-20T21:48:20.913Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/297) |
| 3992 | 2026-06-20T21:48:21.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-06-20T21:48:21.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-06-20T21:48:21.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-06-20T21:48:21.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3996 | 2026-06-20T21:48:21.495Z | |
| 3997 | 2026-06-20T21:48:21.495Z | info: running `cargo check --bins` on update-common (229/297) |
| 3998 | 2026-06-20T21:48:21.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-06-20T21:48:21.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-06-20T21:48:21.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-06-20T21:48:21.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4002 | 2026-06-20T21:48:22.029Z | |
| 4003 | 2026-06-20T21:48:22.029Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/297) |
| 4004 | 2026-06-20T21:48:22.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-06-20T21:48:22.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-06-20T21:48:22.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-06-20T21:48:22.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4008 | 2026-06-20T21:48:22.607Z | |
| 4009 | 2026-06-20T21:48:22.608Z | info: running `cargo check --bins` on omicron-deployment-graph (231/297) |
| 4010 | 2026-06-20T21:48:23.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-06-20T21:48:23.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-06-20T21:48:23.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-06-20T21:48:23.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4014 | 2026-06-20T21:48:23.118Z | |
| 4015 | 2026-06-20T21:48:23.118Z | info: running `cargo check --bins` on reconfigurator-cli (232/297) |
| 4016 | 2026-06-20T21:48:23.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-06-20T21:48:23.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-06-20T21:48:23.832Z | Compiling fs-err v2.11.0 |
| 4019 | 2026-06-20T21:48:23.837Z | Checking ignore v0.4.25 |
| 4020 | 2026-06-20T21:48:23.837Z | Checking arc-swap v1.8.2 |
| 4021 | 2026-06-20T21:48:23.960Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4022 | 2026-06-20T21:48:23.960Z | Checking predicates-tree v1.0.13 |
| 4023 | 2026-06-20T21:48:23.967Z | Checking parse-size v1.1.0 |
| 4024 | 2026-06-20T21:48:23.988Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4025 | 2026-06-20T21:48:23.992Z | Checking rand_seeder v0.4.0 |
| 4026 | 2026-06-20T21:48:24.064Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4027 | 2026-06-20T21:48:24.084Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4028 | 2026-06-20T21:48:24.136Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4029 | 2026-06-20T21:48:24.149Z | Checking slog-scope v4.4.1 |
| 4030 | 2026-06-20T21:48:24.183Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4031 | 2026-06-20T21:48:24.275Z | Checking slog-stdlog v4.1.1 |
| 4032 | 2026-06-20T21:48:24.289Z | Compiling petname v2.0.2 |
| 4033 | 2026-06-20T21:48:24.304Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4034 | 2026-06-20T21:48:24.334Z | Checking globwalk v0.9.1 |
| 4035 | 2026-06-20T21:48:24.377Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4036 | 2026-06-20T21:48:24.389Z | Checking slog-envlogger v2.2.0 |
| 4037 | 2026-06-20T21:48:24.499Z | Checking camino-tempfile-ext v0.3.3 |
| 4038 | 2026-06-20T21:48:24.532Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4039 | 2026-06-20T21:48:24.585Z | Checking sapling-renderdag v0.1.0 |
| 4040 | 2026-06-20T21:48:24.685Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4041 | 2026-06-20T21:48:24.717Z | Checking subprocess v0.2.15 |
| 4042 | 2026-06-20T21:48:24.819Z | Checking sync-ptr v0.1.4 |
| 4043 | 2026-06-20T21:48:24.914Z | Checking colored v2.2.0 |
| 4044 | 2026-06-20T21:48:24.932Z | Checking assert_matches v1.5.0 |
| 4045 | 2026-06-20T21:48:25.024Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4046 | 2026-06-20T21:48:25.167Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4047 | 2026-06-20T21:48:25.172Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4048 | 2026-06-20T21:48:25.807Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4049 | 2026-06-20T21:48:27.127Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4050 | 2026-06-20T21:48:29.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
| 4051 | 2026-06-20T21:48:29.451Z | |
| 4052 | 2026-06-20T21:48:29.451Z | info: running `cargo check --bins` on omicron-repl-utils (233/297) |
| 4053 | 2026-06-20T21:48:29.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-06-20T21:48:29.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-06-20T21:48:29.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-06-20T21:48:29.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4057 | 2026-06-20T21:48:29.961Z | |
| 4058 | 2026-06-20T21:48:29.961Z | info: running `cargo check --bins` on transient-dns-server (234/297) |
| 4059 | 2026-06-20T21:48:30.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-06-20T21:48:30.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-06-20T21:48:30.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-06-20T21:48:30.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4063 | 2026-06-20T21:48:30.499Z | |
| 4064 | 2026-06-20T21:48:30.499Z | info: running `cargo check --bins` on nexus-test-interface (235/297) |
| 4065 | 2026-06-20T21:48:30.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-06-20T21:48:30.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-06-20T21:48:30.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-06-20T21:48:30.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4069 | 2026-06-20T21:48:31.078Z | |
| 4070 | 2026-06-20T21:48:31.078Z | info: running `cargo check --bins` on oximeter-collector (236/297) |
| 4071 | 2026-06-20T21:48:31.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-06-20T21:48:31.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-06-20T21:48:31.745Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4074 | 2026-06-20T21:48:31.745Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4075 | 2026-06-20T21:48:32.380Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4076 | 2026-06-20T21:48:33.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
| 4077 | 2026-06-20T21:48:34.083Z | |
| 4078 | 2026-06-20T21:48:34.083Z | info: running `cargo check --bins` on oximeter-api (237/297) |
| 4079 | 2026-06-20T21:48:34.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-06-20T21:48:34.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-06-20T21:48:34.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-06-20T21:48:34.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4083 | 2026-06-20T21:48:34.616Z | |
| 4084 | 2026-06-20T21:48:34.616Z | info: running `cargo check --bins` on cert-dev (238/297) |
| 4085 | 2026-06-20T21:48:35.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-06-20T21:48:35.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-06-20T21:48:35.162Z | Checking yasna v0.5.2 |
| 4088 | 2026-06-20T21:48:35.549Z | Checking rcgen v0.12.1 |
| 4089 | 2026-06-20T21:48:35.788Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4090 | 2026-06-20T21:48:35.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4091 | 2026-06-20T21:48:36.110Z | |
| 4092 | 2026-06-20T21:48:36.110Z | info: running `cargo check --bins` on clickana (239/297) |
| 4093 | 2026-06-20T21:48:36.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-06-20T21:48:36.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-06-20T21:48:36.695Z | Compiling darling_core v0.23.0 |
| 4096 | 2026-06-20T21:48:36.794Z | Compiling instability v0.3.11 |
| 4097 | 2026-06-20T21:48:36.801Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4098 | 2026-06-20T21:48:36.804Z | Checking castaway v0.2.4 |
| 4099 | 2026-06-20T21:48:36.811Z | Compiling indoc v2.0.7 |
| 4100 | 2026-06-20T21:48:36.814Z | Checking unicode-truncate v1.1.0 |
| 4101 | 2026-06-20T21:48:36.826Z | Checking lru v0.12.5 |
| 4102 | 2026-06-20T21:48:36.829Z | Checking cassowary v0.3.0 |
| 4103 | 2026-06-20T21:48:36.887Z | Checking compact_str v0.8.1 |
| 4104 | 2026-06-20T21:48:38.115Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4105 | 2026-06-20T21:48:38.225Z | Compiling darling_macro v0.23.0 |
| 4106 | 2026-06-20T21:48:38.287Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4107 | 2026-06-20T21:48:38.616Z | Compiling darling v0.23.0 |
| 4108 | 2026-06-20T21:48:39.225Z | Checking ratatui v0.29.0 |
| 4109 | 2026-06-20T21:48:40.265Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4110 | 2026-06-20T21:48:40.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 4111 | 2026-06-20T21:48:41.070Z | |
| 4112 | 2026-06-20T21:48:41.071Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/297) |
| 4113 | 2026-06-20T21:48:41.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-06-20T21:48:41.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-06-20T21:48:41.726Z | Checking headers-core v0.3.0 |
| 4116 | 2026-06-20T21:48:41.729Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4117 | 2026-06-20T21:48:41.911Z | Checking headers v0.4.1 |
| 4118 | 2026-06-20T21:48:42.285Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4119 | 2026-06-20T21:48:43.125Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4120 | 2026-06-20T21:48:43.596Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4121 | 2026-06-20T21:48:43.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
| 4122 | 2026-06-20T21:48:44.165Z | |
| 4123 | 2026-06-20T21:48:44.165Z | info: running `cargo check --bins` on ch-dev (241/297) |
| 4124 | 2026-06-20T21:48:44.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-06-20T21:48:44.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-06-20T21:48:44.813Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4127 | 2026-06-20T21:48:45.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4128 | 2026-06-20T21:48:45.702Z | |
| 4129 | 2026-06-20T21:48:45.702Z | info: running `cargo check --bins` on dev-tools-common (242/297) |
| 4130 | 2026-06-20T21:48:46.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-06-20T21:48:46.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-06-20T21:48:46.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4133 | 2026-06-20T21:48:46.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 4134 | 2026-06-20T21:48:46.084Z | |
| 4135 | 2026-06-20T21:48:46.084Z | info: running `cargo check --bins` on crdb-seed (243/297) |
| 4136 | 2026-06-20T21:48:46.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-06-20T21:48:46.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-06-20T21:48:46.730Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4139 | 2026-06-20T21:48:47.703Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4140 | 2026-06-20T21:48:48.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
| 4141 | 2026-06-20T21:48:48.194Z | |
| 4142 | 2026-06-20T21:48:48.194Z | info: running `cargo check --bins` on db-dev (244/297) |
| 4143 | 2026-06-20T21:48:48.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-06-20T21:48:48.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-06-20T21:48:48.836Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4146 | 2026-06-20T21:48:49.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4147 | 2026-06-20T21:48:49.728Z | |
| 4148 | 2026-06-20T21:48:49.728Z | info: running `cargo check --bins` on omicron-dev-lib (245/297) |
| 4149 | 2026-06-20T21:48:50.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-06-20T21:48:50.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-06-20T21:48:50.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-06-20T21:48:50.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4153 | 2026-06-20T21:48:50.282Z | |
| 4154 | 2026-06-20T21:48:50.283Z | info: running `cargo check --bins` on xtask-downloader (246/297) |
| 4155 | 2026-06-20T21:48:50.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-06-20T21:48:50.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-06-20T21:48:50.823Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4158 | 2026-06-20T21:48:51.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 4159 | 2026-06-20T21:48:51.648Z | |
| 4160 | 2026-06-20T21:48:51.648Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/297) |
| 4161 | 2026-06-20T21:48:52.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-06-20T21:48:52.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-06-20T21:48:52.332Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4164 | 2026-06-20T21:48:52.332Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4165 | 2026-06-20T21:48:52.335Z | Checking git-stub v1.0.0 |
| 4166 | 2026-06-20T21:48:52.335Z | Compiling trait-variant v0.1.2 |
| 4167 | 2026-06-20T21:48:52.335Z | Checking maplit v1.0.2 |
| 4168 | 2026-06-20T21:48:52.335Z | Checking is_ci v1.2.0 |
| 4169 | 2026-06-20T21:48:52.467Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4170 | 2026-06-20T21:48:52.479Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4171 | 2026-06-20T21:48:52.507Z | Checking drift v0.2.0 |
| 4172 | 2026-06-20T21:48:52.523Z | Checking supports-color v3.0.2 |
| 4173 | 2026-06-20T21:48:52.587Z | Checking git-stub-vcs v0.1.0 |
| 4174 | 2026-06-20T21:48:52.639Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4175 | 2026-06-20T21:48:52.683Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4176 | 2026-06-20T21:48:52.697Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4177 | 2026-06-20T21:48:52.777Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4178 | 2026-06-20T21:48:52.846Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-06-20T21:48:52.889Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4180 | 2026-06-20T21:48:52.917Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-06-20T21:48:52.977Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4182 | 2026-06-20T21:48:53.182Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4183 | 2026-06-20T21:48:53.699Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4184 | 2026-06-20T21:48:54.624Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4185 | 2026-06-20T21:48:55.823Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4186 | 2026-06-20T21:48:56.401Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4187 | 2026-06-20T21:48:56.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
| 4188 | 2026-06-20T21:48:57.006Z | |
| 4189 | 2026-06-20T21:48:57.006Z | info: running `cargo check --bins` on installinator-api (248/297) |
| 4190 | 2026-06-20T21:48:57.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2026-06-20T21:48:57.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2026-06-20T21:48:57.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4193 | 2026-06-20T21:48:57.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4194 | 2026-06-20T21:48:57.535Z | |
| 4195 | 2026-06-20T21:48:57.535Z | info: running `cargo check --bins` on nexus-external-api (249/297) |
| 4196 | 2026-06-20T21:48:58.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-06-20T21:48:58.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-06-20T21:48:58.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-06-20T21:48:58.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4200 | 2026-06-20T21:48:58.091Z | |
| 4201 | 2026-06-20T21:48:58.091Z | info: running `cargo check --bins` on nexus-internal-api (250/297) |
| 4202 | 2026-06-20T21:48:58.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-06-20T21:48:58.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-06-20T21:48:58.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-06-20T21:48:58.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4206 | 2026-06-20T21:48:58.649Z | |
| 4207 | 2026-06-20T21:48:58.649Z | info: running `cargo check --bins` on nexus-lockstep-api (251/297) |
| 4208 | 2026-06-20T21:48:59.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-06-20T21:48:59.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-06-20T21:48:59.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-06-20T21:48:59.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4212 | 2026-06-20T21:48:59.207Z | |
| 4213 | 2026-06-20T21:48:59.207Z | info: running `cargo check --bins` on ntp-admin-api (252/297) |
| 4214 | 2026-06-20T21:48:59.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-06-20T21:48:59.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-06-20T21:48:59.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-06-20T21:48:59.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4218 | 2026-06-20T21:48:59.722Z | |
| 4219 | 2026-06-20T21:48:59.722Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/297) |
| 4220 | 2026-06-20T21:49:00.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-06-20T21:49:00.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-06-20T21:49:00.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-06-20T21:49:00.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4224 | 2026-06-20T21:49:00.231Z | |
| 4225 | 2026-06-20T21:49:00.231Z | info: running `cargo check --bins` on wicketd-api (254/297) |
| 4226 | 2026-06-20T21:49:00.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-06-20T21:49:00.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-06-20T21:49:00.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-06-20T21:49:00.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4230 | 2026-06-20T21:49:00.759Z | |
| 4231 | 2026-06-20T21:49:00.759Z | info: running `cargo check --bins` on omicron-ls-apis (255/297) |
| 4232 | 2026-06-20T21:49:01.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-06-20T21:49:01.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-06-20T21:49:01.301Z | Checking typeid v1.0.3 |
| 4235 | 2026-06-20T21:49:01.406Z | Checking ordered-float v2.10.1 |
| 4236 | 2026-06-20T21:49:01.425Z | Checking unicode-xid v0.2.6 |
| 4237 | 2026-06-20T21:49:01.436Z | Checking cargo-platform v0.2.0 |
| 4238 | 2026-06-20T21:49:01.445Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4239 | 2026-06-20T21:49:01.469Z | Checking erased-serde v0.4.9 |
| 4240 | 2026-06-20T21:49:01.610Z | Checking serde-value v0.7.0 |
| 4241 | 2026-06-20T21:49:01.778Z | Checking serde-untagged v0.1.9 |
| 4242 | 2026-06-20T21:49:01.927Z | Checking cargo-util-schemas v0.8.2 |
| 4243 | 2026-06-20T21:49:02.604Z | Checking cargo_metadata v0.21.0 |
| 4244 | 2026-06-20T21:49:03.190Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4245 | 2026-06-20T21:49:03.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 4246 | 2026-06-20T21:49:04.065Z | |
| 4247 | 2026-06-20T21:49:04.065Z | info: running `cargo check --bins` on mgs-dev (256/297) |
| 4248 | 2026-06-20T21:49:04.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-06-20T21:49:04.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-06-20T21:49:04.731Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4251 | 2026-06-20T21:49:05.325Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4252 | 2026-06-20T21:49:05.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4253 | 2026-06-20T21:49:05.980Z | |
| 4254 | 2026-06-20T21:49:05.980Z | info: running `cargo check --bins` on omicron-omdb (257/297) |
| 4255 | 2026-06-20T21:49:06.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4256 | 2026-06-20T21:49:06.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4257 | 2026-06-20T21:49:06.873Z | Compiling vergen-lib v0.1.6 |
| 4258 | 2026-06-20T21:49:06.873Z | Compiling diesel_derives v2.3.7 |
| 4259 | 2026-06-20T21:49:06.873Z | Compiling dsl_auto_type v0.2.0 |
| 4260 | 2026-06-20T21:49:06.877Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4261 | 2026-06-20T21:49:06.877Z | Checking scheduled-thread-pool v0.2.7 |
| 4262 | 2026-06-20T21:49:06.877Z | Compiling vergen-gitcl v1.0.8 |
| 4263 | 2026-06-20T21:49:06.877Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4264 | 2026-06-20T21:49:06.877Z | Compiling dirs-sys-next v0.1.2 |
| 4265 | 2026-06-20T21:49:07.142Z | Compiling crunchy v0.2.4 |
| 4266 | 2026-06-20T21:49:07.209Z | Compiling glob v0.3.3 |
| 4267 | 2026-06-20T21:49:07.268Z | Compiling dirs-next v2.0.0 |
| 4268 | 2026-06-20T21:49:07.297Z | Checking r2d2 v0.8.10 |
| 4269 | 2026-06-20T21:49:07.313Z | Checking downcast-rs v2.0.2 |
| 4270 | 2026-06-20T21:49:07.385Z | Compiling tiny-keccak v2.0.2 |
| 4271 | 2026-06-20T21:49:07.448Z | Compiling term v0.7.0 |
| 4272 | 2026-06-20T21:49:07.506Z | Compiling bit-vec v0.6.3 |
| 4273 | 2026-06-20T21:49:07.591Z | Compiling clang-sys v1.8.1 |
| 4274 | 2026-06-20T21:49:07.640Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4275 | 2026-06-20T21:49:07.719Z | Compiling ascii-canvas v3.0.0 |
| 4276 | 2026-06-20T21:49:07.826Z | Compiling bit-set v0.5.3 |
| 4277 | 2026-06-20T21:49:07.962Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4278 | 2026-06-20T21:49:07.976Z | Compiling itertools v0.10.5 |
| 4279 | 2026-06-20T21:49:07.991Z | Compiling ena v0.14.4 |
| 4280 | 2026-06-20T21:49:08.004Z | Compiling libloading v0.8.9 |
| 4281 | 2026-06-20T21:49:08.018Z | Compiling bindgen v0.71.1 |
| 4282 | 2026-06-20T21:49:08.031Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4283 | 2026-06-20T21:49:08.105Z | Compiling regex-syntax v0.6.29 |
| 4284 | 2026-06-20T21:49:08.195Z | Compiling diff v0.1.13 |
| 4285 | 2026-06-20T21:49:08.478Z | Compiling cexpr v0.6.0 |
| 4286 | 2026-06-20T21:49:08.493Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4287 | 2026-06-20T21:49:08.617Z | Compiling rustc-hash v2.1.1 |
| 4288 | 2026-06-20T21:49:08.753Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4289 | 2026-06-20T21:49:08.858Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4290 | 2026-06-20T21:49:09.025Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4291 | 2026-06-20T21:49:09.143Z | Compiling libxml v0.3.3 |
| 4292 | 2026-06-20T21:49:09.190Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4293 | 2026-06-20T21:49:09.287Z | Compiling strum_macros v0.24.3 |
| 4294 | 2026-06-20T21:49:09.401Z | Compiling indoc v1.0.9 |
| 4295 | 2026-06-20T21:49:09.823Z | Compiling lalrpop v0.19.12 |
| 4296 | 2026-06-20T21:49:10.040Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4297 | 2026-06-20T21:49:10.195Z | Checking derive_builder v0.20.2 |
| 4298 | 2026-06-20T21:49:10.228Z | Compiling oso-derive v0.27.3 |
| 4299 | 2026-06-20T21:49:10.311Z | Checking quick-xml v0.37.5 |
| 4300 | 2026-06-20T21:49:10.623Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4301 | 2026-06-20T21:49:10.720Z | Checking openssl-probe v0.1.6 |
| 4302 | 2026-06-20T21:49:10.863Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4303 | 2026-06-20T21:49:11.176Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4304 | 2026-06-20T21:49:11.370Z | Checking bb8 v0.8.6 |
| 4305 | 2026-06-20T21:49:11.617Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4306 | 2026-06-20T21:49:11.653Z | Checking nonempty v0.12.0 |
| 4307 | 2026-06-20T21:49:11.826Z | Compiling libz-sys v1.1.24 |
| 4308 | 2026-06-20T21:49:11.838Z | Compiling strsim v0.10.0 |
| 4309 | 2026-06-20T21:49:11.855Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4310 | 2026-06-20T21:49:12.185Z | Compiling darling_core v0.13.4 |
| 4311 | 2026-06-20T21:49:12.210Z | Compiling vergen-git2 v9.1.0 |
| 4312 | 2026-06-20T21:49:12.299Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4313 | 2026-06-20T21:49:12.475Z | Compiling rustls v0.21.12 |
| 4314 | 2026-06-20T21:49:12.495Z | Compiling base64 v0.21.7 |
| 4315 | 2026-06-20T21:49:12.707Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4316 | 2026-06-20T21:49:12.825Z | Compiling ron v0.8.1 |
| 4317 | 2026-06-20T21:49:12.960Z | Checking diesel v2.3.7 |
| 4318 | 2026-06-20T21:49:13.698Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4319 | 2026-06-20T21:49:13.797Z | Checking sct v0.7.1 |
| 4320 | 2026-06-20T21:49:13.893Z | Checking rustls-webpki v0.101.7 |
| 4321 | 2026-06-20T21:49:13.960Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4322 | 2026-06-20T21:49:14.076Z | Compiling darling_macro v0.13.4 |
| 4323 | 2026-06-20T21:49:14.541Z | Compiling darling v0.13.4 |
| 4324 | 2026-06-20T21:49:14.640Z | Compiling serde_with_macros v1.5.2 |
| 4325 | 2026-06-20T21:49:14.896Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4326 | 2026-06-20T21:49:15.480Z | Compiling serde_with v1.14.0 |
| 4327 | 2026-06-20T21:49:15.513Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4328 | 2026-06-20T21:49:16.567Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4329 | 2026-06-20T21:49:16.613Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4330 | 2026-06-20T21:49:17.252Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4331 | 2026-06-20T21:49:17.907Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4332 | 2026-06-20T21:49:18.106Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4333 | 2026-06-20T21:49:18.185Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4334 | 2026-06-20T21:49:18.199Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4335 | 2026-06-20T21:49:18.295Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4336 | 2026-06-20T21:49:18.373Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4337 | 2026-06-20T21:49:18.390Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4338 | 2026-06-20T21:49:18.484Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4339 | 2026-06-20T21:49:18.720Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4340 | 2026-06-20T21:49:18.736Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4341 | 2026-06-20T21:49:18.753Z | Checking tokio-rustls v0.24.1 |
| 4342 | 2026-06-20T21:49:18.955Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4343 | 2026-06-20T21:49:19.505Z | Checking rustls-pemfile v1.0.4 |
| 4344 | 2026-06-20T21:49:19.562Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4345 | 2026-06-20T21:49:19.649Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4346 | 2026-06-20T21:49:19.802Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4347 | 2026-06-20T21:49:19.841Z | Checking twox-hash v2.1.2 |
| 4348 | 2026-06-20T21:49:20.140Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4349 | 2026-06-20T21:49:20.159Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4350 | 2026-06-20T21:49:20.201Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4351 | 2026-06-20T21:49:20.349Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4352 | 2026-06-20T21:49:20.499Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4353 | 2026-06-20T21:49:21.754Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4354 | 2026-06-20T21:49:21.836Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4355 | 2026-06-20T21:49:22.177Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4356 | 2026-06-20T21:49:22.442Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4357 | 2026-06-20T21:49:22.523Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4358 | 2026-06-20T21:49:22.715Z | Checking console v0.16.2 |
| 4359 | 2026-06-20T21:49:23.035Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4360 | 2026-06-20T21:49:23.185Z | Checking fatfs v0.3.6 |
| 4361 | 2026-06-20T21:49:23.431Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4362 | 2026-06-20T21:49:23.648Z | Compiling seq-macro v0.3.6 |
| 4363 | 2026-06-20T21:49:24.151Z | Checking unit-prefix v0.5.2 |
| 4364 | 2026-06-20T21:49:24.291Z | Checking indicatif v0.18.4 |
| 4365 | 2026-06-20T21:49:24.697Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4366 | 2026-06-20T21:49:24.754Z | Checking support-bundle-viewer v0.1.2 |
| 4367 | 2026-06-20T21:49:25.002Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4368 | 2026-06-20T21:49:25.148Z | Checking multimap v0.10.1 |
| 4369 | 2026-06-20T21:49:30.731Z | Checking diesel-dtrace v0.5.0 |
| 4370 | 2026-06-20T21:49:30.984Z | Checking async-bb8-diesel v0.2.1 |
| 4371 | 2026-06-20T21:49:34.489Z | Compiling samael v0.0.19 |
| 4372 | 2026-06-20T21:49:39.141Z | Compiling git2 v0.20.4 |
| 4373 | 2026-06-20T21:49:40.754Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4374 | 2026-06-20T21:49:41.128Z | Compiling polar-core v0.27.3 |
| 4375 | 2026-06-20T21:49:41.578Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4376 | 2026-06-20T21:49:45.578Z | Checking oso v0.27.3 |
| 4377 | 2026-06-20T21:50:14.681Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4378 | 2026-06-20T21:51:25.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 4379 | 2026-06-20T21:51:25.516Z | |
| 4380 | 2026-06-20T21:51:25.516Z | info: running `cargo check --bins` on nexus-networking (258/297) |
| 4381 | 2026-06-20T21:51:26.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-06-20T21:51:26.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-06-20T21:51:26.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4384 | 2026-06-20T21:51:26.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4385 | 2026-06-20T21:51:26.131Z | |
| 4386 | 2026-06-20T21:51:26.131Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/297) |
| 4387 | 2026-06-20T21:51:26.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-06-20T21:51:26.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-06-20T21:51:26.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4390 | 2026-06-20T21:51:26.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4391 | 2026-06-20T21:51:26.709Z | |
| 4392 | 2026-06-20T21:51:26.709Z | info: running `cargo check --bins` on nexus-saga-recovery (260/297) |
| 4393 | 2026-06-20T21:51:27.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-06-20T21:51:27.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-06-20T21:51:27.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4396 | 2026-06-20T21:51:27.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4397 | 2026-06-20T21:51:27.290Z | |
| 4398 | 2026-06-20T21:51:27.290Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/297) |
| 4399 | 2026-06-20T21:51:27.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-06-20T21:51:27.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-06-20T21:51:27.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4402 | 2026-06-20T21:51:27.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4403 | 2026-06-20T21:51:27.802Z | |
| 4404 | 2026-06-20T21:51:27.802Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/297) |
| 4405 | 2026-06-20T21:51:28.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-06-20T21:51:28.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-06-20T21:51:28.567Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4408 | 2026-06-20T21:51:29.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4409 | 2026-06-20T21:51:29.485Z | |
| 4410 | 2026-06-20T21:51:29.485Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/297) |
| 4411 | 2026-06-20T21:51:29.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-06-20T21:51:29.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-06-20T21:51:30.237Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4414 | 2026-06-20T21:52:06.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.17s |
| 4415 | 2026-06-20T21:52:06.857Z | |
| 4416 | 2026-06-20T21:52:06.857Z | info: running `cargo check --bins` on nexus-background-task-interface (264/297) |
| 4417 | 2026-06-20T21:52:07.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-06-20T21:52:07.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-06-20T21:52:07.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-06-20T21:52:07.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4421 | 2026-06-20T21:52:07.366Z | |
| 4422 | 2026-06-20T21:52:07.366Z | info: running `cargo check --bins --no-default-features` on nexus-fm (265/297) |
| 4423 | 2026-06-20T21:52:07.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-06-20T21:52:07.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-06-20T21:52:07.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-06-20T21:52:07.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4427 | 2026-06-20T21:52:07.930Z | |
| 4428 | 2026-06-20T21:52:07.930Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/297) |
| 4429 | 2026-06-20T21:52:08.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-06-20T21:52:08.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-06-20T21:52:08.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4432 | 2026-06-20T21:52:08.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4433 | 2026-06-20T21:52:08.514Z | |
| 4434 | 2026-06-20T21:52:08.514Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (267/297) |
| 4435 | 2026-06-20T21:52:08.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-06-20T21:52:08.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-06-20T21:52:08.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-06-20T21:52:09.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4439 | 2026-06-20T21:52:09.093Z | |
| 4440 | 2026-06-20T21:52:09.093Z | info: running `cargo check --bins` on nexus-mgs-updates (268/297) |
| 4441 | 2026-06-20T21:52:09.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-06-20T21:52:09.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-06-20T21:52:09.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4444 | 2026-06-20T21:52:09.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4445 | 2026-06-20T21:52:09.660Z | |
| 4446 | 2026-06-20T21:52:09.660Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (269/297) |
| 4447 | 2026-06-20T21:52:10.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-06-20T21:52:10.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-06-20T21:52:10.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4450 | 2026-06-20T21:52:10.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4451 | 2026-06-20T21:52:10.233Z | |
| 4452 | 2026-06-20T21:52:10.233Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/297) |
| 4453 | 2026-06-20T21:52:10.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-06-20T21:52:10.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-06-20T21:52:10.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4456 | 2026-06-20T21:52:10.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4457 | 2026-06-20T21:52:10.805Z | |
| 4458 | 2026-06-20T21:52:10.805Z | info: running `cargo check --bins` on nexus-switch-config (271/297) |
| 4459 | 2026-06-20T21:52:11.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4460 | 2026-06-20T21:52:11.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4461 | 2026-06-20T21:52:11.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4462 | 2026-06-20T21:52:11.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4463 | 2026-06-20T21:52:11.379Z | |
| 4464 | 2026-06-20T21:52:11.379Z | info: running `cargo check --bins` on support-bundle-collection (272/297) |
| 4465 | 2026-06-20T21:52:11.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-06-20T21:52:11.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-06-20T21:52:11.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4468 | 2026-06-20T21:52:11.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4469 | 2026-06-20T21:52:11.951Z | |
| 4470 | 2026-06-20T21:52:11.951Z | info: running `cargo check --bins` on omicron-dev (273/297) |
| 4471 | 2026-06-20T21:52:12.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4472 | 2026-06-20T21:52:12.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4473 | 2026-06-20T21:52:12.780Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4474 | 2026-06-20T21:52:12.782Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4475 | 2026-06-20T21:52:12.927Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4476 | 2026-06-20T21:52:12.942Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4477 | 2026-06-20T21:52:12.955Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4478 | 2026-06-20T21:52:12.959Z | Checking diff v0.1.13 |
| 4479 | 2026-06-20T21:52:12.959Z | Checking yansi v1.0.1 |
| 4480 | 2026-06-20T21:52:12.993Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4481 | 2026-06-20T21:52:13.091Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4482 | 2026-06-20T21:52:13.213Z | Checking pretty_assertions v1.4.1 |
| 4483 | 2026-06-20T21:52:13.935Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4484 | 2026-06-20T21:52:13.992Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4485 | 2026-06-20T21:52:37.879Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4486 | 2026-06-20T21:52:37.879Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4487 | 2026-06-20T21:52:37.881Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4488 | 2026-06-20T21:52:37.881Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4489 | 2026-06-20T21:52:37.881Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4490 | 2026-06-20T21:52:37.881Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4491 | 2026-06-20T21:52:37.881Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4492 | 2026-06-20T21:52:38.689Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4493 | 2026-06-20T21:52:38.691Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4494 | 2026-06-20T21:52:39.874Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4495 | 2026-06-20T21:53:19.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4496 | 2026-06-20T21:53:19.856Z | |
| 4497 | 2026-06-20T21:53:19.857Z | info: running `cargo check --bins` on omicron-pins (274/297) |
| 4498 | 2026-06-20T21:53:19.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-06-20T21:53:19.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-06-20T21:53:19.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4501 | 2026-06-20T21:53:19.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4502 | 2026-06-20T21:53:19.857Z | |
| 4503 | 2026-06-20T21:53:19.857Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (275/297) |
| 4504 | 2026-06-20T21:53:19.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4505 | 2026-06-20T21:53:19.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4506 | 2026-06-20T21:53:19.857Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4507 | 2026-06-20T21:53:19.857Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4508 | 2026-06-20T21:53:19.857Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4509 | 2026-06-20T21:53:44.028Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4510 | 2026-06-20T21:53:44.398Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4511 | 2026-06-20T21:53:46.076Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4512 | 2026-06-20T21:53:46.513Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4513 | 2026-06-20T21:53:49.402Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4514 | 2026-06-20T21:54:12.459Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4515 | 2026-06-20T21:54:13.138Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4516 | 2026-06-20T21:54:14.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.97s |
| 4517 | 2026-06-20T21:54:14.898Z | |
| 4518 | 2026-06-20T21:54:14.898Z | info: running `cargo check --bins` on reconfigurator-sp-updater (276/297) |
| 4519 | 2026-06-20T21:54:15.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4520 | 2026-06-20T21:54:15.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4521 | 2026-06-20T21:54:15.557Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4522 | 2026-06-20T21:54:16.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4523 | 2026-06-20T21:54:16.383Z | |
| 4524 | 2026-06-20T21:54:16.383Z | info: running `cargo check --bins` on omicron-releng (277/297) |
| 4525 | 2026-06-20T21:54:16.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4526 | 2026-06-20T21:54:16.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4527 | 2026-06-20T21:54:16.965Z | Compiling blake3 v1.8.3 |
| 4528 | 2026-06-20T21:54:17.068Z | Checking arrayvec v0.7.6 |
| 4529 | 2026-06-20T21:54:17.068Z | Checking arrayref v0.3.9 |
| 4530 | 2026-06-20T21:54:17.074Z | Checking constant_time_eq v0.4.2 |
| 4531 | 2026-06-20T21:54:17.085Z | Checking topological-sort v0.2.2 |
| 4532 | 2026-06-20T21:54:17.088Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4533 | 2026-06-20T21:54:17.088Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4534 | 2026-06-20T21:54:17.088Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4535 | 2026-06-20T21:54:17.126Z | Checking shell-words v1.1.1 |
| 4536 | 2026-06-20T21:54:17.950Z | Checking omicron-zone-package v0.12.2 |
| 4537 | 2026-06-20T21:54:18.660Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4538 | 2026-06-20T21:54:19.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 4539 | 2026-06-20T21:54:19.676Z | |
| 4540 | 2026-06-20T21:54:19.676Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (278/297) |
| 4541 | 2026-06-20T21:54:20.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-06-20T21:54:20.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-06-20T21:54:20.256Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4544 | 2026-06-20T21:54:20.572Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4545 | 2026-06-20T21:54:20.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4546 | 2026-06-20T21:54:21.121Z | |
| 4547 | 2026-06-20T21:54:21.121Z | info: running `cargo check --bins` on schema (279/297) |
| 4548 | 2026-06-20T21:54:21.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-06-20T21:54:21.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-06-20T21:54:21.778Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4551 | 2026-06-20T21:54:22.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4552 | 2026-06-20T21:54:22.626Z | |
| 4553 | 2026-06-20T21:54:22.626Z | info: running `cargo check --bins` on xtask (280/297) |
| 4554 | 2026-06-20T21:54:22.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4555 | 2026-06-20T21:54:22.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4556 | 2026-06-20T21:54:23.009Z | Checking libc v0.2.185 |
| 4557 | 2026-06-20T21:54:23.085Z | Checking serde v1.0.228 |
| 4558 | 2026-06-20T21:54:23.087Z | Checking zerofrom v0.1.6 |
| 4559 | 2026-06-20T21:54:23.091Z | Checking bitflags v2.11.0 |
| 4560 | 2026-06-20T21:54:23.097Z | Checking smallvec v1.15.1 |
| 4561 | 2026-06-20T21:54:23.102Z | Checking indexmap v2.14.0 |
| 4562 | 2026-06-20T21:54:23.111Z | Checking serde_json v1.0.149 |
| 4563 | 2026-06-20T21:54:23.114Z | Checking scroll v0.12.0 |
| 4564 | 2026-06-20T21:54:23.184Z | Checking yoke v0.8.1 |
| 4565 | 2026-06-20T21:54:23.238Z | Checking num-traits v0.2.19 |
| 4566 | 2026-06-20T21:54:23.270Z | Checking thiserror v1.0.69 |
| 4567 | 2026-06-20T21:54:23.338Z | Checking percent-encoding v2.3.2 |
| 4568 | 2026-06-20T21:54:23.348Z | Checking zerovec v0.11.5 |
| 4569 | 2026-06-20T21:54:23.360Z | Checking zerotrie v0.2.3 |
| 4570 | 2026-06-20T21:54:23.373Z | Checking errno v0.3.14 |
| 4571 | 2026-06-20T21:54:23.472Z | Checking serde_spanned v0.6.9 |
| 4572 | 2026-06-20T21:54:23.472Z | Checking toml_datetime v0.6.11 |
| 4573 | 2026-06-20T21:54:23.491Z | Checking rustix v1.1.3 |
| 4574 | 2026-06-20T21:54:23.595Z | Checking log v0.4.29 |
| 4575 | 2026-06-20T21:54:23.605Z | Checking form_urlencoded v1.2.2 |
| 4576 | 2026-06-20T21:54:23.625Z | Checking zerocopy v0.7.35 |
| 4577 | 2026-06-20T21:54:23.655Z | Checking toml_edit v0.22.27 |
| 4578 | 2026-06-20T21:54:23.716Z | Checking getrandom v0.4.1 |
| 4579 | 2026-06-20T21:54:23.728Z | Checking thiserror v2.0.18 |
| 4580 | 2026-06-20T21:54:23.739Z | Checking goblin v0.8.2 |
| 4581 | 2026-06-20T21:54:23.758Z | Checking ordered-float v2.10.1 |
| 4582 | 2026-06-20T21:54:23.774Z | Checking tinystr v0.8.2 |
| 4583 | 2026-06-20T21:54:23.826Z | Checking potential_utf v0.1.4 |
| 4584 | 2026-06-20T21:54:23.843Z | Checking syn v2.0.117 |
| 4585 | 2026-06-20T21:54:23.948Z | Checking icu_locale_core v2.1.1 |
| 4586 | 2026-06-20T21:54:23.957Z | Checking icu_collections v2.1.1 |
| 4587 | 2026-06-20T21:54:23.976Z | Checking serde-value v0.7.0 |
| 4588 | 2026-06-20T21:54:24.115Z | Checking dtrace-parser v0.2.0 |
| 4589 | 2026-06-20T21:54:24.175Z | Checking thread-id v4.2.2 |
| 4590 | 2026-06-20T21:54:24.255Z | Checking once_cell v1.21.3 |
| 4591 | 2026-06-20T21:54:24.267Z | Checking cargo-platform v0.2.0 |
| 4592 | 2026-06-20T21:54:24.312Z | Checking terminal_size v0.4.3 |
| 4593 | 2026-06-20T21:54:24.356Z | Checking memmap v0.7.0 |
| 4594 | 2026-06-20T21:54:24.427Z | Checking tempfile v3.25.0 |
| 4595 | 2026-06-20T21:54:24.437Z | Checking clap_builder v4.6.0 |
| 4596 | 2026-06-20T21:54:24.440Z | Checking textwrap v0.16.2 |
| 4597 | 2026-06-20T21:54:24.484Z | Checking fs-err v3.3.0 |
| 4598 | 2026-06-20T21:54:24.497Z | Checking icu_provider v2.1.1 |
| 4599 | 2026-06-20T21:54:24.615Z | Checking camino-tempfile v1.4.1 |
| 4600 | 2026-06-20T21:54:24.649Z | Checking tabled v0.15.0 |
| 4601 | 2026-06-20T21:54:24.659Z | Checking anyhow v1.0.102 |
| 4602 | 2026-06-20T21:54:24.732Z | Checking icu_normalizer v2.1.1 |
| 4603 | 2026-06-20T21:54:24.748Z | Checking icu_properties v2.1.2 |
| 4604 | 2026-06-20T21:54:24.765Z | Checking toml v0.8.23 |
| 4605 | 2026-06-20T21:54:24.851Z | Checking macaddr v1.0.1 |
| 4606 | 2026-06-20T21:54:25.028Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4607 | 2026-06-20T21:54:25.079Z | Checking cargo_toml v0.21.0 |
| 4608 | 2026-06-20T21:54:25.559Z | Checking idna_adapter v1.2.1 |
| 4609 | 2026-06-20T21:54:25.602Z | Checking dof v0.3.0 |
| 4610 | 2026-06-20T21:54:25.635Z | Checking clap v4.6.1 |
| 4611 | 2026-06-20T21:54:25.674Z | Checking idna v1.1.0 |
| 4612 | 2026-06-20T21:54:25.867Z | Checking usdt-impl v0.5.0 |
| 4613 | 2026-06-20T21:54:25.895Z | Checking url v2.5.8 |
| 4614 | 2026-06-20T21:54:26.108Z | Checking usdt v0.5.0 |
| 4615 | 2026-06-20T21:54:26.233Z | Checking cargo-util-schemas v0.8.2 |
| 4616 | 2026-06-20T21:54:26.917Z | Checking cargo_metadata v0.21.0 |
| 4617 | 2026-06-20T21:54:27.522Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4618 | 2026-06-20T21:54:27.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
| 4619 | 2026-06-20T21:54:28.031Z | |
| 4620 | 2026-06-20T21:54:28.031Z | info: running `cargo check --bins` on dnsadm (281/297) |
| 4621 | 2026-06-20T21:54:28.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-06-20T21:54:28.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-06-20T21:54:28.599Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4624 | 2026-06-20T21:54:29.064Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4625 | 2026-06-20T21:54:29.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4626 | 2026-06-20T21:54:29.608Z | |
| 4627 | 2026-06-20T21:54:29.608Z | info: running `cargo check --bins` on end-to-end-tests (282/297) |
| 4628 | 2026-06-20T21:54:30.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4629 | 2026-06-20T21:54:30.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4630 | 2026-06-20T21:54:30.327Z | Checking polyval v0.6.2 |
| 4631 | 2026-06-20T21:54:30.438Z | Checking ctr v0.9.2 |
| 4632 | 2026-06-20T21:54:30.450Z | Checking ssh-encoding v0.2.0 |
| 4633 | 2026-06-20T21:54:30.453Z | Checking blowfish v0.9.1 |
| 4634 | 2026-06-20T21:54:30.470Z | Checking password-hash v0.4.2 |
| 4635 | 2026-06-20T21:54:30.483Z | Checking p256 v0.13.2 |
| 4636 | 2026-06-20T21:54:30.486Z | Checking p521 v0.13.3 |
| 4637 | 2026-06-20T21:54:30.509Z | Checking russh-cryptovec v0.7.3 |
| 4638 | 2026-06-20T21:54:30.577Z | Checking ghash v0.5.1 |
| 4639 | 2026-06-20T21:54:30.591Z | Checking bcrypt-pbkdf v0.10.0 |
| 4640 | 2026-06-20T21:54:30.594Z | Checking md5 v0.7.0 |
| 4641 | 2026-06-20T21:54:30.635Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4642 | 2026-06-20T21:54:30.650Z | Checking num-bigint v0.4.6 |
| 4643 | 2026-06-20T21:54:30.693Z | Checking aes-gcm v0.10.3 |
| 4644 | 2026-06-20T21:54:30.693Z | Checking pbkdf2 v0.11.0 |
| 4645 | 2026-06-20T21:54:30.737Z | Checking des v0.8.1 |
| 4646 | 2026-06-20T21:54:30.751Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4647 | 2026-06-20T21:54:30.764Z | Checking hex-literal v0.4.1 |
| 4648 | 2026-06-20T21:54:30.864Z | Checking ssh-cipher v0.2.0 |
| 4649 | 2026-06-20T21:54:30.867Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4650 | 2026-06-20T21:54:30.888Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4651 | 2026-06-20T21:54:30.888Z | Checking internet-checksum v0.2.1 |
| 4652 | 2026-06-20T21:54:31.027Z | Checking ssh-key v0.6.7 |
| 4653 | 2026-06-20T21:54:31.099Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4654 | 2026-06-20T21:54:31.643Z | Checking russh-keys v0.45.0 |
| 4655 | 2026-06-20T21:54:32.172Z | Checking russh v0.45.0 |
| 4656 | 2026-06-20T21:54:48.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s |
| 4657 | 2026-06-20T21:54:48.809Z | |
| 4658 | 2026-06-20T21:54:48.809Z | info: running `cargo check --bins` on gateway-cli (283/297) |
| 4659 | 2026-06-20T21:54:49.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-06-20T21:54:49.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-06-20T21:54:49.381Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4662 | 2026-06-20T21:54:49.482Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4663 | 2026-06-20T21:54:49.490Z | Checking termios v0.3.3 |
| 4664 | 2026-06-20T21:54:50.701Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4665 | 2026-06-20T21:54:50.846Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4666 | 2026-06-20T21:54:52.488Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4667 | 2026-06-20T21:54:53.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 4668 | 2026-06-20T21:54:53.208Z | |
| 4669 | 2026-06-20T21:54:53.208Z | info: running `cargo check --bins --no-default-features` on installinator (284/297) |
| 4670 | 2026-06-20T21:54:53.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4671 | 2026-06-20T21:54:53.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4672 | 2026-06-20T21:54:53.845Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4673 | 2026-06-20T21:54:53.848Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4674 | 2026-06-20T21:54:53.963Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4675 | 2026-06-20T21:54:53.984Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4676 | 2026-06-20T21:54:53.984Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4677 | 2026-06-20T21:54:53.995Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4678 | 2026-06-20T21:54:54.718Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4679 | 2026-06-20T21:54:55.039Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4680 | 2026-06-20T21:54:55.050Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4681 | 2026-06-20T21:54:55.656Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4682 | 2026-06-20T21:54:57.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 4683 | 2026-06-20T21:54:57.422Z | |
| 4684 | 2026-06-20T21:54:57.423Z | info: running `cargo check --bins` on internal-dns-cli (285/297) |
| 4685 | 2026-06-20T21:54:57.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-06-20T21:54:57.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-06-20T21:54:57.987Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4688 | 2026-06-20T21:54:58.423Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4689 | 2026-06-20T21:54:58.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4690 | 2026-06-20T21:54:58.895Z | |
| 4691 | 2026-06-20T21:54:58.895Z | info: running `cargo check --bins` on omicron-live-tests (286/297) |
| 4692 | 2026-06-20T21:54:59.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-06-20T21:54:59.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-06-20T21:54:59.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4695 | 2026-06-20T21:54:59.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4696 | 2026-06-20T21:54:59.400Z | |
| 4697 | 2026-06-20T21:54:59.400Z | info: running `cargo check --bins` on live-tests-macros (287/297) |
| 4698 | 2026-06-20T21:54:59.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-06-20T21:54:59.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-06-20T21:54:59.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4701 | 2026-06-20T21:54:59.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4702 | 2026-06-20T21:54:59.918Z | |
| 4703 | 2026-06-20T21:54:59.918Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (288/297) |
| 4704 | 2026-06-20T21:55:00.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4705 | 2026-06-20T21:55:00.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4706 | 2026-06-20T21:55:00.600Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4707 | 2026-06-20T21:55:01.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4708 | 2026-06-20T21:55:01.353Z | |
| 4709 | 2026-06-20T21:55:01.354Z | info: running `cargo check --bins` on omicron-ntp-admin (289/297) |
| 4710 | 2026-06-20T21:55:01.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4711 | 2026-06-20T21:55:01.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4712 | 2026-06-20T21:55:01.930Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4713 | 2026-06-20T21:55:01.935Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4714 | 2026-06-20T21:55:02.205Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4715 | 2026-06-20T21:55:02.205Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4716 | 2026-06-20T21:55:02.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4717 | 2026-06-20T21:55:03.169Z | |
| 4718 | 2026-06-20T21:55:03.170Z | info: running `cargo check --bins` on ntp-admin-types (290/297) |
| 4719 | 2026-06-20T21:55:03.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4720 | 2026-06-20T21:55:03.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4721 | 2026-06-20T21:55:03.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4722 | 2026-06-20T21:55:03.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4723 | 2026-06-20T21:55:03.668Z | |
| 4724 | 2026-06-20T21:55:03.668Z | info: running `cargo check --bins` on omicron-package (291/297) |
| 4725 | 2026-06-20T21:55:04.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4726 | 2026-06-20T21:55:04.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4727 | 2026-06-20T21:55:04.288Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4728 | 2026-06-20T21:55:05.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4729 | 2026-06-20T21:55:05.515Z | |
| 4730 | 2026-06-20T21:55:05.515Z | info: running `cargo check --bins` on tqdb (292/297) |
| 4731 | 2026-06-20T21:55:05.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4732 | 2026-06-20T21:55:06.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4733 | 2026-06-20T21:55:06.227Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4734 | 2026-06-20T21:55:06.582Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4735 | 2026-06-20T21:55:07.074Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4736 | 2026-06-20T21:55:07.075Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4737 | 2026-06-20T21:55:13.028Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4738 | 2026-06-20T21:55:13.028Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4739 | 2026-06-20T21:55:13.588Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4740 | 2026-06-20T21:55:13.588Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4741 | 2026-06-20T21:55:13.592Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4742 | 2026-06-20T21:55:13.592Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4743 | 2026-06-20T21:55:14.366Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4744 | 2026-06-20T21:55:15.304Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4745 | 2026-06-20T21:55:16.094Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4746 | 2026-06-20T21:55:16.683Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4747 | 2026-06-20T21:55:21.412Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4748 | 2026-06-20T21:55:27.893Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4749 | 2026-06-20T21:55:27.948Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4750 | 2026-06-20T21:55:27.948Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4751 | 2026-06-20T21:55:27.948Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4752 | 2026-06-20T21:55:29.337Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4753 | 2026-06-20T21:55:30.658Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4754 | 2026-06-20T21:55:31.323Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4755 | 2026-06-20T21:55:32.538Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4756 | 2026-06-20T21:55:33.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s |
| 4757 | 2026-06-20T21:55:33.320Z | |
| 4758 | 2026-06-20T21:55:33.320Z | info: running `cargo check --bins` on wicket-dbg (293/297) |
| 4759 | 2026-06-20T21:55:33.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4760 | 2026-06-20T21:55:33.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4761 | 2026-06-20T21:55:33.917Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4762 | 2026-06-20T21:55:33.953Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4763 | 2026-06-20T21:55:33.953Z | Checking rtoolbox v0.0.3 |
| 4764 | 2026-06-20T21:55:34.044Z | Checking tui-tree-widget v0.23.1 |
| 4765 | 2026-06-20T21:55:34.144Z | Checking rpassword v7.4.0 |
| 4766 | 2026-06-20T21:55:35.189Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4767 | 2026-06-20T21:55:38.220Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4768 | 2026-06-20T21:55:40.051Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4769 | 2026-06-20T21:55:40.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
| 4770 | 2026-06-20T21:55:41.114Z | |
| 4771 | 2026-06-20T21:55:41.114Z | info: running `cargo check --bins` on wicket (294/297) |
| 4772 | 2026-06-20T21:55:41.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-06-20T21:55:41.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-06-20T21:55:41.739Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4775 | 2026-06-20T21:55:42.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 4776 | 2026-06-20T21:55:42.255Z | |
| 4777 | 2026-06-20T21:55:42.255Z | info: running `cargo check --bins` on wicketd (295/297) |
| 4778 | 2026-06-20T21:55:42.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4779 | 2026-06-20T21:55:42.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4780 | 2026-06-20T21:55:42.905Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4781 | 2026-06-20T21:55:42.910Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4782 | 2026-06-20T21:55:42.910Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4783 | 2026-06-20T21:55:42.910Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4784 | 2026-06-20T21:55:43.873Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4785 | 2026-06-20T21:55:44.432Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4786 | 2026-06-20T21:55:47.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
| 4787 | 2026-06-20T21:55:47.579Z | |
| 4788 | 2026-06-20T21:55:47.579Z | info: running `cargo check --bins` on omicron-workspace-hack (296/297) |
| 4789 | 2026-06-20T21:55:47.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4790 | 2026-06-20T21:55:47.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4791 | 2026-06-20T21:55:47.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4792 | 2026-06-20T21:55:48.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4793 | 2026-06-20T21:55:48.073Z | |
| 4794 | 2026-06-20T21:55:48.073Z | info: running `cargo check --bins` on zone-setup (297/297) |
| 4795 | 2026-06-20T21:55:48.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4796 | 2026-06-20T21:55:48.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4797 | 2026-06-20T21:55:48.690Z | Checking uzers v0.12.2 |
| 4798 | 2026-06-20T21:55:48.984Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4799 | 2026-06-20T21:55:49.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4800 | 2026-06-20T21:55:49.865Z | |
| 4801 | 2026-06-20T21:55:49.865Z | real 14:04.268523969 |
| 4802 | 2026-06-20T21:55:49.865Z | user 20:29.995319316 |
| 4803 | 2026-06-20T21:55:49.865Z | sys 4:03.567832916 |
| 4804 | 2026-06-20T21:55:49.865Z | trap 0.323631915 |
| 4805 | 2026-06-20T21:55:49.865Z | tflt 0.767950955 |
| 4806 | 2026-06-20T21:55:49.865Z | dflt 1.033927223 |
| 4807 | 2026-06-20T21:55:49.865Z | kflt 0.005060497 |
| 4808 | 2026-06-20T21:55:49.865Z | lock 1:16:01.390772193 |
| 4809 | 2026-06-20T21:55:49.865Z | slp 1:41:29.657046656 |
| 4810 | 2026-06-20T21:55:49.865Z | lat 47.630396654 |
| 4811 | 2026-06-20T21:55:49.868Z | stop 3:13.885326324 |
| 4812 | 2026-06-20T21:55:49.868Z | process exited: duration 1003595 ms, exit code 0 |
| |
| 4813 | 2026-06-20T21:55:49.876Z | found 0 output files |