|
|
|
| 1 | 2026-05-23T15:35:50.293Z | job assigned to worker 01KSAQKM13ASMKXHJ63YJWYZCS [factory aws, i-04fb91ef27c997612] (queued for 50 s) |
| |
| 2 | 2026-05-23T15:35:56.497Z | starting task 0: "setup" |
| 3 | 2026-05-23T15:35:56.502Z | ++ uname -s |
| 4 | 2026-05-23T15:35:56.505Z | + kern=SunOS |
| 5 | 2026-05-23T15:35:56.505Z | + build_user=build |
| 6 | 2026-05-23T15:35:56.505Z | + build_uid=12345 |
| 7 | 2026-05-23T15:35:56.505Z | + work_dir=/work |
| 8 | 2026-05-23T15:35:56.505Z | + input_dir=/input |
| 9 | 2026-05-23T15:35:56.505Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-23T15:35:56.505Z | + case "$kern" in |
| 11 | 2026-05-23T15:35:56.505Z | + groupadd -g 12345 build |
| 12 | 2026-05-23T15:35:56.508Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-23T15:35:58.512Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-23T15:35:58.630Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-23T15:35:58.633Z | + home_fs=zfs |
| 16 | 2026-05-23T15:35:58.633Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-23T15:35:58.633Z | + mkdir -p /home/build |
| 18 | 2026-05-23T15:35:58.633Z | + chown build:build /home/build /work |
| 19 | 2026-05-23T15:36:00.635Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-23T15:36:00.638Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-05-23T15:36:00.643Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-23T15:36:00.648Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-23T15:36:00.648Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-23T15:36:00.648Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-23T15:36:00.648Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-23T15:36:00.648Z | * rust toolchain profile = "default" |
| 27 | 2026-05-23T15:36:00.648Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-23T15:36:00.651Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-23T15:36:00.651Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-23T15:36:00.733Z | info: downloading installer |
| 31 | 2026-05-23T15:36:02.196Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-23T15:36:02.196Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-23T15:36:02.196Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-23T15:36:02.196Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-23T15:36:02.208Z | info: profile set to default |
| 36 | 2026-05-23T15:36:02.208Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-23T15:36:02.211Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-23T15:36:02.343Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-23T15:36:02.346Z | info: downloading 6 components |
| 40 | 2026-05-23T15:36:16.331Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-23T15:36:16.331Z | |
| 42 | 2026-05-23T15:36:16.362Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-23T15:36:16.362Z | |
| 44 | 2026-05-23T15:36:16.362Z | |
| 45 | 2026-05-23T15:36:16.362Z | Rust is installed now. Great! |
| 46 | 2026-05-23T15:36:16.362Z | |
| 47 | 2026-05-23T15:36:16.362Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-23T15:36:16.362Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-23T15:36:16.362Z | |
| 50 | 2026-05-23T15:36:16.362Z | To configure your current shell, you need to source |
| 51 | 2026-05-23T15:36:16.362Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-23T15:36:16.362Z | |
| 53 | 2026-05-23T15:36:16.362Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-23T15:36:16.365Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-23T15:36:16.365Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-23T15:36:16.365Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-23T15:36:16.365Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-23T15:36:16.365Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-23T15:36:16.365Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-23T15:36:16.365Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-23T15:36:16.365Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-23T15:36:16.450Z | + rustup --version |
| 63 | 2026-05-23T15:36:16.458Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-23T15:36:16.461Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-23T15:36:16.480Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-23T15:36:16.483Z | + cargo --version |
| 67 | 2026-05-23T15:36:16.496Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-23T15:36:16.502Z | + rustc --version |
| 69 | 2026-05-23T15:36:16.518Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-23T15:36:16.521Z | process exited: duration 15876 ms, exit code 0 |
| |
| 71 | 2026-05-23T15:36:16.527Z | starting task 2: "authentication" |
| 72 | 2026-05-23T15:36:16.544Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-23T15:36:16.550Z | starting task 3: "clone repository" |
| 74 | 2026-05-23T15:36:16.553Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-23T15:36:16.556Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-23T15:36:16.597Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-23T15:36:26.732Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-23T15:36:26.732Z | + git fetch origin 02064d20f7cb6dd1eda05799b621dc965429ad5e |
| 79 | 2026-05-23T15:36:26.998Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-23T15:36:26.999Z | * branch 02064d20f7cb6dd1eda05799b621dc965429ad5e -> FETCH_HEAD |
| 81 | 2026-05-23T15:36:27.008Z | + [[ -n zl/multicast-m2p-forwarding ]] |
| 82 | 2026-05-23T15:36:27.011Z | ++ git branch --show-current |
| 83 | 2026-05-23T15:36:27.012Z | + current=main |
| 84 | 2026-05-23T15:36:27.012Z | + [[ main != zl/multicast-m2p-forwarding ]] |
| 85 | 2026-05-23T15:36:27.012Z | + git branch -f zl/multicast-m2p-forwarding 02064d20f7cb6dd1eda05799b621dc965429ad5e |
| 86 | 2026-05-23T15:36:27.015Z | + git checkout -f zl/multicast-m2p-forwarding |
| 87 | 2026-05-23T15:36:27.244Z | Switched to branch 'zl/multicast-m2p-forwarding' |
| 88 | 2026-05-23T15:36:27.247Z | + git reset --hard 02064d20f7cb6dd1eda05799b621dc965429ad5e |
| 89 | 2026-05-23T15:36:27.287Z | HEAD is now at 02064d20f merge e2e |
| 90 | 2026-05-23T15:36:27.290Z | process exited: duration 10738 ms, exit code 0 |
| |
| 91 | 2026-05-23T15:36:27.296Z | starting task 4: "build" |
| 92 | 2026-05-23T15:36:27.300Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-23T15:36:27.300Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-23T15:36:27.300Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-23T15:36:27.303Z | + cargo --version |
| 96 | 2026-05-23T15:36:27.310Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-23T15:36:27.313Z | + rustc --version |
| 98 | 2026-05-23T15:36:27.333Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-23T15:36:27.336Z | + source ./env.sh |
| 100 | 2026-05-23T15:36:27.336Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-23T15:36:27.336Z | ++ set -o xtrace |
| 102 | 2026-05-23T15:36:27.340Z | ++++ dirname ./env.sh |
| 103 | 2026-05-23T15:36:27.340Z | +++ readlink -f . |
| 104 | 2026-05-23T15:36:27.343Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ 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-05-23T15:36:27.343Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-05-23T15:36:27.343Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-05-23T15:36:27.343Z | + 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-05-23T15:36:27.343Z | + 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-05-23T15:36:27.343Z | + banner prerequisites |
| 120 | 2026-05-23T15:36:27.346Z | |
| 121 | 2026-05-23T15:36:27.346Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-05-23T15:36:27.346Z | # # # # # # # # # # # # # # # |
| 123 | 2026-05-23T15:36:27.346Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-05-23T15:36:27.346Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-05-23T15:36:27.346Z | # # # # # # # # # # # # # # # |
| 126 | 2026-05-23T15:36:27.347Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-05-23T15:36:27.347Z | |
| 128 | 2026-05-23T15:36:27.347Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-05-23T15:36:28.807Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-05-23T15:36:28.876Z | Startup: Caching catalogs ... Done |
| 131 | 2026-05-23T15:36:29.138Z | Planning: Solver setup ... Done (0.226s) |
| 132 | 2026-05-23T15:36:29.157Z | Planning: Running solver ... Done (0.019s) |
| 133 | 2026-05-23T15:36:29.163Z | Planning: Finding local manifests ... Done (0.002s) |
| 134 | 2026-05-23T15:36:29.174Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-05-23T15:36:29.196Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-05-23T15:36:29.209Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-05-23T15:36:29.212Z | Planning: Merging actions ... Done (0.002s) |
| 138 | 2026-05-23T15:36:29.404Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 139 | 2026-05-23T15:36:29.407Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-05-23T15:36:30.195Z | Planning: Evaluating mediators ... Done (0.790s) |
| 141 | 2026-05-23T15:36:30.198Z | Planning: Planning completed in 1.30 seconds |
| 142 | 2026-05-23T15:36:30.204Z | Packages to install: 2 |
| 143 | 2026-05-23T15:36:30.207Z | Estimated space available: 156.08 GB |
| 144 | 2026-05-23T15:36:30.207Z | Estimated space to be consumed: 22.53 MB |
| 145 | 2026-05-23T15:36:30.207Z | Create boot environment: No |
| 146 | 2026-05-23T15:36:30.207Z | Create backup boot environment: No |
| 147 | 2026-05-23T15:36:30.207Z | Rebuild boot archive: No |
| 148 | 2026-05-23T15:36:30.207Z | |
| 149 | 2026-05-23T15:36:30.207Z | Changed packages: |
| 150 | 2026-05-23T15:36:30.207Z | helios |
| 151 | 2026-05-23T15:36:30.207Z | developer/build-essential |
| 152 | 2026-05-23T15:36:30.207Z | None -> 11-3.0 |
| 153 | 2026-05-23T15:36:30.207Z | library/libxmlsec1 |
| 154 | 2026-05-23T15:36:30.207Z | None -> 1.2.35-3.0 |
| 155 | 2026-05-23T15:36:30.228Z | |
| 156 | 2026-05-23T15:36:30.228Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-05-23T15:36:30.860Z | Download: Completed 1.28 MB in 0.63 seconds (2.0M/s) |
| 158 | 2026-05-23T15:36:30.933Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-05-23T15:36:30.971Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-05-23T15:36:31.005Z | Finalize: Updating package state database ... Done (0.033s) |
| 161 | 2026-05-23T15:36:31.005Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-05-23T15:36:31.024Z | Finalize: Updating image state ... Done (0.019s) |
| 163 | 2026-05-23T15:36:33.431Z | Finalize: Creating fast lookup database ... Done (2.380s) |
| 164 | 2026-05-23T15:36:33.498Z | Finalize: Reading search index ... Done (0.014s) |
| 165 | 2026-05-23T15:36:33.508Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-05-23T15:36:33.591Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-05-23T15:36:33.893Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-05-23T15:36:34.001Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-05-23T15:36:34.005Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-05-23T15:36:34.162Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-05-23T15:36:34.165Z | Planning: Planning completed in 0.27 seconds |
| 172 | 2026-05-23T15:36:34.186Z | Mediators to change: 2 |
| 173 | 2026-05-23T15:36:34.186Z | Create boot environment: No |
| 174 | 2026-05-23T15:36:34.186Z | Create backup boot environment: No |
| 175 | 2026-05-23T15:36:34.236Z | Finalize: Updating package state database ... Done |
| 176 | 2026-05-23T15:36:34.236Z | Finalize: Updating package cache ... Done |
| 177 | 2026-05-23T15:36:34.247Z | Finalize: Updating image state ... Done |
| 178 | 2026-05-23T15:36:36.218Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-05-23T15:36:36.279Z | Finalize: Reading search index ... Done |
| 180 | 2026-05-23T15:36:36.282Z | Finalize: Updating search index ... Done |
| 181 | 2026-05-23T15:36:36.359Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-23T15:36:36.645Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-05-23T15:36:36.753Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-05-23T15:36:36.756Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-05-23T15:36:36.914Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-05-23T15:36:36.917Z | Planning: Planning completed in 0.27 seconds |
| 187 | 2026-05-23T15:36:36.937Z | Mediators to change: 1 |
| 188 | 2026-05-23T15:36:36.937Z | Create boot environment: No |
| 189 | 2026-05-23T15:36:36.937Z | Create backup boot environment: No |
| 190 | 2026-05-23T15:36:36.999Z | Finalize: Updating package state database ... Done |
| 191 | 2026-05-23T15:36:36.999Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-23T15:36:37.010Z | Finalize: Updating image state ... Done |
| 193 | 2026-05-23T15:36:38.962Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-05-23T15:36:39.028Z | Finalize: Reading search index ... Done |
| 195 | 2026-05-23T15:36:39.031Z | Finalize: Updating search index ... Done |
| 196 | 2026-05-23T15:36:39.103Z | Finalize: Updating package cache ... Done |
| 197 | 2026-05-23T15:36:39.413Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-05-23T15:36:39.413Z | apache system 2.4 system |
| 199 | 2026-05-23T15:36:39.413Z | clang system 15 system |
| 200 | 2026-05-23T15:36:39.413Z | csh system system illumos |
| 201 | 2026-05-23T15:36:39.413Z | ctags system system illumos |
| 202 | 2026-05-23T15:36:39.413Z | file vendor vendor darwinsys |
| 203 | 2026-05-23T15:36:39.413Z | file system system illumos |
| 204 | 2026-05-23T15:36:39.413Z | gcc vendor 14 vendor |
| 205 | 2026-05-23T15:36:39.413Z | gcc system 13 system |
| 206 | 2026-05-23T15:36:39.413Z | gcc system 10 system |
| 207 | 2026-05-23T15:36:39.413Z | go system 1.25 system |
| 208 | 2026-05-23T15:36:39.413Z | llvm system 15 system |
| 209 | 2026-05-23T15:36:39.413Z | mariadb system 11.4 system |
| 210 | 2026-05-23T15:36:39.413Z | mta vendor vendor dma |
| 211 | 2026-05-23T15:36:39.413Z | openjdk system 17 system |
| 212 | 2026-05-23T15:36:39.413Z | openjdk system 11 system |
| 213 | 2026-05-23T15:36:39.413Z | openssl vendor 3 vendor |
| 214 | 2026-05-23T15:36:39.413Z | perl system 5.40 system |
| 215 | 2026-05-23T15:36:39.413Z | postgresql system 18 system |
| 216 | 2026-05-23T15:36:39.413Z | postgresql system 17 system |
| 217 | 2026-05-23T15:36:39.414Z | python vendor 3 vendor |
| 218 | 2026-05-23T15:36:39.414Z | python system 2 system |
| 219 | 2026-05-23T15:36:39.414Z | python3 vendor 3.13 vendor |
| 220 | 2026-05-23T15:36:39.414Z | ruby system 3.4 system |
| 221 | 2026-05-23T15:36:39.414Z | ruby system 3.0 system |
| 222 | 2026-05-23T15:36:39.414Z | words vendor vendor american-english |
| 223 | 2026-05-23T15:36:39.414Z | words system system australian-english |
| 224 | 2026-05-23T15:36:39.414Z | words system system british-english |
| 225 | 2026-05-23T15:36:39.414Z | words system system canadian-english |
| 226 | 2026-05-23T15:36:39.414Z | words system system french |
| 227 | 2026-05-23T15:36:39.414Z | words system system italian |
| 228 | 2026-05-23T15:36:39.414Z | words system system ngerman |
| 229 | 2026-05-23T15:36:39.414Z | words system system ogerman |
| 230 | 2026-05-23T15:36:39.414Z | words system system spanish |
| 231 | 2026-05-23T15:36:39.673Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-05-23T15:36:39.674Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-05-23T15:36:39.955Z | FMRI IFO |
| 234 | 2026-05-23T15:36:39.955Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-05-23T15:36:39.955Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-05-23T15:36:39.955Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-05-23T15:36:39.955Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-05-23T15:36:39.955Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-05-23T15:36:39.955Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-05-23T15:36:39.955Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-05-23T15:36:39.955Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-05-23T15:36:39.955Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-05-23T15:36:40.210Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-05-23T15:36:40.452Z | Updating crates.io index |
| 245 | 2026-05-23T15:36:40.483Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-05-23T15:36:40.698Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-05-23T15:36:41.229Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-05-23T15:36:41.778Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-05-23T15:36:42.811Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-05-23T15:36:43.315Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-05-23T15:36:44.783Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-05-23T15:36:45.638Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-05-23T15:36:45.927Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-05-23T15:36:46.956Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-05-23T15:36:47.528Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-05-23T15:36:47.965Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-05-23T15:36:48.408Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-05-23T15:36:49.317Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-05-23T15:36:49.788Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-05-23T15:36:49.988Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-05-23T15:36:50.331Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-05-23T15:36:50.653Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-05-23T15:36:51.041Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-05-23T15:36:51.382Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-05-23T15:36:51.585Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-05-23T15:36:51.826Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-05-23T15:36:52.226Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-05-23T15:36:52.535Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 269 | 2026-05-23T15:36:53.146Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 270 | 2026-05-23T15:36:53.614Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-05-23T15:36:53.881Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-05-23T15:36:54.166Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2026-05-23T15:36:55.029Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 274 | 2026-05-23T15:36:55.796Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-05-23T15:36:56.278Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-05-23T15:36:56.676Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-05-23T15:36:56.897Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-05-23T15:36:57.480Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-05-23T15:36:57.795Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-05-23T15:36:58.314Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-05-23T15:36:58.937Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-05-23T15:36:59.156Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-05-23T15:36:59.382Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 284 | 2026-05-23T15:37:12.024Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-05-23T15:37:14.126Z | Downloading crates ... |
| 286 | 2026-05-23T15:37:14.179Z | Downloaded pretty-hex v0.4.1 |
| 287 | 2026-05-23T15:37:14.183Z | Downloaded camino v1.2.2 |
| 288 | 2026-05-23T15:37:14.186Z | Downloaded anstream v1.0.0 |
| 289 | 2026-05-23T15:37:14.189Z | Downloaded ordered-float v2.10.1 |
| 290 | 2026-05-23T15:37:14.192Z | Downloaded serde-untagged v0.1.9 |
| 291 | 2026-05-23T15:37:14.195Z | Downloaded thread-id v4.2.2 |
| 292 | 2026-05-23T15:37:14.195Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-05-23T15:37:14.198Z | Downloaded erased-serde v0.4.9 |
| 294 | 2026-05-23T15:37:14.201Z | Downloaded textwrap v0.16.2 |
| 295 | 2026-05-23T15:37:14.201Z | Downloaded synstructure v0.13.2 |
| 296 | 2026-05-23T15:37:14.201Z | Downloaded smallvec v1.15.1 |
| 297 | 2026-05-23T15:37:14.204Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-05-23T15:37:14.207Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-05-23T15:37:14.207Z | Downloaded unicode-linebreak v0.1.5 |
| 300 | 2026-05-23T15:37:14.210Z | Downloaded pest_meta v2.8.6 |
| 301 | 2026-05-23T15:37:14.210Z | Downloaded indexmap v2.14.0 |
| 302 | 2026-05-23T15:37:14.215Z | Downloaded usdt v0.5.0 |
| 303 | 2026-05-23T15:37:14.215Z | Downloaded is_terminal_polyfill v1.70.2 |
| 304 | 2026-05-23T15:37:14.220Z | Downloaded utf8_iter v1.0.4 |
| 305 | 2026-05-23T15:37:14.220Z | Downloaded typeid v1.0.3 |
| 306 | 2026-05-23T15:37:14.220Z | Downloaded clap_lex v1.0.0 |
| 307 | 2026-05-23T15:37:14.220Z | Downloaded memmap v0.7.0 |
| 308 | 2026-05-23T15:37:14.228Z | Downloaded yoke-derive v0.8.1 |
| 309 | 2026-05-23T15:37:14.228Z | Downloaded zerofrom v0.1.6 |
| 310 | 2026-05-23T15:37:14.228Z | Downloaded toml_datetime v0.6.11 |
| 311 | 2026-05-23T15:37:14.228Z | Downloaded fastrand v2.3.0 |
| 312 | 2026-05-23T15:37:14.228Z | Downloaded equivalent v1.0.2 |
| 313 | 2026-05-23T15:37:14.229Z | Downloaded cargo_toml v0.21.0 |
| 314 | 2026-05-23T15:37:14.229Z | Downloaded bytecount v0.6.9 |
| 315 | 2026-05-23T15:37:14.241Z | Downloaded usdt-attr-macro v0.5.0 |
| 316 | 2026-05-23T15:37:14.242Z | Downloaded usdt-macro v0.5.0 |
| 317 | 2026-05-23T15:37:14.242Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-05-23T15:37:14.242Z | Downloaded cargo-platform v0.2.0 |
| 319 | 2026-05-23T15:37:14.242Z | Downloaded scroll_derive v0.12.1 |
| 320 | 2026-05-23T15:37:14.242Z | Downloaded writeable v0.6.2 |
| 321 | 2026-05-23T15:37:14.242Z | Downloaded thiserror-impl v2.0.18 |
| 322 | 2026-05-23T15:37:14.242Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-05-23T15:37:14.242Z | Downloaded errno v0.3.14 |
| 324 | 2026-05-23T15:37:14.253Z | Downloaded zmij v1.0.21 |
| 325 | 2026-05-23T15:37:14.253Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-05-23T15:37:14.253Z | Downloaded unicode-xid v0.2.6 |
| 327 | 2026-05-23T15:37:14.253Z | Downloaded generic-array v0.14.7 |
| 328 | 2026-05-23T15:37:14.253Z | Downloaded form_urlencoded v1.2.2 |
| 329 | 2026-05-23T15:37:14.253Z | Downloaded version_check v0.9.5 |
| 330 | 2026-05-23T15:37:14.254Z | Downloaded smawk v0.3.2 |
| 331 | 2026-05-23T15:37:14.254Z | Downloaded zerovec-derive v0.11.2 |
| 332 | 2026-05-23T15:37:14.254Z | Downloaded fnv v1.0.7 |
| 333 | 2026-05-23T15:37:14.255Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-05-23T15:37:14.255Z | Downloaded yoke v0.8.1 |
| 335 | 2026-05-23T15:37:14.255Z | Downloaded thiserror v1.0.69 |
| 336 | 2026-05-23T15:37:14.264Z | Downloaded proc-macro-error-attr v1.0.4 |
| 337 | 2026-05-23T15:37:14.264Z | Downloaded cpufeatures v0.2.17 |
| 338 | 2026-05-23T15:37:14.264Z | Downloaded zerotrie v0.2.3 |
| 339 | 2026-05-23T15:37:14.264Z | Downloaded tinystr v0.8.2 |
| 340 | 2026-05-23T15:37:14.264Z | Downloaded cfg-if v1.0.4 |
| 341 | 2026-05-23T15:37:14.264Z | Downloaded dof v0.3.0 |
| 342 | 2026-05-23T15:37:14.264Z | Downloaded url v2.5.8 |
| 343 | 2026-05-23T15:37:14.264Z | Downloaded zerocopy-derive v0.7.35 |
| 344 | 2026-05-23T15:37:14.264Z | Downloaded strsim v0.11.1 |
| 345 | 2026-05-23T15:37:14.265Z | Downloaded usdt-impl v0.5.0 |
| 346 | 2026-05-23T15:37:14.268Z | Downloaded stable_deref_trait v1.2.1 |
| 347 | 2026-05-23T15:37:14.268Z | Downloaded heck v0.5.0 |
| 348 | 2026-05-23T15:37:14.268Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-05-23T15:37:14.268Z | Downloaded percent-encoding v2.3.2 |
| 350 | 2026-05-23T15:37:14.268Z | Downloaded serde-value v0.7.0 |
| 351 | 2026-05-23T15:37:14.268Z | Downloaded crypto-common v0.1.7 |
| 352 | 2026-05-23T15:37:14.268Z | Downloaded anstyle-query v1.1.5 |
| 353 | 2026-05-23T15:37:14.268Z | Downloaded toml v0.8.23 |
| 354 | 2026-05-23T15:37:14.271Z | Downloaded ucd-trie v0.1.7 |
| 355 | 2026-05-23T15:37:14.274Z | Downloaded typenum v1.19.0 |
| 356 | 2026-05-23T15:37:14.274Z | Downloaded serde_spanned v0.6.9 |
| 357 | 2026-05-23T15:37:14.277Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-05-23T15:37:14.277Z | Downloaded plain v0.2.3 |
| 359 | 2026-05-23T15:37:14.282Z | Downloaded macaddr v1.0.1 |
| 360 | 2026-05-23T15:37:14.285Z | Downloaded idna_adapter v1.2.1 |
| 361 | 2026-05-23T15:37:14.292Z | Downloaded scroll v0.12.0 |
| 362 | 2026-05-23T15:37:14.295Z | Downloaded once_cell v1.21.3 |
| 363 | 2026-05-23T15:37:14.298Z | Downloaded colorchoice v1.0.4 |
| 364 | 2026-05-23T15:37:14.301Z | Downloaded zerovec v0.11.5 |
| 365 | 2026-05-23T15:37:14.301Z | Downloaded zerocopy v0.7.35 |
| 366 | 2026-05-23T15:37:14.310Z | Downloaded terminal_size v0.4.3 |
| 367 | 2026-05-23T15:37:14.313Z | Downloaded tabled_derive v0.7.0 |
| 368 | 2026-05-23T15:37:14.313Z | Downloaded swrite v0.1.0 |
| 369 | 2026-05-23T15:37:14.313Z | Downloaded sha2 v0.10.9 |
| 370 | 2026-05-23T15:37:14.313Z | Downloaded dtrace-parser v0.2.0 |
| 371 | 2026-05-23T15:37:14.316Z | Downloaded digest v0.10.7 |
| 372 | 2026-05-23T15:37:14.316Z | Downloaded winnow v0.7.14 |
| 373 | 2026-05-23T15:37:14.319Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-05-23T15:37:14.322Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-23T15:37:14.325Z | Downloaded serde_tokenstream v0.2.3 |
| 376 | 2026-05-23T15:37:14.328Z | Downloaded anstyle v1.0.14 |
| 377 | 2026-05-23T15:37:14.328Z | Downloaded proc-macro-error v1.0.4 |
| 378 | 2026-05-23T15:37:14.332Z | Downloaded fs-err v3.3.0 |
| 379 | 2026-05-23T15:37:14.332Z | Downloaded displaydoc v0.2.5 |
| 380 | 2026-05-23T15:37:14.332Z | Downloaded potential_utf v0.1.4 |
| 381 | 2026-05-23T15:37:14.341Z | Downloaded autocfg v1.5.0 |
| 382 | 2026-05-23T15:37:14.342Z | Downloaded cargo-util-schemas v0.8.2 |
| 383 | 2026-05-23T15:37:14.342Z | Downloaded pest_generator v2.8.6 |
| 384 | 2026-05-23T15:37:14.345Z | Downloaded cargo_metadata v0.21.0 |
| 385 | 2026-05-23T15:37:14.346Z | Downloaded quote v1.0.45 |
| 386 | 2026-05-23T15:37:14.349Z | Downloaded heck v0.4.1 |
| 387 | 2026-05-23T15:37:14.349Z | Downloaded anstyle-parse v1.0.0 |
| 388 | 2026-05-23T15:37:14.358Z | Downloaded byteorder v1.5.0 |
| 389 | 2026-05-23T15:37:14.362Z | Downloaded camino-tempfile v1.4.1 |
| 390 | 2026-05-23T15:37:14.362Z | Downloaded litemap v0.8.1 |
| 391 | 2026-05-23T15:37:14.365Z | Downloaded itoa v1.0.17 |
| 392 | 2026-05-23T15:37:14.368Z | Downloaded clap_derive v4.6.1 |
| 393 | 2026-05-23T15:37:14.368Z | Downloaded serde_derive v1.0.228 |
| 394 | 2026-05-23T15:37:14.371Z | Downloaded clap v4.6.1 |
| 395 | 2026-05-23T15:37:14.374Z | Downloaded semver v1.0.28 |
| 396 | 2026-05-23T15:37:14.378Z | Downloaded proc-macro2 v1.0.106 |
| 397 | 2026-05-23T15:37:14.378Z | Downloaded pest_derive v2.8.6 |
| 398 | 2026-05-23T15:37:14.381Z | Downloaded getrandom v0.4.1 |
| 399 | 2026-05-23T15:37:14.381Z | Downloaded tempfile v3.25.0 |
| 400 | 2026-05-23T15:37:14.384Z | Downloaded log v0.4.29 |
| 401 | 2026-05-23T15:37:14.384Z | Downloaded icu_provider v2.1.1 |
| 402 | 2026-05-23T15:37:14.387Z | Downloaded papergrid v0.11.0 |
| 403 | 2026-05-23T15:37:14.390Z | Downloaded icu_properties v2.1.2 |
| 404 | 2026-05-23T15:37:14.390Z | Downloaded num-traits v0.2.19 |
| 405 | 2026-05-23T15:37:14.395Z | Downloaded anyhow v1.0.102 |
| 406 | 2026-05-23T15:37:14.402Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-05-23T15:37:14.405Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-05-23T15:37:14.408Z | Downloaded icu_locale_core v2.1.1 |
| 409 | 2026-05-23T15:37:14.418Z | Downloaded serde v1.0.228 |
| 410 | 2026-05-23T15:37:14.424Z | Downloaded serde_core v1.0.228 |
| 411 | 2026-05-23T15:37:14.434Z | Downloaded memchr v2.8.0 |
| 412 | 2026-05-23T15:37:14.439Z | Downloaded icu_collections v2.1.1 |
| 413 | 2026-05-23T15:37:14.442Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-23T15:37:14.455Z | Downloaded pest v2.8.6 |
| 415 | 2026-05-23T15:37:14.459Z | Downloaded clap_builder v4.6.0 |
| 416 | 2026-05-23T15:37:14.466Z | Downloaded idna v1.1.0 |
| 417 | 2026-05-23T15:37:14.476Z | Downloaded hashbrown v0.17.0 |
| 418 | 2026-05-23T15:37:14.484Z | Downloaded goblin v0.8.2 |
| 419 | 2026-05-23T15:37:14.491Z | Downloaded icu_properties_data v2.1.2 |
| 420 | 2026-05-23T15:37:14.502Z | Downloaded tabled v0.15.0 |
| 421 | 2026-05-23T15:37:14.505Z | Downloaded syn v1.0.109 |
| 422 | 2026-05-23T15:37:14.512Z | Downloaded syn v2.0.117 |
| 423 | 2026-05-23T15:37:14.525Z | Downloaded rustix v1.1.3 |
| 424 | 2026-05-23T15:37:14.539Z | Downloaded libc v0.2.185 |
| 425 | 2026-05-23T15:37:14.608Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-05-23T15:37:14.608Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-05-23T15:37:14.611Z | Compiling quote v1.0.45 |
| 428 | 2026-05-23T15:37:14.611Z | Compiling serde_core v1.0.228 |
| 429 | 2026-05-23T15:37:14.611Z | Compiling libc v0.2.185 |
| 430 | 2026-05-23T15:37:14.611Z | Compiling version_check v0.9.5 |
| 431 | 2026-05-23T15:37:14.611Z | Compiling memchr v2.8.0 |
| 432 | 2026-05-23T15:37:14.611Z | Compiling stable_deref_trait v1.2.1 |
| 433 | 2026-05-23T15:37:14.943Z | Compiling serde v1.0.228 |
| 434 | 2026-05-23T15:37:14.958Z | Compiling zmij v1.0.21 |
| 435 | 2026-05-23T15:37:15.185Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-05-23T15:37:15.303Z | Compiling thiserror v1.0.69 |
| 437 | 2026-05-23T15:37:15.439Z | Compiling autocfg v1.5.0 |
| 438 | 2026-05-23T15:37:15.464Z | Compiling itoa v1.0.17 |
| 439 | 2026-05-23T15:37:15.557Z | Compiling pest v2.8.6 |
| 440 | 2026-05-23T15:37:15.572Z | Compiling litemap v0.8.1 |
| 441 | 2026-05-23T15:37:15.604Z | Compiling writeable v0.6.2 |
| 442 | 2026-05-23T15:37:15.755Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-05-23T15:37:15.771Z | Compiling byteorder v1.5.0 |
| 444 | 2026-05-23T15:37:15.940Z | Compiling icu_normalizer_data v2.1.1 |
| 445 | 2026-05-23T15:37:15.996Z | Compiling rustix v1.1.3 |
| 446 | 2026-05-23T15:37:16.099Z | Compiling syn v2.0.117 |
| 447 | 2026-05-23T15:37:16.163Z | Compiling errno v0.3.14 |
| 448 | 2026-05-23T15:37:16.181Z | Compiling serde_json v1.0.149 |
| 449 | 2026-05-23T15:37:16.192Z | Compiling bitflags v2.11.0 |
| 450 | 2026-05-23T15:37:16.415Z | Compiling num-traits v0.2.19 |
| 451 | 2026-05-23T15:37:16.446Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-23T15:37:16.474Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-05-23T15:37:16.593Z | Compiling pest_meta v2.8.6 |
| 454 | 2026-05-23T15:37:16.657Z | Compiling equivalent v1.0.2 |
| 455 | 2026-05-23T15:37:16.751Z | Compiling typeid v1.0.3 |
| 456 | 2026-05-23T15:37:17.014Z | Compiling indexmap v2.14.0 |
| 457 | 2026-05-23T15:37:17.059Z | Compiling thread-id v4.2.2 |
| 458 | 2026-05-23T15:37:17.077Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-05-23T15:37:17.139Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2026-05-23T15:37:17.204Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-23T15:37:17.283Z | Compiling erased-serde v0.4.9 |
| 462 | 2026-05-23T15:37:17.442Z | Compiling syn v1.0.109 |
| 463 | 2026-05-23T15:37:17.548Z | Compiling toml_write v0.1.2 |
| 464 | 2026-05-23T15:37:17.798Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2026-05-23T15:37:17.869Z | Compiling thiserror v2.0.18 |
| 466 | 2026-05-23T15:37:17.992Z | Compiling camino v1.2.2 |
| 467 | 2026-05-23T15:37:18.203Z | Compiling plain v0.2.3 |
| 468 | 2026-05-23T15:37:18.207Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-23T15:37:18.308Z | Compiling log v0.4.29 |
| 470 | 2026-05-23T15:37:18.324Z | Compiling utf8parse v0.2.2 |
| 471 | 2026-05-23T15:37:18.327Z | Compiling percent-encoding v2.3.2 |
| 472 | 2026-05-23T15:37:18.342Z | Compiling getrandom v0.4.1 |
| 473 | 2026-05-23T15:37:18.421Z | Compiling anstyle-parse v1.0.0 |
| 474 | 2026-05-23T15:37:18.434Z | Compiling ordered-float v2.10.1 |
| 475 | 2026-05-23T15:37:18.487Z | Compiling form_urlencoded v1.2.2 |
| 476 | 2026-05-23T15:37:18.666Z | Compiling synstructure v0.13.2 |
| 477 | 2026-05-23T15:37:18.682Z | Compiling pest_generator v2.8.6 |
| 478 | 2026-05-23T15:37:18.758Z | Compiling terminal_size v0.4.3 |
| 479 | 2026-05-23T15:37:18.904Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-05-23T15:37:18.995Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-23T15:37:19.022Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-05-23T15:37:19.147Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-05-23T15:37:19.167Z | Compiling cfg-if v1.0.4 |
| 484 | 2026-05-23T15:37:19.181Z | Compiling anstyle v1.0.14 |
| 485 | 2026-05-23T15:37:19.210Z | Compiling serde-untagged v0.1.9 |
| 486 | 2026-05-23T15:37:19.363Z | Compiling anstream v1.0.0 |
| 487 | 2026-05-23T15:37:19.409Z | Compiling semver v1.0.28 |
| 488 | 2026-05-23T15:37:19.457Z | Compiling fs-err v3.3.0 |
| 489 | 2026-05-23T15:37:19.474Z | Compiling heck v0.5.0 |
| 490 | 2026-05-23T15:37:19.650Z | Compiling once_cell v1.21.3 |
| 491 | 2026-05-23T15:37:19.674Z | Compiling strsim v0.11.1 |
| 492 | 2026-05-23T15:37:19.703Z | Compiling fnv v1.0.7 |
| 493 | 2026-05-23T15:37:19.717Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-05-23T15:37:19.738Z | Compiling anyhow v1.0.102 |
| 495 | 2026-05-23T15:37:19.803Z | Compiling unicode-xid v0.2.6 |
| 496 | 2026-05-23T15:37:19.865Z | Compiling bytecount v0.6.9 |
| 497 | 2026-05-23T15:37:19.998Z | Compiling clap_lex v1.0.0 |
| 498 | 2026-05-23T15:37:19.998Z | Compiling fastrand v2.3.0 |
| 499 | 2026-05-23T15:37:20.029Z | Compiling heck v0.4.1 |
| 500 | 2026-05-23T15:37:20.231Z | Compiling tempfile v3.25.0 |
| 501 | 2026-05-23T15:37:20.248Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-05-23T15:37:20.262Z | Compiling papergrid v0.11.0 |
| 503 | 2026-05-23T15:37:20.294Z | Compiling memmap v0.7.0 |
| 504 | 2026-05-23T15:37:20.366Z | Compiling unicode-linebreak v0.1.5 |
| 505 | 2026-05-23T15:37:20.419Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-05-23T15:37:20.476Z | Compiling zerofrom-derive v0.1.6 |
| 507 | 2026-05-23T15:37:20.608Z | Compiling yoke-derive v0.8.1 |
| 508 | 2026-05-23T15:37:20.624Z | Compiling zerovec-derive v0.11.2 |
| 509 | 2026-05-23T15:37:20.853Z | Compiling displaydoc v0.2.5 |
| 510 | 2026-05-23T15:37:21.614Z | Compiling thiserror-impl v1.0.69 |
| 511 | 2026-05-23T15:37:21.737Z | Compiling zerocopy-derive v0.7.35 |
| 512 | 2026-05-23T15:37:21.737Z | Compiling pest_derive v2.8.6 |
| 513 | 2026-05-23T15:37:21.768Z | Compiling scroll_derive v0.12.1 |
| 514 | 2026-05-23T15:37:21.871Z | Compiling zerofrom v0.1.6 |
| 515 | 2026-05-23T15:37:22.004Z | Compiling yoke v0.8.1 |
| 516 | 2026-05-23T15:37:22.168Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-05-23T15:37:22.197Z | Compiling zerovec v0.11.5 |
| 518 | 2026-05-23T15:37:22.414Z | Compiling zerotrie v0.2.3 |
| 519 | 2026-05-23T15:37:22.596Z | Compiling zerocopy v0.7.35 |
| 520 | 2026-05-23T15:37:22.696Z | Compiling tinystr v0.8.2 |
| 521 | 2026-05-23T15:37:22.717Z | Compiling potential_utf v0.1.4 |
| 522 | 2026-05-23T15:37:22.888Z | Compiling icu_locale_core v2.1.1 |
| 523 | 2026-05-23T15:37:22.906Z | Compiling icu_collections v2.1.1 |
| 524 | 2026-05-23T15:37:22.966Z | Compiling dtrace-parser v0.2.0 |
| 525 | 2026-05-23T15:37:23.153Z | Compiling scroll v0.12.0 |
| 526 | 2026-05-23T15:37:23.278Z | Compiling tabled_derive v0.7.0 |
| 527 | 2026-05-23T15:37:23.421Z | Compiling goblin v0.8.2 |
| 528 | 2026-05-23T15:37:23.547Z | Compiling clap_derive v4.6.1 |
| 529 | 2026-05-23T15:37:23.680Z | Compiling icu_provider v2.1.1 |
| 530 | 2026-05-23T15:37:23.811Z | Compiling toml_datetime v0.6.11 |
| 531 | 2026-05-23T15:37:23.906Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-05-23T15:37:23.906Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-05-23T15:37:23.906Z | Compiling icu_properties v2.1.2 |
| 534 | 2026-05-23T15:37:24.006Z | Compiling dof v0.3.0 |
| 535 | 2026-05-23T15:37:24.128Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-05-23T15:37:24.128Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-05-23T15:37:24.373Z | Compiling serde-value v0.7.0 |
| 538 | 2026-05-23T15:37:24.374Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-05-23T15:37:24.468Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-05-23T15:37:24.630Z | Compiling smawk v0.3.2 |
| 541 | 2026-05-23T15:37:24.701Z | Compiling tabled v0.15.0 |
| 542 | 2026-05-23T15:37:24.743Z | Compiling textwrap v0.16.2 |
| 543 | 2026-05-23T15:37:24.761Z | Compiling idna_adapter v1.2.1 |
| 544 | 2026-05-23T15:37:24.820Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-23T15:37:24.904Z | Compiling idna v1.1.0 |
| 546 | 2026-05-23T15:37:24.975Z | Compiling usdt-macro v0.5.0 |
| 547 | 2026-05-23T15:37:25.190Z | Compiling url v2.5.8 |
| 548 | 2026-05-23T15:37:25.225Z | Compiling clap v4.6.1 |
| 549 | 2026-05-23T15:37:25.313Z | Compiling macaddr v1.0.1 |
| 550 | 2026-05-23T15:37:25.490Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-05-23T15:37:25.544Z | Compiling toml v0.8.23 |
| 552 | 2026-05-23T15:37:25.859Z | Compiling swrite v0.1.0 |
| 553 | 2026-05-23T15:37:25.944Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-05-23T15:37:25.962Z | Compiling cargo_toml v0.21.0 |
| 555 | 2026-05-23T15:37:25.978Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 556 | 2026-05-23T15:37:26.489Z | Compiling usdt v0.5.0 |
| 557 | 2026-05-23T15:37:26.875Z | Compiling cargo_metadata v0.21.0 |
| 558 | 2026-05-23T15:37:27.782Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 559 | 2026-05-23T15:37:29.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.83s |
| 560 | 2026-05-23T15:37:30.128Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 561 | 2026-05-23T15:37:30.750Z | Downloading crates ... |
| 562 | 2026-05-23T15:37:30.842Z | Downloaded atty v0.2.14 |
| 563 | 2026-05-23T15:37:30.845Z | Downloaded array-init v0.0.4 |
| 564 | 2026-05-23T15:37:30.848Z | Downloaded backoff v0.4.0 |
| 565 | 2026-05-23T15:37:30.851Z | Downloaded backon v1.6.0 |
| 566 | 2026-05-23T15:37:30.859Z | Downloaded adler2 v2.0.1 |
| 567 | 2026-05-23T15:37:30.864Z | Downloaded darling_macro v0.20.11 |
| 568 | 2026-05-23T15:37:30.867Z | Downloaded deranged v0.5.8 |
| 569 | 2026-05-23T15:37:30.870Z | Downloaded base16ct v0.2.0 |
| 570 | 2026-05-23T15:37:30.870Z | Downloaded bit-set v0.8.0 |
| 571 | 2026-05-23T15:37:30.870Z | Downloaded aws-lc-rs v1.16.3 |
| 572 | 2026-05-23T15:37:30.874Z | Downloaded crossbeam-utils v0.8.21 |
| 573 | 2026-05-23T15:37:30.878Z | Downloaded crossbeam-deque v0.8.6 |
| 574 | 2026-05-23T15:37:30.878Z | Downloaded bb8 v0.8.6 |
| 575 | 2026-05-23T15:37:30.881Z | Downloaded constant_time_eq v0.4.2 |
| 576 | 2026-05-23T15:37:30.881Z | Downloaded bit-vec v0.8.0 |
| 577 | 2026-05-23T15:37:30.881Z | Downloaded defmt v1.0.1 |
| 578 | 2026-05-23T15:37:30.885Z | Downloaded csv-core v0.1.13 |
| 579 | 2026-05-23T15:37:30.885Z | Downloaded chacha20 v0.10.0 |
| 580 | 2026-05-23T15:37:30.888Z | Downloaded crc-catalog v2.4.0 |
| 581 | 2026-05-23T15:37:30.888Z | Downloaded cstr-argument v0.1.2 |
| 582 | 2026-05-23T15:37:30.888Z | Downloaded crc8 v0.1.1 |
| 583 | 2026-05-23T15:37:30.888Z | Downloaded cargo_metadata v0.23.1 |
| 584 | 2026-05-23T15:37:30.891Z | Downloaded cargo-platform v0.3.2 |
| 585 | 2026-05-23T15:37:30.891Z | Downloaded darling_macro v0.23.0 |
| 586 | 2026-05-23T15:37:30.891Z | Downloaded bitflags v1.3.2 |
| 587 | 2026-05-23T15:37:30.902Z | Downloaded debug-ignore v1.0.5 |
| 588 | 2026-05-23T15:37:30.904Z | Downloaded darling_macro v0.21.3 |
| 589 | 2026-05-23T15:37:30.905Z | Downloaded compression-core v0.4.31 |
| 590 | 2026-05-23T15:37:30.909Z | Downloaded ciborium-ll v0.2.2 |
| 591 | 2026-05-23T15:37:30.912Z | Downloaded crc v3.4.0 |
| 592 | 2026-05-23T15:37:30.912Z | Downloaded derive_builder_macro v0.20.2 |
| 593 | 2026-05-23T15:37:30.912Z | Downloaded defmt-parser v1.0.0 |
| 594 | 2026-05-23T15:37:30.912Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 595 | 2026-05-23T15:37:30.915Z | Downloaded ctr v0.9.2 |
| 596 | 2026-05-23T15:37:30.915Z | Downloaded critical-section v1.2.0 |
| 597 | 2026-05-23T15:37:30.915Z | Downloaded darling v0.23.0 |
| 598 | 2026-05-23T15:37:30.918Z | Downloaded cfg_aliases v0.2.1 |
| 599 | 2026-05-23T15:37:30.921Z | Downloaded float-cmp v0.10.0 |
| 600 | 2026-05-23T15:37:30.921Z | Downloaded dunce v1.0.5 |
| 601 | 2026-05-23T15:37:30.921Z | Downloaded dirs-sys-next v0.1.2 |
| 602 | 2026-05-23T15:37:30.921Z | Downloaded assert_matches v1.5.0 |
| 603 | 2026-05-23T15:37:30.925Z | Downloaded fixedbitset v0.4.2 |
| 604 | 2026-05-23T15:37:30.928Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 605 | 2026-05-23T15:37:30.931Z | Downloaded crunchy v0.2.4 |
| 606 | 2026-05-23T15:37:30.931Z | Downloaded crucible-workspace-hack v0.1.0 |
| 607 | 2026-05-23T15:37:30.931Z | Downloaded base64ct v1.8.3 |
| 608 | 2026-05-23T15:37:30.934Z | Downloaded fd-lock v4.0.4 |
| 609 | 2026-05-23T15:37:30.937Z | Downloaded document-features v0.2.12 |
| 610 | 2026-05-23T15:37:30.937Z | Downloaded dtrace-parser v0.3.0 |
| 611 | 2026-05-23T15:37:30.940Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 612 | 2026-05-23T15:37:30.940Z | Downloaded async-recursion v1.1.1 |
| 613 | 2026-05-23T15:37:30.943Z | Downloaded dof v0.4.0 |
| 614 | 2026-05-23T15:37:30.943Z | Downloaded float-ord v0.3.2 |
| 615 | 2026-05-23T15:37:30.943Z | Downloaded atomic-waker v1.1.2 |
| 616 | 2026-05-23T15:37:30.946Z | Downloaded bitfield-struct v0.6.2 |
| 617 | 2026-05-23T15:37:30.946Z | Downloaded ascii-canvas v3.0.0 |
| 618 | 2026-05-23T15:37:30.949Z | Downloaded bit-set v0.5.3 |
| 619 | 2026-05-23T15:37:30.949Z | Downloaded embedded-io v0.6.1 |
| 620 | 2026-05-23T15:37:30.949Z | Downloaded flagset v0.4.7 |
| 621 | 2026-05-23T15:37:30.952Z | Downloaded endian-type v0.1.2 |
| 622 | 2026-05-23T15:37:30.952Z | Downloaded foreign-types v0.5.0 |
| 623 | 2026-05-23T15:37:30.952Z | Downloaded async-stream v0.3.6 |
| 624 | 2026-05-23T15:37:30.952Z | Downloaded display-error-chain v0.2.2 |
| 625 | 2026-05-23T15:37:30.955Z | Downloaded ciborium-io v0.2.2 |
| 626 | 2026-05-23T15:37:30.956Z | Downloaded foreign-types-shared v0.1.1 |
| 627 | 2026-05-23T15:37:30.956Z | Downloaded env_filter v1.0.0 |
| 628 | 2026-05-23T15:37:30.956Z | Downloaded dirs-next v2.0.0 |
| 629 | 2026-05-23T15:37:30.958Z | Downloaded difflib v0.4.0 |
| 630 | 2026-05-23T15:37:30.958Z | Downloaded cobs v0.3.0 |
| 631 | 2026-05-23T15:37:30.958Z | Downloaded cfg_aliases v0.1.1 |
| 632 | 2026-05-23T15:37:30.961Z | Downloaded der_derive v0.7.3 |
| 633 | 2026-05-23T15:37:30.962Z | Downloaded cpufeatures v0.3.0 |
| 634 | 2026-05-23T15:37:30.962Z | Downloaded castaway v0.2.4 |
| 635 | 2026-05-23T15:37:30.964Z | Downloaded derive-ex v0.1.8 |
| 636 | 2026-05-23T15:37:30.964Z | Downloaded defmt-macros v1.0.1 |
| 637 | 2026-05-23T15:37:30.967Z | Downloaded aead v0.5.2 |
| 638 | 2026-05-23T15:37:30.967Z | Downloaded block-padding v0.3.3 |
| 639 | 2026-05-23T15:37:30.967Z | Downloaded daft v0.1.7 |
| 640 | 2026-05-23T15:37:30.970Z | Downloaded derive_builder_core v0.20.2 |
| 641 | 2026-05-23T15:37:30.970Z | Downloaded downcast-rs v2.0.2 |
| 642 | 2026-05-23T15:37:30.970Z | Downloaded darling v0.20.11 |
| 643 | 2026-05-23T15:37:30.973Z | Downloaded enum-as-inner v0.6.1 |
| 644 | 2026-05-23T15:37:30.976Z | Downloaded convert_case v0.4.0 |
| 645 | 2026-05-23T15:37:30.976Z | Downloaded async-stream-impl v0.3.6 |
| 646 | 2026-05-23T15:37:30.976Z | Downloaded defmt v0.3.100 |
| 647 | 2026-05-23T15:37:30.976Z | Downloaded foreign-types-macros v0.2.3 |
| 648 | 2026-05-23T15:37:30.979Z | Downloaded crc32fast v1.5.0 |
| 649 | 2026-05-23T15:37:30.979Z | Downloaded dyn-clone v1.0.20 |
| 650 | 2026-05-23T15:37:30.979Z | Downloaded foreign-types-shared v0.3.1 |
| 651 | 2026-05-23T15:37:30.979Z | Downloaded bitfield-macros v0.19.4 |
| 652 | 2026-05-23T15:37:30.982Z | Downloaded dsl_auto_type v0.2.0 |
| 653 | 2026-05-23T15:37:30.982Z | Downloaded arrayref v0.3.9 |
| 654 | 2026-05-23T15:37:30.982Z | Downloaded futures-macro v0.3.32 |
| 655 | 2026-05-23T15:37:30.985Z | Downloaded cmake v0.1.57 |
| 656 | 2026-05-23T15:37:30.985Z | Downloaded futures-io v0.3.32 |
| 657 | 2026-05-23T15:37:30.985Z | Downloaded ghash v0.5.1 |
| 658 | 2026-05-23T15:37:30.985Z | Downloaded cassowary v0.3.0 |
| 659 | 2026-05-23T15:37:30.990Z | Downloaded hash32 v0.3.1 |
| 660 | 2026-05-23T15:37:30.993Z | Downloaded hash32 v0.2.1 |
| 661 | 2026-05-23T15:37:30.996Z | Downloaded env_logger v0.11.9 |
| 662 | 2026-05-23T15:37:31.000Z | Downloaded chacha20 v0.9.1 |
| 663 | 2026-05-23T15:37:31.000Z | Downloaded blowfish v0.9.1 |
| 664 | 2026-05-23T15:37:31.000Z | Downloaded cbc v0.1.2 |
| 665 | 2026-05-23T15:37:31.003Z | Downloaded foreign-types v0.3.2 |
| 666 | 2026-05-23T15:37:31.003Z | Downloaded filetime v0.2.27 |
| 667 | 2026-05-23T15:37:31.003Z | Downloaded gethostname v0.5.0 |
| 668 | 2026-05-23T15:37:31.004Z | Downloaded futures-task v0.3.32 |
| 669 | 2026-05-23T15:37:31.007Z | Downloaded fxhash v0.2.1 |
| 670 | 2026-05-23T15:37:31.007Z | Downloaded futures-sink v0.3.32 |
| 671 | 2026-05-23T15:37:31.007Z | Downloaded futures-core v0.3.32 |
| 672 | 2026-05-23T15:37:31.007Z | Downloaded either v1.15.0 |
| 673 | 2026-05-23T15:37:31.011Z | Downloaded ena v0.14.4 |
| 674 | 2026-05-23T15:37:31.011Z | Downloaded embedded-io v0.4.0 |
| 675 | 2026-05-23T15:37:31.011Z | Downloaded globwalk v0.9.1 |
| 676 | 2026-05-23T15:37:31.011Z | Downloaded fixedbitset v0.5.7 |
| 677 | 2026-05-23T15:37:31.014Z | Downloaded anstream v0.6.21 |
| 678 | 2026-05-23T15:37:31.014Z | Downloaded foldhash v0.1.5 |
| 679 | 2026-05-23T15:37:31.017Z | Downloaded ff v0.13.1 |
| 680 | 2026-05-23T15:37:31.017Z | Downloaded ed25519 v2.2.3 |
| 681 | 2026-05-23T15:37:31.017Z | Downloaded arrayvec v0.7.6 |
| 682 | 2026-05-23T15:37:31.020Z | Downloaded argon2 v0.5.3 |
| 683 | 2026-05-23T15:37:31.020Z | Downloaded diesel-dtrace v0.5.0 |
| 684 | 2026-05-23T15:37:31.020Z | Downloaded darling v0.21.3 |
| 685 | 2026-05-23T15:37:31.023Z | Downloaded headers-core v0.3.0 |
| 686 | 2026-05-23T15:37:31.026Z | Downloaded compression-codecs v0.4.37 |
| 687 | 2026-05-23T15:37:31.026Z | Downloaded cipher v0.4.4 |
| 688 | 2026-05-23T15:37:31.029Z | Downloaded camino-tempfile-ext v0.3.3 |
| 689 | 2026-05-23T15:37:31.029Z | Downloaded buf-list v1.1.2 |
| 690 | 2026-05-23T15:37:31.032Z | Downloaded atomicwrites v0.4.4 |
| 691 | 2026-05-23T15:37:31.032Z | Downloaded hex-literal v0.4.1 |
| 692 | 2026-05-23T15:37:31.032Z | Downloaded hex v0.4.3 |
| 693 | 2026-05-23T15:37:31.032Z | Downloaded daft-derive v0.1.7 |
| 694 | 2026-05-23T15:37:31.035Z | Downloaded find-msvc-tools v0.1.9 |
| 695 | 2026-05-23T15:37:31.038Z | Downloaded corncobs v0.1.4 |
| 696 | 2026-05-23T15:37:31.040Z | Downloaded colored v3.1.1 |
| 697 | 2026-05-23T15:37:31.043Z | Downloaded fallible-iterator v0.2.0 |
| 698 | 2026-05-23T15:37:31.043Z | Downloaded git-stub v1.0.0 |
| 699 | 2026-05-23T15:37:31.043Z | Downloaded fs_extra v1.3.0 |
| 700 | 2026-05-23T15:37:31.043Z | Downloaded cookie_store v0.22.1 |
| 701 | 2026-05-23T15:37:31.047Z | Downloaded git-stub-vcs v0.1.0 |
| 702 | 2026-05-23T15:37:31.047Z | Downloaded bzip2 v0.6.1 |
| 703 | 2026-05-23T15:37:31.047Z | Downloaded hubpack_derive v0.1.1 |
| 704 | 2026-05-23T15:37:31.050Z | Downloaded hostname v0.4.2 |
| 705 | 2026-05-23T15:37:31.050Z | Downloaded home v0.5.12 |
| 706 | 2026-05-23T15:37:31.050Z | Downloaded hostname v0.3.1 |
| 707 | 2026-05-23T15:37:31.050Z | Downloaded globset v0.4.18 |
| 708 | 2026-05-23T15:37:31.053Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-05-23T15:37:31.053Z | Downloaded http-body v1.0.1 |
| 710 | 2026-05-23T15:37:31.053Z | Downloaded bit-vec v0.6.3 |
| 711 | 2026-05-23T15:37:31.053Z | Downloaded httpdate v1.0.3 |
| 712 | 2026-05-23T15:37:31.056Z | Downloaded indent_write v2.2.0 |
| 713 | 2026-05-23T15:37:31.056Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 714 | 2026-05-23T15:37:31.056Z | Downloaded bcs v0.1.6 |
| 715 | 2026-05-23T15:37:31.059Z | Downloaded hyper-tls v0.6.0 |
| 716 | 2026-05-23T15:37:31.059Z | Downloaded funty v2.0.0 |
| 717 | 2026-05-23T15:37:31.059Z | Downloaded ar_archive_writer v0.5.1 |
| 718 | 2026-05-23T15:37:31.062Z | Downloaded futures-executor v0.3.32 |
| 719 | 2026-05-23T15:37:31.062Z | Downloaded derive_builder v0.20.2 |
| 720 | 2026-05-23T15:37:31.065Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 721 | 2026-05-23T15:37:31.068Z | Downloaded indoc v1.0.9 |
| 722 | 2026-05-23T15:37:31.068Z | Downloaded illumos-nvpair v0.3.0 |
| 723 | 2026-05-23T15:37:31.068Z | Downloaded diff v0.1.13 |
| 724 | 2026-05-23T15:37:31.071Z | Downloaded instant v0.1.13 |
| 725 | 2026-05-23T15:37:31.071Z | Downloaded glob v0.3.3 |
| 726 | 2026-05-23T15:37:31.074Z | Downloaded des v0.8.1 |
| 727 | 2026-05-23T15:37:31.074Z | Downloaded const_format_proc_macros v0.2.34 |
| 728 | 2026-05-23T15:37:31.074Z | Downloaded convert_case v0.10.0 |
| 729 | 2026-05-23T15:37:31.077Z | Downloaded ciborium v0.2.2 |
| 730 | 2026-05-23T15:37:31.077Z | Downloaded inout v0.1.4 |
| 731 | 2026-05-23T15:37:31.080Z | Downloaded foldhash v0.2.0 |
| 732 | 2026-05-23T15:37:31.080Z | Downloaded crossbeam-epoch v0.9.18 |
| 733 | 2026-05-23T15:37:31.083Z | Downloaded crc-any v2.5.0 |
| 734 | 2026-05-23T15:37:31.083Z | Downloaded derive_more v0.99.20 |
| 735 | 2026-05-23T15:37:31.086Z | Downloaded colored v2.2.0 |
| 736 | 2026-05-23T15:37:31.089Z | Downloaded instability v0.3.11 |
| 737 | 2026-05-23T15:37:31.089Z | Downloaded is_ci v1.2.0 |
| 738 | 2026-05-23T15:37:31.089Z | Downloaded is-terminal v0.4.17 |
| 739 | 2026-05-23T15:37:31.089Z | Downloaded internet-checksum v0.2.1 |
| 740 | 2026-05-23T15:37:31.092Z | Downloaded console v0.16.2 |
| 741 | 2026-05-23T15:37:31.092Z | Downloaded bzip2 v0.4.4 |
| 742 | 2026-05-23T15:37:31.092Z | Downloaded clang-sys v1.8.1 |
| 743 | 2026-05-23T15:37:31.095Z | Downloaded darling_core v0.23.0 |
| 744 | 2026-05-23T15:37:31.098Z | Downloaded blake2 v0.10.6 |
| 745 | 2026-05-23T15:37:31.098Z | Downloaded lalrpop-util v0.19.12 |
| 746 | 2026-05-23T15:37:31.101Z | Downloaded keccak v0.1.6 |
| 747 | 2026-05-23T15:37:31.101Z | Downloaded futures-channel v0.3.32 |
| 748 | 2026-05-23T15:37:31.101Z | Downloaded allocator-api2 v0.2.21 |
| 749 | 2026-05-23T15:37:31.104Z | Downloaded async-bb8-diesel v0.2.1 |
| 750 | 2026-05-23T15:37:31.104Z | Downloaded kstat-rs v0.2.4 |
| 751 | 2026-05-23T15:37:31.107Z | Downloaded erased-serde v0.3.31 |
| 752 | 2026-05-23T15:37:31.107Z | Downloaded ecdsa v0.16.9 |
| 753 | 2026-05-23T15:37:31.110Z | Downloaded cancel-safe-futures v0.1.5 |
| 754 | 2026-05-23T15:37:31.110Z | Downloaded hubpack v0.1.2 |
| 755 | 2026-05-23T15:37:31.113Z | Downloaded fs-err v2.11.0 |
| 756 | 2026-05-23T15:37:31.113Z | Downloaded humantime v2.3.0 |
| 757 | 2026-05-23T15:37:31.113Z | Downloaded http-range v0.1.5 |
| 758 | 2026-05-23T15:37:31.116Z | Downloaded http-body-util v0.1.3 |
| 759 | 2026-05-23T15:37:31.116Z | Downloaded lazy_static v1.5.0 |
| 760 | 2026-05-23T15:37:31.116Z | Downloaded hyper-staticfile v0.10.1 |
| 761 | 2026-05-23T15:37:31.119Z | Downloaded linked-hash-map v0.5.6 |
| 762 | 2026-05-23T15:37:31.119Z | Downloaded lru-slab v0.1.2 |
| 763 | 2026-05-23T15:37:31.119Z | Downloaded lru-cache v0.1.2 |
| 764 | 2026-05-23T15:37:31.122Z | Downloaded maplit v1.0.2 |
| 765 | 2026-05-23T15:37:31.122Z | Downloaded lru v0.12.5 |
| 766 | 2026-05-23T15:37:31.122Z | Downloaded getrandom v0.2.17 |
| 767 | 2026-05-23T15:37:31.125Z | Downloaded mime v0.3.17 |
| 768 | 2026-05-23T15:37:31.125Z | Downloaded md-5 v0.10.6 |
| 769 | 2026-05-23T15:37:31.125Z | Downloaded ingot-types v0.1.2 |
| 770 | 2026-05-23T15:37:31.128Z | Downloaded group v0.13.0 |
| 771 | 2026-05-23T15:37:31.128Z | Downloaded half v1.8.3 |
| 772 | 2026-05-23T15:37:31.131Z | Downloaded cexpr v0.6.0 |
| 773 | 2026-05-23T15:37:31.131Z | Downloaded elliptic-curve v0.13.8 |
| 774 | 2026-05-23T15:37:31.134Z | Downloaded memoffset v0.9.1 |
| 775 | 2026-05-23T15:37:31.134Z | Downloaded maybe-uninit v2.0.0 |
| 776 | 2026-05-23T15:37:31.134Z | Downloaded lzss v0.8.2 |
| 777 | 2026-05-23T15:37:31.137Z | Downloaded md5 v0.7.0 |
| 778 | 2026-05-23T15:37:31.137Z | Downloaded fatfs v0.3.6 |
| 779 | 2026-05-23T15:37:31.140Z | Downloaded dropshot_endpoint v0.17.0 |
| 780 | 2026-05-23T15:37:31.140Z | Downloaded byte-wrapper v0.1.0 |
| 781 | 2026-05-23T15:37:31.143Z | Downloaded ahash v0.8.12 |
| 782 | 2026-05-23T15:37:31.143Z | Downloaded managed v0.8.0 |
| 783 | 2026-05-23T15:37:31.146Z | Downloaded nodrop v0.1.14 |
| 784 | 2026-05-23T15:37:31.146Z | Downloaded newline-converter v0.3.0 |
| 785 | 2026-05-23T15:37:31.146Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 786 | 2026-05-23T15:37:31.149Z | Downloaded darling_core v0.21.3 |
| 787 | 2026-05-23T15:37:31.152Z | Downloaded ingot v0.1.1 |
| 788 | 2026-05-23T15:37:31.152Z | Downloaded indoc v2.0.7 |
| 789 | 2026-05-23T15:37:31.156Z | Downloaded newtype-uuid-macros v0.1.0 |
| 790 | 2026-05-23T15:37:31.156Z | Downloaded ipnet v2.11.0 |
| 791 | 2026-05-23T15:37:31.156Z | Downloaded num v0.4.3 |
| 792 | 2026-05-23T15:37:31.156Z | Downloaded const-oid v0.9.6 |
| 793 | 2026-05-23T15:37:31.159Z | Downloaded console v0.15.11 |
| 794 | 2026-05-23T15:37:31.159Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-05-23T15:37:31.162Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2026-05-23T15:37:31.162Z | Downloaded num-derive v0.4.2 |
| 797 | 2026-05-23T15:37:31.162Z | Downloaded darling_core v0.20.11 |
| 798 | 2026-05-23T15:37:31.165Z | Downloaded new_debug_unreachable v1.0.6 |
| 799 | 2026-05-23T15:37:31.165Z | Downloaded multimap v0.10.1 |
| 800 | 2026-05-23T15:37:31.168Z | Downloaded newtype_derive v0.1.6 |
| 801 | 2026-05-23T15:37:31.168Z | Downloaded futures v0.3.32 |
| 802 | 2026-05-23T15:37:31.171Z | Downloaded bitfield v0.19.4 |
| 803 | 2026-05-23T15:37:31.171Z | Downloaded async-trait v0.1.89 |
| 804 | 2026-05-23T15:37:31.174Z | Downloaded normalize-line-endings v0.3.0 |
| 805 | 2026-05-23T15:37:31.174Z | Downloaded nonempty v0.12.0 |
| 806 | 2026-05-23T15:37:31.177Z | Downloaded jobserver v0.1.34 |
| 807 | 2026-05-23T15:37:31.177Z | Downloaded libloading v0.8.9 |
| 808 | 2026-05-23T15:37:31.177Z | Downloaded num_threads v0.1.7 |
| 809 | 2026-05-23T15:37:31.180Z | Downloaded hyper-rustls v0.27.7 |
| 810 | 2026-05-23T15:37:31.180Z | Downloaded oso-derive v0.27.3 |
| 811 | 2026-05-23T15:37:31.183Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2026-05-23T15:37:31.183Z | Downloaded httparse v1.10.1 |
| 813 | 2026-05-23T15:37:31.183Z | Downloaded getrandom v0.3.4 |
| 814 | 2026-05-23T15:37:31.186Z | Downloaded num-conv v0.2.0 |
| 815 | 2026-05-23T15:37:31.187Z | Downloaded libsw-core v0.3.2 |
| 816 | 2026-05-23T15:37:31.190Z | Downloaded libsw v3.5.0 |
| 817 | 2026-05-23T15:37:31.190Z | Downloaded libscf-sys v1.1.0 |
| 818 | 2026-05-23T15:37:31.190Z | Downloaded hmac v0.12.1 |
| 819 | 2026-05-23T15:37:31.190Z | Downloaded highway v1.3.0 |
| 820 | 2026-05-23T15:37:31.193Z | Downloaded anstyle-parse v0.2.7 |
| 821 | 2026-05-23T15:37:31.193Z | Downloaded linear-map v1.2.0 |
| 822 | 2026-05-23T15:37:31.196Z | Downloaded libefi-sys v0.1.0 |
| 823 | 2026-05-23T15:37:31.211Z | Downloaded openssl-probe v0.2.1 |
| 824 | 2026-05-23T15:37:31.214Z | Downloaded chacha20poly1305 v0.10.1 |
| 825 | 2026-05-23T15:37:31.214Z | Downloaded arc-swap v1.8.2 |
| 826 | 2026-05-23T15:37:31.217Z | Downloaded openssl-probe v0.1.6 |
| 827 | 2026-05-23T15:37:31.217Z | Downloaded openssl-macros v0.1.1 |
| 828 | 2026-05-23T15:37:31.217Z | Downloaded olpc-cjson v0.1.4 |
| 829 | 2026-05-23T15:37:31.220Z | Downloaded mime_guess v2.0.5 |
| 830 | 2026-05-23T15:37:31.220Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-05-23T15:37:31.220Z | Downloaded nanorand v0.7.0 |
| 832 | 2026-05-23T15:37:31.223Z | Downloaded ingot-macros v0.1.1 |
| 833 | 2026-05-23T15:37:31.223Z | Downloaded base64 v0.22.1 |
| 834 | 2026-05-23T15:37:31.226Z | Downloaded parse-size v1.1.0 |
| 835 | 2026-05-23T15:37:31.226Z | Downloaded peg-runtime v0.8.5 |
| 836 | 2026-05-23T15:37:31.226Z | Downloaded packed_struct_codegen v0.10.1 |
| 837 | 2026-05-23T15:37:31.229Z | Downloaded cookie v0.18.1 |
| 838 | 2026-05-23T15:37:31.229Z | Downloaded compact_str v0.8.1 |
| 839 | 2026-05-23T15:37:31.232Z | Downloaded num-rational v0.4.2 |
| 840 | 2026-05-23T15:37:31.232Z | Downloaded phf_shared v0.11.3 |
| 841 | 2026-05-23T15:37:31.236Z | Downloaded native-tls v0.2.18 |
| 842 | 2026-05-23T15:37:31.236Z | Downloaded multer v3.1.0 |
| 843 | 2026-05-23T15:37:31.237Z | Downloaded derive_more-impl v2.1.1 |
| 844 | 2026-05-23T15:37:31.239Z | Downloaded crossbeam-channel v0.5.15 |
| 845 | 2026-05-23T15:37:31.242Z | Downloaded pbkdf2 v0.11.0 |
| 846 | 2026-05-23T15:37:31.242Z | Downloaded parse-display v0.10.0 |
| 847 | 2026-05-23T15:37:31.246Z | Downloaded num_enum v0.7.6 |
| 848 | 2026-05-23T15:37:31.248Z | Downloaded pin-utils v0.1.0 |
| 849 | 2026-05-23T15:37:31.248Z | Downloaded pbkdf2 v0.12.2 |
| 850 | 2026-05-23T15:37:31.251Z | Downloaded path-slash v0.1.5 |
| 851 | 2026-05-23T15:37:31.251Z | Downloaded num-derive v0.3.3 |
| 852 | 2026-05-23T15:37:31.251Z | Downloaded nu-ansi-term v0.50.3 |
| 853 | 2026-05-23T15:37:31.254Z | Downloaded oxide-tokio-rt v0.1.4 |
| 854 | 2026-05-23T15:37:31.254Z | Downloaded phf_shared v0.13.1 |
| 855 | 2026-05-23T15:37:31.258Z | Downloaded num_enum_derive v0.7.6 |
| 856 | 2026-05-23T15:37:31.258Z | Downloaded num_enum v0.5.11 |
| 857 | 2026-05-23T15:37:31.261Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-05-23T15:37:31.261Z | Downloaded owo-colors v4.3.0 |
| 859 | 2026-05-23T15:37:31.264Z | Downloaded num-integer v0.1.46 |
| 860 | 2026-05-23T15:37:31.264Z | Downloaded litrs v1.0.0 |
| 861 | 2026-05-23T15:37:31.267Z | Downloaded derive-where v1.6.0 |
| 862 | 2026-05-23T15:37:31.270Z | Downloaded packed_struct v0.10.1 |
| 863 | 2026-05-23T15:37:31.270Z | Downloaded oxnet v0.1.5 |
| 864 | 2026-05-23T15:37:31.273Z | Downloaded memmap2 v0.9.10 |
| 865 | 2026-05-23T15:37:31.273Z | Downloaded derive_more v2.1.1 |
| 866 | 2026-05-23T15:37:31.279Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-05-23T15:37:31.282Z | Downloaded predicates-core v1.0.10 |
| 868 | 2026-05-23T15:37:31.282Z | Downloaded predicates-tree v1.0.13 |
| 869 | 2026-05-23T15:37:31.285Z | Downloaded num-complex v0.4.6 |
| 870 | 2026-05-23T15:37:31.285Z | Downloaded precomputed-hash v0.1.1 |
| 871 | 2026-05-23T15:37:31.285Z | Downloaded indexmap v1.9.3 |
| 872 | 2026-05-23T15:37:31.288Z | Downloaded half v2.7.1 |
| 873 | 2026-05-23T15:37:31.291Z | Downloaded proc-macro-crate v1.3.1 |
| 874 | 2026-05-23T15:37:31.291Z | Downloaded progenitor-client v0.14.0 |
| 875 | 2026-05-23T15:37:31.291Z | Downloaded phf v0.12.1 |
| 876 | 2026-05-23T15:37:31.294Z | Downloaded progenitor-macro v0.11.2 |
| 877 | 2026-05-23T15:37:31.294Z | Downloaded pem-rfc7468 v0.7.0 |
| 878 | 2026-05-23T15:37:31.294Z | Downloaded pem v3.0.6 |
| 879 | 2026-05-23T15:37:31.298Z | Downloaded progenitor-client v0.11.2 |
| 880 | 2026-05-23T15:37:31.298Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 881 | 2026-05-23T15:37:31.298Z | Downloaded heapless v0.7.17 |
| 882 | 2026-05-23T15:37:31.301Z | Downloaded headers v0.4.1 |
| 883 | 2026-05-23T15:37:31.304Z | Downloaded peg-macros v0.8.5 |
| 884 | 2026-05-23T15:37:31.307Z | Downloaded phf_shared v0.12.1 |
| 885 | 2026-05-23T15:37:31.307Z | Downloaded parse-display-derive v0.10.0 |
| 886 | 2026-05-23T15:37:31.307Z | Downloaded libbz2-rs-sys v0.2.2 |
| 887 | 2026-05-23T15:37:31.310Z | Downloaded paste v1.0.15 |
| 888 | 2026-05-23T15:37:31.312Z | Downloaded progenitor-macro v0.13.0 |
| 889 | 2026-05-23T15:37:31.312Z | Downloaded pin-project-internal v1.1.11 |
| 890 | 2026-05-23T15:37:31.312Z | Downloaded pkg-config v0.3.32 |
| 891 | 2026-05-23T15:37:31.316Z | Downloaded ignore v0.4.25 |
| 892 | 2026-05-23T15:37:31.316Z | Downloaded pkcs8 v0.10.2 |
| 893 | 2026-05-23T15:37:31.318Z | Downloaded indicatif v0.18.4 |
| 894 | 2026-05-23T15:37:31.321Z | Downloaded poly1305 v0.8.0 |
| 895 | 2026-05-23T15:37:31.321Z | Downloaded postgres-protocol v0.6.10 |
| 896 | 2026-05-23T15:37:31.324Z | Downloaded base64 v0.21.7 |
| 897 | 2026-05-23T15:37:31.327Z | Downloaded progenitor-macro v0.14.0 |
| 898 | 2026-05-23T15:37:31.327Z | Downloaded rand_chacha v0.3.1 |
| 899 | 2026-05-23T15:37:31.327Z | Downloaded radium v0.7.0 |
| 900 | 2026-05-23T15:37:31.330Z | Downloaded ppv-lite86 v0.2.21 |
| 901 | 2026-05-23T15:37:31.330Z | Downloaded psl-types v2.0.11 |
| 902 | 2026-05-23T15:37:31.330Z | Downloaded polyval v0.6.2 |
| 903 | 2026-05-23T15:37:31.333Z | Downloaded password-hash v0.4.2 |
| 904 | 2026-05-23T15:37:31.333Z | Downloaded nibble_vec v0.1.0 |
| 905 | 2026-05-23T15:37:31.336Z | Downloaded flate2 v1.1.9 |
| 906 | 2026-05-23T15:37:31.339Z | Downloaded crypto-bigint v0.5.5 |
| 907 | 2026-05-23T15:37:31.342Z | Downloaded rand_xorshift v0.4.0 |
| 908 | 2026-05-23T15:37:31.342Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 909 | 2026-05-23T15:37:31.345Z | Downloaded password-hash v0.5.0 |
| 910 | 2026-05-23T15:37:31.345Z | Downloaded parking_lot_core v0.9.12 |
| 911 | 2026-05-23T15:37:31.348Z | Downloaded parking_lot_core v0.8.6 |
| 912 | 2026-05-23T15:37:31.348Z | Downloaded progenitor v0.11.2 |
| 913 | 2026-05-23T15:37:31.351Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-05-23T15:37:31.351Z | Downloaded predicates v3.1.4 |
| 915 | 2026-05-23T15:37:31.355Z | Downloaded async-compression v0.4.41 |
| 916 | 2026-05-23T15:37:31.358Z | Downloaded progenitor-extras v0.2.0 |
| 917 | 2026-05-23T15:37:31.361Z | Downloaded progenitor v0.14.0 |
| 918 | 2026-05-23T15:37:31.361Z | Downloaded ref-cast-impl v1.0.25 |
| 919 | 2026-05-23T15:37:31.361Z | Downloaded progenitor v0.13.0 |
| 920 | 2026-05-23T15:37:31.364Z | Downloaded ref-cast v1.0.25 |
| 921 | 2026-05-23T15:37:31.364Z | Downloaded hickory-resolver v0.25.2 |
| 922 | 2026-05-23T15:37:31.367Z | Downloaded primeorder v0.13.6 |
| 923 | 2026-05-23T15:37:31.367Z | Downloaded parking_lot v0.12.5 |
| 924 | 2026-05-23T15:37:31.370Z | Downloaded russh-cryptovec v0.7.3 |
| 925 | 2026-05-23T15:37:31.370Z | Downloaded progenitor-client v0.13.0 |
| 926 | 2026-05-23T15:37:31.373Z | Downloaded diesel_derives v2.3.7 |
| 927 | 2026-05-23T15:37:31.376Z | Downloaded r2d2 v0.8.10 |
| 928 | 2026-05-23T15:37:31.376Z | Downloaded expectorate v1.2.0 |
| 929 | 2026-05-23T15:37:31.379Z | Downloaded oso v0.27.3 |
| 930 | 2026-05-23T15:37:31.381Z | Downloaded rfc6979 v0.4.0 |
| 931 | 2026-05-23T15:37:31.382Z | Downloaded pkcs5 v0.7.1 |
| 932 | 2026-05-23T15:37:31.384Z | Downloaded rtoolbox v0.0.3 |
| 933 | 2026-05-23T15:37:31.384Z | Downloaded postcard v1.1.3 |
| 934 | 2026-05-23T15:37:31.387Z | Downloaded pin-project-lite v0.2.17 |
| 935 | 2026-05-23T15:37:31.390Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-05-23T15:37:31.391Z | Downloaded phf v0.13.1 |
| 937 | 2026-05-23T15:37:31.393Z | Downloaded heapless v0.8.0 |
| 938 | 2026-05-23T15:37:31.396Z | Downloaded omicron-zone-package v0.12.2 |
| 939 | 2026-05-23T15:37:31.399Z | Downloaded same-file v1.0.6 |
| 940 | 2026-05-23T15:37:31.399Z | Downloaded quick-error v1.2.3 |
| 941 | 2026-05-23T15:37:31.399Z | Downloaded p256 v0.13.2 |
| 942 | 2026-05-23T15:37:31.403Z | Downloaded psm v0.1.30 |
| 943 | 2026-05-23T15:37:31.406Z | Downloaded rustc_version v0.4.1 |
| 944 | 2026-05-23T15:37:31.406Z | Downloaded rustc_version v0.1.7 |
| 945 | 2026-05-23T15:37:31.406Z | Downloaded papergrid v0.17.0 |
| 946 | 2026-05-23T15:37:31.410Z | Downloaded scrypt v0.11.0 |
| 947 | 2026-05-23T15:37:31.413Z | Downloaded scroll_derive v0.13.1 |
| 948 | 2026-05-23T15:37:31.413Z | Downloaded hashbrown v0.12.3 |
| 949 | 2026-05-23T15:37:31.416Z | Downloaded crossterm v0.28.1 |
| 950 | 2026-05-23T15:37:31.419Z | Downloaded rand_seeder v0.4.0 |
| 951 | 2026-05-23T15:37:31.423Z | Downloaded rand_core v0.10.0 |
| 952 | 2026-05-23T15:37:31.423Z | Downloaded rand_core v0.9.5 |
| 953 | 2026-05-23T15:37:31.423Z | Downloaded sapling-renderdag v0.1.0 |
| 954 | 2026-05-23T15:37:31.427Z | Downloaded salsa20 v0.10.2 |
| 955 | 2026-05-23T15:37:31.427Z | Downloaded hickory-resolver v0.24.4 |
| 956 | 2026-05-23T15:37:31.429Z | Downloaded scheduled-thread-pool v0.2.7 |
| 957 | 2026-05-23T15:37:31.429Z | Downloaded parking_lot v0.11.2 |
| 958 | 2026-05-23T15:37:31.429Z | Downloaded jiff-static v0.2.21 |
| 959 | 2026-05-23T15:37:31.432Z | Downloaded aes v0.8.4 |
| 960 | 2026-05-23T15:37:31.435Z | Downloaded ed25519-dalek v2.2.0 |
| 961 | 2026-05-23T15:37:31.435Z | Downloaded secrecy v0.10.3 |
| 962 | 2026-05-23T15:37:31.439Z | Downloaded recursive v0.1.1 |
| 963 | 2026-05-23T15:37:31.439Z | Downloaded serde_repr v0.1.20 |
| 964 | 2026-05-23T15:37:31.439Z | Downloaded serde-big-array v0.5.1 |
| 965 | 2026-05-23T15:37:31.442Z | Downloaded pin-project v1.1.11 |
| 966 | 2026-05-23T15:37:31.445Z | Downloaded serde_plain v1.0.2 |
| 967 | 2026-05-23T15:37:31.448Z | Downloaded postgres-types v0.2.12 |
| 968 | 2026-05-23T15:37:31.448Z | Downloaded quinn-udp v0.5.14 |
| 969 | 2026-05-23T15:37:31.451Z | Downloaded rustls-pemfile v1.0.4 |
| 970 | 2026-05-23T15:37:31.451Z | Downloaded serde_bytes v0.11.19 |
| 971 | 2026-05-23T15:37:31.454Z | Downloaded seq-macro v0.3.6 |
| 972 | 2026-05-23T15:37:31.454Z | Downloaded rustls-native-certs v0.8.3 |
| 973 | 2026-05-23T15:37:31.454Z | Downloaded rand_core v0.6.4 |
| 974 | 2026-05-23T15:37:31.457Z | Downloaded openssl-sys v0.9.114 |
| 975 | 2026-05-23T15:37:31.461Z | Downloaded serde_urlencoded v0.7.1 |
| 976 | 2026-05-23T15:37:31.461Z | Downloaded serde_spanned v1.0.4 |
| 977 | 2026-05-23T15:37:31.461Z | Downloaded peg v0.8.5 |
| 978 | 2026-05-23T15:37:31.464Z | Downloaded rusty-fork v0.3.1 |
| 979 | 2026-05-23T15:37:31.467Z | Downloaded rustversion v1.0.22 |
| 980 | 2026-05-23T15:37:31.467Z | Downloaded secrecy v0.8.0 |
| 981 | 2026-05-23T15:37:31.467Z | Downloaded rand_chacha v0.9.0 |
| 982 | 2026-05-23T15:37:31.470Z | Downloaded const_format v0.2.35 |
| 983 | 2026-05-23T15:37:31.470Z | Downloaded bytes v1.11.1 |
| 984 | 2026-05-23T15:37:31.473Z | Downloaded shell-words v1.1.1 |
| 985 | 2026-05-23T15:37:31.476Z | Downloaded rustls-pemfile v2.2.0 |
| 986 | 2026-05-23T15:37:31.476Z | Downloaded siphasher v1.0.2 |
| 987 | 2026-05-23T15:37:31.476Z | Downloaded sha1 v0.10.6 |
| 988 | 2026-05-23T15:37:31.479Z | Downloaded rustc-hash v2.1.1 |
| 989 | 2026-05-23T15:37:31.479Z | Downloaded signal-hook-mio v0.2.5 |
| 990 | 2026-05-23T15:37:31.479Z | Downloaded sct v0.7.1 |
| 991 | 2026-05-23T15:37:31.482Z | Downloaded sigpipe v0.1.3 |
| 992 | 2026-05-23T15:37:31.482Z | Downloaded signal-hook-tokio v0.3.1 |
| 993 | 2026-05-23T15:37:31.485Z | Downloaded prefix-trie v0.7.0 |
| 994 | 2026-05-23T15:37:31.485Z | Downloaded cc v1.2.56 |
| 995 | 2026-05-23T15:37:31.488Z | Downloaded progenitor-impl v0.14.0 |
| 996 | 2026-05-23T15:37:31.488Z | Downloaded hashbrown v0.13.2 |
| 997 | 2026-05-23T15:37:31.491Z | Downloaded bumpalo v3.20.2 |
| 998 | 2026-05-23T15:37:31.494Z | Downloaded der v0.7.10 |
| 999 | 2026-05-23T15:37:31.498Z | Downloaded match_cfg v0.1.0 |
| 1000 | 2026-05-23T15:37:31.498Z | Downloaded lock_api v0.4.14 |
| 1001 | 2026-05-23T15:37:31.501Z | Downloaded iana-time-zone v0.1.65 |
| 1002 | 2026-05-23T15:37:31.501Z | Downloaded flume v0.11.1 |
| 1003 | 2026-05-23T15:37:31.501Z | Downloaded signature v2.2.0 |
| 1004 | 2026-05-23T15:37:31.504Z | Downloaded russh-keys v0.45.0 |
| 1005 | 2026-05-23T15:37:31.504Z | Downloaded drift v0.2.0 |
| 1006 | 2026-05-23T15:37:31.509Z | Downloaded scroll v0.13.0 |
| 1007 | 2026-05-23T15:37:31.512Z | Downloaded slog-envlogger v2.2.0 |
| 1008 | 2026-05-23T15:37:31.512Z | Downloaded scopeguard v1.2.0 |
| 1009 | 2026-05-23T15:37:31.515Z | Downloaded schemars_derive v0.8.22 |
| 1010 | 2026-05-23T15:37:31.515Z | Downloaded rustls-pki-types v1.14.0 |
| 1011 | 2026-05-23T15:37:31.515Z | Downloaded ipnetwork v0.21.1 |
| 1012 | 2026-05-23T15:37:31.518Z | Downloaded data-encoding v2.10.0 |
| 1013 | 2026-05-23T15:37:31.518Z | Downloaded hyper-util v0.1.20 |
| 1014 | 2026-05-23T15:37:31.521Z | Downloaded http v1.4.0 |
| 1015 | 2026-05-23T15:37:31.524Z | Downloaded hickory-server v0.25.2 |
| 1016 | 2026-05-23T15:37:31.527Z | Downloaded sqlparser_derive v0.5.0 |
| 1017 | 2026-05-23T15:37:31.527Z | Downloaded ssh-encoding v0.2.0 |
| 1018 | 2026-05-23T15:37:31.530Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-05-23T15:37:31.530Z | Downloaded serde-hex v0.1.0 |
| 1020 | 2026-05-23T15:37:31.530Z | Downloaded semver v0.1.20 |
| 1021 | 2026-05-23T15:37:31.533Z | Downloaded sec1 v0.7.3 |
| 1022 | 2026-05-23T15:37:31.533Z | Downloaded resolv-conf v0.7.6 |
| 1023 | 2026-05-23T15:37:31.536Z | Downloaded mio v1.2.0 |
| 1024 | 2026-05-23T15:37:31.539Z | Downloaded dropshot-api-manager v0.7.2 |
| 1025 | 2026-05-23T15:37:31.542Z | Downloaded shlex v1.3.0 |
| 1026 | 2026-05-23T15:37:31.542Z | Downloaded slog-bunyan v2.5.0 |
| 1027 | 2026-05-23T15:37:31.545Z | Downloaded slog-async v2.8.0 |
| 1028 | 2026-05-23T15:37:31.545Z | Downloaded slab v0.4.12 |
| 1029 | 2026-05-23T15:37:31.548Z | Downloaded serde_path_to_error v0.1.20 |
| 1030 | 2026-05-23T15:37:31.548Z | Downloaded strum v0.27.2 |
| 1031 | 2026-05-23T15:37:31.551Z | Downloaded strum v0.26.3 |
| 1032 | 2026-05-23T15:37:31.551Z | Downloaded structmeta v0.3.0 |
| 1033 | 2026-05-23T15:37:31.554Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-05-23T15:37:31.557Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1035 | 2026-05-23T15:37:31.557Z | Downloaded minimal-lexical v0.2.1 |
| 1036 | 2026-05-23T15:37:31.560Z | Downloaded slog-stdlog v4.1.1 |
| 1037 | 2026-05-23T15:37:31.560Z | Downloaded sync-ptr v0.1.4 |
| 1038 | 2026-05-23T15:37:31.560Z | Downloaded supports-color v3.0.2 |
| 1039 | 2026-05-23T15:37:31.563Z | Downloaded tap v1.0.1 |
| 1040 | 2026-05-23T15:37:31.563Z | Downloaded tagptr v0.2.0 |
| 1041 | 2026-05-23T15:37:31.563Z | Downloaded tabwriter v1.4.1 |
| 1042 | 2026-05-23T15:37:31.564Z | Downloaded sync_wrapper v1.0.2 |
| 1043 | 2026-05-23T15:37:31.566Z | Downloaded prettyplease v0.2.37 |
| 1044 | 2026-05-23T15:37:31.566Z | Downloaded ron v0.8.1 |
| 1045 | 2026-05-23T15:37:31.569Z | Downloaded rcgen v0.12.1 |
| 1046 | 2026-05-23T15:37:31.572Z | Downloaded itertools v0.10.5 |
| 1047 | 2026-05-23T15:37:31.575Z | Downloaded signal-hook-registry v1.4.8 |
| 1048 | 2026-05-23T15:37:31.575Z | Downloaded serde_derive_internals v0.29.1 |
| 1049 | 2026-05-23T15:37:31.578Z | Downloaded tabled_derive v0.11.0 |
| 1050 | 2026-05-23T15:37:31.578Z | Downloaded simd-adler32 v0.3.8 |
| 1051 | 2026-05-23T15:37:31.581Z | Downloaded termtree v0.5.1 |
| 1052 | 2026-05-23T15:37:31.581Z | Downloaded serde_with_macros v3.17.0 |
| 1053 | 2026-05-23T15:37:31.581Z | Downloaded progenitor-impl v0.13.0 |
| 1054 | 2026-05-23T15:37:31.584Z | Downloaded slog-scope v4.4.1 |
| 1055 | 2026-05-23T15:37:31.584Z | Downloaded slog-json v2.6.1 |
| 1056 | 2026-05-23T15:37:31.587Z | Downloaded smallvec v0.6.14 |
| 1057 | 2026-05-23T15:37:31.587Z | Downloaded miniz_oxide v0.8.9 |
| 1058 | 2026-05-23T15:37:31.587Z | Downloaded spki v0.7.3 |
| 1059 | 2026-05-23T15:37:31.590Z | Downloaded smf v0.2.3 |
| 1060 | 2026-05-23T15:37:31.590Z | Downloaded serde_cbor v0.11.2 |
| 1061 | 2026-05-23T15:37:31.593Z | Downloaded aes-gcm v0.10.3 |
| 1062 | 2026-05-23T15:37:31.593Z | Downloaded string_cache v0.8.9 |
| 1063 | 2026-05-23T15:37:31.597Z | Downloaded sqlformat v0.3.5 |
| 1064 | 2026-05-23T15:37:31.597Z | Downloaded ryu v1.0.23 |
| 1065 | 2026-05-23T15:37:31.600Z | Downloaded slog-term v2.9.2 |
| 1066 | 2026-05-23T15:37:31.600Z | Downloaded thread-id v5.1.0 |
| 1067 | 2026-05-23T15:37:31.603Z | Downloaded subtle v2.6.1 |
| 1068 | 2026-05-23T15:37:31.603Z | Downloaded slog-dtrace v0.3.0 |
| 1069 | 2026-05-23T15:37:31.606Z | Downloaded time-core v0.1.8 |
| 1070 | 2026-05-23T15:37:31.606Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1071 | 2026-05-23T15:37:31.606Z | Downloaded testing_table v0.3.0 |
| 1072 | 2026-05-23T15:37:31.609Z | Downloaded crossterm v0.29.0 |
| 1073 | 2026-05-23T15:37:31.612Z | Downloaded tinyvec_macros v0.1.1 |
| 1074 | 2026-05-23T15:37:31.615Z | Downloaded snafu-derive v0.8.9 |
| 1075 | 2026-05-23T15:37:31.620Z | Downloaded take_mut v0.2.2 |
| 1076 | 2026-05-23T15:37:31.623Z | Downloaded support-bundle-viewer v0.1.2 |
| 1077 | 2026-05-23T15:37:31.623Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-23T15:37:31.626Z | Downloaded stringprep v0.1.5 |
| 1079 | 2026-05-23T15:37:31.626Z | Downloaded static_assertions v1.1.0 |
| 1080 | 2026-05-23T15:37:31.626Z | Downloaded stacker v0.1.23 |
| 1081 | 2026-05-23T15:37:31.629Z | Downloaded hashbrown v0.15.5 |
| 1082 | 2026-05-23T15:37:31.639Z | Downloaded strum_macros v0.27.2 |
| 1083 | 2026-05-23T15:37:31.646Z | Downloaded schemars v0.8.22 |
| 1084 | 2026-05-23T15:37:31.653Z | Downloaded tokio-macros v2.7.0 |
| 1085 | 2026-05-23T15:37:31.658Z | Downloaded tiny-keccak v2.0.2 |
| 1086 | 2026-05-23T15:37:31.661Z | Downloaded thiserror-no-std v2.0.2 |
| 1087 | 2026-05-23T15:37:31.664Z | Downloaded try-lock v0.2.5 |
| 1088 | 2026-05-23T15:37:31.664Z | Downloaded trait-variant v0.1.2 |
| 1089 | 2026-05-23T15:37:31.664Z | Downloaded progenitor-impl v0.11.2 |
| 1090 | 2026-05-23T15:37:31.672Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-05-23T15:37:31.703Z | Downloaded thread_local v1.1.9 |
| 1092 | 2026-05-23T15:37:31.703Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-05-23T15:37:31.703Z | Downloaded termios v0.3.3 |
| 1094 | 2026-05-23T15:37:31.703Z | Downloaded tower-service v0.3.3 |
| 1095 | 2026-05-23T15:37:31.703Z | Downloaded tokio-dtrace v0.1.1 |
| 1096 | 2026-05-23T15:37:31.703Z | Downloaded unarray v0.1.4 |
| 1097 | 2026-05-23T15:37:31.703Z | Downloaded similar v2.7.0 |
| 1098 | 2026-05-23T15:37:31.703Z | Downloaded time-macros v0.2.27 |
| 1099 | 2026-05-23T15:37:31.703Z | Downloaded slog v2.8.2 |
| 1100 | 2026-05-23T15:37:31.703Z | Downloaded strum_macros v0.24.3 |
| 1101 | 2026-05-23T15:37:31.703Z | Downloaded num-bigint-dig v0.8.6 |
| 1102 | 2026-05-23T15:37:31.703Z | Downloaded schemars v0.9.0 |
| 1103 | 2026-05-23T15:37:31.703Z | Downloaded unit-prefix v0.5.2 |
| 1104 | 2026-05-23T15:37:31.703Z | Downloaded typify-macro v0.6.2 |
| 1105 | 2026-05-23T15:37:31.703Z | Downloaded unicode-truncate v1.1.0 |
| 1106 | 2026-05-23T15:37:31.703Z | Downloaded usdt v0.6.0 |
| 1107 | 2026-05-23T15:37:31.703Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-05-23T15:37:31.703Z | Downloaded usdt-attr-macro v0.6.0 |
| 1109 | 2026-05-23T15:37:31.703Z | Downloaded term v0.7.0 |
| 1110 | 2026-05-23T15:37:31.706Z | Downloaded pretty_assertions v1.4.1 |
| 1111 | 2026-05-23T15:37:31.706Z | Downloaded universal-hash v0.5.1 |
| 1112 | 2026-05-23T15:37:31.706Z | Downloaded typify-macro v0.4.3 |
| 1113 | 2026-05-23T15:37:31.706Z | Downloaded tokio-tungstenite v0.23.1 |
| 1114 | 2026-05-23T15:37:31.709Z | Downloaded quinn v0.11.9 |
| 1115 | 2026-05-23T15:37:31.712Z | Downloaded rayon-core v1.13.0 |
| 1116 | 2026-05-23T15:37:31.712Z | Downloaded rand v0.8.6 |
| 1117 | 2026-05-23T15:37:31.715Z | Downloaded usdt-macro v0.6.0 |
| 1118 | 2026-05-23T15:37:31.715Z | Downloaded tls_codec v0.4.2 |
| 1119 | 2026-05-23T15:37:31.718Z | Downloaded tls_codec_derive v0.4.2 |
| 1120 | 2026-05-23T15:37:31.718Z | Downloaded iddqd v0.4.1 |
| 1121 | 2026-05-23T15:37:31.721Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-05-23T15:37:31.724Z | Downloaded rand v0.9.2 |
| 1123 | 2026-05-23T15:37:31.727Z | Downloaded tokio-native-tls v0.3.1 |
| 1124 | 2026-05-23T15:37:31.727Z | Downloaded bindgen v0.71.1 |
| 1125 | 2026-05-23T15:37:31.730Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-05-23T15:37:31.732Z | Downloaded spin v0.9.8 |
| 1127 | 2026-05-23T15:37:31.732Z | Downloaded tokio-tungstenite v0.21.0 |
| 1128 | 2026-05-23T15:37:31.735Z | Downloaded socket2 v0.6.3 |
| 1129 | 2026-05-23T15:37:31.735Z | Downloaded aho-corasick v1.1.4 |
| 1130 | 2026-05-23T15:37:31.738Z | Downloaded rustls-webpki v0.103.9 |
| 1131 | 2026-05-23T15:37:31.741Z | Downloaded futures-util v0.3.32 |
| 1132 | 2026-05-23T15:37:31.746Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-05-23T15:37:31.749Z | Downloaded void v1.0.2 |
| 1134 | 2026-05-23T15:37:31.749Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1135 | 2026-05-23T15:37:31.749Z | Downloaded term v1.2.1 |
| 1136 | 2026-05-23T15:37:31.752Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1137 | 2026-05-23T15:37:31.752Z | Downloaded itertools v0.12.1 |
| 1138 | 2026-05-23T15:37:31.755Z | Downloaded topological-sort v0.2.2 |
| 1139 | 2026-05-23T15:37:31.758Z | Downloaded nom v8.0.0 |
| 1140 | 2026-05-23T15:37:31.761Z | Downloaded iri-string v0.7.10 |
| 1141 | 2026-05-23T15:37:31.764Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1142 | 2026-05-23T15:37:31.767Z | Downloaded tui-tree-widget v0.23.1 |
| 1143 | 2026-05-23T15:37:31.767Z | Downloaded waitgroup v0.1.2 |
| 1144 | 2026-05-23T15:37:31.767Z | Downloaded rsa v0.9.10 |
| 1145 | 2026-05-23T15:37:31.770Z | Downloaded unicase v2.9.0 |
| 1146 | 2026-05-23T15:37:31.773Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1147 | 2026-05-23T15:37:31.773Z | Downloaded itertools v0.14.0 |
| 1148 | 2026-05-23T15:37:31.777Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1149 | 2026-05-23T15:37:31.780Z | Downloaded subprocess v0.2.15 |
| 1150 | 2026-05-23T15:37:31.783Z | Downloaded socket2 v0.5.10 |
| 1151 | 2026-05-23T15:37:31.783Z | Downloaded want v0.3.1 |
| 1152 | 2026-05-23T15:37:31.783Z | Downloaded samael v0.0.19 |
| 1153 | 2026-05-23T15:37:31.786Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-05-23T15:37:31.786Z | Downloaded tokio-stream v0.1.18 |
| 1155 | 2026-05-23T15:37:31.789Z | Downloaded usdt-impl v0.6.0 |
| 1156 | 2026-05-23T15:37:31.792Z | Downloaded tokio-rustls v0.26.4 |
| 1157 | 2026-05-23T15:37:31.792Z | Downloaded tokio-rustls v0.25.0 |
| 1158 | 2026-05-23T15:37:31.792Z | Downloaded xattr v1.6.1 |
| 1159 | 2026-05-23T15:37:31.795Z | Downloaded test-strategy v0.4.5 |
| 1160 | 2026-05-23T15:37:31.795Z | Downloaded rand v0.10.1 |
| 1161 | 2026-05-23T15:37:31.799Z | Downloaded hyper v1.8.1 |
| 1162 | 2026-05-23T15:37:31.802Z | Downloaded vergen-lib v0.1.6 |
| 1163 | 2026-05-23T15:37:31.805Z | Downloaded vergen-lib v9.1.0 |
| 1164 | 2026-05-23T15:37:31.805Z | Downloaded vergen-gitcl v1.0.8 |
| 1165 | 2026-05-23T15:37:31.805Z | Downloaded uzers v0.12.2 |
| 1166 | 2026-05-23T15:37:31.807Z | Downloaded snafu v0.8.9 |
| 1167 | 2026-05-23T15:37:31.810Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-05-23T15:37:31.810Z | Downloaded zone_cfg_derive v0.3.1 |
| 1169 | 2026-05-23T15:37:31.813Z | Downloaded zone v0.3.1 |
| 1170 | 2026-05-23T15:37:31.813Z | Downloaded zeroize_derive v1.4.3 |
| 1171 | 2026-05-23T15:37:31.813Z | Downloaded vergen-git2 v9.1.0 |
| 1172 | 2026-05-23T15:37:31.813Z | Downloaded tracing-attributes v0.1.31 |
| 1173 | 2026-05-23T15:37:31.816Z | Downloaded twox-hash v2.1.2 |
| 1174 | 2026-05-23T15:37:31.816Z | Downloaded h2 v0.4.13 |
| 1175 | 2026-05-23T15:37:31.819Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1176 | 2026-05-23T15:37:31.822Z | Downloaded tar v0.4.45 |
| 1177 | 2026-05-23T15:37:31.822Z | Downloaded p521 v0.13.3 |
| 1178 | 2026-05-23T15:37:31.825Z | Downloaded hkdf v0.12.4 |
| 1179 | 2026-05-23T15:37:31.828Z | Downloaded hashbrown v0.16.1 |
| 1180 | 2026-05-23T15:37:31.831Z | Downloaded unicode-properties v0.1.4 |
| 1181 | 2026-05-23T15:37:31.831Z | Downloaded libm v0.2.16 |
| 1182 | 2026-05-23T15:37:31.835Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1183 | 2026-05-23T15:37:31.839Z | Downloaded whoami v1.6.1 |
| 1184 | 2026-05-23T15:37:31.842Z | Downloaded walkdir v2.5.0 |
| 1185 | 2026-05-23T15:37:31.842Z | Downloaded tinyvec v1.10.0 |
| 1186 | 2026-05-23T15:37:31.842Z | Downloaded tokio-rustls v0.24.1 |
| 1187 | 2026-05-23T15:37:31.845Z | Downloaded blake3 v1.8.3 |
| 1188 | 2026-05-23T15:37:31.848Z | Downloaded wyz v0.5.1 |
| 1189 | 2026-05-23T15:37:31.848Z | Downloaded whoami v2.1.0 |
| 1190 | 2026-05-23T15:37:31.851Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-05-23T15:37:31.851Z | Downloaded steno v0.4.1 |
| 1192 | 2026-05-23T15:37:31.854Z | Downloaded vergen v9.1.0 |
| 1193 | 2026-05-23T15:37:31.854Z | Downloaded publicsuffix v2.3.0 |
| 1194 | 2026-05-23T15:37:31.857Z | Downloaded num-bigint v0.4.6 |
| 1195 | 2026-05-23T15:37:31.860Z | Downloaded libxml v0.3.3 |
| 1196 | 2026-05-23T15:37:31.863Z | Downloaded itertools v0.13.0 |
| 1197 | 2026-05-23T15:37:31.866Z | Downloaded tungstenite v0.21.0 |
| 1198 | 2026-05-23T15:37:31.870Z | Downloaded qorb v0.4.1 |
| 1199 | 2026-05-23T15:37:31.873Z | Downloaded nom v7.1.3 |
| 1200 | 2026-05-23T15:37:31.873Z | Downloaded unicode-bidi v0.3.18 |
| 1201 | 2026-05-23T15:37:31.876Z | Downloaded schemars v1.2.1 |
| 1202 | 2026-05-23T15:37:31.883Z | Downloaded typify v0.6.2 |
| 1203 | 2026-05-23T15:37:31.886Z | Downloaded zstd-safe v7.2.4 |
| 1204 | 2026-05-23T15:37:31.886Z | Downloaded toml v0.7.8 |
| 1205 | 2026-05-23T15:37:31.888Z | Downloaded unsafe-libyaml v0.2.11 |
| 1206 | 2026-05-23T15:37:31.888Z | Downloaded rpassword v7.4.0 |
| 1207 | 2026-05-23T15:37:31.892Z | Downloaded russh v0.45.0 |
| 1208 | 2026-05-23T15:37:31.895Z | Downloaded yasna v0.5.2 |
| 1209 | 2026-05-23T15:37:31.898Z | Downloaded zeroize v1.8.2 |
| 1210 | 2026-05-23T15:37:31.907Z | Downloaded vte v0.14.1 |
| 1211 | 2026-05-23T15:37:31.911Z | Downloaded zerocopy v0.6.6 |
| 1212 | 2026-05-23T15:37:31.914Z | Downloaded zstd v0.13.3 |
| 1213 | 2026-05-23T15:37:31.918Z | Downloaded tungstenite v0.23.0 |
| 1214 | 2026-05-23T15:37:31.924Z | Downloaded typify v0.4.3 |
| 1215 | 2026-05-23T15:37:31.928Z | Downloaded bitvec v1.0.1 |
| 1216 | 2026-05-23T15:37:31.936Z | Downloaded reedline v0.40.0 |
| 1217 | 2026-05-23T15:37:31.940Z | Downloaded uuid v1.23.0 |
| 1218 | 2026-05-23T15:37:31.943Z | Downloaded curve25519-dalek v4.1.3 |
| 1219 | 2026-05-23T15:37:31.948Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1220 | 2026-05-23T15:37:31.951Z | Downloaded tracing-core v0.1.36 |
| 1221 | 2026-05-23T15:37:31.959Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-05-23T15:37:31.965Z | Downloaded rustyline v14.0.0 |
| 1223 | 2026-05-23T15:37:31.969Z | Downloaded git2 v0.20.4 |
| 1224 | 2026-05-23T15:37:31.972Z | Downloaded regex v1.12.3 |
| 1225 | 2026-05-23T15:37:31.976Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-05-23T15:37:31.976Z | Downloaded tokio-postgres v0.7.16 |
| 1227 | 2026-05-23T15:37:31.986Z | Downloaded yansi v1.0.1 |
| 1228 | 2026-05-23T15:37:31.995Z | Downloaded portable-atomic v1.13.1 |
| 1229 | 2026-05-23T15:37:32.001Z | Downloaded zip v0.6.6 |
| 1230 | 2026-05-23T15:37:32.004Z | Downloaded ssh-key v0.6.7 |
| 1231 | 2026-05-23T15:37:32.008Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-05-23T15:37:32.014Z | Downloaded chrono v0.4.44 |
| 1233 | 2026-05-23T15:37:32.017Z | Downloaded reqwest v0.12.28 |
| 1234 | 2026-05-23T15:37:32.021Z | Downloaded toml_edit v0.19.15 |
| 1235 | 2026-05-23T15:37:32.030Z | Downloaded tower v0.5.3 |
| 1236 | 2026-05-23T15:37:32.036Z | Downloaded zerocopy-derive v0.8.40 |
| 1237 | 2026-05-23T15:37:32.040Z | Downloaded salty v0.3.0 |
| 1238 | 2026-05-23T15:37:32.045Z | Downloaded typed-path v0.9.3 |
| 1239 | 2026-05-23T15:37:32.048Z | Downloaded p384 v0.13.1 |
| 1240 | 2026-05-23T15:37:32.050Z | Downloaded rustls-webpki v0.101.7 |
| 1241 | 2026-05-23T15:37:32.058Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-05-23T15:37:32.062Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-05-23T15:37:32.065Z | Downloaded quick-xml v0.37.5 |
| 1244 | 2026-05-23T15:37:32.068Z | Downloaded lalrpop v0.19.12 |
| 1245 | 2026-05-23T15:37:32.073Z | Downloaded reqwest v0.13.2 |
| 1246 | 2026-05-23T15:37:32.077Z | Downloaded moka v0.12.13 |
| 1247 | 2026-05-23T15:37:32.081Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-05-23T15:37:32.084Z | Downloaded tokio-util v0.7.18 |
| 1249 | 2026-05-23T15:37:32.087Z | Downloaded tower-http v0.6.8 |
| 1250 | 2026-05-23T15:37:32.092Z | Downloaded tough v0.22.0 |
| 1251 | 2026-05-23T15:37:32.096Z | Downloaded rustls-webpki v0.102.8 |
| 1252 | 2026-05-23T15:37:32.106Z | Downloaded zip v4.6.1 |
| 1253 | 2026-05-23T15:37:32.109Z | Downloaded x509-cert v0.2.5 |
| 1254 | 2026-05-23T15:37:32.113Z | Downloaded petname v2.0.2 |
| 1255 | 2026-05-23T15:37:32.116Z | Downloaded proptest v1.10.0 |
| 1256 | 2026-05-23T15:37:32.122Z | Downloaded serde_with v3.17.0 |
| 1257 | 2026-05-23T15:37:32.128Z | Downloaded nix v0.27.1 |
| 1258 | 2026-05-23T15:37:32.137Z | Downloaded object v0.30.4 |
| 1259 | 2026-05-23T15:37:32.158Z | Downloaded winnow v0.5.40 |
| 1260 | 2026-05-23T15:37:32.164Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-05-23T15:37:32.167Z | Downloaded openssl v0.10.78 |
| 1262 | 2026-05-23T15:37:32.176Z | Downloaded winnow v0.6.26 |
| 1263 | 2026-05-23T15:37:32.182Z | Downloaded polar-core v0.27.3 |
| 1264 | 2026-05-23T15:37:32.186Z | Downloaded nix v0.28.0 |
| 1265 | 2026-05-23T15:37:32.192Z | Downloaded bstr v1.12.1 |
| 1266 | 2026-05-23T15:37:32.199Z | Downloaded tabled v0.20.0 |
| 1267 | 2026-05-23T15:37:32.209Z | Downloaded winnow v1.0.3 |
| 1268 | 2026-05-23T15:37:32.226Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-05-23T15:37:32.231Z | Downloaded quinn-proto v0.11.13 |
| 1270 | 2026-05-23T15:37:32.237Z | Downloaded rustls v0.21.12 |
| 1271 | 2026-05-23T15:37:32.243Z | Downloaded regex-syntax v0.6.29 |
| 1272 | 2026-05-23T15:37:32.246Z | Downloaded nix v0.31.2 |
| 1273 | 2026-05-23T15:37:32.253Z | Downloaded dropshot v0.17.0 |
| 1274 | 2026-05-23T15:37:32.265Z | Downloaded zlib-rs v0.6.2 |
| 1275 | 2026-05-23T15:37:32.268Z | Downloaded time v0.3.47 |
| 1276 | 2026-05-23T15:37:32.275Z | Downloaded webpki-roots v1.0.6 |
| 1277 | 2026-05-23T15:37:32.277Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-05-23T15:37:32.299Z | Downloaded object v0.37.3 |
| 1279 | 2026-05-23T15:37:32.305Z | Downloaded diesel v2.3.7 |
| 1280 | 2026-05-23T15:37:32.317Z | Downloaded zerocopy v0.8.40 |
| 1281 | 2026-05-23T15:37:32.323Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-05-23T15:37:32.329Z | Downloaded regress v0.10.5 |
| 1283 | 2026-05-23T15:37:32.334Z | Downloaded hickory-proto v0.25.2 |
| 1284 | 2026-05-23T15:37:32.342Z | Downloaded rustls v0.23.37 |
| 1285 | 2026-05-23T15:37:32.349Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-05-23T15:37:32.361Z | Downloaded regress v0.11.1 |
| 1287 | 2026-05-23T15:37:32.367Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-05-23T15:37:32.371Z | Downloaded rustls v0.22.4 |
| 1289 | 2026-05-23T15:37:32.378Z | Downloaded openapiv3 v2.2.0 |
| 1290 | 2026-05-23T15:37:32.385Z | Downloaded hickory-proto v0.24.4 |
| 1291 | 2026-05-23T15:37:32.411Z | Downloaded sled v0.34.7 |
| 1292 | 2026-05-23T15:37:32.417Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-05-23T15:37:32.425Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-05-23T15:37:32.437Z | Downloaded ratatui v0.29.0 |
| 1295 | 2026-05-23T15:37:32.449Z | Downloaded typify-impl v0.4.3 |
| 1296 | 2026-05-23T15:37:32.458Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-23T15:37:32.476Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-05-23T15:37:32.482Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1299 | 2026-05-23T15:37:32.495Z | Downloaded jiff v0.2.21 |
| 1300 | 2026-05-23T15:37:32.507Z | Downloaded csv v1.4.0 |
| 1301 | 2026-05-23T15:37:32.521Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-05-23T15:37:32.530Z | Downloaded sha3 v0.10.8 |
| 1303 | 2026-05-23T15:37:32.547Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-05-23T15:37:32.560Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-05-23T15:37:32.571Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-05-23T15:37:32.603Z | Downloaded petgraph v0.8.3 |
| 1307 | 2026-05-23T15:37:32.615Z | Downloaded libz-sys v1.1.24 |
| 1308 | 2026-05-23T15:37:32.649Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-23T15:37:32.659Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-05-23T15:37:32.778Z | Downloaded ring v0.17.14 |
| 1311 | 2026-05-23T15:37:32.815Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-23T15:37:33.299Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-23T15:37:33.549Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-23T15:37:33.549Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-23T15:37:33.553Z | Compiling log v0.4.29 |
| 1316 | 2026-05-23T15:37:33.553Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-23T15:37:33.701Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-23T15:37:33.721Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-23T15:37:33.724Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-23T15:37:33.724Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-23T15:37:33.883Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-23T15:37:33.903Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-23T15:37:33.941Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-23T15:37:33.968Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-05-23T15:37:33.999Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-23T15:37:34.041Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-23T15:37:34.109Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-23T15:37:34.266Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-23T15:37:34.398Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-05-23T15:37:34.523Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-23T15:37:34.618Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-05-23T15:37:34.710Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-23T15:37:34.742Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-23T15:37:34.834Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-23T15:37:34.838Z | Compiling pkg-config v0.3.32 |
| 1336 | 2026-05-23T15:37:34.859Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-23T15:37:34.946Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-23T15:37:34.983Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-05-23T15:37:35.122Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-05-23T15:37:35.135Z | Compiling bitflags v2.11.0 |
| 1341 | 2026-05-23T15:37:35.197Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-23T15:37:35.350Z | Compiling libm v0.2.16 |
| 1343 | 2026-05-23T15:37:35.365Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-23T15:37:35.368Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-23T15:37:35.399Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-23T15:37:35.412Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-23T15:37:35.601Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-23T15:37:35.616Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-23T15:37:35.715Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-05-23T15:37:35.745Z | Compiling slab v0.4.12 |
| 1351 | 2026-05-23T15:37:35.759Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-05-23T15:37:35.840Z | Compiling futures-task v0.3.32 |
| 1353 | 2026-05-23T15:37:35.913Z | Compiling getrandom v0.4.1 |
| 1354 | 2026-05-23T15:37:35.927Z | Compiling cpufeatures v0.2.17 |
| 1355 | 2026-05-23T15:37:35.946Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-23T15:37:36.004Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-23T15:37:36.019Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-23T15:37:36.033Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-23T15:37:36.117Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-23T15:37:36.412Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-23T15:37:36.527Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-23T15:37:36.569Z | Compiling dunce v1.0.5 |
| 1363 | 2026-05-23T15:37:36.661Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-05-23T15:37:36.676Z | Compiling synstructure v0.13.2 |
| 1365 | 2026-05-23T15:37:36.803Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-05-23T15:37:36.807Z | Compiling aws-lc-sys v0.40.0 |
| 1367 | 2026-05-23T15:37:36.830Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-05-23T15:37:37.016Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-05-23T15:37:37.099Z | Compiling pem-rfc7468 v0.7.0 |
| 1370 | 2026-05-23T15:37:37.140Z | Compiling rustix v1.1.3 |
| 1371 | 2026-05-23T15:37:37.177Z | Compiling flagset v0.4.7 |
| 1372 | 2026-05-23T15:37:37.226Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-23T15:37:37.300Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-23T15:37:37.314Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-23T15:37:37.413Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-23T15:37:37.504Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-23T15:37:37.602Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-23T15:37:37.949Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-23T15:37:38.193Z | Compiling openssl-sys v0.9.114 |
| 1380 | 2026-05-23T15:37:38.263Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-23T15:37:38.450Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-23T15:37:38.492Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-23T15:37:38.575Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-23T15:37:38.702Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-23T15:37:38.871Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-23T15:37:39.152Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-23T15:37:39.234Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-23T15:37:39.901Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-05-23T15:37:39.916Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-05-23T15:37:39.981Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-05-23T15:37:40.026Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-05-23T15:37:40.047Z | Compiling digest v0.10.7 |
| 1393 | 2026-05-23T15:37:40.084Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-23T15:37:40.104Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-23T15:37:40.265Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-23T15:37:40.291Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-23T15:37:40.754Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-05-23T15:37:40.754Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-05-23T15:37:40.809Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-23T15:37:40.953Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-05-23T15:37:40.968Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-05-23T15:37:41.051Z | Compiling hmac v0.12.1 |
| 1403 | 2026-05-23T15:37:41.068Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-05-23T15:37:41.201Z | Compiling block-padding v0.3.3 |
| 1405 | 2026-05-23T15:37:41.362Z | Compiling inout v0.1.4 |
| 1406 | 2026-05-23T15:37:41.435Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-05-23T15:37:41.520Z | Compiling cipher v0.4.4 |
| 1408 | 2026-05-23T15:37:41.778Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-05-23T15:37:41.815Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-05-23T15:37:41.900Z | Compiling bytes v1.11.1 |
| 1411 | 2026-05-23T15:37:42.020Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-05-23T15:37:42.069Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-05-23T15:37:42.499Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-23T15:37:42.597Z | Compiling http v1.4.0 |
| 1415 | 2026-05-23T15:37:42.755Z | Compiling der v0.7.10 |
| 1416 | 2026-05-23T15:37:42.810Z | Compiling chrono v0.4.44 |
| 1417 | 2026-05-23T15:37:43.098Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-05-23T15:37:43.234Z | Compiling idna v1.1.0 |
| 1419 | 2026-05-23T15:37:43.287Z | Compiling salsa20 v0.10.2 |
| 1420 | 2026-05-23T15:37:43.426Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-05-23T15:37:43.493Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-05-23T15:37:43.607Z | Compiling url v2.5.8 |
| 1423 | 2026-05-23T15:37:43.610Z | Compiling spki v0.7.3 |
| 1424 | 2026-05-23T15:37:43.741Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-23T15:37:43.826Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-23T15:37:43.862Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-05-23T15:37:43.922Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-05-23T15:37:44.237Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-05-23T15:37:44.252Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-23T15:37:44.405Z | Compiling cbc v0.1.2 |
| 1431 | 2026-05-23T15:37:44.443Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-23T15:37:44.552Z | Compiling tinyvec_macros v0.1.1 |
| 1433 | 2026-05-23T15:37:44.568Z | Compiling httparse v1.10.1 |
| 1434 | 2026-05-23T15:37:44.632Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-23T15:37:44.648Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-23T15:37:44.757Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-05-23T15:37:44.935Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-23T15:37:44.949Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-23T15:37:45.176Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-23T15:37:45.202Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-23T15:37:45.292Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-23T15:37:45.308Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-23T15:37:45.410Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-23T15:37:45.442Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-23T15:37:45.506Z | Compiling tower-service v0.3.3 |
| 1446 | 2026-05-23T15:37:45.603Z | Compiling tower-layer v0.3.3 |
| 1447 | 2026-05-23T15:37:45.763Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-05-23T15:37:45.901Z | Compiling schemars v0.8.22 |
| 1449 | 2026-05-23T15:37:45.981Z | Compiling try-lock v0.2.5 |
| 1450 | 2026-05-23T15:37:46.089Z | Compiling atomic-waker v1.1.2 |
| 1451 | 2026-05-23T15:37:46.104Z | Compiling rustls v0.23.37 |
| 1452 | 2026-05-23T15:37:46.138Z | Compiling want v0.3.1 |
| 1453 | 2026-05-23T15:37:46.211Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-05-23T15:37:46.270Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-05-23T15:37:46.294Z | Compiling regex-automata v0.4.14 |
| 1456 | 2026-05-23T15:37:46.299Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-05-23T15:37:46.516Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-23T15:37:46.821Z | Compiling ipnet v2.11.0 |
| 1459 | 2026-05-23T15:37:46.909Z | Compiling scroll_derive v0.13.1 |
| 1460 | 2026-05-23T15:37:47.095Z | Compiling h2 v0.4.13 |
| 1461 | 2026-05-23T15:37:47.279Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-23T15:37:47.308Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-23T15:37:47.395Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-05-23T15:37:47.469Z | Compiling openssl v0.10.78 |
| 1465 | 2026-05-23T15:37:47.512Z | Compiling httpdate v1.0.3 |
| 1466 | 2026-05-23T15:37:47.699Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-23T15:37:47.728Z | Compiling scroll v0.13.0 |
| 1468 | 2026-05-23T15:37:47.995Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-05-23T15:37:48.064Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-23T15:37:48.181Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-23T15:37:48.516Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-23T15:37:48.568Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-23T15:37:48.616Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-23T15:37:48.748Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-05-23T15:37:48.770Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-05-23T15:37:48.893Z | Compiling time-core v0.1.8 |
| 1477 | 2026-05-23T15:37:48.971Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-23T15:37:49.025Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-23T15:37:49.040Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-23T15:37:49.570Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-23T15:37:50.006Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-23T15:37:50.029Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-23T15:37:50.106Z | Compiling hyper v1.8.1 |
| 1484 | 2026-05-23T15:37:50.121Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-23T15:37:50.380Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-23T15:37:50.413Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-23T15:37:50.490Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-05-23T15:37:50.600Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-05-23T15:37:50.679Z | Compiling num_threads v0.1.7 |
| 1490 | 2026-05-23T15:37:50.779Z | Compiling simd-adler32 v0.3.8 |
| 1491 | 2026-05-23T15:37:50.827Z | Compiling crossbeam-utils v0.8.21 |
| 1492 | 2026-05-23T15:37:51.018Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-05-23T15:37:51.061Z | Compiling syn v1.0.109 |
| 1494 | 2026-05-23T15:37:51.105Z | Compiling usdt-impl v0.6.0 |
| 1495 | 2026-05-23T15:37:51.203Z | Compiling hyper-util v0.1.20 |
| 1496 | 2026-05-23T15:37:51.344Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-05-23T15:37:51.408Z | Compiling time v0.3.47 |
| 1498 | 2026-05-23T15:37:51.672Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-05-23T15:37:51.812Z | Compiling tower v0.5.3 |
| 1500 | 2026-05-23T15:37:51.983Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-05-23T15:37:52.289Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-05-23T15:37:52.416Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-23T15:37:52.662Z | Compiling dof v0.4.0 |
| 1504 | 2026-05-23T15:37:52.844Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-23T15:37:52.882Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-23T15:37:52.949Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-23T15:37:52.966Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-05-23T15:37:53.027Z | Compiling heapless v0.7.17 |
| 1509 | 2026-05-23T15:37:53.057Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-05-23T15:37:53.222Z | Compiling slog v2.8.2 |
| 1511 | 2026-05-23T15:37:53.263Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-05-23T15:37:53.404Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-05-23T15:37:53.614Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-05-23T15:37:53.676Z | Compiling cookie v0.18.1 |
| 1515 | 2026-05-23T15:37:53.691Z | Compiling paste v1.0.15 |
| 1516 | 2026-05-23T15:37:53.805Z | Compiling unarray v0.1.4 |
| 1517 | 2026-05-23T15:37:53.856Z | Compiling iri-string v0.7.10 |
| 1518 | 2026-05-23T15:37:53.918Z | Compiling zstd-safe v7.2.4 |
| 1519 | 2026-05-23T15:37:53.954Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-23T15:37:54.133Z | Compiling unicode-properties v0.1.4 |
| 1521 | 2026-05-23T15:37:54.162Z | Compiling signal-hook v0.3.18 |
| 1522 | 2026-05-23T15:37:54.238Z | Compiling ryu v1.0.23 |
| 1523 | 2026-05-23T15:37:54.328Z | Compiling anyhow v1.0.102 |
| 1524 | 2026-05-23T15:37:54.328Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-05-23T15:37:54.357Z | Compiling adler2 v2.0.1 |
| 1526 | 2026-05-23T15:37:54.413Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-05-23T15:37:54.484Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-05-23T15:37:54.675Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-05-23T15:37:54.844Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-05-23T15:37:54.923Z | Compiling proptest v1.10.0 |
| 1531 | 2026-05-23T15:37:54.993Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-23T15:37:55.366Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-23T15:37:55.451Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-05-23T15:37:55.642Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-05-23T15:37:55.765Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-23T15:37:55.803Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-23T15:37:55.836Z | Compiling bstr v1.12.1 |
| 1538 | 2026-05-23T15:37:55.890Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-05-23T15:37:56.192Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-23T15:37:56.214Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-05-23T15:37:56.228Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-05-23T15:37:56.370Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-05-23T15:37:56.475Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-05-23T15:37:56.522Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-23T15:37:56.624Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-23T15:37:56.638Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-05-23T15:37:56.661Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-05-23T15:37:56.681Z | Compiling vergen-lib v9.1.0 |
| 1549 | 2026-05-23T15:37:56.859Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-05-23T15:37:56.989Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-05-23T15:37:57.178Z | Compiling ff v0.13.1 |
| 1552 | 2026-05-23T15:37:57.181Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-05-23T15:37:57.316Z | Compiling encoding_rs v0.8.35 |
| 1554 | 2026-05-23T15:37:57.384Z | Compiling num-bigint-dig v0.8.6 |
| 1555 | 2026-05-23T15:37:57.474Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-05-23T15:37:57.529Z | Compiling base16ct v0.2.0 |
| 1557 | 2026-05-23T15:37:57.550Z | Compiling zlib-rs v0.6.2 |
| 1558 | 2026-05-23T15:37:57.571Z | Compiling litrs v1.0.0 |
| 1559 | 2026-05-23T15:37:57.709Z | Compiling mime v0.3.17 |
| 1560 | 2026-05-23T15:37:57.732Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-05-23T15:37:57.966Z | Compiling psl-types v2.0.11 |
| 1562 | 2026-05-23T15:37:58.039Z | Compiling smoltcp v0.9.1 |
| 1563 | 2026-05-23T15:37:58.083Z | Compiling rustix v0.38.44 |
| 1564 | 2026-05-23T15:37:58.097Z | Compiling ref-cast v1.0.25 |
| 1565 | 2026-05-23T15:37:58.394Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-23T15:37:58.456Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-23T15:37:58.511Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-05-23T15:37:58.619Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-05-23T15:37:58.723Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-05-23T15:37:58.840Z | Compiling nix v0.31.2 |
| 1571 | 2026-05-23T15:37:58.968Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-23T15:37:59.040Z | Compiling group v0.13.0 |
| 1573 | 2026-05-23T15:37:59.139Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-23T15:37:59.256Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-05-23T15:37:59.462Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-05-23T15:37:59.509Z | Compiling darling v0.21.3 |
| 1577 | 2026-05-23T15:37:59.551Z | Compiling rand v0.8.6 |
| 1578 | 2026-05-23T15:37:59.593Z | Compiling oxnet v0.1.5 |
| 1579 | 2026-05-23T15:37:59.730Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-05-23T15:37:59.859Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-05-23T15:37:59.956Z | Compiling goblin v0.8.2 |
| 1582 | 2026-05-23T15:38:00.459Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-05-23T15:38:00.533Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-23T15:38:00.597Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-23T15:38:00.693Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-23T15:38:00.707Z | Compiling anstyle-parse v0.2.7 |
| 1587 | 2026-05-23T15:38:00.770Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-05-23T15:38:00.786Z | Compiling hex v0.4.3 |
| 1589 | 2026-05-23T15:38:00.866Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-05-23T15:38:00.887Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-05-23T15:38:01.023Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-05-23T15:38:01.038Z | Compiling snafu-derive v0.8.9 |
| 1593 | 2026-05-23T15:38:01.051Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-05-23T15:38:01.124Z | Compiling strum_macros v0.27.2 |
| 1595 | 2026-05-23T15:38:01.157Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-05-23T15:38:01.572Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-05-23T15:38:01.870Z | Compiling vergen v9.1.0 |
| 1598 | 2026-05-23T15:38:02.051Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-23T15:38:02.206Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-05-23T15:38:02.242Z | Compiling ahash v0.8.12 |
| 1601 | 2026-05-23T15:38:02.441Z | Compiling object v0.37.3 |
| 1602 | 2026-05-23T15:38:02.472Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-05-23T15:38:02.708Z | Compiling managed v0.8.0 |
| 1604 | 2026-05-23T15:38:02.865Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-05-23T15:38:02.908Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-05-23T15:38:02.922Z | Compiling bitflags v1.3.2 |
| 1607 | 2026-05-23T15:38:02.973Z | Compiling winnow v0.5.40 |
| 1608 | 2026-05-23T15:38:03.000Z | Compiling bumpalo v3.20.2 |
| 1609 | 2026-05-23T15:38:03.062Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-05-23T15:38:03.083Z | Compiling same-file v1.0.6 |
| 1611 | 2026-05-23T15:38:03.229Z | Compiling walkdir v2.5.0 |
| 1612 | 2026-05-23T15:38:03.245Z | Compiling zopfli v0.8.3 |
| 1613 | 2026-05-23T15:38:03.245Z | Compiling hashbrown v0.15.5 |
| 1614 | 2026-05-23T15:38:03.400Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-05-23T15:38:03.542Z | Compiling strum v0.27.2 |
| 1616 | 2026-05-23T15:38:03.595Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-05-23T15:38:03.671Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-05-23T15:38:03.793Z | Compiling snafu v0.8.9 |
| 1619 | 2026-05-23T15:38:04.001Z | Compiling cargo_metadata v0.23.1 |
| 1620 | 2026-05-23T15:38:04.282Z | Compiling dof v0.3.0 |
| 1621 | 2026-05-23T15:38:04.424Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-05-23T15:38:04.464Z | Compiling daft v0.1.7 |
| 1623 | 2026-05-23T15:38:04.740Z | Compiling elliptic-curve v0.13.8 |
| 1624 | 2026-05-23T15:38:05.114Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-23T15:38:05.151Z | Compiling anstream v0.6.21 |
| 1626 | 2026-05-23T15:38:05.201Z | Compiling phf v0.13.1 |
| 1627 | 2026-05-23T15:38:05.428Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-05-23T15:38:05.545Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-05-23T15:38:05.810Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-23T15:38:05.879Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-05-23T15:38:06.069Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-05-23T15:38:06.084Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-05-23T15:38:06.286Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-05-23T15:38:06.704Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-05-23T15:38:06.825Z | Compiling usdt-attr-macro v0.6.0 |
| 1636 | 2026-05-23T15:38:07.046Z | Compiling globset v0.4.18 |
| 1637 | 2026-05-23T15:38:07.188Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-05-23T15:38:07.206Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-05-23T15:38:07.391Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-05-23T15:38:07.429Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-05-23T15:38:07.578Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-05-23T15:38:07.593Z | Compiling serde-big-array v0.5.1 |
| 1643 | 2026-05-23T15:38:07.605Z | Compiling serde_plain v1.0.2 |
| 1644 | 2026-05-23T15:38:07.720Z | Compiling rfc6979 v0.4.0 |
| 1645 | 2026-05-23T15:38:07.737Z | Compiling pem v3.0.6 |
| 1646 | 2026-05-23T15:38:07.800Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-05-23T15:38:07.842Z | Compiling enum-as-inner v0.6.1 |
| 1648 | 2026-05-23T15:38:07.932Z | Compiling clap_derive v4.6.1 |
| 1649 | 2026-05-23T15:38:07.979Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-05-23T15:38:08.066Z | Compiling serde_repr v0.1.20 |
| 1651 | 2026-05-23T15:38:08.101Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-05-23T15:38:08.249Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-05-23T15:38:08.332Z | Compiling memmap2 v0.9.10 |
| 1654 | 2026-05-23T15:38:08.347Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-05-23T15:38:08.450Z | Compiling whoami v2.1.0 |
| 1656 | 2026-05-23T15:38:08.543Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-05-23T15:38:08.591Z | Compiling predicates-core v1.0.10 |
| 1658 | 2026-05-23T15:38:08.618Z | Compiling new_debug_unreachable v1.0.6 |
| 1659 | 2026-05-23T15:38:08.650Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-05-23T15:38:08.691Z | Compiling typed-path v0.9.3 |
| 1661 | 2026-05-23T15:38:08.762Z | Compiling fixedbitset v0.4.2 |
| 1662 | 2026-05-23T15:38:08.818Z | Compiling either v1.15.0 |
| 1663 | 2026-05-23T15:38:08.950Z | Compiling jiff v0.2.21 |
| 1664 | 2026-05-23T15:38:08.978Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-05-23T15:38:09.026Z | Compiling keccak v0.1.6 |
| 1666 | 2026-05-23T15:38:09.710Z | Compiling precomputed-hash v0.1.1 |
| 1667 | 2026-05-23T15:38:09.758Z | Compiling difflib v0.4.0 |
| 1668 | 2026-05-23T15:38:09.762Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-05-23T15:38:09.802Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-05-23T15:38:09.864Z | Compiling clap v4.6.1 |
| 1671 | 2026-05-23T15:38:09.865Z | Compiling strum v0.26.3 |
| 1672 | 2026-05-23T15:38:09.915Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-05-23T15:38:09.963Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-05-23T15:38:10.005Z | Compiling predicates v3.1.4 |
| 1675 | 2026-05-23T15:38:10.040Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-05-23T15:38:10.343Z | Compiling itertools v0.13.0 |
| 1677 | 2026-05-23T15:38:10.438Z | Compiling petgraph v0.6.5 |
| 1678 | 2026-05-23T15:38:10.669Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-05-23T15:38:10.981Z | Compiling tokio-postgres v0.7.16 |
| 1680 | 2026-05-23T15:38:11.565Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1681 | 2026-05-23T15:38:11.905Z | Compiling zip v4.6.1 |
| 1682 | 2026-05-23T15:38:12.594Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-05-23T15:38:12.777Z | Compiling usdt v0.6.0 |
| 1684 | 2026-05-23T15:38:12.842Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-05-23T15:38:12.950Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-05-23T15:38:13.037Z | Compiling rsa v0.9.10 |
| 1687 | 2026-05-23T15:38:13.173Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-05-23T15:38:13.176Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-05-23T15:38:13.344Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-05-23T15:38:13.842Z | Compiling zip v0.6.6 |
| 1691 | 2026-05-23T15:38:14.389Z | Compiling toml v0.7.8 |
| 1692 | 2026-05-23T15:38:14.614Z | Compiling iddqd v0.4.1 |
| 1693 | 2026-05-23T15:38:14.972Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-23T15:38:15.025Z | Compiling heck v0.4.1 |
| 1695 | 2026-05-23T15:38:15.073Z | Compiling similar v2.7.0 |
| 1696 | 2026-05-23T15:38:15.114Z | Compiling crossbeam-epoch v0.9.18 |
| 1697 | 2026-05-23T15:38:15.243Z | Compiling tokio-stream v0.1.18 |
| 1698 | 2026-05-23T15:38:15.445Z | Compiling buf-list v1.1.2 |
| 1699 | 2026-05-23T15:38:15.594Z | Compiling x509-cert v0.2.5 |
| 1700 | 2026-05-23T15:38:15.691Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1701 | 2026-05-23T15:38:15.714Z | Compiling openapiv3 v2.2.0 |
| 1702 | 2026-05-23T15:38:15.859Z | Compiling sha1 v0.10.6 |
| 1703 | 2026-05-23T15:38:15.944Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-23T15:38:16.002Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-05-23T15:38:16.081Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-05-23T15:38:16.146Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-05-23T15:38:16.280Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-05-23T15:38:16.324Z | Compiling filetime v0.2.27 |
| 1709 | 2026-05-23T15:38:16.398Z | Compiling is-terminal v0.4.17 |
| 1710 | 2026-05-23T15:38:16.465Z | Compiling term v1.2.1 |
| 1711 | 2026-05-23T15:38:16.477Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-05-23T15:38:16.499Z | Compiling xattr v1.6.1 |
| 1713 | 2026-05-23T15:38:16.743Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-23T15:38:17.036Z | Compiling tar v0.4.45 |
| 1715 | 2026-05-23T15:38:26.808Z | Compiling rustls-webpki v0.103.9 |
| 1716 | 2026-05-23T15:38:29.615Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-05-23T15:38:29.615Z | Compiling rustls-platform-verifier v0.6.2 |
| 1718 | 2026-05-23T15:38:29.811Z | Compiling hyper-rustls v0.27.7 |
| 1719 | 2026-05-23T15:38:30.011Z | Compiling reqwest v0.12.28 |
| 1720 | 2026-05-23T15:38:30.028Z | Compiling reqwest v0.13.2 |
| 1721 | 2026-05-23T15:38:31.264Z | Compiling tough v0.22.0 |
| 1722 | 2026-05-23T15:38:33.793Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1723 | 2026-05-23T15:38:34.005Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1724 | 2026-05-23T15:38:36.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1725 | 2026-05-23T15:38:37.043Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1726 | 2026-05-23T15:38:37.095Z | May 23 15:38:35.337 INFO Starting download, target: Console |
| 1727 | 2026-05-23T15:38:37.095Z | May 23 15:38:35.338 INFO Starting download, target: Clickhouse |
| 1728 | 2026-05-23T15:38:37.095Z | May 23 15:38:35.338 INFO Starting download, target: Cockroach |
| 1729 | 2026-05-23T15:38:37.096Z | May 23 15:38:35.338 INFO Starting download, target: DendriteStub |
| 1730 | 2026-05-23T15:38:37.096Z | May 23 15:38:35.338 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-05-23T15:38:37.096Z | May 23 15:38:35.338 INFO Starting download, target: MaghemiteDdmd |
| 1732 | 2026-05-23T15:38:37.108Z | May 23 15:38:35.338 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-05-23T15:38:37.108Z | May 23 15:38:35.338 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-05-23T15:38:37.108Z | May 23 15:38:35.338 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1735 | 2026-05-23T15:38:37.108Z | May 23 15:38:35.338 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1736 | 2026-05-23T15:38:37.108Z | May 23 15:38:35.338 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1737 | 2026-05-23T15:38:37.108Z | May 23 15:38:35.338 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-05-23T15:38:37.108Z | May 23 15:38:35.338 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1739 | 2026-05-23T15:38:37.109Z | May 23 15:38:35.338 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-05-23T15:38:37.393Z | May 23 15:38:35.634 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1741 | 2026-05-23T15:38:37.608Z | May 23 15:38:35.850 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-05-23T15:38:38.093Z | May 23 15:38:36.335 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-05-23T15:38:38.337Z | May 23 15:38:36.583 INFO Download complete, target: Console |
| 1744 | 2026-05-23T15:38:38.843Z | May 23 15:38:37.087 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-05-23T15:38:38.953Z | May 23 15:38:37.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-05-23T15:38:39.002Z | May 23 15:38:37.243 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1747 | 2026-05-23T15:38:39.454Z | May 23 15:38:37.697 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-05-23T15:38:39.767Z | May 23 15:38:38.014 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-05-23T15:38:39.767Z | May 23 15:38:38.014 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-05-23T15:38:41.146Z | May 23 15:38:39.385 INFO Download complete, target: MaghemiteDdmd |
| 1751 | 2026-05-23T15:38:41.646Z | May 23 15:38:39.877 INFO Download complete, target: DendriteStub |
| 1752 | 2026-05-23T15:38:41.990Z | May 23 15:38:40.234 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-05-23T15:38:44.610Z | May 23 15:38:42.857 INFO Checking that binary works, target: Cockroach |
| 1754 | 2026-05-23T15:38:44.731Z | May 23 15:38:42.978 INFO Download complete, target: Cockroach |
| 1755 | 2026-05-23T15:38:45.680Z | May 23 15:38:43.926 INFO Checking that binary works, target: Clickhouse |
| 1756 | 2026-05-23T15:38:45.787Z | May 23 15:38:44.035 INFO Download complete, target: Clickhouse |
| 1757 | 2026-05-23T15:38:45.804Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1758 | 2026-05-23T15:38:45.807Z | |
| 1759 | 2026-05-23T15:38:45.807Z | real 2:18.456055378 |
| 1760 | 2026-05-23T15:38:45.807Z | user 6:59.768245152 |
| 1761 | 2026-05-23T15:38:45.807Z | sys 1:23.484600622 |
| 1762 | 2026-05-23T15:38:45.807Z | trap 0.229361629 |
| 1763 | 2026-05-23T15:38:45.807Z | tflt 0.684855675 |
| 1764 | 2026-05-23T15:38:45.807Z | dflt 0.500394136 |
| 1765 | 2026-05-23T15:38:45.807Z | kflt 0.033288973 |
| 1766 | 2026-05-23T15:38:45.807Z | lock 21:31.926937060 |
| 1767 | 2026-05-23T15:38:45.807Z | slp 21:16.804730806 |
| 1768 | 2026-05-23T15:38:45.807Z | lat 45.603362979 |
| 1769 | 2026-05-23T15:38:45.808Z | stop 1:57.429181438 |
| 1770 | 2026-05-23T15:38:45.808Z | + banner hack-check |
| 1771 | 2026-05-23T15:38:45.808Z | |
| 1772 | 2026-05-23T15:38:45.808Z | # # ## #### # # #### # # ###### #### # # |
| 1773 | 2026-05-23T15:38:45.808Z | # # # # # # # # # # # # # # # # # |
| 1774 | 2026-05-23T15:38:45.808Z | ###### # # # #### ##### # ###### ##### # #### |
| 1775 | 2026-05-23T15:38:45.808Z | # # ###### # # # # # # # # # # |
| 1776 | 2026-05-23T15:38:45.808Z | # # # # # # # # # # # # # # # # # |
| 1777 | 2026-05-23T15:38:45.808Z | # # # # #### # # #### # # ###### #### # # |
| 1778 | 2026-05-23T15:38:45.808Z | |
| 1779 | 2026-05-23T15:38:45.808Z | + export CARGO_INCREMENTAL=0 |
| 1780 | 2026-05-23T15:38:45.808Z | + CARGO_INCREMENTAL=0 |
| 1781 | 2026-05-23T15:38:45.808Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1782 | 2026-05-23T15:38:46.385Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1783 | 2026-05-23T15:38:46.618Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1784 | 2026-05-23T15:38:48.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 1785 | 2026-05-23T15:38:48.562Z | Running `target/debug/xtask check-features --ci` |
| 1786 | 2026-05-23T15:38:48.592Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1787 | 2026-05-23T15:38:48.592Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1788 | 2026-05-23T15:38:49.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1789 | 2026-05-23T15:38:49.157Z | Running `target/debug/xtask download cargo-hack` |
| 1790 | 2026-05-23T15:38:50.000Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2026-05-23T15:38:50.324Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1792 | 2026-05-23T15:38:52.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
| 1793 | 2026-05-23T15:38:53.052Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1794 | 2026-05-23T15:38:53.094Z | May 23 15:38:51.341 INFO Starting download, target: CargoHack |
| 1795 | 2026-05-23T15:38:53.097Z | May 23 15:38:51.342 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1796 | 2026-05-23T15:38:53.687Z | May 23 15:38:51.934 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1797 | 2026-05-23T15:38:53.739Z | May 23 15:38:51.986 INFO Download complete, target: CargoHack |
| 1798 | 2026-05-23T15:38:53.742Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1799 | 2026-05-23T15:38:53.756Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1800 | 2026-05-23T15:38:53.909Z | info: running `cargo check --bins` on api_identity (1/298) |
| 1801 | 2026-05-23T15:38:54.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2026-05-23T15:38:54.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2026-05-23T15:38:54.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2026-05-23T15:38:54.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1805 | 2026-05-23T15:38:54.550Z | |
| 1806 | 2026-05-23T15:38:54.550Z | info: running `cargo check --bins` on bootstore (2/298) |
| 1807 | 2026-05-23T15:38:55.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-05-23T15:38:55.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-05-23T15:38:55.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-05-23T15:38:55.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1811 | 2026-05-23T15:38:55.194Z | |
| 1812 | 2026-05-23T15:38:55.194Z | info: running `cargo check --bins` on omicron-ledger (3/298) |
| 1813 | 2026-05-23T15:38:55.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-05-23T15:38:55.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-05-23T15:38:55.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-05-23T15:38:55.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1817 | 2026-05-23T15:38:55.828Z | |
| 1818 | 2026-05-23T15:38:55.828Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298) |
| 1819 | 2026-05-23T15:38:56.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-05-23T15:38:56.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-05-23T15:38:56.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-05-23T15:38:56.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1823 | 2026-05-23T15:38:56.462Z | |
| 1824 | 2026-05-23T15:38:56.462Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298) |
| 1825 | 2026-05-23T15:38:57.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-05-23T15:38:57.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-05-23T15:38:57.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-05-23T15:38:57.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1829 | 2026-05-23T15:38:57.105Z | |
| 1830 | 2026-05-23T15:38:57.105Z | info: running `cargo check --bins` on omicron-certificates (6/298) |
| 1831 | 2026-05-23T15:38:57.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-05-23T15:38:57.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-05-23T15:38:57.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-05-23T15:38:57.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1835 | 2026-05-23T15:38:57.758Z | |
| 1836 | 2026-05-23T15:38:57.758Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/298) |
| 1837 | 2026-05-23T15:38:58.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-05-23T15:38:58.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-05-23T15:38:58.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-05-23T15:38:58.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1841 | 2026-05-23T15:38:58.414Z | |
| 1842 | 2026-05-23T15:38:58.414Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298) |
| 1843 | 2026-05-23T15:38:58.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-05-23T15:38:58.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-05-23T15:38:58.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-05-23T15:38:58.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1847 | 2026-05-23T15:38:59.070Z | |
| 1848 | 2026-05-23T15:38:59.070Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298) |
| 1849 | 2026-05-23T15:38:59.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-05-23T15:38:59.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-05-23T15:38:59.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-05-23T15:38:59.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1853 | 2026-05-23T15:38:59.598Z | |
| 1854 | 2026-05-23T15:38:59.598Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298) |
| 1855 | 2026-05-23T15:39:00.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-05-23T15:39:00.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-05-23T15:39:00.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-05-23T15:39:00.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1859 | 2026-05-23T15:39:00.128Z | |
| 1860 | 2026-05-23T15:39:00.128Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298) |
| 1861 | 2026-05-23T15:39:00.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-05-23T15:39:00.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-05-23T15:39:00.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-05-23T15:39:00.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1865 | 2026-05-23T15:39:00.652Z | |
| 1866 | 2026-05-23T15:39:00.652Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298) |
| 1867 | 2026-05-23T15:39:01.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-05-23T15:39:01.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-05-23T15:39:01.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-05-23T15:39:01.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1871 | 2026-05-23T15:39:01.179Z | |
| 1872 | 2026-05-23T15:39:01.179Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298) |
| 1873 | 2026-05-23T15:39:01.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-05-23T15:39:01.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-05-23T15:39:01.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-05-23T15:39:01.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1877 | 2026-05-23T15:39:01.704Z | |
| 1878 | 2026-05-23T15:39:01.704Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298) |
| 1879 | 2026-05-23T15:39:02.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-05-23T15:39:02.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-05-23T15:39:02.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-05-23T15:39:02.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1883 | 2026-05-23T15:39:02.230Z | |
| 1884 | 2026-05-23T15:39:02.230Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298) |
| 1885 | 2026-05-23T15:39:02.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-05-23T15:39:02.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-05-23T15:39:02.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-05-23T15:39:02.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1889 | 2026-05-23T15:39:02.753Z | |
| 1890 | 2026-05-23T15:39:02.753Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298) |
| 1891 | 2026-05-23T15:39:03.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-05-23T15:39:03.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-05-23T15:39:03.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-05-23T15:39:03.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1895 | 2026-05-23T15:39:03.277Z | |
| 1896 | 2026-05-23T15:39:03.277Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298) |
| 1897 | 2026-05-23T15:39:03.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-05-23T15:39:03.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-05-23T15:39:03.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-05-23T15:39:03.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1901 | 2026-05-23T15:39:03.806Z | |
| 1902 | 2026-05-23T15:39:03.806Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298) |
| 1903 | 2026-05-23T15:39:04.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-05-23T15:39:04.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-05-23T15:39:04.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-05-23T15:39:04.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1907 | 2026-05-23T15:39:04.324Z | |
| 1908 | 2026-05-23T15:39:04.324Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298) |
| 1909 | 2026-05-23T15:39:04.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-05-23T15:39:04.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-05-23T15:39:04.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-05-23T15:39:04.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1913 | 2026-05-23T15:39:04.850Z | |
| 1914 | 2026-05-23T15:39:04.850Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298) |
| 1915 | 2026-05-23T15:39:05.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-05-23T15:39:05.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-05-23T15:39:05.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-05-23T15:39:05.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1919 | 2026-05-23T15:39:05.376Z | |
| 1920 | 2026-05-23T15:39:05.376Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298) |
| 1921 | 2026-05-23T15:39:05.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-05-23T15:39:05.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-05-23T15:39:05.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-05-23T15:39:05.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1925 | 2026-05-23T15:39:05.900Z | |
| 1926 | 2026-05-23T15:39:05.900Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298) |
| 1927 | 2026-05-23T15:39:06.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-05-23T15:39:06.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-05-23T15:39:06.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-05-23T15:39:06.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1931 | 2026-05-23T15:39:06.426Z | |
| 1932 | 2026-05-23T15:39:06.426Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298) |
| 1933 | 2026-05-23T15:39:06.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-05-23T15:39:06.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-05-23T15:39:06.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-05-23T15:39:06.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1937 | 2026-05-23T15:39:06.948Z | |
| 1938 | 2026-05-23T15:39:06.948Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298) |
| 1939 | 2026-05-23T15:39:07.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-05-23T15:39:07.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-05-23T15:39:07.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-05-23T15:39:07.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1943 | 2026-05-23T15:39:07.469Z | |
| 1944 | 2026-05-23T15:39:07.469Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298) |
| 1945 | 2026-05-23T15:39:07.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-05-23T15:39:07.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-05-23T15:39:07.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-05-23T15:39:07.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1949 | 2026-05-23T15:39:07.990Z | |
| 1950 | 2026-05-23T15:39:07.990Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298) |
| 1951 | 2026-05-23T15:39:08.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-05-23T15:39:08.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-05-23T15:39:08.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-05-23T15:39:08.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1955 | 2026-05-23T15:39:08.512Z | |
| 1956 | 2026-05-23T15:39:08.512Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298) |
| 1957 | 2026-05-23T15:39:08.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-05-23T15:39:08.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-05-23T15:39:08.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-05-23T15:39:08.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1961 | 2026-05-23T15:39:09.033Z | |
| 1962 | 2026-05-23T15:39:09.033Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298) |
| 1963 | 2026-05-23T15:39:09.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-05-23T15:39:09.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-05-23T15:39:09.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-05-23T15:39:09.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1967 | 2026-05-23T15:39:09.556Z | |
| 1968 | 2026-05-23T15:39:09.556Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298) |
| 1969 | 2026-05-23T15:39:10.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-05-23T15:39:10.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-05-23T15:39:10.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-05-23T15:39:10.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1973 | 2026-05-23T15:39:10.077Z | |
| 1974 | 2026-05-23T15:39:10.077Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298) |
| 1975 | 2026-05-23T15:39:10.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-05-23T15:39:10.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-05-23T15:39:10.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-05-23T15:39:10.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1979 | 2026-05-23T15:39:10.591Z | |
| 1980 | 2026-05-23T15:39:10.591Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298) |
| 1981 | 2026-05-23T15:39:11.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-05-23T15:39:11.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-05-23T15:39:11.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-05-23T15:39:11.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1985 | 2026-05-23T15:39:11.112Z | |
| 1986 | 2026-05-23T15:39:11.112Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298) |
| 1987 | 2026-05-23T15:39:11.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-05-23T15:39:11.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-05-23T15:39:11.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-05-23T15:39:11.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1991 | 2026-05-23T15:39:11.637Z | |
| 1992 | 2026-05-23T15:39:11.637Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298) |
| 1993 | 2026-05-23T15:39:12.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-05-23T15:39:12.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-05-23T15:39:12.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-05-23T15:39:12.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1997 | 2026-05-23T15:39:12.163Z | |
| 1998 | 2026-05-23T15:39:12.163Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298) |
| 1999 | 2026-05-23T15:39:12.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-05-23T15:39:12.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-05-23T15:39:12.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-05-23T15:39:12.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2003 | 2026-05-23T15:39:12.691Z | |
| 2004 | 2026-05-23T15:39:12.691Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298) |
| 2005 | 2026-05-23T15:39:13.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-05-23T15:39:13.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-05-23T15:39:13.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-05-23T15:39:13.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2009 | 2026-05-23T15:39:13.211Z | |
| 2010 | 2026-05-23T15:39:13.211Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298) |
| 2011 | 2026-05-23T15:39:13.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-05-23T15:39:13.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-05-23T15:39:13.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-05-23T15:39:13.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2015 | 2026-05-23T15:39:13.735Z | |
| 2016 | 2026-05-23T15:39:13.735Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298) |
| 2017 | 2026-05-23T15:39:14.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-05-23T15:39:14.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-05-23T15:39:14.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-05-23T15:39:14.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2021 | 2026-05-23T15:39:15.263Z | |
| 2022 | 2026-05-23T15:39:15.263Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298) |
| 2023 | 2026-05-23T15:39:15.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-05-23T15:39:15.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-05-23T15:39:15.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-05-23T15:39:15.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2027 | 2026-05-23T15:39:15.266Z | |
| 2028 | 2026-05-23T15:39:15.266Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298) |
| 2029 | 2026-05-23T15:39:15.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-05-23T15:39:15.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-05-23T15:39:15.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-05-23T15:39:15.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2033 | 2026-05-23T15:39:15.314Z | |
| 2034 | 2026-05-23T15:39:15.314Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298) |
| 2035 | 2026-05-23T15:39:15.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-05-23T15:39:15.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-05-23T15:39:15.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-05-23T15:39:15.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2039 | 2026-05-23T15:39:15.843Z | |
| 2040 | 2026-05-23T15:39:15.843Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298) |
| 2041 | 2026-05-23T15:39:16.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-05-23T15:39:16.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-05-23T15:39:16.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-05-23T15:39:16.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2045 | 2026-05-23T15:39:16.364Z | |
| 2046 | 2026-05-23T15:39:16.364Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298) |
| 2047 | 2026-05-23T15:39:16.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-05-23T15:39:16.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-05-23T15:39:16.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-05-23T15:39:16.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2051 | 2026-05-23T15:39:16.889Z | |
| 2052 | 2026-05-23T15:39:16.889Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298) |
| 2053 | 2026-05-23T15:39:17.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-05-23T15:39:17.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-05-23T15:39:17.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-05-23T15:39:17.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2057 | 2026-05-23T15:39:17.415Z | |
| 2058 | 2026-05-23T15:39:17.416Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298) |
| 2059 | 2026-05-23T15:39:17.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-05-23T15:39:17.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-05-23T15:39:17.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-05-23T15:39:17.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2063 | 2026-05-23T15:39:17.944Z | |
| 2064 | 2026-05-23T15:39:17.944Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298) |
| 2065 | 2026-05-23T15:39:18.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-05-23T15:39:18.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-05-23T15:39:18.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-05-23T15:39:18.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2069 | 2026-05-23T15:39:18.467Z | |
| 2070 | 2026-05-23T15:39:18.468Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298) |
| 2071 | 2026-05-23T15:39:18.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-05-23T15:39:18.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-05-23T15:39:18.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-05-23T15:39:18.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2075 | 2026-05-23T15:39:18.995Z | |
| 2076 | 2026-05-23T15:39:18.995Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298) |
| 2077 | 2026-05-23T15:39:19.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-05-23T15:39:19.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-05-23T15:39:19.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-05-23T15:39:19.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2081 | 2026-05-23T15:39:19.522Z | |
| 2082 | 2026-05-23T15:39:19.522Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298) |
| 2083 | 2026-05-23T15:39:19.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-05-23T15:39:19.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-05-23T15:39:19.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-05-23T15:39:19.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2087 | 2026-05-23T15:39:20.048Z | |
| 2088 | 2026-05-23T15:39:20.048Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298) |
| 2089 | 2026-05-23T15:39:20.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-05-23T15:39:20.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-05-23T15:39:20.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-05-23T15:39:20.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2093 | 2026-05-23T15:39:20.747Z | |
| 2094 | 2026-05-23T15:39:20.747Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298) |
| 2095 | 2026-05-23T15:39:21.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-05-23T15:39:21.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-05-23T15:39:21.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-05-23T15:39:21.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2099 | 2026-05-23T15:39:21.449Z | |
| 2100 | 2026-05-23T15:39:21.449Z | info: running `cargo check --bins` on nexus-config (51/298) |
| 2101 | 2026-05-23T15:39:22.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-05-23T15:39:22.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-05-23T15:39:22.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-05-23T15:39:22.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2105 | 2026-05-23T15:39:22.149Z | |
| 2106 | 2026-05-23T15:39:22.149Z | info: running `cargo check --bins` on nexus-types (52/298) |
| 2107 | 2026-05-23T15:39:22.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-05-23T15:39:22.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-05-23T15:39:22.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-05-23T15:39:22.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2111 | 2026-05-23T15:39:22.847Z | |
| 2112 | 2026-05-23T15:39:22.847Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298) |
| 2113 | 2026-05-23T15:39:23.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-05-23T15:39:23.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-05-23T15:39:23.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-05-23T15:39:23.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2117 | 2026-05-23T15:39:23.508Z | |
| 2118 | 2026-05-23T15:39:23.508Z | info: running `cargo check --bins` on omicron-passwords (54/298) |
| 2119 | 2026-05-23T15:39:24.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-05-23T15:39:24.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-05-23T15:39:24.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-05-23T15:39:24.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2123 | 2026-05-23T15:39:24.149Z | |
| 2124 | 2026-05-23T15:39:24.149Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/298) |
| 2125 | 2026-05-23T15:39:24.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-05-23T15:39:24.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-05-23T15:39:24.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-05-23T15:39:24.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2129 | 2026-05-23T15:39:24.810Z | |
| 2130 | 2026-05-23T15:39:24.810Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298) |
| 2131 | 2026-05-23T15:39:25.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-05-23T15:39:25.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-05-23T15:39:25.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-05-23T15:39:25.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2135 | 2026-05-23T15:39:25.470Z | |
| 2136 | 2026-05-23T15:39:25.470Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298) |
| 2137 | 2026-05-23T15:39:26.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-05-23T15:39:26.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-05-23T15:39:26.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-05-23T15:39:26.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2141 | 2026-05-23T15:39:26.130Z | |
| 2142 | 2026-05-23T15:39:26.130Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298) |
| 2143 | 2026-05-23T15:39:26.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-05-23T15:39:26.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-05-23T15:39:26.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-05-23T15:39:26.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2147 | 2026-05-23T15:39:26.789Z | |
| 2148 | 2026-05-23T15:39:26.789Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298) |
| 2149 | 2026-05-23T15:39:27.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-05-23T15:39:27.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-05-23T15:39:27.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-05-23T15:39:27.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2153 | 2026-05-23T15:39:27.434Z | |
| 2154 | 2026-05-23T15:39:27.434Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298) |
| 2155 | 2026-05-23T15:39:27.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-05-23T15:39:27.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-05-23T15:39:27.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-05-23T15:39:27.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2159 | 2026-05-23T15:39:28.079Z | |
| 2160 | 2026-05-23T15:39:28.079Z | info: running `cargo check --bins --no-default-features` on gfss (61/298) |
| 2161 | 2026-05-23T15:39:28.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-05-23T15:39:28.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-05-23T15:39:28.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-05-23T15:39:28.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2165 | 2026-05-23T15:39:28.719Z | |
| 2166 | 2026-05-23T15:39:28.719Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298) |
| 2167 | 2026-05-23T15:39:29.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-05-23T15:39:29.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-05-23T15:39:29.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-05-23T15:39:29.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2171 | 2026-05-23T15:39:29.363Z | |
| 2172 | 2026-05-23T15:39:29.363Z | info: running `cargo check --bins` on clickhouse-admin-types (63/298) |
| 2173 | 2026-05-23T15:39:29.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-05-23T15:39:29.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-05-23T15:39:29.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-05-23T15:39:29.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2177 | 2026-05-23T15:39:30.026Z | |
| 2178 | 2026-05-23T15:39:30.027Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/298) |
| 2179 | 2026-05-23T15:39:30.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-05-23T15:39:30.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-05-23T15:39:30.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-05-23T15:39:30.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2183 | 2026-05-23T15:39:30.685Z | |
| 2184 | 2026-05-23T15:39:30.685Z | info: running `cargo check --bins` on cockroach-admin-types (65/298) |
| 2185 | 2026-05-23T15:39:31.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-05-23T15:39:31.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-05-23T15:39:31.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-05-23T15:39:31.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2189 | 2026-05-23T15:39:31.331Z | |
| 2190 | 2026-05-23T15:39:31.331Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/298) |
| 2191 | 2026-05-23T15:39:31.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-05-23T15:39:31.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-05-23T15:39:31.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-05-23T15:39:31.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2195 | 2026-05-23T15:39:31.978Z | |
| 2196 | 2026-05-23T15:39:31.978Z | info: running `cargo check --bins` on ereport-types (67/298) |
| 2197 | 2026-05-23T15:39:32.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-05-23T15:39:32.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-05-23T15:39:32.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-05-23T15:39:32.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2201 | 2026-05-23T15:39:32.631Z | |
| 2202 | 2026-05-23T15:39:32.631Z | info: running `cargo check --bins` on gateway-client (68/298) |
| 2203 | 2026-05-23T15:39:33.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-05-23T15:39:33.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-05-23T15:39:33.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-05-23T15:39:33.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2207 | 2026-05-23T15:39:33.287Z | |
| 2208 | 2026-05-23T15:39:33.287Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/298) |
| 2209 | 2026-05-23T15:39:33.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-05-23T15:39:33.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-05-23T15:39:33.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-05-23T15:39:33.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2213 | 2026-05-23T15:39:33.941Z | |
| 2214 | 2026-05-23T15:39:33.941Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298) |
| 2215 | 2026-05-23T15:39:34.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-05-23T15:39:34.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-05-23T15:39:34.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-05-23T15:39:34.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2219 | 2026-05-23T15:39:34.592Z | |
| 2220 | 2026-05-23T15:39:34.592Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298) |
| 2221 | 2026-05-23T15:39:35.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-05-23T15:39:35.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-05-23T15:39:35.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-05-23T15:39:35.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2225 | 2026-05-23T15:39:35.248Z | |
| 2226 | 2026-05-23T15:39:35.248Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298) |
| 2227 | 2026-05-23T15:39:35.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-05-23T15:39:35.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-05-23T15:39:35.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-05-23T15:39:35.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2231 | 2026-05-23T15:39:35.902Z | |
| 2232 | 2026-05-23T15:39:35.903Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/298) |
| 2233 | 2026-05-23T15:39:36.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-05-23T15:39:36.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-05-23T15:39:36.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-05-23T15:39:36.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2237 | 2026-05-23T15:39:36.577Z | |
| 2238 | 2026-05-23T15:39:36.577Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298) |
| 2239 | 2026-05-23T15:39:37.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-05-23T15:39:37.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-05-23T15:39:37.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-05-23T15:39:37.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2243 | 2026-05-23T15:39:37.253Z | |
| 2244 | 2026-05-23T15:39:37.253Z | info: running `cargo check --bins` on key-manager-types (75/298) |
| 2245 | 2026-05-23T15:39:37.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-05-23T15:39:37.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-05-23T15:39:37.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-05-23T15:39:37.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2249 | 2026-05-23T15:39:37.895Z | |
| 2250 | 2026-05-23T15:39:37.895Z | info: running `cargo check --bins` on oxlog (76/298) |
| 2251 | 2026-05-23T15:39:38.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-05-23T15:39:38.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-05-23T15:39:38.558Z | Checking cfg-if v1.0.4 |
| 2254 | 2026-05-23T15:39:38.562Z | Checking libc v0.2.185 |
| 2255 | 2026-05-23T15:39:38.562Z | Checking serde_core v1.0.228 |
| 2256 | 2026-05-23T15:39:38.685Z | Checking zeroize v1.8.2 |
| 2257 | 2026-05-23T15:39:38.693Z | Checking memchr v2.8.0 |
| 2258 | 2026-05-23T15:39:38.702Z | Checking log v0.4.29 |
| 2259 | 2026-05-23T15:39:38.711Z | Checking smallvec v1.15.1 |
| 2260 | 2026-05-23T15:39:38.724Z | Checking typenum v1.19.0 |
| 2261 | 2026-05-23T15:39:38.724Z | Checking subtle v2.6.1 |
| 2262 | 2026-05-23T15:39:38.826Z | Checking itoa v1.0.17 |
| 2263 | 2026-05-23T15:39:38.858Z | Checking scopeguard v1.2.0 |
| 2264 | 2026-05-23T15:39:38.878Z | Checking stable_deref_trait v1.2.1 |
| 2265 | 2026-05-23T15:39:38.891Z | Checking const-oid v0.9.6 |
| 2266 | 2026-05-23T15:39:38.952Z | Checking portable-atomic v1.13.1 |
| 2267 | 2026-05-23T15:39:38.965Z | Checking lock_api v0.4.14 |
| 2268 | 2026-05-23T15:39:38.968Z | Checking zerofrom v0.1.6 |
| 2269 | 2026-05-23T15:39:39.063Z | Checking critical-section v1.2.0 |
| 2270 | 2026-05-23T15:39:39.077Z | Checking getrandom v0.2.17 |
| 2271 | 2026-05-23T15:39:39.089Z | Checking errno v0.3.14 |
| 2272 | 2026-05-23T15:39:39.159Z | Checking yoke v0.8.1 |
| 2273 | 2026-05-23T15:39:39.172Z | Checking pin-project-lite v0.2.17 |
| 2274 | 2026-05-23T15:39:39.199Z | Checking signal-hook-registry v1.4.8 |
| 2275 | 2026-05-23T15:39:39.217Z | Checking rand_core v0.6.4 |
| 2276 | 2026-05-23T15:39:39.249Z | Checking generic-array v0.14.7 |
| 2277 | 2026-05-23T15:39:39.261Z | Checking parking_lot_core v0.9.12 |
| 2278 | 2026-05-23T15:39:39.321Z | Checking zerovec v0.11.5 |
| 2279 | 2026-05-23T15:39:39.351Z | Checking once_cell v1.21.3 |
| 2280 | 2026-05-23T15:39:39.364Z | Checking futures-core v0.3.32 |
| 2281 | 2026-05-23T15:39:39.391Z | Checking mio v1.2.0 |
| 2282 | 2026-05-23T15:39:39.444Z | Checking parking_lot v0.12.5 |
| 2283 | 2026-05-23T15:39:39.480Z | Checking zerocopy v0.8.40 |
| 2284 | 2026-05-23T15:39:39.520Z | Checking zmij v1.0.21 |
| 2285 | 2026-05-23T15:39:39.573Z | Checking socket2 v0.6.3 |
| 2286 | 2026-05-23T15:39:39.630Z | Checking libm v0.2.16 |
| 2287 | 2026-05-23T15:39:39.664Z | Checking litemap v0.8.1 |
| 2288 | 2026-05-23T15:39:39.684Z | Checking crypto-common v0.1.7 |
| 2289 | 2026-05-23T15:39:39.728Z | Checking block-buffer v0.10.4 |
| 2290 | 2026-05-23T15:39:39.756Z | Checking tinystr v0.8.2 |
| 2291 | 2026-05-23T15:39:39.808Z | Checking equivalent v1.0.2 |
| 2292 | 2026-05-23T15:39:39.837Z | Checking writeable v0.6.2 |
| 2293 | 2026-05-23T15:39:39.851Z | Checking percent-encoding v2.3.2 |
| 2294 | 2026-05-23T15:39:39.864Z | Checking digest v0.10.7 |
| 2295 | 2026-05-23T15:39:39.889Z | Checking potential_utf v0.1.4 |
| 2296 | 2026-05-23T15:39:39.934Z | Checking zerotrie v0.2.3 |
| 2297 | 2026-05-23T15:39:39.989Z | Checking futures-sink v0.3.32 |
| 2298 | 2026-05-23T15:39:40.015Z | Checking icu_locale_core v2.1.1 |
| 2299 | 2026-05-23T15:39:40.018Z | Checking icu_collections v2.1.1 |
| 2300 | 2026-05-23T15:39:40.056Z | Checking futures-task v0.3.32 |
| 2301 | 2026-05-23T15:39:40.092Z | Checking futures-channel v0.3.32 |
| 2302 | 2026-05-23T15:39:40.160Z | Checking serde v1.0.228 |
| 2303 | 2026-05-23T15:39:40.193Z | Checking bitflags v2.11.0 |
| 2304 | 2026-05-23T15:39:40.206Z | Checking serde_json v1.0.149 |
| 2305 | 2026-05-23T15:39:40.288Z | Checking slab v0.4.12 |
| 2306 | 2026-05-23T15:39:40.327Z | Checking cpufeatures v0.2.17 |
| 2307 | 2026-05-23T15:39:40.347Z | Checking num-traits v0.2.19 |
| 2308 | 2026-05-23T15:39:40.363Z | Checking futures-io v0.3.32 |
| 2309 | 2026-05-23T15:39:40.395Z | Checking hmac v0.12.1 |
| 2310 | 2026-05-23T15:39:40.444Z | Checking icu_normalizer_data v2.1.1 |
| 2311 | 2026-05-23T15:39:40.474Z | Checking futures-util v0.3.32 |
| 2312 | 2026-05-23T15:39:40.517Z | Checking icu_properties_data v2.1.2 |
| 2313 | 2026-05-23T15:39:40.529Z | Checking hashbrown v0.17.0 |
| 2314 | 2026-05-23T15:39:40.569Z | Checking bytes v1.11.1 |
| 2315 | 2026-05-23T15:39:40.582Z | Checking icu_provider v2.1.1 |
| 2316 | 2026-05-23T15:39:40.642Z | Checking rand_core v0.10.0 |
| 2317 | 2026-05-23T15:39:40.783Z | Checking getrandom v0.4.1 |
| 2318 | 2026-05-23T15:39:40.808Z | Checking icu_normalizer v2.1.1 |
| 2319 | 2026-05-23T15:39:40.867Z | Checking icu_properties v2.1.2 |
| 2320 | 2026-05-23T15:39:40.881Z | Checking block-padding v0.3.3 |
| 2321 | 2026-05-23T15:39:40.929Z | Checking utf8_iter v1.0.4 |
| 2322 | 2026-05-23T15:39:40.988Z | Checking indexmap v2.14.0 |
| 2323 | 2026-05-23T15:39:41.007Z | Checking tokio v1.52.1 |
| 2324 | 2026-05-23T15:39:41.010Z | Checking inout v0.1.4 |
| 2325 | 2026-05-23T15:39:41.053Z | Checking sha2 v0.10.9 |
| 2326 | 2026-05-23T15:39:41.107Z | Checking form_urlencoded v1.2.2 |
| 2327 | 2026-05-23T15:39:41.155Z | Checking cipher v0.4.4 |
| 2328 | 2026-05-23T15:39:41.236Z | Checking getrandom v0.3.4 |
| 2329 | 2026-05-23T15:39:41.317Z | Checking base64ct v1.8.3 |
| 2330 | 2026-05-23T15:39:41.362Z | Checking byteorder v1.5.0 |
| 2331 | 2026-05-23T15:39:41.377Z | Checking fnv v1.0.7 |
| 2332 | 2026-05-23T15:39:41.478Z | Checking flagset v0.4.7 |
| 2333 | 2026-05-23T15:39:41.545Z | Checking rand_core v0.9.5 |
| 2334 | 2026-05-23T15:39:41.559Z | Checking pem-rfc7468 v0.7.0 |
| 2335 | 2026-05-23T15:39:41.572Z | Checking http v1.4.0 |
| 2336 | 2026-05-23T15:39:41.602Z | Checking regex-syntax v0.8.10 |
| 2337 | 2026-05-23T15:39:41.693Z | Checking idna_adapter v1.2.1 |
| 2338 | 2026-05-23T15:39:41.713Z | Checking der v0.7.10 |
| 2339 | 2026-05-23T15:39:41.727Z | Checking salsa20 v0.10.2 |
| 2340 | 2026-05-23T15:39:41.813Z | Checking idna v1.1.0 |
| 2341 | 2026-05-23T15:39:41.858Z | Checking uuid v1.23.0 |
| 2342 | 2026-05-23T15:39:42.055Z | Checking url v2.5.8 |
| 2343 | 2026-05-23T15:39:42.131Z | Checking pbkdf2 v0.12.2 |
| 2344 | 2026-05-23T15:39:42.169Z | Checking rustix v1.1.3 |
| 2345 | 2026-05-23T15:39:42.237Z | Checking tracing-core v0.1.36 |
| 2346 | 2026-05-23T15:39:42.240Z | Checking ppv-lite86 v0.2.21 |
| 2347 | 2026-05-23T15:39:42.375Z | Checking rustls-pki-types v1.14.0 |
| 2348 | 2026-05-23T15:39:42.449Z | Checking spki v0.7.3 |
| 2349 | 2026-05-23T15:39:42.499Z | Checking iana-time-zone v0.1.65 |
| 2350 | 2026-05-23T15:39:42.542Z | Checking base64 v0.22.1 |
| 2351 | 2026-05-23T15:39:42.554Z | Checking rand_chacha v0.9.0 |
| 2352 | 2026-05-23T15:39:42.603Z | Checking chrono v0.4.44 |
| 2353 | 2026-05-23T15:39:42.616Z | Checking tracing v0.1.44 |
| 2354 | 2026-05-23T15:39:42.663Z | Checking scrypt v0.11.0 |
| 2355 | 2026-05-23T15:39:42.749Z | Checking http-body v1.0.1 |
| 2356 | 2026-05-23T15:39:42.778Z | Checking aes v0.8.4 |
| 2357 | 2026-05-23T15:39:42.799Z | Checking cbc v0.1.2 |
| 2358 | 2026-05-23T15:39:42.818Z | Checking aws-lc-sys v0.40.0 |
| 2359 | 2026-05-23T15:39:42.880Z | Checking tinyvec_macros v0.1.1 |
| 2360 | 2026-05-23T15:39:42.902Z | Checking untrusted v0.9.0 |
| 2361 | 2026-05-23T15:39:42.924Z | Checking untrusted v0.7.1 |
| 2362 | 2026-05-23T15:39:42.946Z | Checking openssl-probe v0.2.1 |
| 2363 | 2026-05-23T15:39:43.000Z | Checking tinyvec v1.10.0 |
| 2364 | 2026-05-23T15:39:43.013Z | Checking ring v0.17.14 |
| 2365 | 2026-05-23T15:39:43.036Z | Checking rand v0.9.2 |
| 2366 | 2026-05-23T15:39:43.051Z | Checking try-lock v0.2.5 |
| 2367 | 2026-05-23T15:39:43.148Z | Checking tower-layer v0.3.3 |
| 2368 | 2026-05-23T15:39:43.163Z | Checking pkcs5 v0.7.1 |
| 2369 | 2026-05-23T15:39:43.296Z | Checking tower-service v0.3.3 |
| 2370 | 2026-05-23T15:39:43.309Z | Checking atomic-waker v1.1.2 |
| 2371 | 2026-05-23T15:39:43.322Z | Checking aws-lc-rs v1.16.3 |
| 2372 | 2026-05-23T15:39:43.386Z | Checking want v0.3.1 |
| 2373 | 2026-05-23T15:39:43.405Z | Checking ipnet v2.11.0 |
| 2374 | 2026-05-23T15:39:43.419Z | Checking pkcs8 v0.10.2 |
| 2375 | 2026-05-23T15:39:43.456Z | Checking httparse v1.10.1 |
| 2376 | 2026-05-23T15:39:43.506Z | Checking aho-corasick v1.1.4 |
| 2377 | 2026-05-23T15:39:43.520Z | Checking fastrand v2.3.0 |
| 2378 | 2026-05-23T15:39:43.591Z | Checking utf8parse v0.2.2 |
| 2379 | 2026-05-23T15:39:43.658Z | Checking plain v0.2.3 |
| 2380 | 2026-05-23T15:39:43.671Z | Checking dyn-clone v1.0.20 |
| 2381 | 2026-05-23T15:39:43.692Z | Checking pin-utils v0.1.0 |
| 2382 | 2026-05-23T15:39:43.705Z | Checking foreign-types-shared v0.1.1 |
| 2383 | 2026-05-23T15:39:43.757Z | Checking httpdate v1.0.3 |
| 2384 | 2026-05-23T15:39:43.771Z | Checking tempfile v3.25.0 |
| 2385 | 2026-05-23T15:39:43.788Z | Checking foreign-types v0.3.2 |
| 2386 | 2026-05-23T15:39:43.799Z | Checking unicode-normalization v0.1.25 |
| 2387 | 2026-05-23T15:39:43.854Z | Checking semver v1.0.28 |
| 2388 | 2026-05-23T15:39:43.901Z | Checking openssl-sys v0.9.114 |
| 2389 | 2026-05-23T15:39:43.963Z | Checking spin v0.9.8 |
| 2390 | 2026-05-23T15:39:44.002Z | Checking ucd-trie v0.1.7 |
| 2391 | 2026-05-23T15:39:44.064Z | Checking anstyle v1.0.14 |
| 2392 | 2026-05-23T15:39:44.137Z | Checking unicode-ident v1.0.24 |
| 2393 | 2026-05-23T15:39:44.152Z | Checking pest v2.8.6 |
| 2394 | 2026-05-23T15:39:44.165Z | Checking rustls-webpki v0.103.9 |
| 2395 | 2026-05-23T15:39:44.189Z | Checking regex-automata v0.4.14 |
| 2396 | 2026-05-23T15:39:44.201Z | Checking schemars v0.8.22 |
| 2397 | 2026-05-23T15:39:44.217Z | Checking tokio-util v0.7.18 |
| 2398 | 2026-05-23T15:39:44.242Z | Checking proc-macro2 v1.0.106 |
| 2399 | 2026-05-23T15:39:44.257Z | Checking rustls-native-certs v0.8.3 |
| 2400 | 2026-05-23T15:39:44.387Z | Checking thiserror v2.0.18 |
| 2401 | 2026-05-23T15:39:44.409Z | Checking openssl v0.10.78 |
| 2402 | 2026-05-23T15:39:44.487Z | Checking sync_wrapper v1.0.2 |
| 2403 | 2026-05-23T15:39:44.550Z | Checking wait-timeout v0.2.1 |
| 2404 | 2026-05-23T15:39:44.586Z | Checking rustls v0.23.37 |
| 2405 | 2026-05-23T15:39:44.600Z | Checking bit-vec v0.8.0 |
| 2406 | 2026-05-23T15:39:44.671Z | Checking powerfmt v0.2.0 |
| 2407 | 2026-05-23T15:39:44.789Z | Checking colorchoice v1.0.4 |
| 2408 | 2026-05-23T15:39:44.820Z | Checking quick-error v1.2.3 |
| 2409 | 2026-05-23T15:39:44.834Z | Checking h2 v0.4.13 |
| 2410 | 2026-05-23T15:39:44.848Z | Checking siphasher v1.0.2 |
| 2411 | 2026-05-23T15:39:44.886Z | Checking simd-adler32 v0.3.8 |
| 2412 | 2026-05-23T15:39:44.920Z | Checking is_terminal_polyfill v1.70.2 |
| 2413 | 2026-05-23T15:39:45.003Z | Checking pretty-hex v0.4.1 |
| 2414 | 2026-05-23T15:39:45.017Z | Checking anstyle-query v1.1.5 |
| 2415 | 2026-05-23T15:39:45.059Z | Checking rusty-fork v0.3.1 |
| 2416 | 2026-05-23T15:39:45.120Z | Checking deranged v0.5.8 |
| 2417 | 2026-05-23T15:39:45.120Z | Checking bit-set v0.8.0 |
| 2418 | 2026-05-23T15:39:45.231Z | Checking tower v0.5.3 |
| 2419 | 2026-05-23T15:39:45.231Z | Checking quote v1.0.45 |
| 2420 | 2026-05-23T15:39:45.265Z | Compiling newtype-uuid v1.3.2 |
| 2421 | 2026-05-23T15:39:45.406Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-05-23T15:39:45.452Z | Checking webpki-roots v1.0.6 |
| 2423 | 2026-05-23T15:39:45.575Z | Checking crossbeam-utils v0.8.21 |
| 2424 | 2026-05-23T15:39:45.626Z | Checking rand_xorshift v0.4.0 |
| 2425 | 2026-05-23T15:39:45.640Z | Checking crc32fast v1.5.0 |
| 2426 | 2026-05-23T15:39:45.746Z | Checking scroll v0.13.0 |
| 2427 | 2026-05-23T15:39:45.781Z | Checking signature v2.2.0 |
| 2428 | 2026-05-23T15:39:45.909Z | Checking num_threads v0.1.7 |
| 2429 | 2026-05-23T15:39:45.923Z | Checking iri-string v0.7.10 |
| 2430 | 2026-05-23T15:39:45.971Z | Checking unicode-properties v0.1.4 |
| 2431 | 2026-05-23T15:39:45.997Z | Checking unicode-bidi v0.3.18 |
| 2432 | 2026-05-23T15:39:46.033Z | Checking allocator-api2 v0.2.21 |
| 2433 | 2026-05-23T15:39:46.052Z | Checking adler2 v2.0.1 |
| 2434 | 2026-05-23T15:39:46.159Z | Checking time-core v0.1.8 |
| 2435 | 2026-05-23T15:39:46.172Z | Checking unarray v0.1.4 |
| 2436 | 2026-05-23T15:39:46.275Z | Checking ryu v1.0.23 |
| 2437 | 2026-05-23T15:39:46.289Z | Checking num-conv v0.2.0 |
| 2438 | 2026-05-23T15:39:46.301Z | Checking stringprep v0.1.5 |
| 2439 | 2026-05-23T15:39:46.314Z | Checking proptest v1.10.0 |
| 2440 | 2026-05-23T15:39:46.403Z | Checking time v0.3.47 |
| 2441 | 2026-05-23T15:39:46.416Z | Checking serde_urlencoded v0.7.1 |
| 2442 | 2026-05-23T15:39:46.432Z | Checking native-tls v0.2.18 |
| 2443 | 2026-05-23T15:39:46.450Z | Checking miniz_oxide v0.8.9 |
| 2444 | 2026-05-23T15:39:46.610Z | Checking tokio-native-tls v0.3.1 |
| 2445 | 2026-05-23T15:39:46.624Z | Checking bstr v1.12.1 |
| 2446 | 2026-05-23T15:39:46.769Z | Checking goblin v0.10.5 |
| 2447 | 2026-05-23T15:39:46.802Z | Checking crossbeam-epoch v0.9.18 |
| 2448 | 2026-05-23T15:39:46.949Z | Checking tower-http v0.6.8 |
| 2449 | 2026-05-23T15:39:46.952Z | Checking tokio-rustls v0.26.4 |
| 2450 | 2026-05-23T15:39:47.023Z | Checking syn v2.0.117 |
| 2451 | 2026-05-23T15:39:47.023Z | Compiling daft v0.1.7 |
| 2452 | 2026-05-23T15:39:47.188Z | Checking ipnetwork v0.21.1 |
| 2453 | 2026-05-23T15:39:47.225Z | Checking anstyle-parse v1.0.0 |
| 2454 | 2026-05-23T15:39:47.318Z | Checking rand_chacha v0.3.1 |
| 2455 | 2026-05-23T15:39:47.378Z | Checking scroll v0.12.0 |
| 2456 | 2026-05-23T15:39:47.407Z | Checking thiserror v1.0.69 |
| 2457 | 2026-05-23T15:39:47.506Z | Checking hash32 v0.2.1 |
| 2458 | 2026-05-23T15:39:47.528Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2459 | 2026-05-23T15:39:47.541Z | Checking num-integer v0.1.46 |
| 2460 | 2026-05-23T15:39:47.560Z | Checking hyper v1.8.1 |
| 2461 | 2026-05-23T15:39:47.610Z | Checking toml_datetime v0.6.11 |
| 2462 | 2026-05-23T15:39:47.640Z | Checking serde_spanned v0.6.9 |
| 2463 | 2026-05-23T15:39:47.660Z | Checking md-5 v0.10.6 |
| 2464 | 2026-05-23T15:39:47.763Z | Checking ff v0.13.1 |
| 2465 | 2026-05-23T15:39:47.766Z | Checking encoding_rs v0.8.35 |
| 2466 | 2026-05-23T15:39:47.793Z | Checking psl-types v2.0.11 |
| 2467 | 2026-05-23T15:39:47.806Z | Checking base16ct v0.2.0 |
| 2468 | 2026-05-23T15:39:47.893Z | Checking mime v0.3.17 |
| 2469 | 2026-05-23T15:39:47.909Z | Checking zlib-rs v0.6.2 |
| 2470 | 2026-05-23T15:39:47.930Z | Checking fallible-iterator v0.2.0 |
| 2471 | 2026-05-23T15:39:48.070Z | Checking sec1 v0.7.3 |
| 2472 | 2026-05-23T15:39:48.199Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-05-23T15:39:48.256Z | Checking publicsuffix v2.3.0 |
| 2474 | 2026-05-23T15:39:48.274Z | Checking group v0.13.0 |
| 2475 | 2026-05-23T15:39:48.416Z | Checking num-iter v0.1.45 |
| 2476 | 2026-05-23T15:39:48.431Z | Checking heapless v0.7.17 |
| 2477 | 2026-05-23T15:39:48.470Z | Checking hyper-util v0.1.20 |
| 2478 | 2026-05-23T15:39:48.514Z | Checking zstd-safe v7.2.4 |
| 2479 | 2026-05-23T15:39:48.527Z | Checking goblin v0.8.2 |
| 2480 | 2026-05-23T15:39:48.681Z | Checking cookie v0.18.1 |
| 2481 | 2026-05-23T15:39:48.715Z | Checking rand v0.8.6 |
| 2482 | 2026-05-23T15:39:48.791Z | Checking flate2 v1.1.9 |
| 2483 | 2026-05-23T15:39:48.846Z | Checking oxnet v0.1.5 |
| 2484 | 2026-05-23T15:39:48.912Z | Checking anstream v1.0.0 |
| 2485 | 2026-05-23T15:39:49.089Z | Compiling iddqd v0.4.1 |
| 2486 | 2026-05-23T15:39:49.105Z | Checking dtrace-parser v0.3.0 |
| 2487 | 2026-05-23T15:39:49.120Z | Checking phf_shared v0.13.1 |
| 2488 | 2026-05-23T15:39:49.133Z | Checking dof v0.4.0 |
| 2489 | 2026-05-23T15:39:49.221Z | Checking lazy_static v1.5.0 |
| 2490 | 2026-05-23T15:39:49.312Z | Checking anstyle-parse v0.2.7 |
| 2491 | 2026-05-23T15:39:49.315Z | Checking zerocopy v0.7.35 |
| 2492 | 2026-05-23T15:39:49.326Z | Checking pin-project v1.1.11 |
| 2493 | 2026-05-23T15:39:49.351Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2494 | 2026-05-23T15:39:49.430Z | Checking signal-hook v0.3.18 |
| 2495 | 2026-05-23T15:39:49.445Z | Checking terminal_size v0.4.3 |
| 2496 | 2026-05-23T15:39:49.474Z | Checking futures-executor v0.3.32 |
| 2497 | 2026-05-23T15:39:49.557Z | Checking hex v0.4.3 |
| 2498 | 2026-05-23T15:39:49.619Z | Checking hkdf v0.12.4 |
| 2499 | 2026-05-23T15:39:49.633Z | Checking crypto-bigint v0.5.5 |
| 2500 | 2026-05-23T15:39:49.737Z | Checking hyper-rustls v0.27.7 |
| 2501 | 2026-05-23T15:39:49.755Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-05-23T15:39:49.769Z | Checking thread-id v5.1.0 |
| 2503 | 2026-05-23T15:39:49.781Z | Checking foldhash v0.1.5 |
| 2504 | 2026-05-23T15:39:49.794Z | Compiling rayon-core v1.13.0 |
| 2505 | 2026-05-23T15:39:49.844Z | Checking foldhash v0.2.0 |
| 2506 | 2026-05-23T15:39:49.911Z | Checking clap_lex v1.0.0 |
| 2507 | 2026-05-23T15:39:49.925Z | Checking strsim v0.11.1 |
| 2508 | 2026-05-23T15:39:49.949Z | Checking libbz2-rs-sys v0.2.2 |
| 2509 | 2026-05-23T15:39:49.966Z | Checking either v1.15.0 |
| 2510 | 2026-05-23T15:39:50.000Z | Checking bumpalo v3.20.2 |
| 2511 | 2026-05-23T15:39:50.076Z | Checking bitflags v1.3.2 |
| 2512 | 2026-05-23T15:39:50.099Z | Checking same-file v1.0.6 |
| 2513 | 2026-05-23T15:39:50.151Z | Checking winnow v0.5.40 |
| 2514 | 2026-05-23T15:39:50.166Z | Checking winnow v0.7.14 |
| 2515 | 2026-05-23T15:39:50.201Z | Checking managed v0.8.0 |
| 2516 | 2026-05-23T15:39:50.216Z | Checking walkdir v2.5.0 |
| 2517 | 2026-05-23T15:39:50.315Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2518 | 2026-05-23T15:39:50.372Z | Checking bzip2 v0.6.1 |
| 2519 | 2026-05-23T15:39:50.383Z | Checking zopfli v0.8.3 |
| 2520 | 2026-05-23T15:39:50.396Z | Checking smoltcp v0.9.1 |
| 2521 | 2026-05-23T15:39:50.470Z | Checking dof v0.3.0 |
| 2522 | 2026-05-23T15:39:50.502Z | Checking clap_builder v4.6.0 |
| 2523 | 2026-05-23T15:39:50.531Z | Checking hashbrown v0.16.1 |
| 2524 | 2026-05-23T15:39:50.562Z | Checking elliptic-curve v0.13.8 |
| 2525 | 2026-05-23T15:39:50.738Z | Checking reqwest v0.12.28 |
| 2526 | 2026-05-23T15:39:50.759Z | Checking hashbrown v0.15.5 |
| 2527 | 2026-05-23T15:39:50.875Z | Checking usdt-impl v0.6.0 |
| 2528 | 2026-05-23T15:39:50.995Z | Checking futures v0.3.32 |
| 2529 | 2026-05-23T15:39:51.032Z | Checking signal-hook-mio v0.2.5 |
| 2530 | 2026-05-23T15:39:51.075Z | Checking anstream v0.6.21 |
| 2531 | 2026-05-23T15:39:51.136Z | Checking bzip2 v0.4.4 |
| 2532 | 2026-05-23T15:39:51.156Z | Checking snafu v0.8.9 |
| 2533 | 2026-05-23T15:39:51.223Z | Checking num-bigint-dig v0.8.6 |
| 2534 | 2026-05-23T15:39:51.276Z | Checking phf v0.13.1 |
| 2535 | 2026-05-23T15:39:51.318Z | Checking toml_edit v0.19.15 |
| 2536 | 2026-05-23T15:39:51.333Z | Checking cookie_store v0.22.1 |
| 2537 | 2026-05-23T15:39:51.392Z | Checking zstd v0.13.3 |
| 2538 | 2026-05-23T15:39:51.423Z | Checking postgres-types v0.2.12 |
| 2539 | 2026-05-23T15:39:51.542Z | Checking dtrace-parser v0.2.0 |
| 2540 | 2026-05-23T15:39:51.581Z | Checking globset v0.4.18 |
| 2541 | 2026-05-23T15:39:51.595Z | Checking crossbeam-deque v0.8.6 |
| 2542 | 2026-05-23T15:39:51.659Z | Checking rustls-platform-verifier v0.6.2 |
| 2543 | 2026-05-23T15:39:51.726Z | Checking regex v1.12.3 |
| 2544 | 2026-05-23T15:39:51.740Z | Checking ed25519 v2.2.3 |
| 2545 | 2026-05-23T15:39:51.764Z | Checking phf_shared v0.11.3 |
| 2546 | 2026-05-23T15:39:51.777Z | Checking olpc-cjson v0.1.4 |
| 2547 | 2026-05-23T15:39:51.799Z | Checking curve25519-dalek v4.1.3 |
| 2548 | 2026-05-23T15:39:51.830Z | Checking ref-cast v1.0.25 |
| 2549 | 2026-05-23T15:39:51.905Z | Checking strum v0.27.2 |
| 2550 | 2026-05-23T15:39:51.909Z | Checking hubpack v0.1.2 |
| 2551 | 2026-05-23T15:39:51.931Z | Checking memoffset v0.9.1 |
| 2552 | 2026-05-23T15:39:51.935Z | Checking rustix v0.38.44 |
| 2553 | 2026-05-23T15:39:52.001Z | Checking pkcs1 v0.7.5 |
| 2554 | 2026-05-23T15:39:52.014Z | Checking pem v3.0.6 |
| 2555 | 2026-05-23T15:39:52.026Z | Checking float-cmp v0.10.0 |
| 2556 | 2026-05-23T15:39:52.039Z | Checking serde_plain v1.0.2 |
| 2557 | 2026-05-23T15:39:52.070Z | Checking serde-big-array v0.5.1 |
| 2558 | 2026-05-23T15:39:52.151Z | Checking erased-serde v0.3.31 |
| 2559 | 2026-05-23T15:39:52.164Z | Checking rfc6979 v0.4.0 |
| 2560 | 2026-05-23T15:39:52.182Z | Checking thread-id v4.2.2 |
| 2561 | 2026-05-23T15:39:52.204Z | Checking memmap2 v0.9.10 |
| 2562 | 2026-05-23T15:39:52.217Z | Checking env_filter v1.0.0 |
| 2563 | 2026-05-23T15:39:52.260Z | Checking typed-path v0.9.3 |
| 2564 | 2026-05-23T15:39:52.276Z | Checking difflib v0.4.0 |
| 2565 | 2026-05-23T15:39:52.354Z | Checking toml_write v0.1.2 |
| 2566 | 2026-05-23T15:39:52.357Z | Checking precomputed-hash v0.1.1 |
| 2567 | 2026-05-23T15:39:52.380Z | Checking fixedbitset v0.4.2 |
| 2568 | 2026-05-23T15:39:52.449Z | Checking unicode-segmentation v1.12.0 |
| 2569 | 2026-05-23T15:39:52.462Z | Checking normalize-line-endings v0.3.0 |
| 2570 | 2026-05-23T15:39:52.518Z | Checking jiff v0.2.21 |
| 2571 | 2026-05-23T15:39:52.532Z | Checking new_debug_unreachable v1.0.6 |
| 2572 | 2026-05-23T15:39:52.532Z | Checking keccak v0.1.6 |
| 2573 | 2026-05-23T15:39:52.557Z | Checking predicates-core v1.0.10 |
| 2574 | 2026-05-23T15:39:52.583Z | Checking static_assertions v1.1.0 |
| 2575 | 2026-05-23T15:39:52.611Z | Checking whoami v2.1.0 |
| 2576 | 2026-05-23T15:39:52.655Z | Checking data-encoding v2.10.0 |
| 2577 | 2026-05-23T15:39:52.678Z | Checking fixedbitset v0.5.7 |
| 2578 | 2026-05-23T15:39:52.697Z | Checking sha3 v0.10.8 |
| 2579 | 2026-05-23T15:39:52.752Z | Checking crossterm v0.28.1 |
| 2580 | 2026-05-23T15:39:52.766Z | Checking similar v2.7.0 |
| 2581 | 2026-05-23T15:39:52.807Z | Checking tokio-postgres v0.7.16 |
| 2582 | 2026-05-23T15:39:52.877Z | Checking petgraph v0.8.3 |
| 2583 | 2026-05-23T15:39:52.903Z | Checking predicates v3.1.4 |
| 2584 | 2026-05-23T15:39:52.929Z | Checking hickory-proto v0.25.2 |
| 2585 | 2026-05-23T15:39:53.033Z | Checking tough v0.22.0 |
| 2586 | 2026-05-23T15:39:53.151Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2587 | 2026-05-23T15:39:53.205Z | Checking string_cache v0.8.9 |
| 2588 | 2026-05-23T15:39:53.372Z | Checking ed25519-dalek v2.2.0 |
| 2589 | 2026-05-23T15:39:53.462Z | Checking slog v2.8.2 |
| 2590 | 2026-05-23T15:39:53.609Z | Checking petgraph v0.6.5 |
| 2591 | 2026-05-23T15:39:53.732Z | Checking toml_edit v0.22.27 |
| 2592 | 2026-05-23T15:39:54.059Z | Checking usdt v0.6.0 |
| 2593 | 2026-05-23T15:39:54.229Z | Checking env_logger v0.11.9 |
| 2594 | 2026-05-23T15:39:54.422Z | Checking toml v0.7.8 |
| 2595 | 2026-05-23T15:39:54.443Z | Checking ecdsa v0.16.9 |
| 2596 | 2026-05-23T15:39:54.734Z | Checking zip v4.6.1 |
| 2597 | 2026-05-23T15:39:54.747Z | Checking usdt-impl v0.5.0 |
| 2598 | 2026-05-23T15:39:54.780Z | Checking rsa v0.9.10 |
| 2599 | 2026-05-23T15:39:54.798Z | Checking nix v0.31.2 |
| 2600 | 2026-05-23T15:39:55.035Z | Checking reqwest v0.13.2 |
| 2601 | 2026-05-23T15:39:55.262Z | Checking clap v4.6.1 |
| 2602 | 2026-05-23T15:39:55.329Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2603 | 2026-05-23T15:39:55.345Z | Checking zip v0.6.6 |
| 2604 | 2026-05-23T15:39:55.404Z | Checking itertools v0.13.0 |
| 2605 | 2026-05-23T15:39:55.421Z | Checking serde_with v3.17.0 |
| 2606 | 2026-05-23T15:39:55.661Z | Checking strum v0.26.3 |
| 2607 | 2026-05-23T15:39:55.675Z | Checking ahash v0.8.12 |
| 2608 | 2026-05-23T15:39:55.717Z | Checking fs-err v3.3.0 |
| 2609 | 2026-05-23T15:39:55.762Z | Checking object v0.37.3 |
| 2610 | 2026-05-23T15:39:55.775Z | Checking tokio-stream v0.1.18 |
| 2611 | 2026-05-23T15:39:55.869Z | Checking buf-list v1.1.2 |
| 2612 | 2026-05-23T15:39:55.883Z | Checking anyhow v1.0.102 |
| 2613 | 2026-05-23T15:39:55.908Z | Checking camino v1.2.2 |
| 2614 | 2026-05-23T15:39:56.018Z | Checking x509-cert v0.2.5 |
| 2615 | 2026-05-23T15:39:56.056Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2616 | 2026-05-23T15:39:56.083Z | Checking openapiv3 v2.2.0 |
| 2617 | 2026-05-23T15:39:56.159Z | Checking sha1 v0.10.6 |
| 2618 | 2026-05-23T15:39:56.162Z | Checking lalrpop-util v0.19.12 |
| 2619 | 2026-05-23T15:39:56.320Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-05-23T15:39:56.333Z | Checking rayon v1.11.0 |
| 2621 | 2026-05-23T15:39:56.336Z | Checking sigpipe v0.1.3 |
| 2622 | 2026-05-23T15:39:56.422Z | Checking glob v0.3.3 |
| 2623 | 2026-05-23T15:39:57.953Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2624 | 2026-05-23T15:39:58.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.33s |
| 2625 | 2026-05-23T15:39:58.418Z | |
| 2626 | 2026-05-23T15:39:58.418Z | info: running `cargo check --bins` on internal-dns-types (77/298) |
| 2627 | 2026-05-23T15:39:58.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-05-23T15:39:58.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-05-23T15:39:58.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-05-23T15:39:58.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2631 | 2026-05-23T15:39:59.082Z | |
| 2632 | 2026-05-23T15:39:59.082Z | info: running `cargo check --bins` on internal-dns-types-versions (78/298) |
| 2633 | 2026-05-23T15:39:59.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-05-23T15:39:59.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-05-23T15:39:59.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-05-23T15:39:59.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2637 | 2026-05-23T15:39:59.744Z | |
| 2638 | 2026-05-23T15:39:59.745Z | info: running `cargo check --bins` on nexus-types-versions (79/298) |
| 2639 | 2026-05-23T15:40:00.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-05-23T15:40:00.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-05-23T15:40:00.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-05-23T15:40:00.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2643 | 2026-05-23T15:40:00.447Z | |
| 2644 | 2026-05-23T15:40:00.447Z | info: running `cargo check --bins` on oxql-types (80/298) |
| 2645 | 2026-05-23T15:40:00.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-05-23T15:40:01.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-05-23T15:40:01.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-05-23T15:40:01.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2649 | 2026-05-23T15:40:01.101Z | |
| 2650 | 2026-05-23T15:40:01.101Z | info: running `cargo check --bins` on oximeter-types (81/298) |
| 2651 | 2026-05-23T15:40:01.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-05-23T15:40:01.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-05-23T15:40:01.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-05-23T15:40:01.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2655 | 2026-05-23T15:40:01.762Z | |
| 2656 | 2026-05-23T15:40:01.762Z | info: running `cargo check --bins` on oximeter-types-versions (82/298) |
| 2657 | 2026-05-23T15:40:02.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-05-23T15:40:02.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-05-23T15:40:02.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-05-23T15:40:02.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2661 | 2026-05-23T15:40:02.424Z | |
| 2662 | 2026-05-23T15:40:02.424Z | info: running `cargo check --bins` on oximeter-macro-impl (83/298) |
| 2663 | 2026-05-23T15:40:02.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-05-23T15:40:02.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-05-23T15:40:02.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2026-05-23T15:40:02.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2667 | 2026-05-23T15:40:03.071Z | |
| 2668 | 2026-05-23T15:40:03.071Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/298) |
| 2669 | 2026-05-23T15:40:03.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2026-05-23T15:40:03.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2026-05-23T15:40:03.814Z | Compiling structmeta-derive v0.3.0 |
| 2672 | 2026-05-23T15:40:03.938Z | Compiling rustls v0.22.4 |
| 2673 | 2026-05-23T15:40:03.948Z | Compiling multer v3.1.0 |
| 2674 | 2026-05-23T15:40:03.957Z | Compiling async-stream-impl v0.3.6 |
| 2675 | 2026-05-23T15:40:03.957Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-05-23T15:40:03.981Z | Compiling dropshot v0.17.0 |
| 2677 | 2026-05-23T15:40:03.997Z | Compiling dropshot_endpoint v0.17.0 |
| 2678 | 2026-05-23T15:40:03.997Z | Compiling newtype-uuid-macros v0.1.0 |
| 2679 | 2026-05-23T15:40:04.115Z | Checking newtype-uuid v1.3.2 |
| 2680 | 2026-05-23T15:40:04.218Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2681 | 2026-05-23T15:40:04.243Z | Checking rustls-webpki v0.102.8 |
| 2682 | 2026-05-23T15:40:04.344Z | Checking thread_local v1.1.9 |
| 2683 | 2026-05-23T15:40:04.358Z | Checking daft v0.1.7 |
| 2684 | 2026-05-23T15:40:04.510Z | Checking match_cfg v0.1.0 |
| 2685 | 2026-05-23T15:40:04.530Z | Checking compression-core v0.4.31 |
| 2686 | 2026-05-23T15:40:04.580Z | Checking hostname v0.3.1 |
| 2687 | 2026-05-23T15:40:04.606Z | Checking iddqd v0.4.1 |
| 2688 | 2026-05-23T15:40:04.623Z | Checking crossbeam-channel v0.5.15 |
| 2689 | 2026-05-23T15:40:04.656Z | Checking compression-codecs v0.4.37 |
| 2690 | 2026-05-23T15:40:04.675Z | Checking slog-json v2.6.1 |
| 2691 | 2026-05-23T15:40:04.743Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2692 | 2026-05-23T15:40:04.823Z | Checking serde_spanned v1.0.4 |
| 2693 | 2026-05-23T15:40:04.835Z | Checking is-terminal v0.4.17 |
| 2694 | 2026-05-23T15:40:04.927Z | Checking term v1.2.1 |
| 2695 | 2026-05-23T15:40:04.946Z | Checking take_mut v0.2.2 |
| 2696 | 2026-05-23T15:40:04.960Z | Checking debug-ignore v1.0.5 |
| 2697 | 2026-05-23T15:40:04.963Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2698 | 2026-05-23T15:40:04.987Z | Compiling structmeta v0.3.0 |
| 2699 | 2026-05-23T15:40:05.056Z | Checking slog-bunyan v2.5.0 |
| 2700 | 2026-05-23T15:40:05.099Z | Checking slog-async v2.8.0 |
| 2701 | 2026-05-23T15:40:05.150Z | Checking slog-term v2.9.2 |
| 2702 | 2026-05-23T15:40:05.163Z | Checking toml v1.0.6+spec-1.1.0 |
| 2703 | 2026-05-23T15:40:05.201Z | Checking async-compression v0.4.41 |
| 2704 | 2026-05-23T15:40:05.220Z | Compiling derive-ex v0.1.8 |
| 2705 | 2026-05-23T15:40:05.273Z | Compiling parse-display-derive v0.10.0 |
| 2706 | 2026-05-23T15:40:05.412Z | Checking async-stream v0.3.6 |
| 2707 | 2026-05-23T15:40:05.451Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2708 | 2026-05-23T15:40:05.513Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2709 | 2026-05-23T15:40:05.544Z | Checking progenitor-client v0.14.0 |
| 2710 | 2026-05-23T15:40:05.559Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2711 | 2026-05-23T15:40:05.700Z | Checking waitgroup v0.1.2 |
| 2712 | 2026-05-23T15:40:05.744Z | Checking backon v1.6.0 |
| 2713 | 2026-05-23T15:40:05.777Z | Checking rustls-pemfile v2.2.0 |
| 2714 | 2026-05-23T15:40:05.798Z | Checking serde_path_to_error v0.1.20 |
| 2715 | 2026-05-23T15:40:05.824Z | Checking hostname v0.4.2 |
| 2716 | 2026-05-23T15:40:05.904Z | Checking instant v0.1.13 |
| 2717 | 2026-05-23T15:40:05.992Z | Checking backoff v0.4.0 |
| 2718 | 2026-05-23T15:40:06.059Z | Checking tokio-rustls v0.25.0 |
| 2719 | 2026-05-23T15:40:06.093Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-05-23T15:40:06.127Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2721 | 2026-05-23T15:40:06.179Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2722 | 2026-05-23T15:40:06.325Z | Checking itertools v0.14.0 |
| 2723 | 2026-05-23T15:40:06.345Z | Checking regress v0.10.5 |
| 2724 | 2026-05-23T15:40:06.540Z | Checking progenitor-client v0.13.0 |
| 2725 | 2026-05-23T15:40:06.554Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2726 | 2026-05-23T15:40:06.918Z | Compiling test-strategy v0.4.5 |
| 2727 | 2026-05-23T15:40:06.960Z | Checking parse-display v0.10.0 |
| 2728 | 2026-05-23T15:40:06.986Z | Checking macaddr v1.0.1 |
| 2729 | 2026-05-23T15:40:07.162Z | Checking humantime v2.3.0 |
| 2730 | 2026-05-23T15:40:08.150Z | Compiling prettyplease v0.2.37 |
| 2731 | 2026-05-23T15:40:08.404Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-05-23T15:40:08.554Z | Checking num-rational v0.4.2 |
| 2733 | 2026-05-23T15:40:08.772Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2734 | 2026-05-23T15:40:09.135Z | Checking num-complex v0.4.6 |
| 2735 | 2026-05-23T15:40:09.833Z | Compiling num v0.4.3 |
| 2736 | 2026-05-23T15:40:09.878Z | Compiling usdt-attr-macro v0.5.0 |
| 2737 | 2026-05-23T15:40:09.892Z | Compiling usdt-macro v0.5.0 |
| 2738 | 2026-05-23T15:40:09.910Z | Checking memmap v0.7.0 |
| 2739 | 2026-05-23T15:40:09.928Z | Checking float-ord v0.3.2 |
| 2740 | 2026-05-23T15:40:10.031Z | Compiling convert_case v0.4.0 |
| 2741 | 2026-05-23T15:40:10.045Z | Checking unicode-width v0.2.0 |
| 2742 | 2026-05-23T15:40:10.299Z | Checking console v0.15.11 |
| 2743 | 2026-05-23T15:40:10.436Z | Compiling derive_more v0.99.20 |
| 2744 | 2026-05-23T15:40:10.598Z | Checking newline-converter v0.3.0 |
| 2745 | 2026-05-23T15:40:10.640Z | Checking atomicwrites v0.4.4 |
| 2746 | 2026-05-23T15:40:10.682Z | Checking usdt v0.5.0 |
| 2747 | 2026-05-23T15:40:10.701Z | Compiling toml v0.8.23 |
| 2748 | 2026-05-23T15:40:10.775Z | Checking linked-hash-map v0.5.6 |
| 2749 | 2026-05-23T15:40:10.855Z | Compiling minimal-lexical v0.2.1 |
| 2750 | 2026-05-23T15:40:10.954Z | Checking lru-cache v0.1.2 |
| 2751 | 2026-05-23T15:40:11.082Z | Compiling nom v7.1.3 |
| 2752 | 2026-05-23T15:40:11.122Z | Checking expectorate v1.2.0 |
| 2753 | 2026-05-23T15:40:11.657Z | Checking camino-tempfile v1.4.1 |
| 2754 | 2026-05-23T15:40:11.801Z | Checking hickory-proto v0.24.4 |
| 2755 | 2026-05-23T15:40:11.824Z | Checking phf_shared v0.12.1 |
| 2756 | 2026-05-23T15:40:11.839Z | Compiling slog-dtrace v0.3.0 |
| 2757 | 2026-05-23T15:40:11.970Z | Checking heck v0.5.0 |
| 2758 | 2026-05-23T15:40:12.030Z | Checking resolv-conf v0.7.6 |
| 2759 | 2026-05-23T15:40:12.101Z | Compiling chrono-tz v0.10.4 |
| 2760 | 2026-05-23T15:40:12.272Z | Compiling const_format_proc_macros v0.2.34 |
| 2761 | 2026-05-23T15:40:12.307Z | Checking phf v0.12.1 |
| 2762 | 2026-05-23T15:40:12.389Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2763 | 2026-05-23T15:40:12.427Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2764 | 2026-05-23T15:40:12.449Z | Checking tokio-dtrace v0.1.1 |
| 2765 | 2026-05-23T15:40:12.633Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2766 | 2026-05-23T15:40:12.901Z | Compiling derive-where v1.6.0 |
| 2767 | 2026-05-23T15:40:12.995Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2768 | 2026-05-23T15:40:13.157Z | Checking highway v1.3.0 |
| 2769 | 2026-05-23T15:40:13.394Z | Checking const_format v0.2.35 |
| 2770 | 2026-05-23T15:40:13.586Z | Checking hickory-resolver v0.24.4 |
| 2771 | 2026-05-23T15:40:13.629Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2772 | 2026-05-23T15:40:13.804Z | Checking oxide-tokio-rt v0.1.4 |
| 2773 | 2026-05-23T15:40:13.909Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2774 | 2026-05-23T15:40:14.164Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2775 | 2026-05-23T15:40:14.212Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2776 | 2026-05-23T15:40:14.229Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2777 | 2026-05-23T15:40:14.314Z | Checking qorb v0.4.1 |
| 2778 | 2026-05-23T15:40:14.340Z | Checking gethostname v0.5.0 |
| 2779 | 2026-05-23T15:40:14.361Z | Checking bcs v0.1.6 |
| 2780 | 2026-05-23T15:40:14.421Z | Checking termtree v0.5.1 |
| 2781 | 2026-05-23T15:40:17.692Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2782 | 2026-05-23T15:40:20.210Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2783 | 2026-05-23T15:40:22.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s |
| 2784 | 2026-05-23T15:40:22.534Z | |
| 2785 | 2026-05-23T15:40:22.534Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298) |
| 2786 | 2026-05-23T15:40:23.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-05-23T15:40:23.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-05-23T15:40:23.263Z | Compiling ar_archive_writer v0.5.1 |
| 2789 | 2026-05-23T15:40:23.383Z | Compiling stacker v0.1.23 |
| 2790 | 2026-05-23T15:40:23.390Z | Compiling cfg_aliases v0.1.1 |
| 2791 | 2026-05-23T15:40:23.397Z | Compiling convert_case v0.10.0 |
| 2792 | 2026-05-23T15:40:23.404Z | Checking unicode-width v0.1.14 |
| 2793 | 2026-05-23T15:40:23.415Z | Compiling proc-macro-error v1.0.4 |
| 2794 | 2026-05-23T15:40:23.427Z | Checking fd-lock v4.0.4 |
| 2795 | 2026-05-23T15:40:23.427Z | Checking nibble_vec v0.1.0 |
| 2796 | 2026-05-23T15:40:23.451Z | Compiling nix v0.28.0 |
| 2797 | 2026-05-23T15:40:23.539Z | Checking vte v0.14.1 |
| 2798 | 2026-05-23T15:40:23.557Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2799 | 2026-05-23T15:40:23.638Z | Checking endian-type v0.1.2 |
| 2800 | 2026-05-23T15:40:23.651Z | Checking bytecount v0.6.9 |
| 2801 | 2026-05-23T15:40:23.689Z | Checking strip-ansi-escapes v0.2.1 |
| 2802 | 2026-05-23T15:40:23.702Z | Compiling derive_more-impl v2.1.1 |
| 2803 | 2026-05-23T15:40:23.714Z | Compiling tabled_derive v0.7.0 |
| 2804 | 2026-05-23T15:40:23.748Z | Checking papergrid v0.11.0 |
| 2805 | 2026-05-23T15:40:23.765Z | Checking radix_trie v0.2.1 |
| 2806 | 2026-05-23T15:40:23.799Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2807 | 2026-05-23T15:40:23.954Z | Compiling peg-macros v0.8.5 |
| 2808 | 2026-05-23T15:40:23.974Z | Checking winnow v0.6.26 |
| 2809 | 2026-05-23T15:40:24.218Z | Compiling psm v0.1.30 |
| 2810 | 2026-05-23T15:40:24.271Z | Compiling sqlparser_derive v0.5.0 |
| 2811 | 2026-05-23T15:40:24.359Z | Checking nu-ansi-term v0.50.3 |
| 2812 | 2026-05-23T15:40:24.501Z | Checking derive_more v2.1.1 |
| 2813 | 2026-05-23T15:40:24.569Z | Checking home v0.5.12 |
| 2814 | 2026-05-23T15:40:24.617Z | Checking unicode_categories v0.1.1 |
| 2815 | 2026-05-23T15:40:24.677Z | Checking crossterm v0.29.0 |
| 2816 | 2026-05-23T15:40:24.692Z | Checking tabled v0.15.0 |
| 2817 | 2026-05-23T15:40:24.744Z | Checking rustyline v14.0.0 |
| 2818 | 2026-05-23T15:40:24.775Z | Checking reedline v0.40.0 |
| 2819 | 2026-05-23T15:40:24.988Z | Checking recursive v0.1.1 |
| 2820 | 2026-05-23T15:40:25.048Z | Checking display-error-chain v0.2.2 |
| 2821 | 2026-05-23T15:40:25.118Z | Checking sqlparser v0.61.0 |
| 2822 | 2026-05-23T15:40:25.132Z | Checking sqlformat v0.3.5 |
| 2823 | 2026-05-23T15:40:25.322Z | Checking peg v0.8.5 |
| 2824 | 2026-05-23T15:40:36.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
| 2825 | 2026-05-23T15:40:36.509Z | |
| 2826 | 2026-05-23T15:40:36.509Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298) |
| 2827 | 2026-05-23T15:40:37.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-23T15:40:37.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-23T15:40:37.237Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-23T15:40:40.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 2831 | 2026-05-23T15:40:40.882Z | |
| 2832 | 2026-05-23T15:40:40.883Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298) |
| 2833 | 2026-05-23T15:40:41.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-23T15:40:41.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-23T15:40:41.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-23T15:40:44.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 2837 | 2026-05-23T15:40:44.262Z | |
| 2838 | 2026-05-23T15:40:44.262Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298) |
| 2839 | 2026-05-23T15:40:44.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-23T15:40:44.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-23T15:40:44.984Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-23T15:40:48.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2843 | 2026-05-23T15:40:48.436Z | |
| 2844 | 2026-05-23T15:40:48.436Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298) |
| 2845 | 2026-05-23T15:40:49.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-23T15:40:49.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-23T15:40:49.164Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-05-23T15:40:52.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 2849 | 2026-05-23T15:40:52.661Z | |
| 2850 | 2026-05-23T15:40:52.662Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298) |
| 2851 | 2026-05-23T15:40:53.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-23T15:40:53.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-23T15:40:53.392Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-05-23T15:40:55.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2855 | 2026-05-23T15:40:56.198Z | |
| 2856 | 2026-05-23T15:40:56.199Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298) |
| 2857 | 2026-05-23T15:40:56.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-23T15:40:56.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-23T15:40:56.928Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-05-23T15:40:59.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 2861 | 2026-05-23T15:40:59.781Z | |
| 2862 | 2026-05-23T15:40:59.781Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298) |
| 2863 | 2026-05-23T15:41:00.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-23T15:41:00.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-23T15:41:00.510Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2866 | 2026-05-23T15:41:03.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 2867 | 2026-05-23T15:41:04.155Z | |
| 2868 | 2026-05-23T15:41:04.155Z | info: running `cargo check --bins` on oximeter (93/298) |
| 2869 | 2026-05-23T15:41:04.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-23T15:41:04.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-23T15:41:04.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-05-23T15:41:04.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2873 | 2026-05-23T15:41:04.816Z | |
| 2874 | 2026-05-23T15:41:04.816Z | info: running `cargo check --bins` on oximeter-schema (94/298) |
| 2875 | 2026-05-23T15:41:05.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-05-23T15:41:05.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-05-23T15:41:05.502Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2878 | 2026-05-23T15:41:05.675Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2879 | 2026-05-23T15:41:05.678Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2880 | 2026-05-23T15:41:06.016Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2881 | 2026-05-23T15:41:08.966Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2882 | 2026-05-23T15:41:10.184Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2883 | 2026-05-23T15:41:10.393Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2884 | 2026-05-23T15:41:11.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
| 2885 | 2026-05-23T15:41:11.261Z | |
| 2886 | 2026-05-23T15:41:11.261Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/298) |
| 2887 | 2026-05-23T15:41:11.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-23T15:41:11.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-23T15:41:11.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-23T15:41:11.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2891 | 2026-05-23T15:41:11.923Z | |
| 2892 | 2026-05-23T15:41:11.923Z | info: running `cargo check --bins` on oximeter-test-utils (96/298) |
| 2893 | 2026-05-23T15:41:12.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-23T15:41:12.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-23T15:41:12.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-23T15:41:12.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2897 | 2026-05-23T15:41:12.630Z | |
| 2898 | 2026-05-23T15:41:12.630Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298) |
| 2899 | 2026-05-23T15:41:13.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-23T15:41:13.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-23T15:41:13.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-23T15:41:13.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2903 | 2026-05-23T15:41:13.287Z | |
| 2904 | 2026-05-23T15:41:13.287Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298) |
| 2905 | 2026-05-23T15:41:13.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-23T15:41:13.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-23T15:41:13.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-23T15:41:13.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2909 | 2026-05-23T15:41:13.947Z | |
| 2910 | 2026-05-23T15:41:13.947Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298) |
| 2911 | 2026-05-23T15:41:14.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-23T15:41:14.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-23T15:41:14.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-23T15:41:14.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2915 | 2026-05-23T15:41:14.620Z | |
| 2916 | 2026-05-23T15:41:14.620Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298) |
| 2917 | 2026-05-23T15:41:15.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-23T15:41:15.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-23T15:41:15.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-05-23T15:41:15.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2921 | 2026-05-23T15:41:15.287Z | |
| 2922 | 2026-05-23T15:41:15.287Z | info: running `cargo check --bins` on trust-quorum-types (101/298) |
| 2923 | 2026-05-23T15:41:15.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-05-23T15:41:15.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-05-23T15:41:15.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-05-23T15:41:15.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2927 | 2026-05-23T15:41:15.935Z | |
| 2928 | 2026-05-23T15:41:15.936Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/298) |
| 2929 | 2026-05-23T15:41:16.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-05-23T15:41:16.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-05-23T15:41:16.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-05-23T15:41:16.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2933 | 2026-05-23T15:41:16.610Z | |
| 2934 | 2026-05-23T15:41:16.610Z | info: running `cargo check --bins` on update-engine (103/298) |
| 2935 | 2026-05-23T15:41:17.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-05-23T15:41:17.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-05-23T15:41:17.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2026-05-23T15:41:17.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2939 | 2026-05-23T15:41:17.267Z | |
| 2940 | 2026-05-23T15:41:17.267Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/298) |
| 2941 | 2026-05-23T15:41:17.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-05-23T15:41:17.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-05-23T15:41:18.049Z | Compiling crucible-workspace-hack v0.1.0 |
| 2944 | 2026-05-23T15:41:18.175Z | Checking secrecy v0.10.3 |
| 2945 | 2026-05-23T15:41:18.183Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2946 | 2026-05-23T15:41:18.183Z | Compiling heapless v0.8.0 |
| 2947 | 2026-05-23T15:41:18.199Z | Compiling ingot-macros v0.1.1 |
| 2948 | 2026-05-23T15:41:18.209Z | Checking hash32 v0.3.1 |
| 2949 | 2026-05-23T15:41:18.221Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2950 | 2026-05-23T15:41:18.224Z | Compiling smoltcp v0.11.0 |
| 2951 | 2026-05-23T15:41:18.279Z | Checking cobs v0.3.0 |
| 2952 | 2026-05-23T15:41:18.329Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2953 | 2026-05-23T15:41:18.412Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2954 | 2026-05-23T15:41:18.421Z | Checking universal-hash v0.5.1 |
| 2955 | 2026-05-23T15:41:18.426Z | Checking half v2.7.1 |
| 2956 | 2026-05-23T15:41:18.519Z | Checking opaque-debug v0.3.1 |
| 2957 | 2026-05-23T15:41:18.566Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2958 | 2026-05-23T15:41:18.593Z | Checking ciborium-io v0.2.2 |
| 2959 | 2026-05-23T15:41:18.614Z | Checking poly1305 v0.8.0 |
| 2960 | 2026-05-23T15:41:18.686Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2961 | 2026-05-23T15:41:18.735Z | Checking ciborium-ll v0.2.2 |
| 2962 | 2026-05-23T15:41:18.770Z | Checking postcard v1.1.3 |
| 2963 | 2026-05-23T15:41:18.876Z | Compiling proc-macro-crate v3.4.0 |
| 2964 | 2026-05-23T15:41:18.913Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2965 | 2026-05-23T15:41:19.072Z | Checking password-hash v0.5.0 |
| 2966 | 2026-05-23T15:41:19.086Z | Checking chacha20 v0.9.1 |
| 2967 | 2026-05-23T15:41:19.183Z | Compiling proc-macro-crate v1.3.1 |
| 2968 | 2026-05-23T15:41:19.282Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2969 | 2026-05-23T15:41:19.299Z | Checking blake2 v0.10.6 |
| 2970 | 2026-05-23T15:41:19.406Z | Checking aead v0.5.2 |
| 2971 | 2026-05-23T15:41:19.431Z | Compiling num_enum_derive v0.7.6 |
| 2972 | 2026-05-23T15:41:19.513Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2973 | 2026-05-23T15:41:19.532Z | Compiling foreign-types-macros v0.2.3 |
| 2974 | 2026-05-23T15:41:19.553Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2975 | 2026-05-23T15:41:19.606Z | Checking foreign-types-shared v0.3.1 |
| 2976 | 2026-05-23T15:41:19.631Z | Checking thiserror-no-std v2.0.2 |
| 2977 | 2026-05-23T15:41:19.699Z | Checking cpufeatures v0.3.0 |
| 2978 | 2026-05-23T15:41:19.720Z | Compiling num_enum_derive v0.5.11 |
| 2979 | 2026-05-23T15:41:19.734Z | Checking vsss-rs v3.3.4 |
| 2980 | 2026-05-23T15:41:19.772Z | Checking chacha20 v0.10.0 |
| 2981 | 2026-05-23T15:41:19.796Z | Checking chacha20poly1305 v0.10.1 |
| 2982 | 2026-05-23T15:41:19.925Z | Checking argon2 v0.5.3 |
| 2983 | 2026-05-23T15:41:19.990Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2984 | 2026-05-23T15:41:20.122Z | Checking foreign-types v0.5.0 |
| 2985 | 2026-05-23T15:41:20.205Z | Checking ciborium v0.2.2 |
| 2986 | 2026-05-23T15:41:20.366Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2987 | 2026-05-23T15:41:20.413Z | Checking tabwriter v1.4.1 |
| 2988 | 2026-05-23T15:41:20.486Z | Checking num_enum v0.7.6 |
| 2989 | 2026-05-23T15:41:20.562Z | Checking byte-wrapper v0.1.0 |
| 2990 | 2026-05-23T15:41:20.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2991 | 2026-05-23T15:41:20.638Z | Checking cstr-argument v0.1.2 |
| 2992 | 2026-05-23T15:41:20.658Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2993 | 2026-05-23T15:41:20.762Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 2994 | 2026-05-23T15:41:20.777Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2995 | 2026-05-23T15:41:20.780Z | Checking num_enum v0.5.11 |
| 2996 | 2026-05-23T15:41:20.861Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2997 | 2026-05-23T15:41:20.903Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2998 | 2026-05-23T15:41:20.965Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2999 | 2026-05-23T15:41:21.004Z | Checking ingot-types v0.1.2 |
| 3000 | 2026-05-23T15:41:21.022Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3001 | 2026-05-23T15:41:21.074Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3002 | 2026-05-23T15:41:21.097Z | Checking rand v0.10.1 |
| 3003 | 2026-05-23T15:41:21.130Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3004 | 2026-05-23T15:41:21.143Z | Checking colored v3.1.1 |
| 3005 | 2026-05-23T15:41:21.274Z | Checking winnow v1.0.3 |
| 3006 | 2026-05-23T15:41:21.345Z | Checking indent_write v2.2.0 |
| 3007 | 2026-05-23T15:41:21.359Z | Checking ingot v0.1.1 |
| 3008 | 2026-05-23T15:41:21.394Z | Compiling zone_cfg_derive v0.3.1 |
| 3009 | 2026-05-23T15:41:21.443Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3010 | 2026-05-23T15:41:21.470Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3011 | 2026-05-23T15:41:21.485Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3012 | 2026-05-23T15:41:21.569Z | Checking itertools v0.12.1 |
| 3013 | 2026-05-23T15:41:21.584Z | Compiling num-derive v0.4.2 |
| 3014 | 2026-05-23T15:41:21.615Z | Checking swrite v0.1.0 |
| 3015 | 2026-05-23T15:41:21.655Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3016 | 2026-05-23T15:41:21.709Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3017 | 2026-05-23T15:41:21.867Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3018 | 2026-05-23T15:41:21.969Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3019 | 2026-05-23T15:41:22.031Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3020 | 2026-05-23T15:41:22.033Z | Checking dropshot-api-manager-types v0.7.2 |
| 3021 | 2026-05-23T15:41:22.059Z | Checking smf v0.2.3 |
| 3022 | 2026-05-23T15:41:22.143Z | Checking nanorand v0.7.0 |
| 3023 | 2026-05-23T15:41:22.211Z | Checking whoami v1.6.1 |
| 3024 | 2026-05-23T15:41:22.288Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3025 | 2026-05-23T15:41:22.337Z | Checking flume v0.11.1 |
| 3026 | 2026-05-23T15:41:22.501Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 3027 | 2026-05-23T15:41:22.574Z | Checking zone v0.3.1 |
| 3028 | 2026-05-23T15:41:22.948Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3029 | 2026-05-23T15:41:23.926Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3030 | 2026-05-23T15:41:24.818Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3031 | 2026-05-23T15:41:28.193Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3032 | 2026-05-23T15:41:30.294Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3033 | 2026-05-23T15:41:31.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
| 3034 | 2026-05-23T15:41:31.601Z | |
| 3035 | 2026-05-23T15:41:31.601Z | info: running `cargo check --bins` on clickhouse-admin-api (105/298) |
| 3036 | 2026-05-23T15:41:32.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-05-23T15:41:32.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-05-23T15:41:32.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-05-23T15:41:32.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3040 | 2026-05-23T15:41:32.269Z | |
| 3041 | 2026-05-23T15:41:32.269Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/298) |
| 3042 | 2026-05-23T15:41:32.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-05-23T15:41:32.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-05-23T15:41:32.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-05-23T15:41:32.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3046 | 2026-05-23T15:41:32.925Z | |
| 3047 | 2026-05-23T15:41:32.925Z | info: running `cargo check --bins` on bootstrap-agent-client (107/298) |
| 3048 | 2026-05-23T15:41:33.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-05-23T15:41:33.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-05-23T15:41:33.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-05-23T15:41:33.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3052 | 2026-05-23T15:41:33.594Z | |
| 3053 | 2026-05-23T15:41:33.594Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298) |
| 3054 | 2026-05-23T15:41:34.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-05-23T15:41:34.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-05-23T15:41:34.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-05-23T15:41:34.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3058 | 2026-05-23T15:41:34.270Z | |
| 3059 | 2026-05-23T15:41:34.270Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298) |
| 3060 | 2026-05-23T15:41:34.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-05-23T15:41:34.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-05-23T15:41:34.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-05-23T15:41:34.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3064 | 2026-05-23T15:41:34.949Z | |
| 3065 | 2026-05-23T15:41:34.949Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/298) |
| 3066 | 2026-05-23T15:41:35.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-05-23T15:41:35.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-05-23T15:41:35.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-05-23T15:41:35.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3070 | 2026-05-23T15:41:35.605Z | |
| 3071 | 2026-05-23T15:41:35.605Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/298) |
| 3072 | 2026-05-23T15:41:36.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-05-23T15:41:36.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-05-23T15:41:36.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-05-23T15:41:36.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3076 | 2026-05-23T15:41:36.268Z | |
| 3077 | 2026-05-23T15:41:36.268Z | info: running `cargo check --bins` on cockroach-admin-client (112/298) |
| 3078 | 2026-05-23T15:41:36.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-05-23T15:41:36.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-05-23T15:41:36.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-05-23T15:41:36.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3082 | 2026-05-23T15:41:36.912Z | |
| 3083 | 2026-05-23T15:41:36.912Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/298) |
| 3084 | 2026-05-23T15:41:37.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-05-23T15:41:37.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-05-23T15:41:37.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-05-23T15:41:37.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3088 | 2026-05-23T15:41:37.580Z | |
| 3089 | 2026-05-23T15:41:37.580Z | info: running `cargo check --bins` on dns-service-client (114/298) |
| 3090 | 2026-05-23T15:41:38.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-05-23T15:41:38.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-05-23T15:41:38.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-05-23T15:41:38.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3094 | 2026-05-23T15:41:38.245Z | |
| 3095 | 2026-05-23T15:41:38.245Z | info: running `cargo check --bins` on installinator-client (115/298) |
| 3096 | 2026-05-23T15:41:38.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-05-23T15:41:38.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-05-23T15:41:38.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-05-23T15:41:38.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3100 | 2026-05-23T15:41:38.918Z | |
| 3101 | 2026-05-23T15:41:38.918Z | info: running `cargo check --bins` on nexus-client (116/298) |
| 3102 | 2026-05-23T15:41:39.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-05-23T15:41:39.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-05-23T15:41:39.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-05-23T15:41:39.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3106 | 2026-05-23T15:41:39.627Z | |
| 3107 | 2026-05-23T15:41:39.627Z | info: running `cargo check --bins` on nexus-lockstep-client (117/298) |
| 3108 | 2026-05-23T15:41:40.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-05-23T15:41:40.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-05-23T15:41:40.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-05-23T15:41:40.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3112 | 2026-05-23T15:41:40.338Z | |
| 3113 | 2026-05-23T15:41:40.338Z | info: running `cargo check --bins` on ntp-admin-client (118/298) |
| 3114 | 2026-05-23T15:41:40.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-05-23T15:41:40.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-05-23T15:41:40.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-05-23T15:41:40.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3118 | 2026-05-23T15:41:40.989Z | |
| 3119 | 2026-05-23T15:41:40.989Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/298) |
| 3120 | 2026-05-23T15:41:41.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-05-23T15:41:41.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-05-23T15:41:41.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-05-23T15:41:41.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3124 | 2026-05-23T15:41:41.637Z | |
| 3125 | 2026-05-23T15:41:41.637Z | info: running `cargo check --bins` on oxide-client (120/298) |
| 3126 | 2026-05-23T15:41:42.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-05-23T15:41:42.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-05-23T15:41:42.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-05-23T15:41:42.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3130 | 2026-05-23T15:41:42.286Z | |
| 3131 | 2026-05-23T15:41:42.286Z | info: running `cargo check --bins` on oximeter-client (121/298) |
| 3132 | 2026-05-23T15:41:42.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-05-23T15:41:42.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-05-23T15:41:42.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-05-23T15:41:42.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3136 | 2026-05-23T15:41:42.945Z | |
| 3137 | 2026-05-23T15:41:42.945Z | info: running `cargo check --bins` on repo-depot-client (122/298) |
| 3138 | 2026-05-23T15:41:43.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-05-23T15:41:43.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-05-23T15:41:43.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-05-23T15:41:43.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3142 | 2026-05-23T15:41:43.595Z | |
| 3143 | 2026-05-23T15:41:43.595Z | info: running `cargo check --bins` on sled-agent-client (123/298) |
| 3144 | 2026-05-23T15:41:44.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-05-23T15:41:44.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-05-23T15:41:44.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-05-23T15:41:44.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3148 | 2026-05-23T15:41:44.274Z | |
| 3149 | 2026-05-23T15:41:44.274Z | info: running `cargo check --bins` on wicketd-client (124/298) |
| 3150 | 2026-05-23T15:41:44.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-05-23T15:41:44.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-05-23T15:41:44.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-05-23T15:41:44.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3154 | 2026-05-23T15:41:44.956Z | |
| 3155 | 2026-05-23T15:41:44.956Z | info: running `cargo check --bins` on installinator-common (125/298) |
| 3156 | 2026-05-23T15:41:45.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-05-23T15:41:45.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-05-23T15:41:45.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-05-23T15:41:45.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3160 | 2026-05-23T15:41:45.636Z | |
| 3161 | 2026-05-23T15:41:45.636Z | info: running `cargo check --bins` on installinator-common-versions (126/298) |
| 3162 | 2026-05-23T15:41:46.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-05-23T15:41:46.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-05-23T15:41:46.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-05-23T15:41:46.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3166 | 2026-05-23T15:41:46.296Z | |
| 3167 | 2026-05-23T15:41:46.296Z | info: running `cargo check --bins` on wicket-common (127/298) |
| 3168 | 2026-05-23T15:41:46.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-05-23T15:41:46.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-05-23T15:41:46.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-05-23T15:41:46.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3172 | 2026-05-23T15:41:46.981Z | |
| 3173 | 2026-05-23T15:41:46.981Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/298) |
| 3174 | 2026-05-23T15:41:47.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-05-23T15:41:47.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-05-23T15:41:47.736Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3177 | 2026-05-23T15:41:47.859Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3178 | 2026-05-23T15:41:47.865Z | Checking csv-core v0.1.13 |
| 3179 | 2026-05-23T15:41:47.871Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3180 | 2026-05-23T15:41:47.879Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3181 | 2026-05-23T15:41:47.888Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3182 | 2026-05-23T15:41:47.900Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3183 | 2026-05-23T15:41:47.913Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-05-23T15:41:48.021Z | Checking csv v1.4.0 |
| 3185 | 2026-05-23T15:41:48.060Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3186 | 2026-05-23T15:41:48.063Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3187 | 2026-05-23T15:41:48.108Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3188 | 2026-05-23T15:41:48.154Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3189 | 2026-05-23T15:41:48.353Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3190 | 2026-05-23T15:41:48.718Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3191 | 2026-05-23T15:41:48.718Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3192 | 2026-05-23T15:41:49.087Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3193 | 2026-05-23T15:41:55.080Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3194 | 2026-05-23T15:41:55.608Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3195 | 2026-05-23T15:41:57.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.00s |
| 3196 | 2026-05-23T15:41:58.183Z | |
| 3197 | 2026-05-23T15:41:58.183Z | info: running `cargo check --bins` on cockroach-admin-api (129/298) |
| 3198 | 2026-05-23T15:41:58.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-05-23T15:41:58.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-05-23T15:41:58.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-05-23T15:41:58.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3202 | 2026-05-23T15:41:58.851Z | |
| 3203 | 2026-05-23T15:41:58.851Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298) |
| 3204 | 2026-05-23T15:41:59.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-05-23T15:41:59.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-05-23T15:41:59.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-05-23T15:41:59.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3208 | 2026-05-23T15:41:59.609Z | |
| 3209 | 2026-05-23T15:41:59.609Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298) |
| 3210 | 2026-05-23T15:42:00.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-05-23T15:42:00.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-05-23T15:42:00.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-05-23T15:42:00.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3214 | 2026-05-23T15:42:00.365Z | |
| 3215 | 2026-05-23T15:42:00.365Z | info: running `cargo check --bins` on gateway-test-utils (132/298) |
| 3216 | 2026-05-23T15:42:00.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-05-23T15:42:00.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-05-23T15:42:00.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-05-23T15:42:00.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3220 | 2026-05-23T15:42:01.084Z | |
| 3221 | 2026-05-23T15:42:01.084Z | info: running `cargo check --bins` on omicron-gateway (133/298) |
| 3222 | 2026-05-23T15:42:01.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-05-23T15:42:01.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-05-23T15:42:02.002Z | Compiling regress v0.11.1 |
| 3225 | 2026-05-23T15:42:02.181Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3226 | 2026-05-23T15:42:02.184Z | Compiling unsafe-libyaml v0.2.11 |
| 3227 | 2026-05-23T15:42:02.184Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3228 | 2026-05-23T15:42:02.184Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3229 | 2026-05-23T15:42:02.184Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3230 | 2026-05-23T15:42:02.187Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3231 | 2026-05-23T15:42:02.463Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3232 | 2026-05-23T15:42:02.510Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3233 | 2026-05-23T15:42:02.535Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3234 | 2026-05-23T15:42:02.538Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3235 | 2026-05-23T15:42:02.670Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3236 | 2026-05-23T15:42:03.022Z | Compiling serde_yaml v0.9.34+deprecated |
| 3237 | 2026-05-23T15:42:03.157Z | Compiling semver v0.1.20 |
| 3238 | 2026-05-23T15:42:03.445Z | Compiling rustc_version v0.1.7 |
| 3239 | 2026-05-23T15:42:03.643Z | Compiling typify-impl v0.6.2 |
| 3240 | 2026-05-23T15:42:03.686Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3241 | 2026-05-23T15:42:03.779Z | Compiling owo-colors v4.3.0 |
| 3242 | 2026-05-23T15:42:03.884Z | Compiling cancel-safe-futures v0.1.5 |
| 3243 | 2026-05-23T15:42:03.959Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3244 | 2026-05-23T15:42:04.065Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3245 | 2026-05-23T15:42:04.134Z | Compiling newtype_derive v0.1.6 |
| 3246 | 2026-05-23T15:42:04.167Z | Checking libsw-core v0.3.2 |
| 3247 | 2026-05-23T15:42:04.322Z | Checking libsw v3.5.0 |
| 3248 | 2026-05-23T15:42:04.699Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3249 | 2026-05-23T15:42:04.740Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3250 | 2026-05-23T15:42:04.960Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3251 | 2026-05-23T15:42:05.334Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3252 | 2026-05-23T15:42:05.369Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3253 | 2026-05-23T15:42:05.508Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3254 | 2026-05-23T15:42:05.533Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3255 | 2026-05-23T15:42:05.816Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3256 | 2026-05-23T15:42:05.904Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3257 | 2026-05-23T15:42:06.004Z | Checking tagptr v0.2.0 |
| 3258 | 2026-05-23T15:42:06.063Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3259 | 2026-05-23T15:42:06.138Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3260 | 2026-05-23T15:42:06.155Z | Checking linear-map v1.2.0 |
| 3261 | 2026-05-23T15:42:06.169Z | Checking moka v0.12.13 |
| 3262 | 2026-05-23T15:42:06.200Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3263 | 2026-05-23T15:42:06.276Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3264 | 2026-05-23T15:42:06.325Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3265 | 2026-05-23T15:42:06.444Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3266 | 2026-05-23T15:42:06.510Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3267 | 2026-05-23T15:42:06.725Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3268 | 2026-05-23T15:42:06.747Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3269 | 2026-05-23T15:42:06.802Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3270 | 2026-05-23T15:42:06.858Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3271 | 2026-05-23T15:42:06.861Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3272 | 2026-05-23T15:42:06.918Z | Checking smawk v0.3.2 |
| 3273 | 2026-05-23T15:42:06.985Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3274 | 2026-05-23T15:42:07.054Z | Checking unicode-linebreak v0.1.5 |
| 3275 | 2026-05-23T15:42:07.070Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3276 | 2026-05-23T15:42:07.161Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-23T15:42:07.203Z | Checking steno v0.4.1 |
| 3278 | 2026-05-23T15:42:07.246Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3279 | 2026-05-23T15:42:07.270Z | Checking textwrap v0.16.2 |
| 3280 | 2026-05-23T15:42:07.287Z | Compiling num-derive v0.3.3 |
| 3281 | 2026-05-23T15:42:07.490Z | Compiling radium v0.7.0 |
| 3282 | 2026-05-23T15:42:07.790Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3283 | 2026-05-23T15:42:07.884Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3284 | 2026-05-23T15:42:08.183Z | Checking libscf-sys v1.1.0 |
| 3285 | 2026-05-23T15:42:08.200Z | Compiling typify-macro v0.6.2 |
| 3286 | 2026-05-23T15:42:08.219Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3287 | 2026-05-23T15:42:08.312Z | Checking nom v8.0.0 |
| 3288 | 2026-05-23T15:42:08.329Z | Compiling maybe-uninit v2.0.0 |
| 3289 | 2026-05-23T15:42:08.436Z | Checking tap v1.0.1 |
| 3290 | 2026-05-23T15:42:08.469Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3291 | 2026-05-23T15:42:08.516Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3292 | 2026-05-23T15:42:08.548Z | Checking wyz v0.5.1 |
| 3293 | 2026-05-23T15:42:08.679Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3294 | 2026-05-23T15:42:08.720Z | Compiling zerocopy-derive v0.6.6 |
| 3295 | 2026-05-23T15:42:08.736Z | Checking crc-catalog v2.4.0 |
| 3296 | 2026-05-23T15:42:08.834Z | Compiling packed_struct v0.10.1 |
| 3297 | 2026-05-23T15:42:08.850Z | Checking funty v2.0.0 |
| 3298 | 2026-05-23T15:42:08.913Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3299 | 2026-05-23T15:42:09.114Z | Checking crc v3.4.0 |
| 3300 | 2026-05-23T15:42:09.170Z | Checking bitvec v1.0.1 |
| 3301 | 2026-05-23T15:42:09.375Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3302 | 2026-05-23T15:42:09.563Z | Checking zerocopy v0.6.6 |
| 3303 | 2026-05-23T15:42:09.868Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3304 | 2026-05-23T15:42:09.917Z | Compiling packed_struct_codegen v0.10.1 |
| 3305 | 2026-05-23T15:42:09.957Z | Compiling typify v0.6.2 |
| 3306 | 2026-05-23T15:42:10.159Z | Compiling progenitor-impl v0.14.0 |
| 3307 | 2026-05-23T15:42:10.244Z | Compiling progenitor-impl v0.13.0 |
| 3308 | 2026-05-23T15:42:10.556Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3309 | 2026-05-23T15:42:11.019Z | Compiling bitfield-macros v0.19.4 |
| 3310 | 2026-05-23T15:42:11.083Z | Compiling indexmap v1.9.3 |
| 3311 | 2026-05-23T15:42:11.191Z | Checking nodrop v0.1.14 |
| 3312 | 2026-05-23T15:42:11.287Z | Checking array-init v0.0.4 |
| 3313 | 2026-05-23T15:42:11.322Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3314 | 2026-05-23T15:42:11.343Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3315 | 2026-05-23T15:42:11.516Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3316 | 2026-05-23T15:42:11.600Z | Checking smallvec v0.6.14 |
| 3317 | 2026-05-23T15:42:11.739Z | Checking bitfield v0.19.4 |
| 3318 | 2026-05-23T15:42:11.807Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3319 | 2026-05-23T15:42:11.936Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3320 | 2026-05-23T15:42:11.954Z | Checking base64 v0.21.7 |
| 3321 | 2026-05-23T15:42:11.999Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3322 | 2026-05-23T15:42:12.020Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3323 | 2026-05-23T15:42:12.291Z | Checking hashbrown v0.12.3 |
| 3324 | 2026-05-23T15:42:12.372Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3325 | 2026-05-23T15:42:12.562Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3326 | 2026-05-23T15:42:12.600Z | Checking ron v0.8.1 |
| 3327 | 2026-05-23T15:42:12.801Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3328 | 2026-05-23T15:42:12.841Z | Compiling progenitor-macro v0.14.0 |
| 3329 | 2026-05-23T15:42:12.894Z | Compiling progenitor-macro v0.13.0 |
| 3330 | 2026-05-23T15:42:13.031Z | Checking serde-hex v0.1.0 |
| 3331 | 2026-05-23T15:42:13.121Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3332 | 2026-05-23T15:42:13.291Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3333 | 2026-05-23T15:42:13.615Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3334 | 2026-05-23T15:42:13.876Z | Checking hashbrown v0.13.2 |
| 3335 | 2026-05-23T15:42:14.060Z | Checking crc-any v2.5.0 |
| 3336 | 2026-05-23T15:42:14.250Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3337 | 2026-05-23T15:42:14.300Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3338 | 2026-05-23T15:42:14.317Z | Checking object v0.30.4 |
| 3339 | 2026-05-23T15:42:14.472Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-05-23T15:42:14.494Z | Checking path-slash v0.1.5 |
| 3341 | 2026-05-23T15:42:14.513Z | Checking void v1.0.2 |
| 3342 | 2026-05-23T15:42:14.606Z | Checking half v1.8.3 |
| 3343 | 2026-05-23T15:42:14.624Z | Checking utf-8 v0.7.6 |
| 3344 | 2026-05-23T15:42:14.640Z | Checking lzss v0.8.2 |
| 3345 | 2026-05-23T15:42:14.766Z | Checking tungstenite v0.23.0 |
| 3346 | 2026-05-23T15:42:14.808Z | Checking serde_cbor v0.11.2 |
| 3347 | 2026-05-23T15:42:14.915Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3348 | 2026-05-23T15:42:14.975Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3349 | 2026-05-23T15:42:15.164Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3350 | 2026-05-23T15:42:15.216Z | Checking nix v0.27.1 |
| 3351 | 2026-05-23T15:42:15.216Z | Checking kstat-rs v0.2.4 |
| 3352 | 2026-05-23T15:42:15.352Z | Checking fxhash v0.2.1 |
| 3353 | 2026-05-23T15:42:15.424Z | Checking serde_bytes v0.11.19 |
| 3354 | 2026-05-23T15:42:15.441Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3355 | 2026-05-23T15:42:15.485Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3356 | 2026-05-23T15:42:15.611Z | Checking tokio-tungstenite v0.23.1 |
| 3357 | 2026-05-23T15:42:15.629Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3358 | 2026-05-23T15:42:15.741Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3359 | 2026-05-23T15:42:15.806Z | Checking signal-hook-tokio v0.3.1 |
| 3360 | 2026-05-23T15:42:16.594Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3361 | 2026-05-23T15:42:16.913Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3362 | 2026-05-23T15:42:17.303Z | Checking progenitor v0.14.0 |
| 3363 | 2026-05-23T15:42:17.353Z | Checking progenitor v0.13.0 |
| 3364 | 2026-05-23T15:42:17.429Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3365 | 2026-05-23T15:42:17.432Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3366 | 2026-05-23T15:42:17.480Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3367 | 2026-05-23T15:42:20.569Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3368 | 2026-05-23T15:42:28.134Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3369 | 2026-05-23T15:42:34.391Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3370 | 2026-05-23T15:42:35.783Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3371 | 2026-05-23T15:42:36.296Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3372 | 2026-05-23T15:42:36.891Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3373 | 2026-05-23T15:42:40.021Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3374 | 2026-05-23T15:42:47.863Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3375 | 2026-05-23T15:42:54.369Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3376 | 2026-05-23T15:42:55.865Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3377 | 2026-05-23T15:42:56.443Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3378 | 2026-05-23T15:42:58.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.61s |
| 3379 | 2026-05-23T15:42:58.929Z | |
| 3380 | 2026-05-23T15:42:58.929Z | info: running `cargo check --bins` on gateway-api (134/298) |
| 3381 | 2026-05-23T15:42:59.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-05-23T15:42:59.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-05-23T15:42:59.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-05-23T15:42:59.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3385 | 2026-05-23T15:42:59.588Z | |
| 3386 | 2026-05-23T15:42:59.589Z | info: running `cargo check --bins` on ipcc (135/298) |
| 3387 | 2026-05-23T15:43:00.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-05-23T15:43:00.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-05-23T15:43:00.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-05-23T15:43:00.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3391 | 2026-05-23T15:43:00.248Z | |
| 3392 | 2026-05-23T15:43:00.248Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298) |
| 3393 | 2026-05-23T15:43:00.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-05-23T15:43:00.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-05-23T15:43:00.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-05-23T15:43:00.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3397 | 2026-05-23T15:43:00.892Z | |
| 3398 | 2026-05-23T15:43:00.892Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298) |
| 3399 | 2026-05-23T15:43:01.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-05-23T15:43:01.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-05-23T15:43:01.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-05-23T15:43:01.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3403 | 2026-05-23T15:43:01.571Z | |
| 3404 | 2026-05-23T15:43:01.571Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298) |
| 3405 | 2026-05-23T15:43:02.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-05-23T15:43:02.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-05-23T15:43:02.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-05-23T15:43:02.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3409 | 2026-05-23T15:43:02.231Z | |
| 3410 | 2026-05-23T15:43:02.231Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298) |
| 3411 | 2026-05-23T15:43:02.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-05-23T15:43:02.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-05-23T15:43:02.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-05-23T15:43:02.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3415 | 2026-05-23T15:43:02.894Z | |
| 3416 | 2026-05-23T15:43:02.894Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298) |
| 3417 | 2026-05-23T15:43:03.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-05-23T15:43:03.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-05-23T15:43:03.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-05-23T15:43:03.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3421 | 2026-05-23T15:43:03.556Z | |
| 3422 | 2026-05-23T15:43:03.556Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298) |
| 3423 | 2026-05-23T15:43:04.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-05-23T15:43:04.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-05-23T15:43:04.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-05-23T15:43:04.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3427 | 2026-05-23T15:43:04.238Z | |
| 3428 | 2026-05-23T15:43:04.238Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298) |
| 3429 | 2026-05-23T15:43:04.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-05-23T15:43:04.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-05-23T15:43:04.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-05-23T15:43:04.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3433 | 2026-05-23T15:43:04.899Z | |
| 3434 | 2026-05-23T15:43:04.899Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298) |
| 3435 | 2026-05-23T15:43:05.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-05-23T15:43:05.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-05-23T15:43:05.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-05-23T15:43:05.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3439 | 2026-05-23T15:43:05.559Z | |
| 3440 | 2026-05-23T15:43:05.560Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298) |
| 3441 | 2026-05-23T15:43:06.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-05-23T15:43:06.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-05-23T15:43:06.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-05-23T15:43:06.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3445 | 2026-05-23T15:43:06.221Z | |
| 3446 | 2026-05-23T15:43:06.221Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298) |
| 3447 | 2026-05-23T15:43:06.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-05-23T15:43:06.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-05-23T15:43:06.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-05-23T15:43:06.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3451 | 2026-05-23T15:43:06.883Z | |
| 3452 | 2026-05-23T15:43:06.883Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298) |
| 3453 | 2026-05-23T15:43:07.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-05-23T15:43:07.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-05-23T15:43:07.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3456 | 2026-05-23T15:43:07.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3457 | 2026-05-23T15:43:07.545Z | |
| 3458 | 2026-05-23T15:43:07.545Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298) |
| 3459 | 2026-05-23T15:43:08.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3460 | 2026-05-23T15:43:08.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3461 | 2026-05-23T15:43:08.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3462 | 2026-05-23T15:43:08.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3463 | 2026-05-23T15:43:08.202Z | |
| 3464 | 2026-05-23T15:43:08.202Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298) |
| 3465 | 2026-05-23T15:43:08.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2026-05-23T15:43:08.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2026-05-23T15:43:08.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3468 | 2026-05-23T15:43:08.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3469 | 2026-05-23T15:43:08.877Z | |
| 3470 | 2026-05-23T15:43:08.877Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298) |
| 3471 | 2026-05-23T15:43:09.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2026-05-23T15:43:09.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2026-05-23T15:43:09.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2026-05-23T15:43:09.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3475 | 2026-05-23T15:43:09.551Z | |
| 3476 | 2026-05-23T15:43:09.551Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298) |
| 3477 | 2026-05-23T15:43:10.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2026-05-23T15:43:10.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2026-05-23T15:43:10.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2026-05-23T15:43:10.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3481 | 2026-05-23T15:43:10.228Z | |
| 3482 | 2026-05-23T15:43:10.228Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298) |
| 3483 | 2026-05-23T15:43:10.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2026-05-23T15:43:10.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2026-05-23T15:43:10.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2026-05-23T15:43:10.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3487 | 2026-05-23T15:43:10.904Z | |
| 3488 | 2026-05-23T15:43:10.904Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298) |
| 3489 | 2026-05-23T15:43:11.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2026-05-23T15:43:11.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2026-05-23T15:43:11.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2026-05-23T15:43:11.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3493 | 2026-05-23T15:43:11.581Z | |
| 3494 | 2026-05-23T15:43:11.581Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298) |
| 3495 | 2026-05-23T15:43:12.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2026-05-23T15:43:12.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2026-05-23T15:43:12.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2026-05-23T15:43:12.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3499 | 2026-05-23T15:43:12.260Z | |
| 3500 | 2026-05-23T15:43:12.260Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298) |
| 3501 | 2026-05-23T15:43:12.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2026-05-23T15:43:12.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2026-05-23T15:43:12.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2026-05-23T15:43:12.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3505 | 2026-05-23T15:43:12.942Z | |
| 3506 | 2026-05-23T15:43:12.942Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298) |
| 3507 | 2026-05-23T15:43:13.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2026-05-23T15:43:13.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2026-05-23T15:43:13.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2026-05-23T15:43:13.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3511 | 2026-05-23T15:43:13.618Z | |
| 3512 | 2026-05-23T15:43:13.618Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298) |
| 3513 | 2026-05-23T15:43:14.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2026-05-23T15:43:14.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2026-05-23T15:43:14.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2026-05-23T15:43:14.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3517 | 2026-05-23T15:43:14.300Z | |
| 3518 | 2026-05-23T15:43:14.300Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298) |
| 3519 | 2026-05-23T15:43:14.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2026-05-23T15:43:14.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2026-05-23T15:43:14.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2026-05-23T15:43:14.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3523 | 2026-05-23T15:43:14.977Z | |
| 3524 | 2026-05-23T15:43:14.977Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298) |
| 3525 | 2026-05-23T15:43:15.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2026-05-23T15:43:15.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2026-05-23T15:43:15.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2026-05-23T15:43:15.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3529 | 2026-05-23T15:43:15.637Z | |
| 3530 | 2026-05-23T15:43:15.637Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298) |
| 3531 | 2026-05-23T15:43:16.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2026-05-23T15:43:16.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2026-05-23T15:43:16.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2026-05-23T15:43:16.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3535 | 2026-05-23T15:43:16.291Z | |
| 3536 | 2026-05-23T15:43:16.291Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298) |
| 3537 | 2026-05-23T15:43:16.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2026-05-23T15:43:16.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2026-05-23T15:43:16.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2026-05-23T15:43:16.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3541 | 2026-05-23T15:43:16.951Z | |
| 3542 | 2026-05-23T15:43:16.952Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298) |
| 3543 | 2026-05-23T15:43:17.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2026-05-23T15:43:17.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2026-05-23T15:43:17.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2026-05-23T15:43:17.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3547 | 2026-05-23T15:43:17.609Z | |
| 3548 | 2026-05-23T15:43:17.609Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298) |
| 3549 | 2026-05-23T15:43:18.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2026-05-23T15:43:18.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2026-05-23T15:43:18.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2026-05-23T15:43:18.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3553 | 2026-05-23T15:43:18.268Z | |
| 3554 | 2026-05-23T15:43:18.268Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298) |
| 3555 | 2026-05-23T15:43:18.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2026-05-23T15:43:18.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2026-05-23T15:43:18.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2026-05-23T15:43:18.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3559 | 2026-05-23T15:43:18.923Z | |
| 3560 | 2026-05-23T15:43:18.923Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298) |
| 3561 | 2026-05-23T15:43:19.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2026-05-23T15:43:19.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2026-05-23T15:43:19.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2026-05-23T15:43:19.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3565 | 2026-05-23T15:43:19.582Z | |
| 3566 | 2026-05-23T15:43:19.582Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298) |
| 3567 | 2026-05-23T15:43:20.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2026-05-23T15:43:20.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2026-05-23T15:43:20.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2026-05-23T15:43:20.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3571 | 2026-05-23T15:43:20.244Z | |
| 3572 | 2026-05-23T15:43:20.244Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298) |
| 3573 | 2026-05-23T15:43:20.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2026-05-23T15:43:20.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2026-05-23T15:43:20.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2026-05-23T15:43:20.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3577 | 2026-05-23T15:43:20.921Z | |
| 3578 | 2026-05-23T15:43:20.921Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298) |
| 3579 | 2026-05-23T15:43:21.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-05-23T15:43:21.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-05-23T15:43:21.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-05-23T15:43:21.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3583 | 2026-05-23T15:43:21.598Z | |
| 3584 | 2026-05-23T15:43:21.599Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298) |
| 3585 | 2026-05-23T15:43:22.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-05-23T15:43:22.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-05-23T15:43:22.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-05-23T15:43:22.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3589 | 2026-05-23T15:43:22.275Z | |
| 3590 | 2026-05-23T15:43:22.275Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298) |
| 3591 | 2026-05-23T15:43:22.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-05-23T15:43:22.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-05-23T15:43:22.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-05-23T15:43:22.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3595 | 2026-05-23T15:43:22.951Z | |
| 3596 | 2026-05-23T15:43:22.951Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298) |
| 3597 | 2026-05-23T15:43:23.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-05-23T15:43:23.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-05-23T15:43:23.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-05-23T15:43:23.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3601 | 2026-05-23T15:43:23.623Z | |
| 3602 | 2026-05-23T15:43:23.624Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298) |
| 3603 | 2026-05-23T15:43:24.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-05-23T15:43:24.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-05-23T15:43:24.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2026-05-23T15:43:24.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3607 | 2026-05-23T15:43:24.323Z | |
| 3608 | 2026-05-23T15:43:24.323Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298) |
| 3609 | 2026-05-23T15:43:24.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-05-23T15:43:24.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-05-23T15:43:24.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2026-05-23T15:43:24.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3613 | 2026-05-23T15:43:24.976Z | |
| 3614 | 2026-05-23T15:43:24.976Z | info: running `cargo check --bins` on oximeter-producer (173/298) |
| 3615 | 2026-05-23T15:43:25.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2026-05-23T15:43:25.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2026-05-23T15:43:25.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2026-05-23T15:43:25.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3619 | 2026-05-23T15:43:25.680Z | |
| 3620 | 2026-05-23T15:43:25.680Z | info: running `cargo check --bins` on internal-dns-resolver (174/298) |
| 3621 | 2026-05-23T15:43:26.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2026-05-23T15:43:26.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2026-05-23T15:43:26.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2026-05-23T15:43:26.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3625 | 2026-05-23T15:43:26.345Z | |
| 3626 | 2026-05-23T15:43:26.345Z | info: running `cargo check --bins` on dns-server (175/298) |
| 3627 | 2026-05-23T15:43:26.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2026-05-23T15:43:26.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2026-05-23T15:43:27.052Z | Compiling parking_lot_core v0.8.6 |
| 3630 | 2026-05-23T15:43:27.052Z | Compiling atomicwrites v0.4.4 |
| 3631 | 2026-05-23T15:43:27.052Z | Compiling git-stub v1.0.0 |
| 3632 | 2026-05-23T15:43:27.055Z | Checking prefix-trie v0.7.0 |
| 3633 | 2026-05-23T15:43:27.055Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3634 | 2026-05-23T15:43:27.309Z | Compiling git-stub-vcs v0.1.0 |
| 3635 | 2026-05-23T15:43:27.487Z | Checking hickory-server v0.25.2 |
| 3636 | 2026-05-23T15:43:27.577Z | Checking parking_lot v0.11.2 |
| 3637 | 2026-05-23T15:43:27.590Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3638 | 2026-05-23T15:43:27.644Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3639 | 2026-05-23T15:43:27.647Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3640 | 2026-05-23T15:43:27.750Z | Checking sled v0.34.7 |
| 3641 | 2026-05-23T15:43:29.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 3642 | 2026-05-23T15:43:29.857Z | |
| 3643 | 2026-05-23T15:43:29.857Z | info: running `cargo check --bins` on dns-server-api (176/298) |
| 3644 | 2026-05-23T15:43:30.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-05-23T15:43:30.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-05-23T15:43:30.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-05-23T15:43:30.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3648 | 2026-05-23T15:43:30.525Z | |
| 3649 | 2026-05-23T15:43:30.525Z | info: running `cargo check --bins` on oximeter-producer-api (177/298) |
| 3650 | 2026-05-23T15:43:31.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-05-23T15:43:31.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-05-23T15:43:31.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-05-23T15:43:31.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3654 | 2026-05-23T15:43:31.192Z | |
| 3655 | 2026-05-23T15:43:31.192Z | info: running `cargo check --bins` on sp-sim (178/298) |
| 3656 | 2026-05-23T15:43:31.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-05-23T15:43:31.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-05-23T15:43:31.990Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3659 | 2026-05-23T15:43:33.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
| 3660 | 2026-05-23T15:43:34.167Z | |
| 3661 | 2026-05-23T15:43:34.167Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298) |
| 3662 | 2026-05-23T15:43:34.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-05-23T15:43:34.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-05-23T15:43:34.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-05-23T15:43:34.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3666 | 2026-05-23T15:43:34.895Z | |
| 3667 | 2026-05-23T15:43:34.895Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298) |
| 3668 | 2026-05-23T15:43:35.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-05-23T15:43:35.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-05-23T15:43:35.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-05-23T15:43:35.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3672 | 2026-05-23T15:43:35.612Z | |
| 3673 | 2026-05-23T15:43:35.612Z | info: running `cargo check --bins` on db-macros (181/298) |
| 3674 | 2026-05-23T15:43:36.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-05-23T15:43:36.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-05-23T15:43:36.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-05-23T15:43:36.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3678 | 2026-05-23T15:43:36.267Z | |
| 3679 | 2026-05-23T15:43:36.267Z | info: running `cargo check --bins` on nexus-macros-common (182/298) |
| 3680 | 2026-05-23T15:43:36.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-05-23T15:43:36.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-05-23T15:43:36.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-05-23T15:43:36.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3684 | 2026-05-23T15:43:36.921Z | |
| 3685 | 2026-05-23T15:43:36.922Z | info: running `cargo check --bins` on nexus-auth (183/298) |
| 3686 | 2026-05-23T15:43:37.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-05-23T15:43:37.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-05-23T15:43:37.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-05-23T15:43:37.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3690 | 2026-05-23T15:43:37.648Z | |
| 3691 | 2026-05-23T15:43:37.648Z | info: running `cargo check --bins` on authz-macros (184/298) |
| 3692 | 2026-05-23T15:43:38.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-05-23T15:43:38.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-05-23T15:43:38.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-05-23T15:43:38.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3696 | 2026-05-23T15:43:38.304Z | |
| 3697 | 2026-05-23T15:43:38.304Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/298) |
| 3698 | 2026-05-23T15:43:38.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-05-23T15:43:38.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-05-23T15:43:38.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-05-23T15:43:38.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3702 | 2026-05-23T15:43:39.021Z | |
| 3703 | 2026-05-23T15:43:39.021Z | info: running `cargo check --bins` on nexus-db-model (186/298) |
| 3704 | 2026-05-23T15:43:39.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-05-23T15:43:39.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-05-23T15:43:39.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-05-23T15:43:39.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3708 | 2026-05-23T15:43:39.736Z | |
| 3709 | 2026-05-23T15:43:39.737Z | info: running `cargo check --bins` on nexus-db-schema (187/298) |
| 3710 | 2026-05-23T15:43:40.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-05-23T15:43:40.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-05-23T15:43:40.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-05-23T15:43:40.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3714 | 2026-05-23T15:43:40.392Z | |
| 3715 | 2026-05-23T15:43:40.392Z | info: running `cargo check --bins` on omicron-rpaths (188/298) |
| 3716 | 2026-05-23T15:43:40.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-05-23T15:43:40.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-05-23T15:43:40.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-05-23T15:43:40.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3720 | 2026-05-23T15:43:41.046Z | |
| 3721 | 2026-05-23T15:43:41.046Z | info: running `cargo check --bins` on nexus-defaults (189/298) |
| 3722 | 2026-05-23T15:43:41.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-05-23T15:43:41.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-05-23T15:43:41.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-05-23T15:43:41.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3726 | 2026-05-23T15:43:41.708Z | |
| 3727 | 2026-05-23T15:43:41.708Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/298) |
| 3728 | 2026-05-23T15:43:42.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-05-23T15:43:42.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-05-23T15:43:42.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-05-23T15:43:42.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3732 | 2026-05-23T15:43:42.362Z | |
| 3733 | 2026-05-23T15:43:42.362Z | info: running `cargo check --bins` on parallel-task-set (191/298) |
| 3734 | 2026-05-23T15:43:42.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-05-23T15:43:42.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-05-23T15:43:42.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-05-23T15:43:42.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3738 | 2026-05-23T15:43:43.014Z | |
| 3739 | 2026-05-23T15:43:43.014Z | info: running `cargo check --bins` on nexus-db-errors (192/298) |
| 3740 | 2026-05-23T15:43:43.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-05-23T15:43:43.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-05-23T15:43:43.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-05-23T15:43:43.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3744 | 2026-05-23T15:43:43.742Z | |
| 3745 | 2026-05-23T15:43:43.742Z | info: running `cargo check --bins` on nexus-db-lookup (193/298) |
| 3746 | 2026-05-23T15:43:44.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-05-23T15:43:44.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-05-23T15:43:44.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-05-23T15:43:44.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3750 | 2026-05-23T15:43:44.463Z | |
| 3751 | 2026-05-23T15:43:44.463Z | info: running `cargo check --bins` on nexus-inventory (194/298) |
| 3752 | 2026-05-23T15:43:45.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-05-23T15:43:45.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-05-23T15:43:45.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-05-23T15:43:45.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3756 | 2026-05-23T15:43:45.181Z | |
| 3757 | 2026-05-23T15:43:45.181Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298) |
| 3758 | 2026-05-23T15:43:45.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-05-23T15:43:45.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-05-23T15:43:45.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-05-23T15:43:45.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3762 | 2026-05-23T15:43:45.868Z | |
| 3763 | 2026-05-23T15:43:45.868Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/298) |
| 3764 | 2026-05-23T15:43:46.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-05-23T15:43:46.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-05-23T15:43:46.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-05-23T15:43:46.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3768 | 2026-05-23T15:43:46.551Z | |
| 3769 | 2026-05-23T15:43:46.551Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298) |
| 3770 | 2026-05-23T15:43:47.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-05-23T15:43:47.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-05-23T15:43:47.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-05-23T15:43:47.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3774 | 2026-05-23T15:43:47.238Z | |
| 3775 | 2026-05-23T15:43:47.238Z | info: running `cargo check --bins` on key-manager (198/298) |
| 3776 | 2026-05-23T15:43:47.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-05-23T15:43:47.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-05-23T15:43:47.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-05-23T15:43:47.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3780 | 2026-05-23T15:43:47.903Z | |
| 3781 | 2026-05-23T15:43:47.903Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/298) |
| 3782 | 2026-05-23T15:43:48.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-05-23T15:43:48.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-05-23T15:43:48.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-05-23T15:43:48.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3786 | 2026-05-23T15:43:48.587Z | |
| 3787 | 2026-05-23T15:43:48.587Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298) |
| 3788 | 2026-05-23T15:43:49.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-05-23T15:43:49.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-05-23T15:43:49.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-05-23T15:43:49.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3792 | 2026-05-23T15:43:49.270Z | |
| 3793 | 2026-05-23T15:43:49.270Z | info: running `cargo check --bins` on typed-rng (201/298) |
| 3794 | 2026-05-23T15:43:49.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-05-23T15:43:49.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-05-23T15:43:49.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-05-23T15:43:49.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3798 | 2026-05-23T15:43:49.920Z | |
| 3799 | 2026-05-23T15:43:49.920Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298) |
| 3800 | 2026-05-23T15:43:50.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-05-23T15:43:50.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-05-23T15:43:50.853Z | Compiling libefi-sys v0.1.0 |
| 3803 | 2026-05-23T15:43:50.856Z | Compiling bitfield-struct v0.6.2 |
| 3804 | 2026-05-23T15:43:50.994Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3805 | 2026-05-23T15:43:51.014Z | Compiling xshell-macros v0.2.7 |
| 3806 | 2026-05-23T15:43:51.025Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3807 | 2026-05-23T15:43:51.039Z | Compiling typify-impl v0.4.3 |
| 3808 | 2026-05-23T15:43:51.042Z | Compiling salty v0.3.0 |
| 3809 | 2026-05-23T15:43:51.042Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3810 | 2026-05-23T15:43:51.070Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3811 | 2026-05-23T15:43:51.244Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3812 | 2026-05-23T15:43:51.343Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3813 | 2026-05-23T15:43:51.360Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3814 | 2026-05-23T15:43:51.375Z | Checking xshell v0.2.7 |
| 3815 | 2026-05-23T15:43:51.507Z | Checking primeorder v0.13.6 |
| 3816 | 2026-05-23T15:43:51.523Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3817 | 2026-05-23T15:43:51.562Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3818 | 2026-05-23T15:43:51.579Z | Checking tungstenite v0.21.0 |
| 3819 | 2026-05-23T15:43:51.601Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3820 | 2026-05-23T15:43:51.742Z | Checking p384 v0.13.1 |
| 3821 | 2026-05-23T15:43:51.781Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3822 | 2026-05-23T15:43:51.840Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3823 | 2026-05-23T15:43:51.918Z | Compiling proc-macro-error2 v2.0.1 |
| 3824 | 2026-05-23T15:43:51.996Z | Checking tokio-tungstenite v0.21.0 |
| 3825 | 2026-05-23T15:43:52.013Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3826 | 2026-05-23T15:43:52.073Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3827 | 2026-05-23T15:43:52.239Z | Compiling tabled_derive v0.11.0 |
| 3828 | 2026-05-23T15:43:52.275Z | Checking papergrid v0.17.0 |
| 3829 | 2026-05-23T15:43:52.298Z | Checking testing_table v0.3.0 |
| 3830 | 2026-05-23T15:43:52.384Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3831 | 2026-05-23T15:43:52.400Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3832 | 2026-05-23T15:43:52.440Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3833 | 2026-05-23T15:43:52.609Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3834 | 2026-05-23T15:43:52.642Z | Checking corncobs v0.1.4 |
| 3835 | 2026-05-23T15:43:52.778Z | Compiling unicase v2.9.0 |
| 3836 | 2026-05-23T15:43:52.808Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3837 | 2026-05-23T15:43:52.931Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3838 | 2026-05-23T15:43:52.991Z | Compiling mime_guess v2.0.5 |
| 3839 | 2026-05-23T15:43:53.046Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3840 | 2026-05-23T15:43:53.082Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3841 | 2026-05-23T15:43:53.099Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3842 | 2026-05-23T15:43:53.154Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3843 | 2026-05-23T15:43:53.304Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3844 | 2026-05-23T15:43:53.399Z | Checking tabled v0.20.0 |
| 3845 | 2026-05-23T15:43:53.423Z | Checking progenitor-client v0.11.2 |
| 3846 | 2026-05-23T15:43:53.515Z | Checking secrecy v0.8.0 |
| 3847 | 2026-05-23T15:43:53.532Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3848 | 2026-05-23T15:43:53.609Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3849 | 2026-05-23T15:43:53.691Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3850 | 2026-05-23T15:43:53.852Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3851 | 2026-05-23T15:43:53.878Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3852 | 2026-05-23T15:43:54.041Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3853 | 2026-05-23T15:43:54.058Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3854 | 2026-05-23T15:43:54.201Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3855 | 2026-05-23T15:43:54.218Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3856 | 2026-05-23T15:43:54.316Z | Checking filetime v0.2.27 |
| 3857 | 2026-05-23T15:43:54.460Z | Checking xattr v1.6.1 |
| 3858 | 2026-05-23T15:43:54.556Z | Checking http-range v0.1.5 |
| 3859 | 2026-05-23T15:43:54.573Z | Checking crc8 v0.1.1 |
| 3860 | 2026-05-23T15:43:54.597Z | Checking tar v0.4.45 |
| 3861 | 2026-05-23T15:43:54.692Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3862 | 2026-05-23T15:43:54.695Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3863 | 2026-05-23T15:43:54.745Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3864 | 2026-05-23T15:43:54.879Z | Checking illumos-nvpair v0.3.0 |
| 3865 | 2026-05-23T15:43:55.000Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3866 | 2026-05-23T15:43:55.042Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3867 | 2026-05-23T15:43:55.146Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3868 | 2026-05-23T15:43:55.382Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3869 | 2026-05-23T15:43:55.430Z | Checking atty v0.2.14 |
| 3870 | 2026-05-23T15:43:55.469Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3871 | 2026-05-23T15:43:55.504Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3872 | 2026-05-23T15:43:55.530Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3873 | 2026-05-23T15:43:55.546Z | Compiling typify-macro v0.4.3 |
| 3874 | 2026-05-23T15:43:55.562Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3875 | 2026-05-23T15:43:55.653Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3876 | 2026-05-23T15:43:55.806Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3877 | 2026-05-23T15:43:55.829Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3878 | 2026-05-23T15:43:55.984Z | Checking hyper-staticfile v0.10.1 |
| 3879 | 2026-05-23T15:43:56.007Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3880 | 2026-05-23T15:43:56.196Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3881 | 2026-05-23T15:43:56.232Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3882 | 2026-05-23T15:43:56.274Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3883 | 2026-05-23T15:43:56.455Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3884 | 2026-05-23T15:43:56.549Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3885 | 2026-05-23T15:43:56.745Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 3886 | 2026-05-23T15:43:56.831Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 3887 | 2026-05-23T15:43:57.250Z | Compiling typify v0.4.3 |
| 3888 | 2026-05-23T15:43:57.372Z | Compiling progenitor-impl v0.11.2 |
| 3889 | 2026-05-23T15:43:57.543Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3890 | 2026-05-23T15:43:57.727Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3891 | 2026-05-23T15:43:57.794Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3892 | 2026-05-23T15:43:58.241Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3893 | 2026-05-23T15:43:58.658Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3894 | 2026-05-23T15:43:58.970Z | Compiling progenitor-macro v0.11.2 |
| 3895 | 2026-05-23T15:44:01.274Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3896 | 2026-05-23T15:44:01.375Z | Checking progenitor v0.11.2 |
| 3897 | 2026-05-23T15:44:01.504Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3898 | 2026-05-23T15:44:06.146Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3899 | 2026-05-23T15:44:17.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.71s |
| 3900 | 2026-05-23T15:44:17.867Z | |
| 3901 | 2026-05-23T15:44:17.867Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298) |
| 3902 | 2026-05-23T15:44:18.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-05-23T15:44:18.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-05-23T15:44:18.734Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3905 | 2026-05-23T15:44:29.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s |
| 3906 | 2026-05-23T15:44:30.159Z | |
| 3907 | 2026-05-23T15:44:30.159Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298) |
| 3908 | 2026-05-23T15:44:30.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-05-23T15:44:30.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-05-23T15:44:31.013Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3911 | 2026-05-23T15:44:42.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s |
| 3912 | 2026-05-23T15:44:42.387Z | |
| 3913 | 2026-05-23T15:44:42.387Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298) |
| 3914 | 2026-05-23T15:44:42.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-05-23T15:44:42.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-05-23T15:44:43.240Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3917 | 2026-05-23T15:44:54.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s |
| 3918 | 2026-05-23T15:44:54.591Z | |
| 3919 | 2026-05-23T15:44:54.591Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298) |
| 3920 | 2026-05-23T15:44:55.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-05-23T15:44:55.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-05-23T15:44:55.450Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3923 | 2026-05-23T15:45:06.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s |
| 3924 | 2026-05-23T15:45:06.793Z | |
| 3925 | 2026-05-23T15:45:06.793Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298) |
| 3926 | 2026-05-23T15:45:07.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-05-23T15:45:07.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-05-23T15:45:07.655Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3929 | 2026-05-23T15:45:18.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s |
| 3930 | 2026-05-23T15:45:19.053Z | |
| 3931 | 2026-05-23T15:45:19.053Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298) |
| 3932 | 2026-05-23T15:45:19.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-05-23T15:45:19.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-05-23T15:45:19.918Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3935 | 2026-05-23T15:45:31.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s |
| 3936 | 2026-05-23T15:45:31.249Z | |
| 3937 | 2026-05-23T15:45:31.249Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298) |
| 3938 | 2026-05-23T15:45:31.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-05-23T15:45:31.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-05-23T15:45:32.107Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3941 | 2026-05-23T15:45:43.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s |
| 3942 | 2026-05-23T15:45:43.463Z | |
| 3943 | 2026-05-23T15:45:43.463Z | info: running `cargo check --bins` on bootstrap-agent-api (210/298) |
| 3944 | 2026-05-23T15:45:44.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-05-23T15:45:44.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-05-23T15:45:44.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-05-23T15:45:44.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3948 | 2026-05-23T15:45:44.132Z | |
| 3949 | 2026-05-23T15:45:44.132Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298) |
| 3950 | 2026-05-23T15:45:44.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-05-23T15:45:44.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-05-23T15:45:44.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-05-23T15:45:44.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3954 | 2026-05-23T15:45:44.799Z | |
| 3955 | 2026-05-23T15:45:44.799Z | info: running `cargo check --bins` on range-requests (212/298) |
| 3956 | 2026-05-23T15:45:45.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-05-23T15:45:45.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-05-23T15:45:45.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-05-23T15:45:45.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3960 | 2026-05-23T15:45:45.454Z | |
| 3961 | 2026-05-23T15:45:45.455Z | info: running `cargo check --bins` on repo-depot-api (213/298) |
| 3962 | 2026-05-23T15:45:46.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-05-23T15:45:46.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-05-23T15:45:46.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-05-23T15:45:46.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3966 | 2026-05-23T15:45:46.116Z | |
| 3967 | 2026-05-23T15:45:46.116Z | info: running `cargo check --bins` on sled-agent-api (214/298) |
| 3968 | 2026-05-23T15:45:46.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-05-23T15:45:46.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-05-23T15:45:46.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-05-23T15:45:46.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3972 | 2026-05-23T15:45:46.802Z | |
| 3973 | 2026-05-23T15:45:46.802Z | info: running `cargo check --bins` on sled-diagnostics (215/298) |
| 3974 | 2026-05-23T15:45:47.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-05-23T15:45:47.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-05-23T15:45:47.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-05-23T15:45:47.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3978 | 2026-05-23T15:45:47.487Z | |
| 3979 | 2026-05-23T15:45:47.487Z | info: running `cargo check --bins` on zfs-test-harness (216/298) |
| 3980 | 2026-05-23T15:45:48.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-05-23T15:45:48.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-05-23T15:45:48.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-05-23T15:45:48.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3984 | 2026-05-23T15:45:48.168Z | |
| 3985 | 2026-05-23T15:45:48.168Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298) |
| 3986 | 2026-05-23T15:45:48.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-05-23T15:45:48.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-05-23T15:45:48.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-05-23T15:45:48.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3990 | 2026-05-23T15:45:48.857Z | |
| 3991 | 2026-05-23T15:45:48.857Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298) |
| 3992 | 2026-05-23T15:45:49.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-05-23T15:45:49.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-05-23T15:45:49.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-05-23T15:45:49.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3996 | 2026-05-23T15:45:49.549Z | |
| 3997 | 2026-05-23T15:45:49.549Z | info: running `cargo check --bins` on sled-agent-early-networking (219/298) |
| 3998 | 2026-05-23T15:45:50.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-05-23T15:45:50.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-05-23T15:45:50.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-05-23T15:45:50.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4002 | 2026-05-23T15:45:50.262Z | |
| 4003 | 2026-05-23T15:45:50.263Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/298) |
| 4004 | 2026-05-23T15:45:50.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-05-23T15:45:50.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-05-23T15:45:50.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-05-23T15:45:50.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4008 | 2026-05-23T15:45:50.947Z | |
| 4009 | 2026-05-23T15:45:50.947Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298) |
| 4010 | 2026-05-23T15:45:51.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-05-23T15:45:51.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-05-23T15:45:51.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-05-23T15:45:51.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4014 | 2026-05-23T15:45:51.632Z | |
| 4015 | 2026-05-23T15:45:51.632Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298) |
| 4016 | 2026-05-23T15:45:52.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-23T15:45:52.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-23T15:45:52.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-05-23T15:45:52.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4020 | 2026-05-23T15:45:52.314Z | |
| 4021 | 2026-05-23T15:45:52.314Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/298) |
| 4022 | 2026-05-23T15:45:52.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-05-23T15:45:52.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-05-23T15:45:52.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-05-23T15:45:52.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4026 | 2026-05-23T15:45:53.006Z | |
| 4027 | 2026-05-23T15:45:53.006Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/298) |
| 4028 | 2026-05-23T15:45:53.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-05-23T15:45:53.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-05-23T15:45:53.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4031 | 2026-05-23T15:45:53.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4032 | 2026-05-23T15:45:53.722Z | |
| 4033 | 2026-05-23T15:45:53.722Z | info: running `cargo check --bins` on trust-quorum (225/298) |
| 4034 | 2026-05-23T15:45:54.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-05-23T15:45:54.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-05-23T15:45:54.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4037 | 2026-05-23T15:45:54.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4038 | 2026-05-23T15:45:54.412Z | |
| 4039 | 2026-05-23T15:45:54.412Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298) |
| 4040 | 2026-05-23T15:45:55.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4041 | 2026-05-23T15:45:55.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4042 | 2026-05-23T15:45:55.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4043 | 2026-05-23T15:45:55.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4044 | 2026-05-23T15:45:55.116Z | |
| 4045 | 2026-05-23T15:45:55.116Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/298) |
| 4046 | 2026-05-23T15:45:55.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4047 | 2026-05-23T15:45:55.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4048 | 2026-05-23T15:45:55.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4049 | 2026-05-23T15:45:55.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4050 | 2026-05-23T15:45:55.840Z | |
| 4051 | 2026-05-23T15:45:55.840Z | info: running `cargo check --bins` on update-common (228/298) |
| 4052 | 2026-05-23T15:45:56.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4053 | 2026-05-23T15:45:56.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4054 | 2026-05-23T15:45:56.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4055 | 2026-05-23T15:45:56.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4056 | 2026-05-23T15:45:56.511Z | |
| 4057 | 2026-05-23T15:45:56.511Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298) |
| 4058 | 2026-05-23T15:45:57.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4059 | 2026-05-23T15:45:57.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4060 | 2026-05-23T15:45:57.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4061 | 2026-05-23T15:45:57.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4062 | 2026-05-23T15:45:57.242Z | |
| 4063 | 2026-05-23T15:45:57.242Z | info: running `cargo check --bins` on omicron-deployment-graph (230/298) |
| 4064 | 2026-05-23T15:45:57.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-05-23T15:45:57.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-05-23T15:45:57.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4067 | 2026-05-23T15:45:57.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4068 | 2026-05-23T15:45:57.891Z | |
| 4069 | 2026-05-23T15:45:57.891Z | info: running `cargo check --bins` on reconfigurator-cli (231/298) |
| 4070 | 2026-05-23T15:45:58.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2026-05-23T15:45:58.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2026-05-23T15:45:58.745Z | Compiling fs-err v2.11.0 |
| 4073 | 2026-05-23T15:45:58.748Z | Checking ignore v0.4.25 |
| 4074 | 2026-05-23T15:45:58.748Z | Checking arc-swap v1.8.2 |
| 4075 | 2026-05-23T15:45:58.891Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4076 | 2026-05-23T15:45:58.894Z | Checking predicates-tree v1.0.13 |
| 4077 | 2026-05-23T15:45:58.894Z | Checking parse-size v1.1.0 |
| 4078 | 2026-05-23T15:45:58.923Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4079 | 2026-05-23T15:45:58.936Z | Checking rand_seeder v0.4.0 |
| 4080 | 2026-05-23T15:45:59.003Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4081 | 2026-05-23T15:45:59.022Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4082 | 2026-05-23T15:45:59.077Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4083 | 2026-05-23T15:45:59.091Z | Checking slog-scope v4.4.1 |
| 4084 | 2026-05-23T15:45:59.129Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4085 | 2026-05-23T15:45:59.210Z | Compiling petname v2.0.2 |
| 4086 | 2026-05-23T15:45:59.226Z | Checking slog-stdlog v4.1.1 |
| 4087 | 2026-05-23T15:45:59.242Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4088 | 2026-05-23T15:45:59.260Z | Checking globwalk v0.9.1 |
| 4089 | 2026-05-23T15:45:59.312Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4090 | 2026-05-23T15:45:59.343Z | Checking slog-envlogger v2.2.0 |
| 4091 | 2026-05-23T15:45:59.438Z | Checking camino-tempfile-ext v0.3.3 |
| 4092 | 2026-05-23T15:45:59.493Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4093 | 2026-05-23T15:45:59.526Z | Checking sapling-renderdag v0.1.0 |
| 4094 | 2026-05-23T15:45:59.632Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4095 | 2026-05-23T15:45:59.700Z | Checking subprocess v0.2.15 |
| 4096 | 2026-05-23T15:45:59.768Z | Checking sync-ptr v0.1.4 |
| 4097 | 2026-05-23T15:45:59.909Z | Checking colored v2.2.0 |
| 4098 | 2026-05-23T15:45:59.945Z | Checking assert_matches v1.5.0 |
| 4099 | 2026-05-23T15:45:59.985Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4100 | 2026-05-23T15:46:00.107Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4101 | 2026-05-23T15:46:00.107Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4102 | 2026-05-23T15:46:00.915Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4103 | 2026-05-23T15:46:02.319Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4104 | 2026-05-23T15:46:04.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s |
| 4105 | 2026-05-23T15:46:04.970Z | |
| 4106 | 2026-05-23T15:46:04.970Z | info: running `cargo check --bins` on omicron-repl-utils (232/298) |
| 4107 | 2026-05-23T15:46:05.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-05-23T15:46:05.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-05-23T15:46:05.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4110 | 2026-05-23T15:46:05.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4111 | 2026-05-23T15:46:05.624Z | |
| 4112 | 2026-05-23T15:46:05.624Z | info: running `cargo check --bins` on transient-dns-server (233/298) |
| 4113 | 2026-05-23T15:46:06.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-05-23T15:46:06.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-05-23T15:46:06.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4116 | 2026-05-23T15:46:06.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4117 | 2026-05-23T15:46:06.301Z | |
| 4118 | 2026-05-23T15:46:06.301Z | info: running `cargo check --bins` on nexus-test-interface (234/298) |
| 4119 | 2026-05-23T15:46:06.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-05-23T15:46:06.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-05-23T15:46:06.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4122 | 2026-05-23T15:46:06.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4123 | 2026-05-23T15:46:07.028Z | |
| 4124 | 2026-05-23T15:46:07.028Z | info: running `cargo check --bins` on oximeter-collector (235/298) |
| 4125 | 2026-05-23T15:46:07.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2026-05-23T15:46:07.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2026-05-23T15:46:07.827Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4128 | 2026-05-23T15:46:07.827Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4129 | 2026-05-23T15:46:08.477Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4130 | 2026-05-23T15:46:10.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 4131 | 2026-05-23T15:46:10.415Z | |
| 4132 | 2026-05-23T15:46:10.415Z | info: running `cargo check --bins` on oximeter-api (236/298) |
| 4133 | 2026-05-23T15:46:10.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-05-23T15:46:10.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-05-23T15:46:10.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4136 | 2026-05-23T15:46:10.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4137 | 2026-05-23T15:46:11.083Z | |
| 4138 | 2026-05-23T15:46:11.083Z | info: running `cargo check --bins` on cert-dev (237/298) |
| 4139 | 2026-05-23T15:46:11.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4140 | 2026-05-23T15:46:11.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4141 | 2026-05-23T15:46:11.750Z | Checking yasna v0.5.2 |
| 4142 | 2026-05-23T15:46:12.168Z | Checking rcgen v0.12.1 |
| 4143 | 2026-05-23T15:46:12.417Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4144 | 2026-05-23T15:46:12.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4145 | 2026-05-23T15:46:12.790Z | |
| 4146 | 2026-05-23T15:46:12.790Z | info: running `cargo check --bins` on clickana (238/298) |
| 4147 | 2026-05-23T15:46:13.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-05-23T15:46:13.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-05-23T15:46:13.493Z | Compiling darling_core v0.23.0 |
| 4150 | 2026-05-23T15:46:13.608Z | Compiling instability v0.3.11 |
| 4151 | 2026-05-23T15:46:13.617Z | Checking castaway v0.2.4 |
| 4152 | 2026-05-23T15:46:13.620Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4153 | 2026-05-23T15:46:13.630Z | Compiling indoc v2.0.7 |
| 4154 | 2026-05-23T15:46:13.640Z | Checking unicode-truncate v1.1.0 |
| 4155 | 2026-05-23T15:46:13.643Z | Checking lru v0.12.5 |
| 4156 | 2026-05-23T15:46:13.643Z | Checking cassowary v0.3.0 |
| 4157 | 2026-05-23T15:46:13.707Z | Checking compact_str v0.8.1 |
| 4158 | 2026-05-23T15:46:14.694Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4159 | 2026-05-23T15:46:14.889Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4160 | 2026-05-23T15:46:15.034Z | Compiling darling_macro v0.23.0 |
| 4161 | 2026-05-23T15:46:15.453Z | Compiling darling v0.23.0 |
| 4162 | 2026-05-23T15:46:16.070Z | Checking ratatui v0.29.0 |
| 4163 | 2026-05-23T15:46:17.155Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4164 | 2026-05-23T15:46:17.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
| 4165 | 2026-05-23T15:46:18.019Z | |
| 4166 | 2026-05-23T15:46:18.019Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/298) |
| 4167 | 2026-05-23T15:46:18.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-05-23T15:46:18.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-05-23T15:46:18.823Z | Checking headers-core v0.3.0 |
| 4170 | 2026-05-23T15:46:18.823Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4171 | 2026-05-23T15:46:19.028Z | Checking headers v0.4.1 |
| 4172 | 2026-05-23T15:46:19.430Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4173 | 2026-05-23T15:46:20.386Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4174 | 2026-05-23T15:46:20.949Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4175 | 2026-05-23T15:46:21.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4176 | 2026-05-23T15:46:21.630Z | |
| 4177 | 2026-05-23T15:46:21.630Z | info: running `cargo check --bins` on ch-dev (240/298) |
| 4178 | 2026-05-23T15:46:22.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4179 | 2026-05-23T15:46:22.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4180 | 2026-05-23T15:46:22.432Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4181 | 2026-05-23T15:46:23.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4182 | 2026-05-23T15:46:23.472Z | |
| 4183 | 2026-05-23T15:46:23.472Z | info: running `cargo check --bins` on dev-tools-common (241/298) |
| 4184 | 2026-05-23T15:46:23.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2026-05-23T15:46:23.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2026-05-23T15:46:23.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4187 | 2026-05-23T15:46:23.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4188 | 2026-05-23T15:46:23.999Z | |
| 4189 | 2026-05-23T15:46:23.999Z | info: running `cargo check --bins` on crdb-seed (242/298) |
| 4190 | 2026-05-23T15:46:24.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2026-05-23T15:46:24.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2026-05-23T15:46:24.792Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4193 | 2026-05-23T15:46:25.898Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4194 | 2026-05-23T15:46:26.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4195 | 2026-05-23T15:46:26.533Z | |
| 4196 | 2026-05-23T15:46:26.533Z | info: running `cargo check --bins` on db-dev (243/298) |
| 4197 | 2026-05-23T15:46:27.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-05-23T15:46:27.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-05-23T15:46:27.329Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4200 | 2026-05-23T15:46:28.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4201 | 2026-05-23T15:46:28.396Z | |
| 4202 | 2026-05-23T15:46:28.396Z | info: running `cargo check --bins` on omicron-dev-lib (244/298) |
| 4203 | 2026-05-23T15:46:28.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-05-23T15:46:28.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-05-23T15:46:28.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-05-23T15:46:29.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4207 | 2026-05-23T15:46:29.112Z | |
| 4208 | 2026-05-23T15:46:29.112Z | info: running `cargo check --bins` on xtask-downloader (245/298) |
| 4209 | 2026-05-23T15:46:29.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-05-23T15:46:29.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-05-23T15:46:29.778Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4212 | 2026-05-23T15:46:30.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4213 | 2026-05-23T15:46:30.687Z | |
| 4214 | 2026-05-23T15:46:30.688Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/298) |
| 4215 | 2026-05-23T15:46:31.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-05-23T15:46:31.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-05-23T15:46:31.514Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4218 | 2026-05-23T15:46:31.514Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4219 | 2026-05-23T15:46:31.517Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 4220 | 2026-05-23T15:46:31.517Z | Checking git-stub v1.0.0 |
| 4221 | 2026-05-23T15:46:31.517Z | Compiling trait-variant v0.1.2 |
| 4222 | 2026-05-23T15:46:31.517Z | Checking is_ci v1.2.0 |
| 4223 | 2026-05-23T15:46:31.517Z | Checking maplit v1.0.2 |
| 4224 | 2026-05-23T15:46:31.518Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4225 | 2026-05-23T15:46:31.744Z | Checking supports-color v3.0.2 |
| 4226 | 2026-05-23T15:46:31.758Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4227 | 2026-05-23T15:46:31.786Z | Checking git-stub-vcs v0.1.0 |
| 4228 | 2026-05-23T15:46:31.869Z | Checking drift v0.2.0 |
| 4229 | 2026-05-23T15:46:31.933Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4230 | 2026-05-23T15:46:31.965Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4231 | 2026-05-23T15:46:31.982Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4232 | 2026-05-23T15:46:32.162Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4233 | 2026-05-23T15:46:32.180Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4234 | 2026-05-23T15:46:32.214Z | Checking dropshot-api-manager v0.7.2 |
| 4235 | 2026-05-23T15:46:32.230Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4236 | 2026-05-23T15:46:32.380Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4237 | 2026-05-23T15:46:32.446Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4238 | 2026-05-23T15:46:32.641Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 4239 | 2026-05-23T15:46:32.917Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4240 | 2026-05-23T15:46:37.925Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4241 | 2026-05-23T15:46:39.006Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4242 | 2026-05-23T15:46:39.571Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4243 | 2026-05-23T15:46:40.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.41s |
| 4244 | 2026-05-23T15:46:40.330Z | |
| 4245 | 2026-05-23T15:46:40.330Z | info: running `cargo check --bins` on installinator-api (247/298) |
| 4246 | 2026-05-23T15:46:40.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-05-23T15:46:40.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-05-23T15:46:40.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4249 | 2026-05-23T15:46:40.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4250 | 2026-05-23T15:46:40.996Z | |
| 4251 | 2026-05-23T15:46:40.996Z | info: running `cargo check --bins` on nexus-external-api (248/298) |
| 4252 | 2026-05-23T15:46:41.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4253 | 2026-05-23T15:46:41.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4254 | 2026-05-23T15:46:41.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4255 | 2026-05-23T15:46:41.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4256 | 2026-05-23T15:46:41.711Z | |
| 4257 | 2026-05-23T15:46:41.711Z | info: running `cargo check --bins` on nexus-internal-api (249/298) |
| 4258 | 2026-05-23T15:46:42.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4259 | 2026-05-23T15:46:42.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4260 | 2026-05-23T15:46:42.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4261 | 2026-05-23T15:46:42.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4262 | 2026-05-23T15:46:42.425Z | |
| 4263 | 2026-05-23T15:46:42.425Z | info: running `cargo check --bins` on nexus-lockstep-api (250/298) |
| 4264 | 2026-05-23T15:46:43.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4265 | 2026-05-23T15:46:43.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4266 | 2026-05-23T15:46:43.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4267 | 2026-05-23T15:46:43.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4268 | 2026-05-23T15:46:43.138Z | |
| 4269 | 2026-05-23T15:46:43.138Z | info: running `cargo check --bins` on ntp-admin-api (251/298) |
| 4270 | 2026-05-23T15:46:43.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4271 | 2026-05-23T15:46:43.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4272 | 2026-05-23T15:46:43.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4273 | 2026-05-23T15:46:43.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4274 | 2026-05-23T15:46:43.804Z | |
| 4275 | 2026-05-23T15:46:43.804Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/298) |
| 4276 | 2026-05-23T15:46:44.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4277 | 2026-05-23T15:46:44.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4278 | 2026-05-23T15:46:44.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4279 | 2026-05-23T15:46:44.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4280 | 2026-05-23T15:46:44.460Z | |
| 4281 | 2026-05-23T15:46:44.460Z | info: running `cargo check --bins` on wicketd-api (253/298) |
| 4282 | 2026-05-23T15:46:45.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4283 | 2026-05-23T15:46:45.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4284 | 2026-05-23T15:46:45.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4285 | 2026-05-23T15:46:45.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4286 | 2026-05-23T15:46:45.141Z | |
| 4287 | 2026-05-23T15:46:45.141Z | info: running `cargo check --bins` on omicron-ls-apis (254/298) |
| 4288 | 2026-05-23T15:46:45.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-23T15:46:45.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-23T15:46:45.815Z | Checking typeid v1.0.3 |
| 4291 | 2026-05-23T15:46:45.935Z | Checking ordered-float v2.10.1 |
| 4292 | 2026-05-23T15:46:45.954Z | Checking unicode-xid v0.2.6 |
| 4293 | 2026-05-23T15:46:45.968Z | Checking cargo-platform v0.2.0 |
| 4294 | 2026-05-23T15:46:45.977Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4295 | 2026-05-23T15:46:46.001Z | Checking erased-serde v0.4.9 |
| 4296 | 2026-05-23T15:46:46.140Z | Checking serde-value v0.7.0 |
| 4297 | 2026-05-23T15:46:46.313Z | Checking serde-untagged v0.1.9 |
| 4298 | 2026-05-23T15:46:46.474Z | Checking cargo-util-schemas v0.8.2 |
| 4299 | 2026-05-23T15:46:47.175Z | Checking cargo_metadata v0.21.0 |
| 4300 | 2026-05-23T15:46:47.790Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4301 | 2026-05-23T15:46:48.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 4302 | 2026-05-23T15:46:48.674Z | |
| 4303 | 2026-05-23T15:46:48.674Z | info: running `cargo check --bins` on mgs-dev (255/298) |
| 4304 | 2026-05-23T15:46:49.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-05-23T15:46:49.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-05-23T15:46:49.490Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4307 | 2026-05-23T15:46:50.178Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4308 | 2026-05-23T15:46:50.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4309 | 2026-05-23T15:46:50.970Z | |
| 4310 | 2026-05-23T15:46:50.970Z | info: running `cargo check --bins --no-default-features` on omicron-omdb (256/298) |
| 4311 | 2026-05-23T15:46:51.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-05-23T15:46:51.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-05-23T15:46:51.918Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4314 | 2026-05-23T15:46:51.918Z | Compiling vergen-lib v0.1.6 |
| 4315 | 2026-05-23T15:46:51.918Z | Compiling vergen-gitcl v1.0.8 |
| 4316 | 2026-05-23T15:46:51.918Z | Compiling dirs-sys-next v0.1.2 |
| 4317 | 2026-05-23T15:46:51.921Z | Compiling crunchy v0.2.4 |
| 4318 | 2026-05-23T15:46:51.921Z | Compiling diesel_derives v2.3.7 |
| 4319 | 2026-05-23T15:46:51.921Z | Compiling glob v0.3.3 |
| 4320 | 2026-05-23T15:46:51.922Z | Compiling dsl_auto_type v0.2.0 |
| 4321 | 2026-05-23T15:46:52.289Z | Compiling dirs-next v2.0.0 |
| 4322 | 2026-05-23T15:46:52.305Z | Checking scheduled-thread-pool v0.2.7 |
| 4323 | 2026-05-23T15:46:52.368Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4324 | 2026-05-23T15:46:52.393Z | Compiling tiny-keccak v2.0.2 |
| 4325 | 2026-05-23T15:46:52.411Z | Compiling term v0.7.0 |
| 4326 | 2026-05-23T15:46:52.446Z | Checking r2d2 v0.8.10 |
| 4327 | 2026-05-23T15:46:52.463Z | Compiling clang-sys v1.8.1 |
| 4328 | 2026-05-23T15:46:52.634Z | Checking downcast-rs v2.0.2 |
| 4329 | 2026-05-23T15:46:52.637Z | Compiling bit-vec v0.6.3 |
| 4330 | 2026-05-23T15:46:52.733Z | Compiling ascii-canvas v3.0.0 |
| 4331 | 2026-05-23T15:46:52.833Z | Compiling itertools v0.10.5 |
| 4332 | 2026-05-23T15:46:52.872Z | Compiling bit-set v0.5.3 |
| 4333 | 2026-05-23T15:46:52.960Z | Compiling ena v0.14.4 |
| 4334 | 2026-05-23T15:46:52.976Z | Compiling libloading v0.8.9 |
| 4335 | 2026-05-23T15:46:53.033Z | Compiling diff v0.1.13 |
| 4336 | 2026-05-23T15:46:53.110Z | Compiling bindgen v0.71.1 |
| 4337 | 2026-05-23T15:46:53.157Z | Compiling regex-syntax v0.6.29 |
| 4338 | 2026-05-23T15:46:53.182Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4339 | 2026-05-23T15:46:53.295Z | Compiling cexpr v0.6.0 |
| 4340 | 2026-05-23T15:46:53.408Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4341 | 2026-05-23T15:46:53.552Z | Compiling rustc-hash v2.1.1 |
| 4342 | 2026-05-23T15:46:53.591Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4343 | 2026-05-23T15:46:53.687Z | Compiling libxml v0.3.3 |
| 4344 | 2026-05-23T15:46:53.887Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4345 | 2026-05-23T15:46:53.947Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4346 | 2026-05-23T15:46:53.976Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4347 | 2026-05-23T15:46:54.168Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4348 | 2026-05-23T15:46:54.201Z | Compiling strum_macros v0.24.3 |
| 4349 | 2026-05-23T15:46:54.220Z | Compiling indoc v1.0.9 |
| 4350 | 2026-05-23T15:46:54.662Z | Compiling lalrpop v0.19.12 |
| 4351 | 2026-05-23T15:46:55.255Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4352 | 2026-05-23T15:46:55.296Z | Checking derive_builder v0.20.2 |
| 4353 | 2026-05-23T15:46:55.418Z | Compiling oso-derive v0.27.3 |
| 4354 | 2026-05-23T15:46:55.450Z | Checking quick-xml v0.37.5 |
| 4355 | 2026-05-23T15:46:55.586Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4356 | 2026-05-23T15:46:55.929Z | Checking openssl-probe v0.1.6 |
| 4357 | 2026-05-23T15:46:56.074Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4358 | 2026-05-23T15:46:56.339Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4359 | 2026-05-23T15:46:56.538Z | Checking bb8 v0.8.6 |
| 4360 | 2026-05-23T15:46:56.835Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4361 | 2026-05-23T15:46:56.855Z | Checking nonempty v0.12.0 |
| 4362 | 2026-05-23T15:46:56.909Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4363 | 2026-05-23T15:46:57.023Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4364 | 2026-05-23T15:46:57.066Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4365 | 2026-05-23T15:46:57.130Z | Checking console v0.16.2 |
| 4366 | 2026-05-23T15:46:57.146Z | Checking unit-prefix v0.5.2 |
| 4367 | 2026-05-23T15:46:57.241Z | Checking support-bundle-viewer v0.1.2 |
| 4368 | 2026-05-23T15:46:57.280Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4369 | 2026-05-23T15:46:57.439Z | Checking indicatif v0.18.4 |
| 4370 | 2026-05-23T15:46:57.492Z | Checking multimap v0.10.1 |
| 4371 | 2026-05-23T15:46:58.001Z | Checking diesel v2.3.7 |
| 4372 | 2026-05-23T15:46:59.990Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4373 | 2026-05-23T15:47:00.459Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4374 | 2026-05-23T15:47:01.014Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4375 | 2026-05-23T15:47:01.842Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4376 | 2026-05-23T15:47:02.379Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4377 | 2026-05-23T15:47:02.712Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4378 | 2026-05-23T15:47:03.059Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4379 | 2026-05-23T15:47:03.118Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4380 | 2026-05-23T15:47:05.286Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4381 | 2026-05-23T15:47:10.124Z | Compiling samael v0.0.19 |
| 4382 | 2026-05-23T15:47:14.041Z | Checking async-bb8-diesel v0.2.1 |
| 4383 | 2026-05-23T15:47:14.394Z | Checking diesel-dtrace v0.5.0 |
| 4384 | 2026-05-23T15:47:15.166Z | Compiling polar-core v0.27.3 |
| 4385 | 2026-05-23T15:47:19.633Z | Checking oso v0.27.3 |
| 4386 | 2026-05-23T15:47:56.810Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4387 | 2026-05-23T15:48:31.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
| 4388 | 2026-05-23T15:48:31.456Z | |
| 4389 | 2026-05-23T15:48:31.457Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298) |
| 4390 | 2026-05-23T15:48:32.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4391 | 2026-05-23T15:48:32.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4392 | 2026-05-23T15:48:32.332Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4393 | 2026-05-23T15:48:40.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s |
| 4394 | 2026-05-23T15:48:40.289Z | |
| 4395 | 2026-05-23T15:48:40.289Z | info: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298) |
| 4396 | 2026-05-23T15:48:40.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-05-23T15:48:40.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-05-23T15:48:41.167Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4399 | 2026-05-23T15:48:48.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s |
| 4400 | 2026-05-23T15:48:49.112Z | |
| 4401 | 2026-05-23T15:48:49.112Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298) |
| 4402 | 2026-05-23T15:48:49.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-05-23T15:48:49.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-05-23T15:48:49.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4405 | 2026-05-23T15:48:49.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4406 | 2026-05-23T15:48:49.844Z | |
| 4407 | 2026-05-23T15:48:49.844Z | info: running `cargo check --bins` on nexus-saga-recovery (260/298) |
| 4408 | 2026-05-23T15:48:50.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4409 | 2026-05-23T15:48:50.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4410 | 2026-05-23T15:48:50.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4411 | 2026-05-23T15:48:50.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4412 | 2026-05-23T15:48:50.580Z | |
| 4413 | 2026-05-23T15:48:50.580Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/298) |
| 4414 | 2026-05-23T15:48:51.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4415 | 2026-05-23T15:48:51.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4416 | 2026-05-23T15:48:51.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4417 | 2026-05-23T15:48:51.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4418 | 2026-05-23T15:48:51.236Z | |
| 4419 | 2026-05-23T15:48:51.236Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/298) |
| 4420 | 2026-05-23T15:48:51.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-05-23T15:48:51.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-05-23T15:48:52.185Z | Compiling libz-sys v1.1.24 |
| 4423 | 2026-05-23T15:48:52.328Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4424 | 2026-05-23T15:48:52.367Z | Compiling vergen-git2 v9.1.0 |
| 4425 | 2026-05-23T15:48:52.371Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4426 | 2026-05-23T15:48:52.371Z | Compiling rustls v0.21.12 |
| 4427 | 2026-05-23T15:48:52.374Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312) |
| 4428 | 2026-05-23T15:48:52.374Z | Checking rustls-webpki v0.101.7 |
| 4429 | 2026-05-23T15:48:52.374Z | Checking sct v0.7.1 |
| 4430 | 2026-05-23T15:48:52.532Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4431 | 2026-05-23T15:48:52.594Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4432 | 2026-05-23T15:48:52.649Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4433 | 2026-05-23T15:48:52.714Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4434 | 2026-05-23T15:48:52.730Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4435 | 2026-05-23T15:48:52.922Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4436 | 2026-05-23T15:48:52.954Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4437 | 2026-05-23T15:48:52.954Z | Checking rustls-pemfile v1.0.4 |
| 4438 | 2026-05-23T15:48:52.986Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4439 | 2026-05-23T15:48:53.104Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 4440 | 2026-05-23T15:48:53.171Z | Checking twox-hash v2.1.2 |
| 4441 | 2026-05-23T15:48:53.389Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312) |
| 4442 | 2026-05-23T15:48:53.668Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4443 | 2026-05-23T15:48:54.056Z | Checking tokio-rustls v0.24.1 |
| 4444 | 2026-05-23T15:48:54.219Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4445 | 2026-05-23T15:48:54.260Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4446 | 2026-05-23T15:48:54.691Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4447 | 2026-05-23T15:48:55.033Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4448 | 2026-05-23T15:48:55.051Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4449 | 2026-05-23T15:48:55.203Z | Checking fatfs v0.3.6 |
| 4450 | 2026-05-23T15:48:55.380Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4451 | 2026-05-23T15:48:55.436Z | Compiling seq-macro v0.3.6 |
| 4452 | 2026-05-23T15:48:59.426Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 4453 | 2026-05-23T15:48:59.457Z | Compiling git2 v0.20.4 |
| 4454 | 2026-05-23T15:48:59.554Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 4455 | 2026-05-23T15:49:01.696Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 4456 | 2026-05-23T15:49:45.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.61s |
| 4457 | 2026-05-23T15:49:46.091Z | |
| 4458 | 2026-05-23T15:49:46.091Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298) |
| 4459 | 2026-05-23T15:49:46.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4460 | 2026-05-23T15:49:46.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4461 | 2026-05-23T15:49:47.058Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4462 | 2026-05-23T15:50:23.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.79s |
| 4463 | 2026-05-23T15:50:24.127Z | |
| 4464 | 2026-05-23T15:50:24.127Z | info: running `cargo check --bins --no-default-features --features default` on omicron-nexus (264/298) |
| 4465 | 2026-05-23T15:50:24.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-05-23T15:50:24.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-05-23T15:50:25.031Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4468 | 2026-05-23T15:51:01.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.36s |
| 4469 | 2026-05-23T15:51:01.746Z | |
| 4470 | 2026-05-23T15:51:01.746Z | info: running `cargo check --bins` on nexus-background-task-interface (265/298) |
| 4471 | 2026-05-23T15:51:02.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4472 | 2026-05-23T15:51:02.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4473 | 2026-05-23T15:51:02.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4474 | 2026-05-23T15:51:02.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4475 | 2026-05-23T15:51:02.404Z | |
| 4476 | 2026-05-23T15:51:02.404Z | info: running `cargo check --bins --no-default-features` on nexus-fm (266/298) |
| 4477 | 2026-05-23T15:51:03.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4478 | 2026-05-23T15:51:03.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4479 | 2026-05-23T15:51:03.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4480 | 2026-05-23T15:51:03.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4481 | 2026-05-23T15:51:03.124Z | |
| 4482 | 2026-05-23T15:51:03.124Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/298) |
| 4483 | 2026-05-23T15:51:03.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4484 | 2026-05-23T15:51:03.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4485 | 2026-05-23T15:51:03.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4486 | 2026-05-23T15:51:03.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 4487 | 2026-05-23T15:51:03.854Z | |
| 4488 | 2026-05-23T15:51:03.854Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (268/298) |
| 4489 | 2026-05-23T15:51:04.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4490 | 2026-05-23T15:51:04.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4491 | 2026-05-23T15:51:04.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4492 | 2026-05-23T15:51:04.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4493 | 2026-05-23T15:51:04.579Z | |
| 4494 | 2026-05-23T15:51:04.579Z | info: running `cargo check --bins` on nexus-mgs-updates (269/298) |
| 4495 | 2026-05-23T15:51:05.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4496 | 2026-05-23T15:51:05.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4497 | 2026-05-23T15:51:05.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4498 | 2026-05-23T15:51:05.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4499 | 2026-05-23T15:51:05.297Z | |
| 4500 | 2026-05-23T15:51:05.297Z | info: running `cargo check --bins` on nexus-networking (270/298) |
| 4501 | 2026-05-23T15:51:05.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4502 | 2026-05-23T15:51:05.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4503 | 2026-05-23T15:51:05.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4504 | 2026-05-23T15:51:05.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4505 | 2026-05-23T15:51:06.029Z | |
| 4506 | 2026-05-23T15:51:06.029Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (271/298) |
| 4507 | 2026-05-23T15:51:06.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4508 | 2026-05-23T15:51:06.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4509 | 2026-05-23T15:51:06.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4510 | 2026-05-23T15:51:06.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4511 | 2026-05-23T15:51:06.758Z | |
| 4512 | 2026-05-23T15:51:06.758Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298) |
| 4513 | 2026-05-23T15:51:07.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4514 | 2026-05-23T15:51:07.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4515 | 2026-05-23T15:51:07.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4516 | 2026-05-23T15:51:07.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4517 | 2026-05-23T15:51:07.485Z | |
| 4518 | 2026-05-23T15:51:07.485Z | info: running `cargo check --bins` on support-bundle-collection (273/298) |
| 4519 | 2026-05-23T15:51:08.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4520 | 2026-05-23T15:51:08.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4521 | 2026-05-23T15:51:08.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4522 | 2026-05-23T15:51:08.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4523 | 2026-05-23T15:51:08.210Z | |
| 4524 | 2026-05-23T15:51:08.210Z | info: running `cargo check --bins` on omicron-dev (274/298) |
| 4525 | 2026-05-23T15:51:08.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4526 | 2026-05-23T15:51:08.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4527 | 2026-05-23T15:51:09.185Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4528 | 2026-05-23T15:51:09.188Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4529 | 2026-05-23T15:51:09.384Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4530 | 2026-05-23T15:51:09.412Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4531 | 2026-05-23T15:51:09.431Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4532 | 2026-05-23T15:51:09.449Z | Checking yansi v1.0.1 |
| 4533 | 2026-05-23T15:51:09.452Z | Checking diff v0.1.13 |
| 4534 | 2026-05-23T15:51:09.452Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4535 | 2026-05-23T15:51:09.531Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4536 | 2026-05-23T15:51:09.704Z | Checking pretty_assertions v1.4.1 |
| 4537 | 2026-05-23T15:51:10.454Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4538 | 2026-05-23T15:51:10.590Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4539 | 2026-05-23T15:51:34.539Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4540 | 2026-05-23T15:51:34.542Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4541 | 2026-05-23T15:51:34.542Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4542 | 2026-05-23T15:51:34.542Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4543 | 2026-05-23T15:51:34.542Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4544 | 2026-05-23T15:51:34.542Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4545 | 2026-05-23T15:51:35.473Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4546 | 2026-05-23T15:51:35.474Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4547 | 2026-05-23T15:51:36.774Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4548 | 2026-05-23T15:52:13.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4549 | 2026-05-23T15:52:13.440Z | |
| 4550 | 2026-05-23T15:52:13.440Z | info: running `cargo check --bins` on omicron-pins (275/298) |
| 4551 | 2026-05-23T15:52:13.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-05-23T15:52:13.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-05-23T15:52:13.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4554 | 2026-05-23T15:52:14.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4555 | 2026-05-23T15:52:14.097Z | |
| 4556 | 2026-05-23T15:52:14.097Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298) |
| 4557 | 2026-05-23T15:52:14.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-05-23T15:52:14.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-05-23T15:52:14.961Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4560 | 2026-05-23T15:52:15.091Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4561 | 2026-05-23T15:52:15.092Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4562 | 2026-05-23T15:52:41.009Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4563 | 2026-05-23T15:52:41.476Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4564 | 2026-05-23T15:52:43.271Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4565 | 2026-05-23T15:52:43.794Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4566 | 2026-05-23T15:52:46.785Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4567 | 2026-05-23T15:53:09.487Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4568 | 2026-05-23T15:53:10.257Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4569 | 2026-05-23T15:53:12.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s |
| 4570 | 2026-05-23T15:53:12.246Z | |
| 4571 | 2026-05-23T15:53:12.246Z | info: running `cargo check --bins` on reconfigurator-sp-updater (277/298) |
| 4572 | 2026-05-23T15:53:12.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4573 | 2026-05-23T15:53:12.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4574 | 2026-05-23T15:53:13.040Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4575 | 2026-05-23T15:53:13.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 4576 | 2026-05-23T15:53:14.009Z | |
| 4577 | 2026-05-23T15:53:14.009Z | info: running `cargo check --bins` on omicron-releng (278/298) |
| 4578 | 2026-05-23T15:53:14.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4579 | 2026-05-23T15:53:14.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4580 | 2026-05-23T15:53:14.712Z | Compiling blake3 v1.8.3 |
| 4581 | 2026-05-23T15:53:14.830Z | Checking constant_time_eq v0.4.2 |
| 4582 | 2026-05-23T15:53:14.830Z | Checking arrayref v0.3.9 |
| 4583 | 2026-05-23T15:53:14.830Z | Checking arrayvec v0.7.6 |
| 4584 | 2026-05-23T15:53:14.850Z | Checking topological-sort v0.2.2 |
| 4585 | 2026-05-23T15:53:14.851Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4586 | 2026-05-23T15:53:14.853Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4587 | 2026-05-23T15:53:14.853Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4588 | 2026-05-23T15:53:14.894Z | Checking shell-words v1.1.1 |
| 4589 | 2026-05-23T15:53:15.715Z | Checking omicron-zone-package v0.12.2 |
| 4590 | 2026-05-23T15:53:16.433Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4591 | 2026-05-23T15:53:17.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 4592 | 2026-05-23T15:53:17.492Z | |
| 4593 | 2026-05-23T15:53:17.492Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (279/298) |
| 4594 | 2026-05-23T15:53:18.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4595 | 2026-05-23T15:53:18.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4596 | 2026-05-23T15:53:18.187Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4597 | 2026-05-23T15:53:18.515Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4598 | 2026-05-23T15:53:18.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4599 | 2026-05-23T15:53:19.133Z | |
| 4600 | 2026-05-23T15:53:19.133Z | info: running `cargo check --bins` on schema (280/298) |
| 4601 | 2026-05-23T15:53:19.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-05-23T15:53:19.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-05-23T15:53:19.929Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4604 | 2026-05-23T15:53:20.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 4605 | 2026-05-23T15:53:20.933Z | |
| 4606 | 2026-05-23T15:53:20.933Z | info: running `cargo check --bins` on xtask (281/298) |
| 4607 | 2026-05-23T15:53:21.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-05-23T15:53:21.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-05-23T15:53:21.434Z | Checking libc v0.2.185 |
| 4610 | 2026-05-23T15:53:21.437Z | Checking serde v1.0.228 |
| 4611 | 2026-05-23T15:53:21.526Z | Checking zerofrom v0.1.6 |
| 4612 | 2026-05-23T15:53:21.531Z | Checking bitflags v2.11.0 |
| 4613 | 2026-05-23T15:53:21.536Z | Checking smallvec v1.15.1 |
| 4614 | 2026-05-23T15:53:21.543Z | Checking indexmap v2.14.0 |
| 4615 | 2026-05-23T15:53:21.552Z | Checking serde_json v1.0.149 |
| 4616 | 2026-05-23T15:53:21.555Z | Checking scroll v0.12.0 |
| 4617 | 2026-05-23T15:53:21.622Z | Checking yoke v0.8.1 |
| 4618 | 2026-05-23T15:53:21.674Z | Checking num-traits v0.2.19 |
| 4619 | 2026-05-23T15:53:21.704Z | Checking thiserror v1.0.69 |
| 4620 | 2026-05-23T15:53:21.787Z | Checking zerovec v0.11.5 |
| 4621 | 2026-05-23T15:53:21.787Z | Checking zerotrie v0.2.3 |
| 4622 | 2026-05-23T15:53:21.807Z | Checking percent-encoding v2.3.2 |
| 4623 | 2026-05-23T15:53:21.818Z | Checking errno v0.3.14 |
| 4624 | 2026-05-23T15:53:21.912Z | Checking serde_spanned v0.6.9 |
| 4625 | 2026-05-23T15:53:21.935Z | Checking rustix v1.1.3 |
| 4626 | 2026-05-23T15:53:21.946Z | Checking toml_datetime v0.6.11 |
| 4627 | 2026-05-23T15:53:22.035Z | Checking log v0.4.29 |
| 4628 | 2026-05-23T15:53:22.047Z | Checking zerocopy v0.7.35 |
| 4629 | 2026-05-23T15:53:22.066Z | Checking form_urlencoded v1.2.2 |
| 4630 | 2026-05-23T15:53:22.123Z | Checking toml_edit v0.22.27 |
| 4631 | 2026-05-23T15:53:22.154Z | Checking getrandom v0.4.1 |
| 4632 | 2026-05-23T15:53:22.184Z | Checking goblin v0.8.2 |
| 4633 | 2026-05-23T15:53:22.197Z | Checking ordered-float v2.10.1 |
| 4634 | 2026-05-23T15:53:22.197Z | Checking thiserror v2.0.18 |
| 4635 | 2026-05-23T15:53:22.217Z | Checking tinystr v0.8.2 |
| 4636 | 2026-05-23T15:53:22.295Z | Checking potential_utf v0.1.4 |
| 4637 | 2026-05-23T15:53:22.306Z | Checking syn v2.0.117 |
| 4638 | 2026-05-23T15:53:22.395Z | Checking icu_locale_core v2.1.1 |
| 4639 | 2026-05-23T15:53:22.426Z | Checking serde-value v0.7.0 |
| 4640 | 2026-05-23T15:53:22.429Z | Checking icu_collections v2.1.1 |
| 4641 | 2026-05-23T15:53:22.550Z | Checking dtrace-parser v0.2.0 |
| 4642 | 2026-05-23T15:53:22.631Z | Checking thread-id v4.2.2 |
| 4643 | 2026-05-23T15:53:22.715Z | Checking once_cell v1.21.3 |
| 4644 | 2026-05-23T15:53:22.760Z | Checking cargo-platform v0.2.0 |
| 4645 | 2026-05-23T15:53:22.763Z | Checking terminal_size v0.4.3 |
| 4646 | 2026-05-23T15:53:22.795Z | Checking memmap v0.7.0 |
| 4647 | 2026-05-23T15:53:22.888Z | Checking tempfile v3.25.0 |
| 4648 | 2026-05-23T15:53:22.900Z | Checking clap_builder v4.6.0 |
| 4649 | 2026-05-23T15:53:22.923Z | Checking textwrap v0.16.2 |
| 4650 | 2026-05-23T15:53:22.948Z | Checking icu_provider v2.1.1 |
| 4651 | 2026-05-23T15:53:22.960Z | Checking fs-err v3.3.0 |
| 4652 | 2026-05-23T15:53:23.078Z | Checking camino-tempfile v1.4.1 |
| 4653 | 2026-05-23T15:53:23.131Z | Checking tabled v0.15.0 |
| 4654 | 2026-05-23T15:53:23.142Z | Checking anyhow v1.0.102 |
| 4655 | 2026-05-23T15:53:23.181Z | Checking icu_normalizer v2.1.1 |
| 4656 | 2026-05-23T15:53:23.233Z | Checking icu_properties v2.1.2 |
| 4657 | 2026-05-23T15:53:23.251Z | Checking toml v0.8.23 |
| 4658 | 2026-05-23T15:53:23.342Z | Checking macaddr v1.0.1 |
| 4659 | 2026-05-23T15:53:23.491Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4660 | 2026-05-23T15:53:23.571Z | Checking cargo_toml v0.21.0 |
| 4661 | 2026-05-23T15:53:24.039Z | Checking idna_adapter v1.2.1 |
| 4662 | 2026-05-23T15:53:24.086Z | Checking dof v0.3.0 |
| 4663 | 2026-05-23T15:53:24.092Z | Checking clap v4.6.1 |
| 4664 | 2026-05-23T15:53:24.153Z | Checking idna v1.1.0 |
| 4665 | 2026-05-23T15:53:24.345Z | Checking usdt-impl v0.5.0 |
| 4666 | 2026-05-23T15:53:24.373Z | Checking url v2.5.8 |
| 4667 | 2026-05-23T15:53:24.591Z | Checking usdt v0.5.0 |
| 4668 | 2026-05-23T15:53:24.716Z | Checking cargo-util-schemas v0.8.2 |
| 4669 | 2026-05-23T15:53:25.402Z | Checking cargo_metadata v0.21.0 |
| 4670 | 2026-05-23T15:53:26.006Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4671 | 2026-05-23T15:53:26.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
| 4672 | 2026-05-23T15:53:26.613Z | |
| 4673 | 2026-05-23T15:53:26.613Z | info: running `cargo check --bins` on dnsadm (282/298) |
| 4674 | 2026-05-23T15:53:27.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-05-23T15:53:27.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-05-23T15:53:27.261Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4677 | 2026-05-23T15:53:27.740Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4678 | 2026-05-23T15:53:28.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4679 | 2026-05-23T15:53:28.346Z | |
| 4680 | 2026-05-23T15:53:28.346Z | info: running `cargo check --bins` on end-to-end-tests (283/298) |
| 4681 | 2026-05-23T15:53:28.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4682 | 2026-05-23T15:53:28.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4683 | 2026-05-23T15:53:29.225Z | Checking polyval v0.6.2 |
| 4684 | 2026-05-23T15:53:29.359Z | Checking ctr v0.9.2 |
| 4685 | 2026-05-23T15:53:29.398Z | Checking ssh-encoding v0.2.0 |
| 4686 | 2026-05-23T15:53:29.398Z | Checking blowfish v0.9.1 |
| 4687 | 2026-05-23T15:53:29.401Z | Checking password-hash v0.4.2 |
| 4688 | 2026-05-23T15:53:29.404Z | Checking p256 v0.13.2 |
| 4689 | 2026-05-23T15:53:29.404Z | Checking p521 v0.13.3 |
| 4690 | 2026-05-23T15:53:29.407Z | Checking russh-cryptovec v0.7.3 |
| 4691 | 2026-05-23T15:53:29.500Z | Checking ghash v0.5.1 |
| 4692 | 2026-05-23T15:53:29.514Z | Checking md5 v0.7.0 |
| 4693 | 2026-05-23T15:53:29.554Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4694 | 2026-05-23T15:53:29.557Z | Checking bcrypt-pbkdf v0.10.0 |
| 4695 | 2026-05-23T15:53:29.610Z | Checking aes-gcm v0.10.3 |
| 4696 | 2026-05-23T15:53:29.668Z | Checking num-bigint v0.4.6 |
| 4697 | 2026-05-23T15:53:29.683Z | Checking des v0.8.1 |
| 4698 | 2026-05-23T15:53:29.688Z | Checking pbkdf2 v0.11.0 |
| 4699 | 2026-05-23T15:53:29.716Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4700 | 2026-05-23T15:53:29.730Z | Checking hex-literal v0.4.1 |
| 4701 | 2026-05-23T15:53:29.764Z | Checking ssh-cipher v0.2.0 |
| 4702 | 2026-05-23T15:53:29.791Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4703 | 2026-05-23T15:53:29.825Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4704 | 2026-05-23T15:53:29.839Z | Checking socket2 v0.5.10 |
| 4705 | 2026-05-23T15:53:29.863Z | Checking internet-checksum v0.2.1 |
| 4706 | 2026-05-23T15:53:29.935Z | Checking ssh-key v0.6.7 |
| 4707 | 2026-05-23T15:53:30.098Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4708 | 2026-05-23T15:53:30.567Z | Checking russh-keys v0.45.0 |
| 4709 | 2026-05-23T15:53:31.129Z | Checking russh v0.45.0 |
| 4710 | 2026-05-23T15:53:47.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s |
| 4711 | 2026-05-23T15:53:47.693Z | |
| 4712 | 2026-05-23T15:53:47.693Z | info: running `cargo check --bins` on gateway-cli (284/298) |
| 4713 | 2026-05-23T15:53:48.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4714 | 2026-05-23T15:53:48.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4715 | 2026-05-23T15:53:48.397Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4716 | 2026-05-23T15:53:48.514Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4717 | 2026-05-23T15:53:48.522Z | Checking termios v0.3.3 |
| 4718 | 2026-05-23T15:53:53.581Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4719 | 2026-05-23T15:53:53.594Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4720 | 2026-05-23T15:53:53.601Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4721 | 2026-05-23T15:53:53.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
| 4722 | 2026-05-23T15:53:53.602Z | |
| 4723 | 2026-05-23T15:53:53.602Z | info: running `cargo check --bins --no-default-features` on installinator (285/298) |
| 4724 | 2026-05-23T15:53:53.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-05-23T15:53:53.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-05-23T15:53:53.602Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 4727 | 2026-05-23T15:53:53.602Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4728 | 2026-05-23T15:53:53.604Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4729 | 2026-05-23T15:53:53.604Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4730 | 2026-05-23T15:53:53.604Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4731 | 2026-05-23T15:53:53.604Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4732 | 2026-05-23T15:53:53.628Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 4733 | 2026-05-23T15:53:54.095Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4734 | 2026-05-23T15:53:54.169Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 4735 | 2026-05-23T15:53:54.445Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4736 | 2026-05-23T15:53:54.448Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4737 | 2026-05-23T15:53:54.844Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4738 | 2026-05-23T15:53:55.166Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4739 | 2026-05-23T15:53:56.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
| 4740 | 2026-05-23T15:53:56.998Z | |
| 4741 | 2026-05-23T15:53:56.998Z | info: running `cargo check --bins` on internal-dns-cli (286/298) |
| 4742 | 2026-05-23T15:53:57.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-05-23T15:53:57.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-05-23T15:53:57.688Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4745 | 2026-05-23T15:53:58.145Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4746 | 2026-05-23T15:53:58.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4747 | 2026-05-23T15:53:58.675Z | |
| 4748 | 2026-05-23T15:53:58.675Z | info: running `cargo check --bins` on omicron-live-tests (287/298) |
| 4749 | 2026-05-23T15:53:59.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-05-23T15:53:59.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-05-23T15:53:59.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4752 | 2026-05-23T15:53:59.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4753 | 2026-05-23T15:53:59.314Z | |
| 4754 | 2026-05-23T15:53:59.314Z | info: running `cargo check --bins` on live-tests-macros (288/298) |
| 4755 | 2026-05-23T15:53:59.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4756 | 2026-05-23T15:53:59.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4757 | 2026-05-23T15:53:59.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4758 | 2026-05-23T15:53:59.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4759 | 2026-05-23T15:53:59.955Z | |
| 4760 | 2026-05-23T15:53:59.955Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298) |
| 4761 | 2026-05-23T15:54:00.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4762 | 2026-05-23T15:54:00.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4763 | 2026-05-23T15:54:00.771Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4764 | 2026-05-23T15:54:01.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4765 | 2026-05-23T15:54:01.651Z | |
| 4766 | 2026-05-23T15:54:01.651Z | info: running `cargo check --bins` on omicron-ntp-admin (290/298) |
| 4767 | 2026-05-23T15:54:02.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4768 | 2026-05-23T15:54:02.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4769 | 2026-05-23T15:54:02.357Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4770 | 2026-05-23T15:54:02.360Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4771 | 2026-05-23T15:54:02.641Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4772 | 2026-05-23T15:54:02.641Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4773 | 2026-05-23T15:54:03.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 4774 | 2026-05-23T15:54:03.659Z | |
| 4775 | 2026-05-23T15:54:03.659Z | info: running `cargo check --bins` on ntp-admin-types (291/298) |
| 4776 | 2026-05-23T15:54:04.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-05-23T15:54:04.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-05-23T15:54:04.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4779 | 2026-05-23T15:54:04.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4780 | 2026-05-23T15:54:04.304Z | |
| 4781 | 2026-05-23T15:54:04.304Z | info: running `cargo check --bins` on omicron-package (292/298) |
| 4782 | 2026-05-23T15:54:04.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-05-23T15:54:04.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-05-23T15:54:05.037Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4785 | 2026-05-23T15:54:06.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 4786 | 2026-05-23T15:54:06.324Z | |
| 4787 | 2026-05-23T15:54:06.324Z | info: running `cargo check --bins` on tqdb (293/298) |
| 4788 | 2026-05-23T15:54:07.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4789 | 2026-05-23T15:54:07.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4790 | 2026-05-23T15:54:07.185Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4791 | 2026-05-23T15:54:07.547Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4792 | 2026-05-23T15:54:08.067Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4793 | 2026-05-23T15:54:08.070Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4794 | 2026-05-23T15:54:14.054Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4795 | 2026-05-23T15:54:14.054Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4796 | 2026-05-23T15:54:14.617Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4797 | 2026-05-23T15:54:14.619Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4798 | 2026-05-23T15:54:14.623Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4799 | 2026-05-23T15:54:14.623Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4800 | 2026-05-23T15:54:15.364Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4801 | 2026-05-23T15:54:16.417Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4802 | 2026-05-23T15:54:17.194Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4803 | 2026-05-23T15:54:17.807Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4804 | 2026-05-23T15:54:22.252Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4805 | 2026-05-23T15:54:28.705Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4806 | 2026-05-23T15:54:28.709Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4807 | 2026-05-23T15:54:28.709Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4808 | 2026-05-23T15:54:28.709Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4809 | 2026-05-23T15:54:30.333Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4810 | 2026-05-23T15:54:31.738Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4811 | 2026-05-23T15:54:32.487Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4812 | 2026-05-23T15:54:33.803Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4813 | 2026-05-23T15:54:34.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s |
| 4814 | 2026-05-23T15:54:34.632Z | |
| 4815 | 2026-05-23T15:54:34.632Z | info: running `cargo check --bins` on wicket-dbg (294/298) |
| 4816 | 2026-05-23T15:54:35.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4817 | 2026-05-23T15:54:35.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4818 | 2026-05-23T15:54:35.391Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4819 | 2026-05-23T15:54:35.391Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4820 | 2026-05-23T15:54:35.394Z | Checking rtoolbox v0.0.3 |
| 4821 | 2026-05-23T15:54:35.394Z | Checking tui-tree-widget v0.23.1 |
| 4822 | 2026-05-23T15:54:35.629Z | Checking rpassword v7.4.0 |
| 4823 | 2026-05-23T15:54:36.643Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4824 | 2026-05-23T15:54:39.597Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4825 | 2026-05-23T15:54:41.423Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4826 | 2026-05-23T15:54:42.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s |
| 4827 | 2026-05-23T15:54:42.535Z | |
| 4828 | 2026-05-23T15:54:42.535Z | info: running `cargo check --bins` on wicket (295/298) |
| 4829 | 2026-05-23T15:54:43.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4830 | 2026-05-23T15:54:43.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4831 | 2026-05-23T15:54:43.280Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4832 | 2026-05-23T15:54:43.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 4833 | 2026-05-23T15:54:43.854Z | |
| 4834 | 2026-05-23T15:54:43.855Z | info: running `cargo check --bins` on wicketd (296/298) |
| 4835 | 2026-05-23T15:54:44.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4836 | 2026-05-23T15:54:44.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4837 | 2026-05-23T15:54:44.622Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4838 | 2026-05-23T15:54:44.622Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4839 | 2026-05-23T15:54:44.625Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4840 | 2026-05-23T15:54:44.625Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4841 | 2026-05-23T15:54:45.609Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4842 | 2026-05-23T15:54:46.176Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4843 | 2026-05-23T15:54:49.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4844 | 2026-05-23T15:54:49.320Z | |
| 4845 | 2026-05-23T15:54:49.320Z | info: running `cargo check --bins` on omicron-workspace-hack (297/298) |
| 4846 | 2026-05-23T15:54:49.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4847 | 2026-05-23T15:54:49.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4848 | 2026-05-23T15:54:49.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4849 | 2026-05-23T15:54:49.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4850 | 2026-05-23T15:54:49.962Z | |
| 4851 | 2026-05-23T15:54:49.962Z | info: running `cargo check --bins` on zone-setup (298/298) |
| 4852 | 2026-05-23T15:54:50.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4853 | 2026-05-23T15:54:50.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4854 | 2026-05-23T15:54:50.677Z | Checking uzers v0.12.2 |
| 4855 | 2026-05-23T15:54:50.958Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4856 | 2026-05-23T15:54:51.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4857 | 2026-05-23T15:54:51.925Z | |
| 4858 | 2026-05-23T15:54:51.929Z | real 16:06.107499178 |
| 4859 | 2026-05-23T15:54:51.929Z | user 22:36.443690303 |
| 4860 | 2026-05-23T15:54:51.929Z | sys 4:46.398107661 |
| 4861 | 2026-05-23T15:54:51.929Z | trap 0.332945815 |
| 4862 | 2026-05-23T15:54:51.929Z | tflt 0.689281454 |
| 4863 | 2026-05-23T15:54:51.929Z | dflt 1.089735099 |
| 4864 | 2026-05-23T15:54:51.929Z | kflt 0.005433004 |
| 4865 | 2026-05-23T15:54:51.929Z | lock 1:25:36.011497667 |
| 4866 | 2026-05-23T15:54:51.929Z | slp 1:49:51.490527219 |
| 4867 | 2026-05-23T15:54:51.929Z | lat 1:06.595162622 |
| 4868 | 2026-05-23T15:54:51.929Z | stop 4:13.202873160 |
| 4869 | 2026-05-23T15:54:51.929Z | process exited: duration 1104619 ms, exit code 0 |
| |
| 4870 | 2026-05-23T15:54:51.935Z | found 0 output files |