|
|
|
| 1 | 2026-08-11T21:35:52.474Z | job assigned to worker 01KZSC0DS878E8R54BMARECRZQ [factory aws, i-0d950ace39d25fd25] (queued for 48 s) |
| |
| 2 | 2026-08-11T21:35:58.936Z | starting task 0: "setup" |
| 3 | 2026-08-11T21:35:58.943Z | ++ uname -s |
| 4 | 2026-08-11T21:35:58.948Z | + kern=SunOS |
| 5 | 2026-08-11T21:35:58.948Z | + build_user=build |
| 6 | 2026-08-11T21:35:58.948Z | + build_uid=12345 |
| 7 | 2026-08-11T21:35:58.948Z | + work_dir=/work |
| 8 | 2026-08-11T21:35:58.948Z | + input_dir=/input |
| 9 | 2026-08-11T21:35:58.948Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-11T21:35:58.948Z | + case "$kern" in |
| 11 | 2026-08-11T21:35:58.948Z | + groupadd -g 12345 build |
| 12 | 2026-08-11T21:35:58.948Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-11T21:36:00.951Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-11T21:36:01.025Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-11T21:36:01.028Z | + home_fs=zfs |
| 16 | 2026-08-11T21:36:01.029Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-11T21:36:01.029Z | + mkdir -p /home/build |
| 18 | 2026-08-11T21:36:01.029Z | + chown build:build /home/build /work |
| 19 | 2026-08-11T21:36:03.027Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-11T21:36:03.031Z | process exited: duration 4092 ms, exit code 0 |
| |
| 21 | 2026-08-11T21:36:03.038Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-11T21:36:03.042Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-11T21:36:03.042Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-11T21:36:03.042Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-11T21:36:03.042Z | * rust toolchain profile = "default" |
| 26 | 2026-08-11T21:36:03.042Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-11T21:36:03.042Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-11T21:36:03.046Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-11T21:36:03.046Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-11T21:36:03.146Z | info: downloading installer |
| 31 | 2026-08-11T21:36:04.590Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-11T21:36:04.591Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-11T21:36:04.591Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-11T21:36:04.591Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-11T21:36:04.605Z | info: profile set to default |
| 36 | 2026-08-11T21:36:04.605Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-11T21:36:04.609Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-11T21:36:04.732Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-11T21:36:04.737Z | info: downloading 6 components |
| 40 | 2026-08-11T21:36:19.713Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-11T21:36:19.713Z | |
| 42 | 2026-08-11T21:36:19.746Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-11T21:36:19.746Z | |
| 44 | 2026-08-11T21:36:19.746Z | |
| 45 | 2026-08-11T21:36:19.746Z | Rust is installed now. Great! |
| 46 | 2026-08-11T21:36:19.746Z | |
| 47 | 2026-08-11T21:36:19.746Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-11T21:36:19.746Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-11T21:36:19.746Z | |
| 50 | 2026-08-11T21:36:19.747Z | To configure your current shell, you need to source |
| 51 | 2026-08-11T21:36:19.747Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-11T21:36:19.747Z | |
| 53 | 2026-08-11T21:36:19.747Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-11T21:36:19.752Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-11T21:36:19.752Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-11T21:36:19.753Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-11T21:36:19.753Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-11T21:36:19.753Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-11T21:36:19.753Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-11T21:36:19.753Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-11T21:36:19.753Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-11T21:36:19.842Z | + rustup --version |
| 63 | 2026-08-11T21:36:19.850Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-11T21:36:19.870Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-11T21:36:19.876Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-11T21:36:19.876Z | + cargo --version |
| 67 | 2026-08-11T21:36:19.890Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-11T21:36:19.896Z | + rustc --version |
| 69 | 2026-08-11T21:36:19.915Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-11T21:36:19.919Z | process exited: duration 16874 ms, exit code 0 |
| |
| 71 | 2026-08-11T21:36:19.931Z | starting task 2: "authentication" |
| 72 | 2026-08-11T21:36:19.944Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-11T21:36:19.957Z | starting task 3: "clone repository" |
| 74 | 2026-08-11T21:36:19.966Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-11T21:36:19.973Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-11T21:36:19.997Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-11T21:36:30.555Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-11T21:36:30.555Z | + git fetch origin 68697a7dff3a23ccd9cfe5a249b668528ec8c464 |
| 79 | 2026-08-11T21:36:30.856Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-11T21:36:30.856Z | * branch 68697a7dff3a23ccd9cfe5a249b668528ec8c464 -> FETCH_HEAD |
| 81 | 2026-08-11T21:36:30.900Z | + [[ -n '' ]] |
| 82 | 2026-08-11T21:36:30.901Z | + git reset --hard 68697a7dff3a23ccd9cfe5a249b668528ec8c464 |
| 83 | 2026-08-11T21:36:31.121Z | HEAD is now at 68697a7df [spr] initial version |
| 84 | 2026-08-11T21:36:31.137Z | process exited: duration 11164 ms, exit code 0 |
| |
| 85 | 2026-08-11T21:36:31.145Z | starting task 4: "build" |
| 86 | 2026-08-11T21:36:31.149Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-11T21:36:31.149Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-11T21:36:31.149Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-11T21:36:31.153Z | +++ uname -s |
| 90 | 2026-08-11T21:36:31.153Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-11T21:36:31.153Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-11T21:36:31.153Z | + cargo --version |
| 93 | 2026-08-11T21:36:31.161Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-11T21:36:31.165Z | + rustc --version |
| 95 | 2026-08-11T21:36:31.183Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-11T21:36:31.186Z | + source ./env.sh |
| 97 | 2026-08-11T21:36:31.187Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-11T21:36:31.187Z | ++ set -o xtrace |
| 99 | 2026-08-11T21:36:31.187Z | ++++ dirname ./env.sh |
| 100 | 2026-08-11T21:36:31.191Z | +++ readlink -f . |
| 101 | 2026-08-11T21:36:31.191Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-11T21:36:31.192Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-11T21:36:31.192Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 105 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 106 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 107 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 108 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 109 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 110 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 111 | 2026-08-11T21:36:31.192Z | ++ 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 |
| 112 | 2026-08-11T21:36:31.192Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-11T21:36:31.193Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-11T21:36:31.193Z | + 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 |
| 115 | 2026-08-11T21:36:31.193Z | + 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 |
| 116 | 2026-08-11T21:36:31.193Z | + banner prerequisites |
| 117 | 2026-08-11T21:36:31.196Z | |
| 118 | 2026-08-11T21:36:31.197Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-08-11T21:36:31.197Z | # # # # # # # # # # # # # # # |
| 120 | 2026-08-11T21:36:31.197Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-08-11T21:36:31.197Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-08-11T21:36:31.197Z | # # # # # # # # # # # # # # # |
| 123 | 2026-08-11T21:36:31.197Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-08-11T21:36:31.197Z | |
| 125 | 2026-08-11T21:36:31.197Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-08-11T21:36:33.019Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-08-11T21:36:33.325Z | Startup: Caching catalogs ... Done |
| 128 | 2026-08-11T21:36:35.048Z | Planning: Solver setup ... Done (1.622s) |
| 129 | 2026-08-11T21:36:35.101Z | Planning: Running solver ... Done (0.053s) |
| 130 | 2026-08-11T21:36:35.140Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-08-11T21:36:35.152Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-08-11T21:36:35.168Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-08-11T21:36:35.182Z | Planning: Package planning ... Done (0.014s) |
| 134 | 2026-08-11T21:36:35.186Z | Planning: Merging actions ... Done (0.002s) |
| 135 | 2026-08-11T21:36:35.349Z | Planning: Checking for conflicting actions ... Done (0.166s) |
| 136 | 2026-08-11T21:36:35.353Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-08-11T21:36:36.085Z | Planning: Evaluating mediators ... Done (0.735s) |
| 138 | 2026-08-11T21:36:36.090Z | Planning: Planning completed in 2.73 seconds |
| 139 | 2026-08-11T21:36:36.094Z | Packages to install: 2 |
| 140 | 2026-08-11T21:36:36.094Z | Estimated space available: 156.02 GB |
| 141 | 2026-08-11T21:36:36.098Z | Estimated space to be consumed: 67.95 MB |
| 142 | 2026-08-11T21:36:36.098Z | Create boot environment: No |
| 143 | 2026-08-11T21:36:36.098Z | Create backup boot environment: No |
| 144 | 2026-08-11T21:36:36.098Z | Rebuild boot archive: No |
| 145 | 2026-08-11T21:36:36.099Z | |
| 146 | 2026-08-11T21:36:36.099Z | Changed packages: |
| 147 | 2026-08-11T21:36:36.099Z | helios |
| 148 | 2026-08-11T21:36:36.099Z | developer/build-essential |
| 149 | 2026-08-11T21:36:36.099Z | None -> 11-3.0 |
| 150 | 2026-08-11T21:36:36.099Z | library/libxmlsec1 |
| 151 | 2026-08-11T21:36:36.099Z | None -> 1.2.35-3.0 |
| 152 | 2026-08-11T21:36:36.119Z | |
| 153 | 2026-08-11T21:36:36.119Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-08-11T21:36:36.187Z | Download: Completed 1.28 MB in 0.07 seconds (19.0M/s) |
| 155 | 2026-08-11T21:36:36.272Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-08-11T21:36:36.309Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-08-11T21:36:36.339Z | Finalize: Updating package state database ... Done (0.030s) |
| 158 | 2026-08-11T21:36:36.344Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-08-11T21:36:36.413Z | Finalize: Updating image state ... Done (0.074s) |
| 160 | 2026-08-11T21:36:38.884Z | Finalize: Creating fast lookup database ... Done (2.424s) |
| 161 | 2026-08-11T21:36:38.952Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-08-11T21:36:38.955Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-08-11T21:36:39.077Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-08-11T21:36:39.437Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-08-11T21:36:39.542Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-08-11T21:36:39.545Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-08-11T21:36:39.700Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-08-11T21:36:39.703Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-08-11T21:36:39.723Z | Mediators to change: 2 |
| 170 | 2026-08-11T21:36:39.723Z | Create boot environment: No |
| 171 | 2026-08-11T21:36:39.726Z | Create backup boot environment: No |
| 172 | 2026-08-11T21:36:39.770Z | Finalize: Updating package state database ... Done |
| 173 | 2026-08-11T21:36:39.771Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-11T21:36:39.815Z | Finalize: Updating image state ... Done |
| 175 | 2026-08-11T21:36:41.774Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-08-11T21:36:41.834Z | Finalize: Reading search index ... Done |
| 177 | 2026-08-11T21:36:41.837Z | Finalize: Updating search index ... Done |
| 178 | 2026-08-11T21:36:41.932Z | Finalize: Updating package cache ... Done |
| 179 | 2026-08-11T21:36:42.213Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-11T21:36:42.318Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-11T21:36:42.322Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-11T21:36:42.476Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-11T21:36:42.481Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-08-11T21:36:42.500Z | Mediators to change: 1 |
| 185 | 2026-08-11T21:36:42.500Z | Create boot environment: No |
| 186 | 2026-08-11T21:36:42.500Z | Create backup boot environment: No |
| 187 | 2026-08-11T21:36:42.544Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-11T21:36:42.545Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-11T21:36:42.588Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-11T21:36:44.558Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-11T21:36:44.618Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-11T21:36:44.622Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-11T21:36:44.689Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-11T21:36:44.996Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-08-11T21:36:44.996Z | apache system 2.4 system |
| 196 | 2026-08-11T21:36:44.996Z | clang system 15 system |
| 197 | 2026-08-11T21:36:44.996Z | csh system system illumos |
| 198 | 2026-08-11T21:36:44.996Z | ctags system system illumos |
| 199 | 2026-08-11T21:36:44.996Z | file vendor vendor darwinsys |
| 200 | 2026-08-11T21:36:44.996Z | file system system illumos |
| 201 | 2026-08-11T21:36:44.996Z | gcc vendor 14 vendor |
| 202 | 2026-08-11T21:36:44.996Z | gcc system 13 system |
| 203 | 2026-08-11T21:36:44.997Z | gcc system 10 system |
| 204 | 2026-08-11T21:36:44.997Z | go system 1.25 system |
| 205 | 2026-08-11T21:36:44.997Z | llvm system 15 system |
| 206 | 2026-08-11T21:36:44.997Z | mariadb system 11.4 system |
| 207 | 2026-08-11T21:36:44.997Z | mta vendor vendor dma |
| 208 | 2026-08-11T21:36:44.997Z | openjdk system 17 system |
| 209 | 2026-08-11T21:36:44.997Z | openjdk system 11 system |
| 210 | 2026-08-11T21:36:44.997Z | openssl vendor 3 vendor |
| 211 | 2026-08-11T21:36:44.997Z | perl system 5.40 system |
| 212 | 2026-08-11T21:36:44.997Z | postgresql system 18 system |
| 213 | 2026-08-11T21:36:44.997Z | postgresql system 17 system |
| 214 | 2026-08-11T21:36:44.997Z | python vendor 3 vendor |
| 215 | 2026-08-11T21:36:44.997Z | python system 2 system |
| 216 | 2026-08-11T21:36:44.997Z | python3 vendor 3.13 vendor |
| 217 | 2026-08-11T21:36:44.997Z | ruby system 3.4 system |
| 218 | 2026-08-11T21:36:44.997Z | ruby system 3.0 system |
| 219 | 2026-08-11T21:36:44.997Z | words vendor vendor american-english |
| 220 | 2026-08-11T21:36:44.997Z | words system system australian-english |
| 221 | 2026-08-11T21:36:44.997Z | words system system british-english |
| 222 | 2026-08-11T21:36:44.997Z | words system system canadian-english |
| 223 | 2026-08-11T21:36:44.997Z | words system system french |
| 224 | 2026-08-11T21:36:44.998Z | words system system italian |
| 225 | 2026-08-11T21:36:44.998Z | words system system ngerman |
| 226 | 2026-08-11T21:36:44.998Z | words system system ogerman |
| 227 | 2026-08-11T21:36:44.998Z | words system system spanish |
| 228 | 2026-08-11T21:36:45.250Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-08-11T21:36:45.250Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-08-11T21:36:45.693Z | FMRI IFO |
| 231 | 2026-08-11T21:36:45.693Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-08-11T21:36:45.693Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-08-11T21:36:45.693Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-08-11T21:36:45.694Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-08-11T21:36:45.694Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-08-11T21:36:45.694Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-08-11T21:36:45.694Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-08-11T21:36:45.694Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-08-11T21:36:45.694Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-08-11T21:36:46.018Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-08-11T21:36:46.358Z | Updating crates.io index |
| 242 | 2026-08-11T21:36:46.363Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-08-11T21:36:46.645Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-11T21:36:47.032Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-08-11T21:36:48.380Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-11T21:36:49.068Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-08-11T21:36:51.086Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-08-11T21:36:52.196Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-08-11T21:36:52.504Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-08-11T21:36:52.900Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-08-11T21:36:54.231Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-08-11T21:36:54.509Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-08-11T21:36:54.950Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 254 | 2026-08-11T21:36:55.221Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 255 | 2026-08-11T21:36:55.530Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 256 | 2026-08-11T21:36:55.824Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 257 | 2026-08-11T21:36:56.140Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-08-11T21:36:56.451Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-08-11T21:36:56.736Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-11T21:36:57.059Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-08-11T21:36:57.596Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2026-08-11T21:36:58.023Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 263 | 2026-08-11T21:36:58.402Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 264 | 2026-08-11T21:36:58.746Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 265 | 2026-08-11T21:36:59.298Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-08-11T21:36:59.644Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-08-11T21:36:59.941Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-08-11T21:37:00.449Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-08-11T21:37:00.763Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 270 | 2026-08-11T21:37:01.034Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-08-11T21:37:01.398Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-08-11T21:37:01.702Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-08-11T21:37:02.101Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-08-11T21:37:02.482Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 275 | 2026-08-11T21:37:03.248Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-08-11T21:37:03.527Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-08-11T21:37:03.807Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-08-11T21:37:04.142Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-08-11T21:37:04.505Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2026-08-11T21:37:04.765Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-08-11T21:37:05.061Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-08-11T21:37:05.377Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-08-11T21:37:05.679Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-08-11T21:37:08.316Z | Downloading crates ... |
| 285 | 2026-08-11T21:37:08.365Z | Downloaded digest v0.10.7 |
| 286 | 2026-08-11T21:37:08.373Z | Downloaded getrandom v0.4.1 |
| 287 | 2026-08-11T21:37:08.380Z | Downloaded proc-macro-error-attr v1.0.4 |
| 288 | 2026-08-11T21:37:08.387Z | Downloaded usdt-macro v0.5.0 |
| 289 | 2026-08-11T21:37:08.387Z | Downloaded clap_derive v4.6.1 |
| 290 | 2026-08-11T21:37:08.387Z | Downloaded thiserror v2.0.18 |
| 291 | 2026-08-11T21:37:08.387Z | Downloaded bytecount v0.6.9 |
| 292 | 2026-08-11T21:37:08.387Z | Downloaded zmij v1.0.21 |
| 293 | 2026-08-11T21:37:08.391Z | Downloaded cpufeatures v0.2.17 |
| 294 | 2026-08-11T21:37:08.401Z | Downloaded toml_datetime v0.6.11 |
| 295 | 2026-08-11T21:37:08.401Z | Downloaded anstyle v1.0.14 |
| 296 | 2026-08-11T21:37:08.419Z | Downloaded clap_builder v4.6.0 |
| 297 | 2026-08-11T21:37:08.419Z | Downloaded dof v0.3.0 |
| 298 | 2026-08-11T21:37:08.419Z | Downloaded clap_lex v1.0.0 |
| 299 | 2026-08-11T21:37:08.419Z | Downloaded anstream v1.0.0 |
| 300 | 2026-08-11T21:37:08.419Z | Downloaded cargo_metadata v0.23.1 |
| 301 | 2026-08-11T21:37:08.419Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2026-08-11T21:37:08.419Z | Downloaded zerocopy-derive v0.7.35 |
| 303 | 2026-08-11T21:37:08.419Z | Downloaded zerocopy v0.7.35 |
| 304 | 2026-08-11T21:37:08.423Z | Downloaded heck v0.4.1 |
| 305 | 2026-08-11T21:37:08.423Z | Downloaded clap v4.6.1 |
| 306 | 2026-08-11T21:37:08.423Z | Downloaded heck v0.5.0 |
| 307 | 2026-08-11T21:37:08.423Z | Downloaded camino v1.2.2 |
| 308 | 2026-08-11T21:37:08.423Z | Downloaded cfg-if v1.0.4 |
| 309 | 2026-08-11T21:37:08.423Z | Downloaded crypto-common v0.1.7 |
| 310 | 2026-08-11T21:37:08.423Z | Downloaded toml v0.8.23 |
| 311 | 2026-08-11T21:37:08.423Z | Downloaded cargo-platform v0.3.2 |
| 312 | 2026-08-11T21:37:08.423Z | Downloaded log v0.4.29 |
| 313 | 2026-08-11T21:37:08.423Z | Downloaded anstyle-query v1.1.5 |
| 314 | 2026-08-11T21:37:08.423Z | Downloaded colorchoice v1.0.4 |
| 315 | 2026-08-11T21:37:08.424Z | Downloaded anstyle-parse v1.0.0 |
| 316 | 2026-08-11T21:37:08.427Z | Downloaded sha2 v0.10.9 |
| 317 | 2026-08-11T21:37:08.428Z | Downloaded memmap v0.7.0 |
| 318 | 2026-08-11T21:37:08.428Z | Downloaded byteorder v1.5.0 |
| 319 | 2026-08-11T21:37:08.428Z | Downloaded cargo_toml v0.21.0 |
| 320 | 2026-08-11T21:37:08.432Z | Downloaded equivalent v1.0.2 |
| 321 | 2026-08-11T21:37:08.437Z | Downloaded fnv v1.0.7 |
| 322 | 2026-08-11T21:37:08.437Z | Downloaded macaddr v1.0.1 |
| 323 | 2026-08-11T21:37:08.437Z | Downloaded pretty-hex v0.4.1 |
| 324 | 2026-08-11T21:37:08.443Z | Downloaded fastrand v2.3.0 |
| 325 | 2026-08-11T21:37:08.443Z | Downloaded camino-tempfile v1.4.1 |
| 326 | 2026-08-11T21:37:08.443Z | Downloaded thread-id v4.2.2 |
| 327 | 2026-08-11T21:37:08.449Z | Downloaded strsim v0.11.1 |
| 328 | 2026-08-11T21:37:08.454Z | Downloaded generic-array v0.14.7 |
| 329 | 2026-08-11T21:37:08.454Z | Downloaded itoa v1.0.17 |
| 330 | 2026-08-11T21:37:08.454Z | Downloaded usdt v0.5.0 |
| 331 | 2026-08-11T21:37:08.454Z | Downloaded errno v0.3.14 |
| 332 | 2026-08-11T21:37:08.460Z | Downloaded is_terminal_polyfill v1.70.2 |
| 333 | 2026-08-11T21:37:08.465Z | Downloaded unicode-linebreak v0.1.5 |
| 334 | 2026-08-11T21:37:08.465Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2026-08-11T21:37:08.469Z | Downloaded utf8parse v0.2.2 |
| 336 | 2026-08-11T21:37:08.469Z | Downloaded plain v0.2.3 |
| 337 | 2026-08-11T21:37:08.473Z | Downloaded smawk v0.3.2 |
| 338 | 2026-08-11T21:37:08.482Z | Downloaded version_check v0.9.5 |
| 339 | 2026-08-11T21:37:08.482Z | Downloaded toml_write v0.1.2 |
| 340 | 2026-08-11T21:37:08.486Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-08-11T21:37:08.486Z | Downloaded tabled_derive v0.7.0 |
| 342 | 2026-08-11T21:37:08.486Z | Downloaded autocfg v1.5.0 |
| 343 | 2026-08-11T21:37:08.492Z | Downloaded terminal_size v0.4.3 |
| 344 | 2026-08-11T21:37:08.499Z | Downloaded block-buffer v0.10.4 |
| 345 | 2026-08-11T21:37:08.504Z | Downloaded serde_spanned v0.6.9 |
| 346 | 2026-08-11T21:37:08.504Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-08-11T21:37:08.505Z | Downloaded thiserror-impl v2.0.18 |
| 348 | 2026-08-11T21:37:08.505Z | Downloaded thiserror v1.0.69 |
| 349 | 2026-08-11T21:37:08.521Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2026-08-11T21:37:08.531Z | Downloaded quote v1.0.45 |
| 351 | 2026-08-11T21:37:08.531Z | Downloaded scroll v0.12.0 |
| 352 | 2026-08-11T21:37:08.531Z | Downloaded once_cell v1.21.3 |
| 353 | 2026-08-11T21:37:08.531Z | Downloaded pest_generator v2.8.6 |
| 354 | 2026-08-11T21:37:08.531Z | Downloaded bitflags v2.11.0 |
| 355 | 2026-08-11T21:37:08.531Z | Downloaded fs-err v3.3.0 |
| 356 | 2026-08-11T21:37:08.535Z | Downloaded memchr v2.8.0 |
| 357 | 2026-08-11T21:37:08.535Z | Downloaded thiserror-impl v1.0.69 |
| 358 | 2026-08-11T21:37:08.535Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2026-08-11T21:37:08.535Z | Downloaded tempfile v3.25.0 |
| 360 | 2026-08-11T21:37:08.544Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-08-11T21:37:08.548Z | Downloaded pest_derive v2.8.6 |
| 362 | 2026-08-11T21:37:08.548Z | Downloaded swrite v0.1.0 |
| 363 | 2026-08-11T21:37:08.548Z | Downloaded semver v1.0.28 |
| 364 | 2026-08-11T21:37:08.562Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-08-11T21:37:08.567Z | Downloaded papergrid v0.11.0 |
| 366 | 2026-08-11T21:37:08.573Z | Downloaded ucd-trie v0.1.7 |
| 367 | 2026-08-11T21:37:08.584Z | Downloaded textwrap v0.16.2 |
| 368 | 2026-08-11T21:37:08.584Z | Downloaded serde_derive v1.0.228 |
| 369 | 2026-08-11T21:37:08.588Z | Downloaded serde_core v1.0.228 |
| 370 | 2026-08-11T21:37:08.588Z | Downloaded pest_meta v2.8.6 |
| 371 | 2026-08-11T21:37:08.588Z | Downloaded toml_edit v0.22.27 |
| 372 | 2026-08-11T21:37:08.592Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-08-11T21:37:08.613Z | Downloaded typenum v1.20.1 |
| 374 | 2026-08-11T21:37:08.620Z | Downloaded indexmap v2.14.0 |
| 375 | 2026-08-11T21:37:08.620Z | Downloaded serde v1.0.228 |
| 376 | 2026-08-11T21:37:08.644Z | Downloaded pest v2.8.6 |
| 377 | 2026-08-11T21:37:08.650Z | Downloaded serde_json v1.0.151 |
| 378 | 2026-08-11T21:37:08.669Z | Downloaded goblin v0.8.2 |
| 379 | 2026-08-11T21:37:08.673Z | Downloaded hashbrown v0.17.0 |
| 380 | 2026-08-11T21:37:08.680Z | Downloaded winnow v0.7.14 |
| 381 | 2026-08-11T21:37:08.693Z | Downloaded tabled v0.15.0 |
| 382 | 2026-08-11T21:37:08.714Z | Downloaded unicode-width v0.2.0 |
| 383 | 2026-08-11T21:37:08.719Z | Downloaded syn v1.0.109 |
| 384 | 2026-08-11T21:37:08.751Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-08-11T21:37:08.810Z | Downloaded syn v2.0.117 |
| 386 | 2026-08-11T21:37:08.810Z | Downloaded rustix v1.1.3 |
| 387 | 2026-08-11T21:37:08.848Z | Downloaded libc v0.2.185 |
| 388 | 2026-08-11T21:37:08.855Z | Compiling proc-macro2 v1.0.106 |
| 389 | 2026-08-11T21:37:08.855Z | Compiling unicode-ident v1.0.24 |
| 390 | 2026-08-11T21:37:08.855Z | Compiling quote v1.0.45 |
| 391 | 2026-08-11T21:37:08.855Z | Compiling serde_core v1.0.228 |
| 392 | 2026-08-11T21:37:08.855Z | Compiling libc v0.2.185 |
| 393 | 2026-08-11T21:37:08.855Z | Compiling version_check v0.9.5 |
| 394 | 2026-08-11T21:37:08.855Z | Compiling memchr v2.8.0 |
| 395 | 2026-08-11T21:37:08.855Z | Compiling serde v1.0.228 |
| 396 | 2026-08-11T21:37:09.153Z | Compiling zmij v1.0.21 |
| 397 | 2026-08-11T21:37:09.492Z | Compiling thiserror v1.0.69 |
| 398 | 2026-08-11T21:37:09.497Z | Compiling itoa v1.0.17 |
| 399 | 2026-08-11T21:37:09.672Z | Compiling ucd-trie v0.1.7 |
| 400 | 2026-08-11T21:37:09.736Z | Compiling byteorder v1.5.0 |
| 401 | 2026-08-11T21:37:09.842Z | Compiling pest v2.8.6 |
| 402 | 2026-08-11T21:37:09.950Z | Compiling rustix v1.1.3 |
| 403 | 2026-08-11T21:37:09.977Z | Compiling errno v0.3.14 |
| 404 | 2026-08-11T21:37:10.037Z | Compiling bitflags v2.11.0 |
| 405 | 2026-08-11T21:37:10.277Z | Compiling serde_json v1.0.151 |
| 406 | 2026-08-11T21:37:10.415Z | Compiling syn v2.0.117 |
| 407 | 2026-08-11T21:37:10.435Z | Compiling thread-id v4.2.2 |
| 408 | 2026-08-11T21:37:10.497Z | Compiling proc-macro-error-attr v1.0.4 |
| 409 | 2026-08-11T21:37:10.515Z | Compiling usdt-impl v0.5.0 |
| 410 | 2026-08-11T21:37:10.526Z | Compiling camino v1.2.2 |
| 411 | 2026-08-11T21:37:10.680Z | Compiling syn v1.0.109 |
| 412 | 2026-08-11T21:37:10.886Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-08-11T21:37:10.967Z | Compiling proc-macro-error v1.0.4 |
| 414 | 2026-08-11T21:37:11.030Z | Compiling hashbrown v0.17.0 |
| 415 | 2026-08-11T21:37:11.085Z | Compiling utf8parse v0.2.2 |
| 416 | 2026-08-11T21:37:11.109Z | Compiling log v0.4.29 |
| 417 | 2026-08-11T21:37:11.190Z | Compiling getrandom v0.4.1 |
| 418 | 2026-08-11T21:37:11.395Z | Compiling equivalent v1.0.2 |
| 419 | 2026-08-11T21:37:11.490Z | Compiling plain v0.2.3 |
| 420 | 2026-08-11T21:37:11.600Z | Compiling indexmap v2.14.0 |
| 421 | 2026-08-11T21:37:11.616Z | Compiling terminal_size v0.4.3 |
| 422 | 2026-08-11T21:37:11.687Z | Compiling anstyle-parse v1.0.0 |
| 423 | 2026-08-11T21:37:12.226Z | Compiling thiserror v2.0.18 |
| 424 | 2026-08-11T21:37:12.266Z | Compiling colorchoice v1.0.4 |
| 425 | 2026-08-11T21:37:12.274Z | Compiling winnow v0.7.14 |
| 426 | 2026-08-11T21:37:12.963Z | Compiling is_terminal_polyfill v1.70.2 |
| 427 | 2026-08-11T21:37:12.963Z | Compiling pretty-hex v0.4.1 |
| 428 | 2026-08-11T21:37:12.963Z | Compiling anstyle v1.0.14 |
| 429 | 2026-08-11T21:37:12.963Z | Compiling autocfg v1.5.0 |
| 430 | 2026-08-11T21:37:12.963Z | Compiling cfg-if v1.0.4 |
| 431 | 2026-08-11T21:37:12.963Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-08-11T21:37:12.963Z | Compiling toml_write v0.1.2 |
| 433 | 2026-08-11T21:37:13.016Z | Compiling pest_generator v2.8.6 |
| 434 | 2026-08-11T21:37:13.016Z | Compiling anstream v1.0.0 |
| 435 | 2026-08-11T21:37:13.016Z | Compiling anyhow v1.0.102 |
| 436 | 2026-08-11T21:37:13.016Z | Compiling fnv v1.0.7 |
| 437 | 2026-08-11T21:37:13.016Z | Compiling fs-err v3.3.0 |
| 438 | 2026-08-11T21:37:13.063Z | Compiling heck v0.4.1 |
| 439 | 2026-08-11T21:37:13.113Z | Compiling unicode-width v0.1.14 |
| 440 | 2026-08-11T21:37:13.147Z | Compiling fastrand v2.3.0 |
| 441 | 2026-08-11T21:37:13.288Z | Compiling once_cell v1.21.3 |
| 442 | 2026-08-11T21:37:13.288Z | Compiling heck v0.5.0 |
| 443 | 2026-08-11T21:37:13.352Z | Compiling bytecount v0.6.9 |
| 444 | 2026-08-11T21:37:13.386Z | Compiling strsim v0.11.1 |
| 445 | 2026-08-11T21:37:13.402Z | Compiling clap_lex v1.0.0 |
| 446 | 2026-08-11T21:37:13.486Z | Compiling tempfile v3.25.0 |
| 447 | 2026-08-11T21:37:13.522Z | Compiling papergrid v0.11.0 |
| 448 | 2026-08-11T21:37:13.636Z | Compiling clap_builder v4.6.0 |
| 449 | 2026-08-11T21:37:13.748Z | Compiling semver v1.0.28 |
| 450 | 2026-08-11T21:37:13.765Z | Compiling cargo-platform v0.3.2 |
| 451 | 2026-08-11T21:37:13.829Z | Compiling memmap v0.7.0 |
| 452 | 2026-08-11T21:37:13.855Z | Compiling smawk v0.3.2 |
| 453 | 2026-08-11T21:37:13.873Z | Compiling tabled_derive v0.7.0 |
| 454 | 2026-08-11T21:37:14.156Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2026-08-11T21:37:14.156Z | Compiling unicode-width v0.2.0 |
| 456 | 2026-08-11T21:37:14.241Z | Compiling textwrap v0.16.2 |
| 457 | 2026-08-11T21:37:14.291Z | Compiling camino-tempfile v1.4.1 |
| 458 | 2026-08-11T21:37:14.316Z | Compiling swrite v0.1.0 |
| 459 | 2026-08-11T21:37:14.333Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-08-11T21:37:14.411Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-08-11T21:37:14.427Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-08-11T21:37:14.519Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-08-11T21:37:14.728Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-08-11T21:37:14.831Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-08-11T21:37:14.988Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-08-11T21:37:15.065Z | Compiling tabled v0.15.0 |
| 467 | 2026-08-11T21:37:15.431Z | Compiling zerocopy v0.7.35 |
| 468 | 2026-08-11T21:37:15.440Z | Compiling scroll v0.12.0 |
| 469 | 2026-08-11T21:37:15.702Z | Compiling goblin v0.8.2 |
| 470 | 2026-08-11T21:37:15.832Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-08-11T21:37:16.649Z | Compiling clap v4.6.1 |
| 472 | 2026-08-11T21:37:17.329Z | Compiling serde_spanned v0.6.9 |
| 473 | 2026-08-11T21:37:17.329Z | Compiling toml_datetime v0.6.11 |
| 474 | 2026-08-11T21:37:17.371Z | Compiling macaddr v1.0.1 |
| 475 | 2026-08-11T21:37:17.371Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 476 | 2026-08-11T21:37:17.385Z | Compiling cargo_metadata v0.23.1 |
| 477 | 2026-08-11T21:37:17.407Z | Compiling dof v0.3.0 |
| 478 | 2026-08-11T21:37:17.407Z | Compiling serde_tokenstream v0.2.3 |
| 479 | 2026-08-11T21:37:17.510Z | Compiling toml_edit v0.22.27 |
| 480 | 2026-08-11T21:37:18.166Z | Compiling usdt-macro v0.5.0 |
| 481 | 2026-08-11T21:37:18.166Z | Compiling usdt-attr-macro v0.5.0 |
| 482 | 2026-08-11T21:37:18.720Z | Compiling usdt v0.5.0 |
| 483 | 2026-08-11T21:37:18.853Z | Compiling toml v0.8.23 |
| 484 | 2026-08-11T21:37:19.165Z | Compiling cargo_toml v0.21.0 |
| 485 | 2026-08-11T21:37:20.590Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 486 | 2026-08-11T21:37:22.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.65s |
| 487 | 2026-08-11T21:37:22.744Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 488 | 2026-08-11T21:37:23.226Z | Downloading crates ... |
| 489 | 2026-08-11T21:37:23.272Z | Downloaded aead v0.5.2 |
| 490 | 2026-08-11T21:37:23.294Z | Downloaded adler2 v2.0.1 |
| 491 | 2026-08-11T21:37:23.294Z | Downloaded bit-set v0.8.0 |
| 492 | 2026-08-11T21:37:23.294Z | Downloaded argon2 v0.5.3 |
| 493 | 2026-08-11T21:37:23.308Z | Downloaded anstyle-parse v0.2.7 |
| 494 | 2026-08-11T21:37:23.308Z | Downloaded cexpr v0.6.0 |
| 495 | 2026-08-11T21:37:23.308Z | Downloaded ar_archive_writer v0.5.1 |
| 496 | 2026-08-11T21:37:23.308Z | Downloaded const-oid v0.9.6 |
| 497 | 2026-08-11T21:37:23.308Z | Downloaded fd-lock v4.0.4 |
| 498 | 2026-08-11T21:37:23.308Z | Downloaded array-init v0.0.4 |
| 499 | 2026-08-11T21:37:23.308Z | Downloaded async-recursion v1.1.1 |
| 500 | 2026-08-11T21:37:23.308Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 501 | 2026-08-11T21:37:23.309Z | Downloaded bit-set v0.5.3 |
| 502 | 2026-08-11T21:37:23.309Z | Downloaded argon2 v0.6.0-rc.8 |
| 503 | 2026-08-11T21:37:23.309Z | Downloaded blake2 v0.11.0-rc.6 |
| 504 | 2026-08-11T21:37:23.309Z | Downloaded flate2 v1.1.9 |
| 505 | 2026-08-11T21:37:23.334Z | Downloaded foreign-types-macros v0.2.3 |
| 506 | 2026-08-11T21:37:23.334Z | Downloaded globwalk v0.9.1 |
| 507 | 2026-08-11T21:37:23.334Z | Downloaded async-stream v0.3.6 |
| 508 | 2026-08-11T21:37:23.334Z | Downloaded async-stream-impl v0.3.6 |
| 509 | 2026-08-11T21:37:23.334Z | Downloaded bitfield-macros v0.19.4 |
| 510 | 2026-08-11T21:37:23.334Z | Downloaded funty v2.0.0 |
| 511 | 2026-08-11T21:37:23.334Z | Downloaded hash32 v0.3.1 |
| 512 | 2026-08-11T21:37:23.334Z | Downloaded base16ct v0.2.0 |
| 513 | 2026-08-11T21:37:23.334Z | Downloaded http-body v1.0.1 |
| 514 | 2026-08-11T21:37:23.363Z | Downloaded bb8 v0.8.6 |
| 515 | 2026-08-11T21:37:23.363Z | Downloaded atomic-waker v1.1.2 |
| 516 | 2026-08-11T21:37:23.363Z | Downloaded foreign-types-shared v0.3.1 |
| 517 | 2026-08-11T21:37:23.363Z | Downloaded hex v0.4.3 |
| 518 | 2026-08-11T21:37:23.363Z | Downloaded base16ct v1.0.0 |
| 519 | 2026-08-11T21:37:23.363Z | Downloaded fxhash v0.2.1 |
| 520 | 2026-08-11T21:37:23.363Z | Downloaded arc-swap v1.8.2 |
| 521 | 2026-08-11T21:37:23.364Z | Downloaded bcs v0.1.6 |
| 522 | 2026-08-11T21:37:23.364Z | Downloaded futures-task v0.3.32 |
| 523 | 2026-08-11T21:37:23.364Z | Downloaded convert_case v0.4.0 |
| 524 | 2026-08-11T21:37:23.364Z | Downloaded enum-as-inner v0.6.1 |
| 525 | 2026-08-11T21:37:23.364Z | Downloaded assert_matches v1.5.0 |
| 526 | 2026-08-11T21:37:23.364Z | Downloaded headers-core v0.3.0 |
| 527 | 2026-08-11T21:37:23.364Z | Downloaded bitfield-struct v0.6.2 |
| 528 | 2026-08-11T21:37:23.364Z | Downloaded form_urlencoded v1.2.2 |
| 529 | 2026-08-11T21:37:23.364Z | Downloaded ff v0.14.0 |
| 530 | 2026-08-11T21:37:23.364Z | Downloaded git-stub-vcs v0.1.0 |
| 531 | 2026-08-11T21:37:23.364Z | Downloaded foreign-types-shared v0.1.1 |
| 532 | 2026-08-11T21:37:23.364Z | Downloaded async-trait v0.1.89 |
| 533 | 2026-08-11T21:37:23.406Z | Downloaded bit-vec v0.8.0 |
| 534 | 2026-08-11T21:37:23.406Z | Downloaded const_format_proc_macros v0.2.34 |
| 535 | 2026-08-11T21:37:23.406Z | Downloaded castaway v0.2.4 |
| 536 | 2026-08-11T21:37:23.406Z | Downloaded openssl-macros v0.1.1 |
| 537 | 2026-08-11T21:37:23.406Z | Downloaded hyper-tls v0.6.0 |
| 538 | 2026-08-11T21:37:23.406Z | Downloaded foreign-types v0.3.2 |
| 539 | 2026-08-11T21:37:23.407Z | Downloaded futures-core v0.3.32 |
| 540 | 2026-08-11T21:37:23.407Z | Downloaded atomicwrites v0.4.4 |
| 541 | 2026-08-11T21:37:23.407Z | Downloaded endian-type v0.1.2 |
| 542 | 2026-08-11T21:37:23.407Z | Downloaded git-stub v1.0.0 |
| 543 | 2026-08-11T21:37:23.407Z | Downloaded hubpack v0.1.2 |
| 544 | 2026-08-11T21:37:23.407Z | Downloaded cobs v0.3.0 |
| 545 | 2026-08-11T21:37:23.407Z | Downloaded compression-core v0.4.31 |
| 546 | 2026-08-11T21:37:23.407Z | Downloaded float-cmp v0.10.0 |
| 547 | 2026-08-11T21:37:23.407Z | Downloaded hex-literal v1.1.0 |
| 548 | 2026-08-11T21:37:23.407Z | Downloaded float-ord v0.3.2 |
| 549 | 2026-08-11T21:37:23.407Z | Downloaded env_filter v1.0.0 |
| 550 | 2026-08-11T21:37:23.407Z | Downloaded arrayref v0.3.9 |
| 551 | 2026-08-11T21:37:23.407Z | Downloaded num_enum_derive v0.5.11 |
| 552 | 2026-08-11T21:37:23.407Z | Downloaded futures-io v0.3.32 |
| 553 | 2026-08-11T21:37:23.451Z | Downloaded num v0.4.3 |
| 554 | 2026-08-11T21:37:23.451Z | Downloaded atty v0.2.14 |
| 555 | 2026-08-11T21:37:23.451Z | Downloaded ciborium-io v0.2.2 |
| 556 | 2026-08-11T21:37:23.451Z | Downloaded ciborium-ll v0.2.2 |
| 557 | 2026-08-11T21:37:23.451Z | Downloaded erased-serde v0.3.31 |
| 558 | 2026-08-11T21:37:23.451Z | Downloaded futures-macro v0.3.32 |
| 559 | 2026-08-11T21:37:23.451Z | Downloaded foldhash v0.1.5 |
| 560 | 2026-08-11T21:37:23.451Z | Downloaded block-buffer v0.12.1 |
| 561 | 2026-08-11T21:37:23.451Z | Downloaded cfg_aliases v0.1.1 |
| 562 | 2026-08-11T21:37:23.451Z | Downloaded fallible-iterator v0.2.0 |
| 563 | 2026-08-11T21:37:23.451Z | Downloaded fixedbitset v0.5.7 |
| 564 | 2026-08-11T21:37:23.451Z | Downloaded foldhash v0.2.0 |
| 565 | 2026-08-11T21:37:23.451Z | Downloaded gethostname v0.5.0 |
| 566 | 2026-08-11T21:37:23.451Z | Downloaded fatfs v0.3.6 |
| 567 | 2026-08-11T21:37:23.451Z | Downloaded find-msvc-tools v0.1.9 |
| 568 | 2026-08-11T21:37:23.452Z | Downloaded cfg_aliases v0.2.1 |
| 569 | 2026-08-11T21:37:23.452Z | Downloaded ascii-canvas v3.0.0 |
| 570 | 2026-08-11T21:37:23.452Z | Downloaded home v0.5.12 |
| 571 | 2026-08-11T21:37:23.452Z | Downloaded http-range v0.1.5 |
| 572 | 2026-08-11T21:37:23.452Z | Downloaded hostname v0.3.1 |
| 573 | 2026-08-11T21:37:23.452Z | Downloaded bit-vec v0.6.3 |
| 574 | 2026-08-11T21:37:23.452Z | Downloaded httpdate v1.0.3 |
| 575 | 2026-08-11T21:37:23.452Z | Downloaded hostname v0.4.2 |
| 576 | 2026-08-11T21:37:23.452Z | Downloaded ghash v0.6.0 |
| 577 | 2026-08-11T21:37:23.452Z | Downloaded futures-sink v0.3.32 |
| 578 | 2026-08-11T21:37:23.477Z | Downloaded hubpack_derive v0.1.1 |
| 579 | 2026-08-11T21:37:23.477Z | Downloaded password-hash v0.6.1 |
| 580 | 2026-08-11T21:37:23.477Z | Downloaded phf_shared v0.12.1 |
| 581 | 2026-08-11T21:37:23.477Z | Downloaded foreign-types v0.5.0 |
| 582 | 2026-08-11T21:37:23.477Z | Downloaded flagset v0.4.7 |
| 583 | 2026-08-11T21:37:23.477Z | Downloaded progenitor-macro v0.14.0 |
| 584 | 2026-08-11T21:37:23.477Z | Downloaded proc-macro-crate v1.3.1 |
| 585 | 2026-08-11T21:37:23.477Z | Downloaded hash32 v0.2.1 |
| 586 | 2026-08-11T21:37:23.477Z | Downloaded powerfmt v0.2.0 |
| 587 | 2026-08-11T21:37:23.477Z | Downloaded ff v0.13.1 |
| 588 | 2026-08-11T21:37:23.477Z | Downloaded fixedbitset v0.4.2 |
| 589 | 2026-08-11T21:37:23.477Z | Downloaded group v0.14.0 |
| 590 | 2026-08-11T21:37:23.477Z | Downloaded enum_dispatch v0.3.13 |
| 591 | 2026-08-11T21:37:23.477Z | Downloaded env_logger v0.11.9 |
| 592 | 2026-08-11T21:37:23.477Z | Downloaded futures-executor v0.3.32 |
| 593 | 2026-08-11T21:37:23.477Z | Downloaded backoff v0.4.0 |
| 594 | 2026-08-11T21:37:23.477Z | Downloaded bitfield v0.19.4 |
| 595 | 2026-08-11T21:37:23.477Z | Downloaded block-padding v0.4.2 |
| 596 | 2026-08-11T21:37:23.477Z | Downloaded hyper-staticfile v0.10.1 |
| 597 | 2026-08-11T21:37:23.477Z | Downloaded arrayvec v0.7.6 |
| 598 | 2026-08-11T21:37:23.478Z | Downloaded cipher v0.5.2 |
| 599 | 2026-08-11T21:37:23.478Z | Downloaded cbc v0.2.1 |
| 600 | 2026-08-11T21:37:23.478Z | Downloaded http-body-util v0.1.3 |
| 601 | 2026-08-11T21:37:23.478Z | Downloaded cmov v0.5.4 |
| 602 | 2026-08-11T21:37:23.478Z | Downloaded humantime v2.3.0 |
| 603 | 2026-08-11T21:37:23.480Z | Downloaded compression-codecs v0.4.37 |
| 604 | 2026-08-11T21:37:23.480Z | Downloaded blowfish v0.10.0 |
| 605 | 2026-08-11T21:37:23.480Z | Downloaded aead v0.6.1 |
| 606 | 2026-08-11T21:37:23.480Z | Downloaded buf-list v1.1.2 |
| 607 | 2026-08-11T21:37:23.480Z | Downloaded cipher v0.4.4 |
| 608 | 2026-08-11T21:37:23.480Z | Downloaded constant_time_eq v0.4.2 |
| 609 | 2026-08-11T21:37:23.480Z | Downloaded anstream v0.6.21 |
| 610 | 2026-08-11T21:37:23.481Z | Downloaded cmake v0.1.57 |
| 611 | 2026-08-11T21:37:23.481Z | Downloaded base64ct v1.8.3 |
| 612 | 2026-08-11T21:37:23.481Z | Downloaded cassowary v0.3.0 |
| 613 | 2026-08-11T21:37:23.539Z | Downloaded rustc_version v0.1.7 |
| 614 | 2026-08-11T21:37:23.544Z | Downloaded bs58 v0.5.1 |
| 615 | 2026-08-11T21:37:23.544Z | Downloaded chacha20 v0.9.1 |
| 616 | 2026-08-11T21:37:23.545Z | Downloaded rfc6979 v0.6.0 |
| 617 | 2026-08-11T21:37:23.545Z | Downloaded console v0.15.11 |
| 618 | 2026-08-11T21:37:23.545Z | Downloaded same-file v1.0.6 |
| 619 | 2026-08-11T21:37:23.545Z | Downloaded rfc6979 v0.4.0 |
| 620 | 2026-08-11T21:37:23.548Z | Downloaded serde_bytes v0.11.19 |
| 621 | 2026-08-11T21:37:23.548Z | Downloaded ahash v0.8.12 |
| 622 | 2026-08-11T21:37:23.669Z | Downloaded scroll_derive v0.13.1 |
| 623 | 2026-08-11T21:37:23.669Z | Downloaded siphasher v1.0.2 |
| 624 | 2026-08-11T21:37:23.669Z | Downloaded slog-bunyan v2.5.0 |
| 625 | 2026-08-11T21:37:23.669Z | Downloaded glob v0.3.3 |
| 626 | 2026-08-11T21:37:23.669Z | Downloaded byte-wrapper v0.1.0 |
| 627 | 2026-08-11T21:37:23.669Z | Downloaded oxide-tokio-rt v0.1.4 |
| 628 | 2026-08-11T21:37:23.669Z | Downloaded globset v0.4.18 |
| 629 | 2026-08-11T21:37:23.669Z | Downloaded packed_struct v0.10.1 |
| 630 | 2026-08-11T21:37:23.669Z | Downloaded password-hash v0.5.0 |
| 631 | 2026-08-11T21:37:23.669Z | Downloaded pkcs8 v0.10.2 |
| 632 | 2026-08-11T21:37:23.669Z | Downloaded rustc-hash v2.1.1 |
| 633 | 2026-08-11T21:37:23.669Z | Downloaded fs-err v2.11.0 |
| 634 | 2026-08-11T21:37:23.669Z | Downloaded highway v1.3.0 |
| 635 | 2026-08-11T21:37:23.669Z | Downloaded paste v1.0.15 |
| 636 | 2026-08-11T21:37:23.670Z | Downloaded phf v0.12.1 |
| 637 | 2026-08-11T21:37:23.670Z | Downloaded supports-color v3.0.2 |
| 638 | 2026-08-11T21:37:23.670Z | Downloaded termtree v0.5.1 |
| 639 | 2026-08-11T21:37:23.670Z | Downloaded sigpipe v0.1.3 |
| 640 | 2026-08-11T21:37:23.670Z | Downloaded fs_extra v1.3.0 |
| 641 | 2026-08-11T21:37:23.670Z | Downloaded half v1.8.3 |
| 642 | 2026-08-11T21:37:23.670Z | Downloaded cancel-safe-futures v0.1.5 |
| 643 | 2026-08-11T21:37:23.670Z | Downloaded colored v2.2.0 |
| 644 | 2026-08-11T21:37:23.670Z | Downloaded chacha20 v0.10.0 |
| 645 | 2026-08-11T21:37:23.670Z | Downloaded hybrid-array v0.4.13 |
| 646 | 2026-08-11T21:37:23.670Z | Downloaded filetime v0.2.27 |
| 647 | 2026-08-11T21:37:23.670Z | Downloaded hmac v0.12.1 |
| 648 | 2026-08-11T21:37:23.670Z | Downloaded hyper-rustls v0.27.7 |
| 649 | 2026-08-11T21:37:23.670Z | Downloaded camino-tempfile-ext v0.3.3 |
| 650 | 2026-08-11T21:37:23.670Z | Downloaded clang-sys v1.8.1 |
| 651 | 2026-08-11T21:37:23.670Z | Downloaded async-bb8-diesel v0.2.1 |
| 652 | 2026-08-11T21:37:23.670Z | Downloaded ciborium v0.2.2 |
| 653 | 2026-08-11T21:37:23.670Z | Downloaded getrandom v0.3.4 |
| 654 | 2026-08-11T21:37:23.670Z | Downloaded getrandom v0.2.17 |
| 655 | 2026-08-11T21:37:23.670Z | Downloaded ppv-lite86 v0.2.21 |
| 656 | 2026-08-11T21:37:23.670Z | Downloaded bzip2 v0.6.1 |
| 657 | 2026-08-11T21:37:23.670Z | Downloaded serde_plain v1.0.2 |
| 658 | 2026-08-11T21:37:23.670Z | Downloaded console v0.16.2 |
| 659 | 2026-08-11T21:37:23.670Z | Downloaded progenitor v0.13.0 |
| 660 | 2026-08-11T21:37:23.670Z | Downloaded progenitor v0.14.0 |
| 661 | 2026-08-11T21:37:23.671Z | Downloaded unicode-truncate v1.1.0 |
| 662 | 2026-08-11T21:37:23.671Z | Downloaded utf-8 v0.7.6 |
| 663 | 2026-08-11T21:37:23.671Z | Downloaded rand_core v0.9.5 |
| 664 | 2026-08-11T21:37:23.671Z | Downloaded polyval v0.7.1 |
| 665 | 2026-08-11T21:37:23.671Z | Downloaded rand_core v0.10.0 |
| 666 | 2026-08-11T21:37:23.671Z | Downloaded allocator-api2 v0.2.21 |
| 667 | 2026-08-11T21:37:23.671Z | Downloaded blake2 v0.10.6 |
| 668 | 2026-08-11T21:37:23.671Z | Downloaded tokio-test v0.4.5 |
| 669 | 2026-08-11T21:37:23.671Z | Downloaded semver v0.1.20 |
| 670 | 2026-08-11T21:37:23.671Z | Downloaded strum v0.26.3 |
| 671 | 2026-08-11T21:37:23.746Z | Downloaded serde_repr v0.1.20 |
| 672 | 2026-08-11T21:37:23.746Z | Downloaded time-core v0.1.8 |
| 673 | 2026-08-11T21:37:23.746Z | Downloaded tower-layer v0.3.3 |
| 674 | 2026-08-11T21:37:23.746Z | Downloaded spki v0.7.3 |
| 675 | 2026-08-11T21:37:23.746Z | Downloaded cpubits v0.1.1 |
| 676 | 2026-08-11T21:37:23.747Z | Downloaded cpufeatures v0.3.0 |
| 677 | 2026-08-11T21:37:23.747Z | Downloaded group v0.13.0 |
| 678 | 2026-08-11T21:37:23.747Z | Downloaded darling_macro v0.23.0 |
| 679 | 2026-08-11T21:37:23.747Z | Downloaded slog-scope v4.4.1 |
| 680 | 2026-08-11T21:37:23.747Z | Downloaded num-rational v0.4.2 |
| 681 | 2026-08-11T21:37:23.747Z | Downloaded httparse v1.10.1 |
| 682 | 2026-08-11T21:37:23.747Z | Downloaded hmac v0.13.0 |
| 683 | 2026-08-11T21:37:23.747Z | Downloaded shell-words v1.1.1 |
| 684 | 2026-08-11T21:37:23.747Z | Downloaded universal-hash v0.6.1 |
| 685 | 2026-08-11T21:37:23.747Z | Downloaded strum_macros v0.27.2 |
| 686 | 2026-08-11T21:37:23.747Z | Downloaded tls_codec_derive v0.4.2 |
| 687 | 2026-08-11T21:37:23.747Z | Downloaded tokio-native-tls v0.3.1 |
| 688 | 2026-08-11T21:37:23.747Z | Downloaded defmt-parser v1.0.0 |
| 689 | 2026-08-11T21:37:23.747Z | Downloaded topological-sort v0.2.2 |
| 690 | 2026-08-11T21:37:23.747Z | Downloaded darling_macro v0.21.3 |
| 691 | 2026-08-11T21:37:23.747Z | Downloaded derive_builder_macro v0.20.2 |
| 692 | 2026-08-11T21:37:23.747Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 693 | 2026-08-11T21:37:23.747Z | Downloaded display-error-chain v0.2.2 |
| 694 | 2026-08-11T21:37:23.747Z | Downloaded usdt v0.6.0 |
| 695 | 2026-08-11T21:37:23.747Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 696 | 2026-08-11T21:37:23.747Z | Downloaded embedded-io v0.6.1 |
| 697 | 2026-08-11T21:37:23.748Z | Downloaded ident_case v1.0.1 |
| 698 | 2026-08-11T21:37:23.748Z | Downloaded cstr-argument v0.1.2 |
| 699 | 2026-08-11T21:37:23.748Z | Downloaded futures v0.3.32 |
| 700 | 2026-08-11T21:37:23.748Z | Downloaded futures-channel v0.3.32 |
| 701 | 2026-08-11T21:37:23.748Z | Downloaded backon v1.6.0 |
| 702 | 2026-08-11T21:37:23.748Z | Downloaded bitflags v1.3.2 |
| 703 | 2026-08-11T21:37:23.748Z | Downloaded bzip2 v0.4.4 |
| 704 | 2026-08-11T21:37:23.748Z | Downloaded colored v3.1.1 |
| 705 | 2026-08-11T21:37:23.748Z | Downloaded downcast-rs v2.0.2 |
| 706 | 2026-08-11T21:37:23.748Z | Downloaded dunce v1.0.5 |
| 707 | 2026-08-11T21:37:23.748Z | Downloaded internet-checksum v0.2.1 |
| 708 | 2026-08-11T21:37:23.748Z | Downloaded const-oid v0.10.2 |
| 709 | 2026-08-11T21:37:23.748Z | Downloaded tokio-tungstenite v0.21.0 |
| 710 | 2026-08-11T21:37:23.748Z | Downloaded flume v0.11.1 |
| 711 | 2026-08-11T21:37:23.748Z | Downloaded illumos-nvpair v0.3.0 |
| 712 | 2026-08-11T21:37:23.749Z | Downloaded vergen-lib v0.1.6 |
| 713 | 2026-08-11T21:37:23.749Z | Downloaded compact_str v0.8.1 |
| 714 | 2026-08-11T21:37:23.749Z | Downloaded inout v0.2.2 |
| 715 | 2026-08-11T21:37:23.749Z | Downloaded smallvec v0.6.14 |
| 716 | 2026-08-11T21:37:23.749Z | Downloaded vergen-lib v9.1.0 |
| 717 | 2026-08-11T21:37:23.749Z | Downloaded sha2 v0.11.0 |
| 718 | 2026-08-11T21:37:23.749Z | Downloaded spin v0.9.8 |
| 719 | 2026-08-11T21:37:23.749Z | Downloaded shlex v1.3.0 |
| 720 | 2026-08-11T21:37:23.749Z | Downloaded ctutils v0.4.2 |
| 721 | 2026-08-11T21:37:23.749Z | Downloaded synstructure v0.13.2 |
| 722 | 2026-08-11T21:37:23.749Z | Downloaded multimap v0.10.1 |
| 723 | 2026-08-11T21:37:23.749Z | Downloaded num-iter v0.1.45 |
| 724 | 2026-08-11T21:37:23.749Z | Downloaded kem v0.3.0 |
| 725 | 2026-08-11T21:37:23.749Z | Downloaded maybe-uninit v2.0.0 |
| 726 | 2026-08-11T21:37:23.749Z | Downloaded opaque-debug v0.3.1 |
| 727 | 2026-08-11T21:37:23.749Z | Downloaded linked-hash-map v0.5.6 |
| 728 | 2026-08-11T21:37:23.749Z | Downloaded lzss v0.8.2 |
| 729 | 2026-08-11T21:37:23.749Z | Downloaded memoffset v0.9.1 |
| 730 | 2026-08-11T21:37:23.749Z | Downloaded nodrop v0.1.14 |
| 731 | 2026-08-11T21:37:23.750Z | Downloaded path-slash v0.1.5 |
| 732 | 2026-08-11T21:37:23.750Z | Downloaded defmt-macros v1.0.1 |
| 733 | 2026-08-11T21:37:23.750Z | Downloaded pkcs1 v0.7.5 |
| 734 | 2026-08-11T21:37:23.750Z | Downloaded derive_builder_core v0.20.2 |
| 735 | 2026-08-11T21:37:23.750Z | Downloaded termios v0.3.3 |
| 736 | 2026-08-11T21:37:23.750Z | Downloaded whoami v2.1.0 |
| 737 | 2026-08-11T21:37:23.750Z | Downloaded half v2.7.1 |
| 738 | 2026-08-11T21:37:23.750Z | Downloaded parse-display v0.10.0 |
| 739 | 2026-08-11T21:37:23.750Z | Downloaded unicase v2.9.0 |
| 740 | 2026-08-11T21:37:23.750Z | Downloaded whoami v1.6.1 |
| 741 | 2026-08-11T21:37:23.750Z | Downloaded psl-types v2.0.11 |
| 742 | 2026-08-11T21:37:23.750Z | Downloaded ref-cast-impl v1.0.25 |
| 743 | 2026-08-11T21:37:23.750Z | Downloaded const_format v0.2.35 |
| 744 | 2026-08-11T21:37:23.852Z | Downloaded chacha20poly1305 v0.10.1 |
| 745 | 2026-08-11T21:37:23.852Z | Downloaded bytes v1.11.1 |
| 746 | 2026-08-11T21:37:23.852Z | Downloaded recursive v0.1.1 |
| 747 | 2026-08-11T21:37:23.852Z | Downloaded zstd v0.13.3 |
| 748 | 2026-08-11T21:37:23.852Z | Downloaded cc v1.2.56 |
| 749 | 2026-08-11T21:37:23.852Z | Downloaded vergen v9.1.0 |
| 750 | 2026-08-11T21:37:23.852Z | Downloaded ipnetwork v0.21.1 |
| 751 | 2026-08-11T21:37:23.852Z | Downloaded ingot v0.2.1 |
| 752 | 2026-08-11T21:37:23.852Z | Downloaded predicates-core v1.0.10 |
| 753 | 2026-08-11T21:37:23.852Z | Downloaded generic-array v1.4.3 |
| 754 | 2026-08-11T21:37:23.852Z | Downloaded russh-util v0.52.0 |
| 755 | 2026-08-11T21:37:23.852Z | Downloaded rustc_version v0.4.1 |
| 756 | 2026-08-11T21:37:23.852Z | Downloaded secrecy v0.10.3 |
| 757 | 2026-08-11T21:37:23.852Z | Downloaded seq-macro v0.3.6 |
| 758 | 2026-08-11T21:37:23.852Z | Downloaded slog-envlogger v2.2.0 |
| 759 | 2026-08-11T21:37:23.853Z | Downloaded serde_yaml v0.9.34+deprecated |
| 760 | 2026-08-11T21:37:23.853Z | Downloaded ipnet v2.11.0 |
| 761 | 2026-08-11T21:37:23.853Z | Downloaded hickory-resolver v0.25.2 |
| 762 | 2026-08-11T21:37:23.853Z | Downloaded daft v0.1.7 |
| 763 | 2026-08-11T21:37:23.853Z | Downloaded linear-map v1.2.0 |
| 764 | 2026-08-11T21:37:23.853Z | Downloaded serde-big-array v0.5.1 |
| 765 | 2026-08-11T21:37:23.853Z | Downloaded sha1 v0.11.0 |
| 766 | 2026-08-11T21:37:23.853Z | Downloaded ed25519 v2.2.3 |
| 767 | 2026-08-11T21:37:23.853Z | Downloaded scroll v0.13.0 |
| 768 | 2026-08-11T21:37:23.853Z | Downloaded sync-ptr v0.1.4 |
| 769 | 2026-08-11T21:37:23.853Z | Downloaded sync_wrapper v1.0.2 |
| 770 | 2026-08-11T21:37:23.853Z | Downloaded tabwriter v1.4.1 |
| 771 | 2026-08-11T21:37:23.853Z | Downloaded p384 v0.14.0 |
| 772 | 2026-08-11T21:37:23.853Z | Downloaded expectorate v1.2.0 |
| 773 | 2026-08-11T21:37:23.853Z | Downloaded rayon-core v1.13.0 |
| 774 | 2026-08-11T21:37:23.853Z | Downloaded poly1305 v0.9.0 |
| 775 | 2026-08-11T21:37:23.853Z | Downloaded rcgen v0.12.1 |
| 776 | 2026-08-11T21:37:23.853Z | Downloaded socket2 v0.6.3 |
| 777 | 2026-08-11T21:37:23.853Z | Downloaded static_assertions v1.1.0 |
| 778 | 2026-08-11T21:37:23.853Z | Downloaded keccak v0.2.0 |
| 779 | 2026-08-11T21:37:23.854Z | Downloaded libefi-sys v0.1.0 |
| 780 | 2026-08-11T21:37:23.854Z | Downloaded pem v3.0.6 |
| 781 | 2026-08-11T21:37:23.854Z | Downloaded nanorand v0.7.0 |
| 782 | 2026-08-11T21:37:23.854Z | Downloaded oxide-update-engine v0.1.2 |
| 783 | 2026-08-11T21:37:23.854Z | Downloaded oxnet v0.1.6 |
| 784 | 2026-08-11T21:37:23.854Z | Downloaded structmeta v0.3.0 |
| 785 | 2026-08-11T21:37:23.906Z | Downloaded tinyvec_macros v0.1.1 |
| 786 | 2026-08-11T21:37:23.907Z | Downloaded utf8_iter v1.0.4 |
| 787 | 2026-08-11T21:37:23.907Z | Downloaded primeorder v0.13.6 |
| 788 | 2026-08-11T21:37:23.907Z | Downloaded primeorder v0.14.0 |
| 789 | 2026-08-11T21:37:23.907Z | Downloaded untrusted v0.7.1 |
| 790 | 2026-08-11T21:37:23.907Z | Downloaded heapless v0.7.17 |
| 791 | 2026-08-11T21:37:23.907Z | Downloaded base64 v0.21.7 |
| 792 | 2026-08-11T21:37:23.907Z | Downloaded bumpalo v3.20.2 |
| 793 | 2026-08-11T21:37:23.907Z | Downloaded headers v0.4.1 |
| 794 | 2026-08-11T21:37:23.907Z | Downloaded usdt-macro v0.6.0 |
| 795 | 2026-08-11T21:37:23.907Z | Downloaded xattr v1.6.1 |
| 796 | 2026-08-11T21:37:23.907Z | Downloaded base64 v0.22.1 |
| 797 | 2026-08-11T21:37:23.907Z | Downloaded zerocopy v0.6.6 |
| 798 | 2026-08-11T21:37:23.907Z | Downloaded zone v0.3.1 |
| 799 | 2026-08-11T21:37:23.907Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 800 | 2026-08-11T21:37:23.907Z | Downloaded dirs-next v2.0.0 |
| 801 | 2026-08-11T21:37:23.907Z | Downloaded unit-prefix v0.5.2 |
| 802 | 2026-08-11T21:37:23.907Z | Downloaded zerofrom v0.1.6 |
| 803 | 2026-08-11T21:37:23.907Z | Downloaded zeroize_derive v1.5.0 |
| 804 | 2026-08-11T21:37:23.907Z | Downloaded heapless v0.8.0 |
| 805 | 2026-08-11T21:37:23.907Z | Downloaded hickory-resolver v0.24.4 |
| 806 | 2026-08-11T21:37:23.907Z | Downloaded slog-term v2.9.2 |
| 807 | 2026-08-11T21:37:23.907Z | Downloaded zopfli v0.8.3 |
| 808 | 2026-08-11T21:37:23.907Z | Downloaded darling v0.21.3 |
| 809 | 2026-08-11T21:37:23.908Z | Downloaded smf v0.2.3 |
| 810 | 2026-08-11T21:37:23.908Z | Downloaded want v0.3.1 |
| 811 | 2026-08-11T21:37:23.908Z | Downloaded thiserror-no-std v2.0.2 |
| 812 | 2026-08-11T21:37:23.908Z | Downloaded darling_macro v0.20.11 |
| 813 | 2026-08-11T21:37:23.908Z | Downloaded jiff-static v0.2.34 |
| 814 | 2026-08-11T21:37:23.908Z | Downloaded prefix-trie v0.7.0 |
| 815 | 2026-08-11T21:37:23.908Z | Downloaded quinn v0.11.11 |
| 816 | 2026-08-11T21:37:23.908Z | Downloaded ed25519 v3.0.0 |
| 817 | 2026-08-11T21:37:23.908Z | Downloaded psm v0.1.30 |
| 818 | 2026-08-11T21:37:23.908Z | Downloaded pin-project-lite v0.2.17 |
| 819 | 2026-08-11T21:37:23.908Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 820 | 2026-08-11T21:37:23.908Z | Downloaded tui-tree-widget v0.23.1 |
| 821 | 2026-08-11T21:37:23.908Z | Downloaded darling_macro v0.13.4 |
| 822 | 2026-08-11T21:37:23.908Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 823 | 2026-08-11T21:37:23.908Z | Downloaded inout v0.1.4 |
| 824 | 2026-08-11T21:37:23.908Z | Downloaded lru-cache v0.1.2 |
| 825 | 2026-08-11T21:37:23.908Z | Downloaded rusty-fork v0.3.1 |
| 826 | 2026-08-11T21:37:23.908Z | Downloaded schemars_derive v0.8.22 |
| 827 | 2026-08-11T21:37:23.908Z | Downloaded match_cfg v0.1.0 |
| 828 | 2026-08-11T21:37:23.908Z | Downloaded new_debug_unreachable v1.0.6 |
| 829 | 2026-08-11T21:37:23.908Z | Downloaded newtype_derive v0.1.6 |
| 830 | 2026-08-11T21:37:23.908Z | Downloaded async-compression v0.4.41 |
| 831 | 2026-08-11T21:37:23.908Z | Downloaded schemars v0.9.0 |
| 832 | 2026-08-11T21:37:23.909Z | Downloaded parking_lot v0.11.2 |
| 833 | 2026-08-11T21:37:23.909Z | Downloaded num-bigint v0.4.6 |
| 834 | 2026-08-11T21:37:23.909Z | Downloaded string_cache v0.8.9 |
| 835 | 2026-08-11T21:37:23.909Z | Downloaded strum_macros v0.26.4 |
| 836 | 2026-08-11T21:37:23.909Z | Downloaded xshell v0.2.7 |
| 837 | 2026-08-11T21:37:23.909Z | Downloaded walkdir v2.5.0 |
| 838 | 2026-08-11T21:37:23.960Z | Downloaded olpc-cjson v0.1.4 |
| 839 | 2026-08-11T21:37:23.960Z | Downloaded mime v0.3.17 |
| 840 | 2026-08-11T21:37:23.960Z | Downloaded packed_struct_codegen v0.10.1 |
| 841 | 2026-08-11T21:37:23.960Z | Downloaded csv-core v0.1.13 |
| 842 | 2026-08-11T21:37:23.960Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 843 | 2026-08-11T21:37:23.960Z | Downloaded indexmap v1.9.3 |
| 844 | 2026-08-11T21:37:23.960Z | Downloaded dirs-sys-next v0.1.2 |
| 845 | 2026-08-11T21:37:23.960Z | Downloaded typify v0.6.2 |
| 846 | 2026-08-11T21:37:23.960Z | Downloaded snafu v0.8.9 |
| 847 | 2026-08-11T21:37:23.960Z | Downloaded either v1.15.0 |
| 848 | 2026-08-11T21:37:23.961Z | Downloaded zerotrie v0.2.3 |
| 849 | 2026-08-11T21:37:23.961Z | Downloaded ecdsa v0.16.9 |
| 850 | 2026-08-11T21:37:23.961Z | Downloaded num-traits v0.2.19 |
| 851 | 2026-08-11T21:37:23.961Z | Downloaded omicron-zone-package v0.12.3 |
| 852 | 2026-08-11T21:37:23.961Z | Downloaded serde_with_macros v3.21.0 |
| 853 | 2026-08-11T21:37:23.961Z | Downloaded smallvec v1.15.1 |
| 854 | 2026-08-11T21:37:23.961Z | Downloaded scheduled-thread-pool v0.2.7 |
| 855 | 2026-08-11T21:37:23.961Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 856 | 2026-08-11T21:37:23.961Z | Downloaded percent-encoding v2.3.2 |
| 857 | 2026-08-11T21:37:23.962Z | Downloaded vsss-rs v3.3.4 |
| 858 | 2026-08-11T21:37:23.962Z | Downloaded signature v2.2.0 |
| 859 | 2026-08-11T21:37:23.962Z | Downloaded ena v0.14.4 |
| 860 | 2026-08-11T21:37:23.962Z | Downloaded indoc v1.0.9 |
| 861 | 2026-08-11T21:37:23.962Z | Downloaded libloading v0.8.9 |
| 862 | 2026-08-11T21:37:23.962Z | Downloaded hashbrown v0.12.3 |
| 863 | 2026-08-11T21:37:23.962Z | Downloaded convert_case v0.10.0 |
| 864 | 2026-08-11T21:37:23.962Z | Downloaded nibble_vec v0.1.0 |
| 865 | 2026-08-11T21:37:23.962Z | Downloaded postcard v1.1.3 |
| 866 | 2026-08-11T21:37:23.962Z | Downloaded tracing-attributes v0.1.31 |
| 867 | 2026-08-11T21:37:23.984Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 868 | 2026-08-11T21:37:23.984Z | Downloaded russh-cryptovec v0.62.0 |
| 869 | 2026-08-11T21:37:23.984Z | Downloaded rustls-webpki v0.103.13 |
| 870 | 2026-08-11T21:37:23.984Z | Downloaded module-lattice v0.2.3 |
| 871 | 2026-08-11T21:37:23.984Z | Downloaded tagptr v0.2.0 |
| 872 | 2026-08-11T21:37:23.984Z | Downloaded try-lock v0.2.5 |
| 873 | 2026-08-11T21:37:23.984Z | Downloaded typify-macro v0.6.2 |
| 874 | 2026-08-11T21:37:24.039Z | Downloaded aes v0.9.1 |
| 875 | 2026-08-11T21:37:24.039Z | Downloaded oxide-update-engine-display v0.1.2 |
| 876 | 2026-08-11T21:37:24.039Z | Downloaded darling v0.23.0 |
| 877 | 2026-08-11T21:37:24.039Z | Downloaded ref-cast v1.0.25 |
| 878 | 2026-08-11T21:37:24.039Z | Downloaded waitgroup v0.1.2 |
| 879 | 2026-08-11T21:37:24.039Z | Downloaded crunchy v0.2.4 |
| 880 | 2026-08-11T21:37:24.039Z | Downloaded libbz2-rs-sys v0.2.2 |
| 881 | 2026-08-11T21:37:24.039Z | Downloaded miniz_oxide v0.8.9 |
| 882 | 2026-08-11T21:37:24.039Z | Downloaded aho-corasick v1.1.4 |
| 883 | 2026-08-11T21:37:24.039Z | Downloaded crypto-bigint v0.5.5 |
| 884 | 2026-08-11T21:37:24.039Z | Downloaded serde-hex v0.1.0 |
| 885 | 2026-08-11T21:37:24.040Z | Downloaded strsim v0.10.0 |
| 886 | 2026-08-11T21:37:24.040Z | Downloaded dyn-clone v1.0.20 |
| 887 | 2026-08-11T21:37:24.040Z | Downloaded strip-ansi-escapes v0.2.1 |
| 888 | 2026-08-11T21:37:24.040Z | Downloaded unicode-xid v0.2.6 |
| 889 | 2026-08-11T21:37:24.040Z | Downloaded tiny-keccak v2.0.2 |
| 890 | 2026-08-11T21:37:24.040Z | Downloaded litemap v0.8.1 |
| 891 | 2026-08-11T21:37:24.040Z | Downloaded num-integer v0.1.46 |
| 892 | 2026-08-11T21:37:24.040Z | Downloaded slab v0.4.12 |
| 893 | 2026-08-11T21:37:24.040Z | Downloaded slog-json v2.6.1 |
| 894 | 2026-08-11T21:37:24.040Z | Downloaded hashbrown v0.13.2 |
| 895 | 2026-08-11T21:37:24.139Z | Downloaded steno v0.4.1 |
| 896 | 2026-08-11T21:37:24.139Z | Downloaded tungstenite v0.21.0 |
| 897 | 2026-08-11T21:37:24.139Z | Downloaded keccak v0.1.6 |
| 898 | 2026-08-11T21:37:24.139Z | Downloaded peg v0.8.5 |
| 899 | 2026-08-11T21:37:24.139Z | Downloaded tinystr v0.8.2 |
| 900 | 2026-08-11T21:37:24.139Z | Downloaded yansi v1.0.1 |
| 901 | 2026-08-11T21:37:24.140Z | Downloaded maplit v1.0.2 |
| 902 | 2026-08-11T21:37:24.140Z | Downloaded md-5 v0.10.6 |
| 903 | 2026-08-11T21:37:24.140Z | Downloaded normalize-line-endings v0.3.0 |
| 904 | 2026-08-11T21:37:24.140Z | Downloaded pem-rfc7468 v1.0.0 |
| 905 | 2026-08-11T21:37:24.140Z | Downloaded pkg-config v0.3.32 |
| 906 | 2026-08-11T21:37:24.140Z | Downloaded tokio-tungstenite v0.23.1 |
| 907 | 2026-08-11T21:37:24.140Z | Downloaded poly1305 v0.8.0 |
| 908 | 2026-08-11T21:37:24.140Z | Downloaded vergen-gitcl v1.0.8 |
| 909 | 2026-08-11T21:37:24.140Z | Downloaded pkcs8 v0.11.0 |
| 910 | 2026-08-11T21:37:24.140Z | Downloaded derive-where v1.6.0 |
| 911 | 2026-08-11T21:37:24.140Z | Downloaded dropshot_endpoint v0.17.1 |
| 912 | 2026-08-11T21:37:24.140Z | Downloaded progenitor-extras v0.2.0 |
| 913 | 2026-08-11T21:37:24.140Z | Downloaded rand_core v0.6.4 |
| 914 | 2026-08-11T21:37:24.140Z | Downloaded publicsuffix v2.3.0 |
| 915 | 2026-08-11T21:37:24.140Z | Downloaded yoke v0.8.1 |
| 916 | 2026-08-11T21:37:24.140Z | Downloaded critical-section v1.2.0 |
| 917 | 2026-08-11T21:37:24.140Z | Downloaded cookie_store v0.22.1 |
| 918 | 2026-08-11T21:37:24.140Z | Downloaded cookie v0.18.1 |
| 919 | 2026-08-11T21:37:24.140Z | Downloaded crossbeam-channel v0.5.15 |
| 920 | 2026-08-11T21:37:24.141Z | Downloaded defmt v0.3.100 |
| 921 | 2026-08-11T21:37:24.141Z | Downloaded minimal-lexical v0.2.1 |
| 922 | 2026-08-11T21:37:24.141Z | Downloaded serde_with_macros v1.5.2 |
| 923 | 2026-08-11T21:37:24.141Z | Downloaded daft-derive v0.1.7 |
| 924 | 2026-08-11T21:37:24.141Z | Downloaded icu_locale_core v2.1.1 |
| 925 | 2026-08-11T21:37:24.141Z | Downloaded crossbeam-utils v0.8.21 |
| 926 | 2026-08-11T21:37:24.141Z | Downloaded sapling-renderdag v0.1.0 |
| 927 | 2026-08-11T21:37:24.141Z | Downloaded p521 v0.14.0 |
| 928 | 2026-08-11T21:37:24.141Z | Downloaded darling_core v0.21.3 |
| 929 | 2026-08-11T21:37:24.141Z | Downloaded der_derive v0.7.3 |
| 930 | 2026-08-11T21:37:24.213Z | Downloaded num_threads v0.1.7 |
| 931 | 2026-08-11T21:37:24.213Z | Downloaded num-derive v0.4.2 |
| 932 | 2026-08-11T21:37:24.213Z | Downloaded openssl-probe v0.1.6 |
| 933 | 2026-08-11T21:37:24.213Z | Downloaded displaydoc v0.2.5 |
| 934 | 2026-08-11T21:37:24.213Z | Downloaded signal-hook-mio v0.2.5 |
| 935 | 2026-08-11T21:37:24.213Z | Downloaded spki v0.8.0 |
| 936 | 2026-08-11T21:37:24.213Z | Downloaded tokio-dtrace v0.1.1 |
| 937 | 2026-08-11T21:37:24.213Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 938 | 2026-08-11T21:37:24.213Z | Downloaded lazy_static v1.5.0 |
| 939 | 2026-08-11T21:37:24.213Z | Downloaded nom v8.0.0 |
| 940 | 2026-08-11T21:37:24.213Z | Downloaded lock_api v0.4.14 |
| 941 | 2026-08-11T21:37:24.213Z | Downloaded multer v3.1.0 |
| 942 | 2026-08-11T21:37:24.213Z | Downloaded predicates-tree v1.0.13 |
| 943 | 2026-08-11T21:37:24.213Z | Downloaded libsw v3.5.0 |
| 944 | 2026-08-11T21:37:24.213Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 945 | 2026-08-11T21:37:24.213Z | Downloaded native-tls v0.2.18 |
| 946 | 2026-08-11T21:37:24.213Z | Downloaded num-complex v0.4.6 |
| 947 | 2026-08-11T21:37:24.213Z | Downloaded sponge-cursor v0.1.0 |
| 948 | 2026-08-11T21:37:24.213Z | Downloaded testing_table v0.3.0 |
| 949 | 2026-08-11T21:37:24.214Z | Downloaded http v1.4.2 |
| 950 | 2026-08-11T21:37:24.214Z | Downloaded hickory-server v0.25.2 |
| 951 | 2026-08-11T21:37:24.214Z | Downloaded pkcs5 v0.8.1 |
| 952 | 2026-08-11T21:37:24.214Z | Downloaded toml_edit v0.19.15 |
| 953 | 2026-08-11T21:37:24.214Z | Downloaded yasna v0.5.2 |
| 954 | 2026-08-11T21:37:24.214Z | Downloaded peg-macros v0.8.5 |
| 955 | 2026-08-11T21:37:24.214Z | Downloaded phf v0.13.1 |
| 956 | 2026-08-11T21:37:24.214Z | Downloaded tower-service v0.3.3 |
| 957 | 2026-08-11T21:37:24.214Z | Downloaded ryu v1.0.23 |
| 958 | 2026-08-11T21:37:24.214Z | Downloaded universal-hash v0.5.1 |
| 959 | 2026-08-11T21:37:24.214Z | Downloaded serde_cbor v0.11.2 |
| 960 | 2026-08-11T21:37:24.214Z | Downloaded zerofrom-derive v0.1.6 |
| 961 | 2026-08-11T21:37:24.214Z | Downloaded writeable v0.6.2 |
| 962 | 2026-08-11T21:37:24.214Z | Downloaded tungstenite v0.23.0 |
| 963 | 2026-08-11T21:37:24.214Z | Downloaded crucible-workspace-hack v0.1.0 |
| 964 | 2026-08-11T21:37:24.214Z | Downloaded quinn-udp v0.5.14 |
| 965 | 2026-08-11T21:37:24.214Z | Downloaded diesel_derives v2.3.7 |
| 966 | 2026-08-11T21:37:24.214Z | Downloaded iana-time-zone v0.1.65 |
| 967 | 2026-08-11T21:37:24.214Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 968 | 2026-08-11T21:37:24.214Z | Downloaded tap v1.0.1 |
| 969 | 2026-08-11T21:37:24.214Z | Downloaded crypto-common v0.2.2 |
| 970 | 2026-08-11T21:37:24.214Z | Downloaded icu_collections v2.1.1 |
| 971 | 2026-08-11T21:37:24.214Z | Downloaded md5 v0.8.0 |
| 972 | 2026-08-11T21:37:24.214Z | Downloaded phf_shared v0.11.3 |
| 973 | 2026-08-11T21:37:24.214Z | Downloaded des v0.9.0 |
| 974 | 2026-08-11T21:37:24.214Z | Downloaded sec1 v0.7.3 |
| 975 | 2026-08-11T21:37:24.215Z | Downloaded serde_path_to_error v0.1.20 |
| 976 | 2026-08-11T21:37:24.215Z | Downloaded stringprep v0.1.5 |
| 977 | 2026-08-11T21:37:24.215Z | Downloaded wait-timeout v0.2.1 |
| 978 | 2026-08-11T21:37:24.271Z | Downloaded debug-ignore v1.0.5 |
| 979 | 2026-08-11T21:37:24.271Z | Downloaded rustyline v14.0.0 |
| 980 | 2026-08-11T21:37:24.271Z | Downloaded digest-io v0.1.0 |
| 981 | 2026-08-11T21:37:24.271Z | Downloaded signal-hook-registry v1.4.8 |
| 982 | 2026-08-11T21:37:24.271Z | Downloaded instant v0.1.13 |
| 983 | 2026-08-11T21:37:24.272Z | Downloaded openssl-probe v0.2.1 |
| 984 | 2026-08-11T21:37:24.272Z | Downloaded unicode-segmentation v1.12.0 |
| 985 | 2026-08-11T21:37:24.272Z | Downloaded zerovec v0.11.5 |
| 986 | 2026-08-11T21:37:24.272Z | Downloaded rtoolbox v0.0.3 |
| 987 | 2026-08-11T21:37:24.272Z | Downloaded pin-project-internal v1.1.11 |
| 988 | 2026-08-11T21:37:24.272Z | Downloaded lru v0.12.5 |
| 989 | 2026-08-11T21:37:24.272Z | Downloaded sha1 v0.10.6 |
| 990 | 2026-08-11T21:37:24.272Z | Downloaded tokio-postgres v0.7.16 |
| 991 | 2026-08-11T21:37:24.272Z | Downloaded icu_provider v2.1.1 |
| 992 | 2026-08-11T21:37:24.272Z | Downloaded parking_lot_core v0.8.6 |
| 993 | 2026-08-11T21:37:24.272Z | Downloaded zstd-safe v7.2.4 |
| 994 | 2026-08-11T21:37:24.272Z | Downloaded diesel-dtrace v0.5.0 |
| 995 | 2026-08-11T21:37:24.272Z | Downloaded libsw-core v0.3.2 |
| 996 | 2026-08-11T21:37:24.272Z | Downloaded radium v0.7.0 |
| 997 | 2026-08-11T21:37:24.272Z | Downloaded rand_chacha v0.3.1 |
| 998 | 2026-08-11T21:37:24.272Z | Downloaded void v1.0.2 |
| 999 | 2026-08-11T21:37:24.272Z | Downloaded crc v3.4.0 |
| 1000 | 2026-08-11T21:37:24.272Z | Downloaded progenitor-impl v0.13.0 |
| 1001 | 2026-08-11T21:37:24.622Z | Downloaded slog-dtrace v0.3.0 |
| 1002 | 2026-08-11T21:37:24.622Z | Downloaded parking_lot_core v0.9.12 |
| 1003 | 2026-08-11T21:37:24.622Z | Downloaded tar v0.4.46 |
| 1004 | 2026-08-11T21:37:24.622Z | Downloaded num_enum_derive v0.7.6 |
| 1005 | 2026-08-11T21:37:24.623Z | Downloaded tokio-macros v2.7.0 |
| 1006 | 2026-08-11T21:37:24.623Z | Downloaded zone_cfg_derive v0.3.1 |
| 1007 | 2026-08-11T21:37:24.623Z | Downloaded embedded-io v0.4.0 |
| 1008 | 2026-08-11T21:37:24.623Z | Downloaded difflib v0.4.0 |
| 1009 | 2026-08-11T21:37:24.623Z | Downloaded rsa v0.10.0-rc.18 |
| 1010 | 2026-08-11T21:37:24.623Z | Downloaded hashbrown v0.15.5 |
| 1011 | 2026-08-11T21:37:24.623Z | Downloaded is-terminal v0.4.17 |
| 1012 | 2026-08-11T21:37:24.623Z | Downloaded unicode-properties v0.1.4 |
| 1013 | 2026-08-11T21:37:24.623Z | Downloaded jiff-core v0.1.0 |
| 1014 | 2026-08-11T21:37:24.623Z | Downloaded uuid v1.23.4 |
| 1015 | 2026-08-11T21:37:24.623Z | Downloaded zip v0.6.6 |
| 1016 | 2026-08-11T21:37:24.623Z | Downloaded postgres-protocol v0.6.10 |
| 1017 | 2026-08-11T21:37:24.623Z | Downloaded defmt v1.0.1 |
| 1018 | 2026-08-11T21:37:24.623Z | Downloaded wyz v0.5.1 |
| 1019 | 2026-08-11T21:37:24.623Z | Downloaded wnaf v0.14.0 |
| 1020 | 2026-08-11T21:37:24.623Z | Downloaded indent_write v2.2.0 |
| 1021 | 2026-08-11T21:37:24.623Z | Downloaded icu_normalizer_data v2.1.1 |
| 1022 | 2026-08-11T21:37:24.623Z | Downloaded serdect v0.4.3 |
| 1023 | 2026-08-11T21:37:24.623Z | Downloaded strum_macros v0.24.3 |
| 1024 | 2026-08-11T21:37:24.623Z | Downloaded sqlformat v0.3.5 |
| 1025 | 2026-08-11T21:37:24.623Z | Downloaded indoc v2.0.7 |
| 1026 | 2026-08-11T21:37:24.623Z | Downloaded num-conv v0.2.0 |
| 1027 | 2026-08-11T21:37:24.624Z | Downloaded peg-runtime v0.8.5 |
| 1028 | 2026-08-11T21:37:24.624Z | Downloaded rand_xorshift v0.4.0 |
| 1029 | 2026-08-11T21:37:24.624Z | Downloaded serde_spanned v1.1.1 |
| 1030 | 2026-08-11T21:37:24.624Z | Downloaded samael v0.0.19 |
| 1031 | 2026-08-11T21:37:24.624Z | Downloaded schemars v1.2.1 |
| 1032 | 2026-08-11T21:37:24.667Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1033 | 2026-08-11T21:37:24.667Z | Downloaded rand v0.10.1 |
| 1034 | 2026-08-11T21:37:24.667Z | Downloaded signal-hook v0.3.18 |
| 1035 | 2026-08-11T21:37:24.667Z | Downloaded thread_local v1.1.9 |
| 1036 | 2026-08-11T21:37:24.667Z | Downloaded socket2 v0.5.10 |
| 1037 | 2026-08-11T21:37:24.667Z | Downloaded postgres-types v0.2.12 |
| 1038 | 2026-08-11T21:37:24.667Z | Downloaded rand_chacha v0.9.0 |
| 1039 | 2026-08-11T21:37:24.667Z | Downloaded pbkdf2 v0.13.0 |
| 1040 | 2026-08-11T21:37:24.667Z | Downloaded signal-hook-tokio v0.3.1 |
| 1041 | 2026-08-11T21:37:24.667Z | Downloaded sqlparser_derive v0.5.0 |
| 1042 | 2026-08-11T21:37:24.667Z | Downloaded indicatif v0.18.4 |
| 1043 | 2026-08-11T21:37:24.667Z | Downloaded aes-gcm v0.11.0 |
| 1044 | 2026-08-11T21:37:24.667Z | Downloaded darling v0.13.4 |
| 1045 | 2026-08-11T21:37:24.667Z | Downloaded p256 v0.14.0 |
| 1046 | 2026-08-11T21:37:24.668Z | Downloaded ssh-cipher v0.3.0 |
| 1047 | 2026-08-11T21:37:24.669Z | Downloaded subprocess v0.2.15 |
| 1048 | 2026-08-11T21:37:24.669Z | Downloaded corncobs v0.1.4 |
| 1049 | 2026-08-11T21:37:24.669Z | Downloaded derive-ex v0.1.8 |
| 1050 | 2026-08-11T21:37:24.669Z | Downloaded scopeguard v1.2.0 |
| 1051 | 2026-08-11T21:37:24.669Z | Downloaded jobserver v0.1.34 |
| 1052 | 2026-08-11T21:37:24.669Z | Downloaded rand v0.8.6 |
| 1053 | 2026-08-11T21:37:24.669Z | Downloaded trait-variant v0.1.2 |
| 1054 | 2026-08-11T21:37:24.669Z | Downloaded derive_more v0.99.20 |
| 1055 | 2026-08-11T21:37:24.669Z | Downloaded elliptic-curve v0.13.8 |
| 1056 | 2026-08-11T21:37:24.669Z | Downloaded scrypt v0.12.0 |
| 1057 | 2026-08-11T21:37:24.669Z | Downloaded rustversion v1.0.22 |
| 1058 | 2026-08-11T21:37:24.669Z | Downloaded phc v0.6.1 |
| 1059 | 2026-08-11T21:37:24.669Z | Downloaded rustls-pemfile v2.2.0 |
| 1060 | 2026-08-11T21:37:24.669Z | Downloaded pem-rfc7468 v0.7.0 |
| 1061 | 2026-08-11T21:37:24.669Z | Downloaded hkdf v0.12.4 |
| 1062 | 2026-08-11T21:37:24.669Z | Downloaded is_ci v1.2.0 |
| 1063 | 2026-08-11T21:37:24.669Z | Downloaded lalrpop-util v0.19.12 |
| 1064 | 2026-08-11T21:37:24.669Z | Downloaded libscf-sys v1.2.0 |
| 1065 | 2026-08-11T21:37:24.669Z | Downloaded oso-derive v0.27.3 |
| 1066 | 2026-08-11T21:37:24.669Z | Downloaded nonempty v0.12.0 |
| 1067 | 2026-08-11T21:37:24.669Z | Downloaded structmeta-derive v0.3.0 |
| 1068 | 2026-08-11T21:37:24.669Z | Downloaded unarray v0.1.4 |
| 1069 | 2026-08-11T21:37:24.669Z | Downloaded darling v0.20.11 |
| 1070 | 2026-08-11T21:37:24.669Z | Downloaded crc-catalog v2.4.0 |
| 1071 | 2026-08-11T21:37:24.670Z | Downloaded elliptic-curve v0.14.1 |
| 1072 | 2026-08-11T21:37:24.670Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1073 | 2026-08-11T21:37:24.670Z | Downloaded slog-async v2.8.0 |
| 1074 | 2026-08-11T21:37:24.670Z | Downloaded zeroize v1.9.0 |
| 1075 | 2026-08-11T21:37:24.670Z | Downloaded schemars v0.8.22 |
| 1076 | 2026-08-11T21:37:24.670Z | Downloaded progenitor-client v0.14.0 |
| 1077 | 2026-08-11T21:37:24.670Z | Downloaded mime_guess v2.0.5 |
| 1078 | 2026-08-11T21:37:24.670Z | Downloaded progenitor-impl v0.14.0 |
| 1079 | 2026-08-11T21:37:24.670Z | Downloaded dsl_auto_type v0.2.0 |
| 1080 | 2026-08-11T21:37:24.670Z | Downloaded time-macros v0.2.27 |
| 1081 | 2026-08-11T21:37:24.670Z | Downloaded yoke-derive v0.8.1 |
| 1082 | 2026-08-11T21:37:24.670Z | Downloaded xshell-macros v0.2.7 |
| 1083 | 2026-08-11T21:37:24.670Z | Downloaded hashbrown v0.16.1 |
| 1084 | 2026-08-11T21:37:24.670Z | Downloaded zerovec-derive v0.11.2 |
| 1085 | 2026-08-11T21:37:24.670Z | Downloaded crossterm v0.28.1 |
| 1086 | 2026-08-11T21:37:24.670Z | Downloaded idna_adapter v1.2.1 |
| 1087 | 2026-08-11T21:37:24.670Z | Downloaded darling_core v0.20.11 |
| 1088 | 2026-08-11T21:37:24.670Z | Downloaded r2d2 v0.8.10 |
| 1089 | 2026-08-11T21:37:24.670Z | Downloaded resolv-conf v0.7.6 |
| 1090 | 2026-08-11T21:37:24.670Z | Downloaded secrecy v0.8.0 |
| 1091 | 2026-08-11T21:37:24.670Z | Downloaded qorb v0.4.1 |
| 1092 | 2026-08-11T21:37:24.670Z | Downloaded take_mut v0.2.2 |
| 1093 | 2026-08-11T21:37:24.670Z | Downloaded progenitor-client v0.13.0 |
| 1094 | 2026-08-11T21:37:24.670Z | Downloaded futures-util v0.3.32 |
| 1095 | 2026-08-11T21:37:24.670Z | Downloaded similar v2.7.0 |
| 1096 | 2026-08-11T21:37:24.670Z | Downloaded tinyvec v1.10.0 |
| 1097 | 2026-08-11T21:37:24.670Z | Downloaded tokio-rustls v0.26.4 |
| 1098 | 2026-08-11T21:37:24.670Z | Downloaded term v0.7.0 |
| 1099 | 2026-08-11T21:37:24.670Z | Downloaded quick-error v1.2.3 |
| 1100 | 2026-08-11T21:37:24.670Z | Downloaded instability v0.3.11 |
| 1101 | 2026-08-11T21:37:24.670Z | Downloaded stable_deref_trait v1.2.1 |
| 1102 | 2026-08-11T21:37:24.670Z | Downloaded phf_shared v0.13.1 |
| 1103 | 2026-08-11T21:37:24.671Z | Downloaded rand v0.9.2 |
| 1104 | 2026-08-11T21:37:24.671Z | Downloaded h2 v0.4.15 |
| 1105 | 2026-08-11T21:37:24.671Z | Downloaded ron v0.8.1 |
| 1106 | 2026-08-11T21:37:24.671Z | Downloaded predicates v3.1.4 |
| 1107 | 2026-08-11T21:37:24.671Z | Downloaded rand_seeder v0.4.0 |
| 1108 | 2026-08-11T21:37:24.671Z | Downloaded support-bundle-viewer v0.1.2 |
| 1109 | 2026-08-11T21:37:24.671Z | Downloaded derive_more-impl v2.1.1 |
| 1110 | 2026-08-11T21:37:24.671Z | Downloaded blake3 v1.8.5 |
| 1111 | 2026-08-11T21:37:24.671Z | Downloaded tls_codec v0.4.2 |
| 1112 | 2026-08-11T21:37:24.671Z | Downloaded ctr v0.10.1 |
| 1113 | 2026-08-11T21:37:24.671Z | Downloaded memmap2 v0.9.10 |
| 1114 | 2026-08-11T21:37:24.671Z | Downloaded litrs v1.0.0 |
| 1115 | 2026-08-11T21:37:24.671Z | Downloaded prettyplease v0.2.37 |
| 1116 | 2026-08-11T21:37:24.671Z | Downloaded bitvec v1.0.1 |
| 1117 | 2026-08-11T21:37:24.671Z | Downloaded owo-colors v4.3.0 |
| 1118 | 2026-08-11T21:37:24.671Z | Downloaded managed v0.8.0 |
| 1119 | 2026-08-11T21:37:24.671Z | Downloaded lru-slab v0.1.2 |
| 1120 | 2026-08-11T21:37:24.671Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1121 | 2026-08-11T21:37:24.671Z | Downloaded hkdf v0.13.0 |
| 1122 | 2026-08-11T21:37:24.671Z | Downloaded serde_derive_internals v0.29.1 |
| 1123 | 2026-08-11T21:37:24.671Z | Downloaded hyper v1.10.1 |
| 1124 | 2026-08-11T21:37:24.671Z | Downloaded oso v0.27.3 |
| 1125 | 2026-08-11T21:37:24.671Z | Downloaded simd-adler32 v0.3.8 |
| 1126 | 2026-08-11T21:37:24.671Z | Downloaded usdt-attr-macro v0.6.0 |
| 1127 | 2026-08-11T21:37:24.671Z | Downloaded papergrid v0.18.0 |
| 1128 | 2026-08-11T21:37:24.671Z | Downloaded crc8 v0.1.1 |
| 1129 | 2026-08-11T21:37:24.671Z | Downloaded dtrace-parser v0.3.0 |
| 1130 | 2026-08-11T21:37:24.671Z | Downloaded tokio-util v0.7.18 |
| 1131 | 2026-08-11T21:37:24.671Z | Downloaded derive_more v2.1.1 |
| 1132 | 2026-08-11T21:37:24.791Z | Downloaded slog-stdlog v4.1.1 |
| 1133 | 2026-08-11T21:37:24.791Z | Downloaded precomputed-hash v0.1.1 |
| 1134 | 2026-08-11T21:37:24.791Z | Downloaded digest v0.11.3 |
| 1135 | 2026-08-11T21:37:24.791Z | Downloaded ed25519-dalek v2.2.0 |
| 1136 | 2026-08-11T21:37:24.791Z | Downloaded rustls-pki-types v1.14.0 |
| 1137 | 2026-08-11T21:37:24.791Z | Downloaded dof v0.4.0 |
| 1138 | 2026-08-11T21:37:24.791Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1139 | 2026-08-11T21:37:24.791Z | Downloaded parse-display-derive v0.10.0 |
| 1140 | 2026-08-11T21:37:24.791Z | Downloaded der v0.8.0 |
| 1141 | 2026-08-11T21:37:24.791Z | Downloaded aws-lc-rs v1.16.3 |
| 1142 | 2026-08-11T21:37:24.791Z | Downloaded drift v0.2.0 |
| 1143 | 2026-08-11T21:37:24.792Z | Downloaded unicode-bidi v0.3.18 |
| 1144 | 2026-08-11T21:37:24.792Z | Downloaded uzers v0.12.2 |
| 1145 | 2026-08-11T21:37:24.792Z | Downloaded toml v0.7.8 |
| 1146 | 2026-08-11T21:37:24.792Z | Downloaded sec1 v0.8.1 |
| 1147 | 2026-08-11T21:37:24.792Z | Downloaded serde_urlencoded v0.7.1 |
| 1148 | 2026-08-11T21:37:24.792Z | Downloaded strum v0.27.2 |
| 1149 | 2026-08-11T21:37:24.792Z | Downloaded rand_pcg v0.10.2 |
| 1150 | 2026-08-11T21:37:24.792Z | Downloaded document-features v0.2.12 |
| 1151 | 2026-08-11T21:37:24.792Z | Downloaded crc32fast v1.5.0 |
| 1152 | 2026-08-11T21:37:24.792Z | Downloaded potential_utf v0.1.4 |
| 1153 | 2026-08-11T21:37:24.792Z | Downloaded pretty_assertions v1.4.1 |
| 1154 | 2026-08-11T21:37:24.792Z | Downloaded delegate v0.13.5 |
| 1155 | 2026-08-11T21:37:24.792Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1156 | 2026-08-11T21:37:24.792Z | Downloaded ml-kem v0.3.2 |
| 1157 | 2026-08-11T21:37:24.792Z | Downloaded num_enum v0.5.11 |
| 1158 | 2026-08-11T21:37:24.792Z | Downloaded rustls-native-certs v0.8.3 |
| 1159 | 2026-08-11T21:37:24.792Z | Downloaded diff v0.1.13 |
| 1160 | 2026-08-11T21:37:24.792Z | Downloaded ingot-types v0.2.0 |
| 1161 | 2026-08-11T21:37:24.792Z | Downloaded proc-macro-crate v3.4.0 |
| 1162 | 2026-08-11T21:37:24.792Z | Downloaded zerocopy-derive v0.8.40 |
| 1163 | 2026-08-11T21:37:24.793Z | Downloaded signature v3.0.0 |
| 1164 | 2026-08-11T21:37:24.793Z | Downloaded rpassword v7.5.4 |
| 1165 | 2026-08-11T21:37:24.793Z | Downloaded kstat-rs v0.2.5 |
| 1166 | 2026-08-11T21:37:24.793Z | Downloaded darling_core v0.13.4 |
| 1167 | 2026-08-11T21:37:24.793Z | Downloaded icu_properties v2.1.2 |
| 1168 | 2026-08-11T21:37:24.793Z | Downloaded progenitor-macro v0.13.0 |
| 1169 | 2026-08-11T21:37:24.793Z | Downloaded subtle v2.6.1 |
| 1170 | 2026-08-11T21:37:24.793Z | Downloaded thread-id v5.1.0 |
| 1171 | 2026-08-11T21:37:24.793Z | Downloaded newline-converter v0.3.0 |
| 1172 | 2026-08-11T21:37:24.793Z | Downloaded deranged v0.5.8 |
| 1173 | 2026-08-11T21:37:24.793Z | Downloaded untrusted v0.9.0 |
| 1174 | 2026-08-11T21:37:24.793Z | Downloaded parse-size v1.1.0 |
| 1175 | 2026-08-11T21:37:24.793Z | Downloaded primefield v0.14.0 |
| 1176 | 2026-08-11T21:37:24.793Z | Downloaded term v1.2.1 |
| 1177 | 2026-08-11T21:37:24.793Z | Downloaded unicode_categories v0.1.1 |
| 1178 | 2026-08-11T21:37:24.793Z | Downloaded winnow v0.5.40 |
| 1179 | 2026-08-11T21:37:24.793Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1180 | 2026-08-11T21:37:24.793Z | Downloaded chrono v0.4.45 |
| 1181 | 2026-08-11T21:37:24.793Z | Downloaded vergen-git2 v9.1.0 |
| 1182 | 2026-08-11T21:37:24.793Z | Downloaded scuffle v0.1.0 |
| 1183 | 2026-08-11T21:37:24.793Z | Downloaded parking_lot v0.12.5 |
| 1184 | 2026-08-11T21:37:24.794Z | Downloaded tokio-stream v0.1.18 |
| 1185 | 2026-08-11T21:37:24.794Z | Downloaded tower-http v0.6.8 |
| 1186 | 2026-08-11T21:37:24.794Z | Downloaded darling_core v0.23.0 |
| 1187 | 2026-08-11T21:37:24.794Z | Downloaded reedline v0.40.0 |
| 1188 | 2026-08-11T21:37:24.794Z | Downloaded nu-ansi-term v0.50.3 |
| 1189 | 2026-08-11T21:37:24.794Z | Downloaded snafu-derive v0.8.9 |
| 1190 | 2026-08-11T21:37:24.794Z | Downloaded num_enum v0.7.6 |
| 1191 | 2026-08-11T21:37:24.794Z | Downloaded ssh-encoding v0.3.0 |
| 1192 | 2026-08-11T21:37:24.794Z | Downloaded test-strategy v0.4.5 |
| 1193 | 2026-08-11T21:37:24.794Z | Downloaded vte v0.14.1 |
| 1194 | 2026-08-11T21:37:24.794Z | Downloaded crossbeam-deque v0.8.6 |
| 1195 | 2026-08-11T21:37:24.794Z | Downloaded itertools v0.12.1 |
| 1196 | 2026-08-11T21:37:24.794Z | Downloaded bstr v1.12.1 |
| 1197 | 2026-08-11T21:37:24.794Z | Downloaded crossbeam-epoch v0.9.18 |
| 1198 | 2026-08-11T21:37:24.794Z | Downloaded ed25519-dalek v3.0.0 |
| 1199 | 2026-08-11T21:37:24.794Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-08-11T21:37:24.794Z | Downloaded pin-project v1.1.11 |
| 1201 | 2026-08-11T21:37:24.794Z | Downloaded stacker v0.1.23 |
| 1202 | 2026-08-11T21:37:24.794Z | Downloaded newtype-uuid v1.3.2 |
| 1203 | 2026-08-11T21:37:24.794Z | Downloaded unicode-normalization v0.1.25 |
| 1204 | 2026-08-11T21:37:24.794Z | Downloaded regex v1.12.3 |
| 1205 | 2026-08-11T21:37:24.794Z | Downloaded openssl-sys v0.9.117 |
| 1206 | 2026-08-11T21:37:24.795Z | Downloaded crc-any v2.5.0 |
| 1207 | 2026-08-11T21:37:24.795Z | Downloaded twox-hash v2.1.2 |
| 1208 | 2026-08-11T21:37:24.795Z | Downloaded proc-macro-error2 v2.0.1 |
| 1209 | 2026-08-11T21:37:24.795Z | Downloaded data-encoding v2.10.0 |
| 1210 | 2026-08-11T21:37:24.798Z | Downloaded quinn-proto v0.11.16 |
| 1211 | 2026-08-11T21:37:24.798Z | Downloaded tracing-core v0.1.36 |
| 1212 | 2026-08-11T21:37:24.798Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1213 | 2026-08-11T21:37:24.798Z | Downloaded iddqd v0.4.2 |
| 1214 | 2026-08-11T21:37:24.798Z | Downloaded iri-string v0.7.10 |
| 1215 | 2026-08-11T21:37:24.798Z | Downloaded url v2.5.8 |
| 1216 | 2026-08-11T21:37:24.798Z | Downloaded ecdsa v0.17.0 |
| 1217 | 2026-08-11T21:37:24.799Z | Downloaded unsafe-libyaml v0.2.11 |
| 1218 | 2026-08-11T21:37:24.799Z | Downloaded port-file v0.1.0 |
| 1219 | 2026-08-11T21:37:24.856Z | Downloaded ignore v0.4.25 |
| 1220 | 2026-08-11T21:37:24.856Z | Downloaded dropshot-api-manager v0.7.2 |
| 1221 | 2026-08-11T21:37:24.856Z | Downloaded num-bigint-dig v0.8.6 |
| 1222 | 2026-08-11T21:37:24.856Z | Downloaded usdt-impl v0.6.0 |
| 1223 | 2026-08-11T21:37:24.856Z | Downloaded salsa20 v0.11.0 |
| 1224 | 2026-08-11T21:37:24.856Z | Downloaded hyper-util v0.1.20 |
| 1225 | 2026-08-11T21:37:24.856Z | Downloaded rawzip v0.4.4 |
| 1226 | 2026-08-11T21:37:24.856Z | Downloaded ingot-macros v0.2.0 |
| 1227 | 2026-08-11T21:37:24.856Z | Downloaded crossterm v0.29.0 |
| 1228 | 2026-08-11T21:37:24.856Z | Downloaded typed-path v0.9.3 |
| 1229 | 2026-08-11T21:37:24.856Z | Downloaded derive_builder v0.20.2 |
| 1230 | 2026-08-11T21:37:24.857Z | Downloaded quick-xml v0.37.5 |
| 1231 | 2026-08-11T21:37:24.914Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1232 | 2026-08-11T21:37:24.914Z | Downloaded reqwest v0.13.2 |
| 1233 | 2026-08-11T21:37:24.914Z | Downloaded rsa v0.9.10 |
| 1234 | 2026-08-11T21:37:24.914Z | Downloaded git2 v0.20.4 |
| 1235 | 2026-08-11T21:37:24.914Z | Downloaded tough v0.22.0 |
| 1236 | 2026-08-11T21:37:24.915Z | Downloaded portable-atomic v1.13.1 |
| 1237 | 2026-08-11T21:37:24.915Z | Downloaded slog v2.8.2 |
| 1238 | 2026-08-11T21:37:24.915Z | Downloaded icu_normalizer v2.1.1 |
| 1239 | 2026-08-11T21:37:24.974Z | Downloaded der v0.7.10 |
| 1240 | 2026-08-11T21:37:24.974Z | Downloaded zip v4.6.1 |
| 1241 | 2026-08-11T21:37:24.974Z | Downloaded openssl v0.10.80 |
| 1242 | 2026-08-11T21:37:24.975Z | Downloaded tabled v0.21.0 |
| 1243 | 2026-08-11T21:37:24.975Z | Downloaded serde_with v3.21.0 |
| 1244 | 2026-08-11T21:37:24.975Z | Downloaded time v0.3.47 |
| 1245 | 2026-08-11T21:37:24.975Z | Downloaded icu_properties_data v2.1.2 |
| 1246 | 2026-08-11T21:37:24.975Z | Downloaded itertools v0.13.0 |
| 1247 | 2026-08-11T21:37:24.975Z | Downloaded object v0.37.3 |
| 1248 | 2026-08-11T21:37:25.026Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1249 | 2026-08-11T21:37:25.026Z | Downloaded rayon v1.11.0 |
| 1250 | 2026-08-11T21:37:25.026Z | Downloaded object v0.30.4 |
| 1251 | 2026-08-11T21:37:25.026Z | Downloaded russh v0.62.4 |
| 1252 | 2026-08-11T21:37:25.026Z | Downloaded winnow v1.0.3 |
| 1253 | 2026-08-11T21:37:25.026Z | Downloaded lalrpop v0.19.12 |
| 1254 | 2026-08-11T21:37:25.026Z | Downloaded salty v0.3.0 |
| 1255 | 2026-08-11T21:37:25.026Z | Downloaded itertools v0.15.0 |
| 1256 | 2026-08-11T21:37:25.026Z | Downloaded itertools v0.10.5 |
| 1257 | 2026-08-11T21:37:25.026Z | Downloaded openapiv3 v2.2.0 |
| 1258 | 2026-08-11T21:37:25.026Z | Downloaded nom v7.1.3 |
| 1259 | 2026-08-11T21:37:25.026Z | Downloaded itertools v0.14.0 |
| 1260 | 2026-08-11T21:37:25.026Z | Downloaded libxml v0.3.3 |
| 1261 | 2026-08-11T21:37:25.026Z | Downloaded goblin v0.10.5 |
| 1262 | 2026-08-11T21:37:25.026Z | Downloaded x509-cert v0.2.5 |
| 1263 | 2026-08-11T21:37:25.045Z | Downloaded crypto-bigint v0.7.5 |
| 1264 | 2026-08-11T21:37:25.045Z | Downloaded sha3 v0.12.0 |
| 1265 | 2026-08-11T21:37:25.045Z | Downloaded moka v0.12.13 |
| 1266 | 2026-08-11T21:37:25.045Z | Downloaded tower v0.5.3 |
| 1267 | 2026-08-11T21:37:25.045Z | Downloaded regress v0.10.5 |
| 1268 | 2026-08-11T21:37:25.045Z | Downloaded libm v0.2.16 |
| 1269 | 2026-08-11T21:37:25.045Z | Downloaded zerocopy v0.8.40 |
| 1270 | 2026-08-11T21:37:25.045Z | Downloaded mio v1.2.0 |
| 1271 | 2026-08-11T21:37:25.045Z | Downloaded serde_with v1.14.0 |
| 1272 | 2026-08-11T21:37:25.074Z | Downloaded radix_trie v0.2.1 |
| 1273 | 2026-08-11T21:37:25.114Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-08-11T21:37:28.794Z | Downloaded idna v1.1.0 |
| 1275 | 2026-08-11T21:37:28.794Z | Downloaded rustls v0.23.41 |
| 1276 | 2026-08-11T21:37:28.795Z | Downloaded dropshot v0.17.1 |
| 1277 | 2026-08-11T21:37:28.795Z | Downloaded petname v2.0.2 |
| 1278 | 2026-08-11T21:37:28.795Z | Downloaded curve25519-dalek v5.0.0 |
| 1279 | 2026-08-11T21:37:28.795Z | Downloaded crypto-primes v0.7.2 |
| 1280 | 2026-08-11T21:37:28.875Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-08-11T21:37:28.875Z | Downloaded p384 v0.13.1 |
| 1282 | 2026-08-11T21:37:28.876Z | Downloaded reqwest v0.12.28 |
| 1283 | 2026-08-11T21:37:28.876Z | Downloaded proptest v1.11.0 |
| 1284 | 2026-08-11T21:37:28.876Z | Downloaded winnow v0.6.26 |
| 1285 | 2026-08-11T21:37:28.876Z | Downloaded sled v0.34.7 |
| 1286 | 2026-08-11T21:37:28.876Z | Downloaded polar-core v0.27.3 |
| 1287 | 2026-08-11T21:37:28.876Z | Downloaded vcpkg v0.2.15 |
| 1288 | 2026-08-11T21:37:28.876Z | Downloaded sqlparser v0.61.0 |
| 1289 | 2026-08-11T21:37:28.876Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1290 | 2026-08-11T21:37:28.876Z | Downloaded regress v0.11.1 |
| 1291 | 2026-08-11T21:37:28.876Z | Downloaded nix v0.28.0 |
| 1292 | 2026-08-11T21:37:28.876Z | Downloaded sha3 v0.11.0 |
| 1293 | 2026-08-11T21:37:28.876Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-08-11T21:37:28.876Z | Downloaded hickory-proto v0.25.2 |
| 1295 | 2026-08-11T21:37:28.876Z | Downloaded zlib-rs v0.6.2 |
| 1296 | 2026-08-11T21:37:28.876Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-08-11T21:37:28.876Z | Downloaded hickory-proto v0.24.4 |
| 1298 | 2026-08-11T21:37:28.876Z | Downloaded jiff v0.2.34 |
| 1299 | 2026-08-11T21:37:28.876Z | Downloaded nix v0.27.1 |
| 1300 | 2026-08-11T21:37:28.876Z | Downloaded nix v0.31.2 |
| 1301 | 2026-08-11T21:37:28.876Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-08-11T21:37:28.876Z | Downloaded rustix v0.38.44 |
| 1303 | 2026-08-11T21:37:28.876Z | Downloaded regex-syntax v0.6.29 |
| 1304 | 2026-08-11T21:37:28.876Z | Downloaded smoltcp v0.11.0 |
| 1305 | 2026-08-11T21:37:28.876Z | Downloaded curve25519-dalek v4.1.3 |
| 1306 | 2026-08-11T21:37:28.876Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-08-11T21:37:28.876Z | Downloaded tracing v0.1.44 |
| 1308 | 2026-08-11T21:37:28.876Z | Downloaded csv v1.4.0 |
| 1309 | 2026-08-11T21:37:28.876Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-08-11T21:37:28.876Z | Downloaded tokio v1.52.1 |
| 1311 | 2026-08-11T21:37:28.876Z | Downloaded diesel v2.3.7 |
| 1312 | 2026-08-11T21:37:28.876Z | Downloaded ratatui v0.29.0 |
| 1313 | 2026-08-11T21:37:28.876Z | Downloaded typify-impl v0.6.2 |
| 1314 | 2026-08-11T21:37:28.876Z | Downloaded petgraph v0.6.5 |
| 1315 | 2026-08-11T21:37:28.876Z | Downloaded petgraph v0.8.3 |
| 1316 | 2026-08-11T21:37:28.876Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-08-11T21:37:28.876Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1318 | 2026-08-11T21:37:28.876Z | Downloaded encoding_rs v0.8.35 |
| 1319 | 2026-08-11T21:37:28.877Z | Downloaded ring v0.17.14 |
| 1320 | 2026-08-11T21:37:28.877Z | Downloaded aws-lc-sys v0.40.0 |
| 1321 | 2026-08-11T21:37:28.877Z | Compiling libc v0.2.185 |
| 1322 | 2026-08-11T21:37:28.877Z | Compiling serde_core v1.0.228 |
| 1323 | 2026-08-11T21:37:28.877Z | Compiling serde v1.0.228 |
| 1324 | 2026-08-11T21:37:28.877Z | Compiling log v0.4.29 |
| 1325 | 2026-08-11T21:37:28.877Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-08-11T21:37:28.877Z | Compiling shlex v1.3.0 |
| 1327 | 2026-08-11T21:37:28.877Z | Compiling find-msvc-tools v0.1.9 |
| 1328 | 2026-08-11T21:37:28.877Z | Compiling syn v2.0.117 |
| 1329 | 2026-08-11T21:37:28.877Z | Compiling subtle v2.6.1 |
| 1330 | 2026-08-11T21:37:28.877Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-08-11T21:37:28.877Z | Compiling stable_deref_trait v1.2.1 |
| 1332 | 2026-08-11T21:37:28.877Z | Compiling typenum v1.20.1 |
| 1333 | 2026-08-11T21:37:28.877Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-08-11T21:37:28.877Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-08-11T21:37:28.877Z | Compiling portable-atomic v1.13.1 |
| 1336 | 2026-08-11T21:37:28.877Z | Compiling serde_json v1.0.151 |
| 1337 | 2026-08-11T21:37:28.877Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-08-11T21:37:28.877Z | Compiling libm v0.2.16 |
| 1339 | 2026-08-11T21:37:28.877Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-08-11T21:37:28.877Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-08-11T21:37:28.877Z | Compiling errno v0.3.14 |
| 1342 | 2026-08-11T21:37:28.877Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-08-11T21:37:28.877Z | Compiling getrandom v0.2.17 |
| 1344 | 2026-08-11T21:37:28.877Z | Compiling rand_core v0.6.4 |
| 1345 | 2026-08-11T21:37:28.877Z | Compiling cc v1.2.56 |
| 1346 | 2026-08-11T21:37:28.877Z | Compiling generic-array v0.14.7 |
| 1347 | 2026-08-11T21:37:28.877Z | Compiling const-oid v0.9.6 |
| 1348 | 2026-08-11T21:37:28.877Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-08-11T21:37:28.877Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-08-11T21:37:28.877Z | Compiling pin-project-lite v0.2.17 |
| 1351 | 2026-08-11T21:37:28.877Z | Compiling parking_lot_core v0.9.12 |
| 1352 | 2026-08-11T21:37:28.878Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-08-11T21:37:28.878Z | Compiling signal-hook-registry v1.4.8 |
| 1354 | 2026-08-11T21:37:28.878Z | Compiling futures-core v0.3.32 |
| 1355 | 2026-08-11T21:37:28.878Z | Compiling percent-encoding v2.3.2 |
| 1356 | 2026-08-11T21:37:28.878Z | Compiling bitflags v2.11.0 |
| 1357 | 2026-08-11T21:37:28.878Z | Compiling writeable v0.6.2 |
| 1358 | 2026-08-11T21:37:28.878Z | Compiling litemap v0.8.1 |
| 1359 | 2026-08-11T21:37:28.878Z | Compiling semver v1.0.28 |
| 1360 | 2026-08-11T21:37:28.878Z | Compiling parking_lot v0.12.5 |
| 1361 | 2026-08-11T21:37:28.917Z | Compiling mio v1.2.0 |
| 1362 | 2026-08-11T21:37:28.917Z | Compiling icu_normalizer_data v2.1.1 |
| 1363 | 2026-08-11T21:37:28.918Z | Compiling icu_properties_data v2.1.2 |
| 1364 | 2026-08-11T21:37:29.044Z | Compiling socket2 v0.6.3 |
| 1365 | 2026-08-11T21:37:29.086Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-08-11T21:37:29.155Z | Compiling synstructure v0.13.2 |
| 1367 | 2026-08-11T21:37:29.172Z | Compiling futures-sink v0.3.32 |
| 1368 | 2026-08-11T21:37:29.242Z | Compiling indexmap v2.14.0 |
| 1369 | 2026-08-11T21:37:29.273Z | Compiling futures-channel v0.3.32 |
| 1370 | 2026-08-11T21:37:29.287Z | Compiling rustix v1.1.3 |
| 1371 | 2026-08-11T21:37:29.482Z | Compiling futures-io v0.3.32 |
| 1372 | 2026-08-11T21:37:29.516Z | Compiling utf8_iter v1.0.4 |
| 1373 | 2026-08-11T21:37:29.604Z | Compiling futures-task v0.3.32 |
| 1374 | 2026-08-11T21:37:29.622Z | Compiling slab v0.4.12 |
| 1375 | 2026-08-11T21:37:29.817Z | Compiling form_urlencoded v1.2.2 |
| 1376 | 2026-08-11T21:37:29.834Z | Compiling rustversion v1.0.22 |
| 1377 | 2026-08-11T21:37:29.848Z | Compiling iana-time-zone v0.1.65 |
| 1378 | 2026-08-11T21:37:29.862Z | Compiling base64ct v1.8.3 |
| 1379 | 2026-08-11T21:37:29.939Z | Compiling cmake v0.1.57 |
| 1380 | 2026-08-11T21:37:29.984Z | Compiling fs_extra v1.3.0 |
| 1381 | 2026-08-11T21:37:30.014Z | Compiling flagset v0.4.7 |
| 1382 | 2026-08-11T21:37:30.045Z | Compiling ident_case v1.0.1 |
| 1383 | 2026-08-11T21:37:30.149Z | Compiling pem-rfc7468 v0.7.0 |
| 1384 | 2026-08-11T21:37:30.149Z | Compiling dunce v1.0.5 |
| 1385 | 2026-08-11T21:37:30.192Z | Compiling regex-syntax v0.8.10 |
| 1386 | 2026-08-11T21:37:30.249Z | Compiling rand_core v0.9.5 |
| 1387 | 2026-08-11T21:37:30.263Z | Compiling uuid v1.23.4 |
| 1388 | 2026-08-11T21:37:30.340Z | Compiling aws-lc-sys v0.40.0 |
| 1389 | 2026-08-11T21:37:30.454Z | Compiling base64 v0.22.1 |
| 1390 | 2026-08-11T21:37:30.587Z | Compiling syn v1.0.109 |
| 1391 | 2026-08-11T21:37:30.798Z | Compiling vcpkg v0.2.15 |
| 1392 | 2026-08-11T21:37:30.816Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2026-08-11T21:37:30.891Z | Compiling rustc_version v0.4.1 |
| 1394 | 2026-08-11T21:37:30.968Z | Compiling tracing-core v0.1.36 |
| 1395 | 2026-08-11T21:37:30.986Z | Compiling serde_derive v1.0.228 |
| 1396 | 2026-08-11T21:37:31.136Z | Compiling zeroize_derive v1.5.0 |
| 1397 | 2026-08-11T21:37:31.215Z | Compiling zerofrom-derive v0.1.6 |
| 1398 | 2026-08-11T21:37:31.529Z | Compiling zerocopy-derive v0.8.40 |
| 1399 | 2026-08-11T21:37:31.543Z | Compiling yoke-derive v0.8.1 |
| 1400 | 2026-08-11T21:37:31.753Z | Compiling zerovec-derive v0.11.2 |
| 1401 | 2026-08-11T21:37:31.836Z | Compiling zeroize v1.9.0 |
| 1402 | 2026-08-11T21:37:32.050Z | Compiling displaydoc v0.2.5 |
| 1403 | 2026-08-11T21:37:32.664Z | Compiling zerofrom v0.1.6 |
| 1404 | 2026-08-11T21:37:32.781Z | Compiling tokio-macros v2.7.0 |
| 1405 | 2026-08-11T21:37:32.789Z | Compiling yoke v0.8.1 |
| 1406 | 2026-08-11T21:37:32.828Z | Compiling futures-macro v0.3.32 |
| 1407 | 2026-08-11T21:37:32.921Z | Compiling thiserror-impl v2.0.18 |
| 1408 | 2026-08-11T21:37:32.988Z | Compiling zerovec v0.11.5 |
| 1409 | 2026-08-11T21:37:33.283Z | Compiling zerotrie v0.2.3 |
| 1410 | 2026-08-11T21:37:33.551Z | Compiling tinystr v0.8.2 |
| 1411 | 2026-08-11T21:37:33.749Z | Compiling potential_utf v0.1.4 |
| 1412 | 2026-08-11T21:37:33.749Z | Compiling block-buffer v0.10.4 |
| 1413 | 2026-08-11T21:37:33.905Z | Compiling icu_locale_core v2.1.1 |
| 1414 | 2026-08-11T21:37:33.905Z | Compiling icu_collections v2.1.1 |
| 1415 | 2026-08-11T21:37:33.905Z | Compiling crypto-common v0.1.7 |
| 1416 | 2026-08-11T21:37:33.905Z | Compiling futures-util v0.3.32 |
| 1417 | 2026-08-11T21:37:33.923Z | Compiling digest v0.10.7 |
| 1418 | 2026-08-11T21:37:34.107Z | Compiling der_derive v0.7.3 |
| 1419 | 2026-08-11T21:37:34.258Z | Compiling openssl-sys v0.9.117 |
| 1420 | 2026-08-11T21:37:34.449Z | Compiling icu_provider v2.1.1 |
| 1421 | 2026-08-11T21:37:34.585Z | Compiling bytes v1.11.1 |
| 1422 | 2026-08-11T21:37:34.585Z | Compiling icu_normalizer v2.1.1 |
| 1423 | 2026-08-11T21:37:34.637Z | Compiling icu_properties v2.1.2 |
| 1424 | 2026-08-11T21:37:34.830Z | Compiling chrono v0.4.45 |
| 1425 | 2026-08-11T21:37:35.201Z | Compiling tokio v1.52.1 |
| 1426 | 2026-08-11T21:37:35.343Z | Compiling der v0.7.10 |
| 1427 | 2026-08-11T21:37:35.343Z | Compiling thiserror v2.0.18 |
| 1428 | 2026-08-11T21:37:35.428Z | Compiling http v1.4.2 |
| 1429 | 2026-08-11T21:37:35.649Z | Compiling idna_adapter v1.2.1 |
| 1430 | 2026-08-11T21:37:35.797Z | Compiling idna v1.1.0 |
| 1431 | 2026-08-11T21:37:35.993Z | Compiling ppv-lite86 v0.2.21 |
| 1432 | 2026-08-11T21:37:36.059Z | Compiling spki v0.7.3 |
| 1433 | 2026-08-11T21:37:36.117Z | Compiling url v2.5.8 |
| 1434 | 2026-08-11T21:37:36.231Z | Compiling tracing-attributes v0.1.31 |
| 1435 | 2026-08-11T21:37:36.342Z | Compiling rand_chacha v0.9.0 |
| 1436 | 2026-08-11T21:37:36.351Z | Compiling aws-lc-rs v1.16.3 |
| 1437 | 2026-08-11T21:37:36.351Z | Compiling schemars v0.8.22 |
| 1438 | 2026-08-11T21:37:36.452Z | Compiling dyn-clone v1.0.20 |
| 1439 | 2026-08-11T21:37:36.534Z | Compiling cpufeatures v0.2.17 |
| 1440 | 2026-08-11T21:37:36.593Z | Compiling rand v0.9.2 |
| 1441 | 2026-08-11T21:37:36.607Z | Compiling pkcs8 v0.10.2 |
| 1442 | 2026-08-11T21:37:36.619Z | Compiling http-body v1.0.1 |
| 1443 | 2026-08-11T21:37:36.836Z | Compiling rustls-pki-types v1.14.0 |
| 1444 | 2026-08-11T21:37:36.856Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-08-11T21:37:36.969Z | Compiling spin v0.9.8 |
| 1446 | 2026-08-11T21:37:37.205Z | Compiling tinyvec_macros v0.1.1 |
| 1447 | 2026-08-11T21:37:37.250Z | Compiling cmov v0.5.4 |
| 1448 | 2026-08-11T21:37:37.277Z | Compiling httparse v1.10.1 |
| 1449 | 2026-08-11T21:37:37.336Z | Compiling crc32fast v1.5.0 |
| 1450 | 2026-08-11T21:37:37.468Z | Compiling openssl-probe v0.2.1 |
| 1451 | 2026-08-11T21:37:37.500Z | Compiling tracing v0.1.44 |
| 1452 | 2026-08-11T21:37:37.622Z | Compiling ctutils v0.4.2 |
| 1453 | 2026-08-11T21:37:37.640Z | Compiling tempfile v3.25.0 |
| 1454 | 2026-08-11T21:37:37.655Z | Compiling tinyvec v1.10.0 |
| 1455 | 2026-08-11T21:37:37.763Z | Compiling pest_generator v2.8.6 |
| 1456 | 2026-08-11T21:37:37.842Z | Compiling sha2 v0.10.9 |
| 1457 | 2026-08-11T21:37:37.985Z | Compiling aho-corasick v1.1.4 |
| 1458 | 2026-08-11T21:37:38.002Z | Compiling tower-layer v0.3.3 |
| 1459 | 2026-08-11T21:37:38.197Z | Compiling radium v0.7.0 |
| 1460 | 2026-08-11T21:37:38.398Z | Compiling tower-service v0.3.3 |
| 1461 | 2026-08-11T21:37:38.424Z | Compiling atomic-waker v1.1.2 |
| 1462 | 2026-08-11T21:37:38.492Z | Compiling try-lock v0.2.5 |
| 1463 | 2026-08-11T21:37:38.545Z | Compiling untrusted v0.7.1 |
| 1464 | 2026-08-11T21:37:38.597Z | Compiling want v0.3.1 |
| 1465 | 2026-08-11T21:37:38.667Z | Compiling pest_derive v2.8.6 |
| 1466 | 2026-08-11T21:37:38.759Z | Compiling regex-automata v0.4.14 |
| 1467 | 2026-08-11T21:37:39.106Z | Compiling tokio-util v0.7.18 |
| 1468 | 2026-08-11T21:37:39.138Z | Compiling hybrid-array v0.4.13 |
| 1469 | 2026-08-11T21:37:39.624Z | Compiling ipnet v2.11.0 |
| 1470 | 2026-08-11T21:37:39.841Z | Compiling h2 v0.4.15 |
| 1471 | 2026-08-11T21:37:39.943Z | Compiling scroll_derive v0.13.1 |
| 1472 | 2026-08-11T21:37:40.150Z | Compiling darling_core v0.20.11 |
| 1473 | 2026-08-11T21:37:40.165Z | Compiling simd-adler32 v0.3.8 |
| 1474 | 2026-08-11T21:37:40.408Z | Compiling httpdate v1.0.3 |
| 1475 | 2026-08-11T21:37:40.641Z | Compiling tap v1.0.1 |
| 1476 | 2026-08-11T21:37:40.653Z | Compiling foreign-types-shared v0.1.1 |
| 1477 | 2026-08-11T21:37:40.795Z | Compiling untrusted v0.9.0 |
| 1478 | 2026-08-11T21:37:40.800Z | Compiling openssl v0.10.80 |
| 1479 | 2026-08-11T21:37:40.800Z | Compiling maybe-uninit v2.0.0 |
| 1480 | 2026-08-11T21:37:40.800Z | Compiling rustls v0.23.41 |
| 1481 | 2026-08-11T21:37:40.859Z | Compiling scroll v0.13.0 |
| 1482 | 2026-08-11T21:37:40.948Z | Compiling wyz v0.5.1 |
| 1483 | 2026-08-11T21:37:40.992Z | Compiling foreign-types v0.3.2 |
| 1484 | 2026-08-11T21:37:41.073Z | Compiling unicode-normalization v0.1.25 |
| 1485 | 2026-08-11T21:37:41.134Z | Compiling rand_chacha v0.3.1 |
| 1486 | 2026-08-11T21:37:41.256Z | Compiling hex v0.4.3 |
| 1487 | 2026-08-11T21:37:41.526Z | Compiling signature v2.2.0 |
| 1488 | 2026-08-11T21:37:41.532Z | Compiling openssl-macros v0.1.1 |
| 1489 | 2026-08-11T21:37:41.532Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-08-11T21:37:41.721Z | Compiling terminal_size v0.4.3 |
| 1491 | 2026-08-11T21:37:41.863Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1492 | 2026-08-11T21:37:41.896Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1493 | 2026-08-11T21:37:41.913Z | Compiling num-integer v0.1.46 |
| 1494 | 2026-08-11T21:37:42.133Z | Compiling wait-timeout v0.2.1 |
| 1495 | 2026-08-11T21:37:42.222Z | Compiling ahash v0.8.12 |
| 1496 | 2026-08-11T21:37:42.275Z | Compiling num-bigint-dig v0.8.6 |
| 1497 | 2026-08-11T21:37:42.395Z | Compiling adler2 v2.0.1 |
| 1498 | 2026-08-11T21:37:42.409Z | Compiling darling_macro v0.20.11 |
| 1499 | 2026-08-11T21:37:42.422Z | Compiling native-tls v0.2.18 |
| 1500 | 2026-08-11T21:37:42.454Z | Compiling time-core v0.1.8 |
| 1501 | 2026-08-11T21:37:42.523Z | Compiling bit-vec v0.8.0 |
| 1502 | 2026-08-11T21:37:42.599Z | Compiling funty v2.0.0 |
| 1503 | 2026-08-11T21:37:42.615Z | Compiling packed_struct v0.10.1 |
| 1504 | 2026-08-11T21:37:42.751Z | Compiling powerfmt v0.2.0 |
| 1505 | 2026-08-11T21:37:42.766Z | Compiling num-conv v0.2.0 |
| 1506 | 2026-08-11T21:37:42.856Z | Compiling quick-error v1.2.3 |
| 1507 | 2026-08-11T21:37:42.883Z | Compiling darling v0.20.11 |
| 1508 | 2026-08-11T21:37:42.896Z | Compiling time-macros v0.2.27 |
| 1509 | 2026-08-11T21:37:42.909Z | Compiling deranged v0.5.8 |
| 1510 | 2026-08-11T21:37:42.947Z | Compiling hyper v1.10.1 |
| 1511 | 2026-08-11T21:37:42.961Z | Compiling rusty-fork v0.3.1 |
| 1512 | 2026-08-11T21:37:42.965Z | Compiling bitvec v1.0.1 |
| 1513 | 2026-08-11T21:37:43.171Z | Compiling clap_builder v4.6.0 |
| 1514 | 2026-08-11T21:37:43.279Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-08-11T21:37:43.385Z | Compiling bit-set v0.8.0 |
| 1516 | 2026-08-11T21:37:43.566Z | Compiling miniz_oxide v0.8.9 |
| 1517 | 2026-08-11T21:37:43.953Z | Compiling num-iter v0.1.45 |
| 1518 | 2026-08-11T21:37:44.063Z | Compiling hyper-util v0.1.20 |
| 1519 | 2026-08-11T21:37:44.375Z | Compiling rand v0.8.6 |
| 1520 | 2026-08-11T21:37:44.573Z | Compiling goblin v0.10.5 |
| 1521 | 2026-08-11T21:37:44.713Z | Compiling packed_struct_codegen v0.10.1 |
| 1522 | 2026-08-11T21:37:45.188Z | Compiling lazy_static v1.5.0 |
| 1523 | 2026-08-11T21:37:45.283Z | Compiling serde_spanned v0.6.9 |
| 1524 | 2026-08-11T21:37:45.429Z | Compiling toml_datetime v0.6.11 |
| 1525 | 2026-08-11T21:37:45.690Z | Compiling hmac v0.12.1 |
| 1526 | 2026-08-11T21:37:45.781Z | Compiling bitfield-macros v0.19.4 |
| 1527 | 2026-08-11T21:37:45.805Z | Compiling clap_derive v4.6.1 |
| 1528 | 2026-08-11T21:37:45.842Z | Compiling zerocopy-derive v0.6.6 |
| 1529 | 2026-08-11T21:37:46.194Z | Compiling anstyle-parse v0.2.7 |
| 1530 | 2026-08-11T21:37:46.377Z | Compiling rand_xorshift v0.4.0 |
| 1531 | 2026-08-11T21:37:46.484Z | Compiling sync_wrapper v1.0.2 |
| 1532 | 2026-08-11T21:37:46.544Z | Compiling indexmap v1.9.3 |
| 1533 | 2026-08-11T21:37:46.594Z | Compiling nodrop v0.1.14 |
| 1534 | 2026-08-11T21:37:46.655Z | Compiling siphasher v1.0.2 |
| 1535 | 2026-08-11T21:37:46.684Z | Compiling num_threads v0.1.7 |
| 1536 | 2026-08-11T21:37:46.745Z | Compiling crossbeam-utils v0.8.21 |
| 1537 | 2026-08-11T21:37:46.781Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-08-11T21:37:46.838Z | Compiling paste v1.0.15 |
| 1539 | 2026-08-11T21:37:47.005Z | Compiling crc-catalog v2.4.0 |
| 1540 | 2026-08-11T21:37:47.100Z | Compiling unarray v0.1.4 |
| 1541 | 2026-08-11T21:37:47.104Z | Compiling usdt-impl v0.6.0 |
| 1542 | 2026-08-11T21:37:47.199Z | Compiling proptest v1.11.0 |
| 1543 | 2026-08-11T21:37:47.217Z | Compiling crc v3.4.0 |
| 1544 | 2026-08-11T21:37:47.325Z | Compiling dof v0.4.0 |
| 1545 | 2026-08-11T21:37:47.417Z | Compiling time v0.3.47 |
| 1546 | 2026-08-11T21:37:47.524Z | Compiling clap v4.6.1 |
| 1547 | 2026-08-11T21:37:47.656Z | Compiling array-init v0.0.4 |
| 1548 | 2026-08-11T21:37:47.960Z | Compiling zerocopy v0.6.6 |
| 1549 | 2026-08-11T21:37:48.277Z | Compiling tower v0.5.3 |
| 1550 | 2026-08-11T21:37:48.464Z | Compiling bitfield v0.19.4 |
| 1551 | 2026-08-11T21:37:48.750Z | Compiling anstream v0.6.21 |
| 1552 | 2026-08-11T21:37:49.041Z | Compiling smallvec v0.6.14 |
| 1553 | 2026-08-11T21:37:49.235Z | Compiling derive_builder_core v0.20.2 |
| 1554 | 2026-08-11T21:37:49.342Z | Compiling dtrace-parser v0.3.0 |
| 1555 | 2026-08-11T21:37:50.010Z | Compiling flate2 v1.1.9 |
| 1556 | 2026-08-11T21:37:50.079Z | Compiling ipnetwork v0.21.1 |
| 1557 | 2026-08-11T21:37:50.095Z | Compiling pkcs1 v0.7.5 |
| 1558 | 2026-08-11T21:37:50.110Z | Compiling http-body-util v0.1.3 |
| 1559 | 2026-08-11T21:37:50.347Z | Compiling heapless v0.7.17 |
| 1560 | 2026-08-11T21:37:50.409Z | Compiling structmeta-derive v0.3.0 |
| 1561 | 2026-08-11T21:37:50.456Z | Compiling scroll_derive v0.12.1 |
| 1562 | 2026-08-11T21:37:50.474Z | Compiling slog v2.8.2 |
| 1563 | 2026-08-11T21:37:50.599Z | Compiling darling_core v0.23.0 |
| 1564 | 2026-08-11T21:37:50.663Z | Compiling thread-id v5.1.0 |
| 1565 | 2026-08-11T21:37:50.748Z | Compiling cookie v0.18.1 |
| 1566 | 2026-08-11T21:37:50.926Z | Compiling env_filter v1.0.0 |
| 1567 | 2026-08-11T21:37:51.115Z | Compiling zstd-safe v7.2.4 |
| 1568 | 2026-08-11T21:37:51.218Z | Compiling hashbrown v0.12.3 |
| 1569 | 2026-08-11T21:37:51.233Z | Compiling signal-hook v0.3.18 |
| 1570 | 2026-08-11T21:37:51.307Z | Compiling unicode-bidi v0.3.18 |
| 1571 | 2026-08-11T21:37:51.407Z | Compiling ryu v1.0.23 |
| 1572 | 2026-08-11T21:37:51.472Z | Compiling unicode-properties v0.1.4 |
| 1573 | 2026-08-11T21:37:51.586Z | Compiling anyhow v1.0.102 |
| 1574 | 2026-08-11T21:37:51.680Z | Compiling base64 v0.21.7 |
| 1575 | 2026-08-11T21:37:51.681Z | Compiling iri-string v0.7.10 |
| 1576 | 2026-08-11T21:37:51.830Z | Compiling winnow v0.5.40 |
| 1577 | 2026-08-11T21:37:51.890Z | Compiling allocator-api2 v0.2.21 |
| 1578 | 2026-08-11T21:37:52.000Z | Compiling ron v0.8.1 |
| 1579 | 2026-08-11T21:37:52.434Z | Compiling stringprep v0.1.5 |
| 1580 | 2026-08-11T21:37:52.872Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-08-11T21:37:53.077Z | Compiling darling_macro v0.23.0 |
| 1582 | 2026-08-11T21:37:53.222Z | Compiling toml_edit v0.19.15 |
| 1583 | 2026-08-11T21:37:53.245Z | Compiling serde_urlencoded v0.7.1 |
| 1584 | 2026-08-11T21:37:53.269Z | Compiling structmeta v0.3.0 |
| 1585 | 2026-08-11T21:37:53.455Z | Compiling scroll v0.12.0 |
| 1586 | 2026-08-11T21:37:53.480Z | Compiling env_logger v0.11.9 |
| 1587 | 2026-08-11T21:37:53.637Z | Compiling rsa v0.9.10 |
| 1588 | 2026-08-11T21:37:53.713Z | Compiling oxnet v0.1.6 |
| 1589 | 2026-08-11T21:37:53.824Z | Compiling derive_builder_macro v0.20.2 |
| 1590 | 2026-08-11T21:37:54.105Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1591 | 2026-08-11T21:37:54.139Z | Compiling newtype-uuid v1.3.2 |
| 1592 | 2026-08-11T21:37:54.294Z | Compiling hashbrown v0.13.2 |
| 1593 | 2026-08-11T21:37:54.339Z | Compiling serde-hex v0.1.0 |
| 1594 | 2026-08-11T21:37:54.463Z | Compiling bzip2 v0.4.4 |
| 1595 | 2026-08-11T21:37:54.709Z | Compiling tokio-native-tls v0.3.1 |
| 1596 | 2026-08-11T21:37:54.820Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1597 | 2026-08-11T21:37:54.884Z | Compiling camino v1.2.2 |
| 1598 | 2026-08-11T21:37:55.505Z | Compiling bstr v1.12.1 |
| 1599 | 2026-08-11T21:37:55.787Z | Compiling crypto-common v0.2.2 |
| 1600 | 2026-08-11T21:37:55.887Z | Compiling block-buffer v0.12.1 |
| 1601 | 2026-08-11T21:37:56.079Z | Compiling block-padding v0.4.2 |
| 1602 | 2026-08-11T21:37:56.110Z | Compiling rustls-native-certs v0.8.3 |
| 1603 | 2026-08-11T21:37:56.150Z | Compiling x509-cert v0.2.5 |
| 1604 | 2026-08-11T21:37:56.246Z | Compiling serde_tokenstream v0.2.3 |
| 1605 | 2026-08-11T21:37:56.393Z | Compiling erased-serde v0.3.31 |
| 1606 | 2026-08-11T21:37:56.559Z | Compiling md-5 v0.10.6 |
| 1607 | 2026-08-11T21:37:56.722Z | Compiling curve25519-dalek v4.1.3 |
| 1608 | 2026-08-11T21:37:56.736Z | Compiling daft-derive v0.1.7 |
| 1609 | 2026-08-11T21:37:56.883Z | Compiling zerocopy-derive v0.7.35 |
| 1610 | 2026-08-11T21:37:57.056Z | Compiling async-trait v0.1.89 |
| 1611 | 2026-08-11T21:37:57.455Z | Compiling pin-project-internal v1.1.11 |
| 1612 | 2026-08-11T21:37:57.516Z | Compiling vergen-lib v9.1.0 |
| 1613 | 2026-08-11T21:37:57.703Z | Compiling hash32 v0.2.1 |
| 1614 | 2026-08-11T21:37:57.757Z | Compiling memoffset v0.9.1 |
| 1615 | 2026-08-11T21:37:57.760Z | Compiling encoding_rs v0.8.35 |
| 1616 | 2026-08-11T21:37:57.888Z | Compiling crc-any v2.5.0 |
| 1617 | 2026-08-11T21:37:57.959Z | Compiling rustix v0.38.44 |
| 1618 | 2026-08-11T21:37:58.070Z | Compiling psl-types v2.0.11 |
| 1619 | 2026-08-11T21:37:58.093Z | Compiling litrs v1.0.0 |
| 1620 | 2026-08-11T21:37:58.114Z | Compiling smoltcp v0.9.1 |
| 1621 | 2026-08-11T21:37:58.191Z | Compiling ref-cast v1.0.25 |
| 1622 | 2026-08-11T21:37:58.302Z | Compiling mime v0.3.17 |
| 1623 | 2026-08-11T21:37:58.445Z | Compiling fallible-iterator v0.2.0 |
| 1624 | 2026-08-11T21:37:58.490Z | Compiling cfg_aliases v0.2.1 |
| 1625 | 2026-08-11T21:37:58.550Z | Compiling pin-project v1.1.11 |
| 1626 | 2026-08-11T21:37:58.564Z | Compiling nix v0.31.2 |
| 1627 | 2026-08-11T21:37:58.592Z | Compiling document-features v0.2.12 |
| 1628 | 2026-08-11T21:37:58.647Z | Compiling publicsuffix v2.3.0 |
| 1629 | 2026-08-11T21:37:58.710Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1630 | 2026-08-11T21:37:58.737Z | Compiling postgres-protocol v0.6.10 |
| 1631 | 2026-08-11T21:37:58.842Z | Compiling zerocopy v0.7.35 |
| 1632 | 2026-08-11T21:37:58.949Z | Compiling daft v0.1.7 |
| 1633 | 2026-08-11T21:37:59.236Z | Compiling inout v0.2.2 |
| 1634 | 2026-08-11T21:37:59.241Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1635 | 2026-08-11T21:37:59.263Z | Compiling hyper-tls v0.6.0 |
| 1636 | 2026-08-11T21:37:59.266Z | Compiling object v0.30.4 |
| 1637 | 2026-08-11T21:37:59.378Z | Compiling zip v0.6.6 |
| 1638 | 2026-08-11T21:37:59.402Z | Compiling toml v0.7.8 |
| 1639 | 2026-08-11T21:37:59.476Z | Compiling derive_builder v0.20.2 |
| 1640 | 2026-08-11T21:37:59.516Z | Compiling goblin v0.8.2 |
| 1641 | 2026-08-11T21:37:59.591Z | Compiling darling v0.23.0 |
| 1642 | 2026-08-11T21:37:59.730Z | Compiling derive-ex v0.1.8 |
| 1643 | 2026-08-11T21:38:00.195Z | Compiling phf_shared v0.13.1 |
| 1644 | 2026-08-11T21:38:00.294Z | Compiling regex v1.12.3 |
| 1645 | 2026-08-11T21:38:00.438Z | Compiling hubpack_derive v0.1.1 |
| 1646 | 2026-08-11T21:38:00.479Z | Compiling futures-executor v0.3.32 |
| 1647 | 2026-08-11T21:38:00.724Z | Compiling snafu-derive v0.8.9 |
| 1648 | 2026-08-11T21:38:00.743Z | Compiling strum_macros v0.27.2 |
| 1649 | 2026-08-11T21:38:00.886Z | Compiling ref-cast-impl v1.0.25 |
| 1650 | 2026-08-11T21:38:01.389Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1651 | 2026-08-11T21:38:01.425Z | Compiling vergen v9.1.0 |
| 1652 | 2026-08-11T21:38:01.603Z | Compiling cargo-platform v0.3.2 |
| 1653 | 2026-08-11T21:38:01.875Z | Compiling ff v0.13.1 |
| 1654 | 2026-08-11T21:38:02.013Z | Compiling fs-err v3.3.0 |
| 1655 | 2026-08-11T21:38:02.016Z | Compiling managed v0.8.0 |
| 1656 | 2026-08-11T21:38:02.170Z | Compiling base16ct v0.2.0 |
| 1657 | 2026-08-11T21:38:02.203Z | Compiling jiff-core v0.1.0 |
| 1658 | 2026-08-11T21:38:02.245Z | Compiling libbz2-rs-sys v0.2.2 |
| 1659 | 2026-08-11T21:38:02.348Z | Compiling bitflags v1.3.2 |
| 1660 | 2026-08-11T21:38:02.427Z | Compiling foldhash v0.1.5 |
| 1661 | 2026-08-11T21:38:02.602Z | Compiling either v1.15.0 |
| 1662 | 2026-08-11T21:38:02.616Z | Compiling unicode-segmentation v1.12.0 |
| 1663 | 2026-08-11T21:38:02.675Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-08-11T21:38:02.811Z | Compiling object v0.37.3 |
| 1665 | 2026-08-11T21:38:02.896Z | Compiling bumpalo v3.20.2 |
| 1666 | 2026-08-11T21:38:02.919Z | Compiling same-file v1.0.6 |
| 1667 | 2026-08-11T21:38:02.995Z | Compiling path-slash v0.1.5 |
| 1668 | 2026-08-11T21:38:03.019Z | Compiling walkdir v2.5.0 |
| 1669 | 2026-08-11T21:38:03.085Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1670 | 2026-08-11T21:38:03.114Z | Compiling zopfli v0.8.3 |
| 1671 | 2026-08-11T21:38:03.128Z | Compiling jiff v0.2.34 |
| 1672 | 2026-08-11T21:38:03.143Z | Compiling hashbrown v0.16.1 |
| 1673 | 2026-08-11T21:38:03.253Z | Compiling strum v0.27.2 |
| 1674 | 2026-08-11T21:38:03.343Z | Compiling bzip2 v0.6.1 |
| 1675 | 2026-08-11T21:38:03.391Z | Compiling snafu v0.8.9 |
| 1676 | 2026-08-11T21:38:03.532Z | Compiling hashbrown v0.15.5 |
| 1677 | 2026-08-11T21:38:03.742Z | Compiling sec1 v0.7.3 |
| 1678 | 2026-08-11T21:38:04.014Z | Compiling group v0.13.0 |
| 1679 | 2026-08-11T21:38:04.073Z | Compiling cargo_metadata v0.23.1 |
| 1680 | 2026-08-11T21:38:04.199Z | Compiling dof v0.3.0 |
| 1681 | 2026-08-11T21:38:04.531Z | Compiling test-strategy v0.4.5 |
| 1682 | 2026-08-11T21:38:04.616Z | Compiling hubpack v0.1.2 |
| 1683 | 2026-08-11T21:38:04.858Z | Compiling futures v0.3.32 |
| 1684 | 2026-08-11T21:38:04.945Z | Compiling phf v0.13.1 |
| 1685 | 2026-08-11T21:38:05.112Z | Compiling signal-hook-mio v0.2.5 |
| 1686 | 2026-08-11T21:38:05.239Z | Compiling zstd v0.13.3 |
| 1687 | 2026-08-11T21:38:05.337Z | Compiling cookie_store v0.22.1 |
| 1688 | 2026-08-11T21:38:05.478Z | Compiling serde_with_macros v3.21.0 |
| 1689 | 2026-08-11T21:38:05.522Z | Compiling reqwest v0.12.28 |
| 1690 | 2026-08-11T21:38:05.994Z | Compiling cipher v0.5.2 |
| 1691 | 2026-08-11T21:38:06.062Z | Compiling postgres-types v0.2.12 |
| 1692 | 2026-08-11T21:38:06.623Z | Compiling usdt-attr-macro v0.6.0 |
| 1693 | 2026-08-11T21:38:06.623Z | Compiling usdt-macro v0.6.0 |
| 1694 | 2026-08-11T21:38:06.734Z | Compiling globset v0.4.18 |
| 1695 | 2026-08-11T21:38:06.844Z | Compiling phf_shared v0.11.3 |
| 1696 | 2026-08-11T21:38:07.059Z | Compiling hkdf v0.12.4 |
| 1697 | 2026-08-11T21:38:07.203Z | Compiling dtrace-parser v0.2.0 |
| 1698 | 2026-08-11T21:38:07.381Z | Compiling ed25519 v2.2.3 |
| 1699 | 2026-08-11T21:38:07.408Z | Compiling byte-wrapper v0.1.0 |
| 1700 | 2026-08-11T21:38:07.441Z | Compiling olpc-cjson v0.1.4 |
| 1701 | 2026-08-11T21:38:07.493Z | Compiling serde_plain v1.0.2 |
| 1702 | 2026-08-11T21:38:07.600Z | Compiling serde-big-array v0.5.1 |
| 1703 | 2026-08-11T21:38:07.690Z | Compiling crypto-bigint v0.5.5 |
| 1704 | 2026-08-11T21:38:07.730Z | Compiling enum-as-inner v0.6.1 |
| 1705 | 2026-08-11T21:38:07.748Z | Compiling async-recursion v1.1.1 |
| 1706 | 2026-08-11T21:38:07.824Z | Compiling strum_macros v0.26.4 |
| 1707 | 2026-08-11T21:38:07.946Z | Compiling serde_repr v0.1.20 |
| 1708 | 2026-08-11T21:38:08.235Z | Compiling pem v3.0.6 |
| 1709 | 2026-08-11T21:38:08.282Z | Compiling float-cmp v0.10.0 |
| 1710 | 2026-08-11T21:38:08.392Z | Compiling thread-id v4.2.2 |
| 1711 | 2026-08-11T21:38:08.434Z | Compiling memmap2 v0.9.10 |
| 1712 | 2026-08-11T21:38:08.476Z | Compiling fixedbitset v0.4.2 |
| 1713 | 2026-08-11T21:38:08.476Z | Compiling normalize-line-endings v0.3.0 |
| 1714 | 2026-08-11T21:38:08.562Z | Compiling const-oid v0.10.2 |
| 1715 | 2026-08-11T21:38:08.584Z | Compiling static_assertions v1.1.0 |
| 1716 | 2026-08-11T21:38:08.643Z | Compiling precomputed-hash v0.1.1 |
| 1717 | 2026-08-11T21:38:08.660Z | Compiling data-encoding v2.10.0 |
| 1718 | 2026-08-11T21:38:08.690Z | Compiling winnow v1.0.3 |
| 1719 | 2026-08-11T21:38:08.733Z | Compiling typed-path v0.9.3 |
| 1720 | 2026-08-11T21:38:08.764Z | Compiling difflib v0.4.0 |
| 1721 | 2026-08-11T21:38:09.039Z | Compiling keccak v0.1.6 |
| 1722 | 2026-08-11T21:38:09.276Z | Compiling cpufeatures v0.3.0 |
| 1723 | 2026-08-11T21:38:09.311Z | Compiling fixedbitset v0.5.7 |
| 1724 | 2026-08-11T21:38:09.347Z | Compiling new_debug_unreachable v1.0.6 |
| 1725 | 2026-08-11T21:38:09.361Z | Compiling predicates-core v1.0.10 |
| 1726 | 2026-08-11T21:38:09.419Z | Compiling whoami v2.1.0 |
| 1727 | 2026-08-11T21:38:09.537Z | Compiling petgraph v0.8.3 |
| 1728 | 2026-08-11T21:38:09.583Z | Compiling strum v0.26.3 |
| 1729 | 2026-08-11T21:38:09.608Z | Compiling predicates v3.1.4 |
| 1730 | 2026-08-11T21:38:09.759Z | Compiling tokio-postgres v0.7.16 |
| 1731 | 2026-08-11T21:38:09.817Z | Compiling string_cache v0.8.9 |
| 1732 | 2026-08-11T21:38:09.832Z | Compiling toml_edit v0.22.27 |
| 1733 | 2026-08-11T21:38:09.853Z | Compiling chacha20 v0.10.0 |
| 1734 | 2026-08-11T21:38:10.003Z | Compiling sha3 v0.10.8 |
| 1735 | 2026-08-11T21:38:10.047Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1736 | 2026-08-11T21:38:10.235Z | Compiling hickory-proto v0.25.2 |
| 1737 | 2026-08-11T21:38:10.368Z | Compiling digest v0.11.3 |
| 1738 | 2026-08-11T21:38:10.466Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1739 | 2026-08-11T21:38:10.532Z | Compiling elliptic-curve v0.13.8 |
| 1740 | 2026-08-11T21:38:10.686Z | Compiling petgraph v0.6.5 |
| 1741 | 2026-08-11T21:38:10.932Z | Compiling usdt v0.6.0 |
| 1742 | 2026-08-11T21:38:11.190Z | Compiling usdt-impl v0.5.0 |
| 1743 | 2026-08-11T21:38:11.551Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1744 | 2026-08-11T21:38:11.774Z | Compiling ed25519-dalek v2.2.0 |
| 1745 | 2026-08-11T21:38:11.984Z | Compiling crossterm v0.28.1 |
| 1746 | 2026-08-11T21:38:12.158Z | Compiling serde_with v3.21.0 |
| 1747 | 2026-08-11T21:38:12.573Z | Compiling zip v4.6.1 |
| 1748 | 2026-08-11T21:38:13.244Z | Compiling iddqd v0.4.2 |
| 1749 | 2026-08-11T21:38:13.508Z | Compiling similar v2.7.0 |
| 1750 | 2026-08-11T21:38:13.658Z | Compiling heck v0.4.1 |
| 1751 | 2026-08-11T21:38:13.887Z | Compiling itertools v0.13.0 |
| 1752 | 2026-08-11T21:38:13.924Z | Compiling itertools v0.15.0 |
| 1753 | 2026-08-11T21:38:13.960Z | Compiling crossbeam-epoch v0.9.18 |
| 1754 | 2026-08-11T21:38:14.287Z | Compiling tokio-stream v0.1.18 |
| 1755 | 2026-08-11T21:38:14.359Z | Compiling buf-list v1.1.2 |
| 1756 | 2026-08-11T21:38:14.509Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1757 | 2026-08-11T21:38:14.630Z | Compiling openapiv3 v2.2.0 |
| 1758 | 2026-08-11T21:38:14.765Z | Compiling peg-runtime v0.8.5 |
| 1759 | 2026-08-11T21:38:14.846Z | Compiling lalrpop-util v0.19.12 |
| 1760 | 2026-08-11T21:38:14.900Z | Compiling thread_local v1.1.9 |
| 1761 | 2026-08-11T21:38:15.044Z | Compiling slog-async v2.8.0 |
| 1762 | 2026-08-11T21:38:15.059Z | Compiling crossbeam-channel v0.5.15 |
| 1763 | 2026-08-11T21:38:15.151Z | Compiling is-terminal v0.4.17 |
| 1764 | 2026-08-11T21:38:15.165Z | Compiling filetime v0.2.27 |
| 1765 | 2026-08-11T21:38:15.233Z | Compiling xattr v1.6.1 |
| 1766 | 2026-08-11T21:38:15.248Z | Compiling term v1.2.1 |
| 1767 | 2026-08-11T21:38:15.338Z | Compiling take_mut v0.2.2 |
| 1768 | 2026-08-11T21:38:15.358Z | Compiling tar v0.4.46 |
| 1769 | 2026-08-11T21:38:15.400Z | Compiling camino-tempfile v1.4.1 |
| 1770 | 2026-08-11T21:38:15.528Z | Compiling slog-term v2.9.2 |
| 1771 | 2026-08-11T21:38:21.850Z | Compiling rustls-webpki v0.103.13 |
| 1772 | 2026-08-11T21:38:24.446Z | Compiling tokio-rustls v0.26.4 |
| 1773 | 2026-08-11T21:38:24.446Z | Compiling rustls-platform-verifier v0.6.2 |
| 1774 | 2026-08-11T21:38:24.449Z | Compiling tough v0.22.0 |
| 1775 | 2026-08-11T21:38:24.650Z | Compiling hyper-rustls v0.27.7 |
| 1776 | 2026-08-11T21:38:24.856Z | Compiling reqwest v0.13.2 |
| 1777 | 2026-08-11T21:38:27.080Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1778 | 2026-08-11T21:38:27.293Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1779 | 2026-08-11T21:38:30.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1780 | 2026-08-11T21:38:30.375Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1781 | 2026-08-11T21:38:30.430Z | Aug 11 21:38:29.298 INFO Starting download, target: Clickhouse |
| 1782 | 2026-08-11T21:38:30.430Z | Aug 11 21:38:29.298 INFO Starting download, target: Cockroach |
| 1783 | 2026-08-11T21:38:30.430Z | Aug 11 21:38:29.298 INFO Starting download, target: Console |
| 1784 | 2026-08-11T21:38:30.431Z | Aug 11 21:38:29.298 INFO Starting download, target: DendriteStub |
| 1785 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Starting download, target: MaghemiteMgd |
| 1786 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Starting download, target: MaghemiteDdmd |
| 1787 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Starting download, target: TransceiverControl |
| 1788 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1789 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1790 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1791 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1792 | 2026-08-11T21:38:30.434Z | Aug 11 21:38:29.298 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1793 | 2026-08-11T21:38:30.435Z | Aug 11 21:38:29.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1794 | 2026-08-11T21:38:30.435Z | Aug 11 21:38:29.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1795 | 2026-08-11T21:38:32.186Z | Aug 11 21:38:31.055 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1796 | 2026-08-11T21:38:32.198Z | Aug 11 21:38:31.066 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1797 | 2026-08-11T21:38:32.509Z | Aug 11 21:38:31.318 INFO Download complete, target: Console |
| 1798 | 2026-08-11T21:38:38.848Z | Aug 11 21:38:37.716 INFO Checking that binary works, target: Clickhouse |
| 1799 | 2026-08-11T21:38:38.941Z | Aug 11 21:38:37.806 INFO Download complete, target: Clickhouse |
| 1800 | 2026-08-11T21:38:49.846Z | Aug 11 21:38:48.583 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1801 | 2026-08-11T21:38:50.007Z | Aug 11 21:38:48.797 INFO Download complete, target: TransceiverControl |
| 1802 | 2026-08-11T21:39:01.279Z | Aug 11 21:38:59.930 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1803 | 2026-08-11T21:39:01.419Z | Aug 11 21:39:00.126 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1804 | 2026-08-11T21:39:02.010Z | Aug 11 21:39:00.776 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1805 | 2026-08-11T21:39:03.285Z | Aug 11 21:39:02.106 INFO Download complete, target: MaghemiteDdmd |
| 1806 | 2026-08-11T21:39:03.558Z | Aug 11 21:39:02.363 INFO Download complete, target: DendriteStub |
| 1807 | 2026-08-11T21:39:04.519Z | Aug 11 21:39:03.335 INFO Download complete, target: MaghemiteMgd |
| 1808 | 2026-08-11T21:39:04.667Z | Aug 11 21:39:03.519 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1809 | 2026-08-11T21:39:04.667Z | Aug 11 21:39:03.519 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1810 | 2026-08-11T21:39:09.264Z | Aug 11 21:39:07.985 INFO Checking that binary works, target: Cockroach |
| 1811 | 2026-08-11T21:39:09.452Z | Aug 11 21:39:08.095 INFO Download complete, target: Cockroach |
| 1812 | 2026-08-11T21:39:09.452Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1813 | 2026-08-11T21:39:09.452Z | |
| 1814 | 2026-08-11T21:39:09.452Z | real 2:38.046286866 |
| 1815 | 2026-08-11T21:39:09.452Z | user 7:12.155154372 |
| 1816 | 2026-08-11T21:39:09.452Z | sys 1:25.124503371 |
| 1817 | 2026-08-11T21:39:09.452Z | trap 0.223775589 |
| 1818 | 2026-08-11T21:39:09.452Z | tflt 0.600088724 |
| 1819 | 2026-08-11T21:39:09.452Z | dflt 0.912577939 |
| 1820 | 2026-08-11T21:39:09.452Z | kflt 0.026731587 |
| 1821 | 2026-08-11T21:39:09.452Z | lock 34:10.738661763 |
| 1822 | 2026-08-11T21:39:09.452Z | slp 22:37.098515924 |
| 1823 | 2026-08-11T21:39:09.452Z | lat 46.672359309 |
| 1824 | 2026-08-11T21:39:09.452Z | stop 2:44.694802020 |
| 1825 | 2026-08-11T21:39:09.452Z | + banner hack-check |
| 1826 | 2026-08-11T21:39:09.452Z | |
| 1827 | 2026-08-11T21:39:09.452Z | # # ## #### # # #### # # ###### #### # # |
| 1828 | 2026-08-11T21:39:09.452Z | # # # # # # # # # # # # # # # # # |
| 1829 | 2026-08-11T21:39:09.452Z | ###### # # # #### ##### # ###### ##### # #### |
| 1830 | 2026-08-11T21:39:09.452Z | # # ###### # # # # # # # # # # |
| 1831 | 2026-08-11T21:39:09.452Z | # # # # # # # # # # # # # # # # # |
| 1832 | 2026-08-11T21:39:09.452Z | # # # # #### # # #### # # ###### #### # # |
| 1833 | 2026-08-11T21:39:09.452Z | |
| 1834 | 2026-08-11T21:39:09.452Z | + export CARGO_INCREMENTAL=0 |
| 1835 | 2026-08-11T21:39:09.452Z | + CARGO_INCREMENTAL=0 |
| 1836 | 2026-08-11T21:39:09.452Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1837 | 2026-08-11T21:39:09.740Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1838 | 2026-08-11T21:39:10.004Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1839 | 2026-08-11T21:39:11.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1840 | 2026-08-11T21:39:11.945Z | Running `target/debug/xtask check-features --ci` |
| 1841 | 2026-08-11T21:39:11.953Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1842 | 2026-08-11T21:39:11.953Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1843 | 2026-08-11T21:39:12.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1844 | 2026-08-11T21:39:12.378Z | Running `target/debug/xtask download cargo-hack` |
| 1845 | 2026-08-11T21:39:13.149Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1846 | 2026-08-11T21:39:13.460Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1847 | 2026-08-11T21:39:16.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 1848 | 2026-08-11T21:39:16.205Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1849 | 2026-08-11T21:39:16.248Z | Aug 11 21:39:15.115 INFO Starting download, target: CargoHack |
| 1850 | 2026-08-11T21:39:16.251Z | Aug 11 21:39:15.115 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1851 | 2026-08-11T21:39:16.686Z | Aug 11 21:39:15.554 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1852 | 2026-08-11T21:39:16.740Z | Aug 11 21:39:15.604 INFO Download complete, target: CargoHack |
| 1853 | 2026-08-11T21:39:16.744Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1854 | 2026-08-11T21:39:16.755Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1855 | 2026-08-11T21:39:16.909Z | info: running `cargo check --bins` on api_identity (1/334) |
| 1856 | 2026-08-11T21:39:17.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-08-11T21:39:17.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-08-11T21:39:17.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-08-11T21:39:17.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1860 | 2026-08-11T21:39:17.449Z | |
| 1861 | 2026-08-11T21:39:17.449Z | info: running `cargo check --bins` on bootstore (2/334) |
| 1862 | 2026-08-11T21:39:17.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-08-11T21:39:17.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-08-11T21:39:17.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-08-11T21:39:17.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1866 | 2026-08-11T21:39:17.994Z | |
| 1867 | 2026-08-11T21:39:17.994Z | info: running `cargo check --bins` on omicron-ledger (3/334) |
| 1868 | 2026-08-11T21:39:18.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-08-11T21:39:18.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-08-11T21:39:18.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-08-11T21:39:18.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1872 | 2026-08-11T21:39:18.541Z | |
| 1873 | 2026-08-11T21:39:18.541Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334) |
| 1874 | 2026-08-11T21:39:19.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-08-11T21:39:19.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-08-11T21:39:19.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-08-11T21:39:19.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1878 | 2026-08-11T21:39:19.082Z | |
| 1879 | 2026-08-11T21:39:19.082Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334) |
| 1880 | 2026-08-11T21:39:19.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-08-11T21:39:19.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-08-11T21:39:19.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-08-11T21:39:19.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1884 | 2026-08-11T21:39:19.627Z | |
| 1885 | 2026-08-11T21:39:19.627Z | info: running `cargo check --bins` on omicron-certificates (6/334) |
| 1886 | 2026-08-11T21:39:20.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-08-11T21:39:20.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-08-11T21:39:20.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-08-11T21:39:20.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1890 | 2026-08-11T21:39:20.185Z | |
| 1891 | 2026-08-11T21:39:20.185Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/334) |
| 1892 | 2026-08-11T21:39:20.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-08-11T21:39:20.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-08-11T21:39:20.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-08-11T21:39:20.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1896 | 2026-08-11T21:39:20.739Z | |
| 1897 | 2026-08-11T21:39:20.739Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334) |
| 1898 | 2026-08-11T21:39:21.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-08-11T21:39:21.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-08-11T21:39:21.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-08-11T21:39:21.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1902 | 2026-08-11T21:39:21.370Z | |
| 1903 | 2026-08-11T21:39:21.370Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334) |
| 1904 | 2026-08-11T21:39:21.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-08-11T21:39:21.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-08-11T21:39:21.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-08-11T21:39:21.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1908 | 2026-08-11T21:39:21.704Z | |
| 1909 | 2026-08-11T21:39:21.704Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334) |
| 1910 | 2026-08-11T21:39:22.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-08-11T21:39:22.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-08-11T21:39:22.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-08-11T21:39:22.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1914 | 2026-08-11T21:39:22.116Z | |
| 1915 | 2026-08-11T21:39:22.116Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334) |
| 1916 | 2026-08-11T21:39:22.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-08-11T21:39:22.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-08-11T21:39:22.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-08-11T21:39:22.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1920 | 2026-08-11T21:39:22.524Z | |
| 1921 | 2026-08-11T21:39:22.524Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334) |
| 1922 | 2026-08-11T21:39:22.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-08-11T21:39:22.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-08-11T21:39:22.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-08-11T21:39:22.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1926 | 2026-08-11T21:39:22.932Z | |
| 1927 | 2026-08-11T21:39:22.933Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334) |
| 1928 | 2026-08-11T21:39:23.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-08-11T21:39:23.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-08-11T21:39:23.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-08-11T21:39:23.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1932 | 2026-08-11T21:39:23.342Z | |
| 1933 | 2026-08-11T21:39:23.342Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334) |
| 1934 | 2026-08-11T21:39:23.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-08-11T21:39:23.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-08-11T21:39:23.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-08-11T21:39:23.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1938 | 2026-08-11T21:39:23.751Z | |
| 1939 | 2026-08-11T21:39:23.751Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334) |
| 1940 | 2026-08-11T21:39:24.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-08-11T21:39:24.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-08-11T21:39:24.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-08-11T21:39:24.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1944 | 2026-08-11T21:39:24.162Z | |
| 1945 | 2026-08-11T21:39:24.162Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334) |
| 1946 | 2026-08-11T21:39:24.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-08-11T21:39:24.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-08-11T21:39:24.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-08-11T21:39:24.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1950 | 2026-08-11T21:39:24.569Z | |
| 1951 | 2026-08-11T21:39:24.569Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334) |
| 1952 | 2026-08-11T21:39:24.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-08-11T21:39:24.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-08-11T21:39:24.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-08-11T21:39:24.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1956 | 2026-08-11T21:39:24.978Z | |
| 1957 | 2026-08-11T21:39:24.978Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334) |
| 1958 | 2026-08-11T21:39:25.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-08-11T21:39:25.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-08-11T21:39:25.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-08-11T21:39:25.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1962 | 2026-08-11T21:39:25.411Z | |
| 1963 | 2026-08-11T21:39:25.411Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334) |
| 1964 | 2026-08-11T21:39:25.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-08-11T21:39:25.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-08-11T21:39:25.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-08-11T21:39:25.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1968 | 2026-08-11T21:39:25.797Z | |
| 1969 | 2026-08-11T21:39:25.797Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334) |
| 1970 | 2026-08-11T21:39:26.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-08-11T21:39:26.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-08-11T21:39:26.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-08-11T21:39:26.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1974 | 2026-08-11T21:39:26.210Z | |
| 1975 | 2026-08-11T21:39:26.210Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334) |
| 1976 | 2026-08-11T21:39:26.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-08-11T21:39:26.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-08-11T21:39:26.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-08-11T21:39:26.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1980 | 2026-08-11T21:39:26.620Z | |
| 1981 | 2026-08-11T21:39:26.621Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334) |
| 1982 | 2026-08-11T21:39:26.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-08-11T21:39:26.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-08-11T21:39:26.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-08-11T21:39:26.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1986 | 2026-08-11T21:39:27.032Z | |
| 1987 | 2026-08-11T21:39:27.032Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334) |
| 1988 | 2026-08-11T21:39:27.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-08-11T21:39:27.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-08-11T21:39:27.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-08-11T21:39:27.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1992 | 2026-08-11T21:39:27.446Z | |
| 1993 | 2026-08-11T21:39:27.447Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334) |
| 1994 | 2026-08-11T21:39:27.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-08-11T21:39:27.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-08-11T21:39:27.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-08-11T21:39:27.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1998 | 2026-08-11T21:39:27.858Z | |
| 1999 | 2026-08-11T21:39:27.858Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334) |
| 2000 | 2026-08-11T21:39:28.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-08-11T21:39:28.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-08-11T21:39:28.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-08-11T21:39:28.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2004 | 2026-08-11T21:39:28.269Z | |
| 2005 | 2026-08-11T21:39:28.269Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334) |
| 2006 | 2026-08-11T21:39:28.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-08-11T21:39:28.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-08-11T21:39:28.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-08-11T21:39:28.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2010 | 2026-08-11T21:39:28.680Z | |
| 2011 | 2026-08-11T21:39:28.681Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334) |
| 2012 | 2026-08-11T21:39:29.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-08-11T21:39:29.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-08-11T21:39:29.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-08-11T21:39:29.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2016 | 2026-08-11T21:39:29.093Z | |
| 2017 | 2026-08-11T21:39:29.093Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334) |
| 2018 | 2026-08-11T21:39:29.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-08-11T21:39:29.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-08-11T21:39:29.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-08-11T21:39:29.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2022 | 2026-08-11T21:39:29.510Z | |
| 2023 | 2026-08-11T21:39:29.510Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334) |
| 2024 | 2026-08-11T21:39:29.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-08-11T21:39:29.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-08-11T21:39:29.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-08-11T21:39:29.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2028 | 2026-08-11T21:39:29.922Z | |
| 2029 | 2026-08-11T21:39:29.922Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334) |
| 2030 | 2026-08-11T21:39:30.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-08-11T21:39:30.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-08-11T21:39:30.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-08-11T21:39:30.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2034 | 2026-08-11T21:39:30.335Z | |
| 2035 | 2026-08-11T21:39:30.335Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334) |
| 2036 | 2026-08-11T21:39:30.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-08-11T21:39:30.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-08-11T21:39:30.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-08-11T21:39:30.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2040 | 2026-08-11T21:39:30.747Z | |
| 2041 | 2026-08-11T21:39:30.747Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334) |
| 2042 | 2026-08-11T21:39:31.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-08-11T21:39:31.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-08-11T21:39:31.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-08-11T21:39:31.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2046 | 2026-08-11T21:39:31.155Z | |
| 2047 | 2026-08-11T21:39:31.155Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334) |
| 2048 | 2026-08-11T21:39:31.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-08-11T21:39:31.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-08-11T21:39:31.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-08-11T21:39:31.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2052 | 2026-08-11T21:39:31.566Z | |
| 2053 | 2026-08-11T21:39:31.566Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334) |
| 2054 | 2026-08-11T21:39:31.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-08-11T21:39:31.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-08-11T21:39:31.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-08-11T21:39:31.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2058 | 2026-08-11T21:39:31.974Z | |
| 2059 | 2026-08-11T21:39:31.974Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334) |
| 2060 | 2026-08-11T21:39:32.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-08-11T21:39:32.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-08-11T21:39:32.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-08-11T21:39:32.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2064 | 2026-08-11T21:39:32.384Z | |
| 2065 | 2026-08-11T21:39:32.384Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334) |
| 2066 | 2026-08-11T21:39:32.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-08-11T21:39:32.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-08-11T21:39:32.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-08-11T21:39:32.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2070 | 2026-08-11T21:39:32.795Z | |
| 2071 | 2026-08-11T21:39:32.795Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334) |
| 2072 | 2026-08-11T21:39:33.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-08-11T21:39:33.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-08-11T21:39:33.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-08-11T21:39:33.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2076 | 2026-08-11T21:39:33.201Z | |
| 2077 | 2026-08-11T21:39:33.201Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334) |
| 2078 | 2026-08-11T21:39:33.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-08-11T21:39:33.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-08-11T21:39:33.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-08-11T21:39:33.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2082 | 2026-08-11T21:39:33.615Z | |
| 2083 | 2026-08-11T21:39:33.615Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334) |
| 2084 | 2026-08-11T21:39:33.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-08-11T21:39:33.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-08-11T21:39:33.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-08-11T21:39:33.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2088 | 2026-08-11T21:39:34.024Z | |
| 2089 | 2026-08-11T21:39:34.025Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334) |
| 2090 | 2026-08-11T21:39:34.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-08-11T21:39:34.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-08-11T21:39:34.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-08-11T21:39:34.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2094 | 2026-08-11T21:39:34.435Z | |
| 2095 | 2026-08-11T21:39:34.435Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334) |
| 2096 | 2026-08-11T21:39:34.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-08-11T21:39:34.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-08-11T21:39:34.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-08-11T21:39:34.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2100 | 2026-08-11T21:39:34.849Z | |
| 2101 | 2026-08-11T21:39:34.849Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334) |
| 2102 | 2026-08-11T21:39:35.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-08-11T21:39:35.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-08-11T21:39:35.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-08-11T21:39:35.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2106 | 2026-08-11T21:39:35.260Z | |
| 2107 | 2026-08-11T21:39:35.260Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334) |
| 2108 | 2026-08-11T21:39:35.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-08-11T21:39:35.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-08-11T21:39:35.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-08-11T21:39:35.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2112 | 2026-08-11T21:39:35.672Z | |
| 2113 | 2026-08-11T21:39:35.672Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334) |
| 2114 | 2026-08-11T21:39:36.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-08-11T21:39:36.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-08-11T21:39:36.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-08-11T21:39:36.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2118 | 2026-08-11T21:39:36.083Z | |
| 2119 | 2026-08-11T21:39:36.083Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334) |
| 2120 | 2026-08-11T21:39:36.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-08-11T21:39:36.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-08-11T21:39:36.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-08-11T21:39:36.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2124 | 2026-08-11T21:39:36.496Z | |
| 2125 | 2026-08-11T21:39:36.496Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334) |
| 2126 | 2026-08-11T21:39:36.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-08-11T21:39:36.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-08-11T21:39:36.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-08-11T21:39:36.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2130 | 2026-08-11T21:39:36.909Z | |
| 2131 | 2026-08-11T21:39:36.909Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334) |
| 2132 | 2026-08-11T21:39:37.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-08-11T21:39:37.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-08-11T21:39:37.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-08-11T21:39:37.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2136 | 2026-08-11T21:39:37.356Z | |
| 2137 | 2026-08-11T21:39:37.356Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334) |
| 2138 | 2026-08-11T21:39:37.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-08-11T21:39:37.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-08-11T21:39:37.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-08-11T21:39:37.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2142 | 2026-08-11T21:39:37.735Z | |
| 2143 | 2026-08-11T21:39:37.736Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334) |
| 2144 | 2026-08-11T21:39:38.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-08-11T21:39:38.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-08-11T21:39:38.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-08-11T21:39:38.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2148 | 2026-08-11T21:39:38.325Z | |
| 2149 | 2026-08-11T21:39:38.325Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334) |
| 2150 | 2026-08-11T21:39:38.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-08-11T21:39:38.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-08-11T21:39:38.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-08-11T21:39:38.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2154 | 2026-08-11T21:39:38.922Z | |
| 2155 | 2026-08-11T21:39:38.922Z | info: running `cargo check --bins` on nexus-config (51/334) |
| 2156 | 2026-08-11T21:39:39.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-08-11T21:39:39.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-08-11T21:39:39.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-08-11T21:39:39.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-08-11T21:39:39.512Z | |
| 2161 | 2026-08-11T21:39:39.512Z | info: running `cargo check --bins` on nexus-types (52/334) |
| 2162 | 2026-08-11T21:39:40.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-08-11T21:39:40.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-08-11T21:39:40.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-08-11T21:39:40.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2166 | 2026-08-11T21:39:40.107Z | |
| 2167 | 2026-08-11T21:39:40.107Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334) |
| 2168 | 2026-08-11T21:39:40.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-08-11T21:39:40.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-08-11T21:39:40.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-08-11T21:39:40.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2172 | 2026-08-11T21:39:40.675Z | |
| 2173 | 2026-08-11T21:39:40.675Z | info: running `cargo check --bins` on omicron-passwords (54/334) |
| 2174 | 2026-08-11T21:39:41.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-08-11T21:39:41.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-08-11T21:39:41.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-08-11T21:39:41.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2178 | 2026-08-11T21:39:41.225Z | |
| 2179 | 2026-08-11T21:39:41.225Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/334) |
| 2180 | 2026-08-11T21:39:41.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-08-11T21:39:41.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-08-11T21:39:41.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-08-11T21:39:41.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2184 | 2026-08-11T21:39:41.785Z | |
| 2185 | 2026-08-11T21:39:41.785Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334) |
| 2186 | 2026-08-11T21:39:42.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-08-11T21:39:42.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-08-11T21:39:42.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-08-11T21:39:42.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2190 | 2026-08-11T21:39:42.351Z | |
| 2191 | 2026-08-11T21:39:42.351Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334) |
| 2192 | 2026-08-11T21:39:42.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-08-11T21:39:42.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-08-11T21:39:42.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-08-11T21:39:42.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2196 | 2026-08-11T21:39:42.915Z | |
| 2197 | 2026-08-11T21:39:42.915Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334) |
| 2198 | 2026-08-11T21:39:43.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-08-11T21:39:43.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-08-11T21:39:43.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-08-11T21:39:43.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2202 | 2026-08-11T21:39:43.485Z | |
| 2203 | 2026-08-11T21:39:43.485Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334) |
| 2204 | 2026-08-11T21:39:43.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-08-11T21:39:43.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-08-11T21:39:43.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-08-11T21:39:43.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2208 | 2026-08-11T21:39:44.029Z | |
| 2209 | 2026-08-11T21:39:44.029Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334) |
| 2210 | 2026-08-11T21:39:44.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-08-11T21:39:44.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-08-11T21:39:44.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-08-11T21:39:44.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2214 | 2026-08-11T21:39:44.578Z | |
| 2215 | 2026-08-11T21:39:44.578Z | info: running `cargo check --bins --no-default-features` on gfss (61/334) |
| 2216 | 2026-08-11T21:39:45.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-08-11T21:39:45.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-08-11T21:39:45.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-08-11T21:39:45.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2220 | 2026-08-11T21:39:45.125Z | |
| 2221 | 2026-08-11T21:39:45.125Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334) |
| 2222 | 2026-08-11T21:39:45.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-08-11T21:39:45.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-08-11T21:39:45.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-08-11T21:39:45.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2226 | 2026-08-11T21:39:45.672Z | |
| 2227 | 2026-08-11T21:39:45.672Z | info: running `cargo check --bins` on wicketd-commission-types (63/334) |
| 2228 | 2026-08-11T21:39:46.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-08-11T21:39:46.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-08-11T21:39:46.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-08-11T21:39:46.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2232 | 2026-08-11T21:39:46.233Z | |
| 2233 | 2026-08-11T21:39:46.234Z | info: running `cargo check --bins` on wicketd-commission-types-versions (64/334) |
| 2234 | 2026-08-11T21:39:46.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-08-11T21:39:46.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-08-11T21:39:46.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-08-11T21:39:46.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2238 | 2026-08-11T21:39:46.794Z | |
| 2239 | 2026-08-11T21:39:46.794Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334) |
| 2240 | 2026-08-11T21:39:47.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-08-11T21:39:47.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-08-11T21:39:47.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-08-11T21:39:47.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2244 | 2026-08-11T21:39:47.343Z | |
| 2245 | 2026-08-11T21:39:47.343Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334) |
| 2246 | 2026-08-11T21:39:47.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-08-11T21:39:47.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-08-11T21:39:47.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-08-11T21:39:47.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2250 | 2026-08-11T21:39:47.897Z | |
| 2251 | 2026-08-11T21:39:47.897Z | info: running `cargo check --bins` on clickhouse-admin-types (67/334) |
| 2252 | 2026-08-11T21:39:48.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-08-11T21:39:48.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-08-11T21:39:48.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-08-11T21:39:48.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2256 | 2026-08-11T21:39:48.471Z | |
| 2257 | 2026-08-11T21:39:48.471Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (68/334) |
| 2258 | 2026-08-11T21:39:48.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-08-11T21:39:48.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-08-11T21:39:48.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2261 | 2026-08-11T21:39:48.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2262 | 2026-08-11T21:39:49.017Z | |
| 2263 | 2026-08-11T21:39:49.017Z | info: running `cargo check --bins` on cockroach-admin-types (69/334) |
| 2264 | 2026-08-11T21:39:49.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2265 | 2026-08-11T21:39:49.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2266 | 2026-08-11T21:39:49.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2267 | 2026-08-11T21:39:49.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2268 | 2026-08-11T21:39:49.563Z | |
| 2269 | 2026-08-11T21:39:49.563Z | info: running `cargo check --bins` on cockroach-admin-types-versions (70/334) |
| 2270 | 2026-08-11T21:39:50.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2271 | 2026-08-11T21:39:50.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2272 | 2026-08-11T21:39:50.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2273 | 2026-08-11T21:39:50.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2274 | 2026-08-11T21:39:50.114Z | |
| 2275 | 2026-08-11T21:39:50.114Z | info: running `cargo check --bins` on ereport-types (71/334) |
| 2276 | 2026-08-11T21:39:50.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2277 | 2026-08-11T21:39:50.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2278 | 2026-08-11T21:39:50.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2279 | 2026-08-11T21:39:50.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2280 | 2026-08-11T21:39:50.670Z | |
| 2281 | 2026-08-11T21:39:50.670Z | info: running `cargo check --bins` on gateway-client (72/334) |
| 2282 | 2026-08-11T21:39:51.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2026-08-11T21:39:51.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2026-08-11T21:39:51.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2285 | 2026-08-11T21:39:51.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2286 | 2026-08-11T21:39:51.226Z | |
| 2287 | 2026-08-11T21:39:51.226Z | info: running `cargo check --bins --no-default-features` on gateway-types (73/334) |
| 2288 | 2026-08-11T21:39:51.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2026-08-11T21:39:51.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2026-08-11T21:39:51.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2026-08-11T21:39:51.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2292 | 2026-08-11T21:39:51.779Z | |
| 2293 | 2026-08-11T21:39:51.779Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334) |
| 2294 | 2026-08-11T21:39:52.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2026-08-11T21:39:52.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2026-08-11T21:39:52.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2026-08-11T21:39:52.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2298 | 2026-08-11T21:39:52.334Z | |
| 2299 | 2026-08-11T21:39:52.334Z | info: running `cargo check --bins --no-default-features` on illumos-utils (75/334) |
| 2300 | 2026-08-11T21:39:52.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2026-08-11T21:39:52.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2026-08-11T21:39:52.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2026-08-11T21:39:52.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2304 | 2026-08-11T21:39:52.909Z | |
| 2305 | 2026-08-11T21:39:52.909Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334) |
| 2306 | 2026-08-11T21:39:53.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2026-08-11T21:39:53.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2026-08-11T21:39:53.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2309 | 2026-08-11T21:39:53.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2310 | 2026-08-11T21:39:53.486Z | |
| 2311 | 2026-08-11T21:39:53.486Z | info: running `cargo check --bins` on key-manager-types (77/334) |
| 2312 | 2026-08-11T21:39:53.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2026-08-11T21:39:53.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2026-08-11T21:39:53.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2026-08-11T21:39:53.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2316 | 2026-08-11T21:39:54.031Z | |
| 2317 | 2026-08-11T21:39:54.032Z | info: running `cargo check --bins` on oxlog (78/334) |
| 2318 | 2026-08-11T21:39:54.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2026-08-11T21:39:54.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2026-08-11T21:39:54.629Z | Checking cfg-if v1.0.4 |
| 2321 | 2026-08-11T21:39:54.633Z | Checking libc v0.2.185 |
| 2322 | 2026-08-11T21:39:54.734Z | Checking serde_core v1.0.228 |
| 2323 | 2026-08-11T21:39:54.748Z | Checking memchr v2.8.0 |
| 2324 | 2026-08-11T21:39:54.755Z | Checking zeroize v1.9.0 |
| 2325 | 2026-08-11T21:39:54.764Z | Checking log v0.4.29 |
| 2326 | 2026-08-11T21:39:54.764Z | Checking smallvec v1.15.1 |
| 2327 | 2026-08-11T21:39:54.784Z | Checking subtle v2.6.1 |
| 2328 | 2026-08-11T21:39:54.795Z | Checking itoa v1.0.17 |
| 2329 | 2026-08-11T21:39:54.906Z | Checking scopeguard v1.2.0 |
| 2330 | 2026-08-11T21:39:54.926Z | Checking typenum v1.20.1 |
| 2331 | 2026-08-11T21:39:54.926Z | Checking stable_deref_trait v1.2.1 |
| 2332 | 2026-08-11T21:39:54.950Z | Checking zerofrom v0.1.6 |
| 2333 | 2026-08-11T21:39:54.964Z | Checking portable-atomic v1.13.1 |
| 2334 | 2026-08-11T21:39:55.002Z | Checking lock_api v0.4.14 |
| 2335 | 2026-08-11T21:39:55.014Z | Checking zerocopy v0.8.40 |
| 2336 | 2026-08-11T21:39:55.060Z | Checking yoke v0.8.1 |
| 2337 | 2026-08-11T21:39:55.121Z | Checking critical-section v1.2.0 |
| 2338 | 2026-08-11T21:39:55.134Z | Checking errno v0.3.14 |
| 2339 | 2026-08-11T21:39:55.202Z | Checking getrandom v0.2.17 |
| 2340 | 2026-08-11T21:39:55.216Z | Checking pin-project-lite v0.2.17 |
| 2341 | 2026-08-11T21:39:55.228Z | Checking zerovec v0.11.5 |
| 2342 | 2026-08-11T21:39:55.244Z | Checking const-oid v0.9.6 |
| 2343 | 2026-08-11T21:39:55.305Z | Checking zmij v1.0.21 |
| 2344 | 2026-08-11T21:39:55.341Z | Checking rand_core v0.6.4 |
| 2345 | 2026-08-11T21:39:55.363Z | Checking once_cell v1.21.3 |
| 2346 | 2026-08-11T21:39:55.512Z | Checking libm v0.2.16 |
| 2347 | 2026-08-11T21:39:55.526Z | Checking signal-hook-registry v1.4.8 |
| 2348 | 2026-08-11T21:39:55.540Z | Checking parking_lot_core v0.9.12 |
| 2349 | 2026-08-11T21:39:55.656Z | Checking tinystr v0.8.2 |
| 2350 | 2026-08-11T21:39:55.668Z | Checking generic-array v0.14.7 |
| 2351 | 2026-08-11T21:39:55.685Z | Checking percent-encoding v2.3.2 |
| 2352 | 2026-08-11T21:39:55.718Z | Checking futures-core v0.3.32 |
| 2353 | 2026-08-11T21:39:55.818Z | Checking rand_core v0.10.0 |
| 2354 | 2026-08-11T21:39:55.830Z | Checking writeable v0.6.2 |
| 2355 | 2026-08-11T21:39:55.841Z | Checking litemap v0.8.1 |
| 2356 | 2026-08-11T21:39:55.914Z | Checking parking_lot v0.12.5 |
| 2357 | 2026-08-11T21:39:55.957Z | Checking getrandom v0.4.1 |
| 2358 | 2026-08-11T21:39:55.988Z | Checking potential_utf v0.1.4 |
| 2359 | 2026-08-11T21:39:56.011Z | Checking icu_locale_core v2.1.1 |
| 2360 | 2026-08-11T21:39:56.103Z | Checking zerotrie v0.2.3 |
| 2361 | 2026-08-11T21:39:56.108Z | Checking mio v1.2.0 |
| 2362 | 2026-08-11T21:39:56.126Z | Checking equivalent v1.0.2 |
| 2363 | 2026-08-11T21:39:56.143Z | Checking icu_collections v2.1.1 |
| 2364 | 2026-08-11T21:39:56.212Z | Checking socket2 v0.6.3 |
| 2365 | 2026-08-11T21:39:56.223Z | Checking num-traits v0.2.19 |
| 2366 | 2026-08-11T21:39:56.232Z | Checking serde v1.0.228 |
| 2367 | 2026-08-11T21:39:58.821Z | Checking bitflags v2.11.0 |
| 2368 | 2026-08-11T21:39:58.888Z | Checking serde_json v1.0.151 |
| 2369 | 2026-08-11T21:39:58.888Z | Checking icu_properties_data v2.1.2 |
| 2370 | 2026-08-11T21:39:58.888Z | Checking icu_normalizer_data v2.1.1 |
| 2371 | 2026-08-11T21:39:58.888Z | Checking byteorder v1.5.0 |
| 2372 | 2026-08-11T21:39:58.888Z | Checking block-buffer v0.10.4 |
| 2373 | 2026-08-11T21:39:58.888Z | Checking icu_provider v2.1.1 |
| 2374 | 2026-08-11T21:39:58.888Z | Checking crypto-common v0.1.7 |
| 2375 | 2026-08-11T21:39:58.888Z | Checking bytes v1.11.1 |
| 2376 | 2026-08-11T21:39:58.888Z | Checking futures-sink v0.3.32 |
| 2377 | 2026-08-11T21:39:58.888Z | Checking hashbrown v0.17.0 |
| 2378 | 2026-08-11T21:39:58.889Z | Checking digest v0.10.7 |
| 2379 | 2026-08-11T21:39:58.889Z | Checking getrandom v0.3.4 |
| 2380 | 2026-08-11T21:39:58.889Z | Checking futures-channel v0.3.32 |
| 2381 | 2026-08-11T21:39:58.889Z | Checking icu_normalizer v2.1.1 |
| 2382 | 2026-08-11T21:39:58.889Z | Checking icu_properties v2.1.2 |
| 2383 | 2026-08-11T21:39:58.889Z | Checking slab v0.4.12 |
| 2384 | 2026-08-11T21:39:58.889Z | Checking utf8_iter v1.0.4 |
| 2385 | 2026-08-11T21:39:58.889Z | Checking futures-io v0.3.32 |
| 2386 | 2026-08-11T21:39:58.889Z | Checking futures-task v0.3.32 |
| 2387 | 2026-08-11T21:39:58.889Z | Checking tokio v1.52.1 |
| 2388 | 2026-08-11T21:39:58.889Z | Checking form_urlencoded v1.2.2 |
| 2389 | 2026-08-11T21:39:58.889Z | Checking rustix v1.1.3 |
| 2390 | 2026-08-11T21:39:58.889Z | Checking indexmap v2.14.0 |
| 2391 | 2026-08-11T21:39:58.889Z | Checking fnv v1.0.7 |
| 2392 | 2026-08-11T21:39:58.889Z | Checking futures-util v0.3.32 |
| 2393 | 2026-08-11T21:39:58.889Z | Checking base64ct v1.8.3 |
| 2394 | 2026-08-11T21:39:58.889Z | Checking flagset v0.4.7 |
| 2395 | 2026-08-11T21:39:58.889Z | Checking iana-time-zone v0.1.65 |
| 2396 | 2026-08-11T21:39:58.889Z | Checking pem-rfc7468 v0.7.0 |
| 2397 | 2026-08-11T21:39:58.889Z | Checking chrono v0.4.45 |
| 2398 | 2026-08-11T21:39:58.889Z | Checking der v0.7.10 |
| 2399 | 2026-08-11T21:39:58.889Z | Checking idna_adapter v1.2.1 |
| 2400 | 2026-08-11T21:39:58.889Z | Checking rand_core v0.9.5 |
| 2401 | 2026-08-11T21:39:58.889Z | Checking ppv-lite86 v0.2.21 |
| 2402 | 2026-08-11T21:39:58.889Z | Checking idna v1.1.0 |
| 2403 | 2026-08-11T21:39:58.889Z | Checking uuid v1.23.4 |
| 2404 | 2026-08-11T21:39:58.889Z | Checking base64 v0.22.1 |
| 2405 | 2026-08-11T21:39:58.889Z | Checking url v2.5.8 |
| 2406 | 2026-08-11T21:39:58.889Z | Checking regex-syntax v0.8.10 |
| 2407 | 2026-08-11T21:39:58.889Z | Checking http v1.4.2 |
| 2408 | 2026-08-11T21:39:58.889Z | Checking utf8parse v0.2.2 |
| 2409 | 2026-08-11T21:39:58.889Z | Checking rand_chacha v0.9.0 |
| 2410 | 2026-08-11T21:39:58.889Z | Checking spki v0.7.3 |
| 2411 | 2026-08-11T21:39:58.889Z | Checking tracing-core v0.1.36 |
| 2412 | 2026-08-11T21:39:58.889Z | Checking anstyle v1.0.14 |
| 2413 | 2026-08-11T21:39:58.889Z | Checking cpufeatures v0.2.17 |
| 2414 | 2026-08-11T21:39:58.889Z | Checking dyn-clone v1.0.20 |
| 2415 | 2026-08-11T21:39:58.890Z | Checking rand v0.9.2 |
| 2416 | 2026-08-11T21:39:58.890Z | Checking pkcs8 v0.10.2 |
| 2417 | 2026-08-11T21:39:58.890Z | Checking tracing v0.1.44 |
| 2418 | 2026-08-11T21:39:58.890Z | Checking semver v1.0.28 |
| 2419 | 2026-08-11T21:39:58.890Z | Checking http-body v1.0.1 |
| 2420 | 2026-08-11T21:39:58.890Z | Checking spin v0.9.8 |
| 2421 | 2026-08-11T21:39:58.964Z | Checking rustls-pki-types v1.14.0 |
| 2422 | 2026-08-11T21:39:58.964Z | Checking anstyle-query v1.1.5 |
| 2423 | 2026-08-11T21:39:58.964Z | Checking tinyvec_macros v0.1.1 |
| 2424 | 2026-08-11T21:39:59.017Z | Checking is_terminal_polyfill v1.70.2 |
| 2425 | 2026-08-11T21:39:59.017Z | Checking colorchoice v1.0.4 |
| 2426 | 2026-08-11T21:39:59.017Z | Checking openssl-probe v0.2.1 |
| 2427 | 2026-08-11T21:39:59.034Z | Checking cmov v0.5.4 |
| 2428 | 2026-08-11T21:39:59.049Z | Checking tinyvec v1.10.0 |
| 2429 | 2026-08-11T21:39:59.058Z | Checking schemars v0.8.22 |
| 2430 | 2026-08-11T21:39:59.086Z | Checking sha2 v0.10.9 |
| 2431 | 2026-08-11T21:39:59.097Z | Checking aws-lc-sys v0.40.0 |
| 2432 | 2026-08-11T21:39:59.126Z | Checking thiserror v2.0.18 |
| 2433 | 2026-08-11T21:39:59.215Z | Checking ctutils v0.4.2 |
| 2434 | 2026-08-11T21:39:59.230Z | Checking atomic-waker v1.1.2 |
| 2435 | 2026-08-11T21:39:59.331Z | Checking untrusted v0.7.1 |
| 2436 | 2026-08-11T21:39:59.346Z | Checking fastrand v2.3.0 |
| 2437 | 2026-08-11T21:39:59.346Z | Checking tower-layer v0.3.3 |
| 2438 | 2026-08-11T21:39:59.374Z | Checking tower-service v0.3.3 |
| 2439 | 2026-08-11T21:39:59.425Z | Checking try-lock v0.2.5 |
| 2440 | 2026-08-11T21:39:59.442Z | Checking hybrid-array v0.4.13 |
| 2441 | 2026-08-11T21:39:59.466Z | Checking anstyle-parse v1.0.0 |
| 2442 | 2026-08-11T21:39:59.508Z | Checking ipnet v2.11.0 |
| 2443 | 2026-08-11T21:39:59.518Z | Checking tempfile v3.25.0 |
| 2444 | 2026-08-11T21:39:59.523Z | Checking want v0.3.1 |
| 2445 | 2026-08-11T21:39:59.601Z | Checking aws-lc-rs v1.16.3 |
| 2446 | 2026-08-11T21:39:59.608Z | Checking httparse v1.10.1 |
| 2447 | 2026-08-11T21:39:59.644Z | Checking crc32fast v1.5.0 |
| 2448 | 2026-08-11T21:39:59.709Z | Checking aho-corasick v1.1.4 |
| 2449 | 2026-08-11T21:39:59.723Z | Checking plain v0.2.3 |
| 2450 | 2026-08-11T21:39:59.747Z | Checking foreign-types-shared v0.1.1 |
| 2451 | 2026-08-11T21:39:59.862Z | Checking tap v1.0.1 |
| 2452 | 2026-08-11T21:39:59.869Z | Checking simd-adler32 v0.3.8 |
| 2453 | 2026-08-11T21:39:59.869Z | Checking httpdate v1.0.3 |
| 2454 | 2026-08-11T21:39:59.869Z | Checking untrusted v0.9.0 |
| 2455 | 2026-08-11T21:39:59.877Z | Checking wyz v0.5.1 |
| 2456 | 2026-08-11T21:39:59.936Z | Checking foreign-types v0.3.2 |
| 2457 | 2026-08-11T21:39:59.960Z | Checking anstream v1.0.0 |
| 2458 | 2026-08-11T21:39:59.975Z | Checking unicode-normalization v0.1.25 |
| 2459 | 2026-08-11T21:40:00.001Z | Checking rand_chacha v0.3.1 |
| 2460 | 2026-08-11T21:40:00.049Z | Checking terminal_size v0.4.3 |
| 2461 | 2026-08-11T21:40:00.155Z | Checking radium v0.7.0 |
| 2462 | 2026-08-11T21:40:00.167Z | Checking signature v2.2.0 |
| 2463 | 2026-08-11T21:40:00.180Z | Checking num-integer v0.1.46 |
| 2464 | 2026-08-11T21:40:00.206Z | Checking hex v0.4.3 |
| 2465 | 2026-08-11T21:40:00.293Z | Checking openssl-sys v0.9.117 |
| 2466 | 2026-08-11T21:40:00.307Z | Checking tokio-util v0.7.18 |
| 2467 | 2026-08-11T21:40:00.325Z | Checking wait-timeout v0.2.1 |
| 2468 | 2026-08-11T21:40:00.373Z | Checking strsim v0.11.1 |
| 2469 | 2026-08-11T21:40:00.386Z | Checking regex-automata v0.4.14 |
| 2470 | 2026-08-11T21:40:00.398Z | Checking unicode-ident v1.0.24 |
| 2471 | 2026-08-11T21:40:00.422Z | Checking rustls-webpki v0.103.13 |
| 2472 | 2026-08-11T21:40:00.434Z | Checking adler2 v2.0.1 |
| 2473 | 2026-08-11T21:40:00.445Z | Checking funty v2.0.0 |
| 2474 | 2026-08-11T21:40:00.499Z | Checking ucd-trie v0.1.7 |
| 2475 | 2026-08-11T21:40:00.535Z | Checking clap_lex v1.0.0 |
| 2476 | 2026-08-11T21:40:00.548Z | Checking quick-error v1.2.3 |
| 2477 | 2026-08-11T21:40:00.629Z | Checking bit-vec v0.8.0 |
| 2478 | 2026-08-11T21:40:00.644Z | Checking rusty-fork v0.3.1 |
| 2479 | 2026-08-11T21:40:00.658Z | Checking openssl v0.10.80 |
| 2480 | 2026-08-11T21:40:00.684Z | Checking clap_builder v4.6.0 |
| 2481 | 2026-08-11T21:40:00.758Z | Checking bitvec v1.0.1 |
| 2482 | 2026-08-11T21:40:00.810Z | Checking pest v2.8.6 |
| 2483 | 2026-08-11T21:40:00.823Z | Checking bit-set v0.8.0 |
| 2484 | 2026-08-11T21:40:00.833Z | Checking rustls v0.23.41 |
| 2485 | 2026-08-11T21:40:00.924Z | Checking h2 v0.4.15 |
| 2486 | 2026-08-11T21:40:00.961Z | Checking miniz_oxide v0.8.9 |
| 2487 | 2026-08-11T21:40:01.327Z | Checking proc-macro2 v1.0.106 |
| 2488 | 2026-08-11T21:40:01.636Z | Checking num-iter v0.1.45 |
| 2489 | 2026-08-11T21:40:01.749Z | Checking rand v0.8.6 |
| 2490 | 2026-08-11T21:40:01.892Z | Checking lazy_static v1.5.0 |
| 2491 | 2026-08-11T21:40:01.951Z | Checking anstyle-parse v0.2.7 |
| 2492 | 2026-08-11T21:40:01.981Z | Checking rand_xorshift v0.4.0 |
| 2493 | 2026-08-11T21:40:02.075Z | Checking thiserror v1.0.69 |
| 2494 | 2026-08-11T21:40:02.097Z | Checking maybe-uninit v2.0.0 |
| 2495 | 2026-08-11T21:40:02.112Z | Checking hmac v0.12.1 |
| 2496 | 2026-08-11T21:40:02.163Z | Checking toml_datetime v0.6.11 |
| 2497 | 2026-08-11T21:40:02.175Z | Checking serde_spanned v0.6.9 |
| 2498 | 2026-08-11T21:40:02.226Z | Checking sync_wrapper v1.0.2 |
| 2499 | 2026-08-11T21:40:02.240Z | Checking crc-catalog v2.4.0 |
| 2500 | 2026-08-11T21:40:02.257Z | Checking siphasher v1.0.2 |
| 2501 | 2026-08-11T21:40:02.293Z | Checking nodrop v0.1.14 |
| 2502 | 2026-08-11T21:40:02.326Z | Checking pretty-hex v0.4.1 |
| 2503 | 2026-08-11T21:40:02.326Z | Checking powerfmt v0.2.0 |
| 2504 | 2026-08-11T21:40:02.349Z | Checking unarray v0.1.4 |
| 2505 | 2026-08-11T21:40:02.376Z | Checking zlib-rs v0.6.2 |
| 2506 | 2026-08-11T21:40:02.408Z | Checking array-init v0.0.4 |
| 2507 | 2026-08-11T21:40:02.445Z | Checking proptest v1.11.0 |
| 2508 | 2026-08-11T21:40:02.448Z | Checking tower v0.5.3 |
| 2509 | 2026-08-11T21:40:02.473Z | Checking deranged v0.5.8 |
| 2510 | 2026-08-11T21:40:02.684Z | Checking native-tls v0.2.18 |
| 2511 | 2026-08-11T21:40:02.701Z | Checking crc v3.4.0 |
| 2512 | 2026-08-11T21:40:02.826Z | Checking num-bigint-dig v0.8.6 |
| 2513 | 2026-08-11T21:40:02.862Z | Checking smallvec v0.6.14 |
| 2514 | 2026-08-11T21:40:02.943Z | Checking anstream v0.6.21 |
| 2515 | 2026-08-11T21:40:03.046Z | Checking packed_struct v0.10.1 |
| 2516 | 2026-08-11T21:40:03.072Z | Checking clap v4.6.1 |
| 2517 | 2026-08-11T21:40:03.086Z | Checking quote v1.0.45 |
| 2518 | 2026-08-11T21:40:03.151Z | Checking ipnetwork v0.21.1 |
| 2519 | 2026-08-11T21:40:03.254Z | Checking flate2 v1.1.9 |
| 2520 | 2026-08-11T21:40:03.270Z | Checking http-body-util v0.1.3 |
| 2521 | 2026-08-11T21:40:03.367Z | Checking pkcs1 v0.7.5 |
| 2522 | 2026-08-11T21:40:03.392Z | Checking crossbeam-utils v0.8.21 |
| 2523 | 2026-08-11T21:40:03.477Z | Checking bitfield v0.19.4 |
| 2524 | 2026-08-11T21:40:03.544Z | Checking zerocopy v0.6.6 |
| 2525 | 2026-08-11T21:40:03.571Z | Checking ahash v0.8.12 |
| 2526 | 2026-08-11T21:40:03.633Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2527 | 2026-08-11T21:40:03.716Z | Checking scroll v0.13.0 |
| 2528 | 2026-08-11T21:40:03.739Z | Checking hyper v1.10.1 |
| 2529 | 2026-08-11T21:40:03.743Z | Checking env_filter v1.0.0 |
| 2530 | 2026-08-11T21:40:03.756Z | Checking allocator-api2 v0.2.21 |
| 2531 | 2026-08-11T21:40:03.768Z | Checking ryu v1.0.23 |
| 2532 | 2026-08-11T21:40:03.832Z | Checking time-core v0.1.8 |
| 2533 | 2026-08-11T21:40:03.881Z | Checking unicode-properties v0.1.4 |
| 2534 | 2026-08-11T21:40:03.897Z | Checking num_threads v0.1.7 |
| 2535 | 2026-08-11T21:40:03.940Z | Checking num-conv v0.2.0 |
| 2536 | 2026-08-11T21:40:03.969Z | Checking iri-string v0.7.10 |
| 2537 | 2026-08-11T21:40:03.982Z | Checking base64 v0.21.7 |
| 2538 | 2026-08-11T21:40:04.033Z | Checking unicode-bidi v0.3.18 |
| 2539 | 2026-08-11T21:40:04.055Z | Checking winnow v0.5.40 |
| 2540 | 2026-08-11T21:40:04.068Z | Checking hashbrown v0.12.3 |
| 2541 | 2026-08-11T21:40:04.096Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2542 | 2026-08-11T21:40:04.213Z | Checking ron v0.8.1 |
| 2543 | 2026-08-11T21:40:04.248Z | Checking newtype-uuid v1.3.2 |
| 2544 | 2026-08-11T21:40:04.327Z | Checking stringprep v0.1.5 |
| 2545 | 2026-08-11T21:40:04.447Z | Checking time v0.3.47 |
| 2546 | 2026-08-11T21:40:04.469Z | Checking indexmap v1.9.3 |
| 2547 | 2026-08-11T21:40:04.482Z | Checking goblin v0.10.5 |
| 2548 | 2026-08-11T21:40:04.663Z | Checking hyper-util v0.1.20 |
| 2549 | 2026-08-11T21:40:04.733Z | Checking serde_urlencoded v0.7.1 |
| 2550 | 2026-08-11T21:40:04.777Z | Checking env_logger v0.11.9 |
| 2551 | 2026-08-11T21:40:04.938Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2552 | 2026-08-11T21:40:04.968Z | Checking hashbrown v0.13.2 |
| 2553 | 2026-08-11T21:40:04.984Z | Checking tower-http v0.6.8 |
| 2554 | 2026-08-11T21:40:05.091Z | Checking crossbeam-epoch v0.9.18 |
| 2555 | 2026-08-11T21:40:05.198Z | Checking toml_edit v0.19.15 |
| 2556 | 2026-08-11T21:40:05.266Z | Checking bzip2 v0.4.4 |
| 2557 | 2026-08-11T21:40:05.314Z | Checking rsa v0.9.10 |
| 2558 | 2026-08-11T21:40:05.388Z | Checking oxnet v0.1.6 |
| 2559 | 2026-08-11T21:40:05.429Z | Checking syn v2.0.117 |
| 2560 | 2026-08-11T21:40:05.583Z | Checking serde-hex v0.1.0 |
| 2561 | 2026-08-11T21:40:05.647Z | Checking tokio-native-tls v0.3.1 |
| 2562 | 2026-08-11T21:40:05.777Z | Checking bstr v1.12.1 |
| 2563 | 2026-08-11T21:40:05.809Z | Checking block-buffer v0.12.1 |
| 2564 | 2026-08-11T21:40:05.906Z | Checking block-padding v0.4.2 |
| 2565 | 2026-08-11T21:40:05.987Z | Checking crypto-common v0.2.2 |
| 2566 | 2026-08-11T21:40:06.045Z | Checking rustls-native-certs v0.8.3 |
| 2567 | 2026-08-11T21:40:06.179Z | Checking scroll v0.12.0 |
| 2568 | 2026-08-11T21:40:06.195Z | Checking x509-cert v0.2.5 |
| 2569 | 2026-08-11T21:40:06.242Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2570 | 2026-08-11T21:40:06.372Z | Checking md-5 v0.10.6 |
| 2571 | 2026-08-11T21:40:06.422Z | Checking hash32 v0.2.1 |
| 2572 | 2026-08-11T21:40:06.509Z | Checking encoding_rs v0.8.35 |
| 2573 | 2026-08-11T21:40:06.583Z | Checking crc-any v2.5.0 |
| 2574 | 2026-08-11T21:40:06.606Z | Checking fallible-iterator v0.2.0 |
| 2575 | 2026-08-11T21:40:06.756Z | Checking psl-types v2.0.11 |
| 2576 | 2026-08-11T21:40:06.814Z | Checking mime v0.3.17 |
| 2577 | 2026-08-11T21:40:06.841Z | Checking either v1.15.0 |
| 2578 | 2026-08-11T21:40:06.870Z | Checking publicsuffix v2.3.0 |
| 2579 | 2026-08-11T21:40:06.883Z | Checking postgres-protocol v0.6.10 |
| 2580 | 2026-08-11T21:40:06.994Z | Checking dof v0.4.0 |
| 2581 | 2026-08-11T21:40:07.026Z | Checking heapless v0.7.17 |
| 2582 | 2026-08-11T21:40:07.039Z | Checking goblin v0.8.2 |
| 2583 | 2026-08-11T21:40:07.102Z | Checking zstd-safe v7.2.4 |
| 2584 | 2026-08-11T21:40:07.144Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2585 | 2026-08-11T21:40:07.195Z | Checking toml v0.7.8 |
| 2586 | 2026-08-11T21:40:07.266Z | Checking inout v0.2.2 |
| 2587 | 2026-08-11T21:40:07.412Z | Checking hyper-tls v0.6.0 |
| 2588 | 2026-08-11T21:40:07.440Z | Checking daft v0.1.7 |
| 2589 | 2026-08-11T21:40:07.453Z | Checking cookie v0.18.1 |
| 2590 | 2026-08-11T21:40:07.499Z | Checking zip v0.6.6 |
| 2591 | 2026-08-11T21:40:07.582Z | Checking object v0.30.4 |
| 2592 | 2026-08-11T21:40:07.622Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2593 | 2026-08-11T21:40:07.677Z | Checking tokio-rustls v0.26.4 |
| 2594 | 2026-08-11T21:40:07.690Z | Checking phf_shared v0.13.1 |
| 2595 | 2026-08-11T21:40:07.731Z | Checking dtrace-parser v0.3.0 |
| 2596 | 2026-08-11T21:40:07.780Z | Checking zerocopy v0.7.35 |
| 2597 | 2026-08-11T21:40:07.820Z | Checking pin-project v1.1.11 |
| 2598 | 2026-08-11T21:40:07.878Z | Checking futures-executor v0.3.32 |
| 2599 | 2026-08-11T21:40:07.902Z | Checking signal-hook v0.3.18 |
| 2600 | 2026-08-11T21:40:07.916Z | Checking ff v0.13.1 |
| 2601 | 2026-08-11T21:40:07.966Z | Checking thread-id v5.1.0 |
| 2602 | 2026-08-11T21:40:08.022Z | Checking jiff-core v0.1.0 |
| 2603 | 2026-08-11T21:40:08.037Z | Checking libbz2-rs-sys v0.2.2 |
| 2604 | 2026-08-11T21:40:08.050Z | Checking foldhash v0.1.5 |
| 2605 | 2026-08-11T21:40:08.087Z | Compiling rayon-core v1.13.0 |
| 2606 | 2026-08-11T21:40:08.104Z | Checking managed v0.8.0 |
| 2607 | 2026-08-11T21:40:08.178Z | Checking foldhash v0.2.0 |
| 2608 | 2026-08-11T21:40:08.265Z | Checking base16ct v0.2.0 |
| 2609 | 2026-08-11T21:40:08.277Z | Checking same-file v1.0.6 |
| 2610 | 2026-08-11T21:40:08.288Z | Checking path-slash v0.1.5 |
| 2611 | 2026-08-11T21:40:08.332Z | Checking bitflags v1.3.2 |
| 2612 | 2026-08-11T21:40:08.382Z | Checking bumpalo v3.20.2 |
| 2613 | 2026-08-11T21:40:08.395Z | Checking walkdir v2.5.0 |
| 2614 | 2026-08-11T21:40:08.398Z | Checking sec1 v0.7.3 |
| 2615 | 2026-08-11T21:40:08.418Z | Checking smoltcp v0.9.1 |
| 2616 | 2026-08-11T21:40:08.421Z | Checking bzip2 v0.6.1 |
| 2617 | 2026-08-11T21:40:08.548Z | Checking hashbrown v0.16.1 |
| 2618 | 2026-08-11T21:40:08.585Z | Checking zopfli v0.8.3 |
| 2619 | 2026-08-11T21:40:08.599Z | Checking hashbrown v0.15.5 |
| 2620 | 2026-08-11T21:40:08.602Z | Checking signal-hook-mio v0.2.5 |
| 2621 | 2026-08-11T21:40:08.700Z | Checking jiff v0.2.34 |
| 2622 | 2026-08-11T21:40:08.713Z | Checking usdt-impl v0.6.0 |
| 2623 | 2026-08-11T21:40:08.910Z | Checking group v0.13.0 |
| 2624 | 2026-08-11T21:40:08.928Z | Checking dof v0.3.0 |
| 2625 | 2026-08-11T21:40:08.990Z | Checking futures v0.3.32 |
| 2626 | 2026-08-11T21:40:09.013Z | Checking snafu v0.8.9 |
| 2627 | 2026-08-11T21:40:09.044Z | Checking hyper-rustls v0.27.7 |
| 2628 | 2026-08-11T21:40:09.056Z | Checking phf v0.13.1 |
| 2629 | 2026-08-11T21:40:09.067Z | Checking cookie_store v0.22.1 |
| 2630 | 2026-08-11T21:40:09.079Z | Checking reqwest v0.12.28 |
| 2631 | 2026-08-11T21:40:09.197Z | Checking cipher v0.5.2 |
| 2632 | 2026-08-11T21:40:09.212Z | Checking zstd v0.13.3 |
| 2633 | 2026-08-11T21:40:09.247Z | Checking postgres-types v0.2.12 |
| 2634 | 2026-08-11T21:40:09.250Z | Checking globset v0.4.18 |
| 2635 | 2026-08-11T21:40:09.390Z | Checking rustls-platform-verifier v0.6.2 |
| 2636 | 2026-08-11T21:40:09.403Z | Checking crossbeam-deque v0.8.6 |
| 2637 | 2026-08-11T21:40:09.433Z | Checking phf_shared v0.11.3 |
| 2638 | 2026-08-11T21:40:09.511Z | Checking hkdf v0.12.4 |
| 2639 | 2026-08-11T21:40:09.529Z | Checking regex v1.12.3 |
| 2640 | 2026-08-11T21:40:09.562Z | Checking dtrace-parser v0.2.0 |
| 2641 | 2026-08-11T21:40:09.575Z | Checking byte-wrapper v0.1.0 |
| 2642 | 2026-08-11T21:40:09.578Z | Checking curve25519-dalek v4.1.3 |
| 2643 | 2026-08-11T21:40:09.642Z | Checking ref-cast v1.0.25 |
| 2644 | 2026-08-11T21:40:09.674Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2645 | 2026-08-11T21:40:09.740Z | Checking strum v0.27.2 |
| 2646 | 2026-08-11T21:40:09.775Z | Checking olpc-cjson v0.1.4 |
| 2647 | 2026-08-11T21:40:09.788Z | Checking hubpack v0.1.2 |
| 2648 | 2026-08-11T21:40:09.801Z | Checking ed25519 v2.2.3 |
| 2649 | 2026-08-11T21:40:09.831Z | Checking memoffset v0.9.1 |
| 2650 | 2026-08-11T21:40:09.846Z | Checking rustix v0.38.44 |
| 2651 | 2026-08-11T21:40:09.894Z | Checking pem v3.0.6 |
| 2652 | 2026-08-11T21:40:09.906Z | Checking float-cmp v0.10.0 |
| 2653 | 2026-08-11T21:40:09.949Z | Checking erased-serde v0.3.31 |
| 2654 | 2026-08-11T21:40:09.979Z | Checking serde-big-array v0.5.1 |
| 2655 | 2026-08-11T21:40:10.015Z | Checking serde_plain v1.0.2 |
| 2656 | 2026-08-11T21:40:10.028Z | Checking crypto-bigint v0.5.5 |
| 2657 | 2026-08-11T21:40:10.048Z | Checking thread-id v4.2.2 |
| 2658 | 2026-08-11T21:40:10.110Z | Checking memmap2 v0.9.10 |
| 2659 | 2026-08-11T21:40:10.125Z | Checking precomputed-hash v0.1.1 |
| 2660 | 2026-08-11T21:40:10.157Z | Checking const-oid v0.10.2 |
| 2661 | 2026-08-11T21:40:10.204Z | Checking difflib v0.4.0 |
| 2662 | 2026-08-11T21:40:10.269Z | Checking winnow v0.7.14 |
| 2663 | 2026-08-11T21:40:10.311Z | Checking unicode-segmentation v1.12.0 |
| 2664 | 2026-08-11T21:40:10.329Z | Checking toml_write v0.1.2 |
| 2665 | 2026-08-11T21:40:10.362Z | Checking whoami v2.1.0 |
| 2666 | 2026-08-11T21:40:10.378Z | Checking fixedbitset v0.5.7 |
| 2667 | 2026-08-11T21:40:10.493Z | Checking typed-path v0.9.3 |
| 2668 | 2026-08-11T21:40:10.556Z | Checking keccak v0.1.6 |
| 2669 | 2026-08-11T21:40:10.570Z | Checking predicates-core v1.0.10 |
| 2670 | 2026-08-11T21:40:10.611Z | Checking new_debug_unreachable v1.0.6 |
| 2671 | 2026-08-11T21:40:10.615Z | Checking normalize-line-endings v0.3.0 |
| 2672 | 2026-08-11T21:40:10.653Z | Checking winnow v1.0.3 |
| 2673 | 2026-08-11T21:40:10.676Z | Checking data-encoding v2.10.0 |
| 2674 | 2026-08-11T21:40:10.688Z | Checking cpufeatures v0.3.0 |
| 2675 | 2026-08-11T21:40:10.705Z | Checking fixedbitset v0.4.2 |
| 2676 | 2026-08-11T21:40:10.721Z | Checking static_assertions v1.1.0 |
| 2677 | 2026-08-11T21:40:10.753Z | Checking chacha20 v0.10.0 |
| 2678 | 2026-08-11T21:40:10.788Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2679 | 2026-08-11T21:40:10.850Z | Checking petgraph v0.6.5 |
| 2680 | 2026-08-11T21:40:10.931Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2681 | 2026-08-11T21:40:10.953Z | Checking hickory-proto v0.25.2 |
| 2682 | 2026-08-11T21:40:10.956Z | Checking elliptic-curve v0.13.8 |
| 2683 | 2026-08-11T21:40:11.009Z | Checking sha3 v0.10.8 |
| 2684 | 2026-08-11T21:40:11.220Z | Checking predicates v3.1.4 |
| 2685 | 2026-08-11T21:40:11.263Z | Checking string_cache v0.8.9 |
| 2686 | 2026-08-11T21:40:11.275Z | Checking crossterm v0.28.1 |
| 2687 | 2026-08-11T21:40:11.288Z | Checking tough v0.22.0 |
| 2688 | 2026-08-11T21:40:11.432Z | Checking zip v4.6.1 |
| 2689 | 2026-08-11T21:40:11.504Z | Checking toml_edit v0.22.27 |
| 2690 | 2026-08-11T21:40:11.523Z | Checking similar v2.7.0 |
| 2691 | 2026-08-11T21:40:11.896Z | Checking petgraph v0.8.3 |
| 2692 | 2026-08-11T21:40:11.972Z | Checking tokio-postgres v0.7.16 |
| 2693 | 2026-08-11T21:40:12.006Z | Checking ed25519-dalek v2.2.0 |
| 2694 | 2026-08-11T21:40:12.113Z | Checking slog v2.8.2 |
| 2695 | 2026-08-11T21:40:12.234Z | Checking digest v0.11.3 |
| 2696 | 2026-08-11T21:40:12.382Z | Checking usdt v0.6.0 |
| 2697 | 2026-08-11T21:40:12.412Z | Checking usdt-impl v0.5.0 |
| 2698 | 2026-08-11T21:40:12.547Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2699 | 2026-08-11T21:40:12.596Z | Checking nix v0.31.2 |
| 2700 | 2026-08-11T21:40:12.695Z | Checking iddqd v0.4.2 |
| 2701 | 2026-08-11T21:40:13.133Z | Checking reqwest v0.13.2 |
| 2702 | 2026-08-11T21:40:13.224Z | Checking itertools v0.13.0 |
| 2703 | 2026-08-11T21:40:13.298Z | Checking itertools v0.15.0 |
| 2704 | 2026-08-11T21:40:13.383Z | Checking strum v0.26.3 |
| 2705 | 2026-08-11T21:40:13.454Z | Checking serde_with v3.21.0 |
| 2706 | 2026-08-11T21:40:13.493Z | Checking fs-err v3.3.0 |
| 2707 | 2026-08-11T21:40:13.600Z | Checking object v0.37.3 |
| 2708 | 2026-08-11T21:40:13.734Z | Checking tokio-stream v0.1.18 |
| 2709 | 2026-08-11T21:40:13.790Z | Checking buf-list v1.1.2 |
| 2710 | 2026-08-11T21:40:13.807Z | Checking camino v1.2.2 |
| 2711 | 2026-08-11T21:40:13.975Z | Checking anyhow v1.0.102 |
| 2712 | 2026-08-11T21:40:13.987Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2713 | 2026-08-11T21:40:14.051Z | Checking openapiv3 v2.2.0 |
| 2714 | 2026-08-11T21:40:14.121Z | Checking peg-runtime v0.8.5 |
| 2715 | 2026-08-11T21:40:14.172Z | Checking lalrpop-util v0.19.12 |
| 2716 | 2026-08-11T21:40:14.244Z | Checking rayon v1.11.0 |
| 2717 | 2026-08-11T21:40:14.256Z | Checking sigpipe v0.1.3 |
| 2718 | 2026-08-11T21:40:14.268Z | Checking glob v0.3.3 |
| 2719 | 2026-08-11T21:40:15.757Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2720 | 2026-08-11T21:40:15.813Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2721 | 2026-08-11T21:40:16.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.06s |
| 2722 | 2026-08-11T21:40:16.258Z | |
| 2723 | 2026-08-11T21:40:16.258Z | info: running `cargo check --bins` on internal-dns-types (79/334) |
| 2724 | 2026-08-11T21:40:16.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2725 | 2026-08-11T21:40:16.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2726 | 2026-08-11T21:40:16.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2727 | 2026-08-11T21:40:16.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2728 | 2026-08-11T21:40:16.823Z | |
| 2729 | 2026-08-11T21:40:16.823Z | info: running `cargo check --bins` on internal-dns-types-versions (80/334) |
| 2730 | 2026-08-11T21:40:17.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2026-08-11T21:40:17.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2026-08-11T21:40:17.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2733 | 2026-08-11T21:40:17.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2734 | 2026-08-11T21:40:17.385Z | |
| 2735 | 2026-08-11T21:40:17.385Z | info: running `cargo check --bins` on nexus-types-versions (81/334) |
| 2736 | 2026-08-11T21:40:17.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2026-08-11T21:40:17.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2026-08-11T21:40:17.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2739 | 2026-08-11T21:40:17.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2740 | 2026-08-11T21:40:17.962Z | |
| 2741 | 2026-08-11T21:40:17.962Z | info: running `cargo check --bins` on oxql-types (82/334) |
| 2742 | 2026-08-11T21:40:18.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2743 | 2026-08-11T21:40:18.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2744 | 2026-08-11T21:40:18.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2745 | 2026-08-11T21:40:18.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2746 | 2026-08-11T21:40:18.527Z | |
| 2747 | 2026-08-11T21:40:18.527Z | info: running `cargo check --bins` on oximeter-types (83/334) |
| 2748 | 2026-08-11T21:40:19.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2026-08-11T21:40:19.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2026-08-11T21:40:19.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2751 | 2026-08-11T21:40:19.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2752 | 2026-08-11T21:40:19.091Z | |
| 2753 | 2026-08-11T21:40:19.091Z | info: running `cargo check --bins` on oximeter-types-versions (84/334) |
| 2754 | 2026-08-11T21:40:19.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2026-08-11T21:40:19.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2026-08-11T21:40:19.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2757 | 2026-08-11T21:40:19.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2758 | 2026-08-11T21:40:19.655Z | |
| 2759 | 2026-08-11T21:40:19.655Z | info: running `cargo check --bins` on oximeter-macro-impl (85/334) |
| 2760 | 2026-08-11T21:40:20.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2026-08-11T21:40:20.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2026-08-11T21:40:20.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2026-08-11T21:40:20.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2764 | 2026-08-11T21:40:20.208Z | |
| 2765 | 2026-08-11T21:40:20.208Z | info: running `cargo check --bins --no-default-features` on oximeter-db (86/334) |
| 2766 | 2026-08-11T21:40:20.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2026-08-11T21:40:20.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2026-08-11T21:40:20.878Z | Compiling multer v3.1.0 |
| 2769 | 2026-08-11T21:40:20.994Z | Compiling async-stream-impl v0.3.6 |
| 2770 | 2026-08-11T21:40:20.999Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2771 | 2026-08-11T21:40:21.011Z | Compiling dropshot v0.17.1 |
| 2772 | 2026-08-11T21:40:21.026Z | Compiling parse-display-derive v0.10.0 |
| 2773 | 2026-08-11T21:40:21.037Z | Compiling dropshot_endpoint v0.17.1 |
| 2774 | 2026-08-11T21:40:21.040Z | Compiling newtype-uuid-macros v0.1.0 |
| 2775 | 2026-08-11T21:40:21.067Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2776 | 2026-08-11T21:40:21.211Z | Checking thread_local v1.1.9 |
| 2777 | 2026-08-11T21:40:21.236Z | Checking match_cfg v0.1.0 |
| 2778 | 2026-08-11T21:40:21.330Z | Checking compression-core v0.4.31 |
| 2779 | 2026-08-11T21:40:21.377Z | Checking hostname v0.3.1 |
| 2780 | 2026-08-11T21:40:21.414Z | Checking crossbeam-channel v0.5.15 |
| 2781 | 2026-08-11T21:40:21.441Z | Checking compression-codecs v0.4.37 |
| 2782 | 2026-08-11T21:40:21.464Z | Checking atomicwrites v0.4.4 |
| 2783 | 2026-08-11T21:40:21.482Z | Checking slog-json v2.6.1 |
| 2784 | 2026-08-11T21:40:21.573Z | Checking is-terminal v0.4.17 |
| 2785 | 2026-08-11T21:40:21.587Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2786 | 2026-08-11T21:40:21.603Z | Checking serde_spanned v1.1.1 |
| 2787 | 2026-08-11T21:40:21.637Z | Checking take_mut v0.2.2 |
| 2788 | 2026-08-11T21:40:21.660Z | Checking term v1.2.1 |
| 2789 | 2026-08-11T21:40:21.731Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2790 | 2026-08-11T21:40:21.744Z | Checking debug-ignore v1.0.5 |
| 2791 | 2026-08-11T21:40:21.755Z | Checking slog-async v2.8.0 |
| 2792 | 2026-08-11T21:40:21.781Z | Checking slog-bunyan v2.5.0 |
| 2793 | 2026-08-11T21:40:21.802Z | Checking async-compression v0.4.41 |
| 2794 | 2026-08-11T21:40:21.836Z | Checking async-stream v0.3.6 |
| 2795 | 2026-08-11T21:40:21.879Z | Checking slog-term v2.9.2 |
| 2796 | 2026-08-11T21:40:21.893Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2797 | 2026-08-11T21:40:21.905Z | Checking toml v1.1.2+spec-1.1.0 |
| 2798 | 2026-08-11T21:40:21.925Z | Checking progenitor-client v0.14.0 |
| 2799 | 2026-08-11T21:40:21.960Z | Checking sha1 v0.11.0 |
| 2800 | 2026-08-11T21:40:22.043Z | Checking waitgroup v0.1.2 |
| 2801 | 2026-08-11T21:40:22.138Z | Checking rustls-pemfile v2.2.0 |
| 2802 | 2026-08-11T21:40:22.151Z | Checking backon v1.6.0 |
| 2803 | 2026-08-11T21:40:22.163Z | Checking serde_path_to_error v0.1.20 |
| 2804 | 2026-08-11T21:40:22.166Z | Checking hostname v0.4.2 |
| 2805 | 2026-08-11T21:40:22.220Z | Checking instant v0.1.13 |
| 2806 | 2026-08-11T21:40:22.303Z | Checking backoff v0.4.0 |
| 2807 | 2026-08-11T21:40:22.317Z | Checking progenitor-extras v0.2.0 |
| 2808 | 2026-08-11T21:40:22.429Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2809 | 2026-08-11T21:40:22.473Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2810 | 2026-08-11T21:40:22.487Z | Checking regress v0.10.5 |
| 2811 | 2026-08-11T21:40:22.490Z | Checking itertools v0.14.0 |
| 2812 | 2026-08-11T21:40:22.640Z | Checking macaddr v1.0.1 |
| 2813 | 2026-08-11T21:40:22.687Z | Checking parse-display v0.10.0 |
| 2814 | 2026-08-11T21:40:22.817Z | Checking humantime v2.3.0 |
| 2815 | 2026-08-11T21:40:23.558Z | Compiling prettyplease v0.2.37 |
| 2816 | 2026-08-11T21:40:23.897Z | Checking num-rational v0.4.2 |
| 2817 | 2026-08-11T21:40:24.176Z | Checking num-complex v0.4.6 |
| 2818 | 2026-08-11T21:40:24.624Z | Compiling num v0.4.3 |
| 2819 | 2026-08-11T21:40:24.701Z | Compiling usdt-attr-macro v0.5.0 |
| 2820 | 2026-08-11T21:40:24.714Z | Compiling usdt-macro v0.5.0 |
| 2821 | 2026-08-11T21:40:24.717Z | Checking memmap v0.7.0 |
| 2822 | 2026-08-11T21:40:24.757Z | Compiling float-ord v0.3.2 |
| 2823 | 2026-08-11T21:40:24.776Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2824 | 2026-08-11T21:40:24.873Z | Compiling convert_case v0.4.0 |
| 2825 | 2026-08-11T21:40:24.957Z | Checking unicode-width v0.2.0 |
| 2826 | 2026-08-11T21:40:25.208Z | Checking console v0.15.11 |
| 2827 | 2026-08-11T21:40:25.239Z | Compiling derive_more v0.99.20 |
| 2828 | 2026-08-11T21:40:25.441Z | Checking newline-converter v0.3.0 |
| 2829 | 2026-08-11T21:40:25.481Z | Compiling toml v0.8.23 |
| 2830 | 2026-08-11T21:40:25.484Z | Checking usdt v0.5.0 |
| 2831 | 2026-08-11T21:40:25.550Z | Checking linked-hash-map v0.5.6 |
| 2832 | 2026-08-11T21:40:25.655Z | Compiling minimal-lexical v0.2.1 |
| 2833 | 2026-08-11T21:40:25.722Z | Checking lru-cache v0.1.2 |
| 2834 | 2026-08-11T21:40:25.844Z | Compiling nom v7.1.3 |
| 2835 | 2026-08-11T21:40:25.907Z | Checking expectorate v1.2.0 |
| 2836 | 2026-08-11T21:40:26.414Z | Checking camino-tempfile v1.4.1 |
| 2837 | 2026-08-11T21:40:26.474Z | Checking hickory-proto v0.24.4 |
| 2838 | 2026-08-11T21:40:26.578Z | Checking phf_shared v0.12.1 |
| 2839 | 2026-08-11T21:40:26.592Z | Compiling slog-dtrace v0.3.0 |
| 2840 | 2026-08-11T21:40:26.723Z | Checking resolv-conf v0.7.6 |
| 2841 | 2026-08-11T21:40:26.913Z | Checking heck v0.5.0 |
| 2842 | 2026-08-11T21:40:27.099Z | Compiling chrono-tz v0.10.4 |
| 2843 | 2026-08-11T21:40:27.104Z | Compiling unicode-xid v0.2.6 |
| 2844 | 2026-08-11T21:40:27.183Z | Compiling const_format_proc_macros v0.2.34 |
| 2845 | 2026-08-11T21:40:27.258Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-08-11T21:40:27.288Z | Checking phf v0.12.1 |
| 2847 | 2026-08-11T21:40:27.434Z | Checking tokio-dtrace v0.1.1 |
| 2848 | 2026-08-11T21:40:27.628Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2849 | 2026-08-11T21:40:27.731Z | Compiling derive-where v1.6.0 |
| 2850 | 2026-08-11T21:40:27.750Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2851 | 2026-08-11T21:40:27.901Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2852 | 2026-08-11T21:40:28.002Z | Checking highway v1.3.0 |
| 2853 | 2026-08-11T21:40:28.240Z | Checking const_format v0.2.35 |
| 2854 | 2026-08-11T21:40:28.318Z | Checking hickory-resolver v0.24.4 |
| 2855 | 2026-08-11T21:40:28.473Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2856 | 2026-08-11T21:40:28.993Z | Checking oxide-tokio-rt v0.1.4 |
| 2857 | 2026-08-11T21:40:29.057Z | Checking qorb v0.4.1 |
| 2858 | 2026-08-11T21:40:29.298Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2859 | 2026-08-11T21:40:29.395Z | Checking gethostname v0.5.0 |
| 2860 | 2026-08-11T21:40:29.415Z | Checking bcs v0.1.6 |
| 2861 | 2026-08-11T21:40:29.430Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2862 | 2026-08-11T21:40:29.444Z | Checking termtree v0.5.1 |
| 2863 | 2026-08-11T21:40:29.572Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2864 | 2026-08-11T21:40:29.572Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2865 | 2026-08-11T21:40:32.668Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2866 | 2026-08-11T21:40:35.954Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2867 | 2026-08-11T21:40:38.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s |
| 2868 | 2026-08-11T21:40:38.282Z | |
| 2869 | 2026-08-11T21:40:38.282Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334) |
| 2870 | 2026-08-11T21:40:38.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-08-11T21:40:38.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-08-11T21:40:38.960Z | Compiling ar_archive_writer v0.5.1 |
| 2873 | 2026-08-11T21:40:39.073Z | Compiling stacker v0.1.23 |
| 2874 | 2026-08-11T21:40:39.079Z | Compiling cfg_aliases v0.1.1 |
| 2875 | 2026-08-11T21:40:39.086Z | Compiling convert_case v0.10.0 |
| 2876 | 2026-08-11T21:40:39.089Z | Checking unicode-width v0.1.14 |
| 2877 | 2026-08-11T21:40:39.101Z | Compiling proc-macro-error v1.0.4 |
| 2878 | 2026-08-11T21:40:39.112Z | Checking fd-lock v4.0.4 |
| 2879 | 2026-08-11T21:40:39.114Z | Checking nibble_vec v0.1.0 |
| 2880 | 2026-08-11T21:40:39.134Z | Compiling nix v0.28.0 |
| 2881 | 2026-08-11T21:40:39.226Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2882 | 2026-08-11T21:40:39.239Z | Checking vte v0.14.1 |
| 2883 | 2026-08-11T21:40:39.325Z | Checking endian-type v0.1.2 |
| 2884 | 2026-08-11T21:40:39.337Z | Checking bytecount v0.6.9 |
| 2885 | 2026-08-11T21:40:39.471Z | Compiling derive_more-impl v2.1.1 |
| 2886 | 2026-08-11T21:40:39.479Z | Checking strip-ansi-escapes v0.2.1 |
| 2887 | 2026-08-11T21:40:39.479Z | Compiling tabled_derive v0.7.0 |
| 2888 | 2026-08-11T21:40:39.479Z | Checking papergrid v0.11.0 |
| 2889 | 2026-08-11T21:40:39.479Z | Checking radix_trie v0.2.1 |
| 2890 | 2026-08-11T21:40:39.494Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2891 | 2026-08-11T21:40:39.632Z | Compiling peg-macros v0.8.5 |
| 2892 | 2026-08-11T21:40:39.649Z | Checking winnow v0.6.26 |
| 2893 | 2026-08-11T21:40:39.902Z | Compiling psm v0.1.30 |
| 2894 | 2026-08-11T21:40:39.961Z | Compiling sqlparser_derive v0.5.0 |
| 2895 | 2026-08-11T21:40:40.049Z | Checking unicode_categories v0.1.1 |
| 2896 | 2026-08-11T21:40:40.180Z | Checking derive_more v2.1.1 |
| 2897 | 2026-08-11T21:40:40.203Z | Checking nu-ansi-term v0.50.3 |
| 2898 | 2026-08-11T21:40:40.256Z | Checking home v0.5.12 |
| 2899 | 2026-08-11T21:40:40.355Z | Checking tabled v0.15.0 |
| 2900 | 2026-08-11T21:40:40.368Z | Checking crossterm v0.29.0 |
| 2901 | 2026-08-11T21:40:40.393Z | Checking rustyline v14.0.0 |
| 2902 | 2026-08-11T21:40:40.417Z | Checking reedline v0.40.0 |
| 2903 | 2026-08-11T21:40:40.670Z | Checking recursive v0.1.1 |
| 2904 | 2026-08-11T21:40:40.737Z | Checking display-error-chain v0.2.2 |
| 2905 | 2026-08-11T21:40:40.782Z | Checking sqlparser v0.61.0 |
| 2906 | 2026-08-11T21:40:40.809Z | Checking sqlformat v0.3.5 |
| 2907 | 2026-08-11T21:40:41.003Z | Checking peg v0.8.5 |
| 2908 | 2026-08-11T21:40:52.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
| 2909 | 2026-08-11T21:40:52.297Z | |
| 2910 | 2026-08-11T21:40:52.297Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334) |
| 2911 | 2026-08-11T21:40:52.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-08-11T21:40:52.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-08-11T21:40:52.908Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2914 | 2026-08-11T21:40:56.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 2915 | 2026-08-11T21:40:56.595Z | |
| 2916 | 2026-08-11T21:40:56.596Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334) |
| 2917 | 2026-08-11T21:40:57.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-08-11T21:40:57.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-08-11T21:40:57.271Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2920 | 2026-08-11T21:40:59.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2921 | 2026-08-11T21:40:59.985Z | |
| 2922 | 2026-08-11T21:40:59.985Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334) |
| 2923 | 2026-08-11T21:41:00.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-08-11T21:41:00.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-08-11T21:41:00.651Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2926 | 2026-08-11T21:41:03.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2927 | 2026-08-11T21:41:04.153Z | |
| 2928 | 2026-08-11T21:41:04.154Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334) |
| 2929 | 2026-08-11T21:41:04.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-08-11T21:41:04.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-08-11T21:41:04.809Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2932 | 2026-08-11T21:41:08.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2933 | 2026-08-11T21:41:08.394Z | |
| 2934 | 2026-08-11T21:41:08.395Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334) |
| 2935 | 2026-08-11T21:41:08.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-08-11T21:41:08.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-08-11T21:41:09.058Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2938 | 2026-08-11T21:41:11.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 2939 | 2026-08-11T21:41:11.914Z | |
| 2940 | 2026-08-11T21:41:11.914Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334) |
| 2941 | 2026-08-11T21:41:12.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-08-11T21:41:12.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-08-11T21:41:12.578Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2944 | 2026-08-11T21:41:15.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 2945 | 2026-08-11T21:41:15.461Z | |
| 2946 | 2026-08-11T21:41:15.461Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334) |
| 2947 | 2026-08-11T21:41:15.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2026-08-11T21:41:15.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2026-08-11T21:41:16.127Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2950 | 2026-08-11T21:41:19.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 2951 | 2026-08-11T21:41:19.837Z | |
| 2952 | 2026-08-11T21:41:19.837Z | info: running `cargo check --bins` on oximeter (95/334) |
| 2953 | 2026-08-11T21:41:20.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2026-08-11T21:41:20.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2026-08-11T21:41:20.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2956 | 2026-08-11T21:41:20.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2957 | 2026-08-11T21:41:20.406Z | |
| 2958 | 2026-08-11T21:41:20.406Z | info: running `cargo check --bins` on oximeter-schema (96/334) |
| 2959 | 2026-08-11T21:41:20.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-11T21:41:20.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-11T21:41:21.035Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2962 | 2026-08-11T21:41:21.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 2963 | 2026-08-11T21:41:21.580Z | |
| 2964 | 2026-08-11T21:41:21.580Z | info: running `cargo check --bins` on oximeter-timeseries-macro (97/334) |
| 2965 | 2026-08-11T21:41:22.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-11T21:41:22.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-11T21:41:22.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2968 | 2026-08-11T21:41:22.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2969 | 2026-08-11T21:41:22.147Z | |
| 2970 | 2026-08-11T21:41:22.147Z | info: running `cargo check --bins` on oximeter-test-utils (98/334) |
| 2971 | 2026-08-11T21:41:22.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-11T21:41:22.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-11T21:41:22.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2974 | 2026-08-11T21:41:22.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2975 | 2026-08-11T21:41:22.763Z | |
| 2976 | 2026-08-11T21:41:22.763Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334) |
| 2977 | 2026-08-11T21:41:23.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-11T21:41:23.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-11T21:41:23.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2980 | 2026-08-11T21:41:23.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2981 | 2026-08-11T21:41:23.339Z | |
| 2982 | 2026-08-11T21:41:23.339Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334) |
| 2983 | 2026-08-11T21:41:23.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-11T21:41:23.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-11T21:41:23.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2986 | 2026-08-11T21:41:23.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2987 | 2026-08-11T21:41:23.905Z | |
| 2988 | 2026-08-11T21:41:23.905Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334) |
| 2989 | 2026-08-11T21:41:24.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-11T21:41:24.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-11T21:41:24.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2992 | 2026-08-11T21:41:24.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2993 | 2026-08-11T21:41:24.478Z | |
| 2994 | 2026-08-11T21:41:24.478Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334) |
| 2995 | 2026-08-11T21:41:24.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-11T21:41:24.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-11T21:41:24.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2026-08-11T21:41:24.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2999 | 2026-08-11T21:41:25.060Z | |
| 3000 | 2026-08-11T21:41:25.060Z | info: running `cargo check --bins` on trust-quorum-types (103/334) |
| 3001 | 2026-08-11T21:41:25.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-11T21:41:25.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-11T21:41:25.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-08-11T21:41:25.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3005 | 2026-08-11T21:41:25.624Z | |
| 3006 | 2026-08-11T21:41:25.624Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/334) |
| 3007 | 2026-08-11T21:41:26.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-11T21:41:26.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-11T21:41:26.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-08-11T21:41:26.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3011 | 2026-08-11T21:41:26.233Z | |
| 3012 | 2026-08-11T21:41:26.233Z | info: running `cargo check --bins` on reconfigurator-cli (105/334) |
| 3013 | 2026-08-11T21:41:26.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-11T21:41:26.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-11T21:41:27.013Z | Compiling regress v0.11.1 |
| 3016 | 2026-08-11T21:41:27.013Z | Checking secrecy v0.10.3 |
| 3017 | 2026-08-11T21:41:27.016Z | Compiling crucible-workspace-hack v0.1.0 |
| 3018 | 2026-08-11T21:41:27.016Z | Checking half v2.7.1 |
| 3019 | 2026-08-11T21:41:27.016Z | Checking ciborium-io v0.2.2 |
| 3020 | 2026-08-11T21:41:27.016Z | Checking inout v0.1.4 |
| 3021 | 2026-08-11T21:41:27.016Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3022 | 2026-08-11T21:41:27.232Z | Checking universal-hash v0.5.1 |
| 3023 | 2026-08-11T21:41:27.296Z | Checking cipher v0.4.4 |
| 3024 | 2026-08-11T21:41:27.323Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3025 | 2026-08-11T21:41:27.357Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3026 | 2026-08-11T21:41:27.391Z | Checking ciborium-ll v0.2.2 |
| 3027 | 2026-08-11T21:41:27.406Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3028 | 2026-08-11T21:41:27.432Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3029 | 2026-08-11T21:41:27.505Z | Checking opaque-debug v0.3.1 |
| 3030 | 2026-08-11T21:41:27.554Z | Checking chacha20 v0.9.1 |
| 3031 | 2026-08-11T21:41:27.568Z | Checking ciborium v0.2.2 |
| 3032 | 2026-08-11T21:41:27.583Z | Checking poly1305 v0.8.0 |
| 3033 | 2026-08-11T21:41:27.672Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3034 | 2026-08-11T21:41:27.744Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3035 | 2026-08-11T21:41:27.809Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3036 | 2026-08-11T21:41:27.842Z | Checking password-hash v0.5.0 |
| 3037 | 2026-08-11T21:41:27.983Z | Checking blake2 v0.10.6 |
| 3038 | 2026-08-11T21:41:28.031Z | Checking aead v0.5.2 |
| 3039 | 2026-08-11T21:41:28.066Z | Compiling unsafe-libyaml v0.2.11 |
| 3040 | 2026-08-11T21:41:28.177Z | Checking indent_write v2.2.0 |
| 3041 | 2026-08-11T21:41:28.220Z | Checking argon2 v0.5.3 |
| 3042 | 2026-08-11T21:41:28.310Z | Compiling proc-macro-crate v3.4.0 |
| 3043 | 2026-08-11T21:41:28.512Z | Checking thiserror-no-std v2.0.2 |
| 3044 | 2026-08-11T21:41:28.558Z | Checking chacha20poly1305 v0.10.1 |
| 3045 | 2026-08-11T21:41:28.603Z | Checking vsss-rs v3.3.4 |
| 3046 | 2026-08-11T21:41:28.634Z | Checking typify-impl v0.6.2 |
| 3047 | 2026-08-11T21:41:28.684Z | Compiling serde_yaml v0.9.34+deprecated |
| 3048 | 2026-08-11T21:41:28.722Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3049 | 2026-08-11T21:41:28.850Z | Compiling num_enum_derive v0.7.6 |
| 3050 | 2026-08-11T21:41:29.327Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3051 | 2026-08-11T21:41:29.478Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3052 | 2026-08-11T21:41:29.538Z | Compiling heapless v0.8.0 |
| 3053 | 2026-08-11T21:41:29.577Z | Compiling ingot-macros v0.2.0 |
| 3054 | 2026-08-11T21:41:29.769Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3055 | 2026-08-11T21:41:29.774Z | Checking hash32 v0.3.1 |
| 3056 | 2026-08-11T21:41:29.891Z | Checking num_enum v0.7.6 |
| 3057 | 2026-08-11T21:41:29.906Z | Compiling smoltcp v0.11.0 |
| 3058 | 2026-08-11T21:41:30.008Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3059 | 2026-08-11T21:41:30.102Z | Checking tabwriter v1.4.1 |
| 3060 | 2026-08-11T21:41:30.256Z | Checking cobs v0.3.0 |
| 3061 | 2026-08-11T21:41:30.271Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3062 | 2026-08-11T21:41:30.288Z | Compiling proc-macro-crate v1.3.1 |
| 3063 | 2026-08-11T21:41:30.398Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3064 | 2026-08-11T21:41:30.413Z | Checking postcard v1.1.3 |
| 3065 | 2026-08-11T21:41:30.468Z | Compiling foreign-types-macros v0.2.3 |
| 3066 | 2026-08-11T21:41:30.608Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3067 | 2026-08-11T21:41:30.703Z | Checking colored v3.1.1 |
| 3068 | 2026-08-11T21:41:30.704Z | Checking swrite v0.1.0 |
| 3069 | 2026-08-11T21:41:30.797Z | Checking foreign-types-shared v0.3.1 |
| 3070 | 2026-08-11T21:41:30.825Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3071 | 2026-08-11T21:41:30.859Z | Compiling num_enum_derive v0.5.11 |
| 3072 | 2026-08-11T21:41:31.013Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3073 | 2026-08-11T21:41:31.029Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3074 | 2026-08-11T21:41:31.101Z | Checking foreign-types v0.5.0 |
| 3075 | 2026-08-11T21:41:31.183Z | Checking cstr-argument v0.1.2 |
| 3076 | 2026-08-11T21:41:31.313Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3077 | 2026-08-11T21:41:31.453Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3078 | 2026-08-11T21:41:31.491Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3079 | 2026-08-11T21:41:31.526Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3080 | 2026-08-11T21:41:31.567Z | Checking rand v0.10.1 |
| 3081 | 2026-08-11T21:41:31.626Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3082 | 2026-08-11T21:41:31.664Z | Compiling zone_cfg_derive v0.3.1 |
| 3083 | 2026-08-11T21:41:31.693Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3084 | 2026-08-11T21:41:31.806Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3085 | 2026-08-11T21:41:31.930Z | Checking num_enum v0.5.11 |
| 3086 | 2026-08-11T21:41:31.953Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3087 | 2026-08-11T21:41:32.046Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3088 | 2026-08-11T21:41:32.130Z | Checking itertools v0.12.1 |
| 3089 | 2026-08-11T21:41:32.226Z | Compiling num-derive v0.4.2 |
| 3090 | 2026-08-11T21:41:32.322Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3091 | 2026-08-11T21:41:32.441Z | Checking ingot-types v0.2.0 |
| 3092 | 2026-08-11T21:41:32.511Z | Compiling semver v0.1.20 |
| 3093 | 2026-08-11T21:41:32.812Z | Compiling rustc_version v0.1.7 |
| 3094 | 2026-08-11T21:41:32.812Z | Checking ingot v0.2.1 |
| 3095 | 2026-08-11T21:41:33.044Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3096 | 2026-08-11T21:41:33.068Z | Checking smf v0.2.3 |
| 3097 | 2026-08-11T21:41:33.138Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3098 | 2026-08-11T21:41:33.155Z | Checking zone v0.3.1 |
| 3099 | 2026-08-11T21:41:33.204Z | Checking csv-core v0.1.13 |
| 3100 | 2026-08-11T21:41:33.310Z | Checking nom v8.0.0 |
| 3101 | 2026-08-11T21:41:33.332Z | Checking whoami v1.6.1 |
| 3102 | 2026-08-11T21:41:33.348Z | Compiling typify-macro v0.6.2 |
| 3103 | 2026-08-11T21:41:33.363Z | Compiling newtype_derive v0.1.6 |
| 3104 | 2026-08-11T21:41:33.384Z | Checking csv v1.4.0 |
| 3105 | 2026-08-11T21:41:33.506Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3106 | 2026-08-11T21:41:33.523Z | Compiling cancel-safe-futures v0.1.5 |
| 3107 | 2026-08-11T21:41:33.603Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3108 | 2026-08-11T21:41:33.739Z | Compiling libefi-sys v0.1.0 |
| 3109 | 2026-08-11T21:41:33.755Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3110 | 2026-08-11T21:41:33.767Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3111 | 2026-08-11T21:41:33.840Z | Compiling owo-colors v4.3.0 |
| 3112 | 2026-08-11T21:41:34.068Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3113 | 2026-08-11T21:41:34.178Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3114 | 2026-08-11T21:41:34.210Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3115 | 2026-08-11T21:41:34.269Z | Checking oxide-update-engine-types v0.1.2 |
| 3116 | 2026-08-11T21:41:34.354Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3117 | 2026-08-11T21:41:34.410Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3118 | 2026-08-11T21:41:34.439Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3119 | 2026-08-11T21:41:34.505Z | Compiling bitfield-struct v0.6.2 |
| 3120 | 2026-08-11T21:41:34.703Z | Checking linear-map v1.2.0 |
| 3121 | 2026-08-11T21:41:34.875Z | Checking unicode-linebreak v0.1.5 |
| 3122 | 2026-08-11T21:41:34.890Z | Checking smawk v0.3.2 |
| 3123 | 2026-08-11T21:41:35.031Z | Checking steno v0.4.1 |
| 3124 | 2026-08-11T21:41:35.081Z | Compiling typify v0.6.2 |
| 3125 | 2026-08-11T21:41:35.149Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3126 | 2026-08-11T21:41:35.165Z | Checking oxide-update-engine v0.1.2 |
| 3127 | 2026-08-11T21:41:35.192Z | Compiling progenitor-impl v0.14.0 |
| 3128 | 2026-08-11T21:41:35.254Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3129 | 2026-08-11T21:41:35.393Z | Checking textwrap v0.16.2 |
| 3130 | 2026-08-11T21:41:35.538Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3131 | 2026-08-11T21:41:35.794Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3132 | 2026-08-11T21:41:36.027Z | Checking sha1 v0.10.6 |
| 3133 | 2026-08-11T21:41:36.117Z | Checking utf-8 v0.7.6 |
| 3134 | 2026-08-11T21:41:36.120Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3135 | 2026-08-11T21:41:36.181Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3136 | 2026-08-11T21:41:36.202Z | Checking ignore v0.4.25 |
| 3137 | 2026-08-11T21:41:36.217Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3138 | 2026-08-11T21:41:36.255Z | Checking tungstenite v0.21.0 |
| 3139 | 2026-08-11T21:41:36.338Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3140 | 2026-08-11T21:41:36.457Z | Compiling xshell-macros v0.2.7 |
| 3141 | 2026-08-11T21:41:36.549Z | Checking predicates-tree v1.0.13 |
| 3142 | 2026-08-11T21:41:36.608Z | Checking globwalk v0.9.1 |
| 3143 | 2026-08-11T21:41:36.633Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3144 | 2026-08-11T21:41:36.662Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3145 | 2026-08-11T21:41:36.688Z | Checking tokio-tungstenite v0.21.0 |
| 3146 | 2026-08-11T21:41:36.790Z | Checking filetime v0.2.27 |
| 3147 | 2026-08-11T21:41:36.848Z | Checking xshell v0.2.7 |
| 3148 | 2026-08-11T21:41:36.863Z | Checking xattr v1.6.1 |
| 3149 | 2026-08-11T21:41:36.927Z | Checking tagptr v0.2.0 |
| 3150 | 2026-08-11T21:41:36.973Z | Checking camino-tempfile-ext v0.3.3 |
| 3151 | 2026-08-11T21:41:36.997Z | Checking tar v0.4.46 |
| 3152 | 2026-08-11T21:41:37.036Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3153 | 2026-08-11T21:41:37.052Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3154 | 2026-08-11T21:41:37.070Z | Checking moka v0.12.13 |
| 3155 | 2026-08-11T21:41:37.168Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3156 | 2026-08-11T21:41:37.188Z | Checking rand_seeder v0.4.0 |
| 3157 | 2026-08-11T21:41:37.222Z | Checking half v1.8.3 |
| 3158 | 2026-08-11T21:41:37.325Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3159 | 2026-08-11T21:41:37.349Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3160 | 2026-08-11T21:41:37.412Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3161 | 2026-08-11T21:41:37.444Z | Checking serde_cbor v0.11.2 |
| 3162 | 2026-08-11T21:41:37.688Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3163 | 2026-08-11T21:41:37.706Z | Checking digest-io v0.1.0 |
| 3164 | 2026-08-11T21:41:37.765Z | Checking hickory-resolver v0.25.2 |
| 3165 | 2026-08-11T21:41:37.848Z | Checking sha2 v0.11.0 |
| 3166 | 2026-08-11T21:41:37.867Z | Compiling petname v2.0.2 |
| 3167 | 2026-08-11T21:41:37.896Z | Compiling progenitor-macro v0.14.0 |
| 3168 | 2026-08-11T21:41:38.330Z | Checking rawzip v0.4.4 |
| 3169 | 2026-08-11T21:41:38.350Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3170 | 2026-08-11T21:41:38.453Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3171 | 2026-08-11T21:41:38.483Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3172 | 2026-08-11T21:41:38.509Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3173 | 2026-08-11T21:41:38.771Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3174 | 2026-08-11T21:41:38.955Z | Checking sapling-renderdag v0.1.0 |
| 3175 | 2026-08-11T21:41:38.972Z | Checking subprocess v0.2.15 |
| 3176 | 2026-08-11T21:41:39.196Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3177 | 2026-08-11T21:41:39.266Z | Checking sync-ptr v0.1.4 |
| 3178 | 2026-08-11T21:41:39.284Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3179 | 2026-08-11T21:41:39.336Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3180 | 2026-08-11T21:41:39.402Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3181 | 2026-08-11T21:41:39.431Z | Checking colored v2.2.0 |
| 3182 | 2026-08-11T21:41:39.504Z | Checking assert_matches v1.5.0 |
| 3183 | 2026-08-11T21:41:40.464Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3184 | 2026-08-11T21:41:40.683Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3185 | 2026-08-11T21:41:41.026Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3186 | 2026-08-11T21:41:41.368Z | Checking progenitor v0.14.0 |
| 3187 | 2026-08-11T21:41:41.546Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3188 | 2026-08-11T21:41:41.556Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3189 | 2026-08-11T21:41:41.556Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3190 | 2026-08-11T21:41:41.556Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3191 | 2026-08-11T21:41:41.556Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3192 | 2026-08-11T21:41:41.556Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3193 | 2026-08-11T21:41:41.556Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3194 | 2026-08-11T21:41:41.847Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3195 | 2026-08-11T21:41:41.874Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3196 | 2026-08-11T21:41:42.121Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3197 | 2026-08-11T21:41:42.585Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3198 | 2026-08-11T21:41:43.203Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3199 | 2026-08-11T21:41:44.395Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3200 | 2026-08-11T21:41:52.859Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3201 | 2026-08-11T21:41:59.906Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3202 | 2026-08-11T21:41:59.909Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3203 | 2026-08-11T21:41:59.909Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3204 | 2026-08-11T21:42:01.400Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3205 | 2026-08-11T21:42:02.679Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3206 | 2026-08-11T21:42:04.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.70s |
| 3207 | 2026-08-11T21:42:05.110Z | |
| 3208 | 2026-08-11T21:42:05.110Z | info: running `cargo check --bins` on nexus-inventory (106/334) |
| 3209 | 2026-08-11T21:42:05.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-08-11T21:42:05.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-08-11T21:42:05.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-08-11T21:42:05.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3213 | 2026-08-11T21:42:05.724Z | |
| 3214 | 2026-08-11T21:42:05.725Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334) |
| 3215 | 2026-08-11T21:42:06.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-08-11T21:42:06.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-08-11T21:42:06.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3218 | 2026-08-11T21:42:06.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3219 | 2026-08-11T21:42:06.300Z | |
| 3220 | 2026-08-11T21:42:06.300Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/334) |
| 3221 | 2026-08-11T21:42:06.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2026-08-11T21:42:06.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2026-08-11T21:42:06.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3224 | 2026-08-11T21:42:06.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3225 | 2026-08-11T21:42:07.010Z | |
| 3226 | 2026-08-11T21:42:07.010Z | info: running `cargo check --bins` on dns-service-client (109/334) |
| 3227 | 2026-08-11T21:42:07.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3228 | 2026-08-11T21:42:07.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3229 | 2026-08-11T21:42:07.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3230 | 2026-08-11T21:42:07.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3231 | 2026-08-11T21:42:07.449Z | |
| 3232 | 2026-08-11T21:42:07.449Z | info: running `cargo check --bins` on ntp-admin-client (110/334) |
| 3233 | 2026-08-11T21:42:07.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3234 | 2026-08-11T21:42:07.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3235 | 2026-08-11T21:42:07.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3236 | 2026-08-11T21:42:07.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3237 | 2026-08-11T21:42:08.011Z | |
| 3238 | 2026-08-11T21:42:08.011Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/334) |
| 3239 | 2026-08-11T21:42:08.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3240 | 2026-08-11T21:42:08.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3241 | 2026-08-11T21:42:08.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3242 | 2026-08-11T21:42:08.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3243 | 2026-08-11T21:42:08.578Z | |
| 3244 | 2026-08-11T21:42:08.578Z | info: running `cargo check --bins` on cockroach-admin-client (112/334) |
| 3245 | 2026-08-11T21:42:09.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3246 | 2026-08-11T21:42:09.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3247 | 2026-08-11T21:42:09.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3248 | 2026-08-11T21:42:09.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3249 | 2026-08-11T21:42:09.136Z | |
| 3250 | 2026-08-11T21:42:09.136Z | info: running `cargo check --bins` on parallel-task-set (113/334) |
| 3251 | 2026-08-11T21:42:09.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3252 | 2026-08-11T21:42:09.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3253 | 2026-08-11T21:42:09.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3254 | 2026-08-11T21:42:09.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3255 | 2026-08-11T21:42:09.681Z | |
| 3256 | 2026-08-11T21:42:09.681Z | info: running `cargo check --bins` on sled-agent-client (114/334) |
| 3257 | 2026-08-11T21:42:10.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2026-08-11T21:42:10.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2026-08-11T21:42:10.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3260 | 2026-08-11T21:42:10.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3261 | 2026-08-11T21:42:10.250Z | |
| 3262 | 2026-08-11T21:42:10.250Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334) |
| 3263 | 2026-08-11T21:42:10.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2026-08-11T21:42:10.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2026-08-11T21:42:10.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2026-08-11T21:42:10.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3267 | 2026-08-11T21:42:10.832Z | |
| 3268 | 2026-08-11T21:42:10.832Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/334) |
| 3269 | 2026-08-11T21:42:11.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2026-08-11T21:42:11.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2026-08-11T21:42:11.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2026-08-11T21:42:11.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3273 | 2026-08-11T21:42:11.414Z | |
| 3274 | 2026-08-11T21:42:11.414Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334) |
| 3275 | 2026-08-11T21:42:11.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2026-08-11T21:42:11.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2026-08-11T21:42:11.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2026-08-11T21:42:11.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3279 | 2026-08-11T21:42:11.992Z | |
| 3280 | 2026-08-11T21:42:11.993Z | info: running `cargo check --bins` on key-manager (118/334) |
| 3281 | 2026-08-11T21:42:12.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2026-08-11T21:42:12.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2026-08-11T21:42:12.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2026-08-11T21:42:12.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3285 | 2026-08-11T21:42:12.550Z | |
| 3286 | 2026-08-11T21:42:12.550Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/334) |
| 3287 | 2026-08-11T21:42:13.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2026-08-11T21:42:13.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2026-08-11T21:42:13.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2026-08-11T21:42:13.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3291 | 2026-08-11T21:42:13.127Z | |
| 3292 | 2026-08-11T21:42:13.127Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334) |
| 3293 | 2026-08-11T21:42:13.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2026-08-11T21:42:13.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2026-08-11T21:42:13.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2026-08-11T21:42:13.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3297 | 2026-08-11T21:42:13.702Z | |
| 3298 | 2026-08-11T21:42:13.702Z | info: running `cargo check --bins` on typed-rng (121/334) |
| 3299 | 2026-08-11T21:42:14.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2026-08-11T21:42:14.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2026-08-11T21:42:14.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2026-08-11T21:42:14.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3303 | 2026-08-11T21:42:14.250Z | |
| 3304 | 2026-08-11T21:42:14.250Z | info: running `cargo check --bins` on gateway-test-utils (122/334) |
| 3305 | 2026-08-11T21:42:14.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2026-08-11T21:42:14.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2026-08-11T21:42:14.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2026-08-11T21:42:14.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3309 | 2026-08-11T21:42:14.851Z | |
| 3310 | 2026-08-11T21:42:14.851Z | info: running `cargo check --bins` on omicron-gateway (123/334) |
| 3311 | 2026-08-11T21:42:15.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2026-08-11T21:42:15.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2026-08-11T21:42:15.571Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3314 | 2026-08-11T21:42:15.574Z | Checking void v1.0.2 |
| 3315 | 2026-08-11T21:42:15.574Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3316 | 2026-08-11T21:42:15.574Z | Checking nix v0.27.1 |
| 3317 | 2026-08-11T21:42:15.574Z | Checking tungstenite v0.23.0 |
| 3318 | 2026-08-11T21:42:15.690Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3319 | 2026-08-11T21:42:15.693Z | Checking dropshot-api-manager-types v0.7.2 |
| 3320 | 2026-08-11T21:42:15.697Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3321 | 2026-08-11T21:42:15.837Z | Checking lzss v0.8.2 |
| 3322 | 2026-08-11T21:42:15.838Z | Checking kstat-rs v0.2.5 |
| 3323 | 2026-08-11T21:42:15.874Z | Checking fxhash v0.2.1 |
| 3324 | 2026-08-11T21:42:15.923Z | Checking serde_bytes v0.11.19 |
| 3325 | 2026-08-11T21:42:15.990Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3326 | 2026-08-11T21:42:16.018Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3327 | 2026-08-11T21:42:16.021Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3328 | 2026-08-11T21:42:16.044Z | Checking signal-hook-tokio v0.3.1 |
| 3329 | 2026-08-11T21:42:16.130Z | Checking tokio-tungstenite v0.23.1 |
| 3330 | 2026-08-11T21:42:16.216Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3331 | 2026-08-11T21:42:17.262Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3332 | 2026-08-11T21:42:17.814Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3333 | 2026-08-11T21:42:19.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
| 3334 | 2026-08-11T21:42:20.137Z | |
| 3335 | 2026-08-11T21:42:20.137Z | info: running `cargo check --bins` on gateway-api (124/334) |
| 3336 | 2026-08-11T21:42:20.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-08-11T21:42:20.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-08-11T21:42:20.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2026-08-11T21:42:20.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3340 | 2026-08-11T21:42:20.698Z | |
| 3341 | 2026-08-11T21:42:20.698Z | info: running `cargo check --bins` on ipcc (125/334) |
| 3342 | 2026-08-11T21:42:21.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-08-11T21:42:21.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-08-11T21:42:21.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-08-11T21:42:21.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3346 | 2026-08-11T21:42:21.261Z | |
| 3347 | 2026-08-11T21:42:21.261Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334) |
| 3348 | 2026-08-11T21:42:21.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-08-11T21:42:21.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-08-11T21:42:21.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-08-11T21:42:21.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3352 | 2026-08-11T21:42:21.806Z | |
| 3353 | 2026-08-11T21:42:21.806Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334) |
| 3354 | 2026-08-11T21:42:22.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-08-11T21:42:22.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-08-11T21:42:22.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-08-11T21:42:22.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3358 | 2026-08-11T21:42:22.383Z | |
| 3359 | 2026-08-11T21:42:22.383Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334) |
| 3360 | 2026-08-11T21:42:22.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-08-11T21:42:22.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-08-11T21:42:22.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-08-11T21:42:22.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3364 | 2026-08-11T21:42:22.947Z | |
| 3365 | 2026-08-11T21:42:22.947Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334) |
| 3366 | 2026-08-11T21:42:23.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-08-11T21:42:23.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-08-11T21:42:23.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-08-11T21:42:23.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3370 | 2026-08-11T21:42:23.510Z | |
| 3371 | 2026-08-11T21:42:23.510Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334) |
| 3372 | 2026-08-11T21:42:23.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-08-11T21:42:23.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-08-11T21:42:23.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-08-11T21:42:23.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3376 | 2026-08-11T21:42:24.069Z | |
| 3377 | 2026-08-11T21:42:24.069Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334) |
| 3378 | 2026-08-11T21:42:24.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-08-11T21:42:24.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-08-11T21:42:24.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-08-11T21:42:24.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3382 | 2026-08-11T21:42:24.647Z | |
| 3383 | 2026-08-11T21:42:24.647Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334) |
| 3384 | 2026-08-11T21:42:25.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-08-11T21:42:25.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-08-11T21:42:25.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-08-11T21:42:25.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3388 | 2026-08-11T21:42:25.209Z | |
| 3389 | 2026-08-11T21:42:25.209Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334) |
| 3390 | 2026-08-11T21:42:25.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-08-11T21:42:25.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-08-11T21:42:25.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-08-11T21:42:25.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3394 | 2026-08-11T21:42:25.771Z | |
| 3395 | 2026-08-11T21:42:25.771Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334) |
| 3396 | 2026-08-11T21:42:26.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-08-11T21:42:26.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-08-11T21:42:26.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-08-11T21:42:26.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3400 | 2026-08-11T21:42:26.334Z | |
| 3401 | 2026-08-11T21:42:26.334Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334) |
| 3402 | 2026-08-11T21:42:26.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-08-11T21:42:26.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-08-11T21:42:26.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-08-11T21:42:26.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3406 | 2026-08-11T21:42:26.895Z | |
| 3407 | 2026-08-11T21:42:26.895Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334) |
| 3408 | 2026-08-11T21:42:27.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-08-11T21:42:27.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-08-11T21:42:27.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-08-11T21:42:27.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3412 | 2026-08-11T21:42:27.464Z | |
| 3413 | 2026-08-11T21:42:27.464Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334) |
| 3414 | 2026-08-11T21:42:28.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-08-11T21:42:28.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-08-11T21:42:28.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-08-11T21:42:28.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3418 | 2026-08-11T21:42:28.068Z | |
| 3419 | 2026-08-11T21:42:28.068Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334) |
| 3420 | 2026-08-11T21:42:28.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-08-11T21:42:28.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-08-11T21:42:28.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-08-11T21:42:28.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3424 | 2026-08-11T21:42:28.575Z | |
| 3425 | 2026-08-11T21:42:28.575Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334) |
| 3426 | 2026-08-11T21:42:29.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-08-11T21:42:29.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-08-11T21:42:29.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-08-11T21:42:29.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3430 | 2026-08-11T21:42:29.138Z | |
| 3431 | 2026-08-11T21:42:29.138Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334) |
| 3432 | 2026-08-11T21:42:29.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-08-11T21:42:29.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-08-11T21:42:29.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-08-11T21:42:29.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3436 | 2026-08-11T21:42:29.698Z | |
| 3437 | 2026-08-11T21:42:29.698Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334) |
| 3438 | 2026-08-11T21:42:30.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-08-11T21:42:30.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-08-11T21:42:30.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-08-11T21:42:30.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3442 | 2026-08-11T21:42:30.263Z | |
| 3443 | 2026-08-11T21:42:30.263Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334) |
| 3444 | 2026-08-11T21:42:30.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-08-11T21:42:30.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-08-11T21:42:30.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-08-11T21:42:30.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3448 | 2026-08-11T21:42:30.824Z | |
| 3449 | 2026-08-11T21:42:30.825Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334) |
| 3450 | 2026-08-11T21:42:31.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-08-11T21:42:31.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-08-11T21:42:31.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-08-11T21:42:31.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3454 | 2026-08-11T21:42:31.386Z | |
| 3455 | 2026-08-11T21:42:31.386Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334) |
| 3456 | 2026-08-11T21:42:31.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-08-11T21:42:31.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-08-11T21:42:31.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-08-11T21:42:31.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3460 | 2026-08-11T21:42:31.949Z | |
| 3461 | 2026-08-11T21:42:31.949Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334) |
| 3462 | 2026-08-11T21:42:32.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-08-11T21:42:32.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-08-11T21:42:32.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-08-11T21:42:32.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3466 | 2026-08-11T21:42:32.510Z | |
| 3467 | 2026-08-11T21:42:32.510Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334) |
| 3468 | 2026-08-11T21:42:32.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-08-11T21:42:33.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-08-11T21:42:33.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-08-11T21:42:33.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3472 | 2026-08-11T21:42:33.088Z | |
| 3473 | 2026-08-11T21:42:33.088Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334) |
| 3474 | 2026-08-11T21:42:33.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-08-11T21:42:33.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-08-11T21:42:33.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-08-11T21:42:33.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3478 | 2026-08-11T21:42:33.666Z | |
| 3479 | 2026-08-11T21:42:33.666Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334) |
| 3480 | 2026-08-11T21:42:34.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-08-11T21:42:34.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-08-11T21:42:34.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-08-11T21:42:34.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3484 | 2026-08-11T21:42:34.245Z | |
| 3485 | 2026-08-11T21:42:34.245Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334) |
| 3486 | 2026-08-11T21:42:34.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-08-11T21:42:34.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-08-11T21:42:34.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-08-11T21:42:34.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3490 | 2026-08-11T21:42:34.825Z | |
| 3491 | 2026-08-11T21:42:34.825Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334) |
| 3492 | 2026-08-11T21:42:35.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-08-11T21:42:35.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-08-11T21:42:35.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-08-11T21:42:35.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3496 | 2026-08-11T21:42:35.406Z | |
| 3497 | 2026-08-11T21:42:35.407Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334) |
| 3498 | 2026-08-11T21:42:35.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-08-11T21:42:35.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-08-11T21:42:35.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-08-11T21:42:35.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3502 | 2026-08-11T21:42:35.988Z | |
| 3503 | 2026-08-11T21:42:35.988Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334) |
| 3504 | 2026-08-11T21:42:36.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-08-11T21:42:36.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-08-11T21:42:36.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-08-11T21:42:36.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3508 | 2026-08-11T21:42:36.565Z | |
| 3509 | 2026-08-11T21:42:36.565Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334) |
| 3510 | 2026-08-11T21:42:37.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-08-11T21:42:37.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-08-11T21:42:37.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-08-11T21:42:37.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3514 | 2026-08-11T21:42:37.154Z | |
| 3515 | 2026-08-11T21:42:37.154Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334) |
| 3516 | 2026-08-11T21:42:37.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-08-11T21:42:37.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-08-11T21:42:37.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-08-11T21:42:37.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3520 | 2026-08-11T21:42:38.744Z | |
| 3521 | 2026-08-11T21:42:38.745Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334) |
| 3522 | 2026-08-11T21:42:39.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-08-11T21:42:39.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-08-11T21:42:39.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-08-11T21:42:39.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3526 | 2026-08-11T21:42:39.087Z | |
| 3527 | 2026-08-11T21:42:39.087Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334) |
| 3528 | 2026-08-11T21:42:39.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-08-11T21:42:39.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-08-11T21:42:39.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-08-11T21:42:39.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3532 | 2026-08-11T21:42:39.087Z | |
| 3533 | 2026-08-11T21:42:39.087Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334) |
| 3534 | 2026-08-11T21:42:39.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-08-11T21:42:39.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-08-11T21:42:39.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-08-11T21:42:39.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3538 | 2026-08-11T21:42:39.450Z | |
| 3539 | 2026-08-11T21:42:39.450Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334) |
| 3540 | 2026-08-11T21:42:39.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-08-11T21:42:39.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-08-11T21:42:39.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-08-11T21:42:39.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3544 | 2026-08-11T21:42:40.029Z | |
| 3545 | 2026-08-11T21:42:40.029Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334) |
| 3546 | 2026-08-11T21:42:40.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-08-11T21:42:40.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-08-11T21:42:40.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-08-11T21:42:40.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3550 | 2026-08-11T21:42:40.604Z | |
| 3551 | 2026-08-11T21:42:40.604Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334) |
| 3552 | 2026-08-11T21:42:41.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-08-11T21:42:41.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-08-11T21:42:41.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-08-11T21:42:41.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3556 | 2026-08-11T21:42:41.191Z | |
| 3557 | 2026-08-11T21:42:41.191Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334) |
| 3558 | 2026-08-11T21:42:41.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-08-11T21:42:41.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-08-11T21:42:41.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-08-11T21:42:41.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3562 | 2026-08-11T21:42:41.762Z | |
| 3563 | 2026-08-11T21:42:41.762Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334) |
| 3564 | 2026-08-11T21:42:42.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-08-11T21:42:42.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-08-11T21:42:42.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-08-11T21:42:42.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-08-11T21:42:42.338Z | |
| 3569 | 2026-08-11T21:42:42.338Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334) |
| 3570 | 2026-08-11T21:42:42.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-08-11T21:42:42.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-08-11T21:42:42.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-08-11T21:42:42.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3574 | 2026-08-11T21:42:42.917Z | |
| 3575 | 2026-08-11T21:42:42.918Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334) |
| 3576 | 2026-08-11T21:42:43.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-08-11T21:42:43.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-08-11T21:42:43.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-08-11T21:42:43.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3580 | 2026-08-11T21:42:43.483Z | |
| 3581 | 2026-08-11T21:42:43.483Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334) |
| 3582 | 2026-08-11T21:42:43.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-08-11T21:42:43.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-08-11T21:42:43.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-08-11T21:42:43.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3586 | 2026-08-11T21:42:44.045Z | |
| 3587 | 2026-08-11T21:42:44.045Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334) |
| 3588 | 2026-08-11T21:42:44.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-08-11T21:42:44.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-08-11T21:42:44.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-08-11T21:42:44.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3592 | 2026-08-11T21:42:44.614Z | |
| 3593 | 2026-08-11T21:42:44.614Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334) |
| 3594 | 2026-08-11T21:42:45.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-08-11T21:42:45.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-08-11T21:42:45.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-08-11T21:42:45.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3598 | 2026-08-11T21:42:45.164Z | |
| 3599 | 2026-08-11T21:42:45.164Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334) |
| 3600 | 2026-08-11T21:42:45.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-08-11T21:42:45.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-08-11T21:42:45.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-08-11T21:42:45.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3604 | 2026-08-11T21:42:45.728Z | |
| 3605 | 2026-08-11T21:42:45.728Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334) |
| 3606 | 2026-08-11T21:42:46.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-08-11T21:42:46.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-08-11T21:42:46.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-08-11T21:42:46.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3610 | 2026-08-11T21:42:46.285Z | |
| 3611 | 2026-08-11T21:42:46.285Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334) |
| 3612 | 2026-08-11T21:42:46.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-08-11T21:42:46.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-08-11T21:42:46.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-08-11T21:42:46.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3616 | 2026-08-11T21:42:46.852Z | |
| 3617 | 2026-08-11T21:42:46.853Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334) |
| 3618 | 2026-08-11T21:42:47.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-08-11T21:42:47.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-08-11T21:42:47.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-08-11T21:42:47.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3622 | 2026-08-11T21:42:47.403Z | |
| 3623 | 2026-08-11T21:42:47.403Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334) |
| 3624 | 2026-08-11T21:42:47.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-08-11T21:42:48.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-08-11T21:42:48.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-08-11T21:42:48.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3628 | 2026-08-11T21:42:48.003Z | |
| 3629 | 2026-08-11T21:42:48.003Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334) |
| 3630 | 2026-08-11T21:42:48.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-08-11T21:42:48.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-08-11T21:42:48.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3633 | 2026-08-11T21:42:48.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3634 | 2026-08-11T21:42:48.527Z | |
| 3635 | 2026-08-11T21:42:48.527Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334) |
| 3636 | 2026-08-11T21:42:49.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-08-11T21:42:49.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-08-11T21:42:49.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3639 | 2026-08-11T21:42:49.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3640 | 2026-08-11T21:42:49.095Z | |
| 3641 | 2026-08-11T21:42:49.095Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334) |
| 3642 | 2026-08-11T21:42:49.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-08-11T21:42:49.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-08-11T21:42:49.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3645 | 2026-08-11T21:42:49.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3646 | 2026-08-11T21:42:49.643Z | |
| 3647 | 2026-08-11T21:42:49.643Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334) |
| 3648 | 2026-08-11T21:42:50.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-08-11T21:42:50.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-08-11T21:42:50.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2026-08-11T21:42:50.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3652 | 2026-08-11T21:42:50.244Z | |
| 3653 | 2026-08-11T21:42:50.244Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334) |
| 3654 | 2026-08-11T21:42:50.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-08-11T21:42:50.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-08-11T21:42:50.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3657 | 2026-08-11T21:42:50.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3658 | 2026-08-11T21:42:50.763Z | |
| 3659 | 2026-08-11T21:42:50.763Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334) |
| 3660 | 2026-08-11T21:42:51.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-08-11T21:42:51.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-08-11T21:42:51.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3663 | 2026-08-11T21:42:51.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3664 | 2026-08-11T21:42:51.330Z | |
| 3665 | 2026-08-11T21:42:51.330Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334) |
| 3666 | 2026-08-11T21:42:51.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-08-11T21:42:51.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-08-11T21:42:51.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2026-08-11T21:42:51.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3670 | 2026-08-11T21:42:51.884Z | |
| 3671 | 2026-08-11T21:42:51.884Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334) |
| 3672 | 2026-08-11T21:42:52.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-08-11T21:42:52.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-08-11T21:42:52.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3675 | 2026-08-11T21:42:52.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3676 | 2026-08-11T21:42:52.460Z | |
| 3677 | 2026-08-11T21:42:52.460Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334) |
| 3678 | 2026-08-11T21:42:52.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-08-11T21:42:52.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-08-11T21:42:52.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-08-11T21:42:52.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3682 | 2026-08-11T21:42:53.036Z | |
| 3683 | 2026-08-11T21:42:53.036Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334) |
| 3684 | 2026-08-11T21:42:53.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-08-11T21:42:53.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-08-11T21:42:53.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-08-11T21:42:53.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3688 | 2026-08-11T21:42:53.620Z | |
| 3689 | 2026-08-11T21:42:53.620Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334) |
| 3690 | 2026-08-11T21:42:54.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-08-11T21:42:54.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-08-11T21:42:54.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-08-11T21:42:54.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3694 | 2026-08-11T21:42:54.195Z | |
| 3695 | 2026-08-11T21:42:54.195Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334) |
| 3696 | 2026-08-11T21:42:54.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-08-11T21:42:54.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-08-11T21:42:54.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-08-11T21:42:54.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3700 | 2026-08-11T21:42:54.775Z | |
| 3701 | 2026-08-11T21:42:54.775Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334) |
| 3702 | 2026-08-11T21:42:55.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-08-11T21:42:55.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-08-11T21:42:55.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-08-11T21:42:55.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3706 | 2026-08-11T21:42:55.354Z | |
| 3707 | 2026-08-11T21:42:55.354Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334) |
| 3708 | 2026-08-11T21:42:55.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-08-11T21:42:55.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-08-11T21:42:55.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-08-11T21:42:55.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3712 | 2026-08-11T21:42:55.932Z | |
| 3713 | 2026-08-11T21:42:55.932Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334) |
| 3714 | 2026-08-11T21:42:56.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-08-11T21:42:56.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-08-11T21:42:56.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-08-11T21:42:56.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3718 | 2026-08-11T21:42:56.512Z | |
| 3719 | 2026-08-11T21:42:56.512Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334) |
| 3720 | 2026-08-11T21:42:56.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-08-11T21:42:57.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-08-11T21:42:57.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-08-11T21:42:57.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3724 | 2026-08-11T21:42:57.086Z | |
| 3725 | 2026-08-11T21:42:57.087Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334) |
| 3726 | 2026-08-11T21:42:57.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-08-11T21:42:57.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-08-11T21:42:57.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-08-11T21:42:57.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3730 | 2026-08-11T21:42:57.664Z | |
| 3731 | 2026-08-11T21:42:57.664Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334) |
| 3732 | 2026-08-11T21:42:58.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-08-11T21:42:58.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-08-11T21:42:58.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-08-11T21:42:58.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3736 | 2026-08-11T21:42:58.246Z | |
| 3737 | 2026-08-11T21:42:58.246Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334) |
| 3738 | 2026-08-11T21:42:58.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-08-11T21:42:58.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-08-11T21:42:58.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-08-11T21:42:58.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3742 | 2026-08-11T21:42:58.823Z | |
| 3743 | 2026-08-11T21:42:58.823Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334) |
| 3744 | 2026-08-11T21:42:59.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-08-11T21:42:59.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-08-11T21:42:59.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-08-11T21:42:59.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3748 | 2026-08-11T21:42:59.397Z | |
| 3749 | 2026-08-11T21:42:59.397Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334) |
| 3750 | 2026-08-11T21:42:59.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-08-11T21:42:59.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-08-11T21:42:59.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-08-11T21:42:59.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3754 | 2026-08-11T21:42:59.977Z | |
| 3755 | 2026-08-11T21:42:59.977Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334) |
| 3756 | 2026-08-11T21:43:00.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-08-11T21:43:00.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-08-11T21:43:00.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-08-11T21:43:00.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3760 | 2026-08-11T21:43:00.573Z | |
| 3761 | 2026-08-11T21:43:00.573Z | info: running `cargo check --bins` on oximeter-producer (195/334) |
| 3762 | 2026-08-11T21:43:01.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-08-11T21:43:01.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-08-11T21:43:01.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-08-11T21:43:01.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3766 | 2026-08-11T21:43:01.159Z | |
| 3767 | 2026-08-11T21:43:01.159Z | info: running `cargo check --bins` on internal-dns-resolver (196/334) |
| 3768 | 2026-08-11T21:43:01.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-08-11T21:43:01.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-08-11T21:43:01.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-08-11T21:43:01.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3772 | 2026-08-11T21:43:01.726Z | |
| 3773 | 2026-08-11T21:43:01.727Z | info: running `cargo check --bins` on dns-server (197/334) |
| 3774 | 2026-08-11T21:43:02.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-08-11T21:43:02.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-08-11T21:43:02.361Z | Compiling parking_lot_core v0.8.6 |
| 3777 | 2026-08-11T21:43:02.367Z | Compiling git-stub v1.0.0 |
| 3778 | 2026-08-11T21:43:02.475Z | Checking prefix-trie v0.7.0 |
| 3779 | 2026-08-11T21:43:02.479Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3780 | 2026-08-11T21:43:02.589Z | Compiling git-stub-vcs v0.1.0 |
| 3781 | 2026-08-11T21:43:02.754Z | Checking hickory-server v0.25.2 |
| 3782 | 2026-08-11T21:43:02.866Z | Checking parking_lot v0.11.2 |
| 3783 | 2026-08-11T21:43:02.894Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3784 | 2026-08-11T21:43:03.027Z | Checking sled v0.34.7 |
| 3785 | 2026-08-11T21:43:04.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 3786 | 2026-08-11T21:43:05.141Z | |
| 3787 | 2026-08-11T21:43:05.141Z | info: running `cargo check --bins` on dns-server-api (198/334) |
| 3788 | 2026-08-11T21:43:05.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-08-11T21:43:05.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-08-11T21:43:05.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-08-11T21:43:05.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3792 | 2026-08-11T21:43:05.702Z | |
| 3793 | 2026-08-11T21:43:05.702Z | info: running `cargo check --bins` on nexus-client (199/334) |
| 3794 | 2026-08-11T21:43:06.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-08-11T21:43:06.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-08-11T21:43:06.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-08-11T21:43:06.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3798 | 2026-08-11T21:43:06.312Z | |
| 3799 | 2026-08-11T21:43:06.312Z | info: running `cargo check --bins` on oximeter-producer-api (200/334) |
| 3800 | 2026-08-11T21:43:06.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-08-11T21:43:06.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-08-11T21:43:06.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-08-11T21:43:06.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3804 | 2026-08-11T21:43:06.866Z | |
| 3805 | 2026-08-11T21:43:06.866Z | info: running `cargo check --bins` on sp-sim (201/334) |
| 3806 | 2026-08-11T21:43:07.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-08-11T21:43:07.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-08-11T21:43:07.565Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3809 | 2026-08-11T21:43:08.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3810 | 2026-08-11T21:43:08.256Z | |
| 3811 | 2026-08-11T21:43:08.256Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334) |
| 3812 | 2026-08-11T21:43:08.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-08-11T21:43:08.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-08-11T21:43:09.059Z | Compiling salty v0.3.0 |
| 3815 | 2026-08-11T21:43:09.064Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3816 | 2026-08-11T21:43:09.208Z | Checking libscf-sys v1.2.0 |
| 3817 | 2026-08-11T21:43:09.208Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3818 | 2026-08-11T21:43:09.223Z | Checking rfc6979 v0.4.0 |
| 3819 | 2026-08-11T21:43:09.229Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3820 | 2026-08-11T21:43:09.236Z | Checking primeorder v0.13.6 |
| 3821 | 2026-08-11T21:43:09.256Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3822 | 2026-08-11T21:43:09.317Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3823 | 2026-08-11T21:43:09.333Z | Checking ecdsa v0.16.9 |
| 3824 | 2026-08-11T21:43:09.388Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3825 | 2026-08-11T21:43:09.468Z | Checking papergrid v0.18.0 |
| 3826 | 2026-08-11T21:43:09.560Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3827 | 2026-08-11T21:43:09.569Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3828 | 2026-08-11T21:43:09.654Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3829 | 2026-08-11T21:43:09.670Z | Checking p384 v0.13.1 |
| 3830 | 2026-08-11T21:43:09.745Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3831 | 2026-08-11T21:43:09.816Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3832 | 2026-08-11T21:43:09.827Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3833 | 2026-08-11T21:43:10.018Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3834 | 2026-08-11T21:43:10.073Z | Compiling unicase v2.9.0 |
| 3835 | 2026-08-11T21:43:10.092Z | Checking corncobs v0.1.4 |
| 3836 | 2026-08-11T21:43:10.122Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3837 | 2026-08-11T21:43:10.199Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3838 | 2026-08-11T21:43:10.212Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3839 | 2026-08-11T21:43:10.219Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3840 | 2026-08-11T21:43:10.238Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3841 | 2026-08-11T21:43:10.247Z | Checking tabled v0.21.0 |
| 3842 | 2026-08-11T21:43:10.268Z | Compiling mime_guess v2.0.5 |
| 3843 | 2026-08-11T21:43:10.333Z | Compiling progenitor-impl v0.13.0 |
| 3844 | 2026-08-11T21:43:10.373Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3845 | 2026-08-11T21:43:10.458Z | Checking secrecy v0.8.0 |
| 3846 | 2026-08-11T21:43:10.500Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3847 | 2026-08-11T21:43:10.516Z | Checking crc8 v0.1.1 |
| 3848 | 2026-08-11T21:43:10.609Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3849 | 2026-08-11T21:43:10.832Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3850 | 2026-08-11T21:43:11.143Z | Checking progenitor-client v0.13.0 |
| 3851 | 2026-08-11T21:43:11.200Z | Checking http-range v0.1.5 |
| 3852 | 2026-08-11T21:43:11.237Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3853 | 2026-08-11T21:43:11.521Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3854 | 2026-08-11T21:43:11.532Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3855 | 2026-08-11T21:43:11.549Z | Checking illumos-nvpair v0.3.0 |
| 3856 | 2026-08-11T21:43:11.703Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3857 | 2026-08-11T21:43:11.720Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3858 | 2026-08-11T21:43:11.735Z | Checking scuffle v0.1.0 |
| 3859 | 2026-08-11T21:43:11.785Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3860 | 2026-08-11T21:43:11.804Z | Checking nanorand v0.7.0 |
| 3861 | 2026-08-11T21:43:12.005Z | Checking flume v0.11.1 |
| 3862 | 2026-08-11T21:43:12.088Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3863 | 2026-08-11T21:43:12.250Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3864 | 2026-08-11T21:43:12.303Z | Checking hyper-staticfile v0.10.1 |
| 3865 | 2026-08-11T21:43:12.378Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3866 | 2026-08-11T21:43:12.421Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3867 | 2026-08-11T21:43:12.457Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3868 | 2026-08-11T21:43:12.598Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3869 | 2026-08-11T21:43:12.670Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3870 | 2026-08-11T21:43:12.716Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3871 | 2026-08-11T21:43:12.779Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3872 | 2026-08-11T21:43:12.936Z | Compiling progenitor-macro v0.13.0 |
| 3873 | 2026-08-11T21:43:12.983Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3874 | 2026-08-11T21:43:13.069Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3875 | 2026-08-11T21:43:13.089Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3876 | 2026-08-11T21:43:13.393Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3877 | 2026-08-11T21:43:13.974Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3878 | 2026-08-11T21:43:14.424Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3879 | 2026-08-11T21:43:15.720Z | Checking progenitor v0.13.0 |
| 3880 | 2026-08-11T21:43:15.856Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3881 | 2026-08-11T21:43:17.473Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3882 | 2026-08-11T21:43:18.239Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3883 | 2026-08-11T21:43:31.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.40s |
| 3884 | 2026-08-11T21:43:31.873Z | |
| 3885 | 2026-08-11T21:43:31.873Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334) |
| 3886 | 2026-08-11T21:43:32.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-08-11T21:43:32.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-08-11T21:43:32.631Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3889 | 2026-08-11T21:43:43.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3890 | 2026-08-11T21:43:43.429Z | |
| 3891 | 2026-08-11T21:43:43.429Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334) |
| 3892 | 2026-08-11T21:43:43.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-08-11T21:43:43.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-08-11T21:43:44.190Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3895 | 2026-08-11T21:43:54.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 3896 | 2026-08-11T21:43:54.916Z | |
| 3897 | 2026-08-11T21:43:54.916Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334) |
| 3898 | 2026-08-11T21:43:55.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-08-11T21:43:55.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-08-11T21:43:55.669Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3901 | 2026-08-11T21:44:06.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3902 | 2026-08-11T21:44:06.498Z | |
| 3903 | 2026-08-11T21:44:06.498Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334) |
| 3904 | 2026-08-11T21:44:07.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-08-11T21:44:07.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-08-11T21:44:07.258Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3907 | 2026-08-11T21:44:17.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3908 | 2026-08-11T21:44:18.064Z | |
| 3909 | 2026-08-11T21:44:18.064Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334) |
| 3910 | 2026-08-11T21:44:18.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-08-11T21:44:18.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-08-11T21:44:18.821Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3913 | 2026-08-11T21:44:29.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3914 | 2026-08-11T21:44:29.616Z | |
| 3915 | 2026-08-11T21:44:29.616Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334) |
| 3916 | 2026-08-11T21:44:30.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-08-11T21:44:30.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-08-11T21:44:30.371Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3919 | 2026-08-11T21:44:40.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3920 | 2026-08-11T21:44:41.179Z | |
| 3921 | 2026-08-11T21:44:41.179Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334) |
| 3922 | 2026-08-11T21:44:41.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-08-11T21:44:41.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-08-11T21:44:41.932Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3925 | 2026-08-11T21:44:52.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3926 | 2026-08-11T21:44:52.700Z | |
| 3927 | 2026-08-11T21:44:52.700Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334) |
| 3928 | 2026-08-11T21:44:53.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-08-11T21:44:53.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-08-11T21:44:53.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3931 | 2026-08-11T21:44:53.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3932 | 2026-08-11T21:44:53.273Z | |
| 3933 | 2026-08-11T21:44:53.273Z | info: running `cargo check --bins` on installinator-common (211/334) |
| 3934 | 2026-08-11T21:44:53.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-08-11T21:44:53.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-08-11T21:44:53.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3937 | 2026-08-11T21:44:53.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3938 | 2026-08-11T21:44:53.860Z | |
| 3939 | 2026-08-11T21:44:53.860Z | info: running `cargo check --bins` on installinator-common-versions (212/334) |
| 3940 | 2026-08-11T21:44:54.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-08-11T21:44:54.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-08-11T21:44:54.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2026-08-11T21:44:54.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3944 | 2026-08-11T21:44:54.412Z | |
| 3945 | 2026-08-11T21:44:54.412Z | info: running `cargo check --bins` on nexus-lockstep-client (213/334) |
| 3946 | 2026-08-11T21:44:54.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-08-11T21:44:54.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-08-11T21:44:54.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2026-08-11T21:44:54.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3950 | 2026-08-11T21:44:55.016Z | |
| 3951 | 2026-08-11T21:44:55.016Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/334) |
| 3952 | 2026-08-11T21:44:55.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-08-11T21:44:55.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-08-11T21:44:55.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2026-08-11T21:44:55.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3956 | 2026-08-11T21:44:55.590Z | |
| 3957 | 2026-08-11T21:44:55.590Z | info: running `cargo check --bins` on range-requests (215/334) |
| 3958 | 2026-08-11T21:44:56.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2026-08-11T21:44:56.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2026-08-11T21:44:56.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3961 | 2026-08-11T21:44:56.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3962 | 2026-08-11T21:44:56.155Z | |
| 3963 | 2026-08-11T21:44:56.155Z | info: running `cargo check --bins` on repo-depot-api (216/334) |
| 3964 | 2026-08-11T21:44:56.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3965 | 2026-08-11T21:44:56.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3966 | 2026-08-11T21:44:56.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3967 | 2026-08-11T21:44:56.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3968 | 2026-08-11T21:44:56.718Z | |
| 3969 | 2026-08-11T21:44:56.718Z | info: running `cargo check --bins` on repo-depot-client (217/334) |
| 3970 | 2026-08-11T21:44:57.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-08-11T21:44:57.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-08-11T21:44:57.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3973 | 2026-08-11T21:44:57.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3974 | 2026-08-11T21:44:57.268Z | |
| 3975 | 2026-08-11T21:44:57.268Z | info: running `cargo check --bins` on sled-agent-api (218/334) |
| 3976 | 2026-08-11T21:44:57.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-08-11T21:44:57.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-08-11T21:44:57.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3979 | 2026-08-11T21:44:57.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3980 | 2026-08-11T21:44:57.858Z | |
| 3981 | 2026-08-11T21:44:57.859Z | info: running `cargo check --bins` on sled-diagnostics (219/334) |
| 3982 | 2026-08-11T21:44:58.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3983 | 2026-08-11T21:44:58.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3984 | 2026-08-11T21:44:58.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3985 | 2026-08-11T21:44:58.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3986 | 2026-08-11T21:44:58.449Z | |
| 3987 | 2026-08-11T21:44:58.449Z | info: running `cargo check --bins` on zfs-test-harness (220/334) |
| 3988 | 2026-08-11T21:44:58.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2026-08-11T21:44:58.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2026-08-11T21:44:58.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3991 | 2026-08-11T21:44:58.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3992 | 2026-08-11T21:44:59.040Z | |
| 3993 | 2026-08-11T21:44:59.040Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334) |
| 3994 | 2026-08-11T21:44:59.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-08-11T21:44:59.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-08-11T21:44:59.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2026-08-11T21:44:59.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3998 | 2026-08-11T21:44:59.635Z | |
| 3999 | 2026-08-11T21:44:59.635Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334) |
| 4000 | 2026-08-11T21:45:00.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-08-11T21:45:00.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-08-11T21:45:00.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-08-11T21:45:00.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4004 | 2026-08-11T21:45:00.237Z | |
| 4005 | 2026-08-11T21:45:00.237Z | info: running `cargo check --bins` on sled-agent-early-networking (223/334) |
| 4006 | 2026-08-11T21:45:00.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-08-11T21:45:00.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-08-11T21:45:00.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-08-11T21:45:00.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4010 | 2026-08-11T21:45:00.822Z | |
| 4011 | 2026-08-11T21:45:00.822Z | info: running `cargo check --bins` on sled-agent-health-monitor (224/334) |
| 4012 | 2026-08-11T21:45:01.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-08-11T21:45:01.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-08-11T21:45:01.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-08-11T21:45:01.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4016 | 2026-08-11T21:45:01.418Z | |
| 4017 | 2026-08-11T21:45:01.418Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334) |
| 4018 | 2026-08-11T21:45:01.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-08-11T21:45:01.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-08-11T21:45:01.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-08-11T21:45:01.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4022 | 2026-08-11T21:45:02.015Z | |
| 4023 | 2026-08-11T21:45:02.015Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334) |
| 4024 | 2026-08-11T21:45:02.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-08-11T21:45:02.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-08-11T21:45:02.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-08-11T21:45:02.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4028 | 2026-08-11T21:45:02.610Z | |
| 4029 | 2026-08-11T21:45:02.610Z | info: running `cargo check --bins` on sled-agent-resolvable-files (227/334) |
| 4030 | 2026-08-11T21:45:03.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-08-11T21:45:03.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-08-11T21:45:03.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-08-11T21:45:03.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4034 | 2026-08-11T21:45:03.203Z | |
| 4035 | 2026-08-11T21:45:03.203Z | info: running `cargo check --bins` on sled-agent-rack-setup (228/334) |
| 4036 | 2026-08-11T21:45:03.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-08-11T21:45:03.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-08-11T21:45:03.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-08-11T21:45:03.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4040 | 2026-08-11T21:45:03.827Z | |
| 4041 | 2026-08-11T21:45:03.827Z | info: running `cargo check --bins` on trust-quorum (229/334) |
| 4042 | 2026-08-11T21:45:04.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-08-11T21:45:04.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-08-11T21:45:04.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-08-11T21:45:04.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4046 | 2026-08-11T21:45:04.429Z | |
| 4047 | 2026-08-11T21:45:04.429Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334) |
| 4048 | 2026-08-11T21:45:04.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-08-11T21:45:04.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-08-11T21:45:04.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4051 | 2026-08-11T21:45:04.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4052 | 2026-08-11T21:45:05.039Z | |
| 4053 | 2026-08-11T21:45:05.039Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (231/334) |
| 4054 | 2026-08-11T21:45:05.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-08-11T21:45:05.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-08-11T21:45:05.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-08-11T21:45:05.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4058 | 2026-08-11T21:45:05.662Z | |
| 4059 | 2026-08-11T21:45:05.662Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334) |
| 4060 | 2026-08-11T21:45:06.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-08-11T21:45:06.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-08-11T21:45:06.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-08-11T21:45:06.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4064 | 2026-08-11T21:45:06.282Z | |
| 4065 | 2026-08-11T21:45:06.282Z | info: running `cargo check --bins` on omicron-deployment-graph (233/334) |
| 4066 | 2026-08-11T21:45:06.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-08-11T21:45:06.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-08-11T21:45:06.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-08-11T21:45:06.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4070 | 2026-08-11T21:45:06.843Z | |
| 4071 | 2026-08-11T21:45:06.843Z | info: running `cargo check --bins` on transient-dns-server (234/334) |
| 4072 | 2026-08-11T21:45:07.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-08-11T21:45:07.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-08-11T21:45:07.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-08-11T21:45:07.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4076 | 2026-08-11T21:45:07.428Z | |
| 4077 | 2026-08-11T21:45:07.428Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334) |
| 4078 | 2026-08-11T21:45:07.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-11T21:45:07.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-11T21:45:07.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-11T21:45:07.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4082 | 2026-08-11T21:45:08.022Z | |
| 4083 | 2026-08-11T21:45:08.022Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334) |
| 4084 | 2026-08-11T21:45:08.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-11T21:45:08.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-11T21:45:08.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-11T21:45:08.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4088 | 2026-08-11T21:45:08.617Z | |
| 4089 | 2026-08-11T21:45:08.617Z | info: running `cargo check --bins` on omicron-rpaths (237/334) |
| 4090 | 2026-08-11T21:45:09.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-11T21:45:09.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-11T21:45:09.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-11T21:45:09.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4094 | 2026-08-11T21:45:09.175Z | |
| 4095 | 2026-08-11T21:45:09.175Z | info: running `cargo check --bins` on omicron-repl-utils (238/334) |
| 4096 | 2026-08-11T21:45:09.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-11T21:45:09.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-11T21:45:09.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-08-11T21:45:09.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4100 | 2026-08-11T21:45:09.729Z | |
| 4101 | 2026-08-11T21:45:09.729Z | info: running `cargo check --bins` on omicron-clickhouse-admin (239/334) |
| 4102 | 2026-08-11T21:45:10.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-11T21:45:10.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-11T21:45:10.427Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4105 | 2026-08-11T21:45:10.846Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4106 | 2026-08-11T21:45:12.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 4107 | 2026-08-11T21:45:12.240Z | |
| 4108 | 2026-08-11T21:45:12.240Z | info: running `cargo check --bins` on clickhouse-admin-api (240/334) |
| 4109 | 2026-08-11T21:45:12.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4110 | 2026-08-11T21:45:12.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4111 | 2026-08-11T21:45:12.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4112 | 2026-08-11T21:45:12.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4113 | 2026-08-11T21:45:12.807Z | |
| 4114 | 2026-08-11T21:45:12.807Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (241/334) |
| 4115 | 2026-08-11T21:45:13.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-08-11T21:45:13.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-08-11T21:45:13.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4118 | 2026-08-11T21:45:13.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4119 | 2026-08-11T21:45:13.379Z | |
| 4120 | 2026-08-11T21:45:13.379Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334) |
| 4121 | 2026-08-11T21:45:13.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-08-11T21:45:13.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-08-11T21:45:13.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4124 | 2026-08-11T21:45:13.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4125 | 2026-08-11T21:45:13.956Z | |
| 4126 | 2026-08-11T21:45:13.957Z | info: running `cargo check --bins` on clickhouse-admin-single-client (243/334) |
| 4127 | 2026-08-11T21:45:14.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-08-11T21:45:14.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-08-11T21:45:14.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-08-11T21:45:14.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4131 | 2026-08-11T21:45:14.531Z | |
| 4132 | 2026-08-11T21:45:14.531Z | info: running `cargo check --bins` on installinator-client (244/334) |
| 4133 | 2026-08-11T21:45:15.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-08-11T21:45:15.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-08-11T21:45:15.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4136 | 2026-08-11T21:45:15.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4137 | 2026-08-11T21:45:15.103Z | |
| 4138 | 2026-08-11T21:45:15.103Z | info: running `cargo check --bins` on oxide-client (245/334) |
| 4139 | 2026-08-11T21:45:15.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4140 | 2026-08-11T21:45:15.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4141 | 2026-08-11T21:45:15.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4142 | 2026-08-11T21:45:15.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4143 | 2026-08-11T21:45:15.657Z | |
| 4144 | 2026-08-11T21:45:15.657Z | info: running `cargo check --bins` on oximeter-client (246/334) |
| 4145 | 2026-08-11T21:45:16.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-08-11T21:45:16.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-08-11T21:45:16.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4148 | 2026-08-11T21:45:16.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4149 | 2026-08-11T21:45:16.226Z | |
| 4150 | 2026-08-11T21:45:16.226Z | info: running `cargo check --bins` on wicketd-client (247/334) |
| 4151 | 2026-08-11T21:45:16.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-08-11T21:45:16.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-08-11T21:45:16.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4154 | 2026-08-11T21:45:16.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4155 | 2026-08-11T21:45:16.815Z | |
| 4156 | 2026-08-11T21:45:16.815Z | info: running `cargo check --bins` on wicket-common (248/334) |
| 4157 | 2026-08-11T21:45:17.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2026-08-11T21:45:17.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2026-08-11T21:45:17.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4160 | 2026-08-11T21:45:17.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4161 | 2026-08-11T21:45:17.402Z | |
| 4162 | 2026-08-11T21:45:17.402Z | info: running `cargo check --bins` on wicketd-commission-client (249/334) |
| 4163 | 2026-08-11T21:45:17.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2026-08-11T21:45:17.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2026-08-11T21:45:17.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4166 | 2026-08-11T21:45:17.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4167 | 2026-08-11T21:45:17.978Z | |
| 4168 | 2026-08-11T21:45:17.978Z | info: running `cargo check --bins` on omicron-cockroach-admin (250/334) |
| 4169 | 2026-08-11T21:45:18.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2026-08-11T21:45:18.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2026-08-11T21:45:18.647Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4172 | 2026-08-11T21:45:18.650Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4173 | 2026-08-11T21:45:19.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4174 | 2026-08-11T21:45:20.021Z | |
| 4175 | 2026-08-11T21:45:20.021Z | info: running `cargo check --bins` on cockroach-admin-api (251/334) |
| 4176 | 2026-08-11T21:45:20.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2026-08-11T21:45:20.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2026-08-11T21:45:20.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4179 | 2026-08-11T21:45:20.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4180 | 2026-08-11T21:45:20.589Z | |
| 4181 | 2026-08-11T21:45:20.589Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334) |
| 4182 | 2026-08-11T21:45:21.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2026-08-11T21:45:21.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2026-08-11T21:45:21.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2026-08-11T21:45:21.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4186 | 2026-08-11T21:45:21.251Z | |
| 4187 | 2026-08-11T21:45:21.251Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334) |
| 4188 | 2026-08-11T21:45:21.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2026-08-11T21:45:21.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2026-08-11T21:45:21.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4191 | 2026-08-11T21:45:21.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4192 | 2026-08-11T21:45:21.899Z | |
| 4193 | 2026-08-11T21:45:21.899Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334) |
| 4194 | 2026-08-11T21:45:22.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-08-11T21:45:22.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-08-11T21:45:22.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4197 | 2026-08-11T21:45:22.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4198 | 2026-08-11T21:45:22.527Z | |
| 4199 | 2026-08-11T21:45:22.527Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334) |
| 4200 | 2026-08-11T21:45:23.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-08-11T21:45:23.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-08-11T21:45:23.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4203 | 2026-08-11T21:45:23.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4204 | 2026-08-11T21:45:23.158Z | |
| 4205 | 2026-08-11T21:45:23.158Z | info: running `cargo check --bins` on db-macros (256/334) |
| 4206 | 2026-08-11T21:45:23.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2026-08-11T21:45:23.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2026-08-11T21:45:23.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2026-08-11T21:45:23.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4210 | 2026-08-11T21:45:23.714Z | |
| 4211 | 2026-08-11T21:45:23.714Z | info: running `cargo check --bins` on nexus-macros-common (257/334) |
| 4212 | 2026-08-11T21:45:24.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-08-11T21:45:24.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-08-11T21:45:24.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2026-08-11T21:45:24.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4216 | 2026-08-11T21:45:24.270Z | |
| 4217 | 2026-08-11T21:45:24.270Z | info: running `cargo check --bins` on nexus-auth (258/334) |
| 4218 | 2026-08-11T21:45:24.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-08-11T21:45:24.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-08-11T21:45:24.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-08-11T21:45:24.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4222 | 2026-08-11T21:45:24.896Z | |
| 4223 | 2026-08-11T21:45:24.896Z | info: running `cargo check --bins` on authz-macros (259/334) |
| 4224 | 2026-08-11T21:45:25.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-08-11T21:45:25.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-08-11T21:45:25.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4227 | 2026-08-11T21:45:25.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4228 | 2026-08-11T21:45:25.454Z | |
| 4229 | 2026-08-11T21:45:25.454Z | info: running `cargo check --bins` on nexus-db-fixed-data (260/334) |
| 4230 | 2026-08-11T21:45:25.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4231 | 2026-08-11T21:45:25.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4232 | 2026-08-11T21:45:25.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4233 | 2026-08-11T21:45:25.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4234 | 2026-08-11T21:45:26.071Z | |
| 4235 | 2026-08-11T21:45:26.071Z | info: running `cargo check --bins` on nexus-db-model (261/334) |
| 4236 | 2026-08-11T21:45:26.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-08-11T21:45:26.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-08-11T21:45:26.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4239 | 2026-08-11T21:45:26.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4240 | 2026-08-11T21:45:26.685Z | |
| 4241 | 2026-08-11T21:45:26.685Z | info: running `cargo check --bins` on nexus-db-schema (262/334) |
| 4242 | 2026-08-11T21:45:27.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-08-11T21:45:27.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-08-11T21:45:27.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4245 | 2026-08-11T21:45:27.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4246 | 2026-08-11T21:45:27.245Z | |
| 4247 | 2026-08-11T21:45:27.245Z | info: running `cargo check --bins` on nexus-defaults (263/334) |
| 4248 | 2026-08-11T21:45:27.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-08-11T21:45:27.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-08-11T21:45:27.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4251 | 2026-08-11T21:45:27.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4252 | 2026-08-11T21:45:27.815Z | |
| 4253 | 2026-08-11T21:45:27.815Z | info: running `cargo check --bins` on omicron-git-version (264/334) |
| 4254 | 2026-08-11T21:45:28.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-08-11T21:45:28.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-08-11T21:45:28.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4257 | 2026-08-11T21:45:28.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4258 | 2026-08-11T21:45:28.375Z | |
| 4259 | 2026-08-11T21:45:28.375Z | info: running `cargo check --bins` on nexus-db-errors (265/334) |
| 4260 | 2026-08-11T21:45:28.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-08-11T21:45:28.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-08-11T21:45:28.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4263 | 2026-08-11T21:45:28.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4264 | 2026-08-11T21:45:29.005Z | |
| 4265 | 2026-08-11T21:45:29.005Z | info: running `cargo check --bins` on nexus-db-lookup (266/334) |
| 4266 | 2026-08-11T21:45:29.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2026-08-11T21:45:29.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2026-08-11T21:45:29.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2026-08-11T21:45:29.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4270 | 2026-08-11T21:45:29.634Z | |
| 4271 | 2026-08-11T21:45:29.637Z | info: running `cargo check --bins` on nexus-test-interface (267/334) |
| 4272 | 2026-08-11T21:45:30.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-08-11T21:45:30.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-08-11T21:45:30.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2026-08-11T21:45:30.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4276 | 2026-08-11T21:45:30.267Z | |
| 4277 | 2026-08-11T21:45:30.267Z | info: running `cargo check --bins` on oximeter-collector (268/334) |
| 4278 | 2026-08-11T21:45:30.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-08-11T21:45:30.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-08-11T21:45:30.986Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4281 | 2026-08-11T21:45:30.989Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4282 | 2026-08-11T21:45:31.669Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4283 | 2026-08-11T21:45:33.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4284 | 2026-08-11T21:45:33.602Z | |
| 4285 | 2026-08-11T21:45:33.602Z | info: running `cargo check --bins` on oximeter-api (269/334) |
| 4286 | 2026-08-11T21:45:34.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-08-11T21:45:34.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-08-11T21:45:34.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-08-11T21:45:34.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4290 | 2026-08-11T21:45:34.176Z | |
| 4291 | 2026-08-11T21:45:34.176Z | info: running `cargo check --bins` on cert-dev (270/334) |
| 4292 | 2026-08-11T21:45:34.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-08-11T21:45:34.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-08-11T21:45:34.775Z | Checking yasna v0.5.2 |
| 4295 | 2026-08-11T21:45:35.179Z | Checking rcgen v0.12.1 |
| 4296 | 2026-08-11T21:45:35.432Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4297 | 2026-08-11T21:45:35.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4298 | 2026-08-11T21:45:35.795Z | |
| 4299 | 2026-08-11T21:45:35.795Z | info: running `cargo check --bins` on clickana (271/334) |
| 4300 | 2026-08-11T21:45:36.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-08-11T21:45:36.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-08-11T21:45:36.433Z | Compiling instability v0.3.11 |
| 4303 | 2026-08-11T21:45:36.439Z | Checking castaway v0.2.4 |
| 4304 | 2026-08-11T21:45:36.439Z | Compiling indoc v2.0.7 |
| 4305 | 2026-08-11T21:45:36.552Z | Checking unicode-truncate v1.1.0 |
| 4306 | 2026-08-11T21:45:36.557Z | Checking lru v0.12.5 |
| 4307 | 2026-08-11T21:45:36.560Z | Checking cassowary v0.3.0 |
| 4308 | 2026-08-11T21:45:36.633Z | Checking compact_str v0.8.1 |
| 4309 | 2026-08-11T21:45:37.425Z | Checking ratatui v0.29.0 |
| 4310 | 2026-08-11T21:45:38.479Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4311 | 2026-08-11T21:45:39.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 4312 | 2026-08-11T21:45:39.385Z | |
| 4313 | 2026-08-11T21:45:39.385Z | info: running `cargo check --bins` on clickhouse-cluster-dev (272/334) |
| 4314 | 2026-08-11T21:45:39.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4315 | 2026-08-11T21:45:39.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4316 | 2026-08-11T21:45:40.102Z | Checking headers-core v0.3.0 |
| 4317 | 2026-08-11T21:45:40.105Z | Checking port-file v0.1.0 |
| 4318 | 2026-08-11T21:45:40.105Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4319 | 2026-08-11T21:45:40.299Z | Checking headers v0.4.1 |
| 4320 | 2026-08-11T21:45:40.666Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4321 | 2026-08-11T21:45:41.636Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4322 | 2026-08-11T21:45:42.162Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4323 | 2026-08-11T21:45:42.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4324 | 2026-08-11T21:45:42.799Z | |
| 4325 | 2026-08-11T21:45:42.799Z | info: running `cargo check --bins` on ch-dev (273/334) |
| 4326 | 2026-08-11T21:45:43.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4327 | 2026-08-11T21:45:43.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4328 | 2026-08-11T21:45:43.510Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4329 | 2026-08-11T21:45:44.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4330 | 2026-08-11T21:45:44.465Z | |
| 4331 | 2026-08-11T21:45:44.465Z | info: running `cargo check --bins` on dev-tools-common (274/334) |
| 4332 | 2026-08-11T21:45:44.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-08-11T21:45:44.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-08-11T21:45:44.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4335 | 2026-08-11T21:45:44.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4336 | 2026-08-11T21:45:44.884Z | |
| 4337 | 2026-08-11T21:45:44.884Z | info: running `cargo check --bins` on corpus-adjust (275/334) |
| 4338 | 2026-08-11T21:45:45.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-08-11T21:45:45.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-08-11T21:45:45.504Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4341 | 2026-08-11T21:45:45.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4342 | 2026-08-11T21:45:46.052Z | |
| 4343 | 2026-08-11T21:45:46.052Z | info: running `cargo check --bins` on crdb-seed (276/334) |
| 4344 | 2026-08-11T21:45:46.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-08-11T21:45:46.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-08-11T21:45:46.763Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4347 | 2026-08-11T21:45:47.867Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4348 | 2026-08-11T21:45:48.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4349 | 2026-08-11T21:45:48.425Z | |
| 4350 | 2026-08-11T21:45:48.425Z | info: running `cargo check --bins` on db-dev (277/334) |
| 4351 | 2026-08-11T21:45:48.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4352 | 2026-08-11T21:45:48.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4353 | 2026-08-11T21:45:49.144Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4354 | 2026-08-11T21:45:49.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4355 | 2026-08-11T21:45:50.106Z | |
| 4356 | 2026-08-11T21:45:50.106Z | info: running `cargo check --bins` on omicron-dev-lib (278/334) |
| 4357 | 2026-08-11T21:45:50.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4358 | 2026-08-11T21:45:50.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4359 | 2026-08-11T21:45:50.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4360 | 2026-08-11T21:45:50.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4361 | 2026-08-11T21:45:50.729Z | |
| 4362 | 2026-08-11T21:45:50.729Z | info: running `cargo check --bins` on xtask-downloader (279/334) |
| 4363 | 2026-08-11T21:45:51.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-08-11T21:45:51.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-08-11T21:45:51.341Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4366 | 2026-08-11T21:45:52.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4367 | 2026-08-11T21:45:52.199Z | |
| 4368 | 2026-08-11T21:45:52.199Z | info: running `cargo check --bins` on omicron-dropshot-apis (280/334) |
| 4369 | 2026-08-11T21:45:52.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-08-11T21:45:52.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-08-11T21:45:52.944Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4372 | 2026-08-11T21:45:52.947Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4373 | 2026-08-11T21:45:52.948Z | Checking git-stub v1.0.0 |
| 4374 | 2026-08-11T21:45:52.948Z | Compiling trait-variant v0.1.2 |
| 4375 | 2026-08-11T21:45:53.063Z | Checking is_ci v1.2.0 |
| 4376 | 2026-08-11T21:45:53.072Z | Checking maplit v1.0.2 |
| 4377 | 2026-08-11T21:45:53.096Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4378 | 2026-08-11T21:45:53.107Z | Checking drift v0.2.0 |
| 4379 | 2026-08-11T21:45:53.150Z | Checking supports-color v3.0.2 |
| 4380 | 2026-08-11T21:45:53.163Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4381 | 2026-08-11T21:45:53.247Z | Checking git-stub-vcs v0.1.0 |
| 4382 | 2026-08-11T21:45:53.270Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4383 | 2026-08-11T21:45:53.284Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4384 | 2026-08-11T21:45:53.319Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4385 | 2026-08-11T21:45:53.440Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4386 | 2026-08-11T21:45:53.453Z | Checking dropshot-api-manager v0.7.2 |
| 4387 | 2026-08-11T21:45:53.506Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4388 | 2026-08-11T21:45:53.602Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4389 | 2026-08-11T21:45:53.812Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4390 | 2026-08-11T21:45:54.320Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4391 | 2026-08-11T21:45:55.271Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4392 | 2026-08-11T21:45:56.289Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4393 | 2026-08-11T21:45:57.013Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4394 | 2026-08-11T21:45:57.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
| 4395 | 2026-08-11T21:45:57.667Z | |
| 4396 | 2026-08-11T21:45:57.667Z | info: running `cargo check --bins` on installinator-api (281/334) |
| 4397 | 2026-08-11T21:45:58.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-08-11T21:45:58.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-08-11T21:45:58.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4400 | 2026-08-11T21:45:58.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4401 | 2026-08-11T21:45:58.246Z | |
| 4402 | 2026-08-11T21:45:58.246Z | info: running `cargo check --bins` on nexus-external-api (282/334) |
| 4403 | 2026-08-11T21:45:58.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-08-11T21:45:58.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-08-11T21:45:58.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-08-11T21:45:58.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4407 | 2026-08-11T21:45:58.863Z | |
| 4408 | 2026-08-11T21:45:58.864Z | info: running `cargo check --bins` on nexus-internal-api (283/334) |
| 4409 | 2026-08-11T21:45:59.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-08-11T21:45:59.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-08-11T21:45:59.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-08-11T21:45:59.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4413 | 2026-08-11T21:45:59.480Z | |
| 4414 | 2026-08-11T21:45:59.480Z | info: running `cargo check --bins` on nexus-lockstep-api (284/334) |
| 4415 | 2026-08-11T21:45:59.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-08-11T21:46:00.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-08-11T21:46:00.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4418 | 2026-08-11T21:46:00.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4419 | 2026-08-11T21:46:00.096Z | |
| 4420 | 2026-08-11T21:46:00.096Z | info: running `cargo check --bins` on ntp-admin-api (285/334) |
| 4421 | 2026-08-11T21:46:00.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-08-11T21:46:00.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-08-11T21:46:00.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4424 | 2026-08-11T21:46:00.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4425 | 2026-08-11T21:46:00.674Z | |
| 4426 | 2026-08-11T21:46:00.675Z | info: running `cargo check --bins` on ntp-admin-types-versions (286/334) |
| 4427 | 2026-08-11T21:46:01.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-08-11T21:46:01.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-08-11T21:46:01.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-08-11T21:46:01.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4431 | 2026-08-11T21:46:01.233Z | |
| 4432 | 2026-08-11T21:46:01.233Z | info: running `cargo check --bins` on wicketd-api (287/334) |
| 4433 | 2026-08-11T21:46:01.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-08-11T21:46:01.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-08-11T21:46:01.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-08-11T21:46:01.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4437 | 2026-08-11T21:46:01.824Z | |
| 4438 | 2026-08-11T21:46:01.825Z | info: running `cargo check --bins` on wicketd-commission-api (288/334) |
| 4439 | 2026-08-11T21:46:02.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-08-11T21:46:02.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-08-11T21:46:02.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-08-11T21:46:02.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4443 | 2026-08-11T21:46:02.410Z | |
| 4444 | 2026-08-11T21:46:02.410Z | info: running `cargo check --bins` on omicron-ls-apis (289/334) |
| 4445 | 2026-08-11T21:46:02.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-08-11T21:46:02.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-08-11T21:46:03.034Z | Compiling blake3 v1.8.5 |
| 4448 | 2026-08-11T21:46:03.144Z | Checking arrayvec v0.7.6 |
| 4449 | 2026-08-11T21:46:03.156Z | Checking constant_time_eq v0.4.2 |
| 4450 | 2026-08-11T21:46:03.159Z | Checking arrayref v0.3.9 |
| 4451 | 2026-08-11T21:46:03.171Z | Checking cargo-platform v0.3.2 |
| 4452 | 2026-08-11T21:46:03.176Z | Checking topological-sort v0.2.2 |
| 4453 | 2026-08-11T21:46:03.176Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4454 | 2026-08-11T21:46:03.326Z | Checking cargo_metadata v0.23.1 |
| 4455 | 2026-08-11T21:46:04.028Z | Checking omicron-zone-package v0.12.3 |
| 4456 | 2026-08-11T21:46:04.744Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4457 | 2026-08-11T21:46:05.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4458 | 2026-08-11T21:46:05.760Z | |
| 4459 | 2026-08-11T21:46:05.760Z | info: running `cargo check --bins` on mgs-dev (290/334) |
| 4460 | 2026-08-11T21:46:06.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-08-11T21:46:06.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-08-11T21:46:06.491Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4463 | 2026-08-11T21:46:07.129Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4464 | 2026-08-11T21:46:07.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4465 | 2026-08-11T21:46:07.843Z | |
| 4466 | 2026-08-11T21:46:07.843Z | info: running `cargo check --bins` on omicron-omdb (291/334) |
| 4467 | 2026-08-11T21:46:08.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-08-11T21:46:08.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-08-11T21:46:08.817Z | Compiling darling_core v0.21.3 |
| 4470 | 2026-08-11T21:46:08.817Z | Compiling vergen-lib v0.1.6 |
| 4471 | 2026-08-11T21:46:08.817Z | Compiling diesel_derives v2.3.7 |
| 4472 | 2026-08-11T21:46:08.817Z | Checking scheduled-thread-pool v0.2.7 |
| 4473 | 2026-08-11T21:46:08.820Z | Compiling vergen-gitcl v1.0.8 |
| 4474 | 2026-08-11T21:46:08.820Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4475 | 2026-08-11T21:46:08.820Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4476 | 2026-08-11T21:46:09.039Z | Compiling dirs-sys-next v0.1.2 |
| 4477 | 2026-08-11T21:46:09.093Z | Compiling glob v0.3.3 |
| 4478 | 2026-08-11T21:46:09.147Z | Compiling crunchy v0.2.4 |
| 4479 | 2026-08-11T21:46:09.201Z | Compiling dirs-next v2.0.0 |
| 4480 | 2026-08-11T21:46:09.244Z | Checking r2d2 v0.8.10 |
| 4481 | 2026-08-11T21:46:09.318Z | Compiling tiny-keccak v2.0.2 |
| 4482 | 2026-08-11T21:46:09.334Z | Checking downcast-rs v2.0.2 |
| 4483 | 2026-08-11T21:46:09.459Z | Compiling term v0.7.0 |
| 4484 | 2026-08-11T21:46:09.474Z | Compiling clang-sys v1.8.1 |
| 4485 | 2026-08-11T21:46:09.521Z | Compiling bit-vec v0.6.3 |
| 4486 | 2026-08-11T21:46:09.537Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4487 | 2026-08-11T21:46:09.721Z | Compiling ascii-canvas v3.0.0 |
| 4488 | 2026-08-11T21:46:09.740Z | Compiling bit-set v0.5.3 |
| 4489 | 2026-08-11T21:46:09.851Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4490 | 2026-08-11T21:46:09.898Z | Compiling itertools v0.10.5 |
| 4491 | 2026-08-11T21:46:09.965Z | Compiling ena v0.14.4 |
| 4492 | 2026-08-11T21:46:09.968Z | Compiling libloading v0.8.9 |
| 4493 | 2026-08-11T21:46:09.996Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4494 | 2026-08-11T21:46:10.000Z | Compiling regex-syntax v0.6.29 |
| 4495 | 2026-08-11T21:46:10.030Z | Compiling bindgen v0.71.1 |
| 4496 | 2026-08-11T21:46:10.173Z | Compiling diff v0.1.13 |
| 4497 | 2026-08-11T21:46:10.450Z | Compiling cexpr v0.6.0 |
| 4498 | 2026-08-11T21:46:10.470Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4499 | 2026-08-11T21:46:10.657Z | Compiling rustc-hash v2.1.1 |
| 4500 | 2026-08-11T21:46:10.796Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4501 | 2026-08-11T21:46:10.960Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4502 | 2026-08-11T21:46:10.989Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4503 | 2026-08-11T21:46:11.141Z | Compiling libxml v0.3.3 |
| 4504 | 2026-08-11T21:46:11.159Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4505 | 2026-08-11T21:46:11.287Z | Compiling strum_macros v0.24.3 |
| 4506 | 2026-08-11T21:46:11.349Z | Compiling lalrpop v0.19.12 |
| 4507 | 2026-08-11T21:46:11.403Z | Compiling indoc v1.0.9 |
| 4508 | 2026-08-11T21:46:11.569Z | Compiling darling_macro v0.21.3 |
| 4509 | 2026-08-11T21:46:12.086Z | Compiling darling v0.21.3 |
| 4510 | 2026-08-11T21:46:12.181Z | Compiling dsl_auto_type v0.2.0 |
| 4511 | 2026-08-11T21:46:12.300Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4512 | 2026-08-11T21:46:12.491Z | Checking derive_builder v0.20.2 |
| 4513 | 2026-08-11T21:46:12.613Z | Compiling oso-derive v0.27.3 |
| 4514 | 2026-08-11T21:46:12.636Z | Checking quick-xml v0.37.5 |
| 4515 | 2026-08-11T21:46:12.674Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4516 | 2026-08-11T21:46:13.119Z | Checking openssl-probe v0.1.6 |
| 4517 | 2026-08-11T21:46:13.264Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4518 | 2026-08-11T21:46:13.501Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4519 | 2026-08-11T21:46:13.699Z | Checking bb8 v0.8.6 |
| 4520 | 2026-08-11T21:46:13.900Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4521 | 2026-08-11T21:46:13.988Z | Checking nonempty v0.12.0 |
| 4522 | 2026-08-11T21:46:14.006Z | Compiling libz-sys v1.1.24 |
| 4523 | 2026-08-11T21:46:14.058Z | Compiling strsim v0.10.0 |
| 4524 | 2026-08-11T21:46:14.159Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4525 | 2026-08-11T21:46:14.225Z | Compiling vergen-git2 v9.1.0 |
| 4526 | 2026-08-11T21:46:14.400Z | Compiling darling_core v0.13.4 |
| 4527 | 2026-08-11T21:46:14.446Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4528 | 2026-08-11T21:46:14.592Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4529 | 2026-08-11T21:46:14.664Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4530 | 2026-08-11T21:46:14.882Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4531 | 2026-08-11T21:46:15.071Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4532 | 2026-08-11T21:46:15.258Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4533 | 2026-08-11T21:46:15.447Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4534 | 2026-08-11T21:46:15.572Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4535 | 2026-08-11T21:46:15.640Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4536 | 2026-08-11T21:46:15.830Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4537 | 2026-08-11T21:46:16.056Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4538 | 2026-08-11T21:46:16.249Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4539 | 2026-08-11T21:46:16.349Z | Compiling darling_macro v0.13.4 |
| 4540 | 2026-08-11T21:46:16.635Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4541 | 2026-08-11T21:46:16.838Z | Compiling darling v0.13.4 |
| 4542 | 2026-08-11T21:46:16.934Z | Compiling serde_with_macros v1.5.2 |
| 4543 | 2026-08-11T21:46:17.031Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4544 | 2026-08-11T21:46:17.623Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4545 | 2026-08-11T21:46:17.703Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4546 | 2026-08-11T21:46:17.791Z | Compiling serde_with v1.14.0 |
| 4547 | 2026-08-11T21:46:17.814Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4548 | 2026-08-11T21:46:18.149Z | Checking diesel v2.3.7 |
| 4549 | 2026-08-11T21:46:18.947Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4550 | 2026-08-11T21:46:19.422Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4551 | 2026-08-11T21:46:19.623Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4552 | 2026-08-11T21:46:20.345Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4553 | 2026-08-11T21:46:20.565Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4554 | 2026-08-11T21:46:21.036Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4555 | 2026-08-11T21:46:21.055Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4556 | 2026-08-11T21:46:21.119Z | Checking twox-hash v2.1.2 |
| 4557 | 2026-08-11T21:46:21.430Z | Checking libsw-core v0.3.2 |
| 4558 | 2026-08-11T21:46:21.595Z | Checking atty v0.2.14 |
| 4559 | 2026-08-11T21:46:21.708Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4560 | 2026-08-11T21:46:21.892Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4561 | 2026-08-11T21:46:22.143Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4562 | 2026-08-11T21:46:22.210Z | Checking libsw v3.5.0 |
| 4563 | 2026-08-11T21:46:22.300Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4564 | 2026-08-11T21:46:22.377Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4565 | 2026-08-11T21:46:23.540Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4566 | 2026-08-11T21:46:23.619Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4567 | 2026-08-11T21:46:24.265Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4568 | 2026-08-11T21:46:24.464Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4569 | 2026-08-11T21:46:24.981Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4570 | 2026-08-11T21:46:25.172Z | Checking console v0.16.2 |
| 4571 | 2026-08-11T21:46:25.445Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4572 | 2026-08-11T21:46:25.497Z | Checking fatfs v0.3.6 |
| 4573 | 2026-08-11T21:46:25.595Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4574 | 2026-08-11T21:46:25.948Z | Compiling seq-macro v0.3.6 |
| 4575 | 2026-08-11T21:46:26.457Z | Checking unit-prefix v0.5.2 |
| 4576 | 2026-08-11T21:46:26.597Z | Checking indicatif v0.18.4 |
| 4577 | 2026-08-11T21:46:26.840Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4578 | 2026-08-11T21:46:26.948Z | Checking oxide-update-engine-display v0.1.2 |
| 4579 | 2026-08-11T21:46:26.984Z | Checking support-bundle-viewer v0.1.2 |
| 4580 | 2026-08-11T21:46:27.227Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4581 | 2026-08-11T21:46:27.252Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4582 | 2026-08-11T21:46:27.488Z | Checking multimap v0.10.1 |
| 4583 | 2026-08-11T21:46:33.286Z | Checking diesel-dtrace v0.5.0 |
| 4584 | 2026-08-11T21:46:33.538Z | Checking async-bb8-diesel v0.2.1 |
| 4585 | 2026-08-11T21:46:36.755Z | Compiling samael v0.0.19 |
| 4586 | 2026-08-11T21:46:44.097Z | Compiling git2 v0.20.4 |
| 4587 | 2026-08-11T21:46:44.145Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4588 | 2026-08-11T21:46:44.145Z | Compiling polar-core v0.27.3 |
| 4589 | 2026-08-11T21:46:44.145Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4590 | 2026-08-11T21:46:48.383Z | Checking oso v0.27.3 |
| 4591 | 2026-08-11T21:47:20.456Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4592 | 2026-08-11T21:48:35.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4593 | 2026-08-11T21:48:35.635Z | |
| 4594 | 2026-08-11T21:48:35.635Z | info: running `cargo check --bins` on nexus-networking (292/334) |
| 4595 | 2026-08-11T21:48:36.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-11T21:48:36.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-11T21:48:36.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4598 | 2026-08-11T21:48:36.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4599 | 2026-08-11T21:48:36.321Z | |
| 4600 | 2026-08-11T21:48:36.321Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334) |
| 4601 | 2026-08-11T21:48:36.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-11T21:48:36.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-11T21:48:36.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-11T21:48:36.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4605 | 2026-08-11T21:48:36.942Z | |
| 4606 | 2026-08-11T21:48:36.942Z | info: running `cargo check --bins` on nexus-saga-recovery (294/334) |
| 4607 | 2026-08-11T21:48:37.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-11T21:48:37.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-11T21:48:37.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4610 | 2026-08-11T21:48:37.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4611 | 2026-08-11T21:48:37.563Z | |
| 4612 | 2026-08-11T21:48:37.563Z | info: running `cargo check --bins` on nexus-test-utils-macros (295/334) |
| 4613 | 2026-08-11T21:48:38.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-08-11T21:48:38.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-08-11T21:48:38.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4616 | 2026-08-11T21:48:38.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4617 | 2026-08-11T21:48:38.112Z | |
| 4618 | 2026-08-11T21:48:38.112Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (296/334) |
| 4619 | 2026-08-11T21:48:38.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4620 | 2026-08-11T21:48:38.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4621 | 2026-08-11T21:48:38.933Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4622 | 2026-08-11T21:48:39.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4623 | 2026-08-11T21:48:39.889Z | |
| 4624 | 2026-08-11T21:48:39.889Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334) |
| 4625 | 2026-08-11T21:48:40.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4626 | 2026-08-11T21:48:40.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4627 | 2026-08-11T21:48:40.702Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4628 | 2026-08-11T21:49:19.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.63s |
| 4629 | 2026-08-11T21:49:19.734Z | |
| 4630 | 2026-08-11T21:49:19.734Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334) |
| 4631 | 2026-08-11T21:49:20.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-08-11T21:49:20.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-08-11T21:49:20.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4634 | 2026-08-11T21:49:20.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4635 | 2026-08-11T21:49:20.286Z | |
| 4636 | 2026-08-11T21:49:20.286Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334) |
| 4637 | 2026-08-11T21:49:20.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-08-11T21:49:20.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-08-11T21:49:20.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4640 | 2026-08-11T21:49:20.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4641 | 2026-08-11T21:49:20.838Z | |
| 4642 | 2026-08-11T21:49:20.838Z | info: running `cargo check --bins --no-default-features` on nexus-fm (300/334) |
| 4643 | 2026-08-11T21:49:21.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-11T21:49:21.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-11T21:49:21.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4646 | 2026-08-11T21:49:21.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4647 | 2026-08-11T21:49:21.445Z | |
| 4648 | 2026-08-11T21:49:21.445Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334) |
| 4649 | 2026-08-11T21:49:21.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-08-11T21:49:21.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-08-11T21:49:21.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4652 | 2026-08-11T21:49:21.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4653 | 2026-08-11T21:49:22.067Z | |
| 4654 | 2026-08-11T21:49:22.067Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (302/334) |
| 4655 | 2026-08-11T21:49:22.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-11T21:49:22.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-11T21:49:22.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4658 | 2026-08-11T21:49:22.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4659 | 2026-08-11T21:49:22.688Z | |
| 4660 | 2026-08-11T21:49:22.688Z | info: running `cargo check --bins` on nexus-mgs-updates (303/334) |
| 4661 | 2026-08-11T21:49:23.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-11T21:49:23.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-11T21:49:23.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-11T21:49:23.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4665 | 2026-08-11T21:49:23.298Z | |
| 4666 | 2026-08-11T21:49:23.298Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (304/334) |
| 4667 | 2026-08-11T21:49:23.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-11T21:49:23.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-11T21:49:23.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4670 | 2026-08-11T21:49:23.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4671 | 2026-08-11T21:49:23.920Z | |
| 4672 | 2026-08-11T21:49:23.920Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334) |
| 4673 | 2026-08-11T21:49:24.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-11T21:49:24.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-11T21:49:24.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4676 | 2026-08-11T21:49:24.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4677 | 2026-08-11T21:49:24.539Z | |
| 4678 | 2026-08-11T21:49:24.539Z | info: running `cargo check --bins` on nexus-switch-config (306/334) |
| 4679 | 2026-08-11T21:49:25.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-11T21:49:25.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-11T21:49:25.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4682 | 2026-08-11T21:49:25.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4683 | 2026-08-11T21:49:25.135Z | |
| 4684 | 2026-08-11T21:49:25.135Z | info: running `cargo check --bins` on nexus-switch-config-preparation (307/334) |
| 4685 | 2026-08-11T21:49:25.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-08-11T21:49:25.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-08-11T21:49:25.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4688 | 2026-08-11T21:49:25.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4689 | 2026-08-11T21:49:25.760Z | |
| 4690 | 2026-08-11T21:49:25.761Z | info: running `cargo check --bins` on support-bundle-collection (308/334) |
| 4691 | 2026-08-11T21:49:26.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-08-11T21:49:26.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-08-11T21:49:26.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4694 | 2026-08-11T21:49:26.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4695 | 2026-08-11T21:49:26.381Z | |
| 4696 | 2026-08-11T21:49:26.381Z | info: running `cargo check --bins` on omicron-dev (309/334) |
| 4697 | 2026-08-11T21:49:26.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-08-11T21:49:26.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-08-11T21:49:27.260Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4700 | 2026-08-11T21:49:27.260Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4701 | 2026-08-11T21:49:27.446Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4702 | 2026-08-11T21:49:27.475Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4703 | 2026-08-11T21:49:27.491Z | Checking diff v0.1.13 |
| 4704 | 2026-08-11T21:49:27.494Z | Checking yansi v1.0.1 |
| 4705 | 2026-08-11T21:49:27.522Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4706 | 2026-08-11T21:49:27.525Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4707 | 2026-08-11T21:49:27.730Z | Checking pretty_assertions v1.4.1 |
| 4708 | 2026-08-11T21:49:28.521Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4709 | 2026-08-11T21:49:28.560Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4710 | 2026-08-11T21:49:53.510Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4711 | 2026-08-11T21:49:53.510Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4712 | 2026-08-11T21:49:53.513Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4713 | 2026-08-11T21:49:53.513Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4714 | 2026-08-11T21:49:53.513Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4715 | 2026-08-11T21:49:53.513Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4716 | 2026-08-11T21:49:53.513Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4717 | 2026-08-11T21:49:54.436Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4718 | 2026-08-11T21:49:54.436Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4719 | 2026-08-11T21:49:55.714Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4720 | 2026-08-11T21:50:34.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4721 | 2026-08-11T21:50:34.621Z | |
| 4722 | 2026-08-11T21:50:34.621Z | info: running `cargo check --bins` on oximeter-load-test (310/334) |
| 4723 | 2026-08-11T21:50:35.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-08-11T21:50:35.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-08-11T21:50:35.325Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4726 | 2026-08-11T21:50:35.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4727 | 2026-08-11T21:50:36.173Z | |
| 4728 | 2026-08-11T21:50:36.173Z | info: running `cargo check --bins` on omicron-pins (311/334) |
| 4729 | 2026-08-11T21:50:36.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-08-11T21:50:36.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-08-11T21:50:36.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4732 | 2026-08-11T21:50:36.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4733 | 2026-08-11T21:50:36.729Z | |
| 4734 | 2026-08-11T21:50:36.729Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334) |
| 4735 | 2026-08-11T21:50:37.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-08-11T21:50:37.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-08-11T21:50:37.513Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4738 | 2026-08-11T21:50:37.627Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4739 | 2026-08-11T21:50:37.637Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4740 | 2026-08-11T21:51:04.568Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4741 | 2026-08-11T21:51:04.982Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4742 | 2026-08-11T21:51:10.471Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4743 | 2026-08-11T21:51:10.890Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4744 | 2026-08-11T21:51:10.931Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4745 | 2026-08-11T21:51:34.415Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4746 | 2026-08-11T21:51:35.162Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4747 | 2026-08-11T21:51:36.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4748 | 2026-08-11T21:51:37.078Z | |
| 4749 | 2026-08-11T21:51:37.078Z | info: running `cargo check --bins` on reconfigurator-sp-updater (313/334) |
| 4750 | 2026-08-11T21:51:37.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4751 | 2026-08-11T21:51:37.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4752 | 2026-08-11T21:51:37.787Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4753 | 2026-08-11T21:51:38.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4754 | 2026-08-11T21:51:38.678Z | |
| 4755 | 2026-08-11T21:51:38.678Z | info: running `cargo check --bins` on omicron-releng (314/334) |
| 4756 | 2026-08-11T21:51:39.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4757 | 2026-08-11T21:51:39.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4758 | 2026-08-11T21:51:39.295Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4759 | 2026-08-11T21:51:39.298Z | Compiling fs-err v2.11.0 |
| 4760 | 2026-08-11T21:51:39.414Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4761 | 2026-08-11T21:51:39.425Z | Checking parse-size v1.1.0 |
| 4762 | 2026-08-11T21:51:39.434Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4763 | 2026-08-11T21:51:39.438Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4764 | 2026-08-11T21:51:39.438Z | Checking shell-words v1.1.1 |
| 4765 | 2026-08-11T21:51:39.523Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4766 | 2026-08-11T21:51:39.866Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4767 | 2026-08-11T21:51:40.045Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4768 | 2026-08-11T21:51:40.721Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4769 | 2026-08-11T21:51:41.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
| 4770 | 2026-08-11T21:51:41.861Z | |
| 4771 | 2026-08-11T21:51:41.861Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (315/334) |
| 4772 | 2026-08-11T21:51:42.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-11T21:51:42.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-11T21:51:42.490Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4775 | 2026-08-11T21:51:42.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4776 | 2026-08-11T21:51:43.173Z | |
| 4777 | 2026-08-11T21:51:43.173Z | info: running `cargo check --bins` on schema (316/334) |
| 4778 | 2026-08-11T21:51:43.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4779 | 2026-08-11T21:51:43.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4780 | 2026-08-11T21:51:43.891Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4781 | 2026-08-11T21:51:44.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4782 | 2026-08-11T21:51:44.785Z | |
| 4783 | 2026-08-11T21:51:44.785Z | info: running `cargo check --bins` on xtask (317/334) |
| 4784 | 2026-08-11T21:51:45.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4785 | 2026-08-11T21:51:45.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4786 | 2026-08-11T21:51:45.192Z | Checking serde_core v1.0.228 |
| 4787 | 2026-08-11T21:51:45.192Z | Checking libc v0.2.185 |
| 4788 | 2026-08-11T21:51:45.273Z | Checking bitflags v2.11.0 |
| 4789 | 2026-08-11T21:51:45.280Z | Checking scroll v0.12.0 |
| 4790 | 2026-08-11T21:51:45.285Z | Checking thiserror v1.0.69 |
| 4791 | 2026-08-11T21:51:45.294Z | Checking log v0.4.29 |
| 4792 | 2026-08-11T21:51:45.297Z | Checking indexmap v2.14.0 |
| 4793 | 2026-08-11T21:51:45.301Z | Checking zerocopy v0.7.35 |
| 4794 | 2026-08-11T21:51:45.377Z | Checking syn v2.0.117 |
| 4795 | 2026-08-11T21:51:45.413Z | Checking dtrace-parser v0.2.0 |
| 4796 | 2026-08-11T21:51:45.440Z | Checking once_cell v1.21.3 |
| 4797 | 2026-08-11T21:51:45.500Z | Checking goblin v0.8.2 |
| 4798 | 2026-08-11T21:51:45.553Z | Checking errno v0.3.14 |
| 4799 | 2026-08-11T21:51:45.612Z | Checking thread-id v4.2.2 |
| 4800 | 2026-08-11T21:51:45.654Z | Checking getrandom v0.4.1 |
| 4801 | 2026-08-11T21:51:45.668Z | Checking rustix v1.1.3 |
| 4802 | 2026-08-11T21:51:45.686Z | Checking memmap v0.7.0 |
| 4803 | 2026-08-11T21:51:45.781Z | Checking thiserror v2.0.18 |
| 4804 | 2026-08-11T21:51:45.807Z | Checking fs-err v3.3.0 |
| 4805 | 2026-08-11T21:51:45.807Z | Checking tabled v0.15.0 |
| 4806 | 2026-08-11T21:51:45.833Z | Checking anyhow v1.0.102 |
| 4807 | 2026-08-11T21:51:46.441Z | Checking terminal_size v0.4.3 |
| 4808 | 2026-08-11T21:51:46.441Z | Checking tempfile v3.25.0 |
| 4809 | 2026-08-11T21:51:46.552Z | Checking clap_builder v4.6.0 |
| 4810 | 2026-08-11T21:51:46.555Z | Checking textwrap v0.16.2 |
| 4811 | 2026-08-11T21:51:46.733Z | Checking serde v1.0.228 |
| 4812 | 2026-08-11T21:51:46.733Z | Checking serde_json v1.0.151 |
| 4813 | 2026-08-11T21:51:46.733Z | Checking camino v1.2.2 |
| 4814 | 2026-08-11T21:51:46.760Z | Checking semver v1.0.28 |
| 4815 | 2026-08-11T21:51:46.902Z | Checking cargo-platform v0.3.2 |
| 4816 | 2026-08-11T21:51:46.983Z | Checking camino-tempfile v1.4.1 |
| 4817 | 2026-08-11T21:51:47.153Z | Checking toml_datetime v0.6.11 |
| 4818 | 2026-08-11T21:51:47.153Z | Checking serde_spanned v0.6.9 |
| 4819 | 2026-08-11T21:51:47.156Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4820 | 2026-08-11T21:51:47.156Z | Checking macaddr v1.0.1 |
| 4821 | 2026-08-11T21:51:47.331Z | Checking dof v0.3.0 |
| 4822 | 2026-08-11T21:51:47.331Z | Checking cargo_metadata v0.23.1 |
| 4823 | 2026-08-11T21:51:47.349Z | Checking toml_edit v0.22.27 |
| 4824 | 2026-08-11T21:51:47.592Z | Checking usdt-impl v0.5.0 |
| 4825 | 2026-08-11T21:51:47.731Z | Checking clap v4.6.1 |
| 4826 | 2026-08-11T21:51:47.849Z | Checking usdt v0.5.0 |
| 4827 | 2026-08-11T21:51:48.340Z | Checking toml v0.8.23 |
| 4828 | 2026-08-11T21:51:48.598Z | Checking cargo_toml v0.21.0 |
| 4829 | 2026-08-11T21:51:49.237Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4830 | 2026-08-11T21:51:49.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
| 4831 | 2026-08-11T21:51:49.728Z | |
| 4832 | 2026-08-11T21:51:49.729Z | info: running `cargo check --bins` on dnsadm (318/334) |
| 4833 | 2026-08-11T21:51:50.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4834 | 2026-08-11T21:51:50.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4835 | 2026-08-11T21:51:50.357Z | Checking arc-swap v1.8.2 |
| 4836 | 2026-08-11T21:51:50.641Z | Checking slog-scope v4.4.1 |
| 4837 | 2026-08-11T21:51:50.751Z | Checking slog-stdlog v4.1.1 |
| 4838 | 2026-08-11T21:51:50.874Z | Checking slog-envlogger v2.2.0 |
| 4839 | 2026-08-11T21:51:50.997Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4840 | 2026-08-11T21:51:51.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4841 | 2026-08-11T21:51:51.570Z | |
| 4842 | 2026-08-11T21:51:51.570Z | info: running `cargo check --bins` on end-to-end-tests (319/334) |
| 4843 | 2026-08-11T21:51:52.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4844 | 2026-08-11T21:51:52.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4845 | 2026-08-11T21:51:52.366Z | Checking cpubits v0.1.1 |
| 4846 | 2026-08-11T21:51:52.494Z | Checking pem-rfc7468 v1.0.0 |
| 4847 | 2026-08-11T21:51:52.505Z | Checking hmac v0.13.0 |
| 4848 | 2026-08-11T21:51:52.508Z | Checking universal-hash v0.6.1 |
| 4849 | 2026-08-11T21:51:52.528Z | Checking ctr v0.10.1 |
| 4850 | 2026-08-11T21:51:52.528Z | Checking aead v0.6.1 |
| 4851 | 2026-08-11T21:51:52.559Z | Checking aes v0.9.1 |
| 4852 | 2026-08-11T21:51:52.559Z | Checking crypto-bigint v0.7.5 |
| 4853 | 2026-08-11T21:51:52.584Z | Checking salsa20 v0.11.0 |
| 4854 | 2026-08-11T21:51:52.617Z | Checking polyval v0.7.1 |
| 4855 | 2026-08-11T21:51:52.634Z | Checking der v0.8.0 |
| 4856 | 2026-08-11T21:51:52.656Z | Checking pbkdf2 v0.13.0 |
| 4857 | 2026-08-11T21:51:52.672Z | Checking cbc v0.2.1 |
| 4858 | 2026-08-11T21:51:52.709Z | Checking ff v0.14.0 |
| 4859 | 2026-08-11T21:51:52.739Z | Checking signature v3.0.0 |
| 4860 | 2026-08-11T21:51:52.779Z | Checking scrypt v0.12.0 |
| 4861 | 2026-08-11T21:51:52.783Z | Checking ghash v0.6.0 |
| 4862 | 2026-08-11T21:51:52.815Z | Checking base16ct v1.0.0 |
| 4863 | 2026-08-11T21:51:52.879Z | Checking group v0.14.0 |
| 4864 | 2026-08-11T21:51:52.908Z | Checking hkdf v0.13.0 |
| 4865 | 2026-08-11T21:51:52.928Z | Compiling curve25519-dalek v5.0.0 |
| 4866 | 2026-08-11T21:51:52.944Z | Checking aes-gcm v0.11.0 |
| 4867 | 2026-08-11T21:51:52.959Z | Checking keccak v0.2.0 |
| 4868 | 2026-08-11T21:51:52.976Z | Checking poly1305 v0.9.0 |
| 4869 | 2026-08-11T21:51:53.022Z | Checking wnaf v0.14.0 |
| 4870 | 2026-08-11T21:51:53.037Z | Checking blowfish v0.10.0 |
| 4871 | 2026-08-11T21:51:53.100Z | Checking blake2 v0.11.0-rc.6 |
| 4872 | 2026-08-11T21:51:53.116Z | Checking sha3 v0.11.0 |
| 4873 | 2026-08-11T21:51:53.183Z | Checking bcrypt-pbkdf v0.11.0 |
| 4874 | 2026-08-11T21:51:53.203Z | Checking kem v0.3.0 |
| 4875 | 2026-08-11T21:51:53.241Z | Checking module-lattice v0.2.3 |
| 4876 | 2026-08-11T21:51:53.315Z | Checking sponge-cursor v0.1.0 |
| 4877 | 2026-08-11T21:51:53.347Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4878 | 2026-08-11T21:51:53.362Z | Checking argon2 v0.6.0-rc.8 |
| 4879 | 2026-08-11T21:51:53.424Z | Checking spki v0.8.0 |
| 4880 | 2026-08-11T21:51:53.444Z | Checking sec1 v0.8.1 |
| 4881 | 2026-08-11T21:51:53.457Z | Checking sha3 v0.12.0 |
| 4882 | 2026-08-11T21:51:53.461Z | Checking ml-kem v0.3.2 |
| 4883 | 2026-08-11T21:51:53.525Z | Checking internal-russh-num-bigint v0.5.0 |
| 4884 | 2026-08-11T21:51:53.592Z | Checking pkcs5 v0.8.1 |
| 4885 | 2026-08-11T21:51:53.638Z | Checking pkcs1 v0.8.0-rc.4 |
| 4886 | 2026-08-11T21:51:53.653Z | Checking num-bigint v0.4.6 |
| 4887 | 2026-08-11T21:51:53.668Z | Checking generic-array v1.4.3 |
| 4888 | 2026-08-11T21:51:53.848Z | Checking russh-util v0.52.0 |
| 4889 | 2026-08-11T21:51:53.882Z | Checking pkcs8 v0.11.0 |
| 4890 | 2026-08-11T21:51:53.973Z | Compiling enum_dispatch v0.3.13 |
| 4891 | 2026-08-11T21:51:54.062Z | Compiling delegate v0.13.5 |
| 4892 | 2026-08-11T21:51:54.083Z | Checking ed25519 v3.0.0 |
| 4893 | 2026-08-11T21:51:54.225Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4894 | 2026-08-11T21:51:54.240Z | Checking md5 v0.8.0 |
| 4895 | 2026-08-11T21:51:54.276Z | Checking ed25519-dalek v3.0.0 |
| 4896 | 2026-08-11T21:51:54.371Z | Checking hex-literal v1.1.0 |
| 4897 | 2026-08-11T21:51:54.431Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4898 | 2026-08-11T21:51:54.472Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4899 | 2026-08-11T21:51:54.497Z | Checking socket2 v0.5.10 |
| 4900 | 2026-08-11T21:51:54.563Z | Checking internet-checksum v0.2.1 |
| 4901 | 2026-08-11T21:51:54.604Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4902 | 2026-08-11T21:51:54.784Z | Checking elliptic-curve v0.14.1 |
| 4903 | 2026-08-11T21:51:54.784Z | Checking rfc6979 v0.6.0 |
| 4904 | 2026-08-11T21:51:54.787Z | Checking primefield v0.14.0 |
| 4905 | 2026-08-11T21:51:54.787Z | Checking ssh-encoding v0.3.0 |
| 4906 | 2026-08-11T21:51:54.900Z | Checking crypto-primes v0.7.2 |
| 4907 | 2026-08-11T21:51:55.008Z | Checking ssh-cipher v0.3.0 |
| 4908 | 2026-08-11T21:51:55.008Z | Checking russh-cryptovec v0.62.0 |
| 4909 | 2026-08-11T21:51:55.199Z | Checking primeorder v0.14.0 |
| 4910 | 2026-08-11T21:51:55.202Z | Checking ecdsa v0.17.0 |
| 4911 | 2026-08-11T21:51:55.568Z | Checking p384 v0.14.0 |
| 4912 | 2026-08-11T21:51:55.568Z | Checking p256 v0.14.0 |
| 4913 | 2026-08-11T21:51:55.571Z | Checking p521 v0.14.0 |
| 4914 | 2026-08-11T21:51:55.835Z | Checking rsa v0.10.0-rc.18 |
| 4915 | 2026-08-11T21:51:58.438Z | Checking ssh-key v0.7.0-rc.11 |
| 4916 | 2026-08-11T21:51:59.185Z | Checking russh v0.62.4 |
| 4917 | 2026-08-11T21:52:12.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.01s |
| 4918 | 2026-08-11T21:52:12.798Z | |
| 4919 | 2026-08-11T21:52:12.798Z | info: running `cargo check --bins` on gateway-cli (320/334) |
| 4920 | 2026-08-11T21:52:13.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4921 | 2026-08-11T21:52:13.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4922 | 2026-08-11T21:52:13.432Z | Checking termios v0.3.3 |
| 4923 | 2026-08-11T21:52:13.624Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4924 | 2026-08-11T21:52:14.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4925 | 2026-08-11T21:52:14.405Z | |
| 4926 | 2026-08-11T21:52:14.405Z | info: running `cargo check --bins --no-default-features` on installinator (321/334) |
| 4927 | 2026-08-11T21:52:14.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4928 | 2026-08-11T21:52:14.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4929 | 2026-08-11T21:52:15.079Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4930 | 2026-08-11T21:52:15.781Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4931 | 2026-08-11T21:52:17.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4932 | 2026-08-11T21:52:17.563Z | |
| 4933 | 2026-08-11T21:52:17.564Z | info: running `cargo check --bins` on internal-dns-cli (322/334) |
| 4934 | 2026-08-11T21:52:18.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-08-11T21:52:18.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-08-11T21:52:18.189Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4937 | 2026-08-11T21:52:18.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4938 | 2026-08-11T21:52:18.792Z | |
| 4939 | 2026-08-11T21:52:18.792Z | info: running `cargo check --bins` on omicron-live-tests (323/334) |
| 4940 | 2026-08-11T21:52:19.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-11T21:52:19.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-11T21:52:19.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4943 | 2026-08-11T21:52:19.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4944 | 2026-08-11T21:52:19.341Z | |
| 4945 | 2026-08-11T21:52:19.342Z | info: running `cargo check --bins` on live-tests-macros (324/334) |
| 4946 | 2026-08-11T21:52:19.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-11T21:52:19.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-11T21:52:19.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4949 | 2026-08-11T21:52:19.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4950 | 2026-08-11T21:52:19.891Z | |
| 4951 | 2026-08-11T21:52:19.891Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334) |
| 4952 | 2026-08-11T21:52:20.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-11T21:52:20.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-11T21:52:20.624Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4955 | 2026-08-11T21:52:21.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4956 | 2026-08-11T21:52:21.401Z | |
| 4957 | 2026-08-11T21:52:21.401Z | info: running `cargo check --bins` on omicron-ntp-admin (326/334) |
| 4958 | 2026-08-11T21:52:21.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-11T21:52:21.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-11T21:52:22.038Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4961 | 2026-08-11T21:52:22.038Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4962 | 2026-08-11T21:52:22.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4963 | 2026-08-11T21:52:23.127Z | |
| 4964 | 2026-08-11T21:52:23.127Z | info: running `cargo check --bins` on ntp-admin-types (327/334) |
| 4965 | 2026-08-11T21:52:23.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4966 | 2026-08-11T21:52:23.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4967 | 2026-08-11T21:52:23.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4968 | 2026-08-11T21:52:23.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4969 | 2026-08-11T21:52:23.679Z | |
| 4970 | 2026-08-11T21:52:23.680Z | info: running `cargo check --bins` on omicron-package (328/334) |
| 4971 | 2026-08-11T21:52:24.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4972 | 2026-08-11T21:52:24.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4973 | 2026-08-11T21:52:24.341Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4974 | 2026-08-11T21:52:25.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4975 | 2026-08-11T21:52:25.614Z | |
| 4976 | 2026-08-11T21:52:25.614Z | info: running `cargo check --bins` on tqdb (329/334) |
| 4977 | 2026-08-11T21:52:26.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4978 | 2026-08-11T21:52:26.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4979 | 2026-08-11T21:52:26.376Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4980 | 2026-08-11T21:52:26.727Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4981 | 2026-08-11T21:52:27.237Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4982 | 2026-08-11T21:52:27.237Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4983 | 2026-08-11T21:52:33.433Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4984 | 2026-08-11T21:52:33.433Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4985 | 2026-08-11T21:52:33.438Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4986 | 2026-08-11T21:52:34.061Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4987 | 2026-08-11T21:52:34.065Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4988 | 2026-08-11T21:52:34.065Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4989 | 2026-08-11T21:52:34.819Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4990 | 2026-08-11T21:52:35.300Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4991 | 2026-08-11T21:52:35.532Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4992 | 2026-08-11T21:52:35.919Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4993 | 2026-08-11T21:52:36.755Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4994 | 2026-08-11T21:52:37.406Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4995 | 2026-08-11T21:52:42.179Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4996 | 2026-08-11T21:52:49.207Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4997 | 2026-08-11T21:52:49.235Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4998 | 2026-08-11T21:52:49.235Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4999 | 2026-08-11T21:52:49.235Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5000 | 2026-08-11T21:52:50.715Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5001 | 2026-08-11T21:52:51.983Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5002 | 2026-08-11T21:52:52.656Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5003 | 2026-08-11T21:52:53.922Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5004 | 2026-08-11T21:52:54.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.85s |
| 5005 | 2026-08-11T21:52:54.673Z | |
| 5006 | 2026-08-11T21:52:54.673Z | info: running `cargo check --bins` on wicket-dbg (330/334) |
| 5007 | 2026-08-11T21:52:55.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5008 | 2026-08-11T21:52:55.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5009 | 2026-08-11T21:52:55.371Z | Checking rtoolbox v0.0.3 |
| 5010 | 2026-08-11T21:52:55.375Z | Checking tui-tree-widget v0.23.1 |
| 5011 | 2026-08-11T21:52:55.526Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5012 | 2026-08-11T21:52:55.529Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5013 | 2026-08-11T21:52:55.590Z | Checking rpassword v7.5.4 |
| 5014 | 2026-08-11T21:52:58.412Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5015 | 2026-08-11T21:53:00.244Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5016 | 2026-08-11T21:53:01.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s |
| 5017 | 2026-08-11T21:53:01.362Z | |
| 5018 | 2026-08-11T21:53:01.362Z | info: running `cargo check --bins` on wicket (331/334) |
| 5019 | 2026-08-11T21:53:01.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5020 | 2026-08-11T21:53:01.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5021 | 2026-08-11T21:53:02.047Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5022 | 2026-08-11T21:53:02.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5023 | 2026-08-11T21:53:02.591Z | |
| 5024 | 2026-08-11T21:53:02.591Z | info: running `cargo check --bins` on wicketd (332/334) |
| 5025 | 2026-08-11T21:53:03.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5026 | 2026-08-11T21:53:03.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5027 | 2026-08-11T21:53:03.281Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5028 | 2026-08-11T21:53:06.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 5029 | 2026-08-11T21:53:07.089Z | |
| 5030 | 2026-08-11T21:53:07.089Z | info: running `cargo check --bins` on omicron-workspace-hack (333/334) |
| 5031 | 2026-08-11T21:53:07.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5032 | 2026-08-11T21:53:07.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5033 | 2026-08-11T21:53:07.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5034 | 2026-08-11T21:53:07.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5035 | 2026-08-11T21:53:07.647Z | |
| 5036 | 2026-08-11T21:53:07.647Z | info: running `cargo check --bins` on zone-setup (334/334) |
| 5037 | 2026-08-11T21:53:08.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5038 | 2026-08-11T21:53:08.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5039 | 2026-08-11T21:53:08.310Z | Checking uzers v0.12.2 |
| 5040 | 2026-08-11T21:53:08.577Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5041 | 2026-08-11T21:53:09.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 5042 | 2026-08-11T21:53:09.555Z | |
| 5043 | 2026-08-11T21:53:09.555Z | real 14:00.304538264 |
| 5044 | 2026-08-11T21:53:09.555Z | user 21:07.867864596 |
| 5045 | 2026-08-11T21:53:09.555Z | sys 4:17.940892023 |
| 5046 | 2026-08-11T21:53:09.555Z | trap 0.331512375 |
| 5047 | 2026-08-11T21:53:09.555Z | tflt 0.601369620 |
| 5048 | 2026-08-11T21:53:09.555Z | dflt 0.851613666 |
| 5049 | 2026-08-11T21:53:09.555Z | kflt 0.004817587 |
| 5050 | 2026-08-11T21:53:09.555Z | lock 1:26:22.654186506 |
| 5051 | 2026-08-11T21:53:09.555Z | slp 1:40:32.200744193 |
| 5052 | 2026-08-11T21:53:09.555Z | lat 53.180119345 |
| 5053 | 2026-08-11T21:53:09.555Z | stop 3:54.529898297 |
| 5054 | 2026-08-11T21:53:09.558Z | process exited: duration 998406 ms, exit code 0 |
| |
| 5055 | 2026-08-11T21:53:09.565Z | found 0 output files |