|
|
|
| 1 | 2026-09-11T20:08:24.897Z | job assigned to worker 01M291AGX043CDEDSBZPDMBJB5 [factory aws, i-09156663de7c2213a] (queued for 45 s) |
| |
| 2 | 2026-09-11T20:08:31.487Z | starting task 0: "setup" |
| 3 | 2026-09-11T20:08:31.496Z | ++ uname -s |
| 4 | 2026-09-11T20:08:31.496Z | + kern=SunOS |
| 5 | 2026-09-11T20:08:31.496Z | + build_user=build |
| 6 | 2026-09-11T20:08:31.496Z | + build_uid=12345 |
| 7 | 2026-09-11T20:08:31.496Z | + work_dir=/work |
| 8 | 2026-09-11T20:08:31.496Z | + input_dir=/input |
| 9 | 2026-09-11T20:08:31.496Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-11T20:08:31.496Z | + case "$kern" in |
| 11 | 2026-09-11T20:08:31.496Z | + groupadd -g 12345 build |
| 12 | 2026-09-11T20:08:31.510Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-11T20:08:33.499Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-11T20:08:33.580Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-11T20:08:33.587Z | + home_fs=zfs |
| 16 | 2026-09-11T20:08:33.587Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-11T20:08:33.587Z | + mkdir -p /home/build |
| 18 | 2026-09-11T20:08:33.587Z | + chown build:build /home/build /work |
| 19 | 2026-09-11T20:08:35.582Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-11T20:08:35.586Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-09-11T20:08:35.594Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-11T20:08:35.597Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-11T20:08:35.597Z | * rust toolchain channel = "1.98.1" |
| 24 | 2026-09-11T20:08:35.598Z | * rust toolchain profile = "default" |
| 25 | 2026-09-11T20:08:35.598Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-11T20:08:35.598Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-11T20:08:35.598Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-11T20:08:35.598Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-11T20:08:35.598Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-11T20:08:35.676Z | info: downloading installer |
| 31 | 2026-09-11T20:08:37.143Z | info: profile set to default |
| 32 | 2026-09-11T20:08:37.143Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-11T20:08:37.147Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-11T20:08:37.294Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-11T20:08:37.298Z | info: downloading 6 components |
| 36 | 2026-09-11T20:08:52.113Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 37 | 2026-09-11T20:08:52.113Z | |
| 38 | 2026-09-11T20:08:52.144Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-11T20:08:52.145Z | |
| 40 | 2026-09-11T20:08:52.148Z | |
| 41 | 2026-09-11T20:08:52.148Z | Rust is installed now. Great! |
| 42 | 2026-09-11T20:08:52.148Z | |
| 43 | 2026-09-11T20:08:52.148Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-11T20:08:52.148Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-11T20:08:52.148Z | |
| 46 | 2026-09-11T20:08:52.148Z | To configure your current shell, you need to source |
| 47 | 2026-09-11T20:08:52.148Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-11T20:08:52.148Z | |
| 49 | 2026-09-11T20:08:52.148Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-11T20:08:52.148Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-11T20:08:52.148Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-11T20:08:52.148Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-11T20:08:52.148Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-11T20:08:52.148Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-11T20:08:52.148Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-11T20:08:52.148Z | HOST_CC = None |
| 57 | 2026-09-11T20:08:52.148Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-11T20:08:52.148Z | CC = None |
| 59 | 2026-09-11T20:08:52.148Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-11T20:08:52.999Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-11T20:08:52.999Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-11T20:08:52.999Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-11T20:08:52.999Z | CFLAGS = None |
| 64 | 2026-09-11T20:08:52.999Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-11T20:08:52.999Z | HOST_CFLAGS = None |
| 66 | 2026-09-11T20:08:52.999Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-11T20:08:52.999Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-11T20:08:52.999Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-11T20:08:52.999Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-11T20:08:53.090Z | + rustup --version |
| 71 | 2026-09-11T20:08:53.097Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-11T20:08:53.100Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-11T20:08:53.120Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-11T20:08:53.124Z | + cargo --version |
| 75 | 2026-09-11T20:08:53.134Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-11T20:08:53.137Z | + rustc --version |
| 77 | 2026-09-11T20:08:53.155Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-11T20:08:53.158Z | process exited: duration 17564 ms, exit code 0 |
| |
| 79 | 2026-09-11T20:08:53.164Z | starting task 2: "authentication" |
| 80 | 2026-09-11T20:08:53.180Z | process exited: duration 15 ms, exit code 0 |
| |
| 81 | 2026-09-11T20:08:53.186Z | starting task 3: "clone repository" |
| 82 | 2026-09-11T20:08:53.189Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-11T20:08:53.192Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-11T20:08:53.222Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-11T20:09:06.681Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-11T20:09:06.682Z | + git fetch origin d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125 |
| 87 | 2026-09-11T20:09:07.046Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-11T20:09:07.047Z | * branch d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125 -> FETCH_HEAD |
| 89 | 2026-09-11T20:09:07.056Z | + [[ -n eliza/mgs-vpd ]] |
| 90 | 2026-09-11T20:09:07.061Z | ++ git branch --show-current |
| 91 | 2026-09-11T20:09:07.061Z | + current=main |
| 92 | 2026-09-11T20:09:07.061Z | + [[ main != eliza/mgs-vpd ]] |
| 93 | 2026-09-11T20:09:07.061Z | + git branch -f eliza/mgs-vpd d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125 |
| 94 | 2026-09-11T20:09:07.064Z | + git checkout -f eliza/mgs-vpd |
| 95 | 2026-09-11T20:09:07.309Z | Switched to branch 'eliza/mgs-vpd' |
| 96 | 2026-09-11T20:09:07.312Z | + git reset --hard d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125 |
| 97 | 2026-09-11T20:09:07.334Z | HEAD is now at d4dc8e72a post rebase unbreaking of things |
| 98 | 2026-09-11T20:09:07.338Z | process exited: duration 14149 ms, exit code 0 |
| |
| 99 | 2026-09-11T20:09:07.344Z | starting task 4: "build" |
| 100 | 2026-09-11T20:09:07.347Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-11T20:09:07.350Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-11T20:09:07.350Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-11T20:09:07.350Z | +++ uname -s |
| 104 | 2026-09-11T20:09:07.350Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-11T20:09:07.350Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-11T20:09:07.353Z | + cargo --version |
| 107 | 2026-09-11T20:09:07.359Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 108 | 2026-09-11T20:09:07.362Z | + rustc --version |
| 109 | 2026-09-11T20:09:07.383Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 110 | 2026-09-11T20:09:07.386Z | + source ./env.sh |
| 111 | 2026-09-11T20:09:07.386Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-09-11T20:09:07.387Z | ++ set -o xtrace |
| 113 | 2026-09-11T20:09:07.387Z | ++++ dirname ./env.sh |
| 114 | 2026-09-11T20:09:07.397Z | +++ readlink -f . |
| 115 | 2026-09-11T20:09:07.400Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-09-11T20:09:07.400Z | ++ 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-11T20:09:07.400Z | ++ 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-11T20:09:07.400Z | ++ 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-11T20:09:07.400Z | ++ 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-11T20:09:07.400Z | ++ 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-11T20:09:07.400Z | ++ 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-11T20:09:07.401Z | ++ 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-11T20:09:07.401Z | ++ 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-11T20:09:07.401Z | ++ 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-11T20:09:07.401Z | ++ 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-11T20:09:07.402Z | ++ case $OLD_SHELL_OPTS in |
| 127 | 2026-09-11T20:09:07.402Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 128 | 2026-09-11T20:09:07.402Z | + 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-11T20:09:07.402Z | + 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-11T20:09:07.402Z | + banner prerequisites |
| 131 | 2026-09-11T20:09:07.405Z | |
| 132 | 2026-09-11T20:09:07.405Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 133 | 2026-09-11T20:09:07.405Z | # # # # # # # # # # # # # # # |
| 134 | 2026-09-11T20:09:07.405Z | # # # # ##### # # ##### # # # # # #### # |
| 135 | 2026-09-11T20:09:07.405Z | ##### ##### # ##### # # # # # # # # # |
| 136 | 2026-09-11T20:09:07.405Z | # # # # # # # # # # # # # # # |
| 137 | 2026-09-11T20:09:07.405Z | # # # ###### # # ###### ### # #### # #### # |
| 138 | 2026-09-11T20:09:07.405Z | |
| 139 | 2026-09-11T20:09:07.405Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 140 | 2026-09-11T20:09:09.391Z | Startup: Refreshing catalog 'helios' ... Done |
| 141 | 2026-09-11T20:09:09.868Z | Startup: Caching catalogs ... Done |
| 142 | 2026-09-11T20:09:12.459Z | Planning: Solver setup ... Done (2.462s) |
| 143 | 2026-09-11T20:09:12.532Z | Planning: Running solver ... Done (0.073s) |
| 144 | 2026-09-11T20:09:12.587Z | Planning: Finding local manifests ... Done (0.002s) |
| 145 | 2026-09-11T20:09:12.598Z | Planning: Fetching manifests: 0/2 0% complete |
| 146 | 2026-09-11T20:09:12.618Z | Planning: Fetching manifests: 2/2 100% complete |
| 147 | 2026-09-11T20:09:12.631Z | Planning: Package planning ... Done (0.013s) |
| 148 | 2026-09-11T20:09:12.634Z | Planning: Merging actions ... Done (0.001s) |
| 149 | 2026-09-11T20:09:12.796Z | Planning: Checking for conflicting actions ... Done (0.161s) |
| 150 | 2026-09-11T20:09:12.799Z | Planning: Consolidating action changes ... Done (0.001s) |
| 151 | 2026-09-11T20:09:13.471Z | Planning: Evaluating mediators ... Done (0.676s) |
| 152 | 2026-09-11T20:09:13.474Z | Planning: Planning completed in 3.57 seconds |
| 153 | 2026-09-11T20:09:13.480Z | Packages to install: 2 |
| 154 | 2026-09-11T20:09:13.480Z | Estimated space available: 156.02 GB |
| 155 | 2026-09-11T20:09:13.483Z | Estimated space to be consumed: 87.89 MB |
| 156 | 2026-09-11T20:09:13.483Z | Create boot environment: No |
| 157 | 2026-09-11T20:09:13.483Z | Create backup boot environment: No |
| 158 | 2026-09-11T20:09:13.483Z | Rebuild boot archive: No |
| 159 | 2026-09-11T20:09:13.483Z | |
| 160 | 2026-09-11T20:09:13.483Z | Changed packages: |
| 161 | 2026-09-11T20:09:13.483Z | helios |
| 162 | 2026-09-11T20:09:13.483Z | developer/build-essential |
| 163 | 2026-09-11T20:09:13.483Z | None -> 11-3.0 |
| 164 | 2026-09-11T20:09:13.483Z | library/libxmlsec1 |
| 165 | 2026-09-11T20:09:13.483Z | None -> 1.2.35-3.0 |
| 166 | 2026-09-11T20:09:13.504Z | |
| 167 | 2026-09-11T20:09:13.504Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 168 | 2026-09-11T20:09:13.571Z | Download: Completed 1.28 MB in 0.07 seconds (19.2M/s) |
| 169 | 2026-09-11T20:09:13.645Z | Actions: 1/268 actions (Installing new actions) |
| 170 | 2026-09-11T20:09:13.727Z | Actions: Completed 268 actions in 0.04 seconds. |
| 171 | 2026-09-11T20:09:13.736Z | Finalize: Updating package state database ... Done (0.033s) |
| 172 | 2026-09-11T20:09:13.736Z | Finalize: Updating package cache ... Done (0.000s) |
| 173 | 2026-09-11T20:09:13.814Z | Finalize: Updating image state ... Done (0.097s) |
| 174 | 2026-09-11T20:09:16.345Z | Finalize: Creating fast lookup database ... Done (2.476s) |
| 175 | 2026-09-11T20:09:16.410Z | Finalize: Reading search index ... Done (0.011s) |
| 176 | 2026-09-11T20:09:16.415Z | Finalize: Updating search index ... Done (0.000s) |
| 177 | 2026-09-11T20:09:16.531Z | Finalize: Updating package cache ... Done (0.000s) |
| 178 | 2026-09-11T20:09:16.907Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-09-11T20:09:17.013Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-09-11T20:09:17.017Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-09-11T20:09:17.172Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-09-11T20:09:17.177Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-09-11T20:09:17.194Z | Mediators to change: 2 |
| 184 | 2026-09-11T20:09:17.194Z | Create boot environment: No |
| 185 | 2026-09-11T20:09:17.194Z | Create backup boot environment: No |
| 186 | 2026-09-11T20:09:17.243Z | Finalize: Updating package state database ... Done |
| 187 | 2026-09-11T20:09:17.243Z | Finalize: Updating package cache ... Done |
| 188 | 2026-09-11T20:09:17.303Z | Finalize: Updating image state ... Done |
| 189 | 2026-09-11T20:09:19.255Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-09-11T20:09:19.317Z | Finalize: Reading search index ... Done |
| 191 | 2026-09-11T20:09:19.320Z | Finalize: Updating search index ... Done |
| 192 | 2026-09-11T20:09:19.391Z | Finalize: Updating package cache ... Done |
| 193 | 2026-09-11T20:09:19.679Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-09-11T20:09:19.785Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-09-11T20:09:19.788Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-09-11T20:09:19.944Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-09-11T20:09:19.948Z | Planning: Planning completed in 0.26 seconds |
| 198 | 2026-09-11T20:09:19.973Z | Mediators to change: 1 |
| 199 | 2026-09-11T20:09:19.973Z | Create boot environment: No |
| 200 | 2026-09-11T20:09:19.977Z | Create backup boot environment: No |
| 201 | 2026-09-11T20:09:20.009Z | Finalize: Updating package state database ... Done |
| 202 | 2026-09-11T20:09:20.009Z | Finalize: Updating package cache ... Done |
| 203 | 2026-09-11T20:09:20.063Z | Finalize: Updating image state ... Done |
| 204 | 2026-09-11T20:09:21.992Z | Finalize: Creating fast lookup database ... Done |
| 205 | 2026-09-11T20:09:22.053Z | Finalize: Reading search index ... Done |
| 206 | 2026-09-11T20:09:22.057Z | Finalize: Updating search index ... Done |
| 207 | 2026-09-11T20:09:22.123Z | Finalize: Updating package cache ... Done |
| 208 | 2026-09-11T20:09:22.433Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2026-09-11T20:09:22.433Z | apache system 2.4 system |
| 210 | 2026-09-11T20:09:22.433Z | clang system 15 system |
| 211 | 2026-09-11T20:09:22.433Z | csh system system illumos |
| 212 | 2026-09-11T20:09:22.433Z | ctags system system illumos |
| 213 | 2026-09-11T20:09:22.433Z | file vendor vendor darwinsys |
| 214 | 2026-09-11T20:09:22.433Z | file system system illumos |
| 215 | 2026-09-11T20:09:22.433Z | gcc vendor 14 vendor |
| 216 | 2026-09-11T20:09:22.434Z | gcc system 13 system |
| 217 | 2026-09-11T20:09:22.434Z | gcc system 10 system |
| 218 | 2026-09-11T20:09:22.434Z | go system 1.25 system |
| 219 | 2026-09-11T20:09:22.434Z | llvm system 15 system |
| 220 | 2026-09-11T20:09:22.434Z | mariadb system 11.4 system |
| 221 | 2026-09-11T20:09:22.434Z | mta vendor vendor dma |
| 222 | 2026-09-11T20:09:22.434Z | openjdk system 17 system |
| 223 | 2026-09-11T20:09:22.434Z | openjdk system 11 system |
| 224 | 2026-09-11T20:09:22.434Z | openssl vendor 3 vendor |
| 225 | 2026-09-11T20:09:22.434Z | perl system 5.40 system |
| 226 | 2026-09-11T20:09:22.434Z | postgresql system 18 system |
| 227 | 2026-09-11T20:09:22.434Z | postgresql system 17 system |
| 228 | 2026-09-11T20:09:22.434Z | python vendor 3 vendor |
| 229 | 2026-09-11T20:09:22.434Z | python system 2 system |
| 230 | 2026-09-11T20:09:22.434Z | python3 vendor 3.13 vendor |
| 231 | 2026-09-11T20:09:22.434Z | ruby system 3.4 system |
| 232 | 2026-09-11T20:09:22.434Z | ruby system 3.0 system |
| 233 | 2026-09-11T20:09:22.434Z | words vendor vendor american-english |
| 234 | 2026-09-11T20:09:22.434Z | words system system australian-english |
| 235 | 2026-09-11T20:09:22.434Z | words system system british-english |
| 236 | 2026-09-11T20:09:22.434Z | words system system canadian-english |
| 237 | 2026-09-11T20:09:22.434Z | words system system french |
| 238 | 2026-09-11T20:09:22.434Z | words system system italian |
| 239 | 2026-09-11T20:09:22.434Z | words system system ngerman |
| 240 | 2026-09-11T20:09:22.434Z | words system system ogerman |
| 241 | 2026-09-11T20:09:22.434Z | words system system spanish |
| 242 | 2026-09-11T20:09:22.686Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2026-09-11T20:09:22.686Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 244 | 2026-09-11T20:09:23.213Z | FMRI IFO |
| 245 | 2026-09-11T20:09:23.213Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 246 | 2026-09-11T20:09:23.213Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 247 | 2026-09-11T20:09:23.213Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 248 | 2026-09-11T20:09:23.213Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 249 | 2026-09-11T20:09:23.214Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 250 | 2026-09-11T20:09:23.214Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 251 | 2026-09-11T20:09:23.214Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 252 | 2026-09-11T20:09:23.214Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 253 | 2026-09-11T20:09:23.214Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 254 | 2026-09-11T20:09:23.563Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 255 | 2026-09-11T20:09:23.910Z | Updating crates.io index |
| 256 | 2026-09-11T20:09:23.913Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 257 | 2026-09-11T20:09:24.207Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 258 | 2026-09-11T20:09:24.578Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 259 | 2026-09-11T20:09:24.874Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 260 | 2026-09-11T20:09:25.943Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 261 | 2026-09-11T20:09:26.549Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 262 | 2026-09-11T20:09:28.131Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 263 | 2026-09-11T20:09:28.989Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 264 | 2026-09-11T20:09:29.281Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 265 | 2026-09-11T20:09:29.661Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2026-09-11T20:09:30.818Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 267 | 2026-09-11T20:09:31.183Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-09-11T20:09:31.579Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 269 | 2026-09-11T20:09:32.178Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 270 | 2026-09-11T20:09:32.437Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 271 | 2026-09-11T20:09:32.716Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 272 | 2026-09-11T20:09:33.032Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-09-11T20:09:33.295Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 274 | 2026-09-11T20:09:33.745Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 275 | 2026-09-11T20:09:34.194Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-09-11T20:09:34.729Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 277 | 2026-09-11T20:09:35.050Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-09-11T20:09:35.675Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-09-11T20:09:36.026Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 280 | 2026-09-11T20:09:36.591Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 281 | 2026-09-11T20:09:37.044Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 282 | 2026-09-11T20:09:37.631Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 283 | 2026-09-11T20:09:38.073Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2026-09-11T20:09:38.450Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2026-09-11T20:09:38.733Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 286 | 2026-09-11T20:09:39.078Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2026-09-11T20:09:39.480Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 288 | 2026-09-11T20:09:40.033Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 289 | 2026-09-11T20:09:40.344Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 290 | 2026-09-11T20:09:40.618Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-09-11T20:09:40.996Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 292 | 2026-09-11T20:09:41.312Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 293 | 2026-09-11T20:09:41.621Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-09-11T20:09:41.926Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-09-11T20:09:42.249Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-09-11T20:09:42.560Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 297 | 2026-09-11T20:09:42.974Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-09-11T20:09:45.397Z | Downloading crates ... |
| 299 | 2026-09-11T20:09:45.444Z | Downloaded anstream v1.0.0 |
| 300 | 2026-09-11T20:09:45.452Z | Downloaded itoa v1.0.17 |
| 301 | 2026-09-11T20:09:45.458Z | Downloaded clap_lex v1.0.0 |
| 302 | 2026-09-11T20:09:45.464Z | Downloaded clap_builder v4.6.0 |
| 303 | 2026-09-11T20:09:45.468Z | Downloaded proc-macro2 v1.0.106 |
| 304 | 2026-09-11T20:09:45.472Z | Downloaded serde_spanned v0.6.9 |
| 305 | 2026-09-11T20:09:45.475Z | Downloaded is_terminal_polyfill v1.70.2 |
| 306 | 2026-09-11T20:09:45.475Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-09-11T20:09:45.478Z | Downloaded anstyle v1.0.14 |
| 308 | 2026-09-11T20:09:45.478Z | Downloaded dtrace-parser v0.2.0 |
| 309 | 2026-09-11T20:09:45.481Z | Downloaded anstyle-parse v1.0.0 |
| 310 | 2026-09-11T20:09:45.484Z | Downloaded bytecount v0.6.9 |
| 311 | 2026-09-11T20:09:45.486Z | Downloaded zerocopy v0.7.35 |
| 312 | 2026-09-11T20:09:45.493Z | Downloaded camino v1.2.5 |
| 313 | 2026-09-11T20:09:45.496Z | Downloaded once_cell v1.21.3 |
| 314 | 2026-09-11T20:09:45.496Z | Downloaded zmij v1.0.21 |
| 315 | 2026-09-11T20:09:45.496Z | Downloaded anstyle-query v1.1.5 |
| 316 | 2026-09-11T20:09:45.500Z | Downloaded pest_derive v2.8.6 |
| 317 | 2026-09-11T20:09:45.500Z | Downloaded block-buffer v0.10.4 |
| 318 | 2026-09-11T20:09:45.500Z | Downloaded heck v0.5.0 |
| 319 | 2026-09-11T20:09:45.503Z | Downloaded log v0.4.33 |
| 320 | 2026-09-11T20:09:45.508Z | Downloaded dof v0.3.0 |
| 321 | 2026-09-11T20:09:45.511Z | Downloaded memmap v0.7.0 |
| 322 | 2026-09-11T20:09:45.511Z | Downloaded cargo-platform v0.3.2 |
| 323 | 2026-09-11T20:09:45.511Z | Downloaded utf8parse v0.2.2 |
| 324 | 2026-09-11T20:09:45.514Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-09-11T20:09:45.514Z | Downloaded fastrand v2.3.0 |
| 326 | 2026-09-11T20:09:45.517Z | Downloaded generic-array v0.14.7 |
| 327 | 2026-09-11T20:09:45.517Z | Downloaded colorchoice v1.0.4 |
| 328 | 2026-09-11T20:09:45.517Z | Downloaded crypto-common v0.1.7 |
| 329 | 2026-09-11T20:09:45.524Z | Downloaded indexmap v2.14.0 |
| 330 | 2026-09-11T20:09:45.527Z | Downloaded proc-macro-error-attr v1.0.4 |
| 331 | 2026-09-11T20:09:45.527Z | Downloaded camino-tempfile v1.4.1 |
| 332 | 2026-09-11T20:09:45.529Z | Downloaded smawk v0.3.2 |
| 333 | 2026-09-11T20:09:45.529Z | Downloaded cfg-if v1.0.4 |
| 334 | 2026-09-11T20:09:45.541Z | Downloaded heck v0.4.1 |
| 335 | 2026-09-11T20:09:45.543Z | Downloaded fnv v1.0.7 |
| 336 | 2026-09-11T20:09:45.544Z | Downloaded swrite v0.1.0 |
| 337 | 2026-09-11T20:09:45.544Z | Downloaded thread-id v4.2.2 |
| 338 | 2026-09-11T20:09:45.544Z | Downloaded toml_datetime v0.6.11 |
| 339 | 2026-09-11T20:09:45.547Z | Downloaded macaddr v1.0.1 |
| 340 | 2026-09-11T20:09:45.550Z | Downloaded plain v0.2.3 |
| 341 | 2026-09-11T20:09:45.550Z | Downloaded scroll_derive v0.12.1 |
| 342 | 2026-09-11T20:09:45.550Z | Downloaded strsim v0.11.1 |
| 343 | 2026-09-11T20:09:45.550Z | Downloaded usdt-attr-macro v0.5.0 |
| 344 | 2026-09-11T20:09:45.553Z | Downloaded version_check v0.9.5 |
| 345 | 2026-09-11T20:09:45.553Z | Downloaded usdt v0.5.0 |
| 346 | 2026-09-11T20:09:45.560Z | Downloaded pretty-hex v0.4.1 |
| 347 | 2026-09-11T20:09:45.563Z | Downloaded tabled_derive v0.7.0 |
| 348 | 2026-09-11T20:09:45.566Z | Downloaded unicode-linebreak v0.1.5 |
| 349 | 2026-09-11T20:09:45.569Z | Downloaded usdt-macro v0.5.0 |
| 350 | 2026-09-11T20:09:45.574Z | Downloaded scroll v0.12.0 |
| 351 | 2026-09-11T20:09:45.577Z | Downloaded autocfg v1.5.0 |
| 352 | 2026-09-11T20:09:45.577Z | Downloaded errno v0.3.14 |
| 353 | 2026-09-11T20:09:45.577Z | Downloaded anyhow v1.0.104 |
| 354 | 2026-09-11T20:09:45.580Z | Downloaded bitflags v2.11.0 |
| 355 | 2026-09-11T20:09:45.583Z | Downloaded thiserror-impl v1.0.69 |
| 356 | 2026-09-11T20:09:45.583Z | Downloaded serde_tokenstream v0.2.3 |
| 357 | 2026-09-11T20:09:45.586Z | Downloaded toml_write v0.1.2 |
| 358 | 2026-09-11T20:09:45.586Z | Downloaded thiserror v1.0.69 |
| 359 | 2026-09-11T20:09:45.590Z | Downloaded thiserror v2.0.18 |
| 360 | 2026-09-11T20:09:45.593Z | Downloaded cargo_toml v0.21.0 |
| 361 | 2026-09-11T20:09:45.593Z | Downloaded proc-macro-error v1.0.4 |
| 362 | 2026-09-11T20:09:45.596Z | Downloaded sha2 v0.10.9 |
| 363 | 2026-09-11T20:09:45.596Z | Downloaded terminal_size v0.4.3 |
| 364 | 2026-09-11T20:09:45.596Z | Downloaded quote v1.0.45 |
| 365 | 2026-09-11T20:09:45.601Z | Downloaded fs-err v3.3.0 |
| 366 | 2026-09-11T20:09:45.607Z | Downloaded cargo_metadata v0.23.1 |
| 367 | 2026-09-11T20:09:45.611Z | Downloaded toml v0.8.23 |
| 368 | 2026-09-11T20:09:45.614Z | Downloaded usdt-impl v0.5.0 |
| 369 | 2026-09-11T20:09:45.617Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2026-09-11T20:09:45.617Z | Downloaded clap_derive v4.6.1 |
| 371 | 2026-09-11T20:09:45.617Z | Downloaded pest_generator v2.8.6 |
| 372 | 2026-09-11T20:09:45.619Z | Downloaded digest v0.10.7 |
| 373 | 2026-09-11T20:09:45.622Z | Downloaded thiserror-impl v2.0.18 |
| 374 | 2026-09-11T20:09:45.625Z | Downloaded semver v1.0.28 |
| 375 | 2026-09-11T20:09:45.629Z | Downloaded zerocopy-derive v0.7.35 |
| 376 | 2026-09-11T20:09:45.632Z | Downloaded byteorder v1.5.0 |
| 377 | 2026-09-11T20:09:45.635Z | Downloaded getrandom v0.3.4 |
| 378 | 2026-09-11T20:09:45.635Z | Downloaded tempfile v3.27.0 |
| 379 | 2026-09-11T20:09:45.639Z | Downloaded unicode-ident v1.0.24 |
| 380 | 2026-09-11T20:09:45.645Z | Downloaded textwrap v0.16.2 |
| 381 | 2026-09-11T20:09:45.648Z | Downloaded serde_core v1.0.228 |
| 382 | 2026-09-11T20:09:45.658Z | Downloaded papergrid v0.11.0 |
| 383 | 2026-09-11T20:09:45.661Z | Downloaded clap v4.6.1 |
| 384 | 2026-09-11T20:09:45.665Z | Downloaded serde_derive v1.0.228 |
| 385 | 2026-09-11T20:09:45.667Z | Downloaded toml_edit v0.22.27 |
| 386 | 2026-09-11T20:09:45.675Z | Downloaded memchr v2.8.0 |
| 387 | 2026-09-11T20:09:45.678Z | Downloaded pest_meta v2.8.6 |
| 388 | 2026-09-11T20:09:45.681Z | Downloaded serde v1.0.228 |
| 389 | 2026-09-11T20:09:45.690Z | Downloaded typenum v1.20.1 |
| 390 | 2026-09-11T20:09:45.708Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-09-11T20:09:45.714Z | Downloaded pest v2.8.6 |
| 392 | 2026-09-11T20:09:45.737Z | Downloaded serde_json v1.0.151 |
| 393 | 2026-09-11T20:09:45.741Z | Downloaded winnow v0.7.14 |
| 394 | 2026-09-11T20:09:45.752Z | Downloaded goblin v0.8.2 |
| 395 | 2026-09-11T20:09:45.760Z | Downloaded tabled v0.15.0 |
| 396 | 2026-09-11T20:09:45.768Z | Downloaded syn v1.0.109 |
| 397 | 2026-09-11T20:09:45.779Z | Downloaded syn v2.0.117 |
| 398 | 2026-09-11T20:09:45.785Z | Downloaded unicode-width v0.1.14 |
| 399 | 2026-09-11T20:09:45.789Z | Downloaded unicode-width v0.2.0 |
| 400 | 2026-09-11T20:09:45.792Z | Downloaded rustix v1.1.4 |
| 401 | 2026-09-11T20:09:45.814Z | Downloaded libc v0.2.185 |
| 402 | 2026-09-11T20:09:45.875Z | Compiling proc-macro2 v1.0.106 |
| 403 | 2026-09-11T20:09:45.875Z | Compiling unicode-ident v1.0.24 |
| 404 | 2026-09-11T20:09:45.875Z | Compiling quote v1.0.45 |
| 405 | 2026-09-11T20:09:45.878Z | Compiling serde_core v1.0.228 |
| 406 | 2026-09-11T20:09:45.878Z | Compiling libc v0.2.185 |
| 407 | 2026-09-11T20:09:45.878Z | Compiling version_check v0.9.5 |
| 408 | 2026-09-11T20:09:45.879Z | Compiling memchr v2.8.0 |
| 409 | 2026-09-11T20:09:45.879Z | Compiling serde v1.0.228 |
| 410 | 2026-09-11T20:09:46.216Z | Compiling zmij v1.0.21 |
| 411 | 2026-09-11T20:09:46.537Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-09-11T20:09:46.537Z | Compiling itoa v1.0.17 |
| 413 | 2026-09-11T20:09:46.665Z | Compiling thiserror v1.0.69 |
| 414 | 2026-09-11T20:09:46.729Z | Compiling pest v2.8.6 |
| 415 | 2026-09-11T20:09:46.842Z | Compiling rustix v1.1.4 |
| 416 | 2026-09-11T20:09:46.977Z | Compiling byteorder v1.5.0 |
| 417 | 2026-09-11T20:09:47.177Z | Compiling errno v0.3.14 |
| 418 | 2026-09-11T20:09:47.317Z | Compiling serde_json v1.0.151 |
| 419 | 2026-09-11T20:09:47.348Z | Compiling bitflags v2.11.0 |
| 420 | 2026-09-11T20:09:47.456Z | Compiling syn v2.0.117 |
| 421 | 2026-09-11T20:09:47.552Z | Compiling thread-id v4.2.2 |
| 422 | 2026-09-11T20:09:47.576Z | Compiling usdt-impl v0.5.0 |
| 423 | 2026-09-11T20:09:47.637Z | Compiling proc-macro-error-attr v1.0.4 |
| 424 | 2026-09-11T20:09:47.729Z | Compiling syn v1.0.109 |
| 425 | 2026-09-11T20:09:47.813Z | Compiling camino v1.2.5 |
| 426 | 2026-09-11T20:09:47.842Z | Compiling pest_meta v2.8.6 |
| 427 | 2026-09-11T20:09:48.109Z | Compiling proc-macro-error v1.0.4 |
| 428 | 2026-09-11T20:09:48.190Z | Compiling log v0.4.33 |
| 429 | 2026-09-11T20:09:48.194Z | Compiling getrandom v0.3.4 |
| 430 | 2026-09-11T20:09:48.308Z | Compiling utf8parse v0.2.2 |
| 431 | 2026-09-11T20:09:48.429Z | Compiling hashbrown v0.17.0 |
| 432 | 2026-09-11T20:09:48.630Z | Compiling equivalent v1.0.2 |
| 433 | 2026-09-11T20:09:48.647Z | Compiling plain v0.2.3 |
| 434 | 2026-09-11T20:09:48.729Z | Compiling anstyle-parse v1.0.0 |
| 435 | 2026-09-11T20:09:48.854Z | Compiling terminal_size v0.4.3 |
| 436 | 2026-09-11T20:09:48.909Z | Compiling indexmap v2.14.0 |
| 437 | 2026-09-11T20:09:49.367Z | Compiling pretty-hex v0.4.1 |
| 438 | 2026-09-11T20:09:49.388Z | Compiling colorchoice v1.0.4 |
| 439 | 2026-09-11T20:09:49.461Z | Compiling is_terminal_polyfill v1.70.2 |
| 440 | 2026-09-11T20:09:49.507Z | Compiling winnow v0.7.14 |
| 441 | 2026-09-11T20:09:49.510Z | Compiling toml_write v0.1.2 |
| 442 | 2026-09-11T20:09:49.539Z | Compiling cfg-if v1.0.4 |
| 443 | 2026-09-11T20:09:49.542Z | Compiling anstyle v1.0.14 |
| 444 | 2026-09-11T20:09:49.554Z | Compiling anstyle-query v1.1.5 |
| 445 | 2026-09-11T20:09:49.584Z | Compiling thiserror v2.0.18 |
| 446 | 2026-09-11T20:09:49.611Z | Compiling autocfg v1.5.0 |
| 447 | 2026-09-11T20:09:49.714Z | Compiling pest_generator v2.8.6 |
| 448 | 2026-09-11T20:09:49.773Z | Compiling anstream v1.0.0 |
| 449 | 2026-09-11T20:09:49.961Z | Compiling fnv v1.0.7 |
| 450 | 2026-09-11T20:09:50.040Z | Compiling fs-err v3.3.0 |
| 451 | 2026-09-11T20:09:50.067Z | Compiling bytecount v0.6.9 |
| 452 | 2026-09-11T20:09:50.126Z | Compiling fastrand v2.3.0 |
| 453 | 2026-09-11T20:09:50.213Z | Compiling anyhow v1.0.104 |
| 454 | 2026-09-11T20:09:50.280Z | Compiling heck v0.5.0 |
| 455 | 2026-09-11T20:09:50.462Z | Compiling strsim v0.11.1 |
| 456 | 2026-09-11T20:09:50.462Z | Compiling clap_lex v1.0.0 |
| 457 | 2026-09-11T20:09:50.548Z | Compiling once_cell v1.21.3 |
| 458 | 2026-09-11T20:09:50.548Z | Compiling unicode-width v0.1.14 |
| 459 | 2026-09-11T20:09:50.655Z | Compiling heck v0.4.1 |
| 460 | 2026-09-11T20:09:50.743Z | Compiling tempfile v3.27.0 |
| 461 | 2026-09-11T20:09:50.743Z | Compiling clap_builder v4.6.0 |
| 462 | 2026-09-11T20:09:50.807Z | Compiling papergrid v0.11.0 |
| 463 | 2026-09-11T20:09:50.906Z | Compiling cargo-platform v0.3.2 |
| 464 | 2026-09-11T20:09:51.036Z | Compiling semver v1.0.28 |
| 465 | 2026-09-11T20:09:51.085Z | Compiling memmap v0.7.0 |
| 466 | 2026-09-11T20:09:51.085Z | Compiling tabled_derive v0.7.0 |
| 467 | 2026-09-11T20:09:51.086Z | Compiling unicode-width v0.2.0 |
| 468 | 2026-09-11T20:09:51.162Z | Compiling unicode-linebreak v0.1.5 |
| 469 | 2026-09-11T20:09:51.169Z | Compiling smawk v0.3.2 |
| 470 | 2026-09-11T20:09:51.344Z | Compiling camino-tempfile v1.4.1 |
| 471 | 2026-09-11T20:09:51.420Z | Compiling serde_derive v1.0.228 |
| 472 | 2026-09-11T20:09:51.452Z | Compiling thiserror-impl v1.0.69 |
| 473 | 2026-09-11T20:09:51.549Z | Compiling zerocopy-derive v0.7.35 |
| 474 | 2026-09-11T20:09:51.570Z | Compiling pest_derive v2.8.6 |
| 475 | 2026-09-11T20:09:51.632Z | Compiling scroll_derive v0.12.1 |
| 476 | 2026-09-11T20:09:51.929Z | Compiling thiserror-impl v2.0.18 |
| 477 | 2026-09-11T20:09:52.027Z | Compiling clap_derive v4.6.1 |
| 478 | 2026-09-11T20:09:52.158Z | Compiling tabled v0.15.0 |
| 479 | 2026-09-11T20:09:52.366Z | Compiling scroll v0.12.0 |
| 480 | 2026-09-11T20:09:52.440Z | Compiling zerocopy v0.7.35 |
| 481 | 2026-09-11T20:09:52.645Z | Compiling goblin v0.8.2 |
| 482 | 2026-09-11T20:09:52.830Z | Compiling dtrace-parser v0.2.0 |
| 483 | 2026-09-11T20:09:53.015Z | Compiling textwrap v0.16.2 |
| 484 | 2026-09-11T20:09:53.496Z | Compiling swrite v0.1.0 |
| 485 | 2026-09-11T20:09:53.858Z | Compiling clap v4.6.1 |
| 486 | 2026-09-11T20:09:54.456Z | Compiling toml_datetime v0.6.11 |
| 487 | 2026-09-11T20:09:54.456Z | Compiling serde_spanned v0.6.9 |
| 488 | 2026-09-11T20:09:54.456Z | Compiling macaddr v1.0.1 |
| 489 | 2026-09-11T20:09:54.461Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 490 | 2026-09-11T20:09:54.461Z | Compiling cargo_metadata v0.23.1 |
| 491 | 2026-09-11T20:09:54.535Z | Compiling dof v0.3.0 |
| 492 | 2026-09-11T20:09:54.551Z | Compiling serde_tokenstream v0.2.3 |
| 493 | 2026-09-11T20:09:54.665Z | Compiling toml_edit v0.22.27 |
| 494 | 2026-09-11T20:09:55.283Z | Compiling usdt-attr-macro v0.5.0 |
| 495 | 2026-09-11T20:09:55.283Z | Compiling usdt-macro v0.5.0 |
| 496 | 2026-09-11T20:09:55.905Z | Compiling usdt v0.5.0 |
| 497 | 2026-09-11T20:09:56.013Z | Compiling toml v0.8.23 |
| 498 | 2026-09-11T20:09:56.348Z | Compiling cargo_toml v0.21.0 |
| 499 | 2026-09-11T20:09:57.628Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 500 | 2026-09-11T20:09:59.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.28s |
| 501 | 2026-09-11T20:09:59.890Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 502 | 2026-09-11T20:10:00.406Z | Downloading crates ... |
| 503 | 2026-09-11T20:10:00.469Z | Downloaded backtrace v0.3.76 |
| 504 | 2026-09-11T20:10:00.482Z | Downloaded async-stream-impl v0.3.6 |
| 505 | 2026-09-11T20:10:00.485Z | Downloaded aes-gcm v0.11.0 |
| 506 | 2026-09-11T20:10:00.485Z | Downloaded const-oid v0.10.2 |
| 507 | 2026-09-11T20:10:00.488Z | Downloaded float-ord v0.3.2 |
| 508 | 2026-09-11T20:10:00.488Z | Downloaded futures-macro v0.3.32 |
| 509 | 2026-09-11T20:10:00.488Z | Downloaded foreign-types-shared v0.3.1 |
| 510 | 2026-09-11T20:10:00.488Z | Downloaded futures-io v0.3.32 |
| 511 | 2026-09-11T20:10:00.488Z | Downloaded addr2line v0.25.1 |
| 512 | 2026-09-11T20:10:00.492Z | Downloaded fd-lock v4.0.4 |
| 513 | 2026-09-11T20:10:00.492Z | Downloaded endian-type v0.1.2 |
| 514 | 2026-09-11T20:10:00.492Z | Downloaded foreign-types-macros v0.2.3 |
| 515 | 2026-09-11T20:10:00.492Z | Downloaded enum-as-inner v0.6.1 |
| 516 | 2026-09-11T20:10:00.495Z | Downloaded futures-core v0.3.32 |
| 517 | 2026-09-11T20:10:00.495Z | Downloaded arrayref v0.3.9 |
| 518 | 2026-09-11T20:10:00.498Z | Downloaded foldhash v0.1.5 |
| 519 | 2026-09-11T20:10:00.498Z | Downloaded generic-array v1.4.3 |
| 520 | 2026-09-11T20:10:00.501Z | Downloaded bb8 v0.8.6 |
| 521 | 2026-09-11T20:10:00.501Z | Downloaded blake3 v1.8.5 |
| 522 | 2026-09-11T20:10:00.505Z | Downloaded async-stream v0.3.6 |
| 523 | 2026-09-11T20:10:00.509Z | Downloaded argon2 v0.5.3 |
| 524 | 2026-09-11T20:10:00.509Z | Downloaded find-msvc-tools v0.1.9 |
| 525 | 2026-09-11T20:10:00.509Z | Downloaded ff v0.14.0 |
| 526 | 2026-09-11T20:10:00.509Z | Downloaded futures-channel v0.3.32 |
| 527 | 2026-09-11T20:10:00.514Z | Downloaded arrayvec v0.7.6 |
| 528 | 2026-09-11T20:10:00.514Z | Downloaded allocator-api2 v0.2.21 |
| 529 | 2026-09-11T20:10:00.514Z | Downloaded foreign-types v0.5.0 |
| 530 | 2026-09-11T20:10:00.514Z | Downloaded array-init v0.0.4 |
| 531 | 2026-09-11T20:10:00.514Z | Downloaded ascii-canvas v3.0.0 |
| 532 | 2026-09-11T20:10:00.514Z | Downloaded assert_matches v1.5.0 |
| 533 | 2026-09-11T20:10:00.562Z | Downloaded futures v0.3.32 |
| 534 | 2026-09-11T20:10:00.562Z | Downloaded foldhash v0.2.0 |
| 535 | 2026-09-11T20:10:00.562Z | Downloaded futures-task v0.3.32 |
| 536 | 2026-09-11T20:10:00.562Z | Downloaded anstream v0.6.21 |
| 537 | 2026-09-11T20:10:00.562Z | Downloaded env_filter v2.0.0 |
| 538 | 2026-09-11T20:10:00.562Z | Downloaded embedded-io v0.6.1 |
| 539 | 2026-09-11T20:10:00.572Z | Downloaded async-compression v0.4.41 |
| 540 | 2026-09-11T20:10:00.572Z | Downloaded erased-serde v0.3.31 |
| 541 | 2026-09-11T20:10:00.572Z | Downloaded filetime v0.2.27 |
| 542 | 2026-09-11T20:10:00.572Z | Downloaded futures-sink v0.3.32 |
| 543 | 2026-09-11T20:10:00.572Z | Downloaded flagset v0.4.7 |
| 544 | 2026-09-11T20:10:00.572Z | Downloaded foreign-types v0.3.2 |
| 545 | 2026-09-11T20:10:00.572Z | Downloaded foreign-types-shared v0.1.1 |
| 546 | 2026-09-11T20:10:00.572Z | Downloaded fxhash v0.2.1 |
| 547 | 2026-09-11T20:10:00.572Z | Downloaded funty v2.0.0 |
| 548 | 2026-09-11T20:10:00.572Z | Downloaded gethostname v0.5.0 |
| 549 | 2026-09-11T20:10:00.572Z | Downloaded bit-set v0.5.3 |
| 550 | 2026-09-11T20:10:00.572Z | Downloaded embedded-io v0.4.0 |
| 551 | 2026-09-11T20:10:00.573Z | Downloaded form_urlencoded v1.2.2 |
| 552 | 2026-09-11T20:10:00.573Z | Downloaded fixedbitset v0.4.2 |
| 553 | 2026-09-11T20:10:00.573Z | Downloaded async-recursion v1.1.1 |
| 554 | 2026-09-11T20:10:00.573Z | Downloaded bitfield-struct v0.6.2 |
| 555 | 2026-09-11T20:10:00.573Z | Downloaded cobs v0.3.0 |
| 556 | 2026-09-11T20:10:00.573Z | Downloaded elliptic-curve v0.14.1 |
| 557 | 2026-09-11T20:10:00.573Z | Downloaded fs_extra v1.3.0 |
| 558 | 2026-09-11T20:10:00.573Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 559 | 2026-09-11T20:10:00.573Z | Downloaded headers-core v0.3.0 |
| 560 | 2026-09-11T20:10:00.573Z | Downloaded adler2 v2.0.1 |
| 561 | 2026-09-11T20:10:00.573Z | Downloaded block-padding v0.4.2 |
| 562 | 2026-09-11T20:10:00.573Z | Downloaded atty v0.2.14 |
| 563 | 2026-09-11T20:10:00.573Z | Downloaded git-stub v1.0.0 |
| 564 | 2026-09-11T20:10:00.573Z | Downloaded fatfs v0.3.6 |
| 565 | 2026-09-11T20:10:00.573Z | Downloaded float-cmp v0.10.0 |
| 566 | 2026-09-11T20:10:00.573Z | Downloaded fs-err v2.11.0 |
| 567 | 2026-09-11T20:10:00.573Z | Downloaded enum_dispatch v0.3.13 |
| 568 | 2026-09-11T20:10:00.573Z | Downloaded futures-executor v0.3.32 |
| 569 | 2026-09-11T20:10:00.573Z | Downloaded atomicwrites v0.4.4 |
| 570 | 2026-09-11T20:10:00.573Z | Downloaded block-buffer v0.12.1 |
| 571 | 2026-09-11T20:10:00.573Z | Downloaded hash32 v0.2.1 |
| 572 | 2026-09-11T20:10:00.573Z | Downloaded backtrace-ext v0.2.1 |
| 573 | 2026-09-11T20:10:00.573Z | Downloaded ghash v0.6.0 |
| 574 | 2026-09-11T20:10:00.573Z | Downloaded http-body v1.0.1 |
| 575 | 2026-09-11T20:10:00.573Z | Downloaded cassowary v0.3.0 |
| 576 | 2026-09-11T20:10:00.573Z | Downloaded aead v0.6.1 |
| 577 | 2026-09-11T20:10:00.573Z | Downloaded anstyle-parse v0.2.7 |
| 578 | 2026-09-11T20:10:00.573Z | Downloaded atomic-waker v1.1.2 |
| 579 | 2026-09-11T20:10:00.573Z | Downloaded compression-core v0.4.31 |
| 580 | 2026-09-11T20:10:00.573Z | Downloaded cfg_aliases v0.1.1 |
| 581 | 2026-09-11T20:10:00.573Z | Downloaded aead v0.5.2 |
| 582 | 2026-09-11T20:10:00.573Z | Downloaded globwalk v0.9.1 |
| 583 | 2026-09-11T20:10:00.573Z | Downloaded hostname v0.3.1 |
| 584 | 2026-09-11T20:10:00.577Z | Downloaded bitfield-macros v0.19.4 |
| 585 | 2026-09-11T20:10:00.577Z | Downloaded hash32 v0.3.1 |
| 586 | 2026-09-11T20:10:00.577Z | Downloaded httpdate v1.0.3 |
| 587 | 2026-09-11T20:10:00.577Z | Downloaded hubpack v0.1.2 |
| 588 | 2026-09-11T20:10:00.577Z | Downloaded hex-literal v1.1.0 |
| 589 | 2026-09-11T20:10:00.577Z | Downloaded bit-set v0.8.0 |
| 590 | 2026-09-11T20:10:00.577Z | Downloaded base16ct v0.2.0 |
| 591 | 2026-09-11T20:10:00.577Z | Downloaded base16ct v1.0.0 |
| 592 | 2026-09-11T20:10:00.577Z | Downloaded bit-vec v0.8.0 |
| 593 | 2026-09-11T20:10:00.577Z | Downloaded bitfield v0.19.4 |
| 594 | 2026-09-11T20:10:00.577Z | Downloaded castaway v0.2.4 |
| 595 | 2026-09-11T20:10:00.580Z | Downloaded hostname v0.4.2 |
| 596 | 2026-09-11T20:10:00.580Z | Downloaded ciborium-io v0.2.2 |
| 597 | 2026-09-11T20:10:00.580Z | Downloaded cipher v0.4.4 |
| 598 | 2026-09-11T20:10:00.583Z | Downloaded cbc v0.2.1 |
| 599 | 2026-09-11T20:10:00.583Z | Downloaded home v0.5.12 |
| 600 | 2026-09-11T20:10:00.583Z | Downloaded http-range v0.1.5 |
| 601 | 2026-09-11T20:10:00.587Z | Downloaded nodrop v0.1.14 |
| 602 | 2026-09-11T20:10:00.587Z | Downloaded bcs v0.1.6 |
| 603 | 2026-09-11T20:10:00.590Z | Downloaded camino-tempfile-ext v0.3.3 |
| 604 | 2026-09-11T20:10:00.590Z | Downloaded bit-vec v0.6.3 |
| 605 | 2026-09-11T20:10:00.590Z | Downloaded chacha20 v0.9.1 |
| 606 | 2026-09-11T20:10:00.590Z | Downloaded hubpack_derive v0.1.1 |
| 607 | 2026-09-11T20:10:00.593Z | Downloaded cfg_aliases v0.2.1 |
| 608 | 2026-09-11T20:10:00.596Z | Downloaded normalize-line-endings v0.3.0 |
| 609 | 2026-09-11T20:10:00.601Z | Downloaded parse-size v1.1.0 |
| 610 | 2026-09-11T20:10:00.601Z | Downloaded progenitor-client v0.14.0 |
| 611 | 2026-09-11T20:10:00.604Z | Downloaded recursive v0.1.1 |
| 612 | 2026-09-11T20:10:00.604Z | Downloaded bs58 v0.5.1 |
| 613 | 2026-09-11T20:10:00.605Z | Downloaded hex v0.4.3 |
| 614 | 2026-09-11T20:10:00.605Z | Downloaded http-body-util v0.1.3 |
| 615 | 2026-09-11T20:10:00.605Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 616 | 2026-09-11T20:10:00.608Z | Downloaded ena v0.14.4 |
| 617 | 2026-09-11T20:10:00.608Z | Downloaded fallible-iterator v0.2.0 |
| 618 | 2026-09-11T20:10:00.608Z | Downloaded bitflags v1.3.2 |
| 619 | 2026-09-11T20:10:00.608Z | Downloaded globset v0.4.18 |
| 620 | 2026-09-11T20:10:00.611Z | Downloaded cipher v0.5.2 |
| 621 | 2026-09-11T20:10:00.611Z | Downloaded nibble_vec v0.1.0 |
| 622 | 2026-09-11T20:10:00.611Z | Downloaded blowfish v0.10.0 |
| 623 | 2026-09-11T20:10:00.611Z | Downloaded russh-util v0.52.0 |
| 624 | 2026-09-11T20:10:00.611Z | Downloaded env_logger v0.11.11 |
| 625 | 2026-09-11T20:10:00.614Z | Downloaded async-bb8-diesel v0.2.1 |
| 626 | 2026-09-11T20:10:00.614Z | Downloaded fixedbitset v0.5.7 |
| 627 | 2026-09-11T20:10:00.617Z | Downloaded glob v0.3.3 |
| 628 | 2026-09-11T20:10:00.617Z | Downloaded colored v2.2.0 |
| 629 | 2026-09-11T20:10:00.617Z | Downloaded argon2 v0.6.0-rc.8 |
| 630 | 2026-09-11T20:10:00.620Z | Downloaded base64ct v1.8.3 |
| 631 | 2026-09-11T20:10:00.620Z | Downloaded const-oid v0.9.6 |
| 632 | 2026-09-11T20:10:00.620Z | Downloaded blake2 v0.10.6 |
| 633 | 2026-09-11T20:10:00.624Z | Downloaded bzip2 v0.4.4 |
| 634 | 2026-09-11T20:10:00.624Z | Downloaded chacha20 v0.10.0 |
| 635 | 2026-09-11T20:10:00.624Z | Downloaded console v0.16.2 |
| 636 | 2026-09-11T20:10:00.630Z | Downloaded group v0.14.0 |
| 637 | 2026-09-11T20:10:00.630Z | Downloaded backon v1.6.0 |
| 638 | 2026-09-11T20:10:00.630Z | Downloaded cexpr v0.6.0 |
| 639 | 2026-09-11T20:10:00.630Z | Downloaded rand_chacha v0.3.1 |
| 640 | 2026-09-11T20:10:00.632Z | Downloaded ahash v0.8.12 |
| 641 | 2026-09-11T20:10:00.633Z | Downloaded packed_struct_codegen v0.10.1 |
| 642 | 2026-09-11T20:10:00.633Z | Downloaded rustc_version v0.4.1 |
| 643 | 2026-09-11T20:10:00.633Z | Downloaded ciborium-ll v0.2.2 |
| 644 | 2026-09-11T20:10:00.633Z | Downloaded path-slash v0.1.5 |
| 645 | 2026-09-11T20:10:00.633Z | Downloaded scroll_derive v0.13.1 |
| 646 | 2026-09-11T20:10:00.633Z | Downloaded precomputed-hash v0.1.1 |
| 647 | 2026-09-11T20:10:00.633Z | Downloaded port-file v0.1.0 |
| 648 | 2026-09-11T20:10:00.633Z | Downloaded ff v0.13.1 |
| 649 | 2026-09-11T20:10:00.637Z | Downloaded headers v0.4.1 |
| 650 | 2026-09-11T20:10:00.640Z | Downloaded shell-words v1.1.1 |
| 651 | 2026-09-11T20:10:00.640Z | Downloaded slog-envlogger v2.2.0 |
| 652 | 2026-09-11T20:10:00.644Z | Downloaded ciborium v0.2.2 |
| 653 | 2026-09-11T20:10:00.647Z | Downloaded clang-sys v1.8.1 |
| 654 | 2026-09-11T20:10:00.647Z | Downloaded compression-codecs v0.4.37 |
| 655 | 2026-09-11T20:10:00.650Z | Downloaded bzip2 v0.6.1 |
| 656 | 2026-09-11T20:10:00.653Z | Downloaded num-complex v0.4.6 |
| 657 | 2026-09-11T20:10:00.653Z | Downloaded num_enum v0.7.6 |
| 658 | 2026-09-11T20:10:00.656Z | Downloaded cancel-safe-futures v0.1.5 |
| 659 | 2026-09-11T20:10:00.656Z | Downloaded newline-converter v0.3.0 |
| 660 | 2026-09-11T20:10:00.656Z | Downloaded psl-types v2.0.11 |
| 661 | 2026-09-11T20:10:00.659Z | Downloaded predicates-tree v1.0.13 |
| 662 | 2026-09-11T20:10:00.659Z | Downloaded num_enum v0.5.11 |
| 663 | 2026-09-11T20:10:00.662Z | Downloaded chumsky v0.9.3 |
| 664 | 2026-09-11T20:10:00.662Z | Downloaded oxide-update-engine-display v0.1.2 |
| 665 | 2026-09-11T20:10:00.662Z | Downloaded parking_lot_core v0.8.6 |
| 666 | 2026-09-11T20:10:00.665Z | Downloaded pin-project-lite v0.2.17 |
| 667 | 2026-09-11T20:10:00.667Z | Downloaded static_assertions v1.1.0 |
| 668 | 2026-09-11T20:10:00.667Z | Downloaded phf v0.13.1 |
| 669 | 2026-09-11T20:10:00.667Z | Downloaded seq-macro v0.3.6 |
| 670 | 2026-09-11T20:10:00.671Z | Downloaded serde_repr v0.1.20 |
| 671 | 2026-09-11T20:10:00.671Z | Downloaded strip-ansi-escapes v0.2.1 |
| 672 | 2026-09-11T20:10:00.671Z | Downloaded supports-unicode v3.0.0 |
| 673 | 2026-09-11T20:10:00.671Z | Downloaded thread-id v5.1.0 |
| 674 | 2026-09-11T20:10:00.671Z | Downloaded tabwriter v1.4.1 |
| 675 | 2026-09-11T20:10:00.674Z | Downloaded serde_spanned v1.1.1 |
| 676 | 2026-09-11T20:10:00.674Z | Downloaded ar_archive_writer v0.5.1 |
| 677 | 2026-09-11T20:10:00.679Z | Downloaded paste v1.0.15 |
| 678 | 2026-09-11T20:10:00.679Z | Downloaded byte-wrapper v0.1.0 |
| 679 | 2026-09-11T20:10:00.682Z | Downloaded highway v1.3.0 |
| 680 | 2026-09-11T20:10:00.682Z | Downloaded group v0.13.0 |
| 681 | 2026-09-11T20:10:00.682Z | Downloaded getrandom v0.2.17 |
| 682 | 2026-09-11T20:10:00.682Z | Downloaded cmake v0.1.57 |
| 683 | 2026-09-11T20:10:00.682Z | Downloaded stringprep v0.1.5 |
| 684 | 2026-09-11T20:10:00.682Z | Downloaded async-trait v0.1.89 |
| 685 | 2026-09-11T20:10:00.686Z | Downloaded progenitor-client v0.13.0 |
| 686 | 2026-09-11T20:10:00.686Z | Downloaded quick-error v1.2.3 |
| 687 | 2026-09-11T20:10:00.689Z | Downloaded scrypt v0.12.0 |
| 688 | 2026-09-11T20:10:00.689Z | Downloaded cmov v0.5.4 |
| 689 | 2026-09-11T20:10:00.692Z | Downloaded console v0.15.11 |
| 690 | 2026-09-11T20:10:00.692Z | Downloaded hmac v0.12.1 |
| 691 | 2026-09-11T20:10:00.692Z | Downloaded hmac v0.13.0 |
| 692 | 2026-09-11T20:10:00.695Z | Downloaded untrusted v0.7.1 |
| 693 | 2026-09-11T20:10:00.698Z | Downloaded tower-service v0.3.3 |
| 694 | 2026-09-11T20:10:00.698Z | Downloaded zeroize_derive v1.5.0 |
| 695 | 2026-09-11T20:10:00.698Z | Downloaded serdect v0.4.3 |
| 696 | 2026-09-11T20:10:00.704Z | Downloaded shlex v1.3.0 |
| 697 | 2026-09-11T20:10:00.708Z | Downloaded usdt-attr-macro v0.6.0 |
| 698 | 2026-09-11T20:10:00.710Z | Downloaded crucible-workspace-hack v0.1.0 |
| 699 | 2026-09-11T20:10:00.710Z | Downloaded void v1.0.2 |
| 700 | 2026-09-11T20:10:00.714Z | Downloaded zerofrom v0.1.6 |
| 701 | 2026-09-11T20:10:00.714Z | Downloaded derive_builder_macro v0.20.2 |
| 702 | 2026-09-11T20:10:00.714Z | Downloaded arc-swap v1.8.2 |
| 703 | 2026-09-11T20:10:00.714Z | Downloaded pem v3.0.6 |
| 704 | 2026-09-11T20:10:00.714Z | Downloaded smallvec v0.6.14 |
| 705 | 2026-09-11T20:10:00.714Z | Downloaded blake2 v0.11.0-rc.6 |
| 706 | 2026-09-11T20:10:00.717Z | Downloaded crc8 v0.1.1 |
| 707 | 2026-09-11T20:10:00.717Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 708 | 2026-09-11T20:10:00.717Z | Downloaded dof v0.4.0 |
| 709 | 2026-09-11T20:10:00.717Z | Downloaded convert_case v0.4.0 |
| 710 | 2026-09-11T20:10:00.720Z | Downloaded strum_macros v0.27.2 |
| 711 | 2026-09-11T20:10:00.720Z | Downloaded slab v0.4.12 |
| 712 | 2026-09-11T20:10:00.720Z | Downloaded sqlformat v0.3.5 |
| 713 | 2026-09-11T20:10:00.726Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 714 | 2026-09-11T20:10:00.732Z | Downloaded defmt-parser v1.0.0 |
| 715 | 2026-09-11T20:10:00.732Z | Downloaded git-stub-vcs v0.1.0 |
| 716 | 2026-09-11T20:10:00.737Z | Downloaded postgres-types v0.2.14 |
| 717 | 2026-09-11T20:10:00.737Z | Downloaded backoff v0.4.0 |
| 718 | 2026-09-11T20:10:00.737Z | Downloaded thiserror-no-std v2.0.2 |
| 719 | 2026-09-11T20:10:00.740Z | Downloaded pin-project-internal v1.1.11 |
| 720 | 2026-09-11T20:10:00.740Z | Downloaded spin v0.9.8 |
| 721 | 2026-09-11T20:10:00.741Z | Downloaded thread_local v1.1.9 |
| 722 | 2026-09-11T20:10:00.741Z | Downloaded crunchy v0.2.4 |
| 723 | 2026-09-11T20:10:00.741Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 724 | 2026-09-11T20:10:00.745Z | Downloaded is_ci v1.2.0 |
| 725 | 2026-09-11T20:10:00.749Z | Downloaded half v2.7.1 |
| 726 | 2026-09-11T20:10:00.749Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 727 | 2026-09-11T20:10:00.749Z | Downloaded colored v3.1.1 |
| 728 | 2026-09-11T20:10:00.752Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 729 | 2026-09-11T20:10:00.752Z | Downloaded bytes v1.11.1 |
| 730 | 2026-09-11T20:10:00.758Z | Downloaded debug-ignore v1.0.5 |
| 731 | 2026-09-11T20:10:00.758Z | Downloaded httparse v1.10.1 |
| 732 | 2026-09-11T20:10:00.758Z | Downloaded getrandom v0.4.3 |
| 733 | 2026-09-11T20:10:00.758Z | Downloaded half v1.8.3 |
| 734 | 2026-09-11T20:10:00.762Z | Downloaded libscf-sys v1.2.0 |
| 735 | 2026-09-11T20:10:00.762Z | Downloaded delegate v0.13.5 |
| 736 | 2026-09-11T20:10:00.767Z | Downloaded vergen-lib v9.1.0 |
| 737 | 2026-09-11T20:10:00.767Z | Downloaded match_cfg v0.1.0 |
| 738 | 2026-09-11T20:10:00.767Z | Downloaded num-iter v0.1.45 |
| 739 | 2026-09-11T20:10:00.767Z | Downloaded openssl-macros v0.1.1 |
| 740 | 2026-09-11T20:10:00.767Z | Downloaded nonempty v0.12.0 |
| 741 | 2026-09-11T20:10:00.769Z | Downloaded salsa20 v0.11.0 |
| 742 | 2026-09-11T20:10:00.772Z | Downloaded buf-list v1.1.2 |
| 743 | 2026-09-11T20:10:00.772Z | Downloaded rustversion v1.0.22 |
| 744 | 2026-09-11T20:10:00.776Z | Downloaded whoami v1.6.1 |
| 745 | 2026-09-11T20:10:00.776Z | Downloaded derive_builder_core v0.20.2 |
| 746 | 2026-09-11T20:10:00.776Z | Downloaded serde_cbor v0.11.2 |
| 747 | 2026-09-11T20:10:00.779Z | Downloaded defmt-macros v1.0.1 |
| 748 | 2026-09-11T20:10:00.779Z | Downloaded utf8_iter v1.0.4 |
| 749 | 2026-09-11T20:10:00.783Z | Downloaded convert_case v0.10.0 |
| 750 | 2026-09-11T20:10:00.786Z | Downloaded ed25519 v2.2.3 |
| 751 | 2026-09-11T20:10:00.786Z | Downloaded phf_shared v0.11.3 |
| 752 | 2026-09-11T20:10:00.786Z | Downloaded proc-macro-crate v1.3.1 |
| 753 | 2026-09-11T20:10:00.790Z | Downloaded progenitor-macro v0.13.0 |
| 754 | 2026-09-11T20:10:00.793Z | Downloaded csv-core v0.1.13 |
| 755 | 2026-09-11T20:10:00.793Z | Downloaded term v0.7.0 |
| 756 | 2026-09-11T20:10:00.797Z | Downloaded prefix-trie v0.7.0 |
| 757 | 2026-09-11T20:10:00.801Z | Downloaded proc-macro-crate v3.4.0 |
| 758 | 2026-09-11T20:10:00.809Z | Downloaded base64 v0.21.7 |
| 759 | 2026-09-11T20:10:00.813Z | Downloaded heapless v0.8.0 |
| 760 | 2026-09-11T20:10:00.816Z | Downloaded ingot-types v0.2.0 |
| 761 | 2026-09-11T20:10:00.819Z | Downloaded ipnet v2.12.0 |
| 762 | 2026-09-11T20:10:00.820Z | Downloaded rfc6979 v0.4.0 |
| 763 | 2026-09-11T20:10:00.824Z | Downloaded rustc-hash v2.1.1 |
| 764 | 2026-09-11T20:10:00.824Z | Downloaded cc v1.2.56 |
| 765 | 2026-09-11T20:10:00.827Z | Downloaded ref-cast v1.0.25 |
| 766 | 2026-09-11T20:10:00.827Z | Downloaded rtoolbox v0.0.3 |
| 767 | 2026-09-11T20:10:00.827Z | Downloaded serde_bytes v0.11.19 |
| 768 | 2026-09-11T20:10:00.830Z | Downloaded flate2 v1.1.9 |
| 769 | 2026-09-11T20:10:00.833Z | Downloaded num-rational v0.4.2 |
| 770 | 2026-09-11T20:10:00.833Z | Downloaded mime v0.3.17 |
| 771 | 2026-09-11T20:10:00.834Z | Downloaded lock_api v0.4.14 |
| 772 | 2026-09-11T20:10:00.837Z | Downloaded signature v3.0.0 |
| 773 | 2026-09-11T20:10:00.837Z | Downloaded siphasher v1.0.2 |
| 774 | 2026-09-11T20:10:00.837Z | Downloaded libefi-sys v0.1.0 |
| 775 | 2026-09-11T20:10:00.837Z | Downloaded libsw v3.5.0 |
| 776 | 2026-09-11T20:10:00.837Z | Downloaded chacha20poly1305 v0.10.1 |
| 777 | 2026-09-11T20:10:00.837Z | Downloaded tokio-tungstenite v0.21.0 |
| 778 | 2026-09-11T20:10:00.845Z | Downloaded module-lattice v0.2.3 |
| 779 | 2026-09-11T20:10:00.848Z | Downloaded signal-hook v0.3.18 |
| 780 | 2026-09-11T20:10:00.848Z | Downloaded yasna v0.5.2 |
| 781 | 2026-09-11T20:10:00.851Z | Downloaded subtle v2.6.1 |
| 782 | 2026-09-11T20:10:00.855Z | Downloaded pbkdf2 v0.13.0 |
| 783 | 2026-09-11T20:10:00.858Z | Downloaded pem-rfc7468 v0.7.0 |
| 784 | 2026-09-11T20:10:00.858Z | Downloaded hybrid-array v0.4.13 |
| 785 | 2026-09-11T20:10:00.858Z | Downloaded oxide-update-engine v0.1.2 |
| 786 | 2026-09-11T20:10:00.861Z | Downloaded take_mut v0.2.2 |
| 787 | 2026-09-11T20:10:00.865Z | Downloaded subprocess v0.2.15 |
| 788 | 2026-09-11T20:10:00.868Z | Downloaded serde_yaml v0.9.34+deprecated |
| 789 | 2026-09-11T20:10:00.868Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 790 | 2026-09-11T20:10:00.871Z | Downloaded oso v0.27.3 |
| 791 | 2026-09-11T20:10:00.876Z | Downloaded termtree v0.5.1 |
| 792 | 2026-09-11T20:10:00.876Z | Downloaded typify-macro v0.6.2 |
| 793 | 2026-09-11T20:10:00.882Z | Downloaded openssl-sys v0.9.117 |
| 794 | 2026-09-11T20:10:00.886Z | Downloaded pretty_assertions v1.4.1 |
| 795 | 2026-09-11T20:10:00.886Z | Downloaded rustls-native-certs v0.8.3 |
| 796 | 2026-09-11T20:10:00.886Z | Downloaded untrusted v0.9.0 |
| 797 | 2026-09-11T20:10:00.886Z | Downloaded usdt-macro v0.6.0 |
| 798 | 2026-09-11T20:10:00.886Z | Downloaded waitgroup v0.1.2 |
| 799 | 2026-09-11T20:10:00.886Z | Downloaded yoke-derive v0.8.1 |
| 800 | 2026-09-11T20:10:00.889Z | Downloaded bumpalo v3.20.2 |
| 801 | 2026-09-11T20:10:00.889Z | Downloaded flume v0.11.1 |
| 802 | 2026-09-11T20:10:00.892Z | Downloaded xattr v1.6.1 |
| 803 | 2026-09-11T20:10:00.892Z | Downloaded ingot-macros v0.2.0 |
| 804 | 2026-09-11T20:10:00.896Z | Downloaded rustls-pemfile v2.2.0 |
| 805 | 2026-09-11T20:10:00.901Z | Downloaded scroll v0.13.0 |
| 806 | 2026-09-11T20:10:00.901Z | Downloaded serde_tokenstream v0.3.0 |
| 807 | 2026-09-11T20:10:00.901Z | Downloaded crypto-common v0.2.2 |
| 808 | 2026-09-11T20:10:00.904Z | Downloaded expectorate v1.2.0 |
| 809 | 2026-09-11T20:10:00.904Z | Downloaded serde_with_macros v1.5.2 |
| 810 | 2026-09-11T20:10:00.904Z | Downloaded typify v0.6.2 |
| 811 | 2026-09-11T20:10:00.904Z | Downloaded crossbeam-utils v0.8.21 |
| 812 | 2026-09-11T20:10:00.907Z | Downloaded tungstenite v0.23.0 |
| 813 | 2026-09-11T20:10:00.907Z | Downloaded darling v0.20.11 |
| 814 | 2026-09-11T20:10:00.911Z | Downloaded litrs v1.0.0 |
| 815 | 2026-09-11T20:10:00.911Z | Downloaded memmap2 v0.9.10 |
| 816 | 2026-09-11T20:10:00.914Z | Downloaded cpufeatures v0.3.0 |
| 817 | 2026-09-11T20:10:00.914Z | Downloaded ml-kem v0.3.2 |
| 818 | 2026-09-11T20:10:00.914Z | Downloaded slog-dtrace v0.3.0 |
| 819 | 2026-09-11T20:10:00.914Z | Downloaded slog-term v2.9.2 |
| 820 | 2026-09-11T20:10:00.917Z | Downloaded zone_cfg_derive v0.3.1 |
| 821 | 2026-09-11T20:10:00.918Z | Downloaded owo-colors v4.3.0 |
| 822 | 2026-09-11T20:10:00.918Z | Downloaded spki v0.7.3 |
| 823 | 2026-09-11T20:10:00.918Z | Downloaded ssh-cipher v0.3.0 |
| 824 | 2026-09-11T20:10:00.922Z | Downloaded ssh-encoding v0.3.0 |
| 825 | 2026-09-11T20:10:00.922Z | Downloaded snafu v0.8.9 |
| 826 | 2026-09-11T20:10:00.926Z | Downloaded parking_lot v0.11.2 |
| 827 | 2026-09-11T20:10:00.926Z | Downloaded strum_macros v0.26.4 |
| 828 | 2026-09-11T20:10:00.926Z | Downloaded strum_macros v0.24.3 |
| 829 | 2026-09-11T20:10:00.929Z | Downloaded tinystr v0.8.2 |
| 830 | 2026-09-11T20:10:00.929Z | Downloaded darling_core v0.13.4 |
| 831 | 2026-09-11T20:10:00.929Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 832 | 2026-09-11T20:10:00.929Z | Downloaded crc-any v2.5.0 |
| 833 | 2026-09-11T20:10:00.932Z | Downloaded derive_more v0.99.20 |
| 834 | 2026-09-11T20:10:00.935Z | Downloaded structmeta v0.3.0 |
| 835 | 2026-09-11T20:10:00.935Z | Downloaded darling_macro v0.20.11 |
| 836 | 2026-09-11T20:10:00.935Z | Downloaded defmt v0.3.100 |
| 837 | 2026-09-11T20:10:00.935Z | Downloaded dsl_auto_type v0.2.0 |
| 838 | 2026-09-11T20:10:00.935Z | Downloaded dirs-sys-next v0.1.2 |
| 839 | 2026-09-11T20:10:00.935Z | Downloaded display-error-chain v0.2.2 |
| 840 | 2026-09-11T20:10:00.938Z | Downloaded compact_str v0.8.1 |
| 841 | 2026-09-11T20:10:00.938Z | Downloaded indoc v1.0.9 |
| 842 | 2026-09-11T20:10:00.940Z | Downloaded rand_chacha v0.9.0 |
| 843 | 2026-09-11T20:10:00.943Z | Downloaded tar v0.4.46 |
| 844 | 2026-09-11T20:10:00.943Z | Downloaded is-terminal v0.4.17 |
| 845 | 2026-09-11T20:10:00.943Z | Downloaded heapless v0.7.17 |
| 846 | 2026-09-11T20:10:00.943Z | Downloaded ecdsa v0.17.0 |
| 847 | 2026-09-11T20:10:00.947Z | Downloaded hickory-resolver v0.25.2 |
| 848 | 2026-09-11T20:10:00.947Z | Downloaded vergen-lib v0.1.6 |
| 849 | 2026-09-11T20:10:00.952Z | Downloaded icu_provider v2.1.1 |
| 850 | 2026-09-11T20:10:00.952Z | Downloaded whoami v2.1.0 |
| 851 | 2026-09-11T20:10:00.956Z | Downloaded jiff-static v0.2.34 |
| 852 | 2026-09-11T20:10:00.959Z | Downloaded uuid v1.23.4 |
| 853 | 2026-09-11T20:10:00.966Z | Downloaded kstat-rs v0.2.5 |
| 854 | 2026-09-11T20:10:00.969Z | Downloaded new_debug_unreachable v1.0.6 |
| 855 | 2026-09-11T20:10:00.969Z | Downloaded num_threads v0.1.7 |
| 856 | 2026-09-11T20:10:00.974Z | Downloaded num-derive v0.4.2 |
| 857 | 2026-09-11T20:10:00.974Z | Downloaded critical-section v1.2.0 |
| 858 | 2026-09-11T20:10:00.974Z | Downloaded ctr v0.10.1 |
| 859 | 2026-09-11T20:10:00.977Z | Downloaded daft v0.1.8 |
| 860 | 2026-09-11T20:10:00.977Z | Downloaded num-traits v0.2.19 |
| 861 | 2026-09-11T20:10:00.977Z | Downloaded rand v0.8.6 |
| 862 | 2026-09-11T20:10:00.977Z | Downloaded samael v0.0.19 |
| 863 | 2026-09-11T20:10:00.980Z | Downloaded opaque-debug v0.3.1 |
| 864 | 2026-09-11T20:10:00.983Z | Downloaded tokio-rustls v0.26.4 |
| 865 | 2026-09-11T20:10:00.984Z | Downloaded oxide-update-engine-types v0.1.2 |
| 866 | 2026-09-11T20:10:00.984Z | Downloaded parking_lot v0.12.5 |
| 867 | 2026-09-11T20:10:00.989Z | Downloaded yansi v1.0.1 |
| 868 | 2026-09-11T20:10:00.989Z | Downloaded darling_core v0.20.11 |
| 869 | 2026-09-11T20:10:00.994Z | Downloaded icu_locale_core v2.1.1 |
| 870 | 2026-09-11T20:10:00.994Z | Downloaded predicates-core v1.0.10 |
| 871 | 2026-09-11T20:10:00.994Z | Downloaded postcard v1.1.3 |
| 872 | 2026-09-11T20:10:00.999Z | Downloaded pkcs5 v0.8.1 |
| 873 | 2026-09-11T20:10:00.999Z | Downloaded tokio-stream v0.1.18 |
| 874 | 2026-09-11T20:10:00.999Z | Downloaded base64 v0.22.1 |
| 875 | 2026-09-11T20:10:01.002Z | Downloaded potential_utf v0.1.4 |
| 876 | 2026-09-11T20:10:01.002Z | Downloaded either v1.15.0 |
| 877 | 2026-09-11T20:10:01.002Z | Downloaded hyper-staticfile v0.10.1 |
| 878 | 2026-09-11T20:10:01.003Z | Downloaded diesel-dtrace v0.5.0 |
| 879 | 2026-09-11T20:10:01.007Z | Downloaded rfc6979 v0.6.0 |
| 880 | 2026-09-11T20:10:01.007Z | Downloaded hickory-resolver v0.24.4 |
| 881 | 2026-09-11T20:10:01.007Z | Downloaded der_derive v0.7.3 |
| 882 | 2026-09-11T20:10:01.011Z | Downloaded ecdsa v0.16.9 |
| 883 | 2026-09-11T20:10:01.012Z | Downloaded rand_pcg v0.10.2 |
| 884 | 2026-09-11T20:10:01.012Z | Downloaded http v1.4.2 |
| 885 | 2026-09-11T20:10:01.012Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 886 | 2026-09-11T20:10:01.015Z | Downloaded sha1 v0.11.0 |
| 887 | 2026-09-11T20:10:01.015Z | Downloaded hashbrown v0.12.3 |
| 888 | 2026-09-11T20:10:01.015Z | Downloaded ryu v1.0.23 |
| 889 | 2026-09-11T20:10:01.018Z | Downloaded ron v0.8.1 |
| 890 | 2026-09-11T20:10:01.021Z | Downloaded aes v0.9.1 |
| 891 | 2026-09-11T20:10:01.021Z | Downloaded indicatif v0.18.4 |
| 892 | 2026-09-11T20:10:01.025Z | Downloaded slog-bunyan v2.5.0 |
| 893 | 2026-09-11T20:10:01.025Z | Downloaded rcgen v0.12.1 |
| 894 | 2026-09-11T20:10:01.025Z | Downloaded vergen v9.1.0 |
| 895 | 2026-09-11T20:10:01.028Z | Downloaded hashbrown v0.13.2 |
| 896 | 2026-09-11T20:10:01.028Z | Downloaded scheduled-thread-pool v0.2.7 |
| 897 | 2026-09-11T20:10:01.028Z | Downloaded sync_wrapper v1.0.2 |
| 898 | 2026-09-11T20:10:01.031Z | Downloaded md-5 v0.11.0 |
| 899 | 2026-09-11T20:10:01.031Z | Downloaded strum v0.26.3 |
| 900 | 2026-09-11T20:10:01.031Z | Downloaded time-core v0.1.8 |
| 901 | 2026-09-11T20:10:01.031Z | Downloaded topological-sort v0.2.2 |
| 902 | 2026-09-11T20:10:01.031Z | Downloaded lzss v0.8.2 |
| 903 | 2026-09-11T20:10:01.033Z | Downloaded unarray v0.1.4 |
| 904 | 2026-09-11T20:10:01.033Z | Downloaded sha2 v0.11.0 |
| 905 | 2026-09-11T20:10:01.037Z | Downloaded sqlparser_derive v0.5.0 |
| 906 | 2026-09-11T20:10:01.037Z | Downloaded supports-hyperlinks v3.2.0 |
| 907 | 2026-09-11T20:10:01.037Z | Downloaded miette-derive v7.6.0 |
| 908 | 2026-09-11T20:10:01.037Z | Downloaded trait-variant v0.1.2 |
| 909 | 2026-09-11T20:10:01.037Z | Downloaded unicode-xid v0.2.6 |
| 910 | 2026-09-11T20:10:01.041Z | Downloaded nu-ansi-term v0.50.3 |
| 911 | 2026-09-11T20:10:01.041Z | Downloaded native-tls v0.2.18 |
| 912 | 2026-09-11T20:10:01.041Z | Downloaded unicode-segmentation v1.12.0 |
| 913 | 2026-09-11T20:10:01.044Z | Downloaded utf-8 v0.7.6 |
| 914 | 2026-09-11T20:10:01.044Z | Downloaded derive_more v2.1.1 |
| 915 | 2026-09-11T20:10:01.047Z | Downloaded wnaf v0.14.0 |
| 916 | 2026-09-11T20:10:01.051Z | Downloaded zerofrom-derive v0.1.6 |
| 917 | 2026-09-11T20:10:01.051Z | Downloaded darling v0.23.0 |
| 918 | 2026-09-11T20:10:01.054Z | Downloaded derive_builder v0.20.2 |
| 919 | 2026-09-11T20:10:01.055Z | Downloaded xshell-macros v0.2.7 |
| 920 | 2026-09-11T20:10:01.055Z | Downloaded difflib v0.4.0 |
| 921 | 2026-09-11T20:10:01.055Z | Downloaded packed_struct v0.10.1 |
| 922 | 2026-09-11T20:10:01.055Z | Downloaded phf v0.12.1 |
| 923 | 2026-09-11T20:10:01.058Z | Downloaded oxide-tokio-rt v0.1.4 |
| 924 | 2026-09-11T20:10:01.058Z | Downloaded test-strategy v0.4.5 |
| 925 | 2026-09-11T20:10:01.058Z | Downloaded tinyvec v1.10.0 |
| 926 | 2026-09-11T20:10:01.062Z | Downloaded tungstenite v0.21.0 |
| 927 | 2026-09-11T20:10:01.062Z | Downloaded prettyplease v0.2.37 |
| 928 | 2026-09-11T20:10:01.065Z | Downloaded pem-rfc7468 v1.0.0 |
| 929 | 2026-09-11T20:10:01.065Z | Downloaded darling_macro v0.21.3 |
| 930 | 2026-09-11T20:10:01.065Z | Downloaded unicode-properties v0.1.4 |
| 931 | 2026-09-11T20:10:01.068Z | Downloaded crc v3.4.0 |
| 932 | 2026-09-11T20:10:01.068Z | Downloaded darling_macro v0.13.4 |
| 933 | 2026-09-11T20:10:01.068Z | Downloaded document-features v0.2.12 |
| 934 | 2026-09-11T20:10:01.068Z | Downloaded rand_core v0.9.5 |
| 935 | 2026-09-11T20:10:01.068Z | Downloaded rand_core v0.10.0 |
| 936 | 2026-09-11T20:10:01.072Z | Downloaded progenitor-extras v0.2.0 |
| 937 | 2026-09-11T20:10:01.072Z | Downloaded progenitor-impl v0.14.0 |
| 938 | 2026-09-11T20:10:01.072Z | Downloaded primefield v0.14.0 |
| 939 | 2026-09-11T20:10:01.072Z | Downloaded schemars_derive v0.8.22 |
| 940 | 2026-09-11T20:10:01.076Z | Downloaded tokio-postgres v0.7.18 |
| 941 | 2026-09-11T20:10:01.076Z | Downloaded hickory-server v0.25.2 |
| 942 | 2026-09-11T20:10:01.080Z | Downloaded psm v0.1.30 |
| 943 | 2026-09-11T20:10:01.080Z | Downloaded scopeguard v1.2.0 |
| 944 | 2026-09-11T20:10:01.080Z | Downloaded serde_derive_internals v0.29.1 |
| 945 | 2026-09-11T20:10:01.083Z | Downloaded sha1 v0.10.6 |
| 946 | 2026-09-11T20:10:01.083Z | Downloaded simd-adler32 v0.3.8 |
| 947 | 2026-09-11T20:10:01.083Z | Downloaded rand v0.10.1 |
| 948 | 2026-09-11T20:10:01.083Z | Downloaded scuffle v0.1.0 |
| 949 | 2026-09-11T20:10:01.087Z | Downloaded managed v0.8.0 |
| 950 | 2026-09-11T20:10:01.087Z | Downloaded unicode_categories v0.1.1 |
| 951 | 2026-09-11T20:10:01.091Z | Downloaded idna_adapter v1.2.1 |
| 952 | 2026-09-11T20:10:01.091Z | Downloaded internet-checksum v0.2.1 |
| 953 | 2026-09-11T20:10:01.091Z | Downloaded cookie v0.18.1 |
| 954 | 2026-09-11T20:10:01.091Z | Downloaded md5 v0.8.0 |
| 955 | 2026-09-11T20:10:01.091Z | Downloaded tls_codec v0.4.2 |
| 956 | 2026-09-11T20:10:01.091Z | Downloaded vergen-gitcl v1.0.8 |
| 957 | 2026-09-11T20:10:01.095Z | Downloaded openssl-probe v0.1.6 |
| 958 | 2026-09-11T20:10:01.098Z | Downloaded walkdir v2.5.0 |
| 959 | 2026-09-11T20:10:01.098Z | Downloaded password-hash v0.6.1 |
| 960 | 2026-09-11T20:10:01.098Z | Downloaded phf_shared v0.12.1 |
| 961 | 2026-09-11T20:10:01.101Z | Downloaded tracing-core v0.1.36 |
| 962 | 2026-09-11T20:10:01.148Z | Downloaded rand v0.9.2 |
| 963 | 2026-09-11T20:10:01.148Z | Downloaded peg-runtime v0.8.5 |
| 964 | 2026-09-11T20:10:01.148Z | Downloaded poly1305 v0.8.0 |
| 965 | 2026-09-11T20:10:01.160Z | Downloaded x509-cert v0.2.5 |
| 966 | 2026-09-11T20:10:01.160Z | Downloaded pkcs1 v0.7.5 |
| 967 | 2026-09-11T20:10:01.160Z | Downloaded zstd v0.13.3 |
| 968 | 2026-09-11T20:10:01.160Z | Downloaded crossbeam-deque v0.8.6 |
| 969 | 2026-09-11T20:10:01.160Z | Downloaded ref-cast-impl v1.0.25 |
| 970 | 2026-09-11T20:10:01.160Z | Downloaded quinn v0.11.11 |
| 971 | 2026-09-11T20:10:01.160Z | Downloaded constant_time_eq v0.4.2 |
| 972 | 2026-09-11T20:10:01.160Z | Downloaded ctutils v0.4.2 |
| 973 | 2026-09-11T20:10:01.160Z | Downloaded russh-cryptovec v0.62.0 |
| 974 | 2026-09-11T20:10:01.160Z | Downloaded secrecy v0.10.3 |
| 975 | 2026-09-11T20:10:01.160Z | Downloaded zerotrie v0.2.3 |
| 976 | 2026-09-11T20:10:01.160Z | Downloaded indexmap v1.9.3 |
| 977 | 2026-09-11T20:10:01.160Z | Downloaded smallvec v1.15.1 |
| 978 | 2026-09-11T20:10:01.160Z | Downloaded derive-ex v0.1.8 |
| 979 | 2026-09-11T20:10:01.160Z | Downloaded indoc v2.0.7 |
| 980 | 2026-09-11T20:10:01.160Z | Downloaded testing_table v0.3.0 |
| 981 | 2026-09-11T20:10:01.161Z | Downloaded supports-color v3.0.2 |
| 982 | 2026-09-11T20:10:01.161Z | Downloaded stable_deref_trait v1.2.1 |
| 983 | 2026-09-11T20:10:01.161Z | Downloaded tokio-test v0.4.5 |
| 984 | 2026-09-11T20:10:01.161Z | Downloaded hashbrown v0.14.5 |
| 985 | 2026-09-11T20:10:01.161Z | Downloaded schemars v1.2.1 |
| 986 | 2026-09-11T20:10:01.167Z | Downloaded tls_codec_derive v0.4.2 |
| 987 | 2026-09-11T20:10:01.167Z | Downloaded aho-corasick v1.1.4 |
| 988 | 2026-09-11T20:10:01.167Z | Downloaded jobserver v0.1.34 |
| 989 | 2026-09-11T20:10:01.168Z | Downloaded newtype-uuid v1.3.2 |
| 990 | 2026-09-11T20:10:01.168Z | Downloaded oxide-generation v0.1.3 |
| 991 | 2026-09-11T20:10:01.168Z | Downloaded primeorder v0.13.6 |
| 992 | 2026-09-11T20:10:01.173Z | Downloaded synstructure v0.13.2 |
| 993 | 2026-09-11T20:10:01.173Z | Downloaded ed25519 v3.0.0 |
| 994 | 2026-09-11T20:10:01.173Z | Downloaded downcast-rs v2.0.2 |
| 995 | 2026-09-11T20:10:01.173Z | Downloaded instant v0.1.13 |
| 996 | 2026-09-11T20:10:01.173Z | Downloaded r2d2 v0.8.10 |
| 997 | 2026-09-11T20:10:01.173Z | Downloaded rand_seeder v0.4.0 |
| 998 | 2026-09-11T20:10:01.173Z | Downloaded zip v4.6.1 |
| 999 | 2026-09-11T20:10:01.177Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1000 | 2026-09-11T20:10:01.184Z | Downloaded papergrid v0.18.0 |
| 1001 | 2026-09-11T20:10:01.184Z | Downloaded illumos-nvpair v0.3.0 |
| 1002 | 2026-09-11T20:10:01.189Z | Downloaded pkg-config v0.3.32 |
| 1003 | 2026-09-11T20:10:01.189Z | Downloaded lru v0.12.5 |
| 1004 | 2026-09-11T20:10:01.189Z | Downloaded icu_normalizer v2.1.1 |
| 1005 | 2026-09-11T20:10:01.189Z | Downloaded maybe-uninit v2.0.0 |
| 1006 | 2026-09-11T20:10:01.189Z | Downloaded num-conv v0.2.0 |
| 1007 | 2026-09-11T20:10:01.189Z | Downloaded icu_normalizer_data v2.1.1 |
| 1008 | 2026-09-11T20:10:01.189Z | Downloaded darling v0.13.4 |
| 1009 | 2026-09-11T20:10:01.192Z | Downloaded progenitor v0.13.0 |
| 1010 | 2026-09-11T20:10:01.192Z | Downloaded progenitor v0.14.0 |
| 1011 | 2026-09-11T20:10:01.192Z | Downloaded num-bigint-dig v0.8.6 |
| 1012 | 2026-09-11T20:10:01.192Z | Downloaded hashbrown v0.15.5 |
| 1013 | 2026-09-11T20:10:01.195Z | Downloaded hashbrown v0.16.1 |
| 1014 | 2026-09-11T20:10:01.198Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1015 | 2026-09-11T20:10:01.201Z | Downloaded num v0.4.3 |
| 1016 | 2026-09-11T20:10:01.201Z | Downloaded percent-encoding v2.3.2 |
| 1017 | 2026-09-11T20:10:01.201Z | Downloaded serde_path_to_error v0.1.20 |
| 1018 | 2026-09-11T20:10:01.201Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-09-11T20:10:01.204Z | Downloaded iana-time-zone v0.1.65 |
| 1020 | 2026-09-11T20:10:01.207Z | Downloaded deranged v0.5.8 |
| 1021 | 2026-09-11T20:10:01.207Z | Downloaded unicase v2.9.0 |
| 1022 | 2026-09-11T20:10:01.207Z | Downloaded tiny-keccak v2.0.2 |
| 1023 | 2026-09-11T20:10:01.210Z | Downloaded progenitor-macro v0.14.0 |
| 1024 | 2026-09-11T20:10:01.210Z | Downloaded sapling-renderdag v0.1.0 |
| 1025 | 2026-09-11T20:10:01.210Z | Downloaded slog-stdlog v4.1.1 |
| 1026 | 2026-09-11T20:10:01.211Z | Downloaded strsim v0.10.0 |
| 1027 | 2026-09-11T20:10:01.211Z | Downloaded support-bundle-viewer v0.1.2 |
| 1028 | 2026-09-11T20:10:01.213Z | Downloaded secrecy v0.8.0 |
| 1029 | 2026-09-11T20:10:01.213Z | Downloaded signal-hook-mio v0.2.5 |
| 1030 | 2026-09-11T20:10:01.213Z | Downloaded sigpipe v0.1.3 |
| 1031 | 2026-09-11T20:10:01.213Z | Downloaded futures-util v0.3.32 |
| 1032 | 2026-09-11T20:10:01.219Z | Downloaded reedline v0.40.0 |
| 1033 | 2026-09-11T20:10:01.223Z | Downloaded mio v1.2.0 |
| 1034 | 2026-09-11T20:10:01.226Z | Downloaded h2 v0.4.15 |
| 1035 | 2026-09-11T20:10:01.229Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1036 | 2026-09-11T20:10:01.232Z | Downloaded socket2 v0.5.10 |
| 1037 | 2026-09-11T20:10:01.232Z | Downloaded displaydoc v0.2.5 |
| 1038 | 2026-09-11T20:10:01.235Z | Downloaded sync-ptr v0.1.4 |
| 1039 | 2026-09-11T20:10:01.235Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-09-11T20:10:01.235Z | Downloaded humantime v2.3.0 |
| 1041 | 2026-09-11T20:10:01.235Z | Downloaded sponge-cursor v0.1.0 |
| 1042 | 2026-09-11T20:10:01.235Z | Downloaded wyz v0.5.1 |
| 1043 | 2026-09-11T20:10:01.240Z | Downloaded litemap v0.8.1 |
| 1044 | 2026-09-11T20:10:01.244Z | Downloaded knus-derive v3.4.0 |
| 1045 | 2026-09-11T20:10:01.244Z | Downloaded libloading v0.8.9 |
| 1046 | 2026-09-11T20:10:01.244Z | Downloaded universal-hash v0.5.1 |
| 1047 | 2026-09-11T20:10:01.244Z | Downloaded ipnetwork v0.21.1 |
| 1048 | 2026-09-11T20:10:01.247Z | Downloaded num-integer v0.1.46 |
| 1049 | 2026-09-11T20:10:01.247Z | Downloaded parking_lot_core v0.9.12 |
| 1050 | 2026-09-11T20:10:01.247Z | Downloaded pkcs8 v0.11.0 |
| 1051 | 2026-09-11T20:10:01.251Z | Downloaded zone v0.3.1 |
| 1052 | 2026-09-11T20:10:01.257Z | Downloaded darling_macro v0.23.0 |
| 1053 | 2026-09-11T20:10:01.257Z | Downloaded icu_collections v2.1.1 |
| 1054 | 2026-09-11T20:10:01.262Z | Downloaded hkdf v0.12.4 |
| 1055 | 2026-09-11T20:10:01.262Z | Downloaded primeorder v0.14.0 |
| 1056 | 2026-09-11T20:10:01.262Z | Downloaded postgres-protocol v0.6.12 |
| 1057 | 2026-09-11T20:10:01.266Z | Downloaded dyn-clone v1.0.20 |
| 1058 | 2026-09-11T20:10:01.269Z | Downloaded inout v0.2.2 |
| 1059 | 2026-09-11T20:10:01.274Z | Downloaded maplit v1.0.2 |
| 1060 | 2026-09-11T20:10:01.277Z | Downloaded dropshot_endpoint v0.17.1 |
| 1061 | 2026-09-11T20:10:01.277Z | Downloaded serde-hex v0.1.0 |
| 1062 | 2026-09-11T20:10:01.277Z | Downloaded smf v0.2.3 |
| 1063 | 2026-09-11T20:10:01.282Z | Downloaded cookie_store v0.22.1 |
| 1064 | 2026-09-11T20:10:01.285Z | Downloaded twox-hash v2.1.2 |
| 1065 | 2026-09-11T20:10:01.285Z | Downloaded writeable v0.6.2 |
| 1066 | 2026-09-11T20:10:01.285Z | Downloaded oso-derive v0.27.3 |
| 1067 | 2026-09-11T20:10:01.285Z | Downloaded path-slash v0.2.1 |
| 1068 | 2026-09-11T20:10:01.289Z | Downloaded radium v0.7.0 |
| 1069 | 2026-09-11T20:10:01.293Z | Downloaded unsafe-libyaml v0.2.11 |
| 1070 | 2026-09-11T20:10:01.293Z | Downloaded reqwest v0.13.2 |
| 1071 | 2026-09-11T20:10:01.296Z | Downloaded serde_plain v1.0.2 |
| 1072 | 2026-09-11T20:10:01.296Z | Downloaded salty v0.3.0 |
| 1073 | 2026-09-11T20:10:01.299Z | Downloaded zip v8.6.0 |
| 1074 | 2026-09-11T20:10:01.303Z | Downloaded spki v0.8.0 |
| 1075 | 2026-09-11T20:10:01.307Z | Downloaded dropshot-api-manager v0.8.0 |
| 1076 | 2026-09-11T20:10:01.310Z | Downloaded xshell v0.2.7 |
| 1077 | 2026-09-11T20:10:01.310Z | Downloaded des v0.9.0 |
| 1078 | 2026-09-11T20:10:01.310Z | Downloaded time-macros v0.2.27 |
| 1079 | 2026-09-11T20:10:01.310Z | Downloaded tui-tree-widget v0.23.1 |
| 1080 | 2026-09-11T20:10:01.311Z | Downloaded usdt-impl v0.6.0 |
| 1081 | 2026-09-11T20:10:01.314Z | Downloaded tagptr v0.2.0 |
| 1082 | 2026-09-11T20:10:01.314Z | Downloaded unit-prefix v0.5.2 |
| 1083 | 2026-09-11T20:10:01.314Z | Downloaded yoke v0.8.1 |
| 1084 | 2026-09-11T20:10:01.314Z | Downloaded want v0.3.1 |
| 1085 | 2026-09-11T20:10:01.314Z | Downloaded kem v0.3.0 |
| 1086 | 2026-09-11T20:10:01.314Z | Downloaded publicsuffix v2.3.0 |
| 1087 | 2026-09-11T20:10:01.314Z | Downloaded hkdf v0.13.0 |
| 1088 | 2026-09-11T20:10:01.317Z | Downloaded darling v0.21.3 |
| 1089 | 2026-09-11T20:10:01.322Z | Downloaded vergen-git2 v9.1.0 |
| 1090 | 2026-09-11T20:10:01.322Z | Downloaded crc32fast v1.5.0 |
| 1091 | 2026-09-11T20:10:01.322Z | Downloaded defmt v1.0.1 |
| 1092 | 2026-09-11T20:10:01.326Z | Downloaded crc-catalog v2.4.0 |
| 1093 | 2026-09-11T20:10:01.326Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1094 | 2026-09-11T20:10:01.326Z | Downloaded serde_with_macros v3.21.0 |
| 1095 | 2026-09-11T20:10:01.332Z | Downloaded resolv-conf v0.7.6 |
| 1096 | 2026-09-11T20:10:01.332Z | Downloaded lru-slab v0.1.2 |
| 1097 | 2026-09-11T20:10:01.332Z | Downloaded corncobs v0.1.4 |
| 1098 | 2026-09-11T20:10:01.332Z | Downloaded inout v0.1.4 |
| 1099 | 2026-09-11T20:10:01.332Z | Downloaded similar v2.7.0 |
| 1100 | 2026-09-11T20:10:01.335Z | Downloaded data-encoding v2.10.0 |
| 1101 | 2026-09-11T20:10:01.335Z | Downloaded openssl-probe v0.2.1 |
| 1102 | 2026-09-11T20:10:01.338Z | Downloaded linear-map v1.2.0 |
| 1103 | 2026-09-11T20:10:01.338Z | Downloaded multer v3.1.0 |
| 1104 | 2026-09-11T20:10:01.341Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1105 | 2026-09-11T20:10:01.341Z | Downloaded keccak v0.1.6 |
| 1106 | 2026-09-11T20:10:01.341Z | Downloaded keccak v0.2.0 |
| 1107 | 2026-09-11T20:10:01.344Z | Downloaded zopfli v0.8.3 |
| 1108 | 2026-09-11T20:10:01.351Z | Downloaded zerocopy-derive v0.8.55 |
| 1109 | 2026-09-11T20:10:01.355Z | Downloaded phf_shared v0.13.1 |
| 1110 | 2026-09-11T20:10:01.355Z | Downloaded rand_xorshift v0.4.0 |
| 1111 | 2026-09-11T20:10:01.355Z | Downloaded password-hash v0.5.0 |
| 1112 | 2026-09-11T20:10:01.355Z | Downloaded powerfmt v0.2.0 |
| 1113 | 2026-09-11T20:10:01.355Z | Downloaded tokio-macros v2.7.0 |
| 1114 | 2026-09-11T20:10:01.358Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2026-09-11T20:10:01.361Z | Downloaded signal-hook-registry v1.4.8 |
| 1116 | 2026-09-11T20:10:01.361Z | Downloaded vte v0.14.1 |
| 1117 | 2026-09-11T20:10:01.361Z | Downloaded parse-display-derive v0.10.0 |
| 1118 | 2026-09-11T20:10:01.361Z | Downloaded olpc-cjson v0.1.4 |
| 1119 | 2026-09-11T20:10:01.365Z | Downloaded ppv-lite86 v0.2.21 |
| 1120 | 2026-09-11T20:10:01.365Z | Downloaded rand_core v0.6.4 |
| 1121 | 2026-09-11T20:10:01.365Z | Downloaded tower-layer v0.3.3 |
| 1122 | 2026-09-11T20:10:01.368Z | Downloaded term v1.2.1 |
| 1123 | 2026-09-11T20:10:01.371Z | Downloaded structmeta-derive v0.3.0 |
| 1124 | 2026-09-11T20:10:01.374Z | Downloaded rpassword v7.5.4 |
| 1125 | 2026-09-11T20:10:01.374Z | Downloaded rusty-fork v0.3.1 |
| 1126 | 2026-09-11T20:10:01.377Z | Downloaded slog-async v2.8.0 |
| 1127 | 2026-09-11T20:10:01.377Z | Downloaded ignore v0.4.25 |
| 1128 | 2026-09-11T20:10:01.380Z | Downloaded tokio-dtrace v0.1.1 |
| 1129 | 2026-09-11T20:10:01.386Z | Downloaded p384 v0.13.1 |
| 1130 | 2026-09-11T20:10:01.389Z | Downloaded crossbeam-epoch v0.9.18 |
| 1131 | 2026-09-11T20:10:01.389Z | Downloaded rustls-webpki v0.103.13 |
| 1132 | 2026-09-11T20:10:01.389Z | Downloaded schemars v0.9.0 |
| 1133 | 2026-09-11T20:10:01.393Z | Downloaded unicode-normalization v0.1.25 |
| 1134 | 2026-09-11T20:10:01.397Z | Downloaded uzers v0.12.2 |
| 1135 | 2026-09-11T20:10:01.401Z | Downloaded memoffset v0.9.1 |
| 1136 | 2026-09-11T20:10:01.401Z | Downloaded strum v0.27.2 |
| 1137 | 2026-09-11T20:10:01.405Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1138 | 2026-09-11T20:10:01.411Z | Downloaded pin-project v1.1.11 |
| 1139 | 2026-09-11T20:10:01.413Z | Downloaded lalrpop-util v0.19.12 |
| 1140 | 2026-09-11T20:10:01.414Z | Downloaded newtype_derive v0.1.6 |
| 1141 | 2026-09-11T20:10:01.414Z | Downloaded parse-display v0.10.0 |
| 1142 | 2026-09-11T20:10:01.417Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1143 | 2026-09-11T20:10:01.420Z | Downloaded proc-macro-error2 v2.0.1 |
| 1144 | 2026-09-11T20:10:01.422Z | Downloaded same-file v1.0.6 |
| 1145 | 2026-09-11T20:10:01.423Z | Downloaded darling_core v0.21.3 |
| 1146 | 2026-09-11T20:10:01.425Z | Downloaded linked-hash-map v0.5.6 |
| 1147 | 2026-09-11T20:10:01.425Z | Downloaded snafu-derive v0.8.9 |
| 1148 | 2026-09-11T20:10:01.425Z | Downloaded dirs-next v2.0.0 |
| 1149 | 2026-09-11T20:10:01.428Z | Downloaded hyper-tls v0.6.0 |
| 1150 | 2026-09-11T20:10:01.428Z | Downloaded oxide-generation-macros v0.2.0 |
| 1151 | 2026-09-11T20:10:01.428Z | Downloaded rustls-pki-types v1.14.0 |
| 1152 | 2026-09-11T20:10:01.433Z | Downloaded sec1 v0.7.3 |
| 1153 | 2026-09-11T20:10:01.433Z | Downloaded usdt v0.6.0 |
| 1154 | 2026-09-11T20:10:01.433Z | Downloaded elliptic-curve v0.13.8 |
| 1155 | 2026-09-11T20:10:01.436Z | Downloaded nom v8.0.0 |
| 1156 | 2026-09-11T20:10:01.436Z | Downloaded hyper v1.10.1 |
| 1157 | 2026-09-11T20:10:01.439Z | Downloaded miniz_oxide v0.8.9 |
| 1158 | 2026-09-11T20:10:01.443Z | Downloaded slog-json v2.6.1 |
| 1159 | 2026-09-11T20:10:01.443Z | Downloaded zstd-safe v7.2.4 |
| 1160 | 2026-09-11T20:10:01.447Z | Downloaded cstr-argument v0.1.2 |
| 1161 | 2026-09-11T20:10:01.447Z | Downloaded ident_case v1.0.1 |
| 1162 | 2026-09-11T20:10:01.447Z | Downloaded zerocopy v0.6.6 |
| 1163 | 2026-09-11T20:10:01.451Z | Downloaded zeroize v1.9.0 |
| 1164 | 2026-09-11T20:10:01.455Z | Downloaded drift v0.2.0 |
| 1165 | 2026-09-11T20:10:01.458Z | Downloaded tokio-tungstenite v0.23.1 |
| 1166 | 2026-09-11T20:10:01.458Z | Downloaded hyper-rustls v0.27.7 |
| 1167 | 2026-09-11T20:10:01.458Z | Downloaded diff v0.1.13 |
| 1168 | 2026-09-11T20:10:01.461Z | Downloaded signal-hook-tokio v0.3.1 |
| 1169 | 2026-09-11T20:10:01.461Z | Downloaded indent_write v2.2.0 |
| 1170 | 2026-09-11T20:10:01.461Z | Downloaded p384 v0.14.0 |
| 1171 | 2026-09-11T20:10:01.465Z | Downloaded p256 v0.14.0 |
| 1172 | 2026-09-11T20:10:01.465Z | Downloaded nanorand v0.7.0 |
| 1173 | 2026-09-11T20:10:01.468Z | Downloaded phc v0.6.1 |
| 1174 | 2026-09-11T20:10:01.468Z | Downloaded serde_urlencoded v0.7.1 |
| 1175 | 2026-09-11T20:10:01.468Z | Downloaded multimap v0.10.1 |
| 1176 | 2026-09-11T20:10:01.468Z | Downloaded jiff-core v0.1.0 |
| 1177 | 2026-09-11T20:10:01.471Z | Downloaded rsa v0.9.10 |
| 1178 | 2026-09-11T20:10:01.474Z | Downloaded instability v0.3.11 |
| 1179 | 2026-09-11T20:10:01.474Z | Downloaded icu_properties_data v2.1.2 |
| 1180 | 2026-09-11T20:10:01.479Z | Downloaded tap v1.0.1 |
| 1181 | 2026-09-11T20:10:01.481Z | Downloaded sec1 v0.8.1 |
| 1182 | 2026-09-11T20:10:01.481Z | Downloaded universal-hash v0.6.1 |
| 1183 | 2026-09-11T20:10:01.481Z | Downloaded itertools v0.15.0 |
| 1184 | 2026-09-11T20:10:01.486Z | Downloaded lazy_static v1.5.0 |
| 1185 | 2026-09-11T20:10:01.494Z | Downloaded libxml v0.3.3 |
| 1186 | 2026-09-11T20:10:01.497Z | Downloaded num-bigint v0.4.6 |
| 1187 | 2026-09-11T20:10:01.497Z | Downloaded ed25519-dalek v2.2.0 |
| 1188 | 2026-09-11T20:10:01.497Z | Downloaded itertools v0.14.0 |
| 1189 | 2026-09-11T20:10:01.497Z | Downloaded serde_with v1.14.0 |
| 1190 | 2026-09-11T20:10:01.502Z | Downloaded termios v0.3.3 |
| 1191 | 2026-09-11T20:10:01.502Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1192 | 2026-09-11T20:10:01.502Z | Downloaded semver v0.1.20 |
| 1193 | 2026-09-11T20:10:01.502Z | Downloaded libsw-core v0.3.2 |
| 1194 | 2026-09-11T20:10:01.505Z | Downloaded p521 v0.14.0 |
| 1195 | 2026-09-11T20:10:01.505Z | Downloaded progenitor-impl v0.13.0 |
| 1196 | 2026-09-11T20:10:01.505Z | Downloaded rustc-demangle v0.1.27 |
| 1197 | 2026-09-11T20:10:01.508Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1198 | 2026-09-11T20:10:01.508Z | Downloaded daft-derive v0.1.8 |
| 1199 | 2026-09-11T20:10:01.508Z | Downloaded toml_edit v0.19.15 |
| 1200 | 2026-09-11T20:10:01.517Z | Downloaded crypto-bigint v0.5.5 |
| 1201 | 2026-09-11T20:10:01.522Z | Downloaded num_enum_derive v0.5.11 |
| 1202 | 2026-09-11T20:10:01.527Z | Downloaded rustc_version v0.1.7 |
| 1203 | 2026-09-11T20:10:01.527Z | Downloaded ingot v0.2.1 |
| 1204 | 2026-09-11T20:10:01.527Z | Downloaded zerovec-derive v0.11.2 |
| 1205 | 2026-09-11T20:10:01.527Z | Downloaded digest-io v0.1.0 |
| 1206 | 2026-09-11T20:10:01.527Z | Downloaded dunce v1.0.5 |
| 1207 | 2026-09-11T20:10:01.527Z | Downloaded try-lock v0.2.5 |
| 1208 | 2026-09-11T20:10:01.527Z | Downloaded wait-timeout v0.2.1 |
| 1209 | 2026-09-11T20:10:01.527Z | Downloaded winnow v1.0.3 |
| 1210 | 2026-09-11T20:10:01.531Z | Downloaded signature v2.2.0 |
| 1211 | 2026-09-11T20:10:01.534Z | Downloaded tokio-native-tls v0.3.1 |
| 1212 | 2026-09-11T20:10:01.534Z | Downloaded lru-cache v0.1.2 |
| 1213 | 2026-09-11T20:10:01.534Z | Downloaded cpubits v0.1.1 |
| 1214 | 2026-09-11T20:10:01.534Z | Downloaded predicates v3.1.4 |
| 1215 | 2026-09-11T20:10:01.534Z | Downloaded serde-big-array v0.5.1 |
| 1216 | 2026-09-11T20:10:01.539Z | Downloaded bitvec v1.0.1 |
| 1217 | 2026-09-11T20:10:01.542Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1218 | 2026-09-11T20:10:01.546Z | Downloaded bindgen v0.71.1 |
| 1219 | 2026-09-11T20:10:01.549Z | Downloaded der v0.8.0 |
| 1220 | 2026-09-11T20:10:01.555Z | Downloaded digest v0.11.3 |
| 1221 | 2026-09-11T20:10:01.555Z | Downloaded quinn-udp v0.5.14 |
| 1222 | 2026-09-11T20:10:01.558Z | Downloaded polyval v0.7.1 |
| 1223 | 2026-09-11T20:10:01.558Z | Downloaded chrono v0.4.45 |
| 1224 | 2026-09-11T20:10:01.558Z | Downloaded vsss-rs v3.3.4 |
| 1225 | 2026-09-11T20:10:01.558Z | Downloaded peg v0.8.5 |
| 1226 | 2026-09-11T20:10:01.561Z | Downloaded crossterm v0.28.1 |
| 1227 | 2026-09-11T20:10:01.564Z | Downloaded string_cache v0.8.9 |
| 1228 | 2026-09-11T20:10:01.564Z | Downloaded oxnet v0.1.6 |
| 1229 | 2026-09-11T20:10:01.569Z | Downloaded socket2 v0.6.3 |
| 1230 | 2026-09-11T20:10:01.569Z | Downloaded dtrace-parser v0.3.0 |
| 1231 | 2026-09-11T20:10:01.569Z | Downloaded minimal-lexical v0.2.1 |
| 1232 | 2026-09-11T20:10:01.572Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-09-11T20:10:01.577Z | Downloaded pkcs8 v0.10.2 |
| 1234 | 2026-09-11T20:10:01.578Z | Downloaded stacker v0.1.23 |
| 1235 | 2026-09-11T20:10:01.581Z | Downloaded const_format_proc_macros v0.2.34 |
| 1236 | 2026-09-11T20:10:01.581Z | Downloaded petname v2.0.2 |
| 1237 | 2026-09-11T20:10:01.581Z | Downloaded peg-macros v0.8.5 |
| 1238 | 2026-09-11T20:10:01.585Z | Downloaded git2 v0.20.4 |
| 1239 | 2026-09-11T20:10:01.588Z | Downloaded icu_properties v2.1.2 |
| 1240 | 2026-09-11T20:10:01.588Z | Downloaded slog v2.8.2 |
| 1241 | 2026-09-11T20:10:01.590Z | Downloaded num_enum_derive v0.7.6 |
| 1242 | 2026-09-11T20:10:01.590Z | Downloaded mime_guess v2.0.5 |
| 1243 | 2026-09-11T20:10:01.590Z | Downloaded rsa v0.10.0-rc.18 |
| 1244 | 2026-09-11T20:10:01.593Z | Downloaded schemars v0.8.22 |
| 1245 | 2026-09-11T20:10:01.601Z | Downloaded zlib-rs v0.6.2 |
| 1246 | 2026-09-11T20:10:01.608Z | Downloaded toml v0.7.8 |
| 1247 | 2026-09-11T20:10:01.611Z | Downloaded darling_core v0.23.0 |
| 1248 | 2026-09-11T20:10:01.614Z | Downloaded time v0.3.47 |
| 1249 | 2026-09-11T20:10:01.621Z | Downloaded typed-path v0.9.3 |
| 1250 | 2026-09-11T20:10:01.625Z | Downloaded knus v3.4.0 |
| 1251 | 2026-09-11T20:10:01.625Z | Downloaded omicron-zone-package v0.12.3 |
| 1252 | 2026-09-11T20:10:01.628Z | Downloaded goblin v0.10.5 |
| 1253 | 2026-09-11T20:10:01.634Z | Downloaded poly1305 v0.9.0 |
| 1254 | 2026-09-11T20:10:01.634Z | Downloaded tracing-attributes v0.1.31 |
| 1255 | 2026-09-11T20:10:01.638Z | Downloaded unicode-bidi v0.3.18 |
| 1256 | 2026-09-11T20:10:01.639Z | Downloaded zip v0.6.6 |
| 1257 | 2026-09-11T20:10:01.639Z | Downloaded ed25519-dalek v3.0.0 |
| 1258 | 2026-09-11T20:10:01.639Z | Downloaded tough v0.22.0 |
| 1259 | 2026-09-11T20:10:01.645Z | Downloaded typed-path v0.12.3 |
| 1260 | 2026-09-11T20:10:01.648Z | Downloaded itertools v0.12.1 |
| 1261 | 2026-09-11T20:10:01.656Z | Downloaded derive-where v1.6.0 |
| 1262 | 2026-09-11T20:10:01.664Z | Downloaded libm v0.2.16 |
| 1263 | 2026-09-11T20:10:01.669Z | Downloaded aws-lc-rs v1.16.3 |
| 1264 | 2026-09-11T20:10:01.674Z | Downloaded url v2.5.8 |
| 1265 | 2026-09-11T20:10:01.679Z | Downloaded crossbeam-channel v0.5.15 |
| 1266 | 2026-09-11T20:10:01.683Z | Downloaded der v0.7.10 |
| 1267 | 2026-09-11T20:10:01.687Z | Downloaded idna v1.1.0 |
| 1268 | 2026-09-11T20:10:01.691Z | Downloaded gimli v0.32.3 |
| 1269 | 2026-09-11T20:10:01.695Z | Downloaded quinn-proto v0.11.16 |
| 1270 | 2026-09-11T20:10:01.695Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1271 | 2026-09-11T20:10:01.699Z | Downloaded itertools v0.13.0 |
| 1272 | 2026-09-11T20:10:01.703Z | Downloaded miette v7.6.0 |
| 1273 | 2026-09-11T20:10:01.706Z | Downloaded rayon-core v1.13.0 |
| 1274 | 2026-09-11T20:10:01.709Z | Downloaded const_format v0.2.35 |
| 1275 | 2026-09-11T20:10:01.717Z | Downloaded qorb v0.4.1 |
| 1276 | 2026-09-11T20:10:01.720Z | Downloaded tower v0.5.3 |
| 1277 | 2026-09-11T20:10:01.724Z | Downloaded derive_more-impl v2.1.1 |
| 1278 | 2026-09-11T20:10:01.727Z | Downloaded lalrpop v0.19.12 |
| 1279 | 2026-09-11T20:10:01.734Z | Downloaded winnow v0.6.26 |
| 1280 | 2026-09-11T20:10:01.737Z | Downloaded steno v0.4.1 |
| 1281 | 2026-09-11T20:10:01.741Z | Downloaded hyper-util v0.1.20 |
| 1282 | 2026-09-11T20:10:01.745Z | Downloaded polar-core v0.27.3 |
| 1283 | 2026-09-11T20:10:01.748Z | Downloaded tokio-util v0.7.18 |
| 1284 | 2026-09-11T20:10:01.751Z | Downloaded tower-http v0.6.8 |
| 1285 | 2026-09-11T20:10:01.755Z | Downloaded crypto-primes v0.7.2 |
| 1286 | 2026-09-11T20:10:01.758Z | Downloaded radix_trie v0.2.1 |
| 1287 | 2026-09-11T20:10:01.761Z | Downloaded itertools v0.10.5 |
| 1288 | 2026-09-11T20:10:01.778Z | Downloaded reqwest v0.12.28 |
| 1289 | 2026-09-11T20:10:01.782Z | Downloaded rustyline v14.0.0 |
| 1290 | 2026-09-11T20:10:01.794Z | Downloaded moka v0.12.13 |
| 1291 | 2026-09-11T20:10:01.807Z | Downloaded russh v0.62.4 |
| 1292 | 2026-09-11T20:10:01.813Z | Downloaded diesel_derives v2.3.7 |
| 1293 | 2026-09-11T20:10:01.818Z | Downloaded nom v7.1.3 |
| 1294 | 2026-09-11T20:10:01.821Z | Downloaded rawzip v0.4.4 |
| 1295 | 2026-09-11T20:10:01.821Z | Downloaded crossterm v0.29.0 |
| 1296 | 2026-09-11T20:10:01.824Z | Downloaded zerovec v0.11.5 |
| 1297 | 2026-09-11T20:10:01.827Z | Downloaded iri-string v0.7.10 |
| 1298 | 2026-09-11T20:10:01.830Z | Downloaded object v0.37.3 |
| 1299 | 2026-09-11T20:10:01.836Z | Downloaded iddqd v0.4.2 |
| 1300 | 2026-09-11T20:10:01.841Z | Downloaded winnow v0.5.40 |
| 1301 | 2026-09-11T20:10:01.845Z | Downloaded nix v0.27.1 |
| 1302 | 2026-09-11T20:10:01.851Z | Downloaded object v0.39.1 |
| 1303 | 2026-09-11T20:10:01.857Z | Downloaded proptest v1.11.0 |
| 1304 | 2026-09-11T20:10:01.862Z | Downloaded regex v1.12.3 |
| 1305 | 2026-09-11T20:10:01.865Z | Downloaded bstr v1.12.1 |
| 1306 | 2026-09-11T20:10:01.870Z | Downloaded sha3 v0.12.0 |
| 1307 | 2026-09-11T20:10:01.873Z | Downloaded hickory-proto v0.24.4 |
| 1308 | 2026-09-11T20:10:01.879Z | Downloaded regex-syntax v0.6.29 |
| 1309 | 2026-09-11T20:10:01.885Z | Downloaded quick-xml v0.37.5 |
| 1310 | 2026-09-11T20:10:01.891Z | Downloaded serde_with v3.21.0 |
| 1311 | 2026-09-11T20:10:01.897Z | Downloaded rustix v0.38.44 |
| 1312 | 2026-09-11T20:10:01.909Z | Downloaded object v0.30.4 |
| 1313 | 2026-09-11T20:10:01.914Z | Downloaded smoltcp v0.11.0 |
| 1314 | 2026-09-11T20:10:01.954Z | Downloaded rayon v1.11.0 |
| 1315 | 2026-09-11T20:10:01.954Z | Downloaded crypto-bigint v0.7.5 |
| 1316 | 2026-09-11T20:10:01.954Z | Downloaded regress v0.11.1 |
| 1317 | 2026-09-11T20:10:01.954Z | Downloaded vcpkg v0.2.15 |
| 1318 | 2026-09-11T20:10:01.960Z | Downloaded tabled v0.21.0 |
| 1319 | 2026-09-11T20:10:01.968Z | Downloaded nix v0.28.0 |
| 1320 | 2026-09-11T20:10:01.974Z | Downloaded curve25519-dalek v4.1.3 |
| 1321 | 2026-09-11T20:10:01.979Z | Downloaded hickory-proto v0.25.2 |
| 1322 | 2026-09-11T20:10:01.987Z | Downloaded openapiv3 v2.2.0 |
| 1323 | 2026-09-11T20:10:01.994Z | Downloaded regress v0.10.5 |
| 1324 | 2026-09-11T20:10:01.999Z | Downloaded typify-impl v0.6.2 |
| 1325 | 2026-09-11T20:10:02.006Z | Downloaded smoltcp v0.9.1 |
| 1326 | 2026-09-11T20:10:02.012Z | Downloaded sqlparser v0.61.0 |
| 1327 | 2026-09-11T20:10:02.017Z | Downloaded rustls v0.23.41 |
| 1328 | 2026-09-11T20:10:02.023Z | Downloaded tracing v0.1.44 |
| 1329 | 2026-09-11T20:10:02.036Z | Downloaded zerocopy v0.8.55 |
| 1330 | 2026-09-11T20:10:02.046Z | Downloaded syn v3.0.3 |
| 1331 | 2026-09-11T20:10:02.052Z | Downloaded curve25519-dalek v5.0.0 |
| 1332 | 2026-09-11T20:10:02.057Z | Downloaded openssl v0.10.80 |
| 1333 | 2026-09-11T20:10:02.062Z | Downloaded regex-syntax v0.8.10 |
| 1334 | 2026-09-11T20:10:02.068Z | Downloaded nix v0.31.2 |
| 1335 | 2026-09-11T20:10:02.073Z | Downloaded sled v0.34.7 |
| 1336 | 2026-09-11T20:10:02.092Z | Downloaded dropshot v0.17.1 |
| 1337 | 2026-09-11T20:10:02.115Z | Downloaded diesel v2.3.7 |
| 1338 | 2026-09-11T20:10:02.127Z | Downloaded sha3 v0.11.0 |
| 1339 | 2026-09-11T20:10:02.130Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1340 | 2026-09-11T20:10:02.135Z | Downloaded ratatui v0.29.0 |
| 1341 | 2026-09-11T20:10:02.146Z | Downloaded jiff v0.2.34 |
| 1342 | 2026-09-11T20:10:02.156Z | Downloaded chrono-tz v0.10.4 |
| 1343 | 2026-09-11T20:10:02.165Z | Downloaded zerocopy-derive v0.6.6 |
| 1344 | 2026-09-11T20:10:02.171Z | Downloaded csv v1.4.0 |
| 1345 | 2026-09-11T20:10:02.180Z | Downloaded regex-automata v0.4.14 |
| 1346 | 2026-09-11T20:10:02.195Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1347 | 2026-09-11T20:10:02.204Z | Downloaded petgraph v0.8.3 |
| 1348 | 2026-09-11T20:10:02.217Z | Downloaded petgraph v0.6.5 |
| 1349 | 2026-09-11T20:10:02.226Z | Downloaded libz-sys v1.1.24 |
| 1350 | 2026-09-11T20:10:02.238Z | Downloaded sha3 v0.10.8 |
| 1351 | 2026-09-11T20:10:02.241Z | Downloaded tokio v1.52.1 |
| 1352 | 2026-09-11T20:10:02.273Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1353 | 2026-09-11T20:10:02.304Z | Downloaded encoding_rs v0.8.35 |
| 1354 | 2026-09-11T20:10:02.315Z | Downloaded ring v0.17.14 |
| 1355 | 2026-09-11T20:10:02.664Z | Downloaded aws-lc-sys v0.40.0 |
| 1356 | 2026-09-11T20:10:02.920Z | Compiling serde_core v1.0.228 |
| 1357 | 2026-09-11T20:10:02.920Z | Compiling libc v0.2.185 |
| 1358 | 2026-09-11T20:10:02.920Z | Compiling serde v1.0.228 |
| 1359 | 2026-09-11T20:10:02.923Z | Compiling log v0.4.33 |
| 1360 | 2026-09-11T20:10:02.923Z | Compiling smallvec v1.15.1 |
| 1361 | 2026-09-11T20:10:02.923Z | Compiling subtle v2.6.1 |
| 1362 | 2026-09-11T20:10:03.057Z | Compiling find-msvc-tools v0.1.9 |
| 1363 | 2026-09-11T20:10:03.060Z | Compiling syn v2.0.117 |
| 1364 | 2026-09-11T20:10:03.264Z | Compiling shlex v1.3.0 |
| 1365 | 2026-09-11T20:10:03.309Z | Compiling typenum v1.20.1 |
| 1366 | 2026-09-11T20:10:03.350Z | Compiling scopeguard v1.2.0 |
| 1367 | 2026-09-11T20:10:03.350Z | Compiling stable_deref_trait v1.2.1 |
| 1368 | 2026-09-11T20:10:03.425Z | Compiling portable-atomic v1.13.1 |
| 1369 | 2026-09-11T20:10:03.435Z | Compiling lock_api v0.4.14 |
| 1370 | 2026-09-11T20:10:03.480Z | Compiling serde_json v1.0.151 |
| 1371 | 2026-09-11T20:10:03.497Z | Compiling zerocopy v0.8.55 |
| 1372 | 2026-09-11T20:10:03.667Z | Compiling critical-section v1.2.0 |
| 1373 | 2026-09-11T20:10:03.703Z | Compiling libm v0.2.16 |
| 1374 | 2026-09-11T20:10:03.772Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-09-11T20:10:03.950Z | Compiling errno v0.3.14 |
| 1376 | 2026-09-11T20:10:03.966Z | Compiling jobserver v0.1.34 |
| 1377 | 2026-09-11T20:10:04.016Z | Compiling pkg-config v0.3.32 |
| 1378 | 2026-09-11T20:10:04.134Z | Compiling pin-project-lite v0.2.17 |
| 1379 | 2026-09-11T20:10:04.231Z | Compiling cc v1.2.56 |
| 1380 | 2026-09-11T20:10:04.264Z | Compiling getrandom v0.4.3 |
| 1381 | 2026-09-11T20:10:04.354Z | Compiling parking_lot_core v0.9.12 |
| 1382 | 2026-09-11T20:10:04.515Z | Compiling once_cell v1.21.3 |
| 1383 | 2026-09-11T20:10:04.566Z | Compiling rand_core v0.10.0 |
| 1384 | 2026-09-11T20:10:04.631Z | Compiling signal-hook-registry v1.4.8 |
| 1385 | 2026-09-11T20:10:04.733Z | Compiling getrandom v0.2.17 |
| 1386 | 2026-09-11T20:10:04.932Z | Compiling foldhash v0.2.0 |
| 1387 | 2026-09-11T20:10:04.947Z | Compiling percent-encoding v2.3.2 |
| 1388 | 2026-09-11T20:10:05.003Z | Compiling writeable v0.6.2 |
| 1389 | 2026-09-11T20:10:05.144Z | Compiling litemap v0.8.1 |
| 1390 | 2026-09-11T20:10:05.158Z | Compiling futures-core v0.3.32 |
| 1391 | 2026-09-11T20:10:05.175Z | Compiling rand_core v0.6.4 |
| 1392 | 2026-09-11T20:10:05.188Z | Compiling parking_lot v0.12.5 |
| 1393 | 2026-09-11T20:10:05.307Z | Compiling bitflags v2.11.0 |
| 1394 | 2026-09-11T20:10:05.368Z | Compiling semver v1.0.28 |
| 1395 | 2026-09-11T20:10:05.472Z | Compiling mio v1.2.0 |
| 1396 | 2026-09-11T20:10:05.540Z | Compiling icu_normalizer_data v2.1.1 |
| 1397 | 2026-09-11T20:10:05.557Z | Compiling icu_properties_data v2.1.2 |
| 1398 | 2026-09-11T20:10:05.584Z | Compiling generic-array v0.14.7 |
| 1399 | 2026-09-11T20:10:05.681Z | Compiling getrandom v0.3.4 |
| 1400 | 2026-09-11T20:10:05.771Z | Compiling const-oid v0.9.6 |
| 1401 | 2026-09-11T20:10:05.847Z | Compiling hashbrown v0.17.0 |
| 1402 | 2026-09-11T20:10:05.891Z | Compiling socket2 v0.6.3 |
| 1403 | 2026-09-11T20:10:05.921Z | Compiling rustix v1.1.4 |
| 1404 | 2026-09-11T20:10:05.935Z | Compiling futures-sink v0.3.32 |
| 1405 | 2026-09-11T20:10:06.040Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-09-11T20:10:06.297Z | Compiling futures-channel v0.3.32 |
| 1407 | 2026-09-11T20:10:06.415Z | Compiling indexmap v2.14.0 |
| 1408 | 2026-09-11T20:10:06.452Z | Compiling futures-io v0.3.32 |
| 1409 | 2026-09-11T20:10:06.491Z | Compiling slab v0.4.12 |
| 1410 | 2026-09-11T20:10:06.519Z | Compiling futures-task v0.3.32 |
| 1411 | 2026-09-11T20:10:06.550Z | Compiling utf8_iter v1.0.4 |
| 1412 | 2026-09-11T20:10:06.602Z | Compiling form_urlencoded v1.2.2 |
| 1413 | 2026-09-11T20:10:06.640Z | Compiling cmov v0.5.4 |
| 1414 | 2026-09-11T20:10:06.659Z | Compiling rustversion v1.0.22 |
| 1415 | 2026-09-11T20:10:06.686Z | Compiling iana-time-zone v0.1.65 |
| 1416 | 2026-09-11T20:10:06.700Z | Compiling base64ct v1.8.3 |
| 1417 | 2026-09-11T20:10:06.777Z | Compiling cmake v0.1.57 |
| 1418 | 2026-09-11T20:10:06.848Z | Compiling ctutils v0.4.2 |
| 1419 | 2026-09-11T20:10:06.876Z | Compiling flagset v0.4.7 |
| 1420 | 2026-09-11T20:10:06.982Z | Compiling pem-rfc7468 v0.7.0 |
| 1421 | 2026-09-11T20:10:07.007Z | Compiling ident_case v1.0.1 |
| 1422 | 2026-09-11T20:10:07.062Z | Compiling dunce v1.0.5 |
| 1423 | 2026-09-11T20:10:07.101Z | Compiling regex-syntax v0.8.10 |
| 1424 | 2026-09-11T20:10:07.184Z | Compiling fs_extra v1.3.0 |
| 1425 | 2026-09-11T20:10:07.200Z | Compiling uuid v1.23.4 |
| 1426 | 2026-09-11T20:10:07.220Z | Compiling base64 v0.22.1 |
| 1427 | 2026-09-11T20:10:07.367Z | Compiling syn v1.0.109 |
| 1428 | 2026-09-11T20:10:07.458Z | Compiling aws-lc-sys v0.40.0 |
| 1429 | 2026-09-11T20:10:07.553Z | Compiling vcpkg v0.2.15 |
| 1430 | 2026-09-11T20:10:07.678Z | Compiling serde_derive_internals v0.29.1 |
| 1431 | 2026-09-11T20:10:07.707Z | Compiling serde_derive v1.0.228 |
| 1432 | 2026-09-11T20:10:07.739Z | Compiling zeroize_derive v1.5.0 |
| 1433 | 2026-09-11T20:10:07.755Z | Compiling zerofrom-derive v0.1.6 |
| 1434 | 2026-09-11T20:10:07.913Z | Compiling yoke-derive v0.8.1 |
| 1435 | 2026-09-11T20:10:08.284Z | Compiling zerovec-derive v0.11.2 |
| 1436 | 2026-09-11T20:10:08.400Z | Compiling zerocopy-derive v0.8.55 |
| 1437 | 2026-09-11T20:10:08.586Z | Compiling displaydoc v0.2.5 |
| 1438 | 2026-09-11T20:10:09.123Z | Compiling tokio-macros v2.7.0 |
| 1439 | 2026-09-11T20:10:09.195Z | Compiling zerofrom v0.1.6 |
| 1440 | 2026-09-11T20:10:09.329Z | Compiling yoke v0.8.1 |
| 1441 | 2026-09-11T20:10:09.359Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-09-11T20:10:09.422Z | Compiling thiserror-impl v2.0.18 |
| 1443 | 2026-09-11T20:10:09.512Z | Compiling zerovec v0.11.5 |
| 1444 | 2026-09-11T20:10:09.515Z | Compiling zerotrie v0.2.3 |
| 1445 | 2026-09-11T20:10:09.828Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-09-11T20:10:09.869Z | Compiling openssl-sys v0.9.117 |
| 1447 | 2026-09-11T20:10:10.020Z | Compiling tinystr v0.8.2 |
| 1448 | 2026-09-11T20:10:10.171Z | Compiling potential_utf v0.1.4 |
| 1449 | 2026-09-11T20:10:10.228Z | Compiling icu_locale_core v2.1.1 |
| 1450 | 2026-09-11T20:10:10.332Z | Compiling icu_collections v2.1.1 |
| 1451 | 2026-09-11T20:10:10.414Z | Compiling futures-util v0.3.32 |
| 1452 | 2026-09-11T20:10:10.765Z | Compiling thiserror v2.0.18 |
| 1453 | 2026-09-11T20:10:10.823Z | Compiling tracing-attributes v0.1.31 |
| 1454 | 2026-09-11T20:10:10.867Z | Compiling icu_provider v2.1.1 |
| 1455 | 2026-09-11T20:10:11.105Z | Compiling icu_normalizer v2.1.1 |
| 1456 | 2026-09-11T20:10:11.168Z | Compiling zeroize v1.9.0 |
| 1457 | 2026-09-11T20:10:11.247Z | Compiling bytes v1.11.1 |
| 1458 | 2026-09-11T20:10:11.637Z | Compiling icu_properties v2.1.2 |
| 1459 | 2026-09-11T20:10:11.847Z | Compiling tokio v1.52.1 |
| 1460 | 2026-09-11T20:10:11.953Z | Compiling crypto-common v0.1.7 |
| 1461 | 2026-09-11T20:10:12.126Z | Compiling block-buffer v0.10.4 |
| 1462 | 2026-09-11T20:10:12.173Z | Compiling hybrid-array v0.4.13 |
| 1463 | 2026-09-11T20:10:12.312Z | Compiling digest v0.10.7 |
| 1464 | 2026-09-11T20:10:12.575Z | Compiling idna_adapter v1.2.1 |
| 1465 | 2026-09-11T20:10:12.719Z | Compiling idna v1.1.0 |
| 1466 | 2026-09-11T20:10:12.751Z | Compiling chrono v0.4.45 |
| 1467 | 2026-09-11T20:10:12.757Z | Compiling der v0.7.10 |
| 1468 | 2026-09-11T20:10:12.967Z | Compiling ppv-lite86 v0.2.21 |
| 1469 | 2026-09-11T20:10:13.057Z | Compiling url v2.5.8 |
| 1470 | 2026-09-11T20:10:13.310Z | Compiling http v1.4.2 |
| 1471 | 2026-09-11T20:10:13.391Z | Compiling block-buffer v0.12.1 |
| 1472 | 2026-09-11T20:10:13.588Z | Compiling spki v0.7.3 |
| 1473 | 2026-09-11T20:10:13.798Z | Compiling crypto-common v0.2.2 |
| 1474 | 2026-09-11T20:10:13.853Z | Compiling rustc_version v0.4.1 |
| 1475 | 2026-09-11T20:10:13.949Z | Compiling tracing-core v0.1.36 |
| 1476 | 2026-09-11T20:10:14.114Z | Compiling dyn-clone v1.0.20 |
| 1477 | 2026-09-11T20:10:14.168Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-09-11T20:10:14.203Z | Compiling aws-lc-rs v1.16.3 |
| 1479 | 2026-09-11T20:10:14.246Z | Compiling schemars v0.8.22 |
| 1480 | 2026-09-11T20:10:14.478Z | Compiling tracing v0.1.44 |
| 1481 | 2026-09-11T20:10:14.489Z | Compiling http-body v1.0.1 |
| 1482 | 2026-09-11T20:10:14.504Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2026-09-11T20:10:14.507Z | Compiling rustls-pki-types v1.14.0 |
| 1484 | 2026-09-11T20:10:14.713Z | Compiling schemars_derive v0.8.22 |
| 1485 | 2026-09-11T20:10:14.722Z | Compiling rand_core v0.9.5 |
| 1486 | 2026-09-11T20:10:14.740Z | Compiling spin v0.9.8 |
| 1487 | 2026-09-11T20:10:14.760Z | Compiling httparse v1.10.1 |
| 1488 | 2026-09-11T20:10:14.958Z | Compiling openssl-probe v0.2.1 |
| 1489 | 2026-09-11T20:10:14.977Z | Compiling tinyvec_macros v0.1.1 |
| 1490 | 2026-09-11T20:10:14.995Z | Compiling tempfile v3.27.0 |
| 1491 | 2026-09-11T20:10:15.021Z | Compiling tinyvec v1.10.0 |
| 1492 | 2026-09-11T20:10:15.099Z | Compiling pest_generator v2.8.6 |
| 1493 | 2026-09-11T20:10:15.376Z | Compiling terminal_size v0.4.3 |
| 1494 | 2026-09-11T20:10:15.380Z | Compiling aho-corasick v1.1.4 |
| 1495 | 2026-09-11T20:10:15.380Z | Compiling radium v0.7.0 |
| 1496 | 2026-09-11T20:10:15.478Z | Compiling try-lock v0.2.5 |
| 1497 | 2026-09-11T20:10:15.515Z | Compiling unicode-segmentation v1.12.0 |
| 1498 | 2026-09-11T20:10:15.588Z | Compiling atomic-waker v1.1.2 |
| 1499 | 2026-09-11T20:10:15.632Z | Compiling tower-service v0.3.3 |
| 1500 | 2026-09-11T20:10:15.711Z | Compiling tokio-util v0.7.18 |
| 1501 | 2026-09-11T20:10:15.733Z | Compiling tower-layer v0.3.3 |
| 1502 | 2026-09-11T20:10:15.778Z | Compiling untrusted v0.7.1 |
| 1503 | 2026-09-11T20:10:15.902Z | Compiling simd-adler32 v0.3.8 |
| 1504 | 2026-09-11T20:10:15.913Z | Compiling pest_derive v2.8.6 |
| 1505 | 2026-09-11T20:10:15.953Z | Compiling want v0.3.1 |
| 1506 | 2026-09-11T20:10:16.137Z | Compiling rand_chacha v0.9.0 |
| 1507 | 2026-09-11T20:10:16.350Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-09-11T20:10:16.407Z | Compiling h2 v0.4.15 |
| 1509 | 2026-09-11T20:10:16.748Z | Compiling block-padding v0.4.2 |
| 1510 | 2026-09-11T20:10:16.804Z | Compiling ipnet v2.12.0 |
| 1511 | 2026-09-11T20:10:16.912Z | Compiling scroll_derive v0.13.1 |
| 1512 | 2026-09-11T20:10:17.011Z | Compiling darling_core v0.20.11 |
| 1513 | 2026-09-11T20:10:17.213Z | Compiling adler2 v2.0.1 |
| 1514 | 2026-09-11T20:10:17.348Z | Compiling foreign-types-shared v0.1.1 |
| 1515 | 2026-09-11T20:10:17.362Z | Compiling openssl v0.10.80 |
| 1516 | 2026-09-11T20:10:17.438Z | Compiling tap v1.0.1 |
| 1517 | 2026-09-11T20:10:17.550Z | Compiling const-oid v0.10.2 |
| 1518 | 2026-09-11T20:10:17.607Z | Compiling httpdate v1.0.3 |
| 1519 | 2026-09-11T20:10:17.623Z | Compiling rustls v0.23.41 |
| 1520 | 2026-09-11T20:10:17.738Z | Compiling cpufeatures v0.2.17 |
| 1521 | 2026-09-11T20:10:17.759Z | Compiling maybe-uninit v2.0.0 |
| 1522 | 2026-09-11T20:10:17.810Z | Compiling untrusted v0.9.0 |
| 1523 | 2026-09-11T20:10:17.824Z | Compiling scroll v0.13.0 |
| 1524 | 2026-09-11T20:10:17.839Z | Compiling digest v0.11.3 |
| 1525 | 2026-09-11T20:10:17.953Z | Compiling wyz v0.5.1 |
| 1526 | 2026-09-11T20:10:18.059Z | Compiling foreign-types v0.3.2 |
| 1527 | 2026-09-11T20:10:18.073Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-09-11T20:10:18.089Z | Compiling inout v0.2.2 |
| 1529 | 2026-09-11T20:10:18.132Z | Compiling rand v0.9.2 |
| 1530 | 2026-09-11T20:10:18.263Z | Compiling unicode-normalization v0.1.25 |
| 1531 | 2026-09-11T20:10:18.680Z | Compiling rand_chacha v0.3.1 |
| 1532 | 2026-09-11T20:10:18.717Z | Compiling signature v2.2.0 |
| 1533 | 2026-09-11T20:10:18.781Z | Compiling hex v0.4.3 |
| 1534 | 2026-09-11T20:10:18.869Z | Compiling thiserror-impl v1.0.69 |
| 1535 | 2026-09-11T20:10:18.902Z | Compiling openssl-macros v0.1.1 |
| 1536 | 2026-09-11T20:10:19.052Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1537 | 2026-09-11T20:10:19.304Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1538 | 2026-09-11T20:10:19.324Z | Compiling darling_macro v0.20.11 |
| 1539 | 2026-09-11T20:10:19.401Z | Compiling num-integer v0.1.46 |
| 1540 | 2026-09-11T20:10:19.450Z | Compiling socket2 v0.5.10 |
| 1541 | 2026-09-11T20:10:19.597Z | Compiling hyper v1.10.1 |
| 1542 | 2026-09-11T20:10:19.723Z | Compiling wait-timeout v0.2.1 |
| 1543 | 2026-09-11T20:10:19.809Z | Compiling ahash v0.8.12 |
| 1544 | 2026-09-11T20:10:19.858Z | Compiling cpufeatures v0.3.0 |
| 1545 | 2026-09-11T20:10:19.938Z | Compiling num-bigint-dig v0.8.6 |
| 1546 | 2026-09-11T20:10:19.985Z | Compiling native-tls v0.2.18 |
| 1547 | 2026-09-11T20:10:20.032Z | Compiling num-conv v0.2.0 |
| 1548 | 2026-09-11T20:10:20.105Z | Compiling powerfmt v0.2.0 |
| 1549 | 2026-09-11T20:10:20.139Z | Compiling packed_struct v0.10.1 |
| 1550 | 2026-09-11T20:10:20.161Z | Compiling time-core v0.1.8 |
| 1551 | 2026-09-11T20:10:20.203Z | Compiling quick-error v1.2.3 |
| 1552 | 2026-09-11T20:10:20.303Z | Compiling bit-vec v0.8.0 |
| 1553 | 2026-09-11T20:10:20.317Z | Compiling funty v2.0.0 |
| 1554 | 2026-09-11T20:10:20.320Z | Compiling time-macros v0.2.27 |
| 1555 | 2026-09-11T20:10:20.414Z | Compiling rusty-fork v0.3.1 |
| 1556 | 2026-09-11T20:10:20.463Z | Compiling deranged v0.5.8 |
| 1557 | 2026-09-11T20:10:20.534Z | Compiling bit-set v0.8.0 |
| 1558 | 2026-09-11T20:10:20.584Z | Compiling clap_builder v4.6.0 |
| 1559 | 2026-09-11T20:10:20.691Z | Compiling hyper-util v0.1.20 |
| 1560 | 2026-09-11T20:10:20.716Z | Compiling bitvec v1.0.1 |
| 1561 | 2026-09-11T20:10:20.911Z | Compiling thiserror v1.0.69 |
| 1562 | 2026-09-11T20:10:21.067Z | Compiling darling v0.20.11 |
| 1563 | 2026-09-11T20:10:21.154Z | Compiling num-iter v0.1.45 |
| 1564 | 2026-09-11T20:10:21.436Z | Compiling rand v0.8.6 |
| 1565 | 2026-09-11T20:10:21.955Z | Compiling cipher v0.5.2 |
| 1566 | 2026-09-11T20:10:22.204Z | Compiling goblin v0.10.5 |
| 1567 | 2026-09-11T20:10:22.241Z | Compiling sha2 v0.10.9 |
| 1568 | 2026-09-11T20:10:22.330Z | Compiling lazy_static v1.5.0 |
| 1569 | 2026-09-11T20:10:22.402Z | Compiling rand_xorshift v0.4.0 |
| 1570 | 2026-09-11T20:10:22.418Z | Compiling packed_struct_codegen v0.10.1 |
| 1571 | 2026-09-11T20:10:22.568Z | Compiling toml_datetime v0.6.11 |
| 1572 | 2026-09-11T20:10:22.830Z | Compiling serde_spanned v0.6.9 |
| 1573 | 2026-09-11T20:10:22.978Z | Compiling bitfield-macros v0.19.4 |
| 1574 | 2026-09-11T20:10:23.511Z | Compiling zerocopy-derive v0.6.6 |
| 1575 | 2026-09-11T20:10:23.569Z | Compiling clap_derive v4.6.1 |
| 1576 | 2026-09-11T20:10:23.597Z | Compiling sync_wrapper v1.0.2 |
| 1577 | 2026-09-11T20:10:23.689Z | Compiling indexmap v1.9.3 |
| 1578 | 2026-09-11T20:10:23.706Z | Compiling object v0.37.3 |
| 1579 | 2026-09-11T20:10:23.892Z | Compiling siphasher v1.0.2 |
| 1580 | 2026-09-11T20:10:23.987Z | Compiling crc-catalog v2.4.0 |
| 1581 | 2026-09-11T20:10:24.076Z | Compiling paste v1.0.15 |
| 1582 | 2026-09-11T20:10:24.080Z | Compiling usdt-impl v0.6.0 |
| 1583 | 2026-09-11T20:10:24.303Z | Compiling unarray v0.1.4 |
| 1584 | 2026-09-11T20:10:24.340Z | Compiling nodrop v0.1.14 |
| 1585 | 2026-09-11T20:10:24.372Z | Compiling crossbeam-utils v0.8.21 |
| 1586 | 2026-09-11T20:10:24.406Z | Compiling num_threads v0.1.7 |
| 1587 | 2026-09-11T20:10:24.423Z | Compiling array-init v0.0.4 |
| 1588 | 2026-09-11T20:10:24.433Z | Compiling proptest v1.11.0 |
| 1589 | 2026-09-11T20:10:24.504Z | Compiling time v0.3.47 |
| 1590 | 2026-09-11T20:10:24.736Z | Compiling zerocopy v0.6.6 |
| 1591 | 2026-09-11T20:10:24.787Z | Compiling crc v3.4.0 |
| 1592 | 2026-09-11T20:10:24.984Z | Compiling dof v0.4.0 |
| 1593 | 2026-09-11T20:10:25.126Z | Compiling bitfield v0.19.4 |
| 1594 | 2026-09-11T20:10:25.321Z | Compiling clap v4.6.1 |
| 1595 | 2026-09-11T20:10:25.404Z | Compiling tower v0.5.3 |
| 1596 | 2026-09-11T20:10:26.061Z | Compiling chacha20 v0.10.0 |
| 1597 | 2026-09-11T20:10:26.115Z | Compiling smallvec v0.6.14 |
| 1598 | 2026-09-11T20:10:26.415Z | Compiling derive_builder_core v0.20.2 |
| 1599 | 2026-09-11T20:10:26.444Z | Compiling ipnetwork v0.21.1 |
| 1600 | 2026-09-11T20:10:26.648Z | Compiling dtrace-parser v0.3.0 |
| 1601 | 2026-09-11T20:10:26.820Z | Compiling pkcs1 v0.7.5 |
| 1602 | 2026-09-11T20:10:27.006Z | Compiling http-body-util v0.1.3 |
| 1603 | 2026-09-11T20:10:27.248Z | Compiling heapless v0.7.17 |
| 1604 | 2026-09-11T20:10:27.269Z | Compiling slog v2.8.2 |
| 1605 | 2026-09-11T20:10:27.315Z | Compiling structmeta-derive v0.3.0 |
| 1606 | 2026-09-11T20:10:27.393Z | Compiling scroll_derive v0.12.1 |
| 1607 | 2026-09-11T20:10:27.483Z | Compiling darling_core v0.23.0 |
| 1608 | 2026-09-11T20:10:27.505Z | Compiling thread-id v5.1.0 |
| 1609 | 2026-09-11T20:10:27.592Z | Compiling cookie v0.18.1 |
| 1610 | 2026-09-11T20:10:27.748Z | Compiling env_filter v2.0.0 |
| 1611 | 2026-09-11T20:10:27.793Z | Compiling syn v3.0.3 |
| 1612 | 2026-09-11T20:10:28.051Z | Compiling gimli v0.32.3 |
| 1613 | 2026-09-11T20:10:28.066Z | Compiling winnow v0.5.40 |
| 1614 | 2026-09-11T20:10:28.385Z | Compiling unicode-bidi v0.3.18 |
| 1615 | 2026-09-11T20:10:28.912Z | Compiling iri-string v0.7.10 |
| 1616 | 2026-09-11T20:10:29.509Z | Compiling allocator-api2 v0.2.21 |
| 1617 | 2026-09-11T20:10:29.830Z | Compiling unicode-properties v0.1.4 |
| 1618 | 2026-09-11T20:10:29.989Z | Compiling anyhow v1.0.104 |
| 1619 | 2026-09-11T20:10:30.005Z | Compiling hashbrown v0.12.3 |
| 1620 | 2026-09-11T20:10:30.043Z | Compiling base64 v0.21.7 |
| 1621 | 2026-09-11T20:10:30.311Z | Compiling signal-hook v0.3.18 |
| 1622 | 2026-09-11T20:10:30.352Z | Compiling zstd-safe v7.2.4 |
| 1623 | 2026-09-11T20:10:30.434Z | Compiling ryu v1.0.23 |
| 1624 | 2026-09-11T20:10:30.591Z | Compiling serde_urlencoded v0.7.1 |
| 1625 | 2026-09-11T20:10:30.614Z | Compiling ron v0.8.1 |
| 1626 | 2026-09-11T20:10:30.731Z | Compiling tower-http v0.6.8 |
| 1627 | 2026-09-11T20:10:30.836Z | Compiling darling_macro v0.23.0 |
| 1628 | 2026-09-11T20:10:30.836Z | Compiling stringprep v0.1.5 |
| 1629 | 2026-09-11T20:10:31.130Z | Compiling addr2line v0.25.1 |
| 1630 | 2026-09-11T20:10:31.243Z | Compiling daft-derive v0.1.8 |
| 1631 | 2026-09-11T20:10:31.293Z | Compiling toml_edit v0.19.15 |
| 1632 | 2026-09-11T20:10:31.328Z | Compiling structmeta v0.3.0 |
| 1633 | 2026-09-11T20:10:31.440Z | Compiling scroll v0.12.0 |
| 1634 | 2026-09-11T20:10:31.508Z | Compiling env_logger v0.11.11 |
| 1635 | 2026-09-11T20:10:31.714Z | Compiling derive_builder_macro v0.20.2 |
| 1636 | 2026-09-11T20:10:31.731Z | Compiling rsa v0.9.10 |
| 1637 | 2026-09-11T20:10:31.813Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1638 | 2026-09-11T20:10:31.962Z | Compiling newtype-uuid v1.3.2 |
| 1639 | 2026-09-11T20:10:32.170Z | Compiling oxnet v0.1.6 |
| 1640 | 2026-09-11T20:10:32.204Z | Compiling hashbrown v0.13.2 |
| 1641 | 2026-09-11T20:10:32.344Z | Compiling bzip2 v0.4.4 |
| 1642 | 2026-09-11T20:10:32.558Z | Compiling rand v0.10.1 |
| 1643 | 2026-09-11T20:10:32.613Z | Compiling serde-hex v0.1.0 |
| 1644 | 2026-09-11T20:10:32.698Z | Compiling tokio-native-tls v0.3.1 |
| 1645 | 2026-09-11T20:10:33.379Z | Compiling camino v1.2.5 |
| 1646 | 2026-09-11T20:10:33.762Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1647 | 2026-09-11T20:10:34.329Z | Compiling sha2 v0.11.0 |
| 1648 | 2026-09-11T20:10:34.467Z | Compiling bstr v1.12.1 |
| 1649 | 2026-09-11T20:10:34.482Z | Compiling md-5 v0.11.0 |
| 1650 | 2026-09-11T20:10:34.790Z | Compiling hmac v0.13.0 |
| 1651 | 2026-09-11T20:10:34.833Z | Compiling heck v0.4.1 |
| 1652 | 2026-09-11T20:10:34.984Z | Compiling rustls-native-certs v0.8.3 |
| 1653 | 2026-09-11T20:10:35.093Z | Compiling hubpack_derive v0.1.1 |
| 1654 | 2026-09-11T20:10:35.111Z | Compiling curve25519-dalek v4.1.3 |
| 1655 | 2026-09-11T20:10:35.275Z | Compiling x509-cert v0.2.5 |
| 1656 | 2026-09-11T20:10:35.427Z | Compiling serde_tokenstream v0.2.3 |
| 1657 | 2026-09-11T20:10:35.448Z | Compiling erased-serde v0.3.31 |
| 1658 | 2026-09-11T20:10:35.509Z | Compiling vergen-lib v9.1.0 |
| 1659 | 2026-09-11T20:10:35.639Z | Compiling zerocopy-derive v0.7.35 |
| 1660 | 2026-09-11T20:10:35.706Z | Compiling async-trait v0.1.89 |
| 1661 | 2026-09-11T20:10:35.735Z | Compiling pin-project-internal v1.1.11 |
| 1662 | 2026-09-11T20:10:35.938Z | Compiling hash32 v0.2.1 |
| 1663 | 2026-09-11T20:10:36.064Z | Compiling memoffset v0.9.1 |
| 1664 | 2026-09-11T20:10:36.132Z | Compiling encoding_rs v0.8.35 |
| 1665 | 2026-09-11T20:10:36.278Z | Compiling fallible-iterator v0.2.0 |
| 1666 | 2026-09-11T20:10:36.417Z | Compiling bumpalo v3.20.2 |
| 1667 | 2026-09-11T20:10:36.502Z | Compiling psl-types v2.0.11 |
| 1668 | 2026-09-11T20:10:36.588Z | Compiling smoltcp v0.9.1 |
| 1669 | 2026-09-11T20:10:36.618Z | Compiling zlib-rs v0.6.2 |
| 1670 | 2026-09-11T20:10:36.668Z | Compiling libbz2-rs-sys v0.2.2 |
| 1671 | 2026-09-11T20:10:36.736Z | Compiling crc-any v2.5.0 |
| 1672 | 2026-09-11T20:10:36.851Z | Compiling rustix v0.38.44 |
| 1673 | 2026-09-11T20:10:36.872Z | Compiling mime v0.3.17 |
| 1674 | 2026-09-11T20:10:36.929Z | Compiling litrs v1.0.0 |
| 1675 | 2026-09-11T20:10:36.961Z | Compiling rustc-demangle v0.1.27 |
| 1676 | 2026-09-11T20:10:37.165Z | Compiling ref-cast v1.0.25 |
| 1677 | 2026-09-11T20:10:37.229Z | Compiling owo-colors v4.3.0 |
| 1678 | 2026-09-11T20:10:37.346Z | Compiling cfg_aliases v0.2.1 |
| 1679 | 2026-09-11T20:10:37.404Z | Compiling backtrace v0.3.76 |
| 1680 | 2026-09-11T20:10:37.429Z | Compiling nix v0.31.2 |
| 1681 | 2026-09-11T20:10:37.458Z | Compiling document-features v0.2.12 |
| 1682 | 2026-09-11T20:10:37.606Z | Compiling bzip2 v0.6.1 |
| 1683 | 2026-09-11T20:10:37.638Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1684 | 2026-09-11T20:10:37.653Z | Compiling pin-project v1.1.11 |
| 1685 | 2026-09-11T20:10:37.749Z | Compiling zopfli v0.8.3 |
| 1686 | 2026-09-11T20:10:37.807Z | Compiling publicsuffix v2.3.0 |
| 1687 | 2026-09-11T20:10:37.812Z | Compiling postgres-protocol v0.6.12 |
| 1688 | 2026-09-11T20:10:37.978Z | Compiling zerocopy v0.7.35 |
| 1689 | 2026-09-11T20:10:38.418Z | Compiling hubpack v0.1.2 |
| 1690 | 2026-09-11T20:10:38.566Z | Compiling snafu-derive v0.8.9 |
| 1691 | 2026-09-11T20:10:38.606Z | Compiling daft v0.1.8 |
| 1692 | 2026-09-11T20:10:38.620Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1693 | 2026-09-11T20:10:38.623Z | Compiling hyper-tls v0.6.0 |
| 1694 | 2026-09-11T20:10:38.743Z | Compiling toml v0.7.8 |
| 1695 | 2026-09-11T20:10:38.845Z | Compiling object v0.30.4 |
| 1696 | 2026-09-11T20:10:38.878Z | Compiling zip v0.6.6 |
| 1697 | 2026-09-11T20:10:38.892Z | Compiling derive_builder v0.20.2 |
| 1698 | 2026-09-11T20:10:39.016Z | Compiling goblin v0.8.2 |
| 1699 | 2026-09-11T20:10:39.537Z | Compiling flate2 v1.1.9 |
| 1700 | 2026-09-11T20:10:39.871Z | Compiling derive-ex v0.1.8 |
| 1701 | 2026-09-11T20:10:39.939Z | Compiling darling v0.23.0 |
| 1702 | 2026-09-11T20:10:40.292Z | Compiling phf_shared v0.13.1 |
| 1703 | 2026-09-11T20:10:40.325Z | Compiling regex v1.12.3 |
| 1704 | 2026-09-11T20:10:40.448Z | Compiling convert_case v0.10.0 |
| 1705 | 2026-09-11T20:10:40.531Z | Compiling futures-executor v0.3.32 |
| 1706 | 2026-09-11T20:10:40.750Z | Compiling hmac v0.12.1 |
| 1707 | 2026-09-11T20:10:40.753Z | Compiling vergen v9.1.0 |
| 1708 | 2026-09-11T20:10:40.790Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1709 | 2026-09-11T20:10:40.929Z | Compiling ref-cast-impl v1.0.25 |
| 1710 | 2026-09-11T20:10:40.953Z | Compiling strum_macros v0.27.2 |
| 1711 | 2026-09-11T20:10:41.453Z | Compiling ff v0.13.1 |
| 1712 | 2026-09-11T20:10:41.492Z | Compiling cargo-platform v0.3.2 |
| 1713 | 2026-09-11T20:10:41.544Z | Compiling fs-err v3.3.0 |
| 1714 | 2026-09-11T20:10:41.596Z | Compiling managed v0.8.0 |
| 1715 | 2026-09-11T20:10:41.706Z | Compiling is_ci v1.2.0 |
| 1716 | 2026-09-11T20:10:41.750Z | Compiling base16ct v0.2.0 |
| 1717 | 2026-09-11T20:10:41.818Z | Compiling path-slash v0.1.5 |
| 1718 | 2026-09-11T20:10:41.818Z | Compiling foldhash v0.1.5 |
| 1719 | 2026-09-11T20:10:41.841Z | Compiling same-file v1.0.6 |
| 1720 | 2026-09-11T20:10:41.897Z | Compiling jiff-core v0.1.0 |
| 1721 | 2026-09-11T20:10:41.929Z | Compiling bitflags v1.3.2 |
| 1722 | 2026-09-11T20:10:42.001Z | Compiling walkdir v2.5.0 |
| 1723 | 2026-09-11T20:10:42.013Z | Compiling hashbrown v0.15.5 |
| 1724 | 2026-09-11T20:10:42.359Z | Compiling textwrap v0.16.2 |
| 1725 | 2026-09-11T20:10:42.499Z | Compiling sec1 v0.7.3 |
| 1726 | 2026-09-11T20:10:42.586Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1727 | 2026-09-11T20:10:42.788Z | Compiling jiff v0.2.34 |
| 1728 | 2026-09-11T20:10:42.818Z | Compiling supports-color v3.0.2 |
| 1729 | 2026-09-11T20:10:42.935Z | Compiling cargo_metadata v0.23.1 |
| 1730 | 2026-09-11T20:10:42.950Z | Compiling strum v0.27.2 |
| 1731 | 2026-09-11T20:10:42.991Z | Compiling group v0.13.0 |
| 1732 | 2026-09-11T20:10:43.015Z | Compiling test-strategy v0.4.5 |
| 1733 | 2026-09-11T20:10:43.190Z | Compiling dof v0.3.0 |
| 1734 | 2026-09-11T20:10:43.915Z | Compiling hkdf v0.12.4 |
| 1735 | 2026-09-11T20:10:43.982Z | Compiling derive_more-impl v2.1.1 |
| 1736 | 2026-09-11T20:10:44.095Z | Compiling futures v0.3.32 |
| 1737 | 2026-09-11T20:10:44.178Z | Compiling phf v0.13.1 |
| 1738 | 2026-09-11T20:10:44.312Z | Compiling snafu v0.8.9 |
| 1739 | 2026-09-11T20:10:44.343Z | Compiling signal-hook-mio v0.2.5 |
| 1740 | 2026-09-11T20:10:44.480Z | Compiling serde_with_macros v3.21.0 |
| 1741 | 2026-09-11T20:10:44.669Z | Compiling cookie_store v0.22.1 |
| 1742 | 2026-09-11T20:10:44.825Z | Compiling zstd v0.13.3 |
| 1743 | 2026-09-11T20:10:45.102Z | Compiling reqwest v0.12.28 |
| 1744 | 2026-09-11T20:10:45.142Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 1745 | 2026-09-11T20:10:45.332Z | Compiling postgres-types v0.2.14 |
| 1746 | 2026-09-11T20:10:45.552Z | Compiling backtrace-ext v0.2.1 |
| 1747 | 2026-09-11T20:10:45.875Z | Compiling usdt-macro v0.6.0 |
| 1748 | 2026-09-11T20:10:46.161Z | Compiling usdt-attr-macro v0.6.0 |
| 1749 | 2026-09-11T20:10:46.369Z | Compiling globset v0.4.18 |
| 1750 | 2026-09-11T20:10:46.446Z | Compiling hashbrown v0.16.1 |
| 1751 | 2026-09-11T20:10:46.642Z | Compiling phf_shared v0.11.3 |
| 1752 | 2026-09-11T20:10:46.707Z | Compiling dtrace-parser v0.2.0 |
| 1753 | 2026-09-11T20:10:46.731Z | Compiling byte-wrapper v0.1.0 |
| 1754 | 2026-09-11T20:10:46.829Z | Compiling ed25519 v2.2.3 |
| 1755 | 2026-09-11T20:10:46.978Z | Compiling olpc-cjson v0.1.4 |
| 1756 | 2026-09-11T20:10:47.026Z | Compiling crypto-bigint v0.5.5 |
| 1757 | 2026-09-11T20:10:47.048Z | Compiling serde-big-array v0.5.1 |
| 1758 | 2026-09-11T20:10:47.064Z | Compiling serde_plain v1.0.2 |
| 1759 | 2026-09-11T20:10:47.186Z | Compiling strum_macros v0.26.4 |
| 1760 | 2026-09-11T20:10:47.231Z | Compiling miette-derive v7.6.0 |
| 1761 | 2026-09-11T20:10:47.321Z | Compiling async-recursion v1.1.1 |
| 1762 | 2026-09-11T20:10:47.488Z | Compiling enum-as-inner v0.6.1 |
| 1763 | 2026-09-11T20:10:47.764Z | Compiling serde_repr v0.1.20 |
| 1764 | 2026-09-11T20:10:47.993Z | Compiling pem v3.0.6 |
| 1765 | 2026-09-11T20:10:48.012Z | Compiling float-cmp v0.10.0 |
| 1766 | 2026-09-11T20:10:48.167Z | Compiling memmap2 v0.9.10 |
| 1767 | 2026-09-11T20:10:48.315Z | Compiling thread-id v4.2.2 |
| 1768 | 2026-09-11T20:10:48.335Z | Compiling static_assertions v1.1.0 |
| 1769 | 2026-09-11T20:10:48.395Z | Compiling supports-hyperlinks v3.2.0 |
| 1770 | 2026-09-11T20:10:48.410Z | Compiling whoami v2.1.0 |
| 1771 | 2026-09-11T20:10:48.423Z | Compiling keccak v0.1.6 |
| 1772 | 2026-09-11T20:10:48.423Z | Compiling typed-path v0.9.3 |
| 1773 | 2026-09-11T20:10:48.548Z | Compiling data-encoding v2.10.0 |
| 1774 | 2026-09-11T20:10:48.782Z | Compiling normalize-line-endings v0.3.0 |
| 1775 | 2026-09-11T20:10:48.883Z | Compiling winnow v1.0.3 |
| 1776 | 2026-09-11T20:10:48.904Z | Compiling either v1.15.0 |
| 1777 | 2026-09-11T20:10:48.956Z | Compiling typed-path v0.12.3 |
| 1778 | 2026-09-11T20:10:49.110Z | Compiling new_debug_unreachable v1.0.6 |
| 1779 | 2026-09-11T20:10:49.172Z | Compiling fixedbitset v0.5.7 |
| 1780 | 2026-09-11T20:10:49.187Z | Compiling precomputed-hash v0.1.1 |
| 1781 | 2026-09-11T20:10:49.232Z | Compiling supports-unicode v3.0.0 |
| 1782 | 2026-09-11T20:10:49.249Z | Compiling predicates-core v1.0.10 |
| 1783 | 2026-09-11T20:10:49.271Z | Compiling difflib v0.4.0 |
| 1784 | 2026-09-11T20:10:49.383Z | Compiling fixedbitset v0.4.2 |
| 1785 | 2026-09-11T20:10:49.420Z | Compiling toml_edit v0.22.27 |
| 1786 | 2026-09-11T20:10:49.470Z | Compiling petgraph v0.8.3 |
| 1787 | 2026-09-11T20:10:49.594Z | Compiling petgraph v0.6.5 |
| 1788 | 2026-09-11T20:10:49.644Z | Compiling predicates v3.1.4 |
| 1789 | 2026-09-11T20:10:49.827Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1790 | 2026-09-11T20:10:49.947Z | Compiling zip v8.6.0 |
| 1791 | 2026-09-11T20:10:50.098Z | Compiling miette v7.6.0 |
| 1792 | 2026-09-11T20:10:50.286Z | Compiling string_cache v0.8.9 |
| 1793 | 2026-09-11T20:10:50.438Z | Compiling itertools v0.13.0 |
| 1794 | 2026-09-11T20:10:50.511Z | Compiling strum v0.26.3 |
| 1795 | 2026-09-11T20:10:50.645Z | Compiling hickory-proto v0.25.2 |
| 1796 | 2026-09-11T20:10:51.017Z | Compiling tokio-postgres v0.7.18 |
| 1797 | 2026-09-11T20:10:51.067Z | Compiling sha3 v0.10.8 |
| 1798 | 2026-09-11T20:10:51.231Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 1799 | 2026-09-11T20:10:51.419Z | Compiling usdt-impl v0.5.0 |
| 1800 | 2026-09-11T20:10:51.531Z | Compiling usdt v0.6.0 |
| 1801 | 2026-09-11T20:10:51.696Z | Compiling elliptic-curve v0.13.8 |
| 1802 | 2026-09-11T20:10:51.798Z | Compiling ed25519-dalek v2.2.0 |
| 1803 | 2026-09-11T20:10:51.997Z | Compiling iddqd v0.4.2 |
| 1804 | 2026-09-11T20:10:52.122Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1805 | 2026-09-11T20:10:52.143Z | Compiling crossterm v0.28.1 |
| 1806 | 2026-09-11T20:10:53.347Z | Compiling serde_with v3.21.0 |
| 1807 | 2026-09-11T20:10:53.373Z | Compiling derive_more v2.1.1 |
| 1808 | 2026-09-11T20:10:53.409Z | Compiling zip v4.6.1 |
| 1809 | 2026-09-11T20:10:53.873Z | Compiling similar v2.7.0 |
| 1810 | 2026-09-11T20:10:54.048Z | Compiling crossbeam-epoch v0.9.18 |
| 1811 | 2026-09-11T20:10:54.072Z | Compiling tokio-stream v0.1.18 |
| 1812 | 2026-09-11T20:10:54.350Z | Compiling buf-list v1.1.2 |
| 1813 | 2026-09-11T20:10:54.380Z | Compiling openapiv3 v2.2.0 |
| 1814 | 2026-09-11T20:10:54.533Z | Compiling peg-runtime v0.8.5 |
| 1815 | 2026-09-11T20:10:54.569Z | Compiling lalrpop-util v0.19.12 |
| 1816 | 2026-09-11T20:10:54.624Z | Compiling thread_local v1.1.9 |
| 1817 | 2026-09-11T20:10:54.730Z | Compiling slog-async v2.8.0 |
| 1818 | 2026-09-11T20:10:54.763Z | Compiling crossbeam-channel v0.5.15 |
| 1819 | 2026-09-11T20:10:54.812Z | Compiling filetime v0.2.27 |
| 1820 | 2026-09-11T20:10:54.878Z | Compiling is-terminal v0.4.17 |
| 1821 | 2026-09-11T20:10:54.979Z | Compiling term v1.2.1 |
| 1822 | 2026-09-11T20:10:54.994Z | Compiling take_mut v0.2.2 |
| 1823 | 2026-09-11T20:10:55.062Z | Compiling xattr v1.6.1 |
| 1824 | 2026-09-11T20:10:55.103Z | Compiling camino-tempfile v1.4.1 |
| 1825 | 2026-09-11T20:10:55.225Z | Compiling tar v0.4.46 |
| 1826 | 2026-09-11T20:10:55.327Z | Compiling slog-term v2.9.2 |
| 1827 | 2026-09-11T20:11:01.241Z | Compiling rustls-webpki v0.103.13 |
| 1828 | 2026-09-11T20:11:03.985Z | Compiling tokio-rustls v0.26.4 |
| 1829 | 2026-09-11T20:11:03.985Z | Compiling rustls-platform-verifier v0.6.2 |
| 1830 | 2026-09-11T20:11:03.988Z | Compiling tough v0.22.0 |
| 1831 | 2026-09-11T20:11:04.183Z | Compiling hyper-rustls v0.27.7 |
| 1832 | 2026-09-11T20:11:04.386Z | Compiling reqwest v0.13.2 |
| 1833 | 2026-09-11T20:11:06.634Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1834 | 2026-09-11T20:11:06.868Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1835 | 2026-09-11T20:11:09.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1836 | 2026-09-11T20:11:09.990Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1837 | 2026-09-11T20:11:10.045Z | Sep 11 20:11:08.963 INFO Starting download, target: Console |
| 1838 | 2026-09-11T20:11:10.045Z | Sep 11 20:11:08.964 INFO Starting download, target: Cockroach |
| 1839 | 2026-09-11T20:11:10.045Z | Sep 11 20:11:08.964 INFO Starting download, target: DendriteStub |
| 1840 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Starting download, target: Clickhouse |
| 1841 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Starting download, target: MaghemiteMgd |
| 1842 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Starting download, target: MaghemiteDdmd |
| 1843 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Starting download, target: TransceiverControl |
| 1844 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1845 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1846 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1847 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1848 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1849 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1850 | 2026-09-11T20:11:10.048Z | Sep 11 20:11:08.964 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1851 | 2026-09-11T20:11:10.365Z | Sep 11 20:11:09.283 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1852 | 2026-09-11T20:11:10.545Z | Sep 11 20:11:09.455 INFO Download complete, target: TransceiverControl |
| 1853 | 2026-09-11T20:11:11.743Z | Sep 11 20:11:10.657 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1854 | 2026-09-11T20:11:11.758Z | Sep 11 20:11:10.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1855 | 2026-09-11T20:11:11.966Z | Sep 11 20:11:10.882 INFO Download complete, target: Console |
| 1856 | 2026-09-11T20:11:12.084Z | Sep 11 20:11:10.996 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1857 | 2026-09-11T20:11:12.094Z | Sep 11 20:11:11.004 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1858 | 2026-09-11T20:11:12.157Z | Sep 11 20:11:11.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1859 | 2026-09-11T20:11:12.713Z | Sep 11 20:11:11.632 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1860 | 2026-09-11T20:11:12.714Z | Sep 11 20:11:11.632 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1861 | 2026-09-11T20:11:13.309Z | Sep 11 20:11:12.227 INFO Download complete, target: MaghemiteDdmd |
| 1862 | 2026-09-11T20:11:14.178Z | Sep 11 20:11:13.088 INFO Download complete, target: MaghemiteMgd |
| 1863 | 2026-09-11T20:11:14.256Z | Sep 11 20:11:13.169 INFO Download complete, target: DendriteStub |
| 1864 | 2026-09-11T20:11:16.509Z | Sep 11 20:11:15.427 INFO Checking that binary works, target: Cockroach |
| 1865 | 2026-09-11T20:11:16.635Z | Sep 11 20:11:15.551 INFO Download complete, target: Cockroach |
| 1866 | 2026-09-11T20:11:17.502Z | Sep 11 20:11:16.418 INFO Checking that binary works, target: Clickhouse |
| 1867 | 2026-09-11T20:11:17.591Z | Sep 11 20:11:16.503 INFO Download complete, target: Clickhouse |
| 1868 | 2026-09-11T20:11:17.601Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1869 | 2026-09-11T20:11:17.605Z | |
| 1870 | 2026-09-11T20:11:17.605Z | real 2:10.173643809 |
| 1871 | 2026-09-11T20:11:17.605Z | user 7:26.599276435 |
| 1872 | 2026-09-11T20:11:17.605Z | sys 1:30.543346513 |
| 1873 | 2026-09-11T20:11:17.605Z | trap 0.257473357 |
| 1874 | 2026-09-11T20:11:17.606Z | tflt 0.504662078 |
| 1875 | 2026-09-11T20:11:17.606Z | dflt 1.008538574 |
| 1876 | 2026-09-11T20:11:17.606Z | kflt 0.022679490 |
| 1877 | 2026-09-11T20:11:17.606Z | lock 27:44.264726440 |
| 1878 | 2026-09-11T20:11:17.606Z | slp 22:40.050438082 |
| 1879 | 2026-09-11T20:11:17.606Z | lat 50.733505701 |
| 1880 | 2026-09-11T20:11:17.606Z | stop 2:47.867925889 |
| 1881 | 2026-09-11T20:11:17.606Z | + banner hack-check |
| 1882 | 2026-09-11T20:11:17.606Z | |
| 1883 | 2026-09-11T20:11:17.606Z | # # ## #### # # #### # # ###### #### # # |
| 1884 | 2026-09-11T20:11:17.606Z | # # # # # # # # # # # # # # # # # |
| 1885 | 2026-09-11T20:11:17.606Z | ###### # # # #### ##### # ###### ##### # #### |
| 1886 | 2026-09-11T20:11:17.606Z | # # ###### # # # # # # # # # # |
| 1887 | 2026-09-11T20:11:17.606Z | # # # # # # # # # # # # # # # # # |
| 1888 | 2026-09-11T20:11:17.606Z | # # # # #### # # #### # # ###### #### # # |
| 1889 | 2026-09-11T20:11:17.606Z | |
| 1890 | 2026-09-11T20:11:17.606Z | + export CARGO_INCREMENTAL=0 |
| 1891 | 2026-09-11T20:11:17.606Z | + CARGO_INCREMENTAL=0 |
| 1892 | 2026-09-11T20:11:17.606Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1893 | 2026-09-11T20:11:18.179Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1894 | 2026-09-11T20:11:18.378Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1895 | 2026-09-11T20:11:20.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1896 | 2026-09-11T20:11:20.262Z | Running `target/debug/xtask check-features --ci` |
| 1897 | 2026-09-11T20:11:20.288Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1898 | 2026-09-11T20:11:20.288Z | running: "/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1899 | 2026-09-11T20:11:21.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1900 | 2026-09-11T20:11:21.561Z | Running `target/debug/xtask download cargo-hack` |
| 1901 | 2026-09-11T20:11:21.561Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1902 | 2026-09-11T20:11:21.874Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1903 | 2026-09-11T20:11:24.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
| 1904 | 2026-09-11T20:11:24.631Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1905 | 2026-09-11T20:11:24.666Z | Sep 11 20:11:23.580 INFO Starting download, target: CargoHack |
| 1906 | 2026-09-11T20:11:24.673Z | Sep 11 20:11:23.580 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1907 | 2026-09-11T20:11:25.052Z | Sep 11 20:11:23.968 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1908 | 2026-09-11T20:11:25.088Z | Sep 11 20:11:24.007 INFO Download complete, target: CargoHack |
| 1909 | 2026-09-11T20:11:25.094Z | 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" |
| 1910 | 2026-09-11T20:11:25.110Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1911 | 2026-09-11T20:11:25.269Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1912 | 2026-09-11T20:11:25.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-09-11T20:11:25.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-09-11T20:11:25.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-09-11T20:11:25.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1916 | 2026-09-11T20:11:25.829Z | |
| 1917 | 2026-09-11T20:11:25.829Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1918 | 2026-09-11T20:11:26.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-09-11T20:11:26.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-09-11T20:11:26.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-09-11T20:11:26.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1922 | 2026-09-11T20:11:26.394Z | |
| 1923 | 2026-09-11T20:11:26.394Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1924 | 2026-09-11T20:11:26.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-09-11T20:11:26.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-09-11T20:11:26.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-09-11T20:11:26.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1928 | 2026-09-11T20:11:26.955Z | |
| 1929 | 2026-09-11T20:11:26.955Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1930 | 2026-09-11T20:11:27.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-09-11T20:11:27.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-09-11T20:11:27.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-09-11T20:11:27.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1934 | 2026-09-11T20:11:27.512Z | |
| 1935 | 2026-09-11T20:11:27.512Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1936 | 2026-09-11T20:11:27.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-09-11T20:11:27.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-09-11T20:11:27.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-09-11T20:11:28.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1940 | 2026-09-11T20:11:28.069Z | |
| 1941 | 2026-09-11T20:11:28.069Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1942 | 2026-09-11T20:11:28.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-09-11T20:11:28.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-09-11T20:11:28.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-09-11T20:11:28.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1946 | 2026-09-11T20:11:28.648Z | |
| 1947 | 2026-09-11T20:11:28.648Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1948 | 2026-09-11T20:11:29.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-09-11T20:11:29.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-09-11T20:11:29.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-09-11T20:11:29.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1952 | 2026-09-11T20:11:29.235Z | |
| 1953 | 2026-09-11T20:11:29.235Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1954 | 2026-09-11T20:11:29.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-09-11T20:11:29.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-09-11T20:11:29.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-09-11T20:11:29.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1958 | 2026-09-11T20:11:29.807Z | |
| 1959 | 2026-09-11T20:11:29.807Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 1960 | 2026-09-11T20:11:30.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-09-11T20:11:30.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-09-11T20:11:30.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-09-11T20:11:30.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1964 | 2026-09-11T20:11:30.229Z | |
| 1965 | 2026-09-11T20:11:30.229Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 1966 | 2026-09-11T20:11:30.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-09-11T20:11:30.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-09-11T20:11:30.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-09-11T20:11:30.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1970 | 2026-09-11T20:11:30.686Z | |
| 1971 | 2026-09-11T20:11:30.686Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 1972 | 2026-09-11T20:11:31.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-09-11T20:11:31.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-09-11T20:11:31.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-09-11T20:11:31.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1976 | 2026-09-11T20:11:31.077Z | |
| 1977 | 2026-09-11T20:11:31.077Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 1978 | 2026-09-11T20:11:31.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-09-11T20:11:31.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-09-11T20:11:31.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-09-11T20:11:31.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1982 | 2026-09-11T20:11:31.514Z | |
| 1983 | 2026-09-11T20:11:31.514Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 1984 | 2026-09-11T20:11:31.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-09-11T20:11:32.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-09-11T20:11:32.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-09-11T20:11:32.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1988 | 2026-09-11T20:11:32.083Z | |
| 1989 | 2026-09-11T20:11:32.083Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 1990 | 2026-09-11T20:11:32.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-09-11T20:11:32.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-09-11T20:11:32.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-09-11T20:11:32.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1994 | 2026-09-11T20:11:32.361Z | |
| 1995 | 2026-09-11T20:11:32.361Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 1996 | 2026-09-11T20:11:32.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-09-11T20:11:32.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-09-11T20:11:32.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-09-11T20:11:32.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2000 | 2026-09-11T20:11:32.785Z | |
| 2001 | 2026-09-11T20:11:32.785Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 2002 | 2026-09-11T20:11:33.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-09-11T20:11:33.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-09-11T20:11:33.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-09-11T20:11:33.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2006 | 2026-09-11T20:11:33.211Z | |
| 2007 | 2026-09-11T20:11:33.211Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 2008 | 2026-09-11T20:11:33.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-09-11T20:11:33.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-09-11T20:11:33.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-09-11T20:11:33.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2012 | 2026-09-11T20:11:33.640Z | |
| 2013 | 2026-09-11T20:11:33.640Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 2014 | 2026-09-11T20:11:35.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-09-11T20:11:35.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-09-11T20:11:35.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-09-11T20:11:35.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2018 | 2026-09-11T20:11:35.558Z | |
| 2019 | 2026-09-11T20:11:35.558Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 2020 | 2026-09-11T20:11:35.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-09-11T20:11:35.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-09-11T20:11:35.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-09-11T20:11:35.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2024 | 2026-09-11T20:11:35.558Z | |
| 2025 | 2026-09-11T20:11:35.558Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2026 | 2026-09-11T20:11:35.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-09-11T20:11:35.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-09-11T20:11:35.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-09-11T20:11:35.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2030 | 2026-09-11T20:11:35.559Z | |
| 2031 | 2026-09-11T20:11:35.559Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2032 | 2026-09-11T20:11:35.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-09-11T20:11:35.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-09-11T20:11:35.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-09-11T20:11:35.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2036 | 2026-09-11T20:11:35.559Z | |
| 2037 | 2026-09-11T20:11:35.559Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2038 | 2026-09-11T20:11:35.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-09-11T20:11:35.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-09-11T20:11:35.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-09-11T20:11:35.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2042 | 2026-09-11T20:11:35.762Z | |
| 2043 | 2026-09-11T20:11:35.762Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2044 | 2026-09-11T20:11:36.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-09-11T20:11:36.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-09-11T20:11:36.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-09-11T20:11:36.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2048 | 2026-09-11T20:11:36.187Z | |
| 2049 | 2026-09-11T20:11:36.187Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2050 | 2026-09-11T20:11:36.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-09-11T20:11:36.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-09-11T20:11:36.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-09-11T20:11:36.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2054 | 2026-09-11T20:11:36.612Z | |
| 2055 | 2026-09-11T20:11:36.612Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2056 | 2026-09-11T20:11:36.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-09-11T20:11:36.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-09-11T20:11:36.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-09-11T20:11:36.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2060 | 2026-09-11T20:11:37.041Z | |
| 2061 | 2026-09-11T20:11:37.041Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2062 | 2026-09-11T20:11:37.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-09-11T20:11:37.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-09-11T20:11:37.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-09-11T20:11:37.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2066 | 2026-09-11T20:11:37.463Z | |
| 2067 | 2026-09-11T20:11:37.463Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2068 | 2026-09-11T20:11:37.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-09-11T20:11:37.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-09-11T20:11:37.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-09-11T20:11:37.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2072 | 2026-09-11T20:11:37.892Z | |
| 2073 | 2026-09-11T20:11:37.892Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2074 | 2026-09-11T20:11:38.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-09-11T20:11:38.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-09-11T20:11:38.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-09-11T20:11:38.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2078 | 2026-09-11T20:11:38.312Z | |
| 2079 | 2026-09-11T20:11:38.312Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2080 | 2026-09-11T20:11:38.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-09-11T20:11:38.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-09-11T20:11:38.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-09-11T20:11:38.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2084 | 2026-09-11T20:11:38.736Z | |
| 2085 | 2026-09-11T20:11:38.736Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2086 | 2026-09-11T20:11:39.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-09-11T20:11:39.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-09-11T20:11:39.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-09-11T20:11:39.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2090 | 2026-09-11T20:11:39.164Z | |
| 2091 | 2026-09-11T20:11:39.164Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2092 | 2026-09-11T20:11:39.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-09-11T20:11:39.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-09-11T20:11:39.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-09-11T20:11:39.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2096 | 2026-09-11T20:11:39.589Z | |
| 2097 | 2026-09-11T20:11:39.589Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2098 | 2026-09-11T20:11:39.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-09-11T20:11:39.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-09-11T20:11:39.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-09-11T20:11:39.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2102 | 2026-09-11T20:11:40.015Z | |
| 2103 | 2026-09-11T20:11:40.015Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2104 | 2026-09-11T20:11:40.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-09-11T20:11:40.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-09-11T20:11:40.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-09-11T20:11:40.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2108 | 2026-09-11T20:11:40.443Z | |
| 2109 | 2026-09-11T20:11:40.443Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2110 | 2026-09-11T20:11:40.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-09-11T20:11:40.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-09-11T20:11:40.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-09-11T20:11:40.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2114 | 2026-09-11T20:11:40.872Z | |
| 2115 | 2026-09-11T20:11:40.872Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2116 | 2026-09-11T20:11:41.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-09-11T20:11:41.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-09-11T20:11:41.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-09-11T20:11:41.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2120 | 2026-09-11T20:11:41.301Z | |
| 2121 | 2026-09-11T20:11:41.301Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2122 | 2026-09-11T20:11:41.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-09-11T20:11:41.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-09-11T20:11:41.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-09-11T20:11:41.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2126 | 2026-09-11T20:11:41.728Z | |
| 2127 | 2026-09-11T20:11:41.728Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2128 | 2026-09-11T20:11:42.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-09-11T20:11:42.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-09-11T20:11:42.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-09-11T20:11:42.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2132 | 2026-09-11T20:11:42.160Z | |
| 2133 | 2026-09-11T20:11:42.160Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2134 | 2026-09-11T20:11:42.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-09-11T20:11:42.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-09-11T20:11:42.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-09-11T20:11:42.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2138 | 2026-09-11T20:11:42.597Z | |
| 2139 | 2026-09-11T20:11:42.597Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2140 | 2026-09-11T20:11:42.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-09-11T20:11:42.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-09-11T20:11:42.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-09-11T20:11:42.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2144 | 2026-09-11T20:11:43.100Z | |
| 2145 | 2026-09-11T20:11:43.101Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2146 | 2026-09-11T20:11:43.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-09-11T20:11:43.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-09-11T20:11:43.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-09-11T20:11:43.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2150 | 2026-09-11T20:11:43.439Z | |
| 2151 | 2026-09-11T20:11:43.440Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2152 | 2026-09-11T20:11:43.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-09-11T20:11:43.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-09-11T20:11:43.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-09-11T20:11:43.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2156 | 2026-09-11T20:11:43.864Z | |
| 2157 | 2026-09-11T20:11:43.864Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2158 | 2026-09-11T20:11:44.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-09-11T20:11:44.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-09-11T20:11:44.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-09-11T20:11:44.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2162 | 2026-09-11T20:11:44.294Z | |
| 2163 | 2026-09-11T20:11:44.294Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2164 | 2026-09-11T20:11:44.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-09-11T20:11:44.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-09-11T20:11:44.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-09-11T20:11:44.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2168 | 2026-09-11T20:11:44.712Z | |
| 2169 | 2026-09-11T20:11:44.712Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2170 | 2026-09-11T20:11:45.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-09-11T20:11:45.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-09-11T20:11:45.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-09-11T20:11:45.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2174 | 2026-09-11T20:11:45.153Z | |
| 2175 | 2026-09-11T20:11:45.153Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2176 | 2026-09-11T20:11:45.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-09-11T20:11:45.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-09-11T20:11:45.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-09-11T20:11:45.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2180 | 2026-09-11T20:11:45.675Z | |
| 2181 | 2026-09-11T20:11:45.675Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2182 | 2026-09-11T20:11:45.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-09-11T20:11:45.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-09-11T20:11:45.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-09-11T20:11:45.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2186 | 2026-09-11T20:11:46.000Z | |
| 2187 | 2026-09-11T20:11:46.000Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2188 | 2026-09-11T20:11:46.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-09-11T20:11:46.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-09-11T20:11:46.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-09-11T20:11:46.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2192 | 2026-09-11T20:11:46.419Z | |
| 2193 | 2026-09-11T20:11:46.419Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2194 | 2026-09-11T20:11:46.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-09-11T20:11:46.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-09-11T20:11:46.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-09-11T20:11:46.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2198 | 2026-09-11T20:11:46.857Z | |
| 2199 | 2026-09-11T20:11:46.857Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2200 | 2026-09-11T20:11:47.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-09-11T20:11:47.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-09-11T20:11:47.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-09-11T20:11:47.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2204 | 2026-09-11T20:11:47.253Z | |
| 2205 | 2026-09-11T20:11:47.253Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2206 | 2026-09-11T20:11:49.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-09-11T20:11:49.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-09-11T20:11:49.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-09-11T20:11:49.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2210 | 2026-09-11T20:11:49.199Z | |
| 2211 | 2026-09-11T20:11:49.199Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2212 | 2026-09-11T20:11:49.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-09-11T20:11:49.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-09-11T20:11:49.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-09-11T20:11:49.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2216 | 2026-09-11T20:11:49.199Z | |
| 2217 | 2026-09-11T20:11:49.199Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2218 | 2026-09-11T20:11:49.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-09-11T20:11:49.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-09-11T20:11:49.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-09-11T20:11:49.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2222 | 2026-09-11T20:11:49.199Z | |
| 2223 | 2026-09-11T20:11:49.199Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2224 | 2026-09-11T20:11:49.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-09-11T20:11:49.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-09-11T20:11:49.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-09-11T20:11:49.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2228 | 2026-09-11T20:11:49.200Z | |
| 2229 | 2026-09-11T20:11:49.200Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2230 | 2026-09-11T20:11:49.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-09-11T20:11:49.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-09-11T20:11:49.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-09-11T20:11:49.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2234 | 2026-09-11T20:11:49.368Z | |
| 2235 | 2026-09-11T20:11:49.368Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2236 | 2026-09-11T20:11:49.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-09-11T20:11:49.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-09-11T20:11:49.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-09-11T20:11:49.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2240 | 2026-09-11T20:11:49.785Z | |
| 2241 | 2026-09-11T20:11:49.785Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2242 | 2026-09-11T20:11:50.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-09-11T20:11:50.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-09-11T20:11:50.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-09-11T20:11:50.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2246 | 2026-09-11T20:11:50.206Z | |
| 2247 | 2026-09-11T20:11:50.206Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2248 | 2026-09-11T20:11:50.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-09-11T20:11:50.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-09-11T20:11:50.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-09-11T20:11:50.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2252 | 2026-09-11T20:11:50.625Z | |
| 2253 | 2026-09-11T20:11:50.625Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2254 | 2026-09-11T20:11:50.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-09-11T20:11:50.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-09-11T20:11:50.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-09-11T20:11:50.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2258 | 2026-09-11T20:11:51.043Z | |
| 2259 | 2026-09-11T20:11:51.043Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2260 | 2026-09-11T20:11:51.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-09-11T20:11:51.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-09-11T20:11:51.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2263 | 2026-09-11T20:11:51.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2264 | 2026-09-11T20:11:51.464Z | |
| 2265 | 2026-09-11T20:11:51.464Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2266 | 2026-09-11T20:11:51.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2267 | 2026-09-11T20:11:51.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2268 | 2026-09-11T20:11:51.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2269 | 2026-09-11T20:11:51.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2270 | 2026-09-11T20:11:51.882Z | |
| 2271 | 2026-09-11T20:11:51.882Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2272 | 2026-09-11T20:11:52.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2273 | 2026-09-11T20:11:52.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2274 | 2026-09-11T20:11:52.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2275 | 2026-09-11T20:11:52.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2276 | 2026-09-11T20:11:52.309Z | |
| 2277 | 2026-09-11T20:11:52.309Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2278 | 2026-09-11T20:11:52.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2279 | 2026-09-11T20:11:52.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2280 | 2026-09-11T20:11:52.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2281 | 2026-09-11T20:11:52.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2282 | 2026-09-11T20:11:52.731Z | |
| 2283 | 2026-09-11T20:11:52.731Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2284 | 2026-09-11T20:11:53.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2285 | 2026-09-11T20:11:53.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2286 | 2026-09-11T20:11:53.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2287 | 2026-09-11T20:11:53.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2288 | 2026-09-11T20:11:53.157Z | |
| 2289 | 2026-09-11T20:11:53.157Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2290 | 2026-09-11T20:11:53.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2291 | 2026-09-11T20:11:53.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2292 | 2026-09-11T20:11:53.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2293 | 2026-09-11T20:11:53.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2294 | 2026-09-11T20:11:53.579Z | |
| 2295 | 2026-09-11T20:11:53.579Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2296 | 2026-09-11T20:11:53.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2026-09-11T20:11:53.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2026-09-11T20:11:53.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2299 | 2026-09-11T20:11:53.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2300 | 2026-09-11T20:11:53.997Z | |
| 2301 | 2026-09-11T20:11:53.997Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2302 | 2026-09-11T20:11:54.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2303 | 2026-09-11T20:11:54.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2304 | 2026-09-11T20:11:54.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2305 | 2026-09-11T20:11:54.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2306 | 2026-09-11T20:11:54.412Z | |
| 2307 | 2026-09-11T20:11:54.413Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2308 | 2026-09-11T20:11:54.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2309 | 2026-09-11T20:11:54.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2310 | 2026-09-11T20:11:54.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2311 | 2026-09-11T20:11:54.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2312 | 2026-09-11T20:11:54.832Z | |
| 2313 | 2026-09-11T20:11:54.832Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2314 | 2026-09-11T20:11:55.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2315 | 2026-09-11T20:11:55.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2316 | 2026-09-11T20:11:55.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2317 | 2026-09-11T20:11:55.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2318 | 2026-09-11T20:11:55.253Z | |
| 2319 | 2026-09-11T20:11:55.253Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2320 | 2026-09-11T20:11:55.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2321 | 2026-09-11T20:11:55.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2322 | 2026-09-11T20:11:55.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2323 | 2026-09-11T20:11:55.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2324 | 2026-09-11T20:11:55.672Z | |
| 2325 | 2026-09-11T20:11:55.672Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2326 | 2026-09-11T20:11:56.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2327 | 2026-09-11T20:11:56.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2328 | 2026-09-11T20:11:56.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2329 | 2026-09-11T20:11:56.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2330 | 2026-09-11T20:11:56.113Z | |
| 2331 | 2026-09-11T20:11:56.113Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2332 | 2026-09-11T20:11:56.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2333 | 2026-09-11T20:11:56.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2334 | 2026-09-11T20:11:56.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2335 | 2026-09-11T20:11:56.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2336 | 2026-09-11T20:11:56.518Z | |
| 2337 | 2026-09-11T20:11:56.518Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2338 | 2026-09-11T20:11:56.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2339 | 2026-09-11T20:11:56.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2340 | 2026-09-11T20:11:56.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2341 | 2026-09-11T20:11:56.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2342 | 2026-09-11T20:11:56.934Z | |
| 2343 | 2026-09-11T20:11:56.934Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2344 | 2026-09-11T20:11:57.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2345 | 2026-09-11T20:11:57.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2346 | 2026-09-11T20:11:57.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2347 | 2026-09-11T20:11:57.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2348 | 2026-09-11T20:11:57.351Z | |
| 2349 | 2026-09-11T20:11:57.351Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2350 | 2026-09-11T20:11:57.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2351 | 2026-09-11T20:11:57.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2352 | 2026-09-11T20:11:57.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2353 | 2026-09-11T20:11:57.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2354 | 2026-09-11T20:11:57.770Z | |
| 2355 | 2026-09-11T20:11:57.770Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2356 | 2026-09-11T20:11:58.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2357 | 2026-09-11T20:11:58.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2358 | 2026-09-11T20:11:58.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2359 | 2026-09-11T20:11:58.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2360 | 2026-09-11T20:11:58.192Z | |
| 2361 | 2026-09-11T20:11:58.192Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2362 | 2026-09-11T20:11:58.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2363 | 2026-09-11T20:11:58.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2364 | 2026-09-11T20:11:58.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2365 | 2026-09-11T20:11:58.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2366 | 2026-09-11T20:11:58.613Z | |
| 2367 | 2026-09-11T20:11:58.613Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2368 | 2026-09-11T20:11:58.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2369 | 2026-09-11T20:11:58.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2370 | 2026-09-11T20:11:58.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2371 | 2026-09-11T20:11:58.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2372 | 2026-09-11T20:11:59.027Z | |
| 2373 | 2026-09-11T20:11:59.027Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2374 | 2026-09-11T20:11:59.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2375 | 2026-09-11T20:11:59.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2376 | 2026-09-11T20:11:59.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2377 | 2026-09-11T20:11:59.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2378 | 2026-09-11T20:11:59.445Z | |
| 2379 | 2026-09-11T20:11:59.445Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2380 | 2026-09-11T20:11:59.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2381 | 2026-09-11T20:11:59.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2382 | 2026-09-11T20:11:59.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2383 | 2026-09-11T20:11:59.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2384 | 2026-09-11T20:11:59.861Z | |
| 2385 | 2026-09-11T20:11:59.861Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2386 | 2026-09-11T20:12:00.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2387 | 2026-09-11T20:12:00.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2388 | 2026-09-11T20:12:00.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2389 | 2026-09-11T20:12:00.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2390 | 2026-09-11T20:12:00.282Z | |
| 2391 | 2026-09-11T20:12:00.282Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2392 | 2026-09-11T20:12:00.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2393 | 2026-09-11T20:12:00.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2394 | 2026-09-11T20:12:00.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2395 | 2026-09-11T20:12:00.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2396 | 2026-09-11T20:12:00.704Z | |
| 2397 | 2026-09-11T20:12:00.704Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2398 | 2026-09-11T20:12:01.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2399 | 2026-09-11T20:12:01.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2400 | 2026-09-11T20:12:01.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2401 | 2026-09-11T20:12:01.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2402 | 2026-09-11T20:12:01.125Z | |
| 2403 | 2026-09-11T20:12:01.125Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2404 | 2026-09-11T20:12:01.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2405 | 2026-09-11T20:12:01.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2406 | 2026-09-11T20:12:01.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2407 | 2026-09-11T20:12:01.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2408 | 2026-09-11T20:12:01.558Z | |
| 2409 | 2026-09-11T20:12:01.558Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2410 | 2026-09-11T20:12:01.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2411 | 2026-09-11T20:12:01.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2412 | 2026-09-11T20:12:01.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2413 | 2026-09-11T20:12:01.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2414 | 2026-09-11T20:12:01.981Z | |
| 2415 | 2026-09-11T20:12:01.981Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2416 | 2026-09-11T20:12:04.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2417 | 2026-09-11T20:12:04.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2418 | 2026-09-11T20:12:04.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2419 | 2026-09-11T20:12:04.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2420 | 2026-09-11T20:12:04.104Z | |
| 2421 | 2026-09-11T20:12:04.104Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2422 | 2026-09-11T20:12:04.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2423 | 2026-09-11T20:12:04.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2424 | 2026-09-11T20:12:04.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2425 | 2026-09-11T20:12:04.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2426 | 2026-09-11T20:12:04.104Z | |
| 2427 | 2026-09-11T20:12:04.104Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2428 | 2026-09-11T20:12:04.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2429 | 2026-09-11T20:12:04.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2430 | 2026-09-11T20:12:04.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2431 | 2026-09-11T20:12:04.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2432 | 2026-09-11T20:12:04.104Z | |
| 2433 | 2026-09-11T20:12:04.104Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2434 | 2026-09-11T20:12:04.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2435 | 2026-09-11T20:12:04.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2436 | 2026-09-11T20:12:04.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2437 | 2026-09-11T20:12:04.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2438 | 2026-09-11T20:12:04.104Z | |
| 2439 | 2026-09-11T20:12:04.104Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2440 | 2026-09-11T20:12:04.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2441 | 2026-09-11T20:12:04.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2442 | 2026-09-11T20:12:04.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2443 | 2026-09-11T20:12:04.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2444 | 2026-09-11T20:12:04.293Z | |
| 2445 | 2026-09-11T20:12:04.293Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2446 | 2026-09-11T20:12:04.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2447 | 2026-09-11T20:12:04.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2448 | 2026-09-11T20:12:04.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2449 | 2026-09-11T20:12:04.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2450 | 2026-09-11T20:12:05.027Z | |
| 2451 | 2026-09-11T20:12:05.028Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2452 | 2026-09-11T20:12:05.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2453 | 2026-09-11T20:12:05.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2454 | 2026-09-11T20:12:05.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2455 | 2026-09-11T20:12:05.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2456 | 2026-09-11T20:12:05.504Z | |
| 2457 | 2026-09-11T20:12:05.504Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2458 | 2026-09-11T20:12:06.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2459 | 2026-09-11T20:12:06.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2460 | 2026-09-11T20:12:06.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2461 | 2026-09-11T20:12:06.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2462 | 2026-09-11T20:12:06.111Z | |
| 2463 | 2026-09-11T20:12:06.111Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2464 | 2026-09-11T20:12:06.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2465 | 2026-09-11T20:12:06.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2466 | 2026-09-11T20:12:06.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2467 | 2026-09-11T20:12:06.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2468 | 2026-09-11T20:12:06.695Z | |
| 2469 | 2026-09-11T20:12:06.695Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2470 | 2026-09-11T20:12:07.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2471 | 2026-09-11T20:12:07.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2472 | 2026-09-11T20:12:07.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2473 | 2026-09-11T20:12:07.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2474 | 2026-09-11T20:12:07.249Z | |
| 2475 | 2026-09-11T20:12:07.249Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2476 | 2026-09-11T20:12:07.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2477 | 2026-09-11T20:12:07.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2478 | 2026-09-11T20:12:07.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2479 | 2026-09-11T20:12:07.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2480 | 2026-09-11T20:12:07.829Z | |
| 2481 | 2026-09-11T20:12:07.829Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2482 | 2026-09-11T20:12:08.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2483 | 2026-09-11T20:12:08.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2484 | 2026-09-11T20:12:08.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2485 | 2026-09-11T20:12:08.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2486 | 2026-09-11T20:12:08.411Z | |
| 2487 | 2026-09-11T20:12:08.411Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2488 | 2026-09-11T20:12:08.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2489 | 2026-09-11T20:12:08.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2490 | 2026-09-11T20:12:08.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2491 | 2026-09-11T20:12:08.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2492 | 2026-09-11T20:12:08.983Z | |
| 2493 | 2026-09-11T20:12:08.983Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2494 | 2026-09-11T20:12:09.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2495 | 2026-09-11T20:12:09.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2496 | 2026-09-11T20:12:09.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2497 | 2026-09-11T20:12:09.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2498 | 2026-09-11T20:12:09.557Z | |
| 2499 | 2026-09-11T20:12:09.557Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2500 | 2026-09-11T20:12:10.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2501 | 2026-09-11T20:12:10.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2502 | 2026-09-11T20:12:10.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2503 | 2026-09-11T20:12:10.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2504 | 2026-09-11T20:12:10.112Z | |
| 2505 | 2026-09-11T20:12:10.112Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2506 | 2026-09-11T20:12:10.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2507 | 2026-09-11T20:12:10.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2508 | 2026-09-11T20:12:10.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2509 | 2026-09-11T20:12:10.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2510 | 2026-09-11T20:12:10.668Z | |
| 2511 | 2026-09-11T20:12:10.668Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2512 | 2026-09-11T20:12:11.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2513 | 2026-09-11T20:12:11.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2514 | 2026-09-11T20:12:11.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2515 | 2026-09-11T20:12:11.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2516 | 2026-09-11T20:12:11.224Z | |
| 2517 | 2026-09-11T20:12:11.224Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2518 | 2026-09-11T20:12:11.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2519 | 2026-09-11T20:12:11.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2520 | 2026-09-11T20:12:11.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2521 | 2026-09-11T20:12:11.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2522 | 2026-09-11T20:12:11.827Z | |
| 2523 | 2026-09-11T20:12:11.827Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2524 | 2026-09-11T20:12:12.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2525 | 2026-09-11T20:12:12.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2526 | 2026-09-11T20:12:12.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2527 | 2026-09-11T20:12:12.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2528 | 2026-09-11T20:12:12.345Z | |
| 2529 | 2026-09-11T20:12:12.346Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2530 | 2026-09-11T20:12:12.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2531 | 2026-09-11T20:12:12.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2532 | 2026-09-11T20:12:12.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2533 | 2026-09-11T20:12:12.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2534 | 2026-09-11T20:12:12.919Z | |
| 2535 | 2026-09-11T20:12:12.919Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2536 | 2026-09-11T20:12:13.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2537 | 2026-09-11T20:12:13.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2538 | 2026-09-11T20:12:13.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2539 | 2026-09-11T20:12:13.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2540 | 2026-09-11T20:12:13.500Z | |
| 2541 | 2026-09-11T20:12:13.500Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2542 | 2026-09-11T20:12:13.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2543 | 2026-09-11T20:12:13.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2544 | 2026-09-11T20:12:13.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2545 | 2026-09-11T20:12:13.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2546 | 2026-09-11T20:12:14.066Z | |
| 2547 | 2026-09-11T20:12:14.066Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2548 | 2026-09-11T20:12:14.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2549 | 2026-09-11T20:12:14.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2550 | 2026-09-11T20:12:14.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2551 | 2026-09-11T20:12:14.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2552 | 2026-09-11T20:12:14.632Z | |
| 2553 | 2026-09-11T20:12:14.632Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2554 | 2026-09-11T20:12:15.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2555 | 2026-09-11T20:12:15.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2556 | 2026-09-11T20:12:15.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2557 | 2026-09-11T20:12:15.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2558 | 2026-09-11T20:12:15.206Z | |
| 2559 | 2026-09-11T20:12:15.206Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2560 | 2026-09-11T20:12:15.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2561 | 2026-09-11T20:12:15.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2562 | 2026-09-11T20:12:15.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2563 | 2026-09-11T20:12:15.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2564 | 2026-09-11T20:12:15.777Z | |
| 2565 | 2026-09-11T20:12:15.777Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2566 | 2026-09-11T20:12:16.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2567 | 2026-09-11T20:12:16.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2568 | 2026-09-11T20:12:16.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2569 | 2026-09-11T20:12:16.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2570 | 2026-09-11T20:12:16.335Z | |
| 2571 | 2026-09-11T20:12:16.335Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2572 | 2026-09-11T20:12:16.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2573 | 2026-09-11T20:12:16.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2574 | 2026-09-11T20:12:16.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2575 | 2026-09-11T20:12:16.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2576 | 2026-09-11T20:12:16.889Z | |
| 2577 | 2026-09-11T20:12:16.889Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2578 | 2026-09-11T20:12:17.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2579 | 2026-09-11T20:12:17.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2580 | 2026-09-11T20:12:17.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2581 | 2026-09-11T20:12:17.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2582 | 2026-09-11T20:12:17.456Z | |
| 2583 | 2026-09-11T20:12:17.456Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2584 | 2026-09-11T20:12:17.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2585 | 2026-09-11T20:12:17.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2586 | 2026-09-11T20:12:17.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2587 | 2026-09-11T20:12:17.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2588 | 2026-09-11T20:12:18.022Z | |
| 2589 | 2026-09-11T20:12:18.022Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2590 | 2026-09-11T20:12:18.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2591 | 2026-09-11T20:12:18.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2592 | 2026-09-11T20:12:18.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2593 | 2026-09-11T20:12:18.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2594 | 2026-09-11T20:12:18.589Z | |
| 2595 | 2026-09-11T20:12:18.589Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2596 | 2026-09-11T20:12:19.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2597 | 2026-09-11T20:12:19.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2598 | 2026-09-11T20:12:19.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2599 | 2026-09-11T20:12:19.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2600 | 2026-09-11T20:12:19.159Z | |
| 2601 | 2026-09-11T20:12:19.159Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2602 | 2026-09-11T20:12:19.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2603 | 2026-09-11T20:12:19.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2604 | 2026-09-11T20:12:19.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2605 | 2026-09-11T20:12:19.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2606 | 2026-09-11T20:12:19.745Z | |
| 2607 | 2026-09-11T20:12:19.745Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2608 | 2026-09-11T20:12:20.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2609 | 2026-09-11T20:12:20.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2610 | 2026-09-11T20:12:20.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2611 | 2026-09-11T20:12:20.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2612 | 2026-09-11T20:12:20.330Z | |
| 2613 | 2026-09-11T20:12:20.330Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2614 | 2026-09-11T20:12:20.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2615 | 2026-09-11T20:12:20.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2616 | 2026-09-11T20:12:20.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2617 | 2026-09-11T20:12:20.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2618 | 2026-09-11T20:12:20.891Z | |
| 2619 | 2026-09-11T20:12:20.891Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2620 | 2026-09-11T20:12:21.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-09-11T20:12:21.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-09-11T20:12:21.500Z | Checking cfg-if v1.0.4 |
| 2623 | 2026-09-11T20:12:21.503Z | Checking serde_core v1.0.228 |
| 2624 | 2026-09-11T20:12:21.603Z | Checking libc v0.2.185 |
| 2625 | 2026-09-11T20:12:21.617Z | Checking memchr v2.8.0 |
| 2626 | 2026-09-11T20:12:21.625Z | Checking log v0.4.33 |
| 2627 | 2026-09-11T20:12:21.635Z | Checking smallvec v1.15.1 |
| 2628 | 2026-09-11T20:12:21.646Z | Checking subtle v2.6.1 |
| 2629 | 2026-09-11T20:12:21.658Z | Checking itoa v1.0.17 |
| 2630 | 2026-09-11T20:12:21.661Z | Checking typenum v1.20.1 |
| 2631 | 2026-09-11T20:12:21.775Z | Checking scopeguard v1.2.0 |
| 2632 | 2026-09-11T20:12:21.790Z | Checking stable_deref_trait v1.2.1 |
| 2633 | 2026-09-11T20:12:21.803Z | Checking zerofrom v0.1.6 |
| 2634 | 2026-09-11T20:12:21.817Z | Checking portable-atomic v1.13.1 |
| 2635 | 2026-09-11T20:12:21.859Z | Checking critical-section v1.2.0 |
| 2636 | 2026-09-11T20:12:21.871Z | Checking lock_api v0.4.14 |
| 2637 | 2026-09-11T20:12:21.915Z | Checking yoke v0.8.1 |
| 2638 | 2026-09-11T20:12:21.956Z | Checking pin-project-lite v0.2.17 |
| 2639 | 2026-09-11T20:12:21.974Z | Checking libm v0.2.16 |
| 2640 | 2026-09-11T20:12:21.996Z | Checking errno v0.3.14 |
| 2641 | 2026-09-11T20:12:22.043Z | Checking zerocopy v0.8.55 |
| 2642 | 2026-09-11T20:12:22.067Z | Checking zmij v1.0.21 |
| 2643 | 2026-09-11T20:12:22.078Z | Checking zerovec v0.11.5 |
| 2644 | 2026-09-11T20:12:22.105Z | Checking rand_core v0.10.0 |
| 2645 | 2026-09-11T20:12:22.224Z | Checking once_cell v1.21.3 |
| 2646 | 2026-09-11T20:12:22.242Z | Checking getrandom v0.4.3 |
| 2647 | 2026-09-11T20:12:22.267Z | Checking signal-hook-registry v1.4.8 |
| 2648 | 2026-09-11T20:12:22.388Z | Checking parking_lot_core v0.9.12 |
| 2649 | 2026-09-11T20:12:22.400Z | Checking getrandom v0.2.17 |
| 2650 | 2026-09-11T20:12:22.412Z | Checking writeable v0.6.2 |
| 2651 | 2026-09-11T20:12:22.428Z | Checking equivalent v1.0.2 |
| 2652 | 2026-09-11T20:12:22.508Z | Checking litemap v0.8.1 |
| 2653 | 2026-09-11T20:12:22.519Z | Checking tinystr v0.8.2 |
| 2654 | 2026-09-11T20:12:22.541Z | Checking percent-encoding v2.3.2 |
| 2655 | 2026-09-11T20:12:22.661Z | Checking foldhash v0.2.0 |
| 2656 | 2026-09-11T20:12:22.661Z | Checking futures-core v0.3.32 |
| 2657 | 2026-09-11T20:12:22.666Z | Checking num-traits v0.2.19 |
| 2658 | 2026-09-11T20:12:22.674Z | Checking parking_lot v0.12.5 |
| 2659 | 2026-09-11T20:12:22.674Z | Checking rand_core v0.6.4 |
| 2660 | 2026-09-11T20:12:22.686Z | Checking icu_locale_core v2.1.1 |
| 2661 | 2026-09-11T20:12:22.740Z | Checking potential_utf v0.1.4 |
| 2662 | 2026-09-11T20:12:22.754Z | Checking zerotrie v0.2.3 |
| 2663 | 2026-09-11T20:12:22.869Z | Checking mio v1.2.0 |
| 2664 | 2026-09-11T20:12:22.899Z | Checking icu_collections v2.1.1 |
| 2665 | 2026-09-11T20:12:22.913Z | Checking const-oid v0.9.6 |
| 2666 | 2026-09-11T20:12:22.994Z | Checking hashbrown v0.17.0 |
| 2667 | 2026-09-11T20:12:23.098Z | Checking serde v1.0.228 |
| 2668 | 2026-09-11T20:12:23.152Z | Checking bitflags v2.11.0 |
| 2669 | 2026-09-11T20:12:23.190Z | Checking serde_json v1.0.151 |
| 2670 | 2026-09-11T20:12:23.216Z | Checking socket2 v0.6.3 |
| 2671 | 2026-09-11T20:12:23.245Z | Checking icu_provider v2.1.1 |
| 2672 | 2026-09-11T20:12:23.316Z | Checking icu_normalizer_data v2.1.1 |
| 2673 | 2026-09-11T20:12:23.390Z | Checking icu_properties_data v2.1.2 |
| 2674 | 2026-09-11T20:12:23.453Z | Checking byteorder v1.5.0 |
| 2675 | 2026-09-11T20:12:23.476Z | Checking icu_normalizer v2.1.1 |
| 2676 | 2026-09-11T20:12:23.489Z | Checking indexmap v2.14.0 |
| 2677 | 2026-09-11T20:12:23.509Z | Checking zeroize v1.9.0 |
| 2678 | 2026-09-11T20:12:23.523Z | Checking bytes v1.11.1 |
| 2679 | 2026-09-11T20:12:23.596Z | Checking icu_properties v2.1.2 |
| 2680 | 2026-09-11T20:12:23.650Z | Checking futures-sink v0.3.32 |
| 2681 | 2026-09-11T20:12:23.677Z | Checking generic-array v0.14.7 |
| 2682 | 2026-09-11T20:12:23.746Z | Checking futures-channel v0.3.32 |
| 2683 | 2026-09-11T20:12:23.777Z | Checking getrandom v0.3.4 |
| 2684 | 2026-09-11T20:12:23.858Z | Checking futures-io v0.3.32 |
| 2685 | 2026-09-11T20:12:23.918Z | Checking slab v0.4.12 |
| 2686 | 2026-09-11T20:12:23.934Z | Checking futures-task v0.3.32 |
| 2687 | 2026-09-11T20:12:23.956Z | Checking tokio v1.52.1 |
| 2688 | 2026-09-11T20:12:23.970Z | Checking utf8_iter v1.0.4 |
| 2689 | 2026-09-11T20:12:24.037Z | Checking rustix v1.1.4 |
| 2690 | 2026-09-11T20:12:24.066Z | Checking form_urlencoded v1.2.2 |
| 2691 | 2026-09-11T20:12:24.078Z | Checking futures-util v0.3.32 |
| 2692 | 2026-09-11T20:12:24.090Z | Checking cmov v0.5.4 |
| 2693 | 2026-09-11T20:12:24.135Z | Checking block-buffer v0.10.4 |
| 2694 | 2026-09-11T20:12:24.189Z | Checking crypto-common v0.1.7 |
| 2695 | 2026-09-11T20:12:24.275Z | Checking ctutils v0.4.2 |
| 2696 | 2026-09-11T20:12:24.290Z | Checking base64ct v1.8.3 |
| 2697 | 2026-09-11T20:12:24.313Z | Checking fnv v1.0.7 |
| 2698 | 2026-09-11T20:12:24.405Z | Checking digest v0.10.7 |
| 2699 | 2026-09-11T20:12:24.418Z | Checking idna_adapter v1.2.1 |
| 2700 | 2026-09-11T20:12:24.483Z | Checking hybrid-array v0.4.13 |
| 2701 | 2026-09-11T20:12:24.515Z | Checking pem-rfc7468 v0.7.0 |
| 2702 | 2026-09-11T20:12:24.532Z | Checking idna v1.1.0 |
| 2703 | 2026-09-11T20:12:24.604Z | Checking iana-time-zone v0.1.65 |
| 2704 | 2026-09-11T20:12:24.671Z | Checking flagset v0.4.7 |
| 2705 | 2026-09-11T20:12:24.708Z | Checking chrono v0.4.45 |
| 2706 | 2026-09-11T20:12:24.770Z | Checking url v2.5.8 |
| 2707 | 2026-09-11T20:12:24.791Z | Checking der v0.7.10 |
| 2708 | 2026-09-11T20:12:24.843Z | Checking ppv-lite86 v0.2.21 |
| 2709 | 2026-09-11T20:12:24.867Z | Checking uuid v1.23.4 |
| 2710 | 2026-09-11T20:12:25.134Z | Checking base64 v0.22.1 |
| 2711 | 2026-09-11T20:12:25.176Z | Checking regex-syntax v0.8.10 |
| 2712 | 2026-09-11T20:12:25.201Z | Checking http v1.4.2 |
| 2713 | 2026-09-11T20:12:25.228Z | Checking crypto-common v0.2.2 |
| 2714 | 2026-09-11T20:12:25.366Z | Checking block-buffer v0.12.1 |
| 2715 | 2026-09-11T20:12:25.512Z | Checking spki v0.7.3 |
| 2716 | 2026-09-11T20:12:25.530Z | Checking tracing-core v0.1.36 |
| 2717 | 2026-09-11T20:12:25.546Z | Checking dyn-clone v1.0.20 |
| 2718 | 2026-09-11T20:12:25.649Z | Checking rand_core v0.9.5 |
| 2719 | 2026-09-11T20:12:25.677Z | Checking pkcs8 v0.10.2 |
| 2720 | 2026-09-11T20:12:25.756Z | Checking http-body v1.0.1 |
| 2721 | 2026-09-11T20:12:25.823Z | Checking rustls-pki-types v1.14.0 |
| 2722 | 2026-09-11T20:12:25.836Z | Checking tracing v0.1.44 |
| 2723 | 2026-09-11T20:12:25.836Z | Checking semver v1.0.28 |
| 2724 | 2026-09-11T20:12:25.839Z | Checking spin v0.9.8 |
| 2725 | 2026-09-11T20:12:25.884Z | Checking tinyvec_macros v0.1.1 |
| 2726 | 2026-09-11T20:12:25.949Z | Checking openssl-probe v0.2.1 |
| 2727 | 2026-09-11T20:12:25.974Z | Checking anstyle v1.0.14 |
| 2728 | 2026-09-11T20:12:26.034Z | Checking utf8parse v0.2.2 |
| 2729 | 2026-09-11T20:12:26.048Z | Checking schemars v0.8.22 |
| 2730 | 2026-09-11T20:12:26.061Z | Checking tinyvec v1.10.0 |
| 2731 | 2026-09-11T20:12:26.076Z | Checking terminal_size v0.4.3 |
| 2732 | 2026-09-11T20:12:26.109Z | Checking crc32fast v1.5.0 |
| 2733 | 2026-09-11T20:12:26.131Z | Checking anstyle-parse v1.0.0 |
| 2734 | 2026-09-11T20:12:26.149Z | Checking aws-lc-sys v0.40.0 |
| 2735 | 2026-09-11T20:12:26.181Z | Checking thiserror v2.0.18 |
| 2736 | 2026-09-11T20:12:26.245Z | Checking tower-service v0.3.3 |
| 2737 | 2026-09-11T20:12:26.279Z | Checking tower-layer v0.3.3 |
| 2738 | 2026-09-11T20:12:26.283Z | Checking fastrand v2.3.0 |
| 2739 | 2026-09-11T20:12:26.333Z | Checking untrusted v0.7.1 |
| 2740 | 2026-09-11T20:12:26.370Z | Checking anstyle-query v1.1.5 |
| 2741 | 2026-09-11T20:12:26.428Z | Checking is_terminal_polyfill v1.70.2 |
| 2742 | 2026-09-11T20:12:26.442Z | Checking try-lock v0.2.5 |
| 2743 | 2026-09-11T20:12:26.456Z | Checking simd-adler32 v0.3.8 |
| 2744 | 2026-09-11T20:12:26.469Z | Checking atomic-waker v1.1.2 |
| 2745 | 2026-09-11T20:12:26.469Z | Checking colorchoice v1.0.4 |
| 2746 | 2026-09-11T20:12:26.515Z | Checking tempfile v3.27.0 |
| 2747 | 2026-09-11T20:12:26.533Z | Checking want v0.3.1 |
| 2748 | 2026-09-11T20:12:26.562Z | Checking anstream v1.0.0 |
| 2749 | 2026-09-11T20:12:26.578Z | Checking rand_chacha v0.9.0 |
| 2750 | 2026-09-11T20:12:26.621Z | Checking block-padding v0.4.2 |
| 2751 | 2026-09-11T20:12:26.654Z | Checking ipnet v2.12.0 |
| 2752 | 2026-09-11T20:12:26.671Z | Checking aws-lc-rs v1.16.3 |
| 2753 | 2026-09-11T20:12:26.701Z | Checking httparse v1.10.1 |
| 2754 | 2026-09-11T20:12:26.714Z | Checking aho-corasick v1.1.4 |
| 2755 | 2026-09-11T20:12:26.753Z | Checking tap v1.0.1 |
| 2756 | 2026-09-11T20:12:26.766Z | Checking plain v0.2.3 |
| 2757 | 2026-09-11T20:12:26.779Z | Checking adler2 v2.0.1 |
| 2758 | 2026-09-11T20:12:26.862Z | Checking foreign-types-shared v0.1.1 |
| 2759 | 2026-09-11T20:12:26.868Z | Checking httpdate v1.0.3 |
| 2760 | 2026-09-11T20:12:26.884Z | Checking untrusted v0.9.0 |
| 2761 | 2026-09-11T20:12:26.905Z | Checking cpufeatures v0.2.17 |
| 2762 | 2026-09-11T20:12:26.917Z | Checking const-oid v0.10.2 |
| 2763 | 2026-09-11T20:12:26.931Z | Checking foreign-types v0.3.2 |
| 2764 | 2026-09-11T20:12:26.973Z | Checking miniz_oxide v0.8.9 |
| 2765 | 2026-09-11T20:12:26.988Z | Checking wyz v0.5.1 |
| 2766 | 2026-09-11T20:12:27.001Z | Checking rand v0.9.2 |
| 2767 | 2026-09-11T20:12:27.015Z | Checking inout v0.2.2 |
| 2768 | 2026-09-11T20:12:27.066Z | Checking digest v0.11.3 |
| 2769 | 2026-09-11T20:12:27.161Z | Checking unicode-normalization v0.1.25 |
| 2770 | 2026-09-11T20:12:27.176Z | Checking rand_chacha v0.3.1 |
| 2771 | 2026-09-11T20:12:27.206Z | Checking tokio-util v0.7.18 |
| 2772 | 2026-09-11T20:12:27.247Z | Checking signature v2.2.0 |
| 2773 | 2026-09-11T20:12:27.320Z | Checking radium v0.7.0 |
| 2774 | 2026-09-11T20:12:27.377Z | Checking openssl-sys v0.9.117 |
| 2775 | 2026-09-11T20:12:27.380Z | Checking hex v0.4.3 |
| 2776 | 2026-09-11T20:12:27.402Z | Checking regex-automata v0.4.14 |
| 2777 | 2026-09-11T20:12:27.473Z | Checking num-integer v0.1.46 |
| 2778 | 2026-09-11T20:12:27.491Z | Checking wait-timeout v0.2.1 |
| 2779 | 2026-09-11T20:12:27.512Z | Checking rustls-webpki v0.103.13 |
| 2780 | 2026-09-11T20:12:27.558Z | Checking socket2 v0.5.10 |
| 2781 | 2026-09-11T20:12:27.609Z | Checking strsim v0.11.1 |
| 2782 | 2026-09-11T20:12:27.623Z | Checking ucd-trie v0.1.7 |
| 2783 | 2026-09-11T20:12:27.696Z | Checking quick-error v1.2.3 |
| 2784 | 2026-09-11T20:12:27.751Z | Checking cpufeatures v0.3.0 |
| 2785 | 2026-09-11T20:12:27.767Z | Checking funty v2.0.0 |
| 2786 | 2026-09-11T20:12:27.782Z | Checking unicode-ident v1.0.24 |
| 2787 | 2026-09-11T20:12:27.793Z | Checking clap_lex v1.0.0 |
| 2788 | 2026-09-11T20:12:27.796Z | Checking bit-vec v0.8.0 |
| 2789 | 2026-09-11T20:12:27.817Z | Checking rusty-fork v0.3.1 |
| 2790 | 2026-09-11T20:12:27.831Z | Checking h2 v0.4.15 |
| 2791 | 2026-09-11T20:12:27.883Z | Checking proc-macro2 v1.0.106 |
| 2792 | 2026-09-11T20:12:27.939Z | Checking rustls v0.23.41 |
| 2793 | 2026-09-11T20:12:27.942Z | Checking clap_builder v4.6.0 |
| 2794 | 2026-09-11T20:12:27.978Z | Checking openssl v0.10.80 |
| 2795 | 2026-09-11T20:12:27.992Z | Checking bit-set v0.8.0 |
| 2796 | 2026-09-11T20:12:28.083Z | Checking bitvec v1.0.1 |
| 2797 | 2026-09-11T20:12:28.136Z | Checking pest v2.8.6 |
| 2798 | 2026-09-11T20:12:28.185Z | Checking num-iter v0.1.45 |
| 2799 | 2026-09-11T20:12:28.315Z | Checking rand v0.8.6 |
| 2800 | 2026-09-11T20:12:28.824Z | Checking cipher v0.5.2 |
| 2801 | 2026-09-11T20:12:29.066Z | Checking sha2 v0.10.9 |
| 2802 | 2026-09-11T20:12:29.200Z | Checking lazy_static v1.5.0 |
| 2803 | 2026-09-11T20:12:29.219Z | Checking rand_xorshift v0.4.0 |
| 2804 | 2026-09-11T20:12:29.255Z | Checking thiserror v1.0.69 |
| 2805 | 2026-09-11T20:12:29.289Z | Checking maybe-uninit v2.0.0 |
| 2806 | 2026-09-11T20:12:29.325Z | Checking serde_spanned v0.6.9 |
| 2807 | 2026-09-11T20:12:29.342Z | Checking toml_datetime v0.6.11 |
| 2808 | 2026-09-11T20:12:29.363Z | Checking sync_wrapper v1.0.2 |
| 2809 | 2026-09-11T20:12:29.382Z | Checking pretty-hex v0.4.1 |
| 2810 | 2026-09-11T20:12:29.419Z | Checking unarray v0.1.4 |
| 2811 | 2026-09-11T20:12:29.444Z | Checking siphasher v1.0.2 |
| 2812 | 2026-09-11T20:12:29.457Z | Checking powerfmt v0.2.0 |
| 2813 | 2026-09-11T20:12:29.478Z | Checking nodrop v0.1.14 |
| 2814 | 2026-09-11T20:12:29.517Z | Checking crc-catalog v2.4.0 |
| 2815 | 2026-09-11T20:12:29.530Z | Checking proptest v1.11.0 |
| 2816 | 2026-09-11T20:12:29.562Z | Checking array-init v0.0.4 |
| 2817 | 2026-09-11T20:12:29.599Z | Checking tower v0.5.3 |
| 2818 | 2026-09-11T20:12:29.614Z | Checking crc v3.4.0 |
| 2819 | 2026-09-11T20:12:29.614Z | Checking deranged v0.5.8 |
| 2820 | 2026-09-11T20:12:29.779Z | Checking packed_struct v0.10.1 |
| 2821 | 2026-09-11T20:12:29.862Z | Checking smallvec v0.6.14 |
| 2822 | 2026-09-11T20:12:29.984Z | Checking native-tls v0.2.18 |
| 2823 | 2026-09-11T20:12:29.998Z | Checking num-bigint-dig v0.8.6 |
| 2824 | 2026-09-11T20:12:30.049Z | Checking clap v4.6.1 |
| 2825 | 2026-09-11T20:12:30.131Z | Checking chacha20 v0.10.0 |
| 2826 | 2026-09-11T20:12:30.162Z | Checking quote v1.0.45 |
| 2827 | 2026-09-11T20:12:30.230Z | Checking ipnetwork v0.21.1 |
| 2828 | 2026-09-11T20:12:30.351Z | Checking http-body-util v0.1.3 |
| 2829 | 2026-09-11T20:12:30.384Z | Checking pkcs1 v0.7.5 |
| 2830 | 2026-09-11T20:12:30.462Z | Checking crossbeam-utils v0.8.21 |
| 2831 | 2026-09-11T20:12:30.543Z | Checking zerocopy v0.6.6 |
| 2832 | 2026-09-11T20:12:30.556Z | Checking bitfield v0.19.4 |
| 2833 | 2026-09-11T20:12:30.598Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2834 | 2026-09-11T20:12:30.647Z | Checking hyper v1.10.1 |
| 2835 | 2026-09-11T20:12:30.678Z | Checking ahash v0.8.12 |
| 2836 | 2026-09-11T20:12:30.787Z | Checking scroll v0.13.0 |
| 2837 | 2026-09-11T20:12:30.800Z | Checking env_filter v2.0.0 |
| 2838 | 2026-09-11T20:12:30.816Z | Checking num-conv v0.2.0 |
| 2839 | 2026-09-11T20:12:30.829Z | Checking hashbrown v0.12.3 |
| 2840 | 2026-09-11T20:12:30.829Z | Checking num_threads v0.1.7 |
| 2841 | 2026-09-11T20:12:30.874Z | Checking iri-string v0.7.10 |
| 2842 | 2026-09-11T20:12:30.950Z | Checking allocator-api2 v0.2.21 |
| 2843 | 2026-09-11T20:12:30.979Z | Checking ryu v1.0.23 |
| 2844 | 2026-09-11T20:12:30.979Z | Checking base64 v0.21.7 |
| 2845 | 2026-09-11T20:12:31.012Z | Checking gimli v0.32.3 |
| 2846 | 2026-09-11T20:12:31.065Z | Checking unicode-properties v0.1.4 |
| 2847 | 2026-09-11T20:12:31.176Z | Checking unicode-bidi v0.3.18 |
| 2848 | 2026-09-11T20:12:31.195Z | Checking time-core v0.1.8 |
| 2849 | 2026-09-11T20:12:31.234Z | Checking winnow v0.5.40 |
| 2850 | 2026-09-11T20:12:31.251Z | Checking indexmap v1.9.3 |
| 2851 | 2026-09-11T20:12:31.311Z | Checking newtype-uuid v1.3.2 |
| 2852 | 2026-09-11T20:12:31.331Z | Checking time v0.3.47 |
| 2853 | 2026-09-11T20:12:31.473Z | Checking stringprep v0.1.5 |
| 2854 | 2026-09-11T20:12:31.514Z | Checking ron v0.8.1 |
| 2855 | 2026-09-11T20:12:31.573Z | Checking serde_urlencoded v0.7.1 |
| 2856 | 2026-09-11T20:12:31.595Z | Checking hyper-util v0.1.20 |
| 2857 | 2026-09-11T20:12:31.623Z | Checking goblin v0.10.5 |
| 2858 | 2026-09-11T20:12:31.773Z | Checking env_logger v0.11.11 |
| 2859 | 2026-09-11T20:12:31.902Z | Checking tower-http v0.6.8 |
| 2860 | 2026-09-11T20:12:31.961Z | Checking hashbrown v0.13.2 |
| 2861 | 2026-09-11T20:12:32.035Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2862 | 2026-09-11T20:12:32.186Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2863 | 2026-09-11T20:12:32.343Z | Checking rsa v0.9.10 |
| 2864 | 2026-09-11T20:12:32.374Z | Checking toml_edit v0.19.15 |
| 2865 | 2026-09-11T20:12:32.392Z | Checking crossbeam-epoch v0.9.18 |
| 2866 | 2026-09-11T20:12:32.458Z | Checking bzip2 v0.4.4 |
| 2867 | 2026-09-11T20:12:32.568Z | Checking addr2line v0.25.1 |
| 2868 | 2026-09-11T20:12:32.616Z | Checking oxnet v0.1.6 |
| 2869 | 2026-09-11T20:12:32.629Z | Checking rand v0.10.1 |
| 2870 | 2026-09-11T20:12:32.815Z | Checking syn v2.0.117 |
| 2871 | 2026-09-11T20:12:32.835Z | Checking tokio-native-tls v0.3.1 |
| 2872 | 2026-09-11T20:12:32.853Z | Checking serde-hex v0.1.0 |
| 2873 | 2026-09-11T20:12:32.874Z | Checking bstr v1.12.1 |
| 2874 | 2026-09-11T20:12:32.987Z | Checking sha2 v0.11.0 |
| 2875 | 2026-09-11T20:12:33.110Z | Checking hmac v0.13.0 |
| 2876 | 2026-09-11T20:12:33.278Z | Checking md-5 v0.11.0 |
| 2877 | 2026-09-11T20:12:33.293Z | Checking rustls-native-certs v0.8.3 |
| 2878 | 2026-09-11T20:12:33.398Z | Checking x509-cert v0.2.5 |
| 2879 | 2026-09-11T20:12:33.426Z | Checking scroll v0.12.0 |
| 2880 | 2026-09-11T20:12:33.451Z | Checking object v0.37.3 |
| 2881 | 2026-09-11T20:12:33.659Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2882 | 2026-09-11T20:12:33.671Z | Checking hash32 v0.2.1 |
| 2883 | 2026-09-11T20:12:33.771Z | Checking encoding_rs v0.8.35 |
| 2884 | 2026-09-11T20:12:33.829Z | Checking zlib-rs v0.6.2 |
| 2885 | 2026-09-11T20:12:33.974Z | Checking psl-types v2.0.11 |
| 2886 | 2026-09-11T20:12:34.062Z | Checking mime v0.3.17 |
| 2887 | 2026-09-11T20:12:34.088Z | Checking rustc-demangle v0.1.27 |
| 2888 | 2026-09-11T20:12:34.237Z | Checking fallible-iterator v0.2.0 |
| 2889 | 2026-09-11T20:12:34.315Z | Checking crc-any v2.5.0 |
| 2890 | 2026-09-11T20:12:34.349Z | Checking bumpalo v3.20.2 |
| 2891 | 2026-09-11T20:12:34.493Z | Checking libbz2-rs-sys v0.2.2 |
| 2892 | 2026-09-11T20:12:34.510Z | Checking postgres-protocol v0.6.12 |
| 2893 | 2026-09-11T20:12:34.549Z | Checking zopfli v0.8.3 |
| 2894 | 2026-09-11T20:12:34.707Z | Checking publicsuffix v2.3.0 |
| 2895 | 2026-09-11T20:12:34.721Z | Checking flate2 v1.1.9 |
| 2896 | 2026-09-11T20:12:34.819Z | Checking dof v0.4.0 |
| 2897 | 2026-09-11T20:12:34.869Z | Checking heapless v0.7.17 |
| 2898 | 2026-09-11T20:12:34.883Z | Checking zstd-safe v7.2.4 |
| 2899 | 2026-09-11T20:12:34.886Z | Checking bzip2 v0.6.1 |
| 2900 | 2026-09-11T20:12:35.018Z | Checking goblin v0.8.2 |
| 2901 | 2026-09-11T20:12:35.043Z | Checking toml v0.7.8 |
| 2902 | 2026-09-11T20:12:35.058Z | Checking hyper-tls v0.6.0 |
| 2903 | 2026-09-11T20:12:35.094Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2904 | 2026-09-11T20:12:35.115Z | Checking daft v0.1.8 |
| 2905 | 2026-09-11T20:12:35.220Z | Checking zip v0.6.6 |
| 2906 | 2026-09-11T20:12:35.284Z | Checking cookie v0.18.1 |
| 2907 | 2026-09-11T20:12:35.349Z | Checking object v0.30.4 |
| 2908 | 2026-09-11T20:12:35.353Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2909 | 2026-09-11T20:12:35.450Z | Checking tokio-rustls v0.26.4 |
| 2910 | 2026-09-11T20:12:35.516Z | Checking phf_shared v0.13.1 |
| 2911 | 2026-09-11T20:12:35.520Z | Checking dtrace-parser v0.3.0 |
| 2912 | 2026-09-11T20:12:35.542Z | Checking zerocopy v0.7.35 |
| 2913 | 2026-09-11T20:12:35.675Z | Checking pin-project v1.1.11 |
| 2914 | 2026-09-11T20:12:35.713Z | Checking hubpack v0.1.2 |
| 2915 | 2026-09-11T20:12:35.760Z | Checking signal-hook v0.3.18 |
| 2916 | 2026-09-11T20:12:35.773Z | Checking futures-executor v0.3.32 |
| 2917 | 2026-09-11T20:12:35.776Z | Checking backtrace v0.3.76 |
| 2918 | 2026-09-11T20:12:35.874Z | Checking hmac v0.12.1 |
| 2919 | 2026-09-11T20:12:35.919Z | Checking ff v0.13.1 |
| 2920 | 2026-09-11T20:12:35.949Z | Checking thread-id v5.1.0 |
| 2921 | 2026-09-11T20:12:36.043Z | Compiling rayon-core v1.13.0 |
| 2922 | 2026-09-11T20:12:36.047Z | Checking base16ct v0.2.0 |
| 2923 | 2026-09-11T20:12:36.048Z | Checking bitflags v1.3.2 |
| 2924 | 2026-09-11T20:12:36.051Z | Checking unicode-linebreak v0.1.5 |
| 2925 | 2026-09-11T20:12:36.051Z | Checking jiff-core v0.1.0 |
| 2926 | 2026-09-11T20:12:36.074Z | Checking same-file v1.0.6 |
| 2927 | 2026-09-11T20:12:36.102Z | Checking either v1.15.0 |
| 2928 | 2026-09-11T20:12:36.142Z | Checking managed v0.8.0 |
| 2929 | 2026-09-11T20:12:36.185Z | Checking smawk v0.3.2 |
| 2930 | 2026-09-11T20:12:36.201Z | Checking path-slash v0.1.5 |
| 2931 | 2026-09-11T20:12:36.263Z | Checking foldhash v0.1.5 |
| 2932 | 2026-09-11T20:12:36.289Z | Checking is_ci v1.2.0 |
| 2933 | 2026-09-11T20:12:36.302Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2934 | 2026-09-11T20:12:36.315Z | Checking unicode-width v0.2.0 |
| 2935 | 2026-09-11T20:12:36.327Z | Checking smoltcp v0.9.1 |
| 2936 | 2026-09-11T20:12:36.381Z | Checking supports-color v3.0.2 |
| 2937 | 2026-09-11T20:12:36.393Z | Checking hashbrown v0.15.5 |
| 2938 | 2026-09-11T20:12:36.524Z | Checking walkdir v2.5.0 |
| 2939 | 2026-09-11T20:12:36.536Z | Checking sec1 v0.7.3 |
| 2940 | 2026-09-11T20:12:36.555Z | Checking textwrap v0.16.2 |
| 2941 | 2026-09-11T20:12:36.681Z | Checking backtrace-ext v0.2.1 |
| 2942 | 2026-09-11T20:12:36.737Z | Checking jiff v0.2.34 |
| 2943 | 2026-09-11T20:12:36.737Z | Checking group v0.13.0 |
| 2944 | 2026-09-11T20:12:36.763Z | Checking usdt-impl v0.6.0 |
| 2945 | 2026-09-11T20:12:36.786Z | Checking hkdf v0.12.4 |
| 2946 | 2026-09-11T20:12:36.857Z | Checking signal-hook-mio v0.2.5 |
| 2947 | 2026-09-11T20:12:36.890Z | Checking futures v0.3.32 |
| 2948 | 2026-09-11T20:12:36.911Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 2949 | 2026-09-11T20:12:36.924Z | Checking snafu v0.8.9 |
| 2950 | 2026-09-11T20:12:36.937Z | Checking dof v0.3.0 |
| 2951 | 2026-09-11T20:12:36.955Z | Checking phf v0.13.1 |
| 2952 | 2026-09-11T20:12:36.969Z | Checking hyper-rustls v0.27.7 |
| 2953 | 2026-09-11T20:12:37.050Z | Checking cookie_store v0.22.1 |
| 2954 | 2026-09-11T20:12:37.106Z | Checking reqwest v0.12.28 |
| 2955 | 2026-09-11T20:12:37.158Z | Checking zstd v0.13.3 |
| 2956 | 2026-09-11T20:12:37.174Z | Checking postgres-types v0.2.14 |
| 2957 | 2026-09-11T20:12:37.178Z | Checking rustls-platform-verifier v0.6.2 |
| 2958 | 2026-09-11T20:12:37.230Z | Checking globset v0.4.18 |
| 2959 | 2026-09-11T20:12:37.322Z | Checking crossbeam-deque v0.8.6 |
| 2960 | 2026-09-11T20:12:37.344Z | Checking hashbrown v0.16.1 |
| 2961 | 2026-09-11T20:12:37.381Z | Checking phf_shared v0.11.3 |
| 2962 | 2026-09-11T20:12:37.468Z | Checking dtrace-parser v0.2.0 |
| 2963 | 2026-09-11T20:12:37.478Z | Checking regex v1.12.3 |
| 2964 | 2026-09-11T20:12:37.482Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2965 | 2026-09-11T20:12:37.503Z | Checking byte-wrapper v0.1.0 |
| 2966 | 2026-09-11T20:12:37.524Z | Checking curve25519-dalek v4.1.3 |
| 2967 | 2026-09-11T20:12:37.692Z | Checking ref-cast v1.0.25 |
| 2968 | 2026-09-11T20:12:37.705Z | Checking strum v0.27.2 |
| 2969 | 2026-09-11T20:12:37.750Z | Checking olpc-cjson v0.1.4 |
| 2970 | 2026-09-11T20:12:37.787Z | Checking ed25519 v2.2.3 |
| 2971 | 2026-09-11T20:12:37.807Z | Checking memoffset v0.9.1 |
| 2972 | 2026-09-11T20:12:37.821Z | Checking rustix v0.38.44 |
| 2973 | 2026-09-11T20:12:37.834Z | Checking owo-colors v4.3.0 |
| 2974 | 2026-09-11T20:12:37.850Z | Checking pem v3.0.6 |
| 2975 | 2026-09-11T20:12:37.880Z | Checking crypto-bigint v0.5.5 |
| 2976 | 2026-09-11T20:12:37.883Z | Checking serde_plain v1.0.2 |
| 2977 | 2026-09-11T20:12:37.968Z | Checking serde-big-array v0.5.1 |
| 2978 | 2026-09-11T20:12:38.006Z | Checking erased-serde v0.3.31 |
| 2979 | 2026-09-11T20:12:38.034Z | Checking float-cmp v0.10.0 |
| 2980 | 2026-09-11T20:12:38.099Z | Checking thread-id v4.2.2 |
| 2981 | 2026-09-11T20:12:38.159Z | Checking memmap2 v0.9.10 |
| 2982 | 2026-09-11T20:12:38.178Z | Checking toml_write v0.1.2 |
| 2983 | 2026-09-11T20:12:38.324Z | Checking unicode-width v0.1.14 |
| 2984 | 2026-09-11T20:12:38.337Z | Checking static_assertions v1.1.0 |
| 2985 | 2026-09-11T20:12:38.359Z | Checking new_debug_unreachable v1.0.6 |
| 2986 | 2026-09-11T20:12:38.402Z | Checking keccak v0.1.6 |
| 2987 | 2026-09-11T20:12:38.415Z | Checking precomputed-hash v0.1.1 |
| 2988 | 2026-09-11T20:12:38.419Z | Checking normalize-line-endings v0.3.0 |
| 2989 | 2026-09-11T20:12:38.438Z | Checking fixedbitset v0.4.2 |
| 2990 | 2026-09-11T20:12:38.494Z | Checking predicates-core v1.0.10 |
| 2991 | 2026-09-11T20:12:38.513Z | Checking whoami v2.1.0 |
| 2992 | 2026-09-11T20:12:38.567Z | Checking winnow v0.7.14 |
| 2993 | 2026-09-11T20:12:38.571Z | Checking supports-unicode v3.0.0 |
| 2994 | 2026-09-11T20:12:38.593Z | Checking data-encoding v2.10.0 |
| 2995 | 2026-09-11T20:12:38.617Z | Checking unicode-segmentation v1.12.0 |
| 2996 | 2026-09-11T20:12:38.630Z | Checking supports-hyperlinks v3.2.0 |
| 2997 | 2026-09-11T20:12:38.659Z | Checking typed-path v0.12.3 |
| 2998 | 2026-09-11T20:12:38.679Z | Checking difflib v0.4.0 |
| 2999 | 2026-09-11T20:12:38.713Z | Checking typed-path v0.9.3 |
| 3000 | 2026-09-11T20:12:38.730Z | Checking winnow v1.0.3 |
| 3001 | 2026-09-11T20:12:38.813Z | Checking fixedbitset v0.5.7 |
| 3002 | 2026-09-11T20:12:38.857Z | Checking predicates v3.1.4 |
| 3003 | 2026-09-11T20:12:38.857Z | Checking hickory-proto v0.25.2 |
| 3004 | 2026-09-11T20:12:38.925Z | Checking similar v2.7.0 |
| 3005 | 2026-09-11T20:12:38.999Z | Checking petgraph v0.8.3 |
| 3006 | 2026-09-11T20:12:39.157Z | Checking elliptic-curve v0.13.8 |
| 3007 | 2026-09-11T20:12:39.306Z | Checking miette v7.6.0 |
| 3008 | 2026-09-11T20:12:39.367Z | Checking zip v8.6.0 |
| 3009 | 2026-09-11T20:12:39.467Z | Checking tough v0.22.0 |
| 3010 | 2026-09-11T20:12:39.470Z | Checking tokio-postgres v0.7.18 |
| 3011 | 2026-09-11T20:12:39.560Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 3012 | 2026-09-11T20:12:39.760Z | Checking toml_edit v0.22.27 |
| 3013 | 2026-09-11T20:12:39.812Z | Checking zip v4.6.1 |
| 3014 | 2026-09-11T20:12:39.881Z | Checking crossterm v0.28.1 |
| 3015 | 2026-09-11T20:12:40.009Z | Checking petgraph v0.6.5 |
| 3016 | 2026-09-11T20:12:40.377Z | Checking sha3 v0.10.8 |
| 3017 | 2026-09-11T20:12:40.549Z | Checking string_cache v0.8.9 |
| 3018 | 2026-09-11T20:12:40.584Z | Checking slog v2.8.2 |
| 3019 | 2026-09-11T20:12:40.598Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 3020 | 2026-09-11T20:12:40.717Z | Checking usdt v0.6.0 |
| 3021 | 2026-09-11T20:12:40.791Z | Checking ed25519-dalek v2.2.0 |
| 3022 | 2026-09-11T20:12:40.821Z | Checking usdt-impl v0.5.0 |
| 3023 | 2026-09-11T20:12:40.849Z | Checking nix v0.31.2 |
| 3024 | 2026-09-11T20:12:40.885Z | Checking iddqd v0.4.2 |
| 3025 | 2026-09-11T20:12:41.022Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3026 | 2026-09-11T20:12:41.262Z | Checking reqwest v0.13.2 |
| 3027 | 2026-09-11T20:12:41.475Z | Checking itertools v0.13.0 |
| 3028 | 2026-09-11T20:12:41.546Z | Checking strum v0.26.3 |
| 3029 | 2026-09-11T20:12:41.612Z | Checking serde_with v3.21.0 |
| 3030 | 2026-09-11T20:12:41.626Z | Checking derive_more v2.1.1 |
| 3031 | 2026-09-11T20:12:41.654Z | Checking fs-err v3.3.0 |
| 3032 | 2026-09-11T20:12:41.725Z | Checking tokio-stream v0.1.18 |
| 3033 | 2026-09-11T20:12:41.790Z | Checking buf-list v1.1.2 |
| 3034 | 2026-09-11T20:12:41.952Z | Checking anyhow v1.0.104 |
| 3035 | 2026-09-11T20:12:41.970Z | Checking camino v1.2.5 |
| 3036 | 2026-09-11T20:12:42.051Z | Checking openapiv3 v2.2.0 |
| 3037 | 2026-09-11T20:12:42.103Z | Checking lalrpop-util v0.19.12 |
| 3038 | 2026-09-11T20:12:42.116Z | Checking peg-runtime v0.8.5 |
| 3039 | 2026-09-11T20:12:42.148Z | Checking illumos-nvpair v0.3.0 |
| 3040 | 2026-09-11T20:12:42.224Z | Checking rayon v1.11.0 |
| 3041 | 2026-09-11T20:12:42.254Z | Checking sigpipe v0.1.3 |
| 3042 | 2026-09-11T20:12:42.266Z | Checking glob v0.3.3 |
| 3043 | 2026-09-11T20:12:43.248Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3044 | 2026-09-11T20:12:43.545Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3045 | 2026-09-11T20:12:43.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.94s |
| 3046 | 2026-09-11T20:12:43.994Z | |
| 3047 | 2026-09-11T20:12:43.995Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3048 | 2026-09-11T20:12:44.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-09-11T20:12:44.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-09-11T20:12:44.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-09-11T20:12:44.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3052 | 2026-09-11T20:12:44.596Z | |
| 3053 | 2026-09-11T20:12:44.596Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3054 | 2026-09-11T20:12:45.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-09-11T20:12:45.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-09-11T20:12:45.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-09-11T20:12:45.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3058 | 2026-09-11T20:12:45.130Z | |
| 3059 | 2026-09-11T20:12:45.130Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3060 | 2026-09-11T20:12:45.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-09-11T20:12:45.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-09-11T20:12:45.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-09-11T20:12:45.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3064 | 2026-09-11T20:12:45.719Z | |
| 3065 | 2026-09-11T20:12:45.719Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3066 | 2026-09-11T20:12:46.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-09-11T20:12:46.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-09-11T20:12:46.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-09-11T20:12:46.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3070 | 2026-09-11T20:12:46.291Z | |
| 3071 | 2026-09-11T20:12:46.291Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3072 | 2026-09-11T20:12:46.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-09-11T20:12:46.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-09-11T20:12:46.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-09-11T20:12:46.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3076 | 2026-09-11T20:12:46.866Z | |
| 3077 | 2026-09-11T20:12:46.866Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3078 | 2026-09-11T20:12:47.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-09-11T20:12:47.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-09-11T20:12:47.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-09-11T20:12:47.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3082 | 2026-09-11T20:12:47.446Z | |
| 3083 | 2026-09-11T20:12:47.446Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3084 | 2026-09-11T20:12:47.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-09-11T20:12:47.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-09-11T20:12:47.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-09-11T20:12:47.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3088 | 2026-09-11T20:12:48.004Z | |
| 3089 | 2026-09-11T20:12:48.004Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3090 | 2026-09-11T20:12:48.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-09-11T20:12:48.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-09-11T20:12:48.698Z | Compiling multer v3.1.0 |
| 3093 | 2026-09-11T20:12:48.812Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3094 | 2026-09-11T20:12:48.815Z | Compiling async-stream-impl v0.3.6 |
| 3095 | 2026-09-11T20:12:48.828Z | Compiling serde_tokenstream v0.3.0 |
| 3096 | 2026-09-11T20:12:48.838Z | Compiling dropshot v0.17.1 |
| 3097 | 2026-09-11T20:12:48.854Z | Compiling parse-display-derive v0.10.0 |
| 3098 | 2026-09-11T20:12:48.898Z | Compiling dropshot_endpoint v0.17.1 |
| 3099 | 2026-09-11T20:12:48.899Z | Compiling newtype-uuid-macros v0.1.0 |
| 3100 | 2026-09-11T20:12:49.079Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3101 | 2026-09-11T20:12:49.115Z | Checking thread_local v1.1.9 |
| 3102 | 2026-09-11T20:12:49.133Z | Compiling oxide-generation-macros v0.2.0 |
| 3103 | 2026-09-11T20:12:49.196Z | Checking compression-core v0.4.31 |
| 3104 | 2026-09-11T20:12:49.282Z | Checking match_cfg v0.1.0 |
| 3105 | 2026-09-11T20:12:49.320Z | Checking compression-codecs v0.4.37 |
| 3106 | 2026-09-11T20:12:49.350Z | Checking hostname v0.3.1 |
| 3107 | 2026-09-11T20:12:49.406Z | Checking crossbeam-channel v0.5.15 |
| 3108 | 2026-09-11T20:12:49.445Z | Checking atomicwrites v0.4.4 |
| 3109 | 2026-09-11T20:12:49.486Z | Checking slog-json v2.6.1 |
| 3110 | 2026-09-11T20:12:49.502Z | Checking serde_spanned v1.1.1 |
| 3111 | 2026-09-11T20:12:49.567Z | Checking is-terminal v0.4.17 |
| 3112 | 2026-09-11T20:12:49.634Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3113 | 2026-09-11T20:12:49.644Z | Checking debug-ignore v1.0.5 |
| 3114 | 2026-09-11T20:12:49.644Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3115 | 2026-09-11T20:12:49.669Z | Checking term v1.2.1 |
| 3116 | 2026-09-11T20:12:49.733Z | Checking take_mut v0.2.2 |
| 3117 | 2026-09-11T20:12:49.749Z | Checking slog-bunyan v2.5.0 |
| 3118 | 2026-09-11T20:12:49.839Z | Checking async-compression v0.4.41 |
| 3119 | 2026-09-11T20:12:49.852Z | Checking slog-async v2.8.0 |
| 3120 | 2026-09-11T20:12:49.852Z | Checking toml v1.1.2+spec-1.1.0 |
| 3121 | 2026-09-11T20:12:49.862Z | Checking async-stream v0.3.6 |
| 3122 | 2026-09-11T20:12:49.902Z | Checking slog-term v2.9.2 |
| 3123 | 2026-09-11T20:12:49.914Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3124 | 2026-09-11T20:12:49.983Z | Checking progenitor-client v0.14.0 |
| 3125 | 2026-09-11T20:12:50.008Z | Checking oxide-generation v0.1.3 |
| 3126 | 2026-09-11T20:12:50.065Z | Checking sha1 v0.11.0 |
| 3127 | 2026-09-11T20:12:50.161Z | Checking waitgroup v0.1.2 |
| 3128 | 2026-09-11T20:12:50.206Z | Checking rustls-pemfile v2.2.0 |
| 3129 | 2026-09-11T20:12:50.210Z | Checking backon v1.6.0 |
| 3130 | 2026-09-11T20:12:50.231Z | Checking serde_path_to_error v0.1.20 |
| 3131 | 2026-09-11T20:12:50.255Z | Checking hostname v0.4.2 |
| 3132 | 2026-09-11T20:12:50.258Z | Checking instant v0.1.13 |
| 3133 | 2026-09-11T20:12:50.362Z | Checking backoff v0.4.0 |
| 3134 | 2026-09-11T20:12:50.388Z | Checking progenitor-extras v0.2.0 |
| 3135 | 2026-09-11T20:12:50.433Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3136 | 2026-09-11T20:12:50.521Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3137 | 2026-09-11T20:12:50.536Z | Checking parse-display v0.10.0 |
| 3138 | 2026-09-11T20:12:50.550Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3139 | 2026-09-11T20:12:50.559Z | Checking itertools v0.14.0 |
| 3140 | 2026-09-11T20:12:50.601Z | Checking regress v0.10.5 |
| 3141 | 2026-09-11T20:12:50.672Z | Checking macaddr v1.0.1 |
| 3142 | 2026-09-11T20:12:50.843Z | Checking humantime v2.3.0 |
| 3143 | 2026-09-11T20:12:51.697Z | Compiling prettyplease v0.2.37 |
| 3144 | 2026-09-11T20:12:52.001Z | Checking num-rational v0.4.2 |
| 3145 | 2026-09-11T20:12:52.275Z | Checking num-complex v0.4.6 |
| 3146 | 2026-09-11T20:12:52.618Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3147 | 2026-09-11T20:12:52.666Z | Compiling num v0.4.3 |
| 3148 | 2026-09-11T20:12:52.806Z | Compiling usdt-macro v0.5.0 |
| 3149 | 2026-09-11T20:12:52.818Z | Compiling usdt-attr-macro v0.5.0 |
| 3150 | 2026-09-11T20:12:52.831Z | Checking memmap v0.7.0 |
| 3151 | 2026-09-11T20:12:52.891Z | Checking float-ord v0.3.2 |
| 3152 | 2026-09-11T20:12:52.994Z | Compiling convert_case v0.4.0 |
| 3153 | 2026-09-11T20:12:53.305Z | Checking newline-converter v0.3.0 |
| 3154 | 2026-09-11T20:12:53.382Z | Compiling derive_more v0.99.20 |
| 3155 | 2026-09-11T20:12:53.415Z | Checking console v0.15.11 |
| 3156 | 2026-09-11T20:12:53.597Z | Compiling toml v0.8.23 |
| 3157 | 2026-09-11T20:12:53.648Z | Checking usdt v0.5.0 |
| 3158 | 2026-09-11T20:12:53.706Z | Compiling minimal-lexical v0.2.1 |
| 3159 | 2026-09-11T20:12:53.822Z | Checking linked-hash-map v0.5.6 |
| 3160 | 2026-09-11T20:12:53.959Z | Compiling nom v7.1.3 |
| 3161 | 2026-09-11T20:12:54.003Z | Checking lru-cache v0.1.2 |
| 3162 | 2026-09-11T20:12:54.124Z | Checking expectorate v1.2.0 |
| 3163 | 2026-09-11T20:12:54.255Z | Checking camino-tempfile v1.4.1 |
| 3164 | 2026-09-11T20:12:54.426Z | Checking hickory-proto v0.24.4 |
| 3165 | 2026-09-11T20:12:54.581Z | Checking phf_shared v0.12.1 |
| 3166 | 2026-09-11T20:12:54.715Z | Compiling slog-dtrace v0.3.0 |
| 3167 | 2026-09-11T20:12:54.734Z | Compiling chrono-tz v0.10.4 |
| 3168 | 2026-09-11T20:12:54.938Z | Checking resolv-conf v0.7.6 |
| 3169 | 2026-09-11T20:12:55.119Z | Checking heck v0.5.0 |
| 3170 | 2026-09-11T20:12:55.250Z | Compiling unicode-xid v0.2.6 |
| 3171 | 2026-09-11T20:12:55.317Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3172 | 2026-09-11T20:12:55.375Z | Compiling const_format_proc_macros v0.2.34 |
| 3173 | 2026-09-11T20:12:55.395Z | Checking phf v0.12.1 |
| 3174 | 2026-09-11T20:12:55.455Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3175 | 2026-09-11T20:12:55.535Z | Checking tokio-dtrace v0.1.1 |
| 3176 | 2026-09-11T20:12:55.725Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3177 | 2026-09-11T20:12:55.829Z | Compiling derive-where v1.6.0 |
| 3178 | 2026-09-11T20:12:55.965Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3179 | 2026-09-11T20:12:56.210Z | Checking highway v1.3.0 |
| 3180 | 2026-09-11T20:12:56.274Z | Checking hickory-resolver v0.24.4 |
| 3181 | 2026-09-11T20:12:56.441Z | Checking const_format v0.2.35 |
| 3182 | 2026-09-11T20:12:56.672Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3183 | 2026-09-11T20:12:57.014Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3184 | 2026-09-11T20:12:57.050Z | Checking oxide-tokio-rt v0.1.4 |
| 3185 | 2026-09-11T20:12:57.148Z | Checking qorb v0.4.1 |
| 3186 | 2026-09-11T20:12:57.300Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3187 | 2026-09-11T20:12:57.445Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3188 | 2026-09-11T20:12:57.521Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3189 | 2026-09-11T20:12:57.538Z | Checking gethostname v0.5.0 |
| 3190 | 2026-09-11T20:12:57.541Z | Checking bcs v0.1.6 |
| 3191 | 2026-09-11T20:12:57.626Z | Checking termtree v0.5.1 |
| 3192 | 2026-09-11T20:13:00.630Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3193 | 2026-09-11T20:13:03.750Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3194 | 2026-09-11T20:13:05.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s |
| 3195 | 2026-09-11T20:13:06.172Z | |
| 3196 | 2026-09-11T20:13:06.172Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3197 | 2026-09-11T20:13:06.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-09-11T20:13:06.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-09-11T20:13:06.848Z | Compiling ar_archive_writer v0.5.1 |
| 3200 | 2026-09-11T20:13:06.959Z | Compiling stacker v0.1.23 |
| 3201 | 2026-09-11T20:13:06.966Z | Compiling cfg_aliases v0.1.1 |
| 3202 | 2026-09-11T20:13:06.973Z | Compiling proc-macro-error v1.0.4 |
| 3203 | 2026-09-11T20:13:06.990Z | Checking fd-lock v4.0.4 |
| 3204 | 2026-09-11T20:13:06.990Z | Checking nibble_vec v0.1.0 |
| 3205 | 2026-09-11T20:13:06.995Z | Checking vte v0.14.1 |
| 3206 | 2026-09-11T20:13:06.995Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3207 | 2026-09-11T20:13:07.024Z | Compiling nix v0.28.0 |
| 3208 | 2026-09-11T20:13:07.084Z | Checking endian-type v0.1.2 |
| 3209 | 2026-09-11T20:13:07.117Z | Checking bytecount v0.6.9 |
| 3210 | 2026-09-11T20:13:07.155Z | Checking strip-ansi-escapes v0.2.1 |
| 3211 | 2026-09-11T20:13:07.206Z | Checking radix_trie v0.2.1 |
| 3212 | 2026-09-11T20:13:07.230Z | Checking papergrid v0.11.0 |
| 3213 | 2026-09-11T20:13:07.246Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3214 | 2026-09-11T20:13:07.259Z | Compiling tabled_derive v0.7.0 |
| 3215 | 2026-09-11T20:13:07.270Z | Compiling peg-macros v0.8.5 |
| 3216 | 2026-09-11T20:13:07.402Z | Checking winnow v0.6.26 |
| 3217 | 2026-09-11T20:13:07.415Z | Compiling sqlparser_derive v0.5.0 |
| 3218 | 2026-09-11T20:13:07.731Z | Checking nu-ansi-term v0.50.3 |
| 3219 | 2026-09-11T20:13:07.780Z | Compiling psm v0.1.30 |
| 3220 | 2026-09-11T20:13:07.835Z | Checking home v0.5.12 |
| 3221 | 2026-09-11T20:13:07.936Z | Checking unicode_categories v0.1.1 |
| 3222 | 2026-09-11T20:13:07.948Z | Checking reedline v0.40.0 |
| 3223 | 2026-09-11T20:13:08.110Z | Checking crossterm v0.29.0 |
| 3224 | 2026-09-11T20:13:08.171Z | Checking display-error-chain v0.2.2 |
| 3225 | 2026-09-11T20:13:08.303Z | Checking tabled v0.15.0 |
| 3226 | 2026-09-11T20:13:08.380Z | Checking rustyline v14.0.0 |
| 3227 | 2026-09-11T20:13:08.582Z | Checking sqlformat v0.3.5 |
| 3228 | 2026-09-11T20:13:08.604Z | Checking peg v0.8.5 |
| 3229 | 2026-09-11T20:13:08.631Z | Checking recursive v0.1.1 |
| 3230 | 2026-09-11T20:13:08.719Z | Checking sqlparser v0.61.0 |
| 3231 | 2026-09-11T20:13:19.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s |
| 3232 | 2026-09-11T20:13:19.939Z | |
| 3233 | 2026-09-11T20:13:19.939Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3234 | 2026-09-11T20:13:20.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2026-09-11T20:13:20.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2026-09-11T20:13:20.616Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3237 | 2026-09-11T20:13:24.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 3238 | 2026-09-11T20:13:24.368Z | |
| 3239 | 2026-09-11T20:13:24.368Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3240 | 2026-09-11T20:13:24.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-09-11T20:13:24.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-09-11T20:13:25.175Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3243 | 2026-09-11T20:13:27.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 3244 | 2026-09-11T20:13:27.811Z | |
| 3245 | 2026-09-11T20:13:27.811Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3246 | 2026-09-11T20:13:28.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2026-09-11T20:13:28.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2026-09-11T20:13:28.489Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3249 | 2026-09-11T20:13:31.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 3250 | 2026-09-11T20:13:32.027Z | |
| 3251 | 2026-09-11T20:13:32.027Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3252 | 2026-09-11T20:13:32.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2026-09-11T20:13:32.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2026-09-11T20:13:32.704Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3255 | 2026-09-11T20:13:36.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 3256 | 2026-09-11T20:13:36.303Z | |
| 3257 | 2026-09-11T20:13:36.303Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3258 | 2026-09-11T20:13:36.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-09-11T20:13:36.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-09-11T20:13:36.977Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3261 | 2026-09-11T20:13:39.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 3262 | 2026-09-11T20:13:39.880Z | |
| 3263 | 2026-09-11T20:13:39.880Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3264 | 2026-09-11T20:13:40.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3265 | 2026-09-11T20:13:40.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3266 | 2026-09-11T20:13:40.559Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3267 | 2026-09-11T20:13:43.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
| 3268 | 2026-09-11T20:13:43.510Z | |
| 3269 | 2026-09-11T20:13:43.510Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3270 | 2026-09-11T20:13:44.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2026-09-11T20:13:44.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2026-09-11T20:13:44.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3273 | 2026-09-11T20:13:47.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 3274 | 2026-09-11T20:13:47.930Z | |
| 3275 | 2026-09-11T20:13:47.930Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3276 | 2026-09-11T20:13:48.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2026-09-11T20:13:48.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2026-09-11T20:13:48.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3279 | 2026-09-11T20:13:48.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3280 | 2026-09-11T20:13:48.516Z | |
| 3281 | 2026-09-11T20:13:48.516Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3282 | 2026-09-11T20:13:49.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3283 | 2026-09-11T20:13:49.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3284 | 2026-09-11T20:13:49.151Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3285 | 2026-09-11T20:13:49.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3286 | 2026-09-11T20:13:49.703Z | |
| 3287 | 2026-09-11T20:13:49.703Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3288 | 2026-09-11T20:13:50.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3289 | 2026-09-11T20:13:50.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3290 | 2026-09-11T20:13:50.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3291 | 2026-09-11T20:13:50.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3292 | 2026-09-11T20:13:50.281Z | |
| 3293 | 2026-09-11T20:13:50.281Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3294 | 2026-09-11T20:13:50.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2026-09-11T20:13:50.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2026-09-11T20:13:50.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3297 | 2026-09-11T20:13:50.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3298 | 2026-09-11T20:13:50.902Z | |
| 3299 | 2026-09-11T20:13:50.902Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3300 | 2026-09-11T20:13:51.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3301 | 2026-09-11T20:13:51.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3302 | 2026-09-11T20:13:51.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3303 | 2026-09-11T20:13:51.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3304 | 2026-09-11T20:13:51.486Z | |
| 3305 | 2026-09-11T20:13:51.486Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3306 | 2026-09-11T20:13:51.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3307 | 2026-09-11T20:13:51.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3308 | 2026-09-11T20:13:51.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3309 | 2026-09-11T20:13:51.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3310 | 2026-09-11T20:13:52.070Z | |
| 3311 | 2026-09-11T20:13:52.070Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3312 | 2026-09-11T20:13:52.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3313 | 2026-09-11T20:13:52.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3314 | 2026-09-11T20:13:52.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3315 | 2026-09-11T20:13:52.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3316 | 2026-09-11T20:13:52.654Z | |
| 3317 | 2026-09-11T20:13:52.654Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3318 | 2026-09-11T20:13:53.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3319 | 2026-09-11T20:13:53.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3320 | 2026-09-11T20:13:53.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3321 | 2026-09-11T20:13:53.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3322 | 2026-09-11T20:13:53.238Z | |
| 3323 | 2026-09-11T20:13:53.238Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3324 | 2026-09-11T20:13:53.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2026-09-11T20:13:53.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2026-09-11T20:13:53.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2026-09-11T20:13:53.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3328 | 2026-09-11T20:13:53.824Z | |
| 3329 | 2026-09-11T20:13:53.824Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3330 | 2026-09-11T20:13:54.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2026-09-11T20:13:54.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2026-09-11T20:13:54.656Z | Compiling crucible-workspace-hack v0.1.0 |
| 3333 | 2026-09-11T20:13:54.656Z | Compiling regress v0.11.1 |
| 3334 | 2026-09-11T20:13:54.656Z | Checking secrecy v0.10.3 |
| 3335 | 2026-09-11T20:13:54.661Z | Checking half v2.7.1 |
| 3336 | 2026-09-11T20:13:54.661Z | Checking ciborium-io v0.2.2 |
| 3337 | 2026-09-11T20:13:54.661Z | Checking inout v0.1.4 |
| 3338 | 2026-09-11T20:13:54.661Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3339 | 2026-09-11T20:13:54.661Z | Checking universal-hash v0.5.1 |
| 3340 | 2026-09-11T20:13:54.888Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3341 | 2026-09-11T20:13:54.902Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3342 | 2026-09-11T20:13:54.916Z | Checking cipher v0.4.4 |
| 3343 | 2026-09-11T20:13:54.916Z | Checking opaque-debug v0.3.1 |
| 3344 | 2026-09-11T20:13:54.981Z | Checking poly1305 v0.8.0 |
| 3345 | 2026-09-11T20:13:55.029Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3346 | 2026-09-11T20:13:55.080Z | Checking ciborium-ll v0.2.2 |
| 3347 | 2026-09-11T20:13:55.126Z | Checking chacha20 v0.9.1 |
| 3348 | 2026-09-11T20:13:55.140Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3349 | 2026-09-11T20:13:55.244Z | Checking password-hash v0.5.0 |
| 3350 | 2026-09-11T20:13:55.259Z | Checking ciborium v0.2.2 |
| 3351 | 2026-09-11T20:13:55.315Z | Checking blake2 v0.10.6 |
| 3352 | 2026-09-11T20:13:55.332Z | Checking aead v0.5.2 |
| 3353 | 2026-09-11T20:13:55.465Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3354 | 2026-09-11T20:13:55.481Z | Checking indent_write v2.2.0 |
| 3355 | 2026-09-11T20:13:55.534Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3356 | 2026-09-11T20:13:55.558Z | Checking argon2 v0.5.3 |
| 3357 | 2026-09-11T20:13:55.608Z | Checking chacha20poly1305 v0.10.1 |
| 3358 | 2026-09-11T20:13:55.675Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3359 | 2026-09-11T20:13:55.711Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3360 | 2026-09-11T20:13:55.741Z | Compiling unsafe-libyaml v0.2.11 |
| 3361 | 2026-09-11T20:13:55.901Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3362 | 2026-09-11T20:13:56.068Z | Checking thiserror-no-std v2.0.2 |
| 3363 | 2026-09-11T20:13:56.113Z | Compiling itertools v0.15.0 |
| 3364 | 2026-09-11T20:13:56.160Z | Checking vsss-rs v3.3.4 |
| 3365 | 2026-09-11T20:13:56.339Z | Compiling serde_yaml v0.9.34+deprecated |
| 3366 | 2026-09-11T20:13:56.471Z | Compiling typify-impl v0.6.2 |
| 3367 | 2026-09-11T20:13:56.722Z | Compiling proc-macro-crate v3.4.0 |
| 3368 | 2026-09-11T20:13:57.186Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3369 | 2026-09-11T20:13:57.257Z | Compiling num_enum_derive v0.7.6 |
| 3370 | 2026-09-11T20:13:57.272Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3371 | 2026-09-11T20:13:57.287Z | Compiling heapless v0.8.0 |
| 3372 | 2026-09-11T20:13:57.462Z | Compiling ingot-macros v0.2.0 |
| 3373 | 2026-09-11T20:13:57.743Z | Checking hash32 v0.3.1 |
| 3374 | 2026-09-11T20:13:57.756Z | Compiling smoltcp v0.11.0 |
| 3375 | 2026-09-11T20:13:57.770Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3376 | 2026-09-11T20:13:58.016Z | Checking tabwriter v1.4.1 |
| 3377 | 2026-09-11T20:13:58.046Z | Checking cobs v0.3.0 |
| 3378 | 2026-09-11T20:13:58.128Z | Checking swrite v0.1.0 |
| 3379 | 2026-09-11T20:13:58.168Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3380 | 2026-09-11T20:13:58.194Z | Checking postcard v1.1.3 |
| 3381 | 2026-09-11T20:13:58.243Z | Compiling proc-macro-crate v1.3.1 |
| 3382 | 2026-09-11T20:13:58.345Z | Checking num_enum v0.7.6 |
| 3383 | 2026-09-11T20:13:58.409Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3384 | 2026-09-11T20:13:58.426Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3385 | 2026-09-11T20:13:58.463Z | Compiling foreign-types-macros v0.2.3 |
| 3386 | 2026-09-11T20:13:58.506Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3387 | 2026-09-11T20:13:58.622Z | Checking foreign-types-shared v0.3.1 |
| 3388 | 2026-09-11T20:13:58.658Z | Checking colored v3.1.1 |
| 3389 | 2026-09-11T20:13:58.717Z | Compiling num_enum_derive v0.5.11 |
| 3390 | 2026-09-11T20:13:58.884Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3391 | 2026-09-11T20:13:58.977Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3392 | 2026-09-11T20:13:59.072Z | Checking foreign-types v0.5.0 |
| 3393 | 2026-09-11T20:13:59.155Z | Checking cstr-argument v0.1.2 |
| 3394 | 2026-09-11T20:13:59.281Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3395 | 2026-09-11T20:13:59.325Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3396 | 2026-09-11T20:13:59.437Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3397 | 2026-09-11T20:13:59.453Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3398 | 2026-09-11T20:13:59.468Z | Checking itertools v0.12.1 |
| 3399 | 2026-09-11T20:13:59.503Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3400 | 2026-09-11T20:13:59.610Z | Compiling zone_cfg_derive v0.3.1 |
| 3401 | 2026-09-11T20:13:59.795Z | Checking num_enum v0.5.11 |
| 3402 | 2026-09-11T20:13:59.850Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3403 | 2026-09-11T20:13:59.913Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3404 | 2026-09-11T20:13:59.969Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3405 | 2026-09-11T20:14:00.094Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3406 | 2026-09-11T20:14:00.284Z | Compiling num-derive v0.4.2 |
| 3407 | 2026-09-11T20:14:00.419Z | Checking ingot-types v0.2.0 |
| 3408 | 2026-09-11T20:14:00.436Z | Compiling semver v0.1.20 |
| 3409 | 2026-09-11T20:14:00.472Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3410 | 2026-09-11T20:14:00.488Z | Checking zone v0.3.1 |
| 3411 | 2026-09-11T20:14:00.702Z | Compiling rustc_version v0.1.7 |
| 3412 | 2026-09-11T20:14:00.731Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3413 | 2026-09-11T20:14:00.787Z | Checking ingot v0.2.1 |
| 3414 | 2026-09-11T20:14:00.889Z | Checking smf v0.2.3 |
| 3415 | 2026-09-11T20:14:00.960Z | Checking nom v8.0.0 |
| 3416 | 2026-09-11T20:14:01.004Z | Checking csv-core v0.1.13 |
| 3417 | 2026-09-11T20:14:01.071Z | Compiling typify-macro v0.6.2 |
| 3418 | 2026-09-11T20:14:01.125Z | Checking whoami v1.6.1 |
| 3419 | 2026-09-11T20:14:01.183Z | Checking csv v1.4.0 |
| 3420 | 2026-09-11T20:14:01.204Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3421 | 2026-09-11T20:14:01.304Z | Compiling newtype_derive v0.1.6 |
| 3422 | 2026-09-11T20:14:01.427Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3423 | 2026-09-11T20:14:01.518Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3424 | 2026-09-11T20:14:01.548Z | Compiling cancel-safe-futures v0.1.5 |
| 3425 | 2026-09-11T20:14:01.565Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3426 | 2026-09-11T20:14:01.791Z | Compiling libefi-sys v0.1.0 |
| 3427 | 2026-09-11T20:14:01.811Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3428 | 2026-09-11T20:14:01.915Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3429 | 2026-09-11T20:14:01.983Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3430 | 2026-09-11T20:14:02.097Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3431 | 2026-09-11T20:14:02.126Z | Checking oxide-update-engine-types v0.1.2 |
| 3432 | 2026-09-11T20:14:02.158Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3433 | 2026-09-11T20:14:02.298Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3434 | 2026-09-11T20:14:02.352Z | Compiling bitfield-struct v0.6.2 |
| 3435 | 2026-09-11T20:14:02.380Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3436 | 2026-09-11T20:14:02.503Z | Checking linear-map v1.2.0 |
| 3437 | 2026-09-11T20:14:02.682Z | Checking steno v0.4.1 |
| 3438 | 2026-09-11T20:14:02.840Z | Compiling typify v0.6.2 |
| 3439 | 2026-09-11T20:14:02.947Z | Compiling progenitor-impl v0.14.0 |
| 3440 | 2026-09-11T20:14:02.965Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3441 | 2026-09-11T20:14:03.007Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3442 | 2026-09-11T20:14:03.021Z | Checking oxide-update-engine v0.1.2 |
| 3443 | 2026-09-11T20:14:03.313Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3444 | 2026-09-11T20:14:03.480Z | Checking sha1 v0.10.6 |
| 3445 | 2026-09-11T20:14:03.511Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3446 | 2026-09-11T20:14:03.527Z | Checking utf-8 v0.7.6 |
| 3447 | 2026-09-11T20:14:03.655Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3448 | 2026-09-11T20:14:03.670Z | Checking tungstenite v0.21.0 |
| 3449 | 2026-09-11T20:14:03.781Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3450 | 2026-09-11T20:14:03.784Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3451 | 2026-09-11T20:14:03.902Z | Checking ignore v0.4.25 |
| 3452 | 2026-09-11T20:14:03.917Z | Checking anstyle-parse v0.2.7 |
| 3453 | 2026-09-11T20:14:03.978Z | Compiling object v0.39.1 |
| 3454 | 2026-09-11T20:14:04.084Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3455 | 2026-09-11T20:14:04.106Z | Compiling xshell-macros v0.2.7 |
| 3456 | 2026-09-11T20:14:04.316Z | Checking tokio-tungstenite v0.21.0 |
| 3457 | 2026-09-11T20:14:04.331Z | Checking anstream v0.6.21 |
| 3458 | 2026-09-11T20:14:04.331Z | Checking globwalk v0.9.1 |
| 3459 | 2026-09-11T20:14:04.510Z | Checking xshell v0.2.7 |
| 3460 | 2026-09-11T20:14:04.526Z | Checking predicates-tree v1.0.13 |
| 3461 | 2026-09-11T20:14:04.553Z | Checking tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3462 | 2026-09-11T20:14:04.579Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3463 | 2026-09-11T20:14:04.603Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3464 | 2026-09-11T20:14:04.640Z | Checking filetime v0.2.27 |
| 3465 | 2026-09-11T20:14:04.705Z | Checking tagptr v0.2.0 |
| 3466 | 2026-09-11T20:14:04.758Z | Checking xattr v1.6.1 |
| 3467 | 2026-09-11T20:14:04.774Z | Checking tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3468 | 2026-09-11T20:14:04.801Z | Checking camino-tempfile-ext v0.3.3 |
| 3469 | 2026-09-11T20:14:04.851Z | Checking moka v0.12.13 |
| 3470 | 2026-09-11T20:14:04.896Z | Checking tar v0.4.46 |
| 3471 | 2026-09-11T20:14:04.998Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3472 | 2026-09-11T20:14:05.204Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3473 | 2026-09-11T20:14:05.284Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3474 | 2026-09-11T20:14:05.338Z | Checking rand_seeder v0.4.0 |
| 3475 | 2026-09-11T20:14:05.426Z | Checking path-slash v0.2.1 |
| 3476 | 2026-09-11T20:14:05.485Z | Checking half v1.8.3 |
| 3477 | 2026-09-11T20:14:05.501Z | Checking hickory-resolver v0.25.2 |
| 3478 | 2026-09-11T20:14:05.537Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3479 | 2026-09-11T20:14:05.675Z | Compiling progenitor-macro v0.14.0 |
| 3480 | 2026-09-11T20:14:05.686Z | Checking serde_cbor v0.11.2 |
| 3481 | 2026-09-11T20:14:05.702Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3482 | 2026-09-11T20:14:06.072Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3483 | 2026-09-11T20:14:06.329Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3484 | 2026-09-11T20:14:06.360Z | Checking digest-io v0.1.0 |
| 3485 | 2026-09-11T20:14:06.492Z | Compiling petname v2.0.2 |
| 3486 | 2026-09-11T20:14:06.965Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3487 | 2026-09-11T20:14:06.991Z | Checking rawzip v0.4.4 |
| 3488 | 2026-09-11T20:14:07.067Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3489 | 2026-09-11T20:14:07.307Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3490 | 2026-09-11T20:14:07.458Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3491 | 2026-09-11T20:14:07.584Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3492 | 2026-09-11T20:14:07.632Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3493 | 2026-09-11T20:14:07.648Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3494 | 2026-09-11T20:14:07.664Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3495 | 2026-09-11T20:14:07.762Z | Checking sapling-renderdag v0.1.0 |
| 3496 | 2026-09-11T20:14:07.820Z | Checking subprocess v0.2.15 |
| 3497 | 2026-09-11T20:14:07.837Z | Checking sync-ptr v0.1.4 |
| 3498 | 2026-09-11T20:14:08.002Z | Checking colored v2.2.0 |
| 3499 | 2026-09-11T20:14:08.108Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3500 | 2026-09-11T20:14:08.123Z | Checking assert_matches v1.5.0 |
| 3501 | 2026-09-11T20:14:08.372Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3502 | 2026-09-11T20:14:08.448Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3503 | 2026-09-11T20:14:08.630Z | Checking hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3) |
| 3504 | 2026-09-11T20:14:09.770Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3505 | 2026-09-11T20:14:09.894Z | Checking progenitor v0.14.0 |
| 3506 | 2026-09-11T20:14:09.990Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3507 | 2026-09-11T20:14:10.022Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3508 | 2026-09-11T20:14:10.022Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3509 | 2026-09-11T20:14:10.025Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3510 | 2026-09-11T20:14:10.025Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3511 | 2026-09-11T20:14:10.026Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3512 | 2026-09-11T20:14:10.026Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3513 | 2026-09-11T20:14:10.162Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3514 | 2026-09-11T20:14:10.425Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3515 | 2026-09-11T20:14:10.632Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3516 | 2026-09-11T20:14:11.090Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3517 | 2026-09-11T20:14:11.108Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3518 | 2026-09-11T20:14:11.751Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3519 | 2026-09-11T20:14:11.773Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3520 | 2026-09-11T20:14:12.967Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3521 | 2026-09-11T20:14:21.778Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3522 | 2026-09-11T20:14:28.937Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3523 | 2026-09-11T20:14:28.940Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3524 | 2026-09-11T20:14:28.940Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3525 | 2026-09-11T20:14:30.423Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3526 | 2026-09-11T20:14:31.700Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3527 | 2026-09-11T20:14:34.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.15s |
| 3528 | 2026-09-11T20:14:34.207Z | |
| 3529 | 2026-09-11T20:14:34.207Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3530 | 2026-09-11T20:14:34.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-09-11T20:14:34.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-09-11T20:14:34.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-09-11T20:14:34.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3534 | 2026-09-11T20:14:34.834Z | |
| 3535 | 2026-09-11T20:14:34.835Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3536 | 2026-09-11T20:14:35.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-09-11T20:14:35.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-09-11T20:14:35.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-09-11T20:14:35.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3540 | 2026-09-11T20:14:35.395Z | |
| 3541 | 2026-09-11T20:14:35.395Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3542 | 2026-09-11T20:14:35.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-09-11T20:14:35.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-09-11T20:14:35.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-09-11T20:14:35.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3546 | 2026-09-11T20:14:35.976Z | |
| 3547 | 2026-09-11T20:14:35.976Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3548 | 2026-09-11T20:14:36.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-09-11T20:14:36.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-09-11T20:14:36.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-09-11T20:14:36.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3552 | 2026-09-11T20:14:36.550Z | |
| 3553 | 2026-09-11T20:14:36.550Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3554 | 2026-09-11T20:14:37.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-09-11T20:14:37.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-09-11T20:14:37.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-09-11T20:14:37.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3558 | 2026-09-11T20:14:37.126Z | |
| 3559 | 2026-09-11T20:14:37.126Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3560 | 2026-09-11T20:14:37.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-09-11T20:14:37.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-09-11T20:14:37.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-09-11T20:14:37.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3564 | 2026-09-11T20:14:37.689Z | |
| 3565 | 2026-09-11T20:14:37.689Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3566 | 2026-09-11T20:14:38.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-09-11T20:14:38.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-09-11T20:14:38.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-09-11T20:14:38.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3570 | 2026-09-11T20:14:38.259Z | |
| 3571 | 2026-09-11T20:14:38.259Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3572 | 2026-09-11T20:14:38.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-09-11T20:14:38.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-09-11T20:14:38.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-09-11T20:14:38.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3576 | 2026-09-11T20:14:38.826Z | |
| 3577 | 2026-09-11T20:14:38.826Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3578 | 2026-09-11T20:14:39.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-09-11T20:14:39.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-09-11T20:14:39.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-09-11T20:14:39.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3582 | 2026-09-11T20:14:39.415Z | |
| 3583 | 2026-09-11T20:14:39.415Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3584 | 2026-09-11T20:14:39.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-09-11T20:14:39.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-09-11T20:14:39.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-09-11T20:14:39.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3588 | 2026-09-11T20:14:40.020Z | |
| 3589 | 2026-09-11T20:14:40.020Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3590 | 2026-09-11T20:14:40.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-09-11T20:14:40.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-09-11T20:14:40.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-09-11T20:14:40.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3594 | 2026-09-11T20:14:40.623Z | |
| 3595 | 2026-09-11T20:14:40.623Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3596 | 2026-09-11T20:14:41.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-09-11T20:14:41.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-09-11T20:14:41.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-09-11T20:14:41.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3600 | 2026-09-11T20:14:41.227Z | |
| 3601 | 2026-09-11T20:14:41.228Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3602 | 2026-09-11T20:14:41.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-09-11T20:14:41.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-09-11T20:14:41.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-09-11T20:14:41.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3606 | 2026-09-11T20:14:41.816Z | |
| 3607 | 2026-09-11T20:14:41.816Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3608 | 2026-09-11T20:14:42.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-09-11T20:14:42.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-09-11T20:14:42.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-09-11T20:14:42.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3612 | 2026-09-11T20:14:42.419Z | |
| 3613 | 2026-09-11T20:14:42.419Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3614 | 2026-09-11T20:14:42.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-09-11T20:14:42.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-09-11T20:14:42.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-09-11T20:14:42.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3618 | 2026-09-11T20:14:43.021Z | |
| 3619 | 2026-09-11T20:14:43.022Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3620 | 2026-09-11T20:14:43.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-09-11T20:14:43.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-09-11T20:14:43.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-09-11T20:14:43.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3624 | 2026-09-11T20:14:43.587Z | |
| 3625 | 2026-09-11T20:14:43.587Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3626 | 2026-09-11T20:14:44.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-09-11T20:14:44.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-09-11T20:14:44.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-09-11T20:14:44.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3630 | 2026-09-11T20:14:44.218Z | |
| 3631 | 2026-09-11T20:14:44.219Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3632 | 2026-09-11T20:14:44.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-09-11T20:14:44.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-09-11T20:14:44.988Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3635 | 2026-09-11T20:14:44.992Z | Checking void v1.0.2 |
| 3636 | 2026-09-11T20:14:45.087Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3637 | 2026-09-11T20:14:45.090Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3638 | 2026-09-11T20:14:45.112Z | Checking tungstenite v0.23.0 |
| 3639 | 2026-09-11T20:14:45.112Z | Checking nix v0.27.1 |
| 3640 | 2026-09-11T20:14:45.115Z | Checking dropshot-api-manager-types v0.8.0 |
| 3641 | 2026-09-11T20:14:45.115Z | Checking tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9) |
| 3642 | 2026-09-11T20:14:45.171Z | Checking lzss v0.8.2 |
| 3643 | 2026-09-11T20:14:45.288Z | Checking kstat-rs v0.2.5 |
| 3644 | 2026-09-11T20:14:45.327Z | Checking fxhash v0.2.1 |
| 3645 | 2026-09-11T20:14:45.343Z | Checking serde_bytes v0.11.19 |
| 3646 | 2026-09-11T20:14:45.359Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3647 | 2026-09-11T20:14:45.425Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3648 | 2026-09-11T20:14:45.442Z | Checking signal-hook-tokio v0.3.1 |
| 3649 | 2026-09-11T20:14:45.465Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3650 | 2026-09-11T20:14:45.508Z | Checking tokio-tungstenite v0.23.1 |
| 3651 | 2026-09-11T20:14:45.605Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 3652 | 2026-09-11T20:14:46.653Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3653 | 2026-09-11T20:14:47.193Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3654 | 2026-09-11T20:14:49.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
| 3655 | 2026-09-11T20:14:49.558Z | |
| 3656 | 2026-09-11T20:14:49.558Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3657 | 2026-09-11T20:14:50.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2026-09-11T20:14:50.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2026-09-11T20:14:50.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2026-09-11T20:14:50.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3661 | 2026-09-11T20:14:50.134Z | |
| 3662 | 2026-09-11T20:14:50.134Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3663 | 2026-09-11T20:14:50.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2026-09-11T20:14:50.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2026-09-11T20:14:50.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3666 | 2026-09-11T20:14:50.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3667 | 2026-09-11T20:14:50.704Z | |
| 3668 | 2026-09-11T20:14:50.704Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3669 | 2026-09-11T20:14:51.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2026-09-11T20:14:51.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2026-09-11T20:14:51.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3672 | 2026-09-11T20:14:51.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3673 | 2026-09-11T20:14:51.277Z | |
| 3674 | 2026-09-11T20:14:51.282Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3675 | 2026-09-11T20:14:51.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3676 | 2026-09-11T20:14:51.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3677 | 2026-09-11T20:14:51.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3678 | 2026-09-11T20:14:51.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3679 | 2026-09-11T20:14:51.896Z | |
| 3680 | 2026-09-11T20:14:51.896Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3681 | 2026-09-11T20:14:52.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3682 | 2026-09-11T20:14:52.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3683 | 2026-09-11T20:14:52.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3684 | 2026-09-11T20:14:52.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3685 | 2026-09-11T20:14:52.471Z | |
| 3686 | 2026-09-11T20:14:52.471Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3687 | 2026-09-11T20:14:52.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2026-09-11T20:14:52.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2026-09-11T20:14:52.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2026-09-11T20:14:52.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3691 | 2026-09-11T20:14:53.060Z | |
| 3692 | 2026-09-11T20:14:53.060Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3693 | 2026-09-11T20:14:53.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2026-09-11T20:14:53.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2026-09-11T20:14:53.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2026-09-11T20:14:53.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3697 | 2026-09-11T20:14:53.641Z | |
| 3698 | 2026-09-11T20:14:53.641Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3699 | 2026-09-11T20:14:54.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2026-09-11T20:14:54.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2026-09-11T20:14:54.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2026-09-11T20:14:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3703 | 2026-09-11T20:14:54.239Z | |
| 3704 | 2026-09-11T20:14:54.239Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3705 | 2026-09-11T20:14:54.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2026-09-11T20:14:54.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2026-09-11T20:14:54.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3708 | 2026-09-11T20:14:54.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3709 | 2026-09-11T20:14:54.822Z | |
| 3710 | 2026-09-11T20:14:54.822Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3711 | 2026-09-11T20:14:55.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3712 | 2026-09-11T20:14:55.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3713 | 2026-09-11T20:14:55.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3714 | 2026-09-11T20:14:55.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3715 | 2026-09-11T20:14:55.405Z | |
| 3716 | 2026-09-11T20:14:55.405Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3717 | 2026-09-11T20:14:55.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-09-11T20:14:55.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-09-11T20:14:55.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3720 | 2026-09-11T20:14:55.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3721 | 2026-09-11T20:14:55.985Z | |
| 3722 | 2026-09-11T20:14:55.985Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3723 | 2026-09-11T20:14:56.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-09-11T20:14:56.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-09-11T20:14:56.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3726 | 2026-09-11T20:14:56.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3727 | 2026-09-11T20:14:56.570Z | |
| 3728 | 2026-09-11T20:14:56.570Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3729 | 2026-09-11T20:14:57.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-09-11T20:14:57.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-09-11T20:14:57.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3732 | 2026-09-11T20:14:57.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3733 | 2026-09-11T20:14:57.158Z | |
| 3734 | 2026-09-11T20:14:57.161Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3735 | 2026-09-11T20:14:57.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-09-11T20:14:57.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-09-11T20:14:57.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3738 | 2026-09-11T20:14:57.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3739 | 2026-09-11T20:14:57.738Z | |
| 3740 | 2026-09-11T20:14:57.738Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3741 | 2026-09-11T20:14:58.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-09-11T20:14:58.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-09-11T20:14:58.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3744 | 2026-09-11T20:14:58.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3745 | 2026-09-11T20:14:58.322Z | |
| 3746 | 2026-09-11T20:14:58.322Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3747 | 2026-09-11T20:14:58.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-09-11T20:14:58.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-09-11T20:14:58.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3750 | 2026-09-11T20:14:58.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3751 | 2026-09-11T20:14:58.902Z | |
| 3752 | 2026-09-11T20:14:58.902Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3753 | 2026-09-11T20:14:59.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-09-11T20:14:59.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-09-11T20:14:59.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3756 | 2026-09-11T20:14:59.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3757 | 2026-09-11T20:14:59.481Z | |
| 3758 | 2026-09-11T20:14:59.481Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3759 | 2026-09-11T20:14:59.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3760 | 2026-09-11T20:14:59.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3761 | 2026-09-11T20:14:59.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3762 | 2026-09-11T20:14:59.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3763 | 2026-09-11T20:15:00.063Z | |
| 3764 | 2026-09-11T20:15:00.063Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3765 | 2026-09-11T20:15:00.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3766 | 2026-09-11T20:15:00.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3767 | 2026-09-11T20:15:00.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3768 | 2026-09-11T20:15:00.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3769 | 2026-09-11T20:15:00.649Z | |
| 3770 | 2026-09-11T20:15:00.649Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3771 | 2026-09-11T20:15:01.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2026-09-11T20:15:01.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2026-09-11T20:15:01.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3774 | 2026-09-11T20:15:01.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3775 | 2026-09-11T20:15:01.231Z | |
| 3776 | 2026-09-11T20:15:01.231Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3777 | 2026-09-11T20:15:01.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3778 | 2026-09-11T20:15:01.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3779 | 2026-09-11T20:15:01.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3780 | 2026-09-11T20:15:01.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3781 | 2026-09-11T20:15:01.813Z | |
| 3782 | 2026-09-11T20:15:01.813Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3783 | 2026-09-11T20:15:02.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2026-09-11T20:15:02.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2026-09-11T20:15:02.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2026-09-11T20:15:02.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3787 | 2026-09-11T20:15:02.396Z | |
| 3788 | 2026-09-11T20:15:02.396Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3789 | 2026-09-11T20:15:02.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2026-09-11T20:15:02.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2026-09-11T20:15:02.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2026-09-11T20:15:02.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3793 | 2026-09-11T20:15:02.996Z | |
| 3794 | 2026-09-11T20:15:02.996Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3795 | 2026-09-11T20:15:03.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2026-09-11T20:15:03.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2026-09-11T20:15:03.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2026-09-11T20:15:03.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3799 | 2026-09-11T20:15:03.596Z | |
| 3800 | 2026-09-11T20:15:03.596Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3801 | 2026-09-11T20:15:04.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2026-09-11T20:15:04.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2026-09-11T20:15:04.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3804 | 2026-09-11T20:15:04.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3805 | 2026-09-11T20:15:04.195Z | |
| 3806 | 2026-09-11T20:15:04.195Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3807 | 2026-09-11T20:15:04.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2026-09-11T20:15:04.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2026-09-11T20:15:04.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2026-09-11T20:15:04.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3811 | 2026-09-11T20:15:04.795Z | |
| 3812 | 2026-09-11T20:15:04.795Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3813 | 2026-09-11T20:15:05.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2026-09-11T20:15:05.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2026-09-11T20:15:05.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2026-09-11T20:15:05.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3817 | 2026-09-11T20:15:05.398Z | |
| 3818 | 2026-09-11T20:15:05.398Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3819 | 2026-09-11T20:15:05.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-09-11T20:15:05.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-09-11T20:15:05.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-09-11T20:15:05.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3823 | 2026-09-11T20:15:05.996Z | |
| 3824 | 2026-09-11T20:15:05.996Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3825 | 2026-09-11T20:15:06.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-09-11T20:15:06.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-09-11T20:15:06.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2026-09-11T20:15:06.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3829 | 2026-09-11T20:15:06.600Z | |
| 3830 | 2026-09-11T20:15:06.600Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3831 | 2026-09-11T20:15:07.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2026-09-11T20:15:07.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2026-09-11T20:15:07.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2026-09-11T20:15:07.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3835 | 2026-09-11T20:15:07.201Z | |
| 3836 | 2026-09-11T20:15:07.201Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3837 | 2026-09-11T20:15:07.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-09-11T20:15:07.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-09-11T20:15:07.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2026-09-11T20:15:07.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3841 | 2026-09-11T20:15:07.801Z | |
| 3842 | 2026-09-11T20:15:07.801Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3843 | 2026-09-11T20:15:08.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-09-11T20:15:08.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-09-11T20:15:08.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3846 | 2026-09-11T20:15:08.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3847 | 2026-09-11T20:15:08.413Z | |
| 3848 | 2026-09-11T20:15:08.414Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3849 | 2026-09-11T20:15:08.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-09-11T20:15:08.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-09-11T20:15:08.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2026-09-11T20:15:08.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3853 | 2026-09-11T20:15:09.019Z | |
| 3854 | 2026-09-11T20:15:09.019Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3855 | 2026-09-11T20:15:09.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-09-11T20:15:09.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-09-11T20:15:09.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2026-09-11T20:15:09.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3859 | 2026-09-11T20:15:09.619Z | |
| 3860 | 2026-09-11T20:15:09.619Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3861 | 2026-09-11T20:15:10.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-09-11T20:15:10.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-09-11T20:15:10.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3864 | 2026-09-11T20:15:10.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3865 | 2026-09-11T20:15:10.268Z | |
| 3866 | 2026-09-11T20:15:10.268Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3867 | 2026-09-11T20:15:10.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-09-11T20:15:10.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-09-11T20:15:10.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3870 | 2026-09-11T20:15:10.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3871 | 2026-09-11T20:15:10.820Z | |
| 3872 | 2026-09-11T20:15:10.820Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3873 | 2026-09-11T20:15:11.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-09-11T20:15:11.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-09-11T20:15:11.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3876 | 2026-09-11T20:15:11.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3877 | 2026-09-11T20:15:11.421Z | |
| 3878 | 2026-09-11T20:15:11.421Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3879 | 2026-09-11T20:15:11.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-09-11T20:15:11.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-09-11T20:15:11.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2026-09-11T20:15:11.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3883 | 2026-09-11T20:15:12.021Z | |
| 3884 | 2026-09-11T20:15:12.021Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3885 | 2026-09-11T20:15:12.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-09-11T20:15:12.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-09-11T20:15:12.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-09-11T20:15:12.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3889 | 2026-09-11T20:15:12.623Z | |
| 3890 | 2026-09-11T20:15:12.623Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3891 | 2026-09-11T20:15:13.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-09-11T20:15:13.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-09-11T20:15:13.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3894 | 2026-09-11T20:15:13.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3895 | 2026-09-11T20:15:13.223Z | |
| 3896 | 2026-09-11T20:15:13.223Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3897 | 2026-09-11T20:15:13.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-09-11T20:15:13.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-09-11T20:15:13.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2026-09-11T20:15:13.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3901 | 2026-09-11T20:15:13.806Z | |
| 3902 | 2026-09-11T20:15:13.806Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3903 | 2026-09-11T20:15:14.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-09-11T20:15:14.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-09-11T20:15:14.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2026-09-11T20:15:14.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3907 | 2026-09-11T20:15:14.388Z | |
| 3908 | 2026-09-11T20:15:14.388Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3909 | 2026-09-11T20:15:14.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-09-11T20:15:14.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-09-11T20:15:14.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3912 | 2026-09-11T20:15:14.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3913 | 2026-09-11T20:15:14.967Z | |
| 3914 | 2026-09-11T20:15:14.967Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3915 | 2026-09-11T20:15:15.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-09-11T20:15:15.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-09-11T20:15:15.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-09-11T20:15:15.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3919 | 2026-09-11T20:15:15.551Z | |
| 3920 | 2026-09-11T20:15:15.551Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3921 | 2026-09-11T20:15:16.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-09-11T20:15:16.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-09-11T20:15:16.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2026-09-11T20:15:16.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3925 | 2026-09-11T20:15:16.133Z | |
| 3926 | 2026-09-11T20:15:16.133Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3927 | 2026-09-11T20:15:16.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-09-11T20:15:16.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-09-11T20:15:16.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-09-11T20:15:16.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3931 | 2026-09-11T20:15:16.715Z | |
| 3932 | 2026-09-11T20:15:16.715Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3933 | 2026-09-11T20:15:17.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-09-11T20:15:17.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-09-11T20:15:17.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-09-11T20:15:17.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3937 | 2026-09-11T20:15:17.299Z | |
| 3938 | 2026-09-11T20:15:17.299Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3939 | 2026-09-11T20:15:17.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-09-11T20:15:17.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-09-11T20:15:17.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-09-11T20:15:17.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3943 | 2026-09-11T20:15:17.880Z | |
| 3944 | 2026-09-11T20:15:17.880Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3945 | 2026-09-11T20:15:18.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-09-11T20:15:18.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-09-11T20:15:18.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-09-11T20:15:18.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3949 | 2026-09-11T20:15:18.463Z | |
| 3950 | 2026-09-11T20:15:18.463Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3951 | 2026-09-11T20:15:18.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-09-11T20:15:18.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-09-11T20:15:18.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-09-11T20:15:18.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3955 | 2026-09-11T20:15:19.044Z | |
| 3956 | 2026-09-11T20:15:19.044Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3957 | 2026-09-11T20:15:19.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-09-11T20:15:19.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-09-11T20:15:19.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-09-11T20:15:19.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3961 | 2026-09-11T20:15:19.627Z | |
| 3962 | 2026-09-11T20:15:19.627Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3963 | 2026-09-11T20:15:20.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-09-11T20:15:20.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-09-11T20:15:20.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-09-11T20:15:20.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3967 | 2026-09-11T20:15:20.209Z | |
| 3968 | 2026-09-11T20:15:20.209Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3969 | 2026-09-11T20:15:20.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-09-11T20:15:20.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-09-11T20:15:20.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3972 | 2026-09-11T20:15:20.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3973 | 2026-09-11T20:15:20.792Z | |
| 3974 | 2026-09-11T20:15:20.792Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3975 | 2026-09-11T20:15:21.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-09-11T20:15:21.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-09-11T20:15:21.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3978 | 2026-09-11T20:15:21.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3979 | 2026-09-11T20:15:21.380Z | |
| 3980 | 2026-09-11T20:15:21.380Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3981 | 2026-09-11T20:15:21.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-09-11T20:15:21.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-09-11T20:15:21.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-09-11T20:15:21.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3985 | 2026-09-11T20:15:21.955Z | |
| 3986 | 2026-09-11T20:15:21.955Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3987 | 2026-09-11T20:15:22.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-09-11T20:15:22.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-09-11T20:15:22.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-09-11T20:15:22.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3991 | 2026-09-11T20:15:22.537Z | |
| 3992 | 2026-09-11T20:15:22.537Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3993 | 2026-09-11T20:15:23.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-09-11T20:15:23.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-09-11T20:15:23.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-09-11T20:15:23.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3997 | 2026-09-11T20:15:23.139Z | |
| 3998 | 2026-09-11T20:15:23.139Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3999 | 2026-09-11T20:15:23.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-09-11T20:15:23.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-09-11T20:15:23.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-09-11T20:15:23.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4003 | 2026-09-11T20:15:23.741Z | |
| 4004 | 2026-09-11T20:15:23.741Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 4005 | 2026-09-11T20:15:24.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-09-11T20:15:24.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-09-11T20:15:24.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-09-11T20:15:24.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4009 | 2026-09-11T20:15:24.339Z | |
| 4010 | 2026-09-11T20:15:24.339Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 4011 | 2026-09-11T20:15:24.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-09-11T20:15:24.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-09-11T20:15:24.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-09-11T20:15:24.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4015 | 2026-09-11T20:15:24.940Z | |
| 4016 | 2026-09-11T20:15:24.940Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 4017 | 2026-09-11T20:15:25.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-09-11T20:15:25.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-09-11T20:15:25.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-09-11T20:15:25.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4021 | 2026-09-11T20:15:25.541Z | |
| 4022 | 2026-09-11T20:15:25.541Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 4023 | 2026-09-11T20:15:26.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-09-11T20:15:26.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-09-11T20:15:26.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-09-11T20:15:26.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4027 | 2026-09-11T20:15:26.144Z | |
| 4028 | 2026-09-11T20:15:26.145Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 4029 | 2026-09-11T20:15:26.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-09-11T20:15:26.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-09-11T20:15:26.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-09-11T20:15:26.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4033 | 2026-09-11T20:15:26.749Z | |
| 4034 | 2026-09-11T20:15:26.749Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4035 | 2026-09-11T20:15:27.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-09-11T20:15:27.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-09-11T20:15:27.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-09-11T20:15:27.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4039 | 2026-09-11T20:15:27.353Z | |
| 4040 | 2026-09-11T20:15:27.353Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4041 | 2026-09-11T20:15:27.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-09-11T20:15:27.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-09-11T20:15:27.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-09-11T20:15:27.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4045 | 2026-09-11T20:15:27.955Z | |
| 4046 | 2026-09-11T20:15:27.955Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4047 | 2026-09-11T20:15:28.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-09-11T20:15:28.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-09-11T20:15:28.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-09-11T20:15:28.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4051 | 2026-09-11T20:15:28.565Z | |
| 4052 | 2026-09-11T20:15:28.565Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4053 | 2026-09-11T20:15:29.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-09-11T20:15:29.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-09-11T20:15:29.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-09-11T20:15:29.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4057 | 2026-09-11T20:15:29.157Z | |
| 4058 | 2026-09-11T20:15:29.157Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4059 | 2026-09-11T20:15:29.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-09-11T20:15:29.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-09-11T20:15:29.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-09-11T20:15:29.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4063 | 2026-09-11T20:15:29.756Z | |
| 4064 | 2026-09-11T20:15:29.756Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4065 | 2026-09-11T20:15:30.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-09-11T20:15:30.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-09-11T20:15:30.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-09-11T20:15:30.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4069 | 2026-09-11T20:15:30.359Z | |
| 4070 | 2026-09-11T20:15:30.359Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4071 | 2026-09-11T20:15:30.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-09-11T20:15:30.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-09-11T20:15:30.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-09-11T20:15:30.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4075 | 2026-09-11T20:15:30.958Z | |
| 4076 | 2026-09-11T20:15:30.958Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4077 | 2026-09-11T20:15:31.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-09-11T20:15:31.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-09-11T20:15:31.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-09-11T20:15:31.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4081 | 2026-09-11T20:15:31.556Z | |
| 4082 | 2026-09-11T20:15:31.557Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4083 | 2026-09-11T20:15:32.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-09-11T20:15:32.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-09-11T20:15:32.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4086 | 2026-09-11T20:15:32.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4087 | 2026-09-11T20:15:32.172Z | |
| 4088 | 2026-09-11T20:15:32.172Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4089 | 2026-09-11T20:15:32.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-09-11T20:15:32.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-09-11T20:15:32.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-09-11T20:15:32.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4093 | 2026-09-11T20:15:32.756Z | |
| 4094 | 2026-09-11T20:15:32.756Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4095 | 2026-09-11T20:15:33.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-09-11T20:15:33.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-09-11T20:15:33.413Z | Compiling parking_lot_core v0.8.6 |
| 4098 | 2026-09-11T20:15:33.522Z | Compiling git-stub v1.0.0 |
| 4099 | 2026-09-11T20:15:33.530Z | Checking prefix-trie v0.7.0 |
| 4100 | 2026-09-11T20:15:33.536Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4101 | 2026-09-11T20:15:33.644Z | Compiling git-stub-vcs v0.1.0 |
| 4102 | 2026-09-11T20:15:33.822Z | Checking hickory-server v0.25.2 |
| 4103 | 2026-09-11T20:15:33.918Z | Checking parking_lot v0.11.2 |
| 4104 | 2026-09-11T20:15:33.945Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4105 | 2026-09-11T20:15:34.084Z | Checking sled v0.34.7 |
| 4106 | 2026-09-11T20:15:36.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 4107 | 2026-09-11T20:15:36.224Z | |
| 4108 | 2026-09-11T20:15:36.224Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4109 | 2026-09-11T20:15:36.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4110 | 2026-09-11T20:15:36.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4111 | 2026-09-11T20:15:36.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4112 | 2026-09-11T20:15:36.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4113 | 2026-09-11T20:15:36.799Z | |
| 4114 | 2026-09-11T20:15:36.799Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4115 | 2026-09-11T20:15:37.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-09-11T20:15:37.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-09-11T20:15:37.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4118 | 2026-09-11T20:15:37.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4119 | 2026-09-11T20:15:37.417Z | |
| 4120 | 2026-09-11T20:15:37.417Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4121 | 2026-09-11T20:15:37.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-09-11T20:15:37.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-09-11T20:15:37.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4124 | 2026-09-11T20:15:37.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4125 | 2026-09-11T20:15:37.996Z | |
| 4126 | 2026-09-11T20:15:37.996Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4127 | 2026-09-11T20:15:38.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-09-11T20:15:38.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-09-11T20:15:38.721Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4130 | 2026-09-11T20:15:39.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 4131 | 2026-09-11T20:15:39.435Z | |
| 4132 | 2026-09-11T20:15:39.435Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4133 | 2026-09-11T20:15:39.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-09-11T20:15:39.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-09-11T20:15:40.261Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4136 | 2026-09-11T20:15:40.392Z | Compiling rfc6979 v0.4.0 |
| 4137 | 2026-09-11T20:15:40.392Z | Compiling hashbrown v0.14.5 |
| 4138 | 2026-09-11T20:15:40.407Z | Compiling salty v0.3.0 |
| 4139 | 2026-09-11T20:15:40.416Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4140 | 2026-09-11T20:15:40.428Z | Compiling primeorder v0.13.6 |
| 4141 | 2026-09-11T20:15:40.443Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4142 | 2026-09-11T20:15:40.511Z | Compiling ecdsa v0.16.9 |
| 4143 | 2026-09-11T20:15:40.606Z | Compiling sha1 v0.10.6 |
| 4144 | 2026-09-11T20:15:40.678Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4145 | 2026-09-11T20:15:40.766Z | Compiling proc-macro-error2 v2.0.1 |
| 4146 | 2026-09-11T20:15:40.882Z | Compiling chumsky v0.9.3 |
| 4147 | 2026-09-11T20:15:40.896Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4148 | 2026-09-11T20:15:40.899Z | Compiling p384 v0.13.1 |
| 4149 | 2026-09-11T20:15:40.937Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4150 | 2026-09-11T20:15:41.074Z | Compiling knus-derive v3.4.0 |
| 4151 | 2026-09-11T20:15:41.121Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4152 | 2026-09-11T20:15:41.173Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4153 | 2026-09-11T20:15:41.234Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4154 | 2026-09-11T20:15:41.436Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4155 | 2026-09-11T20:15:41.493Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4156 | 2026-09-11T20:15:41.642Z | Checking corncobs v0.1.4 |
| 4157 | 2026-09-11T20:15:41.667Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4158 | 2026-09-11T20:15:41.667Z | Checking libscf-sys v1.2.0 |
| 4159 | 2026-09-11T20:15:41.683Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4160 | 2026-09-11T20:15:41.712Z | Checking secrecy v0.8.0 |
| 4161 | 2026-09-11T20:15:41.741Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4162 | 2026-09-11T20:15:41.787Z | Checking papergrid v0.18.0 |
| 4163 | 2026-09-11T20:15:41.809Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4164 | 2026-09-11T20:15:41.835Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4165 | 2026-09-11T20:15:42.000Z | Compiling unicase v2.9.0 |
| 4166 | 2026-09-11T20:15:42.060Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4167 | 2026-09-11T20:15:42.102Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4168 | 2026-09-11T20:15:42.130Z | Checking itertools v0.15.0 |
| 4169 | 2026-09-11T20:15:42.211Z | Compiling mime_guess v2.0.5 |
| 4170 | 2026-09-11T20:15:42.300Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4171 | 2026-09-11T20:15:42.336Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4172 | 2026-09-11T20:15:42.545Z | Compiling knus v3.4.0 |
| 4173 | 2026-09-11T20:15:42.608Z | Checking tabled v0.21.0 |
| 4174 | 2026-09-11T20:15:42.618Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4175 | 2026-09-11T20:15:42.618Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4176 | 2026-09-11T20:15:42.754Z | Checking http-range v0.1.5 |
| 4177 | 2026-09-11T20:15:42.897Z | Checking crc8 v0.1.1 |
| 4178 | 2026-09-11T20:15:42.915Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4179 | 2026-09-11T20:15:43.220Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4180 | 2026-09-11T20:15:43.268Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4181 | 2026-09-11T20:15:43.313Z | Checking scuffle v0.1.0 |
| 4182 | 2026-09-11T20:15:43.416Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4183 | 2026-09-11T20:15:43.462Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 4184 | 2026-09-11T20:15:43.488Z | Checking nanorand v0.7.0 |
| 4185 | 2026-09-11T20:15:43.509Z | Checking hyper-staticfile v0.10.1 |
| 4186 | 2026-09-11T20:15:43.681Z | Checking flume v0.11.1 |
| 4187 | 2026-09-11T20:15:43.881Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4188 | 2026-09-11T20:15:43.893Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 4189 | 2026-09-11T20:15:43.893Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4190 | 2026-09-11T20:15:43.925Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4191 | 2026-09-11T20:15:43.973Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4192 | 2026-09-11T20:15:44.170Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4193 | 2026-09-11T20:15:44.191Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4194 | 2026-09-11T20:15:44.229Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4195 | 2026-09-11T20:15:44.385Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4196 | 2026-09-11T20:15:44.503Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4197 | 2026-09-11T20:15:44.681Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4198 | 2026-09-11T20:15:44.828Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4199 | 2026-09-11T20:15:45.357Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4200 | 2026-09-11T20:15:46.169Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4201 | 2026-09-11T20:15:48.111Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4202 | 2026-09-11T20:15:49.153Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4203 | 2026-09-11T20:15:49.707Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4204 | 2026-09-11T20:15:49.710Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4205 | 2026-09-11T20:15:50.323Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4206 | 2026-09-11T20:16:01.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.10s |
| 4207 | 2026-09-11T20:16:01.585Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4208 | 2026-09-11T20:16:01.585Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4209 | 2026-09-11T20:16:01.747Z | |
| 4210 | 2026-09-11T20:16:01.747Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4211 | 2026-09-11T20:16:02.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-09-11T20:16:02.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-09-11T20:16:02.534Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4214 | 2026-09-11T20:16:12.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s |
| 4215 | 2026-09-11T20:16:12.732Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4216 | 2026-09-11T20:16:12.732Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4217 | 2026-09-11T20:16:12.940Z | |
| 4218 | 2026-09-11T20:16:12.940Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4219 | 2026-09-11T20:16:13.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-09-11T20:16:13.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-09-11T20:16:13.723Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4222 | 2026-09-11T20:16:23.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s |
| 4223 | 2026-09-11T20:16:23.933Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4224 | 2026-09-11T20:16:23.934Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4225 | 2026-09-11T20:16:24.139Z | |
| 4226 | 2026-09-11T20:16:24.139Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4227 | 2026-09-11T20:16:24.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4228 | 2026-09-11T20:16:24.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4229 | 2026-09-11T20:16:24.918Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4230 | 2026-09-11T20:16:35.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s |
| 4231 | 2026-09-11T20:16:35.653Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4232 | 2026-09-11T20:16:35.653Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4233 | 2026-09-11T20:16:35.653Z | |
| 4234 | 2026-09-11T20:16:35.653Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4235 | 2026-09-11T20:16:35.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-09-11T20:16:36.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-09-11T20:16:36.231Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4238 | 2026-09-11T20:16:46.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s |
| 4239 | 2026-09-11T20:16:46.433Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4240 | 2026-09-11T20:16:46.433Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4241 | 2026-09-11T20:16:46.632Z | |
| 4242 | 2026-09-11T20:16:46.632Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4243 | 2026-09-11T20:16:47.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2026-09-11T20:16:47.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2026-09-11T20:16:47.411Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4246 | 2026-09-11T20:16:57.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s |
| 4247 | 2026-09-11T20:16:57.665Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4248 | 2026-09-11T20:16:57.666Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4249 | 2026-09-11T20:16:57.866Z | |
| 4250 | 2026-09-11T20:16:57.866Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4251 | 2026-09-11T20:16:58.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-09-11T20:16:58.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-09-11T20:16:58.620Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4254 | 2026-09-11T20:17:08.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s |
| 4255 | 2026-09-11T20:17:08.867Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4256 | 2026-09-11T20:17:08.867Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4257 | 2026-09-11T20:17:09.060Z | |
| 4258 | 2026-09-11T20:17:09.060Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4259 | 2026-09-11T20:17:09.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-09-11T20:17:09.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-09-11T20:17:09.833Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4262 | 2026-09-11T20:17:20.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s |
| 4263 | 2026-09-11T20:17:20.035Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4264 | 2026-09-11T20:17:20.035Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4265 | 2026-09-11T20:17:20.234Z | |
| 4266 | 2026-09-11T20:17:20.234Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4267 | 2026-09-11T20:17:20.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4268 | 2026-09-11T20:17:20.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4269 | 2026-09-11T20:17:20.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4270 | 2026-09-11T20:17:20.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4271 | 2026-09-11T20:17:20.819Z | |
| 4272 | 2026-09-11T20:17:20.819Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4273 | 2026-09-11T20:17:21.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4274 | 2026-09-11T20:17:21.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4275 | 2026-09-11T20:17:21.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4276 | 2026-09-11T20:17:21.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4277 | 2026-09-11T20:17:21.423Z | |
| 4278 | 2026-09-11T20:17:21.423Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4279 | 2026-09-11T20:17:21.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4280 | 2026-09-11T20:17:21.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4281 | 2026-09-11T20:17:21.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4282 | 2026-09-11T20:17:21.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4283 | 2026-09-11T20:17:21.989Z | |
| 4284 | 2026-09-11T20:17:21.989Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4285 | 2026-09-11T20:17:22.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4286 | 2026-09-11T20:17:22.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4287 | 2026-09-11T20:17:22.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4288 | 2026-09-11T20:17:22.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4289 | 2026-09-11T20:17:22.610Z | |
| 4290 | 2026-09-11T20:17:22.610Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4291 | 2026-09-11T20:17:23.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4292 | 2026-09-11T20:17:23.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4293 | 2026-09-11T20:17:23.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4294 | 2026-09-11T20:17:23.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4295 | 2026-09-11T20:17:23.191Z | |
| 4296 | 2026-09-11T20:17:23.191Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4297 | 2026-09-11T20:17:23.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4298 | 2026-09-11T20:17:23.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4299 | 2026-09-11T20:17:23.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4300 | 2026-09-11T20:17:23.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4301 | 2026-09-11T20:17:23.761Z | |
| 4302 | 2026-09-11T20:17:23.761Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4303 | 2026-09-11T20:17:24.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4304 | 2026-09-11T20:17:24.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4305 | 2026-09-11T20:17:24.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4306 | 2026-09-11T20:17:24.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4307 | 2026-09-11T20:17:24.337Z | |
| 4308 | 2026-09-11T20:17:24.337Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4309 | 2026-09-11T20:17:24.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4310 | 2026-09-11T20:17:24.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4311 | 2026-09-11T20:17:24.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4312 | 2026-09-11T20:17:24.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4313 | 2026-09-11T20:17:24.909Z | |
| 4314 | 2026-09-11T20:17:24.909Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4315 | 2026-09-11T20:17:25.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4316 | 2026-09-11T20:17:25.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4317 | 2026-09-11T20:17:25.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4318 | 2026-09-11T20:17:25.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4319 | 2026-09-11T20:17:25.503Z | |
| 4320 | 2026-09-11T20:17:25.503Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4321 | 2026-09-11T20:17:26.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4322 | 2026-09-11T20:17:26.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4323 | 2026-09-11T20:17:26.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4324 | 2026-09-11T20:17:26.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4325 | 2026-09-11T20:17:26.094Z | |
| 4326 | 2026-09-11T20:17:26.094Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4327 | 2026-09-11T20:17:26.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4328 | 2026-09-11T20:17:26.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4329 | 2026-09-11T20:17:26.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4330 | 2026-09-11T20:17:26.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4331 | 2026-09-11T20:17:26.691Z | |
| 4332 | 2026-09-11T20:17:26.691Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4333 | 2026-09-11T20:17:27.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4334 | 2026-09-11T20:17:27.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4335 | 2026-09-11T20:17:27.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4336 | 2026-09-11T20:17:27.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4337 | 2026-09-11T20:17:27.302Z | |
| 4338 | 2026-09-11T20:17:27.302Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4339 | 2026-09-11T20:17:27.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4340 | 2026-09-11T20:17:27.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4341 | 2026-09-11T20:17:27.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4342 | 2026-09-11T20:17:27.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4343 | 2026-09-11T20:17:27.909Z | |
| 4344 | 2026-09-11T20:17:27.909Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4345 | 2026-09-11T20:17:28.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4346 | 2026-09-11T20:17:28.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4347 | 2026-09-11T20:17:28.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4348 | 2026-09-11T20:17:28.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4349 | 2026-09-11T20:17:28.515Z | |
| 4350 | 2026-09-11T20:17:28.515Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4351 | 2026-09-11T20:17:29.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4352 | 2026-09-11T20:17:29.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4353 | 2026-09-11T20:17:29.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4354 | 2026-09-11T20:17:29.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4355 | 2026-09-11T20:17:29.160Z | |
| 4356 | 2026-09-11T20:17:29.160Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4357 | 2026-09-11T20:17:29.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4358 | 2026-09-11T20:17:29.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4359 | 2026-09-11T20:17:29.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4360 | 2026-09-11T20:17:29.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4361 | 2026-09-11T20:17:29.729Z | |
| 4362 | 2026-09-11T20:17:29.729Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4363 | 2026-09-11T20:17:30.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-09-11T20:17:30.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-09-11T20:17:30.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4366 | 2026-09-11T20:17:30.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4367 | 2026-09-11T20:17:30.334Z | |
| 4368 | 2026-09-11T20:17:30.335Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4369 | 2026-09-11T20:17:30.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-09-11T20:17:30.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-09-11T20:17:30.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4372 | 2026-09-11T20:17:30.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4373 | 2026-09-11T20:17:30.948Z | |
| 4374 | 2026-09-11T20:17:30.948Z | info: running `cargo check --bins` on sled-agent-health-monitor (268/377) |
| 4375 | 2026-09-11T20:17:31.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4376 | 2026-09-11T20:17:31.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4377 | 2026-09-11T20:17:31.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4378 | 2026-09-11T20:17:31.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4379 | 2026-09-11T20:17:31.541Z | |
| 4380 | 2026-09-11T20:17:31.541Z | info: running `cargo check --bins` on sled-agent-multirack-join (269/377) |
| 4381 | 2026-09-11T20:17:32.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-09-11T20:17:32.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-09-11T20:17:32.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4384 | 2026-09-11T20:17:32.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4385 | 2026-09-11T20:17:32.168Z | |
| 4386 | 2026-09-11T20:17:32.168Z | info: running `cargo check --bins` on sled-agent-rack-setup (270/377) |
| 4387 | 2026-09-11T20:17:32.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-09-11T20:17:32.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-09-11T20:17:32.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4390 | 2026-09-11T20:17:32.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4391 | 2026-09-11T20:17:32.800Z | |
| 4392 | 2026-09-11T20:17:32.800Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (271/377) |
| 4393 | 2026-09-11T20:17:33.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-09-11T20:17:33.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-09-11T20:17:33.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4396 | 2026-09-11T20:17:33.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4397 | 2026-09-11T20:17:33.423Z | |
| 4398 | 2026-09-11T20:17:33.423Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (272/377) |
| 4399 | 2026-09-11T20:17:33.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-09-11T20:17:33.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-09-11T20:17:33.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4402 | 2026-09-11T20:17:33.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4403 | 2026-09-11T20:17:34.054Z | |
| 4404 | 2026-09-11T20:17:34.054Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (273/377) |
| 4405 | 2026-09-11T20:17:34.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-09-11T20:17:34.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-09-11T20:17:34.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-09-11T20:17:34.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4409 | 2026-09-11T20:17:34.683Z | |
| 4410 | 2026-09-11T20:17:34.683Z | info: running `cargo check --bins` on omicron-deployment-graph (274/377) |
| 4411 | 2026-09-11T20:17:35.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-09-11T20:17:35.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-09-11T20:17:35.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4414 | 2026-09-11T20:17:35.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4415 | 2026-09-11T20:17:35.248Z | |
| 4416 | 2026-09-11T20:17:35.248Z | info: running `cargo check --bins` on transient-dns-server (275/377) |
| 4417 | 2026-09-11T20:17:35.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-09-11T20:17:35.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-09-11T20:17:35.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-09-11T20:17:35.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4421 | 2026-09-11T20:17:35.838Z | |
| 4422 | 2026-09-11T20:17:35.838Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/377) |
| 4423 | 2026-09-11T20:17:36.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-09-11T20:17:36.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-09-11T20:17:36.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-09-11T20:17:36.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4427 | 2026-09-11T20:17:36.437Z | |
| 4428 | 2026-09-11T20:17:36.437Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/377) |
| 4429 | 2026-09-11T20:17:36.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-09-11T20:17:36.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-09-11T20:17:36.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4432 | 2026-09-11T20:17:36.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4433 | 2026-09-11T20:17:37.035Z | |
| 4434 | 2026-09-11T20:17:37.035Z | info: running `cargo check --bins` on omicron-rpaths (278/377) |
| 4435 | 2026-09-11T20:17:37.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-09-11T20:17:37.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-09-11T20:17:37.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-09-11T20:17:37.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4439 | 2026-09-11T20:17:37.602Z | |
| 4440 | 2026-09-11T20:17:37.602Z | info: running `cargo check --bins` on omicron-repl-utils (279/377) |
| 4441 | 2026-09-11T20:17:38.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-09-11T20:17:38.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-09-11T20:17:38.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4444 | 2026-09-11T20:17:38.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4445 | 2026-09-11T20:17:38.171Z | |
| 4446 | 2026-09-11T20:17:38.171Z | info: running `cargo check --bins` on omicron-clickhouse-admin (280/377) |
| 4447 | 2026-09-11T20:17:38.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-09-11T20:17:38.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-09-11T20:17:38.879Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4450 | 2026-09-11T20:17:39.306Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4451 | 2026-09-11T20:17:40.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 4452 | 2026-09-11T20:17:40.683Z | |
| 4453 | 2026-09-11T20:17:40.683Z | info: running `cargo check --bins` on clickhouse-admin-api (281/377) |
| 4454 | 2026-09-11T20:17:41.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4455 | 2026-09-11T20:17:41.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4456 | 2026-09-11T20:17:41.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4457 | 2026-09-11T20:17:41.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4458 | 2026-09-11T20:17:41.262Z | |
| 4459 | 2026-09-11T20:17:41.262Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (282/377) |
| 4460 | 2026-09-11T20:17:41.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-09-11T20:17:41.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-09-11T20:17:41.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4463 | 2026-09-11T20:17:41.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4464 | 2026-09-11T20:17:41.845Z | |
| 4465 | 2026-09-11T20:17:41.845Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/377) |
| 4466 | 2026-09-11T20:17:42.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-09-11T20:17:42.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-09-11T20:17:42.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4469 | 2026-09-11T20:17:42.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4470 | 2026-09-11T20:17:42.438Z | |
| 4471 | 2026-09-11T20:17:42.438Z | info: running `cargo check --bins` on clickhouse-admin-single-client (284/377) |
| 4472 | 2026-09-11T20:17:42.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-09-11T20:17:42.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-09-11T20:17:42.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4475 | 2026-09-11T20:17:42.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4476 | 2026-09-11T20:17:43.022Z | |
| 4477 | 2026-09-11T20:17:43.022Z | info: running `cargo check --bins` on installinator-client (285/377) |
| 4478 | 2026-09-11T20:17:43.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4479 | 2026-09-11T20:17:43.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4480 | 2026-09-11T20:17:43.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4481 | 2026-09-11T20:17:43.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4482 | 2026-09-11T20:17:43.598Z | |
| 4483 | 2026-09-11T20:17:43.598Z | info: running `cargo check --bins` on oxide-client (286/377) |
| 4484 | 2026-09-11T20:17:44.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-09-11T20:17:44.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-09-11T20:17:44.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4487 | 2026-09-11T20:17:44.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4488 | 2026-09-11T20:17:44.171Z | |
| 4489 | 2026-09-11T20:17:44.171Z | info: running `cargo check --bins` on oximeter-client (287/377) |
| 4490 | 2026-09-11T20:17:44.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-09-11T20:17:44.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-09-11T20:17:44.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4493 | 2026-09-11T20:17:44.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4494 | 2026-09-11T20:17:44.756Z | |
| 4495 | 2026-09-11T20:17:44.756Z | info: running `cargo check --bins` on wicketd-client (288/377) |
| 4496 | 2026-09-11T20:17:45.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-09-11T20:17:45.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-09-11T20:17:45.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4499 | 2026-09-11T20:17:45.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4500 | 2026-09-11T20:17:45.363Z | |
| 4501 | 2026-09-11T20:17:45.363Z | info: running `cargo check --bins` on wicket-common (289/377) |
| 4502 | 2026-09-11T20:17:45.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4503 | 2026-09-11T20:17:45.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4504 | 2026-09-11T20:17:45.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4505 | 2026-09-11T20:17:45.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4506 | 2026-09-11T20:17:45.961Z | |
| 4507 | 2026-09-11T20:17:45.961Z | info: running `cargo check --bins` on wicketd-commission-client (290/377) |
| 4508 | 2026-09-11T20:17:46.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-09-11T20:17:46.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-09-11T20:17:46.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4511 | 2026-09-11T20:17:46.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4512 | 2026-09-11T20:17:46.551Z | |
| 4513 | 2026-09-11T20:17:46.552Z | info: running `cargo check --bins` on omicron-cockroach-admin (291/377) |
| 4514 | 2026-09-11T20:17:47.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-09-11T20:17:47.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-09-11T20:17:47.242Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4517 | 2026-09-11T20:17:47.247Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4518 | 2026-09-11T20:17:48.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4519 | 2026-09-11T20:17:48.602Z | |
| 4520 | 2026-09-11T20:17:48.602Z | info: running `cargo check --bins` on cockroach-admin-api (292/377) |
| 4521 | 2026-09-11T20:17:49.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-09-11T20:17:49.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-09-11T20:17:49.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4524 | 2026-09-11T20:17:49.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4525 | 2026-09-11T20:17:49.178Z | |
| 4526 | 2026-09-11T20:17:49.178Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (293/377) |
| 4527 | 2026-09-11T20:17:49.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-09-11T20:17:49.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-09-11T20:17:49.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4530 | 2026-09-11T20:17:49.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4531 | 2026-09-11T20:17:49.848Z | |
| 4532 | 2026-09-11T20:17:49.848Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/377) |
| 4533 | 2026-09-11T20:17:50.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-09-11T20:17:50.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-09-11T20:17:50.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4536 | 2026-09-11T20:17:50.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4537 | 2026-09-11T20:17:50.523Z | |
| 4538 | 2026-09-11T20:17:50.523Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (295/377) |
| 4539 | 2026-09-11T20:17:51.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4540 | 2026-09-11T20:17:51.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4541 | 2026-09-11T20:17:51.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4542 | 2026-09-11T20:17:51.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4543 | 2026-09-11T20:17:51.224Z | |
| 4544 | 2026-09-11T20:17:51.224Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/377) |
| 4545 | 2026-09-11T20:17:51.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4546 | 2026-09-11T20:17:51.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4547 | 2026-09-11T20:17:51.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4548 | 2026-09-11T20:17:51.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4549 | 2026-09-11T20:17:51.801Z | |
| 4550 | 2026-09-11T20:17:51.802Z | info: running `cargo check --bins` on db-macros (297/377) |
| 4551 | 2026-09-11T20:17:52.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-09-11T20:17:52.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-09-11T20:17:52.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4554 | 2026-09-11T20:17:52.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4555 | 2026-09-11T20:17:52.393Z | |
| 4556 | 2026-09-11T20:17:52.393Z | info: running `cargo check --bins` on nexus-macros-common (298/377) |
| 4557 | 2026-09-11T20:17:52.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-09-11T20:17:52.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-09-11T20:17:52.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4560 | 2026-09-11T20:17:52.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4561 | 2026-09-11T20:17:52.962Z | |
| 4562 | 2026-09-11T20:17:52.962Z | info: running `cargo check --bins` on nexus-auth (299/377) |
| 4563 | 2026-09-11T20:17:53.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4564 | 2026-09-11T20:17:53.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4565 | 2026-09-11T20:17:53.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4566 | 2026-09-11T20:17:53.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4567 | 2026-09-11T20:17:53.585Z | |
| 4568 | 2026-09-11T20:17:53.585Z | info: running `cargo check --bins` on authz-macros (300/377) |
| 4569 | 2026-09-11T20:17:54.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4570 | 2026-09-11T20:17:54.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4571 | 2026-09-11T20:17:54.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4572 | 2026-09-11T20:17:54.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4573 | 2026-09-11T20:17:54.160Z | |
| 4574 | 2026-09-11T20:17:54.161Z | info: running `cargo check --bins` on nexus-db-fixed-data (301/377) |
| 4575 | 2026-09-11T20:17:54.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4576 | 2026-09-11T20:17:54.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4577 | 2026-09-11T20:17:54.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4578 | 2026-09-11T20:17:54.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4579 | 2026-09-11T20:17:54.792Z | |
| 4580 | 2026-09-11T20:17:54.793Z | info: running `cargo check --bins` on nexus-db-model (302/377) |
| 4581 | 2026-09-11T20:17:55.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4582 | 2026-09-11T20:17:55.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4583 | 2026-09-11T20:17:55.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4584 | 2026-09-11T20:17:55.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4585 | 2026-09-11T20:17:55.424Z | |
| 4586 | 2026-09-11T20:17:55.425Z | info: running `cargo check --bins` on nexus-db-schema (303/377) |
| 4587 | 2026-09-11T20:17:55.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4588 | 2026-09-11T20:17:55.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4589 | 2026-09-11T20:17:55.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4590 | 2026-09-11T20:17:55.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4591 | 2026-09-11T20:17:56.006Z | |
| 4592 | 2026-09-11T20:17:56.006Z | info: running `cargo check --bins` on nexus-defaults (304/377) |
| 4593 | 2026-09-11T20:17:56.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4594 | 2026-09-11T20:17:56.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4595 | 2026-09-11T20:17:56.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4596 | 2026-09-11T20:17:56.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4597 | 2026-09-11T20:17:56.609Z | |
| 4598 | 2026-09-11T20:17:56.609Z | info: running `cargo check --bins` on omicron-git-version (305/377) |
| 4599 | 2026-09-11T20:17:57.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4600 | 2026-09-11T20:17:57.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4601 | 2026-09-11T20:17:57.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4602 | 2026-09-11T20:17:57.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4603 | 2026-09-11T20:17:57.182Z | |
| 4604 | 2026-09-11T20:17:57.182Z | info: running `cargo check --bins` on nexus-db-errors (306/377) |
| 4605 | 2026-09-11T20:17:57.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4606 | 2026-09-11T20:17:57.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4607 | 2026-09-11T20:17:57.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4608 | 2026-09-11T20:17:57.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4609 | 2026-09-11T20:17:57.818Z | |
| 4610 | 2026-09-11T20:17:57.818Z | info: running `cargo check --bins` on nexus-db-lookup (307/377) |
| 4611 | 2026-09-11T20:17:58.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-09-11T20:17:58.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-09-11T20:17:58.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4614 | 2026-09-11T20:17:58.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4615 | 2026-09-11T20:17:58.467Z | |
| 4616 | 2026-09-11T20:17:58.467Z | info: running `cargo check --bins` on nexus-fm-slippy (308/377) |
| 4617 | 2026-09-11T20:17:58.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-09-11T20:17:58.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-09-11T20:17:58.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4620 | 2026-09-11T20:17:58.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4621 | 2026-09-11T20:17:59.084Z | |
| 4622 | 2026-09-11T20:17:59.084Z | info: running `cargo check --bins --no-default-features` on nexus-fm (309/377) |
| 4623 | 2026-09-11T20:17:59.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4624 | 2026-09-11T20:17:59.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4625 | 2026-09-11T20:17:59.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4626 | 2026-09-11T20:17:59.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4627 | 2026-09-11T20:17:59.728Z | |
| 4628 | 2026-09-11T20:17:59.729Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (310/377) |
| 4629 | 2026-09-11T20:18:00.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-09-11T20:18:00.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-09-11T20:18:00.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4632 | 2026-09-11T20:18:00.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4633 | 2026-09-11T20:18:00.361Z | |
| 4634 | 2026-09-11T20:18:00.361Z | info: running `cargo check --bins` on nexus-test-interface (311/377) |
| 4635 | 2026-09-11T20:18:00.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4636 | 2026-09-11T20:18:00.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4637 | 2026-09-11T20:18:00.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4638 | 2026-09-11T20:18:00.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4639 | 2026-09-11T20:18:01.004Z | |
| 4640 | 2026-09-11T20:18:01.004Z | info: running `cargo check --bins` on oximeter-collector (312/377) |
| 4641 | 2026-09-11T20:18:01.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4642 | 2026-09-11T20:18:01.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4643 | 2026-09-11T20:18:01.766Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4644 | 2026-09-11T20:18:01.810Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4645 | 2026-09-11T20:18:02.429Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4646 | 2026-09-11T20:18:04.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 4647 | 2026-09-11T20:18:04.346Z | |
| 4648 | 2026-09-11T20:18:04.346Z | info: running `cargo check --bins` on oximeter-api (313/377) |
| 4649 | 2026-09-11T20:18:04.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-09-11T20:18:04.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-09-11T20:18:04.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4652 | 2026-09-11T20:18:04.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4653 | 2026-09-11T20:18:04.907Z | |
| 4654 | 2026-09-11T20:18:04.907Z | info: running `cargo check --bins` on cert-dev (314/377) |
| 4655 | 2026-09-11T20:18:05.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-09-11T20:18:05.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-09-11T20:18:05.528Z | Checking yasna v0.5.2 |
| 4658 | 2026-09-11T20:18:05.931Z | Checking rcgen v0.12.1 |
| 4659 | 2026-09-11T20:18:06.206Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4660 | 2026-09-11T20:18:06.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4661 | 2026-09-11T20:18:06.530Z | |
| 4662 | 2026-09-11T20:18:06.530Z | info: running `cargo check --bins` on clickana (315/377) |
| 4663 | 2026-09-11T20:18:07.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4664 | 2026-09-11T20:18:07.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4665 | 2026-09-11T20:18:07.182Z | Compiling instability v0.3.11 |
| 4666 | 2026-09-11T20:18:07.182Z | Checking castaway v0.2.4 |
| 4667 | 2026-09-11T20:18:07.186Z | Compiling indoc v2.0.7 |
| 4668 | 2026-09-11T20:18:07.186Z | Checking unicode-truncate v1.1.0 |
| 4669 | 2026-09-11T20:18:07.293Z | Checking lru v0.12.5 |
| 4670 | 2026-09-11T20:18:07.296Z | Checking cassowary v0.3.0 |
| 4671 | 2026-09-11T20:18:07.409Z | Checking compact_str v0.8.1 |
| 4672 | 2026-09-11T20:18:08.217Z | Checking ratatui v0.29.0 |
| 4673 | 2026-09-11T20:18:09.270Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4674 | 2026-09-11T20:18:09.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
| 4675 | 2026-09-11T20:18:10.171Z | |
| 4676 | 2026-09-11T20:18:10.171Z | info: running `cargo check --bins` on clickhouse-cluster-dev (316/377) |
| 4677 | 2026-09-11T20:18:10.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4678 | 2026-09-11T20:18:10.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4679 | 2026-09-11T20:18:10.901Z | Checking headers-core v0.3.0 |
| 4680 | 2026-09-11T20:18:10.908Z | Checking port-file v0.1.0 |
| 4681 | 2026-09-11T20:18:10.908Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4682 | 2026-09-11T20:18:11.097Z | Checking headers v0.4.1 |
| 4683 | 2026-09-11T20:18:11.458Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4684 | 2026-09-11T20:18:12.435Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4685 | 2026-09-11T20:18:12.955Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4686 | 2026-09-11T20:18:13.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 4687 | 2026-09-11T20:18:13.598Z | |
| 4688 | 2026-09-11T20:18:13.598Z | info: running `cargo check --bins` on ch-dev (317/377) |
| 4689 | 2026-09-11T20:18:14.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4690 | 2026-09-11T20:18:14.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4691 | 2026-09-11T20:18:14.334Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4692 | 2026-09-11T20:18:15.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4693 | 2026-09-11T20:18:15.307Z | |
| 4694 | 2026-09-11T20:18:15.307Z | info: running `cargo check --bins` on dev-tools-common (318/377) |
| 4695 | 2026-09-11T20:18:15.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4696 | 2026-09-11T20:18:15.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4697 | 2026-09-11T20:18:15.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4698 | 2026-09-11T20:18:15.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4699 | 2026-09-11T20:18:15.734Z | |
| 4700 | 2026-09-11T20:18:15.734Z | info: running `cargo check --bins` on corpus-adjust (319/377) |
| 4701 | 2026-09-11T20:18:16.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4702 | 2026-09-11T20:18:16.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4703 | 2026-09-11T20:18:16.376Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4704 | 2026-09-11T20:18:16.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4705 | 2026-09-11T20:18:16.924Z | |
| 4706 | 2026-09-11T20:18:16.924Z | info: running `cargo check --bins` on crdb-seed (320/377) |
| 4707 | 2026-09-11T20:18:17.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4708 | 2026-09-11T20:18:17.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4709 | 2026-09-11T20:18:17.646Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4710 | 2026-09-11T20:18:18.761Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4711 | 2026-09-11T20:18:19.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4712 | 2026-09-11T20:18:19.311Z | |
| 4713 | 2026-09-11T20:18:19.311Z | info: running `cargo check --bins` on db-dev (321/377) |
| 4714 | 2026-09-11T20:18:19.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4715 | 2026-09-11T20:18:19.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4716 | 2026-09-11T20:18:20.044Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4717 | 2026-09-11T20:18:20.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4718 | 2026-09-11T20:18:21.022Z | |
| 4719 | 2026-09-11T20:18:21.022Z | info: running `cargo check --bins` on omicron-dev-lib (322/377) |
| 4720 | 2026-09-11T20:18:21.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4721 | 2026-09-11T20:18:21.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4722 | 2026-09-11T20:18:21.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4723 | 2026-09-11T20:18:21.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4724 | 2026-09-11T20:18:21.650Z | |
| 4725 | 2026-09-11T20:18:21.650Z | info: running `cargo check --bins` on xtask-downloader (323/377) |
| 4726 | 2026-09-11T20:18:22.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4727 | 2026-09-11T20:18:22.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4728 | 2026-09-11T20:18:22.268Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4729 | 2026-09-11T20:18:22.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4730 | 2026-09-11T20:18:23.118Z | |
| 4731 | 2026-09-11T20:18:23.118Z | info: running `cargo check --bins` on omicron-dropshot-apis (324/377) |
| 4732 | 2026-09-11T20:18:23.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4733 | 2026-09-11T20:18:23.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4734 | 2026-09-11T20:18:23.868Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4735 | 2026-09-11T20:18:23.868Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4736 | 2026-09-11T20:18:23.871Z | Checking git-stub v1.0.0 |
| 4737 | 2026-09-11T20:18:23.871Z | Compiling trait-variant v0.1.2 |
| 4738 | 2026-09-11T20:18:23.871Z | Checking maplit v1.0.2 |
| 4739 | 2026-09-11T20:18:24.000Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4740 | 2026-09-11T20:18:24.028Z | Checking drift v0.2.0 |
| 4741 | 2026-09-11T20:18:24.042Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4742 | 2026-09-11T20:18:24.066Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4743 | 2026-09-11T20:18:24.150Z | Checking git-stub-vcs v0.1.0 |
| 4744 | 2026-09-11T20:18:24.216Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4745 | 2026-09-11T20:18:24.231Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4746 | 2026-09-11T20:18:24.346Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4747 | 2026-09-11T20:18:24.362Z | Checking dropshot-api-manager v0.8.0 |
| 4748 | 2026-09-11T20:18:24.379Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4749 | 2026-09-11T20:18:24.520Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4750 | 2026-09-11T20:18:24.718Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4751 | 2026-09-11T20:18:25.224Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4752 | 2026-09-11T20:18:26.163Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4753 | 2026-09-11T20:18:27.179Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4754 | 2026-09-11T20:18:28.000Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4755 | 2026-09-11T20:18:28.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
| 4756 | 2026-09-11T20:18:28.651Z | |
| 4757 | 2026-09-11T20:18:28.651Z | info: running `cargo check --bins` on installinator-api (325/377) |
| 4758 | 2026-09-11T20:18:29.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4759 | 2026-09-11T20:18:29.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4760 | 2026-09-11T20:18:29.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4761 | 2026-09-11T20:18:29.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4762 | 2026-09-11T20:18:29.230Z | |
| 4763 | 2026-09-11T20:18:29.230Z | info: running `cargo check --bins` on nexus-external-api (326/377) |
| 4764 | 2026-09-11T20:18:29.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4765 | 2026-09-11T20:18:29.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4766 | 2026-09-11T20:18:29.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4767 | 2026-09-11T20:18:29.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4768 | 2026-09-11T20:18:29.858Z | |
| 4769 | 2026-09-11T20:18:29.858Z | info: running `cargo check --bins` on nexus-internal-api (327/377) |
| 4770 | 2026-09-11T20:18:30.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4771 | 2026-09-11T20:18:30.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4772 | 2026-09-11T20:18:30.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4773 | 2026-09-11T20:18:30.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4774 | 2026-09-11T20:18:30.485Z | |
| 4775 | 2026-09-11T20:18:30.485Z | info: running `cargo check --bins` on nexus-lockstep-api (328/377) |
| 4776 | 2026-09-11T20:18:31.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-09-11T20:18:31.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-09-11T20:18:31.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4779 | 2026-09-11T20:18:31.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4780 | 2026-09-11T20:18:31.114Z | |
| 4781 | 2026-09-11T20:18:31.114Z | info: running `cargo check --bins` on ntp-admin-api (329/377) |
| 4782 | 2026-09-11T20:18:31.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-09-11T20:18:31.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-09-11T20:18:31.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4785 | 2026-09-11T20:18:31.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4786 | 2026-09-11T20:18:31.697Z | |
| 4787 | 2026-09-11T20:18:31.697Z | info: running `cargo check --bins` on ntp-admin-types-versions (330/377) |
| 4788 | 2026-09-11T20:18:32.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4789 | 2026-09-11T20:18:32.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4790 | 2026-09-11T20:18:32.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4791 | 2026-09-11T20:18:32.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4792 | 2026-09-11T20:18:32.267Z | |
| 4793 | 2026-09-11T20:18:32.267Z | info: running `cargo check --bins` on wicketd-api (331/377) |
| 4794 | 2026-09-11T20:18:32.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-09-11T20:18:32.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-09-11T20:18:32.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4797 | 2026-09-11T20:18:32.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4798 | 2026-09-11T20:18:32.865Z | |
| 4799 | 2026-09-11T20:18:32.865Z | info: running `cargo check --bins` on wicketd-commission-api (332/377) |
| 4800 | 2026-09-11T20:18:33.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4801 | 2026-09-11T20:18:33.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4802 | 2026-09-11T20:18:33.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4803 | 2026-09-11T20:18:33.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4804 | 2026-09-11T20:18:33.461Z | |
| 4805 | 2026-09-11T20:18:33.461Z | info: running `cargo check --bins` on omicron-ls-apis (333/377) |
| 4806 | 2026-09-11T20:18:33.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4807 | 2026-09-11T20:18:33.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4808 | 2026-09-11T20:18:34.088Z | Compiling blake3 v1.8.5 |
| 4809 | 2026-09-11T20:18:34.197Z | Checking arrayref v0.3.9 |
| 4810 | 2026-09-11T20:18:34.200Z | Checking arrayvec v0.7.6 |
| 4811 | 2026-09-11T20:18:34.207Z | Checking constant_time_eq v0.4.2 |
| 4812 | 2026-09-11T20:18:34.220Z | Checking cargo-platform v0.3.2 |
| 4813 | 2026-09-11T20:18:34.223Z | Checking topological-sort v0.2.2 |
| 4814 | 2026-09-11T20:18:34.223Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4815 | 2026-09-11T20:18:34.372Z | Checking cargo_metadata v0.23.1 |
| 4816 | 2026-09-11T20:18:35.086Z | Checking omicron-zone-package v0.12.3 |
| 4817 | 2026-09-11T20:18:35.791Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4818 | 2026-09-11T20:18:36.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 4819 | 2026-09-11T20:18:36.800Z | |
| 4820 | 2026-09-11T20:18:36.800Z | info: running `cargo check --bins` on mgs-dev (334/377) |
| 4821 | 2026-09-11T20:18:37.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4822 | 2026-09-11T20:18:37.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4823 | 2026-09-11T20:18:37.539Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4824 | 2026-09-11T20:18:38.173Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4825 | 2026-09-11T20:18:38.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 4826 | 2026-09-11T20:18:38.889Z | |
| 4827 | 2026-09-11T20:18:38.890Z | info: running `cargo check --bins` on omicron-omdb (335/377) |
| 4828 | 2026-09-11T20:18:39.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4829 | 2026-09-11T20:18:39.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4830 | 2026-09-11T20:18:39.882Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4831 | 2026-09-11T20:18:39.882Z | Compiling darling_core v0.21.3 |
| 4832 | 2026-09-11T20:18:39.882Z | Compiling vergen-lib v0.1.6 |
| 4833 | 2026-09-11T20:18:39.882Z | Compiling diesel_derives v2.3.7 |
| 4834 | 2026-09-11T20:18:39.886Z | Checking scheduled-thread-pool v0.2.7 |
| 4835 | 2026-09-11T20:18:39.886Z | Compiling vergen-gitcl v1.0.8 |
| 4836 | 2026-09-11T20:18:39.886Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4837 | 2026-09-11T20:18:39.886Z | Compiling dirs-sys-next v0.1.2 |
| 4838 | 2026-09-11T20:18:40.184Z | Compiling glob v0.3.3 |
| 4839 | 2026-09-11T20:18:40.214Z | Compiling crunchy v0.2.4 |
| 4840 | 2026-09-11T20:18:40.295Z | Compiling dirs-next v2.0.0 |
| 4841 | 2026-09-11T20:18:40.316Z | Checking r2d2 v0.8.10 |
| 4842 | 2026-09-11T20:18:40.337Z | Compiling tiny-keccak v2.0.2 |
| 4843 | 2026-09-11T20:18:40.415Z | Checking downcast-rs v2.0.2 |
| 4844 | 2026-09-11T20:18:40.526Z | Compiling term v0.7.0 |
| 4845 | 2026-09-11T20:18:40.574Z | Compiling clang-sys v1.8.1 |
| 4846 | 2026-09-11T20:18:40.591Z | Compiling bit-vec v0.6.3 |
| 4847 | 2026-09-11T20:18:40.621Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4848 | 2026-09-11T20:18:40.808Z | Compiling ascii-canvas v3.0.0 |
| 4849 | 2026-09-11T20:18:40.828Z | Compiling bit-set v0.5.3 |
| 4850 | 2026-09-11T20:18:40.969Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4851 | 2026-09-11T20:18:40.991Z | Compiling itertools v0.10.5 |
| 4852 | 2026-09-11T20:18:41.048Z | Compiling ena v0.14.4 |
| 4853 | 2026-09-11T20:18:41.067Z | Compiling libloading v0.8.9 |
| 4854 | 2026-09-11T20:18:41.070Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4855 | 2026-09-11T20:18:41.071Z | Compiling bindgen v0.71.1 |
| 4856 | 2026-09-11T20:18:41.117Z | Compiling regex-syntax v0.6.29 |
| 4857 | 2026-09-11T20:18:41.259Z | Compiling diff v0.1.13 |
| 4858 | 2026-09-11T20:18:41.524Z | Compiling cexpr v0.6.0 |
| 4859 | 2026-09-11T20:18:41.541Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4860 | 2026-09-11T20:18:41.730Z | Compiling rustc-hash v2.1.1 |
| 4861 | 2026-09-11T20:18:41.776Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4862 | 2026-09-11T20:18:42.033Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4863 | 2026-09-11T20:18:42.050Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4864 | 2026-09-11T20:18:42.130Z | Compiling libxml v0.3.3 |
| 4865 | 2026-09-11T20:18:42.193Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4866 | 2026-09-11T20:18:42.339Z | Compiling strum_macros v0.24.3 |
| 4867 | 2026-09-11T20:18:42.420Z | Compiling indoc v1.0.9 |
| 4868 | 2026-09-11T20:18:42.425Z | Compiling lalrpop v0.19.12 |
| 4869 | 2026-09-11T20:18:42.593Z | Compiling darling_macro v0.21.3 |
| 4870 | 2026-09-11T20:18:43.118Z | Compiling darling v0.21.3 |
| 4871 | 2026-09-11T20:18:43.223Z | Compiling dsl_auto_type v0.2.0 |
| 4872 | 2026-09-11T20:18:43.348Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4873 | 2026-09-11T20:18:43.563Z | Checking derive_builder v0.20.2 |
| 4874 | 2026-09-11T20:18:43.688Z | Compiling oso-derive v0.27.3 |
| 4875 | 2026-09-11T20:18:43.707Z | Checking quick-xml v0.37.5 |
| 4876 | 2026-09-11T20:18:43.806Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4877 | 2026-09-11T20:18:44.218Z | Checking openssl-probe v0.1.6 |
| 4878 | 2026-09-11T20:18:44.365Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4879 | 2026-09-11T20:18:44.587Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4880 | 2026-09-11T20:18:44.801Z | Checking bb8 v0.8.6 |
| 4881 | 2026-09-11T20:18:44.917Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4882 | 2026-09-11T20:18:45.088Z | Checking nonempty v0.12.0 |
| 4883 | 2026-09-11T20:18:45.111Z | Compiling libz-sys v1.1.24 |
| 4884 | 2026-09-11T20:18:45.153Z | Compiling strsim v0.10.0 |
| 4885 | 2026-09-11T20:18:45.255Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4886 | 2026-09-11T20:18:45.376Z | Compiling darling_core v0.13.4 |
| 4887 | 2026-09-11T20:18:45.491Z | Compiling progenitor-impl v0.13.0 |
| 4888 | 2026-09-11T20:18:45.716Z | Compiling vergen-git2 v9.1.0 |
| 4889 | 2026-09-11T20:18:46.863Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4890 | 2026-09-11T20:18:47.078Z | Checking progenitor-client v0.13.0 |
| 4891 | 2026-09-11T20:18:47.258Z | Compiling darling_macro v0.13.4 |
| 4892 | 2026-09-11T20:18:47.356Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4893 | 2026-09-11T20:18:47.763Z | Compiling darling v0.13.4 |
| 4894 | 2026-09-11T20:18:47.862Z | Compiling serde_with_macros v1.5.2 |
| 4895 | 2026-09-11T20:18:48.116Z | Compiling progenitor-macro v0.13.0 |
| 4896 | 2026-09-11T20:18:48.377Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4897 | 2026-09-11T20:18:48.618Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4898 | 2026-09-11T20:18:48.763Z | Compiling serde_with v1.14.0 |
| 4899 | 2026-09-11T20:18:48.834Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4900 | 2026-09-11T20:18:49.045Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4901 | 2026-09-11T20:18:49.141Z | Checking diesel v2.3.7 |
| 4902 | 2026-09-11T20:18:49.186Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4903 | 2026-09-11T20:18:49.255Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4904 | 2026-09-11T20:18:49.932Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4905 | 2026-09-11T20:18:50.919Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4906 | 2026-09-11T20:18:51.097Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4907 | 2026-09-11T20:18:51.482Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4908 | 2026-09-11T20:18:51.699Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4909 | 2026-09-11T20:18:51.801Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4910 | 2026-09-11T20:18:51.912Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4911 | 2026-09-11T20:18:52.013Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4912 | 2026-09-11T20:18:52.294Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4913 | 2026-09-11T20:18:52.311Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4914 | 2026-09-11T20:18:52.551Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4915 | 2026-09-11T20:18:53.092Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4916 | 2026-09-11T20:18:53.243Z | Checking progenitor v0.13.0 |
| 4917 | 2026-09-11T20:18:53.266Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4918 | 2026-09-11T20:18:53.400Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4919 | 2026-09-11T20:18:53.518Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4920 | 2026-09-11T20:18:53.646Z | Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy) |
| 4921 | 2026-09-11T20:18:53.767Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4922 | 2026-09-11T20:18:53.857Z | Checking twox-hash v2.1.2 |
| 4923 | 2026-09-11T20:18:53.981Z | Checking libsw-core v0.3.2 |
| 4924 | 2026-09-11T20:18:54.113Z | Checking atty v0.2.14 |
| 4925 | 2026-09-11T20:18:54.141Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4926 | 2026-09-11T20:18:54.169Z | Checking libsw v3.5.0 |
| 4927 | 2026-09-11T20:18:54.245Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4928 | 2026-09-11T20:18:54.353Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4929 | 2026-09-11T20:18:55.980Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4930 | 2026-09-11T20:18:56.356Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4931 | 2026-09-11T20:18:56.696Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4932 | 2026-09-11T20:18:57.424Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4933 | 2026-09-11T20:18:58.408Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4934 | 2026-09-11T20:18:58.619Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4935 | 2026-09-11T20:18:58.775Z | Checking fatfs v0.3.6 |
| 4936 | 2026-09-11T20:18:59.252Z | Checking console v0.16.2 |
| 4937 | 2026-09-11T20:18:59.580Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4938 | 2026-09-11T20:18:59.677Z | Checking unit-prefix v0.5.2 |
| 4939 | 2026-09-11T20:18:59.813Z | Compiling seq-macro v0.3.6 |
| 4940 | 2026-09-11T20:18:59.830Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4941 | 2026-09-11T20:18:59.985Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4942 | 2026-09-11T20:19:00.340Z | Checking indicatif v0.18.4 |
| 4943 | 2026-09-11T20:19:00.749Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4944 | 2026-09-11T20:19:01.282Z | Checking oxide-update-engine-display v0.1.2 |
| 4945 | 2026-09-11T20:19:01.430Z | Checking support-bundle-viewer v0.1.2 |
| 4946 | 2026-09-11T20:19:01.506Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4947 | 2026-09-11T20:19:01.599Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4948 | 2026-09-11T20:19:01.687Z | Checking multimap v0.10.1 |
| 4949 | 2026-09-11T20:19:03.789Z | Checking diesel-dtrace v0.5.0 |
| 4950 | 2026-09-11T20:19:04.046Z | Checking async-bb8-diesel v0.2.1 |
| 4951 | 2026-09-11T20:19:09.961Z | Compiling samael v0.0.19 |
| 4952 | 2026-09-11T20:19:13.615Z | Compiling git2 v0.20.4 |
| 4953 | 2026-09-11T20:19:15.025Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4954 | 2026-09-11T20:19:16.462Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4955 | 2026-09-11T20:19:16.871Z | Compiling polar-core v0.27.3 |
| 4956 | 2026-09-11T20:19:21.454Z | Checking oso v0.27.3 |
| 4957 | 2026-09-11T20:19:52.173Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4958 | 2026-09-11T20:21:07.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 4959 | 2026-09-11T20:21:08.174Z | |
| 4960 | 2026-09-11T20:21:08.174Z | info: running `cargo check --bins` on nexus-networking (336/377) |
| 4961 | 2026-09-11T20:21:08.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4962 | 2026-09-11T20:21:08.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4963 | 2026-09-11T20:21:08.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4964 | 2026-09-11T20:21:08.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4965 | 2026-09-11T20:21:08.860Z | |
| 4966 | 2026-09-11T20:21:08.860Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (337/377) |
| 4967 | 2026-09-11T20:21:09.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4968 | 2026-09-11T20:21:09.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4969 | 2026-09-11T20:21:09.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4970 | 2026-09-11T20:21:09.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4971 | 2026-09-11T20:21:09.512Z | |
| 4972 | 2026-09-11T20:21:09.512Z | info: running `cargo check --bins` on nexus-saga-recovery (338/377) |
| 4973 | 2026-09-11T20:21:10.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4974 | 2026-09-11T20:21:10.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4975 | 2026-09-11T20:21:10.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4976 | 2026-09-11T20:21:10.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4977 | 2026-09-11T20:21:10.164Z | |
| 4978 | 2026-09-11T20:21:10.164Z | info: running `cargo check --bins` on nexus-test-utils-macros (339/377) |
| 4979 | 2026-09-11T20:21:10.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4980 | 2026-09-11T20:21:10.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4981 | 2026-09-11T20:21:10.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4982 | 2026-09-11T20:21:10.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4983 | 2026-09-11T20:21:10.743Z | |
| 4984 | 2026-09-11T20:21:10.743Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (340/377) |
| 4985 | 2026-09-11T20:21:11.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4986 | 2026-09-11T20:21:11.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4987 | 2026-09-11T20:21:11.594Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4988 | 2026-09-11T20:21:12.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4989 | 2026-09-11T20:21:12.629Z | |
| 4990 | 2026-09-11T20:21:12.629Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (341/377) |
| 4991 | 2026-09-11T20:21:13.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4992 | 2026-09-11T20:21:13.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4993 | 2026-09-11T20:21:13.477Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4994 | 2026-09-11T20:21:52.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.26s |
| 4995 | 2026-09-11T20:21:53.105Z | |
| 4996 | 2026-09-11T20:21:53.105Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (342/377) |
| 4997 | 2026-09-11T20:21:53.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4998 | 2026-09-11T20:21:53.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4999 | 2026-09-11T20:21:53.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5000 | 2026-09-11T20:21:53.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5001 | 2026-09-11T20:21:53.682Z | |
| 5002 | 2026-09-11T20:21:53.682Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (343/377) |
| 5003 | 2026-09-11T20:21:54.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5004 | 2026-09-11T20:21:54.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5005 | 2026-09-11T20:21:54.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5006 | 2026-09-11T20:21:54.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5007 | 2026-09-11T20:21:54.256Z | |
| 5008 | 2026-09-11T20:21:54.256Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 5009 | 2026-09-11T20:21:54.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5010 | 2026-09-11T20:21:54.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5011 | 2026-09-11T20:21:54.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5012 | 2026-09-11T20:21:54.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5013 | 2026-09-11T20:21:54.914Z | |
| 5014 | 2026-09-11T20:21:54.914Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 5015 | 2026-09-11T20:21:55.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5016 | 2026-09-11T20:21:55.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5017 | 2026-09-11T20:21:55.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5018 | 2026-09-11T20:21:55.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5019 | 2026-09-11T20:21:55.552Z | |
| 5020 | 2026-09-11T20:21:55.552Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 5021 | 2026-09-11T20:21:56.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5022 | 2026-09-11T20:21:56.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5023 | 2026-09-11T20:21:56.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5024 | 2026-09-11T20:21:56.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5025 | 2026-09-11T20:21:56.201Z | |
| 5026 | 2026-09-11T20:21:56.201Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 5027 | 2026-09-11T20:21:56.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5028 | 2026-09-11T20:21:56.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5029 | 2026-09-11T20:21:56.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5030 | 2026-09-11T20:21:56.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5031 | 2026-09-11T20:21:56.835Z | |
| 5032 | 2026-09-11T20:21:56.835Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5033 | 2026-09-11T20:21:57.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5034 | 2026-09-11T20:21:57.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5035 | 2026-09-11T20:21:57.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5036 | 2026-09-11T20:21:57.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5037 | 2026-09-11T20:21:57.462Z | |
| 5038 | 2026-09-11T20:21:57.462Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5039 | 2026-09-11T20:21:58.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5040 | 2026-09-11T20:21:58.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5041 | 2026-09-11T20:21:58.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5042 | 2026-09-11T20:21:58.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5043 | 2026-09-11T20:21:58.113Z | |
| 5044 | 2026-09-11T20:21:58.113Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5045 | 2026-09-11T20:21:58.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5046 | 2026-09-11T20:21:58.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5047 | 2026-09-11T20:21:58.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5048 | 2026-09-11T20:21:58.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5049 | 2026-09-11T20:21:58.768Z | |
| 5050 | 2026-09-11T20:21:58.769Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5051 | 2026-09-11T20:21:59.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-09-11T20:21:59.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-09-11T20:21:59.701Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5054 | 2026-09-11T20:21:59.705Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5055 | 2026-09-11T20:21:59.891Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5056 | 2026-09-11T20:21:59.918Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5057 | 2026-09-11T20:21:59.935Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5058 | 2026-09-11T20:21:59.952Z | Checking yansi v1.0.1 |
| 5059 | 2026-09-11T20:21:59.954Z | Checking diff v0.1.13 |
| 5060 | 2026-09-11T20:21:59.983Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5061 | 2026-09-11T20:22:00.040Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5062 | 2026-09-11T20:22:00.202Z | Checking pretty_assertions v1.4.1 |
| 5063 | 2026-09-11T20:22:00.995Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5064 | 2026-09-11T20:22:01.013Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5065 | 2026-09-11T20:22:26.567Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5066 | 2026-09-11T20:22:26.570Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5067 | 2026-09-11T20:22:26.570Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5068 | 2026-09-11T20:22:26.570Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5069 | 2026-09-11T20:22:26.570Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5070 | 2026-09-11T20:22:26.570Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5071 | 2026-09-11T20:22:26.570Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5072 | 2026-09-11T20:22:27.453Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5073 | 2026-09-11T20:22:27.456Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5074 | 2026-09-11T20:22:28.769Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5075 | 2026-09-11T20:23:08.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 5076 | 2026-09-11T20:23:08.326Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5077 | 2026-09-11T20:23:08.326Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5078 | 2026-09-11T20:23:08.528Z | |
| 5079 | 2026-09-11T20:23:08.529Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5080 | 2026-09-11T20:23:09.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5081 | 2026-09-11T20:23:09.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5082 | 2026-09-11T20:23:09.250Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5083 | 2026-09-11T20:23:13.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 5084 | 2026-09-11T20:23:13.789Z | |
| 5085 | 2026-09-11T20:23:13.789Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5086 | 2026-09-11T20:23:13.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-09-11T20:23:13.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-09-11T20:23:13.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5089 | 2026-09-11T20:23:13.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5090 | 2026-09-11T20:23:13.789Z | |
| 5091 | 2026-09-11T20:23:13.789Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5092 | 2026-09-11T20:23:13.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5093 | 2026-09-11T20:23:13.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5094 | 2026-09-11T20:23:13.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5095 | 2026-09-11T20:23:13.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5096 | 2026-09-11T20:23:13.790Z | |
| 5097 | 2026-09-11T20:23:13.790Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5098 | 2026-09-11T20:23:13.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5099 | 2026-09-11T20:23:13.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5100 | 2026-09-11T20:23:13.816Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5101 | 2026-09-11T20:23:13.816Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5102 | 2026-09-11T20:23:13.816Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5103 | 2026-09-11T20:23:39.122Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5104 | 2026-09-11T20:23:39.533Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5105 | 2026-09-11T20:23:41.301Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5106 | 2026-09-11T20:23:41.794Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5107 | 2026-09-11T20:23:44.930Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5108 | 2026-09-11T20:24:09.653Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5109 | 2026-09-11T20:24:10.400Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5110 | 2026-09-11T20:24:12.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5111 | 2026-09-11T20:24:12.340Z | |
| 5112 | 2026-09-11T20:24:12.340Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5113 | 2026-09-11T20:24:12.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5114 | 2026-09-11T20:24:12.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5115 | 2026-09-11T20:24:13.066Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5116 | 2026-09-11T20:24:13.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5117 | 2026-09-11T20:24:13.972Z | |
| 5118 | 2026-09-11T20:24:13.972Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5119 | 2026-09-11T20:24:14.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5120 | 2026-09-11T20:24:14.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5121 | 2026-09-11T20:24:14.610Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5122 | 2026-09-11T20:24:14.613Z | Compiling fs-err v2.11.0 |
| 5123 | 2026-09-11T20:24:14.729Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5124 | 2026-09-11T20:24:14.740Z | Checking parse-size v1.1.0 |
| 5125 | 2026-09-11T20:24:14.749Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5126 | 2026-09-11T20:24:14.752Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5127 | 2026-09-11T20:24:14.752Z | Checking shell-words v1.1.1 |
| 5128 | 2026-09-11T20:24:14.836Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5129 | 2026-09-11T20:24:15.165Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5130 | 2026-09-11T20:24:15.344Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5131 | 2026-09-11T20:24:16.012Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5132 | 2026-09-11T20:24:16.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 5133 | 2026-09-11T20:24:17.153Z | |
| 5134 | 2026-09-11T20:24:17.153Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5135 | 2026-09-11T20:24:17.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5136 | 2026-09-11T20:24:17.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5137 | 2026-09-11T20:24:17.801Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5138 | 2026-09-11T20:24:18.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 5139 | 2026-09-11T20:24:18.477Z | |
| 5140 | 2026-09-11T20:24:18.477Z | info: running `cargo check --bins` on schema (359/377) |
| 5141 | 2026-09-11T20:24:19.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5142 | 2026-09-11T20:24:19.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5143 | 2026-09-11T20:24:19.212Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5144 | 2026-09-11T20:24:19.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 5145 | 2026-09-11T20:24:20.133Z | |
| 5146 | 2026-09-11T20:24:20.133Z | info: running `cargo check --bins` on xtask (360/377) |
| 5147 | 2026-09-11T20:24:20.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5148 | 2026-09-11T20:24:20.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5149 | 2026-09-11T20:24:20.543Z | Checking serde_core v1.0.228 |
| 5150 | 2026-09-11T20:24:20.543Z | Checking libc v0.2.185 |
| 5151 | 2026-09-11T20:24:20.624Z | Checking bitflags v2.11.0 |
| 5152 | 2026-09-11T20:24:20.632Z | Checking scroll v0.12.0 |
| 5153 | 2026-09-11T20:24:20.635Z | Checking thiserror v1.0.69 |
| 5154 | 2026-09-11T20:24:20.645Z | Checking hashbrown v0.17.0 |
| 5155 | 2026-09-11T20:24:20.645Z | Checking log v0.4.33 |
| 5156 | 2026-09-11T20:24:20.648Z | Checking zerocopy v0.7.35 |
| 5157 | 2026-09-11T20:24:20.727Z | Checking syn v2.0.117 |
| 5158 | 2026-09-11T20:24:20.767Z | Checking dtrace-parser v0.2.0 |
| 5159 | 2026-09-11T20:24:20.785Z | Checking once_cell v1.21.3 |
| 5160 | 2026-09-11T20:24:20.851Z | Checking goblin v0.8.2 |
| 5161 | 2026-09-11T20:24:20.903Z | Checking errno v0.3.14 |
| 5162 | 2026-09-11T20:24:20.956Z | Checking thread-id v4.2.2 |
| 5163 | 2026-09-11T20:24:20.996Z | Checking getrandom v0.3.4 |
| 5164 | 2026-09-11T20:24:21.018Z | Checking rustix v1.1.4 |
| 5165 | 2026-09-11T20:24:21.032Z | Checking memmap v0.7.0 |
| 5166 | 2026-09-11T20:24:21.108Z | Checking indexmap v2.14.0 |
| 5167 | 2026-09-11T20:24:21.125Z | Checking thiserror v2.0.18 |
| 5168 | 2026-09-11T20:24:21.156Z | Checking fs-err v3.3.0 |
| 5169 | 2026-09-11T20:24:21.156Z | Checking anyhow v1.0.104 |
| 5170 | 2026-09-11T20:24:21.224Z | Checking tabled v0.15.0 |
| 5171 | 2026-09-11T20:24:21.789Z | Checking terminal_size v0.4.3 |
| 5172 | 2026-09-11T20:24:21.789Z | Checking tempfile v3.27.0 |
| 5173 | 2026-09-11T20:24:21.901Z | Checking clap_builder v4.6.0 |
| 5174 | 2026-09-11T20:24:21.901Z | Checking textwrap v0.16.2 |
| 5175 | 2026-09-11T20:24:22.078Z | Checking serde v1.0.228 |
| 5176 | 2026-09-11T20:24:22.078Z | Checking serde_json v1.0.151 |
| 5177 | 2026-09-11T20:24:22.081Z | Checking camino v1.2.5 |
| 5178 | 2026-09-11T20:24:22.107Z | Checking cargo-platform v0.3.2 |
| 5179 | 2026-09-11T20:24:22.440Z | Checking semver v1.0.28 |
| 5180 | 2026-09-11T20:24:22.445Z | Checking camino-tempfile v1.4.1 |
| 5181 | 2026-09-11T20:24:22.491Z | Checking toml_datetime v0.6.11 |
| 5182 | 2026-09-11T20:24:22.491Z | Checking serde_spanned v0.6.9 |
| 5183 | 2026-09-11T20:24:22.491Z | Checking macaddr v1.0.1 |
| 5184 | 2026-09-11T20:24:22.518Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5185 | 2026-09-11T20:24:22.666Z | Checking toml_edit v0.22.27 |
| 5186 | 2026-09-11T20:24:22.686Z | Checking dof v0.3.0 |
| 5187 | 2026-09-11T20:24:22.689Z | Checking cargo_metadata v0.23.1 |
| 5188 | 2026-09-11T20:24:22.959Z | Checking usdt-impl v0.5.0 |
| 5189 | 2026-09-11T20:24:23.109Z | Checking clap v4.6.1 |
| 5190 | 2026-09-11T20:24:23.221Z | Checking usdt v0.5.0 |
| 5191 | 2026-09-11T20:24:23.623Z | Checking toml v0.8.23 |
| 5192 | 2026-09-11T20:24:23.881Z | Checking cargo_toml v0.21.0 |
| 5193 | 2026-09-11T20:24:24.522Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5194 | 2026-09-11T20:24:24.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 5195 | 2026-09-11T20:24:25.014Z | |
| 5196 | 2026-09-11T20:24:25.014Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5197 | 2026-09-11T20:24:25.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5198 | 2026-09-11T20:24:25.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5199 | 2026-09-11T20:24:25.663Z | Checking arc-swap v1.8.2 |
| 5200 | 2026-09-11T20:24:25.943Z | Checking slog-scope v4.4.1 |
| 5201 | 2026-09-11T20:24:26.056Z | Checking slog-stdlog v4.1.1 |
| 5202 | 2026-09-11T20:24:26.155Z | Checking slog-envlogger v2.2.0 |
| 5203 | 2026-09-11T20:24:26.274Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5204 | 2026-09-11T20:24:26.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 5205 | 2026-09-11T20:24:26.871Z | |
| 5206 | 2026-09-11T20:24:26.871Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5207 | 2026-09-11T20:24:27.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5208 | 2026-09-11T20:24:27.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5209 | 2026-09-11T20:24:27.692Z | Checking cpubits v0.1.1 |
| 5210 | 2026-09-11T20:24:27.819Z | Checking pem-rfc7468 v1.0.0 |
| 5211 | 2026-09-11T20:24:27.831Z | Checking universal-hash v0.6.1 |
| 5212 | 2026-09-11T20:24:27.844Z | Checking pbkdf2 v0.13.0 |
| 5213 | 2026-09-11T20:24:27.844Z | Checking ctr v0.10.1 |
| 5214 | 2026-09-11T20:24:27.847Z | Checking aead v0.6.1 |
| 5215 | 2026-09-11T20:24:27.883Z | Checking aes v0.9.1 |
| 5216 | 2026-09-11T20:24:27.883Z | Checking crypto-bigint v0.7.5 |
| 5217 | 2026-09-11T20:24:27.910Z | Checking salsa20 v0.11.0 |
| 5218 | 2026-09-11T20:24:27.947Z | Checking polyval v0.7.1 |
| 5219 | 2026-09-11T20:24:27.964Z | Checking der v0.8.0 |
| 5220 | 2026-09-11T20:24:27.989Z | Checking cbc v0.2.1 |
| 5221 | 2026-09-11T20:24:28.041Z | Checking ff v0.14.0 |
| 5222 | 2026-09-11T20:24:28.065Z | Checking scrypt v0.12.0 |
| 5223 | 2026-09-11T20:24:28.076Z | Checking signature v3.0.0 |
| 5224 | 2026-09-11T20:24:28.114Z | Checking ghash v0.6.0 |
| 5225 | 2026-09-11T20:24:28.154Z | Checking base16ct v1.0.0 |
| 5226 | 2026-09-11T20:24:28.178Z | Checking group v0.14.0 |
| 5227 | 2026-09-11T20:24:28.222Z | Checking hkdf v0.13.0 |
| 5228 | 2026-09-11T20:24:28.242Z | Compiling curve25519-dalek v5.0.0 |
| 5229 | 2026-09-11T20:24:28.260Z | Checking keccak v0.2.0 |
| 5230 | 2026-09-11T20:24:28.272Z | Checking aes-gcm v0.11.0 |
| 5231 | 2026-09-11T20:24:28.288Z | Checking poly1305 v0.9.0 |
| 5232 | 2026-09-11T20:24:28.329Z | Checking wnaf v0.14.0 |
| 5233 | 2026-09-11T20:24:28.357Z | Checking blowfish v0.10.0 |
| 5234 | 2026-09-11T20:24:28.412Z | Checking blake2 v0.11.0-rc.6 |
| 5235 | 2026-09-11T20:24:28.436Z | Checking sha3 v0.11.0 |
| 5236 | 2026-09-11T20:24:28.500Z | Checking kem v0.3.0 |
| 5237 | 2026-09-11T20:24:28.515Z | Checking bcrypt-pbkdf v0.11.0 |
| 5238 | 2026-09-11T20:24:28.558Z | Checking module-lattice v0.2.3 |
| 5239 | 2026-09-11T20:24:28.620Z | Checking sponge-cursor v0.1.0 |
| 5240 | 2026-09-11T20:24:28.670Z | Checking argon2 v0.6.0-rc.8 |
| 5241 | 2026-09-11T20:24:28.687Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5242 | 2026-09-11T20:24:28.750Z | Checking sha3 v0.12.0 |
| 5243 | 2026-09-11T20:24:28.777Z | Checking ml-kem v0.3.2 |
| 5244 | 2026-09-11T20:24:28.792Z | Checking internal-russh-num-bigint v0.5.0 |
| 5245 | 2026-09-11T20:24:28.806Z | Checking spki v0.8.0 |
| 5246 | 2026-09-11T20:24:28.904Z | Checking sec1 v0.8.1 |
| 5247 | 2026-09-11T20:24:28.956Z | Checking num-bigint v0.4.6 |
| 5248 | 2026-09-11T20:24:28.981Z | Checking pkcs5 v0.8.1 |
| 5249 | 2026-09-11T20:24:28.997Z | Checking pkcs1 v0.8.0-rc.4 |
| 5250 | 2026-09-11T20:24:29.097Z | Checking generic-array v1.4.3 |
| 5251 | 2026-09-11T20:24:29.207Z | Checking russh-util v0.52.0 |
| 5252 | 2026-09-11T20:24:29.271Z | Checking pkcs8 v0.11.0 |
| 5253 | 2026-09-11T20:24:29.329Z | Compiling enum_dispatch v0.3.13 |
| 5254 | 2026-09-11T20:24:29.474Z | Checking ed25519 v3.0.0 |
| 5255 | 2026-09-11T20:24:29.492Z | Compiling delegate v0.13.5 |
| 5256 | 2026-09-11T20:24:29.533Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5257 | 2026-09-11T20:24:29.548Z | Checking md5 v0.8.0 |
| 5258 | 2026-09-11T20:24:29.632Z | Checking hex-literal v1.1.0 |
| 5259 | 2026-09-11T20:24:29.673Z | Checking ed25519-dalek v3.0.0 |
| 5260 | 2026-09-11T20:24:29.732Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5261 | 2026-09-11T20:24:29.752Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5262 | 2026-09-11T20:24:29.887Z | Checking internet-checksum v0.2.1 |
| 5263 | 2026-09-11T20:24:29.948Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5264 | 2026-09-11T20:24:30.116Z | Checking elliptic-curve v0.14.1 |
| 5265 | 2026-09-11T20:24:30.116Z | Checking primefield v0.14.0 |
| 5266 | 2026-09-11T20:24:30.119Z | Checking rfc6979 v0.6.0 |
| 5267 | 2026-09-11T20:24:30.119Z | Checking ssh-encoding v0.3.0 |
| 5268 | 2026-09-11T20:24:30.267Z | Checking crypto-primes v0.7.2 |
| 5269 | 2026-09-11T20:24:30.341Z | Checking ssh-cipher v0.3.0 |
| 5270 | 2026-09-11T20:24:30.341Z | Checking russh-cryptovec v0.62.0 |
| 5271 | 2026-09-11T20:24:30.541Z | Checking primeorder v0.14.0 |
| 5272 | 2026-09-11T20:24:30.541Z | Checking ecdsa v0.17.0 |
| 5273 | 2026-09-11T20:24:30.911Z | Checking p384 v0.14.0 |
| 5274 | 2026-09-11T20:24:30.911Z | Checking p256 v0.14.0 |
| 5275 | 2026-09-11T20:24:30.913Z | Checking p521 v0.14.0 |
| 5276 | 2026-09-11T20:24:31.204Z | Checking rsa v0.10.0-rc.18 |
| 5277 | 2026-09-11T20:24:33.762Z | Checking ssh-key v0.7.0-rc.11 |
| 5278 | 2026-09-11T20:24:34.514Z | Checking russh v0.62.4 |
| 5279 | 2026-09-11T20:24:48.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.15s |
| 5280 | 2026-09-11T20:24:48.028Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5281 | 2026-09-11T20:24:48.028Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5282 | 2026-09-11T20:24:48.234Z | |
| 5283 | 2026-09-11T20:24:48.234Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5284 | 2026-09-11T20:24:48.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5285 | 2026-09-11T20:24:48.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5286 | 2026-09-11T20:24:48.872Z | Checking termios v0.3.3 |
| 5287 | 2026-09-11T20:24:49.066Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5288 | 2026-09-11T20:24:49.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5289 | 2026-09-11T20:24:49.836Z | |
| 5290 | 2026-09-11T20:24:49.836Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5291 | 2026-09-11T20:24:50.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5292 | 2026-09-11T20:24:50.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5293 | 2026-09-11T20:24:50.528Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5294 | 2026-09-11T20:24:51.222Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5295 | 2026-09-11T20:24:52.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 5296 | 2026-09-11T20:24:53.009Z | |
| 5297 | 2026-09-11T20:24:53.009Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5298 | 2026-09-11T20:24:53.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5299 | 2026-09-11T20:24:53.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5300 | 2026-09-11T20:24:53.660Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5301 | 2026-09-11T20:24:54.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 5302 | 2026-09-11T20:24:54.278Z | |
| 5303 | 2026-09-11T20:24:54.278Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5304 | 2026-09-11T20:24:54.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5305 | 2026-09-11T20:24:54.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5306 | 2026-09-11T20:24:54.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5307 | 2026-09-11T20:24:54.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5308 | 2026-09-11T20:24:54.853Z | |
| 5309 | 2026-09-11T20:24:54.854Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5310 | 2026-09-11T20:24:55.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5311 | 2026-09-11T20:24:55.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5312 | 2026-09-11T20:24:55.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5313 | 2026-09-11T20:24:55.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5314 | 2026-09-11T20:24:55.428Z | |
| 5315 | 2026-09-11T20:24:55.429Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5316 | 2026-09-11T20:24:55.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5317 | 2026-09-11T20:24:55.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5318 | 2026-09-11T20:24:56.170Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5319 | 2026-09-11T20:24:56.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 5320 | 2026-09-11T20:24:56.981Z | |
| 5321 | 2026-09-11T20:24:56.981Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5322 | 2026-09-11T20:24:57.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5323 | 2026-09-11T20:24:57.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5324 | 2026-09-11T20:24:57.646Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5325 | 2026-09-11T20:24:57.742Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5326 | 2026-09-11T20:24:58.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 5327 | 2026-09-11T20:24:58.788Z | |
| 5328 | 2026-09-11T20:24:58.788Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5329 | 2026-09-11T20:24:59.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5330 | 2026-09-11T20:24:59.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5331 | 2026-09-11T20:24:59.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5332 | 2026-09-11T20:24:59.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5333 | 2026-09-11T20:24:59.366Z | |
| 5334 | 2026-09-11T20:24:59.366Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5335 | 2026-09-11T20:24:59.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5336 | 2026-09-11T20:24:59.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5337 | 2026-09-11T20:25:00.042Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5338 | 2026-09-11T20:25:01.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 5339 | 2026-09-11T20:25:01.322Z | |
| 5340 | 2026-09-11T20:25:01.322Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5341 | 2026-09-11T20:25:01.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5342 | 2026-09-11T20:25:01.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5343 | 2026-09-11T20:25:02.111Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5344 | 2026-09-11T20:25:02.468Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5345 | 2026-09-11T20:25:02.980Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5346 | 2026-09-11T20:25:02.980Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5347 | 2026-09-11T20:25:10.554Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5348 | 2026-09-11T20:25:10.558Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5349 | 2026-09-11T20:25:10.558Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5350 | 2026-09-11T20:25:11.208Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5351 | 2026-09-11T20:25:11.208Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5352 | 2026-09-11T20:25:11.211Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5353 | 2026-09-11T20:25:11.211Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5354 | 2026-09-11T20:25:11.990Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5355 | 2026-09-11T20:25:12.572Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5356 | 2026-09-11T20:25:12.813Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5357 | 2026-09-11T20:25:13.105Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5358 | 2026-09-11T20:25:13.973Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5359 | 2026-09-11T20:25:14.628Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5360 | 2026-09-11T20:25:19.564Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5361 | 2026-09-11T20:25:26.881Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5362 | 2026-09-11T20:25:26.883Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5363 | 2026-09-11T20:25:26.883Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5364 | 2026-09-11T20:25:26.883Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5365 | 2026-09-11T20:25:28.395Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5366 | 2026-09-11T20:25:29.703Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5367 | 2026-09-11T20:25:30.388Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5368 | 2026-09-11T20:25:31.684Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5369 | 2026-09-11T20:25:32.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.91s |
| 5370 | 2026-09-11T20:25:32.449Z | |
| 5371 | 2026-09-11T20:25:32.449Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5372 | 2026-09-11T20:25:32.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5373 | 2026-09-11T20:25:32.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5374 | 2026-09-11T20:25:33.166Z | Checking rtoolbox v0.0.3 |
| 5375 | 2026-09-11T20:25:33.169Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5376 | 2026-09-11T20:25:33.169Z | Checking tui-tree-widget v0.23.1 |
| 5377 | 2026-09-11T20:25:33.295Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5378 | 2026-09-11T20:25:33.387Z | Checking rpassword v7.5.4 |
| 5379 | 2026-09-11T20:25:36.163Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5380 | 2026-09-11T20:25:38.012Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5381 | 2026-09-11T20:25:38.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s |
| 5382 | 2026-09-11T20:25:39.144Z | |
| 5383 | 2026-09-11T20:25:39.144Z | info: running `cargo check --bins` on wicket (374/377) |
| 5384 | 2026-09-11T20:25:39.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5385 | 2026-09-11T20:25:39.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5386 | 2026-09-11T20:25:39.842Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5387 | 2026-09-11T20:25:40.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5388 | 2026-09-11T20:25:40.400Z | |
| 5389 | 2026-09-11T20:25:40.400Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5390 | 2026-09-11T20:25:40.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5391 | 2026-09-11T20:25:40.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5392 | 2026-09-11T20:25:41.115Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5393 | 2026-09-11T20:25:44.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 5394 | 2026-09-11T20:25:44.839Z | |
| 5395 | 2026-09-11T20:25:44.839Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5396 | 2026-09-11T20:25:45.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5397 | 2026-09-11T20:25:45.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5398 | 2026-09-11T20:25:45.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5399 | 2026-09-11T20:25:45.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5400 | 2026-09-11T20:25:45.412Z | |
| 5401 | 2026-09-11T20:25:45.412Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5402 | 2026-09-11T20:25:45.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5403 | 2026-09-11T20:25:45.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5404 | 2026-09-11T20:25:46.093Z | Checking uzers v0.12.2 |
| 5405 | 2026-09-11T20:25:46.362Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5406 | 2026-09-11T20:25:47.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 5407 | 2026-09-11T20:25:47.388Z | |
| 5408 | 2026-09-11T20:25:47.388Z | real 14:29.773546042 |
| 5409 | 2026-09-11T20:25:47.388Z | user 21:48.086522923 |
| 5410 | 2026-09-11T20:25:47.388Z | sys 4:34.255547580 |
| 5411 | 2026-09-11T20:25:47.388Z | trap 0.336622984 |
| 5412 | 2026-09-11T20:25:47.388Z | tflt 2.086111675 |
| 5413 | 2026-09-11T20:25:47.388Z | dflt 1.464914440 |
| 5414 | 2026-09-11T20:25:47.388Z | kflt 0.063410840 |
| 5415 | 2026-09-11T20:25:47.388Z | lock 1:28:39.874721005 |
| 5416 | 2026-09-11T20:25:47.388Z | slp 1:44:05.037028737 |
| 5417 | 2026-09-11T20:25:47.388Z | lat 1:00.129854277 |
| 5418 | 2026-09-11T20:25:47.391Z | stop 4:14.785631380 |
| 5419 | 2026-09-11T20:25:47.391Z | process exited: duration 1000034 ms, exit code 0 |
| |
| 5420 | 2026-09-11T20:25:47.400Z | found 0 output files |