|
|
|
| 1 | 2026-08-31T13:11:05.011Z | job assigned to worker 01M1BZ2FP4K5W1K2YFMNFNAYXG [factory aws, i-0fcba3dff53f87cb7] (queued for 50 s) |
| |
| 2 | 2026-08-31T13:11:11.790Z | starting task 0: "setup" |
| 3 | 2026-08-31T13:11:11.794Z | ++ uname -s |
| 4 | 2026-08-31T13:11:11.797Z | + kern=SunOS |
| 5 | 2026-08-31T13:11:11.797Z | + build_user=build |
| 6 | 2026-08-31T13:11:11.797Z | + build_uid=12345 |
| 7 | 2026-08-31T13:11:11.797Z | + work_dir=/work |
| 8 | 2026-08-31T13:11:11.797Z | + input_dir=/input |
| 9 | 2026-08-31T13:11:11.797Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T13:11:11.797Z | + case "$kern" in |
| 11 | 2026-08-31T13:11:11.797Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T13:11:11.800Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T13:11:13.804Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T13:11:13.886Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T13:11:13.889Z | + home_fs=zfs |
| 16 | 2026-08-31T13:11:13.889Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T13:11:13.889Z | + mkdir -p /home/build |
| 18 | 2026-08-31T13:11:13.889Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T13:11:15.890Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T13:11:15.893Z | process exited: duration 4104 ms, exit code 0 |
| |
| 21 | 2026-08-31T13:11:15.899Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T13:11:15.904Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-31T13:11:15.904Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-31T13:11:15.904Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-31T13:11:15.904Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-31T13:11:15.904Z | * rust toolchain profile = "default" |
| 27 | 2026-08-31T13:11:15.907Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T13:11:15.907Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T13:11:15.907Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-31T13:11:16.007Z | info: downloading installer |
| 31 | 2026-08-31T13:11:17.336Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T13:11:17.336Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T13:11:17.336Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T13:11:17.336Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T13:11:17.348Z | info: profile set to default |
| 36 | 2026-08-31T13:11:17.348Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T13:11:17.351Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-31T13:11:17.476Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-31T13:11:17.479Z | info: downloading 6 components |
| 40 | 2026-08-31T13:11:31.749Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-31T13:11:31.749Z | |
| 42 | 2026-08-31T13:11:31.779Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-31T13:11:31.779Z | |
| 44 | 2026-08-31T13:11:31.779Z | |
| 45 | 2026-08-31T13:11:31.779Z | Rust is installed now. Great! |
| 46 | 2026-08-31T13:11:31.779Z | |
| 47 | 2026-08-31T13:11:31.779Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T13:11:31.780Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T13:11:31.781Z | |
| 50 | 2026-08-31T13:11:31.781Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T13:11:31.781Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T13:11:31.781Z | |
| 53 | 2026-08-31T13:11:31.781Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T13:11:31.781Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T13:11:31.781Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T13:11:31.781Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T13:11:31.781Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T13:11:31.781Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T13:11:31.781Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T13:11:31.785Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T13:11:31.785Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T13:11:31.878Z | + rustup --version |
| 63 | 2026-08-31T13:11:31.886Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T13:11:31.890Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T13:11:31.907Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-31T13:11:31.911Z | + cargo --version |
| 67 | 2026-08-31T13:11:31.925Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-31T13:11:31.928Z | + rustc --version |
| 69 | 2026-08-31T13:11:31.947Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-31T13:11:31.951Z | process exited: duration 16049 ms, exit code 0 |
| |
| 71 | 2026-08-31T13:11:31.957Z | starting task 2: "authentication" |
| 72 | 2026-08-31T13:11:31.974Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-31T13:11:31.981Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T13:11:31.986Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-31T13:11:31.989Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-31T13:11:32.017Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-31T13:11:52.821Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-31T13:11:52.824Z | + git fetch origin 3ee2b62177c5755aef512a9883f4c8fa5edd1794 |
| 79 | 2026-08-31T13:11:53.206Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-31T13:11:53.207Z | * branch 3ee2b62177c5755aef512a9883f4c8fa5edd1794 -> FETCH_HEAD |
| 81 | 2026-08-31T13:11:53.217Z | + [[ -n john/bump-min-schema-version ]] |
| 82 | 2026-08-31T13:11:53.220Z | ++ git branch --show-current |
| 83 | 2026-08-31T13:11:53.220Z | + current=main |
| 84 | 2026-08-31T13:11:53.220Z | + [[ main != john/bump-min-schema-version ]] |
| 85 | 2026-08-31T13:11:53.220Z | + git branch -f john/bump-min-schema-version 3ee2b62177c5755aef512a9883f4c8fa5edd1794 |
| 86 | 2026-08-31T13:11:53.223Z | + git checkout -f john/bump-min-schema-version |
| 87 | 2026-08-31T13:11:53.477Z | Switched to branch 'john/bump-min-schema-version' |
| 88 | 2026-08-31T13:11:53.480Z | + git reset --hard 3ee2b62177c5755aef512a9883f4c8fa5edd1794 |
| 89 | 2026-08-31T13:11:53.494Z | HEAD is now at 3ee2b6217 Merge branch 'main' into john/bump-min-schema-version |
| 90 | 2026-08-31T13:11:53.497Z | process exited: duration 21514 ms, exit code 0 |
| |
| 91 | 2026-08-31T13:11:53.503Z | starting task 4: "build" |
| 92 | 2026-08-31T13:11:53.508Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-31T13:11:53.508Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-31T13:11:53.508Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-31T13:11:53.511Z | +++ uname -s |
| 96 | 2026-08-31T13:11:53.511Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-31T13:11:53.511Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-31T13:11:53.514Z | + cargo --version |
| 99 | 2026-08-31T13:11:53.521Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-31T13:11:53.553Z | + rustc --version |
| 101 | 2026-08-31T13:11:53.553Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-31T13:11:53.553Z | + source ./env.sh |
| 103 | 2026-08-31T13:11:53.553Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-31T13:11:53.553Z | ++ set -o xtrace |
| 105 | 2026-08-31T13:11:53.553Z | ++++ dirname ./env.sh |
| 106 | 2026-08-31T13:11:53.553Z | +++ readlink -f . |
| 107 | 2026-08-31T13:11:53.553Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-31T13:11:53.553Z | ++ export PATH=/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-31T13:11:53.553Z | ++ PATH=/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-31T13:11:53.553Z | ++ 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 |
| 111 | 2026-08-31T13:11:53.553Z | ++ 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 |
| 112 | 2026-08-31T13:11:53.554Z | ++ 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 |
| 113 | 2026-08-31T13:11:53.554Z | ++ 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 |
| 114 | 2026-08-31T13:11:53.554Z | ++ 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 |
| 115 | 2026-08-31T13:11:53.554Z | ++ 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 |
| 116 | 2026-08-31T13:11:53.554Z | ++ 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 |
| 117 | 2026-08-31T13:11:53.554Z | ++ 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 |
| 118 | 2026-08-31T13:11:53.554Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-31T13:11:53.554Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-31T13:11:53.554Z | + 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 |
| 121 | 2026-08-31T13:11:53.554Z | + 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 |
| 122 | 2026-08-31T13:11:53.554Z | + banner prerequisites |
| 123 | 2026-08-31T13:11:53.558Z | |
| 124 | 2026-08-31T13:11:53.558Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-31T13:11:53.559Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-31T13:11:53.559Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-31T13:11:53.559Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-31T13:11:53.559Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-31T13:11:53.559Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-31T13:11:53.559Z | |
| 131 | 2026-08-31T13:11:53.559Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-31T13:11:55.623Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-31T13:11:56.032Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-31T13:11:58.388Z | Planning: Solver setup ... Done (2.228s) |
| 135 | 2026-08-31T13:11:58.451Z | Planning: Running solver ... Done (0.064s) |
| 136 | 2026-08-31T13:11:58.503Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-31T13:11:58.517Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-31T13:11:58.537Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-31T13:11:58.551Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-31T13:11:58.555Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-31T13:11:58.772Z | Planning: Checking for conflicting actions ... Done (0.219s) |
| 142 | 2026-08-31T13:11:58.777Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-31T13:11:59.562Z | Planning: Evaluating mediators ... Done (0.789s) |
| 144 | 2026-08-31T13:11:59.565Z | Planning: Planning completed in 3.49 seconds |
| 145 | 2026-08-31T13:11:59.571Z | Packages to install: 2 |
| 146 | 2026-08-31T13:11:59.571Z | Estimated space available: 156.00 GB |
| 147 | 2026-08-31T13:11:59.571Z | Estimated space to be consumed: 83.65 MB |
| 148 | 2026-08-31T13:11:59.575Z | Create boot environment: No |
| 149 | 2026-08-31T13:11:59.575Z | Create backup boot environment: No |
| 150 | 2026-08-31T13:11:59.575Z | Rebuild boot archive: No |
| 151 | 2026-08-31T13:11:59.575Z | |
| 152 | 2026-08-31T13:11:59.575Z | Changed packages: |
| 153 | 2026-08-31T13:11:59.575Z | helios |
| 154 | 2026-08-31T13:11:59.575Z | developer/build-essential |
| 155 | 2026-08-31T13:11:59.575Z | None -> 11-3.0 |
| 156 | 2026-08-31T13:11:59.575Z | library/libxmlsec1 |
| 157 | 2026-08-31T13:11:59.575Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-31T13:11:59.596Z | |
| 159 | 2026-08-31T13:11:59.596Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-31T13:11:59.663Z | Download: Completed 1.28 MB in 0.07 seconds (19.0M/s) |
| 161 | 2026-08-31T13:11:59.717Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-31T13:11:59.755Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-31T13:11:59.792Z | Finalize: Updating package state database ... Done (0.037s) |
| 164 | 2026-08-31T13:11:59.792Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-31T13:11:59.882Z | Finalize: Updating image state ... Done (0.090s) |
| 166 | 2026-08-31T13:12:02.345Z | Finalize: Creating fast lookup database ... Done (2.408s) |
| 167 | 2026-08-31T13:12:02.410Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-31T13:12:02.413Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-31T13:12:02.486Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-31T13:12:02.858Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-31T13:12:02.963Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-31T13:12:02.966Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-31T13:12:03.120Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-31T13:12:03.123Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-31T13:12:03.143Z | Mediators to change: 2 |
| 176 | 2026-08-31T13:12:03.143Z | Create boot environment: No |
| 177 | 2026-08-31T13:12:03.143Z | Create backup boot environment: No |
| 178 | 2026-08-31T13:12:03.186Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-31T13:12:03.186Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-31T13:12:03.240Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-31T13:12:05.194Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-31T13:12:05.257Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-31T13:12:05.257Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-31T13:12:05.333Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-31T13:12:05.616Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-31T13:12:05.724Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-31T13:12:05.728Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-31T13:12:05.879Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-31T13:12:05.882Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-31T13:12:05.902Z | Mediators to change: 1 |
| 191 | 2026-08-31T13:12:05.902Z | Create boot environment: No |
| 192 | 2026-08-31T13:12:05.902Z | Create backup boot environment: No |
| 193 | 2026-08-31T13:12:05.958Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-31T13:12:05.958Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-31T13:12:06.013Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-31T13:12:07.966Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-31T13:12:08.030Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-31T13:12:08.033Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-31T13:12:08.103Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-31T13:12:08.412Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-31T13:12:08.412Z | apache system 2.4 system |
| 202 | 2026-08-31T13:12:08.412Z | clang system 15 system |
| 203 | 2026-08-31T13:12:08.412Z | csh system system illumos |
| 204 | 2026-08-31T13:12:08.412Z | ctags system system illumos |
| 205 | 2026-08-31T13:12:08.412Z | file vendor vendor darwinsys |
| 206 | 2026-08-31T13:12:08.412Z | file system system illumos |
| 207 | 2026-08-31T13:12:08.412Z | gcc vendor 14 vendor |
| 208 | 2026-08-31T13:12:08.412Z | gcc system 13 system |
| 209 | 2026-08-31T13:12:08.412Z | gcc system 10 system |
| 210 | 2026-08-31T13:12:08.412Z | go system 1.25 system |
| 211 | 2026-08-31T13:12:08.412Z | llvm system 15 system |
| 212 | 2026-08-31T13:12:08.412Z | mariadb system 11.4 system |
| 213 | 2026-08-31T13:12:08.412Z | mta vendor vendor dma |
| 214 | 2026-08-31T13:12:08.413Z | openjdk system 17 system |
| 215 | 2026-08-31T13:12:08.413Z | openjdk system 11 system |
| 216 | 2026-08-31T13:12:08.413Z | openssl vendor 3 vendor |
| 217 | 2026-08-31T13:12:08.413Z | perl system 5.40 system |
| 218 | 2026-08-31T13:12:08.413Z | postgresql system 18 system |
| 219 | 2026-08-31T13:12:08.413Z | postgresql system 17 system |
| 220 | 2026-08-31T13:12:08.413Z | python vendor 3 vendor |
| 221 | 2026-08-31T13:12:08.413Z | python system 2 system |
| 222 | 2026-08-31T13:12:08.413Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-31T13:12:08.413Z | ruby system 3.4 system |
| 224 | 2026-08-31T13:12:08.413Z | ruby system 3.0 system |
| 225 | 2026-08-31T13:12:08.413Z | words vendor vendor american-english |
| 226 | 2026-08-31T13:12:08.413Z | words system system australian-english |
| 227 | 2026-08-31T13:12:08.413Z | words system system british-english |
| 228 | 2026-08-31T13:12:08.413Z | words system system canadian-english |
| 229 | 2026-08-31T13:12:08.413Z | words system system french |
| 230 | 2026-08-31T13:12:08.413Z | words system system italian |
| 231 | 2026-08-31T13:12:08.413Z | words system system ngerman |
| 232 | 2026-08-31T13:12:08.413Z | words system system ogerman |
| 233 | 2026-08-31T13:12:08.413Z | words system system spanish |
| 234 | 2026-08-31T13:12:08.663Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-31T13:12:08.663Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-31T13:12:09.164Z | FMRI IFO |
| 237 | 2026-08-31T13:12:09.164Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-31T13:12:09.164Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-31T13:12:09.164Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-31T13:12:09.164Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-31T13:12:09.164Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-31T13:12:09.164Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-31T13:12:09.165Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-31T13:12:09.165Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-31T13:12:09.165Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-31T13:12:09.514Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-31T13:12:09.870Z | Updating crates.io index |
| 248 | 2026-08-31T13:12:09.873Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-31T13:12:10.181Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-31T13:12:10.644Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 251 | 2026-08-31T13:12:11.010Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-08-31T13:12:12.340Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-08-31T13:12:13.005Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-31T13:12:14.996Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-31T13:12:16.136Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-31T13:12:16.469Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-08-31T13:12:16.874Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-31T13:12:18.354Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-31T13:12:18.685Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-31T13:12:19.107Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-31T13:12:19.472Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-08-31T13:12:19.828Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-08-31T13:12:20.140Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-08-31T13:12:20.480Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-08-31T13:12:20.792Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-08-31T13:12:21.133Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-31T13:12:21.537Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-31T13:12:22.070Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-31T13:12:22.398Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-31T13:12:22.988Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-31T13:12:23.466Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-31T13:12:24.075Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-31T13:12:24.541Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-31T13:12:24.900Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-31T13:12:25.299Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-31T13:12:25.692Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-31T13:12:25.985Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-31T13:12:26.349Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-31T13:12:27.016Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 280 | 2026-08-31T13:12:27.591Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-31T13:12:27.939Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-08-31T13:12:28.231Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-31T13:12:28.598Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-31T13:12:29.471Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-31T13:12:29.757Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-31T13:12:30.123Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-31T13:12:30.447Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-31T13:12:30.750Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 289 | 2026-08-31T13:12:31.200Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-31T13:12:33.651Z | Downloading crates ... |
| 291 | 2026-08-31T13:12:33.773Z | Downloaded cfg-if v1.0.4 |
| 292 | 2026-08-31T13:12:33.773Z | Downloaded memmap v0.7.0 |
| 293 | 2026-08-31T13:12:33.773Z | Downloaded colorchoice v1.0.4 |
| 294 | 2026-08-31T13:12:33.773Z | Downloaded fnv v1.0.7 |
| 295 | 2026-08-31T13:12:33.773Z | Downloaded block-buffer v0.10.4 |
| 296 | 2026-08-31T13:12:33.773Z | Downloaded is_terminal_polyfill v1.70.2 |
| 297 | 2026-08-31T13:12:33.773Z | Downloaded heck v0.4.1 |
| 298 | 2026-08-31T13:12:33.773Z | Downloaded anstream v1.0.0 |
| 299 | 2026-08-31T13:12:33.773Z | Downloaded zmij v1.0.21 |
| 300 | 2026-08-31T13:12:33.773Z | Downloaded smawk v0.3.2 |
| 301 | 2026-08-31T13:12:33.774Z | Downloaded equivalent v1.0.2 |
| 302 | 2026-08-31T13:12:33.774Z | Downloaded cargo-platform v0.3.2 |
| 303 | 2026-08-31T13:12:33.774Z | Downloaded serde_spanned v0.6.9 |
| 304 | 2026-08-31T13:12:33.774Z | Downloaded swrite v0.1.0 |
| 305 | 2026-08-31T13:12:33.774Z | Downloaded thread-id v4.2.2 |
| 306 | 2026-08-31T13:12:33.774Z | Downloaded terminal_size v0.4.3 |
| 307 | 2026-08-31T13:12:33.774Z | Downloaded zerocopy v0.7.35 |
| 308 | 2026-08-31T13:12:33.774Z | Downloaded bytecount v0.6.9 |
| 309 | 2026-08-31T13:12:33.774Z | Downloaded cargo_metadata v0.23.1 |
| 310 | 2026-08-31T13:12:33.774Z | Downloaded anstyle v1.0.14 |
| 311 | 2026-08-31T13:12:33.774Z | Downloaded anyhow v1.0.104 |
| 312 | 2026-08-31T13:12:33.774Z | Downloaded errno v0.3.14 |
| 313 | 2026-08-31T13:12:33.774Z | Downloaded dof v0.3.0 |
| 314 | 2026-08-31T13:12:33.774Z | Downloaded tabled_derive v0.7.0 |
| 315 | 2026-08-31T13:12:33.774Z | Downloaded itoa v1.0.17 |
| 316 | 2026-08-31T13:12:33.774Z | Downloaded macaddr v1.0.1 |
| 317 | 2026-08-31T13:12:33.774Z | Downloaded generic-array v0.14.7 |
| 318 | 2026-08-31T13:12:33.774Z | Downloaded heck v0.5.0 |
| 319 | 2026-08-31T13:12:33.774Z | Downloaded crypto-common v0.1.7 |
| 320 | 2026-08-31T13:12:33.775Z | Downloaded fastrand v2.3.0 |
| 321 | 2026-08-31T13:12:33.775Z | Downloaded clap_lex v1.0.0 |
| 322 | 2026-08-31T13:12:33.775Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2026-08-31T13:12:33.894Z | Downloaded utf8parse v0.2.2 |
| 324 | 2026-08-31T13:12:33.894Z | Downloaded usdt-attr-macro v0.5.0 |
| 325 | 2026-08-31T13:12:33.894Z | Downloaded anstyle-parse v1.0.0 |
| 326 | 2026-08-31T13:12:33.894Z | Downloaded digest v0.10.7 |
| 327 | 2026-08-31T13:12:33.894Z | Downloaded anstyle-query v1.1.5 |
| 328 | 2026-08-31T13:12:33.895Z | Downloaded autocfg v1.5.0 |
| 329 | 2026-08-31T13:12:33.895Z | Downloaded camino-tempfile v1.4.1 |
| 330 | 2026-08-31T13:12:33.895Z | Downloaded scroll v0.12.0 |
| 331 | 2026-08-31T13:12:33.895Z | Downloaded thiserror-impl v1.0.69 |
| 332 | 2026-08-31T13:12:33.895Z | Downloaded cpufeatures v0.2.17 |
| 333 | 2026-08-31T13:12:33.895Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2026-08-31T13:12:33.895Z | Downloaded scroll_derive v0.12.1 |
| 335 | 2026-08-31T13:12:33.895Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-08-31T13:12:33.895Z | Downloaded usdt v0.5.0 |
| 337 | 2026-08-31T13:12:33.895Z | Downloaded proc-macro-error-attr v1.0.4 |
| 338 | 2026-08-31T13:12:33.895Z | Downloaded toml_datetime v0.6.11 |
| 339 | 2026-08-31T13:12:33.895Z | Downloaded toml_write v0.1.2 |
| 340 | 2026-08-31T13:12:33.895Z | Downloaded plain v0.2.3 |
| 341 | 2026-08-31T13:12:33.895Z | Downloaded strsim v0.11.1 |
| 342 | 2026-08-31T13:12:33.895Z | Downloaded fs-err v3.3.0 |
| 343 | 2026-08-31T13:12:33.895Z | Downloaded byteorder v1.5.0 |
| 344 | 2026-08-31T13:12:33.895Z | Downloaded pest_generator v2.8.6 |
| 345 | 2026-08-31T13:12:33.896Z | Downloaded bitflags v2.11.0 |
| 346 | 2026-08-31T13:12:33.896Z | Downloaded papergrid v0.11.0 |
| 347 | 2026-08-31T13:12:33.896Z | Downloaded usdt-macro v0.5.0 |
| 348 | 2026-08-31T13:12:33.896Z | Downloaded thiserror-impl v2.0.18 |
| 349 | 2026-08-31T13:12:33.896Z | Downloaded quote v1.0.45 |
| 350 | 2026-08-31T13:12:33.896Z | Downloaded thiserror v1.0.69 |
| 351 | 2026-08-31T13:12:33.896Z | Downloaded version_check v0.9.5 |
| 352 | 2026-08-31T13:12:33.896Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-08-31T13:12:33.897Z | Downloaded sha2 v0.10.9 |
| 354 | 2026-08-31T13:12:33.897Z | Downloaded serde_tokenstream v0.2.3 |
| 355 | 2026-08-31T13:12:33.897Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2026-08-31T13:12:33.897Z | Downloaded clap_derive v4.6.1 |
| 357 | 2026-08-31T13:12:33.897Z | Downloaded thiserror v2.0.18 |
| 358 | 2026-08-31T13:12:33.897Z | Downloaded cargo_toml v0.21.0 |
| 359 | 2026-08-31T13:12:33.897Z | Downloaded pest_derive v2.8.6 |
| 360 | 2026-08-31T13:12:33.897Z | Downloaded ucd-trie v0.1.7 |
| 361 | 2026-08-31T13:12:33.897Z | Downloaded tempfile v3.27.0 |
| 362 | 2026-08-31T13:12:33.897Z | Downloaded proc-macro2 v1.0.106 |
| 363 | 2026-08-31T13:12:33.897Z | Downloaded once_cell v1.21.3 |
| 364 | 2026-08-31T13:12:33.897Z | Downloaded toml v0.8.23 |
| 365 | 2026-08-31T13:12:33.897Z | Downloaded camino v1.2.5 |
| 366 | 2026-08-31T13:12:33.897Z | Downloaded zerocopy-derive v0.7.35 |
| 367 | 2026-08-31T13:12:33.897Z | Downloaded semver v1.0.28 |
| 368 | 2026-08-31T13:12:33.897Z | Downloaded clap v4.6.1 |
| 369 | 2026-08-31T13:12:33.897Z | Downloaded getrandom v0.4.3 |
| 370 | 2026-08-31T13:12:33.897Z | Downloaded log v0.4.33 |
| 371 | 2026-08-31T13:12:33.961Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-08-31T13:12:33.961Z | Downloaded unicode-ident v1.0.24 |
| 373 | 2026-08-31T13:12:33.961Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-08-31T13:12:33.961Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-08-31T13:12:33.961Z | Downloaded serde v1.0.228 |
| 376 | 2026-08-31T13:12:33.961Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-08-31T13:12:33.961Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-08-31T13:12:33.961Z | Downloaded indexmap v2.14.0 |
| 379 | 2026-08-31T13:12:33.961Z | Downloaded memchr v2.8.0 |
| 380 | 2026-08-31T13:12:33.961Z | Downloaded pest v2.8.6 |
| 381 | 2026-08-31T13:12:33.961Z | Downloaded typenum v1.20.1 |
| 382 | 2026-08-31T13:12:33.962Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-08-31T13:12:33.962Z | Downloaded goblin v0.8.2 |
| 384 | 2026-08-31T13:12:34.041Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-08-31T13:12:34.041Z | Downloaded serde_json v1.0.151 |
| 386 | 2026-08-31T13:12:34.041Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-31T13:12:34.041Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-31T13:12:34.041Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-31T13:12:34.041Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-31T13:12:34.041Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-31T13:12:34.042Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-31T13:12:34.042Z | Downloaded rustix v1.1.4 |
| 393 | 2026-08-31T13:12:34.127Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-31T13:12:34.127Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-31T13:12:34.127Z | Compiling quote v1.0.45 |
| 396 | 2026-08-31T13:12:34.127Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-08-31T13:12:34.127Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-31T13:12:34.127Z | Compiling libc v0.2.185 |
| 399 | 2026-08-31T13:12:34.127Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-31T13:12:34.127Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-31T13:12:34.298Z | Compiling serde v1.0.228 |
| 402 | 2026-08-31T13:12:34.420Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-31T13:12:34.598Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-08-31T13:12:34.638Z | Compiling thiserror v1.0.69 |
| 405 | 2026-08-31T13:12:34.848Z | Compiling itoa v1.0.17 |
| 406 | 2026-08-31T13:12:34.892Z | Compiling pest v2.8.6 |
| 407 | 2026-08-31T13:12:34.997Z | Compiling byteorder v1.5.0 |
| 408 | 2026-08-31T13:12:35.059Z | Compiling rustix v1.1.4 |
| 409 | 2026-08-31T13:12:35.102Z | Compiling errno v0.3.14 |
| 410 | 2026-08-31T13:12:35.230Z | Compiling serde_json v1.0.151 |
| 411 | 2026-08-31T13:12:35.251Z | Compiling bitflags v2.11.0 |
| 412 | 2026-08-31T13:12:35.499Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-31T13:12:35.521Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-08-31T13:12:35.579Z | Compiling syn v2.0.117 |
| 415 | 2026-08-31T13:12:35.610Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-31T13:12:35.683Z | Compiling camino v1.2.5 |
| 417 | 2026-08-31T13:12:35.722Z | Compiling syn v1.0.109 |
| 418 | 2026-08-31T13:12:35.945Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-08-31T13:12:36.042Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2026-08-31T13:12:36.075Z | Compiling equivalent v1.0.2 |
| 421 | 2026-08-31T13:12:36.102Z | Compiling log v0.4.33 |
| 422 | 2026-08-31T13:12:36.167Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-08-31T13:12:36.227Z | Compiling plain v0.2.3 |
| 424 | 2026-08-31T13:12:36.285Z | Compiling getrandom v0.4.3 |
| 425 | 2026-08-31T13:12:36.288Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-08-31T13:12:36.340Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-08-31T13:12:36.527Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-31T13:12:36.842Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-31T13:12:37.267Z | Compiling winnow v0.7.14 |
| 430 | 2026-08-31T13:12:37.320Z | Compiling autocfg v1.5.0 |
| 431 | 2026-08-31T13:12:37.459Z | Compiling toml_write v0.1.2 |
| 432 | 2026-08-31T13:12:37.513Z | Compiling anstyle v1.0.14 |
| 433 | 2026-08-31T13:12:37.558Z | Compiling pretty-hex v0.4.1 |
| 434 | 2026-08-31T13:12:37.667Z | Compiling cfg-if v1.0.4 |
| 435 | 2026-08-31T13:12:37.699Z | Compiling thiserror v2.0.18 |
| 436 | 2026-08-31T13:12:37.717Z | Compiling anstyle-query v1.1.5 |
| 437 | 2026-08-31T13:12:37.720Z | Compiling colorchoice v1.0.4 |
| 438 | 2026-08-31T13:12:37.750Z | Compiling is_terminal_polyfill v1.70.2 |
| 439 | 2026-08-31T13:12:37.825Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-31T13:12:37.846Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-31T13:12:37.846Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-31T13:12:38.173Z | Compiling anyhow v1.0.104 |
| 443 | 2026-08-31T13:12:38.236Z | Compiling heck v0.4.1 |
| 444 | 2026-08-31T13:12:38.272Z | Compiling strsim v0.11.1 |
| 445 | 2026-08-31T13:12:38.304Z | Compiling once_cell v1.21.3 |
| 446 | 2026-08-31T13:12:38.466Z | Compiling fastrand v2.3.0 |
| 447 | 2026-08-31T13:12:38.485Z | Compiling clap_lex v1.0.0 |
| 448 | 2026-08-31T13:12:38.526Z | Compiling heck v0.5.0 |
| 449 | 2026-08-31T13:12:38.583Z | Compiling fnv v1.0.7 |
| 450 | 2026-08-31T13:12:38.620Z | Compiling bytecount v0.6.9 |
| 451 | 2026-08-31T13:12:38.693Z | Compiling unicode-width v0.1.14 |
| 452 | 2026-08-31T13:12:38.720Z | Compiling clap_builder v4.6.0 |
| 453 | 2026-08-31T13:12:38.737Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-31T13:12:38.797Z | Compiling semver v1.0.28 |
| 455 | 2026-08-31T13:12:38.868Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-08-31T13:12:38.888Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-31T13:12:38.965Z | Compiling papergrid v0.11.0 |
| 458 | 2026-08-31T13:12:38.983Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-31T13:12:39.119Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-08-31T13:12:39.137Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-31T13:12:39.153Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-08-31T13:12:39.281Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-31T13:12:39.431Z | Compiling textwrap v0.16.2 |
| 464 | 2026-08-31T13:12:39.482Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-08-31T13:12:39.514Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-08-31T13:12:39.531Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-08-31T13:12:39.652Z | Compiling pest_derive v2.8.6 |
| 468 | 2026-08-31T13:12:39.805Z | Compiling scroll_derive v0.12.1 |
| 469 | 2026-08-31T13:12:39.893Z | Compiling thiserror-impl v2.0.18 |
| 470 | 2026-08-31T13:12:40.104Z | Compiling clap_derive v4.6.1 |
| 471 | 2026-08-31T13:12:40.407Z | Compiling zerocopy v0.7.35 |
| 472 | 2026-08-31T13:12:40.426Z | Compiling tabled v0.15.0 |
| 473 | 2026-08-31T13:12:40.480Z | Compiling scroll v0.12.0 |
| 474 | 2026-08-31T13:12:40.771Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-31T13:12:40.914Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-31T13:12:40.962Z | Compiling swrite v0.1.0 |
| 477 | 2026-08-31T13:12:41.679Z | Compiling clap v4.6.1 |
| 478 | 2026-08-31T13:12:42.422Z | Compiling dof v0.3.0 |
| 479 | 2026-08-31T13:12:42.422Z | Compiling serde_tokenstream v0.2.3 |
| 480 | 2026-08-31T13:12:42.422Z | Compiling serde_spanned v0.6.9 |
| 481 | 2026-08-31T13:12:42.422Z | Compiling toml_datetime v0.6.11 |
| 482 | 2026-08-31T13:12:42.426Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-31T13:12:42.501Z | Compiling macaddr v1.0.1 |
| 484 | 2026-08-31T13:12:42.506Z | Compiling cargo_metadata v0.23.1 |
| 485 | 2026-08-31T13:12:42.630Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-31T13:12:43.263Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-31T13:12:43.298Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-31T13:12:43.868Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-31T13:12:44.045Z | Compiling toml v0.8.23 |
| 490 | 2026-08-31T13:12:44.375Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-31T13:12:45.633Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-31T13:12:47.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.36s |
| 493 | 2026-08-31T13:12:47.908Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-31T13:12:48.425Z | Downloading crates ... |
| 495 | 2026-08-31T13:12:48.487Z | Downloaded ahash v0.8.12 |
| 496 | 2026-08-31T13:12:48.490Z | Downloaded addr2line v0.25.1 |
| 497 | 2026-08-31T13:12:48.497Z | Downloaded base16ct v0.2.0 |
| 498 | 2026-08-31T13:12:48.501Z | Downloaded adler2 v2.0.1 |
| 499 | 2026-08-31T13:12:48.503Z | Downloaded embedded-io v0.6.1 |
| 500 | 2026-08-31T13:12:48.506Z | Downloaded const-oid v0.10.2 |
| 501 | 2026-08-31T13:12:48.509Z | Downloaded ascii-canvas v3.0.0 |
| 502 | 2026-08-31T13:12:48.509Z | Downloaded async-recursion v1.1.1 |
| 503 | 2026-08-31T13:12:48.513Z | Downloaded bcs v0.1.6 |
| 504 | 2026-08-31T13:12:48.513Z | Downloaded bit-vec v0.6.3 |
| 505 | 2026-08-31T13:12:48.516Z | Downloaded aead v0.6.1 |
| 506 | 2026-08-31T13:12:48.516Z | Downloaded endian-type v0.1.2 |
| 507 | 2026-08-31T13:12:48.516Z | Downloaded ff v0.13.1 |
| 508 | 2026-08-31T13:12:48.516Z | Downloaded embedded-io v0.4.0 |
| 509 | 2026-08-31T13:12:48.516Z | Downloaded foldhash v0.1.5 |
| 510 | 2026-08-31T13:12:48.516Z | Downloaded foldhash v0.2.0 |
| 511 | 2026-08-31T13:12:48.519Z | Downloaded atomicwrites v0.4.4 |
| 512 | 2026-08-31T13:12:48.520Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 513 | 2026-08-31T13:12:48.520Z | Downloaded filetime v0.2.27 |
| 514 | 2026-08-31T13:12:48.520Z | Downloaded bit-set v0.5.3 |
| 515 | 2026-08-31T13:12:48.525Z | Downloaded aead v0.5.2 |
| 516 | 2026-08-31T13:12:48.525Z | Downloaded find-msvc-tools v0.1.9 |
| 517 | 2026-08-31T13:12:48.525Z | Downloaded futures-channel v0.3.32 |
| 518 | 2026-08-31T13:12:48.525Z | Downloaded array-init v0.0.4 |
| 519 | 2026-08-31T13:12:48.525Z | Downloaded futures-task v0.3.32 |
| 520 | 2026-08-31T13:12:48.528Z | Downloaded futures-io v0.3.32 |
| 521 | 2026-08-31T13:12:48.528Z | Downloaded bb8 v0.8.6 |
| 522 | 2026-08-31T13:12:48.528Z | Downloaded base64ct v1.8.3 |
| 523 | 2026-08-31T13:12:48.531Z | Downloaded globwalk v0.9.1 |
| 524 | 2026-08-31T13:12:48.534Z | Downloaded fallible-iterator v0.2.0 |
| 525 | 2026-08-31T13:12:48.534Z | Downloaded atomic-waker v1.1.2 |
| 526 | 2026-08-31T13:12:48.539Z | Downloaded fs_extra v1.3.0 |
| 527 | 2026-08-31T13:12:48.539Z | Downloaded group v0.13.0 |
| 528 | 2026-08-31T13:12:48.542Z | Downloaded enum_dispatch v0.3.13 |
| 529 | 2026-08-31T13:12:48.542Z | Downloaded fs-err v2.11.0 |
| 530 | 2026-08-31T13:12:48.542Z | Downloaded erased-serde v0.3.31 |
| 531 | 2026-08-31T13:12:48.542Z | Downloaded async-stream v0.3.6 |
| 532 | 2026-08-31T13:12:48.545Z | Downloaded fixedbitset v0.4.2 |
| 533 | 2026-08-31T13:12:48.545Z | Downloaded hash32 v0.2.1 |
| 534 | 2026-08-31T13:12:48.545Z | Downloaded enum-as-inner v0.6.1 |
| 535 | 2026-08-31T13:12:48.548Z | Downloaded arrayref v0.3.9 |
| 536 | 2026-08-31T13:12:48.548Z | Downloaded async-stream-impl v0.3.6 |
| 537 | 2026-08-31T13:12:48.548Z | Downloaded foreign-types-macros v0.2.3 |
| 538 | 2026-08-31T13:12:48.551Z | Downloaded assert_matches v1.5.0 |
| 539 | 2026-08-31T13:12:48.551Z | Downloaded block-buffer v0.12.1 |
| 540 | 2026-08-31T13:12:48.551Z | Downloaded hash32 v0.3.1 |
| 541 | 2026-08-31T13:12:48.554Z | Downloaded fixedbitset v0.5.7 |
| 542 | 2026-08-31T13:12:48.554Z | Downloaded atty v0.2.14 |
| 543 | 2026-08-31T13:12:48.555Z | Downloaded foreign-types v0.3.2 |
| 544 | 2026-08-31T13:12:48.558Z | Downloaded bit-set v0.8.0 |
| 545 | 2026-08-31T13:12:48.558Z | Downloaded anstream v0.6.21 |
| 546 | 2026-08-31T13:12:48.558Z | Downloaded arrayvec v0.7.6 |
| 547 | 2026-08-31T13:12:48.561Z | Downloaded bit-vec v0.8.0 |
| 548 | 2026-08-31T13:12:48.561Z | Downloaded bitfield-macros v0.19.4 |
| 549 | 2026-08-31T13:12:48.561Z | Downloaded async-trait v0.1.89 |
| 550 | 2026-08-31T13:12:48.564Z | Downloaded backoff v0.4.0 |
| 551 | 2026-08-31T13:12:48.564Z | Downloaded httpdate v1.0.3 |
| 552 | 2026-08-31T13:12:48.564Z | Downloaded futures-core v0.3.32 |
| 553 | 2026-08-31T13:12:48.567Z | Downloaded ghash v0.6.0 |
| 554 | 2026-08-31T13:12:48.567Z | Downloaded backon v1.6.0 |
| 555 | 2026-08-31T13:12:48.567Z | Downloaded float-cmp v0.10.0 |
| 556 | 2026-08-31T13:12:48.570Z | Downloaded foreign-types-shared v0.1.1 |
| 557 | 2026-08-31T13:12:48.571Z | Downloaded foreign-types v0.5.0 |
| 558 | 2026-08-31T13:12:48.571Z | Downloaded futures-macro v0.3.32 |
| 559 | 2026-08-31T13:12:48.571Z | Downloaded headers-core v0.3.0 |
| 560 | 2026-08-31T13:12:48.573Z | Downloaded argon2 v0.5.3 |
| 561 | 2026-08-31T13:12:48.574Z | Downloaded block-padding v0.4.2 |
| 562 | 2026-08-31T13:12:48.574Z | Downloaded hex v0.4.3 |
| 563 | 2026-08-31T13:12:48.577Z | Downloaded home v0.5.12 |
| 564 | 2026-08-31T13:12:48.577Z | Downloaded form_urlencoded v1.2.2 |
| 565 | 2026-08-31T13:12:48.577Z | Downloaded gethostname v0.5.0 |
| 566 | 2026-08-31T13:12:48.577Z | Downloaded hostname v0.3.1 |
| 567 | 2026-08-31T13:12:48.580Z | Downloaded cfg_aliases v0.1.1 |
| 568 | 2026-08-31T13:12:48.580Z | Downloaded backtrace-ext v0.2.1 |
| 569 | 2026-08-31T13:12:48.581Z | Downloaded base16ct v1.0.0 |
| 570 | 2026-08-31T13:12:48.581Z | Downloaded hostname v0.4.2 |
| 571 | 2026-08-31T13:12:48.584Z | Downloaded hubpack v0.1.2 |
| 572 | 2026-08-31T13:12:48.584Z | Downloaded elliptic-curve v0.14.1 |
| 573 | 2026-08-31T13:12:48.587Z | Downloaded futures-executor v0.3.32 |
| 574 | 2026-08-31T13:12:48.587Z | Downloaded fatfs v0.3.6 |
| 575 | 2026-08-31T13:12:48.587Z | Downloaded futures v0.3.32 |
| 576 | 2026-08-31T13:12:48.590Z | Downloaded cobs v0.3.0 |
| 577 | 2026-08-31T13:12:48.593Z | Downloaded env_filter v2.0.0 |
| 578 | 2026-08-31T13:12:48.594Z | Downloaded float-ord v0.3.2 |
| 579 | 2026-08-31T13:12:48.594Z | Downloaded futures-sink v0.3.32 |
| 580 | 2026-08-31T13:12:48.596Z | Downloaded castaway v0.2.4 |
| 581 | 2026-08-31T13:12:48.597Z | Downloaded foreign-types-shared v0.3.1 |
| 582 | 2026-08-31T13:12:48.597Z | Downloaded funty v2.0.0 |
| 583 | 2026-08-31T13:12:48.597Z | Downloaded fxhash v0.2.1 |
| 584 | 2026-08-31T13:12:48.597Z | Downloaded fd-lock v4.0.4 |
| 585 | 2026-08-31T13:12:48.600Z | Downloaded hex-literal v1.1.0 |
| 586 | 2026-08-31T13:12:48.600Z | Downloaded cfg_aliases v0.2.1 |
| 587 | 2026-08-31T13:12:48.600Z | Downloaded ciborium-ll v0.2.2 |
| 588 | 2026-08-31T13:12:48.603Z | Downloaded git-stub v1.0.0 |
| 589 | 2026-08-31T13:12:48.606Z | Downloaded http-body v1.0.1 |
| 590 | 2026-08-31T13:12:48.609Z | Downloaded nonempty v0.12.0 |
| 591 | 2026-08-31T13:12:48.612Z | Downloaded http-range v0.1.5 |
| 592 | 2026-08-31T13:12:48.612Z | Downloaded hubpack_derive v0.1.1 |
| 593 | 2026-08-31T13:12:48.612Z | Downloaded compression-core v0.4.31 |
| 594 | 2026-08-31T13:12:48.615Z | Downloaded bitfield-struct v0.6.2 |
| 595 | 2026-08-31T13:12:48.615Z | Downloaded oxide-generation-macros v0.2.0 |
| 596 | 2026-08-31T13:12:48.615Z | Downloaded phf_shared v0.12.1 |
| 597 | 2026-08-31T13:12:48.615Z | Downloaded bs58 v0.5.1 |
| 598 | 2026-08-31T13:12:48.619Z | Downloaded group v0.14.0 |
| 599 | 2026-08-31T13:12:48.622Z | Downloaded compression-codecs v0.4.37 |
| 600 | 2026-08-31T13:12:48.625Z | Downloaded ciborium-io v0.2.2 |
| 601 | 2026-08-31T13:12:48.625Z | Downloaded flagset v0.4.7 |
| 602 | 2026-08-31T13:12:48.628Z | Downloaded ff v0.14.0 |
| 603 | 2026-08-31T13:12:48.628Z | Downloaded http-body-util v0.1.3 |
| 604 | 2026-08-31T13:12:48.628Z | Downloaded nibble_vec v0.1.0 |
| 605 | 2026-08-31T13:12:48.632Z | Downloaded psl-types v2.0.11 |
| 606 | 2026-08-31T13:12:48.634Z | Downloaded ena v0.14.4 |
| 607 | 2026-08-31T13:12:48.635Z | Downloaded nodrop v0.1.14 |
| 608 | 2026-08-31T13:12:48.635Z | Downloaded bitfield v0.19.4 |
| 609 | 2026-08-31T13:12:48.635Z | Downloaded highway v1.3.0 |
| 610 | 2026-08-31T13:12:48.637Z | Downloaded newline-converter v0.3.0 |
| 611 | 2026-08-31T13:12:48.640Z | Downloaded proc-macro-crate v1.3.1 |
| 612 | 2026-08-31T13:12:48.640Z | Downloaded num_enum_derive v0.5.11 |
| 613 | 2026-08-31T13:12:48.640Z | Downloaded openssl-macros v0.1.1 |
| 614 | 2026-08-31T13:12:48.640Z | Downloaded rand_chacha v0.3.1 |
| 615 | 2026-08-31T13:12:48.643Z | Downloaded powerfmt v0.2.0 |
| 616 | 2026-08-31T13:12:48.643Z | Downloaded ref-cast-impl v1.0.25 |
| 617 | 2026-08-31T13:12:48.646Z | Downloaded env_logger v0.11.11 |
| 618 | 2026-08-31T13:12:48.649Z | Downloaded predicates-core v1.0.10 |
| 619 | 2026-08-31T13:12:48.649Z | Downloaded parse-display v0.10.0 |
| 620 | 2026-08-31T13:12:48.649Z | Downloaded rfc6979 v0.4.0 |
| 621 | 2026-08-31T13:12:48.649Z | Downloaded globset v0.4.18 |
| 622 | 2026-08-31T13:12:48.652Z | Downloaded cmake v0.1.57 |
| 623 | 2026-08-31T13:12:48.655Z | Downloaded rand_xorshift v0.4.0 |
| 624 | 2026-08-31T13:12:48.661Z | Downloaded sha1 v0.11.0 |
| 625 | 2026-08-31T13:12:48.663Z | Downloaded signature v2.2.0 |
| 626 | 2026-08-31T13:12:48.663Z | Downloaded getrandom v0.2.17 |
| 627 | 2026-08-31T13:12:48.666Z | Downloaded cipher v0.5.2 |
| 628 | 2026-08-31T13:12:48.666Z | Downloaded cmov v0.5.4 |
| 629 | 2026-08-31T13:12:48.670Z | Downloaded anstyle-parse v0.2.7 |
| 630 | 2026-08-31T13:12:48.671Z | Downloaded blowfish v0.10.0 |
| 631 | 2026-08-31T13:12:48.671Z | Downloaded git-stub-vcs v0.1.0 |
| 632 | 2026-08-31T13:12:48.674Z | Downloaded glob v0.3.3 |
| 633 | 2026-08-31T13:12:48.674Z | Downloaded cassowary v0.3.0 |
| 634 | 2026-08-31T13:12:48.674Z | Downloaded num-integer v0.1.46 |
| 635 | 2026-08-31T13:12:48.674Z | Downloaded oxide-tokio-rt v0.1.4 |
| 636 | 2026-08-31T13:12:48.675Z | Downloaded phf_shared v0.13.1 |
| 637 | 2026-08-31T13:12:48.675Z | Downloaded packed_struct v0.10.1 |
| 638 | 2026-08-31T13:12:48.678Z | Downloaded peg-macros v0.8.5 |
| 639 | 2026-08-31T13:12:48.678Z | Downloaded cexpr v0.6.0 |
| 640 | 2026-08-31T13:12:48.678Z | Downloaded subtle v2.6.1 |
| 641 | 2026-08-31T13:12:48.678Z | Downloaded chacha20 v0.9.1 |
| 642 | 2026-08-31T13:12:48.681Z | Downloaded sync-ptr v0.1.4 |
| 643 | 2026-08-31T13:12:48.681Z | Downloaded same-file v1.0.6 |
| 644 | 2026-08-31T13:12:48.681Z | Downloaded sync_wrapper v1.0.2 |
| 645 | 2026-08-31T13:12:48.684Z | Downloaded hmac v0.13.0 |
| 646 | 2026-08-31T13:12:48.684Z | Downloaded sapling-renderdag v0.1.0 |
| 647 | 2026-08-31T13:12:48.687Z | Downloaded colored v2.2.0 |
| 648 | 2026-08-31T13:12:48.687Z | Downloaded secrecy v0.10.3 |
| 649 | 2026-08-31T13:12:48.687Z | Downloaded argon2 v0.6.0-rc.8 |
| 650 | 2026-08-31T13:12:48.687Z | Downloaded cbc v0.2.1 |
| 651 | 2026-08-31T13:12:48.692Z | Downloaded progenitor-extras v0.2.0 |
| 652 | 2026-08-31T13:12:48.695Z | Downloaded tinyvec_macros v0.1.1 |
| 653 | 2026-08-31T13:12:48.695Z | Downloaded bzip2 v0.4.4 |
| 654 | 2026-08-31T13:12:48.695Z | Downloaded semver v0.1.20 |
| 655 | 2026-08-31T13:12:48.700Z | Downloaded psm v0.1.30 |
| 656 | 2026-08-31T13:12:48.703Z | Downloaded slog-envlogger v2.2.0 |
| 657 | 2026-08-31T13:12:48.703Z | Downloaded buf-list v1.1.2 |
| 658 | 2026-08-31T13:12:48.707Z | Downloaded structmeta v0.3.0 |
| 659 | 2026-08-31T13:12:48.707Z | Downloaded tokio-macros v2.7.0 |
| 660 | 2026-08-31T13:12:48.707Z | Downloaded trait-variant v0.1.2 |
| 661 | 2026-08-31T13:12:48.707Z | Downloaded unarray v0.1.4 |
| 662 | 2026-08-31T13:12:48.710Z | Downloaded arc-swap v1.8.2 |
| 663 | 2026-08-31T13:12:48.710Z | Downloaded untrusted v0.7.1 |
| 664 | 2026-08-31T13:12:48.710Z | Downloaded cipher v0.4.4 |
| 665 | 2026-08-31T13:12:48.714Z | Downloaded half v1.8.3 |
| 666 | 2026-08-31T13:12:48.714Z | Downloaded num_enum v0.7.6 |
| 667 | 2026-08-31T13:12:48.717Z | Downloaded num_enum_derive v0.7.6 |
| 668 | 2026-08-31T13:12:48.717Z | Downloaded parse-display-derive v0.10.0 |
| 669 | 2026-08-31T13:12:48.720Z | Downloaded serde_urlencoded v0.7.1 |
| 670 | 2026-08-31T13:12:48.720Z | Downloaded phf v0.12.1 |
| 671 | 2026-08-31T13:12:48.720Z | Downloaded progenitor v0.13.0 |
| 672 | 2026-08-31T13:12:48.723Z | Downloaded rfc6979 v0.6.0 |
| 673 | 2026-08-31T13:12:48.723Z | Downloaded rustc-demangle v0.1.27 |
| 674 | 2026-08-31T13:12:48.723Z | Downloaded serde_path_to_error v0.1.20 |
| 675 | 2026-08-31T13:12:48.723Z | Downloaded yoke-derive v0.8.1 |
| 676 | 2026-08-31T13:12:48.727Z | Downloaded utf-8 v0.7.6 |
| 677 | 2026-08-31T13:12:48.727Z | Downloaded serde_tokenstream v0.3.0 |
| 678 | 2026-08-31T13:12:48.727Z | Downloaded simd-adler32 v0.3.8 |
| 679 | 2026-08-31T13:12:48.730Z | Downloaded xshell-macros v0.2.7 |
| 680 | 2026-08-31T13:12:48.730Z | Downloaded allocator-api2 v0.2.21 |
| 681 | 2026-08-31T13:12:48.730Z | Downloaded async-bb8-diesel v0.2.1 |
| 682 | 2026-08-31T13:12:48.733Z | Downloaded console v0.15.11 |
| 683 | 2026-08-31T13:12:48.733Z | Downloaded cancel-safe-futures v0.1.5 |
| 684 | 2026-08-31T13:12:48.737Z | Downloaded bitflags v1.3.2 |
| 685 | 2026-08-31T13:12:48.737Z | Downloaded hmac v0.12.1 |
| 686 | 2026-08-31T13:12:48.739Z | Downloaded spki v0.8.0 |
| 687 | 2026-08-31T13:12:48.740Z | Downloaded sponge-cursor v0.1.0 |
| 688 | 2026-08-31T13:12:48.740Z | Downloaded support-bundle-viewer v0.1.2 |
| 689 | 2026-08-31T13:12:48.740Z | Downloaded bzip2 v0.6.1 |
| 690 | 2026-08-31T13:12:48.743Z | Downloaded ciborium v0.2.2 |
| 691 | 2026-08-31T13:12:48.743Z | Downloaded zone_cfg_derive v0.3.1 |
| 692 | 2026-08-31T13:12:48.743Z | Downloaded console v0.16.2 |
| 693 | 2026-08-31T13:12:48.746Z | Downloaded chacha20 v0.10.0 |
| 694 | 2026-08-31T13:12:48.746Z | Downloaded generic-array v1.4.3 |
| 695 | 2026-08-31T13:12:48.750Z | Downloaded sqlformat v0.3.5 |
| 696 | 2026-08-31T13:12:48.750Z | Downloaded ref-cast v1.0.25 |
| 697 | 2026-08-31T13:12:48.750Z | Downloaded const-oid v0.9.6 |
| 698 | 2026-08-31T13:12:48.753Z | Downloaded camino-tempfile-ext v0.3.3 |
| 699 | 2026-08-31T13:12:48.753Z | Downloaded poly1305 v0.9.0 |
| 700 | 2026-08-31T13:12:48.753Z | Downloaded crunchy v0.2.4 |
| 701 | 2026-08-31T13:12:48.753Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 702 | 2026-08-31T13:12:48.756Z | Downloaded termios v0.3.3 |
| 703 | 2026-08-31T13:12:48.758Z | Downloaded dirs-sys-next v0.1.2 |
| 704 | 2026-08-31T13:12:48.758Z | Downloaded getrandom v0.3.4 |
| 705 | 2026-08-31T13:12:48.761Z | Downloaded blake2 v0.10.6 |
| 706 | 2026-08-31T13:12:48.761Z | Downloaded byte-wrapper v0.1.0 |
| 707 | 2026-08-31T13:12:48.764Z | Downloaded colored v3.1.1 |
| 708 | 2026-08-31T13:12:48.764Z | Downloaded tiny-keccak v2.0.2 |
| 709 | 2026-08-31T13:12:48.767Z | Downloaded quinn-udp v0.5.14 |
| 710 | 2026-08-31T13:12:48.767Z | Downloaded expectorate v1.2.0 |
| 711 | 2026-08-31T13:12:48.767Z | Downloaded sha1 v0.10.6 |
| 712 | 2026-08-31T13:12:48.770Z | Downloaded topological-sort v0.2.2 |
| 713 | 2026-08-31T13:12:48.770Z | Downloaded slog-term v2.9.2 |
| 714 | 2026-08-31T13:12:48.771Z | Downloaded stacker v0.1.23 |
| 715 | 2026-08-31T13:12:48.774Z | Downloaded strum_macros v0.24.3 |
| 716 | 2026-08-31T13:12:48.774Z | Downloaded thread_local v1.1.9 |
| 717 | 2026-08-31T13:12:48.774Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 718 | 2026-08-31T13:12:48.774Z | Downloaded defmt v0.3.100 |
| 719 | 2026-08-31T13:12:48.774Z | Downloaded dof v0.4.0 |
| 720 | 2026-08-31T13:12:48.778Z | Downloaded dtrace-parser v0.3.0 |
| 721 | 2026-08-31T13:12:48.778Z | Downloaded backtrace v0.3.76 |
| 722 | 2026-08-31T13:12:48.781Z | Downloaded base64 v0.21.7 |
| 723 | 2026-08-31T13:12:48.784Z | Downloaded ar_archive_writer v0.5.1 |
| 724 | 2026-08-31T13:12:48.784Z | Downloaded sha2 v0.11.0 |
| 725 | 2026-08-31T13:12:48.786Z | Downloaded is_ci v1.2.0 |
| 726 | 2026-08-31T13:12:48.786Z | Downloaded instability v0.3.11 |
| 727 | 2026-08-31T13:12:48.790Z | Downloaded jiff-static v0.2.34 |
| 728 | 2026-08-31T13:12:48.790Z | Downloaded pkcs8 v0.11.0 |
| 729 | 2026-08-31T13:12:48.790Z | Downloaded num_enum v0.5.11 |
| 730 | 2026-08-31T13:12:48.793Z | Downloaded walkdir v2.5.0 |
| 731 | 2026-08-31T13:12:48.793Z | Downloaded kem v0.3.0 |
| 732 | 2026-08-31T13:12:48.793Z | Downloaded lru-slab v0.1.2 |
| 733 | 2026-08-31T13:12:48.796Z | Downloaded lzss v0.8.2 |
| 734 | 2026-08-31T13:12:48.796Z | Downloaded half v2.7.1 |
| 735 | 2026-08-31T13:12:48.798Z | Downloaded httparse v1.10.1 |
| 736 | 2026-08-31T13:12:48.798Z | Downloaded libscf-sys v1.2.0 |
| 737 | 2026-08-31T13:12:48.802Z | Downloaded zstd-safe v7.2.4 |
| 738 | 2026-08-31T13:12:48.802Z | Downloaded multimap v0.10.1 |
| 739 | 2026-08-31T13:12:48.802Z | Downloaded aes-gcm v0.11.0 |
| 740 | 2026-08-31T13:12:48.804Z | Downloaded wyz v0.5.1 |
| 741 | 2026-08-31T13:12:48.804Z | Downloaded blake2 v0.11.0-rc.6 |
| 742 | 2026-08-31T13:12:48.807Z | Downloaded clang-sys v1.8.1 |
| 743 | 2026-08-31T13:12:48.807Z | Downloaded num-iter v0.1.45 |
| 744 | 2026-08-31T13:12:48.807Z | Downloaded opaque-debug v0.3.1 |
| 745 | 2026-08-31T13:12:48.810Z | Downloaded flume v0.11.1 |
| 746 | 2026-08-31T13:12:48.815Z | Downloaded convert_case v0.4.0 |
| 747 | 2026-08-31T13:12:48.818Z | Downloaded convert_case v0.10.0 |
| 748 | 2026-08-31T13:12:48.818Z | Downloaded critical-section v1.2.0 |
| 749 | 2026-08-31T13:12:48.818Z | Downloaded mime v0.3.17 |
| 750 | 2026-08-31T13:12:48.818Z | Downloaded der_derive v0.7.3 |
| 751 | 2026-08-31T13:12:48.821Z | Downloaded openssl-probe v0.2.1 |
| 752 | 2026-08-31T13:12:48.821Z | Downloaded password-hash v0.6.1 |
| 753 | 2026-08-31T13:12:48.825Z | Downloaded diesel-dtrace v0.5.0 |
| 754 | 2026-08-31T13:12:48.828Z | Downloaded flate2 v1.1.9 |
| 755 | 2026-08-31T13:12:48.830Z | Downloaded base64 v0.22.1 |
| 756 | 2026-08-31T13:12:48.833Z | Downloaded bytes v1.11.1 |
| 757 | 2026-08-31T13:12:48.836Z | Downloaded precomputed-hash v0.1.1 |
| 758 | 2026-08-31T13:12:48.836Z | Downloaded either v1.15.0 |
| 759 | 2026-08-31T13:12:48.838Z | Downloaded russh-cryptovec v0.62.0 |
| 760 | 2026-08-31T13:12:48.841Z | Downloaded debug-ignore v1.0.5 |
| 761 | 2026-08-31T13:12:48.845Z | Downloaded peg-runtime v0.8.5 |
| 762 | 2026-08-31T13:12:48.845Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 763 | 2026-08-31T13:12:48.845Z | Downloaded unicode-properties v0.1.4 |
| 764 | 2026-08-31T13:12:48.849Z | Downloaded vergen v9.1.0 |
| 765 | 2026-08-31T13:12:48.849Z | Downloaded proc-macro-crate v3.4.0 |
| 766 | 2026-08-31T13:12:48.851Z | Downloaded rustc_version v0.4.1 |
| 767 | 2026-08-31T13:12:48.854Z | Downloaded serde-big-array v0.5.1 |
| 768 | 2026-08-31T13:12:48.854Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 769 | 2026-08-31T13:12:48.857Z | Downloaded ipnet v2.12.0 |
| 770 | 2026-08-31T13:12:48.860Z | Downloaded rustls-platform-verifier v0.6.2 |
| 771 | 2026-08-31T13:12:48.862Z | Downloaded slog v2.8.2 |
| 772 | 2026-08-31T13:12:48.865Z | Downloaded headers v0.4.1 |
| 773 | 2026-08-31T13:12:48.868Z | Downloaded tokio-stream v0.1.18 |
| 774 | 2026-08-31T13:12:48.872Z | Downloaded dsl_auto_type v0.2.0 |
| 775 | 2026-08-31T13:12:48.872Z | Downloaded socket2 v0.5.10 |
| 776 | 2026-08-31T13:12:48.872Z | Downloaded darling v0.20.11 |
| 777 | 2026-08-31T13:12:48.875Z | Downloaded libefi-sys v0.1.0 |
| 778 | 2026-08-31T13:12:48.875Z | Downloaded signal-hook-mio v0.2.5 |
| 779 | 2026-08-31T13:12:48.878Z | Downloaded structmeta-derive v0.3.0 |
| 780 | 2026-08-31T13:12:48.878Z | Downloaded heapless v0.7.17 |
| 781 | 2026-08-31T13:12:48.878Z | Downloaded crossbeam-utils v0.8.21 |
| 782 | 2026-08-31T13:12:48.881Z | Downloaded heapless v0.8.0 |
| 783 | 2026-08-31T13:12:48.883Z | Downloaded hickory-resolver v0.25.2 |
| 784 | 2026-08-31T13:12:48.886Z | Downloaded compact_str v0.8.1 |
| 785 | 2026-08-31T13:12:48.886Z | Downloaded prettyplease v0.2.37 |
| 786 | 2026-08-31T13:12:48.889Z | Downloaded progenitor-impl v0.13.0 |
| 787 | 2026-08-31T13:12:48.889Z | Downloaded testing_table v0.3.0 |
| 788 | 2026-08-31T13:12:48.892Z | Downloaded tower-service v0.3.3 |
| 789 | 2026-08-31T13:12:48.892Z | Downloaded try-lock v0.2.5 |
| 790 | 2026-08-31T13:12:48.892Z | Downloaded chumsky v0.9.3 |
| 791 | 2026-08-31T13:12:48.892Z | Downloaded usdt-attr-macro v0.6.0 |
| 792 | 2026-08-31T13:12:48.894Z | Downloaded usdt-macro v0.6.0 |
| 793 | 2026-08-31T13:12:48.895Z | Downloaded pin-project-internal v1.1.11 |
| 794 | 2026-08-31T13:12:48.895Z | Downloaded pin-project-lite v0.2.17 |
| 795 | 2026-08-31T13:12:48.897Z | Downloaded tagptr v0.2.0 |
| 796 | 2026-08-31T13:12:48.898Z | Downloaded toml v0.7.8 |
| 797 | 2026-08-31T13:12:48.900Z | Downloaded rayon-core v1.13.0 |
| 798 | 2026-08-31T13:12:48.903Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 799 | 2026-08-31T13:12:48.906Z | Downloaded supports-color v3.0.2 |
| 800 | 2026-08-31T13:12:48.906Z | Downloaded term v1.2.1 |
| 801 | 2026-08-31T13:12:48.909Z | Downloaded poly1305 v0.8.0 |
| 802 | 2026-08-31T13:12:48.909Z | Downloaded predicates v3.1.4 |
| 803 | 2026-08-31T13:12:48.911Z | Downloaded rand_core v0.9.5 |
| 804 | 2026-08-31T13:12:48.911Z | Downloaded oxnet v0.1.6 |
| 805 | 2026-08-31T13:12:48.911Z | Downloaded multer v3.1.0 |
| 806 | 2026-08-31T13:12:48.914Z | Downloaded zerofrom v0.1.6 |
| 807 | 2026-08-31T13:12:48.914Z | Downloaded unsafe-libyaml v0.2.11 |
| 808 | 2026-08-31T13:12:48.914Z | Downloaded tokio-test v0.4.5 |
| 809 | 2026-08-31T13:12:48.917Z | Downloaded universal-hash v0.6.1 |
| 810 | 2026-08-31T13:12:48.917Z | Downloaded hickory-resolver v0.24.4 |
| 811 | 2026-08-31T13:12:48.920Z | Downloaded vte v0.14.1 |
| 812 | 2026-08-31T13:12:48.920Z | Downloaded pem v3.0.6 |
| 813 | 2026-08-31T13:12:48.920Z | Downloaded async-compression v0.4.41 |
| 814 | 2026-08-31T13:12:48.924Z | Downloaded serde_derive_internals v0.29.1 |
| 815 | 2026-08-31T13:12:48.927Z | Downloaded derive_builder v0.20.2 |
| 816 | 2026-08-31T13:12:48.929Z | Downloaded crypto-common v0.2.2 |
| 817 | 2026-08-31T13:12:48.930Z | Downloaded postgres-protocol v0.6.10 |
| 818 | 2026-08-31T13:12:48.930Z | Downloaded peg v0.8.5 |
| 819 | 2026-08-31T13:12:48.933Z | Downloaded proc-macro-error2 v2.0.1 |
| 820 | 2026-08-31T13:12:48.935Z | Downloaded r2d2 v0.8.10 |
| 821 | 2026-08-31T13:12:48.935Z | Downloaded hashbrown v0.12.3 |
| 822 | 2026-08-31T13:12:48.938Z | Downloaded cpubits v0.1.1 |
| 823 | 2026-08-31T13:12:48.938Z | Downloaded crc-any v2.5.0 |
| 824 | 2026-08-31T13:12:48.938Z | Downloaded darling_macro v0.13.4 |
| 825 | 2026-08-31T13:12:48.938Z | Downloaded dirs-next v2.0.0 |
| 826 | 2026-08-31T13:12:48.942Z | Downloaded snafu-derive v0.8.9 |
| 827 | 2026-08-31T13:12:48.942Z | Downloaded ssh-encoding v0.3.0 |
| 828 | 2026-08-31T13:12:48.942Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 829 | 2026-08-31T13:12:48.945Z | Downloaded chacha20poly1305 v0.10.1 |
| 830 | 2026-08-31T13:12:48.945Z | Downloaded resolv-conf v0.7.6 |
| 831 | 2026-08-31T13:12:48.945Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 832 | 2026-08-31T13:12:48.945Z | Downloaded idna_adapter v1.2.1 |
| 833 | 2026-08-31T13:12:48.948Z | Downloaded p384 v0.14.0 |
| 834 | 2026-08-31T13:12:48.954Z | Downloaded ingot-macros v0.2.0 |
| 835 | 2026-08-31T13:12:48.957Z | Downloaded usdt-impl v0.6.0 |
| 836 | 2026-08-31T13:12:48.960Z | Downloaded icu_provider v2.1.1 |
| 837 | 2026-08-31T13:12:48.963Z | Downloaded whoami v2.1.0 |
| 838 | 2026-08-31T13:12:48.967Z | Downloaded kstat-rs v0.2.5 |
| 839 | 2026-08-31T13:12:48.970Z | Downloaded maybe-uninit v2.0.0 |
| 840 | 2026-08-31T13:12:48.970Z | Downloaded num v0.4.3 |
| 841 | 2026-08-31T13:12:48.978Z | Downloaded digest-io v0.1.0 |
| 842 | 2026-08-31T13:12:48.981Z | Downloaded slog-async v2.8.0 |
| 843 | 2026-08-31T13:12:48.983Z | Downloaded slog-stdlog v4.1.1 |
| 844 | 2026-08-31T13:12:48.983Z | Downloaded elliptic-curve v0.13.8 |
| 845 | 2026-08-31T13:12:48.986Z | Downloaded data-encoding v2.10.0 |
| 846 | 2026-08-31T13:12:48.986Z | Downloaded newtype-uuid-macros v0.1.0 |
| 847 | 2026-08-31T13:12:48.989Z | Downloaded instant v0.1.13 |
| 848 | 2026-08-31T13:12:48.989Z | Downloaded linked-hash-map v0.5.6 |
| 849 | 2026-08-31T13:12:48.989Z | Downloaded olpc-cjson v0.1.4 |
| 850 | 2026-08-31T13:12:48.992Z | Downloaded parking_lot v0.11.2 |
| 851 | 2026-08-31T13:12:48.995Z | Downloaded signal-hook-registry v1.4.8 |
| 852 | 2026-08-31T13:12:48.995Z | Downloaded strum_macros v0.27.2 |
| 853 | 2026-08-31T13:12:48.998Z | Downloaded darling_core v0.21.3 |
| 854 | 2026-08-31T13:12:49.001Z | Downloaded tls_codec v0.4.2 |
| 855 | 2026-08-31T13:12:49.004Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 856 | 2026-08-31T13:12:49.004Z | Downloaded progenitor-macro v0.13.0 |
| 857 | 2026-08-31T13:12:49.004Z | Downloaded quick-error v1.2.3 |
| 858 | 2026-08-31T13:12:49.007Z | Downloaded tokio-tungstenite v0.21.0 |
| 859 | 2026-08-31T13:12:49.007Z | Downloaded usdt v0.6.0 |
| 860 | 2026-08-31T13:12:49.008Z | Downloaded lru-cache v0.1.2 |
| 861 | 2026-08-31T13:12:49.008Z | Downloaded progenitor v0.14.0 |
| 862 | 2026-08-31T13:12:49.011Z | Downloaded owo-colors v4.3.0 |
| 863 | 2026-08-31T13:12:49.014Z | Downloaded csv-core v0.1.13 |
| 864 | 2026-08-31T13:12:49.017Z | Downloaded delegate v0.13.5 |
| 865 | 2026-08-31T13:12:49.020Z | Downloaded ctutils v0.4.2 |
| 866 | 2026-08-31T13:12:49.020Z | Downloaded serde_spanned v1.1.1 |
| 867 | 2026-08-31T13:12:49.020Z | Downloaded twox-hash v2.1.2 |
| 868 | 2026-08-31T13:12:49.026Z | Downloaded icu_locale_core v2.1.1 |
| 869 | 2026-08-31T13:12:49.031Z | Downloaded writeable v0.6.2 |
| 870 | 2026-08-31T13:12:49.034Z | Downloaded crc32fast v1.5.0 |
| 871 | 2026-08-31T13:12:49.034Z | Downloaded libsw-core v0.3.2 |
| 872 | 2026-08-31T13:12:49.037Z | Downloaded supports-unicode v3.0.0 |
| 873 | 2026-08-31T13:12:49.037Z | Downloaded rustls-pki-types v1.14.0 |
| 874 | 2026-08-31T13:12:49.037Z | Downloaded litrs v1.0.0 |
| 875 | 2026-08-31T13:12:49.039Z | Downloaded memmap2 v0.9.10 |
| 876 | 2026-08-31T13:12:49.042Z | Downloaded ryu v1.0.23 |
| 877 | 2026-08-31T13:12:49.042Z | Downloaded unicode-truncate v1.1.0 |
| 878 | 2026-08-31T13:12:49.045Z | Downloaded hashbrown v0.13.2 |
| 879 | 2026-08-31T13:12:49.045Z | Downloaded rtoolbox v0.0.3 |
| 880 | 2026-08-31T13:12:49.048Z | Downloaded scroll_derive v0.13.1 |
| 881 | 2026-08-31T13:12:49.048Z | Downloaded secrecy v0.8.0 |
| 882 | 2026-08-31T13:12:49.048Z | Downloaded strum v0.26.3 |
| 883 | 2026-08-31T13:12:49.051Z | Downloaded string_cache v0.8.9 |
| 884 | 2026-08-31T13:12:49.051Z | Downloaded crossbeam-epoch v0.9.18 |
| 885 | 2026-08-31T13:12:49.051Z | Downloaded nanorand v0.7.0 |
| 886 | 2026-08-31T13:12:49.054Z | Downloaded cc v1.2.56 |
| 887 | 2026-08-31T13:12:49.054Z | Downloaded oxide-update-engine v0.1.2 |
| 888 | 2026-08-31T13:12:49.058Z | Downloaded packed_struct_codegen v0.10.1 |
| 889 | 2026-08-31T13:12:49.058Z | Downloaded bumpalo v3.20.2 |
| 890 | 2026-08-31T13:12:49.058Z | Downloaded want v0.3.1 |
| 891 | 2026-08-31T13:12:49.061Z | Downloaded ingot v0.2.1 |
| 892 | 2026-08-31T13:12:49.064Z | Downloaded sqlparser_derive v0.5.0 |
| 893 | 2026-08-31T13:12:49.067Z | Downloaded oxide-update-engine-display v0.1.2 |
| 894 | 2026-08-31T13:12:49.067Z | Downloaded tabwriter v1.4.1 |
| 895 | 2026-08-31T13:12:49.070Z | Downloaded thread-id v5.1.0 |
| 896 | 2026-08-31T13:12:49.074Z | Downloaded rand_seeder v0.4.0 |
| 897 | 2026-08-31T13:12:49.074Z | Downloaded jobserver v0.1.34 |
| 898 | 2026-08-31T13:12:49.074Z | Downloaded wnaf v0.14.0 |
| 899 | 2026-08-31T13:12:49.077Z | Downloaded ecdsa v0.16.9 |
| 900 | 2026-08-31T13:12:49.077Z | Downloaded rustversion v1.0.22 |
| 901 | 2026-08-31T13:12:49.080Z | Downloaded samael v0.0.19 |
| 902 | 2026-08-31T13:12:49.087Z | Downloaded cstr-argument v0.1.2 |
| 903 | 2026-08-31T13:12:49.089Z | Downloaded defmt-parser v1.0.0 |
| 904 | 2026-08-31T13:12:49.089Z | Downloaded derive_more v2.1.1 |
| 905 | 2026-08-31T13:12:49.095Z | Downloaded oxide-update-engine-types v0.1.2 |
| 906 | 2026-08-31T13:12:49.098Z | Downloaded darling_core v0.20.11 |
| 907 | 2026-08-31T13:12:49.101Z | Downloaded ctr v0.10.1 |
| 908 | 2026-08-31T13:12:49.101Z | Downloaded zstd v0.13.3 |
| 909 | 2026-08-31T13:12:49.104Z | Downloaded tungstenite v0.23.0 |
| 910 | 2026-08-31T13:12:49.104Z | Downloaded phf v0.13.1 |
| 911 | 2026-08-31T13:12:49.107Z | Downloaded rand_chacha v0.9.0 |
| 912 | 2026-08-31T13:12:49.107Z | Downloaded knus-derive v3.4.0 |
| 913 | 2026-08-31T13:12:49.107Z | Downloaded tokio-native-tls v0.3.1 |
| 914 | 2026-08-31T13:12:49.107Z | Downloaded downcast-rs v2.0.2 |
| 915 | 2026-08-31T13:12:49.110Z | Downloaded primeorder v0.14.0 |
| 916 | 2026-08-31T13:12:49.110Z | Downloaded hyper-tls v0.6.0 |
| 917 | 2026-08-31T13:12:49.116Z | Downloaded unicase v2.9.0 |
| 918 | 2026-08-31T13:12:49.119Z | Downloaded serde_yaml v0.9.34+deprecated |
| 919 | 2026-08-31T13:12:49.121Z | Downloaded match_cfg v0.1.0 |
| 920 | 2026-08-31T13:12:49.124Z | Downloaded http v1.4.2 |
| 921 | 2026-08-31T13:12:49.127Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 922 | 2026-08-31T13:12:49.127Z | Downloaded darling_macro v0.21.3 |
| 923 | 2026-08-31T13:12:49.127Z | Downloaded illumos-nvpair v0.3.0 |
| 924 | 2026-08-31T13:12:49.127Z | Downloaded hickory-server v0.25.2 |
| 925 | 2026-08-31T13:12:49.130Z | Downloaded num-bigint-dig v0.8.6 |
| 926 | 2026-08-31T13:12:49.133Z | Downloaded inout v0.1.4 |
| 927 | 2026-08-31T13:12:49.133Z | Downloaded derive_more v0.99.20 |
| 928 | 2026-08-31T13:12:49.136Z | Downloaded postgres-types v0.2.12 |
| 929 | 2026-08-31T13:12:49.139Z | Downloaded shlex v1.3.0 |
| 930 | 2026-08-31T13:12:49.139Z | Downloaded hyper-rustls v0.27.7 |
| 931 | 2026-08-31T13:12:49.139Z | Downloaded iana-time-zone v0.1.65 |
| 932 | 2026-08-31T13:12:49.174Z | Downloaded yoke v0.8.1 |
| 933 | 2026-08-31T13:12:49.174Z | Downloaded normalize-line-endings v0.3.0 |
| 934 | 2026-08-31T13:12:49.174Z | Downloaded slog-dtrace v0.3.0 |
| 935 | 2026-08-31T13:12:49.174Z | Downloaded ssh-cipher v0.3.0 |
| 936 | 2026-08-31T13:12:49.174Z | Downloaded num-derive v0.4.2 |
| 937 | 2026-08-31T13:12:49.174Z | Downloaded ignore v0.4.25 |
| 938 | 2026-08-31T13:12:49.174Z | Downloaded hashbrown v0.14.5 |
| 939 | 2026-08-31T13:12:49.174Z | Downloaded p521 v0.14.0 |
| 940 | 2026-08-31T13:12:49.174Z | Downloaded serde_cbor v0.11.2 |
| 941 | 2026-08-31T13:12:49.174Z | Downloaded path-slash v0.1.5 |
| 942 | 2026-08-31T13:12:49.174Z | Downloaded subprocess v0.2.15 |
| 943 | 2026-08-31T13:12:49.174Z | Downloaded tinyvec v1.10.0 |
| 944 | 2026-08-31T13:12:49.174Z | Downloaded vergen-git2 v9.1.0 |
| 945 | 2026-08-31T13:12:49.174Z | Downloaded hashbrown v0.16.1 |
| 946 | 2026-08-31T13:12:49.174Z | Downloaded smallvec v1.15.1 |
| 947 | 2026-08-31T13:12:49.174Z | Downloaded term v0.7.0 |
| 948 | 2026-08-31T13:12:49.174Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 949 | 2026-08-31T13:12:49.174Z | Downloaded hyper-staticfile v0.10.1 |
| 950 | 2026-08-31T13:12:49.178Z | Downloaded const_format_proc_macros v0.2.34 |
| 951 | 2026-08-31T13:12:49.178Z | Downloaded progenitor-macro v0.14.0 |
| 952 | 2026-08-31T13:12:49.178Z | Downloaded schemars v1.2.1 |
| 953 | 2026-08-31T13:12:49.185Z | Downloaded scheduled-thread-pool v0.2.7 |
| 954 | 2026-08-31T13:12:49.188Z | Downloaded num-traits v0.2.19 |
| 955 | 2026-08-31T13:12:49.188Z | Downloaded signature v3.0.0 |
| 956 | 2026-08-31T13:12:49.188Z | Downloaded vergen-gitcl v1.0.8 |
| 957 | 2026-08-31T13:12:49.191Z | Downloaded zerocopy-derive v0.8.55 |
| 958 | 2026-08-31T13:12:49.194Z | Downloaded constant_time_eq v0.4.2 |
| 959 | 2026-08-31T13:12:49.197Z | Downloaded unicode_categories v0.1.1 |
| 960 | 2026-08-31T13:12:49.197Z | Downloaded time-core v0.1.8 |
| 961 | 2026-08-31T13:12:49.197Z | Downloaded lock_api v0.4.14 |
| 962 | 2026-08-31T13:12:49.200Z | Downloaded rand v0.10.1 |
| 963 | 2026-08-31T13:12:49.200Z | Downloaded prefix-trie v0.7.0 |
| 964 | 2026-08-31T13:12:49.203Z | Downloaded miette-derive v7.6.0 |
| 965 | 2026-08-31T13:12:49.203Z | Downloaded digest v0.11.3 |
| 966 | 2026-08-31T13:12:49.206Z | Downloaded module-lattice v0.2.3 |
| 967 | 2026-08-31T13:12:49.206Z | Downloaded void v1.0.2 |
| 968 | 2026-08-31T13:12:49.206Z | Downloaded slog-bunyan v2.5.0 |
| 969 | 2026-08-31T13:12:49.206Z | Downloaded strum v0.27.2 |
| 970 | 2026-08-31T13:12:49.209Z | Downloaded yasna v0.5.2 |
| 971 | 2026-08-31T13:12:49.209Z | Downloaded password-hash v0.5.0 |
| 972 | 2026-08-31T13:12:49.209Z | Downloaded ed25519 v3.0.0 |
| 973 | 2026-08-31T13:12:49.209Z | Downloaded ron v0.8.1 |
| 974 | 2026-08-31T13:12:49.212Z | Downloaded ipnetwork v0.21.1 |
| 975 | 2026-08-31T13:12:49.215Z | Downloaded des v0.9.0 |
| 976 | 2026-08-31T13:12:49.215Z | Downloaded paste v1.0.15 |
| 977 | 2026-08-31T13:12:49.218Z | Downloaded crypto-bigint v0.5.5 |
| 978 | 2026-08-31T13:12:49.221Z | Downloaded thiserror-no-std v2.0.2 |
| 979 | 2026-08-31T13:12:49.224Z | Downloaded diesel_derives v2.3.7 |
| 980 | 2026-08-31T13:12:49.228Z | Downloaded rustls-pemfile v2.2.0 |
| 981 | 2026-08-31T13:12:49.228Z | Downloaded tracing-attributes v0.1.31 |
| 982 | 2026-08-31T13:12:49.231Z | Downloaded keccak v0.2.0 |
| 983 | 2026-08-31T13:12:49.231Z | Downloaded futures-util v0.3.32 |
| 984 | 2026-08-31T13:12:49.237Z | Downloaded unit-prefix v0.5.2 |
| 985 | 2026-08-31T13:12:49.240Z | Downloaded universal-hash v0.5.1 |
| 986 | 2026-08-31T13:12:49.240Z | Downloaded rustyline v14.0.0 |
| 987 | 2026-08-31T13:12:49.243Z | Downloaded xattr v1.6.1 |
| 988 | 2026-08-31T13:12:49.243Z | Downloaded serde-hex v0.1.0 |
| 989 | 2026-08-31T13:12:49.243Z | Downloaded keccak v0.1.6 |
| 990 | 2026-08-31T13:12:49.246Z | Downloaded yansi v1.0.1 |
| 991 | 2026-08-31T13:12:49.246Z | Downloaded crc-catalog v2.4.0 |
| 992 | 2026-08-31T13:12:49.249Z | Downloaded smallvec v0.6.14 |
| 993 | 2026-08-31T13:12:49.249Z | Downloaded spki v0.7.3 |
| 994 | 2026-08-31T13:12:49.249Z | Downloaded zip v0.6.6 |
| 995 | 2026-08-31T13:12:49.251Z | Downloaded synstructure v0.13.2 |
| 996 | 2026-08-31T13:12:49.251Z | Downloaded new_debug_unreachable v1.0.6 |
| 997 | 2026-08-31T13:12:49.251Z | Downloaded der v0.7.10 |
| 998 | 2026-08-31T13:12:49.254Z | Downloaded p256 v0.14.0 |
| 999 | 2026-08-31T13:12:49.257Z | Downloaded pkcs8 v0.10.2 |
| 1000 | 2026-08-31T13:12:49.260Z | Downloaded pkg-config v0.3.32 |
| 1001 | 2026-08-31T13:12:49.260Z | Downloaded primeorder v0.13.6 |
| 1002 | 2026-08-31T13:12:49.260Z | Downloaded rand_core v0.10.0 |
| 1003 | 2026-08-31T13:12:49.260Z | Downloaded scrypt v0.12.0 |
| 1004 | 2026-08-31T13:12:49.263Z | Downloaded darling_macro v0.23.0 |
| 1005 | 2026-08-31T13:12:49.263Z | Downloaded pkcs5 v0.8.1 |
| 1006 | 2026-08-31T13:12:49.266Z | Downloaded mio v1.2.0 |
| 1007 | 2026-08-31T13:12:49.269Z | Downloaded xshell v0.2.7 |
| 1008 | 2026-08-31T13:12:49.269Z | Downloaded indoc v1.0.9 |
| 1009 | 2026-08-31T13:12:49.272Z | Downloaded darling v0.23.0 |
| 1010 | 2026-08-31T13:12:49.275Z | Downloaded serde_with_macros v1.5.2 |
| 1011 | 2026-08-31T13:12:49.275Z | Downloaded whoami v1.6.1 |
| 1012 | 2026-08-31T13:12:49.275Z | Downloaded aes v0.9.1 |
| 1013 | 2026-08-31T13:12:49.278Z | Downloaded schemars v0.8.22 |
| 1014 | 2026-08-31T13:12:49.283Z | Downloaded schemars v0.9.0 |
| 1015 | 2026-08-31T13:12:49.290Z | Downloaded typed-path v0.9.3 |
| 1016 | 2026-08-31T13:12:49.294Z | Downloaded potential_utf v0.1.4 |
| 1017 | 2026-08-31T13:12:49.297Z | Downloaded rand_pcg v0.10.2 |
| 1018 | 2026-08-31T13:12:49.297Z | Downloaded similar v2.7.0 |
| 1019 | 2026-08-31T13:12:49.299Z | Downloaded tokio-util v0.7.18 |
| 1020 | 2026-08-31T13:12:49.302Z | Downloaded tui-tree-widget v0.23.1 |
| 1021 | 2026-08-31T13:12:49.302Z | Downloaded icu_properties v2.1.2 |
| 1022 | 2026-08-31T13:12:49.307Z | Downloaded socket2 v0.6.3 |
| 1023 | 2026-08-31T13:12:49.307Z | Downloaded ed25519 v2.2.3 |
| 1024 | 2026-08-31T13:12:49.310Z | Downloaded maplit v1.0.2 |
| 1025 | 2026-08-31T13:12:49.310Z | Downloaded hkdf v0.12.4 |
| 1026 | 2026-08-31T13:12:49.310Z | Downloaded rustc_version v0.1.7 |
| 1027 | 2026-08-31T13:12:49.310Z | Downloaded supports-hyperlinks v3.2.0 |
| 1028 | 2026-08-31T13:12:49.310Z | Downloaded hashbrown v0.15.5 |
| 1029 | 2026-08-31T13:12:49.313Z | Downloaded mime_guess v2.0.5 |
| 1030 | 2026-08-31T13:12:49.317Z | Downloaded wait-timeout v0.2.1 |
| 1031 | 2026-08-31T13:12:49.320Z | Downloaded zone v0.3.1 |
| 1032 | 2026-08-31T13:12:49.320Z | Downloaded sigpipe v0.1.3 |
| 1033 | 2026-08-31T13:12:49.323Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1034 | 2026-08-31T13:12:49.323Z | Downloaded indent_write v2.2.0 |
| 1035 | 2026-08-31T13:12:49.326Z | Downloaded hkdf v0.13.0 |
| 1036 | 2026-08-31T13:12:49.326Z | Downloaded qorb v0.4.1 |
| 1037 | 2026-08-31T13:12:49.329Z | Downloaded cpufeatures v0.3.0 |
| 1038 | 2026-08-31T13:12:49.332Z | Downloaded pkcs1 v0.7.5 |
| 1039 | 2026-08-31T13:12:49.332Z | Downloaded aho-corasick v1.1.4 |
| 1040 | 2026-08-31T13:12:49.336Z | Downloaded rand v0.9.2 |
| 1041 | 2026-08-31T13:12:49.340Z | Downloaded const_format v0.2.35 |
| 1042 | 2026-08-31T13:12:49.340Z | Downloaded deranged v0.5.8 |
| 1043 | 2026-08-31T13:12:49.343Z | Downloaded num-rational v0.4.2 |
| 1044 | 2026-08-31T13:12:49.343Z | Downloaded ed25519-dalek v2.2.0 |
| 1045 | 2026-08-31T13:12:49.343Z | Downloaded md-5 v0.10.6 |
| 1046 | 2026-08-31T13:12:49.343Z | Downloaded lazy_static v1.5.0 |
| 1047 | 2026-08-31T13:12:49.346Z | Downloaded inout v0.2.2 |
| 1048 | 2026-08-31T13:12:49.346Z | Downloaded ed25519-dalek v3.0.0 |
| 1049 | 2026-08-31T13:12:49.349Z | Downloaded libloading v0.8.9 |
| 1050 | 2026-08-31T13:12:49.350Z | Downloaded rpassword v7.5.4 |
| 1051 | 2026-08-31T13:12:49.353Z | Downloaded progenitor-client v0.14.0 |
| 1052 | 2026-08-31T13:12:49.356Z | Downloaded sec1 v0.8.1 |
| 1053 | 2026-08-31T13:12:49.356Z | Downloaded strsim v0.10.0 |
| 1054 | 2026-08-31T13:12:49.356Z | Downloaded cookie_store v0.22.1 |
| 1055 | 2026-08-31T13:12:49.359Z | Downloaded scroll v0.13.0 |
| 1056 | 2026-08-31T13:12:49.359Z | Downloaded scuffle v0.1.0 |
| 1057 | 2026-08-31T13:12:49.362Z | Downloaded derive-where v1.6.0 |
| 1058 | 2026-08-31T13:12:49.362Z | Downloaded dropshot_endpoint v0.17.1 |
| 1059 | 2026-08-31T13:12:49.365Z | Downloaded stringprep v0.1.5 |
| 1060 | 2026-08-31T13:12:49.365Z | Downloaded tough v0.22.0 |
| 1061 | 2026-08-31T13:12:49.369Z | Downloaded tokio-postgres v0.7.16 |
| 1062 | 2026-08-31T13:12:49.372Z | Downloaded darling v0.21.3 |
| 1063 | 2026-08-31T13:12:49.375Z | Downloaded tower-layer v0.3.3 |
| 1064 | 2026-08-31T13:12:49.379Z | Downloaded zerovec v0.11.5 |
| 1065 | 2026-08-31T13:12:49.383Z | Downloaded tokio-tungstenite v0.23.1 |
| 1066 | 2026-08-31T13:12:49.385Z | Downloaded time-macros v0.2.27 |
| 1067 | 2026-08-31T13:12:49.388Z | Downloaded vsss-rs v3.3.4 |
| 1068 | 2026-08-31T13:12:49.391Z | Downloaded crossbeam-deque v0.8.6 |
| 1069 | 2026-08-31T13:12:49.391Z | Downloaded displaydoc v0.2.5 |
| 1070 | 2026-08-31T13:12:49.394Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1071 | 2026-08-31T13:12:49.395Z | Downloaded shell-words v1.1.1 |
| 1072 | 2026-08-31T13:12:49.395Z | Downloaded tap v1.0.1 |
| 1073 | 2026-08-31T13:12:49.395Z | Downloaded unicode-xid v0.2.6 |
| 1074 | 2026-08-31T13:12:49.399Z | Downloaded slog-scope v4.4.1 |
| 1075 | 2026-08-31T13:12:49.402Z | Downloaded openssl-sys v0.9.117 |
| 1076 | 2026-08-31T13:12:49.405Z | Downloaded omicron-zone-package v0.12.3 |
| 1077 | 2026-08-31T13:12:49.411Z | Downloaded derive_builder_macro v0.20.2 |
| 1078 | 2026-08-31T13:12:49.414Z | Downloaded postcard v1.1.3 |
| 1079 | 2026-08-31T13:12:49.414Z | Downloaded sec1 v0.7.3 |
| 1080 | 2026-08-31T13:12:49.417Z | Downloaded oxide-generation v0.1.3 |
| 1081 | 2026-08-31T13:12:49.417Z | Downloaded polyval v0.7.1 |
| 1082 | 2026-08-31T13:12:49.417Z | Downloaded ident_case v1.0.1 |
| 1083 | 2026-08-31T13:12:49.420Z | Downloaded internet-checksum v0.2.1 |
| 1084 | 2026-08-31T13:12:49.420Z | Downloaded num_threads v0.1.7 |
| 1085 | 2026-08-31T13:12:49.423Z | Downloaded zeroize v1.9.0 |
| 1086 | 2026-08-31T13:12:49.428Z | Downloaded spin v0.9.8 |
| 1087 | 2026-08-31T13:12:49.430Z | Downloaded icu_properties_data v2.1.2 |
| 1088 | 2026-08-31T13:12:49.435Z | Downloaded miette v7.6.0 |
| 1089 | 2026-08-31T13:12:49.438Z | Downloaded serde_with v1.14.0 |
| 1090 | 2026-08-31T13:12:49.441Z | Downloaded parking_lot v0.12.5 |
| 1091 | 2026-08-31T13:12:49.444Z | Downloaded recursive v0.1.1 |
| 1092 | 2026-08-31T13:12:49.444Z | Downloaded slog-json v2.6.1 |
| 1093 | 2026-08-31T13:12:49.444Z | Downloaded url v2.5.8 |
| 1094 | 2026-08-31T13:12:49.447Z | Downloaded parking_lot_core v0.8.6 |
| 1095 | 2026-08-31T13:12:49.450Z | Downloaded md5 v0.8.0 |
| 1096 | 2026-08-31T13:12:49.450Z | Downloaded winnow v0.6.26 |
| 1097 | 2026-08-31T13:12:49.455Z | Downloaded seq-macro v0.3.6 |
| 1098 | 2026-08-31T13:12:49.458Z | Downloaded nom v7.1.3 |
| 1099 | 2026-08-31T13:12:49.461Z | Downloaded vergen-lib v0.1.6 |
| 1100 | 2026-08-31T13:12:49.461Z | Downloaded difflib v0.4.0 |
| 1101 | 2026-08-31T13:12:49.461Z | Downloaded nu-ansi-term v0.50.3 |
| 1102 | 2026-08-31T13:12:49.464Z | Downloaded oso v0.27.3 |
| 1103 | 2026-08-31T13:12:49.464Z | Downloaded pin-project v1.1.11 |
| 1104 | 2026-08-31T13:12:49.470Z | Downloaded knus v3.4.0 |
| 1105 | 2026-08-31T13:12:49.473Z | Downloaded daft-derive v0.1.8 |
| 1106 | 2026-08-31T13:12:49.476Z | Downloaded document-features v0.2.12 |
| 1107 | 2026-08-31T13:12:49.476Z | Downloaded display-error-chain v0.2.2 |
| 1108 | 2026-08-31T13:12:49.476Z | Downloaded dunce v1.0.5 |
| 1109 | 2026-08-31T13:12:49.476Z | Downloaded radium v0.7.0 |
| 1110 | 2026-08-31T13:12:49.479Z | Downloaded portable-atomic v1.13.1 |
| 1111 | 2026-08-31T13:12:49.482Z | Downloaded termtree v0.5.1 |
| 1112 | 2026-08-31T13:12:49.482Z | Downloaded waitgroup v0.1.2 |
| 1113 | 2026-08-31T13:12:49.485Z | Downloaded zeroize_derive v1.5.0 |
| 1114 | 2026-08-31T13:12:49.485Z | Downloaded nom v8.0.0 |
| 1115 | 2026-08-31T13:12:49.488Z | Downloaded quinn v0.11.11 |
| 1116 | 2026-08-31T13:12:49.491Z | Downloaded crc v3.4.0 |
| 1117 | 2026-08-31T13:12:49.491Z | Downloaded num-bigint v0.4.6 |
| 1118 | 2026-08-31T13:12:49.494Z | Downloaded ml-kem v0.3.2 |
| 1119 | 2026-08-31T13:12:49.494Z | Downloaded pem-rfc7468 v1.0.0 |
| 1120 | 2026-08-31T13:12:49.494Z | Downloaded progenitor-client v0.13.0 |
| 1121 | 2026-08-31T13:12:49.497Z | Downloaded newtype-uuid v1.3.2 |
| 1122 | 2026-08-31T13:12:49.497Z | Downloaded take_mut v0.2.2 |
| 1123 | 2026-08-31T13:12:49.497Z | Downloaded minimal-lexical v0.2.1 |
| 1124 | 2026-08-31T13:12:49.500Z | Downloaded h2 v0.4.15 |
| 1125 | 2026-08-31T13:12:49.503Z | Downloaded primefield v0.14.0 |
| 1126 | 2026-08-31T13:12:49.503Z | Downloaded tinystr v0.8.2 |
| 1127 | 2026-08-31T13:12:49.506Z | Downloaded managed v0.8.0 |
| 1128 | 2026-08-31T13:12:49.506Z | Downloaded newtype_derive v0.1.6 |
| 1129 | 2026-08-31T13:12:49.506Z | Downloaded tokio-rustls v0.26.4 |
| 1130 | 2026-08-31T13:12:49.509Z | Downloaded rustls-native-certs v0.8.3 |
| 1131 | 2026-08-31T13:12:49.509Z | Downloaded tokio-dtrace v0.1.1 |
| 1132 | 2026-08-31T13:12:49.509Z | Downloaded phf_shared v0.11.3 |
| 1133 | 2026-08-31T13:12:49.509Z | Downloaded memoffset v0.9.1 |
| 1134 | 2026-08-31T13:12:49.512Z | Downloaded parse-size v1.1.0 |
| 1135 | 2026-08-31T13:12:49.512Z | Downloaded ecdsa v0.17.0 |
| 1136 | 2026-08-31T13:12:49.517Z | Downloaded serde_plain v1.0.2 |
| 1137 | 2026-08-31T13:12:49.520Z | Downloaded signal-hook-tokio v0.3.1 |
| 1138 | 2026-08-31T13:12:49.520Z | Downloaded untrusted v0.9.0 |
| 1139 | 2026-08-31T13:12:49.520Z | Downloaded zerofrom-derive v0.1.6 |
| 1140 | 2026-08-31T13:12:49.524Z | Downloaded crc8 v0.1.1 |
| 1141 | 2026-08-31T13:12:49.524Z | Downloaded tracing-core v0.1.36 |
| 1142 | 2026-08-31T13:12:49.524Z | Downloaded typify v0.6.2 |
| 1143 | 2026-08-31T13:12:49.527Z | Downloaded cookie v0.18.1 |
| 1144 | 2026-08-31T13:12:49.527Z | Downloaded darling v0.13.4 |
| 1145 | 2026-08-31T13:12:49.530Z | Downloaded serde_repr v0.1.20 |
| 1146 | 2026-08-31T13:12:49.530Z | Downloaded dropshot-api-manager v0.8.0 |
| 1147 | 2026-08-31T13:12:49.533Z | Downloaded itertools v0.14.0 |
| 1148 | 2026-08-31T13:12:49.536Z | Downloaded diff v0.1.13 |
| 1149 | 2026-08-31T13:12:49.539Z | Downloaded zip v4.6.1 |
| 1150 | 2026-08-31T13:12:49.542Z | Downloaded port-file v0.1.0 |
| 1151 | 2026-08-31T13:12:49.542Z | Downloaded pem-rfc7468 v0.7.0 |
| 1152 | 2026-08-31T13:12:49.545Z | Downloaded is-terminal v0.4.17 |
| 1153 | 2026-08-31T13:12:49.545Z | Downloaded scopeguard v1.2.0 |
| 1154 | 2026-08-31T13:12:49.545Z | Downloaded static_assertions v1.1.0 |
| 1155 | 2026-08-31T13:12:49.545Z | Downloaded linear-map v1.2.0 |
| 1156 | 2026-08-31T13:12:49.548Z | Downloaded itertools v0.13.0 |
| 1157 | 2026-08-31T13:12:49.551Z | Downloaded git2 v0.20.4 |
| 1158 | 2026-08-31T13:12:49.553Z | Downloaded lalrpop-util v0.19.12 |
| 1159 | 2026-08-31T13:12:49.556Z | Downloaded salsa20 v0.11.0 |
| 1160 | 2026-08-31T13:12:49.557Z | Downloaded parking_lot_core v0.9.12 |
| 1161 | 2026-08-31T13:12:49.557Z | Downloaded percent-encoding v2.3.2 |
| 1162 | 2026-08-31T13:12:49.557Z | Downloaded rustc-hash v2.1.1 |
| 1163 | 2026-08-31T13:12:49.559Z | Downloaded papergrid v0.18.0 |
| 1164 | 2026-08-31T13:12:49.562Z | Downloaded rawzip v0.4.4 |
| 1165 | 2026-08-31T13:12:49.565Z | Downloaded serde_with_macros v3.21.0 |
| 1166 | 2026-08-31T13:12:49.568Z | Downloaded corncobs v0.1.4 |
| 1167 | 2026-08-31T13:12:49.568Z | Downloaded siphasher v1.0.2 |
| 1168 | 2026-08-31T13:12:49.571Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1169 | 2026-08-31T13:12:49.571Z | Downloaded openssl-probe v0.1.6 |
| 1170 | 2026-08-31T13:12:49.574Z | Downloaded dyn-clone v1.0.20 |
| 1171 | 2026-08-31T13:12:49.574Z | Downloaded salty v0.3.0 |
| 1172 | 2026-08-31T13:12:49.577Z | Downloaded rand_core v0.6.4 |
| 1173 | 2026-08-31T13:12:49.580Z | Downloaded serde_bytes v0.11.19 |
| 1174 | 2026-08-31T13:12:49.580Z | Downloaded steno v0.4.1 |
| 1175 | 2026-08-31T13:12:49.583Z | Downloaded unicode-normalization v0.1.25 |
| 1176 | 2026-08-31T13:12:49.586Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1177 | 2026-08-31T13:12:49.586Z | Downloaded defmt v1.0.1 |
| 1178 | 2026-08-31T13:12:49.589Z | Downloaded num-conv v0.2.0 |
| 1179 | 2026-08-31T13:12:49.589Z | Downloaded stable_deref_trait v1.2.1 |
| 1180 | 2026-08-31T13:12:49.589Z | Downloaded strum_macros v0.26.4 |
| 1181 | 2026-08-31T13:12:49.592Z | Downloaded typify-macro v0.6.2 |
| 1182 | 2026-08-31T13:12:49.592Z | Downloaded indicatif v0.18.4 |
| 1183 | 2026-08-31T13:12:49.595Z | Downloaded num-complex v0.4.6 |
| 1184 | 2026-08-31T13:12:49.595Z | Downloaded rsa v0.9.10 |
| 1185 | 2026-08-31T13:12:49.598Z | Downloaded libsw v3.5.0 |
| 1186 | 2026-08-31T13:12:49.598Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1187 | 2026-08-31T13:12:49.602Z | Downloaded defmt-macros v1.0.1 |
| 1188 | 2026-08-31T13:12:49.602Z | Downloaded derive-ex v0.1.8 |
| 1189 | 2026-08-31T13:12:49.602Z | Downloaded progenitor-impl v0.14.0 |
| 1190 | 2026-08-31T13:12:49.606Z | Downloaded hybrid-array v0.4.13 |
| 1191 | 2026-08-31T13:12:49.606Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1192 | 2026-08-31T13:12:49.606Z | Downloaded darling_macro v0.20.11 |
| 1193 | 2026-08-31T13:12:49.606Z | Downloaded pretty_assertions v1.4.1 |
| 1194 | 2026-08-31T13:12:49.606Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1195 | 2026-08-31T13:12:49.609Z | Downloaded oso-derive v0.27.3 |
| 1196 | 2026-08-31T13:12:49.609Z | Downloaded utf8_iter v1.0.4 |
| 1197 | 2026-08-31T13:12:49.612Z | Downloaded predicates-tree v1.0.13 |
| 1198 | 2026-08-31T13:12:49.616Z | Downloaded libm v0.2.16 |
| 1199 | 2026-08-31T13:12:49.622Z | Downloaded derive_more-impl v2.1.1 |
| 1200 | 2026-08-31T13:12:49.625Z | Downloaded rayon v1.11.0 |
| 1201 | 2026-08-31T13:12:49.630Z | Downloaded tar v0.4.46 |
| 1202 | 2026-08-31T13:12:49.633Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1203 | 2026-08-31T13:12:49.633Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-08-31T13:12:49.636Z | Downloaded serdect v0.4.3 |
| 1205 | 2026-08-31T13:12:49.636Z | Downloaded uzers v0.12.2 |
| 1206 | 2026-08-31T13:12:49.639Z | Downloaded ingot-types v0.2.0 |
| 1207 | 2026-08-31T13:12:49.639Z | Downloaded indoc v2.0.7 |
| 1208 | 2026-08-31T13:12:49.639Z | Downloaded sha3 v0.12.0 |
| 1209 | 2026-08-31T13:12:49.642Z | Downloaded goblin v0.10.5 |
| 1210 | 2026-08-31T13:12:49.645Z | Downloaded regex v1.12.3 |
| 1211 | 2026-08-31T13:12:49.649Z | Downloaded reedline v0.40.0 |
| 1212 | 2026-08-31T13:12:49.653Z | Downloaded rusty-fork v0.3.1 |
| 1213 | 2026-08-31T13:12:49.656Z | Downloaded zerovec-derive v0.11.2 |
| 1214 | 2026-08-31T13:12:49.656Z | Downloaded smf v0.2.3 |
| 1215 | 2026-08-31T13:12:49.656Z | Downloaded crossterm v0.28.1 |
| 1216 | 2026-08-31T13:12:49.659Z | Downloaded russh-util v0.52.0 |
| 1217 | 2026-08-31T13:12:49.663Z | Downloaded lru v0.12.5 |
| 1218 | 2026-08-31T13:12:49.663Z | Downloaded pbkdf2 v0.13.0 |
| 1219 | 2026-08-31T13:12:49.663Z | Downloaded slab v0.4.12 |
| 1220 | 2026-08-31T13:12:49.663Z | Downloaded vergen-lib v9.1.0 |
| 1221 | 2026-08-31T13:12:49.666Z | Downloaded schemars_derive v0.8.22 |
| 1222 | 2026-08-31T13:12:49.666Z | Downloaded publicsuffix v2.3.0 |
| 1223 | 2026-08-31T13:12:49.666Z | Downloaded test-strategy v0.4.5 |
| 1224 | 2026-08-31T13:12:49.669Z | Downloaded itertools v0.10.5 |
| 1225 | 2026-08-31T13:12:49.671Z | Downloaded native-tls v0.2.18 |
| 1226 | 2026-08-31T13:12:49.674Z | Downloaded russh v0.62.4 |
| 1227 | 2026-08-31T13:12:49.678Z | Downloaded uuid v1.23.4 |
| 1228 | 2026-08-31T13:12:49.681Z | Downloaded rcgen v0.12.1 |
| 1229 | 2026-08-31T13:12:49.684Z | Downloaded darling_core v0.23.0 |
| 1230 | 2026-08-31T13:12:49.687Z | Downloaded drift v0.2.0 |
| 1231 | 2026-08-31T13:12:49.692Z | Downloaded ppv-lite86 v0.2.21 |
| 1232 | 2026-08-31T13:12:49.696Z | Downloaded reqwest v0.13.2 |
| 1233 | 2026-08-31T13:12:49.702Z | Downloaded signal-hook v0.3.18 |
| 1234 | 2026-08-31T13:12:49.705Z | Downloaded derive_builder_core v0.20.2 |
| 1235 | 2026-08-31T13:12:49.705Z | Downloaded humantime v2.3.0 |
| 1236 | 2026-08-31T13:12:49.710Z | Downloaded tower v0.5.3 |
| 1237 | 2026-08-31T13:12:49.717Z | Downloaded smoltcp v0.9.1 |
| 1238 | 2026-08-31T13:12:49.723Z | Downloaded p384 v0.13.1 |
| 1239 | 2026-08-31T13:12:49.726Z | Downloaded iri-string v0.7.10 |
| 1240 | 2026-08-31T13:12:49.730Z | Downloaded zerocopy v0.6.6 |
| 1241 | 2026-08-31T13:12:49.733Z | Downloaded phc v0.6.1 |
| 1242 | 2026-08-31T13:12:49.733Z | Downloaded snafu v0.8.9 |
| 1243 | 2026-08-31T13:12:49.736Z | Downloaded darling_core v0.13.4 |
| 1244 | 2026-08-31T13:12:49.739Z | Downloaded unicode-bidi v0.3.18 |
| 1245 | 2026-08-31T13:12:49.742Z | Downloaded crossterm v0.29.0 |
| 1246 | 2026-08-31T13:12:49.745Z | Downloaded daft v0.1.8 |
| 1247 | 2026-08-31T13:12:49.745Z | Downloaded icu_normalizer_data v2.1.1 |
| 1248 | 2026-08-31T13:12:49.748Z | Downloaded gimli v0.32.3 |
| 1249 | 2026-08-31T13:12:49.751Z | Downloaded litemap v0.8.1 |
| 1250 | 2026-08-31T13:12:49.754Z | Downloaded rand v0.8.6 |
| 1251 | 2026-08-31T13:12:49.758Z | Downloaded toml_edit v0.19.15 |
| 1252 | 2026-08-31T13:12:49.763Z | Downloaded icu_collections v2.1.1 |
| 1253 | 2026-08-31T13:12:49.767Z | Downloaded indexmap v1.9.3 |
| 1254 | 2026-08-31T13:12:49.769Z | Downloaded blake3 v1.8.5 |
| 1255 | 2026-08-31T13:12:49.774Z | Downloaded hyper v1.10.1 |
| 1256 | 2026-08-31T13:12:49.778Z | Downloaded zerotrie v0.2.3 |
| 1257 | 2026-08-31T13:12:49.781Z | Downloaded tls_codec_derive v0.4.2 |
| 1258 | 2026-08-31T13:12:49.783Z | Downloaded itertools v0.15.0 |
| 1259 | 2026-08-31T13:12:49.786Z | Downloaded rustls-webpki v0.103.13 |
| 1260 | 2026-08-31T13:12:49.789Z | Downloaded jiff-core v0.1.0 |
| 1261 | 2026-08-31T13:12:49.789Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1262 | 2026-08-31T13:12:49.794Z | Downloaded libxml v0.3.3 |
| 1263 | 2026-08-31T13:12:49.797Z | Downloaded bindgen v0.71.1 |
| 1264 | 2026-08-31T13:12:49.801Z | Downloaded zopfli v0.8.3 |
| 1265 | 2026-08-31T13:12:49.804Z | Downloaded crossbeam-channel v0.5.15 |
| 1266 | 2026-08-31T13:12:49.809Z | Downloaded crypto-bigint v0.7.5 |
| 1267 | 2026-08-31T13:12:49.819Z | Downloaded icu_normalizer v2.1.1 |
| 1268 | 2026-08-31T13:12:49.821Z | Downloaded aws-lc-rs v1.16.3 |
| 1269 | 2026-08-31T13:12:49.826Z | Downloaded bitvec v1.0.1 |
| 1270 | 2026-08-31T13:12:49.835Z | Downloaded rsa v0.10.0-rc.18 |
| 1271 | 2026-08-31T13:12:49.838Z | Downloaded zlib-rs v0.6.2 |
| 1272 | 2026-08-31T13:12:49.842Z | Downloaded x509-cert v0.2.5 |
| 1273 | 2026-08-31T13:12:49.849Z | Downloaded tabled v0.21.0 |
| 1274 | 2026-08-31T13:12:49.859Z | Downloaded der v0.8.0 |
| 1275 | 2026-08-31T13:12:49.862Z | Downloaded proptest v1.11.0 |
| 1276 | 2026-08-31T13:12:49.868Z | Downloaded vcpkg v0.2.15 |
| 1277 | 2026-08-31T13:12:49.892Z | Downloaded chrono v0.4.45 |
| 1278 | 2026-08-31T13:12:49.896Z | Downloaded moka v0.12.13 |
| 1279 | 2026-08-31T13:12:49.900Z | Downloaded quinn-proto v0.11.16 |
| 1280 | 2026-08-31T13:12:49.904Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-08-31T13:12:49.913Z | Downloaded unicode-segmentation v1.12.0 |
| 1282 | 2026-08-31T13:12:49.915Z | Downloaded miniz_oxide v0.8.9 |
| 1283 | 2026-08-31T13:12:49.918Z | Downloaded idna v1.1.0 |
| 1284 | 2026-08-31T13:12:49.918Z | Downloaded lalrpop v0.19.12 |
| 1285 | 2026-08-31T13:12:49.924Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-08-31T13:12:49.935Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1287 | 2026-08-31T13:12:49.943Z | Downloaded radix_trie v0.2.1 |
| 1288 | 2026-08-31T13:12:49.946Z | Downloaded nix v0.28.0 |
| 1289 | 2026-08-31T13:12:49.952Z | Downloaded regress v0.10.5 |
| 1290 | 2026-08-31T13:12:49.960Z | Downloaded curve25519-dalek v5.0.0 |
| 1291 | 2026-08-31T13:12:49.965Z | Downloaded time v0.3.47 |
| 1292 | 2026-08-31T13:12:49.977Z | Downloaded regex-syntax v0.8.10 |
| 1293 | 2026-08-31T13:12:49.987Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-08-31T13:12:49.992Z | Downloaded hyper-util v0.1.20 |
| 1295 | 2026-08-31T13:12:49.995Z | Downloaded syn v3.0.3 |
| 1296 | 2026-08-31T13:12:50.002Z | Downloaded object v0.37.3 |
| 1297 | 2026-08-31T13:12:50.008Z | Downloaded reqwest v0.12.28 |
| 1298 | 2026-08-31T13:12:50.011Z | Downloaded object v0.30.4 |
| 1299 | 2026-08-31T13:12:50.016Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-08-31T13:12:50.022Z | Downloaded iddqd v0.4.2 |
| 1301 | 2026-08-31T13:12:50.026Z | Downloaded ratatui v0.29.0 |
| 1302 | 2026-08-31T13:12:50.037Z | Downloaded diesel v2.3.7 |
| 1303 | 2026-08-31T13:12:50.049Z | Downloaded typify-impl v0.6.2 |
| 1304 | 2026-08-31T13:12:50.057Z | Downloaded tower-http v0.6.8 |
| 1305 | 2026-08-31T13:12:50.061Z | Downloaded regex-automata v0.4.14 |
| 1306 | 2026-08-31T13:12:50.070Z | Downloaded itertools v0.12.1 |
| 1307 | 2026-08-31T13:12:50.074Z | Downloaded nix v0.27.1 |
| 1308 | 2026-08-31T13:12:50.079Z | Downloaded winnow v1.0.3 |
| 1309 | 2026-08-31T13:12:50.086Z | Downloaded winnow v0.5.40 |
| 1310 | 2026-08-31T13:12:50.091Z | Downloaded jiff v0.2.34 |
| 1311 | 2026-08-31T13:12:50.100Z | Downloaded serde_with v3.21.0 |
| 1312 | 2026-08-31T13:12:50.107Z | Downloaded csv v1.4.0 |
| 1313 | 2026-08-31T13:12:50.119Z | Downloaded crypto-primes v0.7.2 |
| 1314 | 2026-08-31T13:12:50.122Z | Downloaded encoding_rs v0.8.35 |
| 1315 | 2026-08-31T13:12:50.134Z | Downloaded quick-xml v0.37.5 |
| 1316 | 2026-08-31T13:12:50.137Z | Downloaded zerocopy v0.8.55 |
| 1317 | 2026-08-31T13:12:50.148Z | Downloaded bstr v1.12.1 |
| 1318 | 2026-08-31T13:12:50.153Z | Downloaded petname v2.0.2 |
| 1319 | 2026-08-31T13:12:50.182Z | Downloaded rustls v0.23.41 |
| 1320 | 2026-08-31T13:12:50.240Z | Downloaded regex-syntax v0.6.29 |
| 1321 | 2026-08-31T13:12:50.245Z | Downloaded polar-core v0.27.3 |
| 1322 | 2026-08-31T13:12:50.278Z | Downloaded openssl v0.10.80 |
| 1323 | 2026-08-31T13:12:50.284Z | Downloaded rustix v0.38.44 |
| 1324 | 2026-08-31T13:12:50.315Z | Downloaded smoltcp v0.11.0 |
| 1325 | 2026-08-31T13:12:50.324Z | Downloaded openapiv3 v2.2.0 |
| 1326 | 2026-08-31T13:12:50.337Z | Downloaded curve25519-dalek v4.1.3 |
| 1327 | 2026-08-31T13:12:50.351Z | Downloaded nix v0.31.2 |
| 1328 | 2026-08-31T13:12:50.360Z | Downloaded dropshot v0.17.1 |
| 1329 | 2026-08-31T13:12:50.380Z | Downloaded regress v0.11.1 |
| 1330 | 2026-08-31T13:12:50.389Z | Downloaded tracing v0.1.44 |
| 1331 | 2026-08-31T13:12:50.413Z | Downloaded sled v0.34.7 |
| 1332 | 2026-08-31T13:12:50.509Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1333 | 2026-08-31T13:12:50.534Z | Downloaded sha3 v0.11.0 |
| 1334 | 2026-08-31T13:12:50.538Z | Downloaded petgraph v0.6.5 |
| 1335 | 2026-08-31T13:12:50.593Z | Downloaded chrono-tz v0.10.4 |
| 1336 | 2026-08-31T13:12:50.646Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1337 | 2026-08-31T13:12:50.660Z | Downloaded petgraph v0.8.3 |
| 1338 | 2026-08-31T13:12:50.673Z | Downloaded sha3 v0.10.8 |
| 1339 | 2026-08-31T13:12:50.694Z | Downloaded tokio v1.52.1 |
| 1340 | 2026-08-31T13:12:50.716Z | Downloaded libz-sys v1.1.24 |
| 1341 | 2026-08-31T13:12:50.840Z | Downloaded ring v0.17.14 |
| 1342 | 2026-08-31T13:12:50.883Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1343 | 2026-08-31T13:12:51.409Z | Downloaded aws-lc-sys v0.40.0 |
| 1344 | 2026-08-31T13:12:51.666Z | Compiling serde_core v1.0.228 |
| 1345 | 2026-08-31T13:12:51.666Z | Compiling libc v0.2.185 |
| 1346 | 2026-08-31T13:12:51.666Z | Compiling serde v1.0.228 |
| 1347 | 2026-08-31T13:12:51.669Z | Compiling log v0.4.33 |
| 1348 | 2026-08-31T13:12:51.670Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-08-31T13:12:51.809Z | Compiling find-msvc-tools v0.1.9 |
| 1350 | 2026-08-31T13:12:51.809Z | Compiling shlex v1.3.0 |
| 1351 | 2026-08-31T13:12:51.812Z | Compiling syn v2.0.117 |
| 1352 | 2026-08-31T13:12:51.992Z | Compiling subtle v2.6.1 |
| 1353 | 2026-08-31T13:12:52.007Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-08-31T13:12:52.030Z | Compiling typenum v1.20.1 |
| 1355 | 2026-08-31T13:12:52.088Z | Compiling lock_api v0.4.14 |
| 1356 | 2026-08-31T13:12:52.113Z | Compiling stable_deref_trait v1.2.1 |
| 1357 | 2026-08-31T13:12:52.142Z | Compiling zerocopy v0.8.55 |
| 1358 | 2026-08-31T13:12:52.157Z | Compiling portable-atomic v1.13.1 |
| 1359 | 2026-08-31T13:12:52.184Z | Compiling serde_json v1.0.151 |
| 1360 | 2026-08-31T13:12:52.307Z | Compiling critical-section v1.2.0 |
| 1361 | 2026-08-31T13:12:52.381Z | Compiling libm v0.2.16 |
| 1362 | 2026-08-31T13:12:52.414Z | Compiling num-traits v0.2.19 |
| 1363 | 2026-08-31T13:12:52.564Z | Compiling pkg-config v0.3.32 |
| 1364 | 2026-08-31T13:12:52.648Z | Compiling errno v0.3.14 |
| 1365 | 2026-08-31T13:12:52.678Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-08-31T13:12:52.736Z | Compiling getrandom v0.2.17 |
| 1367 | 2026-08-31T13:12:52.827Z | Compiling generic-array v0.14.7 |
| 1368 | 2026-08-31T13:12:52.955Z | Compiling cc v1.2.56 |
| 1369 | 2026-08-31T13:12:53.024Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-08-31T13:12:53.038Z | Compiling getrandom v0.4.3 |
| 1371 | 2026-08-31T13:12:53.147Z | Compiling parking_lot_core v0.9.12 |
| 1372 | 2026-08-31T13:12:53.319Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-08-31T13:12:53.380Z | Compiling pin-project-lite v0.2.17 |
| 1374 | 2026-08-31T13:12:53.414Z | Compiling const-oid v0.9.6 |
| 1375 | 2026-08-31T13:12:53.511Z | Compiling rand_core v0.10.0 |
| 1376 | 2026-08-31T13:12:53.557Z | Compiling signal-hook-registry v1.4.8 |
| 1377 | 2026-08-31T13:12:53.844Z | Compiling futures-core v0.3.32 |
| 1378 | 2026-08-31T13:12:54.007Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-08-31T13:12:54.056Z | Compiling litemap v0.8.1 |
| 1380 | 2026-08-31T13:12:54.141Z | Compiling percent-encoding v2.3.2 |
| 1381 | 2026-08-31T13:12:54.194Z | Compiling writeable v0.6.2 |
| 1382 | 2026-08-31T13:12:54.259Z | Compiling semver v1.0.28 |
| 1383 | 2026-08-31T13:12:54.274Z | Compiling parking_lot v0.12.5 |
| 1384 | 2026-08-31T13:12:54.350Z | Compiling mio v1.2.0 |
| 1385 | 2026-08-31T13:12:54.365Z | Compiling icu_properties_data v2.1.2 |
| 1386 | 2026-08-31T13:12:54.395Z | Compiling icu_normalizer_data v2.1.1 |
| 1387 | 2026-08-31T13:12:54.584Z | Compiling socket2 v0.6.3 |
| 1388 | 2026-08-31T13:12:54.658Z | Compiling rustix v1.1.4 |
| 1389 | 2026-08-31T13:12:54.672Z | Compiling getrandom v0.3.4 |
| 1390 | 2026-08-31T13:12:54.688Z | Compiling futures-sink v0.3.32 |
| 1391 | 2026-08-31T13:12:54.704Z | Compiling indexmap v2.14.0 |
| 1392 | 2026-08-31T13:12:54.794Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-08-31T13:12:54.823Z | Compiling futures-channel v0.3.32 |
| 1394 | 2026-08-31T13:12:55.020Z | Compiling utf8_iter v1.0.4 |
| 1395 | 2026-08-31T13:12:55.059Z | Compiling futures-io v0.3.32 |
| 1396 | 2026-08-31T13:12:55.166Z | Compiling futures-task v0.3.32 |
| 1397 | 2026-08-31T13:12:55.187Z | Compiling slab v0.4.12 |
| 1398 | 2026-08-31T13:12:55.216Z | Compiling form_urlencoded v1.2.2 |
| 1399 | 2026-08-31T13:12:55.338Z | Compiling rustversion v1.0.22 |
| 1400 | 2026-08-31T13:12:55.369Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-08-31T13:12:55.384Z | Compiling base64ct v1.8.3 |
| 1402 | 2026-08-31T13:12:55.387Z | Compiling cmake v0.1.57 |
| 1403 | 2026-08-31T13:12:55.414Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-31T13:12:55.567Z | Compiling flagset v0.4.7 |
| 1405 | 2026-08-31T13:12:55.581Z | Compiling dunce v1.0.5 |
| 1406 | 2026-08-31T13:12:55.693Z | Compiling pem-rfc7468 v0.7.0 |
| 1407 | 2026-08-31T13:12:55.693Z | Compiling regex-syntax v0.8.10 |
| 1408 | 2026-08-31T13:12:55.720Z | Compiling ident_case v1.0.1 |
| 1409 | 2026-08-31T13:12:55.723Z | Compiling rand_core v0.9.5 |
| 1410 | 2026-08-31T13:12:55.809Z | Compiling aws-lc-sys v0.40.0 |
| 1411 | 2026-08-31T13:12:55.842Z | Compiling uuid v1.23.4 |
| 1412 | 2026-08-31T13:12:56.000Z | Compiling base64 v0.22.1 |
| 1413 | 2026-08-31T13:12:56.017Z | Compiling vcpkg v0.2.15 |
| 1414 | 2026-08-31T13:12:56.327Z | Compiling syn v1.0.109 |
| 1415 | 2026-08-31T13:12:56.330Z | Compiling serde_derive_internals v0.29.1 |
| 1416 | 2026-08-31T13:12:56.372Z | Compiling rustc_version v0.4.1 |
| 1417 | 2026-08-31T13:12:56.512Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-08-31T13:12:56.554Z | Compiling zeroize_derive v1.5.0 |
| 1419 | 2026-08-31T13:12:56.633Z | Compiling zerofrom-derive v0.1.6 |
| 1420 | 2026-08-31T13:12:56.701Z | Compiling zerocopy-derive v0.8.55 |
| 1421 | 2026-08-31T13:12:56.765Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-08-31T13:12:57.222Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-08-31T13:12:57.270Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-08-31T13:12:57.954Z | Compiling tokio-macros v2.7.0 |
| 1425 | 2026-08-31T13:12:58.005Z | Compiling futures-macro v0.3.32 |
| 1426 | 2026-08-31T13:12:58.090Z | Compiling zerofrom v0.1.6 |
| 1427 | 2026-08-31T13:12:58.133Z | Compiling thiserror-impl v2.0.18 |
| 1428 | 2026-08-31T13:12:58.249Z | Compiling yoke v0.8.1 |
| 1429 | 2026-08-31T13:12:58.369Z | Compiling der_derive v0.7.3 |
| 1430 | 2026-08-31T13:12:58.444Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-08-31T13:12:58.686Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-08-31T13:12:58.857Z | Compiling futures-util v0.3.32 |
| 1433 | 2026-08-31T13:12:58.968Z | Compiling tinystr v0.8.2 |
| 1434 | 2026-08-31T13:12:59.002Z | Compiling potential_utf v0.1.4 |
| 1435 | 2026-08-31T13:12:59.169Z | Compiling icu_locale_core v2.1.1 |
| 1436 | 2026-08-31T13:12:59.172Z | Compiling icu_collections v2.1.1 |
| 1437 | 2026-08-31T13:12:59.351Z | Compiling openssl-sys v0.9.117 |
| 1438 | 2026-08-31T13:12:59.469Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-08-31T13:12:59.638Z | Compiling tracing-attributes v0.1.31 |
| 1440 | 2026-08-31T13:12:59.670Z | Compiling tracing-core v0.1.36 |
| 1441 | 2026-08-31T13:12:59.867Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-08-31T13:13:00.065Z | Compiling zeroize v1.9.0 |
| 1443 | 2026-08-31T13:13:00.130Z | Compiling bytes v1.11.1 |
| 1444 | 2026-08-31T13:13:00.161Z | Compiling icu_normalizer v2.1.1 |
| 1445 | 2026-08-31T13:13:00.207Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-08-31T13:13:00.682Z | Compiling tokio v1.52.1 |
| 1447 | 2026-08-31T13:13:00.730Z | Compiling chrono v0.4.45 |
| 1448 | 2026-08-31T13:13:00.836Z | Compiling block-buffer v0.10.4 |
| 1449 | 2026-08-31T13:13:00.942Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-08-31T13:13:01.009Z | Compiling der v0.7.10 |
| 1451 | 2026-08-31T13:13:01.097Z | Compiling digest v0.10.7 |
| 1452 | 2026-08-31T13:13:01.123Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-08-31T13:13:01.263Z | Compiling ppv-lite86 v0.2.21 |
| 1454 | 2026-08-31T13:13:01.282Z | Compiling idna v1.1.0 |
| 1455 | 2026-08-31T13:13:01.347Z | Compiling http v1.4.2 |
| 1456 | 2026-08-31T13:13:01.399Z | Compiling aws-lc-rs v1.16.3 |
| 1457 | 2026-08-31T13:13:01.585Z | Compiling url v2.5.8 |
| 1458 | 2026-08-31T13:13:01.674Z | Compiling rand_chacha v0.9.0 |
| 1459 | 2026-08-31T13:13:01.921Z | Compiling spki v0.7.3 |
| 1460 | 2026-08-31T13:13:02.108Z | Compiling schemars v0.8.22 |
| 1461 | 2026-08-31T13:13:02.132Z | Compiling cpufeatures v0.2.17 |
| 1462 | 2026-08-31T13:13:02.205Z | Compiling dyn-clone v1.0.20 |
| 1463 | 2026-08-31T13:13:02.245Z | Compiling simd-adler32 v0.3.8 |
| 1464 | 2026-08-31T13:13:02.260Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-08-31T13:13:02.322Z | Compiling http-body v1.0.1 |
| 1466 | 2026-08-31T13:13:02.337Z | Compiling rand v0.9.2 |
| 1467 | 2026-08-31T13:13:02.373Z | Compiling tracing v0.1.44 |
| 1468 | 2026-08-31T13:13:02.387Z | Compiling rustls-pki-types v1.14.0 |
| 1469 | 2026-08-31T13:13:02.519Z | Compiling schemars_derive v0.8.22 |
| 1470 | 2026-08-31T13:13:02.534Z | Compiling spin v0.9.8 |
| 1471 | 2026-08-31T13:13:02.627Z | Compiling adler2 v2.0.1 |
| 1472 | 2026-08-31T13:13:02.739Z | Compiling cmov v0.5.4 |
| 1473 | 2026-08-31T13:13:02.754Z | Compiling openssl-probe v0.2.1 |
| 1474 | 2026-08-31T13:13:02.817Z | Compiling httparse v1.10.1 |
| 1475 | 2026-08-31T13:13:02.953Z | Compiling tinyvec_macros v0.1.1 |
| 1476 | 2026-08-31T13:13:02.958Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-08-31T13:13:02.993Z | Compiling tinyvec v1.10.0 |
| 1478 | 2026-08-31T13:13:03.063Z | Compiling ctutils v0.4.2 |
| 1479 | 2026-08-31T13:13:03.250Z | Compiling tempfile v3.27.0 |
| 1480 | 2026-08-31T13:13:03.282Z | Compiling miniz_oxide v0.8.9 |
| 1481 | 2026-08-31T13:13:03.332Z | Compiling pest_generator v2.8.6 |
| 1482 | 2026-08-31T13:13:03.377Z | Compiling sha2 v0.10.9 |
| 1483 | 2026-08-31T13:13:03.609Z | Compiling terminal_size v0.4.3 |
| 1484 | 2026-08-31T13:13:03.749Z | Compiling aho-corasick v1.1.4 |
| 1485 | 2026-08-31T13:13:03.885Z | Compiling unicode-segmentation v1.12.0 |
| 1486 | 2026-08-31T13:13:04.015Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-08-31T13:13:04.140Z | Compiling untrusted v0.7.1 |
| 1488 | 2026-08-31T13:13:04.260Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-08-31T13:13:04.274Z | Compiling radium v0.7.0 |
| 1490 | 2026-08-31T13:13:04.386Z | Compiling tower-layer v0.3.3 |
| 1491 | 2026-08-31T13:13:04.516Z | Compiling tokio-util v0.7.18 |
| 1492 | 2026-08-31T13:13:04.548Z | Compiling tower-service v0.3.3 |
| 1493 | 2026-08-31T13:13:04.642Z | Compiling regex-automata v0.4.14 |
| 1494 | 2026-08-31T13:13:04.696Z | Compiling want v0.3.1 |
| 1495 | 2026-08-31T13:13:04.860Z | Compiling pest_derive v2.8.6 |
| 1496 | 2026-08-31T13:13:05.057Z | Compiling hybrid-array v0.4.13 |
| 1497 | 2026-08-31T13:13:05.288Z | Compiling h2 v0.4.15 |
| 1498 | 2026-08-31T13:13:05.592Z | Compiling ipnet v2.12.0 |
| 1499 | 2026-08-31T13:13:05.801Z | Compiling scroll_derive v0.13.1 |
| 1500 | 2026-08-31T13:13:05.822Z | Compiling darling_core v0.20.11 |
| 1501 | 2026-08-31T13:13:06.073Z | Compiling rustls v0.23.41 |
| 1502 | 2026-08-31T13:13:06.239Z | Compiling untrusted v0.9.0 |
| 1503 | 2026-08-31T13:13:06.308Z | Compiling maybe-uninit v2.0.0 |
| 1504 | 2026-08-31T13:13:06.358Z | Compiling tap v1.0.1 |
| 1505 | 2026-08-31T13:13:06.403Z | Compiling openssl v0.10.80 |
| 1506 | 2026-08-31T13:13:06.466Z | Compiling foreign-types-shared v0.1.1 |
| 1507 | 2026-08-31T13:13:06.553Z | Compiling httpdate v1.0.3 |
| 1508 | 2026-08-31T13:13:06.585Z | Compiling scroll v0.13.0 |
| 1509 | 2026-08-31T13:13:06.612Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-08-31T13:13:06.644Z | Compiling wyz v0.5.1 |
| 1511 | 2026-08-31T13:13:06.790Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-08-31T13:13:06.845Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-08-31T13:13:06.872Z | Compiling signature v2.2.0 |
| 1514 | 2026-08-31T13:13:07.053Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-31T13:13:07.221Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-08-31T13:13:07.224Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-08-31T13:13:07.321Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1518 | 2026-08-31T13:13:07.601Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-08-31T13:13:07.615Z | Compiling num-integer v0.1.46 |
| 1520 | 2026-08-31T13:13:07.705Z | Compiling socket2 v0.5.10 |
| 1521 | 2026-08-31T13:13:07.871Z | Compiling wait-timeout v0.2.1 |
| 1522 | 2026-08-31T13:13:07.940Z | Compiling ahash v0.8.12 |
| 1523 | 2026-08-31T13:13:08.073Z | Compiling darling_macro v0.20.11 |
| 1524 | 2026-08-31T13:13:08.118Z | Compiling num-conv v0.2.0 |
| 1525 | 2026-08-31T13:13:08.172Z | Compiling funty v2.0.0 |
| 1526 | 2026-08-31T13:13:08.187Z | Compiling powerfmt v0.2.0 |
| 1527 | 2026-08-31T13:13:08.250Z | Compiling native-tls v0.2.18 |
| 1528 | 2026-08-31T13:13:08.387Z | Compiling hyper v1.10.1 |
| 1529 | 2026-08-31T13:13:08.452Z | Compiling packed_struct v0.10.1 |
| 1530 | 2026-08-31T13:13:08.488Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-08-31T13:13:08.591Z | Compiling time-core v0.1.8 |
| 1532 | 2026-08-31T13:13:08.672Z | Compiling bit-vec v0.8.0 |
| 1533 | 2026-08-31T13:13:08.697Z | Compiling quick-error v1.2.3 |
| 1534 | 2026-08-31T13:13:08.733Z | Compiling time-macros v0.2.27 |
| 1535 | 2026-08-31T13:13:08.747Z | Compiling clap_builder v4.6.0 |
| 1536 | 2026-08-31T13:13:08.780Z | Compiling rusty-fork v0.3.1 |
| 1537 | 2026-08-31T13:13:08.795Z | Compiling darling v0.20.11 |
| 1538 | 2026-08-31T13:13:08.876Z | Compiling bit-set v0.8.0 |
| 1539 | 2026-08-31T13:13:08.904Z | Compiling bitvec v1.0.1 |
| 1540 | 2026-08-31T13:13:09.039Z | Compiling thiserror v1.0.69 |
| 1541 | 2026-08-31T13:13:09.111Z | Compiling deranged v0.5.8 |
| 1542 | 2026-08-31T13:13:09.390Z | Compiling num-iter v0.1.45 |
| 1543 | 2026-08-31T13:13:09.508Z | Compiling hyper-util v0.1.20 |
| 1544 | 2026-08-31T13:13:10.005Z | Compiling rand v0.8.6 |
| 1545 | 2026-08-31T13:13:10.068Z | Compiling goblin v0.10.5 |
| 1546 | 2026-08-31T13:13:10.376Z | Compiling packed_struct_codegen v0.10.1 |
| 1547 | 2026-08-31T13:13:10.779Z | Compiling lazy_static v1.5.0 |
| 1548 | 2026-08-31T13:13:10.872Z | Compiling hmac v0.12.1 |
| 1549 | 2026-08-31T13:13:11.033Z | Compiling serde_spanned v0.6.9 |
| 1550 | 2026-08-31T13:13:11.175Z | Compiling toml_datetime v0.6.11 |
| 1551 | 2026-08-31T13:13:11.237Z | Compiling zerocopy-derive v0.6.6 |
| 1552 | 2026-08-31T13:13:11.423Z | Compiling clap_derive v4.6.1 |
| 1553 | 2026-08-31T13:13:11.426Z | Compiling bitfield-macros v0.19.4 |
| 1554 | 2026-08-31T13:13:11.699Z | Compiling rand_xorshift v0.4.0 |
| 1555 | 2026-08-31T13:13:11.858Z | Compiling sync_wrapper v1.0.2 |
| 1556 | 2026-08-31T13:13:11.968Z | Compiling indexmap v1.9.3 |
| 1557 | 2026-08-31T13:13:12.053Z | Compiling paste v1.0.15 |
| 1558 | 2026-08-31T13:13:12.126Z | Compiling crossbeam-utils v0.8.21 |
| 1559 | 2026-08-31T13:13:12.151Z | Compiling object v0.37.3 |
| 1560 | 2026-08-31T13:13:12.310Z | Compiling nodrop v0.1.14 |
| 1561 | 2026-08-31T13:13:12.403Z | Compiling num_threads v0.1.7 |
| 1562 | 2026-08-31T13:13:12.403Z | Compiling siphasher v1.0.2 |
| 1563 | 2026-08-31T13:13:12.406Z | Compiling crc-catalog v2.4.0 |
| 1564 | 2026-08-31T13:13:12.501Z | Compiling usdt-impl v0.6.0 |
| 1565 | 2026-08-31T13:13:12.515Z | Compiling zlib-rs v0.6.2 |
| 1566 | 2026-08-31T13:13:12.610Z | Compiling unarray v0.1.4 |
| 1567 | 2026-08-31T13:13:12.720Z | Compiling dof v0.4.0 |
| 1568 | 2026-08-31T13:13:12.723Z | Compiling proptest v1.11.0 |
| 1569 | 2026-08-31T13:13:12.883Z | Compiling crc v3.4.0 |
| 1570 | 2026-08-31T13:13:13.132Z | Compiling time v0.3.47 |
| 1571 | 2026-08-31T13:13:13.183Z | Compiling clap v4.6.1 |
| 1572 | 2026-08-31T13:13:13.336Z | Compiling array-init v0.0.4 |
| 1573 | 2026-08-31T13:13:13.921Z | Compiling bitfield v0.19.4 |
| 1574 | 2026-08-31T13:13:14.067Z | Compiling zerocopy v0.6.6 |
| 1575 | 2026-08-31T13:13:14.213Z | Compiling tower v0.5.3 |
| 1576 | 2026-08-31T13:13:14.677Z | Compiling smallvec v0.6.14 |
| 1577 | 2026-08-31T13:13:14.870Z | Compiling derive_builder_core v0.20.2 |
| 1578 | 2026-08-31T13:13:15.002Z | Compiling dtrace-parser v0.3.0 |
| 1579 | 2026-08-31T13:13:15.556Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-08-31T13:13:15.690Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-08-31T13:13:15.720Z | Compiling http-body-util v0.1.3 |
| 1582 | 2026-08-31T13:13:15.810Z | Compiling pkcs1 v0.7.5 |
| 1583 | 2026-08-31T13:13:15.956Z | Compiling heapless v0.7.17 |
| 1584 | 2026-08-31T13:13:15.973Z | Compiling structmeta-derive v0.3.0 |
| 1585 | 2026-08-31T13:13:16.066Z | Compiling scroll_derive v0.12.1 |
| 1586 | 2026-08-31T13:13:16.184Z | Compiling slog v2.8.2 |
| 1587 | 2026-08-31T13:13:16.198Z | Compiling darling_core v0.23.0 |
| 1588 | 2026-08-31T13:13:16.294Z | Compiling thread-id v5.1.0 |
| 1589 | 2026-08-31T13:13:16.366Z | Compiling cookie v0.18.1 |
| 1590 | 2026-08-31T13:13:16.381Z | Compiling env_filter v2.0.0 |
| 1591 | 2026-08-31T13:13:16.547Z | Compiling syn v3.0.3 |
| 1592 | 2026-08-31T13:13:16.673Z | Compiling ryu v1.0.23 |
| 1593 | 2026-08-31T13:13:16.716Z | Compiling anyhow v1.0.104 |
| 1594 | 2026-08-31T13:13:16.852Z | Compiling gimli v0.32.3 |
| 1595 | 2026-08-31T13:13:17.017Z | Compiling zstd-safe v7.2.4 |
| 1596 | 2026-08-31T13:13:17.032Z | Compiling signal-hook v0.3.18 |
| 1597 | 2026-08-31T13:13:17.199Z | Compiling allocator-api2 v0.2.21 |
| 1598 | 2026-08-31T13:13:17.213Z | Compiling iri-string v0.7.10 |
| 1599 | 2026-08-31T13:13:17.525Z | Compiling unicode-properties v0.1.4 |
| 1600 | 2026-08-31T13:13:17.732Z | Compiling base64 v0.21.7 |
| 1601 | 2026-08-31T13:13:18.046Z | Compiling hashbrown v0.12.3 |
| 1602 | 2026-08-31T13:13:18.521Z | Compiling unicode-bidi v0.3.18 |
| 1603 | 2026-08-31T13:13:18.735Z | Compiling winnow v0.5.40 |
| 1604 | 2026-08-31T13:13:18.762Z | Compiling darling_macro v0.23.0 |
| 1605 | 2026-08-31T13:13:18.825Z | Compiling addr2line v0.25.1 |
| 1606 | 2026-08-31T13:13:19.053Z | Compiling stringprep v0.1.5 |
| 1607 | 2026-08-31T13:13:19.244Z | Compiling tower-http v0.6.8 |
| 1608 | 2026-08-31T13:13:19.483Z | Compiling ron v0.8.1 |
| 1609 | 2026-08-31T13:13:19.561Z | Compiling structmeta v0.3.0 |
| 1610 | 2026-08-31T13:13:19.768Z | Compiling serde_urlencoded v0.7.1 |
| 1611 | 2026-08-31T13:13:19.808Z | Compiling scroll v0.12.0 |
| 1612 | 2026-08-31T13:13:19.903Z | Compiling env_logger v0.11.11 |
| 1613 | 2026-08-31T13:13:19.997Z | Compiling daft-derive v0.1.8 |
| 1614 | 2026-08-31T13:13:20.011Z | Compiling toml_edit v0.19.15 |
| 1615 | 2026-08-31T13:13:20.279Z | Compiling rsa v0.9.10 |
| 1616 | 2026-08-31T13:13:20.305Z | Compiling oxnet v0.1.6 |
| 1617 | 2026-08-31T13:13:20.401Z | Compiling derive_builder_macro v0.20.2 |
| 1618 | 2026-08-31T13:13:20.659Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1619 | 2026-08-31T13:13:20.694Z | Compiling newtype-uuid v1.3.2 |
| 1620 | 2026-08-31T13:13:20.724Z | Compiling hashbrown v0.13.2 |
| 1621 | 2026-08-31T13:13:20.867Z | Compiling serde-hex v0.1.0 |
| 1622 | 2026-08-31T13:13:21.017Z | Compiling bzip2 v0.4.4 |
| 1623 | 2026-08-31T13:13:21.198Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1624 | 2026-08-31T13:13:21.236Z | Compiling tokio-native-tls v0.3.1 |
| 1625 | 2026-08-31T13:13:21.886Z | Compiling camino v1.2.5 |
| 1626 | 2026-08-31T13:13:22.621Z | Compiling bstr v1.12.1 |
| 1627 | 2026-08-31T13:13:22.656Z | Compiling block-buffer v0.12.1 |
| 1628 | 2026-08-31T13:13:22.773Z | Compiling block-padding v0.4.2 |
| 1629 | 2026-08-31T13:13:22.866Z | Compiling crypto-common v0.2.2 |
| 1630 | 2026-08-31T13:13:22.944Z | Compiling heck v0.4.1 |
| 1631 | 2026-08-31T13:13:23.220Z | Compiling rustls-native-certs v0.8.3 |
| 1632 | 2026-08-31T13:13:23.297Z | Compiling x509-cert v0.2.5 |
| 1633 | 2026-08-31T13:13:23.312Z | Compiling md-5 v0.10.6 |
| 1634 | 2026-08-31T13:13:23.484Z | Compiling erased-serde v0.3.31 |
| 1635 | 2026-08-31T13:13:23.518Z | Compiling serde_tokenstream v0.2.3 |
| 1636 | 2026-08-31T13:13:23.805Z | Compiling curve25519-dalek v4.1.3 |
| 1637 | 2026-08-31T13:13:23.839Z | Compiling async-trait v0.1.89 |
| 1638 | 2026-08-31T13:13:23.989Z | Compiling pin-project-internal v1.1.11 |
| 1639 | 2026-08-31T13:13:24.131Z | Compiling zerocopy-derive v0.7.35 |
| 1640 | 2026-08-31T13:13:24.202Z | Compiling vergen-lib v9.1.0 |
| 1641 | 2026-08-31T13:13:24.380Z | Compiling hash32 v0.2.1 |
| 1642 | 2026-08-31T13:13:24.570Z | Compiling memoffset v0.9.1 |
| 1643 | 2026-08-31T13:13:24.647Z | Compiling encoding_rs v0.8.35 |
| 1644 | 2026-08-31T13:13:24.761Z | Compiling rustix v0.38.44 |
| 1645 | 2026-08-31T13:13:24.847Z | Compiling ref-cast v1.0.25 |
| 1646 | 2026-08-31T13:13:24.904Z | Compiling mime v0.3.17 |
| 1647 | 2026-08-31T13:13:24.978Z | Compiling crc-any v2.5.0 |
| 1648 | 2026-08-31T13:13:25.079Z | Compiling psl-types v2.0.11 |
| 1649 | 2026-08-31T13:13:25.095Z | Compiling owo-colors v4.3.0 |
| 1650 | 2026-08-31T13:13:25.138Z | Compiling cfg_aliases v0.2.1 |
| 1651 | 2026-08-31T13:13:25.155Z | Compiling smoltcp v0.9.1 |
| 1652 | 2026-08-31T13:13:25.198Z | Compiling litrs v1.0.0 |
| 1653 | 2026-08-31T13:13:25.213Z | Compiling fallible-iterator v0.2.0 |
| 1654 | 2026-08-31T13:13:25.216Z | Compiling rustc-demangle v0.1.27 |
| 1655 | 2026-08-31T13:13:25.256Z | Compiling nix v0.31.2 |
| 1656 | 2026-08-31T13:13:25.443Z | Compiling publicsuffix v2.3.0 |
| 1657 | 2026-08-31T13:13:25.501Z | Compiling postgres-protocol v0.6.10 |
| 1658 | 2026-08-31T13:13:25.516Z | Compiling backtrace v0.3.76 |
| 1659 | 2026-08-31T13:13:25.644Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1660 | 2026-08-31T13:13:25.654Z | Compiling pin-project v1.1.11 |
| 1661 | 2026-08-31T13:13:25.689Z | Compiling document-features v0.2.12 |
| 1662 | 2026-08-31T13:13:25.713Z | Compiling zerocopy v0.7.35 |
| 1663 | 2026-08-31T13:13:26.125Z | Compiling snafu-derive v0.8.9 |
| 1664 | 2026-08-31T13:13:26.252Z | Compiling inout v0.2.2 |
| 1665 | 2026-08-31T13:13:26.266Z | Compiling daft v0.1.8 |
| 1666 | 2026-08-31T13:13:26.309Z | Compiling hyper-tls v0.6.0 |
| 1667 | 2026-08-31T13:13:26.429Z | Compiling toml v0.7.8 |
| 1668 | 2026-08-31T13:13:26.494Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1669 | 2026-08-31T13:13:26.525Z | Compiling zip v0.6.6 |
| 1670 | 2026-08-31T13:13:26.540Z | Compiling object v0.30.4 |
| 1671 | 2026-08-31T13:13:26.658Z | Compiling derive_builder v0.20.2 |
| 1672 | 2026-08-31T13:13:26.783Z | Compiling goblin v0.8.2 |
| 1673 | 2026-08-31T13:13:27.093Z | Compiling derive-ex v0.1.8 |
| 1674 | 2026-08-31T13:13:27.485Z | Compiling darling v0.23.0 |
| 1675 | 2026-08-31T13:13:27.570Z | Compiling phf_shared v0.13.1 |
| 1676 | 2026-08-31T13:13:27.645Z | Compiling regex v1.12.3 |
| 1677 | 2026-08-31T13:13:27.809Z | Compiling hubpack_derive v0.1.1 |
| 1678 | 2026-08-31T13:13:28.021Z | Compiling convert_case v0.10.0 |
| 1679 | 2026-08-31T13:13:28.063Z | Compiling futures-executor v0.3.32 |
| 1680 | 2026-08-31T13:13:28.277Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1681 | 2026-08-31T13:13:28.369Z | Compiling strum_macros v0.27.2 |
| 1682 | 2026-08-31T13:13:28.384Z | Compiling ref-cast-impl v1.0.25 |
| 1683 | 2026-08-31T13:13:28.774Z | Compiling vergen v9.1.0 |
| 1684 | 2026-08-31T13:13:28.936Z | Compiling cargo-platform v0.3.2 |
| 1685 | 2026-08-31T13:13:28.941Z | Compiling ff v0.13.1 |
| 1686 | 2026-08-31T13:13:28.953Z | Compiling fs-err v3.3.0 |
| 1687 | 2026-08-31T13:13:29.068Z | Compiling bumpalo v3.20.2 |
| 1688 | 2026-08-31T13:13:29.147Z | Compiling path-slash v0.1.5 |
| 1689 | 2026-08-31T13:13:29.185Z | Compiling same-file v1.0.6 |
| 1690 | 2026-08-31T13:13:29.277Z | Compiling jiff-core v0.1.0 |
| 1691 | 2026-08-31T13:13:29.337Z | Compiling base16ct v0.2.0 |
| 1692 | 2026-08-31T13:13:29.354Z | Compiling foldhash v0.1.5 |
| 1693 | 2026-08-31T13:13:29.423Z | Compiling managed v0.8.0 |
| 1694 | 2026-08-31T13:13:29.510Z | Compiling bitflags v1.3.2 |
| 1695 | 2026-08-31T13:13:29.525Z | Compiling libbz2-rs-sys v0.2.2 |
| 1696 | 2026-08-31T13:13:29.588Z | Compiling foldhash v0.2.0 |
| 1697 | 2026-08-31T13:13:29.638Z | Compiling is_ci v1.2.0 |
| 1698 | 2026-08-31T13:13:29.775Z | Compiling textwrap v0.16.2 |
| 1699 | 2026-08-31T13:13:29.806Z | Compiling hashbrown v0.16.1 |
| 1700 | 2026-08-31T13:13:30.205Z | Compiling jiff v0.2.34 |
| 1701 | 2026-08-31T13:13:30.229Z | Compiling bzip2 v0.6.1 |
| 1702 | 2026-08-31T13:13:30.262Z | Compiling supports-color v3.0.2 |
| 1703 | 2026-08-31T13:13:30.346Z | Compiling strum v0.27.2 |
| 1704 | 2026-08-31T13:13:30.396Z | Compiling hashbrown v0.15.5 |
| 1705 | 2026-08-31T13:13:30.426Z | Compiling sec1 v0.7.3 |
| 1706 | 2026-08-31T13:13:30.440Z | Compiling walkdir v2.5.0 |
| 1707 | 2026-08-31T13:13:30.472Z | Compiling zopfli v0.8.3 |
| 1708 | 2026-08-31T13:13:30.694Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1709 | 2026-08-31T13:13:30.836Z | Compiling cargo_metadata v0.23.1 |
| 1710 | 2026-08-31T13:13:30.930Z | Compiling group v0.13.0 |
| 1711 | 2026-08-31T13:13:31.107Z | Compiling dof v0.3.0 |
| 1712 | 2026-08-31T13:13:31.245Z | Compiling test-strategy v0.4.5 |
| 1713 | 2026-08-31T13:13:31.811Z | Compiling derive_more-impl v2.1.1 |
| 1714 | 2026-08-31T13:13:32.089Z | Compiling hubpack v0.1.2 |
| 1715 | 2026-08-31T13:13:32.185Z | Compiling futures v0.3.32 |
| 1716 | 2026-08-31T13:13:32.271Z | Compiling snafu v0.8.9 |
| 1717 | 2026-08-31T13:13:32.305Z | Compiling phf v0.13.1 |
| 1718 | 2026-08-31T13:13:32.467Z | Compiling serde_with_macros v3.21.0 |
| 1719 | 2026-08-31T13:13:32.650Z | Compiling signal-hook-mio v0.2.5 |
| 1720 | 2026-08-31T13:13:32.701Z | Compiling cookie_store v0.22.1 |
| 1721 | 2026-08-31T13:13:32.992Z | Compiling zstd v0.13.3 |
| 1722 | 2026-08-31T13:13:33.116Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-08-31T13:13:33.308Z | Compiling cipher v0.5.2 |
| 1724 | 2026-08-31T13:13:33.367Z | Compiling backtrace-ext v0.2.1 |
| 1725 | 2026-08-31T13:13:33.545Z | Compiling postgres-types v0.2.12 |
| 1726 | 2026-08-31T13:13:33.730Z | Compiling usdt-attr-macro v0.6.0 |
| 1727 | 2026-08-31T13:13:34.106Z | Compiling usdt-macro v0.6.0 |
| 1728 | 2026-08-31T13:13:34.255Z | Compiling globset v0.4.18 |
| 1729 | 2026-08-31T13:13:34.456Z | Compiling phf_shared v0.11.3 |
| 1730 | 2026-08-31T13:13:34.581Z | Compiling hkdf v0.12.4 |
| 1731 | 2026-08-31T13:13:34.640Z | Compiling dtrace-parser v0.2.0 |
| 1732 | 2026-08-31T13:13:34.736Z | Compiling byte-wrapper v0.1.0 |
| 1733 | 2026-08-31T13:13:34.754Z | Compiling olpc-cjson v0.1.4 |
| 1734 | 2026-08-31T13:13:34.789Z | Compiling ed25519 v2.2.3 |
| 1735 | 2026-08-31T13:13:34.860Z | Compiling crypto-bigint v0.5.5 |
| 1736 | 2026-08-31T13:13:34.909Z | Compiling serde_plain v1.0.2 |
| 1737 | 2026-08-31T13:13:34.925Z | Compiling serde-big-array v0.5.1 |
| 1738 | 2026-08-31T13:13:35.053Z | Compiling strum_macros v0.26.4 |
| 1739 | 2026-08-31T13:13:35.073Z | Compiling enum-as-inner v0.6.1 |
| 1740 | 2026-08-31T13:13:35.104Z | Compiling async-recursion v1.1.1 |
| 1741 | 2026-08-31T13:13:35.373Z | Compiling serde_repr v0.1.20 |
| 1742 | 2026-08-31T13:13:35.575Z | Compiling miette-derive v7.6.0 |
| 1743 | 2026-08-31T13:13:35.689Z | Compiling pem v3.0.6 |
| 1744 | 2026-08-31T13:13:35.753Z | Compiling float-cmp v0.10.0 |
| 1745 | 2026-08-31T13:13:35.904Z | Compiling thread-id v4.2.2 |
| 1746 | 2026-08-31T13:13:35.988Z | Compiling memmap2 v0.9.10 |
| 1747 | 2026-08-31T13:13:35.992Z | Compiling supports-hyperlinks v3.2.0 |
| 1748 | 2026-08-31T13:13:36.012Z | Compiling predicates-core v1.0.10 |
| 1749 | 2026-08-31T13:13:36.134Z | Compiling typed-path v0.9.3 |
| 1750 | 2026-08-31T13:13:36.149Z | Compiling difflib v0.4.0 |
| 1751 | 2026-08-31T13:13:36.188Z | Compiling fixedbitset v0.5.7 |
| 1752 | 2026-08-31T13:13:36.501Z | Compiling whoami v2.1.0 |
| 1753 | 2026-08-31T13:13:36.695Z | Compiling fixedbitset v0.4.2 |
| 1754 | 2026-08-31T13:13:36.738Z | Compiling const-oid v0.10.2 |
| 1755 | 2026-08-31T13:13:36.795Z | Compiling normalize-line-endings v0.3.0 |
| 1756 | 2026-08-31T13:13:36.874Z | Compiling cpufeatures v0.3.0 |
| 1757 | 2026-08-31T13:13:36.891Z | Compiling static_assertions v1.1.0 |
| 1758 | 2026-08-31T13:13:36.906Z | Compiling data-encoding v2.10.0 |
| 1759 | 2026-08-31T13:13:36.921Z | Compiling either v1.15.0 |
| 1760 | 2026-08-31T13:13:36.942Z | Compiling precomputed-hash v0.1.1 |
| 1761 | 2026-08-31T13:13:36.957Z | Compiling keccak v0.1.6 |
| 1762 | 2026-08-31T13:13:36.972Z | Compiling winnow v1.0.3 |
| 1763 | 2026-08-31T13:13:36.972Z | Compiling supports-unicode v3.0.0 |
| 1764 | 2026-08-31T13:13:37.026Z | Compiling new_debug_unreachable v1.0.6 |
| 1765 | 2026-08-31T13:13:37.101Z | Compiling sha3 v0.10.8 |
| 1766 | 2026-08-31T13:13:37.119Z | Compiling itertools v0.13.0 |
| 1767 | 2026-08-31T13:13:37.133Z | Compiling miette v7.6.0 |
| 1768 | 2026-08-31T13:13:37.403Z | Compiling hickory-proto v0.25.2 |
| 1769 | 2026-08-31T13:13:37.551Z | Compiling string_cache v0.8.9 |
| 1770 | 2026-08-31T13:13:37.622Z | Compiling toml_edit v0.22.27 |
| 1771 | 2026-08-31T13:13:37.686Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1772 | 2026-08-31T13:13:37.772Z | Compiling chacha20 v0.10.0 |
| 1773 | 2026-08-31T13:13:38.031Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1774 | 2026-08-31T13:13:38.170Z | Compiling digest v0.11.3 |
| 1775 | 2026-08-31T13:13:38.311Z | Compiling predicates v3.1.4 |
| 1776 | 2026-08-31T13:13:38.405Z | Compiling petgraph v0.6.5 |
| 1777 | 2026-08-31T13:13:38.419Z | Compiling strum v0.26.3 |
| 1778 | 2026-08-31T13:13:38.548Z | Compiling tokio-postgres v0.7.16 |
| 1779 | 2026-08-31T13:13:38.721Z | Compiling petgraph v0.8.3 |
| 1780 | 2026-08-31T13:13:38.968Z | Compiling usdt v0.6.0 |
| 1781 | 2026-08-31T13:13:39.242Z | Compiling usdt-impl v0.5.0 |
| 1782 | 2026-08-31T13:13:39.815Z | Compiling elliptic-curve v0.13.8 |
| 1783 | 2026-08-31T13:13:39.894Z | Compiling ed25519-dalek v2.2.0 |
| 1784 | 2026-08-31T13:13:40.215Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1785 | 2026-08-31T13:13:40.412Z | Compiling crossterm v0.28.1 |
| 1786 | 2026-08-31T13:13:40.557Z | Compiling serde_with v3.21.0 |
| 1787 | 2026-08-31T13:13:40.641Z | Compiling zip v4.6.1 |
| 1788 | 2026-08-31T13:13:40.796Z | Compiling derive_more v2.1.1 |
| 1789 | 2026-08-31T13:13:41.300Z | Compiling iddqd v0.4.2 |
| 1790 | 2026-08-31T13:13:41.665Z | Compiling similar v2.7.0 |
| 1791 | 2026-08-31T13:13:41.709Z | Compiling crossbeam-epoch v0.9.18 |
| 1792 | 2026-08-31T13:13:41.969Z | Compiling tokio-stream v0.1.18 |
| 1793 | 2026-08-31T13:13:42.031Z | Compiling buf-list v1.1.2 |
| 1794 | 2026-08-31T13:13:42.087Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1795 | 2026-08-31T13:13:42.180Z | Compiling openapiv3 v2.2.0 |
| 1796 | 2026-08-31T13:13:42.297Z | Compiling lalrpop-util v0.19.12 |
| 1797 | 2026-08-31T13:13:42.337Z | Compiling peg-runtime v0.8.5 |
| 1798 | 2026-08-31T13:13:42.381Z | Compiling thread_local v1.1.9 |
| 1799 | 2026-08-31T13:13:42.412Z | Compiling slog-async v2.8.0 |
| 1800 | 2026-08-31T13:13:42.485Z | Compiling crossbeam-channel v0.5.15 |
| 1801 | 2026-08-31T13:13:42.531Z | Compiling filetime v0.2.27 |
| 1802 | 2026-08-31T13:13:42.552Z | Compiling is-terminal v0.4.17 |
| 1803 | 2026-08-31T13:13:42.616Z | Compiling xattr v1.6.1 |
| 1804 | 2026-08-31T13:13:42.631Z | Compiling term v1.2.1 |
| 1805 | 2026-08-31T13:13:42.645Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-31T13:13:42.704Z | Compiling camino-tempfile v1.4.1 |
| 1807 | 2026-08-31T13:13:42.748Z | Compiling tar v0.4.46 |
| 1808 | 2026-08-31T13:13:42.920Z | Compiling slog-term v2.9.2 |
| 1809 | 2026-08-31T13:13:48.939Z | Compiling rustls-webpki v0.103.13 |
| 1810 | 2026-08-31T13:13:51.644Z | Compiling tokio-rustls v0.26.4 |
| 1811 | 2026-08-31T13:13:51.645Z | Compiling rustls-platform-verifier v0.6.2 |
| 1812 | 2026-08-31T13:13:51.645Z | Compiling tough v0.22.0 |
| 1813 | 2026-08-31T13:13:51.868Z | Compiling hyper-rustls v0.27.7 |
| 1814 | 2026-08-31T13:13:52.070Z | Compiling reqwest v0.13.2 |
| 1815 | 2026-08-31T13:13:54.281Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1816 | 2026-08-31T13:13:54.488Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1817 | 2026-08-31T13:13:57.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1818 | 2026-08-31T13:13:57.602Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1819 | 2026-08-31T13:13:57.654Z | Aug 31 13:13:56.674 INFO Starting download, target: Cockroach |
| 1820 | 2026-08-31T13:13:57.654Z | Aug 31 13:13:56.674 INFO Starting download, target: Console |
| 1821 | 2026-08-31T13:13:57.654Z | Aug 31 13:13:56.674 INFO Starting download, target: Clickhouse |
| 1822 | 2026-08-31T13:13:57.666Z | Aug 31 13:13:56.674 INFO Starting download, target: DendriteStub |
| 1823 | 2026-08-31T13:13:57.667Z | Aug 31 13:13:56.674 INFO Starting download, target: MaghemiteMgd |
| 1824 | 2026-08-31T13:13:57.667Z | Aug 31 13:13:56.674 INFO Starting download, target: MaghemiteDdmd |
| 1825 | 2026-08-31T13:13:57.667Z | Aug 31 13:13:56.674 INFO Starting download, target: TransceiverControl |
| 1826 | 2026-08-31T13:13:57.667Z | Aug 31 13:13:56.674 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1827 | 2026-08-31T13:13:57.667Z | Aug 31 13:13:56.674 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1828 | 2026-08-31T13:13:57.667Z | Aug 31 13:13:56.674 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1829 | 2026-08-31T13:13:57.667Z | Aug 31 13:13:56.674 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1830 | 2026-08-31T13:13:57.668Z | Aug 31 13:13:56.674 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1831 | 2026-08-31T13:13:57.668Z | Aug 31 13:13:56.674 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1832 | 2026-08-31T13:13:57.668Z | Aug 31 13:13:56.674 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1833 | 2026-08-31T13:13:58.331Z | Aug 31 13:13:57.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1834 | 2026-08-31T13:13:58.557Z | Aug 31 13:13:57.566 INFO Download complete, target: TransceiverControl |
| 1835 | 2026-08-31T13:13:59.168Z | Aug 31 13:13:58.175 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1836 | 2026-08-31T13:13:59.412Z | Aug 31 13:13:58.414 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1837 | 2026-08-31T13:13:59.449Z | Aug 31 13:13:58.447 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1838 | 2026-08-31T13:13:59.675Z | Aug 31 13:13:58.683 INFO Download complete, target: Console |
| 1839 | 2026-08-31T13:14:00.458Z | Aug 31 13:13:59.427 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1840 | 2026-08-31T13:14:00.727Z | Aug 31 13:13:59.734 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1841 | 2026-08-31T13:14:00.989Z | Aug 31 13:13:59.976 INFO Download complete, target: MaghemiteDdmd |
| 1842 | 2026-08-31T13:14:01.697Z | Aug 31 13:14:00.724 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1843 | 2026-08-31T13:14:01.697Z | Aug 31 13:14:00.724 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1844 | 2026-08-31T13:14:02.876Z | Aug 31 13:14:01.902 INFO Download complete, target: DendriteStub |
| 1845 | 2026-08-31T13:14:03.244Z | Aug 31 13:14:02.270 INFO Download complete, target: MaghemiteMgd |
| 1846 | 2026-08-31T13:14:06.064Z | Aug 31 13:14:05.091 INFO Checking that binary works, target: Clickhouse |
| 1847 | 2026-08-31T13:14:06.181Z | Aug 31 13:14:05.207 INFO Download complete, target: Clickhouse |
| 1848 | 2026-08-31T13:14:06.234Z | Aug 31 13:14:05.260 INFO Checking that binary works, target: Cockroach |
| 1849 | 2026-08-31T13:14:06.347Z | Aug 31 13:14:05.370 INFO Download complete, target: Cockroach |
| 1850 | 2026-08-31T13:14:06.360Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1851 | 2026-08-31T13:14:06.367Z | |
| 1852 | 2026-08-31T13:14:06.367Z | real 2:12.803586806 |
| 1853 | 2026-08-31T13:14:06.367Z | user 7:24.649915932 |
| 1854 | 2026-08-31T13:14:06.367Z | sys 1:26.455060146 |
| 1855 | 2026-08-31T13:14:06.367Z | trap 0.266140190 |
| 1856 | 2026-08-31T13:14:06.367Z | tflt 0.605155212 |
| 1857 | 2026-08-31T13:14:06.368Z | dflt 0.962798735 |
| 1858 | 2026-08-31T13:14:06.368Z | kflt 0.023755594 |
| 1859 | 2026-08-31T13:14:06.368Z | lock 27:34.828733032 |
| 1860 | 2026-08-31T13:14:06.368Z | slp 22:20.117617773 |
| 1861 | 2026-08-31T13:14:06.368Z | lat 48.548257638 |
| 1862 | 2026-08-31T13:14:06.368Z | stop 2:42.403016441 |
| 1863 | 2026-08-31T13:14:06.368Z | + banner hack-check |
| 1864 | 2026-08-31T13:14:06.368Z | |
| 1865 | 2026-08-31T13:14:06.368Z | # # ## #### # # #### # # ###### #### # # |
| 1866 | 2026-08-31T13:14:06.368Z | # # # # # # # # # # # # # # # # # |
| 1867 | 2026-08-31T13:14:06.368Z | ###### # # # #### ##### # ###### ##### # #### |
| 1868 | 2026-08-31T13:14:06.368Z | # # ###### # # # # # # # # # # |
| 1869 | 2026-08-31T13:14:06.368Z | # # # # # # # # # # # # # # # # # |
| 1870 | 2026-08-31T13:14:06.368Z | # # # # #### # # #### # # ###### #### # # |
| 1871 | 2026-08-31T13:14:06.368Z | |
| 1872 | 2026-08-31T13:14:06.369Z | + export CARGO_INCREMENTAL=0 |
| 1873 | 2026-08-31T13:14:06.369Z | + CARGO_INCREMENTAL=0 |
| 1874 | 2026-08-31T13:14:06.369Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1875 | 2026-08-31T13:14:06.837Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1876 | 2026-08-31T13:14:07.125Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1877 | 2026-08-31T13:14:08.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1878 | 2026-08-31T13:14:09.035Z | Running `target/debug/xtask check-features --ci` |
| 1879 | 2026-08-31T13:14:09.061Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1880 | 2026-08-31T13:14:09.068Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1881 | 2026-08-31T13:14:09.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1882 | 2026-08-31T13:14:09.505Z | Running `target/debug/xtask download cargo-hack` |
| 1883 | 2026-08-31T13:14:10.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1884 | 2026-08-31T13:14:10.604Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1885 | 2026-08-31T13:14:13.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
| 1886 | 2026-08-31T13:14:13.360Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1887 | 2026-08-31T13:14:13.403Z | Aug 31 13:14:12.427 INFO Starting download, target: CargoHack |
| 1888 | 2026-08-31T13:14:13.408Z | Aug 31 13:14:12.428 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1889 | 2026-08-31T13:14:13.829Z | Aug 31 13:14:12.855 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1890 | 2026-08-31T13:14:13.875Z | Aug 31 13:14:12.902 INFO Download complete, target: CargoHack |
| 1891 | 2026-08-31T13:14:13.878Z | 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" |
| 1892 | 2026-08-31T13:14:13.892Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1893 | 2026-08-31T13:14:14.055Z | info: running `cargo check --bins` on api_identity (1/376) |
| 1894 | 2026-08-31T13:14:14.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-08-31T13:14:14.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-08-31T13:14:14.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-08-31T13:14:14.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1898 | 2026-08-31T13:14:14.602Z | |
| 1899 | 2026-08-31T13:14:14.602Z | info: running `cargo check --bins` on bootstore (2/376) |
| 1900 | 2026-08-31T13:14:15.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-08-31T13:14:15.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-08-31T13:14:15.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-08-31T13:14:15.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1904 | 2026-08-31T13:14:15.158Z | |
| 1905 | 2026-08-31T13:14:15.158Z | info: running `cargo check --bins` on omicron-ledger (3/376) |
| 1906 | 2026-08-31T13:14:15.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-08-31T13:14:15.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-08-31T13:14:15.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-08-31T13:14:15.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1910 | 2026-08-31T13:14:15.708Z | |
| 1911 | 2026-08-31T13:14:15.709Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376) |
| 1912 | 2026-08-31T13:14:16.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-08-31T13:14:16.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-08-31T13:14:16.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-08-31T13:14:16.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1916 | 2026-08-31T13:14:16.261Z | |
| 1917 | 2026-08-31T13:14:16.261Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376) |
| 1918 | 2026-08-31T13:14:16.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-08-31T13:14:16.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-08-31T13:14:16.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-08-31T13:14:16.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1922 | 2026-08-31T13:14:16.808Z | |
| 1923 | 2026-08-31T13:14:16.809Z | info: running `cargo check --bins` on omicron-certificates (6/376) |
| 1924 | 2026-08-31T13:14:17.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-08-31T13:14:17.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-08-31T13:14:17.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-08-31T13:14:17.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1928 | 2026-08-31T13:14:17.367Z | |
| 1929 | 2026-08-31T13:14:17.367Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/376) |
| 1930 | 2026-08-31T13:14:17.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-08-31T13:14:17.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-08-31T13:14:17.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-08-31T13:14:17.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1934 | 2026-08-31T13:14:17.922Z | |
| 1935 | 2026-08-31T13:14:17.922Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376) |
| 1936 | 2026-08-31T13:14:18.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-08-31T13:14:18.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-08-31T13:14:18.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-08-31T13:14:18.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1940 | 2026-08-31T13:14:18.487Z | |
| 1941 | 2026-08-31T13:14:18.487Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376) |
| 1942 | 2026-08-31T13:14:18.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-08-31T13:14:18.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-08-31T13:14:18.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-08-31T13:14:18.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1946 | 2026-08-31T13:14:18.897Z | |
| 1947 | 2026-08-31T13:14:18.897Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376) |
| 1948 | 2026-08-31T13:14:19.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-08-31T13:14:19.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-08-31T13:14:19.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-08-31T13:14:19.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1952 | 2026-08-31T13:14:19.303Z | |
| 1953 | 2026-08-31T13:14:19.303Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376) |
| 1954 | 2026-08-31T13:14:19.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-08-31T13:14:19.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-08-31T13:14:19.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-08-31T13:14:19.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1958 | 2026-08-31T13:14:19.711Z | |
| 1959 | 2026-08-31T13:14:19.711Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376) |
| 1960 | 2026-08-31T13:14:20.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-08-31T13:14:20.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-08-31T13:14:20.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-08-31T13:14:20.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1964 | 2026-08-31T13:14:20.124Z | |
| 1965 | 2026-08-31T13:14:20.124Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376) |
| 1966 | 2026-08-31T13:14:20.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-08-31T13:14:20.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-08-31T13:14:20.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-08-31T13:14:20.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1970 | 2026-08-31T13:14:20.534Z | |
| 1971 | 2026-08-31T13:14:20.534Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376) |
| 1972 | 2026-08-31T13:14:20.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-08-31T13:14:20.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-08-31T13:14:20.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-08-31T13:14:20.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1976 | 2026-08-31T13:14:20.942Z | |
| 1977 | 2026-08-31T13:14:20.942Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376) |
| 1978 | 2026-08-31T13:14:21.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-08-31T13:14:21.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-08-31T13:14:21.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-08-31T13:14:21.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1982 | 2026-08-31T13:14:21.350Z | |
| 1983 | 2026-08-31T13:14:21.350Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376) |
| 1984 | 2026-08-31T13:14:21.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-08-31T13:14:21.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-08-31T13:14:21.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-08-31T13:14:21.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1988 | 2026-08-31T13:14:21.757Z | |
| 1989 | 2026-08-31T13:14:21.757Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376) |
| 1990 | 2026-08-31T13:14:22.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-08-31T13:14:22.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-08-31T13:14:22.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-08-31T13:14:22.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1994 | 2026-08-31T13:14:22.166Z | |
| 1995 | 2026-08-31T13:14:22.167Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376) |
| 1996 | 2026-08-31T13:14:22.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-08-31T13:14:22.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-08-31T13:14:22.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-08-31T13:14:22.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2000 | 2026-08-31T13:14:22.574Z | |
| 2001 | 2026-08-31T13:14:22.574Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376) |
| 2002 | 2026-08-31T13:14:22.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-08-31T13:14:22.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-08-31T13:14:22.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-08-31T13:14:22.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2006 | 2026-08-31T13:14:22.983Z | |
| 2007 | 2026-08-31T13:14:22.983Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376) |
| 2008 | 2026-08-31T13:14:23.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-08-31T13:14:23.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-08-31T13:14:23.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-08-31T13:14:23.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2012 | 2026-08-31T13:14:23.394Z | |
| 2013 | 2026-08-31T13:14:23.394Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376) |
| 2014 | 2026-08-31T13:14:23.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-08-31T13:14:23.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-08-31T13:14:23.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-08-31T13:14:23.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2018 | 2026-08-31T13:14:23.806Z | |
| 2019 | 2026-08-31T13:14:23.806Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376) |
| 2020 | 2026-08-31T13:14:24.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-08-31T13:14:24.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-08-31T13:14:24.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-08-31T13:14:24.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2024 | 2026-08-31T13:14:24.216Z | |
| 2025 | 2026-08-31T13:14:24.216Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376) |
| 2026 | 2026-08-31T13:14:24.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-08-31T13:14:24.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-08-31T13:14:24.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-08-31T13:14:24.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2030 | 2026-08-31T13:14:24.628Z | |
| 2031 | 2026-08-31T13:14:24.628Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376) |
| 2032 | 2026-08-31T13:14:24.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-08-31T13:14:24.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-08-31T13:14:24.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-08-31T13:14:24.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2036 | 2026-08-31T13:14:25.040Z | |
| 2037 | 2026-08-31T13:14:25.040Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376) |
| 2038 | 2026-08-31T13:14:25.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-08-31T13:14:25.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-08-31T13:14:25.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-08-31T13:14:25.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2042 | 2026-08-31T13:14:25.455Z | |
| 2043 | 2026-08-31T13:14:25.455Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376) |
| 2044 | 2026-08-31T13:14:25.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-08-31T13:14:25.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-08-31T13:14:25.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-08-31T13:14:25.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2048 | 2026-08-31T13:14:25.856Z | |
| 2049 | 2026-08-31T13:14:25.856Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376) |
| 2050 | 2026-08-31T13:14:26.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-08-31T13:14:26.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-08-31T13:14:26.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-08-31T13:14:26.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2054 | 2026-08-31T13:14:26.265Z | |
| 2055 | 2026-08-31T13:14:26.265Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376) |
| 2056 | 2026-08-31T13:14:26.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-08-31T13:14:26.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-08-31T13:14:26.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-08-31T13:14:26.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2060 | 2026-08-31T13:14:26.674Z | |
| 2061 | 2026-08-31T13:14:26.674Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376) |
| 2062 | 2026-08-31T13:14:27.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-08-31T13:14:27.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-08-31T13:14:27.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-08-31T13:14:27.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2066 | 2026-08-31T13:14:27.122Z | |
| 2067 | 2026-08-31T13:14:27.122Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376) |
| 2068 | 2026-08-31T13:14:27.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-08-31T13:14:27.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-08-31T13:14:27.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-08-31T13:14:27.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2072 | 2026-08-31T13:14:27.493Z | |
| 2073 | 2026-08-31T13:14:27.493Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376) |
| 2074 | 2026-08-31T13:14:27.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-08-31T13:14:27.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-08-31T13:14:27.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-08-31T13:14:27.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2078 | 2026-08-31T13:14:27.905Z | |
| 2079 | 2026-08-31T13:14:27.905Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376) |
| 2080 | 2026-08-31T13:14:28.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-08-31T13:14:28.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-08-31T13:14:28.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-08-31T13:14:28.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2084 | 2026-08-31T13:14:28.318Z | |
| 2085 | 2026-08-31T13:14:28.318Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376) |
| 2086 | 2026-08-31T13:14:28.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-08-31T13:14:28.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-08-31T13:14:28.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-08-31T13:14:28.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2090 | 2026-08-31T13:14:28.732Z | |
| 2091 | 2026-08-31T13:14:28.732Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376) |
| 2092 | 2026-08-31T13:14:29.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-08-31T13:14:29.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-08-31T13:14:29.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-08-31T13:14:29.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2096 | 2026-08-31T13:14:29.142Z | |
| 2097 | 2026-08-31T13:14:29.143Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376) |
| 2098 | 2026-08-31T13:14:29.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-08-31T13:14:29.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-08-31T13:14:29.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-08-31T13:14:29.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2102 | 2026-08-31T13:14:29.561Z | |
| 2103 | 2026-08-31T13:14:29.561Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376) |
| 2104 | 2026-08-31T13:14:29.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-08-31T13:14:29.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-08-31T13:14:29.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-08-31T13:14:29.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2108 | 2026-08-31T13:14:29.974Z | |
| 2109 | 2026-08-31T13:14:29.974Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376) |
| 2110 | 2026-08-31T13:14:30.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-08-31T13:14:30.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-08-31T13:14:30.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-08-31T13:14:30.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2114 | 2026-08-31T13:14:30.384Z | |
| 2115 | 2026-08-31T13:14:30.384Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376) |
| 2116 | 2026-08-31T13:14:30.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-08-31T13:14:30.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-08-31T13:14:30.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-08-31T13:14:30.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2120 | 2026-08-31T13:14:30.796Z | |
| 2121 | 2026-08-31T13:14:30.796Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376) |
| 2122 | 2026-08-31T13:14:31.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-08-31T13:14:31.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-08-31T13:14:31.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-08-31T13:14:31.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2126 | 2026-08-31T13:14:31.209Z | |
| 2127 | 2026-08-31T13:14:31.209Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376) |
| 2128 | 2026-08-31T13:14:31.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-08-31T13:14:31.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-08-31T13:14:31.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-08-31T13:14:31.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2132 | 2026-08-31T13:14:31.622Z | |
| 2133 | 2026-08-31T13:14:31.622Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376) |
| 2134 | 2026-08-31T13:14:31.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-08-31T13:14:31.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-08-31T13:14:31.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-08-31T13:14:31.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2138 | 2026-08-31T13:14:32.037Z | |
| 2139 | 2026-08-31T13:14:32.037Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376) |
| 2140 | 2026-08-31T13:14:32.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-08-31T13:14:32.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-08-31T13:14:32.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-08-31T13:14:32.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2144 | 2026-08-31T13:14:32.449Z | |
| 2145 | 2026-08-31T13:14:32.449Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376) |
| 2146 | 2026-08-31T13:14:32.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-08-31T13:14:32.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-08-31T13:14:32.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-08-31T13:14:32.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2150 | 2026-08-31T13:14:32.861Z | |
| 2151 | 2026-08-31T13:14:32.862Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376) |
| 2152 | 2026-08-31T13:14:33.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-08-31T13:14:33.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-08-31T13:14:33.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-08-31T13:14:33.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2156 | 2026-08-31T13:14:33.276Z | |
| 2157 | 2026-08-31T13:14:33.276Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376) |
| 2158 | 2026-08-31T13:14:33.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-08-31T13:14:33.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-08-31T13:14:33.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-08-31T13:14:33.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2162 | 2026-08-31T13:14:33.689Z | |
| 2163 | 2026-08-31T13:14:33.689Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376) |
| 2164 | 2026-08-31T13:14:34.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-08-31T13:14:34.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-08-31T13:14:34.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-08-31T13:14:34.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2168 | 2026-08-31T13:14:34.101Z | |
| 2169 | 2026-08-31T13:14:34.101Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376) |
| 2170 | 2026-08-31T13:14:34.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-08-31T13:14:34.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-08-31T13:14:34.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-08-31T13:14:34.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2174 | 2026-08-31T13:14:34.512Z | |
| 2175 | 2026-08-31T13:14:34.512Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376) |
| 2176 | 2026-08-31T13:14:34.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-08-31T13:14:34.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-08-31T13:14:34.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-08-31T13:14:34.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2180 | 2026-08-31T13:14:34.926Z | |
| 2181 | 2026-08-31T13:14:34.926Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376) |
| 2182 | 2026-08-31T13:14:35.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-08-31T13:14:35.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-08-31T13:14:35.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-08-31T13:14:35.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2186 | 2026-08-31T13:14:35.338Z | |
| 2187 | 2026-08-31T13:14:35.338Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376) |
| 2188 | 2026-08-31T13:14:35.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-08-31T13:14:35.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-08-31T13:14:35.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-08-31T13:14:35.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2192 | 2026-08-31T13:14:35.751Z | |
| 2193 | 2026-08-31T13:14:35.751Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376) |
| 2194 | 2026-08-31T13:14:36.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-08-31T13:14:36.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-08-31T13:14:36.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-08-31T13:14:36.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2198 | 2026-08-31T13:14:36.165Z | |
| 2199 | 2026-08-31T13:14:36.165Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376) |
| 2200 | 2026-08-31T13:14:36.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-08-31T13:14:36.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-08-31T13:14:36.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-08-31T13:14:36.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2204 | 2026-08-31T13:14:36.578Z | |
| 2205 | 2026-08-31T13:14:36.578Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376) |
| 2206 | 2026-08-31T13:14:36.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-08-31T13:14:36.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-08-31T13:14:36.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-08-31T13:14:36.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2210 | 2026-08-31T13:14:36.993Z | |
| 2211 | 2026-08-31T13:14:36.993Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376) |
| 2212 | 2026-08-31T13:14:37.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-08-31T13:14:37.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-08-31T13:14:37.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-08-31T13:14:37.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2216 | 2026-08-31T13:14:37.407Z | |
| 2217 | 2026-08-31T13:14:37.407Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376) |
| 2218 | 2026-08-31T13:14:37.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-08-31T13:14:37.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-08-31T13:14:37.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-08-31T13:14:37.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2222 | 2026-08-31T13:14:37.825Z | |
| 2223 | 2026-08-31T13:14:37.825Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376) |
| 2224 | 2026-08-31T13:14:38.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-08-31T13:14:38.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-08-31T13:14:38.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-08-31T13:14:38.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2228 | 2026-08-31T13:14:38.239Z | |
| 2229 | 2026-08-31T13:14:38.239Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376) |
| 2230 | 2026-08-31T13:14:38.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-08-31T13:14:38.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-08-31T13:14:38.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-08-31T13:14:38.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2234 | 2026-08-31T13:14:38.654Z | |
| 2235 | 2026-08-31T13:14:38.654Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376) |
| 2236 | 2026-08-31T13:14:39.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-08-31T13:14:39.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-08-31T13:14:39.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-08-31T13:14:39.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2240 | 2026-08-31T13:14:39.109Z | |
| 2241 | 2026-08-31T13:14:39.109Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376) |
| 2242 | 2026-08-31T13:14:39.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-08-31T13:14:39.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-08-31T13:14:39.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-08-31T13:14:39.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2246 | 2026-08-31T13:14:39.490Z | |
| 2247 | 2026-08-31T13:14:39.490Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376) |
| 2248 | 2026-08-31T13:14:39.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-08-31T13:14:39.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-08-31T13:14:39.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-08-31T13:14:39.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2252 | 2026-08-31T13:14:39.906Z | |
| 2253 | 2026-08-31T13:14:39.906Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376) |
| 2254 | 2026-08-31T13:14:40.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-08-31T13:14:40.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-08-31T13:14:40.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-08-31T13:14:40.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2258 | 2026-08-31T13:14:40.324Z | |
| 2259 | 2026-08-31T13:14:40.324Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376) |
| 2260 | 2026-08-31T13:14:40.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-08-31T13:14:40.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-08-31T13:14:40.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2263 | 2026-08-31T13:14:40.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2264 | 2026-08-31T13:14:40.742Z | |
| 2265 | 2026-08-31T13:14:40.742Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376) |
| 2266 | 2026-08-31T13:14:41.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2267 | 2026-08-31T13:14:41.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2268 | 2026-08-31T13:14:41.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2269 | 2026-08-31T13:14:41.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2270 | 2026-08-31T13:14:41.164Z | |
| 2271 | 2026-08-31T13:14:41.164Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376) |
| 2272 | 2026-08-31T13:14:41.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2273 | 2026-08-31T13:14:41.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2274 | 2026-08-31T13:14:41.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2275 | 2026-08-31T13:14:41.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2276 | 2026-08-31T13:14:41.583Z | |
| 2277 | 2026-08-31T13:14:41.583Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376) |
| 2278 | 2026-08-31T13:14:41.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2279 | 2026-08-31T13:14:41.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2280 | 2026-08-31T13:14:41.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2281 | 2026-08-31T13:14:41.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2282 | 2026-08-31T13:14:42.002Z | |
| 2283 | 2026-08-31T13:14:42.002Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376) |
| 2284 | 2026-08-31T13:14:42.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2285 | 2026-08-31T13:14:42.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2286 | 2026-08-31T13:14:42.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2287 | 2026-08-31T13:14:42.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2288 | 2026-08-31T13:14:42.421Z | |
| 2289 | 2026-08-31T13:14:42.421Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376) |
| 2290 | 2026-08-31T13:14:42.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2291 | 2026-08-31T13:14:42.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2292 | 2026-08-31T13:14:42.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2293 | 2026-08-31T13:14:42.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2294 | 2026-08-31T13:14:42.840Z | |
| 2295 | 2026-08-31T13:14:42.840Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376) |
| 2296 | 2026-08-31T13:14:43.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2026-08-31T13:14:43.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2026-08-31T13:14:43.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2299 | 2026-08-31T13:14:43.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2300 | 2026-08-31T13:14:43.258Z | |
| 2301 | 2026-08-31T13:14:43.258Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376) |
| 2302 | 2026-08-31T13:14:43.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2303 | 2026-08-31T13:14:43.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2304 | 2026-08-31T13:14:43.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2305 | 2026-08-31T13:14:43.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2306 | 2026-08-31T13:14:43.677Z | |
| 2307 | 2026-08-31T13:14:43.677Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376) |
| 2308 | 2026-08-31T13:14:44.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2309 | 2026-08-31T13:14:44.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2310 | 2026-08-31T13:14:44.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2311 | 2026-08-31T13:14:44.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2312 | 2026-08-31T13:14:44.097Z | |
| 2313 | 2026-08-31T13:14:44.097Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376) |
| 2314 | 2026-08-31T13:14:44.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2315 | 2026-08-31T13:14:44.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2316 | 2026-08-31T13:14:44.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2317 | 2026-08-31T13:14:44.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2318 | 2026-08-31T13:14:44.513Z | |
| 2319 | 2026-08-31T13:14:44.515Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376) |
| 2320 | 2026-08-31T13:14:44.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2321 | 2026-08-31T13:14:44.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2322 | 2026-08-31T13:14:44.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2323 | 2026-08-31T13:14:44.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2324 | 2026-08-31T13:14:44.926Z | |
| 2325 | 2026-08-31T13:14:44.926Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376) |
| 2326 | 2026-08-31T13:14:45.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2327 | 2026-08-31T13:14:45.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2328 | 2026-08-31T13:14:45.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2329 | 2026-08-31T13:14:45.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2330 | 2026-08-31T13:14:45.346Z | |
| 2331 | 2026-08-31T13:14:45.346Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376) |
| 2332 | 2026-08-31T13:14:45.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2333 | 2026-08-31T13:14:45.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2334 | 2026-08-31T13:14:45.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2335 | 2026-08-31T13:14:45.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2336 | 2026-08-31T13:14:45.762Z | |
| 2337 | 2026-08-31T13:14:45.762Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376) |
| 2338 | 2026-08-31T13:14:46.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2339 | 2026-08-31T13:14:46.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2340 | 2026-08-31T13:14:46.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2341 | 2026-08-31T13:14:46.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2342 | 2026-08-31T13:14:46.177Z | |
| 2343 | 2026-08-31T13:14:46.178Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376) |
| 2344 | 2026-08-31T13:14:46.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2345 | 2026-08-31T13:14:46.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2346 | 2026-08-31T13:14:46.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2347 | 2026-08-31T13:14:46.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2348 | 2026-08-31T13:14:46.593Z | |
| 2349 | 2026-08-31T13:14:46.593Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376) |
| 2350 | 2026-08-31T13:14:46.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2351 | 2026-08-31T13:14:46.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2352 | 2026-08-31T13:14:46.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2353 | 2026-08-31T13:14:46.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2354 | 2026-08-31T13:14:47.009Z | |
| 2355 | 2026-08-31T13:14:47.009Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376) |
| 2356 | 2026-08-31T13:14:47.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2357 | 2026-08-31T13:14:47.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2358 | 2026-08-31T13:14:47.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2359 | 2026-08-31T13:14:47.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2360 | 2026-08-31T13:14:47.425Z | |
| 2361 | 2026-08-31T13:14:47.426Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376) |
| 2362 | 2026-08-31T13:14:47.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2363 | 2026-08-31T13:14:47.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2364 | 2026-08-31T13:14:47.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2365 | 2026-08-31T13:14:47.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2366 | 2026-08-31T13:14:47.840Z | |
| 2367 | 2026-08-31T13:14:47.840Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376) |
| 2368 | 2026-08-31T13:14:48.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2369 | 2026-08-31T13:14:48.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2370 | 2026-08-31T13:14:48.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2371 | 2026-08-31T13:14:48.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2372 | 2026-08-31T13:14:48.256Z | |
| 2373 | 2026-08-31T13:14:48.256Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376) |
| 2374 | 2026-08-31T13:14:48.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2375 | 2026-08-31T13:14:48.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2376 | 2026-08-31T13:14:48.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2377 | 2026-08-31T13:14:48.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2378 | 2026-08-31T13:14:48.676Z | |
| 2379 | 2026-08-31T13:14:48.676Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376) |
| 2380 | 2026-08-31T13:14:49.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2381 | 2026-08-31T13:14:49.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2382 | 2026-08-31T13:14:49.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2383 | 2026-08-31T13:14:49.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2384 | 2026-08-31T13:14:49.095Z | |
| 2385 | 2026-08-31T13:14:49.095Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376) |
| 2386 | 2026-08-31T13:14:49.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2387 | 2026-08-31T13:14:49.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2388 | 2026-08-31T13:14:49.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2389 | 2026-08-31T13:14:49.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2390 | 2026-08-31T13:14:49.514Z | |
| 2391 | 2026-08-31T13:14:49.514Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376) |
| 2392 | 2026-08-31T13:14:49.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2393 | 2026-08-31T13:14:49.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2394 | 2026-08-31T13:14:49.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2395 | 2026-08-31T13:14:49.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2396 | 2026-08-31T13:14:49.932Z | |
| 2397 | 2026-08-31T13:14:49.932Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376) |
| 2398 | 2026-08-31T13:14:50.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2399 | 2026-08-31T13:14:50.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2400 | 2026-08-31T13:14:50.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2401 | 2026-08-31T13:14:50.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2402 | 2026-08-31T13:14:50.352Z | |
| 2403 | 2026-08-31T13:14:50.352Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376) |
| 2404 | 2026-08-31T13:14:50.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2405 | 2026-08-31T13:14:50.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2406 | 2026-08-31T13:14:50.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2407 | 2026-08-31T13:14:50.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2408 | 2026-08-31T13:14:50.771Z | |
| 2409 | 2026-08-31T13:14:50.771Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376) |
| 2410 | 2026-08-31T13:14:51.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2411 | 2026-08-31T13:14:51.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2412 | 2026-08-31T13:14:51.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2413 | 2026-08-31T13:14:51.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2414 | 2026-08-31T13:14:51.189Z | |
| 2415 | 2026-08-31T13:14:51.189Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376) |
| 2416 | 2026-08-31T13:14:51.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2417 | 2026-08-31T13:14:51.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2418 | 2026-08-31T13:14:51.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2419 | 2026-08-31T13:14:51.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2420 | 2026-08-31T13:14:51.609Z | |
| 2421 | 2026-08-31T13:14:51.610Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376) |
| 2422 | 2026-08-31T13:14:52.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2423 | 2026-08-31T13:14:52.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2424 | 2026-08-31T13:14:52.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2425 | 2026-08-31T13:14:52.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2426 | 2026-08-31T13:14:52.216Z | |
| 2427 | 2026-08-31T13:14:52.216Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376) |
| 2428 | 2026-08-31T13:14:52.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2429 | 2026-08-31T13:14:52.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2430 | 2026-08-31T13:14:52.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2431 | 2026-08-31T13:14:52.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2432 | 2026-08-31T13:14:52.822Z | |
| 2433 | 2026-08-31T13:14:52.822Z | info: running `cargo check --bins` on nexus-config (91/376) |
| 2434 | 2026-08-31T13:14:53.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2435 | 2026-08-31T13:14:53.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2436 | 2026-08-31T13:14:53.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2437 | 2026-08-31T13:14:53.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2438 | 2026-08-31T13:14:53.423Z | |
| 2439 | 2026-08-31T13:14:53.424Z | info: running `cargo check --bins` on nexus-types (92/376) |
| 2440 | 2026-08-31T13:14:53.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2441 | 2026-08-31T13:14:53.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2442 | 2026-08-31T13:14:53.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2443 | 2026-08-31T13:14:53.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2444 | 2026-08-31T13:14:54.026Z | |
| 2445 | 2026-08-31T13:14:54.026Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376) |
| 2446 | 2026-08-31T13:14:54.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2447 | 2026-08-31T13:14:54.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2448 | 2026-08-31T13:14:54.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2449 | 2026-08-31T13:14:54.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2450 | 2026-08-31T13:14:54.601Z | |
| 2451 | 2026-08-31T13:14:54.601Z | info: running `cargo check --bins` on omicron-passwords (94/376) |
| 2452 | 2026-08-31T13:14:55.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2453 | 2026-08-31T13:14:55.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2454 | 2026-08-31T13:14:55.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2455 | 2026-08-31T13:14:55.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2456 | 2026-08-31T13:14:55.157Z | |
| 2457 | 2026-08-31T13:14:55.157Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/376) |
| 2458 | 2026-08-31T13:14:55.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2459 | 2026-08-31T13:14:55.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2460 | 2026-08-31T13:14:55.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2461 | 2026-08-31T13:14:55.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2462 | 2026-08-31T13:14:55.729Z | |
| 2463 | 2026-08-31T13:14:55.730Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376) |
| 2464 | 2026-08-31T13:14:56.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2465 | 2026-08-31T13:14:56.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2466 | 2026-08-31T13:14:56.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2467 | 2026-08-31T13:14:56.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2468 | 2026-08-31T13:14:56.302Z | |
| 2469 | 2026-08-31T13:14:56.302Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376) |
| 2470 | 2026-08-31T13:14:56.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2471 | 2026-08-31T13:14:56.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2472 | 2026-08-31T13:14:56.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2473 | 2026-08-31T13:14:56.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2474 | 2026-08-31T13:14:56.873Z | |
| 2475 | 2026-08-31T13:14:56.873Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376) |
| 2476 | 2026-08-31T13:14:57.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2477 | 2026-08-31T13:14:57.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2478 | 2026-08-31T13:14:57.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2479 | 2026-08-31T13:14:57.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2480 | 2026-08-31T13:14:57.444Z | |
| 2481 | 2026-08-31T13:14:57.445Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376) |
| 2482 | 2026-08-31T13:14:57.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2483 | 2026-08-31T13:14:57.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2484 | 2026-08-31T13:14:57.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2485 | 2026-08-31T13:14:57.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2486 | 2026-08-31T13:14:57.999Z | |
| 2487 | 2026-08-31T13:14:57.999Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376) |
| 2488 | 2026-08-31T13:14:58.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2489 | 2026-08-31T13:14:58.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2490 | 2026-08-31T13:14:58.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2491 | 2026-08-31T13:14:58.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2492 | 2026-08-31T13:14:58.555Z | |
| 2493 | 2026-08-31T13:14:58.555Z | info: running `cargo check --bins --no-default-features` on gfss (101/376) |
| 2494 | 2026-08-31T13:14:59.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2495 | 2026-08-31T13:14:59.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2496 | 2026-08-31T13:14:59.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2497 | 2026-08-31T13:14:59.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2498 | 2026-08-31T13:14:59.108Z | |
| 2499 | 2026-08-31T13:14:59.108Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376) |
| 2500 | 2026-08-31T13:14:59.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2501 | 2026-08-31T13:14:59.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2502 | 2026-08-31T13:14:59.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2503 | 2026-08-31T13:14:59.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2504 | 2026-08-31T13:14:59.662Z | |
| 2505 | 2026-08-31T13:14:59.662Z | info: running `cargo check --bins` on trust-quorum-types (103/376) |
| 2506 | 2026-08-31T13:15:00.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2507 | 2026-08-31T13:15:00.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2508 | 2026-08-31T13:15:00.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2509 | 2026-08-31T13:15:00.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2510 | 2026-08-31T13:15:00.217Z | |
| 2511 | 2026-08-31T13:15:00.217Z | info: running `cargo check --bins` on wicketd-commission-types (104/376) |
| 2512 | 2026-08-31T13:15:00.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2513 | 2026-08-31T13:15:00.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2514 | 2026-08-31T13:15:00.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2515 | 2026-08-31T13:15:00.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2516 | 2026-08-31T13:15:00.789Z | |
| 2517 | 2026-08-31T13:15:00.789Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/376) |
| 2518 | 2026-08-31T13:15:01.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2519 | 2026-08-31T13:15:01.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2520 | 2026-08-31T13:15:01.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2521 | 2026-08-31T13:15:01.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2522 | 2026-08-31T13:15:01.364Z | |
| 2523 | 2026-08-31T13:15:01.364Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376) |
| 2524 | 2026-08-31T13:15:01.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2525 | 2026-08-31T13:15:01.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2526 | 2026-08-31T13:15:01.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2527 | 2026-08-31T13:15:01.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2528 | 2026-08-31T13:15:01.920Z | |
| 2529 | 2026-08-31T13:15:01.920Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376) |
| 2530 | 2026-08-31T13:15:02.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2531 | 2026-08-31T13:15:02.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2532 | 2026-08-31T13:15:02.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2533 | 2026-08-31T13:15:02.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2534 | 2026-08-31T13:15:02.482Z | |
| 2535 | 2026-08-31T13:15:02.482Z | info: running `cargo check --bins` on clickhouse-admin-types (108/376) |
| 2536 | 2026-08-31T13:15:02.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2537 | 2026-08-31T13:15:02.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2538 | 2026-08-31T13:15:02.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2539 | 2026-08-31T13:15:02.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2540 | 2026-08-31T13:15:03.053Z | |
| 2541 | 2026-08-31T13:15:03.053Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/376) |
| 2542 | 2026-08-31T13:15:03.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2543 | 2026-08-31T13:15:03.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2544 | 2026-08-31T13:15:03.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2545 | 2026-08-31T13:15:03.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2546 | 2026-08-31T13:15:03.623Z | |
| 2547 | 2026-08-31T13:15:03.623Z | info: running `cargo check --bins` on cockroach-admin-types (110/376) |
| 2548 | 2026-08-31T13:15:04.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2549 | 2026-08-31T13:15:04.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2550 | 2026-08-31T13:15:04.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2551 | 2026-08-31T13:15:04.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2552 | 2026-08-31T13:15:04.180Z | |
| 2553 | 2026-08-31T13:15:04.180Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/376) |
| 2554 | 2026-08-31T13:15:04.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2555 | 2026-08-31T13:15:04.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2556 | 2026-08-31T13:15:04.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2557 | 2026-08-31T13:15:04.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2558 | 2026-08-31T13:15:04.735Z | |
| 2559 | 2026-08-31T13:15:04.735Z | info: running `cargo check --bins` on ereport-types (112/376) |
| 2560 | 2026-08-31T13:15:05.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2561 | 2026-08-31T13:15:05.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2562 | 2026-08-31T13:15:05.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2563 | 2026-08-31T13:15:05.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2564 | 2026-08-31T13:15:05.300Z | |
| 2565 | 2026-08-31T13:15:05.300Z | info: running `cargo check --bins` on gateway-client (113/376) |
| 2566 | 2026-08-31T13:15:05.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2567 | 2026-08-31T13:15:05.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2568 | 2026-08-31T13:15:05.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2569 | 2026-08-31T13:15:05.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2570 | 2026-08-31T13:15:05.866Z | |
| 2571 | 2026-08-31T13:15:05.866Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/376) |
| 2572 | 2026-08-31T13:15:06.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2573 | 2026-08-31T13:15:06.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2574 | 2026-08-31T13:15:06.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2575 | 2026-08-31T13:15:06.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2576 | 2026-08-31T13:15:06.425Z | |
| 2577 | 2026-08-31T13:15:06.425Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376) |
| 2578 | 2026-08-31T13:15:06.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2579 | 2026-08-31T13:15:06.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2580 | 2026-08-31T13:15:06.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2581 | 2026-08-31T13:15:06.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2582 | 2026-08-31T13:15:06.987Z | |
| 2583 | 2026-08-31T13:15:06.987Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/376) |
| 2584 | 2026-08-31T13:15:07.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2585 | 2026-08-31T13:15:07.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2586 | 2026-08-31T13:15:07.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2587 | 2026-08-31T13:15:07.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2588 | 2026-08-31T13:15:07.572Z | |
| 2589 | 2026-08-31T13:15:07.572Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376) |
| 2590 | 2026-08-31T13:15:08.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2591 | 2026-08-31T13:15:08.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2592 | 2026-08-31T13:15:08.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2593 | 2026-08-31T13:15:08.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2594 | 2026-08-31T13:15:08.148Z | |
| 2595 | 2026-08-31T13:15:08.148Z | info: running `cargo check --bins` on key-manager-types (118/376) |
| 2596 | 2026-08-31T13:15:08.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2597 | 2026-08-31T13:15:08.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2598 | 2026-08-31T13:15:08.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2599 | 2026-08-31T13:15:08.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2600 | 2026-08-31T13:15:08.695Z | |
| 2601 | 2026-08-31T13:15:08.695Z | info: running `cargo check --bins` on oxlog (119/376) |
| 2602 | 2026-08-31T13:15:09.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2603 | 2026-08-31T13:15:09.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2604 | 2026-08-31T13:15:09.295Z | Checking cfg-if v1.0.4 |
| 2605 | 2026-08-31T13:15:09.298Z | Checking serde_core v1.0.228 |
| 2606 | 2026-08-31T13:15:09.298Z | Checking libc v0.2.185 |
| 2607 | 2026-08-31T13:15:09.412Z | Checking memchr v2.8.0 |
| 2608 | 2026-08-31T13:15:09.421Z | Checking smallvec v1.15.1 |
| 2609 | 2026-08-31T13:15:09.425Z | Checking log v0.4.33 |
| 2610 | 2026-08-31T13:15:09.442Z | Checking subtle v2.6.1 |
| 2611 | 2026-08-31T13:15:09.452Z | Checking itoa v1.0.17 |
| 2612 | 2026-08-31T13:15:09.463Z | Checking scopeguard v1.2.0 |
| 2613 | 2026-08-31T13:15:09.560Z | Checking lock_api v0.4.14 |
| 2614 | 2026-08-31T13:15:09.582Z | Checking typenum v1.20.1 |
| 2615 | 2026-08-31T13:15:09.585Z | Checking stable_deref_trait v1.2.1 |
| 2616 | 2026-08-31T13:15:09.606Z | Checking zerofrom v0.1.6 |
| 2617 | 2026-08-31T13:15:09.619Z | Checking zerocopy v0.8.55 |
| 2618 | 2026-08-31T13:15:09.662Z | Checking portable-atomic v1.13.1 |
| 2619 | 2026-08-31T13:15:09.717Z | Checking yoke v0.8.1 |
| 2620 | 2026-08-31T13:15:09.752Z | Checking critical-section v1.2.0 |
| 2621 | 2026-08-31T13:15:09.772Z | Checking const-oid v0.9.6 |
| 2622 | 2026-08-31T13:15:09.789Z | Checking errno v0.3.14 |
| 2623 | 2026-08-31T13:15:09.846Z | Checking getrandom v0.2.17 |
| 2624 | 2026-08-31T13:15:09.884Z | Checking zerovec v0.11.5 |
| 2625 | 2026-08-31T13:15:09.901Z | Checking pin-project-lite v0.2.17 |
| 2626 | 2026-08-31T13:15:09.991Z | Checking rand_core v0.6.4 |
| 2627 | 2026-08-31T13:15:10.004Z | Checking libm v0.2.16 |
| 2628 | 2026-08-31T13:15:10.068Z | Checking once_cell v1.21.3 |
| 2629 | 2026-08-31T13:15:10.167Z | Checking zmij v1.0.21 |
| 2630 | 2026-08-31T13:15:10.242Z | Checking signal-hook-registry v1.4.8 |
| 2631 | 2026-08-31T13:15:10.316Z | Checking parking_lot_core v0.9.12 |
| 2632 | 2026-08-31T13:15:10.329Z | Checking tinystr v0.8.2 |
| 2633 | 2026-08-31T13:15:10.382Z | Checking writeable v0.6.2 |
| 2634 | 2026-08-31T13:15:10.397Z | Checking rand_core v0.10.0 |
| 2635 | 2026-08-31T13:15:10.439Z | Checking litemap v0.8.1 |
| 2636 | 2026-08-31T13:15:10.498Z | Checking percent-encoding v2.3.2 |
| 2637 | 2026-08-31T13:15:10.511Z | Checking futures-core v0.3.32 |
| 2638 | 2026-08-31T13:15:10.533Z | Checking getrandom v0.4.3 |
| 2639 | 2026-08-31T13:15:10.545Z | Checking parking_lot v0.12.5 |
| 2640 | 2026-08-31T13:15:10.604Z | Checking icu_locale_core v2.1.1 |
| 2641 | 2026-08-31T13:15:10.626Z | Checking potential_utf v0.1.4 |
| 2642 | 2026-08-31T13:15:10.639Z | Checking zerotrie v0.2.3 |
| 2643 | 2026-08-31T13:15:10.678Z | Checking mio v1.2.0 |
| 2644 | 2026-08-31T13:15:10.694Z | Checking num-traits v0.2.19 |
| 2645 | 2026-08-31T13:15:10.735Z | Checking equivalent v1.0.2 |
| 2646 | 2026-08-31T13:15:10.751Z | Checking icu_collections v2.1.1 |
| 2647 | 2026-08-31T13:15:10.815Z | Checking socket2 v0.6.3 |
| 2648 | 2026-08-31T13:15:10.870Z | Checking icu_properties_data v2.1.2 |
| 2649 | 2026-08-31T13:15:10.914Z | Checking serde v1.0.228 |
| 2650 | 2026-08-31T13:15:10.953Z | Checking bitflags v2.11.0 |
| 2651 | 2026-08-31T13:15:10.991Z | Checking serde_json v1.0.151 |
| 2652 | 2026-08-31T13:15:11.054Z | Checking icu_normalizer_data v2.1.1 |
| 2653 | 2026-08-31T13:15:11.067Z | Checking byteorder v1.5.0 |
| 2654 | 2026-08-31T13:15:11.118Z | Checking futures-sink v0.3.32 |
| 2655 | 2026-08-31T13:15:11.131Z | Checking hashbrown v0.17.0 |
| 2656 | 2026-08-31T13:15:11.149Z | Checking icu_provider v2.1.1 |
| 2657 | 2026-08-31T13:15:11.216Z | Checking futures-channel v0.3.32 |
| 2658 | 2026-08-31T13:15:11.242Z | Checking getrandom v0.3.4 |
| 2659 | 2026-08-31T13:15:11.262Z | Checking utf8_iter v1.0.4 |
| 2660 | 2026-08-31T13:15:11.318Z | Checking zeroize v1.9.0 |
| 2661 | 2026-08-31T13:15:11.377Z | Checking bytes v1.11.1 |
| 2662 | 2026-08-31T13:15:11.380Z | Checking icu_properties v2.1.2 |
| 2663 | 2026-08-31T13:15:11.390Z | Checking icu_normalizer v2.1.1 |
| 2664 | 2026-08-31T13:15:11.412Z | Checking slab v0.4.12 |
| 2665 | 2026-08-31T13:15:11.486Z | Checking generic-array v0.14.7 |
| 2666 | 2026-08-31T13:15:11.566Z | Checking futures-task v0.3.32 |
| 2667 | 2026-08-31T13:15:11.600Z | Checking indexmap v2.14.0 |
| 2668 | 2026-08-31T13:15:11.662Z | Checking futures-io v0.3.32 |
| 2669 | 2026-08-31T13:15:11.696Z | Checking rustix v1.1.4 |
| 2670 | 2026-08-31T13:15:11.709Z | Checking form_urlencoded v1.2.2 |
| 2671 | 2026-08-31T13:15:11.774Z | Checking futures-util v0.3.32 |
| 2672 | 2026-08-31T13:15:11.823Z | Checking tokio v1.52.1 |
| 2673 | 2026-08-31T13:15:11.839Z | Checking base64ct v1.8.3 |
| 2674 | 2026-08-31T13:15:11.939Z | Checking crypto-common v0.1.7 |
| 2675 | 2026-08-31T13:15:12.064Z | Checking block-buffer v0.10.4 |
| 2676 | 2026-08-31T13:15:12.077Z | Checking fnv v1.0.7 |
| 2677 | 2026-08-31T13:15:12.174Z | Checking pem-rfc7468 v0.7.0 |
| 2678 | 2026-08-31T13:15:12.181Z | Checking iana-time-zone v0.1.65 |
| 2679 | 2026-08-31T13:15:12.203Z | Checking digest v0.10.7 |
| 2680 | 2026-08-31T13:15:12.206Z | Checking idna_adapter v1.2.1 |
| 2681 | 2026-08-31T13:15:12.282Z | Checking flagset v0.4.7 |
| 2682 | 2026-08-31T13:15:12.322Z | Checking chrono v0.4.45 |
| 2683 | 2026-08-31T13:15:12.335Z | Checking idna v1.1.0 |
| 2684 | 2026-08-31T13:15:12.400Z | Checking der v0.7.10 |
| 2685 | 2026-08-31T13:15:12.413Z | Checking rand_core v0.9.5 |
| 2686 | 2026-08-31T13:15:12.416Z | Checking ppv-lite86 v0.2.21 |
| 2687 | 2026-08-31T13:15:12.528Z | Checking uuid v1.23.4 |
| 2688 | 2026-08-31T13:15:12.576Z | Checking url v2.5.8 |
| 2689 | 2026-08-31T13:15:12.590Z | Checking base64 v0.22.1 |
| 2690 | 2026-08-31T13:15:12.721Z | Checking regex-syntax v0.8.10 |
| 2691 | 2026-08-31T13:15:12.823Z | Checking http v1.4.2 |
| 2692 | 2026-08-31T13:15:12.841Z | Checking rand_chacha v0.9.0 |
| 2693 | 2026-08-31T13:15:13.021Z | Checking tracing-core v0.1.36 |
| 2694 | 2026-08-31T13:15:13.051Z | Checking dyn-clone v1.0.20 |
| 2695 | 2026-08-31T13:15:13.154Z | Checking cpufeatures v0.2.17 |
| 2696 | 2026-08-31T13:15:13.167Z | Checking spki v0.7.3 |
| 2697 | 2026-08-31T13:15:13.178Z | Checking simd-adler32 v0.3.8 |
| 2698 | 2026-08-31T13:15:13.223Z | Checking rand v0.9.2 |
| 2699 | 2026-08-31T13:15:13.333Z | Checking pkcs8 v0.10.2 |
| 2700 | 2026-08-31T13:15:13.336Z | Checking tracing v0.1.44 |
| 2701 | 2026-08-31T13:15:13.358Z | Checking rustls-pki-types v1.14.0 |
| 2702 | 2026-08-31T13:15:13.421Z | Checking http-body v1.0.1 |
| 2703 | 2026-08-31T13:15:13.499Z | Checking semver v1.0.28 |
| 2704 | 2026-08-31T13:15:13.536Z | Checking spin v0.9.8 |
| 2705 | 2026-08-31T13:15:13.551Z | Checking openssl-probe v0.2.1 |
| 2706 | 2026-08-31T13:15:13.645Z | Checking tinyvec_macros v0.1.1 |
| 2707 | 2026-08-31T13:15:13.657Z | Checking utf8parse v0.2.2 |
| 2708 | 2026-08-31T13:15:13.697Z | Checking cmov v0.5.4 |
| 2709 | 2026-08-31T13:15:13.710Z | Checking anstyle v1.0.14 |
| 2710 | 2026-08-31T13:15:13.713Z | Checking adler2 v2.0.1 |
| 2711 | 2026-08-31T13:15:13.733Z | Checking schemars v0.8.22 |
| 2712 | 2026-08-31T13:15:13.735Z | Checking tinyvec v1.10.0 |
| 2713 | 2026-08-31T13:15:13.755Z | Checking anstyle-parse v1.0.0 |
| 2714 | 2026-08-31T13:15:13.821Z | Checking miniz_oxide v0.8.9 |
| 2715 | 2026-08-31T13:15:13.880Z | Checking ctutils v0.4.2 |
| 2716 | 2026-08-31T13:15:13.895Z | Checking sha2 v0.10.9 |
| 2717 | 2026-08-31T13:15:13.910Z | Checking terminal_size v0.4.3 |
| 2718 | 2026-08-31T13:15:14.019Z | Checking aws-lc-sys v0.40.0 |
| 2719 | 2026-08-31T13:15:14.037Z | Checking thiserror v2.0.18 |
| 2720 | 2026-08-31T13:15:14.052Z | Checking anstyle-query v1.1.5 |
| 2721 | 2026-08-31T13:15:14.085Z | Checking try-lock v0.2.5 |
| 2722 | 2026-08-31T13:15:14.134Z | Checking untrusted v0.7.1 |
| 2723 | 2026-08-31T13:15:14.147Z | Checking tower-layer v0.3.3 |
| 2724 | 2026-08-31T13:15:14.169Z | Checking colorchoice v1.0.4 |
| 2725 | 2026-08-31T13:15:14.173Z | Checking fastrand v2.3.0 |
| 2726 | 2026-08-31T13:15:14.194Z | Checking tower-service v0.3.3 |
| 2727 | 2026-08-31T13:15:14.240Z | Checking atomic-waker v1.1.2 |
| 2728 | 2026-08-31T13:15:14.265Z | Checking is_terminal_polyfill v1.70.2 |
| 2729 | 2026-08-31T13:15:14.278Z | Checking want v0.3.1 |
| 2730 | 2026-08-31T13:15:14.291Z | Checking hybrid-array v0.4.13 |
| 2731 | 2026-08-31T13:15:14.335Z | Checking ipnet v2.12.0 |
| 2732 | 2026-08-31T13:15:14.351Z | Checking anstream v1.0.0 |
| 2733 | 2026-08-31T13:15:14.363Z | Checking tempfile v3.27.0 |
| 2734 | 2026-08-31T13:15:14.396Z | Checking crc32fast v1.5.0 |
| 2735 | 2026-08-31T13:15:14.409Z | Checking httparse v1.10.1 |
| 2736 | 2026-08-31T13:15:14.521Z | Checking aws-lc-rs v1.16.3 |
| 2737 | 2026-08-31T13:15:14.533Z | Checking aho-corasick v1.1.4 |
| 2738 | 2026-08-31T13:15:14.545Z | Checking plain v0.2.3 |
| 2739 | 2026-08-31T13:15:14.557Z | Checking untrusted v0.9.0 |
| 2740 | 2026-08-31T13:15:14.585Z | Checking httpdate v1.0.3 |
| 2741 | 2026-08-31T13:15:14.615Z | Checking foreign-types-shared v0.1.1 |
| 2742 | 2026-08-31T13:15:14.641Z | Checking tap v1.0.1 |
| 2743 | 2026-08-31T13:15:14.663Z | Checking unicode-normalization v0.1.25 |
| 2744 | 2026-08-31T13:15:14.694Z | Checking foreign-types v0.3.2 |
| 2745 | 2026-08-31T13:15:14.727Z | Checking rand_chacha v0.3.1 |
| 2746 | 2026-08-31T13:15:14.740Z | Checking wyz v0.5.1 |
| 2747 | 2026-08-31T13:15:14.759Z | Checking signature v2.2.0 |
| 2748 | 2026-08-31T13:15:14.892Z | Checking radium v0.7.0 |
| 2749 | 2026-08-31T13:15:14.910Z | Checking hex v0.4.3 |
| 2750 | 2026-08-31T13:15:14.929Z | Checking num-integer v0.1.46 |
| 2751 | 2026-08-31T13:15:15.044Z | Checking openssl-sys v0.9.117 |
| 2752 | 2026-08-31T13:15:15.061Z | Checking socket2 v0.5.10 |
| 2753 | 2026-08-31T13:15:15.073Z | Checking wait-timeout v0.2.1 |
| 2754 | 2026-08-31T13:15:15.130Z | Checking ucd-trie v0.1.7 |
| 2755 | 2026-08-31T13:15:15.134Z | Checking tokio-util v0.7.18 |
| 2756 | 2026-08-31T13:15:15.156Z | Checking quick-error v1.2.3 |
| 2757 | 2026-08-31T13:15:15.187Z | Checking funty v2.0.0 |
| 2758 | 2026-08-31T13:15:15.211Z | Checking regex-automata v0.4.14 |
| 2759 | 2026-08-31T13:15:15.258Z | Checking clap_lex v1.0.0 |
| 2760 | 2026-08-31T13:15:15.272Z | Checking bit-vec v0.8.0 |
| 2761 | 2026-08-31T13:15:15.299Z | Checking unicode-ident v1.0.24 |
| 2762 | 2026-08-31T13:15:15.352Z | Checking rustls-webpki v0.103.13 |
| 2763 | 2026-08-31T13:15:15.405Z | Checking strsim v0.11.1 |
| 2764 | 2026-08-31T13:15:15.405Z | Checking openssl v0.10.80 |
| 2765 | 2026-08-31T13:15:15.430Z | Checking proc-macro2 v1.0.106 |
| 2766 | 2026-08-31T13:15:15.458Z | Checking bit-set v0.8.0 |
| 2767 | 2026-08-31T13:15:15.502Z | Checking bitvec v1.0.1 |
| 2768 | 2026-08-31T13:15:15.562Z | Checking clap_builder v4.6.0 |
| 2769 | 2026-08-31T13:15:15.602Z | Checking pest v2.8.6 |
| 2770 | 2026-08-31T13:15:15.734Z | Checking rusty-fork v0.3.1 |
| 2771 | 2026-08-31T13:15:15.757Z | Checking h2 v0.4.15 |
| 2772 | 2026-08-31T13:15:15.770Z | Checking rustls v0.23.41 |
| 2773 | 2026-08-31T13:15:15.901Z | Checking num-iter v0.1.45 |
| 2774 | 2026-08-31T13:15:16.011Z | Checking rand v0.8.6 |
| 2775 | 2026-08-31T13:15:16.534Z | Checking lazy_static v1.5.0 |
| 2776 | 2026-08-31T13:15:16.625Z | Checking rand_xorshift v0.4.0 |
| 2777 | 2026-08-31T13:15:16.640Z | Checking hmac v0.12.1 |
| 2778 | 2026-08-31T13:15:16.803Z | Checking thiserror v1.0.69 |
| 2779 | 2026-08-31T13:15:16.807Z | Checking maybe-uninit v2.0.0 |
| 2780 | 2026-08-31T13:15:16.810Z | Checking toml_datetime v0.6.11 |
| 2781 | 2026-08-31T13:15:16.810Z | Checking serde_spanned v0.6.9 |
| 2782 | 2026-08-31T13:15:16.837Z | Checking sync_wrapper v1.0.2 |
| 2783 | 2026-08-31T13:15:16.849Z | Checking unarray v0.1.4 |
| 2784 | 2026-08-31T13:15:16.930Z | Checking nodrop v0.1.14 |
| 2785 | 2026-08-31T13:15:16.944Z | Checking pretty-hex v0.4.1 |
| 2786 | 2026-08-31T13:15:16.955Z | Checking powerfmt v0.2.0 |
| 2787 | 2026-08-31T13:15:16.970Z | Checking zlib-rs v0.6.2 |
| 2788 | 2026-08-31T13:15:17.015Z | Checking crc-catalog v2.4.0 |
| 2789 | 2026-08-31T13:15:17.032Z | Checking siphasher v1.0.2 |
| 2790 | 2026-08-31T13:15:17.053Z | Checking array-init v0.0.4 |
| 2791 | 2026-08-31T13:15:17.101Z | Checking crc v3.4.0 |
| 2792 | 2026-08-31T13:15:17.104Z | Checking deranged v0.5.8 |
| 2793 | 2026-08-31T13:15:17.189Z | Checking proptest v1.11.0 |
| 2794 | 2026-08-31T13:15:17.281Z | Checking tower v0.5.3 |
| 2795 | 2026-08-31T13:15:17.342Z | Checking smallvec v0.6.14 |
| 2796 | 2026-08-31T13:15:17.455Z | Checking native-tls v0.2.18 |
| 2797 | 2026-08-31T13:15:17.526Z | Checking packed_struct v0.10.1 |
| 2798 | 2026-08-31T13:15:17.631Z | Checking clap v4.6.1 |
| 2799 | 2026-08-31T13:15:17.663Z | Checking num-bigint-dig v0.8.6 |
| 2800 | 2026-08-31T13:15:17.710Z | Checking quote v1.0.45 |
| 2801 | 2026-08-31T13:15:17.835Z | Checking flate2 v1.1.9 |
| 2802 | 2026-08-31T13:15:17.877Z | Checking ipnetwork v0.21.1 |
| 2803 | 2026-08-31T13:15:18.029Z | Checking http-body-util v0.1.3 |
| 2804 | 2026-08-31T13:15:18.043Z | Checking pkcs1 v0.7.5 |
| 2805 | 2026-08-31T13:15:18.102Z | Checking crossbeam-utils v0.8.21 |
| 2806 | 2026-08-31T13:15:18.133Z | Checking zerocopy v0.6.6 |
| 2807 | 2026-08-31T13:15:18.248Z | Checking bitfield v0.19.4 |
| 2808 | 2026-08-31T13:15:18.251Z | Checking ahash v0.8.12 |
| 2809 | 2026-08-31T13:15:18.430Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2810 | 2026-08-31T13:15:18.443Z | Checking scroll v0.13.0 |
| 2811 | 2026-08-31T13:15:18.458Z | Checking env_filter v2.0.0 |
| 2812 | 2026-08-31T13:15:18.512Z | Checking base64 v0.21.7 |
| 2813 | 2026-08-31T13:15:18.525Z | Checking unicode-bidi v0.3.18 |
| 2814 | 2026-08-31T13:15:18.525Z | Checking gimli v0.32.3 |
| 2815 | 2026-08-31T13:15:18.578Z | Checking hyper v1.10.1 |
| 2816 | 2026-08-31T13:15:18.598Z | Checking winnow v0.5.40 |
| 2817 | 2026-08-31T13:15:18.615Z | Checking iri-string v0.7.10 |
| 2818 | 2026-08-31T13:15:18.671Z | Checking allocator-api2 v0.2.21 |
| 2819 | 2026-08-31T13:15:18.740Z | Checking hashbrown v0.12.3 |
| 2820 | 2026-08-31T13:15:18.812Z | Checking num_threads v0.1.7 |
| 2821 | 2026-08-31T13:15:18.899Z | Checking ryu v1.0.23 |
| 2822 | 2026-08-31T13:15:18.958Z | Checking unicode-properties v0.1.4 |
| 2823 | 2026-08-31T13:15:19.001Z | Checking time-core v0.1.8 |
| 2824 | 2026-08-31T13:15:19.032Z | Checking num-conv v0.2.0 |
| 2825 | 2026-08-31T13:15:19.137Z | Checking stringprep v0.1.5 |
| 2826 | 2026-08-31T13:15:19.140Z | Checking serde_urlencoded v0.7.1 |
| 2827 | 2026-08-31T13:15:19.161Z | Checking time v0.3.47 |
| 2828 | 2026-08-31T13:15:19.165Z | Checking indexmap v1.9.3 |
| 2829 | 2026-08-31T13:15:19.286Z | Checking newtype-uuid v1.3.2 |
| 2830 | 2026-08-31T13:15:19.348Z | Checking ron v0.8.1 |
| 2831 | 2026-08-31T13:15:19.468Z | Checking goblin v0.10.5 |
| 2832 | 2026-08-31T13:15:19.488Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2833 | 2026-08-31T13:15:19.513Z | Checking hyper-util v0.1.20 |
| 2834 | 2026-08-31T13:15:19.619Z | Checking tower-http v0.6.8 |
| 2835 | 2026-08-31T13:15:19.753Z | Checking toml_edit v0.19.15 |
| 2836 | 2026-08-31T13:15:19.860Z | Checking env_logger v0.11.11 |
| 2837 | 2026-08-31T13:15:19.893Z | Checking rsa v0.9.10 |
| 2838 | 2026-08-31T13:15:20.048Z | Checking bzip2 v0.4.4 |
| 2839 | 2026-08-31T13:15:20.075Z | Checking addr2line v0.25.1 |
| 2840 | 2026-08-31T13:15:20.216Z | Checking hashbrown v0.13.2 |
| 2841 | 2026-08-31T13:15:20.318Z | Checking crossbeam-epoch v0.9.18 |
| 2842 | 2026-08-31T13:15:20.337Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2843 | 2026-08-31T13:15:20.370Z | Checking oxnet v0.1.6 |
| 2844 | 2026-08-31T13:15:20.490Z | Checking syn v2.0.117 |
| 2845 | 2026-08-31T13:15:20.536Z | Checking tokio-native-tls v0.3.1 |
| 2846 | 2026-08-31T13:15:20.625Z | Checking serde-hex v0.1.0 |
| 2847 | 2026-08-31T13:15:20.639Z | Checking bstr v1.12.1 |
| 2848 | 2026-08-31T13:15:20.691Z | Checking crypto-common v0.2.2 |
| 2849 | 2026-08-31T13:15:20.786Z | Checking block-padding v0.4.2 |
| 2850 | 2026-08-31T13:15:20.806Z | Checking block-buffer v0.12.1 |
| 2851 | 2026-08-31T13:15:20.933Z | Checking rustls-native-certs v0.8.3 |
| 2852 | 2026-08-31T13:15:20.971Z | Checking x509-cert v0.2.5 |
| 2853 | 2026-08-31T13:15:21.032Z | Checking scroll v0.12.0 |
| 2854 | 2026-08-31T13:15:21.062Z | Checking object v0.37.3 |
| 2855 | 2026-08-31T13:15:21.251Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2856 | 2026-08-31T13:15:21.310Z | Checking md-5 v0.10.6 |
| 2857 | 2026-08-31T13:15:21.360Z | Checking hash32 v0.2.1 |
| 2858 | 2026-08-31T13:15:21.450Z | Checking encoding_rs v0.8.35 |
| 2859 | 2026-08-31T13:15:21.519Z | Checking crc-any v2.5.0 |
| 2860 | 2026-08-31T13:15:21.620Z | Checking fallible-iterator v0.2.0 |
| 2861 | 2026-08-31T13:15:21.692Z | Checking psl-types v2.0.11 |
| 2862 | 2026-08-31T13:15:21.786Z | Checking rustc-demangle v0.1.27 |
| 2863 | 2026-08-31T13:15:21.806Z | Checking mime v0.3.17 |
| 2864 | 2026-08-31T13:15:21.902Z | Checking postgres-protocol v0.6.10 |
| 2865 | 2026-08-31T13:15:21.980Z | Checking publicsuffix v2.3.0 |
| 2866 | 2026-08-31T13:15:22.004Z | Checking dof v0.4.0 |
| 2867 | 2026-08-31T13:15:22.110Z | Checking heapless v0.7.17 |
| 2868 | 2026-08-31T13:15:22.140Z | Checking zstd-safe v7.2.4 |
| 2869 | 2026-08-31T13:15:22.232Z | Checking goblin v0.8.2 |
| 2870 | 2026-08-31T13:15:22.308Z | Checking inout v0.2.2 |
| 2871 | 2026-08-31T13:15:22.401Z | Checking hyper-tls v0.6.0 |
| 2872 | 2026-08-31T13:15:22.456Z | Checking toml v0.7.8 |
| 2873 | 2026-08-31T13:15:22.521Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2874 | 2026-08-31T13:15:22.534Z | Checking object v0.30.4 |
| 2875 | 2026-08-31T13:15:22.569Z | Checking daft v0.1.8 |
| 2876 | 2026-08-31T13:15:22.641Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2877 | 2026-08-31T13:15:22.767Z | Checking cookie v0.18.1 |
| 2878 | 2026-08-31T13:15:22.770Z | Checking zip v0.6.6 |
| 2879 | 2026-08-31T13:15:22.797Z | Checking tokio-rustls v0.26.4 |
| 2880 | 2026-08-31T13:15:22.813Z | Checking phf_shared v0.13.1 |
| 2881 | 2026-08-31T13:15:22.999Z | Checking dtrace-parser v0.3.0 |
| 2882 | 2026-08-31T13:15:23.017Z | Checking zerocopy v0.7.35 |
| 2883 | 2026-08-31T13:15:23.030Z | Checking pin-project v1.1.11 |
| 2884 | 2026-08-31T13:15:23.112Z | Checking signal-hook v0.3.18 |
| 2885 | 2026-08-31T13:15:23.126Z | Checking futures-executor v0.3.32 |
| 2886 | 2026-08-31T13:15:23.243Z | Checking ff v0.13.1 |
| 2887 | 2026-08-31T13:15:23.271Z | Checking thread-id v5.1.0 |
| 2888 | 2026-08-31T13:15:23.301Z | Checking bitflags v1.3.2 |
| 2889 | 2026-08-31T13:15:23.347Z | Checking smawk v0.3.2 |
| 2890 | 2026-08-31T13:15:23.360Z | Checking libbz2-rs-sys v0.2.2 |
| 2891 | 2026-08-31T13:15:23.371Z | Checking either v1.15.0 |
| 2892 | 2026-08-31T13:15:23.426Z | Checking backtrace v0.3.76 |
| 2893 | 2026-08-31T13:15:23.467Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2894 | 2026-08-31T13:15:23.511Z | Checking foldhash v0.1.5 |
| 2895 | 2026-08-31T13:15:23.524Z | Checking bumpalo v3.20.2 |
| 2896 | 2026-08-31T13:15:23.553Z | Checking managed v0.8.0 |
| 2897 | 2026-08-31T13:15:23.639Z | Checking same-file v1.0.6 |
| 2898 | 2026-08-31T13:15:23.642Z | Compiling rayon-core v1.13.0 |
| 2899 | 2026-08-31T13:15:23.718Z | Checking base16ct v0.2.0 |
| 2900 | 2026-08-31T13:15:23.721Z | Checking path-slash v0.1.5 |
| 2901 | 2026-08-31T13:15:23.742Z | Checking foldhash v0.2.0 |
| 2902 | 2026-08-31T13:15:23.742Z | Checking unicode-linebreak v0.1.5 |
| 2903 | 2026-08-31T13:15:23.764Z | Checking jiff-core v0.1.0 |
| 2904 | 2026-08-31T13:15:23.819Z | Checking unicode-width v0.2.0 |
| 2905 | 2026-08-31T13:15:23.831Z | Checking is_ci v1.2.0 |
| 2906 | 2026-08-31T13:15:23.846Z | Checking sec1 v0.7.3 |
| 2907 | 2026-08-31T13:15:23.892Z | Checking hashbrown v0.16.1 |
| 2908 | 2026-08-31T13:15:23.927Z | Checking supports-color v3.0.2 |
| 2909 | 2026-08-31T13:15:23.971Z | Checking walkdir v2.5.0 |
| 2910 | 2026-08-31T13:15:24.046Z | Checking smoltcp v0.9.1 |
| 2911 | 2026-08-31T13:15:24.059Z | Checking textwrap v0.16.2 |
| 2912 | 2026-08-31T13:15:24.063Z | Checking bzip2 v0.6.1 |
| 2913 | 2026-08-31T13:15:24.133Z | Checking backtrace-ext v0.2.1 |
| 2914 | 2026-08-31T13:15:24.191Z | Checking dof v0.3.0 |
| 2915 | 2026-08-31T13:15:24.225Z | Checking zopfli v0.8.3 |
| 2916 | 2026-08-31T13:15:24.238Z | Checking hashbrown v0.15.5 |
| 2917 | 2026-08-31T13:15:24.285Z | Checking group v0.13.0 |
| 2918 | 2026-08-31T13:15:24.395Z | Checking usdt-impl v0.6.0 |
| 2919 | 2026-08-31T13:15:24.429Z | Checking signal-hook-mio v0.2.5 |
| 2920 | 2026-08-31T13:15:24.443Z | Checking jiff v0.2.34 |
| 2921 | 2026-08-31T13:15:24.466Z | Checking futures v0.3.32 |
| 2922 | 2026-08-31T13:15:24.529Z | Checking snafu v0.8.9 |
| 2923 | 2026-08-31T13:15:24.542Z | Checking hyper-rustls v0.27.7 |
| 2924 | 2026-08-31T13:15:24.554Z | Checking phf v0.13.1 |
| 2925 | 2026-08-31T13:15:24.630Z | Checking cookie_store v0.22.1 |
| 2926 | 2026-08-31T13:15:24.643Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2927 | 2026-08-31T13:15:24.678Z | Checking reqwest v0.12.28 |
| 2928 | 2026-08-31T13:15:24.694Z | Checking cipher v0.5.2 |
| 2929 | 2026-08-31T13:15:24.707Z | Checking zstd v0.13.3 |
| 2930 | 2026-08-31T13:15:24.740Z | Checking postgres-types v0.2.12 |
| 2931 | 2026-08-31T13:15:24.765Z | Checking rustls-platform-verifier v0.6.2 |
| 2932 | 2026-08-31T13:15:24.886Z | Checking globset v0.4.18 |
| 2933 | 2026-08-31T13:15:24.904Z | Checking crossbeam-deque v0.8.6 |
| 2934 | 2026-08-31T13:15:24.925Z | Checking phf_shared v0.11.3 |
| 2935 | 2026-08-31T13:15:24.957Z | Checking regex v1.12.3 |
| 2936 | 2026-08-31T13:15:24.971Z | Checking dtrace-parser v0.2.0 |
| 2937 | 2026-08-31T13:15:25.055Z | Checking hkdf v0.12.4 |
| 2938 | 2026-08-31T13:15:25.071Z | Checking ref-cast v1.0.25 |
| 2939 | 2026-08-31T13:15:25.084Z | Checking curve25519-dalek v4.1.3 |
| 2940 | 2026-08-31T13:15:25.129Z | Checking byte-wrapper v0.1.0 |
| 2941 | 2026-08-31T13:15:25.165Z | Checking olpc-cjson v0.1.4 |
| 2942 | 2026-08-31T13:15:25.184Z | Checking strum v0.27.2 |
| 2943 | 2026-08-31T13:15:25.199Z | Checking hubpack v0.1.2 |
| 2944 | 2026-08-31T13:15:25.227Z | Checking ed25519 v2.2.3 |
| 2945 | 2026-08-31T13:15:25.293Z | Checking memoffset v0.9.1 |
| 2946 | 2026-08-31T13:15:25.297Z | Checking rustix v0.38.44 |
| 2947 | 2026-08-31T13:15:25.329Z | Checking owo-colors v4.3.0 |
| 2948 | 2026-08-31T13:15:25.360Z | Checking pem v3.0.6 |
| 2949 | 2026-08-31T13:15:25.373Z | Checking crypto-bigint v0.5.5 |
| 2950 | 2026-08-31T13:15:25.414Z | Checking serde-big-array v0.5.1 |
| 2951 | 2026-08-31T13:15:25.426Z | Checking serde_plain v1.0.2 |
| 2952 | 2026-08-31T13:15:25.514Z | Checking erased-serde v0.3.31 |
| 2953 | 2026-08-31T13:15:25.543Z | Checking float-cmp v0.10.0 |
| 2954 | 2026-08-31T13:15:25.565Z | Checking memmap2 v0.9.10 |
| 2955 | 2026-08-31T13:15:25.667Z | Checking thread-id v4.2.2 |
| 2956 | 2026-08-31T13:15:25.724Z | Checking new_debug_unreachable v1.0.6 |
| 2957 | 2026-08-31T13:15:25.748Z | Checking winnow v1.0.3 |
| 2958 | 2026-08-31T13:15:25.792Z | Checking static_assertions v1.1.0 |
| 2959 | 2026-08-31T13:15:25.850Z | Checking winnow v0.7.14 |
| 2960 | 2026-08-31T13:15:25.863Z | Checking fixedbitset v0.4.2 |
| 2961 | 2026-08-31T13:15:25.875Z | Checking difflib v0.4.0 |
| 2962 | 2026-08-31T13:15:25.896Z | Checking predicates-core v1.0.10 |
| 2963 | 2026-08-31T13:15:26.008Z | Checking normalize-line-endings v0.3.0 |
| 2964 | 2026-08-31T13:15:26.019Z | Checking typed-path v0.9.3 |
| 2965 | 2026-08-31T13:15:26.042Z | Checking unicode-segmentation v1.12.0 |
| 2966 | 2026-08-31T13:15:26.093Z | Checking data-encoding v2.10.0 |
| 2967 | 2026-08-31T13:15:26.106Z | Checking cpufeatures v0.3.0 |
| 2968 | 2026-08-31T13:15:26.176Z | Checking whoami v2.1.0 |
| 2969 | 2026-08-31T13:15:26.289Z | Checking supports-hyperlinks v3.2.0 |
| 2970 | 2026-08-31T13:15:26.352Z | Checking keccak v0.1.6 |
| 2971 | 2026-08-31T13:15:26.365Z | Checking fixedbitset v0.5.7 |
| 2972 | 2026-08-31T13:15:26.371Z | Checking const-oid v0.10.2 |
| 2973 | 2026-08-31T13:15:26.371Z | Checking toml_write v0.1.2 |
| 2974 | 2026-08-31T13:15:26.402Z | Checking unicode-width v0.1.14 |
| 2975 | 2026-08-31T13:15:26.515Z | Checking precomputed-hash v0.1.1 |
| 2976 | 2026-08-31T13:15:26.535Z | Checking supports-unicode v3.0.0 |
| 2977 | 2026-08-31T13:15:26.547Z | Checking digest v0.11.3 |
| 2978 | 2026-08-31T13:15:26.559Z | Checking petgraph v0.8.3 |
| 2979 | 2026-08-31T13:15:26.587Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2980 | 2026-08-31T13:15:26.600Z | Checking string_cache v0.8.9 |
| 2981 | 2026-08-31T13:15:26.634Z | Checking sha3 v0.10.8 |
| 2982 | 2026-08-31T13:15:26.647Z | Checking miette v7.6.0 |
| 2983 | 2026-08-31T13:15:26.724Z | Checking tokio-postgres v0.7.16 |
| 2984 | 2026-08-31T13:15:26.762Z | Checking hickory-proto v0.25.2 |
| 2985 | 2026-08-31T13:15:26.788Z | Checking tough v0.22.0 |
| 2986 | 2026-08-31T13:15:26.839Z | Checking similar v2.7.0 |
| 2987 | 2026-08-31T13:15:26.911Z | Checking zip v4.6.1 |
| 2988 | 2026-08-31T13:15:27.040Z | Checking toml_edit v0.22.27 |
| 2989 | 2026-08-31T13:15:27.154Z | Checking elliptic-curve v0.13.8 |
| 2990 | 2026-08-31T13:15:27.214Z | Checking chacha20 v0.10.0 |
| 2991 | 2026-08-31T13:15:27.469Z | Checking crossterm v0.28.1 |
| 2992 | 2026-08-31T13:15:27.473Z | Checking predicates v3.1.4 |
| 2993 | 2026-08-31T13:15:27.495Z | Checking petgraph v0.6.5 |
| 2994 | 2026-08-31T13:15:27.794Z | Checking slog v2.8.2 |
| 2995 | 2026-08-31T13:15:28.028Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2996 | 2026-08-31T13:15:28.042Z | Checking ed25519-dalek v2.2.0 |
| 2997 | 2026-08-31T13:15:28.127Z | Checking usdt-impl v0.5.0 |
| 2998 | 2026-08-31T13:15:28.141Z | Checking usdt v0.6.0 |
| 2999 | 2026-08-31T13:15:28.197Z | Checking nix v0.31.2 |
| 3000 | 2026-08-31T13:15:28.277Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3001 | 2026-08-31T13:15:28.306Z | Checking iddqd v0.4.2 |
| 3002 | 2026-08-31T13:15:28.734Z | Checking reqwest v0.13.2 |
| 3003 | 2026-08-31T13:15:28.850Z | Checking itertools v0.13.0 |
| 3004 | 2026-08-31T13:15:28.866Z | Checking strum v0.26.3 |
| 3005 | 2026-08-31T13:15:28.887Z | Checking serde_with v3.21.0 |
| 3006 | 2026-08-31T13:15:28.972Z | Checking derive_more v2.1.1 |
| 3007 | 2026-08-31T13:15:29.072Z | Checking fs-err v3.3.0 |
| 3008 | 2026-08-31T13:15:29.212Z | Checking tokio-stream v0.1.18 |
| 3009 | 2026-08-31T13:15:29.375Z | Checking buf-list v1.1.2 |
| 3010 | 2026-08-31T13:15:29.390Z | Checking camino v1.2.5 |
| 3011 | 2026-08-31T13:15:29.554Z | Checking anyhow v1.0.104 |
| 3012 | 2026-08-31T13:15:29.567Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3013 | 2026-08-31T13:15:29.580Z | Checking openapiv3 v2.2.0 |
| 3014 | 2026-08-31T13:15:29.592Z | Checking lalrpop-util v0.19.12 |
| 3015 | 2026-08-31T13:15:29.642Z | Checking peg-runtime v0.8.5 |
| 3016 | 2026-08-31T13:15:29.746Z | Checking illumos-nvpair v0.3.0 |
| 3017 | 2026-08-31T13:15:29.750Z | Checking rayon v1.11.0 |
| 3018 | 2026-08-31T13:15:29.780Z | Checking sigpipe v0.1.3 |
| 3019 | 2026-08-31T13:15:29.823Z | Checking glob v0.3.3 |
| 3020 | 2026-08-31T13:15:30.747Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3021 | 2026-08-31T13:15:31.055Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3022 | 2026-08-31T13:15:31.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.64s |
| 3023 | 2026-08-31T13:15:31.505Z | |
| 3024 | 2026-08-31T13:15:31.505Z | info: running `cargo check --bins` on internal-dns-types (120/376) |
| 3025 | 2026-08-31T13:15:31.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-08-31T13:15:31.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-08-31T13:15:31.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-08-31T13:15:31.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3029 | 2026-08-31T13:15:32.072Z | |
| 3030 | 2026-08-31T13:15:32.072Z | info: running `cargo check --bins` on internal-dns-types-versions (121/376) |
| 3031 | 2026-08-31T13:15:32.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-08-31T13:15:32.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-08-31T13:15:32.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-08-31T13:15:32.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3035 | 2026-08-31T13:15:32.626Z | |
| 3036 | 2026-08-31T13:15:32.626Z | info: running `cargo check --bins` on nexus-types-versions (122/376) |
| 3037 | 2026-08-31T13:15:33.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-08-31T13:15:33.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-08-31T13:15:33.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-08-31T13:15:33.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3041 | 2026-08-31T13:15:33.217Z | |
| 3042 | 2026-08-31T13:15:33.218Z | info: running `cargo check --bins` on oxql-types (123/376) |
| 3043 | 2026-08-31T13:15:33.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-08-31T13:15:33.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-08-31T13:15:33.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-08-31T13:15:33.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3047 | 2026-08-31T13:15:33.785Z | |
| 3048 | 2026-08-31T13:15:33.785Z | info: running `cargo check --bins` on oximeter-types (124/376) |
| 3049 | 2026-08-31T13:15:34.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-08-31T13:15:34.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-08-31T13:15:34.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-08-31T13:15:34.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3053 | 2026-08-31T13:15:34.354Z | |
| 3054 | 2026-08-31T13:15:34.354Z | info: running `cargo check --bins` on oximeter-types-versions (125/376) |
| 3055 | 2026-08-31T13:15:34.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-08-31T13:15:34.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-08-31T13:15:34.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-08-31T13:15:34.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3059 | 2026-08-31T13:15:34.925Z | |
| 3060 | 2026-08-31T13:15:34.925Z | info: running `cargo check --bins` on oximeter-macro-impl (126/376) |
| 3061 | 2026-08-31T13:15:35.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-08-31T13:15:35.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-08-31T13:15:35.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-08-31T13:15:35.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3065 | 2026-08-31T13:15:35.481Z | |
| 3066 | 2026-08-31T13:15:35.481Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/376) |
| 3067 | 2026-08-31T13:15:35.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-08-31T13:15:35.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-08-31T13:15:36.164Z | Compiling multer v3.1.0 |
| 3070 | 2026-08-31T13:15:36.276Z | Compiling async-stream-impl v0.3.6 |
| 3071 | 2026-08-31T13:15:36.276Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-08-31T13:15:36.292Z | Compiling serde_tokenstream v0.3.0 |
| 3073 | 2026-08-31T13:15:36.301Z | Compiling dropshot v0.17.1 |
| 3074 | 2026-08-31T13:15:36.314Z | Compiling parse-display-derive v0.10.0 |
| 3075 | 2026-08-31T13:15:36.326Z | Compiling dropshot_endpoint v0.17.1 |
| 3076 | 2026-08-31T13:15:36.330Z | Compiling newtype-uuid-macros v0.1.0 |
| 3077 | 2026-08-31T13:15:36.516Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3078 | 2026-08-31T13:15:36.548Z | Checking thread_local v1.1.9 |
| 3079 | 2026-08-31T13:15:36.583Z | Compiling oxide-generation-macros v0.2.0 |
| 3080 | 2026-08-31T13:15:36.661Z | Checking compression-core v0.4.31 |
| 3081 | 2026-08-31T13:15:36.715Z | Checking match_cfg v0.1.0 |
| 3082 | 2026-08-31T13:15:36.785Z | Checking compression-codecs v0.4.37 |
| 3083 | 2026-08-31T13:15:36.800Z | Checking hostname v0.3.1 |
| 3084 | 2026-08-31T13:15:36.847Z | Checking crossbeam-channel v0.5.15 |
| 3085 | 2026-08-31T13:15:36.889Z | Checking atomicwrites v0.4.4 |
| 3086 | 2026-08-31T13:15:36.928Z | Checking slog-json v2.6.1 |
| 3087 | 2026-08-31T13:15:36.948Z | Checking is-terminal v0.4.17 |
| 3088 | 2026-08-31T13:15:37.011Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3089 | 2026-08-31T13:15:37.036Z | Checking serde_spanned v1.1.1 |
| 3090 | 2026-08-31T13:15:37.073Z | Checking take_mut v0.2.2 |
| 3091 | 2026-08-31T13:15:37.086Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3092 | 2026-08-31T13:15:37.163Z | Checking term v1.2.1 |
| 3093 | 2026-08-31T13:15:37.176Z | Checking debug-ignore v1.0.5 |
| 3094 | 2026-08-31T13:15:37.191Z | Checking slog-async v2.8.0 |
| 3095 | 2026-08-31T13:15:37.209Z | Checking slog-bunyan v2.5.0 |
| 3096 | 2026-08-31T13:15:37.263Z | Checking toml v1.1.2+spec-1.1.0 |
| 3097 | 2026-08-31T13:15:37.277Z | Checking async-compression v0.4.41 |
| 3098 | 2026-08-31T13:15:37.303Z | Checking async-stream v0.3.6 |
| 3099 | 2026-08-31T13:15:37.320Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3100 | 2026-08-31T13:15:37.361Z | Checking progenitor-client v0.14.0 |
| 3101 | 2026-08-31T13:15:37.381Z | Checking slog-term v2.9.2 |
| 3102 | 2026-08-31T13:15:37.423Z | Checking sha1 v0.11.0 |
| 3103 | 2026-08-31T13:15:37.516Z | Checking oxide-generation v0.1.3 |
| 3104 | 2026-08-31T13:15:37.587Z | Checking waitgroup v0.1.2 |
| 3105 | 2026-08-31T13:15:37.608Z | Checking rustls-pemfile v2.2.0 |
| 3106 | 2026-08-31T13:15:37.631Z | Checking backon v1.6.0 |
| 3107 | 2026-08-31T13:15:37.649Z | Checking serde_path_to_error v0.1.20 |
| 3108 | 2026-08-31T13:15:37.682Z | Checking hostname v0.4.2 |
| 3109 | 2026-08-31T13:15:37.732Z | Checking instant v0.1.13 |
| 3110 | 2026-08-31T13:15:37.794Z | Checking progenitor-extras v0.2.0 |
| 3111 | 2026-08-31T13:15:37.814Z | Checking backoff v0.4.0 |
| 3112 | 2026-08-31T13:15:37.841Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3113 | 2026-08-31T13:15:37.932Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3114 | 2026-08-31T13:15:37.960Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3115 | 2026-08-31T13:15:37.980Z | Checking parse-display v0.10.0 |
| 3116 | 2026-08-31T13:15:38.014Z | Checking itertools v0.14.0 |
| 3117 | 2026-08-31T13:15:38.044Z | Checking regress v0.10.5 |
| 3118 | 2026-08-31T13:15:38.119Z | Checking macaddr v1.0.1 |
| 3119 | 2026-08-31T13:15:38.286Z | Checking humantime v2.3.0 |
| 3120 | 2026-08-31T13:15:39.135Z | Compiling prettyplease v0.2.37 |
| 3121 | 2026-08-31T13:15:39.457Z | Checking num-rational v0.4.2 |
| 3122 | 2026-08-31T13:15:39.693Z | Checking num-complex v0.4.6 |
| 3123 | 2026-08-31T13:15:40.109Z | Compiling num v0.4.3 |
| 3124 | 2026-08-31T13:15:40.135Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3125 | 2026-08-31T13:15:40.239Z | Compiling usdt-attr-macro v0.5.0 |
| 3126 | 2026-08-31T13:15:40.253Z | Compiling usdt-macro v0.5.0 |
| 3127 | 2026-08-31T13:15:40.256Z | Checking memmap v0.7.0 |
| 3128 | 2026-08-31T13:15:40.348Z | Compiling float-ord v0.3.2 |
| 3129 | 2026-08-31T13:15:40.465Z | Compiling convert_case v0.4.0 |
| 3130 | 2026-08-31T13:15:40.734Z | Checking newline-converter v0.3.0 |
| 3131 | 2026-08-31T13:15:40.829Z | Compiling derive_more v0.99.20 |
| 3132 | 2026-08-31T13:15:40.848Z | Checking console v0.15.11 |
| 3133 | 2026-08-31T13:15:40.989Z | Compiling toml v0.8.23 |
| 3134 | 2026-08-31T13:15:41.010Z | Checking usdt v0.5.0 |
| 3135 | 2026-08-31T13:15:41.120Z | Checking linked-hash-map v0.5.6 |
| 3136 | 2026-08-31T13:15:41.178Z | Compiling minimal-lexical v0.2.1 |
| 3137 | 2026-08-31T13:15:41.288Z | Checking lru-cache v0.1.2 |
| 3138 | 2026-08-31T13:15:41.407Z | Compiling nom v7.1.3 |
| 3139 | 2026-08-31T13:15:41.428Z | Checking expectorate v1.2.0 |
| 3140 | 2026-08-31T13:15:41.655Z | Checking camino-tempfile v1.4.1 |
| 3141 | 2026-08-31T13:15:41.817Z | Checking hickory-proto v0.24.4 |
| 3142 | 2026-08-31T13:15:41.913Z | Checking phf_shared v0.12.1 |
| 3143 | 2026-08-31T13:15:42.058Z | Compiling slog-dtrace v0.3.0 |
| 3144 | 2026-08-31T13:15:42.061Z | Compiling unicode-xid v0.2.6 |
| 3145 | 2026-08-31T13:15:42.198Z | Checking resolv-conf v0.7.6 |
| 3146 | 2026-08-31T13:15:42.250Z | Checking heck v0.5.0 |
| 3147 | 2026-08-31T13:15:42.390Z | Compiling chrono-tz v0.10.4 |
| 3148 | 2026-08-31T13:15:42.634Z | Compiling const_format_proc_macros v0.2.34 |
| 3149 | 2026-08-31T13:15:42.670Z | Checking phf v0.12.1 |
| 3150 | 2026-08-31T13:15:42.748Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3151 | 2026-08-31T13:15:42.812Z | Checking tokio-dtrace v0.1.1 |
| 3152 | 2026-08-31T13:15:42.894Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3153 | 2026-08-31T13:15:43.050Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3154 | 2026-08-31T13:15:43.260Z | Compiling derive-where v1.6.0 |
| 3155 | 2026-08-31T13:15:43.413Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3156 | 2026-08-31T13:15:43.592Z | Checking highway v1.3.0 |
| 3157 | 2026-08-31T13:15:43.715Z | Checking hickory-resolver v0.24.4 |
| 3158 | 2026-08-31T13:15:43.829Z | Checking const_format v0.2.35 |
| 3159 | 2026-08-31T13:15:44.063Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3160 | 2026-08-31T13:15:44.474Z | Checking oxide-tokio-rt v0.1.4 |
| 3161 | 2026-08-31T13:15:44.511Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3162 | 2026-08-31T13:15:44.577Z | Checking qorb v0.4.1 |
| 3163 | 2026-08-31T13:15:44.783Z | Checking gethostname v0.5.0 |
| 3164 | 2026-08-31T13:15:44.798Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3165 | 2026-08-31T13:15:44.870Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3166 | 2026-08-31T13:15:44.873Z | Checking bcs v0.1.6 |
| 3167 | 2026-08-31T13:15:44.936Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3168 | 2026-08-31T13:15:44.951Z | Checking termtree v0.5.1 |
| 3169 | 2026-08-31T13:15:48.107Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3170 | 2026-08-31T13:15:51.219Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3171 | 2026-08-31T13:15:53.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.97s |
| 3172 | 2026-08-31T13:15:53.632Z | |
| 3173 | 2026-08-31T13:15:53.632Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376) |
| 3174 | 2026-08-31T13:15:54.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-08-31T13:15:54.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-08-31T13:15:54.313Z | Compiling ar_archive_writer v0.5.1 |
| 3177 | 2026-08-31T13:15:54.423Z | Compiling stacker v0.1.23 |
| 3178 | 2026-08-31T13:15:54.431Z | Compiling cfg_aliases v0.1.1 |
| 3179 | 2026-08-31T13:15:54.438Z | Compiling proc-macro-error v1.0.4 |
| 3180 | 2026-08-31T13:15:54.447Z | Checking fd-lock v4.0.4 |
| 3181 | 2026-08-31T13:15:54.450Z | Checking nibble_vec v0.1.0 |
| 3182 | 2026-08-31T13:15:54.450Z | Checking vte v0.14.1 |
| 3183 | 2026-08-31T13:15:54.450Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3184 | 2026-08-31T13:15:54.490Z | Compiling nix v0.28.0 |
| 3185 | 2026-08-31T13:15:54.553Z | Checking endian-type v0.1.2 |
| 3186 | 2026-08-31T13:15:54.580Z | Checking bytecount v0.6.9 |
| 3187 | 2026-08-31T13:15:54.593Z | Checking strip-ansi-escapes v0.2.1 |
| 3188 | 2026-08-31T13:15:54.671Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3189 | 2026-08-31T13:15:54.684Z | Checking radix_trie v0.2.1 |
| 3190 | 2026-08-31T13:15:54.687Z | Checking papergrid v0.11.0 |
| 3191 | 2026-08-31T13:15:54.707Z | Compiling peg-macros v0.8.5 |
| 3192 | 2026-08-31T13:15:54.719Z | Compiling tabled_derive v0.7.0 |
| 3193 | 2026-08-31T13:15:54.871Z | Compiling sqlparser_derive v0.5.0 |
| 3194 | 2026-08-31T13:15:54.895Z | Checking winnow v0.6.26 |
| 3195 | 2026-08-31T13:15:55.130Z | Checking home v0.5.12 |
| 3196 | 2026-08-31T13:15:55.226Z | Compiling psm v0.1.30 |
| 3197 | 2026-08-31T13:15:55.239Z | Checking nu-ansi-term v0.50.3 |
| 3198 | 2026-08-31T13:15:55.300Z | Checking unicode_categories v0.1.1 |
| 3199 | 2026-08-31T13:15:55.442Z | Checking reedline v0.40.0 |
| 3200 | 2026-08-31T13:15:55.477Z | Checking crossterm v0.29.0 |
| 3201 | 2026-08-31T13:15:55.620Z | Checking display-error-chain v0.2.2 |
| 3202 | 2026-08-31T13:15:55.677Z | Checking tabled v0.15.0 |
| 3203 | 2026-08-31T13:15:55.771Z | Checking rustyline v14.0.0 |
| 3204 | 2026-08-31T13:15:56.001Z | Checking recursive v0.1.1 |
| 3205 | 2026-08-31T13:15:56.022Z | Checking peg v0.8.5 |
| 3206 | 2026-08-31T13:15:56.055Z | Checking sqlformat v0.3.5 |
| 3207 | 2026-08-31T13:15:56.085Z | Checking sqlparser v0.61.0 |
| 3208 | 2026-08-31T13:16:07.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s |
| 3209 | 2026-08-31T13:16:07.534Z | |
| 3210 | 2026-08-31T13:16:07.534Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376) |
| 3211 | 2026-08-31T13:16:08.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2026-08-31T13:16:08.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2026-08-31T13:16:08.203Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3214 | 2026-08-31T13:16:11.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3215 | 2026-08-31T13:16:11.913Z | |
| 3216 | 2026-08-31T13:16:11.913Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376) |
| 3217 | 2026-08-31T13:16:12.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2026-08-31T13:16:12.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2026-08-31T13:16:12.585Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3220 | 2026-08-31T13:16:15.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3221 | 2026-08-31T13:16:15.310Z | |
| 3222 | 2026-08-31T13:16:15.310Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376) |
| 3223 | 2026-08-31T13:16:15.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2026-08-31T13:16:15.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2026-08-31T13:16:15.971Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3226 | 2026-08-31T13:16:19.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3227 | 2026-08-31T13:16:19.508Z | |
| 3228 | 2026-08-31T13:16:19.508Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376) |
| 3229 | 2026-08-31T13:16:20.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2026-08-31T13:16:20.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2026-08-31T13:16:20.178Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3232 | 2026-08-31T13:16:23.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 3233 | 2026-08-31T13:16:23.729Z | |
| 3234 | 2026-08-31T13:16:23.729Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376) |
| 3235 | 2026-08-31T13:16:24.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2026-08-31T13:16:24.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2026-08-31T13:16:24.397Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3238 | 2026-08-31T13:16:27.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 3239 | 2026-08-31T13:16:27.262Z | |
| 3240 | 2026-08-31T13:16:27.262Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376) |
| 3241 | 2026-08-31T13:16:27.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2026-08-31T13:16:27.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2026-08-31T13:16:27.933Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3244 | 2026-08-31T13:16:30.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 3245 | 2026-08-31T13:16:30.827Z | |
| 3246 | 2026-08-31T13:16:30.827Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376) |
| 3247 | 2026-08-31T13:16:31.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2026-08-31T13:16:31.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2026-08-31T13:16:31.492Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3250 | 2026-08-31T13:16:35.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3251 | 2026-08-31T13:16:35.200Z | |
| 3252 | 2026-08-31T13:16:35.200Z | info: running `cargo check --bins` on oximeter (136/376) |
| 3253 | 2026-08-31T13:16:35.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2026-08-31T13:16:35.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2026-08-31T13:16:35.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2026-08-31T13:16:35.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3257 | 2026-08-31T13:16:35.768Z | |
| 3258 | 2026-08-31T13:16:35.768Z | info: running `cargo check --bins` on oximeter-schema (137/376) |
| 3259 | 2026-08-31T13:16:36.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2026-08-31T13:16:36.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2026-08-31T13:16:36.392Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3262 | 2026-08-31T13:16:36.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3263 | 2026-08-31T13:16:36.938Z | |
| 3264 | 2026-08-31T13:16:36.938Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/376) |
| 3265 | 2026-08-31T13:16:37.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2026-08-31T13:16:37.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2026-08-31T13:16:37.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2026-08-31T13:16:37.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3269 | 2026-08-31T13:16:37.505Z | |
| 3270 | 2026-08-31T13:16:37.505Z | info: running `cargo check --bins` on oximeter-test-utils (139/376) |
| 3271 | 2026-08-31T13:16:38.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2026-08-31T13:16:38.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2026-08-31T13:16:38.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2026-08-31T13:16:38.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3275 | 2026-08-31T13:16:38.112Z | |
| 3276 | 2026-08-31T13:16:38.112Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376) |
| 3277 | 2026-08-31T13:16:38.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2026-08-31T13:16:38.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2026-08-31T13:16:38.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2026-08-31T13:16:38.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3281 | 2026-08-31T13:16:38.678Z | |
| 3282 | 2026-08-31T13:16:38.678Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376) |
| 3283 | 2026-08-31T13:16:39.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2026-08-31T13:16:39.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2026-08-31T13:16:39.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2026-08-31T13:16:39.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3287 | 2026-08-31T13:16:39.253Z | |
| 3288 | 2026-08-31T13:16:39.253Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376) |
| 3289 | 2026-08-31T13:16:39.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2026-08-31T13:16:39.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2026-08-31T13:16:39.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2026-08-31T13:16:39.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3293 | 2026-08-31T13:16:39.825Z | |
| 3294 | 2026-08-31T13:16:39.825Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376) |
| 3295 | 2026-08-31T13:16:40.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2026-08-31T13:16:40.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2026-08-31T13:16:40.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2026-08-31T13:16:40.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3299 | 2026-08-31T13:16:40.398Z | |
| 3300 | 2026-08-31T13:16:40.398Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/376) |
| 3301 | 2026-08-31T13:16:40.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2026-08-31T13:16:40.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2026-08-31T13:16:40.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2026-08-31T13:16:40.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3305 | 2026-08-31T13:16:40.972Z | |
| 3306 | 2026-08-31T13:16:40.972Z | info: running `cargo check --bins` on reconfigurator-cli (145/376) |
| 3307 | 2026-08-31T13:16:41.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2026-08-31T13:16:41.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2026-08-31T13:16:41.795Z | Compiling crucible-workspace-hack v0.1.0 |
| 3310 | 2026-08-31T13:16:41.795Z | Compiling regress v0.11.1 |
| 3311 | 2026-08-31T13:16:41.795Z | Checking secrecy v0.10.3 |
| 3312 | 2026-08-31T13:16:41.795Z | Checking half v2.7.1 |
| 3313 | 2026-08-31T13:16:41.795Z | Checking ciborium-io v0.2.2 |
| 3314 | 2026-08-31T13:16:41.795Z | Checking inout v0.1.4 |
| 3315 | 2026-08-31T13:16:41.795Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3316 | 2026-08-31T13:16:41.796Z | Checking universal-hash v0.5.1 |
| 3317 | 2026-08-31T13:16:42.038Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3318 | 2026-08-31T13:16:42.052Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3319 | 2026-08-31T13:16:42.066Z | Checking cipher v0.4.4 |
| 3320 | 2026-08-31T13:16:42.101Z | Checking opaque-debug v0.3.1 |
| 3321 | 2026-08-31T13:16:42.169Z | Checking poly1305 v0.8.0 |
| 3322 | 2026-08-31T13:16:42.184Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3323 | 2026-08-31T13:16:42.200Z | Checking ciborium-ll v0.2.2 |
| 3324 | 2026-08-31T13:16:42.216Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3325 | 2026-08-31T13:16:42.259Z | Checking chacha20 v0.9.1 |
| 3326 | 2026-08-31T13:16:42.373Z | Checking ciborium v0.2.2 |
| 3327 | 2026-08-31T13:16:42.430Z | Checking password-hash v0.5.0 |
| 3328 | 2026-08-31T13:16:42.448Z | Checking blake2 v0.10.6 |
| 3329 | 2026-08-31T13:16:42.506Z | Checking aead v0.5.2 |
| 3330 | 2026-08-31T13:16:42.584Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3331 | 2026-08-31T13:16:42.652Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3332 | 2026-08-31T13:16:42.666Z | Checking indent_write v2.2.0 |
| 3333 | 2026-08-31T13:16:42.685Z | Checking argon2 v0.5.3 |
| 3334 | 2026-08-31T13:16:42.790Z | Checking chacha20poly1305 v0.10.1 |
| 3335 | 2026-08-31T13:16:42.793Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3336 | 2026-08-31T13:16:42.906Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3337 | 2026-08-31T13:16:42.921Z | Compiling unsafe-libyaml v0.2.11 |
| 3338 | 2026-08-31T13:16:43.040Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3339 | 2026-08-31T13:16:43.219Z | Checking thiserror-no-std v2.0.2 |
| 3340 | 2026-08-31T13:16:43.240Z | Compiling itertools v0.15.0 |
| 3341 | 2026-08-31T13:16:43.308Z | Checking vsss-rs v3.3.4 |
| 3342 | 2026-08-31T13:16:43.439Z | Compiling heapless v0.8.0 |
| 3343 | 2026-08-31T13:16:43.658Z | Compiling typify-impl v0.6.2 |
| 3344 | 2026-08-31T13:16:43.722Z | Compiling proc-macro-crate v3.4.0 |
| 3345 | 2026-08-31T13:16:44.007Z | Compiling serde_yaml v0.9.34+deprecated |
| 3346 | 2026-08-31T13:16:44.247Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3347 | 2026-08-31T13:16:44.273Z | Compiling num_enum_derive v0.7.6 |
| 3348 | 2026-08-31T13:16:44.401Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3349 | 2026-08-31T13:16:44.522Z | Checking hash32 v0.3.1 |
| 3350 | 2026-08-31T13:16:44.585Z | Compiling ingot-macros v0.2.0 |
| 3351 | 2026-08-31T13:16:44.656Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3352 | 2026-08-31T13:16:44.864Z | Compiling smoltcp v0.11.0 |
| 3353 | 2026-08-31T13:16:45.144Z | Checking tabwriter v1.4.1 |
| 3354 | 2026-08-31T13:16:45.222Z | Checking cobs v0.3.0 |
| 3355 | 2026-08-31T13:16:45.291Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3356 | 2026-08-31T13:16:45.306Z | Checking swrite v0.1.0 |
| 3357 | 2026-08-31T13:16:45.322Z | Checking num_enum v0.7.6 |
| 3358 | 2026-08-31T13:16:45.371Z | Checking postcard v1.1.3 |
| 3359 | 2026-08-31T13:16:45.437Z | Compiling proc-macro-crate v1.3.1 |
| 3360 | 2026-08-31T13:16:45.455Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3361 | 2026-08-31T13:16:45.490Z | Compiling foreign-types-macros v0.2.3 |
| 3362 | 2026-08-31T13:16:45.534Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3363 | 2026-08-31T13:16:45.660Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3364 | 2026-08-31T13:16:45.679Z | Checking colored v3.1.1 |
| 3365 | 2026-08-31T13:16:45.847Z | Checking foreign-types-shared v0.3.1 |
| 3366 | 2026-08-31T13:16:45.881Z | Compiling num_enum_derive v0.5.11 |
| 3367 | 2026-08-31T13:16:46.022Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3368 | 2026-08-31T13:16:46.054Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3369 | 2026-08-31T13:16:46.085Z | Checking foreign-types v0.5.0 |
| 3370 | 2026-08-31T13:16:46.165Z | Checking cstr-argument v0.1.2 |
| 3371 | 2026-08-31T13:16:46.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3372 | 2026-08-31T13:16:46.458Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3373 | 2026-08-31T13:16:46.505Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3374 | 2026-08-31T13:16:46.521Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3375 | 2026-08-31T13:16:46.567Z | Checking rand v0.10.1 |
| 3376 | 2026-08-31T13:16:46.587Z | Checking itertools v0.12.1 |
| 3377 | 2026-08-31T13:16:46.676Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3378 | 2026-08-31T13:16:46.692Z | Compiling zone_cfg_derive v0.3.1 |
| 3379 | 2026-08-31T13:16:46.910Z | Checking num_enum v0.5.11 |
| 3380 | 2026-08-31T13:16:46.998Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3381 | 2026-08-31T13:16:47.079Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3382 | 2026-08-31T13:16:47.113Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3383 | 2026-08-31T13:16:47.208Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3384 | 2026-08-31T13:16:47.344Z | Compiling num-derive v0.4.2 |
| 3385 | 2026-08-31T13:16:47.383Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3386 | 2026-08-31T13:16:47.415Z | Checking ingot-types v0.2.0 |
| 3387 | 2026-08-31T13:16:47.567Z | Compiling semver v0.1.20 |
| 3388 | 2026-08-31T13:16:47.609Z | Checking zone v0.3.1 |
| 3389 | 2026-08-31T13:16:47.790Z | Checking ingot v0.2.1 |
| 3390 | 2026-08-31T13:16:47.859Z | Compiling rustc_version v0.1.7 |
| 3391 | 2026-08-31T13:16:47.917Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3392 | 2026-08-31T13:16:48.130Z | Checking smf v0.2.3 |
| 3393 | 2026-08-31T13:16:48.146Z | Checking nom v8.0.0 |
| 3394 | 2026-08-31T13:16:48.181Z | Checking csv-core v0.1.13 |
| 3395 | 2026-08-31T13:16:48.206Z | Compiling typify-macro v0.6.2 |
| 3396 | 2026-08-31T13:16:48.337Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3397 | 2026-08-31T13:16:48.364Z | Checking whoami v1.6.1 |
| 3398 | 2026-08-31T13:16:48.380Z | Checking csv v1.4.0 |
| 3399 | 2026-08-31T13:16:48.543Z | Compiling newtype_derive v0.1.6 |
| 3400 | 2026-08-31T13:16:48.562Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3401 | 2026-08-31T13:16:48.694Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3402 | 2026-08-31T13:16:48.712Z | Compiling cancel-safe-futures v0.1.5 |
| 3403 | 2026-08-31T13:16:48.745Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3404 | 2026-08-31T13:16:48.781Z | Compiling libefi-sys v0.1.0 |
| 3405 | 2026-08-31T13:16:48.945Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3406 | 2026-08-31T13:16:49.095Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3407 | 2026-08-31T13:16:49.111Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3408 | 2026-08-31T13:16:49.166Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3409 | 2026-08-31T13:16:49.237Z | Checking oxide-update-engine-types v0.1.2 |
| 3410 | 2026-08-31T13:16:49.308Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3411 | 2026-08-31T13:16:49.342Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3412 | 2026-08-31T13:16:49.521Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3413 | 2026-08-31T13:16:49.544Z | Compiling bitfield-struct v0.6.2 |
| 3414 | 2026-08-31T13:16:49.661Z | Checking linear-map v1.2.0 |
| 3415 | 2026-08-31T13:16:49.827Z | Checking steno v0.4.1 |
| 3416 | 2026-08-31T13:16:49.956Z | Compiling typify v0.6.2 |
| 3417 | 2026-08-31T13:16:50.073Z | Compiling progenitor-impl v0.14.0 |
| 3418 | 2026-08-31T13:16:50.145Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3419 | 2026-08-31T13:16:50.148Z | Checking oxide-update-engine v0.1.2 |
| 3420 | 2026-08-31T13:16:50.184Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3421 | 2026-08-31T13:16:50.422Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3422 | 2026-08-31T13:16:50.584Z | Checking sha1 v0.10.6 |
| 3423 | 2026-08-31T13:16:50.587Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3424 | 2026-08-31T13:16:50.614Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3425 | 2026-08-31T13:16:50.677Z | Checking utf-8 v0.7.6 |
| 3426 | 2026-08-31T13:16:50.756Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3427 | 2026-08-31T13:16:50.815Z | Checking tungstenite v0.21.0 |
| 3428 | 2026-08-31T13:16:50.830Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3429 | 2026-08-31T13:16:50.985Z | Checking ignore v0.4.25 |
| 3430 | 2026-08-31T13:16:51.000Z | Checking anstyle-parse v0.2.7 |
| 3431 | 2026-08-31T13:16:51.031Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-08-31T13:16:51.156Z | Compiling xshell-macros v0.2.7 |
| 3433 | 2026-08-31T13:16:51.238Z | Checking anstream v0.6.21 |
| 3434 | 2026-08-31T13:16:51.252Z | Checking tokio-tungstenite v0.21.0 |
| 3435 | 2026-08-31T13:16:51.389Z | Checking globwalk v0.9.1 |
| 3436 | 2026-08-31T13:16:51.444Z | Checking predicates-tree v1.0.13 |
| 3437 | 2026-08-31T13:16:51.527Z | Checking filetime v0.2.27 |
| 3438 | 2026-08-31T13:16:51.549Z | Checking xshell v0.2.7 |
| 3439 | 2026-08-31T13:16:51.564Z | Checking tagptr v0.2.0 |
| 3440 | 2026-08-31T13:16:51.578Z | Checking xattr v1.6.1 |
| 3441 | 2026-08-31T13:16:51.635Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3442 | 2026-08-31T13:16:51.661Z | Checking camino-tempfile-ext v0.3.3 |
| 3443 | 2026-08-31T13:16:51.702Z | Checking moka v0.12.13 |
| 3444 | 2026-08-31T13:16:51.703Z | Checking tar v0.4.46 |
| 3445 | 2026-08-31T13:16:51.739Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3446 | 2026-08-31T13:16:51.853Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3447 | 2026-08-31T13:16:51.856Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3448 | 2026-08-31T13:16:51.924Z | Checking rand_seeder v0.4.0 |
| 3449 | 2026-08-31T13:16:51.988Z | Checking half v1.8.3 |
| 3450 | 2026-08-31T13:16:52.014Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3451 | 2026-08-31T13:16:52.071Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3452 | 2026-08-31T13:16:52.097Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3453 | 2026-08-31T13:16:52.187Z | Checking serde_cbor v0.11.2 |
| 3454 | 2026-08-31T13:16:52.338Z | Checking hickory-resolver v0.25.2 |
| 3455 | 2026-08-31T13:16:52.354Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3456 | 2026-08-31T13:16:52.370Z | Checking digest-io v0.1.0 |
| 3457 | 2026-08-31T13:16:52.501Z | Checking sha2 v0.11.0 |
| 3458 | 2026-08-31T13:16:52.567Z | Compiling petname v2.0.2 |
| 3459 | 2026-08-31T13:16:52.663Z | Compiling progenitor-macro v0.14.0 |
| 3460 | 2026-08-31T13:16:53.028Z | Checking rawzip v0.4.4 |
| 3461 | 2026-08-31T13:16:53.043Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3462 | 2026-08-31T13:16:53.068Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3463 | 2026-08-31T13:16:53.456Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3464 | 2026-08-31T13:16:53.477Z | Checking sapling-renderdag v0.1.0 |
| 3465 | 2026-08-31T13:16:53.545Z | Checking subprocess v0.2.15 |
| 3466 | 2026-08-31T13:16:53.648Z | Checking sync-ptr v0.1.4 |
| 3467 | 2026-08-31T13:16:53.761Z | Checking colored v2.2.0 |
| 3468 | 2026-08-31T13:16:53.776Z | Checking assert_matches v1.5.0 |
| 3469 | 2026-08-31T13:16:53.849Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3470 | 2026-08-31T13:16:54.010Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-31T13:16:54.197Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3472 | 2026-08-31T13:16:54.277Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3473 | 2026-08-31T13:16:54.353Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3474 | 2026-08-31T13:16:54.858Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3475 | 2026-08-31T13:16:54.858Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3476 | 2026-08-31T13:16:55.709Z | Checking progenitor v0.14.0 |
| 3477 | 2026-08-31T13:16:55.845Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3478 | 2026-08-31T13:16:55.848Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3479 | 2026-08-31T13:16:55.848Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3480 | 2026-08-31T13:16:55.848Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3481 | 2026-08-31T13:16:55.848Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3482 | 2026-08-31T13:16:55.848Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3483 | 2026-08-31T13:16:56.213Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3484 | 2026-08-31T13:16:56.317Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3485 | 2026-08-31T13:16:56.494Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3486 | 2026-08-31T13:16:56.569Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3487 | 2026-08-31T13:16:56.586Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3488 | 2026-08-31T13:16:56.766Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3489 | 2026-08-31T13:16:57.582Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3490 | 2026-08-31T13:16:57.717Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3491 | 2026-08-31T13:16:58.344Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3492 | 2026-08-31T13:16:58.884Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3493 | 2026-08-31T13:17:07.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3494 | 2026-08-31T13:17:14.848Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3495 | 2026-08-31T13:17:14.848Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3496 | 2026-08-31T13:17:14.851Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3497 | 2026-08-31T13:17:16.410Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3498 | 2026-08-31T13:17:17.694Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3499 | 2026-08-31T13:17:19.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s |
| 3500 | 2026-08-31T13:17:20.160Z | |
| 3501 | 2026-08-31T13:17:20.160Z | info: running `cargo check --bins` on nexus-inventory (146/376) |
| 3502 | 2026-08-31T13:17:20.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-31T13:17:20.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-31T13:17:20.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-31T13:17:20.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3506 | 2026-08-31T13:17:20.778Z | |
| 3507 | 2026-08-31T13:17:20.779Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376) |
| 3508 | 2026-08-31T13:17:21.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-31T13:17:21.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-31T13:17:21.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-31T13:17:21.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3512 | 2026-08-31T13:17:21.355Z | |
| 3513 | 2026-08-31T13:17:21.355Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/376) |
| 3514 | 2026-08-31T13:17:21.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-31T13:17:21.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-31T13:17:21.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-31T13:17:21.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3518 | 2026-08-31T13:17:21.934Z | |
| 3519 | 2026-08-31T13:17:21.935Z | info: running `cargo check --bins` on dns-service-client (149/376) |
| 3520 | 2026-08-31T13:17:22.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-31T13:17:22.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-31T13:17:22.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-31T13:17:22.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3524 | 2026-08-31T13:17:22.500Z | |
| 3525 | 2026-08-31T13:17:22.500Z | info: running `cargo check --bins` on ntp-admin-client (150/376) |
| 3526 | 2026-08-31T13:17:22.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-31T13:17:22.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-31T13:17:22.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-31T13:17:22.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3530 | 2026-08-31T13:17:23.062Z | |
| 3531 | 2026-08-31T13:17:23.062Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/376) |
| 3532 | 2026-08-31T13:17:23.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-31T13:17:23.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-31T13:17:23.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-31T13:17:23.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3536 | 2026-08-31T13:17:23.627Z | |
| 3537 | 2026-08-31T13:17:23.627Z | info: running `cargo check --bins` on cockroach-admin-client (152/376) |
| 3538 | 2026-08-31T13:17:24.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-31T13:17:24.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-31T13:17:24.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-31T13:17:24.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3542 | 2026-08-31T13:17:24.190Z | |
| 3543 | 2026-08-31T13:17:24.190Z | info: running `cargo check --bins` on parallel-task-set (153/376) |
| 3544 | 2026-08-31T13:17:24.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-31T13:17:24.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-31T13:17:24.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-31T13:17:24.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3548 | 2026-08-31T13:17:24.753Z | |
| 3549 | 2026-08-31T13:17:24.753Z | info: running `cargo check --bins` on sled-agent-client (154/376) |
| 3550 | 2026-08-31T13:17:25.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-31T13:17:25.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-31T13:17:25.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-31T13:17:25.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3554 | 2026-08-31T13:17:25.340Z | |
| 3555 | 2026-08-31T13:17:25.340Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376) |
| 3556 | 2026-08-31T13:17:25.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-31T13:17:25.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-31T13:17:25.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-31T13:17:25.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3560 | 2026-08-31T13:17:25.936Z | |
| 3561 | 2026-08-31T13:17:25.936Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/376) |
| 3562 | 2026-08-31T13:17:26.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-31T13:17:26.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-31T13:17:26.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-31T13:17:26.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3566 | 2026-08-31T13:17:26.531Z | |
| 3567 | 2026-08-31T13:17:26.531Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376) |
| 3568 | 2026-08-31T13:17:27.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-31T13:17:27.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-31T13:17:27.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-31T13:17:27.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3572 | 2026-08-31T13:17:27.123Z | |
| 3573 | 2026-08-31T13:17:27.123Z | info: running `cargo check --bins` on key-manager (158/376) |
| 3574 | 2026-08-31T13:17:27.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-31T13:17:27.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-31T13:17:27.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-31T13:17:27.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3578 | 2026-08-31T13:17:27.703Z | |
| 3579 | 2026-08-31T13:17:27.703Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/376) |
| 3580 | 2026-08-31T13:17:28.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-31T13:17:28.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-31T13:17:28.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-31T13:17:28.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-08-31T13:17:28.296Z | |
| 3585 | 2026-08-31T13:17:28.296Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376) |
| 3586 | 2026-08-31T13:17:28.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-31T13:17:28.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-31T13:17:28.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-31T13:17:28.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-08-31T13:17:28.891Z | |
| 3591 | 2026-08-31T13:17:28.891Z | info: running `cargo check --bins` on typed-rng (161/376) |
| 3592 | 2026-08-31T13:17:29.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-31T13:17:29.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-31T13:17:29.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-31T13:17:29.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3596 | 2026-08-31T13:17:29.452Z | |
| 3597 | 2026-08-31T13:17:29.453Z | info: running `cargo check --bins` on gateway-test-utils (162/376) |
| 3598 | 2026-08-31T13:17:29.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-31T13:17:29.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-31T13:17:29.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-31T13:17:29.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3602 | 2026-08-31T13:17:30.076Z | |
| 3603 | 2026-08-31T13:17:30.076Z | info: running `cargo check --bins` on omicron-gateway (163/376) |
| 3604 | 2026-08-31T13:17:30.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-31T13:17:30.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-31T13:17:30.812Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3607 | 2026-08-31T13:17:30.815Z | Checking void v1.0.2 |
| 3608 | 2026-08-31T13:17:30.815Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3609 | 2026-08-31T13:17:30.815Z | Checking nix v0.27.1 |
| 3610 | 2026-08-31T13:17:30.816Z | Checking tungstenite v0.23.0 |
| 3611 | 2026-08-31T13:17:30.816Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3612 | 2026-08-31T13:17:30.816Z | Checking dropshot-api-manager-types v0.8.0 |
| 3613 | 2026-08-31T13:17:30.928Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3614 | 2026-08-31T13:17:31.012Z | Checking lzss v0.8.2 |
| 3615 | 2026-08-31T13:17:31.075Z | Checking kstat-rs v0.2.5 |
| 3616 | 2026-08-31T13:17:31.133Z | Checking fxhash v0.2.1 |
| 3617 | 2026-08-31T13:17:31.189Z | Checking serde_bytes v0.11.19 |
| 3618 | 2026-08-31T13:17:31.226Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3619 | 2026-08-31T13:17:31.240Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3620 | 2026-08-31T13:17:31.252Z | Checking signal-hook-tokio v0.3.1 |
| 3621 | 2026-08-31T13:17:31.255Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3622 | 2026-08-31T13:17:31.355Z | Checking tokio-tungstenite v0.23.1 |
| 3623 | 2026-08-31T13:17:31.441Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3624 | 2026-08-31T13:17:32.509Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3625 | 2026-08-31T13:17:33.057Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3626 | 2026-08-31T13:17:35.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
| 3627 | 2026-08-31T13:17:35.407Z | |
| 3628 | 2026-08-31T13:17:35.407Z | info: running `cargo check --bins` on gateway-api (164/376) |
| 3629 | 2026-08-31T13:17:35.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-31T13:17:35.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-31T13:17:35.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-31T13:17:35.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3633 | 2026-08-31T13:17:35.973Z | |
| 3634 | 2026-08-31T13:17:35.973Z | info: running `cargo check --bins` on ipcc (165/376) |
| 3635 | 2026-08-31T13:17:36.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-31T13:17:36.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-31T13:17:36.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-31T13:17:36.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3639 | 2026-08-31T13:17:36.532Z | |
| 3640 | 2026-08-31T13:17:36.532Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376) |
| 3641 | 2026-08-31T13:17:37.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-31T13:17:37.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-31T13:17:37.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-31T13:17:37.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3645 | 2026-08-31T13:17:37.087Z | |
| 3646 | 2026-08-31T13:17:37.088Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376) |
| 3647 | 2026-08-31T13:17:37.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-31T13:17:37.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-31T13:17:37.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-31T13:17:37.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3651 | 2026-08-31T13:17:37.679Z | |
| 3652 | 2026-08-31T13:17:37.679Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376) |
| 3653 | 2026-08-31T13:17:38.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-31T13:17:38.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-31T13:17:38.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-31T13:17:38.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3657 | 2026-08-31T13:17:38.254Z | |
| 3658 | 2026-08-31T13:17:38.254Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376) |
| 3659 | 2026-08-31T13:17:38.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-31T13:17:38.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-31T13:17:38.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-31T13:17:38.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-31T13:17:38.832Z | |
| 3664 | 2026-08-31T13:17:38.832Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376) |
| 3665 | 2026-08-31T13:17:39.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-31T13:17:39.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-31T13:17:39.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-31T13:17:39.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3669 | 2026-08-31T13:17:39.410Z | |
| 3670 | 2026-08-31T13:17:39.410Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376) |
| 3671 | 2026-08-31T13:17:39.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-31T13:17:39.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-31T13:17:39.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-31T13:17:39.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3675 | 2026-08-31T13:17:40.008Z | |
| 3676 | 2026-08-31T13:17:40.008Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376) |
| 3677 | 2026-08-31T13:17:40.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-31T13:17:40.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-31T13:17:40.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-31T13:17:40.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3681 | 2026-08-31T13:17:40.590Z | |
| 3682 | 2026-08-31T13:17:40.590Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376) |
| 3683 | 2026-08-31T13:17:41.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-31T13:17:41.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-31T13:17:41.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-31T13:17:41.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3687 | 2026-08-31T13:17:41.177Z | |
| 3688 | 2026-08-31T13:17:41.177Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376) |
| 3689 | 2026-08-31T13:17:41.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-31T13:17:41.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-31T13:17:41.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-31T13:17:41.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-31T13:17:41.753Z | |
| 3694 | 2026-08-31T13:17:41.753Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376) |
| 3695 | 2026-08-31T13:17:42.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-31T13:17:42.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-31T13:17:42.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-31T13:17:42.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3699 | 2026-08-31T13:17:42.331Z | |
| 3700 | 2026-08-31T13:17:42.332Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376) |
| 3701 | 2026-08-31T13:17:42.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-31T13:17:42.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-31T13:17:42.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-31T13:17:42.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3705 | 2026-08-31T13:17:42.912Z | |
| 3706 | 2026-08-31T13:17:42.912Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376) |
| 3707 | 2026-08-31T13:17:43.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-31T13:17:43.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-31T13:17:43.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-31T13:17:43.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3711 | 2026-08-31T13:17:43.493Z | |
| 3712 | 2026-08-31T13:17:43.493Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376) |
| 3713 | 2026-08-31T13:17:43.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-31T13:17:43.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-31T13:17:43.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-31T13:17:43.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3717 | 2026-08-31T13:17:44.070Z | |
| 3718 | 2026-08-31T13:17:44.070Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376) |
| 3719 | 2026-08-31T13:17:44.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-31T13:17:44.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-31T13:17:44.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-31T13:17:44.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3723 | 2026-08-31T13:17:44.650Z | |
| 3724 | 2026-08-31T13:17:44.650Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376) |
| 3725 | 2026-08-31T13:17:45.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-31T13:17:45.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-31T13:17:45.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-31T13:17:45.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3729 | 2026-08-31T13:17:45.231Z | |
| 3730 | 2026-08-31T13:17:45.231Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376) |
| 3731 | 2026-08-31T13:17:45.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-31T13:17:45.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-31T13:17:45.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-31T13:17:45.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-31T13:17:45.809Z | |
| 3736 | 2026-08-31T13:17:45.809Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376) |
| 3737 | 2026-08-31T13:17:46.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-31T13:17:46.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-31T13:17:46.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-31T13:17:46.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3741 | 2026-08-31T13:17:46.390Z | |
| 3742 | 2026-08-31T13:17:46.390Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376) |
| 3743 | 2026-08-31T13:17:46.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-31T13:17:46.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-31T13:17:46.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-31T13:17:46.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3747 | 2026-08-31T13:17:46.959Z | |
| 3748 | 2026-08-31T13:17:46.959Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376) |
| 3749 | 2026-08-31T13:17:47.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-31T13:17:47.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-31T13:17:47.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-31T13:17:47.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3753 | 2026-08-31T13:17:47.523Z | |
| 3754 | 2026-08-31T13:17:47.523Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376) |
| 3755 | 2026-08-31T13:17:48.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-31T13:17:48.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-31T13:17:48.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-31T13:17:48.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3759 | 2026-08-31T13:17:48.092Z | |
| 3760 | 2026-08-31T13:17:48.092Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376) |
| 3761 | 2026-08-31T13:17:48.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-31T13:17:48.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-31T13:17:48.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-31T13:17:48.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3765 | 2026-08-31T13:17:48.684Z | |
| 3766 | 2026-08-31T13:17:48.684Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376) |
| 3767 | 2026-08-31T13:17:49.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-31T13:17:49.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-31T13:17:49.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-31T13:17:49.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3771 | 2026-08-31T13:17:49.276Z | |
| 3772 | 2026-08-31T13:17:49.276Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376) |
| 3773 | 2026-08-31T13:17:49.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-31T13:17:49.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-31T13:17:49.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-31T13:17:49.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3777 | 2026-08-31T13:17:49.869Z | |
| 3778 | 2026-08-31T13:17:49.869Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376) |
| 3779 | 2026-08-31T13:17:50.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-31T13:17:50.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-31T13:17:50.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-31T13:17:50.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3783 | 2026-08-31T13:17:50.465Z | |
| 3784 | 2026-08-31T13:17:50.465Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376) |
| 3785 | 2026-08-31T13:17:50.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-31T13:17:50.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-31T13:17:50.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-31T13:17:50.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3789 | 2026-08-31T13:17:51.063Z | |
| 3790 | 2026-08-31T13:17:51.063Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376) |
| 3791 | 2026-08-31T13:17:51.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-31T13:17:51.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-31T13:17:51.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-31T13:17:51.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3795 | 2026-08-31T13:17:51.659Z | |
| 3796 | 2026-08-31T13:17:51.659Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376) |
| 3797 | 2026-08-31T13:17:52.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-31T13:17:52.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-31T13:17:52.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-31T13:17:52.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3801 | 2026-08-31T13:17:52.257Z | |
| 3802 | 2026-08-31T13:17:52.257Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376) |
| 3803 | 2026-08-31T13:17:52.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-31T13:17:52.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-31T13:17:52.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-31T13:17:52.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3807 | 2026-08-31T13:17:52.854Z | |
| 3808 | 2026-08-31T13:17:52.854Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376) |
| 3809 | 2026-08-31T13:17:53.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-31T13:17:53.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-31T13:17:53.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-31T13:17:53.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3813 | 2026-08-31T13:17:53.453Z | |
| 3814 | 2026-08-31T13:17:53.453Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376) |
| 3815 | 2026-08-31T13:17:53.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-31T13:17:53.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-31T13:17:53.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2026-08-31T13:17:53.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3819 | 2026-08-31T13:17:54.054Z | |
| 3820 | 2026-08-31T13:17:54.054Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376) |
| 3821 | 2026-08-31T13:17:54.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2026-08-31T13:17:54.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2026-08-31T13:17:54.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2026-08-31T13:17:54.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3825 | 2026-08-31T13:17:54.650Z | |
| 3826 | 2026-08-31T13:17:54.650Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376) |
| 3827 | 2026-08-31T13:17:55.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2026-08-31T13:17:55.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2026-08-31T13:17:55.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2026-08-31T13:17:55.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3831 | 2026-08-31T13:17:55.241Z | |
| 3832 | 2026-08-31T13:17:55.241Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376) |
| 3833 | 2026-08-31T13:17:55.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-08-31T13:17:55.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-08-31T13:17:55.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-08-31T13:17:55.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3837 | 2026-08-31T13:17:55.835Z | |
| 3838 | 2026-08-31T13:17:55.835Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376) |
| 3839 | 2026-08-31T13:17:56.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-08-31T13:17:56.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-08-31T13:17:56.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-08-31T13:17:56.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3843 | 2026-08-31T13:17:56.435Z | |
| 3844 | 2026-08-31T13:17:56.436Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376) |
| 3845 | 2026-08-31T13:17:56.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-08-31T13:17:56.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-08-31T13:17:56.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-08-31T13:17:56.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3849 | 2026-08-31T13:17:57.037Z | |
| 3850 | 2026-08-31T13:17:57.037Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376) |
| 3851 | 2026-08-31T13:17:57.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-08-31T13:17:57.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-08-31T13:17:57.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3854 | 2026-08-31T13:17:57.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3855 | 2026-08-31T13:17:57.634Z | |
| 3856 | 2026-08-31T13:17:57.634Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376) |
| 3857 | 2026-08-31T13:17:58.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-08-31T13:17:58.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-08-31T13:17:58.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-08-31T13:17:58.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3861 | 2026-08-31T13:17:58.236Z | |
| 3862 | 2026-08-31T13:17:58.236Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376) |
| 3863 | 2026-08-31T13:17:58.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-08-31T13:17:58.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-08-31T13:17:58.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2026-08-31T13:17:58.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3867 | 2026-08-31T13:17:58.834Z | |
| 3868 | 2026-08-31T13:17:58.834Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376) |
| 3869 | 2026-08-31T13:17:59.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-08-31T13:17:59.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-08-31T13:17:59.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-08-31T13:17:59.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3873 | 2026-08-31T13:17:59.414Z | |
| 3874 | 2026-08-31T13:17:59.414Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376) |
| 3875 | 2026-08-31T13:17:59.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-08-31T13:17:59.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-08-31T13:17:59.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-08-31T13:17:59.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3879 | 2026-08-31T13:17:59.995Z | |
| 3880 | 2026-08-31T13:17:59.995Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376) |
| 3881 | 2026-08-31T13:18:00.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-08-31T13:18:00.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-08-31T13:18:00.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-08-31T13:18:00.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3885 | 2026-08-31T13:18:00.576Z | |
| 3886 | 2026-08-31T13:18:00.576Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376) |
| 3887 | 2026-08-31T13:18:01.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-31T13:18:01.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-31T13:18:01.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-08-31T13:18:01.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3891 | 2026-08-31T13:18:01.154Z | |
| 3892 | 2026-08-31T13:18:01.154Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376) |
| 3893 | 2026-08-31T13:18:01.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-08-31T13:18:01.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-08-31T13:18:01.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-08-31T13:18:01.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3897 | 2026-08-31T13:18:01.735Z | |
| 3898 | 2026-08-31T13:18:01.735Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376) |
| 3899 | 2026-08-31T13:18:02.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-08-31T13:18:02.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-08-31T13:18:02.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-08-31T13:18:02.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3903 | 2026-08-31T13:18:02.318Z | |
| 3904 | 2026-08-31T13:18:02.318Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376) |
| 3905 | 2026-08-31T13:18:02.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-08-31T13:18:02.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-08-31T13:18:02.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-08-31T13:18:02.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3909 | 2026-08-31T13:18:02.900Z | |
| 3910 | 2026-08-31T13:18:02.900Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376) |
| 3911 | 2026-08-31T13:18:03.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-31T13:18:03.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-31T13:18:03.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-08-31T13:18:03.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3915 | 2026-08-31T13:18:03.481Z | |
| 3916 | 2026-08-31T13:18:03.481Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376) |
| 3917 | 2026-08-31T13:18:03.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-08-31T13:18:03.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-08-31T13:18:03.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-08-31T13:18:03.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3921 | 2026-08-31T13:18:04.058Z | |
| 3922 | 2026-08-31T13:18:04.058Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376) |
| 3923 | 2026-08-31T13:18:04.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-08-31T13:18:04.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-08-31T13:18:04.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-08-31T13:18:04.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3927 | 2026-08-31T13:18:04.636Z | |
| 3928 | 2026-08-31T13:18:04.636Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376) |
| 3929 | 2026-08-31T13:18:05.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-08-31T13:18:05.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-08-31T13:18:05.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-08-31T13:18:05.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3933 | 2026-08-31T13:18:05.217Z | |
| 3934 | 2026-08-31T13:18:05.217Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376) |
| 3935 | 2026-08-31T13:18:05.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-08-31T13:18:05.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-08-31T13:18:05.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-08-31T13:18:05.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3939 | 2026-08-31T13:18:05.795Z | |
| 3940 | 2026-08-31T13:18:05.795Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376) |
| 3941 | 2026-08-31T13:18:06.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-08-31T13:18:06.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-08-31T13:18:06.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-08-31T13:18:06.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3945 | 2026-08-31T13:18:06.387Z | |
| 3946 | 2026-08-31T13:18:06.388Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376) |
| 3947 | 2026-08-31T13:18:06.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-08-31T13:18:06.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-08-31T13:18:06.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-08-31T13:18:06.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3951 | 2026-08-31T13:18:06.962Z | |
| 3952 | 2026-08-31T13:18:06.962Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376) |
| 3953 | 2026-08-31T13:18:07.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-31T13:18:07.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-31T13:18:07.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-08-31T13:18:07.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3957 | 2026-08-31T13:18:07.532Z | |
| 3958 | 2026-08-31T13:18:07.532Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376) |
| 3959 | 2026-08-31T13:18:08.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-08-31T13:18:08.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-08-31T13:18:08.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-08-31T13:18:08.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3963 | 2026-08-31T13:18:08.107Z | |
| 3964 | 2026-08-31T13:18:08.107Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376) |
| 3965 | 2026-08-31T13:18:08.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-08-31T13:18:08.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-08-31T13:18:08.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-08-31T13:18:08.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3969 | 2026-08-31T13:18:08.704Z | |
| 3970 | 2026-08-31T13:18:08.704Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376) |
| 3971 | 2026-08-31T13:18:09.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-08-31T13:18:09.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-08-31T13:18:09.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-08-31T13:18:09.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3975 | 2026-08-31T13:18:09.304Z | |
| 3976 | 2026-08-31T13:18:09.304Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376) |
| 3977 | 2026-08-31T13:18:09.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-31T13:18:09.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-31T13:18:09.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-08-31T13:18:09.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3981 | 2026-08-31T13:18:09.896Z | |
| 3982 | 2026-08-31T13:18:09.896Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376) |
| 3983 | 2026-08-31T13:18:10.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-08-31T13:18:10.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-08-31T13:18:10.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-08-31T13:18:10.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3987 | 2026-08-31T13:18:10.494Z | |
| 3988 | 2026-08-31T13:18:10.494Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376) |
| 3989 | 2026-08-31T13:18:10.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-08-31T13:18:10.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-08-31T13:18:10.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-08-31T13:18:11.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3993 | 2026-08-31T13:18:11.092Z | |
| 3994 | 2026-08-31T13:18:11.092Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376) |
| 3995 | 2026-08-31T13:18:11.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-08-31T13:18:11.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-08-31T13:18:11.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-08-31T13:18:11.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3999 | 2026-08-31T13:18:11.688Z | |
| 4000 | 2026-08-31T13:18:11.688Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376) |
| 4001 | 2026-08-31T13:18:12.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-08-31T13:18:12.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-08-31T13:18:12.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-08-31T13:18:12.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4005 | 2026-08-31T13:18:12.278Z | |
| 4006 | 2026-08-31T13:18:12.278Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376) |
| 4007 | 2026-08-31T13:18:12.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-08-31T13:18:12.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-08-31T13:18:12.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-08-31T13:18:12.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4011 | 2026-08-31T13:18:12.872Z | |
| 4012 | 2026-08-31T13:18:12.872Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376) |
| 4013 | 2026-08-31T13:18:13.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-08-31T13:18:13.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-08-31T13:18:13.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-08-31T13:18:13.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4017 | 2026-08-31T13:18:13.470Z | |
| 4018 | 2026-08-31T13:18:13.470Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376) |
| 4019 | 2026-08-31T13:18:13.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-08-31T13:18:13.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-08-31T13:18:13.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-08-31T13:18:13.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4023 | 2026-08-31T13:18:14.071Z | |
| 4024 | 2026-08-31T13:18:14.071Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376) |
| 4025 | 2026-08-31T13:18:14.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-08-31T13:18:14.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-08-31T13:18:14.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4028 | 2026-08-31T13:18:14.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4029 | 2026-08-31T13:18:14.672Z | |
| 4030 | 2026-08-31T13:18:14.672Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376) |
| 4031 | 2026-08-31T13:18:15.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-08-31T13:18:15.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-08-31T13:18:15.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4034 | 2026-08-31T13:18:15.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4035 | 2026-08-31T13:18:15.274Z | |
| 4036 | 2026-08-31T13:18:15.274Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376) |
| 4037 | 2026-08-31T13:18:15.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-08-31T13:18:15.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-08-31T13:18:15.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-08-31T13:18:15.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4041 | 2026-08-31T13:18:15.875Z | |
| 4042 | 2026-08-31T13:18:15.875Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376) |
| 4043 | 2026-08-31T13:18:16.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-08-31T13:18:16.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-08-31T13:18:16.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-08-31T13:18:16.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4047 | 2026-08-31T13:18:16.477Z | |
| 4048 | 2026-08-31T13:18:16.477Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376) |
| 4049 | 2026-08-31T13:18:16.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-08-31T13:18:16.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-08-31T13:18:16.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-08-31T13:18:16.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4053 | 2026-08-31T13:18:17.078Z | |
| 4054 | 2026-08-31T13:18:17.078Z | info: running `cargo check --bins` on oximeter-producer (235/376) |
| 4055 | 2026-08-31T13:18:17.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-08-31T13:18:17.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-08-31T13:18:17.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-08-31T13:18:17.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4059 | 2026-08-31T13:18:17.701Z | |
| 4060 | 2026-08-31T13:18:17.701Z | info: running `cargo check --bins` on internal-dns-resolver (236/376) |
| 4061 | 2026-08-31T13:18:18.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-08-31T13:18:18.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-08-31T13:18:18.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-08-31T13:18:18.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4065 | 2026-08-31T13:18:18.273Z | |
| 4066 | 2026-08-31T13:18:18.273Z | info: running `cargo check --bins` on dns-server (237/376) |
| 4067 | 2026-08-31T13:18:18.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-08-31T13:18:18.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-08-31T13:18:18.916Z | Compiling parking_lot_core v0.8.6 |
| 4070 | 2026-08-31T13:18:19.025Z | Compiling git-stub v1.0.0 |
| 4071 | 2026-08-31T13:18:19.035Z | Checking prefix-trie v0.7.0 |
| 4072 | 2026-08-31T13:18:19.038Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4073 | 2026-08-31T13:18:19.150Z | Compiling git-stub-vcs v0.1.0 |
| 4074 | 2026-08-31T13:18:19.317Z | Checking hickory-server v0.25.2 |
| 4075 | 2026-08-31T13:18:19.413Z | Checking parking_lot v0.11.2 |
| 4076 | 2026-08-31T13:18:19.451Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4077 | 2026-08-31T13:18:19.580Z | Checking sled v0.34.7 |
| 4078 | 2026-08-31T13:18:21.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 4079 | 2026-08-31T13:18:21.695Z | |
| 4080 | 2026-08-31T13:18:21.695Z | info: running `cargo check --bins` on dns-server-api (238/376) |
| 4081 | 2026-08-31T13:18:22.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-08-31T13:18:22.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-08-31T13:18:22.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-08-31T13:18:22.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4085 | 2026-08-31T13:18:22.277Z | |
| 4086 | 2026-08-31T13:18:22.277Z | info: running `cargo check --bins` on nexus-client (239/376) |
| 4087 | 2026-08-31T13:18:22.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-08-31T13:18:22.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-08-31T13:18:22.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-08-31T13:18:22.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4091 | 2026-08-31T13:18:22.883Z | |
| 4092 | 2026-08-31T13:18:22.883Z | info: running `cargo check --bins` on oximeter-producer-api (240/376) |
| 4093 | 2026-08-31T13:18:23.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-08-31T13:18:23.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-08-31T13:18:23.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-08-31T13:18:23.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4097 | 2026-08-31T13:18:23.456Z | |
| 4098 | 2026-08-31T13:18:23.456Z | info: running `cargo check --bins` on sp-sim (241/376) |
| 4099 | 2026-08-31T13:18:23.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-08-31T13:18:23.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-08-31T13:18:24.163Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4102 | 2026-08-31T13:18:24.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 4103 | 2026-08-31T13:18:24.868Z | |
| 4104 | 2026-08-31T13:18:24.868Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376) |
| 4105 | 2026-08-31T13:18:25.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-08-31T13:18:25.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-08-31T13:18:25.689Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4108 | 2026-08-31T13:18:25.693Z | Compiling hashbrown v0.14.5 |
| 4109 | 2026-08-31T13:18:25.693Z | Compiling rfc6979 v0.4.0 |
| 4110 | 2026-08-31T13:18:25.836Z | Compiling salty v0.3.0 |
| 4111 | 2026-08-31T13:18:25.845Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4112 | 2026-08-31T13:18:25.856Z | Compiling primeorder v0.13.6 |
| 4113 | 2026-08-31T13:18:25.870Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4114 | 2026-08-31T13:18:25.936Z | Compiling ecdsa v0.16.9 |
| 4115 | 2026-08-31T13:18:25.987Z | Compiling sha1 v0.10.6 |
| 4116 | 2026-08-31T13:18:26.109Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4117 | 2026-08-31T13:18:26.191Z | Compiling proc-macro-error2 v2.0.1 |
| 4118 | 2026-08-31T13:18:26.291Z | Compiling p384 v0.13.1 |
| 4119 | 2026-08-31T13:18:26.334Z | Compiling chumsky v0.9.3 |
| 4120 | 2026-08-31T13:18:26.338Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4121 | 2026-08-31T13:18:26.359Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4122 | 2026-08-31T13:18:26.497Z | Compiling knus-derive v3.4.0 |
| 4123 | 2026-08-31T13:18:26.602Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4124 | 2026-08-31T13:18:26.606Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4125 | 2026-08-31T13:18:26.640Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4126 | 2026-08-31T13:18:26.774Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4127 | 2026-08-31T13:18:26.852Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4128 | 2026-08-31T13:18:26.976Z | Checking corncobs v0.1.4 |
| 4129 | 2026-08-31T13:18:27.044Z | Checking libscf-sys v1.2.0 |
| 4130 | 2026-08-31T13:18:27.044Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4131 | 2026-08-31T13:18:27.072Z | Checking secrecy v0.8.0 |
| 4132 | 2026-08-31T13:18:27.086Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4133 | 2026-08-31T13:18:27.100Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4134 | 2026-08-31T13:18:27.175Z | Checking papergrid v0.18.0 |
| 4135 | 2026-08-31T13:18:27.194Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4136 | 2026-08-31T13:18:27.225Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4137 | 2026-08-31T13:18:27.348Z | Compiling unicase v2.9.0 |
| 4138 | 2026-08-31T13:18:27.429Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4139 | 2026-08-31T13:18:27.464Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4140 | 2026-08-31T13:18:27.522Z | Checking itertools v0.15.0 |
| 4141 | 2026-08-31T13:18:27.544Z | Compiling mime_guess v2.0.5 |
| 4142 | 2026-08-31T13:18:27.666Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4143 | 2026-08-31T13:18:27.719Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4144 | 2026-08-31T13:18:27.922Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4145 | 2026-08-31T13:18:27.955Z | Compiling knus v3.4.0 |
| 4146 | 2026-08-31T13:18:27.958Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4147 | 2026-08-31T13:18:27.991Z | Checking tabled v0.21.0 |
| 4148 | 2026-08-31T13:18:28.098Z | Checking http-range v0.1.5 |
| 4149 | 2026-08-31T13:18:28.225Z | Checking crc8 v0.1.1 |
| 4150 | 2026-08-31T13:18:28.306Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4151 | 2026-08-31T13:18:28.655Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4152 | 2026-08-31T13:18:28.671Z | Checking scuffle v0.1.0 |
| 4153 | 2026-08-31T13:18:28.713Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4154 | 2026-08-31T13:18:28.817Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4155 | 2026-08-31T13:18:28.841Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4156 | 2026-08-31T13:18:28.858Z | Checking nanorand v0.7.0 |
| 4157 | 2026-08-31T13:18:28.900Z | Checking hyper-staticfile v0.10.1 |
| 4158 | 2026-08-31T13:18:29.057Z | Checking flume v0.11.1 |
| 4159 | 2026-08-31T13:18:29.182Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4160 | 2026-08-31T13:18:29.219Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4161 | 2026-08-31T13:18:29.234Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4162 | 2026-08-31T13:18:29.298Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4163 | 2026-08-31T13:18:29.345Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4164 | 2026-08-31T13:18:29.550Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4165 | 2026-08-31T13:18:29.566Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4166 | 2026-08-31T13:18:29.587Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4167 | 2026-08-31T13:18:29.737Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4168 | 2026-08-31T13:18:29.874Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4169 | 2026-08-31T13:18:30.143Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4170 | 2026-08-31T13:18:30.179Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4171 | 2026-08-31T13:18:30.707Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4172 | 2026-08-31T13:18:31.528Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4173 | 2026-08-31T13:18:33.475Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4174 | 2026-08-31T13:18:34.507Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4175 | 2026-08-31T13:18:35.060Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4176 | 2026-08-31T13:18:35.060Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4177 | 2026-08-31T13:18:35.756Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4178 | 2026-08-31T13:18:47.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.16s |
| 4179 | 2026-08-31T13:18:47.037Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4180 | 2026-08-31T13:18:47.037Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4181 | 2026-08-31T13:18:47.245Z | |
| 4182 | 2026-08-31T13:18:47.245Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376) |
| 4183 | 2026-08-31T13:18:47.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-08-31T13:18:47.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-08-31T13:18:48.025Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4186 | 2026-08-31T13:18:58.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 4187 | 2026-08-31T13:18:58.559Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4188 | 2026-08-31T13:18:58.559Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4189 | 2026-08-31T13:18:58.762Z | |
| 4190 | 2026-08-31T13:18:58.762Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376) |
| 4191 | 2026-08-31T13:18:59.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-08-31T13:18:59.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-08-31T13:18:59.530Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4194 | 2026-08-31T13:19:09.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s |
| 4195 | 2026-08-31T13:19:09.824Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4196 | 2026-08-31T13:19:09.824Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4197 | 2026-08-31T13:19:10.028Z | |
| 4198 | 2026-08-31T13:19:10.029Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376) |
| 4199 | 2026-08-31T13:19:10.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-08-31T13:19:10.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-08-31T13:19:10.810Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4202 | 2026-08-31T13:19:21.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s |
| 4203 | 2026-08-31T13:19:21.119Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4204 | 2026-08-31T13:19:21.120Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4205 | 2026-08-31T13:19:21.321Z | |
| 4206 | 2026-08-31T13:19:21.321Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376) |
| 4207 | 2026-08-31T13:19:21.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-08-31T13:19:21.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-08-31T13:19:22.095Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4210 | 2026-08-31T13:19:32.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s |
| 4211 | 2026-08-31T13:19:32.352Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4212 | 2026-08-31T13:19:32.352Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4213 | 2026-08-31T13:19:32.554Z | |
| 4214 | 2026-08-31T13:19:32.554Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376) |
| 4215 | 2026-08-31T13:19:33.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-08-31T13:19:33.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-08-31T13:19:33.329Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4218 | 2026-08-31T13:19:43.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 4219 | 2026-08-31T13:19:43.868Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4220 | 2026-08-31T13:19:43.868Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4221 | 2026-08-31T13:19:44.072Z | |
| 4222 | 2026-08-31T13:19:44.072Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376) |
| 4223 | 2026-08-31T13:19:44.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-08-31T13:19:44.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-08-31T13:19:44.848Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4226 | 2026-08-31T13:19:55.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s |
| 4227 | 2026-08-31T13:19:55.148Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4228 | 2026-08-31T13:19:55.148Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4229 | 2026-08-31T13:19:55.353Z | |
| 4230 | 2026-08-31T13:19:55.353Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376) |
| 4231 | 2026-08-31T13:19:55.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-08-31T13:19:55.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-08-31T13:19:56.139Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4234 | 2026-08-31T13:20:06.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s |
| 4235 | 2026-08-31T13:20:06.434Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4236 | 2026-08-31T13:20:06.434Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4237 | 2026-08-31T13:20:06.630Z | |
| 4238 | 2026-08-31T13:20:06.630Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376) |
| 4239 | 2026-08-31T13:20:07.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-08-31T13:20:07.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-08-31T13:20:07.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4242 | 2026-08-31T13:20:07.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4243 | 2026-08-31T13:20:07.213Z | |
| 4244 | 2026-08-31T13:20:07.213Z | info: running `cargo check --bins` on installinator-common (251/376) |
| 4245 | 2026-08-31T13:20:07.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-08-31T13:20:07.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-08-31T13:20:07.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-08-31T13:20:07.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4249 | 2026-08-31T13:20:07.812Z | |
| 4250 | 2026-08-31T13:20:07.812Z | info: running `cargo check --bins` on installinator-common-versions (252/376) |
| 4251 | 2026-08-31T13:20:08.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-08-31T13:20:08.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-08-31T13:20:08.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-08-31T13:20:08.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4255 | 2026-08-31T13:20:08.378Z | |
| 4256 | 2026-08-31T13:20:08.378Z | info: running `cargo check --bins` on nexus-lockstep-client (253/376) |
| 4257 | 2026-08-31T13:20:08.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-08-31T13:20:08.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-08-31T13:20:08.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-08-31T13:20:08.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4261 | 2026-08-31T13:20:08.994Z | |
| 4262 | 2026-08-31T13:20:08.994Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/376) |
| 4263 | 2026-08-31T13:20:09.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-08-31T13:20:09.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-08-31T13:20:09.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-08-31T13:20:09.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4267 | 2026-08-31T13:20:09.575Z | |
| 4268 | 2026-08-31T13:20:09.575Z | info: running `cargo check --bins` on range-requests (255/376) |
| 4269 | 2026-08-31T13:20:10.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-31T13:20:10.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-31T13:20:10.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-08-31T13:20:10.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4273 | 2026-08-31T13:20:10.148Z | |
| 4274 | 2026-08-31T13:20:10.148Z | info: running `cargo check --bins` on repo-depot-api (256/376) |
| 4275 | 2026-08-31T13:20:10.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-08-31T13:20:10.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-08-31T13:20:10.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-08-31T13:20:10.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4279 | 2026-08-31T13:20:10.720Z | |
| 4280 | 2026-08-31T13:20:10.720Z | info: running `cargo check --bins` on repo-depot-client (257/376) |
| 4281 | 2026-08-31T13:20:11.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-08-31T13:20:11.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-08-31T13:20:11.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-08-31T13:20:11.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4285 | 2026-08-31T13:20:11.283Z | |
| 4286 | 2026-08-31T13:20:11.283Z | info: running `cargo check --bins` on sled-agent-api (258/376) |
| 4287 | 2026-08-31T13:20:11.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-08-31T13:20:11.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-08-31T13:20:11.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-08-31T13:20:11.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4291 | 2026-08-31T13:20:11.878Z | |
| 4292 | 2026-08-31T13:20:11.878Z | info: running `cargo check --bins` on sled-diagnostics (259/376) |
| 4293 | 2026-08-31T13:20:12.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-31T13:20:12.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-31T13:20:12.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-08-31T13:20:12.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4297 | 2026-08-31T13:20:12.477Z | |
| 4298 | 2026-08-31T13:20:12.477Z | info: running `cargo check --bins` on zfs-test-harness (260/376) |
| 4299 | 2026-08-31T13:20:12.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-08-31T13:20:12.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-08-31T13:20:12.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-08-31T13:20:12.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4303 | 2026-08-31T13:20:13.080Z | |
| 4304 | 2026-08-31T13:20:13.080Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/376) |
| 4305 | 2026-08-31T13:20:13.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-08-31T13:20:13.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-08-31T13:20:13.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-08-31T13:20:13.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4309 | 2026-08-31T13:20:13.688Z | |
| 4310 | 2026-08-31T13:20:13.688Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376) |
| 4311 | 2026-08-31T13:20:14.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-08-31T13:20:14.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-08-31T13:20:14.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-08-31T13:20:14.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4315 | 2026-08-31T13:20:14.295Z | |
| 4316 | 2026-08-31T13:20:14.295Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376) |
| 4317 | 2026-08-31T13:20:14.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-31T13:20:14.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-31T13:20:14.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-31T13:20:14.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4321 | 2026-08-31T13:20:14.898Z | |
| 4322 | 2026-08-31T13:20:14.898Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376) |
| 4323 | 2026-08-31T13:20:15.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-31T13:20:15.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-31T13:20:15.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-31T13:20:15.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4327 | 2026-08-31T13:20:15.503Z | |
| 4328 | 2026-08-31T13:20:15.503Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376) |
| 4329 | 2026-08-31T13:20:16.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-31T13:20:16.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-31T13:20:16.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-31T13:20:16.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4333 | 2026-08-31T13:20:16.107Z | |
| 4334 | 2026-08-31T13:20:16.107Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/376) |
| 4335 | 2026-08-31T13:20:16.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-31T13:20:16.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-31T13:20:16.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-31T13:20:16.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4339 | 2026-08-31T13:20:16.711Z | |
| 4340 | 2026-08-31T13:20:16.711Z | info: running `cargo check --bins` on trust-quorum (267/376) |
| 4341 | 2026-08-31T13:20:17.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-31T13:20:17.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-31T13:20:17.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-31T13:20:17.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4345 | 2026-08-31T13:20:17.323Z | |
| 4346 | 2026-08-31T13:20:17.323Z | info: running `cargo check --bins` on sled-agent-health-monitor (268/376) |
| 4347 | 2026-08-31T13:20:17.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-31T13:20:17.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-31T13:20:17.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-31T13:20:17.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4351 | 2026-08-31T13:20:17.912Z | |
| 4352 | 2026-08-31T13:20:17.912Z | info: running `cargo check --bins` on sled-agent-multirack-join (269/376) |
| 4353 | 2026-08-31T13:20:18.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-31T13:20:18.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-31T13:20:18.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-31T13:20:18.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4357 | 2026-08-31T13:20:18.537Z | |
| 4358 | 2026-08-31T13:20:18.538Z | info: running `cargo check --bins` on sled-agent-rack-setup (270/376) |
| 4359 | 2026-08-31T13:20:19.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-31T13:20:19.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-31T13:20:19.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-31T13:20:19.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4363 | 2026-08-31T13:20:19.158Z | |
| 4364 | 2026-08-31T13:20:19.161Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376) |
| 4365 | 2026-08-31T13:20:19.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-31T13:20:19.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-31T13:20:19.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-31T13:20:19.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4369 | 2026-08-31T13:20:19.772Z | |
| 4370 | 2026-08-31T13:20:19.772Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (272/376) |
| 4371 | 2026-08-31T13:20:20.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-31T13:20:20.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-31T13:20:20.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-31T13:20:20.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4375 | 2026-08-31T13:20:20.395Z | |
| 4376 | 2026-08-31T13:20:20.395Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376) |
| 4377 | 2026-08-31T13:20:20.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-31T13:20:20.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-31T13:20:20.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-31T13:20:20.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4381 | 2026-08-31T13:20:21.019Z | |
| 4382 | 2026-08-31T13:20:21.019Z | info: running `cargo check --bins` on omicron-deployment-graph (274/376) |
| 4383 | 2026-08-31T13:20:21.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-31T13:20:21.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-31T13:20:21.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-31T13:20:21.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4387 | 2026-08-31T13:20:21.581Z | |
| 4388 | 2026-08-31T13:20:21.581Z | info: running `cargo check --bins` on transient-dns-server (275/376) |
| 4389 | 2026-08-31T13:20:22.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-31T13:20:22.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-31T13:20:22.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-31T13:20:22.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4393 | 2026-08-31T13:20:22.173Z | |
| 4394 | 2026-08-31T13:20:22.173Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376) |
| 4395 | 2026-08-31T13:20:22.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-31T13:20:22.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-31T13:20:22.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-31T13:20:22.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4399 | 2026-08-31T13:20:22.765Z | |
| 4400 | 2026-08-31T13:20:22.765Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376) |
| 4401 | 2026-08-31T13:20:23.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-31T13:20:23.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-31T13:20:23.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-31T13:20:23.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4405 | 2026-08-31T13:20:23.355Z | |
| 4406 | 2026-08-31T13:20:23.355Z | info: running `cargo check --bins` on omicron-rpaths (278/376) |
| 4407 | 2026-08-31T13:20:23.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-31T13:20:23.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-31T13:20:23.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-31T13:20:23.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4411 | 2026-08-31T13:20:23.915Z | |
| 4412 | 2026-08-31T13:20:23.915Z | info: running `cargo check --bins` on omicron-repl-utils (279/376) |
| 4413 | 2026-08-31T13:20:24.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-31T13:20:24.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-31T13:20:24.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-31T13:20:24.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4417 | 2026-08-31T13:20:24.480Z | |
| 4418 | 2026-08-31T13:20:24.480Z | info: running `cargo check --bins` on omicron-clickhouse-admin (280/376) |
| 4419 | 2026-08-31T13:20:24.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-31T13:20:24.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-31T13:20:25.182Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4422 | 2026-08-31T13:20:25.611Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4423 | 2026-08-31T13:20:26.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4424 | 2026-08-31T13:20:26.978Z | |
| 4425 | 2026-08-31T13:20:26.978Z | info: running `cargo check --bins` on clickhouse-admin-api (281/376) |
| 4426 | 2026-08-31T13:20:27.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-08-31T13:20:27.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-08-31T13:20:27.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4429 | 2026-08-31T13:20:27.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4430 | 2026-08-31T13:20:27.557Z | |
| 4431 | 2026-08-31T13:20:27.557Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (282/376) |
| 4432 | 2026-08-31T13:20:28.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-08-31T13:20:28.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-08-31T13:20:28.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-08-31T13:20:28.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4436 | 2026-08-31T13:20:28.135Z | |
| 4437 | 2026-08-31T13:20:28.135Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376) |
| 4438 | 2026-08-31T13:20:28.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-08-31T13:20:28.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-08-31T13:20:28.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-08-31T13:20:28.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4442 | 2026-08-31T13:20:28.720Z | |
| 4443 | 2026-08-31T13:20:28.720Z | info: running `cargo check --bins` on clickhouse-admin-single-client (284/376) |
| 4444 | 2026-08-31T13:20:29.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-31T13:20:29.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-31T13:20:29.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-31T13:20:29.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4448 | 2026-08-31T13:20:29.302Z | |
| 4449 | 2026-08-31T13:20:29.302Z | info: running `cargo check --bins` on installinator-client (285/376) |
| 4450 | 2026-08-31T13:20:29.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-31T13:20:29.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-31T13:20:29.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-31T13:20:29.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4454 | 2026-08-31T13:20:29.873Z | |
| 4455 | 2026-08-31T13:20:29.874Z | info: running `cargo check --bins` on oxide-client (286/376) |
| 4456 | 2026-08-31T13:20:30.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-31T13:20:30.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-31T13:20:30.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-31T13:20:30.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4460 | 2026-08-31T13:20:30.440Z | |
| 4461 | 2026-08-31T13:20:30.440Z | info: running `cargo check --bins` on oximeter-client (287/376) |
| 4462 | 2026-08-31T13:20:30.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-31T13:20:30.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-31T13:20:30.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-31T13:20:30.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4466 | 2026-08-31T13:20:31.021Z | |
| 4467 | 2026-08-31T13:20:31.021Z | info: running `cargo check --bins` on wicketd-client (288/376) |
| 4468 | 2026-08-31T13:20:31.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-31T13:20:31.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-31T13:20:31.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-08-31T13:20:31.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4472 | 2026-08-31T13:20:31.622Z | |
| 4473 | 2026-08-31T13:20:31.622Z | info: running `cargo check --bins` on wicket-common (289/376) |
| 4474 | 2026-08-31T13:20:32.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-08-31T13:20:32.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-08-31T13:20:32.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-08-31T13:20:32.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4478 | 2026-08-31T13:20:32.221Z | |
| 4479 | 2026-08-31T13:20:32.221Z | info: running `cargo check --bins` on wicketd-commission-client (290/376) |
| 4480 | 2026-08-31T13:20:32.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-08-31T13:20:32.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-08-31T13:20:32.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4483 | 2026-08-31T13:20:32.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4484 | 2026-08-31T13:20:32.812Z | |
| 4485 | 2026-08-31T13:20:32.812Z | info: running `cargo check --bins` on omicron-cockroach-admin (291/376) |
| 4486 | 2026-08-31T13:20:33.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-08-31T13:20:33.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-08-31T13:20:33.477Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4489 | 2026-08-31T13:20:33.480Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4490 | 2026-08-31T13:20:34.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4491 | 2026-08-31T13:20:34.844Z | |
| 4492 | 2026-08-31T13:20:34.844Z | info: running `cargo check --bins` on cockroach-admin-api (292/376) |
| 4493 | 2026-08-31T13:20:35.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-08-31T13:20:35.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-08-31T13:20:35.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4496 | 2026-08-31T13:20:35.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4497 | 2026-08-31T13:20:35.410Z | |
| 4498 | 2026-08-31T13:20:35.410Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376) |
| 4499 | 2026-08-31T13:20:35.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4500 | 2026-08-31T13:20:35.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4501 | 2026-08-31T13:20:35.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4502 | 2026-08-31T13:20:35.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4503 | 2026-08-31T13:20:36.071Z | |
| 4504 | 2026-08-31T13:20:36.071Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376) |
| 4505 | 2026-08-31T13:20:36.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-31T13:20:36.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-31T13:20:36.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-31T13:20:36.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4509 | 2026-08-31T13:20:36.728Z | |
| 4510 | 2026-08-31T13:20:36.728Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376) |
| 4511 | 2026-08-31T13:20:37.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-31T13:20:37.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-31T13:20:37.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4514 | 2026-08-31T13:20:37.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4515 | 2026-08-31T13:20:37.350Z | |
| 4516 | 2026-08-31T13:20:37.350Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376) |
| 4517 | 2026-08-31T13:20:37.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-08-31T13:20:37.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-08-31T13:20:37.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-08-31T13:20:37.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4521 | 2026-08-31T13:20:37.980Z | |
| 4522 | 2026-08-31T13:20:37.980Z | info: running `cargo check --bins` on db-macros (297/376) |
| 4523 | 2026-08-31T13:20:38.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-08-31T13:20:38.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-08-31T13:20:38.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4526 | 2026-08-31T13:20:38.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4527 | 2026-08-31T13:20:38.529Z | |
| 4528 | 2026-08-31T13:20:38.529Z | info: running `cargo check --bins` on nexus-macros-common (298/376) |
| 4529 | 2026-08-31T13:20:39.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-08-31T13:20:39.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-08-31T13:20:39.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4532 | 2026-08-31T13:20:39.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4533 | 2026-08-31T13:20:39.104Z | |
| 4534 | 2026-08-31T13:20:39.104Z | info: running `cargo check --bins` on nexus-auth (299/376) |
| 4535 | 2026-08-31T13:20:39.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-31T13:20:39.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-31T13:20:39.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4538 | 2026-08-31T13:20:39.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4539 | 2026-08-31T13:20:39.722Z | |
| 4540 | 2026-08-31T13:20:39.722Z | info: running `cargo check --bins` on authz-macros (300/376) |
| 4541 | 2026-08-31T13:20:40.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-08-31T13:20:40.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-08-31T13:20:40.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-08-31T13:20:40.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4545 | 2026-08-31T13:20:40.276Z | |
| 4546 | 2026-08-31T13:20:40.276Z | info: running `cargo check --bins` on nexus-db-fixed-data (301/376) |
| 4547 | 2026-08-31T13:20:40.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-08-31T13:20:40.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-08-31T13:20:40.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-08-31T13:20:40.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4551 | 2026-08-31T13:20:40.888Z | |
| 4552 | 2026-08-31T13:20:40.888Z | info: running `cargo check --bins` on nexus-db-model (302/376) |
| 4553 | 2026-08-31T13:20:41.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-08-31T13:20:41.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-08-31T13:20:41.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4556 | 2026-08-31T13:20:41.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4557 | 2026-08-31T13:20:41.503Z | |
| 4558 | 2026-08-31T13:20:41.503Z | info: running `cargo check --bins` on nexus-db-schema (303/376) |
| 4559 | 2026-08-31T13:20:41.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-08-31T13:20:41.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-08-31T13:20:41.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4562 | 2026-08-31T13:20:41.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4563 | 2026-08-31T13:20:42.075Z | |
| 4564 | 2026-08-31T13:20:42.075Z | info: running `cargo check --bins` on nexus-defaults (304/376) |
| 4565 | 2026-08-31T13:20:42.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-08-31T13:20:42.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-08-31T13:20:42.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-08-31T13:20:42.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4569 | 2026-08-31T13:20:42.644Z | |
| 4570 | 2026-08-31T13:20:42.644Z | info: running `cargo check --bins` on omicron-git-version (305/376) |
| 4571 | 2026-08-31T13:20:43.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-08-31T13:20:43.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-08-31T13:20:43.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-08-31T13:20:43.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4575 | 2026-08-31T13:20:43.203Z | |
| 4576 | 2026-08-31T13:20:43.203Z | info: running `cargo check --bins` on nexus-db-errors (306/376) |
| 4577 | 2026-08-31T13:20:43.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-31T13:20:43.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-31T13:20:43.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-31T13:20:43.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4581 | 2026-08-31T13:20:43.826Z | |
| 4582 | 2026-08-31T13:20:43.826Z | info: running `cargo check --bins` on nexus-db-lookup (307/376) |
| 4583 | 2026-08-31T13:20:44.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-31T13:20:44.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-31T13:20:44.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-31T13:20:44.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4587 | 2026-08-31T13:20:44.449Z | |
| 4588 | 2026-08-31T13:20:44.449Z | info: running `cargo check --bins` on nexus-test-interface (308/376) |
| 4589 | 2026-08-31T13:20:44.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-31T13:20:44.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-31T13:20:44.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-31T13:20:44.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4593 | 2026-08-31T13:20:45.074Z | |
| 4594 | 2026-08-31T13:20:45.074Z | info: running `cargo check --bins` on oximeter-collector (309/376) |
| 4595 | 2026-08-31T13:20:45.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-31T13:20:45.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-31T13:20:45.796Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4598 | 2026-08-31T13:20:45.796Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4599 | 2026-08-31T13:20:46.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4600 | 2026-08-31T13:20:48.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 4601 | 2026-08-31T13:20:48.370Z | |
| 4602 | 2026-08-31T13:20:48.370Z | info: running `cargo check --bins` on oximeter-api (310/376) |
| 4603 | 2026-08-31T13:20:48.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4604 | 2026-08-31T13:20:48.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4605 | 2026-08-31T13:20:48.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4606 | 2026-08-31T13:20:48.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4607 | 2026-08-31T13:20:48.941Z | |
| 4608 | 2026-08-31T13:20:48.941Z | info: running `cargo check --bins` on cert-dev (311/376) |
| 4609 | 2026-08-31T13:20:49.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4610 | 2026-08-31T13:20:49.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4611 | 2026-08-31T13:20:49.551Z | Checking yasna v0.5.2 |
| 4612 | 2026-08-31T13:20:49.953Z | Checking rcgen v0.12.1 |
| 4613 | 2026-08-31T13:20:50.207Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4614 | 2026-08-31T13:20:50.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4615 | 2026-08-31T13:20:50.568Z | |
| 4616 | 2026-08-31T13:20:50.568Z | info: running `cargo check --bins` on clickana (312/376) |
| 4617 | 2026-08-31T13:20:51.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-08-31T13:20:51.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-08-31T13:20:51.210Z | Compiling instability v0.3.11 |
| 4620 | 2026-08-31T13:20:51.210Z | Checking castaway v0.2.4 |
| 4621 | 2026-08-31T13:20:51.213Z | Compiling indoc v2.0.7 |
| 4622 | 2026-08-31T13:20:51.213Z | Checking unicode-truncate v1.1.0 |
| 4623 | 2026-08-31T13:20:51.333Z | Checking lru v0.12.5 |
| 4624 | 2026-08-31T13:20:51.336Z | Checking cassowary v0.3.0 |
| 4625 | 2026-08-31T13:20:51.407Z | Checking compact_str v0.8.1 |
| 4626 | 2026-08-31T13:20:52.199Z | Checking ratatui v0.29.0 |
| 4627 | 2026-08-31T13:20:53.250Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4628 | 2026-08-31T13:20:53.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4629 | 2026-08-31T13:20:54.144Z | |
| 4630 | 2026-08-31T13:20:54.144Z | info: running `cargo check --bins` on clickhouse-cluster-dev (313/376) |
| 4631 | 2026-08-31T13:20:54.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-08-31T13:20:54.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-08-31T13:20:54.890Z | Checking headers-core v0.3.0 |
| 4634 | 2026-08-31T13:20:54.890Z | Checking port-file v0.1.0 |
| 4635 | 2026-08-31T13:20:54.893Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4636 | 2026-08-31T13:20:55.087Z | Checking headers v0.4.1 |
| 4637 | 2026-08-31T13:20:55.453Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4638 | 2026-08-31T13:20:56.432Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4639 | 2026-08-31T13:20:56.973Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4640 | 2026-08-31T13:20:57.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 4641 | 2026-08-31T13:20:57.607Z | |
| 4642 | 2026-08-31T13:20:57.607Z | info: running `cargo check --bins` on ch-dev (314/376) |
| 4643 | 2026-08-31T13:20:58.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-31T13:20:58.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-31T13:20:58.338Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4646 | 2026-08-31T13:20:59.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4647 | 2026-08-31T13:20:59.294Z | |
| 4648 | 2026-08-31T13:20:59.294Z | info: running `cargo check --bins` on dev-tools-common (315/376) |
| 4649 | 2026-08-31T13:20:59.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-08-31T13:20:59.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-08-31T13:20:59.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4652 | 2026-08-31T13:20:59.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4653 | 2026-08-31T13:20:59.706Z | |
| 4654 | 2026-08-31T13:20:59.706Z | info: running `cargo check --bins` on corpus-adjust (316/376) |
| 4655 | 2026-08-31T13:21:00.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-31T13:21:00.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-31T13:21:00.329Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4658 | 2026-08-31T13:21:00.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4659 | 2026-08-31T13:21:00.883Z | |
| 4660 | 2026-08-31T13:21:00.883Z | info: running `cargo check --bins` on crdb-seed (317/376) |
| 4661 | 2026-08-31T13:21:01.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-31T13:21:01.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-31T13:21:01.590Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4664 | 2026-08-31T13:21:02.700Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4665 | 2026-08-31T13:21:03.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4666 | 2026-08-31T13:21:03.247Z | |
| 4667 | 2026-08-31T13:21:03.247Z | info: running `cargo check --bins` on db-dev (318/376) |
| 4668 | 2026-08-31T13:21:03.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4669 | 2026-08-31T13:21:03.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4670 | 2026-08-31T13:21:03.960Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4671 | 2026-08-31T13:21:04.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4672 | 2026-08-31T13:21:04.918Z | |
| 4673 | 2026-08-31T13:21:04.918Z | info: running `cargo check --bins` on omicron-dev-lib (319/376) |
| 4674 | 2026-08-31T13:21:05.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-08-31T13:21:05.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-08-31T13:21:05.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4677 | 2026-08-31T13:21:05.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4678 | 2026-08-31T13:21:05.518Z | |
| 4679 | 2026-08-31T13:21:05.518Z | info: running `cargo check --bins` on xtask-downloader (320/376) |
| 4680 | 2026-08-31T13:21:05.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-31T13:21:05.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-31T13:21:06.124Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4683 | 2026-08-31T13:21:06.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4684 | 2026-08-31T13:21:06.973Z | |
| 4685 | 2026-08-31T13:21:06.973Z | info: running `cargo check --bins` on omicron-dropshot-apis (321/376) |
| 4686 | 2026-08-31T13:21:07.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-31T13:21:07.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-31T13:21:07.706Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4689 | 2026-08-31T13:21:07.706Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4690 | 2026-08-31T13:21:07.710Z | Checking git-stub v1.0.0 |
| 4691 | 2026-08-31T13:21:07.710Z | Compiling trait-variant v0.1.2 |
| 4692 | 2026-08-31T13:21:07.710Z | Checking maplit v1.0.2 |
| 4693 | 2026-08-31T13:21:07.839Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4694 | 2026-08-31T13:21:07.846Z | Checking drift v0.2.0 |
| 4695 | 2026-08-31T13:21:07.856Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4696 | 2026-08-31T13:21:07.917Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4697 | 2026-08-31T13:21:07.972Z | Checking git-stub-vcs v0.1.0 |
| 4698 | 2026-08-31T13:21:08.043Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4699 | 2026-08-31T13:21:08.060Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4700 | 2026-08-31T13:21:08.174Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4701 | 2026-08-31T13:21:08.222Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4702 | 2026-08-31T13:21:08.236Z | Checking dropshot-api-manager v0.8.0 |
| 4703 | 2026-08-31T13:21:08.379Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4704 | 2026-08-31T13:21:08.573Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4705 | 2026-08-31T13:21:09.083Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4706 | 2026-08-31T13:21:10.008Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4707 | 2026-08-31T13:21:11.012Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4708 | 2026-08-31T13:21:11.830Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4709 | 2026-08-31T13:21:12.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
| 4710 | 2026-08-31T13:21:12.473Z | |
| 4711 | 2026-08-31T13:21:12.473Z | info: running `cargo check --bins` on installinator-api (322/376) |
| 4712 | 2026-08-31T13:21:12.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4713 | 2026-08-31T13:21:12.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4714 | 2026-08-31T13:21:12.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4715 | 2026-08-31T13:21:12.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4716 | 2026-08-31T13:21:13.035Z | |
| 4717 | 2026-08-31T13:21:13.035Z | info: running `cargo check --bins` on nexus-external-api (323/376) |
| 4718 | 2026-08-31T13:21:13.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4719 | 2026-08-31T13:21:13.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4720 | 2026-08-31T13:21:13.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4721 | 2026-08-31T13:21:13.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4722 | 2026-08-31T13:21:13.641Z | |
| 4723 | 2026-08-31T13:21:13.641Z | info: running `cargo check --bins` on nexus-internal-api (324/376) |
| 4724 | 2026-08-31T13:21:14.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-31T13:21:14.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-31T13:21:14.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-31T13:21:14.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4728 | 2026-08-31T13:21:14.243Z | |
| 4729 | 2026-08-31T13:21:14.243Z | info: running `cargo check --bins` on nexus-lockstep-api (325/376) |
| 4730 | 2026-08-31T13:21:14.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-31T13:21:14.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-31T13:21:14.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-31T13:21:14.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4734 | 2026-08-31T13:21:14.849Z | |
| 4735 | 2026-08-31T13:21:14.849Z | info: running `cargo check --bins` on ntp-admin-api (326/376) |
| 4736 | 2026-08-31T13:21:15.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-31T13:21:15.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-31T13:21:15.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-31T13:21:15.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4740 | 2026-08-31T13:21:15.415Z | |
| 4741 | 2026-08-31T13:21:15.415Z | info: running `cargo check --bins` on ntp-admin-types-versions (327/376) |
| 4742 | 2026-08-31T13:21:15.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-31T13:21:15.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-31T13:21:15.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-31T13:21:15.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4746 | 2026-08-31T13:21:15.974Z | |
| 4747 | 2026-08-31T13:21:15.974Z | info: running `cargo check --bins` on wicketd-api (328/376) |
| 4748 | 2026-08-31T13:21:16.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-31T13:21:16.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-31T13:21:16.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-31T13:21:16.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4752 | 2026-08-31T13:21:16.558Z | |
| 4753 | 2026-08-31T13:21:16.558Z | info: running `cargo check --bins` on wicketd-commission-api (329/376) |
| 4754 | 2026-08-31T13:21:17.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-31T13:21:17.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-31T13:21:17.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-31T13:21:17.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4758 | 2026-08-31T13:21:17.149Z | |
| 4759 | 2026-08-31T13:21:17.149Z | info: running `cargo check --bins` on omicron-ls-apis (330/376) |
| 4760 | 2026-08-31T13:21:17.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-31T13:21:17.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-31T13:21:17.759Z | Compiling blake3 v1.8.5 |
| 4763 | 2026-08-31T13:21:17.868Z | Checking arrayref v0.3.9 |
| 4764 | 2026-08-31T13:21:17.868Z | Checking arrayvec v0.7.6 |
| 4765 | 2026-08-31T13:21:17.868Z | Checking constant_time_eq v0.4.2 |
| 4766 | 2026-08-31T13:21:17.893Z | Checking cargo-platform v0.3.2 |
| 4767 | 2026-08-31T13:21:17.893Z | Checking topological-sort v0.2.2 |
| 4768 | 2026-08-31T13:21:17.896Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4769 | 2026-08-31T13:21:18.049Z | Checking cargo_metadata v0.23.1 |
| 4770 | 2026-08-31T13:21:18.741Z | Checking omicron-zone-package v0.12.3 |
| 4771 | 2026-08-31T13:21:19.448Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4772 | 2026-08-31T13:21:20.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4773 | 2026-08-31T13:21:20.462Z | |
| 4774 | 2026-08-31T13:21:20.462Z | info: running `cargo check --bins` on mgs-dev (331/376) |
| 4775 | 2026-08-31T13:21:20.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4776 | 2026-08-31T13:21:21.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4777 | 2026-08-31T13:21:21.211Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4778 | 2026-08-31T13:21:21.841Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4779 | 2026-08-31T13:21:22.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 4780 | 2026-08-31T13:21:22.565Z | |
| 4781 | 2026-08-31T13:21:22.565Z | info: running `cargo check --bins` on omicron-omdb (332/376) |
| 4782 | 2026-08-31T13:21:23.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-08-31T13:21:23.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-08-31T13:21:23.534Z | Compiling darling_core v0.21.3 |
| 4785 | 2026-08-31T13:21:23.534Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4786 | 2026-08-31T13:21:23.534Z | Compiling vergen-lib v0.1.6 |
| 4787 | 2026-08-31T13:21:23.537Z | Compiling diesel_derives v2.3.7 |
| 4788 | 2026-08-31T13:21:23.537Z | Checking scheduled-thread-pool v0.2.7 |
| 4789 | 2026-08-31T13:21:23.537Z | Compiling vergen-gitcl v1.0.8 |
| 4790 | 2026-08-31T13:21:23.537Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4791 | 2026-08-31T13:21:23.537Z | Compiling dirs-sys-next v0.1.2 |
| 4792 | 2026-08-31T13:21:23.868Z | Compiling crunchy v0.2.4 |
| 4793 | 2026-08-31T13:21:23.898Z | Compiling glob v0.3.3 |
| 4794 | 2026-08-31T13:21:23.902Z | Checking r2d2 v0.8.10 |
| 4795 | 2026-08-31T13:21:23.968Z | Compiling dirs-next v2.0.0 |
| 4796 | 2026-08-31T13:21:23.987Z | Checking downcast-rs v2.0.2 |
| 4797 | 2026-08-31T13:21:24.085Z | Compiling tiny-keccak v2.0.2 |
| 4798 | 2026-08-31T13:21:24.089Z | Compiling term v0.7.0 |
| 4799 | 2026-08-31T13:21:24.241Z | Compiling bit-vec v0.6.3 |
| 4800 | 2026-08-31T13:21:24.271Z | Compiling clang-sys v1.8.1 |
| 4801 | 2026-08-31T13:21:24.287Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4802 | 2026-08-31T13:21:24.459Z | Compiling bit-set v0.5.3 |
| 4803 | 2026-08-31T13:21:24.478Z | Compiling ascii-canvas v3.0.0 |
| 4804 | 2026-08-31T13:21:24.618Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4805 | 2026-08-31T13:21:24.651Z | Compiling itertools v0.10.5 |
| 4806 | 2026-08-31T13:21:24.667Z | Compiling ena v0.14.4 |
| 4807 | 2026-08-31T13:21:24.691Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4808 | 2026-08-31T13:21:24.718Z | Compiling libloading v0.8.9 |
| 4809 | 2026-08-31T13:21:24.738Z | Compiling bindgen v0.71.1 |
| 4810 | 2026-08-31T13:21:24.781Z | Compiling regex-syntax v0.6.29 |
| 4811 | 2026-08-31T13:21:24.876Z | Compiling diff v0.1.13 |
| 4812 | 2026-08-31T13:21:25.148Z | Compiling cexpr v0.6.0 |
| 4813 | 2026-08-31T13:21:25.168Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4814 | 2026-08-31T13:21:25.293Z | Compiling rustc-hash v2.1.1 |
| 4815 | 2026-08-31T13:21:25.352Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4816 | 2026-08-31T13:21:25.614Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4817 | 2026-08-31T13:21:25.704Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4818 | 2026-08-31T13:21:25.723Z | Compiling libxml v0.3.3 |
| 4819 | 2026-08-31T13:21:25.808Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4820 | 2026-08-31T13:21:25.978Z | Compiling strum_macros v0.24.3 |
| 4821 | 2026-08-31T13:21:25.995Z | Compiling indoc v1.0.9 |
| 4822 | 2026-08-31T13:21:26.319Z | Compiling darling_macro v0.21.3 |
| 4823 | 2026-08-31T13:21:26.453Z | Compiling lalrpop v0.19.12 |
| 4824 | 2026-08-31T13:21:26.826Z | Compiling darling v0.21.3 |
| 4825 | 2026-08-31T13:21:26.843Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4826 | 2026-08-31T13:21:26.871Z | Checking derive_builder v0.20.2 |
| 4827 | 2026-08-31T13:21:26.919Z | Compiling dsl_auto_type v0.2.0 |
| 4828 | 2026-08-31T13:21:26.988Z | Compiling oso-derive v0.27.3 |
| 4829 | 2026-08-31T13:21:27.031Z | Checking quick-xml v0.37.5 |
| 4830 | 2026-08-31T13:21:27.307Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4831 | 2026-08-31T13:21:27.486Z | Checking openssl-probe v0.1.6 |
| 4832 | 2026-08-31T13:21:27.628Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4833 | 2026-08-31T13:21:27.909Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4834 | 2026-08-31T13:21:28.161Z | Checking bb8 v0.8.6 |
| 4835 | 2026-08-31T13:21:28.441Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4836 | 2026-08-31T13:21:28.457Z | Checking nonempty v0.12.0 |
| 4837 | 2026-08-31T13:21:28.476Z | Compiling libz-sys v1.1.24 |
| 4838 | 2026-08-31T13:21:28.620Z | Compiling strsim v0.10.0 |
| 4839 | 2026-08-31T13:21:28.661Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4840 | 2026-08-31T13:21:28.870Z | Compiling darling_core v0.13.4 |
| 4841 | 2026-08-31T13:21:28.953Z | Compiling progenitor-impl v0.13.0 |
| 4842 | 2026-08-31T13:21:29.054Z | Compiling vergen-git2 v9.1.0 |
| 4843 | 2026-08-31T13:21:30.164Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4844 | 2026-08-31T13:21:30.350Z | Checking progenitor-client v0.13.0 |
| 4845 | 2026-08-31T13:21:30.624Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4846 | 2026-08-31T13:21:30.728Z | Compiling darling_macro v0.13.4 |
| 4847 | 2026-08-31T13:21:31.218Z | Compiling darling v0.13.4 |
| 4848 | 2026-08-31T13:21:31.312Z | Compiling serde_with_macros v1.5.2 |
| 4849 | 2026-08-31T13:21:31.516Z | Compiling progenitor-macro v0.13.0 |
| 4850 | 2026-08-31T13:21:31.585Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4851 | 2026-08-31T13:21:31.798Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4852 | 2026-08-31T13:21:31.987Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4853 | 2026-08-31T13:21:32.170Z | Compiling serde_with v1.14.0 |
| 4854 | 2026-08-31T13:21:32.188Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4855 | 2026-08-31T13:21:32.372Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4856 | 2026-08-31T13:21:32.556Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4857 | 2026-08-31T13:21:32.718Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4858 | 2026-08-31T13:21:32.741Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4859 | 2026-08-31T13:21:32.826Z | Checking diesel v2.3.7 |
| 4860 | 2026-08-31T13:21:33.389Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4861 | 2026-08-31T13:21:34.475Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4862 | 2026-08-31T13:21:34.603Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4863 | 2026-08-31T13:21:34.959Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4864 | 2026-08-31T13:21:35.148Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4865 | 2026-08-31T13:21:35.317Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4866 | 2026-08-31T13:21:35.484Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4867 | 2026-08-31T13:21:35.531Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4868 | 2026-08-31T13:21:35.993Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4869 | 2026-08-31T13:21:36.090Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4870 | 2026-08-31T13:21:36.485Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4871 | 2026-08-31T13:21:36.534Z | Checking progenitor v0.13.0 |
| 4872 | 2026-08-31T13:21:36.639Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4873 | 2026-08-31T13:21:36.687Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4874 | 2026-08-31T13:21:36.857Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4875 | 2026-08-31T13:21:37.047Z | Checking twox-hash v2.1.2 |
| 4876 | 2026-08-31T13:21:37.205Z | Checking libsw-core v0.3.2 |
| 4877 | 2026-08-31T13:21:37.223Z | Checking atty v0.2.14 |
| 4878 | 2026-08-31T13:21:37.324Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4879 | 2026-08-31T13:21:37.348Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4880 | 2026-08-31T13:21:37.365Z | Checking libsw v3.5.0 |
| 4881 | 2026-08-31T13:21:37.543Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4882 | 2026-08-31T13:21:39.190Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4883 | 2026-08-31T13:21:39.452Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4884 | 2026-08-31T13:21:39.907Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4885 | 2026-08-31T13:21:40.627Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4886 | 2026-08-31T13:21:41.593Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4887 | 2026-08-31T13:21:41.783Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4888 | 2026-08-31T13:21:41.935Z | Checking fatfs v0.3.6 |
| 4889 | 2026-08-31T13:21:42.393Z | Checking console v0.16.2 |
| 4890 | 2026-08-31T13:21:42.706Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4891 | 2026-08-31T13:21:42.774Z | Checking unit-prefix v0.5.2 |
| 4892 | 2026-08-31T13:21:42.911Z | Compiling seq-macro v0.3.6 |
| 4893 | 2026-08-31T13:21:43.101Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4894 | 2026-08-31T13:21:43.256Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4895 | 2026-08-31T13:21:43.420Z | Checking indicatif v0.18.4 |
| 4896 | 2026-08-31T13:21:43.834Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4897 | 2026-08-31T13:21:44.024Z | Checking oxide-update-engine-display v0.1.2 |
| 4898 | 2026-08-31T13:21:44.327Z | Checking support-bundle-viewer v0.1.2 |
| 4899 | 2026-08-31T13:21:44.478Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4900 | 2026-08-31T13:21:44.591Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4901 | 2026-08-31T13:21:44.609Z | Checking multimap v0.10.1 |
| 4902 | 2026-08-31T13:21:50.637Z | Checking diesel-dtrace v0.5.0 |
| 4903 | 2026-08-31T13:21:50.889Z | Checking async-bb8-diesel v0.2.1 |
| 4904 | 2026-08-31T13:21:53.531Z | Compiling samael v0.0.19 |
| 4905 | 2026-08-31T13:21:57.638Z | Compiling git2 v0.20.4 |
| 4906 | 2026-08-31T13:21:58.563Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4907 | 2026-08-31T13:22:00.179Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4908 | 2026-08-31T13:22:00.334Z | Compiling polar-core v0.27.3 |
| 4909 | 2026-08-31T13:22:04.874Z | Checking oso v0.27.3 |
| 4910 | 2026-08-31T13:22:36.166Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4911 | 2026-08-31T13:23:51.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 4912 | 2026-08-31T13:23:52.211Z | |
| 4913 | 2026-08-31T13:23:52.211Z | info: running `cargo check --bins` on nexus-networking (333/376) |
| 4914 | 2026-08-31T13:23:52.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4915 | 2026-08-31T13:23:52.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4916 | 2026-08-31T13:23:52.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4917 | 2026-08-31T13:23:52.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4918 | 2026-08-31T13:23:52.896Z | |
| 4919 | 2026-08-31T13:23:52.896Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376) |
| 4920 | 2026-08-31T13:23:53.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4921 | 2026-08-31T13:23:53.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4922 | 2026-08-31T13:23:53.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4923 | 2026-08-31T13:23:53.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4924 | 2026-08-31T13:23:53.546Z | |
| 4925 | 2026-08-31T13:23:53.546Z | info: running `cargo check --bins` on nexus-saga-recovery (335/376) |
| 4926 | 2026-08-31T13:23:54.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4927 | 2026-08-31T13:23:54.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4928 | 2026-08-31T13:23:54.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4929 | 2026-08-31T13:23:54.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4930 | 2026-08-31T13:23:54.192Z | |
| 4931 | 2026-08-31T13:23:54.192Z | info: running `cargo check --bins` on nexus-test-utils-macros (336/376) |
| 4932 | 2026-08-31T13:23:54.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4933 | 2026-08-31T13:23:54.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4934 | 2026-08-31T13:23:54.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4935 | 2026-08-31T13:23:54.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4936 | 2026-08-31T13:23:54.771Z | |
| 4937 | 2026-08-31T13:23:54.771Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (337/376) |
| 4938 | 2026-08-31T13:23:55.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4939 | 2026-08-31T13:23:55.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4940 | 2026-08-31T13:23:55.623Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4941 | 2026-08-31T13:23:56.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 4942 | 2026-08-31T13:23:56.621Z | |
| 4943 | 2026-08-31T13:23:56.621Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376) |
| 4944 | 2026-08-31T13:23:57.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4945 | 2026-08-31T13:23:57.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4946 | 2026-08-31T13:23:57.455Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4947 | 2026-08-31T13:24:37.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.45s |
| 4948 | 2026-08-31T13:24:37.286Z | |
| 4949 | 2026-08-31T13:24:37.286Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376) |
| 4950 | 2026-08-31T13:24:37.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4951 | 2026-08-31T13:24:37.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4952 | 2026-08-31T13:24:37.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4953 | 2026-08-31T13:24:37.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4954 | 2026-08-31T13:24:37.866Z | |
| 4955 | 2026-08-31T13:24:37.867Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376) |
| 4956 | 2026-08-31T13:24:38.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4957 | 2026-08-31T13:24:38.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4958 | 2026-08-31T13:24:38.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4959 | 2026-08-31T13:24:38.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4960 | 2026-08-31T13:24:38.440Z | |
| 4961 | 2026-08-31T13:24:38.440Z | info: running `cargo check --bins --no-default-features` on nexus-fm (341/376) |
| 4962 | 2026-08-31T13:24:38.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4963 | 2026-08-31T13:24:38.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4964 | 2026-08-31T13:24:38.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4965 | 2026-08-31T13:24:38.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4966 | 2026-08-31T13:24:39.077Z | |
| 4967 | 2026-08-31T13:24:39.077Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376) |
| 4968 | 2026-08-31T13:24:39.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4969 | 2026-08-31T13:24:39.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4970 | 2026-08-31T13:24:39.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4971 | 2026-08-31T13:24:39.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4972 | 2026-08-31T13:24:39.725Z | |
| 4973 | 2026-08-31T13:24:39.725Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (343/376) |
| 4974 | 2026-08-31T13:24:40.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4975 | 2026-08-31T13:24:40.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4976 | 2026-08-31T13:24:40.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4977 | 2026-08-31T13:24:40.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4978 | 2026-08-31T13:24:40.374Z | |
| 4979 | 2026-08-31T13:24:40.374Z | info: running `cargo check --bins` on nexus-mgs-updates (344/376) |
| 4980 | 2026-08-31T13:24:40.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4981 | 2026-08-31T13:24:40.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4982 | 2026-08-31T13:24:40.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4983 | 2026-08-31T13:24:40.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4984 | 2026-08-31T13:24:41.009Z | |
| 4985 | 2026-08-31T13:24:41.009Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (345/376) |
| 4986 | 2026-08-31T13:24:41.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4987 | 2026-08-31T13:24:41.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4988 | 2026-08-31T13:24:41.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4989 | 2026-08-31T13:24:41.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4990 | 2026-08-31T13:24:41.655Z | |
| 4991 | 2026-08-31T13:24:41.655Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376) |
| 4992 | 2026-08-31T13:24:42.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4993 | 2026-08-31T13:24:42.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4994 | 2026-08-31T13:24:42.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4995 | 2026-08-31T13:24:42.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4996 | 2026-08-31T13:24:42.284Z | |
| 4997 | 2026-08-31T13:24:42.284Z | info: running `cargo check --bins` on nexus-switch-config (347/376) |
| 4998 | 2026-08-31T13:24:42.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4999 | 2026-08-31T13:24:42.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5000 | 2026-08-31T13:24:42.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5001 | 2026-08-31T13:24:42.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5002 | 2026-08-31T13:24:42.891Z | |
| 5003 | 2026-08-31T13:24:42.892Z | info: running `cargo check --bins` on nexus-switch-config-preparation (348/376) |
| 5004 | 2026-08-31T13:24:43.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5005 | 2026-08-31T13:24:43.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5006 | 2026-08-31T13:24:43.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5007 | 2026-08-31T13:24:43.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5008 | 2026-08-31T13:24:43.515Z | |
| 5009 | 2026-08-31T13:24:43.515Z | info: running `cargo check --bins` on support-bundle-collection (349/376) |
| 5010 | 2026-08-31T13:24:44.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5011 | 2026-08-31T13:24:44.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5012 | 2026-08-31T13:24:44.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5013 | 2026-08-31T13:24:44.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5014 | 2026-08-31T13:24:44.156Z | |
| 5015 | 2026-08-31T13:24:44.156Z | info: running `cargo check --bins` on omicron-dev (350/376) |
| 5016 | 2026-08-31T13:24:44.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5017 | 2026-08-31T13:24:44.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5018 | 2026-08-31T13:24:45.079Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5019 | 2026-08-31T13:24:45.082Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5020 | 2026-08-31T13:24:45.268Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5021 | 2026-08-31T13:24:45.294Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5022 | 2026-08-31T13:24:45.309Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5023 | 2026-08-31T13:24:45.321Z | Checking diff v0.1.13 |
| 5024 | 2026-08-31T13:24:45.325Z | Checking yansi v1.0.1 |
| 5025 | 2026-08-31T13:24:45.351Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5026 | 2026-08-31T13:24:45.397Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5027 | 2026-08-31T13:24:45.570Z | Checking pretty_assertions v1.4.1 |
| 5028 | 2026-08-31T13:24:46.356Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5029 | 2026-08-31T13:24:46.374Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5030 | 2026-08-31T13:25:11.782Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5031 | 2026-08-31T13:25:11.782Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5032 | 2026-08-31T13:25:11.785Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5033 | 2026-08-31T13:25:11.786Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5034 | 2026-08-31T13:25:11.786Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5035 | 2026-08-31T13:25:11.786Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5036 | 2026-08-31T13:25:11.786Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5037 | 2026-08-31T13:25:12.644Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5038 | 2026-08-31T13:25:12.644Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5039 | 2026-08-31T13:25:13.921Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5040 | 2026-08-31T13:25:53.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 5041 | 2026-08-31T13:25:53.346Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5042 | 2026-08-31T13:25:53.346Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5043 | 2026-08-31T13:25:53.552Z | |
| 5044 | 2026-08-31T13:25:53.552Z | info: running `cargo check --bins` on oximeter-load-test (351/376) |
| 5045 | 2026-08-31T13:25:54.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5046 | 2026-08-31T13:25:54.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5047 | 2026-08-31T13:25:54.275Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5048 | 2026-08-31T13:25:54.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 5049 | 2026-08-31T13:25:55.113Z | |
| 5050 | 2026-08-31T13:25:55.113Z | info: running `cargo check --bins` on omicron-pins (352/376) |
| 5051 | 2026-08-31T13:25:55.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-08-31T13:25:55.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-08-31T13:25:55.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5054 | 2026-08-31T13:25:55.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5055 | 2026-08-31T13:25:55.689Z | |
| 5056 | 2026-08-31T13:25:55.689Z | info: running `cargo check --bins` on rack-init-config (353/376) |
| 5057 | 2026-08-31T13:25:56.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5058 | 2026-08-31T13:25:56.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5059 | 2026-08-31T13:25:56.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5060 | 2026-08-31T13:25:56.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5061 | 2026-08-31T13:25:56.279Z | |
| 5062 | 2026-08-31T13:25:56.279Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376) |
| 5063 | 2026-08-31T13:25:56.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5064 | 2026-08-31T13:25:56.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5065 | 2026-08-31T13:25:57.079Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5066 | 2026-08-31T13:25:57.224Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5067 | 2026-08-31T13:25:57.232Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5068 | 2026-08-31T13:26:24.470Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5069 | 2026-08-31T13:26:24.879Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5070 | 2026-08-31T13:26:26.661Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5071 | 2026-08-31T13:26:27.150Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5072 | 2026-08-31T13:26:30.301Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5073 | 2026-08-31T13:26:54.657Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5074 | 2026-08-31T13:26:55.399Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5075 | 2026-08-31T13:26:57.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5076 | 2026-08-31T13:26:57.338Z | |
| 5077 | 2026-08-31T13:26:57.339Z | info: running `cargo check --bins` on reconfigurator-sp-updater (355/376) |
| 5078 | 2026-08-31T13:26:57.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5079 | 2026-08-31T13:26:57.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5080 | 2026-08-31T13:26:58.081Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5081 | 2026-08-31T13:26:58.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5082 | 2026-08-31T13:26:58.974Z | |
| 5083 | 2026-08-31T13:26:58.974Z | info: running `cargo check --bins` on omicron-releng (356/376) |
| 5084 | 2026-08-31T13:26:59.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5085 | 2026-08-31T13:26:59.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5086 | 2026-08-31T13:26:59.617Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5087 | 2026-08-31T13:26:59.620Z | Compiling fs-err v2.11.0 |
| 5088 | 2026-08-31T13:26:59.734Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5089 | 2026-08-31T13:26:59.744Z | Checking parse-size v1.1.0 |
| 5090 | 2026-08-31T13:26:59.753Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5091 | 2026-08-31T13:26:59.758Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5092 | 2026-08-31T13:26:59.758Z | Checking shell-words v1.1.1 |
| 5093 | 2026-08-31T13:26:59.842Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5094 | 2026-08-31T13:27:00.183Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5095 | 2026-08-31T13:27:00.364Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5096 | 2026-08-31T13:27:01.039Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5097 | 2026-08-31T13:27:02.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 5098 | 2026-08-31T13:27:02.176Z | |
| 5099 | 2026-08-31T13:27:02.176Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (357/376) |
| 5100 | 2026-08-31T13:27:02.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5101 | 2026-08-31T13:27:02.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5102 | 2026-08-31T13:27:02.834Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5103 | 2026-08-31T13:27:03.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 5104 | 2026-08-31T13:27:03.512Z | |
| 5105 | 2026-08-31T13:27:03.512Z | info: running `cargo check --bins` on schema (358/376) |
| 5106 | 2026-08-31T13:27:04.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5107 | 2026-08-31T13:27:04.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5108 | 2026-08-31T13:27:04.250Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5109 | 2026-08-31T13:27:04.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5110 | 2026-08-31T13:27:05.153Z | |
| 5111 | 2026-08-31T13:27:05.153Z | info: running `cargo check --bins` on xtask (359/376) |
| 5112 | 2026-08-31T13:27:05.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5113 | 2026-08-31T13:27:05.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5114 | 2026-08-31T13:27:05.565Z | Checking serde_core v1.0.228 |
| 5115 | 2026-08-31T13:27:05.566Z | Checking libc v0.2.185 |
| 5116 | 2026-08-31T13:27:05.569Z | Checking bitflags v2.11.0 |
| 5117 | 2026-08-31T13:27:05.651Z | Checking scroll v0.12.0 |
| 5118 | 2026-08-31T13:27:05.655Z | Checking thiserror v1.0.69 |
| 5119 | 2026-08-31T13:27:05.662Z | Checking log v0.4.33 |
| 5120 | 2026-08-31T13:27:05.670Z | Checking indexmap v2.14.0 |
| 5121 | 2026-08-31T13:27:05.670Z | Checking zerocopy v0.7.35 |
| 5122 | 2026-08-31T13:27:05.739Z | Checking syn v2.0.117 |
| 5123 | 2026-08-31T13:27:05.782Z | Checking dtrace-parser v0.2.0 |
| 5124 | 2026-08-31T13:27:05.799Z | Checking once_cell v1.21.3 |
| 5125 | 2026-08-31T13:27:05.868Z | Checking goblin v0.8.2 |
| 5126 | 2026-08-31T13:27:05.929Z | Checking errno v0.3.14 |
| 5127 | 2026-08-31T13:27:05.967Z | Checking getrandom v0.4.3 |
| 5128 | 2026-08-31T13:27:06.016Z | Checking thread-id v4.2.2 |
| 5129 | 2026-08-31T13:27:06.046Z | Checking rustix v1.1.4 |
| 5130 | 2026-08-31T13:27:06.093Z | Checking memmap v0.7.0 |
| 5131 | 2026-08-31T13:27:06.104Z | Checking thiserror v2.0.18 |
| 5132 | 2026-08-31T13:27:06.163Z | Checking fs-err v3.3.0 |
| 5133 | 2026-08-31T13:27:06.201Z | Checking anyhow v1.0.104 |
| 5134 | 2026-08-31T13:27:06.218Z | Checking tabled v0.15.0 |
| 5135 | 2026-08-31T13:27:06.815Z | Checking terminal_size v0.4.3 |
| 5136 | 2026-08-31T13:27:06.818Z | Checking tempfile v3.27.0 |
| 5137 | 2026-08-31T13:27:06.945Z | Checking clap_builder v4.6.0 |
| 5138 | 2026-08-31T13:27:06.948Z | Checking textwrap v0.16.2 |
| 5139 | 2026-08-31T13:27:07.095Z | Checking serde v1.0.228 |
| 5140 | 2026-08-31T13:27:07.098Z | Checking serde_json v1.0.151 |
| 5141 | 2026-08-31T13:27:07.098Z | Checking camino v1.2.5 |
| 5142 | 2026-08-31T13:27:07.154Z | Checking cargo-platform v0.3.2 |
| 5143 | 2026-08-31T13:27:07.306Z | Checking semver v1.0.28 |
| 5144 | 2026-08-31T13:27:07.364Z | Checking camino-tempfile v1.4.1 |
| 5145 | 2026-08-31T13:27:07.504Z | Checking toml_datetime v0.6.11 |
| 5146 | 2026-08-31T13:27:07.504Z | Checking serde_spanned v0.6.9 |
| 5147 | 2026-08-31T13:27:07.522Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5148 | 2026-08-31T13:27:07.532Z | Checking macaddr v1.0.1 |
| 5149 | 2026-08-31T13:27:07.684Z | Checking toml_edit v0.22.27 |
| 5150 | 2026-08-31T13:27:07.688Z | Checking cargo_metadata v0.23.1 |
| 5151 | 2026-08-31T13:27:07.745Z | Checking dof v0.3.0 |
| 5152 | 2026-08-31T13:27:08.007Z | Checking usdt-impl v0.5.0 |
| 5153 | 2026-08-31T13:27:08.198Z | Checking clap v4.6.1 |
| 5154 | 2026-08-31T13:27:08.268Z | Checking usdt v0.5.0 |
| 5155 | 2026-08-31T13:27:08.657Z | Checking toml v0.8.23 |
| 5156 | 2026-08-31T13:27:08.917Z | Checking cargo_toml v0.21.0 |
| 5157 | 2026-08-31T13:27:09.556Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5158 | 2026-08-31T13:27:09.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
| 5159 | 2026-08-31T13:27:10.070Z | |
| 5160 | 2026-08-31T13:27:10.070Z | info: running `cargo check --bins` on dnsadm (360/376) |
| 5161 | 2026-08-31T13:27:10.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5162 | 2026-08-31T13:27:10.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5163 | 2026-08-31T13:27:10.731Z | Checking arc-swap v1.8.2 |
| 5164 | 2026-08-31T13:27:11.013Z | Checking slog-scope v4.4.1 |
| 5165 | 2026-08-31T13:27:11.127Z | Checking slog-stdlog v4.1.1 |
| 5166 | 2026-08-31T13:27:11.226Z | Checking slog-envlogger v2.2.0 |
| 5167 | 2026-08-31T13:27:11.346Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5168 | 2026-08-31T13:27:11.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 5169 | 2026-08-31T13:27:11.938Z | |
| 5170 | 2026-08-31T13:27:11.938Z | info: running `cargo check --bins` on end-to-end-tests (361/376) |
| 5171 | 2026-08-31T13:27:12.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5172 | 2026-08-31T13:27:12.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5173 | 2026-08-31T13:27:12.747Z | Checking cpubits v0.1.1 |
| 5174 | 2026-08-31T13:27:12.873Z | Checking pem-rfc7468 v1.0.0 |
| 5175 | 2026-08-31T13:27:12.887Z | Checking hmac v0.13.0 |
| 5176 | 2026-08-31T13:27:12.887Z | Checking universal-hash v0.6.1 |
| 5177 | 2026-08-31T13:27:12.911Z | Checking ctr v0.10.1 |
| 5178 | 2026-08-31T13:27:12.911Z | Checking aead v0.6.1 |
| 5179 | 2026-08-31T13:27:12.939Z | Checking crypto-bigint v0.7.5 |
| 5180 | 2026-08-31T13:27:12.939Z | Checking aes v0.9.1 |
| 5181 | 2026-08-31T13:27:12.968Z | Checking salsa20 v0.11.0 |
| 5182 | 2026-08-31T13:27:13.014Z | Checking der v0.8.0 |
| 5183 | 2026-08-31T13:27:13.017Z | Checking polyval v0.7.1 |
| 5184 | 2026-08-31T13:27:13.042Z | Checking pbkdf2 v0.13.0 |
| 5185 | 2026-08-31T13:27:13.059Z | Checking cbc v0.2.1 |
| 5186 | 2026-08-31T13:27:13.125Z | Checking ff v0.14.0 |
| 5187 | 2026-08-31T13:27:13.129Z | Checking signature v3.0.0 |
| 5188 | 2026-08-31T13:27:13.171Z | Checking scrypt v0.12.0 |
| 5189 | 2026-08-31T13:27:13.191Z | Checking base16ct v1.0.0 |
| 5190 | 2026-08-31T13:27:13.206Z | Checking ghash v0.6.0 |
| 5191 | 2026-08-31T13:27:13.270Z | Checking group v0.14.0 |
| 5192 | 2026-08-31T13:27:13.302Z | Checking hkdf v0.13.0 |
| 5193 | 2026-08-31T13:27:13.322Z | Compiling curve25519-dalek v5.0.0 |
| 5194 | 2026-08-31T13:27:13.339Z | Checking aes-gcm v0.11.0 |
| 5195 | 2026-08-31T13:27:13.355Z | Checking keccak v0.2.0 |
| 5196 | 2026-08-31T13:27:13.371Z | Checking poly1305 v0.9.0 |
| 5197 | 2026-08-31T13:27:13.415Z | Checking wnaf v0.14.0 |
| 5198 | 2026-08-31T13:27:13.439Z | Checking blowfish v0.10.0 |
| 5199 | 2026-08-31T13:27:13.501Z | Checking blake2 v0.11.0-rc.6 |
| 5200 | 2026-08-31T13:27:13.518Z | Checking sha3 v0.11.0 |
| 5201 | 2026-08-31T13:27:13.587Z | Checking kem v0.3.0 |
| 5202 | 2026-08-31T13:27:13.603Z | Checking bcrypt-pbkdf v0.11.0 |
| 5203 | 2026-08-31T13:27:13.638Z | Checking module-lattice v0.2.3 |
| 5204 | 2026-08-31T13:27:13.708Z | Checking sponge-cursor v0.1.0 |
| 5205 | 2026-08-31T13:27:13.759Z | Checking argon2 v0.6.0-rc.8 |
| 5206 | 2026-08-31T13:27:13.775Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5207 | 2026-08-31T13:27:13.812Z | Checking spki v0.8.0 |
| 5208 | 2026-08-31T13:27:13.832Z | Checking sec1 v0.8.1 |
| 5209 | 2026-08-31T13:27:13.852Z | Checking sha3 v0.12.0 |
| 5210 | 2026-08-31T13:27:13.855Z | Checking ml-kem v0.3.2 |
| 5211 | 2026-08-31T13:27:13.956Z | Checking internal-russh-num-bigint v0.5.0 |
| 5212 | 2026-08-31T13:27:13.989Z | Checking pkcs5 v0.8.1 |
| 5213 | 2026-08-31T13:27:14.041Z | Checking pkcs1 v0.8.0-rc.4 |
| 5214 | 2026-08-31T13:27:14.063Z | Checking num-bigint v0.4.6 |
| 5215 | 2026-08-31T13:27:14.078Z | Checking generic-array v1.4.3 |
| 5216 | 2026-08-31T13:27:14.248Z | Checking russh-util v0.52.0 |
| 5217 | 2026-08-31T13:27:14.284Z | Checking pkcs8 v0.11.0 |
| 5218 | 2026-08-31T13:27:14.373Z | Compiling enum_dispatch v0.3.13 |
| 5219 | 2026-08-31T13:27:14.469Z | Compiling delegate v0.13.5 |
| 5220 | 2026-08-31T13:27:14.485Z | Checking ed25519 v3.0.0 |
| 5221 | 2026-08-31T13:27:14.648Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5222 | 2026-08-31T13:27:14.663Z | Checking md5 v0.8.0 |
| 5223 | 2026-08-31T13:27:14.682Z | Checking ed25519-dalek v3.0.0 |
| 5224 | 2026-08-31T13:27:14.800Z | Checking hex-literal v1.1.0 |
| 5225 | 2026-08-31T13:27:14.852Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5226 | 2026-08-31T13:27:14.900Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5227 | 2026-08-31T13:27:14.915Z | Checking internet-checksum v0.2.1 |
| 5228 | 2026-08-31T13:27:15.052Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5229 | 2026-08-31T13:27:15.182Z | Checking elliptic-curve v0.14.1 |
| 5230 | 2026-08-31T13:27:15.182Z | Checking rfc6979 v0.6.0 |
| 5231 | 2026-08-31T13:27:15.185Z | Checking primefield v0.14.0 |
| 5232 | 2026-08-31T13:27:15.185Z | Checking ssh-encoding v0.3.0 |
| 5233 | 2026-08-31T13:27:15.291Z | Checking crypto-primes v0.7.2 |
| 5234 | 2026-08-31T13:27:15.411Z | Checking ssh-cipher v0.3.0 |
| 5235 | 2026-08-31T13:27:15.411Z | Checking russh-cryptovec v0.62.0 |
| 5236 | 2026-08-31T13:27:15.566Z | Checking ecdsa v0.17.0 |
| 5237 | 2026-08-31T13:27:15.569Z | Checking primeorder v0.14.0 |
| 5238 | 2026-08-31T13:27:15.936Z | Checking p256 v0.14.0 |
| 5239 | 2026-08-31T13:27:15.937Z | Checking p521 v0.14.0 |
| 5240 | 2026-08-31T13:27:15.937Z | Checking p384 v0.14.0 |
| 5241 | 2026-08-31T13:27:16.223Z | Checking rsa v0.10.0-rc.18 |
| 5242 | 2026-08-31T13:27:18.809Z | Checking ssh-key v0.7.0-rc.11 |
| 5243 | 2026-08-31T13:27:19.560Z | Checking russh v0.62.4 |
| 5244 | 2026-08-31T13:27:33.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.12s |
| 5245 | 2026-08-31T13:27:33.070Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5246 | 2026-08-31T13:27:33.070Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5247 | 2026-08-31T13:27:33.287Z | |
| 5248 | 2026-08-31T13:27:33.288Z | info: running `cargo check --bins` on gateway-cli (362/376) |
| 5249 | 2026-08-31T13:27:33.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5250 | 2026-08-31T13:27:33.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5251 | 2026-08-31T13:27:33.938Z | Checking termios v0.3.3 |
| 5252 | 2026-08-31T13:27:34.132Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5253 | 2026-08-31T13:27:34.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5254 | 2026-08-31T13:27:34.899Z | |
| 5255 | 2026-08-31T13:27:34.899Z | info: running `cargo check --bins --no-default-features` on installinator (363/376) |
| 5256 | 2026-08-31T13:27:35.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5257 | 2026-08-31T13:27:35.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5258 | 2026-08-31T13:27:35.605Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5259 | 2026-08-31T13:27:36.295Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5260 | 2026-08-31T13:27:37.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 5261 | 2026-08-31T13:27:38.092Z | |
| 5262 | 2026-08-31T13:27:38.092Z | info: running `cargo check --bins` on internal-dns-cli (364/376) |
| 5263 | 2026-08-31T13:27:38.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5264 | 2026-08-31T13:27:38.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5265 | 2026-08-31T13:27:38.748Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5266 | 2026-08-31T13:27:39.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 5267 | 2026-08-31T13:27:39.357Z | |
| 5268 | 2026-08-31T13:27:39.357Z | info: running `cargo check --bins` on omicron-live-tests (365/376) |
| 5269 | 2026-08-31T13:27:39.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5270 | 2026-08-31T13:27:39.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5271 | 2026-08-31T13:27:39.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5272 | 2026-08-31T13:27:39.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5273 | 2026-08-31T13:27:39.936Z | |
| 5274 | 2026-08-31T13:27:39.936Z | info: running `cargo check --bins` on live-tests-macros (366/376) |
| 5275 | 2026-08-31T13:27:40.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5276 | 2026-08-31T13:27:40.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5277 | 2026-08-31T13:27:40.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5278 | 2026-08-31T13:27:40.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5279 | 2026-08-31T13:27:40.519Z | |
| 5280 | 2026-08-31T13:27:40.519Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376) |
| 5281 | 2026-08-31T13:27:41.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5282 | 2026-08-31T13:27:41.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5283 | 2026-08-31T13:27:41.284Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5284 | 2026-08-31T13:27:41.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 5285 | 2026-08-31T13:27:42.072Z | |
| 5286 | 2026-08-31T13:27:42.072Z | info: running `cargo check --bins` on omicron-ntp-admin (368/376) |
| 5287 | 2026-08-31T13:27:42.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5288 | 2026-08-31T13:27:42.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5289 | 2026-08-31T13:27:42.712Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5290 | 2026-08-31T13:27:42.715Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5291 | 2026-08-31T13:27:43.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 5292 | 2026-08-31T13:27:43.825Z | |
| 5293 | 2026-08-31T13:27:43.825Z | info: running `cargo check --bins` on ntp-admin-types (369/376) |
| 5294 | 2026-08-31T13:27:44.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5295 | 2026-08-31T13:27:44.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5296 | 2026-08-31T13:27:44.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5297 | 2026-08-31T13:27:44.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5298 | 2026-08-31T13:27:44.404Z | |
| 5299 | 2026-08-31T13:27:44.404Z | info: running `cargo check --bins` on omicron-package (370/376) |
| 5300 | 2026-08-31T13:27:44.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5301 | 2026-08-31T13:27:44.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5302 | 2026-08-31T13:27:45.097Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5303 | 2026-08-31T13:27:46.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 5304 | 2026-08-31T13:27:46.373Z | |
| 5305 | 2026-08-31T13:27:46.373Z | info: running `cargo check --bins` on tqdb (371/376) |
| 5306 | 2026-08-31T13:27:46.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5307 | 2026-08-31T13:27:46.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5308 | 2026-08-31T13:27:47.171Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5309 | 2026-08-31T13:27:47.523Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5310 | 2026-08-31T13:27:48.036Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5311 | 2026-08-31T13:27:48.039Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5312 | 2026-08-31T13:27:55.044Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5313 | 2026-08-31T13:27:55.047Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5314 | 2026-08-31T13:27:55.047Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5315 | 2026-08-31T13:27:55.673Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5316 | 2026-08-31T13:27:55.673Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5317 | 2026-08-31T13:27:55.676Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5318 | 2026-08-31T13:27:55.676Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5319 | 2026-08-31T13:27:56.471Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5320 | 2026-08-31T13:27:57.198Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5321 | 2026-08-31T13:27:57.436Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5322 | 2026-08-31T13:27:57.511Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5323 | 2026-08-31T13:27:58.387Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5324 | 2026-08-31T13:27:59.051Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5325 | 2026-08-31T13:28:03.917Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5326 | 2026-08-31T13:28:11.179Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5327 | 2026-08-31T13:28:11.183Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5328 | 2026-08-31T13:28:11.183Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5329 | 2026-08-31T13:28:11.183Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5330 | 2026-08-31T13:28:12.687Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5331 | 2026-08-31T13:28:13.975Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5332 | 2026-08-31T13:28:14.655Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5333 | 2026-08-31T13:28:15.997Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5334 | 2026-08-31T13:28:16.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.18s |
| 5335 | 2026-08-31T13:28:16.767Z | |
| 5336 | 2026-08-31T13:28:16.767Z | info: running `cargo check --bins` on wicket-dbg (372/376) |
| 5337 | 2026-08-31T13:28:17.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5338 | 2026-08-31T13:28:17.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5339 | 2026-08-31T13:28:17.469Z | Checking rtoolbox v0.0.3 |
| 5340 | 2026-08-31T13:28:17.469Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5341 | 2026-08-31T13:28:17.474Z | Checking tui-tree-widget v0.23.1 |
| 5342 | 2026-08-31T13:28:17.474Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5343 | 2026-08-31T13:28:17.692Z | Checking rpassword v7.5.4 |
| 5344 | 2026-08-31T13:28:20.423Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5345 | 2026-08-31T13:28:22.380Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5346 | 2026-08-31T13:28:23.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s |
| 5347 | 2026-08-31T13:28:23.503Z | |
| 5348 | 2026-08-31T13:28:23.503Z | info: running `cargo check --bins` on wicket (373/376) |
| 5349 | 2026-08-31T13:28:24.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5350 | 2026-08-31T13:28:24.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5351 | 2026-08-31T13:28:24.189Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5352 | 2026-08-31T13:28:24.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5353 | 2026-08-31T13:28:24.736Z | |
| 5354 | 2026-08-31T13:28:24.736Z | info: running `cargo check --bins` on wicketd (374/376) |
| 5355 | 2026-08-31T13:28:25.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5356 | 2026-08-31T13:28:25.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5357 | 2026-08-31T13:28:25.426Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5358 | 2026-08-31T13:28:28.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 5359 | 2026-08-31T13:28:29.168Z | |
| 5360 | 2026-08-31T13:28:29.168Z | info: running `cargo check --bins` on omicron-workspace-hack (375/376) |
| 5361 | 2026-08-31T13:28:29.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5362 | 2026-08-31T13:28:29.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5363 | 2026-08-31T13:28:29.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5364 | 2026-08-31T13:28:29.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5365 | 2026-08-31T13:28:29.725Z | |
| 5366 | 2026-08-31T13:28:29.725Z | info: running `cargo check --bins` on zone-setup (376/376) |
| 5367 | 2026-08-31T13:28:30.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5368 | 2026-08-31T13:28:30.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5369 | 2026-08-31T13:28:30.393Z | Checking uzers v0.12.2 |
| 5370 | 2026-08-31T13:28:30.663Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5371 | 2026-08-31T13:28:31.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 5372 | 2026-08-31T13:28:31.647Z | |
| 5373 | 2026-08-31T13:28:31.647Z | real 14:25.278406633 |
| 5374 | 2026-08-31T13:28:31.648Z | user 21:41.780653266 |
| 5375 | 2026-08-31T13:28:31.648Z | sys 4:25.888910472 |
| 5376 | 2026-08-31T13:28:31.648Z | trap 0.344998972 |
| 5377 | 2026-08-31T13:28:31.648Z | tflt 0.553735556 |
| 5378 | 2026-08-31T13:28:31.648Z | dflt 0.863089958 |
| 5379 | 2026-08-31T13:28:31.648Z | kflt 0.004866110 |
| 5380 | 2026-08-31T13:28:31.648Z | lock 1:30:08.070323372 |
| 5381 | 2026-08-31T13:28:31.648Z | slp 1:43:05.474664587 |
| 5382 | 2026-08-31T13:28:31.648Z | lat 59.463498902 |
| 5383 | 2026-08-31T13:28:31.648Z | stop 4:10.543539178 |
| 5384 | 2026-08-31T13:28:31.651Z | process exited: duration 998139 ms, exit code 0 |
| |
| 5385 | 2026-08-31T13:28:31.658Z | found 0 output files |