|
|
|
| 1 | 2026-07-01T21:03:48.150Z | job assigned to worker 01KWFQW6ST7GT7XXDHZV1CP0JK [factory aws, i-0fc1bea888f6214e9] (queued for 49 s) |
| |
| 2 | 2026-07-01T21:03:55.119Z | starting task 0: "setup" |
| 3 | 2026-07-01T21:03:55.124Z | ++ uname -s |
| 4 | 2026-07-01T21:03:55.124Z | + kern=SunOS |
| 5 | 2026-07-01T21:03:55.124Z | + build_user=build |
| 6 | 2026-07-01T21:03:55.124Z | + build_uid=12345 |
| 7 | 2026-07-01T21:03:55.124Z | + work_dir=/work |
| 8 | 2026-07-01T21:03:55.126Z | + input_dir=/input |
| 9 | 2026-07-01T21:03:55.126Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-01T21:03:55.126Z | + case "$kern" in |
| 11 | 2026-07-01T21:03:55.126Z | + groupadd -g 12345 build |
| 12 | 2026-07-01T21:03:55.137Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-01T21:03:57.144Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-01T21:03:57.307Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-01T21:03:57.313Z | + home_fs=zfs |
| 16 | 2026-07-01T21:03:57.313Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-01T21:03:57.313Z | + mkdir -p /home/build |
| 18 | 2026-07-01T21:03:57.313Z | + chown build:build /home/build /work |
| 19 | 2026-07-01T21:03:59.314Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-01T21:03:59.323Z | process exited: duration 4192 ms, exit code 0 |
| |
| 21 | 2026-07-01T21:03:59.349Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-01T21:03:59.355Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-01T21:03:59.355Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-01T21:03:59.355Z | * rust toolchain profile = "default" |
| 25 | 2026-07-01T21:03:59.355Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-01T21:03:59.355Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-01T21:03:59.356Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-01T21:03:59.356Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-01T21:03:59.356Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-01T21:03:59.434Z | info: downloading installer |
| 31 | 2026-07-01T21:04:00.941Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-01T21:04:00.941Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-01T21:04:00.941Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-01T21:04:00.941Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-01T21:04:00.953Z | info: profile set to default |
| 36 | 2026-07-01T21:04:00.953Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-01T21:04:00.957Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-01T21:04:01.110Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-01T21:04:01.117Z | info: downloading 6 components |
| 40 | 2026-07-01T21:04:17.787Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-01T21:04:17.787Z | |
| 42 | 2026-07-01T21:04:17.822Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-01T21:04:17.822Z | |
| 44 | 2026-07-01T21:04:17.823Z | |
| 45 | 2026-07-01T21:04:17.823Z | Rust is installed now. Great! |
| 46 | 2026-07-01T21:04:17.823Z | |
| 47 | 2026-07-01T21:04:17.823Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-01T21:04:17.823Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-01T21:04:17.823Z | |
| 50 | 2026-07-01T21:04:17.823Z | To configure your current shell, you need to source |
| 51 | 2026-07-01T21:04:17.823Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-01T21:04:17.823Z | |
| 53 | 2026-07-01T21:04:17.823Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-01T21:04:17.823Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-01T21:04:17.823Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-01T21:04:17.823Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-01T21:04:17.823Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-01T21:04:17.823Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-01T21:04:17.823Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-01T21:04:17.823Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-01T21:04:17.823Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-01T21:04:17.823Z | + rustup --version |
| 63 | 2026-07-01T21:04:17.823Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-01T21:04:17.823Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-01T21:04:17.823Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-01T21:04:17.823Z | + cargo --version |
| 67 | 2026-07-01T21:04:17.823Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-01T21:04:17.823Z | + rustc --version |
| 69 | 2026-07-01T21:04:17.823Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-01T21:04:17.823Z | process exited: duration 17933 ms, exit code 0 |
| |
| 71 | 2026-07-01T21:04:17.998Z | starting task 2: "authentication" |
| 72 | 2026-07-01T21:04:18.017Z | process exited: duration 171 ms, exit code 0 |
| |
| 73 | 2026-07-01T21:04:18.025Z | starting task 3: "clone repository" |
| 74 | 2026-07-01T21:04:18.031Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-01T21:04:18.031Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-01T21:04:18.058Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-01T21:04:28.392Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-01T21:04:28.392Z | + git fetch origin fb4894e22274273953e3497784df41c2e11a45af |
| 79 | 2026-07-01T21:04:28.723Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-01T21:04:28.723Z | * branch fb4894e22274273953e3497784df41c2e11a45af -> FETCH_HEAD |
| 81 | 2026-07-01T21:04:28.728Z | + [[ -n jmcarp/omdb-producer-kind ]] |
| 82 | 2026-07-01T21:04:28.731Z | ++ git branch --show-current |
| 83 | 2026-07-01T21:04:28.731Z | + current=main |
| 84 | 2026-07-01T21:04:28.731Z | + [[ main != jmcarp/omdb-producer-kind ]] |
| 85 | 2026-07-01T21:04:28.731Z | + git branch -f jmcarp/omdb-producer-kind fb4894e22274273953e3497784df41c2e11a45af |
| 86 | 2026-07-01T21:04:28.734Z | + git checkout -f jmcarp/omdb-producer-kind |
| 87 | 2026-07-01T21:04:28.995Z | Switched to branch 'jmcarp/omdb-producer-kind' |
| 88 | 2026-07-01T21:04:29.032Z | + git reset --hard fb4894e22274273953e3497784df41c2e11a45af |
| 89 | 2026-07-01T21:04:29.223Z | HEAD is now at fb4894e22 Oximeter: Expose `kind` in `ProducerDetails` and plumb to omdb. |
| 90 | 2026-07-01T21:04:29.227Z | process exited: duration 11200 ms, exit code 0 |
| |
| 91 | 2026-07-01T21:04:29.234Z | starting task 4: "build" |
| 92 | 2026-07-01T21:04:29.270Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-01T21:04:29.270Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-01T21:04:29.270Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-01T21:04:29.270Z | + cargo --version |
| 96 | 2026-07-01T21:04:29.270Z | cargo 1.96.1 (356927216 2026-06-26) |
| 97 | 2026-07-01T21:04:29.270Z | + rustc --version |
| 98 | 2026-07-01T21:04:29.274Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 99 | 2026-07-01T21:04:29.274Z | + source ./env.sh |
| 100 | 2026-07-01T21:04:29.274Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-07-01T21:04:29.274Z | ++ set -o xtrace |
| 102 | 2026-07-01T21:04:29.277Z | ++++ dirname ./env.sh |
| 103 | 2026-07-01T21:04:29.277Z | +++ readlink -f . |
| 104 | 2026-07-01T21:04:29.277Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-07-01T21:04:29.277Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-01T21:04:29.277Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-01T21:04:29.277Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-01T21:04:29.277Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-01T21:04:29.277Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-01T21:04:29.277Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-07-01T21:04:29.277Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-07-01T21:04:29.278Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-07-01T21:04:29.278Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-07-01T21:04:29.278Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-07-01T21:04:29.278Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-07-01T21:04:29.278Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-07-01T21:04:29.278Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 118 | 2026-07-01T21:04:29.278Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 119 | 2026-07-01T21:04:29.278Z | + banner prerequisites |
| 120 | 2026-07-01T21:04:29.285Z | |
| 121 | 2026-07-01T21:04:29.286Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-07-01T21:04:29.286Z | # # # # # # # # # # # # # # # |
| 123 | 2026-07-01T21:04:29.286Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-07-01T21:04:29.286Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-07-01T21:04:29.286Z | # # # # # # # # # # # # # # # |
| 126 | 2026-07-01T21:04:29.286Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-07-01T21:04:29.286Z | |
| 128 | 2026-07-01T21:04:29.286Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-07-01T21:04:30.708Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-07-01T21:04:30.817Z | Startup: Caching catalogs ... Done |
| 131 | 2026-07-01T21:04:31.309Z | Planning: Solver setup ... Done (0.446s) |
| 132 | 2026-07-01T21:04:31.335Z | Planning: Running solver ... Done (0.026s) |
| 133 | 2026-07-01T21:04:31.345Z | Planning: Finding local manifests ... Done (0.002s) |
| 134 | 2026-07-01T21:04:31.360Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-07-01T21:04:31.378Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-07-01T21:04:31.391Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-07-01T21:04:31.395Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-07-01T21:04:31.556Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 139 | 2026-07-01T21:04:31.558Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-07-01T21:04:32.317Z | Planning: Evaluating mediators ... Done (0.756s) |
| 141 | 2026-07-01T21:04:32.320Z | Planning: Planning completed in 1.48 seconds |
| 142 | 2026-07-01T21:04:32.322Z | Packages to install: 2 |
| 143 | 2026-07-01T21:04:32.322Z | Estimated space available: 156.06 GB |
| 144 | 2026-07-01T21:04:32.322Z | Estimated space to be consumed: 30.98 MB |
| 145 | 2026-07-01T21:04:32.322Z | Create boot environment: No |
| 146 | 2026-07-01T21:04:32.322Z | Create backup boot environment: No |
| 147 | 2026-07-01T21:04:32.323Z | Rebuild boot archive: No |
| 148 | 2026-07-01T21:04:32.323Z | |
| 149 | 2026-07-01T21:04:32.323Z | Changed packages: |
| 150 | 2026-07-01T21:04:32.323Z | helios |
| 151 | 2026-07-01T21:04:32.323Z | developer/build-essential |
| 152 | 2026-07-01T21:04:32.323Z | None -> 11-3.0 |
| 153 | 2026-07-01T21:04:32.323Z | library/libxmlsec1 |
| 154 | 2026-07-01T21:04:32.323Z | None -> 1.2.35-3.0 |
| 155 | 2026-07-01T21:04:32.347Z | |
| 156 | 2026-07-01T21:04:32.347Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-07-01T21:04:32.845Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 158 | 2026-07-01T21:04:32.922Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-07-01T21:04:32.946Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-07-01T21:04:32.961Z | Finalize: Updating package state database ... Done (0.010s) |
| 161 | 2026-07-01T21:04:32.961Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-07-01T21:04:32.994Z | Finalize: Updating image state ... Done (0.029s) |
| 163 | 2026-07-01T21:04:35.362Z | Finalize: Creating fast lookup database ... Done (2.350s) |
| 164 | 2026-07-01T21:04:35.437Z | Finalize: Reading search index ... Done (0.013s) |
| 165 | 2026-07-01T21:04:35.439Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-07-01T21:04:35.522Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-07-01T21:04:35.835Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-07-01T21:04:35.938Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-07-01T21:04:35.940Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-07-01T21:04:36.093Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-07-01T21:04:36.096Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-07-01T21:04:36.115Z | Mediators to change: 2 |
| 173 | 2026-07-01T21:04:36.118Z | Create boot environment: No |
| 174 | 2026-07-01T21:04:36.118Z | Create backup boot environment: No |
| 175 | 2026-07-01T21:04:36.165Z | Finalize: Updating package state database ... Done |
| 176 | 2026-07-01T21:04:36.165Z | Finalize: Updating package cache ... Done |
| 177 | 2026-07-01T21:04:36.181Z | Finalize: Updating image state ... Done |
| 178 | 2026-07-01T21:04:38.118Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-07-01T21:04:38.181Z | Finalize: Reading search index ... Done |
| 180 | 2026-07-01T21:04:38.184Z | Finalize: Updating search index ... Done |
| 181 | 2026-07-01T21:04:38.266Z | Finalize: Updating package cache ... Done |
| 182 | 2026-07-01T21:04:38.550Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-07-01T21:04:38.671Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-07-01T21:04:38.678Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-07-01T21:04:38.818Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-07-01T21:04:38.822Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-07-01T21:04:38.832Z | Mediators to change: 1 |
| 188 | 2026-07-01T21:04:38.835Z | Create boot environment: No |
| 189 | 2026-07-01T21:04:38.835Z | Create backup boot environment: No |
| 190 | 2026-07-01T21:04:38.879Z | Finalize: Updating package state database ... Done |
| 191 | 2026-07-01T21:04:38.883Z | Finalize: Updating package cache ... Done |
| 192 | 2026-07-01T21:04:38.895Z | Finalize: Updating image state ... Done |
| 193 | 2026-07-01T21:04:40.826Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-07-01T21:04:40.888Z | Finalize: Reading search index ... Done |
| 195 | 2026-07-01T21:04:40.891Z | Finalize: Updating search index ... Done |
| 196 | 2026-07-01T21:04:40.971Z | Finalize: Updating package cache ... Done |
| 197 | 2026-07-01T21:04:41.282Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-07-01T21:04:41.282Z | apache system 2.4 system |
| 199 | 2026-07-01T21:04:41.283Z | clang system 15 system |
| 200 | 2026-07-01T21:04:41.283Z | csh system system illumos |
| 201 | 2026-07-01T21:04:41.283Z | ctags system system illumos |
| 202 | 2026-07-01T21:04:41.283Z | file vendor vendor darwinsys |
| 203 | 2026-07-01T21:04:41.283Z | file system system illumos |
| 204 | 2026-07-01T21:04:41.283Z | gcc vendor 14 vendor |
| 205 | 2026-07-01T21:04:41.283Z | gcc system 13 system |
| 206 | 2026-07-01T21:04:41.283Z | gcc system 10 system |
| 207 | 2026-07-01T21:04:41.283Z | go system 1.25 system |
| 208 | 2026-07-01T21:04:41.283Z | llvm system 15 system |
| 209 | 2026-07-01T21:04:41.283Z | mariadb system 11.4 system |
| 210 | 2026-07-01T21:04:41.283Z | mta vendor vendor dma |
| 211 | 2026-07-01T21:04:41.283Z | openjdk system 17 system |
| 212 | 2026-07-01T21:04:41.283Z | openjdk system 11 system |
| 213 | 2026-07-01T21:04:41.283Z | openssl vendor 3 vendor |
| 214 | 2026-07-01T21:04:41.283Z | perl system 5.40 system |
| 215 | 2026-07-01T21:04:41.283Z | postgresql system 18 system |
| 216 | 2026-07-01T21:04:41.283Z | postgresql system 17 system |
| 217 | 2026-07-01T21:04:41.283Z | python vendor 3 vendor |
| 218 | 2026-07-01T21:04:41.283Z | python system 2 system |
| 219 | 2026-07-01T21:04:41.283Z | python3 vendor 3.13 vendor |
| 220 | 2026-07-01T21:04:41.283Z | ruby system 3.4 system |
| 221 | 2026-07-01T21:04:41.283Z | ruby system 3.0 system |
| 222 | 2026-07-01T21:04:41.283Z | words vendor vendor american-english |
| 223 | 2026-07-01T21:04:41.283Z | words system system australian-english |
| 224 | 2026-07-01T21:04:41.283Z | words system system british-english |
| 225 | 2026-07-01T21:04:41.283Z | words system system canadian-english |
| 226 | 2026-07-01T21:04:41.283Z | words system system french |
| 227 | 2026-07-01T21:04:41.283Z | words system system italian |
| 228 | 2026-07-01T21:04:41.283Z | words system system ngerman |
| 229 | 2026-07-01T21:04:41.283Z | words system system ogerman |
| 230 | 2026-07-01T21:04:41.283Z | words system system spanish |
| 231 | 2026-07-01T21:04:41.529Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-07-01T21:04:41.529Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-07-01T21:04:41.830Z | FMRI IFO |
| 234 | 2026-07-01T21:04:41.830Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-07-01T21:04:41.830Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-07-01T21:04:41.830Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-07-01T21:04:41.830Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-07-01T21:04:41.830Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-07-01T21:04:41.830Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-07-01T21:04:41.830Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-07-01T21:04:41.830Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-07-01T21:04:41.830Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-07-01T21:04:42.079Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-07-01T21:04:42.361Z | Updating crates.io index |
| 245 | 2026-07-01T21:04:42.365Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-07-01T21:04:42.599Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 247 | 2026-07-01T21:04:42.873Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 248 | 2026-07-01T21:04:43.845Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 249 | 2026-07-01T21:04:44.365Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-07-01T21:04:45.972Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-07-01T21:04:46.743Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-07-01T21:04:47.003Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 253 | 2026-07-01T21:04:47.346Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-07-01T21:04:48.376Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-07-01T21:04:48.647Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-07-01T21:04:48.988Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-07-01T21:04:49.275Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-07-01T21:04:49.705Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-07-01T21:04:50.186Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-07-01T21:04:50.488Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-07-01T21:04:50.723Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-07-01T21:04:51.031Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-07-01T21:04:51.325Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-07-01T21:04:51.746Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-07-01T21:04:52.013Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-07-01T21:04:52.300Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-07-01T21:04:52.695Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-07-01T21:04:53.014Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-07-01T21:04:53.280Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-07-01T21:04:53.701Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-07-01T21:04:53.975Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-07-01T21:04:54.285Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-07-01T21:04:54.573Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-07-01T21:04:54.855Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-07-01T21:04:55.235Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-07-01T21:04:55.620Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-07-01T21:04:56.030Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-07-01T21:04:56.306Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-07-01T21:04:56.567Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-07-01T21:04:56.832Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-07-01T21:04:57.125Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-07-01T21:04:57.380Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-07-01T21:04:57.673Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-07-01T21:04:57.963Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-07-01T21:05:02.267Z | Downloading crates ... |
| 286 | 2026-07-01T21:05:02.316Z | Downloaded anstyle v1.0.14 |
| 287 | 2026-07-01T21:05:02.318Z | Downloaded cargo-platform v0.3.2 |
| 288 | 2026-07-01T21:05:02.323Z | Downloaded anstream v1.0.0 |
| 289 | 2026-07-01T21:05:02.325Z | Downloaded is_terminal_polyfill v1.70.2 |
| 290 | 2026-07-01T21:05:02.333Z | Downloaded indexmap v2.14.0 |
| 291 | 2026-07-01T21:05:02.335Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-07-01T21:05:02.338Z | Downloaded zerocopy-derive v0.7.35 |
| 293 | 2026-07-01T21:05:02.340Z | Downloaded textwrap v0.16.2 |
| 294 | 2026-07-01T21:05:02.340Z | Downloaded heck v0.4.1 |
| 295 | 2026-07-01T21:05:02.343Z | Downloaded crypto-common v0.1.7 |
| 296 | 2026-07-01T21:05:02.343Z | Downloaded getrandom v0.4.1 |
| 297 | 2026-07-01T21:05:02.347Z | Downloaded cargo_metadata v0.23.1 |
| 298 | 2026-07-01T21:05:02.347Z | Downloaded camino-tempfile v1.4.1 |
| 299 | 2026-07-01T21:05:02.350Z | Downloaded equivalent v1.0.2 |
| 300 | 2026-07-01T21:05:02.350Z | Downloaded zmij v1.0.21 |
| 301 | 2026-07-01T21:05:02.350Z | Downloaded zerocopy v0.7.35 |
| 302 | 2026-07-01T21:05:02.358Z | Downloaded fs-err v3.3.0 |
| 303 | 2026-07-01T21:05:02.360Z | Downloaded dtrace-parser v0.2.0 |
| 304 | 2026-07-01T21:05:02.360Z | Downloaded clap v4.6.1 |
| 305 | 2026-07-01T21:05:02.364Z | Downloaded once_cell v1.21.3 |
| 306 | 2026-07-01T21:05:02.366Z | Downloaded cfg-if v1.0.4 |
| 307 | 2026-07-01T21:05:02.366Z | Downloaded memchr v2.8.0 |
| 308 | 2026-07-01T21:05:02.369Z | Downloaded memmap v0.7.0 |
| 309 | 2026-07-01T21:05:02.371Z | Downloaded byteorder v1.5.0 |
| 310 | 2026-07-01T21:05:02.372Z | Downloaded cpufeatures v0.2.17 |
| 311 | 2026-07-01T21:05:02.372Z | Downloaded camino v1.2.2 |
| 312 | 2026-07-01T21:05:02.374Z | Downloaded fastrand v2.3.0 |
| 313 | 2026-07-01T21:05:02.377Z | Downloaded thiserror-impl v2.0.18 |
| 314 | 2026-07-01T21:05:02.379Z | Downloaded pest_meta v2.8.6 |
| 315 | 2026-07-01T21:05:02.379Z | Downloaded colorchoice v1.0.4 |
| 316 | 2026-07-01T21:05:02.379Z | Downloaded macaddr v1.0.1 |
| 317 | 2026-07-01T21:05:02.382Z | Downloaded clap_lex v1.0.0 |
| 318 | 2026-07-01T21:05:02.385Z | Downloaded dof v0.3.0 |
| 319 | 2026-07-01T21:05:02.388Z | Downloaded fnv v1.0.7 |
| 320 | 2026-07-01T21:05:02.388Z | Downloaded block-buffer v0.10.4 |
| 321 | 2026-07-01T21:05:02.391Z | Downloaded pretty-hex v0.4.1 |
| 322 | 2026-07-01T21:05:02.391Z | Downloaded version_check v0.9.5 |
| 323 | 2026-07-01T21:05:02.394Z | Downloaded errno v0.3.14 |
| 324 | 2026-07-01T21:05:02.394Z | Downloaded toml_write v0.1.2 |
| 325 | 2026-07-01T21:05:02.394Z | Downloaded terminal_size v0.4.3 |
| 326 | 2026-07-01T21:05:02.397Z | Downloaded smawk v0.3.2 |
| 327 | 2026-07-01T21:05:02.400Z | Downloaded heck v0.5.0 |
| 328 | 2026-07-01T21:05:02.400Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2026-07-01T21:05:02.403Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2026-07-01T21:05:02.407Z | Downloaded utf8parse v0.2.2 |
| 331 | 2026-07-01T21:05:02.410Z | Downloaded usdt v0.5.0 |
| 332 | 2026-07-01T21:05:02.412Z | Downloaded generic-array v0.14.7 |
| 333 | 2026-07-01T21:05:02.412Z | Downloaded digest v0.10.7 |
| 334 | 2026-07-01T21:05:02.412Z | Downloaded bytecount v0.6.9 |
| 335 | 2026-07-01T21:05:02.415Z | Downloaded cargo_toml v0.21.0 |
| 336 | 2026-07-01T21:05:02.425Z | Downloaded swrite v0.1.0 |
| 337 | 2026-07-01T21:05:02.431Z | Downloaded serde_spanned v0.6.9 |
| 338 | 2026-07-01T21:05:02.434Z | Downloaded plain v0.2.3 |
| 339 | 2026-07-01T21:05:02.436Z | Downloaded itoa v1.0.17 |
| 340 | 2026-07-01T21:05:02.439Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-07-01T21:05:02.442Z | Downloaded strsim v0.11.1 |
| 342 | 2026-07-01T21:05:02.446Z | Downloaded usdt-attr-macro v0.5.0 |
| 343 | 2026-07-01T21:05:02.449Z | Downloaded proc-macro-error-attr v1.0.4 |
| 344 | 2026-07-01T21:05:02.451Z | Downloaded thiserror v2.0.18 |
| 345 | 2026-07-01T21:05:02.454Z | Downloaded thread-id v4.2.2 |
| 346 | 2026-07-01T21:05:02.456Z | Downloaded thiserror-impl v1.0.69 |
| 347 | 2026-07-01T21:05:02.459Z | Downloaded toml v0.8.23 |
| 348 | 2026-07-01T21:05:02.463Z | Downloaded scroll v0.12.0 |
| 349 | 2026-07-01T21:05:02.465Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2026-07-01T21:05:02.465Z | Downloaded autocfg v1.5.0 |
| 351 | 2026-07-01T21:05:02.467Z | Downloaded usdt-impl v0.5.0 |
| 352 | 2026-07-01T21:05:02.470Z | Downloaded sha2 v0.10.9 |
| 353 | 2026-07-01T21:05:02.477Z | Downloaded unicode-linebreak v0.1.5 |
| 354 | 2026-07-01T21:05:02.480Z | Downloaded thiserror v1.0.69 |
| 355 | 2026-07-01T21:05:02.480Z | Downloaded quote v1.0.45 |
| 356 | 2026-07-01T21:05:02.482Z | Downloaded anstyle-parse v1.0.0 |
| 357 | 2026-07-01T21:05:02.485Z | Downloaded serde_tokenstream v0.2.3 |
| 358 | 2026-07-01T21:05:02.488Z | Downloaded pest_derive v2.8.6 |
| 359 | 2026-07-01T21:05:02.492Z | Downloaded semver v1.0.28 |
| 360 | 2026-07-01T21:05:02.515Z | Downloaded log v0.4.29 |
| 361 | 2026-07-01T21:05:02.515Z | Downloaded ucd-trie v0.1.7 |
| 362 | 2026-07-01T21:05:02.516Z | Downloaded tempfile v3.25.0 |
| 363 | 2026-07-01T21:05:02.516Z | Downloaded proc-macro-error v1.0.4 |
| 364 | 2026-07-01T21:05:02.516Z | Downloaded clap_derive v4.6.1 |
| 365 | 2026-07-01T21:05:02.516Z | Downloaded bitflags v2.11.0 |
| 366 | 2026-07-01T21:05:02.516Z | Downloaded papergrid v0.11.0 |
| 367 | 2026-07-01T21:05:02.518Z | Downloaded anyhow v1.0.102 |
| 368 | 2026-07-01T21:05:02.523Z | Downloaded serde_derive v1.0.228 |
| 369 | 2026-07-01T21:05:02.528Z | Downloaded unicode-ident v1.0.24 |
| 370 | 2026-07-01T21:05:02.534Z | Downloaded pest_generator v2.8.6 |
| 371 | 2026-07-01T21:05:02.534Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-07-01T21:05:02.544Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-07-01T21:05:02.547Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-07-01T21:05:02.561Z | Downloaded serde v1.0.228 |
| 375 | 2026-07-01T21:05:02.589Z | Downloaded typenum v1.20.1 |
| 376 | 2026-07-01T21:05:02.591Z | Downloaded pest v2.8.6 |
| 377 | 2026-07-01T21:05:02.624Z | Downloaded serde_json v1.0.150 |
| 378 | 2026-07-01T21:05:02.628Z | Downloaded hashbrown v0.17.0 |
| 379 | 2026-07-01T21:05:02.645Z | Downloaded winnow v0.7.14 |
| 380 | 2026-07-01T21:05:02.650Z | Downloaded goblin v0.8.2 |
| 381 | 2026-07-01T21:05:02.653Z | Downloaded clap_builder v4.6.0 |
| 382 | 2026-07-01T21:05:02.668Z | Downloaded tabled v0.15.0 |
| 383 | 2026-07-01T21:05:02.676Z | Downloaded syn v1.0.109 |
| 384 | 2026-07-01T21:05:02.681Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-07-01T21:05:02.684Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-07-01T21:05:02.687Z | Downloaded syn v2.0.117 |
| 387 | 2026-07-01T21:05:02.706Z | Downloaded rustix v1.1.3 |
| 388 | 2026-07-01T21:05:02.734Z | Downloaded libc v0.2.185 |
| 389 | 2026-07-01T21:05:02.794Z | Compiling proc-macro2 v1.0.106 |
| 390 | 2026-07-01T21:05:02.794Z | Compiling unicode-ident v1.0.24 |
| 391 | 2026-07-01T21:05:02.794Z | Compiling quote v1.0.45 |
| 392 | 2026-07-01T21:05:02.797Z | Compiling serde_core v1.0.228 |
| 393 | 2026-07-01T21:05:02.798Z | Compiling libc v0.2.185 |
| 394 | 2026-07-01T21:05:02.798Z | Compiling version_check v0.9.5 |
| 395 | 2026-07-01T21:05:02.798Z | Compiling memchr v2.8.0 |
| 396 | 2026-07-01T21:05:02.798Z | Compiling serde v1.0.228 |
| 397 | 2026-07-01T21:05:03.209Z | Compiling zmij v1.0.21 |
| 398 | 2026-07-01T21:05:03.323Z | Compiling thiserror v1.0.69 |
| 399 | 2026-07-01T21:05:03.448Z | Compiling ucd-trie v0.1.7 |
| 400 | 2026-07-01T21:05:03.586Z | Compiling itoa v1.0.17 |
| 401 | 2026-07-01T21:05:03.735Z | Compiling pest v2.8.6 |
| 402 | 2026-07-01T21:05:03.766Z | Compiling rustix v1.1.3 |
| 403 | 2026-07-01T21:05:03.782Z | Compiling byteorder v1.5.0 |
| 404 | 2026-07-01T21:05:03.829Z | Compiling errno v0.3.14 |
| 405 | 2026-07-01T21:05:03.977Z | Compiling serde_json v1.0.150 |
| 406 | 2026-07-01T21:05:04.004Z | Compiling bitflags v2.11.0 |
| 407 | 2026-07-01T21:05:04.258Z | Compiling thread-id v4.2.2 |
| 408 | 2026-07-01T21:05:04.294Z | Compiling syn v2.0.117 |
| 409 | 2026-07-01T21:05:04.339Z | Compiling proc-macro-error-attr v1.0.4 |
| 410 | 2026-07-01T21:05:04.362Z | Compiling usdt-impl v0.5.0 |
| 411 | 2026-07-01T21:05:04.459Z | Compiling syn v1.0.109 |
| 412 | 2026-07-01T21:05:04.533Z | Compiling camino v1.2.2 |
| 413 | 2026-07-01T21:05:04.736Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-07-01T21:05:04.828Z | Compiling proc-macro-error v1.0.4 |
| 415 | 2026-07-01T21:05:04.912Z | Compiling hashbrown v0.17.0 |
| 416 | 2026-07-01T21:05:04.945Z | Compiling equivalent v1.0.2 |
| 417 | 2026-07-01T21:05:05.028Z | Compiling utf8parse v0.2.2 |
| 418 | 2026-07-01T21:05:05.045Z | Compiling getrandom v0.4.1 |
| 419 | 2026-07-01T21:05:05.230Z | Compiling plain v0.2.3 |
| 420 | 2026-07-01T21:05:05.342Z | Compiling log v0.4.29 |
| 421 | 2026-07-01T21:05:05.423Z | Compiling indexmap v2.14.0 |
| 422 | 2026-07-01T21:05:05.443Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-07-01T21:05:05.460Z | Compiling anstyle-parse v1.0.0 |
| 424 | 2026-07-01T21:05:06.172Z | Compiling anstyle-query v1.1.5 |
| 425 | 2026-07-01T21:05:06.206Z | Compiling toml_write v0.1.2 |
| 426 | 2026-07-01T21:05:06.211Z | Compiling winnow v0.7.14 |
| 427 | 2026-07-01T21:05:06.214Z | Compiling colorchoice v1.0.4 |
| 428 | 2026-07-01T21:05:06.214Z | Compiling is_terminal_polyfill v1.70.2 |
| 429 | 2026-07-01T21:05:06.324Z | Compiling cfg-if v1.0.4 |
| 430 | 2026-07-01T21:05:06.343Z | Compiling pretty-hex v0.4.1 |
| 431 | 2026-07-01T21:05:06.346Z | Compiling thiserror v2.0.18 |
| 432 | 2026-07-01T21:05:06.393Z | Compiling autocfg v1.5.0 |
| 433 | 2026-07-01T21:05:06.410Z | Compiling anstyle v1.0.14 |
| 434 | 2026-07-01T21:05:06.609Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-07-01T21:05:06.643Z | Compiling anstream v1.0.0 |
| 436 | 2026-07-01T21:05:06.831Z | Compiling fs-err v3.3.0 |
| 437 | 2026-07-01T21:05:06.905Z | Compiling anyhow v1.0.102 |
| 438 | 2026-07-01T21:05:06.945Z | Compiling fnv v1.0.7 |
| 439 | 2026-07-01T21:05:07.041Z | Compiling unicode-width v0.1.14 |
| 440 | 2026-07-01T21:05:07.060Z | Compiling strsim v0.11.1 |
| 441 | 2026-07-01T21:05:07.511Z | Compiling heck v0.4.1 |
| 442 | 2026-07-01T21:05:07.519Z | Compiling once_cell v1.21.3 |
| 443 | 2026-07-01T21:05:07.519Z | Compiling fastrand v2.3.0 |
| 444 | 2026-07-01T21:05:07.519Z | Compiling clap_lex v1.0.0 |
| 445 | 2026-07-01T21:05:07.520Z | Compiling heck v0.5.0 |
| 446 | 2026-07-01T21:05:07.520Z | Compiling bytecount v0.6.9 |
| 447 | 2026-07-01T21:05:07.548Z | Compiling papergrid v0.11.0 |
| 448 | 2026-07-01T21:05:07.565Z | Compiling tempfile v3.25.0 |
| 449 | 2026-07-01T21:05:07.581Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-01T21:05:07.663Z | Compiling cargo-platform v0.3.2 |
| 451 | 2026-07-01T21:05:07.691Z | Compiling semver v1.0.28 |
| 452 | 2026-07-01T21:05:07.694Z | Compiling tabled_derive v0.7.0 |
| 453 | 2026-07-01T21:05:07.694Z | Compiling memmap v0.7.0 |
| 454 | 2026-07-01T21:05:07.903Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2026-07-01T21:05:07.928Z | Compiling smawk v0.3.2 |
| 456 | 2026-07-01T21:05:07.960Z | Compiling unicode-width v0.2.0 |
| 457 | 2026-07-01T21:05:08.028Z | Compiling camino-tempfile v1.4.1 |
| 458 | 2026-07-01T21:05:08.190Z | Compiling serde_derive v1.0.228 |
| 459 | 2026-07-01T21:05:08.218Z | Compiling thiserror-impl v1.0.69 |
| 460 | 2026-07-01T21:05:08.255Z | Compiling zerocopy-derive v0.7.35 |
| 461 | 2026-07-01T21:05:08.340Z | Compiling pest_derive v2.8.6 |
| 462 | 2026-07-01T21:05:08.485Z | Compiling scroll_derive v0.12.1 |
| 463 | 2026-07-01T21:05:08.589Z | Compiling thiserror-impl v2.0.18 |
| 464 | 2026-07-01T21:05:08.791Z | Compiling clap_derive v4.6.1 |
| 465 | 2026-07-01T21:05:08.928Z | Compiling tabled v0.15.0 |
| 466 | 2026-07-01T21:05:09.130Z | Compiling zerocopy v0.7.35 |
| 467 | 2026-07-01T21:05:09.166Z | Compiling scroll v0.12.0 |
| 468 | 2026-07-01T21:05:09.434Z | Compiling goblin v0.8.2 |
| 469 | 2026-07-01T21:05:09.607Z | Compiling dtrace-parser v0.2.0 |
| 470 | 2026-07-01T21:05:09.680Z | Compiling textwrap v0.16.2 |
| 471 | 2026-07-01T21:05:10.052Z | Compiling swrite v0.1.0 |
| 472 | 2026-07-01T21:05:10.529Z | Compiling clap v4.6.1 |
| 473 | 2026-07-01T21:05:11.197Z | Compiling serde_spanned v0.6.9 |
| 474 | 2026-07-01T21:05:11.198Z | Compiling toml_datetime v0.6.11 |
| 475 | 2026-07-01T21:05:11.215Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 476 | 2026-07-01T21:05:11.215Z | Compiling cargo_metadata v0.23.1 |
| 477 | 2026-07-01T21:05:11.216Z | Compiling macaddr v1.0.1 |
| 478 | 2026-07-01T21:05:11.287Z | Compiling dof v0.3.0 |
| 479 | 2026-07-01T21:05:11.297Z | Compiling serde_tokenstream v0.2.3 |
| 480 | 2026-07-01T21:05:11.391Z | Compiling toml_edit v0.22.27 |
| 481 | 2026-07-01T21:05:11.983Z | Compiling usdt-attr-macro v0.5.0 |
| 482 | 2026-07-01T21:05:12.005Z | Compiling usdt-macro v0.5.0 |
| 483 | 2026-07-01T21:05:12.576Z | Compiling usdt v0.5.0 |
| 484 | 2026-07-01T21:05:12.733Z | Compiling toml v0.8.23 |
| 485 | 2026-07-01T21:05:13.051Z | Compiling cargo_toml v0.21.0 |
| 486 | 2026-07-01T21:05:14.289Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 487 | 2026-07-01T21:05:16.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.26s |
| 488 | 2026-07-01T21:05:16.396Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 489 | 2026-07-01T21:05:16.883Z | Downloading crates ... |
| 490 | 2026-07-01T21:05:16.973Z | Downloaded adler2 v2.0.1 |
| 491 | 2026-07-01T21:05:16.992Z | Downloaded crc8 v0.1.1 |
| 492 | 2026-07-01T21:05:16.996Z | Downloaded darling_macro v0.21.3 |
| 493 | 2026-07-01T21:05:16.999Z | Downloaded bitfield-macros v0.19.4 |
| 494 | 2026-07-01T21:05:17.004Z | Downloaded base16ct v1.0.0 |
| 495 | 2026-07-01T21:05:17.005Z | Downloaded darling_core v0.20.11 |
| 496 | 2026-07-01T21:05:17.009Z | Downloaded document-features v0.2.12 |
| 497 | 2026-07-01T21:05:17.009Z | Downloaded bit-vec v0.8.0 |
| 498 | 2026-07-01T21:05:17.009Z | Downloaded daft v0.1.7 |
| 499 | 2026-07-01T21:05:17.013Z | Downloaded defmt v1.0.1 |
| 500 | 2026-07-01T21:05:17.013Z | Downloaded darling_macro v0.20.11 |
| 501 | 2026-07-01T21:05:17.013Z | Downloaded ascii-canvas v3.0.0 |
| 502 | 2026-07-01T21:05:17.013Z | Downloaded cstr-argument v0.1.2 |
| 503 | 2026-07-01T21:05:17.016Z | Downloaded cpufeatures v0.3.0 |
| 504 | 2026-07-01T21:05:17.017Z | Downloaded arrayref v0.3.9 |
| 505 | 2026-07-01T21:05:17.017Z | Downloaded ciborium-ll v0.2.2 |
| 506 | 2026-07-01T21:05:17.017Z | Downloaded argon2 v0.6.0-rc.8 |
| 507 | 2026-07-01T21:05:17.019Z | Downloaded aes-gcm v0.11.0 |
| 508 | 2026-07-01T21:05:17.024Z | Downloaded crossterm v0.29.0 |
| 509 | 2026-07-01T21:05:17.027Z | Downloaded crc-catalog v2.4.0 |
| 510 | 2026-07-01T21:05:17.027Z | Downloaded bitfield-struct v0.6.2 |
| 511 | 2026-07-01T21:05:17.027Z | Downloaded atomicwrites v0.4.4 |
| 512 | 2026-07-01T21:05:17.027Z | Downloaded aead v0.5.2 |
| 513 | 2026-07-01T21:05:17.030Z | Downloaded daft-derive v0.1.7 |
| 514 | 2026-07-01T21:05:17.034Z | Downloaded array-init v0.0.4 |
| 515 | 2026-07-01T21:05:17.034Z | Downloaded critical-section v1.2.0 |
| 516 | 2026-07-01T21:05:17.034Z | Downloaded dirs-sys-next v0.1.2 |
| 517 | 2026-07-01T21:05:17.040Z | Downloaded crypto-common v0.2.2 |
| 518 | 2026-07-01T21:05:17.040Z | Downloaded defmt v0.3.100 |
| 519 | 2026-07-01T21:05:17.040Z | Downloaded bit-set v0.5.3 |
| 520 | 2026-07-01T21:05:17.040Z | Downloaded async-stream-impl v0.3.6 |
| 521 | 2026-07-01T21:05:17.040Z | Downloaded convert_case v0.10.0 |
| 522 | 2026-07-01T21:05:17.044Z | Downloaded ctr v0.10.1 |
| 523 | 2026-07-01T21:05:17.044Z | Downloaded ahash v0.8.12 |
| 524 | 2026-07-01T21:05:17.044Z | Downloaded corncobs v0.1.4 |
| 525 | 2026-07-01T21:05:17.045Z | Downloaded debug-ignore v1.0.5 |
| 526 | 2026-07-01T21:05:17.045Z | Downloaded cpubits v0.1.1 |
| 527 | 2026-07-01T21:05:17.045Z | Downloaded base16ct v0.2.0 |
| 528 | 2026-07-01T21:05:17.048Z | Downloaded embedded-io v0.4.0 |
| 529 | 2026-07-01T21:05:17.048Z | Downloaded csv-core v0.1.13 |
| 530 | 2026-07-01T21:05:17.048Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 531 | 2026-07-01T21:05:17.054Z | Downloaded darling_macro v0.23.0 |
| 532 | 2026-07-01T21:05:17.054Z | Downloaded async-stream v0.3.6 |
| 533 | 2026-07-01T21:05:17.054Z | Downloaded bitflags v1.3.2 |
| 534 | 2026-07-01T21:05:17.057Z | Downloaded darling v0.21.3 |
| 535 | 2026-07-01T21:05:17.057Z | Downloaded bit-vec v0.6.3 |
| 536 | 2026-07-01T21:05:17.057Z | Downloaded atomic-waker v1.1.2 |
| 537 | 2026-07-01T21:05:17.057Z | Downloaded anstream v0.6.21 |
| 538 | 2026-07-01T21:05:17.063Z | Downloaded cfg_aliases v0.1.1 |
| 539 | 2026-07-01T21:05:17.063Z | Downloaded crc v3.4.0 |
| 540 | 2026-07-01T21:05:17.066Z | Downloaded async-recursion v1.1.1 |
| 541 | 2026-07-01T21:05:17.066Z | Downloaded embedded-io v0.6.1 |
| 542 | 2026-07-01T21:05:17.066Z | Downloaded dunce v1.0.5 |
| 543 | 2026-07-01T21:05:17.066Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2026-07-01T21:05:17.066Z | Downloaded bb8 v0.8.6 |
| 545 | 2026-07-01T21:05:17.068Z | Downloaded dyn-clone v1.0.20 |
| 546 | 2026-07-01T21:05:17.074Z | Downloaded compression-core v0.4.31 |
| 547 | 2026-07-01T21:05:17.074Z | Downloaded castaway v0.2.4 |
| 548 | 2026-07-01T21:05:17.081Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 549 | 2026-07-01T21:05:17.081Z | Downloaded assert_matches v1.5.0 |
| 550 | 2026-07-01T21:05:17.081Z | Downloaded convert_case v0.4.0 |
| 551 | 2026-07-01T21:05:17.084Z | Downloaded diff v0.1.13 |
| 552 | 2026-07-01T21:05:17.084Z | Downloaded crunchy v0.2.4 |
| 553 | 2026-07-01T21:05:17.084Z | Downloaded crucible-workspace-hack v0.1.0 |
| 554 | 2026-07-01T21:05:17.084Z | Downloaded dirs-next v2.0.0 |
| 555 | 2026-07-01T21:05:17.084Z | Downloaded cookie v0.18.1 |
| 556 | 2026-07-01T21:05:17.084Z | Downloaded constant_time_eq v0.4.2 |
| 557 | 2026-07-01T21:05:17.087Z | Downloaded arrayvec v0.7.6 |
| 558 | 2026-07-01T21:05:17.087Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 559 | 2026-07-01T21:05:17.087Z | Downloaded console v0.16.2 |
| 560 | 2026-07-01T21:05:17.090Z | Downloaded derive_builder_macro v0.20.2 |
| 561 | 2026-07-01T21:05:17.090Z | Downloaded darling v0.23.0 |
| 562 | 2026-07-01T21:05:17.092Z | Downloaded block-padding v0.4.2 |
| 563 | 2026-07-01T21:05:17.098Z | Downloaded cfg_aliases v0.2.1 |
| 564 | 2026-07-01T21:05:17.101Z | Downloaded darling_macro v0.13.4 |
| 565 | 2026-07-01T21:05:17.101Z | Downloaded downcast-rs v2.0.2 |
| 566 | 2026-07-01T21:05:17.104Z | Downloaded atty v0.2.14 |
| 567 | 2026-07-01T21:05:17.107Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 568 | 2026-07-01T21:05:17.107Z | Downloaded env_filter v1.0.0 |
| 569 | 2026-07-01T21:05:17.109Z | Downloaded cobs v0.3.0 |
| 570 | 2026-07-01T21:05:17.114Z | Downloaded enum-as-inner v0.6.1 |
| 571 | 2026-07-01T21:05:17.114Z | Downloaded block-buffer v0.12.1 |
| 572 | 2026-07-01T21:05:17.116Z | Downloaded fd-lock v4.0.4 |
| 573 | 2026-07-01T21:05:17.116Z | Downloaded endian-type v0.1.2 |
| 574 | 2026-07-01T21:05:17.117Z | Downloaded dsl_auto_type v0.2.0 |
| 575 | 2026-07-01T21:05:17.117Z | Downloaded dtrace-parser v0.3.0 |
| 576 | 2026-07-01T21:05:17.117Z | Downloaded dof v0.4.0 |
| 577 | 2026-07-01T21:05:17.120Z | Downloaded cassowary v0.3.0 |
| 578 | 2026-07-01T21:05:17.124Z | Downloaded cipher v0.4.4 |
| 579 | 2026-07-01T21:05:17.124Z | Downloaded defmt-parser v1.0.0 |
| 580 | 2026-07-01T21:05:17.132Z | Downloaded anstyle-parse v0.2.7 |
| 581 | 2026-07-01T21:05:17.132Z | Downloaded cbc v0.2.1 |
| 582 | 2026-07-01T21:05:17.136Z | Downloaded float-cmp v0.10.0 |
| 583 | 2026-07-01T21:05:17.136Z | Downloaded cmake v0.1.57 |
| 584 | 2026-07-01T21:05:17.136Z | Downloaded blowfish v0.10.0 |
| 585 | 2026-07-01T21:05:17.136Z | Downloaded cexpr v0.6.0 |
| 586 | 2026-07-01T21:05:17.136Z | Downloaded bitfield v0.19.4 |
| 587 | 2026-07-01T21:05:17.136Z | Downloaded derive-ex v0.1.8 |
| 588 | 2026-07-01T21:05:17.145Z | Downloaded defmt-macros v1.0.1 |
| 589 | 2026-07-01T21:05:17.145Z | Downloaded darling v0.13.4 |
| 590 | 2026-07-01T21:05:17.145Z | Downloaded foreign-types v0.5.0 |
| 591 | 2026-07-01T21:05:17.145Z | Downloaded form_urlencoded v1.2.2 |
| 592 | 2026-07-01T21:05:17.145Z | Downloaded compression-codecs v0.4.37 |
| 593 | 2026-07-01T21:05:17.145Z | Downloaded ctutils v0.4.2 |
| 594 | 2026-07-01T21:05:17.148Z | Downloaded crc32fast v1.5.0 |
| 595 | 2026-07-01T21:05:17.148Z | Downloaded foreign-types-macros v0.2.3 |
| 596 | 2026-07-01T21:05:17.148Z | Downloaded displaydoc v0.2.5 |
| 597 | 2026-07-01T21:05:17.151Z | Downloaded foreign-types v0.3.2 |
| 598 | 2026-07-01T21:05:17.151Z | Downloaded der_derive v0.7.3 |
| 599 | 2026-07-01T21:05:17.151Z | Downloaded float-ord v0.3.2 |
| 600 | 2026-07-01T21:05:17.154Z | Downloaded futures-task v0.3.32 |
| 601 | 2026-07-01T21:05:17.154Z | Downloaded chacha20 v0.10.0 |
| 602 | 2026-07-01T21:05:17.156Z | Downloaded flagset v0.4.7 |
| 603 | 2026-07-01T21:05:17.156Z | Downloaded fxhash v0.2.1 |
| 604 | 2026-07-01T21:05:17.156Z | Downloaded futures-sink v0.3.32 |
| 605 | 2026-07-01T21:05:17.156Z | Downloaded futures-core v0.3.32 |
| 606 | 2026-07-01T21:05:17.159Z | Downloaded funty v2.0.0 |
| 607 | 2026-07-01T21:05:17.159Z | Downloaded foreign-types-shared v0.1.1 |
| 608 | 2026-07-01T21:05:17.159Z | Downloaded futures-io v0.3.32 |
| 609 | 2026-07-01T21:05:17.162Z | Downloaded backoff v0.4.0 |
| 610 | 2026-07-01T21:05:17.162Z | Downloaded fixedbitset v0.4.2 |
| 611 | 2026-07-01T21:05:17.162Z | Downloaded gethostname v0.5.0 |
| 612 | 2026-07-01T21:05:17.165Z | Downloaded futures-macro v0.3.32 |
| 613 | 2026-07-01T21:05:17.165Z | Downloaded globwalk v0.9.1 |
| 614 | 2026-07-01T21:05:17.168Z | Downloaded argon2 v0.5.3 |
| 615 | 2026-07-01T21:05:17.171Z | Downloaded cipher v0.5.2 |
| 616 | 2026-07-01T21:05:17.171Z | Downloaded digest v0.11.3 |
| 617 | 2026-07-01T21:05:17.173Z | Downloaded ed25519 v3.0.0 |
| 618 | 2026-07-01T21:05:17.173Z | Downloaded fallible-iterator v0.2.0 |
| 619 | 2026-07-01T21:05:17.177Z | Downloaded ecdsa v0.16.9 |
| 620 | 2026-07-01T21:05:17.177Z | Downloaded diesel-dtrace v0.5.0 |
| 621 | 2026-07-01T21:05:17.177Z | Downloaded aead v0.6.1 |
| 622 | 2026-07-01T21:05:17.179Z | Downloaded deranged v0.5.8 |
| 623 | 2026-07-01T21:05:17.180Z | Downloaded cmov v0.5.4 |
| 624 | 2026-07-01T21:05:17.182Z | Downloaded buf-list v1.1.2 |
| 625 | 2026-07-01T21:05:17.182Z | Downloaded base64ct v1.8.3 |
| 626 | 2026-07-01T21:05:17.186Z | Downloaded git-stub v1.0.0 |
| 627 | 2026-07-01T21:05:17.186Z | Downloaded delegate v0.13.5 |
| 628 | 2026-07-01T21:05:17.186Z | Downloaded async-trait v0.1.89 |
| 629 | 2026-07-01T21:05:17.189Z | Downloaded hash32 v0.3.1 |
| 630 | 2026-07-01T21:05:17.189Z | Downloaded ghash v0.6.0 |
| 631 | 2026-07-01T21:05:17.189Z | Downloaded erased-serde v0.3.31 |
| 632 | 2026-07-01T21:05:17.192Z | Downloaded env_logger v0.11.9 |
| 633 | 2026-07-01T21:05:17.195Z | Downloaded find-msvc-tools v0.1.9 |
| 634 | 2026-07-01T21:05:17.195Z | Downloaded cancel-safe-futures v0.1.5 |
| 635 | 2026-07-01T21:05:17.198Z | Downloaded ff v0.14.0 |
| 636 | 2026-07-01T21:05:17.198Z | Downloaded ff v0.13.1 |
| 637 | 2026-07-01T21:05:17.198Z | Downloaded display-error-chain v0.2.2 |
| 638 | 2026-07-01T21:05:17.201Z | Downloaded derive_builder_core v0.20.2 |
| 639 | 2026-07-01T21:05:17.201Z | Downloaded enum_dispatch v0.3.13 |
| 640 | 2026-07-01T21:05:17.204Z | Downloaded bzip2 v0.6.1 |
| 641 | 2026-07-01T21:05:17.204Z | Downloaded fixedbitset v0.5.7 |
| 642 | 2026-07-01T21:05:17.204Z | Downloaded blake2 v0.11.0-rc.6 |
| 643 | 2026-07-01T21:05:17.216Z | Downloaded colored v2.2.0 |
| 644 | 2026-07-01T21:05:17.216Z | Downloaded hex v0.4.3 |
| 645 | 2026-07-01T21:05:17.241Z | Downloaded hex-literal v1.1.0 |
| 646 | 2026-07-01T21:05:17.241Z | Downloaded ecdsa v0.17.0-rc.18 |
| 647 | 2026-07-01T21:05:17.241Z | Downloaded const-oid v0.9.6 |
| 648 | 2026-07-01T21:05:17.241Z | Downloaded blake2 v0.10.6 |
| 649 | 2026-07-01T21:05:17.241Z | Downloaded data-encoding v2.10.0 |
| 650 | 2026-07-01T21:05:17.241Z | Downloaded derive-where v1.6.0 |
| 651 | 2026-07-01T21:05:17.242Z | Downloaded foreign-types-shared v0.3.1 |
| 652 | 2026-07-01T21:05:17.242Z | Downloaded foldhash v0.1.5 |
| 653 | 2026-07-01T21:05:17.242Z | Downloaded allocator-api2 v0.2.21 |
| 654 | 2026-07-01T21:05:17.242Z | Downloaded fs-err v2.11.0 |
| 655 | 2026-07-01T21:05:17.242Z | Downloaded foldhash v0.2.0 |
| 656 | 2026-07-01T21:05:17.242Z | Downloaded globset v0.4.18 |
| 657 | 2026-07-01T21:05:17.242Z | Downloaded git-stub-vcs v0.1.0 |
| 658 | 2026-07-01T21:05:17.242Z | Downloaded home v0.5.12 |
| 659 | 2026-07-01T21:05:17.242Z | Downloaded futures-executor v0.3.32 |
| 660 | 2026-07-01T21:05:17.242Z | Downloaded base64 v0.22.1 |
| 661 | 2026-07-01T21:05:17.242Z | Downloaded hubpack_derive v0.1.1 |
| 662 | 2026-07-01T21:05:17.242Z | Downloaded httpdate v1.0.3 |
| 663 | 2026-07-01T21:05:17.242Z | Downloaded http-range v0.1.5 |
| 664 | 2026-07-01T21:05:17.242Z | Downloaded http-body v1.0.1 |
| 665 | 2026-07-01T21:05:17.242Z | Downloaded hostname v0.4.2 |
| 666 | 2026-07-01T21:05:17.242Z | Downloaded hyper-tls v0.6.0 |
| 667 | 2026-07-01T21:05:17.242Z | Downloaded hostname v0.3.1 |
| 668 | 2026-07-01T21:05:17.242Z | Downloaded bcs v0.1.6 |
| 669 | 2026-07-01T21:05:17.242Z | Downloaded ident_case v1.0.1 |
| 670 | 2026-07-01T21:05:17.242Z | Downloaded cookie_store v0.22.1 |
| 671 | 2026-07-01T21:05:17.242Z | Downloaded crossbeam-utils v0.8.21 |
| 672 | 2026-07-01T21:05:17.242Z | Downloaded group v0.14.0 |
| 673 | 2026-07-01T21:05:17.246Z | Downloaded ena v0.14.4 |
| 674 | 2026-07-01T21:05:17.246Z | Downloaded colored v3.1.1 |
| 675 | 2026-07-01T21:05:17.246Z | Downloaded hubpack v0.1.2 |
| 676 | 2026-07-01T21:05:17.246Z | Downloaded group v0.13.0 |
| 677 | 2026-07-01T21:05:17.250Z | Downloaded glob v0.3.3 |
| 678 | 2026-07-01T21:05:17.250Z | Downloaded either v1.15.0 |
| 679 | 2026-07-01T21:05:17.251Z | Downloaded des v0.9.0 |
| 680 | 2026-07-01T21:05:17.266Z | Downloaded derive_builder v0.20.2 |
| 681 | 2026-07-01T21:05:17.266Z | Downloaded idna_adapter v1.2.1 |
| 682 | 2026-07-01T21:05:17.266Z | Downloaded hash32 v0.2.1 |
| 683 | 2026-07-01T21:05:17.266Z | Downloaded clang-sys v1.8.1 |
| 684 | 2026-07-01T21:05:17.277Z | Downloaded filetime v0.2.27 |
| 685 | 2026-07-01T21:05:17.277Z | Downloaded crossbeam-epoch v0.9.18 |
| 686 | 2026-07-01T21:05:17.277Z | Downloaded byte-wrapper v0.1.0 |
| 687 | 2026-07-01T21:05:17.277Z | Downloaded async-bb8-diesel v0.2.1 |
| 688 | 2026-07-01T21:05:17.277Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 689 | 2026-07-01T21:05:17.277Z | Downloaded bzip2 v0.4.4 |
| 690 | 2026-07-01T21:05:17.277Z | Downloaded darling v0.20.11 |
| 691 | 2026-07-01T21:05:17.277Z | Downloaded indent_write v2.2.0 |
| 692 | 2026-07-01T21:05:17.277Z | Downloaded illumos-nvpair v0.3.0 |
| 693 | 2026-07-01T21:05:17.277Z | Downloaded headers-core v0.3.0 |
| 694 | 2026-07-01T21:05:17.277Z | Downloaded indoc v1.0.9 |
| 695 | 2026-07-01T21:05:17.278Z | Downloaded backon v1.6.0 |
| 696 | 2026-07-01T21:05:17.278Z | Downloaded bit-set v0.8.0 |
| 697 | 2026-07-01T21:05:17.278Z | Downloaded ed25519 v2.2.3 |
| 698 | 2026-07-01T21:05:17.278Z | Downloaded console v0.15.11 |
| 699 | 2026-07-01T21:05:17.278Z | Downloaded darling_core v0.13.4 |
| 700 | 2026-07-01T21:05:17.283Z | Downloaded instability v0.3.11 |
| 701 | 2026-07-01T21:05:17.283Z | Downloaded ciborium v0.2.2 |
| 702 | 2026-07-01T21:05:17.286Z | Downloaded inout v0.2.2 |
| 703 | 2026-07-01T21:05:17.286Z | Downloaded crossbeam-deque v0.8.6 |
| 704 | 2026-07-01T21:05:17.286Z | Downloaded is_ci v1.2.0 |
| 705 | 2026-07-01T21:05:17.286Z | Downloaded is-terminal v0.4.17 |
| 706 | 2026-07-01T21:05:17.286Z | Downloaded instant v0.1.13 |
| 707 | 2026-07-01T21:05:17.286Z | Downloaded inout v0.1.4 |
| 708 | 2026-07-01T21:05:17.289Z | Downloaded internet-checksum v0.2.1 |
| 709 | 2026-07-01T21:05:17.289Z | Downloaded getrandom v0.2.17 |
| 710 | 2026-07-01T21:05:17.292Z | Downloaded futures-channel v0.3.32 |
| 711 | 2026-07-01T21:05:17.292Z | Downloaded lalrpop-util v0.19.12 |
| 712 | 2026-07-01T21:05:17.292Z | Downloaded fs_extra v1.3.0 |
| 713 | 2026-07-01T21:05:17.297Z | Downloaded const_format_proc_macros v0.2.34 |
| 714 | 2026-07-01T21:05:17.297Z | Downloaded kem v0.3.0 |
| 715 | 2026-07-01T21:05:17.297Z | Downloaded http-body-util v0.1.3 |
| 716 | 2026-07-01T21:05:17.301Z | Downloaded keccak v0.1.6 |
| 717 | 2026-07-01T21:05:17.301Z | Downloaded lazy_static v1.5.0 |
| 718 | 2026-07-01T21:05:17.301Z | Downloaded camino-tempfile-ext v0.3.3 |
| 719 | 2026-07-01T21:05:17.301Z | Downloaded difflib v0.4.0 |
| 720 | 2026-07-01T21:05:17.301Z | Downloaded const-oid v0.10.2 |
| 721 | 2026-07-01T21:05:17.305Z | Downloaded kstat-rs v0.2.4 |
| 722 | 2026-07-01T21:05:17.305Z | Downloaded libscf-sys v1.1.0 |
| 723 | 2026-07-01T21:05:17.309Z | Downloaded humantime v2.3.0 |
| 724 | 2026-07-01T21:05:17.309Z | Downloaded chacha20 v0.9.1 |
| 725 | 2026-07-01T21:05:17.309Z | Downloaded lzss v0.8.2 |
| 726 | 2026-07-01T21:05:17.312Z | Downloaded managed v0.8.0 |
| 727 | 2026-07-01T21:05:17.315Z | Downloaded crc-any v2.5.0 |
| 728 | 2026-07-01T21:05:17.315Z | Downloaded arc-swap v1.8.2 |
| 729 | 2026-07-01T21:05:17.318Z | Downloaded elliptic-curve v0.13.8 |
| 730 | 2026-07-01T21:05:17.323Z | Downloaded half v1.8.3 |
| 731 | 2026-07-01T21:05:17.333Z | Downloaded match_cfg v0.1.0 |
| 732 | 2026-07-01T21:05:17.338Z | Downloaded maplit v1.0.2 |
| 733 | 2026-07-01T21:05:17.339Z | Downloaded maybe-uninit v2.0.0 |
| 734 | 2026-07-01T21:05:17.339Z | Downloaded memoffset v0.9.1 |
| 735 | 2026-07-01T21:05:17.339Z | Downloaded lru v0.12.5 |
| 736 | 2026-07-01T21:05:17.339Z | Downloaded compact_str v0.8.1 |
| 737 | 2026-07-01T21:05:17.349Z | Downloaded md5 v0.8.0 |
| 738 | 2026-07-01T21:05:17.349Z | Downloaded ingot v0.1.1 |
| 739 | 2026-07-01T21:05:17.349Z | Downloaded derive_more v0.99.20 |
| 740 | 2026-07-01T21:05:17.349Z | Downloaded ar_archive_writer v0.5.1 |
| 741 | 2026-07-01T21:05:17.361Z | Downloaded cc v1.2.56 |
| 742 | 2026-07-01T21:05:17.361Z | Downloaded drift v0.2.0 |
| 743 | 2026-07-01T21:05:17.361Z | Downloaded multimap v0.10.1 |
| 744 | 2026-07-01T21:05:17.361Z | Downloaded md-5 v0.10.6 |
| 745 | 2026-07-01T21:05:17.371Z | Downloaded lru-slab v0.1.2 |
| 746 | 2026-07-01T21:05:17.371Z | Downloaded lru-cache v0.1.2 |
| 747 | 2026-07-01T21:05:17.371Z | Downloaded linked-hash-map v0.5.6 |
| 748 | 2026-07-01T21:05:17.371Z | Downloaded indoc v2.0.7 |
| 749 | 2026-07-01T21:05:17.371Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 750 | 2026-07-01T21:05:17.371Z | Downloaded newline-converter v0.3.0 |
| 751 | 2026-07-01T21:05:17.371Z | Downloaded new_debug_unreachable v1.0.6 |
| 752 | 2026-07-01T21:05:17.371Z | Downloaded futures v0.3.32 |
| 753 | 2026-07-01T21:05:17.371Z | Downloaded ipnetwork v0.21.1 |
| 754 | 2026-07-01T21:05:17.371Z | Downloaded num v0.4.3 |
| 755 | 2026-07-01T21:05:17.371Z | Downloaded ingot-types v0.1.2 |
| 756 | 2026-07-01T21:05:17.372Z | Downloaded httparse v1.10.1 |
| 757 | 2026-07-01T21:05:17.376Z | Downloaded nonempty v0.12.0 |
| 758 | 2026-07-01T21:05:17.376Z | Downloaded ipnet v2.11.0 |
| 759 | 2026-07-01T21:05:17.376Z | Downloaded hmac v0.12.1 |
| 760 | 2026-07-01T21:05:17.376Z | Downloaded newtype_derive v0.1.6 |
| 761 | 2026-07-01T21:05:17.381Z | Downloaded hyper-rustls v0.27.7 |
| 762 | 2026-07-01T21:05:17.382Z | Downloaded normalize-line-endings v0.3.0 |
| 763 | 2026-07-01T21:05:17.382Z | Downloaded nodrop v0.1.14 |
| 764 | 2026-07-01T21:05:17.382Z | Downloaded nibble_vec v0.1.0 |
| 765 | 2026-07-01T21:05:17.382Z | Downloaded jobserver v0.1.34 |
| 766 | 2026-07-01T21:05:17.389Z | Downloaded getrandom v0.3.4 |
| 767 | 2026-07-01T21:05:17.389Z | Downloaded num-derive v0.4.2 |
| 768 | 2026-07-01T21:05:17.390Z | Downloaded bytes v1.11.1 |
| 769 | 2026-07-01T21:05:17.394Z | Downloaded num-derive v0.3.3 |
| 770 | 2026-07-01T21:05:17.394Z | Downloaded libloading v0.8.9 |
| 771 | 2026-07-01T21:05:17.394Z | Downloaded const_format v0.2.35 |
| 772 | 2026-07-01T21:05:17.394Z | Downloaded olpc-cjson v0.1.4 |
| 773 | 2026-07-01T21:05:17.394Z | Downloaded num-iter v0.1.45 |
| 774 | 2026-07-01T21:05:17.401Z | Downloaded iana-time-zone v0.1.65 |
| 775 | 2026-07-01T21:05:17.401Z | Downloaded darling_core v0.23.0 |
| 776 | 2026-07-01T21:05:17.401Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 777 | 2026-07-01T21:05:17.406Z | Downloaded half v2.7.1 |
| 778 | 2026-07-01T21:05:17.406Z | Downloaded dropshot_endpoint v0.17.1 |
| 779 | 2026-07-01T21:05:17.406Z | Downloaded openssl-probe v0.1.6 |
| 780 | 2026-07-01T21:05:17.406Z | Downloaded fatfs v0.3.6 |
| 781 | 2026-07-01T21:05:17.410Z | Downloaded opaque-debug v0.3.1 |
| 782 | 2026-07-01T21:05:17.410Z | Downloaded mime v0.3.17 |
| 783 | 2026-07-01T21:05:17.411Z | Downloaded num_enum_derive v0.5.11 |
| 784 | 2026-07-01T21:05:17.411Z | Downloaded num_threads v0.1.7 |
| 785 | 2026-07-01T21:05:17.415Z | Downloaded num-conv v0.2.0 |
| 786 | 2026-07-01T21:05:17.415Z | Downloaded oso-derive v0.27.3 |
| 787 | 2026-07-01T21:05:17.415Z | Downloaded linear-map v1.2.0 |
| 788 | 2026-07-01T21:05:17.415Z | Downloaded openssl-probe v0.2.1 |
| 789 | 2026-07-01T21:05:17.415Z | Downloaded openssl-macros v0.1.1 |
| 790 | 2026-07-01T21:05:17.419Z | Downloaded libefi-sys v0.1.0 |
| 791 | 2026-07-01T21:05:17.419Z | Downloaded chacha20poly1305 v0.10.1 |
| 792 | 2026-07-01T21:05:17.419Z | Downloaded libsw v3.5.0 |
| 793 | 2026-07-01T21:05:17.419Z | Downloaded ingot-macros v0.1.1 |
| 794 | 2026-07-01T21:05:17.422Z | Downloaded der v0.7.10 |
| 795 | 2026-07-01T21:05:17.426Z | Downloaded crypto-bigint v0.5.5 |
| 796 | 2026-07-01T21:05:17.426Z | Downloaded nanorand v0.7.0 |
| 797 | 2026-07-01T21:05:17.430Z | Downloaded libsw-core v0.3.2 |
| 798 | 2026-07-01T21:05:17.430Z | Downloaded module-lattice v0.2.3 |
| 799 | 2026-07-01T21:05:17.433Z | Downloaded flume v0.11.1 |
| 800 | 2026-07-01T21:05:17.433Z | Downloaded newtype-uuid-macros v0.1.0 |
| 801 | 2026-07-01T21:05:17.433Z | Downloaded keccak v0.2.0 |
| 802 | 2026-07-01T21:05:17.437Z | Downloaded native-tls v0.2.18 |
| 803 | 2026-07-01T21:05:17.437Z | Downloaded hybrid-array v0.4.13 |
| 804 | 2026-07-01T21:05:17.441Z | Downloaded generic-array v1.4.3 |
| 805 | 2026-07-01T21:05:17.441Z | Downloaded hyper-staticfile v0.10.1 |
| 806 | 2026-07-01T21:05:17.441Z | Downloaded packed_struct_codegen v0.10.1 |
| 807 | 2026-07-01T21:05:17.445Z | Downloaded hmac v0.13.0 |
| 808 | 2026-07-01T21:05:17.446Z | Downloaded highway v1.3.0 |
| 809 | 2026-07-01T21:05:17.446Z | Downloaded parse-size v1.1.0 |
| 810 | 2026-07-01T21:05:17.446Z | Downloaded bumpalo v3.20.2 |
| 811 | 2026-07-01T21:05:17.450Z | Downloaded nu-ansi-term v0.50.3 |
| 812 | 2026-07-01T21:05:17.454Z | Downloaded password-hash v0.6.1 |
| 813 | 2026-07-01T21:05:17.454Z | Downloaded num-complex v0.4.6 |
| 814 | 2026-07-01T21:05:17.460Z | Downloaded icu_properties v2.1.2 |
| 815 | 2026-07-01T21:05:17.460Z | Downloaded async-compression v0.4.41 |
| 816 | 2026-07-01T21:05:17.475Z | Downloaded percent-encoding v2.3.2 |
| 817 | 2026-07-01T21:05:17.481Z | Downloaded phf_shared v0.11.3 |
| 818 | 2026-07-01T21:05:17.481Z | Downloaded path-slash v0.1.5 |
| 819 | 2026-07-01T21:05:17.481Z | Downloaded parse-display v0.10.0 |
| 820 | 2026-07-01T21:05:17.481Z | Downloaded num_enum v0.5.11 |
| 821 | 2026-07-01T21:05:17.488Z | Downloaded num-rational v0.4.2 |
| 822 | 2026-07-01T21:05:17.488Z | Downloaded lock_api v0.4.14 |
| 823 | 2026-07-01T21:05:17.488Z | Downloaded memmap2 v0.9.10 |
| 824 | 2026-07-01T21:05:17.488Z | Downloaded icu_provider v2.1.1 |
| 825 | 2026-07-01T21:05:17.492Z | Downloaded headers v0.4.1 |
| 826 | 2026-07-01T21:05:17.492Z | Downloaded litemap v0.8.1 |
| 827 | 2026-07-01T21:05:17.492Z | Downloaded phf_shared v0.13.1 |
| 828 | 2026-07-01T21:05:17.492Z | Downloaded crossbeam-channel v0.5.15 |
| 829 | 2026-07-01T21:05:17.499Z | Downloaded ignore v0.4.25 |
| 830 | 2026-07-01T21:05:17.499Z | Downloaded num-integer v0.1.46 |
| 831 | 2026-07-01T21:05:17.499Z | Downloaded ml-kem v0.3.2 |
| 832 | 2026-07-01T21:05:17.511Z | Downloaded multer v3.1.0 |
| 833 | 2026-07-01T21:05:17.511Z | Downloaded flate2 v1.1.9 |
| 834 | 2026-07-01T21:05:17.511Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 835 | 2026-07-01T21:05:17.515Z | Downloaded powerfmt v0.2.0 |
| 836 | 2026-07-01T21:05:17.515Z | Downloaded potential_utf v0.1.4 |
| 837 | 2026-07-01T21:05:17.515Z | Downloaded heapless v0.8.0 |
| 838 | 2026-07-01T21:05:17.515Z | Downloaded indexmap v1.9.3 |
| 839 | 2026-07-01T21:05:17.515Z | Downloaded mime_guess v2.0.5 |
| 840 | 2026-07-01T21:05:17.516Z | Downloaded oxide-tokio-rt v0.1.4 |
| 841 | 2026-07-01T21:05:17.516Z | Downloaded owo-colors v4.3.0 |
| 842 | 2026-07-01T21:05:17.516Z | Downloaded newtype-uuid v1.3.2 |
| 843 | 2026-07-01T21:05:17.521Z | Downloaded ed25519-dalek v2.2.0 |
| 844 | 2026-07-01T21:05:17.521Z | Downloaded darling_core v0.21.3 |
| 845 | 2026-07-01T21:05:17.525Z | Downloaded predicates-tree v1.0.13 |
| 846 | 2026-07-01T21:05:17.525Z | Downloaded predicates-core v1.0.10 |
| 847 | 2026-07-01T21:05:17.525Z | Downloaded precomputed-hash v0.1.1 |
| 848 | 2026-07-01T21:05:17.526Z | Downloaded parking_lot_core v0.8.6 |
| 849 | 2026-07-01T21:05:17.532Z | Downloaded peg-runtime v0.8.5 |
| 850 | 2026-07-01T21:05:17.532Z | Downloaded peg-macros v0.8.5 |
| 851 | 2026-07-01T21:05:17.532Z | Downloaded icu_normalizer_data v2.1.1 |
| 852 | 2026-07-01T21:05:17.533Z | Downloaded paste v1.0.15 |
| 853 | 2026-07-01T21:05:17.537Z | Downloaded password-hash v0.5.0 |
| 854 | 2026-07-01T21:05:17.537Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 855 | 2026-07-01T21:05:17.537Z | Downloaded parse-display-derive v0.10.0 |
| 856 | 2026-07-01T21:05:17.537Z | Downloaded psl-types v2.0.11 |
| 857 | 2026-07-01T21:05:17.538Z | Downloaded progenitor-client v0.14.0 |
| 858 | 2026-07-01T21:05:17.543Z | Downloaded progenitor-macro v0.14.0 |
| 859 | 2026-07-01T21:05:17.543Z | Downloaded proc-macro-crate v3.4.0 |
| 860 | 2026-07-01T21:05:17.543Z | Downloaded proc-macro-crate v1.3.1 |
| 861 | 2026-07-01T21:05:17.543Z | Downloaded pbkdf2 v0.13.0 |
| 862 | 2026-07-01T21:05:17.543Z | Downloaded expectorate v1.2.0 |
| 863 | 2026-07-01T21:05:17.543Z | Downloaded num_enum_derive v0.7.6 |
| 864 | 2026-07-01T21:05:17.547Z | Downloaded derive_more v2.1.1 |
| 865 | 2026-07-01T21:05:17.551Z | Downloaded phc v0.6.1 |
| 866 | 2026-07-01T21:05:17.551Z | Downloaded phf v0.13.1 |
| 867 | 2026-07-01T21:05:17.553Z | Downloaded peg v0.8.5 |
| 868 | 2026-07-01T21:05:17.554Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-07-01T21:05:17.556Z | Downloaded progenitor-macro v0.13.0 |
| 870 | 2026-07-01T21:05:17.556Z | Downloaded pem-rfc7468 v0.7.0 |
| 871 | 2026-07-01T21:05:17.556Z | Downloaded indicatif v0.18.4 |
| 872 | 2026-07-01T21:05:17.559Z | Downloaded derive_more-impl v2.1.1 |
| 873 | 2026-07-01T21:05:17.561Z | Downloaded litrs v1.0.0 |
| 874 | 2026-07-01T21:05:17.565Z | Downloaded poly1305 v0.8.0 |
| 875 | 2026-07-01T21:05:17.569Z | Downloaded pin-project-internal v1.1.11 |
| 876 | 2026-07-01T21:05:17.569Z | Downloaded hickory-resolver v0.24.4 |
| 877 | 2026-07-01T21:05:17.573Z | Downloaded polyval v0.7.1 |
| 878 | 2026-07-01T21:05:17.573Z | Downloaded pkg-config v0.3.32 |
| 879 | 2026-07-01T21:05:17.573Z | Downloaded oxnet v0.1.6 |
| 880 | 2026-07-01T21:05:17.575Z | Downloaded pin-project-lite v0.2.17 |
| 881 | 2026-07-01T21:05:17.578Z | Downloaded pkcs8 v0.10.2 |
| 882 | 2026-07-01T21:05:17.578Z | Downloaded parking_lot v0.12.5 |
| 883 | 2026-07-01T21:05:17.580Z | Downloaded packed_struct v0.10.1 |
| 884 | 2026-07-01T21:05:17.580Z | Downloaded pem v3.0.6 |
| 885 | 2026-07-01T21:05:17.583Z | Downloaded num_enum v0.7.6 |
| 886 | 2026-07-01T21:05:17.586Z | Downloaded heapless v0.7.17 |
| 887 | 2026-07-01T21:05:17.589Z | Downloaded rand_chacha v0.3.1 |
| 888 | 2026-07-01T21:05:17.589Z | Downloaded radium v0.7.0 |
| 889 | 2026-07-01T21:05:17.589Z | Downloaded postgres-protocol v0.6.10 |
| 890 | 2026-07-01T21:05:17.592Z | Downloaded base64 v0.21.7 |
| 891 | 2026-07-01T21:05:17.594Z | Downloaded rand_xorshift v0.4.0 |
| 892 | 2026-07-01T21:05:17.594Z | Downloaded recursive v0.1.1 |
| 893 | 2026-07-01T21:05:17.596Z | Downloaded parking_lot v0.11.2 |
| 894 | 2026-07-01T21:05:17.600Z | Downloaded primefield v0.14.0 |
| 895 | 2026-07-01T21:05:17.602Z | Downloaded parking_lot_core v0.9.12 |
| 896 | 2026-07-01T21:05:17.604Z | Downloaded progenitor-client v0.13.0 |
| 897 | 2026-07-01T21:05:17.604Z | Downloaded progenitor v0.14.0 |
| 898 | 2026-07-01T21:05:17.608Z | Downloaded ref-cast v1.0.25 |
| 899 | 2026-07-01T21:05:17.608Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 900 | 2026-07-01T21:05:17.608Z | Downloaded progenitor-extras v0.2.0 |
| 901 | 2026-07-01T21:05:17.610Z | Downloaded proc-macro-error2 v2.0.1 |
| 902 | 2026-07-01T21:05:17.630Z | Downloaded num-traits v0.2.19 |
| 903 | 2026-07-01T21:05:17.630Z | Downloaded omicron-zone-package v0.12.3 |
| 904 | 2026-07-01T21:05:17.630Z | Downloaded phf v0.12.1 |
| 905 | 2026-07-01T21:05:17.630Z | Downloaded libbz2-rs-sys v0.2.2 |
| 906 | 2026-07-01T21:05:17.630Z | Downloaded pem-rfc7468 v1.0.0 |
| 907 | 2026-07-01T21:05:17.630Z | Downloaded psm v0.1.30 |
| 908 | 2026-07-01T21:05:17.630Z | Downloaded aes v0.9.1 |
| 909 | 2026-07-01T21:05:17.630Z | Downloaded miniz_oxide v0.8.9 |
| 910 | 2026-07-01T21:05:17.630Z | Downloaded diesel_derives v2.3.7 |
| 911 | 2026-07-01T21:05:17.630Z | Downloaded icu_locale_core v2.1.1 |
| 912 | 2026-07-01T21:05:17.633Z | Downloaded rfc6979 v0.5.0 |
| 913 | 2026-07-01T21:05:17.633Z | Downloaded pkcs8 v0.11.0 |
| 914 | 2026-07-01T21:05:17.635Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 915 | 2026-07-01T21:05:17.638Z | Downloaded rustc_version v0.4.1 |
| 916 | 2026-07-01T21:05:17.638Z | Downloaded rustc_version v0.1.7 |
| 917 | 2026-07-01T21:05:17.638Z | Downloaded rustc-hash v2.1.1 |
| 918 | 2026-07-01T21:05:17.641Z | Downloaded rtoolbox v0.0.3 |
| 919 | 2026-07-01T21:05:17.641Z | Downloaded russh-util v0.52.0 |
| 920 | 2026-07-01T21:05:17.641Z | Downloaded r2d2 v0.8.10 |
| 921 | 2026-07-01T21:05:17.644Z | Downloaded ppv-lite86 v0.2.21 |
| 922 | 2026-07-01T21:05:17.644Z | Downloaded pkcs1 v0.7.5 |
| 923 | 2026-07-01T21:05:17.644Z | Downloaded postgres-types v0.2.12 |
| 924 | 2026-07-01T21:05:17.646Z | Downloaded oso v0.27.3 |
| 925 | 2026-07-01T21:05:17.649Z | Downloaded rfc6979 v0.4.0 |
| 926 | 2026-07-01T21:05:17.649Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-07-01T21:05:17.652Z | Downloaded poly1305 v0.9.0 |
| 928 | 2026-07-01T21:05:17.653Z | Downloaded rand_core v0.10.0 |
| 929 | 2026-07-01T21:05:17.655Z | Downloaded russh-cryptovec v0.61.0 |
| 930 | 2026-07-01T21:05:17.655Z | Downloaded rand_core v0.9.5 |
| 931 | 2026-07-01T21:05:17.655Z | Downloaded rand_core v0.6.4 |
| 932 | 2026-07-01T21:05:17.658Z | Downloaded postcard v1.1.3 |
| 933 | 2026-07-01T21:05:17.658Z | Downloaded icu_collections v2.1.1 |
| 934 | 2026-07-01T21:05:17.661Z | Downloaded scheduled-thread-pool v0.2.7 |
| 935 | 2026-07-01T21:05:17.664Z | Downloaded same-file v1.0.6 |
| 936 | 2026-07-01T21:05:17.664Z | Downloaded sapling-renderdag v0.1.0 |
| 937 | 2026-07-01T21:05:17.667Z | Downloaded jiff-static v0.2.21 |
| 938 | 2026-07-01T21:05:17.667Z | Downloaded ref-cast-impl v1.0.25 |
| 939 | 2026-07-01T21:05:17.667Z | Downloaded papergrid v0.17.0 |
| 940 | 2026-07-01T21:05:17.670Z | Downloaded rand_seeder v0.4.0 |
| 941 | 2026-07-01T21:05:17.672Z | Downloaded icu_normalizer v2.1.1 |
| 942 | 2026-07-01T21:05:17.675Z | Downloaded hashbrown v0.13.2 |
| 943 | 2026-07-01T21:05:17.677Z | Downloaded der v0.8.0 |
| 944 | 2026-07-01T21:05:17.680Z | Downloaded progenitor v0.13.0 |
| 945 | 2026-07-01T21:05:17.683Z | Downloaded primeorder v0.14.0-rc.10 |
| 946 | 2026-07-01T21:05:17.683Z | Downloaded primeorder v0.13.6 |
| 947 | 2026-07-01T21:05:17.685Z | Downloaded scroll_derive v0.13.1 |
| 948 | 2026-07-01T21:05:17.685Z | Downloaded scopeguard v1.2.0 |
| 949 | 2026-07-01T21:05:17.688Z | Downloaded secrecy v0.8.0 |
| 950 | 2026-07-01T21:05:17.688Z | Downloaded seq-macro v0.3.6 |
| 951 | 2026-07-01T21:05:17.691Z | Downloaded serde_bytes v0.11.19 |
| 952 | 2026-07-01T21:05:17.694Z | Downloaded pkcs5 v0.8.1 |
| 953 | 2026-07-01T21:05:17.697Z | Downloaded pin-project v1.1.11 |
| 954 | 2026-07-01T21:05:17.704Z | Downloaded serde-big-array v0.5.1 |
| 955 | 2026-07-01T21:05:17.709Z | Downloaded resolv-conf v0.7.6 |
| 956 | 2026-07-01T21:05:17.709Z | Downloaded quinn-udp v0.5.14 |
| 957 | 2026-07-01T21:05:17.712Z | Downloaded crossterm v0.28.1 |
| 958 | 2026-07-01T21:05:17.712Z | Downloaded serde_repr v0.1.20 |
| 959 | 2026-07-01T21:05:17.714Z | Downloaded phf_shared v0.12.1 |
| 960 | 2026-07-01T21:05:17.714Z | Downloaded p256 v0.14.0-rc.10 |
| 961 | 2026-07-01T21:05:17.717Z | Downloaded semver v0.1.20 |
| 962 | 2026-07-01T21:05:17.717Z | Downloaded prefix-trie v0.7.0 |
| 963 | 2026-07-01T21:05:17.720Z | Downloaded serde_plain v1.0.2 |
| 964 | 2026-07-01T21:05:17.720Z | Downloaded sha1 v0.10.6 |
| 965 | 2026-07-01T21:05:17.723Z | Downloaded secrecy v0.10.3 |
| 966 | 2026-07-01T21:05:17.723Z | Downloaded minimal-lexical v0.2.1 |
| 967 | 2026-07-01T21:05:17.726Z | Downloaded rustversion v1.0.22 |
| 968 | 2026-07-01T21:05:17.729Z | Downloaded serde_spanned v1.1.1 |
| 969 | 2026-07-01T21:05:17.729Z | Downloaded http v1.4.2 |
| 970 | 2026-07-01T21:05:17.731Z | Downloaded hickory-server v0.25.2 |
| 971 | 2026-07-01T21:05:17.733Z | Downloaded predicates v3.1.4 |
| 972 | 2026-07-01T21:05:17.736Z | Downloaded shell-words v1.1.1 |
| 973 | 2026-07-01T21:05:17.736Z | Downloaded rustls-pemfile v2.2.0 |
| 974 | 2026-07-01T21:05:17.740Z | Downloaded hickory-resolver v0.25.2 |
| 975 | 2026-07-01T21:05:17.742Z | Downloaded signal-hook-mio v0.2.5 |
| 976 | 2026-07-01T21:05:17.742Z | Downloaded sha1 v0.11.0 |
| 977 | 2026-07-01T21:05:17.742Z | Downloaded hashbrown v0.12.3 |
| 978 | 2026-07-01T21:05:17.745Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-07-01T21:05:17.748Z | Downloaded sigpipe v0.1.3 |
| 980 | 2026-07-01T21:05:17.750Z | Downloaded signature v3.0.0 |
| 981 | 2026-07-01T21:05:17.750Z | Downloaded signature v2.2.0 |
| 982 | 2026-07-01T21:05:17.753Z | Downloaded dropshot-api-manager v0.7.2 |
| 983 | 2026-07-01T21:05:17.765Z | Downloaded siphasher v1.0.2 |
| 984 | 2026-07-01T21:05:17.768Z | Downloaded sec1 v0.8.1 |
| 985 | 2026-07-01T21:05:17.768Z | Downloaded slog-envlogger v2.2.0 |
| 986 | 2026-07-01T21:05:17.768Z | Downloaded progenitor-impl v0.14.0 |
| 987 | 2026-07-01T21:05:17.771Z | Downloaded hyper-util v0.1.20 |
| 988 | 2026-07-01T21:05:17.773Z | Downloaded scrypt v0.12.0 |
| 989 | 2026-07-01T21:05:17.776Z | Downloaded serde-hex v0.1.0 |
| 990 | 2026-07-01T21:05:17.776Z | Downloaded openssl-sys v0.9.115 |
| 991 | 2026-07-01T21:05:17.778Z | Downloaded serde_urlencoded v0.7.1 |
| 992 | 2026-07-01T21:05:17.781Z | Downloaded rustls-pki-types v1.14.0 |
| 993 | 2026-07-01T21:05:17.783Z | Downloaded sec1 v0.7.3 |
| 994 | 2026-07-01T21:05:17.783Z | Downloaded scroll v0.13.0 |
| 995 | 2026-07-01T21:05:17.791Z | Downloaded aho-corasick v1.1.4 |
| 996 | 2026-07-01T21:05:17.793Z | Downloaded serde_with_macros v1.5.2 |
| 997 | 2026-07-01T21:05:17.793Z | Downloaded p384 v0.14.0-rc.10 |
| 998 | 2026-07-01T21:05:17.795Z | Downloaded serde_path_to_error v0.1.20 |
| 999 | 2026-07-01T21:05:17.798Z | Downloaded serde_derive_internals v0.29.1 |
| 1000 | 2026-07-01T21:05:17.798Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1001 | 2026-07-01T21:05:17.800Z | Downloaded rcgen v0.12.1 |
| 1002 | 2026-07-01T21:05:17.805Z | Downloaded serdect v0.4.3 |
| 1003 | 2026-07-01T21:05:17.805Z | Downloaded mio v1.2.0 |
| 1004 | 2026-07-01T21:05:17.811Z | Downloaded sqlparser_derive v0.5.0 |
| 1005 | 2026-07-01T21:05:17.813Z | Downloaded num-bigint v0.4.6 |
| 1006 | 2026-07-01T21:05:17.819Z | Downloaded strum v0.26.3 |
| 1007 | 2026-07-01T21:05:17.821Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1008 | 2026-07-01T21:05:17.821Z | Downloaded stable_deref_trait v1.2.1 |
| 1009 | 2026-07-01T21:05:17.824Z | Downloaded slog-bunyan v2.5.0 |
| 1010 | 2026-07-01T21:05:17.824Z | Downloaded signal-hook-registry v1.4.8 |
| 1011 | 2026-07-01T21:05:17.824Z | Downloaded schemars_derive v0.8.22 |
| 1012 | 2026-07-01T21:05:17.827Z | Downloaded structmeta-derive v0.3.0 |
| 1013 | 2026-07-01T21:05:17.831Z | Downloaded hashbrown v0.16.1 |
| 1014 | 2026-07-01T21:05:17.835Z | Downloaded hashbrown v0.15.5 |
| 1015 | 2026-07-01T21:05:17.843Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-07-01T21:05:17.847Z | Downloaded strsim v0.10.0 |
| 1017 | 2026-07-01T21:05:17.847Z | Downloaded structmeta v0.3.0 |
| 1018 | 2026-07-01T21:05:17.847Z | Downloaded sync-ptr v0.1.4 |
| 1019 | 2026-07-01T21:05:17.847Z | Downloaded strum v0.27.2 |
| 1020 | 2026-07-01T21:05:17.849Z | Downloaded slog-stdlog v4.1.1 |
| 1021 | 2026-07-01T21:05:17.849Z | Downloaded slog-async v2.8.0 |
| 1022 | 2026-07-01T21:05:17.849Z | Downloaded slab v0.4.12 |
| 1023 | 2026-07-01T21:05:17.852Z | Downloaded slog-dtrace v0.3.0 |
| 1024 | 2026-07-01T21:05:17.856Z | Downloaded slog-scope v4.4.1 |
| 1025 | 2026-07-01T21:05:17.856Z | Downloaded progenitor-impl v0.13.0 |
| 1026 | 2026-07-01T21:05:17.859Z | Downloaded serde_with_macros v3.17.0 |
| 1027 | 2026-07-01T21:05:17.859Z | Downloaded slog-json v2.6.1 |
| 1028 | 2026-07-01T21:05:17.861Z | Downloaded tabwriter v1.4.1 |
| 1029 | 2026-07-01T21:05:17.861Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-07-01T21:05:17.861Z | Downloaded spki v0.8.0 |
| 1031 | 2026-07-01T21:05:17.865Z | Downloaded smallvec v0.6.14 |
| 1032 | 2026-07-01T21:05:17.865Z | Downloaded tagptr v0.2.0 |
| 1033 | 2026-07-01T21:05:17.865Z | Downloaded slog-term v2.9.2 |
| 1034 | 2026-07-01T21:05:17.868Z | Downloaded smf v0.2.3 |
| 1035 | 2026-07-01T21:05:17.868Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-07-01T21:05:17.871Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1037 | 2026-07-01T21:05:17.873Z | Downloaded tabled_derive v0.11.0 |
| 1038 | 2026-07-01T21:05:17.873Z | Downloaded spki v0.7.3 |
| 1039 | 2026-07-01T21:05:17.873Z | Downloaded itertools v0.10.5 |
| 1040 | 2026-07-01T21:05:17.877Z | Downloaded ron v0.8.1 |
| 1041 | 2026-07-01T21:05:17.881Z | Downloaded sqlformat v0.3.5 |
| 1042 | 2026-07-01T21:05:17.883Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1043 | 2026-07-01T21:05:17.883Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1044 | 2026-07-01T21:05:17.886Z | Downloaded ryu v1.0.23 |
| 1045 | 2026-07-01T21:05:17.888Z | Downloaded tap v1.0.1 |
| 1046 | 2026-07-01T21:05:17.888Z | Downloaded take_mut v0.2.2 |
| 1047 | 2026-07-01T21:05:17.888Z | Downloaded shlex v1.3.0 |
| 1048 | 2026-07-01T21:05:17.892Z | Downloaded rustls-native-certs v0.8.3 |
| 1049 | 2026-07-01T21:05:17.892Z | Downloaded nom v7.1.3 |
| 1050 | 2026-07-01T21:05:17.896Z | Downloaded testing_table v0.3.0 |
| 1051 | 2026-07-01T21:05:17.896Z | Downloaded time-core v0.1.8 |
| 1052 | 2026-07-01T21:05:17.896Z | Downloaded termtree v0.5.1 |
| 1053 | 2026-07-01T21:05:17.898Z | Downloaded stacker v0.1.23 |
| 1054 | 2026-07-01T21:05:17.899Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1055 | 2026-07-01T21:05:17.899Z | Downloaded rusty-fork v0.3.1 |
| 1056 | 2026-07-01T21:05:17.901Z | Downloaded thread-id v5.1.0 |
| 1057 | 2026-07-01T21:05:17.904Z | Downloaded tinyvec_macros v0.1.1 |
| 1058 | 2026-07-01T21:05:17.904Z | Downloaded strum_macros v0.24.3 |
| 1059 | 2026-07-01T21:05:17.906Z | Downloaded prettyplease v0.2.37 |
| 1060 | 2026-07-01T21:05:17.906Z | Downloaded pretty_assertions v1.4.1 |
| 1061 | 2026-07-01T21:05:17.910Z | Downloaded stringprep v0.1.5 |
| 1062 | 2026-07-01T21:05:17.910Z | Downloaded string_cache v0.8.9 |
| 1063 | 2026-07-01T21:05:17.912Z | Downloaded salsa20 v0.11.0 |
| 1064 | 2026-07-01T21:05:17.915Z | Downloaded schemars v0.8.22 |
| 1065 | 2026-07-01T21:05:17.922Z | Downloaded supports-color v3.0.2 |
| 1066 | 2026-07-01T21:05:17.926Z | Downloaded tokio-macros v2.7.0 |
| 1067 | 2026-07-01T21:05:17.926Z | Downloaded strum_macros v0.27.2 |
| 1068 | 2026-07-01T21:05:17.926Z | Downloaded publicsuffix v2.3.0 |
| 1069 | 2026-07-01T21:05:17.930Z | Downloaded synstructure v0.13.2 |
| 1070 | 2026-07-01T21:05:17.930Z | Downloaded idna v1.1.0 |
| 1071 | 2026-07-01T21:05:17.932Z | Downloaded strum_macros v0.26.4 |
| 1072 | 2026-07-01T21:05:17.932Z | Downloaded static_assertions v1.1.0 |
| 1073 | 2026-07-01T21:05:17.932Z | Downloaded smallvec v1.15.1 |
| 1074 | 2026-07-01T21:05:17.935Z | Downloaded spin v0.9.8 |
| 1075 | 2026-07-01T21:05:17.935Z | Downloaded support-bundle-viewer v0.1.2 |
| 1076 | 2026-07-01T21:05:17.938Z | Downloaded libxml v0.3.3 |
| 1077 | 2026-07-01T21:05:17.940Z | Downloaded quinn v0.11.9 |
| 1078 | 2026-07-01T21:05:17.943Z | Downloaded itertools v0.12.1 |
| 1079 | 2026-07-01T21:05:17.947Z | Downloaded rayon-core v1.13.0 |
| 1080 | 2026-07-01T21:05:17.949Z | Downloaded itertools v0.13.0 |
| 1081 | 2026-07-01T21:05:17.953Z | Downloaded serde_cbor v0.11.2 |
| 1082 | 2026-07-01T21:05:17.956Z | Downloaded iri-string v0.7.10 |
| 1083 | 2026-07-01T21:05:17.960Z | Downloaded num-bigint-dig v0.8.6 |
| 1084 | 2026-07-01T21:05:17.963Z | Downloaded tower-layer v0.3.3 |
| 1085 | 2026-07-01T21:05:17.965Z | Downloaded topological-sort v0.2.2 |
| 1086 | 2026-07-01T21:05:17.965Z | Downloaded futures-util v0.3.32 |
| 1087 | 2026-07-01T21:05:17.971Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-07-01T21:05:17.974Z | Downloaded signal-hook v0.3.18 |
| 1089 | 2026-07-01T21:05:17.974Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-07-01T21:05:17.981Z | Downloaded termios v0.3.3 |
| 1091 | 2026-07-01T21:05:17.984Z | Downloaded sha2 v0.11.0 |
| 1092 | 2026-07-01T21:05:17.984Z | Downloaded rand v0.8.6 |
| 1093 | 2026-07-01T21:05:17.984Z | Downloaded tinystr v0.8.2 |
| 1094 | 2026-07-01T21:05:17.987Z | Downloaded schemars v0.9.0 |
| 1095 | 2026-07-01T21:05:17.990Z | Downloaded unarray v0.1.4 |
| 1096 | 2026-07-01T21:05:17.993Z | Downloaded tower-service v0.3.3 |
| 1097 | 2026-07-01T21:05:17.993Z | Downloaded tls_codec v0.4.2 |
| 1098 | 2026-07-01T21:05:17.996Z | Downloaded typify-macro v0.6.2 |
| 1099 | 2026-07-01T21:05:17.996Z | Downloaded blake3 v1.8.5 |
| 1100 | 2026-07-01T21:05:17.999Z | Downloaded universal-hash v0.6.1 |
| 1101 | 2026-07-01T21:05:18.002Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-07-01T21:05:18.003Z | Downloaded unit-prefix v0.5.2 |
| 1103 | 2026-07-01T21:05:18.003Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-07-01T21:05:18.006Z | Downloaded tiny-keccak v2.0.2 |
| 1105 | 2026-07-01T21:05:18.006Z | Downloaded similar v2.7.0 |
| 1106 | 2026-07-01T21:05:18.009Z | Downloaded tls_codec_derive v0.4.2 |
| 1107 | 2026-07-01T21:05:18.009Z | Downloaded usdt v0.6.0 |
| 1108 | 2026-07-01T21:05:18.012Z | Downloaded trait-variant v0.1.2 |
| 1109 | 2026-07-01T21:05:18.012Z | Downloaded slog v2.8.2 |
| 1110 | 2026-07-01T21:05:18.012Z | Downloaded thread_local v1.1.9 |
| 1111 | 2026-07-01T21:05:18.017Z | Downloaded snafu-derive v0.8.9 |
| 1112 | 2026-07-01T21:05:18.017Z | Downloaded socket2 v0.5.10 |
| 1113 | 2026-07-01T21:05:18.020Z | Downloaded icu_properties_data v2.1.2 |
| 1114 | 2026-07-01T21:05:18.023Z | Downloaded usdt-attr-macro v0.6.0 |
| 1115 | 2026-07-01T21:05:18.023Z | Downloaded untrusted v0.7.1 |
| 1116 | 2026-07-01T21:05:18.023Z | Downloaded untrusted v0.9.0 |
| 1117 | 2026-07-01T21:05:18.026Z | Downloaded utf8_iter v1.0.4 |
| 1118 | 2026-07-01T21:05:18.026Z | Downloaded term v0.7.0 |
| 1119 | 2026-07-01T21:05:18.029Z | Downloaded rsa v0.9.10 |
| 1120 | 2026-07-01T21:05:18.031Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1121 | 2026-07-01T21:05:18.031Z | Downloaded rand v0.9.2 |
| 1122 | 2026-07-01T21:05:18.034Z | Downloaded usdt-macro v0.6.0 |
| 1123 | 2026-07-01T21:05:18.035Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1124 | 2026-07-01T21:05:18.035Z | Downloaded itertools v0.14.0 |
| 1125 | 2026-07-01T21:05:18.039Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-07-01T21:05:18.042Z | Downloaded rustls-webpki v0.103.9 |
| 1127 | 2026-07-01T21:05:18.042Z | Downloaded hyper v1.10.1 |
| 1128 | 2026-07-01T21:05:18.046Z | Downloaded void v1.0.2 |
| 1129 | 2026-07-01T21:05:18.049Z | Downloaded want v0.3.1 |
| 1130 | 2026-07-01T21:05:18.049Z | Downloaded tui-tree-widget v0.23.1 |
| 1131 | 2026-07-01T21:05:18.049Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1132 | 2026-07-01T21:05:18.049Z | Downloaded libm v0.2.16 |
| 1133 | 2026-07-01T21:05:18.054Z | Downloaded waitgroup v0.1.2 |
| 1134 | 2026-07-01T21:05:18.058Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-07-01T21:05:18.058Z | Downloaded rand v0.10.1 |
| 1136 | 2026-07-01T21:05:18.061Z | Downloaded nom v8.0.0 |
| 1137 | 2026-07-01T21:05:18.061Z | Downloaded unicode-xid v0.2.6 |
| 1138 | 2026-07-01T21:05:18.064Z | Downloaded tokio-tungstenite v0.23.1 |
| 1139 | 2026-07-01T21:05:18.064Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1140 | 2026-07-01T21:05:18.067Z | Downloaded try-lock v0.2.5 |
| 1141 | 2026-07-01T21:05:18.067Z | Downloaded samael v0.0.19 |
| 1142 | 2026-07-01T21:05:18.070Z | Downloaded unicode-truncate v1.1.0 |
| 1143 | 2026-07-01T21:05:18.075Z | Downloaded tokio-native-tls v0.3.1 |
| 1144 | 2026-07-01T21:05:18.075Z | Downloaded subprocess v0.2.15 |
| 1145 | 2026-07-01T21:05:18.078Z | Downloaded tokio-tungstenite v0.21.0 |
| 1146 | 2026-07-01T21:05:18.078Z | Downloaded yoke-derive v0.8.1 |
| 1147 | 2026-07-01T21:05:18.078Z | Downloaded socket2 v0.6.3 |
| 1148 | 2026-07-01T21:05:18.078Z | Downloaded snafu v0.8.9 |
| 1149 | 2026-07-01T21:05:18.081Z | Downloaded unicase v2.9.0 |
| 1150 | 2026-07-01T21:05:18.083Z | Downloaded xshell-macros v0.2.7 |
| 1151 | 2026-07-01T21:05:18.083Z | Downloaded crypto-primes v0.7.2 |
| 1152 | 2026-07-01T21:05:18.088Z | Downloaded tokio-test v0.4.5 |
| 1153 | 2026-07-01T21:05:18.088Z | Downloaded aws-lc-rs v1.16.3 |
| 1154 | 2026-07-01T21:05:18.091Z | Downloaded zerofrom v0.1.6 |
| 1155 | 2026-07-01T21:05:18.094Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-07-01T21:05:18.094Z | Downloaded vergen-lib v9.1.0 |
| 1157 | 2026-07-01T21:05:18.094Z | Downloaded uzers v0.12.2 |
| 1158 | 2026-07-01T21:05:18.097Z | Downloaded usdt-impl v0.6.0 |
| 1159 | 2026-07-01T21:05:18.097Z | Downloaded tokio-rustls v0.26.4 |
| 1160 | 2026-07-01T21:05:18.099Z | Downloaded schemars v1.2.1 |
| 1161 | 2026-07-01T21:05:18.105Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1162 | 2026-07-01T21:05:18.110Z | Downloaded tokio-stream v0.1.18 |
| 1163 | 2026-07-01T21:05:18.110Z | Downloaded qorb v0.4.1 |
| 1164 | 2026-07-01T21:05:18.114Z | Downloaded vsss-rs v3.3.4 |
| 1165 | 2026-07-01T21:05:18.114Z | Downloaded test-strategy v0.4.5 |
| 1166 | 2026-07-01T21:05:18.116Z | Downloaded term v1.2.1 |
| 1167 | 2026-07-01T21:05:18.120Z | Downloaded zeroize_derive v1.4.3 |
| 1168 | 2026-07-01T21:05:18.120Z | Downloaded zone_cfg_derive v0.3.1 |
| 1169 | 2026-07-01T21:05:18.120Z | Downloaded iddqd v0.4.2 |
| 1170 | 2026-07-01T21:05:18.123Z | Downloaded zone v0.3.1 |
| 1171 | 2026-07-01T21:05:18.126Z | Downloaded whoami v1.6.1 |
| 1172 | 2026-07-01T21:05:18.126Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-07-01T21:05:18.129Z | Downloaded unicode-properties v0.1.4 |
| 1174 | 2026-07-01T21:05:18.129Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-07-01T21:05:18.129Z | Downloaded whoami v2.1.0 |
| 1176 | 2026-07-01T21:05:18.133Z | Downloaded p521 v0.14.0-rc.10 |
| 1177 | 2026-07-01T21:05:18.133Z | Downloaded tinyvec v1.10.0 |
| 1178 | 2026-07-01T21:05:18.142Z | Downloaded twox-hash v2.1.2 |
| 1179 | 2026-07-01T21:05:18.146Z | Downloaded rsa v0.10.0-rc.18 |
| 1180 | 2026-07-01T21:05:18.146Z | Downloaded wyz v0.5.1 |
| 1181 | 2026-07-01T21:05:18.151Z | Downloaded toml v0.7.8 |
| 1182 | 2026-07-01T21:05:18.155Z | Downloaded rustyline v14.0.0 |
| 1183 | 2026-07-01T21:05:18.159Z | Downloaded zstd-safe v7.2.4 |
| 1184 | 2026-07-01T21:05:18.159Z | Downloaded writeable v0.6.2 |
| 1185 | 2026-07-01T21:05:18.164Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-07-01T21:05:18.167Z | Downloaded zerofrom-derive v0.1.6 |
| 1187 | 2026-07-01T21:05:18.167Z | Downloaded yoke v0.8.1 |
| 1188 | 2026-07-01T21:05:18.167Z | Downloaded vergen v9.1.0 |
| 1189 | 2026-07-01T21:05:18.172Z | Downloaded walkdir v2.5.0 |
| 1190 | 2026-07-01T21:05:18.172Z | Downloaded hkdf v0.13.0 |
| 1191 | 2026-07-01T21:05:18.175Z | Downloaded typify v0.6.2 |
| 1192 | 2026-07-01T21:05:18.178Z | Downloaded vergen-git2 v9.1.0 |
| 1193 | 2026-07-01T21:05:18.181Z | Downloaded tracing-attributes v0.1.31 |
| 1194 | 2026-07-01T21:05:18.187Z | Downloaded zerovec-derive v0.11.2 |
| 1195 | 2026-07-01T21:05:18.190Z | Downloaded h2 v0.4.15 |
| 1196 | 2026-07-01T21:05:18.198Z | Downloaded tungstenite v0.23.0 |
| 1197 | 2026-07-01T21:05:18.202Z | Downloaded tracing-core v0.1.36 |
| 1198 | 2026-07-01T21:05:18.206Z | Downloaded steno v0.4.1 |
| 1199 | 2026-07-01T21:05:18.206Z | Downloaded zerocopy v0.6.6 |
| 1200 | 2026-07-01T21:05:18.213Z | Downloaded tar v0.4.45 |
| 1201 | 2026-07-01T21:05:18.216Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1202 | 2026-07-01T21:05:18.216Z | Downloaded hkdf v0.12.4 |
| 1203 | 2026-07-01T21:05:18.216Z | Downloaded yasna v0.5.2 |
| 1204 | 2026-07-01T21:05:18.219Z | Downloaded zstd v0.13.3 |
| 1205 | 2026-07-01T21:05:18.219Z | Downloaded zeroize v1.8.2 |
| 1206 | 2026-07-01T21:05:18.219Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-07-01T21:05:18.224Z | Downloaded rpassword v7.4.0 |
| 1208 | 2026-07-01T21:05:18.228Z | Downloaded git2 v0.20.4 |
| 1209 | 2026-07-01T21:05:18.232Z | Downloaded vte v0.14.1 |
| 1210 | 2026-07-01T21:05:18.232Z | Downloaded tungstenite v0.21.0 |
| 1211 | 2026-07-01T21:05:18.244Z | Downloaded reedline v0.40.0 |
| 1212 | 2026-07-01T21:05:18.253Z | Downloaded bitvec v1.0.1 |
| 1213 | 2026-07-01T21:05:18.262Z | Downloaded uuid v1.23.4 |
| 1214 | 2026-07-01T21:05:18.265Z | Downloaded bindgen v0.71.1 |
| 1215 | 2026-07-01T21:05:18.268Z | Downloaded unsafe-libyaml v0.2.11 |
| 1216 | 2026-07-01T21:05:18.271Z | Downloaded unicode-bidi v0.3.18 |
| 1217 | 2026-07-01T21:05:18.271Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-07-01T21:05:18.274Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-07-01T21:05:18.277Z | Downloaded regex v1.12.3 |
| 1220 | 2026-07-01T21:05:18.280Z | Downloaded chrono v0.4.44 |
| 1221 | 2026-07-01T21:05:18.290Z | Downloaded reqwest v0.13.2 |
| 1222 | 2026-07-01T21:05:18.298Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-07-01T21:05:18.302Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-07-01T21:05:18.305Z | Downloaded reqwest v0.12.28 |
| 1225 | 2026-07-01T21:05:18.320Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-07-01T21:05:18.320Z | Downloaded p384 v0.13.1 |
| 1227 | 2026-07-01T21:05:18.326Z | Downloaded tower v0.5.3 |
| 1228 | 2026-07-01T21:05:18.326Z | Downloaded goblin v0.10.5 |
| 1229 | 2026-07-01T21:05:18.326Z | Downloaded zip v0.6.6 |
| 1230 | 2026-07-01T21:05:18.326Z | Downloaded toml_edit v0.19.15 |
| 1231 | 2026-07-01T21:05:18.332Z | Downloaded zopfli v0.8.3 |
| 1232 | 2026-07-01T21:05:18.334Z | Downloaded lalrpop v0.19.12 |
| 1233 | 2026-07-01T21:05:18.346Z | Downloaded zerotrie v0.2.3 |
| 1234 | 2026-07-01T21:05:18.355Z | Downloaded rayon v1.11.0 |
| 1235 | 2026-07-01T21:05:18.361Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-07-01T21:05:18.365Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-07-01T21:05:18.368Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1238 | 2026-07-01T21:05:18.375Z | Downloaded salty v0.3.0 |
| 1239 | 2026-07-01T21:05:18.383Z | Downloaded x509-cert v0.2.5 |
| 1240 | 2026-07-01T21:05:18.386Z | Downloaded moka v0.12.13 |
| 1241 | 2026-07-01T21:05:18.389Z | Downloaded url v2.5.8 |
| 1242 | 2026-07-01T21:05:18.392Z | Downloaded unicode-segmentation v1.12.0 |
| 1243 | 2026-07-01T21:05:18.398Z | Downloaded crypto-bigint v0.7.5 |
| 1244 | 2026-07-01T21:05:18.407Z | Downloaded proptest v1.10.0 |
| 1245 | 2026-07-01T21:05:18.412Z | Downloaded petname v2.0.2 |
| 1246 | 2026-07-01T21:05:18.415Z | Downloaded unicode-normalization v0.1.25 |
| 1247 | 2026-07-01T21:05:18.418Z | Downloaded tokio-util v0.7.18 |
| 1248 | 2026-07-01T21:05:18.421Z | Downloaded tough v0.22.0 |
| 1249 | 2026-07-01T21:05:18.427Z | Downloaded zip v4.6.1 |
| 1250 | 2026-07-01T21:05:18.430Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1251 | 2026-07-01T21:05:18.439Z | Downloaded quick-xml v0.37.5 |
| 1252 | 2026-07-01T21:05:18.444Z | Downloaded curve25519-dalek v4.1.3 |
| 1253 | 2026-07-01T21:05:18.448Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-07-01T21:05:18.458Z | Downloaded zerovec v0.11.5 |
| 1255 | 2026-07-01T21:05:18.461Z | Downloaded tower-http v0.6.8 |
| 1256 | 2026-07-01T21:05:18.470Z | Downloaded object v0.30.4 |
| 1257 | 2026-07-01T21:05:18.474Z | Downloaded quinn-proto v0.11.13 |
| 1258 | 2026-07-01T21:05:18.479Z | Downloaded bstr v1.12.1 |
| 1259 | 2026-07-01T21:05:18.483Z | Downloaded winnow v0.5.40 |
| 1260 | 2026-07-01T21:05:18.492Z | Downloaded winnow v0.6.26 |
| 1261 | 2026-07-01T21:05:18.498Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-07-01T21:05:18.503Z | Downloaded nix v0.27.1 |
| 1263 | 2026-07-01T21:05:18.506Z | Downloaded russh v0.61.2 |
| 1264 | 2026-07-01T21:05:18.512Z | Downloaded openssl v0.10.79 |
| 1265 | 2026-07-01T21:05:18.530Z | Downloaded nix v0.28.0 |
| 1266 | 2026-07-01T21:05:18.536Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-07-01T21:05:18.541Z | Downloaded tabled v0.20.0 |
| 1268 | 2026-07-01T21:05:18.557Z | Downloaded winnow v1.0.3 |
| 1269 | 2026-07-01T21:05:18.564Z | Downloaded hickory-proto v0.24.4 |
| 1270 | 2026-07-01T21:05:18.572Z | Downloaded time v0.3.47 |
| 1271 | 2026-07-01T21:05:18.583Z | Downloaded dropshot v0.17.1 |
| 1272 | 2026-07-01T21:05:18.590Z | Downloaded object v0.37.3 |
| 1273 | 2026-07-01T21:05:18.596Z | Downloaded nix v0.31.2 |
| 1274 | 2026-07-01T21:05:18.603Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-07-01T21:05:18.611Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-07-01T21:05:18.615Z | Downloaded openapiv3 v2.2.0 |
| 1277 | 2026-07-01T21:05:18.625Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-07-01T21:05:18.645Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-07-01T21:05:18.648Z | Downloaded regress v0.11.1 |
| 1280 | 2026-07-01T21:05:18.652Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-07-01T21:05:18.656Z | Downloaded diesel v2.3.7 |
| 1282 | 2026-07-01T21:05:18.668Z | Downloaded regress v0.10.5 |
| 1283 | 2026-07-01T21:05:18.674Z | Downloaded zerocopy v0.8.40 |
| 1284 | 2026-07-01T21:05:18.679Z | Downloaded rustls v0.23.41 |
| 1285 | 2026-07-01T21:05:18.686Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-07-01T21:05:18.700Z | Downloaded smoltcp v0.11.0 |
| 1287 | 2026-07-01T21:05:18.704Z | Downloaded hickory-proto v0.25.2 |
| 1288 | 2026-07-01T21:05:18.741Z | Downloaded sled v0.34.7 |
| 1289 | 2026-07-01T21:05:18.748Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-07-01T21:05:18.763Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-07-01T21:05:18.772Z | Downloaded sha3 v0.11.0 |
| 1292 | 2026-07-01T21:05:18.778Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-07-01T21:05:18.785Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-07-01T21:05:18.790Z | Downloaded fiat-crypto v0.3.0 |
| 1295 | 2026-07-01T21:05:18.799Z | Downloaded regex-automata v0.4.14 |
| 1296 | 2026-07-01T21:05:18.809Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-07-01T21:05:18.823Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1298 | 2026-07-01T21:05:18.829Z | Downloaded csv v1.4.0 |
| 1299 | 2026-07-01T21:05:18.865Z | Downloaded tokio v1.52.1 |
| 1300 | 2026-07-01T21:05:18.887Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-07-01T21:05:18.900Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-07-01T21:05:18.908Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-07-01T21:05:18.929Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-07-01T21:05:18.941Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-07-01T21:05:18.953Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-07-01T21:05:18.969Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-07-01T21:05:18.980Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-07-01T21:05:18.983Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1309 | 2026-07-01T21:05:19.072Z | Downloaded ring v0.17.14 |
| 1310 | 2026-07-01T21:05:19.613Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-07-01T21:05:19.862Z | Compiling libc v0.2.185 |
| 1312 | 2026-07-01T21:05:19.862Z | Compiling serde_core v1.0.228 |
| 1313 | 2026-07-01T21:05:19.862Z | Compiling serde v1.0.228 |
| 1314 | 2026-07-01T21:05:19.872Z | Compiling log v0.4.29 |
| 1315 | 2026-07-01T21:05:19.872Z | Compiling smallvec v1.15.1 |
| 1316 | 2026-07-01T21:05:19.872Z | Compiling shlex v1.3.0 |
| 1317 | 2026-07-01T21:05:19.872Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-07-01T21:05:19.988Z | Compiling syn v2.0.117 |
| 1319 | 2026-07-01T21:05:20.185Z | Compiling subtle v2.6.1 |
| 1320 | 2026-07-01T21:05:20.270Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-07-01T21:05:20.292Z | Compiling stable_deref_trait v1.2.1 |
| 1322 | 2026-07-01T21:05:20.292Z | Compiling typenum v1.20.1 |
| 1323 | 2026-07-01T21:05:20.348Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-07-01T21:05:20.373Z | Compiling serde_json v1.0.150 |
| 1325 | 2026-07-01T21:05:20.374Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-07-01T21:05:20.374Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-07-01T21:05:20.522Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-07-01T21:05:20.546Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-07-01T21:05:20.609Z | Compiling pkg-config v0.3.32 |
| 1330 | 2026-07-01T21:05:20.885Z | Compiling critical-section v1.2.0 |
| 1331 | 2026-07-01T21:05:20.926Z | Compiling futures-core v0.3.32 |
| 1332 | 2026-07-01T21:05:20.945Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-07-01T21:05:20.985Z | Compiling errno v0.3.14 |
| 1334 | 2026-07-01T21:05:21.064Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-07-01T21:05:21.102Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-07-01T21:05:21.270Z | Compiling cc v1.2.56 |
| 1337 | 2026-07-01T21:05:21.286Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-07-01T21:05:21.318Z | Compiling libm v0.2.16 |
| 1339 | 2026-07-01T21:05:21.399Z | Compiling getrandom v0.4.1 |
| 1340 | 2026-07-01T21:05:21.420Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-07-01T21:05:21.548Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-07-01T21:05:21.563Z | Compiling mio v1.2.0 |
| 1343 | 2026-07-01T21:05:21.646Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-07-01T21:05:21.807Z | Compiling generic-array v0.14.7 |
| 1345 | 2026-07-01T21:05:21.838Z | Compiling rand_core v0.10.0 |
| 1346 | 2026-07-01T21:05:21.838Z | Compiling const-oid v0.9.6 |
| 1347 | 2026-07-01T21:05:22.025Z | Compiling litemap v0.8.1 |
| 1348 | 2026-07-01T21:05:22.036Z | Compiling percent-encoding v2.3.2 |
| 1349 | 2026-07-01T21:05:22.216Z | Compiling bitflags v2.11.0 |
| 1350 | 2026-07-01T21:05:22.230Z | Compiling writeable v0.6.2 |
| 1351 | 2026-07-01T21:05:22.310Z | Compiling semver v1.0.28 |
| 1352 | 2026-07-01T21:05:22.421Z | Compiling socket2 v0.6.3 |
| 1353 | 2026-07-01T21:05:22.447Z | Compiling icu_properties_data v2.1.2 |
| 1354 | 2026-07-01T21:05:22.591Z | Compiling icu_normalizer_data v2.1.1 |
| 1355 | 2026-07-01T21:05:22.637Z | Compiling futures-sink v0.3.32 |
| 1356 | 2026-07-01T21:05:22.748Z | Compiling futures-channel v0.3.32 |
| 1357 | 2026-07-01T21:05:22.838Z | Compiling slab v0.4.12 |
| 1358 | 2026-07-01T21:05:22.874Z | Compiling futures-io v0.3.32 |
| 1359 | 2026-07-01T21:05:22.901Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-07-01T21:05:22.973Z | Compiling futures-task v0.3.32 |
| 1361 | 2026-07-01T21:05:23.010Z | Compiling indexmap v2.14.0 |
| 1362 | 2026-07-01T21:05:23.029Z | Compiling utf8_iter v1.0.4 |
| 1363 | 2026-07-01T21:05:23.121Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-07-01T21:05:23.144Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-07-01T21:05:23.200Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-07-01T21:05:23.373Z | Compiling cmake v0.1.57 |
| 1367 | 2026-07-01T21:05:23.408Z | Compiling dunce v1.0.5 |
| 1368 | 2026-07-01T21:05:23.439Z | Compiling rustix v1.1.3 |
| 1369 | 2026-07-01T21:05:23.509Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-07-01T21:05:23.517Z | Compiling fs_extra v1.3.0 |
| 1371 | 2026-07-01T21:05:23.626Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-07-01T21:05:23.680Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-07-01T21:05:23.771Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-07-01T21:05:23.785Z | Compiling aws-lc-sys v0.40.0 |
| 1375 | 2026-07-01T21:05:23.826Z | Compiling base64ct v1.8.3 |
| 1376 | 2026-07-01T21:05:24.079Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-07-01T21:05:24.120Z | Compiling pem-rfc7468 v0.7.0 |
| 1378 | 2026-07-01T21:05:24.185Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-07-01T21:05:24.361Z | Compiling uuid v1.23.4 |
| 1380 | 2026-07-01T21:05:24.428Z | Compiling tracing-core v0.1.36 |
| 1381 | 2026-07-01T21:05:24.507Z | Compiling openssl-sys v0.9.115 |
| 1382 | 2026-07-01T21:05:24.524Z | Compiling base64 v0.22.1 |
| 1383 | 2026-07-01T21:05:24.625Z | Compiling serde_derive v1.0.228 |
| 1384 | 2026-07-01T21:05:24.843Z | Compiling zeroize_derive v1.4.3 |
| 1385 | 2026-07-01T21:05:24.988Z | Compiling zerofrom-derive v0.1.6 |
| 1386 | 2026-07-01T21:05:25.064Z | Compiling yoke-derive v0.8.1 |
| 1387 | 2026-07-01T21:05:25.096Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-07-01T21:05:25.159Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-07-01T21:05:25.516Z | Compiling zeroize v1.8.2 |
| 1390 | 2026-07-01T21:05:25.719Z | Compiling displaydoc v0.2.5 |
| 1391 | 2026-07-01T21:05:26.219Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-07-01T21:05:26.325Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-07-01T21:05:26.399Z | Compiling zerofrom v0.1.6 |
| 1394 | 2026-07-01T21:05:26.528Z | Compiling yoke v0.8.1 |
| 1395 | 2026-07-01T21:05:26.543Z | Compiling thiserror-impl v2.0.18 |
| 1396 | 2026-07-01T21:05:26.654Z | Compiling crypto-common v0.1.7 |
| 1397 | 2026-07-01T21:05:26.707Z | Compiling zerovec v0.11.5 |
| 1398 | 2026-07-01T21:05:26.805Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-07-01T21:05:26.961Z | Compiling block-buffer v0.10.4 |
| 1400 | 2026-07-01T21:05:27.099Z | Compiling digest v0.10.7 |
| 1401 | 2026-07-01T21:05:27.128Z | Compiling tracing-attributes v0.1.31 |
| 1402 | 2026-07-01T21:05:27.166Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-07-01T21:05:27.221Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-07-01T21:05:27.345Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-07-01T21:05:27.361Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-07-01T21:05:27.388Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-07-01T21:05:27.834Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-07-01T21:05:27.881Z | Compiling aws-lc-rs v1.16.3 |
| 1409 | 2026-07-01T21:05:28.138Z | Compiling bytes v1.11.1 |
| 1410 | 2026-07-01T21:05:28.177Z | Compiling icu_provider v2.1.1 |
| 1411 | 2026-07-01T21:05:28.216Z | Compiling chrono v0.4.44 |
| 1412 | 2026-07-01T21:05:28.438Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-07-01T21:05:28.462Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-07-01T21:05:28.750Z | Compiling tokio v1.52.1 |
| 1415 | 2026-07-01T21:05:28.790Z | Compiling http v1.4.2 |
| 1416 | 2026-07-01T21:05:28.993Z | Compiling flagset v0.4.7 |
| 1417 | 2026-07-01T21:05:29.121Z | Compiling der v0.7.10 |
| 1418 | 2026-07-01T21:05:29.504Z | Compiling idna_adapter v1.2.1 |
| 1419 | 2026-07-01T21:05:29.520Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-07-01T21:05:29.593Z | Compiling http-body v1.0.1 |
| 1421 | 2026-07-01T21:05:29.635Z | Compiling idna v1.1.0 |
| 1422 | 2026-07-01T21:05:29.664Z | Compiling tracing v0.1.44 |
| 1423 | 2026-07-01T21:05:29.711Z | Compiling thiserror v2.0.18 |
| 1424 | 2026-07-01T21:05:29.734Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-07-01T21:05:29.810Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-07-01T21:05:29.893Z | Compiling httparse v1.10.1 |
| 1427 | 2026-07-01T21:05:29.918Z | Compiling url v2.5.8 |
| 1428 | 2026-07-01T21:05:30.178Z | Compiling openssl-probe v0.2.1 |
| 1429 | 2026-07-01T21:05:30.237Z | Compiling tinyvec_macros v0.1.1 |
| 1430 | 2026-07-01T21:05:30.274Z | Compiling cmov v0.5.4 |
| 1431 | 2026-07-01T21:05:30.311Z | Compiling tinyvec v1.10.0 |
| 1432 | 2026-07-01T21:05:30.344Z | Compiling rand v0.9.2 |
| 1433 | 2026-07-01T21:05:30.364Z | Compiling spki v0.7.3 |
| 1434 | 2026-07-01T21:05:30.470Z | Compiling ctutils v0.4.2 |
| 1435 | 2026-07-01T21:05:30.482Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-07-01T21:05:30.554Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-07-01T21:05:30.635Z | Compiling aho-corasick v1.1.4 |
| 1438 | 2026-07-01T21:05:30.695Z | Compiling tower-service v0.3.3 |
| 1439 | 2026-07-01T21:05:30.695Z | Compiling atomic-waker v1.1.2 |
| 1440 | 2026-07-01T21:05:30.847Z | Compiling untrusted v0.7.1 |
| 1441 | 2026-07-01T21:05:30.872Z | Compiling tower-layer v0.3.3 |
| 1442 | 2026-07-01T21:05:30.969Z | Compiling schemars v0.8.22 |
| 1443 | 2026-07-01T21:05:31.034Z | Compiling try-lock v0.2.5 |
| 1444 | 2026-07-01T21:05:31.141Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-07-01T21:05:31.181Z | Compiling pest_derive v2.8.6 |
| 1446 | 2026-07-01T21:05:31.189Z | Compiling want v0.3.1 |
| 1447 | 2026-07-01T21:05:31.221Z | Compiling tempfile v3.25.0 |
| 1448 | 2026-07-01T21:05:31.276Z | Compiling hybrid-array v0.4.13 |
| 1449 | 2026-07-01T21:05:31.484Z | Compiling schemars_derive v0.8.22 |
| 1450 | 2026-07-01T21:05:31.583Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-07-01T21:05:31.618Z | Compiling ipnet v2.11.0 |
| 1452 | 2026-07-01T21:05:31.633Z | Compiling scroll_derive v0.13.1 |
| 1453 | 2026-07-01T21:05:32.042Z | Compiling darling_core v0.20.11 |
| 1454 | 2026-07-01T21:05:32.105Z | Compiling rustls v0.23.41 |
| 1455 | 2026-07-01T21:05:32.288Z | Compiling openssl v0.10.79 |
| 1456 | 2026-07-01T21:05:32.329Z | Compiling cpufeatures v0.2.17 |
| 1457 | 2026-07-01T21:05:32.401Z | Compiling httpdate v1.0.3 |
| 1458 | 2026-07-01T21:05:32.420Z | Compiling foreign-types-shared v0.1.1 |
| 1459 | 2026-07-01T21:05:32.505Z | Compiling untrusted v0.9.0 |
| 1460 | 2026-07-01T21:05:32.523Z | Compiling tokio-util v0.7.18 |
| 1461 | 2026-07-01T21:05:32.622Z | Compiling foreign-types v0.3.2 |
| 1462 | 2026-07-01T21:05:32.654Z | Compiling scroll v0.13.0 |
| 1463 | 2026-07-01T21:05:32.693Z | Compiling unicode-normalization v0.1.25 |
| 1464 | 2026-07-01T21:05:32.913Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-07-01T21:05:33.154Z | Compiling openssl-macros v0.1.1 |
| 1466 | 2026-07-01T21:05:33.524Z | Compiling h2 v0.4.15 |
| 1467 | 2026-07-01T21:05:33.540Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1468 | 2026-07-01T21:05:33.543Z | Compiling spin v0.9.8 |
| 1469 | 2026-07-01T21:05:33.752Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-07-01T21:05:33.925Z | Compiling native-tls v0.2.18 |
| 1471 | 2026-07-01T21:05:33.951Z | Compiling num-conv v0.2.0 |
| 1472 | 2026-07-01T21:05:34.024Z | Compiling time-core v0.1.8 |
| 1473 | 2026-07-01T21:05:34.078Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-07-01T21:05:34.166Z | Compiling time-macros v0.2.27 |
| 1475 | 2026-07-01T21:05:34.242Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-07-01T21:05:34.273Z | Compiling deranged v0.5.8 |
| 1477 | 2026-07-01T21:05:34.705Z | Compiling darling v0.20.11 |
| 1478 | 2026-07-01T21:05:34.783Z | Compiling goblin v0.10.5 |
| 1479 | 2026-07-01T21:05:35.216Z | Compiling sha2 v0.10.9 |
| 1480 | 2026-07-01T21:05:35.225Z | Compiling hmac v0.12.1 |
| 1481 | 2026-07-01T21:05:35.371Z | Compiling sync_wrapper v1.0.2 |
| 1482 | 2026-07-01T21:05:35.475Z | Compiling wait-timeout v0.2.1 |
| 1483 | 2026-07-01T21:05:35.564Z | Compiling quick-error v1.2.3 |
| 1484 | 2026-07-01T21:05:35.669Z | Compiling siphasher v1.0.2 |
| 1485 | 2026-07-01T21:05:35.792Z | Compiling bit-vec v0.8.0 |
| 1486 | 2026-07-01T21:05:35.872Z | Compiling usdt-impl v0.6.0 |
| 1487 | 2026-07-01T21:05:36.021Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-07-01T21:05:36.081Z | Compiling crossbeam-utils v0.8.21 |
| 1489 | 2026-07-01T21:05:36.115Z | Compiling simd-adler32 v0.3.8 |
| 1490 | 2026-07-01T21:05:36.353Z | Compiling syn v1.0.109 |
| 1491 | 2026-07-01T21:05:36.397Z | Compiling time v0.3.47 |
| 1492 | 2026-07-01T21:05:36.635Z | Compiling hyper v1.10.1 |
| 1493 | 2026-07-01T21:05:37.040Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-07-01T21:05:37.203Z | Compiling rusty-fork v0.3.1 |
| 1495 | 2026-07-01T21:05:37.372Z | Compiling tower v0.5.3 |
| 1496 | 2026-07-01T21:05:37.515Z | Compiling dof v0.4.0 |
| 1497 | 2026-07-01T21:05:37.531Z | Compiling derive_builder_core v0.20.2 |
| 1498 | 2026-07-01T21:05:37.848Z | Compiling hyper-util v0.1.20 |
| 1499 | 2026-07-01T21:05:38.125Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-07-01T21:05:38.208Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-07-01T21:05:38.370Z | Compiling thiserror-impl v1.0.69 |
| 1502 | 2026-07-01T21:05:38.441Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-07-01T21:05:38.645Z | Compiling heapless v0.7.17 |
| 1504 | 2026-07-01T21:05:38.836Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-07-01T21:05:38.889Z | Compiling slog v2.8.2 |
| 1506 | 2026-07-01T21:05:38.943Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-07-01T21:05:38.997Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-07-01T21:05:39.081Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-07-01T21:05:39.095Z | Compiling cookie v0.18.1 |
| 1510 | 2026-07-01T21:05:39.162Z | Compiling allocator-api2 v0.2.21 |
| 1511 | 2026-07-01T21:05:39.280Z | Compiling ryu v1.0.23 |
| 1512 | 2026-07-01T21:05:39.294Z | Compiling iri-string v0.7.10 |
| 1513 | 2026-07-01T21:05:39.451Z | Compiling unarray v0.1.4 |
| 1514 | 2026-07-01T21:05:39.482Z | Compiling paste v1.0.15 |
| 1515 | 2026-07-01T21:05:39.556Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-07-01T21:05:39.558Z | Compiling zstd-safe v7.2.4 |
| 1517 | 2026-07-01T21:05:39.605Z | Compiling unicode-properties v0.1.4 |
| 1518 | 2026-07-01T21:05:39.757Z | Compiling anyhow v1.0.102 |
| 1519 | 2026-07-01T21:05:39.775Z | Compiling signal-hook v0.3.18 |
| 1520 | 2026-07-01T21:05:39.804Z | Compiling adler2 v2.0.1 |
| 1521 | 2026-07-01T21:05:39.930Z | Compiling miniz_oxide v0.8.9 |
| 1522 | 2026-07-01T21:05:39.980Z | Compiling stringprep v0.1.5 |
| 1523 | 2026-07-01T21:05:40.121Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-07-01T21:05:40.219Z | Compiling proptest v1.10.0 |
| 1525 | 2026-07-01T21:05:40.260Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-07-01T21:05:40.396Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-07-01T21:05:40.785Z | Compiling scroll v0.12.0 |
| 1528 | 2026-07-01T21:05:40.869Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-07-01T21:05:40.899Z | Compiling camino v1.2.2 |
| 1530 | 2026-07-01T21:05:41.048Z | Compiling tokio-native-tls v0.3.1 |
| 1531 | 2026-07-01T21:05:41.274Z | Compiling bstr v1.12.1 |
| 1532 | 2026-07-01T21:05:41.281Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-07-01T21:05:41.324Z | Compiling crypto-common v0.2.2 |
| 1534 | 2026-07-01T21:05:41.438Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-07-01T21:05:41.672Z | Compiling block-buffer v0.12.1 |
| 1536 | 2026-07-01T21:05:41.695Z | Compiling block-padding v0.4.2 |
| 1537 | 2026-07-01T21:05:41.860Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-07-01T21:05:41.876Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-07-01T21:05:41.917Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-07-01T21:05:41.931Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-07-01T21:05:42.137Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-07-01T21:05:42.233Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-07-01T21:05:42.375Z | Compiling signature v2.2.0 |
| 1544 | 2026-07-01T21:05:42.389Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-07-01T21:05:42.389Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-07-01T21:05:42.552Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-07-01T21:05:42.565Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-07-01T21:05:42.654Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-07-01T21:05:42.988Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-07-01T21:05:43.040Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-07-01T21:05:43.180Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-07-01T21:05:43.233Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-07-01T21:05:43.357Z | Compiling encoding_rs v0.8.35 |
| 1554 | 2026-07-01T21:05:43.371Z | Compiling zlib-rs v0.6.2 |
| 1555 | 2026-07-01T21:05:43.434Z | Compiling num-bigint-dig v0.8.6 |
| 1556 | 2026-07-01T21:05:43.546Z | Compiling mime v0.3.17 |
| 1557 | 2026-07-01T21:05:43.634Z | Compiling ref-cast v1.0.25 |
| 1558 | 2026-07-01T21:05:43.656Z | Compiling rustix v0.38.44 |
| 1559 | 2026-07-01T21:05:44.797Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-07-01T21:05:44.800Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-07-01T21:05:44.800Z | Compiling fallible-iterator v0.2.0 |
| 1562 | 2026-07-01T21:05:44.800Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-07-01T21:05:44.800Z | Compiling litrs v1.0.0 |
| 1564 | 2026-07-01T21:05:44.800Z | Compiling nix v0.31.2 |
| 1565 | 2026-07-01T21:05:44.801Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-07-01T21:05:44.801Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-07-01T21:05:44.801Z | Compiling document-features v0.2.12 |
| 1568 | 2026-07-01T21:05:44.817Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-07-01T21:05:44.879Z | Compiling hubpack_derive v0.1.1 |
| 1570 | 2026-07-01T21:05:44.909Z | Compiling num-iter v0.1.45 |
| 1571 | 2026-07-01T21:05:44.940Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-07-01T21:05:45.115Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-07-01T21:05:45.318Z | Compiling rand v0.8.6 |
| 1574 | 2026-07-01T21:05:45.318Z | Compiling darling v0.21.3 |
| 1575 | 2026-07-01T21:05:45.401Z | Compiling inout v0.2.2 |
| 1576 | 2026-07-01T21:05:45.434Z | Compiling oxnet v0.1.6 |
| 1577 | 2026-07-01T21:05:45.477Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-07-01T21:05:45.597Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-07-01T21:05:45.611Z | Compiling goblin v0.8.2 |
| 1580 | 2026-07-01T21:05:46.249Z | Compiling phf_shared v0.13.1 |
| 1581 | 2026-07-01T21:05:46.359Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-07-01T21:05:46.421Z | Compiling regex v1.12.3 |
| 1583 | 2026-07-01T21:05:46.486Z | Compiling lazy_static v1.5.0 |
| 1584 | 2026-07-01T21:05:46.524Z | Compiling anstyle-parse v0.2.7 |
| 1585 | 2026-07-01T21:05:46.579Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-07-01T21:05:46.696Z | Compiling hex v0.4.3 |
| 1587 | 2026-07-01T21:05:46.709Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-07-01T21:05:46.762Z | Compiling ref-cast-impl v1.0.25 |
| 1589 | 2026-07-01T21:05:46.831Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-07-01T21:05:46.846Z | Compiling snafu-derive v0.8.9 |
| 1591 | 2026-07-01T21:05:46.849Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-07-01T21:05:46.959Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-07-01T21:05:47.313Z | Compiling vergen v9.1.0 |
| 1594 | 2026-07-01T21:05:47.508Z | Compiling cargo-platform v0.3.2 |
| 1595 | 2026-07-01T21:05:47.565Z | Compiling ff v0.13.1 |
| 1596 | 2026-07-01T21:05:47.608Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-07-01T21:05:47.702Z | Compiling ahash v0.8.12 |
| 1598 | 2026-07-01T21:05:47.771Z | Compiling bumpalo v3.20.2 |
| 1599 | 2026-07-01T21:05:47.804Z | Compiling managed v0.8.0 |
| 1600 | 2026-07-01T21:05:47.922Z | Compiling object v0.37.3 |
| 1601 | 2026-07-01T21:05:48.018Z | Compiling libbz2-rs-sys v0.2.2 |
| 1602 | 2026-07-01T21:05:48.018Z | Compiling foldhash v0.2.0 |
| 1603 | 2026-07-01T21:05:48.200Z | Compiling unicode-segmentation v1.12.0 |
| 1604 | 2026-07-01T21:05:48.244Z | Compiling foldhash v0.1.5 |
| 1605 | 2026-07-01T21:05:48.413Z | Compiling base16ct v0.2.0 |
| 1606 | 2026-07-01T21:05:48.578Z | Compiling same-file v1.0.6 |
| 1607 | 2026-07-01T21:05:48.591Z | Compiling winnow v0.5.40 |
| 1608 | 2026-07-01T21:05:48.679Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-07-01T21:05:48.715Z | Compiling snafu v0.8.9 |
| 1610 | 2026-07-01T21:05:48.750Z | Compiling walkdir v2.5.0 |
| 1611 | 2026-07-01T21:05:48.777Z | Compiling strum v0.27.2 |
| 1612 | 2026-07-01T21:05:48.903Z | Compiling sec1 v0.7.3 |
| 1613 | 2026-07-01T21:05:49.047Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-07-01T21:05:49.061Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-07-01T21:05:49.123Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-07-01T21:05:49.177Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-07-01T21:05:49.291Z | Compiling dof v0.3.0 |
| 1618 | 2026-07-01T21:05:49.512Z | Compiling clap_builder v4.6.0 |
| 1619 | 2026-07-01T21:05:49.690Z | Compiling cargo_metadata v0.23.1 |
| 1620 | 2026-07-01T21:05:49.706Z | Compiling group v0.13.0 |
| 1621 | 2026-07-01T21:05:49.878Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-07-01T21:05:49.978Z | Compiling daft v0.1.7 |
| 1623 | 2026-07-01T21:05:50.114Z | Compiling futures v0.3.32 |
| 1624 | 2026-07-01T21:05:50.195Z | Compiling anstream v0.6.21 |
| 1625 | 2026-07-01T21:05:50.501Z | Compiling phf v0.13.1 |
| 1626 | 2026-07-01T21:05:50.658Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-07-01T21:05:50.811Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-07-01T21:05:51.079Z | Compiling zstd v0.13.3 |
| 1629 | 2026-07-01T21:05:51.351Z | Compiling reqwest v0.12.28 |
| 1630 | 2026-07-01T21:05:51.389Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-07-01T21:05:51.457Z | Compiling cipher v0.5.2 |
| 1632 | 2026-07-01T21:05:51.596Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-07-01T21:05:51.768Z | Compiling hubpack v0.1.2 |
| 1634 | 2026-07-01T21:05:52.489Z | Compiling postgres-types v0.2.12 |
| 1635 | 2026-07-01T21:05:52.524Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-07-01T21:05:52.709Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-07-01T21:05:52.785Z | Compiling usdt-macro v0.6.0 |
| 1638 | 2026-07-01T21:05:53.029Z | Compiling globset v0.4.18 |
| 1639 | 2026-07-01T21:05:53.153Z | Compiling dtrace-parser v0.2.0 |
| 1640 | 2026-07-01T21:05:53.410Z | Compiling phf_shared v0.11.3 |
| 1641 | 2026-07-01T21:05:53.503Z | Compiling hkdf v0.12.4 |
| 1642 | 2026-07-01T21:05:53.564Z | Compiling olpc-cjson v0.1.4 |
| 1643 | 2026-07-01T21:05:53.588Z | Compiling pkcs1 v0.7.5 |
| 1644 | 2026-07-01T21:05:53.669Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-07-01T21:05:53.700Z | Compiling serde_plain v1.0.2 |
| 1646 | 2026-07-01T21:05:53.731Z | Compiling crypto-bigint v0.5.5 |
| 1647 | 2026-07-01T21:05:53.801Z | Compiling pem v3.0.6 |
| 1648 | 2026-07-01T21:05:53.881Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-07-01T21:05:53.895Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-07-01T21:05:53.980Z | Compiling clap_derive v4.6.1 |
| 1651 | 2026-07-01T21:05:54.123Z | Compiling async-recursion v1.1.1 |
| 1652 | 2026-07-01T21:05:54.423Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-07-01T21:05:54.776Z | Compiling float-cmp v0.10.0 |
| 1654 | 2026-07-01T21:05:54.909Z | Compiling memmap2 v0.9.10 |
| 1655 | 2026-07-01T21:05:54.923Z | Compiling thread-id v4.2.2 |
| 1656 | 2026-07-01T21:05:54.994Z | Compiling env_filter v1.0.0 |
| 1657 | 2026-07-01T21:05:55.009Z | Compiling either v1.15.0 |
| 1658 | 2026-07-01T21:05:55.126Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-07-01T21:05:55.214Z | Compiling predicates-core v1.0.10 |
| 1660 | 2026-07-01T21:05:55.295Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-07-01T21:05:56.659Z | Compiling keccak v0.1.6 |
| 1662 | 2026-07-01T21:05:56.703Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-07-01T21:05:56.703Z | Compiling whoami v2.1.0 |
| 1664 | 2026-07-01T21:05:56.703Z | Compiling jiff v0.2.21 |
| 1665 | 2026-07-01T21:05:56.703Z | Compiling const-oid v0.10.2 |
| 1666 | 2026-07-01T21:05:56.703Z | Compiling winnow v1.0.3 |
| 1667 | 2026-07-01T21:05:56.703Z | Compiling new_debug_unreachable v1.0.6 |
| 1668 | 2026-07-01T21:05:56.703Z | Compiling cpufeatures v0.3.0 |
| 1669 | 2026-07-01T21:05:56.703Z | Compiling static_assertions v1.1.0 |
| 1670 | 2026-07-01T21:05:56.703Z | Compiling data-encoding v2.10.0 |
| 1671 | 2026-07-01T21:05:56.703Z | Compiling fixedbitset v0.4.2 |
| 1672 | 2026-07-01T21:05:56.703Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-07-01T21:05:56.703Z | Compiling difflib v0.4.0 |
| 1674 | 2026-07-01T21:05:56.703Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1675 | 2026-07-01T21:05:56.703Z | Compiling petgraph v0.6.5 |
| 1676 | 2026-07-01T21:05:56.703Z | Compiling hickory-proto v0.25.2 |
| 1677 | 2026-07-01T21:05:56.703Z | Compiling predicates v3.1.4 |
| 1678 | 2026-07-01T21:05:56.704Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1679 | 2026-07-01T21:05:56.710Z | Compiling chacha20 v0.10.0 |
| 1680 | 2026-07-01T21:05:57.077Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-07-01T21:05:57.102Z | Compiling string_cache v0.8.9 |
| 1682 | 2026-07-01T21:05:57.116Z | Compiling digest v0.11.3 |
| 1683 | 2026-07-01T21:05:57.323Z | Compiling clap v4.6.1 |
| 1684 | 2026-07-01T21:05:57.337Z | Compiling tokio-postgres v0.7.16 |
| 1685 | 2026-07-01T21:05:57.401Z | Compiling strum v0.26.3 |
| 1686 | 2026-07-01T21:05:57.529Z | Compiling sha3 v0.10.8 |
| 1687 | 2026-07-01T21:05:57.583Z | Compiling petgraph v0.8.3 |
| 1688 | 2026-07-01T21:05:57.970Z | Compiling itertools v0.13.0 |
| 1689 | 2026-07-01T21:05:59.176Z | Compiling zip v4.6.1 |
| 1690 | 2026-07-01T21:05:59.307Z | Compiling env_logger v0.11.9 |
| 1691 | 2026-07-01T21:05:59.502Z | Compiling usdt v0.6.0 |
| 1692 | 2026-07-01T21:05:59.516Z | Compiling usdt-impl v0.5.0 |
| 1693 | 2026-07-01T21:05:59.584Z | Compiling elliptic-curve v0.13.8 |
| 1694 | 2026-07-01T21:05:59.653Z | Compiling rsa v0.9.10 |
| 1695 | 2026-07-01T21:05:59.759Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-07-01T21:05:59.774Z | Compiling serde_with v3.17.0 |
| 1697 | 2026-07-01T21:05:59.990Z | Compiling ed25519-dalek v2.2.0 |
| 1698 | 2026-07-01T21:06:00.115Z | Compiling zip v0.6.6 |
| 1699 | 2026-07-01T21:06:00.635Z | Compiling toml v0.7.8 |
| 1700 | 2026-07-01T21:06:00.755Z | Compiling iddqd v0.4.2 |
| 1701 | 2026-07-01T21:06:01.323Z | Compiling heck v0.4.1 |
| 1702 | 2026-07-01T21:06:01.512Z | Compiling similar v2.7.0 |
| 1703 | 2026-07-01T21:06:01.595Z | Compiling crossbeam-epoch v0.9.18 |
| 1704 | 2026-07-01T21:06:01.595Z | Compiling tokio-stream v0.1.18 |
| 1705 | 2026-07-01T21:06:01.836Z | Compiling buf-list v1.1.2 |
| 1706 | 2026-07-01T21:06:01.858Z | Compiling x509-cert v0.2.5 |
| 1707 | 2026-07-01T21:06:02.015Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1708 | 2026-07-01T21:06:02.047Z | Compiling openapiv3 v2.2.0 |
| 1709 | 2026-07-01T21:06:02.100Z | Compiling peg-runtime v0.8.5 |
| 1710 | 2026-07-01T21:06:02.279Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-07-01T21:06:02.350Z | Compiling thread_local v1.1.9 |
| 1712 | 2026-07-01T21:06:02.371Z | Compiling slog-async v2.8.0 |
| 1713 | 2026-07-01T21:06:02.474Z | Compiling crossbeam-channel v0.5.15 |
| 1714 | 2026-07-01T21:06:02.597Z | Compiling is-terminal v0.4.17 |
| 1715 | 2026-07-01T21:06:02.693Z | Compiling filetime v0.2.27 |
| 1716 | 2026-07-01T21:06:02.696Z | Compiling term v1.2.1 |
| 1717 | 2026-07-01T21:06:02.868Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-07-01T21:06:02.918Z | Compiling xattr v1.6.1 |
| 1719 | 2026-07-01T21:06:02.952Z | Compiling camino-tempfile v1.4.1 |
| 1720 | 2026-07-01T21:06:02.979Z | Compiling slog-term v2.9.2 |
| 1721 | 2026-07-01T21:06:03.084Z | Compiling tar v0.4.45 |
| 1722 | 2026-07-01T21:06:13.249Z | Compiling rustls-webpki v0.103.9 |
| 1723 | 2026-07-01T21:06:15.964Z | Compiling tokio-rustls v0.26.4 |
| 1724 | 2026-07-01T21:06:15.965Z | Compiling rustls-platform-verifier v0.6.2 |
| 1725 | 2026-07-01T21:06:15.980Z | Compiling tough v0.22.0 |
| 1726 | 2026-07-01T21:06:16.166Z | Compiling hyper-rustls v0.27.7 |
| 1727 | 2026-07-01T21:06:16.371Z | Compiling reqwest v0.13.2 |
| 1728 | 2026-07-01T21:06:18.563Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1729 | 2026-07-01T21:06:18.784Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1730 | 2026-07-01T21:06:21.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1731 | 2026-07-01T21:06:21.711Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1732 | 2026-07-01T21:06:21.744Z | Jul 01 21:06:20.760 INFO Starting download, target: Cockroach |
| 1733 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Starting download, target: Clickhouse |
| 1734 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Starting download, target: Console |
| 1735 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Starting download, target: DendriteStub |
| 1736 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Starting download, target: MaghemiteMgd |
| 1737 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Starting download, target: MaghemiteDdmd |
| 1738 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Starting download, target: TransceiverControl |
| 1739 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1740 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1741 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1742 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1743 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.760 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1744 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.761 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1745 | 2026-07-01T21:06:21.747Z | Jul 01 21:06:20.761 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1746 | 2026-07-01T21:06:23.059Z | Jul 01 21:06:22.065 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1747 | 2026-07-01T21:06:23.281Z | Jul 01 21:06:22.271 INFO Download complete, target: TransceiverControl |
| 1748 | 2026-07-01T21:06:23.918Z | Jul 01 21:06:22.921 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1749 | 2026-07-01T21:06:23.970Z | Jul 01 21:06:22.957 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1750 | 2026-07-01T21:06:24.160Z | Jul 01 21:06:23.161 INFO Download complete, target: Console |
| 1751 | 2026-07-01T21:06:24.179Z | Jul 01 21:06:23.189 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1752 | 2026-07-01T21:06:24.454Z | Jul 01 21:06:23.428 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1753 | 2026-07-01T21:06:24.748Z | Jul 01 21:06:23.729 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1754 | 2026-07-01T21:06:25.615Z | Jul 01 21:06:24.617 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1755 | 2026-07-01T21:06:25.615Z | Jul 01 21:06:24.617 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1756 | 2026-07-01T21:06:25.682Z | Jul 01 21:06:24.688 INFO Download complete, target: MaghemiteDdmd |
| 1757 | 2026-07-01T21:06:26.868Z | Jul 01 21:06:25.876 INFO Download complete, target: DendriteStub |
| 1758 | 2026-07-01T21:06:27.119Z | Jul 01 21:06:26.130 INFO Download complete, target: MaghemiteMgd |
| 1759 | 2026-07-01T21:06:30.086Z | Jul 01 21:06:29.102 INFO Checking that binary works, target: Cockroach |
| 1760 | 2026-07-01T21:06:30.198Z | Jul 01 21:06:29.214 INFO Download complete, target: Cockroach |
| 1761 | 2026-07-01T21:06:30.698Z | Jul 01 21:06:29.714 INFO Checking that binary works, target: Clickhouse |
| 1762 | 2026-07-01T21:06:30.795Z | Jul 01 21:06:29.811 INFO Download complete, target: Clickhouse |
| 1763 | 2026-07-01T21:06:30.810Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1764 | 2026-07-01T21:06:30.813Z | |
| 1765 | 2026-07-01T21:06:30.813Z | real 2:01.529904992 |
| 1766 | 2026-07-01T21:06:30.813Z | user 6:32.814974704 |
| 1767 | 2026-07-01T21:06:30.813Z | sys 1:19.633383358 |
| 1768 | 2026-07-01T21:06:30.813Z | trap 0.232262170 |
| 1769 | 2026-07-01T21:06:30.813Z | tflt 0.529073469 |
| 1770 | 2026-07-01T21:06:30.813Z | dflt 0.792169128 |
| 1771 | 2026-07-01T21:06:30.813Z | kflt 0.025187496 |
| 1772 | 2026-07-01T21:06:30.813Z | lock 21:34.520379615 |
| 1773 | 2026-07-01T21:06:30.813Z | slp 20:02.232078513 |
| 1774 | 2026-07-01T21:06:30.813Z | lat 40.395681503 |
| 1775 | 2026-07-01T21:06:30.813Z | stop 1:53.253466633 |
| 1776 | 2026-07-01T21:06:30.813Z | + banner hack-check |
| 1777 | 2026-07-01T21:06:30.813Z | |
| 1778 | 2026-07-01T21:06:30.813Z | # # ## #### # # #### # # ###### #### # # |
| 1779 | 2026-07-01T21:06:30.813Z | # # # # # # # # # # # # # # # # # |
| 1780 | 2026-07-01T21:06:30.813Z | ###### # # # #### ##### # ###### ##### # #### |
| 1781 | 2026-07-01T21:06:30.813Z | # # ###### # # # # # # # # # # |
| 1782 | 2026-07-01T21:06:30.813Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-07-01T21:06:30.813Z | # # # # #### # # #### # # ###### #### # # |
| 1784 | 2026-07-01T21:06:30.813Z | |
| 1785 | 2026-07-01T21:06:30.813Z | + export CARGO_INCREMENTAL=0 |
| 1786 | 2026-07-01T21:06:30.814Z | + CARGO_INCREMENTAL=0 |
| 1787 | 2026-07-01T21:06:30.814Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1788 | 2026-07-01T21:06:31.256Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1789 | 2026-07-01T21:06:31.534Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1790 | 2026-07-01T21:06:33.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 1791 | 2026-07-01T21:06:33.298Z | Running `target/debug/xtask check-features --ci` |
| 1792 | 2026-07-01T21:06:33.321Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1793 | 2026-07-01T21:06:33.324Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1794 | 2026-07-01T21:06:33.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1795 | 2026-07-01T21:06:33.750Z | Running `target/debug/xtask download cargo-hack` |
| 1796 | 2026-07-01T21:06:34.481Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1797 | 2026-07-01T21:06:34.803Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1798 | 2026-07-01T21:06:37.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1799 | 2026-07-01T21:06:37.451Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1800 | 2026-07-01T21:06:37.492Z | Jul 01 21:06:36.507 INFO Starting download, target: CargoHack |
| 1801 | 2026-07-01T21:06:37.495Z | Jul 01 21:06:36.508 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1802 | 2026-07-01T21:06:37.827Z | Jul 01 21:06:36.843 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1803 | 2026-07-01T21:06:37.874Z | Jul 01 21:06:36.891 INFO Download complete, target: CargoHack |
| 1804 | 2026-07-01T21:06:37.877Z | 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" |
| 1805 | 2026-07-01T21:06:37.895Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1806 | 2026-07-01T21:06:38.048Z | info: running `cargo check --bins` on api_identity (1/299) |
| 1807 | 2026-07-01T21:06:38.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-07-01T21:06:38.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-07-01T21:06:38.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-07-01T21:06:38.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1811 | 2026-07-01T21:06:38.562Z | |
| 1812 | 2026-07-01T21:06:38.562Z | info: running `cargo check --bins` on bootstore (2/299) |
| 1813 | 2026-07-01T21:06:38.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-07-01T21:06:38.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-07-01T21:06:38.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-07-01T21:06:39.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1817 | 2026-07-01T21:06:39.070Z | |
| 1818 | 2026-07-01T21:06:39.070Z | info: running `cargo check --bins` on omicron-ledger (3/299) |
| 1819 | 2026-07-01T21:06:39.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-07-01T21:06:39.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-07-01T21:06:39.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-07-01T21:06:39.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1823 | 2026-07-01T21:06:39.576Z | |
| 1824 | 2026-07-01T21:06:39.576Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299) |
| 1825 | 2026-07-01T21:06:40.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-07-01T21:06:40.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-07-01T21:06:40.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-07-01T21:06:40.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1829 | 2026-07-01T21:06:40.088Z | |
| 1830 | 2026-07-01T21:06:40.088Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299) |
| 1831 | 2026-07-01T21:06:40.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-07-01T21:06:40.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-07-01T21:06:40.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-07-01T21:06:40.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1835 | 2026-07-01T21:06:40.601Z | |
| 1836 | 2026-07-01T21:06:40.601Z | info: running `cargo check --bins` on omicron-certificates (6/299) |
| 1837 | 2026-07-01T21:06:41.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-07-01T21:06:41.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-07-01T21:06:41.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-07-01T21:06:41.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1841 | 2026-07-01T21:06:41.132Z | |
| 1842 | 2026-07-01T21:06:41.132Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/299) |
| 1843 | 2026-07-01T21:06:41.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-07-01T21:06:41.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-07-01T21:06:41.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-07-01T21:06:41.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1847 | 2026-07-01T21:06:41.661Z | |
| 1848 | 2026-07-01T21:06:41.661Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299) |
| 1849 | 2026-07-01T21:06:42.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-07-01T21:06:42.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-07-01T21:06:42.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-07-01T21:06:42.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1853 | 2026-07-01T21:06:42.188Z | |
| 1854 | 2026-07-01T21:06:42.188Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299) |
| 1855 | 2026-07-01T21:06:42.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-07-01T21:06:42.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-07-01T21:06:42.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-07-01T21:06:42.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1859 | 2026-07-01T21:06:42.581Z | |
| 1860 | 2026-07-01T21:06:42.581Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299) |
| 1861 | 2026-07-01T21:06:42.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-07-01T21:06:42.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-07-01T21:06:42.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-07-01T21:06:42.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1865 | 2026-07-01T21:06:42.977Z | |
| 1866 | 2026-07-01T21:06:42.978Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299) |
| 1867 | 2026-07-01T21:06:43.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-07-01T21:06:43.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-07-01T21:06:43.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-07-01T21:06:43.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1871 | 2026-07-01T21:06:43.374Z | |
| 1872 | 2026-07-01T21:06:43.374Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299) |
| 1873 | 2026-07-01T21:06:43.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-07-01T21:06:43.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-07-01T21:06:43.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-07-01T21:06:43.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1877 | 2026-07-01T21:06:43.769Z | |
| 1878 | 2026-07-01T21:06:43.769Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299) |
| 1879 | 2026-07-01T21:06:44.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-07-01T21:06:44.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-07-01T21:06:44.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-07-01T21:06:44.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1883 | 2026-07-01T21:06:44.163Z | |
| 1884 | 2026-07-01T21:06:44.164Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299) |
| 1885 | 2026-07-01T21:06:44.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-07-01T21:06:44.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-07-01T21:06:44.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-07-01T21:06:44.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1889 | 2026-07-01T21:06:44.560Z | |
| 1890 | 2026-07-01T21:06:44.560Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299) |
| 1891 | 2026-07-01T21:06:44.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-07-01T21:06:44.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-07-01T21:06:44.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-07-01T21:06:44.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1895 | 2026-07-01T21:06:44.955Z | |
| 1896 | 2026-07-01T21:06:44.955Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299) |
| 1897 | 2026-07-01T21:06:45.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-07-01T21:06:45.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-07-01T21:06:45.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-07-01T21:06:45.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1901 | 2026-07-01T21:06:45.353Z | |
| 1902 | 2026-07-01T21:06:45.353Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299) |
| 1903 | 2026-07-01T21:06:45.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-07-01T21:06:45.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-07-01T21:06:45.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-07-01T21:06:45.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1907 | 2026-07-01T21:06:45.747Z | |
| 1908 | 2026-07-01T21:06:45.747Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299) |
| 1909 | 2026-07-01T21:06:46.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-07-01T21:06:46.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-07-01T21:06:46.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-07-01T21:06:46.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1913 | 2026-07-01T21:06:46.146Z | |
| 1914 | 2026-07-01T21:06:46.146Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299) |
| 1915 | 2026-07-01T21:06:46.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-07-01T21:06:46.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-07-01T21:06:46.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-07-01T21:06:46.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1919 | 2026-07-01T21:06:46.540Z | |
| 1920 | 2026-07-01T21:06:46.540Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299) |
| 1921 | 2026-07-01T21:06:46.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-07-01T21:06:46.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-07-01T21:06:46.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-07-01T21:06:46.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1925 | 2026-07-01T21:06:46.940Z | |
| 1926 | 2026-07-01T21:06:46.940Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299) |
| 1927 | 2026-07-01T21:06:47.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-07-01T21:06:47.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-07-01T21:06:47.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-07-01T21:06:47.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1931 | 2026-07-01T21:06:47.336Z | |
| 1932 | 2026-07-01T21:06:47.336Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299) |
| 1933 | 2026-07-01T21:06:47.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-07-01T21:06:47.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-07-01T21:06:47.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-07-01T21:06:47.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1937 | 2026-07-01T21:06:47.734Z | |
| 1938 | 2026-07-01T21:06:47.734Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299) |
| 1939 | 2026-07-01T21:06:48.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-07-01T21:06:48.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-07-01T21:06:48.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-07-01T21:06:48.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1943 | 2026-07-01T21:06:48.130Z | |
| 1944 | 2026-07-01T21:06:48.130Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299) |
| 1945 | 2026-07-01T21:06:48.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-07-01T21:06:48.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-07-01T21:06:48.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-07-01T21:06:48.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1949 | 2026-07-01T21:06:48.532Z | |
| 1950 | 2026-07-01T21:06:48.532Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299) |
| 1951 | 2026-07-01T21:06:48.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-07-01T21:06:48.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-07-01T21:06:48.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-07-01T21:06:48.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1955 | 2026-07-01T21:06:48.930Z | |
| 1956 | 2026-07-01T21:06:48.930Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299) |
| 1957 | 2026-07-01T21:06:49.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-07-01T21:06:49.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-07-01T21:06:49.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-07-01T21:06:49.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1961 | 2026-07-01T21:06:49.328Z | |
| 1962 | 2026-07-01T21:06:49.328Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299) |
| 1963 | 2026-07-01T21:06:49.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-07-01T21:06:49.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-07-01T21:06:49.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-07-01T21:06:49.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1967 | 2026-07-01T21:06:49.724Z | |
| 1968 | 2026-07-01T21:06:49.724Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299) |
| 1969 | 2026-07-01T21:06:50.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-07-01T21:06:50.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-07-01T21:06:50.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-07-01T21:06:50.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1973 | 2026-07-01T21:06:50.122Z | |
| 1974 | 2026-07-01T21:06:50.122Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299) |
| 1975 | 2026-07-01T21:06:50.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-07-01T21:06:50.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-07-01T21:06:50.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-07-01T21:06:50.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1979 | 2026-07-01T21:06:50.516Z | |
| 1980 | 2026-07-01T21:06:50.516Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299) |
| 1981 | 2026-07-01T21:06:50.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-07-01T21:06:50.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-07-01T21:06:50.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-07-01T21:06:50.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1985 | 2026-07-01T21:06:50.913Z | |
| 1986 | 2026-07-01T21:06:50.913Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299) |
| 1987 | 2026-07-01T21:06:51.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-07-01T21:06:51.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-07-01T21:06:51.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-07-01T21:06:51.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1991 | 2026-07-01T21:06:51.307Z | |
| 1992 | 2026-07-01T21:06:51.307Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299) |
| 1993 | 2026-07-01T21:06:51.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-07-01T21:06:51.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-07-01T21:06:51.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-07-01T21:06:51.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1997 | 2026-07-01T21:06:51.704Z | |
| 1998 | 2026-07-01T21:06:51.704Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299) |
| 1999 | 2026-07-01T21:06:52.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-07-01T21:06:52.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-07-01T21:06:52.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-07-01T21:06:52.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2003 | 2026-07-01T21:06:52.101Z | |
| 2004 | 2026-07-01T21:06:52.101Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299) |
| 2005 | 2026-07-01T21:06:52.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-07-01T21:06:52.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-07-01T21:06:52.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-07-01T21:06:52.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2009 | 2026-07-01T21:06:52.497Z | |
| 2010 | 2026-07-01T21:06:52.497Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299) |
| 2011 | 2026-07-01T21:06:52.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-07-01T21:06:52.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-07-01T21:06:52.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-07-01T21:06:52.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2015 | 2026-07-01T21:06:52.895Z | |
| 2016 | 2026-07-01T21:06:52.895Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299) |
| 2017 | 2026-07-01T21:06:53.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-07-01T21:06:53.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-07-01T21:06:53.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-07-01T21:06:53.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2021 | 2026-07-01T21:06:53.291Z | |
| 2022 | 2026-07-01T21:06:53.291Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299) |
| 2023 | 2026-07-01T21:06:53.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-07-01T21:06:53.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-07-01T21:06:53.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-07-01T21:06:53.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2027 | 2026-07-01T21:06:53.686Z | |
| 2028 | 2026-07-01T21:06:53.686Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299) |
| 2029 | 2026-07-01T21:06:54.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-07-01T21:06:54.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-07-01T21:06:54.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-07-01T21:06:54.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2033 | 2026-07-01T21:06:54.086Z | |
| 2034 | 2026-07-01T21:06:54.086Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299) |
| 2035 | 2026-07-01T21:06:54.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-07-01T21:06:54.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-07-01T21:06:54.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-07-01T21:06:54.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2039 | 2026-07-01T21:06:54.481Z | |
| 2040 | 2026-07-01T21:06:54.481Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299) |
| 2041 | 2026-07-01T21:06:54.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-07-01T21:06:54.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-07-01T21:06:54.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-07-01T21:06:54.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2045 | 2026-07-01T21:06:54.878Z | |
| 2046 | 2026-07-01T21:06:54.878Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299) |
| 2047 | 2026-07-01T21:06:55.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-07-01T21:06:55.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-07-01T21:06:55.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-07-01T21:06:55.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2051 | 2026-07-01T21:06:55.277Z | |
| 2052 | 2026-07-01T21:06:55.278Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299) |
| 2053 | 2026-07-01T21:06:55.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-07-01T21:06:55.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-07-01T21:06:55.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-07-01T21:06:55.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2057 | 2026-07-01T21:06:55.676Z | |
| 2058 | 2026-07-01T21:06:55.676Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299) |
| 2059 | 2026-07-01T21:06:56.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-07-01T21:06:56.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-07-01T21:06:56.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-07-01T21:06:56.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2063 | 2026-07-01T21:06:56.076Z | |
| 2064 | 2026-07-01T21:06:56.076Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299) |
| 2065 | 2026-07-01T21:06:56.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-07-01T21:06:56.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-07-01T21:06:56.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-07-01T21:06:56.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2069 | 2026-07-01T21:06:56.476Z | |
| 2070 | 2026-07-01T21:06:56.476Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299) |
| 2071 | 2026-07-01T21:06:56.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-07-01T21:06:56.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-07-01T21:06:56.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-07-01T21:06:56.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2075 | 2026-07-01T21:06:56.877Z | |
| 2076 | 2026-07-01T21:06:56.877Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299) |
| 2077 | 2026-07-01T21:06:57.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-07-01T21:06:57.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-07-01T21:06:57.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-07-01T21:06:57.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2081 | 2026-07-01T21:06:57.277Z | |
| 2082 | 2026-07-01T21:06:57.277Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299) |
| 2083 | 2026-07-01T21:06:57.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-07-01T21:06:57.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-07-01T21:06:57.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-07-01T21:06:57.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2087 | 2026-07-01T21:06:57.676Z | |
| 2088 | 2026-07-01T21:06:57.677Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299) |
| 2089 | 2026-07-01T21:06:58.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-07-01T21:06:58.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-07-01T21:06:58.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-07-01T21:06:58.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2093 | 2026-07-01T21:06:58.079Z | |
| 2094 | 2026-07-01T21:06:58.079Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299) |
| 2095 | 2026-07-01T21:06:58.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-07-01T21:06:58.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-07-01T21:06:58.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-07-01T21:06:58.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2099 | 2026-07-01T21:06:58.646Z | |
| 2100 | 2026-07-01T21:06:58.646Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299) |
| 2101 | 2026-07-01T21:06:59.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-07-01T21:06:59.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-07-01T21:06:59.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-07-01T21:06:59.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2105 | 2026-07-01T21:06:59.220Z | |
| 2106 | 2026-07-01T21:06:59.220Z | info: running `cargo check --bins` on nexus-config (51/299) |
| 2107 | 2026-07-01T21:06:59.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-07-01T21:06:59.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-07-01T21:06:59.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-07-01T21:06:59.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2111 | 2026-07-01T21:06:59.781Z | |
| 2112 | 2026-07-01T21:06:59.781Z | info: running `cargo check --bins` on nexus-types (52/299) |
| 2113 | 2026-07-01T21:07:00.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-07-01T21:07:00.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-07-01T21:07:00.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-07-01T21:07:00.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2117 | 2026-07-01T21:07:00.343Z | |
| 2118 | 2026-07-01T21:07:00.343Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299) |
| 2119 | 2026-07-01T21:07:00.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-07-01T21:07:00.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-07-01T21:07:00.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-07-01T21:07:00.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2123 | 2026-07-01T21:07:00.875Z | |
| 2124 | 2026-07-01T21:07:00.875Z | info: running `cargo check --bins` on omicron-passwords (54/299) |
| 2125 | 2026-07-01T21:07:01.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-07-01T21:07:01.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-07-01T21:07:01.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-07-01T21:07:01.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2129 | 2026-07-01T21:07:01.386Z | |
| 2130 | 2026-07-01T21:07:01.386Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/299) |
| 2131 | 2026-07-01T21:07:01.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-07-01T21:07:01.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-07-01T21:07:01.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-07-01T21:07:01.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2135 | 2026-07-01T21:07:01.923Z | |
| 2136 | 2026-07-01T21:07:01.923Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299) |
| 2137 | 2026-07-01T21:07:02.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-07-01T21:07:02.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-07-01T21:07:02.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-07-01T21:07:02.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2141 | 2026-07-01T21:07:02.457Z | |
| 2142 | 2026-07-01T21:07:02.457Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299) |
| 2143 | 2026-07-01T21:07:02.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-07-01T21:07:02.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-07-01T21:07:02.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-07-01T21:07:02.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2147 | 2026-07-01T21:07:02.994Z | |
| 2148 | 2026-07-01T21:07:02.994Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299) |
| 2149 | 2026-07-01T21:07:03.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-07-01T21:07:03.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-07-01T21:07:03.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-07-01T21:07:03.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2153 | 2026-07-01T21:07:03.528Z | |
| 2154 | 2026-07-01T21:07:03.528Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299) |
| 2155 | 2026-07-01T21:07:03.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-07-01T21:07:03.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-07-01T21:07:03.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-07-01T21:07:03.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2159 | 2026-07-01T21:07:04.045Z | |
| 2160 | 2026-07-01T21:07:04.045Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299) |
| 2161 | 2026-07-01T21:07:04.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-07-01T21:07:04.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-07-01T21:07:04.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-07-01T21:07:04.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2165 | 2026-07-01T21:07:04.561Z | |
| 2166 | 2026-07-01T21:07:04.561Z | info: running `cargo check --bins --no-default-features` on gfss (61/299) |
| 2167 | 2026-07-01T21:07:04.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-07-01T21:07:05.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-07-01T21:07:05.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-07-01T21:07:05.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2171 | 2026-07-01T21:07:05.080Z | |
| 2172 | 2026-07-01T21:07:05.080Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299) |
| 2173 | 2026-07-01T21:07:05.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-07-01T21:07:05.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-07-01T21:07:05.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-07-01T21:07:05.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2177 | 2026-07-01T21:07:05.597Z | |
| 2178 | 2026-07-01T21:07:05.597Z | info: running `cargo check --bins` on clickhouse-admin-types (63/299) |
| 2179 | 2026-07-01T21:07:06.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-07-01T21:07:06.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-07-01T21:07:06.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-07-01T21:07:06.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2183 | 2026-07-01T21:07:06.130Z | |
| 2184 | 2026-07-01T21:07:06.131Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/299) |
| 2185 | 2026-07-01T21:07:06.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-07-01T21:07:06.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-07-01T21:07:06.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-07-01T21:07:06.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2189 | 2026-07-01T21:07:06.667Z | |
| 2190 | 2026-07-01T21:07:06.667Z | info: running `cargo check --bins` on cockroach-admin-types (65/299) |
| 2191 | 2026-07-01T21:07:07.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-07-01T21:07:07.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-07-01T21:07:07.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-07-01T21:07:07.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2195 | 2026-07-01T21:07:07.182Z | |
| 2196 | 2026-07-01T21:07:07.183Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/299) |
| 2197 | 2026-07-01T21:07:07.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-07-01T21:07:07.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-07-01T21:07:07.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-07-01T21:07:07.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2201 | 2026-07-01T21:07:07.700Z | |
| 2202 | 2026-07-01T21:07:07.700Z | info: running `cargo check --bins` on ereport-types (67/299) |
| 2203 | 2026-07-01T21:07:08.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-07-01T21:07:08.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-07-01T21:07:08.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-07-01T21:07:08.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2207 | 2026-07-01T21:07:08.220Z | |
| 2208 | 2026-07-01T21:07:08.220Z | info: running `cargo check --bins` on gateway-client (68/299) |
| 2209 | 2026-07-01T21:07:08.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-07-01T21:07:08.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-07-01T21:07:08.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-07-01T21:07:08.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2213 | 2026-07-01T21:07:08.742Z | |
| 2214 | 2026-07-01T21:07:08.742Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/299) |
| 2215 | 2026-07-01T21:07:09.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-07-01T21:07:09.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-07-01T21:07:09.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-07-01T21:07:09.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2219 | 2026-07-01T21:07:09.261Z | |
| 2220 | 2026-07-01T21:07:09.261Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299) |
| 2221 | 2026-07-01T21:07:09.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-07-01T21:07:09.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-07-01T21:07:09.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-07-01T21:07:09.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2225 | 2026-07-01T21:07:09.781Z | |
| 2226 | 2026-07-01T21:07:09.781Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299) |
| 2227 | 2026-07-01T21:07:10.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-07-01T21:07:10.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-07-01T21:07:10.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-07-01T21:07:10.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2231 | 2026-07-01T21:07:10.305Z | |
| 2232 | 2026-07-01T21:07:10.305Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299) |
| 2233 | 2026-07-01T21:07:10.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-07-01T21:07:10.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-07-01T21:07:10.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-07-01T21:07:10.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2237 | 2026-07-01T21:07:10.834Z | |
| 2238 | 2026-07-01T21:07:10.835Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/299) |
| 2239 | 2026-07-01T21:07:11.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-07-01T21:07:11.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-07-01T21:07:11.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-07-01T21:07:11.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2243 | 2026-07-01T21:07:11.376Z | |
| 2244 | 2026-07-01T21:07:11.376Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299) |
| 2245 | 2026-07-01T21:07:11.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-07-01T21:07:11.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-07-01T21:07:11.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-07-01T21:07:11.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2249 | 2026-07-01T21:07:11.921Z | |
| 2250 | 2026-07-01T21:07:11.921Z | info: running `cargo check --bins` on key-manager-types (75/299) |
| 2251 | 2026-07-01T21:07:12.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-07-01T21:07:12.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-07-01T21:07:12.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2254 | 2026-07-01T21:07:12.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2255 | 2026-07-01T21:07:12.439Z | |
| 2256 | 2026-07-01T21:07:12.439Z | info: running `cargo check --bins` on oxlog (76/299) |
| 2257 | 2026-07-01T21:07:12.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2258 | 2026-07-01T21:07:12.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2259 | 2026-07-01T21:07:12.997Z | Checking cfg-if v1.0.4 |
| 2260 | 2026-07-01T21:07:13.000Z | Checking libc v0.2.185 |
| 2261 | 2026-07-01T21:07:13.000Z | Checking serde_core v1.0.228 |
| 2262 | 2026-07-01T21:07:13.113Z | Checking memchr v2.8.0 |
| 2263 | 2026-07-01T21:07:13.113Z | Checking zeroize v1.8.2 |
| 2264 | 2026-07-01T21:07:13.127Z | Checking log v0.4.29 |
| 2265 | 2026-07-01T21:07:13.135Z | Checking smallvec v1.15.1 |
| 2266 | 2026-07-01T21:07:13.145Z | Checking subtle v2.6.1 |
| 2267 | 2026-07-01T21:07:13.157Z | Checking itoa v1.0.17 |
| 2268 | 2026-07-01T21:07:13.260Z | Checking scopeguard v1.2.0 |
| 2269 | 2026-07-01T21:07:13.279Z | Checking stable_deref_trait v1.2.1 |
| 2270 | 2026-07-01T21:07:13.302Z | Checking typenum v1.20.1 |
| 2271 | 2026-07-01T21:07:13.306Z | Checking zerofrom v0.1.6 |
| 2272 | 2026-07-01T21:07:13.312Z | Checking pin-project-lite v0.2.17 |
| 2273 | 2026-07-01T21:07:13.345Z | Checking portable-atomic v1.13.1 |
| 2274 | 2026-07-01T21:07:13.356Z | Checking lock_api v0.4.14 |
| 2275 | 2026-07-01T21:07:13.396Z | Checking futures-core v0.3.32 |
| 2276 | 2026-07-01T21:07:13.408Z | Checking yoke v0.8.1 |
| 2277 | 2026-07-01T21:07:13.469Z | Checking critical-section v1.2.0 |
| 2278 | 2026-07-01T21:07:13.490Z | Checking errno v0.3.14 |
| 2279 | 2026-07-01T21:07:13.511Z | Checking getrandom v0.2.17 |
| 2280 | 2026-07-01T21:07:13.548Z | Checking parking_lot_core v0.9.12 |
| 2281 | 2026-07-01T21:07:13.560Z | Checking mio v1.2.0 |
| 2282 | 2026-07-01T21:07:13.572Z | Checking zerovec v0.11.5 |
| 2283 | 2026-07-01T21:07:13.597Z | Checking signal-hook-registry v1.4.8 |
| 2284 | 2026-07-01T21:07:13.649Z | Checking rand_core v0.6.4 |
| 2285 | 2026-07-01T21:07:13.728Z | Checking parking_lot v0.12.5 |
| 2286 | 2026-07-01T21:07:13.739Z | Checking once_cell v1.21.3 |
| 2287 | 2026-07-01T21:07:13.751Z | Checking zerocopy v0.8.40 |
| 2288 | 2026-07-01T21:07:13.818Z | Checking const-oid v0.9.6 |
| 2289 | 2026-07-01T21:07:13.832Z | Checking zmij v1.0.21 |
| 2290 | 2026-07-01T21:07:13.899Z | Checking rand_core v0.10.0 |
| 2291 | 2026-07-01T21:07:13.912Z | Checking socket2 v0.6.3 |
| 2292 | 2026-07-01T21:07:13.979Z | Checking tinystr v0.8.2 |
| 2293 | 2026-07-01T21:07:14.021Z | Checking generic-array v0.14.7 |
| 2294 | 2026-07-01T21:07:14.032Z | Checking getrandom v0.4.1 |
| 2295 | 2026-07-01T21:07:14.035Z | Checking libm v0.2.16 |
| 2296 | 2026-07-01T21:07:14.141Z | Checking percent-encoding v2.3.2 |
| 2297 | 2026-07-01T21:07:14.152Z | Checking equivalent v1.0.2 |
| 2298 | 2026-07-01T21:07:14.174Z | Checking litemap v0.8.1 |
| 2299 | 2026-07-01T21:07:14.234Z | Checking writeable v0.6.2 |
| 2300 | 2026-07-01T21:07:14.282Z | Checking potential_utf v0.1.4 |
| 2301 | 2026-07-01T21:07:14.346Z | Checking zerotrie v0.2.3 |
| 2302 | 2026-07-01T21:07:14.388Z | Checking icu_locale_core v2.1.1 |
| 2303 | 2026-07-01T21:07:14.406Z | Checking futures-sink v0.3.32 |
| 2304 | 2026-07-01T21:07:14.470Z | Checking icu_collections v2.1.1 |
| 2305 | 2026-07-01T21:07:14.498Z | Checking futures-channel v0.3.32 |
| 2306 | 2026-07-01T21:07:14.510Z | Checking slab v0.4.12 |
| 2307 | 2026-07-01T21:07:14.577Z | Checking futures-io v0.3.32 |
| 2308 | 2026-07-01T21:07:14.580Z | Checking serde v1.0.228 |
| 2309 | 2026-07-01T21:07:14.658Z | Checking bitflags v2.11.0 |
| 2310 | 2026-07-01T21:07:14.683Z | Checking serde_json v1.0.150 |
| 2311 | 2026-07-01T21:07:14.695Z | Checking futures-task v0.3.32 |
| 2312 | 2026-07-01T21:07:14.733Z | Checking num-traits v0.2.19 |
| 2313 | 2026-07-01T21:07:14.765Z | Checking icu_properties_data v2.1.2 |
| 2314 | 2026-07-01T21:07:14.814Z | Checking icu_normalizer_data v2.1.1 |
| 2315 | 2026-07-01T21:07:14.827Z | Checking futures-util v0.3.32 |
| 2316 | 2026-07-01T21:07:14.886Z | Checking hashbrown v0.17.0 |
| 2317 | 2026-07-01T21:07:14.888Z | Checking block-buffer v0.10.4 |
| 2318 | 2026-07-01T21:07:14.939Z | Checking icu_provider v2.1.1 |
| 2319 | 2026-07-01T21:07:14.982Z | Checking bytes v1.11.1 |
| 2320 | 2026-07-01T21:07:15.054Z | Checking crypto-common v0.1.7 |
| 2321 | 2026-07-01T21:07:15.160Z | Checking icu_normalizer v2.1.1 |
| 2322 | 2026-07-01T21:07:15.172Z | Checking icu_properties v2.1.2 |
| 2323 | 2026-07-01T21:07:15.241Z | Checking digest v0.10.7 |
| 2324 | 2026-07-01T21:07:15.340Z | Checking utf8_iter v1.0.4 |
| 2325 | 2026-07-01T21:07:15.370Z | Checking indexmap v2.14.0 |
| 2326 | 2026-07-01T21:07:15.419Z | Checking tokio v1.52.1 |
| 2327 | 2026-07-01T21:07:15.432Z | Checking form_urlencoded v1.2.2 |
| 2328 | 2026-07-01T21:07:15.455Z | Checking getrandom v0.3.4 |
| 2329 | 2026-07-01T21:07:15.467Z | Checking fnv v1.0.7 |
| 2330 | 2026-07-01T21:07:15.551Z | Checking byteorder v1.5.0 |
| 2331 | 2026-07-01T21:07:15.566Z | Checking http v1.4.2 |
| 2332 | 2026-07-01T21:07:15.593Z | Checking rand_core v0.9.5 |
| 2333 | 2026-07-01T21:07:15.745Z | Checking regex-syntax v0.8.10 |
| 2334 | 2026-07-01T21:07:15.762Z | Checking base64ct v1.8.3 |
| 2335 | 2026-07-01T21:07:15.931Z | Checking rustix v1.1.3 |
| 2336 | 2026-07-01T21:07:15.978Z | Checking idna_adapter v1.2.1 |
| 2337 | 2026-07-01T21:07:15.990Z | Checking pem-rfc7468 v0.7.0 |
| 2338 | 2026-07-01T21:07:16.094Z | Checking idna v1.1.0 |
| 2339 | 2026-07-01T21:07:16.120Z | Checking uuid v1.23.4 |
| 2340 | 2026-07-01T21:07:16.140Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-07-01T21:07:16.332Z | Checking url v2.5.8 |
| 2342 | 2026-07-01T21:07:16.434Z | Checking iana-time-zone v0.1.65 |
| 2343 | 2026-07-01T21:07:16.434Z | Checking base64 v0.22.1 |
| 2344 | 2026-07-01T21:07:16.472Z | Checking ppv-lite86 v0.2.21 |
| 2345 | 2026-07-01T21:07:16.539Z | Checking flagset v0.4.7 |
| 2346 | 2026-07-01T21:07:16.659Z | Checking der v0.7.10 |
| 2347 | 2026-07-01T21:07:16.675Z | Checking chrono v0.4.44 |
| 2348 | 2026-07-01T21:07:16.713Z | Checking tracing v0.1.44 |
| 2349 | 2026-07-01T21:07:16.741Z | Checking http-body v1.0.1 |
| 2350 | 2026-07-01T21:07:16.758Z | Checking rand_chacha v0.9.0 |
| 2351 | 2026-07-01T21:07:16.778Z | Checking rustls-pki-types v1.14.0 |
| 2352 | 2026-07-01T21:07:16.877Z | Checking cmov v0.5.4 |
| 2353 | 2026-07-01T21:07:16.922Z | Checking openssl-probe v0.2.1 |
| 2354 | 2026-07-01T21:07:16.956Z | Checking tinyvec_macros v0.1.1 |
| 2355 | 2026-07-01T21:07:17.021Z | Checking tinyvec v1.10.0 |
| 2356 | 2026-07-01T21:07:17.034Z | Checking rand v0.9.2 |
| 2357 | 2026-07-01T21:07:17.057Z | Checking ctutils v0.4.2 |
| 2358 | 2026-07-01T21:07:17.072Z | Checking aws-lc-sys v0.40.0 |
| 2359 | 2026-07-01T21:07:17.085Z | Checking tower-service v0.3.3 |
| 2360 | 2026-07-01T21:07:17.171Z | Checking tower-layer v0.3.3 |
| 2361 | 2026-07-01T21:07:17.267Z | Checking untrusted v0.7.1 |
| 2362 | 2026-07-01T21:07:17.315Z | Checking atomic-waker v1.1.2 |
| 2363 | 2026-07-01T21:07:17.327Z | Checking try-lock v0.2.5 |
| 2364 | 2026-07-01T21:07:17.372Z | Checking hybrid-array v0.4.13 |
| 2365 | 2026-07-01T21:07:17.411Z | Checking ipnet v2.11.0 |
| 2366 | 2026-07-01T21:07:17.423Z | Checking spki v0.7.3 |
| 2367 | 2026-07-01T21:07:17.426Z | Checking want v0.3.1 |
| 2368 | 2026-07-01T21:07:17.493Z | Checking httparse v1.10.1 |
| 2369 | 2026-07-01T21:07:17.545Z | Checking aho-corasick v1.1.4 |
| 2370 | 2026-07-01T21:07:17.558Z | Checking aws-lc-rs v1.16.3 |
| 2371 | 2026-07-01T21:07:17.570Z | Checking dyn-clone v1.0.20 |
| 2372 | 2026-07-01T21:07:17.582Z | Checking httpdate v1.0.3 |
| 2373 | 2026-07-01T21:07:17.660Z | Checking untrusted v0.9.0 |
| 2374 | 2026-07-01T21:07:17.672Z | Checking foreign-types-shared v0.1.1 |
| 2375 | 2026-07-01T21:07:17.695Z | Checking cpufeatures v0.2.17 |
| 2376 | 2026-07-01T21:07:17.718Z | Checking plain v0.2.3 |
| 2377 | 2026-07-01T21:07:17.747Z | Checking fastrand v2.3.0 |
| 2378 | 2026-07-01T21:07:17.759Z | Checking utf8parse v0.2.2 |
| 2379 | 2026-07-01T21:07:17.770Z | Checking foreign-types v0.3.2 |
| 2380 | 2026-07-01T21:07:17.814Z | Checking pkcs8 v0.10.2 |
| 2381 | 2026-07-01T21:07:17.832Z | Checking unicode-normalization v0.1.25 |
| 2382 | 2026-07-01T21:07:17.849Z | Checking semver v1.0.28 |
| 2383 | 2026-07-01T21:07:17.919Z | Checking tempfile v3.25.0 |
| 2384 | 2026-07-01T21:07:17.962Z | Checking openssl-sys v0.9.115 |
| 2385 | 2026-07-01T21:07:18.052Z | Checking spin v0.9.8 |
| 2386 | 2026-07-01T21:07:18.111Z | Checking anstyle v1.0.14 |
| 2387 | 2026-07-01T21:07:18.124Z | Checking unicode-ident v1.0.24 |
| 2388 | 2026-07-01T21:07:18.211Z | Checking regex-automata v0.4.14 |
| 2389 | 2026-07-01T21:07:18.224Z | Checking ucd-trie v0.1.7 |
| 2390 | 2026-07-01T21:07:18.236Z | Checking proc-macro2 v1.0.106 |
| 2391 | 2026-07-01T21:07:18.248Z | Checking schemars v0.8.22 |
| 2392 | 2026-07-01T21:07:18.287Z | Checking sha2 v0.10.9 |
| 2393 | 2026-07-01T21:07:18.323Z | Checking openssl v0.10.79 |
| 2394 | 2026-07-01T21:07:18.351Z | Checking pest v2.8.6 |
| 2395 | 2026-07-01T21:07:18.369Z | Checking rustls-webpki v0.103.9 |
| 2396 | 2026-07-01T21:07:18.542Z | Checking hmac v0.12.1 |
| 2397 | 2026-07-01T21:07:18.561Z | Checking thiserror v2.0.18 |
| 2398 | 2026-07-01T21:07:18.659Z | Checking sync_wrapper v1.0.2 |
| 2399 | 2026-07-01T21:07:18.671Z | Checking wait-timeout v0.2.1 |
| 2400 | 2026-07-01T21:07:18.684Z | Checking tokio-util v0.7.18 |
| 2401 | 2026-07-01T21:07:18.757Z | Checking is_terminal_polyfill v1.70.2 |
| 2402 | 2026-07-01T21:07:18.775Z | Checking rustls v0.23.41 |
| 2403 | 2026-07-01T21:07:18.790Z | Checking simd-adler32 v0.3.8 |
| 2404 | 2026-07-01T21:07:18.841Z | Checking colorchoice v1.0.4 |
| 2405 | 2026-07-01T21:07:18.883Z | Checking siphasher v1.0.2 |
| 2406 | 2026-07-01T21:07:18.939Z | Checking powerfmt v0.2.0 |
| 2407 | 2026-07-01T21:07:18.956Z | Checking bit-vec v0.8.0 |
| 2408 | 2026-07-01T21:07:19.040Z | Checking anstyle-query v1.1.5 |
| 2409 | 2026-07-01T21:07:19.087Z | Checking quick-error v1.2.3 |
| 2410 | 2026-07-01T21:07:19.131Z | Checking pretty-hex v0.4.1 |
| 2411 | 2026-07-01T21:07:19.150Z | Checking bit-set v0.8.0 |
| 2412 | 2026-07-01T21:07:19.184Z | Checking rusty-fork v0.3.1 |
| 2413 | 2026-07-01T21:07:19.242Z | Checking deranged v0.5.8 |
| 2414 | 2026-07-01T21:07:19.289Z | Checking h2 v0.4.15 |
| 2415 | 2026-07-01T21:07:19.302Z | Checking tower v0.5.3 |
| 2416 | 2026-07-01T21:07:19.351Z | Checking quote v1.0.45 |
| 2417 | 2026-07-01T21:07:19.395Z | Compiling newtype-uuid v1.3.2 |
| 2418 | 2026-07-01T21:07:19.515Z | Checking http-body-util v0.1.3 |
| 2419 | 2026-07-01T21:07:19.571Z | Checking crossbeam-utils v0.8.21 |
| 2420 | 2026-07-01T21:07:19.675Z | Checking rand_xorshift v0.4.0 |
| 2421 | 2026-07-01T21:07:19.727Z | Checking crc32fast v1.5.0 |
| 2422 | 2026-07-01T21:07:19.791Z | Checking scroll v0.13.0 |
| 2423 | 2026-07-01T21:07:19.866Z | Checking time-core v0.1.8 |
| 2424 | 2026-07-01T21:07:19.898Z | Checking num-conv v0.2.0 |
| 2425 | 2026-07-01T21:07:20.002Z | Checking ryu v1.0.23 |
| 2426 | 2026-07-01T21:07:20.014Z | Checking unarray v0.1.4 |
| 2427 | 2026-07-01T21:07:20.017Z | Checking unicode-properties v0.1.4 |
| 2428 | 2026-07-01T21:07:20.037Z | Checking iri-string v0.7.10 |
| 2429 | 2026-07-01T21:07:20.111Z | Checking allocator-api2 v0.2.21 |
| 2430 | 2026-07-01T21:07:20.133Z | Checking unicode-bidi v0.3.18 |
| 2431 | 2026-07-01T21:07:20.147Z | Checking num_threads v0.1.7 |
| 2432 | 2026-07-01T21:07:20.206Z | Checking adler2 v2.0.1 |
| 2433 | 2026-07-01T21:07:20.259Z | Checking time v0.3.47 |
| 2434 | 2026-07-01T21:07:20.308Z | Checking miniz_oxide v0.8.9 |
| 2435 | 2026-07-01T21:07:20.325Z | Checking native-tls v0.2.18 |
| 2436 | 2026-07-01T21:07:20.391Z | Checking serde_urlencoded v0.7.1 |
| 2437 | 2026-07-01T21:07:20.423Z | Checking stringprep v0.1.5 |
| 2438 | 2026-07-01T21:07:20.499Z | Checking tokio-native-tls v0.3.1 |
| 2439 | 2026-07-01T21:07:20.571Z | Checking proptest v1.10.0 |
| 2440 | 2026-07-01T21:07:20.588Z | Checking bstr v1.12.1 |
| 2441 | 2026-07-01T21:07:20.649Z | Checking goblin v0.10.5 |
| 2442 | 2026-07-01T21:07:20.661Z | Checking crossbeam-epoch v0.9.18 |
| 2443 | 2026-07-01T21:07:20.881Z | Compiling daft v0.1.7 |
| 2444 | 2026-07-01T21:07:20.982Z | Checking syn v2.0.117 |
| 2445 | 2026-07-01T21:07:21.009Z | Checking ipnetwork v0.21.1 |
| 2446 | 2026-07-01T21:07:21.035Z | Checking tower-http v0.6.8 |
| 2447 | 2026-07-01T21:07:21.161Z | Checking crypto-common v0.2.2 |
| 2448 | 2026-07-01T21:07:21.223Z | Checking block-buffer v0.12.1 |
| 2449 | 2026-07-01T21:07:21.310Z | Checking block-padding v0.4.2 |
| 2450 | 2026-07-01T21:07:21.327Z | Checking anstyle-parse v1.0.0 |
| 2451 | 2026-07-01T21:07:21.384Z | Checking rustls-native-certs v0.8.3 |
| 2452 | 2026-07-01T21:07:21.442Z | Checking rand_chacha v0.3.1 |
| 2453 | 2026-07-01T21:07:21.473Z | Checking scroll v0.12.0 |
| 2454 | 2026-07-01T21:07:21.510Z | Checking thiserror v1.0.69 |
| 2455 | 2026-07-01T21:07:21.607Z | Checking hash32 v0.2.1 |
| 2456 | 2026-07-01T21:07:21.644Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2457 | 2026-07-01T21:07:21.694Z | Checking md-5 v0.10.6 |
| 2458 | 2026-07-01T21:07:21.751Z | Checking signature v2.2.0 |
| 2459 | 2026-07-01T21:07:21.764Z | Checking num-integer v0.1.46 |
| 2460 | 2026-07-01T21:07:21.777Z | Checking toml_datetime v0.6.11 |
| 2461 | 2026-07-01T21:07:21.849Z | Checking serde_spanned v0.6.9 |
| 2462 | 2026-07-01T21:07:21.879Z | Checking encoding_rs v0.8.35 |
| 2463 | 2026-07-01T21:07:21.957Z | Checking psl-types v2.0.11 |
| 2464 | 2026-07-01T21:07:21.976Z | Checking zlib-rs v0.6.2 |
| 2465 | 2026-07-01T21:07:21.990Z | Checking fallible-iterator v0.2.0 |
| 2466 | 2026-07-01T21:07:22.069Z | Checking mime v0.3.17 |
| 2467 | 2026-07-01T21:07:22.092Z | Checking hyper v1.10.1 |
| 2468 | 2026-07-01T21:07:22.245Z | Checking publicsuffix v2.3.0 |
| 2469 | 2026-07-01T21:07:22.259Z | Checking postgres-protocol v0.6.10 |
| 2470 | 2026-07-01T21:07:22.402Z | Checking num-iter v0.1.45 |
| 2471 | 2026-07-01T21:07:22.511Z | Checking heapless v0.7.17 |
| 2472 | 2026-07-01T21:07:22.526Z | Checking zstd-safe v7.2.4 |
| 2473 | 2026-07-01T21:07:22.561Z | Checking goblin v0.8.2 |
| 2474 | 2026-07-01T21:07:22.685Z | Checking rand v0.8.6 |
| 2475 | 2026-07-01T21:07:22.805Z | Checking anstream v1.0.0 |
| 2476 | 2026-07-01T21:07:22.849Z | Checking flate2 v1.1.9 |
| 2477 | 2026-07-01T21:07:22.921Z | Checking inout v0.2.2 |
| 2478 | 2026-07-01T21:07:22.970Z | Checking dof v0.4.0 |
| 2479 | 2026-07-01T21:07:22.999Z | Compiling iddqd v0.4.2 |
| 2480 | 2026-07-01T21:07:23.015Z | Checking hyper-util v0.1.20 |
| 2481 | 2026-07-01T21:07:23.061Z | Checking cookie v0.18.1 |
| 2482 | 2026-07-01T21:07:23.136Z | Checking oxnet v0.1.6 |
| 2483 | 2026-07-01T21:07:23.195Z | Checking tokio-rustls v0.26.4 |
| 2484 | 2026-07-01T21:07:23.253Z | Checking dtrace-parser v0.3.0 |
| 2485 | 2026-07-01T21:07:23.288Z | Checking phf_shared v0.13.1 |
| 2486 | 2026-07-01T21:07:23.389Z | Checking lazy_static v1.5.0 |
| 2487 | 2026-07-01T21:07:23.413Z | Checking anstyle-parse v0.2.7 |
| 2488 | 2026-07-01T21:07:23.475Z | Checking pin-project v1.1.11 |
| 2489 | 2026-07-01T21:07:23.478Z | Checking zerocopy v0.7.35 |
| 2490 | 2026-07-01T21:07:23.498Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2491 | 2026-07-01T21:07:23.558Z | Checking signal-hook v0.3.18 |
| 2492 | 2026-07-01T21:07:23.570Z | Checking terminal_size v0.4.3 |
| 2493 | 2026-07-01T21:07:23.581Z | Checking futures-executor v0.3.32 |
| 2494 | 2026-07-01T21:07:23.593Z | Checking hex v0.4.3 |
| 2495 | 2026-07-01T21:07:23.675Z | Checking ff v0.13.1 |
| 2496 | 2026-07-01T21:07:23.724Z | Checking thread-id v5.1.0 |
| 2497 | 2026-07-01T21:07:23.740Z | Checking base16ct v0.2.0 |
| 2498 | 2026-07-01T21:07:23.799Z | Checking either v1.15.0 |
| 2499 | 2026-07-01T21:07:23.799Z | Checking foldhash v0.1.5 |
| 2500 | 2026-07-01T21:07:23.821Z | Checking foldhash v0.2.0 |
| 2501 | 2026-07-01T21:07:23.858Z | Checking clap_lex v1.0.0 |
| 2502 | 2026-07-01T21:07:23.929Z | Checking strsim v0.11.1 |
| 2503 | 2026-07-01T21:07:23.965Z | Checking libbz2-rs-sys v0.2.2 |
| 2504 | 2026-07-01T21:07:23.968Z | Checking same-file v1.0.6 |
| 2505 | 2026-07-01T21:07:23.989Z | Checking bitflags v1.3.2 |
| 2506 | 2026-07-01T21:07:24.003Z | Checking bumpalo v3.20.2 |
| 2507 | 2026-07-01T21:07:24.057Z | Compiling rayon-core v1.13.0 |
| 2508 | 2026-07-01T21:07:24.087Z | Checking winnow v0.5.40 |
| 2509 | 2026-07-01T21:07:24.089Z | Checking managed v0.8.0 |
| 2510 | 2026-07-01T21:07:24.197Z | Checking zopfli v0.8.3 |
| 2511 | 2026-07-01T21:07:24.259Z | Checking hyper-tls v0.6.0 |
| 2512 | 2026-07-01T21:07:24.262Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2513 | 2026-07-01T21:07:24.282Z | Checking hyper-rustls v0.27.7 |
| 2514 | 2026-07-01T21:07:24.285Z | Checking smoltcp v0.9.1 |
| 2515 | 2026-07-01T21:07:24.352Z | Checking bzip2 v0.6.1 |
| 2516 | 2026-07-01T21:07:24.426Z | Checking reqwest v0.12.28 |
| 2517 | 2026-07-01T21:07:24.452Z | Checking dof v0.3.0 |
| 2518 | 2026-07-01T21:07:24.468Z | Checking clap_builder v4.6.0 |
| 2519 | 2026-07-01T21:07:24.482Z | Checking walkdir v2.5.0 |
| 2520 | 2026-07-01T21:07:24.507Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-07-01T21:07:24.518Z | Checking hashbrown v0.15.5 |
| 2522 | 2026-07-01T21:07:24.636Z | Checking sec1 v0.7.3 |
| 2523 | 2026-07-01T21:07:24.725Z | Checking group v0.13.0 |
| 2524 | 2026-07-01T21:07:24.836Z | Checking usdt-impl v0.6.0 |
| 2525 | 2026-07-01T21:07:24.868Z | Checking signal-hook-mio v0.2.5 |
| 2526 | 2026-07-01T21:07:24.870Z | Checking futures v0.3.32 |
| 2527 | 2026-07-01T21:07:24.952Z | Checking bzip2 v0.4.4 |
| 2528 | 2026-07-01T21:07:24.969Z | Checking snafu v0.8.9 |
| 2529 | 2026-07-01T21:07:24.982Z | Checking anstream v0.6.21 |
| 2530 | 2026-07-01T21:07:24.995Z | Checking num-bigint-dig v0.8.6 |
| 2531 | 2026-07-01T21:07:25.110Z | Checking phf v0.13.1 |
| 2532 | 2026-07-01T21:07:25.170Z | Checking cookie_store v0.22.1 |
| 2533 | 2026-07-01T21:07:25.183Z | Checking cipher v0.5.2 |
| 2534 | 2026-07-01T21:07:25.205Z | Checking zstd v0.13.3 |
| 2535 | 2026-07-01T21:07:25.234Z | Checking toml_edit v0.19.15 |
| 2536 | 2026-07-01T21:07:25.253Z | Checking postgres-types v0.2.12 |
| 2537 | 2026-07-01T21:07:25.355Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-07-01T21:07:25.381Z | Checking dtrace-parser v0.2.0 |
| 2539 | 2026-07-01T21:07:25.408Z | Checking rustls-platform-verifier v0.6.2 |
| 2540 | 2026-07-01T21:07:25.495Z | Checking globset v0.4.18 |
| 2541 | 2026-07-01T21:07:25.533Z | Checking crossbeam-deque v0.8.6 |
| 2542 | 2026-07-01T21:07:25.547Z | Checking regex v1.12.3 |
| 2543 | 2026-07-01T21:07:25.556Z | Checking phf_shared v0.11.3 |
| 2544 | 2026-07-01T21:07:25.605Z | Checking hkdf v0.12.4 |
| 2545 | 2026-07-01T21:07:25.686Z | Checking olpc-cjson v0.1.4 |
| 2546 | 2026-07-01T21:07:25.698Z | Checking curve25519-dalek v4.1.3 |
| 2547 | 2026-07-01T21:07:25.711Z | Checking ref-cast v1.0.25 |
| 2548 | 2026-07-01T21:07:25.736Z | Checking strum v0.27.2 |
| 2549 | 2026-07-01T21:07:25.748Z | Checking pkcs1 v0.7.5 |
| 2550 | 2026-07-01T21:07:25.794Z | Checking hubpack v0.1.2 |
| 2551 | 2026-07-01T21:07:25.805Z | Checking memoffset v0.9.1 |
| 2552 | 2026-07-01T21:07:25.818Z | Checking rustix v0.38.44 |
| 2553 | 2026-07-01T21:07:25.818Z | Checking pem v3.0.6 |
| 2554 | 2026-07-01T21:07:25.840Z | Checking float-cmp v0.10.0 |
| 2555 | 2026-07-01T21:07:25.876Z | Checking serde_plain v1.0.2 |
| 2556 | 2026-07-01T21:07:25.944Z | Checking erased-serde v0.3.31 |
| 2557 | 2026-07-01T21:07:25.956Z | Checking serde-big-array v0.5.1 |
| 2558 | 2026-07-01T21:07:25.967Z | Checking crypto-bigint v0.5.5 |
| 2559 | 2026-07-01T21:07:25.977Z | Checking thread-id v4.2.2 |
| 2560 | 2026-07-01T21:07:26.014Z | Checking memmap2 v0.9.10 |
| 2561 | 2026-07-01T21:07:26.049Z | Checking env_filter v1.0.0 |
| 2562 | 2026-07-01T21:07:26.080Z | Checking precomputed-hash v0.1.1 |
| 2563 | 2026-07-01T21:07:26.160Z | Checking toml_write v0.1.2 |
| 2564 | 2026-07-01T21:07:26.172Z | Checking winnow v0.7.14 |
| 2565 | 2026-07-01T21:07:26.187Z | Checking const-oid v0.10.2 |
| 2566 | 2026-07-01T21:07:26.276Z | Checking fixedbitset v0.4.2 |
| 2567 | 2026-07-01T21:07:26.319Z | Checking normalize-line-endings v0.3.0 |
| 2568 | 2026-07-01T21:07:26.331Z | Checking difflib v0.4.0 |
| 2569 | 2026-07-01T21:07:26.342Z | Checking whoami v2.1.0 |
| 2570 | 2026-07-01T21:07:26.406Z | Checking keccak v0.1.6 |
| 2571 | 2026-07-01T21:07:26.422Z | Checking fixedbitset v0.5.7 |
| 2572 | 2026-07-01T21:07:26.461Z | Checking jiff v0.2.21 |
| 2573 | 2026-07-01T21:07:26.500Z | Checking cpufeatures v0.3.0 |
| 2574 | 2026-07-01T21:07:26.528Z | Checking new_debug_unreachable v1.0.6 |
| 2575 | 2026-07-01T21:07:26.568Z | Checking winnow v1.0.3 |
| 2576 | 2026-07-01T21:07:26.571Z | Checking typed-path v0.9.3 |
| 2577 | 2026-07-01T21:07:26.593Z | Checking static_assertions v1.1.0 |
| 2578 | 2026-07-01T21:07:26.605Z | Checking unicode-segmentation v1.12.0 |
| 2579 | 2026-07-01T21:07:26.617Z | Checking predicates-core v1.0.10 |
| 2580 | 2026-07-01T21:07:26.659Z | Checking data-encoding v2.10.0 |
| 2581 | 2026-07-01T21:07:26.736Z | Checking predicates v3.1.4 |
| 2582 | 2026-07-01T21:07:26.859Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2583 | 2026-07-01T21:07:26.878Z | Checking elliptic-curve v0.13.8 |
| 2584 | 2026-07-01T21:07:26.930Z | Checking similar v2.7.0 |
| 2585 | 2026-07-01T21:07:26.944Z | Checking hickory-proto v0.25.2 |
| 2586 | 2026-07-01T21:07:27.040Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2587 | 2026-07-01T21:07:27.186Z | Checking petgraph v0.8.3 |
| 2588 | 2026-07-01T21:07:27.199Z | Checking crossterm v0.28.1 |
| 2589 | 2026-07-01T21:07:27.315Z | Checking string_cache v0.8.9 |
| 2590 | 2026-07-01T21:07:27.347Z | Checking tough v0.22.0 |
| 2591 | 2026-07-01T21:07:27.364Z | Checking toml_edit v0.22.27 |
| 2592 | 2026-07-01T21:07:27.476Z | Checking chacha20 v0.10.0 |
| 2593 | 2026-07-01T21:07:27.729Z | Checking sha3 v0.10.8 |
| 2594 | 2026-07-01T21:07:27.894Z | Checking tokio-postgres v0.7.16 |
| 2595 | 2026-07-01T21:07:27.925Z | Checking ed25519-dalek v2.2.0 |
| 2596 | 2026-07-01T21:07:28.155Z | Checking petgraph v0.6.5 |
| 2597 | 2026-07-01T21:07:28.462Z | Checking digest v0.11.3 |
| 2598 | 2026-07-01T21:07:28.646Z | Checking slog v2.8.2 |
| 2599 | 2026-07-01T21:07:28.698Z | Checking zip v4.6.1 |
| 2600 | 2026-07-01T21:07:28.724Z | Checking toml v0.7.8 |
| 2601 | 2026-07-01T21:07:28.908Z | Checking env_logger v0.11.9 |
| 2602 | 2026-07-01T21:07:29.029Z | Checking usdt v0.6.0 |
| 2603 | 2026-07-01T21:07:29.094Z | Checking usdt-impl v0.5.0 |
| 2604 | 2026-07-01T21:07:29.142Z | Checking rsa v0.9.10 |
| 2605 | 2026-07-01T21:07:29.195Z | Checking nix v0.31.2 |
| 2606 | 2026-07-01T21:07:29.326Z | Checking clap v4.6.1 |
| 2607 | 2026-07-01T21:07:29.369Z | Checking reqwest v0.13.2 |
| 2608 | 2026-07-01T21:07:29.401Z | Checking zip v0.6.6 |
| 2609 | 2026-07-01T21:07:29.432Z | Checking itertools v0.13.0 |
| 2610 | 2026-07-01T21:07:29.608Z | Checking serde_with v3.17.0 |
| 2611 | 2026-07-01T21:07:29.612Z | Checking strum v0.26.3 |
| 2612 | 2026-07-01T21:07:29.709Z | Checking fs-err v3.3.0 |
| 2613 | 2026-07-01T21:07:29.722Z | Checking ahash v0.8.12 |
| 2614 | 2026-07-01T21:07:29.725Z | Checking object v0.37.3 |
| 2615 | 2026-07-01T21:07:29.911Z | Checking tokio-stream v0.1.18 |
| 2616 | 2026-07-01T21:07:30.009Z | Checking buf-list v1.1.2 |
| 2617 | 2026-07-01T21:07:30.156Z | Checking camino v1.2.2 |
| 2618 | 2026-07-01T21:07:30.188Z | Checking anyhow v1.0.102 |
| 2619 | 2026-07-01T21:07:30.212Z | Checking x509-cert v0.2.5 |
| 2620 | 2026-07-01T21:07:30.287Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2621 | 2026-07-01T21:07:30.371Z | Checking openapiv3 v2.2.0 |
| 2622 | 2026-07-01T21:07:30.383Z | Checking lalrpop-util v0.19.12 |
| 2623 | 2026-07-01T21:07:30.398Z | Checking peg-runtime v0.8.5 |
| 2624 | 2026-07-01T21:07:30.454Z | Checking rayon v1.11.0 |
| 2625 | 2026-07-01T21:07:30.532Z | Checking sigpipe v0.1.3 |
| 2626 | 2026-07-01T21:07:30.536Z | Checking glob v0.3.3 |
| 2627 | 2026-07-01T21:07:31.937Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2628 | 2026-07-01T21:07:32.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.77s |
| 2629 | 2026-07-01T21:07:32.361Z | |
| 2630 | 2026-07-01T21:07:32.361Z | info: running `cargo check --bins` on internal-dns-types (77/299) |
| 2631 | 2026-07-01T21:07:32.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-07-01T21:07:32.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-07-01T21:07:32.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2026-07-01T21:07:32.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2635 | 2026-07-01T21:07:32.892Z | |
| 2636 | 2026-07-01T21:07:32.892Z | info: running `cargo check --bins` on internal-dns-types-versions (78/299) |
| 2637 | 2026-07-01T21:07:33.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-07-01T21:07:33.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-07-01T21:07:33.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-07-01T21:07:33.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2641 | 2026-07-01T21:07:33.428Z | |
| 2642 | 2026-07-01T21:07:33.428Z | info: running `cargo check --bins` on nexus-types-versions (79/299) |
| 2643 | 2026-07-01T21:07:33.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-07-01T21:07:33.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-07-01T21:07:33.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-07-01T21:07:33.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2647 | 2026-07-01T21:07:33.979Z | |
| 2648 | 2026-07-01T21:07:33.979Z | info: running `cargo check --bins` on oxql-types (80/299) |
| 2649 | 2026-07-01T21:07:34.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-07-01T21:07:34.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-07-01T21:07:34.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-07-01T21:07:34.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2653 | 2026-07-01T21:07:34.513Z | |
| 2654 | 2026-07-01T21:07:34.513Z | info: running `cargo check --bins` on oximeter-types (81/299) |
| 2655 | 2026-07-01T21:07:34.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-07-01T21:07:34.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-07-01T21:07:34.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-07-01T21:07:34.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2659 | 2026-07-01T21:07:35.045Z | |
| 2660 | 2026-07-01T21:07:35.045Z | info: running `cargo check --bins` on oximeter-types-versions (82/299) |
| 2661 | 2026-07-01T21:07:35.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-07-01T21:07:35.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-07-01T21:07:35.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-07-01T21:07:35.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2665 | 2026-07-01T21:07:35.581Z | |
| 2666 | 2026-07-01T21:07:35.581Z | info: running `cargo check --bins` on oximeter-macro-impl (83/299) |
| 2667 | 2026-07-01T21:07:36.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-07-01T21:07:36.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-07-01T21:07:36.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2026-07-01T21:07:36.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2671 | 2026-07-01T21:07:36.103Z | |
| 2672 | 2026-07-01T21:07:36.103Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/299) |
| 2673 | 2026-07-01T21:07:36.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2026-07-01T21:07:36.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2026-07-01T21:07:36.731Z | Compiling structmeta-derive v0.3.0 |
| 2676 | 2026-07-01T21:07:36.848Z | Compiling multer v3.1.0 |
| 2677 | 2026-07-01T21:07:36.862Z | Compiling async-stream-impl v0.3.6 |
| 2678 | 2026-07-01T21:07:36.864Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2679 | 2026-07-01T21:07:36.880Z | Compiling dropshot v0.17.1 |
| 2680 | 2026-07-01T21:07:36.895Z | Compiling dropshot_endpoint v0.17.1 |
| 2681 | 2026-07-01T21:07:36.898Z | Compiling newtype-uuid-macros v0.1.0 |
| 2682 | 2026-07-01T21:07:36.920Z | Checking newtype-uuid v1.3.2 |
| 2683 | 2026-07-01T21:07:37.088Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2684 | 2026-07-01T21:07:37.115Z | Checking daft v0.1.7 |
| 2685 | 2026-07-01T21:07:37.167Z | Checking thread_local v1.1.9 |
| 2686 | 2026-07-01T21:07:37.255Z | Checking match_cfg v0.1.0 |
| 2687 | 2026-07-01T21:07:37.322Z | Checking compression-core v0.4.31 |
| 2688 | 2026-07-01T21:07:37.336Z | Checking hostname v0.3.1 |
| 2689 | 2026-07-01T21:07:37.348Z | Checking iddqd v0.4.2 |
| 2690 | 2026-07-01T21:07:37.431Z | Checking crossbeam-channel v0.5.15 |
| 2691 | 2026-07-01T21:07:37.445Z | Checking compression-codecs v0.4.37 |
| 2692 | 2026-07-01T21:07:37.448Z | Checking atomicwrites v0.4.4 |
| 2693 | 2026-07-01T21:07:37.491Z | Checking slog-json v2.6.1 |
| 2694 | 2026-07-01T21:07:37.566Z | Checking serde_spanned v1.1.1 |
| 2695 | 2026-07-01T21:07:37.616Z | Checking is-terminal v0.4.17 |
| 2696 | 2026-07-01T21:07:37.643Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2697 | 2026-07-01T21:07:37.656Z | Checking term v1.2.1 |
| 2698 | 2026-07-01T21:07:37.690Z | Checking debug-ignore v1.0.5 |
| 2699 | 2026-07-01T21:07:37.702Z | Checking take_mut v0.2.2 |
| 2700 | 2026-07-01T21:07:37.761Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2701 | 2026-07-01T21:07:37.784Z | Checking slog-bunyan v2.5.0 |
| 2702 | 2026-07-01T21:07:37.802Z | Checking slog-async v2.8.0 |
| 2703 | 2026-07-01T21:07:37.836Z | Checking async-compression v0.4.41 |
| 2704 | 2026-07-01T21:07:37.864Z | Checking slog-term v2.9.2 |
| 2705 | 2026-07-01T21:07:37.890Z | Compiling structmeta v0.3.0 |
| 2706 | 2026-07-01T21:07:37.893Z | Checking async-stream v0.3.6 |
| 2707 | 2026-07-01T21:07:37.934Z | Checking toml v1.1.2+spec-1.1.0 |
| 2708 | 2026-07-01T21:07:37.969Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2709 | 2026-07-01T21:07:38.022Z | Checking progenitor-client v0.14.0 |
| 2710 | 2026-07-01T21:07:38.072Z | Checking sha1 v0.11.0 |
| 2711 | 2026-07-01T21:07:38.086Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-07-01T21:07:38.100Z | Compiling derive-ex v0.1.8 |
| 2713 | 2026-07-01T21:07:38.114Z | Compiling parse-display-derive v0.10.0 |
| 2714 | 2026-07-01T21:07:38.247Z | Checking waitgroup v0.1.2 |
| 2715 | 2026-07-01T21:07:38.260Z | Checking rustls-pemfile v2.2.0 |
| 2716 | 2026-07-01T21:07:38.264Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2717 | 2026-07-01T21:07:38.339Z | Checking backon v1.6.0 |
| 2718 | 2026-07-01T21:07:38.354Z | Checking serde_path_to_error v0.1.20 |
| 2719 | 2026-07-01T21:07:38.395Z | Checking hostname v0.4.2 |
| 2720 | 2026-07-01T21:07:38.427Z | Checking instant v0.1.13 |
| 2721 | 2026-07-01T21:07:38.518Z | Checking backoff v0.4.0 |
| 2722 | 2026-07-01T21:07:38.521Z | Checking progenitor-extras v0.2.0 |
| 2723 | 2026-07-01T21:07:38.655Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2724 | 2026-07-01T21:07:38.687Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2725 | 2026-07-01T21:07:38.699Z | Checking itertools v0.14.0 |
| 2726 | 2026-07-01T21:07:38.724Z | Checking regress v0.10.5 |
| 2727 | 2026-07-01T21:07:38.866Z | Checking macaddr v1.0.1 |
| 2728 | 2026-07-01T21:07:39.064Z | Checking humantime v2.3.0 |
| 2729 | 2026-07-01T21:07:39.771Z | Compiling test-strategy v0.4.5 |
| 2730 | 2026-07-01T21:07:39.784Z | Checking parse-display v0.10.0 |
| 2731 | 2026-07-01T21:07:40.280Z | Compiling prettyplease v0.2.37 |
| 2732 | 2026-07-01T21:07:40.538Z | Checking num-rational v0.4.2 |
| 2733 | 2026-07-01T21:07:40.793Z | Checking num-complex v0.4.6 |
| 2734 | 2026-07-01T21:07:41.187Z | Checking num v0.4.3 |
| 2735 | 2026-07-01T21:07:41.252Z | Compiling usdt-macro v0.5.0 |
| 2736 | 2026-07-01T21:07:41.255Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2737 | 2026-07-01T21:07:41.345Z | Compiling usdt-attr-macro v0.5.0 |
| 2738 | 2026-07-01T21:07:41.395Z | Checking memmap v0.7.0 |
| 2739 | 2026-07-01T21:07:41.526Z | Compiling float-ord v0.3.2 |
| 2740 | 2026-07-01T21:07:41.624Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2741 | 2026-07-01T21:07:41.744Z | Compiling convert_case v0.4.0 |
| 2742 | 2026-07-01T21:07:41.807Z | Checking unicode-width v0.2.0 |
| 2743 | 2026-07-01T21:07:41.986Z | Checking newline-converter v0.3.0 |
| 2744 | 2026-07-01T21:07:42.080Z | Checking console v0.15.11 |
| 2745 | 2026-07-01T21:07:42.098Z | Compiling toml v0.8.23 |
| 2746 | 2026-07-01T21:07:42.143Z | Compiling derive_more v0.99.20 |
| 2747 | 2026-07-01T21:07:42.158Z | Checking usdt v0.5.0 |
| 2748 | 2026-07-01T21:07:42.322Z | Compiling minimal-lexical v0.2.1 |
| 2749 | 2026-07-01T21:07:42.355Z | Checking linked-hash-map v0.5.6 |
| 2750 | 2026-07-01T21:07:42.525Z | Checking lru-cache v0.1.2 |
| 2751 | 2026-07-01T21:07:42.576Z | Compiling nom v7.1.3 |
| 2752 | 2026-07-01T21:07:42.642Z | Checking expectorate v1.2.0 |
| 2753 | 2026-07-01T21:07:43.003Z | Checking camino-tempfile v1.4.1 |
| 2754 | 2026-07-01T21:07:43.094Z | Checking hickory-proto v0.24.4 |
| 2755 | 2026-07-01T21:07:43.163Z | Checking phf_shared v0.12.1 |
| 2756 | 2026-07-01T21:07:43.233Z | Compiling slog-dtrace v0.3.0 |
| 2757 | 2026-07-01T21:07:43.303Z | Checking resolv-conf v0.7.6 |
| 2758 | 2026-07-01T21:07:43.487Z | Compiling chrono-tz v0.10.4 |
| 2759 | 2026-07-01T21:07:43.676Z | Checking heck v0.5.0 |
| 2760 | 2026-07-01T21:07:43.780Z | Compiling unicode-xid v0.2.6 |
| 2761 | 2026-07-01T21:07:43.866Z | Checking phf v0.12.1 |
| 2762 | 2026-07-01T21:07:43.905Z | Compiling const_format_proc_macros v0.2.34 |
| 2763 | 2026-07-01T21:07:43.923Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2764 | 2026-07-01T21:07:44.006Z | Checking tokio-dtrace v0.1.1 |
| 2765 | 2026-07-01T21:07:44.190Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2766 | 2026-07-01T21:07:44.412Z | Compiling derive-where v1.6.0 |
| 2767 | 2026-07-01T21:07:44.722Z | Checking highway v1.3.0 |
| 2768 | 2026-07-01T21:07:44.738Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2769 | 2026-07-01T21:07:44.764Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2770 | 2026-07-01T21:07:44.890Z | Checking hickory-resolver v0.24.4 |
| 2771 | 2026-07-01T21:07:44.934Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2772 | 2026-07-01T21:07:45.258Z | Checking const_format v0.2.35 |
| 2773 | 2026-07-01T21:07:45.493Z | Checking oxide-tokio-rt v0.1.4 |
| 2774 | 2026-07-01T21:07:45.738Z | Checking qorb v0.4.1 |
| 2775 | 2026-07-01T21:07:45.884Z | Checking gethostname v0.5.0 |
| 2776 | 2026-07-01T21:07:45.994Z | Checking bcs v0.1.6 |
| 2777 | 2026-07-01T21:07:46.033Z | Checking termtree v0.5.1 |
| 2778 | 2026-07-01T21:07:46.295Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2779 | 2026-07-01T21:07:46.418Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2780 | 2026-07-01T21:07:46.511Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2781 | 2026-07-01T21:07:46.517Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2782 | 2026-07-01T21:07:49.455Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2783 | 2026-07-01T21:07:51.840Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2784 | 2026-07-01T21:07:53.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s |
| 2785 | 2026-07-01T21:07:54.110Z | |
| 2786 | 2026-07-01T21:07:54.110Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299) |
| 2787 | 2026-07-01T21:07:54.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-07-01T21:07:54.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-07-01T21:07:54.730Z | Compiling ar_archive_writer v0.5.1 |
| 2790 | 2026-07-01T21:07:54.840Z | Compiling stacker v0.1.23 |
| 2791 | 2026-07-01T21:07:54.849Z | Compiling cfg_aliases v0.1.1 |
| 2792 | 2026-07-01T21:07:54.853Z | Compiling convert_case v0.10.0 |
| 2793 | 2026-07-01T21:07:54.854Z | Checking unicode-width v0.1.14 |
| 2794 | 2026-07-01T21:07:54.865Z | Compiling proc-macro-error v1.0.4 |
| 2795 | 2026-07-01T21:07:54.877Z | Checking fd-lock v4.0.4 |
| 2796 | 2026-07-01T21:07:54.877Z | Checking nibble_vec v0.1.0 |
| 2797 | 2026-07-01T21:07:54.901Z | Compiling nix v0.28.0 |
| 2798 | 2026-07-01T21:07:54.987Z | Checking vte v0.14.1 |
| 2799 | 2026-07-01T21:07:55.003Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2800 | 2026-07-01T21:07:55.108Z | Checking endian-type v0.1.2 |
| 2801 | 2026-07-01T21:07:55.120Z | Checking bytecount v0.6.9 |
| 2802 | 2026-07-01T21:07:55.134Z | Checking strip-ansi-escapes v0.2.1 |
| 2803 | 2026-07-01T21:07:55.144Z | Compiling derive_more-impl v2.1.1 |
| 2804 | 2026-07-01T21:07:55.154Z | Compiling tabled_derive v0.7.0 |
| 2805 | 2026-07-01T21:07:55.210Z | Checking papergrid v0.11.0 |
| 2806 | 2026-07-01T21:07:55.227Z | Checking radix_trie v0.2.1 |
| 2807 | 2026-07-01T21:07:55.233Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2026-07-01T21:07:55.411Z | Compiling peg-macros v0.8.5 |
| 2809 | 2026-07-01T21:07:55.422Z | Compiling sqlparser_derive v0.5.0 |
| 2810 | 2026-07-01T21:07:55.648Z | Compiling psm v0.1.30 |
| 2811 | 2026-07-01T21:07:55.788Z | Checking winnow v0.6.26 |
| 2812 | 2026-07-01T21:07:55.865Z | Checking unicode_categories v0.1.1 |
| 2813 | 2026-07-01T21:07:55.950Z | Checking derive_more v2.1.1 |
| 2814 | 2026-07-01T21:07:55.960Z | Checking home v0.5.12 |
| 2815 | 2026-07-01T21:07:56.021Z | Checking nu-ansi-term v0.50.3 |
| 2816 | 2026-07-01T21:07:56.069Z | Checking crossterm v0.29.0 |
| 2817 | 2026-07-01T21:07:56.121Z | Checking tabled v0.15.0 |
| 2818 | 2026-07-01T21:07:56.190Z | Checking display-error-chain v0.2.2 |
| 2819 | 2026-07-01T21:07:56.224Z | Checking reedline v0.40.0 |
| 2820 | 2026-07-01T21:07:56.230Z | Checking rustyline v14.0.0 |
| 2821 | 2026-07-01T21:07:56.416Z | Checking recursive v0.1.1 |
| 2822 | 2026-07-01T21:07:56.506Z | Checking sqlparser v0.61.0 |
| 2823 | 2026-07-01T21:07:56.665Z | Checking peg v0.8.5 |
| 2824 | 2026-07-01T21:07:56.866Z | Checking sqlformat v0.3.5 |
| 2825 | 2026-07-01T21:08:07.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s |
| 2826 | 2026-07-01T21:08:07.792Z | |
| 2827 | 2026-07-01T21:08:07.792Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299) |
| 2828 | 2026-07-01T21:08:08.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-07-01T21:08:08.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-07-01T21:08:08.581Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-07-01T21:08:14.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 2832 | 2026-07-01T21:08:14.663Z | |
| 2833 | 2026-07-01T21:08:14.663Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299) |
| 2834 | 2026-07-01T21:08:14.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-07-01T21:08:14.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-07-01T21:08:14.663Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-07-01T21:08:15.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 2838 | 2026-07-01T21:08:15.206Z | |
| 2839 | 2026-07-01T21:08:15.206Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299) |
| 2840 | 2026-07-01T21:08:15.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-07-01T21:08:15.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-07-01T21:08:15.822Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-07-01T21:08:19.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
| 2844 | 2026-07-01T21:08:19.207Z | |
| 2845 | 2026-07-01T21:08:19.207Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299) |
| 2846 | 2026-07-01T21:08:19.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-07-01T21:08:19.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-07-01T21:08:19.832Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-07-01T21:08:23.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 2850 | 2026-07-01T21:08:23.252Z | |
| 2851 | 2026-07-01T21:08:23.252Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299) |
| 2852 | 2026-07-01T21:08:23.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-07-01T21:08:23.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-07-01T21:08:23.866Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-07-01T21:08:26.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 2856 | 2026-07-01T21:08:26.588Z | |
| 2857 | 2026-07-01T21:08:26.588Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299) |
| 2858 | 2026-07-01T21:08:27.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-07-01T21:08:27.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-07-01T21:08:27.207Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-07-01T21:08:29.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2862 | 2026-07-01T21:08:29.982Z | |
| 2863 | 2026-07-01T21:08:29.982Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299) |
| 2864 | 2026-07-01T21:08:30.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-07-01T21:08:30.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-07-01T21:08:30.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2867 | 2026-07-01T21:08:33.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 2868 | 2026-07-01T21:08:34.174Z | |
| 2869 | 2026-07-01T21:08:34.174Z | info: running `cargo check --bins` on oximeter (93/299) |
| 2870 | 2026-07-01T21:08:34.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-07-01T21:08:34.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-07-01T21:08:34.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2026-07-01T21:08:34.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2874 | 2026-07-01T21:08:34.705Z | |
| 2875 | 2026-07-01T21:08:34.706Z | info: running `cargo check --bins` on oximeter-schema (94/299) |
| 2876 | 2026-07-01T21:08:35.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-07-01T21:08:35.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-07-01T21:08:35.291Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2879 | 2026-07-01T21:08:35.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2880 | 2026-07-01T21:08:35.453Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2881 | 2026-07-01T21:08:35.799Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2882 | 2026-07-01T21:08:38.300Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2883 | 2026-07-01T21:08:39.520Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2884 | 2026-07-01T21:08:39.721Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2885 | 2026-07-01T21:08:40.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
| 2886 | 2026-07-01T21:08:40.530Z | |
| 2887 | 2026-07-01T21:08:40.530Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/299) |
| 2888 | 2026-07-01T21:08:40.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-07-01T21:08:40.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-07-01T21:08:40.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-07-01T21:08:40.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2892 | 2026-07-01T21:08:41.066Z | |
| 2893 | 2026-07-01T21:08:41.067Z | info: running `cargo check --bins` on oximeter-test-utils (96/299) |
| 2894 | 2026-07-01T21:08:41.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-07-01T21:08:41.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-07-01T21:08:41.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-07-01T21:08:41.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2898 | 2026-07-01T21:08:41.640Z | |
| 2899 | 2026-07-01T21:08:41.640Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299) |
| 2900 | 2026-07-01T21:08:42.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-07-01T21:08:42.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-07-01T21:08:42.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-07-01T21:08:42.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2904 | 2026-07-01T21:08:42.188Z | |
| 2905 | 2026-07-01T21:08:42.188Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299) |
| 2906 | 2026-07-01T21:08:42.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-07-01T21:08:42.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-07-01T21:08:42.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-07-01T21:08:42.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2910 | 2026-07-01T21:08:42.732Z | |
| 2911 | 2026-07-01T21:08:42.732Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299) |
| 2912 | 2026-07-01T21:08:43.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-07-01T21:08:43.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-07-01T21:08:43.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-07-01T21:08:43.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2916 | 2026-07-01T21:08:43.281Z | |
| 2917 | 2026-07-01T21:08:43.281Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299) |
| 2918 | 2026-07-01T21:08:43.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-07-01T21:08:43.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-07-01T21:08:43.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-07-01T21:08:43.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2922 | 2026-07-01T21:08:43.824Z | |
| 2923 | 2026-07-01T21:08:43.824Z | info: running `cargo check --bins` on trust-quorum-types (101/299) |
| 2924 | 2026-07-01T21:08:44.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-07-01T21:08:44.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-07-01T21:08:44.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-07-01T21:08:44.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2928 | 2026-07-01T21:08:44.364Z | |
| 2929 | 2026-07-01T21:08:44.364Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/299) |
| 2930 | 2026-07-01T21:08:44.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-07-01T21:08:44.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-07-01T21:08:44.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-07-01T21:08:44.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2934 | 2026-07-01T21:08:44.897Z | |
| 2935 | 2026-07-01T21:08:44.897Z | info: running `cargo check --bins` on update-engine (103/299) |
| 2936 | 2026-07-01T21:08:45.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-07-01T21:08:45.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-07-01T21:08:45.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-07-01T21:08:45.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2940 | 2026-07-01T21:08:45.451Z | |
| 2941 | 2026-07-01T21:08:45.451Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/299) |
| 2942 | 2026-07-01T21:08:45.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-07-01T21:08:45.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-07-01T21:08:46.091Z | Compiling crucible-workspace-hack v0.1.0 |
| 2945 | 2026-07-01T21:08:46.206Z | Checking secrecy v0.10.3 |
| 2946 | 2026-07-01T21:08:46.213Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2947 | 2026-07-01T21:08:46.216Z | Compiling heapless v0.8.0 |
| 2948 | 2026-07-01T21:08:46.225Z | Compiling ingot-macros v0.1.1 |
| 2949 | 2026-07-01T21:08:46.232Z | Checking hash32 v0.3.1 |
| 2950 | 2026-07-01T21:08:46.235Z | Checking inout v0.1.4 |
| 2951 | 2026-07-01T21:08:46.254Z | Compiling smoltcp v0.11.0 |
| 2952 | 2026-07-01T21:08:46.302Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2953 | 2026-07-01T21:08:46.354Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2954 | 2026-07-01T21:08:46.358Z | Checking cipher v0.4.4 |
| 2955 | 2026-07-01T21:08:46.428Z | Checking cobs v0.3.0 |
| 2956 | 2026-07-01T21:08:46.458Z | Checking universal-hash v0.5.1 |
| 2957 | 2026-07-01T21:08:46.531Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2958 | 2026-07-01T21:08:46.543Z | Checking half v2.7.1 |
| 2959 | 2026-07-01T21:08:46.563Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2960 | 2026-07-01T21:08:46.576Z | Checking opaque-debug v0.3.1 |
| 2961 | 2026-07-01T21:08:46.613Z | Checking ciborium-io v0.2.2 |
| 2962 | 2026-07-01T21:08:46.641Z | Checking poly1305 v0.8.0 |
| 2963 | 2026-07-01T21:08:46.698Z | Checking postcard v1.1.3 |
| 2964 | 2026-07-01T21:08:46.777Z | Checking chacha20 v0.9.1 |
| 2965 | 2026-07-01T21:08:46.797Z | Checking ciborium-ll v0.2.2 |
| 2966 | 2026-07-01T21:08:46.910Z | Compiling proc-macro-crate v3.4.0 |
| 2967 | 2026-07-01T21:08:46.965Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2968 | 2026-07-01T21:08:46.981Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2969 | 2026-07-01T21:08:47.025Z | Checking password-hash v0.5.0 |
| 2970 | 2026-07-01T21:08:47.250Z | Checking blake2 v0.10.6 |
| 2971 | 2026-07-01T21:08:47.277Z | Compiling proc-macro-crate v1.3.1 |
| 2972 | 2026-07-01T21:08:47.396Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2973 | 2026-07-01T21:08:47.413Z | Checking aead v0.5.2 |
| 2974 | 2026-07-01T21:08:47.466Z | Compiling num_enum_derive v0.7.6 |
| 2975 | 2026-07-01T21:08:47.482Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2976 | 2026-07-01T21:08:47.552Z | Compiling foreign-types-macros v0.2.3 |
| 2977 | 2026-07-01T21:08:47.633Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2978 | 2026-07-01T21:08:47.681Z | Checking foreign-types-shared v0.3.1 |
| 2979 | 2026-07-01T21:08:47.692Z | Compiling num_enum_derive v0.5.11 |
| 2980 | 2026-07-01T21:08:47.715Z | Checking thiserror-no-std v2.0.2 |
| 2981 | 2026-07-01T21:08:47.767Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2982 | 2026-07-01T21:08:47.801Z | Checking vsss-rs v3.3.4 |
| 2983 | 2026-07-01T21:08:47.873Z | Checking chacha20poly1305 v0.10.1 |
| 2984 | 2026-07-01T21:08:47.999Z | Checking argon2 v0.5.3 |
| 2985 | 2026-07-01T21:08:48.145Z | Checking foreign-types v0.5.0 |
| 2986 | 2026-07-01T21:08:48.212Z | Checking ciborium v0.2.2 |
| 2987 | 2026-07-01T21:08:48.340Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2988 | 2026-07-01T21:08:48.433Z | Checking tabwriter v1.4.1 |
| 2989 | 2026-07-01T21:08:48.505Z | Checking num_enum v0.7.6 |
| 2990 | 2026-07-01T21:08:48.578Z | Checking byte-wrapper v0.1.0 |
| 2991 | 2026-07-01T21:08:48.620Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2992 | 2026-07-01T21:08:48.620Z | Checking cstr-argument v0.1.2 |
| 2993 | 2026-07-01T21:08:48.647Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2994 | 2026-07-01T21:08:48.715Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2995 | 2026-07-01T21:08:48.750Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2996 | 2026-07-01T21:08:48.780Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2997 | 2026-07-01T21:08:48.894Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2998 | 2026-07-01T21:08:48.920Z | Checking num_enum v0.5.11 |
| 2999 | 2026-07-01T21:08:48.937Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3000 | 2026-07-01T21:08:49.031Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3001 | 2026-07-01T21:08:49.045Z | Checking ingot-types v0.1.2 |
| 3002 | 2026-07-01T21:08:49.057Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3003 | 2026-07-01T21:08:49.096Z | Checking rand v0.10.1 |
| 3004 | 2026-07-01T21:08:49.109Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3005 | 2026-07-01T21:08:49.156Z | Checking colored v3.1.1 |
| 3006 | 2026-07-01T21:08:49.193Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3007 | 2026-07-01T21:08:49.224Z | Checking indent_write v2.2.0 |
| 3008 | 2026-07-01T21:08:49.286Z | Compiling zone_cfg_derive v0.3.1 |
| 3009 | 2026-07-01T21:08:49.347Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3010 | 2026-07-01T21:08:49.363Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3011 | 2026-07-01T21:08:49.391Z | Checking ingot v0.1.1 |
| 3012 | 2026-07-01T21:08:49.405Z | Checking itertools v0.12.1 |
| 3013 | 2026-07-01T21:08:49.439Z | Compiling num-derive v0.4.2 |
| 3014 | 2026-07-01T21:08:49.517Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3015 | 2026-07-01T21:08:49.533Z | Checking swrite v0.1.0 |
| 3016 | 2026-07-01T21:08:49.617Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3017 | 2026-07-01T21:08:49.730Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3018 | 2026-07-01T21:08:49.883Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3019 | 2026-07-01T21:08:49.924Z | Checking dropshot-api-manager-types v0.7.2 |
| 3020 | 2026-07-01T21:08:49.937Z | Checking smf v0.2.3 |
| 3021 | 2026-07-01T21:08:49.991Z | Checking nanorand v0.7.0 |
| 3022 | 2026-07-01T21:08:50.007Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3023 | 2026-07-01T21:08:50.086Z | Checking whoami v1.6.1 |
| 3024 | 2026-07-01T21:08:50.163Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3025 | 2026-07-01T21:08:50.179Z | Checking flume v0.11.1 |
| 3026 | 2026-07-01T21:08:50.363Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3027 | 2026-07-01T21:08:50.406Z | Checking zone v0.3.1 |
| 3028 | 2026-07-01T21:08:50.919Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3029 | 2026-07-01T21:08:51.868Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3030 | 2026-07-01T21:08:52.759Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3031 | 2026-07-01T21:08:56.207Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3032 | 2026-07-01T21:08:58.252Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3033 | 2026-07-01T21:08:59.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
| 3034 | 2026-07-01T21:08:59.490Z | |
| 3035 | 2026-07-01T21:08:59.491Z | info: running `cargo check --bins` on clickhouse-admin-api (105/299) |
| 3036 | 2026-07-01T21:08:59.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-07-01T21:08:59.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-07-01T21:08:59.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-07-01T21:08:59.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3040 | 2026-07-01T21:09:00.029Z | |
| 3041 | 2026-07-01T21:09:00.029Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/299) |
| 3042 | 2026-07-01T21:09:00.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-07-01T21:09:00.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-07-01T21:09:00.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-07-01T21:09:00.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3046 | 2026-07-01T21:09:00.543Z | |
| 3047 | 2026-07-01T21:09:00.543Z | info: running `cargo check --bins` on bootstrap-agent-client (107/299) |
| 3048 | 2026-07-01T21:09:00.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-07-01T21:09:01.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-07-01T21:09:01.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-07-01T21:09:01.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3052 | 2026-07-01T21:09:01.081Z | |
| 3053 | 2026-07-01T21:09:01.081Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299) |
| 3054 | 2026-07-01T21:09:01.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-07-01T21:09:01.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-07-01T21:09:01.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-07-01T21:09:01.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3058 | 2026-07-01T21:09:01.622Z | |
| 3059 | 2026-07-01T21:09:01.622Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299) |
| 3060 | 2026-07-01T21:09:02.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-07-01T21:09:02.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-07-01T21:09:02.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-07-01T21:09:02.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3064 | 2026-07-01T21:09:02.151Z | |
| 3065 | 2026-07-01T21:09:02.151Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/299) |
| 3066 | 2026-07-01T21:09:02.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-07-01T21:09:02.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-07-01T21:09:02.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-07-01T21:09:02.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3070 | 2026-07-01T21:09:02.689Z | |
| 3071 | 2026-07-01T21:09:02.689Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/299) |
| 3072 | 2026-07-01T21:09:03.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-07-01T21:09:03.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-07-01T21:09:03.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-07-01T21:09:03.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3076 | 2026-07-01T21:09:03.237Z | |
| 3077 | 2026-07-01T21:09:03.237Z | info: running `cargo check --bins` on cockroach-admin-client (112/299) |
| 3078 | 2026-07-01T21:09:03.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-07-01T21:09:03.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-07-01T21:09:03.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-07-01T21:09:03.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3082 | 2026-07-01T21:09:03.738Z | |
| 3083 | 2026-07-01T21:09:03.738Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/299) |
| 3084 | 2026-07-01T21:09:04.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-07-01T21:09:04.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-07-01T21:09:04.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-07-01T21:09:04.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3088 | 2026-07-01T21:09:04.273Z | |
| 3089 | 2026-07-01T21:09:04.273Z | info: running `cargo check --bins` on dns-service-client (114/299) |
| 3090 | 2026-07-01T21:09:04.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-07-01T21:09:04.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-07-01T21:09:04.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-07-01T21:09:04.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3094 | 2026-07-01T21:09:04.809Z | |
| 3095 | 2026-07-01T21:09:04.809Z | info: running `cargo check --bins` on installinator-client (115/299) |
| 3096 | 2026-07-01T21:09:05.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-07-01T21:09:05.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-07-01T21:09:05.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-07-01T21:09:05.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3100 | 2026-07-01T21:09:05.336Z | |
| 3101 | 2026-07-01T21:09:05.336Z | info: running `cargo check --bins` on nexus-client (116/299) |
| 3102 | 2026-07-01T21:09:05.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-07-01T21:09:05.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-07-01T21:09:05.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-07-01T21:09:05.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3106 | 2026-07-01T21:09:05.898Z | |
| 3107 | 2026-07-01T21:09:05.898Z | info: running `cargo check --bins` on nexus-lockstep-client (117/299) |
| 3108 | 2026-07-01T21:09:06.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-07-01T21:09:06.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-07-01T21:09:06.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-07-01T21:09:06.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3112 | 2026-07-01T21:09:06.464Z | |
| 3113 | 2026-07-01T21:09:06.464Z | info: running `cargo check --bins` on ntp-admin-client (118/299) |
| 3114 | 2026-07-01T21:09:06.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-07-01T21:09:06.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-07-01T21:09:06.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-07-01T21:09:06.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3118 | 2026-07-01T21:09:06.984Z | |
| 3119 | 2026-07-01T21:09:06.984Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/299) |
| 3120 | 2026-07-01T21:09:07.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-07-01T21:09:07.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-07-01T21:09:07.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-07-01T21:09:07.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3124 | 2026-07-01T21:09:07.506Z | |
| 3125 | 2026-07-01T21:09:07.506Z | info: running `cargo check --bins` on oxide-client (120/299) |
| 3126 | 2026-07-01T21:09:07.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-07-01T21:09:07.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-07-01T21:09:07.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-07-01T21:09:07.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3130 | 2026-07-01T21:09:08.029Z | |
| 3131 | 2026-07-01T21:09:08.029Z | info: running `cargo check --bins` on oximeter-client (121/299) |
| 3132 | 2026-07-01T21:09:08.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-07-01T21:09:08.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-07-01T21:09:08.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-07-01T21:09:08.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3136 | 2026-07-01T21:09:08.564Z | |
| 3137 | 2026-07-01T21:09:08.565Z | info: running `cargo check --bins` on repo-depot-client (122/299) |
| 3138 | 2026-07-01T21:09:09.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-07-01T21:09:09.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-07-01T21:09:09.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-07-01T21:09:09.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3142 | 2026-07-01T21:09:09.085Z | |
| 3143 | 2026-07-01T21:09:09.085Z | info: running `cargo check --bins` on sled-agent-client (123/299) |
| 3144 | 2026-07-01T21:09:09.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-07-01T21:09:09.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-07-01T21:09:09.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-07-01T21:09:09.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3148 | 2026-07-01T21:09:09.622Z | |
| 3149 | 2026-07-01T21:09:09.622Z | info: running `cargo check --bins` on wicketd-client (124/299) |
| 3150 | 2026-07-01T21:09:10.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-07-01T21:09:10.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-07-01T21:09:10.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-07-01T21:09:10.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3154 | 2026-07-01T21:09:10.186Z | |
| 3155 | 2026-07-01T21:09:10.187Z | info: running `cargo check --bins` on installinator-common (125/299) |
| 3156 | 2026-07-01T21:09:10.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-07-01T21:09:10.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-07-01T21:09:10.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-07-01T21:09:10.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3160 | 2026-07-01T21:09:10.732Z | |
| 3161 | 2026-07-01T21:09:10.732Z | info: running `cargo check --bins` on installinator-common-versions (126/299) |
| 3162 | 2026-07-01T21:09:11.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-07-01T21:09:11.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-07-01T21:09:11.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-07-01T21:09:11.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3166 | 2026-07-01T21:09:11.256Z | |
| 3167 | 2026-07-01T21:09:11.256Z | info: running `cargo check --bins` on wicket-common (127/299) |
| 3168 | 2026-07-01T21:09:11.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-07-01T21:09:11.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-07-01T21:09:11.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-07-01T21:09:11.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3172 | 2026-07-01T21:09:11.803Z | |
| 3173 | 2026-07-01T21:09:11.803Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/299) |
| 3174 | 2026-07-01T21:09:12.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-07-01T21:09:12.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-07-01T21:09:12.442Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3177 | 2026-07-01T21:09:12.556Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3178 | 2026-07-01T21:09:12.561Z | Checking csv-core v0.1.13 |
| 3179 | 2026-07-01T21:09:12.566Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3180 | 2026-07-01T21:09:12.572Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3181 | 2026-07-01T21:09:12.572Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3182 | 2026-07-01T21:09:12.589Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3183 | 2026-07-01T21:09:12.600Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-07-01T21:09:12.708Z | Checking csv v1.4.0 |
| 3185 | 2026-07-01T21:09:12.742Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3186 | 2026-07-01T21:09:12.756Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3187 | 2026-07-01T21:09:12.778Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3188 | 2026-07-01T21:09:12.806Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3189 | 2026-07-01T21:09:13.046Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3190 | 2026-07-01T21:09:13.420Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3191 | 2026-07-01T21:09:13.420Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3192 | 2026-07-01T21:09:13.758Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3193 | 2026-07-01T21:09:19.759Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3194 | 2026-07-01T21:09:20.286Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3195 | 2026-07-01T21:09:22.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s |
| 3196 | 2026-07-01T21:09:26.673Z | |
| 3197 | 2026-07-01T21:09:26.675Z | info: running `cargo check --bins` on cockroach-admin-api (129/299) |
| 3198 | 2026-07-01T21:09:26.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-07-01T21:09:26.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-07-01T21:09:26.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-07-01T21:09:26.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3202 | 2026-07-01T21:09:26.675Z | |
| 3203 | 2026-07-01T21:09:26.675Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299) |
| 3204 | 2026-07-01T21:09:26.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-07-01T21:09:26.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-07-01T21:09:26.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-07-01T21:09:26.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3208 | 2026-07-01T21:09:26.675Z | |
| 3209 | 2026-07-01T21:09:26.675Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299) |
| 3210 | 2026-07-01T21:09:26.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-07-01T21:09:26.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-07-01T21:09:26.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-07-01T21:09:26.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3214 | 2026-07-01T21:09:26.675Z | |
| 3215 | 2026-07-01T21:09:26.675Z | info: running `cargo check --bins` on gateway-test-utils (132/299) |
| 3216 | 2026-07-01T21:09:26.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-07-01T21:09:26.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-07-01T21:09:26.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-07-01T21:09:26.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3220 | 2026-07-01T21:09:26.793Z | |
| 3221 | 2026-07-01T21:09:26.793Z | info: running `cargo check --bins` on omicron-gateway (133/299) |
| 3222 | 2026-07-01T21:09:26.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-07-01T21:09:26.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-07-01T21:09:26.793Z | Compiling regress v0.11.1 |
| 3225 | 2026-07-01T21:09:26.793Z | Compiling unsafe-libyaml v0.2.11 |
| 3226 | 2026-07-01T21:09:26.793Z | Compiling radium v0.7.0 |
| 3227 | 2026-07-01T21:09:26.793Z | Compiling semver v0.1.20 |
| 3228 | 2026-07-01T21:09:26.793Z | Checking nom v8.0.0 |
| 3229 | 2026-07-01T21:09:26.794Z | Checking tap v1.0.1 |
| 3230 | 2026-07-01T21:09:26.794Z | Compiling maybe-uninit v2.0.0 |
| 3231 | 2026-07-01T21:09:26.794Z | Checking wyz v0.5.1 |
| 3232 | 2026-07-01T21:09:26.794Z | Compiling rustc_version v0.1.7 |
| 3233 | 2026-07-01T21:09:26.794Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3234 | 2026-07-01T21:09:26.794Z | Compiling zerocopy-derive v0.6.6 |
| 3235 | 2026-07-01T21:09:26.794Z | Checking funty v2.0.0 |
| 3236 | 2026-07-01T21:09:26.794Z | Compiling newtype_derive v0.1.6 |
| 3237 | 2026-07-01T21:09:26.794Z | Compiling serde_yaml v0.9.34+deprecated |
| 3238 | 2026-07-01T21:09:26.819Z | Checking crc-catalog v2.4.0 |
| 3239 | 2026-07-01T21:09:26.820Z | Compiling owo-colors v4.3.0 |
| 3240 | 2026-07-01T21:09:26.826Z | Compiling packed_struct v0.10.1 |
| 3241 | 2026-07-01T21:09:27.076Z | Compiling cancel-safe-futures v0.1.5 |
| 3242 | 2026-07-01T21:09:27.165Z | Checking crc v3.4.0 |
| 3243 | 2026-07-01T21:09:27.218Z | Checking zerocopy v0.6.6 |
| 3244 | 2026-07-01T21:09:27.315Z | Checking bitvec v1.0.1 |
| 3245 | 2026-07-01T21:09:27.449Z | Checking typify-impl v0.6.2 |
| 3246 | 2026-07-01T21:09:27.505Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3247 | 2026-07-01T21:09:27.789Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3248 | 2026-07-01T21:09:27.987Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3249 | 2026-07-01T21:09:28.023Z | Compiling packed_struct_codegen v0.10.1 |
| 3250 | 2026-07-01T21:09:28.115Z | Checking libsw-core v0.3.2 |
| 3251 | 2026-07-01T21:09:28.132Z | Compiling bitfield-macros v0.19.4 |
| 3252 | 2026-07-01T21:09:28.259Z | Compiling indexmap v1.9.3 |
| 3253 | 2026-07-01T21:09:28.471Z | Checking nodrop v0.1.14 |
| 3254 | 2026-07-01T21:09:28.564Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3255 | 2026-07-01T21:09:28.602Z | Checking array-init v0.0.4 |
| 3256 | 2026-07-01T21:09:28.636Z | Checking libsw v3.5.0 |
| 3257 | 2026-07-01T21:09:28.652Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3258 | 2026-07-01T21:09:28.789Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3259 | 2026-07-01T21:09:28.860Z | Checking bitfield v0.19.4 |
| 3260 | 2026-07-01T21:09:28.895Z | Checking smallvec v0.6.14 |
| 3261 | 2026-07-01T21:09:28.962Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3262 | 2026-07-01T21:09:29.137Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3263 | 2026-07-01T21:09:29.156Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3264 | 2026-07-01T21:09:29.256Z | Checking base64 v0.21.7 |
| 3265 | 2026-07-01T21:09:29.322Z | Checking linear-map v1.2.0 |
| 3266 | 2026-07-01T21:09:29.384Z | Checking hashbrown v0.12.3 |
| 3267 | 2026-07-01T21:09:29.489Z | Checking unicode-linebreak v0.1.5 |
| 3268 | 2026-07-01T21:09:29.492Z | Checking smawk v0.3.2 |
| 3269 | 2026-07-01T21:09:29.619Z | Checking tagptr v0.2.0 |
| 3270 | 2026-07-01T21:09:29.633Z | Checking ron v0.8.1 |
| 3271 | 2026-07-01T21:09:29.669Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3272 | 2026-07-01T21:09:29.714Z | Checking textwrap v0.16.2 |
| 3273 | 2026-07-01T21:09:29.755Z | Checking moka v0.12.13 |
| 3274 | 2026-07-01T21:09:29.921Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3275 | 2026-07-01T21:09:30.093Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3276 | 2026-07-01T21:09:30.114Z | Checking steno v0.4.1 |
| 3277 | 2026-07-01T21:09:30.139Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3278 | 2026-07-01T21:09:30.153Z | Checking serde-hex v0.1.0 |
| 3279 | 2026-07-01T21:09:30.398Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3280 | 2026-07-01T21:09:30.556Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3281 | 2026-07-01T21:09:30.889Z | Checking hashbrown v0.13.2 |
| 3282 | 2026-07-01T21:09:30.954Z | Checking crc-any v2.5.0 |
| 3283 | 2026-07-01T21:09:31.101Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3284 | 2026-07-01T21:09:31.132Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3285 | 2026-07-01T21:09:31.146Z | Checking hickory-resolver v0.25.2 |
| 3286 | 2026-07-01T21:09:31.293Z | Checking sha1 v0.10.6 |
| 3287 | 2026-07-01T21:09:31.320Z | Checking object v0.30.4 |
| 3288 | 2026-07-01T21:09:31.338Z | Checking utf-8 v0.7.6 |
| 3289 | 2026-07-01T21:09:31.456Z | Checking half v1.8.3 |
| 3290 | 2026-07-01T21:09:31.470Z | Checking void v1.0.2 |
| 3291 | 2026-07-01T21:09:31.574Z | Checking path-slash v0.1.5 |
| 3292 | 2026-07-01T21:09:31.629Z | Checking lzss v0.8.2 |
| 3293 | 2026-07-01T21:09:31.653Z | Checking serde_cbor v0.11.2 |
| 3294 | 2026-07-01T21:09:31.680Z | Checking tungstenite v0.23.0 |
| 3295 | 2026-07-01T21:09:31.881Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3296 | 2026-07-01T21:09:31.935Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-07-01T21:09:31.970Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3298 | 2026-07-01T21:09:31.990Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3299 | 2026-07-01T21:09:32.064Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3300 | 2026-07-01T21:09:32.088Z | Checking nix v0.27.1 |
| 3301 | 2026-07-01T21:09:32.092Z | Checking kstat-rs v0.2.4 |
| 3302 | 2026-07-01T21:09:32.123Z | Checking fxhash v0.2.1 |
| 3303 | 2026-07-01T21:09:32.240Z | Checking serde_bytes v0.11.19 |
| 3304 | 2026-07-01T21:09:32.285Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3305 | 2026-07-01T21:09:32.300Z | Checking tokio-tungstenite v0.23.1 |
| 3306 | 2026-07-01T21:09:32.305Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3307 | 2026-07-01T21:09:32.420Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3308 | 2026-07-01T21:09:32.570Z | Checking signal-hook-tokio v0.3.1 |
| 3309 | 2026-07-01T21:09:33.157Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3310 | 2026-07-01T21:09:33.390Z | Compiling typify v0.6.2 |
| 3311 | 2026-07-01T21:09:33.468Z | Compiling progenitor-impl v0.14.0 |
| 3312 | 2026-07-01T21:09:34.392Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3313 | 2026-07-01T21:09:34.422Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3314 | 2026-07-01T21:09:34.875Z | Compiling progenitor-macro v0.14.0 |
| 3315 | 2026-07-01T21:09:37.149Z | Checking progenitor v0.14.0 |
| 3316 | 2026-07-01T21:09:37.259Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3317 | 2026-07-01T21:09:37.262Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3318 | 2026-07-01T21:09:39.889Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3319 | 2026-07-01T21:09:48.053Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3320 | 2026-07-01T21:09:54.571Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3321 | 2026-07-01T21:09:55.934Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3322 | 2026-07-01T21:09:56.421Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3323 | 2026-07-01T21:09:58.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s |
| 3324 | 2026-07-01T21:09:58.662Z | |
| 3325 | 2026-07-01T21:09:58.662Z | info: running `cargo check --bins` on gateway-api (134/299) |
| 3326 | 2026-07-01T21:09:59.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2026-07-01T21:09:59.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2026-07-01T21:09:59.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3329 | 2026-07-01T21:09:59.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3330 | 2026-07-01T21:09:59.192Z | |
| 3331 | 2026-07-01T21:09:59.192Z | info: running `cargo check --bins` on ipcc (135/299) |
| 3332 | 2026-07-01T21:09:59.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2026-07-01T21:09:59.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2026-07-01T21:09:59.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2026-07-01T21:09:59.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3336 | 2026-07-01T21:09:59.724Z | |
| 3337 | 2026-07-01T21:09:59.724Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299) |
| 3338 | 2026-07-01T21:10:00.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2026-07-01T21:10:00.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2026-07-01T21:10:00.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2026-07-01T21:10:00.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3342 | 2026-07-01T21:10:00.241Z | |
| 3343 | 2026-07-01T21:10:00.241Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299) |
| 3344 | 2026-07-01T21:10:00.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-07-01T21:10:00.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-07-01T21:10:00.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2026-07-01T21:10:00.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3348 | 2026-07-01T21:10:00.784Z | |
| 3349 | 2026-07-01T21:10:00.784Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299) |
| 3350 | 2026-07-01T21:10:01.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2026-07-01T21:10:01.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2026-07-01T21:10:01.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2026-07-01T21:10:01.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3354 | 2026-07-01T21:10:01.317Z | |
| 3355 | 2026-07-01T21:10:01.318Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299) |
| 3356 | 2026-07-01T21:10:01.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2026-07-01T21:10:01.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2026-07-01T21:10:01.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2026-07-01T21:10:01.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3360 | 2026-07-01T21:10:01.846Z | |
| 3361 | 2026-07-01T21:10:01.846Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299) |
| 3362 | 2026-07-01T21:10:02.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2026-07-01T21:10:02.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2026-07-01T21:10:02.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2026-07-01T21:10:02.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3366 | 2026-07-01T21:10:02.379Z | |
| 3367 | 2026-07-01T21:10:02.379Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299) |
| 3368 | 2026-07-01T21:10:02.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-07-01T21:10:02.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-07-01T21:10:02.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-07-01T21:10:02.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3372 | 2026-07-01T21:10:02.929Z | |
| 3373 | 2026-07-01T21:10:02.929Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299) |
| 3374 | 2026-07-01T21:10:03.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-07-01T21:10:03.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-07-01T21:10:03.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-07-01T21:10:03.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3378 | 2026-07-01T21:10:03.463Z | |
| 3379 | 2026-07-01T21:10:03.463Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299) |
| 3380 | 2026-07-01T21:10:03.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-07-01T21:10:03.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-07-01T21:10:03.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-07-01T21:10:03.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3384 | 2026-07-01T21:10:03.997Z | |
| 3385 | 2026-07-01T21:10:03.997Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299) |
| 3386 | 2026-07-01T21:10:04.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-07-01T21:10:04.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-07-01T21:10:04.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-07-01T21:10:04.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3390 | 2026-07-01T21:10:04.530Z | |
| 3391 | 2026-07-01T21:10:04.530Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299) |
| 3392 | 2026-07-01T21:10:04.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-07-01T21:10:04.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-07-01T21:10:04.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-07-01T21:10:04.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3396 | 2026-07-01T21:10:05.066Z | |
| 3397 | 2026-07-01T21:10:05.066Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299) |
| 3398 | 2026-07-01T21:10:05.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-07-01T21:10:05.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-07-01T21:10:05.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-07-01T21:10:05.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3402 | 2026-07-01T21:10:05.588Z | |
| 3403 | 2026-07-01T21:10:05.588Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299) |
| 3404 | 2026-07-01T21:10:06.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-07-01T21:10:06.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-07-01T21:10:06.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-07-01T21:10:06.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3408 | 2026-07-01T21:10:06.120Z | |
| 3409 | 2026-07-01T21:10:06.120Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299) |
| 3410 | 2026-07-01T21:10:06.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-07-01T21:10:06.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-07-01T21:10:06.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3413 | 2026-07-01T21:10:06.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3414 | 2026-07-01T21:10:06.676Z | |
| 3415 | 2026-07-01T21:10:06.676Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299) |
| 3416 | 2026-07-01T21:10:07.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-07-01T21:10:07.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-07-01T21:10:07.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-07-01T21:10:07.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3420 | 2026-07-01T21:10:07.224Z | |
| 3421 | 2026-07-01T21:10:07.225Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299) |
| 3422 | 2026-07-01T21:10:07.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-07-01T21:10:07.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-07-01T21:10:07.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-07-01T21:10:07.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3426 | 2026-07-01T21:10:07.771Z | |
| 3427 | 2026-07-01T21:10:07.771Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299) |
| 3428 | 2026-07-01T21:10:08.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-07-01T21:10:08.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-07-01T21:10:08.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-07-01T21:10:08.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3432 | 2026-07-01T21:10:08.317Z | |
| 3433 | 2026-07-01T21:10:08.317Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299) |
| 3434 | 2026-07-01T21:10:08.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-07-01T21:10:08.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-07-01T21:10:08.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3437 | 2026-07-01T21:10:08.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3438 | 2026-07-01T21:10:08.974Z | |
| 3439 | 2026-07-01T21:10:08.974Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299) |
| 3440 | 2026-07-01T21:10:09.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-07-01T21:10:09.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-07-01T21:10:09.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-07-01T21:10:09.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3444 | 2026-07-01T21:10:09.419Z | |
| 3445 | 2026-07-01T21:10:09.419Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299) |
| 3446 | 2026-07-01T21:10:09.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-07-01T21:10:09.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-07-01T21:10:09.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-07-01T21:10:09.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3450 | 2026-07-01T21:10:09.972Z | |
| 3451 | 2026-07-01T21:10:09.972Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299) |
| 3452 | 2026-07-01T21:10:10.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-07-01T21:10:10.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-07-01T21:10:10.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3455 | 2026-07-01T21:10:10.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3456 | 2026-07-01T21:10:10.518Z | |
| 3457 | 2026-07-01T21:10:10.518Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299) |
| 3458 | 2026-07-01T21:10:10.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-07-01T21:10:10.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-07-01T21:10:10.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-07-01T21:10:10.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3462 | 2026-07-01T21:10:11.066Z | |
| 3463 | 2026-07-01T21:10:11.066Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299) |
| 3464 | 2026-07-01T21:10:11.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-07-01T21:10:11.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-07-01T21:10:11.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-07-01T21:10:11.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3468 | 2026-07-01T21:10:11.633Z | |
| 3469 | 2026-07-01T21:10:11.633Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299) |
| 3470 | 2026-07-01T21:10:12.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-07-01T21:10:12.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-07-01T21:10:12.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-07-01T21:10:12.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3474 | 2026-07-01T21:10:12.130Z | |
| 3475 | 2026-07-01T21:10:12.130Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299) |
| 3476 | 2026-07-01T21:10:12.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-07-01T21:10:12.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-07-01T21:10:12.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-07-01T21:10:12.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3480 | 2026-07-01T21:10:12.658Z | |
| 3481 | 2026-07-01T21:10:12.658Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299) |
| 3482 | 2026-07-01T21:10:13.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-07-01T21:10:13.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-07-01T21:10:13.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-07-01T21:10:13.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3486 | 2026-07-01T21:10:13.193Z | |
| 3487 | 2026-07-01T21:10:13.193Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299) |
| 3488 | 2026-07-01T21:10:13.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-07-01T21:10:13.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-07-01T21:10:13.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-07-01T21:10:13.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3492 | 2026-07-01T21:10:13.724Z | |
| 3493 | 2026-07-01T21:10:13.724Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299) |
| 3494 | 2026-07-01T21:10:14.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-07-01T21:10:14.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-07-01T21:10:14.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-07-01T21:10:14.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3498 | 2026-07-01T21:10:14.257Z | |
| 3499 | 2026-07-01T21:10:14.257Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299) |
| 3500 | 2026-07-01T21:10:14.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-07-01T21:10:14.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-07-01T21:10:14.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-07-01T21:10:14.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3504 | 2026-07-01T21:10:14.783Z | |
| 3505 | 2026-07-01T21:10:14.783Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299) |
| 3506 | 2026-07-01T21:10:15.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-07-01T21:10:15.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-07-01T21:10:15.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-07-01T21:10:15.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3510 | 2026-07-01T21:10:15.313Z | |
| 3511 | 2026-07-01T21:10:15.313Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299) |
| 3512 | 2026-07-01T21:10:15.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-07-01T21:10:15.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-07-01T21:10:15.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-07-01T21:10:15.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3516 | 2026-07-01T21:10:15.850Z | |
| 3517 | 2026-07-01T21:10:15.850Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299) |
| 3518 | 2026-07-01T21:10:16.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-07-01T21:10:16.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-07-01T21:10:16.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-07-01T21:10:16.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3522 | 2026-07-01T21:10:16.393Z | |
| 3523 | 2026-07-01T21:10:16.393Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299) |
| 3524 | 2026-07-01T21:10:16.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-07-01T21:10:16.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-07-01T21:10:16.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-07-01T21:10:16.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3528 | 2026-07-01T21:10:16.941Z | |
| 3529 | 2026-07-01T21:10:16.941Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299) |
| 3530 | 2026-07-01T21:10:17.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-07-01T21:10:17.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-07-01T21:10:17.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-07-01T21:10:17.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3534 | 2026-07-01T21:10:17.489Z | |
| 3535 | 2026-07-01T21:10:17.489Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299) |
| 3536 | 2026-07-01T21:10:17.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-07-01T21:10:17.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-07-01T21:10:17.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-07-01T21:10:17.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3540 | 2026-07-01T21:10:18.038Z | |
| 3541 | 2026-07-01T21:10:18.038Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299) |
| 3542 | 2026-07-01T21:10:18.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-07-01T21:10:18.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-07-01T21:10:18.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-07-01T21:10:18.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3546 | 2026-07-01T21:10:18.589Z | |
| 3547 | 2026-07-01T21:10:18.589Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299) |
| 3548 | 2026-07-01T21:10:19.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-07-01T21:10:19.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-07-01T21:10:19.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-07-01T21:10:19.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3552 | 2026-07-01T21:10:19.143Z | |
| 3553 | 2026-07-01T21:10:19.143Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299) |
| 3554 | 2026-07-01T21:10:19.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-07-01T21:10:19.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-07-01T21:10:19.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-07-01T21:10:19.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3558 | 2026-07-01T21:10:19.690Z | |
| 3559 | 2026-07-01T21:10:19.690Z | info: running `cargo check --bins` on oximeter-producer (173/299) |
| 3560 | 2026-07-01T21:10:20.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-07-01T21:10:20.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-07-01T21:10:20.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-07-01T21:10:20.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3564 | 2026-07-01T21:10:20.259Z | |
| 3565 | 2026-07-01T21:10:20.259Z | info: running `cargo check --bins` on internal-dns-resolver (174/299) |
| 3566 | 2026-07-01T21:10:20.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-07-01T21:10:20.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-07-01T21:10:20.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-07-01T21:10:20.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3570 | 2026-07-01T21:10:20.793Z | |
| 3571 | 2026-07-01T21:10:20.793Z | info: running `cargo check --bins` on dns-server (175/299) |
| 3572 | 2026-07-01T21:10:21.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-07-01T21:10:21.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-07-01T21:10:21.385Z | Compiling parking_lot_core v0.8.6 |
| 3575 | 2026-07-01T21:10:21.388Z | Compiling git-stub v1.0.0 |
| 3576 | 2026-07-01T21:10:21.388Z | Checking prefix-trie v0.7.0 |
| 3577 | 2026-07-01T21:10:21.388Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3578 | 2026-07-01T21:10:21.611Z | Compiling git-stub-vcs v0.1.0 |
| 3579 | 2026-07-01T21:10:21.772Z | Checking hickory-server v0.25.2 |
| 3580 | 2026-07-01T21:10:21.888Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3581 | 2026-07-01T21:10:21.900Z | Checking parking_lot v0.11.2 |
| 3582 | 2026-07-01T21:10:21.950Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3583 | 2026-07-01T21:10:21.953Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3584 | 2026-07-01T21:10:22.062Z | Checking sled v0.34.7 |
| 3585 | 2026-07-01T21:10:23.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 3586 | 2026-07-01T21:10:24.082Z | |
| 3587 | 2026-07-01T21:10:24.082Z | info: running `cargo check --bins` on dns-server-api (176/299) |
| 3588 | 2026-07-01T21:10:24.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-07-01T21:10:24.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-07-01T21:10:24.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-07-01T21:10:24.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3592 | 2026-07-01T21:10:24.611Z | |
| 3593 | 2026-07-01T21:10:24.611Z | info: running `cargo check --bins` on oximeter-producer-api (177/299) |
| 3594 | 2026-07-01T21:10:25.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-07-01T21:10:25.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-07-01T21:10:25.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-07-01T21:10:25.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3598 | 2026-07-01T21:10:25.144Z | |
| 3599 | 2026-07-01T21:10:25.144Z | info: running `cargo check --bins` on sp-sim (178/299) |
| 3600 | 2026-07-01T21:10:25.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-07-01T21:10:25.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-07-01T21:10:25.804Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3603 | 2026-07-01T21:10:27.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 3604 | 2026-07-01T21:10:27.722Z | |
| 3605 | 2026-07-01T21:10:27.722Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299) |
| 3606 | 2026-07-01T21:10:28.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-07-01T21:10:28.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-07-01T21:10:28.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-07-01T21:10:28.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3610 | 2026-07-01T21:10:28.302Z | |
| 3611 | 2026-07-01T21:10:28.302Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299) |
| 3612 | 2026-07-01T21:10:28.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-07-01T21:10:28.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-07-01T21:10:28.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-07-01T21:10:28.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3616 | 2026-07-01T21:10:28.879Z | |
| 3617 | 2026-07-01T21:10:28.879Z | info: running `cargo check --bins` on db-macros (181/299) |
| 3618 | 2026-07-01T21:10:29.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-07-01T21:10:29.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-07-01T21:10:29.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-07-01T21:10:29.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3622 | 2026-07-01T21:10:29.395Z | |
| 3623 | 2026-07-01T21:10:29.396Z | info: running `cargo check --bins` on nexus-macros-common (182/299) |
| 3624 | 2026-07-01T21:10:29.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-07-01T21:10:29.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-07-01T21:10:29.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-07-01T21:10:29.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3628 | 2026-07-01T21:10:29.906Z | |
| 3629 | 2026-07-01T21:10:29.907Z | info: running `cargo check --bins` on nexus-auth (183/299) |
| 3630 | 2026-07-01T21:10:30.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-07-01T21:10:30.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-07-01T21:10:30.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3633 | 2026-07-01T21:10:30.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3634 | 2026-07-01T21:10:30.487Z | |
| 3635 | 2026-07-01T21:10:30.487Z | info: running `cargo check --bins` on authz-macros (184/299) |
| 3636 | 2026-07-01T21:10:30.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-07-01T21:10:30.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-07-01T21:10:30.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3639 | 2026-07-01T21:10:30.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3640 | 2026-07-01T21:10:30.998Z | |
| 3641 | 2026-07-01T21:10:30.998Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/299) |
| 3642 | 2026-07-01T21:10:31.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-07-01T21:10:31.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-07-01T21:10:31.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3645 | 2026-07-01T21:10:31.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3646 | 2026-07-01T21:10:31.568Z | |
| 3647 | 2026-07-01T21:10:31.568Z | info: running `cargo check --bins` on nexus-db-model (186/299) |
| 3648 | 2026-07-01T21:10:32.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-07-01T21:10:32.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-07-01T21:10:32.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2026-07-01T21:10:32.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3652 | 2026-07-01T21:10:32.139Z | |
| 3653 | 2026-07-01T21:10:32.139Z | info: running `cargo check --bins` on nexus-db-schema (187/299) |
| 3654 | 2026-07-01T21:10:32.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-07-01T21:10:32.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-07-01T21:10:32.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3657 | 2026-07-01T21:10:32.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3658 | 2026-07-01T21:10:32.655Z | |
| 3659 | 2026-07-01T21:10:32.655Z | info: running `cargo check --bins` on omicron-rpaths (188/299) |
| 3660 | 2026-07-01T21:10:33.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-07-01T21:10:33.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-07-01T21:10:33.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3663 | 2026-07-01T21:10:33.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3664 | 2026-07-01T21:10:33.165Z | |
| 3665 | 2026-07-01T21:10:33.166Z | info: running `cargo check --bins` on nexus-defaults (189/299) |
| 3666 | 2026-07-01T21:10:33.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-07-01T21:10:33.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-07-01T21:10:33.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2026-07-01T21:10:33.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3670 | 2026-07-01T21:10:33.692Z | |
| 3671 | 2026-07-01T21:10:33.692Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/299) |
| 3672 | 2026-07-01T21:10:34.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-07-01T21:10:34.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-07-01T21:10:34.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3675 | 2026-07-01T21:10:34.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3676 | 2026-07-01T21:10:34.210Z | |
| 3677 | 2026-07-01T21:10:34.210Z | info: running `cargo check --bins` on parallel-task-set (191/299) |
| 3678 | 2026-07-01T21:10:34.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-07-01T21:10:34.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-07-01T21:10:34.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-07-01T21:10:34.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3682 | 2026-07-01T21:10:34.718Z | |
| 3683 | 2026-07-01T21:10:34.719Z | info: running `cargo check --bins` on omicron-git-version (192/299) |
| 3684 | 2026-07-01T21:10:35.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-07-01T21:10:35.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-07-01T21:10:35.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-07-01T21:10:35.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3688 | 2026-07-01T21:10:35.232Z | |
| 3689 | 2026-07-01T21:10:35.232Z | info: running `cargo check --bins` on nexus-db-errors (193/299) |
| 3690 | 2026-07-01T21:10:35.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-07-01T21:10:35.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-07-01T21:10:35.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-07-01T21:10:35.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3694 | 2026-07-01T21:10:35.814Z | |
| 3695 | 2026-07-01T21:10:35.815Z | info: running `cargo check --bins` on nexus-db-lookup (194/299) |
| 3696 | 2026-07-01T21:10:36.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-07-01T21:10:36.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-07-01T21:10:36.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-07-01T21:10:36.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3700 | 2026-07-01T21:10:36.401Z | |
| 3701 | 2026-07-01T21:10:36.401Z | info: running `cargo check --bins` on nexus-inventory (195/299) |
| 3702 | 2026-07-01T21:10:36.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-07-01T21:10:36.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-07-01T21:10:36.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-07-01T21:10:36.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3706 | 2026-07-01T21:10:36.976Z | |
| 3707 | 2026-07-01T21:10:36.976Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299) |
| 3708 | 2026-07-01T21:10:37.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-07-01T21:10:37.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-07-01T21:10:37.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-07-01T21:10:37.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3712 | 2026-07-01T21:10:37.534Z | |
| 3713 | 2026-07-01T21:10:37.534Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/299) |
| 3714 | 2026-07-01T21:10:37.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-07-01T21:10:37.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-07-01T21:10:37.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-07-01T21:10:38.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3718 | 2026-07-01T21:10:38.090Z | |
| 3719 | 2026-07-01T21:10:38.090Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299) |
| 3720 | 2026-07-01T21:10:38.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-07-01T21:10:38.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-07-01T21:10:38.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-07-01T21:10:38.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3724 | 2026-07-01T21:10:38.643Z | |
| 3725 | 2026-07-01T21:10:38.643Z | info: running `cargo check --bins` on key-manager (199/299) |
| 3726 | 2026-07-01T21:10:39.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-07-01T21:10:39.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-07-01T21:10:39.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-07-01T21:10:39.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3730 | 2026-07-01T21:10:39.185Z | |
| 3731 | 2026-07-01T21:10:39.185Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/299) |
| 3732 | 2026-07-01T21:10:39.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-07-01T21:10:39.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-07-01T21:10:39.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-07-01T21:10:39.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3736 | 2026-07-01T21:10:39.745Z | |
| 3737 | 2026-07-01T21:10:39.745Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299) |
| 3738 | 2026-07-01T21:10:40.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-07-01T21:10:40.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-07-01T21:10:40.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-07-01T21:10:40.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3742 | 2026-07-01T21:10:40.301Z | |
| 3743 | 2026-07-01T21:10:40.301Z | info: running `cargo check --bins` on typed-rng (202/299) |
| 3744 | 2026-07-01T21:10:40.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-07-01T21:10:40.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-07-01T21:10:40.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-07-01T21:10:40.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3748 | 2026-07-01T21:10:40.822Z | |
| 3749 | 2026-07-01T21:10:40.822Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299) |
| 3750 | 2026-07-01T21:10:41.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-07-01T21:10:41.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-07-01T21:10:41.614Z | Compiling libefi-sys v0.1.0 |
| 3753 | 2026-07-01T21:10:41.744Z | Compiling bitfield-struct v0.6.2 |
| 3754 | 2026-07-01T21:10:41.753Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3755 | 2026-07-01T21:10:41.762Z | Compiling xshell-macros v0.2.7 |
| 3756 | 2026-07-01T21:10:41.774Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3757 | 2026-07-01T21:10:41.787Z | Compiling salty v0.3.0 |
| 3758 | 2026-07-01T21:10:41.801Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3759 | 2026-07-01T21:10:41.816Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3760 | 2026-07-01T21:10:41.816Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3761 | 2026-07-01T21:10:41.935Z | Checking rfc6979 v0.4.0 |
| 3762 | 2026-07-01T21:10:42.062Z | Checking ecdsa v0.16.9 |
| 3763 | 2026-07-01T21:10:42.090Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3764 | 2026-07-01T21:10:42.125Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3765 | 2026-07-01T21:10:42.148Z | Checking xshell v0.2.7 |
| 3766 | 2026-07-01T21:10:42.260Z | Checking primeorder v0.13.6 |
| 3767 | 2026-07-01T21:10:42.275Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3768 | 2026-07-01T21:10:42.288Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3769 | 2026-07-01T21:10:42.303Z | Checking tungstenite v0.21.0 |
| 3770 | 2026-07-01T21:10:42.364Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3771 | 2026-07-01T21:10:42.400Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3772 | 2026-07-01T21:10:42.446Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3773 | 2026-07-01T21:10:42.498Z | Checking p384 v0.13.1 |
| 3774 | 2026-07-01T21:10:42.517Z | Compiling num-derive v0.3.3 |
| 3775 | 2026-07-01T21:10:42.595Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3776 | 2026-07-01T21:10:42.673Z | Compiling proc-macro-error2 v2.0.1 |
| 3777 | 2026-07-01T21:10:42.716Z | Checking tokio-tungstenite v0.21.0 |
| 3778 | 2026-07-01T21:10:42.770Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3779 | 2026-07-01T21:10:42.818Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3780 | 2026-07-01T21:10:42.832Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3781 | 2026-07-01T21:10:42.904Z | Checking papergrid v0.17.0 |
| 3782 | 2026-07-01T21:10:42.973Z | Compiling tabled_derive v0.11.0 |
| 3783 | 2026-07-01T21:10:42.988Z | Compiling progenitor-impl v0.13.0 |
| 3784 | 2026-07-01T21:10:43.029Z | Checking testing_table v0.3.0 |
| 3785 | 2026-07-01T21:10:43.096Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3786 | 2026-07-01T21:10:43.123Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3787 | 2026-07-01T21:10:43.139Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3788 | 2026-07-01T21:10:43.326Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-07-01T21:10:43.345Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3790 | 2026-07-01T21:10:43.409Z | Checking libscf-sys v1.1.0 |
| 3791 | 2026-07-01T21:10:43.534Z | Checking corncobs v0.1.4 |
| 3792 | 2026-07-01T21:10:43.549Z | Compiling unicase v2.9.0 |
| 3793 | 2026-07-01T21:10:43.552Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3794 | 2026-07-01T21:10:43.660Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3795 | 2026-07-01T21:10:43.693Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3796 | 2026-07-01T21:10:43.748Z | Compiling mime_guess v2.0.5 |
| 3797 | 2026-07-01T21:10:43.762Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3798 | 2026-07-01T21:10:43.792Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3799 | 2026-07-01T21:10:43.850Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3800 | 2026-07-01T21:10:44.098Z | Checking progenitor-client v0.13.0 |
| 3801 | 2026-07-01T21:10:44.129Z | Checking tabled v0.20.0 |
| 3802 | 2026-07-01T21:10:44.307Z | Checking secrecy v0.8.0 |
| 3803 | 2026-07-01T21:10:44.332Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3804 | 2026-07-01T21:10:44.351Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3805 | 2026-07-01T21:10:44.373Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3806 | 2026-07-01T21:10:44.580Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3807 | 2026-07-01T21:10:44.713Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3808 | 2026-07-01T21:10:44.799Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3809 | 2026-07-01T21:10:44.813Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3810 | 2026-07-01T21:10:44.828Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3811 | 2026-07-01T21:10:44.980Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3812 | 2026-07-01T21:10:45.062Z | Checking filetime v0.2.27 |
| 3813 | 2026-07-01T21:10:45.200Z | Checking http-range v0.1.5 |
| 3814 | 2026-07-01T21:10:45.250Z | Checking xattr v1.6.1 |
| 3815 | 2026-07-01T21:10:45.303Z | Checking crc8 v0.1.1 |
| 3816 | 2026-07-01T21:10:45.382Z | Checking tar v0.4.45 |
| 3817 | 2026-07-01T21:10:45.398Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3818 | 2026-07-01T21:10:45.523Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3819 | 2026-07-01T21:10:45.540Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3820 | 2026-07-01T21:10:45.555Z | Compiling progenitor-macro v0.13.0 |
| 3821 | 2026-07-01T21:10:45.595Z | Checking illumos-nvpair v0.3.0 |
| 3822 | 2026-07-01T21:10:45.747Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3823 | 2026-07-01T21:10:45.765Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3824 | 2026-07-01T21:10:45.781Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3825 | 2026-07-01T21:10:46.124Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3826 | 2026-07-01T21:10:46.167Z | Checking atty v0.2.14 |
| 3827 | 2026-07-01T21:10:46.194Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3828 | 2026-07-01T21:10:46.258Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3829 | 2026-07-01T21:10:46.274Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3830 | 2026-07-01T21:10:46.365Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3831 | 2026-07-01T21:10:46.411Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3832 | 2026-07-01T21:10:46.465Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3833 | 2026-07-01T21:10:46.499Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3834 | 2026-07-01T21:10:46.708Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3835 | 2026-07-01T21:10:46.724Z | Checking hyper-staticfile v0.10.1 |
| 3836 | 2026-07-01T21:10:46.829Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3837 | 2026-07-01T21:10:46.910Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3838 | 2026-07-01T21:10:47.025Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3839 | 2026-07-01T21:10:47.086Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3840 | 2026-07-01T21:10:47.295Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3841 | 2026-07-01T21:10:47.363Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3842 | 2026-07-01T21:10:47.591Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3843 | 2026-07-01T21:10:47.888Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3844 | 2026-07-01T21:10:48.467Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3845 | 2026-07-01T21:10:48.937Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3846 | 2026-07-01T21:10:49.340Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3847 | 2026-07-01T21:10:49.664Z | Checking progenitor v0.13.0 |
| 3848 | 2026-07-01T21:10:49.795Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3849 | 2026-07-01T21:10:51.736Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3850 | 2026-07-01T21:10:55.061Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3851 | 2026-07-01T21:11:05.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s |
| 3852 | 2026-07-01T21:11:06.115Z | |
| 3853 | 2026-07-01T21:11:06.115Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299) |
| 3854 | 2026-07-01T21:11:06.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-07-01T21:11:06.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-07-01T21:11:06.842Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-07-01T21:11:17.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3858 | 2026-07-01T21:11:17.675Z | |
| 3859 | 2026-07-01T21:11:17.675Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299) |
| 3860 | 2026-07-01T21:11:18.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-07-01T21:11:18.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-07-01T21:11:18.398Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-07-01T21:11:29.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3864 | 2026-07-01T21:11:29.205Z | |
| 3865 | 2026-07-01T21:11:29.205Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299) |
| 3866 | 2026-07-01T21:11:29.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-07-01T21:11:29.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-07-01T21:11:29.924Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-07-01T21:11:40.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3870 | 2026-07-01T21:11:40.780Z | |
| 3871 | 2026-07-01T21:11:40.781Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299) |
| 3872 | 2026-07-01T21:11:41.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-07-01T21:11:41.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-07-01T21:11:41.507Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-07-01T21:11:52.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3876 | 2026-07-01T21:11:52.345Z | |
| 3877 | 2026-07-01T21:11:52.345Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299) |
| 3878 | 2026-07-01T21:11:52.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-07-01T21:11:52.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-07-01T21:11:53.072Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-07-01T21:12:03.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3882 | 2026-07-01T21:12:04.020Z | |
| 3883 | 2026-07-01T21:12:04.020Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299) |
| 3884 | 2026-07-01T21:12:04.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-07-01T21:12:04.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-07-01T21:12:04.741Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-07-01T21:12:15.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3888 | 2026-07-01T21:12:15.593Z | |
| 3889 | 2026-07-01T21:12:15.593Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299) |
| 3890 | 2026-07-01T21:12:16.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-07-01T21:12:16.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-07-01T21:12:16.322Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3893 | 2026-07-01T21:12:27.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3894 | 2026-07-01T21:12:27.208Z | |
| 3895 | 2026-07-01T21:12:27.208Z | info: running `cargo check --bins` on bootstrap-agent-api (211/299) |
| 3896 | 2026-07-01T21:12:27.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-07-01T21:12:27.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-07-01T21:12:27.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-07-01T21:12:27.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3900 | 2026-07-01T21:12:27.733Z | |
| 3901 | 2026-07-01T21:12:27.733Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299) |
| 3902 | 2026-07-01T21:12:28.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-07-01T21:12:28.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-07-01T21:12:28.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-07-01T21:12:28.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3906 | 2026-07-01T21:12:28.275Z | |
| 3907 | 2026-07-01T21:12:28.275Z | info: running `cargo check --bins` on range-requests (213/299) |
| 3908 | 2026-07-01T21:12:28.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-07-01T21:12:28.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-07-01T21:12:28.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-07-01T21:12:28.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3912 | 2026-07-01T21:12:28.800Z | |
| 3913 | 2026-07-01T21:12:28.801Z | info: running `cargo check --bins` on repo-depot-api (214/299) |
| 3914 | 2026-07-01T21:12:29.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-07-01T21:12:29.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-07-01T21:12:29.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-07-01T21:12:29.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3918 | 2026-07-01T21:12:29.338Z | |
| 3919 | 2026-07-01T21:12:29.338Z | info: running `cargo check --bins` on sled-agent-api (215/299) |
| 3920 | 2026-07-01T21:12:29.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-07-01T21:12:29.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-07-01T21:12:29.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-07-01T21:12:29.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3924 | 2026-07-01T21:12:29.877Z | |
| 3925 | 2026-07-01T21:12:29.877Z | info: running `cargo check --bins` on sled-diagnostics (216/299) |
| 3926 | 2026-07-01T21:12:30.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-07-01T21:12:30.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-07-01T21:12:30.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-07-01T21:12:30.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3930 | 2026-07-01T21:12:30.432Z | |
| 3931 | 2026-07-01T21:12:30.432Z | info: running `cargo check --bins` on zfs-test-harness (217/299) |
| 3932 | 2026-07-01T21:12:30.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-07-01T21:12:30.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-07-01T21:12:30.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-07-01T21:12:30.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3936 | 2026-07-01T21:12:30.983Z | |
| 3937 | 2026-07-01T21:12:30.983Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299) |
| 3938 | 2026-07-01T21:12:31.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-07-01T21:12:31.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-07-01T21:12:31.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-07-01T21:12:31.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3942 | 2026-07-01T21:12:31.543Z | |
| 3943 | 2026-07-01T21:12:31.543Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299) |
| 3944 | 2026-07-01T21:12:32.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-07-01T21:12:32.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-07-01T21:12:32.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-07-01T21:12:32.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3948 | 2026-07-01T21:12:32.113Z | |
| 3949 | 2026-07-01T21:12:32.113Z | info: running `cargo check --bins` on sled-agent-early-networking (220/299) |
| 3950 | 2026-07-01T21:12:32.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-07-01T21:12:32.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-07-01T21:12:32.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-07-01T21:12:32.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3954 | 2026-07-01T21:12:32.658Z | |
| 3955 | 2026-07-01T21:12:32.658Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/299) |
| 3956 | 2026-07-01T21:12:33.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-07-01T21:12:33.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-07-01T21:12:33.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-07-01T21:12:33.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3960 | 2026-07-01T21:12:33.209Z | |
| 3961 | 2026-07-01T21:12:33.209Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299) |
| 3962 | 2026-07-01T21:12:33.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-07-01T21:12:33.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-07-01T21:12:33.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-07-01T21:12:33.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3966 | 2026-07-01T21:12:33.779Z | |
| 3967 | 2026-07-01T21:12:33.779Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299) |
| 3968 | 2026-07-01T21:12:34.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-07-01T21:12:34.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-07-01T21:12:34.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-07-01T21:12:34.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3972 | 2026-07-01T21:12:34.331Z | |
| 3973 | 2026-07-01T21:12:34.331Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/299) |
| 3974 | 2026-07-01T21:12:34.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-07-01T21:12:34.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-07-01T21:12:34.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-07-01T21:12:34.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3978 | 2026-07-01T21:12:34.887Z | |
| 3979 | 2026-07-01T21:12:34.887Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/299) |
| 3980 | 2026-07-01T21:12:35.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-07-01T21:12:35.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-07-01T21:12:35.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-07-01T21:12:35.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3984 | 2026-07-01T21:12:35.470Z | |
| 3985 | 2026-07-01T21:12:35.470Z | info: running `cargo check --bins` on trust-quorum (226/299) |
| 3986 | 2026-07-01T21:12:35.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-07-01T21:12:35.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-07-01T21:12:35.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-07-01T21:12:35.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3990 | 2026-07-01T21:12:36.040Z | |
| 3991 | 2026-07-01T21:12:36.041Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299) |
| 3992 | 2026-07-01T21:12:36.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-07-01T21:12:36.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-07-01T21:12:36.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-07-01T21:12:36.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3996 | 2026-07-01T21:12:36.604Z | |
| 3997 | 2026-07-01T21:12:36.604Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/299) |
| 3998 | 2026-07-01T21:12:37.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-07-01T21:12:37.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-07-01T21:12:37.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-07-01T21:12:37.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4002 | 2026-07-01T21:12:37.186Z | |
| 4003 | 2026-07-01T21:12:37.186Z | info: running `cargo check --bins` on update-common (229/299) |
| 4004 | 2026-07-01T21:12:37.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-07-01T21:12:37.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-07-01T21:12:37.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-07-01T21:12:37.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4008 | 2026-07-01T21:12:37.724Z | |
| 4009 | 2026-07-01T21:12:37.724Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299) |
| 4010 | 2026-07-01T21:12:38.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-07-01T21:12:38.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-07-01T21:12:38.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-07-01T21:12:38.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4014 | 2026-07-01T21:12:38.314Z | |
| 4015 | 2026-07-01T21:12:38.314Z | info: running `cargo check --bins` on omicron-deployment-graph (231/299) |
| 4016 | 2026-07-01T21:12:38.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-07-01T21:12:38.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-07-01T21:12:38.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-07-01T21:12:38.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4020 | 2026-07-01T21:12:38.839Z | |
| 4021 | 2026-07-01T21:12:38.840Z | info: running `cargo check --bins` on reconfigurator-cli (232/299) |
| 4022 | 2026-07-01T21:12:39.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-07-01T21:12:39.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-07-01T21:12:39.564Z | Compiling fs-err v2.11.0 |
| 4025 | 2026-07-01T21:12:39.567Z | Checking ignore v0.4.25 |
| 4026 | 2026-07-01T21:12:39.567Z | Checking arc-swap v1.8.2 |
| 4027 | 2026-07-01T21:12:39.719Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4028 | 2026-07-01T21:12:39.719Z | Checking predicates-tree v1.0.13 |
| 4029 | 2026-07-01T21:12:39.734Z | Checking parse-size v1.1.0 |
| 4030 | 2026-07-01T21:12:39.734Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4031 | 2026-07-01T21:12:39.748Z | Checking rand_seeder v0.4.0 |
| 4032 | 2026-07-01T21:12:39.798Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4033 | 2026-07-01T21:12:39.829Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4034 | 2026-07-01T21:12:39.873Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4035 | 2026-07-01T21:12:39.885Z | Checking slog-scope v4.4.1 |
| 4036 | 2026-07-01T21:12:39.935Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4037 | 2026-07-01T21:12:40.010Z | Checking slog-stdlog v4.1.1 |
| 4038 | 2026-07-01T21:12:40.037Z | Compiling petname v2.0.2 |
| 4039 | 2026-07-01T21:12:40.049Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4040 | 2026-07-01T21:12:40.056Z | Checking globwalk v0.9.1 |
| 4041 | 2026-07-01T21:12:40.118Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4042 | 2026-07-01T21:12:40.133Z | Checking slog-envlogger v2.2.0 |
| 4043 | 2026-07-01T21:12:40.241Z | Checking camino-tempfile-ext v0.3.3 |
| 4044 | 2026-07-01T21:12:40.290Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4045 | 2026-07-01T21:12:40.307Z | Checking sapling-renderdag v0.1.0 |
| 4046 | 2026-07-01T21:12:40.432Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4047 | 2026-07-01T21:12:40.476Z | Checking subprocess v0.2.15 |
| 4048 | 2026-07-01T21:12:40.544Z | Checking sync-ptr v0.1.4 |
| 4049 | 2026-07-01T21:12:40.632Z | Checking colored v2.2.0 |
| 4050 | 2026-07-01T21:12:40.648Z | Checking assert_matches v1.5.0 |
| 4051 | 2026-07-01T21:12:40.751Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4052 | 2026-07-01T21:12:40.915Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4053 | 2026-07-01T21:12:40.921Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4054 | 2026-07-01T21:12:41.615Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4055 | 2026-07-01T21:12:42.928Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4056 | 2026-07-01T21:12:45.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s |
| 4057 | 2026-07-01T21:12:45.254Z | |
| 4058 | 2026-07-01T21:12:45.254Z | info: running `cargo check --bins` on omicron-repl-utils (233/299) |
| 4059 | 2026-07-01T21:12:45.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-07-01T21:12:45.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-07-01T21:12:45.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-07-01T21:12:45.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4063 | 2026-07-01T21:12:45.775Z | |
| 4064 | 2026-07-01T21:12:45.775Z | info: running `cargo check --bins` on transient-dns-server (234/299) |
| 4065 | 2026-07-01T21:12:46.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-07-01T21:12:46.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-07-01T21:12:46.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-07-01T21:12:46.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4069 | 2026-07-01T21:12:46.318Z | |
| 4070 | 2026-07-01T21:12:46.318Z | info: running `cargo check --bins` on nexus-test-interface (235/299) |
| 4071 | 2026-07-01T21:12:46.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-07-01T21:12:46.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-07-01T21:12:46.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-07-01T21:12:46.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4075 | 2026-07-01T21:12:46.924Z | |
| 4076 | 2026-07-01T21:12:46.924Z | info: running `cargo check --bins` on oximeter-collector (236/299) |
| 4077 | 2026-07-01T21:12:47.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-07-01T21:12:47.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-07-01T21:12:47.588Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4080 | 2026-07-01T21:12:47.588Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4081 | 2026-07-01T21:12:48.208Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4082 | 2026-07-01T21:12:49.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 4083 | 2026-07-01T21:12:50.014Z | |
| 4084 | 2026-07-01T21:12:50.014Z | info: running `cargo check --bins` on oximeter-api (237/299) |
| 4085 | 2026-07-01T21:12:50.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-07-01T21:12:50.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-07-01T21:12:50.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4088 | 2026-07-01T21:12:50.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4089 | 2026-07-01T21:12:50.496Z | |
| 4090 | 2026-07-01T21:12:50.496Z | info: running `cargo check --bins` on cert-dev (238/299) |
| 4091 | 2026-07-01T21:12:50.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-07-01T21:12:50.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-07-01T21:12:51.039Z | Checking yasna v0.5.2 |
| 4094 | 2026-07-01T21:12:51.466Z | Checking rcgen v0.12.1 |
| 4095 | 2026-07-01T21:12:51.666Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4096 | 2026-07-01T21:12:51.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4097 | 2026-07-01T21:12:52.010Z | |
| 4098 | 2026-07-01T21:12:52.010Z | info: running `cargo check --bins` on clickana (239/299) |
| 4099 | 2026-07-01T21:12:52.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-07-01T21:12:52.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-07-01T21:12:52.618Z | Compiling darling_core v0.23.0 |
| 4102 | 2026-07-01T21:12:52.708Z | Compiling instability v0.3.11 |
| 4103 | 2026-07-01T21:12:52.740Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4104 | 2026-07-01T21:12:52.740Z | Checking castaway v0.2.4 |
| 4105 | 2026-07-01T21:12:52.740Z | Compiling indoc v2.0.7 |
| 4106 | 2026-07-01T21:12:52.793Z | Checking unicode-truncate v1.1.0 |
| 4107 | 2026-07-01T21:12:52.793Z | Checking lru v0.12.5 |
| 4108 | 2026-07-01T21:12:52.793Z | Checking cassowary v0.3.0 |
| 4109 | 2026-07-01T21:12:52.850Z | Checking compact_str v0.8.1 |
| 4110 | 2026-07-01T21:12:54.037Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4111 | 2026-07-01T21:12:54.123Z | Compiling darling_macro v0.23.0 |
| 4112 | 2026-07-01T21:12:54.254Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4113 | 2026-07-01T21:12:54.543Z | Compiling darling v0.23.0 |
| 4114 | 2026-07-01T21:12:55.169Z | Checking ratatui v0.29.0 |
| 4115 | 2026-07-01T21:12:56.226Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4116 | 2026-07-01T21:12:56.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 4117 | 2026-07-01T21:12:57.038Z | |
| 4118 | 2026-07-01T21:12:57.038Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/299) |
| 4119 | 2026-07-01T21:12:57.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-07-01T21:12:57.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-07-01T21:12:57.807Z | Checking headers-core v0.3.0 |
| 4122 | 2026-07-01T21:12:57.815Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4123 | 2026-07-01T21:12:57.890Z | Checking headers v0.4.1 |
| 4124 | 2026-07-01T21:12:58.267Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4125 | 2026-07-01T21:12:59.109Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4126 | 2026-07-01T21:12:59.570Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4127 | 2026-07-01T21:12:59.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
| 4128 | 2026-07-01T21:13:00.137Z | |
| 4129 | 2026-07-01T21:13:00.137Z | info: running `cargo check --bins` on ch-dev (241/299) |
| 4130 | 2026-07-01T21:13:00.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-07-01T21:13:00.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-07-01T21:13:00.795Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4133 | 2026-07-01T21:13:01.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4134 | 2026-07-01T21:13:01.707Z | |
| 4135 | 2026-07-01T21:13:01.707Z | info: running `cargo check --bins` on dev-tools-common (242/299) |
| 4136 | 2026-07-01T21:13:02.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-07-01T21:13:02.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-07-01T21:13:02.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4139 | 2026-07-01T21:13:02.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 4140 | 2026-07-01T21:13:02.112Z | |
| 4141 | 2026-07-01T21:13:02.112Z | info: running `cargo check --bins` on crdb-seed (243/299) |
| 4142 | 2026-07-01T21:13:02.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-07-01T21:13:02.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-07-01T21:13:02.823Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4145 | 2026-07-01T21:13:03.761Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4146 | 2026-07-01T21:13:04.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 4147 | 2026-07-01T21:13:04.261Z | |
| 4148 | 2026-07-01T21:13:04.261Z | info: running `cargo check --bins` on db-dev (244/299) |
| 4149 | 2026-07-01T21:13:04.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-07-01T21:13:04.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-07-01T21:13:04.921Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4152 | 2026-07-01T21:13:05.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4153 | 2026-07-01T21:13:05.876Z | |
| 4154 | 2026-07-01T21:13:05.876Z | info: running `cargo check --bins` on omicron-dev-lib (245/299) |
| 4155 | 2026-07-01T21:13:10.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-07-01T21:13:10.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-07-01T21:13:10.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-07-01T21:13:10.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4159 | 2026-07-01T21:13:10.708Z | |
| 4160 | 2026-07-01T21:13:10.708Z | info: running `cargo check --bins` on xtask-downloader (246/299) |
| 4161 | 2026-07-01T21:13:10.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-07-01T21:13:10.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-07-01T21:13:10.711Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4164 | 2026-07-01T21:13:10.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4165 | 2026-07-01T21:13:10.712Z | |
| 4166 | 2026-07-01T21:13:10.712Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/299) |
| 4167 | 2026-07-01T21:13:10.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-07-01T21:13:10.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-07-01T21:13:10.712Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4170 | 2026-07-01T21:13:10.712Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4171 | 2026-07-01T21:13:10.712Z | Checking git-stub v1.0.0 |
| 4172 | 2026-07-01T21:13:10.712Z | Compiling trait-variant v0.1.2 |
| 4173 | 2026-07-01T21:13:10.713Z | Checking is_ci v1.2.0 |
| 4174 | 2026-07-01T21:13:10.713Z | Checking maplit v1.0.2 |
| 4175 | 2026-07-01T21:13:10.713Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4176 | 2026-07-01T21:13:10.713Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4177 | 2026-07-01T21:13:10.713Z | Checking supports-color v3.0.2 |
| 4178 | 2026-07-01T21:13:10.713Z | Checking drift v0.2.0 |
| 4179 | 2026-07-01T21:13:10.713Z | Checking git-stub-vcs v0.1.0 |
| 4180 | 2026-07-01T21:13:10.713Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4181 | 2026-07-01T21:13:10.713Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4182 | 2026-07-01T21:13:10.713Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4183 | 2026-07-01T21:13:10.714Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4184 | 2026-07-01T21:13:10.714Z | Checking dropshot-api-manager v0.7.2 |
| 4185 | 2026-07-01T21:13:10.714Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4186 | 2026-07-01T21:13:10.714Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4187 | 2026-07-01T21:13:10.714Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4188 | 2026-07-01T21:13:10.714Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4189 | 2026-07-01T21:13:10.714Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4190 | 2026-07-01T21:13:10.807Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4191 | 2026-07-01T21:13:11.991Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4192 | 2026-07-01T21:13:12.577Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4193 | 2026-07-01T21:13:13.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 4194 | 2026-07-01T21:13:13.184Z | |
| 4195 | 2026-07-01T21:13:13.184Z | info: running `cargo check --bins` on installinator-api (248/299) |
| 4196 | 2026-07-01T21:13:13.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-07-01T21:13:13.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-07-01T21:13:13.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-07-01T21:13:13.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4200 | 2026-07-01T21:13:13.723Z | |
| 4201 | 2026-07-01T21:13:13.723Z | info: running `cargo check --bins` on nexus-external-api (249/299) |
| 4202 | 2026-07-01T21:13:14.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-07-01T21:13:14.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-07-01T21:13:14.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-07-01T21:13:14.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4206 | 2026-07-01T21:13:14.306Z | |
| 4207 | 2026-07-01T21:13:14.306Z | info: running `cargo check --bins` on nexus-internal-api (250/299) |
| 4208 | 2026-07-01T21:13:14.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-07-01T21:13:14.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-07-01T21:13:14.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-07-01T21:13:14.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4212 | 2026-07-01T21:13:14.888Z | |
| 4213 | 2026-07-01T21:13:14.888Z | info: running `cargo check --bins` on nexus-lockstep-api (251/299) |
| 4214 | 2026-07-01T21:13:15.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-07-01T21:13:15.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-07-01T21:13:15.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-07-01T21:13:15.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4218 | 2026-07-01T21:13:15.469Z | |
| 4219 | 2026-07-01T21:13:15.469Z | info: running `cargo check --bins` on ntp-admin-api (252/299) |
| 4220 | 2026-07-01T21:13:15.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-07-01T21:13:15.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-07-01T21:13:15.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-07-01T21:13:15.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4224 | 2026-07-01T21:13:16.009Z | |
| 4225 | 2026-07-01T21:13:16.009Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/299) |
| 4226 | 2026-07-01T21:13:16.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-07-01T21:13:16.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-07-01T21:13:16.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-07-01T21:13:16.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4230 | 2026-07-01T21:13:16.535Z | |
| 4231 | 2026-07-01T21:13:16.535Z | info: running `cargo check --bins` on wicketd-api (254/299) |
| 4232 | 2026-07-01T21:13:17.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-07-01T21:13:17.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-07-01T21:13:17.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4235 | 2026-07-01T21:13:17.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4236 | 2026-07-01T21:13:17.084Z | |
| 4237 | 2026-07-01T21:13:17.084Z | info: running `cargo check --bins` on omicron-ls-apis (255/299) |
| 4238 | 2026-07-01T21:13:17.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4239 | 2026-07-01T21:13:17.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4240 | 2026-07-01T21:13:17.644Z | Checking cargo-platform v0.3.2 |
| 4241 | 2026-07-01T21:13:17.652Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4242 | 2026-07-01T21:13:17.877Z | Checking cargo_metadata v0.23.1 |
| 4243 | 2026-07-01T21:13:18.465Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4244 | 2026-07-01T21:13:19.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 4245 | 2026-07-01T21:13:19.339Z | |
| 4246 | 2026-07-01T21:13:19.339Z | info: running `cargo check --bins` on mgs-dev (256/299) |
| 4247 | 2026-07-01T21:13:19.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-07-01T21:13:19.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-07-01T21:13:20.015Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4250 | 2026-07-01T21:13:20.608Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4251 | 2026-07-01T21:13:21.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4252 | 2026-07-01T21:13:21.277Z | |
| 4253 | 2026-07-01T21:13:21.277Z | info: running `cargo check --bins` on omicron-omdb (257/299) |
| 4254 | 2026-07-01T21:13:21.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-07-01T21:13:21.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-07-01T21:13:22.182Z | Compiling vergen-lib v0.1.6 |
| 4257 | 2026-07-01T21:13:22.183Z | Compiling diesel_derives v2.3.7 |
| 4258 | 2026-07-01T21:13:22.183Z | Compiling dsl_auto_type v0.2.0 |
| 4259 | 2026-07-01T21:13:22.186Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4260 | 2026-07-01T21:13:22.186Z | Checking scheduled-thread-pool v0.2.7 |
| 4261 | 2026-07-01T21:13:22.186Z | Compiling vergen-gitcl v1.0.8 |
| 4262 | 2026-07-01T21:13:22.186Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4263 | 2026-07-01T21:13:22.371Z | Compiling dirs-sys-next v0.1.2 |
| 4264 | 2026-07-01T21:13:22.453Z | Compiling crunchy v0.2.4 |
| 4265 | 2026-07-01T21:13:22.517Z | Compiling glob v0.3.3 |
| 4266 | 2026-07-01T21:13:22.535Z | Checking r2d2 v0.8.10 |
| 4267 | 2026-07-01T21:13:22.626Z | Compiling dirs-next v2.0.0 |
| 4268 | 2026-07-01T21:13:22.671Z | Checking downcast-rs v2.0.2 |
| 4269 | 2026-07-01T21:13:22.707Z | Compiling tiny-keccak v2.0.2 |
| 4270 | 2026-07-01T21:13:22.759Z | Compiling term v0.7.0 |
| 4271 | 2026-07-01T21:13:22.774Z | Compiling bit-vec v0.6.3 |
| 4272 | 2026-07-01T21:13:22.893Z | Compiling clang-sys v1.8.1 |
| 4273 | 2026-07-01T21:13:22.989Z | Compiling bit-set v0.5.3 |
| 4274 | 2026-07-01T21:13:23.006Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4275 | 2026-07-01T21:13:23.147Z | Compiling ascii-canvas v3.0.0 |
| 4276 | 2026-07-01T21:13:23.206Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4277 | 2026-07-01T21:13:23.283Z | Compiling itertools v0.10.5 |
| 4278 | 2026-07-01T21:13:23.300Z | Compiling ena v0.14.4 |
| 4279 | 2026-07-01T21:13:23.335Z | Compiling libloading v0.8.9 |
| 4280 | 2026-07-01T21:13:23.356Z | Compiling diff v0.1.13 |
| 4281 | 2026-07-01T21:13:23.377Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4282 | 2026-07-01T21:13:23.392Z | Compiling bindgen v0.71.1 |
| 4283 | 2026-07-01T21:13:23.503Z | Compiling regex-syntax v0.6.29 |
| 4284 | 2026-07-01T21:13:23.636Z | Compiling cexpr v0.6.0 |
| 4285 | 2026-07-01T21:13:23.849Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4286 | 2026-07-01T21:13:23.975Z | Compiling rustc-hash v2.1.1 |
| 4287 | 2026-07-01T21:13:24.108Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4288 | 2026-07-01T21:13:24.239Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4289 | 2026-07-01T21:13:24.321Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4290 | 2026-07-01T21:13:24.351Z | Compiling libxml v0.3.3 |
| 4291 | 2026-07-01T21:13:24.552Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4292 | 2026-07-01T21:13:24.571Z | Compiling strum_macros v0.24.3 |
| 4293 | 2026-07-01T21:13:24.614Z | Compiling indoc v1.0.9 |
| 4294 | 2026-07-01T21:13:25.069Z | Compiling lalrpop v0.19.12 |
| 4295 | 2026-07-01T21:13:25.392Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4296 | 2026-07-01T21:13:25.585Z | Checking derive_builder v0.20.2 |
| 4297 | 2026-07-01T21:13:25.602Z | Compiling oso-derive v0.27.3 |
| 4298 | 2026-07-01T21:13:25.702Z | Checking quick-xml v0.37.5 |
| 4299 | 2026-07-01T21:13:25.914Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4300 | 2026-07-01T21:13:26.105Z | Checking openssl-probe v0.1.6 |
| 4301 | 2026-07-01T21:13:26.242Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4302 | 2026-07-01T21:13:26.581Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4303 | 2026-07-01T21:13:26.820Z | Checking bb8 v0.8.6 |
| 4304 | 2026-07-01T21:13:27.040Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4305 | 2026-07-01T21:13:27.113Z | Checking nonempty v0.12.0 |
| 4306 | 2026-07-01T21:13:27.116Z | Compiling libz-sys v1.1.24 |
| 4307 | 2026-07-01T21:13:27.271Z | Compiling strsim v0.10.0 |
| 4308 | 2026-07-01T21:13:27.287Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4309 | 2026-07-01T21:13:27.505Z | Compiling darling_core v0.13.4 |
| 4310 | 2026-07-01T21:13:27.618Z | Compiling vergen-git2 v9.1.0 |
| 4311 | 2026-07-01T21:13:27.728Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4312 | 2026-07-01T21:13:27.849Z | Compiling base64 v0.21.7 |
| 4313 | 2026-07-01T21:13:27.958Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4314 | 2026-07-01T21:13:28.186Z | Compiling ron v0.8.1 |
| 4315 | 2026-07-01T21:13:28.272Z | Checking diesel v2.3.7 |
| 4316 | 2026-07-01T21:13:28.914Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4317 | 2026-07-01T21:13:29.119Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4318 | 2026-07-01T21:13:29.154Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4319 | 2026-07-01T21:13:29.358Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4320 | 2026-07-01T21:13:29.373Z | Compiling darling_macro v0.13.4 |
| 4321 | 2026-07-01T21:13:29.559Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4322 | 2026-07-01T21:13:29.762Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4323 | 2026-07-01T21:13:29.861Z | Compiling darling v0.13.4 |
| 4324 | 2026-07-01T21:13:29.953Z | Compiling serde_with_macros v1.5.2 |
| 4325 | 2026-07-01T21:13:29.969Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4326 | 2026-07-01T21:13:30.170Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4327 | 2026-07-01T21:13:30.368Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4328 | 2026-07-01T21:13:30.458Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4329 | 2026-07-01T21:13:30.572Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4330 | 2026-07-01T21:13:30.796Z | Compiling serde_with v1.14.0 |
| 4331 | 2026-07-01T21:13:31.959Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4332 | 2026-07-01T21:13:32.098Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4333 | 2026-07-01T21:13:32.356Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4334 | 2026-07-01T21:13:32.998Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4335 | 2026-07-01T21:13:33.260Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4336 | 2026-07-01T21:13:33.596Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4337 | 2026-07-01T21:13:33.674Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4338 | 2026-07-01T21:13:34.031Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4339 | 2026-07-01T21:13:34.413Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4340 | 2026-07-01T21:13:34.491Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4341 | 2026-07-01T21:13:34.655Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4342 | 2026-07-01T21:13:34.781Z | Checking twox-hash v2.1.2 |
| 4343 | 2026-07-01T21:13:34.860Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4344 | 2026-07-01T21:13:35.088Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4345 | 2026-07-01T21:13:35.146Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4346 | 2026-07-01T21:13:35.526Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4347 | 2026-07-01T21:13:35.685Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4348 | 2026-07-01T21:13:36.766Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4349 | 2026-07-01T21:13:36.983Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4350 | 2026-07-01T21:13:37.126Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4351 | 2026-07-01T21:13:37.441Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4352 | 2026-07-01T21:13:37.787Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4353 | 2026-07-01T21:13:37.999Z | Checking console v0.16.2 |
| 4354 | 2026-07-01T21:13:38.302Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4355 | 2026-07-01T21:13:38.434Z | Checking fatfs v0.3.6 |
| 4356 | 2026-07-01T21:13:38.453Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4357 | 2026-07-01T21:13:38.878Z | Compiling seq-macro v0.3.6 |
| 4358 | 2026-07-01T21:13:39.398Z | Checking unit-prefix v0.5.2 |
| 4359 | 2026-07-01T21:13:39.528Z | Checking indicatif v0.18.4 |
| 4360 | 2026-07-01T21:13:39.772Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4361 | 2026-07-01T21:13:39.912Z | Checking support-bundle-viewer v0.1.2 |
| 4362 | 2026-07-01T21:13:40.072Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4363 | 2026-07-01T21:13:40.155Z | Checking multimap v0.10.1 |
| 4364 | 2026-07-01T21:13:45.902Z | Checking async-bb8-diesel v0.2.1 |
| 4365 | 2026-07-01T21:13:46.270Z | Checking diesel-dtrace v0.5.0 |
| 4366 | 2026-07-01T21:13:49.476Z | Compiling samael v0.0.19 |
| 4367 | 2026-07-01T21:13:55.435Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4368 | 2026-07-01T21:13:55.566Z | Compiling git2 v0.20.4 |
| 4369 | 2026-07-01T21:13:56.480Z | Compiling polar-core v0.27.3 |
| 4370 | 2026-07-01T21:13:57.901Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4371 | 2026-07-01T21:14:01.071Z | Checking oso v0.27.3 |
| 4372 | 2026-07-01T21:14:30.454Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4373 | 2026-07-01T21:15:42.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 4374 | 2026-07-01T21:15:43.208Z | |
| 4375 | 2026-07-01T21:15:43.208Z | info: running `cargo check --bins` on nexus-networking (258/299) |
| 4376 | 2026-07-01T21:15:43.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-07-01T21:15:43.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-07-01T21:15:43.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4379 | 2026-07-01T21:15:43.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4380 | 2026-07-01T21:15:43.833Z | |
| 4381 | 2026-07-01T21:15:43.833Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299) |
| 4382 | 2026-07-01T21:15:44.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-07-01T21:15:44.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-07-01T21:15:44.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4385 | 2026-07-01T21:15:44.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4386 | 2026-07-01T21:15:44.434Z | |
| 4387 | 2026-07-01T21:15:44.434Z | info: running `cargo check --bins` on nexus-saga-recovery (260/299) |
| 4388 | 2026-07-01T21:15:44.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-07-01T21:15:44.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-07-01T21:15:44.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4391 | 2026-07-01T21:15:44.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4392 | 2026-07-01T21:15:45.036Z | |
| 4393 | 2026-07-01T21:15:45.036Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/299) |
| 4394 | 2026-07-01T21:15:45.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-07-01T21:15:45.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-07-01T21:15:45.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4397 | 2026-07-01T21:15:45.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4398 | 2026-07-01T21:15:45.557Z | |
| 4399 | 2026-07-01T21:15:45.557Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/299) |
| 4400 | 2026-07-01T21:15:46.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4401 | 2026-07-01T21:15:46.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4402 | 2026-07-01T21:15:46.342Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4403 | 2026-07-01T21:15:47.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4404 | 2026-07-01T21:15:47.259Z | |
| 4405 | 2026-07-01T21:15:47.259Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299) |
| 4406 | 2026-07-01T21:15:47.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4407 | 2026-07-01T21:15:47.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4408 | 2026-07-01T21:15:48.039Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4409 | 2026-07-01T21:16:25.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.96s |
| 4410 | 2026-07-01T21:16:25.428Z | |
| 4411 | 2026-07-01T21:16:25.428Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299) |
| 4412 | 2026-07-01T21:16:25.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-07-01T21:16:25.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-07-01T21:16:25.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4415 | 2026-07-01T21:16:25.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4416 | 2026-07-01T21:16:25.951Z | |
| 4417 | 2026-07-01T21:16:25.951Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299) |
| 4418 | 2026-07-01T21:16:26.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4419 | 2026-07-01T21:16:26.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4420 | 2026-07-01T21:16:26.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4421 | 2026-07-01T21:16:26.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4422 | 2026-07-01T21:16:26.477Z | |
| 4423 | 2026-07-01T21:16:26.477Z | info: running `cargo check --bins --no-default-features` on nexus-fm (266/299) |
| 4424 | 2026-07-01T21:16:26.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-07-01T21:16:26.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-07-01T21:16:26.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4427 | 2026-07-01T21:16:26.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4428 | 2026-07-01T21:16:27.057Z | |
| 4429 | 2026-07-01T21:16:27.057Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299) |
| 4430 | 2026-07-01T21:16:27.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4431 | 2026-07-01T21:16:27.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4432 | 2026-07-01T21:16:27.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4433 | 2026-07-01T21:16:27.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4434 | 2026-07-01T21:16:27.657Z | |
| 4435 | 2026-07-01T21:16:27.657Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (268/299) |
| 4436 | 2026-07-01T21:16:28.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4437 | 2026-07-01T21:16:28.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4438 | 2026-07-01T21:16:28.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4439 | 2026-07-01T21:16:28.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4440 | 2026-07-01T21:16:28.247Z | |
| 4441 | 2026-07-01T21:16:28.247Z | info: running `cargo check --bins` on nexus-mgs-updates (269/299) |
| 4442 | 2026-07-01T21:16:28.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4443 | 2026-07-01T21:16:28.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4444 | 2026-07-01T21:16:28.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4445 | 2026-07-01T21:16:28.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4446 | 2026-07-01T21:16:28.833Z | |
| 4447 | 2026-07-01T21:16:28.833Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (270/299) |
| 4448 | 2026-07-01T21:16:29.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4449 | 2026-07-01T21:16:29.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4450 | 2026-07-01T21:16:29.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4451 | 2026-07-01T21:16:29.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4452 | 2026-07-01T21:16:29.420Z | |
| 4453 | 2026-07-01T21:16:29.420Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299) |
| 4454 | 2026-07-01T21:16:29.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4455 | 2026-07-01T21:16:29.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4456 | 2026-07-01T21:16:29.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4457 | 2026-07-01T21:16:29.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4458 | 2026-07-01T21:16:30.017Z | |
| 4459 | 2026-07-01T21:16:30.017Z | info: running `cargo check --bins` on nexus-switch-config (272/299) |
| 4460 | 2026-07-01T21:16:30.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-07-01T21:16:30.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-07-01T21:16:30.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4463 | 2026-07-01T21:16:30.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4464 | 2026-07-01T21:16:30.579Z | |
| 4465 | 2026-07-01T21:16:30.579Z | info: running `cargo check --bins` on nexus-switch-config-preparation (273/299) |
| 4466 | 2026-07-01T21:16:31.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-07-01T21:16:31.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-07-01T21:16:31.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4469 | 2026-07-01T21:16:31.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4470 | 2026-07-01T21:16:31.169Z | |
| 4471 | 2026-07-01T21:16:31.169Z | info: running `cargo check --bins` on support-bundle-collection (274/299) |
| 4472 | 2026-07-01T21:16:31.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-07-01T21:16:31.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-07-01T21:16:31.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4475 | 2026-07-01T21:16:31.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4476 | 2026-07-01T21:16:31.757Z | |
| 4477 | 2026-07-01T21:16:31.757Z | info: running `cargo check --bins` on omicron-dev (275/299) |
| 4478 | 2026-07-01T21:16:32.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4479 | 2026-07-01T21:16:32.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4480 | 2026-07-01T21:16:32.606Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4481 | 2026-07-01T21:16:32.607Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4482 | 2026-07-01T21:16:32.761Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4483 | 2026-07-01T21:16:32.777Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4484 | 2026-07-01T21:16:32.792Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4485 | 2026-07-01T21:16:32.810Z | Checking diff v0.1.13 |
| 4486 | 2026-07-01T21:16:32.840Z | Checking yansi v1.0.1 |
| 4487 | 2026-07-01T21:16:32.843Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4488 | 2026-07-01T21:16:32.934Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4489 | 2026-07-01T21:16:33.101Z | Checking pretty_assertions v1.4.1 |
| 4490 | 2026-07-01T21:16:33.754Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4491 | 2026-07-01T21:16:33.839Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4492 | 2026-07-01T21:16:58.049Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4493 | 2026-07-01T21:16:58.075Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4494 | 2026-07-01T21:16:58.075Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4495 | 2026-07-01T21:16:58.075Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4496 | 2026-07-01T21:16:58.075Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4497 | 2026-07-01T21:16:58.075Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4498 | 2026-07-01T21:16:58.075Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4499 | 2026-07-01T21:16:58.809Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4500 | 2026-07-01T21:16:58.809Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4501 | 2026-07-01T21:17:00.000Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4502 | 2026-07-01T21:17:37.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4503 | 2026-07-01T21:17:37.519Z | |
| 4504 | 2026-07-01T21:17:37.519Z | info: running `cargo check --bins` on omicron-pins (276/299) |
| 4505 | 2026-07-01T21:17:37.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-07-01T21:17:37.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-07-01T21:17:37.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-07-01T21:17:37.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4509 | 2026-07-01T21:17:38.046Z | |
| 4510 | 2026-07-01T21:17:38.046Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299) |
| 4511 | 2026-07-01T21:17:38.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-07-01T21:17:38.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-07-01T21:17:38.768Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4514 | 2026-07-01T21:17:38.877Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4515 | 2026-07-01T21:17:38.880Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4516 | 2026-07-01T21:18:05.613Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4517 | 2026-07-01T21:18:05.983Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4518 | 2026-07-01T21:18:07.663Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4519 | 2026-07-01T21:18:08.106Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4520 | 2026-07-01T21:18:11.096Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4521 | 2026-07-01T21:18:34.345Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4522 | 2026-07-01T21:18:35.023Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4523 | 2026-07-01T21:18:36.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.54s |
| 4524 | 2026-07-01T21:18:36.789Z | |
| 4525 | 2026-07-01T21:18:36.789Z | info: running `cargo check --bins` on reconfigurator-sp-updater (278/299) |
| 4526 | 2026-07-01T21:18:37.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4527 | 2026-07-01T21:18:37.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4528 | 2026-07-01T21:18:37.459Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4529 | 2026-07-01T21:18:38.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4530 | 2026-07-01T21:18:38.296Z | |
| 4531 | 2026-07-01T21:18:38.296Z | info: running `cargo check --bins` on omicron-releng (279/299) |
| 4532 | 2026-07-01T21:18:38.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4533 | 2026-07-01T21:18:38.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4534 | 2026-07-01T21:18:38.896Z | Compiling blake3 v1.8.5 |
| 4535 | 2026-07-01T21:18:39.002Z | Checking arrayref v0.3.9 |
| 4536 | 2026-07-01T21:18:39.008Z | Checking constant_time_eq v0.4.2 |
| 4537 | 2026-07-01T21:18:39.011Z | Checking arrayvec v0.7.6 |
| 4538 | 2026-07-01T21:18:39.020Z | Checking topological-sort v0.2.2 |
| 4539 | 2026-07-01T21:18:39.024Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4540 | 2026-07-01T21:18:39.024Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4541 | 2026-07-01T21:18:39.024Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4542 | 2026-07-01T21:18:39.063Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4543 | 2026-07-01T21:18:39.121Z | Checking shell-words v1.1.1 |
| 4544 | 2026-07-01T21:18:39.905Z | Checking omicron-zone-package v0.12.3 |
| 4545 | 2026-07-01T21:18:40.606Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4546 | 2026-07-01T21:18:41.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4547 | 2026-07-01T21:18:41.667Z | |
| 4548 | 2026-07-01T21:18:41.667Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (280/299) |
| 4549 | 2026-07-01T21:18:42.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-07-01T21:18:42.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-07-01T21:18:42.258Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4552 | 2026-07-01T21:18:42.570Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4553 | 2026-07-01T21:18:42.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4554 | 2026-07-01T21:18:43.122Z | |
| 4555 | 2026-07-01T21:18:43.122Z | info: running `cargo check --bins` on schema (281/299) |
| 4556 | 2026-07-01T21:18:43.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4557 | 2026-07-01T21:18:43.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4558 | 2026-07-01T21:18:43.800Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4559 | 2026-07-01T21:18:44.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4560 | 2026-07-01T21:18:44.656Z | |
| 4561 | 2026-07-01T21:18:44.656Z | info: running `cargo check --bins` on xtask (282/299) |
| 4562 | 2026-07-01T21:18:45.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-07-01T21:18:45.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-07-01T21:18:45.043Z | Checking serde_core v1.0.228 |
| 4565 | 2026-07-01T21:18:45.044Z | Checking libc v0.2.185 |
| 4566 | 2026-07-01T21:18:45.122Z | Checking bitflags v2.11.0 |
| 4567 | 2026-07-01T21:18:45.128Z | Checking scroll v0.12.0 |
| 4568 | 2026-07-01T21:18:45.128Z | Checking thiserror v1.0.69 |
| 4569 | 2026-07-01T21:18:45.139Z | Checking log v0.4.29 |
| 4570 | 2026-07-01T21:18:45.142Z | Checking indexmap v2.14.0 |
| 4571 | 2026-07-01T21:18:45.149Z | Checking zerocopy v0.7.35 |
| 4572 | 2026-07-01T21:18:45.216Z | Checking syn v2.0.117 |
| 4573 | 2026-07-01T21:18:45.263Z | Checking dtrace-parser v0.2.0 |
| 4574 | 2026-07-01T21:18:45.279Z | Checking once_cell v1.21.3 |
| 4575 | 2026-07-01T21:18:45.334Z | Checking goblin v0.8.2 |
| 4576 | 2026-07-01T21:18:45.395Z | Checking errno v0.3.14 |
| 4577 | 2026-07-01T21:18:45.448Z | Checking getrandom v0.4.1 |
| 4578 | 2026-07-01T21:18:45.490Z | Checking thread-id v4.2.2 |
| 4579 | 2026-07-01T21:18:45.509Z | Checking rustix v1.1.3 |
| 4580 | 2026-07-01T21:18:45.565Z | Checking memmap v0.7.0 |
| 4581 | 2026-07-01T21:18:45.575Z | Checking thiserror v2.0.18 |
| 4582 | 2026-07-01T21:18:45.625Z | Checking fs-err v3.3.0 |
| 4583 | 2026-07-01T21:18:45.667Z | Checking tabled v0.15.0 |
| 4584 | 2026-07-01T21:18:45.675Z | Checking anyhow v1.0.102 |
| 4585 | 2026-07-01T21:18:46.275Z | Checking terminal_size v0.4.3 |
| 4586 | 2026-07-01T21:18:46.276Z | Checking tempfile v3.25.0 |
| 4587 | 2026-07-01T21:18:46.385Z | Checking clap_builder v4.6.0 |
| 4588 | 2026-07-01T21:18:46.390Z | Checking textwrap v0.16.2 |
| 4589 | 2026-07-01T21:18:46.577Z | Checking serde v1.0.228 |
| 4590 | 2026-07-01T21:18:46.580Z | Checking serde_json v1.0.150 |
| 4591 | 2026-07-01T21:18:46.580Z | Checking camino v1.2.2 |
| 4592 | 2026-07-01T21:18:46.600Z | Checking cargo-platform v0.3.2 |
| 4593 | 2026-07-01T21:18:46.740Z | Checking semver v1.0.28 |
| 4594 | 2026-07-01T21:18:46.818Z | Checking camino-tempfile v1.4.1 |
| 4595 | 2026-07-01T21:18:46.974Z | Checking serde_spanned v0.6.9 |
| 4596 | 2026-07-01T21:18:46.974Z | Checking toml_datetime v0.6.11 |
| 4597 | 2026-07-01T21:18:46.979Z | Checking macaddr v1.0.1 |
| 4598 | 2026-07-01T21:18:46.979Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4599 | 2026-07-01T21:18:47.141Z | Checking toml_edit v0.22.27 |
| 4600 | 2026-07-01T21:18:47.196Z | Checking dof v0.3.0 |
| 4601 | 2026-07-01T21:18:47.196Z | Checking cargo_metadata v0.23.1 |
| 4602 | 2026-07-01T21:18:47.431Z | Checking usdt-impl v0.5.0 |
| 4603 | 2026-07-01T21:18:47.560Z | Checking clap v4.6.1 |
| 4604 | 2026-07-01T21:18:47.702Z | Checking usdt v0.5.0 |
| 4605 | 2026-07-01T21:18:48.119Z | Checking toml v0.8.23 |
| 4606 | 2026-07-01T21:18:48.375Z | Checking cargo_toml v0.21.0 |
| 4607 | 2026-07-01T21:18:49.005Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4608 | 2026-07-01T21:18:49.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 4609 | 2026-07-01T21:18:49.475Z | |
| 4610 | 2026-07-01T21:18:49.475Z | info: running `cargo check --bins` on dnsadm (283/299) |
| 4611 | 2026-07-01T21:18:49.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-07-01T21:18:49.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-07-01T21:18:50.066Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4614 | 2026-07-01T21:18:50.513Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4615 | 2026-07-01T21:18:50.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4616 | 2026-07-01T21:18:51.057Z | |
| 4617 | 2026-07-01T21:18:51.057Z | info: running `cargo check --bins` on end-to-end-tests (284/299) |
| 4618 | 2026-07-01T21:18:51.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4619 | 2026-07-01T21:18:51.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4620 | 2026-07-01T21:18:51.820Z | Checking cpubits v0.1.1 |
| 4621 | 2026-07-01T21:18:51.942Z | Checking pem-rfc7468 v1.0.0 |
| 4622 | 2026-07-01T21:18:51.954Z | Checking hmac v0.13.0 |
| 4623 | 2026-07-01T21:18:51.963Z | Checking universal-hash v0.6.1 |
| 4624 | 2026-07-01T21:18:51.976Z | Checking ctr v0.10.1 |
| 4625 | 2026-07-01T21:18:51.976Z | Checking aead v0.6.1 |
| 4626 | 2026-07-01T21:18:51.979Z | Checking sha2 v0.11.0 |
| 4627 | 2026-07-01T21:18:52.017Z | Checking aes v0.9.1 |
| 4628 | 2026-07-01T21:18:52.017Z | Checking crypto-bigint v0.7.5 |
| 4629 | 2026-07-01T21:18:52.072Z | Checking polyval v0.7.1 |
| 4630 | 2026-07-01T21:18:52.086Z | Checking der v0.8.0 |
| 4631 | 2026-07-01T21:18:52.100Z | Checking pbkdf2 v0.13.0 |
| 4632 | 2026-07-01T21:18:52.117Z | Checking cbc v0.2.1 |
| 4633 | 2026-07-01T21:18:52.139Z | Checking salsa20 v0.11.0 |
| 4634 | 2026-07-01T21:18:52.237Z | Checking ff v0.14.0 |
| 4635 | 2026-07-01T21:18:52.239Z | Checking ghash v0.6.0 |
| 4636 | 2026-07-01T21:18:52.286Z | Checking signature v3.0.0 |
| 4637 | 2026-07-01T21:18:52.299Z | Checking base16ct v1.0.0 |
| 4638 | 2026-07-01T21:18:52.379Z | Checking group v0.14.0 |
| 4639 | 2026-07-01T21:18:52.397Z | Checking hkdf v0.13.0 |
| 4640 | 2026-07-01T21:18:52.411Z | Checking aes-gcm v0.11.0 |
| 4641 | 2026-07-01T21:18:52.429Z | Checking rfc6979 v0.5.0 |
| 4642 | 2026-07-01T21:18:52.446Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4643 | 2026-07-01T21:18:52.528Z | Checking poly1305 v0.9.0 |
| 4644 | 2026-07-01T21:18:52.528Z | Checking blowfish v0.10.0 |
| 4645 | 2026-07-01T21:18:52.564Z | Checking blake2 v0.11.0-rc.6 |
| 4646 | 2026-07-01T21:18:52.567Z | Checking keccak v0.2.0 |
| 4647 | 2026-07-01T21:18:52.691Z | Checking fiat-crypto v0.3.0 |
| 4648 | 2026-07-01T21:18:52.712Z | Checking scrypt v0.12.0 |
| 4649 | 2026-07-01T21:18:52.729Z | Checking sha3 v0.11.0 |
| 4650 | 2026-07-01T21:18:52.795Z | Checking bcrypt-pbkdf v0.11.0 |
| 4651 | 2026-07-01T21:18:52.824Z | Checking argon2 v0.6.0-rc.8 |
| 4652 | 2026-07-01T21:18:52.866Z | Checking spki v0.8.0 |
| 4653 | 2026-07-01T21:18:52.880Z | Checking sec1 v0.8.1 |
| 4654 | 2026-07-01T21:18:52.957Z | Checking kem v0.3.0 |
| 4655 | 2026-07-01T21:18:53.031Z | Checking pkcs5 v0.8.1 |
| 4656 | 2026-07-01T21:18:53.063Z | Checking pkcs1 v0.8.0-rc.4 |
| 4657 | 2026-07-01T21:18:53.079Z | Checking module-lattice v0.2.3 |
| 4658 | 2026-07-01T21:18:53.095Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4659 | 2026-07-01T21:18:53.123Z | Checking internal-russh-num-bigint v0.5.0 |
| 4660 | 2026-07-01T21:18:53.265Z | Checking num-bigint v0.4.6 |
| 4661 | 2026-07-01T21:18:53.292Z | Checking ml-kem v0.3.2 |
| 4662 | 2026-07-01T21:18:53.309Z | Checking generic-array v1.4.3 |
| 4663 | 2026-07-01T21:18:53.324Z | Checking pkcs8 v0.11.0 |
| 4664 | 2026-07-01T21:18:53.516Z | Checking ed25519 v3.0.0 |
| 4665 | 2026-07-01T21:18:53.696Z | Checking russh-util v0.52.0 |
| 4666 | 2026-07-01T21:18:53.711Z | Compiling enum_dispatch v0.3.13 |
| 4667 | 2026-07-01T21:18:53.715Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4668 | 2026-07-01T21:18:53.815Z | Compiling delegate v0.13.5 |
| 4669 | 2026-07-01T21:18:53.943Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4670 | 2026-07-01T21:18:53.960Z | Checking md5 v0.8.0 |
| 4671 | 2026-07-01T21:18:54.078Z | Checking hex-literal v1.1.0 |
| 4672 | 2026-07-01T21:18:54.152Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4673 | 2026-07-01T21:18:54.178Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4674 | 2026-07-01T21:18:54.203Z | Checking socket2 v0.5.10 |
| 4675 | 2026-07-01T21:18:54.235Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4676 | 2026-07-01T21:18:54.369Z | Checking primefield v0.14.0 |
| 4677 | 2026-07-01T21:18:54.369Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4678 | 2026-07-01T21:18:54.444Z | Checking crypto-primes v0.7.2 |
| 4679 | 2026-07-01T21:18:54.581Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4680 | 2026-07-01T21:18:54.597Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4681 | 2026-07-01T21:18:54.668Z | Checking russh-cryptovec v0.61.0 |
| 4682 | 2026-07-01T21:18:54.685Z | Checking ecdsa v0.17.0-rc.18 |
| 4683 | 2026-07-01T21:18:54.766Z | Checking primeorder v0.14.0-rc.10 |
| 4684 | 2026-07-01T21:18:54.797Z | Checking internet-checksum v0.2.1 |
| 4685 | 2026-07-01T21:18:55.038Z | Checking p256 v0.14.0-rc.10 |
| 4686 | 2026-07-01T21:18:55.041Z | Checking p521 v0.14.0-rc.10 |
| 4687 | 2026-07-01T21:18:55.385Z | Checking rsa v0.10.0-rc.18 |
| 4688 | 2026-07-01T21:18:57.511Z | Checking p384 v0.14.0-rc.10 |
| 4689 | 2026-07-01T21:18:59.401Z | Checking ssh-key v0.7.0-rc.10 |
| 4690 | 2026-07-01T21:19:00.156Z | Checking russh v0.61.2 |
| 4691 | 2026-07-01T21:19:12.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.13s |
| 4692 | 2026-07-01T21:19:12.402Z | |
| 4693 | 2026-07-01T21:19:12.402Z | info: running `cargo check --bins` on gateway-cli (285/299) |
| 4694 | 2026-07-01T21:19:12.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-07-01T21:19:12.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-07-01T21:19:12.992Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4697 | 2026-07-01T21:19:13.099Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4698 | 2026-07-01T21:19:13.105Z | Checking termios v0.3.3 |
| 4699 | 2026-07-01T21:19:14.306Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4700 | 2026-07-01T21:19:14.448Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4701 | 2026-07-01T21:19:16.111Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4702 | 2026-07-01T21:19:16.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 4703 | 2026-07-01T21:19:16.836Z | |
| 4704 | 2026-07-01T21:19:16.836Z | info: running `cargo check --bins --no-default-features` on installinator (286/299) |
| 4705 | 2026-07-01T21:19:17.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4706 | 2026-07-01T21:19:17.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4707 | 2026-07-01T21:19:17.489Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4708 | 2026-07-01T21:19:17.493Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4709 | 2026-07-01T21:19:17.607Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4710 | 2026-07-01T21:19:17.608Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4711 | 2026-07-01T21:19:17.620Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4712 | 2026-07-01T21:19:17.623Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4713 | 2026-07-01T21:19:18.355Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4714 | 2026-07-01T21:19:18.681Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4715 | 2026-07-01T21:19:18.684Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4716 | 2026-07-01T21:19:19.302Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4717 | 2026-07-01T21:19:20.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 4718 | 2026-07-01T21:19:21.079Z | |
| 4719 | 2026-07-01T21:19:21.079Z | info: running `cargo check --bins` on internal-dns-cli (287/299) |
| 4720 | 2026-07-01T21:19:21.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4721 | 2026-07-01T21:19:21.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4722 | 2026-07-01T21:19:21.656Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4723 | 2026-07-01T21:19:22.100Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4724 | 2026-07-01T21:19:22.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4725 | 2026-07-01T21:19:22.568Z | |
| 4726 | 2026-07-01T21:19:22.568Z | info: running `cargo check --bins` on omicron-live-tests (288/299) |
| 4727 | 2026-07-01T21:19:23.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-07-01T21:19:23.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-07-01T21:19:23.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4730 | 2026-07-01T21:19:23.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4731 | 2026-07-01T21:19:23.098Z | |
| 4732 | 2026-07-01T21:19:23.098Z | info: running `cargo check --bins` on live-tests-macros (289/299) |
| 4733 | 2026-07-01T21:19:23.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4734 | 2026-07-01T21:19:23.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4735 | 2026-07-01T21:19:23.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4736 | 2026-07-01T21:19:23.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4737 | 2026-07-01T21:19:23.616Z | |
| 4738 | 2026-07-01T21:19:23.616Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299) |
| 4739 | 2026-07-01T21:19:24.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4740 | 2026-07-01T21:19:24.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4741 | 2026-07-01T21:19:24.322Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4742 | 2026-07-01T21:19:24.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4743 | 2026-07-01T21:19:25.087Z | |
| 4744 | 2026-07-01T21:19:25.087Z | info: running `cargo check --bins` on omicron-ntp-admin (291/299) |
| 4745 | 2026-07-01T21:19:25.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4746 | 2026-07-01T21:19:25.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4747 | 2026-07-01T21:19:25.679Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4748 | 2026-07-01T21:19:25.682Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4749 | 2026-07-01T21:19:25.947Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4750 | 2026-07-01T21:19:25.947Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4751 | 2026-07-01T21:19:26.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 4752 | 2026-07-01T21:19:26.905Z | |
| 4753 | 2026-07-01T21:19:26.905Z | info: running `cargo check --bins` on ntp-admin-types (292/299) |
| 4754 | 2026-07-01T21:19:27.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-07-01T21:19:27.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-07-01T21:19:27.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-07-01T21:19:27.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4758 | 2026-07-01T21:19:27.422Z | |
| 4759 | 2026-07-01T21:19:27.422Z | info: running `cargo check --bins` on omicron-package (293/299) |
| 4760 | 2026-07-01T21:19:27.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-07-01T21:19:27.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-07-01T21:19:28.044Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4763 | 2026-07-01T21:19:29.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4764 | 2026-07-01T21:19:29.263Z | |
| 4765 | 2026-07-01T21:19:29.263Z | info: running `cargo check --bins` on tqdb (294/299) |
| 4766 | 2026-07-01T21:19:29.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-07-01T21:19:29.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-07-01T21:19:29.983Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4769 | 2026-07-01T21:19:30.334Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4770 | 2026-07-01T21:19:30.837Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4771 | 2026-07-01T21:19:30.840Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4772 | 2026-07-01T21:19:36.839Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4773 | 2026-07-01T21:19:36.839Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4774 | 2026-07-01T21:19:37.398Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4775 | 2026-07-01T21:19:37.398Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4776 | 2026-07-01T21:19:37.403Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4777 | 2026-07-01T21:19:37.403Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4778 | 2026-07-01T21:19:38.162Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4779 | 2026-07-01T21:19:39.207Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4780 | 2026-07-01T21:19:39.981Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4781 | 2026-07-01T21:19:40.578Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4782 | 2026-07-01T21:19:45.398Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4783 | 2026-07-01T21:19:51.914Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4784 | 2026-07-01T21:19:51.915Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4785 | 2026-07-01T21:19:51.922Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4786 | 2026-07-01T21:19:51.922Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4787 | 2026-07-01T21:19:53.436Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4788 | 2026-07-01T21:19:54.683Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4789 | 2026-07-01T21:19:55.338Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4790 | 2026-07-01T21:19:56.558Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4791 | 2026-07-01T21:19:57.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s |
| 4792 | 2026-07-01T21:19:57.285Z | |
| 4793 | 2026-07-01T21:19:57.285Z | info: running `cargo check --bins` on wicket-dbg (295/299) |
| 4794 | 2026-07-01T21:19:57.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-07-01T21:19:57.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-07-01T21:19:57.937Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4797 | 2026-07-01T21:19:57.937Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4798 | 2026-07-01T21:19:57.941Z | Checking rtoolbox v0.0.3 |
| 4799 | 2026-07-01T21:19:58.065Z | Checking tui-tree-widget v0.23.1 |
| 4800 | 2026-07-01T21:19:58.156Z | Checking rpassword v7.4.0 |
| 4801 | 2026-07-01T21:19:59.202Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4802 | 2026-07-01T21:20:02.281Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4803 | 2026-07-01T21:20:04.160Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4804 | 2026-07-01T21:20:05.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s |
| 4805 | 2026-07-01T21:20:05.211Z | |
| 4806 | 2026-07-01T21:20:05.211Z | info: running `cargo check --bins` on wicket (296/299) |
| 4807 | 2026-07-01T21:20:05.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4808 | 2026-07-01T21:20:05.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4809 | 2026-07-01T21:20:05.847Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4810 | 2026-07-01T21:20:06.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4811 | 2026-07-01T21:20:06.371Z | |
| 4812 | 2026-07-01T21:20:06.371Z | info: running `cargo check --bins` on wicketd (297/299) |
| 4813 | 2026-07-01T21:20:06.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4814 | 2026-07-01T21:20:06.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4815 | 2026-07-01T21:20:07.029Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4816 | 2026-07-01T21:20:07.033Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4817 | 2026-07-01T21:20:07.033Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4818 | 2026-07-01T21:20:07.140Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4819 | 2026-07-01T21:20:08.023Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4820 | 2026-07-01T21:20:08.580Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4821 | 2026-07-01T21:20:11.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
| 4822 | 2026-07-01T21:20:11.769Z | |
| 4823 | 2026-07-01T21:20:11.770Z | info: running `cargo check --bins` on omicron-workspace-hack (298/299) |
| 4824 | 2026-07-01T21:20:12.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4825 | 2026-07-01T21:20:12.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4826 | 2026-07-01T21:20:12.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4827 | 2026-07-01T21:20:12.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4828 | 2026-07-01T21:20:12.287Z | |
| 4829 | 2026-07-01T21:20:12.287Z | info: running `cargo check --bins` on zone-setup (299/299) |
| 4830 | 2026-07-01T21:20:12.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4831 | 2026-07-01T21:20:12.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4832 | 2026-07-01T21:20:12.897Z | Checking uzers v0.12.2 |
| 4833 | 2026-07-01T21:20:13.164Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4834 | 2026-07-01T21:20:13.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4835 | 2026-07-01T21:20:14.081Z | |
| 4836 | 2026-07-01T21:20:14.081Z | real 13:43.263048069 |
| 4837 | 2026-07-01T21:20:14.081Z | user 20:51.298293638 |
| 4838 | 2026-07-01T21:20:14.081Z | sys 4:10.050101557 |
| 4839 | 2026-07-01T21:20:14.081Z | trap 0.324884611 |
| 4840 | 2026-07-01T21:20:14.081Z | tflt 0.672685671 |
| 4841 | 2026-07-01T21:20:14.081Z | dflt 1.140769040 |
| 4842 | 2026-07-01T21:20:14.082Z | kflt 0.004789482 |
| 4843 | 2026-07-01T21:20:14.082Z | lock 1:17:07.882596412 |
| 4844 | 2026-07-01T21:20:14.082Z | slp 1:39:44.567754564 |
| 4845 | 2026-07-01T21:20:14.082Z | lat 52.982750404 |
| 4846 | 2026-07-01T21:20:14.082Z | stop 3:31.641288843 |
| 4847 | 2026-07-01T21:20:14.085Z | process exited: duration 944844 ms, exit code 0 |
| |
| 4848 | 2026-07-01T21:20:14.092Z | found 0 output files |