|
|
|
| 1 | 2026-09-08T19:14:27.256Z | job assigned to worker 01M2171JX0JNZRQKHJD7NT7QTA [factory aws, i-048d91fd5a395ec4f] (queued for 50 s) |
| |
| 2 | 2026-09-08T19:14:34.432Z | starting task 0: "setup" |
| 3 | 2026-09-08T19:14:34.436Z | ++ uname -s |
| 4 | 2026-09-08T19:14:34.439Z | + kern=SunOS |
| 5 | 2026-09-08T19:14:34.439Z | + build_user=build |
| 6 | 2026-09-08T19:14:34.439Z | + build_uid=12345 |
| 7 | 2026-09-08T19:14:34.439Z | + work_dir=/work |
| 8 | 2026-09-08T19:14:34.439Z | + input_dir=/input |
| 9 | 2026-09-08T19:14:34.439Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-08T19:14:34.439Z | + case "$kern" in |
| 11 | 2026-09-08T19:14:34.439Z | + groupadd -g 12345 build |
| 12 | 2026-09-08T19:14:34.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-08T19:14:36.456Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-08T19:14:36.541Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-08T19:14:36.544Z | + home_fs=zfs |
| 16 | 2026-09-08T19:14:36.544Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-08T19:14:36.544Z | + mkdir -p /home/build |
| 18 | 2026-09-08T19:14:36.544Z | + chown build:build /home/build /work |
| 19 | 2026-09-08T19:14:38.545Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-08T19:14:38.548Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-09-08T19:14:38.554Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-08T19:14:38.557Z | * rust toolchain channel = "1.98.1" |
| 23 | 2026-09-08T19:14:38.557Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 24 | 2026-09-08T19:14:38.557Z | * rust toolchain profile = "default" |
| 25 | 2026-09-08T19:14:38.557Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-08T19:14:38.557Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-08T19:14:38.558Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-08T19:14:38.560Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-08T19:14:38.560Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-08T19:14:38.666Z | info: downloading installer |
| 31 | 2026-09-08T19:14:39.938Z | info: profile set to default |
| 32 | 2026-09-08T19:14:39.938Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-08T19:14:39.942Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-08T19:14:40.085Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-08T19:14:40.087Z | info: downloading 6 components |
| 36 | 2026-09-08T19:14:55.885Z | |
| 37 | 2026-09-08T19:14:55.885Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 38 | 2026-09-08T19:14:55.911Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-08T19:14:55.911Z | |
| 40 | 2026-09-08T19:14:55.915Z | |
| 41 | 2026-09-08T19:14:55.915Z | Rust is installed now. Great! |
| 42 | 2026-09-08T19:14:55.915Z | |
| 43 | 2026-09-08T19:14:55.915Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-08T19:14:55.915Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-08T19:14:55.915Z | |
| 46 | 2026-09-08T19:14:55.915Z | To configure your current shell, you need to source |
| 47 | 2026-09-08T19:14:55.915Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-08T19:14:55.915Z | |
| 49 | 2026-09-08T19:14:55.916Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-08T19:14:55.916Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-08T19:14:55.916Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-08T19:14:55.916Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-08T19:14:55.916Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-08T19:14:55.916Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-08T19:14:55.916Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-08T19:14:55.916Z | HOST_CC = None |
| 57 | 2026-09-08T19:14:55.916Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-08T19:14:55.916Z | CC = None |
| 59 | 2026-09-08T19:14:55.916Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-08T19:14:56.102Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-08T19:14:56.102Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-08T19:14:56.103Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-08T19:14:56.103Z | CFLAGS = None |
| 64 | 2026-09-08T19:14:56.103Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-08T19:14:56.103Z | HOST_CFLAGS = None |
| 66 | 2026-09-08T19:14:56.103Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-08T19:14:56.103Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-08T19:14:56.103Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-08T19:14:56.103Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-08T19:14:56.189Z | + rustup --version |
| 71 | 2026-09-08T19:14:56.196Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-08T19:14:56.199Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-08T19:14:56.217Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-08T19:14:56.220Z | + cargo --version |
| 75 | 2026-09-08T19:14:56.233Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-08T19:14:56.236Z | + rustc --version |
| 77 | 2026-09-08T19:14:56.254Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-08T19:14:56.257Z | process exited: duration 17702 ms, exit code 0 |
| |
| 79 | 2026-09-08T19:14:56.263Z | starting task 2: "authentication" |
| 80 | 2026-09-08T19:14:56.279Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-08T19:14:56.285Z | starting task 3: "clone repository" |
| 82 | 2026-09-08T19:14:56.288Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-08T19:14:56.291Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-08T19:14:56.325Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-08T19:15:16.555Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-08T19:15:16.555Z | + git fetch origin 5f91e304a696bc0572a91056d3f625578edb6231 |
| 87 | 2026-09-08T19:15:16.931Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-08T19:15:16.931Z | * branch 5f91e304a696bc0572a91056d3f625578edb6231 -> FETCH_HEAD |
| 89 | 2026-09-08T19:15:16.941Z | + [[ -n sunshowers/spr/3n-artifact-config-sled-agentnexus-add-typed-artifactconfiggeneration ]] |
| 90 | 2026-09-08T19:15:16.944Z | ++ git branch --show-current |
| 91 | 2026-09-08T19:15:16.944Z | + current=main |
| 92 | 2026-09-08T19:15:16.944Z | + [[ main != sunshowers/spr/3n-artifact-config-sled-agentnexus-add-typed-artifactconfiggeneration ]] |
| 93 | 2026-09-08T19:15:16.944Z | + git branch -f sunshowers/spr/3n-artifact-config-sled-agentnexus-add-typed-artifactconfiggeneration 5f91e304a696bc0572a91056d3f625578edb6231 |
| 94 | 2026-09-08T19:15:16.947Z | + git checkout -f sunshowers/spr/3n-artifact-config-sled-agentnexus-add-typed-artifactconfiggeneration |
| 95 | 2026-09-08T19:15:17.122Z | Switched to branch 'sunshowers/spr/3n-artifact-config-sled-agentnexus-add-typed-artifactconfiggeneration' |
| 96 | 2026-09-08T19:15:17.124Z | + git reset --hard 5f91e304a696bc0572a91056d3f625578edb6231 |
| 97 | 2026-09-08T19:15:17.296Z | HEAD is now at 5f91e304a rebase on main |
| 98 | 2026-09-08T19:15:17.299Z | process exited: duration 21012 ms, exit code 0 |
| |
| 99 | 2026-09-08T19:15:17.304Z | starting task 4: "build" |
| 100 | 2026-09-08T19:15:17.307Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-08T19:15:17.310Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-08T19:15:17.310Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-08T19:15:17.310Z | +++ uname -s |
| 104 | 2026-09-08T19:15:17.310Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-08T19:15:17.310Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-08T19:15:17.313Z | + cargo --version |
| 107 | 2026-09-08T19:15:17.319Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 108 | 2026-09-08T19:15:17.322Z | + rustc --version |
| 109 | 2026-09-08T19:15:17.341Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 110 | 2026-09-08T19:15:17.345Z | + source ./env.sh |
| 111 | 2026-09-08T19:15:17.345Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-09-08T19:15:17.345Z | ++ set -o xtrace |
| 113 | 2026-09-08T19:15:17.348Z | ++++ dirname ./env.sh |
| 114 | 2026-09-08T19:15:17.348Z | +++ readlink -f . |
| 115 | 2026-09-08T19:15:17.351Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-09-08T19:15:17.351Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-09-08T19:15:17.351Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 119 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 120 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 121 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 122 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 123 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 124 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 125 | 2026-09-08T19:15:17.351Z | ++ 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 |
| 126 | 2026-09-08T19:15:17.351Z | ++ case $OLD_SHELL_OPTS in |
| 127 | 2026-09-08T19:15:17.351Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 128 | 2026-09-08T19:15:17.351Z | + 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 |
| 129 | 2026-09-08T19:15:17.351Z | + 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 |
| 130 | 2026-09-08T19:15:17.351Z | + banner prerequisites |
| 131 | 2026-09-08T19:15:17.354Z | |
| 132 | 2026-09-08T19:15:17.354Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 133 | 2026-09-08T19:15:17.354Z | # # # # # # # # # # # # # # # |
| 134 | 2026-09-08T19:15:17.354Z | # # # # ##### # # ##### # # # # # #### # |
| 135 | 2026-09-08T19:15:17.354Z | ##### ##### # ##### # # # # # # # # # |
| 136 | 2026-09-08T19:15:17.354Z | # # # # # # # # # # # # # # # |
| 137 | 2026-09-08T19:15:17.354Z | # # # ###### # # ###### ### # #### # #### # |
| 138 | 2026-09-08T19:15:17.354Z | |
| 139 | 2026-09-08T19:15:17.354Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 140 | 2026-09-08T19:15:19.421Z | Startup: Refreshing catalog 'helios' ... Done |
| 141 | 2026-09-08T19:15:19.840Z | Startup: Caching catalogs ... Done |
| 142 | 2026-09-08T19:15:22.366Z | Planning: Solver setup ... Done (2.359s) |
| 143 | 2026-09-08T19:15:22.433Z | Planning: Running solver ... Done (0.068s) |
| 144 | 2026-09-08T19:15:22.486Z | Planning: Finding local manifests ... Done (0.002s) |
| 145 | 2026-09-08T19:15:22.498Z | Planning: Fetching manifests: 0/2 0% complete |
| 146 | 2026-09-08T19:15:22.513Z | Planning: Fetching manifests: 2/2 100% complete |
| 147 | 2026-09-08T19:15:22.526Z | Planning: Package planning ... Done (0.013s) |
| 148 | 2026-09-08T19:15:22.530Z | Planning: Merging actions ... Done (0.001s) |
| 149 | 2026-09-08T19:15:22.685Z | Planning: Checking for conflicting actions ... Done (0.157s) |
| 150 | 2026-09-08T19:15:22.688Z | Planning: Consolidating action changes ... Done (0.001s) |
| 151 | 2026-09-08T19:15:23.382Z | Planning: Evaluating mediators ... Done (0.695s) |
| 152 | 2026-09-08T19:15:23.385Z | Planning: Planning completed in 3.51 seconds |
| 153 | 2026-09-08T19:15:23.391Z | Packages to install: 2 |
| 154 | 2026-09-08T19:15:23.393Z | Estimated space available: 156.02 GB |
| 155 | 2026-09-08T19:15:23.393Z | Estimated space to be consumed: 86.48 MB |
| 156 | 2026-09-08T19:15:23.394Z | Create boot environment: No |
| 157 | 2026-09-08T19:15:23.394Z | Create backup boot environment: No |
| 158 | 2026-09-08T19:15:23.394Z | Rebuild boot archive: No |
| 159 | 2026-09-08T19:15:23.394Z | |
| 160 | 2026-09-08T19:15:23.394Z | Changed packages: |
| 161 | 2026-09-08T19:15:23.394Z | helios |
| 162 | 2026-09-08T19:15:23.394Z | developer/build-essential |
| 163 | 2026-09-08T19:15:23.394Z | None -> 11-3.0 |
| 164 | 2026-09-08T19:15:23.394Z | library/libxmlsec1 |
| 165 | 2026-09-08T19:15:23.394Z | None -> 1.2.35-3.0 |
| 166 | 2026-09-08T19:15:23.415Z | |
| 167 | 2026-09-08T19:15:23.415Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 168 | 2026-09-08T19:15:23.482Z | Download: Completed 1.28 MB in 0.07 seconds (19.1M/s) |
| 169 | 2026-09-08T19:15:23.544Z | Actions: 1/268 actions (Installing new actions) |
| 170 | 2026-09-08T19:15:23.580Z | Actions: Completed 268 actions in 0.04 seconds. |
| 171 | 2026-09-08T19:15:23.615Z | Finalize: Updating package state database ... Done (0.034s) |
| 172 | 2026-09-08T19:15:23.615Z | Finalize: Updating package cache ... Done (0.000s) |
| 173 | 2026-09-08T19:15:23.711Z | Finalize: Updating image state ... Done (0.096s) |
| 174 | 2026-09-08T19:15:26.231Z | Finalize: Creating fast lookup database ... Done (2.465s) |
| 175 | 2026-09-08T19:15:26.296Z | Finalize: Reading search index ... Done (0.012s) |
| 176 | 2026-09-08T19:15:26.299Z | Finalize: Updating search index ... Done (0.000s) |
| 177 | 2026-09-08T19:15:26.405Z | Finalize: Updating package cache ... Done (0.000s) |
| 178 | 2026-09-08T19:15:26.779Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-09-08T19:15:26.884Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-09-08T19:15:26.887Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-09-08T19:15:27.042Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-09-08T19:15:27.045Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-09-08T19:15:27.065Z | Mediators to change: 2 |
| 184 | 2026-09-08T19:15:27.065Z | Create boot environment: No |
| 185 | 2026-09-08T19:15:27.065Z | Create backup boot environment: No |
| 186 | 2026-09-08T19:15:27.106Z | Finalize: Updating package state database ... Done |
| 187 | 2026-09-08T19:15:27.106Z | Finalize: Updating package cache ... Done |
| 188 | 2026-09-08T19:15:27.162Z | Finalize: Updating image state ... Done |
| 189 | 2026-09-08T19:15:29.092Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-09-08T19:15:29.151Z | Finalize: Reading search index ... Done |
| 191 | 2026-09-08T19:15:29.153Z | Finalize: Updating search index ... Done |
| 192 | 2026-09-08T19:15:29.224Z | Finalize: Updating package cache ... Done |
| 193 | 2026-09-08T19:15:29.514Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-09-08T19:15:29.616Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-09-08T19:15:29.619Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-09-08T19:15:29.771Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-09-08T19:15:29.773Z | Planning: Planning completed in 0.26 seconds |
| 198 | 2026-09-08T19:15:29.794Z | Mediators to change: 1 |
| 199 | 2026-09-08T19:15:29.794Z | Create boot environment: No |
| 200 | 2026-09-08T19:15:29.794Z | Create backup boot environment: No |
| 201 | 2026-09-08T19:15:29.835Z | Finalize: Updating package state database ... Done |
| 202 | 2026-09-08T19:15:29.835Z | Finalize: Updating package cache ... Done |
| 203 | 2026-09-08T19:15:29.891Z | Finalize: Updating image state ... Done |
| 204 | 2026-09-08T19:15:31.811Z | Finalize: Creating fast lookup database ... Done |
| 205 | 2026-09-08T19:15:31.869Z | Finalize: Reading search index ... Done |
| 206 | 2026-09-08T19:15:31.872Z | Finalize: Updating search index ... Done |
| 207 | 2026-09-08T19:15:31.957Z | Finalize: Updating package cache ... Done |
| 208 | 2026-09-08T19:15:32.270Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2026-09-08T19:15:32.270Z | apache system 2.4 system |
| 210 | 2026-09-08T19:15:32.270Z | clang system 15 system |
| 211 | 2026-09-08T19:15:32.270Z | csh system system illumos |
| 212 | 2026-09-08T19:15:32.270Z | ctags system system illumos |
| 213 | 2026-09-08T19:15:32.270Z | file vendor vendor darwinsys |
| 214 | 2026-09-08T19:15:32.270Z | file system system illumos |
| 215 | 2026-09-08T19:15:32.270Z | gcc vendor 14 vendor |
| 216 | 2026-09-08T19:15:32.270Z | gcc system 13 system |
| 217 | 2026-09-08T19:15:32.270Z | gcc system 10 system |
| 218 | 2026-09-08T19:15:32.270Z | go system 1.25 system |
| 219 | 2026-09-08T19:15:32.270Z | llvm system 15 system |
| 220 | 2026-09-08T19:15:32.270Z | mariadb system 11.4 system |
| 221 | 2026-09-08T19:15:32.271Z | mta vendor vendor dma |
| 222 | 2026-09-08T19:15:32.271Z | openjdk system 17 system |
| 223 | 2026-09-08T19:15:32.271Z | openjdk system 11 system |
| 224 | 2026-09-08T19:15:32.271Z | openssl vendor 3 vendor |
| 225 | 2026-09-08T19:15:32.271Z | perl system 5.40 system |
| 226 | 2026-09-08T19:15:32.271Z | postgresql system 18 system |
| 227 | 2026-09-08T19:15:32.271Z | postgresql system 17 system |
| 228 | 2026-09-08T19:15:32.271Z | python vendor 3 vendor |
| 229 | 2026-09-08T19:15:32.271Z | python system 2 system |
| 230 | 2026-09-08T19:15:32.271Z | python3 vendor 3.13 vendor |
| 231 | 2026-09-08T19:15:32.271Z | ruby system 3.4 system |
| 232 | 2026-09-08T19:15:32.271Z | ruby system 3.0 system |
| 233 | 2026-09-08T19:15:32.271Z | words vendor vendor american-english |
| 234 | 2026-09-08T19:15:32.271Z | words system system australian-english |
| 235 | 2026-09-08T19:15:32.271Z | words system system british-english |
| 236 | 2026-09-08T19:15:32.271Z | words system system canadian-english |
| 237 | 2026-09-08T19:15:32.271Z | words system system french |
| 238 | 2026-09-08T19:15:32.271Z | words system system italian |
| 239 | 2026-09-08T19:15:32.271Z | words system system ngerman |
| 240 | 2026-09-08T19:15:32.271Z | words system system ogerman |
| 241 | 2026-09-08T19:15:32.271Z | words system system spanish |
| 242 | 2026-09-08T19:15:32.522Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2026-09-08T19:15:32.522Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 244 | 2026-09-08T19:15:33.039Z | FMRI IFO |
| 245 | 2026-09-08T19:15:33.039Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 246 | 2026-09-08T19:15:33.039Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 247 | 2026-09-08T19:15:33.039Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 248 | 2026-09-08T19:15:33.039Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 249 | 2026-09-08T19:15:33.039Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 250 | 2026-09-08T19:15:33.039Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 251 | 2026-09-08T19:15:33.039Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 252 | 2026-09-08T19:15:33.039Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 253 | 2026-09-08T19:15:33.039Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 254 | 2026-09-08T19:15:33.381Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 255 | 2026-09-08T19:15:33.732Z | Updating crates.io index |
| 256 | 2026-09-08T19:15:33.735Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 257 | 2026-09-08T19:15:34.094Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 258 | 2026-09-08T19:15:34.459Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 259 | 2026-09-08T19:15:34.757Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 260 | 2026-09-08T19:15:35.752Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 261 | 2026-09-08T19:15:36.394Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 262 | 2026-09-08T19:15:38.076Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 263 | 2026-09-08T19:15:38.941Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 264 | 2026-09-08T19:15:39.252Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 265 | 2026-09-08T19:15:39.608Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2026-09-08T19:15:40.791Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 267 | 2026-09-08T19:15:41.905Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-09-08T19:15:42.302Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 269 | 2026-09-08T19:15:42.597Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 270 | 2026-09-08T19:15:43.179Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 271 | 2026-09-08T19:15:43.478Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 272 | 2026-09-08T19:15:43.778Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-09-08T19:15:44.055Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 274 | 2026-09-08T19:15:44.474Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 275 | 2026-09-08T19:15:44.877Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-09-08T19:15:45.417Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 277 | 2026-09-08T19:15:45.717Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-09-08T19:15:46.320Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-09-08T19:15:46.680Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 280 | 2026-09-08T19:15:47.006Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 281 | 2026-09-08T19:15:47.465Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 282 | 2026-09-08T19:15:47.764Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 283 | 2026-09-08T19:15:48.195Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2026-09-08T19:15:48.527Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2026-09-08T19:15:48.801Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 286 | 2026-09-08T19:15:49.169Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2026-09-08T19:15:49.551Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 288 | 2026-09-08T19:15:50.107Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 289 | 2026-09-08T19:15:50.399Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 290 | 2026-09-08T19:15:50.667Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-09-08T19:15:51.026Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 292 | 2026-09-08T19:15:51.355Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 293 | 2026-09-08T19:15:51.641Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-09-08T19:15:51.950Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-09-08T19:15:52.243Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-09-08T19:15:52.543Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 297 | 2026-09-08T19:15:52.945Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-09-08T19:15:55.455Z | Downloading crates ... |
| 299 | 2026-09-08T19:15:55.505Z | Downloaded anstream v1.0.0 |
| 300 | 2026-09-08T19:15:55.508Z | Downloaded macaddr v1.0.1 |
| 301 | 2026-09-08T19:15:55.512Z | Downloaded anstyle-query v1.1.5 |
| 302 | 2026-09-08T19:15:55.516Z | Downloaded once_cell v1.21.3 |
| 303 | 2026-09-08T19:15:55.518Z | Downloaded zerocopy-derive v0.7.35 |
| 304 | 2026-09-08T19:15:55.521Z | Downloaded itoa v1.0.17 |
| 305 | 2026-09-08T19:15:55.524Z | Downloaded heck v0.5.0 |
| 306 | 2026-09-08T19:15:55.524Z | Downloaded memmap v0.7.0 |
| 307 | 2026-09-08T19:15:55.529Z | Downloaded zmij v1.0.21 |
| 308 | 2026-09-08T19:15:55.532Z | Downloaded zerocopy v0.7.35 |
| 309 | 2026-09-08T19:15:55.540Z | Downloaded block-buffer v0.10.4 |
| 310 | 2026-09-08T19:15:55.543Z | Downloaded cfg-if v1.0.4 |
| 311 | 2026-09-08T19:15:55.543Z | Downloaded cpufeatures v0.2.17 |
| 312 | 2026-09-08T19:15:55.543Z | Downloaded fastrand v2.3.0 |
| 313 | 2026-09-08T19:15:55.543Z | Downloaded is_terminal_polyfill v1.70.2 |
| 314 | 2026-09-08T19:15:55.543Z | Downloaded crypto-common v0.1.7 |
| 315 | 2026-09-08T19:15:55.546Z | Downloaded heck v0.4.1 |
| 316 | 2026-09-08T19:15:55.546Z | Downloaded clap_lex v1.0.0 |
| 317 | 2026-09-08T19:15:55.546Z | Downloaded anstyle-parse v1.0.0 |
| 318 | 2026-09-08T19:15:55.546Z | Downloaded anstyle v1.0.14 |
| 319 | 2026-09-08T19:15:55.547Z | Downloaded bytecount v0.6.9 |
| 320 | 2026-09-08T19:15:55.549Z | Downloaded cargo_toml v0.21.0 |
| 321 | 2026-09-08T19:15:55.549Z | Downloaded memchr v2.8.0 |
| 322 | 2026-09-08T19:15:55.552Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-09-08T19:15:55.552Z | Downloaded equivalent v1.0.2 |
| 324 | 2026-09-08T19:15:55.552Z | Downloaded fnv v1.0.7 |
| 325 | 2026-09-08T19:15:55.552Z | Downloaded dof v0.3.0 |
| 326 | 2026-09-08T19:15:55.552Z | Downloaded colorchoice v1.0.4 |
| 327 | 2026-09-08T19:15:55.555Z | Downloaded cargo-platform v0.3.2 |
| 328 | 2026-09-08T19:15:55.560Z | Downloaded plain v0.2.3 |
| 329 | 2026-09-08T19:15:55.563Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-09-08T19:15:55.566Z | Downloaded swrite v0.1.0 |
| 331 | 2026-09-08T19:15:55.569Z | Downloaded tabled_derive v0.7.0 |
| 332 | 2026-09-08T19:15:55.569Z | Downloaded utf8parse v0.2.2 |
| 333 | 2026-09-08T19:15:55.572Z | Downloaded dtrace-parser v0.2.0 |
| 334 | 2026-09-08T19:15:55.577Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-09-08T19:15:55.581Z | Downloaded thread-id v4.2.2 |
| 336 | 2026-09-08T19:15:55.583Z | Downloaded serde_spanned v0.6.9 |
| 337 | 2026-09-08T19:15:55.584Z | Downloaded errno v0.3.14 |
| 338 | 2026-09-08T19:15:55.590Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2026-09-08T19:15:55.593Z | Downloaded strsim v0.11.1 |
| 340 | 2026-09-08T19:15:55.593Z | Downloaded usdt-attr-macro v0.5.0 |
| 341 | 2026-09-08T19:15:55.593Z | Downloaded usdt v0.5.0 |
| 342 | 2026-09-08T19:15:55.596Z | Downloaded terminal_size v0.4.3 |
| 343 | 2026-09-08T19:15:55.599Z | Downloaded smawk v0.3.2 |
| 344 | 2026-09-08T19:15:55.599Z | Downloaded usdt-macro v0.5.0 |
| 345 | 2026-09-08T19:15:55.603Z | Downloaded camino v1.2.5 |
| 346 | 2026-09-08T19:15:55.606Z | Downloaded pest_derive v2.8.6 |
| 347 | 2026-09-08T19:15:55.606Z | Downloaded pretty-hex v0.4.1 |
| 348 | 2026-09-08T19:15:55.606Z | Downloaded anyhow v1.0.104 |
| 349 | 2026-09-08T19:15:55.609Z | Downloaded usdt-impl v0.5.0 |
| 350 | 2026-09-08T19:15:55.609Z | Downloaded camino-tempfile v1.4.1 |
| 351 | 2026-09-08T19:15:55.611Z | Downloaded papergrid v0.11.0 |
| 352 | 2026-09-08T19:15:55.616Z | Downloaded log v0.4.33 |
| 353 | 2026-09-08T19:15:55.618Z | Downloaded version_check v0.9.5 |
| 354 | 2026-09-08T19:15:55.618Z | Downloaded unicode-linebreak v0.1.5 |
| 355 | 2026-09-08T19:15:55.618Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-09-08T19:15:55.622Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-09-08T19:15:55.626Z | Downloaded digest v0.10.7 |
| 358 | 2026-09-08T19:15:55.627Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2026-09-08T19:15:55.627Z | Downloaded byteorder v1.5.0 |
| 360 | 2026-09-08T19:15:55.630Z | Downloaded pest_generator v2.8.6 |
| 361 | 2026-09-08T19:15:55.630Z | Downloaded quote v1.0.45 |
| 362 | 2026-09-08T19:15:55.633Z | Downloaded fs-err v3.3.0 |
| 363 | 2026-09-08T19:15:55.633Z | Downloaded scroll_derive v0.12.1 |
| 364 | 2026-09-08T19:15:55.636Z | Downloaded cargo_metadata v0.23.1 |
| 365 | 2026-09-08T19:15:55.639Z | Downloaded scroll v0.12.0 |
| 366 | 2026-09-08T19:15:55.639Z | Downloaded thiserror v1.0.69 |
| 367 | 2026-09-08T19:15:55.642Z | Downloaded thiserror v2.0.18 |
| 368 | 2026-09-08T19:15:55.644Z | Downloaded thiserror-impl v2.0.18 |
| 369 | 2026-09-08T19:15:55.645Z | Downloaded clap_derive v4.6.1 |
| 370 | 2026-09-08T19:15:55.645Z | Downloaded getrandom v0.4.3 |
| 371 | 2026-09-08T19:15:55.647Z | Downloaded bitflags v2.11.0 |
| 372 | 2026-09-08T19:15:55.650Z | Downloaded sha2 v0.10.9 |
| 373 | 2026-09-08T19:15:55.650Z | Downloaded semver v1.0.28 |
| 374 | 2026-09-08T19:15:55.653Z | Downloaded autocfg v1.5.0 |
| 375 | 2026-09-08T19:15:55.657Z | Downloaded ucd-trie v0.1.7 |
| 376 | 2026-09-08T19:15:55.660Z | Downloaded toml v0.8.23 |
| 377 | 2026-09-08T19:15:55.663Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-09-08T19:15:55.666Z | Downloaded clap v4.6.1 |
| 379 | 2026-09-08T19:15:55.669Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-09-08T19:15:55.672Z | Downloaded tempfile v3.27.0 |
| 381 | 2026-09-08T19:15:55.672Z | Downloaded proc-macro2 v1.0.106 |
| 382 | 2026-09-08T19:15:55.675Z | Downloaded textwrap v0.16.2 |
| 383 | 2026-09-08T19:15:55.675Z | Downloaded unicode-ident v1.0.24 |
| 384 | 2026-09-08T19:15:55.678Z | Downloaded serde_derive v1.0.228 |
| 385 | 2026-09-08T19:15:55.683Z | Downloaded toml_edit v0.22.27 |
| 386 | 2026-09-08T19:15:55.690Z | Downloaded serde_core v1.0.228 |
| 387 | 2026-09-08T19:15:55.704Z | Downloaded serde v1.0.228 |
| 388 | 2026-09-08T19:15:55.707Z | Downloaded pest v2.8.6 |
| 389 | 2026-09-08T19:15:55.721Z | Downloaded typenum v1.20.1 |
| 390 | 2026-09-08T19:15:55.724Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-09-08T19:15:55.743Z | Downloaded serde_json v1.0.151 |
| 392 | 2026-09-08T19:15:55.747Z | Downloaded clap_builder v4.6.0 |
| 393 | 2026-09-08T19:15:55.750Z | Downloaded goblin v0.8.2 |
| 394 | 2026-09-08T19:15:55.754Z | Downloaded winnow v0.7.14 |
| 395 | 2026-09-08T19:15:55.766Z | Downloaded tabled v0.15.0 |
| 396 | 2026-09-08T19:15:55.776Z | Downloaded syn v1.0.109 |
| 397 | 2026-09-08T19:15:55.785Z | Downloaded unicode-width v0.2.0 |
| 398 | 2026-09-08T19:15:55.788Z | Downloaded syn v2.0.117 |
| 399 | 2026-09-08T19:15:55.795Z | Downloaded unicode-width v0.1.14 |
| 400 | 2026-09-08T19:15:55.802Z | Downloaded rustix v1.1.4 |
| 401 | 2026-09-08T19:15:55.818Z | Downloaded libc v0.2.185 |
| 402 | 2026-09-08T19:15:55.881Z | Compiling proc-macro2 v1.0.106 |
| 403 | 2026-09-08T19:15:55.881Z | Compiling unicode-ident v1.0.24 |
| 404 | 2026-09-08T19:15:55.885Z | Compiling quote v1.0.45 |
| 405 | 2026-09-08T19:15:55.885Z | Compiling serde_core v1.0.228 |
| 406 | 2026-09-08T19:15:55.885Z | Compiling libc v0.2.185 |
| 407 | 2026-09-08T19:15:55.885Z | Compiling version_check v0.9.5 |
| 408 | 2026-09-08T19:15:55.886Z | Compiling memchr v2.8.0 |
| 409 | 2026-09-08T19:15:55.886Z | Compiling serde v1.0.228 |
| 410 | 2026-09-08T19:15:56.217Z | Compiling zmij v1.0.21 |
| 411 | 2026-09-08T19:15:56.371Z | Compiling thiserror v1.0.69 |
| 412 | 2026-09-08T19:15:56.465Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-09-08T19:15:56.666Z | Compiling itoa v1.0.17 |
| 414 | 2026-09-08T19:15:56.757Z | Compiling pest v2.8.6 |
| 415 | 2026-09-08T19:15:56.841Z | Compiling byteorder v1.5.0 |
| 416 | 2026-09-08T19:15:56.876Z | Compiling rustix v1.1.4 |
| 417 | 2026-09-08T19:15:56.905Z | Compiling errno v0.3.14 |
| 418 | 2026-09-08T19:15:57.100Z | Compiling bitflags v2.11.0 |
| 419 | 2026-09-08T19:15:57.133Z | Compiling serde_json v1.0.151 |
| 420 | 2026-09-08T19:15:57.371Z | Compiling thread-id v4.2.2 |
| 421 | 2026-09-08T19:15:57.430Z | Compiling syn v2.0.117 |
| 422 | 2026-09-08T19:15:57.456Z | Compiling proc-macro-error-attr v1.0.4 |
| 423 | 2026-09-08T19:15:57.488Z | Compiling usdt-impl v0.5.0 |
| 424 | 2026-09-08T19:15:57.593Z | Compiling syn v1.0.109 |
| 425 | 2026-09-08T19:15:57.655Z | Compiling camino v1.2.5 |
| 426 | 2026-09-08T19:15:57.814Z | Compiling pest_meta v2.8.6 |
| 427 | 2026-09-08T19:15:58.022Z | Compiling proc-macro-error v1.0.4 |
| 428 | 2026-09-08T19:15:58.047Z | Compiling getrandom v0.4.3 |
| 429 | 2026-09-08T19:15:58.059Z | Compiling hashbrown v0.17.0 |
| 430 | 2026-09-08T19:15:58.208Z | Compiling plain v0.2.3 |
| 431 | 2026-09-08T19:15:58.357Z | Compiling utf8parse v0.2.2 |
| 432 | 2026-09-08T19:15:58.388Z | Compiling equivalent v1.0.2 |
| 433 | 2026-09-08T19:15:58.472Z | Compiling log v0.4.33 |
| 434 | 2026-09-08T19:15:58.488Z | Compiling anstyle-parse v1.0.0 |
| 435 | 2026-09-08T19:15:58.591Z | Compiling indexmap v2.14.0 |
| 436 | 2026-09-08T19:15:58.677Z | Compiling terminal_size v0.4.3 |
| 437 | 2026-09-08T19:15:59.184Z | Compiling autocfg v1.5.0 |
| 438 | 2026-09-08T19:15:59.210Z | Compiling anstyle-query v1.1.5 |
| 439 | 2026-09-08T19:15:59.301Z | Compiling thiserror v2.0.18 |
| 440 | 2026-09-08T19:15:59.321Z | Compiling is_terminal_polyfill v1.70.2 |
| 441 | 2026-09-08T19:15:59.324Z | Compiling cfg-if v1.0.4 |
| 442 | 2026-09-08T19:15:59.412Z | Compiling toml_write v0.1.2 |
| 443 | 2026-09-08T19:15:59.429Z | Compiling winnow v0.7.14 |
| 444 | 2026-09-08T19:15:59.431Z | Compiling anstyle v1.0.14 |
| 445 | 2026-09-08T19:15:59.587Z | Compiling pretty-hex v0.4.1 |
| 446 | 2026-09-08T19:15:59.606Z | Compiling colorchoice v1.0.4 |
| 447 | 2026-09-08T19:15:59.609Z | Compiling fs-err v3.3.0 |
| 448 | 2026-09-08T19:15:59.646Z | Compiling pest_generator v2.8.6 |
| 449 | 2026-09-08T19:15:59.715Z | Compiling anstream v1.0.0 |
| 450 | 2026-09-08T19:15:59.855Z | Compiling once_cell v1.21.3 |
| 451 | 2026-09-08T19:15:59.926Z | Compiling fnv v1.0.7 |
| 452 | 2026-09-08T19:16:00.007Z | Compiling heck v0.5.0 |
| 453 | 2026-09-08T19:16:00.043Z | Compiling bytecount v0.6.9 |
| 454 | 2026-09-08T19:16:00.076Z | Compiling heck v0.4.1 |
| 455 | 2026-09-08T19:16:00.182Z | Compiling anyhow v1.0.104 |
| 456 | 2026-09-08T19:16:00.205Z | Compiling unicode-width v0.1.14 |
| 457 | 2026-09-08T19:16:00.252Z | Compiling clap_lex v1.0.0 |
| 458 | 2026-09-08T19:16:00.293Z | Compiling strsim v0.11.1 |
| 459 | 2026-09-08T19:16:00.357Z | Compiling fastrand v2.3.0 |
| 460 | 2026-09-08T19:16:00.480Z | Compiling clap_builder v4.6.0 |
| 461 | 2026-09-08T19:16:00.484Z | Compiling papergrid v0.11.0 |
| 462 | 2026-09-08T19:16:00.601Z | Compiling tempfile v3.27.0 |
| 463 | 2026-09-08T19:16:00.719Z | Compiling cargo-platform v0.3.2 |
| 464 | 2026-09-08T19:16:00.736Z | Compiling semver v1.0.28 |
| 465 | 2026-09-08T19:16:00.820Z | Compiling tabled_derive v0.7.0 |
| 466 | 2026-09-08T19:16:00.898Z | Compiling memmap v0.7.0 |
| 467 | 2026-09-08T19:16:00.976Z | Compiling unicode-linebreak v0.1.5 |
| 468 | 2026-09-08T19:16:00.993Z | Compiling smawk v0.3.2 |
| 469 | 2026-09-08T19:16:01.048Z | Compiling unicode-width v0.2.0 |
| 470 | 2026-09-08T19:16:01.076Z | Compiling camino-tempfile v1.4.1 |
| 471 | 2026-09-08T19:16:01.296Z | Compiling serde_derive v1.0.228 |
| 472 | 2026-09-08T19:16:01.313Z | Compiling thiserror-impl v1.0.69 |
| 473 | 2026-09-08T19:16:01.329Z | Compiling zerocopy-derive v0.7.35 |
| 474 | 2026-09-08T19:16:01.401Z | Compiling pest_derive v2.8.6 |
| 475 | 2026-09-08T19:16:01.570Z | Compiling scroll_derive v0.12.1 |
| 476 | 2026-09-08T19:16:01.731Z | Compiling thiserror-impl v2.0.18 |
| 477 | 2026-09-08T19:16:01.852Z | Compiling clap_derive v4.6.1 |
| 478 | 2026-09-08T19:16:01.893Z | Compiling tabled v0.15.0 |
| 479 | 2026-09-08T19:16:02.267Z | Compiling zerocopy v0.7.35 |
| 480 | 2026-09-08T19:16:02.296Z | Compiling scroll v0.12.0 |
| 481 | 2026-09-08T19:16:02.580Z | Compiling goblin v0.8.2 |
| 482 | 2026-09-08T19:16:02.738Z | Compiling dtrace-parser v0.2.0 |
| 483 | 2026-09-08T19:16:02.832Z | Compiling textwrap v0.16.2 |
| 484 | 2026-09-08T19:16:03.247Z | Compiling swrite v0.1.0 |
| 485 | 2026-09-08T19:16:03.641Z | Compiling clap v4.6.1 |
| 486 | 2026-09-08T19:16:04.331Z | Compiling dof v0.3.0 |
| 487 | 2026-09-08T19:16:04.331Z | Compiling serde_tokenstream v0.2.3 |
| 488 | 2026-09-08T19:16:04.347Z | Compiling toml_datetime v0.6.11 |
| 489 | 2026-09-08T19:16:04.361Z | Compiling serde_spanned v0.6.9 |
| 490 | 2026-09-08T19:16:04.361Z | Compiling cargo_metadata v0.23.1 |
| 491 | 2026-09-08T19:16:04.408Z | Compiling macaddr v1.0.1 |
| 492 | 2026-09-08T19:16:04.411Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 493 | 2026-09-08T19:16:04.552Z | Compiling toml_edit v0.22.27 |
| 494 | 2026-09-08T19:16:05.106Z | Compiling usdt-attr-macro v0.5.0 |
| 495 | 2026-09-08T19:16:05.106Z | Compiling usdt-macro v0.5.0 |
| 496 | 2026-09-08T19:16:05.716Z | Compiling usdt v0.5.0 |
| 497 | 2026-09-08T19:16:05.867Z | Compiling toml v0.8.23 |
| 498 | 2026-09-08T19:16:06.196Z | Compiling cargo_toml v0.21.0 |
| 499 | 2026-09-08T19:16:07.469Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 500 | 2026-09-08T19:16:09.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.29s |
| 501 | 2026-09-08T19:16:09.711Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 502 | 2026-09-08T19:16:10.215Z | Downloading crates ... |
| 503 | 2026-09-08T19:16:10.277Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2026-09-08T19:16:10.281Z | Downloaded atty v0.2.14 |
| 505 | 2026-09-08T19:16:10.281Z | Downloaded bb8 v0.8.6 |
| 506 | 2026-09-08T19:16:10.285Z | Downloaded array-init v0.0.4 |
| 507 | 2026-09-08T19:16:10.285Z | Downloaded backtrace-ext v0.2.1 |
| 508 | 2026-09-08T19:16:10.285Z | Downloaded arrayvec v0.7.6 |
| 509 | 2026-09-08T19:16:10.290Z | Downloaded async-recursion v1.1.1 |
| 510 | 2026-09-08T19:16:10.290Z | Downloaded foreign-types-macros v0.2.3 |
| 511 | 2026-09-08T19:16:10.294Z | Downloaded async-stream-impl v0.3.6 |
| 512 | 2026-09-08T19:16:10.303Z | Downloaded enum_dispatch v0.3.13 |
| 513 | 2026-09-08T19:16:10.303Z | Downloaded castaway v0.2.4 |
| 514 | 2026-09-08T19:16:10.309Z | Downloaded aead v0.5.2 |
| 515 | 2026-09-08T19:16:10.309Z | Downloaded assert_matches v1.5.0 |
| 516 | 2026-09-08T19:16:10.309Z | Downloaded bitfield-macros v0.19.4 |
| 517 | 2026-09-08T19:16:10.309Z | Downloaded cfg_aliases v0.1.1 |
| 518 | 2026-09-08T19:16:10.309Z | Downloaded const-oid v0.10.2 |
| 519 | 2026-09-08T19:16:10.309Z | Downloaded adler2 v2.0.1 |
| 520 | 2026-09-08T19:16:10.309Z | Downloaded ff v0.13.1 |
| 521 | 2026-09-08T19:16:10.314Z | Downloaded bit-vec v0.8.0 |
| 522 | 2026-09-08T19:16:10.314Z | Downloaded flagset v0.4.7 |
| 523 | 2026-09-08T19:16:10.314Z | Downloaded futures-io v0.3.32 |
| 524 | 2026-09-08T19:16:10.314Z | Downloaded enum-as-inner v0.6.1 |
| 525 | 2026-09-08T19:16:10.314Z | Downloaded env_logger v0.11.11 |
| 526 | 2026-09-08T19:16:10.314Z | Downloaded base16ct v1.0.0 |
| 527 | 2026-09-08T19:16:10.314Z | Downloaded bit-set v0.8.0 |
| 528 | 2026-09-08T19:16:10.320Z | Downloaded block-padding v0.4.2 |
| 529 | 2026-09-08T19:16:10.320Z | Downloaded fixedbitset v0.4.2 |
| 530 | 2026-09-08T19:16:10.320Z | Downloaded embedded-io v0.6.1 |
| 531 | 2026-09-08T19:16:10.326Z | Downloaded endian-type v0.1.2 |
| 532 | 2026-09-08T19:16:10.326Z | Downloaded filetime v0.2.27 |
| 533 | 2026-09-08T19:16:10.326Z | Downloaded futures-executor v0.3.32 |
| 534 | 2026-09-08T19:16:10.326Z | Downloaded elliptic-curve v0.14.1 |
| 535 | 2026-09-08T19:16:10.326Z | Downloaded arrayref v0.3.9 |
| 536 | 2026-09-08T19:16:10.326Z | Downloaded ascii-canvas v3.0.0 |
| 537 | 2026-09-08T19:16:10.326Z | Downloaded bitfield-struct v0.6.2 |
| 538 | 2026-09-08T19:16:10.329Z | Downloaded buf-list v1.1.2 |
| 539 | 2026-09-08T19:16:10.329Z | Downloaded embedded-io v0.4.0 |
| 540 | 2026-09-08T19:16:10.329Z | Downloaded ena v0.14.4 |
| 541 | 2026-09-08T19:16:10.329Z | Downloaded bitflags v1.3.2 |
| 542 | 2026-09-08T19:16:10.332Z | Downloaded bs58 v0.5.1 |
| 543 | 2026-09-08T19:16:10.332Z | Downloaded cexpr v0.6.0 |
| 544 | 2026-09-08T19:16:10.337Z | Downloaded funty v2.0.0 |
| 545 | 2026-09-08T19:16:10.337Z | Downloaded gethostname v0.5.0 |
| 546 | 2026-09-08T19:16:10.337Z | Downloaded anstream v0.6.21 |
| 547 | 2026-09-08T19:16:10.337Z | Downloaded fd-lock v4.0.4 |
| 548 | 2026-09-08T19:16:10.342Z | Downloaded byte-wrapper v0.1.0 |
| 549 | 2026-09-08T19:16:10.342Z | Downloaded foldhash v0.2.0 |
| 550 | 2026-09-08T19:16:10.342Z | Downloaded bit-set v0.5.3 |
| 551 | 2026-09-08T19:16:10.342Z | Downloaded fallible-iterator v0.2.0 |
| 552 | 2026-09-08T19:16:10.342Z | Downloaded foldhash v0.1.5 |
| 553 | 2026-09-08T19:16:10.342Z | Downloaded group v0.13.0 |
| 554 | 2026-09-08T19:16:10.346Z | Downloaded async-stream v0.3.6 |
| 555 | 2026-09-08T19:16:10.346Z | Downloaded base16ct v0.2.0 |
| 556 | 2026-09-08T19:16:10.346Z | Downloaded erased-serde v0.3.31 |
| 557 | 2026-09-08T19:16:10.346Z | Downloaded headers-core v0.3.0 |
| 558 | 2026-09-08T19:16:10.346Z | Downloaded backon v1.6.0 |
| 559 | 2026-09-08T19:16:10.346Z | Downloaded flate2 v1.1.9 |
| 560 | 2026-09-08T19:16:10.354Z | Downloaded fs-err v2.11.0 |
| 561 | 2026-09-08T19:16:10.354Z | Downloaded ciborium-io v0.2.2 |
| 562 | 2026-09-08T19:16:10.354Z | Downloaded futures-task v0.3.32 |
| 563 | 2026-09-08T19:16:10.359Z | Downloaded ciborium-ll v0.2.2 |
| 564 | 2026-09-08T19:16:10.359Z | Downloaded hash32 v0.3.1 |
| 565 | 2026-09-08T19:16:10.359Z | Downloaded fxhash v0.2.1 |
| 566 | 2026-09-08T19:16:10.359Z | Downloaded float-cmp v0.10.0 |
| 567 | 2026-09-08T19:16:10.359Z | Downloaded futures-core v0.3.32 |
| 568 | 2026-09-08T19:16:10.359Z | Downloaded anstyle-parse v0.2.7 |
| 569 | 2026-09-08T19:16:10.365Z | Downloaded argon2 v0.5.3 |
| 570 | 2026-09-08T19:16:10.365Z | Downloaded backoff v0.4.0 |
| 571 | 2026-09-08T19:16:10.365Z | Downloaded generic-array v1.4.3 |
| 572 | 2026-09-08T19:16:10.365Z | Downloaded atomic-waker v1.1.2 |
| 573 | 2026-09-08T19:16:10.365Z | Downloaded env_filter v2.0.0 |
| 574 | 2026-09-08T19:16:10.373Z | Downloaded fatfs v0.3.6 |
| 575 | 2026-09-08T19:16:10.373Z | Downloaded ff v0.14.0 |
| 576 | 2026-09-08T19:16:10.373Z | Downloaded form_urlencoded v1.2.2 |
| 577 | 2026-09-08T19:16:10.373Z | Downloaded bit-vec v0.6.3 |
| 578 | 2026-09-08T19:16:10.373Z | Downloaded async-trait v0.1.89 |
| 579 | 2026-09-08T19:16:10.373Z | Downloaded newtype-uuid-macros v0.1.0 |
| 580 | 2026-09-08T19:16:10.373Z | Downloaded foreign-types-shared v0.1.1 |
| 581 | 2026-09-08T19:16:10.373Z | Downloaded hex v0.4.3 |
| 582 | 2026-09-08T19:16:10.379Z | Downloaded cobs v0.3.0 |
| 583 | 2026-09-08T19:16:10.379Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 584 | 2026-09-08T19:16:10.379Z | Downloaded futures-macro v0.3.32 |
| 585 | 2026-09-08T19:16:10.379Z | Downloaded hubpack_derive v0.1.1 |
| 586 | 2026-09-08T19:16:10.379Z | Downloaded foreign-types-shared v0.3.1 |
| 587 | 2026-09-08T19:16:10.379Z | Downloaded futures-sink v0.3.32 |
| 588 | 2026-09-08T19:16:10.379Z | Downloaded http-body v1.0.1 |
| 589 | 2026-09-08T19:16:10.379Z | Downloaded compression-core v0.4.31 |
| 590 | 2026-09-08T19:16:10.379Z | Downloaded normalize-line-endings v0.3.0 |
| 591 | 2026-09-08T19:16:10.379Z | Downloaded hostname v0.4.2 |
| 592 | 2026-09-08T19:16:10.379Z | Downloaded num_enum_derive v0.5.11 |
| 593 | 2026-09-08T19:16:10.387Z | Downloaded httpdate v1.0.3 |
| 594 | 2026-09-08T19:16:10.387Z | Downloaded cfg_aliases v0.2.1 |
| 595 | 2026-09-08T19:16:10.387Z | Downloaded num-iter v0.1.45 |
| 596 | 2026-09-08T19:16:10.387Z | Downloaded home v0.5.12 |
| 597 | 2026-09-08T19:16:10.387Z | Downloaded newline-converter v0.3.0 |
| 598 | 2026-09-08T19:16:10.430Z | Downloaded http-range v0.1.5 |
| 599 | 2026-09-08T19:16:10.430Z | Downloaded globwalk v0.9.1 |
| 600 | 2026-09-08T19:16:10.430Z | Downloaded hostname v0.3.1 |
| 601 | 2026-09-08T19:16:10.430Z | Downloaded hubpack v0.1.2 |
| 602 | 2026-09-08T19:16:10.430Z | Downloaded openssl-macros v0.1.1 |
| 603 | 2026-09-08T19:16:10.430Z | Downloaded ghash v0.6.0 |
| 604 | 2026-09-08T19:16:10.430Z | Downloaded chacha20 v0.10.0 |
| 605 | 2026-09-08T19:16:10.430Z | Downloaded foreign-types v0.5.0 |
| 606 | 2026-09-08T19:16:10.430Z | Downloaded git-stub v1.0.0 |
| 607 | 2026-09-08T19:16:10.436Z | Downloaded addr2line v0.25.1 |
| 608 | 2026-09-08T19:16:10.436Z | Downloaded cmov v0.5.4 |
| 609 | 2026-09-08T19:16:10.436Z | Downloaded bzip2 v0.6.1 |
| 610 | 2026-09-08T19:16:10.436Z | Downloaded colored v3.1.1 |
| 611 | 2026-09-08T19:16:10.436Z | Downloaded console v0.15.11 |
| 612 | 2026-09-08T19:16:10.436Z | Downloaded block-buffer v0.12.1 |
| 613 | 2026-09-08T19:16:10.436Z | Downloaded hash32 v0.2.1 |
| 614 | 2026-09-08T19:16:10.436Z | Downloaded argon2 v0.6.0-rc.8 |
| 615 | 2026-09-08T19:16:10.437Z | Downloaded hex-literal v1.1.0 |
| 616 | 2026-09-08T19:16:10.437Z | Downloaded git-stub-vcs v0.1.0 |
| 617 | 2026-09-08T19:16:10.437Z | Downloaded oxide-generation-macros v0.2.0 |
| 618 | 2026-09-08T19:16:10.437Z | Downloaded flume v0.11.1 |
| 619 | 2026-09-08T19:16:10.437Z | Downloaded fixedbitset v0.5.7 |
| 620 | 2026-09-08T19:16:10.437Z | Downloaded fs_extra v1.3.0 |
| 621 | 2026-09-08T19:16:10.437Z | Downloaded chacha20 v0.9.1 |
| 622 | 2026-09-08T19:16:10.437Z | Downloaded aead v0.6.1 |
| 623 | 2026-09-08T19:16:10.437Z | Downloaded compression-codecs v0.4.37 |
| 624 | 2026-09-08T19:16:10.437Z | Downloaded phf_shared v0.13.1 |
| 625 | 2026-09-08T19:16:10.437Z | Downloaded predicates-core v1.0.10 |
| 626 | 2026-09-08T19:16:10.437Z | Downloaded progenitor-macro v0.13.0 |
| 627 | 2026-09-08T19:16:10.437Z | Downloaded radium v0.7.0 |
| 628 | 2026-09-08T19:16:10.437Z | Downloaded rand_xorshift v0.4.0 |
| 629 | 2026-09-08T19:16:10.437Z | Downloaded ref-cast-impl v1.0.25 |
| 630 | 2026-09-08T19:16:10.437Z | Downloaded ciborium v0.2.2 |
| 631 | 2026-09-08T19:16:10.437Z | Downloaded rustc-hash v2.1.1 |
| 632 | 2026-09-08T19:16:10.437Z | Downloaded scroll_derive v0.13.1 |
| 633 | 2026-09-08T19:16:10.437Z | Downloaded serde_plain v1.0.2 |
| 634 | 2026-09-08T19:16:10.437Z | Downloaded base64ct v1.8.3 |
| 635 | 2026-09-08T19:16:10.437Z | Downloaded bcs v0.1.6 |
| 636 | 2026-09-08T19:16:10.437Z | Downloaded cassowary v0.3.0 |
| 637 | 2026-09-08T19:16:10.437Z | Downloaded ref-cast v1.0.25 |
| 638 | 2026-09-08T19:16:10.437Z | Downloaded ahash v0.8.12 |
| 639 | 2026-09-08T19:16:10.437Z | Downloaded blowfish v0.10.0 |
| 640 | 2026-09-08T19:16:10.437Z | Downloaded cipher v0.4.4 |
| 641 | 2026-09-08T19:16:10.437Z | Downloaded foreign-types v0.3.2 |
| 642 | 2026-09-08T19:16:10.437Z | Downloaded cbc v0.2.1 |
| 643 | 2026-09-08T19:16:10.443Z | Downloaded cmake v0.1.57 |
| 644 | 2026-09-08T19:16:10.443Z | Downloaded globset v0.4.18 |
| 645 | 2026-09-08T19:16:10.443Z | Downloaded glob v0.3.3 |
| 646 | 2026-09-08T19:16:10.443Z | Downloaded camino-tempfile-ext v0.3.3 |
| 647 | 2026-09-08T19:16:10.449Z | Downloaded semver v0.1.20 |
| 648 | 2026-09-08T19:16:10.449Z | Downloaded group v0.14.0 |
| 649 | 2026-09-08T19:16:10.454Z | Downloaded newtype-uuid v1.3.2 |
| 650 | 2026-09-08T19:16:10.454Z | Downloaded num-integer v0.1.46 |
| 651 | 2026-09-08T19:16:10.454Z | Downloaded blake2 v0.11.0-rc.6 |
| 652 | 2026-09-08T19:16:10.454Z | Downloaded console v0.16.2 |
| 653 | 2026-09-08T19:16:10.454Z | Downloaded scopeguard v1.2.0 |
| 654 | 2026-09-08T19:16:10.454Z | Downloaded find-msvc-tools v0.1.9 |
| 655 | 2026-09-08T19:16:10.454Z | Downloaded pbkdf2 v0.13.0 |
| 656 | 2026-09-08T19:16:10.459Z | Downloaded slog-envlogger v2.2.0 |
| 657 | 2026-09-08T19:16:10.459Z | Downloaded pem-rfc7468 v0.7.0 |
| 658 | 2026-09-08T19:16:10.459Z | Downloaded pem-rfc7468 v1.0.0 |
| 659 | 2026-09-08T19:16:10.459Z | Downloaded allocator-api2 v0.2.21 |
| 660 | 2026-09-08T19:16:10.465Z | Downloaded oxide-tokio-rt v0.1.4 |
| 661 | 2026-09-08T19:16:10.465Z | Downloaded oxide-update-engine-display v0.1.2 |
| 662 | 2026-09-08T19:16:10.465Z | Downloaded structmeta v0.3.0 |
| 663 | 2026-09-08T19:16:10.471Z | Downloaded subtle v2.6.1 |
| 664 | 2026-09-08T19:16:10.471Z | Downloaded sha1 v0.10.6 |
| 665 | 2026-09-08T19:16:10.471Z | Downloaded sqlparser_derive v0.5.0 |
| 666 | 2026-09-08T19:16:10.471Z | Downloaded supports-unicode v3.0.0 |
| 667 | 2026-09-08T19:16:10.471Z | Downloaded testing_table v0.3.0 |
| 668 | 2026-09-08T19:16:10.471Z | Downloaded async-bb8-diesel v0.2.1 |
| 669 | 2026-09-08T19:16:10.471Z | Downloaded tokio-test v0.4.5 |
| 670 | 2026-09-08T19:16:10.471Z | Downloaded password-hash v0.5.0 |
| 671 | 2026-09-08T19:16:10.477Z | Downloaded colored v2.2.0 |
| 672 | 2026-09-08T19:16:10.477Z | Downloaded const-oid v0.9.6 |
| 673 | 2026-09-08T19:16:10.477Z | Downloaded topological-sort v0.2.2 |
| 674 | 2026-09-08T19:16:10.477Z | Downloaded http-body-util v0.1.3 |
| 675 | 2026-09-08T19:16:10.477Z | Downloaded oxide-update-engine v0.1.2 |
| 676 | 2026-09-08T19:16:10.477Z | Downloaded pem v3.0.6 |
| 677 | 2026-09-08T19:16:10.484Z | Downloaded bitfield v0.19.4 |
| 678 | 2026-09-08T19:16:10.484Z | Downloaded postgres-protocol v0.6.10 |
| 679 | 2026-09-08T19:16:10.484Z | Downloaded primefield v0.14.0 |
| 680 | 2026-09-08T19:16:10.484Z | Downloaded primeorder v0.13.6 |
| 681 | 2026-09-08T19:16:10.484Z | Downloaded progenitor v0.14.0 |
| 682 | 2026-09-08T19:16:10.484Z | Downloaded rpassword v7.5.4 |
| 683 | 2026-09-08T19:16:10.484Z | Downloaded scroll v0.13.0 |
| 684 | 2026-09-08T19:16:10.494Z | Downloaded serde_path_to_error v0.1.20 |
| 685 | 2026-09-08T19:16:10.494Z | Downloaded try-lock v0.2.5 |
| 686 | 2026-09-08T19:16:10.494Z | Downloaded signal-hook-tokio v0.3.1 |
| 687 | 2026-09-08T19:16:10.494Z | Downloaded clang-sys v1.8.1 |
| 688 | 2026-09-08T19:16:10.494Z | Downloaded universal-hash v0.6.1 |
| 689 | 2026-09-08T19:16:10.494Z | Downloaded want v0.3.1 |
| 690 | 2026-09-08T19:16:10.494Z | Downloaded blake2 v0.10.6 |
| 691 | 2026-09-08T19:16:10.494Z | Downloaded usdt-attr-macro v0.6.0 |
| 692 | 2026-09-08T19:16:10.501Z | Downloaded usdt v0.6.0 |
| 693 | 2026-09-08T19:16:10.501Z | Downloaded futures-channel v0.3.32 |
| 694 | 2026-09-08T19:16:10.501Z | Downloaded hmac v0.12.1 |
| 695 | 2026-09-08T19:16:10.501Z | Downloaded rustls-pemfile v2.2.0 |
| 696 | 2026-09-08T19:16:10.501Z | Downloaded float-ord v0.3.2 |
| 697 | 2026-09-08T19:16:10.501Z | Downloaded cancel-safe-futures v0.1.5 |
| 698 | 2026-09-08T19:16:10.501Z | Downloaded cipher v0.5.2 |
| 699 | 2026-09-08T19:16:10.502Z | Downloaded httparse v1.10.1 |
| 700 | 2026-09-08T19:16:10.507Z | Downloaded yoke-derive v0.8.1 |
| 701 | 2026-09-08T19:16:10.507Z | Downloaded hmac v0.13.0 |
| 702 | 2026-09-08T19:16:10.516Z | Downloaded serde_with_macros v1.5.2 |
| 703 | 2026-09-08T19:16:10.516Z | Downloaded darling_macro v0.21.3 |
| 704 | 2026-09-08T19:16:10.516Z | Downloaded defmt-parser v1.0.0 |
| 705 | 2026-09-08T19:16:10.522Z | Downloaded darling_macro v0.20.11 |
| 706 | 2026-09-08T19:16:10.522Z | Downloaded getrandom v0.2.17 |
| 707 | 2026-09-08T19:16:10.522Z | Downloaded zone_cfg_derive v0.3.1 |
| 708 | 2026-09-08T19:16:10.522Z | Downloaded convert_case v0.4.0 |
| 709 | 2026-09-08T19:16:10.522Z | Downloaded parking_lot_core v0.9.12 |
| 710 | 2026-09-08T19:16:10.522Z | Downloaded slog-json v2.6.1 |
| 711 | 2026-09-08T19:16:10.522Z | Downloaded slog-scope v4.4.1 |
| 712 | 2026-09-08T19:16:10.522Z | Downloaded base64 v0.21.7 |
| 713 | 2026-09-08T19:16:10.522Z | Downloaded spki v0.7.3 |
| 714 | 2026-09-08T19:16:10.528Z | Downloaded dirs-sys-next v0.1.2 |
| 715 | 2026-09-08T19:16:10.528Z | Downloaded display-error-chain v0.2.2 |
| 716 | 2026-09-08T19:16:10.528Z | Downloaded pkcs8 v0.11.0 |
| 717 | 2026-09-08T19:16:10.528Z | Downloaded psm v0.1.30 |
| 718 | 2026-09-08T19:16:10.528Z | Downloaded tokio-tungstenite v0.21.0 |
| 719 | 2026-09-08T19:16:10.533Z | Downloaded poly1305 v0.9.0 |
| 720 | 2026-09-08T19:16:10.533Z | Downloaded postcard v1.1.3 |
| 721 | 2026-09-08T19:16:10.534Z | Downloaded dtrace-parser v0.3.0 |
| 722 | 2026-09-08T19:16:10.534Z | Downloaded tui-tree-widget v0.23.1 |
| 723 | 2026-09-08T19:16:10.534Z | Downloaded wyz v0.5.1 |
| 724 | 2026-09-08T19:16:10.534Z | Downloaded hyper-tls v0.6.0 |
| 725 | 2026-09-08T19:16:10.539Z | Downloaded ssh-cipher v0.3.0 |
| 726 | 2026-09-08T19:16:10.539Z | Downloaded ssh-encoding v0.3.0 |
| 727 | 2026-09-08T19:16:10.539Z | Downloaded synstructure v0.13.2 |
| 728 | 2026-09-08T19:16:10.539Z | Downloaded tls_codec v0.4.2 |
| 729 | 2026-09-08T19:16:10.539Z | Downloaded tls_codec_derive v0.4.2 |
| 730 | 2026-09-08T19:16:10.539Z | Downloaded highway v1.3.0 |
| 731 | 2026-09-08T19:16:10.544Z | Downloaded half v1.8.3 |
| 732 | 2026-09-08T19:16:10.544Z | Downloaded pkcs1 v0.7.5 |
| 733 | 2026-09-08T19:16:10.544Z | Downloaded is-terminal v0.4.17 |
| 734 | 2026-09-08T19:16:10.544Z | Downloaded keccak v0.1.6 |
| 735 | 2026-09-08T19:16:10.551Z | Downloaded rand_core v0.9.5 |
| 736 | 2026-09-08T19:16:10.551Z | Downloaded libscf-sys v1.2.0 |
| 737 | 2026-09-08T19:16:10.551Z | Downloaded rustls-native-certs v0.8.3 |
| 738 | 2026-09-08T19:16:10.551Z | Downloaded lru-slab v0.1.2 |
| 739 | 2026-09-08T19:16:10.551Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 740 | 2026-09-08T19:16:10.551Z | Downloaded unarray v0.1.4 |
| 741 | 2026-09-08T19:16:10.555Z | Downloaded thread_local v1.1.9 |
| 742 | 2026-09-08T19:16:10.555Z | Downloaded xshell v0.2.7 |
| 743 | 2026-09-08T19:16:10.556Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 744 | 2026-09-08T19:16:10.556Z | Downloaded instability v0.3.11 |
| 745 | 2026-09-08T19:16:10.556Z | Downloaded bzip2 v0.4.4 |
| 746 | 2026-09-08T19:16:10.556Z | Downloaded new_debug_unreachable v1.0.6 |
| 747 | 2026-09-08T19:16:10.556Z | Downloaded whoami v1.6.1 |
| 748 | 2026-09-08T19:16:10.556Z | Downloaded getrandom v0.3.4 |
| 749 | 2026-09-08T19:16:10.561Z | Downloaded usdt-impl v0.6.0 |
| 750 | 2026-09-08T19:16:10.561Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-09-08T19:16:10.568Z | Downloaded futures v0.3.32 |
| 752 | 2026-09-08T19:16:10.572Z | Downloaded arc-swap v1.8.2 |
| 753 | 2026-09-08T19:16:10.572Z | Downloaded base64 v0.22.1 |
| 754 | 2026-09-08T19:16:10.572Z | Downloaded ctr v0.10.1 |
| 755 | 2026-09-08T19:16:10.572Z | Downloaded critical-section v1.2.0 |
| 756 | 2026-09-08T19:16:10.577Z | Downloaded match_cfg v0.1.0 |
| 757 | 2026-09-08T19:16:10.577Z | Downloaded num-derive v0.4.2 |
| 758 | 2026-09-08T19:16:10.577Z | Downloaded num_threads v0.1.7 |
| 759 | 2026-09-08T19:16:10.577Z | Downloaded precomputed-hash v0.1.1 |
| 760 | 2026-09-08T19:16:10.581Z | Downloaded corncobs v0.1.4 |
| 761 | 2026-09-08T19:16:10.581Z | Downloaded ctutils v0.4.2 |
| 762 | 2026-09-08T19:16:10.587Z | Downloaded phf_shared v0.12.1 |
| 763 | 2026-09-08T19:16:10.587Z | Downloaded displaydoc v0.2.5 |
| 764 | 2026-09-08T19:16:10.592Z | Downloaded phf_shared v0.11.3 |
| 765 | 2026-09-08T19:16:10.596Z | Downloaded omicron-zone-package v0.12.3 |
| 766 | 2026-09-08T19:16:10.596Z | Downloaded term v1.2.1 |
| 767 | 2026-09-08T19:16:10.596Z | Downloaded der_derive v0.7.3 |
| 768 | 2026-09-08T19:16:10.602Z | Downloaded shlex v1.3.0 |
| 769 | 2026-09-08T19:16:10.602Z | Downloaded progenitor-client v0.14.0 |
| 770 | 2026-09-08T19:16:10.611Z | Downloaded rand_pcg v0.10.2 |
| 771 | 2026-09-08T19:16:10.611Z | Downloaded russh-cryptovec v0.62.0 |
| 772 | 2026-09-08T19:16:10.611Z | Downloaded ipnetwork v0.21.1 |
| 773 | 2026-09-08T19:16:10.611Z | Downloaded rustc_version v0.4.1 |
| 774 | 2026-09-08T19:16:10.611Z | Downloaded shell-words v1.1.1 |
| 775 | 2026-09-08T19:16:10.615Z | Downloaded tracing-attributes v0.1.31 |
| 776 | 2026-09-08T19:16:10.615Z | Downloaded libefi-sys v0.1.0 |
| 777 | 2026-09-08T19:16:10.615Z | Downloaded linear-map v1.2.0 |
| 778 | 2026-09-08T19:16:10.616Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 779 | 2026-09-08T19:16:10.616Z | Downloaded bytes v1.11.1 |
| 780 | 2026-09-08T19:16:10.622Z | Downloaded serde-big-array v0.5.1 |
| 781 | 2026-09-08T19:16:10.622Z | Downloaded schemars v0.8.22 |
| 782 | 2026-09-08T19:16:10.628Z | Downloaded heapless v0.8.0 |
| 783 | 2026-09-08T19:16:10.632Z | Downloaded sapling-renderdag v0.1.0 |
| 784 | 2026-09-08T19:16:10.632Z | Downloaded scheduled-thread-pool v0.2.7 |
| 785 | 2026-09-08T19:16:10.632Z | Downloaded headers v0.4.1 |
| 786 | 2026-09-08T19:16:10.638Z | Downloaded strip-ansi-escapes v0.2.1 |
| 787 | 2026-09-08T19:16:10.638Z | Downloaded vergen v9.1.0 |
| 788 | 2026-09-08T19:16:10.638Z | Downloaded half v2.7.1 |
| 789 | 2026-09-08T19:16:10.638Z | Downloaded multer v3.1.0 |
| 790 | 2026-09-08T19:16:10.642Z | Downloaded tagptr v0.2.0 |
| 791 | 2026-09-08T19:16:10.642Z | Downloaded serde_urlencoded v0.7.1 |
| 792 | 2026-09-08T19:16:10.642Z | Downloaded chacha20poly1305 v0.10.1 |
| 793 | 2026-09-08T19:16:10.642Z | Downloaded heapless v0.7.17 |
| 794 | 2026-09-08T19:16:10.642Z | Downloaded tokio-macros v2.7.0 |
| 795 | 2026-09-08T19:16:10.647Z | Downloaded utf8_iter v1.0.4 |
| 796 | 2026-09-08T19:16:10.647Z | Downloaded owo-colors v4.3.0 |
| 797 | 2026-09-08T19:16:10.647Z | Downloaded peg v0.8.5 |
| 798 | 2026-09-08T19:16:10.647Z | Downloaded crossbeam-utils v0.8.21 |
| 799 | 2026-09-08T19:16:10.651Z | Downloaded supports-hyperlinks v3.2.0 |
| 800 | 2026-09-08T19:16:10.651Z | Downloaded oxide-generation v0.1.3 |
| 801 | 2026-09-08T19:16:10.651Z | Downloaded tabwriter v1.4.1 |
| 802 | 2026-09-08T19:16:10.651Z | Downloaded trait-variant v0.1.2 |
| 803 | 2026-09-08T19:16:10.651Z | Downloaded darling v0.20.11 |
| 804 | 2026-09-08T19:16:10.656Z | Downloaded phf v0.12.1 |
| 805 | 2026-09-08T19:16:10.656Z | Downloaded tinyvec_macros v0.1.1 |
| 806 | 2026-09-08T19:16:10.656Z | Downloaded unicode-truncate v1.1.0 |
| 807 | 2026-09-08T19:16:10.656Z | Downloaded usdt-macro v0.6.0 |
| 808 | 2026-09-08T19:16:10.656Z | Downloaded aes v0.9.1 |
| 809 | 2026-09-08T19:16:10.660Z | Downloaded universal-hash v0.5.1 |
| 810 | 2026-09-08T19:16:10.660Z | Downloaded oso v0.27.3 |
| 811 | 2026-09-08T19:16:10.660Z | Downloaded packed_struct v0.10.1 |
| 812 | 2026-09-08T19:16:10.664Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 813 | 2026-09-08T19:16:10.664Z | Downloaded utf-8 v0.7.6 |
| 814 | 2026-09-08T19:16:10.665Z | Downloaded wait-timeout v0.2.1 |
| 815 | 2026-09-08T19:16:10.665Z | Downloaded zerocopy v0.6.6 |
| 816 | 2026-09-08T19:16:10.665Z | Downloaded ecdsa v0.17.0 |
| 817 | 2026-09-08T19:16:10.669Z | Downloaded num_enum_derive v0.7.6 |
| 818 | 2026-09-08T19:16:10.669Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 819 | 2026-09-08T19:16:10.669Z | Downloaded zeroize_derive v1.5.0 |
| 820 | 2026-09-08T19:16:10.669Z | Downloaded expectorate v1.2.0 |
| 821 | 2026-09-08T19:16:10.669Z | Downloaded slog v2.8.2 |
| 822 | 2026-09-08T19:16:10.674Z | Downloaded unicode-properties v0.1.4 |
| 823 | 2026-09-08T19:16:10.674Z | Downloaded phf v0.13.1 |
| 824 | 2026-09-08T19:16:10.674Z | Downloaded hybrid-array v0.4.13 |
| 825 | 2026-09-08T19:16:10.674Z | Downloaded vte v0.14.1 |
| 826 | 2026-09-08T19:16:10.679Z | Downloaded ingot-macros v0.2.0 |
| 827 | 2026-09-08T19:16:10.679Z | Downloaded progenitor-extras v0.2.0 |
| 828 | 2026-09-08T19:16:10.679Z | Downloaded prettyplease v0.2.37 |
| 829 | 2026-09-08T19:16:10.679Z | Downloaded ipnet v2.12.0 |
| 830 | 2026-09-08T19:16:10.682Z | Downloaded sec1 v0.8.1 |
| 831 | 2026-09-08T19:16:10.682Z | Downloaded cpubits v0.1.1 |
| 832 | 2026-09-08T19:16:10.682Z | Downloaded similar v2.7.0 |
| 833 | 2026-09-08T19:16:10.686Z | Downloaded debug-ignore v1.0.5 |
| 834 | 2026-09-08T19:16:10.686Z | Downloaded ar_archive_writer v0.5.1 |
| 835 | 2026-09-08T19:16:10.686Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 836 | 2026-09-08T19:16:10.690Z | Downloaded hickory-resolver v0.25.2 |
| 837 | 2026-09-08T19:16:10.690Z | Downloaded backtrace v0.3.76 |
| 838 | 2026-09-08T19:16:10.697Z | Downloaded chumsky v0.9.3 |
| 839 | 2026-09-08T19:16:10.697Z | Downloaded rand_core v0.10.0 |
| 840 | 2026-09-08T19:16:10.702Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 841 | 2026-09-08T19:16:10.702Z | Downloaded downcast-rs v2.0.2 |
| 842 | 2026-09-08T19:16:10.702Z | Downloaded rustversion v1.0.22 |
| 843 | 2026-09-08T19:16:10.703Z | Downloaded digest-io v0.1.0 |
| 844 | 2026-09-08T19:16:10.703Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 845 | 2026-09-08T19:16:10.703Z | Downloaded idna_adapter v1.2.1 |
| 846 | 2026-09-08T19:16:10.707Z | Downloaded smf v0.2.3 |
| 847 | 2026-09-08T19:16:10.707Z | Downloaded stringprep v0.1.5 |
| 848 | 2026-09-08T19:16:10.707Z | Downloaded crc-any v2.5.0 |
| 849 | 2026-09-08T19:16:10.707Z | Downloaded memmap2 v0.9.10 |
| 850 | 2026-09-08T19:16:10.712Z | Downloaded thiserror-no-std v2.0.2 |
| 851 | 2026-09-08T19:16:10.712Z | Downloaded tokio-dtrace v0.1.1 |
| 852 | 2026-09-08T19:16:10.712Z | Downloaded parking_lot v0.11.2 |
| 853 | 2026-09-08T19:16:10.712Z | Downloaded indent_write v2.2.0 |
| 854 | 2026-09-08T19:16:10.716Z | Downloaded instant v0.1.13 |
| 855 | 2026-09-08T19:16:10.716Z | Downloaded strum_macros v0.27.2 |
| 856 | 2026-09-08T19:16:10.716Z | Downloaded derive_builder v0.20.2 |
| 857 | 2026-09-08T19:16:10.721Z | Downloaded parking_lot v0.12.5 |
| 858 | 2026-09-08T19:16:10.721Z | Downloaded zerovec-derive v0.11.2 |
| 859 | 2026-09-08T19:16:10.725Z | Downloaded zstd v0.13.3 |
| 860 | 2026-09-08T19:16:10.725Z | Downloaded des v0.9.0 |
| 861 | 2026-09-08T19:16:10.725Z | Downloaded maybe-uninit v2.0.0 |
| 862 | 2026-09-08T19:16:10.725Z | Downloaded quinn v0.11.11 |
| 863 | 2026-09-08T19:16:10.730Z | Downloaded lru-cache v0.1.2 |
| 864 | 2026-09-08T19:16:10.730Z | Downloaded num v0.4.3 |
| 865 | 2026-09-08T19:16:10.730Z | Downloaded opaque-debug v0.3.1 |
| 866 | 2026-09-08T19:16:10.733Z | Downloaded delegate v0.13.5 |
| 867 | 2026-09-08T19:16:10.737Z | Downloaded zstd-safe v7.2.4 |
| 868 | 2026-09-08T19:16:10.737Z | Downloaded md-5 v0.10.6 |
| 869 | 2026-09-08T19:16:10.737Z | Downloaded openssl-probe v0.2.1 |
| 870 | 2026-09-08T19:16:10.737Z | Downloaded potential_utf v0.1.4 |
| 871 | 2026-09-08T19:16:10.741Z | Downloaded psl-types v2.0.11 |
| 872 | 2026-09-08T19:16:10.741Z | Downloaded nibble_vec v0.1.0 |
| 873 | 2026-09-08T19:16:10.745Z | Downloaded percent-encoding v2.3.2 |
| 874 | 2026-09-08T19:16:10.745Z | Downloaded cc v1.2.56 |
| 875 | 2026-09-08T19:16:10.746Z | Downloaded powerfmt v0.2.0 |
| 876 | 2026-09-08T19:16:10.749Z | Downloaded async-compression v0.4.41 |
| 877 | 2026-09-08T19:16:10.749Z | Downloaded bumpalo v3.20.2 |
| 878 | 2026-09-08T19:16:10.753Z | Downloaded compact_str v0.8.1 |
| 879 | 2026-09-08T19:16:10.758Z | Downloaded quick-error v1.2.3 |
| 880 | 2026-09-08T19:16:10.758Z | Downloaded zip v0.6.6 |
| 881 | 2026-09-08T19:16:10.758Z | Downloaded slog-stdlog v4.1.1 |
| 882 | 2026-09-08T19:16:10.758Z | Downloaded rtoolbox v0.0.3 |
| 883 | 2026-09-08T19:16:10.761Z | Downloaded serde_cbor v0.11.2 |
| 884 | 2026-09-08T19:16:10.761Z | Downloaded derive-ex v0.1.8 |
| 885 | 2026-09-08T19:16:10.761Z | Downloaded hashbrown v0.13.2 |
| 886 | 2026-09-08T19:16:10.765Z | Downloaded signal-hook-mio v0.2.5 |
| 887 | 2026-09-08T19:16:10.765Z | Downloaded stable_deref_trait v1.2.1 |
| 888 | 2026-09-08T19:16:10.765Z | Downloaded recursive v0.1.1 |
| 889 | 2026-09-08T19:16:10.773Z | Downloaded signature v2.2.0 |
| 890 | 2026-09-08T19:16:10.777Z | Downloaded sha1 v0.11.0 |
| 891 | 2026-09-08T19:16:10.777Z | Downloaded supports-color v3.0.2 |
| 892 | 2026-09-08T19:16:10.780Z | Downloaded tap v1.0.1 |
| 893 | 2026-09-08T19:16:10.785Z | Downloaded tower-service v0.3.3 |
| 894 | 2026-09-08T19:16:10.789Z | Downloaded strum v0.27.2 |
| 895 | 2026-09-08T19:16:10.789Z | Downloaded hashbrown v0.12.3 |
| 896 | 2026-09-08T19:16:10.794Z | Downloaded pin-project v1.1.11 |
| 897 | 2026-09-08T19:16:10.796Z | Downloaded ingot v0.2.1 |
| 898 | 2026-09-08T19:16:10.797Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 899 | 2026-09-08T19:16:10.801Z | Downloaded multimap v0.10.1 |
| 900 | 2026-09-08T19:16:10.801Z | Downloaded knus-derive v3.4.0 |
| 901 | 2026-09-08T19:16:10.801Z | Downloaded time-core v0.1.8 |
| 902 | 2026-09-08T19:16:10.801Z | Downloaded libsw v3.5.0 |
| 903 | 2026-09-08T19:16:10.805Z | Downloaded icu_locale_core v2.1.1 |
| 904 | 2026-09-08T19:16:10.805Z | Downloaded salsa20 v0.11.0 |
| 905 | 2026-09-08T19:16:10.809Z | Downloaded indicatif v0.18.4 |
| 906 | 2026-09-08T19:16:10.809Z | Downloaded darling_core v0.20.11 |
| 907 | 2026-09-08T19:16:10.813Z | Downloaded crossbeam-epoch v0.9.18 |
| 908 | 2026-09-08T19:16:10.813Z | Downloaded darling v0.21.3 |
| 909 | 2026-09-08T19:16:10.817Z | Downloaded quinn-udp v0.5.14 |
| 910 | 2026-09-08T19:16:10.818Z | Downloaded unicode-xid v0.2.6 |
| 911 | 2026-09-08T19:16:10.818Z | Downloaded icu_normalizer_data v2.1.1 |
| 912 | 2026-09-08T19:16:10.821Z | Downloaded unicode_categories v0.1.1 |
| 913 | 2026-09-08T19:16:10.821Z | Downloaded crc32fast v1.5.0 |
| 914 | 2026-09-08T19:16:10.821Z | Downloaded num_enum v0.5.11 |
| 915 | 2026-09-08T19:16:10.825Z | Downloaded darling_macro v0.23.0 |
| 916 | 2026-09-08T19:16:10.825Z | Downloaded oxnet v0.1.6 |
| 917 | 2026-09-08T19:16:10.828Z | Downloaded polyval v0.7.1 |
| 918 | 2026-09-08T19:16:10.828Z | Downloaded unit-prefix v0.5.2 |
| 919 | 2026-09-08T19:16:10.828Z | Downloaded socket2 v0.5.10 |
| 920 | 2026-09-08T19:16:10.828Z | Downloaded phc v0.6.1 |
| 921 | 2026-09-08T19:16:10.828Z | Downloaded ppv-lite86 v0.2.21 |
| 922 | 2026-09-08T19:16:10.832Z | Downloaded hickory-resolver v0.24.4 |
| 923 | 2026-09-08T19:16:10.832Z | Downloaded crucible-workspace-hack v0.1.0 |
| 924 | 2026-09-08T19:16:10.832Z | Downloaded http v1.4.2 |
| 925 | 2026-09-08T19:16:10.836Z | Downloaded humantime v2.3.0 |
| 926 | 2026-09-08T19:16:10.836Z | Downloaded derive_builder_macro v0.20.2 |
| 927 | 2026-09-08T19:16:10.836Z | Downloaded crypto-common v0.2.2 |
| 928 | 2026-09-08T19:16:10.840Z | Downloaded dunce v1.0.5 |
| 929 | 2026-09-08T19:16:10.840Z | Downloaded serde_derive_internals v0.29.1 |
| 930 | 2026-09-08T19:16:10.840Z | Downloaded rusty-fork v0.3.1 |
| 931 | 2026-09-08T19:16:10.840Z | Downloaded signal-hook-registry v1.4.8 |
| 932 | 2026-09-08T19:16:10.840Z | Downloaded string_cache v0.8.9 |
| 933 | 2026-09-08T19:16:10.845Z | Downloaded iana-time-zone v0.1.65 |
| 934 | 2026-09-08T19:16:10.845Z | Downloaded inout v0.1.4 |
| 935 | 2026-09-08T19:16:10.845Z | Downloaded test-strategy v0.4.5 |
| 936 | 2026-09-08T19:16:10.849Z | Downloaded inout v0.2.2 |
| 937 | 2026-09-08T19:16:10.849Z | Downloaded kem v0.3.0 |
| 938 | 2026-09-08T19:16:10.849Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 939 | 2026-09-08T19:16:10.849Z | Downloaded maplit v1.0.2 |
| 940 | 2026-09-08T19:16:10.849Z | Downloaded lazy_static v1.5.0 |
| 941 | 2026-09-08T19:16:10.849Z | Downloaded nonempty v0.12.0 |
| 942 | 2026-09-08T19:16:10.854Z | Downloaded derive_more v2.1.1 |
| 943 | 2026-09-08T19:16:10.857Z | Downloaded litemap v0.8.1 |
| 944 | 2026-09-08T19:16:10.857Z | Downloaded support-bundle-viewer v0.1.2 |
| 945 | 2026-09-08T19:16:10.860Z | Downloaded pretty_assertions v1.4.1 |
| 946 | 2026-09-08T19:16:10.860Z | Downloaded icu_normalizer v2.1.1 |
| 947 | 2026-09-08T19:16:10.863Z | Downloaded unicase v2.9.0 |
| 948 | 2026-09-08T19:16:10.863Z | Downloaded oso-derive v0.27.3 |
| 949 | 2026-09-08T19:16:10.863Z | Downloaded path-slash v0.1.5 |
| 950 | 2026-09-08T19:16:10.863Z | Downloaded ron v0.8.1 |
| 951 | 2026-09-08T19:16:10.866Z | Downloaded pkcs8 v0.10.2 |
| 952 | 2026-09-08T19:16:10.871Z | Downloaded vergen-git2 v9.1.0 |
| 953 | 2026-09-08T19:16:10.871Z | Downloaded vergen-gitcl v1.0.8 |
| 954 | 2026-09-08T19:16:10.871Z | Downloaded writeable v0.6.2 |
| 955 | 2026-09-08T19:16:10.875Z | Downloaded derive-where v1.6.0 |
| 956 | 2026-09-08T19:16:10.875Z | Downloaded paste v1.0.15 |
| 957 | 2026-09-08T19:16:10.875Z | Downloaded yoke v0.8.1 |
| 958 | 2026-09-08T19:16:10.883Z | Downloaded newtype_derive v0.1.6 |
| 959 | 2026-09-08T19:16:10.883Z | Downloaded olpc-cjson v0.1.4 |
| 960 | 2026-09-08T19:16:10.883Z | Downloaded parse-display v0.10.0 |
| 961 | 2026-09-08T19:16:10.883Z | Downloaded serde_yaml v0.9.34+deprecated |
| 962 | 2026-09-08T19:16:10.887Z | Downloaded derive_builder_core v0.20.2 |
| 963 | 2026-09-08T19:16:10.887Z | Downloaded digest v0.11.3 |
| 964 | 2026-09-08T19:16:10.887Z | Downloaded progenitor-macro v0.14.0 |
| 965 | 2026-09-08T19:16:10.888Z | Downloaded socket2 v0.6.3 |
| 966 | 2026-09-08T19:16:10.888Z | Downloaded hickory-server v0.25.2 |
| 967 | 2026-09-08T19:16:10.888Z | Downloaded ed25519 v3.0.0 |
| 968 | 2026-09-08T19:16:10.893Z | Downloaded dropshot_endpoint v0.17.1 |
| 969 | 2026-09-08T19:16:10.893Z | Downloaded rfc6979 v0.6.0 |
| 970 | 2026-09-08T19:16:10.893Z | Downloaded rustls-pki-types v1.14.0 |
| 971 | 2026-09-08T19:16:10.893Z | Downloaded either v1.15.0 |
| 972 | 2026-09-08T19:16:10.896Z | Downloaded hashbrown v0.15.5 |
| 973 | 2026-09-08T19:16:10.896Z | Downloaded smallvec v1.15.1 |
| 974 | 2026-09-08T19:16:10.900Z | Downloaded defmt-macros v1.0.1 |
| 975 | 2026-09-08T19:16:10.900Z | Downloaded russh-util v0.52.0 |
| 976 | 2026-09-08T19:16:10.900Z | Downloaded yansi v1.0.1 |
| 977 | 2026-09-08T19:16:10.903Z | Downloaded num-bigint-dig v0.8.6 |
| 978 | 2026-09-08T19:16:10.903Z | Downloaded snafu-derive v0.8.9 |
| 979 | 2026-09-08T19:16:10.907Z | Downloaded seq-macro v0.3.6 |
| 980 | 2026-09-08T19:16:10.907Z | Downloaded typify v0.6.2 |
| 981 | 2026-09-08T19:16:10.910Z | Downloaded libsw-core v0.3.2 |
| 982 | 2026-09-08T19:16:10.910Z | Downloaded sponge-cursor v0.1.0 |
| 983 | 2026-09-08T19:16:10.910Z | Downloaded derive_more-impl v2.1.1 |
| 984 | 2026-09-08T19:16:10.915Z | Downloaded structmeta-derive v0.3.0 |
| 985 | 2026-09-08T19:16:10.915Z | Downloaded aho-corasick v1.1.4 |
| 986 | 2026-09-08T19:16:10.919Z | Downloaded libbz2-rs-sys v0.2.2 |
| 987 | 2026-09-08T19:16:10.919Z | Downloaded cookie_store v0.22.1 |
| 988 | 2026-09-08T19:16:10.919Z | Downloaded zerofrom-derive v0.1.6 |
| 989 | 2026-09-08T19:16:10.922Z | Downloaded crunchy v0.2.4 |
| 990 | 2026-09-08T19:16:10.922Z | Downloaded darling v0.23.0 |
| 991 | 2026-09-08T19:16:10.922Z | Downloaded cookie v0.18.1 |
| 992 | 2026-09-08T19:16:10.956Z | Downloaded port-file v0.1.0 |
| 993 | 2026-09-08T19:16:10.956Z | Downloaded sync_wrapper v1.0.2 |
| 994 | 2026-09-08T19:16:10.956Z | Downloaded sync-ptr v0.1.4 |
| 995 | 2026-09-08T19:16:10.956Z | Downloaded mime_guess v2.0.5 |
| 996 | 2026-09-08T19:16:10.956Z | Downloaded postgres-types v0.2.12 |
| 997 | 2026-09-08T19:16:10.956Z | Downloaded yasna v0.5.2 |
| 998 | 2026-09-08T19:16:10.956Z | Downloaded xattr v1.6.1 |
| 999 | 2026-09-08T19:16:10.956Z | Downloaded proc-macro-error2 v2.0.1 |
| 1000 | 2026-09-08T19:16:10.956Z | Downloaded num-rational v0.4.2 |
| 1001 | 2026-09-08T19:16:10.956Z | Downloaded hashbrown v0.16.1 |
| 1002 | 2026-09-08T19:16:10.956Z | Downloaded crc-catalog v2.4.0 |
| 1003 | 2026-09-08T19:16:10.956Z | Downloaded dirs-next v2.0.0 |
| 1004 | 2026-09-08T19:16:10.956Z | Downloaded zone v0.3.1 |
| 1005 | 2026-09-08T19:16:10.956Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1006 | 2026-09-08T19:16:10.962Z | Downloaded icu_provider v2.1.1 |
| 1007 | 2026-09-08T19:16:10.962Z | Downloaded linked-hash-map v0.5.6 |
| 1008 | 2026-09-08T19:16:10.962Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1009 | 2026-09-08T19:16:10.962Z | Downloaded defmt v0.3.100 |
| 1010 | 2026-09-08T19:16:10.962Z | Downloaded dsl_auto_type v0.2.0 |
| 1011 | 2026-09-08T19:16:10.962Z | Downloaded num-bigint v0.4.6 |
| 1012 | 2026-09-08T19:16:10.965Z | Downloaded tinyvec v1.10.0 |
| 1013 | 2026-09-08T19:16:10.965Z | Downloaded sec1 v0.7.3 |
| 1014 | 2026-09-08T19:16:10.965Z | Downloaded serde_tokenstream v0.3.0 |
| 1015 | 2026-09-08T19:16:10.965Z | Downloaded slog-async v2.8.0 |
| 1016 | 2026-09-08T19:16:10.968Z | Downloaded parse-size v1.1.0 |
| 1017 | 2026-09-08T19:16:10.971Z | Downloaded ed25519-dalek v3.0.0 |
| 1018 | 2026-09-08T19:16:10.975Z | Downloaded tokio-rustls v0.26.4 |
| 1019 | 2026-09-08T19:16:10.980Z | Downloaded qorb v0.4.1 |
| 1020 | 2026-09-08T19:16:10.980Z | Downloaded sqlformat v0.3.5 |
| 1021 | 2026-09-08T19:16:10.984Z | Downloaded unsafe-libyaml v0.2.11 |
| 1022 | 2026-09-08T19:16:10.984Z | Downloaded tiny-keccak v2.0.2 |
| 1023 | 2026-09-08T19:16:10.984Z | Downloaded tinystr v0.8.2 |
| 1024 | 2026-09-08T19:16:10.985Z | Downloaded time-macros v0.2.27 |
| 1025 | 2026-09-08T19:16:10.988Z | Downloaded uzers v0.12.2 |
| 1026 | 2026-09-08T19:16:10.988Z | Downloaded rustc_version v0.1.7 |
| 1027 | 2026-09-08T19:16:10.988Z | Downloaded reedline v0.40.0 |
| 1028 | 2026-09-08T19:16:10.991Z | Downloaded darling v0.13.4 |
| 1029 | 2026-09-08T19:16:10.994Z | Downloaded lock_api v0.4.14 |
| 1030 | 2026-09-08T19:16:10.994Z | Downloaded darling_core v0.23.0 |
| 1031 | 2026-09-08T19:16:10.997Z | Downloaded p384 v0.14.0 |
| 1032 | 2026-09-08T19:16:11.003Z | Downloaded whoami v2.1.0 |
| 1033 | 2026-09-08T19:16:11.003Z | Downloaded futures-util v0.3.32 |
| 1034 | 2026-09-08T19:16:11.009Z | Downloaded siphasher v1.0.2 |
| 1035 | 2026-09-08T19:16:11.013Z | Downloaded strsim v0.10.0 |
| 1036 | 2026-09-08T19:16:11.013Z | Downloaded aes-gcm v0.11.0 |
| 1037 | 2026-09-08T19:16:11.013Z | Downloaded data-encoding v2.10.0 |
| 1038 | 2026-09-08T19:16:11.013Z | Downloaded defmt v1.0.1 |
| 1039 | 2026-09-08T19:16:11.016Z | Downloaded indexmap v1.9.3 |
| 1040 | 2026-09-08T19:16:11.016Z | Downloaded ed25519-dalek v2.2.0 |
| 1041 | 2026-09-08T19:16:11.019Z | Downloaded h2 v0.4.15 |
| 1042 | 2026-09-08T19:16:11.023Z | Downloaded elliptic-curve v0.13.8 |
| 1043 | 2026-09-08T19:16:11.027Z | Downloaded document-features v0.2.12 |
| 1044 | 2026-09-08T19:16:11.027Z | Downloaded dof v0.4.0 |
| 1045 | 2026-09-08T19:16:11.027Z | Downloaded drift v0.2.0 |
| 1046 | 2026-09-08T19:16:11.032Z | Downloaded sha2 v0.11.0 |
| 1047 | 2026-09-08T19:16:11.035Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1048 | 2026-09-08T19:16:11.039Z | Downloaded rand v0.10.1 |
| 1049 | 2026-09-08T19:16:11.039Z | Downloaded wnaf v0.14.0 |
| 1050 | 2026-09-08T19:16:11.041Z | Downloaded parse-display-derive v0.10.0 |
| 1051 | 2026-09-08T19:16:11.042Z | Downloaded kstat-rs v0.2.5 |
| 1052 | 2026-09-08T19:16:11.042Z | Downloaded simd-adler32 v0.3.8 |
| 1053 | 2026-09-08T19:16:11.042Z | Downloaded lru v0.12.5 |
| 1054 | 2026-09-08T19:16:11.045Z | Downloaded prefix-trie v0.7.0 |
| 1055 | 2026-09-08T19:16:11.045Z | Downloaded rand_core v0.6.4 |
| 1056 | 2026-09-08T19:16:11.048Z | Downloaded predicates v3.1.4 |
| 1057 | 2026-09-08T19:16:11.048Z | Downloaded tungstenite v0.23.0 |
| 1058 | 2026-09-08T19:16:11.051Z | Downloaded schemars_derive v0.8.22 |
| 1059 | 2026-09-08T19:16:11.052Z | Downloaded serdect v0.4.3 |
| 1060 | 2026-09-08T19:16:11.056Z | Downloaded hashbrown v0.14.5 |
| 1061 | 2026-09-08T19:16:11.060Z | Downloaded scrypt v0.12.0 |
| 1062 | 2026-09-08T19:16:11.063Z | Downloaded hkdf v0.12.4 |
| 1063 | 2026-09-08T19:16:11.066Z | Downloaded vergen-lib v9.1.0 |
| 1064 | 2026-09-08T19:16:11.066Z | Downloaded pkcs5 v0.8.1 |
| 1065 | 2026-09-08T19:16:11.069Z | Downloaded spki v0.8.0 |
| 1066 | 2026-09-08T19:16:11.073Z | Downloaded serde_repr v0.1.20 |
| 1067 | 2026-09-08T19:16:11.073Z | Downloaded slog-term v2.9.2 |
| 1068 | 2026-09-08T19:16:11.076Z | Downloaded signature v3.0.0 |
| 1069 | 2026-09-08T19:16:11.080Z | Downloaded deranged v0.5.8 |
| 1070 | 2026-09-08T19:16:11.083Z | Downloaded secrecy v0.10.3 |
| 1071 | 2026-09-08T19:16:11.083Z | Downloaded xshell-macros v0.2.7 |
| 1072 | 2026-09-08T19:16:11.086Z | Downloaded num_enum v0.7.6 |
| 1073 | 2026-09-08T19:16:11.089Z | Downloaded publicsuffix v2.3.0 |
| 1074 | 2026-09-08T19:16:11.092Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1075 | 2026-09-08T19:16:11.096Z | Downloaded crossbeam-deque v0.8.6 |
| 1076 | 2026-09-08T19:16:11.097Z | Downloaded mio v1.2.0 |
| 1077 | 2026-09-08T19:16:11.099Z | Downloaded openssl-sys v0.9.117 |
| 1078 | 2026-09-08T19:16:11.103Z | Downloaded rustls-webpki v0.103.13 |
| 1079 | 2026-09-08T19:16:11.108Z | Downloaded dyn-clone v1.0.20 |
| 1080 | 2026-09-08T19:16:11.108Z | Downloaded indoc v2.0.7 |
| 1081 | 2026-09-08T19:16:11.108Z | Downloaded jiff-static v0.2.34 |
| 1082 | 2026-09-08T19:16:11.112Z | Downloaded ident_case v1.0.1 |
| 1083 | 2026-09-08T19:16:11.112Z | Downloaded litrs v1.0.0 |
| 1084 | 2026-09-08T19:16:11.112Z | Downloaded miette v7.6.0 |
| 1085 | 2026-09-08T19:16:11.117Z | Downloaded nanorand v0.7.0 |
| 1086 | 2026-09-08T19:16:11.117Z | Downloaded tracing-core v0.1.36 |
| 1087 | 2026-09-08T19:16:11.117Z | Downloaded lzss v0.8.2 |
| 1088 | 2026-09-08T19:16:11.117Z | Downloaded parking_lot_core v0.8.6 |
| 1089 | 2026-09-08T19:16:11.120Z | Downloaded internet-checksum v0.2.1 |
| 1090 | 2026-09-08T19:16:11.120Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1091 | 2026-09-08T19:16:11.120Z | Downloaded typed-path v0.9.3 |
| 1092 | 2026-09-08T19:16:11.124Z | Downloaded is_ci v1.2.0 |
| 1093 | 2026-09-08T19:16:11.124Z | Downloaded proc-macro-crate v3.4.0 |
| 1094 | 2026-09-08T19:16:11.124Z | Downloaded reqwest v0.12.28 |
| 1095 | 2026-09-08T19:16:11.127Z | Downloaded hkdf v0.13.0 |
| 1096 | 2026-09-08T19:16:11.129Z | Downloaded zerocopy-derive v0.8.55 |
| 1097 | 2026-09-08T19:16:11.133Z | Downloaded strum_macros v0.24.3 |
| 1098 | 2026-09-08T19:16:11.136Z | Downloaded primeorder v0.14.0 |
| 1099 | 2026-09-08T19:16:11.136Z | Downloaded term v0.7.0 |
| 1100 | 2026-09-08T19:16:11.139Z | Downloaded twox-hash v2.1.2 |
| 1101 | 2026-09-08T19:16:11.139Z | Downloaded num-conv v0.2.0 |
| 1102 | 2026-09-08T19:16:11.139Z | Downloaded progenitor-impl v0.14.0 |
| 1103 | 2026-09-08T19:16:11.143Z | Downloaded serde_with v1.14.0 |
| 1104 | 2026-09-08T19:16:11.146Z | Downloaded rayon-core v1.13.0 |
| 1105 | 2026-09-08T19:16:11.149Z | Downloaded itertools v0.10.5 |
| 1106 | 2026-09-08T19:16:11.152Z | Downloaded strum v0.26.3 |
| 1107 | 2026-09-08T19:16:11.152Z | Downloaded tower-layer v0.3.3 |
| 1108 | 2026-09-08T19:16:11.152Z | Downloaded termios v0.3.3 |
| 1109 | 2026-09-08T19:16:11.152Z | Downloaded smallvec v0.6.14 |
| 1110 | 2026-09-08T19:16:11.155Z | Downloaded sigpipe v0.1.3 |
| 1111 | 2026-09-08T19:16:11.155Z | Downloaded num-traits v0.2.19 |
| 1112 | 2026-09-08T19:16:11.156Z | Downloaded slog-dtrace v0.3.0 |
| 1113 | 2026-09-08T19:16:11.163Z | Downloaded cstr-argument v0.1.2 |
| 1114 | 2026-09-08T19:16:11.167Z | Downloaded ecdsa v0.16.9 |
| 1115 | 2026-09-08T19:16:11.167Z | Downloaded convert_case v0.10.0 |
| 1116 | 2026-09-08T19:16:11.170Z | Downloaded cpufeatures v0.3.0 |
| 1117 | 2026-09-08T19:16:11.170Z | Downloaded daft v0.1.8 |
| 1118 | 2026-09-08T19:16:11.170Z | Downloaded waitgroup v0.1.2 |
| 1119 | 2026-09-08T19:16:11.170Z | Downloaded darling_macro v0.13.4 |
| 1120 | 2026-09-08T19:16:11.170Z | Downloaded diesel-dtrace v0.5.0 |
| 1121 | 2026-09-08T19:16:11.173Z | Downloaded tungstenite v0.21.0 |
| 1122 | 2026-09-08T19:16:11.179Z | Downloaded nodrop v0.1.14 |
| 1123 | 2026-09-08T19:16:11.184Z | Downloaded mime v0.3.17 |
| 1124 | 2026-09-08T19:16:11.184Z | Downloaded lalrpop-util v0.19.12 |
| 1125 | 2026-09-08T19:16:11.188Z | Downloaded native-tls v0.2.18 |
| 1126 | 2026-09-08T19:16:11.192Z | Downloaded serde_bytes v0.11.19 |
| 1127 | 2026-09-08T19:16:11.193Z | Downloaded void v1.0.2 |
| 1128 | 2026-09-08T19:16:11.193Z | Downloaded zerofrom v0.1.6 |
| 1129 | 2026-09-08T19:16:11.197Z | Downloaded rustc-demangle v0.1.27 |
| 1130 | 2026-09-08T19:16:11.197Z | Downloaded pkg-config v0.3.32 |
| 1131 | 2026-09-08T19:16:11.200Z | Downloaded iri-string v0.7.10 |
| 1132 | 2026-09-08T19:16:11.205Z | Downloaded serde_spanned v1.1.1 |
| 1133 | 2026-09-08T19:16:11.208Z | Downloaded typify-macro v0.6.2 |
| 1134 | 2026-09-08T19:16:11.208Z | Downloaded zopfli v0.8.3 |
| 1135 | 2026-09-08T19:16:11.208Z | Downloaded crossterm v0.28.1 |
| 1136 | 2026-09-08T19:16:11.211Z | Downloaded subprocess v0.2.15 |
| 1137 | 2026-09-08T19:16:11.214Z | Downloaded serde-hex v0.1.0 |
| 1138 | 2026-09-08T19:16:11.214Z | Downloaded tough v0.22.0 |
| 1139 | 2026-09-08T19:16:11.219Z | Downloaded untrusted v0.9.0 |
| 1140 | 2026-09-08T19:16:11.223Z | Downloaded zeroize v1.9.0 |
| 1141 | 2026-09-08T19:16:11.223Z | Downloaded indoc v1.0.9 |
| 1142 | 2026-09-08T19:16:11.223Z | Downloaded strum_macros v0.26.4 |
| 1143 | 2026-09-08T19:16:11.223Z | Downloaded crc8 v0.1.1 |
| 1144 | 2026-09-08T19:16:11.226Z | Downloaded slab v0.4.12 |
| 1145 | 2026-09-08T19:16:11.226Z | Downloaded ignore v0.4.25 |
| 1146 | 2026-09-08T19:16:11.229Z | Downloaded crc v3.4.0 |
| 1147 | 2026-09-08T19:16:11.229Z | Downloaded uuid v1.23.4 |
| 1148 | 2026-09-08T19:16:11.232Z | Downloaded termtree v0.5.1 |
| 1149 | 2026-09-08T19:16:11.232Z | Downloaded rfc6979 v0.4.0 |
| 1150 | 2026-09-08T19:16:11.235Z | Downloaded miette-derive v7.6.0 |
| 1151 | 2026-09-08T19:16:11.238Z | Downloaded tokio-stream v0.1.18 |
| 1152 | 2026-09-08T19:16:11.242Z | Downloaded miniz_oxide v0.8.9 |
| 1153 | 2026-09-08T19:16:11.242Z | Downloaded progenitor-impl v0.13.0 |
| 1154 | 2026-09-08T19:16:11.245Z | Downloaded schemars v0.9.0 |
| 1155 | 2026-09-08T19:16:11.249Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1156 | 2026-09-08T19:16:11.252Z | Downloaded same-file v1.0.6 |
| 1157 | 2026-09-08T19:16:11.252Z | Downloaded managed v0.8.0 |
| 1158 | 2026-09-08T19:16:11.252Z | Downloaded md5 v0.8.0 |
| 1159 | 2026-09-08T19:16:11.255Z | Downloaded peg-runtime v0.8.5 |
| 1160 | 2026-09-08T19:16:11.255Z | Downloaded secrecy v0.8.0 |
| 1161 | 2026-09-08T19:16:11.255Z | Downloaded p521 v0.14.0 |
| 1162 | 2026-09-08T19:16:11.259Z | Downloaded unicode-bidi v0.3.18 |
| 1163 | 2026-09-08T19:16:11.259Z | Downloaded progenitor-client v0.13.0 |
| 1164 | 2026-09-08T19:16:11.262Z | Downloaded tar v0.4.46 |
| 1165 | 2026-09-08T19:16:11.262Z | Downloaded peg-macros v0.8.5 |
| 1166 | 2026-09-08T19:16:11.264Z | Downloaded rand_seeder v0.4.0 |
| 1167 | 2026-09-08T19:16:11.265Z | Downloaded rustyline v14.0.0 |
| 1168 | 2026-09-08T19:16:11.269Z | Downloaded untrusted v0.7.1 |
| 1169 | 2026-09-08T19:16:11.272Z | Downloaded minimal-lexical v0.2.1 |
| 1170 | 2026-09-08T19:16:11.272Z | Downloaded reqwest v0.13.2 |
| 1171 | 2026-09-08T19:16:11.275Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1172 | 2026-09-08T19:16:11.278Z | Downloaded stacker v0.1.23 |
| 1173 | 2026-09-08T19:16:11.278Z | Downloaded crypto-bigint v0.5.5 |
| 1174 | 2026-09-08T19:16:11.281Z | Downloaded hyper-staticfile v0.10.1 |
| 1175 | 2026-09-08T19:16:11.284Z | Downloaded proc-macro-crate v1.3.1 |
| 1176 | 2026-09-08T19:16:11.284Z | Downloaded thread-id v5.1.0 |
| 1177 | 2026-09-08T19:16:11.284Z | Downloaded icu_collections v2.1.1 |
| 1178 | 2026-09-08T19:16:11.287Z | Downloaded predicates-tree v1.0.13 |
| 1179 | 2026-09-08T19:16:11.292Z | Downloaded regex v1.12.3 |
| 1180 | 2026-09-08T19:16:11.295Z | Downloaded num-complex v0.4.6 |
| 1181 | 2026-09-08T19:16:11.295Z | Downloaded crossterm v0.29.0 |
| 1182 | 2026-09-08T19:16:11.298Z | Downloaded diff v0.1.13 |
| 1183 | 2026-09-08T19:16:11.298Z | Downloaded password-hash v0.6.1 |
| 1184 | 2026-09-08T19:16:11.299Z | Downloaded rand_chacha v0.3.1 |
| 1185 | 2026-09-08T19:16:11.302Z | Downloaded blake3 v1.8.5 |
| 1186 | 2026-09-08T19:16:11.305Z | Downloaded hyper-rustls v0.27.7 |
| 1187 | 2026-09-08T19:16:11.308Z | Downloaded winnow v0.6.26 |
| 1188 | 2026-09-08T19:16:11.311Z | Downloaded pin-project-lite v0.2.17 |
| 1189 | 2026-09-08T19:16:11.317Z | Downloaded take_mut v0.2.2 |
| 1190 | 2026-09-08T19:16:11.317Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1191 | 2026-09-08T19:16:11.320Z | Downloaded illumos-nvpair v0.3.0 |
| 1192 | 2026-09-08T19:16:11.320Z | Downloaded progenitor v0.13.0 |
| 1193 | 2026-09-08T19:16:11.320Z | Downloaded difflib v0.4.0 |
| 1194 | 2026-09-08T19:16:11.320Z | Downloaded aws-lc-rs v1.16.3 |
| 1195 | 2026-09-08T19:16:11.323Z | Downloaded openssl-probe v0.1.6 |
| 1196 | 2026-09-08T19:16:11.323Z | Downloaded packed_struct_codegen v0.10.1 |
| 1197 | 2026-09-08T19:16:11.327Z | Downloaded slog-bunyan v2.5.0 |
| 1198 | 2026-09-08T19:16:11.327Z | Downloaded rand v0.8.6 |
| 1199 | 2026-09-08T19:16:11.327Z | Downloaded winnow v0.5.40 |
| 1200 | 2026-09-08T19:16:11.331Z | Downloaded crypto-primes v0.7.2 |
| 1201 | 2026-09-08T19:16:11.334Z | Downloaded jobserver v0.1.34 |
| 1202 | 2026-09-08T19:16:11.337Z | Downloaded poly1305 v0.8.0 |
| 1203 | 2026-09-08T19:16:11.337Z | Downloaded git2 v0.20.4 |
| 1204 | 2026-09-08T19:16:11.341Z | Downloaded resolv-conf v0.7.6 |
| 1205 | 2026-09-08T19:16:11.344Z | Downloaded const_format_proc_macros v0.2.34 |
| 1206 | 2026-09-08T19:16:11.344Z | Downloaded constant_time_eq v0.4.2 |
| 1207 | 2026-09-08T19:16:11.347Z | Downloaded rcgen v0.12.1 |
| 1208 | 2026-09-08T19:16:11.347Z | Downloaded zip v4.6.1 |
| 1209 | 2026-09-08T19:16:11.350Z | Downloaded itertools v0.15.0 |
| 1210 | 2026-09-08T19:16:11.353Z | Downloaded zerotrie v0.2.3 |
| 1211 | 2026-09-08T19:16:11.356Z | Downloaded darling_core v0.21.3 |
| 1212 | 2026-09-08T19:16:11.360Z | Downloaded ingot-types v0.2.0 |
| 1213 | 2026-09-08T19:16:11.360Z | Downloaded hyper-util v0.1.20 |
| 1214 | 2026-09-08T19:16:11.364Z | Downloaded nu-ansi-term v0.50.3 |
| 1215 | 2026-09-08T19:16:11.367Z | Downloaded pin-project-internal v1.1.11 |
| 1216 | 2026-09-08T19:16:11.367Z | Downloaded toml v0.7.8 |
| 1217 | 2026-09-08T19:16:11.367Z | Downloaded keccak v0.2.0 |
| 1218 | 2026-09-08T19:16:11.370Z | Downloaded libloading v0.8.9 |
| 1219 | 2026-09-08T19:16:11.370Z | Downloaded ml-kem v0.3.2 |
| 1220 | 2026-09-08T19:16:11.370Z | Downloaded schemars v1.2.1 |
| 1221 | 2026-09-08T19:16:11.379Z | Downloaded csv-core v0.1.13 |
| 1222 | 2026-09-08T19:16:11.383Z | Downloaded tokio-native-tls v0.3.1 |
| 1223 | 2026-09-08T19:16:11.383Z | Downloaded static_assertions v1.1.0 |
| 1224 | 2026-09-08T19:16:11.383Z | Downloaded rand_chacha v0.9.0 |
| 1225 | 2026-09-08T19:16:11.383Z | Downloaded vergen-lib v0.1.6 |
| 1226 | 2026-09-08T19:16:11.387Z | Downloaded vsss-rs v3.3.4 |
| 1227 | 2026-09-08T19:16:11.387Z | Downloaded tokio-tungstenite v0.23.1 |
| 1228 | 2026-09-08T19:16:11.387Z | Downloaded x509-cert v0.2.5 |
| 1229 | 2026-09-08T19:16:11.390Z | Downloaded jiff-core v0.1.0 |
| 1230 | 2026-09-08T19:16:11.393Z | Downloaded r2d2 v0.8.10 |
| 1231 | 2026-09-08T19:16:11.393Z | Downloaded rsa v0.9.10 |
| 1232 | 2026-09-08T19:16:11.398Z | Downloaded samael v0.0.19 |
| 1233 | 2026-09-08T19:16:11.401Z | Downloaded spin v0.9.8 |
| 1234 | 2026-09-08T19:16:11.401Z | Downloaded serde_with_macros v3.21.0 |
| 1235 | 2026-09-08T19:16:11.404Z | Downloaded bitvec v1.0.1 |
| 1236 | 2026-09-08T19:16:11.409Z | Downloaded daft-derive v0.1.8 |
| 1237 | 2026-09-08T19:16:11.414Z | Downloaded module-lattice v0.2.3 |
| 1238 | 2026-09-08T19:16:11.418Z | Downloaded tokio-postgres v0.7.16 |
| 1239 | 2026-09-08T19:16:11.418Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1240 | 2026-09-08T19:16:11.421Z | Downloaded time v0.3.47 |
| 1241 | 2026-09-08T19:16:11.424Z | Downloaded der v0.7.10 |
| 1242 | 2026-09-08T19:16:11.428Z | Downloaded unicode-normalization v0.1.25 |
| 1243 | 2026-09-08T19:16:11.431Z | Downloaded bindgen v0.71.1 |
| 1244 | 2026-09-08T19:16:11.435Z | Downloaded p256 v0.14.0 |
| 1245 | 2026-09-08T19:16:11.438Z | Downloaded ryu v1.0.23 |
| 1246 | 2026-09-08T19:16:11.438Z | Downloaded icu_properties v2.1.2 |
| 1247 | 2026-09-08T19:16:11.438Z | Downloaded snafu v0.8.9 |
| 1248 | 2026-09-08T19:16:11.441Z | Downloaded derive_more v0.99.20 |
| 1249 | 2026-09-08T19:16:11.444Z | Downloaded dropshot-api-manager v0.8.0 |
| 1250 | 2026-09-08T19:16:11.448Z | Downloaded url v2.5.8 |
| 1251 | 2026-09-08T19:16:11.451Z | Downloaded ed25519 v2.2.3 |
| 1252 | 2026-09-08T19:16:11.451Z | Downloaded chrono v0.4.45 |
| 1253 | 2026-09-08T19:16:11.455Z | Downloaded russh v0.62.4 |
| 1254 | 2026-09-08T19:16:11.457Z | Downloaded tabled v0.21.0 |
| 1255 | 2026-09-08T19:16:11.466Z | Downloaded sha3 v0.12.0 |
| 1256 | 2026-09-08T19:16:11.469Z | Downloaded signal-hook v0.3.18 |
| 1257 | 2026-09-08T19:16:11.473Z | Downloaded crossbeam-channel v0.5.15 |
| 1258 | 2026-09-08T19:16:11.473Z | Downloaded rawzip v0.4.4 |
| 1259 | 2026-09-08T19:16:11.476Z | Downloaded darling_core v0.13.4 |
| 1260 | 2026-09-08T19:16:11.479Z | Downloaded goblin v0.10.5 |
| 1261 | 2026-09-08T19:16:11.482Z | Downloaded diesel_derives v2.3.7 |
| 1262 | 2026-09-08T19:16:11.485Z | Downloaded idna v1.1.0 |
| 1263 | 2026-09-08T19:16:11.488Z | Downloaded tower v0.5.3 |
| 1264 | 2026-09-08T19:16:11.491Z | Downloaded walkdir v2.5.0 |
| 1265 | 2026-09-08T19:16:11.494Z | Downloaded rand v0.9.2 |
| 1266 | 2026-09-08T19:16:11.494Z | Downloaded papergrid v0.18.0 |
| 1267 | 2026-09-08T19:16:11.496Z | Downloaded rsa v0.10.0-rc.18 |
| 1268 | 2026-09-08T19:16:11.499Z | Downloaded zerovec v0.11.5 |
| 1269 | 2026-09-08T19:16:11.502Z | Downloaded itertools v0.13.0 |
| 1270 | 2026-09-08T19:16:11.506Z | Downloaded nom v8.0.0 |
| 1271 | 2026-09-08T19:16:11.509Z | Downloaded scuffle v0.1.0 |
| 1272 | 2026-09-08T19:16:11.512Z | Downloaded nom v7.1.3 |
| 1273 | 2026-09-08T19:16:11.514Z | Downloaded lalrpop v0.19.12 |
| 1274 | 2026-09-08T19:16:11.519Z | Downloaded libxml v0.3.3 |
| 1275 | 2026-09-08T19:16:11.522Z | Downloaded rayon v1.11.0 |
| 1276 | 2026-09-08T19:16:11.527Z | Downloaded knus v3.4.0 |
| 1277 | 2026-09-08T19:16:11.530Z | Downloaded radix_trie v0.2.1 |
| 1278 | 2026-09-08T19:16:11.533Z | Downloaded itertools v0.14.0 |
| 1279 | 2026-09-08T19:16:11.537Z | Downloaded steno v0.4.1 |
| 1280 | 2026-09-08T19:16:11.540Z | Downloaded gimli v0.32.3 |
| 1281 | 2026-09-08T19:16:11.543Z | Downloaded salty v0.3.0 |
| 1282 | 2026-09-08T19:16:11.547Z | Downloaded const_format v0.2.35 |
| 1283 | 2026-09-08T19:16:11.550Z | Downloaded tokio-util v0.7.18 |
| 1284 | 2026-09-08T19:16:11.553Z | Downloaded unicode-segmentation v1.12.0 |
| 1285 | 2026-09-08T19:16:11.556Z | Downloaded toml_edit v0.19.15 |
| 1286 | 2026-09-08T19:16:11.563Z | Downloaded portable-atomic v1.13.1 |
| 1287 | 2026-09-08T19:16:11.567Z | Downloaded libm v0.2.16 |
| 1288 | 2026-09-08T19:16:11.572Z | Downloaded proptest v1.11.0 |
| 1289 | 2026-09-08T19:16:11.577Z | Downloaded zlib-rs v0.6.2 |
| 1290 | 2026-09-08T19:16:11.580Z | Downloaded der v0.8.0 |
| 1291 | 2026-09-08T19:16:11.583Z | Downloaded object v0.30.4 |
| 1292 | 2026-09-08T19:16:11.595Z | Downloaded itertools v0.12.1 |
| 1293 | 2026-09-08T19:16:11.599Z | Downloaded zerocopy v0.8.55 |
| 1294 | 2026-09-08T19:16:11.609Z | Downloaded smoltcp v0.11.0 |
| 1295 | 2026-09-08T19:16:11.615Z | Downloaded nix v0.27.1 |
| 1296 | 2026-09-08T19:16:11.622Z | Downloaded icu_properties_data v2.1.2 |
| 1297 | 2026-09-08T19:16:11.626Z | Downloaded quick-xml v0.37.5 |
| 1298 | 2026-09-08T19:16:11.629Z | Downloaded winnow v1.0.3 |
| 1299 | 2026-09-08T19:16:11.635Z | Downloaded hickory-proto v0.24.4 |
| 1300 | 2026-09-08T19:16:11.642Z | Downloaded tower-http v0.6.8 |
| 1301 | 2026-09-08T19:16:11.647Z | Downloaded p384 v0.13.1 |
| 1302 | 2026-09-08T19:16:11.651Z | Downloaded nix v0.28.0 |
| 1303 | 2026-09-08T19:16:11.657Z | Downloaded smoltcp v0.9.1 |
| 1304 | 2026-09-08T19:16:11.663Z | Downloaded petname v2.0.2 |
| 1305 | 2026-09-08T19:16:11.666Z | Downloaded hyper v1.10.1 |
| 1306 | 2026-09-08T19:16:11.669Z | Downloaded quinn-proto v0.11.16 |
| 1307 | 2026-09-08T19:16:11.695Z | Downloaded vcpkg v0.2.15 |
| 1308 | 2026-09-08T19:16:11.701Z | Downloaded bstr v1.12.1 |
| 1309 | 2026-09-08T19:16:11.705Z | Downloaded rustls v0.23.41 |
| 1310 | 2026-09-08T19:16:11.708Z | Downloaded hickory-proto v0.25.2 |
| 1311 | 2026-09-08T19:16:11.715Z | Downloaded rustix v0.38.44 |
| 1312 | 2026-09-08T19:16:11.727Z | Downloaded polar-core v0.27.3 |
| 1313 | 2026-09-08T19:16:11.731Z | Downloaded iddqd v0.4.2 |
| 1314 | 2026-09-08T19:16:11.736Z | Downloaded serde_with v3.21.0 |
| 1315 | 2026-09-08T19:16:11.743Z | Downloaded nix v0.31.2 |
| 1316 | 2026-09-08T19:16:11.749Z | Downloaded curve25519-dalek v4.1.3 |
| 1317 | 2026-09-08T19:16:11.754Z | Downloaded crypto-bigint v0.7.5 |
| 1318 | 2026-09-08T19:16:11.763Z | Downloaded openssl v0.10.80 |
| 1319 | 2026-09-08T19:16:11.767Z | Downloaded object v0.37.3 |
| 1320 | 2026-09-08T19:16:11.774Z | Downloaded dropshot v0.17.1 |
| 1321 | 2026-09-08T19:16:11.785Z | Downloaded curve25519-dalek v5.0.0 |
| 1322 | 2026-09-08T19:16:11.792Z | Downloaded moka v0.12.13 |
| 1323 | 2026-09-08T19:16:11.795Z | Downloaded regex-syntax v0.6.29 |
| 1324 | 2026-09-08T19:16:11.798Z | Downloaded openapiv3 v2.2.0 |
| 1325 | 2026-09-08T19:16:11.805Z | Downloaded regress v0.10.5 |
| 1326 | 2026-09-08T19:16:11.809Z | Downloaded regress v0.11.1 |
| 1327 | 2026-09-08T19:16:11.814Z | Downloaded diesel v2.3.7 |
| 1328 | 2026-09-08T19:16:11.825Z | Downloaded sqlparser v0.61.0 |
| 1329 | 2026-09-08T19:16:11.831Z | Downloaded syn v3.0.3 |
| 1330 | 2026-09-08T19:16:11.845Z | Downloaded ratatui v0.29.0 |
| 1331 | 2026-09-08T19:16:11.856Z | Downloaded sha3 v0.11.0 |
| 1332 | 2026-09-08T19:16:11.859Z | Downloaded petgraph v0.6.5 |
| 1333 | 2026-09-08T19:16:11.868Z | Downloaded jiff v0.2.34 |
| 1334 | 2026-09-08T19:16:11.878Z | Downloaded sled v0.34.7 |
| 1335 | 2026-09-08T19:16:11.883Z | Downloaded regex-syntax v0.8.10 |
| 1336 | 2026-09-08T19:16:11.916Z | Downloaded typify-impl v0.6.2 |
| 1337 | 2026-09-08T19:16:11.926Z | Downloaded petgraph v0.8.3 |
| 1338 | 2026-09-08T19:16:11.938Z | Downloaded tokio v1.52.1 |
| 1339 | 2026-09-08T19:16:11.962Z | Downloaded libz-sys v1.1.24 |
| 1340 | 2026-09-08T19:16:11.974Z | Downloaded tracing v0.1.44 |
| 1341 | 2026-09-08T19:16:11.984Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1342 | 2026-09-08T19:16:11.990Z | Downloaded encoding_rs v0.8.35 |
| 1343 | 2026-09-08T19:16:12.006Z | Downloaded zerocopy-derive v0.6.6 |
| 1344 | 2026-09-08T19:16:12.009Z | Downloaded regex-automata v0.4.14 |
| 1345 | 2026-09-08T19:16:12.017Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1346 | 2026-09-08T19:16:12.027Z | Downloaded chrono-tz v0.10.4 |
| 1347 | 2026-09-08T19:16:12.036Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1348 | 2026-09-08T19:16:12.069Z | Downloaded sha3 v0.10.8 |
| 1349 | 2026-09-08T19:16:12.072Z | Downloaded csv v1.4.0 |
| 1350 | 2026-09-08T19:16:12.101Z | Downloaded ring v0.17.14 |
| 1351 | 2026-09-08T19:16:12.545Z | Downloaded aws-lc-sys v0.40.0 |
| 1352 | 2026-09-08T19:16:12.796Z | Compiling serde_core v1.0.228 |
| 1353 | 2026-09-08T19:16:12.796Z | Compiling libc v0.2.185 |
| 1354 | 2026-09-08T19:16:12.799Z | Compiling serde v1.0.228 |
| 1355 | 2026-09-08T19:16:12.799Z | Compiling log v0.4.33 |
| 1356 | 2026-09-08T19:16:12.799Z | Compiling smallvec v1.15.1 |
| 1357 | 2026-09-08T19:16:12.954Z | Compiling find-msvc-tools v0.1.9 |
| 1358 | 2026-09-08T19:16:12.954Z | Compiling shlex v1.3.0 |
| 1359 | 2026-09-08T19:16:12.965Z | Compiling syn v2.0.117 |
| 1360 | 2026-09-08T19:16:17.049Z | Compiling subtle v2.6.1 |
| 1361 | 2026-09-08T19:16:17.081Z | Compiling scopeguard v1.2.0 |
| 1362 | 2026-09-08T19:16:17.081Z | Compiling typenum v1.20.1 |
| 1363 | 2026-09-08T19:16:17.081Z | Compiling lock_api v0.4.14 |
| 1364 | 2026-09-08T19:16:17.081Z | Compiling stable_deref_trait v1.2.1 |
| 1365 | 2026-09-08T19:16:17.081Z | Compiling zerocopy v0.8.55 |
| 1366 | 2026-09-08T19:16:17.081Z | Compiling portable-atomic v1.13.1 |
| 1367 | 2026-09-08T19:16:17.081Z | Compiling serde_json v1.0.151 |
| 1368 | 2026-09-08T19:16:17.081Z | Compiling critical-section v1.2.0 |
| 1369 | 2026-09-08T19:16:17.081Z | Compiling libm v0.2.16 |
| 1370 | 2026-09-08T19:16:17.081Z | Compiling num-traits v0.2.19 |
| 1371 | 2026-09-08T19:16:17.081Z | Compiling pkg-config v0.3.32 |
| 1372 | 2026-09-08T19:16:17.081Z | Compiling errno v0.3.14 |
| 1373 | 2026-09-08T19:16:17.081Z | Compiling jobserver v0.1.34 |
| 1374 | 2026-09-08T19:16:17.081Z | Compiling getrandom v0.2.17 |
| 1375 | 2026-09-08T19:16:17.081Z | Compiling generic-array v0.14.7 |
| 1376 | 2026-09-08T19:16:17.081Z | Compiling cc v1.2.56 |
| 1377 | 2026-09-08T19:16:17.081Z | Compiling rand_core v0.6.4 |
| 1378 | 2026-09-08T19:16:17.081Z | Compiling parking_lot_core v0.9.12 |
| 1379 | 2026-09-08T19:16:17.081Z | Compiling pin-project-lite v0.2.17 |
| 1380 | 2026-09-08T19:16:17.082Z | Compiling once_cell v1.21.3 |
| 1381 | 2026-09-08T19:16:17.109Z | Compiling const-oid v0.9.6 |
| 1382 | 2026-09-08T19:16:17.109Z | Compiling getrandom v0.4.3 |
| 1383 | 2026-09-08T19:16:17.109Z | Compiling rand_core v0.10.0 |
| 1384 | 2026-09-08T19:16:17.109Z | Compiling signal-hook-registry v1.4.8 |
| 1385 | 2026-09-08T19:16:17.109Z | Compiling bitflags v2.11.0 |
| 1386 | 2026-09-08T19:16:17.110Z | Compiling litemap v0.8.1 |
| 1387 | 2026-09-08T19:16:17.110Z | Compiling writeable v0.6.2 |
| 1388 | 2026-09-08T19:16:17.110Z | Compiling futures-core v0.3.32 |
| 1389 | 2026-09-08T19:16:17.110Z | Compiling percent-encoding v2.3.2 |
| 1390 | 2026-09-08T19:16:17.110Z | Compiling semver v1.0.28 |
| 1391 | 2026-09-08T19:16:17.110Z | Compiling parking_lot v0.12.5 |
| 1392 | 2026-09-08T19:16:17.110Z | Compiling mio v1.2.0 |
| 1393 | 2026-09-08T19:16:17.110Z | Compiling icu_properties_data v2.1.2 |
| 1394 | 2026-09-08T19:16:17.110Z | Compiling icu_normalizer_data v2.1.1 |
| 1395 | 2026-09-08T19:16:17.110Z | Compiling socket2 v0.6.3 |
| 1396 | 2026-09-08T19:16:17.110Z | Compiling getrandom v0.3.4 |
| 1397 | 2026-09-08T19:16:17.110Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-09-08T19:16:17.110Z | Compiling rustix v1.1.4 |
| 1399 | 2026-09-08T19:16:17.110Z | Compiling futures-sink v0.3.32 |
| 1400 | 2026-09-08T19:16:17.110Z | Compiling indexmap v2.14.0 |
| 1401 | 2026-09-08T19:16:17.110Z | Compiling futures-channel v0.3.32 |
| 1402 | 2026-09-08T19:16:17.110Z | Compiling futures-task v0.3.32 |
| 1403 | 2026-09-08T19:16:17.110Z | Compiling utf8_iter v1.0.4 |
| 1404 | 2026-09-08T19:16:17.110Z | Compiling futures-io v0.3.32 |
| 1405 | 2026-09-08T19:16:17.111Z | Compiling slab v0.4.12 |
| 1406 | 2026-09-08T19:16:17.111Z | Compiling form_urlencoded v1.2.2 |
| 1407 | 2026-09-08T19:16:17.111Z | Compiling rustversion v1.0.22 |
| 1408 | 2026-09-08T19:16:17.111Z | Compiling base64ct v1.8.3 |
| 1409 | 2026-09-08T19:16:17.111Z | Compiling iana-time-zone v0.1.65 |
| 1410 | 2026-09-08T19:16:17.111Z | Compiling cmake v0.1.57 |
| 1411 | 2026-09-08T19:16:17.111Z | Compiling regex-syntax v0.8.10 |
| 1412 | 2026-09-08T19:16:17.111Z | Compiling pem-rfc7468 v0.7.0 |
| 1413 | 2026-09-08T19:16:17.111Z | Compiling flagset v0.4.7 |
| 1414 | 2026-09-08T19:16:17.111Z | Compiling fs_extra v1.3.0 |
| 1415 | 2026-09-08T19:16:17.111Z | Compiling dunce v1.0.5 |
| 1416 | 2026-09-08T19:16:17.111Z | Compiling ident_case v1.0.1 |
| 1417 | 2026-09-08T19:16:17.111Z | Compiling rand_core v0.9.5 |
| 1418 | 2026-09-08T19:16:17.111Z | Compiling uuid v1.23.4 |
| 1419 | 2026-09-08T19:16:17.111Z | Compiling aws-lc-sys v0.40.0 |
| 1420 | 2026-09-08T19:16:17.111Z | Compiling base64 v0.22.1 |
| 1421 | 2026-09-08T19:16:21.118Z | Compiling vcpkg v0.2.15 |
| 1422 | 2026-09-08T19:16:21.161Z | Compiling syn v1.0.109 |
| 1423 | 2026-09-08T19:16:21.161Z | Compiling serde_derive_internals v0.29.1 |
| 1424 | 2026-09-08T19:16:21.161Z | Compiling serde_derive v1.0.228 |
| 1425 | 2026-09-08T19:16:21.161Z | Compiling zeroize_derive v1.5.0 |
| 1426 | 2026-09-08T19:16:21.161Z | Compiling zerofrom-derive v0.1.6 |
| 1427 | 2026-09-08T19:16:21.162Z | Compiling zerocopy-derive v0.8.55 |
| 1428 | 2026-09-08T19:16:21.162Z | Compiling yoke-derive v0.8.1 |
| 1429 | 2026-09-08T19:16:21.162Z | Compiling zerovec-derive v0.11.2 |
| 1430 | 2026-09-08T19:16:21.162Z | Compiling displaydoc v0.2.5 |
| 1431 | 2026-09-08T19:16:21.162Z | Compiling tokio-macros v2.7.0 |
| 1432 | 2026-09-08T19:16:21.162Z | Compiling zerofrom v0.1.6 |
| 1433 | 2026-09-08T19:16:21.162Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-09-08T19:16:21.162Z | Compiling thiserror-impl v2.0.18 |
| 1435 | 2026-09-08T19:16:21.162Z | Compiling yoke v0.8.1 |
| 1436 | 2026-09-08T19:16:21.162Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-09-08T19:16:21.162Z | Compiling zerovec v0.11.5 |
| 1438 | 2026-09-08T19:16:21.252Z | Compiling zerotrie v0.2.3 |
| 1439 | 2026-09-08T19:16:21.252Z | Compiling tinystr v0.8.2 |
| 1440 | 2026-09-08T19:16:21.252Z | Compiling potential_utf v0.1.4 |
| 1441 | 2026-09-08T19:16:21.252Z | Compiling futures-util v0.3.32 |
| 1442 | 2026-09-08T19:16:21.252Z | Compiling icu_locale_core v2.1.1 |
| 1443 | 2026-09-08T19:16:21.252Z | Compiling icu_collections v2.1.1 |
| 1444 | 2026-09-08T19:16:21.252Z | Compiling openssl-sys v0.9.117 |
| 1445 | 2026-09-08T19:16:21.252Z | Compiling thiserror v2.0.18 |
| 1446 | 2026-09-08T19:16:21.252Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-09-08T19:16:21.252Z | Compiling rustc_version v0.4.1 |
| 1448 | 2026-09-08T19:16:21.252Z | Compiling icu_provider v2.1.1 |
| 1449 | 2026-09-08T19:16:21.252Z | Compiling tracing-core v0.1.36 |
| 1450 | 2026-09-08T19:16:21.252Z | Compiling zeroize v1.9.0 |
| 1451 | 2026-09-08T19:16:21.252Z | Compiling bytes v1.11.1 |
| 1452 | 2026-09-08T19:16:21.268Z | Compiling icu_normalizer v2.1.1 |
| 1453 | 2026-09-08T19:16:21.584Z | Compiling icu_properties v2.1.2 |
| 1454 | 2026-09-08T19:16:21.658Z | Compiling tokio v1.52.1 |
| 1455 | 2026-09-08T19:16:21.948Z | Compiling crypto-common v0.1.7 |
| 1456 | 2026-09-08T19:16:21.961Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-09-08T19:16:21.961Z | Compiling chrono v0.4.45 |
| 1458 | 2026-09-08T19:16:21.961Z | Compiling digest v0.10.7 |
| 1459 | 2026-09-08T19:16:21.980Z | Compiling der v0.7.10 |
| 1460 | 2026-09-08T19:16:23.494Z | Compiling ppv-lite86 v0.2.21 |
| 1461 | 2026-09-08T19:16:23.514Z | Compiling http v1.4.2 |
| 1462 | 2026-09-08T19:16:23.514Z | Compiling simd-adler32 v0.3.8 |
| 1463 | 2026-09-08T19:16:23.514Z | Compiling idna_adapter v1.2.1 |
| 1464 | 2026-09-08T19:16:23.514Z | Compiling rand_chacha v0.9.0 |
| 1465 | 2026-09-08T19:16:23.514Z | Compiling schemars v0.8.22 |
| 1466 | 2026-09-08T19:16:23.514Z | Compiling idna v1.1.0 |
| 1467 | 2026-09-08T19:16:23.514Z | Compiling spki v0.7.3 |
| 1468 | 2026-09-08T19:16:23.514Z | Compiling url v2.5.8 |
| 1469 | 2026-09-08T19:16:23.514Z | Compiling dyn-clone v1.0.20 |
| 1470 | 2026-09-08T19:16:23.514Z | Compiling aws-lc-rs v1.16.3 |
| 1471 | 2026-09-08T19:16:23.514Z | Compiling cpufeatures v0.2.17 |
| 1472 | 2026-09-08T19:16:23.514Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-09-08T19:16:23.514Z | Compiling http-body v1.0.1 |
| 1474 | 2026-09-08T19:16:23.514Z | Compiling rand v0.9.2 |
| 1475 | 2026-09-08T19:16:23.514Z | Compiling tracing v0.1.44 |
| 1476 | 2026-09-08T19:16:23.514Z | Compiling rustls-pki-types v1.14.0 |
| 1477 | 2026-09-08T19:16:23.568Z | Compiling schemars_derive v0.8.22 |
| 1478 | 2026-09-08T19:16:23.827Z | Compiling spin v0.9.8 |
| 1479 | 2026-09-08T19:16:23.834Z | Compiling tinyvec_macros v0.1.1 |
| 1480 | 2026-09-08T19:16:23.861Z | Compiling openssl-probe v0.2.1 |
| 1481 | 2026-09-08T19:16:23.890Z | Compiling cmov v0.5.4 |
| 1482 | 2026-09-08T19:16:23.904Z | Compiling httparse v1.10.1 |
| 1483 | 2026-09-08T19:16:24.028Z | Compiling adler2 v2.0.1 |
| 1484 | 2026-09-08T19:16:24.060Z | Compiling crc32fast v1.5.0 |
| 1485 | 2026-09-08T19:16:24.110Z | Compiling ctutils v0.4.2 |
| 1486 | 2026-09-08T19:16:24.153Z | Compiling miniz_oxide v0.8.9 |
| 1487 | 2026-09-08T19:16:24.287Z | Compiling tempfile v3.27.0 |
| 1488 | 2026-09-08T19:16:24.348Z | Compiling tinyvec v1.10.0 |
| 1489 | 2026-09-08T19:16:24.378Z | Compiling pest_generator v2.8.6 |
| 1490 | 2026-09-08T19:16:24.644Z | Compiling sha2 v0.10.9 |
| 1491 | 2026-09-08T19:16:24.679Z | Compiling terminal_size v0.4.3 |
| 1492 | 2026-09-08T19:16:24.735Z | Compiling aho-corasick v1.1.4 |
| 1493 | 2026-09-08T19:16:24.809Z | Compiling tower-layer v0.3.3 |
| 1494 | 2026-09-08T19:16:24.969Z | Compiling untrusted v0.7.1 |
| 1495 | 2026-09-08T19:16:25.048Z | Compiling atomic-waker v1.1.2 |
| 1496 | 2026-09-08T19:16:25.088Z | Compiling try-lock v0.2.5 |
| 1497 | 2026-09-08T19:16:25.170Z | Compiling unicode-segmentation v1.12.0 |
| 1498 | 2026-09-08T19:16:25.196Z | Compiling tower-service v0.3.3 |
| 1499 | 2026-09-08T19:16:25.290Z | Compiling radium v0.7.0 |
| 1500 | 2026-09-08T19:16:25.544Z | Compiling tokio-util v0.7.18 |
| 1501 | 2026-09-08T19:16:25.575Z | Compiling regex-automata v0.4.14 |
| 1502 | 2026-09-08T19:16:25.917Z | Compiling want v0.3.1 |
| 1503 | 2026-09-08T19:16:26.043Z | Compiling pest_derive v2.8.6 |
| 1504 | 2026-09-08T19:16:26.259Z | Compiling h2 v0.4.15 |
| 1505 | 2026-09-08T19:16:26.363Z | Compiling hybrid-array v0.4.13 |
| 1506 | 2026-09-08T19:16:26.535Z | Compiling ipnet v2.12.0 |
| 1507 | 2026-09-08T19:16:26.787Z | Compiling scroll_derive v0.13.1 |
| 1508 | 2026-09-08T19:16:27.045Z | Compiling darling_core v0.20.11 |
| 1509 | 2026-09-08T19:16:27.152Z | Compiling openssl v0.10.80 |
| 1510 | 2026-09-08T19:16:27.322Z | Compiling untrusted v0.9.0 |
| 1511 | 2026-09-08T19:16:27.395Z | Compiling httpdate v1.0.3 |
| 1512 | 2026-09-08T19:16:27.411Z | Compiling rustls v0.23.41 |
| 1513 | 2026-09-08T19:16:27.441Z | Compiling foreign-types-shared v0.1.1 |
| 1514 | 2026-09-08T19:16:27.530Z | Compiling tap v1.0.1 |
| 1515 | 2026-09-08T19:16:27.596Z | Compiling maybe-uninit v2.0.0 |
| 1516 | 2026-09-08T19:16:27.612Z | Compiling scroll v0.13.0 |
| 1517 | 2026-09-08T19:16:27.626Z | Compiling wyz v0.5.1 |
| 1518 | 2026-09-08T19:16:27.639Z | Compiling foreign-types v0.3.2 |
| 1519 | 2026-09-08T19:16:27.810Z | Compiling unicode-normalization v0.1.25 |
| 1520 | 2026-09-08T19:16:27.918Z | Compiling rand_chacha v0.3.1 |
| 1521 | 2026-09-08T19:16:27.932Z | Compiling signature v2.2.0 |
| 1522 | 2026-09-08T19:16:28.121Z | Compiling hex v0.4.3 |
| 1523 | 2026-09-08T19:16:28.266Z | Compiling openssl-macros v0.1.1 |
| 1524 | 2026-09-08T19:16:28.327Z | Compiling thiserror-impl v1.0.69 |
| 1525 | 2026-09-08T19:16:28.394Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1526 | 2026-09-08T19:16:28.644Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1527 | 2026-09-08T19:16:28.661Z | Compiling num-integer v0.1.46 |
| 1528 | 2026-09-08T19:16:28.791Z | Compiling socket2 v0.5.10 |
| 1529 | 2026-09-08T19:16:28.939Z | Compiling wait-timeout v0.2.1 |
| 1530 | 2026-09-08T19:16:28.994Z | Compiling ahash v0.8.12 |
| 1531 | 2026-09-08T19:16:29.188Z | Compiling packed_struct v0.10.1 |
| 1532 | 2026-09-08T19:16:29.203Z | Compiling time-core v0.1.8 |
| 1533 | 2026-09-08T19:16:29.220Z | Compiling quick-error v1.2.3 |
| 1534 | 2026-09-08T19:16:29.314Z | Compiling darling_macro v0.20.11 |
| 1535 | 2026-09-08T19:16:29.328Z | Compiling powerfmt v0.2.0 |
| 1536 | 2026-09-08T19:16:29.343Z | Compiling bit-vec v0.8.0 |
| 1537 | 2026-09-08T19:16:29.438Z | Compiling hyper v1.10.1 |
| 1538 | 2026-09-08T19:16:29.528Z | Compiling funty v2.0.0 |
| 1539 | 2026-09-08T19:16:29.565Z | Compiling num-conv v0.2.0 |
| 1540 | 2026-09-08T19:16:29.579Z | Compiling num-bigint-dig v0.8.6 |
| 1541 | 2026-09-08T19:16:29.692Z | Compiling native-tls v0.2.18 |
| 1542 | 2026-09-08T19:16:29.707Z | Compiling time-macros v0.2.27 |
| 1543 | 2026-09-08T19:16:29.793Z | Compiling darling v0.20.11 |
| 1544 | 2026-09-08T19:16:29.811Z | Compiling thiserror v1.0.69 |
| 1545 | 2026-09-08T19:16:29.876Z | Compiling bitvec v1.0.1 |
| 1546 | 2026-09-08T19:16:29.924Z | Compiling bit-set v0.8.0 |
| 1547 | 2026-09-08T19:16:29.940Z | Compiling deranged v0.5.8 |
| 1548 | 2026-09-08T19:16:30.096Z | Compiling rusty-fork v0.3.1 |
| 1549 | 2026-09-08T19:16:30.161Z | Compiling clap_builder v4.6.0 |
| 1550 | 2026-09-08T19:16:30.407Z | Compiling num-iter v0.1.45 |
| 1551 | 2026-09-08T19:16:30.523Z | Compiling hyper-util v0.1.20 |
| 1552 | 2026-09-08T19:16:31.000Z | Compiling rand v0.8.6 |
| 1553 | 2026-09-08T19:16:31.220Z | Compiling goblin v0.10.5 |
| 1554 | 2026-09-08T19:16:31.291Z | Compiling packed_struct_codegen v0.10.1 |
| 1555 | 2026-09-08T19:16:31.767Z | Compiling lazy_static v1.5.0 |
| 1556 | 2026-09-08T19:16:31.863Z | Compiling hmac v0.12.1 |
| 1557 | 2026-09-08T19:16:32.088Z | Compiling toml_datetime v0.6.11 |
| 1558 | 2026-09-08T19:16:32.238Z | Compiling serde_spanned v0.6.9 |
| 1559 | 2026-09-08T19:16:32.349Z | Compiling bitfield-macros v0.19.4 |
| 1560 | 2026-09-08T19:16:32.385Z | Compiling clap_derive v4.6.1 |
| 1561 | 2026-09-08T19:16:32.418Z | Compiling zerocopy-derive v0.6.6 |
| 1562 | 2026-09-08T19:16:33.053Z | Compiling rand_xorshift v0.4.0 |
| 1563 | 2026-09-08T19:16:33.178Z | Compiling sync_wrapper v1.0.2 |
| 1564 | 2026-09-08T19:16:33.217Z | Compiling indexmap v1.9.3 |
| 1565 | 2026-09-08T19:16:33.262Z | Compiling paste v1.0.15 |
| 1566 | 2026-09-08T19:16:33.284Z | Compiling usdt-impl v0.6.0 |
| 1567 | 2026-09-08T19:16:33.423Z | Compiling nodrop v0.1.14 |
| 1568 | 2026-09-08T19:16:33.514Z | Compiling object v0.37.3 |
| 1569 | 2026-09-08T19:16:33.531Z | Compiling num_threads v0.1.7 |
| 1570 | 2026-09-08T19:16:33.549Z | Compiling zlib-rs v0.6.2 |
| 1571 | 2026-09-08T19:16:33.620Z | Compiling siphasher v1.0.2 |
| 1572 | 2026-09-08T19:16:33.788Z | Compiling crossbeam-utils v0.8.21 |
| 1573 | 2026-09-08T19:16:33.805Z | Compiling crc-catalog v2.4.0 |
| 1574 | 2026-09-08T19:16:33.843Z | Compiling unarray v0.1.4 |
| 1575 | 2026-09-08T19:16:33.894Z | Compiling crc v3.4.0 |
| 1576 | 2026-09-08T19:16:33.952Z | Compiling dof v0.4.0 |
| 1577 | 2026-09-08T19:16:34.094Z | Compiling proptest v1.11.0 |
| 1578 | 2026-09-08T19:16:34.127Z | Compiling clap v4.6.1 |
| 1579 | 2026-09-08T19:16:34.157Z | Compiling time v0.3.47 |
| 1580 | 2026-09-08T19:16:34.275Z | Compiling array-init v0.0.4 |
| 1581 | 2026-09-08T19:16:34.634Z | Compiling zerocopy v0.6.6 |
| 1582 | 2026-09-08T19:16:34.947Z | Compiling tower v0.5.3 |
| 1583 | 2026-09-08T19:16:35.385Z | Compiling bitfield v0.19.4 |
| 1584 | 2026-09-08T19:16:35.667Z | Compiling smallvec v0.6.14 |
| 1585 | 2026-09-08T19:16:35.863Z | Compiling derive_builder_core v0.20.2 |
| 1586 | 2026-09-08T19:16:35.989Z | Compiling dtrace-parser v0.3.0 |
| 1587 | 2026-09-08T19:16:36.647Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-09-08T19:16:36.686Z | Compiling ipnetwork v0.21.1 |
| 1589 | 2026-09-08T19:16:36.700Z | Compiling pkcs1 v0.7.5 |
| 1590 | 2026-09-08T19:16:36.792Z | Compiling http-body-util v0.1.3 |
| 1591 | 2026-09-08T19:16:37.071Z | Compiling heapless v0.7.17 |
| 1592 | 2026-09-08T19:16:37.086Z | Compiling scroll_derive v0.12.1 |
| 1593 | 2026-09-08T19:16:37.099Z | Compiling structmeta-derive v0.3.0 |
| 1594 | 2026-09-08T19:16:37.114Z | Compiling slog v2.8.2 |
| 1595 | 2026-09-08T19:16:37.314Z | Compiling darling_core v0.23.0 |
| 1596 | 2026-09-08T19:16:37.329Z | Compiling thread-id v5.1.0 |
| 1597 | 2026-09-08T19:16:37.412Z | Compiling cookie v0.18.1 |
| 1598 | 2026-09-08T19:16:37.574Z | Compiling env_filter v2.0.0 |
| 1599 | 2026-09-08T19:16:37.609Z | Compiling syn v3.0.3 |
| 1600 | 2026-09-08T19:16:37.749Z | Compiling zstd-safe v7.2.4 |
| 1601 | 2026-09-08T19:16:37.877Z | Compiling allocator-api2 v0.2.21 |
| 1602 | 2026-09-08T19:16:37.966Z | Compiling ryu v1.0.23 |
| 1603 | 2026-09-08T19:16:38.155Z | Compiling base64 v0.21.7 |
| 1604 | 2026-09-08T19:16:38.179Z | Compiling hashbrown v0.12.3 |
| 1605 | 2026-09-08T19:16:38.204Z | Compiling iri-string v0.7.10 |
| 1606 | 2026-09-08T19:16:38.466Z | Compiling signal-hook v0.3.18 |
| 1607 | 2026-09-08T19:16:38.637Z | Compiling unicode-bidi v0.3.18 |
| 1608 | 2026-09-08T19:16:38.656Z | Compiling winnow v0.5.40 |
| 1609 | 2026-09-08T19:16:39.156Z | Compiling unicode-properties v0.1.4 |
| 1610 | 2026-09-08T19:16:39.364Z | Compiling gimli v0.32.3 |
| 1611 | 2026-09-08T19:16:39.692Z | Compiling anyhow v1.0.104 |
| 1612 | 2026-09-08T19:16:39.824Z | Compiling darling_macro v0.23.0 |
| 1613 | 2026-09-08T19:16:40.071Z | Compiling toml_edit v0.19.15 |
| 1614 | 2026-09-08T19:16:40.213Z | Compiling stringprep v0.1.5 |
| 1615 | 2026-09-08T19:16:40.313Z | Compiling tower-http v0.6.8 |
| 1616 | 2026-09-08T19:16:40.718Z | Compiling ron v0.8.1 |
| 1617 | 2026-09-08T19:16:41.032Z | Compiling addr2line v0.25.1 |
| 1618 | 2026-09-08T19:16:41.049Z | Compiling structmeta v0.3.0 |
| 1619 | 2026-09-08T19:16:41.052Z | Compiling daft-derive v0.1.8 |
| 1620 | 2026-09-08T19:16:41.256Z | Compiling serde_urlencoded v0.7.1 |
| 1621 | 2026-09-08T19:16:41.298Z | Compiling scroll v0.12.0 |
| 1622 | 2026-09-08T19:16:41.359Z | Compiling env_logger v0.11.11 |
| 1623 | 2026-09-08T19:16:41.672Z | Compiling rsa v0.9.10 |
| 1624 | 2026-09-08T19:16:41.702Z | Compiling oxnet v0.1.6 |
| 1625 | 2026-09-08T19:16:41.715Z | Compiling derive_builder_macro v0.20.2 |
| 1626 | 2026-09-08T19:16:41.773Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1627 | 2026-09-08T19:16:42.157Z | Compiling newtype-uuid v1.3.2 |
| 1628 | 2026-09-08T19:16:42.189Z | Compiling hashbrown v0.13.2 |
| 1629 | 2026-09-08T19:16:42.204Z | Compiling serde-hex v0.1.0 |
| 1630 | 2026-09-08T19:16:42.489Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-09-08T19:16:42.675Z | Compiling tokio-native-tls v0.3.1 |
| 1632 | 2026-09-08T19:16:42.693Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1633 | 2026-09-08T19:16:42.758Z | Compiling camino v1.2.5 |
| 1634 | 2026-09-08T19:16:43.359Z | Compiling bstr v1.12.1 |
| 1635 | 2026-09-08T19:16:43.623Z | Compiling block-padding v0.4.2 |
| 1636 | 2026-09-08T19:16:43.798Z | Compiling block-buffer v0.12.1 |
| 1637 | 2026-09-08T19:16:43.904Z | Compiling crypto-common v0.2.2 |
| 1638 | 2026-09-08T19:16:43.998Z | Compiling heck v0.4.1 |
| 1639 | 2026-09-08T19:16:44.013Z | Compiling rustls-native-certs v0.8.3 |
| 1640 | 2026-09-08T19:16:44.214Z | Compiling x509-cert v0.2.5 |
| 1641 | 2026-09-08T19:16:44.301Z | Compiling md-5 v0.10.6 |
| 1642 | 2026-09-08T19:16:44.477Z | Compiling serde_tokenstream v0.2.3 |
| 1643 | 2026-09-08T19:16:44.797Z | Compiling erased-serde v0.3.31 |
| 1644 | 2026-09-08T19:16:44.810Z | Compiling curve25519-dalek v4.1.3 |
| 1645 | 2026-09-08T19:16:44.999Z | Compiling pin-project-internal v1.1.11 |
| 1646 | 2026-09-08T19:16:45.144Z | Compiling async-trait v0.1.89 |
| 1647 | 2026-09-08T19:16:45.266Z | Compiling zerocopy-derive v0.7.35 |
| 1648 | 2026-09-08T19:16:45.624Z | Compiling vergen-lib v9.1.0 |
| 1649 | 2026-09-08T19:16:45.639Z | Compiling hash32 v0.2.1 |
| 1650 | 2026-09-08T19:16:45.818Z | Compiling memoffset v0.9.1 |
| 1651 | 2026-09-08T19:16:45.822Z | Compiling encoding_rs v0.8.35 |
| 1652 | 2026-09-08T19:16:45.846Z | Compiling mime v0.3.17 |
| 1653 | 2026-09-08T19:16:46.025Z | Compiling psl-types v2.0.11 |
| 1654 | 2026-09-08T19:16:46.097Z | Compiling litrs v1.0.0 |
| 1655 | 2026-09-08T19:16:46.110Z | Compiling rustc-demangle v0.1.27 |
| 1656 | 2026-09-08T19:16:46.128Z | Compiling crc-any v2.5.0 |
| 1657 | 2026-09-08T19:16:46.149Z | Compiling ref-cast v1.0.25 |
| 1658 | 2026-09-08T19:16:46.170Z | Compiling smoltcp v0.9.1 |
| 1659 | 2026-09-08T19:16:46.357Z | Compiling rustix v0.38.44 |
| 1660 | 2026-09-08T19:16:46.379Z | Compiling owo-colors v4.3.0 |
| 1661 | 2026-09-08T19:16:46.461Z | Compiling cfg_aliases v0.2.1 |
| 1662 | 2026-09-08T19:16:46.496Z | Compiling fallible-iterator v0.2.0 |
| 1663 | 2026-09-08T19:16:46.541Z | Compiling nix v0.31.2 |
| 1664 | 2026-09-08T19:16:46.576Z | Compiling backtrace v0.3.76 |
| 1665 | 2026-09-08T19:16:46.586Z | Compiling document-features v0.2.12 |
| 1666 | 2026-09-08T19:16:46.760Z | Compiling postgres-protocol v0.6.10 |
| 1667 | 2026-09-08T19:16:46.778Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1668 | 2026-09-08T19:16:46.794Z | Compiling publicsuffix v2.3.0 |
| 1669 | 2026-09-08T19:16:46.922Z | Compiling zerocopy v0.7.35 |
| 1670 | 2026-09-08T19:16:46.991Z | Compiling pin-project v1.1.11 |
| 1671 | 2026-09-08T19:16:47.351Z | Compiling snafu-derive v0.8.9 |
| 1672 | 2026-09-08T19:16:47.409Z | Compiling inout v0.2.2 |
| 1673 | 2026-09-08T19:16:47.507Z | Compiling daft v0.1.8 |
| 1674 | 2026-09-08T19:16:47.589Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1675 | 2026-09-08T19:16:47.610Z | Compiling hyper-tls v0.6.0 |
| 1676 | 2026-09-08T19:16:47.687Z | Compiling zip v0.6.6 |
| 1677 | 2026-09-08T19:16:47.736Z | Compiling object v0.30.4 |
| 1678 | 2026-09-08T19:16:47.782Z | Compiling derive_builder v0.20.2 |
| 1679 | 2026-09-08T19:16:47.910Z | Compiling goblin v0.8.2 |
| 1680 | 2026-09-08T19:16:48.034Z | Compiling toml v0.7.8 |
| 1681 | 2026-09-08T19:16:48.259Z | Compiling derive-ex v0.1.8 |
| 1682 | 2026-09-08T19:16:48.621Z | Compiling darling v0.23.0 |
| 1683 | 2026-09-08T19:16:48.706Z | Compiling phf_shared v0.13.1 |
| 1684 | 2026-09-08T19:16:48.939Z | Compiling regex v1.12.3 |
| 1685 | 2026-09-08T19:16:49.034Z | Compiling hubpack_derive v0.1.1 |
| 1686 | 2026-09-08T19:16:49.251Z | Compiling convert_case v0.10.0 |
| 1687 | 2026-09-08T19:16:49.348Z | Compiling futures-executor v0.3.32 |
| 1688 | 2026-09-08T19:16:49.491Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1689 | 2026-09-08T19:16:49.553Z | Compiling ref-cast-impl v1.0.25 |
| 1690 | 2026-09-08T19:16:49.611Z | Compiling strum_macros v0.27.2 |
| 1691 | 2026-09-08T19:16:49.915Z | Compiling vergen v9.1.0 |
| 1692 | 2026-09-08T19:16:50.107Z | Compiling cargo-platform v0.3.2 |
| 1693 | 2026-09-08T19:16:50.122Z | Compiling ff v0.13.1 |
| 1694 | 2026-09-08T19:16:50.137Z | Compiling fs-err v3.3.0 |
| 1695 | 2026-09-08T19:16:50.261Z | Compiling managed v0.8.0 |
| 1696 | 2026-09-08T19:16:50.350Z | Compiling base16ct v0.2.0 |
| 1697 | 2026-09-08T19:16:50.378Z | Compiling libbz2-rs-sys v0.2.2 |
| 1698 | 2026-09-08T19:16:50.480Z | Compiling bumpalo v3.20.2 |
| 1699 | 2026-09-08T19:16:50.526Z | Compiling path-slash v0.1.5 |
| 1700 | 2026-09-08T19:16:50.598Z | Compiling bitflags v1.3.2 |
| 1701 | 2026-09-08T19:16:50.656Z | Compiling jiff-core v0.1.0 |
| 1702 | 2026-09-08T19:16:50.675Z | Compiling foldhash v0.2.0 |
| 1703 | 2026-09-08T19:16:50.730Z | Compiling same-file v1.0.6 |
| 1704 | 2026-09-08T19:16:50.888Z | Compiling is_ci v1.2.0 |
| 1705 | 2026-09-08T19:16:50.903Z | Compiling foldhash v0.1.5 |
| 1706 | 2026-09-08T19:16:51.024Z | Compiling hashbrown v0.15.5 |
| 1707 | 2026-09-08T19:16:51.061Z | Compiling supports-color v3.0.2 |
| 1708 | 2026-09-08T19:16:51.076Z | Compiling textwrap v0.16.2 |
| 1709 | 2026-09-08T19:16:51.227Z | Compiling walkdir v2.5.0 |
| 1710 | 2026-09-08T19:16:51.357Z | Compiling hashbrown v0.16.1 |
| 1711 | 2026-09-08T19:16:51.523Z | Compiling jiff v0.2.34 |
| 1712 | 2026-09-08T19:16:51.538Z | Compiling bzip2 v0.6.1 |
| 1713 | 2026-09-08T19:16:51.571Z | Compiling zopfli v0.8.3 |
| 1714 | 2026-09-08T19:16:51.611Z | Compiling strum v0.27.2 |
| 1715 | 2026-09-08T19:16:51.739Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1716 | 2026-09-08T19:16:51.761Z | Compiling sec1 v0.7.3 |
| 1717 | 2026-09-08T19:16:52.038Z | Compiling cargo_metadata v0.23.1 |
| 1718 | 2026-09-08T19:16:52.091Z | Compiling group v0.13.0 |
| 1719 | 2026-09-08T19:16:52.402Z | Compiling dof v0.3.0 |
| 1720 | 2026-09-08T19:16:52.617Z | Compiling test-strategy v0.4.5 |
| 1721 | 2026-09-08T19:16:53.123Z | Compiling derive_more-impl v2.1.1 |
| 1722 | 2026-09-08T19:16:53.236Z | Compiling futures v0.3.32 |
| 1723 | 2026-09-08T19:16:53.322Z | Compiling hubpack v0.1.2 |
| 1724 | 2026-09-08T19:16:53.427Z | Compiling snafu v0.8.9 |
| 1725 | 2026-09-08T19:16:53.791Z | Compiling phf v0.13.1 |
| 1726 | 2026-09-08T19:16:53.916Z | Compiling serde_with_macros v3.21.0 |
| 1727 | 2026-09-08T19:16:53.953Z | Compiling signal-hook-mio v0.2.5 |
| 1728 | 2026-09-08T19:16:54.075Z | Compiling cookie_store v0.22.1 |
| 1729 | 2026-09-08T19:16:54.111Z | Compiling zstd v0.13.3 |
| 1730 | 2026-09-08T19:16:54.282Z | Compiling reqwest v0.12.28 |
| 1731 | 2026-09-08T19:16:54.376Z | Compiling cipher v0.5.2 |
| 1732 | 2026-09-08T19:16:54.738Z | Compiling postgres-types v0.2.12 |
| 1733 | 2026-09-08T19:16:54.771Z | Compiling backtrace-ext v0.2.1 |
| 1734 | 2026-09-08T19:16:55.122Z | Compiling usdt-macro v0.6.0 |
| 1735 | 2026-09-08T19:16:55.203Z | Compiling usdt-attr-macro v0.6.0 |
| 1736 | 2026-09-08T19:16:55.292Z | Compiling globset v0.4.18 |
| 1737 | 2026-09-08T19:16:55.754Z | Compiling phf_shared v0.11.3 |
| 1738 | 2026-09-08T19:16:55.892Z | Compiling hkdf v0.12.4 |
| 1739 | 2026-09-08T19:16:55.892Z | Compiling dtrace-parser v0.2.0 |
| 1740 | 2026-09-08T19:16:55.940Z | Compiling byte-wrapper v0.1.0 |
| 1741 | 2026-09-08T19:16:55.963Z | Compiling olpc-cjson v0.1.4 |
| 1742 | 2026-09-08T19:16:56.025Z | Compiling ed25519 v2.2.3 |
| 1743 | 2026-09-08T19:16:56.055Z | Compiling crypto-bigint v0.5.5 |
| 1744 | 2026-09-08T19:16:56.069Z | Compiling serde_plain v1.0.2 |
| 1745 | 2026-09-08T19:16:56.117Z | Compiling serde-big-array v0.5.1 |
| 1746 | 2026-09-08T19:16:56.253Z | Compiling miette-derive v7.6.0 |
| 1747 | 2026-09-08T19:16:56.270Z | Compiling strum_macros v0.26.4 |
| 1748 | 2026-09-08T19:16:56.270Z | Compiling serde_repr v0.1.20 |
| 1749 | 2026-09-08T19:16:56.628Z | Compiling enum-as-inner v0.6.1 |
| 1750 | 2026-09-08T19:16:56.846Z | Compiling async-recursion v1.1.1 |
| 1751 | 2026-09-08T19:16:56.921Z | Compiling pem v3.0.6 |
| 1752 | 2026-09-08T19:16:57.156Z | Compiling float-cmp v0.10.0 |
| 1753 | 2026-09-08T19:16:57.285Z | Compiling memmap2 v0.9.10 |
| 1754 | 2026-09-08T19:16:57.312Z | Compiling thread-id v4.2.2 |
| 1755 | 2026-09-08T19:16:57.399Z | Compiling winnow v1.0.3 |
| 1756 | 2026-09-08T19:16:57.466Z | Compiling supports-unicode v3.0.0 |
| 1757 | 2026-09-08T19:16:57.507Z | Compiling either v1.15.0 |
| 1758 | 2026-09-08T19:16:57.525Z | Compiling const-oid v0.10.2 |
| 1759 | 2026-09-08T19:16:57.624Z | Compiling static_assertions v1.1.0 |
| 1760 | 2026-09-08T19:16:57.694Z | Compiling cpufeatures v0.3.0 |
| 1761 | 2026-09-08T19:16:57.735Z | Compiling new_debug_unreachable v1.0.6 |
| 1762 | 2026-09-08T19:16:57.744Z | Compiling normalize-line-endings v0.3.0 |
| 1763 | 2026-09-08T19:16:57.777Z | Compiling data-encoding v2.10.0 |
| 1764 | 2026-09-08T19:16:57.813Z | Compiling typed-path v0.9.3 |
| 1765 | 2026-09-08T19:16:57.824Z | Compiling whoami v2.1.0 |
| 1766 | 2026-09-08T19:16:58.067Z | Compiling difflib v0.4.0 |
| 1767 | 2026-09-08T19:16:58.156Z | Compiling fixedbitset v0.5.7 |
| 1768 | 2026-09-08T19:16:58.210Z | Compiling keccak v0.1.6 |
| 1769 | 2026-09-08T19:16:58.226Z | Compiling precomputed-hash v0.1.1 |
| 1770 | 2026-09-08T19:16:58.317Z | Compiling fixedbitset v0.4.2 |
| 1771 | 2026-09-08T19:16:58.456Z | Compiling supports-hyperlinks v3.2.0 |
| 1772 | 2026-09-08T19:16:58.469Z | Compiling predicates-core v1.0.10 |
| 1773 | 2026-09-08T19:16:58.497Z | Compiling petgraph v0.6.5 |
| 1774 | 2026-09-08T19:16:58.531Z | Compiling sha3 v0.10.8 |
| 1775 | 2026-09-08T19:16:58.604Z | Compiling predicates v3.1.4 |
| 1776 | 2026-09-08T19:16:58.617Z | Compiling miette v7.6.0 |
| 1777 | 2026-09-08T19:16:58.642Z | Compiling petgraph v0.8.3 |
| 1778 | 2026-09-08T19:16:58.942Z | Compiling toml_edit v0.22.27 |
| 1779 | 2026-09-08T19:16:58.984Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1780 | 2026-09-08T19:16:58.999Z | Compiling string_cache v0.8.9 |
| 1781 | 2026-09-08T19:16:59.223Z | Compiling hickory-proto v0.25.2 |
| 1782 | 2026-09-08T19:16:59.265Z | Compiling strum v0.26.3 |
| 1783 | 2026-09-08T19:16:59.392Z | Compiling tokio-postgres v0.7.16 |
| 1784 | 2026-09-08T19:16:59.587Z | Compiling chacha20 v0.10.0 |
| 1785 | 2026-09-08T19:16:59.745Z | Compiling itertools v0.13.0 |
| 1786 | 2026-09-08T19:16:59.932Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1787 | 2026-09-08T19:16:59.969Z | Compiling digest v0.11.3 |
| 1788 | 2026-09-08T19:17:00.192Z | Compiling usdt v0.6.0 |
| 1789 | 2026-09-08T19:17:00.456Z | Compiling usdt-impl v0.5.0 |
| 1790 | 2026-09-08T19:17:00.557Z | Compiling elliptic-curve v0.13.8 |
| 1791 | 2026-09-08T19:17:00.976Z | Compiling ed25519-dalek v2.2.0 |
| 1792 | 2026-09-08T19:17:00.993Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1793 | 2026-09-08T19:17:01.023Z | Compiling crossterm v0.28.1 |
| 1794 | 2026-09-08T19:17:01.494Z | Compiling serde_with v3.21.0 |
| 1795 | 2026-09-08T19:17:01.641Z | Compiling zip v4.6.1 |
| 1796 | 2026-09-08T19:17:02.323Z | Compiling derive_more v2.1.1 |
| 1797 | 2026-09-08T19:17:02.507Z | Compiling iddqd v0.4.2 |
| 1798 | 2026-09-08T19:17:02.782Z | Compiling similar v2.7.0 |
| 1799 | 2026-09-08T19:17:02.838Z | Compiling crossbeam-epoch v0.9.18 |
| 1800 | 2026-09-08T19:17:03.028Z | Compiling tokio-stream v0.1.18 |
| 1801 | 2026-09-08T19:17:03.163Z | Compiling buf-list v1.1.2 |
| 1802 | 2026-09-08T19:17:03.316Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1803 | 2026-09-08T19:17:03.331Z | Compiling openapiv3 v2.2.0 |
| 1804 | 2026-09-08T19:17:03.454Z | Compiling peg-runtime v0.8.5 |
| 1805 | 2026-09-08T19:17:03.488Z | Compiling lalrpop-util v0.19.12 |
| 1806 | 2026-09-08T19:17:03.621Z | Compiling thread_local v1.1.9 |
| 1807 | 2026-09-08T19:17:03.637Z | Compiling slog-async v2.8.0 |
| 1808 | 2026-09-08T19:17:03.682Z | Compiling crossbeam-channel v0.5.15 |
| 1809 | 2026-09-08T19:17:03.731Z | Compiling is-terminal v0.4.17 |
| 1810 | 2026-09-08T19:17:03.777Z | Compiling filetime v0.2.27 |
| 1811 | 2026-09-08T19:17:03.829Z | Compiling xattr v1.6.1 |
| 1812 | 2026-09-08T19:17:03.864Z | Compiling take_mut v0.2.2 |
| 1813 | 2026-09-08T19:17:03.900Z | Compiling term v1.2.1 |
| 1814 | 2026-09-08T19:17:03.946Z | Compiling tar v0.4.46 |
| 1815 | 2026-09-08T19:17:03.961Z | Compiling camino-tempfile v1.4.1 |
| 1816 | 2026-09-08T19:17:04.175Z | Compiling slog-term v2.9.2 |
| 1817 | 2026-09-08T19:17:10.289Z | Compiling rustls-webpki v0.103.13 |
| 1818 | 2026-09-08T19:17:13.011Z | Compiling tokio-rustls v0.26.4 |
| 1819 | 2026-09-08T19:17:13.011Z | Compiling rustls-platform-verifier v0.6.2 |
| 1820 | 2026-09-08T19:17:13.015Z | Compiling tough v0.22.0 |
| 1821 | 2026-09-08T19:17:13.228Z | Compiling hyper-rustls v0.27.7 |
| 1822 | 2026-09-08T19:17:13.427Z | Compiling reqwest v0.13.2 |
| 1823 | 2026-09-08T19:17:15.680Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1824 | 2026-09-08T19:17:15.911Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1825 | 2026-09-08T19:17:18.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1826 | 2026-09-08T19:17:19.016Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1827 | 2026-09-08T19:17:19.076Z | Sep 08 19:17:17.704 INFO Starting download, target: Clickhouse |
| 1828 | 2026-09-08T19:17:19.076Z | Sep 08 19:17:17.704 INFO Starting download, target: Cockroach |
| 1829 | 2026-09-08T19:17:19.076Z | Sep 08 19:17:17.704 INFO Starting download, target: Console |
| 1830 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Starting download, target: DendriteStub |
| 1831 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Starting download, target: MaghemiteMgd |
| 1832 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Starting download, target: MaghemiteDdmd |
| 1833 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Starting download, target: TransceiverControl |
| 1834 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1835 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1836 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1837 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1838 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.704 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1839 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.705 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1840 | 2026-09-08T19:17:19.086Z | Sep 08 19:17:17.705 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1841 | 2026-09-08T19:17:19.825Z | Sep 08 19:17:18.438 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1842 | 2026-09-08T19:17:19.981Z | Sep 08 19:17:18.611 INFO Download complete, target: TransceiverControl |
| 1843 | 2026-09-08T19:17:21.282Z | Sep 08 19:17:19.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1844 | 2026-09-08T19:17:21.767Z | Sep 08 19:17:20.398 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1845 | 2026-09-08T19:17:22.020Z | Sep 08 19:17:20.642 INFO Download complete, target: Console |
| 1846 | 2026-09-08T19:17:22.050Z | Sep 08 19:17:20.652 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1847 | 2026-09-08T19:17:22.192Z | Sep 08 19:17:20.811 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1848 | 2026-09-08T19:17:22.221Z | Sep 08 19:17:20.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1849 | 2026-09-08T19:17:22.874Z | Sep 08 19:17:21.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1850 | 2026-09-08T19:17:22.875Z | Sep 08 19:17:21.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1851 | 2026-09-08T19:17:23.591Z | Sep 08 19:17:22.226 INFO Download complete, target: MaghemiteDdmd |
| 1852 | 2026-09-08T19:17:24.296Z | Sep 08 19:17:22.932 INFO Download complete, target: DendriteStub |
| 1853 | 2026-09-08T19:17:24.300Z | Sep 08 19:17:22.937 INFO Download complete, target: MaghemiteMgd |
| 1854 | 2026-09-08T19:17:26.635Z | Sep 08 19:17:25.271 INFO Checking that binary works, target: Cockroach |
| 1855 | 2026-09-08T19:17:26.642Z | Sep 08 19:17:25.278 INFO Checking that binary works, target: Clickhouse |
| 1856 | 2026-09-08T19:17:26.756Z | Sep 08 19:17:25.393 INFO Download complete, target: Clickhouse |
| 1857 | 2026-09-08T19:17:26.760Z | Sep 08 19:17:25.393 INFO Download complete, target: Cockroach |
| 1858 | 2026-09-08T19:17:26.772Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1859 | 2026-09-08T19:17:26.776Z | |
| 1860 | 2026-09-08T19:17:26.776Z | real 2:09.416951787 |
| 1861 | 2026-09-08T19:17:26.776Z | user 7:19.052957483 |
| 1862 | 2026-09-08T19:17:26.776Z | sys 1:29.108794804 |
| 1863 | 2026-09-08T19:17:26.776Z | trap 0.247720845 |
| 1864 | 2026-09-08T19:17:26.776Z | tflt 0.419115455 |
| 1865 | 2026-09-08T19:17:26.776Z | dflt 0.561567737 |
| 1866 | 2026-09-08T19:17:26.776Z | kflt 0.020317304 |
| 1867 | 2026-09-08T19:17:26.776Z | lock 27:25.044700754 |
| 1868 | 2026-09-08T19:17:26.776Z | slp 22:21.139519744 |
| 1869 | 2026-09-08T19:17:26.776Z | lat 49.518547065 |
| 1870 | 2026-09-08T19:17:26.776Z | stop 2:46.787125189 |
| 1871 | 2026-09-08T19:17:26.776Z | + banner hack-check |
| 1872 | 2026-09-08T19:17:26.776Z | |
| 1873 | 2026-09-08T19:17:26.776Z | # # ## #### # # #### # # ###### #### # # |
| 1874 | 2026-09-08T19:17:26.776Z | # # # # # # # # # # # # # # # # # |
| 1875 | 2026-09-08T19:17:26.776Z | ###### # # # #### ##### # ###### ##### # #### |
| 1876 | 2026-09-08T19:17:26.776Z | # # ###### # # # # # # # # # # |
| 1877 | 2026-09-08T19:17:26.776Z | # # # # # # # # # # # # # # # # # |
| 1878 | 2026-09-08T19:17:26.776Z | # # # # #### # # #### # # ###### #### # # |
| 1879 | 2026-09-08T19:17:26.776Z | |
| 1880 | 2026-09-08T19:17:26.776Z | + export CARGO_INCREMENTAL=0 |
| 1881 | 2026-09-08T19:17:26.776Z | + CARGO_INCREMENTAL=0 |
| 1882 | 2026-09-08T19:17:26.776Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1883 | 2026-09-08T19:17:27.243Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1884 | 2026-09-08T19:17:27.529Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1885 | 2026-09-08T19:17:29.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1886 | 2026-09-08T19:17:29.412Z | Running `target/debug/xtask check-features --ci` |
| 1887 | 2026-09-08T19:17:29.437Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1888 | 2026-09-08T19:17:29.437Z | running: "/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1889 | 2026-09-08T19:17:29.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1890 | 2026-09-08T19:17:29.882Z | Running `target/debug/xtask download cargo-hack` |
| 1891 | 2026-09-08T19:17:30.671Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1892 | 2026-09-08T19:17:30.994Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1893 | 2026-09-08T19:17:33.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 1894 | 2026-09-08T19:17:33.732Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1895 | 2026-09-08T19:17:33.768Z | Sep 08 19:17:32.405 INFO Starting download, target: CargoHack |
| 1896 | 2026-09-08T19:17:33.773Z | Sep 08 19:17:32.405 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1897 | 2026-09-08T19:17:34.156Z | Sep 08 19:17:32.793 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1898 | 2026-09-08T19:17:34.195Z | Sep 08 19:17:32.831 INFO Download complete, target: CargoHack |
| 1899 | 2026-09-08T19:17:34.198Z | running: "/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1900 | 2026-09-08T19:17:34.210Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1901 | 2026-09-08T19:17:34.371Z | info: running `cargo check --bins` on api_identity (1/376) |
| 1902 | 2026-09-08T19:17:34.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-09-08T19:17:34.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-09-08T19:17:34.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-09-08T19:17:34.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1906 | 2026-09-08T19:17:34.923Z | |
| 1907 | 2026-09-08T19:17:34.923Z | info: running `cargo check --bins` on bootstore (2/376) |
| 1908 | 2026-09-08T19:17:35.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-09-08T19:17:35.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-09-08T19:17:35.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-09-08T19:17:35.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1912 | 2026-09-08T19:17:35.480Z | |
| 1913 | 2026-09-08T19:17:35.480Z | info: running `cargo check --bins` on omicron-ledger (3/376) |
| 1914 | 2026-09-08T19:17:35.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-09-08T19:17:35.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-09-08T19:17:35.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-09-08T19:17:35.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1918 | 2026-09-08T19:17:36.024Z | |
| 1919 | 2026-09-08T19:17:36.024Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376) |
| 1920 | 2026-09-08T19:17:36.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-09-08T19:17:36.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-09-08T19:17:36.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-09-08T19:17:36.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1924 | 2026-09-08T19:17:36.573Z | |
| 1925 | 2026-09-08T19:17:36.573Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376) |
| 1926 | 2026-09-08T19:17:37.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-09-08T19:17:37.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-09-08T19:17:37.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-09-08T19:17:37.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1930 | 2026-09-08T19:17:37.124Z | |
| 1931 | 2026-09-08T19:17:37.124Z | info: running `cargo check --bins` on omicron-certificates (6/376) |
| 1932 | 2026-09-08T19:17:37.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-09-08T19:17:37.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-09-08T19:17:37.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-09-08T19:17:37.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1936 | 2026-09-08T19:17:37.687Z | |
| 1937 | 2026-09-08T19:17:37.687Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/376) |
| 1938 | 2026-09-08T19:17:38.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-09-08T19:17:38.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-09-08T19:17:38.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-09-08T19:17:38.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1942 | 2026-09-08T19:17:38.252Z | |
| 1943 | 2026-09-08T19:17:38.252Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376) |
| 1944 | 2026-09-08T19:17:38.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-09-08T19:17:38.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-09-08T19:17:38.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-09-08T19:17:38.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1948 | 2026-09-08T19:17:38.810Z | |
| 1949 | 2026-09-08T19:17:38.810Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376) |
| 1950 | 2026-09-08T19:17:39.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-09-08T19:17:39.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-09-08T19:17:39.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-09-08T19:17:39.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1954 | 2026-09-08T19:17:39.207Z | |
| 1955 | 2026-09-08T19:17:39.207Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376) |
| 1956 | 2026-09-08T19:17:39.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-09-08T19:17:39.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-09-08T19:17:39.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-09-08T19:17:39.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1960 | 2026-09-08T19:17:39.620Z | |
| 1961 | 2026-09-08T19:17:39.620Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376) |
| 1962 | 2026-09-08T19:17:39.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-09-08T19:17:39.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-09-08T19:17:39.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-09-08T19:17:39.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1966 | 2026-09-08T19:17:40.030Z | |
| 1967 | 2026-09-08T19:17:40.030Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376) |
| 1968 | 2026-09-08T19:17:40.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-09-08T19:17:40.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-09-08T19:17:40.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-09-08T19:17:40.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1972 | 2026-09-08T19:17:40.440Z | |
| 1973 | 2026-09-08T19:17:40.440Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376) |
| 1974 | 2026-09-08T19:17:40.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-09-08T19:17:40.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-09-08T19:17:40.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-09-08T19:17:40.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1978 | 2026-09-08T19:17:40.848Z | |
| 1979 | 2026-09-08T19:17:40.848Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376) |
| 1980 | 2026-09-08T19:17:41.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-09-08T19:17:41.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-09-08T19:17:41.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-09-08T19:17:41.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1984 | 2026-09-08T19:17:41.253Z | |
| 1985 | 2026-09-08T19:17:41.253Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376) |
| 1986 | 2026-09-08T19:17:41.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-09-08T19:17:41.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-09-08T19:17:41.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-09-08T19:17:41.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1990 | 2026-09-08T19:17:41.664Z | |
| 1991 | 2026-09-08T19:17:41.664Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376) |
| 1992 | 2026-09-08T19:17:42.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-09-08T19:17:42.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-09-08T19:17:42.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-09-08T19:17:42.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1996 | 2026-09-08T19:17:42.075Z | |
| 1997 | 2026-09-08T19:17:42.075Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376) |
| 1998 | 2026-09-08T19:17:42.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-09-08T19:17:42.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-09-08T19:17:42.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-09-08T19:17:42.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2002 | 2026-09-08T19:17:42.491Z | |
| 2003 | 2026-09-08T19:17:42.491Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376) |
| 2004 | 2026-09-08T19:17:42.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-09-08T19:17:42.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-09-08T19:17:42.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-09-08T19:17:42.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2008 | 2026-09-08T19:17:42.897Z | |
| 2009 | 2026-09-08T19:17:42.897Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376) |
| 2010 | 2026-09-08T19:17:43.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-09-08T19:17:43.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-09-08T19:17:43.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-09-08T19:17:43.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2014 | 2026-09-08T19:17:43.306Z | |
| 2015 | 2026-09-08T19:17:43.306Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376) |
| 2016 | 2026-09-08T19:17:43.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-09-08T19:17:43.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-09-08T19:17:43.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-09-08T19:17:43.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2020 | 2026-09-08T19:17:43.717Z | |
| 2021 | 2026-09-08T19:17:43.717Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376) |
| 2022 | 2026-09-08T19:17:44.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-09-08T19:17:44.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-09-08T19:17:44.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-09-08T19:17:44.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2026 | 2026-09-08T19:17:44.127Z | |
| 2027 | 2026-09-08T19:17:44.127Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376) |
| 2028 | 2026-09-08T19:17:44.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-09-08T19:17:44.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-09-08T19:17:44.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-09-08T19:17:44.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2032 | 2026-09-08T19:17:44.534Z | |
| 2033 | 2026-09-08T19:17:44.534Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376) |
| 2034 | 2026-09-08T19:17:44.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-09-08T19:17:44.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-09-08T19:17:44.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-09-08T19:17:44.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2038 | 2026-09-08T19:17:44.939Z | |
| 2039 | 2026-09-08T19:17:44.939Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376) |
| 2040 | 2026-09-08T19:17:45.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-09-08T19:17:45.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-09-08T19:17:45.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-09-08T19:17:45.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2044 | 2026-09-08T19:17:45.349Z | |
| 2045 | 2026-09-08T19:17:45.349Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376) |
| 2046 | 2026-09-08T19:17:45.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-09-08T19:17:45.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-09-08T19:17:45.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-09-08T19:17:45.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2050 | 2026-09-08T19:17:45.759Z | |
| 2051 | 2026-09-08T19:17:45.759Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376) |
| 2052 | 2026-09-08T19:17:46.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-09-08T19:17:46.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-09-08T19:17:46.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-09-08T19:17:46.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2056 | 2026-09-08T19:17:46.169Z | |
| 2057 | 2026-09-08T19:17:46.169Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376) |
| 2058 | 2026-09-08T19:17:46.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-09-08T19:17:46.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-09-08T19:17:46.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-09-08T19:17:46.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2062 | 2026-09-08T19:17:46.577Z | |
| 2063 | 2026-09-08T19:17:46.577Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376) |
| 2064 | 2026-09-08T19:17:46.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-09-08T19:17:46.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-09-08T19:17:46.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-09-08T19:17:46.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2068 | 2026-09-08T19:17:46.985Z | |
| 2069 | 2026-09-08T19:17:46.985Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376) |
| 2070 | 2026-09-08T19:17:47.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-09-08T19:17:47.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-09-08T19:17:47.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-09-08T19:17:47.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2074 | 2026-09-08T19:17:47.392Z | |
| 2075 | 2026-09-08T19:17:47.393Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376) |
| 2076 | 2026-09-08T19:17:47.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-09-08T19:17:47.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-09-08T19:17:47.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-09-08T19:17:47.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2080 | 2026-09-08T19:17:47.803Z | |
| 2081 | 2026-09-08T19:17:47.804Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376) |
| 2082 | 2026-09-08T19:17:48.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-09-08T19:17:48.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-09-08T19:17:48.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-09-08T19:17:48.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2086 | 2026-09-08T19:17:48.217Z | |
| 2087 | 2026-09-08T19:17:48.217Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376) |
| 2088 | 2026-09-08T19:17:48.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-09-08T19:17:48.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-09-08T19:17:48.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-09-08T19:17:48.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2092 | 2026-09-08T19:17:48.629Z | |
| 2093 | 2026-09-08T19:17:48.629Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376) |
| 2094 | 2026-09-08T19:17:48.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-09-08T19:17:48.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-09-08T19:17:48.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-09-08T19:17:48.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2098 | 2026-09-08T19:17:49.039Z | |
| 2099 | 2026-09-08T19:17:49.039Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376) |
| 2100 | 2026-09-08T19:17:49.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-09-08T19:17:49.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-09-08T19:17:49.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-09-08T19:17:49.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2104 | 2026-09-08T19:17:49.450Z | |
| 2105 | 2026-09-08T19:17:49.450Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376) |
| 2106 | 2026-09-08T19:17:49.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-09-08T19:17:49.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-09-08T19:17:49.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-09-08T19:17:49.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2110 | 2026-09-08T19:17:49.859Z | |
| 2111 | 2026-09-08T19:17:49.859Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376) |
| 2112 | 2026-09-08T19:17:50.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-09-08T19:17:50.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-09-08T19:17:50.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-09-08T19:17:50.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2116 | 2026-09-08T19:17:50.269Z | |
| 2117 | 2026-09-08T19:17:50.269Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376) |
| 2118 | 2026-09-08T19:17:50.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-09-08T19:17:50.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-09-08T19:17:50.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-09-08T19:17:50.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2122 | 2026-09-08T19:17:50.676Z | |
| 2123 | 2026-09-08T19:17:50.676Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376) |
| 2124 | 2026-09-08T19:17:51.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-09-08T19:17:51.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-09-08T19:17:51.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-09-08T19:17:51.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2128 | 2026-09-08T19:17:51.082Z | |
| 2129 | 2026-09-08T19:17:51.082Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376) |
| 2130 | 2026-09-08T19:17:51.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-09-08T19:17:51.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-09-08T19:17:51.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-09-08T19:17:51.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2134 | 2026-09-08T19:17:51.490Z | |
| 2135 | 2026-09-08T19:17:51.490Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376) |
| 2136 | 2026-09-08T19:17:51.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-09-08T19:17:51.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-09-08T19:17:51.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-09-08T19:17:51.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2140 | 2026-09-08T19:17:51.902Z | |
| 2141 | 2026-09-08T19:17:51.902Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376) |
| 2142 | 2026-09-08T19:17:52.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-09-08T19:17:52.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-09-08T19:17:52.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-09-08T19:17:52.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2146 | 2026-09-08T19:17:52.314Z | |
| 2147 | 2026-09-08T19:17:52.314Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376) |
| 2148 | 2026-09-08T19:17:52.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-09-08T19:17:52.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-09-08T19:17:52.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-09-08T19:17:52.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2152 | 2026-09-08T19:17:52.728Z | |
| 2153 | 2026-09-08T19:17:52.729Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376) |
| 2154 | 2026-09-08T19:17:53.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-09-08T19:17:53.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-09-08T19:17:53.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-09-08T19:17:53.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2158 | 2026-09-08T19:17:53.136Z | |
| 2159 | 2026-09-08T19:17:53.136Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376) |
| 2160 | 2026-09-08T19:17:53.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-09-08T19:17:53.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-09-08T19:17:53.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-09-08T19:17:53.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2164 | 2026-09-08T19:17:53.545Z | |
| 2165 | 2026-09-08T19:17:53.546Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376) |
| 2166 | 2026-09-08T19:17:53.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-09-08T19:17:53.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-09-08T19:17:53.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-09-08T19:17:53.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2170 | 2026-09-08T19:17:53.955Z | |
| 2171 | 2026-09-08T19:17:53.955Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376) |
| 2172 | 2026-09-08T19:17:54.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-09-08T19:17:54.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-09-08T19:17:54.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-09-08T19:17:54.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2176 | 2026-09-08T19:17:54.367Z | |
| 2177 | 2026-09-08T19:17:54.368Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376) |
| 2178 | 2026-09-08T19:17:54.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-09-08T19:17:54.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-09-08T19:17:54.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-09-08T19:17:54.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2182 | 2026-09-08T19:17:54.781Z | |
| 2183 | 2026-09-08T19:17:54.781Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376) |
| 2184 | 2026-09-08T19:17:55.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-09-08T19:17:55.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-09-08T19:17:55.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-09-08T19:17:55.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2188 | 2026-09-08T19:17:55.195Z | |
| 2189 | 2026-09-08T19:17:55.196Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376) |
| 2190 | 2026-09-08T19:17:55.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-09-08T19:17:55.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-09-08T19:17:55.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-09-08T19:17:55.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2194 | 2026-09-08T19:17:55.610Z | |
| 2195 | 2026-09-08T19:17:55.610Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376) |
| 2196 | 2026-09-08T19:17:55.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-09-08T19:17:55.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-09-08T19:17:55.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-09-08T19:17:55.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2200 | 2026-09-08T19:17:56.024Z | |
| 2201 | 2026-09-08T19:17:56.024Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376) |
| 2202 | 2026-09-08T19:17:56.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-09-08T19:17:56.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-09-08T19:17:56.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-09-08T19:17:56.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2206 | 2026-09-08T19:17:56.439Z | |
| 2207 | 2026-09-08T19:17:56.439Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376) |
| 2208 | 2026-09-08T19:17:56.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-09-08T19:17:56.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-09-08T19:17:56.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-09-08T19:17:56.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2212 | 2026-09-08T19:17:56.849Z | |
| 2213 | 2026-09-08T19:17:56.849Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376) |
| 2214 | 2026-09-08T19:17:57.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-09-08T19:17:57.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-09-08T19:17:57.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-09-08T19:17:57.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2218 | 2026-09-08T19:17:57.257Z | |
| 2219 | 2026-09-08T19:17:57.257Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376) |
| 2220 | 2026-09-08T19:17:57.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-09-08T19:17:57.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-09-08T19:17:57.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-09-08T19:17:57.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2224 | 2026-09-08T19:17:57.669Z | |
| 2225 | 2026-09-08T19:17:57.669Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376) |
| 2226 | 2026-09-08T19:17:58.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-09-08T19:17:58.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-09-08T19:17:58.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-09-08T19:17:58.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2230 | 2026-09-08T19:17:58.082Z | |
| 2231 | 2026-09-08T19:17:58.082Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376) |
| 2232 | 2026-09-08T19:17:58.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-09-08T19:17:58.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-09-08T19:17:58.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-09-08T19:17:58.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2236 | 2026-09-08T19:17:58.494Z | |
| 2237 | 2026-09-08T19:17:58.494Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376) |
| 2238 | 2026-09-08T19:17:58.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-09-08T19:17:58.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-09-08T19:17:58.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-09-08T19:17:58.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2242 | 2026-09-08T19:17:58.902Z | |
| 2243 | 2026-09-08T19:17:58.902Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376) |
| 2244 | 2026-09-08T19:17:59.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-09-08T19:17:59.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-09-08T19:17:59.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-09-08T19:17:59.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2248 | 2026-09-08T19:17:59.310Z | |
| 2249 | 2026-09-08T19:17:59.310Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376) |
| 2250 | 2026-09-08T19:17:59.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-09-08T19:17:59.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-09-08T19:17:59.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2253 | 2026-09-08T19:17:59.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2254 | 2026-09-08T19:17:59.719Z | |
| 2255 | 2026-09-08T19:17:59.719Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376) |
| 2256 | 2026-09-08T19:18:00.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2257 | 2026-09-08T19:18:00.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2258 | 2026-09-08T19:18:00.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2259 | 2026-09-08T19:18:00.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2260 | 2026-09-08T19:18:00.127Z | |
| 2261 | 2026-09-08T19:18:00.127Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376) |
| 2262 | 2026-09-08T19:18:00.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2263 | 2026-09-08T19:18:00.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2264 | 2026-09-08T19:18:00.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2265 | 2026-09-08T19:18:00.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2266 | 2026-09-08T19:18:00.540Z | |
| 2267 | 2026-09-08T19:18:00.540Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376) |
| 2268 | 2026-09-08T19:18:00.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2269 | 2026-09-08T19:18:00.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2270 | 2026-09-08T19:18:00.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2271 | 2026-09-08T19:18:00.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2272 | 2026-09-08T19:18:00.951Z | |
| 2273 | 2026-09-08T19:18:00.951Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376) |
| 2274 | 2026-09-08T19:18:01.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2275 | 2026-09-08T19:18:01.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2276 | 2026-09-08T19:18:01.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2277 | 2026-09-08T19:18:01.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2278 | 2026-09-08T19:18:01.364Z | |
| 2279 | 2026-09-08T19:18:01.364Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376) |
| 2280 | 2026-09-08T19:18:01.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2281 | 2026-09-08T19:18:01.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2282 | 2026-09-08T19:18:01.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2283 | 2026-09-08T19:18:01.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2284 | 2026-09-08T19:18:01.775Z | |
| 2285 | 2026-09-08T19:18:01.775Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376) |
| 2286 | 2026-09-08T19:18:02.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2287 | 2026-09-08T19:18:02.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2288 | 2026-09-08T19:18:02.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2289 | 2026-09-08T19:18:02.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2290 | 2026-09-08T19:18:02.187Z | |
| 2291 | 2026-09-08T19:18:02.187Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376) |
| 2292 | 2026-09-08T19:18:02.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2293 | 2026-09-08T19:18:02.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2294 | 2026-09-08T19:18:02.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2295 | 2026-09-08T19:18:02.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2296 | 2026-09-08T19:18:02.601Z | |
| 2297 | 2026-09-08T19:18:02.601Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376) |
| 2298 | 2026-09-08T19:18:02.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2299 | 2026-09-08T19:18:02.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2300 | 2026-09-08T19:18:02.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2301 | 2026-09-08T19:18:02.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2302 | 2026-09-08T19:18:03.015Z | |
| 2303 | 2026-09-08T19:18:03.016Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376) |
| 2304 | 2026-09-08T19:18:03.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2305 | 2026-09-08T19:18:03.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2306 | 2026-09-08T19:18:03.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2307 | 2026-09-08T19:18:03.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2308 | 2026-09-08T19:18:03.431Z | |
| 2309 | 2026-09-08T19:18:03.431Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376) |
| 2310 | 2026-09-08T19:18:03.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2311 | 2026-09-08T19:18:03.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2312 | 2026-09-08T19:18:03.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2313 | 2026-09-08T19:18:03.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2314 | 2026-09-08T19:18:03.844Z | |
| 2315 | 2026-09-08T19:18:03.844Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376) |
| 2316 | 2026-09-08T19:18:04.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2317 | 2026-09-08T19:18:04.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2318 | 2026-09-08T19:18:04.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2319 | 2026-09-08T19:18:04.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2320 | 2026-09-08T19:18:04.255Z | |
| 2321 | 2026-09-08T19:18:04.255Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376) |
| 2322 | 2026-09-08T19:18:04.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2323 | 2026-09-08T19:18:04.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2324 | 2026-09-08T19:18:04.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2325 | 2026-09-08T19:18:04.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2326 | 2026-09-08T19:18:04.664Z | |
| 2327 | 2026-09-08T19:18:04.664Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376) |
| 2328 | 2026-09-08T19:18:05.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2329 | 2026-09-08T19:18:05.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2330 | 2026-09-08T19:18:05.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2331 | 2026-09-08T19:18:05.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2332 | 2026-09-08T19:18:05.076Z | |
| 2333 | 2026-09-08T19:18:05.076Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376) |
| 2334 | 2026-09-08T19:18:05.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2335 | 2026-09-08T19:18:05.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2336 | 2026-09-08T19:18:05.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2337 | 2026-09-08T19:18:05.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2338 | 2026-09-08T19:18:05.490Z | |
| 2339 | 2026-09-08T19:18:05.490Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376) |
| 2340 | 2026-09-08T19:18:05.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2341 | 2026-09-08T19:18:05.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2342 | 2026-09-08T19:18:05.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2343 | 2026-09-08T19:18:05.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2344 | 2026-09-08T19:18:05.901Z | |
| 2345 | 2026-09-08T19:18:05.902Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376) |
| 2346 | 2026-09-08T19:18:06.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2347 | 2026-09-08T19:18:06.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2348 | 2026-09-08T19:18:06.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2349 | 2026-09-08T19:18:06.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2350 | 2026-09-08T19:18:06.312Z | |
| 2351 | 2026-09-08T19:18:06.312Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376) |
| 2352 | 2026-09-08T19:18:06.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2353 | 2026-09-08T19:18:06.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2354 | 2026-09-08T19:18:06.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2355 | 2026-09-08T19:18:06.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2356 | 2026-09-08T19:18:06.724Z | |
| 2357 | 2026-09-08T19:18:06.724Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376) |
| 2358 | 2026-09-08T19:18:07.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2359 | 2026-09-08T19:18:07.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2360 | 2026-09-08T19:18:07.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2361 | 2026-09-08T19:18:07.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2362 | 2026-09-08T19:18:07.137Z | |
| 2363 | 2026-09-08T19:18:07.137Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376) |
| 2364 | 2026-09-08T19:18:07.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2365 | 2026-09-08T19:18:07.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2366 | 2026-09-08T19:18:07.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2367 | 2026-09-08T19:18:07.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2368 | 2026-09-08T19:18:07.549Z | |
| 2369 | 2026-09-08T19:18:07.549Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376) |
| 2370 | 2026-09-08T19:18:07.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2371 | 2026-09-08T19:18:07.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2372 | 2026-09-08T19:18:07.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2373 | 2026-09-08T19:18:07.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2374 | 2026-09-08T19:18:07.957Z | |
| 2375 | 2026-09-08T19:18:07.958Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376) |
| 2376 | 2026-09-08T19:18:08.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2377 | 2026-09-08T19:18:08.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2378 | 2026-09-08T19:18:08.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2379 | 2026-09-08T19:18:08.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2380 | 2026-09-08T19:18:08.371Z | |
| 2381 | 2026-09-08T19:18:08.371Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376) |
| 2382 | 2026-09-08T19:18:08.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2383 | 2026-09-08T19:18:08.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2384 | 2026-09-08T19:18:08.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2385 | 2026-09-08T19:18:08.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2386 | 2026-09-08T19:18:08.785Z | |
| 2387 | 2026-09-08T19:18:08.785Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376) |
| 2388 | 2026-09-08T19:18:09.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2389 | 2026-09-08T19:18:09.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2390 | 2026-09-08T19:18:09.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2391 | 2026-09-08T19:18:09.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2392 | 2026-09-08T19:18:09.198Z | |
| 2393 | 2026-09-08T19:18:09.198Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376) |
| 2394 | 2026-09-08T19:18:09.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2395 | 2026-09-08T19:18:09.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2396 | 2026-09-08T19:18:09.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2397 | 2026-09-08T19:18:09.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2398 | 2026-09-08T19:18:09.608Z | |
| 2399 | 2026-09-08T19:18:09.608Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376) |
| 2400 | 2026-09-08T19:18:09.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2401 | 2026-09-08T19:18:09.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2402 | 2026-09-08T19:18:09.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2403 | 2026-09-08T19:18:09.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2404 | 2026-09-08T19:18:10.019Z | |
| 2405 | 2026-09-08T19:18:10.020Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376) |
| 2406 | 2026-09-08T19:18:10.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2407 | 2026-09-08T19:18:10.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2408 | 2026-09-08T19:18:10.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2409 | 2026-09-08T19:18:10.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2410 | 2026-09-08T19:18:10.434Z | |
| 2411 | 2026-09-08T19:18:10.434Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376) |
| 2412 | 2026-09-08T19:18:10.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2413 | 2026-09-08T19:18:10.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2414 | 2026-09-08T19:18:10.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2415 | 2026-09-08T19:18:10.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2416 | 2026-09-08T19:18:10.849Z | |
| 2417 | 2026-09-08T19:18:10.849Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376) |
| 2418 | 2026-09-08T19:18:11.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2419 | 2026-09-08T19:18:11.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2420 | 2026-09-08T19:18:11.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2421 | 2026-09-08T19:18:11.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2422 | 2026-09-08T19:18:11.265Z | |
| 2423 | 2026-09-08T19:18:11.265Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376) |
| 2424 | 2026-09-08T19:18:11.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2425 | 2026-09-08T19:18:11.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2426 | 2026-09-08T19:18:11.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2427 | 2026-09-08T19:18:11.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2428 | 2026-09-08T19:18:11.677Z | |
| 2429 | 2026-09-08T19:18:11.677Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376) |
| 2430 | 2026-09-08T19:18:12.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2431 | 2026-09-08T19:18:12.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2432 | 2026-09-08T19:18:12.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2433 | 2026-09-08T19:18:12.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2434 | 2026-09-08T19:18:12.272Z | |
| 2435 | 2026-09-08T19:18:12.272Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376) |
| 2436 | 2026-09-08T19:18:12.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2437 | 2026-09-08T19:18:12.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2438 | 2026-09-08T19:18:12.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2439 | 2026-09-08T19:18:12.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2440 | 2026-09-08T19:18:12.870Z | |
| 2441 | 2026-09-08T19:18:12.870Z | info: running `cargo check --bins` on nexus-config (91/376) |
| 2442 | 2026-09-08T19:18:13.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2443 | 2026-09-08T19:18:13.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2444 | 2026-09-08T19:18:13.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2445 | 2026-09-08T19:18:13.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2446 | 2026-09-08T19:18:13.467Z | |
| 2447 | 2026-09-08T19:18:13.468Z | info: running `cargo check --bins` on nexus-types (92/376) |
| 2448 | 2026-09-08T19:18:13.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2449 | 2026-09-08T19:18:13.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2450 | 2026-09-08T19:18:13.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2451 | 2026-09-08T19:18:13.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2452 | 2026-09-08T19:18:14.063Z | |
| 2453 | 2026-09-08T19:18:14.063Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376) |
| 2454 | 2026-09-08T19:18:14.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2455 | 2026-09-08T19:18:14.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2456 | 2026-09-08T19:18:14.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2457 | 2026-09-08T19:18:14.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2458 | 2026-09-08T19:18:14.631Z | |
| 2459 | 2026-09-08T19:18:14.631Z | info: running `cargo check --bins` on omicron-passwords (94/376) |
| 2460 | 2026-09-08T19:18:15.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2461 | 2026-09-08T19:18:15.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2462 | 2026-09-08T19:18:15.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2463 | 2026-09-08T19:18:15.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2464 | 2026-09-08T19:18:15.179Z | |
| 2465 | 2026-09-08T19:18:15.179Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/376) |
| 2466 | 2026-09-08T19:18:15.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2467 | 2026-09-08T19:18:15.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2468 | 2026-09-08T19:18:15.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2469 | 2026-09-08T19:18:15.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2470 | 2026-09-08T19:18:15.748Z | |
| 2471 | 2026-09-08T19:18:15.748Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376) |
| 2472 | 2026-09-08T19:18:16.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2473 | 2026-09-08T19:18:16.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2474 | 2026-09-08T19:18:16.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2475 | 2026-09-08T19:18:16.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2476 | 2026-09-08T19:18:16.315Z | |
| 2477 | 2026-09-08T19:18:16.315Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376) |
| 2478 | 2026-09-08T19:18:16.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2479 | 2026-09-08T19:18:16.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2480 | 2026-09-08T19:18:16.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2481 | 2026-09-08T19:18:16.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2482 | 2026-09-08T19:18:16.882Z | |
| 2483 | 2026-09-08T19:18:16.882Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376) |
| 2484 | 2026-09-08T19:18:17.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2485 | 2026-09-08T19:18:17.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2486 | 2026-09-08T19:18:17.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2487 | 2026-09-08T19:18:17.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2488 | 2026-09-08T19:18:17.450Z | |
| 2489 | 2026-09-08T19:18:17.450Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376) |
| 2490 | 2026-09-08T19:18:17.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2491 | 2026-09-08T19:18:17.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2492 | 2026-09-08T19:18:17.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2493 | 2026-09-08T19:18:17.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2494 | 2026-09-08T19:18:17.999Z | |
| 2495 | 2026-09-08T19:18:17.999Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376) |
| 2496 | 2026-09-08T19:18:18.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2497 | 2026-09-08T19:18:18.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2498 | 2026-09-08T19:18:18.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2499 | 2026-09-08T19:18:18.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2500 | 2026-09-08T19:18:18.549Z | |
| 2501 | 2026-09-08T19:18:18.549Z | info: running `cargo check --bins --no-default-features` on gfss (101/376) |
| 2502 | 2026-09-08T19:18:19.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2503 | 2026-09-08T19:18:19.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2504 | 2026-09-08T19:18:19.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2505 | 2026-09-08T19:18:19.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2506 | 2026-09-08T19:18:19.091Z | |
| 2507 | 2026-09-08T19:18:19.091Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376) |
| 2508 | 2026-09-08T19:18:19.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2509 | 2026-09-08T19:18:19.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2510 | 2026-09-08T19:18:19.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2511 | 2026-09-08T19:18:19.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2512 | 2026-09-08T19:18:19.638Z | |
| 2513 | 2026-09-08T19:18:19.638Z | info: running `cargo check --bins` on trust-quorum-types (103/376) |
| 2514 | 2026-09-08T19:18:20.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2515 | 2026-09-08T19:18:20.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2516 | 2026-09-08T19:18:20.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2517 | 2026-09-08T19:18:20.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2518 | 2026-09-08T19:18:20.184Z | |
| 2519 | 2026-09-08T19:18:20.184Z | info: running `cargo check --bins` on wicketd-commission-types (104/376) |
| 2520 | 2026-09-08T19:18:20.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2521 | 2026-09-08T19:18:20.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2522 | 2026-09-08T19:18:20.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2523 | 2026-09-08T19:18:20.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2524 | 2026-09-08T19:18:20.749Z | |
| 2525 | 2026-09-08T19:18:20.749Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/376) |
| 2526 | 2026-09-08T19:18:21.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2527 | 2026-09-08T19:18:21.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2528 | 2026-09-08T19:18:21.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2529 | 2026-09-08T19:18:21.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2530 | 2026-09-08T19:18:21.312Z | |
| 2531 | 2026-09-08T19:18:21.312Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376) |
| 2532 | 2026-09-08T19:18:21.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2533 | 2026-09-08T19:18:21.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2534 | 2026-09-08T19:18:21.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2535 | 2026-09-08T19:18:21.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2536 | 2026-09-08T19:18:21.865Z | |
| 2537 | 2026-09-08T19:18:21.865Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376) |
| 2538 | 2026-09-08T19:18:22.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2539 | 2026-09-08T19:18:22.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2540 | 2026-09-08T19:18:22.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2541 | 2026-09-08T19:18:22.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2542 | 2026-09-08T19:18:22.424Z | |
| 2543 | 2026-09-08T19:18:22.424Z | info: running `cargo check --bins` on clickhouse-admin-types (108/376) |
| 2544 | 2026-09-08T19:18:22.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2545 | 2026-09-08T19:18:22.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2546 | 2026-09-08T19:18:22.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2547 | 2026-09-08T19:18:22.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2548 | 2026-09-08T19:18:22.987Z | |
| 2549 | 2026-09-08T19:18:22.987Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/376) |
| 2550 | 2026-09-08T19:18:23.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2551 | 2026-09-08T19:18:23.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2552 | 2026-09-08T19:18:23.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2553 | 2026-09-08T19:18:23.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2554 | 2026-09-08T19:18:23.554Z | |
| 2555 | 2026-09-08T19:18:23.554Z | info: running `cargo check --bins` on cockroach-admin-types (110/376) |
| 2556 | 2026-09-08T19:18:24.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2557 | 2026-09-08T19:18:24.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2558 | 2026-09-08T19:18:24.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2559 | 2026-09-08T19:18:24.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2560 | 2026-09-08T19:18:24.100Z | |
| 2561 | 2026-09-08T19:18:24.100Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/376) |
| 2562 | 2026-09-08T19:18:24.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2563 | 2026-09-08T19:18:24.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2564 | 2026-09-08T19:18:24.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2565 | 2026-09-08T19:18:24.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2566 | 2026-09-08T19:18:24.649Z | |
| 2567 | 2026-09-08T19:18:24.649Z | info: running `cargo check --bins` on ereport-types (112/376) |
| 2568 | 2026-09-08T19:18:25.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2569 | 2026-09-08T19:18:25.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2570 | 2026-09-08T19:18:25.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2571 | 2026-09-08T19:18:25.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2572 | 2026-09-08T19:18:25.199Z | |
| 2573 | 2026-09-08T19:18:25.199Z | info: running `cargo check --bins` on gateway-client (113/376) |
| 2574 | 2026-09-08T19:18:25.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2575 | 2026-09-08T19:18:25.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2576 | 2026-09-08T19:18:25.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2577 | 2026-09-08T19:18:25.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2578 | 2026-09-08T19:18:25.757Z | |
| 2579 | 2026-09-08T19:18:25.757Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/376) |
| 2580 | 2026-09-08T19:18:26.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2581 | 2026-09-08T19:18:26.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2582 | 2026-09-08T19:18:26.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2583 | 2026-09-08T19:18:26.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2584 | 2026-09-08T19:18:26.305Z | |
| 2585 | 2026-09-08T19:18:26.305Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376) |
| 2586 | 2026-09-08T19:18:26.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2587 | 2026-09-08T19:18:26.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2588 | 2026-09-08T19:18:26.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2589 | 2026-09-08T19:18:26.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2590 | 2026-09-08T19:18:26.857Z | |
| 2591 | 2026-09-08T19:18:26.857Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/376) |
| 2592 | 2026-09-08T19:18:27.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2593 | 2026-09-08T19:18:27.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2594 | 2026-09-08T19:18:27.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2595 | 2026-09-08T19:18:27.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2596 | 2026-09-08T19:18:27.430Z | |
| 2597 | 2026-09-08T19:18:27.430Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376) |
| 2598 | 2026-09-08T19:18:27.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2599 | 2026-09-08T19:18:27.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2600 | 2026-09-08T19:18:27.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2601 | 2026-09-08T19:18:27.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2602 | 2026-09-08T19:18:28.002Z | |
| 2603 | 2026-09-08T19:18:28.002Z | info: running `cargo check --bins` on key-manager-types (118/376) |
| 2604 | 2026-09-08T19:18:28.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2605 | 2026-09-08T19:18:28.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2606 | 2026-09-08T19:18:28.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2607 | 2026-09-08T19:18:28.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2608 | 2026-09-08T19:18:28.550Z | |
| 2609 | 2026-09-08T19:18:28.550Z | info: running `cargo check --bins` on oxlog (119/376) |
| 2610 | 2026-09-08T19:18:29.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2611 | 2026-09-08T19:18:29.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2612 | 2026-09-08T19:18:29.147Z | Checking cfg-if v1.0.4 |
| 2613 | 2026-09-08T19:18:29.252Z | Checking serde_core v1.0.228 |
| 2614 | 2026-09-08T19:18:29.255Z | Checking libc v0.2.185 |
| 2615 | 2026-09-08T19:18:29.264Z | Checking memchr v2.8.0 |
| 2616 | 2026-09-08T19:18:29.274Z | Checking log v0.4.33 |
| 2617 | 2026-09-08T19:18:29.274Z | Checking smallvec v1.15.1 |
| 2618 | 2026-09-08T19:18:29.293Z | Checking subtle v2.6.1 |
| 2619 | 2026-09-08T19:18:29.304Z | Checking itoa v1.0.17 |
| 2620 | 2026-09-08T19:18:29.313Z | Checking scopeguard v1.2.0 |
| 2621 | 2026-09-08T19:18:29.407Z | Checking lock_api v0.4.14 |
| 2622 | 2026-09-08T19:18:29.424Z | Checking stable_deref_trait v1.2.1 |
| 2623 | 2026-09-08T19:18:29.437Z | Checking typenum v1.20.1 |
| 2624 | 2026-09-08T19:18:29.447Z | Checking zerofrom v0.1.6 |
| 2625 | 2026-09-08T19:18:29.459Z | Checking zerocopy v0.8.55 |
| 2626 | 2026-09-08T19:18:29.491Z | Checking portable-atomic v1.13.1 |
| 2627 | 2026-09-08T19:18:29.553Z | Checking yoke v0.8.1 |
| 2628 | 2026-09-08T19:18:29.601Z | Checking critical-section v1.2.0 |
| 2629 | 2026-09-08T19:18:29.634Z | Checking const-oid v0.9.6 |
| 2630 | 2026-09-08T19:18:29.675Z | Checking errno v0.3.14 |
| 2631 | 2026-09-08T19:18:29.692Z | Checking getrandom v0.2.17 |
| 2632 | 2026-09-08T19:18:29.720Z | Checking zerovec v0.11.5 |
| 2633 | 2026-09-08T19:18:29.789Z | Checking pin-project-lite v0.2.17 |
| 2634 | 2026-09-08T19:18:29.829Z | Checking rand_core v0.6.4 |
| 2635 | 2026-09-08T19:18:29.878Z | Checking libm v0.2.16 |
| 2636 | 2026-09-08T19:18:29.891Z | Checking once_cell v1.21.3 |
| 2637 | 2026-09-08T19:18:29.996Z | Checking zmij v1.0.21 |
| 2638 | 2026-09-08T19:18:30.056Z | Checking signal-hook-registry v1.4.8 |
| 2639 | 2026-09-08T19:18:30.158Z | Checking tinystr v0.8.2 |
| 2640 | 2026-09-08T19:18:30.168Z | Checking parking_lot_core v0.9.12 |
| 2641 | 2026-09-08T19:18:30.205Z | Checking rand_core v0.10.0 |
| 2642 | 2026-09-08T19:18:30.217Z | Checking futures-core v0.3.32 |
| 2643 | 2026-09-08T19:18:30.323Z | Checking writeable v0.6.2 |
| 2644 | 2026-09-08T19:18:30.327Z | Checking litemap v0.8.1 |
| 2645 | 2026-09-08T19:18:30.346Z | Checking percent-encoding v2.3.2 |
| 2646 | 2026-09-08T19:18:30.355Z | Checking parking_lot v0.12.5 |
| 2647 | 2026-09-08T19:18:30.359Z | Checking getrandom v0.4.3 |
| 2648 | 2026-09-08T19:18:30.475Z | Checking potential_utf v0.1.4 |
| 2649 | 2026-09-08T19:18:30.487Z | Checking zerotrie v0.2.3 |
| 2650 | 2026-09-08T19:18:30.499Z | Checking icu_locale_core v2.1.1 |
| 2651 | 2026-09-08T19:18:30.510Z | Checking mio v1.2.0 |
| 2652 | 2026-09-08T19:18:30.540Z | Checking equivalent v1.0.2 |
| 2653 | 2026-09-08T19:18:30.557Z | Checking num-traits v0.2.19 |
| 2654 | 2026-09-08T19:18:30.596Z | Checking icu_collections v2.1.1 |
| 2655 | 2026-09-08T19:18:30.620Z | Checking socket2 v0.6.3 |
| 2656 | 2026-09-08T19:18:30.722Z | Checking icu_properties_data v2.1.2 |
| 2657 | 2026-09-08T19:18:30.758Z | Checking serde v1.0.228 |
| 2658 | 2026-09-08T19:18:30.776Z | Checking bitflags v2.11.0 |
| 2659 | 2026-09-08T19:18:30.843Z | Checking serde_json v1.0.151 |
| 2660 | 2026-09-08T19:18:30.855Z | Checking icu_normalizer_data v2.1.1 |
| 2661 | 2026-09-08T19:18:30.891Z | Checking byteorder v1.5.0 |
| 2662 | 2026-09-08T19:18:30.921Z | Checking futures-sink v0.3.32 |
| 2663 | 2026-09-08T19:18:30.935Z | Checking hashbrown v0.17.0 |
| 2664 | 2026-09-08T19:18:31.018Z | Checking futures-channel v0.3.32 |
| 2665 | 2026-09-08T19:18:31.032Z | Checking icu_provider v2.1.1 |
| 2666 | 2026-09-08T19:18:31.078Z | Checking getrandom v0.3.4 |
| 2667 | 2026-09-08T19:18:31.090Z | Checking utf8_iter v1.0.4 |
| 2668 | 2026-09-08T19:18:31.162Z | Checking zeroize v1.9.0 |
| 2669 | 2026-09-08T19:18:31.202Z | Checking bytes v1.11.1 |
| 2670 | 2026-09-08T19:18:31.206Z | Checking slab v0.4.12 |
| 2671 | 2026-09-08T19:18:31.227Z | Checking futures-io v0.3.32 |
| 2672 | 2026-09-08T19:18:31.251Z | Checking icu_properties v2.1.2 |
| 2673 | 2026-09-08T19:18:31.324Z | Checking generic-array v0.14.7 |
| 2674 | 2026-09-08T19:18:31.337Z | Checking icu_normalizer v2.1.1 |
| 2675 | 2026-09-08T19:18:31.363Z | Checking futures-task v0.3.32 |
| 2676 | 2026-09-08T19:18:31.392Z | Checking indexmap v2.14.0 |
| 2677 | 2026-09-08T19:18:31.496Z | Checking futures-util v0.3.32 |
| 2678 | 2026-09-08T19:18:31.508Z | Checking rustix v1.1.4 |
| 2679 | 2026-09-08T19:18:31.634Z | Checking tokio v1.52.1 |
| 2680 | 2026-09-08T19:18:31.637Z | Checking form_urlencoded v1.2.2 |
| 2681 | 2026-09-08T19:18:31.774Z | Checking fnv v1.0.7 |
| 2682 | 2026-09-08T19:18:31.788Z | Checking block-buffer v0.10.4 |
| 2683 | 2026-09-08T19:18:31.868Z | Checking crypto-common v0.1.7 |
| 2684 | 2026-09-08T19:18:31.924Z | Checking base64ct v1.8.3 |
| 2685 | 2026-09-08T19:18:31.939Z | Checking flagset v0.4.7 |
| 2686 | 2026-09-08T19:18:31.987Z | Checking digest v0.10.7 |
| 2687 | 2026-09-08T19:18:32.056Z | Checking iana-time-zone v0.1.65 |
| 2688 | 2026-09-08T19:18:32.069Z | Checking idna_adapter v1.2.1 |
| 2689 | 2026-09-08T19:18:32.153Z | Checking pem-rfc7468 v0.7.0 |
| 2690 | 2026-09-08T19:18:32.165Z | Checking chrono v0.4.45 |
| 2691 | 2026-09-08T19:18:32.181Z | Checking idna v1.1.0 |
| 2692 | 2026-09-08T19:18:32.193Z | Checking rand_core v0.9.5 |
| 2693 | 2026-09-08T19:18:32.224Z | Checking ppv-lite86 v0.2.21 |
| 2694 | 2026-09-08T19:18:32.304Z | Checking der v0.7.10 |
| 2695 | 2026-09-08T19:18:32.324Z | Checking uuid v1.23.4 |
| 2696 | 2026-09-08T19:18:32.368Z | Checking base64 v0.22.1 |
| 2697 | 2026-09-08T19:18:32.423Z | Checking url v2.5.8 |
| 2698 | 2026-09-08T19:18:32.510Z | Checking regex-syntax v0.8.10 |
| 2699 | 2026-09-08T19:18:32.599Z | Checking http v1.4.2 |
| 2700 | 2026-09-08T19:18:32.635Z | Checking rand_chacha v0.9.0 |
| 2701 | 2026-09-08T19:18:32.836Z | Checking tracing-core v0.1.36 |
| 2702 | 2026-09-08T19:18:32.853Z | Checking simd-adler32 v0.3.8 |
| 2703 | 2026-09-08T19:18:33.017Z | Checking dyn-clone v1.0.20 |
| 2704 | 2026-09-08T19:18:33.031Z | Checking cpufeatures v0.2.17 |
| 2705 | 2026-09-08T19:18:33.041Z | Checking spki v0.7.3 |
| 2706 | 2026-09-08T19:18:33.097Z | Checking rand v0.9.2 |
| 2707 | 2026-09-08T19:18:33.118Z | Checking rustls-pki-types v1.14.0 |
| 2708 | 2026-09-08T19:18:33.155Z | Checking tracing v0.1.44 |
| 2709 | 2026-09-08T19:18:33.171Z | Checking http-body v1.0.1 |
| 2710 | 2026-09-08T19:18:33.209Z | Checking pkcs8 v0.10.2 |
| 2711 | 2026-09-08T19:18:33.299Z | Checking semver v1.0.28 |
| 2712 | 2026-09-08T19:18:33.356Z | Checking spin v0.9.8 |
| 2713 | 2026-09-08T19:18:33.370Z | Checking openssl-probe v0.2.1 |
| 2714 | 2026-09-08T19:18:33.397Z | Checking cmov v0.5.4 |
| 2715 | 2026-09-08T19:18:33.411Z | Checking utf8parse v0.2.2 |
| 2716 | 2026-09-08T19:18:33.468Z | Checking anstyle v1.0.14 |
| 2717 | 2026-09-08T19:18:33.500Z | Checking tinyvec_macros v0.1.1 |
| 2718 | 2026-09-08T19:18:33.512Z | Checking adler2 v2.0.1 |
| 2719 | 2026-09-08T19:18:33.531Z | Checking anstyle-parse v1.0.0 |
| 2720 | 2026-09-08T19:18:33.561Z | Checking tinyvec v1.10.0 |
| 2721 | 2026-09-08T19:18:33.573Z | Checking schemars v0.8.22 |
| 2722 | 2026-09-08T19:18:33.585Z | Checking ctutils v0.4.2 |
| 2723 | 2026-09-08T19:18:33.608Z | Checking miniz_oxide v0.8.9 |
| 2724 | 2026-09-08T19:18:33.643Z | Checking sha2 v0.10.9 |
| 2725 | 2026-09-08T19:18:33.676Z | Checking terminal_size v0.4.3 |
| 2726 | 2026-09-08T19:18:33.787Z | Checking aws-lc-sys v0.40.0 |
| 2727 | 2026-09-08T19:18:33.790Z | Checking thiserror v2.0.18 |
| 2728 | 2026-09-08T19:18:33.814Z | Checking atomic-waker v1.1.2 |
| 2729 | 2026-09-08T19:18:33.860Z | Checking anstyle-query v1.1.5 |
| 2730 | 2026-09-08T19:18:33.885Z | Checking tower-layer v0.3.3 |
| 2731 | 2026-09-08T19:18:33.907Z | Checking untrusted v0.7.1 |
| 2732 | 2026-09-08T19:18:33.920Z | Checking tower-service v0.3.3 |
| 2733 | 2026-09-08T19:18:33.945Z | Checking fastrand v2.3.0 |
| 2734 | 2026-09-08T19:18:33.958Z | Checking try-lock v0.2.5 |
| 2735 | 2026-09-08T19:18:34.002Z | Checking is_terminal_polyfill v1.70.2 |
| 2736 | 2026-09-08T19:18:34.013Z | Checking colorchoice v1.0.4 |
| 2737 | 2026-09-08T19:18:34.028Z | Checking hybrid-array v0.4.13 |
| 2738 | 2026-09-08T19:18:34.047Z | Checking want v0.3.1 |
| 2739 | 2026-09-08T19:18:34.088Z | Checking ipnet v2.12.0 |
| 2740 | 2026-09-08T19:18:34.105Z | Checking anstream v1.0.0 |
| 2741 | 2026-09-08T19:18:34.120Z | Checking tempfile v3.27.0 |
| 2742 | 2026-09-08T19:18:34.163Z | Checking crc32fast v1.5.0 |
| 2743 | 2026-09-08T19:18:34.220Z | Checking httparse v1.10.1 |
| 2744 | 2026-09-08T19:18:34.296Z | Checking aho-corasick v1.1.4 |
| 2745 | 2026-09-08T19:18:34.309Z | Checking aws-lc-rs v1.16.3 |
| 2746 | 2026-09-08T19:18:34.312Z | Checking httpdate v1.0.3 |
| 2747 | 2026-09-08T19:18:34.331Z | Checking tap v1.0.1 |
| 2748 | 2026-09-08T19:18:34.345Z | Checking untrusted v0.9.0 |
| 2749 | 2026-09-08T19:18:34.425Z | Checking plain v0.2.3 |
| 2750 | 2026-09-08T19:18:34.438Z | Checking foreign-types-shared v0.1.1 |
| 2751 | 2026-09-08T19:18:34.451Z | Checking wyz v0.5.1 |
| 2752 | 2026-09-08T19:18:34.466Z | Checking unicode-normalization v0.1.25 |
| 2753 | 2026-09-08T19:18:34.515Z | Checking foreign-types v0.3.2 |
| 2754 | 2026-09-08T19:18:34.528Z | Checking rand_chacha v0.3.1 |
| 2755 | 2026-09-08T19:18:34.583Z | Checking signature v2.2.0 |
| 2756 | 2026-09-08T19:18:34.615Z | Checking radium v0.7.0 |
| 2757 | 2026-09-08T19:18:34.712Z | Checking hex v0.4.3 |
| 2758 | 2026-09-08T19:18:34.730Z | Checking num-integer v0.1.46 |
| 2759 | 2026-09-08T19:18:34.775Z | Checking openssl-sys v0.9.117 |
| 2760 | 2026-09-08T19:18:34.788Z | Checking wait-timeout v0.2.1 |
| 2761 | 2026-09-08T19:18:34.854Z | Checking socket2 v0.5.10 |
| 2762 | 2026-09-08T19:18:34.893Z | Checking tokio-util v0.7.18 |
| 2763 | 2026-09-08T19:18:34.907Z | Checking unicode-ident v1.0.24 |
| 2764 | 2026-09-08T19:18:34.931Z | Checking strsim v0.11.1 |
| 2765 | 2026-09-08T19:18:34.942Z | Checking bit-vec v0.8.0 |
| 2766 | 2026-09-08T19:18:34.957Z | Checking regex-automata v0.4.14 |
| 2767 | 2026-09-08T19:18:35.011Z | Checking clap_lex v1.0.0 |
| 2768 | 2026-09-08T19:18:35.087Z | Checking funty v2.0.0 |
| 2769 | 2026-09-08T19:18:35.099Z | Checking quick-error v1.2.3 |
| 2770 | 2026-09-08T19:18:35.140Z | Checking ucd-trie v0.1.7 |
| 2771 | 2026-09-08T19:18:35.152Z | Checking rustls-webpki v0.103.13 |
| 2772 | 2026-09-08T19:18:35.166Z | Checking clap_builder v4.6.0 |
| 2773 | 2026-09-08T19:18:35.181Z | Checking openssl v0.10.80 |
| 2774 | 2026-09-08T19:18:35.193Z | Checking rusty-fork v0.3.1 |
| 2775 | 2026-09-08T19:18:35.264Z | Checking pest v2.8.6 |
| 2776 | 2026-09-08T19:18:35.353Z | Checking bit-set v0.8.0 |
| 2777 | 2026-09-08T19:18:35.394Z | Checking bitvec v1.0.1 |
| 2778 | 2026-09-08T19:18:35.497Z | Checking proc-macro2 v1.0.106 |
| 2779 | 2026-09-08T19:18:35.514Z | Checking h2 v0.4.15 |
| 2780 | 2026-09-08T19:18:35.559Z | Checking rustls v0.23.41 |
| 2781 | 2026-09-08T19:18:35.794Z | Checking num-iter v0.1.45 |
| 2782 | 2026-09-08T19:18:35.905Z | Checking rand v0.8.6 |
| 2783 | 2026-09-08T19:18:36.296Z | Checking lazy_static v1.5.0 |
| 2784 | 2026-09-08T19:18:36.377Z | Checking rand_xorshift v0.4.0 |
| 2785 | 2026-09-08T19:18:36.390Z | Checking hmac v0.12.1 |
| 2786 | 2026-09-08T19:18:36.403Z | Checking thiserror v1.0.69 |
| 2787 | 2026-09-08T19:18:36.493Z | Checking maybe-uninit v2.0.0 |
| 2788 | 2026-09-08T19:18:36.507Z | Checking toml_datetime v0.6.11 |
| 2789 | 2026-09-08T19:18:36.518Z | Checking serde_spanned v0.6.9 |
| 2790 | 2026-09-08T19:18:36.559Z | Checking sync_wrapper v1.0.2 |
| 2791 | 2026-09-08T19:18:36.639Z | Checking crc-catalog v2.4.0 |
| 2792 | 2026-09-08T19:18:36.659Z | Checking pretty-hex v0.4.1 |
| 2793 | 2026-09-08T19:18:36.673Z | Checking powerfmt v0.2.0 |
| 2794 | 2026-09-08T19:18:36.683Z | Checking siphasher v1.0.2 |
| 2795 | 2026-09-08T19:18:36.725Z | Checking zlib-rs v0.6.2 |
| 2796 | 2026-09-08T19:18:36.739Z | Checking nodrop v0.1.14 |
| 2797 | 2026-09-08T19:18:36.770Z | Checking unarray v0.1.4 |
| 2798 | 2026-09-08T19:18:36.815Z | Checking deranged v0.5.8 |
| 2799 | 2026-09-08T19:18:36.827Z | Checking array-init v0.0.4 |
| 2800 | 2026-09-08T19:18:36.838Z | Checking crc v3.4.0 |
| 2801 | 2026-09-08T19:18:36.869Z | Checking proptest v1.11.0 |
| 2802 | 2026-09-08T19:18:37.005Z | Checking packed_struct v0.10.1 |
| 2803 | 2026-09-08T19:18:37.115Z | Checking tower v0.5.3 |
| 2804 | 2026-09-08T19:18:37.153Z | Checking native-tls v0.2.18 |
| 2805 | 2026-09-08T19:18:37.326Z | Checking smallvec v0.6.14 |
| 2806 | 2026-09-08T19:18:37.490Z | Checking num-bigint-dig v0.8.6 |
| 2807 | 2026-09-08T19:18:37.510Z | Checking clap v4.6.1 |
| 2808 | 2026-09-08T19:18:37.590Z | Checking quote v1.0.45 |
| 2809 | 2026-09-08T19:18:37.601Z | Checking flate2 v1.1.9 |
| 2810 | 2026-09-08T19:18:37.718Z | Checking ipnetwork v0.21.1 |
| 2811 | 2026-09-08T19:18:37.757Z | Checking pkcs1 v0.7.5 |
| 2812 | 2026-09-08T19:18:37.771Z | Checking http-body-util v0.1.3 |
| 2813 | 2026-09-08T19:18:37.904Z | Checking crossbeam-utils v0.8.21 |
| 2814 | 2026-09-08T19:18:37.945Z | Checking bitfield v0.19.4 |
| 2815 | 2026-09-08T19:18:37.979Z | Checking zerocopy v0.6.6 |
| 2816 | 2026-09-08T19:18:37.992Z | Checking ahash v0.8.12 |
| 2817 | 2026-09-08T19:18:38.052Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2818 | 2026-09-08T19:18:38.135Z | Checking scroll v0.13.0 |
| 2819 | 2026-09-08T19:18:38.183Z | Checking env_filter v2.0.0 |
| 2820 | 2026-09-08T19:18:38.212Z | Checking unicode-properties v0.1.4 |
| 2821 | 2026-09-08T19:18:38.241Z | Checking iri-string v0.7.10 |
| 2822 | 2026-09-08T19:18:38.273Z | Checking time-core v0.1.8 |
| 2823 | 2026-09-08T19:18:38.313Z | Checking allocator-api2 v0.2.21 |
| 2824 | 2026-09-08T19:18:38.328Z | Checking hashbrown v0.12.3 |
| 2825 | 2026-09-08T19:18:38.354Z | Checking hyper v1.10.1 |
| 2826 | 2026-09-08T19:18:38.368Z | Checking winnow v0.5.40 |
| 2827 | 2026-09-08T19:18:38.397Z | Checking num-conv v0.2.0 |
| 2828 | 2026-09-08T19:18:38.411Z | Checking base64 v0.21.7 |
| 2829 | 2026-09-08T19:18:38.511Z | Checking gimli v0.32.3 |
| 2830 | 2026-09-08T19:18:38.590Z | Checking ryu v1.0.23 |
| 2831 | 2026-09-08T19:18:38.639Z | Checking num_threads v0.1.7 |
| 2832 | 2026-09-08T19:18:38.680Z | Checking unicode-bidi v0.3.18 |
| 2833 | 2026-09-08T19:18:38.719Z | Checking serde_urlencoded v0.7.1 |
| 2834 | 2026-09-08T19:18:38.723Z | Checking time v0.3.47 |
| 2835 | 2026-09-08T19:18:38.744Z | Checking indexmap v1.9.3 |
| 2836 | 2026-09-08T19:18:38.923Z | Checking newtype-uuid v1.3.2 |
| 2837 | 2026-09-08T19:18:38.964Z | Checking stringprep v0.1.5 |
| 2838 | 2026-09-08T19:18:39.053Z | Checking ron v0.8.1 |
| 2839 | 2026-09-08T19:18:39.110Z | Checking goblin v0.10.5 |
| 2840 | 2026-09-08T19:18:39.123Z | Checking env_logger v0.11.11 |
| 2841 | 2026-09-08T19:18:39.261Z | Checking tower-http v0.6.8 |
| 2842 | 2026-09-08T19:18:39.274Z | Checking hyper-util v0.1.20 |
| 2843 | 2026-09-08T19:18:39.309Z | Checking rsa v0.9.10 |
| 2844 | 2026-09-08T19:18:39.500Z | Checking toml_edit v0.19.15 |
| 2845 | 2026-09-08T19:18:39.535Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2846 | 2026-09-08T19:18:39.558Z | Checking crossbeam-epoch v0.9.18 |
| 2847 | 2026-09-08T19:18:39.684Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2848 | 2026-09-08T19:18:39.777Z | Checking hashbrown v0.13.2 |
| 2849 | 2026-09-08T19:18:39.790Z | Checking bzip2 v0.4.4 |
| 2850 | 2026-09-08T19:18:39.852Z | Checking oxnet v0.1.6 |
| 2851 | 2026-09-08T19:18:39.947Z | Checking syn v2.0.117 |
| 2852 | 2026-09-08T19:18:40.053Z | Checking addr2line v0.25.1 |
| 2853 | 2026-09-08T19:18:40.105Z | Checking serde-hex v0.1.0 |
| 2854 | 2026-09-08T19:18:40.187Z | Checking tokio-native-tls v0.3.1 |
| 2855 | 2026-09-08T19:18:40.312Z | Checking bstr v1.12.1 |
| 2856 | 2026-09-08T19:18:40.346Z | Checking crypto-common v0.2.2 |
| 2857 | 2026-09-08T19:18:40.510Z | Checking block-buffer v0.12.1 |
| 2858 | 2026-09-08T19:18:40.523Z | Checking block-padding v0.4.2 |
| 2859 | 2026-09-08T19:18:40.658Z | Checking rustls-native-certs v0.8.3 |
| 2860 | 2026-09-08T19:18:40.673Z | Checking x509-cert v0.2.5 |
| 2861 | 2026-09-08T19:18:40.694Z | Checking scroll v0.12.0 |
| 2862 | 2026-09-08T19:18:40.789Z | Checking object v0.37.3 |
| 2863 | 2026-09-08T19:18:40.918Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2864 | 2026-09-08T19:18:40.953Z | Checking md-5 v0.10.6 |
| 2865 | 2026-09-08T19:18:41.029Z | Checking hash32 v0.2.1 |
| 2866 | 2026-09-08T19:18:41.093Z | Checking encoding_rs v0.8.35 |
| 2867 | 2026-09-08T19:18:41.182Z | Checking mime v0.3.17 |
| 2868 | 2026-09-08T19:18:41.305Z | Checking psl-types v2.0.11 |
| 2869 | 2026-09-08T19:18:41.355Z | Checking rustc-demangle v0.1.27 |
| 2870 | 2026-09-08T19:18:41.412Z | Checking crc-any v2.5.0 |
| 2871 | 2026-09-08T19:18:41.426Z | Checking fallible-iterator v0.2.0 |
| 2872 | 2026-09-08T19:18:41.571Z | Checking publicsuffix v2.3.0 |
| 2873 | 2026-09-08T19:18:41.586Z | Checking dof v0.4.0 |
| 2874 | 2026-09-08T19:18:41.600Z | Checking heapless v0.7.17 |
| 2875 | 2026-09-08T19:18:41.693Z | Checking postgres-protocol v0.6.10 |
| 2876 | 2026-09-08T19:18:41.725Z | Checking zstd-safe v7.2.4 |
| 2877 | 2026-09-08T19:18:41.888Z | Checking goblin v0.8.2 |
| 2878 | 2026-09-08T19:18:42.002Z | Checking inout v0.2.2 |
| 2879 | 2026-09-08T19:18:42.002Z | Checking hyper-tls v0.6.0 |
| 2880 | 2026-09-08T19:18:42.029Z | Checking toml v0.7.8 |
| 2881 | 2026-09-08T19:18:42.151Z | Checking object v0.30.4 |
| 2882 | 2026-09-08T19:18:42.181Z | Checking daft v0.1.8 |
| 2883 | 2026-09-08T19:18:42.199Z | Checking zip v0.6.6 |
| 2884 | 2026-09-08T19:18:42.211Z | Checking cookie v0.18.1 |
| 2885 | 2026-09-08T19:18:42.337Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2886 | 2026-09-08T19:18:42.425Z | Checking tokio-rustls v0.26.4 |
| 2887 | 2026-09-08T19:18:42.439Z | Checking phf_shared v0.13.1 |
| 2888 | 2026-09-08T19:18:42.498Z | Checking dtrace-parser v0.3.0 |
| 2889 | 2026-09-08T19:18:42.520Z | Checking pin-project v1.1.11 |
| 2890 | 2026-09-08T19:18:42.611Z | Checking zerocopy v0.7.35 |
| 2891 | 2026-09-08T19:18:42.628Z | Checking signal-hook v0.3.18 |
| 2892 | 2026-09-08T19:18:42.648Z | Checking futures-executor v0.3.32 |
| 2893 | 2026-09-08T19:18:42.682Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2894 | 2026-09-08T19:18:42.728Z | Checking ff v0.13.1 |
| 2895 | 2026-09-08T19:18:42.787Z | Checking thread-id v5.1.0 |
| 2896 | 2026-09-08T19:18:42.808Z | Checking libbz2-rs-sys v0.2.2 |
| 2897 | 2026-09-08T19:18:42.859Z | Compiling rayon-core v1.13.0 |
| 2898 | 2026-09-08T19:18:42.862Z | Checking managed v0.8.0 |
| 2899 | 2026-09-08T19:18:43.053Z | Checking bitflags v1.3.2 |
| 2900 | 2026-09-08T19:18:43.057Z | Checking either v1.15.0 |
| 2901 | 2026-09-08T19:18:43.094Z | Checking backtrace v0.3.76 |
| 2902 | 2026-09-08T19:18:43.114Z | Checking base16ct v0.2.0 |
| 2903 | 2026-09-08T19:18:43.127Z | Checking jiff-core v0.1.0 |
| 2904 | 2026-09-08T19:18:43.199Z | Checking same-file v1.0.6 |
| 2905 | 2026-09-08T19:18:43.239Z | Checking bumpalo v3.20.2 |
| 2906 | 2026-09-08T19:18:43.252Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2907 | 2026-09-08T19:18:43.312Z | Checking foldhash v0.2.0 |
| 2908 | 2026-09-08T19:18:43.380Z | Checking unicode-width v0.2.0 |
| 2909 | 2026-09-08T19:18:43.428Z | Checking smawk v0.3.2 |
| 2910 | 2026-09-08T19:18:43.440Z | Checking path-slash v0.1.5 |
| 2911 | 2026-09-08T19:18:43.458Z | Checking foldhash v0.1.5 |
| 2912 | 2026-09-08T19:18:43.532Z | Checking is_ci v1.2.0 |
| 2913 | 2026-09-08T19:18:43.548Z | Checking unicode-linebreak v0.1.5 |
| 2914 | 2026-09-08T19:18:43.587Z | Checking hashbrown v0.15.5 |
| 2915 | 2026-09-08T19:18:43.624Z | Checking hashbrown v0.16.1 |
| 2916 | 2026-09-08T19:18:43.632Z | Checking supports-color v3.0.2 |
| 2917 | 2026-09-08T19:18:43.670Z | Checking zopfli v0.8.3 |
| 2918 | 2026-09-08T19:18:43.749Z | Checking textwrap v0.16.2 |
| 2919 | 2026-09-08T19:18:43.752Z | Checking backtrace-ext v0.2.1 |
| 2920 | 2026-09-08T19:18:43.791Z | Checking dof v0.3.0 |
| 2921 | 2026-09-08T19:18:43.804Z | Checking jiff v0.2.34 |
| 2922 | 2026-09-08T19:18:43.861Z | Checking walkdir v2.5.0 |
| 2923 | 2026-09-08T19:18:43.949Z | Checking sec1 v0.7.3 |
| 2924 | 2026-09-08T19:18:43.987Z | Checking bzip2 v0.6.1 |
| 2925 | 2026-09-08T19:18:44.020Z | Checking smoltcp v0.9.1 |
| 2926 | 2026-09-08T19:18:44.068Z | Checking group v0.13.0 |
| 2927 | 2026-09-08T19:18:44.080Z | Checking usdt-impl v0.6.0 |
| 2928 | 2026-09-08T19:18:44.109Z | Checking signal-hook-mio v0.2.5 |
| 2929 | 2026-09-08T19:18:44.143Z | Checking futures v0.3.32 |
| 2930 | 2026-09-08T19:18:44.156Z | Checking hyper-rustls v0.27.7 |
| 2931 | 2026-09-08T19:18:44.207Z | Checking phf v0.13.1 |
| 2932 | 2026-09-08T19:18:44.211Z | Checking snafu v0.8.9 |
| 2933 | 2026-09-08T19:18:44.231Z | Checking cookie_store v0.22.1 |
| 2934 | 2026-09-08T19:18:44.260Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2935 | 2026-09-08T19:18:44.350Z | Checking reqwest v0.12.28 |
| 2936 | 2026-09-08T19:18:44.353Z | Checking cipher v0.5.2 |
| 2937 | 2026-09-08T19:18:44.373Z | Checking postgres-types v0.2.12 |
| 2938 | 2026-09-08T19:18:44.449Z | Checking zstd v0.13.3 |
| 2939 | 2026-09-08T19:18:44.551Z | Checking rustls-platform-verifier v0.6.2 |
| 2940 | 2026-09-08T19:18:44.586Z | Checking globset v0.4.18 |
| 2941 | 2026-09-08T19:18:44.590Z | Checking crossbeam-deque v0.8.6 |
| 2942 | 2026-09-08T19:18:44.612Z | Checking phf_shared v0.11.3 |
| 2943 | 2026-09-08T19:18:44.632Z | Checking regex v1.12.3 |
| 2944 | 2026-09-08T19:18:44.677Z | Checking hkdf v0.12.4 |
| 2945 | 2026-09-08T19:18:44.690Z | Checking dtrace-parser v0.2.0 |
| 2946 | 2026-09-08T19:18:44.767Z | Checking byte-wrapper v0.1.0 |
| 2947 | 2026-09-08T19:18:44.792Z | Checking curve25519-dalek v4.1.3 |
| 2948 | 2026-09-08T19:18:44.810Z | Checking ref-cast v1.0.25 |
| 2949 | 2026-09-08T19:18:44.832Z | Checking strum v0.27.2 |
| 2950 | 2026-09-08T19:18:44.902Z | Checking olpc-cjson v0.1.4 |
| 2951 | 2026-09-08T19:18:44.906Z | Checking hubpack v0.1.2 |
| 2952 | 2026-09-08T19:18:44.926Z | Checking ed25519 v2.2.3 |
| 2953 | 2026-09-08T19:18:44.937Z | Checking memoffset v0.9.1 |
| 2954 | 2026-09-08T19:18:44.983Z | Checking owo-colors v4.3.0 |
| 2955 | 2026-09-08T19:18:45.010Z | Checking rustix v0.38.44 |
| 2956 | 2026-09-08T19:18:45.042Z | Checking pem v3.0.6 |
| 2957 | 2026-09-08T19:18:45.062Z | Checking crypto-bigint v0.5.5 |
| 2958 | 2026-09-08T19:18:45.106Z | Checking serde-big-array v0.5.1 |
| 2959 | 2026-09-08T19:18:45.109Z | Checking erased-serde v0.3.31 |
| 2960 | 2026-09-08T19:18:45.192Z | Checking serde_plain v1.0.2 |
| 2961 | 2026-09-08T19:18:45.236Z | Checking float-cmp v0.10.0 |
| 2962 | 2026-09-08T19:18:45.332Z | Checking memmap2 v0.9.10 |
| 2963 | 2026-09-08T19:18:45.359Z | Checking thread-id v4.2.2 |
| 2964 | 2026-09-08T19:18:45.437Z | Checking fixedbitset v0.4.2 |
| 2965 | 2026-09-08T19:18:45.487Z | Checking fixedbitset v0.5.7 |
| 2966 | 2026-09-08T19:18:45.499Z | Checking winnow v0.7.14 |
| 2967 | 2026-09-08T19:18:45.533Z | Checking const-oid v0.10.2 |
| 2968 | 2026-09-08T19:18:45.554Z | Checking typed-path v0.9.3 |
| 2969 | 2026-09-08T19:18:45.581Z | Checking keccak v0.1.6 |
| 2970 | 2026-09-08T19:18:45.675Z | Checking unicode-segmentation v1.12.0 |
| 2971 | 2026-09-08T19:18:45.688Z | Checking whoami v2.1.0 |
| 2972 | 2026-09-08T19:18:45.691Z | Checking data-encoding v2.10.0 |
| 2973 | 2026-09-08T19:18:45.743Z | Checking precomputed-hash v0.1.1 |
| 2974 | 2026-09-08T19:18:45.801Z | Checking cpufeatures v0.3.0 |
| 2975 | 2026-09-08T19:18:45.823Z | Checking supports-hyperlinks v3.2.0 |
| 2976 | 2026-09-08T19:18:45.870Z | Checking supports-unicode v3.0.0 |
| 2977 | 2026-09-08T19:18:45.882Z | Checking unicode-width v0.1.14 |
| 2978 | 2026-09-08T19:18:45.926Z | Checking normalize-line-endings v0.3.0 |
| 2979 | 2026-09-08T19:18:45.955Z | Checking toml_write v0.1.2 |
| 2980 | 2026-09-08T19:18:45.967Z | Checking winnow v1.0.3 |
| 2981 | 2026-09-08T19:18:45.981Z | Checking static_assertions v1.1.0 |
| 2982 | 2026-09-08T19:18:45.985Z | Checking difflib v0.4.0 |
| 2983 | 2026-09-08T19:18:46.008Z | Checking predicates-core v1.0.10 |
| 2984 | 2026-09-08T19:18:46.041Z | Checking new_debug_unreachable v1.0.6 |
| 2985 | 2026-09-08T19:18:46.106Z | Checking string_cache v0.8.9 |
| 2986 | 2026-09-08T19:18:46.120Z | Checking miette v7.6.0 |
| 2987 | 2026-09-08T19:18:46.123Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2988 | 2026-09-08T19:18:46.144Z | Checking similar v2.7.0 |
| 2989 | 2026-09-08T19:18:46.156Z | Checking predicates v3.1.4 |
| 2990 | 2026-09-08T19:18:46.268Z | Checking hickory-proto v0.25.2 |
| 2991 | 2026-09-08T19:18:46.317Z | Checking tough v0.22.0 |
| 2992 | 2026-09-08T19:18:46.448Z | Checking elliptic-curve v0.13.8 |
| 2993 | 2026-09-08T19:18:46.509Z | Checking tokio-postgres v0.7.16 |
| 2994 | 2026-09-08T19:18:46.612Z | Checking chacha20 v0.10.0 |
| 2995 | 2026-09-08T19:18:46.678Z | Checking toml_edit v0.22.27 |
| 2996 | 2026-09-08T19:18:46.762Z | Checking crossterm v0.28.1 |
| 2997 | 2026-09-08T19:18:46.798Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2998 | 2026-09-08T19:18:46.866Z | Checking sha3 v0.10.8 |
| 2999 | 2026-09-08T19:18:47.076Z | Checking zip v4.6.1 |
| 3000 | 2026-09-08T19:18:47.121Z | Checking digest v0.11.3 |
| 3001 | 2026-09-08T19:18:47.304Z | Checking petgraph v0.8.3 |
| 3002 | 2026-09-08T19:18:47.452Z | Checking petgraph v0.6.5 |
| 3003 | 2026-09-08T19:18:47.633Z | Checking ed25519-dalek v2.2.0 |
| 3004 | 2026-09-08T19:18:47.766Z | Checking slog v2.8.2 |
| 3005 | 2026-09-08T19:18:47.773Z | Checking usdt v0.6.0 |
| 3006 | 2026-09-08T19:18:47.876Z | Checking usdt-impl v0.5.0 |
| 3007 | 2026-09-08T19:18:47.942Z | Checking nix v0.31.2 |
| 3008 | 2026-09-08T19:18:48.025Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3009 | 2026-09-08T19:18:48.157Z | Checking iddqd v0.4.2 |
| 3010 | 2026-09-08T19:18:48.393Z | Checking reqwest v0.13.2 |
| 3011 | 2026-09-08T19:18:48.643Z | Checking itertools v0.13.0 |
| 3012 | 2026-09-08T19:18:48.709Z | Checking strum v0.26.3 |
| 3013 | 2026-09-08T19:18:48.726Z | Checking serde_with v3.21.0 |
| 3014 | 2026-09-08T19:18:48.819Z | Checking derive_more v2.1.1 |
| 3015 | 2026-09-08T19:18:48.891Z | Checking fs-err v3.3.0 |
| 3016 | 2026-09-08T19:18:48.917Z | Checking tokio-stream v0.1.18 |
| 3017 | 2026-09-08T19:18:49.040Z | Checking buf-list v1.1.2 |
| 3018 | 2026-09-08T19:18:49.064Z | Checking anyhow v1.0.104 |
| 3019 | 2026-09-08T19:18:49.134Z | Checking camino v1.2.5 |
| 3020 | 2026-09-08T19:18:49.193Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3021 | 2026-09-08T19:18:49.218Z | Checking openapiv3 v2.2.0 |
| 3022 | 2026-09-08T19:18:49.237Z | Checking peg-runtime v0.8.5 |
| 3023 | 2026-09-08T19:18:49.260Z | Checking lalrpop-util v0.19.12 |
| 3024 | 2026-09-08T19:18:49.295Z | Checking illumos-nvpair v0.3.0 |
| 3025 | 2026-09-08T19:18:49.374Z | Checking rayon v1.11.0 |
| 3026 | 2026-09-08T19:18:49.377Z | Checking sigpipe v0.1.3 |
| 3027 | 2026-09-08T19:18:49.416Z | Checking glob v0.3.3 |
| 3028 | 2026-09-08T19:18:50.382Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-09-08T19:18:50.678Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3030 | 2026-09-08T19:18:50.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.41s |
| 3031 | 2026-09-08T19:18:51.118Z | |
| 3032 | 2026-09-08T19:18:51.118Z | info: running `cargo check --bins` on internal-dns-types (120/376) |
| 3033 | 2026-09-08T19:18:51.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-09-08T19:18:51.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-09-08T19:18:51.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2026-09-08T19:18:51.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3037 | 2026-09-08T19:18:51.679Z | |
| 3038 | 2026-09-08T19:18:51.679Z | info: running `cargo check --bins` on internal-dns-types-versions (121/376) |
| 3039 | 2026-09-08T19:18:52.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-09-08T19:18:52.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-09-08T19:18:52.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-09-08T19:18:52.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3043 | 2026-09-08T19:18:52.230Z | |
| 3044 | 2026-09-08T19:18:52.230Z | info: running `cargo check --bins` on nexus-types-versions (122/376) |
| 3045 | 2026-09-08T19:18:52.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-09-08T19:18:52.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-09-08T19:18:52.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-09-08T19:18:52.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3049 | 2026-09-08T19:18:52.804Z | |
| 3050 | 2026-09-08T19:18:52.804Z | info: running `cargo check --bins` on oxql-types (123/376) |
| 3051 | 2026-09-08T19:18:53.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-09-08T19:18:53.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-09-08T19:18:53.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-09-08T19:18:53.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3055 | 2026-09-08T19:18:53.378Z | |
| 3056 | 2026-09-08T19:18:53.378Z | info: running `cargo check --bins` on oximeter-types (124/376) |
| 3057 | 2026-09-08T19:18:53.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-09-08T19:18:53.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-09-08T19:18:53.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-09-08T19:18:53.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3061 | 2026-09-08T19:18:53.934Z | |
| 3062 | 2026-09-08T19:18:53.934Z | info: running `cargo check --bins` on oximeter-types-versions (125/376) |
| 3063 | 2026-09-08T19:18:54.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-09-08T19:18:54.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-09-08T19:18:54.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-09-08T19:18:54.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3067 | 2026-09-08T19:18:54.498Z | |
| 3068 | 2026-09-08T19:18:54.498Z | info: running `cargo check --bins` on oximeter-macro-impl (126/376) |
| 3069 | 2026-09-08T19:18:54.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-09-08T19:18:54.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-09-08T19:18:54.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-09-08T19:18:54.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3073 | 2026-09-08T19:18:55.048Z | |
| 3074 | 2026-09-08T19:18:55.048Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/376) |
| 3075 | 2026-09-08T19:18:55.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-09-08T19:18:55.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-09-08T19:18:55.734Z | Compiling multer v3.1.0 |
| 3078 | 2026-09-08T19:18:55.847Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3079 | 2026-09-08T19:18:55.850Z | Compiling async-stream-impl v0.3.6 |
| 3080 | 2026-09-08T19:18:55.862Z | Compiling serde_tokenstream v0.3.0 |
| 3081 | 2026-09-08T19:18:55.872Z | Compiling dropshot v0.17.1 |
| 3082 | 2026-09-08T19:18:55.884Z | Compiling parse-display-derive v0.10.0 |
| 3083 | 2026-09-08T19:18:55.896Z | Compiling dropshot_endpoint v0.17.1 |
| 3084 | 2026-09-08T19:18:55.899Z | Compiling newtype-uuid-macros v0.1.0 |
| 3085 | 2026-09-08T19:18:56.081Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3086 | 2026-09-08T19:18:56.140Z | Checking thread_local v1.1.9 |
| 3087 | 2026-09-08T19:18:56.172Z | Compiling oxide-generation-macros v0.2.0 |
| 3088 | 2026-09-08T19:18:56.226Z | Checking compression-core v0.4.31 |
| 3089 | 2026-09-08T19:18:56.324Z | Checking match_cfg v0.1.0 |
| 3090 | 2026-09-08T19:18:56.351Z | Checking compression-codecs v0.4.37 |
| 3091 | 2026-09-08T19:18:56.390Z | Checking hostname v0.3.1 |
| 3092 | 2026-09-08T19:18:56.426Z | Checking crossbeam-channel v0.5.15 |
| 3093 | 2026-09-08T19:18:56.484Z | Checking atomicwrites v0.4.4 |
| 3094 | 2026-09-08T19:18:56.500Z | Checking slog-json v2.6.1 |
| 3095 | 2026-09-08T19:18:56.518Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3096 | 2026-09-08T19:18:56.608Z | Checking serde_spanned v1.1.1 |
| 3097 | 2026-09-08T19:18:56.652Z | Checking is-terminal v0.4.17 |
| 3098 | 2026-09-08T19:18:56.655Z | Checking debug-ignore v1.0.5 |
| 3099 | 2026-09-08T19:18:56.711Z | Checking term v1.2.1 |
| 3100 | 2026-09-08T19:18:56.734Z | Checking take_mut v0.2.2 |
| 3101 | 2026-09-08T19:18:56.747Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3102 | 2026-09-08T19:18:56.762Z | Checking slog-bunyan v2.5.0 |
| 3103 | 2026-09-08T19:18:56.762Z | Checking async-compression v0.4.41 |
| 3104 | 2026-09-08T19:18:56.835Z | Checking slog-async v2.8.0 |
| 3105 | 2026-09-08T19:18:56.874Z | Checking async-stream v0.3.6 |
| 3106 | 2026-09-08T19:18:56.918Z | Checking toml v1.1.2+spec-1.1.0 |
| 3107 | 2026-09-08T19:18:56.931Z | Checking slog-term v2.9.2 |
| 3108 | 2026-09-08T19:18:56.935Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3109 | 2026-09-08T19:18:56.997Z | Checking progenitor-client v0.14.0 |
| 3110 | 2026-09-08T19:18:57.008Z | Checking sha1 v0.11.0 |
| 3111 | 2026-09-08T19:18:57.043Z | Checking oxide-generation v0.1.3 |
| 3112 | 2026-09-08T19:18:57.187Z | Checking waitgroup v0.1.2 |
| 3113 | 2026-09-08T19:18:57.190Z | Checking rustls-pemfile v2.2.0 |
| 3114 | 2026-09-08T19:18:57.216Z | Checking backon v1.6.0 |
| 3115 | 2026-09-08T19:18:57.230Z | Checking serde_path_to_error v0.1.20 |
| 3116 | 2026-09-08T19:18:57.254Z | Checking hostname v0.4.2 |
| 3117 | 2026-09-08T19:18:57.283Z | Checking instant v0.1.13 |
| 3118 | 2026-09-08T19:18:57.366Z | Checking backoff v0.4.0 |
| 3119 | 2026-09-08T19:18:57.379Z | Checking progenitor-extras v0.2.0 |
| 3120 | 2026-09-08T19:18:57.499Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3121 | 2026-09-08T19:18:57.503Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3122 | 2026-09-08T19:18:57.537Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3123 | 2026-09-08T19:18:57.551Z | Checking itertools v0.14.0 |
| 3124 | 2026-09-08T19:18:57.563Z | Checking parse-display v0.10.0 |
| 3125 | 2026-09-08T19:18:57.591Z | Checking regress v0.10.5 |
| 3126 | 2026-09-08T19:18:57.698Z | Checking macaddr v1.0.1 |
| 3127 | 2026-09-08T19:18:57.892Z | Checking humantime v2.3.0 |
| 3128 | 2026-09-08T19:18:58.742Z | Compiling prettyplease v0.2.37 |
| 3129 | 2026-09-08T19:18:59.025Z | Checking num-rational v0.4.2 |
| 3130 | 2026-09-08T19:18:59.299Z | Checking num-complex v0.4.6 |
| 3131 | 2026-09-08T19:18:59.651Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3132 | 2026-09-08T19:18:59.704Z | Compiling num v0.4.3 |
| 3133 | 2026-09-08T19:18:59.841Z | Compiling usdt-macro v0.5.0 |
| 3134 | 2026-09-08T19:18:59.844Z | Compiling usdt-attr-macro v0.5.0 |
| 3135 | 2026-09-08T19:18:59.868Z | Checking memmap v0.7.0 |
| 3136 | 2026-09-08T19:18:59.919Z | Compiling float-ord v0.3.2 |
| 3137 | 2026-09-08T19:19:00.033Z | Compiling convert_case v0.4.0 |
| 3138 | 2026-09-08T19:19:00.315Z | Checking newline-converter v0.3.0 |
| 3139 | 2026-09-08T19:19:00.393Z | Compiling derive_more v0.99.20 |
| 3140 | 2026-09-08T19:19:00.424Z | Checking console v0.15.11 |
| 3141 | 2026-09-08T19:19:00.584Z | Compiling toml v0.8.23 |
| 3142 | 2026-09-08T19:19:00.643Z | Checking usdt v0.5.0 |
| 3143 | 2026-09-08T19:19:00.703Z | Compiling minimal-lexical v0.2.1 |
| 3144 | 2026-09-08T19:19:00.812Z | Checking linked-hash-map v0.5.6 |
| 3145 | 2026-09-08T19:19:00.956Z | Compiling nom v7.1.3 |
| 3146 | 2026-09-08T19:19:00.983Z | Checking lru-cache v0.1.2 |
| 3147 | 2026-09-08T19:19:01.102Z | Checking expectorate v1.2.0 |
| 3148 | 2026-09-08T19:19:01.244Z | Checking camino-tempfile v1.4.1 |
| 3149 | 2026-09-08T19:19:01.404Z | Checking hickory-proto v0.24.4 |
| 3150 | 2026-09-08T19:19:01.552Z | Checking phf_shared v0.12.1 |
| 3151 | 2026-09-08T19:19:01.683Z | Compiling slog-dtrace v0.3.0 |
| 3152 | 2026-09-08T19:19:01.716Z | Compiling chrono-tz v0.10.4 |
| 3153 | 2026-09-08T19:19:01.910Z | Compiling unicode-xid v0.2.6 |
| 3154 | 2026-09-08T19:19:02.033Z | Checking heck v0.5.0 |
| 3155 | 2026-09-08T19:19:02.158Z | Checking resolv-conf v0.7.6 |
| 3156 | 2026-09-08T19:19:02.287Z | Compiling const_format_proc_macros v0.2.34 |
| 3157 | 2026-09-08T19:19:02.300Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3158 | 2026-09-08T19:19:02.377Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3159 | 2026-09-08T19:19:02.410Z | Checking phf v0.12.1 |
| 3160 | 2026-09-08T19:19:02.551Z | Checking tokio-dtrace v0.1.1 |
| 3161 | 2026-09-08T19:19:02.737Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3162 | 2026-09-08T19:19:02.788Z | Compiling derive-where v1.6.0 |
| 3163 | 2026-09-08T19:19:02.979Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3164 | 2026-09-08T19:19:03.252Z | Checking hickory-resolver v0.24.4 |
| 3165 | 2026-09-08T19:19:03.279Z | Checking highway v1.3.0 |
| 3166 | 2026-09-08T19:19:03.514Z | Checking const_format v0.2.35 |
| 3167 | 2026-09-08T19:19:03.754Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3168 | 2026-09-08T19:19:04.040Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3169 | 2026-09-08T19:19:04.058Z | Checking oxide-tokio-rt v0.1.4 |
| 3170 | 2026-09-08T19:19:04.149Z | Checking qorb v0.4.1 |
| 3171 | 2026-09-08T19:19:04.322Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3172 | 2026-09-08T19:19:04.450Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3173 | 2026-09-08T19:19:04.473Z | Checking gethostname v0.5.0 |
| 3174 | 2026-09-08T19:19:04.516Z | Checking bcs v0.1.6 |
| 3175 | 2026-09-08T19:19:04.531Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3176 | 2026-09-08T19:19:04.559Z | Checking termtree v0.5.1 |
| 3177 | 2026-09-08T19:19:07.577Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3178 | 2026-09-08T19:19:10.664Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3179 | 2026-09-08T19:19:12.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s |
| 3180 | 2026-09-08T19:19:13.061Z | |
| 3181 | 2026-09-08T19:19:13.061Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376) |
| 3182 | 2026-09-08T19:19:13.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-09-08T19:19:13.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-09-08T19:19:13.742Z | Compiling ar_archive_writer v0.5.1 |
| 3185 | 2026-09-08T19:19:13.849Z | Compiling stacker v0.1.23 |
| 3186 | 2026-09-08T19:19:13.856Z | Compiling cfg_aliases v0.1.1 |
| 3187 | 2026-09-08T19:19:13.863Z | Compiling proc-macro-error v1.0.4 |
| 3188 | 2026-09-08T19:19:13.871Z | Checking fd-lock v4.0.4 |
| 3189 | 2026-09-08T19:19:13.874Z | Checking nibble_vec v0.1.0 |
| 3190 | 2026-09-08T19:19:13.874Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3191 | 2026-09-08T19:19:13.874Z | Checking vte v0.14.1 |
| 3192 | 2026-09-08T19:19:13.913Z | Compiling nix v0.28.0 |
| 3193 | 2026-09-08T19:19:13.982Z | Checking endian-type v0.1.2 |
| 3194 | 2026-09-08T19:19:14.012Z | Checking bytecount v0.6.9 |
| 3195 | 2026-09-08T19:19:14.025Z | Checking strip-ansi-escapes v0.2.1 |
| 3196 | 2026-09-08T19:19:14.101Z | Checking radix_trie v0.2.1 |
| 3197 | 2026-09-08T19:19:14.124Z | Checking papergrid v0.11.0 |
| 3198 | 2026-09-08T19:19:14.135Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3199 | 2026-09-08T19:19:14.146Z | Compiling tabled_derive v0.7.0 |
| 3200 | 2026-09-08T19:19:14.146Z | Compiling peg-macros v0.8.5 |
| 3201 | 2026-09-08T19:19:14.287Z | Compiling sqlparser_derive v0.5.0 |
| 3202 | 2026-09-08T19:19:14.300Z | Checking winnow v0.6.26 |
| 3203 | 2026-09-08T19:19:14.624Z | Checking home v0.5.12 |
| 3204 | 2026-09-08T19:19:14.659Z | Compiling psm v0.1.30 |
| 3205 | 2026-09-08T19:19:14.720Z | Checking nu-ansi-term v0.50.3 |
| 3206 | 2026-09-08T19:19:14.733Z | Checking unicode_categories v0.1.1 |
| 3207 | 2026-09-08T19:19:14.917Z | Checking crossterm v0.29.0 |
| 3208 | 2026-09-08T19:19:14.930Z | Checking reedline v0.40.0 |
| 3209 | 2026-09-08T19:19:15.040Z | Checking display-error-chain v0.2.2 |
| 3210 | 2026-09-08T19:19:15.144Z | Checking tabled v0.15.0 |
| 3211 | 2026-09-08T19:19:15.200Z | Checking rustyline v14.0.0 |
| 3212 | 2026-09-08T19:19:15.430Z | Checking recursive v0.1.1 |
| 3213 | 2026-09-08T19:19:15.443Z | Checking sqlformat v0.3.5 |
| 3214 | 2026-09-08T19:19:15.467Z | Checking peg v0.8.5 |
| 3215 | 2026-09-08T19:19:15.516Z | Checking sqlparser v0.61.0 |
| 3216 | 2026-09-08T19:19:26.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s |
| 3217 | 2026-09-08T19:19:26.793Z | |
| 3218 | 2026-09-08T19:19:26.793Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376) |
| 3219 | 2026-09-08T19:19:27.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-09-08T19:19:27.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-09-08T19:19:27.465Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3222 | 2026-09-08T19:19:31.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 3223 | 2026-09-08T19:19:31.199Z | |
| 3224 | 2026-09-08T19:19:31.199Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376) |
| 3225 | 2026-09-08T19:19:31.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-09-08T19:19:31.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-09-08T19:19:31.869Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3228 | 2026-09-08T19:19:34.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3229 | 2026-09-08T19:19:34.604Z | |
| 3230 | 2026-09-08T19:19:34.604Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376) |
| 3231 | 2026-09-08T19:19:35.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2026-09-08T19:19:35.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2026-09-08T19:19:35.265Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3234 | 2026-09-08T19:19:38.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 3235 | 2026-09-08T19:19:38.768Z | |
| 3236 | 2026-09-08T19:19:38.768Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376) |
| 3237 | 2026-09-08T19:19:39.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2026-09-08T19:19:39.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2026-09-08T19:19:39.431Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3240 | 2026-09-08T19:19:42.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 3241 | 2026-09-08T19:19:42.971Z | |
| 3242 | 2026-09-08T19:19:42.971Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376) |
| 3243 | 2026-09-08T19:19:43.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2026-09-08T19:19:43.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2026-09-08T19:19:43.634Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3246 | 2026-09-08T19:19:46.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 3247 | 2026-09-08T19:19:46.487Z | |
| 3248 | 2026-09-08T19:19:46.488Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376) |
| 3249 | 2026-09-08T19:19:46.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2026-09-08T19:19:46.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2026-09-08T19:19:47.153Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3252 | 2026-09-08T19:19:49.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 3253 | 2026-09-08T19:19:50.053Z | |
| 3254 | 2026-09-08T19:19:50.053Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376) |
| 3255 | 2026-09-08T19:19:50.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2026-09-08T19:19:50.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2026-09-08T19:19:50.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3258 | 2026-09-08T19:19:54.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 3259 | 2026-09-08T19:19:54.390Z | |
| 3260 | 2026-09-08T19:19:54.391Z | info: running `cargo check --bins` on oximeter (136/376) |
| 3261 | 2026-09-08T19:19:54.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2026-09-08T19:19:54.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2026-09-08T19:19:54.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2026-09-08T19:19:54.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3265 | 2026-09-08T19:19:54.952Z | |
| 3266 | 2026-09-08T19:19:54.952Z | info: running `cargo check --bins` on oximeter-schema (137/376) |
| 3267 | 2026-09-08T19:19:55.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2026-09-08T19:19:55.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2026-09-08T19:19:55.573Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3270 | 2026-09-08T19:19:55.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3271 | 2026-09-08T19:19:56.111Z | |
| 3272 | 2026-09-08T19:19:56.112Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/376) |
| 3273 | 2026-09-08T19:19:56.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-09-08T19:19:56.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-09-08T19:19:56.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2026-09-08T19:19:56.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3277 | 2026-09-08T19:19:56.672Z | |
| 3278 | 2026-09-08T19:19:56.672Z | info: running `cargo check --bins` on oximeter-test-utils (139/376) |
| 3279 | 2026-09-08T19:19:57.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-09-08T19:19:57.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-09-08T19:19:57.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2026-09-08T19:19:57.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3283 | 2026-09-08T19:19:57.275Z | |
| 3284 | 2026-09-08T19:19:57.275Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376) |
| 3285 | 2026-09-08T19:19:57.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2026-09-08T19:19:57.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2026-09-08T19:19:57.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2026-09-08T19:19:57.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3289 | 2026-09-08T19:19:57.842Z | |
| 3290 | 2026-09-08T19:19:57.842Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376) |
| 3291 | 2026-09-08T19:19:58.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2026-09-08T19:19:58.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2026-09-08T19:19:58.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2026-09-08T19:19:58.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3295 | 2026-09-08T19:19:58.407Z | |
| 3296 | 2026-09-08T19:19:58.407Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376) |
| 3297 | 2026-09-08T19:19:58.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2026-09-08T19:19:58.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2026-09-08T19:19:58.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2026-09-08T19:19:58.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3301 | 2026-09-08T19:19:58.977Z | |
| 3302 | 2026-09-08T19:19:58.977Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376) |
| 3303 | 2026-09-08T19:19:59.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2026-09-08T19:19:59.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2026-09-08T19:19:59.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2026-09-08T19:19:59.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3307 | 2026-09-08T19:19:59.548Z | |
| 3308 | 2026-09-08T19:19:59.548Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/376) |
| 3309 | 2026-09-08T19:20:00.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-09-08T19:20:00.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-09-08T19:20:00.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-09-08T19:20:00.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3313 | 2026-09-08T19:20:00.110Z | |
| 3314 | 2026-09-08T19:20:00.110Z | info: running `cargo check --bins` on reconfigurator-cli (145/376) |
| 3315 | 2026-09-08T19:20:00.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-09-08T19:20:00.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-09-08T19:20:00.928Z | Compiling crucible-workspace-hack v0.1.0 |
| 3318 | 2026-09-08T19:20:00.931Z | Compiling regress v0.11.1 |
| 3319 | 2026-09-08T19:20:00.931Z | Checking secrecy v0.10.3 |
| 3320 | 2026-09-08T19:20:00.931Z | Checking half v2.7.1 |
| 3321 | 2026-09-08T19:20:00.931Z | Checking ciborium-io v0.2.2 |
| 3322 | 2026-09-08T19:20:01.067Z | Checking inout v0.1.4 |
| 3323 | 2026-09-08T19:20:01.071Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3324 | 2026-09-08T19:20:01.075Z | Checking universal-hash v0.5.1 |
| 3325 | 2026-09-08T19:20:01.170Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3326 | 2026-09-08T19:20:01.203Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3327 | 2026-09-08T19:20:01.209Z | Checking cipher v0.4.4 |
| 3328 | 2026-09-08T19:20:01.209Z | Checking opaque-debug v0.3.1 |
| 3329 | 2026-09-08T19:20:01.313Z | Checking ciborium-ll v0.2.2 |
| 3330 | 2026-09-08T19:20:01.337Z | Checking poly1305 v0.8.0 |
| 3331 | 2026-09-08T19:20:01.359Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3332 | 2026-09-08T19:20:01.376Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3333 | 2026-09-08T19:20:01.476Z | Checking chacha20 v0.9.1 |
| 3334 | 2026-09-08T19:20:01.492Z | Checking ciborium v0.2.2 |
| 3335 | 2026-09-08T19:20:01.598Z | Checking password-hash v0.5.0 |
| 3336 | 2026-09-08T19:20:01.643Z | Checking blake2 v0.10.6 |
| 3337 | 2026-09-08T19:20:01.671Z | Checking aead v0.5.2 |
| 3338 | 2026-09-08T19:20:01.768Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3339 | 2026-09-08T19:20:01.816Z | Checking indent_write v2.2.0 |
| 3340 | 2026-09-08T19:20:01.819Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3341 | 2026-09-08T19:20:01.877Z | Checking argon2 v0.5.3 |
| 3342 | 2026-09-08T19:20:01.910Z | Checking chacha20poly1305 v0.10.1 |
| 3343 | 2026-09-08T19:20:01.945Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3344 | 2026-09-08T19:20:02.039Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3345 | 2026-09-08T19:20:02.079Z | Compiling unsafe-libyaml v0.2.11 |
| 3346 | 2026-09-08T19:20:02.223Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3347 | 2026-09-08T19:20:02.429Z | Checking thiserror-no-std v2.0.2 |
| 3348 | 2026-09-08T19:20:02.445Z | Compiling itertools v0.15.0 |
| 3349 | 2026-09-08T19:20:02.520Z | Checking vsss-rs v3.3.4 |
| 3350 | 2026-09-08T19:20:02.572Z | Compiling typify-impl v0.6.2 |
| 3351 | 2026-09-08T19:20:02.800Z | Compiling serde_yaml v0.9.34+deprecated |
| 3352 | 2026-09-08T19:20:03.112Z | Compiling proc-macro-crate v3.4.0 |
| 3353 | 2026-09-08T19:20:03.431Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3354 | 2026-09-08T19:20:03.534Z | Compiling heapless v0.8.0 |
| 3355 | 2026-09-08T19:20:03.658Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3356 | 2026-09-08T19:20:03.674Z | Compiling num_enum_derive v0.7.6 |
| 3357 | 2026-09-08T19:20:03.761Z | Compiling ingot-macros v0.2.0 |
| 3358 | 2026-09-08T19:20:03.989Z | Checking hash32 v0.3.1 |
| 3359 | 2026-09-08T19:20:04.009Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3360 | 2026-09-08T19:20:04.117Z | Compiling smoltcp v0.11.0 |
| 3361 | 2026-09-08T19:20:04.253Z | Checking tabwriter v1.4.1 |
| 3362 | 2026-09-08T19:20:04.273Z | Checking cobs v0.3.0 |
| 3363 | 2026-09-08T19:20:04.404Z | Checking swrite v0.1.0 |
| 3364 | 2026-09-08T19:20:04.419Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3365 | 2026-09-08T19:20:04.488Z | Checking postcard v1.1.3 |
| 3366 | 2026-09-08T19:20:04.505Z | Compiling proc-macro-crate v1.3.1 |
| 3367 | 2026-09-08T19:20:04.645Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3368 | 2026-09-08T19:20:04.719Z | Checking num_enum v0.7.6 |
| 3369 | 2026-09-08T19:20:04.769Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3370 | 2026-09-08T19:20:04.786Z | Compiling foreign-types-macros v0.2.3 |
| 3371 | 2026-09-08T19:20:04.835Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3372 | 2026-09-08T19:20:04.856Z | Checking foreign-types-shared v0.3.1 |
| 3373 | 2026-09-08T19:20:04.919Z | Checking colored v3.1.1 |
| 3374 | 2026-09-08T19:20:04.948Z | Compiling num_enum_derive v0.5.11 |
| 3375 | 2026-09-08T19:20:05.200Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3376 | 2026-09-08T19:20:05.234Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3377 | 2026-09-08T19:20:05.381Z | Checking foreign-types v0.5.0 |
| 3378 | 2026-09-08T19:20:05.462Z | Checking cstr-argument v0.1.2 |
| 3379 | 2026-09-08T19:20:05.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3380 | 2026-09-08T19:20:05.643Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3381 | 2026-09-08T19:20:05.695Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3382 | 2026-09-08T19:20:05.753Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3383 | 2026-09-08T19:20:05.768Z | Checking rand v0.10.1 |
| 3384 | 2026-09-08T19:20:05.812Z | Checking itertools v0.12.1 |
| 3385 | 2026-09-08T19:20:05.865Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3386 | 2026-09-08T19:20:05.919Z | Compiling zone_cfg_derive v0.3.1 |
| 3387 | 2026-09-08T19:20:05.995Z | Checking num_enum v0.5.11 |
| 3388 | 2026-09-08T19:20:06.111Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3389 | 2026-09-08T19:20:06.203Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3390 | 2026-09-08T19:20:06.285Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3391 | 2026-09-08T19:20:06.318Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3392 | 2026-09-08T19:20:06.496Z | Compiling num-derive v0.4.2 |
| 3393 | 2026-09-08T19:20:06.587Z | Compiling semver v0.1.20 |
| 3394 | 2026-09-08T19:20:06.605Z | Checking ingot-types v0.2.0 |
| 3395 | 2026-09-08T19:20:06.829Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3396 | 2026-09-08T19:20:06.882Z | Checking zone v0.3.1 |
| 3397 | 2026-09-08T19:20:06.974Z | Checking ingot v0.2.1 |
| 3398 | 2026-09-08T19:20:07.057Z | Compiling rustc_version v0.1.7 |
| 3399 | 2026-09-08T19:20:07.080Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3400 | 2026-09-08T19:20:07.098Z | Compiling typify-macro v0.6.2 |
| 3401 | 2026-09-08T19:20:07.253Z | Checking smf v0.2.3 |
| 3402 | 2026-09-08T19:20:07.280Z | Checking nom v8.0.0 |
| 3403 | 2026-09-08T19:20:07.392Z | Checking csv-core v0.1.13 |
| 3404 | 2026-09-08T19:20:07.421Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3405 | 2026-09-08T19:20:07.485Z | Checking whoami v1.6.1 |
| 3406 | 2026-09-08T19:20:07.569Z | Checking csv v1.4.0 |
| 3407 | 2026-09-08T19:20:07.645Z | Compiling newtype_derive v0.1.6 |
| 3408 | 2026-09-08T19:20:07.663Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3409 | 2026-09-08T19:20:07.796Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3410 | 2026-09-08T19:20:07.814Z | Compiling cancel-safe-futures v0.1.5 |
| 3411 | 2026-09-08T19:20:07.949Z | Compiling libefi-sys v0.1.0 |
| 3412 | 2026-09-08T19:20:07.974Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3413 | 2026-09-08T19:20:08.060Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3414 | 2026-09-08T19:20:08.217Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3415 | 2026-09-08T19:20:08.251Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3416 | 2026-09-08T19:20:08.374Z | Checking oxide-update-engine-types v0.1.2 |
| 3417 | 2026-09-08T19:20:08.392Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3418 | 2026-09-08T19:20:08.452Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3419 | 2026-09-08T19:20:08.572Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3420 | 2026-09-08T19:20:08.656Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3421 | 2026-09-08T19:20:08.674Z | Compiling bitfield-struct v0.6.2 |
| 3422 | 2026-09-08T19:20:08.810Z | Checking linear-map v1.2.0 |
| 3423 | 2026-09-08T19:20:08.896Z | Compiling typify v0.6.2 |
| 3424 | 2026-09-08T19:20:09.014Z | Compiling progenitor-impl v0.14.0 |
| 3425 | 2026-09-08T19:20:09.047Z | Checking steno v0.4.1 |
| 3426 | 2026-09-08T19:20:09.281Z | Checking oxide-update-engine v0.1.2 |
| 3427 | 2026-09-08T19:20:09.297Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3428 | 2026-09-08T19:20:09.319Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3429 | 2026-09-08T19:20:09.706Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3430 | 2026-09-08T19:20:09.743Z | Checking sha1 v0.10.6 |
| 3431 | 2026-09-08T19:20:09.765Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3432 | 2026-09-08T19:20:09.871Z | Checking utf-8 v0.7.6 |
| 3433 | 2026-09-08T19:20:09.918Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3434 | 2026-09-08T19:20:09.996Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3435 | 2026-09-08T19:20:10.011Z | Checking tungstenite v0.21.0 |
| 3436 | 2026-09-08T19:20:10.014Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3437 | 2026-09-08T19:20:10.040Z | Checking ignore v0.4.25 |
| 3438 | 2026-09-08T19:20:10.175Z | Checking anstyle-parse v0.2.7 |
| 3439 | 2026-09-08T19:20:10.228Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3440 | 2026-09-08T19:20:10.332Z | Compiling xshell-macros v0.2.7 |
| 3441 | 2026-09-08T19:20:10.435Z | Checking globwalk v0.9.1 |
| 3442 | 2026-09-08T19:20:10.439Z | Checking tokio-tungstenite v0.21.0 |
| 3443 | 2026-09-08T19:20:10.486Z | Checking anstream v0.6.21 |
| 3444 | 2026-09-08T19:20:10.629Z | Checking predicates-tree v1.0.13 |
| 3445 | 2026-09-08T19:20:10.691Z | Checking filetime v0.2.27 |
| 3446 | 2026-09-08T19:20:10.714Z | Checking tagptr v0.2.0 |
| 3447 | 2026-09-08T19:20:10.728Z | Checking xshell v0.2.7 |
| 3448 | 2026-09-08T19:20:10.742Z | Checking xattr v1.6.1 |
| 3449 | 2026-09-08T19:20:10.807Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3450 | 2026-09-08T19:20:10.829Z | Checking camino-tempfile-ext v0.3.3 |
| 3451 | 2026-09-08T19:20:10.854Z | Checking moka v0.12.13 |
| 3452 | 2026-09-08T19:20:10.870Z | Checking tar v0.4.46 |
| 3453 | 2026-09-08T19:20:10.916Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3454 | 2026-09-08T19:20:11.021Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3455 | 2026-09-08T19:20:11.037Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3456 | 2026-09-08T19:20:11.116Z | Checking rand_seeder v0.4.0 |
| 3457 | 2026-09-08T19:20:11.155Z | Checking half v1.8.3 |
| 3458 | 2026-09-08T19:20:11.177Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3459 | 2026-09-08T19:20:11.250Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3460 | 2026-09-08T19:20:11.264Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3461 | 2026-09-08T19:20:11.352Z | Checking serde_cbor v0.11.2 |
| 3462 | 2026-09-08T19:20:11.494Z | Checking hickory-resolver v0.25.2 |
| 3463 | 2026-09-08T19:20:11.515Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3464 | 2026-09-08T19:20:11.562Z | Checking sha2 v0.11.0 |
| 3465 | 2026-09-08T19:20:11.645Z | Compiling progenitor-macro v0.14.0 |
| 3466 | 2026-09-08T19:20:11.729Z | Checking digest-io v0.1.0 |
| 3467 | 2026-09-08T19:20:11.864Z | Compiling petname v2.0.2 |
| 3468 | 2026-09-08T19:20:12.141Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3469 | 2026-09-08T19:20:12.198Z | Checking rawzip v0.4.4 |
| 3470 | 2026-09-08T19:20:12.217Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3471 | 2026-09-08T19:20:12.563Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3472 | 2026-09-08T19:20:12.632Z | Checking sapling-renderdag v0.1.0 |
| 3473 | 2026-09-08T19:20:12.676Z | Checking subprocess v0.2.15 |
| 3474 | 2026-09-08T19:20:12.764Z | Checking sync-ptr v0.1.4 |
| 3475 | 2026-09-08T19:20:12.912Z | Checking colored v2.2.0 |
| 3476 | 2026-09-08T19:20:12.926Z | Checking assert_matches v1.5.0 |
| 3477 | 2026-09-08T19:20:12.972Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3478 | 2026-09-08T19:20:13.124Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3479 | 2026-09-08T19:20:13.287Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3480 | 2026-09-08T19:20:13.735Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3481 | 2026-09-08T19:20:13.739Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3482 | 2026-09-08T19:20:14.389Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3483 | 2026-09-08T19:20:14.389Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3484 | 2026-09-08T19:20:14.843Z | Checking progenitor v0.14.0 |
| 3485 | 2026-09-08T19:20:14.981Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3486 | 2026-09-08T19:20:14.981Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3487 | 2026-09-08T19:20:14.984Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3488 | 2026-09-08T19:20:14.984Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3489 | 2026-09-08T19:20:14.984Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3490 | 2026-09-08T19:20:15.155Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3491 | 2026-09-08T19:20:15.357Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3492 | 2026-09-08T19:20:15.501Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3493 | 2026-09-08T19:20:15.576Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3494 | 2026-09-08T19:20:15.798Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3495 | 2026-09-08T19:20:16.048Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3496 | 2026-09-08T19:20:16.298Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3497 | 2026-09-08T19:20:16.721Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3498 | 2026-09-08T19:20:17.169Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3499 | 2026-09-08T19:20:17.810Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3500 | 2026-09-08T19:20:18.046Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3501 | 2026-09-08T19:20:26.616Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3502 | 2026-09-08T19:20:33.942Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3503 | 2026-09-08T19:20:33.942Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3504 | 2026-09-08T19:20:33.946Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3505 | 2026-09-08T19:20:35.436Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3506 | 2026-09-08T19:20:36.710Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3507 | 2026-09-08T19:20:38.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.83s |
| 3508 | 2026-09-08T19:20:39.143Z | |
| 3509 | 2026-09-08T19:20:39.143Z | info: running `cargo check --bins` on nexus-inventory (146/376) |
| 3510 | 2026-09-08T19:20:39.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-09-08T19:20:39.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-09-08T19:20:39.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-09-08T19:20:39.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3514 | 2026-09-08T19:20:39.758Z | |
| 3515 | 2026-09-08T19:20:39.758Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376) |
| 3516 | 2026-09-08T19:20:40.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-09-08T19:20:40.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-09-08T19:20:40.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-09-08T19:20:40.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3520 | 2026-09-08T19:20:40.317Z | |
| 3521 | 2026-09-08T19:20:40.317Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/376) |
| 3522 | 2026-09-08T19:20:40.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-09-08T19:20:40.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-09-08T19:20:40.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-09-08T19:20:40.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3526 | 2026-09-08T19:20:40.883Z | |
| 3527 | 2026-09-08T19:20:40.883Z | info: running `cargo check --bins` on dns-service-client (149/376) |
| 3528 | 2026-09-08T19:20:41.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-09-08T19:20:41.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-09-08T19:20:41.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-09-08T19:20:41.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3532 | 2026-09-08T19:20:41.430Z | |
| 3533 | 2026-09-08T19:20:41.430Z | info: running `cargo check --bins` on ntp-admin-client (150/376) |
| 3534 | 2026-09-08T19:20:41.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-09-08T19:20:41.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-09-08T19:20:41.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-09-08T19:20:41.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3538 | 2026-09-08T19:20:41.978Z | |
| 3539 | 2026-09-08T19:20:41.978Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/376) |
| 3540 | 2026-09-08T19:20:42.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-09-08T19:20:42.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-09-08T19:20:42.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-09-08T19:20:42.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3544 | 2026-09-08T19:20:42.528Z | |
| 3545 | 2026-09-08T19:20:42.528Z | info: running `cargo check --bins` on cockroach-admin-client (152/376) |
| 3546 | 2026-09-08T19:20:42.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-09-08T19:20:42.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-09-08T19:20:42.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-09-08T19:20:43.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3550 | 2026-09-08T19:20:43.081Z | |
| 3551 | 2026-09-08T19:20:43.081Z | info: running `cargo check --bins` on parallel-task-set (153/376) |
| 3552 | 2026-09-08T19:20:43.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-09-08T19:20:43.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-09-08T19:20:43.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-09-08T19:20:43.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3556 | 2026-09-08T19:20:43.629Z | |
| 3557 | 2026-09-08T19:20:43.629Z | info: running `cargo check --bins` on sled-agent-client (154/376) |
| 3558 | 2026-09-08T19:20:44.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-09-08T19:20:44.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-09-08T19:20:44.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-09-08T19:20:44.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3562 | 2026-09-08T19:20:44.197Z | |
| 3563 | 2026-09-08T19:20:44.197Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376) |
| 3564 | 2026-09-08T19:20:44.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-09-08T19:20:44.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-09-08T19:20:44.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-09-08T19:20:44.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-09-08T19:20:44.778Z | |
| 3569 | 2026-09-08T19:20:44.778Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/376) |
| 3570 | 2026-09-08T19:20:45.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-09-08T19:20:45.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-09-08T19:20:45.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-09-08T19:20:45.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3574 | 2026-09-08T19:20:45.357Z | |
| 3575 | 2026-09-08T19:20:45.357Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376) |
| 3576 | 2026-09-08T19:20:45.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-09-08T19:20:45.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-09-08T19:20:45.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-09-08T19:20:45.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3580 | 2026-09-08T19:20:45.936Z | |
| 3581 | 2026-09-08T19:20:45.937Z | info: running `cargo check --bins` on key-manager (158/376) |
| 3582 | 2026-09-08T19:20:46.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-09-08T19:20:46.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-09-08T19:20:46.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-09-08T19:20:46.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3586 | 2026-09-08T19:20:46.504Z | |
| 3587 | 2026-09-08T19:20:46.504Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/376) |
| 3588 | 2026-09-08T19:20:46.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-09-08T19:20:46.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-09-08T19:20:46.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-09-08T19:20:47.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3592 | 2026-09-08T19:20:47.085Z | |
| 3593 | 2026-09-08T19:20:47.085Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376) |
| 3594 | 2026-09-08T19:20:47.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-09-08T19:20:47.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-09-08T19:20:47.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-09-08T19:20:47.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3598 | 2026-09-08T19:20:47.664Z | |
| 3599 | 2026-09-08T19:20:47.664Z | info: running `cargo check --bins` on typed-rng (161/376) |
| 3600 | 2026-09-08T19:20:48.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-09-08T19:20:48.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-09-08T19:20:48.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-09-08T19:20:48.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3604 | 2026-09-08T19:20:48.216Z | |
| 3605 | 2026-09-08T19:20:48.216Z | info: running `cargo check --bins` on gateway-test-utils (162/376) |
| 3606 | 2026-09-08T19:20:48.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-09-08T19:20:48.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-09-08T19:20:48.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-09-08T19:20:48.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3610 | 2026-09-08T19:20:48.825Z | |
| 3611 | 2026-09-08T19:20:48.825Z | info: running `cargo check --bins` on omicron-gateway (163/376) |
| 3612 | 2026-09-08T19:20:49.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-09-08T19:20:49.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-09-08T19:20:49.549Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3615 | 2026-09-08T19:20:49.550Z | Checking void v1.0.2 |
| 3616 | 2026-09-08T19:20:49.552Z | Checking tungstenite v0.23.0 |
| 3617 | 2026-09-08T19:20:49.552Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3618 | 2026-09-08T19:20:49.666Z | Checking nix v0.27.1 |
| 3619 | 2026-09-08T19:20:49.669Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3620 | 2026-09-08T19:20:49.695Z | Checking dropshot-api-manager-types v0.8.0 |
| 3621 | 2026-09-08T19:20:49.707Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3622 | 2026-09-08T19:20:49.747Z | Checking lzss v0.8.2 |
| 3623 | 2026-09-08T19:20:49.863Z | Checking kstat-rs v0.2.5 |
| 3624 | 2026-09-08T19:20:49.867Z | Checking fxhash v0.2.1 |
| 3625 | 2026-09-08T19:20:49.920Z | Checking serde_bytes v0.11.19 |
| 3626 | 2026-09-08T19:20:49.937Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3627 | 2026-09-08T19:20:49.986Z | Checking signal-hook-tokio v0.3.1 |
| 3628 | 2026-09-08T19:20:50.011Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3629 | 2026-09-08T19:20:50.042Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3630 | 2026-09-08T19:20:50.087Z | Checking tokio-tungstenite v0.23.1 |
| 3631 | 2026-09-08T19:20:50.145Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3632 | 2026-09-08T19:20:51.246Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3633 | 2026-09-08T19:20:51.798Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3634 | 2026-09-08T19:20:53.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 3635 | 2026-09-08T19:20:54.120Z | |
| 3636 | 2026-09-08T19:20:54.120Z | info: running `cargo check --bins` on gateway-api (164/376) |
| 3637 | 2026-09-08T19:20:54.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-09-08T19:20:54.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-09-08T19:20:54.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3640 | 2026-09-08T19:20:54.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3641 | 2026-09-08T19:20:54.683Z | |
| 3642 | 2026-09-08T19:20:54.683Z | info: running `cargo check --bins` on ipcc (165/376) |
| 3643 | 2026-09-08T19:20:55.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-09-08T19:20:55.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-09-08T19:20:55.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2026-09-08T19:20:55.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3647 | 2026-09-08T19:20:55.238Z | |
| 3648 | 2026-09-08T19:20:55.238Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376) |
| 3649 | 2026-09-08T19:20:55.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-09-08T19:20:55.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-09-08T19:20:55.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3652 | 2026-09-08T19:20:55.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3653 | 2026-09-08T19:20:55.789Z | |
| 3654 | 2026-09-08T19:20:55.789Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376) |
| 3655 | 2026-09-08T19:20:56.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-09-08T19:20:56.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-09-08T19:20:56.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3658 | 2026-09-08T19:20:56.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3659 | 2026-09-08T19:20:56.379Z | |
| 3660 | 2026-09-08T19:20:56.379Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376) |
| 3661 | 2026-09-08T19:20:56.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-09-08T19:20:56.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-09-08T19:20:56.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2026-09-08T19:20:56.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3665 | 2026-09-08T19:20:56.949Z | |
| 3666 | 2026-09-08T19:20:56.949Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376) |
| 3667 | 2026-09-08T19:20:57.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-09-08T19:20:57.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-09-08T19:20:57.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2026-09-08T19:20:57.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3671 | 2026-09-08T19:20:57.524Z | |
| 3672 | 2026-09-08T19:20:57.524Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376) |
| 3673 | 2026-09-08T19:20:58.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-09-08T19:20:58.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-09-08T19:20:58.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-09-08T19:20:58.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3677 | 2026-09-08T19:20:58.090Z | |
| 3678 | 2026-09-08T19:20:58.090Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376) |
| 3679 | 2026-09-08T19:20:58.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-09-08T19:20:58.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-09-08T19:20:58.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-09-08T19:20:58.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3683 | 2026-09-08T19:20:58.680Z | |
| 3684 | 2026-09-08T19:20:58.680Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376) |
| 3685 | 2026-09-08T19:20:59.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-09-08T19:20:59.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-09-08T19:20:59.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-09-08T19:20:59.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3689 | 2026-09-08T19:20:59.250Z | |
| 3690 | 2026-09-08T19:20:59.250Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376) |
| 3691 | 2026-09-08T19:20:59.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-09-08T19:20:59.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-09-08T19:20:59.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-09-08T19:20:59.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3695 | 2026-09-08T19:20:59.821Z | |
| 3696 | 2026-09-08T19:20:59.821Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376) |
| 3697 | 2026-09-08T19:21:00.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-09-08T19:21:00.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-09-08T19:21:00.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-09-08T19:21:00.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3701 | 2026-09-08T19:21:00.383Z | |
| 3702 | 2026-09-08T19:21:00.383Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376) |
| 3703 | 2026-09-08T19:21:00.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-09-08T19:21:00.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-09-08T19:21:00.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-09-08T19:21:00.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3707 | 2026-09-08T19:21:00.946Z | |
| 3708 | 2026-09-08T19:21:00.946Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376) |
| 3709 | 2026-09-08T19:21:01.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-09-08T19:21:01.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-09-08T19:21:01.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-09-08T19:21:01.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3713 | 2026-09-08T19:21:01.508Z | |
| 3714 | 2026-09-08T19:21:01.508Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376) |
| 3715 | 2026-09-08T19:21:01.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-09-08T19:21:01.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-09-08T19:21:01.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-09-08T19:21:01.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3719 | 2026-09-08T19:21:02.069Z | |
| 3720 | 2026-09-08T19:21:02.069Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376) |
| 3721 | 2026-09-08T19:21:02.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-09-08T19:21:02.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-09-08T19:21:02.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-09-08T19:21:02.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3725 | 2026-09-08T19:21:02.635Z | |
| 3726 | 2026-09-08T19:21:02.635Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376) |
| 3727 | 2026-09-08T19:21:03.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-09-08T19:21:03.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-09-08T19:21:03.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-09-08T19:21:03.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3731 | 2026-09-08T19:21:03.207Z | |
| 3732 | 2026-09-08T19:21:03.207Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376) |
| 3733 | 2026-09-08T19:21:03.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-09-08T19:21:03.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-09-08T19:21:03.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-09-08T19:21:03.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3737 | 2026-09-08T19:21:03.785Z | |
| 3738 | 2026-09-08T19:21:03.785Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376) |
| 3739 | 2026-09-08T19:21:04.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-09-08T19:21:04.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-09-08T19:21:04.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2026-09-08T19:21:04.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3743 | 2026-09-08T19:21:04.357Z | |
| 3744 | 2026-09-08T19:21:04.357Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376) |
| 3745 | 2026-09-08T19:21:04.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-09-08T19:21:04.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-09-08T19:21:04.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3748 | 2026-09-08T19:21:04.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3749 | 2026-09-08T19:21:04.935Z | |
| 3750 | 2026-09-08T19:21:04.935Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376) |
| 3751 | 2026-09-08T19:21:05.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-09-08T19:21:05.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-09-08T19:21:05.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3754 | 2026-09-08T19:21:05.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3755 | 2026-09-08T19:21:05.514Z | |
| 3756 | 2026-09-08T19:21:05.515Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376) |
| 3757 | 2026-09-08T19:21:06.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-09-08T19:21:06.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-09-08T19:21:06.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3760 | 2026-09-08T19:21:06.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3761 | 2026-09-08T19:21:06.087Z | |
| 3762 | 2026-09-08T19:21:06.087Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376) |
| 3763 | 2026-09-08T19:21:06.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-09-08T19:21:06.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-09-08T19:21:06.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3766 | 2026-09-08T19:21:06.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3767 | 2026-09-08T19:21:06.664Z | |
| 3768 | 2026-09-08T19:21:06.664Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376) |
| 3769 | 2026-09-08T19:21:07.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-09-08T19:21:07.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-09-08T19:21:07.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3772 | 2026-09-08T19:21:07.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3773 | 2026-09-08T19:21:07.253Z | |
| 3774 | 2026-09-08T19:21:07.253Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376) |
| 3775 | 2026-09-08T19:21:07.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2026-09-08T19:21:07.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2026-09-08T19:21:07.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3778 | 2026-09-08T19:21:07.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3779 | 2026-09-08T19:21:07.846Z | |
| 3780 | 2026-09-08T19:21:07.846Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376) |
| 3781 | 2026-09-08T19:21:08.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2026-09-08T19:21:08.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2026-09-08T19:21:08.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3784 | 2026-09-08T19:21:08.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3785 | 2026-09-08T19:21:08.439Z | |
| 3786 | 2026-09-08T19:21:08.439Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376) |
| 3787 | 2026-09-08T19:21:08.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2026-09-08T19:21:08.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2026-09-08T19:21:08.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3790 | 2026-09-08T19:21:08.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3791 | 2026-09-08T19:21:09.028Z | |
| 3792 | 2026-09-08T19:21:09.028Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376) |
| 3793 | 2026-09-08T19:21:09.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2026-09-08T19:21:09.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2026-09-08T19:21:09.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3796 | 2026-09-08T19:21:09.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3797 | 2026-09-08T19:21:09.622Z | |
| 3798 | 2026-09-08T19:21:09.622Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376) |
| 3799 | 2026-09-08T19:21:10.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2026-09-08T19:21:10.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2026-09-08T19:21:10.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3802 | 2026-09-08T19:21:10.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3803 | 2026-09-08T19:21:10.207Z | |
| 3804 | 2026-09-08T19:21:10.207Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376) |
| 3805 | 2026-09-08T19:21:10.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2026-09-08T19:21:10.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2026-09-08T19:21:10.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3808 | 2026-09-08T19:21:10.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3809 | 2026-09-08T19:21:10.797Z | |
| 3810 | 2026-09-08T19:21:10.797Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376) |
| 3811 | 2026-09-08T19:21:11.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2026-09-08T19:21:11.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2026-09-08T19:21:11.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3814 | 2026-09-08T19:21:11.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3815 | 2026-09-08T19:21:11.390Z | |
| 3816 | 2026-09-08T19:21:11.390Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376) |
| 3817 | 2026-09-08T19:21:11.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2026-09-08T19:21:11.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2026-09-08T19:21:11.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2026-09-08T19:21:11.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3821 | 2026-09-08T19:21:11.970Z | |
| 3822 | 2026-09-08T19:21:11.970Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376) |
| 3823 | 2026-09-08T19:21:12.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2026-09-08T19:21:12.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2026-09-08T19:21:12.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3826 | 2026-09-08T19:21:12.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3827 | 2026-09-08T19:21:12.558Z | |
| 3828 | 2026-09-08T19:21:12.558Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376) |
| 3829 | 2026-09-08T19:21:13.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-09-08T19:21:13.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-09-08T19:21:13.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3832 | 2026-09-08T19:21:13.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3833 | 2026-09-08T19:21:13.142Z | |
| 3834 | 2026-09-08T19:21:13.142Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376) |
| 3835 | 2026-09-08T19:21:13.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-09-08T19:21:13.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-09-08T19:21:13.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3838 | 2026-09-08T19:21:13.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3839 | 2026-09-08T19:21:13.730Z | |
| 3840 | 2026-09-08T19:21:13.730Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376) |
| 3841 | 2026-09-08T19:21:14.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-09-08T19:21:14.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-09-08T19:21:14.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-09-08T19:21:14.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3845 | 2026-09-08T19:21:14.316Z | |
| 3846 | 2026-09-08T19:21:14.316Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376) |
| 3847 | 2026-09-08T19:21:14.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-09-08T19:21:14.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-09-08T19:21:14.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2026-09-08T19:21:14.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3851 | 2026-09-08T19:21:14.897Z | |
| 3852 | 2026-09-08T19:21:14.897Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376) |
| 3853 | 2026-09-08T19:21:15.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-09-08T19:21:15.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-09-08T19:21:15.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2026-09-08T19:21:15.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3857 | 2026-09-08T19:21:15.480Z | |
| 3858 | 2026-09-08T19:21:15.480Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376) |
| 3859 | 2026-09-08T19:21:15.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-09-08T19:21:15.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-09-08T19:21:15.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2026-09-08T19:21:15.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3863 | 2026-09-08T19:21:16.060Z | |
| 3864 | 2026-09-08T19:21:16.060Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376) |
| 3865 | 2026-09-08T19:21:16.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-09-08T19:21:16.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-09-08T19:21:16.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2026-09-08T19:21:16.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3869 | 2026-09-08T19:21:16.641Z | |
| 3870 | 2026-09-08T19:21:16.641Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376) |
| 3871 | 2026-09-08T19:21:17.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-09-08T19:21:17.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-09-08T19:21:17.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2026-09-08T19:21:17.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3875 | 2026-09-08T19:21:17.220Z | |
| 3876 | 2026-09-08T19:21:17.220Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376) |
| 3877 | 2026-09-08T19:21:17.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-09-08T19:21:17.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-09-08T19:21:17.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3880 | 2026-09-08T19:21:17.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3881 | 2026-09-08T19:21:17.789Z | |
| 3882 | 2026-09-08T19:21:17.789Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376) |
| 3883 | 2026-09-08T19:21:18.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-09-08T19:21:18.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-09-08T19:21:18.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2026-09-08T19:21:18.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3887 | 2026-09-08T19:21:18.354Z | |
| 3888 | 2026-09-08T19:21:18.354Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376) |
| 3889 | 2026-09-08T19:21:18.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-09-08T19:21:18.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-09-08T19:21:18.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3892 | 2026-09-08T19:21:18.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3893 | 2026-09-08T19:21:18.927Z | |
| 3894 | 2026-09-08T19:21:18.927Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376) |
| 3895 | 2026-09-08T19:21:19.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-09-08T19:21:19.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-09-08T19:21:19.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3898 | 2026-09-08T19:21:19.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3899 | 2026-09-08T19:21:19.491Z | |
| 3900 | 2026-09-08T19:21:19.491Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376) |
| 3901 | 2026-09-08T19:21:19.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-09-08T19:21:19.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-09-08T19:21:19.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3904 | 2026-09-08T19:21:19.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3905 | 2026-09-08T19:21:20.062Z | |
| 3906 | 2026-09-08T19:21:20.062Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376) |
| 3907 | 2026-09-08T19:21:20.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-09-08T19:21:20.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-09-08T19:21:20.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3910 | 2026-09-08T19:21:20.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3911 | 2026-09-08T19:21:20.635Z | |
| 3912 | 2026-09-08T19:21:20.635Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376) |
| 3913 | 2026-09-08T19:21:21.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-09-08T19:21:21.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-09-08T19:21:21.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2026-09-08T19:21:21.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3917 | 2026-09-08T19:21:21.201Z | |
| 3918 | 2026-09-08T19:21:21.201Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376) |
| 3919 | 2026-09-08T19:21:21.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-09-08T19:21:21.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-09-08T19:21:21.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3922 | 2026-09-08T19:21:21.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3923 | 2026-09-08T19:21:21.765Z | |
| 3924 | 2026-09-08T19:21:21.765Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376) |
| 3925 | 2026-09-08T19:21:22.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-09-08T19:21:22.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-09-08T19:21:22.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3928 | 2026-09-08T19:21:22.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3929 | 2026-09-08T19:21:22.329Z | |
| 3930 | 2026-09-08T19:21:22.329Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376) |
| 3931 | 2026-09-08T19:21:22.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-09-08T19:21:22.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-09-08T19:21:22.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-09-08T19:21:22.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3935 | 2026-09-08T19:21:22.897Z | |
| 3936 | 2026-09-08T19:21:22.897Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376) |
| 3937 | 2026-09-08T19:21:23.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-09-08T19:21:23.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-09-08T19:21:23.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2026-09-08T19:21:23.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3941 | 2026-09-08T19:21:23.462Z | |
| 3942 | 2026-09-08T19:21:23.463Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376) |
| 3943 | 2026-09-08T19:21:23.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-09-08T19:21:23.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-09-08T19:21:23.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2026-09-08T19:21:23.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3947 | 2026-09-08T19:21:24.031Z | |
| 3948 | 2026-09-08T19:21:24.031Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376) |
| 3949 | 2026-09-08T19:21:24.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-09-08T19:21:24.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-09-08T19:21:24.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-09-08T19:21:24.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3953 | 2026-09-08T19:21:24.601Z | |
| 3954 | 2026-09-08T19:21:24.602Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376) |
| 3955 | 2026-09-08T19:21:25.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-09-08T19:21:25.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-09-08T19:21:25.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2026-09-08T19:21:25.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3959 | 2026-09-08T19:21:25.167Z | |
| 3960 | 2026-09-08T19:21:25.167Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376) |
| 3961 | 2026-09-08T19:21:25.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-09-08T19:21:25.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-09-08T19:21:25.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-09-08T19:21:25.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3965 | 2026-09-08T19:21:25.738Z | |
| 3966 | 2026-09-08T19:21:25.738Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376) |
| 3967 | 2026-09-08T19:21:26.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-09-08T19:21:26.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-09-08T19:21:26.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-09-08T19:21:26.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3971 | 2026-09-08T19:21:26.309Z | |
| 3972 | 2026-09-08T19:21:26.309Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376) |
| 3973 | 2026-09-08T19:21:26.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-09-08T19:21:26.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-09-08T19:21:26.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-09-08T19:21:26.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3977 | 2026-09-08T19:21:26.895Z | |
| 3978 | 2026-09-08T19:21:26.895Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376) |
| 3979 | 2026-09-08T19:21:27.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-09-08T19:21:27.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-09-08T19:21:27.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3982 | 2026-09-08T19:21:27.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3983 | 2026-09-08T19:21:27.483Z | |
| 3984 | 2026-09-08T19:21:27.483Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376) |
| 3985 | 2026-09-08T19:21:27.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-09-08T19:21:27.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-09-08T19:21:27.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3988 | 2026-09-08T19:21:27.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3989 | 2026-09-08T19:21:28.070Z | |
| 3990 | 2026-09-08T19:21:28.070Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376) |
| 3991 | 2026-09-08T19:21:28.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-09-08T19:21:28.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-09-08T19:21:28.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3994 | 2026-09-08T19:21:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3995 | 2026-09-08T19:21:28.660Z | |
| 3996 | 2026-09-08T19:21:28.660Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376) |
| 3997 | 2026-09-08T19:21:29.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-09-08T19:21:29.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-09-08T19:21:29.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4000 | 2026-09-08T19:21:29.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4001 | 2026-09-08T19:21:29.246Z | |
| 4002 | 2026-09-08T19:21:29.247Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376) |
| 4003 | 2026-09-08T19:21:29.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-09-08T19:21:29.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-09-08T19:21:29.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4006 | 2026-09-08T19:21:29.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4007 | 2026-09-08T19:21:29.837Z | |
| 4008 | 2026-09-08T19:21:29.837Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376) |
| 4009 | 2026-09-08T19:21:30.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-09-08T19:21:30.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-09-08T19:21:30.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4012 | 2026-09-08T19:21:30.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4013 | 2026-09-08T19:21:30.418Z | |
| 4014 | 2026-09-08T19:21:30.418Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376) |
| 4015 | 2026-09-08T19:21:30.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4016 | 2026-09-08T19:21:30.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4017 | 2026-09-08T19:21:30.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4018 | 2026-09-08T19:21:30.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4019 | 2026-09-08T19:21:31.003Z | |
| 4020 | 2026-09-08T19:21:31.003Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376) |
| 4021 | 2026-09-08T19:21:31.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4022 | 2026-09-08T19:21:31.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4023 | 2026-09-08T19:21:31.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4024 | 2026-09-08T19:21:31.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4025 | 2026-09-08T19:21:31.591Z | |
| 4026 | 2026-09-08T19:21:31.591Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376) |
| 4027 | 2026-09-08T19:21:32.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4028 | 2026-09-08T19:21:32.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4029 | 2026-09-08T19:21:32.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4030 | 2026-09-08T19:21:32.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4031 | 2026-09-08T19:21:32.170Z | |
| 4032 | 2026-09-08T19:21:32.170Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376) |
| 4033 | 2026-09-08T19:21:32.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4034 | 2026-09-08T19:21:32.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4035 | 2026-09-08T19:21:32.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4036 | 2026-09-08T19:21:32.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4037 | 2026-09-08T19:21:32.751Z | |
| 4038 | 2026-09-08T19:21:32.751Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376) |
| 4039 | 2026-09-08T19:21:33.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4040 | 2026-09-08T19:21:33.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4041 | 2026-09-08T19:21:33.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4042 | 2026-09-08T19:21:33.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4043 | 2026-09-08T19:21:33.332Z | |
| 4044 | 2026-09-08T19:21:33.332Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376) |
| 4045 | 2026-09-08T19:21:33.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4046 | 2026-09-08T19:21:33.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4047 | 2026-09-08T19:21:33.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4048 | 2026-09-08T19:21:33.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4049 | 2026-09-08T19:21:33.919Z | |
| 4050 | 2026-09-08T19:21:33.919Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376) |
| 4051 | 2026-09-08T19:21:34.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4052 | 2026-09-08T19:21:34.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4053 | 2026-09-08T19:21:34.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4054 | 2026-09-08T19:21:34.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4055 | 2026-09-08T19:21:34.499Z | |
| 4056 | 2026-09-08T19:21:34.499Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376) |
| 4057 | 2026-09-08T19:21:34.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4058 | 2026-09-08T19:21:34.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4059 | 2026-09-08T19:21:34.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4060 | 2026-09-08T19:21:34.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4061 | 2026-09-08T19:21:35.084Z | |
| 4062 | 2026-09-08T19:21:35.084Z | info: running `cargo check --bins` on oximeter-producer (235/376) |
| 4063 | 2026-09-08T19:21:35.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2026-09-08T19:21:35.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2026-09-08T19:21:35.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4066 | 2026-09-08T19:21:35.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4067 | 2026-09-08T19:21:35.690Z | |
| 4068 | 2026-09-08T19:21:35.690Z | info: running `cargo check --bins` on internal-dns-resolver (236/376) |
| 4069 | 2026-09-08T19:21:36.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-09-08T19:21:36.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-09-08T19:21:36.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2026-09-08T19:21:36.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4073 | 2026-09-08T19:21:36.263Z | |
| 4074 | 2026-09-08T19:21:36.263Z | info: running `cargo check --bins` on dns-server (237/376) |
| 4075 | 2026-09-08T19:21:36.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-09-08T19:21:36.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-09-08T19:21:36.902Z | Compiling parking_lot_core v0.8.6 |
| 4078 | 2026-09-08T19:21:37.009Z | Compiling git-stub v1.0.0 |
| 4079 | 2026-09-08T19:21:37.017Z | Checking prefix-trie v0.7.0 |
| 4080 | 2026-09-08T19:21:37.020Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4081 | 2026-09-08T19:21:37.133Z | Compiling git-stub-vcs v0.1.0 |
| 4082 | 2026-09-08T19:21:37.298Z | Checking hickory-server v0.25.2 |
| 4083 | 2026-09-08T19:21:37.406Z | Checking parking_lot v0.11.2 |
| 4084 | 2026-09-08T19:21:37.431Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4085 | 2026-09-08T19:21:37.572Z | Checking sled v0.34.7 |
| 4086 | 2026-09-08T19:21:39.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4087 | 2026-09-08T19:21:39.668Z | |
| 4088 | 2026-09-08T19:21:39.668Z | info: running `cargo check --bins` on dns-server-api (238/376) |
| 4089 | 2026-09-08T19:21:40.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-09-08T19:21:40.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-09-08T19:21:40.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-09-08T19:21:40.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4093 | 2026-09-08T19:21:40.227Z | |
| 4094 | 2026-09-08T19:21:40.227Z | info: running `cargo check --bins` on nexus-client (239/376) |
| 4095 | 2026-09-08T19:21:40.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-09-08T19:21:40.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-09-08T19:21:40.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4098 | 2026-09-08T19:21:40.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4099 | 2026-09-08T19:21:40.824Z | |
| 4100 | 2026-09-08T19:21:40.824Z | info: running `cargo check --bins` on oximeter-producer-api (240/376) |
| 4101 | 2026-09-08T19:21:41.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-09-08T19:21:41.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-09-08T19:21:41.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4104 | 2026-09-08T19:21:41.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4105 | 2026-09-08T19:21:41.385Z | |
| 4106 | 2026-09-08T19:21:41.385Z | info: running `cargo check --bins` on sp-sim (241/376) |
| 4107 | 2026-09-08T19:21:41.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-09-08T19:21:41.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-09-08T19:21:42.083Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4110 | 2026-09-08T19:21:42.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 4111 | 2026-09-08T19:21:42.790Z | |
| 4112 | 2026-09-08T19:21:42.790Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376) |
| 4113 | 2026-09-08T19:21:43.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-09-08T19:21:43.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-09-08T19:21:43.601Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4116 | 2026-09-08T19:21:43.729Z | Compiling hashbrown v0.14.5 |
| 4117 | 2026-09-08T19:21:43.732Z | Compiling rfc6979 v0.4.0 |
| 4118 | 2026-09-08T19:21:43.744Z | Compiling salty v0.3.0 |
| 4119 | 2026-09-08T19:21:43.754Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4120 | 2026-09-08T19:21:43.766Z | Compiling primeorder v0.13.6 |
| 4121 | 2026-09-08T19:21:43.779Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4122 | 2026-09-08T19:21:43.850Z | Compiling ecdsa v0.16.9 |
| 4123 | 2026-09-08T19:21:43.908Z | Compiling sha1 v0.10.6 |
| 4124 | 2026-09-08T19:21:44.014Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4125 | 2026-09-08T19:21:44.108Z | Compiling proc-macro-error2 v2.0.1 |
| 4126 | 2026-09-08T19:21:44.212Z | Compiling chumsky v0.9.3 |
| 4127 | 2026-09-08T19:21:44.227Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4128 | 2026-09-08T19:21:44.241Z | Compiling p384 v0.13.1 |
| 4129 | 2026-09-08T19:21:44.268Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4130 | 2026-09-08T19:21:44.410Z | Compiling knus-derive v3.4.0 |
| 4131 | 2026-09-08T19:21:44.431Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4132 | 2026-09-08T19:21:44.466Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4133 | 2026-09-08T19:21:44.514Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4134 | 2026-09-08T19:21:44.686Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4135 | 2026-09-08T19:21:44.776Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4136 | 2026-09-08T19:21:44.895Z | Checking corncobs v0.1.4 |
| 4137 | 2026-09-08T19:21:44.930Z | Checking libscf-sys v1.2.0 |
| 4138 | 2026-09-08T19:21:44.945Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4139 | 2026-09-08T19:21:44.960Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4140 | 2026-09-08T19:21:44.975Z | Checking secrecy v0.8.0 |
| 4141 | 2026-09-08T19:21:45.018Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4142 | 2026-09-08T19:21:45.057Z | Checking papergrid v0.18.0 |
| 4143 | 2026-09-08T19:21:45.095Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4144 | 2026-09-08T19:21:45.113Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4145 | 2026-09-08T19:21:45.266Z | Compiling unicase v2.9.0 |
| 4146 | 2026-09-08T19:21:45.316Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4147 | 2026-09-08T19:21:45.381Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4148 | 2026-09-08T19:21:45.406Z | Checking itertools v0.15.0 |
| 4149 | 2026-09-08T19:21:45.466Z | Compiling mime_guess v2.0.5 |
| 4150 | 2026-09-08T19:21:45.583Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4151 | 2026-09-08T19:21:45.603Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4152 | 2026-09-08T19:21:45.830Z | Checking tabled v0.21.0 |
| 4153 | 2026-09-08T19:21:45.848Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4154 | 2026-09-08T19:21:45.863Z | Compiling knus v3.4.0 |
| 4155 | 2026-09-08T19:21:45.866Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4156 | 2026-09-08T19:21:46.042Z | Checking http-range v0.1.5 |
| 4157 | 2026-09-08T19:21:46.167Z | Checking crc8 v0.1.1 |
| 4158 | 2026-09-08T19:21:46.182Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4159 | 2026-09-08T19:21:46.499Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4160 | 2026-09-08T19:21:46.535Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4161 | 2026-09-08T19:21:46.577Z | Checking scuffle v0.1.0 |
| 4162 | 2026-09-08T19:21:46.703Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4163 | 2026-09-08T19:21:46.728Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4164 | 2026-09-08T19:21:46.742Z | Checking nanorand v0.7.0 |
| 4165 | 2026-09-08T19:21:46.757Z | Checking hyper-staticfile v0.10.1 |
| 4166 | 2026-09-08T19:21:46.940Z | Checking flume v0.11.1 |
| 4167 | 2026-09-08T19:21:47.061Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4168 | 2026-09-08T19:21:47.104Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4169 | 2026-09-08T19:21:47.133Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4170 | 2026-09-08T19:21:47.182Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4171 | 2026-09-08T19:21:47.231Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4172 | 2026-09-08T19:21:47.435Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4173 | 2026-09-08T19:21:47.451Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4174 | 2026-09-08T19:21:47.485Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4175 | 2026-09-08T19:21:47.628Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4176 | 2026-09-08T19:21:47.755Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4177 | 2026-09-08T19:21:47.953Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4178 | 2026-09-08T19:21:48.098Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4179 | 2026-09-08T19:21:48.635Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4180 | 2026-09-08T19:21:49.463Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4181 | 2026-09-08T19:21:51.411Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4182 | 2026-09-08T19:21:52.452Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4183 | 2026-09-08T19:21:53.009Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4184 | 2026-09-08T19:21:53.012Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4185 | 2026-09-08T19:21:53.538Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4186 | 2026-09-08T19:22:04.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.76s |
| 4187 | 2026-09-08T19:22:04.566Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4188 | 2026-09-08T19:22:04.566Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4189 | 2026-09-08T19:22:04.767Z | |
| 4190 | 2026-09-08T19:22:04.767Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376) |
| 4191 | 2026-09-08T19:22:05.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-09-08T19:22:05.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-09-08T19:22:05.536Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4194 | 2026-09-08T19:22:15.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.95s |
| 4195 | 2026-09-08T19:22:15.732Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4196 | 2026-09-08T19:22:15.732Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4197 | 2026-09-08T19:22:15.926Z | |
| 4198 | 2026-09-08T19:22:15.926Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376) |
| 4199 | 2026-09-08T19:22:16.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-09-08T19:22:16.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-09-08T19:22:16.683Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4202 | 2026-09-08T19:22:26.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s |
| 4203 | 2026-09-08T19:22:26.844Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4204 | 2026-09-08T19:22:26.844Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4205 | 2026-09-08T19:22:27.039Z | |
| 4206 | 2026-09-08T19:22:27.039Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376) |
| 4207 | 2026-09-08T19:22:27.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-09-08T19:22:27.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-09-08T19:22:27.803Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4210 | 2026-09-08T19:22:37.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s |
| 4211 | 2026-09-08T19:22:37.944Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4212 | 2026-09-08T19:22:37.944Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4213 | 2026-09-08T19:22:38.145Z | |
| 4214 | 2026-09-08T19:22:38.145Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376) |
| 4215 | 2026-09-08T19:22:38.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-09-08T19:22:38.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-09-08T19:22:38.908Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4218 | 2026-09-08T19:22:49.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s |
| 4219 | 2026-09-08T19:22:49.089Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4220 | 2026-09-08T19:22:49.089Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4221 | 2026-09-08T19:22:49.281Z | |
| 4222 | 2026-09-08T19:22:49.281Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376) |
| 4223 | 2026-09-08T19:22:49.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-09-08T19:22:49.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-09-08T19:22:50.051Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4226 | 2026-09-08T19:23:00.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s |
| 4227 | 2026-09-08T19:23:00.307Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4228 | 2026-09-08T19:23:00.307Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4229 | 2026-09-08T19:23:00.504Z | |
| 4230 | 2026-09-08T19:23:00.504Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376) |
| 4231 | 2026-09-08T19:23:01.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-09-08T19:23:01.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-09-08T19:23:01.270Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4234 | 2026-09-08T19:23:11.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s |
| 4235 | 2026-09-08T19:23:11.506Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4236 | 2026-09-08T19:23:11.506Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4237 | 2026-09-08T19:23:11.705Z | |
| 4238 | 2026-09-08T19:23:11.705Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376) |
| 4239 | 2026-09-08T19:23:12.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-09-08T19:23:12.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-09-08T19:23:12.482Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4242 | 2026-09-08T19:23:22.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s |
| 4243 | 2026-09-08T19:23:22.768Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4244 | 2026-09-08T19:23:22.768Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4245 | 2026-09-08T19:23:22.966Z | |
| 4246 | 2026-09-08T19:23:22.966Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376) |
| 4247 | 2026-09-08T19:23:23.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-09-08T19:23:23.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-09-08T19:23:23.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4250 | 2026-09-08T19:23:23.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4251 | 2026-09-08T19:23:23.544Z | |
| 4252 | 2026-09-08T19:23:23.544Z | info: running `cargo check --bins` on installinator-common (251/376) |
| 4253 | 2026-09-08T19:23:24.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4254 | 2026-09-08T19:23:24.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4255 | 2026-09-08T19:23:24.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4256 | 2026-09-08T19:23:24.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4257 | 2026-09-08T19:23:24.128Z | |
| 4258 | 2026-09-08T19:23:24.128Z | info: running `cargo check --bins` on installinator-common-versions (252/376) |
| 4259 | 2026-09-08T19:23:24.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-09-08T19:23:24.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-09-08T19:23:24.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4262 | 2026-09-08T19:23:24.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4263 | 2026-09-08T19:23:24.685Z | |
| 4264 | 2026-09-08T19:23:24.685Z | info: running `cargo check --bins` on nexus-lockstep-client (253/376) |
| 4265 | 2026-09-08T19:23:25.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-09-08T19:23:25.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-09-08T19:23:25.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-09-08T19:23:25.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4269 | 2026-09-08T19:23:25.294Z | |
| 4270 | 2026-09-08T19:23:25.294Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/376) |
| 4271 | 2026-09-08T19:23:25.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-09-08T19:23:25.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-09-08T19:23:25.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4274 | 2026-09-08T19:23:25.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4275 | 2026-09-08T19:23:25.865Z | |
| 4276 | 2026-09-08T19:23:25.865Z | info: running `cargo check --bins` on range-requests (255/376) |
| 4277 | 2026-09-08T19:23:26.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-09-08T19:23:26.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-09-08T19:23:26.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4280 | 2026-09-08T19:23:26.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4281 | 2026-09-08T19:23:26.423Z | |
| 4282 | 2026-09-08T19:23:26.423Z | info: running `cargo check --bins` on repo-depot-api (256/376) |
| 4283 | 2026-09-08T19:23:26.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-09-08T19:23:26.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-09-08T19:23:26.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4286 | 2026-09-08T19:23:26.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4287 | 2026-09-08T19:23:26.987Z | |
| 4288 | 2026-09-08T19:23:26.987Z | info: running `cargo check --bins` on repo-depot-client (257/376) |
| 4289 | 2026-09-08T19:23:27.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4290 | 2026-09-08T19:23:27.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4291 | 2026-09-08T19:23:27.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4292 | 2026-09-08T19:23:27.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4293 | 2026-09-08T19:23:27.544Z | |
| 4294 | 2026-09-08T19:23:27.544Z | info: running `cargo check --bins` on sled-agent-api (258/376) |
| 4295 | 2026-09-08T19:23:28.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4296 | 2026-09-08T19:23:28.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4297 | 2026-09-08T19:23:28.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4298 | 2026-09-08T19:23:28.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4299 | 2026-09-08T19:23:28.133Z | |
| 4300 | 2026-09-08T19:23:28.133Z | info: running `cargo check --bins` on sled-diagnostics (259/376) |
| 4301 | 2026-09-08T19:23:28.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-09-08T19:23:28.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-09-08T19:23:28.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4304 | 2026-09-08T19:23:28.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4305 | 2026-09-08T19:23:28.719Z | |
| 4306 | 2026-09-08T19:23:28.719Z | info: running `cargo check --bins` on zfs-test-harness (260/376) |
| 4307 | 2026-09-08T19:23:29.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4308 | 2026-09-08T19:23:29.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4309 | 2026-09-08T19:23:29.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4310 | 2026-09-08T19:23:29.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4311 | 2026-09-08T19:23:29.309Z | |
| 4312 | 2026-09-08T19:23:29.309Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/376) |
| 4313 | 2026-09-08T19:23:29.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-09-08T19:23:29.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-09-08T19:23:29.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4316 | 2026-09-08T19:23:29.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4317 | 2026-09-08T19:23:29.904Z | |
| 4318 | 2026-09-08T19:23:29.904Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376) |
| 4319 | 2026-09-08T19:23:30.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4320 | 2026-09-08T19:23:30.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4321 | 2026-09-08T19:23:30.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4322 | 2026-09-08T19:23:30.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4323 | 2026-09-08T19:23:30.502Z | |
| 4324 | 2026-09-08T19:23:30.502Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376) |
| 4325 | 2026-09-08T19:23:31.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4326 | 2026-09-08T19:23:31.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4327 | 2026-09-08T19:23:31.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4328 | 2026-09-08T19:23:31.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4329 | 2026-09-08T19:23:31.100Z | |
| 4330 | 2026-09-08T19:23:31.100Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376) |
| 4331 | 2026-09-08T19:23:31.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4332 | 2026-09-08T19:23:31.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4333 | 2026-09-08T19:23:31.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4334 | 2026-09-08T19:23:31.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4335 | 2026-09-08T19:23:31.695Z | |
| 4336 | 2026-09-08T19:23:31.695Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376) |
| 4337 | 2026-09-08T19:23:32.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4338 | 2026-09-08T19:23:32.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4339 | 2026-09-08T19:23:32.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4340 | 2026-09-08T19:23:32.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4341 | 2026-09-08T19:23:32.277Z | |
| 4342 | 2026-09-08T19:23:32.277Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/376) |
| 4343 | 2026-09-08T19:23:32.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4344 | 2026-09-08T19:23:32.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4345 | 2026-09-08T19:23:32.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4346 | 2026-09-08T19:23:32.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4347 | 2026-09-08T19:23:32.864Z | |
| 4348 | 2026-09-08T19:23:32.864Z | info: running `cargo check --bins` on trust-quorum (267/376) |
| 4349 | 2026-09-08T19:23:33.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4350 | 2026-09-08T19:23:33.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4351 | 2026-09-08T19:23:33.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4352 | 2026-09-08T19:23:33.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4353 | 2026-09-08T19:23:33.450Z | |
| 4354 | 2026-09-08T19:23:33.450Z | info: running `cargo check --bins` on sled-agent-health-monitor (268/376) |
| 4355 | 2026-09-08T19:23:33.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4356 | 2026-09-08T19:23:33.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4357 | 2026-09-08T19:23:33.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4358 | 2026-09-08T19:23:33.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4359 | 2026-09-08T19:23:34.027Z | |
| 4360 | 2026-09-08T19:23:34.027Z | info: running `cargo check --bins` on sled-agent-multirack-join (269/376) |
| 4361 | 2026-09-08T19:23:34.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4362 | 2026-09-08T19:23:34.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4363 | 2026-09-08T19:23:34.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4364 | 2026-09-08T19:23:34.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4365 | 2026-09-08T19:23:34.633Z | |
| 4366 | 2026-09-08T19:23:34.633Z | info: running `cargo check --bins` on sled-agent-rack-setup (270/376) |
| 4367 | 2026-09-08T19:23:35.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-09-08T19:23:35.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-09-08T19:23:35.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4370 | 2026-09-08T19:23:35.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4371 | 2026-09-08T19:23:35.240Z | |
| 4372 | 2026-09-08T19:23:35.240Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376) |
| 4373 | 2026-09-08T19:23:35.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-09-08T19:23:35.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-09-08T19:23:35.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4376 | 2026-09-08T19:23:35.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4377 | 2026-09-08T19:23:35.838Z | |
| 4378 | 2026-09-08T19:23:35.838Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (272/376) |
| 4379 | 2026-09-08T19:23:36.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4380 | 2026-09-08T19:23:36.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4381 | 2026-09-08T19:23:36.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4382 | 2026-09-08T19:23:36.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4383 | 2026-09-08T19:23:36.445Z | |
| 4384 | 2026-09-08T19:23:36.445Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376) |
| 4385 | 2026-09-08T19:23:36.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4386 | 2026-09-08T19:23:36.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4387 | 2026-09-08T19:23:36.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4388 | 2026-09-08T19:23:36.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4389 | 2026-09-08T19:23:37.057Z | |
| 4390 | 2026-09-08T19:23:37.057Z | info: running `cargo check --bins` on omicron-deployment-graph (274/376) |
| 4391 | 2026-09-08T19:23:37.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-09-08T19:23:37.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-09-08T19:23:37.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4394 | 2026-09-08T19:23:37.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4395 | 2026-09-08T19:23:37.606Z | |
| 4396 | 2026-09-08T19:23:37.607Z | info: running `cargo check --bins` on transient-dns-server (275/376) |
| 4397 | 2026-09-08T19:23:38.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-09-08T19:23:38.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-09-08T19:23:38.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4400 | 2026-09-08T19:23:38.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4401 | 2026-09-08T19:23:38.183Z | |
| 4402 | 2026-09-08T19:23:38.183Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376) |
| 4403 | 2026-09-08T19:23:38.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-09-08T19:23:38.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-09-08T19:23:38.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-09-08T19:23:38.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4407 | 2026-09-08T19:23:38.760Z | |
| 4408 | 2026-09-08T19:23:38.760Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376) |
| 4409 | 2026-09-08T19:23:39.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-09-08T19:23:39.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-09-08T19:23:39.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-09-08T19:23:39.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4413 | 2026-09-08T19:23:39.335Z | |
| 4414 | 2026-09-08T19:23:39.335Z | info: running `cargo check --bins` on omicron-rpaths (278/376) |
| 4415 | 2026-09-08T19:23:39.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-09-08T19:23:39.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-09-08T19:23:39.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4418 | 2026-09-08T19:23:39.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4419 | 2026-09-08T19:23:39.884Z | |
| 4420 | 2026-09-08T19:23:39.884Z | info: running `cargo check --bins` on omicron-repl-utils (279/376) |
| 4421 | 2026-09-08T19:23:40.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-09-08T19:23:40.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-09-08T19:23:40.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4424 | 2026-09-08T19:23:40.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4425 | 2026-09-08T19:23:40.432Z | |
| 4426 | 2026-09-08T19:23:40.432Z | info: running `cargo check --bins` on omicron-clickhouse-admin (280/376) |
| 4427 | 2026-09-08T19:23:40.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-09-08T19:23:40.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-09-08T19:23:41.121Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4430 | 2026-09-08T19:23:41.533Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4431 | 2026-09-08T19:23:42.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4432 | 2026-09-08T19:23:42.909Z | |
| 4433 | 2026-09-08T19:23:42.909Z | info: running `cargo check --bins` on clickhouse-admin-api (281/376) |
| 4434 | 2026-09-08T19:23:43.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-09-08T19:23:43.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-09-08T19:23:43.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-09-08T19:23:43.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4438 | 2026-09-08T19:23:43.468Z | |
| 4439 | 2026-09-08T19:23:43.468Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (282/376) |
| 4440 | 2026-09-08T19:23:43.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-09-08T19:23:43.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-09-08T19:23:43.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4443 | 2026-09-08T19:23:43.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4444 | 2026-09-08T19:23:44.038Z | |
| 4445 | 2026-09-08T19:23:44.038Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376) |
| 4446 | 2026-09-08T19:23:44.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-09-08T19:23:44.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-09-08T19:23:44.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-09-08T19:23:44.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4450 | 2026-09-08T19:23:44.606Z | |
| 4451 | 2026-09-08T19:23:44.606Z | info: running `cargo check --bins` on clickhouse-admin-single-client (284/376) |
| 4452 | 2026-09-08T19:23:45.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-09-08T19:23:45.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-09-08T19:23:45.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-09-08T19:23:45.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4456 | 2026-09-08T19:23:45.173Z | |
| 4457 | 2026-09-08T19:23:45.173Z | info: running `cargo check --bins` on installinator-client (285/376) |
| 4458 | 2026-09-08T19:23:45.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-09-08T19:23:45.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-09-08T19:23:45.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-09-08T19:23:45.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4462 | 2026-09-08T19:23:45.725Z | |
| 4463 | 2026-09-08T19:23:45.725Z | info: running `cargo check --bins` on oxide-client (286/376) |
| 4464 | 2026-09-08T19:23:46.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-09-08T19:23:46.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-09-08T19:23:46.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4467 | 2026-09-08T19:23:46.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4468 | 2026-09-08T19:23:46.278Z | |
| 4469 | 2026-09-08T19:23:46.278Z | info: running `cargo check --bins` on oximeter-client (287/376) |
| 4470 | 2026-09-08T19:23:46.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-09-08T19:23:46.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-09-08T19:23:46.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-09-08T19:23:46.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4474 | 2026-09-08T19:23:46.843Z | |
| 4475 | 2026-09-08T19:23:46.843Z | info: running `cargo check --bins` on wicketd-client (288/376) |
| 4476 | 2026-09-08T19:23:47.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-09-08T19:23:47.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-09-08T19:23:47.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-09-08T19:23:47.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4480 | 2026-09-08T19:23:47.427Z | |
| 4481 | 2026-09-08T19:23:47.427Z | info: running `cargo check --bins` on wicket-common (289/376) |
| 4482 | 2026-09-08T19:23:47.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-09-08T19:23:47.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-09-08T19:23:47.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4485 | 2026-09-08T19:23:47.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4486 | 2026-09-08T19:23:48.003Z | |
| 4487 | 2026-09-08T19:23:48.003Z | info: running `cargo check --bins` on wicketd-commission-client (290/376) |
| 4488 | 2026-09-08T19:23:48.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-09-08T19:23:48.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-09-08T19:23:48.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4491 | 2026-09-08T19:23:48.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4492 | 2026-09-08T19:23:48.571Z | |
| 4493 | 2026-09-08T19:23:48.571Z | info: running `cargo check --bins` on omicron-cockroach-admin (291/376) |
| 4494 | 2026-09-08T19:23:49.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-09-08T19:23:49.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-09-08T19:23:49.230Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4497 | 2026-09-08T19:23:49.233Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4498 | 2026-09-08T19:23:50.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4499 | 2026-09-08T19:23:50.591Z | |
| 4500 | 2026-09-08T19:23:50.591Z | info: running `cargo check --bins` on cockroach-admin-api (292/376) |
| 4501 | 2026-09-08T19:23:51.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4502 | 2026-09-08T19:23:51.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4503 | 2026-09-08T19:23:51.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4504 | 2026-09-08T19:23:51.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4505 | 2026-09-08T19:23:51.147Z | |
| 4506 | 2026-09-08T19:23:51.147Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376) |
| 4507 | 2026-09-08T19:23:51.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4508 | 2026-09-08T19:23:51.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4509 | 2026-09-08T19:23:51.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4510 | 2026-09-08T19:23:51.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4511 | 2026-09-08T19:23:51.790Z | |
| 4512 | 2026-09-08T19:23:51.790Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376) |
| 4513 | 2026-09-08T19:23:52.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4514 | 2026-09-08T19:23:52.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4515 | 2026-09-08T19:23:52.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4516 | 2026-09-08T19:23:52.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4517 | 2026-09-08T19:23:52.434Z | |
| 4518 | 2026-09-08T19:23:52.434Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376) |
| 4519 | 2026-09-08T19:23:52.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4520 | 2026-09-08T19:23:52.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4521 | 2026-09-08T19:23:52.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4522 | 2026-09-08T19:23:52.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4523 | 2026-09-08T19:23:53.057Z | |
| 4524 | 2026-09-08T19:23:53.057Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376) |
| 4525 | 2026-09-08T19:23:53.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4526 | 2026-09-08T19:23:53.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4527 | 2026-09-08T19:23:53.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4528 | 2026-09-08T19:23:53.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4529 | 2026-09-08T19:23:53.682Z | |
| 4530 | 2026-09-08T19:23:53.682Z | info: running `cargo check --bins` on db-macros (297/376) |
| 4531 | 2026-09-08T19:23:54.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4532 | 2026-09-08T19:23:54.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4533 | 2026-09-08T19:23:54.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4534 | 2026-09-08T19:23:54.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4535 | 2026-09-08T19:23:54.229Z | |
| 4536 | 2026-09-08T19:23:54.229Z | info: running `cargo check --bins` on nexus-macros-common (298/376) |
| 4537 | 2026-09-08T19:23:54.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-09-08T19:23:54.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-09-08T19:23:54.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4540 | 2026-09-08T19:23:54.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4541 | 2026-09-08T19:23:54.777Z | |
| 4542 | 2026-09-08T19:23:54.777Z | info: running `cargo check --bins` on nexus-auth (299/376) |
| 4543 | 2026-09-08T19:23:55.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-09-08T19:23:55.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-09-08T19:23:55.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4546 | 2026-09-08T19:23:55.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4547 | 2026-09-08T19:23:55.400Z | |
| 4548 | 2026-09-08T19:23:55.400Z | info: running `cargo check --bins` on authz-macros (300/376) |
| 4549 | 2026-09-08T19:23:55.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-09-08T19:23:55.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-09-08T19:23:55.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4552 | 2026-09-08T19:23:55.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4553 | 2026-09-08T19:23:55.961Z | |
| 4554 | 2026-09-08T19:23:55.961Z | info: running `cargo check --bins` on nexus-db-fixed-data (301/376) |
| 4555 | 2026-09-08T19:23:56.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-09-08T19:23:56.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-09-08T19:23:56.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4558 | 2026-09-08T19:23:56.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4559 | 2026-09-08T19:23:56.576Z | |
| 4560 | 2026-09-08T19:23:56.576Z | info: running `cargo check --bins` on nexus-db-model (302/376) |
| 4561 | 2026-09-08T19:23:57.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4562 | 2026-09-08T19:23:57.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4563 | 2026-09-08T19:23:57.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4564 | 2026-09-08T19:23:57.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4565 | 2026-09-08T19:23:57.182Z | |
| 4566 | 2026-09-08T19:23:57.182Z | info: running `cargo check --bins` on nexus-db-schema (303/376) |
| 4567 | 2026-09-08T19:23:57.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4568 | 2026-09-08T19:23:57.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4569 | 2026-09-08T19:23:57.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4570 | 2026-09-08T19:23:57.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4571 | 2026-09-08T19:23:57.735Z | |
| 4572 | 2026-09-08T19:23:57.736Z | info: running `cargo check --bins` on nexus-defaults (304/376) |
| 4573 | 2026-09-08T19:23:58.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4574 | 2026-09-08T19:23:58.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4575 | 2026-09-08T19:23:58.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4576 | 2026-09-08T19:23:58.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4577 | 2026-09-08T19:23:58.299Z | |
| 4578 | 2026-09-08T19:23:58.299Z | info: running `cargo check --bins` on omicron-git-version (305/376) |
| 4579 | 2026-09-08T19:23:58.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4580 | 2026-09-08T19:23:58.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4581 | 2026-09-08T19:23:58.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4582 | 2026-09-08T19:23:58.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4583 | 2026-09-08T19:23:58.852Z | |
| 4584 | 2026-09-08T19:23:58.852Z | info: running `cargo check --bins` on nexus-db-errors (306/376) |
| 4585 | 2026-09-08T19:23:59.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4586 | 2026-09-08T19:23:59.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4587 | 2026-09-08T19:23:59.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4588 | 2026-09-08T19:23:59.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4589 | 2026-09-08T19:23:59.466Z | |
| 4590 | 2026-09-08T19:23:59.466Z | info: running `cargo check --bins` on nexus-db-lookup (307/376) |
| 4591 | 2026-09-08T19:23:59.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4592 | 2026-09-08T19:23:59.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4593 | 2026-09-08T19:23:59.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4594 | 2026-09-08T19:23:59.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4595 | 2026-09-08T19:24:00.084Z | |
| 4596 | 2026-09-08T19:24:00.084Z | info: running `cargo check --bins` on nexus-test-interface (308/376) |
| 4597 | 2026-09-08T19:24:00.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4598 | 2026-09-08T19:24:00.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4599 | 2026-09-08T19:24:00.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4600 | 2026-09-08T19:24:00.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4601 | 2026-09-08T19:24:00.701Z | |
| 4602 | 2026-09-08T19:24:00.701Z | info: running `cargo check --bins` on oximeter-collector (309/376) |
| 4603 | 2026-09-08T19:24:01.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4604 | 2026-09-08T19:24:01.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4605 | 2026-09-08T19:24:01.413Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4606 | 2026-09-08T19:24:01.416Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4607 | 2026-09-08T19:24:02.085Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4608 | 2026-09-08T19:24:03.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 4609 | 2026-09-08T19:24:03.983Z | |
| 4610 | 2026-09-08T19:24:03.983Z | info: running `cargo check --bins` on oximeter-api (310/376) |
| 4611 | 2026-09-08T19:24:04.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-09-08T19:24:04.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-09-08T19:24:04.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4614 | 2026-09-08T19:24:04.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4615 | 2026-09-08T19:24:04.550Z | |
| 4616 | 2026-09-08T19:24:04.550Z | info: running `cargo check --bins` on cert-dev (311/376) |
| 4617 | 2026-09-08T19:24:05.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-09-08T19:24:05.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-09-08T19:24:05.148Z | Checking yasna v0.5.2 |
| 4620 | 2026-09-08T19:24:05.595Z | Checking rcgen v0.12.1 |
| 4621 | 2026-09-08T19:24:05.802Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4622 | 2026-09-08T19:24:05.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4623 | 2026-09-08T19:24:06.151Z | |
| 4624 | 2026-09-08T19:24:06.151Z | info: running `cargo check --bins` on clickana (312/376) |
| 4625 | 2026-09-08T19:24:06.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4626 | 2026-09-08T19:24:06.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4627 | 2026-09-08T19:24:06.785Z | Compiling instability v0.3.11 |
| 4628 | 2026-09-08T19:24:06.785Z | Checking castaway v0.2.4 |
| 4629 | 2026-09-08T19:24:06.788Z | Compiling indoc v2.0.7 |
| 4630 | 2026-09-08T19:24:06.788Z | Checking unicode-truncate v1.1.0 |
| 4631 | 2026-09-08T19:24:06.902Z | Checking lru v0.12.5 |
| 4632 | 2026-09-08T19:24:06.906Z | Checking cassowary v0.3.0 |
| 4633 | 2026-09-08T19:24:06.981Z | Checking compact_str v0.8.1 |
| 4634 | 2026-09-08T19:24:07.817Z | Checking ratatui v0.29.0 |
| 4635 | 2026-09-08T19:24:08.870Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4636 | 2026-09-08T19:24:09.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 4637 | 2026-09-08T19:24:09.755Z | |
| 4638 | 2026-09-08T19:24:09.755Z | info: running `cargo check --bins` on clickhouse-cluster-dev (313/376) |
| 4639 | 2026-09-08T19:24:10.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4640 | 2026-09-08T19:24:10.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4641 | 2026-09-08T19:24:10.467Z | Checking headers-core v0.3.0 |
| 4642 | 2026-09-08T19:24:10.467Z | Checking port-file v0.1.0 |
| 4643 | 2026-09-08T19:24:10.470Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4644 | 2026-09-08T19:24:10.663Z | Checking headers v0.4.1 |
| 4645 | 2026-09-08T19:24:11.042Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4646 | 2026-09-08T19:24:12.019Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4647 | 2026-09-08T19:24:12.546Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4648 | 2026-09-08T19:24:12.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4649 | 2026-09-08T19:24:13.175Z | |
| 4650 | 2026-09-08T19:24:13.175Z | info: running `cargo check --bins` on ch-dev (314/376) |
| 4651 | 2026-09-08T19:24:13.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4652 | 2026-09-08T19:24:13.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4653 | 2026-09-08T19:24:13.880Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4654 | 2026-09-08T19:24:14.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4655 | 2026-09-08T19:24:14.840Z | |
| 4656 | 2026-09-08T19:24:14.840Z | info: running `cargo check --bins` on dev-tools-common (315/376) |
| 4657 | 2026-09-08T19:24:15.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4658 | 2026-09-08T19:24:15.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4659 | 2026-09-08T19:24:15.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4660 | 2026-09-08T19:24:15.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4661 | 2026-09-08T19:24:15.255Z | |
| 4662 | 2026-09-08T19:24:15.255Z | info: running `cargo check --bins` on corpus-adjust (316/376) |
| 4663 | 2026-09-08T19:24:15.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4664 | 2026-09-08T19:24:15.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4665 | 2026-09-08T19:24:15.872Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4666 | 2026-09-08T19:24:16.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4667 | 2026-09-08T19:24:16.428Z | |
| 4668 | 2026-09-08T19:24:16.428Z | info: running `cargo check --bins` on crdb-seed (317/376) |
| 4669 | 2026-09-08T19:24:16.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4670 | 2026-09-08T19:24:16.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4671 | 2026-09-08T19:24:17.134Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4672 | 2026-09-08T19:24:18.240Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4673 | 2026-09-08T19:24:18.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4674 | 2026-09-08T19:24:18.788Z | |
| 4675 | 2026-09-08T19:24:18.788Z | info: running `cargo check --bins` on db-dev (318/376) |
| 4676 | 2026-09-08T19:24:19.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4677 | 2026-09-08T19:24:19.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4678 | 2026-09-08T19:24:19.495Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4679 | 2026-09-08T19:24:20.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4680 | 2026-09-08T19:24:20.473Z | |
| 4681 | 2026-09-08T19:24:20.473Z | info: running `cargo check --bins` on omicron-dev-lib (319/376) |
| 4682 | 2026-09-08T19:24:20.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-09-08T19:24:20.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-09-08T19:24:20.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-09-08T19:24:20.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4686 | 2026-09-08T19:24:21.078Z | |
| 4687 | 2026-09-08T19:24:21.078Z | info: running `cargo check --bins` on xtask-downloader (320/376) |
| 4688 | 2026-09-08T19:24:21.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-09-08T19:24:21.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-09-08T19:24:21.684Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4691 | 2026-09-08T19:24:22.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4692 | 2026-09-08T19:24:22.544Z | |
| 4693 | 2026-09-08T19:24:22.544Z | info: running `cargo check --bins` on omicron-dropshot-apis (321/376) |
| 4694 | 2026-09-08T19:24:23.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-09-08T19:24:23.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-09-08T19:24:23.280Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4697 | 2026-09-08T19:24:23.281Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4698 | 2026-09-08T19:24:23.283Z | Checking git-stub v1.0.0 |
| 4699 | 2026-09-08T19:24:23.283Z | Compiling trait-variant v0.1.2 |
| 4700 | 2026-09-08T19:24:23.283Z | Checking maplit v1.0.2 |
| 4701 | 2026-09-08T19:24:23.421Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4702 | 2026-09-08T19:24:23.431Z | Checking drift v0.2.0 |
| 4703 | 2026-09-08T19:24:23.442Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4704 | 2026-09-08T19:24:23.470Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4705 | 2026-09-08T19:24:23.555Z | Checking git-stub-vcs v0.1.0 |
| 4706 | 2026-09-08T19:24:23.624Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4707 | 2026-09-08T19:24:23.636Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4708 | 2026-09-08T19:24:23.749Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4709 | 2026-09-08T19:24:23.784Z | Checking dropshot-api-manager v0.8.0 |
| 4710 | 2026-09-08T19:24:23.799Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4711 | 2026-09-08T19:24:23.937Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4712 | 2026-09-08T19:24:24.164Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4713 | 2026-09-08T19:24:24.638Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4714 | 2026-09-08T19:24:25.606Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4715 | 2026-09-08T19:24:26.627Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4716 | 2026-09-08T19:24:27.399Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4717 | 2026-09-08T19:24:27.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
| 4718 | 2026-09-08T19:24:28.047Z | |
| 4719 | 2026-09-08T19:24:28.047Z | info: running `cargo check --bins` on installinator-api (322/376) |
| 4720 | 2026-09-08T19:24:28.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4721 | 2026-09-08T19:24:28.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4722 | 2026-09-08T19:24:28.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4723 | 2026-09-08T19:24:28.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4724 | 2026-09-08T19:24:28.613Z | |
| 4725 | 2026-09-08T19:24:28.613Z | info: running `cargo check --bins` on nexus-external-api (323/376) |
| 4726 | 2026-09-08T19:24:29.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4727 | 2026-09-08T19:24:29.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4728 | 2026-09-08T19:24:29.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4729 | 2026-09-08T19:24:29.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4730 | 2026-09-08T19:24:29.223Z | |
| 4731 | 2026-09-08T19:24:29.223Z | info: running `cargo check --bins` on nexus-internal-api (324/376) |
| 4732 | 2026-09-08T19:24:29.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4733 | 2026-09-08T19:24:29.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4734 | 2026-09-08T19:24:29.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4735 | 2026-09-08T19:24:29.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4736 | 2026-09-08T19:24:29.830Z | |
| 4737 | 2026-09-08T19:24:29.830Z | info: running `cargo check --bins` on nexus-lockstep-api (325/376) |
| 4738 | 2026-09-08T19:24:30.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4739 | 2026-09-08T19:24:30.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4740 | 2026-09-08T19:24:30.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4741 | 2026-09-08T19:24:30.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4742 | 2026-09-08T19:24:30.437Z | |
| 4743 | 2026-09-08T19:24:30.437Z | info: running `cargo check --bins` on ntp-admin-api (326/376) |
| 4744 | 2026-09-08T19:24:30.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4745 | 2026-09-08T19:24:30.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4746 | 2026-09-08T19:24:30.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4747 | 2026-09-08T19:24:30.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4748 | 2026-09-08T19:24:31.005Z | |
| 4749 | 2026-09-08T19:24:31.005Z | info: running `cargo check --bins` on ntp-admin-types-versions (327/376) |
| 4750 | 2026-09-08T19:24:31.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4751 | 2026-09-08T19:24:31.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4752 | 2026-09-08T19:24:31.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4753 | 2026-09-08T19:24:31.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4754 | 2026-09-08T19:24:31.567Z | |
| 4755 | 2026-09-08T19:24:31.567Z | info: running `cargo check --bins` on wicketd-api (328/376) |
| 4756 | 2026-09-08T19:24:32.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4757 | 2026-09-08T19:24:32.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4758 | 2026-09-08T19:24:32.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4759 | 2026-09-08T19:24:32.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4760 | 2026-09-08T19:24:32.145Z | |
| 4761 | 2026-09-08T19:24:32.145Z | info: running `cargo check --bins` on wicketd-commission-api (329/376) |
| 4762 | 2026-09-08T19:24:32.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-09-08T19:24:32.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-09-08T19:24:32.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4765 | 2026-09-08T19:24:32.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4766 | 2026-09-08T19:24:32.715Z | |
| 4767 | 2026-09-08T19:24:32.715Z | info: running `cargo check --bins` on omicron-ls-apis (330/376) |
| 4768 | 2026-09-08T19:24:33.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4769 | 2026-09-08T19:24:33.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4770 | 2026-09-08T19:24:33.325Z | Compiling blake3 v1.8.5 |
| 4771 | 2026-09-08T19:24:33.434Z | Checking arrayvec v0.7.6 |
| 4772 | 2026-09-08T19:24:33.436Z | Checking arrayref v0.3.9 |
| 4773 | 2026-09-08T19:24:33.436Z | Checking constant_time_eq v0.4.2 |
| 4774 | 2026-09-08T19:24:33.459Z | Checking cargo-platform v0.3.2 |
| 4775 | 2026-09-08T19:24:33.459Z | Checking topological-sort v0.2.2 |
| 4776 | 2026-09-08T19:24:33.461Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4777 | 2026-09-08T19:24:33.615Z | Checking cargo_metadata v0.23.1 |
| 4778 | 2026-09-08T19:24:34.323Z | Checking omicron-zone-package v0.12.3 |
| 4779 | 2026-09-08T19:24:35.027Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4780 | 2026-09-08T19:24:35.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4781 | 2026-09-08T19:24:36.028Z | |
| 4782 | 2026-09-08T19:24:36.028Z | info: running `cargo check --bins` on mgs-dev (331/376) |
| 4783 | 2026-09-08T19:24:36.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4784 | 2026-09-08T19:24:36.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4785 | 2026-09-08T19:24:36.742Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4786 | 2026-09-08T19:24:37.372Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4787 | 2026-09-08T19:24:37.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4788 | 2026-09-08T19:24:38.082Z | |
| 4789 | 2026-09-08T19:24:38.082Z | info: running `cargo check --bins` on omicron-omdb (332/376) |
| 4790 | 2026-09-08T19:24:38.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4791 | 2026-09-08T19:24:38.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4792 | 2026-09-08T19:24:39.041Z | Compiling darling_core v0.21.3 |
| 4793 | 2026-09-08T19:24:39.041Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4794 | 2026-09-08T19:24:39.044Z | Compiling vergen-lib v0.1.6 |
| 4795 | 2026-09-08T19:24:39.044Z | Compiling diesel_derives v2.3.7 |
| 4796 | 2026-09-08T19:24:39.044Z | Checking scheduled-thread-pool v0.2.7 |
| 4797 | 2026-09-08T19:24:39.044Z | Compiling vergen-gitcl v1.0.8 |
| 4798 | 2026-09-08T19:24:39.044Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4799 | 2026-09-08T19:24:39.044Z | Compiling dirs-sys-next v0.1.2 |
| 4800 | 2026-09-08T19:24:39.353Z | Compiling crunchy v0.2.4 |
| 4801 | 2026-09-08T19:24:39.386Z | Compiling glob v0.3.3 |
| 4802 | 2026-09-08T19:24:39.406Z | Checking r2d2 v0.8.10 |
| 4803 | 2026-09-08T19:24:39.466Z | Compiling dirs-next v2.0.0 |
| 4804 | 2026-09-08T19:24:39.482Z | Checking downcast-rs v2.0.2 |
| 4805 | 2026-09-08T19:24:39.580Z | Compiling tiny-keccak v2.0.2 |
| 4806 | 2026-09-08T19:24:39.596Z | Compiling term v0.7.0 |
| 4807 | 2026-09-08T19:24:39.612Z | Compiling bit-vec v0.6.3 |
| 4808 | 2026-09-08T19:24:39.753Z | Compiling clang-sys v1.8.1 |
| 4809 | 2026-09-08T19:24:39.827Z | Compiling bit-set v0.5.3 |
| 4810 | 2026-09-08T19:24:39.844Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4811 | 2026-09-08T19:24:39.988Z | Compiling ascii-canvas v3.0.0 |
| 4812 | 2026-09-08T19:24:40.048Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4813 | 2026-09-08T19:24:40.135Z | Compiling itertools v0.10.5 |
| 4814 | 2026-09-08T19:24:40.155Z | Compiling ena v0.14.4 |
| 4815 | 2026-09-08T19:24:40.198Z | Compiling libloading v0.8.9 |
| 4816 | 2026-09-08T19:24:40.216Z | Compiling regex-syntax v0.6.29 |
| 4817 | 2026-09-08T19:24:40.231Z | Compiling bindgen v0.71.1 |
| 4818 | 2026-09-08T19:24:40.299Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4819 | 2026-09-08T19:24:40.362Z | Compiling diff v0.1.13 |
| 4820 | 2026-09-08T19:24:40.657Z | Compiling cexpr v0.6.0 |
| 4821 | 2026-09-08T19:24:40.674Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4822 | 2026-09-08T19:24:40.880Z | Compiling rustc-hash v2.1.1 |
| 4823 | 2026-09-08T19:24:41.016Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4824 | 2026-09-08T19:24:41.209Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4825 | 2026-09-08T19:24:41.230Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4826 | 2026-09-08T19:24:41.335Z | Compiling libxml v0.3.3 |
| 4827 | 2026-09-08T19:24:41.364Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4828 | 2026-09-08T19:24:41.522Z | Compiling lalrpop v0.19.12 |
| 4829 | 2026-09-08T19:24:41.570Z | Compiling strum_macros v0.24.3 |
| 4830 | 2026-09-08T19:24:41.615Z | Compiling indoc v1.0.9 |
| 4831 | 2026-09-08T19:24:41.649Z | Compiling darling_macro v0.21.3 |
| 4832 | 2026-09-08T19:24:42.170Z | Compiling darling v0.21.3 |
| 4833 | 2026-09-08T19:24:42.264Z | Compiling dsl_auto_type v0.2.0 |
| 4834 | 2026-09-08T19:24:42.507Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4835 | 2026-09-08T19:24:42.719Z | Checking derive_builder v0.20.2 |
| 4836 | 2026-09-08T19:24:42.843Z | Compiling oso-derive v0.27.3 |
| 4837 | 2026-09-08T19:24:42.896Z | Checking quick-xml v0.37.5 |
| 4838 | 2026-09-08T19:24:42.957Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4839 | 2026-09-08T19:24:43.380Z | Checking openssl-probe v0.1.6 |
| 4840 | 2026-09-08T19:24:43.524Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4841 | 2026-09-08T19:24:43.781Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4842 | 2026-09-08T19:24:43.993Z | Checking bb8 v0.8.6 |
| 4843 | 2026-09-08T19:24:44.045Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4844 | 2026-09-08T19:24:44.275Z | Checking nonempty v0.12.0 |
| 4845 | 2026-09-08T19:24:44.292Z | Compiling libz-sys v1.1.24 |
| 4846 | 2026-09-08T19:24:44.295Z | Compiling strsim v0.10.0 |
| 4847 | 2026-09-08T19:24:44.444Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4848 | 2026-09-08T19:24:44.536Z | Compiling darling_core v0.13.4 |
| 4849 | 2026-09-08T19:24:44.621Z | Compiling progenitor-impl v0.13.0 |
| 4850 | 2026-09-08T19:24:44.893Z | Compiling vergen-git2 v9.1.0 |
| 4851 | 2026-09-08T19:24:46.012Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4852 | 2026-09-08T19:24:46.217Z | Checking progenitor-client v0.13.0 |
| 4853 | 2026-09-08T19:24:46.410Z | Compiling darling_macro v0.13.4 |
| 4854 | 2026-09-08T19:24:46.485Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4855 | 2026-09-08T19:24:46.910Z | Compiling darling v0.13.4 |
| 4856 | 2026-09-08T19:24:47.005Z | Compiling serde_with_macros v1.5.2 |
| 4857 | 2026-09-08T19:24:47.238Z | Compiling progenitor-macro v0.13.0 |
| 4858 | 2026-09-08T19:24:47.445Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4859 | 2026-09-08T19:24:47.677Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4860 | 2026-09-08T19:24:47.858Z | Compiling serde_with v1.14.0 |
| 4861 | 2026-09-08T19:24:47.914Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4862 | 2026-09-08T19:24:48.121Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4863 | 2026-09-08T19:24:48.165Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4864 | 2026-09-08T19:24:48.216Z | Checking diesel v2.3.7 |
| 4865 | 2026-09-08T19:24:48.325Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4866 | 2026-09-08T19:24:49.039Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4867 | 2026-09-08T19:24:49.900Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4868 | 2026-09-08T19:24:50.145Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4869 | 2026-09-08T19:24:50.583Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4870 | 2026-09-08T19:24:50.793Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4871 | 2026-09-08T19:24:50.848Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4872 | 2026-09-08T19:24:50.997Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4873 | 2026-09-08T19:24:51.056Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4874 | 2026-09-08T19:24:51.360Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4875 | 2026-09-08T19:24:51.384Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4876 | 2026-09-08T19:24:51.477Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4877 | 2026-09-08T19:24:51.985Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4878 | 2026-09-08T19:24:52.265Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4879 | 2026-09-08T19:24:52.307Z | Checking progenitor v0.13.0 |
| 4880 | 2026-09-08T19:24:52.458Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4881 | 2026-09-08T19:24:52.483Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4882 | 2026-09-08T19:24:52.619Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4883 | 2026-09-08T19:24:52.639Z | Checking twox-hash v2.1.2 |
| 4884 | 2026-09-08T19:24:52.824Z | Checking libsw-core v0.3.2 |
| 4885 | 2026-09-08T19:24:52.985Z | Checking atty v0.2.14 |
| 4886 | 2026-09-08T19:24:53.002Z | Checking libsw v3.5.0 |
| 4887 | 2026-09-08T19:24:53.087Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4888 | 2026-09-08T19:24:53.128Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4889 | 2026-09-08T19:24:53.158Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4890 | 2026-09-08T19:24:54.785Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4891 | 2026-09-08T19:24:55.171Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4892 | 2026-09-08T19:24:55.503Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4893 | 2026-09-08T19:24:55.883Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4894 | 2026-09-08T19:24:56.853Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4895 | 2026-09-08T19:24:57.061Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4896 | 2026-09-08T19:24:57.209Z | Checking fatfs v0.3.6 |
| 4897 | 2026-09-08T19:24:57.658Z | Checking console v0.16.2 |
| 4898 | 2026-09-08T19:24:57.980Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4899 | 2026-09-08T19:24:58.783Z | Compiling seq-macro v0.3.6 |
| 4900 | 2026-09-08T19:24:58.856Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4901 | 2026-09-08T19:24:59.007Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4902 | 2026-09-08T19:24:59.296Z | Checking unit-prefix v0.5.2 |
| 4903 | 2026-09-08T19:24:59.337Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4904 | 2026-09-08T19:24:59.433Z | Checking indicatif v0.18.4 |
| 4905 | 2026-09-08T19:24:59.815Z | Checking oxide-update-engine-display v0.1.2 |
| 4906 | 2026-09-08T19:24:59.992Z | Checking support-bundle-viewer v0.1.2 |
| 4907 | 2026-09-08T19:25:00.121Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4908 | 2026-09-08T19:25:00.238Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4909 | 2026-09-08T19:25:00.294Z | Checking multimap v0.10.1 |
| 4910 | 2026-09-08T19:25:02.364Z | Checking diesel-dtrace v0.5.0 |
| 4911 | 2026-09-08T19:25:02.634Z | Checking async-bb8-diesel v0.2.1 |
| 4912 | 2026-09-08T19:25:08.581Z | Compiling samael v0.0.19 |
| 4913 | 2026-09-08T19:25:11.821Z | Compiling git2 v0.20.4 |
| 4914 | 2026-09-08T19:25:13.791Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4915 | 2026-09-08T19:25:14.751Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4916 | 2026-09-08T19:25:15.515Z | Compiling polar-core v0.27.3 |
| 4917 | 2026-09-08T19:25:19.998Z | Checking oso v0.27.3 |
| 4918 | 2026-09-08T19:25:50.974Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4919 | 2026-09-08T19:27:06.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4920 | 2026-09-08T19:27:06.428Z | |
| 4921 | 2026-09-08T19:27:06.428Z | info: running `cargo check --bins` on nexus-networking (333/376) |
| 4922 | 2026-09-08T19:27:06.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4923 | 2026-09-08T19:27:07.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4924 | 2026-09-08T19:27:07.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4925 | 2026-09-08T19:27:07.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4926 | 2026-09-08T19:27:07.100Z | |
| 4927 | 2026-09-08T19:27:07.100Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376) |
| 4928 | 2026-09-08T19:27:07.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-09-08T19:27:07.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-09-08T19:27:07.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4931 | 2026-09-08T19:27:07.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4932 | 2026-09-08T19:27:07.733Z | |
| 4933 | 2026-09-08T19:27:07.733Z | info: running `cargo check --bins` on nexus-saga-recovery (335/376) |
| 4934 | 2026-09-08T19:27:08.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-09-08T19:27:08.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-09-08T19:27:08.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4937 | 2026-09-08T19:27:08.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4938 | 2026-09-08T19:27:08.356Z | |
| 4939 | 2026-09-08T19:27:08.356Z | info: running `cargo check --bins` on nexus-test-utils-macros (336/376) |
| 4940 | 2026-09-08T19:27:08.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-09-08T19:27:08.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-09-08T19:27:08.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4943 | 2026-09-08T19:27:08.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4944 | 2026-09-08T19:27:08.922Z | |
| 4945 | 2026-09-08T19:27:08.922Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (337/376) |
| 4946 | 2026-09-08T19:27:09.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-09-08T19:27:09.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-09-08T19:27:09.752Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4949 | 2026-09-08T19:27:10.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4950 | 2026-09-08T19:27:10.759Z | |
| 4951 | 2026-09-08T19:27:10.759Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376) |
| 4952 | 2026-09-08T19:27:11.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-09-08T19:27:11.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-09-08T19:27:11.582Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4955 | 2026-09-08T19:27:50.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.04s |
| 4956 | 2026-09-08T19:27:51.017Z | |
| 4957 | 2026-09-08T19:27:51.017Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376) |
| 4958 | 2026-09-08T19:27:51.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-09-08T19:27:51.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-09-08T19:27:51.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4961 | 2026-09-08T19:27:51.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4962 | 2026-09-08T19:27:51.580Z | |
| 4963 | 2026-09-08T19:27:51.580Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376) |
| 4964 | 2026-09-08T19:27:52.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-09-08T19:27:52.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-09-08T19:27:52.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4967 | 2026-09-08T19:27:52.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4968 | 2026-09-08T19:27:52.143Z | |
| 4969 | 2026-09-08T19:27:52.143Z | info: running `cargo check --bins --no-default-features` on nexus-fm (341/376) |
| 4970 | 2026-09-08T19:27:52.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4971 | 2026-09-08T19:27:52.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4972 | 2026-09-08T19:27:52.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4973 | 2026-09-08T19:27:52.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4974 | 2026-09-08T19:27:52.763Z | |
| 4975 | 2026-09-08T19:27:52.763Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376) |
| 4976 | 2026-09-08T19:27:53.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4977 | 2026-09-08T19:27:53.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4978 | 2026-09-08T19:27:53.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4979 | 2026-09-08T19:27:53.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4980 | 2026-09-08T19:27:53.392Z | |
| 4981 | 2026-09-08T19:27:53.392Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (343/376) |
| 4982 | 2026-09-08T19:27:53.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4983 | 2026-09-08T19:27:53.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4984 | 2026-09-08T19:27:53.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4985 | 2026-09-08T19:27:53.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4986 | 2026-09-08T19:27:54.029Z | |
| 4987 | 2026-09-08T19:27:54.029Z | info: running `cargo check --bins` on nexus-mgs-updates (344/376) |
| 4988 | 2026-09-08T19:27:54.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4989 | 2026-09-08T19:27:54.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4990 | 2026-09-08T19:27:54.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4991 | 2026-09-08T19:27:54.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4992 | 2026-09-08T19:27:54.651Z | |
| 4993 | 2026-09-08T19:27:54.651Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (345/376) |
| 4994 | 2026-09-08T19:27:55.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4995 | 2026-09-08T19:27:55.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4996 | 2026-09-08T19:27:55.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4997 | 2026-09-08T19:27:55.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4998 | 2026-09-08T19:27:55.282Z | |
| 4999 | 2026-09-08T19:27:55.282Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376) |
| 5000 | 2026-09-08T19:27:55.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5001 | 2026-09-08T19:27:55.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5002 | 2026-09-08T19:27:55.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5003 | 2026-09-08T19:27:55.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5004 | 2026-09-08T19:27:55.910Z | |
| 5005 | 2026-09-08T19:27:55.910Z | info: running `cargo check --bins` on nexus-switch-config (347/376) |
| 5006 | 2026-09-08T19:27:56.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-09-08T19:27:56.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-09-08T19:27:56.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5009 | 2026-09-08T19:27:56.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5010 | 2026-09-08T19:27:56.516Z | |
| 5011 | 2026-09-08T19:27:56.516Z | info: running `cargo check --bins` on nexus-switch-config-preparation (348/376) |
| 5012 | 2026-09-08T19:27:57.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-09-08T19:27:57.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-09-08T19:27:57.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-09-08T19:27:57.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5016 | 2026-09-08T19:27:57.147Z | |
| 5017 | 2026-09-08T19:27:57.147Z | info: running `cargo check --bins` on support-bundle-collection (349/376) |
| 5018 | 2026-09-08T19:27:57.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-09-08T19:27:57.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-09-08T19:27:57.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5021 | 2026-09-08T19:27:57.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5022 | 2026-09-08T19:27:57.774Z | |
| 5023 | 2026-09-08T19:27:57.774Z | info: running `cargo check --bins` on omicron-dev (350/376) |
| 5024 | 2026-09-08T19:27:58.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5025 | 2026-09-08T19:27:58.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5026 | 2026-09-08T19:27:58.681Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5027 | 2026-09-08T19:27:58.684Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5028 | 2026-09-08T19:27:58.869Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5029 | 2026-09-08T19:27:58.896Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5030 | 2026-09-08T19:27:58.912Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5031 | 2026-09-08T19:27:58.928Z | Checking yansi v1.0.1 |
| 5032 | 2026-09-08T19:27:58.931Z | Checking diff v0.1.13 |
| 5033 | 2026-09-08T19:27:58.931Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5034 | 2026-09-08T19:27:59.022Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5035 | 2026-09-08T19:27:59.189Z | Checking pretty_assertions v1.4.1 |
| 5036 | 2026-09-08T19:27:59.979Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5037 | 2026-09-08T19:27:59.984Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5038 | 2026-09-08T19:28:25.320Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5039 | 2026-09-08T19:28:25.323Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5040 | 2026-09-08T19:28:25.324Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5041 | 2026-09-08T19:28:25.324Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5042 | 2026-09-08T19:28:25.324Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5043 | 2026-09-08T19:28:25.324Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5044 | 2026-09-08T19:28:25.324Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5045 | 2026-09-08T19:28:26.230Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5046 | 2026-09-08T19:28:26.234Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5047 | 2026-09-08T19:28:27.523Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5048 | 2026-09-08T19:29:06.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5049 | 2026-09-08T19:29:06.483Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5050 | 2026-09-08T19:29:06.484Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5051 | 2026-09-08T19:29:06.691Z | |
| 5052 | 2026-09-08T19:29:06.691Z | info: running `cargo check --bins` on oximeter-load-test (351/376) |
| 5053 | 2026-09-08T19:29:07.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5054 | 2026-09-08T19:29:07.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5055 | 2026-09-08T19:29:07.403Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5056 | 2026-09-08T19:29:08.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 5057 | 2026-09-08T19:29:08.233Z | |
| 5058 | 2026-09-08T19:29:08.233Z | info: running `cargo check --bins` on omicron-pins (352/376) |
| 5059 | 2026-09-08T19:29:08.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5060 | 2026-09-08T19:29:08.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5061 | 2026-09-08T19:29:08.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5062 | 2026-09-08T19:29:08.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5063 | 2026-09-08T19:29:08.791Z | |
| 5064 | 2026-09-08T19:29:08.791Z | info: running `cargo check --bins` on rack-init-config (353/376) |
| 5065 | 2026-09-08T19:29:09.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5066 | 2026-09-08T19:29:09.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5067 | 2026-09-08T19:29:09.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5068 | 2026-09-08T19:29:09.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5069 | 2026-09-08T19:29:09.377Z | |
| 5070 | 2026-09-08T19:29:09.377Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376) |
| 5071 | 2026-09-08T19:29:09.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5072 | 2026-09-08T19:29:09.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5073 | 2026-09-08T19:29:10.155Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5074 | 2026-09-08T19:29:10.278Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5075 | 2026-09-08T19:29:10.285Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5076 | 2026-09-08T19:29:37.236Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5077 | 2026-09-08T19:29:37.643Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5078 | 2026-09-08T19:29:39.433Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5079 | 2026-09-08T19:29:39.915Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5080 | 2026-09-08T19:29:43.052Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5081 | 2026-09-08T19:30:07.198Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5082 | 2026-09-08T19:30:07.937Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5083 | 2026-09-08T19:30:09.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5084 | 2026-09-08T19:30:09.867Z | |
| 5085 | 2026-09-08T19:30:09.868Z | info: running `cargo check --bins` on reconfigurator-sp-updater (355/376) |
| 5086 | 2026-09-08T19:30:10.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-09-08T19:30:10.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-09-08T19:30:10.593Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5089 | 2026-09-08T19:30:11.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5090 | 2026-09-08T19:30:11.492Z | |
| 5091 | 2026-09-08T19:30:11.492Z | info: running `cargo check --bins` on omicron-releng (356/376) |
| 5092 | 2026-09-08T19:30:11.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5093 | 2026-09-08T19:30:11.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5094 | 2026-09-08T19:30:12.114Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5095 | 2026-09-08T19:30:12.117Z | Compiling fs-err v2.11.0 |
| 5096 | 2026-09-08T19:30:12.231Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5097 | 2026-09-08T19:30:12.243Z | Checking parse-size v1.1.0 |
| 5098 | 2026-09-08T19:30:12.252Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5099 | 2026-09-08T19:30:12.252Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5100 | 2026-09-08T19:30:12.255Z | Checking shell-words v1.1.1 |
| 5101 | 2026-09-08T19:30:12.339Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5102 | 2026-09-08T19:30:12.668Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5103 | 2026-09-08T19:30:12.847Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5104 | 2026-09-08T19:30:13.519Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5105 | 2026-09-08T19:30:14.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 5106 | 2026-09-08T19:30:14.660Z | |
| 5107 | 2026-09-08T19:30:14.660Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (357/376) |
| 5108 | 2026-09-08T19:30:15.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-09-08T19:30:15.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-09-08T19:30:15.293Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5111 | 2026-09-08T19:30:15.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 5112 | 2026-09-08T19:30:15.975Z | |
| 5113 | 2026-09-08T19:30:15.975Z | info: running `cargo check --bins` on schema (358/376) |
| 5114 | 2026-09-08T19:30:16.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-09-08T19:30:16.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-09-08T19:30:16.702Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5117 | 2026-09-08T19:30:17.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5118 | 2026-09-08T19:30:17.620Z | |
| 5119 | 2026-09-08T19:30:17.620Z | info: running `cargo check --bins` on xtask (359/376) |
| 5120 | 2026-09-08T19:30:18.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5121 | 2026-09-08T19:30:18.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5122 | 2026-09-08T19:30:18.021Z | Checking serde_core v1.0.228 |
| 5123 | 2026-09-08T19:30:18.021Z | Checking libc v0.2.185 |
| 5124 | 2026-09-08T19:30:18.100Z | Checking bitflags v2.11.0 |
| 5125 | 2026-09-08T19:30:18.107Z | Checking scroll v0.12.0 |
| 5126 | 2026-09-08T19:30:18.110Z | Checking thiserror v1.0.69 |
| 5127 | 2026-09-08T19:30:18.118Z | Checking log v0.4.33 |
| 5128 | 2026-09-08T19:30:18.126Z | Checking indexmap v2.14.0 |
| 5129 | 2026-09-08T19:30:18.134Z | Checking zerocopy v0.7.35 |
| 5130 | 2026-09-08T19:30:18.199Z | Checking syn v2.0.117 |
| 5131 | 2026-09-08T19:30:18.238Z | Checking dtrace-parser v0.2.0 |
| 5132 | 2026-09-08T19:30:18.256Z | Checking once_cell v1.21.3 |
| 5133 | 2026-09-08T19:30:18.316Z | Checking goblin v0.8.2 |
| 5134 | 2026-09-08T19:30:18.380Z | Checking errno v0.3.14 |
| 5135 | 2026-09-08T19:30:18.427Z | Checking thread-id v4.2.2 |
| 5136 | 2026-09-08T19:30:18.462Z | Checking getrandom v0.4.3 |
| 5137 | 2026-09-08T19:30:18.495Z | Checking rustix v1.1.4 |
| 5138 | 2026-09-08T19:30:18.505Z | Checking memmap v0.7.0 |
| 5139 | 2026-09-08T19:30:18.589Z | Checking thiserror v2.0.18 |
| 5140 | 2026-09-08T19:30:18.625Z | Checking fs-err v3.3.0 |
| 5141 | 2026-09-08T19:30:18.625Z | Checking tabled v0.15.0 |
| 5142 | 2026-09-08T19:30:18.653Z | Checking anyhow v1.0.104 |
| 5143 | 2026-09-08T19:30:19.262Z | Checking terminal_size v0.4.3 |
| 5144 | 2026-09-08T19:30:19.262Z | Checking tempfile v3.27.0 |
| 5145 | 2026-09-08T19:30:19.369Z | Checking clap_builder v4.6.0 |
| 5146 | 2026-09-08T19:30:19.373Z | Checking textwrap v0.16.2 |
| 5147 | 2026-09-08T19:30:19.544Z | Checking serde v1.0.228 |
| 5148 | 2026-09-08T19:30:19.547Z | Checking serde_json v1.0.151 |
| 5149 | 2026-09-08T19:30:19.547Z | Checking camino v1.2.5 |
| 5150 | 2026-09-08T19:30:19.572Z | Checking semver v1.0.28 |
| 5151 | 2026-09-08T19:30:19.721Z | Checking cargo-platform v0.3.2 |
| 5152 | 2026-09-08T19:30:19.805Z | Checking camino-tempfile v1.4.1 |
| 5153 | 2026-09-08T19:30:19.948Z | Checking toml_datetime v0.6.11 |
| 5154 | 2026-09-08T19:30:19.952Z | Checking serde_spanned v0.6.9 |
| 5155 | 2026-09-08T19:30:19.952Z | Checking macaddr v1.0.1 |
| 5156 | 2026-09-08T19:30:19.976Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5157 | 2026-09-08T19:30:20.121Z | Checking toml_edit v0.22.27 |
| 5158 | 2026-09-08T19:30:20.137Z | Checking cargo_metadata v0.23.1 |
| 5159 | 2026-09-08T19:30:20.148Z | Checking dof v0.3.0 |
| 5160 | 2026-09-08T19:30:20.404Z | Checking usdt-impl v0.5.0 |
| 5161 | 2026-09-08T19:30:20.552Z | Checking clap v4.6.1 |
| 5162 | 2026-09-08T19:30:20.665Z | Checking usdt v0.5.0 |
| 5163 | 2026-09-08T19:30:21.099Z | Checking toml v0.8.23 |
| 5164 | 2026-09-08T19:30:21.367Z | Checking cargo_toml v0.21.0 |
| 5165 | 2026-09-08T19:30:22.012Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5166 | 2026-09-08T19:30:22.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 5167 | 2026-09-08T19:30:22.519Z | |
| 5168 | 2026-09-08T19:30:22.519Z | info: running `cargo check --bins` on dnsadm (360/376) |
| 5169 | 2026-09-08T19:30:23.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5170 | 2026-09-08T19:30:23.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5171 | 2026-09-08T19:30:23.169Z | Checking arc-swap v1.8.2 |
| 5172 | 2026-09-08T19:30:23.449Z | Checking slog-scope v4.4.1 |
| 5173 | 2026-09-08T19:30:23.565Z | Checking slog-stdlog v4.1.1 |
| 5174 | 2026-09-08T19:30:23.663Z | Checking slog-envlogger v2.2.0 |
| 5175 | 2026-09-08T19:30:23.785Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5176 | 2026-09-08T19:30:24.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 5177 | 2026-09-08T19:30:24.396Z | |
| 5178 | 2026-09-08T19:30:24.396Z | info: running `cargo check --bins` on end-to-end-tests (361/376) |
| 5179 | 2026-09-08T19:30:24.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5180 | 2026-09-08T19:30:24.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5181 | 2026-09-08T19:30:25.201Z | Checking cpubits v0.1.1 |
| 5182 | 2026-09-08T19:30:25.326Z | Checking pem-rfc7468 v1.0.0 |
| 5183 | 2026-09-08T19:30:25.339Z | Checking hmac v0.13.0 |
| 5184 | 2026-09-08T19:30:25.343Z | Checking universal-hash v0.6.1 |
| 5185 | 2026-09-08T19:30:25.363Z | Checking ctr v0.10.1 |
| 5186 | 2026-09-08T19:30:25.363Z | Checking aead v0.6.1 |
| 5187 | 2026-09-08T19:30:25.391Z | Checking crypto-bigint v0.7.5 |
| 5188 | 2026-09-08T19:30:25.391Z | Checking aes v0.9.1 |
| 5189 | 2026-09-08T19:30:25.410Z | Checking salsa20 v0.11.0 |
| 5190 | 2026-09-08T19:30:25.471Z | Checking der v0.8.0 |
| 5191 | 2026-09-08T19:30:25.474Z | Checking polyval v0.7.1 |
| 5192 | 2026-09-08T19:30:25.502Z | Checking pbkdf2 v0.13.0 |
| 5193 | 2026-09-08T19:30:25.518Z | Checking cbc v0.2.1 |
| 5194 | 2026-09-08T19:30:25.544Z | Checking ff v0.14.0 |
| 5195 | 2026-09-08T19:30:25.595Z | Checking signature v3.0.0 |
| 5196 | 2026-09-08T19:30:25.615Z | Checking scrypt v0.12.0 |
| 5197 | 2026-09-08T19:30:25.657Z | Checking ghash v0.6.0 |
| 5198 | 2026-09-08T19:30:25.657Z | Checking base16ct v1.0.0 |
| 5199 | 2026-09-08T19:30:25.687Z | Checking group v0.14.0 |
| 5200 | 2026-09-08T19:30:25.753Z | Checking hkdf v0.13.0 |
| 5201 | 2026-09-08T19:30:25.785Z | Compiling curve25519-dalek v5.0.0 |
| 5202 | 2026-09-08T19:30:25.803Z | Checking keccak v0.2.0 |
| 5203 | 2026-09-08T19:30:25.819Z | Checking poly1305 v0.9.0 |
| 5204 | 2026-09-08T19:30:25.833Z | Checking wnaf v0.14.0 |
| 5205 | 2026-09-08T19:30:25.851Z | Checking aes-gcm v0.11.0 |
| 5206 | 2026-09-08T19:30:25.889Z | Checking blowfish v0.10.0 |
| 5207 | 2026-09-08T19:30:25.959Z | Checking blake2 v0.11.0-rc.6 |
| 5208 | 2026-09-08T19:30:25.999Z | Checking sha3 v0.11.0 |
| 5209 | 2026-09-08T19:30:26.017Z | Checking kem v0.3.0 |
| 5210 | 2026-09-08T19:30:26.043Z | Checking bcrypt-pbkdf v0.11.0 |
| 5211 | 2026-09-08T19:30:26.087Z | Checking module-lattice v0.2.3 |
| 5212 | 2026-09-08T19:30:26.133Z | Checking sponge-cursor v0.1.0 |
| 5213 | 2026-09-08T19:30:26.205Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5214 | 2026-09-08T19:30:26.222Z | Checking argon2 v0.6.0-rc.8 |
| 5215 | 2026-09-08T19:30:26.262Z | Checking sha3 v0.12.0 |
| 5216 | 2026-09-08T19:30:26.285Z | Checking spki v0.8.0 |
| 5217 | 2026-09-08T19:30:26.288Z | Checking sec1 v0.8.1 |
| 5218 | 2026-09-08T19:30:26.343Z | Checking ml-kem v0.3.2 |
| 5219 | 2026-09-08T19:30:26.408Z | Checking internal-russh-num-bigint v0.5.0 |
| 5220 | 2026-09-08T19:30:26.463Z | Checking pkcs5 v0.8.1 |
| 5221 | 2026-09-08T19:30:26.463Z | Checking pkcs1 v0.8.0-rc.4 |
| 5222 | 2026-09-08T19:30:26.502Z | Checking num-bigint v0.4.6 |
| 5223 | 2026-09-08T19:30:26.532Z | Checking generic-array v1.4.3 |
| 5224 | 2026-09-08T19:30:26.684Z | Checking russh-util v0.52.0 |
| 5225 | 2026-09-08T19:30:26.756Z | Checking pkcs8 v0.11.0 |
| 5226 | 2026-09-08T19:30:26.809Z | Compiling enum_dispatch v0.3.13 |
| 5227 | 2026-09-08T19:30:26.927Z | Compiling delegate v0.13.5 |
| 5228 | 2026-09-08T19:30:26.956Z | Checking ed25519 v3.0.0 |
| 5229 | 2026-09-08T19:30:27.116Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5230 | 2026-09-08T19:30:27.140Z | Checking md5 v0.8.0 |
| 5231 | 2026-09-08T19:30:27.157Z | Checking ed25519-dalek v3.0.0 |
| 5232 | 2026-09-08T19:30:27.268Z | Checking hex-literal v1.1.0 |
| 5233 | 2026-09-08T19:30:27.334Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5234 | 2026-09-08T19:30:27.374Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5235 | 2026-09-08T19:30:27.390Z | Checking internet-checksum v0.2.1 |
| 5236 | 2026-09-08T19:30:27.535Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5237 | 2026-09-08T19:30:27.661Z | Checking elliptic-curve v0.14.1 |
| 5238 | 2026-09-08T19:30:27.661Z | Checking rfc6979 v0.6.0 |
| 5239 | 2026-09-08T19:30:27.665Z | Checking primefield v0.14.0 |
| 5240 | 2026-09-08T19:30:27.665Z | Checking ssh-encoding v0.3.0 |
| 5241 | 2026-09-08T19:30:27.756Z | Checking crypto-primes v0.7.2 |
| 5242 | 2026-09-08T19:30:27.926Z | Checking ssh-cipher v0.3.0 |
| 5243 | 2026-09-08T19:30:27.926Z | Checking russh-cryptovec v0.62.0 |
| 5244 | 2026-09-08T19:30:28.048Z | Checking ecdsa v0.17.0 |
| 5245 | 2026-09-08T19:30:28.048Z | Checking primeorder v0.14.0 |
| 5246 | 2026-09-08T19:30:28.418Z | Checking p521 v0.14.0 |
| 5247 | 2026-09-08T19:30:28.418Z | Checking p384 v0.14.0 |
| 5248 | 2026-09-08T19:30:28.421Z | Checking p256 v0.14.0 |
| 5249 | 2026-09-08T19:30:28.701Z | Checking rsa v0.10.0-rc.18 |
| 5250 | 2026-09-08T19:30:31.262Z | Checking ssh-key v0.7.0-rc.11 |
| 5251 | 2026-09-08T19:30:32.022Z | Checking russh v0.62.4 |
| 5252 | 2026-09-08T19:30:45.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.32s |
| 5253 | 2026-09-08T19:30:45.716Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5254 | 2026-09-08T19:30:45.716Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5255 | 2026-09-08T19:30:45.923Z | |
| 5256 | 2026-09-08T19:30:45.923Z | info: running `cargo check --bins` on gateway-cli (362/376) |
| 5257 | 2026-09-08T19:30:46.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5258 | 2026-09-08T19:30:46.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5259 | 2026-09-08T19:30:46.566Z | Checking termios v0.3.3 |
| 5260 | 2026-09-08T19:30:46.762Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5261 | 2026-09-08T19:30:47.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5262 | 2026-09-08T19:30:47.540Z | |
| 5263 | 2026-09-08T19:30:47.540Z | info: running `cargo check --bins --no-default-features` on installinator (363/376) |
| 5264 | 2026-09-08T19:30:48.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5265 | 2026-09-08T19:30:48.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5266 | 2026-09-08T19:30:48.233Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5267 | 2026-09-08T19:30:48.942Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5268 | 2026-09-08T19:30:50.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 5269 | 2026-09-08T19:30:50.753Z | |
| 5270 | 2026-09-08T19:30:50.753Z | info: running `cargo check --bins` on internal-dns-cli (364/376) |
| 5271 | 2026-09-08T19:30:51.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5272 | 2026-09-08T19:30:51.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5273 | 2026-09-08T19:30:51.397Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5274 | 2026-09-08T19:30:51.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 5275 | 2026-09-08T19:30:52.012Z | |
| 5276 | 2026-09-08T19:30:52.012Z | info: running `cargo check --bins` on omicron-live-tests (365/376) |
| 5277 | 2026-09-08T19:30:52.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5278 | 2026-09-08T19:30:52.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5279 | 2026-09-08T19:30:52.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5280 | 2026-09-08T19:30:52.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5281 | 2026-09-08T19:30:52.581Z | |
| 5282 | 2026-09-08T19:30:52.581Z | info: running `cargo check --bins` on live-tests-macros (366/376) |
| 5283 | 2026-09-08T19:30:53.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5284 | 2026-09-08T19:30:53.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5285 | 2026-09-08T19:30:53.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5286 | 2026-09-08T19:30:53.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5287 | 2026-09-08T19:30:53.154Z | |
| 5288 | 2026-09-08T19:30:53.154Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376) |
| 5289 | 2026-09-08T19:30:53.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5290 | 2026-09-08T19:30:53.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5291 | 2026-09-08T19:30:53.911Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5292 | 2026-09-08T19:30:54.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 5293 | 2026-09-08T19:30:54.734Z | |
| 5294 | 2026-09-08T19:30:54.734Z | info: running `cargo check --bins` on omicron-ntp-admin (368/376) |
| 5295 | 2026-09-08T19:30:55.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5296 | 2026-09-08T19:30:55.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5297 | 2026-09-08T19:30:55.384Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5298 | 2026-09-08T19:30:55.491Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5299 | 2026-09-08T19:30:56.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 5300 | 2026-09-08T19:30:56.527Z | |
| 5301 | 2026-09-08T19:30:56.527Z | info: running `cargo check --bins` on ntp-admin-types (369/376) |
| 5302 | 2026-09-08T19:30:57.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5303 | 2026-09-08T19:30:57.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5304 | 2026-09-08T19:30:57.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5305 | 2026-09-08T19:30:57.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5306 | 2026-09-08T19:30:57.095Z | |
| 5307 | 2026-09-08T19:30:57.095Z | info: running `cargo check --bins` on omicron-package (370/376) |
| 5308 | 2026-09-08T19:30:57.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5309 | 2026-09-08T19:30:57.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5310 | 2026-09-08T19:30:57.781Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5311 | 2026-09-08T19:30:58.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 5312 | 2026-09-08T19:30:59.080Z | |
| 5313 | 2026-09-08T19:30:59.081Z | info: running `cargo check --bins` on tqdb (371/376) |
| 5314 | 2026-09-08T19:30:59.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5315 | 2026-09-08T19:30:59.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5316 | 2026-09-08T19:30:59.871Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5317 | 2026-09-08T19:31:00.228Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5318 | 2026-09-08T19:31:00.754Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5319 | 2026-09-08T19:31:00.757Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5320 | 2026-09-08T19:31:08.193Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5321 | 2026-09-08T19:31:08.197Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5322 | 2026-09-08T19:31:08.197Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5323 | 2026-09-08T19:31:08.833Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5324 | 2026-09-08T19:31:08.834Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5325 | 2026-09-08T19:31:08.837Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5326 | 2026-09-08T19:31:08.837Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5327 | 2026-09-08T19:31:09.635Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5328 | 2026-09-08T19:31:10.248Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5329 | 2026-09-08T19:31:10.489Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5330 | 2026-09-08T19:31:10.724Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5331 | 2026-09-08T19:31:11.624Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5332 | 2026-09-08T19:31:12.287Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5333 | 2026-09-08T19:31:17.204Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5334 | 2026-09-08T19:31:24.647Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5335 | 2026-09-08T19:31:24.650Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5336 | 2026-09-08T19:31:24.650Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5337 | 2026-09-08T19:31:24.650Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5338 | 2026-09-08T19:31:26.176Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5339 | 2026-09-08T19:31:27.506Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5340 | 2026-09-08T19:31:28.196Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5341 | 2026-09-08T19:31:29.527Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5342 | 2026-09-08T19:31:30.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.00s |
| 5343 | 2026-09-08T19:31:30.292Z | |
| 5344 | 2026-09-08T19:31:30.292Z | info: running `cargo check --bins` on wicket-dbg (372/376) |
| 5345 | 2026-09-08T19:31:30.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5346 | 2026-09-08T19:31:30.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5347 | 2026-09-08T19:31:31.006Z | Checking rtoolbox v0.0.3 |
| 5348 | 2026-09-08T19:31:31.009Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5349 | 2026-09-08T19:31:31.010Z | Checking tui-tree-widget v0.23.1 |
| 5350 | 2026-09-08T19:31:31.010Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5351 | 2026-09-08T19:31:31.230Z | Checking rpassword v7.5.4 |
| 5352 | 2026-09-08T19:31:34.007Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5353 | 2026-09-08T19:31:35.904Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5354 | 2026-09-08T19:31:36.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
| 5355 | 2026-09-08T19:31:37.038Z | |
| 5356 | 2026-09-08T19:31:37.038Z | info: running `cargo check --bins` on wicket (373/376) |
| 5357 | 2026-09-08T19:31:37.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5358 | 2026-09-08T19:31:37.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5359 | 2026-09-08T19:31:37.725Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5360 | 2026-09-08T19:31:38.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5361 | 2026-09-08T19:31:38.275Z | |
| 5362 | 2026-09-08T19:31:38.275Z | info: running `cargo check --bins` on wicketd (374/376) |
| 5363 | 2026-09-08T19:31:38.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5364 | 2026-09-08T19:31:38.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5365 | 2026-09-08T19:31:38.977Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5366 | 2026-09-08T19:31:42.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 5367 | 2026-09-08T19:31:42.681Z | |
| 5368 | 2026-09-08T19:31:42.681Z | info: running `cargo check --bins` on omicron-workspace-hack (375/376) |
| 5369 | 2026-09-08T19:31:43.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5370 | 2026-09-08T19:31:43.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5371 | 2026-09-08T19:31:43.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5372 | 2026-09-08T19:31:43.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5373 | 2026-09-08T19:31:43.233Z | |
| 5374 | 2026-09-08T19:31:43.233Z | info: running `cargo check --bins` on zone-setup (376/376) |
| 5375 | 2026-09-08T19:31:43.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5376 | 2026-09-08T19:31:43.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5377 | 2026-09-08T19:31:43.898Z | Checking uzers v0.12.2 |
| 5378 | 2026-09-08T19:31:44.169Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5379 | 2026-09-08T19:31:44.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 5380 | 2026-09-08T19:31:45.175Z | |
| 5381 | 2026-09-08T19:31:45.175Z | real 14:18.391927607 |
| 5382 | 2026-09-08T19:31:45.175Z | user 21:28.250920060 |
| 5383 | 2026-09-08T19:31:45.175Z | sys 4:28.352396111 |
| 5384 | 2026-09-08T19:31:45.175Z | trap 0.343112534 |
| 5385 | 2026-09-08T19:31:45.175Z | tflt 0.604830153 |
| 5386 | 2026-09-08T19:31:45.175Z | dflt 0.890597816 |
| 5387 | 2026-09-08T19:31:45.176Z | kflt 0.005424740 |
| 5388 | 2026-09-08T19:31:45.176Z | lock 1:27:46.346711678 |
| 5389 | 2026-09-08T19:31:45.176Z | slp 1:42:33.685403929 |
| 5390 | 2026-09-08T19:31:45.176Z | lat 55.172761918 |
| 5391 | 2026-09-08T19:31:45.176Z | stop 4:05.133439174 |
| 5392 | 2026-09-08T19:31:45.179Z | process exited: duration 987864 ms, exit code 0 |
| |
| 5393 | 2026-09-08T19:31:45.186Z | found 0 output files |