|
|
|
| 1 | 2026-07-22T15:06:54.246Z | job assigned to worker 01KY55STSJFTY96FA9QZ9YK768 [factory aws, i-02c09a625ad92db95] (queued for 50 s) |
| |
| 2 | 2026-07-22T15:07:00.979Z | starting task 0: "setup" |
| 3 | 2026-07-22T15:07:00.984Z | ++ uname -s |
| 4 | 2026-07-22T15:07:00.986Z | + kern=SunOS |
| 5 | 2026-07-22T15:07:00.986Z | + build_user=build |
| 6 | 2026-07-22T15:07:00.986Z | + build_uid=12345 |
| 7 | 2026-07-22T15:07:00.986Z | + work_dir=/work |
| 8 | 2026-07-22T15:07:00.986Z | + input_dir=/input |
| 9 | 2026-07-22T15:07:00.986Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-22T15:07:00.986Z | + case "$kern" in |
| 11 | 2026-07-22T15:07:00.986Z | + groupadd -g 12345 build |
| 12 | 2026-07-22T15:07:00.986Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-22T15:07:02.991Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-22T15:07:03.099Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-22T15:07:03.114Z | + home_fs=zfs |
| 16 | 2026-07-22T15:07:03.114Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-22T15:07:03.114Z | + mkdir -p /home/build |
| 18 | 2026-07-22T15:07:03.114Z | + chown build:build /home/build /work |
| 19 | 2026-07-22T15:07:05.062Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-22T15:07:05.072Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-07-22T15:07:05.083Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-22T15:07:05.086Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-22T15:07:05.086Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-22T15:07:05.086Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-22T15:07:05.086Z | * rust toolchain profile = "default" |
| 26 | 2026-07-22T15:07:05.086Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-22T15:07:05.086Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-22T15:07:05.090Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-22T15:07:05.090Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-22T15:07:05.190Z | info: downloading installer |
| 31 | 2026-07-22T15:07:06.498Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-22T15:07:06.498Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-22T15:07:06.498Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-22T15:07:06.498Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-22T15:07:06.509Z | info: profile set to default |
| 36 | 2026-07-22T15:07:06.509Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-22T15:07:06.516Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-22T15:07:06.643Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-22T15:07:06.646Z | info: downloading 6 components |
| 40 | 2026-07-22T15:07:20.493Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-22T15:07:20.493Z | |
| 42 | 2026-07-22T15:07:20.522Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-22T15:07:20.522Z | |
| 44 | 2026-07-22T15:07:20.522Z | |
| 45 | 2026-07-22T15:07:20.522Z | Rust is installed now. Great! |
| 46 | 2026-07-22T15:07:20.522Z | |
| 47 | 2026-07-22T15:07:20.522Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-22T15:07:20.522Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-22T15:07:20.522Z | |
| 50 | 2026-07-22T15:07:20.522Z | To configure your current shell, you need to source |
| 51 | 2026-07-22T15:07:20.522Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-22T15:07:20.522Z | |
| 53 | 2026-07-22T15:07:20.522Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-22T15:07:20.522Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-22T15:07:20.523Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-22T15:07:20.523Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-22T15:07:20.523Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-22T15:07:20.523Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-22T15:07:20.523Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-22T15:07:20.526Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-22T15:07:20.526Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-22T15:07:20.632Z | + rustup --version |
| 63 | 2026-07-22T15:07:20.641Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-22T15:07:20.645Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-22T15:07:20.663Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-22T15:07:20.666Z | + cargo --version |
| 67 | 2026-07-22T15:07:20.681Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-22T15:07:20.683Z | + rustc --version |
| 69 | 2026-07-22T15:07:20.702Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-22T15:07:20.705Z | process exited: duration 15622 ms, exit code 0 |
| |
| 71 | 2026-07-22T15:07:20.710Z | starting task 2: "authentication" |
| 72 | 2026-07-22T15:07:20.730Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-22T15:07:20.737Z | starting task 3: "clone repository" |
| 74 | 2026-07-22T15:07:20.740Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-22T15:07:20.742Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-22T15:07:20.772Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-22T15:07:30.367Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-22T15:07:30.367Z | + git fetch origin a86740bb15e0515bd37bac92d75818ec48ffe798 |
| 79 | 2026-07-22T15:07:30.690Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-22T15:07:30.690Z | * branch a86740bb15e0515bd37bac92d75818ec48ffe798 -> FETCH_HEAD |
| 81 | 2026-07-22T15:07:30.699Z | + [[ -n john/sim-sa-cleanup-3 ]] |
| 82 | 2026-07-22T15:07:30.702Z | ++ git branch --show-current |
| 83 | 2026-07-22T15:07:30.702Z | + current=main |
| 84 | 2026-07-22T15:07:30.702Z | + [[ main != john/sim-sa-cleanup-3 ]] |
| 85 | 2026-07-22T15:07:30.702Z | + git branch -f john/sim-sa-cleanup-3 a86740bb15e0515bd37bac92d75818ec48ffe798 |
| 86 | 2026-07-22T15:07:30.706Z | + git checkout -f john/sim-sa-cleanup-3 |
| 87 | 2026-07-22T15:07:30.945Z | Switched to branch 'john/sim-sa-cleanup-3' |
| 88 | 2026-07-22T15:07:30.948Z | + git reset --hard a86740bb15e0515bd37bac92d75818ec48ffe798 |
| 89 | 2026-07-22T15:07:31.189Z | HEAD is now at a86740bb1 sim-sled-agent: remove datasets_ensure() |
| 90 | 2026-07-22T15:07:31.193Z | process exited: duration 10454 ms, exit code 0 |
| |
| 91 | 2026-07-22T15:07:31.201Z | starting task 4: "build" |
| 92 | 2026-07-22T15:07:31.205Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-22T15:07:31.205Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-22T15:07:31.210Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-22T15:07:31.210Z | +++ uname -s |
| 96 | 2026-07-22T15:07:31.210Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-22T15:07:31.210Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-22T15:07:31.210Z | + cargo --version |
| 99 | 2026-07-22T15:07:31.218Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-22T15:07:31.220Z | + rustc --version |
| 101 | 2026-07-22T15:07:31.240Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-22T15:07:31.244Z | + source ./env.sh |
| 103 | 2026-07-22T15:07:31.244Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-07-22T15:07:31.244Z | ++ set -o xtrace |
| 105 | 2026-07-22T15:07:31.244Z | ++++ dirname ./env.sh |
| 106 | 2026-07-22T15:07:31.247Z | +++ readlink -f . |
| 107 | 2026-07-22T15:07:31.250Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-07-22T15:07:31.250Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-22T15:07:31.250Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-22T15:07:31.250Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-07-22T15:07:31.250Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-07-22T15:07:31.250Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-07-22T15:07:31.250Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-07-22T15:07:31.250Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-07-22T15:07:31.251Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-07-22T15:07:31.251Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-07-22T15:07:31.251Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-07-22T15:07:31.251Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-07-22T15:07:31.251Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-07-22T15:07:31.251Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-07-22T15:07:31.252Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-07-22T15:07:31.252Z | + banner prerequisites |
| 123 | 2026-07-22T15:07:31.255Z | |
| 124 | 2026-07-22T15:07:31.255Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-07-22T15:07:31.255Z | # # # # # # # # # # # # # # # |
| 126 | 2026-07-22T15:07:31.255Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-07-22T15:07:31.255Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-07-22T15:07:31.255Z | # # # # # # # # # # # # # # # |
| 129 | 2026-07-22T15:07:31.256Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-07-22T15:07:31.256Z | |
| 131 | 2026-07-22T15:07:31.256Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-07-22T15:07:32.819Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-07-22T15:07:33.021Z | Startup: Caching catalogs ... Done |
| 134 | 2026-07-22T15:07:33.972Z | Planning: Solver setup ... Done (0.875s) |
| 135 | 2026-07-22T15:07:34.012Z | Planning: Running solver ... Done (0.040s) |
| 136 | 2026-07-22T15:07:34.036Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-07-22T15:07:34.077Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-07-22T15:07:34.077Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-07-22T15:07:34.080Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-07-22T15:07:34.080Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-07-22T15:07:34.278Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 142 | 2026-07-22T15:07:34.281Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-07-22T15:07:35.038Z | Planning: Evaluating mediators ... Done (0.758s) |
| 144 | 2026-07-22T15:07:35.041Z | Planning: Planning completed in 1.99 seconds |
| 145 | 2026-07-22T15:07:35.046Z | Packages to install: 2 |
| 146 | 2026-07-22T15:07:35.049Z | Estimated space available: 156.06 GB |
| 147 | 2026-07-22T15:07:35.049Z | Estimated space to be consumed: 48.03 MB |
| 148 | 2026-07-22T15:07:35.049Z | Create boot environment: No |
| 149 | 2026-07-22T15:07:35.049Z | Create backup boot environment: No |
| 150 | 2026-07-22T15:07:35.049Z | Rebuild boot archive: No |
| 151 | 2026-07-22T15:07:35.049Z | |
| 152 | 2026-07-22T15:07:35.049Z | Changed packages: |
| 153 | 2026-07-22T15:07:35.050Z | helios |
| 154 | 2026-07-22T15:07:35.050Z | developer/build-essential |
| 155 | 2026-07-22T15:07:35.050Z | None -> 11-3.0 |
| 156 | 2026-07-22T15:07:35.050Z | library/libxmlsec1 |
| 157 | 2026-07-22T15:07:35.050Z | None -> 1.2.35-3.0 |
| 158 | 2026-07-22T15:07:35.071Z | |
| 159 | 2026-07-22T15:07:35.071Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-07-22T15:07:35.138Z | Download: Completed 1.28 MB in 0.07 seconds (19.0M/s) |
| 161 | 2026-07-22T15:07:35.194Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-07-22T15:07:35.231Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-07-22T15:07:35.250Z | Finalize: Updating package state database ... Done (0.019s) |
| 164 | 2026-07-22T15:07:35.252Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-07-22T15:07:35.300Z | Finalize: Updating image state ... Done (0.050s) |
| 166 | 2026-07-22T15:07:37.677Z | Finalize: Creating fast lookup database ... Done (2.340s) |
| 167 | 2026-07-22T15:07:37.743Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-07-22T15:07:37.748Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-07-22T15:07:37.841Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-07-22T15:07:38.178Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-07-22T15:07:38.282Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-07-22T15:07:38.286Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-07-22T15:07:38.438Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-07-22T15:07:38.441Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-07-22T15:07:38.461Z | Mediators to change: 2 |
| 176 | 2026-07-22T15:07:38.461Z | Create boot environment: No |
| 177 | 2026-07-22T15:07:38.464Z | Create backup boot environment: No |
| 178 | 2026-07-22T15:07:38.501Z | Finalize: Updating package state database ... Done |
| 179 | 2026-07-22T15:07:38.501Z | Finalize: Updating package cache ... Done |
| 180 | 2026-07-22T15:07:38.528Z | Finalize: Updating image state ... Done |
| 181 | 2026-07-22T15:07:40.471Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-07-22T15:07:40.535Z | Finalize: Reading search index ... Done |
| 183 | 2026-07-22T15:07:40.539Z | Finalize: Updating search index ... Done |
| 184 | 2026-07-22T15:07:40.602Z | Finalize: Updating package cache ... Done |
| 185 | 2026-07-22T15:07:40.884Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-07-22T15:07:40.989Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-07-22T15:07:40.992Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-07-22T15:07:41.145Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-07-22T15:07:41.147Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-07-22T15:07:41.168Z | Mediators to change: 1 |
| 191 | 2026-07-22T15:07:41.168Z | Create boot environment: No |
| 192 | 2026-07-22T15:07:41.168Z | Create backup boot environment: No |
| 193 | 2026-07-22T15:07:41.217Z | Finalize: Updating package state database ... Done |
| 194 | 2026-07-22T15:07:41.217Z | Finalize: Updating package cache ... Done |
| 195 | 2026-07-22T15:07:41.247Z | Finalize: Updating image state ... Done |
| 196 | 2026-07-22T15:07:43.186Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-07-22T15:07:43.245Z | Finalize: Reading search index ... Done |
| 198 | 2026-07-22T15:07:43.251Z | Finalize: Updating search index ... Done |
| 199 | 2026-07-22T15:07:43.303Z | Finalize: Updating package cache ... Done |
| 200 | 2026-07-22T15:07:43.617Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-07-22T15:07:43.617Z | apache system 2.4 system |
| 202 | 2026-07-22T15:07:43.617Z | clang system 15 system |
| 203 | 2026-07-22T15:07:43.617Z | csh system system illumos |
| 204 | 2026-07-22T15:07:43.617Z | ctags system system illumos |
| 205 | 2026-07-22T15:07:43.617Z | file vendor vendor darwinsys |
| 206 | 2026-07-22T15:07:43.617Z | file system system illumos |
| 207 | 2026-07-22T15:07:43.617Z | gcc vendor 14 vendor |
| 208 | 2026-07-22T15:07:43.617Z | gcc system 13 system |
| 209 | 2026-07-22T15:07:43.617Z | gcc system 10 system |
| 210 | 2026-07-22T15:07:43.617Z | go system 1.25 system |
| 211 | 2026-07-22T15:07:43.617Z | llvm system 15 system |
| 212 | 2026-07-22T15:07:43.617Z | mariadb system 11.4 system |
| 213 | 2026-07-22T15:07:43.618Z | mta vendor vendor dma |
| 214 | 2026-07-22T15:07:43.618Z | openjdk system 17 system |
| 215 | 2026-07-22T15:07:43.618Z | openjdk system 11 system |
| 216 | 2026-07-22T15:07:43.618Z | openssl vendor 3 vendor |
| 217 | 2026-07-22T15:07:43.618Z | perl system 5.40 system |
| 218 | 2026-07-22T15:07:43.618Z | postgresql system 18 system |
| 219 | 2026-07-22T15:07:43.618Z | postgresql system 17 system |
| 220 | 2026-07-22T15:07:43.618Z | python vendor 3 vendor |
| 221 | 2026-07-22T15:07:43.618Z | python system 2 system |
| 222 | 2026-07-22T15:07:43.618Z | python3 vendor 3.13 vendor |
| 223 | 2026-07-22T15:07:43.618Z | ruby system 3.4 system |
| 224 | 2026-07-22T15:07:43.619Z | ruby system 3.0 system |
| 225 | 2026-07-22T15:07:43.619Z | words vendor vendor american-english |
| 226 | 2026-07-22T15:07:43.619Z | words system system australian-english |
| 227 | 2026-07-22T15:07:43.619Z | words system system british-english |
| 228 | 2026-07-22T15:07:43.619Z | words system system canadian-english |
| 229 | 2026-07-22T15:07:43.619Z | words system system french |
| 230 | 2026-07-22T15:07:43.621Z | words system system italian |
| 231 | 2026-07-22T15:07:43.621Z | words system system ngerman |
| 232 | 2026-07-22T15:07:43.621Z | words system system ogerman |
| 233 | 2026-07-22T15:07:43.621Z | words system system spanish |
| 234 | 2026-07-22T15:07:43.870Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-07-22T15:07:43.871Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-07-22T15:07:44.234Z | FMRI IFO |
| 237 | 2026-07-22T15:07:44.234Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-07-22T15:07:44.234Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-07-22T15:07:44.234Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-07-22T15:07:44.234Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-07-22T15:07:44.234Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-07-22T15:07:44.234Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-07-22T15:07:44.234Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-07-22T15:07:44.234Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-07-22T15:07:44.234Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-07-22T15:07:44.527Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-07-22T15:07:44.824Z | Updating crates.io index |
| 248 | 2026-07-22T15:07:44.827Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-07-22T15:07:45.062Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-07-22T15:07:45.426Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-07-22T15:07:46.638Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-07-22T15:07:47.275Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-07-22T15:07:49.262Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-07-22T15:07:50.230Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-07-22T15:07:50.510Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-07-22T15:07:50.829Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-07-22T15:07:52.290Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-07-22T15:07:52.546Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-07-22T15:07:52.896Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-07-22T15:07:53.126Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-07-22T15:07:53.625Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-07-22T15:07:54.121Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-07-22T15:07:54.367Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-07-22T15:07:54.559Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-07-22T15:07:54.822Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-07-22T15:07:55.149Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-07-22T15:07:55.380Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-07-22T15:07:55.610Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-07-22T15:07:55.875Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-07-22T15:07:56.282Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-07-22T15:07:56.593Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-07-22T15:07:56.838Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-07-22T15:07:57.296Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-07-22T15:07:57.538Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-07-22T15:07:57.957Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-07-22T15:07:58.243Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-07-22T15:07:58.529Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2026-07-22T15:07:58.744Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-07-22T15:07:59.087Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 280 | 2026-07-22T15:07:59.415Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-07-22T15:07:59.636Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 282 | 2026-07-22T15:07:59.916Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-07-22T15:08:00.167Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-07-22T15:08:00.440Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-07-22T15:08:00.741Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-07-22T15:08:01.008Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-07-22T15:08:01.281Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-07-22T15:08:01.516Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-07-22T15:08:04.421Z | Downloading crates ... |
| 290 | 2026-07-22T15:08:04.480Z | Downloaded cargo-platform v0.3.2 |
| 291 | 2026-07-22T15:08:04.485Z | Downloaded autocfg v1.5.0 |
| 292 | 2026-07-22T15:08:04.485Z | Downloaded anstream v1.0.0 |
| 293 | 2026-07-22T15:08:04.485Z | Downloaded cargo_metadata v0.23.1 |
| 294 | 2026-07-22T15:08:04.485Z | Downloaded zerocopy-derive v0.7.35 |
| 295 | 2026-07-22T15:08:04.488Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-07-22T15:08:04.488Z | Downloaded anstyle v1.0.14 |
| 297 | 2026-07-22T15:08:04.488Z | Downloaded zmij v1.0.21 |
| 298 | 2026-07-22T15:08:04.488Z | Downloaded memmap v0.7.0 |
| 299 | 2026-07-22T15:08:04.491Z | Downloaded errno v0.3.14 |
| 300 | 2026-07-22T15:08:04.491Z | Downloaded digest v0.10.7 |
| 301 | 2026-07-22T15:08:04.491Z | Downloaded clap_derive v4.6.1 |
| 302 | 2026-07-22T15:08:04.495Z | Downloaded camino-tempfile v1.4.1 |
| 303 | 2026-07-22T15:08:04.495Z | Downloaded cpufeatures v0.2.17 |
| 304 | 2026-07-22T15:08:04.498Z | Downloaded block-buffer v0.10.4 |
| 305 | 2026-07-22T15:08:04.498Z | Downloaded fnv v1.0.7 |
| 306 | 2026-07-22T15:08:04.498Z | Downloaded dof v0.3.0 |
| 307 | 2026-07-22T15:08:04.510Z | Downloaded colorchoice v1.0.4 |
| 308 | 2026-07-22T15:08:04.510Z | Downloaded zerocopy v0.7.35 |
| 309 | 2026-07-22T15:08:04.517Z | Downloaded macaddr v1.0.1 |
| 310 | 2026-07-22T15:08:04.517Z | Downloaded itoa v1.0.17 |
| 311 | 2026-07-22T15:08:04.517Z | Downloaded heck v0.5.0 |
| 312 | 2026-07-22T15:08:04.517Z | Downloaded anstyle-query v1.1.5 |
| 313 | 2026-07-22T15:08:04.517Z | Downloaded generic-array v0.14.7 |
| 314 | 2026-07-22T15:08:04.517Z | Downloaded dtrace-parser v0.2.0 |
| 315 | 2026-07-22T15:08:04.523Z | Downloaded clap_lex v1.0.0 |
| 316 | 2026-07-22T15:08:04.523Z | Downloaded is_terminal_polyfill v1.70.2 |
| 317 | 2026-07-22T15:08:04.523Z | Downloaded heck v0.4.1 |
| 318 | 2026-07-22T15:08:04.523Z | Downloaded crypto-common v0.1.7 |
| 319 | 2026-07-22T15:08:04.523Z | Downloaded fastrand v2.3.0 |
| 320 | 2026-07-22T15:08:04.526Z | Downloaded cfg-if v1.0.4 |
| 321 | 2026-07-22T15:08:04.533Z | Downloaded fs-err v3.3.0 |
| 322 | 2026-07-22T15:08:04.536Z | Downloaded cargo_toml v0.21.0 |
| 323 | 2026-07-22T15:08:04.543Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-07-22T15:08:04.548Z | Downloaded pest_meta v2.8.6 |
| 325 | 2026-07-22T15:08:04.558Z | Downloaded plain v0.2.3 |
| 326 | 2026-07-22T15:08:04.562Z | Downloaded toml_write v0.1.2 |
| 327 | 2026-07-22T15:08:04.562Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-07-22T15:08:04.562Z | Downloaded swrite v0.1.0 |
| 329 | 2026-07-22T15:08:04.562Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-07-22T15:08:04.562Z | Downloaded unicode-linebreak v0.1.5 |
| 331 | 2026-07-22T15:08:04.566Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-07-22T15:08:04.566Z | Downloaded pretty-hex v0.4.1 |
| 333 | 2026-07-22T15:08:04.566Z | Downloaded smawk v0.3.2 |
| 334 | 2026-07-22T15:08:04.566Z | Downloaded anstyle-parse v1.0.0 |
| 335 | 2026-07-22T15:08:04.569Z | Downloaded usdt-attr-macro v0.5.0 |
| 336 | 2026-07-22T15:08:04.572Z | Downloaded toml_datetime v0.6.11 |
| 337 | 2026-07-22T15:08:04.577Z | Downloaded usdt v0.5.0 |
| 338 | 2026-07-22T15:08:04.578Z | Downloaded scroll_derive v0.12.1 |
| 339 | 2026-07-22T15:08:04.582Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-07-22T15:08:04.583Z | Downloaded usdt-macro v0.5.0 |
| 341 | 2026-07-22T15:08:04.589Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-07-22T15:08:04.590Z | Downloaded version_check v0.9.5 |
| 343 | 2026-07-22T15:08:04.598Z | Downloaded pest_generator v2.8.6 |
| 344 | 2026-07-22T15:08:04.602Z | Downloaded bytecount v0.6.9 |
| 345 | 2026-07-22T15:08:04.603Z | Downloaded byteorder v1.5.0 |
| 346 | 2026-07-22T15:08:04.603Z | Downloaded quote v1.0.45 |
| 347 | 2026-07-22T15:08:04.610Z | Downloaded scroll v0.12.0 |
| 348 | 2026-07-22T15:08:04.610Z | Downloaded serde_tokenstream v0.2.3 |
| 349 | 2026-07-22T15:08:04.614Z | Downloaded thiserror-impl v2.0.18 |
| 350 | 2026-07-22T15:08:04.614Z | Downloaded strsim v0.11.1 |
| 351 | 2026-07-22T15:08:04.614Z | Downloaded once_cell v1.21.3 |
| 352 | 2026-07-22T15:08:04.617Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-07-22T15:08:04.621Z | Downloaded sha2 v0.10.9 |
| 354 | 2026-07-22T15:08:04.627Z | Downloaded thiserror v2.0.18 |
| 355 | 2026-07-22T15:08:04.634Z | Downloaded thiserror-impl v1.0.69 |
| 356 | 2026-07-22T15:08:04.634Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-07-22T15:08:04.639Z | Downloaded pest_derive v2.8.6 |
| 358 | 2026-07-22T15:08:04.639Z | Downloaded papergrid v0.11.0 |
| 359 | 2026-07-22T15:08:04.639Z | Downloaded camino v1.2.2 |
| 360 | 2026-07-22T15:08:04.639Z | Downloaded thiserror v1.0.69 |
| 361 | 2026-07-22T15:08:04.646Z | Downloaded toml v0.8.23 |
| 362 | 2026-07-22T15:08:04.650Z | Downloaded clap v4.6.1 |
| 363 | 2026-07-22T15:08:04.653Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-07-22T15:08:04.653Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-07-22T15:08:04.657Z | Downloaded semver v1.0.28 |
| 366 | 2026-07-22T15:08:04.657Z | Downloaded tempfile v3.25.0 |
| 367 | 2026-07-22T15:08:04.660Z | Downloaded getrandom v0.4.1 |
| 368 | 2026-07-22T15:08:04.666Z | Downloaded log v0.4.29 |
| 369 | 2026-07-22T15:08:04.666Z | Downloaded bitflags v2.11.0 |
| 370 | 2026-07-22T15:08:04.675Z | Downloaded serde_core v1.0.228 |
| 371 | 2026-07-22T15:08:04.680Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-07-22T15:08:04.690Z | Downloaded memchr v2.8.0 |
| 373 | 2026-07-22T15:08:04.693Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-07-22T15:08:04.696Z | Downloaded toml_edit v0.22.27 |
| 375 | 2026-07-22T15:08:04.701Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-07-22T15:08:04.704Z | Downloaded serde_derive v1.0.228 |
| 377 | 2026-07-22T15:08:04.704Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-07-22T15:08:04.715Z | Downloaded serde v1.0.228 |
| 379 | 2026-07-22T15:08:04.722Z | Downloaded typenum v1.20.1 |
| 380 | 2026-07-22T15:08:04.732Z | Downloaded pest v2.8.6 |
| 381 | 2026-07-22T15:08:04.737Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-07-22T15:08:04.744Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-07-22T15:08:04.761Z | Downloaded serde_json v1.0.150 |
| 384 | 2026-07-22T15:08:04.768Z | Downloaded goblin v0.8.2 |
| 385 | 2026-07-22T15:08:04.777Z | Downloaded winnow v0.7.14 |
| 386 | 2026-07-22T15:08:04.797Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-22T15:08:04.804Z | Downloaded tabled v0.15.0 |
| 388 | 2026-07-22T15:08:04.817Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-07-22T15:08:04.820Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-07-22T15:08:04.823Z | Downloaded syn v2.0.117 |
| 391 | 2026-07-22T15:08:04.842Z | Downloaded rustix v1.1.3 |
| 392 | 2026-07-22T15:08:04.860Z | Downloaded libc v0.2.185 |
| 393 | 2026-07-22T15:08:04.929Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-07-22T15:08:04.929Z | Compiling quote v1.0.45 |
| 395 | 2026-07-22T15:08:04.929Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-07-22T15:08:04.936Z | Compiling serde_core v1.0.228 |
| 397 | 2026-07-22T15:08:04.936Z | Compiling libc v0.2.185 |
| 398 | 2026-07-22T15:08:04.936Z | Compiling version_check v0.9.5 |
| 399 | 2026-07-22T15:08:04.936Z | Compiling memchr v2.8.0 |
| 400 | 2026-07-22T15:08:04.936Z | Compiling serde v1.0.228 |
| 401 | 2026-07-22T15:08:05.237Z | Compiling zmij v1.0.21 |
| 402 | 2026-07-22T15:08:05.510Z | Compiling thiserror v1.0.69 |
| 403 | 2026-07-22T15:08:05.513Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-07-22T15:08:05.750Z | Compiling itoa v1.0.17 |
| 405 | 2026-07-22T15:08:05.795Z | Compiling pest v2.8.6 |
| 406 | 2026-07-22T15:08:05.896Z | Compiling rustix v1.1.3 |
| 407 | 2026-07-22T15:08:05.926Z | Compiling byteorder v1.5.0 |
| 408 | 2026-07-22T15:08:06.032Z | Compiling errno v0.3.14 |
| 409 | 2026-07-22T15:08:06.177Z | Compiling serde_json v1.0.150 |
| 410 | 2026-07-22T15:08:06.334Z | Compiling bitflags v2.11.0 |
| 411 | 2026-07-22T15:08:06.396Z | Compiling syn v2.0.117 |
| 412 | 2026-07-22T15:08:06.451Z | Compiling thread-id v4.2.2 |
| 413 | 2026-07-22T15:08:06.467Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-07-22T15:08:06.549Z | Compiling proc-macro-error-attr v1.0.4 |
| 415 | 2026-07-22T15:08:06.669Z | Compiling syn v1.0.109 |
| 416 | 2026-07-22T15:08:06.694Z | Compiling camino v1.2.2 |
| 417 | 2026-07-22T15:08:06.803Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-07-22T15:08:07.034Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-07-22T15:08:07.065Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-07-22T15:08:07.134Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-07-22T15:08:07.177Z | Compiling getrandom v0.4.1 |
| 422 | 2026-07-22T15:08:07.252Z | Compiling plain v0.2.3 |
| 423 | 2026-07-22T15:08:07.407Z | Compiling equivalent v1.0.2 |
| 424 | 2026-07-22T15:08:07.502Z | Compiling log v0.4.29 |
| 425 | 2026-07-22T15:08:07.567Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-07-22T15:08:07.688Z | Compiling indexmap v2.14.0 |
| 427 | 2026-07-22T15:08:07.760Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-07-22T15:08:08.312Z | Compiling is_terminal_polyfill v1.70.2 |
| 429 | 2026-07-22T15:08:08.348Z | Compiling toml_write v0.1.2 |
| 430 | 2026-07-22T15:08:08.387Z | Compiling anstyle v1.0.14 |
| 431 | 2026-07-22T15:08:08.405Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-07-22T15:08:08.422Z | Compiling colorchoice v1.0.4 |
| 433 | 2026-07-22T15:08:08.425Z | Compiling pretty-hex v0.4.1 |
| 434 | 2026-07-22T15:08:08.516Z | Compiling thiserror v2.0.18 |
| 435 | 2026-07-22T15:08:08.546Z | Compiling winnow v0.7.14 |
| 436 | 2026-07-22T15:08:08.562Z | Compiling autocfg v1.5.0 |
| 437 | 2026-07-22T15:08:08.578Z | Compiling cfg-if v1.0.4 |
| 438 | 2026-07-22T15:08:08.616Z | Compiling anstream v1.0.0 |
| 439 | 2026-07-22T15:08:08.654Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-07-22T15:08:08.925Z | Compiling bytecount v0.6.9 |
| 441 | 2026-07-22T15:08:09.009Z | Compiling fs-err v3.3.0 |
| 442 | 2026-07-22T15:08:09.069Z | Compiling once_cell v1.21.3 |
| 443 | 2026-07-22T15:08:09.086Z | Compiling fnv v1.0.7 |
| 444 | 2026-07-22T15:08:09.194Z | Compiling clap_lex v1.0.0 |
| 445 | 2026-07-22T15:08:09.232Z | Compiling heck v0.4.1 |
| 446 | 2026-07-22T15:08:09.291Z | Compiling heck v0.5.0 |
| 447 | 2026-07-22T15:08:09.319Z | Compiling anyhow v1.0.102 |
| 448 | 2026-07-22T15:08:09.384Z | Compiling strsim v0.11.1 |
| 449 | 2026-07-22T15:08:09.429Z | Compiling unicode-width v0.1.14 |
| 450 | 2026-07-22T15:08:09.459Z | Compiling fastrand v2.3.0 |
| 451 | 2026-07-22T15:08:09.634Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-07-22T15:08:09.708Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-22T15:08:09.726Z | Compiling tempfile v3.25.0 |
| 454 | 2026-07-22T15:08:09.742Z | Compiling semver v1.0.28 |
| 455 | 2026-07-22T15:08:09.864Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-07-22T15:08:09.926Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-07-22T15:08:10.058Z | Compiling memmap v0.7.0 |
| 458 | 2026-07-22T15:08:10.080Z | Compiling unicode-width v0.2.0 |
| 459 | 2026-07-22T15:08:10.111Z | Compiling smawk v0.3.2 |
| 460 | 2026-07-22T15:08:10.142Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-07-22T15:08:10.235Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-07-22T15:08:10.304Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-07-22T15:08:10.346Z | Compiling thiserror-impl v1.0.69 |
| 464 | 2026-07-22T15:08:10.382Z | Compiling zerocopy-derive v0.7.35 |
| 465 | 2026-07-22T15:08:10.466Z | Compiling pest_derive v2.8.6 |
| 466 | 2026-07-22T15:08:10.608Z | Compiling scroll_derive v0.12.1 |
| 467 | 2026-07-22T15:08:10.836Z | Compiling thiserror-impl v2.0.18 |
| 468 | 2026-07-22T15:08:10.916Z | Compiling clap_derive v4.6.1 |
| 469 | 2026-07-22T15:08:11.102Z | Compiling tabled v0.15.0 |
| 470 | 2026-07-22T15:08:11.244Z | Compiling zerocopy v0.7.35 |
| 471 | 2026-07-22T15:08:11.279Z | Compiling scroll v0.12.0 |
| 472 | 2026-07-22T15:08:11.559Z | Compiling goblin v0.8.2 |
| 473 | 2026-07-22T15:08:11.709Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2026-07-22T15:08:11.786Z | Compiling textwrap v0.16.2 |
| 475 | 2026-07-22T15:08:12.287Z | Compiling swrite v0.1.0 |
| 476 | 2026-07-22T15:08:12.660Z | Compiling clap v4.6.1 |
| 477 | 2026-07-22T15:08:13.337Z | Compiling dof v0.3.0 |
| 478 | 2026-07-22T15:08:13.338Z | Compiling serde_tokenstream v0.2.3 |
| 479 | 2026-07-22T15:08:13.348Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-07-22T15:08:13.348Z | Compiling serde_spanned v0.6.9 |
| 481 | 2026-07-22T15:08:13.348Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-07-22T15:08:13.414Z | Compiling macaddr v1.0.1 |
| 483 | 2026-07-22T15:08:13.431Z | Compiling cargo_metadata v0.23.1 |
| 484 | 2026-07-22T15:08:13.524Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-07-22T15:08:14.144Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-07-22T15:08:14.153Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-07-22T15:08:14.744Z | Compiling usdt v0.5.0 |
| 488 | 2026-07-22T15:08:14.885Z | Compiling toml v0.8.23 |
| 489 | 2026-07-22T15:08:15.207Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-07-22T15:08:16.453Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-07-22T15:08:18.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.04s |
| 492 | 2026-07-22T15:08:18.610Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-07-22T15:08:19.112Z | Downloading crates ... |
| 494 | 2026-07-22T15:08:19.195Z | Downloaded adler2 v2.0.1 |
| 495 | 2026-07-22T15:08:19.201Z | Downloaded aead v0.5.2 |
| 496 | 2026-07-22T15:08:19.204Z | Downloaded async-recursion v1.1.1 |
| 497 | 2026-07-22T15:08:19.204Z | Downloaded arrayref v0.3.9 |
| 498 | 2026-07-22T15:08:19.209Z | Downloaded atty v0.2.14 |
| 499 | 2026-07-22T15:08:19.217Z | Downloaded async-stream v0.3.6 |
| 500 | 2026-07-22T15:08:19.220Z | Downloaded ascii-canvas v3.0.0 |
| 501 | 2026-07-22T15:08:19.223Z | Downloaded atomic-waker v1.1.2 |
| 502 | 2026-07-22T15:08:19.226Z | Downloaded critical-section v1.2.0 |
| 503 | 2026-07-22T15:08:19.227Z | Downloaded convert_case v0.4.0 |
| 504 | 2026-07-22T15:08:19.230Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 505 | 2026-07-22T15:08:19.233Z | Downloaded atomicwrites v0.4.4 |
| 506 | 2026-07-22T15:08:19.238Z | Downloaded darling_core v0.20.11 |
| 507 | 2026-07-22T15:08:19.238Z | Downloaded cpufeatures v0.3.0 |
| 508 | 2026-07-22T15:08:19.243Z | Downloaded cpubits v0.1.1 |
| 509 | 2026-07-22T15:08:19.243Z | Downloaded cstr-argument v0.1.2 |
| 510 | 2026-07-22T15:08:19.243Z | Downloaded bit-set v0.8.0 |
| 511 | 2026-07-22T15:08:19.243Z | Downloaded darling_macro v0.20.11 |
| 512 | 2026-07-22T15:08:19.243Z | Downloaded darling v0.20.11 |
| 513 | 2026-07-22T15:08:19.248Z | Downloaded bit-set v0.5.3 |
| 514 | 2026-07-22T15:08:19.248Z | Downloaded bitfield v0.19.4 |
| 515 | 2026-07-22T15:08:19.248Z | Downloaded assert_matches v1.5.0 |
| 516 | 2026-07-22T15:08:19.248Z | Downloaded anstyle-parse v0.2.7 |
| 517 | 2026-07-22T15:08:19.253Z | Downloaded aes-gcm v0.11.0 |
| 518 | 2026-07-22T15:08:19.253Z | Downloaded cfg_aliases v0.1.1 |
| 519 | 2026-07-22T15:08:19.253Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 520 | 2026-07-22T15:08:19.257Z | Downloaded bitfield-macros v0.19.4 |
| 521 | 2026-07-22T15:08:19.257Z | Downloaded ciborium-io v0.2.2 |
| 522 | 2026-07-22T15:08:19.257Z | Downloaded base16ct v1.0.0 |
| 523 | 2026-07-22T15:08:19.257Z | Downloaded async-stream-impl v0.3.6 |
| 524 | 2026-07-22T15:08:19.257Z | Downloaded defmt v0.3.100 |
| 525 | 2026-07-22T15:08:19.257Z | Downloaded crucible-workspace-hack v0.1.0 |
| 526 | 2026-07-22T15:08:19.258Z | Downloaded compression-core v0.4.31 |
| 527 | 2026-07-22T15:08:19.261Z | Downloaded downcast-rs v2.0.2 |
| 528 | 2026-07-22T15:08:19.261Z | Downloaded bb8 v0.8.6 |
| 529 | 2026-07-22T15:08:19.261Z | Downloaded corncobs v0.1.4 |
| 530 | 2026-07-22T15:08:19.261Z | Downloaded cobs v0.3.0 |
| 531 | 2026-07-22T15:08:19.261Z | Downloaded base16ct v0.2.0 |
| 532 | 2026-07-22T15:08:19.264Z | Downloaded castaway v0.2.4 |
| 533 | 2026-07-22T15:08:19.264Z | Downloaded crc8 v0.1.1 |
| 534 | 2026-07-22T15:08:19.264Z | Downloaded bitfield-struct v0.6.2 |
| 535 | 2026-07-22T15:08:19.267Z | Downloaded crc-catalog v2.4.0 |
| 536 | 2026-07-22T15:08:19.277Z | Downloaded darling_macro v0.21.3 |
| 537 | 2026-07-22T15:08:19.282Z | Downloaded ciborium-ll v0.2.2 |
| 538 | 2026-07-22T15:08:19.282Z | Downloaded diesel-dtrace v0.5.0 |
| 539 | 2026-07-22T15:08:19.282Z | Downloaded darling v0.13.4 |
| 540 | 2026-07-22T15:08:19.282Z | Downloaded crossbeam-utils v0.8.21 |
| 541 | 2026-07-22T15:08:19.282Z | Downloaded ctr v0.10.1 |
| 542 | 2026-07-22T15:08:19.285Z | Downloaded cfg_aliases v0.2.1 |
| 543 | 2026-07-22T15:08:19.286Z | Downloaded crc v3.4.0 |
| 544 | 2026-07-22T15:08:19.286Z | Downloaded crypto-common v0.2.2 |
| 545 | 2026-07-22T15:08:19.291Z | Downloaded dunce v1.0.5 |
| 546 | 2026-07-22T15:08:19.291Z | Downloaded block-buffer v0.12.1 |
| 547 | 2026-07-22T15:08:19.291Z | Downloaded debug-ignore v1.0.5 |
| 548 | 2026-07-22T15:08:19.295Z | Downloaded block-padding v0.4.2 |
| 549 | 2026-07-22T15:08:19.295Z | Downloaded cookie_store v0.22.1 |
| 550 | 2026-07-22T15:08:19.295Z | Downloaded digest-io v0.1.0 |
| 551 | 2026-07-22T15:08:19.295Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 552 | 2026-07-22T15:08:19.299Z | Downloaded backoff v0.4.0 |
| 553 | 2026-07-22T15:08:19.299Z | Downloaded bit-vec v0.6.3 |
| 554 | 2026-07-22T15:08:19.302Z | Downloaded arrayvec v0.7.6 |
| 555 | 2026-07-22T15:08:19.302Z | Downloaded array-init v0.0.4 |
| 556 | 2026-07-22T15:08:19.302Z | Downloaded crunchy v0.2.4 |
| 557 | 2026-07-22T15:08:19.344Z | Downloaded bitflags v1.3.2 |
| 558 | 2026-07-22T15:08:19.344Z | Downloaded bcs v0.1.6 |
| 559 | 2026-07-22T15:08:19.344Z | Downloaded anstream v0.6.21 |
| 560 | 2026-07-22T15:08:19.344Z | Downloaded async-trait v0.1.89 |
| 561 | 2026-07-22T15:08:19.344Z | Downloaded document-features v0.2.12 |
| 562 | 2026-07-22T15:08:19.346Z | Downloaded difflib v0.4.0 |
| 563 | 2026-07-22T15:08:19.346Z | Downloaded dirs-sys-next v0.1.2 |
| 564 | 2026-07-22T15:08:19.346Z | Downloaded derive_builder_macro v0.20.2 |
| 565 | 2026-07-22T15:08:19.346Z | Downloaded dyn-clone v1.0.20 |
| 566 | 2026-07-22T15:08:19.346Z | Downloaded crypto-bigint v0.5.5 |
| 567 | 2026-07-22T15:08:19.346Z | Downloaded darling_core v0.13.4 |
| 568 | 2026-07-22T15:08:19.346Z | Downloaded aead v0.6.1 |
| 569 | 2026-07-22T15:08:19.346Z | Downloaded enum-as-inner v0.6.1 |
| 570 | 2026-07-22T15:08:19.346Z | Downloaded embedded-io v0.6.1 |
| 571 | 2026-07-22T15:08:19.346Z | Downloaded env_filter v1.0.0 |
| 572 | 2026-07-22T15:08:19.346Z | Downloaded endian-type v0.1.2 |
| 573 | 2026-07-22T15:08:19.346Z | Downloaded darling_macro v0.23.0 |
| 574 | 2026-07-22T15:08:19.346Z | Downloaded float-ord v0.3.2 |
| 575 | 2026-07-22T15:08:19.346Z | Downloaded flagset v0.4.7 |
| 576 | 2026-07-22T15:08:19.346Z | Downloaded dirs-next v2.0.0 |
| 577 | 2026-07-22T15:08:19.346Z | Downloaded bit-vec v0.8.0 |
| 578 | 2026-07-22T15:08:19.346Z | Downloaded dof v0.4.0 |
| 579 | 2026-07-22T15:08:19.346Z | Downloaded defmt-parser v1.0.0 |
| 580 | 2026-07-22T15:08:19.347Z | Downloaded dsl_auto_type v0.2.0 |
| 581 | 2026-07-22T15:08:19.347Z | Downloaded display-error-chain v0.2.2 |
| 582 | 2026-07-22T15:08:19.347Z | Downloaded dtrace-parser v0.3.0 |
| 583 | 2026-07-22T15:08:19.359Z | Downloaded cassowary v0.3.0 |
| 584 | 2026-07-22T15:08:19.359Z | Downloaded blowfish v0.10.0 |
| 585 | 2026-07-22T15:08:19.359Z | Downloaded const_format_proc_macros v0.2.34 |
| 586 | 2026-07-22T15:08:19.359Z | Downloaded embedded-io v0.4.0 |
| 587 | 2026-07-22T15:08:19.360Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 588 | 2026-07-22T15:08:19.360Z | Downloaded byte-wrapper v0.1.0 |
| 589 | 2026-07-22T15:08:19.360Z | Downloaded fixedbitset v0.4.2 |
| 590 | 2026-07-22T15:08:19.360Z | Downloaded fd-lock v4.0.4 |
| 591 | 2026-07-22T15:08:19.360Z | Downloaded base64ct v1.8.3 |
| 592 | 2026-07-22T15:08:19.365Z | Downloaded crossbeam-deque v0.8.6 |
| 593 | 2026-07-22T15:08:19.365Z | Downloaded darling_macro v0.13.4 |
| 594 | 2026-07-22T15:08:19.366Z | Downloaded csv-core v0.1.13 |
| 595 | 2026-07-22T15:08:19.366Z | Downloaded cbc v0.2.1 |
| 596 | 2026-07-22T15:08:19.366Z | Downloaded ecdsa v0.16.9 |
| 597 | 2026-07-22T15:08:19.366Z | Downloaded daft-derive v0.1.7 |
| 598 | 2026-07-22T15:08:19.366Z | Downloaded funty v2.0.0 |
| 599 | 2026-07-22T15:08:19.366Z | Downloaded foreign-types-shared v0.3.1 |
| 600 | 2026-07-22T15:08:19.366Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-07-22T15:08:19.366Z | Downloaded cmake v0.1.57 |
| 602 | 2026-07-22T15:08:19.371Z | Downloaded crc32fast v1.5.0 |
| 603 | 2026-07-22T15:08:19.371Z | Downloaded defmt-macros v1.0.1 |
| 604 | 2026-07-22T15:08:19.371Z | Downloaded foreign-types-shared v0.1.1 |
| 605 | 2026-07-22T15:08:19.371Z | Downloaded foreign-types-macros v0.2.3 |
| 606 | 2026-07-22T15:08:19.374Z | Downloaded foreign-types v0.5.0 |
| 607 | 2026-07-22T15:08:19.374Z | Downloaded foreign-types v0.3.2 |
| 608 | 2026-07-22T15:08:19.375Z | Downloaded futures-core v0.3.32 |
| 609 | 2026-07-22T15:08:19.375Z | Downloaded futures-io v0.3.32 |
| 610 | 2026-07-22T15:08:19.375Z | Downloaded cmov v0.5.4 |
| 611 | 2026-07-22T15:08:19.380Z | Downloaded fxhash v0.2.1 |
| 612 | 2026-07-22T15:08:19.380Z | Downloaded futures-task v0.3.32 |
| 613 | 2026-07-22T15:08:19.380Z | Downloaded argon2 v0.5.3 |
| 614 | 2026-07-22T15:08:19.380Z | Downloaded ahash v0.8.12 |
| 615 | 2026-07-22T15:08:19.386Z | Downloaded defmt v1.0.1 |
| 616 | 2026-07-22T15:08:19.386Z | Downloaded futures-sink v0.3.32 |
| 617 | 2026-07-22T15:08:19.386Z | Downloaded darling v0.23.0 |
| 618 | 2026-07-22T15:08:19.394Z | Downloaded ghash v0.6.0 |
| 619 | 2026-07-22T15:08:19.394Z | Downloaded git-stub v1.0.0 |
| 620 | 2026-07-22T15:08:19.394Z | Downloaded buf-list v1.1.2 |
| 621 | 2026-07-22T15:08:19.395Z | Downloaded constant_time_eq v0.4.2 |
| 622 | 2026-07-22T15:08:19.401Z | Downloaded futures-macro v0.3.32 |
| 623 | 2026-07-22T15:08:19.401Z | Downloaded enum_dispatch v0.3.13 |
| 624 | 2026-07-22T15:08:19.401Z | Downloaded gethostname v0.5.0 |
| 625 | 2026-07-22T15:08:19.401Z | Downloaded deranged v0.5.8 |
| 626 | 2026-07-22T15:08:19.401Z | Downloaded globwalk v0.9.1 |
| 627 | 2026-07-22T15:08:19.401Z | Downloaded delegate v0.13.5 |
| 628 | 2026-07-22T15:08:19.401Z | Downloaded filetime v0.2.27 |
| 629 | 2026-07-22T15:08:19.401Z | Downloaded either v1.15.0 |
| 630 | 2026-07-22T15:08:19.407Z | Downloaded hash32 v0.2.1 |
| 631 | 2026-07-22T15:08:19.408Z | Downloaded erased-serde v0.3.31 |
| 632 | 2026-07-22T15:08:19.408Z | Downloaded hash32 v0.3.1 |
| 633 | 2026-07-22T15:08:19.408Z | Downloaded derive_builder_core v0.20.2 |
| 634 | 2026-07-22T15:08:19.408Z | Downloaded derive-ex v0.1.8 |
| 635 | 2026-07-22T15:08:19.417Z | Downloaded convert_case v0.10.0 |
| 636 | 2026-07-22T15:08:19.417Z | Downloaded ena v0.14.4 |
| 637 | 2026-07-22T15:08:19.417Z | Downloaded foldhash v0.2.0 |
| 638 | 2026-07-22T15:08:19.417Z | Downloaded headers-core v0.3.0 |
| 639 | 2026-07-22T15:08:19.417Z | Downloaded clang-sys v1.8.1 |
| 640 | 2026-07-22T15:08:19.417Z | Downloaded argon2 v0.6.0-rc.8 |
| 641 | 2026-07-22T15:08:19.425Z | Downloaded ciborium v0.2.2 |
| 642 | 2026-07-22T15:08:19.425Z | Downloaded fixedbitset v0.5.7 |
| 643 | 2026-07-22T15:08:19.425Z | Downloaded find-msvc-tools v0.1.9 |
| 644 | 2026-07-22T15:08:19.425Z | Downloaded bzip2 v0.6.1 |
| 645 | 2026-07-22T15:08:19.425Z | Downloaded backon v1.6.0 |
| 646 | 2026-07-22T15:08:19.425Z | Downloaded hex v0.4.3 |
| 647 | 2026-07-22T15:08:19.425Z | Downloaded diff v0.1.13 |
| 648 | 2026-07-22T15:08:19.439Z | Downloaded fs_extra v1.3.0 |
| 649 | 2026-07-22T15:08:19.439Z | Downloaded console v0.15.11 |
| 650 | 2026-07-22T15:08:19.439Z | Downloaded console v0.16.2 |
| 651 | 2026-07-22T15:08:19.440Z | Downloaded colored v2.2.0 |
| 652 | 2026-07-22T15:08:19.440Z | Downloaded form_urlencoded v1.2.2 |
| 653 | 2026-07-22T15:08:19.446Z | Downloaded hex-literal v1.1.0 |
| 654 | 2026-07-22T15:08:19.446Z | Downloaded chacha20 v0.10.0 |
| 655 | 2026-07-22T15:08:19.446Z | Downloaded camino-tempfile-ext v0.3.3 |
| 656 | 2026-07-22T15:08:19.446Z | Downloaded hostname v0.3.1 |
| 657 | 2026-07-22T15:08:19.446Z | Downloaded home v0.5.12 |
| 658 | 2026-07-22T15:08:19.446Z | Downloaded fs-err v2.11.0 |
| 659 | 2026-07-22T15:08:19.447Z | Downloaded blake2 v0.10.6 |
| 660 | 2026-07-22T15:08:19.447Z | Downloaded hostname v0.4.2 |
| 661 | 2026-07-22T15:08:19.447Z | Downloaded colored v3.1.1 |
| 662 | 2026-07-22T15:08:19.447Z | Downloaded crossbeam-epoch v0.9.18 |
| 663 | 2026-07-22T15:08:19.447Z | Downloaded git-stub-vcs v0.1.0 |
| 664 | 2026-07-22T15:08:19.447Z | Downloaded cancel-safe-futures v0.1.5 |
| 665 | 2026-07-22T15:08:19.450Z | Downloaded http-body v1.0.1 |
| 666 | 2026-07-22T15:08:19.451Z | Downloaded globset v0.4.18 |
| 667 | 2026-07-22T15:08:19.451Z | Downloaded hubpack_derive v0.1.1 |
| 668 | 2026-07-22T15:08:19.451Z | Downloaded httpdate v1.0.3 |
| 669 | 2026-07-22T15:08:19.451Z | Downloaded http-range v0.1.5 |
| 670 | 2026-07-22T15:08:19.451Z | Downloaded glob v0.3.3 |
| 671 | 2026-07-22T15:08:19.451Z | Downloaded futures-executor v0.3.32 |
| 672 | 2026-07-22T15:08:19.454Z | Downloaded fallible-iterator v0.2.0 |
| 673 | 2026-07-22T15:08:19.454Z | Downloaded derive_more v0.99.20 |
| 674 | 2026-07-22T15:08:19.457Z | Downloaded group v0.14.0 |
| 675 | 2026-07-22T15:08:19.457Z | Downloaded ecdsa v0.17.0-rc.18 |
| 676 | 2026-07-22T15:08:19.460Z | Downloaded group v0.13.0 |
| 677 | 2026-07-22T15:08:19.460Z | Downloaded env_logger v0.11.9 |
| 678 | 2026-07-22T15:08:19.460Z | Downloaded hyper-tls v0.6.0 |
| 679 | 2026-07-22T15:08:19.466Z | Downloaded des v0.9.0 |
| 680 | 2026-07-22T15:08:19.466Z | Downloaded ident_case v1.0.1 |
| 681 | 2026-07-22T15:08:19.466Z | Downloaded derive_builder v0.20.2 |
| 682 | 2026-07-22T15:08:19.470Z | Downloaded ctutils v0.4.2 |
| 683 | 2026-07-22T15:08:19.470Z | Downloaded indent_write v2.2.0 |
| 684 | 2026-07-22T15:08:19.470Z | Downloaded indoc v1.0.9 |
| 685 | 2026-07-22T15:08:19.470Z | Downloaded idna_adapter v1.2.1 |
| 686 | 2026-07-22T15:08:19.473Z | Downloaded ff v0.13.1 |
| 687 | 2026-07-22T15:08:19.473Z | Downloaded foldhash v0.1.5 |
| 688 | 2026-07-22T15:08:19.473Z | Downloaded ff v0.14.0 |
| 689 | 2026-07-22T15:08:19.476Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 690 | 2026-07-22T15:08:19.477Z | Downloaded illumos-nvpair v0.3.0 |
| 691 | 2026-07-22T15:08:19.477Z | Downloaded allocator-api2 v0.2.21 |
| 692 | 2026-07-22T15:08:19.477Z | Downloaded bzip2 v0.4.4 |
| 693 | 2026-07-22T15:08:19.481Z | Downloaded const-oid v0.9.6 |
| 694 | 2026-07-22T15:08:19.481Z | Downloaded is-terminal v0.4.17 |
| 695 | 2026-07-22T15:08:19.482Z | Downloaded internet-checksum v0.2.1 |
| 696 | 2026-07-22T15:08:19.485Z | Downloaded instability v0.3.11 |
| 697 | 2026-07-22T15:08:19.485Z | Downloaded inout v0.2.2 |
| 698 | 2026-07-22T15:08:19.485Z | Downloaded kem v0.3.0 |
| 699 | 2026-07-22T15:08:19.485Z | Downloaded crc-any v2.5.0 |
| 700 | 2026-07-22T15:08:19.489Z | Downloaded elliptic-curve v0.13.8 |
| 701 | 2026-07-22T15:08:19.489Z | Downloaded const-oid v0.10.2 |
| 702 | 2026-07-22T15:08:19.493Z | Downloaded cipher v0.4.4 |
| 703 | 2026-07-22T15:08:19.493Z | Downloaded drift v0.2.0 |
| 704 | 2026-07-22T15:08:19.497Z | Downloaded is_ci v1.2.0 |
| 705 | 2026-07-22T15:08:19.500Z | Downloaded keccak v0.1.6 |
| 706 | 2026-07-22T15:08:19.500Z | Downloaded lazy_static v1.5.0 |
| 707 | 2026-07-22T15:08:19.500Z | Downloaded kstat-rs v0.2.4 |
| 708 | 2026-07-22T15:08:19.500Z | Downloaded darling_core v0.21.3 |
| 709 | 2026-07-22T15:08:19.503Z | Downloaded inout v0.1.4 |
| 710 | 2026-07-22T15:08:19.506Z | Downloaded arc-swap v1.8.2 |
| 711 | 2026-07-22T15:08:19.506Z | Downloaded blake2 v0.11.0-rc.6 |
| 712 | 2026-07-22T15:08:19.513Z | Downloaded highway v1.3.0 |
| 713 | 2026-07-22T15:08:19.513Z | Downloaded getrandom v0.2.17 |
| 714 | 2026-07-22T15:08:19.519Z | Downloaded digest v0.11.3 |
| 715 | 2026-07-22T15:08:19.519Z | Downloaded compression-codecs v0.4.37 |
| 716 | 2026-07-22T15:08:19.519Z | Downloaded lalrpop-util v0.19.12 |
| 717 | 2026-07-22T15:08:19.519Z | Downloaded linked-hash-map v0.5.6 |
| 718 | 2026-07-22T15:08:19.521Z | Downloaded http-body-util v0.1.3 |
| 719 | 2026-07-22T15:08:19.524Z | Downloaded lzss v0.8.2 |
| 720 | 2026-07-22T15:08:19.524Z | Downloaded lru-slab v0.1.2 |
| 721 | 2026-07-22T15:08:19.525Z | Downloaded lru-cache v0.1.2 |
| 722 | 2026-07-22T15:08:19.525Z | Downloaded humantime v2.3.0 |
| 723 | 2026-07-22T15:08:19.525Z | Downloaded libscf-sys v1.1.0 |
| 724 | 2026-07-22T15:08:19.525Z | Downloaded futures-channel v0.3.32 |
| 725 | 2026-07-22T15:08:19.525Z | Downloaded cipher v0.5.2 |
| 726 | 2026-07-22T15:08:19.528Z | Downloaded md-5 v0.10.6 |
| 727 | 2026-07-22T15:08:19.528Z | Downloaded maplit v1.0.2 |
| 728 | 2026-07-22T15:08:19.528Z | Downloaded dropshot_endpoint v0.17.1 |
| 729 | 2026-07-22T15:08:19.532Z | Downloaded derive-where v1.6.0 |
| 730 | 2026-07-22T15:08:19.532Z | Downloaded fatfs v0.3.6 |
| 731 | 2026-07-22T15:08:19.542Z | Downloaded cookie v0.18.1 |
| 732 | 2026-07-22T15:08:19.542Z | Downloaded managed v0.8.0 |
| 733 | 2026-07-22T15:08:19.542Z | Downloaded hyper-staticfile v0.10.1 |
| 734 | 2026-07-22T15:08:19.547Z | Downloaded mime v0.3.17 |
| 735 | 2026-07-22T15:08:19.547Z | Downloaded darling v0.21.3 |
| 736 | 2026-07-22T15:08:19.547Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 737 | 2026-07-22T15:08:19.547Z | Downloaded ingot v0.1.1 |
| 738 | 2026-07-22T15:08:19.547Z | Downloaded instant v0.1.13 |
| 739 | 2026-07-22T15:08:19.547Z | Downloaded indoc v2.0.7 |
| 740 | 2026-07-22T15:08:19.551Z | Downloaded maybe-uninit v2.0.0 |
| 741 | 2026-07-22T15:08:19.551Z | Downloaded match_cfg v0.1.0 |
| 742 | 2026-07-22T15:08:19.552Z | Downloaded ingot-types v0.1.2 |
| 743 | 2026-07-22T15:08:19.552Z | Downloaded memoffset v0.9.1 |
| 744 | 2026-07-22T15:08:19.552Z | Downloaded md5 v0.8.0 |
| 745 | 2026-07-22T15:08:19.555Z | Downloaded multimap v0.10.1 |
| 746 | 2026-07-22T15:08:19.555Z | Downloaded darling_core v0.23.0 |
| 747 | 2026-07-22T15:08:19.555Z | Downloaded nodrop v0.1.14 |
| 748 | 2026-07-22T15:08:19.559Z | Downloaded newtype_derive v0.1.6 |
| 749 | 2026-07-22T15:08:19.559Z | Downloaded new_debug_unreachable v1.0.6 |
| 750 | 2026-07-22T15:08:19.559Z | Downloaded futures v0.3.32 |
| 751 | 2026-07-22T15:08:19.562Z | Downloaded chacha20poly1305 v0.10.1 |
| 752 | 2026-07-22T15:08:19.562Z | Downloaded daft v0.1.7 |
| 753 | 2026-07-22T15:08:19.565Z | Downloaded hmac v0.13.0 |
| 754 | 2026-07-22T15:08:19.565Z | Downloaded keccak v0.2.0 |
| 755 | 2026-07-22T15:08:19.565Z | Downloaded const_format v0.2.35 |
| 756 | 2026-07-22T15:08:19.568Z | Downloaded normalize-line-endings v0.3.0 |
| 757 | 2026-07-22T15:08:19.575Z | Downloaded generic-array v1.4.3 |
| 758 | 2026-07-22T15:08:19.575Z | Downloaded getrandom v0.3.4 |
| 759 | 2026-07-22T15:08:19.575Z | Downloaded ipnet v2.11.0 |
| 760 | 2026-07-22T15:08:19.579Z | Downloaded newline-converter v0.3.0 |
| 761 | 2026-07-22T15:08:19.580Z | Downloaded libloading v0.8.9 |
| 762 | 2026-07-22T15:08:19.580Z | Downloaded nonempty v0.12.0 |
| 763 | 2026-07-22T15:08:19.580Z | Downloaded newtype-uuid-macros v0.1.0 |
| 764 | 2026-07-22T15:08:19.583Z | Downloaded base64 v0.21.7 |
| 765 | 2026-07-22T15:08:19.583Z | Downloaded jobserver v0.1.34 |
| 766 | 2026-07-22T15:08:19.583Z | Downloaded num-iter v0.1.45 |
| 767 | 2026-07-22T15:08:19.583Z | Downloaded num_threads v0.1.7 |
| 768 | 2026-07-22T15:08:19.586Z | Downloaded hmac v0.12.1 |
| 769 | 2026-07-22T15:08:19.586Z | Downloaded hyper-rustls v0.27.7 |
| 770 | 2026-07-22T15:08:19.589Z | Downloaded opaque-debug v0.3.1 |
| 771 | 2026-07-22T15:08:19.590Z | Downloaded httparse v1.10.1 |
| 772 | 2026-07-22T15:08:19.590Z | Downloaded num v0.4.3 |
| 773 | 2026-07-22T15:08:19.593Z | Downloaded num-derive v0.4.2 |
| 774 | 2026-07-22T15:08:19.593Z | Downloaded num-derive v0.3.3 |
| 775 | 2026-07-22T15:08:19.593Z | Downloaded libefi-sys v0.1.0 |
| 776 | 2026-07-22T15:08:19.596Z | Downloaded lock_api v0.4.14 |
| 777 | 2026-07-22T15:08:19.596Z | Downloaded half v1.8.3 |
| 778 | 2026-07-22T15:08:19.596Z | Downloaded lru v0.12.5 |
| 779 | 2026-07-22T15:08:19.599Z | Downloaded olpc-cjson v0.1.4 |
| 780 | 2026-07-22T15:08:19.599Z | Downloaded num-conv v0.2.0 |
| 781 | 2026-07-22T15:08:19.599Z | Downloaded libsw-core v0.3.2 |
| 782 | 2026-07-22T15:08:19.603Z | Downloaded bytes v1.11.1 |
| 783 | 2026-07-22T15:08:19.603Z | Downloaded num_enum_derive v0.5.11 |
| 784 | 2026-07-22T15:08:19.606Z | Downloaded half v2.7.1 |
| 785 | 2026-07-22T15:08:19.606Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 786 | 2026-07-22T15:08:19.609Z | Downloaded iana-time-zone v0.1.65 |
| 787 | 2026-07-22T15:08:19.609Z | Downloaded hybrid-array v0.4.13 |
| 788 | 2026-07-22T15:08:19.612Z | Downloaded ingot-macros v0.1.1 |
| 789 | 2026-07-22T15:08:19.612Z | Downloaded hubpack v0.1.2 |
| 790 | 2026-07-22T15:08:19.612Z | Downloaded linear-map v1.2.0 |
| 791 | 2026-07-22T15:08:19.616Z | Downloaded mime_guess v2.0.5 |
| 792 | 2026-07-22T15:08:19.616Z | Downloaded native-tls v0.2.18 |
| 793 | 2026-07-22T15:08:19.616Z | Downloaded oso-derive v0.27.3 |
| 794 | 2026-07-22T15:08:19.620Z | Downloaded openssl-probe v0.1.6 |
| 795 | 2026-07-22T15:08:19.620Z | Downloaded openssl-probe v0.2.1 |
| 796 | 2026-07-22T15:08:19.620Z | Downloaded openssl-macros v0.1.1 |
| 797 | 2026-07-22T15:08:19.620Z | Downloaded der_derive v0.7.3 |
| 798 | 2026-07-22T15:08:19.620Z | Downloaded ipnetwork v0.21.1 |
| 799 | 2026-07-22T15:08:19.624Z | Downloaded nibble_vec v0.1.0 |
| 800 | 2026-07-22T15:08:19.624Z | Downloaded newtype-uuid v1.3.2 |
| 801 | 2026-07-22T15:08:19.624Z | Downloaded nanorand v0.7.0 |
| 802 | 2026-07-22T15:08:19.627Z | Downloaded compact_str v0.8.1 |
| 803 | 2026-07-22T15:08:19.627Z | Downloaded base64 v0.22.1 |
| 804 | 2026-07-22T15:08:19.630Z | Downloaded flume v0.11.1 |
| 805 | 2026-07-22T15:08:19.633Z | Downloaded multer v3.1.0 |
| 806 | 2026-07-22T15:08:19.633Z | Downloaded chacha20 v0.9.1 |
| 807 | 2026-07-22T15:08:19.636Z | Downloaded packed_struct_codegen v0.10.1 |
| 808 | 2026-07-22T15:08:19.636Z | Downloaded bs58 v0.5.1 |
| 809 | 2026-07-22T15:08:19.636Z | Downloaded ed25519 v3.0.0 |
| 810 | 2026-07-22T15:08:19.639Z | Downloaded ed25519 v2.2.3 |
| 811 | 2026-07-22T15:08:19.639Z | Downloaded data-encoding v2.10.0 |
| 812 | 2026-07-22T15:08:19.645Z | Downloaded async-bb8-diesel v0.2.1 |
| 813 | 2026-07-22T15:08:19.645Z | Downloaded async-compression v0.4.41 |
| 814 | 2026-07-22T15:08:19.648Z | Downloaded num-complex v0.4.6 |
| 815 | 2026-07-22T15:08:19.648Z | Downloaded nu-ansi-term v0.50.3 |
| 816 | 2026-07-22T15:08:19.649Z | Downloaded litrs v1.0.0 |
| 817 | 2026-07-22T15:08:19.654Z | Downloaded parse-size v1.1.0 |
| 818 | 2026-07-22T15:08:19.654Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-07-22T15:08:19.654Z | Downloaded ed25519-dalek v2.2.0 |
| 820 | 2026-07-22T15:08:19.654Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-07-22T15:08:19.657Z | Downloaded num_enum_derive v0.7.6 |
| 822 | 2026-07-22T15:08:19.657Z | Downloaded der v0.7.10 |
| 823 | 2026-07-22T15:08:19.660Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-07-22T15:08:19.660Z | Downloaded derive_more v2.1.1 |
| 825 | 2026-07-22T15:08:19.665Z | Downloaded phf_shared v0.13.1 |
| 826 | 2026-07-22T15:08:19.670Z | Downloaded phf_shared v0.12.1 |
| 827 | 2026-07-22T15:08:19.670Z | Downloaded phf_shared v0.11.3 |
| 828 | 2026-07-22T15:08:19.670Z | Downloaded percent-encoding v2.3.2 |
| 829 | 2026-07-22T15:08:19.670Z | Downloaded num_enum v0.7.6 |
| 830 | 2026-07-22T15:08:19.686Z | Downloaded module-lattice v0.2.3 |
| 831 | 2026-07-22T15:08:19.690Z | Downloaded potential_utf v0.1.4 |
| 832 | 2026-07-22T15:08:19.690Z | Downloaded memmap2 v0.9.10 |
| 833 | 2026-07-22T15:08:19.690Z | Downloaded indexmap v1.9.3 |
| 834 | 2026-07-22T15:08:19.694Z | Downloaded ignore v0.4.25 |
| 835 | 2026-07-22T15:08:19.694Z | Downloaded flate2 v1.1.9 |
| 836 | 2026-07-22T15:08:19.700Z | Downloaded cc v1.2.56 |
| 837 | 2026-07-22T15:08:19.700Z | Downloaded icu_provider v2.1.1 |
| 838 | 2026-07-22T15:08:19.704Z | Downloaded predicates-core v1.0.10 |
| 839 | 2026-07-22T15:08:19.704Z | Downloaded owo-colors v4.3.0 |
| 840 | 2026-07-22T15:08:19.704Z | Downloaded heapless v0.7.17 |
| 841 | 2026-07-22T15:08:19.704Z | Downloaded bumpalo v3.20.2 |
| 842 | 2026-07-22T15:08:19.712Z | Downloaded libbz2-rs-sys v0.2.2 |
| 843 | 2026-07-22T15:08:19.712Z | Downloaded oxide-update-engine-display v0.1.2 |
| 844 | 2026-07-22T15:08:19.712Z | Downloaded oxide-update-engine v0.1.2 |
| 845 | 2026-07-22T15:08:19.715Z | Downloaded icu_properties v2.1.2 |
| 846 | 2026-07-22T15:08:19.715Z | Downloaded litemap v0.8.1 |
| 847 | 2026-07-22T15:08:19.715Z | Downloaded predicates-tree v1.0.13 |
| 848 | 2026-07-22T15:08:19.715Z | Downloaded pbkdf2 v0.13.0 |
| 849 | 2026-07-22T15:08:19.716Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-07-22T15:08:19.716Z | Downloaded crossbeam-channel v0.5.15 |
| 851 | 2026-07-22T15:08:19.719Z | Downloaded powerfmt v0.2.0 |
| 852 | 2026-07-22T15:08:19.719Z | Downloaded packed_struct v0.10.1 |
| 853 | 2026-07-22T15:08:19.719Z | Downloaded libsw v3.5.0 |
| 854 | 2026-07-22T15:08:19.726Z | Downloaded oxnet v0.1.6 |
| 855 | 2026-07-22T15:08:19.727Z | Downloaded password-hash v0.5.0 |
| 856 | 2026-07-22T15:08:19.727Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-07-22T15:08:19.749Z | Downloaded parking_lot_core v0.8.6 |
| 858 | 2026-07-22T15:08:19.749Z | Downloaded proc-macro-crate v3.4.0 |
| 859 | 2026-07-22T15:08:19.749Z | Downloaded progenitor-client v0.14.0 |
| 860 | 2026-07-22T15:08:19.749Z | Downloaded proc-macro-crate v1.3.1 |
| 861 | 2026-07-22T15:08:19.749Z | Downloaded paste v1.0.15 |
| 862 | 2026-07-22T15:08:19.749Z | Downloaded password-hash v0.6.1 |
| 863 | 2026-07-22T15:08:19.749Z | Downloaded num_enum v0.5.11 |
| 864 | 2026-07-22T15:08:19.753Z | Downloaded progenitor-macro v0.13.0 |
| 865 | 2026-07-22T15:08:19.753Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-07-22T15:08:19.753Z | Downloaded pem-rfc7468 v1.0.0 |
| 867 | 2026-07-22T15:08:19.753Z | Downloaded pem-rfc7468 v0.7.0 |
| 868 | 2026-07-22T15:08:19.754Z | Downloaded pem v3.0.6 |
| 869 | 2026-07-22T15:08:19.754Z | Downloaded progenitor-macro v0.14.0 |
| 870 | 2026-07-22T15:08:19.754Z | Downloaded phf v0.12.1 |
| 871 | 2026-07-22T15:08:19.754Z | Downloaded expectorate v1.2.0 |
| 872 | 2026-07-22T15:08:19.754Z | Downloaded peg-macros v0.8.5 |
| 873 | 2026-07-22T15:08:19.754Z | Downloaded peg v0.8.5 |
| 874 | 2026-07-22T15:08:19.754Z | Downloaded phc v0.6.1 |
| 875 | 2026-07-22T15:08:19.755Z | Downloaded indicatif v0.18.4 |
| 876 | 2026-07-22T15:08:19.755Z | Downloaded ml-kem v0.3.2 |
| 877 | 2026-07-22T15:08:19.755Z | Downloaded phf v0.13.1 |
| 878 | 2026-07-22T15:08:19.755Z | Downloaded pin-project-lite v0.2.17 |
| 879 | 2026-07-22T15:08:19.760Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-07-22T15:08:19.760Z | Downloaded poly1305 v0.8.0 |
| 881 | 2026-07-22T15:08:19.760Z | Downloaded quick-error v1.2.3 |
| 882 | 2026-07-22T15:08:19.760Z | Downloaded radium v0.7.0 |
| 883 | 2026-07-22T15:08:19.760Z | Downloaded psl-types v2.0.11 |
| 884 | 2026-07-22T15:08:19.765Z | Downloaded pkg-config v0.3.32 |
| 885 | 2026-07-22T15:08:19.765Z | Downloaded pin-project-internal v1.1.11 |
| 886 | 2026-07-22T15:08:19.766Z | Downloaded oxide-tokio-rt v0.1.4 |
| 887 | 2026-07-22T15:08:19.766Z | Downloaded rand_chacha v0.3.1 |
| 888 | 2026-07-22T15:08:19.772Z | Downloaded icu_normalizer v2.1.1 |
| 889 | 2026-07-22T15:08:19.772Z | Downloaded heapless v0.8.0 |
| 890 | 2026-07-22T15:08:19.775Z | Downloaded hickory-resolver v0.25.2 |
| 891 | 2026-07-22T15:08:19.776Z | Downloaded hickory-resolver v0.24.4 |
| 892 | 2026-07-22T15:08:19.776Z | Downloaded parking_lot v0.11.2 |
| 893 | 2026-07-22T15:08:19.779Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 894 | 2026-07-22T15:08:19.779Z | Downloaded ppv-lite86 v0.2.21 |
| 895 | 2026-07-22T15:08:19.779Z | Downloaded predicates v3.1.4 |
| 896 | 2026-07-22T15:08:19.783Z | Downloaded postgres-protocol v0.6.10 |
| 897 | 2026-07-22T15:08:19.783Z | Downloaded primeorder v0.13.6 |
| 898 | 2026-07-22T15:08:19.786Z | Downloaded parking_lot v0.12.5 |
| 899 | 2026-07-22T15:08:19.786Z | Downloaded num-traits v0.2.19 |
| 900 | 2026-07-22T15:08:19.791Z | Downloaded recursive v0.1.1 |
| 901 | 2026-07-22T15:08:19.791Z | Downloaded progenitor v0.14.0 |
| 902 | 2026-07-22T15:08:19.791Z | Downloaded parking_lot_core v0.9.12 |
| 903 | 2026-07-22T15:08:19.794Z | Downloaded miniz_oxide v0.8.9 |
| 904 | 2026-07-22T15:08:19.794Z | Downloaded primeorder v0.14.0-rc.10 |
| 905 | 2026-07-22T15:08:19.794Z | Downloaded icu_collections v2.1.1 |
| 906 | 2026-07-22T15:08:19.798Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 907 | 2026-07-22T15:08:19.798Z | Downloaded progenitor-extras v0.2.0 |
| 908 | 2026-07-22T15:08:19.801Z | Downloaded diesel_derives v2.3.7 |
| 909 | 2026-07-22T15:08:19.809Z | Downloaded rfc6979 v0.5.0 |
| 910 | 2026-07-22T15:08:19.809Z | Downloaded russh-util v0.52.0 |
| 911 | 2026-07-22T15:08:19.809Z | Downloaded rtoolbox v0.0.3 |
| 912 | 2026-07-22T15:08:19.809Z | Downloaded rfc6979 v0.4.0 |
| 913 | 2026-07-22T15:08:19.813Z | Downloaded progenitor-client v0.13.0 |
| 914 | 2026-07-22T15:08:19.813Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-07-22T15:08:19.813Z | Downloaded ref-cast v1.0.25 |
| 916 | 2026-07-22T15:08:19.813Z | Downloaded proc-macro-error2 v2.0.1 |
| 917 | 2026-07-22T15:08:19.813Z | Downloaded omicron-zone-package v0.12.3 |
| 918 | 2026-07-22T15:08:19.816Z | Downloaded aes v0.9.1 |
| 919 | 2026-07-22T15:08:19.816Z | Downloaded r2d2 v0.8.10 |
| 920 | 2026-07-22T15:08:19.816Z | Downloaded psm v0.1.30 |
| 921 | 2026-07-22T15:08:19.823Z | Downloaded polyval v0.7.1 |
| 922 | 2026-07-22T15:08:19.823Z | Downloaded pkcs8 v0.11.0 |
| 923 | 2026-07-22T15:08:19.826Z | Downloaded rustc-hash v2.1.1 |
| 924 | 2026-07-22T15:08:19.827Z | Downloaded pkcs1 v0.7.5 |
| 925 | 2026-07-22T15:08:19.827Z | Downloaded rand_core v0.6.4 |
| 926 | 2026-07-22T15:08:19.827Z | Downloaded port-file v0.1.0 |
| 927 | 2026-07-22T15:08:19.827Z | Downloaded rand_xorshift v0.4.0 |
| 928 | 2026-07-22T15:08:19.830Z | Downloaded rand_chacha v0.9.0 |
| 929 | 2026-07-22T15:08:19.830Z | Downloaded oxide-update-engine-types v0.1.2 |
| 930 | 2026-07-22T15:08:19.830Z | Downloaded derive_more-impl v2.1.1 |
| 931 | 2026-07-22T15:08:19.833Z | Downloaded der v0.8.0 |
| 932 | 2026-07-22T15:08:19.836Z | Downloaded rustc_version v0.4.1 |
| 933 | 2026-07-22T15:08:19.839Z | Downloaded rustc_version v0.1.7 |
| 934 | 2026-07-22T15:08:19.839Z | Downloaded primefield v0.14.0 |
| 935 | 2026-07-22T15:08:19.839Z | Downloaded postcard v1.1.3 |
| 936 | 2026-07-22T15:08:19.845Z | Downloaded rand_seeder v0.4.0 |
| 937 | 2026-07-22T15:08:19.845Z | Downloaded rand_core v0.10.0 |
| 938 | 2026-07-22T15:08:19.851Z | Downloaded headers v0.4.1 |
| 939 | 2026-07-22T15:08:19.851Z | Downloaded sapling-renderdag v0.1.0 |
| 940 | 2026-07-22T15:08:19.851Z | Downloaded icu_normalizer_data v2.1.1 |
| 941 | 2026-07-22T15:08:19.851Z | Downloaded icu_locale_core v2.1.1 |
| 942 | 2026-07-22T15:08:19.854Z | Downloaded num-rational v0.4.2 |
| 943 | 2026-07-22T15:08:19.854Z | Downloaded postgres-types v0.2.12 |
| 944 | 2026-07-22T15:08:19.858Z | Downloaded same-file v1.0.6 |
| 945 | 2026-07-22T15:08:19.858Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-07-22T15:08:19.858Z | Downloaded poly1305 v0.9.0 |
| 947 | 2026-07-22T15:08:19.863Z | Downloaded num-integer v0.1.46 |
| 948 | 2026-07-22T15:08:19.863Z | Downloaded ar_archive_writer v0.5.1 |
| 949 | 2026-07-22T15:08:19.866Z | Downloaded jiff-static v0.2.21 |
| 950 | 2026-07-22T15:08:19.866Z | Downloaded float-cmp v0.10.0 |
| 951 | 2026-07-22T15:08:19.866Z | Downloaded displaydoc v0.2.5 |
| 952 | 2026-07-22T15:08:19.867Z | Downloaded scopeguard v1.2.0 |
| 953 | 2026-07-22T15:08:19.871Z | Downloaded serde-big-array v0.5.1 |
| 954 | 2026-07-22T15:08:19.873Z | Downloaded semver v0.1.20 |
| 955 | 2026-07-22T15:08:19.873Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-07-22T15:08:19.873Z | Downloaded pin-project v1.1.11 |
| 957 | 2026-07-22T15:08:19.876Z | Downloaded secrecy v0.10.3 |
| 958 | 2026-07-22T15:08:19.879Z | Downloaded secrecy v0.8.0 |
| 959 | 2026-07-22T15:08:19.879Z | Downloaded resolv-conf v0.7.6 |
| 960 | 2026-07-22T15:08:19.879Z | Downloaded ref-cast-impl v1.0.25 |
| 961 | 2026-07-22T15:08:19.885Z | Downloaded quinn-udp v0.5.14 |
| 962 | 2026-07-22T15:08:19.885Z | Downloaded serde_plain v1.0.2 |
| 963 | 2026-07-22T15:08:19.885Z | Downloaded russh-cryptovec v0.61.0 |
| 964 | 2026-07-22T15:08:19.892Z | Downloaded rpassword v7.5.4 |
| 965 | 2026-07-22T15:08:19.892Z | Downloaded pkcs5 v0.8.1 |
| 966 | 2026-07-22T15:08:19.892Z | Downloaded serde_spanned v1.1.1 |
| 967 | 2026-07-22T15:08:19.897Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 968 | 2026-07-22T15:08:19.897Z | Downloaded oso v0.27.3 |
| 969 | 2026-07-22T15:08:19.898Z | Downloaded openssl-sys v0.9.115 |
| 970 | 2026-07-22T15:08:19.898Z | Downloaded rustls-pemfile v2.2.0 |
| 971 | 2026-07-22T15:08:19.909Z | Downloaded hashbrown v0.13.2 |
| 972 | 2026-07-22T15:08:19.909Z | Downloaded rusty-fork v0.3.1 |
| 973 | 2026-07-22T15:08:19.909Z | Downloaded rustls-native-certs v0.8.3 |
| 974 | 2026-07-22T15:08:19.912Z | Downloaded sha1 v0.11.0 |
| 975 | 2026-07-22T15:08:19.912Z | Downloaded sha1 v0.10.6 |
| 976 | 2026-07-22T15:08:19.912Z | Downloaded hashbrown v0.12.3 |
| 977 | 2026-07-22T15:08:19.912Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-07-22T15:08:19.913Z | Downloaded http v1.4.2 |
| 979 | 2026-07-22T15:08:19.913Z | Downloaded crossterm v0.28.1 |
| 980 | 2026-07-22T15:08:19.916Z | Downloaded p384 v0.14.0-rc.10 |
| 981 | 2026-07-22T15:08:19.916Z | Downloaded papergrid v0.17.0 |
| 982 | 2026-07-22T15:08:19.923Z | Downloaded shell-words v1.1.1 |
| 983 | 2026-07-22T15:08:19.923Z | Downloaded rustversion v1.0.22 |
| 984 | 2026-07-22T15:08:19.929Z | Downloaded sigpipe v0.1.3 |
| 985 | 2026-07-22T15:08:19.929Z | Downloaded signature v2.2.0 |
| 986 | 2026-07-22T15:08:19.931Z | Downloaded signature v3.0.0 |
| 987 | 2026-07-22T15:08:19.931Z | Downloaded signal-hook-mio v0.2.5 |
| 988 | 2026-07-22T15:08:19.931Z | Downloaded p256 v0.14.0-rc.10 |
| 989 | 2026-07-22T15:08:19.931Z | Downloaded hyper-util v0.1.20 |
| 990 | 2026-07-22T15:08:19.946Z | Downloaded dropshot-api-manager v0.7.2 |
| 991 | 2026-07-22T15:08:19.946Z | Downloaded sec1 v0.7.3 |
| 992 | 2026-07-22T15:08:19.946Z | Downloaded scrypt v0.12.0 |
| 993 | 2026-07-22T15:08:19.946Z | Downloaded schemars_derive v0.8.22 |
| 994 | 2026-07-22T15:08:19.946Z | Downloaded scheduled-thread-pool v0.2.7 |
| 995 | 2026-07-22T15:08:19.957Z | Downloaded hickory-server v0.25.2 |
| 996 | 2026-07-22T15:08:19.957Z | Downloaded siphasher v1.0.2 |
| 997 | 2026-07-22T15:08:19.957Z | Downloaded slog-bunyan v2.5.0 |
| 998 | 2026-07-22T15:08:19.957Z | Downloaded seq-macro v0.3.6 |
| 999 | 2026-07-22T15:08:19.957Z | Downloaded sec1 v0.8.1 |
| 1000 | 2026-07-22T15:08:19.957Z | Downloaded scroll v0.13.0 |
| 1001 | 2026-07-22T15:08:19.957Z | Downloaded serde-hex v0.1.0 |
| 1002 | 2026-07-22T15:08:19.957Z | Downloaded slog-envlogger v2.2.0 |
| 1003 | 2026-07-22T15:08:19.957Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1004 | 2026-07-22T15:08:19.965Z | Downloaded progenitor-impl v0.14.0 |
| 1005 | 2026-07-22T15:08:19.965Z | Downloaded serde_repr v0.1.20 |
| 1006 | 2026-07-22T15:08:19.965Z | Downloaded serde_path_to_error v0.1.20 |
| 1007 | 2026-07-22T15:08:19.966Z | Downloaded serde_bytes v0.11.19 |
| 1008 | 2026-07-22T15:08:19.966Z | Downloaded crossterm v0.29.0 |
| 1009 | 2026-07-22T15:08:19.966Z | Downloaded minimal-lexical v0.2.1 |
| 1010 | 2026-07-22T15:08:19.973Z | Downloaded serde_urlencoded v0.7.1 |
| 1011 | 2026-07-22T15:08:19.973Z | Downloaded serdect v0.4.3 |
| 1012 | 2026-07-22T15:08:19.973Z | Downloaded serde_with_macros v1.5.2 |
| 1013 | 2026-07-22T15:08:19.974Z | Downloaded serde_derive_internals v0.29.1 |
| 1014 | 2026-07-22T15:08:19.977Z | Downloaded shlex v1.3.0 |
| 1015 | 2026-07-22T15:08:19.977Z | Downloaded rustls-pki-types v1.14.0 |
| 1016 | 2026-07-22T15:08:19.980Z | Downloaded prefix-trie v0.7.0 |
| 1017 | 2026-07-22T15:08:19.983Z | Downloaded pretty_assertions v1.4.1 |
| 1018 | 2026-07-22T15:08:19.983Z | Downloaded prettyplease v0.2.37 |
| 1019 | 2026-07-22T15:08:19.987Z | Downloaded sqlparser_derive v0.5.0 |
| 1020 | 2026-07-22T15:08:19.987Z | Downloaded itertools v0.10.5 |
| 1021 | 2026-07-22T15:08:19.990Z | Downloaded structmeta v0.3.0 |
| 1022 | 2026-07-22T15:08:19.991Z | Downloaded aho-corasick v1.1.4 |
| 1023 | 2026-07-22T15:08:19.995Z | Downloaded simd-adler32 v0.3.8 |
| 1024 | 2026-07-22T15:08:19.995Z | Downloaded slog-async v2.8.0 |
| 1025 | 2026-07-22T15:08:19.995Z | Downloaded signal-hook-registry v1.4.8 |
| 1026 | 2026-07-22T15:08:19.998Z | Downloaded stable_deref_trait v1.2.1 |
| 1027 | 2026-07-22T15:08:19.998Z | Downloaded salsa20 v0.11.0 |
| 1028 | 2026-07-22T15:08:20.003Z | Downloaded strum v0.26.3 |
| 1029 | 2026-07-22T15:08:20.003Z | Downloaded slab v0.4.12 |
| 1030 | 2026-07-22T15:08:20.003Z | Downloaded structmeta-derive v0.3.0 |
| 1031 | 2026-07-22T15:08:20.006Z | Downloaded strsim v0.10.0 |
| 1032 | 2026-07-22T15:08:20.006Z | Downloaded slog-dtrace v0.3.0 |
| 1033 | 2026-07-22T15:08:20.009Z | Downloaded slog-term v2.9.2 |
| 1034 | 2026-07-22T15:08:20.009Z | Downloaded slog-stdlog v4.1.1 |
| 1035 | 2026-07-22T15:08:20.013Z | Downloaded slog-json v2.6.1 |
| 1036 | 2026-07-22T15:08:20.013Z | Downloaded progenitor-impl v0.13.0 |
| 1037 | 2026-07-22T15:08:20.013Z | Downloaded subtle v2.6.1 |
| 1038 | 2026-07-22T15:08:20.016Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-07-22T15:08:20.016Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-07-22T15:08:20.017Z | Downloaded slog-scope v4.4.1 |
| 1041 | 2026-07-22T15:08:20.021Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-07-22T15:08:20.021Z | Downloaded smf v0.2.3 |
| 1043 | 2026-07-22T15:08:20.021Z | Downloaded ron v0.8.1 |
| 1044 | 2026-07-22T15:08:20.021Z | Downloaded hashbrown v0.16.1 |
| 1045 | 2026-07-22T15:08:20.026Z | Downloaded hashbrown v0.15.5 |
| 1046 | 2026-07-22T15:08:20.030Z | Downloaded smallvec v0.6.14 |
| 1047 | 2026-07-22T15:08:20.030Z | Downloaded mio v1.2.0 |
| 1048 | 2026-07-22T15:08:20.033Z | Downloaded tap v1.0.1 |
| 1049 | 2026-07-22T15:08:20.033Z | Downloaded tagptr v0.2.0 |
| 1050 | 2026-07-22T15:08:20.033Z | Downloaded supports-color v3.0.2 |
| 1051 | 2026-07-22T15:08:20.036Z | Downloaded testing_table v0.3.0 |
| 1052 | 2026-07-22T15:08:20.036Z | Downloaded termtree v0.5.1 |
| 1053 | 2026-07-22T15:08:20.037Z | Downloaded tabwriter v1.4.1 |
| 1054 | 2026-07-22T15:08:20.037Z | Downloaded serde_cbor v0.11.2 |
| 1055 | 2026-07-22T15:08:20.079Z | Downloaded serde_with_macros v3.21.0 |
| 1056 | 2026-07-22T15:08:20.079Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1057 | 2026-07-22T15:08:20.080Z | Downloaded spki v0.8.0 |
| 1058 | 2026-07-22T15:08:20.080Z | Downloaded spki v0.7.3 |
| 1059 | 2026-07-22T15:08:20.080Z | Downloaded sqlformat v0.3.5 |
| 1060 | 2026-07-22T15:08:20.080Z | Downloaded time-core v0.1.8 |
| 1061 | 2026-07-22T15:08:20.080Z | Downloaded thread-id v5.1.0 |
| 1062 | 2026-07-22T15:08:20.080Z | Downloaded sha2 v0.11.0 |
| 1063 | 2026-07-22T15:08:20.080Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1064 | 2026-07-22T15:08:20.080Z | Downloaded strum_macros v0.27.2 |
| 1065 | 2026-07-22T15:08:20.080Z | Downloaded static_assertions v1.1.0 |
| 1066 | 2026-07-22T15:08:20.080Z | Downloaded ryu v1.0.23 |
| 1067 | 2026-07-22T15:08:20.080Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-07-22T15:08:20.080Z | Downloaded schemars v0.8.22 |
| 1069 | 2026-07-22T15:08:20.080Z | Downloaded strum v0.27.2 |
| 1070 | 2026-07-22T15:08:20.080Z | Downloaded string_cache v0.8.9 |
| 1071 | 2026-07-22T15:08:20.084Z | Downloaded smallvec v1.15.1 |
| 1072 | 2026-07-22T15:08:20.084Z | Downloaded stacker v0.1.23 |
| 1073 | 2026-07-22T15:08:20.084Z | Downloaded tokio-macros v2.7.0 |
| 1074 | 2026-07-22T15:08:20.084Z | Downloaded synstructure v0.13.2 |
| 1075 | 2026-07-22T15:08:20.084Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1076 | 2026-07-22T15:08:20.084Z | Downloaded libxml v0.3.3 |
| 1077 | 2026-07-22T15:08:20.084Z | Downloaded rayon-core v1.13.0 |
| 1078 | 2026-07-22T15:08:20.088Z | Downloaded tokio-test v0.4.5 |
| 1079 | 2026-07-22T15:08:20.097Z | Downloaded qorb v0.4.1 |
| 1080 | 2026-07-22T15:08:20.097Z | Downloaded idna v1.1.0 |
| 1081 | 2026-07-22T15:08:20.104Z | Downloaded strum_macros v0.26.4 |
| 1082 | 2026-07-22T15:08:20.104Z | Downloaded rand v0.8.6 |
| 1083 | 2026-07-22T15:08:20.104Z | Downloaded take_mut v0.2.2 |
| 1084 | 2026-07-22T15:08:20.104Z | Downloaded support-bundle-viewer v0.1.2 |
| 1085 | 2026-07-22T15:08:20.104Z | Downloaded quinn v0.11.9 |
| 1086 | 2026-07-22T15:08:20.104Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-07-22T15:08:20.108Z | Downloaded publicsuffix v2.3.0 |
| 1088 | 2026-07-22T15:08:20.108Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1089 | 2026-07-22T15:08:20.110Z | Downloaded termios v0.3.3 |
| 1090 | 2026-07-22T15:08:20.110Z | Downloaded tower-service v0.3.3 |
| 1091 | 2026-07-22T15:08:20.110Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-07-22T15:08:20.115Z | Downloaded snafu-derive v0.8.9 |
| 1093 | 2026-07-22T15:08:20.115Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1094 | 2026-07-22T15:08:20.122Z | Downloaded spin v0.9.8 |
| 1095 | 2026-07-22T15:08:20.122Z | Downloaded thread_local v1.1.9 |
| 1096 | 2026-07-22T15:08:20.122Z | Downloaded thiserror-no-std v2.0.2 |
| 1097 | 2026-07-22T15:08:20.128Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1098 | 2026-07-22T15:08:20.128Z | Downloaded tinystr v0.8.2 |
| 1099 | 2026-07-22T15:08:20.128Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-07-22T15:08:20.128Z | Downloaded rcgen v0.12.1 |
| 1101 | 2026-07-22T15:08:20.131Z | Downloaded schemars v0.9.0 |
| 1102 | 2026-07-22T15:08:20.135Z | Downloaded stringprep v0.1.5 |
| 1103 | 2026-07-22T15:08:20.135Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-07-22T15:08:20.138Z | Downloaded slog v2.8.2 |
| 1105 | 2026-07-22T15:08:20.138Z | Downloaded tls_codec v0.4.2 |
| 1106 | 2026-07-22T15:08:20.144Z | Downloaded similar v2.7.0 |
| 1107 | 2026-07-22T15:08:20.153Z | Downloaded tls_codec_derive v0.4.2 |
| 1108 | 2026-07-22T15:08:20.154Z | Downloaded nom v7.1.3 |
| 1109 | 2026-07-22T15:08:20.154Z | Downloaded num-bigint-dig v0.8.6 |
| 1110 | 2026-07-22T15:08:20.157Z | Downloaded trait-variant v0.1.2 |
| 1111 | 2026-07-22T15:08:20.157Z | Downloaded num-bigint v0.4.6 |
| 1112 | 2026-07-22T15:08:20.157Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-07-22T15:08:20.158Z | Downloaded tokio-native-tls v0.3.1 |
| 1114 | 2026-07-22T15:08:20.158Z | Downloaded tokio-dtrace v0.1.1 |
| 1115 | 2026-07-22T15:08:20.158Z | Downloaded strum_macros v0.24.3 |
| 1116 | 2026-07-22T15:08:20.158Z | Downloaded hyper v1.10.1 |
| 1117 | 2026-07-22T15:08:20.161Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-07-22T15:08:20.165Z | Downloaded universal-hash v0.6.1 |
| 1119 | 2026-07-22T15:08:20.165Z | Downloaded unicode-xid v0.2.6 |
| 1120 | 2026-07-22T15:08:20.165Z | Downloaded usdt-attr-macro v0.6.0 |
| 1121 | 2026-07-22T15:08:20.165Z | Downloaded unit-prefix v0.5.2 |
| 1122 | 2026-07-22T15:08:20.168Z | Downloaded usdt-macro v0.6.0 |
| 1123 | 2026-07-22T15:08:20.169Z | Downloaded usdt v0.6.0 |
| 1124 | 2026-07-22T15:08:20.170Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1125 | 2026-07-22T15:08:20.170Z | Downloaded crypto-primes v0.7.2 |
| 1126 | 2026-07-22T15:08:20.173Z | Downloaded rsa v0.9.10 |
| 1127 | 2026-07-22T15:08:20.173Z | Downloaded rustls-webpki v0.103.13 |
| 1128 | 2026-07-22T15:08:20.176Z | Downloaded p521 v0.14.0-rc.10 |
| 1129 | 2026-07-22T15:08:20.180Z | Downloaded term v1.2.1 |
| 1130 | 2026-07-22T15:08:20.180Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1131 | 2026-07-22T15:08:20.185Z | Downloaded tiny-keccak v2.0.2 |
| 1132 | 2026-07-22T15:08:20.185Z | Downloaded utf-8 v0.7.6 |
| 1133 | 2026-07-22T15:08:20.185Z | Downloaded untrusted v0.9.0 |
| 1134 | 2026-07-22T15:08:20.188Z | Downloaded term v0.7.0 |
| 1135 | 2026-07-22T15:08:20.188Z | Downloaded libm v0.2.16 |
| 1136 | 2026-07-22T15:08:20.191Z | Downloaded socket2 v0.6.3 |
| 1137 | 2026-07-22T15:08:20.194Z | Downloaded signal-hook v0.3.18 |
| 1138 | 2026-07-22T15:08:20.195Z | Downloaded itertools v0.13.0 |
| 1139 | 2026-07-22T15:08:20.198Z | Downloaded waitgroup v0.1.2 |
| 1140 | 2026-07-22T15:08:20.202Z | Downloaded wait-timeout v0.2.1 |
| 1141 | 2026-07-22T15:08:20.203Z | Downloaded void v1.0.2 |
| 1142 | 2026-07-22T15:08:20.203Z | Downloaded unarray v0.1.4 |
| 1143 | 2026-07-22T15:08:20.203Z | Downloaded tui-tree-widget v0.23.1 |
| 1144 | 2026-07-22T15:08:20.208Z | Downloaded iri-string v0.7.10 |
| 1145 | 2026-07-22T15:08:20.208Z | Downloaded schemars v1.2.1 |
| 1146 | 2026-07-22T15:08:20.217Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-07-22T15:08:20.223Z | Downloaded subprocess v0.2.15 |
| 1148 | 2026-07-22T15:08:20.223Z | Downloaded xshell-macros v0.2.7 |
| 1149 | 2026-07-22T15:08:20.223Z | Downloaded itertools v0.14.0 |
| 1150 | 2026-07-22T15:08:20.226Z | Downloaded socket2 v0.5.10 |
| 1151 | 2026-07-22T15:08:20.226Z | Downloaded hkdf v0.12.4 |
| 1152 | 2026-07-22T15:08:20.226Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-07-22T15:08:20.226Z | Downloaded itertools v0.12.1 |
| 1154 | 2026-07-22T15:08:20.229Z | Downloaded zerofrom v0.1.6 |
| 1155 | 2026-07-22T15:08:20.232Z | Downloaded tokio-stream v0.1.18 |
| 1156 | 2026-07-22T15:08:20.237Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-07-22T15:08:20.237Z | Downloaded tokio-tungstenite v0.23.1 |
| 1158 | 2026-07-22T15:08:20.237Z | Downloaded hkdf v0.13.0 |
| 1159 | 2026-07-22T15:08:20.240Z | Downloaded tokio-rustls v0.26.4 |
| 1160 | 2026-07-22T15:08:20.240Z | Downloaded zerofrom-derive v0.1.6 |
| 1161 | 2026-07-22T15:08:20.240Z | Downloaded yoke-derive v0.8.1 |
| 1162 | 2026-07-22T15:08:20.241Z | Downloaded unicode-truncate v1.1.0 |
| 1163 | 2026-07-22T15:08:20.241Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1164 | 2026-07-22T15:08:20.252Z | Downloaded tokio-tungstenite v0.21.0 |
| 1165 | 2026-07-22T15:08:20.252Z | Downloaded rand v0.10.1 |
| 1166 | 2026-07-22T15:08:20.259Z | Downloaded uzers v0.12.2 |
| 1167 | 2026-07-22T15:08:20.259Z | Downloaded utf8_iter v1.0.4 |
| 1168 | 2026-07-22T15:08:20.259Z | Downloaded icu_properties_data v2.1.2 |
| 1169 | 2026-07-22T15:08:20.259Z | Downloaded tracing-attributes v0.1.31 |
| 1170 | 2026-07-22T15:08:20.259Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1171 | 2026-07-22T15:08:20.259Z | Downloaded vergen-lib v9.1.0 |
| 1172 | 2026-07-22T15:08:20.264Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-07-22T15:08:20.264Z | Downloaded usdt-impl v0.6.0 |
| 1174 | 2026-07-22T15:08:20.264Z | Downloaded whoami v1.6.1 |
| 1175 | 2026-07-22T15:08:20.264Z | Downloaded want v0.3.1 |
| 1176 | 2026-07-22T15:08:20.264Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-07-22T15:08:20.264Z | Downloaded twox-hash v2.1.2 |
| 1178 | 2026-07-22T15:08:20.264Z | Downloaded snafu v0.8.9 |
| 1179 | 2026-07-22T15:08:20.267Z | Downloaded zone_cfg_derive v0.3.1 |
| 1180 | 2026-07-22T15:08:20.267Z | Downloaded blake3 v1.8.5 |
| 1181 | 2026-07-22T15:08:20.271Z | Downloaded zone v0.3.1 |
| 1182 | 2026-07-22T15:08:20.275Z | Downloaded rand v0.9.2 |
| 1183 | 2026-07-22T15:08:20.276Z | Downloaded futures-util v0.3.32 |
| 1184 | 2026-07-22T15:08:20.280Z | Downloaded vergen-gitcl v1.0.8 |
| 1185 | 2026-07-22T15:08:20.285Z | Downloaded toml v0.7.8 |
| 1186 | 2026-07-22T15:08:20.285Z | Downloaded xshell v0.2.7 |
| 1187 | 2026-07-22T15:08:20.288Z | Downloaded wyz v0.5.1 |
| 1188 | 2026-07-22T15:08:20.291Z | Downloaded tinyvec v1.10.0 |
| 1189 | 2026-07-22T15:08:20.291Z | Downloaded unicode-properties v0.1.4 |
| 1190 | 2026-07-22T15:08:20.291Z | Downloaded samael v0.0.19 |
| 1191 | 2026-07-22T15:08:20.296Z | Downloaded vsss-rs v3.3.4 |
| 1192 | 2026-07-22T15:08:20.296Z | Downloaded tungstenite v0.21.0 |
| 1193 | 2026-07-22T15:08:20.296Z | Downloaded whoami v2.1.0 |
| 1194 | 2026-07-22T15:08:20.299Z | Downloaded tar v0.4.46 |
| 1195 | 2026-07-22T15:08:20.299Z | Downloaded rustyline v14.0.0 |
| 1196 | 2026-07-22T15:08:20.304Z | Downloaded time-macros v0.2.27 |
| 1197 | 2026-07-22T15:08:20.304Z | Downloaded steno v0.4.1 |
| 1198 | 2026-07-22T15:08:20.308Z | Downloaded typify v0.6.2 |
| 1199 | 2026-07-22T15:08:20.308Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1200 | 2026-07-22T15:08:20.313Z | Downloaded yoke v0.8.1 |
| 1201 | 2026-07-22T15:08:20.324Z | Downloaded zeroize v1.8.2 |
| 1202 | 2026-07-22T15:08:20.324Z | Downloaded iddqd v0.4.2 |
| 1203 | 2026-07-22T15:08:20.327Z | Downloaded test-strategy v0.4.5 |
| 1204 | 2026-07-22T15:08:20.327Z | Downloaded writeable v0.6.2 |
| 1205 | 2026-07-22T15:08:20.327Z | Downloaded zerovec-derive v0.11.2 |
| 1206 | 2026-07-22T15:08:20.327Z | Downloaded vergen v9.1.0 |
| 1207 | 2026-07-22T15:08:20.327Z | Downloaded h2 v0.4.15 |
| 1208 | 2026-07-22T15:08:20.330Z | Downloaded vergen-git2 v9.1.0 |
| 1209 | 2026-07-22T15:08:20.335Z | Downloaded bitvec v1.0.1 |
| 1210 | 2026-07-22T15:08:20.339Z | Downloaded zstd v0.13.3 |
| 1211 | 2026-07-22T15:08:20.342Z | Downloaded uuid v1.23.4 |
| 1212 | 2026-07-22T15:08:20.347Z | Downloaded vte v0.14.1 |
| 1213 | 2026-07-22T15:08:20.347Z | Downloaded tungstenite v0.23.0 |
| 1214 | 2026-07-22T15:08:20.347Z | Downloaded aws-lc-rs v1.16.3 |
| 1215 | 2026-07-22T15:08:20.357Z | Downloaded chrono v0.4.45 |
| 1216 | 2026-07-22T15:08:20.360Z | Downloaded unicode-bidi v0.3.18 |
| 1217 | 2026-07-22T15:08:20.360Z | Downloaded nom v8.0.0 |
| 1218 | 2026-07-22T15:08:20.373Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-07-22T15:08:20.376Z | Downloaded rsa v0.10.0-rc.18 |
| 1220 | 2026-07-22T15:08:20.383Z | Downloaded zerocopy v0.6.6 |
| 1221 | 2026-07-22T15:08:20.386Z | Downloaded serde_with v1.14.0 |
| 1222 | 2026-07-22T15:08:20.386Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1223 | 2026-07-22T15:08:20.386Z | Downloaded zopfli v0.8.3 |
| 1224 | 2026-07-22T15:08:20.396Z | Downloaded zstd-safe v7.2.4 |
| 1225 | 2026-07-22T15:08:20.401Z | Downloaded bindgen v0.71.1 |
| 1226 | 2026-07-22T15:08:20.401Z | Downloaded tracing-core v0.1.36 |
| 1227 | 2026-07-22T15:08:20.404Z | Downloaded url v2.5.8 |
| 1228 | 2026-07-22T15:08:20.407Z | Downloaded reedline v0.40.0 |
| 1229 | 2026-07-22T15:08:20.414Z | Downloaded crypto-bigint v0.7.5 |
| 1230 | 2026-07-22T15:08:20.423Z | Downloaded zerotrie v0.2.3 |
| 1231 | 2026-07-22T15:08:20.426Z | Downloaded curve25519-dalek v4.1.3 |
| 1232 | 2026-07-22T15:08:20.430Z | Downloaded yasna v0.5.2 |
| 1233 | 2026-07-22T15:08:20.435Z | Downloaded p384 v0.13.1 |
| 1234 | 2026-07-22T15:08:20.438Z | Downloaded git2 v0.20.4 |
| 1235 | 2026-07-22T15:08:20.445Z | Downloaded tokio-postgres v0.7.16 |
| 1236 | 2026-07-22T15:08:20.448Z | Downloaded zerocopy-derive v0.8.40 |
| 1237 | 2026-07-22T15:08:20.453Z | Downloaded toml_edit v0.19.15 |
| 1238 | 2026-07-22T15:08:20.462Z | Downloaded zip v0.6.6 |
| 1239 | 2026-07-22T15:08:20.465Z | Downloaded yansi v1.0.1 |
| 1240 | 2026-07-22T15:08:20.469Z | Downloaded unicode_categories v0.1.1 |
| 1241 | 2026-07-22T15:08:20.469Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1242 | 2026-07-22T15:08:20.473Z | Downloaded unicode-segmentation v1.12.0 |
| 1243 | 2026-07-22T15:08:20.476Z | Downloaded moka v0.12.13 |
| 1244 | 2026-07-22T15:08:20.480Z | Downloaded rawzip v0.4.4 |
| 1245 | 2026-07-22T15:08:20.483Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1246 | 2026-07-22T15:08:20.486Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-07-22T15:08:20.492Z | Downloaded portable-atomic v1.13.1 |
| 1248 | 2026-07-22T15:08:20.498Z | Downloaded regex v1.12.3 |
| 1249 | 2026-07-22T15:08:20.501Z | Downloaded quick-xml v0.37.5 |
| 1250 | 2026-07-22T15:08:20.501Z | Downloaded x509-cert v0.2.5 |
| 1251 | 2026-07-22T15:08:20.504Z | Downloaded tower v0.5.3 |
| 1252 | 2026-07-22T15:08:20.507Z | Downloaded lalrpop v0.19.12 |
| 1253 | 2026-07-22T15:08:20.513Z | Downloaded petname v2.0.2 |
| 1254 | 2026-07-22T15:08:20.517Z | Downloaded unicode-normalization v0.1.25 |
| 1255 | 2026-07-22T15:08:20.520Z | Downloaded rayon v1.11.0 |
| 1256 | 2026-07-22T15:08:20.526Z | Downloaded goblin v0.10.5 |
| 1257 | 2026-07-22T15:08:20.529Z | Downloaded salty v0.3.0 |
| 1258 | 2026-07-22T15:08:20.540Z | Downloaded reqwest v0.13.2 |
| 1259 | 2026-07-22T15:08:20.545Z | Downloaded zerovec v0.11.5 |
| 1260 | 2026-07-22T15:08:20.545Z | Downloaded reqwest v0.12.28 |
| 1261 | 2026-07-22T15:08:20.545Z | Downloaded nix v0.27.1 |
| 1262 | 2026-07-22T15:08:20.551Z | Downloaded tokio-util v0.7.18 |
| 1263 | 2026-07-22T15:08:20.558Z | Downloaded serde_with v3.21.0 |
| 1264 | 2026-07-22T15:08:20.565Z | Downloaded proptest v1.10.0 |
| 1265 | 2026-07-22T15:08:20.569Z | Downloaded tough v0.22.0 |
| 1266 | 2026-07-22T15:08:20.574Z | Downloaded object v0.30.4 |
| 1267 | 2026-07-22T15:08:20.580Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-07-22T15:08:20.587Z | Downloaded quinn-proto v0.11.13 |
| 1269 | 2026-07-22T15:08:20.591Z | Downloaded tower-http v0.6.8 |
| 1270 | 2026-07-22T15:08:20.594Z | Downloaded nix v0.28.0 |
| 1271 | 2026-07-22T15:08:20.604Z | Downloaded dropshot v0.17.1 |
| 1272 | 2026-07-22T15:08:20.621Z | Downloaded zip v4.6.1 |
| 1273 | 2026-07-22T15:08:20.624Z | Downloaded radix_trie v0.2.1 |
| 1274 | 2026-07-22T15:08:20.625Z | Downloaded winnow v0.5.40 |
| 1275 | 2026-07-22T15:08:20.625Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-07-22T15:08:20.628Z | Downloaded time v0.3.47 |
| 1277 | 2026-07-22T15:08:20.635Z | Downloaded russh v0.61.2 |
| 1278 | 2026-07-22T15:08:20.640Z | Downloaded hickory-proto v0.24.4 |
| 1279 | 2026-07-22T15:08:20.648Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-07-22T15:08:20.657Z | Downloaded polar-core v0.27.3 |
| 1281 | 2026-07-22T15:08:20.660Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-07-22T15:08:20.677Z | Downloaded winnow v1.0.3 |
| 1283 | 2026-07-22T15:08:20.693Z | Downloaded diesel v2.3.7 |
| 1284 | 2026-07-22T15:08:20.751Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-07-22T15:08:20.751Z | Downloaded regress v0.11.1 |
| 1286 | 2026-07-22T15:08:20.751Z | Downloaded regress v0.10.5 |
| 1287 | 2026-07-22T15:08:20.757Z | Downloaded openapiv3 v2.2.0 |
| 1288 | 2026-07-22T15:08:20.758Z | Downloaded tabled v0.20.0 |
| 1289 | 2026-07-22T15:08:20.786Z | Downloaded regex-syntax v0.8.10 |
| 1290 | 2026-07-22T15:08:20.786Z | Downloaded nix v0.31.2 |
| 1291 | 2026-07-22T15:08:20.786Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-07-22T15:08:20.786Z | Downloaded smoltcp v0.9.1 |
| 1293 | 2026-07-22T15:08:20.786Z | Downloaded bstr v1.12.1 |
| 1294 | 2026-07-22T15:08:20.786Z | Downloaded winnow v0.6.26 |
| 1295 | 2026-07-22T15:08:20.786Z | Downloaded object v0.37.3 |
| 1296 | 2026-07-22T15:08:20.801Z | Downloaded tracing v0.1.44 |
| 1297 | 2026-07-22T15:08:20.802Z | Downloaded smoltcp v0.11.0 |
| 1298 | 2026-07-22T15:08:20.809Z | Downloaded fiat-crypto v0.3.0 |
| 1299 | 2026-07-22T15:08:20.824Z | Downloaded rustls v0.23.41 |
| 1300 | 2026-07-22T15:08:20.829Z | Downloaded zerocopy-derive v0.6.6 |
| 1301 | 2026-07-22T15:08:20.829Z | Downloaded rustix v0.38.44 |
| 1302 | 2026-07-22T15:08:20.841Z | Downloaded regex-automata v0.4.14 |
| 1303 | 2026-07-22T15:08:20.848Z | Downloaded petgraph v0.6.5 |
| 1304 | 2026-07-22T15:08:20.864Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-07-22T15:08:20.878Z | Downloaded csv v1.4.0 |
| 1306 | 2026-07-22T15:08:20.889Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-07-22T15:08:20.900Z | Downloaded sqlparser v0.61.0 |
| 1308 | 2026-07-22T15:08:20.952Z | Downloaded typify-impl v0.6.2 |
| 1309 | 2026-07-22T15:08:20.967Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1310 | 2026-07-22T15:08:20.967Z | Downloaded sled v0.34.7 |
| 1311 | 2026-07-22T15:08:20.967Z | Downloaded ratatui v0.29.0 |
| 1312 | 2026-07-22T15:08:20.967Z | Downloaded sha3 v0.11.0 |
| 1313 | 2026-07-22T15:08:21.030Z | Downloaded chrono-tz v0.10.4 |
| 1314 | 2026-07-22T15:08:21.042Z | Downloaded jiff v0.2.21 |
| 1315 | 2026-07-22T15:08:21.078Z | Downloaded libz-sys v1.1.24 |
| 1316 | 2026-07-22T15:08:21.111Z | Downloaded sha3 v0.10.8 |
| 1317 | 2026-07-22T15:08:21.120Z | Downloaded tokio v1.52.1 |
| 1318 | 2026-07-22T15:08:21.215Z | Downloaded encoding_rs v0.8.35 |
| 1319 | 2026-07-22T15:08:21.254Z | Downloaded ring v0.17.14 |
| 1320 | 2026-07-22T15:08:21.303Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1321 | 2026-07-22T15:08:21.768Z | Downloaded aws-lc-sys v0.40.0 |
| 1322 | 2026-07-22T15:08:22.015Z | Compiling libc v0.2.185 |
| 1323 | 2026-07-22T15:08:22.015Z | Compiling serde_core v1.0.228 |
| 1324 | 2026-07-22T15:08:22.015Z | Compiling serde v1.0.228 |
| 1325 | 2026-07-22T15:08:22.019Z | Compiling log v0.4.29 |
| 1326 | 2026-07-22T15:08:22.019Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-07-22T15:08:22.019Z | Compiling shlex v1.3.0 |
| 1328 | 2026-07-22T15:08:22.020Z | Compiling find-msvc-tools v0.1.9 |
| 1329 | 2026-07-22T15:08:22.156Z | Compiling syn v2.0.117 |
| 1330 | 2026-07-22T15:08:22.349Z | Compiling subtle v2.6.1 |
| 1331 | 2026-07-22T15:08:22.368Z | Compiling stable_deref_trait v1.2.1 |
| 1332 | 2026-07-22T15:08:22.381Z | Compiling scopeguard v1.2.0 |
| 1333 | 2026-07-22T15:08:22.417Z | Compiling typenum v1.20.1 |
| 1334 | 2026-07-22T15:08:22.435Z | Compiling serde_json v1.0.150 |
| 1335 | 2026-07-22T15:08:22.477Z | Compiling lock_api v0.4.14 |
| 1336 | 2026-07-22T15:08:22.490Z | Compiling portable-atomic v1.13.1 |
| 1337 | 2026-07-22T15:08:22.515Z | Compiling zerocopy v0.8.40 |
| 1338 | 2026-07-22T15:08:22.676Z | Compiling pin-project-lite v0.2.17 |
| 1339 | 2026-07-22T15:08:22.700Z | Compiling parking_lot_core v0.9.12 |
| 1340 | 2026-07-22T15:08:22.770Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-07-22T15:08:22.966Z | Compiling getrandom v0.4.1 |
| 1342 | 2026-07-22T15:08:22.974Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-07-22T15:08:22.987Z | Compiling errno v0.3.14 |
| 1344 | 2026-07-22T15:08:23.127Z | Compiling getrandom v0.2.17 |
| 1345 | 2026-07-22T15:08:23.195Z | Compiling cc v1.2.56 |
| 1346 | 2026-07-22T15:08:23.325Z | Compiling critical-section v1.2.0 |
| 1347 | 2026-07-22T15:08:23.420Z | Compiling libm v0.2.16 |
| 1348 | 2026-07-22T15:08:23.443Z | Compiling rand_core v0.6.4 |
| 1349 | 2026-07-22T15:08:23.471Z | Compiling signal-hook-registry v1.4.8 |
| 1350 | 2026-07-22T15:08:23.625Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-07-22T15:08:23.728Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-07-22T15:08:23.754Z | Compiling futures-core v0.3.32 |
| 1353 | 2026-07-22T15:08:23.772Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-07-22T15:08:23.840Z | Compiling parking_lot v0.12.5 |
| 1355 | 2026-07-22T15:08:23.942Z | Compiling mio v1.2.0 |
| 1356 | 2026-07-22T15:08:24.088Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-07-22T15:08:24.120Z | Compiling percent-encoding v2.3.2 |
| 1358 | 2026-07-22T15:08:24.213Z | Compiling writeable v0.6.2 |
| 1359 | 2026-07-22T15:08:24.314Z | Compiling bitflags v2.11.0 |
| 1360 | 2026-07-22T15:08:24.403Z | Compiling litemap v0.8.1 |
| 1361 | 2026-07-22T15:08:24.417Z | Compiling const-oid v0.9.6 |
| 1362 | 2026-07-22T15:08:24.492Z | Compiling semver v1.0.28 |
| 1363 | 2026-07-22T15:08:24.600Z | Compiling icu_properties_data v2.1.2 |
| 1364 | 2026-07-22T15:08:24.796Z | Compiling icu_normalizer_data v2.1.1 |
| 1365 | 2026-07-22T15:08:24.839Z | Compiling socket2 v0.6.3 |
| 1366 | 2026-07-22T15:08:24.901Z | Compiling futures-sink v0.3.32 |
| 1367 | 2026-07-22T15:08:24.984Z | Compiling futures-channel v0.3.32 |
| 1368 | 2026-07-22T15:08:25.011Z | Compiling slab v0.4.12 |
| 1369 | 2026-07-22T15:08:25.106Z | Compiling synstructure v0.13.2 |
| 1370 | 2026-07-22T15:08:25.169Z | Compiling futures-task v0.3.32 |
| 1371 | 2026-07-22T15:08:25.169Z | Compiling futures-io v0.3.32 |
| 1372 | 2026-07-22T15:08:25.197Z | Compiling utf8_iter v1.0.4 |
| 1373 | 2026-07-22T15:08:25.212Z | Compiling indexmap v2.14.0 |
| 1374 | 2026-07-22T15:08:25.254Z | Compiling form_urlencoded v1.2.2 |
| 1375 | 2026-07-22T15:08:25.324Z | Compiling getrandom v0.3.4 |
| 1376 | 2026-07-22T15:08:25.342Z | Compiling rustversion v1.0.22 |
| 1377 | 2026-07-22T15:08:25.357Z | Compiling cmake v0.1.57 |
| 1378 | 2026-07-22T15:08:25.426Z | Compiling rustix v1.1.3 |
| 1379 | 2026-07-22T15:08:25.444Z | Compiling fs_extra v1.3.0 |
| 1380 | 2026-07-22T15:08:25.714Z | Compiling dunce v1.0.5 |
| 1381 | 2026-07-22T15:08:25.732Z | Compiling ident_case v1.0.1 |
| 1382 | 2026-07-22T15:08:25.769Z | Compiling iana-time-zone v0.1.65 |
| 1383 | 2026-07-22T15:08:25.799Z | Compiling aws-lc-sys v0.40.0 |
| 1384 | 2026-07-22T15:08:25.850Z | Compiling regex-syntax v0.8.10 |
| 1385 | 2026-07-22T15:08:25.875Z | Compiling uuid v1.23.4 |
| 1386 | 2026-07-22T15:08:25.969Z | Compiling vcpkg v0.2.15 |
| 1387 | 2026-07-22T15:08:26.289Z | Compiling rand_core v0.9.5 |
| 1388 | 2026-07-22T15:08:26.358Z | Compiling base64ct v1.8.3 |
| 1389 | 2026-07-22T15:08:26.580Z | Compiling base64 v0.22.1 |
| 1390 | 2026-07-22T15:08:26.609Z | Compiling pem-rfc7468 v0.7.0 |
| 1391 | 2026-07-22T15:08:26.666Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-07-22T15:08:26.707Z | Compiling openssl-sys v0.9.115 |
| 1393 | 2026-07-22T15:08:26.774Z | Compiling serde_derive v1.0.228 |
| 1394 | 2026-07-22T15:08:26.918Z | Compiling zeroize_derive v1.4.3 |
| 1395 | 2026-07-22T15:08:26.928Z | Compiling zerofrom-derive v0.1.6 |
| 1396 | 2026-07-22T15:08:26.988Z | Compiling yoke-derive v0.8.1 |
| 1397 | 2026-07-22T15:08:27.180Z | Compiling zerovec-derive v0.11.2 |
| 1398 | 2026-07-22T15:08:27.266Z | Compiling zerocopy-derive v0.8.40 |
| 1399 | 2026-07-22T15:08:27.581Z | Compiling zeroize v1.8.2 |
| 1400 | 2026-07-22T15:08:27.791Z | Compiling displaydoc v0.2.5 |
| 1401 | 2026-07-22T15:08:28.238Z | Compiling tokio-macros v2.7.0 |
| 1402 | 2026-07-22T15:08:28.330Z | Compiling futures-macro v0.3.32 |
| 1403 | 2026-07-22T15:08:28.382Z | Compiling zerofrom v0.1.6 |
| 1404 | 2026-07-22T15:08:28.509Z | Compiling yoke v0.8.1 |
| 1405 | 2026-07-22T15:08:28.652Z | Compiling thiserror-impl v2.0.18 |
| 1406 | 2026-07-22T15:08:28.696Z | Compiling zerovec v0.11.5 |
| 1407 | 2026-07-22T15:08:28.776Z | Compiling zerotrie v0.2.3 |
| 1408 | 2026-07-22T15:08:29.023Z | Compiling crypto-common v0.1.7 |
| 1409 | 2026-07-22T15:08:29.070Z | Compiling block-buffer v0.10.4 |
| 1410 | 2026-07-22T15:08:29.148Z | Compiling tinystr v0.8.2 |
| 1411 | 2026-07-22T15:08:29.172Z | Compiling potential_utf v0.1.4 |
| 1412 | 2026-07-22T15:08:29.200Z | Compiling futures-util v0.3.32 |
| 1413 | 2026-07-22T15:08:29.240Z | Compiling digest v0.10.7 |
| 1414 | 2026-07-22T15:08:29.332Z | Compiling icu_locale_core v2.1.1 |
| 1415 | 2026-07-22T15:08:29.346Z | Compiling icu_collections v2.1.1 |
| 1416 | 2026-07-22T15:08:29.490Z | Compiling der_derive v0.7.3 |
| 1417 | 2026-07-22T15:08:29.834Z | Compiling tracing-attributes v0.1.31 |
| 1418 | 2026-07-22T15:08:30.016Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-07-22T15:08:30.223Z | Compiling tracing-core v0.1.36 |
| 1420 | 2026-07-22T15:08:30.305Z | Compiling bytes v1.11.1 |
| 1421 | 2026-07-22T15:08:30.351Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-07-22T15:08:30.452Z | Compiling icu_normalizer v2.1.1 |
| 1423 | 2026-07-22T15:08:30.790Z | Compiling tokio v1.52.1 |
| 1424 | 2026-07-22T15:08:30.910Z | Compiling chrono v0.4.45 |
| 1425 | 2026-07-22T15:08:30.972Z | Compiling http v1.4.2 |
| 1426 | 2026-07-22T15:08:31.154Z | Compiling aws-lc-rs v1.16.3 |
| 1427 | 2026-07-22T15:08:31.422Z | Compiling idna_adapter v1.2.1 |
| 1428 | 2026-07-22T15:08:31.448Z | Compiling flagset v0.4.7 |
| 1429 | 2026-07-22T15:08:31.477Z | Compiling tracing v0.1.44 |
| 1430 | 2026-07-22T15:08:31.552Z | Compiling idna v1.1.0 |
| 1431 | 2026-07-22T15:08:31.575Z | Compiling der v0.7.10 |
| 1432 | 2026-07-22T15:08:31.705Z | Compiling ppv-lite86 v0.2.21 |
| 1433 | 2026-07-22T15:08:31.778Z | Compiling http-body v1.0.1 |
| 1434 | 2026-07-22T15:08:31.879Z | Compiling url v2.5.8 |
| 1435 | 2026-07-22T15:08:31.927Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-07-22T15:08:32.022Z | Compiling rand_chacha v0.9.0 |
| 1437 | 2026-07-22T15:08:32.034Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-07-22T15:08:32.250Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2026-07-22T15:08:32.271Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-07-22T15:08:32.443Z | Compiling dyn-clone v1.0.20 |
| 1441 | 2026-07-22T15:08:32.473Z | Compiling httparse v1.10.1 |
| 1442 | 2026-07-22T15:08:32.580Z | Compiling tinyvec_macros v0.1.1 |
| 1443 | 2026-07-22T15:08:32.647Z | Compiling cmov v0.5.4 |
| 1444 | 2026-07-22T15:08:32.662Z | Compiling schemars v0.8.22 |
| 1445 | 2026-07-22T15:08:32.686Z | Compiling tinyvec v1.10.0 |
| 1446 | 2026-07-22T15:08:32.754Z | Compiling spki v0.7.3 |
| 1447 | 2026-07-22T15:08:32.847Z | Compiling ctutils v0.4.2 |
| 1448 | 2026-07-22T15:08:32.860Z | Compiling pest_generator v2.8.6 |
| 1449 | 2026-07-22T15:08:32.890Z | Compiling rand v0.9.2 |
| 1450 | 2026-07-22T15:08:32.948Z | Compiling aho-corasick v1.1.4 |
| 1451 | 2026-07-22T15:08:33.028Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-07-22T15:08:33.070Z | Compiling tower-service v0.3.3 |
| 1453 | 2026-07-22T15:08:33.106Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-07-22T15:08:33.129Z | Compiling tower-layer v0.3.3 |
| 1455 | 2026-07-22T15:08:33.161Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2026-07-22T15:08:33.289Z | Compiling untrusted v0.7.1 |
| 1457 | 2026-07-22T15:08:33.342Z | Compiling want v0.3.1 |
| 1458 | 2026-07-22T15:08:33.450Z | Compiling tempfile v3.25.0 |
| 1459 | 2026-07-22T15:08:33.501Z | Compiling hybrid-array v0.4.13 |
| 1460 | 2026-07-22T15:08:33.574Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-07-22T15:08:33.820Z | Compiling regex-automata v0.4.14 |
| 1462 | 2026-07-22T15:08:33.964Z | Compiling ipnet v2.11.0 |
| 1463 | 2026-07-22T15:08:34.017Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-22T15:08:34.287Z | Compiling darling_core v0.20.11 |
| 1465 | 2026-07-22T15:08:34.454Z | Compiling rustls v0.23.41 |
| 1466 | 2026-07-22T15:08:34.631Z | Compiling tokio-util v0.7.18 |
| 1467 | 2026-07-22T15:08:34.664Z | Compiling untrusted v0.9.0 |
| 1468 | 2026-07-22T15:08:34.778Z | Compiling openssl v0.10.79 |
| 1469 | 2026-07-22T15:08:34.813Z | Compiling foreign-types-shared v0.1.1 |
| 1470 | 2026-07-22T15:08:34.901Z | Compiling cpufeatures v0.2.17 |
| 1471 | 2026-07-22T15:08:34.974Z | Compiling httpdate v1.0.3 |
| 1472 | 2026-07-22T15:08:35.033Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-07-22T15:08:35.104Z | Compiling scroll v0.13.0 |
| 1474 | 2026-07-22T15:08:35.197Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-07-22T15:08:35.364Z | Compiling h2 v0.4.15 |
| 1476 | 2026-07-22T15:08:35.606Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-07-22T15:08:35.642Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-07-22T15:08:35.859Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1479 | 2026-07-22T15:08:36.028Z | Compiling spin v0.9.8 |
| 1480 | 2026-07-22T15:08:36.047Z | Compiling crc32fast v1.5.0 |
| 1481 | 2026-07-22T15:08:36.222Z | Compiling powerfmt v0.2.0 |
| 1482 | 2026-07-22T15:08:36.279Z | Compiling time-core v0.1.8 |
| 1483 | 2026-07-22T15:08:36.305Z | Compiling native-tls v0.2.18 |
| 1484 | 2026-07-22T15:08:36.392Z | Compiling num-conv v0.2.0 |
| 1485 | 2026-07-22T15:08:36.405Z | Compiling deranged v0.5.8 |
| 1486 | 2026-07-22T15:08:36.481Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-07-22T15:08:36.527Z | Compiling time-macros v0.2.27 |
| 1488 | 2026-07-22T15:08:36.959Z | Compiling darling v0.20.11 |
| 1489 | 2026-07-22T15:08:37.043Z | Compiling goblin v0.10.5 |
| 1490 | 2026-07-22T15:08:37.386Z | Compiling sha2 v0.10.9 |
| 1491 | 2026-07-22T15:08:37.571Z | Compiling hmac v0.12.1 |
| 1492 | 2026-07-22T15:08:37.728Z | Compiling sync_wrapper v1.0.2 |
| 1493 | 2026-07-22T15:08:37.796Z | Compiling wait-timeout v0.2.1 |
| 1494 | 2026-07-22T15:08:37.838Z | Compiling siphasher v1.0.2 |
| 1495 | 2026-07-22T15:08:38.019Z | Compiling simd-adler32 v0.3.8 |
| 1496 | 2026-07-22T15:08:38.058Z | Compiling quick-error v1.2.3 |
| 1497 | 2026-07-22T15:08:38.155Z | Compiling bit-vec v0.8.0 |
| 1498 | 2026-07-22T15:08:38.254Z | Compiling syn v1.0.109 |
| 1499 | 2026-07-22T15:08:38.415Z | Compiling usdt-impl v0.6.0 |
| 1500 | 2026-07-22T15:08:38.584Z | Compiling hyper v1.10.1 |
| 1501 | 2026-07-22T15:08:38.611Z | Compiling crossbeam-utils v0.8.21 |
| 1502 | 2026-07-22T15:08:38.758Z | Compiling num_threads v0.1.7 |
| 1503 | 2026-07-22T15:08:38.834Z | Compiling time v0.3.47 |
| 1504 | 2026-07-22T15:08:39.325Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-07-22T15:08:39.547Z | Compiling rusty-fork v0.3.1 |
| 1506 | 2026-07-22T15:08:39.643Z | Compiling tower v0.5.3 |
| 1507 | 2026-07-22T15:08:39.643Z | Compiling derive_builder_core v0.20.2 |
| 1508 | 2026-07-22T15:08:39.808Z | Compiling hyper-util v0.1.20 |
| 1509 | 2026-07-22T15:08:39.960Z | Compiling dof v0.4.0 |
| 1510 | 2026-07-22T15:08:40.349Z | Compiling dtrace-parser v0.3.0 |
| 1511 | 2026-07-22T15:08:40.392Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-07-22T15:08:40.393Z | Compiling heapless v0.7.17 |
| 1513 | 2026-07-22T15:08:40.582Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-07-22T15:08:41.042Z | Compiling scroll_derive v0.12.1 |
| 1515 | 2026-07-22T15:08:41.065Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-07-22T15:08:41.090Z | Compiling slog v2.8.2 |
| 1517 | 2026-07-22T15:08:41.212Z | Compiling darling_core v0.23.0 |
| 1518 | 2026-07-22T15:08:41.240Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-07-22T15:08:41.261Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-07-22T15:08:41.268Z | Compiling cookie v0.18.1 |
| 1521 | 2026-07-22T15:08:41.333Z | Compiling ryu v1.0.23 |
| 1522 | 2026-07-22T15:08:41.506Z | Compiling signal-hook v0.3.18 |
| 1523 | 2026-07-22T15:08:41.520Z | Compiling unarray v0.1.4 |
| 1524 | 2026-07-22T15:08:41.520Z | Compiling paste v1.0.15 |
| 1525 | 2026-07-22T15:08:41.521Z | Compiling adler2 v2.0.1 |
| 1526 | 2026-07-22T15:08:41.572Z | Compiling anyhow v1.0.102 |
| 1527 | 2026-07-22T15:08:41.642Z | Compiling zstd-safe v7.2.4 |
| 1528 | 2026-07-22T15:08:41.646Z | Compiling iri-string v0.7.10 |
| 1529 | 2026-07-22T15:08:41.777Z | Compiling allocator-api2 v0.2.21 |
| 1530 | 2026-07-22T15:08:41.800Z | Compiling unicode-bidi v0.3.18 |
| 1531 | 2026-07-22T15:08:41.854Z | Compiling unicode-properties v0.1.4 |
| 1532 | 2026-07-22T15:08:42.050Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-07-22T15:08:42.109Z | Compiling miniz_oxide v0.8.9 |
| 1534 | 2026-07-22T15:08:42.123Z | Compiling stringprep v0.1.5 |
| 1535 | 2026-07-22T15:08:42.145Z | Compiling proptest v1.10.0 |
| 1536 | 2026-07-22T15:08:42.593Z | Compiling serde_urlencoded v0.7.1 |
| 1537 | 2026-07-22T15:08:42.822Z | Compiling tower-http v0.6.8 |
| 1538 | 2026-07-22T15:08:43.064Z | Compiling scroll v0.12.0 |
| 1539 | 2026-07-22T15:08:43.113Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-07-22T15:08:43.146Z | Compiling camino v1.2.2 |
| 1541 | 2026-07-22T15:08:43.249Z | Compiling tokio-native-tls v0.3.1 |
| 1542 | 2026-07-22T15:08:43.460Z | Compiling bstr v1.12.1 |
| 1543 | 2026-07-22T15:08:43.543Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-07-22T15:08:43.599Z | Compiling block-padding v0.4.2 |
| 1545 | 2026-07-22T15:08:43.719Z | Compiling darling_macro v0.23.0 |
| 1546 | 2026-07-22T15:08:43.808Z | Compiling crypto-common v0.2.2 |
| 1547 | 2026-07-22T15:08:43.964Z | Compiling block-buffer v0.12.1 |
| 1548 | 2026-07-22T15:08:44.094Z | Compiling rustls-native-certs v0.8.3 |
| 1549 | 2026-07-22T15:08:44.183Z | Compiling rand_chacha v0.3.1 |
| 1550 | 2026-07-22T15:08:44.183Z | Compiling serde_spanned v0.6.9 |
| 1551 | 2026-07-22T15:08:44.272Z | Compiling hex v0.4.3 |
| 1552 | 2026-07-22T15:08:44.288Z | Compiling serde_tokenstream v0.2.3 |
| 1553 | 2026-07-22T15:08:44.288Z | Compiling erased-serde v0.3.31 |
| 1554 | 2026-07-22T15:08:44.439Z | Compiling toml_datetime v0.6.11 |
| 1555 | 2026-07-22T15:08:44.530Z | Compiling signature v2.2.0 |
| 1556 | 2026-07-22T15:08:44.735Z | Compiling md-5 v0.10.6 |
| 1557 | 2026-07-22T15:08:44.846Z | Compiling curve25519-dalek v4.1.3 |
| 1558 | 2026-07-22T15:08:44.846Z | Compiling zerocopy-derive v0.7.35 |
| 1559 | 2026-07-22T15:08:44.979Z | Compiling pin-project-internal v1.1.11 |
| 1560 | 2026-07-22T15:08:44.979Z | Compiling async-trait v0.1.89 |
| 1561 | 2026-07-22T15:08:45.053Z | Compiling vergen-lib v9.1.0 |
| 1562 | 2026-07-22T15:08:45.290Z | Compiling hash32 v0.2.1 |
| 1563 | 2026-07-22T15:08:45.455Z | Compiling num-integer v0.1.46 |
| 1564 | 2026-07-22T15:08:45.550Z | Compiling memoffset v0.9.1 |
| 1565 | 2026-07-22T15:08:45.599Z | Compiling encoding_rs v0.8.35 |
| 1566 | 2026-07-22T15:08:45.729Z | Compiling smoltcp v0.9.1 |
| 1567 | 2026-07-22T15:08:45.799Z | Compiling mime v0.3.17 |
| 1568 | 2026-07-22T15:08:45.947Z | Compiling cfg_aliases v0.2.1 |
| 1569 | 2026-07-22T15:08:46.049Z | Compiling ref-cast v1.0.25 |
| 1570 | 2026-07-22T15:08:46.049Z | Compiling zlib-rs v0.6.2 |
| 1571 | 2026-07-22T15:08:46.181Z | Compiling rustix v0.38.44 |
| 1572 | 2026-07-22T15:08:46.184Z | Compiling num-bigint-dig v0.8.6 |
| 1573 | 2026-07-22T15:08:46.274Z | Compiling litrs v1.0.0 |
| 1574 | 2026-07-22T15:08:46.308Z | Compiling fallible-iterator v0.2.0 |
| 1575 | 2026-07-22T15:08:46.387Z | Compiling psl-types v2.0.11 |
| 1576 | 2026-07-22T15:08:46.517Z | Compiling publicsuffix v2.3.0 |
| 1577 | 2026-07-22T15:08:46.581Z | Compiling postgres-protocol v0.6.10 |
| 1578 | 2026-07-22T15:08:46.722Z | Compiling document-features v0.2.12 |
| 1579 | 2026-07-22T15:08:46.850Z | Compiling nix v0.31.2 |
| 1580 | 2026-07-22T15:08:47.021Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2026-07-22T15:08:47.115Z | Compiling pin-project v1.1.11 |
| 1582 | 2026-07-22T15:08:47.186Z | Compiling num-iter v0.1.45 |
| 1583 | 2026-07-22T15:08:47.283Z | Compiling zerocopy v0.7.35 |
| 1584 | 2026-07-22T15:08:47.396Z | Compiling newtype-uuid v1.3.2 |
| 1585 | 2026-07-22T15:08:47.453Z | Compiling rand v0.8.6 |
| 1586 | 2026-07-22T15:08:47.691Z | Compiling darling v0.23.0 |
| 1587 | 2026-07-22T15:08:47.797Z | Compiling oxnet v0.1.6 |
| 1588 | 2026-07-22T15:08:47.797Z | Compiling inout v0.2.2 |
| 1589 | 2026-07-22T15:08:47.797Z | Compiling derive_builder v0.20.2 |
| 1590 | 2026-07-22T15:08:47.797Z | Compiling hyper-tls v0.6.0 |
| 1591 | 2026-07-22T15:08:47.860Z | Compiling goblin v0.8.2 |
| 1592 | 2026-07-22T15:08:48.439Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-07-22T15:08:48.507Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-07-22T15:08:48.605Z | Compiling regex v1.12.3 |
| 1595 | 2026-07-22T15:08:48.627Z | Compiling anstyle-parse v0.2.7 |
| 1596 | 2026-07-22T15:08:48.636Z | Compiling futures-executor v0.3.32 |
| 1597 | 2026-07-22T15:08:48.671Z | Compiling terminal_size v0.4.3 |
| 1598 | 2026-07-22T15:08:48.808Z | Compiling ref-cast-impl v1.0.25 |
| 1599 | 2026-07-22T15:08:48.819Z | Compiling snafu-derive v0.8.9 |
| 1600 | 2026-07-22T15:08:48.904Z | Compiling flate2 v1.1.9 |
| 1601 | 2026-07-22T15:08:49.023Z | Compiling daft-derive v0.1.7 |
| 1602 | 2026-07-22T15:08:49.218Z | Compiling strum_macros v0.27.2 |
| 1603 | 2026-07-22T15:08:49.298Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1604 | 2026-07-22T15:08:49.354Z | Compiling vergen v9.1.0 |
| 1605 | 2026-07-22T15:08:49.600Z | Compiling cargo-platform v0.3.2 |
| 1606 | 2026-07-22T15:08:49.768Z | Compiling ff v0.13.1 |
| 1607 | 2026-07-22T15:08:49.850Z | Compiling fs-err v3.3.0 |
| 1608 | 2026-07-22T15:08:49.908Z | Compiling ahash v0.8.12 |
| 1609 | 2026-07-22T15:08:49.964Z | Compiling object v0.37.3 |
| 1610 | 2026-07-22T15:08:50.047Z | Compiling unicode-segmentation v1.12.0 |
| 1611 | 2026-07-22T15:08:50.116Z | Compiling same-file v1.0.6 |
| 1612 | 2026-07-22T15:08:50.262Z | Compiling foldhash v0.1.5 |
| 1613 | 2026-07-22T15:08:50.303Z | Compiling bitflags v1.3.2 |
| 1614 | 2026-07-22T15:08:50.352Z | Compiling winnow v0.5.40 |
| 1615 | 2026-07-22T15:08:50.416Z | Compiling base16ct v0.2.0 |
| 1616 | 2026-07-22T15:08:50.470Z | Compiling managed v0.8.0 |
| 1617 | 2026-07-22T15:08:50.579Z | Compiling foldhash v0.2.0 |
| 1618 | 2026-07-22T15:08:50.643Z | Compiling libbz2-rs-sys v0.2.2 |
| 1619 | 2026-07-22T15:08:50.766Z | Compiling bumpalo v3.20.2 |
| 1620 | 2026-07-22T15:08:50.807Z | Compiling snafu v0.8.9 |
| 1621 | 2026-07-22T15:08:50.981Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-07-22T15:08:51.157Z | Compiling bzip2 v0.6.1 |
| 1623 | 2026-07-22T15:08:51.180Z | Compiling strum v0.27.2 |
| 1624 | 2026-07-22T15:08:51.298Z | Compiling hashbrown v0.16.1 |
| 1625 | 2026-07-22T15:08:51.349Z | Compiling sec1 v0.7.3 |
| 1626 | 2026-07-22T15:08:51.393Z | Compiling clap_builder v4.6.0 |
| 1627 | 2026-07-22T15:08:51.599Z | Compiling toml_edit v0.19.15 |
| 1628 | 2026-07-22T15:08:51.622Z | Compiling hashbrown v0.15.5 |
| 1629 | 2026-07-22T15:08:51.790Z | Compiling walkdir v2.5.0 |
| 1630 | 2026-07-22T15:08:51.897Z | Compiling dof v0.3.0 |
| 1631 | 2026-07-22T15:08:52.154Z | Compiling group v0.13.0 |
| 1632 | 2026-07-22T15:08:52.170Z | Compiling daft v0.1.7 |
| 1633 | 2026-07-22T15:08:52.329Z | Compiling cargo_metadata v0.23.1 |
| 1634 | 2026-07-22T15:08:52.562Z | Compiling futures v0.3.32 |
| 1635 | 2026-07-22T15:08:52.593Z | Compiling anstream v0.6.21 |
| 1636 | 2026-07-22T15:08:52.673Z | Compiling phf v0.13.1 |
| 1637 | 2026-07-22T15:08:52.931Z | Compiling signal-hook-mio v0.2.5 |
| 1638 | 2026-07-22T15:08:53.059Z | Compiling cookie_store v0.22.1 |
| 1639 | 2026-07-22T15:08:53.233Z | Compiling zstd v0.13.3 |
| 1640 | 2026-07-22T15:08:53.508Z | Compiling bzip2 v0.4.4 |
| 1641 | 2026-07-22T15:08:53.707Z | Compiling reqwest v0.12.28 |
| 1642 | 2026-07-22T15:08:53.721Z | Compiling cipher v0.5.2 |
| 1643 | 2026-07-22T15:08:53.721Z | Compiling serde_with_macros v3.21.0 |
| 1644 | 2026-07-22T15:08:54.024Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-07-22T15:08:54.253Z | Compiling postgres-types v0.2.12 |
| 1646 | 2026-07-22T15:08:54.342Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-07-22T15:08:54.802Z | Compiling usdt-macro v0.6.0 |
| 1648 | 2026-07-22T15:08:54.863Z | Compiling usdt-attr-macro v0.6.0 |
| 1649 | 2026-07-22T15:08:55.163Z | Compiling globset v0.4.18 |
| 1650 | 2026-07-22T15:08:55.218Z | Compiling dtrace-parser v0.2.0 |
| 1651 | 2026-07-22T15:08:55.503Z | Compiling phf_shared v0.11.3 |
| 1652 | 2026-07-22T15:08:55.582Z | Compiling hkdf v0.12.4 |
| 1653 | 2026-07-22T15:08:55.613Z | Compiling pkcs1 v0.7.5 |
| 1654 | 2026-07-22T15:08:55.667Z | Compiling olpc-cjson v0.1.4 |
| 1655 | 2026-07-22T15:08:55.727Z | Compiling serde-big-array v0.5.1 |
| 1656 | 2026-07-22T15:08:55.821Z | Compiling serde_plain v1.0.2 |
| 1657 | 2026-07-22T15:08:55.829Z | Compiling crypto-bigint v0.5.5 |
| 1658 | 2026-07-22T15:08:55.848Z | Compiling pem v3.0.6 |
| 1659 | 2026-07-22T15:08:55.956Z | Compiling enum-as-inner v0.6.1 |
| 1660 | 2026-07-22T15:08:56.032Z | Compiling serde_repr v0.1.20 |
| 1661 | 2026-07-22T15:08:56.032Z | Compiling async-recursion v1.1.1 |
| 1662 | 2026-07-22T15:08:56.174Z | Compiling clap_derive v4.6.1 |
| 1663 | 2026-07-22T15:08:56.442Z | Compiling strum_macros v0.26.4 |
| 1664 | 2026-07-22T15:08:56.523Z | Compiling float-cmp v0.10.0 |
| 1665 | 2026-07-22T15:08:56.652Z | Compiling thread-id v4.2.2 |
| 1666 | 2026-07-22T15:08:56.693Z | Compiling memmap2 v0.9.10 |
| 1667 | 2026-07-22T15:08:56.735Z | Compiling env_filter v1.0.0 |
| 1668 | 2026-07-22T15:08:56.878Z | Compiling jiff v0.2.21 |
| 1669 | 2026-07-22T15:08:57.069Z | Compiling normalize-line-endings v0.3.0 |
| 1670 | 2026-07-22T15:08:57.128Z | Compiling winnow v1.0.3 |
| 1671 | 2026-07-22T15:08:57.376Z | Compiling fixedbitset v0.5.7 |
| 1672 | 2026-07-22T15:08:57.462Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-07-22T15:08:57.672Z | Compiling difflib v0.4.0 |
| 1674 | 2026-07-22T15:08:57.912Z | Compiling precomputed-hash v0.1.1 |
| 1675 | 2026-07-22T15:08:57.938Z | Compiling either v1.15.0 |
| 1676 | 2026-07-22T15:08:57.993Z | Compiling whoami v2.1.0 |
| 1677 | 2026-07-22T15:08:58.133Z | Compiling keccak v0.1.6 |
| 1678 | 2026-07-22T15:08:58.213Z | Compiling new_debug_unreachable v1.0.6 |
| 1679 | 2026-07-22T15:08:58.220Z | Compiling data-encoding v2.10.0 |
| 1680 | 2026-07-22T15:08:58.268Z | Compiling static_assertions v1.1.0 |
| 1681 | 2026-07-22T15:08:58.350Z | Compiling const-oid v0.10.2 |
| 1682 | 2026-07-22T15:08:58.386Z | Compiling fixedbitset v0.4.2 |
| 1683 | 2026-07-22T15:08:58.433Z | Compiling predicates-core v1.0.10 |
| 1684 | 2026-07-22T15:08:58.549Z | Compiling cpufeatures v0.3.0 |
| 1685 | 2026-07-22T15:08:58.593Z | Compiling predicates v3.1.4 |
| 1686 | 2026-07-22T15:08:58.593Z | Compiling hickory-proto v0.25.2 |
| 1687 | 2026-07-22T15:08:58.623Z | Compiling chacha20 v0.10.0 |
| 1688 | 2026-07-22T15:08:58.705Z | Compiling petgraph v0.6.5 |
| 1689 | 2026-07-22T15:08:58.894Z | Compiling digest v0.11.3 |
| 1690 | 2026-07-22T15:08:58.930Z | Compiling sha3 v0.10.8 |
| 1691 | 2026-07-22T15:08:58.981Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-22T15:08:59.118Z | Compiling string_cache v0.8.9 |
| 1693 | 2026-07-22T15:08:59.240Z | Compiling tokio-postgres v0.7.16 |
| 1694 | 2026-07-22T15:08:59.343Z | Compiling toml_edit v0.22.27 |
| 1695 | 2026-07-22T15:08:59.382Z | Compiling strum v0.26.3 |
| 1696 | 2026-07-22T15:08:59.513Z | Compiling zip v4.6.1 |
| 1697 | 2026-07-22T15:09:00.217Z | Compiling itertools v0.13.0 |
| 1698 | 2026-07-22T15:09:00.455Z | Compiling clap v4.6.1 |
| 1699 | 2026-07-22T15:09:00.538Z | Compiling petgraph v0.8.3 |
| 1700 | 2026-07-22T15:09:01.058Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1701 | 2026-07-22T15:09:01.439Z | Compiling env_logger v0.11.9 |
| 1702 | 2026-07-22T15:09:01.454Z | Compiling usdt v0.6.0 |
| 1703 | 2026-07-22T15:09:01.692Z | Compiling elliptic-curve v0.13.8 |
| 1704 | 2026-07-22T15:09:01.704Z | Compiling usdt-impl v0.5.0 |
| 1705 | 2026-07-22T15:09:01.774Z | Compiling rsa v0.9.10 |
| 1706 | 2026-07-22T15:09:01.788Z | Compiling crossterm v0.28.1 |
| 1707 | 2026-07-22T15:09:02.022Z | Compiling serde_with v3.21.0 |
| 1708 | 2026-07-22T15:09:02.085Z | Compiling ed25519-dalek v2.2.0 |
| 1709 | 2026-07-22T15:09:02.476Z | Compiling zip v0.6.6 |
| 1710 | 2026-07-22T15:09:03.041Z | Compiling toml v0.7.8 |
| 1711 | 2026-07-22T15:09:03.062Z | Compiling iddqd v0.4.2 |
| 1712 | 2026-07-22T15:09:03.559Z | Compiling similar v2.7.0 |
| 1713 | 2026-07-22T15:09:03.654Z | Compiling heck v0.4.1 |
| 1714 | 2026-07-22T15:09:03.833Z | Compiling byte-wrapper v0.1.0 |
| 1715 | 2026-07-22T15:09:03.888Z | Compiling crossbeam-epoch v0.9.18 |
| 1716 | 2026-07-22T15:09:03.965Z | Compiling tokio-stream v0.1.18 |
| 1717 | 2026-07-22T15:09:04.169Z | Compiling buf-list v1.1.2 |
| 1718 | 2026-07-22T15:09:04.219Z | Compiling x509-cert v0.2.5 |
| 1719 | 2026-07-22T15:09:04.367Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1720 | 2026-07-22T15:09:04.475Z | Compiling openapiv3 v2.2.0 |
| 1721 | 2026-07-22T15:09:04.488Z | Compiling lalrpop-util v0.19.12 |
| 1722 | 2026-07-22T15:09:04.488Z | Compiling peg-runtime v0.8.5 |
| 1723 | 2026-07-22T15:09:04.638Z | Compiling thread_local v1.1.9 |
| 1724 | 2026-07-22T15:09:04.650Z | Compiling slog-async v2.8.0 |
| 1725 | 2026-07-22T15:09:04.742Z | Compiling crossbeam-channel v0.5.15 |
| 1726 | 2026-07-22T15:09:04.896Z | Compiling filetime v0.2.27 |
| 1727 | 2026-07-22T15:09:04.979Z | Compiling is-terminal v0.4.17 |
| 1728 | 2026-07-22T15:09:05.071Z | Compiling term v1.2.1 |
| 1729 | 2026-07-22T15:09:05.106Z | Compiling take_mut v0.2.2 |
| 1730 | 2026-07-22T15:09:05.106Z | Compiling xattr v1.6.1 |
| 1731 | 2026-07-22T15:09:05.175Z | Compiling camino-tempfile v1.4.1 |
| 1732 | 2026-07-22T15:09:05.257Z | Compiling tar v0.4.46 |
| 1733 | 2026-07-22T15:09:05.389Z | Compiling slog-term v2.9.2 |
| 1734 | 2026-07-22T15:09:15.339Z | Compiling rustls-webpki v0.103.13 |
| 1735 | 2026-07-22T15:09:18.065Z | Compiling tokio-rustls v0.26.4 |
| 1736 | 2026-07-22T15:09:18.065Z | Compiling rustls-platform-verifier v0.6.2 |
| 1737 | 2026-07-22T15:09:18.065Z | Compiling tough v0.22.0 |
| 1738 | 2026-07-22T15:09:18.264Z | Compiling hyper-rustls v0.27.7 |
| 1739 | 2026-07-22T15:09:18.476Z | Compiling reqwest v0.13.2 |
| 1740 | 2026-07-22T15:09:20.663Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1741 | 2026-07-22T15:09:20.883Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1742 | 2026-07-22T15:09:23.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1743 | 2026-07-22T15:09:23.815Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1744 | 2026-07-22T15:09:23.866Z | Jul 22 15:09:22.901 INFO Starting download, target: Console |
| 1745 | 2026-07-22T15:09:23.866Z | Jul 22 15:09:22.902 INFO Starting download, target: Cockroach |
| 1746 | 2026-07-22T15:09:23.866Z | Jul 22 15:09:22.902 INFO Starting download, target: DendriteStub |
| 1747 | 2026-07-22T15:09:23.866Z | Jul 22 15:09:22.902 INFO Starting download, target: Clickhouse |
| 1748 | 2026-07-22T15:09:23.869Z | Jul 22 15:09:22.902 INFO Starting download, target: MaghemiteMgd |
| 1749 | 2026-07-22T15:09:23.869Z | Jul 22 15:09:22.902 INFO Starting download, target: MaghemiteDdmd |
| 1750 | 2026-07-22T15:09:23.869Z | Jul 22 15:09:22.902 INFO Starting download, target: TransceiverControl |
| 1751 | 2026-07-22T15:09:23.869Z | Jul 22 15:09:22.902 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1752 | 2026-07-22T15:09:23.870Z | Jul 22 15:09:22.902 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1753 | 2026-07-22T15:09:23.870Z | Jul 22 15:09:22.902 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1754 | 2026-07-22T15:09:23.870Z | Jul 22 15:09:22.902 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1755 | 2026-07-22T15:09:23.870Z | Jul 22 15:09:22.902 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1756 | 2026-07-22T15:09:23.870Z | Jul 22 15:09:22.902 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1757 | 2026-07-22T15:09:23.870Z | Jul 22 15:09:22.902 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1758 | 2026-07-22T15:09:24.346Z | Jul 22 15:09:23.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1759 | 2026-07-22T15:09:24.546Z | Jul 22 15:09:23.569 INFO Download complete, target: TransceiverControl |
| 1760 | 2026-07-22T15:09:25.419Z | Jul 22 15:09:24.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1761 | 2026-07-22T15:09:25.511Z | Jul 22 15:09:24.543 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1762 | 2026-07-22T15:09:25.740Z | Jul 22 15:09:24.776 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1763 | 2026-07-22T15:09:25.926Z | Jul 22 15:09:24.962 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1764 | 2026-07-22T15:09:26.181Z | Jul 22 15:09:25.217 INFO Download complete, target: Console |
| 1765 | 2026-07-22T15:09:26.223Z | Jul 22 15:09:25.259 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1766 | 2026-07-22T15:09:26.262Z | Jul 22 15:09:25.298 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1767 | 2026-07-22T15:09:26.263Z | Jul 22 15:09:25.298 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1768 | 2026-07-22T15:09:27.593Z | Jul 22 15:09:26.629 INFO Download complete, target: MaghemiteDdmd |
| 1769 | 2026-07-22T15:09:27.892Z | Jul 22 15:09:26.928 INFO Download complete, target: DendriteStub |
| 1770 | 2026-07-22T15:09:28.448Z | Jul 22 15:09:27.484 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-07-22T15:09:30.921Z | Jul 22 15:09:29.948 INFO Checking that binary works, target: Cockroach |
| 1772 | 2026-07-22T15:09:31.047Z | Jul 22 15:09:30.062 INFO Download complete, target: Cockroach |
| 1773 | 2026-07-22T15:09:32.907Z | Jul 22 15:09:31.942 INFO Checking that binary works, target: Clickhouse |
| 1774 | 2026-07-22T15:09:33.039Z | Jul 22 15:09:32.075 INFO Download complete, target: Clickhouse |
| 1775 | 2026-07-22T15:09:33.056Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1776 | 2026-07-22T15:09:33.060Z | |
| 1777 | 2026-07-22T15:09:33.060Z | real 2:01.801816089 |
| 1778 | 2026-07-22T15:09:33.060Z | user 6:34.369404858 |
| 1779 | 2026-07-22T15:09:33.060Z | sys 1:20.518015031 |
| 1780 | 2026-07-22T15:09:33.060Z | trap 0.235117999 |
| 1781 | 2026-07-22T15:09:33.060Z | tflt 0.464888243 |
| 1782 | 2026-07-22T15:09:33.060Z | dflt 0.905800350 |
| 1783 | 2026-07-22T15:09:33.060Z | kflt 0.026813976 |
| 1784 | 2026-07-22T15:09:33.060Z | lock 22:05.514151571 |
| 1785 | 2026-07-22T15:09:33.060Z | slp 19:56.560176719 |
| 1786 | 2026-07-22T15:09:33.060Z | lat 42.379029411 |
| 1787 | 2026-07-22T15:09:33.060Z | stop 1:55.824652844 |
| 1788 | 2026-07-22T15:09:33.060Z | + banner hack-check |
| 1789 | 2026-07-22T15:09:33.060Z | |
| 1790 | 2026-07-22T15:09:33.060Z | # # ## #### # # #### # # ###### #### # # |
| 1791 | 2026-07-22T15:09:33.060Z | # # # # # # # # # # # # # # # # # |
| 1792 | 2026-07-22T15:09:33.060Z | ###### # # # #### ##### # ###### ##### # #### |
| 1793 | 2026-07-22T15:09:33.060Z | # # ###### # # # # # # # # # # |
| 1794 | 2026-07-22T15:09:33.060Z | # # # # # # # # # # # # # # # # # |
| 1795 | 2026-07-22T15:09:33.060Z | # # # # #### # # #### # # ###### #### # # |
| 1796 | 2026-07-22T15:09:33.060Z | |
| 1797 | 2026-07-22T15:09:33.060Z | + export CARGO_INCREMENTAL=0 |
| 1798 | 2026-07-22T15:09:33.061Z | + CARGO_INCREMENTAL=0 |
| 1799 | 2026-07-22T15:09:33.061Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1800 | 2026-07-22T15:09:33.508Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1801 | 2026-07-22T15:09:33.792Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1802 | 2026-07-22T15:09:35.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 1803 | 2026-07-22T15:09:35.625Z | Running `target/debug/xtask check-features --ci` |
| 1804 | 2026-07-22T15:09:35.680Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1805 | 2026-07-22T15:09:35.680Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1806 | 2026-07-22T15:09:36.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1807 | 2026-07-22T15:09:36.050Z | Running `target/debug/xtask download cargo-hack` |
| 1808 | 2026-07-22T15:09:36.776Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1809 | 2026-07-22T15:09:37.097Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1810 | 2026-07-22T15:09:39.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 1811 | 2026-07-22T15:09:39.755Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1812 | 2026-07-22T15:09:39.796Z | Jul 22 15:09:38.832 INFO Starting download, target: CargoHack |
| 1813 | 2026-07-22T15:09:39.799Z | Jul 22 15:09:38.832 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1814 | 2026-07-22T15:09:39.991Z | Jul 22 15:09:39.026 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1815 | 2026-07-22T15:09:40.041Z | Jul 22 15:09:39.076 INFO Download complete, target: CargoHack |
| 1816 | 2026-07-22T15:09:40.044Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1817 | 2026-07-22T15:09:40.056Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1818 | 2026-07-22T15:09:40.209Z | info: running `cargo check --bins` on api_identity (1/300) |
| 1819 | 2026-07-22T15:09:40.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-07-22T15:09:40.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-07-22T15:09:40.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-07-22T15:09:40.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1823 | 2026-07-22T15:09:40.751Z | |
| 1824 | 2026-07-22T15:09:40.752Z | info: running `cargo check --bins` on bootstore (2/300) |
| 1825 | 2026-07-22T15:09:41.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-07-22T15:09:41.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-07-22T15:09:41.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-07-22T15:09:41.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1829 | 2026-07-22T15:09:41.216Z | |
| 1830 | 2026-07-22T15:09:41.216Z | info: running `cargo check --bins` on omicron-ledger (3/300) |
| 1831 | 2026-07-22T15:09:41.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-07-22T15:09:41.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-07-22T15:09:41.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-07-22T15:09:41.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1835 | 2026-07-22T15:09:41.719Z | |
| 1836 | 2026-07-22T15:09:41.719Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300) |
| 1837 | 2026-07-22T15:09:42.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-07-22T15:09:42.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-07-22T15:09:42.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-07-22T15:09:42.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1841 | 2026-07-22T15:09:42.228Z | |
| 1842 | 2026-07-22T15:09:42.228Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300) |
| 1843 | 2026-07-22T15:09:42.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-07-22T15:09:42.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-07-22T15:09:42.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-07-22T15:09:42.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1847 | 2026-07-22T15:09:42.740Z | |
| 1848 | 2026-07-22T15:09:42.740Z | info: running `cargo check --bins` on omicron-certificates (6/300) |
| 1849 | 2026-07-22T15:09:43.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-07-22T15:09:43.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-07-22T15:09:43.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-07-22T15:09:43.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1853 | 2026-07-22T15:09:43.273Z | |
| 1854 | 2026-07-22T15:09:43.273Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/300) |
| 1855 | 2026-07-22T15:09:43.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-07-22T15:09:43.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-07-22T15:09:43.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-07-22T15:09:43.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1859 | 2026-07-22T15:09:43.788Z | |
| 1860 | 2026-07-22T15:09:43.788Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300) |
| 1861 | 2026-07-22T15:09:44.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-07-22T15:09:44.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-07-22T15:09:44.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-07-22T15:09:44.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1865 | 2026-07-22T15:09:44.307Z | |
| 1866 | 2026-07-22T15:09:44.307Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300) |
| 1867 | 2026-07-22T15:09:44.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-07-22T15:09:44.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-07-22T15:09:44.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-07-22T15:09:44.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1871 | 2026-07-22T15:09:44.698Z | |
| 1872 | 2026-07-22T15:09:44.698Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300) |
| 1873 | 2026-07-22T15:09:45.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-07-22T15:09:45.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-07-22T15:09:45.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-07-22T15:09:45.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1877 | 2026-07-22T15:09:45.092Z | |
| 1878 | 2026-07-22T15:09:45.092Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300) |
| 1879 | 2026-07-22T15:09:45.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-07-22T15:09:45.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-07-22T15:09:45.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-07-22T15:09:45.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1883 | 2026-07-22T15:09:45.482Z | |
| 1884 | 2026-07-22T15:09:45.482Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300) |
| 1885 | 2026-07-22T15:09:45.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-07-22T15:09:45.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-07-22T15:09:45.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-07-22T15:09:45.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1889 | 2026-07-22T15:09:45.872Z | |
| 1890 | 2026-07-22T15:09:45.872Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300) |
| 1891 | 2026-07-22T15:09:46.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-07-22T15:09:46.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-07-22T15:09:46.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-07-22T15:09:46.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1895 | 2026-07-22T15:09:46.263Z | |
| 1896 | 2026-07-22T15:09:46.263Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300) |
| 1897 | 2026-07-22T15:09:46.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-07-22T15:09:46.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-07-22T15:09:46.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-07-22T15:09:46.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1901 | 2026-07-22T15:09:46.654Z | |
| 1902 | 2026-07-22T15:09:46.654Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300) |
| 1903 | 2026-07-22T15:09:46.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-07-22T15:09:47.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-07-22T15:09:47.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-07-22T15:09:47.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1907 | 2026-07-22T15:09:47.047Z | |
| 1908 | 2026-07-22T15:09:47.047Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300) |
| 1909 | 2026-07-22T15:09:47.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-07-22T15:09:47.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-07-22T15:09:47.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-07-22T15:09:47.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1913 | 2026-07-22T15:09:47.446Z | |
| 1914 | 2026-07-22T15:09:47.446Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300) |
| 1915 | 2026-07-22T15:09:47.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-07-22T15:09:47.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-07-22T15:09:47.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-07-22T15:09:47.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1919 | 2026-07-22T15:09:47.831Z | |
| 1920 | 2026-07-22T15:09:47.831Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300) |
| 1921 | 2026-07-22T15:09:48.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-07-22T15:09:48.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-07-22T15:09:48.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-07-22T15:09:48.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1925 | 2026-07-22T15:09:48.230Z | |
| 1926 | 2026-07-22T15:09:48.230Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300) |
| 1927 | 2026-07-22T15:09:48.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-07-22T15:09:48.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-07-22T15:09:48.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-07-22T15:09:48.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1931 | 2026-07-22T15:09:48.619Z | |
| 1932 | 2026-07-22T15:09:48.619Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300) |
| 1933 | 2026-07-22T15:09:48.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-07-22T15:09:48.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-07-22T15:09:48.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-07-22T15:09:48.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1937 | 2026-07-22T15:09:49.015Z | |
| 1938 | 2026-07-22T15:09:49.015Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300) |
| 1939 | 2026-07-22T15:09:49.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-07-22T15:09:49.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-07-22T15:09:49.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-07-22T15:09:49.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1943 | 2026-07-22T15:09:49.408Z | |
| 1944 | 2026-07-22T15:09:49.408Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300) |
| 1945 | 2026-07-22T15:09:49.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-07-22T15:09:49.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-07-22T15:09:49.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-07-22T15:09:49.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1949 | 2026-07-22T15:09:49.807Z | |
| 1950 | 2026-07-22T15:09:49.807Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300) |
| 1951 | 2026-07-22T15:09:50.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-07-22T15:09:50.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-07-22T15:09:50.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-07-22T15:09:50.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1955 | 2026-07-22T15:09:50.198Z | |
| 1956 | 2026-07-22T15:09:50.198Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300) |
| 1957 | 2026-07-22T15:09:50.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-07-22T15:09:50.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-07-22T15:09:50.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-07-22T15:09:50.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1961 | 2026-07-22T15:09:50.591Z | |
| 1962 | 2026-07-22T15:09:50.591Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300) |
| 1963 | 2026-07-22T15:09:50.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-07-22T15:09:50.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-07-22T15:09:50.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-07-22T15:09:50.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1967 | 2026-07-22T15:09:50.986Z | |
| 1968 | 2026-07-22T15:09:50.986Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300) |
| 1969 | 2026-07-22T15:09:51.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-07-22T15:09:51.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-07-22T15:09:51.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-07-22T15:09:51.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1973 | 2026-07-22T15:09:51.381Z | |
| 1974 | 2026-07-22T15:09:51.381Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300) |
| 1975 | 2026-07-22T15:09:51.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-07-22T15:09:51.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-07-22T15:09:51.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-07-22T15:09:51.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1979 | 2026-07-22T15:09:51.771Z | |
| 1980 | 2026-07-22T15:09:51.772Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300) |
| 1981 | 2026-07-22T15:09:52.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-07-22T15:09:52.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-07-22T15:09:52.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-07-22T15:09:52.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1985 | 2026-07-22T15:09:52.169Z | |
| 1986 | 2026-07-22T15:09:52.169Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300) |
| 1987 | 2026-07-22T15:09:52.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-07-22T15:09:52.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-07-22T15:09:52.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-07-22T15:09:52.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1991 | 2026-07-22T15:09:52.563Z | |
| 1992 | 2026-07-22T15:09:52.563Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300) |
| 1993 | 2026-07-22T15:09:52.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-07-22T15:09:52.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-07-22T15:09:52.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-07-22T15:09:52.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1997 | 2026-07-22T15:09:52.954Z | |
| 1998 | 2026-07-22T15:09:52.955Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300) |
| 1999 | 2026-07-22T15:09:53.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-07-22T15:09:53.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-07-22T15:09:53.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-07-22T15:09:53.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2003 | 2026-07-22T15:09:53.347Z | |
| 2004 | 2026-07-22T15:09:53.347Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300) |
| 2005 | 2026-07-22T15:09:53.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-07-22T15:09:53.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-07-22T15:09:53.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-07-22T15:09:53.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2009 | 2026-07-22T15:09:53.739Z | |
| 2010 | 2026-07-22T15:09:53.739Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300) |
| 2011 | 2026-07-22T15:09:54.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-07-22T15:09:54.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-07-22T15:09:54.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-07-22T15:09:54.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2015 | 2026-07-22T15:09:54.133Z | |
| 2016 | 2026-07-22T15:09:54.133Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300) |
| 2017 | 2026-07-22T15:09:54.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-07-22T15:09:54.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-07-22T15:09:54.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-07-22T15:09:54.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2021 | 2026-07-22T15:09:54.527Z | |
| 2022 | 2026-07-22T15:09:54.527Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300) |
| 2023 | 2026-07-22T15:09:54.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-07-22T15:09:54.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-07-22T15:09:54.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-07-22T15:09:54.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2027 | 2026-07-22T15:09:54.916Z | |
| 2028 | 2026-07-22T15:09:54.916Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300) |
| 2029 | 2026-07-22T15:09:55.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-07-22T15:09:55.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-07-22T15:09:55.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-07-22T15:09:55.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2033 | 2026-07-22T15:09:55.308Z | |
| 2034 | 2026-07-22T15:09:55.308Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300) |
| 2035 | 2026-07-22T15:09:55.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-07-22T15:09:55.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-07-22T15:09:55.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-07-22T15:09:55.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2039 | 2026-07-22T15:09:55.736Z | |
| 2040 | 2026-07-22T15:09:55.736Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300) |
| 2041 | 2026-07-22T15:09:56.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-07-22T15:09:56.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-07-22T15:09:56.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-07-22T15:09:56.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2045 | 2026-07-22T15:09:56.094Z | |
| 2046 | 2026-07-22T15:09:56.094Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300) |
| 2047 | 2026-07-22T15:09:56.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-07-22T15:09:56.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-07-22T15:09:56.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-07-22T15:09:56.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2051 | 2026-07-22T15:09:56.488Z | |
| 2052 | 2026-07-22T15:09:56.488Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300) |
| 2053 | 2026-07-22T15:09:56.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-07-22T15:09:56.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-07-22T15:09:56.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-07-22T15:09:56.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2057 | 2026-07-22T15:09:56.881Z | |
| 2058 | 2026-07-22T15:09:56.881Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300) |
| 2059 | 2026-07-22T15:09:57.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-07-22T15:09:57.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-07-22T15:09:57.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-07-22T15:09:57.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2063 | 2026-07-22T15:09:57.273Z | |
| 2064 | 2026-07-22T15:09:57.273Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300) |
| 2065 | 2026-07-22T15:09:57.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-07-22T15:09:57.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-07-22T15:09:57.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-07-22T15:09:57.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2069 | 2026-07-22T15:09:57.666Z | |
| 2070 | 2026-07-22T15:09:57.666Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300) |
| 2071 | 2026-07-22T15:09:58.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-07-22T15:09:58.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-07-22T15:09:58.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-07-22T15:09:58.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2075 | 2026-07-22T15:09:58.058Z | |
| 2076 | 2026-07-22T15:09:58.058Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300) |
| 2077 | 2026-07-22T15:09:58.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-07-22T15:09:58.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-07-22T15:09:58.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-07-22T15:09:58.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2081 | 2026-07-22T15:09:58.452Z | |
| 2082 | 2026-07-22T15:09:58.452Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300) |
| 2083 | 2026-07-22T15:09:58.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-07-22T15:09:58.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-07-22T15:09:58.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-07-22T15:09:58.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2087 | 2026-07-22T15:09:58.847Z | |
| 2088 | 2026-07-22T15:09:58.847Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300) |
| 2089 | 2026-07-22T15:09:59.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-07-22T15:09:59.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-07-22T15:09:59.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-07-22T15:09:59.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2093 | 2026-07-22T15:09:59.240Z | |
| 2094 | 2026-07-22T15:09:59.240Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300) |
| 2095 | 2026-07-22T15:09:59.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-07-22T15:09:59.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-07-22T15:09:59.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-07-22T15:09:59.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2099 | 2026-07-22T15:09:59.634Z | |
| 2100 | 2026-07-22T15:09:59.634Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300) |
| 2101 | 2026-07-22T15:09:59.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-07-22T15:09:59.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-07-22T15:09:59.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-07-22T15:09:59.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2105 | 2026-07-22T15:10:00.028Z | |
| 2106 | 2026-07-22T15:10:00.028Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300) |
| 2107 | 2026-07-22T15:10:00.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-07-22T15:10:00.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-07-22T15:10:00.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-07-22T15:10:00.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2111 | 2026-07-22T15:10:00.588Z | |
| 2112 | 2026-07-22T15:10:00.588Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300) |
| 2113 | 2026-07-22T15:10:01.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-07-22T15:10:01.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-07-22T15:10:01.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-07-22T15:10:01.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2117 | 2026-07-22T15:10:01.156Z | |
| 2118 | 2026-07-22T15:10:01.156Z | info: running `cargo check --bins` on nexus-config (51/300) |
| 2119 | 2026-07-22T15:10:01.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-07-22T15:10:01.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-07-22T15:10:01.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-07-22T15:10:01.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2123 | 2026-07-22T15:10:01.712Z | |
| 2124 | 2026-07-22T15:10:01.712Z | info: running `cargo check --bins` on nexus-types (52/300) |
| 2125 | 2026-07-22T15:10:02.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-07-22T15:10:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-07-22T15:10:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-07-22T15:10:02.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2129 | 2026-07-22T15:10:02.275Z | |
| 2130 | 2026-07-22T15:10:02.275Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300) |
| 2131 | 2026-07-22T15:10:02.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-07-22T15:10:02.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-07-22T15:10:02.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-07-22T15:10:02.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2135 | 2026-07-22T15:10:02.803Z | |
| 2136 | 2026-07-22T15:10:02.803Z | info: running `cargo check --bins` on omicron-passwords (54/300) |
| 2137 | 2026-07-22T15:10:03.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-07-22T15:10:03.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-07-22T15:10:03.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-07-22T15:10:03.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2141 | 2026-07-22T15:10:03.314Z | |
| 2142 | 2026-07-22T15:10:03.314Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/300) |
| 2143 | 2026-07-22T15:10:03.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-07-22T15:10:03.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-07-22T15:10:03.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-07-22T15:10:03.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2147 | 2026-07-22T15:10:03.843Z | |
| 2148 | 2026-07-22T15:10:03.843Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300) |
| 2149 | 2026-07-22T15:10:04.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-07-22T15:10:04.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-07-22T15:10:04.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-07-22T15:10:04.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2153 | 2026-07-22T15:10:04.371Z | |
| 2154 | 2026-07-22T15:10:04.371Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300) |
| 2155 | 2026-07-22T15:10:04.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-07-22T15:10:04.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-07-22T15:10:04.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-07-22T15:10:04.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2159 | 2026-07-22T15:10:04.904Z | |
| 2160 | 2026-07-22T15:10:04.904Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300) |
| 2161 | 2026-07-22T15:10:05.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-07-22T15:10:05.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-07-22T15:10:05.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-07-22T15:10:05.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2165 | 2026-07-22T15:10:05.438Z | |
| 2166 | 2026-07-22T15:10:05.438Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300) |
| 2167 | 2026-07-22T15:10:05.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-07-22T15:10:05.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-07-22T15:10:05.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-07-22T15:10:05.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2171 | 2026-07-22T15:10:05.943Z | |
| 2172 | 2026-07-22T15:10:05.943Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300) |
| 2173 | 2026-07-22T15:10:06.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-07-22T15:10:06.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-07-22T15:10:06.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-07-22T15:10:06.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2177 | 2026-07-22T15:10:06.454Z | |
| 2178 | 2026-07-22T15:10:06.454Z | info: running `cargo check --bins --no-default-features` on gfss (61/300) |
| 2179 | 2026-07-22T15:10:06.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-07-22T15:10:06.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-07-22T15:10:06.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-07-22T15:10:06.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2183 | 2026-07-22T15:10:06.968Z | |
| 2184 | 2026-07-22T15:10:06.968Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300) |
| 2185 | 2026-07-22T15:10:07.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-07-22T15:10:07.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-07-22T15:10:07.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-07-22T15:10:07.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2189 | 2026-07-22T15:10:07.475Z | |
| 2190 | 2026-07-22T15:10:07.475Z | info: running `cargo check --bins` on clickhouse-admin-types (63/300) |
| 2191 | 2026-07-22T15:10:07.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-07-22T15:10:07.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-07-22T15:10:07.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-07-22T15:10:07.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2195 | 2026-07-22T15:10:07.996Z | |
| 2196 | 2026-07-22T15:10:07.996Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/300) |
| 2197 | 2026-07-22T15:10:08.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-07-22T15:10:08.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-07-22T15:10:08.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-07-22T15:10:08.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2201 | 2026-07-22T15:10:08.520Z | |
| 2202 | 2026-07-22T15:10:08.520Z | info: running `cargo check --bins` on cockroach-admin-types (65/300) |
| 2203 | 2026-07-22T15:10:08.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-07-22T15:10:08.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-07-22T15:10:08.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-07-22T15:10:08.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2207 | 2026-07-22T15:10:09.030Z | |
| 2208 | 2026-07-22T15:10:09.030Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/300) |
| 2209 | 2026-07-22T15:10:09.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-07-22T15:10:09.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-07-22T15:10:09.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-07-22T15:10:09.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2213 | 2026-07-22T15:10:09.534Z | |
| 2214 | 2026-07-22T15:10:09.534Z | info: running `cargo check --bins` on ereport-types (67/300) |
| 2215 | 2026-07-22T15:10:09.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-07-22T15:10:09.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-07-22T15:10:09.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-07-22T15:10:09.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2219 | 2026-07-22T15:10:10.068Z | |
| 2220 | 2026-07-22T15:10:10.068Z | info: running `cargo check --bins` on gateway-client (68/300) |
| 2221 | 2026-07-22T15:10:10.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-07-22T15:10:10.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-07-22T15:10:10.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-07-22T15:10:10.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2225 | 2026-07-22T15:10:10.568Z | |
| 2226 | 2026-07-22T15:10:10.568Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/300) |
| 2227 | 2026-07-22T15:10:11.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-07-22T15:10:11.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-07-22T15:10:11.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-07-22T15:10:11.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2231 | 2026-07-22T15:10:11.086Z | |
| 2232 | 2026-07-22T15:10:11.086Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300) |
| 2233 | 2026-07-22T15:10:11.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-07-22T15:10:11.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-07-22T15:10:11.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-07-22T15:10:11.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2237 | 2026-07-22T15:10:11.603Z | |
| 2238 | 2026-07-22T15:10:11.603Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300) |
| 2239 | 2026-07-22T15:10:12.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-07-22T15:10:12.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-07-22T15:10:12.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-07-22T15:10:12.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2243 | 2026-07-22T15:10:12.118Z | |
| 2244 | 2026-07-22T15:10:12.118Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300) |
| 2245 | 2026-07-22T15:10:12.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-07-22T15:10:12.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-07-22T15:10:12.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-07-22T15:10:12.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2249 | 2026-07-22T15:10:12.635Z | |
| 2250 | 2026-07-22T15:10:12.635Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/300) |
| 2251 | 2026-07-22T15:10:13.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-07-22T15:10:13.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-07-22T15:10:13.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2254 | 2026-07-22T15:10:13.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2255 | 2026-07-22T15:10:13.176Z | |
| 2256 | 2026-07-22T15:10:13.176Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300) |
| 2257 | 2026-07-22T15:10:13.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2258 | 2026-07-22T15:10:13.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2259 | 2026-07-22T15:10:13.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2260 | 2026-07-22T15:10:13.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2261 | 2026-07-22T15:10:13.714Z | |
| 2262 | 2026-07-22T15:10:13.715Z | info: running `cargo check --bins` on key-manager-types (75/300) |
| 2263 | 2026-07-22T15:10:14.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2264 | 2026-07-22T15:10:14.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2265 | 2026-07-22T15:10:14.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2266 | 2026-07-22T15:10:14.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2267 | 2026-07-22T15:10:14.224Z | |
| 2268 | 2026-07-22T15:10:14.224Z | info: running `cargo check --bins` on oxlog (76/300) |
| 2269 | 2026-07-22T15:10:14.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2270 | 2026-07-22T15:10:14.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2271 | 2026-07-22T15:10:14.766Z | Checking cfg-if v1.0.4 |
| 2272 | 2026-07-22T15:10:14.769Z | Checking libc v0.2.185 |
| 2273 | 2026-07-22T15:10:14.769Z | Checking serde_core v1.0.228 |
| 2274 | 2026-07-22T15:10:14.879Z | Checking memchr v2.8.0 |
| 2275 | 2026-07-22T15:10:14.883Z | Checking zeroize v1.8.2 |
| 2276 | 2026-07-22T15:10:14.893Z | Checking smallvec v1.15.1 |
| 2277 | 2026-07-22T15:10:14.899Z | Checking log v0.4.29 |
| 2278 | 2026-07-22T15:10:14.911Z | Checking subtle v2.6.1 |
| 2279 | 2026-07-22T15:10:14.921Z | Checking itoa v1.0.17 |
| 2280 | 2026-07-22T15:10:15.026Z | Checking scopeguard v1.2.0 |
| 2281 | 2026-07-22T15:10:15.049Z | Checking stable_deref_trait v1.2.1 |
| 2282 | 2026-07-22T15:10:15.062Z | Checking typenum v1.20.1 |
| 2283 | 2026-07-22T15:10:15.070Z | Checking zerofrom v0.1.6 |
| 2284 | 2026-07-22T15:10:15.084Z | Checking pin-project-lite v0.2.17 |
| 2285 | 2026-07-22T15:10:15.154Z | Checking lock_api v0.4.14 |
| 2286 | 2026-07-22T15:10:15.154Z | Checking portable-atomic v1.13.1 |
| 2287 | 2026-07-22T15:10:15.169Z | Checking zmij v1.0.21 |
| 2288 | 2026-07-22T15:10:15.181Z | Checking yoke v0.8.1 |
| 2289 | 2026-07-22T15:10:15.265Z | Checking errno v0.3.14 |
| 2290 | 2026-07-22T15:10:15.265Z | Checking getrandom v0.2.17 |
| 2291 | 2026-07-22T15:10:15.313Z | Checking parking_lot_core v0.9.12 |
| 2292 | 2026-07-22T15:10:15.343Z | Checking zerovec v0.11.5 |
| 2293 | 2026-07-22T15:10:15.373Z | Checking critical-section v1.2.0 |
| 2294 | 2026-07-22T15:10:15.389Z | Checking signal-hook-registry v1.4.8 |
| 2295 | 2026-07-22T15:10:15.430Z | Checking rand_core v0.6.4 |
| 2296 | 2026-07-22T15:10:15.463Z | Checking futures-core v0.3.32 |
| 2297 | 2026-07-22T15:10:15.496Z | Checking parking_lot v0.12.5 |
| 2298 | 2026-07-22T15:10:15.535Z | Checking once_cell v1.21.3 |
| 2299 | 2026-07-22T15:10:15.545Z | Checking mio v1.2.0 |
| 2300 | 2026-07-22T15:10:15.580Z | Checking zerocopy v0.8.40 |
| 2301 | 2026-07-22T15:10:15.598Z | Checking writeable v0.6.2 |
| 2302 | 2026-07-22T15:10:15.678Z | Checking rand_core v0.10.0 |
| 2303 | 2026-07-22T15:10:15.756Z | Checking const-oid v0.9.6 |
| 2304 | 2026-07-22T15:10:15.769Z | Checking percent-encoding v2.3.2 |
| 2305 | 2026-07-22T15:10:15.778Z | Checking tinystr v0.8.2 |
| 2306 | 2026-07-22T15:10:15.793Z | Checking litemap v0.8.1 |
| 2307 | 2026-07-22T15:10:15.812Z | Checking getrandom v0.4.1 |
| 2308 | 2026-07-22T15:10:15.813Z | Checking potential_utf v0.1.4 |
| 2309 | 2026-07-22T15:10:15.881Z | Checking zerotrie v0.2.3 |
| 2310 | 2026-07-22T15:10:15.933Z | Checking libm v0.2.16 |
| 2311 | 2026-07-22T15:10:15.946Z | Checking icu_collections v2.1.1 |
| 2312 | 2026-07-22T15:10:15.957Z | Checking icu_locale_core v2.1.1 |
| 2313 | 2026-07-22T15:10:15.972Z | Checking generic-array v0.14.7 |
| 2314 | 2026-07-22T15:10:16.124Z | Checking socket2 v0.6.3 |
| 2315 | 2026-07-22T15:10:16.239Z | Checking equivalent v1.0.2 |
| 2316 | 2026-07-22T15:10:16.322Z | Checking icu_normalizer_data v2.1.1 |
| 2317 | 2026-07-22T15:10:16.333Z | Checking serde v1.0.228 |
| 2318 | 2026-07-22T15:10:16.349Z | Checking bitflags v2.11.0 |
| 2319 | 2026-07-22T15:10:16.379Z | Checking serde_json v1.0.150 |
| 2320 | 2026-07-22T15:10:16.390Z | Checking icu_properties_data v2.1.2 |
| 2321 | 2026-07-22T15:10:16.408Z | Checking futures-sink v0.3.32 |
| 2322 | 2026-07-22T15:10:16.494Z | Checking icu_provider v2.1.1 |
| 2323 | 2026-07-22T15:10:16.507Z | Checking futures-channel v0.3.32 |
| 2324 | 2026-07-22T15:10:16.520Z | Checking futures-io v0.3.32 |
| 2325 | 2026-07-22T15:10:16.524Z | Checking futures-task v0.3.32 |
| 2326 | 2026-07-22T15:10:16.618Z | Checking num-traits v0.2.19 |
| 2327 | 2026-07-22T15:10:16.631Z | Checking slab v0.4.12 |
| 2328 | 2026-07-22T15:10:16.661Z | Checking utf8_iter v1.0.4 |
| 2329 | 2026-07-22T15:10:16.689Z | Checking hashbrown v0.17.0 |
| 2330 | 2026-07-22T15:10:16.713Z | Checking icu_normalizer v2.1.1 |
| 2331 | 2026-07-22T15:10:16.730Z | Checking bytes v1.11.1 |
| 2332 | 2026-07-22T15:10:16.776Z | Checking icu_properties v2.1.2 |
| 2333 | 2026-07-22T15:10:16.779Z | Checking futures-util v0.3.32 |
| 2334 | 2026-07-22T15:10:17.004Z | Checking block-buffer v0.10.4 |
| 2335 | 2026-07-22T15:10:17.034Z | Checking crypto-common v0.1.7 |
| 2336 | 2026-07-22T15:10:17.124Z | Checking form_urlencoded v1.2.2 |
| 2337 | 2026-07-22T15:10:17.138Z | Checking getrandom v0.3.4 |
| 2338 | 2026-07-22T15:10:17.150Z | Checking indexmap v2.14.0 |
| 2339 | 2026-07-22T15:10:17.161Z | Checking digest v0.10.7 |
| 2340 | 2026-07-22T15:10:17.170Z | Checking tokio v1.52.1 |
| 2341 | 2026-07-22T15:10:17.243Z | Checking byteorder v1.5.0 |
| 2342 | 2026-07-22T15:10:17.277Z | Checking fnv v1.0.7 |
| 2343 | 2026-07-22T15:10:17.348Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-07-22T15:10:17.366Z | Checking rand_core v0.9.5 |
| 2345 | 2026-07-22T15:10:17.439Z | Checking http v1.4.2 |
| 2346 | 2026-07-22T15:10:17.451Z | Checking chrono v0.4.45 |
| 2347 | 2026-07-22T15:10:17.535Z | Checking uuid v1.23.4 |
| 2348 | 2026-07-22T15:10:17.578Z | Checking idna_adapter v1.2.1 |
| 2349 | 2026-07-22T15:10:17.695Z | Checking idna v1.1.0 |
| 2350 | 2026-07-22T15:10:17.708Z | Checking regex-syntax v0.8.10 |
| 2351 | 2026-07-22T15:10:17.853Z | Checking base64ct v1.8.3 |
| 2352 | 2026-07-22T15:10:17.942Z | Checking url v2.5.8 |
| 2353 | 2026-07-22T15:10:18.016Z | Checking base64 v0.22.1 |
| 2354 | 2026-07-22T15:10:18.082Z | Checking pem-rfc7468 v0.7.0 |
| 2355 | 2026-07-22T15:10:18.237Z | Checking rustix v1.1.3 |
| 2356 | 2026-07-22T15:10:18.249Z | Checking tracing-core v0.1.36 |
| 2357 | 2026-07-22T15:10:18.317Z | Checking ppv-lite86 v0.2.21 |
| 2358 | 2026-07-22T15:10:18.330Z | Checking flagset v0.4.7 |
| 2359 | 2026-07-22T15:10:18.372Z | Checking http-body v1.0.1 |
| 2360 | 2026-07-22T15:10:18.449Z | Checking der v0.7.10 |
| 2361 | 2026-07-22T15:10:18.502Z | Checking rustls-pki-types v1.14.0 |
| 2362 | 2026-07-22T15:10:18.554Z | Checking tracing v0.1.44 |
| 2363 | 2026-07-22T15:10:18.605Z | Checking rand_chacha v0.9.0 |
| 2364 | 2026-07-22T15:10:18.711Z | Checking cmov v0.5.4 |
| 2365 | 2026-07-22T15:10:18.754Z | Checking dyn-clone v1.0.20 |
| 2366 | 2026-07-22T15:10:18.785Z | Checking tinyvec_macros v0.1.1 |
| 2367 | 2026-07-22T15:10:18.799Z | Checking openssl-probe v0.2.1 |
| 2368 | 2026-07-22T15:10:18.848Z | Checking tinyvec v1.10.0 |
| 2369 | 2026-07-22T15:10:18.863Z | Checking rand v0.9.2 |
| 2370 | 2026-07-22T15:10:18.892Z | Checking ctutils v0.4.2 |
| 2371 | 2026-07-22T15:10:18.906Z | Checking semver v1.0.28 |
| 2372 | 2026-07-22T15:10:19.001Z | Checking aws-lc-sys v0.40.0 |
| 2373 | 2026-07-22T15:10:19.048Z | Checking untrusted v0.7.1 |
| 2374 | 2026-07-22T15:10:19.095Z | Checking tower-layer v0.3.3 |
| 2375 | 2026-07-22T15:10:19.108Z | Checking tower-service v0.3.3 |
| 2376 | 2026-07-22T15:10:19.152Z | Checking try-lock v0.2.5 |
| 2377 | 2026-07-22T15:10:19.163Z | Checking atomic-waker v1.1.2 |
| 2378 | 2026-07-22T15:10:19.177Z | Checking spki v0.7.3 |
| 2379 | 2026-07-22T15:10:19.190Z | Checking schemars v0.8.22 |
| 2380 | 2026-07-22T15:10:19.237Z | Checking hybrid-array v0.4.13 |
| 2381 | 2026-07-22T15:10:19.251Z | Checking want v0.3.1 |
| 2382 | 2026-07-22T15:10:19.261Z | Checking ipnet v2.11.0 |
| 2383 | 2026-07-22T15:10:19.313Z | Checking httparse v1.10.1 |
| 2384 | 2026-07-22T15:10:19.334Z | Checking aho-corasick v1.1.4 |
| 2385 | 2026-07-22T15:10:19.362Z | Checking untrusted v0.9.0 |
| 2386 | 2026-07-22T15:10:19.467Z | Checking plain v0.2.3 |
| 2387 | 2026-07-22T15:10:19.489Z | Checking aws-lc-rs v1.16.3 |
| 2388 | 2026-07-22T15:10:19.510Z | Checking httpdate v1.0.3 |
| 2389 | 2026-07-22T15:10:19.510Z | Checking fastrand v2.3.0 |
| 2390 | 2026-07-22T15:10:19.561Z | Checking utf8parse v0.2.2 |
| 2391 | 2026-07-22T15:10:19.659Z | Checking foreign-types-shared v0.1.1 |
| 2392 | 2026-07-22T15:10:19.671Z | Checking cpufeatures v0.2.17 |
| 2393 | 2026-07-22T15:10:19.685Z | Checking tempfile v3.25.0 |
| 2394 | 2026-07-22T15:10:19.734Z | Checking foreign-types v0.3.2 |
| 2395 | 2026-07-22T15:10:19.748Z | Checking pkcs8 v0.10.2 |
| 2396 | 2026-07-22T15:10:19.802Z | Checking unicode-normalization v0.1.25 |
| 2397 | 2026-07-22T15:10:19.829Z | Checking openssl-sys v0.9.115 |
| 2398 | 2026-07-22T15:10:19.875Z | Checking spin v0.9.8 |
| 2399 | 2026-07-22T15:10:19.942Z | Checking anstyle v1.0.14 |
| 2400 | 2026-07-22T15:10:19.985Z | Checking unicode-ident v1.0.24 |
| 2401 | 2026-07-22T15:10:19.997Z | Checking regex-automata v0.4.14 |
| 2402 | 2026-07-22T15:10:20.053Z | Checking ucd-trie v0.1.7 |
| 2403 | 2026-07-22T15:10:20.071Z | Checking sha2 v0.10.9 |
| 2404 | 2026-07-22T15:10:20.090Z | Checking proc-macro2 v1.0.106 |
| 2405 | 2026-07-22T15:10:20.183Z | Checking pest v2.8.6 |
| 2406 | 2026-07-22T15:10:20.196Z | Checking openssl v0.10.79 |
| 2407 | 2026-07-22T15:10:20.210Z | Checking hmac v0.12.1 |
| 2408 | 2026-07-22T15:10:20.307Z | Checking rustls-webpki v0.103.13 |
| 2409 | 2026-07-22T15:10:20.338Z | Checking thiserror v2.0.18 |
| 2410 | 2026-07-22T15:10:20.350Z | Checking sync_wrapper v1.0.2 |
| 2411 | 2026-07-22T15:10:20.381Z | Checking tokio-util v0.7.18 |
| 2412 | 2026-07-22T15:10:20.398Z | Checking wait-timeout v0.2.1 |
| 2413 | 2026-07-22T15:10:20.434Z | Checking bit-vec v0.8.0 |
| 2414 | 2026-07-22T15:10:20.447Z | Checking is_terminal_polyfill v1.70.2 |
| 2415 | 2026-07-22T15:10:20.515Z | Checking colorchoice v1.0.4 |
| 2416 | 2026-07-22T15:10:20.528Z | Checking quick-error v1.2.3 |
| 2417 | 2026-07-22T15:10:20.611Z | Checking simd-adler32 v0.3.8 |
| 2418 | 2026-07-22T15:10:20.623Z | Checking anstyle-query v1.1.5 |
| 2419 | 2026-07-22T15:10:20.626Z | Checking pretty-hex v0.4.1 |
| 2420 | 2026-07-22T15:10:20.718Z | Checking rustls v0.23.41 |
| 2421 | 2026-07-22T15:10:20.721Z | Checking siphasher v1.0.2 |
| 2422 | 2026-07-22T15:10:20.741Z | Checking powerfmt v0.2.0 |
| 2423 | 2026-07-22T15:10:20.776Z | Checking bit-set v0.8.0 |
| 2424 | 2026-07-22T15:10:20.876Z | Checking rusty-fork v0.3.1 |
| 2425 | 2026-07-22T15:10:20.888Z | Checking deranged v0.5.8 |
| 2426 | 2026-07-22T15:10:20.914Z | Checking tower v0.5.3 |
| 2427 | 2026-07-22T15:10:20.976Z | Checking h2 v0.4.15 |
| 2428 | 2026-07-22T15:10:21.044Z | Checking quote v1.0.45 |
| 2429 | 2026-07-22T15:10:21.212Z | Checking http-body-util v0.1.3 |
| 2430 | 2026-07-22T15:10:21.230Z | Checking crossbeam-utils v0.8.21 |
| 2431 | 2026-07-22T15:10:21.290Z | Checking rand_xorshift v0.4.0 |
| 2432 | 2026-07-22T15:10:21.406Z | Checking crc32fast v1.5.0 |
| 2433 | 2026-07-22T15:10:21.422Z | Checking scroll v0.13.0 |
| 2434 | 2026-07-22T15:10:21.543Z | Checking unicode-properties v0.1.4 |
| 2435 | 2026-07-22T15:10:21.561Z | Checking time-core v0.1.8 |
| 2436 | 2026-07-22T15:10:21.643Z | Checking adler2 v2.0.1 |
| 2437 | 2026-07-22T15:10:21.698Z | Checking num-conv v0.2.0 |
| 2438 | 2026-07-22T15:10:21.725Z | Checking unicode-bidi v0.3.18 |
| 2439 | 2026-07-22T15:10:21.746Z | Checking iri-string v0.7.10 |
| 2440 | 2026-07-22T15:10:21.790Z | Checking unarray v0.1.4 |
| 2441 | 2026-07-22T15:10:21.809Z | Checking num_threads v0.1.7 |
| 2442 | 2026-07-22T15:10:21.825Z | Checking allocator-api2 v0.2.21 |
| 2443 | 2026-07-22T15:10:21.891Z | Checking ryu v1.0.23 |
| 2444 | 2026-07-22T15:10:21.903Z | Checking time v0.3.47 |
| 2445 | 2026-07-22T15:10:22.010Z | Checking stringprep v0.1.5 |
| 2446 | 2026-07-22T15:10:22.023Z | Checking serde_urlencoded v0.7.1 |
| 2447 | 2026-07-22T15:10:22.103Z | Checking proptest v1.10.0 |
| 2448 | 2026-07-22T15:10:22.159Z | Checking bstr v1.12.1 |
| 2449 | 2026-07-22T15:10:22.193Z | Checking native-tls v0.2.18 |
| 2450 | 2026-07-22T15:10:22.222Z | Checking miniz_oxide v0.8.9 |
| 2451 | 2026-07-22T15:10:22.369Z | Checking tokio-native-tls v0.3.1 |
| 2452 | 2026-07-22T15:10:22.528Z | Checking goblin v0.10.5 |
| 2453 | 2026-07-22T15:10:22.595Z | Checking crossbeam-epoch v0.9.18 |
| 2454 | 2026-07-22T15:10:22.605Z | Checking syn v2.0.117 |
| 2455 | 2026-07-22T15:10:22.760Z | Checking tower-http v0.6.8 |
| 2456 | 2026-07-22T15:10:22.780Z | Checking block-padding v0.4.2 |
| 2457 | 2026-07-22T15:10:22.922Z | Checking block-buffer v0.12.1 |
| 2458 | 2026-07-22T15:10:22.956Z | Checking crypto-common v0.2.2 |
| 2459 | 2026-07-22T15:10:23.046Z | Checking ipnetwork v0.21.1 |
| 2460 | 2026-07-22T15:10:23.065Z | Checking anstyle-parse v1.0.0 |
| 2461 | 2026-07-22T15:10:23.082Z | Checking rustls-native-certs v0.8.3 |
| 2462 | 2026-07-22T15:10:23.207Z | Checking rand_chacha v0.3.1 |
| 2463 | 2026-07-22T15:10:23.221Z | Checking scroll v0.12.0 |
| 2464 | 2026-07-22T15:10:23.256Z | Checking thiserror v1.0.69 |
| 2465 | 2026-07-22T15:10:23.354Z | Checking hash32 v0.2.1 |
| 2466 | 2026-07-22T15:10:23.414Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2467 | 2026-07-22T15:10:23.439Z | Checking signature v2.2.0 |
| 2468 | 2026-07-22T15:10:23.509Z | Checking md-5 v0.10.6 |
| 2469 | 2026-07-22T15:10:23.523Z | Checking num-integer v0.1.46 |
| 2470 | 2026-07-22T15:10:23.552Z | Checking serde_spanned v0.6.9 |
| 2471 | 2026-07-22T15:10:23.564Z | Checking toml_datetime v0.6.11 |
| 2472 | 2026-07-22T15:10:23.643Z | Checking hex v0.4.3 |
| 2473 | 2026-07-22T15:10:23.674Z | Checking encoding_rs v0.8.35 |
| 2474 | 2026-07-22T15:10:23.736Z | Checking psl-types v2.0.11 |
| 2475 | 2026-07-22T15:10:23.750Z | Checking zlib-rs v0.6.2 |
| 2476 | 2026-07-22T15:10:23.807Z | Checking hyper v1.10.1 |
| 2477 | 2026-07-22T15:10:23.848Z | Checking fallible-iterator v0.2.0 |
| 2478 | 2026-07-22T15:10:23.860Z | Checking mime v0.3.17 |
| 2479 | 2026-07-22T15:10:23.902Z | Checking newtype-uuid v1.3.2 |
| 2480 | 2026-07-22T15:10:24.026Z | Checking publicsuffix v2.3.0 |
| 2481 | 2026-07-22T15:10:24.097Z | Checking num-iter v0.1.45 |
| 2482 | 2026-07-22T15:10:24.110Z | Checking postgres-protocol v0.6.10 |
| 2483 | 2026-07-22T15:10:24.177Z | Checking zstd-safe v7.2.4 |
| 2484 | 2026-07-22T15:10:24.206Z | Checking heapless v0.7.17 |
| 2485 | 2026-07-22T15:10:24.337Z | Checking goblin v0.8.2 |
| 2486 | 2026-07-22T15:10:24.414Z | Checking rand v0.8.6 |
| 2487 | 2026-07-22T15:10:24.589Z | Checking oxnet v0.1.6 |
| 2488 | 2026-07-22T15:10:24.608Z | Checking flate2 v1.1.9 |
| 2489 | 2026-07-22T15:10:24.608Z | Checking anstream v1.0.0 |
| 2490 | 2026-07-22T15:10:24.727Z | Checking hyper-util v0.1.20 |
| 2491 | 2026-07-22T15:10:24.804Z | Checking cookie v0.18.1 |
| 2492 | 2026-07-22T15:10:24.832Z | Checking dof v0.4.0 |
| 2493 | 2026-07-22T15:10:24.845Z | Checking tokio-rustls v0.26.4 |
| 2494 | 2026-07-22T15:10:24.845Z | Checking inout v0.2.2 |
| 2495 | 2026-07-22T15:10:24.907Z | Checking dtrace-parser v0.3.0 |
| 2496 | 2026-07-22T15:10:24.925Z | Checking phf_shared v0.13.1 |
| 2497 | 2026-07-22T15:10:24.992Z | Checking lazy_static v1.5.0 |
| 2498 | 2026-07-22T15:10:25.027Z | Checking anstyle-parse v0.2.7 |
| 2499 | 2026-07-22T15:10:25.061Z | Checking zerocopy v0.7.35 |
| 2500 | 2026-07-22T15:10:25.078Z | Checking pin-project v1.1.11 |
| 2501 | 2026-07-22T15:10:25.118Z | Checking terminal_size v0.4.3 |
| 2502 | 2026-07-22T15:10:25.137Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2503 | 2026-07-22T15:10:25.166Z | Checking signal-hook v0.3.18 |
| 2504 | 2026-07-22T15:10:25.172Z | Checking futures-executor v0.3.32 |
| 2505 | 2026-07-22T15:10:25.273Z | Checking ff v0.13.1 |
| 2506 | 2026-07-22T15:10:25.280Z | Checking thread-id v5.1.0 |
| 2507 | 2026-07-22T15:10:25.303Z | Checking same-file v1.0.6 |
| 2508 | 2026-07-22T15:10:25.317Z | Checking bitflags v1.3.2 |
| 2509 | 2026-07-22T15:10:25.344Z | Checking base16ct v0.2.0 |
| 2510 | 2026-07-22T15:10:25.347Z | Checking libbz2-rs-sys v0.2.2 |
| 2511 | 2026-07-22T15:10:25.384Z | Checking bumpalo v3.20.2 |
| 2512 | 2026-07-22T15:10:25.415Z | Checking either v1.15.0 |
| 2513 | 2026-07-22T15:10:25.455Z | Checking managed v0.8.0 |
| 2514 | 2026-07-22T15:10:25.480Z | Checking winnow v0.5.40 |
| 2515 | 2026-07-22T15:10:25.551Z | Compiling rayon-core v1.13.0 |
| 2516 | 2026-07-22T15:10:25.584Z | Checking clap_lex v1.0.0 |
| 2517 | 2026-07-22T15:10:25.594Z | Checking foldhash v0.2.0 |
| 2518 | 2026-07-22T15:10:25.634Z | Checking foldhash v0.1.5 |
| 2519 | 2026-07-22T15:10:25.726Z | Checking strsim v0.11.1 |
| 2520 | 2026-07-22T15:10:25.741Z | Checking bzip2 v0.6.1 |
| 2521 | 2026-07-22T15:10:25.761Z | Checking hashbrown v0.16.1 |
| 2522 | 2026-07-22T15:10:25.765Z | Checking hashbrown v0.15.5 |
| 2523 | 2026-07-22T15:10:25.784Z | Checking smoltcp v0.9.1 |
| 2524 | 2026-07-22T15:10:25.880Z | Checking clap_builder v4.6.0 |
| 2525 | 2026-07-22T15:10:25.906Z | Checking zopfli v0.8.3 |
| 2526 | 2026-07-22T15:10:25.970Z | Checking hyper-tls v0.6.0 |
| 2527 | 2026-07-22T15:10:26.138Z | Checking reqwest v0.12.28 |
| 2528 | 2026-07-22T15:10:26.218Z | Checking hyper-rustls v0.27.7 |
| 2529 | 2026-07-22T15:10:26.230Z | Checking sec1 v0.7.3 |
| 2530 | 2026-07-22T15:10:26.234Z | Checking dof v0.3.0 |
| 2531 | 2026-07-22T15:10:26.253Z | Checking usdt-impl v0.6.0 |
| 2532 | 2026-07-22T15:10:26.370Z | Checking walkdir v2.5.0 |
| 2533 | 2026-07-22T15:10:26.415Z | Checking signal-hook-mio v0.2.5 |
| 2534 | 2026-07-22T15:10:26.427Z | Checking group v0.13.0 |
| 2535 | 2026-07-22T15:10:26.514Z | Checking futures v0.3.32 |
| 2536 | 2026-07-22T15:10:26.517Z | Checking bzip2 v0.4.4 |
| 2537 | 2026-07-22T15:10:26.537Z | Checking snafu v0.8.9 |
| 2538 | 2026-07-22T15:10:26.540Z | Checking anstream v0.6.21 |
| 2539 | 2026-07-22T15:10:26.567Z | Checking phf v0.13.1 |
| 2540 | 2026-07-22T15:10:26.588Z | Checking num-bigint-dig v0.8.6 |
| 2541 | 2026-07-22T15:10:26.615Z | Checking toml_edit v0.19.15 |
| 2542 | 2026-07-22T15:10:26.673Z | Checking cookie_store v0.22.1 |
| 2543 | 2026-07-22T15:10:26.705Z | Checking cipher v0.5.2 |
| 2544 | 2026-07-22T15:10:26.742Z | Checking daft v0.1.7 |
| 2545 | 2026-07-22T15:10:26.760Z | Checking postgres-types v0.2.12 |
| 2546 | 2026-07-22T15:10:26.881Z | Checking zstd v0.13.3 |
| 2547 | 2026-07-22T15:10:26.939Z | Checking ed25519 v2.2.3 |
| 2548 | 2026-07-22T15:10:26.970Z | Checking dtrace-parser v0.2.0 |
| 2549 | 2026-07-22T15:10:26.996Z | Checking rustls-platform-verifier v0.6.2 |
| 2550 | 2026-07-22T15:10:27.062Z | Checking crossbeam-deque v0.8.6 |
| 2551 | 2026-07-22T15:10:27.066Z | Checking globset v0.4.18 |
| 2552 | 2026-07-22T15:10:27.097Z | Checking regex v1.12.3 |
| 2553 | 2026-07-22T15:10:27.115Z | Checking phf_shared v0.11.3 |
| 2554 | 2026-07-22T15:10:27.128Z | Checking hkdf v0.12.4 |
| 2555 | 2026-07-22T15:10:27.199Z | Checking olpc-cjson v0.1.4 |
| 2556 | 2026-07-22T15:10:27.234Z | Checking ref-cast v1.0.25 |
| 2557 | 2026-07-22T15:10:27.251Z | Checking curve25519-dalek v4.1.3 |
| 2558 | 2026-07-22T15:10:27.254Z | Checking pkcs1 v0.7.5 |
| 2559 | 2026-07-22T15:10:27.315Z | Checking strum v0.27.2 |
| 2560 | 2026-07-22T15:10:27.328Z | Checking hubpack v0.1.2 |
| 2561 | 2026-07-22T15:10:27.333Z | Checking memoffset v0.9.1 |
| 2562 | 2026-07-22T15:10:27.368Z | Checking rustix v0.38.44 |
| 2563 | 2026-07-22T15:10:27.399Z | Checking pem v3.0.6 |
| 2564 | 2026-07-22T15:10:27.411Z | Checking float-cmp v0.10.0 |
| 2565 | 2026-07-22T15:10:27.423Z | Checking erased-serde v0.3.31 |
| 2566 | 2026-07-22T15:10:27.459Z | Checking serde-big-array v0.5.1 |
| 2567 | 2026-07-22T15:10:27.488Z | Checking serde_plain v1.0.2 |
| 2568 | 2026-07-22T15:10:27.530Z | Checking crypto-bigint v0.5.5 |
| 2569 | 2026-07-22T15:10:27.551Z | Checking memmap2 v0.9.10 |
| 2570 | 2026-07-22T15:10:27.587Z | Checking thread-id v4.2.2 |
| 2571 | 2026-07-22T15:10:27.638Z | Checking env_filter v1.0.0 |
| 2572 | 2026-07-22T15:10:27.650Z | Checking normalize-line-endings v0.3.0 |
| 2573 | 2026-07-22T15:10:27.675Z | Checking predicates-core v1.0.10 |
| 2574 | 2026-07-22T15:10:27.720Z | Checking typed-path v0.9.3 |
| 2575 | 2026-07-22T15:10:27.733Z | Checking whoami v2.1.0 |
| 2576 | 2026-07-22T15:10:27.777Z | Checking jiff v0.2.21 |
| 2577 | 2026-07-22T15:10:27.791Z | Checking precomputed-hash v0.1.1 |
| 2578 | 2026-07-22T15:10:27.817Z | Checking fixedbitset v0.4.2 |
| 2579 | 2026-07-22T15:10:27.870Z | Checking winnow v1.0.3 |
| 2580 | 2026-07-22T15:10:27.975Z | Checking toml_write v0.1.2 |
| 2581 | 2026-07-22T15:10:27.980Z | Checking difflib v0.4.0 |
| 2582 | 2026-07-22T15:10:28.037Z | Checking data-encoding v2.10.0 |
| 2583 | 2026-07-22T15:10:28.082Z | Checking winnow v0.7.14 |
| 2584 | 2026-07-22T15:10:28.136Z | Checking keccak v0.1.6 |
| 2585 | 2026-07-22T15:10:28.154Z | Checking const-oid v0.10.2 |
| 2586 | 2026-07-22T15:10:28.173Z | Checking cpufeatures v0.3.0 |
| 2587 | 2026-07-22T15:10:28.240Z | Checking unicode-segmentation v1.12.0 |
| 2588 | 2026-07-22T15:10:28.295Z | Checking fixedbitset v0.5.7 |
| 2589 | 2026-07-22T15:10:28.308Z | Checking new_debug_unreachable v1.0.6 |
| 2590 | 2026-07-22T15:10:28.311Z | Checking static_assertions v1.1.0 |
| 2591 | 2026-07-22T15:10:28.374Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2592 | 2026-07-22T15:10:28.385Z | Checking string_cache v0.8.9 |
| 2593 | 2026-07-22T15:10:28.467Z | Checking elliptic-curve v0.13.8 |
| 2594 | 2026-07-22T15:10:28.484Z | Checking petgraph v0.8.3 |
| 2595 | 2026-07-22T15:10:28.496Z | Checking tough v0.22.0 |
| 2596 | 2026-07-22T15:10:28.544Z | Checking hickory-proto v0.25.2 |
| 2597 | 2026-07-22T15:10:28.548Z | Checking similar v2.7.0 |
| 2598 | 2026-07-22T15:10:28.770Z | Checking digest v0.11.3 |
| 2599 | 2026-07-22T15:10:28.928Z | Checking sha3 v0.10.8 |
| 2600 | 2026-07-22T15:10:28.945Z | Checking chacha20 v0.10.0 |
| 2601 | 2026-07-22T15:10:29.132Z | Checking crossterm v0.28.1 |
| 2602 | 2026-07-22T15:10:29.194Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2603 | 2026-07-22T15:10:29.260Z | Checking toml_edit v0.22.27 |
| 2604 | 2026-07-22T15:10:29.518Z | Checking predicates v3.1.4 |
| 2605 | 2026-07-22T15:10:29.812Z | Checking ed25519-dalek v2.2.0 |
| 2606 | 2026-07-22T15:10:29.827Z | Checking petgraph v0.6.5 |
| 2607 | 2026-07-22T15:10:29.982Z | Checking zip v4.6.1 |
| 2608 | 2026-07-22T15:10:30.026Z | Checking tokio-postgres v0.7.16 |
| 2609 | 2026-07-22T15:10:30.040Z | Checking slog v2.8.2 |
| 2610 | 2026-07-22T15:10:30.304Z | Checking env_logger v0.11.9 |
| 2611 | 2026-07-22T15:10:30.341Z | Checking usdt v0.6.0 |
| 2612 | 2026-07-22T15:10:30.473Z | Checking usdt-impl v0.5.0 |
| 2613 | 2026-07-22T15:10:30.489Z | Checking toml v0.7.8 |
| 2614 | 2026-07-22T15:10:30.504Z | Checking rsa v0.9.10 |
| 2615 | 2026-07-22T15:10:30.547Z | Checking nix v0.31.2 |
| 2616 | 2026-07-22T15:10:30.645Z | Checking iddqd v0.4.2 |
| 2617 | 2026-07-22T15:10:30.792Z | Checking reqwest v0.13.2 |
| 2618 | 2026-07-22T15:10:30.978Z | Checking clap v4.6.1 |
| 2619 | 2026-07-22T15:10:31.056Z | Checking zip v0.6.6 |
| 2620 | 2026-07-22T15:10:31.068Z | Checking itertools v0.13.0 |
| 2621 | 2026-07-22T15:10:31.072Z | Checking byte-wrapper v0.1.0 |
| 2622 | 2026-07-22T15:10:31.277Z | Checking serde_with v3.21.0 |
| 2623 | 2026-07-22T15:10:31.294Z | Checking strum v0.26.3 |
| 2624 | 2026-07-22T15:10:31.312Z | Checking fs-err v3.3.0 |
| 2625 | 2026-07-22T15:10:31.399Z | Checking ahash v0.8.12 |
| 2626 | 2026-07-22T15:10:31.409Z | Checking tokio-stream v0.1.18 |
| 2627 | 2026-07-22T15:10:31.554Z | Checking object v0.37.3 |
| 2628 | 2026-07-22T15:10:31.566Z | Checking buf-list v1.1.2 |
| 2629 | 2026-07-22T15:10:31.604Z | Checking anyhow v1.0.102 |
| 2630 | 2026-07-22T15:10:31.632Z | Checking camino v1.2.2 |
| 2631 | 2026-07-22T15:10:31.736Z | Checking x509-cert v0.2.5 |
| 2632 | 2026-07-22T15:10:31.748Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2633 | 2026-07-22T15:10:31.771Z | Checking openapiv3 v2.2.0 |
| 2634 | 2026-07-22T15:10:31.798Z | Checking lalrpop-util v0.19.12 |
| 2635 | 2026-07-22T15:10:31.873Z | Checking peg-runtime v0.8.5 |
| 2636 | 2026-07-22T15:10:31.953Z | Checking rayon v1.11.0 |
| 2637 | 2026-07-22T15:10:32.002Z | Checking sigpipe v0.1.3 |
| 2638 | 2026-07-22T15:10:32.014Z | Checking glob v0.3.3 |
| 2639 | 2026-07-22T15:10:33.663Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2640 | 2026-07-22T15:10:33.722Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2641 | 2026-07-22T15:10:34.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.77s |
| 2642 | 2026-07-22T15:10:34.148Z | |
| 2643 | 2026-07-22T15:10:34.148Z | info: running `cargo check --bins` on internal-dns-types (77/300) |
| 2644 | 2026-07-22T15:10:34.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-07-22T15:10:34.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-07-22T15:10:34.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-07-22T15:10:34.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2648 | 2026-07-22T15:10:34.671Z | |
| 2649 | 2026-07-22T15:10:34.671Z | info: running `cargo check --bins` on internal-dns-types-versions (78/300) |
| 2650 | 2026-07-22T15:10:35.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-07-22T15:10:35.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-07-22T15:10:35.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-07-22T15:10:35.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2654 | 2026-07-22T15:10:35.199Z | |
| 2655 | 2026-07-22T15:10:35.199Z | info: running `cargo check --bins` on nexus-types-versions (79/300) |
| 2656 | 2026-07-22T15:10:35.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-07-22T15:10:35.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-07-22T15:10:35.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-07-22T15:10:35.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2660 | 2026-07-22T15:10:35.760Z | |
| 2661 | 2026-07-22T15:10:35.760Z | info: running `cargo check --bins` on oxql-types (80/300) |
| 2662 | 2026-07-22T15:10:36.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-07-22T15:10:36.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-07-22T15:10:36.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2665 | 2026-07-22T15:10:36.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2666 | 2026-07-22T15:10:36.262Z | |
| 2667 | 2026-07-22T15:10:36.262Z | info: running `cargo check --bins` on oximeter-types (81/300) |
| 2668 | 2026-07-22T15:10:36.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2026-07-22T15:10:36.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2026-07-22T15:10:36.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2026-07-22T15:10:36.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2672 | 2026-07-22T15:10:36.784Z | |
| 2673 | 2026-07-22T15:10:36.786Z | info: running `cargo check --bins` on oximeter-types-versions (82/300) |
| 2674 | 2026-07-22T15:10:37.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2026-07-22T15:10:37.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2026-07-22T15:10:37.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2677 | 2026-07-22T15:10:37.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2678 | 2026-07-22T15:10:37.312Z | |
| 2679 | 2026-07-22T15:10:37.312Z | info: running `cargo check --bins` on oximeter-macro-impl (83/300) |
| 2680 | 2026-07-22T15:10:37.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2681 | 2026-07-22T15:10:37.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2682 | 2026-07-22T15:10:37.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2683 | 2026-07-22T15:10:37.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2684 | 2026-07-22T15:10:37.827Z | |
| 2685 | 2026-07-22T15:10:37.827Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/300) |
| 2686 | 2026-07-22T15:10:38.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2687 | 2026-07-22T15:10:38.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2688 | 2026-07-22T15:10:38.449Z | Compiling structmeta-derive v0.3.0 |
| 2689 | 2026-07-22T15:10:38.564Z | Compiling multer v3.1.0 |
| 2690 | 2026-07-22T15:10:38.574Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2691 | 2026-07-22T15:10:38.577Z | Compiling async-stream-impl v0.3.6 |
| 2692 | 2026-07-22T15:10:38.630Z | Compiling dropshot v0.17.1 |
| 2693 | 2026-07-22T15:10:38.638Z | Compiling dropshot_endpoint v0.17.1 |
| 2694 | 2026-07-22T15:10:38.638Z | Compiling newtype-uuid-macros v0.1.0 |
| 2695 | 2026-07-22T15:10:38.638Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2696 | 2026-07-22T15:10:38.805Z | Checking thread_local v1.1.9 |
| 2697 | 2026-07-22T15:10:38.829Z | Checking compression-core v0.4.31 |
| 2698 | 2026-07-22T15:10:38.954Z | Checking match_cfg v0.1.0 |
| 2699 | 2026-07-22T15:10:38.988Z | Checking compression-codecs v0.4.37 |
| 2700 | 2026-07-22T15:10:38.993Z | Checking crossbeam-channel v0.5.15 |
| 2701 | 2026-07-22T15:10:39.019Z | Checking hostname v0.3.1 |
| 2702 | 2026-07-22T15:10:39.052Z | Checking atomicwrites v0.4.4 |
| 2703 | 2026-07-22T15:10:39.128Z | Checking slog-json v2.6.1 |
| 2704 | 2026-07-22T15:10:39.159Z | Checking serde_spanned v1.1.1 |
| 2705 | 2026-07-22T15:10:39.172Z | Checking is-terminal v0.4.17 |
| 2706 | 2026-07-22T15:10:39.175Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2707 | 2026-07-22T15:10:39.259Z | Checking term v1.2.1 |
| 2708 | 2026-07-22T15:10:39.278Z | Checking debug-ignore v1.0.5 |
| 2709 | 2026-07-22T15:10:39.290Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2710 | 2026-07-22T15:10:39.347Z | Checking take_mut v0.2.2 |
| 2711 | 2026-07-22T15:10:39.362Z | Checking slog-bunyan v2.5.0 |
| 2712 | 2026-07-22T15:10:39.374Z | Checking async-compression v0.4.41 |
| 2713 | 2026-07-22T15:10:39.385Z | Checking async-stream v0.3.6 |
| 2714 | 2026-07-22T15:10:39.447Z | Checking slog-async v2.8.0 |
| 2715 | 2026-07-22T15:10:39.462Z | Checking toml v1.1.2+spec-1.1.0 |
| 2716 | 2026-07-22T15:10:39.473Z | Checking slog-term v2.9.2 |
| 2717 | 2026-07-22T15:10:39.479Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2718 | 2026-07-22T15:10:39.505Z | Checking progenitor-client v0.14.0 |
| 2719 | 2026-07-22T15:10:39.587Z | Checking sha1 v0.11.0 |
| 2720 | 2026-07-22T15:10:39.622Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2721 | 2026-07-22T15:10:39.634Z | Compiling structmeta v0.3.0 |
| 2722 | 2026-07-22T15:10:39.725Z | Checking waitgroup v0.1.2 |
| 2723 | 2026-07-22T15:10:39.728Z | Checking rustls-pemfile v2.2.0 |
| 2724 | 2026-07-22T15:10:39.759Z | Checking backon v1.6.0 |
| 2725 | 2026-07-22T15:10:39.770Z | Checking serde_path_to_error v0.1.20 |
| 2726 | 2026-07-22T15:10:39.820Z | Checking hostname v0.4.2 |
| 2727 | 2026-07-22T15:10:39.837Z | Checking instant v0.1.13 |
| 2728 | 2026-07-22T15:10:39.844Z | Compiling derive-ex v0.1.8 |
| 2729 | 2026-07-22T15:10:39.870Z | Compiling parse-display-derive v0.10.0 |
| 2730 | 2026-07-22T15:10:39.911Z | Checking progenitor-extras v0.2.0 |
| 2731 | 2026-07-22T15:10:40.048Z | Checking backoff v0.4.0 |
| 2732 | 2026-07-22T15:10:40.062Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2733 | 2026-07-22T15:10:40.121Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2734 | 2026-07-22T15:10:40.144Z | Checking itertools v0.14.0 |
| 2735 | 2026-07-22T15:10:40.213Z | Checking regress v0.10.5 |
| 2736 | 2026-07-22T15:10:40.275Z | Checking macaddr v1.0.1 |
| 2737 | 2026-07-22T15:10:40.599Z | Checking humantime v2.3.0 |
| 2738 | 2026-07-22T15:10:41.508Z | Compiling test-strategy v0.4.5 |
| 2739 | 2026-07-22T15:10:41.540Z | Checking parse-display v0.10.0 |
| 2740 | 2026-07-22T15:10:41.812Z | Compiling prettyplease v0.2.37 |
| 2741 | 2026-07-22T15:10:42.051Z | Checking num-rational v0.4.2 |
| 2742 | 2026-07-22T15:10:42.327Z | Checking num-complex v0.4.6 |
| 2743 | 2026-07-22T15:10:42.775Z | Compiling num v0.4.3 |
| 2744 | 2026-07-22T15:10:42.857Z | Compiling usdt-macro v0.5.0 |
| 2745 | 2026-07-22T15:10:42.917Z | Compiling usdt-attr-macro v0.5.0 |
| 2746 | 2026-07-22T15:10:42.931Z | Checking memmap v0.7.0 |
| 2747 | 2026-07-22T15:10:42.981Z | Compiling float-ord v0.3.2 |
| 2748 | 2026-07-22T15:10:43.013Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2749 | 2026-07-22T15:10:43.201Z | Checking unicode-width v0.2.0 |
| 2750 | 2026-07-22T15:10:43.323Z | Compiling convert_case v0.4.0 |
| 2751 | 2026-07-22T15:10:43.387Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2752 | 2026-07-22T15:10:43.452Z | Checking console v0.15.11 |
| 2753 | 2026-07-22T15:10:43.604Z | Checking newline-converter v0.3.0 |
| 2754 | 2026-07-22T15:10:43.700Z | Compiling derive_more v0.99.20 |
| 2755 | 2026-07-22T15:10:43.712Z | Checking usdt v0.5.0 |
| 2756 | 2026-07-22T15:10:43.724Z | Compiling toml v0.8.23 |
| 2757 | 2026-07-22T15:10:43.735Z | Checking linked-hash-map v0.5.6 |
| 2758 | 2026-07-22T15:10:43.874Z | Compiling minimal-lexical v0.2.1 |
| 2759 | 2026-07-22T15:10:43.906Z | Checking lru-cache v0.1.2 |
| 2760 | 2026-07-22T15:10:44.019Z | Checking expectorate v1.2.0 |
| 2761 | 2026-07-22T15:10:44.126Z | Compiling nom v7.1.3 |
| 2762 | 2026-07-22T15:10:44.653Z | Checking camino-tempfile v1.4.1 |
| 2763 | 2026-07-22T15:10:44.653Z | Checking hickory-proto v0.24.4 |
| 2764 | 2026-07-22T15:10:44.744Z | Checking phf_shared v0.12.1 |
| 2765 | 2026-07-22T15:10:44.814Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-07-22T15:10:44.887Z | Compiling unicode-xid v0.2.6 |
| 2767 | 2026-07-22T15:10:45.029Z | Compiling chrono-tz v0.10.4 |
| 2768 | 2026-07-22T15:10:45.217Z | Checking resolv-conf v0.7.6 |
| 2769 | 2026-07-22T15:10:45.308Z | Checking heck v0.5.0 |
| 2770 | 2026-07-22T15:10:45.433Z | Compiling const_format_proc_macros v0.2.34 |
| 2771 | 2026-07-22T15:10:45.468Z | Checking phf v0.12.1 |
| 2772 | 2026-07-22T15:10:45.482Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2773 | 2026-07-22T15:10:45.612Z | Checking tokio-dtrace v0.1.1 |
| 2774 | 2026-07-22T15:10:45.801Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2775 | 2026-07-22T15:10:45.979Z | Compiling derive-where v1.6.0 |
| 2776 | 2026-07-22T15:10:46.250Z | Checking highway v1.3.0 |
| 2777 | 2026-07-22T15:10:46.332Z | Checking const_format v0.2.35 |
| 2778 | 2026-07-22T15:10:46.456Z | Checking hickory-resolver v0.24.4 |
| 2779 | 2026-07-22T15:10:46.480Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2780 | 2026-07-22T15:10:46.517Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2781 | 2026-07-22T15:10:46.560Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2782 | 2026-07-22T15:10:46.989Z | Checking oxide-tokio-rt v0.1.4 |
| 2783 | 2026-07-22T15:10:47.290Z | Checking qorb v0.4.1 |
| 2784 | 2026-07-22T15:10:47.411Z | Checking gethostname v0.5.0 |
| 2785 | 2026-07-22T15:10:47.502Z | Checking bcs v0.1.6 |
| 2786 | 2026-07-22T15:10:47.532Z | Checking termtree v0.5.1 |
| 2787 | 2026-07-22T15:10:48.020Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2788 | 2026-07-22T15:10:48.040Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2789 | 2026-07-22T15:10:48.255Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2790 | 2026-07-22T15:10:48.261Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2791 | 2026-07-22T15:10:50.946Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2792 | 2026-07-22T15:10:53.338Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2793 | 2026-07-22T15:10:55.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.59s |
| 2794 | 2026-07-22T15:10:55.585Z | |
| 2795 | 2026-07-22T15:10:55.585Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300) |
| 2796 | 2026-07-22T15:10:56.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-07-22T15:10:56.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-07-22T15:10:56.207Z | Compiling ar_archive_writer v0.5.1 |
| 2799 | 2026-07-22T15:10:56.317Z | Compiling stacker v0.1.23 |
| 2800 | 2026-07-22T15:10:56.321Z | Compiling cfg_aliases v0.1.1 |
| 2801 | 2026-07-22T15:10:56.327Z | Compiling convert_case v0.10.0 |
| 2802 | 2026-07-22T15:10:56.332Z | Checking unicode-width v0.1.14 |
| 2803 | 2026-07-22T15:10:56.340Z | Compiling proc-macro-error v1.0.4 |
| 2804 | 2026-07-22T15:10:56.350Z | Checking fd-lock v4.0.4 |
| 2805 | 2026-07-22T15:10:56.350Z | Checking nibble_vec v0.1.0 |
| 2806 | 2026-07-22T15:10:56.374Z | Compiling nix v0.28.0 |
| 2807 | 2026-07-22T15:10:56.458Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2808 | 2026-07-22T15:10:56.475Z | Checking vte v0.14.1 |
| 2809 | 2026-07-22T15:10:56.573Z | Checking bytecount v0.6.9 |
| 2810 | 2026-07-22T15:10:56.587Z | Checking endian-type v0.1.2 |
| 2811 | 2026-07-22T15:10:56.612Z | Compiling derive_more-impl v2.1.1 |
| 2812 | 2026-07-22T15:10:56.625Z | Compiling tabled_derive v0.7.0 |
| 2813 | 2026-07-22T15:10:56.634Z | Checking strip-ansi-escapes v0.2.1 |
| 2814 | 2026-07-22T15:10:56.668Z | Checking papergrid v0.11.0 |
| 2815 | 2026-07-22T15:10:56.704Z | Checking radix_trie v0.2.1 |
| 2816 | 2026-07-22T15:10:56.731Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2817 | 2026-07-22T15:10:56.860Z | Compiling peg-macros v0.8.5 |
| 2818 | 2026-07-22T15:10:56.907Z | Checking winnow v0.6.26 |
| 2819 | 2026-07-22T15:10:57.118Z | Compiling psm v0.1.30 |
| 2820 | 2026-07-22T15:10:57.213Z | Compiling sqlparser_derive v0.5.0 |
| 2821 | 2026-07-22T15:10:57.273Z | Checking unicode_categories v0.1.1 |
| 2822 | 2026-07-22T15:10:57.417Z | Checking derive_more v2.1.1 |
| 2823 | 2026-07-22T15:10:57.429Z | Checking nu-ansi-term v0.50.3 |
| 2824 | 2026-07-22T15:10:57.493Z | Checking home v0.5.12 |
| 2825 | 2026-07-22T15:10:57.598Z | Checking tabled v0.15.0 |
| 2826 | 2026-07-22T15:10:57.668Z | Checking crossterm v0.29.0 |
| 2827 | 2026-07-22T15:10:57.691Z | Checking rustyline v14.0.0 |
| 2828 | 2026-07-22T15:10:57.726Z | Checking reedline v0.40.0 |
| 2829 | 2026-07-22T15:10:57.942Z | Checking recursive v0.1.1 |
| 2830 | 2026-07-22T15:10:58.038Z | Checking sqlparser v0.61.0 |
| 2831 | 2026-07-22T15:10:58.048Z | Checking display-error-chain v0.2.2 |
| 2832 | 2026-07-22T15:10:58.077Z | Checking sqlformat v0.3.5 |
| 2833 | 2026-07-22T15:10:58.254Z | Checking peg v0.8.5 |
| 2834 | 2026-07-22T15:11:09.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
| 2835 | 2026-07-22T15:11:09.332Z | |
| 2836 | 2026-07-22T15:11:09.333Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300) |
| 2837 | 2026-07-22T15:11:09.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-07-22T15:11:09.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-07-22T15:11:09.942Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-07-22T15:11:13.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 2841 | 2026-07-22T15:11:13.536Z | |
| 2842 | 2026-07-22T15:11:13.537Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300) |
| 2843 | 2026-07-22T15:11:13.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-07-22T15:11:13.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-07-22T15:11:14.147Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-07-22T15:11:16.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 2847 | 2026-07-22T15:11:16.744Z | |
| 2848 | 2026-07-22T15:11:16.744Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300) |
| 2849 | 2026-07-22T15:11:17.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-07-22T15:11:17.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-07-22T15:11:17.352Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-07-22T15:11:20.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2853 | 2026-07-22T15:11:20.763Z | |
| 2854 | 2026-07-22T15:11:20.763Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300) |
| 2855 | 2026-07-22T15:11:21.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-07-22T15:11:21.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-07-22T15:11:21.378Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-07-22T15:11:24.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2859 | 2026-07-22T15:11:24.834Z | |
| 2860 | 2026-07-22T15:11:24.835Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300) |
| 2861 | 2026-07-22T15:11:25.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-07-22T15:11:25.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-07-22T15:11:25.453Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-07-22T15:11:28.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2865 | 2026-07-22T15:11:28.213Z | |
| 2866 | 2026-07-22T15:11:28.213Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300) |
| 2867 | 2026-07-22T15:11:28.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-07-22T15:11:28.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-07-22T15:11:28.831Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-07-22T15:11:31.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 2871 | 2026-07-22T15:11:31.616Z | |
| 2872 | 2026-07-22T15:11:31.619Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300) |
| 2873 | 2026-07-22T15:11:32.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-07-22T15:11:32.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-07-22T15:11:32.232Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2876 | 2026-07-22T15:11:35.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2877 | 2026-07-22T15:11:35.829Z | |
| 2878 | 2026-07-22T15:11:35.829Z | info: running `cargo check --bins` on oximeter (93/300) |
| 2879 | 2026-07-22T15:11:36.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-07-22T15:11:36.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-07-22T15:11:36.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-07-22T15:11:36.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2883 | 2026-07-22T15:11:36.359Z | |
| 2884 | 2026-07-22T15:11:36.359Z | info: running `cargo check --bins` on oximeter-schema (94/300) |
| 2885 | 2026-07-22T15:11:36.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-07-22T15:11:36.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-07-22T15:11:36.936Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2888 | 2026-07-22T15:11:37.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2889 | 2026-07-22T15:11:37.434Z | |
| 2890 | 2026-07-22T15:11:37.435Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/300) |
| 2891 | 2026-07-22T15:11:37.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-07-22T15:11:37.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-07-22T15:11:37.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-07-22T15:11:37.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2895 | 2026-07-22T15:11:37.964Z | |
| 2896 | 2026-07-22T15:11:37.964Z | info: running `cargo check --bins` on oximeter-test-utils (96/300) |
| 2897 | 2026-07-22T15:11:38.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-07-22T15:11:38.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-07-22T15:11:38.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-07-22T15:11:38.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2901 | 2026-07-22T15:11:38.540Z | |
| 2902 | 2026-07-22T15:11:38.540Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300) |
| 2903 | 2026-07-22T15:11:38.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-07-22T15:11:38.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-07-22T15:11:38.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-07-22T15:11:38.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2907 | 2026-07-22T15:11:39.065Z | |
| 2908 | 2026-07-22T15:11:39.065Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300) |
| 2909 | 2026-07-22T15:11:39.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-07-22T15:11:39.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-07-22T15:11:39.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-07-22T15:11:39.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2913 | 2026-07-22T15:11:39.603Z | |
| 2914 | 2026-07-22T15:11:39.604Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300) |
| 2915 | 2026-07-22T15:11:40.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-07-22T15:11:40.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-07-22T15:11:40.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-07-22T15:11:40.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2919 | 2026-07-22T15:11:40.139Z | |
| 2920 | 2026-07-22T15:11:40.139Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300) |
| 2921 | 2026-07-22T15:11:40.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-07-22T15:11:40.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-07-22T15:11:40.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-07-22T15:11:40.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2925 | 2026-07-22T15:11:40.675Z | |
| 2926 | 2026-07-22T15:11:40.675Z | info: running `cargo check --bins` on trust-quorum-types (101/300) |
| 2927 | 2026-07-22T15:11:41.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-07-22T15:11:41.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-07-22T15:11:41.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-07-22T15:11:41.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2931 | 2026-07-22T15:11:41.196Z | |
| 2932 | 2026-07-22T15:11:41.196Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/300) |
| 2933 | 2026-07-22T15:11:41.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-07-22T15:11:41.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-07-22T15:11:41.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-07-22T15:11:41.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2937 | 2026-07-22T15:11:41.732Z | |
| 2938 | 2026-07-22T15:11:41.733Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/300) |
| 2939 | 2026-07-22T15:11:42.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-07-22T15:11:42.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-07-22T15:11:42.396Z | Compiling darling_core v0.21.3 |
| 2942 | 2026-07-22T15:11:42.510Z | Compiling crucible-workspace-hack v0.1.0 |
| 2943 | 2026-07-22T15:11:42.518Z | Checking secrecy v0.10.3 |
| 2944 | 2026-07-22T15:11:42.522Z | Compiling heapless v0.8.0 |
| 2945 | 2026-07-22T15:11:42.534Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2946 | 2026-07-22T15:11:42.538Z | Checking hash32 v0.3.1 |
| 2947 | 2026-07-22T15:11:42.540Z | Checking inout v0.1.4 |
| 2948 | 2026-07-22T15:11:42.560Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2949 | 2026-07-22T15:11:42.614Z | Compiling smoltcp v0.11.0 |
| 2950 | 2026-07-22T15:11:42.655Z | Checking cobs v0.3.0 |
| 2951 | 2026-07-22T15:11:42.676Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2952 | 2026-07-22T15:11:42.764Z | Checking cipher v0.4.4 |
| 2953 | 2026-07-22T15:11:42.777Z | Checking universal-hash v0.5.1 |
| 2954 | 2026-07-22T15:11:42.800Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2955 | 2026-07-22T15:11:42.825Z | Checking half v2.7.1 |
| 2956 | 2026-07-22T15:11:42.893Z | Checking ciborium-io v0.2.2 |
| 2957 | 2026-07-22T15:11:42.953Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2958 | 2026-07-22T15:11:42.993Z | Checking opaque-debug v0.3.1 |
| 2959 | 2026-07-22T15:11:43.002Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-07-22T15:11:43.055Z | Checking poly1305 v0.8.0 |
| 2961 | 2026-07-22T15:11:43.077Z | Checking ciborium-ll v0.2.2 |
| 2962 | 2026-07-22T15:11:43.163Z | Checking postcard v1.1.3 |
| 2963 | 2026-07-22T15:11:43.188Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2964 | 2026-07-22T15:11:43.249Z | Compiling proc-macro-crate v3.4.0 |
| 2965 | 2026-07-22T15:11:43.312Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2966 | 2026-07-22T15:11:43.446Z | Checking password-hash v0.5.0 |
| 2967 | 2026-07-22T15:11:43.576Z | Checking blake2 v0.10.6 |
| 2968 | 2026-07-22T15:11:43.616Z | Compiling proc-macro-crate v1.3.1 |
| 2969 | 2026-07-22T15:11:43.673Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2970 | 2026-07-22T15:11:43.721Z | Checking aead v0.5.2 |
| 2971 | 2026-07-22T15:11:43.800Z | Compiling num_enum_derive v0.7.6 |
| 2972 | 2026-07-22T15:11:43.812Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2973 | 2026-07-22T15:11:43.861Z | Compiling foreign-types-macros v0.2.3 |
| 2974 | 2026-07-22T15:11:43.906Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2975 | 2026-07-22T15:11:43.968Z | Checking thiserror-no-std v2.0.2 |
| 2976 | 2026-07-22T15:11:44.012Z | Checking foreign-types-shared v0.3.1 |
| 2977 | 2026-07-22T15:11:44.026Z | Compiling num_enum_derive v0.5.11 |
| 2978 | 2026-07-22T15:11:44.052Z | Checking vsss-rs v3.3.4 |
| 2979 | 2026-07-22T15:11:44.101Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2980 | 2026-07-22T15:11:44.160Z | Checking chacha20poly1305 v0.10.1 |
| 2981 | 2026-07-22T15:11:44.288Z | Checking argon2 v0.5.3 |
| 2982 | 2026-07-22T15:11:44.518Z | Checking foreign-types v0.5.0 |
| 2983 | 2026-07-22T15:11:44.525Z | Checking ciborium v0.2.2 |
| 2984 | 2026-07-22T15:11:44.640Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2985 | 2026-07-22T15:11:44.735Z | Checking tabwriter v1.4.1 |
| 2986 | 2026-07-22T15:11:44.840Z | Checking num_enum v0.7.6 |
| 2987 | 2026-07-22T15:11:44.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2988 | 2026-07-22T15:11:44.920Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2989 | 2026-07-22T15:11:44.941Z | Checking cstr-argument v0.1.2 |
| 2990 | 2026-07-22T15:11:44.955Z | Compiling darling_macro v0.21.3 |
| 2991 | 2026-07-22T15:11:44.957Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2992 | 2026-07-22T15:11:45.044Z | Checking num_enum v0.5.11 |
| 2993 | 2026-07-22T15:11:45.059Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2994 | 2026-07-22T15:11:45.153Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2995 | 2026-07-22T15:11:45.167Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2996 | 2026-07-22T15:11:45.197Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2997 | 2026-07-22T15:11:45.222Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2998 | 2026-07-22T15:11:45.308Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-07-22T15:11:45.322Z | Checking rand v0.10.1 |
| 3000 | 2026-07-22T15:11:45.370Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3001 | 2026-07-22T15:11:45.413Z | Checking colored v3.1.1 |
| 3002 | 2026-07-22T15:11:45.427Z | Checking indent_write v2.2.0 |
| 3003 | 2026-07-22T15:11:45.452Z | Compiling darling v0.21.3 |
| 3004 | 2026-07-22T15:11:45.537Z | Compiling ingot-macros v0.1.1 |
| 3005 | 2026-07-22T15:11:45.551Z | Compiling zone_cfg_derive v0.3.1 |
| 3006 | 2026-07-22T15:11:45.564Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3007 | 2026-07-22T15:11:45.608Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3008 | 2026-07-22T15:11:45.655Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3009 | 2026-07-22T15:11:45.688Z | Checking itertools v0.12.1 |
| 3010 | 2026-07-22T15:11:45.772Z | Compiling num-derive v0.4.2 |
| 3011 | 2026-07-22T15:11:45.813Z | Checking swrite v0.1.0 |
| 3012 | 2026-07-22T15:11:45.827Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3013 | 2026-07-22T15:11:45.902Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3014 | 2026-07-22T15:11:46.060Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3015 | 2026-07-22T15:11:46.169Z | Checking dropshot-api-manager-types v0.7.2 |
| 3016 | 2026-07-22T15:11:46.191Z | Checking smf v0.2.3 |
| 3017 | 2026-07-22T15:11:46.204Z | Checking nanorand v0.7.0 |
| 3018 | 2026-07-22T15:11:46.266Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3019 | 2026-07-22T15:11:46.336Z | Checking whoami v1.6.1 |
| 3020 | 2026-07-22T15:11:46.393Z | Checking flume v0.11.1 |
| 3021 | 2026-07-22T15:11:46.417Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3022 | 2026-07-22T15:11:46.692Z | Checking zone v0.3.1 |
| 3023 | 2026-07-22T15:11:46.712Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3024 | 2026-07-22T15:11:47.659Z | Checking ingot-types v0.1.2 |
| 3025 | 2026-07-22T15:11:47.981Z | Checking ingot v0.1.1 |
| 3026 | 2026-07-22T15:11:49.377Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3027 | 2026-07-22T15:11:50.301Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3028 | 2026-07-22T15:11:51.177Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3029 | 2026-07-22T15:11:52.654Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3030 | 2026-07-22T15:11:54.707Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3031 | 2026-07-22T15:11:55.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
| 3032 | 2026-07-22T15:11:55.952Z | |
| 3033 | 2026-07-22T15:11:55.952Z | info: running `cargo check --bins` on clickhouse-admin-api (104/300) |
| 3034 | 2026-07-22T15:11:56.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-07-22T15:11:56.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-07-22T15:11:56.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-07-22T15:11:56.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3038 | 2026-07-22T15:11:56.485Z | |
| 3039 | 2026-07-22T15:11:56.485Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/300) |
| 3040 | 2026-07-22T15:11:56.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-07-22T15:11:56.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-07-22T15:11:56.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-07-22T15:11:56.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3044 | 2026-07-22T15:11:57.020Z | |
| 3045 | 2026-07-22T15:11:57.020Z | info: running `cargo check --bins` on bootstrap-agent-client (106/300) |
| 3046 | 2026-07-22T15:11:57.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-07-22T15:11:57.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-07-22T15:11:57.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-07-22T15:11:57.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3050 | 2026-07-22T15:11:57.559Z | |
| 3051 | 2026-07-22T15:11:57.559Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/300) |
| 3052 | 2026-07-22T15:11:58.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-07-22T15:11:58.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-07-22T15:11:58.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-07-22T15:11:58.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3056 | 2026-07-22T15:11:58.099Z | |
| 3057 | 2026-07-22T15:11:58.099Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/300) |
| 3058 | 2026-07-22T15:11:58.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-07-22T15:11:58.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-07-22T15:11:58.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-07-22T15:11:58.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3062 | 2026-07-22T15:11:58.631Z | |
| 3063 | 2026-07-22T15:11:58.631Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/300) |
| 3064 | 2026-07-22T15:11:59.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-07-22T15:11:59.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-07-22T15:11:59.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-07-22T15:11:59.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3068 | 2026-07-22T15:11:59.164Z | |
| 3069 | 2026-07-22T15:11:59.164Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/300) |
| 3070 | 2026-07-22T15:11:59.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-07-22T15:11:59.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-07-22T15:11:59.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-07-22T15:11:59.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3074 | 2026-07-22T15:11:59.701Z | |
| 3075 | 2026-07-22T15:11:59.701Z | info: running `cargo check --bins` on cockroach-admin-client (111/300) |
| 3076 | 2026-07-22T15:12:00.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-07-22T15:12:00.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-07-22T15:12:00.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-07-22T15:12:00.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3080 | 2026-07-22T15:12:00.220Z | |
| 3081 | 2026-07-22T15:12:00.220Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/300) |
| 3082 | 2026-07-22T15:12:00.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-07-22T15:12:00.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-07-22T15:12:00.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-07-22T15:12:00.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3086 | 2026-07-22T15:12:00.750Z | |
| 3087 | 2026-07-22T15:12:00.750Z | info: running `cargo check --bins` on dns-service-client (113/300) |
| 3088 | 2026-07-22T15:12:01.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-07-22T15:12:01.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-07-22T15:12:01.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-07-22T15:12:01.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3092 | 2026-07-22T15:12:01.285Z | |
| 3093 | 2026-07-22T15:12:01.285Z | info: running `cargo check --bins` on installinator-client (114/300) |
| 3094 | 2026-07-22T15:12:01.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-07-22T15:12:01.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-07-22T15:12:01.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-07-22T15:12:01.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3098 | 2026-07-22T15:12:01.815Z | |
| 3099 | 2026-07-22T15:12:01.815Z | info: running `cargo check --bins` on nexus-client (115/300) |
| 3100 | 2026-07-22T15:12:02.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-07-22T15:12:02.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-07-22T15:12:02.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-07-22T15:12:02.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3104 | 2026-07-22T15:12:02.380Z | |
| 3105 | 2026-07-22T15:12:02.380Z | info: running `cargo check --bins` on nexus-lockstep-client (116/300) |
| 3106 | 2026-07-22T15:12:02.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-07-22T15:12:02.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-07-22T15:12:02.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-07-22T15:12:02.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3110 | 2026-07-22T15:12:02.949Z | |
| 3111 | 2026-07-22T15:12:02.949Z | info: running `cargo check --bins` on ntp-admin-client (117/300) |
| 3112 | 2026-07-22T15:12:03.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-07-22T15:12:03.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-07-22T15:12:03.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-07-22T15:12:03.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3116 | 2026-07-22T15:12:03.468Z | |
| 3117 | 2026-07-22T15:12:03.468Z | info: running `cargo check --bins` on oxide-client (118/300) |
| 3118 | 2026-07-22T15:12:03.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-07-22T15:12:03.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-07-22T15:12:03.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-07-22T15:12:03.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3122 | 2026-07-22T15:12:03.990Z | |
| 3123 | 2026-07-22T15:12:03.990Z | info: running `cargo check --bins` on oximeter-client (119/300) |
| 3124 | 2026-07-22T15:12:04.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-07-22T15:12:04.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-07-22T15:12:04.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-07-22T15:12:04.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3128 | 2026-07-22T15:12:04.521Z | |
| 3129 | 2026-07-22T15:12:04.521Z | info: running `cargo check --bins` on repo-depot-client (120/300) |
| 3130 | 2026-07-22T15:12:04.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-07-22T15:12:04.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-07-22T15:12:04.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-07-22T15:12:04.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3134 | 2026-07-22T15:12:05.043Z | |
| 3135 | 2026-07-22T15:12:05.043Z | info: running `cargo check --bins` on sled-agent-client (121/300) |
| 3136 | 2026-07-22T15:12:05.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-07-22T15:12:05.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-07-22T15:12:05.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-07-22T15:12:05.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3140 | 2026-07-22T15:12:05.585Z | |
| 3141 | 2026-07-22T15:12:05.585Z | info: running `cargo check --bins` on wicketd-client (122/300) |
| 3142 | 2026-07-22T15:12:06.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-07-22T15:12:06.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-07-22T15:12:06.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-07-22T15:12:06.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3146 | 2026-07-22T15:12:06.144Z | |
| 3147 | 2026-07-22T15:12:06.144Z | info: running `cargo check --bins` on installinator-common (123/300) |
| 3148 | 2026-07-22T15:12:06.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-07-22T15:12:06.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-07-22T15:12:06.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-07-22T15:12:06.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3152 | 2026-07-22T15:12:06.692Z | |
| 3153 | 2026-07-22T15:12:06.692Z | info: running `cargo check --bins` on installinator-common-versions (124/300) |
| 3154 | 2026-07-22T15:12:07.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-07-22T15:12:07.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-07-22T15:12:07.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-07-22T15:12:07.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3158 | 2026-07-22T15:12:07.212Z | |
| 3159 | 2026-07-22T15:12:07.212Z | info: running `cargo check --bins` on wicket-common (125/300) |
| 3160 | 2026-07-22T15:12:07.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-07-22T15:12:07.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-07-22T15:12:07.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-07-22T15:12:07.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3164 | 2026-07-22T15:12:07.758Z | |
| 3165 | 2026-07-22T15:12:07.758Z | info: running `cargo check --bins` on wicketd-commission-types (126/300) |
| 3166 | 2026-07-22T15:12:08.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-07-22T15:12:08.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-07-22T15:12:08.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-07-22T15:12:08.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3170 | 2026-07-22T15:12:08.296Z | |
| 3171 | 2026-07-22T15:12:08.296Z | info: running `cargo check --bins` on wicketd-commission-types-versions (127/300) |
| 3172 | 2026-07-22T15:12:08.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-07-22T15:12:08.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-07-22T15:12:08.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-07-22T15:12:08.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3176 | 2026-07-22T15:12:08.835Z | |
| 3177 | 2026-07-22T15:12:08.835Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/300) |
| 3178 | 2026-07-22T15:12:09.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-07-22T15:12:09.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-07-22T15:12:09.459Z | Checking csv-core v0.1.13 |
| 3181 | 2026-07-22T15:12:09.566Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3182 | 2026-07-22T15:12:09.570Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3183 | 2026-07-22T15:12:09.576Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3184 | 2026-07-22T15:12:09.703Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3185 | 2026-07-22T15:12:09.716Z | Checking csv v1.4.0 |
| 3186 | 2026-07-22T15:12:10.025Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3187 | 2026-07-22T15:12:10.353Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3188 | 2026-07-22T15:12:10.353Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3189 | 2026-07-22T15:12:11.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 3190 | 2026-07-22T15:12:11.527Z | |
| 3191 | 2026-07-22T15:12:11.527Z | info: running `cargo check --bins` on cockroach-admin-api (129/300) |
| 3192 | 2026-07-22T15:12:11.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-07-22T15:12:11.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-07-22T15:12:11.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-07-22T15:12:11.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3196 | 2026-07-22T15:12:12.052Z | |
| 3197 | 2026-07-22T15:12:12.052Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300) |
| 3198 | 2026-07-22T15:12:12.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-07-22T15:12:12.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-07-22T15:12:12.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-07-22T15:12:12.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3202 | 2026-07-22T15:12:12.662Z | |
| 3203 | 2026-07-22T15:12:12.662Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300) |
| 3204 | 2026-07-22T15:12:13.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-07-22T15:12:13.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-07-22T15:12:13.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-07-22T15:12:13.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3208 | 2026-07-22T15:12:13.272Z | |
| 3209 | 2026-07-22T15:12:13.272Z | info: running `cargo check --bins` on gateway-test-utils (132/300) |
| 3210 | 2026-07-22T15:12:13.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-07-22T15:12:13.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-07-22T15:12:13.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-07-22T15:12:13.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3214 | 2026-07-22T15:12:13.853Z | |
| 3215 | 2026-07-22T15:12:13.853Z | info: running `cargo check --bins` on omicron-gateway (133/300) |
| 3216 | 2026-07-22T15:12:14.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-07-22T15:12:14.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-07-22T15:12:14.557Z | Compiling regress v0.11.1 |
| 3219 | 2026-07-22T15:12:14.696Z | Compiling unsafe-libyaml v0.2.11 |
| 3220 | 2026-07-22T15:12:14.705Z | Compiling semver v0.1.20 |
| 3221 | 2026-07-22T15:12:14.705Z | Compiling radium v0.7.0 |
| 3222 | 2026-07-22T15:12:14.727Z | Checking nom v8.0.0 |
| 3223 | 2026-07-22T15:12:14.727Z | Checking tap v1.0.1 |
| 3224 | 2026-07-22T15:12:14.727Z | Compiling maybe-uninit v2.0.0 |
| 3225 | 2026-07-22T15:12:14.822Z | Checking wyz v0.5.1 |
| 3226 | 2026-07-22T15:12:14.985Z | Compiling rustc_version v0.1.7 |
| 3227 | 2026-07-22T15:12:15.002Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-07-22T15:12:15.071Z | Compiling zerocopy-derive v0.6.6 |
| 3229 | 2026-07-22T15:12:15.182Z | Compiling packed_struct v0.10.1 |
| 3230 | 2026-07-22T15:12:15.196Z | Compiling serde_yaml v0.9.34+deprecated |
| 3231 | 2026-07-22T15:12:15.422Z | Compiling newtype_derive v0.1.6 |
| 3232 | 2026-07-22T15:12:15.441Z | Compiling cancel-safe-futures v0.1.5 |
| 3233 | 2026-07-22T15:12:15.625Z | Checking funty v2.0.0 |
| 3234 | 2026-07-22T15:12:15.662Z | Checking crc-catalog v2.4.0 |
| 3235 | 2026-07-22T15:12:15.753Z | Checking crc v3.4.0 |
| 3236 | 2026-07-22T15:12:15.931Z | Checking bitvec v1.0.1 |
| 3237 | 2026-07-22T15:12:15.933Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-07-22T15:12:16.129Z | Checking typify-impl v0.6.2 |
| 3239 | 2026-07-22T15:12:16.149Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3240 | 2026-07-22T15:12:16.478Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3241 | 2026-07-22T15:12:16.618Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-07-22T15:12:16.676Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3243 | 2026-07-22T15:12:16.691Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-07-22T15:12:16.817Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-07-22T15:12:17.028Z | Checking nodrop v0.1.14 |
| 3246 | 2026-07-22T15:12:17.124Z | Compiling owo-colors v4.3.0 |
| 3247 | 2026-07-22T15:12:17.282Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3248 | 2026-07-22T15:12:17.297Z | Checking array-init v0.0.4 |
| 3249 | 2026-07-22T15:12:17.374Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-07-22T15:12:17.413Z | Checking bitfield v0.19.4 |
| 3251 | 2026-07-22T15:12:17.512Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3252 | 2026-07-22T15:12:17.590Z | Checking smallvec v0.6.14 |
| 3253 | 2026-07-22T15:12:17.766Z | Checking oxide-update-engine-types v0.1.2 |
| 3254 | 2026-07-22T15:12:17.781Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-07-22T15:12:17.817Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3256 | 2026-07-22T15:12:17.859Z | Checking linear-map v1.2.0 |
| 3257 | 2026-07-22T15:12:17.944Z | Checking tagptr v0.2.0 |
| 3258 | 2026-07-22T15:12:17.965Z | Checking base64 v0.21.7 |
| 3259 | 2026-07-22T15:12:18.030Z | Checking unicode-linebreak v0.1.5 |
| 3260 | 2026-07-22T15:12:18.044Z | Checking hashbrown v0.12.3 |
| 3261 | 2026-07-22T15:12:18.203Z | Checking smawk v0.3.2 |
| 3262 | 2026-07-22T15:12:18.246Z | Checking ron v0.8.1 |
| 3263 | 2026-07-22T15:12:18.296Z | Checking moka v0.12.13 |
| 3264 | 2026-07-22T15:12:18.335Z | Checking textwrap v0.16.2 |
| 3265 | 2026-07-22T15:12:18.551Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-07-22T15:12:18.656Z | Checking oxide-update-engine v0.1.2 |
| 3267 | 2026-07-22T15:12:18.746Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3268 | 2026-07-22T15:12:18.765Z | Checking serde-hex v0.1.0 |
| 3269 | 2026-07-22T15:12:18.779Z | Checking steno v0.4.1 |
| 3270 | 2026-07-22T15:12:19.070Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3271 | 2026-07-22T15:12:19.230Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-07-22T15:12:19.349Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-07-22T15:12:19.477Z | Checking crc-any v2.5.0 |
| 3274 | 2026-07-22T15:12:19.654Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3275 | 2026-07-22T15:12:19.766Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-07-22T15:12:19.779Z | Checking object v0.30.4 |
| 3277 | 2026-07-22T15:12:19.795Z | Checking hickory-resolver v0.25.2 |
| 3278 | 2026-07-22T15:12:19.878Z | Checking sha1 v0.10.6 |
| 3279 | 2026-07-22T15:12:19.926Z | Checking half v1.8.3 |
| 3280 | 2026-07-22T15:12:20.041Z | Checking path-slash v0.1.5 |
| 3281 | 2026-07-22T15:12:20.121Z | Checking void v1.0.2 |
| 3282 | 2026-07-22T15:12:20.144Z | Checking utf-8 v0.7.6 |
| 3283 | 2026-07-22T15:12:20.224Z | Checking lzss v0.8.2 |
| 3284 | 2026-07-22T15:12:20.239Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-07-22T15:12:20.275Z | Checking tungstenite v0.23.0 |
| 3286 | 2026-07-22T15:12:20.509Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3287 | 2026-07-22T15:12:20.539Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3288 | 2026-07-22T15:12:20.618Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3289 | 2026-07-22T15:12:20.641Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3290 | 2026-07-22T15:12:20.683Z | Checking nix v0.27.1 |
| 3291 | 2026-07-22T15:12:20.697Z | Checking kstat-rs v0.2.4 |
| 3292 | 2026-07-22T15:12:20.709Z | Compiling typify-macro v0.6.2 |
| 3293 | 2026-07-22T15:12:20.734Z | Checking fxhash v0.2.1 |
| 3294 | 2026-07-22T15:12:20.844Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-07-22T15:12:20.859Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-07-22T15:12:20.876Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3297 | 2026-07-22T15:12:20.911Z | Checking tokio-tungstenite v0.23.1 |
| 3298 | 2026-07-22T15:12:21.015Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3299 | 2026-07-22T15:12:21.156Z | Checking signal-hook-tokio v0.3.1 |
| 3300 | 2026-07-22T15:12:21.730Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3301 | 2026-07-22T15:12:22.002Z | Compiling typify v0.6.2 |
| 3302 | 2026-07-22T15:12:22.078Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-07-22T15:12:22.616Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-07-22T15:12:22.924Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3305 | 2026-07-22T15:12:23.517Z | Compiling progenitor-macro v0.14.0 |
| 3306 | 2026-07-22T15:12:25.786Z | Checking progenitor v0.14.0 |
| 3307 | 2026-07-22T15:12:25.896Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3308 | 2026-07-22T15:12:25.898Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-07-22T15:12:28.530Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-07-22T15:12:36.941Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-07-22T15:12:43.598Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-07-22T15:12:44.961Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-07-22T15:12:45.451Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-07-22T15:12:47.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.68s |
| 3315 | 2026-07-22T15:12:47.726Z | |
| 3316 | 2026-07-22T15:12:47.726Z | info: running `cargo check --bins` on gateway-api (134/300) |
| 3317 | 2026-07-22T15:12:48.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-07-22T15:12:48.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-07-22T15:12:48.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-07-22T15:12:48.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3321 | 2026-07-22T15:12:48.267Z | |
| 3322 | 2026-07-22T15:12:48.267Z | info: running `cargo check --bins` on ipcc (135/300) |
| 3323 | 2026-07-22T15:12:48.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-07-22T15:12:48.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-07-22T15:12:48.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-07-22T15:12:48.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3327 | 2026-07-22T15:12:48.806Z | |
| 3328 | 2026-07-22T15:12:48.806Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300) |
| 3329 | 2026-07-22T15:12:49.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-07-22T15:12:49.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-07-22T15:12:49.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-07-22T15:12:49.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3333 | 2026-07-22T15:12:49.333Z | |
| 3334 | 2026-07-22T15:12:49.333Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300) |
| 3335 | 2026-07-22T15:12:49.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-07-22T15:12:49.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-07-22T15:12:49.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-07-22T15:12:49.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3339 | 2026-07-22T15:12:49.889Z | |
| 3340 | 2026-07-22T15:12:49.889Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300) |
| 3341 | 2026-07-22T15:12:50.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-07-22T15:12:50.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-07-22T15:12:50.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-07-22T15:12:50.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3345 | 2026-07-22T15:12:50.428Z | |
| 3346 | 2026-07-22T15:12:50.428Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300) |
| 3347 | 2026-07-22T15:12:50.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-07-22T15:12:50.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-07-22T15:12:50.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-07-22T15:12:50.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3351 | 2026-07-22T15:12:50.964Z | |
| 3352 | 2026-07-22T15:12:50.965Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300) |
| 3353 | 2026-07-22T15:12:51.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-07-22T15:12:51.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-07-22T15:12:51.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-07-22T15:12:51.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3357 | 2026-07-22T15:12:51.499Z | |
| 3358 | 2026-07-22T15:12:51.499Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300) |
| 3359 | 2026-07-22T15:12:51.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-07-22T15:12:51.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-07-22T15:12:51.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-07-22T15:12:51.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3363 | 2026-07-22T15:12:52.058Z | |
| 3364 | 2026-07-22T15:12:52.058Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300) |
| 3365 | 2026-07-22T15:12:52.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-07-22T15:12:52.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-07-22T15:12:52.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-07-22T15:12:52.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3369 | 2026-07-22T15:12:52.601Z | |
| 3370 | 2026-07-22T15:12:52.601Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300) |
| 3371 | 2026-07-22T15:12:53.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-07-22T15:12:53.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-07-22T15:12:53.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-07-22T15:12:53.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3375 | 2026-07-22T15:12:53.142Z | |
| 3376 | 2026-07-22T15:12:53.142Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300) |
| 3377 | 2026-07-22T15:12:53.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-07-22T15:12:53.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-07-22T15:12:53.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-07-22T15:12:53.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3381 | 2026-07-22T15:12:53.683Z | |
| 3382 | 2026-07-22T15:12:53.683Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300) |
| 3383 | 2026-07-22T15:12:54.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-07-22T15:12:54.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-07-22T15:12:54.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-07-22T15:12:54.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3387 | 2026-07-22T15:12:54.227Z | |
| 3388 | 2026-07-22T15:12:54.227Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300) |
| 3389 | 2026-07-22T15:12:54.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-07-22T15:12:54.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-07-22T15:12:54.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-07-22T15:12:54.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3393 | 2026-07-22T15:12:54.772Z | |
| 3394 | 2026-07-22T15:12:54.772Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300) |
| 3395 | 2026-07-22T15:12:55.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-07-22T15:12:55.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-07-22T15:12:55.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-07-22T15:12:55.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3399 | 2026-07-22T15:12:55.313Z | |
| 3400 | 2026-07-22T15:12:55.313Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300) |
| 3401 | 2026-07-22T15:12:55.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-07-22T15:12:55.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-07-22T15:12:55.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-07-22T15:12:55.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3405 | 2026-07-22T15:12:55.873Z | |
| 3406 | 2026-07-22T15:12:55.873Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300) |
| 3407 | 2026-07-22T15:12:56.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-07-22T15:12:56.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-07-22T15:12:56.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-07-22T15:12:56.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3411 | 2026-07-22T15:12:56.436Z | |
| 3412 | 2026-07-22T15:12:56.436Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300) |
| 3413 | 2026-07-22T15:12:56.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-07-22T15:12:56.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-07-22T15:12:56.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-07-22T15:12:56.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3417 | 2026-07-22T15:12:56.989Z | |
| 3418 | 2026-07-22T15:12:56.989Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300) |
| 3419 | 2026-07-22T15:12:57.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-07-22T15:12:57.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-07-22T15:12:57.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-07-22T15:12:57.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3423 | 2026-07-22T15:12:57.550Z | |
| 3424 | 2026-07-22T15:12:57.550Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300) |
| 3425 | 2026-07-22T15:12:58.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-07-22T15:12:58.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-07-22T15:12:58.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-07-22T15:12:58.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3429 | 2026-07-22T15:12:58.106Z | |
| 3430 | 2026-07-22T15:12:58.106Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300) |
| 3431 | 2026-07-22T15:12:58.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-07-22T15:12:58.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-07-22T15:12:58.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-07-22T15:12:58.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3435 | 2026-07-22T15:12:58.659Z | |
| 3436 | 2026-07-22T15:12:58.660Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300) |
| 3437 | 2026-07-22T15:12:59.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-07-22T15:12:59.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-07-22T15:12:59.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-07-22T15:12:59.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3441 | 2026-07-22T15:12:59.225Z | |
| 3442 | 2026-07-22T15:12:59.225Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300) |
| 3443 | 2026-07-22T15:12:59.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-07-22T15:12:59.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-07-22T15:12:59.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-07-22T15:12:59.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3447 | 2026-07-22T15:12:59.787Z | |
| 3448 | 2026-07-22T15:12:59.787Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300) |
| 3449 | 2026-07-22T15:13:00.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-07-22T15:13:00.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-07-22T15:13:00.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-07-22T15:13:00.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3453 | 2026-07-22T15:13:00.336Z | |
| 3454 | 2026-07-22T15:13:00.337Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300) |
| 3455 | 2026-07-22T15:13:00.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-07-22T15:13:00.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-07-22T15:13:00.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-07-22T15:13:00.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3459 | 2026-07-22T15:13:00.886Z | |
| 3460 | 2026-07-22T15:13:00.886Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300) |
| 3461 | 2026-07-22T15:13:01.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-07-22T15:13:01.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-07-22T15:13:01.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-07-22T15:13:01.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3465 | 2026-07-22T15:13:01.421Z | |
| 3466 | 2026-07-22T15:13:01.421Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300) |
| 3467 | 2026-07-22T15:13:01.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-07-22T15:13:01.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-07-22T15:13:01.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-07-22T15:13:01.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3471 | 2026-07-22T15:13:01.950Z | |
| 3472 | 2026-07-22T15:13:01.950Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300) |
| 3473 | 2026-07-22T15:13:02.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-07-22T15:13:02.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-07-22T15:13:02.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-07-22T15:13:02.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3477 | 2026-07-22T15:13:02.480Z | |
| 3478 | 2026-07-22T15:13:02.480Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300) |
| 3479 | 2026-07-22T15:13:02.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-07-22T15:13:02.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-07-22T15:13:02.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-07-22T15:13:02.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3483 | 2026-07-22T15:13:03.012Z | |
| 3484 | 2026-07-22T15:13:03.012Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300) |
| 3485 | 2026-07-22T15:13:03.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-07-22T15:13:03.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-07-22T15:13:03.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-07-22T15:13:03.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3489 | 2026-07-22T15:13:03.548Z | |
| 3490 | 2026-07-22T15:13:03.548Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300) |
| 3491 | 2026-07-22T15:13:04.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-07-22T15:13:04.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-07-22T15:13:04.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-07-22T15:13:04.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3495 | 2026-07-22T15:13:04.085Z | |
| 3496 | 2026-07-22T15:13:04.085Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300) |
| 3497 | 2026-07-22T15:13:04.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-07-22T15:13:04.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-07-22T15:13:04.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-07-22T15:13:04.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3501 | 2026-07-22T15:13:04.618Z | |
| 3502 | 2026-07-22T15:13:04.618Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300) |
| 3503 | 2026-07-22T15:13:05.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-07-22T15:13:05.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-07-22T15:13:05.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-07-22T15:13:05.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3507 | 2026-07-22T15:13:05.155Z | |
| 3508 | 2026-07-22T15:13:05.156Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300) |
| 3509 | 2026-07-22T15:13:05.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-07-22T15:13:05.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-07-22T15:13:05.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-07-22T15:13:05.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3513 | 2026-07-22T15:13:05.707Z | |
| 3514 | 2026-07-22T15:13:05.707Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300) |
| 3515 | 2026-07-22T15:13:06.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-07-22T15:13:06.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-07-22T15:13:06.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-07-22T15:13:06.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3519 | 2026-07-22T15:13:06.266Z | |
| 3520 | 2026-07-22T15:13:06.266Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300) |
| 3521 | 2026-07-22T15:13:06.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-07-22T15:13:06.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-07-22T15:13:06.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-07-22T15:13:06.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3525 | 2026-07-22T15:13:06.814Z | |
| 3526 | 2026-07-22T15:13:06.814Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300) |
| 3527 | 2026-07-22T15:13:07.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-07-22T15:13:07.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-07-22T15:13:07.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-07-22T15:13:07.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3531 | 2026-07-22T15:13:07.364Z | |
| 3532 | 2026-07-22T15:13:07.364Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300) |
| 3533 | 2026-07-22T15:13:07.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-07-22T15:13:07.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-07-22T15:13:07.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-07-22T15:13:07.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3537 | 2026-07-22T15:13:07.914Z | |
| 3538 | 2026-07-22T15:13:07.914Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300) |
| 3539 | 2026-07-22T15:13:08.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-07-22T15:13:08.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-07-22T15:13:08.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-07-22T15:13:08.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3543 | 2026-07-22T15:13:08.467Z | |
| 3544 | 2026-07-22T15:13:08.467Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300) |
| 3545 | 2026-07-22T15:13:08.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-07-22T15:13:08.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-07-22T15:13:08.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-07-22T15:13:08.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3549 | 2026-07-22T15:13:09.019Z | |
| 3550 | 2026-07-22T15:13:09.019Z | info: running `cargo check --bins` on oximeter-producer (173/300) |
| 3551 | 2026-07-22T15:13:09.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-07-22T15:13:09.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-07-22T15:13:09.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-07-22T15:13:09.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3555 | 2026-07-22T15:13:09.590Z | |
| 3556 | 2026-07-22T15:13:09.590Z | info: running `cargo check --bins` on internal-dns-resolver (174/300) |
| 3557 | 2026-07-22T15:13:10.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-07-22T15:13:10.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-07-22T15:13:10.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-07-22T15:13:10.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3561 | 2026-07-22T15:13:10.130Z | |
| 3562 | 2026-07-22T15:13:10.130Z | info: running `cargo check --bins` on dns-server (175/300) |
| 3563 | 2026-07-22T15:13:10.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-07-22T15:13:10.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-07-22T15:13:10.725Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-07-22T15:13:10.728Z | Compiling git-stub v1.0.0 |
| 3567 | 2026-07-22T15:13:10.837Z | Checking prefix-trie v0.7.0 |
| 3568 | 2026-07-22T15:13:10.842Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3569 | 2026-07-22T15:13:10.955Z | Compiling git-stub-vcs v0.1.0 |
| 3570 | 2026-07-22T15:13:11.113Z | Checking hickory-server v0.25.2 |
| 3571 | 2026-07-22T15:13:11.229Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3572 | 2026-07-22T15:13:11.240Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-07-22T15:13:11.395Z | Checking sled v0.34.7 |
| 3574 | 2026-07-22T15:13:13.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 3575 | 2026-07-22T15:13:13.435Z | |
| 3576 | 2026-07-22T15:13:13.435Z | info: running `cargo check --bins` on dns-server-api (176/300) |
| 3577 | 2026-07-22T15:13:13.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-07-22T15:13:13.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-07-22T15:13:13.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-07-22T15:13:13.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3581 | 2026-07-22T15:13:13.970Z | |
| 3582 | 2026-07-22T15:13:13.970Z | info: running `cargo check --bins` on oximeter-producer-api (177/300) |
| 3583 | 2026-07-22T15:13:14.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-07-22T15:13:14.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-07-22T15:13:14.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-07-22T15:13:14.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3587 | 2026-07-22T15:13:14.503Z | |
| 3588 | 2026-07-22T15:13:14.503Z | info: running `cargo check --bins` on sp-sim (178/300) |
| 3589 | 2026-07-22T15:13:14.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-07-22T15:13:14.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-07-22T15:13:15.174Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3592 | 2026-07-22T15:13:16.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
| 3593 | 2026-07-22T15:13:17.095Z | |
| 3594 | 2026-07-22T15:13:17.095Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300) |
| 3595 | 2026-07-22T15:13:17.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-07-22T15:13:17.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-07-22T15:13:17.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-07-22T15:13:17.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3599 | 2026-07-22T15:13:17.678Z | |
| 3600 | 2026-07-22T15:13:17.678Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300) |
| 3601 | 2026-07-22T15:13:18.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-07-22T15:13:18.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-07-22T15:13:18.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2026-07-22T15:13:18.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3605 | 2026-07-22T15:13:18.275Z | |
| 3606 | 2026-07-22T15:13:18.275Z | info: running `cargo check --bins` on db-macros (181/300) |
| 3607 | 2026-07-22T15:13:18.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2026-07-22T15:13:18.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2026-07-22T15:13:18.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2026-07-22T15:13:18.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3611 | 2026-07-22T15:13:18.801Z | |
| 3612 | 2026-07-22T15:13:18.801Z | info: running `cargo check --bins` on nexus-macros-common (182/300) |
| 3613 | 2026-07-22T15:13:19.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2026-07-22T15:13:19.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2026-07-22T15:13:19.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2026-07-22T15:13:19.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3617 | 2026-07-22T15:13:19.327Z | |
| 3618 | 2026-07-22T15:13:19.327Z | info: running `cargo check --bins` on nexus-auth (183/300) |
| 3619 | 2026-07-22T15:13:19.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2026-07-22T15:13:19.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2026-07-22T15:13:19.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3622 | 2026-07-22T15:13:19.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3623 | 2026-07-22T15:13:19.919Z | |
| 3624 | 2026-07-22T15:13:19.919Z | info: running `cargo check --bins` on authz-macros (184/300) |
| 3625 | 2026-07-22T15:13:20.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2026-07-22T15:13:20.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2026-07-22T15:13:20.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3628 | 2026-07-22T15:13:20.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3629 | 2026-07-22T15:13:20.440Z | |
| 3630 | 2026-07-22T15:13:20.440Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/300) |
| 3631 | 2026-07-22T15:13:20.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2026-07-22T15:13:20.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2026-07-22T15:13:20.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3634 | 2026-07-22T15:13:20.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3635 | 2026-07-22T15:13:21.022Z | |
| 3636 | 2026-07-22T15:13:21.022Z | info: running `cargo check --bins` on nexus-db-model (186/300) |
| 3637 | 2026-07-22T15:13:21.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-07-22T15:13:21.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-07-22T15:13:21.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3640 | 2026-07-22T15:13:21.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3641 | 2026-07-22T15:13:21.602Z | |
| 3642 | 2026-07-22T15:13:21.602Z | info: running `cargo check --bins` on nexus-db-schema (187/300) |
| 3643 | 2026-07-22T15:13:22.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-07-22T15:13:22.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-07-22T15:13:22.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2026-07-22T15:13:22.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3647 | 2026-07-22T15:13:22.135Z | |
| 3648 | 2026-07-22T15:13:22.135Z | info: running `cargo check --bins` on omicron-rpaths (188/300) |
| 3649 | 2026-07-22T15:13:22.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-07-22T15:13:22.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-07-22T15:13:22.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3652 | 2026-07-22T15:13:22.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3653 | 2026-07-22T15:13:22.658Z | |
| 3654 | 2026-07-22T15:13:22.658Z | info: running `cargo check --bins` on nexus-defaults (189/300) |
| 3655 | 2026-07-22T15:13:23.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-07-22T15:13:23.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-07-22T15:13:23.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3658 | 2026-07-22T15:13:23.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3659 | 2026-07-22T15:13:23.197Z | |
| 3660 | 2026-07-22T15:13:23.197Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/300) |
| 3661 | 2026-07-22T15:13:23.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-07-22T15:13:23.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-07-22T15:13:23.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2026-07-22T15:13:23.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3665 | 2026-07-22T15:13:23.723Z | |
| 3666 | 2026-07-22T15:13:23.723Z | info: running `cargo check --bins` on parallel-task-set (191/300) |
| 3667 | 2026-07-22T15:13:24.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-07-22T15:13:24.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-07-22T15:13:24.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2026-07-22T15:13:24.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3671 | 2026-07-22T15:13:24.246Z | |
| 3672 | 2026-07-22T15:13:24.246Z | info: running `cargo check --bins` on omicron-git-version (192/300) |
| 3673 | 2026-07-22T15:13:24.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-07-22T15:13:24.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-07-22T15:13:24.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-07-22T15:13:24.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3677 | 2026-07-22T15:13:24.772Z | |
| 3678 | 2026-07-22T15:13:24.772Z | info: running `cargo check --bins` on nexus-db-errors (193/300) |
| 3679 | 2026-07-22T15:13:25.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-07-22T15:13:25.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-07-22T15:13:25.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-07-22T15:13:25.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3683 | 2026-07-22T15:13:25.360Z | |
| 3684 | 2026-07-22T15:13:25.360Z | info: running `cargo check --bins` on nexus-db-lookup (194/300) |
| 3685 | 2026-07-22T15:13:25.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-07-22T15:13:25.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-07-22T15:13:25.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-07-22T15:13:25.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3689 | 2026-07-22T15:13:25.950Z | |
| 3690 | 2026-07-22T15:13:25.950Z | info: running `cargo check --bins` on nexus-inventory (195/300) |
| 3691 | 2026-07-22T15:13:26.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-07-22T15:13:26.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-07-22T15:13:26.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-07-22T15:13:26.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3695 | 2026-07-22T15:13:26.534Z | |
| 3696 | 2026-07-22T15:13:26.534Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300) |
| 3697 | 2026-07-22T15:13:27.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-07-22T15:13:27.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-07-22T15:13:27.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-07-22T15:13:27.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3701 | 2026-07-22T15:13:27.093Z | |
| 3702 | 2026-07-22T15:13:27.093Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/300) |
| 3703 | 2026-07-22T15:13:27.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-07-22T15:13:27.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-07-22T15:13:27.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-07-22T15:13:27.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3707 | 2026-07-22T15:13:27.649Z | |
| 3708 | 2026-07-22T15:13:27.649Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300) |
| 3709 | 2026-07-22T15:13:28.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-07-22T15:13:28.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-07-22T15:13:28.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-07-22T15:13:28.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3713 | 2026-07-22T15:13:28.211Z | |
| 3714 | 2026-07-22T15:13:28.211Z | info: running `cargo check --bins` on key-manager (199/300) |
| 3715 | 2026-07-22T15:13:28.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-07-22T15:13:28.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-07-22T15:13:28.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-07-22T15:13:28.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3719 | 2026-07-22T15:13:28.751Z | |
| 3720 | 2026-07-22T15:13:28.751Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/300) |
| 3721 | 2026-07-22T15:13:29.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-07-22T15:13:29.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-07-22T15:13:29.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-07-22T15:13:29.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3725 | 2026-07-22T15:13:29.306Z | |
| 3726 | 2026-07-22T15:13:29.306Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300) |
| 3727 | 2026-07-22T15:13:29.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-07-22T15:13:29.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-07-22T15:13:29.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-07-22T15:13:29.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3731 | 2026-07-22T15:13:29.859Z | |
| 3732 | 2026-07-22T15:13:29.859Z | info: running `cargo check --bins` on typed-rng (202/300) |
| 3733 | 2026-07-22T15:13:30.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-07-22T15:13:30.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-07-22T15:13:30.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-07-22T15:13:30.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3737 | 2026-07-22T15:13:30.379Z | |
| 3738 | 2026-07-22T15:13:30.379Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300) |
| 3739 | 2026-07-22T15:13:30.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-07-22T15:13:30.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-07-22T15:13:31.169Z | Compiling libefi-sys v0.1.0 |
| 3742 | 2026-07-22T15:13:31.365Z | Compiling bitfield-struct v0.6.2 |
| 3743 | 2026-07-22T15:13:31.457Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3744 | 2026-07-22T15:13:31.457Z | Compiling xshell-macros v0.2.7 |
| 3745 | 2026-07-22T15:13:31.458Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3746 | 2026-07-22T15:13:31.458Z | Compiling salty v0.3.0 |
| 3747 | 2026-07-22T15:13:31.458Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3748 | 2026-07-22T15:13:31.458Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3749 | 2026-07-22T15:13:31.458Z | Checking rfc6979 v0.4.0 |
| 3750 | 2026-07-22T15:13:31.563Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3751 | 2026-07-22T15:13:31.563Z | Checking ecdsa v0.16.9 |
| 3752 | 2026-07-22T15:13:31.707Z | Checking primeorder v0.13.6 |
| 3753 | 2026-07-22T15:13:31.793Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3754 | 2026-07-22T15:13:31.794Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3755 | 2026-07-22T15:13:31.794Z | Checking xshell v0.2.7 |
| 3756 | 2026-07-22T15:13:31.915Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-07-22T15:13:31.916Z | Checking tungstenite v0.21.0 |
| 3758 | 2026-07-22T15:13:31.916Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3759 | 2026-07-22T15:13:32.042Z | Checking p384 v0.13.1 |
| 3760 | 2026-07-22T15:13:32.042Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3761 | 2026-07-22T15:13:32.042Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3762 | 2026-07-22T15:13:32.189Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3763 | 2026-07-22T15:13:32.195Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-07-22T15:13:32.195Z | Compiling proc-macro-error2 v2.0.1 |
| 3765 | 2026-07-22T15:13:32.306Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3766 | 2026-07-22T15:13:32.412Z | Checking tokio-tungstenite v0.21.0 |
| 3767 | 2026-07-22T15:13:32.412Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3768 | 2026-07-22T15:13:32.412Z | Checking papergrid v0.17.0 |
| 3769 | 2026-07-22T15:13:32.445Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3770 | 2026-07-22T15:13:32.446Z | Compiling tabled_derive v0.11.0 |
| 3771 | 2026-07-22T15:13:32.446Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3772 | 2026-07-22T15:13:32.491Z | Compiling progenitor-impl v0.13.0 |
| 3773 | 2026-07-22T15:13:32.553Z | Checking testing_table v0.3.0 |
| 3774 | 2026-07-22T15:13:32.626Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3775 | 2026-07-22T15:13:32.650Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3776 | 2026-07-22T15:13:32.650Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-07-22T15:13:32.855Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3778 | 2026-07-22T15:13:32.877Z | Checking corncobs v0.1.4 |
| 3779 | 2026-07-22T15:13:32.918Z | Checking libscf-sys v1.1.0 |
| 3780 | 2026-07-22T15:13:33.004Z | Compiling unicase v2.9.0 |
| 3781 | 2026-07-22T15:13:33.046Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3782 | 2026-07-22T15:13:33.119Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3783 | 2026-07-22T15:13:33.139Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3784 | 2026-07-22T15:13:33.205Z | Compiling mime_guess v2.0.5 |
| 3785 | 2026-07-22T15:13:33.286Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3786 | 2026-07-22T15:13:33.303Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3787 | 2026-07-22T15:13:33.323Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3788 | 2026-07-22T15:13:33.403Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-07-22T15:13:33.550Z | Checking tabled v0.20.0 |
| 3790 | 2026-07-22T15:13:33.610Z | Checking progenitor-client v0.13.0 |
| 3791 | 2026-07-22T15:13:33.755Z | Checking secrecy v0.8.0 |
| 3792 | 2026-07-22T15:13:33.846Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3793 | 2026-07-22T15:13:33.895Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3794 | 2026-07-22T15:13:33.969Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3795 | 2026-07-22T15:13:34.110Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3796 | 2026-07-22T15:13:34.274Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3797 | 2026-07-22T15:13:34.289Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3798 | 2026-07-22T15:13:34.356Z | Checking filetime v0.2.27 |
| 3799 | 2026-07-22T15:13:34.419Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3800 | 2026-07-22T15:13:34.448Z | Checking crc8 v0.1.1 |
| 3801 | 2026-07-22T15:13:34.554Z | Checking xattr v1.6.1 |
| 3802 | 2026-07-22T15:13:34.648Z | Checking http-range v0.1.5 |
| 3803 | 2026-07-22T15:13:34.674Z | Checking tar v0.4.46 |
| 3804 | 2026-07-22T15:13:34.775Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3805 | 2026-07-22T15:13:34.977Z | Checking illumos-nvpair v0.3.0 |
| 3806 | 2026-07-22T15:13:35.065Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3807 | 2026-07-22T15:13:35.078Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3808 | 2026-07-22T15:13:35.113Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3809 | 2026-07-22T15:13:35.128Z | Compiling progenitor-macro v0.13.0 |
| 3810 | 2026-07-22T15:13:35.134Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3811 | 2026-07-22T15:13:35.181Z | Checking atty v0.2.14 |
| 3812 | 2026-07-22T15:13:35.298Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3813 | 2026-07-22T15:13:35.444Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3814 | 2026-07-22T15:13:35.590Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3815 | 2026-07-22T15:13:35.701Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3816 | 2026-07-22T15:13:35.757Z | Checking hyper-staticfile v0.10.1 |
| 3817 | 2026-07-22T15:13:35.781Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3818 | 2026-07-22T15:13:35.856Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3819 | 2026-07-22T15:13:35.915Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3820 | 2026-07-22T15:13:35.979Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3821 | 2026-07-22T15:13:36.066Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3822 | 2026-07-22T15:13:36.103Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3823 | 2026-07-22T15:13:36.261Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3824 | 2026-07-22T15:13:36.312Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3825 | 2026-07-22T15:13:36.527Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3826 | 2026-07-22T15:13:36.579Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3827 | 2026-07-22T15:13:36.813Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3828 | 2026-07-22T15:13:37.094Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3829 | 2026-07-22T15:13:38.020Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3830 | 2026-07-22T15:13:38.491Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3831 | 2026-07-22T15:13:38.897Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3832 | 2026-07-22T15:13:38.946Z | Checking progenitor v0.13.0 |
| 3833 | 2026-07-22T15:13:39.078Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3834 | 2026-07-22T15:13:41.266Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3835 | 2026-07-22T15:13:44.430Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3836 | 2026-07-22T15:13:55.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.96s |
| 3837 | 2026-07-22T15:13:55.549Z | |
| 3838 | 2026-07-22T15:13:55.549Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300) |
| 3839 | 2026-07-22T15:13:56.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-07-22T15:13:56.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-07-22T15:13:56.277Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3842 | 2026-07-22T15:14:06.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3843 | 2026-07-22T15:14:07.134Z | |
| 3844 | 2026-07-22T15:14:07.134Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300) |
| 3845 | 2026-07-22T15:14:07.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-07-22T15:14:07.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-07-22T15:14:07.863Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-07-22T15:14:18.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3849 | 2026-07-22T15:14:18.783Z | |
| 3850 | 2026-07-22T15:14:18.783Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300) |
| 3851 | 2026-07-22T15:14:19.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-07-22T15:14:19.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-07-22T15:14:19.463Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-07-22T15:14:30.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3855 | 2026-07-22T15:14:30.310Z | |
| 3856 | 2026-07-22T15:14:30.310Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300) |
| 3857 | 2026-07-22T15:14:30.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-07-22T15:14:30.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-07-22T15:14:31.033Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-07-22T15:14:41.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3861 | 2026-07-22T15:14:41.820Z | |
| 3862 | 2026-07-22T15:14:41.821Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300) |
| 3863 | 2026-07-22T15:14:42.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-07-22T15:14:42.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-07-22T15:14:42.536Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-07-22T15:14:53.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3867 | 2026-07-22T15:14:53.361Z | |
| 3868 | 2026-07-22T15:14:53.361Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300) |
| 3869 | 2026-07-22T15:14:53.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-07-22T15:14:53.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-07-22T15:14:54.085Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-07-22T15:15:04.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3873 | 2026-07-22T15:15:04.902Z | |
| 3874 | 2026-07-22T15:15:04.902Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300) |
| 3875 | 2026-07-22T15:15:05.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-07-22T15:15:05.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-07-22T15:15:05.626Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-07-22T15:15:16.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3879 | 2026-07-22T15:15:16.461Z | |
| 3880 | 2026-07-22T15:15:16.462Z | info: running `cargo check --bins` on bootstrap-agent-api (211/300) |
| 3881 | 2026-07-22T15:15:16.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-07-22T15:15:16.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-07-22T15:15:16.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-07-22T15:15:16.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3885 | 2026-07-22T15:15:17.000Z | |
| 3886 | 2026-07-22T15:15:17.000Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300) |
| 3887 | 2026-07-22T15:15:17.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-07-22T15:15:17.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-07-22T15:15:17.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-07-22T15:15:17.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3891 | 2026-07-22T15:15:17.538Z | |
| 3892 | 2026-07-22T15:15:17.538Z | info: running `cargo check --bins` on range-requests (213/300) |
| 3893 | 2026-07-22T15:15:17.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-07-22T15:15:17.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-07-22T15:15:17.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-07-22T15:15:17.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3897 | 2026-07-22T15:15:18.061Z | |
| 3898 | 2026-07-22T15:15:18.061Z | info: running `cargo check --bins` on repo-depot-api (214/300) |
| 3899 | 2026-07-22T15:15:18.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-07-22T15:15:18.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-07-22T15:15:18.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-07-22T15:15:18.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3903 | 2026-07-22T15:15:18.586Z | |
| 3904 | 2026-07-22T15:15:18.586Z | info: running `cargo check --bins` on sled-agent-api (215/300) |
| 3905 | 2026-07-22T15:15:19.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-07-22T15:15:19.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-07-22T15:15:19.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-07-22T15:15:19.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3909 | 2026-07-22T15:15:19.140Z | |
| 3910 | 2026-07-22T15:15:19.140Z | info: running `cargo check --bins` on sled-diagnostics (216/300) |
| 3911 | 2026-07-22T15:15:19.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-07-22T15:15:19.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-07-22T15:15:19.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-07-22T15:15:19.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3915 | 2026-07-22T15:15:19.693Z | |
| 3916 | 2026-07-22T15:15:19.693Z | info: running `cargo check --bins` on zfs-test-harness (217/300) |
| 3917 | 2026-07-22T15:15:20.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-07-22T15:15:20.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-07-22T15:15:20.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-07-22T15:15:20.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3921 | 2026-07-22T15:15:20.244Z | |
| 3922 | 2026-07-22T15:15:20.244Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300) |
| 3923 | 2026-07-22T15:15:20.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-07-22T15:15:20.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-07-22T15:15:20.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-07-22T15:15:20.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3927 | 2026-07-22T15:15:20.803Z | |
| 3928 | 2026-07-22T15:15:20.803Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300) |
| 3929 | 2026-07-22T15:15:21.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-07-22T15:15:21.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-07-22T15:15:21.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-07-22T15:15:21.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3933 | 2026-07-22T15:15:21.364Z | |
| 3934 | 2026-07-22T15:15:21.364Z | info: running `cargo check --bins` on sled-agent-early-networking (220/300) |
| 3935 | 2026-07-22T15:15:21.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-07-22T15:15:21.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-07-22T15:15:21.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-07-22T15:15:21.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3939 | 2026-07-22T15:15:21.926Z | |
| 3940 | 2026-07-22T15:15:21.926Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/300) |
| 3941 | 2026-07-22T15:15:22.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-07-22T15:15:22.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-07-22T15:15:22.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-07-22T15:15:22.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3945 | 2026-07-22T15:15:22.479Z | |
| 3946 | 2026-07-22T15:15:22.479Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300) |
| 3947 | 2026-07-22T15:15:22.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-07-22T15:15:22.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-07-22T15:15:22.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-07-22T15:15:22.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3951 | 2026-07-22T15:15:23.040Z | |
| 3952 | 2026-07-22T15:15:23.040Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300) |
| 3953 | 2026-07-22T15:15:23.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-07-22T15:15:23.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-07-22T15:15:23.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-07-22T15:15:23.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3957 | 2026-07-22T15:15:23.600Z | |
| 3958 | 2026-07-22T15:15:23.600Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/300) |
| 3959 | 2026-07-22T15:15:24.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-07-22T15:15:24.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-07-22T15:15:24.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-07-22T15:15:24.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3963 | 2026-07-22T15:15:24.159Z | |
| 3964 | 2026-07-22T15:15:24.159Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/300) |
| 3965 | 2026-07-22T15:15:24.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-07-22T15:15:24.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-07-22T15:15:24.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-07-22T15:15:24.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3969 | 2026-07-22T15:15:24.753Z | |
| 3970 | 2026-07-22T15:15:24.753Z | info: running `cargo check --bins` on trust-quorum (226/300) |
| 3971 | 2026-07-22T15:15:25.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-07-22T15:15:25.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-07-22T15:15:25.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-07-22T15:15:25.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3975 | 2026-07-22T15:15:25.357Z | |
| 3976 | 2026-07-22T15:15:25.357Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300) |
| 3977 | 2026-07-22T15:15:25.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-07-22T15:15:25.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-07-22T15:15:25.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-07-22T15:15:25.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3981 | 2026-07-22T15:15:25.894Z | |
| 3982 | 2026-07-22T15:15:25.894Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/300) |
| 3983 | 2026-07-22T15:15:26.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-07-22T15:15:26.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-07-22T15:15:26.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-07-22T15:15:26.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3987 | 2026-07-22T15:15:26.455Z | |
| 3988 | 2026-07-22T15:15:26.455Z | info: running `cargo check --bins` on update-common (229/300) |
| 3989 | 2026-07-22T15:15:26.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-07-22T15:15:26.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-07-22T15:15:26.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-07-22T15:15:26.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3993 | 2026-07-22T15:15:26.987Z | |
| 3994 | 2026-07-22T15:15:26.987Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300) |
| 3995 | 2026-07-22T15:15:27.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-07-22T15:15:27.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-07-22T15:15:27.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-07-22T15:15:27.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3999 | 2026-07-22T15:15:27.569Z | |
| 4000 | 2026-07-22T15:15:27.569Z | info: running `cargo check --bins` on omicron-deployment-graph (231/300) |
| 4001 | 2026-07-22T15:15:28.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-07-22T15:15:28.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-07-22T15:15:28.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-07-22T15:15:28.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4005 | 2026-07-22T15:15:28.099Z | |
| 4006 | 2026-07-22T15:15:28.099Z | info: running `cargo check --bins` on reconfigurator-cli (232/300) |
| 4007 | 2026-07-22T15:15:28.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-07-22T15:15:28.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-07-22T15:15:28.805Z | Compiling fs-err v2.11.0 |
| 4010 | 2026-07-22T15:15:28.808Z | Checking ignore v0.4.25 |
| 4011 | 2026-07-22T15:15:28.808Z | Checking arc-swap v1.8.2 |
| 4012 | 2026-07-22T15:15:28.934Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4013 | 2026-07-22T15:15:28.937Z | Checking predicates-tree v1.0.13 |
| 4014 | 2026-07-22T15:15:28.937Z | Checking parse-size v1.1.0 |
| 4015 | 2026-07-22T15:15:28.961Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4016 | 2026-07-22T15:15:28.976Z | Checking rand_seeder v0.4.0 |
| 4017 | 2026-07-22T15:15:29.041Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4018 | 2026-07-22T15:15:29.056Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4019 | 2026-07-22T15:15:29.117Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4020 | 2026-07-22T15:15:29.148Z | Checking slog-scope v4.4.1 |
| 4021 | 2026-07-22T15:15:29.200Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4022 | 2026-07-22T15:15:29.243Z | Compiling petname v2.0.2 |
| 4023 | 2026-07-22T15:15:29.260Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4024 | 2026-07-22T15:15:29.297Z | Checking globwalk v0.9.1 |
| 4025 | 2026-07-22T15:15:29.310Z | Checking slog-stdlog v4.1.1 |
| 4026 | 2026-07-22T15:15:29.383Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4027 | 2026-07-22T15:15:29.425Z | Checking slog-envlogger v2.2.0 |
| 4028 | 2026-07-22T15:15:29.471Z | Checking camino-tempfile-ext v0.3.3 |
| 4029 | 2026-07-22T15:15:29.547Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4030 | 2026-07-22T15:15:29.569Z | Checking sapling-renderdag v0.1.0 |
| 4031 | 2026-07-22T15:15:29.660Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4032 | 2026-07-22T15:15:29.750Z | Checking subprocess v0.2.15 |
| 4033 | 2026-07-22T15:15:29.806Z | Checking sync-ptr v0.1.4 |
| 4034 | 2026-07-22T15:15:29.849Z | Checking colored v2.2.0 |
| 4035 | 2026-07-22T15:15:29.921Z | Checking assert_matches v1.5.0 |
| 4036 | 2026-07-22T15:15:30.027Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4037 | 2026-07-22T15:15:30.184Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4038 | 2026-07-22T15:15:30.188Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4039 | 2026-07-22T15:15:30.873Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4040 | 2026-07-22T15:15:32.160Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4041 | 2026-07-22T15:15:34.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s |
| 4042 | 2026-07-22T15:15:34.489Z | |
| 4043 | 2026-07-22T15:15:34.489Z | info: running `cargo check --bins` on omicron-repl-utils (233/300) |
| 4044 | 2026-07-22T15:15:34.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4045 | 2026-07-22T15:15:34.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4046 | 2026-07-22T15:15:34.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4047 | 2026-07-22T15:15:34.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4048 | 2026-07-22T15:15:35.003Z | |
| 4049 | 2026-07-22T15:15:35.003Z | info: running `cargo check --bins` on transient-dns-server (234/300) |
| 4050 | 2026-07-22T15:15:35.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-07-22T15:15:35.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-07-22T15:15:35.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-07-22T15:15:35.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4054 | 2026-07-22T15:15:35.543Z | |
| 4055 | 2026-07-22T15:15:35.543Z | info: running `cargo check --bins` on nexus-test-interface (235/300) |
| 4056 | 2026-07-22T15:15:36.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-07-22T15:15:36.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-07-22T15:15:36.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-07-22T15:15:36.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4060 | 2026-07-22T15:15:36.128Z | |
| 4061 | 2026-07-22T15:15:36.128Z | info: running `cargo check --bins` on oximeter-collector (236/300) |
| 4062 | 2026-07-22T15:15:36.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-07-22T15:15:36.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-07-22T15:15:36.791Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4065 | 2026-07-22T15:15:36.793Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4066 | 2026-07-22T15:15:37.416Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4067 | 2026-07-22T15:15:39.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s |
| 4068 | 2026-07-22T15:15:39.203Z | |
| 4069 | 2026-07-22T15:15:39.203Z | info: running `cargo check --bins` on oximeter-api (237/300) |
| 4070 | 2026-07-22T15:15:39.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2026-07-22T15:15:39.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2026-07-22T15:15:39.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4073 | 2026-07-22T15:15:39.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4074 | 2026-07-22T15:15:39.742Z | |
| 4075 | 2026-07-22T15:15:39.742Z | info: running `cargo check --bins` on cert-dev (238/300) |
| 4076 | 2026-07-22T15:15:40.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-07-22T15:15:40.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-07-22T15:15:40.304Z | Checking yasna v0.5.2 |
| 4079 | 2026-07-22T15:15:40.699Z | Checking rcgen v0.12.1 |
| 4080 | 2026-07-22T15:15:40.947Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4081 | 2026-07-22T15:15:41.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4082 | 2026-07-22T15:15:41.275Z | |
| 4083 | 2026-07-22T15:15:41.275Z | info: running `cargo check --bins` on clickana (239/300) |
| 4084 | 2026-07-22T15:15:41.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-07-22T15:15:41.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-07-22T15:15:41.864Z | Compiling instability v0.3.11 |
| 4087 | 2026-07-22T15:15:41.864Z | Checking castaway v0.2.4 |
| 4088 | 2026-07-22T15:15:41.867Z | Compiling indoc v2.0.7 |
| 4089 | 2026-07-22T15:15:41.967Z | Checking unicode-truncate v1.1.0 |
| 4090 | 2026-07-22T15:15:41.983Z | Checking lru v0.12.5 |
| 4091 | 2026-07-22T15:15:41.989Z | Checking cassowary v0.3.0 |
| 4092 | 2026-07-22T15:15:42.052Z | Checking compact_str v0.8.1 |
| 4093 | 2026-07-22T15:15:42.879Z | Checking ratatui v0.29.0 |
| 4094 | 2026-07-22T15:15:43.917Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4095 | 2026-07-22T15:15:44.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 4096 | 2026-07-22T15:15:44.739Z | |
| 4097 | 2026-07-22T15:15:44.739Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/300) |
| 4098 | 2026-07-22T15:15:45.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-07-22T15:15:45.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-07-22T15:15:45.403Z | Checking headers-core v0.3.0 |
| 4101 | 2026-07-22T15:15:45.406Z | Checking port-file v0.1.0 |
| 4102 | 2026-07-22T15:15:45.406Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4103 | 2026-07-22T15:15:45.597Z | Checking headers v0.4.1 |
| 4104 | 2026-07-22T15:15:45.962Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4105 | 2026-07-22T15:15:46.885Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4106 | 2026-07-22T15:15:47.337Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4107 | 2026-07-22T15:15:47.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 4108 | 2026-07-22T15:15:47.923Z | |
| 4109 | 2026-07-22T15:15:47.923Z | info: running `cargo check --bins` on ch-dev (241/300) |
| 4110 | 2026-07-22T15:15:48.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-07-22T15:15:48.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-07-22T15:15:48.655Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4113 | 2026-07-22T15:15:49.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4114 | 2026-07-22T15:15:49.492Z | |
| 4115 | 2026-07-22T15:15:49.492Z | info: running `cargo check --bins` on dev-tools-common (242/300) |
| 4116 | 2026-07-22T15:15:49.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-07-22T15:15:49.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-07-22T15:15:49.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-07-22T15:15:49.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 4120 | 2026-07-22T15:15:49.878Z | |
| 4121 | 2026-07-22T15:15:49.878Z | info: running `cargo check --bins` on corpus-adjust (243/300) |
| 4122 | 2026-07-22T15:15:50.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-07-22T15:15:50.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-07-22T15:15:50.464Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4125 | 2026-07-22T15:15:50.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 4126 | 2026-07-22T15:15:50.950Z | |
| 4127 | 2026-07-22T15:15:50.950Z | info: running `cargo check --bins` on crdb-seed (244/300) |
| 4128 | 2026-07-22T15:15:51.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-07-22T15:15:51.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-07-22T15:15:51.602Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4131 | 2026-07-22T15:15:52.645Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4132 | 2026-07-22T15:15:52.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 4133 | 2026-07-22T15:15:53.166Z | |
| 4134 | 2026-07-22T15:15:53.166Z | info: running `cargo check --bins` on db-dev (245/300) |
| 4135 | 2026-07-22T15:15:53.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2026-07-22T15:15:53.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2026-07-22T15:15:53.833Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4138 | 2026-07-22T15:15:54.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4139 | 2026-07-22T15:15:54.758Z | |
| 4140 | 2026-07-22T15:15:54.758Z | info: running `cargo check --bins` on omicron-dev-lib (246/300) |
| 4141 | 2026-07-22T15:15:55.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-07-22T15:15:55.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-07-22T15:15:55.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4144 | 2026-07-22T15:15:55.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4145 | 2026-07-22T15:15:55.324Z | |
| 4146 | 2026-07-22T15:15:55.324Z | info: running `cargo check --bins` on xtask-downloader (247/300) |
| 4147 | 2026-07-22T15:15:55.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-07-22T15:15:55.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-07-22T15:15:55.878Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4150 | 2026-07-22T15:15:56.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4151 | 2026-07-22T15:15:56.717Z | |
| 4152 | 2026-07-22T15:15:56.717Z | info: running `cargo check --bins` on omicron-dropshot-apis (248/300) |
| 4153 | 2026-07-22T15:15:57.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-07-22T15:15:57.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-07-22T15:15:57.414Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4156 | 2026-07-22T15:15:57.415Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4157 | 2026-07-22T15:15:57.422Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4158 | 2026-07-22T15:15:57.552Z | Checking git-stub v1.0.0 |
| 4159 | 2026-07-22T15:15:57.568Z | Compiling trait-variant v0.1.2 |
| 4160 | 2026-07-22T15:15:57.569Z | Checking is_ci v1.2.0 |
| 4161 | 2026-07-22T15:15:57.569Z | Checking maplit v1.0.2 |
| 4162 | 2026-07-22T15:15:57.584Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4163 | 2026-07-22T15:15:57.644Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4164 | 2026-07-22T15:15:57.660Z | Checking supports-color v3.0.2 |
| 4165 | 2026-07-22T15:15:57.688Z | Checking git-stub-vcs v0.1.0 |
| 4166 | 2026-07-22T15:15:57.776Z | Checking drift v0.2.0 |
| 4167 | 2026-07-22T15:15:57.791Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4168 | 2026-07-22T15:15:57.851Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4169 | 2026-07-22T15:15:57.869Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4170 | 2026-07-22T15:15:58.048Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4171 | 2026-07-22T15:15:58.059Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4172 | 2026-07-22T15:15:58.097Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4173 | 2026-07-22T15:15:58.119Z | Checking dropshot-api-manager v0.7.2 |
| 4174 | 2026-07-22T15:15:58.135Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4175 | 2026-07-22T15:15:58.261Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4176 | 2026-07-22T15:15:58.792Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4177 | 2026-07-22T15:15:59.719Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4178 | 2026-07-22T15:16:00.714Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4179 | 2026-07-22T15:16:01.427Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4180 | 2026-07-22T15:16:01.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 4181 | 2026-07-22T15:16:02.032Z | |
| 4182 | 2026-07-22T15:16:02.032Z | info: running `cargo check --bins` on installinator-api (249/300) |
| 4183 | 2026-07-22T15:16:02.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-07-22T15:16:02.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-07-22T15:16:02.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4186 | 2026-07-22T15:16:02.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4187 | 2026-07-22T15:16:02.559Z | |
| 4188 | 2026-07-22T15:16:02.559Z | info: running `cargo check --bins` on nexus-external-api (250/300) |
| 4189 | 2026-07-22T15:16:03.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-07-22T15:16:03.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-07-22T15:16:03.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-07-22T15:16:03.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4193 | 2026-07-22T15:16:03.139Z | |
| 4194 | 2026-07-22T15:16:03.139Z | info: running `cargo check --bins` on nexus-internal-api (251/300) |
| 4195 | 2026-07-22T15:16:03.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-07-22T15:16:03.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-07-22T15:16:03.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-07-22T15:16:03.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4199 | 2026-07-22T15:16:03.708Z | |
| 4200 | 2026-07-22T15:16:03.709Z | info: running `cargo check --bins` on nexus-lockstep-api (252/300) |
| 4201 | 2026-07-22T15:16:04.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-07-22T15:16:04.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-07-22T15:16:04.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-07-22T15:16:04.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4205 | 2026-07-22T15:16:04.273Z | |
| 4206 | 2026-07-22T15:16:04.273Z | info: running `cargo check --bins` on ntp-admin-api (253/300) |
| 4207 | 2026-07-22T15:16:04.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-07-22T15:16:04.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-07-22T15:16:04.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-07-22T15:16:04.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4211 | 2026-07-22T15:16:04.803Z | |
| 4212 | 2026-07-22T15:16:04.803Z | info: running `cargo check --bins` on ntp-admin-types-versions (254/300) |
| 4213 | 2026-07-22T15:16:05.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-07-22T15:16:05.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-07-22T15:16:05.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-07-22T15:16:05.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4217 | 2026-07-22T15:16:05.318Z | |
| 4218 | 2026-07-22T15:16:05.319Z | info: running `cargo check --bins` on wicketd-api (255/300) |
| 4219 | 2026-07-22T15:16:05.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-07-22T15:16:05.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-07-22T15:16:05.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-07-22T15:16:05.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4223 | 2026-07-22T15:16:05.866Z | |
| 4224 | 2026-07-22T15:16:05.866Z | info: running `cargo check --bins` on omicron-ls-apis (256/300) |
| 4225 | 2026-07-22T15:16:06.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-07-22T15:16:06.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-07-22T15:16:06.426Z | Compiling blake3 v1.8.5 |
| 4228 | 2026-07-22T15:16:06.533Z | Checking arrayvec v0.7.6 |
| 4229 | 2026-07-22T15:16:06.536Z | Checking constant_time_eq v0.4.2 |
| 4230 | 2026-07-22T15:16:06.543Z | Checking arrayref v0.3.9 |
| 4231 | 2026-07-22T15:16:06.555Z | Checking cargo-platform v0.3.2 |
| 4232 | 2026-07-22T15:16:06.555Z | Checking topological-sort v0.2.2 |
| 4233 | 2026-07-22T15:16:06.558Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4234 | 2026-07-22T15:16:06.705Z | Checking cargo_metadata v0.23.1 |
| 4235 | 2026-07-22T15:16:07.411Z | Checking omicron-zone-package v0.12.3 |
| 4236 | 2026-07-22T15:16:08.125Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4237 | 2026-07-22T15:16:08.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4238 | 2026-07-22T15:16:09.115Z | |
| 4239 | 2026-07-22T15:16:09.115Z | info: running `cargo check --bins` on mgs-dev (257/300) |
| 4240 | 2026-07-22T15:16:09.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-07-22T15:16:09.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-07-22T15:16:09.774Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4243 | 2026-07-22T15:16:10.374Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4244 | 2026-07-22T15:16:10.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4245 | 2026-07-22T15:16:11.035Z | |
| 4246 | 2026-07-22T15:16:11.035Z | info: running `cargo check --bins` on omicron-omdb (258/300) |
| 4247 | 2026-07-22T15:16:11.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-07-22T15:16:11.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-07-22T15:16:11.951Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4250 | 2026-07-22T15:16:11.951Z | Compiling vergen-lib v0.1.6 |
| 4251 | 2026-07-22T15:16:11.951Z | Compiling diesel_derives v2.3.7 |
| 4252 | 2026-07-22T15:16:11.955Z | Compiling dsl_auto_type v0.2.0 |
| 4253 | 2026-07-22T15:16:11.955Z | Checking scheduled-thread-pool v0.2.7 |
| 4254 | 2026-07-22T15:16:11.955Z | Compiling vergen-gitcl v1.0.8 |
| 4255 | 2026-07-22T15:16:11.955Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4256 | 2026-07-22T15:16:11.955Z | Compiling dirs-sys-next v0.1.2 |
| 4257 | 2026-07-22T15:16:12.270Z | Compiling crunchy v0.2.4 |
| 4258 | 2026-07-22T15:16:12.316Z | Compiling glob v0.3.3 |
| 4259 | 2026-07-22T15:16:12.360Z | Checking r2d2 v0.8.10 |
| 4260 | 2026-07-22T15:16:12.363Z | Compiling dirs-next v2.0.0 |
| 4261 | 2026-07-22T15:16:12.390Z | Checking downcast-rs v2.0.2 |
| 4262 | 2026-07-22T15:16:12.485Z | Compiling tiny-keccak v2.0.2 |
| 4263 | 2026-07-22T15:16:12.539Z | Compiling term v0.7.0 |
| 4264 | 2026-07-22T15:16:12.662Z | Compiling bit-vec v0.6.3 |
| 4265 | 2026-07-22T15:16:12.679Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4266 | 2026-07-22T15:16:12.710Z | Compiling clang-sys v1.8.1 |
| 4267 | 2026-07-22T15:16:12.879Z | Compiling bit-set v0.5.3 |
| 4268 | 2026-07-22T15:16:12.898Z | Compiling ascii-canvas v3.0.0 |
| 4269 | 2026-07-22T15:16:13.041Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4270 | 2026-07-22T15:16:13.072Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4271 | 2026-07-22T15:16:13.087Z | Compiling itertools v0.10.5 |
| 4272 | 2026-07-22T15:16:13.125Z | Compiling ena v0.14.4 |
| 4273 | 2026-07-22T15:16:13.140Z | Compiling libloading v0.8.9 |
| 4274 | 2026-07-22T15:16:13.184Z | Compiling regex-syntax v0.6.29 |
| 4275 | 2026-07-22T15:16:13.201Z | Compiling diff v0.1.13 |
| 4276 | 2026-07-22T15:16:13.332Z | Compiling bindgen v0.71.1 |
| 4277 | 2026-07-22T15:16:13.484Z | Compiling cexpr v0.6.0 |
| 4278 | 2026-07-22T15:16:13.679Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4279 | 2026-07-22T15:16:13.787Z | Compiling rustc-hash v2.1.1 |
| 4280 | 2026-07-22T15:16:13.923Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4281 | 2026-07-22T15:16:14.077Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4282 | 2026-07-22T15:16:14.138Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4283 | 2026-07-22T15:16:14.161Z | Compiling libxml v0.3.3 |
| 4284 | 2026-07-22T15:16:14.385Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4285 | 2026-07-22T15:16:14.388Z | Compiling strum_macros v0.24.3 |
| 4286 | 2026-07-22T15:16:14.448Z | Compiling indoc v1.0.9 |
| 4287 | 2026-07-22T15:16:14.590Z | Compiling lalrpop v0.19.12 |
| 4288 | 2026-07-22T15:16:15.251Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4289 | 2026-07-22T15:16:15.457Z | Checking derive_builder v0.20.2 |
| 4290 | 2026-07-22T15:16:15.577Z | Compiling oso-derive v0.27.3 |
| 4291 | 2026-07-22T15:16:15.755Z | Checking quick-xml v0.37.5 |
| 4292 | 2026-07-22T15:16:15.782Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4293 | 2026-07-22T15:16:16.089Z | Checking openssl-probe v0.1.6 |
| 4294 | 2026-07-22T15:16:16.235Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4295 | 2026-07-22T15:16:16.625Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4296 | 2026-07-22T15:16:16.830Z | Checking bb8 v0.8.6 |
| 4297 | 2026-07-22T15:16:16.965Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4298 | 2026-07-22T15:16:16.983Z | Checking nonempty v0.12.0 |
| 4299 | 2026-07-22T15:16:17.114Z | Compiling libz-sys v1.1.24 |
| 4300 | 2026-07-22T15:16:17.148Z | Compiling strsim v0.10.0 |
| 4301 | 2026-07-22T15:16:17.190Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4302 | 2026-07-22T15:16:17.323Z | Compiling darling_core v0.13.4 |
| 4303 | 2026-07-22T15:16:17.477Z | Compiling vergen-git2 v9.1.0 |
| 4304 | 2026-07-22T15:16:17.705Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4305 | 2026-07-22T15:16:17.744Z | Compiling base64 v0.21.7 |
| 4306 | 2026-07-22T15:16:17.935Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4307 | 2026-07-22T15:16:17.996Z | Checking diesel v2.3.7 |
| 4308 | 2026-07-22T15:16:18.068Z | Compiling ron v0.8.1 |
| 4309 | 2026-07-22T15:16:18.919Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4310 | 2026-07-22T15:16:19.034Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4311 | 2026-07-22T15:16:19.149Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4312 | 2026-07-22T15:16:19.247Z | Compiling darling_macro v0.13.4 |
| 4313 | 2026-07-22T15:16:19.350Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4314 | 2026-07-22T15:16:19.554Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4315 | 2026-07-22T15:16:19.727Z | Compiling darling v0.13.4 |
| 4316 | 2026-07-22T15:16:19.754Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4317 | 2026-07-22T15:16:19.818Z | Compiling serde_with_macros v1.5.2 |
| 4318 | 2026-07-22T15:16:20.004Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4319 | 2026-07-22T15:16:20.157Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4320 | 2026-07-22T15:16:20.355Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4321 | 2026-07-22T15:16:20.374Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4322 | 2026-07-22T15:16:20.555Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4323 | 2026-07-22T15:16:20.655Z | Compiling serde_with v1.14.0 |
| 4324 | 2026-07-22T15:16:21.782Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4325 | 2026-07-22T15:16:22.033Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4326 | 2026-07-22T15:16:22.300Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4327 | 2026-07-22T15:16:22.970Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4328 | 2026-07-22T15:16:23.230Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4329 | 2026-07-22T15:16:23.436Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4330 | 2026-07-22T15:16:23.643Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4331 | 2026-07-22T15:16:24.024Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4332 | 2026-07-22T15:16:24.225Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4333 | 2026-07-22T15:16:24.516Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4334 | 2026-07-22T15:16:24.600Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4335 | 2026-07-22T15:16:24.630Z | Checking twox-hash v2.1.2 |
| 4336 | 2026-07-22T15:16:24.805Z | Checking libsw-core v0.3.2 |
| 4337 | 2026-07-22T15:16:24.929Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4338 | 2026-07-22T15:16:24.955Z | Checking libsw v3.5.0 |
| 4339 | 2026-07-22T15:16:25.097Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4340 | 2026-07-22T15:16:25.114Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4341 | 2026-07-22T15:16:25.420Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4342 | 2026-07-22T15:16:25.571Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4343 | 2026-07-22T15:16:26.770Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4344 | 2026-07-22T15:16:26.865Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4345 | 2026-07-22T15:16:27.081Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4346 | 2026-07-22T15:16:27.532Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4347 | 2026-07-22T15:16:27.748Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4348 | 2026-07-22T15:16:27.952Z | Checking console v0.16.2 |
| 4349 | 2026-07-22T15:16:28.262Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4350 | 2026-07-22T15:16:28.408Z | Checking fatfs v0.3.6 |
| 4351 | 2026-07-22T15:16:28.513Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4352 | 2026-07-22T15:16:28.869Z | Compiling seq-macro v0.3.6 |
| 4353 | 2026-07-22T15:16:29.390Z | Checking unit-prefix v0.5.2 |
| 4354 | 2026-07-22T15:16:29.542Z | Checking indicatif v0.18.4 |
| 4355 | 2026-07-22T15:16:29.845Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4356 | 2026-07-22T15:16:29.865Z | Checking oxide-update-engine-display v0.1.2 |
| 4357 | 2026-07-22T15:16:29.922Z | Checking support-bundle-viewer v0.1.2 |
| 4358 | 2026-07-22T15:16:30.161Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4359 | 2026-07-22T15:16:30.164Z | Checking multimap v0.10.1 |
| 4360 | 2026-07-22T15:16:35.998Z | Checking async-bb8-diesel v0.2.1 |
| 4361 | 2026-07-22T15:16:36.352Z | Checking diesel-dtrace v0.5.0 |
| 4362 | 2026-07-22T15:16:40.037Z | Compiling samael v0.0.19 |
| 4363 | 2026-07-22T15:16:44.202Z | Compiling git2 v0.20.4 |
| 4364 | 2026-07-22T15:16:45.564Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4365 | 2026-07-22T15:16:46.493Z | Compiling polar-core v0.27.3 |
| 4366 | 2026-07-22T15:16:46.620Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4367 | 2026-07-22T15:16:50.971Z | Checking oso v0.27.3 |
| 4368 | 2026-07-22T15:17:20.544Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4369 | 2026-07-22T15:18:33.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4370 | 2026-07-22T15:18:33.564Z | |
| 4371 | 2026-07-22T15:18:33.564Z | info: running `cargo check --bins` on nexus-networking (259/300) |
| 4372 | 2026-07-22T15:18:34.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4373 | 2026-07-22T15:18:34.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4374 | 2026-07-22T15:18:34.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4375 | 2026-07-22T15:18:34.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4376 | 2026-07-22T15:18:34.180Z | |
| 4377 | 2026-07-22T15:18:34.180Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300) |
| 4378 | 2026-07-22T15:18:34.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4379 | 2026-07-22T15:18:34.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4380 | 2026-07-22T15:18:34.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4381 | 2026-07-22T15:18:34.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4382 | 2026-07-22T15:18:34.763Z | |
| 4383 | 2026-07-22T15:18:34.763Z | info: running `cargo check --bins` on nexus-saga-recovery (261/300) |
| 4384 | 2026-07-22T15:18:35.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4385 | 2026-07-22T15:18:35.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4386 | 2026-07-22T15:18:35.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4387 | 2026-07-22T15:18:35.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4388 | 2026-07-22T15:18:35.352Z | |
| 4389 | 2026-07-22T15:18:35.352Z | info: running `cargo check --bins` on nexus-test-utils-macros (262/300) |
| 4390 | 2026-07-22T15:18:35.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4391 | 2026-07-22T15:18:35.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4392 | 2026-07-22T15:18:35.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4393 | 2026-07-22T15:18:35.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4394 | 2026-07-22T15:18:35.882Z | |
| 4395 | 2026-07-22T15:18:35.882Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (263/300) |
| 4396 | 2026-07-22T15:18:36.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-07-22T15:18:36.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-07-22T15:18:36.653Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4399 | 2026-07-22T15:18:37.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4400 | 2026-07-22T15:18:37.571Z | |
| 4401 | 2026-07-22T15:18:37.571Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300) |
| 4402 | 2026-07-22T15:18:38.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-07-22T15:18:38.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-07-22T15:18:38.342Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4405 | 2026-07-22T15:19:15.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.32s |
| 4406 | 2026-07-22T15:19:16.106Z | |
| 4407 | 2026-07-22T15:19:16.107Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300) |
| 4408 | 2026-07-22T15:19:16.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4409 | 2026-07-22T15:19:16.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4410 | 2026-07-22T15:19:16.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4411 | 2026-07-22T15:19:16.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4412 | 2026-07-22T15:19:16.619Z | |
| 4413 | 2026-07-22T15:19:16.619Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300) |
| 4414 | 2026-07-22T15:19:17.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4415 | 2026-07-22T15:19:17.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4416 | 2026-07-22T15:19:17.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4417 | 2026-07-22T15:19:17.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4418 | 2026-07-22T15:19:17.135Z | |
| 4419 | 2026-07-22T15:19:17.135Z | info: running `cargo check --bins --no-default-features` on nexus-fm (267/300) |
| 4420 | 2026-07-22T15:19:17.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-07-22T15:19:17.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-07-22T15:19:17.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4423 | 2026-07-22T15:19:17.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4424 | 2026-07-22T15:19:17.712Z | |
| 4425 | 2026-07-22T15:19:17.712Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300) |
| 4426 | 2026-07-22T15:19:18.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-07-22T15:19:18.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-07-22T15:19:18.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4429 | 2026-07-22T15:19:18.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4430 | 2026-07-22T15:19:18.304Z | |
| 4431 | 2026-07-22T15:19:18.304Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (269/300) |
| 4432 | 2026-07-22T15:19:18.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-07-22T15:19:18.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-07-22T15:19:18.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-07-22T15:19:18.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4436 | 2026-07-22T15:19:18.886Z | |
| 4437 | 2026-07-22T15:19:18.886Z | info: running `cargo check --bins` on nexus-mgs-updates (270/300) |
| 4438 | 2026-07-22T15:19:19.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-07-22T15:19:19.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-07-22T15:19:19.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-07-22T15:19:19.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4442 | 2026-07-22T15:19:19.491Z | |
| 4443 | 2026-07-22T15:19:19.491Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (271/300) |
| 4444 | 2026-07-22T15:19:19.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-07-22T15:19:20.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-07-22T15:19:20.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-07-22T15:19:20.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4448 | 2026-07-22T15:19:20.079Z | |
| 4449 | 2026-07-22T15:19:20.080Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300) |
| 4450 | 2026-07-22T15:19:20.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-07-22T15:19:20.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-07-22T15:19:20.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-07-22T15:19:20.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4454 | 2026-07-22T15:19:20.664Z | |
| 4455 | 2026-07-22T15:19:20.664Z | info: running `cargo check --bins` on nexus-switch-config (273/300) |
| 4456 | 2026-07-22T15:19:21.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-07-22T15:19:21.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-07-22T15:19:21.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-07-22T15:19:21.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4460 | 2026-07-22T15:19:21.374Z | |
| 4461 | 2026-07-22T15:19:21.374Z | info: running `cargo check --bins` on nexus-switch-config-preparation (274/300) |
| 4462 | 2026-07-22T15:19:21.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-07-22T15:19:21.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-07-22T15:19:21.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-07-22T15:19:21.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4466 | 2026-07-22T15:19:21.810Z | |
| 4467 | 2026-07-22T15:19:21.810Z | info: running `cargo check --bins` on support-bundle-collection (275/300) |
| 4468 | 2026-07-22T15:19:22.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-07-22T15:19:22.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-07-22T15:19:22.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-07-22T15:19:22.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4472 | 2026-07-22T15:19:22.390Z | |
| 4473 | 2026-07-22T15:19:22.390Z | info: running `cargo check --bins` on omicron-dev (276/300) |
| 4474 | 2026-07-22T15:19:22.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-07-22T15:19:22.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-07-22T15:19:23.234Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4477 | 2026-07-22T15:19:23.265Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4478 | 2026-07-22T15:19:23.373Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4479 | 2026-07-22T15:19:23.404Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4480 | 2026-07-22T15:19:23.409Z | Checking yansi v1.0.1 |
| 4481 | 2026-07-22T15:19:23.410Z | Checking diff v0.1.13 |
| 4482 | 2026-07-22T15:19:23.424Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4483 | 2026-07-22T15:19:23.449Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4484 | 2026-07-22T15:19:23.643Z | Checking pretty_assertions v1.4.1 |
| 4485 | 2026-07-22T15:19:24.408Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4486 | 2026-07-22T15:19:24.412Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4487 | 2026-07-22T15:19:48.888Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4488 | 2026-07-22T15:19:48.891Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4489 | 2026-07-22T15:19:48.891Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4490 | 2026-07-22T15:19:48.891Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4491 | 2026-07-22T15:19:48.891Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4492 | 2026-07-22T15:19:48.891Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4493 | 2026-07-22T15:19:48.892Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4494 | 2026-07-22T15:19:49.672Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4495 | 2026-07-22T15:19:49.672Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4496 | 2026-07-22T15:19:50.879Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4497 | 2026-07-22T15:20:28.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4498 | 2026-07-22T15:20:28.347Z | |
| 4499 | 2026-07-22T15:20:28.347Z | info: running `cargo check --bins` on omicron-pins (277/300) |
| 4500 | 2026-07-22T15:20:28.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-07-22T15:20:28.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-07-22T15:20:28.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4503 | 2026-07-22T15:20:28.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4504 | 2026-07-22T15:20:28.867Z | |
| 4505 | 2026-07-22T15:20:28.867Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300) |
| 4506 | 2026-07-22T15:20:29.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-07-22T15:20:29.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-07-22T15:20:29.581Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4509 | 2026-07-22T15:20:29.701Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4510 | 2026-07-22T15:20:29.708Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4511 | 2026-07-22T15:20:56.535Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4512 | 2026-07-22T15:20:56.902Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4513 | 2026-07-22T15:20:58.606Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4514 | 2026-07-22T15:20:59.038Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4515 | 2026-07-22T15:21:02.131Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4516 | 2026-07-22T15:21:25.713Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4517 | 2026-07-22T15:21:26.396Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4518 | 2026-07-22T15:21:27.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.10s |
| 4519 | 2026-07-22T15:21:28.168Z | |
| 4520 | 2026-07-22T15:21:28.168Z | info: running `cargo check --bins` on reconfigurator-sp-updater (279/300) |
| 4521 | 2026-07-22T15:21:28.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-07-22T15:21:28.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-07-22T15:21:28.824Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4524 | 2026-07-22T15:21:29.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4525 | 2026-07-22T15:21:29.662Z | |
| 4526 | 2026-07-22T15:21:29.662Z | info: running `cargo check --bins` on omicron-releng (280/300) |
| 4527 | 2026-07-22T15:21:30.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-07-22T15:21:30.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-07-22T15:21:30.253Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4530 | 2026-07-22T15:21:30.357Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4531 | 2026-07-22T15:21:30.357Z | Checking sha2 v0.11.0 |
| 4532 | 2026-07-22T15:21:30.360Z | Checking digest-io v0.1.0 |
| 4533 | 2026-07-22T15:21:30.373Z | Checking rawzip v0.4.4 |
| 4534 | 2026-07-22T15:21:30.379Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4535 | 2026-07-22T15:21:30.382Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4536 | 2026-07-22T15:21:30.382Z | Checking shell-words v1.1.1 |
| 4537 | 2026-07-22T15:21:30.803Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4538 | 2026-07-22T15:21:31.020Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4539 | 2026-07-22T15:21:32.026Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4540 | 2026-07-22T15:21:33.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4541 | 2026-07-22T15:21:33.224Z | |
| 4542 | 2026-07-22T15:21:33.224Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (281/300) |
| 4543 | 2026-07-22T15:21:33.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-07-22T15:21:33.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-07-22T15:21:33.807Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4546 | 2026-07-22T15:21:34.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4547 | 2026-07-22T15:21:34.462Z | |
| 4548 | 2026-07-22T15:21:34.463Z | info: running `cargo check --bins` on schema (282/300) |
| 4549 | 2026-07-22T15:21:34.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-07-22T15:21:34.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-07-22T15:21:35.118Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4552 | 2026-07-22T15:21:35.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4553 | 2026-07-22T15:21:35.989Z | |
| 4554 | 2026-07-22T15:21:35.989Z | info: running `cargo check --bins` on xtask (283/300) |
| 4555 | 2026-07-22T15:21:36.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-07-22T15:21:36.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-07-22T15:21:36.371Z | Checking serde_core v1.0.228 |
| 4558 | 2026-07-22T15:21:36.371Z | Checking libc v0.2.185 |
| 4559 | 2026-07-22T15:21:36.452Z | Checking bitflags v2.11.0 |
| 4560 | 2026-07-22T15:21:36.462Z | Checking scroll v0.12.0 |
| 4561 | 2026-07-22T15:21:36.462Z | Checking thiserror v1.0.69 |
| 4562 | 2026-07-22T15:21:36.472Z | Checking log v0.4.29 |
| 4563 | 2026-07-22T15:21:36.479Z | Checking indexmap v2.14.0 |
| 4564 | 2026-07-22T15:21:36.479Z | Checking zerocopy v0.7.35 |
| 4565 | 2026-07-22T15:21:36.554Z | Checking syn v2.0.117 |
| 4566 | 2026-07-22T15:21:36.586Z | Checking dtrace-parser v0.2.0 |
| 4567 | 2026-07-22T15:21:36.606Z | Checking once_cell v1.21.3 |
| 4568 | 2026-07-22T15:21:36.662Z | Checking goblin v0.8.2 |
| 4569 | 2026-07-22T15:21:36.726Z | Checking errno v0.3.14 |
| 4570 | 2026-07-22T15:21:36.773Z | Checking thread-id v4.2.2 |
| 4571 | 2026-07-22T15:21:36.814Z | Checking getrandom v0.4.1 |
| 4572 | 2026-07-22T15:21:36.839Z | Checking rustix v1.1.3 |
| 4573 | 2026-07-22T15:21:36.850Z | Checking memmap v0.7.0 |
| 4574 | 2026-07-22T15:21:36.940Z | Checking thiserror v2.0.18 |
| 4575 | 2026-07-22T15:21:36.952Z | Checking fs-err v3.3.0 |
| 4576 | 2026-07-22T15:21:36.973Z | Checking tabled v0.15.0 |
| 4577 | 2026-07-22T15:21:37.003Z | Checking anyhow v1.0.102 |
| 4578 | 2026-07-22T15:21:37.603Z | Checking terminal_size v0.4.3 |
| 4579 | 2026-07-22T15:21:37.603Z | Checking tempfile v3.25.0 |
| 4580 | 2026-07-22T15:21:37.710Z | Checking clap_builder v4.6.0 |
| 4581 | 2026-07-22T15:21:37.710Z | Checking textwrap v0.16.2 |
| 4582 | 2026-07-22T15:21:37.874Z | Checking serde v1.0.228 |
| 4583 | 2026-07-22T15:21:37.875Z | Checking serde_json v1.0.150 |
| 4584 | 2026-07-22T15:21:37.878Z | Checking camino v1.2.2 |
| 4585 | 2026-07-22T15:21:37.911Z | Checking semver v1.0.28 |
| 4586 | 2026-07-22T15:21:38.048Z | Checking cargo-platform v0.3.2 |
| 4587 | 2026-07-22T15:21:38.116Z | Checking camino-tempfile v1.4.1 |
| 4588 | 2026-07-22T15:21:38.270Z | Checking toml_datetime v0.6.11 |
| 4589 | 2026-07-22T15:21:38.270Z | Checking serde_spanned v0.6.9 |
| 4590 | 2026-07-22T15:21:38.273Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4591 | 2026-07-22T15:21:38.273Z | Checking macaddr v1.0.1 |
| 4592 | 2026-07-22T15:21:38.464Z | Checking toml_edit v0.22.27 |
| 4593 | 2026-07-22T15:21:38.478Z | Checking dof v0.3.0 |
| 4594 | 2026-07-22T15:21:38.482Z | Checking cargo_metadata v0.23.1 |
| 4595 | 2026-07-22T15:21:38.736Z | Checking usdt-impl v0.5.0 |
| 4596 | 2026-07-22T15:21:38.900Z | Checking clap v4.6.1 |
| 4597 | 2026-07-22T15:21:39.003Z | Checking usdt v0.5.0 |
| 4598 | 2026-07-22T15:21:39.431Z | Checking toml v0.8.23 |
| 4599 | 2026-07-22T15:21:39.690Z | Checking cargo_toml v0.21.0 |
| 4600 | 2026-07-22T15:21:40.326Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4601 | 2026-07-22T15:21:40.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
| 4602 | 2026-07-22T15:21:40.823Z | |
| 4603 | 2026-07-22T15:21:40.823Z | info: running `cargo check --bins` on dnsadm (284/300) |
| 4604 | 2026-07-22T15:21:41.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4605 | 2026-07-22T15:21:41.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4606 | 2026-07-22T15:21:41.405Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4607 | 2026-07-22T15:21:41.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4608 | 2026-07-22T15:21:42.065Z | |
| 4609 | 2026-07-22T15:21:42.065Z | info: running `cargo check --bins` on end-to-end-tests (285/300) |
| 4610 | 2026-07-22T15:21:42.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-07-22T15:21:42.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-07-22T15:21:42.817Z | Checking cpubits v0.1.1 |
| 4613 | 2026-07-22T15:21:42.820Z | Checking pem-rfc7468 v1.0.0 |
| 4614 | 2026-07-22T15:21:42.954Z | Checking hmac v0.13.0 |
| 4615 | 2026-07-22T15:21:42.954Z | Checking universal-hash v0.6.1 |
| 4616 | 2026-07-22T15:21:42.976Z | Checking ctr v0.10.1 |
| 4617 | 2026-07-22T15:21:42.976Z | Checking aead v0.6.1 |
| 4618 | 2026-07-22T15:21:43.004Z | Checking aes v0.9.1 |
| 4619 | 2026-07-22T15:21:43.008Z | Checking crypto-bigint v0.7.5 |
| 4620 | 2026-07-22T15:21:43.030Z | Checking cbc v0.2.1 |
| 4621 | 2026-07-22T15:21:43.074Z | Checking polyval v0.7.1 |
| 4622 | 2026-07-22T15:21:43.088Z | Checking der v0.8.0 |
| 4623 | 2026-07-22T15:21:43.101Z | Checking pbkdf2 v0.13.0 |
| 4624 | 2026-07-22T15:21:43.114Z | Checking salsa20 v0.11.0 |
| 4625 | 2026-07-22T15:21:43.182Z | Checking ff v0.14.0 |
| 4626 | 2026-07-22T15:21:43.185Z | Checking signature v3.0.0 |
| 4627 | 2026-07-22T15:21:43.224Z | Checking base16ct v1.0.0 |
| 4628 | 2026-07-22T15:21:43.245Z | Checking ghash v0.6.0 |
| 4629 | 2026-07-22T15:21:43.260Z | Checking scrypt v0.12.0 |
| 4630 | 2026-07-22T15:21:43.325Z | Checking group v0.14.0 |
| 4631 | 2026-07-22T15:21:43.351Z | Checking hkdf v0.13.0 |
| 4632 | 2026-07-22T15:21:43.368Z | Checking rfc6979 v0.5.0 |
| 4633 | 2026-07-22T15:21:43.386Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4634 | 2026-07-22T15:21:43.402Z | Checking aes-gcm v0.11.0 |
| 4635 | 2026-07-22T15:21:43.420Z | Checking poly1305 v0.9.0 |
| 4636 | 2026-07-22T15:21:43.471Z | Checking blowfish v0.10.0 |
| 4637 | 2026-07-22T15:21:43.487Z | Checking blake2 v0.11.0-rc.6 |
| 4638 | 2026-07-22T15:21:43.499Z | Checking keccak v0.2.0 |
| 4639 | 2026-07-22T15:21:43.559Z | Checking fiat-crypto v0.3.0 |
| 4640 | 2026-07-22T15:21:43.618Z | Checking bcrypt-pbkdf v0.11.0 |
| 4641 | 2026-07-22T15:21:43.693Z | Checking sha3 v0.11.0 |
| 4642 | 2026-07-22T15:21:43.703Z | Checking kem v0.3.0 |
| 4643 | 2026-07-22T15:21:43.734Z | Checking argon2 v0.6.0-rc.8 |
| 4644 | 2026-07-22T15:21:43.769Z | Checking module-lattice v0.2.3 |
| 4645 | 2026-07-22T15:21:43.802Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4646 | 2026-07-22T15:21:43.867Z | Checking spki v0.8.0 |
| 4647 | 2026-07-22T15:21:43.981Z | Checking sec1 v0.8.1 |
| 4648 | 2026-07-22T15:21:43.985Z | Checking ml-kem v0.3.2 |
| 4649 | 2026-07-22T15:21:44.012Z | Checking internal-russh-num-bigint v0.5.0 |
| 4650 | 2026-07-22T15:21:44.038Z | Checking pkcs5 v0.8.1 |
| 4651 | 2026-07-22T15:21:44.041Z | Checking pkcs1 v0.8.0-rc.4 |
| 4652 | 2026-07-22T15:21:44.185Z | Checking num-bigint v0.4.6 |
| 4653 | 2026-07-22T15:21:44.242Z | Checking generic-array v1.4.3 |
| 4654 | 2026-07-22T15:21:44.344Z | Checking pkcs8 v0.11.0 |
| 4655 | 2026-07-22T15:21:44.538Z | Checking ed25519 v3.0.0 |
| 4656 | 2026-07-22T15:21:44.634Z | Checking russh-util v0.52.0 |
| 4657 | 2026-07-22T15:21:44.651Z | Compiling enum_dispatch v0.3.13 |
| 4658 | 2026-07-22T15:21:44.731Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4659 | 2026-07-22T15:21:44.757Z | Compiling delegate v0.13.5 |
| 4660 | 2026-07-22T15:21:44.776Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4661 | 2026-07-22T15:21:44.848Z | Checking md5 v0.8.0 |
| 4662 | 2026-07-22T15:21:44.955Z | Checking hex-literal v1.1.0 |
| 4663 | 2026-07-22T15:21:45.040Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4664 | 2026-07-22T15:21:45.055Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4665 | 2026-07-22T15:21:45.096Z | Checking socket2 v0.5.10 |
| 4666 | 2026-07-22T15:21:45.193Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4667 | 2026-07-22T15:21:45.211Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4668 | 2026-07-22T15:21:45.244Z | Checking primefield v0.14.0 |
| 4669 | 2026-07-22T15:21:45.343Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4670 | 2026-07-22T15:21:45.444Z | Checking crypto-primes v0.7.2 |
| 4671 | 2026-07-22T15:21:45.570Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4672 | 2026-07-22T15:21:45.616Z | Checking russh-cryptovec v0.61.0 |
| 4673 | 2026-07-22T15:21:45.671Z | Checking ecdsa v0.17.0-rc.18 |
| 4674 | 2026-07-22T15:21:45.695Z | Checking primeorder v0.14.0-rc.10 |
| 4675 | 2026-07-22T15:21:45.772Z | Checking internet-checksum v0.2.1 |
| 4676 | 2026-07-22T15:21:46.029Z | Checking p521 v0.14.0-rc.10 |
| 4677 | 2026-07-22T15:21:46.032Z | Checking p256 v0.14.0-rc.10 |
| 4678 | 2026-07-22T15:21:46.414Z | Checking rsa v0.10.0-rc.18 |
| 4679 | 2026-07-22T15:21:48.364Z | Checking p384 v0.14.0-rc.10 |
| 4680 | 2026-07-22T15:21:50.255Z | Checking ssh-key v0.7.0-rc.10 |
| 4681 | 2026-07-22T15:21:51.015Z | Checking russh v0.61.2 |
| 4682 | 2026-07-22T15:22:03.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.46s |
| 4683 | 2026-07-22T15:22:03.731Z | |
| 4684 | 2026-07-22T15:22:03.731Z | info: running `cargo check --bins` on gateway-cli (286/300) |
| 4685 | 2026-07-22T15:22:04.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-07-22T15:22:04.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-07-22T15:22:04.324Z | Checking termios v0.3.3 |
| 4688 | 2026-07-22T15:22:04.518Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4689 | 2026-07-22T15:22:05.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4690 | 2026-07-22T15:22:05.267Z | |
| 4691 | 2026-07-22T15:22:05.267Z | info: running `cargo check --bins --no-default-features` on installinator (287/300) |
| 4692 | 2026-07-22T15:22:05.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-07-22T15:22:05.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-07-22T15:22:05.917Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4695 | 2026-07-22T15:22:06.601Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4696 | 2026-07-22T15:22:08.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 4697 | 2026-07-22T15:22:08.384Z | |
| 4698 | 2026-07-22T15:22:08.384Z | info: running `cargo check --bins` on internal-dns-cli (288/300) |
| 4699 | 2026-07-22T15:22:08.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4700 | 2026-07-22T15:22:08.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4701 | 2026-07-22T15:22:08.967Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4702 | 2026-07-22T15:22:09.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4703 | 2026-07-22T15:22:09.539Z | |
| 4704 | 2026-07-22T15:22:09.539Z | info: running `cargo check --bins` on omicron-live-tests (289/300) |
| 4705 | 2026-07-22T15:22:09.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4706 | 2026-07-22T15:22:09.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4707 | 2026-07-22T15:22:09.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4708 | 2026-07-22T15:22:09.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4709 | 2026-07-22T15:22:10.068Z | |
| 4710 | 2026-07-22T15:22:10.068Z | info: running `cargo check --bins` on live-tests-macros (290/300) |
| 4711 | 2026-07-22T15:22:10.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4712 | 2026-07-22T15:22:10.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4713 | 2026-07-22T15:22:10.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4714 | 2026-07-22T15:22:10.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4715 | 2026-07-22T15:22:10.593Z | |
| 4716 | 2026-07-22T15:22:10.594Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300) |
| 4717 | 2026-07-22T15:22:11.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4718 | 2026-07-22T15:22:11.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4719 | 2026-07-22T15:22:11.304Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4720 | 2026-07-22T15:22:11.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4721 | 2026-07-22T15:22:12.079Z | |
| 4722 | 2026-07-22T15:22:12.079Z | info: running `cargo check --bins` on omicron-ntp-admin (292/300) |
| 4723 | 2026-07-22T15:22:12.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-07-22T15:22:12.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-07-22T15:22:12.674Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4726 | 2026-07-22T15:22:12.674Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4727 | 2026-07-22T15:22:13.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4728 | 2026-07-22T15:22:13.717Z | |
| 4729 | 2026-07-22T15:22:13.718Z | info: running `cargo check --bins` on ntp-admin-types (293/300) |
| 4730 | 2026-07-22T15:22:14.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-07-22T15:22:14.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-07-22T15:22:14.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-07-22T15:22:14.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4734 | 2026-07-22T15:22:14.256Z | |
| 4735 | 2026-07-22T15:22:14.257Z | info: running `cargo check --bins` on omicron-package (294/300) |
| 4736 | 2026-07-22T15:22:14.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-07-22T15:22:14.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-07-22T15:22:14.877Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4739 | 2026-07-22T15:22:15.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4740 | 2026-07-22T15:22:16.115Z | |
| 4741 | 2026-07-22T15:22:16.115Z | info: running `cargo check --bins` on tqdb (295/300) |
| 4742 | 2026-07-22T15:22:16.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-07-22T15:22:16.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-07-22T15:22:16.837Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4745 | 2026-07-22T15:22:17.188Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4746 | 2026-07-22T15:22:17.693Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4747 | 2026-07-22T15:22:17.701Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4748 | 2026-07-22T15:22:23.693Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4749 | 2026-07-22T15:22:23.697Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4750 | 2026-07-22T15:22:24.257Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4751 | 2026-07-22T15:22:24.257Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4752 | 2026-07-22T15:22:24.261Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4753 | 2026-07-22T15:22:24.261Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4754 | 2026-07-22T15:22:25.031Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4755 | 2026-07-22T15:22:26.054Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4756 | 2026-07-22T15:22:26.840Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4757 | 2026-07-22T15:22:27.438Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4758 | 2026-07-22T15:22:32.291Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4759 | 2026-07-22T15:22:39.015Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4760 | 2026-07-22T15:22:39.018Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4761 | 2026-07-22T15:22:39.018Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4762 | 2026-07-22T15:22:39.018Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4763 | 2026-07-22T15:22:40.490Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4764 | 2026-07-22T15:22:41.798Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4765 | 2026-07-22T15:22:42.457Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4766 | 2026-07-22T15:22:43.664Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4767 | 2026-07-22T15:22:44.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.07s |
| 4768 | 2026-07-22T15:22:44.385Z | |
| 4769 | 2026-07-22T15:22:44.385Z | info: running `cargo check --bins` on wicket-dbg (296/300) |
| 4770 | 2026-07-22T15:22:44.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4771 | 2026-07-22T15:22:44.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4772 | 2026-07-22T15:22:45.045Z | Checking rtoolbox v0.0.3 |
| 4773 | 2026-07-22T15:22:45.048Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4774 | 2026-07-22T15:22:45.164Z | Checking tui-tree-widget v0.23.1 |
| 4775 | 2026-07-22T15:22:45.258Z | Checking rpassword v7.5.4 |
| 4776 | 2026-07-22T15:22:48.197Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4777 | 2026-07-22T15:22:50.059Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4778 | 2026-07-22T15:22:50.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
| 4779 | 2026-07-22T15:22:51.122Z | |
| 4780 | 2026-07-22T15:22:51.122Z | info: running `cargo check --bins` on wicket (297/300) |
| 4781 | 2026-07-22T15:22:51.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4782 | 2026-07-22T15:22:51.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4783 | 2026-07-22T15:22:51.767Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4784 | 2026-07-22T15:22:52.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4785 | 2026-07-22T15:22:52.290Z | |
| 4786 | 2026-07-22T15:22:52.290Z | info: running `cargo check --bins` on wicketd (298/300) |
| 4787 | 2026-07-22T15:22:52.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-07-22T15:22:52.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-07-22T15:22:52.952Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4790 | 2026-07-22T15:22:56.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
| 4791 | 2026-07-22T15:22:56.315Z | |
| 4792 | 2026-07-22T15:22:56.315Z | info: running `cargo check --bins` on omicron-workspace-hack (299/300) |
| 4793 | 2026-07-22T15:22:56.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-07-22T15:22:56.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-07-22T15:22:56.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4796 | 2026-07-22T15:22:56.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4797 | 2026-07-22T15:22:56.844Z | |
| 4798 | 2026-07-22T15:22:56.844Z | info: running `cargo check --bins` on zone-setup (300/300) |
| 4799 | 2026-07-22T15:22:57.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4800 | 2026-07-22T15:22:57.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4801 | 2026-07-22T15:22:57.469Z | Checking uzers v0.12.2 |
| 4802 | 2026-07-22T15:22:57.737Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4803 | 2026-07-22T15:22:58.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4804 | 2026-07-22T15:22:58.659Z | |
| 4805 | 2026-07-22T15:22:58.659Z | real 13:25.593474200 |
| 4806 | 2026-07-22T15:22:58.659Z | user 20:28.393981799 |
| 4807 | 2026-07-22T15:22:58.659Z | sys 4:04.224739390 |
| 4808 | 2026-07-22T15:22:58.659Z | trap 0.324904180 |
| 4809 | 2026-07-22T15:22:58.659Z | tflt 0.696288699 |
| 4810 | 2026-07-22T15:22:58.660Z | dflt 1.190209358 |
| 4811 | 2026-07-22T15:22:58.660Z | kflt 0.004486702 |
| 4812 | 2026-07-22T15:22:58.660Z | lock 1:15:50.927871448 |
| 4813 | 2026-07-22T15:22:58.660Z | slp 1:37:32.568279736 |
| 4814 | 2026-07-22T15:22:58.660Z | lat 51.215307764 |
| 4815 | 2026-07-22T15:22:58.660Z | stop 3:28.580765026 |
| 4816 | 2026-07-22T15:22:58.670Z | process exited: duration 927451 ms, exit code 0 |
| |
| 4817 | 2026-07-22T15:22:58.679Z | found 0 output files |